01KZY77DFS0NWRDTAGBKRCPPGC: 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: 01KZY77WB8C2F94W2X0RAT1XGF

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-13T18:49:02.328Zjob assigned to worker 01KZY78C4K3P0Q6BXVQJCFX5DG [factory aws, i-0583b896060fb0bb4] (queued for 57 s)
 
22026-08-13T18:49:10.027Zstarting task 0: "setup"
32026-08-13T18:49:10.031Z++ uname -s
42026-08-13T18:49:10.034Z+ kern=SunOS
52026-08-13T18:49:10.034Z+ build_user=build
62026-08-13T18:49:10.034Z+ build_uid=12345
72026-08-13T18:49:10.034Z+ work_dir=/work
82026-08-13T18:49:10.034Z+ input_dir=/input
92026-08-13T18:49:10.034Z+ [[ 0 == 12345 ]]
102026-08-13T18:49:10.034Z+ case "$kern" in
112026-08-13T18:49:10.034Z+ groupadd -g 12345 build
122026-08-13T18:49:10.047Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-13T18:49:12.056Z+ zfs create -o mountpoint=/work rpool/work
142026-08-13T18:49:12.130Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-13T18:49:12.133Z+ home_fs=zfs
162026-08-13T18:49:12.133Z+ [[ zfs == autofs ]]
172026-08-13T18:49:12.133Z+ mkdir -p /home/build
182026-08-13T18:49:12.133Z+ chown build:build /home/build /work
192026-08-13T18:49:14.135Z+ chmod 0700 /home/build /work
202026-08-13T18:49:14.139Zprocess exited: duration 4113 ms, exit code 0
 
212026-08-13T18:49:14.145Zstarting task 1: "rust-toolchain"
222026-08-13T18:49:14.150Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-13T18:49:14.150Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-13T18:49:14.150Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-13T18:49:14.150Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-13T18:49:14.150Z * rust toolchain channel = "1.97.1"
272026-08-13T18:49:14.150Z * rust toolchain profile = "default"
282026-08-13T18:49:14.154Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-13T18:49:14.154Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-13T18:49:14.263Zinfo: downloading installer
312026-08-13T18:49:15.868Zwarn: It looks like you have an existing rustup settings file at:
322026-08-13T18:49:15.868Zwarn: /home/build/.rustup/settings.toml
332026-08-13T18:49:15.868Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-13T18:49:15.868Zwarn: instead of the one inferred from the default host triple.
352026-08-13T18:49:15.880Zinfo: profile set to default
362026-08-13T18:49:15.880Zinfo: default host triple is x86_64-unknown-illumos
372026-08-13T18:49:15.883Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-13T18:49:16.008Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-13T18:49:16.012Zinfo: downloading 6 components
402026-08-13T18:49:30.160Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-13T18:49:30.160Z
422026-08-13T18:49:30.193Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-13T18:49:30.193Z
442026-08-13T18:49:30.193Z
452026-08-13T18:49:30.193ZRust is installed now. Great!
462026-08-13T18:49:30.193Z
472026-08-13T18:49:30.193ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-13T18:49:30.194Zenvironment variable. This has not been done automatically.
492026-08-13T18:49:30.194Z
502026-08-13T18:49:30.194ZTo configure your current shell, you need to source
512026-08-13T18:49:30.194Zthe corresponding env file under $HOME/.cargo.
522026-08-13T18:49:30.194Z
532026-08-13T18:49:30.194ZThis is usually done by running one of the following (note the leading DOT):
542026-08-13T18:49:30.194Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-13T18:49:30.194Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-13T18:49:30.194Zsource "~/.cargo/env.nu" # For nushell
572026-08-13T18:49:30.194Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-13T18:49:30.194Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-13T18:49:30.194Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-13T18:49:30.198Zwarn: no default linker (`cc`) was found in your PATH
612026-08-13T18:49:30.198Zwarn: many Rust crates require a system C toolchain to build
622026-08-13T18:49:30.299Z+ rustup --version
632026-08-13T18:49:30.305Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-13T18:49:30.309Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-13T18:49:30.326Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-13T18:49:30.330Z+ cargo --version
672026-08-13T18:49:30.337Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-13T18:49:30.340Z+ rustc --version
692026-08-13T18:49:30.359Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-13T18:49:30.363Zprocess exited: duration 16216 ms, exit code 0
 
712026-08-13T18:49:30.370Zstarting task 2: "authentication"
722026-08-13T18:49:30.389Zprocess exited: duration 18 ms, exit code 0
 
732026-08-13T18:49:30.396Zstarting task 3: "clone repository"
742026-08-13T18:49:30.401Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-13T18:49:30.404Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-13T18:49:30.435ZCloning into '/work/oxidecomputer/omicron'...
772026-08-13T18:49:41.573Z+ cd /work/oxidecomputer/omicron
782026-08-13T18:49:41.573Z+ git fetch origin 30df0f21bcb15483e46b103088a6662f52fac275
792026-08-13T18:49:41.918ZFrom https://github.com/oxidecomputer/omicron
802026-08-13T18:49:41.919Z * branch 30df0f21bcb15483e46b103088a6662f52fac275 -> FETCH_HEAD
812026-08-13T18:49:41.931Z+ [[ -n sunshowers/spr/34n-wicket-use-the-commission-api-for-put_repository ]]
822026-08-13T18:49:41.935Z++ git branch --show-current
832026-08-13T18:49:41.935Z+ current=main
842026-08-13T18:49:41.935Z+ [[ main != sunshowers/spr/34n-wicket-use-the-commission-api-for-put_repository ]]
852026-08-13T18:49:41.935Z+ git branch -f sunshowers/spr/34n-wicket-use-the-commission-api-for-put_repository 30df0f21bcb15483e46b103088a6662f52fac275
862026-08-13T18:49:41.939Z+ git checkout -f sunshowers/spr/34n-wicket-use-the-commission-api-for-put_repository
872026-08-13T18:49:42.189ZSwitched to branch 'sunshowers/spr/34n-wicket-use-the-commission-api-for-put_repository'
882026-08-13T18:49:42.192Z+ git reset --hard 30df0f21bcb15483e46b103088a6662f52fac275
892026-08-13T18:49:42.437ZHEAD is now at 30df0f21b rebase on main
902026-08-13T18:49:42.441Zprocess exited: duration 12042 ms, exit code 0
 
912026-08-13T18:49:42.448Zstarting task 4: "build"
922026-08-13T18:49:42.453Z+ source .github/buildomat/ci-env.sh
932026-08-13T18:49:42.458Z++ export CARGO_TERM_COLOR=always
942026-08-13T18:49:42.458Z++ CARGO_TERM_COLOR=always
952026-08-13T18:49:42.458Z+++ uname -s
962026-08-13T18:49:42.458Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-13T18:49:42.458Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-13T18:49:42.461Z+ cargo --version
992026-08-13T18:49:42.467Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-13T18:49:42.470Z+ rustc --version
1012026-08-13T18:49:42.490Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-13T18:49:42.493Z+ WORK=/work
1032026-08-13T18:49:42.494Z+ pfexec mkdir -p /work
1042026-08-13T18:49:42.497Z+ pfexec chown build /work
1052026-08-13T18:49:42.497Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-08-13T18:49:44.544Z Startup: Refreshing catalog 'helios' ... Done
1072026-08-13T18:49:44.849Z Startup: Caching catalogs ... Done
1082026-08-13T18:49:46.526ZPlanning: Solver setup ... Done (1.576s)
1092026-08-13T18:49:46.579ZPlanning: Running solver ... Done (0.053s)
1102026-08-13T18:49:46.617ZPlanning: Finding local manifests ... Done (0.002s)
1112026-08-13T18:49:46.628ZPlanning: Fetching manifests: 0/2 0% complete
1122026-08-13T18:49:46.643ZPlanning: Fetching manifests: 2/2 100% complete
1132026-08-13T18:49:46.657ZPlanning: Package planning ... Done (0.014s)
1142026-08-13T18:49:46.661ZPlanning: Merging actions ... Done (0.002s)
1152026-08-13T18:49:46.818ZPlanning: Checking for conflicting actions ... Done (0.159s)
1162026-08-13T18:49:46.821ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-08-13T18:49:47.529ZPlanning: Evaluating mediators ... Done (0.710s)
1182026-08-13T18:49:47.532ZPlanning: Planning completed in 2.65 seconds
1192026-08-13T18:49:47.538Z Packages to install: 2
1202026-08-13T18:49:47.538Z Estimated space available: 156.02 GB
1212026-08-13T18:49:47.538ZEstimated space to be consumed: 67.95 MB
1222026-08-13T18:49:47.538Z Create boot environment: No
1232026-08-13T18:49:47.542ZCreate backup boot environment: No
1242026-08-13T18:49:47.542Z Rebuild boot archive: No
1252026-08-13T18:49:47.542Z
1262026-08-13T18:49:47.542ZChanged packages:
1272026-08-13T18:49:47.542Zhelios
1282026-08-13T18:49:47.542Z developer/build-essential
1292026-08-13T18:49:47.542Z None -> 11-3.0
1302026-08-13T18:49:47.542Z library/libxmlsec1
1312026-08-13T18:49:47.542Z None -> 1.2.35-3.0
1322026-08-13T18:49:47.563Z
1332026-08-13T18:49:47.564ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-08-13T18:49:47.633ZDownload: Completed 1.28 MB in 0.07 seconds (18.5M/s)
1352026-08-13T18:49:47.706Z Actions: 1/268 actions (Installing new actions)
1362026-08-13T18:49:47.745Z Actions: Completed 268 actions in 0.04 seconds.
1372026-08-13T18:49:47.774ZFinalize: Updating package state database ... Done (0.030s)
1382026-08-13T18:49:47.774ZFinalize: Updating package cache ... Done (0.000s)
1392026-08-13T18:49:47.846ZFinalize: Updating image state ... Done (0.072s)
1402026-08-13T18:49:50.417ZFinalize: Creating fast lookup database ... Done (2.524s)
1412026-08-13T18:49:50.488ZFinalize: Reading search index ... Done (0.012s)
1422026-08-13T18:49:50.491ZFinalize: Updating search index ... Done (0.000s)
1432026-08-13T18:49:50.596ZFinalize: Updating package cache ... Done (0.000s)
1442026-08-13T18:49:50.950ZPlanning: Evaluating mediator changes ... Done
1452026-08-13T18:49:51.053ZPlanning: Checking for conflicting actions ... Done
1462026-08-13T18:49:51.056ZPlanning: Consolidating action changes ... Done
1472026-08-13T18:49:51.210ZPlanning: Evaluating mediators ... Done
1482026-08-13T18:49:51.213ZPlanning: Planning completed in 0.26 seconds
1492026-08-13T18:49:51.233Z Mediators to change: 2
1502026-08-13T18:49:51.234Z Create boot environment: No
1512026-08-13T18:49:51.234ZCreate backup boot environment: No
1522026-08-13T18:49:51.278ZFinalize: Updating package state database ... Done
1532026-08-13T18:49:51.278ZFinalize: Updating package cache ... Done
1542026-08-13T18:49:51.326ZFinalize: Updating image state ... Done
1552026-08-13T18:49:53.264ZFinalize: Creating fast lookup database ... Done
1562026-08-13T18:49:53.325ZFinalize: Reading search index ... Done
1572026-08-13T18:49:53.328ZFinalize: Updating search index ... Done
1582026-08-13T18:49:53.390ZFinalize: Updating package cache ... Done
1592026-08-13T18:49:53.672ZPlanning: Evaluating mediator changes ... Done
1602026-08-13T18:49:53.774ZPlanning: Checking for conflicting actions ... Done
1612026-08-13T18:49:53.777ZPlanning: Consolidating action changes ... Done
1622026-08-13T18:49:53.932ZPlanning: Evaluating mediators ... Done
1632026-08-13T18:49:53.936ZPlanning: Planning completed in 0.26 seconds
1642026-08-13T18:49:53.956Z Mediators to change: 1
1652026-08-13T18:49:53.956Z Create boot environment: No
1662026-08-13T18:49:53.956ZCreate backup boot environment: No
1672026-08-13T18:49:53.994ZFinalize: Updating package state database ... Done
1682026-08-13T18:49:53.994ZFinalize: Updating package cache ... Done
1692026-08-13T18:49:54.037ZFinalize: Updating image state ... Done
1702026-08-13T18:49:55.980ZFinalize: Creating fast lookup database ... Done
1712026-08-13T18:49:56.046ZFinalize: Reading search index ... Done
1722026-08-13T18:49:56.050ZFinalize: Updating search index ... Done
1732026-08-13T18:49:56.145ZFinalize: Updating package cache ... Done
1742026-08-13T18:49:56.454ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-08-13T18:49:56.454Zapache system 2.4 system
1762026-08-13T18:49:56.454Zclang system 15 system
1772026-08-13T18:49:56.454Zcsh system system illumos
1782026-08-13T18:49:56.454Zctags system system illumos
1792026-08-13T18:49:56.454Zfile vendor vendor darwinsys
1802026-08-13T18:49:56.454Zfile system system illumos
1812026-08-13T18:49:56.454Zgcc vendor 14 vendor
1822026-08-13T18:49:56.454Zgcc system 13 system
1832026-08-13T18:49:56.454Zgcc system 10 system
1842026-08-13T18:49:56.454Zgo system 1.25 system
1852026-08-13T18:49:56.454Zllvm system 15 system
1862026-08-13T18:49:56.454Zmariadb system 11.4 system
1872026-08-13T18:49:56.454Zmta vendor vendor dma
1882026-08-13T18:49:56.454Zopenjdk system 17 system
1892026-08-13T18:49:56.454Zopenjdk system 11 system
1902026-08-13T18:49:56.454Zopenssl vendor 3 vendor
1912026-08-13T18:49:56.454Zperl system 5.40 system
1922026-08-13T18:49:56.455Zpostgresql system 18 system
1932026-08-13T18:49:56.455Zpostgresql system 17 system
1942026-08-13T18:49:56.455Zpython vendor 3 vendor
1952026-08-13T18:49:56.455Zpython system 2 system
1962026-08-13T18:49:56.455Zpython3 vendor 3.13 vendor
1972026-08-13T18:49:56.455Zruby system 3.4 system
1982026-08-13T18:49:56.455Zruby system 3.0 system
1992026-08-13T18:49:56.455Zwords vendor vendor american-english
2002026-08-13T18:49:56.455Zwords system system australian-english
2012026-08-13T18:49:56.455Zwords system system british-english
2022026-08-13T18:49:56.455Zwords system system canadian-english
2032026-08-13T18:49:56.455Zwords system system french
2042026-08-13T18:49:56.455Zwords system system italian
2052026-08-13T18:49:56.455Zwords system system ngerman
2062026-08-13T18:49:56.455Zwords system system ogerman
2072026-08-13T18:49:56.455Zwords system system spanish
2082026-08-13T18:49:56.703ZPUBLISHER TYPE STATUS P LOCATION
2092026-08-13T18:49:56.703Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-08-13T18:49:57.137ZFMRI IFO
2112026-08-13T18:49:57.137Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-08-13T18:49:57.138Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-08-13T18:49:57.138Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-08-13T18:49:57.138Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-08-13T18:49:57.138Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-08-13T18:49:57.138Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-08-13T18:49:57.138Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-08-13T18:49:57.138Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-08-13T18:49:57.138Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-08-13T18:49:57.451Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-08-13T18:49:57.798Z Updating crates.io index
2222026-08-13T18:49:57.802Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-08-13T18:49:58.106Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-08-13T18:49:58.511Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-08-13T18:49:59.501Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-08-13T18:50:00.051Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-08-13T18:50:01.635Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-08-13T18:50:02.646Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-08-13T18:50:02.970Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-08-13T18:50:03.390Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-08-13T18:50:04.991Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-08-13T18:50:05.294Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-08-13T18:50:05.864Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-08-13T18:50:06.183Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2352026-08-13T18:50:06.768Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2362026-08-13T18:50:07.065Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2372026-08-13T18:50:07.374Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-08-13T18:50:07.647Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-08-13T18:50:07.960Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2402026-08-13T18:50:08.420Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2412026-08-13T18:50:08.891Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-08-13T18:50:09.279Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2432026-08-13T18:50:09.823Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2442026-08-13T18:50:10.107Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2452026-08-13T18:50:10.738Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2462026-08-13T18:50:11.072Z Updating git repository `https://github.com/oxidecomputer/erebor`
2472026-08-13T18:50:11.346Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2482026-08-13T18:50:11.783Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2492026-08-13T18:50:12.123Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-13T18:50:12.739Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2512026-08-13T18:50:13.104Z Updating git repository `https://github.com/oxidecomputer/ispf`
2522026-08-13T18:50:13.405Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2532026-08-13T18:50:13.776Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2542026-08-13T18:50:14.164Z Updating git repository `https://github.com/oxidecomputer/tough`
2552026-08-13T18:50:14.707Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2562026-08-13T18:50:15.041Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-08-13T18:50:15.341Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2582026-08-13T18:50:16.661Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2592026-08-13T18:50:17.050Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2602026-08-13T18:50:17.334Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2612026-08-13T18:50:17.650Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2622026-08-13T18:50:18.008Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2632026-08-13T18:50:18.273Z Updating git repository `https://github.com/illumos/smf-rs`
2642026-08-13T18:50:20.827Z Downloading crates ...
2652026-08-13T18:50:20.877Z Downloaded camino v1.2.2
2662026-08-13T18:50:20.881Z Downloaded memmap v0.7.0
2672026-08-13T18:50:20.881Z Downloaded anstream v1.0.0
2682026-08-13T18:50:20.884Z Downloaded usdt v0.5.0
2692026-08-13T18:50:20.888Z Downloaded serde v1.0.228
2702026-08-13T18:50:20.891Z Downloaded cargo_toml v0.21.0
2712026-08-13T18:50:20.891Z Downloaded is_terminal_polyfill v1.70.2
2722026-08-13T18:50:20.891Z Downloaded equivalent v1.0.2
2732026-08-13T18:50:20.894Z Downloaded heck v0.4.1
2742026-08-13T18:50:20.894Z Downloaded autocfg v1.5.0
2752026-08-13T18:50:20.894Z Downloaded zerocopy-derive v0.7.35
2762026-08-13T18:50:20.898Z Downloaded zmij v1.0.21
2772026-08-13T18:50:20.903Z Downloaded byteorder v1.5.0
2782026-08-13T18:50:20.907Z Downloaded errno v0.3.14
2792026-08-13T18:50:20.912Z Downloaded generic-array v0.14.7
2802026-08-13T18:50:20.912Z Downloaded zerocopy v0.7.35
2812026-08-13T18:50:20.917Z Downloaded memchr v2.8.0
2822026-08-13T18:50:20.922Z Downloaded dof v0.3.0
2832026-08-13T18:50:20.922Z Downloaded itoa v1.0.17
2842026-08-13T18:50:20.922Z Downloaded cargo-platform v0.3.2
2852026-08-13T18:50:20.922Z Downloaded colorchoice v1.0.4
2862026-08-13T18:50:20.922Z Downloaded digest v0.10.7
2872026-08-13T18:50:20.927Z Downloaded anstyle v1.0.14
2882026-08-13T18:50:20.927Z Downloaded anstyle-parse v1.0.0
2892026-08-13T18:50:20.932Z Downloaded cfg-if v1.0.4
2902026-08-13T18:50:20.932Z Downloaded getrandom v0.4.1
2912026-08-13T18:50:20.932Z Downloaded pest v2.8.6
2922026-08-13T18:50:20.938Z Downloaded clap_lex v1.0.0
2932026-08-13T18:50:20.938Z Downloaded fastrand v2.3.0
2942026-08-13T18:50:20.945Z Downloaded unicode-linebreak v0.1.5
2952026-08-13T18:50:20.945Z Downloaded heck v0.5.0
2962026-08-13T18:50:20.945Z Downloaded macaddr v1.0.1
2972026-08-13T18:50:20.945Z Downloaded cpufeatures v0.2.17
2982026-08-13T18:50:20.974Z Downloaded thread-id v4.2.2
2992026-08-13T18:50:20.974Z Downloaded anyhow v1.0.102
3002026-08-13T18:50:20.974Z Downloaded fnv v1.0.7
3012026-08-13T18:50:20.974Z Downloaded anstyle-query v1.1.5
3022026-08-13T18:50:20.974Z Downloaded block-buffer v0.10.4
3032026-08-13T18:50:20.975Z Downloaded toml_write v0.1.2
3042026-08-13T18:50:20.975Z Downloaded swrite v0.1.0
3052026-08-13T18:50:20.975Z Downloaded version_check v0.9.5
3062026-08-13T18:50:20.975Z Downloaded scroll_derive v0.12.1
3072026-08-13T18:50:20.975Z Downloaded crypto-common v0.1.7
3082026-08-13T18:50:20.975Z Downloaded tabled_derive v0.7.0
3092026-08-13T18:50:20.975Z Downloaded pretty-hex v0.4.1
3102026-08-13T18:50:20.983Z Downloaded proc-macro-error-attr v1.0.4
3112026-08-13T18:50:20.983Z Downloaded dtrace-parser v0.2.0
3122026-08-13T18:50:20.983Z Downloaded fs-err v3.3.0
3132026-08-13T18:50:20.983Z Downloaded camino-tempfile v1.4.1
3142026-08-13T18:50:20.983Z Downloaded terminal_size v0.4.3
3152026-08-13T18:50:21.003Z Downloaded utf8parse v0.2.2
3162026-08-13T18:50:21.003Z Downloaded smawk v0.3.2
3172026-08-13T18:50:21.003Z Downloaded toml_datetime v0.6.11
3182026-08-13T18:50:21.027Z Downloaded usdt-macro v0.5.0
3192026-08-13T18:50:21.028Z Downloaded strsim v0.11.1
3202026-08-13T18:50:21.028Z Downloaded bytecount v0.6.9
3212026-08-13T18:50:21.028Z Downloaded plain v0.2.3
3222026-08-13T18:50:21.028Z Downloaded usdt-attr-macro v0.5.0
3232026-08-13T18:50:21.048Z Downloaded serde_spanned v0.6.9
3242026-08-13T18:50:21.048Z Downloaded thiserror-impl v1.0.69
3252026-08-13T18:50:21.049Z Downloaded scroll v0.12.0
3262026-08-13T18:50:21.049Z Downloaded cargo_metadata v0.23.1
3272026-08-13T18:50:21.049Z Downloaded serde_tokenstream v0.2.3
3282026-08-13T18:50:21.049Z Downloaded thiserror v1.0.69
3292026-08-13T18:50:21.049Z Downloaded bitflags v2.11.0
3302026-08-13T18:50:21.049Z Downloaded pest_generator v2.8.6
3312026-08-13T18:50:21.049Z Downloaded quote v1.0.45
3322026-08-13T18:50:21.049Z Downloaded thiserror v2.0.18
3332026-08-13T18:50:21.049Z Downloaded semver v1.0.28
3342026-08-13T18:50:21.049Z Downloaded proc-macro-error v1.0.4
3352026-08-13T18:50:21.063Z Downloaded once_cell v1.21.3
3362026-08-13T18:50:21.063Z Downloaded usdt-impl v0.5.0
3372026-08-13T18:50:21.063Z Downloaded clap_derive v4.6.1
3382026-08-13T18:50:21.075Z Downloaded thiserror-impl v2.0.18
3392026-08-13T18:50:21.103Z Downloaded tempfile v3.25.0
3402026-08-13T18:50:21.103Z Downloaded pest_derive v2.8.6
3412026-08-13T18:50:21.103Z Downloaded ucd-trie v0.1.7
3422026-08-13T18:50:21.103Z Downloaded unicode-ident v1.0.24
3432026-08-13T18:50:21.167Z Downloaded textwrap v0.16.2
3442026-08-13T18:50:21.167Z Downloaded toml v0.8.23
3452026-08-13T18:50:21.167Z Downloaded papergrid v0.11.0
3462026-08-13T18:50:21.167Z Downloaded sha2 v0.10.9
3472026-08-13T18:50:21.167Z Downloaded log v0.4.29
3482026-08-13T18:50:21.167Z Downloaded proc-macro2 v1.0.106
3492026-08-13T18:50:21.167Z Downloaded clap v4.6.1
3502026-08-13T18:50:21.167Z Downloaded pest_meta v2.8.6
3512026-08-13T18:50:21.167Z Downloaded serde_derive v1.0.228
3522026-08-13T18:50:21.167Z Downloaded serde_core v1.0.228
3532026-08-13T18:50:21.167Z Downloaded toml_edit v0.22.27
3542026-08-13T18:50:21.224Z Downloaded indexmap v2.14.0
3552026-08-13T18:50:21.225Z Downloaded typenum v1.20.1
3562026-08-13T18:50:21.225Z Downloaded clap_builder v4.6.0
3572026-08-13T18:50:21.225Z Downloaded hashbrown v0.17.0
3582026-08-13T18:50:21.225Z Downloaded serde_json v1.0.151
3592026-08-13T18:50:21.226Z Downloaded goblin v0.8.2
3602026-08-13T18:50:21.301Z Downloaded winnow v0.7.14
3612026-08-13T18:50:21.301Z Downloaded tabled v0.15.0
3622026-08-13T18:50:21.301Z Downloaded syn v1.0.109
3632026-08-13T18:50:21.301Z Downloaded unicode-width v0.1.14
3642026-08-13T18:50:21.301Z Downloaded syn v2.0.117
3652026-08-13T18:50:21.302Z Downloaded unicode-width v0.2.0
3662026-08-13T18:50:21.302Z Downloaded rustix v1.1.3
3672026-08-13T18:50:21.381Z Downloaded libc v0.2.185
3682026-08-13T18:50:21.424Z Compiling proc-macro2 v1.0.106
3692026-08-13T18:50:21.424Z Compiling unicode-ident v1.0.24
3702026-08-13T18:50:21.425Z Compiling quote v1.0.45
3712026-08-13T18:50:21.425Z Compiling serde_core v1.0.228
3722026-08-13T18:50:21.425Z Compiling libc v0.2.185
3732026-08-13T18:50:21.425Z Compiling version_check v0.9.5
3742026-08-13T18:50:21.425Z Compiling memchr v2.8.0
3752026-08-13T18:50:21.425Z Compiling serde v1.0.228
3762026-08-13T18:50:21.598Z Compiling zmij v1.0.21
3772026-08-13T18:50:21.657Z Compiling ucd-trie v0.1.7
3782026-08-13T18:50:21.657Z Compiling itoa v1.0.17
3792026-08-13T18:50:21.657Z Compiling thiserror v1.0.69
3802026-08-13T18:50:21.657Z Compiling rustix v1.1.3
3812026-08-13T18:50:21.658Z Compiling byteorder v1.5.0
3822026-08-13T18:50:21.772Z Compiling serde_json v1.0.151
3832026-08-13T18:50:21.872Z Compiling bitflags v2.11.0
3842026-08-13T18:50:21.990Z Compiling usdt-impl v0.5.0
3852026-08-13T18:50:22.054Z Compiling pest v2.8.6
3862026-08-13T18:50:22.107Z Compiling proc-macro-error-attr v1.0.4
3872026-08-13T18:50:22.107Z Compiling camino v1.2.2
3882026-08-13T18:50:22.197Z Compiling syn v1.0.109
3892026-08-13T18:50:22.241Z Compiling proc-macro-error v1.0.4
3902026-08-13T18:50:22.241Z Compiling hashbrown v0.17.0
3912026-08-13T18:50:22.263Z Compiling getrandom v0.4.1
3922026-08-13T18:50:22.301Z Compiling equivalent v1.0.2
3932026-08-13T18:50:22.323Z Compiling plain v0.2.3
3942026-08-13T18:50:22.392Z Compiling log v0.4.29
3952026-08-13T18:50:22.432Z Compiling errno v0.3.14
3962026-08-13T18:50:22.455Z Compiling thread-id v4.2.2
3972026-08-13T18:50:22.495Z Compiling utf8parse v0.2.2
3982026-08-13T18:50:22.529Z Compiling anstyle v1.0.14
3992026-08-13T18:50:22.534Z Compiling pretty-hex v0.4.1
4002026-08-13T18:50:22.645Z Compiling anstyle-parse v1.0.0
4012026-08-13T18:50:22.663Z Compiling winnow v0.7.14
4022026-08-13T18:50:22.668Z Compiling autocfg v1.5.0
4032026-08-13T18:50:22.668Z Compiling toml_write v0.1.2
4042026-08-13T18:50:22.723Z Compiling thiserror v2.0.18
4052026-08-13T18:50:22.728Z Compiling anstyle-query v1.1.5
4062026-08-13T18:50:22.778Z Compiling indexmap v2.14.0
4072026-08-13T18:50:22.831Z Compiling is_terminal_polyfill v1.70.2
4082026-08-13T18:50:22.835Z Compiling colorchoice v1.0.4
4092026-08-13T18:50:22.866Z Compiling cfg-if v1.0.4
4102026-08-13T18:50:22.899Z Compiling heck v0.4.1
4112026-08-13T18:50:22.955Z Compiling anstream v1.0.0
4122026-08-13T18:50:22.958Z Compiling once_cell v1.21.3
4132026-08-13T18:50:22.990Z Compiling fnv v1.0.7
4142026-08-13T18:50:23.008Z Compiling strsim v0.11.1
4152026-08-13T18:50:23.064Z Compiling syn v2.0.117
4162026-08-13T18:50:23.090Z Compiling pest_meta v2.8.6
4172026-08-13T18:50:23.160Z Compiling anyhow v1.0.102
4182026-08-13T18:50:23.163Z Compiling fs-err v3.3.0
4192026-08-13T18:50:23.213Z Compiling bytecount v0.6.9
4202026-08-13T18:50:23.280Z Compiling heck v0.5.0
4212026-08-13T18:50:23.304Z Compiling unicode-width v0.1.14
4222026-08-13T18:50:23.363Z Compiling clap_lex v1.0.0
4232026-08-13T18:50:23.381Z Compiling fastrand v2.3.0
4242026-08-13T18:50:23.384Z Compiling memmap v0.7.0
4252026-08-13T18:50:23.440Z Compiling smawk v0.3.2
4262026-08-13T18:50:23.483Z Compiling terminal_size v0.4.3
4272026-08-13T18:50:23.535Z Compiling papergrid v0.11.0
4282026-08-13T18:50:23.571Z Compiling unicode-linebreak v0.1.5
4292026-08-13T18:50:23.599Z Compiling clap_builder v4.6.0
4302026-08-13T18:50:23.602Z Compiling tempfile v3.25.0
4312026-08-13T18:50:23.637Z Compiling unicode-width v0.2.0
4322026-08-13T18:50:23.657Z Compiling swrite v0.1.0
4332026-08-13T18:50:23.906Z Compiling textwrap v0.16.2
4342026-08-13T18:50:24.053Z Compiling semver v1.0.28
4352026-08-13T18:50:24.053Z Compiling cargo-platform v0.3.2
4362026-08-13T18:50:24.321Z Compiling camino-tempfile v1.4.1
4372026-08-13T18:50:24.557Z Compiling tabled_derive v0.7.0
4382026-08-13T18:50:25.182Z Compiling pest_generator v2.8.6
4392026-08-13T18:50:25.216Z Compiling tabled v0.15.0
4402026-08-13T18:50:25.726Z Compiling serde_derive v1.0.228
4412026-08-13T18:50:25.727Z Compiling thiserror-impl v1.0.69
4422026-08-13T18:50:25.730Z Compiling zerocopy-derive v0.7.35
4432026-08-13T18:50:25.730Z Compiling pest_derive v2.8.6
4442026-08-13T18:50:25.730Z Compiling scroll_derive v0.12.1
4452026-08-13T18:50:25.730Z Compiling thiserror-impl v2.0.18
4462026-08-13T18:50:25.730Z Compiling clap_derive v4.6.1
4472026-08-13T18:50:26.358Z Compiling scroll v0.12.0
4482026-08-13T18:50:26.503Z Compiling zerocopy v0.7.35
4492026-08-13T18:50:26.567Z Compiling goblin v0.8.2
4502026-08-13T18:50:26.815Z Compiling dtrace-parser v0.2.0
4512026-08-13T18:50:27.114Z Compiling clap v4.6.1
4522026-08-13T18:50:28.092Z Compiling toml_datetime v0.6.11
4532026-08-13T18:50:28.092Z Compiling serde_spanned v0.6.9
4542026-08-13T18:50:28.095Z Compiling macaddr v1.0.1
4552026-08-13T18:50:28.095Z Compiling cargo_metadata v0.23.1
4562026-08-13T18:50:28.095Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4572026-08-13T18:50:28.109Z Compiling dof v0.3.0
4582026-08-13T18:50:28.112Z Compiling serde_tokenstream v0.2.3
4592026-08-13T18:50:28.271Z Compiling toml_edit v0.22.27
4602026-08-13T18:50:28.798Z Compiling usdt-macro v0.5.0
4612026-08-13T18:50:28.801Z Compiling usdt-attr-macro v0.5.0
4622026-08-13T18:50:29.402Z Compiling usdt v0.5.0
4632026-08-13T18:50:29.523Z Compiling toml v0.8.23
4642026-08-13T18:50:29.842Z Compiling cargo_toml v0.21.0
4652026-08-13T18:50:31.106Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4662026-08-13T18:50:33.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.87s
4672026-08-13T18:50:33.377Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4682026-08-13T18:50:33.891Z Downloading crates ...
4692026-08-13T18:50:33.942Z Downloaded adler2 v2.0.1
4702026-08-13T18:50:33.946Z Downloaded arrayvec v0.7.6
4712026-08-13T18:50:33.949Z Downloaded argon2 v0.6.0-rc.8
4722026-08-13T18:50:33.956Z Downloaded allocator-api2 v0.2.21
4732026-08-13T18:50:33.959Z Downloaded ascii-canvas v3.0.0
4742026-08-13T18:50:33.959Z Downloaded ahash v0.8.12
4752026-08-13T18:50:33.959Z Downloaded async-trait v0.1.89
4762026-08-13T18:50:33.963Z Downloaded anstream v0.6.21
4772026-08-13T18:50:33.963Z Downloaded bitflags v1.3.2
4782026-08-13T18:50:33.966Z Downloaded argon2 v0.5.3
4792026-08-13T18:50:33.966Z Downloaded async-stream v0.3.6
4802026-08-13T18:50:33.969Z Downloaded bit-set v0.5.3
4812026-08-13T18:50:33.973Z Downloaded fd-lock v4.0.4
4822026-08-13T18:50:33.973Z Downloaded assert_matches v1.5.0
4832026-08-13T18:50:33.973Z Downloaded base16ct v1.0.0
4842026-08-13T18:50:33.978Z Downloaded base64ct v1.8.3
4852026-08-13T18:50:33.978Z Downloaded bb8 v0.8.6
4862026-08-13T18:50:33.978Z Downloaded convert_case v0.4.0
4872026-08-13T18:50:33.978Z Downloaded fallible-iterator v0.2.0
4882026-08-13T18:50:33.978Z Downloaded filetime v0.2.27
4892026-08-13T18:50:33.984Z Downloaded foldhash v0.1.5
4902026-08-13T18:50:33.984Z Downloaded ff v0.14.0
4912026-08-13T18:50:33.984Z Downloaded aead v0.5.2
4922026-08-13T18:50:33.984Z Downloaded aes v0.9.1
4932026-08-13T18:50:33.984Z Downloaded ff v0.13.1
4942026-08-13T18:50:33.988Z Downloaded fatfs v0.3.6
4952026-08-13T18:50:33.988Z Downloaded atty v0.2.14
4962026-08-13T18:50:33.988Z Downloaded bitfield-struct v0.6.2
4972026-08-13T18:50:33.988Z Downloaded atomicwrites v0.4.4
4982026-08-13T18:50:33.988Z Downloaded foreign-types v0.5.0
4992026-08-13T18:50:33.988Z Downloaded futures-task v0.3.32
5002026-08-13T18:50:33.991Z Downloaded bitfield-macros v0.19.4
5012026-08-13T18:50:33.991Z Downloaded bcrypt-pbkdf v0.11.0
5022026-08-13T18:50:33.991Z Downloaded bit-set v0.8.0
5032026-08-13T18:50:33.994Z Downloaded heapless v0.8.0
5042026-08-13T18:50:33.998Z Downloaded foreign-types v0.3.2
5052026-08-13T18:50:33.998Z Downloaded foreign-types-macros v0.2.3
5062026-08-13T18:50:33.998Z Downloaded futures-io v0.3.32
5072026-08-13T18:50:34.001Z Downloaded base16ct v0.2.0
5082026-08-13T18:50:34.001Z Downloaded flagset v0.4.7
5092026-08-13T18:50:34.004Z Downloaded futures-macro v0.3.32
5102026-08-13T18:50:34.004Z Downloaded git-stub v1.0.0
5112026-08-13T18:50:34.005Z Downloaded httpdate v1.0.3
5122026-08-13T18:50:34.005Z Downloaded arrayref v0.3.9
5132026-08-13T18:50:34.005Z Downloaded fs_extra v1.3.0
5142026-08-13T18:50:34.005Z Downloaded getrandom v0.3.4
5152026-08-13T18:50:34.008Z Downloaded async-recursion v1.1.1
5162026-08-13T18:50:34.011Z Downloaded array-init v0.0.4
5172026-08-13T18:50:34.011Z Downloaded funty v2.0.0
5182026-08-13T18:50:34.014Z Downloaded cfg_aliases v0.2.1
5192026-08-13T18:50:34.014Z Downloaded enum-as-inner v0.6.1
5202026-08-13T18:50:34.014Z Downloaded form_urlencoded v1.2.2
5212026-08-13T18:50:34.014Z Downloaded async-stream-impl v0.3.6
5222026-08-13T18:50:34.014Z Downloaded foreign-types-shared v0.3.1
5232026-08-13T18:50:34.014Z Downloaded futures-core v0.3.32
5242026-08-13T18:50:34.017Z Downloaded atomic-waker v1.1.2
5252026-08-13T18:50:34.017Z Downloaded fixedbitset v0.4.2
5262026-08-13T18:50:34.021Z Downloaded block-buffer v0.12.1
5272026-08-13T18:50:34.021Z Downloaded cfg_aliases v0.1.1
5282026-08-13T18:50:34.021Z Downloaded compression-core v0.4.31
5292026-08-13T18:50:34.024Z Downloaded fixedbitset v0.5.7
5302026-08-13T18:50:34.024Z Downloaded foreign-types-shared v0.1.1
5312026-08-13T18:50:34.036Z Downloaded endian-type v0.1.2
5322026-08-13T18:50:34.040Z Downloaded gethostname v0.5.0
5332026-08-13T18:50:34.040Z Downloaded http-range v0.1.5
5342026-08-13T18:50:34.040Z Downloaded env_logger v0.11.9
5352026-08-13T18:50:34.041Z Downloaded foldhash v0.2.0
5362026-08-13T18:50:34.041Z Downloaded block-padding v0.4.2
5372026-08-13T18:50:34.041Z Downloaded async-bb8-diesel v0.2.1
5382026-08-13T18:50:34.041Z Downloaded bit-vec v0.6.3
5392026-08-13T18:50:34.044Z Downloaded fxhash v0.2.1
5402026-08-13T18:50:34.044Z Downloaded http-body v1.0.1
5412026-08-13T18:50:34.044Z Downloaded hex-literal v1.1.0
5422026-08-13T18:50:34.047Z Downloaded headers-core v0.3.0
5432026-08-13T18:50:34.047Z Downloaded castaway v0.2.4
5442026-08-13T18:50:34.050Z Downloaded ciborium-ll v0.2.2
5452026-08-13T18:50:34.055Z Downloaded ciborium-io v0.2.2
5462026-08-13T18:50:34.055Z Downloaded float-cmp v0.10.0
5472026-08-13T18:50:34.059Z Downloaded hex v0.4.3
5482026-08-13T18:50:34.062Z Downloaded float-ord v0.3.2
5492026-08-13T18:50:34.062Z Downloaded futures-sink v0.3.32
5502026-08-13T18:50:34.065Z Downloaded cobs v0.3.0
5512026-08-13T18:50:34.065Z Downloaded globwalk v0.9.1
5522026-08-13T18:50:34.066Z Downloaded home v0.5.12
5532026-08-13T18:50:34.066Z Downloaded hostname v0.4.2
5542026-08-13T18:50:34.071Z Downloaded hubpack_derive v0.1.1
5552026-08-13T18:50:34.077Z Downloaded num-conv v0.2.0
5562026-08-13T18:50:34.077Z Downloaded hash32 v0.2.1
5572026-08-13T18:50:34.080Z Downloaded num v0.4.3
5582026-08-13T18:50:34.080Z Downloaded olpc-cjson v0.1.4
5592026-08-13T18:50:34.080Z Downloaded hostname v0.3.1
5602026-08-13T18:50:34.080Z Downloaded openssl-probe v0.2.1
5612026-08-13T18:50:34.080Z Downloaded hash32 v0.3.1
5622026-08-13T18:50:34.084Z Downloaded hubpack v0.1.2
5632026-08-13T18:50:34.087Z Downloaded hyper-tls v0.6.0
5642026-08-13T18:50:34.087Z Downloaded anstyle-parse v0.2.7
5652026-08-13T18:50:34.090Z Downloaded backoff v0.4.0
5662026-08-13T18:50:34.095Z Downloaded bcs v0.1.6
5672026-08-13T18:50:34.095Z Downloaded phf_shared v0.11.3
5682026-08-13T18:50:34.095Z Downloaded phf_shared v0.12.1
5692026-08-13T18:50:34.095Z Downloaded find-msvc-tools v0.1.9
5702026-08-13T18:50:34.100Z Downloaded cbc v0.2.1
5712026-08-13T18:50:34.100Z Downloaded bs58 v0.5.1
5722026-08-13T18:50:34.100Z Downloaded byte-wrapper v0.1.0
5732026-08-13T18:50:34.104Z Downloaded chacha20 v0.9.1
5742026-08-13T18:50:34.104Z Downloaded enum_dispatch v0.3.13
5752026-08-13T18:50:34.104Z Downloaded path-slash v0.1.5
5762026-08-13T18:50:34.111Z Downloaded password-hash v0.6.1
5772026-08-13T18:50:34.111Z Downloaded getrandom v0.2.17
5782026-08-13T18:50:34.118Z Downloaded futures v0.3.32
5792026-08-13T18:50:34.118Z Downloaded const_format_proc_macros v0.2.34
5802026-08-13T18:50:34.118Z Downloaded progenitor-macro v0.14.0
5812026-08-13T18:50:34.118Z Downloaded cmov v0.5.4
5822026-08-13T18:50:34.118Z Downloaded backon v1.6.0
5832026-08-13T18:50:34.121Z Downloaded blowfish v0.10.0
5842026-08-13T18:50:34.121Z Downloaded proc-macro-crate v1.3.1
5852026-08-13T18:50:34.121Z Downloaded rand_xorshift v0.4.0
5862026-08-13T18:50:34.126Z Downloaded serde_bytes v0.11.19
5872026-08-13T18:50:34.129Z Downloaded secrecy v0.10.3
5882026-08-13T18:50:34.129Z Downloaded serde_repr v0.1.20
5892026-08-13T18:50:34.132Z Downloaded shell-words v1.1.1
5902026-08-13T18:50:34.132Z Downloaded sigpipe v0.1.3
5912026-08-13T18:50:34.132Z Downloaded slog-bunyan v2.5.0
5922026-08-13T18:50:34.133Z Downloaded serde_plain v1.0.2
5932026-08-13T18:50:34.137Z Downloaded num-rational v0.4.2
5942026-08-13T18:50:34.143Z Downloaded env_filter v1.0.0
5952026-08-13T18:50:34.143Z Downloaded fs-err v2.11.0
5962026-08-13T18:50:34.143Z Downloaded buf-list v1.1.2
5972026-08-13T18:50:34.143Z Downloaded compression-codecs v0.4.37
5982026-08-13T18:50:34.146Z Downloaded erased-serde v0.3.31
5992026-08-13T18:50:34.146Z Downloaded humantime v2.3.0
6002026-08-13T18:50:34.146Z Downloaded bit-vec v0.8.0
6012026-08-13T18:50:34.146Z Downloaded http-body-util v0.1.3
6022026-08-13T18:50:34.146Z Downloaded hyper-staticfile v0.10.1
6032026-08-13T18:50:34.149Z Downloaded cexpr v0.6.0
6042026-08-13T18:50:34.149Z Downloaded bitfield v0.19.4
6052026-08-13T18:50:34.149Z Downloaded cassowary v0.3.0
6062026-08-13T18:50:34.149Z Downloaded cipher v0.4.4
6072026-08-13T18:50:34.150Z Downloaded git-stub-vcs v0.1.0
6082026-08-13T18:50:34.153Z Downloaded highway v1.3.0
6092026-08-13T18:50:34.153Z Downloaded aead v0.6.1
6102026-08-13T18:50:34.156Z Downloaded group v0.14.0
6112026-08-13T18:50:34.156Z Downloaded glob v0.3.3
6122026-08-13T18:50:34.156Z Downloaded cipher v0.5.2
6132026-08-13T18:50:34.159Z Downloaded owo-colors v4.3.0
6142026-08-13T18:50:34.159Z Downloaded phf v0.12.1
6152026-08-13T18:50:34.163Z Downloaded phf v0.13.1
6162026-08-13T18:50:34.166Z Downloaded subtle v2.6.1
6172026-08-13T18:50:34.170Z Downloaded bzip2 v0.6.1
6182026-08-13T18:50:34.170Z Downloaded futures-channel v0.3.32
6192026-08-13T18:50:34.170Z Downloaded hmac v0.12.1
6202026-08-13T18:50:34.175Z Downloaded strum v0.26.3
6212026-08-13T18:50:34.175Z Downloaded oxnet v0.1.6
6222026-08-13T18:50:34.175Z Downloaded chacha20 v0.10.0
6232026-08-13T18:50:34.178Z Downloaded console v0.16.2
6242026-08-13T18:50:34.178Z Downloaded clang-sys v1.8.1
6252026-08-13T18:50:34.178Z Downloaded hybrid-array v0.4.13
6262026-08-13T18:50:34.179Z Downloaded tap v1.0.1
6272026-08-13T18:50:34.179Z Downloaded strum v0.27.2
6282026-08-13T18:50:34.182Z Downloaded thiserror-impl-no-std v2.0.2
6292026-08-13T18:50:34.182Z Downloaded cmake v0.1.57
6302026-08-13T18:50:34.187Z Downloaded progenitor v0.13.0
6312026-08-13T18:50:34.187Z Downloaded group v0.13.0
6322026-08-13T18:50:34.187Z Downloaded password-hash v0.5.0
6332026-08-13T18:50:34.187Z Downloaded paste v1.0.15
6342026-08-13T18:50:34.193Z Downloaded tokio-test v0.4.5
6352026-08-13T18:50:34.193Z Downloaded postgres-protocol v0.6.10
6362026-08-13T18:50:34.198Z Downloaded progenitor-extras v0.2.0
6372026-08-13T18:50:34.198Z Downloaded rand_core v0.9.5
6382026-08-13T18:50:34.202Z Downloaded scroll v0.13.0
6392026-08-13T18:50:34.202Z Downloaded serde_with_macros v1.5.2
6402026-08-13T18:50:34.202Z Downloaded rustls-pemfile v2.2.0
6412026-08-13T18:50:34.205Z Downloaded slab v0.4.12
6422026-08-13T18:50:34.205Z Downloaded tower-layer v0.3.3
6432026-08-13T18:50:34.209Z Downloaded void v1.0.2
6442026-08-13T18:50:34.209Z Downloaded zerofrom v0.1.6
6452026-08-13T18:50:34.209Z Downloaded untrusted v0.7.1
6462026-08-13T18:50:34.209Z Downloaded usdt-attr-macro v0.6.0
6472026-08-13T18:50:34.212Z Downloaded yoke-derive v0.8.1
6482026-08-13T18:50:34.212Z Downloaded zerofrom-derive v0.1.6
6492026-08-13T18:50:34.212Z Downloaded blake2 v0.11.0-rc.6
6502026-08-13T18:50:34.216Z Downloaded cancel-safe-futures v0.1.5
6512026-08-13T18:50:34.216Z Downloaded slog-scope v4.4.1
6522026-08-13T18:50:34.216Z Downloaded cpubits v0.1.1
6532026-08-13T18:50:34.219Z Downloaded crc-catalog v2.4.0
6542026-08-13T18:50:34.219Z Downloaded ghash v0.6.0
6552026-08-13T18:50:34.219Z Downloaded slog-term v2.9.2
6562026-08-13T18:50:34.219Z Downloaded camino-tempfile-ext v0.3.3
6572026-08-13T18:50:34.222Z Downloaded ciborium v0.2.2
6582026-08-13T18:50:34.222Z Downloaded colored v2.2.0
6592026-08-13T18:50:34.222Z Downloaded constant_time_eq v0.4.2
6602026-08-13T18:50:34.227Z Downloaded httparse v1.10.1
6612026-08-13T18:50:34.227Z Downloaded hyper-rustls v0.27.7
6622026-08-13T18:50:34.227Z Downloaded futures-executor v0.3.32
6632026-08-13T18:50:34.227Z Downloaded half v1.8.3
6642026-08-13T18:50:34.230Z Downloaded bzip2 v0.4.4
6652026-08-13T18:50:34.230Z Downloaded globset v0.4.18
6662026-08-13T18:50:34.233Z Downloaded parking_lot_core v0.9.12
6672026-08-13T18:50:34.236Z Downloaded static_assertions v1.1.0
6682026-08-13T18:50:34.239Z Downloaded cstr-argument v0.1.2
6692026-08-13T18:50:34.240Z Downloaded ssh-cipher v0.3.0
6702026-08-13T18:50:34.243Z Downloaded slog-stdlog v4.1.1
6712026-08-13T18:50:34.243Z Downloaded sqlformat v0.3.5
6722026-08-13T18:50:34.243Z Downloaded generic-array v1.4.3
6732026-08-13T18:50:34.243Z Downloaded poly1305 v0.9.0
6742026-08-13T18:50:34.246Z Downloaded arc-swap v1.8.2
6752026-08-13T18:50:34.249Z Downloaded const-oid v0.9.6
6762026-08-13T18:50:34.249Z Downloaded termios v0.3.3
6772026-08-13T18:50:34.253Z Downloaded colored v3.1.1
6782026-08-13T18:50:34.253Z Downloaded defmt-parser v1.0.0
6792026-08-13T18:50:34.253Z Downloaded tinystr v0.8.2
6802026-08-13T18:50:34.257Z Downloaded tls_codec_derive v0.4.2
6812026-08-13T18:50:34.257Z Downloaded base64 v0.22.1
6822026-08-13T18:50:34.260Z Downloaded defmt v0.3.100
6832026-08-13T18:50:34.260Z Downloaded darling_macro v0.21.3
6842026-08-13T18:50:34.260Z Downloaded dunce v1.0.5
6852026-08-13T18:50:34.260Z Downloaded dropshot-api-manager-types v0.7.2
6862026-08-13T18:50:34.263Z Downloaded digest-io v0.1.0
6872026-08-13T18:50:34.267Z Downloaded embedded-io v0.6.1
6882026-08-13T18:50:34.267Z Downloaded inout v0.2.2
6892026-08-13T18:50:34.267Z Downloaded ident_case v1.0.1
6902026-08-13T18:50:34.267Z Downloaded postcard v1.1.3
6912026-08-13T18:50:34.267Z Downloaded r2d2 v0.8.10
6922026-08-13T18:50:34.271Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6932026-08-13T18:50:34.275Z Downloaded shlex v1.3.0
6942026-08-13T18:50:34.275Z Downloaded unicase v2.9.0
6952026-08-13T18:50:34.278Z Downloaded unit-prefix v0.5.2
6962026-08-13T18:50:34.278Z Downloaded vergen-lib v9.1.0
6972026-08-13T18:50:34.278Z Downloaded internet-checksum v0.2.1
6982026-08-13T18:50:34.278Z Downloaded rustls-native-certs v0.8.3
6992026-08-13T18:50:34.281Z Downloaded sha2 v0.11.0
7002026-08-13T18:50:34.282Z Downloaded keccak v0.1.6
7012026-08-13T18:50:34.282Z Downloaded memoffset v0.9.1
7022026-08-13T18:50:34.285Z Downloaded sec1 v0.7.3
7032026-08-13T18:50:34.289Z Downloaded usdt-impl v0.6.0
7042026-08-13T18:50:34.289Z Downloaded whoami v1.6.1
7052026-08-13T18:50:34.292Z Downloaded is-terminal v0.4.17
7062026-08-13T18:50:34.292Z Downloaded lalrpop-util v0.19.12
7072026-08-13T18:50:34.292Z Downloaded maplit v1.0.2
7082026-08-13T18:50:34.293Z Downloaded blake2 v0.10.6
7092026-08-13T18:50:34.293Z Downloaded lru v0.12.5
7102026-08-13T18:50:34.296Z Downloaded newtype-uuid-macros v0.1.0
7112026-08-13T18:50:34.296Z Downloaded num_threads v0.1.7
7122026-08-13T18:50:34.299Z Downloaded spin v0.9.8
7132026-08-13T18:50:34.305Z Downloaded half v2.7.1
7142026-08-13T18:50:34.305Z Downloaded console v0.15.11
7152026-08-13T18:50:34.305Z Downloaded num-traits v0.2.19
7162026-08-13T18:50:34.311Z Downloaded oxide-update-engine-types v0.1.2
7172026-08-13T18:50:34.311Z Downloaded convert_case v0.10.0
7182026-08-13T18:50:34.314Z Downloaded daft v0.1.7
7192026-08-13T18:50:34.314Z Downloaded const-oid v0.10.2
7202026-08-13T18:50:34.314Z Downloaded postgres-types v0.2.12
7212026-08-13T18:50:34.318Z Downloaded nonempty v0.12.0
7222026-08-13T18:50:34.321Z Downloaded openssl-macros v0.1.1
7232026-08-13T18:50:34.321Z Downloaded openssl-probe v0.1.6
7242026-08-13T18:50:34.321Z Downloaded flume v0.11.1
7252026-08-13T18:50:34.324Z Downloaded heapless v0.7.17
7262026-08-13T18:50:34.327Z Downloaded packed_struct_codegen v0.10.1
7272026-08-13T18:50:34.327Z Downloaded parse-display v0.10.0
7282026-08-13T18:50:34.327Z Downloaded defmt-macros v1.0.1
7292026-08-13T18:50:34.327Z Downloaded dyn-clone v1.0.20
7302026-08-13T18:50:34.330Z Downloaded digest v0.11.3
7312026-08-13T18:50:34.330Z Downloaded ingot v0.2.1
7322026-08-13T18:50:34.334Z Downloaded rand_chacha v0.3.1
7332026-08-13T18:50:34.334Z Downloaded defmt v1.0.1
7342026-08-13T18:50:34.337Z Downloaded downcast-rs v2.0.2
7352026-08-13T18:50:34.337Z Downloaded predicates-tree v1.0.13
7362026-08-13T18:50:34.337Z Downloaded ref-cast-impl v1.0.25
7372026-08-13T18:50:34.337Z Downloaded either v1.15.0
7382026-08-13T18:50:34.341Z Downloaded same-file v1.0.6
7392026-08-13T18:50:34.341Z Downloaded rfc6979 v0.6.0
7402026-08-13T18:50:34.346Z Downloaded ena v0.14.4
7412026-08-13T18:50:34.346Z Downloaded rustc_version v0.1.7
7422026-08-13T18:50:34.346Z Downloaded ryu v1.0.23
7432026-08-13T18:50:34.352Z Downloaded vergen v9.1.0
7442026-08-13T18:50:34.355Z Downloaded linear-map v1.2.0
7452026-08-13T18:50:34.355Z Downloaded serde_urlencoded v0.7.1
7462026-08-13T18:50:34.358Z Downloaded libsw v3.5.0
7472026-08-13T18:50:34.358Z Downloaded wyz v0.5.1
7482026-08-13T18:50:34.358Z Downloaded semver v0.1.20
7492026-08-13T18:50:34.363Z Downloaded signal-hook-mio v0.2.5
7502026-08-13T18:50:34.363Z Downloaded sponge-cursor v0.1.0
7512026-08-13T18:50:34.363Z Downloaded sync_wrapper v1.0.2
7522026-08-13T18:50:34.366Z Downloaded signal-hook-tokio v0.3.1
7532026-08-13T18:50:34.366Z Downloaded slog-envlogger v2.2.0
7542026-08-13T18:50:34.366Z Downloaded lock_api v0.4.14
7552026-08-13T18:50:34.366Z Downloaded structmeta v0.3.0
7562026-08-13T18:50:34.366Z Downloaded native-tls v0.2.18
7572026-08-13T18:50:34.372Z Downloaded bytes v1.11.1
7582026-08-13T18:50:34.375Z Downloaded compact_str v0.8.1
7592026-08-13T18:50:34.378Z Downloaded hmac v0.13.0
7602026-08-13T18:50:34.383Z Downloaded num-complex v0.4.6
7612026-08-13T18:50:34.387Z Downloaded termtree v0.5.1
7622026-08-13T18:50:34.390Z Downloaded topological-sort v0.2.2
7632026-08-13T18:50:34.390Z Downloaded unicode-truncate v1.1.0
7642026-08-13T18:50:34.390Z Downloaded chacha20poly1305 v0.10.1
7652026-08-13T18:50:34.395Z Downloaded flate2 v1.1.9
7662026-08-13T18:50:34.405Z Downloaded peg v0.8.5
7672026-08-13T18:50:34.405Z Downloaded num_enum_derive v0.7.6
7682026-08-13T18:50:34.405Z Downloaded papergrid v0.18.0
7692026-08-13T18:50:34.410Z Downloaded xattr v1.6.1
7702026-08-13T18:50:34.411Z Downloaded pem-rfc7468 v1.0.0
7712026-08-13T18:50:34.411Z Downloaded pem-rfc7468 v0.7.0
7722026-08-13T18:50:34.411Z Downloaded zeroize_derive v1.5.0
7732026-08-13T18:50:34.411Z Downloaded untrusted v0.9.0
7742026-08-13T18:50:34.411Z Downloaded toml v1.1.2+spec-1.1.0
7752026-08-13T18:50:34.411Z Downloaded bitvec v1.0.1
7762026-08-13T18:50:34.416Z Downloaded darling v0.21.3
7772026-08-13T18:50:34.419Z Downloaded base64 v0.21.7
7782026-08-13T18:50:34.423Z Downloaded proc-macro-error2 v2.0.1
7792026-08-13T18:50:34.423Z Downloaded progenitor v0.14.0
7802026-08-13T18:50:34.427Z Downloaded progenitor-client v0.13.0
7812026-08-13T18:50:34.427Z Downloaded port-file v0.1.0
7822026-08-13T18:50:34.427Z Downloaded resolv-conf v0.7.6
7832026-08-13T18:50:34.427Z Downloaded rfc6979 v0.4.0
7842026-08-13T18:50:34.427Z Downloaded cpufeatures v0.3.0
7852026-08-13T18:50:34.431Z Downloaded debug-ignore v1.0.5
7862026-08-13T18:50:34.431Z Downloaded crc8 v0.1.1
7872026-08-13T18:50:34.431Z Downloaded curve25519-dalek-derive v0.1.1
7882026-08-13T18:50:34.431Z Downloaded diesel_table_macro_syntax v0.3.0
7892026-08-13T18:50:34.431Z Downloaded tracing-core v0.1.36
7902026-08-13T18:50:34.431Z Downloaded toml v0.7.8
7912026-08-13T18:50:34.435Z Downloaded scrypt v0.12.0
7922026-08-13T18:50:34.435Z Downloaded smf v0.2.3
7932026-08-13T18:50:34.435Z Downloaded snafu-derive v0.8.9
7942026-08-13T18:50:34.439Z Downloaded tungstenite v0.21.0
7952026-08-13T18:50:34.445Z Downloaded dof v0.4.0
7962026-08-13T18:50:34.449Z Downloaded signal-hook-registry v1.4.8
7972026-08-13T18:50:34.453Z Downloaded string_cache v0.8.9
7982026-08-13T18:50:34.453Z Downloaded dirs-sys-next v0.1.2
7992026-08-13T18:50:34.453Z Downloaded spki v0.8.0
8002026-08-13T18:50:34.456Z Downloaded idna_adapter v1.2.1
8012026-08-13T18:50:34.456Z Downloaded const_format v0.2.35
8022026-08-13T18:50:34.456Z Downloaded ar_archive_writer v0.5.1
8032026-08-13T18:50:34.459Z Downloaded hickory-resolver v0.24.4
8042026-08-13T18:50:34.459Z Downloaded zopfli v0.8.3
8052026-08-13T18:50:34.463Z Downloaded sync-ptr v0.1.4
8062026-08-13T18:50:34.463Z Downloaded headers v0.4.1
8072026-08-13T18:50:34.465Z Downloaded libscf-sys v1.2.0
8082026-08-13T18:50:34.470Z Downloaded tls_codec v0.4.2
8092026-08-13T18:50:34.473Z Downloaded lru-slab v0.1.2
8102026-08-13T18:50:34.473Z Downloaded indoc v1.0.9
8112026-08-13T18:50:34.473Z Downloaded inout v0.1.4
8122026-08-13T18:50:34.473Z Downloaded kem v0.3.0
8132026-08-13T18:50:34.476Z Downloaded bumpalo v3.20.2
8142026-08-13T18:50:34.476Z Downloaded thread_local v1.1.9
8152026-08-13T18:50:34.476Z Downloaded maybe-uninit v2.0.0
8162026-08-13T18:50:34.479Z Downloaded prettyplease v0.2.37
8172026-08-13T18:50:34.483Z Downloaded hickory-server v0.25.2
8182026-08-13T18:50:34.483Z Downloaded walkdir v2.5.0
8192026-08-13T18:50:34.486Z Downloaded newtype_derive v0.1.6
8202026-08-13T18:50:34.487Z Downloaded nodrop v0.1.14
8212026-08-13T18:50:34.487Z Downloaded async-compression v0.4.41
8222026-08-13T18:50:34.490Z Downloaded tui-tree-widget v0.23.1
8232026-08-13T18:50:34.490Z Downloaded opaque-debug v0.3.1
8242026-08-13T18:50:34.493Z Downloaded expectorate v1.2.0
8252026-08-13T18:50:34.493Z Downloaded num-iter v0.1.45
8262026-08-13T18:50:34.497Z Downloaded proc-macro-crate v3.4.0
8272026-08-13T18:50:34.497Z Downloaded yoke v0.8.1
8282026-08-13T18:50:34.501Z Downloaded critical-section v1.2.0
8292026-08-13T18:50:34.506Z Downloaded quinn v0.11.11
8302026-08-13T18:50:34.506Z Downloaded rustls-pki-types v1.14.0
8312026-08-13T18:50:34.509Z Downloaded samael v0.0.19
8322026-08-13T18:50:34.509Z Downloaded typify v0.6.2
8332026-08-13T18:50:34.512Z Downloaded yansi v1.0.1
8342026-08-13T18:50:34.512Z Downloaded crossbeam-deque v0.8.6
8352026-08-13T18:50:34.512Z Downloaded ctr v0.10.1
8362026-08-13T18:50:34.512Z Downloaded der_derive v0.7.3
8372026-08-13T18:50:34.517Z Downloaded radium v0.7.0
8382026-08-13T18:50:34.524Z Downloaded scroll_derive v0.13.1
8392026-08-13T18:50:34.528Z Downloaded schemars v0.9.0
8402026-08-13T18:50:34.535Z Downloaded serde_cbor v0.11.2
8412026-08-13T18:50:34.538Z Downloaded cc v1.2.56
8422026-08-13T18:50:34.538Z Downloaded ed25519 v2.2.3
8432026-08-13T18:50:34.541Z Downloaded russh-util v0.52.0
8442026-08-13T18:50:34.541Z Downloaded scheduled-thread-pool v0.2.7
8452026-08-13T18:50:34.541Z Downloaded serde-big-array v0.5.1
8462026-08-13T18:50:34.541Z Downloaded hashbrown v0.13.2
8472026-08-13T18:50:34.546Z Downloaded steno v0.4.1
8482026-08-13T18:50:34.546Z Downloaded strum_macros v0.27.2
8492026-08-13T18:50:34.551Z Downloaded mime v0.3.17
8502026-08-13T18:50:34.551Z Downloaded module-lattice v0.2.3
8512026-08-13T18:50:34.554Z Downloaded signature v3.0.0
8522026-08-13T18:50:34.558Z Downloaded term v1.2.1
8532026-08-13T18:50:34.558Z Downloaded tokio-rustls v0.26.4
8542026-08-13T18:50:34.564Z Downloaded take_mut v0.2.2
8552026-08-13T18:50:34.567Z Downloaded vsss-rs v3.3.4
8562026-08-13T18:50:34.567Z Downloaded nanorand v0.7.0
8572026-08-13T18:50:34.567Z Downloaded tokio-macros v2.7.0
8582026-08-13T18:50:34.570Z Downloaded oxide-update-engine v0.1.2
8592026-08-13T18:50:34.570Z Downloaded tower-service v0.3.3
8602026-08-13T18:50:34.570Z Downloaded try-lock v0.2.5
8612026-08-13T18:50:34.573Z Downloaded utf8_iter v1.0.4
8622026-08-13T18:50:34.573Z Downloaded waitgroup v0.1.2
8632026-08-13T18:50:34.573Z Downloaded icu_properties v2.1.2
8642026-08-13T18:50:34.577Z Downloaded pkcs8 v0.10.2
8652026-08-13T18:50:34.577Z Downloaded pkcs1 v0.8.0-rc.4
8662026-08-13T18:50:34.581Z Downloaded prefix-trie v0.7.0
8672026-08-13T18:50:34.581Z Downloaded ppv-lite86 v0.2.21
8682026-08-13T18:50:34.581Z Downloaded xshell-macros v0.2.7
8692026-08-13T18:50:34.585Z Downloaded wnaf v0.14.0
8702026-08-13T18:50:34.586Z Downloaded schemars v0.8.22
8712026-08-13T18:50:34.589Z Downloaded zerocopy v0.6.6
8722026-08-13T18:50:34.592Z Downloaded darling v0.23.0
8732026-08-13T18:50:34.595Z Downloaded parking_lot_core v0.8.6
8742026-08-13T18:50:34.596Z Downloaded parse-display-derive v0.10.0
8752026-08-13T18:50:34.596Z Downloaded phc v0.6.1
8762026-08-13T18:50:34.600Z Downloaded crunchy v0.2.4
8772026-08-13T18:50:34.600Z Downloaded serde_yaml v0.9.34+deprecated
8782026-08-13T18:50:34.600Z Downloaded derive_builder v0.20.2
8792026-08-13T18:50:34.603Z Downloaded seq-macro v0.3.6
8802026-08-13T18:50:34.612Z Downloaded ecdsa v0.17.0
8812026-08-13T18:50:34.617Z Downloaded miniz_oxide v0.8.9
8822026-08-13T18:50:34.617Z Downloaded display-error-chain v0.2.2
8832026-08-13T18:50:34.620Z Downloaded is_ci v1.2.0
8842026-08-13T18:50:34.620Z Downloaded lazy_static v1.5.0
8852026-08-13T18:50:34.620Z Downloaded match_cfg v0.1.0
8862026-08-13T18:50:34.620Z Downloaded simd-adler32 v0.3.8
8872026-08-13T18:50:34.623Z Downloaded spki v0.7.3
8882026-08-13T18:50:34.623Z Downloaded http v1.4.2
8892026-08-13T18:50:34.626Z Downloaded serde-hex v0.1.0
8902026-08-13T18:50:34.626Z Downloaded hashbrown v0.12.3
8912026-08-13T18:50:34.627Z Downloaded hickory-resolver v0.25.2
8922026-08-13T18:50:34.629Z Downloaded crypto-bigint v0.5.5
8932026-08-13T18:50:34.634Z Downloaded synstructure v0.13.2
8942026-08-13T18:50:34.639Z Downloaded thiserror-no-std v2.0.2
8952026-08-13T18:50:34.639Z Downloaded strum_macros v0.26.4
8962026-08-13T18:50:34.643Z Downloaded pin-project v1.1.11
8972026-08-13T18:50:34.646Z Downloaded unicode-xid v0.2.6
8982026-08-13T18:50:34.646Z Downloaded stacker v0.1.23
8992026-08-13T18:50:34.646Z Downloaded tiny-keccak v2.0.2
9002026-08-13T18:50:34.649Z Downloaded unicode-bidi v0.3.18
9012026-08-13T18:50:34.649Z Downloaded potential_utf v0.1.4
9022026-08-13T18:50:34.649Z Downloaded pkcs5 v0.8.1
9032026-08-13T18:50:34.652Z Downloaded darling_core v0.21.3
9042026-08-13T18:50:34.655Z Downloaded rustls-platform-verifier v0.6.2
9052026-08-13T18:50:34.655Z Downloaded tokio-tungstenite v0.23.1
9062026-08-13T18:50:34.659Z Downloaded peg-runtime v0.8.5
9072026-08-13T18:50:34.659Z Downloaded corncobs v0.1.4
9082026-08-13T18:50:34.662Z Downloaded powerfmt v0.2.0
9092026-08-13T18:50:34.662Z Downloaded progenitor-macro v0.13.0
9102026-08-13T18:50:34.665Z Downloaded rustc_version v0.4.1
9112026-08-13T18:50:34.665Z Downloaded csv-core v0.1.13
9122026-08-13T18:50:34.665Z Downloaded quick-error v1.2.3
9132026-08-13T18:50:34.665Z Downloaded rand v0.10.1
9142026-08-13T18:50:34.668Z Downloaded deranged v0.5.8
9152026-08-13T18:50:34.668Z Downloaded sapling-renderdag v0.1.0
9162026-08-13T18:50:34.671Z Downloaded daft-derive v0.1.7
9172026-08-13T18:50:34.671Z Downloaded darling v0.13.4
9182026-08-13T18:50:34.675Z Downloaded diesel-dtrace v0.5.0
9192026-08-13T18:50:34.675Z Downloaded drift v0.2.0
9202026-08-13T18:50:34.678Z Downloaded quinn-udp v0.5.14
9212026-08-13T18:50:34.681Z Downloaded unicode-segmentation v1.12.0
9222026-08-13T18:50:34.681Z Downloaded zstd v0.13.3
9232026-08-13T18:50:34.684Z Downloaded ecdsa v0.16.9
9242026-08-13T18:50:34.684Z Downloaded impl-trait-for-tuples v0.2.3
9252026-08-13T18:50:34.687Z Downloaded recursive-proc-macro-impl v0.1.1
9262026-08-13T18:50:34.688Z Downloaded siphasher v1.0.2
9272026-08-13T18:50:34.691Z Downloaded ipnet v2.11.0
9282026-08-13T18:50:34.691Z Downloaded libefi-sys v0.1.0
9292026-08-13T18:50:34.691Z Downloaded strip-ansi-escapes v0.2.1
9302026-08-13T18:50:34.694Z Downloaded typify-macro v0.6.2
9312026-08-13T18:50:34.697Z Downloaded jobserver v0.1.34
9322026-08-13T18:50:34.704Z Downloaded libbz2-rs-sys v0.2.2
9332026-08-13T18:50:34.707Z Downloaded normalize-line-endings v0.3.0
9342026-08-13T18:50:34.711Z Downloaded toml_edit v0.23.10+spec-1.0.0
9352026-08-13T18:50:34.714Z Downloaded smallvec v0.6.14
9362026-08-13T18:50:34.720Z Downloaded tagptr v0.2.0
9372026-08-13T18:50:34.720Z Downloaded unarray v0.1.4
9382026-08-13T18:50:34.723Z Downloaded derive_more-impl v2.1.1
9392026-08-13T18:50:34.728Z Downloaded omicron-zone-package v0.12.3
9402026-08-13T18:50:34.748Z Downloaded rand v0.8.6
9412026-08-13T18:50:34.760Z Downloaded mime_guess v2.0.5
9422026-08-13T18:50:34.760Z Downloaded zerotrie v0.2.3
9432026-08-13T18:50:34.760Z Downloaded polyval v0.7.1
9442026-08-13T18:50:34.761Z Downloaded rand_core v0.10.0
9452026-08-13T18:50:34.761Z Downloaded rustc-hash v2.1.1
9462026-08-13T18:50:34.761Z Downloaded poly1305 v0.8.0
9472026-08-13T18:50:34.761Z Downloaded vergen-git2 v9.1.0
9482026-08-13T18:50:34.761Z Downloaded darling_core v0.23.0
9492026-08-13T18:50:34.761Z Downloaded instant v0.1.13
9502026-08-13T18:50:34.761Z Downloaded crucible-workspace-hack v0.1.0
9512026-08-13T18:50:34.761Z Downloaded darling v0.20.11
9522026-08-13T18:50:34.761Z Downloaded sec1 v0.8.1
9532026-08-13T18:50:34.765Z Downloaded progenitor-impl v0.14.0
9542026-08-13T18:50:34.766Z Downloaded icu_normalizer v2.1.1
9552026-08-13T18:50:34.766Z Downloaded rcgen v0.12.1
9562026-08-13T18:50:34.766Z Downloaded ingot-macros v0.2.0
9572026-08-13T18:50:34.770Z Downloaded recursive v0.1.1
9582026-08-13T18:50:34.788Z Downloaded kstat-rs v0.2.5
9592026-08-13T18:50:34.788Z Downloaded lru-cache v0.1.2
9602026-08-13T18:50:34.788Z Downloaded num-derive v0.4.2
9612026-08-13T18:50:34.788Z Downloaded oso-derive v0.27.3
9622026-08-13T18:50:34.788Z Downloaded ignore v0.4.25
9632026-08-13T18:50:34.788Z Downloaded zip v4.6.1
9642026-08-13T18:50:34.788Z Downloaded md5 v0.8.0
9652026-08-13T18:50:34.788Z Downloaded derive_builder_core v0.20.2
9662026-08-13T18:50:34.788Z Downloaded mio v1.2.0
9672026-08-13T18:50:34.789Z Downloaded hashbrown v0.16.1
9682026-08-13T18:50:34.795Z Downloaded similar v2.7.0
9692026-08-13T18:50:34.795Z Downloaded phf_shared v0.13.1
9702026-08-13T18:50:34.795Z Downloaded predicates-core v1.0.10
9712026-08-13T18:50:34.800Z Downloaded litrs v1.0.0
9722026-08-13T18:50:34.800Z Downloaded tokio-native-tls v0.3.1
9732026-08-13T18:50:34.800Z Downloaded proc-macro-error-attr2 v2.0.0
9742026-08-13T18:50:34.801Z Downloaded tokio-postgres v0.7.16
9752026-08-13T18:50:34.804Z Downloaded tungstenite v0.23.0
9762026-08-13T18:50:34.804Z Downloaded uzers v0.12.2
9772026-08-13T18:50:34.810Z Downloaded wait-timeout v0.2.1
9782026-08-13T18:50:34.810Z Downloaded stable_deref_trait v1.2.1
9792026-08-13T18:50:34.814Z Downloaded scopeguard v1.2.0
9802026-08-13T18:50:34.814Z Downloaded url v2.5.8
9812026-08-13T18:50:34.815Z Downloaded sha1 v0.10.6
9822026-08-13T18:50:34.815Z Downloaded tabwriter v1.4.1
9832026-08-13T18:50:34.815Z Downloaded ml-kem v0.3.2
9842026-08-13T18:50:34.818Z Downloaded parking_lot v0.12.5
9852026-08-13T18:50:34.818Z Downloaded time-core v0.1.8
9862026-08-13T18:50:34.818Z Downloaded zerovec-derive v0.11.2
9872026-08-13T18:50:34.822Z Downloaded ctutils v0.4.2
9882026-08-13T18:50:34.822Z Downloaded universal-hash v0.5.1
9892026-08-13T18:50:34.827Z Downloaded rand v0.9.2
9902026-08-13T18:50:34.827Z Downloaded zstd-safe v7.2.4
9912026-08-13T18:50:34.827Z Downloaded pkcs1 v0.7.5
9922026-08-13T18:50:34.833Z Downloaded ipnetwork v0.21.1
9932026-08-13T18:50:34.836Z Downloaded usdt-macro v0.6.0
9942026-08-13T18:50:34.836Z Downloaded delegate v0.13.5
9952026-08-13T18:50:34.836Z Downloaded zone v0.3.1
9962026-08-13T18:50:34.836Z Downloaded crc v3.4.0
9972026-08-13T18:50:34.842Z Downloaded derive_more v2.1.1
9982026-08-13T18:50:34.850Z Downloaded crossbeam-epoch v0.9.18
9992026-08-13T18:50:34.853Z Downloaded peg-macros v0.8.5
10002026-08-13T18:50:34.857Z Downloaded serde_with_macros v3.21.0
10012026-08-13T18:50:34.860Z Downloaded libsw-core v0.3.2
10022026-08-13T18:50:34.861Z Downloaded num_enum_derive v0.5.11
10032026-08-13T18:50:34.861Z Downloaded jiff-static v0.2.34
10042026-08-13T18:50:34.861Z Downloaded nibble_vec v0.1.0
10052026-08-13T18:50:34.865Z Downloaded darling_macro v0.23.0
10062026-08-13T18:50:34.865Z Downloaded derive_builder_macro v0.20.2
10072026-08-13T18:50:34.865Z Downloaded crossbeam-channel v0.5.15
10082026-08-13T18:50:34.869Z Downloaded nom v8.0.0
10092026-08-13T18:50:34.874Z Downloaded hyper v1.10.1
10102026-08-13T18:50:34.877Z Downloaded psm v0.1.30
10112026-08-13T18:50:34.877Z Downloaded rand_chacha v0.9.0
10122026-08-13T18:50:34.877Z Downloaded toml_parser v1.1.2+spec-1.1.0
10132026-08-13T18:50:34.877Z Downloaded serdect v0.4.3
10142026-08-13T18:50:34.877Z Downloaded slog-json v2.6.1
10152026-08-13T18:50:34.881Z Downloaded illumos-nvpair v0.3.0
10162026-08-13T18:50:34.881Z Downloaded illumos-nvpair-sys v0.2.0
10172026-08-13T18:50:34.881Z Downloaded multimap v0.10.1
10182026-08-13T18:50:34.881Z Downloaded stringprep v0.1.5
10192026-08-13T18:50:34.884Z Downloaded aes-gcm v0.11.0
10202026-08-13T18:50:34.884Z Downloaded futures-util v0.3.32
10212026-08-13T18:50:34.890Z Downloaded progenitor-client v0.14.0
10222026-08-13T18:50:34.894Z Downloaded rand_pcg v0.10.2
10232026-08-13T18:50:34.894Z Downloaded rusty-fork v0.3.1
10242026-08-13T18:50:34.894Z Downloaded schemars_derive v0.8.22
10252026-08-13T18:50:34.894Z Downloaded oso v0.27.3
10262026-08-13T18:50:34.897Z Downloaded zip v0.6.6
10272026-08-13T18:50:34.897Z Downloaded vergen-lib v0.1.6
10282026-08-13T18:50:34.901Z Downloaded diesel_derives v2.3.7
10292026-08-13T18:50:34.904Z Downloaded des v0.9.0
10302026-08-13T18:50:34.904Z Downloaded trait-variant v0.1.2
10312026-08-13T18:50:34.909Z Downloaded iana-time-zone v0.1.65
10322026-08-13T18:50:34.909Z Downloaded writeable v0.6.2
10332026-08-13T18:50:34.915Z Downloaded data-encoding v2.10.0
10342026-08-13T18:50:34.915Z Downloaded ref-cast v1.0.25
10352026-08-13T18:50:34.915Z Downloaded elliptic-curve v0.13.8
10362026-08-13T18:50:34.919Z Downloaded publicsuffix v2.3.0
10372026-08-13T18:50:34.919Z Downloaded structmeta-derive v0.3.0
10382026-08-13T18:50:34.919Z Downloaded tinyvec_macros v0.1.1
10392026-08-13T18:50:34.919Z Downloaded icu_locale_core v2.1.1
10402026-08-13T18:50:34.924Z Downloaded embedded-io v0.4.0
10412026-08-13T18:50:34.924Z Downloaded memmap2 v0.9.10
10422026-08-13T18:50:34.924Z Downloaded pretty_assertions v1.4.1
10432026-08-13T18:50:34.927Z Downloaded difflib v0.4.0
10442026-08-13T18:50:34.927Z Downloaded rayon-core v1.13.0
10452026-08-13T18:50:34.931Z Downloaded keccak v0.2.0
10462026-08-13T18:50:34.934Z Downloaded reqwest v0.12.28
10472026-08-13T18:50:34.938Z Downloaded reqwest v0.13.2
10482026-08-13T18:50:34.941Z Downloaded dsl_auto_type v0.2.0
10492026-08-13T18:50:34.941Z Downloaded tinyvec v1.10.0
10502026-08-13T18:50:34.945Z Downloaded pem v3.0.6
10512026-08-13T18:50:34.945Z Downloaded new_debug_unreachable v1.0.6
10522026-08-13T18:50:34.945Z Downloaded dtrace-parser v0.3.0
10532026-08-13T18:50:34.948Z Downloaded rpassword v7.5.4
10542026-08-13T18:50:34.953Z Downloaded hashbrown v0.15.5
10552026-08-13T18:50:34.953Z Downloaded num-bigint-dig v0.8.6
10562026-08-13T18:50:34.957Z Downloaded hkdf v0.12.4
10572026-08-13T18:50:34.957Z Downloaded hkdf v0.13.0
10582026-08-13T18:50:34.957Z Downloaded pkcs8 v0.11.0
10592026-08-13T18:50:34.960Z Downloaded time-macros v0.2.27
10602026-08-13T18:50:34.960Z Downloaded num-integer v0.1.46
10612026-08-13T18:50:34.960Z Downloaded packed_struct v0.10.1
10622026-08-13T18:50:34.964Z Downloaded rtoolbox v0.0.3
10632026-08-13T18:50:34.964Z Downloaded russh-cryptovec v0.62.0
10642026-08-13T18:50:34.964Z Downloaded sha1 v0.11.0
10652026-08-13T18:50:34.964Z Downloaded toml_writer v1.1.1+spec-1.1.0
10662026-08-13T18:50:34.969Z Downloaded pin-project-lite v0.2.17
10672026-08-13T18:50:34.972Z Downloaded predicates v3.1.4
10682026-08-13T18:50:34.975Z Downloaded precomputed-hash v0.1.1
10692026-08-13T18:50:34.975Z Downloaded darling_macro v0.20.11
10702026-08-13T18:50:34.975Z Downloaded slog-async v2.8.0
10712026-08-13T18:50:34.975Z Downloaded num-bigint v0.4.6
10722026-08-13T18:50:34.978Z Downloaded serde_path_to_error v0.1.20
10732026-08-13T18:50:34.978Z Downloaded zerocopy-derive v0.8.40
10742026-08-13T18:50:34.984Z Downloaded dropshot_endpoint v0.17.1
10752026-08-13T18:50:34.987Z Downloaded universal-hash v0.6.1
10762026-08-13T18:50:34.987Z Downloaded zone_cfg_derive v0.3.1
10772026-08-13T18:50:34.988Z Downloaded crypto-common v0.2.2
10782026-08-13T18:50:34.988Z Downloaded hyper-util v0.1.20
10792026-08-13T18:50:34.991Z Downloaded tokio-dtrace v0.1.1
10802026-08-13T18:50:34.991Z Downloaded icu_collections v2.1.1
10812026-08-13T18:50:34.994Z Downloaded whoami v2.1.0
10822026-08-13T18:50:34.996Z Downloaded zeroize v1.9.0
10832026-08-13T18:50:34.996Z Downloaded supports-color v3.0.2
10842026-08-13T18:50:34.996Z Downloaded indoc v2.0.7
10852026-08-13T18:50:34.999Z Downloaded md-5 v0.10.6
10862026-08-13T18:50:35.002Z Downloaded dirs-next v2.0.0
10872026-08-13T18:50:35.002Z Downloaded serde_spanned v1.1.1
10882026-08-13T18:50:35.005Z Downloaded itertools v0.12.1
10892026-08-13T18:50:35.008Z Downloaded rawzip v0.4.4
10902026-08-13T18:50:35.012Z Downloaded subprocess v0.2.15
10912026-08-13T18:50:35.015Z Downloaded snafu v0.8.9
10922026-08-13T18:50:35.018Z Downloaded socket2 v0.5.10
10932026-08-13T18:50:35.024Z Downloaded h2 v0.4.15
10942026-08-13T18:50:35.031Z Downloaded internal-russh-num-bigint v0.5.0
10952026-08-13T18:50:35.031Z Downloaded tar v0.4.46
10962026-08-13T18:50:35.034Z Downloaded want v0.3.1
10972026-08-13T18:50:35.037Z Downloaded itertools v0.10.5
10982026-08-13T18:50:35.040Z Downloaded aho-corasick v1.1.4
10992026-08-13T18:50:35.043Z Downloaded psl-types v2.0.11
11002026-08-13T18:50:35.043Z Downloaded minimal-lexical v0.2.1
11012026-08-13T18:50:35.048Z Downloaded socket2 v0.6.3
11022026-08-13T18:50:35.051Z Downloaded serde_derive_internals v0.29.1
11032026-08-13T18:50:35.051Z Downloaded primeorder v0.14.0
11042026-08-13T18:50:35.054Z Downloaded sqlparser_derive v0.5.0
11052026-08-13T18:50:35.058Z Downloaded indicatif v0.18.4
11062026-08-13T18:50:35.061Z Downloaded slog-dtrace v0.3.0
11072026-08-13T18:50:35.061Z Downloaded crc-any v2.5.0
11082026-08-13T18:50:35.061Z Downloaded unicode_categories v0.1.1
11092026-08-13T18:50:35.064Z Downloaded icu_normalizer_data v2.1.1
11102026-08-13T18:50:35.064Z Downloaded darling_core v0.20.11
11112026-08-13T18:50:35.068Z Downloaded term v0.7.0
11122026-08-13T18:50:35.068Z Downloaded twox-hash v2.1.2
11132026-08-13T18:50:35.071Z Downloaded idna v1.1.0
11142026-08-13T18:50:35.074Z Downloaded cookie_store v0.22.1
11152026-08-13T18:50:35.077Z Downloaded vergen-gitcl v1.0.8
11162026-08-13T18:50:35.077Z Downloaded rsa v0.9.10
11172026-08-13T18:50:35.080Z Downloaded scuffle v0.1.0
11182026-08-13T18:50:35.084Z Downloaded instability v0.3.11
11192026-08-13T18:50:35.084Z Downloaded multer v3.1.0
11202026-08-13T18:50:35.084Z Downloaded parse-size v1.1.0
11212026-08-13T18:50:35.084Z Downloaded utf-8 v0.7.6
11222026-08-13T18:50:35.087Z Downloaded displaydoc v0.2.5
11232026-08-13T18:50:35.087Z Downloaded pbkdf2 v0.13.0
11242026-08-13T18:50:35.090Z Downloaded rand_core v0.6.4
11252026-08-13T18:50:35.093Z Downloaded document-features v0.2.12
11262026-08-13T18:50:35.093Z Downloaded usdt v0.6.0
11272026-08-13T18:50:35.093Z Downloaded cookie v0.18.1
11282026-08-13T18:50:35.096Z Downloaded derive-where v1.6.0
11292026-08-13T18:50:35.100Z Downloaded signature v2.2.0
11302026-08-13T18:50:35.106Z Downloaded tough v0.22.0
11312026-08-13T18:50:35.110Z Downloaded parking_lot v0.11.2
11322026-08-13T18:50:35.113Z Downloaded p384 v0.14.0
11332026-08-13T18:50:35.113Z Downloaded icu_provider v2.1.1
11342026-08-13T18:50:35.118Z Downloaded support-bundle-viewer v0.1.2
11352026-08-13T18:50:35.118Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11362026-08-13T18:50:35.118Z Downloaded indent_write v2.2.0
11372026-08-13T18:50:35.122Z Downloaded newline-converter v0.3.0
11382026-08-13T18:50:35.122Z Downloaded lzss v0.8.2
11392026-08-13T18:50:35.122Z Downloaded percent-encoding v2.3.2
11402026-08-13T18:50:35.122Z Downloaded ssh-encoding v0.3.0
11412026-08-13T18:50:35.127Z Downloaded pin-project-internal v1.1.11
11422026-08-13T18:50:35.131Z Downloaded nu-ansi-term v0.50.3
11432026-08-13T18:50:35.131Z Downloaded crossterm v0.28.1
11442026-08-13T18:50:35.134Z Downloaded secrecy v0.8.0
11452026-08-13T18:50:35.137Z Downloaded p256 v0.14.0
11462026-08-13T18:50:35.140Z Downloaded linked-hash-map v0.5.6
11472026-08-13T18:50:35.140Z Downloaded testing_table v0.3.0
11482026-08-13T18:50:35.140Z Downloaded ed25519-dalek v2.2.0
11492026-08-13T18:50:35.140Z Downloaded p521 v0.14.0
11502026-08-13T18:50:35.144Z Downloaded signal-hook v0.3.18
11512026-08-13T18:50:35.147Z Downloaded derive-ex v0.1.8
11522026-08-13T18:50:35.152Z Downloaded uuid v1.23.4
11532026-08-13T18:50:35.155Z Downloaded primeorder v0.13.6
11542026-08-13T18:50:35.158Z Downloaded rustyline v14.0.0
11552026-08-13T18:50:35.161Z Downloaded ingot-types v0.2.0
11562026-08-13T18:50:35.161Z Downloaded rustversion v1.0.22
11572026-08-13T18:50:35.161Z Downloaded strsim v0.10.0
11582026-08-13T18:50:35.164Z Downloaded thread-id v5.1.0
11592026-08-13T18:50:35.164Z Downloaded darling_core v0.13.4
11602026-08-13T18:50:35.168Z Downloaded diff v0.1.13
11612026-08-13T18:50:35.168Z Downloaded proptest v1.11.0
11622026-08-13T18:50:35.173Z Downloaded num_enum v0.5.11
11632026-08-13T18:50:35.176Z Downloaded tokio-tungstenite v0.21.0
11642026-08-13T18:50:35.179Z Downloaded blake3 v1.8.5
11652026-08-13T18:50:35.183Z Downloaded pkg-config v0.3.32
11662026-08-13T18:50:35.185Z Downloaded strum_macros v0.24.3
11672026-08-13T18:50:35.186Z Downloaded darling_macro v0.13.4
11682026-08-13T18:50:35.186Z Downloaded primefield v0.14.0
11692026-08-13T18:50:35.194Z Downloaded managed v0.8.0
11702026-08-13T18:50:35.197Z Downloaded rand_seeder v0.4.0
11712026-08-13T18:50:35.200Z Downloaded winnow v0.5.40
11722026-08-13T18:50:35.204Z Downloaded litemap v0.8.1
11732026-08-13T18:50:35.209Z Downloaded crc32fast v1.5.0
11742026-08-13T18:50:35.220Z Downloaded test-strategy v0.4.5
11752026-08-13T18:50:35.223Z Downloaded vte v0.14.1
11762026-08-13T18:50:35.223Z Downloaded libloading v0.8.9
11772026-08-13T18:50:35.223Z Downloaded newtype-uuid v1.3.2
11782026-08-13T18:50:35.226Z Downloaded oxide-tokio-rt v0.1.4
11792026-08-13T18:50:35.226Z Downloaded xshell v0.2.7
11802026-08-13T18:50:35.237Z Downloaded ed25519 v3.0.0
11812026-08-13T18:50:35.241Z Downloaded oxide-update-engine-display v0.1.2
11822026-08-13T18:50:35.241Z Downloaded num_enum v0.7.6
11832026-08-13T18:50:35.244Z Downloaded bindgen v0.71.1
11842026-08-13T18:50:35.248Z Downloaded aws-lc-rs v1.16.3
11852026-08-13T18:50:35.252Z Downloaded crossbeam-utils v0.8.21
11862026-08-13T18:50:35.256Z Downloaded git2 v0.20.4
11872026-08-13T18:50:35.262Z Downloaded nom v7.1.3
11882026-08-13T18:50:35.265Z Downloaded qorb v0.4.1
11892026-08-13T18:50:35.265Z Downloaded tracing-attributes v0.1.31
11902026-08-13T18:50:35.268Z Downloaded yasna v0.5.2
11912026-08-13T18:50:35.269Z Downloaded progenitor-impl v0.13.0
11922026-08-13T18:50:35.272Z Downloaded itertools v0.15.0
11932026-08-13T18:50:35.275Z Downloaded unicode-properties v0.1.4
11942026-08-13T18:50:35.275Z Downloaded p384 v0.13.1
11952026-08-13T18:50:35.278Z Downloaded typed-path v0.9.3
11962026-08-13T18:50:35.281Z Downloaded unsafe-libyaml v0.2.11
11972026-08-13T18:50:35.285Z Downloaded x509-cert v0.2.5
11982026-08-13T18:50:35.288Z Downloaded portable-atomic v1.13.1
11992026-08-13T18:50:35.291Z Downloaded smallvec v1.15.1
12002026-08-13T18:50:35.305Z Downloaded tokio-util v0.7.18
12012026-08-13T18:50:35.305Z Downloaded schemars v1.2.1
12022026-08-13T18:50:35.308Z Downloaded openssl-sys v0.9.117
12032026-08-13T18:50:35.311Z Downloaded salsa20 v0.11.0
12042026-08-13T18:50:35.311Z Downloaded dropshot-api-manager v0.7.2
12052026-08-13T18:50:35.314Z Downloaded winnow v1.0.3
12062026-08-13T18:50:35.319Z Downloaded slog v2.8.2
12072026-08-13T18:50:35.322Z Downloaded tokio-stream v0.1.18
12082026-08-13T18:50:35.325Z Downloaded regex v1.12.3
12092026-08-13T18:50:35.328Z Downloaded derive_more v0.99.20
12102026-08-13T18:50:35.331Z Downloaded elliptic-curve v0.14.1
12112026-08-13T18:50:35.334Z Downloaded ron v0.8.1
12122026-08-13T18:50:35.337Z Downloaded tower v0.5.3
12132026-08-13T18:50:35.342Z Downloaded time v0.3.47
12142026-08-13T18:50:35.349Z Downloaded goblin v0.10.5
12152026-08-13T18:50:35.354Z Downloaded quick-xml v0.37.5
12162026-08-13T18:50:35.357Z Downloaded der v0.7.10
12172026-08-13T18:50:35.361Z Downloaded russh v0.62.4
12182026-08-13T18:50:35.366Z Downloaded iddqd v0.4.2
12192026-08-13T18:50:35.371Z Downloaded tabled v0.21.0
12202026-08-13T18:50:35.382Z Downloaded indexmap v1.9.3
12212026-08-13T18:50:35.385Z Downloaded chrono v0.4.45
12222026-08-13T18:50:35.388Z Downloaded der v0.8.0
12232026-08-13T18:50:35.392Z Downloaded rustls-webpki v0.103.13
12242026-08-13T18:50:35.395Z Downloaded winnow v0.6.26
12252026-08-13T18:50:35.399Z Downloaded toml_edit v0.19.15
12262026-08-13T18:50:35.409Z Downloaded itertools v0.13.0
12272026-08-13T18:50:35.414Z Downloaded serde_with v1.14.0
12282026-08-13T18:50:35.420Z Downloaded vcpkg v0.2.15
12292026-08-13T18:50:35.445Z Downloaded ssh-key v0.7.0-rc.11
12302026-08-13T18:50:35.450Z Downloaded libxml v0.3.3
12312026-08-13T18:50:35.454Z Downloaded rsa v0.10.0-rc.18
12322026-08-13T18:50:35.457Z Downloaded crossterm v0.29.0
12332026-08-13T18:50:35.461Z Downloaded reedline v0.40.0
12342026-08-13T18:50:35.465Z Downloaded icu_properties_data v2.1.2
12352026-08-13T18:50:35.471Z Downloaded ed25519-dalek v3.0.0
12362026-08-13T18:50:35.474Z Downloaded sha3 v0.12.0
12372026-08-13T18:50:35.478Z Downloaded unicode-normalization v0.1.25
12382026-08-13T18:50:35.478Z Downloaded radix_trie v0.2.1
12392026-08-13T18:50:35.488Z Downloaded jiff-core v0.1.0
12402026-08-13T18:50:35.492Z Downloaded tower-http v0.6.8
12412026-08-13T18:50:35.502Z Downloaded regress v0.10.5
12422026-08-13T18:50:35.524Z Downloaded zerovec v0.11.5
12432026-08-13T18:50:35.534Z Downloaded libm v0.2.16
12442026-08-13T18:50:35.540Z Downloaded iri-string v0.7.10
12452026-08-13T18:50:35.545Z Downloaded itertools v0.14.0
12462026-08-13T18:50:35.550Z Downloaded crypto-primes v0.7.2
12472026-08-13T18:50:35.554Z Downloaded regress v0.11.1
12482026-08-13T18:50:35.575Z Downloaded object v0.37.3
12492026-08-13T18:50:35.591Z Downloaded hickory-proto v0.24.4
12502026-08-13T18:50:35.600Z Downloaded petname v2.0.2
12512026-08-13T18:50:35.604Z Downloaded moka v0.12.13
12522026-08-13T18:50:35.609Z Downloaded serde_with v3.21.0
12532026-08-13T18:50:35.617Z Downloaded nix v0.28.0
12542026-08-13T18:50:35.624Z Downloaded salty v0.3.0
12552026-08-13T18:50:35.628Z Downloaded zlib-rs v0.6.2
12562026-08-13T18:50:35.631Z Downloaded object v0.30.4
12572026-08-13T18:50:35.636Z Downloaded regex-syntax v0.6.29
12582026-08-13T18:50:35.641Z Downloaded hickory-proto v0.25.2
12592026-08-13T18:50:35.651Z Downloaded bstr v1.12.1
12602026-08-13T18:50:35.656Z Downloaded lalrpop v0.19.12
12612026-08-13T18:50:35.663Z Downloaded rayon v1.11.0
12622026-08-13T18:50:35.668Z Downloaded crypto-bigint v0.7.5
12632026-08-13T18:50:35.678Z Downloaded quinn-proto v0.11.16
12642026-08-13T18:50:35.682Z Downloaded openssl v0.10.80
12652026-08-13T18:50:35.689Z Downloaded nix v0.27.1
12662026-08-13T18:50:35.695Z Downloaded curve25519-dalek v5.0.0
12672026-08-13T18:50:35.706Z Downloaded regex-syntax v0.8.10
12682026-08-13T18:50:35.711Z Downloaded openapiv3 v2.2.0
12692026-08-13T18:50:35.718Z Downloaded smoltcp v0.9.1
12702026-08-13T18:50:35.729Z Downloaded zerocopy v0.8.40
12712026-08-13T18:50:35.735Z Downloaded ratatui v0.29.0
12722026-08-13T18:50:35.754Z Downloaded tracing v0.1.44
12732026-08-13T18:50:35.767Z Downloaded rustls v0.23.41
12742026-08-13T18:50:35.774Z Downloaded polar-core v0.27.3
12752026-08-13T18:50:35.804Z Downloaded curve25519-dalek v4.1.3
12762026-08-13T18:50:35.822Z Downloaded nix v0.31.2
12772026-08-13T18:50:35.836Z Downloaded dropshot v0.17.1
12782026-08-13T18:50:35.849Z Downloaded zerocopy-derive v0.6.6
12792026-08-13T18:50:35.858Z Downloaded sqlparser v0.61.0
12802026-08-13T18:50:35.862Z Downloaded petgraph v0.6.5
12812026-08-13T18:50:35.874Z Downloaded smoltcp v0.11.0
12822026-08-13T18:50:35.881Z Downloaded typify-impl v0.6.2
12832026-08-13T18:50:35.890Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12842026-08-13T18:50:35.901Z Downloaded rustix v0.38.44
12852026-08-13T18:50:35.915Z Downloaded diesel v2.3.7
12862026-08-13T18:50:35.928Z Downloaded sled v0.34.7
12872026-08-13T18:50:35.936Z Downloaded tokio v1.52.1
12882026-08-13T18:50:35.960Z Downloaded sha3 v0.11.0
12892026-08-13T18:50:35.963Z Downloaded libz-sys v1.1.24
12902026-08-13T18:50:35.977Z Downloaded petgraph v0.8.3
12912026-08-13T18:50:35.990Z Downloaded bzip2-sys v0.1.13+1.0.8
12922026-08-13T18:50:35.997Z Downloaded regex-automata v0.4.14
12932026-08-13T18:50:36.006Z Downloaded jiff v0.2.34
12942026-08-13T18:50:36.016Z Downloaded encoding_rs v0.8.35
12952026-08-13T18:50:36.030Z Downloaded chrono-tz v0.10.4
12962026-08-13T18:50:36.040Z Downloaded libgit2-sys v0.18.3+1.9.2
12972026-08-13T18:50:36.077Z Downloaded csv v1.4.0
12982026-08-13T18:50:36.093Z Downloaded sha3 v0.10.8
12992026-08-13T18:50:36.117Z Downloaded ring v0.17.14
13002026-08-13T18:50:36.664Z Downloaded aws-lc-sys v0.40.0
13012026-08-13T18:50:36.920Z Compiling libc v0.2.185
13022026-08-13T18:50:36.920Z Compiling serde_core v1.0.228
13032026-08-13T18:50:36.920Z Compiling serde v1.0.228
13042026-08-13T18:50:36.923Z Compiling log v0.4.29
13052026-08-13T18:50:36.923Z Compiling smallvec v1.15.1
13062026-08-13T18:50:36.923Z Compiling shlex v1.3.0
13072026-08-13T18:50:36.923Z Compiling find-msvc-tools v0.1.9
13082026-08-13T18:50:36.923Z Compiling subtle v2.6.1
13092026-08-13T18:50:37.110Z Compiling scopeguard v1.2.0
13102026-08-13T18:50:37.114Z Compiling typenum v1.20.1
13112026-08-13T18:50:37.114Z Compiling stable_deref_trait v1.2.1
13122026-08-13T18:50:37.114Z Compiling zerocopy v0.8.40
13132026-08-13T18:50:37.114Z Compiling portable-atomic v1.13.1
13142026-08-13T18:50:37.187Z Compiling serde_json v1.0.151
13152026-08-13T18:50:37.201Z Compiling syn v2.0.117
13162026-08-13T18:50:37.215Z Compiling critical-section v1.2.0
13172026-08-13T18:50:37.255Z Compiling lock_api v0.4.14
13182026-08-13T18:50:37.288Z Compiling libm v0.2.16
13192026-08-13T18:50:37.291Z Compiling num-traits v0.2.19
13202026-08-13T18:50:37.318Z Compiling pkg-config v0.3.32
13212026-08-13T18:50:37.345Z Compiling generic-array v0.14.7
13222026-08-13T18:50:37.389Z Compiling getrandom v0.4.1
13232026-08-13T18:50:37.443Z Compiling parking_lot_core v0.9.12
13242026-08-13T18:50:37.502Z Compiling const-oid v0.9.6
13252026-08-13T18:50:37.520Z Compiling pin-project-lite v0.2.17
13262026-08-13T18:50:37.535Z Compiling rand_core v0.10.0
13272026-08-13T18:50:37.564Z Compiling writeable v0.6.2
13282026-08-13T18:50:37.665Z Compiling percent-encoding v2.3.2
13292026-08-13T18:50:37.681Z Compiling litemap v0.8.1
13302026-08-13T18:50:37.710Z Compiling futures-core v0.3.32
13312026-08-13T18:50:37.770Z Compiling icu_normalizer_data v2.1.1
13322026-08-13T18:50:37.804Z Compiling icu_properties_data v2.1.2
13332026-08-13T18:50:37.841Z Compiling getrandom v0.3.4
13342026-08-13T18:50:37.844Z Compiling futures-sink v0.3.32
13352026-08-13T18:50:37.857Z Compiling utf8_iter v1.0.4
13362026-08-13T18:50:37.906Z Compiling slab v0.4.12
13372026-08-13T18:50:37.922Z Compiling rustix v1.1.3
13382026-08-13T18:50:37.922Z Compiling futures-task v0.3.32
13392026-08-13T18:50:37.952Z Compiling futures-channel v0.3.32
13402026-08-13T18:50:37.987Z Compiling futures-io v0.3.32
13412026-08-13T18:50:38.061Z Compiling form_urlencoded v1.2.2
13422026-08-13T18:50:38.079Z Compiling errno v0.3.14
13432026-08-13T18:50:38.094Z Compiling jobserver v0.1.34
13442026-08-13T18:50:38.112Z Compiling getrandom v0.2.17
13452026-08-13T18:50:38.157Z Compiling mio v1.2.0
13462026-08-13T18:50:38.209Z Compiling socket2 v0.6.3
13472026-08-13T18:50:38.268Z Compiling once_cell v1.21.3
13482026-08-13T18:50:38.268Z Compiling rand_core v0.6.4
13492026-08-13T18:50:38.312Z Compiling cc v1.2.56
13502026-08-13T18:50:38.328Z Compiling signal-hook-registry v1.4.8
13512026-08-13T18:50:38.362Z Compiling parking_lot v0.12.5
13522026-08-13T18:50:38.379Z Compiling rustversion v1.0.22
13532026-08-13T18:50:38.382Z Compiling iana-time-zone v0.1.65
13542026-08-13T18:50:38.468Z Compiling base64ct v1.8.3
13552026-08-13T18:50:38.500Z Compiling regex-syntax v0.8.10
13562026-08-13T18:50:38.595Z Compiling ident_case v1.0.1
13572026-08-13T18:50:38.615Z Compiling flagset v0.4.7
13582026-08-13T18:50:38.630Z Compiling fs_extra v1.3.0
13592026-08-13T18:50:38.645Z Compiling dunce v1.0.5
13602026-08-13T18:50:38.661Z Compiling base64 v0.22.1
13612026-08-13T18:50:38.676Z Compiling vcpkg v0.2.15
13622026-08-13T18:50:38.753Z Compiling pem-rfc7468 v0.7.0
13632026-08-13T18:50:38.782Z Compiling rand_core v0.9.5
13642026-08-13T18:50:38.782Z Compiling syn v1.0.109
13652026-08-13T18:50:38.811Z Compiling tracing-core v0.1.36
13662026-08-13T18:50:38.828Z Compiling cpufeatures v0.2.17
13672026-08-13T18:50:38.843Z Compiling aws-lc-rs v1.16.3
13682026-08-13T18:50:38.887Z Compiling schemars v0.8.22
13692026-08-13T18:50:38.935Z Compiling dyn-clone v1.0.20
13702026-08-13T18:50:38.950Z Compiling spin v0.9.8
13712026-08-13T18:50:39.013Z Compiling cmov v0.5.4
13722026-08-13T18:50:39.094Z Compiling cmake v0.1.57
13732026-08-13T18:50:39.112Z Compiling httparse v1.10.1
13742026-08-13T18:50:39.127Z Compiling tinyvec_macros v0.1.1
13752026-08-13T18:50:39.178Z Compiling crc32fast v1.5.0
13762026-08-13T18:50:39.193Z Compiling openssl-probe v0.2.1
13772026-08-13T18:50:39.197Z Compiling tinyvec v1.10.0
13782026-08-13T18:50:39.223Z Compiling ctutils v0.4.2
13792026-08-13T18:50:39.223Z Compiling aho-corasick v1.1.4
13802026-08-13T18:50:39.267Z Compiling tower-layer v0.3.3
13812026-08-13T18:50:39.410Z Compiling bitflags v2.11.0
13822026-08-13T18:50:39.442Z Compiling semver v1.0.28
13832026-08-13T18:50:39.470Z Compiling indexmap v2.14.0
13842026-08-13T18:50:39.486Z Compiling uuid v1.23.4
13852026-08-13T18:50:39.532Z Compiling untrusted v0.7.1
13862026-08-13T18:50:39.547Z Compiling atomic-waker v1.1.2
13872026-08-13T18:50:39.564Z Compiling try-lock v0.2.5
13882026-08-13T18:50:39.567Z Compiling radium v0.7.0
13892026-08-13T18:50:39.578Z Compiling tower-service v0.3.3
13902026-08-13T18:50:39.683Z Compiling rustc_version v0.4.1
13912026-08-13T18:50:39.698Z Compiling want v0.3.1
13922026-08-13T18:50:39.716Z Compiling foreign-types-shared v0.1.1
13932026-08-13T18:50:39.801Z Compiling rustls v0.23.41
13942026-08-13T18:50:39.855Z Compiling tap v1.0.1
13952026-08-13T18:50:39.888Z Compiling aws-lc-sys v0.40.0
13962026-08-13T18:50:39.903Z Compiling openssl-sys v0.9.117
13972026-08-13T18:50:39.906Z Compiling openssl v0.10.80
13982026-08-13T18:50:39.944Z Compiling httpdate v1.0.3
13992026-08-13T18:50:39.994Z Compiling simd-adler32 v0.3.8
14002026-08-13T18:50:40.015Z Compiling maybe-uninit v2.0.0
14012026-08-13T18:50:40.030Z Compiling untrusted v0.9.0
14022026-08-13T18:50:40.044Z Compiling wyz v0.5.1
14032026-08-13T18:50:40.194Z Compiling synstructure v0.13.2
14042026-08-13T18:50:40.211Z Compiling serde_derive_internals v0.29.1
14052026-08-13T18:50:40.211Z Compiling pest_generator v2.8.6
14062026-08-13T18:50:40.241Z Compiling darling_core v0.20.11
14072026-08-13T18:50:40.257Z Compiling regex-automata v0.4.14
14082026-08-13T18:50:40.318Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14092026-08-13T18:50:40.408Z Compiling bzip2-sys v0.1.13+1.0.8
14102026-08-13T18:50:40.531Z Compiling foreign-types v0.3.2
14112026-08-13T18:50:40.614Z Compiling tempfile v3.25.0
14122026-08-13T18:50:40.629Z Compiling terminal_size v0.4.3
14132026-08-13T18:50:40.762Z Compiling unicode-normalization v0.1.25
14142026-08-13T18:50:40.775Z Compiling num-integer v0.1.46
14152026-08-13T18:50:40.797Z Compiling wait-timeout v0.2.1
14162026-08-13T18:50:40.830Z Compiling ahash v0.8.12
14172026-08-13T18:50:40.845Z Compiling quick-error v1.2.3
14182026-08-13T18:50:40.924Z Compiling time-core v0.1.8
14192026-08-13T18:50:40.951Z Compiling bit-vec v0.8.0
14202026-08-13T18:50:40.991Z Compiling powerfmt v0.2.0
14212026-08-13T18:50:41.006Z Compiling native-tls v0.2.18
14222026-08-13T18:50:41.033Z Compiling num-conv v0.2.0
14232026-08-13T18:50:41.088Z Compiling packed_struct v0.10.1
14242026-08-13T18:50:41.134Z Compiling num-bigint-dig v0.8.6
14252026-08-13T18:50:41.162Z Compiling funty v2.0.0
14262026-08-13T18:50:41.194Z Compiling adler2 v2.0.1
14272026-08-13T18:50:41.209Z Compiling deranged v0.5.8
14282026-08-13T18:50:41.212Z Compiling time-macros v0.2.27
14292026-08-13T18:50:41.254Z Compiling bit-set v0.8.0
14302026-08-13T18:50:41.271Z Compiling clap_builder v4.6.0
14312026-08-13T18:50:41.289Z Compiling num-iter v0.1.45
14322026-08-13T18:50:41.333Z Compiling miniz_oxide v0.8.9
14332026-08-13T18:50:41.349Z Compiling rusty-fork v0.3.1
14342026-08-13T18:50:41.456Z Compiling lazy_static v1.5.0
14352026-08-13T18:50:41.471Z Compiling rand_xorshift v0.4.0
14362026-08-13T18:50:41.524Z Compiling bitvec v1.0.1
14372026-08-13T18:50:41.580Z Compiling anstyle-parse v0.2.7
14382026-08-13T18:50:41.676Z Compiling sync_wrapper v1.0.2
14392026-08-13T18:50:41.702Z Compiling indexmap v1.9.3
14402026-08-13T18:50:41.781Z Compiling zlib-rs v0.6.2
14412026-08-13T18:50:41.798Z Compiling unarray v0.1.4
14422026-08-13T18:50:41.814Z Compiling paste v1.0.15
14432026-08-13T18:50:41.889Z Compiling serde_derive v1.0.228
14442026-08-13T18:50:41.921Z Compiling zeroize_derive v1.5.0
14452026-08-13T18:50:41.939Z Compiling zerofrom-derive v0.1.6
14462026-08-13T18:50:41.979Z Compiling zerocopy-derive v0.8.40
14472026-08-13T18:50:42.120Z Compiling yoke-derive v0.8.1
14482026-08-13T18:50:42.240Z Compiling zerovec-derive v0.11.2
14492026-08-13T18:50:42.331Z Compiling displaydoc v0.2.5
14502026-08-13T18:50:42.364Z Compiling tokio-macros v2.7.0
14512026-08-13T18:50:42.617Z Compiling zeroize v1.9.0
14522026-08-13T18:50:42.632Z Compiling futures-macro v0.3.32
14532026-08-13T18:50:43.029Z Compiling der_derive v0.7.3
14542026-08-13T18:50:43.124Z Compiling thiserror-impl v2.0.18
14552026-08-13T18:50:43.149Z Compiling tracing-attributes v0.1.31
14562026-08-13T18:50:43.225Z Compiling rustls-pki-types v1.14.0
14572026-08-13T18:50:43.383Z Compiling schemars_derive v0.8.22
14582026-08-13T18:50:43.404Z Compiling zerofrom v0.1.6
14592026-08-13T18:50:43.420Z Compiling block-buffer v0.10.4
14602026-08-13T18:50:43.472Z Compiling crypto-common v0.1.7
14612026-08-13T18:50:43.501Z Compiling futures-util v0.3.32
14622026-08-13T18:50:43.560Z Compiling yoke v0.8.1
14632026-08-13T18:50:43.619Z Compiling digest v0.10.7
14642026-08-13T18:50:43.650Z Compiling hybrid-array v0.4.13
14652026-08-13T18:50:43.723Z Compiling scroll_derive v0.13.1
14662026-08-13T18:50:43.774Z Compiling zerovec v0.11.5
14672026-08-13T18:50:43.903Z Compiling zerotrie v0.2.3
14682026-08-13T18:50:44.046Z Compiling der v0.7.10
14692026-08-13T18:50:44.238Z Compiling tinystr v0.8.2
14702026-08-13T18:50:44.317Z Compiling potential_utf v0.1.4
14712026-08-13T18:50:44.333Z Compiling sha2 v0.10.9
14722026-08-13T18:50:44.470Z Compiling icu_locale_core v2.1.1
14732026-08-13T18:50:44.500Z Compiling icu_collections v2.1.1
14742026-08-13T18:50:44.519Z Compiling pest_derive v2.8.6
14752026-08-13T18:50:44.537Z Compiling signature v2.2.0
14762026-08-13T18:50:44.561Z Compiling thiserror v2.0.18
14772026-08-13T18:50:44.576Z Compiling tracing v0.1.44
14782026-08-13T18:50:44.607Z Compiling scroll v0.13.0
14792026-08-13T18:50:44.701Z Compiling darling_macro v0.20.11
14802026-08-13T18:50:44.705Z Compiling openssl-macros v0.1.1
14812026-08-13T18:50:44.759Z Compiling thiserror-impl v1.0.69
14822026-08-13T18:50:44.888Z Compiling goblin v0.10.5
14832026-08-13T18:50:44.910Z Compiling spki v0.7.3
14842026-08-13T18:50:45.014Z Compiling hmac v0.12.1
14852026-08-13T18:50:45.036Z Compiling packed_struct_codegen v0.10.1
14862026-08-13T18:50:45.052Z Compiling clap_derive v4.6.1
14872026-08-13T18:50:45.160Z Compiling icu_provider v2.1.1
14882026-08-13T18:50:45.179Z Compiling pkcs8 v0.10.2
14892026-08-13T18:50:45.243Z Compiling darling v0.20.11
14902026-08-13T18:50:45.291Z Compiling zerocopy-derive v0.6.6
14912026-08-13T18:50:45.344Z Compiling bitfield-macros v0.19.4
14922026-08-13T18:50:45.386Z Compiling bytes v1.11.1
14932026-08-13T18:50:45.455Z Compiling icu_properties v2.1.2
14942026-08-13T18:50:45.472Z Compiling icu_normalizer v2.1.1
14952026-08-13T18:50:45.495Z Compiling chrono v0.4.45
14962026-08-13T18:50:45.699Z Compiling ipnet v2.11.0
14972026-08-13T18:50:45.854Z Compiling hex v0.4.3
14982026-08-13T18:50:46.038Z Compiling tokio v1.52.1
14992026-08-13T18:50:46.059Z Compiling http v1.4.2
15002026-08-13T18:50:46.086Z Compiling thiserror v1.0.69
15012026-08-13T18:50:46.177Z Compiling serde_spanned v0.6.9
15022026-08-13T18:50:46.199Z Compiling toml_datetime v0.6.11
15032026-08-13T18:50:46.212Z Compiling usdt-impl v0.6.0
15042026-08-13T18:50:46.251Z Compiling crc-catalog v2.4.0
15052026-08-13T18:50:46.255Z Compiling nodrop v0.1.14
15062026-08-13T18:50:46.281Z Compiling siphasher v1.0.2
15072026-08-13T18:50:46.351Z Compiling num_threads v0.1.7
15082026-08-13T18:50:46.371Z Compiling idna_adapter v1.2.1
15092026-08-13T18:50:46.387Z Compiling ppv-lite86 v0.2.21
15102026-08-13T18:50:46.465Z Compiling crossbeam-utils v0.8.21
15112026-08-13T18:50:46.499Z Compiling idna v1.1.0
15122026-08-13T18:50:46.513Z Compiling time v0.3.47
15132026-08-13T18:50:46.548Z Compiling array-init v0.0.4
15142026-08-13T18:50:46.583Z Compiling crc v3.4.0
15152026-08-13T18:50:46.635Z Compiling zerocopy v0.6.6
15162026-08-13T18:50:46.742Z Compiling rand_chacha v0.9.0
15172026-08-13T18:50:46.777Z Compiling http-body v1.0.1
15182026-08-13T18:50:46.792Z Compiling rand_chacha v0.3.1
15192026-08-13T18:50:46.812Z Compiling url v2.5.8
15202026-08-13T18:50:46.879Z Compiling clap v4.6.1
15212026-08-13T18:50:46.929Z Compiling http-body-util v0.1.3
15222026-08-13T18:50:46.960Z Compiling rand v0.9.2
15232026-08-13T18:50:47.004Z Compiling bitfield v0.19.4
15242026-08-13T18:50:47.018Z Compiling pkcs1 v0.7.5
15252026-08-13T18:50:47.036Z Compiling rand v0.8.6
15262026-08-13T18:50:47.194Z Compiling derive_builder_core v0.20.2
15272026-08-13T18:50:47.209Z Compiling dtrace-parser v0.3.0
15282026-08-13T18:50:47.446Z Compiling flate2 v1.1.9
15292026-08-13T18:50:47.604Z Compiling proptest v1.11.0
15302026-08-13T18:50:47.759Z Compiling dof v0.4.0
15312026-08-13T18:50:47.911Z Compiling scroll_derive v0.12.1
15322026-08-13T18:50:47.933Z Compiling structmeta-derive v0.3.0
15332026-08-13T18:50:47.973Z Compiling anstream v0.6.21
15342026-08-13T18:50:47.996Z Compiling smallvec v0.6.14
15352026-08-13T18:50:48.083Z Compiling darling_core v0.23.0
15362026-08-13T18:50:48.127Z Compiling ipnetwork v0.21.1
15372026-08-13T18:50:48.235Z Compiling heapless v0.7.17
15382026-08-13T18:50:48.272Z Compiling slog v2.8.2
15392026-08-13T18:50:48.307Z Compiling thread-id v5.1.0
15402026-08-13T18:50:48.327Z Compiling env_filter v1.0.0
15412026-08-13T18:50:48.418Z Compiling cookie v0.18.1
15422026-08-13T18:50:48.433Z Compiling signal-hook v0.3.18
15432026-08-13T18:50:48.499Z Compiling hashbrown v0.12.3
15442026-08-13T18:50:48.515Z Compiling winnow v0.5.40
15452026-08-13T18:50:48.561Z Compiling zstd-safe v7.2.4
15462026-08-13T18:50:48.623Z Compiling unicode-bidi v0.3.18
15472026-08-13T18:50:48.639Z Compiling unicode-properties v0.1.4
15482026-08-13T18:50:48.642Z Compiling allocator-api2 v0.2.21
15492026-08-13T18:50:48.669Z Compiling ryu v1.0.23
15502026-08-13T18:50:48.684Z Compiling base64 v0.21.7
15512026-08-13T18:50:48.790Z Compiling iri-string v0.7.10
15522026-08-13T18:50:48.883Z Compiling anyhow v1.0.102
15532026-08-13T18:50:48.897Z Compiling serde_urlencoded v0.7.1
15542026-08-13T18:50:48.978Z Compiling stringprep v0.1.5
15552026-08-13T18:50:49.023Z Compiling ron v0.8.1
15562026-08-13T18:50:49.052Z Compiling structmeta v0.3.0
15572026-08-13T18:50:49.073Z Compiling rsa v0.9.10
15582026-08-13T18:50:49.216Z Compiling scroll v0.12.0
15592026-08-13T18:50:49.247Z Compiling env_logger v0.11.9
15602026-08-13T18:50:49.410Z Compiling oxnet v0.1.6
15612026-08-13T18:50:49.443Z Compiling serde-hex v0.1.0
15622026-08-13T18:50:49.484Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15632026-08-13T18:50:49.500Z Compiling derive_builder_macro v0.20.2
15642026-08-13T18:50:49.643Z Compiling bzip2 v0.4.4
15652026-08-13T18:50:49.870Z Compiling tokio-util v0.7.18
15662026-08-13T18:50:49.886Z Compiling tower v0.5.3
15672026-08-13T18:50:49.930Z Compiling tokio-native-tls v0.3.1
15682026-08-13T18:50:49.984Z Compiling newtype-uuid v1.3.2
15692026-08-13T18:50:50.000Z Compiling toml_edit v0.19.15
15702026-08-13T18:50:50.055Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15712026-08-13T18:50:50.135Z Compiling hashbrown v0.13.2
15722026-08-13T18:50:50.271Z Compiling camino v1.2.2
15732026-08-13T18:50:50.322Z Compiling tower-http v0.6.8
15742026-08-13T18:50:50.356Z Compiling erased-serde v0.3.31
15752026-08-13T18:50:50.394Z Compiling serde_tokenstream v0.2.3
15762026-08-13T18:50:50.536Z Compiling x509-cert v0.2.5
15772026-08-13T18:50:50.606Z Compiling h2 v0.4.15
15782026-08-13T18:50:50.644Z Compiling darling_macro v0.23.0
15792026-08-13T18:50:50.673Z Compiling block-buffer v0.12.1
15802026-08-13T18:50:50.743Z Compiling block-padding v0.4.2
15812026-08-13T18:50:50.760Z Compiling crypto-common v0.2.2
15822026-08-13T18:50:50.869Z Compiling md-5 v0.10.6
15832026-08-13T18:50:50.902Z Compiling rustls-native-certs v0.8.3
15842026-08-13T18:50:50.944Z Compiling bstr v1.12.1
15852026-08-13T18:50:50.959Z Compiling async-trait v0.1.89
15862026-08-13T18:50:51.068Z Compiling daft-derive v0.1.7
15872026-08-13T18:50:51.195Z Compiling zerocopy-derive v0.7.35
15882026-08-13T18:50:51.224Z Compiling pin-project-internal v1.1.11
15892026-08-13T18:50:51.265Z Compiling curve25519-dalek v4.1.3
15902026-08-13T18:50:51.657Z Compiling vergen-lib v9.1.0
15912026-08-13T18:50:51.684Z Compiling hash32 v0.2.1
15922026-08-13T18:50:51.881Z Compiling encoding_rs v0.8.35
15932026-08-13T18:50:51.897Z Compiling memoffset v0.9.1
15942026-08-13T18:50:51.923Z Compiling fallible-iterator v0.2.0
15952026-08-13T18:50:51.937Z Compiling smoltcp v0.9.1
15962026-08-13T18:50:52.090Z Compiling litrs v1.0.0
15972026-08-13T18:50:52.126Z Compiling crc-any v2.5.0
15982026-08-13T18:50:52.141Z Compiling ref-cast v1.0.25
15992026-08-13T18:50:52.191Z Compiling rustix v0.38.44
16002026-08-13T18:50:52.207Z Compiling mime v0.3.17
16012026-08-13T18:50:52.282Z Compiling cfg_aliases v0.2.1
16022026-08-13T18:50:52.319Z Compiling psl-types v2.0.11
16032026-08-13T18:50:52.376Z Compiling nix v0.31.2
16042026-08-13T18:50:52.412Z Compiling postgres-protocol v0.6.10
16052026-08-13T18:50:52.427Z Compiling pin-project v1.1.11
16062026-08-13T18:50:52.485Z Compiling publicsuffix v2.3.0
16072026-08-13T18:50:52.514Z Compiling zerocopy v0.7.35
16082026-08-13T18:50:52.562Z Compiling daft v0.1.7
16092026-08-13T18:50:52.652Z Compiling document-features v0.2.12
16102026-08-13T18:50:52.696Z Compiling toml v0.7.8
16112026-08-13T18:50:52.709Z Compiling darling v0.23.0
16122026-08-13T18:50:52.713Z Compiling inout v0.2.2
16132026-08-13T18:50:52.795Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16142026-08-13T18:50:52.816Z Compiling object v0.30.4
16152026-08-13T18:50:52.886Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16162026-08-13T18:50:52.927Z Compiling derive_builder v0.20.2
16172026-08-13T18:50:53.007Z Compiling zip v0.6.6
16182026-08-13T18:50:53.106Z Compiling goblin v0.8.2
16192026-08-13T18:50:53.200Z Compiling derive-ex v0.1.8
16202026-08-13T18:50:53.280Z Compiling phf_shared v0.13.1
16212026-08-13T18:50:53.337Z Compiling futures-executor v0.3.32
16222026-08-13T18:50:53.384Z Compiling hubpack_derive v0.1.1
16232026-08-13T18:50:53.451Z Compiling regex v1.12.3
16242026-08-13T18:50:53.467Z Compiling snafu-derive v0.8.9
16252026-08-13T18:50:53.557Z Compiling ref-cast-impl v1.0.25
16262026-08-13T18:50:53.572Z Compiling strum_macros v0.27.2
16272026-08-13T18:50:53.611Z Compiling curve25519-dalek-derive v0.1.1
16282026-08-13T18:50:53.636Z Compiling vergen v9.1.0
16292026-08-13T18:50:53.772Z Compiling cargo-platform v0.3.2
16302026-08-13T18:50:53.855Z Compiling hyper v1.10.1
16312026-08-13T18:50:53.888Z Compiling ff v0.13.1
16322026-08-13T18:50:53.938Z Compiling fs-err v3.3.0
16332026-08-13T18:50:54.064Z Compiling bumpalo v3.20.2
16342026-08-13T18:50:54.081Z Compiling object v0.37.3
16352026-08-13T18:50:54.156Z Compiling base16ct v0.2.0
16362026-08-13T18:50:54.171Z Compiling jiff-core v0.1.0
16372026-08-13T18:50:54.199Z Compiling libbz2-rs-sys v0.2.2
16382026-08-13T18:50:54.314Z Compiling foldhash v0.1.5
16392026-08-13T18:50:54.357Z Compiling path-slash v0.1.5
16402026-08-13T18:50:54.371Z Compiling managed v0.8.0
16412026-08-13T18:50:54.391Z Compiling bitflags v1.3.2
16422026-08-13T18:50:54.491Z Compiling same-file v1.0.6
16432026-08-13T18:50:54.518Z Compiling foldhash v0.2.0
16442026-08-13T18:50:54.544Z Compiling unicode-segmentation v1.12.0
16452026-08-13T18:50:54.617Z Compiling either v1.15.0
16462026-08-13T18:50:54.691Z Compiling hashbrown v0.16.1
16472026-08-13T18:50:54.779Z Compiling walkdir v2.5.0
16482026-08-13T18:50:54.847Z Compiling bzip2 v0.6.1
16492026-08-13T18:50:54.900Z Compiling hashbrown v0.15.5
16502026-08-13T18:50:54.915Z Compiling test-strategy v0.4.5
16512026-08-13T18:50:54.968Z Compiling hyper-util v0.1.20
16522026-08-13T18:50:55.087Z Compiling jiff v0.2.34
16532026-08-13T18:50:55.175Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16542026-08-13T18:50:55.321Z Compiling sec1 v0.7.3
16552026-08-13T18:50:55.425Z Compiling snafu v0.8.9
16562026-08-13T18:50:55.506Z Compiling dof v0.3.0
16572026-08-13T18:50:55.509Z Compiling zopfli v0.8.3
16582026-08-13T18:50:55.618Z Compiling strum v0.27.2
16592026-08-13T18:50:55.731Z Compiling group v0.13.0
16602026-08-13T18:50:55.774Z Compiling cargo_metadata v0.23.1
16612026-08-13T18:50:55.789Z Compiling hubpack v0.1.2
16622026-08-13T18:50:55.832Z Compiling futures v0.3.32
16632026-08-13T18:50:55.850Z Compiling phf v0.13.1
16642026-08-13T18:50:55.943Z Compiling cookie_store v0.22.1
16652026-08-13T18:50:55.958Z Compiling signal-hook-mio v0.2.5
16662026-08-13T18:50:56.054Z Compiling zstd v0.13.3
16672026-08-13T18:50:56.157Z Compiling cipher v0.5.2
16682026-08-13T18:50:56.261Z Compiling serde_with_macros v3.21.0
16692026-08-13T18:50:56.305Z Compiling postgres-types v0.2.12
16702026-08-13T18:50:56.392Z Compiling hyper-tls v0.6.0
16712026-08-13T18:50:56.501Z Compiling globset v0.4.18
16722026-08-13T18:50:56.572Z Compiling usdt-macro v0.6.0
16732026-08-13T18:50:56.610Z Compiling reqwest v0.12.28
16742026-08-13T18:50:56.638Z Compiling usdt-attr-macro v0.6.0
16752026-08-13T18:50:56.669Z Compiling byte-wrapper v0.1.0
16762026-08-13T18:50:56.690Z Compiling phf_shared v0.11.3
16772026-08-13T18:50:56.780Z Compiling dtrace-parser v0.2.0
16782026-08-13T18:50:56.902Z Compiling serde-big-array v0.5.1
16792026-08-13T18:50:56.917Z Compiling serde_plain v1.0.2
16802026-08-13T18:50:57.047Z Compiling olpc-cjson v0.1.4
16812026-08-13T18:50:57.077Z Compiling ed25519 v2.2.3
16822026-08-13T18:50:57.150Z Compiling hkdf v0.12.4
16832026-08-13T18:50:57.221Z Compiling crypto-bigint v0.5.5
16842026-08-13T18:50:57.248Z Compiling async-recursion v1.1.1
16852026-08-13T18:50:57.263Z Compiling serde_repr v0.1.20
16862026-08-13T18:50:57.365Z Compiling strum_macros v0.26.4
16872026-08-13T18:50:57.416Z Compiling enum-as-inner v0.6.1
16882026-08-13T18:50:57.474Z Compiling float-cmp v0.10.0
16892026-08-13T18:50:57.530Z Compiling pem v3.0.6
16902026-08-13T18:50:57.578Z Compiling memmap2 v0.9.10
16912026-08-13T18:50:57.593Z Compiling thread-id v4.2.2
16922026-08-13T18:50:57.656Z Compiling precomputed-hash v0.1.1
16932026-08-13T18:50:57.704Z Compiling winnow v1.0.3
16942026-08-13T18:50:57.772Z Compiling fixedbitset v0.4.2
16952026-08-13T18:50:57.830Z Compiling const-oid v0.10.2
16962026-08-13T18:50:57.853Z Compiling predicates-core v1.0.10
16972026-08-13T18:50:57.892Z Compiling normalize-line-endings v0.3.0
16982026-08-13T18:50:57.965Z Compiling whoami v2.1.0
16992026-08-13T18:50:57.980Z Compiling fixedbitset v0.5.7
17002026-08-13T18:50:58.021Z Compiling data-encoding v2.10.0
17012026-08-13T18:50:58.036Z Compiling typed-path v0.9.3
17022026-08-13T18:50:58.050Z Compiling static_assertions v1.1.0
17032026-08-13T18:50:58.068Z Compiling cpufeatures v0.3.0
17042026-08-13T18:50:58.068Z Compiling difflib v0.4.0
17052026-08-13T18:50:58.097Z Compiling new_debug_unreachable v1.0.6
17062026-08-13T18:50:58.145Z Compiling keccak v0.1.6
17072026-08-13T18:50:58.170Z Compiling string_cache v0.8.9
17082026-08-13T18:50:58.188Z Compiling chacha20 v0.10.0
17092026-08-13T18:50:58.329Z Compiling predicates v3.1.4
17102026-08-13T18:50:58.345Z Compiling hickory-proto v0.25.2
17112026-08-13T18:50:58.385Z Compiling sha3 v0.10.8
17122026-08-13T18:50:58.436Z Compiling elliptic-curve v0.13.8
17132026-08-13T18:50:58.604Z Compiling petgraph v0.8.3
17142026-08-13T18:50:58.673Z Compiling tokio-postgres v0.7.16
17152026-08-13T18:50:58.703Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17162026-08-13T18:50:58.735Z Compiling toml_edit v0.22.27
17172026-08-13T18:50:58.750Z Compiling toml_parser v1.1.2+spec-1.1.0
17182026-08-13T18:50:58.866Z Compiling digest v0.11.3
17192026-08-13T18:50:58.883Z Compiling petgraph v0.6.5
17202026-08-13T18:50:58.915Z Compiling usdt v0.6.0
17212026-08-13T18:50:59.010Z Compiling usdt-impl v0.5.0
17222026-08-13T18:50:59.130Z Compiling serde_with v3.21.0
17232026-08-13T18:50:59.193Z Compiling strum v0.26.3
17242026-08-13T18:50:59.225Z Compiling zip v4.6.1
17252026-08-13T18:50:59.302Z Compiling crossterm v0.28.1
17262026-08-13T18:50:59.357Z Compiling ed25519-dalek v2.2.0
17272026-08-13T18:50:59.373Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17282026-08-13T18:50:59.837Z Compiling iddqd v0.4.2
17292026-08-13T18:51:00.346Z Compiling similar v2.7.0
17302026-08-13T18:51:00.412Z Compiling heck v0.4.1
17312026-08-13T18:51:00.427Z Compiling itertools v0.15.0
17322026-08-13T18:51:00.570Z Compiling itertools v0.13.0
17332026-08-13T18:51:00.585Z Compiling tokio-stream v0.1.18
17342026-08-13T18:51:00.669Z Compiling crossbeam-epoch v0.9.18
17352026-08-13T18:51:00.889Z Compiling buf-list v1.1.2
17362026-08-13T18:51:00.938Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17372026-08-13T18:51:00.941Z Compiling openapiv3 v2.2.0
17382026-08-13T18:51:01.027Z Compiling peg-runtime v0.8.5
17392026-08-13T18:51:01.092Z Compiling lalrpop-util v0.19.12
17402026-08-13T18:51:01.150Z Compiling thread_local v1.1.9
17412026-08-13T18:51:01.246Z Compiling slog-async v2.8.0
17422026-08-13T18:51:01.259Z Compiling crossbeam-channel v0.5.15
17432026-08-13T18:51:01.302Z Compiling is-terminal v0.4.17
17442026-08-13T18:51:01.346Z Compiling filetime v0.2.27
17452026-08-13T18:51:01.360Z Compiling xattr v1.6.1
17462026-08-13T18:51:01.420Z Compiling take_mut v0.2.2
17472026-08-13T18:51:01.433Z Compiling term v1.2.1
17482026-08-13T18:51:01.447Z Compiling camino-tempfile v1.4.1
17492026-08-13T18:51:01.515Z Compiling tar v0.4.46
17502026-08-13T18:51:01.751Z Compiling slog-term v2.9.2
17512026-08-13T18:51:19.089Z Compiling rustls-webpki v0.103.13
17522026-08-13T18:51:21.746Z Compiling tokio-rustls v0.26.4
17532026-08-13T18:51:21.746Z Compiling rustls-platform-verifier v0.6.2
17542026-08-13T18:51:21.750Z Compiling tough v0.22.0
17552026-08-13T18:51:21.965Z Compiling hyper-rustls v0.27.7
17562026-08-13T18:51:22.151Z Compiling reqwest v0.13.2
17572026-08-13T18:51:24.277Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17582026-08-13T18:51:24.511Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17592026-08-13T18:51:27.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.99s
17602026-08-13T18:51:27.569Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17612026-08-13T18:51:27.624ZAug 13 18:51:27.393 INFO Starting download, target: Clickhouse
17622026-08-13T18:51:27.624ZAug 13 18:51:27.394 INFO Starting download, target: Console
17632026-08-13T18:51:27.624ZAug 13 18:51:27.394 INFO Starting download, target: DendriteStub
17642026-08-13T18:51:27.624ZAug 13 18:51:27.394 INFO Starting download, target: Cockroach
17652026-08-13T18:51:27.629ZAug 13 18:51:27.394 INFO Starting download, target: MaghemiteMgd
17662026-08-13T18:51:27.629ZAug 13 18:51:27.394 INFO Starting download, target: MaghemiteDdmd
17672026-08-13T18:51:27.629ZAug 13 18:51:27.394 INFO Starting download, target: TransceiverControl
17682026-08-13T18:51:27.629ZAug 13 18:51:27.394 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17692026-08-13T18:51:27.629ZAug 13 18:51:27.394 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17702026-08-13T18:51:27.629ZAug 13 18:51:27.394 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17712026-08-13T18:51:27.629ZAug 13 18:51:27.394 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17722026-08-13T18:51:27.629ZAug 13 18:51:27.394 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17732026-08-13T18:51:27.629ZAug 13 18:51:27.394 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17742026-08-13T18:51:27.629ZAug 13 18:51:27.395 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17752026-08-13T18:51:28.100ZAug 13 18:51:27.834 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17762026-08-13T18:51:28.298ZAug 13 18:51:28.054 INFO Download complete, target: TransceiverControl
17772026-08-13T18:51:29.410ZAug 13 18:51:29.161 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17782026-08-13T18:51:29.612ZAug 13 18:51:29.364 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17792026-08-13T18:51:29.708ZAug 13 18:51:29.422 INFO Download complete, target: Console
17802026-08-13T18:51:29.812ZAug 13 18:51:29.581 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17812026-08-13T18:51:30.254ZAug 13 18:51:30.000 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17822026-08-13T18:51:31.428ZAug 13 18:51:31.188 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17832026-08-13T18:51:31.556ZAug 13 18:51:31.303 INFO Download complete, target: MaghemiteDdmd
17842026-08-13T18:51:32.334ZAug 13 18:51:32.095 INFO Download complete, target: DendriteStub
17852026-08-13T18:51:32.806ZAug 13 18:51:32.560 INFO Download complete, target: MaghemiteMgd
17862026-08-13T18:51:32.965ZAug 13 18:51:32.734 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17872026-08-13T18:51:32.965ZAug 13 18:51:32.734 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17882026-08-13T18:51:37.607ZAug 13 18:51:37.351 INFO Checking that binary works, target: Cockroach
17892026-08-13T18:51:37.716ZAug 13 18:51:37.474 INFO Download complete, target: Cockroach
17902026-08-13T18:51:38.305ZAug 13 18:51:37.976 INFO Checking that binary works, target: Clickhouse
17912026-08-13T18:51:38.422ZAug 13 18:51:38.061 INFO Download complete, target: Clickhouse
17922026-08-13T18:51:38.422ZAll prerequisites installed successfully
17932026-08-13T18:51:38.422Z
17942026-08-13T18:51:38.422Zreal 1:55.796694424
17952026-08-13T18:51:38.422Zuser 7:08.462369084
17962026-08-13T18:51:38.423Zsys 1:48.510069186
17972026-08-13T18:51:38.423Ztrap 0.263007175
17982026-08-13T18:51:38.423Ztflt 1.025083096
17992026-08-13T18:51:38.423Zdflt 1.804830600
18002026-08-13T18:51:38.423Zkflt 0.025961305
18012026-08-13T18:51:38.423Zlock 28:58.863596310
18022026-08-13T18:51:38.423Zslp 19:51.766218413
18032026-08-13T18:51:38.423Zlat 25.523537398
18042026-08-13T18:51:38.423Zstop 3:27.054616313
18052026-08-13T18:51:38.423Z+ ptime -m cargo xtask download softnpu
18062026-08-13T18:51:38.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18072026-08-13T18:51:38.830Z Running `target/debug/xtask download softnpu`
18082026-08-13T18:51:39.544Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
18092026-08-13T18:51:39.607Z Running `target/debug/xtask-downloader softnpu`
18102026-08-13T18:51:39.652ZAug 13 18:51:39.420 INFO Starting download, target: Softnpu
18112026-08-13T18:51:39.656ZAug 13 18:51:39.421 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
18122026-08-13T18:51:42.599ZAug 13 18:51:42.317 INFO Download complete, target: Softnpu
18132026-08-13T18:51:42.673Z
18142026-08-13T18:51:42.673Zreal 4.247256496
18152026-08-13T18:51:42.673Zuser 1.317719027
18162026-08-13T18:51:42.673Zsys 0.635661238
18172026-08-13T18:51:42.674Ztrap 0.000518190
18182026-08-13T18:51:42.674Ztflt 0.000421940
18192026-08-13T18:51:42.674Zdflt 0.000357460
18202026-08-13T18:51:42.674Zkflt 0.000000000
18212026-08-13T18:51:42.674Zlock 54.984141025
18222026-08-13T18:51:42.674Zslp 2.740170812
18232026-08-13T18:51:42.674Zlat 0.115772845
18242026-08-13T18:51:42.674Zstop 0.000185740
18252026-08-13T18:51:42.674Z+ export CARGO_INCREMENTAL=0
18262026-08-13T18:51:42.674Z+ CARGO_INCREMENTAL=0
18272026-08-13T18:51:42.674Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18282026-08-13T18:51:43.520Z Compiling proc-macro2 v1.0.106
18292026-08-13T18:51:43.520Z Compiling quote v1.0.45
18302026-08-13T18:51:43.520Z Compiling unicode-ident v1.0.24
18312026-08-13T18:51:43.645Z Compiling libc v0.2.185
18322026-08-13T18:51:43.645Z Compiling serde_core v1.0.228
18332026-08-13T18:51:43.645Z Compiling serde v1.0.228
18342026-08-13T18:51:43.645Z Compiling cfg-if v1.0.4
18352026-08-13T18:51:43.645Z Compiling version_check v0.9.5
18362026-08-13T18:51:43.645Z Compiling autocfg v1.5.0
18372026-08-13T18:51:43.645Z Compiling shlex v1.3.0
18382026-08-13T18:51:43.761Z Compiling find-msvc-tools v0.1.9
18392026-08-13T18:51:43.761Z Compiling memchr v2.8.0
18402026-08-13T18:51:43.762Z Compiling zmij v1.0.21
18412026-08-13T18:51:43.762Z Compiling serde_json v1.0.151
18422026-08-13T18:51:43.930Z Compiling portable-atomic v1.13.1
18432026-08-13T18:51:44.026Z Compiling zerocopy v0.8.40
18442026-08-13T18:51:44.026Z Compiling libm v0.2.16
18452026-08-13T18:51:44.026Z Compiling getrandom v0.4.1
18462026-08-13T18:51:44.132Z Compiling parking_lot_core v0.9.12
18472026-08-13T18:51:44.132Z Compiling icu_properties_data v2.1.2
18482026-08-13T18:51:44.132Z Compiling smallvec v1.15.1
18492026-08-13T18:51:44.133Z Compiling icu_normalizer_data v2.1.1
18502026-08-13T18:51:44.277Z Compiling num-traits v0.2.19
18512026-08-13T18:51:44.414Z Compiling generic-array v0.14.7
18522026-08-13T18:51:44.414Z Compiling itoa v1.0.17
18532026-08-13T18:51:44.414Z Compiling log v0.4.29
18542026-08-13T18:51:44.414Z Compiling subtle v2.6.1
18552026-08-13T18:51:44.415Z Compiling pkg-config v0.3.32
18562026-08-13T18:51:44.547Z Compiling typenum v1.20.1
18572026-08-13T18:51:44.587Z Compiling stable_deref_trait v1.2.1
18582026-08-13T18:51:44.588Z Compiling getrandom v0.3.4
18592026-08-13T18:51:44.588Z Compiling scopeguard v1.2.0
18602026-08-13T18:51:44.588Z Compiling thiserror v2.0.18
18612026-08-13T18:51:44.663Z Compiling jobserver v0.1.34
18622026-08-13T18:51:44.738Z Compiling errno v0.3.14
18632026-08-13T18:51:44.738Z Compiling rustix v1.1.3
18642026-08-13T18:51:44.801Z Compiling lock_api v0.4.14
18652026-08-13T18:51:44.898Z Compiling cc v1.2.56
18662026-08-13T18:51:44.918Z Compiling rand_core v0.10.0
18672026-08-13T18:51:44.918Z Compiling getrandom v0.2.17
18682026-08-13T18:51:44.936Z Compiling heck v0.5.0
18692026-08-13T18:51:44.991Z Compiling equivalent v1.0.2
18702026-08-13T18:51:45.113Z Compiling rand_core v0.6.4
18712026-08-13T18:51:45.161Z Compiling syn v1.0.109
18722026-08-13T18:51:45.191Z Compiling pin-project-lite v0.2.17
18732026-08-13T18:51:45.212Z Compiling syn v2.0.117
18742026-08-13T18:51:45.226Z Compiling critical-section v1.2.0
18752026-08-13T18:51:45.275Z Compiling litemap v0.8.1
18762026-08-13T18:51:45.298Z Compiling percent-encoding v2.3.2
18772026-08-13T18:51:45.323Z Compiling schemars v0.8.22
18782026-08-13T18:51:45.368Z Compiling writeable v0.6.2
18792026-08-13T18:51:45.400Z Compiling hashbrown v0.17.0
18802026-08-13T18:51:45.513Z Compiling rustversion v1.0.22
18812026-08-13T18:51:45.551Z Compiling once_cell v1.21.3
18822026-08-13T18:51:45.582Z Compiling fs_extra v1.3.0
18832026-08-13T18:51:45.597Z Compiling dunce v1.0.5
18842026-08-13T18:51:45.668Z Compiling cmake v0.1.57
18852026-08-13T18:51:45.811Z Compiling byteorder v1.5.0
18862026-08-13T18:51:45.849Z Compiling strsim v0.11.1
18872026-08-13T18:51:45.891Z Compiling semver v1.0.28
18882026-08-13T18:51:45.983Z Compiling indexmap v2.14.0
18892026-08-13T18:51:45.998Z Compiling bitflags v2.11.0
18902026-08-13T18:51:46.050Z Compiling signal-hook-registry v1.4.8
18912026-08-13T18:51:46.247Z Compiling aws-lc-sys v0.40.0
18922026-08-13T18:51:46.262Z Compiling thiserror v1.0.69
18932026-08-13T18:51:46.266Z Compiling utf8_iter v1.0.4
18942026-08-13T18:51:46.292Z Compiling parking_lot v0.12.5
18952026-08-13T18:51:46.435Z Compiling form_urlencoded v1.2.2
18962026-08-13T18:51:46.475Z Compiling mio v1.2.0
18972026-08-13T18:51:46.498Z Compiling socket2 v0.6.3
18982026-08-13T18:51:46.587Z Compiling const-oid v0.9.6
18992026-08-13T18:51:46.622Z Compiling aws-lc-rs v1.16.3
19002026-08-13T18:51:46.646Z Compiling futures-core v0.3.32
19012026-08-13T18:51:46.825Z Compiling httparse v1.10.1
19022026-08-13T18:51:47.116Z Compiling regex-syntax v0.8.10
19032026-08-13T18:51:47.149Z Compiling fnv v1.0.7
19042026-08-13T18:51:47.195Z Compiling crc32fast v1.5.0
19052026-08-13T18:51:47.225Z Compiling ucd-trie v0.1.7
19062026-08-13T18:51:47.271Z Compiling ident_case v1.0.1
19072026-08-13T18:51:47.307Z Compiling vcpkg v0.2.15
19082026-08-13T18:51:47.338Z Compiling iana-time-zone v0.1.65
19092026-08-13T18:51:47.381Z Compiling pest v2.8.6
19102026-08-13T18:51:47.444Z Compiling uuid v1.23.4
19112026-08-13T18:51:47.540Z Compiling rustc_version v0.4.1
19122026-08-13T18:51:47.650Z Compiling rustls v0.23.41
19132026-08-13T18:51:47.674Z Compiling futures-sink v0.3.32
19142026-08-13T18:51:47.816Z Compiling futures-channel v0.3.32
19152026-08-13T18:51:47.874Z Compiling aho-corasick v1.1.4
19162026-08-13T18:51:47.903Z Compiling openssl-sys v0.9.117
19172026-08-13T18:51:47.923Z Compiling slab v0.4.12
19182026-08-13T18:51:47.945Z Compiling futures-io v0.3.32
19192026-08-13T18:51:48.088Z Compiling synstructure v0.13.2
19202026-08-13T18:51:48.092Z Compiling serde_derive_internals v0.29.1
19212026-08-13T18:51:48.124Z Compiling futures-task v0.3.32
19222026-08-13T18:51:48.365Z Compiling time-core v0.1.8
19232026-08-13T18:51:48.381Z Compiling num-conv v0.2.0
19242026-08-13T18:51:48.391Z Compiling plain v0.2.3
19252026-08-13T18:51:48.392Z Compiling dyn-clone v1.0.20
19262026-08-13T18:51:48.429Z Compiling radium v0.7.0
19272026-08-13T18:51:48.446Z Compiling pest_meta v2.8.6
19282026-08-13T18:51:48.559Z Compiling time-macros v0.2.27
19292026-08-13T18:51:48.603Z Compiling crossbeam-utils v0.8.21
19302026-08-13T18:51:48.654Z Compiling base64ct v1.8.3
19312026-08-13T18:51:48.670Z Compiling base64 v0.22.1
19322026-08-13T18:51:48.712Z Compiling regex-automata v0.4.14
19332026-08-13T18:51:48.832Z Compiling pretty-hex v0.4.1
19342026-08-13T18:51:48.876Z Compiling openssl v0.10.80
19352026-08-13T18:51:48.904Z Compiling maybe-uninit v2.0.0
19362026-08-13T18:51:48.953Z Compiling pem-rfc7468 v0.7.0
19372026-08-13T18:51:49.045Z Compiling pest_generator v2.8.6
19382026-08-13T18:51:49.149Z Compiling flagset v0.4.7
19392026-08-13T18:51:49.167Z Compiling darling_core v0.23.0
19402026-08-13T18:51:49.189Z Compiling rand_core v0.9.5
19412026-08-13T18:51:49.210Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19422026-08-13T18:51:49.210Z Compiling bzip2-sys v0.1.13+1.0.8
19432026-08-13T18:51:49.235Z Compiling ahash v0.8.12
19442026-08-13T18:51:49.265Z Compiling serde_derive v1.0.228
19452026-08-13T18:51:49.271Z Compiling zeroize_derive v1.5.0
19462026-08-13T18:51:49.271Z Compiling zerofrom-derive v0.1.6
19472026-08-13T18:51:49.311Z Compiling yoke-derive v0.8.1
19482026-08-13T18:51:49.429Z Compiling zerocopy-derive v0.8.40
19492026-08-13T18:51:49.496Z Compiling zerovec-derive v0.11.2
19502026-08-13T18:51:49.548Z Compiling displaydoc v0.2.5
19512026-08-13T18:51:49.551Z Compiling tokio-macros v2.7.0
19522026-08-13T18:51:49.614Z Compiling futures-macro v0.3.32
19532026-08-13T18:51:49.629Z Compiling thiserror-impl v2.0.18
19542026-08-13T18:51:49.692Z Compiling schemars_derive v0.8.22
19552026-08-13T18:51:49.708Z Compiling der_derive v0.7.3
19562026-08-13T18:51:49.898Z Compiling zeroize v1.9.0
19572026-08-13T18:51:50.275Z Compiling tracing-attributes v0.1.31
19582026-08-13T18:51:50.297Z Compiling thiserror-impl v1.0.69
19592026-08-13T18:51:50.332Z Compiling pest_derive v2.8.6
19602026-08-13T18:51:50.432Z Compiling zerofrom v0.1.6
19612026-08-13T18:51:50.565Z Compiling yoke v0.8.1
19622026-08-13T18:51:50.623Z Compiling futures-util v0.3.32
19632026-08-13T18:51:50.801Z Compiling zerovec v0.11.5
19642026-08-13T18:51:50.819Z Compiling zerotrie v0.2.3
19652026-08-13T18:51:50.852Z Compiling crypto-common v0.1.7
19662026-08-13T18:51:50.916Z Compiling block-buffer v0.10.4
19672026-08-13T18:51:51.081Z Compiling digest v0.10.7
19682026-08-13T18:51:51.274Z Compiling scroll_derive v0.12.1
19692026-08-13T18:51:51.302Z Compiling scroll_derive v0.13.1
19702026-08-13T18:51:51.318Z Compiling der v0.7.10
19712026-08-13T18:51:51.340Z Compiling tinystr v0.8.2
19722026-08-13T18:51:51.398Z Compiling potential_utf v0.1.4
19732026-08-13T18:51:51.434Z Compiling openssl-macros v0.1.1
19742026-08-13T18:51:51.482Z Compiling packed_struct v0.10.1
19752026-08-13T18:51:51.608Z Compiling icu_locale_core v2.1.1
19762026-08-13T18:51:51.627Z Compiling icu_collections v2.1.1
19772026-08-13T18:51:51.759Z Compiling anyhow v1.0.102
19782026-08-13T18:51:51.906Z Compiling num-bigint-dig v0.8.6
19792026-08-13T18:51:51.967Z Compiling native-tls v0.2.18
19802026-08-13T18:51:52.110Z Compiling darling_macro v0.23.0
19812026-08-13T18:51:52.126Z Compiling regex v1.12.3
19822026-08-13T18:51:52.143Z Compiling zerocopy-derive v0.7.35
19832026-08-13T18:51:52.219Z Compiling spki v0.7.3
19842026-08-13T18:51:52.387Z Compiling icu_provider v2.1.1
19852026-08-13T18:51:52.509Z Compiling bytes v1.11.1
19862026-08-13T18:51:52.609Z Compiling chrono v0.4.45
19872026-08-13T18:51:52.624Z Compiling serde_tokenstream v0.2.3
19882026-08-13T18:51:52.677Z Compiling icu_normalizer v2.1.1
19892026-08-13T18:51:52.772Z Compiling icu_properties v2.1.2
19902026-08-13T18:51:52.996Z Compiling slog v2.8.2
19912026-08-13T18:51:53.174Z Compiling tokio v1.52.1
19922026-08-13T18:51:53.222Z Compiling http v1.4.2
19932026-08-13T18:51:53.381Z Compiling tracing-core v0.1.36
19942026-08-13T18:51:53.440Z Compiling cookie v0.18.1
19952026-08-13T18:51:53.701Z Compiling idna_adapter v1.2.1
19962026-08-13T18:51:53.870Z Compiling idna v1.1.0
19972026-08-13T18:51:53.895Z Compiling ppv-lite86 v0.2.21
19982026-08-13T18:51:53.971Z Compiling cpufeatures v0.2.17
19992026-08-13T18:51:53.994Z Compiling camino v1.2.2
20002026-08-13T18:51:54.114Z Compiling utf8parse v0.2.2
20012026-08-13T18:51:54.129Z Compiling tracing v0.1.44
20022026-08-13T18:51:54.250Z Compiling url v2.5.8
20032026-08-13T18:51:54.265Z Compiling rand_chacha v0.9.0
20042026-08-13T18:51:54.331Z Compiling darling v0.23.0
20052026-08-13T18:51:54.334Z Compiling toml_datetime v0.6.11
20062026-08-13T18:51:54.361Z Compiling serde_spanned v0.6.9
20072026-08-13T18:51:54.441Z Compiling zerocopy-derive v0.6.6
20082026-08-13T18:51:54.458Z Compiling clap_derive v4.6.1
20092026-08-13T18:51:54.535Z Compiling bitfield-macros v0.19.4
20102026-08-13T18:51:54.550Z Compiling packed_struct_codegen v0.10.1
20112026-08-13T18:51:54.638Z Compiling indexmap v1.9.3
20122026-08-13T18:51:54.912Z Compiling anstyle v1.0.14
20132026-08-13T18:51:55.163Z Compiling paste v1.0.15
20142026-08-13T18:51:55.217Z Compiling rand v0.9.2
20152026-08-13T18:51:55.220Z Compiling http-body v1.0.1
20162026-08-13T18:51:55.247Z Compiling pkcs8 v0.10.2
20172026-08-13T18:51:55.406Z Compiling rustls-pki-types v1.14.0
20182026-08-13T18:51:55.555Z Compiling spin v0.9.8
20192026-08-13T18:51:55.572Z Compiling usdt-impl v0.5.0
20202026-08-13T18:51:55.589Z Compiling winnow v0.5.40
20212026-08-13T18:51:55.824Z Compiling cmov v0.5.4
20222026-08-13T18:51:55.839Z Compiling tinyvec_macros v0.1.1
20232026-08-13T18:51:55.933Z Compiling openssl-probe v0.2.1
20242026-08-13T18:51:55.976Z Compiling is_terminal_polyfill v1.70.2
20252026-08-13T18:51:55.994Z Compiling ref-cast v1.0.25
20262026-08-13T18:51:56.055Z Compiling anstyle-query v1.1.5
20272026-08-13T18:51:56.075Z Compiling colorchoice v1.0.4
20282026-08-13T18:51:56.095Z Compiling usdt-impl v0.6.0
20292026-08-13T18:51:56.110Z Compiling fastrand v2.3.0
20302026-08-13T18:51:56.127Z Compiling either v1.15.0
20312026-08-13T18:51:56.191Z Compiling ctutils v0.4.2
20322026-08-13T18:51:56.298Z Compiling tinyvec v1.10.0
20332026-08-13T18:51:56.387Z Compiling sha2 v0.10.9
20342026-08-13T18:51:56.490Z Compiling scroll v0.13.0
20352026-08-13T18:51:56.504Z Compiling scroll v0.12.0
20362026-08-13T18:51:56.662Z Compiling async-trait v0.1.89
20372026-08-13T18:51:56.756Z Compiling heapless v0.7.17
20382026-08-13T18:51:56.834Z Compiling rustix v0.38.44
20392026-08-13T18:51:56.853Z Compiling tower-service v0.3.3
20402026-08-13T18:51:56.869Z Compiling atomic-waker v1.1.2
20412026-08-13T18:51:56.873Z Compiling try-lock v0.2.5
20422026-08-13T18:51:56.964Z Compiling toml_edit v0.19.15
20432026-08-13T18:51:56.980Z Compiling tower-layer v0.3.3
20442026-08-13T18:51:57.019Z Compiling tokio-util v0.7.18
20452026-08-13T18:51:57.052Z Compiling winnow v0.7.14
20462026-08-13T18:51:57.168Z Compiling litrs v1.0.0
20472026-08-13T18:51:57.183Z Compiling zstd-safe v7.2.4
20482026-08-13T18:51:57.220Z Compiling untrusted v0.7.1
20492026-08-13T18:51:57.313Z Compiling winnow v1.0.3
20502026-08-13T18:51:57.376Z Compiling signal-hook v0.3.18
20512026-08-13T18:51:57.579Z Compiling tempfile v3.25.0
20522026-08-13T18:51:57.595Z Compiling want v0.3.1
20532026-08-13T18:51:57.654Z Compiling document-features v0.2.12
20542026-08-13T18:51:57.683Z Compiling toml_parser v1.1.2+spec-1.1.0
20552026-08-13T18:51:57.736Z Compiling h2 v0.4.15
20562026-08-13T18:51:58.199Z Compiling goblin v0.8.2
20572026-08-13T18:51:58.206Z Compiling goblin v0.10.5
20582026-08-13T18:51:58.262Z Compiling hybrid-array v0.4.13
20592026-08-13T18:51:58.294Z Compiling itertools v0.15.0
20602026-08-13T18:51:58.367Z Compiling anstyle-parse v1.0.0
20612026-08-13T18:51:58.543Z Compiling zerocopy v0.7.35
20622026-08-13T18:51:58.575Z Compiling ipnet v2.11.0
20632026-08-13T18:51:59.025Z Compiling structmeta-derive v0.3.0
20642026-08-13T18:51:59.043Z Compiling daft-derive v0.1.7
20652026-08-13T18:51:59.057Z Compiling ref-cast-impl v1.0.25
20662026-08-13T18:51:59.125Z Compiling darling_core v0.20.11
20672026-08-13T18:51:59.144Z Compiling curve25519-dalek v4.1.3
20682026-08-13T18:51:59.219Z Compiling memoffset v0.9.1
20692026-08-13T18:51:59.233Z Compiling untrusted v0.9.0
20702026-08-13T18:51:59.385Z Compiling powerfmt v0.2.0
20712026-08-13T18:51:59.447Z Compiling foreign-types-shared v0.1.1
20722026-08-13T18:51:59.564Z Compiling simd-adler32 v0.3.8
20732026-08-13T18:51:59.702Z Compiling httpdate v1.0.3
20742026-08-13T18:51:59.718Z Compiling tap v1.0.1
20752026-08-13T18:51:59.757Z Compiling deranged v0.5.8
20762026-08-13T18:51:59.799Z Compiling foreign-types v0.3.2
20772026-08-13T18:51:59.829Z Compiling wyz v0.5.1
20782026-08-13T18:51:59.929Z Compiling anstream v1.0.0
20792026-08-13T18:52:00.025Z Compiling structmeta v0.3.0
20802026-08-13T18:52:00.069Z Compiling unicode-normalization v0.1.25
20812026-08-13T18:52:00.327Z Compiling dtrace-parser v0.2.0
20822026-08-13T18:52:00.348Z Compiling rand_chacha v0.3.1
20832026-08-13T18:52:00.570Z Compiling dof v0.3.0
20842026-08-13T18:52:00.696Z Compiling hex v0.4.3
20852026-08-13T18:52:00.766Z Compiling dtrace-parser v0.3.0
20862026-08-13T18:52:00.944Z Compiling dof v0.4.0
20872026-08-13T18:52:00.960Z Compiling hyper v1.10.1
20882026-08-13T18:52:00.983Z Compiling signature v2.2.0
20892026-08-13T18:52:00.997Z Compiling terminal_size v0.4.3
20902026-08-13T18:52:01.145Z Compiling darling_macro v0.20.11
20912026-08-13T18:52:01.162Z Compiling pin-project-internal v1.1.11
20922026-08-13T18:52:01.229Z Compiling num-integer v0.1.46
20932026-08-13T18:52:01.263Z Compiling wait-timeout v0.2.1
20942026-08-13T18:52:01.382Z Compiling thread-id v4.2.2
20952026-08-13T18:52:01.495Z Compiling thread-id v5.1.0
20962026-08-13T18:52:01.572Z Compiling smoltcp v0.9.1
20972026-08-13T18:52:01.614Z Compiling quick-error v1.2.3
20982026-08-13T18:52:01.632Z Compiling clap_lex v1.0.0
20992026-08-13T18:52:01.671Z Compiling cfg_aliases v0.2.1
21002026-08-13T18:52:01.685Z Compiling bit-vec v0.8.0
21012026-08-13T18:52:01.770Z Compiling funty v2.0.0
21022026-08-13T18:52:01.951Z Compiling num_threads v0.1.7
21032026-08-13T18:52:01.975Z Compiling adler2 v2.0.1
21042026-08-13T18:52:01.998Z Compiling bit-set v0.8.0
21052026-08-13T18:52:02.014Z Compiling clap_builder v4.6.0
21062026-08-13T18:52:02.066Z Compiling time v0.3.47
21072026-08-13T18:52:02.078Z Compiling miniz_oxide v0.8.9
21082026-08-13T18:52:02.078Z Compiling nix v0.31.2
21092026-08-13T18:52:02.116Z Compiling bitvec v1.0.1
21102026-08-13T18:52:02.133Z Compiling hyper-util v0.1.20
21112026-08-13T18:52:02.199Z Compiling rusty-fork v0.3.1
21122026-08-13T18:52:02.216Z Compiling darling v0.20.11
21132026-08-13T18:52:02.330Z Compiling num-iter v0.1.45
21142026-08-13T18:52:02.538Z Compiling rand v0.8.6
21152026-08-13T18:52:02.635Z Compiling ipnetwork v0.21.1
21162026-08-13T18:52:02.837Z Compiling lazy_static v1.5.0
21172026-08-13T18:52:02.985Z Compiling anstyle-parse v0.2.7
21182026-08-13T18:52:03.060Z Compiling hmac v0.12.1
21192026-08-13T18:52:03.243Z Compiling rand_xorshift v0.4.0
21202026-08-13T18:52:03.294Z Compiling curve25519-dalek-derive v0.1.1
21212026-08-13T18:52:03.321Z Compiling sync_wrapper v1.0.2
21222026-08-13T18:52:03.458Z Compiling siphasher v1.0.2
21232026-08-13T18:52:03.779Z Compiling zlib-rs v0.6.2
21242026-08-13T18:52:03.796Z Compiling unarray v0.1.4
21252026-08-13T18:52:03.813Z Compiling nodrop v0.1.14
21262026-08-13T18:52:03.936Z Compiling crc-catalog v2.4.0
21272026-08-13T18:52:04.078Z Compiling crc v3.4.0
21282026-08-13T18:52:04.117Z Compiling array-init v0.0.4
21292026-08-13T18:52:04.155Z Compiling proptest v1.11.0
21302026-08-13T18:52:04.354Z Compiling clap v4.6.1
21312026-08-13T18:52:04.501Z Compiling tower v0.5.3
21322026-08-13T18:52:05.237Z Compiling anstream v0.6.21
21332026-08-13T18:52:05.336Z Compiling smallvec v0.6.14
21342026-08-13T18:52:05.564Z Compiling derive_builder_core v0.20.2
21352026-08-13T18:52:05.735Z Compiling pkcs1 v0.7.5
21362026-08-13T18:52:05.754Z Compiling http-body-util v0.1.3
21372026-08-13T18:52:05.788Z Compiling bitfield v0.19.4
21382026-08-13T18:52:05.955Z Compiling flate2 v1.1.9
21392026-08-13T18:52:05.970Z Compiling zerocopy v0.6.6
21402026-08-13T18:52:06.068Z Compiling strum_macros v0.26.4
21412026-08-13T18:52:06.074Z Compiling snafu-derive v0.8.9
21422026-08-13T18:52:06.099Z Compiling strum_macros v0.27.2
21432026-08-13T18:52:06.126Z Compiling hubpack_derive v0.1.1
21442026-08-13T18:52:06.387Z Compiling env_filter v1.0.0
21452026-08-13T18:52:06.390Z Compiling fs-err v3.3.0
21462026-08-13T18:52:06.418Z Compiling unicode-bidi v0.3.18
21472026-08-13T18:52:06.601Z Compiling hashbrown v0.12.3
21482026-08-13T18:52:06.638Z Compiling base64 v0.21.7
21492026-08-13T18:52:06.675Z Compiling ryu v1.0.23
21502026-08-13T18:52:06.717Z Compiling unicode-segmentation v1.12.0
21512026-08-13T18:52:06.873Z Compiling iri-string v0.7.10
21522026-08-13T18:52:06.917Z Compiling allocator-api2 v0.2.21
21532026-08-13T18:52:07.119Z Compiling object v0.37.3
21542026-08-13T18:52:07.240Z Compiling unicode-properties v0.1.4
21552026-08-13T18:52:07.285Z Compiling ron v0.8.1
21562026-08-13T18:52:07.388Z Compiling serde_urlencoded v0.7.1
21572026-08-13T18:52:07.478Z Compiling stringprep v0.1.5
21582026-08-13T18:52:07.665Z Compiling env_logger v0.11.9
21592026-08-13T18:52:07.734Z Compiling derive_builder_macro v0.20.2
21602026-08-13T18:52:07.823Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21612026-08-13T18:52:07.864Z Compiling newtype-uuid v1.3.2
21622026-08-13T18:52:07.867Z Compiling rsa v0.9.10
21632026-08-13T18:52:07.894Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21642026-08-13T18:52:07.894Z Compiling oxnet v0.1.6
21652026-08-13T18:52:08.008Z Compiling tower-http v0.6.8
21662026-08-13T18:52:08.034Z Compiling serde-hex v0.1.0
21672026-08-13T18:52:08.132Z Compiling hashbrown v0.13.2
21682026-08-13T18:52:08.189Z Compiling tokio-native-tls v0.3.1
21692026-08-13T18:52:08.204Z Compiling bzip2 v0.4.4
21702026-08-13T18:52:08.256Z Compiling usdt-attr-macro v0.6.0
21712026-08-13T18:52:08.264Z Compiling usdt-macro v0.6.0
21722026-08-13T18:52:08.314Z Compiling derive-ex v0.1.8
21732026-08-13T18:52:08.397Z Compiling block-buffer v0.12.1
21742026-08-13T18:52:08.430Z Compiling crypto-common v0.2.2
21752026-08-13T18:52:08.515Z Compiling block-padding v0.4.2
21762026-08-13T18:52:08.694Z Compiling rustls-native-certs v0.8.3
21772026-08-13T18:52:08.874Z Compiling erased-serde v0.3.31
21782026-08-13T18:52:08.976Z Compiling x509-cert v0.2.5
21792026-08-13T18:52:09.059Z Compiling md-5 v0.10.6
21802026-08-13T18:52:09.138Z Compiling bstr v1.12.1
21812026-08-13T18:52:09.281Z Compiling vergen-lib v9.1.0
21822026-08-13T18:52:09.297Z Compiling hash32 v0.2.1
21832026-08-13T18:52:09.417Z Compiling encoding_rs v0.8.35
21842026-08-13T18:52:09.508Z Compiling cpufeatures v0.3.0
21852026-08-13T18:52:09.606Z Compiling crc-any v2.5.0
21862026-08-13T18:52:09.763Z Compiling mime v0.3.17
21872026-08-13T18:52:09.795Z Compiling psl-types v2.0.11
21882026-08-13T18:52:09.810Z Compiling fallible-iterator v0.2.0
21892026-08-13T18:52:09.825Z Compiling test-strategy v0.4.5
21902026-08-13T18:52:09.945Z Compiling publicsuffix v2.3.0
21912026-08-13T18:52:10.150Z Compiling postgres-protocol v0.6.10
21922026-08-13T18:52:10.689Z Compiling inout v0.2.2
21932026-08-13T18:52:10.692Z Compiling object v0.30.4
21942026-08-13T18:52:10.771Z Compiling zip v0.6.6
21952026-08-13T18:52:10.772Z Compiling hyper-tls v0.6.0
21962026-08-13T18:52:10.788Z Compiling derive_builder v0.20.2
21972026-08-13T18:52:10.862Z Compiling daft v0.1.7
21982026-08-13T18:52:10.878Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21992026-08-13T18:52:10.962Z Compiling heck v0.4.1
22002026-08-13T18:52:11.005Z Compiling phf_shared v0.13.1
22012026-08-13T18:52:11.044Z Compiling pin-project v1.1.11
22022026-08-13T18:52:11.146Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22032026-08-13T18:52:11.223Z Compiling toml v0.7.8
22042026-08-13T18:52:11.319Z Compiling serde_with_macros v3.21.0
22052026-08-13T18:52:11.336Z Compiling futures-executor v0.3.32
22062026-08-13T18:52:11.447Z Compiling serde_repr v0.1.20
22072026-08-13T18:52:11.564Z Compiling enum-as-inner v0.6.1
22082026-08-13T18:52:11.605Z Compiling async-recursion v1.1.1
22092026-08-13T18:52:11.698Z Compiling vergen v9.1.0
22102026-08-13T18:52:11.772Z Compiling ff v0.13.1
22112026-08-13T18:52:11.800Z Compiling cargo-platform v0.3.2
22122026-08-13T18:52:11.949Z Compiling bitflags v1.3.2
22132026-08-13T18:52:12.089Z Compiling foldhash v0.1.5
22142026-08-13T18:52:12.126Z Compiling managed v0.8.0
22152026-08-13T18:52:12.235Z Compiling same-file v1.0.6
22162026-08-13T18:52:12.383Z Compiling base16ct v0.2.0
22172026-08-13T18:52:12.399Z Compiling bumpalo v3.20.2
22182026-08-13T18:52:12.403Z Compiling path-slash v0.1.5
22192026-08-13T18:52:12.432Z Compiling foldhash v0.2.0
22202026-08-13T18:52:12.436Z Compiling jiff-core v0.1.0
22212026-08-13T18:52:12.481Z Compiling libbz2-rs-sys v0.2.2
22222026-08-13T18:52:12.578Z Compiling sec1 v0.7.3
22232026-08-13T18:52:12.593Z Compiling walkdir v2.5.0
22242026-08-13T18:52:12.696Z Compiling hashbrown v0.16.1
22252026-08-13T18:52:12.713Z Compiling zopfli v0.8.3
22262026-08-13T18:52:12.895Z Compiling bzip2 v0.6.1
22272026-08-13T18:52:13.006Z Compiling hashbrown v0.15.5
22282026-08-13T18:52:13.072Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22292026-08-13T18:52:13.127Z Compiling cargo_metadata v0.23.1
22302026-08-13T18:52:13.285Z Compiling jiff v0.2.34
22312026-08-13T18:52:13.333Z Compiling group v0.13.0
22322026-08-13T18:52:13.578Z Compiling futures v0.3.32
22332026-08-13T18:52:13.980Z Compiling phf v0.13.1
22342026-08-13T18:52:13.995Z Compiling snafu v0.8.9
22352026-08-13T18:52:14.170Z Compiling reqwest v0.12.28
22362026-08-13T18:52:14.234Z Compiling cipher v0.5.2
22372026-08-13T18:52:14.365Z Compiling signal-hook-mio v0.2.5
22382026-08-13T18:52:14.383Z Compiling cookie_store v0.22.1
22392026-08-13T18:52:14.386Z Compiling postgres-types v0.2.12
22402026-08-13T18:52:14.446Z Compiling zstd v0.13.3
22412026-08-13T18:52:14.521Z Compiling globset v0.4.18
22422026-08-13T18:52:14.538Z Compiling strum v0.27.2
22432026-08-13T18:52:14.685Z Compiling hubpack v0.1.2
22442026-08-13T18:52:14.753Z Compiling phf_shared v0.11.3
22452026-08-13T18:52:14.768Z Compiling hkdf v0.12.4
22462026-08-13T18:52:14.771Z Compiling crossbeam-epoch v0.9.18
22472026-08-13T18:52:14.940Z Compiling ed25519 v2.2.3
22482026-08-13T18:52:14.952Z Compiling byte-wrapper v0.1.0
22492026-08-13T18:52:14.970Z Compiling olpc-cjson v0.1.4
22502026-08-13T18:52:15.252Z Compiling serde-big-array v0.5.1
22512026-08-13T18:52:15.256Z Compiling serde_plain v1.0.2
22522026-08-13T18:52:15.267Z Compiling pem v3.0.6
22532026-08-13T18:52:15.345Z Compiling crypto-bigint v0.5.5
22542026-08-13T18:52:15.519Z Compiling float-cmp v0.10.0
22552026-08-13T18:52:15.548Z Compiling memmap2 v0.9.10
22562026-08-13T18:52:15.593Z Compiling precomputed-hash v0.1.1
22572026-08-13T18:52:15.609Z Compiling difflib v0.4.0
22582026-08-13T18:52:15.630Z Compiling predicates-core v1.0.10
22592026-08-13T18:52:15.710Z Compiling normalize-line-endings v0.3.0
22602026-08-13T18:52:15.779Z Compiling static_assertions v1.1.0
22612026-08-13T18:52:15.831Z Compiling const-oid v0.10.2
22622026-08-13T18:52:15.875Z Compiling typed-path v0.9.3
22632026-08-13T18:52:15.913Z Compiling new_debug_unreachable v1.0.6
22642026-08-13T18:52:16.016Z Compiling fixedbitset v0.5.7
22652026-08-13T18:52:16.058Z Compiling fixedbitset v0.4.2
22662026-08-13T18:52:16.074Z Compiling whoami v2.1.0
22672026-08-13T18:52:16.090Z Compiling toml_write v0.1.2
22682026-08-13T18:52:16.189Z Compiling data-encoding v2.10.0
22692026-08-13T18:52:16.292Z Compiling keccak v0.1.6
22702026-08-13T18:52:16.329Z Compiling tokio-postgres v0.7.16
22712026-08-13T18:52:16.344Z Compiling elliptic-curve v0.13.8
22722026-08-13T18:52:16.435Z Compiling toml_edit v0.22.27
22732026-08-13T18:52:16.466Z Compiling sha3 v0.10.8
22742026-08-13T18:52:16.523Z Compiling hickory-proto v0.25.2
22752026-08-13T18:52:16.538Z Compiling petgraph v0.8.3
22762026-08-13T18:52:16.572Z Compiling petgraph v0.6.5
22772026-08-13T18:52:16.729Z Compiling chacha20 v0.10.0
22782026-08-13T18:52:16.749Z Compiling digest v0.11.3
22792026-08-13T18:52:16.764Z Compiling string_cache v0.8.9
22802026-08-13T18:52:17.036Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22812026-08-13T18:52:17.055Z Compiling predicates v3.1.4
22822026-08-13T18:52:17.304Z Compiling usdt v0.6.0
22832026-08-13T18:52:17.736Z Compiling zip v4.6.1
22842026-08-13T18:52:18.308Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
22852026-08-13T18:52:18.456Z Compiling ed25519-dalek v2.2.0
22862026-08-13T18:52:18.802Z Compiling crossterm v0.28.1
22872026-08-13T18:52:19.482Z Compiling iddqd v0.4.2
22882026-08-13T18:52:19.510Z Compiling serde_with v3.21.0
22892026-08-13T18:52:19.625Z Compiling similar v2.7.0
22902026-08-13T18:52:19.812Z Compiling strum v0.26.3
22912026-08-13T18:52:20.121Z Compiling tokio-stream v0.1.18
22922026-08-13T18:52:20.228Z Compiling buf-list v1.1.2
22932026-08-13T18:52:20.269Z Compiling itertools v0.13.0
22942026-08-13T18:52:20.439Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22952026-08-13T18:52:20.624Z Compiling openapiv3 v2.2.0
22962026-08-13T18:52:21.161Z Compiling peg-runtime v0.8.5
22972026-08-13T18:52:21.566Z Compiling lalrpop-util v0.19.12
22982026-08-13T18:52:37.617Z Compiling rustls-webpki v0.103.13
22992026-08-13T18:52:41.332Z Compiling tokio-rustls v0.26.4
23002026-08-13T18:52:41.525Z Compiling rustls-platform-verifier v0.6.2
23012026-08-13T18:52:41.576Z Compiling tough v0.22.0
23022026-08-13T18:52:41.629Z Compiling hyper-rustls v0.27.7
23032026-08-13T18:52:41.952Z Compiling reqwest v0.13.2
23042026-08-13T18:52:42.196Z Compiling macaddr v1.0.1
23052026-08-13T18:52:42.285Z Compiling rayon-core v1.13.0
23062026-08-13T18:52:42.300Z Compiling crucible-workspace-hack v0.1.0
23072026-08-13T18:52:42.373Z Compiling secrecy v0.10.3
23082026-08-13T18:52:42.401Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23092026-08-13T18:52:42.498Z Compiling heapless v0.8.0
23102026-08-13T18:52:42.515Z Compiling toml_datetime v0.7.5+spec-1.1.0
23112026-08-13T18:52:42.566Z Compiling crossbeam-deque v0.8.6
23122026-08-13T18:52:42.581Z Compiling ingot-macros v0.2.0
23132026-08-13T18:52:42.686Z Compiling inout v0.1.4
23142026-08-13T18:52:42.765Z Compiling toml_edit v0.23.10+spec-1.0.0
23152026-08-13T18:52:42.783Z Compiling hash32 v0.3.1
23162026-08-13T18:52:42.807Z Compiling multer v3.1.0
23172026-08-13T18:52:42.823Z Compiling thread_local v1.1.9
23182026-08-13T18:52:42.850Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23192026-08-13T18:52:42.882Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23202026-08-13T18:52:42.985Z Compiling slog-async v2.8.0
23212026-08-13T18:52:43.034Z Compiling match_cfg v0.1.0
23222026-08-13T18:52:43.054Z Compiling smoltcp v0.11.0
23232026-08-13T18:52:43.054Z Compiling compression-core v0.4.31
23242026-08-13T18:52:43.134Z Compiling unicode-width v0.2.0
23252026-08-13T18:52:43.177Z Compiling hostname v0.3.1
23262026-08-13T18:52:43.192Z Compiling compression-codecs v0.4.37
23272026-08-13T18:52:43.323Z Compiling proc-macro-crate v3.4.0
23282026-08-13T18:52:43.344Z Compiling cipher v0.4.4
23292026-08-13T18:52:43.427Z Compiling atomicwrites v0.4.4
23302026-08-13T18:52:43.479Z Compiling slog-json v2.6.1
23312026-08-13T18:52:43.579Z Compiling crossbeam-channel v0.5.15
23322026-08-13T18:52:43.621Z Compiling half v2.7.1
23332026-08-13T18:52:43.687Z Compiling newtype-uuid-macros v0.1.0
23342026-08-13T18:52:43.747Z Compiling cobs v0.3.0
23352026-08-13T18:52:43.773Z Compiling universal-hash v0.5.1
23362026-08-13T18:52:43.776Z Compiling async-stream-impl v0.3.6
23372026-08-13T18:52:43.818Z Compiling thiserror-impl-no-std v2.0.2
23382026-08-13T18:52:43.952Z Compiling serde_spanned v1.1.1
23392026-08-13T18:52:44.061Z Compiling toml_datetime v1.1.1+spec-1.1.0
23402026-08-13T18:52:44.124Z Compiling is-terminal v0.4.17
23412026-08-13T18:52:44.147Z Compiling proc-macro-error-attr v1.0.4
23422026-08-13T18:52:44.295Z Compiling dropshot v0.17.1
23432026-08-13T18:52:44.349Z Compiling term v1.2.1
23442026-08-13T18:52:44.383Z Compiling opaque-debug v0.3.1
23452026-08-13T18:52:44.412Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23462026-08-13T18:52:44.445Z Compiling toml_writer v1.1.1+spec-1.1.0
23472026-08-13T18:52:44.463Z Compiling take_mut v0.2.2
23482026-08-13T18:52:44.487Z Compiling ciborium-io v0.2.2
23492026-08-13T18:52:44.530Z Compiling convert_case v0.4.0
23502026-08-13T18:52:44.602Z Compiling ciborium-ll v0.2.2
23512026-08-13T18:52:44.632Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23522026-08-13T18:52:44.670Z Compiling toml v1.1.2+spec-1.1.0
23532026-08-13T18:52:44.745Z Compiling slog-term v2.9.2
23542026-08-13T18:52:44.868Z Compiling derive_more v0.99.20
23552026-08-13T18:52:44.885Z Compiling thiserror-no-std v2.0.2
23562026-08-13T18:52:44.888Z Compiling poly1305 v0.8.0
23572026-08-13T18:52:44.916Z Compiling async-stream v0.3.6
23582026-08-13T18:52:45.076Z Compiling postcard v1.1.3
23592026-08-13T18:52:45.150Z Compiling num_enum_derive v0.7.6
23602026-08-13T18:52:45.238Z Compiling ingot-types v0.2.0
23612026-08-13T18:52:45.268Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23622026-08-13T18:52:45.550Z Compiling slog-bunyan v2.5.0
23632026-08-13T18:52:45.564Z Compiling chacha20 v0.9.1
23642026-08-13T18:52:45.636Z Compiling async-compression v0.4.41
23652026-08-13T18:52:45.741Z Compiling ingot v0.2.1
23662026-08-13T18:52:45.855Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
23672026-08-13T18:52:45.872Z Compiling sha1 v0.11.0
23682026-08-13T18:52:46.053Z Compiling parse-display-derive v0.10.0
23692026-08-13T18:52:46.125Z Compiling proc-macro-crate v1.3.1
23702026-08-13T18:52:46.151Z Compiling waitgroup v0.1.2
23712026-08-13T18:52:46.200Z Compiling backon v1.6.0
23722026-08-13T18:52:46.275Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23732026-08-13T18:52:46.343Z Compiling rustls-pemfile v2.2.0
23742026-08-13T18:52:46.359Z Compiling dropshot_endpoint v0.17.1
23752026-08-13T18:52:46.487Z Compiling password-hash v0.5.0
23762026-08-13T18:52:46.503Z Compiling blake2 v0.10.6
23772026-08-13T18:52:46.679Z Compiling aead v0.5.2
23782026-08-13T18:52:46.759Z Compiling foreign-types-macros v0.2.3
23792026-08-13T18:52:46.914Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23802026-08-13T18:52:46.983Z Compiling serde_path_to_error v0.1.20
23812026-08-13T18:52:47.035Z Compiling hostname v0.4.2
23822026-08-13T18:52:47.138Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23832026-08-13T18:52:47.231Z Compiling proc-macro-error v1.0.4
23842026-08-13T18:52:47.347Z Compiling instant v0.1.13
23852026-08-13T18:52:47.347Z Compiling foreign-types-shared v0.3.1
23862026-08-13T18:52:47.377Z Compiling debug-ignore v1.0.5
23872026-08-13T18:52:47.456Z Compiling foreign-types v0.5.0
23882026-08-13T18:52:47.472Z Compiling backoff v0.4.0
23892026-08-13T18:52:47.472Z Compiling chacha20poly1305 v0.10.1
23902026-08-13T18:52:47.523Z Compiling argon2 v0.5.3
23912026-08-13T18:52:47.526Z Compiling parse-display v0.10.0
23922026-08-13T18:52:47.526Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23932026-08-13T18:52:47.526Z Compiling num_enum_derive v0.5.11
23942026-08-13T18:52:47.583Z Compiling num_enum v0.7.6
23952026-08-13T18:52:47.625Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23962026-08-13T18:52:47.653Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23972026-08-13T18:52:47.759Z Compiling vsss-rs v3.3.4
23982026-08-13T18:52:47.926Z Compiling ciborium v0.2.2
23992026-08-13T18:52:47.980Z Compiling tabwriter v1.4.1
24002026-08-13T18:52:48.096Z Compiling regress v0.10.5
24012026-08-13T18:52:48.151Z Compiling itertools v0.14.0
24022026-08-13T18:52:48.230Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24032026-08-13T18:52:48.376Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24042026-08-13T18:52:48.390Z Compiling cstr-argument v0.1.2
24052026-08-13T18:52:48.488Z Compiling humantime v2.3.0
24062026-08-13T18:52:48.508Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
24072026-08-13T18:52:48.542Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24082026-08-13T18:52:48.591Z Compiling num_enum v0.5.11
24092026-08-13T18:52:48.770Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24102026-08-13T18:52:48.784Z Compiling rayon v1.11.0
24112026-08-13T18:52:48.824Z Compiling rand v0.10.1
24122026-08-13T18:52:48.843Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24132026-08-13T18:52:48.846Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24142026-08-13T18:52:48.961Z Compiling indent_write v2.2.0
24152026-08-13T18:52:48.977Z Compiling colored v3.1.1
24162026-08-13T18:52:49.007Z Compiling libefi-sys v0.1.0
24172026-08-13T18:52:49.039Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24182026-08-13T18:52:49.058Z Compiling zone_cfg_derive v0.3.1
24192026-08-13T18:52:49.163Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24202026-08-13T18:52:49.179Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24212026-08-13T18:52:49.243Z Compiling camino-tempfile v1.4.1
24222026-08-13T18:52:49.260Z Compiling itertools v0.12.1
24232026-08-13T18:52:49.294Z Compiling usdt-macro v0.5.0
24242026-08-13T18:52:49.385Z Compiling usdt-attr-macro v0.5.0
24252026-08-13T18:52:49.562Z Compiling bitfield-struct v0.6.2
24262026-08-13T18:52:49.606Z Compiling num-derive v0.4.2
24272026-08-13T18:52:49.623Z Compiling blake3 v1.8.5
24282026-08-13T18:52:49.627Z Compiling sigpipe v0.1.3
24292026-08-13T18:52:49.665Z Compiling memmap v0.7.0
24302026-08-13T18:52:49.706Z Compiling glob v0.3.3
24312026-08-13T18:52:49.721Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24322026-08-13T18:52:49.765Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24332026-08-13T18:52:49.899Z Compiling swrite v0.1.0
24342026-08-13T18:52:49.933Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24352026-08-13T18:52:50.044Z Compiling smf v0.2.3
24362026-08-13T18:52:50.182Z Compiling usdt v0.5.0
24372026-08-13T18:52:50.225Z Compiling filetime v0.2.27
24382026-08-13T18:52:50.241Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24392026-08-13T18:52:50.264Z Compiling arrayvec v0.7.6
24402026-08-13T18:52:50.468Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24412026-08-13T18:52:50.537Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24422026-08-13T18:52:50.554Z Compiling constant_time_eq v0.4.2
24432026-08-13T18:52:50.554Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24442026-08-13T18:52:50.587Z Compiling zone v0.3.1
24452026-08-13T18:52:50.587Z Compiling xattr v1.6.1
24462026-08-13T18:52:50.617Z Compiling arrayref v0.3.9
24472026-08-13T18:52:50.686Z Compiling whoami v1.6.1
24482026-08-13T18:52:50.723Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24492026-08-13T18:52:50.774Z Compiling tar v0.4.46
24502026-08-13T18:52:50.832Z Compiling tokio-dtrace v0.1.1
24512026-08-13T18:52:50.854Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24522026-08-13T18:52:50.991Z Compiling console v0.16.2
24532026-08-13T18:52:51.125Z Compiling gethostname v0.5.0
24542026-08-13T18:52:51.196Z Compiling topological-sort v0.2.2
24552026-08-13T18:52:51.260Z Compiling unit-prefix v0.5.2
24562026-08-13T18:52:51.277Z Compiling oxide-tokio-rt v0.1.4
24572026-08-13T18:52:51.295Z Compiling toml v0.8.23
24582026-08-13T18:52:51.408Z Compiling indicatif v0.18.4
24592026-08-13T18:52:51.439Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24602026-08-13T18:52:51.459Z Compiling shell-words v1.1.1
24612026-08-13T18:53:00.774Z Compiling progenitor-client v0.14.0
24622026-08-13T18:53:00.774Z Compiling omicron-zone-package v0.12.3
24632026-08-13T18:53:01.027Z Compiling progenitor-extras v0.2.0
24642026-08-13T18:53:01.329Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24652026-08-13T18:53:01.424Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24662026-08-13T18:53:01.467Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24672026-08-13T18:53:01.491Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24682026-08-13T18:53:01.533Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24692026-08-13T18:53:01.567Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24702026-08-13T18:53:01.830Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24712026-08-13T18:53:01.951Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24722026-08-13T18:53:02.342Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24732026-08-13T18:53:06.056Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24742026-08-13T18:53:14.178Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24752026-08-13T18:53:17.419Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24762026-08-13T18:53:18.492Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24772026-08-13T18:53:27.911Z Finished `release` profile [optimized] target(s) in 1m 45s
24782026-08-13T18:53:28.055Z Running `target/release/omicron-package -t test target create -p dev`
24792026-08-13T18:53:28.115ZLogging to: /work/oxidecomputer/omicron/out/LOG
24802026-08-13T18:53:28.119ZCreated new build target 'test' and set it as active
24812026-08-13T18:53:28.119Z
24822026-08-13T18:53:28.119Zreal 1:45.561828146
24832026-08-13T18:53:28.119Zuser 17:19.794628228
24842026-08-13T18:53:28.119Zsys 2:53.548633904
24852026-08-13T18:53:28.119Ztrap 0.479824540
24862026-08-13T18:53:28.119Ztflt 2.547974440
24872026-08-13T18:53:28.119Zdflt 5.213608688
24882026-08-13T18:53:28.119Zkflt 0.001905491
24892026-08-13T18:53:28.120Zlock 56:57.286615014
24902026-08-13T18:53:28.120Zslp 44:59.021258299
24912026-08-13T18:53:28.120Zlat 49.465458179
24922026-08-13T18:53:28.120Zstop 5:51.992745508
24932026-08-13T18:53:28.123Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24942026-08-13T18:53:28.987Z Finished `release` profile [optimized] target(s) in 0.85s
24952026-08-13T18:53:29.052Z Running `target/release/omicron-package -t test package`
24962026-08-13T18:53:29.106ZLogging to: /work/oxidecomputer/omicron/out/LOG
24972026-08-13T18:53:30.542Z Compiling heck v0.5.0
24982026-08-13T18:53:30.542Z Compiling regress v0.11.1
24992026-08-13T18:53:30.765Z Compiling unsafe-libyaml v0.2.11
25002026-08-13T18:53:30.800Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25012026-08-13T18:53:30.825Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25022026-08-13T18:53:30.845Z Compiling derive-where v1.6.0
25032026-08-13T18:53:30.849Z Compiling bytecount v0.6.9
25042026-08-13T18:53:30.882Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25052026-08-13T18:53:30.883Z Compiling atomicwrites v0.4.4
25062026-08-13T18:53:30.886Z Compiling is-terminal v0.4.17
25072026-08-13T18:53:30.886Z Compiling prettyplease v0.2.37
25082026-08-13T18:53:30.886Z Compiling console v0.15.11
25092026-08-13T18:53:30.886Z Compiling newline-converter v0.3.0
25102026-08-13T18:53:30.968Z Compiling slog-dtrace v0.3.0
25112026-08-13T18:53:31.013Z Compiling resolv-conf v0.7.6
25122026-08-13T18:53:31.058Z Compiling num-rational v0.4.2
25132026-08-13T18:53:31.081Z Compiling num-complex v0.4.6
25142026-08-13T18:53:31.081Z Compiling thread_local v1.1.9
25152026-08-13T18:53:31.124Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25162026-08-13T18:53:31.147Z Compiling cancel-safe-futures v0.1.5
25172026-08-13T18:53:31.249Z Compiling match_cfg v0.1.0
25182026-08-13T18:53:31.294Z Compiling serde_yaml v0.9.34+deprecated
25192026-08-13T18:53:31.334Z Compiling expectorate v1.2.0
25202026-08-13T18:53:31.387Z Compiling unicode-width v0.1.14
25212026-08-13T18:53:31.426Z Compiling compression-core v0.4.31
25222026-08-13T18:53:31.585Z Compiling compression-codecs v0.4.37
25232026-08-13T18:53:31.605Z Compiling num v0.4.3
25242026-08-13T18:53:31.644Z Compiling hostname v0.3.1
25252026-08-13T18:53:31.668Z Compiling multer v3.1.0
25262026-08-13T18:53:31.690Z Compiling slog-async v2.8.0
25272026-08-13T18:53:31.713Z Compiling crossbeam-channel v0.5.15
25282026-08-13T18:53:31.738Z Compiling slog-json v2.6.1
25292026-08-13T18:53:31.760Z Compiling serde_spanned v1.1.1
25302026-08-13T18:53:31.763Z Compiling toml_datetime v1.1.1+spec-1.1.0
25312026-08-13T18:53:31.806Z Compiling take_mut v0.2.2
25322026-08-13T18:53:31.837Z Compiling toml_writer v1.1.1+spec-1.1.0
25332026-08-13T18:53:31.943Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25342026-08-13T18:53:31.964Z Compiling linked-hash-map v0.5.6
25352026-08-13T18:53:31.988Z Compiling term v1.2.1
25362026-08-13T18:53:32.018Z Compiling oxide-update-engine-types v0.1.2
25372026-08-13T18:53:32.042Z Compiling float-ord v0.3.2
25382026-08-13T18:53:32.065Z Compiling toml v1.1.2+spec-1.1.0
25392026-08-13T18:53:32.068Z Compiling slog-bunyan v2.5.0
25402026-08-13T18:53:32.105Z Compiling async-compression v0.4.41
25412026-08-13T18:53:32.179Z Compiling lru-cache v0.1.2
25422026-08-13T18:53:32.201Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25432026-08-13T18:53:32.261Z Compiling typify-impl v0.6.2
25442026-08-13T18:53:32.347Z Compiling slog-term v2.9.2
25452026-08-13T18:53:32.485Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25462026-08-13T18:53:32.579Z Compiling async-stream v0.3.6
25472026-08-13T18:53:32.629Z Compiling dropshot v0.17.1
25482026-08-13T18:53:32.651Z Compiling progenitor-client v0.14.0
25492026-08-13T18:53:32.654Z Compiling sha1 v0.11.0
25502026-08-13T18:53:32.696Z Compiling waitgroup v0.1.2
25512026-08-13T18:53:32.763Z Compiling rustls-pemfile v2.2.0
25522026-08-13T18:53:32.779Z Compiling backon v1.6.0
25532026-08-13T18:53:32.856Z Compiling hostname v0.4.2
25542026-08-13T18:53:32.876Z Compiling serde_path_to_error v0.1.20
25552026-08-13T18:53:32.947Z Compiling instant v0.1.13
25562026-08-13T18:53:32.976Z Compiling minimal-lexical v0.2.1
25572026-08-13T18:53:33.007Z Compiling debug-ignore v1.0.5
25582026-08-13T18:53:33.025Z Compiling linear-map v1.2.0
25592026-08-13T18:53:33.029Z Compiling progenitor-extras v0.2.0
25602026-08-13T18:53:33.082Z Compiling backoff v0.4.0
25612026-08-13T18:53:33.136Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25622026-08-13T18:53:33.183Z Compiling nom v7.1.3
25632026-08-13T18:53:33.240Z Compiling oxide-update-engine v0.1.2
25642026-08-13T18:53:33.282Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25652026-08-13T18:53:33.316Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25662026-08-13T18:53:33.336Z Compiling parse-display v0.10.0
25672026-08-13T18:53:33.414Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25682026-08-13T18:53:33.479Z Compiling hickory-proto v0.24.4
25692026-08-13T18:53:33.875Z Compiling regress v0.10.5
25702026-08-13T18:53:34.061Z Compiling itertools v0.14.0
25712026-08-13T18:53:34.503Z Compiling macaddr v1.0.1
25722026-08-13T18:53:34.552Z Compiling unicode-xid v0.2.6
25732026-08-13T18:53:34.588Z Compiling humantime v2.3.0
25742026-08-13T18:53:34.779Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25752026-08-13T18:53:34.864Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25762026-08-13T18:53:34.961Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25772026-08-13T18:53:35.083Z Compiling convert_case v0.10.0
25782026-08-13T18:53:35.226Z Compiling owo-colors v4.3.0
25792026-08-13T18:53:35.249Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25802026-08-13T18:53:35.354Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25812026-08-13T18:53:35.380Z Compiling derive_more-impl v2.1.1
25822026-08-13T18:53:35.526Z Compiling toml v0.8.23
25832026-08-13T18:53:35.724Z Compiling typify-macro v0.6.2
25842026-08-13T18:53:35.886Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25852026-08-13T18:53:35.965Z Compiling papergrid v0.11.0
25862026-08-13T18:53:36.053Z Compiling hickory-resolver v0.24.4
25872026-08-13T18:53:36.115Z Compiling tabled_derive v0.7.0
25882026-08-13T18:53:36.182Z Compiling derive_more v2.1.1
25892026-08-13T18:53:36.295Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25902026-08-13T18:53:36.548Z Compiling termtree v0.5.1
25912026-08-13T18:53:36.674Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25922026-08-13T18:53:36.779Z Compiling crossterm v0.29.0
25932026-08-13T18:53:37.084Z Compiling tabled v0.15.0
25942026-08-13T18:53:37.186Z Compiling phf_shared v0.12.1
25952026-08-13T18:53:37.337Z Compiling typify v0.6.2
25962026-08-13T18:53:37.459Z Compiling progenitor-impl v0.14.0
25972026-08-13T18:53:38.030Z Compiling qorb v0.4.1
25982026-08-13T18:53:38.332Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25992026-08-13T18:53:38.832Z Compiling vte v0.14.1
26002026-08-13T18:53:39.109Z Compiling csv-core v0.1.13
26012026-08-13T18:53:39.524Z Compiling chrono-tz v0.10.4
26022026-08-13T18:53:39.562Z Compiling highway v1.3.0
26032026-08-13T18:53:39.594Z Compiling progenitor-macro v0.14.0
26042026-08-13T18:53:40.304Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26052026-08-13T18:53:40.871Z Compiling csv v1.4.0
26062026-08-13T18:53:41.177Z Compiling strip-ansi-escapes v0.2.1
26072026-08-13T18:53:41.333Z Compiling phf v0.12.1
26082026-08-13T18:53:41.427Z Compiling const_format_proc_macros v0.2.34
26092026-08-13T18:53:41.540Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26102026-08-13T18:53:41.720Z Compiling fd-lock v4.0.4
26112026-08-13T18:53:41.795Z Compiling peg-macros v0.8.5
26122026-08-13T18:53:41.886Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26132026-08-13T18:53:41.981Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
26142026-08-13T18:53:42.194Z Compiling nu-ansi-term v0.50.3
26152026-08-13T18:53:42.426Z Compiling const_format v0.2.35
26162026-08-13T18:53:42.728Z Compiling reedline v0.40.0
26172026-08-13T18:53:42.993Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26182026-08-13T18:53:43.060Z Compiling peg v0.8.5
26192026-08-13T18:53:43.281Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26202026-08-13T18:53:43.790Z Compiling progenitor v0.14.0
26212026-08-13T18:53:43.988Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26222026-08-13T18:53:44.118Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26232026-08-13T18:53:44.232Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26242026-08-13T18:53:44.492Z Compiling bcs v0.1.6
26252026-08-13T18:53:44.914Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
26262026-08-13T18:53:44.937Z Compiling nom v8.0.0
26272026-08-13T18:53:45.214Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26282026-08-13T18:53:46.295Z Compiling semver v0.1.20
26292026-08-13T18:53:46.593Z Compiling rustc_version v0.1.7
26302026-08-13T18:53:46.631Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26312026-08-13T18:53:46.699Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26322026-08-13T18:53:46.824Z Compiling newtype_derive v0.1.6
26332026-08-13T18:53:46.885Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26342026-08-13T18:53:47.050Z Compiling smawk v0.3.2
26352026-08-13T18:53:47.075Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26362026-08-13T18:53:47.178Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26372026-08-13T18:53:47.294Z Compiling unicode-linebreak v0.1.5
26382026-08-13T18:53:47.432Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26392026-08-13T18:53:47.651Z Compiling textwrap v0.16.2
26402026-08-13T18:53:47.846Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26412026-08-13T18:53:48.030Z Compiling steno v0.4.1
26422026-08-13T18:53:48.540Z Compiling dropshot-api-manager-types v0.7.2
26432026-08-13T18:53:49.088Z Compiling sha1 v0.10.6
26442026-08-13T18:53:49.199Z Compiling tagptr v0.2.0
26452026-08-13T18:53:49.382Z Compiling utf-8 v0.7.6
26462026-08-13T18:53:49.536Z Compiling moka v0.12.13
26472026-08-13T18:53:49.595Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26482026-08-13T18:53:49.782Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26492026-08-13T18:53:49.898Z Compiling tungstenite v0.21.0
26502026-08-13T18:53:50.017Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26512026-08-13T18:53:50.242Z Compiling darling_core v0.21.3
26522026-08-13T18:53:50.851Z Compiling hickory-resolver v0.25.2
26532026-08-13T18:53:51.977Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26542026-08-13T18:53:52.281Z Compiling tokio-tungstenite v0.21.0
26552026-08-13T18:53:52.415Z Compiling darling_macro v0.21.3
26562026-08-13T18:53:52.516Z Compiling display-error-chain v0.2.2
26572026-08-13T18:53:52.534Z Compiling libscf-sys v1.2.0
26582026-08-13T18:53:52.553Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26592026-08-13T18:53:52.607Z Compiling vergen-lib v0.1.6
26602026-08-13T18:53:52.674Z Compiling diesel_derives v2.3.7
26612026-08-13T18:53:52.881Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26622026-08-13T18:53:52.903Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26632026-08-13T18:53:52.981Z Compiling darling v0.21.3
26642026-08-13T18:53:53.035Z Compiling scheduled-thread-pool v0.2.7
26652026-08-13T18:53:53.035Z Compiling vergen-gitcl v1.0.8
26662026-08-13T18:53:53.100Z Compiling diesel_table_macro_syntax v0.3.0
26672026-08-13T18:53:53.100Z Compiling dsl_auto_type v0.2.0
26682026-08-13T18:53:53.100Z Compiling dirs-sys-next v0.1.2
26692026-08-13T18:53:53.211Z Compiling crunchy v0.2.4
26702026-08-13T18:53:53.269Z Compiling glob v0.3.3
26712026-08-13T18:53:53.332Z Compiling maplit v1.0.2
26722026-08-13T18:53:53.438Z Compiling dirs-next v2.0.0
26732026-08-13T18:53:53.513Z Compiling r2d2 v0.8.10
26742026-08-13T18:53:53.571Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26752026-08-13T18:53:53.582Z Compiling clang-sys v1.8.1
26762026-08-13T18:53:53.803Z Compiling papergrid v0.18.0
26772026-08-13T18:53:53.868Z Compiling tiny-keccak v2.0.2
26782026-08-13T18:53:53.951Z Compiling downcast-rs v2.0.2
26792026-08-13T18:53:54.158Z Compiling term v0.7.0
26802026-08-13T18:53:54.333Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26812026-08-13T18:53:54.648Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26822026-08-13T18:53:54.676Z Compiling bit-vec v0.6.3
26832026-08-13T18:53:54.880Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26842026-08-13T18:53:54.976Z Compiling tabled v0.21.0
26852026-08-13T18:53:55.606Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26862026-08-13T18:53:55.763Z Compiling bit-set v0.5.3
26872026-08-13T18:53:56.022Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26882026-08-13T18:53:56.139Z Compiling ascii-canvas v3.0.0
26892026-08-13T18:53:56.519Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26902026-08-13T18:53:56.573Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26912026-08-13T18:53:56.633Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26922026-08-13T18:53:57.088Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26932026-08-13T18:53:57.303Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26942026-08-13T18:53:57.328Z Compiling itertools v0.10.5
26952026-08-13T18:53:57.377Z Compiling ena v0.14.4
26962026-08-13T18:53:57.478Z Compiling libloading v0.8.9
26972026-08-13T18:53:57.612Z Compiling bindgen v0.71.1
26982026-08-13T18:53:57.720Z Compiling unicase v2.9.0
26992026-08-13T18:53:57.861Z Compiling xshell-macros v0.2.7
27002026-08-13T18:53:57.917Z Compiling diff v0.1.13
27012026-08-13T18:53:58.025Z Compiling regex-syntax v0.6.29
27022026-08-13T18:53:58.265Z Compiling xshell v0.2.7
27032026-08-13T18:53:58.308Z Compiling diesel v2.3.7
27042026-08-13T18:53:58.594Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27052026-08-13T18:53:59.361Z Compiling lalrpop v0.19.12
27062026-08-13T18:53:59.409Z Compiling cexpr v0.6.0
27072026-08-13T18:53:59.530Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27082026-08-13T18:53:59.749Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27092026-08-13T18:53:59.776Z Compiling rustc-hash v2.1.1
27102026-08-13T18:53:59.892Z Compiling crc8 v0.1.1
27112026-08-13T18:54:00.089Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27122026-08-13T18:54:00.268Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27132026-08-13T18:54:00.343Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27142026-08-13T18:54:00.845Z Compiling headers-core v0.3.0
27152026-08-13T18:54:00.929Z Compiling libxml v0.3.3
27162026-08-13T18:54:01.006Z Compiling headers v0.4.1
27172026-08-13T18:54:01.233Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27182026-08-13T18:54:01.255Z Compiling strum_macros v0.24.3
27192026-08-13T18:54:01.312Z Compiling indoc v1.0.9
27202026-08-13T18:54:01.507Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27212026-08-13T18:54:01.736Z Compiling derive_builder v0.20.2
27222026-08-13T18:54:01.758Z Compiling quick-xml v0.37.5
27232026-08-13T18:54:01.907Z Compiling oso-derive v0.27.3
27242026-08-13T18:54:02.313Z Compiling impl-trait-for-tuples v0.2.3
27252026-08-13T18:54:02.405Z Compiling openssl-probe v0.1.6
27262026-08-13T18:54:02.506Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27272026-08-13T18:54:02.578Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27282026-08-13T18:54:02.703Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27292026-08-13T18:54:02.800Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27302026-08-13T18:54:02.856Z Compiling bb8 v0.8.6
27312026-08-13T18:54:02.931Z Compiling trait-variant v0.1.2
27322026-08-13T18:54:03.218Z Compiling half v1.8.3
27332026-08-13T18:54:03.272Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27342026-08-13T18:54:03.311Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27352026-08-13T18:54:03.521Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27362026-08-13T18:54:03.557Z Compiling serde_cbor v0.11.2
27372026-08-13T18:54:03.609Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27382026-08-13T18:54:03.654Z Compiling progenitor-impl v0.13.0
27392026-08-13T18:54:04.417Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27402026-08-13T18:54:04.478Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27412026-08-13T18:54:04.533Z Compiling samael v0.0.19
27422026-08-13T18:54:04.556Z Compiling nonempty v0.12.0
27432026-08-13T18:54:04.594Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27442026-08-13T18:54:04.779Z Compiling progenitor-client v0.13.0
27452026-08-13T18:54:05.291Z Compiling fxhash v0.2.1
27462026-08-13T18:54:05.461Z Compiling libz-sys v1.1.24
27472026-08-13T18:54:05.790Z Compiling salty v0.3.0
27482026-08-13T18:54:05.833Z Compiling progenitor-macro v0.13.0
27492026-08-13T18:54:06.026Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27502026-08-13T18:54:06.094Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27512026-08-13T18:54:06.231Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27522026-08-13T18:54:06.366Z Compiling kstat-rs v0.2.5
27532026-08-13T18:54:06.876Z Compiling polar-core v0.27.3
27542026-08-13T18:54:07.083Z Compiling mime_guess v2.0.5
27552026-08-13T18:54:07.642Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27562026-08-13T18:54:08.348Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27572026-08-13T18:54:09.280Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27582026-08-13T18:54:09.314Z Compiling rfc6979 v0.4.0
27592026-08-13T18:54:09.494Z Compiling nanorand v0.7.0
27602026-08-13T18:54:09.580Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27612026-08-13T18:54:09.694Z Compiling libgit2-sys v0.18.3+1.9.2
27622026-08-13T18:54:09.870Z Compiling parking_lot_core v0.8.6
27632026-08-13T18:54:09.940Z Compiling progenitor v0.13.0
27642026-08-13T18:54:10.207Z Compiling flume v0.11.1
27652026-08-13T18:54:10.211Z Compiling ecdsa v0.16.9
27662026-08-13T18:54:10.454Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27672026-08-13T18:54:10.787Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27682026-08-13T18:54:10.878Z Compiling primeorder v0.13.6
27692026-08-13T18:54:11.200Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27702026-08-13T18:54:11.304Z Compiling git-stub v1.0.0
27712026-08-13T18:54:11.563Z Compiling strsim v0.10.0
27722026-08-13T18:54:11.869Z Compiling http-range v0.1.5
27732026-08-13T18:54:11.953Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27742026-08-13T18:54:12.178Z Compiling instability v0.3.11
27752026-08-13T18:54:12.227Z Compiling darling_core v0.13.4
27762026-08-13T18:54:12.431Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27772026-08-13T18:54:13.669Z Compiling git-stub-vcs v0.1.0
27782026-08-13T18:54:13.835Z Compiling p384 v0.13.1
27792026-08-13T18:54:14.448Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27802026-08-13T18:54:14.874Z Compiling ignore v0.4.25
27812026-08-13T18:54:14.914Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27822026-08-13T18:54:15.226Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
27832026-08-13T18:54:16.610Z Compiling oso v0.27.3
27842026-08-13T18:54:17.922Z Compiling async-bb8-diesel v0.2.1
27852026-08-13T18:54:18.358Z Compiling diesel-dtrace v0.5.0
27862026-08-13T18:54:18.684Z Compiling castaway v0.2.4
27872026-08-13T18:54:18.742Z Compiling vergen-git2 v9.1.0
27882026-08-13T18:54:18.844Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
27892026-08-13T18:54:18.987Z Compiling indoc v2.0.7
27902026-08-13T18:54:19.040Z Compiling compact_str v0.8.1
27912026-08-13T18:54:19.146Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
27922026-08-13T18:54:19.775Z Compiling globwalk v0.9.1
27932026-08-13T18:54:19.966Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27942026-08-13T18:54:20.111Z Compiling hyper-staticfile v0.10.1
27952026-08-13T18:54:20.145Z Compiling parking_lot v0.11.2
27962026-08-13T18:54:20.432Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27972026-08-13T18:54:20.624Z Compiling darling_macro v0.13.4
27982026-08-13T18:54:20.924Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27992026-08-13T18:54:21.141Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28002026-08-13T18:54:21.259Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28012026-08-13T18:54:21.334Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28022026-08-13T18:54:21.662Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28032026-08-13T18:54:21.756Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28042026-08-13T18:54:22.052Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28052026-08-13T18:54:22.822Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28062026-08-13T18:54:23.184Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28072026-08-13T18:54:23.365Z Compiling predicates-tree v1.0.13
28082026-08-13T18:54:23.698Z Compiling unicode-truncate v1.1.0
28092026-08-13T18:54:23.773Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28102026-08-13T18:54:23.902Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28112026-08-13T18:54:23.993Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
28122026-08-13T18:54:24.177Z Compiling lru v0.12.5
28132026-08-13T18:54:24.405Z Compiling digest-io v0.1.0
28142026-08-13T18:54:24.632Z Compiling sha2 v0.11.0
28152026-08-13T18:54:24.675Z Compiling prefix-trie v0.7.0
28162026-08-13T18:54:25.204Z Compiling rand_seeder v0.4.0
28172026-08-13T18:54:25.493Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28182026-08-13T18:54:25.960Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
28192026-08-13T18:54:26.121Z Compiling rawzip v0.4.4
28202026-08-13T18:54:26.202Z Compiling illumos-nvpair-sys v0.2.0
28212026-08-13T18:54:26.223Z Compiling corncobs v0.1.4
28222026-08-13T18:54:26.253Z Compiling cassowary v0.3.0
28232026-08-13T18:54:26.450Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28242026-08-13T18:54:26.515Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28252026-08-13T18:54:26.719Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28262026-08-13T18:54:27.110Z Compiling ratatui v0.29.0
28272026-08-13T18:54:27.181Z Compiling hickory-server v0.25.2
28282026-08-13T18:54:27.411Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28292026-08-13T18:54:27.819Z Compiling camino-tempfile-ext v0.3.3
28302026-08-13T18:54:28.396Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28312026-08-13T18:54:28.454Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28322026-08-13T18:54:29.120Z Compiling darling v0.13.4
28332026-08-13T18:54:29.274Z Compiling sled v0.34.7
28342026-08-13T18:54:30.059Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28352026-08-13T18:54:31.939Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28362026-08-13T18:54:32.158Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28372026-08-13T18:54:32.187Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28382026-08-13T18:54:32.396Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28392026-08-13T18:54:32.616Z Compiling secrecy v0.8.0
28402026-08-13T18:54:32.698Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28412026-08-13T18:54:33.312Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28422026-08-13T18:54:33.515Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28432026-08-13T18:54:34.462Z Compiling serde_with_macros v1.5.2
28442026-08-13T18:54:35.196Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28452026-08-13T18:54:35.283Z Compiling git2 v0.20.4
28462026-08-13T18:54:35.305Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28472026-08-13T18:54:35.625Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28482026-08-13T18:54:36.084Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28492026-08-13T18:54:36.300Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28502026-08-13T18:54:36.550Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28512026-08-13T18:54:36.796Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28522026-08-13T18:54:36.820Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28532026-08-13T18:54:37.092Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28542026-08-13T18:54:37.358Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28552026-08-13T18:54:37.427Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28562026-08-13T18:54:37.646Z Compiling arc-swap v1.8.2
28572026-08-13T18:54:37.879Z Compiling void v1.0.2
28582026-08-13T18:54:38.025Z Compiling lzss v0.8.2
28592026-08-13T18:54:38.028Z Compiling slog-scope v4.4.1
28602026-08-13T18:54:38.312Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28612026-08-13T18:54:38.315Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28622026-08-13T18:54:38.379Z Compiling illumos-nvpair v0.3.0
28632026-08-13T18:54:38.403Z Compiling serde_with v1.14.0
28642026-08-13T18:54:38.744Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28652026-08-13T18:54:38.870Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28662026-08-13T18:54:39.563Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28672026-08-13T18:54:39.876Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28682026-08-13T18:54:40.599Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28692026-08-13T18:54:41.413Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28702026-08-13T18:54:41.497Z Compiling scuffle v0.1.0
28712026-08-13T18:54:43.154Z Compiling tungstenite v0.23.0
28722026-08-13T18:54:43.558Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28732026-08-13T18:54:44.346Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28742026-08-13T18:54:45.425Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28752026-08-13T18:54:45.518Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28762026-08-13T18:54:45.668Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28772026-08-13T18:54:45.691Z Compiling nix v0.27.1
28782026-08-13T18:54:45.750Z Compiling twox-hash v2.1.2
28792026-08-13T18:54:45.914Z Compiling libsw-core v0.3.2
28802026-08-13T18:54:46.120Z Compiling serde_bytes v0.11.19
28812026-08-13T18:54:46.142Z Compiling atty v0.2.14
28822026-08-13T18:54:46.244Z Compiling libsw v3.5.0
28832026-08-13T18:54:46.355Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28842026-08-13T18:54:46.393Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28852026-08-13T18:54:46.418Z Compiling tokio-tungstenite v0.23.1
28862026-08-13T18:54:46.469Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28872026-08-13T18:54:46.625Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
28882026-08-13T18:54:46.795Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28892026-08-13T18:54:46.824Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28902026-08-13T18:54:47.230Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28912026-08-13T18:54:49.618Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28922026-08-13T18:54:50.460Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28932026-08-13T18:54:50.561Z Compiling slog-stdlog v4.1.1
28942026-08-13T18:54:50.584Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28952026-08-13T18:54:50.961Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28962026-08-13T18:54:50.984Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28972026-08-13T18:54:51.130Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28982026-08-13T18:54:51.438Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28992026-08-13T18:54:51.502Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29002026-08-13T18:54:51.977Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29012026-08-13T18:54:52.944Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
29022026-08-13T18:54:53.147Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
29032026-08-13T18:54:53.511Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29042026-08-13T18:54:55.776Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29052026-08-13T18:54:57.439Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29062026-08-13T18:54:58.077Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29072026-08-13T18:54:58.633Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29082026-08-13T18:54:58.901Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29092026-08-13T18:54:59.025Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29102026-08-13T18:54:59.123Z Compiling signal-hook-tokio v0.3.1
29112026-08-13T18:54:59.312Z Compiling fatfs v0.3.6
29122026-08-13T18:54:59.871Z Compiling yasna v0.5.2
29132026-08-13T18:55:00.666Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29142026-08-13T18:55:01.528Z Compiling seq-macro v0.3.6
29152026-08-13T18:55:01.696Z Compiling assert_matches v1.5.0
29162026-08-13T18:55:01.777Z Compiling is_ci v1.2.0
29172026-08-13T18:55:01.816Z Compiling rcgen v0.12.1
29182026-08-13T18:55:01.990Z Compiling supports-color v3.0.2
29192026-08-13T18:55:02.018Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29202026-08-13T18:55:02.271Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29212026-08-13T18:55:04.531Z Compiling slog-envlogger v2.2.0
29222026-08-13T18:55:05.140Z Compiling oxide-update-engine-display v0.1.2
29232026-08-13T18:55:05.690Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29242026-08-13T18:55:05.997Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29252026-08-13T18:55:06.072Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29262026-08-13T18:55:06.126Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29272026-08-13T18:55:06.324Z Compiling port-file v0.1.0
29282026-08-13T18:55:06.345Z Compiling subprocess v0.2.15
29292026-08-13T18:55:06.368Z Compiling rtoolbox v0.0.3
29302026-08-13T18:55:06.643Z Compiling rpassword v7.5.4
29312026-08-13T18:55:06.725Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29322026-08-13T18:55:07.268Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29332026-08-13T18:55:08.488Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29342026-08-13T18:55:09.534Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29352026-08-13T18:55:09.670Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29362026-08-13T18:55:10.707Z Compiling tui-tree-widget v0.23.1
29372026-08-13T18:55:11.052Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29382026-08-13T18:55:11.486Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29392026-08-13T18:55:12.198Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29402026-08-13T18:55:12.334Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29412026-08-13T18:55:12.547Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29422026-08-13T18:55:12.772Z Compiling uzers v0.12.2
29432026-08-13T18:55:13.947Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29442026-08-13T18:55:14.180Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29452026-08-13T18:55:15.267Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29462026-08-13T18:55:16.350Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29472026-08-13T18:55:16.667Z Compiling support-bundle-viewer v0.1.2
29482026-08-13T18:55:18.417Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29492026-08-13T18:55:18.471Z Compiling multimap v0.10.1
29502026-08-13T18:55:26.760Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29512026-08-13T18:55:31.922Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29522026-08-13T18:55:34.810Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29532026-08-13T18:55:38.907Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29542026-08-13T18:55:40.335Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29552026-08-13T19:03:36.000Z Finished `release` profile [optimized] target(s) in 10m 06s
29562026-08-13T19:04:27.910Z
29572026-08-13T19:04:27.910Zreal 10:59.762200129
29582026-08-13T19:04:27.913Zuser 1:21:37.632838278
29592026-08-13T19:04:27.913Zsys 3:35.208162006
29602026-08-13T19:04:27.913Ztrap 1.804411574
29612026-08-13T19:04:27.914Ztflt 2.223939760
29622026-08-13T19:04:27.914Zdflt 21.122216886
29632026-08-13T19:04:27.914Zkflt 0.044766187
29642026-08-13T19:04:27.914Zlock 8:10:59.066279229
29652026-08-13T19:04:27.914Zslp 2:19:42.310778398
29662026-08-13T19:04:27.914Zlat 2:30.786934309
29672026-08-13T19:04:27.914Zstop 5:29.363815008
29682026-08-13T19:04:27.914Z+ mapfile -t packages
29692026-08-13T19:04:27.914Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29702026-08-13T19:04:28.861Z Finished `release` profile [optimized] target(s) in 0.94s
29712026-08-13T19:04:28.933Z Running `target/release/omicron-package -t test list-outputs`
29722026-08-13T19:04:28.993ZLogging to: /work/oxidecomputer/omicron/out/LOG
29732026-08-13T19:04:28.996Z+ ptime -m cargo build --locked --release -p xtask
29742026-08-13T19:04:29.485Z Compiling libc v0.2.185
29752026-08-13T19:04:29.485Z Compiling serde_core v1.0.228
29762026-08-13T19:04:29.485Z Compiling serde v1.0.228
29772026-08-13T19:04:29.488Z Compiling rustix v1.1.3
29782026-08-13T19:04:29.488Z Compiling bitflags v2.11.0
29792026-08-13T19:04:29.574Z Compiling serde_json v1.0.151
29802026-08-13T19:04:29.650Z Compiling usdt-impl v0.5.0
29812026-08-13T19:04:29.653Z Compiling syn v2.0.117
29822026-08-13T19:04:29.661Z Compiling syn v1.0.109
29832026-08-13T19:04:29.684Z Compiling log v0.4.29
29842026-08-13T19:04:29.694Z Compiling getrandom v0.4.1
29852026-08-13T19:04:29.697Z Compiling indexmap v2.14.0
29862026-08-13T19:04:29.720Z Compiling fs-err v3.3.0
29872026-08-13T19:04:29.897Z Compiling heck v0.4.1
29882026-08-13T19:04:29.921Z Compiling once_cell v1.21.3
29892026-08-13T19:04:29.943Z Compiling anyhow v1.0.102
29902026-08-13T19:04:30.342Z Compiling thread-id v4.2.2
29912026-08-13T19:04:30.353Z Compiling errno v0.3.14
29922026-08-13T19:04:30.356Z Compiling memmap v0.7.0
29932026-08-13T19:04:31.088Z Compiling proc-macro-error v1.0.4
29942026-08-13T19:04:31.320Z Compiling terminal_size v0.4.3
29952026-08-13T19:04:31.320Z Compiling tempfile v3.25.0
29962026-08-13T19:04:31.345Z Compiling tabled_derive v0.7.0
29972026-08-13T19:04:31.413Z Compiling clap_builder v4.6.0
29982026-08-13T19:04:31.413Z Compiling textwrap v0.16.2
29992026-08-13T19:04:31.700Z Compiling camino v1.2.2
30002026-08-13T19:04:31.719Z Compiling cargo-platform v0.3.2
30012026-08-13T19:04:31.770Z Compiling semver v1.0.28
30022026-08-13T19:04:31.801Z Compiling pest_generator v2.8.6
30032026-08-13T19:04:32.016Z Compiling camino-tempfile v1.4.1
30042026-08-13T19:04:32.057Z Compiling tabled v0.15.0
30052026-08-13T19:04:32.318Z Compiling serde_derive v1.0.228
30062026-08-13T19:04:32.318Z Compiling thiserror-impl v1.0.69
30072026-08-13T19:04:32.322Z Compiling zerocopy-derive v0.7.35
30082026-08-13T19:04:32.322Z Compiling scroll_derive v0.12.1
30092026-08-13T19:04:32.322Z Compiling thiserror-impl v2.0.18
30102026-08-13T19:04:32.322Z Compiling clap_derive v4.6.1
30112026-08-13T19:04:32.376Z Compiling pest_derive v2.8.6
30122026-08-13T19:04:32.979Z Compiling scroll v0.12.0
30132026-08-13T19:04:33.133Z Compiling zerocopy v0.7.35
30142026-08-13T19:04:33.249Z Compiling goblin v0.8.2
30152026-08-13T19:04:33.433Z Compiling thiserror v1.0.69
30162026-08-13T19:04:33.549Z Compiling dtrace-parser v0.2.0
30172026-08-13T19:04:33.705Z Compiling thiserror v2.0.18
30182026-08-13T19:04:33.717Z Compiling clap v4.6.1
30192026-08-13T19:04:35.432Z Compiling dof v0.3.0
30202026-08-13T19:04:35.463Z Compiling serde_spanned v0.6.9
30212026-08-13T19:04:35.495Z Compiling toml_datetime v0.6.11
30222026-08-13T19:04:35.528Z Compiling serde_tokenstream v0.2.3
30232026-08-13T19:04:35.545Z Compiling macaddr v1.0.1
30242026-08-13T19:04:35.560Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30252026-08-13T19:04:35.629Z Compiling cargo_metadata v0.23.1
30262026-08-13T19:04:35.786Z Compiling toml_edit v0.22.27
30272026-08-13T19:04:36.187Z Compiling usdt-attr-macro v0.5.0
30282026-08-13T19:04:36.190Z Compiling usdt-macro v0.5.0
30292026-08-13T19:04:36.824Z Compiling usdt v0.5.0
30302026-08-13T19:04:37.290Z Compiling toml v0.8.23
30312026-08-13T19:04:37.717Z Compiling cargo_toml v0.21.0
30322026-08-13T19:04:42.095Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30332026-08-13T19:04:45.302Z Finished `release` profile [optimized] target(s) in 16.29s
30342026-08-13T19:04:45.409Z
30352026-08-13T19:04:45.409Zreal 16.378117137
30362026-08-13T19:04:45.409Zuser 2:05.013459040
30372026-08-13T19:04:45.409Zsys 13.295600015
30382026-08-13T19:04:45.409Ztrap 0.060817426
30392026-08-13T19:04:45.412Ztflt 0.458729269
30402026-08-13T19:04:45.412Zdflt 1.405368710
30412026-08-13T19:04:45.413Zkflt 0.000031430
30422026-08-13T19:04:45.413Zlock 4:42.686027770
30432026-08-13T19:04:45.413Zslp 2:39.182161421
30442026-08-13T19:04:45.413Zlat 4.465997780
30452026-08-13T19:04:45.413Zstop 15.929832315
30462026-08-13T19:04:45.413Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30472026-08-13T19:04:45.413Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30482026-08-13T19:04:45.413Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30492026-08-13T19:04:45.413Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30502026-08-13T19:04:45.413Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30512026-08-13T19:04:46.343Z Compiling match_cfg v0.1.0
30522026-08-13T19:04:46.343Z Compiling progenitor-client v0.14.0
30532026-08-13T19:04:46.343Z Compiling slog-json v2.6.1
30542026-08-13T19:04:46.343Z Compiling newtype-uuid-macros v0.1.0
30552026-08-13T19:04:46.346Z Compiling sha1 v0.11.0
30562026-08-13T19:04:46.347Z Compiling multer v3.1.0
30572026-08-13T19:04:46.347Z Compiling debug-ignore v1.0.5
30582026-08-13T19:04:46.347Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30592026-08-13T19:04:46.493Z Compiling compression-core v0.4.31
30602026-08-13T19:04:46.496Z Compiling async-stream-impl v0.3.6
30612026-08-13T19:04:46.496Z Compiling toml_datetime v1.1.1+spec-1.1.0
30622026-08-13T19:04:46.506Z Compiling serde_spanned v1.1.1
30632026-08-13T19:04:46.509Z Compiling dropshot v0.17.1
30642026-08-13T19:04:46.509Z Compiling toml_writer v1.1.1+spec-1.1.0
30652026-08-13T19:04:46.541Z Compiling waitgroup v0.1.2
30662026-08-13T19:04:46.558Z Compiling rustls-pemfile v2.2.0
30672026-08-13T19:04:46.721Z Compiling dropshot_endpoint v0.17.1
30682026-08-13T19:04:46.741Z Compiling hostname v0.3.1
30692026-08-13T19:04:46.829Z Compiling compression-codecs v0.4.37
30702026-08-13T19:04:46.832Z Compiling toml v1.1.2+spec-1.1.0
30712026-08-13T19:04:46.832Z Compiling hostname v0.4.2
30722026-08-13T19:04:46.832Z Compiling serde_path_to_error v0.1.20
30732026-08-13T19:04:46.832Z Compiling atomicwrites v0.4.4
30742026-08-13T19:04:46.862Z Compiling macaddr v1.0.1
30752026-08-13T19:04:46.897Z Compiling slog-bunyan v2.5.0
30762026-08-13T19:04:46.969Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30772026-08-13T19:04:46.969Z Compiling instant v0.1.13
30782026-08-13T19:04:46.974Z Compiling regress v0.10.5
30792026-08-13T19:04:47.026Z Compiling async-compression v0.4.41
30802026-08-13T19:04:47.031Z Compiling parse-display-derive v0.10.0
30812026-08-13T19:04:47.080Z Compiling backon v1.6.0
30822026-08-13T19:04:47.099Z Compiling backoff v0.4.0
30832026-08-13T19:04:47.102Z Compiling itertools v0.14.0
30842026-08-13T19:04:47.137Z Compiling async-stream v0.3.6
30852026-08-13T19:04:47.137Z Compiling humantime v2.3.0
30862026-08-13T19:04:47.199Z Compiling half v2.7.1
30872026-08-13T19:04:47.254Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30882026-08-13T19:04:47.275Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30892026-08-13T19:04:47.294Z Compiling progenitor-extras v0.2.0
30902026-08-13T19:04:47.315Z Compiling crucible-workspace-hack v0.1.0
30912026-08-13T19:04:47.333Z Compiling ciborium-io v0.2.2
30922026-08-13T19:04:47.352Z Compiling regress v0.11.1
30932026-08-13T19:04:47.352Z Compiling convert_case v0.4.0
30942026-08-13T19:04:47.385Z Compiling secrecy v0.10.3
30952026-08-13T19:04:47.421Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30962026-08-13T19:04:47.442Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30972026-08-13T19:04:47.461Z Compiling ciborium-ll v0.2.2
30982026-08-13T19:04:47.535Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30992026-08-13T19:04:47.553Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31002026-08-13T19:04:47.590Z Compiling inout v0.1.4
31012026-08-13T19:04:47.593Z Compiling unsafe-libyaml v0.2.11
31022026-08-13T19:04:47.657Z Compiling ciborium v0.2.2
31032026-08-13T19:04:47.702Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31042026-08-13T19:04:47.726Z Compiling cipher v0.4.4
31052026-08-13T19:04:47.743Z Compiling derive_more v0.99.20
31062026-08-13T19:04:47.773Z Compiling thiserror-impl-no-std v2.0.2
31072026-08-13T19:04:47.807Z Compiling universal-hash v0.5.1
31082026-08-13T19:04:47.824Z Compiling opaque-debug v0.3.1
31092026-08-13T19:04:47.904Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31102026-08-13T19:04:47.922Z Compiling poly1305 v0.8.0
31112026-08-13T19:04:47.925Z Compiling blake2 v0.10.6
31122026-08-13T19:04:47.959Z Compiling chacha20 v0.9.1
31132026-08-13T19:04:48.002Z Compiling aead v0.5.2
31142026-08-13T19:04:48.157Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31152026-08-13T19:04:48.230Z Compiling serde_yaml v0.9.34+deprecated
31162026-08-13T19:04:48.250Z Compiling password-hash v0.5.0
31172026-08-13T19:04:48.253Z Compiling indent_write v2.2.0
31182026-08-13T19:04:48.361Z Compiling chacha20poly1305 v0.10.1
31192026-08-13T19:04:48.383Z Compiling toml_datetime v0.7.5+spec-1.1.0
31202026-08-13T19:04:48.401Z Compiling num-derive v0.4.2
31212026-08-13T19:04:48.431Z Compiling heapless v0.8.0
31222026-08-13T19:04:48.509Z Compiling argon2 v0.5.3
31232026-08-13T19:04:48.536Z Compiling tabwriter v1.4.1
31242026-08-13T19:04:48.660Z Compiling toml_edit v0.23.10+spec-1.0.0
31252026-08-13T19:04:48.663Z Compiling ingot-macros v0.2.0
31262026-08-13T19:04:48.693Z Compiling hash32 v0.3.1
31272026-08-13T19:04:48.783Z Compiling parse-display v0.10.0
31282026-08-13T19:04:48.799Z Compiling smoltcp v0.11.0
31292026-08-13T19:04:48.873Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31302026-08-13T19:04:48.949Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31312026-08-13T19:04:48.989Z Compiling typify-impl v0.6.2
31322026-08-13T19:04:49.099Z Compiling thiserror-no-std v2.0.2
31332026-08-13T19:04:49.203Z Compiling vsss-rs v3.3.4
31342026-08-13T19:04:49.207Z Compiling proc-macro-crate v3.4.0
31352026-08-13T19:04:49.298Z Compiling cobs v0.3.0
31362026-08-13T19:04:49.369Z Compiling colored v3.1.1
31372026-08-13T19:04:49.516Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31382026-08-13T19:04:49.721Z Compiling postcard v1.1.3
31392026-08-13T19:04:49.739Z Compiling proc-macro-error v1.0.4
31402026-08-13T19:04:49.743Z Compiling rand v0.10.1
31412026-08-13T19:04:49.800Z Compiling proc-macro-crate v1.3.1
31422026-08-13T19:04:49.817Z Compiling num_enum_derive v0.7.6
31432026-08-13T19:04:49.836Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31442026-08-13T19:04:50.060Z Compiling foreign-types-macros v0.2.3
31452026-08-13T19:04:50.086Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31462026-08-13T19:04:50.104Z Compiling foreign-types-shared v0.3.1
31472026-08-13T19:04:50.152Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31482026-08-13T19:04:50.169Z Compiling rayon-core v1.13.0
31492026-08-13T19:04:50.242Z Compiling num_enum_derive v0.5.11
31502026-08-13T19:04:50.367Z Compiling crossbeam-deque v0.8.6
31512026-08-13T19:04:50.383Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31522026-08-13T19:04:50.421Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31532026-08-13T19:04:50.438Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31542026-08-13T19:04:50.456Z Compiling cstr-argument v0.1.2
31552026-08-13T19:04:50.624Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31562026-08-13T19:04:50.632Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31572026-08-13T19:04:50.680Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31582026-08-13T19:04:50.710Z Compiling foreign-types v0.5.0
31592026-08-13T19:04:50.808Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31602026-08-13T19:04:50.869Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31612026-08-13T19:04:50.872Z Compiling cpubits v0.1.1
31622026-08-13T19:04:50.904Z Compiling zone_cfg_derive v0.3.1
31632026-08-13T19:04:50.938Z Compiling num_enum v0.7.6
31642026-08-13T19:04:50.938Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31652026-08-13T19:04:50.992Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31662026-08-13T19:04:51.012Z Compiling itertools v0.12.1
31672026-08-13T19:04:51.055Z Compiling rayon v1.11.0
31682026-08-13T19:04:51.084Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31692026-08-13T19:04:51.102Z Compiling sigpipe v0.1.3
31702026-08-13T19:04:51.120Z Compiling glob v0.3.3
31712026-08-13T19:04:51.180Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31722026-08-13T19:04:51.212Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31732026-08-13T19:04:51.228Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31742026-08-13T19:04:51.339Z Compiling smf v0.2.3
31752026-08-13T19:04:51.372Z Compiling num_enum v0.5.11
31762026-08-13T19:04:51.420Z Compiling whoami v1.6.1
31772026-08-13T19:04:51.469Z Compiling usdt-macro v0.5.0
31782026-08-13T19:04:51.516Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31792026-08-13T19:04:51.534Z Compiling gethostname v0.5.0
31802026-08-13T19:04:51.549Z Compiling usdt-attr-macro v0.5.0
31812026-08-13T19:04:51.613Z Compiling num-rational v0.4.2
31822026-08-13T19:04:51.632Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31832026-08-13T19:04:51.637Z Compiling pem-rfc7468 v1.0.0
31842026-08-13T19:04:51.668Z Compiling ingot-types v0.2.0
31852026-08-13T19:04:51.684Z Compiling num-complex v0.4.6
31862026-08-13T19:04:51.841Z Compiling derive-where v1.6.0
31872026-08-13T19:04:51.877Z Compiling memmap v0.7.0
31882026-08-13T19:04:51.969Z Compiling float-ord v0.3.2
31892026-08-13T19:04:52.003Z Compiling toml v0.8.23
31902026-08-13T19:04:52.082Z Compiling ingot v0.2.1
31912026-08-13T19:04:52.098Z Compiling num v0.4.3
31922026-08-13T19:04:52.117Z Compiling hmac v0.13.0
31932026-08-13T19:04:52.117Z Compiling universal-hash v0.6.1
31942026-08-13T19:04:52.198Z Compiling zone v0.3.1
31952026-08-13T19:04:52.224Z Compiling resolv-conf v0.7.6
31962026-08-13T19:04:52.279Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31972026-08-13T19:04:52.300Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31982026-08-13T19:04:52.321Z Compiling cancel-safe-futures v0.1.5
31992026-08-13T19:04:52.332Z Compiling polyval v0.7.1
32002026-08-13T19:04:52.408Z Compiling usdt v0.5.0
32012026-08-13T19:04:52.458Z Compiling der v0.8.0
32022026-08-13T19:04:52.579Z Compiling prettyplease v0.2.37
32032026-08-13T19:04:52.597Z Compiling ghash v0.6.0
32042026-08-13T19:04:52.647Z Compiling pbkdf2 v0.13.0
32052026-08-13T19:04:52.706Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32062026-08-13T19:04:52.768Z Compiling crypto-bigint v0.7.5
32072026-08-13T19:04:52.791Z Compiling aes v0.9.1
32082026-08-13T19:04:52.843Z Compiling console v0.15.11
32092026-08-13T19:04:52.879Z Compiling hickory-proto v0.24.4
32102026-08-13T19:04:52.897Z Compiling newline-converter v0.3.0
32112026-08-13T19:04:52.915Z Compiling ctr v0.10.1
32122026-08-13T19:04:52.934Z Compiling aead v0.6.1
32132026-08-13T19:04:53.040Z Compiling sha2 v0.11.0
32142026-08-13T19:04:53.123Z Compiling linear-map v1.2.0
32152026-08-13T19:04:53.156Z Compiling libefi-sys v0.1.0
32162026-08-13T19:04:53.219Z Compiling oxide-update-engine-types v0.1.2
32172026-08-13T19:04:53.305Z Compiling linked-hash-map v0.5.6
32182026-08-13T19:04:53.337Z Compiling aes-gcm v0.11.0
32192026-08-13T19:04:53.393Z Compiling spki v0.8.0
32202026-08-13T19:04:53.443Z Compiling expectorate v1.2.0
32212026-08-13T19:04:53.526Z Compiling lru-cache v0.1.2
32222026-08-13T19:04:53.600Z Compiling typify-macro v0.6.2
32232026-08-13T19:04:53.631Z Compiling salsa20 v0.11.0
32242026-08-13T19:04:53.649Z Compiling bitfield-struct v0.6.2
32252026-08-13T19:04:53.681Z Compiling nom v8.0.0
32262026-08-13T19:04:53.755Z Compiling semver v0.1.20
32272026-08-13T19:04:53.808Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32282026-08-13T19:04:53.894Z Compiling scrypt v0.12.0
32292026-08-13T19:04:54.029Z Compiling rustc_version v0.1.7
32302026-08-13T19:04:54.212Z Compiling oxide-update-engine v0.1.2
32312026-08-13T19:04:54.290Z Compiling tokio-dtrace v0.1.1
32322026-08-13T19:04:54.307Z Compiling cbc v0.2.1
32332026-08-13T19:04:54.310Z Compiling slog-dtrace v0.3.0
32342026-08-13T19:04:54.341Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32352026-08-13T19:04:54.444Z Compiling minimal-lexical v0.2.1
32362026-08-13T19:04:54.487Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32372026-08-13T19:04:54.584Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32382026-08-13T19:04:54.601Z Compiling oxide-tokio-rt v0.1.4
32392026-08-13T19:04:54.619Z Compiling pkcs5 v0.8.1
32402026-08-13T19:04:54.659Z Compiling newtype_derive v0.1.6
32412026-08-13T19:04:54.668Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32422026-08-13T19:04:54.800Z Compiling nom v7.1.3
32432026-08-13T19:04:54.819Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32442026-08-13T19:04:54.844Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32452026-08-13T19:04:54.934Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32462026-08-13T19:04:54.952Z Compiling phf_shared v0.12.1
32472026-08-13T19:04:54.988Z Compiling dropshot-api-manager-types v0.7.2
32482026-08-13T19:04:55.004Z Compiling csv-core v0.1.13
32492026-08-13T19:04:55.051Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32502026-08-13T19:04:55.073Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32512026-08-13T19:04:55.163Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32522026-08-13T19:04:55.208Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32532026-08-13T19:04:55.285Z Compiling hickory-resolver v0.24.4
32542026-08-13T19:04:55.303Z Compiling xshell-macros v0.2.7
32552026-08-13T19:04:55.332Z Compiling highway v1.3.0
32562026-08-13T19:04:55.456Z Compiling typify v0.6.2
32572026-08-13T19:04:55.483Z Compiling chrono-tz v0.10.4
32582026-08-13T19:04:55.522Z Compiling unicode-xid v0.2.6
32592026-08-13T19:04:55.594Z Compiling progenitor-impl v0.14.0
32602026-08-13T19:04:55.673Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32612026-08-13T19:04:55.714Z Compiling const_format_proc_macros v0.2.34
32622026-08-13T19:04:55.738Z Compiling xshell v0.2.7
32632026-08-13T19:04:55.755Z Compiling csv v1.4.0
32642026-08-13T19:04:55.774Z Compiling phf v0.12.1
32652026-08-13T19:04:55.962Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32662026-08-13T19:04:56.096Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32672026-08-13T19:04:56.150Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32682026-08-13T19:04:56.218Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32692026-08-13T19:04:56.245Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32702026-08-13T19:04:56.276Z Compiling pkcs8 v0.11.0
32712026-08-13T19:04:56.339Z Compiling qorb v0.4.1
32722026-08-13T19:04:56.599Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32732026-08-13T19:04:56.681Z Compiling ff v0.14.0
32742026-08-13T19:04:56.699Z Compiling owo-colors v4.3.0
32752026-08-13T19:04:56.793Z Compiling const_format v0.2.35
32762026-08-13T19:04:56.854Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32772026-08-13T19:04:56.996Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32782026-08-13T19:04:57.132Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32792026-08-13T19:04:57.149Z Compiling tabled_derive v0.7.0
32802026-08-13T19:04:57.197Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32812026-08-13T19:04:57.357Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32822026-08-13T19:04:57.570Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32832026-08-13T19:04:57.600Z Compiling bcs v0.1.6
32842026-08-13T19:04:57.718Z Compiling tagptr v0.2.0
32852026-08-13T19:04:57.899Z Compiling salty v0.3.0
32862026-08-13T19:04:57.954Z Compiling termtree v0.5.1
32872026-08-13T19:04:58.095Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32882026-08-13T19:04:58.129Z Compiling textwrap v0.16.2
32892026-08-13T19:04:58.146Z Compiling moka v0.12.13
32902026-08-13T19:04:58.188Z Compiling tabled v0.15.0
32912026-08-13T19:04:58.211Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32922026-08-13T19:04:58.313Z Compiling progenitor-macro v0.14.0
32932026-08-13T19:04:58.384Z Compiling steno v0.4.1
32942026-08-13T19:04:58.413Z Compiling group v0.14.0
32952026-08-13T19:04:58.456Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32962026-08-13T19:04:58.624Z Compiling sha1 v0.10.6
32972026-08-13T19:04:58.628Z Compiling signature v3.0.0
32982026-08-13T19:04:58.659Z Compiling base16ct v1.0.0
32992026-08-13T19:04:58.844Z Compiling sec1 v0.8.1
33002026-08-13T19:04:58.871Z Compiling hickory-resolver v0.25.2
33012026-08-13T19:04:58.890Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33022026-08-13T19:04:58.908Z Compiling hkdf v0.13.0
33032026-08-13T19:04:58.965Z Compiling libscf-sys v1.2.0
33042026-08-13T19:04:59.085Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33052026-08-13T19:04:59.104Z Compiling rfc6979 v0.4.0
33062026-08-13T19:04:59.134Z Compiling elliptic-curve v0.14.1
33072026-08-13T19:04:59.177Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33082026-08-13T19:04:59.227Z Compiling ecdsa v0.16.9
33092026-08-13T19:04:59.258Z Compiling primeorder v0.13.6
33102026-08-13T19:04:59.369Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33112026-08-13T19:04:59.529Z Compiling parking_lot_core v0.8.6
33122026-08-13T19:04:59.565Z Compiling utf-8 v0.7.6
33132026-08-13T19:04:59.605Z Compiling p384 v0.13.1
33142026-08-13T19:04:59.657Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33152026-08-13T19:04:59.753Z Compiling tungstenite v0.21.0
33162026-08-13T19:04:59.813Z Compiling wnaf v0.14.0
33172026-08-13T19:04:59.864Z Compiling primefield v0.14.0
33182026-08-13T19:05:00.040Z Compiling rfc6979 v0.6.0
33192026-08-13T19:05:00.084Z Compiling papergrid v0.18.0
33202026-08-13T19:05:00.118Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33212026-08-13T19:05:00.213Z Compiling git-stub v1.0.0
33222026-08-13T19:05:00.230Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33232026-08-13T19:05:00.453Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33242026-08-13T19:05:00.502Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33252026-08-13T19:05:00.678Z Compiling git-stub-vcs v0.1.0
33262026-08-13T19:05:00.731Z Compiling tokio-tungstenite v0.21.0
33272026-08-13T19:05:00.750Z Compiling ecdsa v0.17.0
33282026-08-13T19:05:00.768Z Compiling primeorder v0.14.0
33292026-08-13T19:05:00.845Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33302026-08-13T19:05:00.943Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33312026-08-13T19:05:00.973Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33322026-08-13T19:05:01.074Z Compiling tabled v0.21.0
33332026-08-13T19:05:01.136Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33342026-08-13T19:05:01.192Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33352026-08-13T19:05:01.243Z Compiling curve25519-dalek v5.0.0
33362026-08-13T19:05:01.320Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33372026-08-13T19:05:01.340Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33382026-08-13T19:05:01.359Z Compiling unicase v2.9.0
33392026-08-13T19:05:01.514Z Compiling illumos-nvpair-sys v0.2.0
33402026-08-13T19:05:01.556Z Compiling corncobs v0.1.4
33412026-08-13T19:05:01.606Z Compiling mime_guess v2.0.5
33422026-08-13T19:05:01.628Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33432026-08-13T19:05:01.717Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33442026-08-13T19:05:01.757Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33452026-08-13T19:05:01.775Z Compiling parking_lot v0.11.2
33462026-08-13T19:05:01.778Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33472026-08-13T19:05:01.975Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33482026-08-13T19:05:02.032Z Compiling progenitor-impl v0.13.0
33492026-08-13T19:05:02.058Z Compiling ssh-encoding v0.3.0
33502026-08-13T19:05:02.076Z Compiling prefix-trie v0.7.0
33512026-08-13T19:05:02.144Z Compiling fxhash v0.2.1
33522026-08-13T19:05:02.177Z Compiling secrecy v0.8.0
33532026-08-13T19:05:02.195Z Compiling keccak v0.2.0
33542026-08-13T19:05:02.299Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33552026-08-13T19:05:02.316Z Compiling crc8 v0.1.1
33562026-08-13T19:05:02.408Z Compiling sled v0.34.7
33572026-08-13T19:05:02.429Z Compiling hickory-server v0.25.2
33582026-08-13T19:05:02.511Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
33592026-08-13T19:05:02.573Z Compiling ed25519 v3.0.0
33602026-08-13T19:05:02.672Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33612026-08-13T19:05:02.767Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33622026-08-13T19:05:03.471Z Compiling crypto-primes v0.7.2
33632026-08-13T19:05:03.491Z Compiling pkcs1 v0.8.0-rc.4
33642026-08-13T19:05:03.509Z Compiling poly1305 v0.9.0
33652026-08-13T19:05:03.539Z Compiling progenitor v0.14.0
33662026-08-13T19:05:03.623Z Compiling progenitor-client v0.13.0
33672026-08-13T19:05:03.717Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33682026-08-13T19:05:03.736Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33692026-08-13T19:05:03.739Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33702026-08-13T19:05:03.799Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33712026-08-13T19:05:03.897Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33722026-08-13T19:05:03.968Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33732026-08-13T19:05:04.006Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
33742026-08-13T19:05:04.265Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33752026-08-13T19:05:04.283Z Compiling blowfish v0.10.0
33762026-08-13T19:05:04.335Z Compiling blake2 v0.11.0-rc.6
33772026-08-13T19:05:04.504Z Compiling half v1.8.3
33782026-08-13T19:05:04.562Z Compiling http-range v0.1.5
33792026-08-13T19:05:04.579Z Compiling bcrypt-pbkdf v0.11.0
33802026-08-13T19:05:04.595Z Compiling rsa v0.10.0-rc.18
33812026-08-13T19:05:04.690Z Compiling progenitor-macro v0.13.0
33822026-08-13T19:05:04.846Z Compiling serde_cbor v0.11.2
33832026-08-13T19:05:04.865Z Compiling argon2 v0.6.0-rc.8
33842026-08-13T19:05:05.063Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33852026-08-13T19:05:05.470Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33862026-08-13T19:05:05.884Z Compiling ssh-cipher v0.3.0
33872026-08-13T19:05:05.971Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
33882026-08-13T19:05:06.080Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33892026-08-13T19:05:06.162Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33902026-08-13T19:05:06.309Z Compiling ed25519-dalek v3.0.0
33912026-08-13T19:05:06.405Z Compiling illumos-nvpair v0.3.0
33922026-08-13T19:05:06.496Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
33932026-08-13T19:05:06.806Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33942026-08-13T19:05:06.825Z Compiling sha3 v0.11.0
33952026-08-13T19:05:06.847Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33962026-08-13T19:05:07.062Z Compiling p256 v0.14.0
33972026-08-13T19:05:07.095Z Compiling p521 v0.14.0
33982026-08-13T19:05:07.163Z Compiling p384 v0.14.0
33992026-08-13T19:05:07.333Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34002026-08-13T19:05:07.506Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34012026-08-13T19:05:07.525Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34022026-08-13T19:05:08.172Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34032026-08-13T19:05:08.190Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34042026-08-13T19:05:08.307Z Compiling scuffle v0.1.0
34052026-08-13T19:05:08.566Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34062026-08-13T19:05:08.585Z Compiling yasna v0.5.2
34072026-08-13T19:05:08.745Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34082026-08-13T19:05:08.764Z Compiling kstat-rs v0.2.5
34092026-08-13T19:05:08.970Z Compiling headers-core v0.3.0
34102026-08-13T19:05:09.077Z Compiling kem v0.3.0
34112026-08-13T19:05:09.120Z Compiling module-lattice v0.2.3
34122026-08-13T19:05:09.211Z Compiling nanorand v0.7.0
34132026-08-13T19:05:09.230Z Compiling sponge-cursor v0.1.0
34142026-08-13T19:05:09.274Z Compiling headers v0.4.1
34152026-08-13T19:05:09.291Z Compiling rcgen v0.12.1
34162026-08-13T19:05:09.324Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34172026-08-13T19:05:09.389Z Compiling sha3 v0.12.0
34182026-08-13T19:05:09.406Z Compiling ml-kem v0.3.2
34192026-08-13T19:05:09.422Z Compiling flume v0.11.1
34202026-08-13T19:05:09.442Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34212026-08-13T19:05:09.507Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34222026-08-13T19:05:09.525Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34232026-08-13T19:05:09.745Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34242026-08-13T19:05:09.793Z Compiling hyper-staticfile v0.10.1
34252026-08-13T19:05:09.847Z Compiling progenitor v0.13.0
34262026-08-13T19:05:09.867Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34272026-08-13T19:05:09.983Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34282026-08-13T19:05:10.030Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34292026-08-13T19:05:10.084Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34302026-08-13T19:05:10.228Z Compiling ssh-key v0.7.0-rc.11
34312026-08-13T19:05:10.245Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34322026-08-13T19:05:10.327Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34332026-08-13T19:05:10.346Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34342026-08-13T19:05:10.372Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34352026-08-13T19:05:10.389Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34362026-08-13T19:05:10.467Z Compiling russh-cryptovec v0.62.0
34372026-08-13T19:05:10.486Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34382026-08-13T19:05:10.539Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34392026-08-13T19:05:10.659Z Compiling internal-russh-num-bigint v0.5.0
34402026-08-13T19:05:10.704Z Compiling port-file v0.1.0
34412026-08-13T19:05:10.723Z Compiling num-bigint v0.4.6
34422026-08-13T19:05:10.726Z Compiling generic-array v1.4.3
34432026-08-13T19:05:10.812Z Compiling russh-util v0.52.0
34442026-08-13T19:05:10.831Z Compiling enum_dispatch v0.3.13
34452026-08-13T19:05:10.978Z Compiling delegate v0.13.5
34462026-08-13T19:05:10.994Z Compiling subprocess v0.2.15
34472026-08-13T19:05:11.051Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34482026-08-13T19:05:11.241Z Compiling display-error-chain v0.2.2
34492026-08-13T19:05:11.336Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34502026-08-13T19:05:11.403Z Compiling md5 v0.8.0
34512026-08-13T19:05:11.490Z Compiling hex-literal v1.1.0
34522026-08-13T19:05:11.628Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34532026-08-13T19:05:11.712Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34542026-08-13T19:05:11.757Z Compiling colored v2.2.0
34552026-08-13T19:05:11.837Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34562026-08-13T19:05:11.884Z Compiling socket2 v0.5.10
34572026-08-13T19:05:11.971Z Compiling russh v0.62.4
34582026-08-13T19:05:11.989Z Compiling internet-checksum v0.2.1
34592026-08-13T19:05:12.445Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34602026-08-13T19:05:12.509Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34612026-08-13T19:05:13.136Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
34622026-08-13T19:05:15.103Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34632026-08-13T19:05:15.834Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34642026-08-13T19:05:16.390Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34652026-08-13T19:05:18.338Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34662026-08-13T19:05:27.078Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34672026-08-13T19:05:27.078Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34682026-08-13T19:05:27.078Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34692026-08-13T19:05:27.082Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34702026-08-13T19:05:28.870Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34712026-08-13T19:05:28.929Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34722026-08-13T19:05:33.071Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34732026-08-13T19:06:13.438Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s
34742026-08-13T19:06:13.666Z
34752026-08-13T19:06:13.666Zreal 1:28.189588344
34762026-08-13T19:06:13.666Zuser 8:24.632407147
34772026-08-13T19:06:13.669Zsys 1:39.027881438
34782026-08-13T19:06:13.669Ztrap 0.228008066
34792026-08-13T19:06:13.669Ztflt 0.285659290
34802026-08-13T19:06:13.669Zdflt 2.258813786
34812026-08-13T19:06:13.669Zkflt 0.000281450
34822026-08-13T19:06:13.669Zlock 31:02.960279451
34832026-08-13T19:06:13.669Zslp 18:56.978056805
34842026-08-13T19:06:13.669Zlat 38.787558312
34852026-08-13T19:06:13.669Zstop 2:57.010161240
34862026-08-13T19:06:13.669Z+ mkdir tests
34872026-08-13T19:06:13.672Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34882026-08-13T19:06:13.673Z+ xargs -I '{}' -t cp '{}' tests/
34892026-08-13T19:06:13.693Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-daa430a9217ea392 tests/
34902026-08-13T19:06:13.723Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-83aa57aee2b153ea tests/
34912026-08-13T19:06:13.756Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-bf15338d67f4f0b8 tests/
34922026-08-13T19:06:13.789Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-76d9dbaba2ae8ebb tests/
34932026-08-13T19:06:14.088Z+ 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)
34942026-08-13T19:06:14.091Z+ 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-83aa57aee2b153ea tests/commtest-bf15338d67f4f0b8 tests/dhcp_server-daa430a9217ea392 tests/end_to_end_tests-76d9dbaba2ae8ebb 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
34952026-08-13T19:07:43.057ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34962026-08-13T19:07:43.057Za .github/buildomat/ci-env.sh 1K
34972026-08-13T19:07:43.057Za out/target/test 1K
34982026-08-13T19:07:43.057Za out/npuzone/npuzone 27402K
34992026-08-13T19:07:43.057Za package-manifest.toml 35K
35002026-08-13T19:07:43.057Za smf/sled-agent/non-gimlet/config.toml 6K
35012026-08-13T19:07:43.057Za target/release/omicron-package 48049K
35022026-08-13T19:07:43.057Za target/release/xtask 11722K
35032026-08-13T19:07:43.057Za target/debug/bootstrap 436156K
35042026-08-13T19:07:43.057Za tests/bootstrap-83aa57aee2b153ea 34516K
35052026-08-13T19:07:43.057Za tests/commtest-bf15338d67f4f0b8 34517K
35062026-08-13T19:07:43.057Za tests/dhcp_server-daa430a9217ea392 34516K
35072026-08-13T19:07:43.057Za tests/end_to_end_tests-76d9dbaba2ae8ebb 499376K
35082026-08-13T19:07:43.057Za tools/opte_version 1K
35092026-08-13T19:07:43.057Za tools/opte_version_override 2K
35102026-08-13T19:07:43.057Za out/clickhouse.tar.gz 327543K
35112026-08-13T19:07:43.057Za out/clickhouse_keeper.tar.gz 311546K
35122026-08-13T19:07:43.057Za out/clickhouse_server.tar.gz 327540K
35132026-08-13T19:07:43.057Za out/cockroachdb.tar.gz 168944K
35142026-08-13T19:07:43.057Za out/crucible-pantry-zone.tar.gz 41269K
35152026-08-13T19:07:43.057Za out/crucible-utils.tar 18900K
35162026-08-13T19:07:43.057Za out/crucible-zone.tar.gz 56081K
35172026-08-13T19:07:43.057Za out/external-dns.tar.gz 54238K
35182026-08-13T19:07:43.057Za out/internal-dns.tar.gz 54238K
35192026-08-13T19:07:43.057Za out/mg-ddm-gz.tar 100917K
35202026-08-13T19:07:43.057Za out/nexus.tar.gz 355262K
35212026-08-13T19:07:43.057Za out/ntp.tar.gz 34609K
35222026-08-13T19:07:43.057Za out/omicron-gateway-softnpu.tar.gz 29193K
35232026-08-13T19:07:43.057Za out/omicron-sled-agent.tar 242561K
35242026-08-13T19:07:43.057Za out/overlay.tar.gz 4K
35252026-08-13T19:07:43.057Za out/oximeter.tar.gz 71253K
35262026-08-13T19:07:43.057Za out/oxlog.tar 4066K
35272026-08-13T19:07:43.057Za out/probe.tar.gz 3037K
35282026-08-13T19:07:43.057Za out/propolis-server.tar.gz 34642K
35292026-08-13T19:07:43.057Za out/pumpkind-gz.tar 26647K
35302026-08-13T19:07:43.057Za out/switch-softnpu.tar.gz 499296K
35312026-08-13T19:07:43.061Z
35322026-08-13T19:07:43.061Zreal 1:28.965742380
35332026-08-13T19:07:43.061Zuser 1:25.972157110
35342026-08-13T19:07:43.061Zsys 4.934889672
35352026-08-13T19:07:43.061Ztrap 0.006257637
35362026-08-13T19:07:43.061Ztflt 0.000000000
35372026-08-13T19:07:43.061Zdflt 0.000000000
35382026-08-13T19:07:43.061Zkflt 0.000000000
35392026-08-13T19:07:43.061Zlock 0.000000000
35402026-08-13T19:07:43.061Zslp 1:25.920258131
35412026-08-13T19:07:43.061Zlat 1.093119447
35422026-08-13T19:07:43.061Zstop 0.000300830
35432026-08-13T19:07:43.061Zprocess exited: duration 1080602 ms, exit code 0
 
35442026-08-13T19:07:43.074Zfound 1 output files
35452026-08-13T19:07:43.075Zuploading: /work/package.tar.gz (2760877632 bytes)
35462026-08-13T19:08:18.707Zuploaded: /work/package.tar.gz