01M0BJDPH8VXKVS7SWNKDAQFG4: helios / package

BasicConfig {
    output_rules: [
        "=/work/package.tar.gz",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-3.0-16c64gb",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01M0BJE6RRD9TB3FBG4B42K93N

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-18T23:14:41.725Zjob assigned to worker 01M0BJEAYHFD76RMZA4T3AF4PQ [factory aws, i-0238beb4772a0cdca] (queued for 47 s)
 
22026-08-18T23:14:48.583Zstarting task 0: "setup"
32026-08-18T23:14:48.589Z++ uname -s
42026-08-18T23:14:48.592Z+ kern=SunOS
52026-08-18T23:14:48.592Z+ build_user=build
62026-08-18T23:14:48.592Z+ build_uid=12345
72026-08-18T23:14:48.592Z+ work_dir=/work
82026-08-18T23:14:48.592Z+ input_dir=/input
92026-08-18T23:14:48.592Z+ [[ 0 == 12345 ]]
102026-08-18T23:14:48.592Z+ case "$kern" in
112026-08-18T23:14:48.592Z+ groupadd -g 12345 build
122026-08-18T23:14:48.592Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-18T23:14:50.600Z+ zfs create -o mountpoint=/work rpool/work
142026-08-18T23:14:50.691Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-18T23:14:50.695Z+ home_fs=zfs
162026-08-18T23:14:50.695Z+ [[ zfs == autofs ]]
172026-08-18T23:14:50.695Z+ mkdir -p /home/build
182026-08-18T23:14:50.695Z+ chown build:build /home/build /work
192026-08-18T23:14:52.698Z+ chmod 0700 /home/build /work
202026-08-18T23:14:52.701Zprocess exited: duration 4118 ms, exit code 0
 
212026-08-18T23:14:52.707Zstarting task 1: "rust-toolchain"
222026-08-18T23:14:52.712Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-18T23:14:52.712Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-18T23:14:52.712Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-18T23:14:52.712Z * rust toolchain channel = "1.97.1"
262026-08-18T23:14:52.712Z * rust toolchain profile = "default"
272026-08-18T23:14:52.712Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-18T23:14:52.715Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-18T23:14:52.715Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-18T23:14:52.832Zinfo: downloading installer
312026-08-18T23:14:54.297Zwarn: It looks like you have an existing rustup settings file at:
322026-08-18T23:14:54.297Zwarn: /home/build/.rustup/settings.toml
332026-08-18T23:14:54.297Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-18T23:14:54.297Zwarn: instead of the one inferred from the default host triple.
352026-08-18T23:14:54.303Zinfo: profile set to default
362026-08-18T23:14:54.303Zinfo: default host triple is x86_64-unknown-illumos
372026-08-18T23:14:54.304Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-18T23:14:54.428Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-18T23:14:54.433Zinfo: downloading 6 components
402026-08-18T23:15:09.855Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-18T23:15:09.855Z
422026-08-18T23:15:09.889Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-18T23:15:09.890Z
442026-08-18T23:15:09.890Z
452026-08-18T23:15:09.890ZRust is installed now. Great!
462026-08-18T23:15:09.890Z
472026-08-18T23:15:09.890ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-18T23:15:09.890Zenvironment variable. This has not been done automatically.
492026-08-18T23:15:09.890Z
502026-08-18T23:15:09.890ZTo configure your current shell, you need to source
512026-08-18T23:15:09.890Zthe corresponding env file under $HOME/.cargo.
522026-08-18T23:15:09.890Z
532026-08-18T23:15:09.890ZThis is usually done by running one of the following (note the leading DOT):
542026-08-18T23:15:09.890Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-18T23:15:09.890Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-18T23:15:09.890Zsource "~/.cargo/env.nu" # For nushell
572026-08-18T23:15:09.890Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-18T23:15:09.890Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-18T23:15:09.890Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-18T23:15:09.894Zwarn: no default linker (`cc`) was found in your PATH
612026-08-18T23:15:09.894Zwarn: many Rust crates require a system C toolchain to build
622026-08-18T23:15:09.993Z+ rustup --version
632026-08-18T23:15:10.001Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-18T23:15:10.002Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-18T23:15:10.023Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-18T23:15:10.031Z+ cargo --version
672026-08-18T23:15:10.035Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-18T23:15:10.035Z+ rustc --version
692026-08-18T23:15:10.056Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-18T23:15:10.061Zprocess exited: duration 17351 ms, exit code 0
 
712026-08-18T23:15:10.070Zstarting task 2: "authentication"
722026-08-18T23:15:10.090Zprocess exited: duration 20 ms, exit code 0
 
732026-08-18T23:15:10.097Zstarting task 3: "clone repository"
742026-08-18T23:15:10.101Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-18T23:15:10.106Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-18T23:15:10.135ZCloning into '/work/oxidecomputer/omicron'...
772026-08-18T23:15:33.163Z+ cd /work/oxidecomputer/omicron
782026-08-18T23:15:33.163Z+ git fetch origin 12dda4eba70c3ad2f9e51c17b979798487ea7522
792026-08-18T23:15:33.233ZFrom https://github.com/oxidecomputer/omicron
802026-08-18T23:15:33.233Z * branch 12dda4eba70c3ad2f9e51c17b979798487ea7522 -> FETCH_HEAD
812026-08-18T23:15:33.233Z+ [[ -n '' ]]
822026-08-18T23:15:33.233Z+ git reset --hard 12dda4eba70c3ad2f9e51c17b979798487ea7522
832026-08-18T23:15:33.233ZHEAD is now at 12dda4eba Update Maghemite dependency and RA status fields
842026-08-18T23:15:33.233Zprocess exited: duration 19850 ms, exit code 0
 
852026-08-18T23:15:33.271Zstarting task 4: "build"
862026-08-18T23:15:33.351Z+ source .github/buildomat/ci-env.sh
872026-08-18T23:15:33.351Z++ export CARGO_TERM_COLOR=always
882026-08-18T23:15:33.351Z++ CARGO_TERM_COLOR=always
892026-08-18T23:15:33.351Z+++ uname -s
902026-08-18T23:15:33.351Z++ [[ SunOS == \S\u\n\O\S ]]
912026-08-18T23:15:33.351Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
922026-08-18T23:15:33.351Z+ cargo --version
932026-08-18T23:15:33.375Zcargo 1.97.1 (c980f4866 2026-06-30)
942026-08-18T23:15:33.375Z+ rustc --version
952026-08-18T23:15:33.375Zrustc 1.97.1 (8bab26f4f 2026-07-14)
962026-08-18T23:15:33.375Z+ WORK=/work
972026-08-18T23:15:33.375Z+ pfexec mkdir -p /work
982026-08-18T23:15:33.375Z+ pfexec chown build /work
992026-08-18T23:15:33.375Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1002026-08-18T23:15:35.294Z Startup: Refreshing catalog 'helios' ... Done
1012026-08-18T23:15:35.611Z Startup: Caching catalogs ... Done
1022026-08-18T23:15:37.377ZPlanning: Solver setup ... Done (1.663s)
1032026-08-18T23:15:37.431ZPlanning: Running solver ... Done (0.054s)
1042026-08-18T23:15:37.473ZPlanning: Finding local manifests ... Done (0.003s)
1052026-08-18T23:15:37.487ZPlanning: Fetching manifests: 0/2 0% complete
1062026-08-18T23:15:37.505ZPlanning: Fetching manifests: 2/2 100% complete
1072026-08-18T23:15:37.518ZPlanning: Package planning ... Done (0.014s)
1082026-08-18T23:15:37.522ZPlanning: Merging actions ... Done (0.001s)
1092026-08-18T23:15:37.683ZPlanning: Checking for conflicting actions ... Done (0.163s)
1102026-08-18T23:15:37.687ZPlanning: Consolidating action changes ... Done (0.001s)
1112026-08-18T23:15:38.551ZPlanning: Evaluating mediators ... Done (0.867s)
1122026-08-18T23:15:38.554ZPlanning: Planning completed in 2.91 seconds
1132026-08-18T23:15:38.561Z Packages to install: 2
1142026-08-18T23:15:38.561Z Estimated space available: 156.01 GB
1152026-08-18T23:15:38.561ZEstimated space to be consumed: 69.36 MB
1162026-08-18T23:15:38.561Z Create boot environment: No
1172026-08-18T23:15:38.561ZCreate backup boot environment: No
1182026-08-18T23:15:38.566Z Rebuild boot archive: No
1192026-08-18T23:15:38.566Z
1202026-08-18T23:15:38.566ZChanged packages:
1212026-08-18T23:15:38.566Zhelios
1222026-08-18T23:15:38.566Z developer/build-essential
1232026-08-18T23:15:38.566Z None -> 11-3.0
1242026-08-18T23:15:38.566Z library/libxmlsec1
1252026-08-18T23:15:38.567Z None -> 1.2.35-3.0
1262026-08-18T23:15:38.590Z
1272026-08-18T23:15:38.590ZDownload: 0/214 items 0.0/1.3MB 0% complete
1282026-08-18T23:15:38.667ZDownload: Completed 1.28 MB in 0.08 seconds (16.6M/s)
1292026-08-18T23:15:38.726Z Actions: 1/268 actions (Installing new actions)
1302026-08-18T23:15:38.766Z Actions: Completed 268 actions in 0.04 seconds.
1312026-08-18T23:15:38.796ZFinalize: Updating package state database ... Done (0.032s)
1322026-08-18T23:15:38.797ZFinalize: Updating package cache ... Done (0.000s)
1332026-08-18T23:15:38.871ZFinalize: Updating image state ... Done (0.074s)
1342026-08-18T23:15:41.483ZFinalize: Creating fast lookup database ... Done (2.565s)
1352026-08-18T23:15:41.553ZFinalize: Reading search index ... Done (0.012s)
1362026-08-18T23:15:41.557ZFinalize: Updating search index ... Done (0.000s)
1372026-08-18T23:15:41.640ZFinalize: Updating package cache ... Done (0.000s)
1382026-08-18T23:15:42.003ZPlanning: Evaluating mediator changes ... Done
1392026-08-18T23:15:42.108ZPlanning: Checking for conflicting actions ... Done
1402026-08-18T23:15:42.111ZPlanning: Consolidating action changes ... Done
1412026-08-18T23:15:42.266ZPlanning: Evaluating mediators ... Done
1422026-08-18T23:15:42.269ZPlanning: Planning completed in 0.26 seconds
1432026-08-18T23:15:42.289Z Mediators to change: 2
1442026-08-18T23:15:42.289Z Create boot environment: No
1452026-08-18T23:15:42.289ZCreate backup boot environment: No
1462026-08-18T23:15:42.333ZFinalize: Updating package state database ... Done
1472026-08-18T23:15:42.333ZFinalize: Updating package cache ... Done
1482026-08-18T23:15:42.383ZFinalize: Updating image state ... Done
1492026-08-18T23:15:44.334ZFinalize: Creating fast lookup database ... Done
1502026-08-18T23:15:44.398ZFinalize: Reading search index ... Done
1512026-08-18T23:15:44.402ZFinalize: Updating search index ... Done
1522026-08-18T23:15:44.452ZFinalize: Updating package cache ... Done
1532026-08-18T23:15:44.736ZPlanning: Evaluating mediator changes ... Done
1542026-08-18T23:15:44.842ZPlanning: Checking for conflicting actions ... Done
1552026-08-18T23:15:44.845ZPlanning: Consolidating action changes ... Done
1562026-08-18T23:15:44.997ZPlanning: Evaluating mediators ... Done
1572026-08-18T23:15:45.001ZPlanning: Planning completed in 0.26 seconds
1582026-08-18T23:15:45.020Z Mediators to change: 1
1592026-08-18T23:15:45.020Z Create boot environment: No
1602026-08-18T23:15:45.024ZCreate backup boot environment: No
1612026-08-18T23:15:45.059ZFinalize: Updating package state database ... Done
1622026-08-18T23:15:45.060ZFinalize: Updating package cache ... Done
1632026-08-18T23:15:45.103ZFinalize: Updating image state ... Done
1642026-08-18T23:15:47.027ZFinalize: Creating fast lookup database ... Done
1652026-08-18T23:15:47.085ZFinalize: Reading search index ... Done
1662026-08-18T23:15:47.089ZFinalize: Updating search index ... Done
1672026-08-18T23:15:47.161ZFinalize: Updating package cache ... Done
1682026-08-18T23:15:47.474ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1692026-08-18T23:15:47.474Zapache system 2.4 system
1702026-08-18T23:15:47.475Zclang system 15 system
1712026-08-18T23:15:47.475Zcsh system system illumos
1722026-08-18T23:15:47.475Zctags system system illumos
1732026-08-18T23:15:47.475Zfile vendor vendor darwinsys
1742026-08-18T23:15:47.475Zfile system system illumos
1752026-08-18T23:15:47.475Zgcc vendor 14 vendor
1762026-08-18T23:15:47.475Zgcc system 13 system
1772026-08-18T23:15:47.475Zgcc system 10 system
1782026-08-18T23:15:47.475Zgo system 1.25 system
1792026-08-18T23:15:47.475Zllvm system 15 system
1802026-08-18T23:15:47.475Zmariadb system 11.4 system
1812026-08-18T23:15:47.475Zmta vendor vendor dma
1822026-08-18T23:15:47.475Zopenjdk system 17 system
1832026-08-18T23:15:47.475Zopenjdk system 11 system
1842026-08-18T23:15:47.476Zopenssl vendor 3 vendor
1852026-08-18T23:15:47.476Zperl system 5.40 system
1862026-08-18T23:15:47.476Zpostgresql system 18 system
1872026-08-18T23:15:47.476Zpostgresql system 17 system
1882026-08-18T23:15:47.476Zpython vendor 3 vendor
1892026-08-18T23:15:47.476Zpython system 2 system
1902026-08-18T23:15:47.476Zpython3 vendor 3.13 vendor
1912026-08-18T23:15:47.476Zruby system 3.4 system
1922026-08-18T23:15:47.476Zruby system 3.0 system
1932026-08-18T23:15:47.476Zwords vendor vendor american-english
1942026-08-18T23:15:47.476Zwords system system australian-english
1952026-08-18T23:15:47.476Zwords system system british-english
1962026-08-18T23:15:47.476Zwords system system canadian-english
1972026-08-18T23:15:47.476Zwords system system french
1982026-08-18T23:15:47.477Zwords system system italian
1992026-08-18T23:15:47.477Zwords system system ngerman
2002026-08-18T23:15:47.477Zwords system system ogerman
2012026-08-18T23:15:47.477Zwords system system spanish
2022026-08-18T23:15:47.725ZPUBLISHER TYPE STATUS P LOCATION
2032026-08-18T23:15:47.725Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2042026-08-18T23:15:48.178ZFMRI IFO
2052026-08-18T23:15:48.178Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2062026-08-18T23:15:48.178Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2072026-08-18T23:15:48.178Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2082026-08-18T23:15:48.178Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2092026-08-18T23:15:48.178Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2102026-08-18T23:15:48.178Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2112026-08-18T23:15:48.179Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2122026-08-18T23:15:48.179Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2132026-08-18T23:15:48.179Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2142026-08-18T23:15:48.499Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2152026-08-18T23:15:48.827Z Updating crates.io index
2162026-08-18T23:15:48.830Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2172026-08-18T23:15:49.091Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2182026-08-18T23:15:49.777Z Updating git repository `https://github.com/oxidecomputer/propolis`
2192026-08-18T23:15:51.087Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2202026-08-18T23:15:51.717Z Updating git repository `https://github.com/oxidecomputer/crucible`
2212026-08-18T23:15:53.676Z Updating git repository `https://github.com/oxidecomputer/opte`
2222026-08-18T23:15:54.786Z Updating git repository `https://github.com/oxidecomputer/tofino`
2232026-08-18T23:15:55.088Z Updating git repository `https://github.com/oxidecomputer/lldp`
2242026-08-18T23:15:55.464Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2252026-08-18T23:15:57.043Z Updating git repository `https://github.com/oxidecomputer/clickward`
2262026-08-18T23:15:57.325Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2272026-08-18T23:15:57.777Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2282026-08-18T23:15:58.082Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2292026-08-18T23:15:58.358Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2302026-08-18T23:15:58.619Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2312026-08-18T23:15:58.935Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2322026-08-18T23:15:59.211Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2332026-08-18T23:15:59.524Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2342026-08-18T23:16:00.284Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2352026-08-18T23:16:00.703Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2362026-08-18T23:16:01.072Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2372026-08-18T23:16:01.490Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2382026-08-18T23:16:02.076Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2392026-08-18T23:16:02.410Z Updating git repository `https://github.com/oxidecomputer/erebor`
2402026-08-18T23:16:02.699Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2412026-08-18T23:16:03.165Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2422026-08-18T23:16:03.508Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2432026-08-18T23:16:03.792Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2442026-08-18T23:16:04.141Z Updating git repository `https://github.com/oxidecomputer/ispf`
2452026-08-18T23:16:04.441Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2462026-08-18T23:16:04.752Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2472026-08-18T23:16:05.166Z Updating git repository `https://github.com/oxidecomputer/tough`
2482026-08-18T23:16:05.871Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2492026-08-18T23:16:06.155Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2502026-08-18T23:16:06.427Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2512026-08-18T23:16:06.752Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2522026-08-18T23:16:07.082Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2532026-08-18T23:16:07.326Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2542026-08-18T23:16:07.721Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2552026-08-18T23:16:08.015Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2562026-08-18T23:16:08.309Z Updating git repository `https://github.com/illumos/smf-rs`
2572026-08-18T23:16:08.555Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2582026-08-18T23:16:11.521Z Downloading crates ...
2592026-08-18T23:16:11.571Z Downloaded anstyle-query v1.1.5
2602026-08-18T23:16:11.578Z Downloaded cargo-platform v0.3.2
2612026-08-18T23:16:11.582Z Downloaded cfg-if v1.0.4
2622026-08-18T23:16:11.582Z Downloaded dof v0.3.0
2632026-08-18T23:16:11.585Z Downloaded block-buffer v0.10.4
2642026-08-18T23:16:11.585Z Downloaded cpufeatures v0.2.17
2652026-08-18T23:16:11.585Z Downloaded equivalent v1.0.2
2662026-08-18T23:16:11.589Z Downloaded scroll_derive v0.12.1
2672026-08-18T23:16:11.592Z Downloaded clap_lex v1.0.0
2682026-08-18T23:16:11.593Z Downloaded byteorder v1.5.0
2692026-08-18T23:16:11.601Z Downloaded colorchoice v1.0.4
2702026-08-18T23:16:11.606Z Downloaded crypto-common v0.1.7
2712026-08-18T23:16:11.606Z Downloaded heck v0.4.1
2722026-08-18T23:16:11.606Z Downloaded anstyle v1.0.14
2732026-08-18T23:16:11.610Z Downloaded cargo_metadata v0.23.1
2742026-08-18T23:16:11.610Z Downloaded digest v0.10.7
2752026-08-18T23:16:11.613Z Downloaded bitflags v2.11.0
2762026-08-18T23:16:11.613Z Downloaded anyhow v1.0.104
2772026-08-18T23:16:11.617Z Downloaded fnv v1.0.7
2782026-08-18T23:16:11.617Z Downloaded itoa v1.0.17
2792026-08-18T23:16:11.617Z Downloaded thiserror-impl v2.0.18
2802026-08-18T23:16:11.617Z Downloaded usdt-impl v0.5.0
2812026-08-18T23:16:11.620Z Downloaded anstream v1.0.0
2822026-08-18T23:16:11.621Z Downloaded zmij v1.0.21
2832026-08-18T23:16:11.621Z Downloaded winnow v0.7.14
2842026-08-18T23:16:11.624Z Downloaded zerocopy-derive v0.7.35
2852026-08-18T23:16:11.627Z Downloaded dtrace-parser v0.2.0
2862026-08-18T23:16:11.627Z Downloaded generic-array v0.14.7
2872026-08-18T23:16:11.627Z Downloaded macaddr v1.0.1
2882026-08-18T23:16:11.627Z Downloaded heck v0.5.0
2892026-08-18T23:16:11.632Z Downloaded zerocopy v0.7.35
2902026-08-18T23:16:11.636Z Downloaded is_terminal_polyfill v1.70.2
2912026-08-18T23:16:11.639Z Downloaded autocfg v1.5.0
2922026-08-18T23:16:11.639Z Downloaded anstyle-parse v1.0.0
2932026-08-18T23:16:11.639Z Downloaded proc-macro-error v1.0.4
2942026-08-18T23:16:11.642Z Downloaded errno v0.3.14
2952026-08-18T23:16:11.642Z Downloaded fastrand v2.3.0
2962026-08-18T23:16:11.642Z Downloaded memmap v0.7.0
2972026-08-18T23:16:11.646Z Downloaded unicode-ident v1.0.24
2982026-08-18T23:16:11.649Z Downloaded terminal_size v0.4.3
2992026-08-18T23:16:11.652Z Downloaded thread-id v4.2.2
3002026-08-18T23:16:11.656Z Downloaded usdt-macro v0.5.0
3012026-08-18T23:16:11.659Z Downloaded plain v0.2.3
3022026-08-18T23:16:11.659Z Downloaded utf8parse v0.2.2
3032026-08-18T23:16:11.659Z Downloaded toml_datetime v0.6.11
3042026-08-18T23:16:11.664Z Downloaded smawk v0.3.2
3052026-08-18T23:16:11.667Z Downloaded version_check v0.9.5
3062026-08-18T23:16:11.667Z Downloaded strsim v0.11.1
3072026-08-18T23:16:11.667Z Downloaded swrite v0.1.0
3082026-08-18T23:16:11.671Z Downloaded usdt-attr-macro v0.5.0
3092026-08-18T23:16:11.671Z Downloaded pretty-hex v0.4.1
3102026-08-18T23:16:11.671Z Downloaded usdt v0.5.0
3112026-08-18T23:16:11.671Z Downloaded proc-macro-error-attr v1.0.4
3122026-08-18T23:16:11.678Z Downloaded unicode-linebreak v0.1.5
3132026-08-18T23:16:11.682Z Downloaded toml_write v0.1.2
3142026-08-18T23:16:11.718Z Downloaded tabled_derive v0.7.0
3152026-08-18T23:16:11.718Z Downloaded serde_spanned v0.6.9
3162026-08-18T23:16:11.718Z Downloaded fs-err v3.3.0
3172026-08-18T23:16:11.718Z Downloaded bytecount v0.6.9
3182026-08-18T23:16:11.718Z Downloaded camino-tempfile v1.4.1
3192026-08-18T23:16:11.718Z Downloaded sha2 v0.10.9
3202026-08-18T23:16:11.718Z Downloaded thiserror v2.0.18
3212026-08-18T23:16:11.724Z Downloaded pest_derive v2.8.6
3222026-08-18T23:16:11.724Z Downloaded quote v1.0.45
3232026-08-18T23:16:11.724Z Downloaded thiserror-impl v1.0.69
3242026-08-18T23:16:11.724Z Downloaded cargo_toml v0.21.0
3252026-08-18T23:16:11.724Z Downloaded scroll v0.12.0
3262026-08-18T23:16:11.724Z Downloaded thiserror v1.0.69
3272026-08-18T23:16:11.728Z Downloaded clap v4.6.1
3282026-08-18T23:16:11.728Z Downloaded pest_generator v2.8.6
3292026-08-18T23:16:11.732Z Downloaded log v0.4.33
3302026-08-18T23:16:11.739Z Downloaded serde_tokenstream v0.2.3
3312026-08-18T23:16:11.742Z Downloaded toml v0.8.23
3322026-08-18T23:16:11.749Z Downloaded proc-macro2 v1.0.106
3332026-08-18T23:16:11.753Z Downloaded semver v1.0.28
3342026-08-18T23:16:11.757Z Downloaded tempfile v3.27.0
3352026-08-18T23:16:11.761Z Downloaded memchr v2.8.0
3362026-08-18T23:16:11.764Z Downloaded getrandom v0.3.4
3372026-08-18T23:16:11.764Z Downloaded serde_derive v1.0.229
3382026-08-18T23:16:11.768Z Downloaded once_cell v1.21.3
3392026-08-18T23:16:11.768Z Downloaded ucd-trie v0.1.7
3402026-08-18T23:16:11.773Z Downloaded textwrap v0.16.2
3412026-08-18T23:16:11.776Z Downloaded camino v1.2.5
3422026-08-18T23:16:11.776Z Downloaded clap_derive v4.6.1
3432026-08-18T23:16:11.791Z Downloaded pest_meta v2.8.6
3442026-08-18T23:16:11.794Z Downloaded papergrid v0.11.0
3452026-08-18T23:16:11.798Z Downloaded serde_core v1.0.229
3462026-08-18T23:16:11.798Z Downloaded serde v1.0.229
3472026-08-18T23:16:11.804Z Downloaded toml_edit v0.22.27
3482026-08-18T23:16:11.829Z Downloaded pest v2.8.6
3492026-08-18T23:16:11.832Z Downloaded indexmap v2.14.0
3502026-08-18T23:16:11.841Z Downloaded typenum v1.20.1
3512026-08-18T23:16:11.849Z Downloaded hashbrown v0.17.0
3522026-08-18T23:16:11.855Z Downloaded clap_builder v4.6.0
3532026-08-18T23:16:11.864Z Downloaded goblin v0.8.2
3542026-08-18T23:16:11.889Z Downloaded serde_json v1.0.151
3552026-08-18T23:16:11.893Z Downloaded tabled v0.15.0
3562026-08-18T23:16:11.907Z Downloaded syn v1.0.109
3572026-08-18T23:16:11.920Z Downloaded unicode-width v0.1.14
3582026-08-18T23:16:11.935Z Downloaded unicode-width v0.2.0
3592026-08-18T23:16:11.939Z Downloaded syn v2.0.117
3602026-08-18T23:16:11.945Z Downloaded syn v3.0.3
3612026-08-18T23:16:11.952Z Downloaded rustix v1.1.4
3622026-08-18T23:16:11.974Z Downloaded libc v0.2.185
3632026-08-18T23:16:12.036Z Compiling proc-macro2 v1.0.106
3642026-08-18T23:16:12.036Z Compiling unicode-ident v1.0.24
3652026-08-18T23:16:12.039Z Compiling quote v1.0.45
3662026-08-18T23:16:12.040Z Compiling serde_core v1.0.229
3672026-08-18T23:16:12.040Z Compiling libc v0.2.185
3682026-08-18T23:16:12.215Z Compiling version_check v0.9.5
3692026-08-18T23:16:12.218Z Compiling memchr v2.8.0
3702026-08-18T23:16:12.218Z Compiling serde v1.0.229
3712026-08-18T23:16:12.218Z Compiling zmij v1.0.21
3722026-08-18T23:16:12.218Z Compiling itoa v1.0.17
3732026-08-18T23:16:12.218Z Compiling ucd-trie v0.1.7
3742026-08-18T23:16:12.218Z Compiling thiserror v1.0.69
3752026-08-18T23:16:12.218Z Compiling rustix v1.1.4
3762026-08-18T23:16:12.218Z Compiling byteorder v1.5.0
3772026-08-18T23:16:12.867Z Compiling bitflags v2.11.0
3782026-08-18T23:16:12.883Z Compiling serde_json v1.0.151
3792026-08-18T23:16:12.883Z Compiling syn v1.0.109
3802026-08-18T23:16:12.883Z Compiling camino v1.2.5
3812026-08-18T23:16:12.883Z Compiling pest v2.8.6
3822026-08-18T23:16:12.883Z Compiling hashbrown v0.17.0
3832026-08-18T23:16:12.883Z Compiling plain v0.2.3
3842026-08-18T23:16:12.913Z Compiling usdt-impl v0.5.0
3852026-08-18T23:16:12.917Z Compiling proc-macro-error-attr v1.0.4
3862026-08-18T23:16:12.930Z Compiling proc-macro-error v1.0.4
3872026-08-18T23:16:13.066Z Compiling log v0.4.33
3882026-08-18T23:16:13.066Z Compiling utf8parse v0.2.2
3892026-08-18T23:16:13.116Z Compiling equivalent v1.0.2
3902026-08-18T23:16:13.230Z Compiling getrandom v0.3.4
3912026-08-18T23:16:13.236Z Compiling anstyle-parse v1.0.0
3922026-08-18T23:16:13.260Z Compiling winnow v0.7.14
3932026-08-18T23:16:13.264Z Compiling thiserror v2.0.18
3942026-08-18T23:16:13.328Z Compiling anstyle v1.0.14
3952026-08-18T23:16:13.331Z Compiling anstyle-query v1.1.5
3962026-08-18T23:16:13.331Z Compiling colorchoice v1.0.4
3972026-08-18T23:16:13.380Z Compiling cfg-if v1.0.4
3982026-08-18T23:16:13.411Z Compiling indexmap v2.14.0
3992026-08-18T23:16:13.430Z Compiling autocfg v1.5.0
4002026-08-18T23:16:13.466Z Compiling errno v0.3.14
4012026-08-18T23:16:13.486Z Compiling thread-id v4.2.2
4022026-08-18T23:16:13.523Z Compiling is_terminal_polyfill v1.70.2
4032026-08-18T23:16:13.526Z Compiling toml_write v0.1.2
4042026-08-18T23:16:13.562Z Compiling pretty-hex v0.4.1
4052026-08-18T23:16:13.599Z Compiling heck v0.4.1
4062026-08-18T23:16:13.659Z Compiling anstream v1.0.0
4072026-08-18T23:16:13.699Z Compiling syn v2.0.117
4082026-08-18T23:16:13.721Z Compiling syn v3.0.3
4092026-08-18T23:16:13.780Z Compiling unicode-width v0.1.14
4102026-08-18T23:16:13.865Z Compiling once_cell v1.21.3
4112026-08-18T23:16:13.910Z Compiling fnv v1.0.7
4122026-08-18T23:16:13.927Z Compiling pest_meta v2.8.6
4132026-08-18T23:16:14.001Z Compiling fs-err v3.3.0
4142026-08-18T23:16:14.032Z Compiling heck v0.5.0
4152026-08-18T23:16:14.077Z Compiling anyhow v1.0.104
4162026-08-18T23:16:14.098Z Compiling bytecount v0.6.9
4172026-08-18T23:16:14.117Z Compiling strsim v0.11.1
4182026-08-18T23:16:14.141Z Compiling fastrand v2.3.0
4192026-08-18T23:16:14.173Z Compiling clap_lex v1.0.0
4202026-08-18T23:16:14.256Z Compiling papergrid v0.11.0
4212026-08-18T23:16:14.273Z Compiling memmap v0.7.0
4222026-08-18T23:16:14.292Z Compiling smawk v0.3.2
4232026-08-18T23:16:14.345Z Compiling unicode-width v0.2.0
4242026-08-18T23:16:14.423Z Compiling unicode-linebreak v0.1.5
4252026-08-18T23:16:14.459Z Compiling swrite v0.1.0
4262026-08-18T23:16:14.522Z Compiling terminal_size v0.4.3
4272026-08-18T23:16:14.571Z Compiling tempfile v3.27.0
4282026-08-18T23:16:14.668Z Compiling clap_builder v4.6.0
4292026-08-18T23:16:14.689Z Compiling semver v1.0.28
4302026-08-18T23:16:14.693Z Compiling cargo-platform v0.3.2
4312026-08-18T23:16:14.772Z Compiling textwrap v0.16.2
4322026-08-18T23:16:15.001Z Compiling camino-tempfile v1.4.1
4332026-08-18T23:16:15.398Z Compiling tabled_derive v0.7.0
4342026-08-18T23:16:15.427Z Compiling serde_derive v1.0.229
4352026-08-18T23:16:15.874Z Compiling pest_generator v2.8.6
4362026-08-18T23:16:16.084Z Compiling tabled v0.15.0
4372026-08-18T23:16:16.399Z Compiling thiserror-impl v1.0.69
4382026-08-18T23:16:16.402Z Compiling zerocopy-derive v0.7.35
4392026-08-18T23:16:16.402Z Compiling scroll_derive v0.12.1
4402026-08-18T23:16:16.402Z Compiling thiserror-impl v2.0.18
4412026-08-18T23:16:16.402Z Compiling clap_derive v4.6.1
4422026-08-18T23:16:16.480Z Compiling pest_derive v2.8.6
4432026-08-18T23:16:17.020Z Compiling scroll v0.12.0
4442026-08-18T23:16:17.117Z Compiling zerocopy v0.7.35
4452026-08-18T23:16:17.268Z Compiling goblin v0.8.2
4462026-08-18T23:16:17.423Z Compiling dtrace-parser v0.2.0
4472026-08-18T23:16:17.782Z Compiling toml_datetime v0.6.11
4482026-08-18T23:16:17.782Z Compiling serde_spanned v0.6.9
4492026-08-18T23:16:17.785Z Compiling cargo_metadata v0.23.1
4502026-08-18T23:16:17.785Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4512026-08-18T23:16:17.785Z Compiling macaddr v1.0.1
4522026-08-18T23:16:17.801Z Compiling dof v0.3.0
4532026-08-18T23:16:17.805Z Compiling serde_tokenstream v0.2.3
4542026-08-18T23:16:17.895Z Compiling clap v4.6.1
4552026-08-18T23:16:17.955Z Compiling toml_edit v0.22.27
4562026-08-18T23:16:18.525Z Compiling usdt-attr-macro v0.5.0
4572026-08-18T23:16:18.528Z Compiling usdt-macro v0.5.0
4582026-08-18T23:16:19.220Z Compiling toml v0.8.23
4592026-08-18T23:16:19.553Z Compiling cargo_toml v0.21.0
4602026-08-18T23:16:19.914Z Compiling usdt v0.5.0
4612026-08-18T23:16:20.872Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4622026-08-18T23:16:22.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.58s
4632026-08-18T23:16:23.126Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4642026-08-18T23:16:23.641Z Downloading crates ...
4652026-08-18T23:16:23.702Z Downloaded aead v0.5.2
4662026-08-18T23:16:23.707Z Downloaded adler2 v2.0.1
4672026-08-18T23:16:23.710Z Downloaded atty v0.2.14
4682026-08-18T23:16:23.710Z Downloaded bcrypt-pbkdf v0.11.0
4692026-08-18T23:16:23.713Z Downloaded base16ct v1.0.0
4702026-08-18T23:16:23.716Z Downloaded async-stream v0.3.6
4712026-08-18T23:16:23.716Z Downloaded arrayref v0.3.9
4722026-08-18T23:16:23.719Z Downloaded futures-sink v0.3.32
4732026-08-18T23:16:23.719Z Downloaded array-init v0.0.4
4742026-08-18T23:16:23.722Z Downloaded async-stream-impl v0.3.6
4752026-08-18T23:16:23.722Z Downloaded filetime v0.2.27
4762026-08-18T23:16:23.722Z Downloaded erased-serde v0.3.31
4772026-08-18T23:16:23.725Z Downloaded atomic-waker v1.1.2
4782026-08-18T23:16:23.725Z Downloaded atomicwrites v0.4.4
4792026-08-18T23:16:23.728Z Downloaded backtrace-ext v0.2.1
4802026-08-18T23:16:23.728Z Downloaded futures v0.3.32
4812026-08-18T23:16:23.731Z Downloaded embedded-io v0.6.1
4822026-08-18T23:16:23.731Z Downloaded home v0.5.12
4832026-08-18T23:16:23.731Z Downloaded base16ct v0.2.0
4842026-08-18T23:16:23.734Z Downloaded bb8 v0.8.6
4852026-08-18T23:16:23.737Z Downloaded flagset v0.4.7
4862026-08-18T23:16:23.740Z Downloaded foreign-types-macros v0.2.3
4872026-08-18T23:16:23.740Z Downloaded bit-set v0.5.3
4882026-08-18T23:16:23.743Z Downloaded anstream v0.6.21
4892026-08-18T23:16:23.746Z Downloaded anstyle-parse v0.2.7
4902026-08-18T23:16:23.746Z Downloaded fatfs v0.3.6
4912026-08-18T23:16:23.749Z Downloaded ff v0.13.1
4922026-08-18T23:16:23.749Z Downloaded arrayvec v0.7.6
4932026-08-18T23:16:23.749Z Downloaded foreign-types-shared v0.1.1
4942026-08-18T23:16:23.752Z Downloaded ff v0.14.0
4952026-08-18T23:16:23.755Z Downloaded const-oid v0.10.2
4962026-08-18T23:16:23.755Z Downloaded base64ct v1.8.3
4972026-08-18T23:16:23.758Z Downloaded ahash v0.8.12
4982026-08-18T23:16:23.758Z Downloaded float-cmp v0.10.0
4992026-08-18T23:16:23.758Z Downloaded bit-set v0.8.0
5002026-08-18T23:16:23.761Z Downloaded fd-lock v4.0.4
5012026-08-18T23:16:23.761Z Downloaded foreign-types-shared v0.3.1
5022026-08-18T23:16:23.761Z Downloaded futures-core v0.3.32
5032026-08-18T23:16:23.761Z Downloaded byte-wrapper v0.1.0
5042026-08-18T23:16:23.765Z Downloaded camino-tempfile-ext v0.3.3
5052026-08-18T23:16:23.765Z Downloaded foreign-types v0.5.0
5062026-08-18T23:16:23.765Z Downloaded futures-io v0.3.32
5072026-08-18T23:16:23.765Z Downloaded fixedbitset v0.4.2
5082026-08-18T23:16:23.768Z Downloaded foldhash v0.1.5
5092026-08-18T23:16:23.768Z Downloaded futures-util v0.3.32
5102026-08-18T23:16:23.772Z Downloaded ciborium-ll v0.2.2
5112026-08-18T23:16:23.775Z Downloaded addr2line v0.25.1
5122026-08-18T23:16:23.775Z Downloaded futures-macro v0.3.32
5132026-08-18T23:16:23.775Z Downloaded async-trait v0.1.89
5142026-08-18T23:16:23.778Z Downloaded funty v2.0.0
5152026-08-18T23:16:23.778Z Downloaded futures-executor v0.3.32
5162026-08-18T23:16:23.778Z Downloaded backoff v0.4.0
5172026-08-18T23:16:23.781Z Downloaded backon v1.6.0
5182026-08-18T23:16:23.781Z Downloaded enum_dispatch v0.3.13
5192026-08-18T23:16:23.783Z Downloaded env_logger v0.11.11
5202026-08-18T23:16:23.784Z Downloaded fxhash v0.2.1
5212026-08-18T23:16:23.784Z Downloaded block-padding v0.4.2
5222026-08-18T23:16:23.786Z Downloaded aead v0.6.1
5232026-08-18T23:16:23.786Z Downloaded gethostname v0.5.0
5242026-08-18T23:16:23.786Z Downloaded globwalk v0.9.1
5252026-08-18T23:16:23.786Z Downloaded hex-literal v1.1.0
5262026-08-18T23:16:23.786Z Downloaded hostname v0.3.1
5272026-08-18T23:16:23.789Z Downloaded block-buffer v0.12.1
5282026-08-18T23:16:23.789Z Downloaded fs_extra v1.3.0
5292026-08-18T23:16:23.789Z Downloaded hex v0.4.3
5302026-08-18T23:16:23.789Z Downloaded castaway v0.2.4
5312026-08-18T23:16:23.795Z Downloaded enum-as-inner v0.6.1
5322026-08-18T23:16:23.798Z Downloaded embedded-io v0.4.0
5332026-08-18T23:16:23.798Z Downloaded form_urlencoded v1.2.2
5342026-08-18T23:16:23.798Z Downloaded compression-core v0.4.31
5352026-08-18T23:16:23.798Z Downloaded hash32 v0.3.1
5362026-08-18T23:16:23.802Z Downloaded assert_matches v1.5.0
5372026-08-18T23:16:23.802Z Downloaded cfg_aliases v0.1.1
5382026-08-18T23:16:23.802Z Downloaded cobs v0.3.0
5392026-08-18T23:16:23.802Z Downloaded hash32 v0.2.1
5402026-08-18T23:16:23.805Z Downloaded env_filter v2.0.0
5412026-08-18T23:16:23.805Z Downloaded endian-type v0.1.2
5422026-08-18T23:16:23.805Z Downloaded futures-task v0.3.32
5432026-08-18T23:16:23.805Z Downloaded git-stub v1.0.0
5442026-08-18T23:16:23.808Z Downloaded http-range v0.1.5
5452026-08-18T23:16:23.808Z Downloaded hubpack_derive v0.1.1
5462026-08-18T23:16:23.808Z Downloaded ciborium-io v0.2.2
5472026-08-18T23:16:23.808Z Downloaded ascii-canvas v3.0.0
5482026-08-18T23:16:23.808Z Downloaded async-recursion v1.1.1
5492026-08-18T23:16:23.811Z Downloaded bitfield-macros v0.19.4
5502026-08-18T23:16:23.811Z Downloaded http-body v1.0.1
5512026-08-18T23:16:23.811Z Downloaded httpdate v1.0.3
5522026-08-18T23:16:23.811Z Downloaded headers-core v0.3.0
5532026-08-18T23:16:23.814Z Downloaded ghash v0.6.0
5542026-08-18T23:16:23.817Z Downloaded float-ord v0.3.2
5552026-08-18T23:16:23.820Z Downloaded hostname v0.4.2
5562026-08-18T23:16:23.823Z Downloaded hubpack v0.1.2
5572026-08-18T23:16:23.826Z Downloaded newline-converter v0.3.0
5582026-08-18T23:16:23.827Z Downloaded fs-err v2.11.0
5592026-08-18T23:16:23.827Z Downloaded bitfield-struct v0.6.2
5602026-08-18T23:16:23.830Z Downloaded cfg_aliases v0.2.1
5612026-08-18T23:16:23.830Z Downloaded nodrop v0.1.14
5622026-08-18T23:16:23.830Z Downloaded allocator-api2 v0.2.21
5632026-08-18T23:16:23.833Z Downloaded cexpr v0.6.0
5642026-08-18T23:16:23.835Z Downloaded argon2 v0.6.0-rc.8
5652026-08-18T23:16:23.838Z Downloaded phf_shared v0.11.3
5662026-08-18T23:16:23.838Z Downloaded foldhash v0.2.0
5672026-08-18T23:16:23.838Z Downloaded nibble_vec v0.1.0
5682026-08-18T23:16:23.841Z Downloaded opaque-debug v0.3.1
5692026-08-18T23:16:23.844Z Downloaded path-slash v0.1.5
5702026-08-18T23:16:23.847Z Downloaded phf_shared v0.12.1
5712026-08-18T23:16:23.851Z Downloaded rand_chacha v0.3.1
5722026-08-18T23:16:23.854Z Downloaded psl-types v2.0.11
5732026-08-18T23:16:23.856Z Downloaded rfc6979 v0.4.0
5742026-08-18T23:16:23.857Z Downloaded rfc6979 v0.6.0
5752026-08-18T23:16:23.857Z Downloaded cmov v0.5.4
5762026-08-18T23:16:23.859Z Downloaded progenitor-macro v0.13.0
5772026-08-18T23:16:23.859Z Downloaded compression-codecs v0.4.37
5782026-08-18T23:16:23.860Z Downloaded ena v0.14.4
5792026-08-18T23:16:23.862Z Downloaded fallible-iterator v0.2.0
5802026-08-18T23:16:23.862Z Downloaded cassowary v0.3.0
5812026-08-18T23:16:23.862Z Downloaded cbc v0.2.1
5822026-08-18T23:16:23.865Z Downloaded chacha20 v0.9.1
5832026-08-18T23:16:23.865Z Downloaded cipher v0.4.4
5842026-08-18T23:16:23.866Z Downloaded cipher v0.5.2
5852026-08-18T23:16:23.869Z Downloaded foreign-types v0.3.2
5862026-08-18T23:16:23.869Z Downloaded bcs v0.1.6
5872026-08-18T23:16:23.869Z Downloaded buf-list v1.1.2
5882026-08-18T23:16:23.869Z Downloaded cmake v0.1.57
5892026-08-18T23:16:23.872Z Downloaded bit-vec v0.6.3
5902026-08-18T23:16:23.875Z Downloaded highway v1.3.0
5912026-08-18T23:16:23.875Z Downloaded http-body-util v0.1.3
5922026-08-18T23:16:23.875Z Downloaded glob v0.3.3
5932026-08-18T23:16:23.878Z Downloaded group v0.14.0
5942026-08-18T23:16:23.878Z Downloaded scheduled-thread-pool v0.2.7
5952026-08-18T23:16:23.878Z Downloaded scroll_derive v0.13.1
5962026-08-18T23:16:23.878Z Downloaded secrecy v0.8.0
5972026-08-18T23:16:23.878Z Downloaded secrecy v0.10.3
5982026-08-18T23:16:23.881Z Downloaded argon2 v0.5.3
5992026-08-18T23:16:23.881Z Downloaded sha1 v0.11.0
6002026-08-18T23:16:23.884Z Downloaded sha1 v0.10.6
6012026-08-18T23:16:23.887Z Downloaded console v0.16.2
6022026-08-18T23:16:23.887Z Downloaded find-msvc-tools v0.1.9
6032026-08-18T23:16:23.889Z Downloaded group v0.13.0
6042026-08-18T23:16:23.889Z Downloaded bitflags v1.3.2
6052026-08-18T23:16:23.892Z Downloaded bitfield v0.19.4
6062026-08-18T23:16:23.895Z Downloaded serde_repr v0.1.20
6072026-08-18T23:16:23.898Z Downloaded signature v2.2.0
6082026-08-18T23:16:23.898Z Downloaded fixedbitset v0.5.7
6092026-08-18T23:16:23.898Z Downloaded num_threads v0.1.7
6102026-08-18T23:16:23.901Z Downloaded const-oid v0.9.6
6112026-08-18T23:16:23.901Z Downloaded cancel-safe-futures v0.1.5
6122026-08-18T23:16:23.904Z Downloaded blowfish v0.10.0
6132026-08-18T23:16:23.904Z Downloaded flume v0.11.1
6142026-08-18T23:16:23.907Z Downloaded futures-channel v0.3.32
6152026-08-18T23:16:23.907Z Downloaded git-stub-vcs v0.1.0
6162026-08-18T23:16:23.907Z Downloaded parse-display-derive v0.10.0
6172026-08-18T23:16:23.909Z Downloaded paste v1.0.15
6182026-08-18T23:16:23.909Z Downloaded base64 v0.22.1
6192026-08-18T23:16:23.912Z Downloaded supports-hyperlinks v3.2.0
6202026-08-18T23:16:23.912Z Downloaded sqlparser_derive v0.5.0
6212026-08-18T23:16:23.912Z Downloaded subtle v2.6.1
6222026-08-18T23:16:23.915Z Downloaded tabwriter v1.4.1
6232026-08-18T23:16:23.915Z Downloaded tagptr v0.2.0
6242026-08-18T23:16:23.915Z Downloaded take_mut v0.2.2
6252026-08-18T23:16:23.915Z Downloaded num-integer v0.1.46
6262026-08-18T23:16:23.915Z Downloaded colored v3.1.1
6272026-08-18T23:16:23.918Z Downloaded tap v1.0.1
6282026-08-18T23:16:23.918Z Downloaded tower-service v0.3.3
6292026-08-18T23:16:23.918Z Downloaded try-lock v0.2.5
6302026-08-18T23:16:23.918Z Downloaded num_enum v0.5.11
6312026-08-18T23:16:23.921Z Downloaded pem v3.0.6
6322026-08-18T23:16:23.924Z Downloaded oxide-update-engine v0.1.2
6332026-08-18T23:16:23.924Z Downloaded universal-hash v0.5.1
6342026-08-18T23:16:23.924Z Downloaded primeorder v0.13.6
6352026-08-18T23:16:23.924Z Downloaded proc-macro-error2 v2.0.1
6362026-08-18T23:16:23.927Z Downloaded universal-hash v0.6.1
6372026-08-18T23:16:23.927Z Downloaded void v1.0.2
6382026-08-18T23:16:23.928Z Downloaded colored v2.2.0
6392026-08-18T23:16:23.930Z Downloaded console v0.15.11
6402026-08-18T23:16:23.930Z Downloaded typify-macro v0.6.2
6412026-08-18T23:16:23.930Z Downloaded unicode-xid v0.2.6
6422026-08-18T23:16:23.930Z Downloaded chacha20 v0.10.0
6432026-08-18T23:16:23.936Z Downloaded bs58 v0.5.1
6442026-08-18T23:16:23.936Z Downloaded r2d2 v0.8.10
6452026-08-18T23:16:23.936Z Downloaded async-bb8-diesel v0.2.1
6462026-08-18T23:16:23.939Z Downloaded bit-vec v0.8.0
6472026-08-18T23:16:23.939Z Downloaded clang-sys v1.8.1
6482026-08-18T23:16:23.939Z Downloaded rustc-demangle v0.1.27
6492026-08-18T23:16:23.939Z Downloaded globset v0.4.18
6502026-08-18T23:16:23.942Z Downloaded hmac v0.12.1
6512026-08-18T23:16:23.942Z Downloaded schemars_derive v0.8.22
6522026-08-18T23:16:23.942Z Downloaded usdt-macro v0.6.0
6532026-08-18T23:16:23.945Z Downloaded getrandom v0.2.17
6542026-08-18T23:16:23.945Z Downloaded bzip2 v0.6.1
6552026-08-18T23:16:23.947Z Downloaded serde_with_macros v1.5.2
6562026-08-18T23:16:23.947Z Downloaded resolv-conf v0.7.6
6572026-08-18T23:16:23.955Z Downloaded elliptic-curve v0.14.1
6582026-08-18T23:16:23.958Z Downloaded hmac v0.13.0
6592026-08-18T23:16:23.961Z Downloaded slog-term v2.9.2
6602026-08-18T23:16:23.964Z Downloaded httparse v1.10.1
6612026-08-18T23:16:23.964Z Downloaded crc v3.4.0
6622026-08-18T23:16:23.966Z Downloaded crunchy v0.2.4
6632026-08-18T23:16:23.967Z Downloaded arc-swap v1.8.2
6642026-08-18T23:16:23.969Z Downloaded slog-async v2.8.0
6652026-08-18T23:16:23.969Z Downloaded yoke-derive v0.8.1
6662026-08-18T23:16:23.969Z Downloaded zone v0.3.1
6672026-08-18T23:16:23.972Z Downloaded zone_cfg_derive v0.3.1
6682026-08-18T23:16:23.972Z Downloaded crc8 v0.1.1
6692026-08-18T23:16:23.972Z Downloaded backtrace v0.3.76
6702026-08-18T23:16:23.975Z Downloaded base64 v0.21.7
6712026-08-18T23:16:23.978Z Downloaded bzip2 v0.4.4
6722026-08-18T23:16:23.978Z Downloaded static_assertions v1.1.0
6732026-08-18T23:16:23.978Z Downloaded snafu-derive v0.8.9
6742026-08-18T23:16:23.981Z Downloaded ssh-cipher v0.3.0
6752026-08-18T23:16:23.981Z Downloaded crucible-workspace-hack v0.1.0
6762026-08-18T23:16:23.984Z Downloaded postcard v1.1.3
6772026-08-18T23:16:23.984Z Downloaded dirs-next v2.0.0
6782026-08-18T23:16:23.984Z Downloaded strum_macros v0.24.3
6792026-08-18T23:16:23.987Z Downloaded poly1305 v0.8.0
6802026-08-18T23:16:23.987Z Downloaded ciborium v0.2.2
6812026-08-18T23:16:23.990Z Downloaded postgres-protocol v0.6.10
6822026-08-18T23:16:23.990Z Downloaded progenitor-client v0.13.0
6832026-08-18T23:16:23.990Z Downloaded tinystr v0.8.2
6842026-08-18T23:16:23.993Z Downloaded tls_codec_derive v0.4.2
6852026-08-18T23:16:23.993Z Downloaded dirs-sys-next v0.1.2
6862026-08-18T23:16:23.994Z Downloaded ident_case v1.0.1
6872026-08-18T23:16:23.997Z Downloaded blake2 v0.11.0-rc.6
6882026-08-18T23:16:24.000Z Downloaded indoc v1.0.9
6892026-08-18T23:16:24.003Z Downloaded walkdir v2.5.0
6902026-08-18T23:16:24.003Z Downloaded half v1.8.3
6912026-08-18T23:16:24.003Z Downloaded rustversion v1.0.22
6922026-08-18T23:16:24.006Z Downloaded illumos-nvpair v0.3.0
6932026-08-18T23:16:24.006Z Downloaded rustls-pki-types v1.14.0
6942026-08-18T23:16:24.009Z Downloaded is-terminal v0.4.17
6952026-08-18T23:16:24.016Z Downloaded whoami v2.1.0
6962026-08-18T23:16:24.019Z Downloaded xshell v0.2.7
6972026-08-18T23:16:24.019Z Downloaded sha2 v0.11.0
6982026-08-18T23:16:24.024Z Downloaded blake2 v0.10.6
6992026-08-18T23:16:24.028Z Downloaded keccak v0.1.6
7002026-08-18T23:16:24.028Z Downloaded md5 v0.8.0
7012026-08-18T23:16:24.028Z Downloaded normalize-line-endings v0.3.0
7022026-08-18T23:16:24.028Z Downloaded match_cfg v0.1.0
7032026-08-18T23:16:24.028Z Downloaded md-5 v0.10.6
7042026-08-18T23:16:24.028Z Downloaded nonempty v0.12.0
7052026-08-18T23:16:24.028Z Downloaded openssl-macros v0.1.1
7062026-08-18T23:16:24.031Z Downloaded zerovec-derive v0.11.2
7072026-08-18T23:16:24.031Z Downloaded maplit v1.0.2
7082026-08-18T23:16:24.031Z Downloaded new_debug_unreachable v1.0.6
7092026-08-18T23:16:24.031Z Downloaded yoke v0.8.1
7102026-08-18T23:16:24.031Z Downloaded serde_derive_internals v0.29.1
7112026-08-18T23:16:24.034Z Downloaded half v2.7.1
7122026-08-18T23:16:24.038Z Downloaded zeroize v1.9.0
7132026-08-18T23:16:24.038Z Downloaded critical-section v1.2.0
7142026-08-18T23:16:24.041Z Downloaded csv-core v0.1.13
7152026-08-18T23:16:24.041Z Downloaded parking_lot v0.12.5
7162026-08-18T23:16:24.044Z Downloaded oso-derive v0.27.3
7172026-08-18T23:16:24.044Z Downloaded peg-runtime v0.8.5
7182026-08-18T23:16:24.044Z Downloaded getrandom v0.4.3
7192026-08-18T23:16:24.047Z Downloaded potential_utf v0.1.4
7202026-08-18T23:16:24.047Z Downloaded precomputed-hash v0.1.1
7212026-08-18T23:16:24.047Z Downloaded powerfmt v0.2.0
7222026-08-18T23:16:24.057Z Downloaded ctutils v0.4.2
7232026-08-18T23:16:24.060Z Downloaded defmt-macros v1.0.1
7242026-08-18T23:16:24.060Z Downloaded twox-hash v2.1.2
7252026-08-18T23:16:24.060Z Downloaded omicron-zone-package v0.12.3
7262026-08-18T23:16:24.060Z Downloaded pkcs5 v0.8.1
7272026-08-18T23:16:24.063Z Downloaded tokio-dtrace v0.1.1
7282026-08-18T23:16:24.063Z Downloaded ecdsa v0.16.9
7292026-08-18T23:16:24.067Z Downloaded ref-cast v1.0.25
7302026-08-18T23:16:24.067Z Downloaded diesel-dtrace v0.5.0
7312026-08-18T23:16:24.071Z Downloaded compact_str v0.8.1
7322026-08-18T23:16:24.071Z Downloaded hyper-staticfile v0.10.1
7332026-08-18T23:16:24.074Z Downloaded vergen-gitcl v1.0.8
7342026-08-18T23:16:24.077Z Downloaded russh-cryptovec v0.62.0
7352026-08-18T23:16:24.080Z Downloaded sapling-renderdag v0.1.0
7362026-08-18T23:16:24.080Z Downloaded signature v3.0.0
7372026-08-18T23:16:24.083Z Downloaded siphasher v1.0.2
7382026-08-18T23:16:24.086Z Downloaded generic-array v1.4.3
7392026-08-18T23:16:24.089Z Downloaded native-tls v0.2.18
7402026-08-18T23:16:24.094Z Downloaded heapless v0.8.0
7412026-08-18T23:16:24.097Z Downloaded chacha20poly1305 v0.10.1
7422026-08-18T23:16:24.100Z Downloaded cookie v0.18.1
7432026-08-18T23:16:24.100Z Downloaded num_enum v0.7.6
7442026-08-18T23:16:24.104Z Downloaded keccak v0.2.0
7452026-08-18T23:16:24.107Z Downloaded lru-cache v0.1.2
7462026-08-18T23:16:24.107Z Downloaded libloading v0.8.9
7472026-08-18T23:16:24.107Z Downloaded stable_deref_trait v1.2.1
7482026-08-18T23:16:24.107Z Downloaded slog-envlogger v2.2.0
7492026-08-18T23:16:24.107Z Downloaded strsim v0.10.0
7502026-08-18T23:16:24.110Z Downloaded strum v0.27.2
7512026-08-18T23:16:24.110Z Downloaded strum v0.26.3
7522026-08-18T23:16:24.110Z Downloaded tokio-macros v2.7.0
7532026-08-18T23:16:24.110Z Downloaded termtree v0.5.1
7542026-08-18T23:16:24.110Z Downloaded slog v2.8.2
7552026-08-18T23:16:24.113Z Downloaded ctr v0.10.1
7562026-08-18T23:16:24.113Z Downloaded flate2 v1.1.9
7572026-08-18T23:16:24.116Z Downloaded bytes v1.11.1
7582026-08-18T23:16:24.119Z Downloaded heapless v0.7.17
7592026-08-18T23:16:24.122Z Downloaded maybe-uninit v2.0.0
7602026-08-18T23:16:24.122Z Downloaded expectorate v1.2.0
7612026-08-18T23:16:24.127Z Downloaded peg-macros v0.8.5
7622026-08-18T23:16:24.127Z Downloaded pkcs8 v0.10.2
7632026-08-18T23:16:24.127Z Downloaded socket2 v0.5.10
7642026-08-18T23:16:24.130Z Downloaded toml v0.7.8
7652026-08-18T23:16:24.130Z Downloaded oxnet v0.1.6
7662026-08-18T23:16:24.130Z Downloaded phf v0.12.1
7672026-08-18T23:16:24.133Z Downloaded pin-project-internal v1.1.11
7682026-08-18T23:16:24.133Z Downloaded ppv-lite86 v0.2.21
7692026-08-18T23:16:24.133Z Downloaded progenitor-extras v0.2.0
7702026-08-18T23:16:24.133Z Downloaded tower-layer v0.3.3
7712026-08-18T23:16:24.136Z Downloaded rand_seeder v0.4.0
7722026-08-18T23:16:24.136Z Downloaded usdt-attr-macro v0.6.0
7732026-08-18T23:16:24.136Z Downloaded xshell-macros v0.2.7
7742026-08-18T23:16:24.136Z Downloaded oso v0.27.3
7752026-08-18T23:16:24.139Z Downloaded toml_parser v1.1.2+spec-1.1.0
7762026-08-18T23:16:24.139Z Downloaded derive_builder v0.20.2
7772026-08-18T23:16:24.142Z Downloaded prefix-trie v0.7.0
7782026-08-18T23:16:24.145Z Downloaded unicode-truncate v1.1.0
7792026-08-18T23:16:24.145Z Downloaded uuid v1.23.4
7802026-08-18T23:16:24.149Z Downloaded chumsky v0.9.3
7812026-08-18T23:16:24.149Z Downloaded humantime v2.3.0
7822026-08-18T23:16:24.152Z Downloaded darling_macro v0.20.11
7832026-08-18T23:16:24.152Z Downloaded sec1 v0.8.1
7842026-08-18T23:16:24.156Z Downloaded darling_macro v0.21.3
7852026-08-18T23:16:24.156Z Downloaded diesel_table_macro_syntax v0.3.0
7862026-08-18T23:16:24.160Z Downloaded xattr v1.6.1
7872026-08-18T23:16:24.160Z Downloaded crypto-common v0.2.2
7882026-08-18T23:16:24.163Z Downloaded litemap v0.8.1
7892026-08-18T23:16:24.163Z Downloaded scroll v0.13.0
7902026-08-18T23:16:24.163Z Downloaded sec1 v0.7.3
7912026-08-18T23:16:24.167Z Downloaded scrypt v0.12.0
7922026-08-18T23:16:24.167Z Downloaded ar_archive_writer v0.5.1
7932026-08-18T23:16:24.170Z Downloaded hickory-resolver v0.24.4
7942026-08-18T23:16:24.173Z Downloaded tiny-keccak v2.0.2
7952026-08-18T23:16:24.177Z Downloaded digest-io v0.1.0
7962026-08-18T23:16:24.177Z Downloaded document-features v0.2.12
7972026-08-18T23:16:24.177Z Downloaded dyn-clone v1.0.20
7982026-08-18T23:16:24.180Z Downloaded sqlformat v0.3.5
7992026-08-18T23:16:24.180Z Downloaded termios v0.3.3
8002026-08-18T23:16:24.183Z Downloaded slog-dtrace v0.3.0
8012026-08-18T23:16:24.184Z Downloaded spki v0.7.3
8022026-08-18T23:16:24.184Z Downloaded strum_macros v0.26.4
8032026-08-18T23:16:24.188Z Downloaded parking_lot_core v0.8.6
8042026-08-18T23:16:24.188Z Downloaded parking_lot_core v0.9.12
8052026-08-18T23:16:24.191Z Downloaded poly1305 v0.9.0
8062026-08-18T23:16:24.191Z Downloaded headers v0.4.1
8072026-08-18T23:16:24.194Z Downloaded idna_adapter v1.2.1
8082026-08-18T23:16:24.194Z Downloaded instant v0.1.13
8092026-08-18T23:16:24.194Z Downloaded indent_write v2.2.0
8102026-08-18T23:16:24.197Z Downloaded kstat-rs v0.2.5
8112026-08-18T23:16:24.197Z Downloaded linked-hash-map v0.5.6
8122026-08-18T23:16:24.200Z Downloaded darling_core v0.13.4
8132026-08-18T23:16:24.208Z Downloaded p256 v0.14.0
8142026-08-18T23:16:24.212Z Downloaded newtype_derive v0.1.6
8152026-08-18T23:16:24.212Z Downloaded quinn-udp v0.5.14
8162026-08-18T23:16:24.215Z Downloaded lru-slab v0.1.2
8172026-08-18T23:16:24.215Z Downloaded num-iter v0.1.45
8182026-08-18T23:16:24.215Z Downloaded parse-size v1.1.0
8192026-08-18T23:16:24.215Z Downloaded percent-encoding v2.3.2
8202026-08-18T23:16:24.215Z Downloaded psm v0.1.30
8212026-08-18T23:16:24.215Z Downloaded wyz v0.5.1
8222026-08-18T23:16:24.218Z Downloaded num-conv v0.2.0
8232026-08-18T23:16:24.218Z Downloaded openssl-probe v0.2.1
8242026-08-18T23:16:24.218Z Downloaded vergen-lib v0.1.6
8252026-08-18T23:16:24.218Z Downloaded vergen-lib v9.1.0
8262026-08-18T23:16:24.221Z Downloaded rayon-core v1.13.0
8272026-08-18T23:16:24.221Z Downloaded uzers v0.12.2
8282026-08-18T23:16:24.263Z Downloaded derive-where v1.6.0
8292026-08-18T23:16:24.263Z Downloaded indexmap v1.9.3
8302026-08-18T23:16:24.268Z Downloaded zstd-safe v7.2.4
8312026-08-18T23:16:24.268Z Downloaded lzss v0.8.2
8322026-08-18T23:16:24.268Z Downloaded vergen-git2 v9.1.0
8332026-08-18T23:16:24.268Z Downloaded phf_shared v0.13.1
8342026-08-18T23:16:24.269Z Downloaded const_format_proc_macros v0.2.34
8352026-08-18T23:16:24.269Z Downloaded ref-cast-impl v1.0.25
8362026-08-18T23:16:24.269Z Downloaded packed_struct_codegen v0.10.1
8372026-08-18T23:16:24.269Z Downloaded progenitor-macro v0.14.0
8382026-08-18T23:16:24.269Z Downloaded salsa20 v0.11.0
8392026-08-18T23:16:24.269Z Downloaded cc v1.2.56
8402026-08-18T23:16:24.269Z Downloaded derive-ex v0.1.8
8412026-08-18T23:16:24.269Z Downloaded bumpalo v3.20.2
8422026-08-18T23:16:24.269Z Downloaded derive_builder_core v0.20.2
8432026-08-18T23:16:24.269Z Downloaded predicates-core v1.0.10
8442026-08-18T23:16:24.269Z Downloaded delegate v0.13.5
8452026-08-18T23:16:24.269Z Downloaded hashbrown v0.12.3
8462026-08-18T23:16:24.269Z Downloaded hickory-resolver v0.25.2
8472026-08-18T23:16:24.269Z Downloaded libbz2-rs-sys v0.2.2
8482026-08-18T23:16:24.270Z Downloaded http v1.4.2
8492026-08-18T23:16:24.270Z Downloaded async-compression v0.4.41
8502026-08-18T23:16:24.270Z Downloaded aes v0.9.1
8512026-08-18T23:16:24.270Z Downloaded term v1.2.1
8522026-08-18T23:16:24.270Z Downloaded const_format v0.2.35
8532026-08-18T23:16:24.270Z Downloaded serde_urlencoded v0.7.1
8542026-08-18T23:16:24.270Z Downloaded signal-hook-mio v0.2.5
8552026-08-18T23:16:24.270Z Downloaded steno v0.4.1
8562026-08-18T23:16:24.270Z Downloaded darling_core v0.20.11
8572026-08-18T23:16:24.270Z Downloaded semver v0.1.20
8582026-08-18T23:16:24.270Z Downloaded hickory-server v0.25.2
8592026-08-18T23:16:24.273Z Downloaded ingot-types v0.2.0
8602026-08-18T23:16:24.273Z Downloaded darling_core v0.21.3
8612026-08-18T23:16:24.273Z Downloaded oxide-update-engine-types v0.1.2
8622026-08-18T23:16:24.276Z Downloaded rcgen v0.12.1
8632026-08-18T23:16:24.276Z Downloaded unicase v2.9.0
8642026-08-18T23:16:24.279Z Downloaded jobserver v0.1.34
8652026-08-18T23:16:24.279Z Downloaded libefi-sys v0.1.0
8662026-08-18T23:16:24.279Z Downloaded module-lattice v0.2.3
8672026-08-18T23:16:24.279Z Downloaded num-derive v0.4.2
8682026-08-18T23:16:24.283Z Downloaded libsw-core v0.3.2
8692026-08-18T23:16:24.283Z Downloaded structmeta v0.3.0
8702026-08-18T23:16:24.283Z Downloaded testing_table v0.3.0
8712026-08-18T23:16:24.283Z Downloaded waitgroup v0.1.2
8722026-08-18T23:16:24.286Z Downloaded unarray v0.1.4
8732026-08-18T23:16:24.286Z Downloaded unit-prefix v0.5.2
8742026-08-18T23:16:24.286Z Downloaded wnaf v0.14.0
8752026-08-18T23:16:24.286Z Downloaded rand v0.9.2
8762026-08-18T23:16:24.289Z Downloaded rand v0.10.1
8772026-08-18T23:16:24.292Z Downloaded indicatif v0.18.4
8782026-08-18T23:16:24.292Z Downloaded mime_guess v2.0.5
8792026-08-18T23:16:24.295Z Downloaded icu_locale_core v2.1.1
8802026-08-18T23:16:24.298Z Downloaded daft v0.1.7
8812026-08-18T23:16:24.298Z Downloaded darling v0.20.11
8822026-08-18T23:16:24.301Z Downloaded crc32fast v1.5.0
8832026-08-18T23:16:24.301Z Downloaded peg v0.8.5
8842026-08-18T23:16:24.305Z Downloaded primefield v0.14.0
8852026-08-18T23:16:24.308Z Downloaded primeorder v0.14.0
8862026-08-18T23:16:24.308Z Downloaded port-file v0.1.0
8872026-08-18T23:16:24.308Z Downloaded rand_core v0.6.4
8882026-08-18T23:16:24.311Z Downloaded utf8_iter v1.0.4
8892026-08-18T23:16:24.311Z Downloaded cstr-argument v0.1.2
8902026-08-18T23:16:24.311Z Downloaded rpassword v7.5.4
8912026-08-18T23:16:24.311Z Downloaded rustls-pemfile v2.2.0
8922026-08-18T23:16:24.314Z Downloaded hashbrown v0.13.2
8932026-08-18T23:16:24.318Z Downloaded curve25519-dalek-derive v0.1.1
8942026-08-18T23:16:24.318Z Downloaded defmt-parser v1.0.0
8952026-08-18T23:16:24.318Z Downloaded derive_builder_macro v0.20.2
8962026-08-18T23:16:24.318Z Downloaded hyper-tls v0.6.0
8972026-08-18T23:16:24.318Z Downloaded instability v0.3.11
8982026-08-18T23:16:24.321Z Downloaded lazy_static v1.5.0
8992026-08-18T23:16:24.324Z Downloaded nom v7.1.3
9002026-08-18T23:16:24.327Z Downloaded tokio-stream v0.1.18
9012026-08-18T23:16:24.331Z Downloaded tracing-core v0.1.36
9022026-08-18T23:16:24.331Z Downloaded ecdsa v0.17.0
9032026-08-18T23:16:24.334Z Downloaded hyper-rustls v0.27.7
9042026-08-18T23:16:24.334Z Downloaded slog-stdlog v4.1.1
9052026-08-18T23:16:24.334Z Downloaded sponge-cursor v0.1.0
9062026-08-18T23:16:24.334Z Downloaded internet-checksum v0.2.1
9072026-08-18T23:16:24.340Z Downloaded ml-kem v0.3.2
9082026-08-18T23:16:24.340Z Downloaded memoffset v0.9.1
9092026-08-18T23:16:24.340Z Downloaded support-bundle-viewer v0.1.2
9102026-08-18T23:16:24.344Z Downloaded tokio-tungstenite v0.21.0
9112026-08-18T23:16:24.344Z Downloaded sync_wrapper v1.0.2
9122026-08-18T23:16:24.344Z Downloaded newtype-uuid-macros v0.1.0
9132026-08-18T23:16:24.344Z Downloaded password-hash v0.6.1
9142026-08-18T23:16:24.344Z Downloaded olpc-cjson v0.1.4
9152026-08-18T23:16:24.344Z Downloaded toml v1.1.2+spec-1.1.0
9162026-08-18T23:16:24.347Z Downloaded pkcs1 v0.8.0-rc.4
9172026-08-18T23:16:24.347Z Downloaded tungstenite v0.23.0
9182026-08-18T23:16:24.350Z Downloaded rand_pcg v0.10.2
9192026-08-18T23:16:24.350Z Downloaded rustc_version v0.4.1
9202026-08-18T23:16:24.350Z Downloaded rustc_version v0.1.7
9212026-08-18T23:16:24.353Z Downloaded icu_collections v2.1.1
9222026-08-18T23:16:24.356Z Downloaded tokio-native-tls v0.3.1
9232026-08-18T23:16:24.356Z Downloaded scuffle v0.1.0
9242026-08-18T23:16:24.360Z Downloaded nu-ansi-term v0.50.3
9252026-08-18T23:16:24.360Z Downloaded crossbeam-utils v0.8.21
9262026-08-18T23:16:24.364Z Downloaded rand_chacha v0.9.0
9272026-08-18T23:16:24.364Z Downloaded recursive v0.1.1
9282026-08-18T23:16:24.364Z Downloaded toml_writer v1.1.1+spec-1.1.0
9292026-08-18T23:16:24.368Z Downloaded crc-catalog v2.4.0
9302026-08-18T23:16:24.368Z Downloaded constant_time_eq v0.4.2
9312026-08-18T23:16:24.368Z Downloaded serde-big-array v0.5.1
9322026-08-18T23:16:24.368Z Downloaded serde_plain v1.0.2
9332026-08-18T23:16:24.374Z Downloaded data-encoding v2.10.0
9342026-08-18T23:16:24.377Z Downloaded dropshot_endpoint v0.17.1
9352026-08-18T23:16:24.377Z Downloaded daft-derive v0.1.7
9362026-08-18T23:16:24.380Z Downloaded num-bigint-dig v0.8.6
9372026-08-18T23:16:24.383Z Downloaded time-core v0.1.8
9382026-08-18T23:16:24.383Z Downloaded thread-id v5.1.0
9392026-08-18T23:16:24.383Z Downloaded untrusted v0.7.1
9402026-08-18T23:16:24.386Z Downloaded topological-sort v0.2.2
9412026-08-18T23:16:24.389Z Downloaded ipnet v2.12.0
9422026-08-18T23:16:24.392Z Downloaded serde_cbor v0.11.2
9432026-08-18T23:16:24.392Z Downloaded zerofrom v0.1.6
9442026-08-18T23:16:24.397Z Downloaded der v0.7.10
9452026-08-18T23:16:24.400Z Downloaded darling_macro v0.23.0
9462026-08-18T23:16:24.400Z Downloaded dof v0.4.0
9472026-08-18T23:16:24.400Z Downloaded inout v0.2.2
9482026-08-18T23:16:24.403Z Downloaded zerofrom-derive v0.1.6
9492026-08-18T23:16:24.403Z Downloaded lock_api v0.4.14
9502026-08-18T23:16:24.406Z Downloaded cpufeatures v0.3.0
9512026-08-18T23:16:24.410Z Downloaded multer v3.1.0
9522026-08-18T23:16:24.413Z Downloaded progenitor v0.13.0
9532026-08-18T23:16:24.413Z Downloaded time-macros v0.2.27
9542026-08-18T23:16:24.416Z Downloaded pin-project-lite v0.2.17
9552026-08-18T23:16:24.422Z Downloaded packed_struct v0.10.1
9562026-08-18T23:16:24.422Z Downloaded phc v0.6.1
9572026-08-18T23:16:24.422Z Downloaded difflib v0.4.0
9582026-08-18T23:16:24.425Z Downloaded jiff-static v0.2.34
9592026-08-18T23:16:24.425Z Downloaded rustls-webpki v0.103.13
9602026-08-18T23:16:24.425Z Downloaded tower v0.5.3
9612026-08-18T23:16:24.430Z Downloaded ron v0.8.1
9622026-08-18T23:16:24.438Z Downloaded managed v0.8.0
9632026-08-18T23:16:24.442Z Downloaded proc-macro-crate v1.3.1
9642026-08-18T23:16:24.442Z Downloaded signal-hook-registry v1.4.8
9652026-08-18T23:16:24.445Z Downloaded hashbrown v0.14.5
9662026-08-18T23:16:24.445Z Downloaded hashbrown v0.16.1
9672026-08-18T23:16:24.448Z Downloaded lalrpop-util v0.19.12
9682026-08-18T23:16:24.451Z Downloaded num v0.4.3
9692026-08-18T23:16:24.451Z Downloaded parse-display v0.10.0
9702026-08-18T23:16:24.451Z Downloaded slog-json v2.6.1
9712026-08-18T23:16:24.454Z Downloaded aes-gcm v0.11.0
9722026-08-18T23:16:24.454Z Downloaded des v0.9.0
9732026-08-18T23:16:24.457Z Downloaded stacker v0.1.23
9742026-08-18T23:16:24.457Z Downloaded string_cache v0.8.9
9752026-08-18T23:16:24.457Z Downloaded signal-hook v0.3.18
9762026-08-18T23:16:24.460Z Downloaded rand_xorshift v0.4.0
9772026-08-18T23:16:24.460Z Downloaded rtoolbox v0.0.3
9782026-08-18T23:16:24.460Z Downloaded serde_spanned v1.1.1
9792026-08-18T23:16:24.463Z Downloaded zstd v0.13.3
9802026-08-18T23:16:24.463Z Downloaded serde_with_macros v3.21.0
9812026-08-18T23:16:24.466Z Downloaded slog-scope v4.4.1
9822026-08-18T23:16:24.466Z Downloaded iana-time-zone v0.1.65
9832026-08-18T23:16:24.466Z Downloaded radium v0.7.0
9842026-08-18T23:16:24.469Z Downloaded ryu v1.0.23
9852026-08-18T23:16:24.469Z Downloaded downcast-rs v2.0.2
9862026-08-18T23:16:24.471Z Downloaded seq-macro v0.3.6
9872026-08-18T23:16:24.472Z Downloaded convert_case v0.10.0
9882026-08-18T23:16:24.472Z Downloaded thiserror-impl-no-std v2.0.2
9892026-08-18T23:16:24.474Z Downloaded structmeta-derive v0.3.0
9902026-08-18T23:16:24.474Z Downloaded untrusted v0.9.0
9912026-08-18T23:16:24.478Z Downloaded vsss-rs v3.3.4
9922026-08-18T23:16:24.485Z Downloaded supports-unicode v3.0.0
9932026-08-18T23:16:24.488Z Downloaded phf v0.13.1
9942026-08-18T23:16:24.490Z Downloaded tokio-test v0.4.5
9952026-08-18T23:16:24.490Z Downloaded trait-variant v0.1.2
9962026-08-18T23:16:24.493Z Downloaded utf-8 v0.7.6
9972026-08-18T23:16:24.496Z Downloaded ed25519 v3.0.0
9982026-08-18T23:16:24.501Z Downloaded ed25519-dalek v2.2.0
9992026-08-18T23:16:24.506Z Downloaded convert_case v0.4.0
10002026-08-18T23:16:24.509Z Downloaded dtrace-parser v0.3.0
10012026-08-18T23:16:24.509Z Downloaded is_ci v1.2.0
10022026-08-18T23:16:24.512Z Downloaded progenitor-impl v0.14.0
10032026-08-18T23:16:24.515Z Downloaded openssl-sys v0.9.117
10042026-08-18T23:16:24.518Z Downloaded unsafe-libyaml v0.2.11
10052026-08-18T23:16:24.518Z Downloaded oxide-update-engine-display v0.1.2
10062026-08-18T23:16:24.521Z Downloaded hashbrown v0.15.5
10072026-08-18T23:16:24.525Z Downloaded pem-rfc7468 v1.0.0
10082026-08-18T23:16:24.529Z Downloaded kem v0.3.0
10092026-08-18T23:16:24.532Z Downloaded openssl-probe v0.1.6
10102026-08-18T23:16:24.538Z Downloaded tokio-rustls v0.26.4
10112026-08-18T23:16:24.542Z Downloaded aho-corasick v1.1.4
10122026-08-18T23:16:24.546Z Downloaded simd-adler32 v0.3.8
10132026-08-18T23:16:24.546Z Downloaded darling v0.21.3
10142026-08-18T23:16:24.549Z Downloaded russh-util v0.52.0
10152026-08-18T23:16:24.549Z Downloaded rustls-native-certs v0.8.3
10162026-08-18T23:16:24.549Z Downloaded snafu v0.8.9
10172026-08-18T23:16:24.553Z Downloaded test-strategy v0.4.5
10182026-08-18T23:16:24.556Z Downloaded serdect v0.4.3
10192026-08-18T23:16:24.561Z Downloaded pin-project v1.1.11
10202026-08-18T23:16:24.565Z Downloaded sync-ptr v0.1.4
10212026-08-18T23:16:24.569Z Downloaded darling v0.13.4
10222026-08-18T23:16:24.570Z Downloaded shell-words v1.1.1
10232026-08-18T23:16:24.573Z Downloaded quick-error v1.2.3
10242026-08-18T23:16:24.573Z Downloaded rand v0.8.6
10252026-08-18T23:16:24.573Z Downloaded serde_bytes v0.11.19
10262026-08-18T23:16:24.576Z Downloaded rsa v0.10.0-rc.18
10272026-08-18T23:16:24.579Z Downloaded schemars v0.8.22
10282026-08-18T23:16:24.585Z Downloaded zip v0.6.6
10292026-08-18T23:16:24.588Z Downloaded num-traits v0.2.19
10302026-08-18T23:16:24.590Z Downloaded lru v0.12.5
10312026-08-18T23:16:24.590Z Downloaded either v1.15.0
10322026-08-18T23:16:24.591Z Downloaded unicode-normalization v0.1.25
10332026-08-18T23:16:24.594Z Downloaded illumos-nvpair-sys v0.2.0
10342026-08-18T23:16:24.594Z Downloaded hkdf v0.12.4
10352026-08-18T23:16:24.594Z Downloaded nanorand v0.7.0
10362026-08-18T23:16:24.597Z Downloaded internal-russh-num-bigint v0.5.0
10372026-08-18T23:16:24.602Z Downloaded mime v0.3.17
10382026-08-18T23:16:24.602Z Downloaded whoami v1.6.1
10392026-08-18T23:16:24.605Z Downloaded icu_normalizer v2.1.1
10402026-08-18T23:16:24.608Z Downloaded schemars v0.9.0
10412026-08-18T23:16:24.615Z Downloaded hybrid-array v0.4.13
10422026-08-18T23:16:24.618Z Downloaded predicates v3.1.4
10432026-08-18T23:16:24.621Z Downloaded proc-macro-error-attr2 v2.0.0
10442026-08-18T23:16:24.621Z Downloaded displaydoc v0.2.5
10452026-08-18T23:16:24.621Z Downloaded postgres-types v0.2.12
10462026-08-18T23:16:24.625Z Downloaded h2 v0.4.15
10472026-08-18T23:16:24.628Z Downloaded spin v0.9.8
10482026-08-18T23:16:24.628Z Downloaded ingot v0.2.1
10492026-08-18T23:16:24.630Z Downloaded num-complex v0.4.6
10502026-08-18T23:16:24.630Z Downloaded memmap2 v0.9.10
10512026-08-18T23:16:24.630Z Downloaded multimap v0.10.1
10522026-08-18T23:16:24.633Z Downloaded jiff-core v0.1.0
10532026-08-18T23:16:24.633Z Downloaded synstructure v0.13.2
10542026-08-18T23:16:24.636Z Downloaded similar v2.7.0
10552026-08-18T23:16:24.640Z Downloaded term v0.7.0
10562026-08-18T23:16:24.643Z Downloaded vte v0.14.1
10572026-08-18T23:16:24.646Z Downloaded x509-cert v0.2.5
10582026-08-18T23:16:24.646Z Downloaded smallvec v1.15.1
10592026-08-18T23:16:24.650Z Downloaded progenitor v0.14.0
10602026-08-18T23:16:24.650Z Downloaded shlex v1.3.0
10612026-08-18T23:16:24.650Z Downloaded sigpipe v0.1.3
10622026-08-18T23:16:24.653Z Downloaded cookie_store v0.22.1
10632026-08-18T23:16:24.653Z Downloaded stringprep v0.1.5
10642026-08-18T23:16:24.656Z Downloaded defmt v0.3.100
10652026-08-18T23:16:24.659Z Downloaded writeable v0.6.2
10662026-08-18T23:16:24.662Z Downloaded yasna v0.5.2
10672026-08-18T23:16:24.662Z Downloaded serde_yaml v0.9.34+deprecated
10682026-08-18T23:16:24.665Z Downloaded corncobs v0.1.4
10692026-08-18T23:16:24.665Z Downloaded tui-tree-widget v0.23.1
10702026-08-18T23:16:24.668Z Downloaded regex v1.12.3
10712026-08-18T23:16:24.672Z Downloaded salty v0.3.0
10722026-08-18T23:16:24.675Z Downloaded winnow v0.5.40
10732026-08-18T23:16:24.681Z Downloaded derive_more v0.99.20
10742026-08-18T23:16:24.685Z Downloaded display-error-chain v0.2.2
10752026-08-18T23:16:24.685Z Downloaded rayon v1.11.0
10762026-08-18T23:16:24.688Z Downloaded unicode_categories v0.1.1
10772026-08-18T23:16:24.691Z Downloaded litrs v1.0.0
10782026-08-18T23:16:24.691Z Downloaded num-rational v0.4.2
10792026-08-18T23:16:24.695Z Downloaded derive_more v2.1.1
10802026-08-18T23:16:24.698Z Downloaded zip v4.6.1
10812026-08-18T23:16:24.701Z Downloaded nom v8.0.0
10822026-08-18T23:16:24.705Z Downloaded yansi v1.0.1
10832026-08-18T23:16:24.708Z Downloaded pkg-config v0.3.32
10842026-08-18T23:16:24.708Z Downloaded oxide-tokio-rt v0.1.4
10852026-08-18T23:16:24.708Z Downloaded ignore v0.4.25
10862026-08-18T23:16:24.711Z Downloaded recursive-proc-macro-impl v0.1.1
10872026-08-18T23:16:24.711Z Downloaded same-file v1.0.6
10882026-08-18T23:16:24.711Z Downloaded supports-color v3.0.2
10892026-08-18T23:16:24.711Z Downloaded blake3 v1.8.5
10902026-08-18T23:16:24.717Z Downloaded pbkdf2 v0.13.0
10912026-08-18T23:16:24.720Z Downloaded strum_macros v0.27.2
10922026-08-18T23:16:24.720Z Downloaded pkcs1 v0.7.5
10932026-08-18T23:16:24.720Z Downloaded tar v0.4.46
10942026-08-18T23:16:24.726Z Downloaded debug-ignore v1.0.5
10952026-08-18T23:16:24.726Z Downloaded serde_path_to_error v0.1.20
10962026-08-18T23:16:24.732Z Downloaded thread_local v1.1.9
10972026-08-18T23:16:24.732Z Downloaded usdt-impl v0.6.0
10982026-08-18T23:16:24.732Z Downloaded aws-lc-rs v1.16.3
10992026-08-18T23:16:24.735Z Downloaded crc-any v2.5.0
11002026-08-18T23:16:24.735Z Downloaded tls_codec v0.4.2
11012026-08-18T23:16:24.735Z Downloaded smf v0.2.3
11022026-08-18T23:16:24.735Z Downloaded zeroize_derive v1.5.0
11032026-08-18T23:16:24.738Z Downloaded want v0.3.1
11042026-08-18T23:16:24.738Z Downloaded predicates-tree v1.0.13
11052026-08-18T23:16:24.738Z Downloaded quick-xml v0.37.5
11062026-08-18T23:16:24.741Z Downloaded vergen v9.1.0
11072026-08-18T23:16:24.745Z Downloaded dropshot-api-manager v0.8.0
11082026-08-18T23:16:24.748Z Downloaded quinn v0.11.11
11092026-08-18T23:16:24.748Z Downloaded darling v0.23.0
11102026-08-18T23:16:24.751Z Downloaded ingot-macros v0.2.0
11112026-08-18T23:16:24.751Z Downloaded impl-trait-for-tuples v0.2.3
11122026-08-18T23:16:24.754Z Downloaded wait-timeout v0.2.1
11132026-08-18T23:16:24.754Z Downloaded diff v0.1.13
11142026-08-18T23:16:24.758Z Downloaded prettyplease v0.2.37
11152026-08-18T23:16:24.758Z Downloaded deranged v0.5.8
11162026-08-18T23:16:24.762Z Downloaded owo-colors v4.3.0
11172026-08-18T23:16:24.762Z Downloaded pem-rfc7468 v0.7.0
11182026-08-18T23:16:24.762Z Downloaded itertools v0.12.1
11192026-08-18T23:16:24.765Z Downloaded libscf-sys v1.2.0
11202026-08-18T23:16:24.765Z Downloaded derive_more-impl v2.1.1
11212026-08-18T23:16:24.770Z Downloaded diesel_derives v2.3.7
11222026-08-18T23:16:24.772Z Downloaded hkdf v0.13.0
11232026-08-18T23:16:24.777Z Downloaded icu_provider v2.1.1
11242026-08-18T23:16:24.777Z Downloaded slab v0.4.12
11252026-08-18T23:16:24.777Z Downloaded dsl_auto_type v0.2.0
11262026-08-18T23:16:24.780Z Downloaded inout v0.1.4
11272026-08-18T23:16:24.780Z Downloaded scopeguard v1.2.0
11282026-08-18T23:16:24.780Z Downloaded num_enum_derive v0.5.11
11292026-08-18T23:16:24.780Z Downloaded ssh-encoding v0.3.0
11302026-08-18T23:16:24.780Z Downloaded tokio-tungstenite v0.23.1
11312026-08-18T23:16:24.783Z Downloaded toml_edit v0.19.15
11322026-08-18T23:16:24.792Z Downloaded dropshot-api-manager-types v0.8.0
11332026-08-18T23:16:24.796Z Downloaded zerotrie v0.2.3
11342026-08-18T23:16:24.796Z Downloaded slog-bunyan v2.5.0
11352026-08-18T23:16:24.796Z Downloaded p384 v0.13.1
11362026-08-18T23:16:24.799Z Downloaded libsw v3.5.0
11372026-08-18T23:16:24.801Z Downloaded darling_macro v0.13.4
11382026-08-18T23:16:24.801Z Downloaded ipnetwork v0.21.1
11392026-08-18T23:16:24.801Z Downloaded rustc-hash v2.1.1
11402026-08-18T23:16:24.805Z Downloaded signal-hook-tokio v0.3.1
11412026-08-18T23:16:24.805Z Downloaded usdt v0.6.0
11422026-08-18T23:16:24.805Z Downloaded dunce v1.0.5
11432026-08-18T23:16:24.805Z Downloaded progenitor-client v0.14.0
11442026-08-18T23:16:24.805Z Downloaded typify v0.6.2
11452026-08-18T23:16:24.808Z Downloaded polyval v0.7.1
11462026-08-18T23:16:24.808Z Downloaded rand_core v0.10.0
11472026-08-18T23:16:24.811Z Downloaded publicsuffix v2.3.0
11482026-08-18T23:16:24.811Z Downloaded socket2 v0.6.3
11492026-08-18T23:16:24.811Z Downloaded smallvec v0.6.14
11502026-08-18T23:16:24.815Z Downloaded drift v0.2.0
11512026-08-18T23:16:24.822Z Downloaded ed25519 v2.2.3
11522026-08-18T23:16:24.825Z Downloaded rusty-fork v0.3.1
11532026-08-18T23:16:24.825Z Downloaded cpubits v0.1.1
11542026-08-18T23:16:24.831Z Downloaded digest v0.11.3
11552026-08-18T23:16:24.833Z Downloaded tinyvec_macros v0.1.1
11562026-08-18T23:16:24.868Z Downloaded indoc v2.0.7
11572026-08-18T23:16:24.873Z Downloaded pkcs8 v0.11.0
11582026-08-18T23:16:24.873Z Downloaded num_enum_derive v0.7.6
11592026-08-18T23:16:24.873Z Downloaded thiserror-no-std v2.0.2
11602026-08-18T23:16:24.873Z Downloaded miette-derive v7.6.0
11612026-08-18T23:16:24.873Z Downloaded rustls-platform-verifier v0.6.2
11622026-08-18T23:16:24.873Z Downloaded strip-ansi-escapes v0.2.1
11632026-08-18T23:16:24.873Z Downloaded password-hash v0.5.0
11642026-08-18T23:16:24.874Z Downloaded rsa v0.9.10
11652026-08-18T23:16:24.874Z Downloaded crossbeam-epoch v0.9.18
11662026-08-18T23:16:24.874Z Downloaded newtype-uuid v1.3.2
11672026-08-18T23:16:24.874Z Downloaded tungstenite v0.21.0
11682026-08-18T23:16:24.874Z Downloaded iri-string v0.7.10
11692026-08-18T23:16:24.874Z Downloaded linear-map v1.2.0
11702026-08-18T23:16:24.874Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11712026-08-18T23:16:24.874Z Downloaded spki v0.8.0
11722026-08-18T23:16:24.874Z Downloaded zopfli v0.8.3
11732026-08-18T23:16:24.879Z Downloaded p521 v0.14.0
11742026-08-18T23:16:24.885Z Downloaded defmt v1.0.1
11752026-08-18T23:16:24.888Z Downloaded libm v0.2.16
11762026-08-18T23:16:24.892Z Downloaded crossbeam-deque v0.8.6
11772026-08-18T23:16:24.895Z Downloaded rand_core v0.9.5
11782026-08-18T23:16:24.895Z Downloaded serde-hex v0.1.0
11792026-08-18T23:16:24.895Z Downloaded crypto-bigint v0.5.5
11802026-08-18T23:16:24.899Z Downloaded unicode-segmentation v1.12.0
11812026-08-18T23:16:24.902Z Downloaded knus v3.4.0
11822026-08-18T23:16:24.902Z Downloaded knus-derive v3.4.0
11832026-08-18T23:16:24.907Z Downloaded der_derive v0.7.3
11842026-08-18T23:16:24.910Z Downloaded minimal-lexical v0.2.1
11852026-08-18T23:16:24.910Z Downloaded parking_lot v0.11.2
11862026-08-18T23:16:24.913Z Downloaded tokio-util v0.7.18
11872026-08-18T23:16:24.918Z Downloaded hickory-proto v0.24.4
11882026-08-18T23:16:24.926Z Downloaded hyper-util v0.1.20
11892026-08-18T23:16:24.930Z Downloaded crossterm v0.28.1
11902026-08-18T23:16:24.934Z Downloaded icu_properties_data v2.1.2
11912026-08-18T23:16:24.942Z Downloaded itertools v0.14.0
11922026-08-18T23:16:24.947Z Downloaded tinyvec v1.10.0
11932026-08-18T23:16:24.947Z Downloaded tracing-attributes v0.1.31
11942026-08-18T23:16:24.950Z Downloaded tower-http v0.6.8
11952026-08-18T23:16:24.953Z Downloaded chrono v0.4.45
11962026-08-18T23:16:24.956Z Downloaded p384 v0.14.0
11972026-08-18T23:16:24.959Z Downloaded pretty_assertions v1.4.1
11982026-08-18T23:16:24.959Z Downloaded bitvec v1.0.1
11992026-08-18T23:16:24.969Z Downloaded bindgen v0.71.1
12002026-08-18T23:16:24.973Z Downloaded papergrid v0.18.0
12012026-08-18T23:16:24.976Z Downloaded unicode-bidi v0.3.18
12022026-08-18T23:16:24.979Z Downloaded hyper v1.10.1
12032026-08-18T23:16:24.982Z Downloaded der v0.8.0
12042026-08-18T23:16:24.986Z Downloaded petname v2.0.2
12052026-08-18T23:16:24.989Z Downloaded progenitor-impl v0.13.0
12062026-08-18T23:16:24.992Z Downloaded samael v0.0.19
12072026-08-18T23:16:24.996Z Downloaded tokio-postgres v0.7.16
12082026-08-18T23:16:24.999Z Downloaded icu_normalizer_data v2.1.1
12092026-08-18T23:16:24.999Z Downloaded libxml v0.3.3
12102026-08-18T23:16:25.003Z Downloaded url v2.5.8
12112026-08-18T23:16:25.007Z Downloaded darling_core v0.23.0
12122026-08-18T23:16:25.010Z Downloaded crossbeam-channel v0.5.15
12132026-08-18T23:16:25.010Z Downloaded zerocopy v0.6.6
12142026-08-18T23:16:25.013Z Downloaded icu_properties v2.1.2
12152026-08-18T23:16:25.013Z Downloaded git2 v0.20.4
12162026-08-18T23:16:25.018Z Downloaded ssh-key v0.7.0-rc.11
12172026-08-18T23:16:25.022Z Downloaded unicode-properties v0.1.4
12182026-08-18T23:16:25.025Z Downloaded tabled v0.21.0
12192026-08-18T23:16:25.034Z Downloaded goblin v0.10.5
12202026-08-18T23:16:25.040Z Downloaded proptest v1.11.0
12212026-08-18T23:16:25.045Z Downloaded elliptic-curve v0.13.8
12222026-08-18T23:16:25.048Z Downloaded subprocess v0.2.15
12232026-08-18T23:16:25.052Z Downloaded reqwest v0.12.28
12242026-08-18T23:16:25.056Z Downloaded miette v7.6.0
12252026-08-18T23:16:25.060Z Downloaded sha3 v0.12.0
12262026-08-18T23:16:25.060Z Downloaded tough v0.22.0
12272026-08-18T23:16:25.064Z Downloaded miniz_oxide v0.8.9
12282026-08-18T23:16:25.067Z Downloaded ed25519-dalek v3.0.0
12292026-08-18T23:16:25.067Z Downloaded mio v1.2.0
12302026-08-18T23:16:25.070Z Downloaded schemars v1.2.1
12312026-08-18T23:16:25.078Z Downloaded itertools v0.10.5
12322026-08-18T23:16:25.082Z Downloaded idna v1.1.0
12332026-08-18T23:16:25.085Z Downloaded itertools v0.13.0
12342026-08-18T23:16:25.089Z Downloaded typed-path v0.9.3
12352026-08-18T23:16:25.094Z Downloaded qorb v0.4.1
12362026-08-18T23:16:25.097Z Downloaded reedline v0.40.0
12372026-08-18T23:16:25.102Z Downloaded rustyline v14.0.0
12382026-08-18T23:16:25.106Z Downloaded polar-core v0.27.3
12392026-08-18T23:16:25.110Z Downloaded quinn-proto v0.11.16
12402026-08-18T23:16:25.113Z Downloaded iddqd v0.4.2
12412026-08-18T23:16:25.117Z Downloaded smoltcp v0.9.1
12422026-08-18T23:16:25.123Z Downloaded zerovec v0.11.5
12432026-08-18T23:16:25.126Z Downloaded reqwest v0.13.2
12442026-08-18T23:16:25.129Z Downloaded zerocopy-derive v0.8.55
12452026-08-18T23:16:25.135Z Downloaded serde_with v1.14.0
12462026-08-18T23:16:25.138Z Downloaded gimli v0.32.3
12472026-08-18T23:16:25.146Z Downloaded num-bigint v0.4.6
12482026-08-18T23:16:25.183Z Downloaded crossterm v0.29.0
12492026-08-18T23:16:25.186Z Downloaded vcpkg v0.2.15
12502026-08-18T23:16:25.210Z Downloaded regex-syntax v0.6.29
12512026-08-18T23:16:25.215Z Downloaded zerocopy v0.8.55
12522026-08-18T23:16:25.225Z Downloaded bstr v1.12.1
12532026-08-18T23:16:25.231Z Downloaded crypto-bigint v0.7.5
12542026-08-18T23:16:25.238Z Downloaded winnow v0.6.26
12552026-08-18T23:16:25.244Z Downloaded rawzip v0.4.4
12562026-08-18T23:16:25.248Z Downloaded winnow v1.0.3
12572026-08-18T23:16:25.252Z Downloaded object v0.37.3
12582026-08-18T23:16:25.258Z Downloaded smoltcp v0.11.0
12592026-08-18T23:16:25.266Z Downloaded itertools v0.15.0
12602026-08-18T23:16:25.272Z Downloaded rustix v0.38.44
12612026-08-18T23:16:25.282Z Downloaded serde_with v3.21.0
12622026-08-18T23:16:25.289Z Downloaded crypto-primes v0.7.2
12632026-08-18T23:16:25.292Z Downloaded russh v0.62.4
12642026-08-18T23:16:25.296Z Downloaded time v0.3.47
12652026-08-18T23:16:25.303Z Downloaded dropshot v0.17.1
12662026-08-18T23:16:25.315Z Downloaded regress v0.10.5
12672026-08-18T23:16:25.320Z Downloaded portable-atomic v1.13.1
12682026-08-18T23:16:25.324Z Downloaded object v0.30.4
12692026-08-18T23:16:25.330Z Downloaded openssl v0.10.80
12702026-08-18T23:16:25.335Z Downloaded curve25519-dalek v4.1.3
12712026-08-18T23:16:25.340Z Downloaded nix v0.27.1
12722026-08-18T23:16:25.349Z Downloaded zlib-rs v0.6.2
12732026-08-18T23:16:25.352Z Downloaded hickory-proto v0.25.2
12742026-08-18T23:16:25.358Z Downloaded moka v0.12.13
12752026-08-18T23:16:25.361Z Downloaded regress v0.11.1
12762026-08-18T23:16:25.368Z Downloaded rustls v0.23.41
12772026-08-18T23:16:25.373Z Downloaded lalrpop v0.19.12
12782026-08-18T23:16:25.379Z Downloaded openapiv3 v2.2.0
12792026-08-18T23:16:25.385Z Downloaded nix v0.31.2
12802026-08-18T23:16:25.392Z Downloaded radix_trie v0.2.1
12812026-08-18T23:16:25.395Z Downloaded sqlparser v0.61.0
12822026-08-18T23:16:25.402Z Downloaded diesel v2.3.7
12832026-08-18T23:16:25.411Z Downloaded nix v0.28.0
12842026-08-18T23:16:25.417Z Downloaded curve25519-dalek v5.0.0
12852026-08-18T23:16:25.423Z Downloaded regex-syntax v0.8.10
12862026-08-18T23:16:25.427Z Downloaded tracing v0.1.44
12872026-08-18T23:16:25.440Z Downloaded sha3 v0.11.0
12882026-08-18T23:16:25.443Z Downloaded sled v0.34.7
12892026-08-18T23:16:25.448Z Downloaded zerocopy-derive v0.6.6
12902026-08-18T23:16:25.454Z Downloaded typify-impl v0.6.2
12912026-08-18T23:16:25.463Z Downloaded bzip2-sys v0.1.13+1.0.8
12922026-08-18T23:16:25.470Z Downloaded regex-automata v0.4.14
12932026-08-18T23:16:25.485Z Downloaded ratatui v0.29.0
12942026-08-18T23:16:25.500Z Downloaded chrono-tz v0.10.4
12952026-08-18T23:16:25.514Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12962026-08-18T23:16:25.531Z Downloaded petgraph v0.6.5
12972026-08-18T23:16:25.542Z Downloaded tokio v1.52.1
12982026-08-18T23:16:25.566Z Downloaded jiff v0.2.34
12992026-08-18T23:16:25.577Z Downloaded petgraph v0.8.3
13002026-08-18T23:16:25.589Z Downloaded sha3 v0.10.8
13012026-08-18T23:16:25.592Z Downloaded csv v1.4.0
13022026-08-18T23:16:25.604Z Downloaded libz-sys v1.1.24
13032026-08-18T23:16:25.622Z Downloaded encoding_rs v0.8.35
13042026-08-18T23:16:25.635Z Downloaded ring v0.17.14
13052026-08-18T23:16:25.678Z Downloaded libgit2-sys v0.18.3+1.9.2
13062026-08-18T23:16:26.142Z Downloaded aws-lc-sys v0.40.0
13072026-08-18T23:16:26.409Z Compiling libc v0.2.185
13082026-08-18T23:16:26.409Z Compiling serde_core v1.0.229
13092026-08-18T23:16:26.412Z Compiling serde v1.0.229
13102026-08-18T23:16:26.412Z Compiling log v0.4.33
13112026-08-18T23:16:26.412Z Compiling smallvec v1.15.1
13122026-08-18T23:16:26.412Z Compiling find-msvc-tools v0.1.9
13132026-08-18T23:16:26.412Z Compiling shlex v1.3.0
13142026-08-18T23:16:26.412Z Compiling subtle v2.6.1
13152026-08-18T23:16:26.581Z Compiling scopeguard v1.2.0
13162026-08-18T23:16:26.584Z Compiling typenum v1.20.1
13172026-08-18T23:16:26.584Z Compiling stable_deref_trait v1.2.1
13182026-08-18T23:16:26.584Z Compiling zerocopy v0.8.55
13192026-08-18T23:16:26.584Z Compiling portable-atomic v1.13.1
13202026-08-18T23:16:26.655Z Compiling serde_json v1.0.151
13212026-08-18T23:16:26.669Z Compiling syn v2.0.117
13222026-08-18T23:16:26.722Z Compiling critical-section v1.2.0
13232026-08-18T23:16:26.737Z Compiling libm v0.2.16
13242026-08-18T23:16:26.754Z Compiling num-traits v0.2.19
13252026-08-18T23:16:26.802Z Compiling lock_api v0.4.14
13262026-08-18T23:16:26.815Z Compiling pkg-config v0.3.32
13272026-08-18T23:16:26.831Z Compiling generic-array v0.14.7
13282026-08-18T23:16:26.834Z Compiling pin-project-lite v0.2.17
13292026-08-18T23:16:26.861Z Compiling const-oid v0.9.6
13302026-08-18T23:16:26.864Z Compiling parking_lot_core v0.9.12
13312026-08-18T23:16:26.934Z Compiling getrandom v0.3.4
13322026-08-18T23:16:26.966Z Compiling writeable v0.6.2
13332026-08-18T23:16:26.982Z Compiling percent-encoding v2.3.2
13342026-08-18T23:16:27.098Z Compiling futures-core v0.3.32
13352026-08-18T23:16:27.235Z Compiling litemap v0.8.1
13362026-08-18T23:16:27.266Z Compiling icu_properties_data v2.1.2
13372026-08-18T23:16:27.296Z Compiling icu_normalizer_data v2.1.1
13382026-08-18T23:16:27.311Z Compiling getrandom v0.4.3
13392026-08-18T23:16:27.340Z Compiling rustix v1.1.4
13402026-08-18T23:16:27.355Z Compiling rand_core v0.10.0
13412026-08-18T23:16:27.358Z Compiling futures-sink v0.3.32
13422026-08-18T23:16:27.439Z Compiling utf8_iter v1.0.4
13432026-08-18T23:16:27.478Z Compiling futures-channel v0.3.32
13442026-08-18T23:16:27.508Z Compiling slab v0.4.12
13452026-08-18T23:16:27.567Z Compiling futures-task v0.3.32
13462026-08-18T23:16:27.609Z Compiling errno v0.3.14
13472026-08-18T23:16:27.621Z Compiling jobserver v0.1.34
13482026-08-18T23:16:27.641Z Compiling getrandom v0.2.17
13492026-08-18T23:16:27.710Z Compiling mio v1.2.0
13502026-08-18T23:16:27.716Z Compiling socket2 v0.6.3
13512026-08-18T23:16:27.716Z Compiling futures-io v0.3.32
13522026-08-18T23:16:27.740Z Compiling signal-hook-registry v1.4.8
13532026-08-18T23:16:27.799Z Compiling rand_core v0.6.4
13542026-08-18T23:16:27.841Z Compiling form_urlencoded v1.2.2
13552026-08-18T23:16:27.890Z Compiling cc v1.2.56
13562026-08-18T23:16:27.931Z Compiling once_cell v1.21.3
13572026-08-18T23:16:27.952Z Compiling parking_lot v0.12.5
13582026-08-18T23:16:28.007Z Compiling rustversion v1.0.22
13592026-08-18T23:16:28.047Z Compiling base64ct v1.8.3
13602026-08-18T23:16:28.062Z Compiling iana-time-zone v0.1.65
13612026-08-18T23:16:28.067Z Compiling fs_extra v1.3.0
13622026-08-18T23:16:28.092Z Compiling dunce v1.0.5
13632026-08-18T23:16:28.112Z Compiling flagset v0.4.7
13642026-08-18T23:16:28.131Z Compiling regex-syntax v0.8.10
13652026-08-18T23:16:28.169Z Compiling ident_case v1.0.1
13662026-08-18T23:16:28.215Z Compiling rand_core v0.9.5
13672026-08-18T23:16:28.232Z Compiling base64 v0.22.1
13682026-08-18T23:16:28.275Z Compiling syn v1.0.109
13692026-08-18T23:16:28.293Z Compiling vcpkg v0.2.15
13702026-08-18T23:16:28.306Z Compiling tracing-core v0.1.36
13712026-08-18T23:16:28.345Z Compiling pem-rfc7468 v0.7.0
13722026-08-18T23:16:28.381Z Compiling simd-adler32 v0.3.8
13732026-08-18T23:16:28.395Z Compiling aws-lc-rs v1.16.3
13742026-08-18T23:16:28.398Z Compiling schemars v0.8.22
13752026-08-18T23:16:28.471Z Compiling dyn-clone v1.0.20
13762026-08-18T23:16:28.527Z Compiling cpufeatures v0.2.17
13772026-08-18T23:16:28.629Z Compiling spin v0.9.8
13782026-08-18T23:16:28.629Z Compiling adler2 v2.0.1
13792026-08-18T23:16:28.656Z Compiling tinyvec_macros v0.1.1
13802026-08-18T23:16:28.685Z Compiling cmake v0.1.57
13812026-08-18T23:16:28.688Z Compiling httparse v1.10.1
13822026-08-18T23:16:28.702Z Compiling cmov v0.5.4
13832026-08-18T23:16:28.744Z Compiling crc32fast v1.5.0
13842026-08-18T23:16:28.759Z Compiling openssl-probe v0.2.1
13852026-08-18T23:16:28.776Z Compiling tinyvec v1.10.0
13862026-08-18T23:16:28.789Z Compiling miniz_oxide v0.8.9
13872026-08-18T23:16:28.877Z Compiling aho-corasick v1.1.4
13882026-08-18T23:16:28.913Z Compiling tower-layer v0.3.3
13892026-08-18T23:16:28.978Z Compiling bitflags v2.11.0
13902026-08-18T23:16:29.072Z Compiling semver v1.0.28
13912026-08-18T23:16:29.101Z Compiling indexmap v2.14.0
13922026-08-18T23:16:29.114Z Compiling uuid v1.23.4
13932026-08-18T23:16:29.132Z Compiling ctutils v0.4.2
13942026-08-18T23:16:29.191Z Compiling radium v0.7.0
13952026-08-18T23:16:29.208Z Compiling untrusted v0.7.1
13962026-08-18T23:16:29.232Z Compiling try-lock v0.2.5
13972026-08-18T23:16:29.346Z Compiling rustc_version v0.4.1
13982026-08-18T23:16:29.362Z Compiling atomic-waker v1.1.2
13992026-08-18T23:16:29.418Z Compiling tower-service v0.3.3
14002026-08-18T23:16:29.421Z Compiling want v0.3.1
14012026-08-18T23:16:29.449Z Compiling bytes v1.11.1
14022026-08-18T23:16:29.478Z Compiling chrono v0.4.45
14032026-08-18T23:16:29.521Z Compiling ipnet v2.12.0
14042026-08-18T23:16:29.581Z Compiling aws-lc-sys v0.40.0
14052026-08-18T23:16:29.603Z Compiling openssl-sys v0.9.117
14062026-08-18T23:16:29.751Z Compiling untrusted v0.9.0
14072026-08-18T23:16:29.802Z Compiling synstructure v0.13.2
14082026-08-18T23:16:29.848Z Compiling serde_derive_internals v0.29.1
14092026-08-18T23:16:29.894Z Compiling pest_generator v2.8.6
14102026-08-18T23:16:29.908Z Compiling regex-automata v0.4.14
14112026-08-18T23:16:29.931Z Compiling darling_core v0.20.11
14122026-08-18T23:16:30.114Z Compiling http v1.4.2
14132026-08-18T23:16:30.164Z Compiling tempfile v3.27.0
14142026-08-18T23:16:30.294Z Compiling terminal_size v0.4.3
14152026-08-18T23:16:30.435Z Compiling openssl v0.10.80
14162026-08-18T23:16:30.455Z Compiling tap v1.0.1
14172026-08-18T23:16:30.469Z Compiling httpdate v1.0.3
14182026-08-18T23:16:30.472Z Compiling maybe-uninit v2.0.0
14192026-08-18T23:16:30.562Z Compiling foreign-types-shared v0.1.1
14202026-08-18T23:16:30.579Z Compiling rustls v0.23.41
14212026-08-18T23:16:30.614Z Compiling wyz v0.5.1
14222026-08-18T23:16:30.672Z Compiling foreign-types v0.3.2
14232026-08-18T23:16:30.720Z Compiling bzip2-sys v0.1.13+1.0.8
14242026-08-18T23:16:30.736Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14252026-08-18T23:16:30.769Z Compiling hex v0.4.3
14262026-08-18T23:16:30.785Z Compiling unicode-normalization v0.1.25
14272026-08-18T23:16:30.785Z Compiling num-integer v0.1.46
14282026-08-18T23:16:30.832Z Compiling http-body v1.0.1
14292026-08-18T23:16:30.852Z Compiling wait-timeout v0.2.1
14302026-08-18T23:16:30.978Z Compiling socket2 v0.5.10
14312026-08-18T23:16:31.000Z Compiling ahash v0.8.12
14322026-08-18T23:16:31.014Z Compiling quick-error v1.2.3
14332026-08-18T23:16:31.032Z Compiling powerfmt v0.2.0
14342026-08-18T23:16:31.070Z Compiling funty v2.0.0
14352026-08-18T23:16:31.092Z Compiling native-tls v0.2.18
14362026-08-18T23:16:31.131Z Compiling time-core v0.1.8
14372026-08-18T23:16:31.146Z Compiling bit-vec v0.8.0
14382026-08-18T23:16:31.152Z Compiling num-conv v0.2.0
14392026-08-18T23:16:31.152Z Compiling packed_struct v0.10.1
14402026-08-18T23:16:31.193Z Compiling num-bigint-dig v0.8.6
14412026-08-18T23:16:31.230Z Compiling clap_builder v4.6.0
14422026-08-18T23:16:31.313Z Compiling deranged v0.5.8
14432026-08-18T23:16:31.328Z Compiling time-macros v0.2.27
14442026-08-18T23:16:31.332Z Compiling rusty-fork v0.3.1
14452026-08-18T23:16:31.377Z Compiling bit-set v0.8.0
14462026-08-18T23:16:31.422Z Compiling bitvec v1.0.1
14472026-08-18T23:16:31.454Z Compiling num-iter v0.1.45
14482026-08-18T23:16:31.570Z Compiling serde_spanned v0.6.9
14492026-08-18T23:16:31.583Z Compiling toml_datetime v0.6.11
14502026-08-18T23:16:31.602Z Compiling zeroize_derive v1.5.0
14512026-08-18T23:16:31.615Z Compiling zerocopy-derive v0.8.55
14522026-08-18T23:16:31.683Z Compiling zerofrom-derive v0.1.6
14532026-08-18T23:16:31.698Z Compiling yoke-derive v0.8.1
14542026-08-18T23:16:31.731Z Compiling zerovec-derive v0.11.2
14552026-08-18T23:16:31.855Z Compiling displaydoc v0.2.5
14562026-08-18T23:16:32.309Z Compiling zeroize v1.9.0
14572026-08-18T23:16:32.342Z Compiling tokio-macros v2.7.0
14582026-08-18T23:16:32.367Z Compiling futures-macro v0.3.32
14592026-08-18T23:16:32.458Z Compiling der_derive v0.7.3
14602026-08-18T23:16:32.610Z Compiling thiserror-impl v2.0.18
14612026-08-18T23:16:32.674Z Compiling tracing-attributes v0.1.31
14622026-08-18T23:16:32.817Z Compiling rustls-pki-types v1.14.0
14632026-08-18T23:16:32.897Z Compiling schemars_derive v0.8.22
14642026-08-18T23:16:32.938Z Compiling hybrid-array v0.4.13
14652026-08-18T23:16:32.953Z Compiling scroll_derive v0.13.1
14662026-08-18T23:16:33.133Z Compiling tokio v1.52.1
14672026-08-18T23:16:33.149Z Compiling crypto-common v0.1.7
14682026-08-18T23:16:33.166Z Compiling zerofrom v0.1.6
14692026-08-18T23:16:33.238Z Compiling block-buffer v0.10.4
14702026-08-18T23:16:33.295Z Compiling yoke v0.8.1
14712026-08-18T23:16:33.310Z Compiling futures-util v0.3.32
14722026-08-18T23:16:33.325Z Compiling pest_derive v2.8.6
14732026-08-18T23:16:33.426Z Compiling digest v0.10.7
14742026-08-18T23:16:33.470Z Compiling zerovec v0.11.5
14752026-08-18T23:16:33.508Z Compiling zerotrie v0.2.3
14762026-08-18T23:16:33.704Z Compiling der v0.7.10
14772026-08-18T23:16:33.742Z Compiling sha2 v0.10.9
14782026-08-18T23:16:33.805Z Compiling scroll v0.13.0
14792026-08-18T23:16:33.820Z Compiling signature v2.2.0
14802026-08-18T23:16:33.843Z Compiling darling_macro v0.20.11
14812026-08-18T23:16:34.020Z Compiling tinystr v0.8.2
14822026-08-18T23:16:34.035Z Compiling potential_utf v0.1.4
14832026-08-18T23:16:34.035Z Compiling thiserror v2.0.18
14842026-08-18T23:16:34.073Z Compiling tracing v0.1.44
14852026-08-18T23:16:34.102Z Compiling openssl-macros v0.1.1
14862026-08-18T23:16:34.173Z Compiling icu_collections v2.1.1
14872026-08-18T23:16:34.220Z Compiling icu_locale_core v2.1.1
14882026-08-18T23:16:34.240Z Compiling thiserror-impl v1.0.69
14892026-08-18T23:16:34.245Z Compiling goblin v0.10.5
14902026-08-18T23:16:34.269Z Compiling hmac v0.12.1
14912026-08-18T23:16:34.374Z Compiling packed_struct_codegen v0.10.1
14922026-08-18T23:16:34.389Z Compiling clap_derive v4.6.1
14932026-08-18T23:16:34.406Z Compiling darling v0.20.11
14942026-08-18T23:16:34.441Z Compiling zerocopy-derive v0.6.6
14952026-08-18T23:16:34.500Z Compiling bitfield-macros v0.19.4
14962026-08-18T23:16:34.670Z Compiling spki v0.7.3
14972026-08-18T23:16:34.896Z Compiling icu_provider v2.1.1
14982026-08-18T23:16:34.952Z Compiling pkcs8 v0.10.2
14992026-08-18T23:16:35.107Z Compiling lazy_static v1.5.0
15002026-08-18T23:16:35.147Z Compiling rand_xorshift v0.4.0
15012026-08-18T23:16:35.210Z Compiling icu_properties v2.1.2
15022026-08-18T23:16:35.225Z Compiling icu_normalizer v2.1.1
15032026-08-18T23:16:35.239Z Compiling sync_wrapper v1.0.2
15042026-08-18T23:16:35.260Z Compiling indexmap v1.9.3
15052026-08-18T23:16:35.323Z Compiling unarray v0.1.4
15062026-08-18T23:16:35.338Z Compiling crossbeam-utils v0.8.21
15072026-08-18T23:16:35.361Z Compiling num_threads v0.1.7
15082026-08-18T23:16:35.454Z Compiling zlib-rs v0.6.2
15092026-08-18T23:16:35.481Z Compiling usdt-impl v0.6.0
15102026-08-18T23:16:35.497Z Compiling object v0.37.3
15112026-08-18T23:16:35.509Z Compiling crc-catalog v2.4.0
15122026-08-18T23:16:35.534Z Compiling thiserror v1.0.69
15132026-08-18T23:16:35.624Z Compiling nodrop v0.1.14
15142026-08-18T23:16:35.654Z Compiling siphasher v1.0.2
15152026-08-18T23:16:35.657Z Compiling paste v1.0.15
15162026-08-18T23:16:35.686Z Compiling unicode-segmentation v1.12.0
15172026-08-18T23:16:35.730Z Compiling array-init v0.0.4
15182026-08-18T23:16:35.769Z Compiling crc v3.4.0
15192026-08-18T23:16:35.864Z Compiling time v0.3.47
15202026-08-18T23:16:35.883Z Compiling zerocopy v0.6.6
15212026-08-18T23:16:35.982Z Compiling bitfield v0.19.4
15222026-08-18T23:16:36.006Z Compiling pkcs1 v0.7.5
15232026-08-18T23:16:36.086Z Compiling idna_adapter v1.2.1
15242026-08-18T23:16:36.100Z Compiling derive_builder_core v0.20.2
15252026-08-18T23:16:36.192Z Compiling ppv-lite86 v0.2.21
15262026-08-18T23:16:36.223Z Compiling idna v1.1.0
15272026-08-18T23:16:36.244Z Compiling clap v4.6.1
15282026-08-18T23:16:36.340Z Compiling dtrace-parser v0.3.0
15292026-08-18T23:16:36.372Z Compiling scroll_derive v0.12.1
15302026-08-18T23:16:36.416Z Compiling structmeta-derive v0.3.0
15312026-08-18T23:16:36.467Z Compiling smallvec v0.6.14
15322026-08-18T23:16:36.532Z Compiling url v2.5.8
15332026-08-18T23:16:36.549Z Compiling rand_chacha v0.9.0
15342026-08-18T23:16:36.687Z Compiling rand_chacha v0.3.1
15352026-08-18T23:16:36.892Z Compiling rand v0.9.2
15362026-08-18T23:16:36.964Z Compiling rand v0.8.6
15372026-08-18T23:16:37.070Z Compiling tokio-util v0.7.18
15382026-08-18T23:16:37.113Z Compiling tower v0.5.3
15392026-08-18T23:16:37.333Z Compiling dof v0.4.0
15402026-08-18T23:16:37.480Z Compiling http-body-util v0.1.3
15412026-08-18T23:16:37.546Z Compiling proptest v1.11.0
15422026-08-18T23:16:37.584Z Compiling darling_core v0.23.0
15432026-08-18T23:16:37.598Z Compiling heapless v0.7.17
15442026-08-18T23:16:37.713Z Compiling slog v2.8.2
15452026-08-18T23:16:37.744Z Compiling thread-id v5.1.0
15462026-08-18T23:16:37.757Z Compiling env_filter v2.0.0
15472026-08-18T23:16:37.823Z Compiling h2 v0.4.15
15482026-08-18T23:16:37.844Z Compiling cookie v0.18.1
15492026-08-18T23:16:37.861Z Compiling unicode-properties v0.1.4
15502026-08-18T23:16:37.917Z Compiling ipnetwork v0.21.1
15512026-08-18T23:16:38.051Z Compiling zstd-safe v7.2.4
15522026-08-18T23:16:38.074Z Compiling allocator-api2 v0.2.21
15532026-08-18T23:16:38.089Z Compiling iri-string v0.7.10
15542026-08-18T23:16:38.165Z Compiling signal-hook v0.3.18
15552026-08-18T23:16:38.271Z Compiling hashbrown v0.12.3
15562026-08-18T23:16:38.332Z Compiling winnow v0.5.40
15572026-08-18T23:16:38.349Z Compiling anyhow v1.0.104
15582026-08-18T23:16:38.422Z Compiling flate2 v1.1.9
15592026-08-18T23:16:38.436Z Compiling unicode-bidi v0.3.18
15602026-08-18T23:16:38.559Z Compiling base64 v0.21.7
15612026-08-18T23:16:38.587Z Compiling gimli v0.32.3
15622026-08-18T23:16:38.663Z Compiling ryu v1.0.23
15632026-08-18T23:16:38.768Z Compiling stringprep v0.1.5
15642026-08-18T23:16:38.852Z Compiling serde_urlencoded v0.7.1
15652026-08-18T23:16:38.867Z Compiling ron v0.8.1
15662026-08-18T23:16:38.898Z Compiling rsa v0.9.10
15672026-08-18T23:16:39.025Z Compiling oxnet v0.1.6
15682026-08-18T23:16:39.139Z Compiling env_logger v0.11.11
15692026-08-18T23:16:39.183Z Compiling tokio-native-tls v0.3.1
15702026-08-18T23:16:39.203Z Compiling structmeta v0.3.0
15712026-08-18T23:16:39.240Z Compiling tower-http v0.6.8
15722026-08-18T23:16:39.372Z Compiling scroll v0.12.0
15732026-08-18T23:16:39.432Z Compiling derive_builder_macro v0.20.2
15742026-08-18T23:16:39.481Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15752026-08-18T23:16:39.505Z Compiling serde-hex v0.1.0
15762026-08-18T23:16:39.649Z Compiling hashbrown v0.13.2
15772026-08-18T23:16:39.664Z Compiling toml_edit v0.19.15
15782026-08-18T23:16:39.668Z Compiling bzip2 v0.4.4
15792026-08-18T23:16:39.694Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15802026-08-18T23:16:39.844Z Compiling heck v0.4.1
15812026-08-18T23:16:39.897Z Compiling camino v1.2.5
15822026-08-18T23:16:40.078Z Compiling newtype-uuid v1.3.2
15832026-08-18T23:16:40.165Z Compiling darling_macro v0.23.0
15842026-08-18T23:16:40.180Z Compiling x509-cert v0.2.5
15852026-08-18T23:16:40.311Z Compiling addr2line v0.25.1
15862026-08-18T23:16:40.363Z Compiling crypto-common v0.2.2
15872026-08-18T23:16:40.435Z Compiling block-padding v0.4.2
15882026-08-18T23:16:40.468Z Compiling block-buffer v0.12.1
15892026-08-18T23:16:40.561Z Compiling md-5 v0.10.6
15902026-08-18T23:16:40.623Z Compiling rustls-native-certs v0.8.3
15912026-08-18T23:16:40.666Z Compiling bstr v1.12.1
15922026-08-18T23:16:40.682Z Compiling daft-derive v0.1.7
15932026-08-18T23:16:40.697Z Compiling zerocopy-derive v0.7.35
15942026-08-18T23:16:40.740Z Compiling async-trait v0.1.89
15952026-08-18T23:16:40.922Z Compiling pin-project-internal v1.1.11
15962026-08-18T23:16:41.253Z Compiling hyper v1.10.1
15972026-08-18T23:16:41.329Z Compiling serde_tokenstream v0.2.3
15982026-08-18T23:16:41.436Z Compiling curve25519-dalek v4.1.3
15992026-08-18T23:16:41.587Z Compiling erased-serde v0.3.31
16002026-08-18T23:16:41.668Z Compiling vergen-lib v9.1.0
16012026-08-18T23:16:41.789Z Compiling hash32 v0.2.1
16022026-08-18T23:16:41.803Z Compiling encoding_rs v0.8.35
16032026-08-18T23:16:41.819Z Compiling memoffset v0.9.1
16042026-08-18T23:16:41.869Z Compiling rustix v0.38.44
16052026-08-18T23:16:42.006Z Compiling ref-cast v1.0.25
16062026-08-18T23:16:42.023Z Compiling psl-types v2.0.11
16072026-08-18T23:16:42.027Z Compiling rustc-demangle v0.1.27
16082026-08-18T23:16:42.053Z Compiling fallible-iterator v0.2.0
16092026-08-18T23:16:42.075Z Compiling smoltcp v0.9.1
16102026-08-18T23:16:42.101Z Compiling mime v0.3.17
16112026-08-18T23:16:42.159Z Compiling litrs v1.0.0
16122026-08-18T23:16:42.214Z Compiling cfg_aliases v0.2.1
16132026-08-18T23:16:42.289Z Compiling crc-any v2.5.0
16142026-08-18T23:16:42.302Z Compiling owo-colors v4.3.0
16152026-08-18T23:16:42.399Z Compiling postgres-protocol v0.6.10
16162026-08-18T23:16:42.414Z Compiling hyper-util v0.1.20
16172026-08-18T23:16:42.431Z Compiling nix v0.31.2
16182026-08-18T23:16:42.476Z Compiling backtrace v0.3.76
16192026-08-18T23:16:42.508Z Compiling publicsuffix v2.3.0
16202026-08-18T23:16:42.537Z Compiling pin-project v1.1.11
16212026-08-18T23:16:42.720Z Compiling document-features v0.2.12
16222026-08-18T23:16:42.762Z Compiling zerocopy v0.7.35
16232026-08-18T23:16:42.778Z Compiling daft v0.1.7
16242026-08-18T23:16:42.833Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16252026-08-18T23:16:42.847Z Compiling toml v0.7.8
16262026-08-18T23:16:42.943Z Compiling darling v0.23.0
16272026-08-18T23:16:42.975Z Compiling inout v0.2.2
16282026-08-18T23:16:43.036Z Compiling object v0.30.4
16292026-08-18T23:16:43.085Z Compiling snafu-derive v0.8.9
16302026-08-18T23:16:43.099Z Compiling derive_builder v0.20.2
16312026-08-18T23:16:43.170Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16322026-08-18T23:16:43.197Z Compiling zip v0.6.6
16332026-08-18T23:16:43.240Z Compiling goblin v0.8.2
16342026-08-18T23:16:43.309Z Compiling derive-ex v0.1.8
16352026-08-18T23:16:43.486Z Compiling phf_shared v0.13.1
16362026-08-18T23:16:43.626Z Compiling futures-executor v0.3.32
16372026-08-18T23:16:43.658Z Compiling hubpack_derive v0.1.1
16382026-08-18T23:16:43.705Z Compiling regex v1.12.3
16392026-08-18T23:16:43.753Z Compiling ref-cast-impl v1.0.25
16402026-08-18T23:16:43.815Z Compiling curve25519-dalek-derive v0.1.1
16412026-08-18T23:16:43.840Z Compiling hyper-tls v0.6.0
16422026-08-18T23:16:43.912Z Compiling strum_macros v0.27.2
16432026-08-18T23:16:43.926Z Compiling vergen v9.1.0
16442026-08-18T23:16:44.091Z Compiling cargo-platform v0.3.2
16452026-08-18T23:16:44.131Z Compiling ff v0.13.1
16462026-08-18T23:16:44.152Z Compiling fs-err v3.3.0
16472026-08-18T23:16:44.167Z Compiling libbz2-rs-sys v0.2.2
16482026-08-18T23:16:44.249Z Compiling is_ci v1.2.0
16492026-08-18T23:16:44.268Z Compiling foldhash v0.2.0
16502026-08-18T23:16:44.282Z Compiling foldhash v0.1.5
16512026-08-18T23:16:44.355Z Compiling bitflags v1.3.2
16522026-08-18T23:16:44.369Z Compiling same-file v1.0.6
16532026-08-18T23:16:44.390Z Compiling path-slash v0.1.5
16542026-08-18T23:16:44.409Z Compiling managed v0.8.0
16552026-08-18T23:16:44.440Z Compiling base16ct v0.2.0
16562026-08-18T23:16:44.468Z Compiling either v1.15.0
16572026-08-18T23:16:44.508Z Compiling jiff-core v0.1.0
16582026-08-18T23:16:44.522Z Compiling bumpalo v3.20.2
16592026-08-18T23:16:44.536Z Compiling textwrap v0.16.2
16602026-08-18T23:16:44.638Z Compiling bzip2 v0.6.1
16612026-08-18T23:16:44.697Z Compiling sec1 v0.7.3
16622026-08-18T23:16:44.798Z Compiling zopfli v0.8.3
16632026-08-18T23:16:44.866Z Compiling walkdir v2.5.0
16642026-08-18T23:16:44.884Z Compiling hashbrown v0.16.1
16652026-08-18T23:16:44.992Z Compiling hashbrown v0.15.5
16662026-08-18T23:16:45.061Z Compiling test-strategy v0.4.5
16672026-08-18T23:16:45.085Z Compiling snafu v0.8.9
16682026-08-18T23:16:45.137Z Compiling supports-color v3.0.2
16692026-08-18T23:16:45.309Z Compiling jiff v0.2.34
16702026-08-18T23:16:45.321Z Compiling cargo_metadata v0.23.1
16712026-08-18T23:16:45.460Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16722026-08-18T23:16:45.474Z Compiling group v0.13.0
16732026-08-18T23:16:45.490Z Compiling hubpack v0.1.2
16742026-08-18T23:16:45.505Z Compiling dof v0.3.0
16752026-08-18T23:16:45.598Z Compiling reqwest v0.12.28
16762026-08-18T23:16:45.616Z Compiling futures v0.3.32
16772026-08-18T23:16:45.670Z Compiling phf v0.13.1
16782026-08-18T23:16:45.726Z Compiling cookie_store v0.22.1
16792026-08-18T23:16:45.851Z Compiling zstd v0.13.3
16802026-08-18T23:16:45.929Z Compiling strum v0.27.2
16812026-08-18T23:16:45.998Z Compiling signal-hook-mio v0.2.5
16822026-08-18T23:16:46.077Z Compiling cipher v0.5.2
16832026-08-18T23:16:46.092Z Compiling serde_with_macros v3.21.0
16842026-08-18T23:16:46.131Z Compiling backtrace-ext v0.2.1
16852026-08-18T23:16:46.165Z Compiling postgres-types v0.2.12
16862026-08-18T23:16:46.396Z Compiling usdt-macro v0.6.0
16872026-08-18T23:16:46.400Z Compiling usdt-attr-macro v0.6.0
16882026-08-18T23:16:46.576Z Compiling globset v0.4.18
16892026-08-18T23:16:46.698Z Compiling byte-wrapper v0.1.0
16902026-08-18T23:16:46.738Z Compiling phf_shared v0.11.3
16912026-08-18T23:16:46.797Z Compiling dtrace-parser v0.2.0
16922026-08-18T23:16:46.905Z Compiling ed25519 v2.2.3
16932026-08-18T23:16:46.942Z Compiling hkdf v0.12.4
16942026-08-18T23:16:47.057Z Compiling crypto-bigint v0.5.5
16952026-08-18T23:16:47.085Z Compiling async-recursion v1.1.1
16962026-08-18T23:16:47.136Z Compiling strum_macros v0.26.4
16972026-08-18T23:16:47.245Z Compiling enum-as-inner v0.6.1
16982026-08-18T23:16:47.305Z Compiling miette-derive v7.6.0
16992026-08-18T23:16:47.319Z Compiling serde_repr v0.1.20
17002026-08-18T23:16:47.335Z Compiling olpc-cjson v0.1.4
17012026-08-18T23:16:47.512Z Compiling serde-big-array v0.5.1
17022026-08-18T23:16:47.527Z Compiling serde_plain v1.0.2
17032026-08-18T23:16:47.541Z Compiling float-cmp v0.10.0
17042026-08-18T23:16:47.589Z Compiling pem v3.0.6
17052026-08-18T23:16:47.669Z Compiling memmap2 v0.9.10
17062026-08-18T23:16:47.709Z Compiling thread-id v4.2.2
17072026-08-18T23:16:47.734Z Compiling fixedbitset v0.4.2
17082026-08-18T23:16:47.797Z Compiling data-encoding v2.10.0
17092026-08-18T23:16:47.812Z Compiling predicates-core v1.0.10
17102026-08-18T23:16:47.826Z Compiling static_assertions v1.1.0
17112026-08-18T23:16:47.887Z Compiling fixedbitset v0.5.7
17122026-08-18T23:16:47.909Z Compiling typed-path v0.9.3
17132026-08-18T23:16:47.913Z Compiling supports-unicode v3.0.0
17142026-08-18T23:16:47.944Z Compiling precomputed-hash v0.1.1
17152026-08-18T23:16:47.954Z Compiling difflib v0.4.0
17162026-08-18T23:16:47.972Z Compiling new_debug_unreachable v1.0.6
17172026-08-18T23:16:48.006Z Compiling normalize-line-endings v0.3.0
17182026-08-18T23:16:48.039Z Compiling supports-hyperlinks v3.2.0
17192026-08-18T23:16:48.054Z Compiling winnow v1.0.3
17202026-08-18T23:16:48.090Z Compiling cpufeatures v0.3.0
17212026-08-18T23:16:48.114Z Compiling const-oid v0.10.2
17222026-08-18T23:16:48.178Z Compiling keccak v0.1.6
17232026-08-18T23:16:48.211Z Compiling whoami v2.1.0
17242026-08-18T23:16:48.211Z Compiling predicates v3.1.4
17252026-08-18T23:16:48.339Z Compiling sha3 v0.10.8
17262026-08-18T23:16:48.522Z Compiling tokio-postgres v0.7.16
17272026-08-18T23:16:48.536Z Compiling miette v7.6.0
17282026-08-18T23:16:48.550Z Compiling digest v0.11.3
17292026-08-18T23:16:48.610Z Compiling chacha20 v0.10.0
17302026-08-18T23:16:48.724Z Compiling hickory-proto v0.25.2
17312026-08-18T23:16:48.792Z Compiling elliptic-curve v0.13.8
17322026-08-18T23:16:48.824Z Compiling petgraph v0.8.3
17332026-08-18T23:16:48.917Z Compiling string_cache v0.8.9
17342026-08-18T23:16:48.963Z Compiling toml_edit v0.22.27
17352026-08-18T23:16:48.994Z Compiling strum v0.26.3
17362026-08-18T23:16:49.010Z Compiling toml_parser v1.1.2+spec-1.1.0
17372026-08-18T23:16:49.025Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17382026-08-18T23:16:49.142Z Compiling petgraph v0.6.5
17392026-08-18T23:16:49.175Z Compiling usdt v0.6.0
17402026-08-18T23:16:49.179Z Compiling usdt-impl v0.5.0
17412026-08-18T23:16:49.202Z Compiling zip v4.6.1
17422026-08-18T23:16:49.220Z Compiling serde_with v3.21.0
17432026-08-18T23:16:49.282Z Compiling crossterm v0.28.1
17442026-08-18T23:16:49.460Z Compiling ed25519-dalek v2.2.0
17452026-08-18T23:16:49.476Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17462026-08-18T23:16:49.812Z Compiling iddqd v0.4.2
17472026-08-18T23:16:50.127Z Compiling itertools v0.15.0
17482026-08-18T23:16:50.178Z Compiling itertools v0.13.0
17492026-08-18T23:16:50.423Z Compiling similar v2.7.0
17502026-08-18T23:16:50.572Z Compiling crossbeam-epoch v0.9.18
17512026-08-18T23:16:50.651Z Compiling tokio-stream v0.1.18
17522026-08-18T23:16:50.819Z Compiling buf-list v1.1.2
17532026-08-18T23:16:50.834Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17542026-08-18T23:16:50.916Z Compiling openapiv3 v2.2.0
17552026-08-18T23:16:51.033Z Compiling lalrpop-util v0.19.12
17562026-08-18T23:16:51.049Z Compiling peg-runtime v0.8.5
17572026-08-18T23:16:51.114Z Compiling thread_local v1.1.9
17582026-08-18T23:16:51.136Z Compiling slog-async v2.8.0
17592026-08-18T23:16:51.139Z Compiling crossbeam-channel v0.5.15
17602026-08-18T23:16:51.162Z Compiling filetime v0.2.27
17612026-08-18T23:16:51.250Z Compiling is-terminal v0.4.17
17622026-08-18T23:16:51.301Z Compiling xattr v1.6.1
17632026-08-18T23:16:51.350Z Compiling term v1.2.1
17642026-08-18T23:16:51.367Z Compiling take_mut v0.2.2
17652026-08-18T23:16:51.367Z Compiling camino-tempfile v1.4.1
17662026-08-18T23:16:51.461Z Compiling tar v0.4.46
17672026-08-18T23:16:51.620Z Compiling slog-term v2.9.2
17682026-08-18T23:17:08.886Z Compiling rustls-webpki v0.103.13
17692026-08-18T23:17:11.572Z Compiling tokio-rustls v0.26.4
17702026-08-18T23:17:11.573Z Compiling rustls-platform-verifier v0.6.2
17712026-08-18T23:17:11.584Z Compiling tough v0.22.0
17722026-08-18T23:17:11.782Z Compiling hyper-rustls v0.27.7
17732026-08-18T23:17:11.952Z Compiling reqwest v0.13.2
17742026-08-18T23:17:14.115Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17752026-08-18T23:17:14.346Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17762026-08-18T23:17:17.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.09s
17772026-08-18T23:17:17.437Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17782026-08-18T23:17:17.494ZAug 18 23:17:17.157 INFO Starting download, target: MaghemiteDdmd
17792026-08-18T23:17:17.494ZAug 18 23:17:17.158 INFO Starting download, target: MaghemiteMgd
17802026-08-18T23:17:17.500ZAug 18 23:17:17.158 INFO Starting download, target: Console
17812026-08-18T23:17:17.500ZAug 18 23:17:17.158 INFO Starting download, target: Cockroach
17822026-08-18T23:17:17.500ZAug 18 23:17:17.158 INFO Starting download, target: Clickhouse
17832026-08-18T23:17:17.500ZAug 18 23:17:17.158 INFO Starting download, target: TransceiverControl
17842026-08-18T23:17:17.500ZAug 18 23:17:17.158 INFO Starting download, target: DendriteStub
17852026-08-18T23:17:17.500ZAug 18 23:17:17.158 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17862026-08-18T23:17:17.500ZAug 18 23:17:17.158 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17872026-08-18T23:17:17.500ZAug 18 23:17:17.158 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17882026-08-18T23:17:17.500ZAug 18 23:17:17.158 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17892026-08-18T23:17:17.500ZAug 18 23:17:17.158 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17902026-08-18T23:17:17.500ZAug 18 23:17:17.158 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17912026-08-18T23:17:17.500ZAug 18 23:17:17.158 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17922026-08-18T23:17:18.425ZAug 18 23:17:18.068 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17932026-08-18T23:17:18.617ZAug 18 23:17:18.279 INFO Download complete, target: TransceiverControl
17942026-08-18T23:17:20.355ZAug 18 23:17:19.994 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17952026-08-18T23:17:20.396ZAug 18 23:17:20.041 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17962026-08-18T23:17:20.594ZAug 18 23:17:20.244 INFO Download complete, target: Console
17972026-08-18T23:17:23.567ZAug 18 23:17:23.206 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17982026-08-18T23:17:23.705ZAug 18 23:17:23.367 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17992026-08-18T23:17:23.909ZAug 18 23:17:23.572 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18002026-08-18T23:17:24.420ZAug 18 23:17:24.083 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18012026-08-18T23:17:24.420ZAug 18 23:17:24.083 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18022026-08-18T23:17:25.683ZAug 18 23:17:25.347 INFO Download complete, target: MaghemiteDdmd
18032026-08-18T23:17:26.256ZAug 18 23:17:25.920 INFO Download complete, target: DendriteStub
18042026-08-18T23:17:26.679ZAug 18 23:17:26.328 INFO Download complete, target: MaghemiteMgd
18052026-08-18T23:17:27.266ZAug 18 23:17:26.926 INFO Checking that binary works, target: Clickhouse
18062026-08-18T23:17:27.357ZAug 18 23:17:27.014 INFO Download complete, target: Clickhouse
18072026-08-18T23:17:29.148ZAug 18 23:17:28.812 INFO Checking that binary works, target: Cockroach
18082026-08-18T23:17:29.278ZAug 18 23:17:28.942 INFO Download complete, target: Cockroach
18092026-08-18T23:17:29.283ZAll prerequisites installed successfully
18102026-08-18T23:17:29.287Z
18112026-08-18T23:17:29.287Zreal 1:55.970059476
18122026-08-18T23:17:29.287Zuser 7:21.258001568
18132026-08-18T23:17:29.287Zsys 1:45.933273659
18142026-08-18T23:17:29.287Ztrap 0.300630651
18152026-08-18T23:17:29.287Ztflt 0.776334721
18162026-08-18T23:17:29.287Zdflt 1.518444330
18172026-08-18T23:17:29.287Zkflt 0.025688006
18182026-08-18T23:17:29.287Zlock 29:57.503436363
18192026-08-18T23:17:29.287Zslp 20:14.809965192
18202026-08-18T23:17:29.287Zlat 28.784159510
18212026-08-18T23:17:29.287Zstop 3:31.670086068
18222026-08-18T23:17:29.287Z+ ptime -m cargo xtask download softnpu
18232026-08-18T23:17:29.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18242026-08-18T23:17:29.766Z Running `target/debug/xtask download softnpu`
18252026-08-18T23:17:30.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
18262026-08-18T23:17:30.615Z Running `target/debug/xtask-downloader softnpu`
18272026-08-18T23:17:30.660ZAug 18 23:17:30.324 INFO Starting download, target: Softnpu
18282026-08-18T23:17:30.663ZAug 18 23:17:30.325 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
18292026-08-18T23:17:31.943ZAug 18 23:17:31.607 INFO Download complete, target: Softnpu
18302026-08-18T23:17:31.946Z
18312026-08-18T23:17:31.950Zreal 2.656459091
18322026-08-18T23:17:31.950Zuser 1.330706315
18332026-08-18T23:17:31.950Zsys 0.648402870
18342026-08-18T23:17:31.950Ztrap 0.000741020
18352026-08-18T23:17:31.950Ztflt 0.000274790
18362026-08-18T23:17:31.950Zdflt 0.000162090
18372026-08-18T23:17:31.950Zkflt 0.000000000
18382026-08-18T23:17:31.950Zlock 24.229178456
18392026-08-18T23:17:31.950Zslp 1.144962238
18402026-08-18T23:17:31.950Zlat 0.132183502
18412026-08-18T23:17:31.950Zstop 0.000211090
18422026-08-18T23:17:31.950Z+ export CARGO_INCREMENTAL=0
18432026-08-18T23:17:31.950Z+ CARGO_INCREMENTAL=0
18442026-08-18T23:17:31.950Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18452026-08-18T23:17:32.870Z Compiling proc-macro2 v1.0.106
18462026-08-18T23:17:32.870Z Compiling quote v1.0.45
18472026-08-18T23:17:32.870Z Compiling unicode-ident v1.0.24
18482026-08-18T23:17:32.871Z Compiling libc v0.2.185
18492026-08-18T23:17:32.874Z Compiling serde_core v1.0.229
18502026-08-18T23:17:32.874Z Compiling serde v1.0.229
18512026-08-18T23:17:32.874Z Compiling cfg-if v1.0.4
18522026-08-18T23:17:32.874Z Compiling version_check v0.9.5
18532026-08-18T23:17:33.020Z Compiling autocfg v1.5.0
18542026-08-18T23:17:33.023Z Compiling shlex v1.3.0
18552026-08-18T23:17:33.023Z Compiling find-msvc-tools v0.1.9
18562026-08-18T23:17:33.023Z Compiling memchr v2.8.0
18572026-08-18T23:17:33.023Z Compiling zmij v1.0.21
18582026-08-18T23:17:33.023Z Compiling portable-atomic v1.13.1
18592026-08-18T23:17:33.241Z Compiling serde_json v1.0.151
18602026-08-18T23:17:33.305Z Compiling zerocopy v0.8.55
18612026-08-18T23:17:33.405Z Compiling libm v0.2.16
18622026-08-18T23:17:33.443Z Compiling parking_lot_core v0.9.12
18632026-08-18T23:17:33.492Z Compiling smallvec v1.15.1
18642026-08-18T23:17:33.496Z Compiling icu_normalizer_data v2.1.1
18652026-08-18T23:17:33.496Z Compiling icu_properties_data v2.1.2
18662026-08-18T23:17:33.512Z Compiling generic-array v0.14.7
18672026-08-18T23:17:33.515Z Compiling num-traits v0.2.19
18682026-08-18T23:17:33.624Z Compiling itoa v1.0.17
18692026-08-18T23:17:33.691Z Compiling getrandom v0.4.3
18702026-08-18T23:17:33.708Z Compiling log v0.4.33
18712026-08-18T23:17:33.762Z Compiling getrandom v0.3.4
18722026-08-18T23:17:33.765Z Compiling pkg-config v0.3.32
18732026-08-18T23:17:33.809Z Compiling subtle v2.6.1
18742026-08-18T23:17:33.842Z Compiling stable_deref_trait v1.2.1
18752026-08-18T23:17:33.858Z Compiling typenum v1.20.1
18762026-08-18T23:17:33.942Z Compiling rustix v1.1.4
18772026-08-18T23:17:33.997Z Compiling scopeguard v1.2.0
18782026-08-18T23:17:34.046Z Compiling thiserror v2.0.18
18792026-08-18T23:17:34.064Z Compiling jobserver v0.1.34
18802026-08-18T23:17:34.081Z Compiling errno v0.3.14
18812026-08-18T23:17:34.098Z Compiling lock_api v0.4.14
18822026-08-18T23:17:34.254Z Compiling critical-section v1.2.0
18832026-08-18T23:17:34.286Z Compiling cc v1.2.56
18842026-08-18T23:17:34.333Z Compiling getrandom v0.2.17
18852026-08-18T23:17:34.382Z Compiling pin-project-lite v0.2.17
18862026-08-18T23:17:34.427Z Compiling syn v2.0.117
18872026-08-18T23:17:34.444Z Compiling syn v3.0.3
18882026-08-18T23:17:34.524Z Compiling rand_core v0.6.4
18892026-08-18T23:17:34.540Z Compiling syn v1.0.109
18902026-08-18T23:17:34.613Z Compiling once_cell v1.21.3
18912026-08-18T23:17:34.630Z Compiling percent-encoding v2.3.2
18922026-08-18T23:17:34.661Z Compiling schemars v0.8.22
18932026-08-18T23:17:34.678Z Compiling writeable v0.6.2
18942026-08-18T23:17:34.711Z Compiling litemap v0.8.1
18952026-08-18T23:17:34.825Z Compiling equivalent v1.0.2
18962026-08-18T23:17:34.914Z Compiling rustversion v1.0.22
18972026-08-18T23:17:34.932Z Compiling dunce v1.0.5
18982026-08-18T23:17:34.935Z Compiling fs_extra v1.3.0
18992026-08-18T23:17:34.994Z Compiling heck v0.5.0
19002026-08-18T23:17:35.070Z Compiling cmake v0.1.57
19012026-08-18T23:17:35.086Z Compiling byteorder v1.5.0
19022026-08-18T23:17:35.176Z Compiling hashbrown v0.17.0
19032026-08-18T23:17:35.287Z Compiling semver v1.0.28
19042026-08-18T23:17:35.304Z Compiling bitflags v2.11.0
19052026-08-18T23:17:35.402Z Compiling rand_core v0.10.0
19062026-08-18T23:17:35.548Z Compiling strsim v0.11.1
19072026-08-18T23:17:35.620Z Compiling signal-hook-registry v1.4.8
19082026-08-18T23:17:35.643Z Compiling aws-lc-sys v0.40.0
19092026-08-18T23:17:35.765Z Compiling indexmap v2.14.0
19102026-08-18T23:17:35.793Z Compiling utf8_iter v1.0.4
19112026-08-18T23:17:35.848Z Compiling thiserror v1.0.69
19122026-08-18T23:17:35.872Z Compiling parking_lot v0.12.5
19132026-08-18T23:17:35.935Z Compiling form_urlencoded v1.2.2
19142026-08-18T23:17:35.984Z Compiling socket2 v0.6.3
19152026-08-18T23:17:36.006Z Compiling mio v1.2.0
19162026-08-18T23:17:36.151Z Compiling futures-core v0.3.32
19172026-08-18T23:17:36.167Z Compiling const-oid v0.9.6
19182026-08-18T23:17:36.250Z Compiling aws-lc-rs v1.16.3
19192026-08-18T23:17:36.364Z Compiling httparse v1.10.1
19202026-08-18T23:17:36.472Z Compiling serde_derive v1.0.229
19212026-08-18T23:17:36.562Z Compiling fnv v1.0.7
19222026-08-18T23:17:36.675Z Compiling ucd-trie v0.1.7
19232026-08-18T23:17:36.704Z Compiling crc32fast v1.5.0
19242026-08-18T23:17:36.720Z Compiling regex-syntax v0.8.10
19252026-08-18T23:17:36.842Z Compiling iana-time-zone v0.1.65
19262026-08-18T23:17:36.882Z Compiling pest v2.8.6
19272026-08-18T23:17:36.888Z Compiling ident_case v1.0.1
19282026-08-18T23:17:36.913Z Compiling vcpkg v0.2.15
19292026-08-18T23:17:37.131Z Compiling uuid v1.23.4
19302026-08-18T23:17:37.151Z Compiling rustc_version v0.4.1
19312026-08-18T23:17:37.235Z Compiling futures-sink v0.3.32
19322026-08-18T23:17:37.277Z Compiling rustls v0.23.41
19332026-08-18T23:17:37.303Z Compiling synstructure v0.13.2
19342026-08-18T23:17:37.344Z Compiling serde_derive_internals v0.29.1
19352026-08-18T23:17:37.480Z Compiling futures-channel v0.3.32
19362026-08-18T23:17:37.505Z Compiling openssl-sys v0.9.117
19372026-08-18T23:17:37.767Z Compiling aho-corasick v1.1.4
19382026-08-18T23:17:37.793Z Compiling slab v0.4.12
19392026-08-18T23:17:37.809Z Compiling futures-task v0.3.32
19402026-08-18T23:17:37.918Z Compiling pest_meta v2.8.6
19412026-08-18T23:17:37.932Z Compiling futures-io v0.3.32
19422026-08-18T23:17:38.157Z Compiling num-conv v0.2.0
19432026-08-18T23:17:38.196Z Compiling dyn-clone v1.0.20
19442026-08-18T23:17:38.206Z Compiling time-core v0.1.8
19452026-08-18T23:17:38.220Z Compiling radium v0.7.0
19462026-08-18T23:17:38.240Z Compiling plain v0.2.3
19472026-08-18T23:17:38.294Z Compiling crossbeam-utils v0.8.21
19482026-08-18T23:17:38.342Z Compiling base64 v0.22.1
19492026-08-18T23:17:38.361Z Compiling pretty-hex v0.4.1
19502026-08-18T23:17:38.454Z Compiling time-macros v0.2.27
19512026-08-18T23:17:38.477Z Compiling maybe-uninit v2.0.0
19522026-08-18T23:17:38.477Z Compiling winnow v0.5.40
19532026-08-18T23:17:38.507Z Compiling pest_generator v2.8.6
19542026-08-18T23:17:38.519Z Compiling base64ct v1.8.3
19552026-08-18T23:17:38.531Z Compiling openssl v0.10.80
19562026-08-18T23:17:38.548Z Compiling zeroize_derive v1.5.0
19572026-08-18T23:17:38.591Z Compiling zerofrom-derive v0.1.6
19582026-08-18T23:17:38.696Z Compiling yoke-derive v0.8.1
19592026-08-18T23:17:38.718Z Compiling zerocopy-derive v0.8.55
19602026-08-18T23:17:38.804Z Compiling zerovec-derive v0.11.2
19612026-08-18T23:17:38.824Z Compiling displaydoc v0.2.5
19622026-08-18T23:17:38.845Z Compiling tokio-macros v2.7.0
19632026-08-18T23:17:38.873Z Compiling futures-macro v0.3.32
19642026-08-18T23:17:39.180Z Compiling zeroize v1.9.0
19652026-08-18T23:17:39.197Z Compiling thiserror-impl v2.0.18
19662026-08-18T23:17:39.229Z Compiling schemars_derive v0.8.22
19672026-08-18T23:17:39.416Z Compiling der_derive v0.7.3
19682026-08-18T23:17:39.443Z Compiling tracing-attributes v0.1.31
19692026-08-18T23:17:39.531Z Compiling thiserror-impl v1.0.69
19702026-08-18T23:17:39.546Z Compiling bytes v1.11.1
19712026-08-18T23:17:39.695Z Compiling chrono v0.4.45
19722026-08-18T23:17:39.713Z Compiling pest_derive v2.8.6
19732026-08-18T23:17:39.742Z Compiling zerofrom v0.1.6
19742026-08-18T23:17:39.866Z Compiling crypto-common v0.1.7
19752026-08-18T23:17:39.892Z Compiling yoke v0.8.1
19762026-08-18T23:17:39.924Z Compiling block-buffer v0.10.4
19772026-08-18T23:17:40.032Z Compiling futures-util v0.3.32
19782026-08-18T23:17:40.120Z Compiling zerovec v0.11.5
19792026-08-18T23:17:40.179Z Compiling zerotrie v0.2.3
19802026-08-18T23:17:40.215Z Compiling tokio v1.52.1
19812026-08-18T23:17:40.439Z Compiling digest v0.10.7
19822026-08-18T23:17:40.535Z Compiling regex-automata v0.4.14
19832026-08-18T23:17:40.552Z Compiling serde_spanned v0.6.9
19842026-08-18T23:17:40.607Z Compiling toml_datetime v0.6.11
19852026-08-18T23:17:40.661Z Compiling tinystr v0.8.2
19862026-08-18T23:17:40.715Z Compiling potential_utf v0.1.4
19872026-08-18T23:17:40.765Z Compiling serde_tokenstream v0.2.3
19882026-08-18T23:17:40.768Z Compiling pem-rfc7468 v0.7.0
19892026-08-18T23:17:40.768Z Compiling scroll_derive v0.12.1
19902026-08-18T23:17:40.871Z Compiling icu_locale_core v2.1.1
19912026-08-18T23:17:40.909Z Compiling icu_collections v2.1.1
19922026-08-18T23:17:41.057Z Compiling toml_edit v0.19.15
19932026-08-18T23:17:41.074Z Compiling scroll_derive v0.13.1
19942026-08-18T23:17:41.323Z Compiling flagset v0.4.7
19952026-08-18T23:17:41.441Z Compiling der v0.7.10
19962026-08-18T23:17:41.488Z Compiling openssl-macros v0.1.1
19972026-08-18T23:17:41.686Z Compiling icu_provider v2.1.1
19982026-08-18T23:17:41.934Z Compiling darling_core v0.23.0
19992026-08-18T23:17:42.125Z Compiling icu_properties v2.1.2
20002026-08-18T23:17:42.142Z Compiling icu_normalizer v2.1.1
20012026-08-18T23:17:42.769Z Compiling rand_core v0.9.5
20022026-08-18T23:17:42.789Z Compiling bzip2-sys v0.1.13+1.0.8
20032026-08-18T23:17:42.806Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20042026-08-18T23:17:43.003Z Compiling ahash v0.8.12
20052026-08-18T23:17:43.092Z Compiling idna_adapter v1.2.1
20062026-08-18T23:17:43.118Z Compiling ppv-lite86 v0.2.21
20072026-08-18T23:17:43.252Z Compiling idna v1.1.0
20082026-08-18T23:17:43.275Z Compiling anyhow v1.0.104
20092026-08-18T23:17:43.275Z Compiling native-tls v0.2.18
20102026-08-18T23:17:43.372Z Compiling packed_struct v0.10.1
20112026-08-18T23:17:43.407Z Compiling num-bigint-dig v0.8.6
20122026-08-18T23:17:43.468Z Compiling regex v1.12.3
20132026-08-18T23:17:43.509Z Compiling spki v0.7.3
20142026-08-18T23:17:43.528Z Compiling http v1.4.2
20152026-08-18T23:17:43.623Z Compiling url v2.5.8
20162026-08-18T23:17:43.641Z Compiling zerocopy-derive v0.7.35
20172026-08-18T23:17:43.881Z Compiling slog v2.8.2
20182026-08-18T23:17:43.894Z Compiling tracing-core v0.1.36
20192026-08-18T23:17:43.922Z Compiling cookie v0.18.1
20202026-08-18T23:17:43.943Z Compiling cpufeatures v0.2.17
20212026-08-18T23:17:44.030Z Compiling camino v1.2.5
20222026-08-18T23:17:44.118Z Compiling darling_macro v0.23.0
20232026-08-18T23:17:44.145Z Compiling rand_chacha v0.9.0
20242026-08-18T23:17:44.192Z Compiling zerocopy-derive v0.6.6
20252026-08-18T23:17:44.338Z Compiling tokio-util v0.7.18
20262026-08-18T23:17:44.370Z Compiling tracing v0.1.44
20272026-08-18T23:17:44.388Z Compiling clap_derive v4.6.1
20282026-08-18T23:17:44.476Z Compiling bitfield-macros v0.19.4
20292026-08-18T23:17:44.505Z Compiling packed_struct_codegen v0.10.1
20302026-08-18T23:17:44.626Z Compiling darling v0.23.0
20312026-08-18T23:17:44.783Z Compiling indexmap v1.9.3
20322026-08-18T23:17:44.958Z Compiling object v0.37.3
20332026-08-18T23:17:44.987Z Compiling simd-adler32 v0.3.8
20342026-08-18T23:17:45.002Z Compiling paste v1.0.15
20352026-08-18T23:17:45.244Z Compiling rand v0.9.2
20362026-08-18T23:17:45.300Z Compiling http-body v1.0.1
20372026-08-18T23:17:45.317Z Compiling pkcs8 v0.10.2
20382026-08-18T23:17:45.353Z Compiling rustls-pki-types v1.14.0
20392026-08-18T23:17:45.533Z Compiling spin v0.9.8
20402026-08-18T23:17:45.554Z Compiling usdt-impl v0.5.0
20412026-08-18T23:17:45.580Z Compiling usdt-impl v0.6.0
20422026-08-18T23:17:45.746Z Compiling adler2 v2.0.1
20432026-08-18T23:17:45.756Z Compiling unicode-segmentation v1.12.0
20442026-08-18T23:17:45.778Z Compiling tinyvec_macros v0.1.1
20452026-08-18T23:17:45.795Z Compiling cmov v0.5.4
20462026-08-18T23:17:45.848Z Compiling utf8parse v0.2.2
20472026-08-18T23:17:45.868Z Compiling openssl-probe v0.2.1
20482026-08-18T23:17:45.991Z Compiling fastrand v2.3.0
20492026-08-18T23:17:45.997Z Compiling ref-cast v1.0.25
20502026-08-18T23:17:46.034Z Compiling either v1.15.0
20512026-08-18T23:17:46.047Z Compiling anstyle v1.0.14
20522026-08-18T23:17:46.051Z Compiling ctutils v0.4.2
20532026-08-18T23:17:46.112Z Compiling anstyle-parse v1.0.0
20542026-08-18T23:17:46.144Z Compiling tinyvec v1.10.0
20552026-08-18T23:17:46.287Z Compiling miniz_oxide v0.8.9
20562026-08-18T23:17:46.343Z Compiling sha2 v0.10.9
20572026-08-18T23:17:46.394Z Compiling scroll v0.13.0
20582026-08-18T23:17:46.419Z Compiling scroll v0.12.0
20592026-08-18T23:17:46.443Z Compiling terminal_size v0.4.3
20602026-08-18T23:17:46.563Z Compiling async-trait v0.1.89
20612026-08-18T23:17:46.584Z Compiling heapless v0.7.17
20622026-08-18T23:17:46.757Z Compiling colorchoice v1.0.4
20632026-08-18T23:17:46.772Z Compiling zstd-safe v7.2.4
20642026-08-18T23:17:46.798Z Compiling tower-layer v0.3.3
20652026-08-18T23:17:46.848Z Compiling atomic-waker v1.1.2
20662026-08-18T23:17:46.878Z Compiling rustix v0.38.44
20672026-08-18T23:17:46.884Z Compiling signal-hook v0.3.18
20682026-08-18T23:17:46.902Z Compiling tower-service v0.3.3
20692026-08-18T23:17:46.975Z Compiling anstyle-query v1.1.5
20702026-08-18T23:17:47.005Z Compiling litrs v1.0.0
20712026-08-18T23:17:47.014Z Compiling try-lock v0.2.5
20722026-08-18T23:17:47.086Z Compiling is_terminal_polyfill v1.70.2
20732026-08-18T23:17:47.106Z Compiling untrusted v0.7.1
20742026-08-18T23:17:47.200Z Compiling anstream v1.0.0
20752026-08-18T23:17:47.205Z Compiling want v0.3.1
20762026-08-18T23:17:47.234Z Compiling tempfile v3.27.0
20772026-08-18T23:17:47.267Z Compiling h2 v0.4.15
20782026-08-18T23:17:47.485Z Compiling document-features v0.2.12
20792026-08-18T23:17:47.501Z Compiling goblin v0.8.2
20802026-08-18T23:17:47.519Z Compiling goblin v0.10.5
20812026-08-18T23:17:47.581Z Compiling hybrid-array v0.4.13
20822026-08-18T23:17:47.691Z Compiling itertools v0.15.0
20832026-08-18T23:17:47.700Z Compiling heck v0.4.1
20842026-08-18T23:17:47.777Z Compiling zerocopy v0.7.35
20852026-08-18T23:17:47.921Z Compiling ipnet v2.12.0
20862026-08-18T23:17:48.016Z Compiling structmeta-derive v0.3.0
20872026-08-18T23:17:48.342Z Compiling daft-derive v0.1.7
20882026-08-18T23:17:48.359Z Compiling ref-cast-impl v1.0.25
20892026-08-18T23:17:48.410Z Compiling curve25519-dalek v4.1.3
20902026-08-18T23:17:48.493Z Compiling darling_core v0.20.11
20912026-08-18T23:17:48.523Z Compiling memoffset v0.9.1
20922026-08-18T23:17:48.664Z Compiling powerfmt v0.2.0
20932026-08-18T23:17:48.816Z Compiling httpdate v1.0.3
20942026-08-18T23:17:48.915Z Compiling foreign-types-shared v0.1.1
20952026-08-18T23:17:48.958Z Compiling tap v1.0.1
20962026-08-18T23:17:49.020Z Compiling untrusted v0.9.0
20972026-08-18T23:17:49.070Z Compiling wyz v0.5.1
20982026-08-18T23:17:49.097Z Compiling structmeta v0.3.0
20992026-08-18T23:17:49.143Z Compiling foreign-types v0.3.2
21002026-08-18T23:17:49.154Z Compiling deranged v0.5.8
21012026-08-18T23:17:49.273Z Compiling unicode-normalization v0.1.25
21022026-08-18T23:17:49.462Z Compiling dtrace-parser v0.2.0
21032026-08-18T23:17:49.482Z Compiling rand_chacha v0.3.1
21042026-08-18T23:17:49.745Z Compiling dof v0.3.0
21052026-08-18T23:17:49.823Z Compiling dtrace-parser v0.3.0
21062026-08-18T23:17:49.844Z Compiling signature v2.2.0
21072026-08-18T23:17:49.870Z Compiling hex v0.4.3
21082026-08-18T23:17:50.107Z Compiling pin-project-internal v1.1.11
21092026-08-18T23:17:50.139Z Compiling num-integer v0.1.46
21102026-08-18T23:17:50.300Z Compiling dof v0.4.0
21112026-08-18T23:17:50.335Z Compiling hyper v1.10.1
21122026-08-18T23:17:50.363Z Compiling darling_macro v0.20.11
21132026-08-18T23:17:50.392Z Compiling socket2 v0.5.10
21142026-08-18T23:17:50.408Z Compiling thread-id v4.2.2
21152026-08-18T23:17:50.434Z Compiling thread-id v5.1.0
21162026-08-18T23:17:50.508Z Compiling wait-timeout v0.2.1
21172026-08-18T23:17:50.537Z Compiling owo-colors v4.3.0
21182026-08-18T23:17:50.751Z Compiling bit-vec v0.8.0
21192026-08-18T23:17:50.856Z Compiling smoltcp v0.9.1
21202026-08-18T23:17:50.864Z Compiling quick-error v1.2.3
21212026-08-18T23:17:50.996Z Compiling funty v2.0.0
21222026-08-18T23:17:51.005Z Compiling cfg_aliases v0.2.1
21232026-08-18T23:17:51.063Z Compiling num_threads v0.1.7
21242026-08-18T23:17:51.100Z Compiling clap_lex v1.0.0
21252026-08-18T23:17:51.160Z Compiling nix v0.31.2
21262026-08-18T23:17:51.178Z Compiling time v0.3.47
21272026-08-18T23:17:51.195Z Compiling rusty-fork v0.3.1
21282026-08-18T23:17:51.232Z Compiling bit-set v0.8.0
21292026-08-18T23:17:51.245Z Compiling darling v0.20.11
21302026-08-18T23:17:51.362Z Compiling bitvec v1.0.1
21312026-08-18T23:17:51.388Z Compiling clap_builder v4.6.0
21322026-08-18T23:17:51.428Z Compiling num-iter v0.1.45
21332026-08-18T23:17:51.522Z Compiling hyper-util v0.1.20
21342026-08-18T23:17:51.573Z Compiling rand v0.8.6
21352026-08-18T23:17:51.824Z Compiling lazy_static v1.5.0
21362026-08-18T23:17:51.862Z Compiling ipnetwork v0.21.1
21372026-08-18T23:17:52.228Z Compiling rand_xorshift v0.4.0
21382026-08-18T23:17:52.356Z Compiling hmac v0.12.1
21392026-08-18T23:17:52.394Z Compiling curve25519-dalek-derive v0.1.1
21402026-08-18T23:17:52.504Z Compiling sync_wrapper v1.0.2
21412026-08-18T23:17:52.632Z Compiling nodrop v0.1.14
21422026-08-18T23:17:52.746Z Compiling unarray v0.1.4
21432026-08-18T23:17:52.887Z Compiling siphasher v1.0.2
21442026-08-18T23:17:52.925Z Compiling crc-catalog v2.4.0
21452026-08-18T23:17:53.011Z Compiling zlib-rs v0.6.2
21462026-08-18T23:17:53.042Z Compiling crc v3.4.0
21472026-08-18T23:17:53.284Z Compiling clap v4.6.1
21482026-08-18T23:17:53.374Z Compiling proptest v1.11.0
21492026-08-18T23:17:53.403Z Compiling array-init v0.0.4
21502026-08-18T23:17:53.496Z Compiling tower v0.5.3
21512026-08-18T23:17:54.030Z Compiling smallvec v0.6.14
21522026-08-18T23:17:54.071Z Compiling derive_builder_core v0.20.2
21532026-08-18T23:17:54.201Z Compiling snafu-derive v0.8.9
21542026-08-18T23:17:54.273Z Compiling pkcs1 v0.7.5
21552026-08-18T23:17:54.600Z Compiling http-body-util v0.1.3
21562026-08-18T23:17:54.675Z Compiling bitfield v0.19.4
21572026-08-18T23:17:54.718Z Compiling zerocopy v0.6.6
21582026-08-18T23:17:54.867Z Compiling strum_macros v0.27.2
21592026-08-18T23:17:54.880Z Compiling strum_macros v0.26.4
21602026-08-18T23:17:54.893Z Compiling hubpack_derive v0.1.1
21612026-08-18T23:17:55.024Z Compiling env_filter v2.0.0
21622026-08-18T23:17:55.064Z Compiling flate2 v1.1.9
21632026-08-18T23:17:55.074Z Compiling fs-err v3.3.0
21642026-08-18T23:17:55.289Z Compiling ryu v1.0.23
21652026-08-18T23:17:55.350Z Compiling hashbrown v0.12.3
21662026-08-18T23:17:55.362Z Compiling base64 v0.21.7
21672026-08-18T23:17:55.477Z Compiling unicode-bidi v0.3.18
21682026-08-18T23:17:55.495Z Compiling allocator-api2 v0.2.21
21692026-08-18T23:17:55.537Z Compiling iri-string v0.7.10
21702026-08-18T23:17:55.702Z Compiling gimli v0.32.3
21712026-08-18T23:17:55.940Z Compiling unicode-properties v0.1.4
21722026-08-18T23:17:56.143Z Compiling stringprep v0.1.5
21732026-08-18T23:17:56.166Z Compiling ron v0.8.1
21742026-08-18T23:17:56.484Z Compiling serde_urlencoded v0.7.1
21752026-08-18T23:17:56.534Z Compiling newtype-uuid v1.3.2
21762026-08-18T23:17:56.702Z Compiling tower-http v0.6.8
21772026-08-18T23:17:56.756Z Compiling env_logger v0.11.11
21782026-08-18T23:17:56.765Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21792026-08-18T23:17:56.861Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21802026-08-18T23:17:56.938Z Compiling derive_builder_macro v0.20.2
21812026-08-18T23:17:57.034Z Compiling rsa v0.9.10
21822026-08-18T23:17:57.083Z Compiling oxnet v0.1.6
21832026-08-18T23:17:57.113Z Compiling serde-hex v0.1.0
21842026-08-18T23:17:57.148Z Compiling tokio-native-tls v0.3.1
21852026-08-18T23:17:57.204Z Compiling hashbrown v0.13.2
21862026-08-18T23:17:57.339Z Compiling bzip2 v0.4.4
21872026-08-18T23:17:57.423Z Compiling addr2line v0.25.1
21882026-08-18T23:17:57.438Z Compiling usdt-macro v0.6.0
21892026-08-18T23:17:57.470Z Compiling usdt-attr-macro v0.6.0
21902026-08-18T23:17:57.496Z Compiling derive-ex v0.1.8
21912026-08-18T23:17:57.524Z Compiling block-padding v0.4.2
21922026-08-18T23:17:57.555Z Compiling crypto-common v0.2.2
21932026-08-18T23:17:57.622Z Compiling block-buffer v0.12.1
21942026-08-18T23:17:57.791Z Compiling rustls-native-certs v0.8.3
21952026-08-18T23:17:57.923Z Compiling x509-cert v0.2.5
21962026-08-18T23:17:58.175Z Compiling bstr v1.12.1
21972026-08-18T23:17:58.265Z Compiling md-5 v0.10.6
21982026-08-18T23:17:58.293Z Compiling erased-serde v0.3.31
21992026-08-18T23:17:58.602Z Compiling vergen-lib v9.1.0
22002026-08-18T23:17:58.610Z Compiling hash32 v0.2.1
22012026-08-18T23:17:58.709Z Compiling encoding_rs v0.8.35
22022026-08-18T23:17:58.763Z Compiling crc-any v2.5.0
22032026-08-18T23:17:58.819Z Compiling rustc-demangle v0.1.27
22042026-08-18T23:17:58.850Z Compiling psl-types v2.0.11
22052026-08-18T23:17:58.904Z Compiling unicode-width v0.2.0
22062026-08-18T23:17:58.929Z Compiling mime v0.3.17
22072026-08-18T23:17:59.013Z Compiling cpufeatures v0.3.0
22082026-08-18T23:17:59.100Z Compiling fallible-iterator v0.2.0
22092026-08-18T23:17:59.233Z Compiling test-strategy v0.4.5
22102026-08-18T23:17:59.297Z Compiling publicsuffix v2.3.0
22112026-08-18T23:17:59.415Z Compiling postgres-protocol v0.6.10
22122026-08-18T23:17:59.497Z Compiling backtrace v0.3.76
22132026-08-18T23:18:00.057Z Compiling inout v0.2.2
22142026-08-18T23:18:00.074Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22152026-08-18T23:18:00.074Z Compiling object v0.30.4
22162026-08-18T23:18:00.105Z Compiling zip v0.6.6
22172026-08-18T23:18:00.234Z Compiling derive_builder v0.20.2
22182026-08-18T23:18:00.269Z Compiling daft v0.1.7
22192026-08-18T23:18:00.286Z Compiling hyper-tls v0.6.0
22202026-08-18T23:18:00.335Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22212026-08-18T23:18:00.449Z Compiling phf_shared v0.13.1
22222026-08-18T23:18:00.540Z Compiling pin-project v1.1.11
22232026-08-18T23:18:00.638Z Compiling serde_with_macros v3.21.0
22242026-08-18T23:18:00.673Z Compiling futures-executor v0.3.32
22252026-08-18T23:18:00.676Z Compiling toml v0.7.8
22262026-08-18T23:18:00.762Z Compiling miette-derive v7.6.0
22272026-08-18T23:18:00.891Z Compiling async-recursion v1.1.1
22282026-08-18T23:18:00.916Z Compiling serde_repr v0.1.20
22292026-08-18T23:18:00.925Z Compiling enum-as-inner v0.6.1
22302026-08-18T23:18:01.046Z Compiling ff v0.13.1
22312026-08-18T23:18:01.137Z Compiling vergen v9.1.0
22322026-08-18T23:18:01.199Z Compiling cargo-platform v0.3.2
22332026-08-18T23:18:01.514Z Compiling same-file v1.0.6
22342026-08-18T23:18:01.551Z Compiling managed v0.8.0
22352026-08-18T23:18:01.551Z Compiling bitflags v1.3.2
22362026-08-18T23:18:01.579Z Compiling jiff-core v0.1.0
22372026-08-18T23:18:01.615Z Compiling bumpalo v3.20.2
22382026-08-18T23:18:01.752Z Compiling foldhash v0.2.0
22392026-08-18T23:18:01.777Z Compiling path-slash v0.1.5
22402026-08-18T23:18:01.833Z Compiling base16ct v0.2.0
22412026-08-18T23:18:01.915Z Compiling unicode-linebreak v0.1.5
22422026-08-18T23:18:01.956Z Compiling libbz2-rs-sys v0.2.2
22432026-08-18T23:18:01.981Z Compiling smawk v0.3.2
22442026-08-18T23:18:01.990Z Compiling foldhash v0.1.5
22452026-08-18T23:18:01.996Z Compiling is_ci v1.2.0
22462026-08-18T23:18:02.034Z Compiling sec1 v0.7.3
22472026-08-18T23:18:02.270Z Compiling textwrap v0.16.2
22482026-08-18T23:18:02.310Z Compiling hashbrown v0.15.5
22492026-08-18T23:18:02.310Z Compiling supports-color v3.0.2
22502026-08-18T23:18:02.319Z Compiling jiff v0.2.34
22512026-08-18T23:18:02.340Z Compiling hashbrown v0.16.1
22522026-08-18T23:18:02.388Z Compiling bzip2 v0.6.1
22532026-08-18T23:18:02.521Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22542026-08-18T23:18:02.552Z Compiling zopfli v0.8.3
22552026-08-18T23:18:02.710Z Compiling walkdir v2.5.0
22562026-08-18T23:18:02.831Z Compiling cargo_metadata v0.23.1
22572026-08-18T23:18:02.923Z Compiling group v0.13.0
22582026-08-18T23:18:03.010Z Compiling futures v0.3.32
22592026-08-18T23:18:03.299Z Compiling phf v0.13.1
22602026-08-18T23:18:03.346Z Compiling snafu v0.8.9
22612026-08-18T23:18:03.591Z Compiling reqwest v0.12.28
22622026-08-18T23:18:03.684Z Compiling signal-hook-mio v0.2.5
22632026-08-18T23:18:03.728Z Compiling cipher v0.5.2
22642026-08-18T23:18:03.845Z Compiling cookie_store v0.22.1
22652026-08-18T23:18:03.957Z Compiling backtrace-ext v0.2.1
22662026-08-18T23:18:03.998Z Compiling postgres-types v0.2.12
22672026-08-18T23:18:04.014Z Compiling zstd v0.13.3
22682026-08-18T23:18:04.070Z Compiling globset v0.4.18
22692026-08-18T23:18:04.134Z Compiling strum v0.27.2
22702026-08-18T23:18:04.195Z Compiling hubpack v0.1.2
22712026-08-18T23:18:04.266Z Compiling phf_shared v0.11.3
22722026-08-18T23:18:04.283Z Compiling hkdf v0.12.4
22732026-08-18T23:18:04.328Z Compiling crossbeam-epoch v0.9.18
22742026-08-18T23:18:04.420Z Compiling byte-wrapper v0.1.0
22752026-08-18T23:18:04.444Z Compiling ed25519 v2.2.3
22762026-08-18T23:18:04.459Z Compiling olpc-cjson v0.1.4
22772026-08-18T23:18:04.715Z Compiling pem v3.0.6
22782026-08-18T23:18:04.780Z Compiling crypto-bigint v0.5.5
22792026-08-18T23:18:04.814Z Compiling serde-big-array v0.5.1
22802026-08-18T23:18:04.818Z Compiling serde_plain v1.0.2
22812026-08-18T23:18:04.969Z Compiling float-cmp v0.10.0
22822026-08-18T23:18:05.009Z Compiling memmap2 v0.9.10
22832026-08-18T23:18:05.025Z Compiling supports-unicode v3.0.0
22842026-08-18T23:18:05.028Z Compiling winnow v1.0.3
22852026-08-18T23:18:05.133Z Compiling const-oid v0.10.2
22862026-08-18T23:18:05.188Z Compiling precomputed-hash v0.1.1
22872026-08-18T23:18:05.235Z Compiling fixedbitset v0.4.2
22882026-08-18T23:18:05.356Z Compiling new_debug_unreachable v1.0.6
22892026-08-18T23:18:05.371Z Compiling data-encoding v2.10.0
22902026-08-18T23:18:05.431Z Compiling whoami v2.1.0
22912026-08-18T23:18:05.465Z Compiling winnow v0.7.14
22922026-08-18T23:18:05.486Z Compiling keccak v0.1.6
22932026-08-18T23:18:05.504Z Compiling supports-hyperlinks v3.2.0
22942026-08-18T23:18:05.562Z Compiling static_assertions v1.1.0
22952026-08-18T23:18:05.765Z Compiling typed-path v0.9.3
22962026-08-18T23:18:05.777Z Compiling difflib v0.4.0
22972026-08-18T23:18:05.778Z Compiling predicates-core v1.0.10
22982026-08-18T23:18:05.785Z Compiling toml_write v0.1.2
22992026-08-18T23:18:05.911Z Compiling normalize-line-endings v0.3.0
23002026-08-18T23:18:05.918Z Compiling fixedbitset v0.5.7
23012026-08-18T23:18:05.944Z Compiling unicode-width v0.1.14
23022026-08-18T23:18:05.988Z Compiling toml_parser v1.1.2+spec-1.1.0
23032026-08-18T23:18:06.053Z Compiling predicates v3.1.4
23042026-08-18T23:18:06.090Z Compiling elliptic-curve v0.13.8
23052026-08-18T23:18:06.136Z Compiling petgraph v0.8.3
23062026-08-18T23:18:06.233Z Compiling miette v7.6.0
23072026-08-18T23:18:06.257Z Compiling hickory-proto v0.25.2
23082026-08-18T23:18:06.289Z Compiling tokio-postgres v0.7.16
23092026-08-18T23:18:06.328Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23102026-08-18T23:18:06.469Z Compiling sha3 v0.10.8
23112026-08-18T23:18:06.601Z Compiling chacha20 v0.10.0
23122026-08-18T23:18:06.667Z Compiling string_cache v0.8.9
23132026-08-18T23:18:06.753Z Compiling petgraph v0.6.5
23142026-08-18T23:18:06.852Z Compiling toml_edit v0.22.27
23152026-08-18T23:18:06.926Z Compiling digest v0.11.3
23162026-08-18T23:18:07.266Z Compiling usdt v0.6.0
23172026-08-18T23:18:08.110Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23182026-08-18T23:18:08.128Z Compiling ed25519-dalek v2.2.0
23192026-08-18T23:18:08.241Z Compiling zip v4.6.1
23202026-08-18T23:18:08.782Z Compiling crossterm v0.28.1
23212026-08-18T23:18:09.184Z Compiling iddqd v0.4.2
23222026-08-18T23:18:09.191Z Compiling serde_with v3.21.0
23232026-08-18T23:18:09.210Z Compiling similar v2.7.0
23242026-08-18T23:18:09.401Z Compiling strum v0.26.3
23252026-08-18T23:18:09.567Z Compiling itertools v0.13.0
23262026-08-18T23:18:09.600Z Compiling tokio-stream v0.1.18
23272026-08-18T23:18:09.957Z Compiling buf-list v1.1.2
23282026-08-18T23:18:10.222Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23292026-08-18T23:18:10.524Z Compiling openapiv3 v2.2.0
23302026-08-18T23:18:10.759Z Compiling peg-runtime v0.8.5
23312026-08-18T23:18:10.938Z Compiling lalrpop-util v0.19.12
23322026-08-18T23:18:28.926Z Compiling rustls-webpki v0.103.13
23332026-08-18T23:18:32.422Z Compiling tokio-rustls v0.26.4
23342026-08-18T23:18:32.450Z Compiling rustls-platform-verifier v0.6.2
23352026-08-18T23:18:32.527Z Compiling tough v0.22.0
23362026-08-18T23:18:32.668Z Compiling hyper-rustls v0.27.7
23372026-08-18T23:18:32.752Z Compiling proc-macro-crate v1.3.1
23382026-08-18T23:18:32.787Z Compiling macaddr v1.0.1
23392026-08-18T23:18:32.809Z Compiling crucible-workspace-hack v0.1.0
23402026-08-18T23:18:32.919Z Compiling reqwest v0.13.2
23412026-08-18T23:18:33.018Z Compiling rayon-core v1.13.0
23422026-08-18T23:18:33.059Z Compiling secrecy v0.10.3
23432026-08-18T23:18:33.080Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23442026-08-18T23:18:33.098Z Compiling heapless v0.8.0
23452026-08-18T23:18:33.166Z Compiling crossbeam-deque v0.8.6
23462026-08-18T23:18:33.210Z Compiling ingot-macros v0.2.0
23472026-08-18T23:18:33.263Z Compiling inout v0.1.4
23482026-08-18T23:18:33.418Z Compiling hash32 v0.3.1
23492026-08-18T23:18:33.422Z Compiling multer v3.1.0
23502026-08-18T23:18:33.422Z Compiling thread_local v1.1.9
23512026-08-18T23:18:33.475Z Compiling match_cfg v0.1.0
23522026-08-18T23:18:33.517Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23532026-08-18T23:18:33.555Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23542026-08-18T23:18:33.589Z Compiling slog-async v2.8.0
23552026-08-18T23:18:33.625Z Compiling compression-core v0.4.31
23562026-08-18T23:18:33.640Z Compiling smoltcp v0.11.0
23572026-08-18T23:18:33.801Z Compiling compression-codecs v0.4.37
23582026-08-18T23:18:33.818Z Compiling hostname v0.3.1
23592026-08-18T23:18:33.835Z Compiling cipher v0.4.4
23602026-08-18T23:18:33.996Z Compiling atomicwrites v0.4.4
23612026-08-18T23:18:34.012Z Compiling slog-json v2.6.1
23622026-08-18T23:18:34.029Z Compiling crossbeam-channel v0.5.15
23632026-08-18T23:18:34.103Z Compiling half v2.7.1
23642026-08-18T23:18:34.173Z Compiling newtype-uuid-macros v0.1.0
23652026-08-18T23:18:34.248Z Compiling cobs v0.3.0
23662026-08-18T23:18:34.282Z Compiling universal-hash v0.5.1
23672026-08-18T23:18:34.299Z Compiling async-stream-impl v0.3.6
23682026-08-18T23:18:34.451Z Compiling thiserror-impl-no-std v2.0.2
23692026-08-18T23:18:34.472Z Compiling toml_datetime v1.1.1+spec-1.1.0
23702026-08-18T23:18:34.547Z Compiling serde_spanned v1.1.1
23712026-08-18T23:18:34.738Z Compiling is-terminal v0.4.17
23722026-08-18T23:18:34.755Z Compiling dropshot v0.17.1
23732026-08-18T23:18:34.876Z Compiling proc-macro-error-attr v1.0.4
23742026-08-18T23:18:34.897Z Compiling toml_writer v1.1.1+spec-1.1.0
23752026-08-18T23:18:34.921Z Compiling ciborium-io v0.2.2
23762026-08-18T23:18:34.938Z Compiling convert_case v0.4.0
23772026-08-18T23:18:34.970Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
23782026-08-18T23:18:35.041Z Compiling take_mut v0.2.2
23792026-08-18T23:18:35.092Z Compiling opaque-debug v0.3.1
23802026-08-18T23:18:35.109Z Compiling term v1.2.1
23812026-08-18T23:18:35.179Z Compiling poly1305 v0.8.0
23822026-08-18T23:18:35.214Z Compiling toml v1.1.2+spec-1.1.0
23832026-08-18T23:18:35.265Z Compiling derive_more v0.99.20
23842026-08-18T23:18:35.281Z Compiling ciborium-ll v0.2.2
23852026-08-18T23:18:35.315Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23862026-08-18T23:18:35.358Z Compiling async-stream v0.3.6
23872026-08-18T23:18:35.439Z Compiling slog-term v2.9.2
23882026-08-18T23:18:35.501Z Compiling thiserror-no-std v2.0.2
23892026-08-18T23:18:35.580Z Compiling postcard v1.1.3
23902026-08-18T23:18:35.592Z Compiling slog-bunyan v2.5.0
23912026-08-18T23:18:35.792Z Compiling chacha20 v0.9.1
23922026-08-18T23:18:35.818Z Compiling ingot-types v0.2.0
23932026-08-18T23:18:35.835Z Compiling async-compression v0.4.41
23942026-08-18T23:18:36.080Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
23952026-08-18T23:18:36.120Z Compiling num_enum_derive v0.7.6
23962026-08-18T23:18:36.215Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23972026-08-18T23:18:36.308Z Compiling ingot v0.2.1
23982026-08-18T23:18:36.352Z Compiling sha1 v0.11.0
23992026-08-18T23:18:36.650Z Compiling parse-display-derive v0.10.0
24002026-08-18T23:18:36.669Z Compiling waitgroup v0.1.2
24012026-08-18T23:18:36.731Z Compiling backon v1.6.0
24022026-08-18T23:18:36.761Z Compiling rustls-pemfile v2.2.0
24032026-08-18T23:18:36.831Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24042026-08-18T23:18:36.927Z Compiling password-hash v0.5.0
24052026-08-18T23:18:37.004Z Compiling dropshot_endpoint v0.17.1
24062026-08-18T23:18:37.066Z Compiling blake2 v0.10.6
24072026-08-18T23:18:37.151Z Compiling aead v0.5.2
24082026-08-18T23:18:37.187Z Compiling foreign-types-macros v0.2.3
24092026-08-18T23:18:37.378Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24102026-08-18T23:18:37.431Z Compiling serde_path_to_error v0.1.20
24112026-08-18T23:18:37.524Z Compiling hostname v0.4.2
24122026-08-18T23:18:37.596Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24132026-08-18T23:18:37.709Z Compiling proc-macro-error v1.0.4
24142026-08-18T23:18:37.806Z Compiling instant v0.1.13
24152026-08-18T23:18:37.823Z Compiling foreign-types-shared v0.3.1
24162026-08-18T23:18:37.830Z Compiling debug-ignore v1.0.5
24172026-08-18T23:18:37.901Z Compiling backoff v0.4.0
24182026-08-18T23:18:37.902Z Compiling argon2 v0.5.3
24192026-08-18T23:18:37.955Z Compiling foreign-types v0.5.0
24202026-08-18T23:18:37.959Z Compiling chacha20poly1305 v0.10.1
24212026-08-18T23:18:37.959Z Compiling parse-display v0.10.0
24222026-08-18T23:18:37.959Z Compiling num_enum v0.7.6
24232026-08-18T23:18:37.959Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24242026-08-18T23:18:38.051Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24252026-08-18T23:18:38.068Z Compiling vsss-rs v3.3.4
24262026-08-18T23:18:38.136Z Compiling ciborium v0.2.2
24272026-08-18T23:18:38.289Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24282026-08-18T23:18:38.329Z Compiling num_enum_derive v0.5.11
24292026-08-18T23:18:38.475Z Compiling regress v0.10.5
24302026-08-18T23:18:38.545Z Compiling itertools v0.14.0
24312026-08-18T23:18:38.572Z Compiling tabwriter v1.4.1
24322026-08-18T23:18:38.604Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24332026-08-18T23:18:38.806Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24342026-08-18T23:18:38.900Z Compiling cstr-argument v0.1.2
24352026-08-18T23:18:38.929Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24362026-08-18T23:18:38.957Z Compiling humantime v2.3.0
24372026-08-18T23:18:39.053Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24382026-08-18T23:18:39.107Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24392026-08-18T23:18:39.157Z Compiling rayon v1.11.0
24402026-08-18T23:18:39.255Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24412026-08-18T23:18:39.275Z Compiling num_enum v0.5.11
24422026-08-18T23:18:39.320Z Compiling rand v0.10.1
24432026-08-18T23:18:39.400Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24442026-08-18T23:18:39.403Z Compiling colored v3.1.1
24452026-08-18T23:18:39.416Z Compiling libefi-sys v0.1.0
24462026-08-18T23:18:39.432Z Compiling indent_write v2.2.0
24472026-08-18T23:18:39.520Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24482026-08-18T23:18:39.581Z Compiling zone_cfg_derive v0.3.1
24492026-08-18T23:18:39.598Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24502026-08-18T23:18:39.622Z Compiling camino-tempfile v1.4.1
24512026-08-18T23:18:39.675Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24522026-08-18T23:18:39.762Z Compiling itertools v0.12.1
24532026-08-18T23:18:39.783Z Compiling usdt-macro v0.5.0
24542026-08-18T23:18:39.840Z Compiling usdt-attr-macro v0.5.0
24552026-08-18T23:18:40.035Z Compiling num-derive v0.4.2
24562026-08-18T23:18:40.052Z Compiling bitfield-struct v0.6.2
24572026-08-18T23:18:40.069Z Compiling blake3 v1.8.5
24582026-08-18T23:18:40.096Z Compiling sigpipe v0.1.3
24592026-08-18T23:18:40.096Z Compiling memmap v0.7.0
24602026-08-18T23:18:40.150Z Compiling glob v0.3.3
24612026-08-18T23:18:40.219Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24622026-08-18T23:18:40.235Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24632026-08-18T23:18:40.429Z Compiling swrite v0.1.0
24642026-08-18T23:18:40.466Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24652026-08-18T23:18:40.511Z Compiling smf v0.2.3
24662026-08-18T23:18:40.599Z Compiling usdt v0.5.0
24672026-08-18T23:18:40.688Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24682026-08-18T23:18:40.703Z Compiling filetime v0.2.27
24692026-08-18T23:18:40.775Z Compiling arrayvec v0.7.6
24702026-08-18T23:18:40.884Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24712026-08-18T23:18:40.932Z Compiling arrayref v0.3.9
24722026-08-18T23:18:40.949Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24732026-08-18T23:18:40.953Z Compiling constant_time_eq v0.4.2
24742026-08-18T23:18:40.984Z Compiling xattr v1.6.1
24752026-08-18T23:18:41.013Z Compiling whoami v1.6.1
24762026-08-18T23:18:41.025Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24772026-08-18T23:18:41.029Z Compiling tokio-dtrace v0.1.1
24782026-08-18T23:18:41.071Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24792026-08-18T23:18:41.182Z Compiling zone v0.3.1
24802026-08-18T23:18:41.242Z Compiling tar v0.4.46
24812026-08-18T23:18:41.283Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24822026-08-18T23:18:41.731Z Compiling gethostname v0.5.0
24832026-08-18T23:18:41.731Z Compiling console v0.16.2
24842026-08-18T23:18:41.731Z Compiling unit-prefix v0.5.2
24852026-08-18T23:18:41.731Z Compiling topological-sort v0.2.2
24862026-08-18T23:18:41.731Z Compiling oxide-tokio-rt v0.1.4
24872026-08-18T23:18:41.731Z Compiling toml v0.8.23
24882026-08-18T23:18:41.746Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24892026-08-18T23:18:41.750Z Compiling shell-words v1.1.1
24902026-08-18T23:18:41.886Z Compiling indicatif v0.18.4
24912026-08-18T23:18:51.128Z Compiling progenitor-client v0.14.0
24922026-08-18T23:18:51.128Z Compiling omicron-zone-package v0.12.3
24932026-08-18T23:18:51.396Z Compiling progenitor-extras v0.2.0
24942026-08-18T23:18:51.715Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24952026-08-18T23:18:51.792Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24962026-08-18T23:18:51.832Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24972026-08-18T23:18:51.873Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24982026-08-18T23:18:51.919Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24992026-08-18T23:18:51.956Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25002026-08-18T23:18:52.083Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25012026-08-18T23:18:52.219Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25022026-08-18T23:18:52.529Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25032026-08-18T23:18:56.264Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25042026-08-18T23:19:04.634Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25052026-08-18T23:19:07.905Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25062026-08-18T23:19:08.958Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
25072026-08-18T23:19:18.365Z Finished `release` profile [optimized] target(s) in 1m 46s
25082026-08-18T23:19:18.512Z Running `target/release/omicron-package -t test target create -p dev`
25092026-08-18T23:19:18.578ZLogging to: /work/oxidecomputer/omicron/out/LOG
25102026-08-18T23:19:18.582ZCreated new build target 'test' and set it as active
25112026-08-18T23:19:18.582Z
25122026-08-18T23:19:18.582Zreal 1:46.627414447
25132026-08-18T23:19:18.582Zuser 17:50.930305515
25142026-08-18T23:19:18.582Zsys 2:46.443467900
25152026-08-18T23:19:18.582Ztrap 0.517533943
25162026-08-18T23:19:18.582Ztflt 2.377610431
25172026-08-18T23:19:18.582Zdflt 4.783867049
25182026-08-18T23:19:18.582Zkflt 0.000558790
25192026-08-18T23:19:18.582Zlock 58:17.469080607
25202026-08-18T23:19:18.582Zslp 45:09.903947127
25212026-08-18T23:19:18.582Zlat 52.544509473
25222026-08-18T23:19:18.582Zstop 6:30.822147528
25232026-08-18T23:19:18.582Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
25242026-08-18T23:19:19.470Z Finished `release` profile [optimized] target(s) in 0.88s
25252026-08-18T23:19:19.538Z Running `target/release/omicron-package -t test package`
25262026-08-18T23:19:19.596ZLogging to: /work/oxidecomputer/omicron/out/LOG
25272026-08-18T23:19:21.047Z Compiling heck v0.5.0
25282026-08-18T23:19:21.254Z Compiling regress v0.11.1
25292026-08-18T23:19:21.275Z Compiling unsafe-libyaml v0.2.11
25302026-08-18T23:19:21.313Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25312026-08-18T23:19:21.339Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25322026-08-18T23:19:21.339Z Compiling derive-where v1.6.0
25332026-08-18T23:19:21.343Z Compiling bytecount v0.6.9
25342026-08-18T23:19:21.382Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25352026-08-18T23:19:21.423Z Compiling atomicwrites v0.4.4
25362026-08-18T23:19:21.423Z Compiling is-terminal v0.4.17
25372026-08-18T23:19:21.426Z Compiling prettyplease v0.2.37
25382026-08-18T23:19:21.426Z Compiling newline-converter v0.3.0
25392026-08-18T23:19:21.426Z Compiling console v0.15.11
25402026-08-18T23:19:21.464Z Compiling slog-dtrace v0.3.0
25412026-08-18T23:19:21.488Z Compiling resolv-conf v0.7.6
25422026-08-18T23:19:21.574Z Compiling cancel-safe-futures v0.1.5
25432026-08-18T23:19:21.578Z Compiling num-rational v0.4.2
25442026-08-18T23:19:21.621Z Compiling num-complex v0.4.6
25452026-08-18T23:19:21.624Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25462026-08-18T23:19:21.685Z Compiling thread_local v1.1.9
25472026-08-18T23:19:21.799Z Compiling compression-core v0.4.31
25482026-08-18T23:19:21.820Z Compiling serde_yaml v0.9.34+deprecated
25492026-08-18T23:19:21.943Z Compiling expectorate v1.2.0
25502026-08-18T23:19:21.974Z Compiling match_cfg v0.1.0
25512026-08-18T23:19:22.068Z Compiling hostname v0.3.1
25522026-08-18T23:19:22.105Z Compiling num v0.4.3
25532026-08-18T23:19:22.127Z Compiling compression-codecs v0.4.37
25542026-08-18T23:19:22.152Z Compiling slog-async v2.8.0
25552026-08-18T23:19:22.175Z Compiling multer v3.1.0
25562026-08-18T23:19:22.204Z Compiling crossbeam-channel v0.5.15
25572026-08-18T23:19:22.227Z Compiling slog-json v2.6.1
25582026-08-18T23:19:22.230Z Compiling toml_datetime v1.1.1+spec-1.1.0
25592026-08-18T23:19:22.253Z Compiling serde_spanned v1.1.1
25602026-08-18T23:19:22.377Z Compiling float-ord v0.3.2
25612026-08-18T23:19:22.399Z Compiling toml_writer v1.1.1+spec-1.1.0
25622026-08-18T23:19:22.441Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25632026-08-18T23:19:22.463Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25642026-08-18T23:19:22.515Z Compiling term v1.2.1
25652026-08-18T23:19:22.541Z Compiling take_mut v0.2.2
25662026-08-18T23:19:22.545Z Compiling linked-hash-map v0.5.6
25672026-08-18T23:19:22.545Z Compiling oxide-update-engine-types v0.1.2
25682026-08-18T23:19:22.610Z Compiling linear-map v1.2.0
25692026-08-18T23:19:22.630Z Compiling toml v1.1.2+spec-1.1.0
25702026-08-18T23:19:22.655Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25712026-08-18T23:19:22.658Z Compiling slog-bunyan v2.5.0
25722026-08-18T23:19:22.704Z Compiling async-compression v0.4.41
25732026-08-18T23:19:22.766Z Compiling lru-cache v0.1.2
25742026-08-18T23:19:22.806Z Compiling typify-impl v0.6.2
25752026-08-18T23:19:22.853Z Compiling slog-term v2.9.2
25762026-08-18T23:19:23.018Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25772026-08-18T23:19:23.106Z Compiling async-stream v0.3.6
25782026-08-18T23:19:23.133Z Compiling dropshot v0.17.1
25792026-08-18T23:19:23.173Z Compiling sha1 v0.11.0
25802026-08-18T23:19:23.198Z Compiling progenitor-client v0.14.0
25812026-08-18T23:19:23.292Z Compiling waitgroup v0.1.2
25822026-08-18T23:19:23.315Z Compiling rustls-pemfile v2.2.0
25832026-08-18T23:19:23.319Z Compiling backon v1.6.0
25842026-08-18T23:19:23.364Z Compiling serde_path_to_error v0.1.20
25852026-08-18T23:19:23.456Z Compiling hostname v0.4.2
25862026-08-18T23:19:23.477Z Compiling instant v0.1.13
25872026-08-18T23:19:23.534Z Compiling minimal-lexical v0.2.1
25882026-08-18T23:19:23.558Z Compiling debug-ignore v1.0.5
25892026-08-18T23:19:23.580Z Compiling progenitor-extras v0.2.0
25902026-08-18T23:19:23.614Z Compiling backoff v0.4.0
25912026-08-18T23:19:23.634Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25922026-08-18T23:19:23.762Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25932026-08-18T23:19:23.775Z Compiling nom v7.1.3
25942026-08-18T23:19:23.815Z Compiling oxide-update-engine v0.1.2
25952026-08-18T23:19:23.844Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25962026-08-18T23:19:23.875Z Compiling parse-display v0.10.0
25972026-08-18T23:19:23.912Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25982026-08-18T23:19:23.952Z Compiling hickory-proto v0.24.4
25992026-08-18T23:19:24.459Z Compiling regress v0.10.5
26002026-08-18T23:19:24.594Z Compiling itertools v0.14.0
26012026-08-18T23:19:25.123Z Compiling macaddr v1.0.1
26022026-08-18T23:19:25.150Z Compiling unicode-xid v0.2.6
26032026-08-18T23:19:25.171Z Compiling humantime v2.3.0
26042026-08-18T23:19:25.376Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
26052026-08-18T23:19:25.437Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26062026-08-18T23:19:25.541Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26072026-08-18T23:19:25.638Z Compiling convert_case v0.10.0
26082026-08-18T23:19:25.775Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26092026-08-18T23:19:25.799Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
26102026-08-18T23:19:25.907Z Compiling derive_more-impl v2.1.1
26112026-08-18T23:19:25.928Z Compiling toml v0.8.23
26122026-08-18T23:19:26.103Z Compiling papergrid v0.11.0
26132026-08-18T23:19:26.318Z Compiling typify-macro v0.6.2
26142026-08-18T23:19:26.479Z Compiling hickory-resolver v0.24.4
26152026-08-18T23:19:26.533Z Compiling tabled_derive v0.7.0
26162026-08-18T23:19:26.554Z Compiling termtree v0.5.1
26172026-08-18T23:19:26.708Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26182026-08-18T23:19:26.752Z Compiling derive_more v2.1.1
26192026-08-18T23:19:26.861Z Compiling crossterm v0.29.0
26202026-08-18T23:19:27.250Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26212026-08-18T23:19:27.493Z Compiling tabled v0.15.0
26222026-08-18T23:19:27.750Z Compiling qorb v0.4.1
26232026-08-18T23:19:27.936Z Compiling typify v0.6.2
26242026-08-18T23:19:28.231Z Compiling progenitor-impl v0.14.0
26252026-08-18T23:19:28.837Z Compiling phf_shared v0.12.1
26262026-08-18T23:19:29.090Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26272026-08-18T23:19:29.605Z Compiling vte v0.14.1
26282026-08-18T23:19:29.707Z Compiling csv-core v0.1.13
26292026-08-18T23:19:29.896Z Compiling chrono-tz v0.10.4
26302026-08-18T23:19:30.141Z Compiling highway v1.3.0
26312026-08-18T23:19:30.367Z Compiling progenitor-macro v0.14.0
26322026-08-18T23:19:30.849Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26332026-08-18T23:19:31.269Z Compiling csv v1.4.0
26342026-08-18T23:19:31.307Z Compiling strip-ansi-escapes v0.2.1
26352026-08-18T23:19:31.811Z Compiling phf v0.12.1
26362026-08-18T23:19:31.879Z Compiling const_format_proc_macros v0.2.34
26372026-08-18T23:19:32.029Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26382026-08-18T23:19:32.141Z Compiling fd-lock v4.0.4
26392026-08-18T23:19:32.213Z Compiling peg-macros v0.8.5
26402026-08-18T23:19:32.506Z Compiling nu-ansi-term v0.50.3
26412026-08-18T23:19:32.641Z Compiling const_format v0.2.35
26422026-08-18T23:19:32.788Z Compiling reedline v0.40.0
26432026-08-18T23:19:33.042Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26442026-08-18T23:19:33.143Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
26452026-08-18T23:19:33.439Z Compiling peg v0.8.5
26462026-08-18T23:19:33.543Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26472026-08-18T23:19:33.620Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26482026-08-18T23:19:34.461Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26492026-08-18T23:19:34.514Z Compiling progenitor v0.14.0
26502026-08-18T23:19:34.697Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26512026-08-18T23:19:34.734Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26522026-08-18T23:19:34.903Z Compiling bcs v0.1.6
26532026-08-18T23:19:35.369Z Compiling nom v8.0.0
26542026-08-18T23:19:35.541Z Compiling semver v0.1.20
26552026-08-18T23:19:35.839Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
26562026-08-18T23:19:36.130Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26572026-08-18T23:19:36.439Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=bf831acede9b125a854bfda5615ae9248d1e2fa8#bf831ace)
26582026-08-18T23:19:36.616Z Compiling rustc_version v0.1.7
26592026-08-18T23:19:36.763Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26602026-08-18T23:19:36.859Z Compiling newtype_derive v0.1.6
26612026-08-18T23:19:36.968Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26622026-08-18T23:19:37.029Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26632026-08-18T23:19:37.136Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26642026-08-18T23:19:37.160Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26652026-08-18T23:19:37.715Z Compiling steno v0.4.1
26662026-08-18T23:19:37.758Z Compiling dropshot-api-manager-types v0.8.0
26672026-08-18T23:19:38.118Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=bf831acede9b125a854bfda5615ae9248d1e2fa8#bf831ace)
26682026-08-18T23:19:38.337Z Compiling sha1 v0.10.6
26692026-08-18T23:19:38.882Z Compiling tagptr v0.2.0
26702026-08-18T23:19:39.078Z Compiling utf-8 v0.7.6
26712026-08-18T23:19:39.173Z Compiling moka v0.12.13
26722026-08-18T23:19:39.315Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26732026-08-18T23:19:39.491Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26742026-08-18T23:19:39.765Z Compiling tungstenite v0.21.0
26752026-08-18T23:19:40.039Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26762026-08-18T23:19:40.416Z Compiling hickory-resolver v0.25.2
26772026-08-18T23:19:40.448Z Compiling tokio-tungstenite v0.21.0
26782026-08-18T23:19:40.855Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26792026-08-18T23:19:41.902Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26802026-08-18T23:19:42.699Z Compiling darling_core v0.21.3
26812026-08-18T23:19:43.133Z Compiling display-error-chain v0.2.2
26822026-08-18T23:19:43.313Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26832026-08-18T23:19:43.610Z Compiling libscf-sys v1.2.0
26842026-08-18T23:19:43.673Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=bf831acede9b125a854bfda5615ae9248d1e2fa8#bf831ace)
26852026-08-18T23:19:43.783Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=bf831acede9b125a854bfda5615ae9248d1e2fa8#bf831ace)
26862026-08-18T23:19:43.813Z Compiling vergen-lib v0.1.6
26872026-08-18T23:19:44.037Z Compiling diesel_derives v2.3.7
26882026-08-18T23:19:44.354Z Compiling scheduled-thread-pool v0.2.7
26892026-08-18T23:19:44.476Z Compiling vergen-gitcl v1.0.8
26902026-08-18T23:19:44.582Z Compiling diesel_table_macro_syntax v0.3.0
26912026-08-18T23:19:44.704Z Compiling dirs-sys-next v0.1.2
26922026-08-18T23:19:44.806Z Compiling maplit v1.0.2
26932026-08-18T23:19:44.839Z Compiling darling_macro v0.21.3
26942026-08-18T23:19:44.919Z Compiling glob v0.3.3
26952026-08-18T23:19:44.923Z Compiling crunchy v0.2.4
26962026-08-18T23:19:44.988Z Compiling dirs-next v2.0.0
26972026-08-18T23:19:45.149Z Compiling r2d2 v0.8.10
26982026-08-18T23:19:45.291Z Compiling clang-sys v1.8.1
26992026-08-18T23:19:45.326Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
27002026-08-18T23:19:45.364Z Compiling darling v0.21.3
27012026-08-18T23:19:45.439Z Compiling papergrid v0.18.0
27022026-08-18T23:19:45.480Z Compiling dsl_auto_type v0.2.0
27032026-08-18T23:19:45.590Z Compiling xshell-macros v0.2.7
27042026-08-18T23:19:45.703Z Compiling downcast-rs v2.0.2
27052026-08-18T23:19:45.736Z Compiling tiny-keccak v2.0.2
27062026-08-18T23:19:45.992Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27072026-08-18T23:19:46.014Z Compiling xshell v0.2.7
27082026-08-18T23:19:46.116Z Compiling term v0.7.0
27092026-08-18T23:19:46.153Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27102026-08-18T23:19:46.402Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27112026-08-18T23:19:46.629Z Compiling tabled v0.21.0
27122026-08-18T23:19:46.663Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27132026-08-18T23:19:46.892Z Compiling bit-vec v0.6.3
27142026-08-18T23:19:47.082Z Compiling bit-set v0.5.3
27152026-08-18T23:19:47.169Z Compiling ascii-canvas v3.0.0
27162026-08-18T23:19:47.200Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
27172026-08-18T23:19:47.273Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27182026-08-18T23:19:47.419Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27192026-08-18T23:19:47.565Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27202026-08-18T23:19:47.766Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27212026-08-18T23:19:47.803Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
27222026-08-18T23:19:48.148Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
27232026-08-18T23:19:48.366Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27242026-08-18T23:19:48.471Z Compiling itertools v0.10.5
27252026-08-18T23:19:48.551Z Compiling ena v0.14.4
27262026-08-18T23:19:48.804Z Compiling libloading v0.8.9
27272026-08-18T23:19:49.048Z Compiling bindgen v0.71.1
27282026-08-18T23:19:49.116Z Compiling unicase v2.9.0
27292026-08-18T23:19:49.172Z Compiling regex-syntax v0.6.29
27302026-08-18T23:19:49.351Z Compiling diff v0.1.13
27312026-08-18T23:19:49.646Z Compiling cexpr v0.6.0
27322026-08-18T23:19:49.726Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27332026-08-18T23:19:49.951Z Compiling crc8 v0.1.1
27342026-08-18T23:19:50.086Z Compiling rustc-hash v2.1.1
27352026-08-18T23:19:50.276Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27362026-08-18T23:19:50.297Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27372026-08-18T23:19:50.496Z Compiling headers-core v0.3.0
27382026-08-18T23:19:50.647Z Compiling lalrpop v0.19.12
27392026-08-18T23:19:50.651Z Compiling diesel v2.3.7
27402026-08-18T23:19:50.794Z Compiling libxml v0.3.3
27412026-08-18T23:19:51.071Z Compiling headers v0.4.1
27422026-08-18T23:19:51.121Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27432026-08-18T23:19:51.352Z Compiling strum_macros v0.24.3
27442026-08-18T23:19:51.486Z Compiling indoc v1.0.9
27452026-08-18T23:19:51.899Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27462026-08-18T23:19:51.921Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27472026-08-18T23:19:52.121Z Compiling derive_builder v0.20.2
27482026-08-18T23:19:52.290Z Compiling oso-derive v0.27.3
27492026-08-18T23:19:52.435Z Compiling quick-xml v0.37.5
27502026-08-18T23:19:52.599Z Compiling impl-trait-for-tuples v0.2.3
27512026-08-18T23:19:52.729Z Compiling openssl-probe v0.1.6
27522026-08-18T23:19:52.828Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27532026-08-18T23:19:53.036Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27542026-08-18T23:19:53.451Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27552026-08-18T23:19:53.511Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27562026-08-18T23:19:53.551Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27572026-08-18T23:19:53.719Z Compiling bb8 v0.8.6
27582026-08-18T23:19:53.782Z Compiling trait-variant v0.1.2
27592026-08-18T23:19:53.852Z Compiling proc-macro-error-attr2 v2.0.0
27602026-08-18T23:19:54.109Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27612026-08-18T23:19:54.280Z Compiling half v1.8.3
27622026-08-18T23:19:54.340Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27632026-08-18T23:19:54.397Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27642026-08-18T23:19:54.557Z Compiling serde_cbor v0.11.2
27652026-08-18T23:19:54.631Z Compiling proc-macro-error2 v2.0.1
27662026-08-18T23:19:54.765Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27672026-08-18T23:19:54.972Z Compiling hashbrown v0.14.5
27682026-08-18T23:19:55.007Z Compiling rfc6979 v0.4.0
27692026-08-18T23:19:55.162Z Compiling salty v0.3.0
27702026-08-18T23:19:55.186Z Compiling ecdsa v0.16.9
27712026-08-18T23:19:55.523Z Compiling chumsky v0.9.3
27722026-08-18T23:19:55.546Z Compiling knus-derive v3.4.0
27732026-08-18T23:19:55.626Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27742026-08-18T23:19:55.691Z Compiling samael v0.0.19
27752026-08-18T23:19:55.694Z Compiling progenitor-impl v0.13.0
27762026-08-18T23:19:55.888Z Compiling primeorder v0.13.6
27772026-08-18T23:19:56.187Z Compiling nonempty v0.12.0
27782026-08-18T23:19:56.433Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27792026-08-18T23:19:56.821Z Compiling p384 v0.13.1
27802026-08-18T23:19:56.927Z Compiling knus v3.4.0
27812026-08-18T23:19:57.814Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27822026-08-18T23:19:57.890Z Compiling progenitor-macro v0.13.0
27832026-08-18T23:19:58.178Z Compiling polar-core v0.27.3
27842026-08-18T23:19:58.324Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27852026-08-18T23:19:59.092Z Compiling progenitor-client v0.13.0
27862026-08-18T23:19:59.340Z Compiling fxhash v0.2.1
27872026-08-18T23:19:59.591Z Compiling libz-sys v1.1.24
27882026-08-18T23:19:59.770Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27892026-08-18T23:20:00.049Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
27902026-08-18T23:20:00.097Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27912026-08-18T23:20:00.590Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27922026-08-18T23:20:00.634Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27932026-08-18T23:20:00.964Z Compiling kstat-rs v0.2.5
27942026-08-18T23:20:01.291Z Compiling mime_guess v2.0.5
27952026-08-18T23:20:01.425Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27962026-08-18T23:20:01.835Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27972026-08-18T23:20:02.162Z Compiling progenitor v0.13.0
27982026-08-18T23:20:02.623Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=bf831acede9b125a854bfda5615ae9248d1e2fa8#bf831ace)
27992026-08-18T23:20:03.662Z Compiling nanorand v0.7.0
28002026-08-18T23:20:03.740Z Compiling libgit2-sys v0.18.3+1.9.2
28012026-08-18T23:20:03.864Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28022026-08-18T23:20:04.015Z Compiling parking_lot_core v0.8.6
28032026-08-18T23:20:04.048Z Compiling flume v0.11.1
28042026-08-18T23:20:04.330Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=bf831acede9b125a854bfda5615ae9248d1e2fa8#bf831ace)
28052026-08-18T23:20:04.489Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28062026-08-18T23:20:05.120Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28072026-08-18T23:20:05.442Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28082026-08-18T23:20:05.580Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28092026-08-18T23:20:05.814Z Compiling git-stub v1.0.0
28102026-08-18T23:20:06.047Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
28112026-08-18T23:20:06.079Z Compiling corncobs v0.1.4
28122026-08-18T23:20:06.320Z Compiling http-range v0.1.5
28132026-08-18T23:20:06.340Z Compiling instability v0.3.11
28142026-08-18T23:20:06.567Z Compiling strsim v0.10.0
28152026-08-18T23:20:06.695Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28162026-08-18T23:20:06.717Z Compiling git-stub-vcs v0.1.0
28172026-08-18T23:20:06.883Z Compiling darling_core v0.13.4
28182026-08-18T23:20:07.383Z Compiling oso v0.27.3
28192026-08-18T23:20:07.827Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28202026-08-18T23:20:10.334Z Compiling async-bb8-diesel v0.2.1
28212026-08-18T23:20:10.784Z Compiling diesel-dtrace v0.5.0
28222026-08-18T23:20:11.110Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=bf831acede9b125a854bfda5615ae9248d1e2fa8#bf831ace)
28232026-08-18T23:20:12.301Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
28242026-08-18T23:20:12.360Z Compiling ignore v0.4.25
28252026-08-18T23:20:12.403Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28262026-08-18T23:20:12.655Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28272026-08-18T23:20:12.935Z Compiling anstyle-parse v0.2.7
28282026-08-18T23:20:13.015Z Compiling secrecy v0.8.0
28292026-08-18T23:20:13.162Z Compiling vergen-git2 v9.1.0
28302026-08-18T23:20:13.199Z Compiling castaway v0.2.4
28312026-08-18T23:20:13.221Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28322026-08-18T23:20:13.364Z Compiling indoc v2.0.7
28332026-08-18T23:20:13.424Z Compiling compact_str v0.8.1
28342026-08-18T23:20:13.806Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28352026-08-18T23:20:13.996Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28362026-08-18T23:20:14.067Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28372026-08-18T23:20:14.538Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28382026-08-18T23:20:14.975Z Compiling anstream v0.6.21
28392026-08-18T23:20:15.511Z Compiling globwalk v0.9.1
28402026-08-18T23:20:15.723Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28412026-08-18T23:20:16.140Z Compiling parking_lot v0.11.2
28422026-08-18T23:20:17.064Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28432026-08-18T23:20:17.213Z Compiling hyper-staticfile v0.10.1
28442026-08-18T23:20:17.267Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28452026-08-18T23:20:17.943Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28462026-08-18T23:20:18.292Z Compiling darling_macro v0.13.4
28472026-08-18T23:20:18.397Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28482026-08-18T23:20:18.432Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28492026-08-18T23:20:18.700Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28502026-08-18T23:20:18.758Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28512026-08-18T23:20:18.813Z Compiling predicates-tree v1.0.13
28522026-08-18T23:20:18.908Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28532026-08-18T23:20:19.122Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
28542026-08-18T23:20:19.153Z Compiling unicode-truncate v1.1.0
28552026-08-18T23:20:19.232Z Compiling lru v0.12.5
28562026-08-18T23:20:19.366Z Compiling digest-io v0.1.0
28572026-08-18T23:20:19.466Z Compiling sha2 v0.11.0
28582026-08-18T23:20:19.536Z Compiling prefix-trie v0.7.0
28592026-08-18T23:20:19.559Z Compiling rand_seeder v0.4.0
28602026-08-18T23:20:19.812Z Compiling illumos-nvpair-sys v0.2.0
28612026-08-18T23:20:20.039Z Compiling rawzip v0.4.4
28622026-08-18T23:20:20.063Z Compiling cassowary v0.3.0
28632026-08-18T23:20:20.512Z Compiling ratatui v0.29.0
28642026-08-18T23:20:20.616Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28652026-08-18T23:20:21.026Z Compiling hickory-server v0.25.2
28662026-08-18T23:20:21.105Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28672026-08-18T23:20:21.358Z Compiling camino-tempfile-ext v0.3.3
28682026-08-18T23:20:21.650Z Compiling darling v0.13.4
28692026-08-18T23:20:21.687Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28702026-08-18T23:20:21.770Z Compiling sled v0.34.7
28712026-08-18T23:20:22.130Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28722026-08-18T23:20:23.360Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28732026-08-18T23:20:24.340Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28742026-08-18T23:20:25.877Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28752026-08-18T23:20:26.026Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28762026-08-18T23:20:26.301Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28772026-08-18T23:20:27.418Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
28782026-08-18T23:20:28.183Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28792026-08-18T23:20:28.209Z Compiling serde_with_macros v1.5.2
28802026-08-18T23:20:28.454Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28812026-08-18T23:20:28.837Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28822026-08-18T23:20:28.922Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28832026-08-18T23:20:29.027Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28842026-08-18T23:20:29.144Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28852026-08-18T23:20:29.258Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28862026-08-18T23:20:29.375Z Compiling git2 v0.20.4
28872026-08-18T23:20:29.427Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28882026-08-18T23:20:29.494Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28892026-08-18T23:20:29.745Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28902026-08-18T23:20:29.969Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28912026-08-18T23:20:30.184Z Compiling arc-swap v1.8.2
28922026-08-18T23:20:30.211Z Compiling void v1.0.2
28932026-08-18T23:20:30.367Z Compiling lzss v0.8.2
28942026-08-18T23:20:30.524Z Compiling slog-scope v4.4.1
28952026-08-18T23:20:30.786Z Compiling serde_with v1.14.0
28962026-08-18T23:20:30.829Z Compiling illumos-nvpair v0.3.0
28972026-08-18T23:20:30.923Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28982026-08-18T23:20:31.354Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28992026-08-18T23:20:32.508Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
29002026-08-18T23:20:32.540Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29012026-08-18T23:20:32.585Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29022026-08-18T23:20:32.623Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29032026-08-18T23:20:33.148Z Compiling scuffle v0.1.0
29042026-08-18T23:20:33.261Z Compiling tungstenite v0.23.0
29052026-08-18T23:20:33.932Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29062026-08-18T23:20:35.216Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29072026-08-18T23:20:35.514Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
29082026-08-18T23:20:35.671Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29092026-08-18T23:20:35.889Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29102026-08-18T23:20:35.914Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29112026-08-18T23:20:36.121Z Compiling nix v0.27.1
29122026-08-18T23:20:36.163Z Compiling twox-hash v2.1.2
29132026-08-18T23:20:36.227Z Compiling libsw-core v0.3.2
29142026-08-18T23:20:36.448Z Compiling serde_bytes v0.11.19
29152026-08-18T23:20:36.682Z Compiling atty v0.2.14
29162026-08-18T23:20:36.753Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29172026-08-18T23:20:36.841Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
29182026-08-18T23:20:37.319Z Compiling libsw v3.5.0
29192026-08-18T23:20:37.580Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29202026-08-18T23:20:37.603Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29212026-08-18T23:20:37.837Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
29222026-08-18T23:20:38.263Z Compiling tokio-tungstenite v0.23.1
29232026-08-18T23:20:38.651Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29242026-08-18T23:20:38.710Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29252026-08-18T23:20:40.452Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29262026-08-18T23:20:41.799Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29272026-08-18T23:20:41.833Z Compiling slog-stdlog v4.1.1
29282026-08-18T23:20:42.223Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29292026-08-18T23:20:42.442Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
29302026-08-18T23:20:43.200Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
29312026-08-18T23:20:43.227Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29322026-08-18T23:20:43.646Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29332026-08-18T23:20:43.845Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29342026-08-18T23:20:44.652Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29352026-08-18T23:20:46.006Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29362026-08-18T23:20:46.325Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
29372026-08-18T23:20:46.905Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
29382026-08-18T23:20:47.012Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29392026-08-18T23:20:47.697Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29402026-08-18T23:20:48.753Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29412026-08-18T23:20:50.722Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29422026-08-18T23:20:50.770Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29432026-08-18T23:20:51.526Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29442026-08-18T23:20:51.750Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29452026-08-18T23:20:52.641Z Compiling signal-hook-tokio v0.3.1
29462026-08-18T23:20:52.829Z Compiling fatfs v0.3.6
29472026-08-18T23:20:52.864Z Compiling yasna v0.5.2
29482026-08-18T23:20:52.980Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29492026-08-18T23:20:53.972Z Compiling seq-macro v0.3.6
29502026-08-18T23:20:54.106Z Compiling assert_matches v1.5.0
29512026-08-18T23:20:54.128Z Compiling rcgen v0.12.1
29522026-08-18T23:20:54.288Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29532026-08-18T23:20:54.517Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29542026-08-18T23:20:56.023Z Compiling slog-envlogger v2.2.0
29552026-08-18T23:20:56.985Z Compiling oxide-update-engine-display v0.1.2
29562026-08-18T23:20:57.204Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29572026-08-18T23:20:57.862Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29582026-08-18T23:20:57.979Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29592026-08-18T23:20:58.228Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29602026-08-18T23:20:58.461Z Compiling port-file v0.1.0
29612026-08-18T23:20:58.675Z Compiling subprocess v0.2.15
29622026-08-18T23:20:58.793Z Compiling rtoolbox v0.0.3
29632026-08-18T23:20:59.126Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29642026-08-18T23:21:00.248Z Compiling rpassword v7.5.4
29652026-08-18T23:21:00.880Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29662026-08-18T23:21:01.244Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29672026-08-18T23:21:01.382Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29682026-08-18T23:21:01.743Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29692026-08-18T23:21:03.621Z Compiling tui-tree-widget v0.23.1
29702026-08-18T23:21:03.899Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29712026-08-18T23:21:03.930Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29722026-08-18T23:21:04.529Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29732026-08-18T23:21:06.188Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29742026-08-18T23:21:07.018Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29752026-08-18T23:21:07.218Z Compiling uzers v0.12.2
29762026-08-18T23:21:07.442Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29772026-08-18T23:21:07.616Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29782026-08-18T23:21:08.637Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29792026-08-18T23:21:09.588Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29802026-08-18T23:21:10.171Z Compiling support-bundle-viewer v0.1.2
29812026-08-18T23:21:10.404Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29822026-08-18T23:21:12.047Z Compiling multimap v0.10.1
29832026-08-18T23:21:19.955Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29842026-08-18T23:21:22.325Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29852026-08-18T23:21:28.593Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29862026-08-18T23:21:30.248Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29872026-08-18T23:21:33.511Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29882026-08-18T23:28:55.507Z Finished `release` profile [optimized] target(s) in 9m 35s
29892026-08-18T23:28:55.510Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
29902026-08-18T23:28:55.510Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
29912026-08-18T23:29:47.287Z
29922026-08-18T23:29:47.287Zreal 10:28.677833783
29932026-08-18T23:29:47.290Zuser 1:21:59.651213412
29942026-08-18T23:29:47.291Zsys 3:39.732366671
29952026-08-18T23:29:47.291Ztrap 1.835092445
29962026-08-18T23:29:47.291Ztflt 1.914611731
29972026-08-18T23:29:47.291Zdflt 20.866962257
29982026-08-18T23:29:47.291Zkflt 0.260957562
29992026-08-18T23:29:47.291Zlock 7:48:25.568889792
30002026-08-18T23:29:47.291Zslp 2:19:08.007637471
30012026-08-18T23:29:47.291Zlat 2:27.950704243
30022026-08-18T23:29:47.291Zstop 5:34.352878322
30032026-08-18T23:29:47.291Z+ mapfile -t packages
30042026-08-18T23:29:47.291Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
30052026-08-18T23:29:48.254Z Finished `release` profile [optimized] target(s) in 0.95s
30062026-08-18T23:29:48.328Z Running `target/release/omicron-package -t test list-outputs`
30072026-08-18T23:29:48.385ZLogging to: /work/oxidecomputer/omicron/out/LOG
30082026-08-18T23:29:48.388Z+ ptime -m cargo build --locked --release -p xtask
30092026-08-18T23:29:48.882Z Compiling libc v0.2.185
30102026-08-18T23:29:48.882Z Compiling serde_core v1.0.229
30112026-08-18T23:29:48.883Z Compiling serde v1.0.229
30122026-08-18T23:29:48.886Z Compiling rustix v1.1.4
30132026-08-18T23:29:48.886Z Compiling serde_json v1.0.151
30142026-08-18T23:29:49.023Z Compiling bitflags v2.11.0
30152026-08-18T23:29:49.042Z Compiling usdt-impl v0.5.0
30162026-08-18T23:29:49.045Z Compiling syn v2.0.117
30172026-08-18T23:29:49.066Z Compiling syn v1.0.109
30182026-08-18T23:29:49.075Z Compiling getrandom v0.3.4
30192026-08-18T23:29:49.078Z Compiling log v0.4.33
30202026-08-18T23:29:49.097Z Compiling indexmap v2.14.0
30212026-08-18T23:29:49.112Z Compiling fs-err v3.3.0
30222026-08-18T23:29:49.334Z Compiling heck v0.4.1
30232026-08-18T23:29:49.360Z Compiling anyhow v1.0.104
30242026-08-18T23:29:49.395Z Compiling once_cell v1.21.3
30252026-08-18T23:29:49.761Z Compiling thread-id v4.2.2
30262026-08-18T23:29:49.775Z Compiling errno v0.3.14
30272026-08-18T23:29:49.779Z Compiling memmap v0.7.0
30282026-08-18T23:29:50.554Z Compiling proc-macro-error v1.0.4
30292026-08-18T23:29:50.760Z Compiling terminal_size v0.4.3
30302026-08-18T23:29:50.760Z Compiling tempfile v3.27.0
30312026-08-18T23:29:50.821Z Compiling tabled_derive v0.7.0
30322026-08-18T23:29:50.860Z Compiling clap_builder v4.6.0
30332026-08-18T23:29:50.861Z Compiling textwrap v0.16.2
30342026-08-18T23:29:51.099Z Compiling camino v1.2.5
30352026-08-18T23:29:51.099Z Compiling cargo-platform v0.3.2
30362026-08-18T23:29:51.103Z Compiling semver v1.0.28
30372026-08-18T23:29:51.244Z Compiling pest_generator v2.8.6
30382026-08-18T23:29:51.439Z Compiling camino-tempfile v1.4.1
30392026-08-18T23:29:51.497Z Compiling serde_tokenstream v0.2.3
30402026-08-18T23:29:51.554Z Compiling tabled v0.15.0
30412026-08-18T23:29:51.617Z Compiling toml_datetime v0.6.11
30422026-08-18T23:29:51.657Z Compiling serde_spanned v0.6.9
30432026-08-18T23:29:51.710Z Compiling macaddr v1.0.1
30442026-08-18T23:29:51.723Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30452026-08-18T23:29:51.821Z Compiling toml_edit v0.22.27
30462026-08-18T23:29:52.009Z Compiling thiserror-impl v1.0.69
30472026-08-18T23:29:52.014Z Compiling zerocopy-derive v0.7.35
30482026-08-18T23:29:52.118Z Compiling pest_derive v2.8.6
30492026-08-18T23:29:52.222Z Compiling scroll_derive v0.12.1
30502026-08-18T23:29:52.226Z Compiling thiserror-impl v2.0.18
30512026-08-18T23:29:52.502Z Compiling clap_derive v4.6.1
30522026-08-18T23:29:52.844Z Compiling zerocopy v0.7.35
30532026-08-18T23:29:52.903Z Compiling scroll v0.12.0
30542026-08-18T23:29:53.054Z Compiling thiserror v1.0.69
30552026-08-18T23:29:53.174Z Compiling dtrace-parser v0.2.0
30562026-08-18T23:29:53.348Z Compiling goblin v0.8.2
30572026-08-18T23:29:53.415Z Compiling dof v0.3.0
30582026-08-18T23:29:54.063Z Compiling toml v0.8.23
30592026-08-18T23:29:54.115Z Compiling thiserror v2.0.18
30602026-08-18T23:29:54.152Z Compiling clap v4.6.1
30612026-08-18T23:29:54.246Z Compiling cargo_metadata v0.23.1
30622026-08-18T23:29:54.304Z Compiling usdt-attr-macro v0.5.0
30632026-08-18T23:29:54.357Z Compiling usdt-macro v0.5.0
30642026-08-18T23:29:54.716Z Compiling cargo_toml v0.21.0
30652026-08-18T23:29:56.998Z Compiling usdt v0.5.0
30662026-08-18T23:29:59.452Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30672026-08-18T23:30:02.671Z Finished `release` profile [optimized] target(s) in 14.27s
30682026-08-18T23:30:02.811Z
30692026-08-18T23:30:02.811Zreal 14.388024759
30702026-08-18T23:30:02.811Zuser 2:04.535761437
30712026-08-18T23:30:02.811Zsys 13.199708273
30722026-08-18T23:30:02.811Ztrap 0.079542774
30732026-08-18T23:30:02.814Ztflt 0.292497733
30742026-08-18T23:30:02.814Zdflt 0.932324291
30752026-08-18T23:30:02.815Zkflt 0.000199760
30762026-08-18T23:30:02.815Zlock 4:56.892940510
30772026-08-18T23:30:02.815Zslp 3:00.622044135
30782026-08-18T23:30:02.815Zlat 5.370391325
30792026-08-18T23:30:02.815Zstop 16.654617303
30802026-08-18T23:30:02.815Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30812026-08-18T23:30:02.815Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30822026-08-18T23:30:02.815Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30832026-08-18T23:30:02.815Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30842026-08-18T23:30:02.815Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30852026-08-18T23:30:03.772Z Compiling match_cfg v0.1.0
30862026-08-18T23:30:03.772Z Compiling progenitor-client v0.14.0
30872026-08-18T23:30:03.772Z Compiling slog-json v2.6.1
30882026-08-18T23:30:03.775Z Compiling newtype-uuid-macros v0.1.0
30892026-08-18T23:30:03.775Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30902026-08-18T23:30:03.941Z Compiling sha1 v0.11.0
30912026-08-18T23:30:03.944Z Compiling multer v3.1.0
30922026-08-18T23:30:03.944Z Compiling compression-core v0.4.31
30932026-08-18T23:30:03.944Z Compiling debug-ignore v1.0.5
30942026-08-18T23:30:03.954Z Compiling async-stream-impl v0.3.6
30952026-08-18T23:30:03.958Z Compiling toml_datetime v1.1.1+spec-1.1.0
30962026-08-18T23:30:03.958Z Compiling serde_spanned v1.1.1
30972026-08-18T23:30:03.958Z Compiling dropshot v0.17.1
30982026-08-18T23:30:03.958Z Compiling toml_writer v1.1.1+spec-1.1.0
30992026-08-18T23:30:04.000Z Compiling waitgroup v0.1.2
31002026-08-18T23:30:04.004Z Compiling hostname v0.3.1
31012026-08-18T23:30:04.004Z Compiling rustls-pemfile v2.2.0
31022026-08-18T23:30:04.179Z Compiling slog-bunyan v2.5.0
31032026-08-18T23:30:04.196Z Compiling dropshot_endpoint v0.17.1
31042026-08-18T23:30:04.248Z Compiling hostname v0.4.2
31052026-08-18T23:30:04.267Z Compiling serde_path_to_error v0.1.20
31062026-08-18T23:30:04.285Z Compiling atomicwrites v0.4.4
31072026-08-18T23:30:04.333Z Compiling compression-codecs v0.4.37
31082026-08-18T23:30:04.336Z Compiling macaddr v1.0.1
31092026-08-18T23:30:04.336Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31102026-08-18T23:30:04.389Z Compiling toml v1.1.2+spec-1.1.0
31112026-08-18T23:30:04.423Z Compiling instant v0.1.13
31122026-08-18T23:30:04.443Z Compiling regress v0.10.5
31132026-08-18T23:30:04.497Z Compiling parse-display-derive v0.10.0
31142026-08-18T23:30:04.501Z Compiling backon v1.6.0
31152026-08-18T23:30:04.533Z Compiling async-compression v0.4.41
31162026-08-18T23:30:04.553Z Compiling backoff v0.4.0
31172026-08-18T23:30:04.598Z Compiling itertools v0.14.0
31182026-08-18T23:30:04.617Z Compiling humantime v2.3.0
31192026-08-18T23:30:04.620Z Compiling half v2.7.1
31202026-08-18T23:30:04.655Z Compiling crucible-workspace-hack v0.1.0
31212026-08-18T23:30:04.677Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31222026-08-18T23:30:04.706Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31232026-08-18T23:30:04.723Z Compiling progenitor-extras v0.2.0
31242026-08-18T23:30:04.795Z Compiling async-stream v0.3.6
31252026-08-18T23:30:04.798Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31262026-08-18T23:30:04.831Z Compiling ciborium-io v0.2.2
31272026-08-18T23:30:04.880Z Compiling regress v0.11.1
31282026-08-18T23:30:04.897Z Compiling convert_case v0.4.0
31292026-08-18T23:30:04.917Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31302026-08-18T23:30:04.920Z Compiling ciborium-ll v0.2.2
31312026-08-18T23:30:04.967Z Compiling secrecy v0.10.3
31322026-08-18T23:30:04.971Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31332026-08-18T23:30:05.004Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31342026-08-18T23:30:05.008Z Compiling inout v0.1.4
31352026-08-18T23:30:05.039Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31362026-08-18T23:30:05.128Z Compiling ciborium v0.2.2
31372026-08-18T23:30:05.147Z Compiling unsafe-libyaml v0.2.11
31382026-08-18T23:30:05.167Z Compiling cipher v0.4.4
31392026-08-18T23:30:05.186Z Compiling proc-macro-crate v1.3.1
31402026-08-18T23:30:05.209Z Compiling thiserror-impl-no-std v2.0.2
31412026-08-18T23:30:05.296Z Compiling derive_more v0.99.20
31422026-08-18T23:30:05.345Z Compiling universal-hash v0.5.1
31432026-08-18T23:30:05.364Z Compiling opaque-debug v0.3.1
31442026-08-18T23:30:05.389Z Compiling chacha20 v0.9.1
31452026-08-18T23:30:05.443Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31462026-08-18T23:30:05.463Z Compiling poly1305 v0.8.0
31472026-08-18T23:30:05.501Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31482026-08-18T23:30:05.627Z Compiling blake2 v0.10.6
31492026-08-18T23:30:05.672Z Compiling aead v0.5.2
31502026-08-18T23:30:05.738Z Compiling serde_yaml v0.9.34+deprecated
31512026-08-18T23:30:05.741Z Compiling password-hash v0.5.0
31522026-08-18T23:30:05.774Z Compiling indent_write v2.2.0
31532026-08-18T23:30:05.909Z Compiling chacha20poly1305 v0.10.1
31542026-08-18T23:30:05.943Z Compiling num_enum_derive v0.7.6
31552026-08-18T23:30:05.960Z Compiling num-derive v0.4.2
31562026-08-18T23:30:05.964Z Compiling heapless v0.8.0
31572026-08-18T23:30:06.100Z Compiling argon2 v0.5.3
31582026-08-18T23:30:06.200Z Compiling ingot-macros v0.2.0
31592026-08-18T23:30:06.238Z Compiling tabwriter v1.4.1
31602026-08-18T23:30:06.255Z Compiling hash32 v0.3.1
31612026-08-18T23:30:06.291Z Compiling parse-display v0.10.0
31622026-08-18T23:30:06.446Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31632026-08-18T23:30:06.488Z Compiling typify-impl v0.6.2
31642026-08-18T23:30:06.505Z Compiling thiserror-no-std v2.0.2
31652026-08-18T23:30:06.523Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31662026-08-18T23:30:06.622Z Compiling vsss-rs v3.3.4
31672026-08-18T23:30:06.639Z Compiling smoltcp v0.11.0
31682026-08-18T23:30:06.821Z Compiling cobs v0.3.0
31692026-08-18T23:30:06.965Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31702026-08-18T23:30:07.053Z Compiling colored v3.1.1
31712026-08-18T23:30:07.072Z Compiling postcard v1.1.3
31722026-08-18T23:30:07.135Z Compiling num_enum v0.7.6
31732026-08-18T23:30:07.209Z Compiling proc-macro-error v1.0.4
31742026-08-18T23:30:07.262Z Compiling rand v0.10.1
31752026-08-18T23:30:07.281Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31762026-08-18T23:30:07.321Z Compiling foreign-types-macros v0.2.3
31772026-08-18T23:30:07.437Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31782026-08-18T23:30:07.446Z Compiling rayon-core v1.13.0
31792026-08-18T23:30:07.565Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31802026-08-18T23:30:07.604Z Compiling foreign-types-shared v0.3.1
31812026-08-18T23:30:07.712Z Compiling num_enum_derive v0.5.11
31822026-08-18T23:30:07.728Z Compiling crossbeam-deque v0.8.6
31832026-08-18T23:30:07.728Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31842026-08-18T23:30:07.731Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31852026-08-18T23:30:07.777Z Compiling cstr-argument v0.1.2
31862026-08-18T23:30:07.833Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
31872026-08-18T23:30:07.971Z Compiling foreign-types v0.5.0
31882026-08-18T23:30:07.974Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31892026-08-18T23:30:08.029Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31902026-08-18T23:30:08.054Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31912026-08-18T23:30:08.106Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31922026-08-18T23:30:08.149Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31932026-08-18T23:30:08.188Z Compiling zone_cfg_derive v0.3.1
31942026-08-18T23:30:08.228Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31952026-08-18T23:30:08.247Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31962026-08-18T23:30:08.266Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31972026-08-18T23:30:08.270Z Compiling itertools v0.12.1
31982026-08-18T23:30:08.398Z Compiling rayon v1.11.0
31992026-08-18T23:30:08.420Z Compiling sigpipe v0.1.3
32002026-08-18T23:30:08.476Z Compiling glob v0.3.3
32012026-08-18T23:30:08.524Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32022026-08-18T23:30:08.542Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32032026-08-18T23:30:08.557Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
32042026-08-18T23:30:08.640Z Compiling smf v0.2.3
32052026-08-18T23:30:08.772Z Compiling whoami v1.6.1
32062026-08-18T23:30:08.808Z Compiling cpubits v0.1.1
32072026-08-18T23:30:08.829Z Compiling num_enum v0.5.11
32082026-08-18T23:30:08.886Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32092026-08-18T23:30:08.903Z Compiling gethostname v0.5.0
32102026-08-18T23:30:08.921Z Compiling derive-where v1.6.0
32112026-08-18T23:30:08.979Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
32122026-08-18T23:30:08.996Z Compiling usdt-attr-macro v0.5.0
32132026-08-18T23:30:09.013Z Compiling usdt-macro v0.5.0
32142026-08-18T23:30:09.053Z Compiling num-rational v0.4.2
32152026-08-18T23:30:09.072Z Compiling num-complex v0.4.6
32162026-08-18T23:30:09.092Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32172026-08-18T23:30:09.169Z Compiling ingot-types v0.2.0
32182026-08-18T23:30:09.206Z Compiling memmap v0.7.0
32192026-08-18T23:30:09.310Z Compiling toml v0.8.23
32202026-08-18T23:30:09.412Z Compiling pem-rfc7468 v1.0.0
32212026-08-18T23:30:09.466Z Compiling zone v0.3.1
32222026-08-18T23:30:09.498Z Compiling num v0.4.3
32232026-08-18T23:30:09.555Z Compiling ingot v0.2.1
32242026-08-18T23:30:09.594Z Compiling float-ord v0.3.2
32252026-08-18T23:30:09.624Z Compiling cancel-safe-futures v0.1.5
32262026-08-18T23:30:09.668Z Compiling resolv-conf v0.7.6
32272026-08-18T23:30:09.746Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32282026-08-18T23:30:09.746Z Compiling hmac v0.13.0
32292026-08-18T23:30:09.823Z Compiling universal-hash v0.6.1
32302026-08-18T23:30:09.881Z Compiling usdt v0.5.0
32312026-08-18T23:30:09.932Z Compiling sha1 v0.10.6
32322026-08-18T23:30:09.962Z Compiling linear-map v1.2.0
32332026-08-18T23:30:09.981Z Compiling libefi-sys v0.1.0
32342026-08-18T23:30:09.999Z Compiling prettyplease v0.2.37
32352026-08-18T23:30:10.036Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32362026-08-18T23:30:10.179Z Compiling polyval v0.7.1
32372026-08-18T23:30:10.183Z Compiling der v0.8.0
32382026-08-18T23:30:10.215Z Compiling hickory-proto v0.24.4
32392026-08-18T23:30:10.217Z Compiling newline-converter v0.3.0
32402026-08-18T23:30:10.269Z Compiling console v0.15.11
32412026-08-18T23:30:10.272Z Compiling bitfield-struct v0.6.2
32422026-08-18T23:30:10.272Z Compiling linked-hash-map v0.5.6
32432026-08-18T23:30:10.338Z Compiling oxide-update-engine-types v0.1.2
32442026-08-18T23:30:10.382Z Compiling ghash v0.6.0
32452026-08-18T23:30:10.503Z Compiling lru-cache v0.1.2
32462026-08-18T23:30:10.549Z Compiling pbkdf2 v0.13.0
32472026-08-18T23:30:10.638Z Compiling crypto-bigint v0.7.5
32482026-08-18T23:30:10.657Z Compiling aes v0.9.1
32492026-08-18T23:30:10.737Z Compiling expectorate v1.2.0
32502026-08-18T23:30:10.752Z Compiling ctr v0.10.1
32512026-08-18T23:30:10.926Z Compiling aead v0.6.1
32522026-08-18T23:30:10.990Z Compiling sha2 v0.11.0
32532026-08-18T23:30:11.007Z Compiling nom v8.0.0
32542026-08-18T23:30:11.028Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32552026-08-18T23:30:11.122Z Compiling semver v0.1.20
32562026-08-18T23:30:11.143Z Compiling typify-macro v0.6.2
32572026-08-18T23:30:11.358Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=bf831acede9b125a854bfda5615ae9248d1e2fa8#bf831ace)
32582026-08-18T23:30:11.449Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32592026-08-18T23:30:11.516Z Compiling oxide-update-engine v0.1.2
32602026-08-18T23:30:11.540Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32612026-08-18T23:30:11.570Z Compiling rustc_version v0.1.7
32622026-08-18T23:30:11.603Z Compiling spki v0.8.0
32632026-08-18T23:30:11.620Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32642026-08-18T23:30:11.646Z Compiling aes-gcm v0.11.0
32652026-08-18T23:30:11.844Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32662026-08-18T23:30:11.862Z Compiling tokio-dtrace v0.1.1
32672026-08-18T23:30:11.866Z Compiling dropshot-api-manager-types v0.8.0
32682026-08-18T23:30:11.895Z Compiling salsa20 v0.11.0
32692026-08-18T23:30:11.915Z Compiling slog-dtrace v0.3.0
32702026-08-18T23:30:12.051Z Compiling minimal-lexical v0.2.1
32712026-08-18T23:30:12.069Z Compiling xshell-macros v0.2.7
32722026-08-18T23:30:12.087Z Compiling oxide-tokio-rt v0.1.4
32732026-08-18T23:30:12.111Z Compiling scrypt v0.12.0
32742026-08-18T23:30:12.129Z Compiling newtype_derive v0.1.6
32752026-08-18T23:30:12.164Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32762026-08-18T23:30:12.206Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32772026-08-18T23:30:12.227Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32782026-08-18T23:30:12.348Z Compiling nom v7.1.3
32792026-08-18T23:30:12.410Z Compiling phf_shared v0.12.1
32802026-08-18T23:30:12.429Z Compiling rfc6979 v0.4.0
32812026-08-18T23:30:12.429Z Compiling cbc v0.2.1
32822026-08-18T23:30:12.500Z Compiling hickory-resolver v0.24.4
32832026-08-18T23:30:12.600Z Compiling xshell v0.2.7
32842026-08-18T23:30:12.623Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32852026-08-18T23:30:12.641Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32862026-08-18T23:30:12.644Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32872026-08-18T23:30:12.825Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32882026-08-18T23:30:12.845Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32892026-08-18T23:30:12.848Z Compiling proc-macro-error-attr2 v2.0.0
32902026-08-18T23:30:12.893Z Compiling csv-core v0.1.13
32912026-08-18T23:30:13.042Z Compiling typify v0.6.2
32922026-08-18T23:30:13.146Z Compiling progenitor-impl v0.14.0
32932026-08-18T23:30:13.185Z Compiling chrono-tz v0.10.4
32942026-08-18T23:30:13.202Z Compiling highway v1.3.0
32952026-08-18T23:30:13.309Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=bf831acede9b125a854bfda5615ae9248d1e2fa8#bf831ace)
32962026-08-18T23:30:13.398Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32972026-08-18T23:30:13.401Z Compiling unicode-xid v0.2.6
32982026-08-18T23:30:13.462Z Compiling proc-macro-error2 v2.0.1
32992026-08-18T23:30:13.580Z Compiling const_format_proc_macros v0.2.34
33002026-08-18T23:30:13.604Z Compiling qorb v0.4.1
33012026-08-18T23:30:13.623Z Compiling csv v1.4.0
33022026-08-18T23:30:13.660Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33032026-08-18T23:30:13.785Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33042026-08-18T23:30:13.819Z Compiling pkcs5 v0.8.1
33052026-08-18T23:30:14.204Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33062026-08-18T23:30:14.223Z Compiling ecdsa v0.16.9
33072026-08-18T23:30:14.248Z Compiling phf v0.12.1
33082026-08-18T23:30:14.386Z Compiling primeorder v0.13.6
33092026-08-18T23:30:14.435Z Compiling hashbrown v0.14.5
33102026-08-18T23:30:14.451Z Compiling salty v0.3.0
33112026-08-18T23:30:14.514Z Compiling const_format v0.2.35
33122026-08-18T23:30:14.661Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33132026-08-18T23:30:14.685Z Compiling p384 v0.13.1
33142026-08-18T23:30:14.871Z Compiling pkcs8 v0.11.0
33152026-08-18T23:30:14.874Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33162026-08-18T23:30:14.903Z Compiling knus-derive v3.4.0
33172026-08-18T23:30:15.018Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33182026-08-18T23:30:15.057Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33192026-08-18T23:30:15.210Z Compiling chumsky v0.9.3
33202026-08-18T23:30:15.277Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
33212026-08-18T23:30:15.295Z Compiling tabled_derive v0.7.0
33222026-08-18T23:30:15.667Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33232026-08-18T23:30:15.688Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33242026-08-18T23:30:15.785Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
33252026-08-18T23:30:15.868Z Compiling bcs v0.1.6
33262026-08-18T23:30:15.907Z Compiling progenitor-macro v0.14.0
33272026-08-18T23:30:15.963Z Compiling ff v0.14.0
33282026-08-18T23:30:16.137Z Compiling termtree v0.5.1
33292026-08-18T23:30:16.221Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33302026-08-18T23:30:16.337Z Compiling steno v0.4.1
33312026-08-18T23:30:16.385Z Compiling tabled v0.15.0
33322026-08-18T23:30:16.466Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33332026-08-18T23:30:16.486Z Compiling knus v3.4.0
33342026-08-18T23:30:16.526Z Compiling tagptr v0.2.0
33352026-08-18T23:30:16.554Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33362026-08-18T23:30:16.630Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33372026-08-18T23:30:16.712Z Compiling moka v0.12.13
33382026-08-18T23:30:16.729Z Compiling group v0.14.0
33392026-08-18T23:30:16.802Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33402026-08-18T23:30:16.858Z Compiling signature v3.0.0
33412026-08-18T23:30:16.923Z Compiling base16ct v1.0.0
33422026-08-18T23:30:17.097Z Compiling sec1 v0.8.1
33432026-08-18T23:30:17.158Z Compiling hkdf v0.13.0
33442026-08-18T23:30:17.175Z Compiling libscf-sys v1.2.0
33452026-08-18T23:30:17.195Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33462026-08-18T23:30:17.340Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
33472026-08-18T23:30:17.358Z Compiling elliptic-curve v0.14.1
33482026-08-18T23:30:17.441Z Compiling hickory-resolver v0.25.2
33492026-08-18T23:30:17.459Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33502026-08-18T23:30:17.478Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
33512026-08-18T23:30:17.538Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33522026-08-18T23:30:17.717Z Compiling utf-8 v0.7.6
33532026-08-18T23:30:17.886Z Compiling parking_lot_core v0.8.6
33542026-08-18T23:30:17.931Z Compiling corncobs v0.1.4
33552026-08-18T23:30:17.950Z Compiling tungstenite v0.21.0
33562026-08-18T23:30:18.156Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33572026-08-18T23:30:18.215Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33582026-08-18T23:30:18.296Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=bf831acede9b125a854bfda5615ae9248d1e2fa8#bf831ace)
33592026-08-18T23:30:18.322Z Compiling wnaf v0.14.0
33602026-08-18T23:30:18.432Z Compiling primefield v0.14.0
33612026-08-18T23:30:18.541Z Compiling rfc6979 v0.6.0
33622026-08-18T23:30:18.581Z Compiling papergrid v0.18.0
33632026-08-18T23:30:18.610Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33642026-08-18T23:30:18.699Z Compiling git-stub v1.0.0
33652026-08-18T23:30:18.721Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=bf831acede9b125a854bfda5615ae9248d1e2fa8#bf831ace)
33662026-08-18T23:30:18.800Z Compiling secrecy v0.8.0
33672026-08-18T23:30:18.846Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33682026-08-18T23:30:18.931Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33692026-08-18T23:30:18.982Z Compiling git-stub-vcs v0.1.0
33702026-08-18T23:30:18.999Z Compiling ecdsa v0.17.0
33712026-08-18T23:30:19.140Z Compiling primeorder v0.14.0
33722026-08-18T23:30:19.198Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=bf831acede9b125a854bfda5615ae9248d1e2fa8#bf831ace)
33732026-08-18T23:30:19.382Z Compiling tokio-tungstenite v0.21.0
33742026-08-18T23:30:19.489Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33752026-08-18T23:30:19.513Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33762026-08-18T23:30:19.535Z Compiling curve25519-dalek v5.0.0
33772026-08-18T23:30:19.561Z Compiling unicase v2.9.0
33782026-08-18T23:30:19.612Z Compiling tabled v0.21.0
33792026-08-18T23:30:19.647Z Compiling illumos-nvpair-sys v0.2.0
33802026-08-18T23:30:19.710Z Compiling parking_lot v0.11.2
33812026-08-18T23:30:19.739Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33822026-08-18T23:30:19.757Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33832026-08-18T23:30:19.801Z Compiling mime_guess v2.0.5
33842026-08-18T23:30:19.894Z Compiling ssh-encoding v0.3.0
33852026-08-18T23:30:20.061Z Compiling progenitor-impl v0.13.0
33862026-08-18T23:30:20.110Z Compiling prefix-trie v0.7.0
33872026-08-18T23:30:20.132Z Compiling fxhash v0.2.1
33882026-08-18T23:30:20.259Z Compiling keccak v0.2.0
33892026-08-18T23:30:20.279Z Compiling crc8 v0.1.1
33902026-08-18T23:30:20.338Z Compiling sled v0.34.7
33912026-08-18T23:30:20.445Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
33922026-08-18T23:30:20.468Z Compiling hickory-server v0.25.2
33932026-08-18T23:30:20.521Z Compiling ed25519 v3.0.0
33942026-08-18T23:30:20.556Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33952026-08-18T23:30:20.581Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33962026-08-18T23:30:20.996Z Compiling crypto-primes v0.7.2
33972026-08-18T23:30:21.083Z Compiling pkcs1 v0.8.0-rc.4
33982026-08-18T23:30:21.187Z Compiling progenitor v0.14.0
33992026-08-18T23:30:21.331Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=bf831acede9b125a854bfda5615ae9248d1e2fa8#bf831ace)
34002026-08-18T23:30:21.374Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34012026-08-18T23:30:21.450Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34022026-08-18T23:30:21.502Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=bf831acede9b125a854bfda5615ae9248d1e2fa8#bf831ace)
34032026-08-18T23:30:21.729Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34042026-08-18T23:30:21.977Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34052026-08-18T23:30:22.059Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34062026-08-18T23:30:22.166Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34072026-08-18T23:30:22.246Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34082026-08-18T23:30:22.264Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34092026-08-18T23:30:22.435Z Compiling poly1305 v0.9.0
34102026-08-18T23:30:22.591Z Compiling progenitor-client v0.13.0
34112026-08-18T23:30:22.789Z Compiling progenitor-macro v0.13.0
34122026-08-18T23:30:22.864Z Compiling blowfish v0.10.0
34132026-08-18T23:30:22.867Z Compiling blake2 v0.11.0-rc.6
34142026-08-18T23:30:22.979Z Compiling http-range v0.1.5
34152026-08-18T23:30:22.984Z Compiling half v1.8.3
34162026-08-18T23:30:23.178Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34172026-08-18T23:30:23.247Z Compiling argon2 v0.6.0-rc.8
34182026-08-18T23:30:23.259Z Compiling serde_cbor v0.11.2
34192026-08-18T23:30:23.519Z Compiling bcrypt-pbkdf v0.11.0
34202026-08-18T23:30:23.828Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34212026-08-18T23:30:23.857Z Compiling ssh-cipher v0.3.0
34222026-08-18T23:30:23.874Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34232026-08-18T23:30:24.242Z Compiling rsa v0.10.0-rc.18
34242026-08-18T23:30:24.292Z Compiling ed25519-dalek v3.0.0
34252026-08-18T23:30:24.344Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34262026-08-18T23:30:24.479Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34272026-08-18T23:30:24.650Z Compiling illumos-nvpair v0.3.0
34282026-08-18T23:30:24.791Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34292026-08-18T23:30:24.824Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34302026-08-18T23:30:25.294Z Compiling sha3 v0.11.0
34312026-08-18T23:30:25.312Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34322026-08-18T23:30:25.432Z Compiling p384 v0.14.0
34332026-08-18T23:30:25.510Z Compiling p256 v0.14.0
34342026-08-18T23:30:25.531Z Compiling p521 v0.14.0
34352026-08-18T23:30:25.552Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34362026-08-18T23:30:25.628Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34372026-08-18T23:30:25.963Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34382026-08-18T23:30:26.148Z Compiling scuffle v0.1.0
34392026-08-18T23:30:26.428Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34402026-08-18T23:30:26.667Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34412026-08-18T23:30:26.741Z Compiling yasna v0.5.2
34422026-08-18T23:30:27.003Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34432026-08-18T23:30:27.126Z Compiling kstat-rs v0.2.5
34442026-08-18T23:30:27.210Z Compiling headers-core v0.3.0
34452026-08-18T23:30:27.303Z Compiling kem v0.3.0
34462026-08-18T23:30:27.346Z Compiling module-lattice v0.2.3
34472026-08-18T23:30:27.440Z Compiling nanorand v0.7.0
34482026-08-18T23:30:27.458Z Compiling sponge-cursor v0.1.0
34492026-08-18T23:30:27.474Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34502026-08-18T23:30:27.500Z Compiling headers v0.4.1
34512026-08-18T23:30:27.520Z Compiling rcgen v0.12.1
34522026-08-18T23:30:27.626Z Compiling sha3 v0.12.0
34532026-08-18T23:30:27.644Z Compiling ml-kem v0.3.2
34542026-08-18T23:30:27.762Z Compiling flume v0.11.1
34552026-08-18T23:30:27.867Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34562026-08-18T23:30:27.911Z Compiling progenitor v0.13.0
34572026-08-18T23:30:28.017Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34582026-08-18T23:30:28.053Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34592026-08-18T23:30:28.070Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34602026-08-18T23:30:28.117Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34612026-08-18T23:30:28.199Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34622026-08-18T23:30:28.315Z Compiling hyper-staticfile v0.10.1
34632026-08-18T23:30:28.337Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34642026-08-18T23:30:28.415Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34652026-08-18T23:30:28.446Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34662026-08-18T23:30:28.601Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34672026-08-18T23:30:28.658Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34682026-08-18T23:30:28.814Z Compiling ssh-key v0.7.0-rc.11
34692026-08-18T23:30:28.861Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34702026-08-18T23:30:28.928Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34712026-08-18T23:30:28.928Z Compiling russh-cryptovec v0.62.0
34722026-08-18T23:30:28.978Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34732026-08-18T23:30:29.019Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34742026-08-18T23:30:29.038Z Compiling internal-russh-num-bigint v0.5.0
34752026-08-18T23:30:29.057Z Compiling port-file v0.1.0
34762026-08-18T23:30:29.129Z Compiling num-bigint v0.4.6
34772026-08-18T23:30:29.191Z Compiling generic-array v1.4.3
34782026-08-18T23:30:29.210Z Compiling russh-util v0.52.0
34792026-08-18T23:30:29.242Z Compiling enum_dispatch v0.3.13
34802026-08-18T23:30:29.279Z Compiling delegate v0.13.5
34812026-08-18T23:30:29.327Z Compiling subprocess v0.2.15
34822026-08-18T23:30:29.392Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34832026-08-18T23:30:29.702Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34842026-08-18T23:30:29.816Z Compiling hex-literal v1.1.0
34852026-08-18T23:30:29.849Z Compiling md5 v0.8.0
34862026-08-18T23:30:29.963Z Compiling display-error-chain v0.2.2
34872026-08-18T23:30:30.085Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34882026-08-18T23:30:30.128Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34892026-08-18T23:30:30.148Z Compiling colored v2.2.0
34902026-08-18T23:30:30.162Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34912026-08-18T23:30:30.263Z Compiling internet-checksum v0.2.1
34922026-08-18T23:30:30.281Z Compiling russh v0.62.4
34932026-08-18T23:30:30.926Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34942026-08-18T23:30:31.041Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
34952026-08-18T23:30:31.175Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34962026-08-18T23:30:33.619Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34972026-08-18T23:30:34.399Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34982026-08-18T23:30:34.930Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34992026-08-18T23:30:36.274Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
35002026-08-18T23:30:36.560Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35012026-08-18T23:30:45.531Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35022026-08-18T23:30:45.531Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35032026-08-18T23:30:45.531Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35042026-08-18T23:30:45.534Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35052026-08-18T23:30:45.534Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
35062026-08-18T23:30:47.335Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35072026-08-18T23:30:47.437Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35082026-08-18T23:30:51.528Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35092026-08-18T23:31:32.722Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s
35102026-08-18T23:31:32.726Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35112026-08-18T23:31:32.726Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35122026-08-18T23:31:32.946Z
35132026-08-18T23:31:32.946Zreal 1:30.068911804
35142026-08-18T23:31:32.947Zuser 8:39.497138370
35152026-08-18T23:31:32.947Zsys 1:42.245643604
35162026-08-18T23:31:32.947Ztrap 0.251961125
35172026-08-18T23:31:32.947Ztflt 0.385448553
35182026-08-18T23:31:32.947Zdflt 1.841756518
35192026-08-18T23:31:32.951Zkflt 0.000296910
35202026-08-18T23:31:32.951Zlock 32:01.743668635
35212026-08-18T23:31:32.951Zslp 19:37.063003443
35222026-08-18T23:31:32.951Zlat 39.587415030
35232026-08-18T23:31:32.951Zstop 3:03.591239245
35242026-08-18T23:31:32.951Z+ mkdir tests
35252026-08-18T23:31:32.951Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
35262026-08-18T23:31:32.951Z+ xargs -I '{}' -t cp '{}' tests/
35272026-08-18T23:31:32.975Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-3dff52228e5bd03a tests/
35282026-08-18T23:31:33.008Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-bb4fabc4b73c8eca tests/
35292026-08-18T23:31:33.040Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-d9b93f3848bcd80d tests/
35302026-08-18T23:31:33.072Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f7ab4f4a2c3e0bbc tests/
35312026-08-18T23:31:33.424Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/* tools/opte_version tools/opte_version_override)
35322026-08-18T23:31:33.428Z+ ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-bb4fabc4b73c8eca tests/commtest-d9b93f3848bcd80d tests/dhcp_server-3dff52228e5bd03a tests/end_to_end_tests-f7ab4f4a2c3e0bbc tools/opte_version tools/opte_version_override out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
35332026-08-18T23:33:03.305ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35342026-08-18T23:33:03.305Za .github/buildomat/ci-env.sh 1K
35352026-08-18T23:33:03.305Za out/target/test 1K
35362026-08-18T23:33:03.305Za out/npuzone/npuzone 27402K
35372026-08-18T23:33:03.305Za package-manifest.toml 35K
35382026-08-18T23:33:03.305Za smf/sled-agent/non-gimlet/config.toml 6K
35392026-08-18T23:33:03.305Za target/release/omicron-package 49145K
35402026-08-18T23:33:03.305Za target/release/xtask 11733K
35412026-08-18T23:33:03.305Za target/debug/bootstrap 438015K
35422026-08-18T23:33:03.305Za tests/bootstrap-bb4fabc4b73c8eca 34433K
35432026-08-18T23:33:03.305Za tests/commtest-d9b93f3848bcd80d 34433K
35442026-08-18T23:33:03.305Za tests/dhcp_server-3dff52228e5bd03a 34433K
35452026-08-18T23:33:03.305Za tests/end_to_end_tests-f7ab4f4a2c3e0bbc 501478K
35462026-08-18T23:33:03.305Za tools/opte_version 1K
35472026-08-18T23:33:03.305Za tools/opte_version_override 2K
35482026-08-18T23:33:03.305Za out/clickhouse.tar.gz 330401K
35492026-08-18T23:33:03.305Za out/clickhouse_keeper.tar.gz 314384K
35502026-08-18T23:33:03.305Za out/clickhouse_server.tar.gz 330398K
35512026-08-18T23:33:03.306Za out/cockroachdb.tar.gz 169954K
35522026-08-18T23:33:03.306Za out/crucible-pantry-zone.tar.gz 41759K
35532026-08-18T23:33:03.306Za out/crucible-utils.tar 18900K
35542026-08-18T23:33:03.306Za out/crucible-zone.tar.gz 56572K
35552026-08-18T23:33:03.306Za out/external-dns.tar.gz 53153K
35562026-08-18T23:33:03.306Za out/internal-dns.tar.gz 53152K
35572026-08-18T23:33:03.306Za out/mg-ddm-gz.tar 111976K
35582026-08-18T23:33:03.306Za out/nexus.tar.gz 358096K
35592026-08-18T23:33:03.306Za out/ntp.tar.gz 35134K
35602026-08-18T23:33:03.306Za out/omicron-gateway-softnpu.tar.gz 29692K
35612026-08-18T23:33:03.306Za out/omicron-sled-agent.tar 241018K
35622026-08-18T23:33:03.306Za out/overlay.tar.gz 4K
35632026-08-18T23:33:03.306Za out/oximeter.tar.gz 71475K
35642026-08-18T23:33:03.306Za out/oxlog.tar 4070K
35652026-08-18T23:33:03.306Za out/probe.tar.gz 3037K
35662026-08-18T23:33:03.306Za out/propolis-server.tar.gz 34642K
35672026-08-18T23:33:03.306Za out/pumpkind-gz.tar 26647K
35682026-08-18T23:33:03.307Za out/switch-softnpu.tar.gz 505266K
35692026-08-18T23:33:03.313Z
35702026-08-18T23:33:03.313Zreal 1:29.877492688
35712026-08-18T23:33:03.313Zuser 1:26.894829938
35722026-08-18T23:33:03.313Zsys 5.021926035
35732026-08-18T23:33:03.313Ztrap 0.006572964
35742026-08-18T23:33:03.313Ztflt 0.000000000
35752026-08-18T23:33:03.313Zdflt 0.000000000
35762026-08-18T23:33:03.313Zkflt 0.000000000
35772026-08-18T23:33:03.313Zlock 0.000000000
35782026-08-18T23:33:03.313Zslp 1:26.734977867
35792026-08-18T23:33:03.313Zlat 1.092234153
35802026-08-18T23:33:03.313Zstop 0.000183990
35812026-08-18T23:33:03.313Zprocess exited: duration 1050040 ms, exit code 0
 
35822026-08-18T23:33:03.330Zfound 1 output files
35832026-08-18T23:33:03.330Zuploading: /work/package.tar.gz (2781751826 bytes)
35842026-08-18T23:33:40.167Zuploaded: /work/package.tar.gz