01KY40NECJM5J3AS6CJN17QC1R: 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: 01KY40PK1SGWH2Q7RTAG68GE9B

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-22T04:18:40.681Zjob assigned to worker 01KY40PTK7VEKF6JHZDQXD1BHV [factory aws, i-010241242d1bd7a98] (queued for 51 s)
 
22026-07-22T04:18:47.574Zstarting task 0: "setup"
32026-07-22T04:18:47.578Z++ uname -s
42026-07-22T04:18:47.582Z+ kern=SunOS
52026-07-22T04:18:47.582Z+ build_user=build
62026-07-22T04:18:47.582Z+ build_uid=12345
72026-07-22T04:18:47.582Z+ work_dir=/work
82026-07-22T04:18:47.582Z+ input_dir=/input
92026-07-22T04:18:47.582Z+ [[ 0 == 12345 ]]
102026-07-22T04:18:47.582Z+ case "$kern" in
112026-07-22T04:18:47.582Z+ groupadd -g 12345 build
122026-07-22T04:18:47.586Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-22T04:18:49.590Z+ zfs create -o mountpoint=/work rpool/work
142026-07-22T04:18:49.664Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-22T04:18:49.667Z+ home_fs=zfs
162026-07-22T04:18:49.667Z+ [[ zfs == autofs ]]
172026-07-22T04:18:49.667Z+ mkdir -p /home/build
182026-07-22T04:18:49.672Z+ chown build:build /home/build /work
192026-07-22T04:18:51.670Z+ chmod 0700 /home/build /work
202026-07-22T04:18:51.676Zprocess exited: duration 4101 ms, exit code 0
 
212026-07-22T04:18:51.683Zstarting task 1: "rust-toolchain"
222026-07-22T04:18:51.688Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-22T04:18:51.688Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-22T04:18:51.689Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-07-22T04:18:51.689Z * rust toolchain channel = "1.96.1"
262026-07-22T04:18:51.689Z * rust toolchain profile = "default"
272026-07-22T04:18:51.689Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-22T04:18:51.693Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-22T04:18:51.693Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-22T04:18:51.779Zinfo: downloading installer
312026-07-22T04:18:53.091Zwarn: It looks like you have an existing rustup settings file at:
322026-07-22T04:18:53.091Zwarn: /home/build/.rustup/settings.toml
332026-07-22T04:18:53.091Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-22T04:18:53.091Zwarn: instead of the one inferred from the default host triple.
352026-07-22T04:18:53.103Zinfo: profile set to default
362026-07-22T04:18:53.103Zinfo: default host triple is x86_64-unknown-illumos
372026-07-22T04:18:53.107Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-22T04:18:53.234Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-22T04:18:53.238Zinfo: downloading 6 components
402026-07-22T04:19:07.655Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-22T04:19:07.656Z
422026-07-22T04:19:07.684Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-22T04:19:07.684Z
442026-07-22T04:19:07.684Z
452026-07-22T04:19:07.684ZRust is installed now. Great!
462026-07-22T04:19:07.685Z
472026-07-22T04:19:07.685ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-22T04:19:07.685Zenvironment variable. This has not been done automatically.
492026-07-22T04:19:07.686Z
502026-07-22T04:19:07.686ZTo configure your current shell, you need to source
512026-07-22T04:19:07.686Zthe corresponding env file under $HOME/.cargo.
522026-07-22T04:19:07.686Z
532026-07-22T04:19:07.686ZThis is usually done by running one of the following (note the leading DOT):
542026-07-22T04:19:07.698Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-22T04:19:07.698Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-22T04:19:07.698Zsource "~/.cargo/env.nu" # For nushell
572026-07-22T04:19:07.698Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-22T04:19:07.698Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-22T04:19:07.698Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-22T04:19:07.698Zwarn: no default linker (`cc`) was found in your PATH
612026-07-22T04:19:07.698Zwarn: many Rust crates require a system C toolchain to build
622026-07-22T04:19:07.790Z+ rustup --version
632026-07-22T04:19:07.796Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-22T04:19:07.801Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-22T04:19:07.824Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-22T04:19:07.851Z+ cargo --version
672026-07-22T04:19:07.852Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-22T04:19:07.852Z+ rustc --version
692026-07-22T04:19:07.872Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-22T04:19:07.872Zprocess exited: duration 16170 ms, exit code 0
 
712026-07-22T04:19:07.934Zstarting task 2: "authentication"
722026-07-22T04:19:07.983ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-07-22T04:19:20.030Zprocess exited: duration 12110 ms, exit code 0
 
742026-07-22T04:19:20.037Zstarting task 3: "clone repository"
752026-07-22T04:19:20.042Z+ mkdir -p /work/oxidecomputer/omicron
762026-07-22T04:19:20.047Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
772026-07-22T04:19:20.077ZCloning into '/work/oxidecomputer/omicron'...
782026-07-22T04:19:29.274Z+ cd /work/oxidecomputer/omicron
792026-07-22T04:19:29.275Z+ git fetch origin bd2cfbbeb83890064555b4898b4e33e01ba14587
802026-07-22T04:19:29.561ZFrom https://github.com/oxidecomputer/omicron
812026-07-22T04:19:29.561Z * branch bd2cfbbeb83890064555b4898b4e33e01ba14587 -> FETCH_HEAD
822026-07-22T04:19:29.579Z+ [[ -n renovate/bhyve_api-digest ]]
832026-07-22T04:19:29.582Z++ git branch --show-current
842026-07-22T04:19:29.582Z+ current=main
852026-07-22T04:19:29.582Z+ [[ main != renovate/bhyve_api-digest ]]
862026-07-22T04:19:29.582Z+ git branch -f renovate/bhyve_api-digest bd2cfbbeb83890064555b4898b4e33e01ba14587
872026-07-22T04:19:29.586Z+ git checkout -f renovate/bhyve_api-digest
882026-07-22T04:19:29.830ZSwitched to branch 'renovate/bhyve_api-digest'
892026-07-22T04:19:29.834Z+ git reset --hard bd2cfbbeb83890064555b4898b4e33e01ba14587
902026-07-22T04:19:29.850ZHEAD is now at bd2cfbbeb Update bhyve_api digest to bf8c4b2
912026-07-22T04:19:29.854Zprocess exited: duration 9812 ms, exit code 0
 
922026-07-22T04:19:29.862Zstarting task 4: "build"
932026-07-22T04:19:29.867Z+ source .github/buildomat/ci-env.sh
942026-07-22T04:19:29.867Z++ export CARGO_TERM_COLOR=always
952026-07-22T04:19:29.869Z++ CARGO_TERM_COLOR=always
962026-07-22T04:19:29.874Z+++ uname -s
972026-07-22T04:19:29.874Z++ [[ SunOS == \S\u\n\O\S ]]
982026-07-22T04:19:29.874Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
992026-07-22T04:19:29.874Z+ cargo --version
1002026-07-22T04:19:29.881Zcargo 1.96.1 (356927216 2026-06-26)
1012026-07-22T04:19:29.886Z+ rustc --version
1022026-07-22T04:19:29.906Zrustc 1.96.1 (31fca3adb 2026-06-26)
1032026-07-22T04:19:29.910Z+ WORK=/work
1042026-07-22T04:19:29.911Z+ pfexec mkdir -p /work
1052026-07-22T04:19:29.914Z+ pfexec chown build /work
1062026-07-22T04:19:29.917Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1072026-07-22T04:19:31.657Z Startup: Refreshing catalog 'helios' ... Done
1082026-07-22T04:19:31.844Z Startup: Caching catalogs ... Done
1092026-07-22T04:19:32.767ZPlanning: Solver setup ... Done (0.850s)
1102026-07-22T04:19:32.807ZPlanning: Running solver ... Done (0.039s)
1112026-07-22T04:19:32.831ZPlanning: Finding local manifests ... Done (0.003s)
1122026-07-22T04:19:32.844ZPlanning: Fetching manifests: 0/2 0% complete
1132026-07-22T04:19:32.860ZPlanning: Fetching manifests: 2/2 100% complete
1142026-07-22T04:19:32.873ZPlanning: Package planning ... Done (0.013s)
1152026-07-22T04:19:32.876ZPlanning: Merging actions ... Done (0.001s)
1162026-07-22T04:19:33.087ZPlanning: Checking for conflicting actions ... Done (0.209s)
1172026-07-22T04:19:33.116ZPlanning: Consolidating action changes ... Done (0.001s)
1182026-07-22T04:19:33.969ZPlanning: Evaluating mediators ... Done (0.882s)
1192026-07-22T04:19:33.973ZPlanning: Planning completed in 2.10 seconds
1202026-07-22T04:19:33.978Z Packages to install: 2
1212026-07-22T04:19:33.978Z Estimated space available: 156.06 GB
1222026-07-22T04:19:33.982ZEstimated space to be consumed: 46.64 MB
1232026-07-22T04:19:33.982Z Create boot environment: No
1242026-07-22T04:19:33.982ZCreate backup boot environment: No
1252026-07-22T04:19:33.982Z Rebuild boot archive: No
1262026-07-22T04:19:33.982Z
1272026-07-22T04:19:33.982ZChanged packages:
1282026-07-22T04:19:33.983Zhelios
1292026-07-22T04:19:33.983Z developer/build-essential
1302026-07-22T04:19:33.983Z None -> 11-3.0
1312026-07-22T04:19:33.983Z library/libxmlsec1
1322026-07-22T04:19:33.983Z None -> 1.2.35-3.0
1332026-07-22T04:19:34.005Z
1342026-07-22T04:19:34.005ZDownload: 0/214 items 0.0/1.3MB 0% complete
1352026-07-22T04:19:34.074ZDownload: Completed 1.28 MB in 0.07 seconds (18.5M/s)
1362026-07-22T04:19:34.176Z Actions: 1/268 actions (Installing new actions)
1372026-07-22T04:19:34.223Z Actions: Completed 268 actions in 0.04 seconds.
1382026-07-22T04:19:34.238ZFinalize: Updating package state database ... Done (0.019s)
1392026-07-22T04:19:34.238ZFinalize: Updating package cache ... Done (0.000s)
1402026-07-22T04:19:34.283ZFinalize: Updating image state ... Done (0.048s)
1412026-07-22T04:19:36.859ZFinalize: Creating fast lookup database ... Done (2.539s)
1422026-07-22T04:19:36.925ZFinalize: Reading search index ... Done (0.012s)
1432026-07-22T04:19:36.929ZFinalize: Updating search index ... Done (0.000s)
1442026-07-22T04:19:37.020ZFinalize: Updating package cache ... Done (0.000s)
1452026-07-22T04:19:37.357ZPlanning: Evaluating mediator changes ... Done
1462026-07-22T04:19:37.463ZPlanning: Checking for conflicting actions ... Done
1472026-07-22T04:19:37.466ZPlanning: Consolidating action changes ... Done
1482026-07-22T04:19:37.624ZPlanning: Evaluating mediators ... Done
1492026-07-22T04:19:37.627ZPlanning: Planning completed in 0.27 seconds
1502026-07-22T04:19:37.648Z Mediators to change: 2
1512026-07-22T04:19:37.648Z Create boot environment: No
1522026-07-22T04:19:37.648ZCreate backup boot environment: No
1532026-07-22T04:19:37.693ZFinalize: Updating package state database ... Done
1542026-07-22T04:19:37.693ZFinalize: Updating package cache ... Done
1552026-07-22T04:19:37.724ZFinalize: Updating image state ... Done
1562026-07-22T04:19:39.666ZFinalize: Creating fast lookup database ... Done
1572026-07-22T04:19:39.732ZFinalize: Reading search index ... Done
1582026-07-22T04:19:39.735ZFinalize: Updating search index ... Done
1592026-07-22T04:19:39.798ZFinalize: Updating package cache ... Done
1602026-07-22T04:19:40.083ZPlanning: Evaluating mediator changes ... Done
1612026-07-22T04:19:40.191ZPlanning: Checking for conflicting actions ... Done
1622026-07-22T04:19:40.194ZPlanning: Consolidating action changes ... Done
1632026-07-22T04:19:40.362ZPlanning: Evaluating mediators ... Done
1642026-07-22T04:19:40.365ZPlanning: Planning completed in 0.27 seconds
1652026-07-22T04:19:40.374Z Mediators to change: 1
1662026-07-22T04:19:40.374Z Create boot environment: No
1672026-07-22T04:19:40.374ZCreate backup boot environment: No
1682026-07-22T04:19:40.414ZFinalize: Updating package state database ... Done
1692026-07-22T04:19:40.414ZFinalize: Updating package cache ... Done
1702026-07-22T04:19:40.444ZFinalize: Updating image state ... Done
1712026-07-22T04:19:42.386ZFinalize: Creating fast lookup database ... Done
1722026-07-22T04:19:42.454ZFinalize: Reading search index ... Done
1732026-07-22T04:19:42.460ZFinalize: Updating search index ... Done
1742026-07-22T04:19:42.515ZFinalize: Updating package cache ... Done
1752026-07-22T04:19:42.825ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1762026-07-22T04:19:42.826Zapache system 2.4 system
1772026-07-22T04:19:42.826Zclang system 15 system
1782026-07-22T04:19:42.826Zcsh system system illumos
1792026-07-22T04:19:42.826Zctags system system illumos
1802026-07-22T04:19:42.826Zfile vendor vendor darwinsys
1812026-07-22T04:19:42.826Zfile system system illumos
1822026-07-22T04:19:42.827Zgcc vendor 14 vendor
1832026-07-22T04:19:42.827Zgcc system 13 system
1842026-07-22T04:19:42.827Zgcc system 10 system
1852026-07-22T04:19:42.827Zgo system 1.25 system
1862026-07-22T04:19:42.827Zllvm system 15 system
1872026-07-22T04:19:42.827Zmariadb system 11.4 system
1882026-07-22T04:19:42.828Zmta vendor vendor dma
1892026-07-22T04:19:42.828Zopenjdk system 17 system
1902026-07-22T04:19:42.828Zopenjdk system 11 system
1912026-07-22T04:19:42.828Zopenssl vendor 3 vendor
1922026-07-22T04:19:42.828Zperl system 5.40 system
1932026-07-22T04:19:42.828Zpostgresql system 18 system
1942026-07-22T04:19:42.828Zpostgresql system 17 system
1952026-07-22T04:19:42.828Zpython vendor 3 vendor
1962026-07-22T04:19:42.828Zpython system 2 system
1972026-07-22T04:19:42.828Zpython3 vendor 3.13 vendor
1982026-07-22T04:19:42.828Zruby system 3.4 system
1992026-07-22T04:19:42.828Zruby system 3.0 system
2002026-07-22T04:19:42.828Zwords vendor vendor american-english
2012026-07-22T04:19:42.828Zwords system system australian-english
2022026-07-22T04:19:42.828Zwords system system british-english
2032026-07-22T04:19:42.828Zwords system system canadian-english
2042026-07-22T04:19:42.828Zwords system system french
2052026-07-22T04:19:42.828Zwords system system italian
2062026-07-22T04:19:42.828Zwords system system ngerman
2072026-07-22T04:19:42.828Zwords system system ogerman
2082026-07-22T04:19:42.829Zwords system system spanish
2092026-07-22T04:19:43.084ZPUBLISHER TYPE STATUS P LOCATION
2102026-07-22T04:19:43.084Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2112026-07-22T04:19:43.438ZFMRI IFO
2122026-07-22T04:19:43.438Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2132026-07-22T04:19:43.440Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2142026-07-22T04:19:43.440Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2152026-07-22T04:19:43.440Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2162026-07-22T04:19:43.440Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2172026-07-22T04:19:43.440Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2182026-07-22T04:19:43.440Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2192026-07-22T04:19:43.441Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2202026-07-22T04:19:43.441Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2212026-07-22T04:19:43.718Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2222026-07-22T04:19:43.984Z Updating crates.io index
2232026-07-22T04:19:43.988Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2242026-07-22T04:19:44.216Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2252026-07-22T04:19:44.518Z Updating git repository `https://github.com/oxidecomputer/propolis`
2262026-07-22T04:19:45.455Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2272026-07-22T04:19:45.952Z Updating git repository `https://github.com/oxidecomputer/propolis`
2282026-07-22T04:19:46.373Z Updating git repository `https://github.com/oxidecomputer/crucible`
2292026-07-22T04:19:47.898Z Updating git repository `https://github.com/oxidecomputer/opte`
2302026-07-22T04:19:48.742Z Updating git repository `https://github.com/oxidecomputer/tofino`
2312026-07-22T04:19:48.997Z Updating git repository `https://github.com/oxidecomputer/lldp`
2322026-07-22T04:19:49.311Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2332026-07-22T04:19:50.405Z Updating git repository `https://github.com/oxidecomputer/clickward`
2342026-07-22T04:19:50.642Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2352026-07-22T04:19:50.950Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2362026-07-22T04:19:51.194Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2372026-07-22T04:19:51.602Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2382026-07-22T04:19:52.078Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2392026-07-22T04:19:52.322Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2402026-07-22T04:19:52.581Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2412026-07-22T04:19:52.856Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2422026-07-22T04:19:53.108Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2432026-07-22T04:19:53.333Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2442026-07-22T04:19:53.574Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2452026-07-22T04:19:53.830Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2462026-07-22T04:19:54.188Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2472026-07-22T04:19:54.622Z Updating git repository `https://github.com/oxidecomputer/erebor`
2482026-07-22T04:19:55.085Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2492026-07-22T04:19:55.694Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2502026-07-22T04:19:56.103Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2512026-07-22T04:19:56.778Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2522026-07-22T04:19:57.616Z Updating git repository `https://github.com/oxidecomputer/ispf`
2532026-07-22T04:19:57.778Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2542026-07-22T04:19:58.224Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2552026-07-22T04:19:58.774Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2562026-07-22T04:19:59.484Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2572026-07-22T04:19:59.980Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2582026-07-22T04:20:00.527Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-07-22T04:20:00.973Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2602026-07-22T04:20:01.604Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2612026-07-22T04:20:02.108Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2622026-07-22T04:20:02.739Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2632026-07-22T04:20:03.331Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2642026-07-22T04:20:03.817Z Updating git repository `https://github.com/illumos/smf-rs`
2652026-07-22T04:20:06.932Z Downloading crates ...
2662026-07-22T04:20:06.988Z Downloaded heck v0.5.0
2672026-07-22T04:20:06.997Z Downloaded macaddr v1.0.1
2682026-07-22T04:20:07.003Z Downloaded anyhow v1.0.102
2692026-07-22T04:20:07.010Z Downloaded anstream v1.0.0
2702026-07-22T04:20:07.010Z Downloaded semver v1.0.28
2712026-07-22T04:20:07.014Z Downloaded toml_edit v0.22.27
2722026-07-22T04:20:07.014Z Downloaded memmap v0.7.0
2732026-07-22T04:20:07.018Z Downloaded clap_lex v1.0.0
2742026-07-22T04:20:07.018Z Downloaded cargo-platform v0.3.2
2752026-07-22T04:20:07.018Z Downloaded zmij v1.0.21
2762026-07-22T04:20:07.018Z Downloaded itoa v1.0.17
2772026-07-22T04:20:07.018Z Downloaded cfg-if v1.0.4
2782026-07-22T04:20:07.022Z Downloaded cpufeatures v0.2.17
2792026-07-22T04:20:07.022Z Downloaded autocfg v1.5.0
2802026-07-22T04:20:07.022Z Downloaded zerocopy-derive v0.7.35
2812026-07-22T04:20:07.032Z Downloaded dtrace-parser v0.2.0
2822026-07-22T04:20:07.041Z Downloaded heck v0.4.1
2832026-07-22T04:20:07.045Z Downloaded pest v2.8.6
2842026-07-22T04:20:07.045Z Downloaded is_terminal_polyfill v1.70.2
2852026-07-22T04:20:07.045Z Downloaded crypto-common v0.1.7
2862026-07-22T04:20:07.045Z Downloaded byteorder v1.5.0
2872026-07-22T04:20:07.048Z Downloaded pest_generator v2.8.6
2882026-07-22T04:20:07.048Z Downloaded block-buffer v0.10.4
2892026-07-22T04:20:07.053Z Downloaded anstyle v1.0.14
2902026-07-22T04:20:07.062Z Downloaded anstyle-query v1.1.5
2912026-07-22T04:20:07.070Z Downloaded fnv v1.0.7
2922026-07-22T04:20:07.076Z Downloaded getrandom v0.4.1
2932026-07-22T04:20:07.081Z Downloaded generic-array v0.14.7
2942026-07-22T04:20:07.081Z Downloaded zerocopy v0.7.35
2952026-07-22T04:20:07.086Z Downloaded unicode-linebreak v0.1.5
2962026-07-22T04:20:07.090Z Downloaded equivalent v1.0.2
2972026-07-22T04:20:07.093Z Downloaded usdt-attr-macro v0.5.0
2982026-07-22T04:20:07.093Z Downloaded colorchoice v1.0.4
2992026-07-22T04:20:07.093Z Downloaded swrite v0.1.0
3002026-07-22T04:20:07.096Z Downloaded toml_datetime v0.6.11
3012026-07-22T04:20:07.103Z Downloaded serde_spanned v0.6.9
3022026-07-22T04:20:07.103Z Downloaded proc-macro-error-attr v1.0.4
3032026-07-22T04:20:07.103Z Downloaded usdt v0.5.0
3042026-07-22T04:20:07.103Z Downloaded strsim v0.11.1
3052026-07-22T04:20:07.110Z Downloaded dof v0.3.0
3062026-07-22T04:20:07.113Z Downloaded tabled_derive v0.7.0
3072026-07-22T04:20:07.114Z Downloaded plain v0.2.3
3082026-07-22T04:20:07.114Z Downloaded thiserror v1.0.69
3092026-07-22T04:20:07.117Z Downloaded digest v0.10.7
3102026-07-22T04:20:07.121Z Downloaded indexmap v2.14.0
3112026-07-22T04:20:07.121Z Downloaded anstyle-parse v1.0.0
3122026-07-22T04:20:07.121Z Downloaded fs-err v3.3.0
3132026-07-22T04:20:07.124Z Downloaded cargo_toml v0.21.0
3142026-07-22T04:20:07.124Z Downloaded fastrand v2.3.0
3152026-07-22T04:20:07.124Z Downloaded camino-tempfile v1.4.1
3162026-07-22T04:20:07.129Z Downloaded utf8parse v0.2.2
3172026-07-22T04:20:07.129Z Downloaded usdt-macro v0.5.0
3182026-07-22T04:20:07.129Z Downloaded version_check v0.9.5
3192026-07-22T04:20:07.132Z Downloaded smawk v0.3.2
3202026-07-22T04:20:07.132Z Downloaded pretty-hex v0.4.1
3212026-07-22T04:20:07.136Z Downloaded scroll_derive v0.12.1
3222026-07-22T04:20:07.136Z Downloaded thread-id v4.2.2
3232026-07-22T04:20:07.139Z Downloaded proc-macro-error v1.0.4
3242026-07-22T04:20:07.142Z Downloaded bytecount v0.6.9
3252026-07-22T04:20:07.142Z Downloaded serde_tokenstream v0.2.3
3262026-07-22T04:20:07.149Z Downloaded terminal_size v0.4.3
3272026-07-22T04:20:07.153Z Downloaded cargo_metadata v0.23.1
3282026-07-22T04:20:07.157Z Downloaded usdt-impl v0.5.0
3292026-07-22T04:20:07.157Z Downloaded scroll v0.12.0
3302026-07-22T04:20:07.157Z Downloaded thiserror-impl v1.0.69
3312026-07-22T04:20:07.161Z Downloaded camino v1.2.2
3322026-07-22T04:20:07.172Z Downloaded thiserror-impl v2.0.18
3332026-07-22T04:20:07.178Z Downloaded clap_derive v4.6.1
3342026-07-22T04:20:07.178Z Downloaded errno v0.3.14
3352026-07-22T04:20:07.178Z Downloaded thiserror v2.0.18
3362026-07-22T04:20:07.178Z Downloaded toml_write v0.1.2
3372026-07-22T04:20:07.178Z Downloaded quote v1.0.45
3382026-07-22T04:20:07.178Z Downloaded sha2 v0.10.9
3392026-07-22T04:20:07.178Z Downloaded tempfile v3.25.0
3402026-07-22T04:20:07.185Z Downloaded toml v0.8.23
3412026-07-22T04:20:07.200Z Downloaded pest_derive v2.8.6
3422026-07-22T04:20:07.204Z Downloaded papergrid v0.11.0
3432026-07-22T04:20:07.204Z Downloaded log v0.4.29
3442026-07-22T04:20:07.208Z Downloaded ucd-trie v0.1.7
3452026-07-22T04:20:07.208Z Downloaded unicode-ident v1.0.24
3462026-07-22T04:20:07.212Z Downloaded clap v4.6.1
3472026-07-22T04:20:07.224Z Downloaded serde_core v1.0.228
3482026-07-22T04:20:07.224Z Downloaded proc-macro2 v1.0.106
3492026-07-22T04:20:07.224Z Downloaded once_cell v1.21.3
3502026-07-22T04:20:07.230Z Downloaded textwrap v0.16.2
3512026-07-22T04:20:07.230Z Downloaded serde_derive v1.0.228
3522026-07-22T04:20:07.230Z Downloaded bitflags v2.11.0
3532026-07-22T04:20:07.234Z Downloaded pest_meta v2.8.6
3542026-07-22T04:20:07.255Z Downloaded serde v1.0.228
3552026-07-22T04:20:07.261Z Downloaded typenum v1.20.1
3562026-07-22T04:20:07.272Z Downloaded syn v2.0.117
3572026-07-22T04:20:07.276Z Downloaded memchr v2.8.0
3582026-07-22T04:20:07.307Z Downloaded serde_json v1.0.150
3592026-07-22T04:20:07.316Z Downloaded clap_builder v4.6.0
3602026-07-22T04:20:07.322Z Downloaded hashbrown v0.17.0
3612026-07-22T04:20:07.325Z Downloaded winnow v0.7.14
3622026-07-22T04:20:07.331Z Downloaded goblin v0.8.2
3632026-07-22T04:20:07.336Z Downloaded tabled v0.15.0
3642026-07-22T04:20:07.350Z Downloaded unicode-width v0.1.14
3652026-07-22T04:20:07.361Z Downloaded syn v1.0.109
3662026-07-22T04:20:07.361Z Downloaded unicode-width v0.2.0
3672026-07-22T04:20:07.375Z Downloaded rustix v1.1.3
3682026-07-22T04:20:07.406Z Downloaded libc v0.2.185
3692026-07-22T04:20:07.469Z Compiling proc-macro2 v1.0.106
3702026-07-22T04:20:07.469Z Compiling quote v1.0.45
3712026-07-22T04:20:07.470Z Compiling unicode-ident v1.0.24
3722026-07-22T04:20:07.473Z Compiling serde_core v1.0.228
3732026-07-22T04:20:07.473Z Compiling libc v0.2.185
3742026-07-22T04:20:07.473Z Compiling version_check v0.9.5
3752026-07-22T04:20:07.473Z Compiling memchr v2.8.0
3762026-07-22T04:20:07.473Z Compiling serde v1.0.228
3772026-07-22T04:20:07.473Z Compiling zmij v1.0.21
3782026-07-22T04:20:07.656Z Compiling ucd-trie v0.1.7
3792026-07-22T04:20:07.669Z Compiling itoa v1.0.17
3802026-07-22T04:20:07.671Z Compiling thiserror v1.0.69
3812026-07-22T04:20:07.672Z Compiling rustix v1.1.3
3822026-07-22T04:20:07.681Z Compiling byteorder v1.5.0
3832026-07-22T04:20:07.877Z Compiling bitflags v2.11.0
3842026-07-22T04:20:08.010Z Compiling serde_json v1.0.150
3852026-07-22T04:20:08.100Z Compiling proc-macro-error-attr v1.0.4
3862026-07-22T04:20:08.100Z Compiling usdt-impl v0.5.0
3872026-07-22T04:20:08.155Z Compiling camino v1.2.2
3882026-07-22T04:20:08.204Z Compiling syn v1.0.109
3892026-07-22T04:20:08.210Z Compiling proc-macro-error v1.0.4
3902026-07-22T04:20:08.298Z Compiling pest v2.8.6
3912026-07-22T04:20:08.363Z Compiling plain v0.2.3
3922026-07-22T04:20:08.442Z Compiling utf8parse v0.2.2
3932026-07-22T04:20:08.461Z Compiling equivalent v1.0.2
3942026-07-22T04:20:08.496Z Compiling getrandom v0.4.1
3952026-07-22T04:20:08.513Z Compiling log v0.4.29
3962026-07-22T04:20:08.589Z Compiling hashbrown v0.17.0
3972026-07-22T04:20:08.595Z Compiling anstyle-parse v1.0.0
3982026-07-22T04:20:08.603Z Compiling anstyle v1.0.14
3992026-07-22T04:20:08.603Z Compiling anstyle-query v1.1.5
4002026-07-22T04:20:08.691Z Compiling errno v0.3.14
4012026-07-22T04:20:08.698Z Compiling thread-id v4.2.2
4022026-07-22T04:20:08.727Z Compiling autocfg v1.5.0
4032026-07-22T04:20:08.750Z Compiling colorchoice v1.0.4
4042026-07-22T04:20:08.761Z Compiling thiserror v2.0.18
4052026-07-22T04:20:08.780Z Compiling winnow v0.7.14
4062026-07-22T04:20:08.784Z Compiling is_terminal_polyfill v1.70.2
4072026-07-22T04:20:08.802Z Compiling cfg-if v1.0.4
4082026-07-22T04:20:08.873Z Compiling pretty-hex v0.4.1
4092026-07-22T04:20:08.907Z Compiling toml_write v0.1.2
4102026-07-22T04:20:08.911Z Compiling anstream v1.0.0
4112026-07-22T04:20:08.911Z Compiling anyhow v1.0.102
4122026-07-22T04:20:09.045Z Compiling unicode-width v0.1.14
4132026-07-22T04:20:09.119Z Compiling syn v2.0.117
4142026-07-22T04:20:09.174Z Compiling indexmap v2.14.0
4152026-07-22T04:20:09.209Z Compiling fs-err v3.3.0
4162026-07-22T04:20:09.213Z Compiling fastrand v2.3.0
4172026-07-22T04:20:09.261Z Compiling strsim v0.11.1
4182026-07-22T04:20:09.302Z Compiling clap_lex v1.0.0
4192026-07-22T04:20:09.311Z Compiling heck v0.4.1
4202026-07-22T04:20:09.374Z Compiling bytecount v0.6.9
4212026-07-22T04:20:09.417Z Compiling pest_meta v2.8.6
4222026-07-22T04:20:09.446Z Compiling once_cell v1.21.3
4232026-07-22T04:20:09.515Z Compiling fnv v1.0.7
4242026-07-22T04:20:09.535Z Compiling heck v0.5.0
4252026-07-22T04:20:09.637Z Compiling papergrid v0.11.0
4262026-07-22T04:20:09.656Z Compiling memmap v0.7.0
4272026-07-22T04:20:09.663Z Compiling unicode-width v0.2.0
4282026-07-22T04:20:09.690Z Compiling smawk v0.3.2
4292026-07-22T04:20:09.693Z Compiling unicode-linebreak v0.1.5
4302026-07-22T04:20:09.722Z Compiling terminal_size v0.4.3
4312026-07-22T04:20:09.783Z Compiling tempfile v3.25.0
4322026-07-22T04:20:09.854Z Compiling swrite v0.1.0
4332026-07-22T04:20:09.881Z Compiling clap_builder v4.6.0
4342026-07-22T04:20:09.981Z Compiling semver v1.0.28
4352026-07-22T04:20:09.996Z Compiling cargo-platform v0.3.2
4362026-07-22T04:20:10.008Z Compiling textwrap v0.16.2
4372026-07-22T04:20:10.252Z Compiling camino-tempfile v1.4.1
4382026-07-22T04:20:10.631Z Compiling tabled_derive v0.7.0
4392026-07-22T04:20:11.305Z Compiling pest_generator v2.8.6
4402026-07-22T04:20:11.343Z Compiling tabled v0.15.0
4412026-07-22T04:20:11.785Z Compiling serde_derive v1.0.228
4422026-07-22T04:20:11.788Z Compiling thiserror-impl v1.0.69
4432026-07-22T04:20:11.788Z Compiling zerocopy-derive v0.7.35
4442026-07-22T04:20:11.788Z Compiling scroll_derive v0.12.1
4452026-07-22T04:20:11.788Z Compiling thiserror-impl v2.0.18
4462026-07-22T04:20:11.788Z Compiling clap_derive v4.6.1
4472026-07-22T04:20:11.882Z Compiling pest_derive v2.8.6
4482026-07-22T04:20:12.465Z Compiling scroll v0.12.0
4492026-07-22T04:20:12.512Z Compiling zerocopy v0.7.35
4502026-07-22T04:20:12.675Z Compiling goblin v0.8.2
4512026-07-22T04:20:12.872Z Compiling dtrace-parser v0.2.0
4522026-07-22T04:20:13.142Z Compiling clap v4.6.1
4532026-07-22T04:20:14.214Z Compiling toml_datetime v0.6.11
4542026-07-22T04:20:14.214Z Compiling serde_spanned v0.6.9
4552026-07-22T04:20:14.214Z Compiling cargo_metadata v0.23.1
4562026-07-22T04:20:14.221Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4572026-07-22T04:20:14.221Z Compiling macaddr v1.0.1
4582026-07-22T04:20:14.239Z Compiling dof v0.3.0
4592026-07-22T04:20:14.249Z Compiling serde_tokenstream v0.2.3
4602026-07-22T04:20:14.618Z Compiling toml_edit v0.22.27
4612026-07-22T04:20:15.008Z Compiling usdt-attr-macro v0.5.0
4622026-07-22T04:20:15.050Z Compiling usdt-macro v0.5.0
4632026-07-22T04:20:15.645Z Compiling usdt v0.5.0
4642026-07-22T04:20:15.753Z Compiling toml v0.8.23
4652026-07-22T04:20:16.032Z Compiling cargo_toml v0.21.0
4662026-07-22T04:20:17.359Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4672026-07-22T04:20:19.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.80s
4682026-07-22T04:20:19.637Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4692026-07-22T04:20:20.102Z Downloading crates ...
4702026-07-22T04:20:20.255Z Downloaded atomicwrites v0.4.4
4712026-07-22T04:20:20.269Z Downloaded aead v0.5.2
4722026-07-22T04:20:20.269Z Downloaded bitfield-struct v0.6.2
4732026-07-22T04:20:20.269Z Downloaded convert_case v0.4.0
4742026-07-22T04:20:20.269Z Downloaded cpubits v0.1.1
4752026-07-22T04:20:20.269Z Downloaded array-init v0.0.4
4762026-07-22T04:20:20.269Z Downloaded bit-set v0.8.0
4772026-07-22T04:20:20.270Z Downloaded darling v0.23.0
4782026-07-22T04:20:20.270Z Downloaded bitfield-macros v0.19.4
4792026-07-22T04:20:20.270Z Downloaded blowfish v0.10.0
4802026-07-22T04:20:20.270Z Downloaded constant_time_eq v0.4.2
4812026-07-22T04:20:20.270Z Downloaded bb8 v0.8.6
4822026-07-22T04:20:20.270Z Downloaded bit-vec v0.8.0
4832026-07-22T04:20:20.270Z Downloaded camino-tempfile-ext v0.3.3
4842026-07-22T04:20:20.270Z Downloaded crc-catalog v2.4.0
4852026-07-22T04:20:20.270Z Downloaded async-stream v0.3.6
4862026-07-22T04:20:20.270Z Downloaded bit-set v0.5.3
4872026-07-22T04:20:20.270Z Downloaded ctr v0.10.1
4882026-07-22T04:20:20.271Z Downloaded backon v1.6.0
4892026-07-22T04:20:20.271Z Downloaded cexpr v0.6.0
4902026-07-22T04:20:20.271Z Downloaded console v0.15.11
4912026-07-22T04:20:20.271Z Downloaded colored v3.1.1
4922026-07-22T04:20:20.271Z Downloaded crc8 v0.1.1
4932026-07-22T04:20:20.271Z Downloaded bitfield v0.19.4
4942026-07-22T04:20:20.271Z Downloaded bit-vec v0.6.3
4952026-07-22T04:20:20.272Z Downloaded crossterm v0.29.0
4962026-07-22T04:20:20.272Z Downloaded darling_core v0.21.3
4972026-07-22T04:20:20.272Z Downloaded crypto-common v0.2.2
4982026-07-22T04:20:20.272Z Downloaded cmov v0.5.4
4992026-07-22T04:20:20.272Z Downloaded blake2 v0.10.6
5002026-07-22T04:20:20.272Z Downloaded darling_macro v0.20.11
5012026-07-22T04:20:20.298Z Downloaded darling_macro v0.21.3
5022026-07-22T04:20:20.298Z Downloaded darling v0.13.4
5032026-07-22T04:20:20.298Z Downloaded crossbeam-deque v0.8.6
5042026-07-22T04:20:20.298Z Downloaded aead v0.6.1
5052026-07-22T04:20:20.299Z Downloaded data-encoding v2.10.0
5062026-07-22T04:20:20.299Z Downloaded corncobs v0.1.4
5072026-07-22T04:20:20.299Z Downloaded cookie v0.18.1
5082026-07-22T04:20:20.300Z Downloaded daft v0.1.7
5092026-07-22T04:20:20.300Z Downloaded arrayref v0.3.9
5102026-07-22T04:20:20.300Z Downloaded cookie_store v0.22.1
5112026-07-22T04:20:20.300Z Downloaded darling_macro v0.13.4
5122026-07-22T04:20:20.300Z Downloaded ciborium-ll v0.2.2
5132026-07-22T04:20:20.300Z Downloaded crunchy v0.2.4
5142026-07-22T04:20:20.300Z Downloaded assert_matches v1.5.0
5152026-07-22T04:20:20.300Z Downloaded crucible-workspace-hack v0.1.0
5162026-07-22T04:20:20.300Z Downloaded allocator-api2 v0.2.21
5172026-07-22T04:20:20.300Z Downloaded critical-section v1.2.0
5182026-07-22T04:20:20.300Z Downloaded embedded-io v0.6.1
5192026-07-22T04:20:20.319Z Downloaded darling_macro v0.23.0
5202026-07-22T04:20:20.319Z Downloaded cancel-safe-futures v0.1.5
5212026-07-22T04:20:20.320Z Downloaded debug-ignore v1.0.5
5222026-07-22T04:20:20.320Z Downloaded async-recursion v1.1.1
5232026-07-22T04:20:20.320Z Downloaded dropshot-api-manager-types v0.7.2
5242026-07-22T04:20:20.320Z Downloaded digest-io v0.1.0
5252026-07-22T04:20:20.320Z Downloaded atomic-waker v1.1.2
5262026-07-22T04:20:20.320Z Downloaded block-buffer v0.12.1
5272026-07-22T04:20:20.320Z Downloaded ascii-canvas v3.0.0
5282026-07-22T04:20:20.320Z Downloaded derive_builder_macro v0.20.2
5292026-07-22T04:20:20.320Z Downloaded dof v0.4.0
5302026-07-22T04:20:20.320Z Downloaded curve25519-dalek-derive v0.1.1
5312026-07-22T04:20:20.349Z Downloaded base16ct v0.2.0
5322026-07-22T04:20:20.349Z Downloaded dunce v1.0.5
5332026-07-22T04:20:20.349Z Downloaded enum-as-inner v0.6.1
5342026-07-22T04:20:20.349Z Downloaded downcast-rs v2.0.2
5352026-07-22T04:20:20.349Z Downloaded cfg_aliases v0.2.1
5362026-07-22T04:20:20.349Z Downloaded dirs-sys-next v0.1.2
5372026-07-22T04:20:20.349Z Downloaded adler2 v2.0.1
5382026-07-22T04:20:20.349Z Downloaded diesel_table_macro_syntax v0.3.0
5392026-07-22T04:20:20.349Z Downloaded embedded-io v0.4.0
5402026-07-22T04:20:20.349Z Downloaded castaway v0.2.4
5412026-07-22T04:20:20.350Z Downloaded arrayvec v0.7.6
5422026-07-22T04:20:20.350Z Downloaded ena v0.14.4
5432026-07-22T04:20:20.350Z Downloaded document-features v0.2.12
5442026-07-22T04:20:20.350Z Downloaded crc v3.4.0
5452026-07-22T04:20:20.350Z Downloaded base64ct v1.8.3
5462026-07-22T04:20:20.351Z Downloaded bitflags v1.3.2
5472026-07-22T04:20:20.351Z Downloaded cfg_aliases v0.1.1
5482026-07-22T04:20:20.351Z Downloaded atty v0.2.14
5492026-07-22T04:20:20.351Z Downloaded defmt-parser v1.0.0
5502026-07-22T04:20:20.351Z Downloaded dirs-next v2.0.0
5512026-07-22T04:20:20.366Z Downloaded compression-core v0.4.31
5522026-07-22T04:20:20.367Z Downloaded async-stream-impl v0.3.6
5532026-07-22T04:20:20.367Z Downloaded ciborium-io v0.2.2
5542026-07-22T04:20:20.367Z Downloaded bumpalo v3.20.2
5552026-07-22T04:20:20.367Z Downloaded buf-list v1.1.2
5562026-07-22T04:20:20.367Z Downloaded env_filter v1.0.0
5572026-07-22T04:20:20.367Z Downloaded endian-type v0.1.2
5582026-07-22T04:20:20.367Z Downloaded dsl_auto_type v0.2.0
5592026-07-22T04:20:20.367Z Downloaded display-error-chain v0.2.2
5602026-07-22T04:20:20.367Z Downloaded defmt v0.3.100
5612026-07-22T04:20:20.367Z Downloaded base16ct v1.0.0
5622026-07-22T04:20:20.368Z Downloaded der_derive v0.7.3
5632026-07-22T04:20:20.368Z Downloaded derive-ex v0.1.8
5642026-07-22T04:20:20.369Z Downloaded diesel-dtrace v0.5.0
5652026-07-22T04:20:20.369Z Downloaded derive-where v1.6.0
5662026-07-22T04:20:20.369Z Downloaded darling v0.20.11
5672026-07-22T04:20:20.369Z Downloaded cstr-argument v0.1.2
5682026-07-22T04:20:20.369Z Downloaded cpufeatures v0.3.0
5692026-07-22T04:20:20.375Z Downloaded daft-derive v0.1.7
5702026-07-22T04:20:20.375Z Downloaded convert_case v0.10.0
5712026-07-22T04:20:20.375Z Downloaded block-padding v0.4.2
5722026-07-22T04:20:20.375Z Downloaded fd-lock v4.0.4
5732026-07-22T04:20:20.375Z Downloaded foreign-types-macros v0.2.3
5742026-07-22T04:20:20.375Z Downloaded foreign-types-shared v0.3.1
5752026-07-22T04:20:20.375Z Downloaded cipher v0.4.4
5762026-07-22T04:20:20.375Z Downloaded async-compression v0.4.41
5772026-07-22T04:20:20.375Z Downloaded futures-core v0.3.32
5782026-07-22T04:20:20.375Z Downloaded futures-task v0.3.32
5792026-07-22T04:20:20.375Z Downloaded either v1.15.0
5802026-07-22T04:20:20.375Z Downloaded ecdsa v0.16.9
5812026-07-22T04:20:20.381Z Downloaded bs58 v0.5.1
5822026-07-22T04:20:20.381Z Downloaded funty v2.0.0
5832026-07-22T04:20:20.381Z Downloaded ed25519 v2.2.3
5842026-07-22T04:20:20.381Z Downloaded argon2 v0.5.3
5852026-07-22T04:20:20.385Z Downloaded bcs v0.1.6
5862026-07-22T04:20:20.386Z Downloaded async-trait v0.1.89
5872026-07-22T04:20:20.386Z Downloaded const_format_proc_macros v0.2.34
5882026-07-22T04:20:20.387Z Downloaded derive_builder_core v0.20.2
5892026-07-22T04:20:20.390Z Downloaded enum_dispatch v0.3.13
5902026-07-22T04:20:20.390Z Downloaded compression-codecs v0.4.37
5912026-07-22T04:20:20.390Z Downloaded bzip2 v0.6.1
5922026-07-22T04:20:20.396Z Downloaded foreign-types-shared v0.1.1
5932026-07-22T04:20:20.396Z Downloaded foreign-types v0.3.2
5942026-07-22T04:20:20.396Z Downloaded fixedbitset v0.4.2
5952026-07-22T04:20:20.396Z Downloaded form_urlencoded v1.2.2
5962026-07-22T04:20:20.396Z Downloaded float-ord v0.3.2
5972026-07-22T04:20:20.397Z Downloaded float-cmp v0.10.0
5982026-07-22T04:20:20.402Z Downloaded defmt v1.0.1
5992026-07-22T04:20:20.402Z Downloaded bcrypt-pbkdf v0.11.0
6002026-07-22T04:20:20.402Z Downloaded flagset v0.4.7
6012026-07-22T04:20:20.402Z Downloaded ed25519 v3.0.0
6022026-07-22T04:20:20.402Z Downloaded digest v0.11.3
6032026-07-22T04:20:20.417Z Downloaded fxhash v0.2.1
6042026-07-22T04:20:20.417Z Downloaded futures-sink v0.3.32
6052026-07-22T04:20:20.417Z Downloaded gethostname v0.5.0
6062026-07-22T04:20:20.418Z Downloaded displaydoc v0.2.5
6072026-07-22T04:20:20.418Z Downloaded globwalk v0.9.1
6082026-07-22T04:20:20.418Z Downloaded delegate v0.13.5
6092026-07-22T04:20:20.437Z Downloaded backoff v0.4.0
6102026-07-22T04:20:20.438Z Downloaded ghash v0.6.0
6112026-07-22T04:20:20.438Z Downloaded cbc v0.2.1
6122026-07-22T04:20:20.438Z Downloaded argon2 v0.6.0-rc.8
6132026-07-22T04:20:20.438Z Downloaded anstream v0.6.21
6142026-07-22T04:20:20.438Z Downloaded difflib v0.4.0
6152026-07-22T04:20:20.438Z Downloaded defmt-macros v1.0.1
6162026-07-22T04:20:20.438Z Downloaded dyn-clone v1.0.20
6172026-07-22T04:20:20.438Z Downloaded blake2 v0.11.0-rc.6
6182026-07-22T04:20:20.438Z Downloaded futures-macro v0.3.32
6192026-07-22T04:20:20.438Z Downloaded fallible-iterator v0.2.0
6202026-07-22T04:20:20.438Z Downloaded foldhash v0.1.5
6212026-07-22T04:20:20.438Z Downloaded futures-io v0.3.32
6222026-07-22T04:20:20.438Z Downloaded git-stub v1.0.0
6232026-07-22T04:20:20.438Z Downloaded find-msvc-tools v0.1.9
6242026-07-22T04:20:20.438Z Downloaded filetime v0.2.27
6252026-07-22T04:20:20.438Z Downloaded byte-wrapper v0.1.0
6262026-07-22T04:20:20.443Z Downloaded chacha20 v0.9.1
6272026-07-22T04:20:20.443Z Downloaded hostname v0.3.1
6282026-07-22T04:20:20.444Z Downloaded futures-executor v0.3.32
6292026-07-22T04:20:20.444Z Downloaded cmake v0.1.57
6302026-07-22T04:20:20.444Z Downloaded ciborium v0.2.2
6312026-07-22T04:20:20.444Z Downloaded ahash v0.8.12
6322026-07-22T04:20:20.444Z Downloaded crc32fast v1.5.0
6332026-07-22T04:20:20.444Z Downloaded derive_builder v0.20.2
6342026-07-22T04:20:20.444Z Downloaded darling v0.21.3
6352026-07-22T04:20:20.448Z Downloaded const-oid v0.9.6
6362026-07-22T04:20:20.448Z Downloaded headers-core v0.3.0
6372026-07-22T04:20:20.448Z Downloaded foldhash v0.2.0
6382026-07-22T04:20:20.448Z Downloaded env_logger v0.11.9
6392026-07-22T04:20:20.451Z Downloaded ecdsa v0.17.0-rc.18
6402026-07-22T04:20:20.451Z Downloaded des v0.9.0
6412026-07-22T04:20:20.452Z Downloaded cipher v0.5.2
6422026-07-22T04:20:20.455Z Downloaded hex v0.4.3
6432026-07-22T04:20:20.455Z Downloaded erased-serde v0.3.31
6442026-07-22T04:20:20.458Z Downloaded bzip2 v0.4.4
6452026-07-22T04:20:20.458Z Downloaded fixedbitset v0.5.7
6462026-07-22T04:20:20.458Z Downloaded glob v0.3.3
6472026-07-22T04:20:20.463Z Downloaded ff v0.14.0
6482026-07-22T04:20:20.463Z Downloaded http-body v1.0.1
6492026-07-22T04:20:20.463Z Downloaded hash32 v0.3.1
6502026-07-22T04:20:20.468Z Downloaded colored v2.2.0
6512026-07-22T04:20:20.469Z Downloaded ff v0.13.1
6522026-07-22T04:20:20.469Z Downloaded home v0.5.12
6532026-07-22T04:20:20.469Z Downloaded hubpack v0.1.2
6542026-07-22T04:20:20.475Z Downloaded dropshot_endpoint v0.17.1
6552026-07-22T04:20:20.475Z Downloaded crossbeam-epoch v0.9.18
6562026-07-22T04:20:20.475Z Downloaded crossbeam-utils v0.8.21
6572026-07-22T04:20:20.475Z Downloaded cassowary v0.3.0
6582026-07-22T04:20:20.475Z Downloaded hyper-tls v0.6.0
6592026-07-22T04:20:20.479Z Downloaded httpdate v1.0.3
6602026-07-22T04:20:20.479Z Downloaded http-range v0.1.5
6612026-07-22T04:20:20.479Z Downloaded hex-literal v1.1.0
6622026-07-22T04:20:20.479Z Downloaded clang-sys v1.8.1
6632026-07-22T04:20:20.479Z Downloaded ident_case v1.0.1
6642026-07-22T04:20:20.482Z Downloaded hubpack_derive v0.1.1
6652026-07-22T04:20:20.482Z Downloaded group v0.14.0
6662026-07-22T04:20:20.482Z Downloaded crc-any v2.5.0
6672026-07-22T04:20:20.488Z Downloaded indoc v1.0.9
6682026-07-22T04:20:20.488Z Downloaded illumos-nvpair v0.3.0
6692026-07-22T04:20:20.488Z Downloaded diff v0.1.13
6702026-07-22T04:20:20.488Z Downloaded async-bb8-diesel v0.2.1
6712026-07-22T04:20:20.491Z Downloaded hash32 v0.2.1
6722026-07-22T04:20:20.491Z Downloaded const_format v0.2.35
6732026-07-22T04:20:20.495Z Downloaded idna_adapter v1.2.1
6742026-07-22T04:20:20.495Z Downloaded chacha20 v0.10.0
6752026-07-22T04:20:20.495Z Downloaded ctutils v0.4.2
6762026-07-22T04:20:20.498Z Downloaded is_ci v1.2.0
6772026-07-22T04:20:20.498Z Downloaded internet-checksum v0.2.1
6782026-07-22T04:20:20.498Z Downloaded instant v0.1.13
6792026-07-22T04:20:20.501Z Downloaded illumos-nvpair-sys v0.2.0
6802026-07-22T04:20:20.501Z Downloaded instability v0.3.11
6812026-07-22T04:20:20.501Z Downloaded group v0.13.0
6822026-07-22T04:20:20.504Z Downloaded futures-channel v0.3.32
6832026-07-22T04:20:20.504Z Downloaded is-terminal v0.4.17
6842026-07-22T04:20:20.504Z Downloaded fs_extra v1.3.0
6852026-07-22T04:20:20.507Z Downloaded derive_more v0.99.20
6862026-07-22T04:20:20.510Z Downloaded kem v0.3.0
6872026-07-22T04:20:20.511Z Downloaded ar_archive_writer v0.5.1
6882026-07-22T04:20:20.516Z Downloaded csv-core v0.1.13
6892026-07-22T04:20:20.516Z Downloaded highway v1.3.0
6902026-07-22T04:20:20.516Z Downloaded globset v0.4.18
6912026-07-22T04:20:20.516Z Downloaded drift v0.2.0
6922026-07-22T04:20:20.522Z Downloaded keccak v0.1.6
6932026-07-22T04:20:20.526Z Downloaded http-body-util v0.1.3
6942026-07-22T04:20:20.526Z Downloaded indent_write v2.2.0
6952026-07-22T04:20:20.526Z Downloaded git-stub-vcs v0.1.0
6962026-07-22T04:20:20.544Z Downloaded console v0.16.2
6972026-07-22T04:20:20.545Z Downloaded lalrpop-util v0.19.12
6982026-07-22T04:20:20.546Z Downloaded kstat-rs v0.2.4
6992026-07-22T04:20:20.546Z Downloaded fatfs v0.3.6
7002026-07-22T04:20:20.546Z Downloaded const-oid v0.10.2
7012026-07-22T04:20:20.546Z Downloaded inout v0.2.2
7022026-07-22T04:20:20.546Z Downloaded hostname v0.4.2
7032026-07-22T04:20:20.563Z Downloaded cobs v0.3.0
7042026-07-22T04:20:20.563Z Downloaded inout v0.1.4
7052026-07-22T04:20:20.563Z Downloaded foreign-types v0.5.0
7062026-07-22T04:20:20.563Z Downloaded dtrace-parser v0.3.0
7072026-07-22T04:20:20.563Z Downloaded deranged v0.5.8
7082026-07-22T04:20:20.563Z Downloaded libscf-sys v1.1.0
7092026-07-22T04:20:20.564Z Downloaded lazy_static v1.5.0
7102026-07-22T04:20:20.564Z Downloaded managed v0.8.0
7112026-07-22T04:20:20.582Z Downloaded lru v0.12.5
7122026-07-22T04:20:20.583Z Downloaded linked-hash-map v0.5.6
7132026-07-22T04:20:20.583Z Downloaded humantime v2.3.0
7142026-07-22T04:20:20.583Z Downloaded fs-err v2.11.0
7152026-07-22T04:20:20.583Z Downloaded elliptic-curve v0.13.8
7162026-07-22T04:20:20.583Z Downloaded futures v0.3.32
7172026-07-22T04:20:20.583Z Downloaded bytes v1.11.1
7182026-07-22T04:20:20.583Z Downloaded match_cfg v0.1.0
7192026-07-22T04:20:20.583Z Downloaded lzss v0.8.2
7202026-07-22T04:20:20.583Z Downloaded lru-cache v0.1.2
7212026-07-22T04:20:20.583Z Downloaded memoffset v0.9.1
7222026-07-22T04:20:20.583Z Downloaded maybe-uninit v2.0.0
7232026-07-22T04:20:20.591Z Downloaded maplit v1.0.2
7242026-07-22T04:20:20.591Z Downloaded multimap v0.10.1
7252026-07-22T04:20:20.591Z Downloaded ingot v0.1.1
7262026-07-22T04:20:20.591Z Downloaded newline-converter v0.3.0
7272026-07-22T04:20:20.591Z Downloaded darling_core v0.13.4
7282026-07-22T04:20:20.592Z Downloaded newtype_derive v0.1.6
7292026-07-22T04:20:20.592Z Downloaded newtype-uuid-macros v0.1.0
7302026-07-22T04:20:20.592Z Downloaded lru-slab v0.1.2
7312026-07-22T04:20:20.592Z Downloaded new_debug_unreachable v1.0.6
7322026-07-22T04:20:20.592Z Downloaded impl-trait-for-tuples v0.2.3
7332026-07-22T04:20:20.592Z Downloaded md5 v0.8.0
7342026-07-22T04:20:20.592Z Downloaded md-5 v0.10.6
7352026-07-22T04:20:20.592Z Downloaded getrandom v0.3.4
7362026-07-22T04:20:20.592Z Downloaded elliptic-curve v0.14.0-rc.33
7372026-07-22T04:20:20.596Z Downloaded hmac v0.13.0
7382026-07-22T04:20:20.596Z Downloaded hmac v0.12.1
7392026-07-22T04:20:20.596Z Downloaded hyper-rustls v0.27.7
7402026-07-22T04:20:20.604Z Downloaded half v1.8.3
7412026-07-22T04:20:20.604Z Downloaded generic-array v1.4.3
7422026-07-22T04:20:20.604Z Downloaded normalize-line-endings v0.3.0
7432026-07-22T04:20:20.614Z Downloaded nibble_vec v0.1.0
7442026-07-22T04:20:20.614Z Downloaded hybrid-array v0.4.13
7452026-07-22T04:20:20.614Z Downloaded getrandom v0.2.17
7462026-07-22T04:20:20.615Z Downloaded arc-swap v1.8.2
7472026-07-22T04:20:20.616Z Downloaded keccak v0.2.0
7482026-07-22T04:20:20.651Z Downloaded num v0.4.3
7492026-07-22T04:20:20.651Z Downloaded base64 v0.22.1
7502026-07-22T04:20:20.651Z Downloaded indoc v2.0.7
7512026-07-22T04:20:20.652Z Downloaded crypto-primes v0.7.2
7522026-07-22T04:20:20.652Z Downloaded libloading v0.8.9
7532026-07-22T04:20:20.652Z Downloaded hyper-staticfile v0.10.1
7542026-07-22T04:20:20.652Z Downloaded num-conv v0.2.0
7552026-07-22T04:20:20.652Z Downloaded num-derive v0.4.2
7562026-07-22T04:20:20.659Z Downloaded nonempty v0.12.0
7572026-07-22T04:20:20.659Z Downloaded num_threads v0.1.7
7582026-07-22T04:20:20.659Z Downloaded num-iter v0.1.45
7592026-07-22T04:20:20.659Z Downloaded num-derive v0.3.3
7602026-07-22T04:20:20.659Z Downloaded ipnet v2.11.0
7612026-07-22T04:20:20.659Z Downloaded olpc-cjson v0.1.4
7622026-07-22T04:20:20.659Z Downloaded linear-map v1.2.0
7632026-07-22T04:20:20.660Z Downloaded libsw-core v0.3.2
7642026-07-22T04:20:20.660Z Downloaded iana-time-zone v0.1.65
7652026-07-22T04:20:20.660Z Downloaded libefi-sys v0.1.0
7662026-07-22T04:20:20.660Z Downloaded ingot-types v0.1.2
7672026-07-22T04:20:20.660Z Downloaded crypto-bigint v0.5.5
7682026-07-22T04:20:20.663Z Downloaded oso-derive v0.27.3
7692026-07-22T04:20:20.663Z Downloaded darling_core v0.20.11
7702026-07-22T04:20:20.663Z Downloaded openssl-macros v0.1.1
7712026-07-22T04:20:20.664Z Downloaded native-tls v0.2.18
7722026-07-22T04:20:20.681Z Downloaded openssl-probe v0.1.6
7732026-07-22T04:20:20.681Z Downloaded num_enum_derive v0.5.11
7742026-07-22T04:20:20.681Z Downloaded openssl-probe v0.2.1
7752026-07-22T04:20:20.681Z Downloaded derive_more v2.1.1
7762026-07-22T04:20:20.681Z Downloaded multer v3.1.0
7772026-07-22T04:20:20.682Z Downloaded anstyle-parse v0.2.7
7782026-07-22T04:20:20.682Z Downloaded libsw v3.5.0
7792026-07-22T04:20:20.682Z Downloaded half v2.7.1
7802026-07-22T04:20:20.693Z Downloaded nodrop v0.1.14
7812026-07-22T04:20:20.693Z Downloaded nanorand v0.7.0
7822026-07-22T04:20:20.693Z Downloaded opaque-debug v0.3.1
7832026-07-22T04:20:20.693Z Downloaded darling_core v0.23.0
7842026-07-22T04:20:20.693Z Downloaded module-lattice v0.2.3
7852026-07-22T04:20:20.693Z Downloaded der v0.7.10
7862026-07-22T04:20:20.694Z Downloaded parse-size v1.1.0
7872026-07-22T04:20:20.694Z Downloaded newtype-uuid v1.3.2
7882026-07-22T04:20:20.694Z Downloaded mime_guess v2.0.5
7892026-07-22T04:20:20.694Z Downloaded mime v0.3.17
7902026-07-22T04:20:20.701Z Downloaded ipnetwork v0.21.1
7912026-07-22T04:20:20.701Z Downloaded password-hash v0.6.1
7922026-07-22T04:20:20.701Z Downloaded jobserver v0.1.34
7932026-07-22T04:20:20.701Z Downloaded ingot-macros v0.1.1
7942026-07-22T04:20:20.701Z Downloaded num_enum v0.7.6
7952026-07-22T04:20:20.701Z Downloaded path-slash v0.1.5
7962026-07-22T04:20:20.701Z Downloaded flume v0.11.1
7972026-07-22T04:20:20.709Z Downloaded parse-display v0.10.0
7982026-07-22T04:20:20.709Z Downloaded packed_struct_codegen v0.10.1
7992026-07-22T04:20:20.709Z Downloaded lock_api v0.4.14
8002026-07-22T04:20:20.709Z Downloaded compact_str v0.8.1
8012026-07-22T04:20:20.709Z Downloaded memmap2 v0.9.10
8022026-07-22T04:20:20.720Z Downloaded indexmap v1.9.3
8032026-07-22T04:20:20.720Z Downloaded litrs v1.0.0
8042026-07-22T04:20:20.720Z Downloaded phf_shared v0.11.3
8052026-07-22T04:20:20.722Z Downloaded phf_shared v0.13.1
8062026-07-22T04:20:20.722Z Downloaded heapless v0.8.0
8072026-07-22T04:20:20.739Z Downloaded cc v1.2.56
8082026-07-22T04:20:20.739Z Downloaded flate2 v1.1.9
8092026-07-22T04:20:20.739Z Downloaded powerfmt v0.2.0
8102026-07-22T04:20:20.739Z Downloaded percent-encoding v2.3.2
8112026-07-22T04:20:20.739Z Downloaded peg-runtime v0.8.5
8122026-07-22T04:20:20.740Z Downloaded phf_shared v0.12.1
8132026-07-22T04:20:20.740Z Downloaded diesel_derives v2.3.7
8142026-07-22T04:20:20.770Z Downloaded num_enum v0.5.11
8152026-07-22T04:20:20.770Z Downloaded litemap v0.8.1
8162026-07-22T04:20:20.770Z Downloaded ed25519-dalek v3.0.0-rc.0
8172026-07-22T04:20:20.770Z Downloaded oxide-update-engine v0.1.2
8182026-07-22T04:20:20.770Z Downloaded owo-colors v4.3.0
8192026-07-22T04:20:20.770Z Downloaded num_enum_derive v0.7.6
8202026-07-22T04:20:20.770Z Downloaded ml-kem v0.3.2
8212026-07-22T04:20:20.770Z Downloaded derive_more-impl v2.1.1
8222026-07-22T04:20:20.771Z Downloaded precomputed-hash v0.1.1
8232026-07-22T04:20:20.771Z Downloaded potential_utf v0.1.4
8242026-07-22T04:20:20.771Z Downloaded ignore v0.4.25
8252026-07-22T04:20:20.771Z Downloaded icu_properties v2.1.2
8262026-07-22T04:20:20.771Z Downloaded packed_struct v0.10.1
8272026-07-22T04:20:20.771Z Downloaded oxnet v0.1.6
8282026-07-22T04:20:20.771Z Downloaded num-integer v0.1.46
8292026-07-22T04:20:20.771Z Downloaded nu-ansi-term v0.50.3
8302026-07-22T04:20:20.771Z Downloaded num-rational v0.4.2
8312026-07-22T04:20:20.771Z Downloaded httparse v1.10.1
8322026-07-22T04:20:20.771Z Downloaded oxide-update-engine-display v0.1.2
8332026-07-22T04:20:20.771Z Downloaded chacha20poly1305 v0.10.1
8342026-07-22T04:20:20.771Z Downloaded peg v0.8.5
8352026-07-22T04:20:20.780Z Downloaded pbkdf2 v0.13.0
8362026-07-22T04:20:20.780Z Downloaded password-hash v0.5.0
8372026-07-22T04:20:20.781Z Downloaded num-complex v0.4.6
8382026-07-22T04:20:20.781Z Downloaded progenitor-client v0.14.0
8392026-07-22T04:20:20.781Z Downloaded crossbeam-channel v0.5.15
8402026-07-22T04:20:20.796Z Downloaded icu_locale_core v2.1.1
8412026-07-22T04:20:20.796Z Downloaded oxide-tokio-rt v0.1.4
8422026-07-22T04:20:20.796Z Downloaded proc-macro-crate v1.3.1
8432026-07-22T04:20:20.796Z Downloaded predicates-tree v1.0.13
8442026-07-22T04:20:20.796Z Downloaded proc-macro-error-attr2 v2.0.0
8452026-07-22T04:20:20.797Z Downloaded phf v0.13.1
8462026-07-22T04:20:20.797Z Downloaded phc v0.6.1
8472026-07-22T04:20:20.797Z Downloaded libbz2-rs-sys v0.2.2
8482026-07-22T04:20:20.797Z Downloaded parking_lot_core v0.8.6
8492026-07-22T04:20:20.797Z Downloaded psl-types v2.0.11
8502026-07-22T04:20:20.808Z Downloaded progenitor-macro v0.14.0
8512026-07-22T04:20:20.808Z Downloaded poly1305 v0.8.0
8522026-07-22T04:20:20.808Z Downloaded proc-macro-crate v3.4.0
8532026-07-22T04:20:20.808Z Downloaded peg-macros v0.8.5
8542026-07-22T04:20:20.808Z Downloaded headers v0.4.1
8552026-07-22T04:20:20.809Z Downloaded radium v0.7.0
8562026-07-22T04:20:20.809Z Downloaded progenitor-macro v0.13.0
8572026-07-22T04:20:20.809Z Downloaded pem-rfc7468 v0.7.0
8582026-07-22T04:20:20.809Z Downloaded heapless v0.7.17
8592026-07-22T04:20:20.817Z Downloaded ed25519-dalek v2.2.0
8602026-07-22T04:20:20.817Z Downloaded der v0.8.0
8612026-07-22T04:20:20.817Z Downloaded pem v3.0.6
8622026-07-22T04:20:20.817Z Downloaded port-file v0.1.0
8632026-07-22T04:20:20.817Z Downloaded base64 v0.21.7
8642026-07-22T04:20:20.817Z Downloaded pkg-config v0.3.32
8652026-07-22T04:20:20.822Z Downloaded quick-error v1.2.3
8662026-07-22T04:20:20.822Z Downloaded predicates-core v1.0.10
8672026-07-22T04:20:20.822Z Downloaded hickory-resolver v0.25.2
8682026-07-22T04:20:20.822Z Downloaded polyval v0.7.1
8692026-07-22T04:20:20.826Z Downloaded pin-project-internal v1.1.11
8702026-07-22T04:20:20.826Z Downloaded predicates v3.1.4
8712026-07-22T04:20:20.829Z Downloaded hickory-resolver v0.24.4
8722026-07-22T04:20:20.833Z Downloaded rand_chacha v0.3.1
8732026-07-22T04:20:20.834Z Downloaded pkcs8 v0.10.2
8742026-07-22T04:20:20.837Z Downloaded icu_provider v2.1.1
8752026-07-22T04:20:20.837Z Downloaded primeorder v0.14.0-rc.10
8762026-07-22T04:20:20.837Z Downloaded parking_lot_core v0.9.12
8772026-07-22T04:20:20.840Z Downloaded recursive-proc-macro-impl v0.1.1
8782026-07-22T04:20:20.841Z Downloaded rand_xorshift v0.4.0
8792026-07-22T04:20:20.841Z Downloaded primefield v0.14.0
8802026-07-22T04:20:20.841Z Downloaded postgres-protocol v0.6.10
8812026-07-22T04:20:20.844Z Downloaded progenitor v0.13.0
8822026-07-22T04:20:20.844Z Downloaded proc-macro-error2 v2.0.1
8832026-07-22T04:20:20.848Z Downloaded indicatif v0.18.4
8842026-07-22T04:20:20.848Z Downloaded paste v1.0.15
8852026-07-22T04:20:20.862Z Downloaded pem-rfc7468 v1.0.0
8862026-07-22T04:20:20.862Z Downloaded icu_normalizer_data v2.1.1
8872026-07-22T04:20:20.862Z Downloaded ref-cast v1.0.25
8882026-07-22T04:20:20.862Z Downloaded recursive v0.1.1
8892026-07-22T04:20:20.862Z Downloaded parking_lot v0.12.5
8902026-07-22T04:20:20.866Z Downloaded parking_lot v0.11.2
8912026-07-22T04:20:20.866Z Downloaded pkcs1 v0.8.0-rc.4
8922026-07-22T04:20:20.866Z Downloaded icu_normalizer v2.1.1
8932026-07-22T04:20:20.866Z Downloaded rfc6979 v0.4.0
8942026-07-22T04:20:20.866Z Downloaded phf v0.12.1
8952026-07-22T04:20:20.867Z Downloaded hashbrown v0.13.2
8962026-07-22T04:20:20.874Z Downloaded ppv-lite86 v0.2.21
8972026-07-22T04:20:20.874Z Downloaded progenitor-extras v0.2.0
8982026-07-22T04:20:20.874Z Downloaded r2d2 v0.8.10
8992026-07-22T04:20:20.889Z Downloaded aes v0.9.1
9002026-07-22T04:20:20.889Z Downloaded jiff-static v0.2.21
9012026-07-22T04:20:20.889Z Downloaded miniz_oxide v0.8.9
9022026-07-22T04:20:20.889Z Downloaded progenitor-client v0.13.0
9032026-07-22T04:20:20.891Z Downloaded progenitor v0.14.0
9042026-07-22T04:20:20.898Z Downloaded postcard v1.1.3
9052026-07-22T04:20:20.898Z Downloaded russh-cryptovec v0.61.0
9062026-07-22T04:20:20.899Z Downloaded oso v0.27.3
9072026-07-22T04:20:20.899Z Downloaded rustc-hash v2.1.1
9082026-07-22T04:20:20.899Z Downloaded aho-corasick v1.1.4
9092026-07-22T04:20:20.899Z Downloaded rfc6979 v0.5.0
9102026-07-22T04:20:20.899Z Downloaded postgres-types v0.2.12
9112026-07-22T04:20:20.899Z Downloaded russh-util v0.52.0
9122026-07-22T04:20:20.899Z Downloaded rand_seeder v0.4.0
9132026-07-22T04:20:20.899Z Downloaded rand_core v0.10.0
9142026-07-22T04:20:20.899Z Downloaded rand_core v0.6.4
9152026-07-22T04:20:20.899Z Downloaded omicron-zone-package v0.12.3
9162026-07-22T04:20:20.904Z Downloaded rustc_version v0.1.7
9172026-07-22T04:20:20.904Z Downloaded rtoolbox v0.0.3
9182026-07-22T04:20:20.904Z Downloaded rand_core v0.9.5
9192026-07-22T04:20:20.905Z Downloaded rand_chacha v0.9.0
9202026-07-22T04:20:20.905Z Downloaded poly1305 v0.9.0
9212026-07-22T04:20:20.910Z Downloaded pkcs8 v0.11.0
9222026-07-22T04:20:20.910Z Downloaded icu_collections v2.1.1
9232026-07-22T04:20:20.910Z Downloaded pin-project-lite v0.2.17
9242026-07-22T04:20:20.918Z Downloaded primeorder v0.13.6
9252026-07-22T04:20:20.918Z Downloaded expectorate v1.2.0
9262026-07-22T04:20:20.927Z Downloaded num-traits v0.2.19
9272026-07-22T04:20:20.928Z Downloaded oxide-update-engine-types v0.1.2
9282026-07-22T04:20:20.928Z Downloaded ref-cast-impl v1.0.25
9292026-07-22T04:20:20.928Z Downloaded scheduled-thread-pool v0.2.7
9302026-07-22T04:20:20.928Z Downloaded sapling-renderdag v0.1.0
9312026-07-22T04:20:20.932Z Downloaded same-file v1.0.6
9322026-07-22T04:20:20.932Z Downloaded resolv-conf v0.7.6
9332026-07-22T04:20:20.932Z Downloaded http v1.4.2
9342026-07-22T04:20:20.935Z Downloaded pkcs5 v0.8.1
9352026-07-22T04:20:20.935Z Downloaded pkcs1 v0.7.5
9362026-07-22T04:20:20.938Z Downloaded psm v0.1.30
9372026-07-22T04:20:20.939Z Downloaded hashbrown v0.12.3
9382026-07-22T04:20:20.941Z Downloaded serde-big-array v0.5.1
9392026-07-22T04:20:20.944Z Downloaded scroll_derive v0.13.1
9402026-07-22T04:20:20.944Z Downloaded rustc_version v0.4.1
9412026-07-22T04:20:20.944Z Downloaded semver v0.1.20
9422026-07-22T04:20:20.944Z Downloaded pin-project v1.1.11
9432026-07-22T04:20:20.952Z Downloaded quinn-udp v0.5.14
9442026-07-22T04:20:20.955Z Downloaded dropshot-api-manager v0.7.2
9452026-07-22T04:20:20.958Z Downloaded p256 v0.14.0-rc.10
9462026-07-22T04:20:20.958Z Downloaded parse-display-derive v0.10.0
9472026-07-22T04:20:20.962Z Downloaded papergrid v0.17.0
9482026-07-22T04:20:20.976Z Downloaded rusty-fork v0.3.1
9492026-07-22T04:20:20.976Z Downloaded scopeguard v1.2.0
9502026-07-22T04:20:20.976Z Downloaded secrecy v0.10.3
9512026-07-22T04:20:20.976Z Downloaded secrecy v0.8.0
9522026-07-22T04:20:20.980Z Downloaded serde_repr v0.1.20
9532026-07-22T04:20:20.980Z Downloaded serde_plain v1.0.2
9542026-07-22T04:20:20.981Z Downloaded openssl-sys v0.9.115
9552026-07-22T04:20:20.981Z Downloaded sha1 v0.10.6
9562026-07-22T04:20:20.981Z Downloaded signal-hook-mio v0.2.5
9572026-07-22T04:20:20.981Z Downloaded serde_urlencoded v0.7.1
9582026-07-22T04:20:20.981Z Downloaded sha1 v0.11.0
9592026-07-22T04:20:20.981Z Downloaded serde_spanned v1.1.1
9602026-07-22T04:20:20.981Z Downloaded serde_bytes v0.11.19
9612026-07-22T04:20:20.981Z Downloaded seq-macro v0.3.6
9622026-07-22T04:20:20.986Z Downloaded rustls-pemfile v2.2.0
9632026-07-22T04:20:20.986Z Downloaded hickory-server v0.25.2
9642026-07-22T04:20:20.986Z Downloaded crossterm v0.28.1
9652026-07-22T04:20:21.003Z Downloaded signal-hook-tokio v0.3.1
9662026-07-22T04:20:21.009Z Downloaded signature v2.2.0
9672026-07-22T04:20:21.009Z Downloaded shell-words v1.1.1
9682026-07-22T04:20:21.009Z Downloaded minimal-lexical v0.2.1
9692026-07-22T04:20:21.014Z Downloaded signature v3.0.0
9702026-07-22T04:20:21.014Z Downloaded sigpipe v0.1.3
9712026-07-22T04:20:21.014Z Downloaded progenitor-impl v0.14.0
9722026-07-22T04:20:21.023Z Downloaded scroll v0.13.0
9732026-07-22T04:20:21.029Z Downloaded progenitor-impl v0.13.0
9742026-07-22T04:20:21.029Z Downloaded slog-bunyan v2.5.0
9752026-07-22T04:20:21.032Z Downloaded schemars_derive v0.8.22
9762026-07-22T04:20:21.032Z Downloaded slog-envlogger v2.2.0
9772026-07-22T04:20:21.032Z Downloaded siphasher v1.0.2
9782026-07-22T04:20:21.037Z Downloaded p384 v0.14.0-rc.10
9792026-07-22T04:20:21.041Z Downloaded sec1 v0.7.3
9802026-07-22T04:20:21.041Z Downloaded scrypt v0.12.0
9812026-07-22T04:20:21.044Z Downloaded rpassword v7.5.4
9822026-07-22T04:20:21.044Z Downloaded serde_derive_internals v0.29.1
9832026-07-22T04:20:21.054Z Downloaded hyper-util v0.1.20
9842026-07-22T04:20:21.054Z Downloaded rustversion v1.0.22
9852026-07-22T04:20:21.058Z Downloaded serde-hex v0.1.0
9862026-07-22T04:20:21.058Z Downloaded sqlparser_derive v0.5.0
9872026-07-22T04:20:21.058Z Downloaded sec1 v0.8.1
9882026-07-22T04:20:21.058Z Downloaded serde_path_to_error v0.1.20
9892026-07-22T04:20:21.058Z Downloaded stable_deref_trait v1.2.1
9902026-07-22T04:20:21.063Z Downloaded num-bigint v0.4.6
9912026-07-22T04:20:21.063Z Downloaded serde_with_macros v1.5.2
9922026-07-22T04:20:21.063Z Downloaded serdect v0.4.3
9932026-07-22T04:20:21.067Z Downloaded salsa20 v0.11.0
9942026-07-22T04:20:21.068Z Downloaded rustls-native-certs v0.8.3
9952026-07-22T04:20:21.073Z Downloaded prettyplease v0.2.37
9962026-07-22T04:20:21.077Z Downloaded rustls-pki-types v1.14.0
9972026-07-22T04:20:21.077Z Downloaded prefix-trie v0.7.0
9982026-07-22T04:20:21.077Z Downloaded internal-russh-num-bigint v0.5.0
9992026-07-22T04:20:21.081Z Downloaded rcgen v0.12.1
10002026-07-22T04:20:21.081Z Downloaded aws-lc-rs v1.16.3
10012026-07-22T04:20:21.087Z Downloaded strum v0.27.2
10022026-07-22T04:20:21.096Z Downloaded strum v0.26.3
10032026-07-22T04:20:21.097Z Downloaded structmeta-derive v0.3.0
10042026-07-22T04:20:21.097Z Downloaded structmeta v0.3.0
10052026-07-22T04:20:21.097Z Downloaded supports-color v3.0.2
10062026-07-22T04:20:21.101Z Downloaded simd-adler32 v0.3.8
10072026-07-22T04:20:21.101Z Downloaded hashbrown v0.15.5
10082026-07-22T04:20:21.101Z Downloaded shlex v1.3.0
10092026-07-22T04:20:21.101Z Downloaded mio v1.2.0
10102026-07-22T04:20:21.101Z Downloaded hashbrown v0.16.1
10112026-07-22T04:20:21.121Z Downloaded subtle v2.6.1
10122026-07-22T04:20:21.121Z Downloaded slog-stdlog v4.1.1
10132026-07-22T04:20:21.121Z Downloaded slog-json v2.6.1
10142026-07-22T04:20:21.138Z Downloaded slog-dtrace v0.3.0
10152026-07-22T04:20:21.139Z Downloaded sync_wrapper v1.0.2
10162026-07-22T04:20:21.139Z Downloaded serde_cbor v0.11.2
10172026-07-22T04:20:21.140Z Downloaded sync-ptr v0.1.4
10182026-07-22T04:20:21.140Z Downloaded smf v0.2.3
10192026-07-22T04:20:21.140Z Downloaded tagptr v0.2.0
10202026-07-22T04:20:21.140Z Downloaded tabwriter v1.4.1
10212026-07-22T04:20:21.140Z Downloaded smallvec v0.6.14
10222026-07-22T04:20:21.140Z Downloaded slog-async v2.8.0
10232026-07-22T04:20:21.140Z Downloaded slab v0.4.12
10242026-07-22T04:20:21.140Z Downloaded serde_with_macros v3.21.0
10252026-07-22T04:20:21.141Z Downloaded strsim v0.10.0
10262026-07-22T04:20:21.141Z Downloaded strip-ansi-escapes v0.2.1
10272026-07-22T04:20:21.141Z Downloaded spki v0.7.3
10282026-07-22T04:20:21.141Z Downloaded signal-hook-registry v1.4.8
10292026-07-22T04:20:21.141Z Downloaded bitvec v1.0.1
10302026-07-22T04:20:21.148Z Downloaded ssh-encoding v0.3.0-rc.9
10312026-07-22T04:20:21.148Z Downloaded tap v1.0.1
10322026-07-22T04:20:21.148Z Downloaded take_mut v0.2.2
10332026-07-22T04:20:21.148Z Downloaded itertools v0.10.5
10342026-07-22T04:20:21.148Z Downloaded aes-gcm v0.11.0
10352026-07-22T04:20:21.149Z Downloaded termtree v0.5.1
10362026-07-22T04:20:21.149Z Downloaded spki v0.8.0
10372026-07-22T04:20:21.149Z Downloaded snafu-derive v0.8.9
10382026-07-22T04:20:21.149Z Downloaded sqlformat v0.3.5
10392026-07-22T04:20:21.156Z Downloaded ron v0.8.1
10402026-07-22T04:20:21.158Z Downloaded testing_table v0.3.0
10412026-07-22T04:20:21.158Z Downloaded stacker v0.1.23
10422026-07-22T04:20:21.158Z Downloaded tabled_derive v0.11.0
10432026-07-22T04:20:21.158Z Downloaded stringprep v0.1.5
10442026-07-22T04:20:21.158Z Downloaded ssh-cipher v0.3.0-rc.9
10452026-07-22T04:20:21.170Z Downloaded time-core v0.1.8
10462026-07-22T04:20:21.171Z Downloaded thread-id v5.1.0
10472026-07-22T04:20:21.171Z Downloaded rustls-platform-verifier v0.6.2
10482026-07-22T04:20:21.171Z Downloaded nom v7.1.3
10492026-07-22T04:20:21.178Z Downloaded strum_macros v0.26.4
10502026-07-22T04:20:21.178Z Downloaded static_assertions v1.1.0
10512026-07-22T04:20:21.178Z Downloaded rand v0.8.6
10522026-07-22T04:20:21.178Z Downloaded thiserror-impl-no-std v2.0.2
10532026-07-22T04:20:21.178Z Downloaded libxml v0.3.3
10542026-07-22T04:20:21.179Z Downloaded tokio-macros v2.7.0
10552026-07-22T04:20:21.188Z Downloaded slog-term v2.9.2
10562026-07-22T04:20:21.189Z Downloaded slog-scope v4.4.1
10572026-07-22T04:20:21.189Z Downloaded tinyvec_macros v0.1.1
10582026-07-22T04:20:21.189Z Downloaded strum_macros v0.27.2
10592026-07-22T04:20:21.189Z Downloaded strum_macros v0.24.3
10602026-07-22T04:20:21.195Z Downloaded serde_yaml v0.9.34+deprecated
10612026-07-22T04:20:21.195Z Downloaded support-bundle-viewer v0.1.2
10622026-07-22T04:20:21.195Z Downloaded publicsuffix v2.3.0
10632026-07-22T04:20:21.195Z Downloaded synstructure v0.13.2
10642026-07-22T04:20:21.195Z Downloaded tower-layer v0.3.3
10652026-07-22T04:20:21.203Z Downloaded bindgen v0.71.1
10662026-07-22T04:20:21.203Z Downloaded tokio-test v0.4.5
10672026-07-22T04:20:21.209Z Downloaded termios v0.3.3
10682026-07-22T04:20:21.209Z Downloaded quinn v0.11.9
10692026-07-22T04:20:21.209Z Downloaded itertools v0.13.0
10702026-07-22T04:20:21.217Z Downloaded rayon-core v1.13.0
10712026-07-22T04:20:21.217Z Downloaded qorb v0.4.1
10722026-07-22T04:20:21.217Z Downloaded iri-string v0.7.10
10732026-07-22T04:20:21.222Z Downloaded tower-service v0.3.3
10742026-07-22T04:20:21.222Z Downloaded topological-sort v0.2.2
10752026-07-22T04:20:21.222Z Downloaded try-lock v0.2.5
10762026-07-22T04:20:21.222Z Downloaded hyper v1.10.1
10772026-07-22T04:20:21.227Z Downloaded trait-variant v0.1.2
10782026-07-22T04:20:21.227Z Downloaded spin v0.9.8
10792026-07-22T04:20:21.237Z Downloaded thiserror-no-std v2.0.2
10802026-07-22T04:20:21.237Z Downloaded sha2 v0.11.0
10812026-07-22T04:20:21.237Z Downloaded h2 v0.4.15
10822026-07-22T04:20:21.257Z Downloaded unarray v0.1.4
10832026-07-22T04:20:21.257Z Downloaded signal-hook v0.3.18
10842026-07-22T04:20:21.257Z Downloaded pretty_assertions v1.4.1
10852026-07-22T04:20:21.257Z Downloaded typify-macro v0.6.2
10862026-07-22T04:20:21.258Z Downloaded tinystr v0.8.2
10872026-07-22T04:20:21.258Z Downloaded tls_codec_derive v0.4.2
10882026-07-22T04:20:21.258Z Downloaded tokio-dtrace v0.1.1
10892026-07-22T04:20:21.263Z Downloaded ryu v1.0.23
10902026-07-22T04:20:21.263Z Downloaded time-macros v0.2.27
10912026-07-22T04:20:21.263Z Downloaded tls_codec v0.4.2
10922026-07-22T04:20:21.263Z Downloaded tiny-keccak v2.0.2
10932026-07-22T04:20:21.263Z Downloaded universal-hash v0.6.1
10942026-07-22T04:20:21.263Z Downloaded utf-8 v0.7.6
10952026-07-22T04:20:21.263Z Downloaded unicode-xid v0.2.6
10962026-07-22T04:20:21.263Z Downloaded schemars v0.8.22
10972026-07-22T04:20:21.263Z Downloaded usdt-macro v0.6.0
10982026-07-22T04:20:21.263Z Downloaded tokio-tungstenite v0.21.0
10992026-07-22T04:20:21.268Z Downloaded schemars v0.9.0
11002026-07-22T04:20:21.273Z Downloaded rustls-webpki v0.103.13
11012026-07-22T04:20:21.279Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11022026-07-22T04:20:21.280Z Downloaded term v1.2.1
11032026-07-22T04:20:21.280Z Downloaded usdt v0.6.0
11042026-07-22T04:20:21.280Z Downloaded untrusted v0.9.0
11052026-07-22T04:20:21.280Z Downloaded itertools v0.14.0
11062026-07-22T04:20:21.285Z Downloaded usdt-attr-macro v0.6.0
11072026-07-22T04:20:21.285Z Downloaded tokio-tungstenite v0.23.1
11082026-07-22T04:20:21.285Z Downloaded toml_writer v1.1.1+spec-1.1.0
11092026-07-22T04:20:21.291Z Downloaded void v1.0.2
11102026-07-22T04:20:21.291Z Downloaded utf8_iter v1.0.4
11112026-07-22T04:20:21.291Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11122026-07-22T04:20:21.291Z Downloaded term v0.7.0
11132026-07-22T04:20:21.291Z Downloaded untrusted v0.7.1
11142026-07-22T04:20:21.296Z Downloaded universal-hash v0.5.1
11152026-07-22T04:20:21.296Z Downloaded unit-prefix v0.5.2
11162026-07-22T04:20:21.296Z Downloaded nom v8.0.0
11172026-07-22T04:20:21.296Z Downloaded socket2 v0.5.10
11182026-07-22T04:20:21.300Z Downloaded itertools v0.12.1
11192026-07-22T04:20:21.307Z Downloaded idna v1.1.0
11202026-07-22T04:20:21.307Z Downloaded rand v0.9.2
11212026-07-22T04:20:21.313Z Downloaded unicode-truncate v1.1.0
11222026-07-22T04:20:21.313Z Downloaded waitgroup v0.1.2
11232026-07-22T04:20:21.313Z Downloaded p521 v0.14.0-rc.10
11242026-07-22T04:20:21.313Z Downloaded hkdf v0.13.0
11252026-07-22T04:20:21.313Z Downloaded want v0.3.1
11262026-07-22T04:20:21.316Z Downloaded wait-timeout v0.2.1
11272026-07-22T04:20:21.316Z Downloaded hkdf v0.12.4
11282026-07-22T04:20:21.317Z Downloaded thread_local v1.1.9
11292026-07-22T04:20:21.317Z Downloaded tokio-stream v0.1.18
11302026-07-22T04:20:21.320Z Downloaded unicase v2.9.0
11312026-07-22T04:20:21.321Z Downloaded tokio-native-tls v0.3.1
11322026-07-22T04:20:21.321Z Downloaded libm v0.2.16
11332026-07-22T04:20:21.326Z Downloaded xshell-macros v0.2.7
11342026-07-22T04:20:21.333Z Downloaded slog v2.8.2
11352026-07-22T04:20:21.333Z Downloaded num-bigint-dig v0.8.6
11362026-07-22T04:20:21.337Z Downloaded string_cache v0.8.9
11372026-07-22T04:20:21.337Z Downloaded similar v2.7.0
11382026-07-22T04:20:21.337Z Downloaded zerofrom v0.1.6
11392026-07-22T04:20:21.337Z Downloaded yoke-derive v0.8.1
11402026-07-22T04:20:21.337Z Downloaded samael v0.0.19
11412026-07-22T04:20:21.340Z Downloaded blake3 v1.8.5
11422026-07-22T04:20:21.345Z Downloaded test-strategy v0.4.5
11432026-07-22T04:20:21.348Z Downloaded socket2 v0.6.3
11442026-07-22T04:20:21.352Z Downloaded snafu v0.8.9
11452026-07-22T04:20:21.352Z Downloaded zerofrom-derive v0.1.6
11462026-07-22T04:20:21.355Z Downloaded uzers v0.12.2
11472026-07-22T04:20:21.355Z Downloaded vergen-git2 v9.1.0
11482026-07-22T04:20:21.355Z Downloaded vergen-lib v9.1.0
11492026-07-22T04:20:21.358Z Downloaded zeroize_derive v1.4.3
11502026-07-22T04:20:21.358Z Downloaded vsss-rs v3.3.4
11512026-07-22T04:20:21.363Z Downloaded usdt-impl v0.6.0
11522026-07-22T04:20:21.363Z Downloaded icu_properties_data v2.1.2
11532026-07-22T04:20:21.372Z Downloaded tui-tree-widget v0.23.1
11542026-07-22T04:20:21.372Z Downloaded rsa v0.9.10
11552026-07-22T04:20:21.379Z Downloaded futures-util v0.3.32
11562026-07-22T04:20:21.379Z Downloaded zone v0.3.1
11572026-07-22T04:20:21.379Z Downloaded vergen-gitcl v1.0.8
11582026-07-22T04:20:21.383Z Downloaded zone_cfg_derive v0.3.1
11592026-07-22T04:20:21.388Z Downloaded walkdir v2.5.0
11602026-07-22T04:20:21.388Z Downloaded chrono v0.4.45
11612026-07-22T04:20:21.388Z Downloaded writeable v0.6.2
11622026-07-22T04:20:21.388Z Downloaded smallvec v1.15.1
11632026-07-22T04:20:21.391Z Downloaded rand v0.10.1
11642026-07-22T04:20:21.391Z Downloaded xshell v0.2.7
11652026-07-22T04:20:21.394Z Downloaded twox-hash v2.1.2
11662026-07-22T04:20:21.394Z Downloaded rustyline v14.0.0
11672026-07-22T04:20:21.404Z Downloaded unicode-properties v0.1.4
11682026-07-22T04:20:21.423Z Downloaded toml v0.7.8
11692026-07-22T04:20:21.423Z Downloaded whoami v1.6.1
11702026-07-22T04:20:21.423Z Downloaded xattr v1.6.1
11712026-07-22T04:20:21.423Z Downloaded yoke v0.8.1
11722026-07-22T04:20:21.423Z Downloaded toml_parser v1.1.2+spec-1.1.0
11732026-07-22T04:20:21.424Z Downloaded tokio-rustls v0.26.4
11742026-07-22T04:20:21.437Z Downloaded iddqd v0.4.2
11752026-07-22T04:20:21.437Z Downloaded vergen-lib v0.1.6
11762026-07-22T04:20:21.437Z Downloaded tungstenite v0.23.0
11772026-07-22T04:20:21.437Z Downloaded schemars v1.2.1
11782026-07-22T04:20:21.437Z Downloaded toml v1.1.2+spec-1.1.0
11792026-07-22T04:20:21.437Z Downloaded zeroize v1.8.2
11802026-07-22T04:20:21.437Z Downloaded zerovec-derive v0.11.2
11812026-07-22T04:20:21.438Z Downloaded tinyvec v1.10.0
11822026-07-22T04:20:21.438Z Downloaded tungstenite v0.21.0
11832026-07-22T04:20:21.444Z Downloaded tracing-core v0.1.36
11842026-07-22T04:20:21.444Z Downloaded unicode-bidi v0.3.18
11852026-07-22T04:20:21.444Z Downloaded subprocess v0.2.15
11862026-07-22T04:20:21.444Z Downloaded vergen v9.1.0
11872026-07-22T04:20:21.445Z Downloaded rsa v0.10.0-rc.18
11882026-07-22T04:20:21.448Z Downloaded zstd-safe v7.2.4
11892026-07-22T04:20:21.448Z Downloaded serde_with v1.14.0
11902026-07-22T04:20:21.451Z Downloaded tracing-attributes v0.1.31
11912026-07-22T04:20:21.455Z Downloaded zerocopy v0.6.6
11922026-07-22T04:20:21.460Z Downloaded yasna v0.5.2
11932026-07-22T04:20:21.460Z Downloaded typify v0.6.2
11942026-07-22T04:20:21.467Z Downloaded uuid v1.23.4
11952026-07-22T04:20:21.467Z Downloaded steno v0.4.1
11962026-07-22T04:20:21.471Z Downloaded toml_edit v0.23.10+spec-1.0.0
11972026-07-22T04:20:21.471Z Downloaded wyz v0.5.1
11982026-07-22T04:20:21.490Z Downloaded unsafe-libyaml v0.2.11
11992026-07-22T04:20:21.496Z Downloaded git2 v0.20.4
12002026-07-22T04:20:21.508Z Downloaded regex v1.12.3
12012026-07-22T04:20:21.515Z Downloaded tar v0.4.46
12022026-07-22T04:20:21.515Z Downloaded zstd v0.13.3
12032026-07-22T04:20:21.515Z Downloaded toml_edit v0.19.15
12042026-07-22T04:20:21.519Z Downloaded whoami v2.1.0
12052026-07-22T04:20:21.523Z Downloaded reedline v0.40.0
12062026-07-22T04:20:21.532Z Downloaded unicode_categories v0.1.1
12072026-07-22T04:20:21.550Z Downloaded tokio-postgres v0.7.16
12082026-07-22T04:20:21.556Z Downloaded zopfli v0.8.3
12092026-07-22T04:20:21.561Z Downloaded vte v0.14.1
12102026-07-22T04:20:21.581Z Downloaded zip v0.6.6
12112026-07-22T04:20:21.581Z Downloaded p384 v0.13.1
12122026-07-22T04:20:21.586Z Downloaded unicode-segmentation v1.12.0
12132026-07-22T04:20:21.586Z Downloaded yansi v1.0.1
12142026-07-22T04:20:21.586Z Downloaded ssh-key v0.7.0-rc.10
12152026-07-22T04:20:21.609Z Downloaded reqwest v0.12.28
12162026-07-22T04:20:21.646Z Downloaded url v2.5.8
12172026-07-22T04:20:21.646Z Downloaded zerocopy-derive v0.8.40
12182026-07-22T04:20:21.647Z Downloaded portable-atomic v1.13.1
12192026-07-22T04:20:21.647Z Downloaded zerotrie v0.2.3
12202026-07-22T04:20:21.647Z Downloaded quick-xml v0.37.5
12212026-07-22T04:20:21.647Z Downloaded typed-path v0.9.3
12222026-07-22T04:20:21.647Z Downloaded lalrpop v0.19.12
12232026-07-22T04:20:21.647Z Downloaded tower v0.5.3
12242026-07-22T04:20:21.655Z Downloaded salty v0.3.0
12252026-07-22T04:20:21.655Z Downloaded moka v0.12.13
12262026-07-22T04:20:21.655Z Downloaded reqwest v0.13.2
12272026-07-22T04:20:21.655Z Downloaded unicode-normalization v0.1.25
12282026-07-22T04:20:21.655Z Downloaded proptest v1.10.0
12292026-07-22T04:20:21.656Z Downloaded rayon v1.11.0
12302026-07-22T04:20:21.675Z Downloaded tower-http v0.6.8
12312026-07-22T04:20:21.691Z Downloaded x509-cert v0.2.5
12322026-07-22T04:20:21.691Z Downloaded rawzip v0.4.4
12332026-07-22T04:20:21.691Z Downloaded curve25519-dalek v4.1.3
12342026-07-22T04:20:21.707Z Downloaded zip v4.6.1
12352026-07-22T04:20:21.707Z Downloaded goblin v0.10.5
12362026-07-22T04:20:21.707Z Downloaded object v0.30.4
12372026-07-22T04:20:21.707Z Downloaded crypto-bigint v0.7.5
12382026-07-22T04:20:21.729Z Downloaded serde_with v3.21.0
12392026-07-22T04:20:21.729Z Downloaded zerovec v0.11.5
12402026-07-22T04:20:21.729Z Downloaded winnow v0.5.40
12412026-07-22T04:20:21.736Z Downloaded tough v0.22.0
12422026-07-22T04:20:21.736Z Downloaded radix_trie v0.2.1
12432026-07-22T04:20:21.737Z Downloaded russh v0.61.2
12442026-07-22T04:20:21.737Z Downloaded openssl v0.10.79
12452026-07-22T04:20:21.758Z Downloaded winnow v0.6.26
12462026-07-22T04:20:21.767Z Downloaded petname v2.0.2
12472026-07-22T04:20:21.770Z Downloaded bstr v1.12.1
12482026-07-22T04:20:21.773Z Downloaded nix v0.27.1
12492026-07-22T04:20:21.783Z Downloaded time v0.3.47
12502026-07-22T04:20:21.788Z Downloaded tabled v0.20.0
12512026-07-22T04:20:21.797Z Downloaded polar-core v0.27.3
12522026-07-22T04:20:21.801Z Downloaded curve25519-dalek v5.0.0-rc.0
12532026-07-22T04:20:21.808Z Downloaded zlib-rs v0.6.2
12542026-07-22T04:20:21.828Z Downloaded quinn-proto v0.11.13
12552026-07-22T04:20:21.835Z Downloaded tokio-util v0.7.18
12562026-07-22T04:20:21.836Z Downloaded dropshot v0.17.1
12572026-07-22T04:20:21.836Z Downloaded vcpkg v0.2.15
12582026-07-22T04:20:21.855Z Downloaded zerocopy v0.8.40
12592026-07-22T04:20:21.868Z Downloaded nix v0.28.0
12602026-07-22T04:20:21.877Z Downloaded winnow v1.0.3
12612026-07-22T04:20:21.877Z Downloaded regress v0.10.5
12622026-07-22T04:20:21.883Z Downloaded hickory-proto v0.25.2
12632026-07-22T04:20:21.886Z Downloaded regex-syntax v0.6.29
12642026-07-22T04:20:21.892Z Downloaded nix v0.31.2
12652026-07-22T04:20:21.898Z Downloaded smoltcp v0.9.1
12662026-07-22T04:20:21.903Z Downloaded object v0.37.3
12672026-07-22T04:20:21.913Z Downloaded hickory-proto v0.24.4
12682026-07-22T04:20:21.957Z Downloaded smoltcp v0.11.0
12692026-07-22T04:20:21.964Z Downloaded sled v0.34.7
12702026-07-22T04:20:21.964Z Downloaded diesel v2.3.7
12712026-07-22T04:20:21.976Z Downloaded tracing v0.1.44
12722026-07-22T04:20:21.986Z Downloaded openapiv3 v2.2.0
12732026-07-22T04:20:21.992Z Downloaded fiat-crypto v0.3.0
12742026-07-22T04:20:22.001Z Downloaded typify-impl v0.6.2
12752026-07-22T04:20:22.012Z Downloaded bzip2-sys v0.1.13+1.0.8
12762026-07-22T04:20:22.016Z Downloaded regex-automata v0.4.14
12772026-07-22T04:20:22.030Z Downloaded rustls v0.23.41
12782026-07-22T04:20:22.037Z Downloaded rustix v0.38.44
12792026-07-22T04:20:22.045Z Downloaded regex-syntax v0.8.10
12802026-07-22T04:20:22.052Z Downloaded chrono-tz v0.10.4
12812026-07-22T04:20:22.060Z Downloaded sqlparser v0.61.0
12822026-07-22T04:20:22.066Z Downloaded regress v0.11.1
12832026-07-22T04:20:22.072Z Downloaded jiff v0.2.21
12842026-07-22T04:20:22.086Z Downloaded ratatui v0.29.0
12852026-07-22T04:20:22.103Z Downloaded petgraph v0.8.3
12862026-07-22T04:20:22.135Z Downloaded sha3 v0.11.0
12872026-07-22T04:20:22.175Z Downloaded zerocopy-derive v0.6.6
12882026-07-22T04:20:22.188Z Downloaded petgraph v0.6.5
12892026-07-22T04:20:22.245Z Downloaded csv v1.4.0
12902026-07-22T04:20:22.276Z Downloaded libz-sys v1.1.24
12912026-07-22T04:20:22.282Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12922026-07-22T04:20:22.289Z Downloaded sha3 v0.10.8
12932026-07-22T04:20:22.300Z Downloaded tokio v1.52.1
12942026-07-22T04:20:22.376Z Downloaded encoding_rs v0.8.35
12952026-07-22T04:20:22.407Z Downloaded ring v0.17.14
12962026-07-22T04:20:22.430Z Downloaded libgit2-sys v0.18.3+1.9.2
12972026-07-22T04:20:22.714Z Downloaded aws-lc-sys v0.40.0
12982026-07-22T04:20:22.953Z Compiling libc v0.2.185
12992026-07-22T04:20:22.953Z Compiling serde_core v1.0.228
13002026-07-22T04:20:22.955Z Compiling serde v1.0.228
13012026-07-22T04:20:22.961Z Compiling log v0.4.29
13022026-07-22T04:20:22.961Z Compiling smallvec v1.15.1
13032026-07-22T04:20:22.961Z Compiling shlex v1.3.0
13042026-07-22T04:20:22.961Z Compiling find-msvc-tools v0.1.9
13052026-07-22T04:20:22.961Z Compiling subtle v2.6.1
13062026-07-22T04:20:22.962Z Compiling scopeguard v1.2.0
13072026-07-22T04:20:23.133Z Compiling stable_deref_trait v1.2.1
13082026-07-22T04:20:23.138Z Compiling typenum v1.20.1
13092026-07-22T04:20:23.145Z Compiling serde_json v1.0.150
13102026-07-22T04:20:23.188Z Compiling portable-atomic v1.13.1
13112026-07-22T04:20:23.199Z Compiling zerocopy v0.8.40
13122026-07-22T04:20:23.212Z Compiling syn v2.0.117
13132026-07-22T04:20:23.221Z Compiling pin-project-lite v0.2.17
13142026-07-22T04:20:23.290Z Compiling lock_api v0.4.14
13152026-07-22T04:20:23.304Z Compiling parking_lot_core v0.9.12
13162026-07-22T04:20:23.304Z Compiling pkg-config v0.3.32
13172026-07-22T04:20:23.345Z Compiling getrandom v0.4.1
13182026-07-22T04:20:23.365Z Compiling critical-section v1.2.0
13192026-07-22T04:20:23.381Z Compiling libm v0.2.16
13202026-07-22T04:20:23.398Z Compiling num-traits v0.2.19
13212026-07-22T04:20:23.420Z Compiling futures-core v0.3.32
13222026-07-22T04:20:23.483Z Compiling rand_core v0.10.0
13232026-07-22T04:20:23.522Z Compiling generic-array v0.14.7
13242026-07-22T04:20:23.560Z Compiling const-oid v0.9.6
13252026-07-22T04:20:23.587Z Compiling writeable v0.6.2
13262026-07-22T04:20:23.614Z Compiling percent-encoding v2.3.2
13272026-07-22T04:20:23.694Z Compiling litemap v0.8.1
13282026-07-22T04:20:23.719Z Compiling icu_normalizer_data v2.1.1
13292026-07-22T04:20:23.767Z Compiling icu_properties_data v2.1.2
13302026-07-22T04:20:23.833Z Compiling futures-sink v0.3.32
13312026-07-22T04:20:23.869Z Compiling futures-io v0.3.32
13322026-07-22T04:20:23.895Z Compiling slab v0.4.12
13332026-07-22T04:20:23.896Z Compiling futures-task v0.3.32
13342026-07-22T04:20:23.925Z Compiling utf8_iter v1.0.4
13352026-07-22T04:20:23.935Z Compiling futures-channel v0.3.32
13362026-07-22T04:20:23.935Z Compiling form_urlencoded v1.2.2
13372026-07-22T04:20:24.004Z Compiling rustversion v1.0.22
13382026-07-22T04:20:24.065Z Compiling getrandom v0.3.4
13392026-07-22T04:20:24.079Z Compiling rustix v1.1.3
13402026-07-22T04:20:24.079Z Compiling dunce v1.0.5
13412026-07-22T04:20:24.131Z Compiling ident_case v1.0.1
13422026-07-22T04:20:24.158Z Compiling fs_extra v1.3.0
13432026-07-22T04:20:24.158Z Compiling iana-time-zone v0.1.65
13442026-07-22T04:20:24.181Z Compiling jobserver v0.1.34
13452026-07-22T04:20:24.196Z Compiling errno v0.3.14
13462026-07-22T04:20:24.216Z Compiling getrandom v0.2.17
13472026-07-22T04:20:24.251Z Compiling mio v1.2.0
13482026-07-22T04:20:24.329Z Compiling signal-hook-registry v1.4.8
13492026-07-22T04:20:24.358Z Compiling rand_core v0.6.4
13502026-07-22T04:20:24.386Z Compiling cc v1.2.56
13512026-07-22T04:20:24.400Z Compiling socket2 v0.6.3
13522026-07-22T04:20:24.425Z Compiling once_cell v1.21.3
13532026-07-22T04:20:24.470Z Compiling parking_lot v0.12.5
13542026-07-22T04:20:24.520Z Compiling regex-syntax v0.8.10
13552026-07-22T04:20:24.553Z Compiling vcpkg v0.2.15
13562026-07-22T04:20:24.561Z Compiling base64 v0.22.1
13572026-07-22T04:20:24.652Z Compiling base64ct v1.8.3
13582026-07-22T04:20:24.671Z Compiling tracing-core v0.1.36
13592026-07-22T04:20:24.735Z Compiling flagset v0.4.7
13602026-07-22T04:20:24.765Z Compiling aws-lc-rs v1.16.3
13612026-07-22T04:20:24.841Z Compiling tinyvec_macros v0.1.1
13622026-07-22T04:20:24.910Z Compiling httparse v1.10.1
13632026-07-22T04:20:24.922Z Compiling dyn-clone v1.0.20
13642026-07-22T04:20:24.922Z Compiling pem-rfc7468 v0.7.0
13652026-07-22T04:20:24.939Z Compiling openssl-probe v0.2.1
13662026-07-22T04:20:24.973Z Compiling cmov v0.5.4
13672026-07-22T04:20:25.005Z Compiling rand_core v0.9.5
13682026-07-22T04:20:25.051Z Compiling schemars v0.8.22
13692026-07-22T04:20:25.096Z Compiling tinyvec v1.10.0
13702026-07-22T04:20:25.139Z Compiling cmake v0.1.57
13712026-07-22T04:20:25.171Z Compiling aho-corasick v1.1.4
13722026-07-22T04:20:25.224Z Compiling ctutils v0.4.2
13732026-07-22T04:20:25.252Z Compiling untrusted v0.7.1
13742026-07-22T04:20:25.261Z Compiling try-lock v0.2.5
13752026-07-22T04:20:25.315Z Compiling atomic-waker v1.1.2
13762026-07-22T04:20:25.335Z Compiling bitflags v2.11.0
13772026-07-22T04:20:25.352Z Compiling semver v1.0.28
13782026-07-22T04:20:25.352Z Compiling indexmap v2.14.0
13792026-07-22T04:20:25.364Z Compiling uuid v1.23.4
13802026-07-22T04:20:25.374Z Compiling tower-layer v0.3.3
13812026-07-22T04:20:25.418Z Compiling tower-service v0.3.3
13822026-07-22T04:20:25.473Z Compiling want v0.3.1
13832026-07-22T04:20:25.478Z Compiling cpufeatures v0.2.17
13842026-07-22T04:20:25.525Z Compiling untrusted v0.9.0
13852026-07-22T04:20:25.548Z Compiling foreign-types-shared v0.1.1
13862026-07-22T04:20:25.562Z Compiling rustc_version v0.4.1
13872026-07-22T04:20:25.579Z Compiling rustls v0.23.41
13882026-07-22T04:20:25.604Z Compiling httpdate v1.0.3
13892026-07-22T04:20:25.647Z Compiling openssl v0.10.79
13902026-07-22T04:20:25.665Z Compiling foreign-types v0.3.2
13912026-07-22T04:20:25.675Z Compiling unicode-normalization v0.1.25
13922026-07-22T04:20:25.684Z Compiling spin v0.9.8
13932026-07-22T04:20:25.748Z Compiling crc32fast v1.5.0
13942026-07-22T04:20:25.762Z Compiling powerfmt v0.2.0
13952026-07-22T04:20:25.806Z Compiling native-tls v0.2.18
13962026-07-22T04:20:25.849Z Compiling num-conv v0.2.0
13972026-07-22T04:20:25.918Z Compiling time-core v0.1.8
13982026-07-22T04:20:25.926Z Compiling deranged v0.5.8
13992026-07-22T04:20:25.931Z Compiling wait-timeout v0.2.1
14002026-07-22T04:20:25.990Z Compiling sync_wrapper v1.0.2
14012026-07-22T04:20:26.003Z Compiling aws-lc-sys v0.40.0
14022026-07-22T04:20:26.003Z Compiling openssl-sys v0.9.115
14032026-07-22T04:20:26.047Z Compiling regex-automata v0.4.14
14042026-07-22T04:20:26.063Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14052026-07-22T04:20:26.090Z Compiling time-macros v0.2.27
14062026-07-22T04:20:26.135Z Compiling bit-vec v0.8.0
14072026-07-22T04:20:26.148Z Compiling usdt-impl v0.6.0
14082026-07-22T04:20:26.157Z Compiling crossbeam-utils v0.8.21
14092026-07-22T04:20:26.186Z Compiling synstructure v0.13.2
14102026-07-22T04:20:26.336Z Compiling serde_derive_internals v0.29.1
14112026-07-22T04:20:26.507Z Compiling pest_generator v2.8.6
14122026-07-22T04:20:26.538Z Compiling darling_core v0.20.11
14132026-07-22T04:20:26.624Z Compiling tempfile v3.25.0
14142026-07-22T04:20:26.638Z Compiling num_threads v0.1.7
14152026-07-22T04:20:26.791Z Compiling simd-adler32 v0.3.8
14162026-07-22T04:20:26.868Z Compiling quick-error v1.2.3
14172026-07-22T04:20:26.955Z Compiling syn v1.0.109
14182026-07-22T04:20:26.975Z Compiling siphasher v1.0.2
14192026-07-22T04:20:27.005Z Compiling rusty-fork v0.3.1
14202026-07-22T04:20:27.056Z Compiling bit-set v0.8.0
14212026-07-22T04:20:27.060Z Compiling darling_core v0.23.0
14222026-07-22T04:20:27.086Z Compiling bzip2-sys v0.1.13+1.0.8
14232026-07-22T04:20:27.180Z Compiling heapless v0.7.17
14242026-07-22T04:20:27.232Z Compiling slog v2.8.2
14252026-07-22T04:20:27.248Z Compiling rand_xorshift v0.4.0
14262026-07-22T04:20:27.273Z Compiling thread-id v5.1.0
14272026-07-22T04:20:27.297Z Compiling cookie v0.18.1
14282026-07-22T04:20:27.312Z Compiling paste v1.0.15
14292026-07-22T04:20:27.353Z Compiling unicode-bidi v0.3.18
14302026-07-22T04:20:27.368Z Compiling time v0.3.47
14312026-07-22T04:20:27.383Z Compiling allocator-api2 v0.2.21
14322026-07-22T04:20:27.386Z Compiling ryu v1.0.23
14332026-07-22T04:20:27.442Z Compiling anyhow v1.0.102
14342026-07-22T04:20:27.450Z Compiling unicode-properties v0.1.4
14352026-07-22T04:20:27.477Z Compiling zstd-safe v7.2.4
14362026-07-22T04:20:27.491Z Compiling unarray v0.1.4
14372026-07-22T04:20:27.581Z Compiling iri-string v0.7.10
14382026-07-22T04:20:27.667Z Compiling signal-hook v0.3.18
14392026-07-22T04:20:27.697Z Compiling adler2 v2.0.1
14402026-07-22T04:20:27.758Z Compiling stringprep v0.1.5
14412026-07-22T04:20:27.799Z Compiling miniz_oxide v0.8.9
14422026-07-22T04:20:27.834Z Compiling camino v1.2.2
14432026-07-22T04:20:27.975Z Compiling curve25519-dalek v4.1.3
14442026-07-22T04:20:28.056Z Compiling serde_derive v1.0.228
14452026-07-22T04:20:28.090Z Compiling zeroize_derive v1.4.3
14462026-07-22T04:20:28.239Z Compiling zerofrom-derive v0.1.6
14472026-07-22T04:20:28.251Z Compiling yoke-derive v0.8.1
14482026-07-22T04:20:28.354Z Compiling zerovec-derive v0.11.2
14492026-07-22T04:20:28.437Z Compiling zerocopy-derive v0.8.40
14502026-07-22T04:20:28.462Z Compiling displaydoc v0.2.5
14512026-07-22T04:20:28.585Z Compiling tokio-macros v2.7.0
14522026-07-22T04:20:28.790Z Compiling zeroize v1.8.2
14532026-07-22T04:20:28.926Z Compiling futures-macro v0.3.32
14542026-07-22T04:20:29.182Z Compiling der_derive v0.7.3
14552026-07-22T04:20:29.224Z Compiling tracing-attributes v0.1.31
14562026-07-22T04:20:29.290Z Compiling thiserror-impl v2.0.18
14572026-07-22T04:20:29.385Z Compiling rustls-pki-types v1.14.0
14582026-07-22T04:20:29.493Z Compiling schemars_derive v0.8.22
14592026-07-22T04:20:29.553Z Compiling crypto-common v0.1.7
14602026-07-22T04:20:29.603Z Compiling block-buffer v0.10.4
14612026-07-22T04:20:29.729Z Compiling zerofrom v0.1.6
14622026-07-22T04:20:29.737Z Compiling hybrid-array v0.4.13
14632026-07-22T04:20:29.737Z Compiling scroll_derive v0.13.1
14642026-07-22T04:20:29.786Z Compiling futures-util v0.3.32
14652026-07-22T04:20:29.803Z Compiling digest v0.10.7
14662026-07-22T04:20:29.855Z Compiling yoke v0.8.1
14672026-07-22T04:20:29.883Z Compiling pest_derive v2.8.6
14682026-07-22T04:20:30.061Z Compiling zerovec v0.11.5
14692026-07-22T04:20:30.087Z Compiling zerotrie v0.2.3
14702026-07-22T04:20:30.099Z Compiling der v0.7.10
14712026-07-22T04:20:30.380Z Compiling darling_macro v0.20.11
14722026-07-22T04:20:30.418Z Compiling openssl-macros v0.1.1
14732026-07-22T04:20:30.435Z Compiling sha2 v0.10.9
14742026-07-22T04:20:30.559Z Compiling tinystr v0.8.2
14752026-07-22T04:20:30.583Z Compiling potential_utf v0.1.4
14762026-07-22T04:20:30.607Z Compiling tracing v0.1.44
14772026-07-22T04:20:30.627Z Compiling scroll v0.13.0
14782026-07-22T04:20:30.704Z Compiling icu_collections v2.1.1
14792026-07-22T04:20:30.772Z Compiling icu_locale_core v2.1.1
14802026-07-22T04:20:30.786Z Compiling thiserror v2.0.18
14812026-07-22T04:20:30.832Z Compiling hmac v0.12.1
14822026-07-22T04:20:30.918Z Compiling goblin v0.10.5
14832026-07-22T04:20:30.925Z Compiling dtrace-parser v0.3.0
14842026-07-22T04:20:30.930Z Compiling scroll_derive v0.12.1
14852026-07-22T04:20:30.952Z Compiling spki v0.7.3
14862026-07-22T04:20:31.015Z Compiling darling v0.20.11
14872026-07-22T04:20:31.112Z Compiling derive_builder_core v0.20.2
14882026-07-22T04:20:31.186Z Compiling pkcs8 v0.10.2
14892026-07-22T04:20:31.218Z Compiling thiserror-impl v1.0.69
14902026-07-22T04:20:31.347Z Compiling block-padding v0.4.2
14912026-07-22T04:20:31.472Z Compiling icu_provider v2.1.1
14922026-07-22T04:20:31.550Z Compiling crypto-common v0.2.2
14932026-07-22T04:20:31.641Z Compiling bytes v1.11.1
14942026-07-22T04:20:31.664Z Compiling chrono v0.4.45
14952026-07-22T04:20:31.676Z Compiling ipnet v2.11.0
14962026-07-22T04:20:31.694Z Compiling scroll v0.12.0
14972026-07-22T04:20:31.780Z Compiling icu_normalizer v2.1.1
14982026-07-22T04:20:31.794Z Compiling icu_properties v2.1.2
14992026-07-22T04:20:31.866Z Compiling serde_urlencoded v0.7.1
15002026-07-22T04:20:31.983Z Compiling serde_spanned v0.6.9
15012026-07-22T04:20:32.012Z Compiling derive_builder_macro v0.20.2
15022026-07-22T04:20:32.156Z Compiling tokio v1.52.1
15032026-07-22T04:20:32.179Z Compiling http v1.4.2
15042026-07-22T04:20:32.205Z Compiling erased-serde v0.3.31
15052026-07-22T04:20:32.236Z Compiling hex v0.4.3
15062026-07-22T04:20:32.319Z Compiling serde_tokenstream v0.2.3
15072026-07-22T04:20:32.356Z Compiling toml_datetime v0.6.11
15082026-07-22T04:20:32.558Z Compiling block-buffer v0.12.1
15092026-07-22T04:20:32.610Z Compiling md-5 v0.10.6
15102026-07-22T04:20:32.611Z Compiling thiserror v1.0.69
15112026-07-22T04:20:32.646Z Compiling signature v2.2.0
15122026-07-22T04:20:32.670Z Compiling darling_macro v0.23.0
15132026-07-22T04:20:32.729Z Compiling idna_adapter v1.2.1
15142026-07-22T04:20:32.740Z Compiling rustls-native-certs v0.8.3
15152026-07-22T04:20:32.773Z Compiling bstr v1.12.1
15162026-07-22T04:20:32.780Z Compiling async-trait v0.1.89
15172026-07-22T04:20:32.853Z Compiling http-body v1.0.1
15182026-07-22T04:20:32.901Z Compiling idna v1.1.0
15192026-07-22T04:20:32.975Z Compiling ppv-lite86 v0.2.21
15202026-07-22T04:20:33.040Z Compiling http-body-util v0.1.3
15212026-07-22T04:20:33.061Z Compiling pin-project-internal v1.1.11
15222026-07-22T04:20:33.131Z Compiling zerocopy-derive v0.7.35
15232026-07-22T04:20:33.156Z Compiling vergen-lib v9.1.0
15242026-07-22T04:20:33.207Z Compiling url v2.5.8
15252026-07-22T04:20:33.308Z Compiling rand_chacha v0.9.0
15262026-07-22T04:20:33.329Z Compiling rand_chacha v0.3.1
15272026-07-22T04:20:33.346Z Compiling num-integer v0.1.46
15282026-07-22T04:20:33.364Z Compiling hash32 v0.2.1
15292026-07-22T04:20:33.470Z Compiling memoffset v0.9.1
15302026-07-22T04:20:33.504Z Compiling rand v0.9.2
15312026-07-22T04:20:33.582Z Compiling encoding_rs v0.8.35
15322026-07-22T04:20:33.596Z Compiling cfg_aliases v0.2.1
15332026-07-22T04:20:33.681Z Compiling mime v0.3.17
15342026-07-22T04:20:33.694Z Compiling rustix v0.38.44
15352026-07-22T04:20:33.711Z Compiling dof v0.4.0
15362026-07-22T04:20:33.950Z Compiling ref-cast v1.0.25
15372026-07-22T04:20:33.971Z Compiling zlib-rs v0.6.2
15382026-07-22T04:20:34.021Z Compiling fallible-iterator v0.2.0
15392026-07-22T04:20:34.078Z Compiling litrs v1.0.0
15402026-07-22T04:20:34.096Z Compiling proptest v1.10.0
15412026-07-22T04:20:34.107Z Compiling psl-types v2.0.11
15422026-07-22T04:20:34.175Z Compiling num-bigint-dig v0.8.6
15432026-07-22T04:20:34.236Z Compiling smoltcp v0.9.1
15442026-07-22T04:20:34.247Z Compiling pin-project v1.1.11
15452026-07-22T04:20:34.355Z Compiling postgres-protocol v0.6.10
15462026-07-22T04:20:34.371Z Compiling publicsuffix v2.3.0
15472026-07-22T04:20:34.395Z Compiling zerocopy v0.7.35
15482026-07-22T04:20:34.589Z Compiling nix v0.31.2
15492026-07-22T04:20:34.600Z Compiling num-iter v0.1.45
15502026-07-22T04:20:34.621Z Compiling document-features v0.2.12
15512026-07-22T04:20:34.707Z Compiling ipnetwork v0.21.1
15522026-07-22T04:20:34.754Z Compiling rand v0.8.6
15532026-07-22T04:20:34.935Z Compiling oxnet v0.1.6
15542026-07-22T04:20:34.970Z Compiling darling v0.23.0
15552026-07-22T04:20:35.000Z Compiling derive_builder v0.20.2
15562026-07-22T04:20:35.051Z Compiling futures-executor v0.3.32
15572026-07-22T04:20:35.070Z Compiling goblin v0.8.2
15582026-07-22T04:20:35.118Z Compiling hubpack_derive v0.1.1
15592026-07-22T04:20:35.148Z Compiling inout v0.2.2
15602026-07-22T04:20:35.289Z Compiling regex v1.12.3
15612026-07-22T04:20:35.346Z Compiling ref-cast-impl v1.0.25
15622026-07-22T04:20:35.363Z Compiling curve25519-dalek-derive v0.1.1
15632026-07-22T04:20:35.391Z Compiling strum_macros v0.27.2
15642026-07-22T04:20:35.415Z Compiling snafu-derive v0.8.9
15652026-07-22T04:20:35.415Z Compiling daft-derive v0.1.7
15662026-07-22T04:20:35.633Z Compiling phf_shared v0.13.1
15672026-07-22T04:20:35.686Z Compiling terminal_size v0.4.3
15682026-07-22T04:20:35.712Z Compiling lazy_static v1.5.0
15692026-07-22T04:20:35.742Z Compiling anstyle-parse v0.2.7
15702026-07-22T04:20:35.789Z Compiling cargo-platform v0.3.2
15712026-07-22T04:20:35.830Z Compiling vergen v9.1.0
15722026-07-22T04:20:35.842Z Compiling ff v0.13.1
15732026-07-22T04:20:35.896Z Compiling fs-err v3.3.0
15742026-07-22T04:20:35.941Z Compiling ahash v0.8.12
15752026-07-22T04:20:35.962Z Compiling winnow v0.5.40
15762026-07-22T04:20:36.006Z Compiling tokio-util v0.7.18
15772026-07-22T04:20:36.065Z Compiling tower v0.5.3
15782026-07-22T04:20:36.071Z Compiling tokio-native-tls v0.3.1
15792026-07-22T04:20:36.101Z Compiling base16ct v0.2.0
15802026-07-22T04:20:36.136Z Compiling bumpalo v3.20.2
15812026-07-22T04:20:36.187Z Compiling foldhash v0.1.5
15822026-07-22T04:20:36.222Z Compiling libbz2-rs-sys v0.2.2
15832026-07-22T04:20:36.322Z Compiling unicode-segmentation v1.12.0
15842026-07-22T04:20:36.364Z Compiling object v0.37.3
15852026-07-22T04:20:36.364Z Compiling managed v0.8.0
15862026-07-22T04:20:36.495Z Compiling same-file v1.0.6
15872026-07-22T04:20:36.520Z Compiling bitflags v1.3.2
15882026-07-22T04:20:36.520Z Compiling tower-http v0.6.8
15892026-07-22T04:20:36.532Z Compiling newtype-uuid v1.3.2
15902026-07-22T04:20:36.612Z Compiling foldhash v0.2.0
15912026-07-22T04:20:36.612Z Compiling clap_builder v4.6.0
15922026-07-22T04:20:36.659Z Compiling bzip2 v0.6.1
15932026-07-22T04:20:36.669Z Compiling walkdir v2.5.0
15942026-07-22T04:20:36.811Z Compiling h2 v0.4.15
15952026-07-22T04:20:36.866Z Compiling daft v0.1.7
15962026-07-22T04:20:36.893Z Compiling flate2 v1.1.9
15972026-07-22T04:20:36.914Z Compiling hashbrown v0.16.1
15982026-07-22T04:20:36.970Z Compiling zopfli v0.8.3
15992026-07-22T04:20:37.096Z Compiling hashbrown v0.15.5
16002026-07-22T04:20:37.144Z Compiling sec1 v0.7.3
16012026-07-22T04:20:37.287Z Compiling toml_edit v0.19.15
16022026-07-22T04:20:37.320Z Compiling dof v0.3.0
16032026-07-22T04:20:37.384Z Compiling snafu v0.8.9
16042026-07-22T04:20:37.415Z Compiling strum v0.27.2
16052026-07-22T04:20:37.575Z Compiling group v0.13.0
16062026-07-22T04:20:37.650Z Compiling cargo_metadata v0.23.1
16072026-07-22T04:20:37.730Z Compiling anstream v0.6.21
16082026-07-22T04:20:37.776Z Compiling phf v0.13.1
16092026-07-22T04:20:37.801Z Compiling signal-hook-mio v0.2.5
16102026-07-22T04:20:37.801Z Compiling hubpack v0.1.2
16112026-07-22T04:20:37.921Z Compiling cookie_store v0.22.1
16122026-07-22T04:20:37.940Z Compiling bzip2 v0.4.4
16132026-07-22T04:20:38.048Z Compiling cipher v0.5.2
16142026-07-22T04:20:38.076Z Compiling usdt-attr-macro v0.6.0
16152026-07-22T04:20:38.076Z Compiling usdt-macro v0.6.0
16162026-07-22T04:20:38.094Z Compiling futures v0.3.32
16172026-07-22T04:20:38.137Z Compiling serde_with_macros v3.21.0
16182026-07-22T04:20:38.204Z Compiling zstd v0.13.3
16192026-07-22T04:20:38.219Z Compiling postgres-types v0.2.12
16202026-07-22T04:20:38.497Z Compiling globset v0.4.18
16212026-07-22T04:20:38.626Z Compiling ed25519 v2.2.3
16222026-07-22T04:20:38.661Z Compiling dtrace-parser v0.2.0
16232026-07-22T04:20:38.828Z Compiling olpc-cjson v0.1.4
16242026-07-22T04:20:38.899Z Compiling serde-big-array v0.5.1
16252026-07-22T04:20:38.914Z Compiling serde_plain v1.0.2
16262026-07-22T04:20:38.990Z Compiling pkcs1 v0.7.5
16272026-07-22T04:20:39.023Z Compiling hkdf v0.12.4
16282026-07-22T04:20:39.061Z Compiling crypto-bigint v0.5.5
16292026-07-22T04:20:39.134Z Compiling strum_macros v0.26.4
16302026-07-22T04:20:39.197Z Compiling clap_derive v4.6.1
16312026-07-22T04:20:39.214Z Compiling async-recursion v1.1.1
16322026-07-22T04:20:39.331Z Compiling serde_repr v0.1.20
16332026-07-22T04:20:39.421Z Compiling enum-as-inner v0.6.1
16342026-07-22T04:20:39.438Z Compiling phf_shared v0.11.3
16352026-07-22T04:20:39.573Z Compiling float-cmp v0.10.0
16362026-07-22T04:20:39.602Z Compiling pem v3.0.6
16372026-07-22T04:20:39.647Z Compiling thread-id v4.2.2
16382026-07-22T04:20:39.683Z Compiling memmap2 v0.9.10
16392026-07-22T04:20:39.756Z Compiling env_filter v1.0.0
16402026-07-22T04:20:39.765Z Compiling winnow v1.0.3
16412026-07-22T04:20:39.917Z Compiling difflib v0.4.0
16422026-07-22T04:20:39.931Z Compiling fixedbitset v0.4.2
16432026-07-22T04:20:39.947Z Compiling either v1.15.0
16442026-07-22T04:20:39.974Z Compiling whoami v2.1.0
16452026-07-22T04:20:39.997Z Compiling const-oid v0.10.2
16462026-07-22T04:20:40.048Z Compiling static_assertions v1.1.0
16472026-07-22T04:20:40.098Z Compiling hyper v1.10.1
16482026-07-22T04:20:40.144Z Compiling cpufeatures v0.3.0
16492026-07-22T04:20:40.157Z Compiling precomputed-hash v0.1.1
16502026-07-22T04:20:40.173Z Compiling predicates-core v1.0.10
16512026-07-22T04:20:40.185Z Compiling new_debug_unreachable v1.0.6
16522026-07-22T04:20:40.223Z Compiling jiff v0.2.21
16532026-07-22T04:20:40.235Z Compiling fixedbitset v0.5.7
16542026-07-22T04:20:40.250Z Compiling normalize-line-endings v0.3.0
16552026-07-22T04:20:40.268Z Compiling data-encoding v2.10.0
16562026-07-22T04:20:40.358Z Compiling typed-path v0.9.3
16572026-07-22T04:20:40.373Z Compiling keccak v0.1.6
16582026-07-22T04:20:40.391Z Compiling toml_edit v0.22.27
16592026-07-22T04:20:40.506Z Compiling petgraph v0.8.3
16602026-07-22T04:20:40.542Z Compiling sha3 v0.10.8
16612026-07-22T04:20:40.579Z Compiling predicates v3.1.4
16622026-07-22T04:20:40.993Z Compiling strum v0.26.3
16632026-07-22T04:20:41.009Z Compiling hickory-proto v0.25.2
16642026-07-22T04:20:41.039Z Compiling string_cache v0.8.9
16652026-07-22T04:20:41.062Z Compiling clap v4.6.1
16662026-07-22T04:20:41.125Z Compiling chacha20 v0.10.0
16672026-07-22T04:20:41.155Z Compiling tokio-postgres v0.7.16
16682026-07-22T04:20:41.162Z Compiling digest v0.11.3
16692026-07-22T04:20:41.174Z Compiling itertools v0.13.0
16702026-07-22T04:20:41.217Z Compiling hyper-util v0.1.20
16712026-07-22T04:20:41.254Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16722026-07-22T04:20:41.277Z Compiling petgraph v0.6.5
16732026-07-22T04:20:41.407Z Compiling toml_parser v1.1.2+spec-1.1.0
16742026-07-22T04:20:41.523Z Compiling elliptic-curve v0.13.8
16752026-07-22T04:20:41.651Z Compiling env_logger v0.11.9
16762026-07-22T04:20:41.747Z Compiling usdt v0.6.0
16772026-07-22T04:20:41.961Z Compiling usdt-impl v0.5.0
16782026-07-22T04:20:42.038Z Compiling serde_with v3.21.0
16792026-07-22T04:20:42.041Z Compiling crossterm v0.28.1
16802026-07-22T04:20:42.069Z Compiling rsa v0.9.10
16812026-07-22T04:20:42.449Z Compiling ed25519-dalek v2.2.0
16822026-07-22T04:20:42.530Z Compiling toml v0.7.8
16832026-07-22T04:20:42.878Z Compiling hyper-tls v0.6.0
16842026-07-22T04:20:43.051Z Compiling zip v4.6.1
16852026-07-22T04:20:43.135Z Compiling reqwest v0.12.28
16862026-07-22T04:20:43.173Z Compiling zip v0.6.6
16872026-07-22T04:20:43.189Z Compiling iddqd v0.4.2
16882026-07-22T04:20:43.477Z Compiling tokio-stream v0.1.18
16892026-07-22T04:20:43.649Z Compiling similar v2.7.0
16902026-07-22T04:20:43.676Z Compiling heck v0.4.1
16912026-07-22T04:20:43.798Z Compiling buf-list v1.1.2
16922026-07-22T04:20:43.929Z Compiling byte-wrapper v0.1.0
16932026-07-22T04:20:43.981Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16942026-07-22T04:20:43.996Z Compiling openapiv3 v2.2.0
16952026-07-22T04:20:44.061Z Compiling x509-cert v0.2.5
16962026-07-22T04:20:44.098Z Compiling crossbeam-epoch v0.9.18
16972026-07-22T04:20:44.207Z Compiling peg-runtime v0.8.5
16982026-07-22T04:20:44.286Z Compiling lalrpop-util v0.19.12
16992026-07-22T04:20:44.303Z Compiling thread_local v1.1.9
17002026-07-22T04:20:44.452Z Compiling slog-async v2.8.0
17012026-07-22T04:20:44.503Z Compiling crossbeam-channel v0.5.15
17022026-07-22T04:20:44.519Z Compiling is-terminal v0.4.17
17032026-07-22T04:20:44.552Z Compiling filetime v0.2.27
17042026-07-22T04:20:44.571Z Compiling xattr v1.6.1
17052026-07-22T04:20:44.575Z Compiling term v1.2.1
17062026-07-22T04:20:44.600Z Compiling take_mut v0.2.2
17072026-07-22T04:20:44.631Z Compiling camino-tempfile v1.4.1
17082026-07-22T04:20:44.727Z Compiling tar v0.4.46
17092026-07-22T04:20:44.929Z Compiling slog-term v2.9.2
17102026-07-22T04:21:02.511Z Compiling rustls-webpki v0.103.13
17112026-07-22T04:21:05.241Z Compiling tokio-rustls v0.26.4
17122026-07-22T04:21:05.241Z Compiling rustls-platform-verifier v0.6.2
17132026-07-22T04:21:05.261Z Compiling tough v0.22.0
17142026-07-22T04:21:05.455Z Compiling hyper-rustls v0.27.7
17152026-07-22T04:21:05.641Z Compiling reqwest v0.13.2
17162026-07-22T04:21:07.862Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17172026-07-22T04:21:08.114Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17182026-07-22T04:21:10.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.34s
17192026-07-22T04:21:11.131Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17202026-07-22T04:21:11.186ZJul 22 04:21:10.619 INFO Starting download, target: Console
17212026-07-22T04:21:11.186ZJul 22 04:21:10.619 INFO Starting download, target: MaghemiteMgd
17222026-07-22T04:21:11.186ZJul 22 04:21:10.619 INFO Starting download, target: Clickhouse
17232026-07-22T04:21:11.186ZJul 22 04:21:10.619 INFO Starting download, target: DendriteStub
17242026-07-22T04:21:11.186ZJul 22 04:21:10.619 INFO Starting download, target: Cockroach
17252026-07-22T04:21:11.192ZJul 22 04:21:10.619 INFO Starting download, target: MaghemiteDdmd
17262026-07-22T04:21:11.192ZJul 22 04:21:10.619 INFO Starting download, target: TransceiverControl
17272026-07-22T04:21:11.192ZJul 22 04:21:10.620 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17282026-07-22T04:21:11.192ZJul 22 04:21:10.620 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17292026-07-22T04:21:11.192ZJul 22 04:21:10.620 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17302026-07-22T04:21:11.193ZJul 22 04:21:10.620 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17312026-07-22T04:21:11.193ZJul 22 04:21:10.620 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17322026-07-22T04:21:11.193ZJul 22 04:21:10.620 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17332026-07-22T04:21:11.193ZJul 22 04:21:10.620 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17342026-07-22T04:21:11.763ZJul 22 04:21:11.175 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17352026-07-22T04:21:11.964ZJul 22 04:21:11.394 INFO Download complete, target: TransceiverControl
17362026-07-22T04:21:12.890ZJul 22 04:21:12.313 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17372026-07-22T04:21:13.012ZJul 22 04:21:12.420 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17382026-07-22T04:21:13.040ZJul 22 04:21:12.428 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17392026-07-22T04:21:13.256ZJul 22 04:21:12.679 INFO Download complete, target: Console
17402026-07-22T04:21:13.722ZJul 22 04:21:13.126 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17412026-07-22T04:21:14.098ZJul 22 04:21:13.527 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17422026-07-22T04:21:14.282ZJul 22 04:21:13.710 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17432026-07-22T04:21:14.282ZJul 22 04:21:13.710 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17442026-07-22T04:21:14.877ZJul 22 04:21:14.311 INFO Download complete, target: MaghemiteDdmd
17452026-07-22T04:21:16.279ZJul 22 04:21:15.713 INFO Download complete, target: DendriteStub
17462026-07-22T04:21:16.748ZJul 22 04:21:16.173 INFO Download complete, target: MaghemiteMgd
17472026-07-22T04:21:19.206ZJul 22 04:21:18.640 INFO Checking that binary works, target: Cockroach
17482026-07-22T04:21:19.332ZJul 22 04:21:18.765 INFO Download complete, target: Cockroach
17492026-07-22T04:21:20.025ZJul 22 04:21:19.460 INFO Checking that binary works, target: Clickhouse
17502026-07-22T04:21:20.131ZJul 22 04:21:19.553 INFO Download complete, target: Clickhouse
17512026-07-22T04:21:20.143ZAll prerequisites installed successfully
17522026-07-22T04:21:20.143Z
17532026-07-22T04:21:20.143Zreal 1:50.205664439
17542026-07-22T04:21:20.143Zuser 6:41.755549850
17552026-07-22T04:21:20.143Zsys 1:40.591634071
17562026-07-22T04:21:20.143Ztrap 0.255790963
17572026-07-22T04:21:20.143Ztflt 0.755374731
17582026-07-22T04:21:20.143Zdflt 2.019685686
17592026-07-22T04:21:20.143Zkflt 0.024543101
17602026-07-22T04:21:20.143Zlock 23:41.233186228
17612026-07-22T04:21:20.143Zslp 18:21.915041082
17622026-07-22T04:21:20.143Zlat 23.812802475
17632026-07-22T04:21:20.143Zstop 2:49.314862657
17642026-07-22T04:21:20.143Z+ ptime -m cargo xtask download softnpu
17652026-07-22T04:21:20.584Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
17662026-07-22T04:21:20.605Z Running `target/debug/xtask download softnpu`
17672026-07-22T04:21:21.347Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
17682026-07-22T04:21:21.421Z Running `target/debug/xtask-downloader softnpu`
17692026-07-22T04:21:21.462ZJul 22 04:21:20.895 INFO Starting download, target: Softnpu
17702026-07-22T04:21:21.468ZJul 22 04:21:20.895 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17712026-07-22T04:21:22.015ZJul 22 04:21:21.450 INFO Download complete, target: Softnpu
17722026-07-22T04:21:22.019Z
17732026-07-22T04:21:22.022Zreal 1.888277897
17742026-07-22T04:21:22.022Zuser 1.287442418
17752026-07-22T04:21:22.022Zsys 0.605087669
17762026-07-22T04:21:22.022Ztrap 0.000640541
17772026-07-22T04:21:22.022Ztflt 0.000077651
17782026-07-22T04:21:22.022Zdflt 0.000076629
17792026-07-22T04:21:22.022Zkflt 0.000000000
17802026-07-22T04:21:22.022Zlock 10.263092110
17812026-07-22T04:21:22.022Zslp 0.430732911
17822026-07-22T04:21:22.022Zlat 0.086876289
17832026-07-22T04:21:22.022Zstop 0.000353539
17842026-07-22T04:21:22.022Z+ export CARGO_INCREMENTAL=0
17852026-07-22T04:21:22.022Z+ CARGO_INCREMENTAL=0
17862026-07-22T04:21:22.022Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17872026-07-22T04:21:22.909Z Compiling proc-macro2 v1.0.106
17882026-07-22T04:21:22.909Z Compiling quote v1.0.45
17892026-07-22T04:21:22.910Z Compiling unicode-ident v1.0.24
17902026-07-22T04:21:22.910Z Compiling libc v0.2.185
17912026-07-22T04:21:22.913Z Compiling serde_core v1.0.228
17922026-07-22T04:21:22.913Z Compiling serde v1.0.228
17932026-07-22T04:21:22.913Z Compiling cfg-if v1.0.4
17942026-07-22T04:21:22.913Z Compiling version_check v0.9.5
17952026-07-22T04:21:22.914Z Compiling find-msvc-tools v0.1.9
17962026-07-22T04:21:22.914Z Compiling shlex v1.3.0
17972026-07-22T04:21:22.914Z Compiling memchr v2.8.0
17982026-07-22T04:21:23.066Z Compiling zmij v1.0.21
17992026-07-22T04:21:23.071Z Compiling serde_json v1.0.150
18002026-07-22T04:21:23.071Z Compiling autocfg v1.5.0
18012026-07-22T04:21:23.359Z Compiling portable-atomic v1.13.1
18022026-07-22T04:21:23.375Z Compiling getrandom v0.4.1
18032026-07-22T04:21:23.426Z Compiling zerocopy v0.8.40
18042026-07-22T04:21:23.441Z Compiling libm v0.2.16
18052026-07-22T04:21:23.520Z Compiling parking_lot_core v0.9.12
18062026-07-22T04:21:23.537Z Compiling num-traits v0.2.19
18072026-07-22T04:21:23.567Z Compiling icu_properties_data v2.1.2
18082026-07-22T04:21:23.647Z Compiling icu_normalizer_data v2.1.1
18092026-07-22T04:21:23.663Z Compiling smallvec v1.15.1
18102026-07-22T04:21:23.663Z Compiling generic-array v0.14.7
18112026-07-22T04:21:23.779Z Compiling itoa v1.0.17
18122026-07-22T04:21:23.833Z Compiling log v0.4.29
18132026-07-22T04:21:23.866Z Compiling subtle v2.6.1
18142026-07-22T04:21:23.871Z Compiling pkg-config v0.3.32
18152026-07-22T04:21:23.908Z Compiling stable_deref_trait v1.2.1
18162026-07-22T04:21:23.949Z Compiling typenum v1.20.1
18172026-07-22T04:21:24.001Z Compiling jobserver v0.1.34
18182026-07-22T04:21:24.065Z Compiling scopeguard v1.2.0
18192026-07-22T04:21:24.065Z Compiling errno v0.3.14
18202026-07-22T04:21:24.155Z Compiling rand_core v0.10.0
18212026-07-22T04:21:24.203Z Compiling lock_api v0.4.14
18222026-07-22T04:21:24.235Z Compiling cc v1.2.56
18232026-07-22T04:21:24.235Z Compiling thiserror v2.0.18
18242026-07-22T04:21:24.266Z Compiling getrandom v0.3.4
18252026-07-22T04:21:24.335Z Compiling pin-project-lite v0.2.17
18262026-07-22T04:21:24.353Z Compiling percent-encoding v2.3.2
18272026-07-22T04:21:24.357Z Compiling fnv v1.0.7
18282026-07-22T04:21:24.414Z Compiling writeable v0.6.2
18292026-07-22T04:21:24.417Z Compiling litemap v0.8.1
18302026-07-22T04:21:24.458Z Compiling equivalent v1.0.2
18312026-07-22T04:21:24.490Z Compiling getrandom v0.2.17
18322026-07-22T04:21:24.562Z Compiling rustversion v1.0.22
18332026-07-22T04:21:24.600Z Compiling schemars v0.8.22
18342026-07-22T04:21:24.654Z Compiling syn v2.0.117
18352026-07-22T04:21:25.064Z Compiling rand_core v0.6.4
18362026-07-22T04:21:25.067Z Compiling fs_extra v1.3.0
18372026-07-22T04:21:25.068Z Compiling rustix v1.1.3
18382026-07-22T04:21:25.068Z Compiling dunce v1.0.5
18392026-07-22T04:21:25.068Z Compiling critical-section v1.2.0
18402026-07-22T04:21:25.068Z Compiling hashbrown v0.17.0
18412026-07-22T04:21:25.068Z Compiling cmake v0.1.57
18422026-07-22T04:21:25.068Z Compiling signal-hook-registry v1.4.8
18432026-07-22T04:21:25.122Z Compiling strsim v0.11.1
18442026-07-22T04:21:25.140Z Compiling utf8_iter v1.0.4
18452026-07-22T04:21:25.160Z Compiling once_cell v1.21.3
18462026-07-22T04:21:25.412Z Compiling bitflags v2.11.0
18472026-07-22T04:21:25.466Z Compiling semver v1.0.28
18482026-07-22T04:21:25.504Z Compiling indexmap v2.14.0
18492026-07-22T04:21:25.533Z Compiling heck v0.5.0
18502026-07-22T04:21:25.546Z Compiling parking_lot v0.12.5
18512026-07-22T04:21:25.571Z Compiling form_urlencoded v1.2.2
18522026-07-22T04:21:25.600Z Compiling aws-lc-sys v0.40.0
18532026-07-22T04:21:25.600Z Compiling mio v1.2.0
18542026-07-22T04:21:25.694Z Compiling socket2 v0.6.3
18552026-07-22T04:21:25.757Z Compiling aws-lc-rs v1.16.3
18562026-07-22T04:21:25.770Z Compiling futures-core v0.3.32
18572026-07-22T04:21:25.830Z Compiling ident_case v1.0.1
18582026-07-22T04:21:25.895Z Compiling httparse v1.10.1
18592026-07-22T04:21:26.210Z Compiling ucd-trie v0.1.7
18602026-07-22T04:21:26.229Z Compiling byteorder v1.5.0
18612026-07-22T04:21:26.232Z Compiling thiserror v1.0.69
18622026-07-22T04:21:26.310Z Compiling vcpkg v0.2.15
18632026-07-22T04:21:26.390Z Compiling pest v2.8.6
18642026-07-22T04:21:26.397Z Compiling iana-time-zone v0.1.65
18652026-07-22T04:21:26.473Z Compiling const-oid v0.9.6
18662026-07-22T04:21:26.481Z Compiling regex-syntax v0.8.10
18672026-07-22T04:21:26.531Z Compiling syn v1.0.109
18682026-07-22T04:21:26.697Z Compiling uuid v1.23.4
18692026-07-22T04:21:26.745Z Compiling rustc_version v0.4.1
18702026-07-22T04:21:26.805Z Compiling rustls v0.23.41
18712026-07-22T04:21:26.898Z Compiling futures-sink v0.3.32
18722026-07-22T04:21:26.916Z Compiling openssl-sys v0.9.115
18732026-07-22T04:21:27.025Z Compiling futures-channel v0.3.32
18742026-07-22T04:21:27.042Z Compiling aho-corasick v1.1.4
18752026-07-22T04:21:27.093Z Compiling slab v0.4.12
18762026-07-22T04:21:27.108Z Compiling futures-io v0.3.32
18772026-07-22T04:21:27.283Z Compiling futures-task v0.3.32
18782026-07-22T04:21:27.354Z Compiling dyn-clone v1.0.20
18792026-07-22T04:21:27.425Z Compiling plain v0.2.3
18802026-07-22T04:21:27.472Z Compiling pest_meta v2.8.6
18812026-07-22T04:21:27.487Z Compiling time-core v0.1.8
18822026-07-22T04:21:27.503Z Compiling num-conv v0.2.0
18832026-07-22T04:21:27.509Z Compiling crc32fast v1.5.0
18842026-07-22T04:21:27.535Z Compiling synstructure v0.13.2
18852026-07-22T04:21:27.552Z Compiling serde_derive_internals v0.29.1
18862026-07-22T04:21:27.670Z Compiling time-macros v0.2.27
18872026-07-22T04:21:27.731Z Compiling crossbeam-utils v0.8.21
18882026-07-22T04:21:27.748Z Compiling base64 v0.22.1
18892026-07-22T04:21:27.844Z Compiling openssl v0.10.79
18902026-07-22T04:21:27.857Z Compiling pretty-hex v0.4.1
18912026-07-22T04:21:27.984Z Compiling regex-automata v0.4.14
18922026-07-22T04:21:28.053Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18932026-07-22T04:21:28.069Z Compiling pest_generator v2.8.6
18942026-07-22T04:21:28.119Z Compiling native-tls v0.2.18
18952026-07-22T04:21:28.136Z Compiling anyhow v1.0.102
18962026-07-22T04:21:28.300Z Compiling rand_core v0.9.5
18972026-07-22T04:21:28.457Z Compiling slog v2.8.2
18982026-07-22T04:21:28.477Z Compiling tracing-core v0.1.36
18992026-07-22T04:21:28.575Z Compiling cookie v0.18.1
19002026-07-22T04:21:28.614Z Compiling camino v1.2.2
19012026-07-22T04:21:28.693Z Compiling base64ct v1.8.3
19022026-07-22T04:21:28.777Z Compiling flagset v0.4.7
19032026-07-22T04:21:28.854Z Compiling serde_derive v1.0.228
19042026-07-22T04:21:28.911Z Compiling zeroize_derive v1.4.3
19052026-07-22T04:21:28.948Z Compiling zerofrom-derive v0.1.6
19062026-07-22T04:21:28.979Z Compiling yoke-derive v0.8.1
19072026-07-22T04:21:29.021Z Compiling zerovec-derive v0.11.2
19082026-07-22T04:21:29.021Z Compiling displaydoc v0.2.5
19092026-07-22T04:21:29.030Z Compiling zerocopy-derive v0.8.40
19102026-07-22T04:21:29.076Z Compiling tokio-macros v2.7.0
19112026-07-22T04:21:29.300Z Compiling futures-macro v0.3.32
19122026-07-22T04:21:29.524Z Compiling zeroize v1.8.2
19132026-07-22T04:21:29.735Z Compiling thiserror-impl v2.0.18
19142026-07-22T04:21:29.768Z Compiling schemars_derive v0.8.22
19152026-07-22T04:21:29.789Z Compiling tracing-attributes v0.1.31
19162026-07-22T04:21:29.853Z Compiling der_derive v0.7.3
19172026-07-22T04:21:29.944Z Compiling thiserror-impl v1.0.69
19182026-07-22T04:21:30.062Z Compiling zerofrom v0.1.6
19192026-07-22T04:21:30.210Z Compiling yoke v0.8.1
19202026-07-22T04:21:30.339Z Compiling crypto-common v0.1.7
19212026-07-22T04:21:30.390Z Compiling pest_derive v2.8.6
19222026-07-22T04:21:30.410Z Compiling zerovec v0.11.5
19232026-07-22T04:21:30.483Z Compiling zerotrie v0.2.3
19242026-07-22T04:21:30.829Z Compiling futures-util v0.3.32
19252026-07-22T04:21:30.949Z Compiling block-buffer v0.10.4
19262026-07-22T04:21:30.980Z Compiling tinystr v0.8.2
19272026-07-22T04:21:30.997Z Compiling potential_utf v0.1.4
19282026-07-22T04:21:31.128Z Compiling digest v0.10.7
19292026-07-22T04:21:31.160Z Compiling icu_collections v2.1.1
19302026-07-22T04:21:31.190Z Compiling scroll_derive v0.13.1
19312026-07-22T04:21:31.217Z Compiling icu_locale_core v2.1.1
19322026-07-22T04:21:31.274Z Compiling scroll_derive v0.12.1
19332026-07-22T04:21:31.346Z Compiling openssl-macros v0.1.1
19342026-07-22T04:21:31.746Z Compiling regex v1.12.3
19352026-07-22T04:21:31.758Z Compiling zerocopy-derive v0.7.35
19362026-07-22T04:21:31.798Z Compiling tracing v0.1.44
19372026-07-22T04:21:31.883Z Compiling icu_provider v2.1.1
19382026-07-22T04:21:31.975Z Compiling pem-rfc7468 v0.7.0
19392026-07-22T04:21:32.075Z Compiling bytes v1.11.1
19402026-07-22T04:21:32.148Z Compiling chrono v0.4.45
19412026-07-22T04:21:32.179Z Compiling icu_properties v2.1.2
19422026-07-22T04:21:32.194Z Compiling icu_normalizer v2.1.1
19432026-07-22T04:21:32.213Z Compiling serde_tokenstream v0.2.3
19442026-07-22T04:21:32.552Z Compiling der v0.7.10
19452026-07-22T04:21:32.689Z Compiling tokio v1.52.1
19462026-07-22T04:21:32.968Z Compiling http v1.4.2
19472026-07-22T04:21:33.120Z Compiling idna_adapter v1.2.1
19482026-07-22T04:21:33.275Z Compiling idna v1.1.0
19492026-07-22T04:21:33.562Z Compiling ppv-lite86 v0.2.21
19502026-07-22T04:21:33.686Z Compiling url v2.5.8
19512026-07-22T04:21:33.791Z Compiling rustls-pki-types v1.14.0
19522026-07-22T04:21:33.891Z Compiling rand_chacha v0.9.0
19532026-07-22T04:21:33.947Z Compiling usdt-impl v0.5.0
19542026-07-22T04:21:34.111Z Compiling paste v1.0.15
19552026-07-22T04:21:34.132Z Compiling fastrand v2.3.0
19562026-07-22T04:21:34.202Z Compiling either v1.15.0
19572026-07-22T04:21:34.223Z Compiling tinyvec_macros v0.1.1
19582026-07-22T04:21:34.272Z Compiling http-body v1.0.1
19592026-07-22T04:21:34.435Z Compiling ref-cast v1.0.25
19602026-07-22T04:21:34.452Z Compiling openssl-probe v0.2.1
19612026-07-22T04:21:34.467Z Compiling cmov v0.5.4
19622026-07-22T04:21:34.482Z Compiling usdt-impl v0.6.0
19632026-07-22T04:21:34.691Z Compiling ctutils v0.4.2
19642026-07-22T04:21:34.748Z Compiling tinyvec v1.10.0
19652026-07-22T04:21:34.881Z Compiling rand v0.9.2
19662026-07-22T04:21:34.927Z Compiling spki v0.7.3
19672026-07-22T04:21:34.930Z Compiling toml_datetime v0.6.11
19682026-07-22T04:21:34.959Z Compiling serde_spanned v0.6.9
19692026-07-22T04:21:35.099Z Compiling scroll v0.13.0
19702026-07-22T04:21:35.123Z Compiling scroll v0.12.0
19712026-07-22T04:21:35.157Z Compiling async-trait v0.1.89
19722026-07-22T04:21:35.174Z Compiling heapless v0.7.17
19732026-07-22T04:21:35.336Z Compiling bzip2-sys v0.1.13+1.0.8
19742026-07-22T04:21:35.417Z Compiling tower-service v0.3.3
19752026-07-22T04:21:35.436Z Compiling cpufeatures v0.2.17
19762026-07-22T04:21:35.448Z Compiling atomic-waker v1.1.2
19772026-07-22T04:21:35.451Z Compiling litrs v1.0.0
19782026-07-22T04:21:35.503Z Compiling untrusted v0.7.1
19792026-07-22T04:21:35.946Z Compiling winnow v0.7.14
19802026-07-22T04:21:35.949Z Compiling tower-layer v0.3.3
19812026-07-22T04:21:35.950Z Compiling rustix v0.38.44
19822026-07-22T04:21:35.950Z Compiling winnow v1.0.3
19832026-07-22T04:21:35.950Z Compiling try-lock v0.2.5
19842026-07-22T04:21:35.950Z Compiling signal-hook v0.3.18
19852026-07-22T04:21:35.950Z Compiling zstd-safe v7.2.4
19862026-07-22T04:21:35.950Z Compiling want v0.3.1
19872026-07-22T04:21:35.951Z Compiling goblin v0.8.2
19882026-07-22T04:21:35.954Z Compiling goblin v0.10.5
19892026-07-22T04:21:35.954Z Compiling document-features v0.2.12
19902026-07-22T04:21:35.985Z Compiling toml_parser v1.1.2+spec-1.1.0
19912026-07-22T04:21:36.118Z Compiling hybrid-array v0.4.13
19922026-07-22T04:21:36.495Z Compiling zerocopy v0.7.35
19932026-07-22T04:21:36.518Z Compiling ipnet v2.11.0
19942026-07-22T04:21:36.596Z Compiling tokio-util v0.7.18
19952026-07-22T04:21:36.840Z Compiling ref-cast-impl v1.0.25
19962026-07-22T04:21:36.921Z Compiling darling_core v0.20.11
19972026-07-22T04:21:36.963Z Compiling curve25519-dalek v4.1.3
19982026-07-22T04:21:36.988Z Compiling memoffset v0.9.1
19992026-07-22T04:21:37.085Z Compiling httpdate v1.0.3
20002026-07-22T04:21:37.088Z Compiling powerfmt v0.2.0
20012026-07-22T04:21:37.232Z Compiling untrusted v0.9.0
20022026-07-22T04:21:37.253Z Compiling winnow v0.5.40
20032026-07-22T04:21:37.328Z Compiling h2 v0.4.15
20042026-07-22T04:21:37.372Z Compiling foreign-types-shared v0.1.1
20052026-07-22T04:21:37.682Z Compiling utf8parse v0.2.2
20062026-07-22T04:21:37.818Z Compiling tempfile v3.25.0
20072026-07-22T04:21:37.868Z Compiling foreign-types v0.3.2
20082026-07-22T04:21:37.920Z Compiling deranged v0.5.8
20092026-07-22T04:21:38.118Z Compiling pkcs8 v0.10.2
20102026-07-22T04:21:38.181Z Compiling dof v0.3.0
20112026-07-22T04:21:38.389Z Compiling unicode-normalization v0.1.25
20122026-07-22T04:21:38.540Z Compiling dtrace-parser v0.2.0
20132026-07-22T04:21:38.706Z Compiling dof v0.4.0
20142026-07-22T04:21:38.797Z Compiling toml_edit v0.19.15
20152026-07-22T04:21:38.888Z Compiling darling_macro v0.20.11
20162026-07-22T04:21:39.130Z Compiling dtrace-parser v0.3.0
20172026-07-22T04:21:39.267Z Compiling daft-derive v0.1.7
20182026-07-22T04:21:39.286Z Compiling pin-project-internal v1.1.11
20192026-07-22T04:21:39.431Z Compiling spin v0.9.8
20202026-07-22T04:21:39.570Z Compiling thread-id v4.2.2
20212026-07-22T04:21:39.665Z Compiling thread-id v5.1.0
20222026-07-22T04:21:39.678Z Compiling cfg_aliases v0.2.1
20232026-07-22T04:21:39.731Z Compiling anstyle v1.0.14
20242026-07-22T04:21:39.748Z Compiling smoltcp v0.9.1
20252026-07-22T04:21:39.963Z Compiling num-bigint-dig v0.8.6
20262026-07-22T04:21:39.980Z Compiling num_threads v0.1.7
20272026-07-22T04:21:39.998Z Compiling nix v0.31.2
20282026-07-22T04:21:40.085Z Compiling time v0.3.47
20292026-07-22T04:21:40.368Z Compiling darling v0.20.11
20302026-07-22T04:21:40.427Z Compiling sha2 v0.10.9
20312026-07-22T04:21:40.471Z Compiling ipnetwork v0.21.1
20322026-07-22T04:21:40.639Z Compiling hyper v1.10.1
20332026-07-22T04:21:40.693Z Compiling hmac v0.12.1
20342026-07-22T04:21:40.828Z Compiling curve25519-dalek-derive v0.1.1
20352026-07-22T04:21:40.865Z Compiling strum_macros v0.26.4
20362026-07-22T04:21:41.154Z Compiling darling_core v0.23.0
20372026-07-22T04:21:41.192Z Compiling sync_wrapper v1.0.2
20382026-07-22T04:21:41.250Z Compiling wait-timeout v0.2.1
20392026-07-22T04:21:41.447Z Compiling quick-error v1.2.3
20402026-07-22T04:21:41.479Z Compiling siphasher v1.0.2
20412026-07-22T04:21:41.507Z Compiling is_terminal_polyfill v1.70.2
20422026-07-22T04:21:41.688Z Compiling bit-vec v0.8.0
20432026-07-22T04:21:41.763Z Compiling anstyle-query v1.1.5
20442026-07-22T04:21:41.845Z Compiling hyper-util v0.1.20
20452026-07-22T04:21:41.890Z Compiling simd-adler32 v0.3.8
20462026-07-22T04:21:41.940Z Compiling colorchoice v1.0.4
20472026-07-22T04:21:42.092Z Compiling bit-set v0.8.0
20482026-07-22T04:21:42.467Z Compiling rusty-fork v0.3.1
20492026-07-22T04:21:42.772Z Compiling tower v0.5.3
20502026-07-22T04:21:43.069Z Compiling derive_builder_core v0.20.2
20512026-07-22T04:21:43.175Z Compiling http-body-util v0.1.3
20522026-07-22T04:21:43.191Z Compiling hubpack_derive v0.1.1
20532026-07-22T04:21:43.264Z Compiling snafu-derive v0.8.9
20542026-07-22T04:21:43.314Z Compiling darling_macro v0.23.0
20552026-07-22T04:21:43.331Z Compiling strum_macros v0.27.2
20562026-07-22T04:21:43.450Z Compiling rand_xorshift v0.4.0
20572026-07-22T04:21:43.623Z Compiling ahash v0.8.12
20582026-07-22T04:21:43.676Z Compiling fs-err v3.3.0
20592026-07-22T04:21:43.749Z Compiling unarray v0.1.4
20602026-07-22T04:21:43.844Z Compiling ryu v1.0.23
20612026-07-22T04:21:43.885Z Compiling unicode-bidi v0.3.18
20622026-07-22T04:21:43.888Z Compiling object v0.37.3
20632026-07-22T04:21:43.922Z Compiling unicode-segmentation v1.12.0
20642026-07-22T04:21:43.968Z Compiling adler2 v2.0.1
20652026-07-22T04:21:44.026Z Compiling unicode-properties v0.1.4
20662026-07-22T04:21:44.175Z Compiling iri-string v0.7.10
20672026-07-22T04:21:44.204Z Compiling allocator-api2 v0.2.21
20682026-07-22T04:21:44.232Z Compiling stringprep v0.1.5
20692026-07-22T04:21:44.319Z Compiling miniz_oxide v0.8.9
20702026-07-22T04:21:44.388Z Compiling serde_urlencoded v0.7.1
20712026-07-22T04:21:44.562Z Compiling derive_builder_macro v0.20.2
20722026-07-22T04:21:44.614Z Compiling proptest v1.10.0
20732026-07-22T04:21:44.653Z Compiling darling v0.23.0
20742026-07-22T04:21:44.974Z Compiling tokio-native-tls v0.3.1
20752026-07-22T04:21:44.994Z Compiling usdt-attr-macro v0.6.0
20762026-07-22T04:21:45.092Z Compiling usdt-macro v0.6.0
20772026-07-22T04:21:45.112Z Compiling anstyle-parse v1.0.0
20782026-07-22T04:21:45.132Z Compiling block-buffer v0.12.1
20792026-07-22T04:21:45.161Z Compiling block-padding v0.4.2
20802026-07-22T04:21:45.190Z Compiling crypto-common v0.2.2
20812026-07-22T04:21:45.343Z Compiling tower-http v0.6.8
20822026-07-22T04:21:45.793Z Compiling rustls-native-certs v0.8.3
20832026-07-22T04:21:45.811Z Compiling rand_chacha v0.3.1
20842026-07-22T04:21:45.828Z Compiling erased-serde v0.3.31
20852026-07-22T04:21:45.843Z Compiling hex v0.4.3
20862026-07-22T04:21:45.860Z Compiling md-5 v0.10.6
20872026-07-22T04:21:45.890Z Compiling signature v2.2.0
20882026-07-22T04:21:45.969Z Compiling bstr v1.12.1
20892026-07-22T04:21:46.075Z Compiling num-integer v0.1.46
20902026-07-22T04:21:46.078Z Compiling hash32 v0.2.1
20912026-07-22T04:21:46.109Z Compiling vergen-lib v9.1.0
20922026-07-22T04:21:46.217Z Compiling encoding_rs v0.8.35
20932026-07-22T04:21:46.324Z Compiling mime v0.3.17
20942026-07-22T04:21:46.368Z Compiling zlib-rs v0.6.2
20952026-07-22T04:21:46.408Z Compiling psl-types v2.0.11
20962026-07-22T04:21:46.450Z Compiling fallible-iterator v0.2.0
20972026-07-22T04:21:46.468Z Compiling cpufeatures v0.3.0
20982026-07-22T04:21:46.563Z Compiling publicsuffix v2.3.0
20992026-07-22T04:21:46.684Z Compiling newtype-uuid v1.3.2
21002026-07-22T04:21:46.736Z Compiling num-iter v0.1.45
21012026-07-22T04:21:46.752Z Compiling postgres-protocol v0.6.10
21022026-07-22T04:21:47.083Z Compiling rand v0.8.6
21032026-07-22T04:21:47.322Z Compiling oxnet v0.1.6
21042026-07-22T04:21:47.384Z Compiling inout v0.2.2
21052026-07-22T04:21:47.450Z Compiling anstream v1.0.0
21062026-07-22T04:21:47.456Z Compiling hyper-tls v0.6.0
21072026-07-22T04:21:47.530Z Compiling derive_builder v0.20.2
21082026-07-22T04:21:47.560Z Compiling serde_with_macros v3.21.0
21092026-07-22T04:21:47.661Z Compiling heck v0.4.1
21102026-07-22T04:21:47.715Z Compiling phf_shared v0.13.1
21112026-07-22T04:21:47.729Z Compiling pin-project v1.1.11
21122026-07-22T04:21:47.781Z Compiling lazy_static v1.5.0
21132026-07-22T04:21:47.799Z Compiling anstyle-parse v0.2.7
21142026-07-22T04:21:47.935Z Compiling futures-executor v0.3.32
21152026-07-22T04:21:47.989Z Compiling terminal_size v0.4.3
21162026-07-22T04:21:47.992Z Compiling async-recursion v1.1.1
21172026-07-22T04:21:48.022Z Compiling enum-as-inner v0.6.1
21182026-07-22T04:21:48.025Z Compiling serde_repr v0.1.20
21192026-07-22T04:21:48.153Z Compiling clap_derive v4.6.1
21202026-07-22T04:21:48.209Z Compiling ff v0.13.1
21212026-07-22T04:21:48.304Z Compiling vergen v9.1.0
21222026-07-22T04:21:48.362Z Compiling cargo-platform v0.3.2
21232026-07-22T04:21:48.477Z Compiling flate2 v1.1.9
21242026-07-22T04:21:48.546Z Compiling bitflags v1.3.2
21252026-07-22T04:21:48.601Z Compiling foldhash v0.1.5
21262026-07-22T04:21:48.650Z Compiling clap_lex v1.0.0
21272026-07-22T04:21:48.686Z Compiling managed v0.8.0
21282026-07-22T04:21:48.804Z Compiling foldhash v0.2.0
21292026-07-22T04:21:48.848Z Compiling bumpalo v3.20.2
21302026-07-22T04:21:48.899Z Compiling libbz2-rs-sys v0.2.2
21312026-07-22T04:21:48.906Z Compiling same-file v1.0.6
21322026-07-22T04:21:48.957Z Compiling base16ct v0.2.0
21332026-07-22T04:21:49.036Z Compiling walkdir v2.5.0
21342026-07-22T04:21:49.081Z Compiling sec1 v0.7.3
21352026-07-22T04:21:49.137Z Compiling zopfli v0.8.3
21362026-07-22T04:21:49.193Z Compiling hashbrown v0.16.1
21372026-07-22T04:21:49.311Z Compiling bzip2 v0.6.1
21382026-07-22T04:21:49.327Z Compiling clap_builder v4.6.0
21392026-07-22T04:21:49.364Z Compiling hashbrown v0.15.5
21402026-07-22T04:21:49.563Z Compiling cargo_metadata v0.23.1
21412026-07-22T04:21:49.788Z Compiling group v0.13.0
21422026-07-22T04:21:49.817Z Compiling futures v0.3.32
21432026-07-22T04:21:50.008Z Compiling anstream v0.6.21
21442026-07-22T04:21:50.353Z Compiling phf v0.13.1
21452026-07-22T04:21:50.446Z Compiling zstd v0.13.3
21462026-07-22T04:21:50.533Z Compiling snafu v0.8.9
21472026-07-22T04:21:50.597Z Compiling reqwest v0.12.28
21482026-07-22T04:21:50.880Z Compiling daft v0.1.7
21492026-07-22T04:21:51.039Z Compiling signal-hook-mio v0.2.5
21502026-07-22T04:21:51.056Z Compiling cipher v0.5.2
21512026-07-22T04:21:51.136Z Compiling cookie_store v0.22.1
21522026-07-22T04:21:51.189Z Compiling postgres-types v0.2.12
21532026-07-22T04:21:51.201Z Compiling bzip2 v0.4.4
21542026-07-22T04:21:51.364Z Compiling globset v0.4.18
21552026-07-22T04:21:51.382Z Compiling ed25519 v2.2.3
21562026-07-22T04:21:51.399Z Compiling strum v0.27.2
21572026-07-22T04:21:51.519Z Compiling hubpack v0.1.2
21582026-07-22T04:21:51.594Z Compiling phf_shared v0.11.3
21592026-07-22T04:21:51.598Z Compiling hkdf v0.12.4
21602026-07-22T04:21:51.621Z Compiling crossbeam-epoch v0.9.18
21612026-07-22T04:21:51.744Z Compiling olpc-cjson v0.1.4
21622026-07-22T04:21:51.765Z Compiling pkcs1 v0.7.5
21632026-07-22T04:21:51.948Z Compiling serde-big-array v0.5.1
21642026-07-22T04:21:51.997Z Compiling serde_plain v1.0.2
21652026-07-22T04:21:52.128Z Compiling crypto-bigint v0.5.5
21662026-07-22T04:21:52.165Z Compiling pem v3.0.6
21672026-07-22T04:21:52.241Z Compiling float-cmp v0.10.0
21682026-07-22T04:21:52.270Z Compiling env_filter v1.0.0
21692026-07-22T04:21:52.328Z Compiling memmap2 v0.9.10
21702026-07-22T04:21:52.410Z Compiling keccak v0.1.6
21712026-07-22T04:21:52.462Z Compiling toml_write v0.1.2
21722026-07-22T04:21:52.520Z Compiling fixedbitset v0.4.2
21732026-07-22T04:21:52.535Z Compiling data-encoding v2.10.0
21742026-07-22T04:21:52.552Z Compiling const-oid v0.10.2
21752026-07-22T04:21:52.593Z Compiling predicates-core v1.0.10
21762026-07-22T04:21:52.633Z Compiling difflib v0.4.0
21772026-07-22T04:21:52.649Z Compiling whoami v2.1.0
21782026-07-22T04:21:52.678Z Compiling precomputed-hash v0.1.1
21792026-07-22T04:21:52.779Z Compiling static_assertions v1.1.0
21802026-07-22T04:21:52.822Z Compiling fixedbitset v0.5.7
21812026-07-22T04:21:52.926Z Compiling typed-path v0.9.3
21822026-07-22T04:21:52.959Z Compiling new_debug_unreachable v1.0.6
21832026-07-22T04:21:52.992Z Compiling normalize-line-endings v0.3.0
21842026-07-22T04:21:53.019Z Compiling jiff v0.2.21
21852026-07-22T04:21:53.043Z Compiling petgraph v0.8.3
21862026-07-22T04:21:53.072Z Compiling predicates v3.1.4
21872026-07-22T04:21:53.072Z Compiling elliptic-curve v0.13.8
21882026-07-22T04:21:53.105Z Compiling string_cache v0.8.9
21892026-07-22T04:21:53.149Z Compiling tokio-postgres v0.7.16
21902026-07-22T04:21:53.244Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21912026-07-22T04:21:53.337Z Compiling hickory-proto v0.25.2
21922026-07-22T04:21:53.352Z Compiling chacha20 v0.10.0
21932026-07-22T04:21:53.437Z Compiling digest v0.11.3
21942026-07-22T04:21:53.463Z Compiling petgraph v0.6.5
21952026-07-22T04:21:53.639Z Compiling toml_edit v0.22.27
21962026-07-22T04:21:53.660Z Compiling sha3 v0.10.8
21972026-07-22T04:21:53.676Z Compiling usdt v0.6.0
21982026-07-22T04:21:53.948Z Compiling env_logger v0.11.9
21992026-07-22T04:21:54.279Z Compiling rsa v0.9.10
22002026-07-22T04:21:55.216Z Compiling ed25519-dalek v2.2.0
22012026-07-22T04:21:55.365Z Compiling zip v0.6.6
22022026-07-22T04:21:55.457Z Compiling crossterm v0.28.1
22032026-07-22T04:21:55.560Z Compiling iddqd v0.4.2
22042026-07-22T04:21:55.977Z Compiling zip v4.6.1
22052026-07-22T04:21:56.084Z Compiling clap v4.6.1
22062026-07-22T04:21:56.372Z Compiling serde_with v3.21.0
22072026-07-22T04:21:56.517Z Compiling similar v2.7.0
22082026-07-22T04:21:56.603Z Compiling byte-wrapper v0.1.0
22092026-07-22T04:21:56.685Z Compiling strum v0.26.3
22102026-07-22T04:21:56.794Z Compiling toml v0.7.8
22112026-07-22T04:21:56.815Z Compiling tokio-stream v0.1.18
22122026-07-22T04:21:56.832Z Compiling buf-list v1.1.2
22132026-07-22T04:21:56.891Z Compiling x509-cert v0.2.5
22142026-07-22T04:21:56.984Z Compiling itertools v0.13.0
22152026-07-22T04:21:57.249Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22162026-07-22T04:21:57.588Z Compiling openapiv3 v2.2.0
22172026-07-22T04:21:57.969Z Compiling lalrpop-util v0.19.12
22182026-07-22T04:21:58.065Z Compiling peg-runtime v0.8.5
22192026-07-22T04:22:14.102Z Compiling rustls-webpki v0.103.13
22202026-07-22T04:22:15.365Z Compiling macaddr v1.0.1
22212026-07-22T04:22:15.491Z Compiling structmeta-derive v0.3.0
22222026-07-22T04:22:15.513Z Compiling darling_core v0.21.3
22232026-07-22T04:22:15.532Z Compiling crucible-workspace-hack v0.1.0
22242026-07-22T04:22:15.673Z Compiling rayon-core v1.13.0
22252026-07-22T04:22:15.775Z Compiling itertools v0.14.0
22262026-07-22T04:22:15.923Z Compiling secrecy v0.10.3
22272026-07-22T04:22:15.942Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22282026-07-22T04:22:16.113Z Compiling toml_datetime v0.7.5+spec-1.1.0
22292026-07-22T04:22:16.130Z Compiling heapless v0.8.0
22302026-07-22T04:22:16.279Z Compiling crossbeam-deque v0.8.6
22312026-07-22T04:22:16.370Z Compiling toml_edit v0.23.10+spec-1.0.0
22322026-07-22T04:22:16.385Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22332026-07-22T04:22:16.523Z Compiling inout v0.1.4
22342026-07-22T04:22:16.548Z Compiling structmeta v0.3.0
22352026-07-22T04:22:16.566Z Compiling hash32 v0.3.1
22362026-07-22T04:22:16.632Z Compiling multer v3.1.0
22372026-07-22T04:22:16.710Z Compiling thread_local v1.1.9
22382026-07-22T04:22:16.748Z Compiling smoltcp v0.11.0
22392026-07-22T04:22:16.781Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22402026-07-22T04:22:16.802Z Compiling compression-core v0.4.31
22412026-07-22T04:22:16.860Z Compiling match_cfg v0.1.0
22422026-07-22T04:22:16.951Z Compiling unicode-width v0.2.0
22432026-07-22T04:22:17.004Z Compiling slog-async v2.8.0
22442026-07-22T04:22:17.059Z Compiling compression-codecs v0.4.37
22452026-07-22T04:22:17.080Z Compiling hostname v0.3.1
22462026-07-22T04:22:17.095Z Compiling proc-macro-crate v3.4.0
22472026-07-22T04:22:17.198Z Compiling derive-ex v0.1.8
22482026-07-22T04:22:17.291Z Compiling cipher v0.4.4
22492026-07-22T04:22:17.373Z Compiling atomicwrites v0.4.4
22502026-07-22T04:22:17.444Z Compiling slog-json v2.6.1
22512026-07-22T04:22:17.495Z Compiling crossbeam-channel v0.5.15
22522026-07-22T04:22:17.545Z Compiling half v2.7.1
22532026-07-22T04:22:17.560Z Compiling newtype-uuid-macros v0.1.0
22542026-07-22T04:22:17.668Z Compiling tokio-rustls v0.26.4
22552026-07-22T04:22:17.671Z Compiling rustls-platform-verifier v0.6.2
22562026-07-22T04:22:17.712Z Compiling tough v0.22.0
22572026-07-22T04:22:17.780Z Compiling darling_macro v0.21.3
22582026-07-22T04:22:17.904Z Compiling hyper-rustls v0.27.7
22592026-07-22T04:22:17.921Z Compiling cobs v0.3.0
22602026-07-22T04:22:17.957Z Compiling universal-hash v0.5.1
22612026-07-22T04:22:18.135Z Compiling thiserror-impl-no-std v2.0.2
22622026-07-22T04:22:18.217Z Compiling reqwest v0.13.2
22632026-07-22T04:22:18.256Z Compiling async-stream-impl v0.3.6
22642026-07-22T04:22:18.256Z Compiling serde_spanned v1.1.1
22652026-07-22T04:22:18.300Z Compiling darling v0.21.3
22662026-07-22T04:22:18.317Z Compiling toml_datetime v1.1.1+spec-1.1.0
22672026-07-22T04:22:18.569Z Compiling ingot-macros v0.1.1
22682026-07-22T04:22:18.591Z Compiling is-terminal v0.4.17
22692026-07-22T04:22:18.591Z Compiling dropshot v0.17.1
22702026-07-22T04:22:18.765Z Compiling proc-macro-error-attr v1.0.4
22712026-07-22T04:22:18.841Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22722026-07-22T04:22:18.910Z Compiling take_mut v0.2.2
22732026-07-22T04:22:18.911Z Compiling convert_case v0.4.0
22742026-07-22T04:22:18.911Z Compiling toml_writer v1.1.1+spec-1.1.0
22752026-07-22T04:22:18.999Z Compiling ciborium-io v0.2.2
22762026-07-22T04:22:19.092Z Compiling opaque-debug v0.3.1
22772026-07-22T04:22:19.092Z Compiling term v1.2.1
22782026-07-22T04:22:19.164Z Compiling toml v1.1.2+spec-1.1.0
22792026-07-22T04:22:19.164Z Compiling poly1305 v0.8.0
22802026-07-22T04:22:19.164Z Compiling ciborium-ll v0.2.2
22812026-07-22T04:22:19.218Z Compiling derive_more v0.99.20
22822026-07-22T04:22:19.335Z Compiling thiserror-no-std v2.0.2
22832026-07-22T04:22:19.453Z Compiling slog-term v2.9.2
22842026-07-22T04:22:19.454Z Compiling async-stream v0.3.6
22852026-07-22T04:22:19.578Z Compiling test-strategy v0.4.5
22862026-07-22T04:22:19.579Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22872026-07-22T04:22:19.666Z Compiling postcard v1.1.3
22882026-07-22T04:22:20.029Z Compiling slog-bunyan v2.5.0
22892026-07-22T04:22:20.309Z Compiling num_enum_derive v0.7.6
22902026-07-22T04:22:20.660Z Compiling chacha20 v0.9.1
22912026-07-22T04:22:20.752Z Compiling async-compression v0.4.41
22922026-07-22T04:22:20.853Z Compiling parse-display-derive v0.10.0
22932026-07-22T04:22:20.960Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
22942026-07-22T04:22:21.171Z Compiling ingot-types v0.1.2
22952026-07-22T04:22:21.219Z Compiling sha1 v0.11.0
22962026-07-22T04:22:21.260Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22972026-07-22T04:22:21.383Z Compiling proc-macro-crate v1.3.1
22982026-07-22T04:22:21.482Z Compiling waitgroup v0.1.2
22992026-07-22T04:22:21.482Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23002026-07-22T04:22:21.591Z Compiling password-hash v0.5.0
23012026-07-22T04:22:21.679Z Compiling backon v1.6.0
23022026-07-22T04:22:21.679Z Compiling ingot v0.1.1
23032026-07-22T04:22:21.679Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23042026-07-22T04:22:21.751Z Compiling rustls-pemfile v2.2.0
23052026-07-22T04:22:21.752Z Compiling dropshot_endpoint v0.17.1
23062026-07-22T04:22:21.815Z Compiling blake2 v0.10.6
23072026-07-22T04:22:21.888Z Compiling aead v0.5.2
23082026-07-22T04:22:21.977Z Compiling foreign-types-macros v0.2.3
23092026-07-22T04:22:22.054Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23102026-07-22T04:22:22.140Z Compiling serde_path_to_error v0.1.20
23112026-07-22T04:22:22.141Z Compiling hostname v0.4.2
23122026-07-22T04:22:22.292Z Compiling proc-macro-error v1.0.4
23132026-07-22T04:22:22.372Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23142026-07-22T04:22:22.451Z Compiling instant v0.1.13
23152026-07-22T04:22:22.452Z Compiling foreign-types-shared v0.3.1
23162026-07-22T04:22:22.548Z Compiling debug-ignore v1.0.5
23172026-07-22T04:22:22.548Z Compiling backoff v0.4.0
23182026-07-22T04:22:22.548Z Compiling parse-display v0.10.0
23192026-07-22T04:22:22.615Z Compiling argon2 v0.5.3
23202026-07-22T04:22:22.617Z Compiling chacha20poly1305 v0.10.1
23212026-07-22T04:22:22.673Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23222026-07-22T04:22:22.740Z Compiling foreign-types v0.5.0
23232026-07-22T04:22:22.740Z Compiling num_enum_derive v0.5.11
23242026-07-22T04:22:22.740Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23252026-07-22T04:22:22.740Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23262026-07-22T04:22:22.740Z Compiling num_enum v0.7.6
23272026-07-22T04:22:22.847Z Compiling ciborium v0.2.2
23282026-07-22T04:22:23.024Z Compiling vsss-rs v3.3.4
23292026-07-22T04:22:23.090Z Compiling tabwriter v1.4.1
23302026-07-22T04:22:23.165Z Compiling regress v0.10.5
23312026-07-22T04:22:23.230Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23322026-07-22T04:22:23.230Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23332026-07-22T04:22:23.278Z Compiling cstr-argument v0.1.2
23342026-07-22T04:22:23.318Z Compiling humantime v2.3.0
23352026-07-22T04:22:23.483Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23362026-07-22T04:22:23.511Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23372026-07-22T04:22:23.632Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23382026-07-22T04:22:23.632Z Compiling num_enum v0.5.11
23392026-07-22T04:22:23.658Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23402026-07-22T04:22:23.658Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23412026-07-22T04:22:23.690Z Compiling rayon v1.11.0
23422026-07-22T04:22:23.711Z Compiling rand v0.10.1
23432026-07-22T04:22:23.727Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23442026-07-22T04:22:23.746Z Compiling colored v3.1.1
23452026-07-22T04:22:23.773Z Compiling libefi-sys v0.1.0
23462026-07-22T04:22:23.833Z Compiling indent_write v2.2.0
23472026-07-22T04:22:23.851Z Compiling zone_cfg_derive v0.3.1
23482026-07-22T04:22:23.885Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23492026-07-22T04:22:23.892Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bf8c4b23210cdb59a04edb16db2221bd93f20e9d#bf8c4b23)
23502026-07-22T04:22:23.996Z Compiling camino-tempfile v1.4.1
23512026-07-22T04:22:24.055Z Compiling itertools v0.12.1
23522026-07-22T04:22:24.573Z Compiling usdt-macro v0.5.0
23532026-07-22T04:22:24.620Z Compiling usdt-attr-macro v0.5.0
23542026-07-22T04:22:24.620Z Compiling num-derive v0.4.2
23552026-07-22T04:22:24.620Z Compiling bitfield-struct v0.6.2
23562026-07-22T04:22:24.620Z Compiling blake3 v1.8.5
23572026-07-22T04:22:24.620Z Compiling sigpipe v0.1.3
23582026-07-22T04:22:24.620Z Compiling memmap v0.7.0
23592026-07-22T04:22:24.620Z Compiling glob v0.3.3
23602026-07-22T04:22:24.637Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23612026-07-22T04:22:24.742Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23622026-07-22T04:22:24.773Z Compiling swrite v0.1.0
23632026-07-22T04:22:24.910Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bf8c4b23210cdb59a04edb16db2221bd93f20e9d#bf8c4b23)
23642026-07-22T04:22:24.947Z Compiling usdt v0.5.0
23652026-07-22T04:22:25.081Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23662026-07-22T04:22:25.144Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23672026-07-22T04:22:25.222Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23682026-07-22T04:22:25.238Z Compiling smf v0.2.3
23692026-07-22T04:22:25.289Z Compiling filetime v0.2.27
23702026-07-22T04:22:25.362Z Compiling zone v0.3.1
23712026-07-22T04:22:25.435Z Compiling constant_time_eq v0.4.2
23722026-07-22T04:22:25.530Z Compiling arrayvec v0.7.6
23732026-07-22T04:22:25.551Z Compiling arrayref v0.3.9
23742026-07-22T04:22:25.555Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23752026-07-22T04:22:25.582Z Compiling whoami v1.6.1
23762026-07-22T04:22:25.618Z Compiling xattr v1.6.1
23772026-07-22T04:22:25.647Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23782026-07-22T04:22:25.664Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23792026-07-22T04:22:25.668Z Compiling tokio-dtrace v0.1.1
23802026-07-22T04:22:25.668Z Compiling console v0.16.2
23812026-07-22T04:22:25.797Z Compiling tar v0.4.46
23822026-07-22T04:22:25.861Z Compiling gethostname v0.5.0
23832026-07-22T04:22:25.953Z Compiling unit-prefix v0.5.2
23842026-07-22T04:22:26.021Z Compiling topological-sort v0.2.2
23852026-07-22T04:22:26.046Z Compiling oxide-tokio-rt v0.1.4
23862026-07-22T04:22:26.063Z Compiling toml v0.8.23
23872026-07-22T04:22:26.210Z Compiling indicatif v0.18.4
23882026-07-22T04:22:26.365Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23892026-07-22T04:22:26.459Z Compiling shell-words v1.1.1
23902026-07-22T04:22:26.514Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23912026-07-22T04:22:35.858Z Compiling progenitor-client v0.14.0
23922026-07-22T04:22:35.858Z Compiling omicron-zone-package v0.12.3
23932026-07-22T04:22:36.096Z Compiling progenitor-extras v0.2.0
23942026-07-22T04:22:36.458Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23952026-07-22T04:22:36.489Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23962026-07-22T04:22:36.553Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23972026-07-22T04:22:36.590Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23982026-07-22T04:22:36.642Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23992026-07-22T04:22:36.657Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24002026-07-22T04:22:36.772Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24012026-07-22T04:22:36.948Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24022026-07-22T04:22:37.473Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24032026-07-22T04:22:41.479Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24042026-07-22T04:22:49.548Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24052026-07-22T04:22:52.779Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24062026-07-22T04:22:53.844Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24072026-07-22T04:23:03.197Z Finished `release` profile [optimized] target(s) in 1m 41s
24082026-07-22T04:23:03.345Z Running `target/release/omicron-package -t test target create -p dev`
24092026-07-22T04:23:03.410ZLogging to: /work/oxidecomputer/omicron/out/LOG
24102026-07-22T04:23:03.413ZCreated new build target 'test' and set it as active
24112026-07-22T04:23:03.416Z
24122026-07-22T04:23:03.416Zreal 1:41.388224736
24132026-07-22T04:23:03.416Zuser 16:33.888118933
24142026-07-22T04:23:03.416Zsys 2:38.864632103
24152026-07-22T04:23:03.416Ztrap 0.480638743
24162026-07-22T04:23:03.416Ztflt 2.331795767
24172026-07-22T04:23:03.416Zdflt 3.990560542
24182026-07-22T04:23:03.416Zkflt 0.000628298
24192026-07-22T04:23:03.416Zlock 52:17.532277735
24202026-07-22T04:23:03.416Zslp 42:37.352230573
24212026-07-22T04:23:03.416Zlat 45.504615686
24222026-07-22T04:23:03.416Zstop 5:26.343107664
24232026-07-22T04:23:03.416Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24242026-07-22T04:23:04.285Z Finished `release` profile [optimized] target(s) in 0.86s
24252026-07-22T04:23:04.356Z Running `target/release/omicron-package -t test package`
24262026-07-22T04:23:04.411ZLogging to: /work/oxidecomputer/omicron/out/LOG
24272026-07-22T04:23:05.810Z Compiling heck v0.5.0
24282026-07-22T04:23:05.810Z Compiling regress v0.11.1
24292026-07-22T04:23:06.049Z Compiling unsafe-libyaml v0.2.11
24302026-07-22T04:23:06.064Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24312026-07-22T04:23:06.088Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24322026-07-22T04:23:06.110Z Compiling derive-where v1.6.0
24332026-07-22T04:23:06.113Z Compiling bytecount v0.6.9
24342026-07-22T04:23:06.128Z Compiling atomicwrites v0.4.4
24352026-07-22T04:23:06.131Z Compiling is-terminal v0.4.17
24362026-07-22T04:23:06.131Z Compiling prettyplease v0.2.37
24372026-07-22T04:23:06.207Z Compiling console v0.15.11
24382026-07-22T04:23:06.210Z Compiling newline-converter v0.3.0
24392026-07-22T04:23:06.210Z Compiling slog-dtrace v0.3.0
24402026-07-22T04:23:06.250Z Compiling resolv-conf v0.7.6
24412026-07-22T04:23:06.270Z Compiling num-rational v0.4.2
24422026-07-22T04:23:06.312Z Compiling num-complex v0.4.6
24432026-07-22T04:23:06.333Z Compiling thread_local v1.1.9
24442026-07-22T04:23:06.358Z Compiling compression-core v0.4.31
24452026-07-22T04:23:06.374Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24462026-07-22T04:23:06.406Z Compiling cancel-safe-futures v0.1.5
24472026-07-22T04:23:06.468Z Compiling unicode-width v0.1.14
24482026-07-22T04:23:06.534Z Compiling match_cfg v0.1.0
24492026-07-22T04:23:06.555Z Compiling serde_yaml v0.9.34+deprecated
24502026-07-22T04:23:06.586Z Compiling compression-codecs v0.4.37
24512026-07-22T04:23:06.628Z Compiling expectorate v1.2.0
24522026-07-22T04:23:06.699Z Compiling hostname v0.3.1
24532026-07-22T04:23:06.719Z Compiling num v0.4.3
24542026-07-22T04:23:06.793Z Compiling multer v3.1.0
24552026-07-22T04:23:06.816Z Compiling slog-async v2.8.0
24562026-07-22T04:23:06.840Z Compiling crossbeam-channel v0.5.15
24572026-07-22T04:23:06.863Z Compiling slog-json v2.6.1
24582026-07-22T04:23:06.867Z Compiling serde_spanned v1.1.1
24592026-07-22T04:23:06.887Z Compiling toml_datetime v1.1.1+spec-1.1.0
24602026-07-22T04:23:06.894Z Compiling float-ord v0.3.2
24612026-07-22T04:23:06.894Z Compiling linked-hash-map v0.5.6
24622026-07-22T04:23:06.968Z Compiling term v1.2.1
24632026-07-22T04:23:07.049Z Compiling toml_writer v1.1.1+spec-1.1.0
24642026-07-22T04:23:07.072Z Compiling take_mut v0.2.2
24652026-07-22T04:23:07.100Z Compiling slog-bunyan v2.5.0
24662026-07-22T04:23:07.171Z Compiling lru-cache v0.1.2
24672026-07-22T04:23:07.213Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24682026-07-22T04:23:07.251Z Compiling toml v1.1.2+spec-1.1.0
24692026-07-22T04:23:07.272Z Compiling slog-term v2.9.2
24702026-07-22T04:23:07.319Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24712026-07-22T04:23:07.323Z Compiling async-compression v0.4.41
24722026-07-22T04:23:07.323Z Compiling oxide-update-engine-types v0.1.2
24732026-07-22T04:23:07.491Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24742026-07-22T04:23:07.510Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24752026-07-22T04:23:07.666Z Compiling typify-impl v0.6.2
24762026-07-22T04:23:07.686Z Compiling dropshot v0.17.1
24772026-07-22T04:23:07.712Z Compiling async-stream v0.3.6
24782026-07-22T04:23:07.750Z Compiling sha1 v0.11.0
24792026-07-22T04:23:07.782Z Compiling progenitor-client v0.14.0
24802026-07-22T04:23:07.824Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24812026-07-22T04:23:07.874Z Compiling waitgroup v0.1.2
24822026-07-22T04:23:07.903Z Compiling rustls-pemfile v2.2.0
24832026-07-22T04:23:08.039Z Compiling backon v1.6.0
24842026-07-22T04:23:08.042Z Compiling hostname v0.4.2
24852026-07-22T04:23:08.042Z Compiling serde_path_to_error v0.1.20
24862026-07-22T04:23:08.128Z Compiling instant v0.1.13
24872026-07-22T04:23:08.150Z Compiling linear-map v1.2.0
24882026-07-22T04:23:08.153Z Compiling minimal-lexical v0.2.1
24892026-07-22T04:23:08.243Z Compiling debug-ignore v1.0.5
24902026-07-22T04:23:08.267Z Compiling backoff v0.4.0
24912026-07-22T04:23:08.270Z Compiling progenitor-extras v0.2.0
24922026-07-22T04:23:08.402Z Compiling nom v7.1.3
24932026-07-22T04:23:08.431Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24942026-07-22T04:23:08.453Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24952026-07-22T04:23:08.457Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24962026-07-22T04:23:08.457Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24972026-07-22T04:23:08.516Z Compiling parse-display v0.10.0
24982026-07-22T04:23:08.544Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24992026-07-22T04:23:08.732Z Compiling oxide-update-engine v0.1.2
25002026-07-22T04:23:08.820Z Compiling hickory-proto v0.24.4
25012026-07-22T04:23:09.180Z Compiling regress v0.10.5
25022026-07-22T04:23:09.565Z Compiling macaddr v1.0.1
25032026-07-22T04:23:09.769Z Compiling unicode-xid v0.2.6
25042026-07-22T04:23:09.812Z Compiling humantime v2.3.0
25052026-07-22T04:23:09.940Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25062026-07-22T04:23:10.069Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25072026-07-22T04:23:10.088Z Compiling convert_case v0.10.0
25082026-07-22T04:23:10.133Z Compiling owo-colors v4.3.0
25092026-07-22T04:23:10.263Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25102026-07-22T04:23:10.408Z Compiling derive_more-impl v2.1.1
25112026-07-22T04:23:10.496Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25122026-07-22T04:23:10.542Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25132026-07-22T04:23:10.618Z Compiling toml v0.8.23
25142026-07-22T04:23:11.162Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25152026-07-22T04:23:11.187Z Compiling typify-macro v0.6.2
25162026-07-22T04:23:11.234Z Compiling papergrid v0.11.0
25172026-07-22T04:23:11.270Z Compiling derive_more v2.1.1
25182026-07-22T04:23:11.296Z Compiling tabled_derive v0.7.0
25192026-07-22T04:23:11.328Z Compiling termtree v0.5.1
25202026-07-22T04:23:11.382Z Compiling hickory-resolver v0.24.4
25212026-07-22T04:23:11.526Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25222026-07-22T04:23:11.766Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25232026-07-22T04:23:12.241Z Compiling tabled v0.15.0
25242026-07-22T04:23:12.584Z Compiling qorb v0.4.1
25252026-07-22T04:23:12.767Z Compiling typify v0.6.2
25262026-07-22T04:23:13.057Z Compiling progenitor-impl v0.14.0
25272026-07-22T04:23:13.324Z Compiling crossterm v0.29.0
25282026-07-22T04:23:13.645Z Compiling phf_shared v0.12.1
25292026-07-22T04:23:13.899Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25302026-07-22T04:23:14.460Z Compiling csv-core v0.1.13
25312026-07-22T04:23:14.898Z Compiling vte v0.14.1
25322026-07-22T04:23:15.158Z Compiling highway v1.3.0
25332026-07-22T04:23:15.262Z Compiling progenitor-macro v0.14.0
25342026-07-22T04:23:16.288Z Compiling chrono-tz v0.10.4
25352026-07-22T04:23:16.456Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25362026-07-22T04:23:16.487Z Compiling strip-ansi-escapes v0.2.1
25372026-07-22T04:23:16.513Z Compiling csv v1.4.0
25382026-07-22T04:23:16.577Z Compiling phf v0.12.1
25392026-07-22T04:23:16.682Z Compiling const_format_proc_macros v0.2.34
25402026-07-22T04:23:16.772Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25412026-07-22T04:23:17.031Z Compiling fd-lock v4.0.4
25422026-07-22T04:23:17.042Z Compiling peg-macros v0.8.5
25432026-07-22T04:23:17.192Z Compiling nu-ansi-term v0.50.3
25442026-07-22T04:23:17.284Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25452026-07-22T04:23:17.463Z Compiling const_format v0.2.35
25462026-07-22T04:23:17.497Z Compiling reedline v0.40.0
25472026-07-22T04:23:18.071Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25482026-07-22T04:23:18.341Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25492026-07-22T04:23:18.545Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25502026-07-22T04:23:19.273Z Compiling peg v0.8.5
25512026-07-22T04:23:19.320Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25522026-07-22T04:23:19.387Z Compiling progenitor v0.14.0
25532026-07-22T04:23:19.410Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25542026-07-22T04:23:19.515Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25552026-07-22T04:23:19.557Z Compiling bcs v0.1.6
25562026-07-22T04:23:19.994Z Compiling nom v8.0.0
25572026-07-22T04:23:20.204Z Compiling semver v0.1.20
25582026-07-22T04:23:20.506Z Compiling rustc_version v0.1.7
25592026-07-22T04:23:20.740Z Compiling newtype_derive v0.1.6
25602026-07-22T04:23:20.990Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25612026-07-22T04:23:21.240Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25622026-07-22T04:23:21.270Z Compiling smawk v0.3.2
25632026-07-22T04:23:21.405Z Compiling unicode-linebreak v0.1.5
25642026-07-22T04:23:21.466Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25652026-07-22T04:23:21.715Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25662026-07-22T04:23:21.879Z Compiling textwrap v0.16.2
25672026-07-22T04:23:22.018Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25682026-07-22T04:23:22.088Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25692026-07-22T04:23:22.298Z Compiling steno v0.4.1
25702026-07-22T04:23:23.535Z Compiling base64 v0.21.7
25712026-07-22T04:23:23.535Z Compiling dropshot-api-manager-types v0.7.2
25722026-07-22T04:23:23.561Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25732026-07-22T04:23:23.561Z Compiling sha1 v0.10.6
25742026-07-22T04:23:23.561Z Compiling utf-8 v0.7.6
25752026-07-22T04:23:23.561Z Compiling tagptr v0.2.0
25762026-07-22T04:23:23.561Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25772026-07-22T04:23:23.561Z Compiling moka v0.12.13
25782026-07-22T04:23:23.561Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25792026-07-22T04:23:23.704Z Compiling tungstenite v0.21.0
25802026-07-22T04:23:23.730Z Compiling display-error-chain v0.2.2
25812026-07-22T04:23:24.118Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25822026-07-22T04:23:24.247Z Compiling radium v0.7.0
25832026-07-22T04:23:24.379Z Compiling tokio-tungstenite v0.21.0
25842026-07-22T04:23:24.591Z Compiling maybe-uninit v2.0.0
25852026-07-22T04:23:24.790Z Compiling hickory-resolver v0.25.2
25862026-07-22T04:23:24.816Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25872026-07-22T04:23:24.918Z Compiling tap v1.0.1
25882026-07-22T04:23:25.098Z Compiling wyz v0.5.1
25892026-07-22T04:23:25.384Z Compiling vergen-lib v0.1.6
25902026-07-22T04:23:25.665Z Compiling zerocopy-derive v0.6.6
25912026-07-22T04:23:25.673Z Compiling packed_struct v0.10.1
25922026-07-22T04:23:25.863Z Compiling diesel_derives v2.3.7
25932026-07-22T04:23:25.975Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25942026-07-22T04:23:26.116Z Compiling crc-catalog v2.4.0
25952026-07-22T04:23:26.259Z Compiling funty v2.0.0
25962026-07-22T04:23:26.659Z Compiling zerocopy v0.6.6
25972026-07-22T04:23:26.962Z Compiling bitvec v1.0.1
25982026-07-22T04:23:27.054Z Compiling crc v3.4.0
25992026-07-22T04:23:27.215Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26002026-07-22T04:23:27.524Z Compiling dsl_auto_type v0.2.0
26012026-07-22T04:23:27.647Z Compiling scheduled-thread-pool v0.2.7
26022026-07-22T04:23:27.910Z Compiling packed_struct_codegen v0.10.1
26032026-07-22T04:23:28.084Z Compiling vergen-gitcl v1.0.8
26042026-07-22T04:23:28.250Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26052026-07-22T04:23:28.358Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26062026-07-22T04:23:28.403Z Compiling bitfield-macros v0.19.4
26072026-07-22T04:23:28.701Z Compiling diesel_table_macro_syntax v0.3.0
26082026-07-22T04:23:28.738Z Compiling dirs-sys-next v0.1.2
26092026-07-22T04:23:28.871Z Compiling proc-macro-error-attr2 v2.0.0
26102026-07-22T04:23:28.949Z Compiling indexmap v1.9.3
26112026-07-22T04:23:29.002Z Compiling nodrop v0.1.14
26122026-07-22T04:23:29.135Z Compiling glob v0.3.3
26132026-07-22T04:23:29.156Z Compiling maplit v1.0.2
26142026-07-22T04:23:29.201Z Compiling crunchy v0.2.4
26152026-07-22T04:23:29.308Z Compiling bitfield v0.19.4
26162026-07-22T04:23:29.330Z Compiling proc-macro-error2 v2.0.1
26172026-07-22T04:23:29.527Z Compiling clang-sys v1.8.1
26182026-07-22T04:23:29.565Z Compiling array-init v0.0.4
26192026-07-22T04:23:29.646Z Compiling dirs-next v2.0.0
26202026-07-22T04:23:29.895Z Compiling r2d2 v0.8.10
26212026-07-22T04:23:29.951Z Compiling smallvec v0.6.14
26222026-07-22T04:23:31.155Z Compiling num-derive v0.3.3
26232026-07-22T04:23:31.211Z Compiling tiny-keccak v2.0.2
26242026-07-22T04:23:31.211Z Compiling hashbrown v0.12.3
26252026-07-22T04:23:31.211Z Compiling downcast-rs v2.0.2
26262026-07-22T04:23:31.211Z Compiling serde-hex v0.1.0
26272026-07-22T04:23:31.211Z Compiling term v0.7.0
26282026-07-22T04:23:31.211Z Compiling tabled_derive v0.11.0
26292026-07-22T04:23:31.211Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26302026-07-22T04:23:31.228Z Compiling libscf-sys v1.1.0
26312026-07-22T04:23:31.256Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26322026-07-22T04:23:31.272Z Compiling ron v0.8.1
26332026-07-22T04:23:31.338Z Compiling papergrid v0.17.0
26342026-07-22T04:23:31.435Z Compiling testing_table v0.3.0
26352026-07-22T04:23:31.478Z Compiling hashbrown v0.13.2
26362026-07-22T04:23:31.499Z Compiling bit-vec v0.6.3
26372026-07-22T04:23:31.740Z Compiling crc-any v2.5.0
26382026-07-22T04:23:31.886Z Compiling bit-set v0.5.3
26392026-07-22T04:23:32.081Z Compiling object v0.30.4
26402026-07-22T04:23:32.102Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26412026-07-22T04:23:32.125Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26422026-07-22T04:23:32.169Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26432026-07-22T04:23:32.692Z Compiling tabled v0.20.0
26442026-07-22T04:23:32.760Z Compiling ascii-canvas v3.0.0
26452026-07-22T04:23:33.024Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26462026-07-22T04:23:33.132Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26472026-07-22T04:23:33.584Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26482026-07-22T04:23:33.665Z Compiling progenitor-impl v0.13.0
26492026-07-22T04:23:33.898Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26502026-07-22T04:23:33.929Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26512026-07-22T04:23:34.151Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26522026-07-22T04:23:34.186Z Compiling itertools v0.10.5
26532026-07-22T04:23:34.330Z Compiling ena v0.14.4
26542026-07-22T04:23:34.455Z Compiling libloading v0.8.9
26552026-07-22T04:23:34.595Z Compiling diesel v2.3.7
26562026-07-22T04:23:34.609Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26572026-07-22T04:23:34.704Z Compiling diff v0.1.13
26582026-07-22T04:23:34.903Z Compiling regex-syntax v0.6.29
26592026-07-22T04:23:34.968Z Compiling unicase v2.9.0
26602026-07-22T04:23:35.280Z Compiling xshell-macros v0.2.7
26612026-07-22T04:23:35.323Z Compiling path-slash v0.1.5
26622026-07-22T04:23:35.435Z Compiling bindgen v0.71.1
26632026-07-22T04:23:35.520Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26642026-07-22T04:23:35.707Z Compiling xshell v0.2.7
26652026-07-22T04:23:35.831Z Compiling progenitor-macro v0.13.0
26662026-07-22T04:23:36.842Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26672026-07-22T04:23:36.957Z Compiling lalrpop v0.19.12
26682026-07-22T04:23:37.048Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26692026-07-22T04:23:37.798Z Compiling cexpr v0.6.0
26702026-07-22T04:23:38.461Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26712026-07-22T04:23:40.566Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26722026-07-22T04:23:40.647Z Compiling progenitor-client v0.13.0
26732026-07-22T04:23:40.647Z Compiling rustc-hash v2.1.1
26742026-07-22T04:23:40.647Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26752026-07-22T04:23:40.647Z Compiling progenitor v0.13.0
26762026-07-22T04:23:40.647Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26772026-07-22T04:23:40.647Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26782026-07-22T04:23:40.704Z Compiling headers-core v0.3.0
26792026-07-22T04:23:40.804Z Compiling libxml v0.3.3
26802026-07-22T04:23:41.031Z Compiling crc8 v0.1.1
26812026-07-22T04:23:41.121Z Compiling headers v0.4.1
26822026-07-22T04:23:41.171Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26832026-07-22T04:23:41.255Z Compiling strum_macros v0.24.3
26842026-07-22T04:23:41.423Z Compiling indoc v1.0.9
26852026-07-22T04:23:41.891Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26862026-07-22T04:23:42.008Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26872026-07-22T04:23:42.271Z Compiling derive_builder v0.20.2
26882026-07-22T04:23:42.446Z Compiling quick-xml v0.37.5
26892026-07-22T04:23:42.587Z Compiling oso-derive v0.27.3
26902026-07-22T04:23:42.601Z Compiling impl-trait-for-tuples v0.2.3
26912026-07-22T04:23:42.731Z Compiling openssl-probe v0.1.6
26922026-07-22T04:23:42.831Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26932026-07-22T04:23:43.030Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26942026-07-22T04:23:43.257Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26952026-07-22T04:23:43.575Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26962026-07-22T04:23:43.589Z Compiling bb8 v0.8.6
26972026-07-22T04:23:43.589Z Compiling trait-variant v0.1.2
26982026-07-22T04:23:43.777Z Compiling half v1.8.3
26992026-07-22T04:23:43.948Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27002026-07-22T04:23:44.014Z Compiling samael v0.0.19
27012026-07-22T04:23:44.133Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27022026-07-22T04:23:44.239Z Compiling serde_cbor v0.11.2
27032026-07-22T04:23:44.596Z Compiling polar-core v0.27.3
27042026-07-22T04:23:44.625Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27052026-07-22T04:23:45.174Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27062026-07-22T04:23:45.249Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27072026-07-22T04:23:45.285Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27082026-07-22T04:23:45.314Z Compiling nonempty v0.12.0
27092026-07-22T04:23:45.411Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27102026-07-22T04:23:45.583Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27112026-07-22T04:23:45.624Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27122026-07-22T04:23:45.877Z Compiling fxhash v0.2.1
27132026-07-22T04:23:45.895Z Compiling libz-sys v1.1.24
27142026-07-22T04:23:46.043Z Compiling salty v0.3.0
27152026-07-22T04:23:46.427Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27162026-07-22T04:23:46.718Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27172026-07-22T04:23:47.056Z Compiling kstat-rs v0.2.4
27182026-07-22T04:23:47.537Z Compiling arc-swap v1.8.2
27192026-07-22T04:23:47.556Z Compiling fs-err v2.11.0
27202026-07-22T04:23:47.937Z Compiling slog-scope v4.4.1
27212026-07-22T04:23:47.968Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27222026-07-22T04:23:48.050Z Compiling mime_guess v2.0.5
27232026-07-22T04:23:48.085Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27242026-07-22T04:23:48.589Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27252026-07-22T04:23:48.736Z Compiling rfc6979 v0.4.0
27262026-07-22T04:23:48.921Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27272026-07-22T04:23:49.160Z Compiling nanorand v0.7.0
27282026-07-22T04:23:49.469Z Compiling libgit2-sys v0.18.3+1.9.2
27292026-07-22T04:23:49.535Z Compiling parking_lot_core v0.8.6
27302026-07-22T04:23:49.817Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27312026-07-22T04:23:49.874Z Compiling flume v0.11.1
27322026-07-22T04:23:50.215Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27332026-07-22T04:23:50.357Z Compiling ecdsa v0.16.9
27342026-07-22T04:23:51.374Z Compiling slog-stdlog v4.1.1
27352026-07-22T04:23:51.660Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27362026-07-22T04:23:51.694Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27372026-07-22T04:23:51.765Z Compiling primeorder v0.13.6
27382026-07-22T04:23:52.094Z Compiling diesel-dtrace v0.5.0
27392026-07-22T04:23:52.469Z Compiling async-bb8-diesel v0.2.1
27402026-07-22T04:23:52.599Z Compiling git-stub v1.0.0
27412026-07-22T04:23:52.758Z Compiling atty v0.2.14
27422026-07-22T04:23:52.866Z Compiling parse-size v1.1.0
27432026-07-22T04:23:52.910Z Compiling instability v0.3.11
27442026-07-22T04:23:52.950Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27452026-07-22T04:23:53.109Z Compiling strsim v0.10.0
27462026-07-22T04:23:53.153Z Compiling http-range v0.1.5
27472026-07-22T04:23:53.323Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27482026-07-22T04:23:53.488Z Compiling darling_core v0.13.4
27492026-07-22T04:23:53.540Z Compiling git-stub-vcs v0.1.0
27502026-07-22T04:23:53.930Z Compiling oso v0.27.3
27512026-07-22T04:23:55.324Z Compiling p384 v0.13.1
27522026-07-22T04:23:55.479Z Compiling slog-envlogger v2.2.0
27532026-07-22T04:23:57.348Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27542026-07-22T04:23:57.669Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27552026-07-22T04:23:57.787Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27562026-07-22T04:23:58.021Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27572026-07-22T04:23:59.182Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27582026-07-22T04:24:01.225Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27592026-07-22T04:24:01.241Z Compiling ignore v0.4.25
27602026-07-22T04:24:01.241Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27612026-07-22T04:24:01.241Z Compiling vergen-git2 v9.1.0
27622026-07-22T04:24:01.241Z Compiling castaway v0.2.4
27632026-07-22T04:24:01.241Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27642026-07-22T04:24:01.278Z Compiling indoc v2.0.7
27652026-07-22T04:24:01.804Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27662026-07-22T04:24:01.977Z Compiling globwalk v0.9.1
27672026-07-22T04:24:02.483Z Compiling compact_str v0.8.1
27682026-07-22T04:24:02.668Z Compiling parking_lot v0.11.2
27692026-07-22T04:24:02.700Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27702026-07-22T04:24:03.005Z Compiling hyper-staticfile v0.10.1
27712026-07-22T04:24:03.392Z Compiling darling_macro v0.13.4
27722026-07-22T04:24:03.600Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27732026-07-22T04:24:03.641Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27742026-07-22T04:24:04.091Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27752026-07-22T04:24:04.189Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27762026-07-22T04:24:04.216Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27772026-07-22T04:24:04.257Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27782026-07-22T04:24:04.305Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
27792026-07-22T04:24:04.976Z Compiling predicates-tree v1.0.13
27802026-07-22T04:24:05.406Z Compiling unicode-truncate v1.1.0
27812026-07-22T04:24:05.472Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27822026-07-22T04:24:05.478Z Compiling lru v0.12.5
27832026-07-22T04:24:05.630Z Compiling rand_seeder v0.4.0
27842026-07-22T04:24:05.702Z Compiling prefix-trie v0.7.0
27852026-07-22T04:24:05.743Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27862026-07-22T04:24:05.899Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27872026-07-22T04:24:06.095Z Compiling illumos-nvpair-sys v0.2.0
27882026-07-22T04:24:06.155Z Compiling corncobs v0.1.4
27892026-07-22T04:24:06.181Z Compiling cassowary v0.3.0
27902026-07-22T04:24:06.204Z Compiling hickory-server v0.25.2
27912026-07-22T04:24:06.249Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27922026-07-22T04:24:06.302Z Compiling camino-tempfile-ext v0.3.3
27932026-07-22T04:24:06.374Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27942026-07-22T04:24:06.421Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
27952026-07-22T04:24:06.459Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27962026-07-22T04:24:06.705Z Compiling ratatui v0.29.0
27972026-07-22T04:24:06.966Z Compiling darling v0.13.4
27982026-07-22T04:24:07.068Z Compiling sled v0.34.7
27992026-07-22T04:24:07.096Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28002026-07-22T04:24:07.437Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28012026-07-22T04:24:07.766Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28022026-07-22T04:24:08.542Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28032026-07-22T04:24:10.669Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28042026-07-22T04:24:10.696Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28052026-07-22T04:24:10.696Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28062026-07-22T04:24:10.697Z Compiling secrecy v0.8.0
28072026-07-22T04:24:10.697Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28082026-07-22T04:24:10.697Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28092026-07-22T04:24:11.300Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28102026-07-22T04:24:11.656Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28112026-07-22T04:24:12.230Z Compiling serde_with_macros v1.5.2
28122026-07-22T04:24:12.644Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28132026-07-22T04:24:13.344Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28142026-07-22T04:24:13.812Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28152026-07-22T04:24:13.841Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28162026-07-22T04:24:14.096Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28172026-07-22T04:24:14.330Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28182026-07-22T04:24:14.572Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28192026-07-22T04:24:14.835Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28202026-07-22T04:24:15.042Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28212026-07-22T04:24:15.097Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28222026-07-22T04:24:15.127Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28232026-07-22T04:24:15.321Z Compiling void v1.0.2
28242026-07-22T04:24:15.514Z Compiling lzss v0.8.2
28252026-07-22T04:24:15.549Z Compiling git2 v0.20.4
28262026-07-22T04:24:15.769Z Compiling illumos-nvpair v0.3.0
28272026-07-22T04:24:15.811Z Compiling serde_with v1.14.0
28282026-07-22T04:24:16.270Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28292026-07-22T04:24:16.866Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28302026-07-22T04:24:16.997Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28312026-07-22T04:24:17.345Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28322026-07-22T04:24:18.628Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28332026-07-22T04:24:18.791Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28342026-07-22T04:24:19.611Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
28352026-07-22T04:24:19.764Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28362026-07-22T04:24:21.177Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28372026-07-22T04:24:21.215Z Compiling tungstenite v0.23.0
28382026-07-22T04:24:21.215Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28392026-07-22T04:24:21.520Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28402026-07-22T04:24:21.664Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28412026-07-22T04:24:21.924Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28422026-07-22T04:24:22.221Z Compiling nix v0.27.1
28432026-07-22T04:24:22.893Z Compiling twox-hash v2.1.2
28442026-07-22T04:24:23.131Z Compiling libsw-core v0.3.2
28452026-07-22T04:24:23.356Z Compiling serde_bytes v0.11.19
28462026-07-22T04:24:23.378Z Compiling libsw v3.5.0
28472026-07-22T04:24:23.459Z Compiling tokio-tungstenite v0.23.1
28482026-07-22T04:24:23.490Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28492026-07-22T04:24:23.556Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28502026-07-22T04:24:23.610Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28512026-07-22T04:24:23.643Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28522026-07-22T04:24:23.668Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28532026-07-22T04:24:23.849Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28542026-07-22T04:24:25.260Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28552026-07-22T04:24:25.920Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28562026-07-22T04:24:27.771Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28572026-07-22T04:24:28.197Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28582026-07-22T04:24:28.232Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28592026-07-22T04:24:28.286Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28602026-07-22T04:24:28.413Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28612026-07-22T04:24:28.802Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
28622026-07-22T04:24:28.976Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28632026-07-22T04:24:29.248Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28642026-07-22T04:24:29.541Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28652026-07-22T04:24:31.624Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28662026-07-22T04:24:31.660Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28672026-07-22T04:24:32.514Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28682026-07-22T04:24:33.285Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28692026-07-22T04:24:33.746Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28702026-07-22T04:24:34.588Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28712026-07-22T04:24:35.297Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28722026-07-22T04:24:35.360Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28732026-07-22T04:24:35.594Z Compiling signal-hook-tokio v0.3.1
28742026-07-22T04:24:35.777Z Compiling fatfs v0.3.6
28752026-07-22T04:24:35.802Z Compiling yasna v0.5.2
28762026-07-22T04:24:35.825Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28772026-07-22T04:24:36.294Z Compiling assert_matches v1.5.0
28782026-07-22T04:24:36.410Z Compiling is_ci v1.2.0
28792026-07-22T04:24:36.634Z Compiling seq-macro v0.3.6
28802026-07-22T04:24:36.673Z Compiling supports-color v3.0.2
28812026-07-22T04:24:36.957Z Compiling rcgen v0.12.1
28822026-07-22T04:24:37.090Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28832026-07-22T04:24:37.410Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28842026-07-22T04:24:38.659Z Compiling oxide-update-engine-display v0.1.2
28852026-07-22T04:24:39.272Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28862026-07-22T04:24:39.642Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28872026-07-22T04:24:39.733Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28882026-07-22T04:24:39.895Z Compiling port-file v0.1.0
28892026-07-22T04:24:39.992Z Compiling subprocess v0.2.15
28902026-07-22T04:24:40.239Z Compiling rtoolbox v0.0.3
28912026-07-22T04:24:40.521Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28922026-07-22T04:24:41.576Z Compiling rpassword v7.5.4
28932026-07-22T04:24:41.914Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28942026-07-22T04:24:42.237Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28952026-07-22T04:24:42.379Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28962026-07-22T04:24:43.072Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28972026-07-22T04:24:43.330Z Compiling tui-tree-widget v0.23.1
28982026-07-22T04:24:43.669Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28992026-07-22T04:24:44.906Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29002026-07-22T04:24:45.926Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29012026-07-22T04:24:46.210Z Compiling uzers v0.12.2
29022026-07-22T04:24:46.384Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29032026-07-22T04:24:47.454Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29042026-07-22T04:24:47.658Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29052026-07-22T04:24:49.110Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29062026-07-22T04:24:49.776Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29072026-07-22T04:24:51.946Z Compiling support-bundle-viewer v0.1.2
29082026-07-22T04:24:52.310Z Compiling multimap v0.10.1
29092026-07-22T04:25:06.770Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29102026-07-22T04:25:11.144Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29112026-07-22T04:25:14.355Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29122026-07-22T04:25:15.076Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29132026-07-22T04:25:15.584Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29142026-07-22T04:33:03.528Z Finished `release` profile [optimized] target(s) in 9m 59s
29152026-07-22T04:33:49.737Z
29162026-07-22T04:33:49.741Zreal 10:46.292604228
29172026-07-22T04:33:49.741Zuser 1:20:52.264055839
29182026-07-22T04:33:49.741Zsys 3:33.587755762
29192026-07-22T04:33:49.741Ztrap 1.766941710
29202026-07-22T04:33:49.741Ztflt 2.638611529
29212026-07-22T04:33:49.741Zdflt 18.194139434
29222026-07-22T04:33:49.741Zkflt 0.005399769
29232026-07-22T04:33:49.741Zlock 7:44:06.719983435
29242026-07-22T04:33:49.741Zslp 2:17:45.085922770
29252026-07-22T04:33:49.741Zlat 2:17.239838694
29262026-07-22T04:33:49.741Zstop 5:14.975082289
29272026-07-22T04:33:49.741Z+ mapfile -t packages
29282026-07-22T04:33:49.742Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29292026-07-22T04:33:50.661Z Finished `release` profile [optimized] target(s) in 0.91s
29302026-07-22T04:33:50.729Z Running `target/release/omicron-package -t test list-outputs`
29312026-07-22T04:33:50.789ZLogging to: /work/oxidecomputer/omicron/out/LOG
29322026-07-22T04:33:50.793Z+ ptime -m cargo build --locked --release -p xtask
29332026-07-22T04:33:51.278Z Compiling libc v0.2.185
29342026-07-22T04:33:51.278Z Compiling serde_core v1.0.228
29352026-07-22T04:33:51.278Z Compiling serde v1.0.228
29362026-07-22T04:33:51.284Z Compiling rustix v1.1.3
29372026-07-22T04:33:51.284Z Compiling serde_json v1.0.150
29382026-07-22T04:33:51.396Z Compiling bitflags v2.11.0
29392026-07-22T04:33:51.428Z Compiling usdt-impl v0.5.0
29402026-07-22T04:33:51.431Z Compiling syn v2.0.117
29412026-07-22T04:33:51.453Z Compiling syn v1.0.109
29422026-07-22T04:33:51.463Z Compiling getrandom v0.4.1
29432026-07-22T04:33:51.471Z Compiling log v0.4.29
29442026-07-22T04:33:51.481Z Compiling indexmap v2.14.0
29452026-07-22T04:33:51.497Z Compiling fs-err v3.3.0
29462026-07-22T04:33:51.678Z Compiling heck v0.4.1
29472026-07-22T04:33:51.734Z Compiling anyhow v1.0.102
29482026-07-22T04:33:51.794Z Compiling once_cell v1.21.3
29492026-07-22T04:33:52.129Z Compiling errno v0.3.14
29502026-07-22T04:33:52.134Z Compiling thread-id v4.2.2
29512026-07-22T04:33:52.134Z Compiling memmap v0.7.0
29522026-07-22T04:33:52.904Z Compiling proc-macro-error v1.0.4
29532026-07-22T04:33:53.099Z Compiling terminal_size v0.4.3
29542026-07-22T04:33:53.099Z Compiling tempfile v3.25.0
29552026-07-22T04:33:53.149Z Compiling tabled_derive v0.7.0
29562026-07-22T04:33:53.194Z Compiling clap_builder v4.6.0
29572026-07-22T04:33:53.195Z Compiling textwrap v0.16.2
29582026-07-22T04:33:53.604Z Compiling pest_generator v2.8.6
29592026-07-22T04:33:53.614Z Compiling camino v1.2.2
29602026-07-22T04:33:53.620Z Compiling semver v1.0.28
29612026-07-22T04:33:53.620Z Compiling cargo-platform v0.3.2
29622026-07-22T04:33:53.853Z Compiling tabled v0.15.0
29632026-07-22T04:33:53.927Z Compiling camino-tempfile v1.4.1
29642026-07-22T04:33:54.113Z Compiling serde_derive v1.0.228
29652026-07-22T04:33:54.113Z Compiling thiserror-impl v1.0.69
29662026-07-22T04:33:54.116Z Compiling zerocopy-derive v0.7.35
29672026-07-22T04:33:54.116Z Compiling scroll_derive v0.12.1
29682026-07-22T04:33:54.116Z Compiling thiserror-impl v2.0.18
29692026-07-22T04:33:54.116Z Compiling clap_derive v4.6.1
29702026-07-22T04:33:54.178Z Compiling pest_derive v2.8.6
29712026-07-22T04:33:54.819Z Compiling scroll v0.12.0
29722026-07-22T04:33:54.937Z Compiling zerocopy v0.7.35
29732026-07-22T04:33:55.105Z Compiling goblin v0.8.2
29742026-07-22T04:33:55.245Z Compiling thiserror v1.0.69
29752026-07-22T04:33:55.362Z Compiling dtrace-parser v0.2.0
29762026-07-22T04:33:55.514Z Compiling thiserror v2.0.18
29772026-07-22T04:33:55.689Z Compiling clap v4.6.1
29782026-07-22T04:33:57.360Z Compiling dof v0.3.0
29792026-07-22T04:33:57.395Z Compiling toml_datetime v0.6.11
29802026-07-22T04:33:57.474Z Compiling serde_spanned v0.6.9
29812026-07-22T04:33:57.504Z Compiling serde_tokenstream v0.2.3
29822026-07-22T04:33:57.580Z Compiling macaddr v1.0.1
29832026-07-22T04:33:57.591Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29842026-07-22T04:33:57.598Z Compiling cargo_metadata v0.23.1
29852026-07-22T04:33:57.642Z Compiling toml_edit v0.22.27
29862026-07-22T04:33:58.078Z Compiling usdt-macro v0.5.0
29872026-07-22T04:33:58.078Z Compiling usdt-attr-macro v0.5.0
29882026-07-22T04:33:58.761Z Compiling usdt v0.5.0
29892026-07-22T04:33:59.156Z Compiling toml v0.8.23
29902026-07-22T04:33:59.591Z Compiling cargo_toml v0.21.0
29912026-07-22T04:34:04.048Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29922026-07-22T04:34:07.291Z Finished `release` profile [optimized] target(s) in 16.47s
29932026-07-22T04:34:07.423Z
29942026-07-22T04:34:07.437Zreal 16.594385436
29952026-07-22T04:34:07.437Zuser 2:06.158414182
29962026-07-22T04:34:07.437Zsys 13.922619192
29972026-07-22T04:34:07.437Ztrap 0.079364206
29982026-07-22T04:34:07.437Ztflt 0.498362804
29992026-07-22T04:34:07.437Zdflt 1.524805449
30002026-07-22T04:34:07.437Zkflt 0.000158443
30012026-07-22T04:34:07.437Zlock 4:35.491748293
30022026-07-22T04:34:07.437Zslp 2:47.672152617
30032026-07-22T04:34:07.440Zlat 4.109065992
30042026-07-22T04:34:07.440Zstop 14.592539610
30052026-07-22T04:34:07.440Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30062026-07-22T04:34:07.440Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30072026-07-22T04:34:07.440Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30082026-07-22T04:34:07.440Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30092026-07-22T04:34:07.440Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30102026-07-22T04:34:08.362Z Compiling progenitor-client v0.14.0
30112026-07-22T04:34:08.362Z Compiling newtype-uuid-macros v0.1.0
30122026-07-22T04:34:08.363Z Compiling match_cfg v0.1.0
30132026-07-22T04:34:08.364Z Compiling slog-json v2.6.1
30142026-07-22T04:34:08.375Z Compiling structmeta-derive v0.3.0
30152026-07-22T04:34:08.375Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30162026-07-22T04:34:08.503Z Compiling sha1 v0.11.0
30172026-07-22T04:34:08.507Z Compiling multer v3.1.0
30182026-07-22T04:34:08.507Z Compiling compression-core v0.4.31
30192026-07-22T04:34:08.516Z Compiling debug-ignore v1.0.5
30202026-07-22T04:34:08.520Z Compiling itertools v0.14.0
30212026-07-22T04:34:08.520Z Compiling async-stream-impl v0.3.6
30222026-07-22T04:34:08.520Z Compiling serde_spanned v1.1.1
30232026-07-22T04:34:08.530Z Compiling toml_datetime v1.1.1+spec-1.1.0
30242026-07-22T04:34:08.533Z Compiling dropshot v0.17.1
30252026-07-22T04:34:08.533Z Compiling toml_writer v1.1.1+spec-1.1.0
30262026-07-22T04:34:08.756Z Compiling waitgroup v0.1.2
30272026-07-22T04:34:08.795Z Compiling rustls-pemfile v2.2.0
30282026-07-22T04:34:08.813Z Compiling dropshot_endpoint v0.17.1
30292026-07-22T04:34:08.816Z Compiling serde_path_to_error v0.1.20
30302026-07-22T04:34:08.816Z Compiling hostname v0.4.2
30312026-07-22T04:34:08.864Z Compiling hostname v0.3.1
30322026-07-22T04:34:08.882Z Compiling compression-codecs v0.4.37
30332026-07-22T04:34:08.939Z Compiling toml v1.1.2+spec-1.1.0
30342026-07-22T04:34:08.942Z Compiling atomicwrites v0.4.4
30352026-07-22T04:34:08.994Z Compiling slog-bunyan v2.5.0
30362026-07-22T04:34:09.001Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30372026-07-22T04:34:09.025Z Compiling macaddr v1.0.1
30382026-07-22T04:34:09.038Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30392026-07-22T04:34:09.058Z Compiling async-compression v0.4.41
30402026-07-22T04:34:09.146Z Compiling instant v0.1.13
30412026-07-22T04:34:09.165Z Compiling regress v0.10.5
30422026-07-22T04:34:09.184Z Compiling backon v1.6.0
30432026-07-22T04:34:09.188Z Compiling humantime v2.3.0
30442026-07-22T04:34:09.218Z Compiling async-stream v0.3.6
30452026-07-22T04:34:09.237Z Compiling backoff v0.4.0
30462026-07-22T04:34:09.259Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30472026-07-22T04:34:09.276Z Compiling half v2.7.1
30482026-07-22T04:34:09.293Z Compiling ciborium-io v0.2.2
30492026-07-22T04:34:09.403Z Compiling progenitor-extras v0.2.0
30502026-07-22T04:34:09.420Z Compiling crucible-workspace-hack v0.1.0
30512026-07-22T04:34:09.423Z Compiling regress v0.11.1
30522026-07-22T04:34:09.423Z Compiling convert_case v0.4.0
30532026-07-22T04:34:09.474Z Compiling secrecy v0.10.3
30542026-07-22T04:34:09.491Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30552026-07-22T04:34:09.495Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30562026-07-22T04:34:09.527Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30572026-07-22T04:34:09.574Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30582026-07-22T04:34:09.607Z Compiling ciborium-ll v0.2.2
30592026-07-22T04:34:09.645Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30602026-07-22T04:34:09.678Z Compiling inout v0.1.4
30612026-07-22T04:34:09.681Z Compiling unsafe-libyaml v0.2.11
30622026-07-22T04:34:09.733Z Compiling thiserror-impl-no-std v2.0.2
30632026-07-22T04:34:09.774Z Compiling universal-hash v0.5.1
30642026-07-22T04:34:09.803Z Compiling ciborium v0.2.2
30652026-07-22T04:34:09.849Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30662026-07-22T04:34:09.867Z Compiling derive_more v0.99.20
30672026-07-22T04:34:09.870Z Compiling cipher v0.4.4
30682026-07-22T04:34:09.870Z Compiling opaque-debug v0.3.1
30692026-07-22T04:34:09.921Z Compiling structmeta v0.3.0
30702026-07-22T04:34:09.937Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30712026-07-22T04:34:09.941Z Compiling blake2 v0.10.6
30722026-07-22T04:34:09.970Z Compiling poly1305 v0.8.0
30732026-07-22T04:34:09.988Z Compiling aead v0.5.2
30742026-07-22T04:34:10.159Z Compiling derive-ex v0.1.8
30752026-07-22T04:34:10.178Z Compiling parse-display-derive v0.10.0
30762026-07-22T04:34:10.209Z Compiling chacha20 v0.9.1
30772026-07-22T04:34:10.257Z Compiling serde_yaml v0.9.34+deprecated
30782026-07-22T04:34:10.274Z Compiling password-hash v0.5.0
30792026-07-22T04:34:10.417Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30802026-07-22T04:34:10.466Z Compiling toml_datetime v0.7.5+spec-1.1.0
30812026-07-22T04:34:10.495Z Compiling indent_write v2.2.0
30822026-07-22T04:34:10.529Z Compiling argon2 v0.5.3
30832026-07-22T04:34:10.545Z Compiling chacha20poly1305 v0.10.1
30842026-07-22T04:34:10.663Z Compiling toml_edit v0.23.10+spec-1.0.0
30852026-07-22T04:34:10.707Z Compiling darling_core v0.21.3
30862026-07-22T04:34:10.725Z Compiling heapless v0.8.0
30872026-07-22T04:34:10.742Z Compiling tabwriter v1.4.1
30882026-07-22T04:34:10.760Z Compiling hash32 v0.3.1
30892026-07-22T04:34:10.946Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30902026-07-22T04:34:10.999Z Compiling thiserror-no-std v2.0.2
30912026-07-22T04:34:11.021Z Compiling smoltcp v0.11.0
30922026-07-22T04:34:11.064Z Compiling typify-impl v0.6.2
30932026-07-22T04:34:11.121Z Compiling vsss-rs v3.3.4
30942026-07-22T04:34:11.239Z Compiling proc-macro-crate v3.4.0
30952026-07-22T04:34:11.626Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30962026-07-22T04:34:11.805Z Compiling cobs v0.3.0
30972026-07-22T04:34:11.826Z Compiling colored v3.1.1
30982026-07-22T04:34:11.862Z Compiling num_enum_derive v0.7.6
30992026-07-22T04:34:11.913Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31002026-07-22T04:34:11.958Z Compiling test-strategy v0.4.5
31012026-07-22T04:34:11.983Z Compiling parse-display v0.10.0
31022026-07-22T04:34:12.033Z Compiling postcard v1.1.3
31032026-07-22T04:34:12.150Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31042026-07-22T04:34:12.260Z Compiling proc-macro-error v1.0.4
31052026-07-22T04:34:12.277Z Compiling proc-macro-crate v1.3.1
31062026-07-22T04:34:12.306Z Compiling rand v0.10.1
31072026-07-22T04:34:12.416Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31082026-07-22T04:34:12.434Z Compiling foreign-types-macros v0.2.3
31092026-07-22T04:34:12.469Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31102026-07-22T04:34:12.559Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31112026-07-22T04:34:12.607Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31122026-07-22T04:34:12.705Z Compiling rayon-core v1.13.0
31132026-07-22T04:34:12.731Z Compiling foreign-types-shared v0.3.1
31142026-07-22T04:34:12.747Z Compiling num_enum_derive v0.5.11
31152026-07-22T04:34:12.867Z Compiling crossbeam-deque v0.8.6
31162026-07-22T04:34:12.969Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31172026-07-22T04:34:12.992Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31182026-07-22T04:34:13.008Z Compiling cstr-argument v0.1.2
31192026-07-22T04:34:13.012Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31202026-07-22T04:34:13.040Z Compiling num_enum v0.7.6
31212026-07-22T04:34:13.089Z Compiling foreign-types v0.5.0
31222026-07-22T04:34:13.186Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31232026-07-22T04:34:13.203Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31242026-07-22T04:34:13.203Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31252026-07-22T04:34:13.285Z Compiling zone_cfg_derive v0.3.1
31262026-07-22T04:34:13.285Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31272026-07-22T04:34:13.376Z Compiling darling_macro v0.21.3
31282026-07-22T04:34:13.448Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bf8c4b23210cdb59a04edb16db2221bd93f20e9d#bf8c4b23)
31292026-07-22T04:34:13.463Z Compiling itertools v0.12.1
31302026-07-22T04:34:13.467Z Compiling num-derive v0.4.2
31312026-07-22T04:34:13.498Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31322026-07-22T04:34:13.513Z Compiling sigpipe v0.1.3
31332026-07-22T04:34:13.561Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31342026-07-22T04:34:13.631Z Compiling rayon v1.11.0
31352026-07-22T04:34:13.649Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31362026-07-22T04:34:13.672Z Compiling cpubits v0.1.1
31372026-07-22T04:34:13.703Z Compiling glob v0.3.3
31382026-07-22T04:34:13.771Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bf8c4b23210cdb59a04edb16db2221bd93f20e9d#bf8c4b23)
31392026-07-22T04:34:13.816Z Compiling smf v0.2.3
31402026-07-22T04:34:13.872Z Compiling num_enum v0.5.11
31412026-07-22T04:34:13.917Z Compiling whoami v1.6.1
31422026-07-22T04:34:13.953Z Compiling darling v0.21.3
31432026-07-22T04:34:14.006Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31442026-07-22T04:34:14.023Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31452026-07-22T04:34:14.042Z Compiling usdt-attr-macro v0.5.0
31462026-07-22T04:34:14.062Z Compiling usdt-macro v0.5.0
31472026-07-22T04:34:14.066Z Compiling ingot-macros v0.1.1
31482026-07-22T04:34:14.126Z Compiling gethostname v0.5.0
31492026-07-22T04:34:14.163Z Compiling num-rational v0.4.2
31502026-07-22T04:34:14.271Z Compiling pem-rfc7468 v1.0.0
31512026-07-22T04:34:14.355Z Compiling num-complex v0.4.6
31522026-07-22T04:34:14.372Z Compiling derive-where v1.6.0
31532026-07-22T04:34:14.499Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31542026-07-22T04:34:14.513Z Compiling memmap v0.7.0
31552026-07-22T04:34:14.611Z Compiling float-ord v0.3.2
31562026-07-22T04:34:14.726Z Compiling zone v0.3.1
31572026-07-22T04:34:14.746Z Compiling num v0.4.3
31582026-07-22T04:34:14.762Z Compiling toml v0.8.23
31592026-07-22T04:34:14.786Z Compiling hmac v0.13.0
31602026-07-22T04:34:14.803Z Compiling universal-hash v0.6.1
31612026-07-22T04:34:14.841Z Compiling resolv-conf v0.7.6
31622026-07-22T04:34:14.890Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31632026-07-22T04:34:14.907Z Compiling cancel-safe-futures v0.1.5
31642026-07-22T04:34:14.934Z Compiling usdt v0.5.0
31652026-07-22T04:34:14.960Z Compiling polyval v0.7.1
31662026-07-22T04:34:15.005Z Compiling der v0.8.0
31672026-07-22T04:34:15.050Z Compiling prettyplease v0.2.37
31682026-07-22T04:34:15.196Z Compiling ghash v0.6.0
31692026-07-22T04:34:15.231Z Compiling pbkdf2 v0.13.0
31702026-07-22T04:34:15.231Z Compiling aes v0.9.1
31712026-07-22T04:34:15.264Z Compiling console v0.15.11
31722026-07-22T04:34:15.305Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31732026-07-22T04:34:15.385Z Compiling hickory-proto v0.24.4
31742026-07-22T04:34:15.400Z Compiling newline-converter v0.3.0
31752026-07-22T04:34:15.422Z Compiling ctr v0.10.1
31762026-07-22T04:34:15.440Z Compiling aead v0.6.1
31772026-07-22T04:34:15.462Z Compiling sha2 v0.11.0
31782026-07-22T04:34:15.543Z Compiling linear-map v1.2.0
31792026-07-22T04:34:15.560Z Compiling libefi-sys v0.1.0
31802026-07-22T04:34:15.634Z Compiling linked-hash-map v0.5.6
31812026-07-22T04:34:15.651Z Compiling expectorate v1.2.0
31822026-07-22T04:34:15.735Z Compiling typify-macro v0.6.2
31832026-07-22T04:34:15.766Z Compiling aes-gcm v0.11.0
31842026-07-22T04:34:15.818Z Compiling oxide-update-engine-types v0.1.2
31852026-07-22T04:34:15.838Z Compiling lru-cache v0.1.2
31862026-07-22T04:34:15.873Z Compiling crypto-bigint v0.7.5
31872026-07-22T04:34:15.888Z Compiling cbc v0.2.1
31882026-07-22T04:34:15.917Z Compiling spki v0.8.0
31892026-07-22T04:34:15.990Z Compiling salsa20 v0.11.0
31902026-07-22T04:34:16.006Z Compiling bitfield-struct v0.6.2
31912026-07-22T04:34:16.077Z Compiling nom v8.0.0
31922026-07-22T04:34:16.167Z Compiling semver v0.1.20
31932026-07-22T04:34:16.309Z Compiling scrypt v0.12.0
31942026-07-22T04:34:16.409Z Compiling tokio-dtrace v0.1.1
31952026-07-22T04:34:16.428Z Compiling rustc_version v0.1.7
31962026-07-22T04:34:16.445Z Compiling dropshot-api-manager-types v0.7.2
31972026-07-22T04:34:16.550Z Compiling slog-dtrace v0.3.0
31982026-07-22T04:34:16.664Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31992026-07-22T04:34:16.689Z Compiling minimal-lexical v0.2.1
32002026-07-22T04:34:16.708Z Compiling newtype_derive v0.1.6
32012026-07-22T04:34:16.766Z Compiling oxide-tokio-rt v0.1.4
32022026-07-22T04:34:16.783Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32032026-07-22T04:34:16.800Z Compiling pkcs5 v0.8.1
32042026-07-22T04:34:16.861Z Compiling oxide-update-engine v0.1.2
32052026-07-22T04:34:16.947Z Compiling nom v7.1.3
32062026-07-22T04:34:16.986Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32072026-07-22T04:34:17.092Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32082026-07-22T04:34:17.111Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32092026-07-22T04:34:17.128Z Compiling ingot-types v0.1.2
32102026-07-22T04:34:17.131Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32112026-07-22T04:34:17.163Z Compiling phf_shared v0.12.1
32122026-07-22T04:34:17.229Z Compiling csv-core v0.1.13
32132026-07-22T04:34:17.374Z Compiling unicode-xid v0.2.6
32142026-07-22T04:34:17.391Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32152026-07-22T04:34:17.408Z Compiling xshell-macros v0.2.7
32162026-07-22T04:34:17.427Z Compiling highway v1.3.0
32172026-07-22T04:34:17.487Z Compiling chrono-tz v0.10.4
32182026-07-22T04:34:17.518Z Compiling ingot v0.1.1
32192026-07-22T04:34:17.522Z Compiling csv v1.4.0
32202026-07-22T04:34:17.522Z Compiling const_format_proc_macros v0.2.34
32212026-07-22T04:34:17.594Z Compiling phf v0.12.1
32222026-07-22T04:34:17.647Z Compiling typify v0.6.2
32232026-07-22T04:34:17.711Z Compiling hickory-resolver v0.24.4
32242026-07-22T04:34:17.769Z Compiling progenitor-impl v0.14.0
32252026-07-22T04:34:17.788Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32262026-07-22T04:34:17.795Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32272026-07-22T04:34:17.834Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32282026-07-22T04:34:17.850Z Compiling xshell v0.2.7
32292026-07-22T04:34:18.095Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32302026-07-22T04:34:18.370Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32312026-07-22T04:34:18.406Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32322026-07-22T04:34:18.467Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32332026-07-22T04:34:18.487Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32342026-07-22T04:34:18.581Z Compiling pkcs8 v0.11.0
32352026-07-22T04:34:18.800Z Compiling qorb v0.4.1
32362026-07-22T04:34:18.884Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32372026-07-22T04:34:18.996Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32382026-07-22T04:34:19.111Z Compiling owo-colors v4.3.0
32392026-07-22T04:34:19.343Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32402026-07-22T04:34:19.519Z Compiling const_format v0.2.35
32412026-07-22T04:34:19.541Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32422026-07-22T04:34:19.577Z Compiling tabled_derive v0.7.0
32432026-07-22T04:34:19.596Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32442026-07-22T04:34:19.637Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32452026-07-22T04:34:19.867Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32462026-07-22T04:34:19.987Z Compiling bcs v0.1.6
32472026-07-22T04:34:20.186Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32482026-07-22T04:34:20.388Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32492026-07-22T04:34:20.484Z Compiling progenitor-macro v0.14.0
32502026-07-22T04:34:20.552Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32512026-07-22T04:34:20.589Z Compiling ff v0.14.0
32522026-07-22T04:34:20.639Z Compiling tagptr v0.2.0
32532026-07-22T04:34:20.758Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32542026-07-22T04:34:20.776Z Compiling termtree v0.5.1
32552026-07-22T04:34:20.809Z Compiling salty v0.3.0
32562026-07-22T04:34:20.828Z Compiling textwrap v0.16.2
32572026-07-22T04:34:20.848Z Compiling moka v0.12.13
32582026-07-22T04:34:20.863Z Compiling tabled v0.15.0
32592026-07-22T04:34:20.886Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32602026-07-22T04:34:20.974Z Compiling steno v0.4.1
32612026-07-22T04:34:21.137Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32622026-07-22T04:34:21.141Z Compiling sha1 v0.10.6
32632026-07-22T04:34:21.324Z Compiling signature v3.0.0
32642026-07-22T04:34:21.368Z Compiling base64 v0.21.7
32652026-07-22T04:34:21.458Z Compiling radium v0.7.0
32662026-07-22T04:34:21.543Z Compiling base16ct v1.0.0
32672026-07-22T04:34:21.690Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32682026-07-22T04:34:21.728Z Compiling sec1 v0.8.1
32692026-07-22T04:34:21.744Z Compiling hickory-resolver v0.25.2
32702026-07-22T04:34:21.838Z Compiling group v0.14.0
32712026-07-22T04:34:21.900Z Compiling hkdf v0.13.0
32722026-07-22T04:34:22.060Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32732026-07-22T04:34:22.078Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32742026-07-22T04:34:22.100Z Compiling rfc6979 v0.4.0
32752026-07-22T04:34:22.165Z Compiling maybe-uninit v2.0.0
32762026-07-22T04:34:22.196Z Compiling tap v1.0.1
32772026-07-22T04:34:22.231Z Compiling ecdsa v0.16.9
32782026-07-22T04:34:22.261Z Compiling elliptic-curve v0.14.0-rc.33
32792026-07-22T04:34:22.335Z Compiling wyz v0.5.1
32802026-07-22T04:34:22.568Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32812026-07-22T04:34:22.677Z Compiling primeorder v0.13.6
32822026-07-22T04:34:22.808Z Compiling proc-macro-error-attr2 v2.0.0
32832026-07-22T04:34:22.938Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32842026-07-22T04:34:22.972Z Compiling funty v2.0.0
32852026-07-22T04:34:22.993Z Compiling parking_lot_core v0.8.6
32862026-07-22T04:34:23.069Z Compiling packed_struct v0.10.1
32872026-07-22T04:34:23.177Z Compiling utf-8 v0.7.6
32882026-07-22T04:34:23.272Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32892026-07-22T04:34:23.317Z Compiling proc-macro-error2 v2.0.1
32902026-07-22T04:34:23.338Z Compiling bitvec v1.0.1
32912026-07-22T04:34:23.402Z Compiling tungstenite v0.21.0
32922026-07-22T04:34:23.434Z Compiling p384 v0.13.1
32932026-07-22T04:34:23.549Z Compiling rfc6979 v0.5.0
32942026-07-22T04:34:23.596Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32952026-07-22T04:34:23.614Z Compiling git-stub v1.0.0
32962026-07-22T04:34:23.677Z Compiling packed_struct_codegen v0.10.1
32972026-07-22T04:34:23.695Z Compiling num-derive v0.3.3
32982026-07-22T04:34:23.724Z Compiling zerocopy-derive v0.6.6
32992026-07-22T04:34:23.914Z Compiling bitfield-macros v0.19.4
33002026-07-22T04:34:23.938Z Compiling indexmap v1.9.3
33012026-07-22T04:34:24.025Z Compiling crc-catalog v2.4.0
33022026-07-22T04:34:24.172Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33032026-07-22T04:34:24.206Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33042026-07-22T04:34:24.318Z Compiling nodrop v0.1.14
33052026-07-22T04:34:24.413Z Compiling array-init v0.0.4
33062026-07-22T04:34:24.466Z Compiling crc v3.4.0
33072026-07-22T04:34:24.499Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33082026-07-22T04:34:24.502Z Compiling tokio-tungstenite v0.21.0
33092026-07-22T04:34:24.533Z Compiling git-stub-vcs v0.1.0
33102026-07-22T04:34:24.694Z Compiling zerocopy v0.6.6
33112026-07-22T04:34:24.719Z Compiling ecdsa v0.17.0-rc.18
33122026-07-22T04:34:24.735Z Compiling libscf-sys v1.1.0
33132026-07-22T04:34:24.739Z Compiling bitfield v0.19.4
33142026-07-22T04:34:24.777Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33152026-07-22T04:34:24.795Z Compiling tabled_derive v0.11.0
33162026-07-22T04:34:24.865Z Compiling smallvec v0.6.14
33172026-07-22T04:34:24.937Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33182026-07-22T04:34:24.937Z Compiling primeorder v0.14.0-rc.10
33192026-07-22T04:34:25.070Z Compiling primefield v0.14.0
33202026-07-22T04:34:25.074Z Compiling progenitor-impl v0.13.0
33212026-07-22T04:34:25.105Z Compiling papergrid v0.17.0
33222026-07-22T04:34:25.126Z Compiling testing_table v0.3.0
33232026-07-22T04:34:25.189Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33242026-07-22T04:34:25.248Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33252026-07-22T04:34:25.308Z Compiling curve25519-dalek v5.0.0-rc.0
33262026-07-22T04:34:25.308Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33272026-07-22T04:34:25.342Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33282026-07-22T04:34:25.345Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33292026-07-22T04:34:25.388Z Compiling hashbrown v0.12.3
33302026-07-22T04:34:25.514Z Compiling illumos-nvpair-sys v0.2.0
33312026-07-22T04:34:25.569Z Compiling corncobs v0.1.4
33322026-07-22T04:34:25.592Z Compiling unicase v2.9.0
33332026-07-22T04:34:25.711Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33342026-07-22T04:34:25.752Z Compiling progenitor v0.14.0
33352026-07-22T04:34:25.830Z Compiling mime_guess v2.0.5
33362026-07-22T04:34:25.835Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33372026-07-22T04:34:25.863Z Compiling parking_lot v0.11.2
33382026-07-22T04:34:25.901Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33392026-07-22T04:34:25.918Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33402026-07-22T04:34:25.937Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33412026-07-22T04:34:25.998Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33422026-07-22T04:34:26.033Z Compiling serde-hex v0.1.0
33432026-07-22T04:34:26.147Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33442026-07-22T04:34:26.271Z Compiling tabled v0.20.0
33452026-07-22T04:34:26.285Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33462026-07-22T04:34:26.376Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33472026-07-22T04:34:26.393Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33482026-07-22T04:34:26.493Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33492026-07-22T04:34:26.592Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33502026-07-22T04:34:26.776Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33512026-07-22T04:34:26.826Z Compiling ron v0.8.1
33522026-07-22T04:34:26.879Z Compiling ssh-encoding v0.3.0-rc.9
33532026-07-22T04:34:26.897Z Compiling hashbrown v0.13.2
33542026-07-22T04:34:26.901Z Compiling progenitor-client v0.13.0
33552026-07-22T04:34:26.933Z Compiling prefix-trie v0.7.0
33562026-07-22T04:34:27.253Z Compiling fxhash v0.2.1
33572026-07-22T04:34:27.280Z Compiling secrecy v0.8.0
33582026-07-22T04:34:27.360Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33592026-07-22T04:34:27.431Z Compiling crc-any v2.5.0
33602026-07-22T04:34:27.465Z Compiling object v0.30.4
33612026-07-22T04:34:27.639Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33622026-07-22T04:34:27.701Z Compiling sled v0.34.7
33632026-07-22T04:34:27.846Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33642026-07-22T04:34:27.860Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33652026-07-22T04:34:27.890Z Compiling progenitor-macro v0.13.0
33662026-07-22T04:34:28.365Z Compiling hickory-server v0.25.2
33672026-07-22T04:34:28.603Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33682026-07-22T04:34:28.670Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33692026-07-22T04:34:28.869Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33702026-07-22T04:34:28.886Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33712026-07-22T04:34:29.251Z Compiling ed25519 v3.0.0
33722026-07-22T04:34:29.386Z Compiling crypto-primes v0.7.2
33732026-07-22T04:34:29.522Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33742026-07-22T04:34:30.273Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33752026-07-22T04:34:30.292Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33762026-07-22T04:34:30.295Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33772026-07-22T04:34:30.385Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33782026-07-22T04:34:30.427Z Compiling pkcs1 v0.8.0-rc.4
33792026-07-22T04:34:30.464Z Compiling poly1305 v0.9.0
33802026-07-22T04:34:30.483Z Compiling blowfish v0.10.0
33812026-07-22T04:34:30.486Z Compiling blake2 v0.11.0-rc.6
33822026-07-22T04:34:30.716Z Compiling keccak v0.2.0
33832026-07-22T04:34:30.753Z Compiling half v1.8.3
33842026-07-22T04:34:30.798Z Compiling path-slash v0.1.5
33852026-07-22T04:34:30.841Z Compiling fiat-crypto v0.3.0
33862026-07-22T04:34:30.929Z Compiling crc8 v0.1.1
33872026-07-22T04:34:30.970Z Compiling http-range v0.1.5
33882026-07-22T04:34:31.055Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33892026-07-22T04:34:31.075Z Compiling serde_cbor v0.11.2
33902026-07-22T04:34:31.147Z Compiling sha3 v0.11.0
33912026-07-22T04:34:31.190Z Compiling argon2 v0.6.0-rc.8
33922026-07-22T04:34:31.207Z Compiling ssh-cipher v0.3.0-rc.9
33932026-07-22T04:34:31.244Z Compiling rsa v0.10.0-rc.18
33942026-07-22T04:34:31.301Z Compiling bcrypt-pbkdf v0.11.0
33952026-07-22T04:34:31.433Z Compiling ed25519-dalek v3.0.0-rc.0
33962026-07-22T04:34:31.528Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33972026-07-22T04:34:31.652Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33982026-07-22T04:34:31.724Z Compiling illumos-nvpair v0.3.0
33992026-07-22T04:34:32.012Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34002026-07-22T04:34:32.129Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34012026-07-22T04:34:32.171Z Compiling p521 v0.14.0-rc.10
34022026-07-22T04:34:32.227Z Compiling p256 v0.14.0-rc.10
34032026-07-22T04:34:32.346Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34042026-07-22T04:34:32.419Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34052026-07-22T04:34:32.516Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34062026-07-22T04:34:32.534Z Compiling yasna v0.5.2
34072026-07-22T04:34:32.551Z Compiling kstat-rs v0.2.4
34082026-07-22T04:34:32.877Z Compiling headers-core v0.3.0
34092026-07-22T04:34:32.943Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34102026-07-22T04:34:32.970Z Compiling kem v0.3.0
34112026-07-22T04:34:33.028Z Compiling module-lattice v0.2.3
34122026-07-22T04:34:33.044Z Compiling progenitor v0.13.0
34132026-07-22T04:34:33.121Z Compiling nanorand v0.7.0
34142026-07-22T04:34:33.157Z Compiling atty v0.2.14
34152026-07-22T04:34:33.220Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34162026-07-22T04:34:33.253Z Compiling ml-kem v0.3.2
34172026-07-22T04:34:33.291Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
34182026-07-22T04:34:33.308Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34192026-07-22T04:34:33.327Z Compiling flume v0.11.1
34202026-07-22T04:34:33.349Z Compiling headers v0.4.1
34212026-07-22T04:34:33.433Z Compiling rcgen v0.12.1
34222026-07-22T04:34:33.478Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34232026-07-22T04:34:33.676Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34242026-07-22T04:34:33.726Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34252026-07-22T04:34:34.068Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34262026-07-22T04:34:34.172Z Compiling hyper-staticfile v0.10.1
34272026-07-22T04:34:34.235Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34282026-07-22T04:34:34.366Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34292026-07-22T04:34:34.401Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
34302026-07-22T04:34:34.520Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34312026-07-22T04:34:34.636Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34322026-07-22T04:34:34.704Z Compiling russh-cryptovec v0.61.0
34332026-07-22T04:34:34.722Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34342026-07-22T04:34:34.966Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34352026-07-22T04:34:35.160Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34362026-07-22T04:34:35.267Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34372026-07-22T04:34:35.360Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34382026-07-22T04:34:35.472Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34392026-07-22T04:34:35.527Z Compiling internal-russh-num-bigint v0.5.0
34402026-07-22T04:34:35.604Z Compiling port-file v0.1.0
34412026-07-22T04:34:35.657Z Compiling num-bigint v0.4.6
34422026-07-22T04:34:35.735Z Compiling generic-array v1.4.3
34432026-07-22T04:34:35.886Z Compiling russh-util v0.52.0
34442026-07-22T04:34:35.996Z Compiling enum_dispatch v0.3.13
34452026-07-22T04:34:36.078Z Compiling delegate v0.13.5
34462026-07-22T04:34:36.095Z Compiling subprocess v0.2.15
34472026-07-22T04:34:36.233Z Compiling p384 v0.14.0-rc.10
34482026-07-22T04:34:36.258Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34492026-07-22T04:34:36.309Z Compiling hex-literal v1.1.0
34502026-07-22T04:34:36.451Z Compiling display-error-chain v0.2.2
34512026-07-22T04:34:36.621Z Compiling md5 v0.8.0
34522026-07-22T04:34:36.748Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34532026-07-22T04:34:36.769Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34542026-07-22T04:34:36.799Z Compiling colored v2.2.0
34552026-07-22T04:34:36.916Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34562026-07-22T04:34:36.934Z Compiling socket2 v0.5.10
34572026-07-22T04:34:36.951Z Compiling internet-checksum v0.2.1
34582026-07-22T04:34:38.092Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34592026-07-22T04:34:38.392Z Compiling ssh-key v0.7.0-rc.10
34602026-07-22T04:34:38.780Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34612026-07-22T04:34:39.250Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34622026-07-22T04:34:39.626Z Compiling russh v0.61.2
34632026-07-22T04:34:40.274Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34642026-07-22T04:34:41.593Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34652026-07-22T04:34:50.134Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34662026-07-22T04:34:50.134Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34672026-07-22T04:34:50.137Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34682026-07-22T04:34:50.137Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34692026-07-22T04:34:51.890Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34702026-07-22T04:34:51.956Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34712026-07-22T04:34:55.969Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34722026-07-22T04:35:35.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s
34732026-07-22T04:35:36.026Z
34742026-07-22T04:35:36.026Zreal 1:28.542507644
34752026-07-22T04:35:36.026Zuser 8:49.449859324
34762026-07-22T04:35:36.026Zsys 1:44.205801749
34772026-07-22T04:35:36.027Ztrap 0.275856175
34782026-07-22T04:35:36.027Ztflt 0.473743166
34792026-07-22T04:35:36.031Zdflt 1.479093609
34802026-07-22T04:35:36.031Zkflt 0.000289922
34812026-07-22T04:35:36.031Zlock 31:18.774124692
34822026-07-22T04:35:36.031Zslp 20:13.207754119
34832026-07-22T04:35:36.032Zlat 42.598189406
34842026-07-22T04:35:36.032Zstop 3:04.212262546
34852026-07-22T04:35:36.032Z+ mkdir tests
34862026-07-22T04:35:36.032Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34872026-07-22T04:35:36.035Z+ xargs -I '{}' -t cp '{}' tests/
34882026-07-22T04:35:36.053Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-a5c456caf40be369 tests/
34892026-07-22T04:35:36.083Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-807a79b768e6c884 tests/
34902026-07-22T04:35:36.114Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-0cfaec382ead2815 tests/
34912026-07-22T04:35:36.141Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-9829000ef1d9c09b tests/
34922026-07-22T04:35:36.392Z+ 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)
34932026-07-22T04:35:36.395Z+ 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-807a79b768e6c884 tests/commtest-0cfaec382ead2815 tests/dhcp_server-a5c456caf40be369 tests/end_to_end_tests-9829000ef1d9c09b 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
34942026-07-22T04:36:56.669ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34952026-07-22T04:36:56.669Za .github/buildomat/ci-env.sh 1K
34962026-07-22T04:36:56.669Za out/target/test 1K
34972026-07-22T04:36:56.669Za out/npuzone/npuzone 27402K
34982026-07-22T04:36:56.669Za package-manifest.toml 35K
34992026-07-22T04:36:56.669Za smf/sled-agent/non-gimlet/config.toml 6K
35002026-07-22T04:36:56.669Za target/release/omicron-package 40728K
35012026-07-22T04:36:56.669Za target/release/xtask 10468K
35022026-07-22T04:36:56.669Za target/debug/bootstrap 349675K
35032026-07-22T04:36:56.669Za tests/bootstrap-807a79b768e6c884 31974K
35042026-07-22T04:36:56.669Za tests/commtest-0cfaec382ead2815 32169K
35052026-07-22T04:36:56.669Za tests/dhcp_server-a5c456caf40be369 31974K
35062026-07-22T04:36:56.669Za tests/end_to_end_tests-9829000ef1d9c09b 399544K
35072026-07-22T04:36:56.669Za tools/opte_version 1K
35082026-07-22T04:36:56.669Za tools/opte_version_override 2K
35092026-07-22T04:36:56.669Za out/clickhouse.tar.gz 310736K
35102026-07-22T04:36:56.670Za out/clickhouse_keeper.tar.gz 297202K
35112026-07-22T04:36:56.670Za out/clickhouse_server.tar.gz 310733K
35122026-07-22T04:36:56.670Za out/cockroachdb.tar.gz 161746K
35132026-07-22T04:36:56.670Za out/crucible-pantry-zone.tar.gz 39112K
35142026-07-22T04:36:56.670Za out/crucible-utils.tar 18900K
35152026-07-22T04:36:56.670Za out/crucible-zone.tar.gz 53807K
35162026-07-22T04:36:56.671Za out/external-dns.tar.gz 46167K
35172026-07-22T04:36:56.671Za out/internal-dns.tar.gz 46167K
35182026-07-22T04:36:56.671Za out/mg-ddm-gz.tar 102717K
35192026-07-22T04:36:56.671Za out/nexus.tar.gz 273374K
35202026-07-22T04:36:56.671Za out/ntp.tar.gz 29915K
35212026-07-22T04:36:56.671Za out/omicron-gateway-softnpu.tar.gz 27711K
35222026-07-22T04:36:56.671Za out/omicron-sled-agent.tar 191465K
35232026-07-22T04:36:56.671Za out/overlay.tar.gz 4K
35242026-07-22T04:36:56.671Za out/oximeter.tar.gz 59930K
35252026-07-22T04:36:56.671Za out/oxlog.tar 3808K
35262026-07-22T04:36:56.671Za out/probe.tar.gz 3037K
35272026-07-22T04:36:56.671Za out/propolis-server.tar.gz 34372K
35282026-07-22T04:36:56.671Za out/pumpkind-gz.tar 26647K
35292026-07-22T04:36:56.672Za out/switch-softnpu.tar.gz 450101K
35302026-07-22T04:36:56.675Z
35312026-07-22T04:36:56.675Zreal 1:20.274434060
35322026-07-22T04:36:56.675Zuser 1:17.626674263
35332026-07-22T04:36:56.675Zsys 4.445137953
35342026-07-22T04:36:56.675Ztrap 0.006226398
35352026-07-22T04:36:56.675Ztflt 0.000000000
35362026-07-22T04:36:56.675Zdflt 0.000000000
35372026-07-22T04:36:56.675Zkflt 0.000000000
35382026-07-22T04:36:56.675Zlock 0.000000000
35392026-07-22T04:36:56.675Zslp 1:17.510629394
35402026-07-22T04:36:56.676Zlat 0.955463868
35412026-07-22T04:36:56.676Zstop 0.000167728
35422026-07-22T04:36:56.676Zprocess exited: duration 1046799 ms, exit code 0
 
35432026-07-22T04:36:56.689Zfound 1 output files
35442026-07-22T04:36:56.689Zuploading: /work/package.tar.gz (2483508762 bytes)
35452026-07-22T04:37:30.016Zuploaded: /work/package.tar.gz