01KY317DT91ABDHG9GZQXY44BE: 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: 01KY3189YDDXS7AVGAZC1ZYV07

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-21T19:09:11.246Zjob assigned to worker 01KY318J1T4N20M833V94ECR0T [factory aws, i-0caf0b3366ecb28f7] (queued for 55 s)
 
22026-07-21T19:09:18.255Zstarting task 0: "setup"
32026-07-21T19:09:18.258Z++ uname -s
42026-07-21T19:09:18.262Z+ kern=SunOS
52026-07-21T19:09:18.262Z+ build_user=build
62026-07-21T19:09:18.262Z+ build_uid=12345
72026-07-21T19:09:18.262Z+ work_dir=/work
82026-07-21T19:09:18.262Z+ input_dir=/input
92026-07-21T19:09:18.262Z+ [[ 0 == 12345 ]]
102026-07-21T19:09:18.262Z+ case "$kern" in
112026-07-21T19:09:18.262Z+ groupadd -g 12345 build
122026-07-21T19:09:18.265Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-21T19:09:20.271Z+ zfs create -o mountpoint=/work rpool/work
142026-07-21T19:09:20.347Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-21T19:09:20.353Z+ home_fs=zfs
162026-07-21T19:09:20.353Z+ [[ zfs == autofs ]]
172026-07-21T19:09:20.353Z+ mkdir -p /home/build
182026-07-21T19:09:20.354Z+ chown build:build /home/build /work
192026-07-21T19:09:21.353Z+ chmod 0700 /home/build /work
202026-07-21T19:09:21.358Zprocess exited: duration 3107 ms, exit code 0
 
212026-07-21T19:09:21.364Zstarting task 1: "rust-toolchain"
222026-07-21T19:09:21.370Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-21T19:09:21.370Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-21T19:09:21.370Z * rust toolchain channel = "1.96.1"
252026-07-21T19:09:21.370Z * rust toolchain profile = "default"
262026-07-21T19:09:21.370Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-21T19:09:21.373Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-21T19:09:21.373Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-21T19:09:21.373Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-21T19:09:21.481Zinfo: downloading installer
312026-07-21T19:09:22.949Zwarn: It looks like you have an existing rustup settings file at:
322026-07-21T19:09:22.949Zwarn: /home/build/.rustup/settings.toml
332026-07-21T19:09:22.949Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-21T19:09:22.949Zwarn: instead of the one inferred from the default host triple.
352026-07-21T19:09:22.962Zinfo: profile set to default
362026-07-21T19:09:22.962Zinfo: default host triple is x86_64-unknown-illumos
372026-07-21T19:09:22.965Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-21T19:09:23.121Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-21T19:09:23.138Zinfo: downloading 6 components
402026-07-21T19:09:37.421Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-21T19:09:37.421Z
422026-07-21T19:09:37.452Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-21T19:09:37.452Z
442026-07-21T19:09:37.452Z
452026-07-21T19:09:37.452ZRust is installed now. Great!
462026-07-21T19:09:37.452Z
472026-07-21T19:09:37.452ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-21T19:09:37.452Zenvironment variable. This has not been done automatically.
492026-07-21T19:09:37.452Z
502026-07-21T19:09:37.452ZTo configure your current shell, you need to source
512026-07-21T19:09:37.452Zthe corresponding env file under $HOME/.cargo.
522026-07-21T19:09:37.452Z
532026-07-21T19:09:37.452ZThis is usually done by running one of the following (note the leading DOT):
542026-07-21T19:09:37.455Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-21T19:09:37.455Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-21T19:09:37.455Zsource "~/.cargo/env.nu" # For nushell
572026-07-21T19:09:37.455Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-21T19:09:37.455Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-21T19:09:37.455Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-21T19:09:37.455Zwarn: no default linker (`cc`) was found in your PATH
612026-07-21T19:09:37.455Zwarn: many Rust crates require a system C toolchain to build
622026-07-21T19:09:37.555Z+ rustup --version
632026-07-21T19:09:37.561Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-21T19:09:37.564Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-21T19:09:37.583Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-21T19:09:37.585Z+ cargo --version
672026-07-21T19:09:37.594Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-21T19:09:37.596Z+ rustc --version
692026-07-21T19:09:37.617Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-21T19:09:37.620Zprocess exited: duration 16255 ms, exit code 0
 
712026-07-21T19:09:37.625Zstarting task 2: "authentication"
722026-07-21T19:09:37.642Zprocess exited: duration 16 ms, exit code 0
 
732026-07-21T19:09:37.649Zstarting task 3: "clone repository"
742026-07-21T19:09:37.653Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-21T19:09:37.656Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-21T19:09:37.702ZCloning into '/work/oxidecomputer/omicron'...
772026-07-21T19:09:46.344Z+ cd /work/oxidecomputer/omicron
782026-07-21T19:09:46.344Z+ git fetch origin 41f7fe0e387486f78610e0f4a0ba43e837c136af
792026-07-21T19:09:46.624ZFrom https://github.com/oxidecomputer/omicron
802026-07-21T19:09:46.624Z * branch 41f7fe0e387486f78610e0f4a0ba43e837c136af -> FETCH_HEAD
812026-07-21T19:09:46.637Z+ [[ -n sunshowers/spr/14n-update-engine-adopt-the-oxide-update-engine-crates-delete-the-vendored-copy ]]
822026-07-21T19:09:46.640Z++ git branch --show-current
832026-07-21T19:09:46.640Z+ current=main
842026-07-21T19:09:46.640Z+ [[ main != sunshowers/spr/14n-update-engine-adopt-the-oxide-update-engine-crates-delete-the-vendored-copy ]]
852026-07-21T19:09:46.640Z+ git branch -f sunshowers/spr/14n-update-engine-adopt-the-oxide-update-engine-crates-delete-the-vendored-copy 41f7fe0e387486f78610e0f4a0ba43e837c136af
862026-07-21T19:09:46.644Z+ git checkout -f sunshowers/spr/14n-update-engine-adopt-the-oxide-update-engine-crates-delete-the-vendored-copy
872026-07-21T19:09:46.899ZSwitched to branch 'sunshowers/spr/14n-update-engine-adopt-the-oxide-update-engine-crates-delete-the-vendored-copy'
882026-07-21T19:09:46.902Z+ git reset --hard 41f7fe0e387486f78610e0f4a0ba43e837c136af
892026-07-21T19:09:46.923ZHEAD is now at 41f7fe0e3 rebase
902026-07-21T19:09:46.926Zprocess exited: duration 9275 ms, exit code 0
 
912026-07-21T19:09:46.931Zstarting task 4: "build"
922026-07-21T19:09:46.937Z+ source .github/buildomat/ci-env.sh
932026-07-21T19:09:46.937Z++ export CARGO_TERM_COLOR=always
942026-07-21T19:09:46.937Z++ CARGO_TERM_COLOR=always
952026-07-21T19:09:46.940Z+++ uname -s
962026-07-21T19:09:46.940Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-21T19:09:46.940Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-21T19:09:46.943Z+ cargo --version
992026-07-21T19:09:46.952Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-21T19:09:46.954Z+ rustc --version
1012026-07-21T19:09:46.975Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-21T19:09:46.982Z+ WORK=/work
1032026-07-21T19:09:46.982Z+ pfexec mkdir -p /work
1042026-07-21T19:09:46.985Z+ pfexec chown build /work
1052026-07-21T19:09:46.985Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-07-21T19:09:48.753Z Startup: Refreshing catalog 'helios' ... Done
1072026-07-21T19:09:48.940Z Startup: Caching catalogs ... Done
1082026-07-21T19:09:49.864ZPlanning: Solver setup ... Done (0.846s)
1092026-07-21T19:09:49.901ZPlanning: Running solver ... Done (0.039s)
1102026-07-21T19:09:49.924ZPlanning: Finding local manifests ... Done (0.003s)
1112026-07-21T19:09:49.933ZPlanning: Fetching manifests: 0/2 0% complete
1122026-07-21T19:09:49.953ZPlanning: Fetching manifests: 2/2 100% complete
1132026-07-21T19:09:49.970ZPlanning: Package planning ... Done (0.013s)
1142026-07-21T19:09:49.975ZPlanning: Merging actions ... Done (0.001s)
1152026-07-21T19:09:50.181ZPlanning: Checking for conflicting actions ... Done (0.211s)
1162026-07-21T19:09:50.186ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-07-21T19:09:51.061ZPlanning: Evaluating mediators ... Done (0.882s)
1182026-07-21T19:09:51.066ZPlanning: Planning completed in 2.09 seconds
1192026-07-21T19:09:51.072Z Packages to install: 2
1202026-07-21T19:09:51.072Z Estimated space available: 156.06 GB
1212026-07-21T19:09:51.072ZEstimated space to be consumed: 46.64 MB
1222026-07-21T19:09:51.072Z Create boot environment: No
1232026-07-21T19:09:51.072ZCreate backup boot environment: No
1242026-07-21T19:09:51.075Z Rebuild boot archive: No
1252026-07-21T19:09:51.075Z
1262026-07-21T19:09:51.075ZChanged packages:
1272026-07-21T19:09:51.075Zhelios
1282026-07-21T19:09:51.075Z developer/build-essential
1292026-07-21T19:09:51.075Z None -> 11-3.0
1302026-07-21T19:09:51.075Z library/libxmlsec1
1312026-07-21T19:09:51.075Z None -> 1.2.35-3.0
1322026-07-21T19:09:51.097Z
1332026-07-21T19:09:51.097ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-07-21T19:09:51.166ZDownload: Completed 1.28 MB in 0.07 seconds (18.6M/s)
1352026-07-21T19:09:51.255Z Actions: 1/268 actions (Installing new actions)
1362026-07-21T19:09:51.294Z Actions: Completed 268 actions in 0.04 seconds.
1372026-07-21T19:09:51.313ZFinalize: Updating package state database ... Done (0.019s)
1382026-07-21T19:09:51.314ZFinalize: Updating package cache ... Done (0.000s)
1392026-07-21T19:09:51.360ZFinalize: Updating image state ... Done (0.047s)
1402026-07-21T19:09:54.008ZFinalize: Creating fast lookup database ... Done (2.610s)
1412026-07-21T19:09:54.079ZFinalize: Reading search index ... Done (0.013s)
1422026-07-21T19:09:54.082ZFinalize: Updating search index ... Done (0.000s)
1432026-07-21T19:09:54.249ZFinalize: Updating package cache ... Done (0.000s)
1442026-07-21T19:09:54.582ZPlanning: Evaluating mediator changes ... Done
1452026-07-21T19:09:54.686ZPlanning: Checking for conflicting actions ... Done
1462026-07-21T19:09:54.689ZPlanning: Consolidating action changes ... Done
1472026-07-21T19:09:54.855ZPlanning: Evaluating mediators ... Done
1482026-07-21T19:09:54.857ZPlanning: Planning completed in 0.26 seconds
1492026-07-21T19:09:54.868Z Mediators to change: 2
1502026-07-21T19:09:54.868Z Create boot environment: No
1512026-07-21T19:09:54.868ZCreate backup boot environment: No
1522026-07-21T19:09:54.930ZFinalize: Updating package state database ... Done
1532026-07-21T19:09:54.930ZFinalize: Updating package cache ... Done
1542026-07-21T19:09:54.955ZFinalize: Updating image state ... Done
1552026-07-21T19:09:56.857ZFinalize: Creating fast lookup database ... Done
1562026-07-21T19:09:56.918ZFinalize: Reading search index ... Done
1572026-07-21T19:09:56.921ZFinalize: Updating search index ... Done
1582026-07-21T19:09:57.013ZFinalize: Updating package cache ... Done
1592026-07-21T19:09:57.298ZPlanning: Evaluating mediator changes ... Done
1602026-07-21T19:09:57.400ZPlanning: Checking for conflicting actions ... Done
1612026-07-21T19:09:57.404ZPlanning: Consolidating action changes ... Done
1622026-07-21T19:09:57.558ZPlanning: Evaluating mediators ... Done
1632026-07-21T19:09:57.561ZPlanning: Planning completed in 0.26 seconds
1642026-07-21T19:09:57.582Z Mediators to change: 1
1652026-07-21T19:09:57.582Z Create boot environment: No
1662026-07-21T19:09:57.582ZCreate backup boot environment: No
1672026-07-21T19:09:57.628ZFinalize: Updating package state database ... Done
1682026-07-21T19:09:57.628ZFinalize: Updating package cache ... Done
1692026-07-21T19:09:57.655ZFinalize: Updating image state ... Done
1702026-07-21T19:09:59.598ZFinalize: Creating fast lookup database ... Done
1712026-07-21T19:09:59.657ZFinalize: Reading search index ... Done
1722026-07-21T19:09:59.660ZFinalize: Updating search index ... Done
1732026-07-21T19:09:59.737ZFinalize: Updating package cache ... Done
1742026-07-21T19:10:00.048ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-07-21T19:10:00.048Zapache system 2.4 system
1762026-07-21T19:10:00.048Zclang system 15 system
1772026-07-21T19:10:00.048Zcsh system system illumos
1782026-07-21T19:10:00.048Zctags system system illumos
1792026-07-21T19:10:00.048Zfile vendor vendor darwinsys
1802026-07-21T19:10:00.048Zfile system system illumos
1812026-07-21T19:10:00.048Zgcc vendor 14 vendor
1822026-07-21T19:10:00.048Zgcc system 13 system
1832026-07-21T19:10:00.048Zgcc system 10 system
1842026-07-21T19:10:00.048Zgo system 1.25 system
1852026-07-21T19:10:00.048Zllvm system 15 system
1862026-07-21T19:10:00.048Zmariadb system 11.4 system
1872026-07-21T19:10:00.048Zmta vendor vendor dma
1882026-07-21T19:10:00.048Zopenjdk system 17 system
1892026-07-21T19:10:00.048Zopenjdk system 11 system
1902026-07-21T19:10:00.048Zopenssl vendor 3 vendor
1912026-07-21T19:10:00.048Zperl system 5.40 system
1922026-07-21T19:10:00.049Zpostgresql system 18 system
1932026-07-21T19:10:00.049Zpostgresql system 17 system
1942026-07-21T19:10:00.049Zpython vendor 3 vendor
1952026-07-21T19:10:00.049Zpython system 2 system
1962026-07-21T19:10:00.050Zpython3 vendor 3.13 vendor
1972026-07-21T19:10:00.050Zruby system 3.4 system
1982026-07-21T19:10:00.050Zruby system 3.0 system
1992026-07-21T19:10:00.050Zwords vendor vendor american-english
2002026-07-21T19:10:00.050Zwords system system australian-english
2012026-07-21T19:10:00.050Zwords system system british-english
2022026-07-21T19:10:00.050Zwords system system canadian-english
2032026-07-21T19:10:00.050Zwords system system french
2042026-07-21T19:10:00.050Zwords system system italian
2052026-07-21T19:10:00.050Zwords system system ngerman
2062026-07-21T19:10:00.050Zwords system system ogerman
2072026-07-21T19:10:00.050Zwords system system spanish
2082026-07-21T19:10:00.310ZPUBLISHER TYPE STATUS P LOCATION
2092026-07-21T19:10:00.310Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-07-21T19:10:00.678ZFMRI IFO
2112026-07-21T19:10:00.678Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-07-21T19:10:00.678Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-07-21T19:10:00.678Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-07-21T19:10:00.678Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-07-21T19:10:00.678Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-07-21T19:10:00.678Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-07-21T19:10:00.678Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-07-21T19:10:00.678Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-07-21T19:10:00.678Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-07-21T19:10:00.969Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-07-21T19:10:01.442Z Updating crates.io index
2222026-07-21T19:10:01.447Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-07-21T19:10:01.670Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-07-21T19:10:01.960Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-07-21T19:10:02.860Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-07-21T19:10:03.383Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-07-21T19:10:05.273Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-07-21T19:10:06.043Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-07-21T19:10:06.306Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-07-21T19:10:06.601Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-07-21T19:10:07.945Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-07-21T19:10:08.242Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-07-21T19:10:08.534Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2342026-07-21T19:10:08.789Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2352026-07-21T19:10:09.215Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2362026-07-21T19:10:09.856Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2372026-07-21T19:10:10.239Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-07-21T19:10:10.478Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-07-21T19:10:10.702Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2402026-07-21T19:10:10.955Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2412026-07-21T19:10:11.176Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2422026-07-21T19:10:11.414Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2432026-07-21T19:10:11.646Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2442026-07-21T19:10:11.980Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2452026-07-21T19:10:12.354Z Updating git repository `https://github.com/oxidecomputer/erebor`
2462026-07-21T19:10:12.762Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2472026-07-21T19:10:13.370Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2482026-07-21T19:10:13.779Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2492026-07-21T19:10:14.168Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2502026-07-21T19:10:14.445Z Updating git repository `https://github.com/oxidecomputer/ispf`
2512026-07-21T19:10:14.706Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2522026-07-21T19:10:14.961Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2532026-07-21T19:10:15.235Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2542026-07-21T19:10:15.587Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2552026-07-21T19:10:15.909Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2562026-07-21T19:10:16.200Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-07-21T19:10:16.457Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2582026-07-21T19:10:16.797Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2592026-07-21T19:10:17.047Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2602026-07-21T19:10:17.277Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2612026-07-21T19:10:17.545Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2622026-07-21T19:10:17.794Z Updating git repository `https://github.com/illumos/smf-rs`
2632026-07-21T19:10:20.582Z Downloading crates ...
2642026-07-21T19:10:20.628Z Downloaded block-buffer v0.10.4
2652026-07-21T19:10:20.640Z Downloaded crypto-common v0.1.7
2662026-07-21T19:10:20.648Z Downloaded anstyle-parse v1.0.0
2672026-07-21T19:10:20.648Z Downloaded anstream v1.0.0
2682026-07-21T19:10:20.651Z Downloaded zerocopy-derive v0.7.35
2692026-07-21T19:10:20.651Z Downloaded zmij v1.0.21
2702026-07-21T19:10:20.651Z Downloaded usdt-macro v0.5.0
2712026-07-21T19:10:20.654Z Downloaded itoa v1.0.17
2722026-07-21T19:10:20.654Z Downloaded usdt v0.5.0
2732026-07-21T19:10:20.654Z Downloaded plain v0.2.3
2742026-07-21T19:10:20.654Z Downloaded dof v0.3.0
2752026-07-21T19:10:20.657Z Downloaded heck v0.4.1
2762026-07-21T19:10:20.660Z Downloaded zerocopy v0.7.35
2772026-07-21T19:10:20.666Z Downloaded memmap v0.7.0
2782026-07-21T19:10:20.669Z Downloaded equivalent v1.0.2
2792026-07-21T19:10:20.669Z Downloaded colorchoice v1.0.4
2802026-07-21T19:10:20.669Z Downloaded autocfg v1.5.0
2812026-07-21T19:10:20.672Z Downloaded errno v0.3.14
2822026-07-21T19:10:20.672Z Downloaded cfg-if v1.0.4
2832026-07-21T19:10:20.675Z Downloaded anstyle-query v1.1.5
2842026-07-21T19:10:20.675Z Downloaded fastrand v2.3.0
2852026-07-21T19:10:20.679Z Downloaded cpufeatures v0.2.17
2862026-07-21T19:10:20.679Z Downloaded heck v0.5.0
2872026-07-21T19:10:20.682Z Downloaded anstyle v1.0.14
2882026-07-21T19:10:20.682Z Downloaded byteorder v1.5.0
2892026-07-21T19:10:20.690Z Downloaded bytecount v0.6.9
2902026-07-21T19:10:20.695Z Downloaded bitflags v2.11.0
2912026-07-21T19:10:20.696Z Downloaded thread-id v4.2.2
2922026-07-21T19:10:20.698Z Downloaded dtrace-parser v0.2.0
2932026-07-21T19:10:20.698Z Downloaded cargo-platform v0.3.2
2942026-07-21T19:10:20.698Z Downloaded fnv v1.0.7
2952026-07-21T19:10:20.702Z Downloaded tabled_derive v0.7.0
2962026-07-21T19:10:20.702Z Downloaded strsim v0.11.1
2972026-07-21T19:10:20.702Z Downloaded scroll_derive v0.12.1
2982026-07-21T19:10:20.702Z Downloaded version_check v0.9.5
2992026-07-21T19:10:20.705Z Downloaded pretty-hex v0.4.1
3002026-07-21T19:10:20.705Z Downloaded usdt-attr-macro v0.5.0
3012026-07-21T19:10:20.705Z Downloaded clap_lex v1.0.0
3022026-07-21T19:10:20.708Z Downloaded toml_write v0.1.2
3032026-07-21T19:10:20.716Z Downloaded camino-tempfile v1.4.1
3042026-07-21T19:10:20.723Z Downloaded macaddr v1.0.1
3052026-07-21T19:10:20.729Z Downloaded toml_datetime v0.6.11
3062026-07-21T19:10:20.732Z Downloaded smawk v0.3.2
3072026-07-21T19:10:20.736Z Downloaded proc-macro-error-attr v1.0.4
3082026-07-21T19:10:20.736Z Downloaded is_terminal_polyfill v1.70.2
3092026-07-21T19:10:20.736Z Downloaded terminal_size v0.4.3
3102026-07-21T19:10:20.740Z Downloaded serde_spanned v0.6.9
3112026-07-21T19:10:20.740Z Downloaded swrite v0.1.0
3122026-07-21T19:10:20.743Z Downloaded utf8parse v0.2.2
3132026-07-21T19:10:20.743Z Downloaded unicode-linebreak v0.1.5
3142026-07-21T19:10:20.749Z Downloaded fs-err v3.3.0
3152026-07-21T19:10:20.752Z Downloaded cargo_metadata v0.23.1
3162026-07-21T19:10:20.755Z Downloaded camino v1.2.2
3172026-07-21T19:10:20.756Z Downloaded usdt-impl v0.5.0
3182026-07-21T19:10:20.763Z Downloaded generic-array v0.14.7
3192026-07-21T19:10:20.770Z Downloaded once_cell v1.21.3
3202026-07-21T19:10:20.774Z Downloaded pest_generator v2.8.6
3212026-07-21T19:10:20.774Z Downloaded thiserror-impl v1.0.69
3222026-07-21T19:10:20.774Z Downloaded digest v0.10.7
3232026-07-21T19:10:20.774Z Downloaded serde_tokenstream v0.2.3
3242026-07-21T19:10:20.780Z Downloaded proc-macro-error v1.0.4
3252026-07-21T19:10:20.780Z Downloaded thiserror v2.0.18
3262026-07-21T19:10:20.783Z Downloaded thiserror v1.0.69
3272026-07-21T19:10:20.783Z Downloaded sha2 v0.10.9
3282026-07-21T19:10:20.788Z Downloaded quote v1.0.45
3292026-07-21T19:10:20.793Z Downloaded clap_derive v4.6.1
3302026-07-21T19:10:20.798Z Downloaded thiserror-impl v2.0.18
3312026-07-21T19:10:20.805Z Downloaded papergrid v0.11.0
3322026-07-21T19:10:20.808Z Downloaded pest_derive v2.8.6
3332026-07-21T19:10:20.808Z Downloaded cargo_toml v0.21.0
3342026-07-21T19:10:20.811Z Downloaded semver v1.0.28
3352026-07-21T19:10:20.821Z Downloaded scroll v0.12.0
3362026-07-21T19:10:20.825Z Downloaded log v0.4.29
3372026-07-21T19:10:20.827Z Downloaded anyhow v1.0.102
3382026-07-21T19:10:20.831Z Downloaded proc-macro2 v1.0.106
3392026-07-21T19:10:20.833Z Downloaded tempfile v3.25.0
3402026-07-21T19:10:20.837Z Downloaded unicode-ident v1.0.24
3412026-07-21T19:10:20.837Z Downloaded pest_meta v2.8.6
3422026-07-21T19:10:20.840Z Downloaded ucd-trie v0.1.7
3432026-07-21T19:10:20.840Z Downloaded toml v0.8.23
3442026-07-21T19:10:20.840Z Downloaded clap v4.6.1
3452026-07-21T19:10:20.844Z Downloaded serde_derive v1.0.228
3462026-07-21T19:10:20.847Z Downloaded getrandom v0.4.1
3472026-07-21T19:10:20.851Z Downloaded textwrap v0.16.2
3482026-07-21T19:10:20.861Z Downloaded toml_edit v0.22.27
3492026-07-21T19:10:20.865Z Downloaded serde_core v1.0.228
3502026-07-21T19:10:20.869Z Downloaded clap_builder v4.6.0
3512026-07-21T19:10:20.873Z Downloaded memchr v2.8.0
3522026-07-21T19:10:20.873Z Downloaded indexmap v2.14.0
3532026-07-21T19:10:20.899Z Downloaded serde v1.0.228
3542026-07-21T19:10:20.899Z Downloaded typenum v1.20.1
3552026-07-21T19:10:20.908Z Downloaded pest v2.8.6
3562026-07-21T19:10:20.914Z Downloaded hashbrown v0.17.0
3572026-07-21T19:10:20.923Z Downloaded goblin v0.8.2
3582026-07-21T19:10:20.930Z Downloaded serde_json v1.0.150
3592026-07-21T19:10:20.934Z Downloaded winnow v0.7.14
3602026-07-21T19:10:20.958Z Downloaded tabled v0.15.0
3612026-07-21T19:10:20.965Z Downloaded syn v1.0.109
3622026-07-21T19:10:20.973Z Downloaded unicode-width v0.2.0
3632026-07-21T19:10:20.978Z Downloaded unicode-width v0.1.14
3642026-07-21T19:10:20.981Z Downloaded syn v2.0.117
3652026-07-21T19:10:20.990Z Downloaded rustix v1.1.3
3662026-07-21T19:10:21.016Z Downloaded libc v0.2.185
3672026-07-21T19:10:21.079Z Compiling proc-macro2 v1.0.106
3682026-07-21T19:10:21.079Z Compiling quote v1.0.45
3692026-07-21T19:10:21.079Z Compiling unicode-ident v1.0.24
3702026-07-21T19:10:21.082Z Compiling serde_core v1.0.228
3712026-07-21T19:10:21.082Z Compiling libc v0.2.185
3722026-07-21T19:10:21.082Z Compiling version_check v0.9.5
3732026-07-21T19:10:21.082Z Compiling memchr v2.8.0
3742026-07-21T19:10:21.082Z Compiling serde v1.0.228
3752026-07-21T19:10:21.082Z Compiling zmij v1.0.21
3762026-07-21T19:10:21.082Z Compiling ucd-trie v0.1.7
3772026-07-21T19:10:21.082Z Compiling thiserror v1.0.69
3782026-07-21T19:10:21.082Z Compiling itoa v1.0.17
3792026-07-21T19:10:21.082Z Compiling rustix v1.1.3
3802026-07-21T19:10:21.082Z Compiling byteorder v1.5.0
3812026-07-21T19:10:21.439Z Compiling serde_json v1.0.150
3822026-07-21T19:10:21.568Z Compiling bitflags v2.11.0
3832026-07-21T19:10:21.625Z Compiling usdt-impl v0.5.0
3842026-07-21T19:10:21.747Z Compiling pest v2.8.6
3852026-07-21T19:10:21.864Z Compiling proc-macro-error-attr v1.0.4
3862026-07-21T19:10:21.896Z Compiling camino v1.2.2
3872026-07-21T19:10:21.913Z Compiling syn v1.0.109
3882026-07-21T19:10:21.916Z Compiling proc-macro-error v1.0.4
3892026-07-21T19:10:21.968Z Compiling utf8parse v0.2.2
3902026-07-21T19:10:22.054Z Compiling equivalent v1.0.2
3912026-07-21T19:10:22.171Z Compiling log v0.4.29
3922026-07-21T19:10:22.187Z Compiling hashbrown v0.17.0
3932026-07-21T19:10:22.190Z Compiling getrandom v0.4.1
3942026-07-21T19:10:22.190Z Compiling plain v0.2.3
3952026-07-21T19:10:22.207Z Compiling anstyle-parse v1.0.0
3962026-07-21T19:10:22.367Z Compiling errno v0.3.14
3972026-07-21T19:10:22.404Z Compiling thread-id v4.2.2
3982026-07-21T19:10:22.441Z Compiling colorchoice v1.0.4
3992026-07-21T19:10:22.475Z Compiling anstyle-query v1.1.5
4002026-07-21T19:10:22.475Z Compiling cfg-if v1.0.4
4012026-07-21T19:10:22.529Z Compiling pretty-hex v0.4.1
4022026-07-21T19:10:22.532Z Compiling thiserror v2.0.18
4032026-07-21T19:10:22.565Z Compiling is_terminal_polyfill v1.70.2
4042026-07-21T19:10:22.583Z Compiling anstyle v1.0.14
4052026-07-21T19:10:22.586Z Compiling autocfg v1.5.0
4062026-07-21T19:10:22.635Z Compiling toml_write v0.1.2
4072026-07-21T19:10:22.643Z Compiling winnow v0.7.14
4082026-07-21T19:10:22.643Z Compiling heck v0.5.0
4092026-07-21T19:10:22.738Z Compiling indexmap v2.14.0
4102026-07-21T19:10:22.784Z Compiling strsim v0.11.1
4112026-07-21T19:10:22.827Z Compiling pest_meta v2.8.6
4122026-07-21T19:10:22.854Z Compiling anstream v1.0.0
4132026-07-21T19:10:22.872Z Compiling fastrand v2.3.0
4142026-07-21T19:10:22.927Z Compiling syn v2.0.117
4152026-07-21T19:10:22.980Z Compiling unicode-width v0.1.14
4162026-07-21T19:10:23.044Z Compiling fs-err v3.3.0
4172026-07-21T19:10:23.048Z Compiling clap_lex v1.0.0
4182026-07-21T19:10:23.145Z Compiling anyhow v1.0.102
4192026-07-21T19:10:23.164Z Compiling fnv v1.0.7
4202026-07-21T19:10:23.182Z Compiling bytecount v0.6.9
4212026-07-21T19:10:23.186Z Compiling once_cell v1.21.3
4222026-07-21T19:10:23.279Z Compiling heck v0.4.1
4232026-07-21T19:10:23.308Z Compiling memmap v0.7.0
4242026-07-21T19:10:23.325Z Compiling papergrid v0.11.0
4252026-07-21T19:10:23.343Z Compiling unicode-linebreak v0.1.5
4262026-07-21T19:10:23.375Z Compiling terminal_size v0.4.3
4272026-07-21T19:10:23.412Z Compiling tempfile v3.25.0
4282026-07-21T19:10:23.432Z Compiling unicode-width v0.2.0
4292026-07-21T19:10:23.459Z Compiling smawk v0.3.2
4302026-07-21T19:10:23.515Z Compiling clap_builder v4.6.0
4312026-07-21T19:10:23.535Z Compiling swrite v0.1.0
4322026-07-21T19:10:23.680Z Compiling semver v1.0.28
4332026-07-21T19:10:23.712Z Compiling cargo-platform v0.3.2
4342026-07-21T19:10:23.734Z Compiling textwrap v0.16.2
4352026-07-21T19:10:23.925Z Compiling camino-tempfile v1.4.1
4362026-07-21T19:10:24.350Z Compiling tabled_derive v0.7.0
4372026-07-21T19:10:25.042Z Compiling tabled v0.15.0
4382026-07-21T19:10:25.133Z Compiling pest_generator v2.8.6
4392026-07-21T19:10:25.654Z Compiling serde_derive v1.0.228
4402026-07-21T19:10:25.654Z Compiling thiserror-impl v1.0.69
4412026-07-21T19:10:25.742Z Compiling zerocopy-derive v0.7.35
4422026-07-21T19:10:25.742Z Compiling scroll_derive v0.12.1
4432026-07-21T19:10:25.742Z Compiling thiserror-impl v2.0.18
4442026-07-21T19:10:25.742Z Compiling clap_derive v4.6.1
4452026-07-21T19:10:25.742Z Compiling pest_derive v2.8.6
4462026-07-21T19:10:26.203Z Compiling scroll v0.12.0
4472026-07-21T19:10:26.283Z Compiling zerocopy v0.7.35
4482026-07-21T19:10:26.416Z Compiling goblin v0.8.2
4492026-07-21T19:10:26.605Z Compiling dtrace-parser v0.2.0
4502026-07-21T19:10:26.896Z Compiling clap v4.6.1
4512026-07-21T19:10:27.969Z Compiling serde_spanned v0.6.9
4522026-07-21T19:10:27.969Z Compiling toml_datetime v0.6.11
4532026-07-21T19:10:27.972Z Compiling cargo_metadata v0.23.1
4542026-07-21T19:10:27.972Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4552026-07-21T19:10:27.972Z Compiling macaddr v1.0.1
4562026-07-21T19:10:27.982Z Compiling dof v0.3.0
4572026-07-21T19:10:27.986Z Compiling serde_tokenstream v0.2.3
4582026-07-21T19:10:28.236Z Compiling toml_edit v0.22.27
4592026-07-21T19:10:28.745Z Compiling usdt-attr-macro v0.5.0
4602026-07-21T19:10:28.745Z Compiling usdt-macro v0.5.0
4612026-07-21T19:10:29.306Z Compiling usdt v0.5.0
4622026-07-21T19:10:29.431Z Compiling toml v0.8.23
4632026-07-21T19:10:29.749Z Compiling cargo_toml v0.21.0
4642026-07-21T19:10:31.050Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4652026-07-21T19:10:33.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.21s
4662026-07-21T19:10:33.271Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4672026-07-21T19:10:33.765Z Downloading crates ...
4682026-07-21T19:10:33.863Z Downloaded adler2 v2.0.1
4692026-07-21T19:10:33.867Z Downloaded base16ct v0.2.0
4702026-07-21T19:10:33.870Z Downloaded aho-corasick v1.1.4
4712026-07-21T19:10:33.874Z Downloaded base16ct v1.0.0
4722026-07-21T19:10:33.898Z Downloaded backon v1.6.0
4732026-07-21T19:10:33.898Z Downloaded anstream v0.6.21
4742026-07-21T19:10:33.903Z Downloaded cookie v0.18.1
4752026-07-21T19:10:33.903Z Downloaded ahash v0.8.12
4762026-07-21T19:10:33.903Z Downloaded darling_core v0.23.0
4772026-07-21T19:10:33.903Z Downloaded derive_builder_core v0.20.2
4782026-07-21T19:10:33.903Z Downloaded aead v0.5.2
4792026-07-21T19:10:33.903Z Downloaded base64 v0.21.7
4802026-07-21T19:10:33.903Z Downloaded assert_matches v1.5.0
4812026-07-21T19:10:33.903Z Downloaded crossbeam-channel v0.5.15
4822026-07-21T19:10:33.903Z Downloaded dyn-clone v1.0.20
4832026-07-21T19:10:33.903Z Downloaded darling v0.23.0
4842026-07-21T19:10:33.903Z Downloaded data-encoding v2.10.0
4852026-07-21T19:10:33.903Z Downloaded base64ct v1.8.3
4862026-07-21T19:10:33.903Z Downloaded ctutils v0.4.2
4872026-07-21T19:10:33.911Z Downloaded darling_macro v0.21.3
4882026-07-21T19:10:33.911Z Downloaded array-init v0.0.4
4892026-07-21T19:10:33.912Z Downloaded argon2 v0.5.3
4902026-07-21T19:10:33.912Z Downloaded ascii-canvas v3.0.0
4912026-07-21T19:10:33.912Z Downloaded bitfield-struct v0.6.2
4922026-07-21T19:10:33.912Z Downloaded bit-set v0.8.0
4932026-07-21T19:10:33.915Z Downloaded crossterm v0.29.0
4942026-07-21T19:10:33.916Z Downloaded atomic-waker v1.1.2
4952026-07-21T19:10:33.916Z Downloaded derive_builder v0.20.2
4962026-07-21T19:10:33.920Z Downloaded crossbeam-deque v0.8.6
4972026-07-21T19:10:33.920Z Downloaded cookie_store v0.22.1
4982026-07-21T19:10:33.920Z Downloaded cmov v0.5.4
4992026-07-21T19:10:33.941Z Downloaded crossbeam-epoch v0.9.18
5002026-07-21T19:10:33.941Z Downloaded ciborium-ll v0.2.2
5012026-07-21T19:10:33.941Z Downloaded crc-any v2.5.0
5022026-07-21T19:10:33.941Z Downloaded bcs v0.1.6
5032026-07-21T19:10:33.948Z Downloaded either v1.15.0
5042026-07-21T19:10:33.948Z Downloaded darling v0.21.3
5052026-07-21T19:10:33.948Z Downloaded darling_core v0.13.4
5062026-07-21T19:10:33.948Z Downloaded darling_macro v0.13.4
5072026-07-21T19:10:33.948Z Downloaded cfg_aliases v0.1.1
5082026-07-21T19:10:33.949Z Downloaded bitflags v1.3.2
5092026-07-21T19:10:33.949Z Downloaded async-stream-impl v0.3.6
5102026-07-21T19:10:33.950Z Downloaded defmt v0.3.100
5112026-07-21T19:10:33.950Z Downloaded anstyle-parse v0.2.7
5122026-07-21T19:10:33.950Z Downloaded backoff v0.4.0
5132026-07-21T19:10:33.950Z Downloaded crucible-workspace-hack v0.1.0
5142026-07-21T19:10:33.950Z Downloaded block-padding v0.4.2
5152026-07-21T19:10:33.950Z Downloaded bitfield-macros v0.19.4
5162026-07-21T19:10:33.950Z Downloaded crunchy v0.2.4
5172026-07-21T19:10:33.950Z Downloaded dtrace-parser v0.3.0
5182026-07-21T19:10:33.950Z Downloaded debug-ignore v1.0.5
5192026-07-21T19:10:33.950Z Downloaded darling_macro v0.23.0
5202026-07-21T19:10:33.950Z Downloaded cobs v0.3.0
5212026-07-21T19:10:33.950Z Downloaded bit-set v0.5.3
5222026-07-21T19:10:33.956Z Downloaded bcrypt-pbkdf v0.11.0
5232026-07-21T19:10:33.956Z Downloaded convert_case v0.10.0
5242026-07-21T19:10:33.956Z Downloaded atty v0.2.14
5252026-07-21T19:10:33.956Z Downloaded fd-lock v4.0.4
5262026-07-21T19:10:33.957Z Downloaded display-error-chain v0.2.2
5272026-07-21T19:10:33.957Z Downloaded compression-core v0.4.31
5282026-07-21T19:10:33.957Z Downloaded crc-catalog v2.4.0
5292026-07-21T19:10:33.962Z Downloaded crc v3.4.0
5302026-07-21T19:10:33.962Z Downloaded embedded-io v0.4.0
5312026-07-21T19:10:33.962Z Downloaded dsl_auto_type v0.2.0
5322026-07-21T19:10:33.962Z Downloaded derive_builder_macro v0.20.2
5332026-07-21T19:10:33.962Z Downloaded cpufeatures v0.3.0
5342026-07-21T19:10:33.962Z Downloaded dropshot-api-manager-types v0.7.2
5352026-07-21T19:10:33.969Z Downloaded castaway v0.2.4
5362026-07-21T19:10:33.969Z Downloaded block-buffer v0.12.1
5372026-07-21T19:10:33.969Z Downloaded bitfield v0.19.4
5382026-07-21T19:10:33.970Z Downloaded arrayvec v0.7.6
5392026-07-21T19:10:33.980Z Downloaded delegate v0.13.5
5402026-07-21T19:10:33.980Z Downloaded blake2 v0.10.6
5412026-07-21T19:10:33.980Z Downloaded cfg_aliases v0.2.1
5422026-07-21T19:10:33.981Z Downloaded ctr v0.10.1
5432026-07-21T19:10:33.981Z Downloaded daft-derive v0.1.7
5442026-07-21T19:10:33.981Z Downloaded difflib v0.4.0
5452026-07-21T19:10:33.981Z Downloaded async-recursion v1.1.1
5462026-07-21T19:10:33.984Z Downloaded cstr-argument v0.1.2
5472026-07-21T19:10:33.985Z Downloaded critical-section v1.2.0
5482026-07-21T19:10:33.985Z Downloaded embedded-io v0.6.1
5492026-07-21T19:10:33.985Z Downloaded curve25519-dalek-derive v0.1.1
5502026-07-21T19:10:33.985Z Downloaded dunce v1.0.5
5512026-07-21T19:10:33.985Z Downloaded env_filter v1.0.0
5522026-07-21T19:10:33.985Z Downloaded async-stream v0.3.6
5532026-07-21T19:10:33.985Z Downloaded endian-type v0.1.2
5542026-07-21T19:10:33.985Z Downloaded arrayref v0.3.9
5552026-07-21T19:10:33.985Z Downloaded aead v0.6.1
5562026-07-21T19:10:33.990Z Downloaded camino-tempfile-ext v0.3.3
5572026-07-21T19:10:33.991Z Downloaded enum-as-inner v0.6.1
5582026-07-21T19:10:33.991Z Downloaded dirs-next v2.0.0
5592026-07-21T19:10:33.994Z Downloaded blowfish v0.10.0
5602026-07-21T19:10:33.994Z Downloaded float-cmp v0.10.0
5612026-07-21T19:10:33.994Z Downloaded crc8 v0.1.1
5622026-07-21T19:10:33.994Z Downloaded ar_archive_writer v0.5.1
5632026-07-21T19:10:33.994Z Downloaded flagset v0.4.7
5642026-07-21T19:10:33.998Z Downloaded cpubits v0.1.1
5652026-07-21T19:10:33.998Z Downloaded dof v0.4.0
5662026-07-21T19:10:33.998Z Downloaded diesel_table_macro_syntax v0.3.0
5672026-07-21T19:10:33.998Z Downloaded foreign-types-macros v0.2.3
5682026-07-21T19:10:34.002Z Downloaded foreign-types v0.3.2
5692026-07-21T19:10:34.002Z Downloaded digest-io v0.1.0
5702026-07-21T19:10:34.002Z Downloaded defmt-parser v1.0.0
5712026-07-21T19:10:34.002Z Downloaded cipher v0.4.4
5722026-07-21T19:10:34.006Z Downloaded darling_macro v0.20.11
5732026-07-21T19:10:34.006Z Downloaded constant_time_eq v0.4.2
5742026-07-21T19:10:34.006Z Downloaded byte-wrapper v0.1.0
5752026-07-21T19:10:34.006Z Downloaded float-ord v0.3.2
5762026-07-21T19:10:34.006Z Downloaded buf-list v1.1.2
5772026-07-21T19:10:34.010Z Downloaded foreign-types v0.5.0
5782026-07-21T19:10:34.010Z Downloaded document-features v0.2.12
5792026-07-21T19:10:34.010Z Downloaded darling v0.13.4
5802026-07-21T19:10:34.013Z Downloaded bit-vec v0.6.3
5812026-07-21T19:10:34.013Z Downloaded cipher v0.5.2
5822026-07-21T19:10:34.019Z Downloaded downcast-rs v2.0.2
5832026-07-21T19:10:34.019Z Downloaded const_format_proc_macros v0.2.34
5842026-07-21T19:10:34.019Z Downloaded chacha20 v0.9.1
5852026-07-21T19:10:34.023Z Downloaded defmt v1.0.1
5862026-07-21T19:10:34.023Z Downloaded form_urlencoded v1.2.2
5872026-07-21T19:10:34.023Z Downloaded foreign-types-shared v0.1.1
5882026-07-21T19:10:34.023Z Downloaded digest v0.11.3
5892026-07-21T19:10:34.027Z Downloaded funty v2.0.0
5902026-07-21T19:10:34.027Z Downloaded diesel-dtrace v0.5.0
5912026-07-21T19:10:34.027Z Downloaded futures-core v0.3.32
5922026-07-21T19:10:34.027Z Downloaded foreign-types-shared v0.3.1
5932026-07-21T19:10:34.032Z Downloaded futures-sink v0.3.32
5942026-07-21T19:10:34.032Z Downloaded futures-macro v0.3.32
5952026-07-21T19:10:34.032Z Downloaded futures-io v0.3.32
5962026-07-21T19:10:34.032Z Downloaded cexpr v0.6.0
5972026-07-21T19:10:34.032Z Downloaded crc32fast v1.5.0
5982026-07-21T19:10:34.037Z Downloaded ghash v0.6.0
5992026-07-21T19:10:34.037Z Downloaded ena v0.14.4
6002026-07-21T19:10:34.037Z Downloaded gethostname v0.5.0
6012026-07-21T19:10:34.037Z Downloaded fxhash v0.2.1
6022026-07-21T19:10:34.037Z Downloaded ciborium-io v0.2.2
6032026-07-21T19:10:34.037Z Downloaded colored v3.1.1
6042026-07-21T19:10:34.041Z Downloaded git-stub v1.0.0
6052026-07-21T19:10:34.041Z Downloaded cassowary v0.3.0
6062026-07-21T19:10:34.041Z Downloaded headers-core v0.3.0
6072026-07-21T19:10:34.041Z Downloaded hash32 v0.3.1
6082026-07-21T19:10:34.045Z Downloaded bit-vec v0.8.0
6092026-07-21T19:10:34.045Z Downloaded hex v0.4.3
6102026-07-21T19:10:34.045Z Downloaded hex-literal v1.1.0
6112026-07-21T19:10:34.045Z Downloaded ed25519 v3.0.0
6122026-07-21T19:10:34.049Z Downloaded hash32 v0.2.1
6132026-07-21T19:10:34.049Z Downloaded console v0.15.11
6142026-07-21T19:10:34.049Z Downloaded clang-sys v1.8.1
6152026-07-21T19:10:34.053Z Downloaded enum_dispatch v0.3.13
6162026-07-21T19:10:34.053Z Downloaded fallible-iterator v0.2.0
6172026-07-21T19:10:34.057Z Downloaded filetime v0.2.27
6182026-07-21T19:10:34.057Z Downloaded ecdsa v0.16.9
6192026-07-21T19:10:34.057Z Downloaded erased-serde v0.3.31
6202026-07-21T19:10:34.060Z Downloaded fixedbitset v0.5.7
6212026-07-21T19:10:34.060Z Downloaded ff v0.13.1
6222026-07-21T19:10:34.060Z Downloaded fixedbitset v0.4.2
6232026-07-21T19:10:34.063Z Downloaded find-msvc-tools v0.1.9
6242026-07-21T19:10:34.063Z Downloaded blake2 v0.11.0-rc.6
6252026-07-21T19:10:34.067Z Downloaded argon2 v0.6.0-rc.8
6262026-07-21T19:10:34.067Z Downloaded ff v0.14.0
6272026-07-21T19:10:34.067Z Downloaded ed25519 v2.2.3
6282026-07-21T19:10:34.074Z Downloaded der_derive v0.7.3
6292026-07-21T19:10:34.074Z Downloaded defmt-macros v1.0.1
6302026-07-21T19:10:34.078Z Downloaded console v0.16.2
6312026-07-21T19:10:34.078Z Downloaded bzip2 v0.4.4
6322026-07-21T19:10:34.078Z Downloaded derive-ex v0.1.8
6332026-07-21T19:10:34.078Z Downloaded home v0.5.12
6342026-07-21T19:10:34.078Z Downloaded cbc v0.2.1
6352026-07-21T19:10:34.078Z Downloaded displaydoc v0.2.5
6362026-07-21T19:10:34.081Z Downloaded foldhash v0.1.5
6372026-07-21T19:10:34.081Z Downloaded dirs-sys-next v0.1.2
6382026-07-21T19:10:34.081Z Downloaded csv-core v0.1.13
6392026-07-21T19:10:34.081Z Downloaded bzip2 v0.6.1
6402026-07-21T19:10:34.085Z Downloaded async-trait v0.1.89
6412026-07-21T19:10:34.085Z Downloaded fs_extra v1.3.0
6422026-07-21T19:10:34.096Z Downloaded deranged v0.5.8
6432026-07-21T19:10:34.096Z Downloaded http-range v0.1.5
6442026-07-21T19:10:34.096Z Downloaded dropshot_endpoint v0.17.1
6452026-07-21T19:10:34.104Z Downloaded http-body v1.0.1
6462026-07-21T19:10:34.104Z Downloaded hostname v0.4.2
6472026-07-21T19:10:34.104Z Downloaded futures-task v0.3.32
6482026-07-21T19:10:34.104Z Downloaded futures-executor v0.3.32
6492026-07-21T19:10:34.104Z Downloaded globwalk v0.9.1
6502026-07-21T19:10:34.105Z Downloaded corncobs v0.1.4
6512026-07-21T19:10:34.105Z Downloaded hostname v0.3.1
6522026-07-21T19:10:34.105Z Downloaded fs-err v2.11.0
6532026-07-21T19:10:34.105Z Downloaded httpdate v1.0.3
6542026-07-21T19:10:34.105Z Downloaded hubpack_derive v0.1.1
6552026-07-21T19:10:34.113Z Downloaded hubpack v0.1.2
6562026-07-21T19:10:34.113Z Downloaded hyper-tls v0.6.0
6572026-07-21T19:10:34.113Z Downloaded group v0.14.0
6582026-07-21T19:10:34.113Z Downloaded illumos-nvpair-sys v0.2.0
6592026-07-21T19:10:34.113Z Downloaded group v0.13.0
6602026-07-21T19:10:34.113Z Downloaded indent_write v2.2.0
6612026-07-21T19:10:34.113Z Downloaded globset v0.4.18
6622026-07-21T19:10:34.113Z Downloaded illumos-nvpair v0.3.0
6632026-07-21T19:10:34.113Z Downloaded glob v0.3.3
6642026-07-21T19:10:34.121Z Downloaded git-stub-vcs v0.1.0
6652026-07-21T19:10:34.121Z Downloaded instability v0.3.11
6662026-07-21T19:10:34.121Z Downloaded inout v0.2.2
6672026-07-21T19:10:34.121Z Downloaded colored v2.2.0
6682026-07-21T19:10:34.121Z Downloaded const-oid v0.9.6
6692026-07-21T19:10:34.121Z Downloaded chacha20 v0.10.0
6702026-07-21T19:10:34.121Z Downloaded idna_adapter v1.2.1
6712026-07-21T19:10:34.126Z Downloaded ident_case v1.0.1
6722026-07-21T19:10:34.126Z Downloaded diff v0.1.13
6732026-07-21T19:10:34.126Z Downloaded cmake v0.1.57
6742026-07-21T19:10:34.126Z Downloaded bs58 v0.5.1
6752026-07-21T19:10:34.126Z Downloaded indoc v1.0.9
6762026-07-21T19:10:34.126Z Downloaded ecdsa v0.17.0-rc.18
6772026-07-21T19:10:34.129Z Downloaded des v0.9.0
6782026-07-21T19:10:34.130Z Downloaded darling v0.20.11
6792026-07-21T19:10:34.130Z Downloaded instant v0.1.13
6802026-07-21T19:10:34.133Z Downloaded foldhash v0.2.0
6812026-07-21T19:10:34.133Z Downloaded daft v0.1.7
6822026-07-21T19:10:34.133Z Downloaded const-oid v0.10.2
6832026-07-21T19:10:34.137Z Downloaded allocator-api2 v0.2.21
6842026-07-21T19:10:34.137Z Downloaded futures-channel v0.3.32
6852026-07-21T19:10:34.140Z Downloaded env_logger v0.11.9
6862026-07-21T19:10:34.140Z Downloaded drift v0.2.0
6872026-07-21T19:10:34.144Z Downloaded is-terminal v0.4.17
6882026-07-21T19:10:34.147Z Downloaded keccak v0.1.6
6892026-07-21T19:10:34.147Z Downloaded is_ci v1.2.0
6902026-07-21T19:10:34.147Z Downloaded kem v0.3.0
6912026-07-21T19:10:34.151Z Downloaded cancel-safe-futures v0.1.5
6922026-07-21T19:10:34.151Z Downloaded lalrpop-util v0.19.12
6932026-07-21T19:10:34.154Z Downloaded internet-checksum v0.2.1
6942026-07-21T19:10:34.154Z Downloaded lru-cache v0.1.2
6952026-07-21T19:10:34.154Z Downloaded libscf-sys v1.1.0
6962026-07-21T19:10:34.154Z Downloaded highway v1.3.0
6972026-07-21T19:10:34.157Z Downloaded derive_more v0.99.20
6982026-07-21T19:10:34.164Z Downloaded humantime v2.3.0
6992026-07-21T19:10:34.164Z Downloaded compression-codecs v0.4.37
7002026-07-21T19:10:34.167Z Downloaded async-bb8-diesel v0.2.1
7012026-07-21T19:10:34.167Z Downloaded hyper-staticfile v0.10.1
7022026-07-21T19:10:34.167Z Downloaded crypto-common v0.2.2
7032026-07-21T19:10:34.168Z Downloaded bb8 v0.8.6
7042026-07-21T19:10:34.168Z Downloaded kstat-rs v0.2.4
7052026-07-21T19:10:34.168Z Downloaded atomicwrites v0.4.4
7062026-07-21T19:10:34.168Z Downloaded convert_case v0.4.0
7072026-07-21T19:10:34.171Z Downloaded lru-slab v0.1.2
7082026-07-21T19:10:34.171Z Downloaded half v1.8.3
7092026-07-21T19:10:34.171Z Downloaded managed v0.8.0
7102026-07-21T19:10:34.175Z Downloaded lru v0.12.5
7112026-07-21T19:10:34.175Z Downloaded match_cfg v0.1.0
7122026-07-21T19:10:34.186Z Downloaded indoc v2.0.7
7132026-07-21T19:10:34.186Z Downloaded linked-hash-map v0.5.6
7142026-07-21T19:10:34.189Z Downloaded maplit v1.0.2
7152026-07-21T19:10:34.189Z Downloaded elliptic-curve v0.13.8
7162026-07-21T19:10:34.189Z Downloaded md5 v0.8.0
7172026-07-21T19:10:34.189Z Downloaded md-5 v0.10.6
7182026-07-21T19:10:34.189Z Downloaded chacha20poly1305 v0.10.1
7192026-07-21T19:10:34.189Z Downloaded ciborium v0.2.2
7202026-07-21T19:10:34.192Z Downloaded derive-where v1.6.0
7212026-07-21T19:10:34.195Z Downloaded memoffset v0.9.1
7222026-07-21T19:10:34.195Z Downloaded ingot v0.1.1
7232026-07-21T19:10:34.195Z Downloaded multimap v0.10.1
7242026-07-21T19:10:34.198Z Downloaded inout v0.1.4
7252026-07-21T19:10:34.198Z Downloaded impl-trait-for-tuples v0.2.3
7262026-07-21T19:10:34.202Z Downloaded newline-converter v0.3.0
7272026-07-21T19:10:34.202Z Downloaded nibble_vec v0.1.0
7282026-07-21T19:10:34.202Z Downloaded newtype_derive v0.1.6
7292026-07-21T19:10:34.202Z Downloaded newtype-uuid-macros v0.1.0
7302026-07-21T19:10:34.205Z Downloaded mime v0.3.17
7312026-07-21T19:10:34.205Z Downloaded new_debug_unreachable v1.0.6
7322026-07-21T19:10:34.205Z Downloaded crossbeam-utils v0.8.21
7332026-07-21T19:10:34.209Z Downloaded ingot-types v0.1.2
7342026-07-21T19:10:34.209Z Downloaded elliptic-curve v0.14.0-rc.33
7352026-07-21T19:10:34.212Z Downloaded nodrop v0.1.14
7362026-07-21T19:10:34.216Z Downloaded hmac v0.12.1
7372026-07-21T19:10:34.216Z Downloaded num v0.4.3
7382026-07-21T19:10:34.216Z Downloaded ipnet v2.11.0
7392026-07-21T19:10:34.219Z Downloaded num-conv v0.2.0
7402026-07-21T19:10:34.219Z Downloaded ipnetwork v0.21.1
7412026-07-21T19:10:34.224Z Downloaded async-compression v0.4.41
7422026-07-21T19:10:34.228Z Downloaded linear-map v1.2.0
7432026-07-21T19:10:34.229Z Downloaded libsw v3.5.0
7442026-07-21T19:10:34.229Z Downloaded futures v0.3.32
7452026-07-21T19:10:34.232Z Downloaded nonempty v0.12.0
7462026-07-21T19:10:34.232Z Downloaded libefi-sys v0.1.0
7472026-07-21T19:10:34.232Z Downloaded lazy_static v1.5.0
7482026-07-21T19:10:34.232Z Downloaded normalize-line-endings v0.3.0
7492026-07-21T19:10:34.232Z Downloaded lzss v0.8.2
7502026-07-21T19:10:34.235Z Downloaded libloading v0.8.9
7512026-07-21T19:10:34.235Z Downloaded num-iter v0.1.45
7522026-07-21T19:10:34.239Z Downloaded num-derive v0.4.2
7532026-07-21T19:10:34.239Z Downloaded num_enum_derive v0.5.11
7542026-07-21T19:10:34.239Z Downloaded num-derive v0.3.3
7552026-07-21T19:10:34.242Z Downloaded olpc-cjson v0.1.4
7562026-07-21T19:10:34.242Z Downloaded openssl-macros v0.1.1
7572026-07-21T19:10:34.242Z Downloaded num_threads v0.1.7
7582026-07-21T19:10:34.242Z Downloaded opaque-debug v0.3.1
7592026-07-21T19:10:34.242Z Downloaded httparse v1.10.1
7602026-07-21T19:10:34.245Z Downloaded hyper-rustls v0.27.7
7612026-07-21T19:10:34.247Z Downloaded half v2.7.1
7622026-07-21T19:10:34.247Z Downloaded generic-array v1.4.3
7632026-07-21T19:10:34.250Z Downloaded iana-time-zone v0.1.65
7642026-07-21T19:10:34.255Z Downloaded maybe-uninit v2.0.0
7652026-07-21T19:10:34.255Z Downloaded darling_core v0.21.3
7662026-07-21T19:10:34.258Z Downloaded libsw-core v0.3.2
7672026-07-21T19:10:34.258Z Downloaded openssl-probe v0.1.6
7682026-07-21T19:10:34.262Z Downloaded flume v0.11.1
7692026-07-21T19:10:34.267Z Downloaded nanorand v0.7.0
7702026-07-21T19:10:34.267Z Downloaded oso-derive v0.27.3
7712026-07-21T19:10:34.267Z Downloaded module-lattice v0.2.3
7722026-07-21T19:10:34.267Z Downloaded fatfs v0.3.6
7732026-07-21T19:10:34.267Z Downloaded arc-swap v1.8.2
7742026-07-21T19:10:34.271Z Downloaded ingot-macros v0.1.1
7752026-07-21T19:10:34.271Z Downloaded mime_guess v2.0.5
7762026-07-21T19:10:34.271Z Downloaded bytes v1.11.1
7772026-07-21T19:10:34.274Z Downloaded openssl-probe v0.2.1
7782026-07-21T19:10:34.277Z Downloaded jobserver v0.1.34
7792026-07-21T19:10:34.277Z Downloaded nu-ansi-term v0.50.3
7802026-07-21T19:10:34.280Z Downloaded derive_more v2.1.1
7812026-07-21T19:10:34.285Z Downloaded packed_struct_codegen v0.10.1
7822026-07-21T19:10:34.290Z Downloaded bumpalo v3.20.2
7832026-07-21T19:10:34.290Z Downloaded native-tls v0.2.18
7842026-07-21T19:10:34.290Z Downloaded parse-size v1.1.0
7852026-07-21T19:10:34.294Z Downloaded lock_api v0.4.14
7862026-07-21T19:10:34.294Z Downloaded keccak v0.2.0
7872026-07-21T19:10:34.295Z Downloaded http-body-util v0.1.3
7882026-07-21T19:10:34.295Z Downloaded newtype-uuid v1.3.2
7892026-07-21T19:10:34.301Z Downloaded const_format v0.2.35
7902026-07-21T19:10:34.301Z Downloaded compact_str v0.8.1
7912026-07-21T19:10:34.304Z Downloaded getrandom v0.3.4
7922026-07-21T19:10:34.304Z Downloaded num-integer v0.1.46
7932026-07-21T19:10:34.304Z Downloaded parse-display v0.10.0
7942026-07-21T19:10:34.304Z Downloaded path-slash v0.1.5
7952026-07-21T19:10:34.304Z Downloaded num-complex v0.4.6
7962026-07-21T19:10:34.307Z Downloaded peg-runtime v0.8.5
7972026-07-21T19:10:34.307Z Downloaded litrs v1.0.0
7982026-07-21T19:10:34.310Z Downloaded num-rational v0.4.2
7992026-07-21T19:10:34.310Z Downloaded percent-encoding v2.3.2
8002026-07-21T19:10:34.310Z Downloaded headers v0.4.1
8012026-07-21T19:10:34.314Z Downloaded cc v1.2.56
8022026-07-21T19:10:34.318Z Downloaded heapless v0.7.17
8032026-07-21T19:10:34.318Z Downloaded icu_provider v2.1.1
8042026-07-21T19:10:34.324Z Downloaded hybrid-array v0.4.13
8052026-07-21T19:10:34.324Z Downloaded crypto-bigint v0.5.5
8062026-07-21T19:10:34.328Z Downloaded num_enum v0.7.6
8072026-07-21T19:10:34.332Z Downloaded multer v3.1.0
8082026-07-21T19:10:34.332Z Downloaded flate2 v1.1.9
8092026-07-21T19:10:34.336Z Downloaded indexmap v1.9.3
8102026-07-21T19:10:34.347Z Downloaded predicates-core v1.0.10
8112026-07-21T19:10:34.352Z Downloaded precomputed-hash v0.1.1
8122026-07-21T19:10:34.352Z Downloaded potential_utf v0.1.4
8132026-07-21T19:10:34.352Z Downloaded phf_shared v0.13.1
8142026-07-21T19:10:34.352Z Downloaded oxide-tokio-rt v0.1.4
8152026-07-21T19:10:34.356Z Downloaded oxide-update-engine v0.1.2
8162026-07-21T19:10:34.356Z Downloaded phf_shared v0.11.3
8172026-07-21T19:10:34.356Z Downloaded oxnet v0.1.6
8182026-07-21T19:10:34.356Z Downloaded base64 v0.22.1
8192026-07-21T19:10:34.359Z Downloaded oxide-update-engine-display v0.1.2
8202026-07-21T19:10:34.359Z Downloaded powerfmt v0.2.0
8212026-07-21T19:10:34.363Z Downloaded owo-colors v4.3.0
8222026-07-21T19:10:34.363Z Downloaded ed25519-dalek v3.0.0-rc.0
8232026-07-21T19:10:34.363Z Downloaded derive_more-impl v2.1.1
8242026-07-21T19:10:34.371Z Downloaded litemap v0.8.1
8252026-07-21T19:10:34.376Z Downloaded parse-display-derive v0.10.0
8262026-07-21T19:10:34.376Z Downloaded packed_struct v0.10.1
8272026-07-21T19:10:34.376Z Downloaded icu_locale_core v2.1.1
8282026-07-21T19:10:34.376Z Downloaded peg-macros v0.8.5
8292026-07-21T19:10:34.387Z Downloaded predicates-tree v1.0.13
8302026-07-21T19:10:34.387Z Downloaded pem-rfc7468 v0.7.0
8312026-07-21T19:10:34.387Z Downloaded pem v3.0.6
8322026-07-21T19:10:34.387Z Downloaded pbkdf2 v0.13.0
8332026-07-21T19:10:34.387Z Downloaded paste v1.0.15
8342026-07-21T19:10:34.390Z Downloaded progenitor-macro v0.14.0
8352026-07-21T19:10:34.390Z Downloaded proc-macro-error-attr2 v2.0.0
8362026-07-21T19:10:34.390Z Downloaded proc-macro-crate v3.4.0
8372026-07-21T19:10:34.390Z Downloaded proc-macro-crate v1.3.1
8382026-07-21T19:10:34.390Z Downloaded num_enum_derive v0.7.6
8392026-07-21T19:10:34.390Z Downloaded password-hash v0.5.0
8402026-07-21T19:10:34.390Z Downloaded parking_lot_core v0.8.6
8412026-07-21T19:10:34.390Z Downloaded icu_normalizer v2.1.1
8422026-07-21T19:10:34.395Z Downloaded der v0.7.10
8432026-07-21T19:10:34.395Z Downloaded progenitor-client v0.14.0
8442026-07-21T19:10:34.395Z Downloaded phf v0.13.1
8452026-07-21T19:10:34.399Z Downloaded expectorate v1.2.0
8462026-07-21T19:10:34.399Z Downloaded darling_core v0.20.11
8472026-07-21T19:10:34.404Z Downloaded indicatif v0.18.4
8482026-07-21T19:10:34.408Z Downloaded quick-error v1.2.3
8492026-07-21T19:10:34.408Z Downloaded der v0.8.0
8502026-07-21T19:10:34.408Z Downloaded pkg-config v0.3.32
8512026-07-21T19:10:34.411Z Downloaded pkcs8 v0.10.2
8522026-07-21T19:10:34.412Z Downloaded pin-project-internal v1.1.11
8532026-07-21T19:10:34.415Z Downloaded psl-types v2.0.11
8542026-07-21T19:10:34.415Z Downloaded phf_shared v0.12.1
8552026-07-21T19:10:34.415Z Downloaded poly1305 v0.8.0
8562026-07-21T19:10:34.419Z Downloaded ppv-lite86 v0.2.21
8572026-07-21T19:10:34.419Z Downloaded postgres-protocol v0.6.10
8582026-07-21T19:10:34.419Z Downloaded port-file v0.1.0
8592026-07-21T19:10:34.423Z Downloaded ml-kem v0.3.2
8602026-07-21T19:10:34.423Z Downloaded hickory-resolver v0.25.2
8612026-07-21T19:10:34.427Z Downloaded phc v0.6.1
8622026-07-21T19:10:34.427Z Downloaded ed25519-dalek v2.2.0
8632026-07-21T19:10:34.431Z Downloaded peg v0.8.5
8642026-07-21T19:10:34.431Z Downloaded rand_chacha v0.3.1
8652026-07-21T19:10:34.434Z Downloaded parking_lot v0.12.5
8662026-07-21T19:10:34.434Z Downloaded parking_lot v0.11.2
8672026-07-21T19:10:34.437Z Downloaded memmap2 v0.9.10
8682026-07-21T19:10:34.437Z Downloaded progenitor v0.13.0
8692026-07-21T19:10:34.437Z Downloaded primeorder v0.14.0-rc.10
8702026-07-21T19:10:34.441Z Downloaded primefield v0.14.0
8712026-07-21T19:10:34.442Z Downloaded parking_lot_core v0.9.12
8722026-07-21T19:10:34.442Z Downloaded radium v0.7.0
8732026-07-21T19:10:34.508Z Downloaded primeorder v0.13.6
8742026-07-21T19:10:34.509Z Downloaded progenitor v0.14.0
8752026-07-21T19:10:34.509Z Downloaded ref-cast-impl v1.0.25
8762026-07-21T19:10:34.517Z Downloaded ref-cast v1.0.25
8772026-07-21T19:10:34.518Z Downloaded icu_collections v2.1.1
8782026-07-21T19:10:34.518Z Downloaded progenitor-client v0.13.0
8792026-07-21T19:10:34.518Z Downloaded oso v0.27.3
8802026-07-21T19:10:34.518Z Downloaded omicron-zone-package v0.12.3
8812026-07-21T19:10:34.518Z Downloaded rand_xorshift v0.4.0
8822026-07-21T19:10:34.518Z Downloaded psm v0.1.30
8832026-07-21T19:10:34.518Z Downloaded hashbrown v0.12.3
8842026-07-21T19:10:34.518Z Downloaded progenitor-extras v0.2.0
8852026-07-21T19:10:34.518Z Downloaded phf v0.12.1
8862026-07-21T19:10:34.518Z Downloaded rfc6979 v0.4.0
8872026-07-21T19:10:34.518Z Downloaded recursive-proc-macro-impl v0.1.1
8882026-07-21T19:10:34.518Z Downloaded recursive v0.1.1
8892026-07-21T19:10:34.519Z Downloaded progenitor-macro v0.13.0
8902026-07-21T19:10:34.519Z Downloaded pkcs8 v0.11.0
8912026-07-21T19:10:34.519Z Downloaded predicates v3.1.4
8922026-07-21T19:10:34.519Z Downloaded russh-util v0.52.0
8932026-07-21T19:10:34.519Z Downloaded rustc_version v0.1.7
8942026-07-21T19:10:34.519Z Downloaded rustc-hash v2.1.1
8952026-07-21T19:10:34.519Z Downloaded rustc_version v0.4.1
8962026-07-21T19:10:34.519Z Downloaded rtoolbox v0.0.3
8972026-07-21T19:10:34.519Z Downloaded russh-cryptovec v0.61.0
8982026-07-21T19:10:34.519Z Downloaded rfc6979 v0.5.0
8992026-07-21T19:10:34.519Z Downloaded oxide-update-engine-types v0.1.2
9002026-07-21T19:10:34.519Z Downloaded hickory-resolver v0.24.4
9012026-07-21T19:10:34.520Z Downloaded postgres-types v0.2.12
9022026-07-21T19:10:34.544Z Downloaded postcard v1.1.3
9032026-07-21T19:10:34.544Z Downloaded poly1305 v0.9.0
9042026-07-21T19:10:34.544Z Downloaded polyval v0.7.1
9052026-07-21T19:10:34.544Z Downloaded pkcs1 v0.8.0-rc.4
9062026-07-21T19:10:34.544Z Downloaded pkcs1 v0.7.5
9072026-07-21T19:10:34.544Z Downloaded pin-project-lite v0.2.17
9082026-07-21T19:10:34.545Z Downloaded num-traits v0.2.19
9092026-07-21T19:10:34.545Z Downloaded jiff-static v0.2.21
9102026-07-21T19:10:34.545Z Downloaded scheduled-thread-pool v0.2.7
9112026-07-21T19:10:34.545Z Downloaded scopeguard v1.2.0
9122026-07-21T19:10:34.545Z Downloaded sapling-renderdag v0.1.0
9132026-07-21T19:10:34.545Z Downloaded diesel_derives v2.3.7
9142026-07-21T19:10:34.545Z Downloaded proc-macro-error2 v2.0.1
9152026-07-21T19:10:34.545Z Downloaded pem-rfc7468 v1.0.0
9162026-07-21T19:10:34.545Z Downloaded aes-gcm v0.11.0
9172026-07-21T19:10:34.545Z Downloaded rand_seeder v0.4.0
9182026-07-21T19:10:34.545Z Downloaded same-file v1.0.6
9192026-07-21T19:10:34.545Z Downloaded rand_core v0.10.0
9202026-07-21T19:10:34.545Z Downloaded openssl-sys v0.9.115
9212026-07-21T19:10:34.563Z Downloaded secrecy v0.8.0
9222026-07-21T19:10:34.563Z Downloaded scroll_derive v0.13.1
9232026-07-21T19:10:34.563Z Downloaded hashbrown v0.13.2
9242026-07-21T19:10:34.563Z Downloaded pin-project v1.1.11
9252026-07-21T19:10:34.563Z Downloaded serde_spanned v1.1.1
9262026-07-21T19:10:34.563Z Downloaded sha1 v0.10.6
9272026-07-21T19:10:34.563Z Downloaded sha1 v0.11.0
9282026-07-21T19:10:34.563Z Downloaded serde_urlencoded v0.7.1
9292026-07-21T19:10:34.563Z Downloaded serde_repr v0.1.20
9302026-07-21T19:10:34.584Z Downloaded minimal-lexical v0.2.1
9312026-07-21T19:10:34.584Z Downloaded p256 v0.14.0-rc.10
9322026-07-21T19:10:34.584Z Downloaded serde-big-array v0.5.1
9332026-07-21T19:10:34.585Z Downloaded seq-macro v0.3.6
9342026-07-21T19:10:34.585Z Downloaded secrecy v0.10.3
9352026-07-21T19:10:34.585Z Downloaded rusty-fork v0.3.1
9362026-07-21T19:10:34.585Z Downloaded rustls-pemfile v2.2.0
9372026-07-21T19:10:34.585Z Downloaded rustls-native-certs v0.8.3
9382026-07-21T19:10:34.585Z Downloaded rand_core v0.9.5
9392026-07-21T19:10:34.585Z Downloaded shell-words v1.1.1
9402026-07-21T19:10:34.585Z Downloaded serde_plain v1.0.2
9412026-07-21T19:10:34.608Z Downloaded rustversion v1.0.22
9422026-07-21T19:10:34.609Z Downloaded rand_core v0.6.4
9432026-07-21T19:10:34.609Z Downloaded progenitor-impl v0.13.0
9442026-07-21T19:10:34.609Z Downloaded rand_chacha v0.9.0
9452026-07-21T19:10:34.609Z Downloaded progenitor-impl v0.14.0
9462026-07-21T19:10:34.609Z Downloaded signature v3.0.0
9472026-07-21T19:10:34.609Z Downloaded signal-hook-mio v0.2.5
9482026-07-21T19:10:34.609Z Downloaded hyper-util v0.1.20
9492026-07-21T19:10:34.609Z Downloaded siphasher v1.0.2
9502026-07-21T19:10:34.609Z Downloaded slog-envlogger v2.2.0
9512026-07-21T19:10:34.609Z Downloaded dropshot-api-manager v0.7.2
9522026-07-21T19:10:34.609Z Downloaded scroll v0.13.0
9532026-07-21T19:10:34.622Z Downloaded aes v0.9.1
9542026-07-21T19:10:34.622Z Downloaded signature v2.2.0
9552026-07-21T19:10:34.622Z Downloaded crossterm v0.28.1
9562026-07-21T19:10:34.622Z Downloaded slog-bunyan v2.5.0
9572026-07-21T19:10:34.622Z Downloaded serde_bytes v0.11.19
9582026-07-21T19:10:34.622Z Downloaded semver v0.1.20
9592026-07-21T19:10:34.622Z Downloaded sec1 v0.8.1
9602026-07-21T19:10:34.622Z Downloaded sec1 v0.7.3
9612026-07-21T19:10:34.622Z Downloaded scrypt v0.12.0
9622026-07-21T19:10:34.622Z Downloaded internal-russh-num-bigint v0.5.0
9632026-07-21T19:10:34.623Z Downloaded serde_derive_internals v0.29.1
9642026-07-21T19:10:34.623Z Downloaded rustls-pki-types v1.14.0
9652026-07-21T19:10:34.623Z Downloaded schemars_derive v0.8.22
9662026-07-21T19:10:34.623Z Downloaded signal-hook-tokio v0.3.1
9672026-07-21T19:10:34.623Z Downloaded serde_path_to_error v0.1.20
9682026-07-21T19:10:34.623Z Downloaded serde-hex v0.1.0
9692026-07-21T19:10:34.623Z Downloaded rpassword v7.5.4
9702026-07-21T19:10:34.641Z Downloaded http v1.4.2
9712026-07-21T19:10:34.641Z Downloaded serdect v0.4.3
9722026-07-21T19:10:34.641Z Downloaded itertools v0.10.5
9732026-07-21T19:10:34.641Z Downloaded prettyplease v0.2.37
9742026-07-21T19:10:34.641Z Downloaded sigpipe v0.1.3
9752026-07-21T19:10:34.641Z Downloaded salsa20 v0.11.0
9762026-07-21T19:10:34.641Z Downloaded pretty_assertions v1.4.1
9772026-07-21T19:10:34.641Z Downloaded r2d2 v0.8.10
9782026-07-21T19:10:34.641Z Downloaded slog-async v2.8.0
9792026-07-21T19:10:34.641Z Downloaded slab v0.4.12
9802026-07-21T19:10:34.669Z Downloaded serde_with_macros v1.5.2
9812026-07-21T19:10:34.669Z Downloaded prefix-trie v0.7.0
9822026-07-21T19:10:34.669Z Downloaded papergrid v0.17.0
9832026-07-21T19:10:34.688Z Downloaded resolv-conf v0.7.6
9842026-07-21T19:10:34.688Z Downloaded stable_deref_trait v1.2.1
9852026-07-21T19:10:34.688Z Downloaded slog-json v2.6.1
9862026-07-21T19:10:34.688Z Downloaded quinn-udp v0.5.14
9872026-07-21T19:10:34.688Z Downloaded pkcs5 v0.8.1
9882026-07-21T19:10:34.689Z Downloaded structmeta v0.3.0
9892026-07-21T19:10:34.689Z Downloaded strip-ansi-escapes v0.2.1
9902026-07-21T19:10:34.689Z Downloaded signal-hook-registry v1.4.8
9912026-07-21T19:10:34.689Z Downloaded simd-adler32 v0.3.8
9922026-07-21T19:10:34.689Z Downloaded smallvec v0.6.14
9932026-07-21T19:10:34.689Z Downloaded shlex v1.3.0
9942026-07-21T19:10:34.689Z Downloaded structmeta-derive v0.3.0
9952026-07-21T19:10:34.689Z Downloaded strsim v0.10.0
9962026-07-21T19:10:34.689Z Downloaded sqlparser_derive v0.5.0
9972026-07-21T19:10:34.689Z Downloaded miniz_oxide v0.8.9
9982026-07-21T19:10:34.689Z Downloaded libbz2-rs-sys v0.2.2
9992026-07-21T19:10:34.689Z Downloaded ignore v0.4.25
10002026-07-21T19:10:34.689Z Downloaded strum v0.26.3
10012026-07-21T19:10:34.690Z Downloaded icu_properties v2.1.2
10022026-07-21T19:10:34.690Z Downloaded icu_normalizer_data v2.1.1
10032026-07-21T19:10:34.690Z Downloaded heapless v0.8.0
10042026-07-21T19:10:34.700Z Downloaded take_mut v0.2.2
10052026-07-21T19:10:34.700Z Downloaded mio v1.2.0
10062026-07-21T19:10:34.700Z Downloaded slog-stdlog v4.1.1
10072026-07-21T19:10:34.700Z Downloaded subtle v2.6.1
10082026-07-21T19:10:34.700Z Downloaded slog-term v2.9.2
10092026-07-21T19:10:34.700Z Downloaded tabwriter v1.4.1
10102026-07-21T19:10:34.700Z Downloaded hickory-server v0.25.2
10112026-07-21T19:10:34.700Z Downloaded spki v0.7.3
10122026-07-21T19:10:34.700Z Downloaded snafu-derive v0.8.9
10132026-07-21T19:10:34.711Z Downloaded ron v0.8.1
10142026-07-21T19:10:34.712Z Downloaded testing_table v0.3.0
10152026-07-21T19:10:34.712Z Downloaded time-core v0.1.8
10162026-07-21T19:10:34.712Z Downloaded thread-id v5.1.0
10172026-07-21T19:10:34.712Z Downloaded serde_with_macros v3.21.0
10182026-07-21T19:10:34.733Z Downloaded termtree v0.5.1
10192026-07-21T19:10:34.733Z Downloaded p384 v0.14.0-rc.10
10202026-07-21T19:10:34.733Z Downloaded rcgen v0.12.1
10212026-07-21T19:10:34.733Z Downloaded rayon-core v1.13.0
10222026-07-21T19:10:34.733Z Downloaded ryu v1.0.23
10232026-07-21T19:10:34.733Z Downloaded tinyvec_macros v0.1.1
10242026-07-21T19:10:34.733Z Downloaded string_cache v0.8.9
10252026-07-21T19:10:34.733Z Downloaded thiserror-impl-no-std v2.0.2
10262026-07-21T19:10:34.733Z Downloaded static_assertions v1.1.0
10272026-07-21T19:10:34.733Z Downloaded stacker v0.1.23
10282026-07-21T19:10:34.733Z Downloaded ssh-encoding v0.3.0-rc.9
10292026-07-21T19:10:34.734Z Downloaded ssh-cipher v0.3.0-rc.9
10302026-07-21T19:10:34.734Z Downloaded sqlformat v0.3.5
10312026-07-21T19:10:34.734Z Downloaded num-bigint v0.4.6
10322026-07-21T19:10:34.734Z Downloaded tagptr v0.2.0
10332026-07-21T19:10:34.734Z Downloaded idna v1.1.0
10342026-07-21T19:10:34.754Z Downloaded spki v0.8.0
10352026-07-21T19:10:34.755Z Downloaded publicsuffix v2.3.0
10362026-07-21T19:10:34.755Z Downloaded strum v0.27.2
10372026-07-21T19:10:34.755Z Downloaded tap v1.0.1
10382026-07-21T19:10:34.755Z Downloaded synstructure v0.13.2
10392026-07-21T19:10:34.755Z Downloaded schemars v0.8.22
10402026-07-21T19:10:34.764Z Downloaded tokio-test v0.4.5
10412026-07-21T19:10:34.764Z Downloaded sha2 v0.11.0
10422026-07-21T19:10:34.764Z Downloaded itertools v0.12.1
10432026-07-21T19:10:34.764Z Downloaded support-bundle-viewer v0.1.2
10442026-07-21T19:10:34.764Z Downloaded nom v7.1.3
10452026-07-21T19:10:34.764Z Downloaded strum_macros v0.27.2
10462026-07-21T19:10:34.765Z Downloaded strum_macros v0.26.4
10472026-07-21T19:10:34.775Z Downloaded strum_macros v0.24.3
10482026-07-21T19:10:34.775Z Downloaded signal-hook v0.3.18
10492026-07-21T19:10:34.775Z Downloaded iri-string v0.7.10
10502026-07-21T19:10:34.775Z Downloaded tower-service v0.3.3
10512026-07-21T19:10:34.776Z Downloaded tower-layer v0.3.3
10522026-07-21T19:10:34.776Z Downloaded termios v0.3.3
10532026-07-21T19:10:34.781Z Downloaded stringprep v0.1.5
10542026-07-21T19:10:34.781Z Downloaded smf v0.2.3
10552026-07-21T19:10:34.781Z Downloaded tokio-macros v2.7.0
10562026-07-21T19:10:34.781Z Downloaded thread_local v1.1.9
10572026-07-21T19:10:34.781Z Downloaded thiserror-no-std v2.0.2
10582026-07-21T19:10:34.782Z Downloaded serde_yaml v0.9.34+deprecated
10592026-07-21T19:10:34.782Z Downloaded quinn v0.11.9
10602026-07-21T19:10:34.787Z Downloaded tokio-dtrace v0.1.1
10612026-07-21T19:10:34.787Z Downloaded time-macros v0.2.27
10622026-07-21T19:10:34.787Z Downloaded tinystr v0.8.2
10632026-07-21T19:10:34.787Z Downloaded rand v0.8.6
10642026-07-21T19:10:34.790Z Downloaded tiny-keccak v2.0.2
10652026-07-21T19:10:34.790Z Downloaded topological-sort v0.2.2
10662026-07-21T19:10:34.790Z Downloaded libxml v0.3.3
10672026-07-21T19:10:34.793Z Downloaded spin v0.9.8
10682026-07-21T19:10:34.793Z Downloaded hashbrown v0.16.1
10692026-07-21T19:10:34.798Z Downloaded tokio-native-tls v0.3.1
10702026-07-21T19:10:34.806Z Downloaded tokio-tungstenite v0.21.0
10712026-07-21T19:10:34.806Z Downloaded qorb v0.4.1
10722026-07-21T19:10:34.809Z Downloaded unarray v0.1.4
10732026-07-21T19:10:34.810Z Downloaded unicode-xid v0.2.6
10742026-07-21T19:10:34.810Z Downloaded serde_cbor v0.11.2
10752026-07-21T19:10:34.810Z Downloaded try-lock v0.2.5
10762026-07-21T19:10:34.810Z Downloaded trait-variant v0.1.2
10772026-07-21T19:10:34.810Z Downloaded schemars v0.9.0
10782026-07-21T19:10:34.815Z Downloaded untrusted v0.7.1
10792026-07-21T19:10:34.818Z Downloaded utf-8 v0.7.6
10802026-07-21T19:10:34.818Z Downloaded socket2 v0.5.10
10812026-07-21T19:10:34.821Z Downloaded toml_writer v1.1.1+spec-1.1.0
10822026-07-21T19:10:34.821Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10832026-07-21T19:10:34.821Z Downloaded toml_datetime v1.1.1+spec-1.1.0
10842026-07-21T19:10:34.827Z Downloaded tls_codec v0.4.2
10852026-07-21T19:10:34.827Z Downloaded term v1.2.1
10862026-07-21T19:10:34.830Z Downloaded itertools v0.14.0
10872026-07-21T19:10:34.831Z Downloaded usdt-macro v0.6.0
10882026-07-21T19:10:34.831Z Downloaded tls_codec_derive v0.4.2
10892026-07-21T19:10:34.834Z Downloaded hkdf v0.13.0
10902026-07-21T19:10:34.834Z Downloaded usdt-attr-macro v0.6.0
10912026-07-21T19:10:34.834Z Downloaded futures-util v0.3.32
10922026-07-21T19:10:34.840Z Downloaded tokio-tungstenite v0.23.1
10932026-07-21T19:10:34.844Z Downloaded smallvec v1.15.1
10942026-07-21T19:10:34.844Z Downloaded universal-hash v0.6.1
10952026-07-21T19:10:34.844Z Downloaded universal-hash v0.5.1
10962026-07-21T19:10:34.847Z Downloaded utf8_iter v1.0.4
10972026-07-21T19:10:34.847Z Downloaded untrusted v0.9.0
10982026-07-21T19:10:34.848Z Downloaded slog v2.8.2
10992026-07-21T19:10:34.851Z Downloaded itertools v0.13.0
11002026-07-21T19:10:34.855Z Downloaded rand v0.9.2
11012026-07-21T19:10:34.860Z Downloaded want v0.3.1
11022026-07-21T19:10:34.860Z Downloaded waitgroup v0.1.2
11032026-07-21T19:10:34.860Z Downloaded void v1.0.2
11042026-07-21T19:10:34.860Z Downloaded rustls-webpki v0.103.13
11052026-07-21T19:10:34.863Z Downloaded rsa v0.9.10
11062026-07-21T19:10:34.863Z Downloaded usdt v0.6.0
11072026-07-21T19:10:34.867Z Downloaded unit-prefix v0.5.2
11082026-07-21T19:10:34.867Z Downloaded unicode-truncate v1.1.0
11092026-07-21T19:10:34.867Z Downloaded p521 v0.14.0-rc.10
11102026-07-21T19:10:34.871Z Downloaded wait-timeout v0.2.1
11112026-07-21T19:10:34.871Z Downloaded hyper v1.10.1
11122026-07-21T19:10:34.877Z Downloaded samael v0.0.19
11132026-07-21T19:10:34.880Z Downloaded schemars v1.2.1
11142026-07-21T19:10:34.886Z Downloaded xattr v1.6.1
11152026-07-21T19:10:34.893Z Downloaded tui-tree-widget v0.23.1
11162026-07-21T19:10:34.893Z Downloaded term v0.7.0
11172026-07-21T19:10:34.893Z Downloaded nom v8.0.0
11182026-07-21T19:10:34.899Z Downloaded subprocess v0.2.15
11192026-07-21T19:10:34.899Z Downloaded num-bigint-dig v0.8.6
11202026-07-21T19:10:34.903Z Downloaded usdt-impl v0.6.0
11212026-07-21T19:10:34.903Z Downloaded xshell-macros v0.2.7
11222026-07-21T19:10:34.903Z Downloaded uzers v0.12.2
11232026-07-21T19:10:34.903Z Downloaded zeroize_derive v1.4.3
11242026-07-21T19:10:34.903Z Downloaded libm v0.2.16
11252026-07-21T19:10:34.907Z Downloaded rand v0.10.1
11262026-07-21T19:10:34.914Z Downloaded snafu v0.8.9
11272026-07-21T19:10:34.918Z Downloaded yoke-derive v0.8.1
11282026-07-21T19:10:34.918Z Downloaded zerofrom v0.1.6
11292026-07-21T19:10:34.918Z Downloaded tokio-rustls v0.26.4
11302026-07-21T19:10:34.918Z Downloaded vsss-rs v3.3.4
11312026-07-21T19:10:34.918Z Downloaded vergen-lib v9.1.0
11322026-07-21T19:10:34.923Z Downloaded vergen-lib v0.1.6
11332026-07-21T19:10:34.923Z Downloaded tinyvec v1.10.0
11342026-07-21T19:10:34.923Z Downloaded icu_properties_data v2.1.2
11352026-07-21T19:10:34.929Z Downloaded walkdir v2.5.0
11362026-07-21T19:10:34.934Z Downloaded iddqd v0.4.2
11372026-07-21T19:10:34.934Z Downloaded zone_cfg_derive v0.3.1
11382026-07-21T19:10:34.936Z Downloaded zone v0.3.1
11392026-07-21T19:10:34.937Z Downloaded vergen-git2 v9.1.0
11402026-07-21T19:10:34.937Z Downloaded whoami v1.6.1
11412026-07-21T19:10:34.937Z Downloaded toml v0.7.8
11422026-07-21T19:10:34.940Z Downloaded aws-lc-rs v1.16.3
11432026-07-21T19:10:34.943Z Downloaded tracing-attributes v0.1.31
11442026-07-21T19:10:34.946Z Downloaded toml_parser v1.1.2+spec-1.1.0
11452026-07-21T19:10:34.946Z Downloaded writeable v0.6.2
11462026-07-21T19:10:34.949Z Downloaded xshell v0.2.7
11472026-07-21T19:10:34.949Z Downloaded wyz v0.5.1
11482026-07-21T19:10:34.949Z Downloaded test-strategy v0.4.5
11492026-07-21T19:10:34.952Z Downloaded socket2 v0.6.3
11502026-07-21T19:10:34.952Z Downloaded blake3 v1.8.5
11512026-07-21T19:10:34.957Z Downloaded yoke v0.8.1
11522026-07-21T19:10:34.961Z Downloaded unicase v2.9.0
11532026-07-21T19:10:34.961Z Downloaded twox-hash v2.1.2
11542026-07-21T19:10:34.964Z Downloaded toml v1.1.2+spec-1.1.0
11552026-07-21T19:10:34.964Z Downloaded vergen-gitcl v1.0.8
11562026-07-21T19:10:34.964Z Downloaded tar v0.4.46
11572026-07-21T19:10:34.967Z Downloaded unicode-properties v0.1.4
11582026-07-21T19:10:34.967Z Downloaded hkdf v0.12.4
11592026-07-21T19:10:34.970Z Downloaded rsa v0.10.0-rc.18
11602026-07-21T19:10:34.973Z Downloaded serde_with v1.14.0
11612026-07-21T19:10:34.976Z Downloaded crypto-primes v0.7.2
11622026-07-21T19:10:34.979Z Downloaded zerovec-derive v0.11.2
11632026-07-21T19:10:34.982Z Downloaded zeroize v1.8.2
11642026-07-21T19:10:34.982Z Downloaded zerofrom-derive v0.1.6
11652026-07-21T19:10:34.982Z Downloaded tokio-stream v0.1.18
11662026-07-21T19:10:34.985Z Downloaded zstd v0.13.3
11672026-07-21T19:10:34.985Z Downloaded vergen v9.1.0
11682026-07-21T19:10:34.989Z Downloaded h2 v0.4.15
11692026-07-21T19:10:34.992Z Downloaded typify v0.6.2
11702026-07-21T19:10:34.995Z Downloaded chrono v0.4.45
11712026-07-21T19:10:34.999Z Downloaded typify-macro v0.6.2
11722026-07-21T19:10:34.999Z Downloaded similar v2.7.0
11732026-07-21T19:10:35.002Z Downloaded whoami v2.1.0
11742026-07-21T19:10:35.002Z Downloaded tungstenite v0.23.0
11752026-07-21T19:10:35.005Z Downloaded unicode-bidi v0.3.18
11762026-07-21T19:10:35.005Z Downloaded yasna v0.5.2
11772026-07-21T19:10:35.008Z Downloaded rustls-platform-verifier v0.6.2
11782026-07-21T19:10:35.009Z Downloaded unsafe-libyaml v0.2.11
11792026-07-21T19:10:35.011Z Downloaded tabled_derive v0.11.0
11802026-07-21T19:10:35.011Z Downloaded zerocopy v0.6.6
11812026-07-21T19:10:35.014Z Downloaded slog-scope v4.4.1
11822026-07-21T19:10:35.014Z Downloaded slog-dtrace v0.3.0
11832026-07-21T19:10:35.015Z Downloaded hashbrown v0.15.5
11842026-07-21T19:10:35.017Z Downloaded vte v0.14.1
11852026-07-21T19:10:35.020Z Downloaded git2 v0.20.4
11862026-07-21T19:10:35.023Z Downloaded tracing-core v0.1.36
11872026-07-21T19:10:35.026Z Downloaded uuid v1.23.4
11882026-07-21T19:10:35.026Z Downloaded sync_wrapper v1.0.2
11892026-07-21T19:10:35.029Z Downloaded sync-ptr v0.1.4
11902026-07-21T19:10:35.029Z Downloaded supports-color v3.0.2
11912026-07-21T19:10:35.029Z Downloaded num_enum v0.5.11
11922026-07-21T19:10:35.032Z Downloaded toml_edit v0.23.10+spec-1.0.0
11932026-07-21T19:10:35.035Z Downloaded password-hash v0.6.1
11942026-07-21T19:10:35.035Z Downloaded hmac v0.13.0
11952026-07-21T19:10:35.035Z Downloaded getrandom v0.2.17
11962026-07-21T19:10:35.040Z Downloaded bitvec v1.0.1
11972026-07-21T19:10:35.048Z Downloaded zstd-safe v7.2.4
11982026-07-21T19:10:35.052Z Downloaded steno v0.4.1
11992026-07-21T19:10:35.053Z Downloaded bindgen v0.71.1
12002026-07-21T19:10:35.057Z Downloaded tungstenite v0.21.0
12012026-07-21T19:10:35.060Z Downloaded reedline v0.40.0
12022026-07-21T19:10:35.070Z Downloaded tokio-postgres v0.7.16
12032026-07-21T19:10:35.072Z Downloaded zopfli v0.8.3
12042026-07-21T19:10:35.072Z Downloaded unicode_categories v0.1.1
12052026-07-21T19:10:35.081Z Downloaded toml_edit v0.19.15
12062026-07-21T19:10:35.090Z Downloaded url v2.5.8
12072026-07-21T19:10:35.093Z Downloaded rayon v1.11.0
12082026-07-21T19:10:35.097Z Downloaded rustyline v14.0.0
12092026-07-21T19:10:35.101Z Downloaded zip v0.6.6
12102026-07-21T19:10:35.104Z Downloaded zerotrie v0.2.3
12112026-07-21T19:10:35.107Z Downloaded regex v1.12.3
12122026-07-21T19:10:35.111Z Downloaded rawzip v0.4.4
12132026-07-21T19:10:35.114Z Downloaded yansi v1.0.1
12142026-07-21T19:10:35.118Z Downloaded portable-atomic v1.13.1
12152026-07-21T19:10:35.125Z Downloaded salty v0.3.0
12162026-07-21T19:10:35.129Z Downloaded tower v0.5.3
12172026-07-21T19:10:35.139Z Downloaded ssh-key v0.7.0-rc.10
12182026-07-21T19:10:35.141Z Downloaded proptest v1.10.0
12192026-07-21T19:10:35.141Z Downloaded goblin v0.10.5
12202026-07-21T19:10:35.146Z Downloaded x509-cert v0.2.5
12212026-07-21T19:10:35.149Z Downloaded p384 v0.13.1
12222026-07-21T19:10:35.151Z Downloaded reqwest v0.12.28
12232026-07-21T19:10:35.158Z Downloaded crypto-bigint v0.7.5
12242026-07-21T19:10:35.171Z Downloaded zerocopy-derive v0.8.40
12252026-07-21T19:10:35.178Z Downloaded unicode-normalization v0.1.25
12262026-07-21T19:10:35.178Z Downloaded tokio-util v0.7.18
12272026-07-21T19:10:35.181Z Downloaded tower-http v0.6.8
12282026-07-21T19:10:35.184Z Downloaded reqwest v0.13.2
12292026-07-21T19:10:35.187Z Downloaded nix v0.27.1
12302026-07-21T19:10:35.193Z Downloaded typed-path v0.9.3
12312026-07-21T19:10:35.196Z Downloaded unicode-segmentation v1.12.0
12322026-07-21T19:10:35.200Z Downloaded moka v0.12.13
12332026-07-21T19:10:35.204Z Downloaded zip v4.6.1
12342026-07-21T19:10:35.207Z Downloaded quick-xml v0.37.5
12352026-07-21T19:10:35.210Z Downloaded lalrpop v0.19.12
12362026-07-21T19:10:35.213Z Downloaded curve25519-dalek v4.1.3
12372026-07-21T19:10:35.223Z Downloaded radix_trie v0.2.1
12382026-07-21T19:10:35.228Z Downloaded bstr v1.12.1
12392026-07-21T19:10:35.234Z Downloaded petname v2.0.2
12402026-07-21T19:10:35.238Z Downloaded tough v0.22.0
12412026-07-21T19:10:35.241Z Downloaded object v0.30.4
12422026-07-21T19:10:35.247Z Downloaded polar-core v0.27.3
12432026-07-21T19:10:35.250Z Downloaded nix v0.28.0
12442026-07-21T19:10:35.258Z Downloaded zerovec v0.11.5
12452026-07-21T19:10:35.264Z Downloaded tabled v0.20.0
12462026-07-21T19:10:35.273Z Downloaded winnow v0.6.26
12472026-07-21T19:10:35.280Z Downloaded time v0.3.47
12482026-07-21T19:10:35.288Z Downloaded serde_with v3.21.0
12492026-07-21T19:10:35.295Z Downloaded winnow v1.0.3
12502026-07-21T19:10:35.312Z Downloaded vcpkg v0.2.15
12512026-07-21T19:10:35.323Z Downloaded russh v0.61.2
12522026-07-21T19:10:35.333Z Downloaded curve25519-dalek v5.0.0-rc.0
12532026-07-21T19:10:35.338Z Downloaded hickory-proto v0.24.4
12542026-07-21T19:10:35.363Z Downloaded smoltcp v0.11.0
12552026-07-21T19:10:35.367Z Downloaded openssl v0.10.79
12562026-07-21T19:10:35.367Z Downloaded quinn-proto v0.11.13
12572026-07-21T19:10:35.367Z Downloaded regress v0.11.1
12582026-07-21T19:10:35.367Z Downloaded winnow v0.5.40
12592026-07-21T19:10:35.373Z Downloaded regex-syntax v0.8.10
12602026-07-21T19:10:35.382Z Downloaded dropshot v0.17.1
12612026-07-21T19:10:35.390Z Downloaded regex-syntax v0.6.29
12622026-07-21T19:10:35.398Z Downloaded nix v0.31.2
12632026-07-21T19:10:35.404Z Downloaded smoltcp v0.9.1
12642026-07-21T19:10:35.409Z Downloaded object v0.37.3
12652026-07-21T19:10:35.417Z Downloaded openapiv3 v2.2.0
12662026-07-21T19:10:35.428Z Downloaded hickory-proto v0.25.2
12672026-07-21T19:10:35.433Z Downloaded diesel v2.3.7
12682026-07-21T19:10:35.445Z Downloaded zlib-rs v0.6.2
12692026-07-21T19:10:35.454Z Downloaded fiat-crypto v0.3.0
12702026-07-21T19:10:35.468Z Downloaded regress v0.10.5
12712026-07-21T19:10:35.473Z Downloaded zerocopy v0.8.40
12722026-07-21T19:10:35.473Z Downloaded typify-impl v0.6.2
12732026-07-21T19:10:35.480Z Downloaded tracing v0.1.44
12742026-07-21T19:10:35.518Z Downloaded rustix v0.38.44
12752026-07-21T19:10:35.522Z Downloaded rustls v0.23.41
12762026-07-21T19:10:35.522Z Downloaded bzip2-sys v0.1.13+1.0.8
12772026-07-21T19:10:35.532Z Downloaded chrono-tz v0.10.4
12782026-07-21T19:10:35.569Z Downloaded sqlparser v0.61.0
12792026-07-21T19:10:35.586Z Downloaded jiff v0.2.21
12802026-07-21T19:10:35.586Z Downloaded sled v0.34.7
12812026-07-21T19:10:35.599Z Downloaded ratatui v0.29.0
12822026-07-21T19:10:35.599Z Downloaded libz-sys v1.1.24
12832026-07-21T19:10:35.621Z Downloaded sha3 v0.11.0
12842026-07-21T19:10:35.630Z Downloaded zerocopy-derive v0.6.6
12852026-07-21T19:10:35.645Z Downloaded regex-automata v0.4.14
12862026-07-21T19:10:35.663Z Downloaded petgraph v0.8.3
12872026-07-21T19:10:35.682Z Downloaded petgraph v0.6.5
12882026-07-21T19:10:35.700Z Downloaded csv v1.4.0
12892026-07-21T19:10:35.714Z Downloaded sha3 v0.10.8
12902026-07-21T19:10:35.719Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12912026-07-21T19:10:35.729Z Downloaded encoding_rs v0.8.35
12922026-07-21T19:10:35.739Z Downloaded tokio v1.52.1
12932026-07-21T19:10:35.768Z Downloaded ring v0.17.14
12942026-07-21T19:10:35.823Z Downloaded libgit2-sys v0.18.3+1.9.2
12952026-07-21T19:10:36.293Z Downloaded aws-lc-sys v0.40.0
12962026-07-21T19:10:36.550Z Compiling libc v0.2.185
12972026-07-21T19:10:36.550Z Compiling serde_core v1.0.228
12982026-07-21T19:10:36.550Z Compiling serde v1.0.228
12992026-07-21T19:10:36.560Z Compiling log v0.4.29
13002026-07-21T19:10:36.560Z Compiling smallvec v1.15.1
13012026-07-21T19:10:36.560Z Compiling shlex v1.3.0
13022026-07-21T19:10:36.560Z Compiling find-msvc-tools v0.1.9
13032026-07-21T19:10:36.560Z Compiling subtle v2.6.1
13042026-07-21T19:10:36.560Z Compiling scopeguard v1.2.0
13052026-07-21T19:10:36.764Z Compiling stable_deref_trait v1.2.1
13062026-07-21T19:10:36.776Z Compiling typenum v1.20.1
13072026-07-21T19:10:36.776Z Compiling serde_json v1.0.150
13082026-07-21T19:10:36.806Z Compiling zerocopy v0.8.40
13092026-07-21T19:10:36.816Z Compiling portable-atomic v1.13.1
13102026-07-21T19:10:36.822Z Compiling syn v2.0.117
13112026-07-21T19:10:36.843Z Compiling parking_lot_core v0.9.12
13122026-07-21T19:10:36.854Z Compiling lock_api v0.4.14
13132026-07-21T19:10:36.873Z Compiling pin-project-lite v0.2.17
13142026-07-21T19:10:36.879Z Compiling critical-section v1.2.0
13152026-07-21T19:10:36.928Z Compiling pkg-config v0.3.32
13162026-07-21T19:10:36.949Z Compiling libm v0.2.16
13172026-07-21T19:10:36.949Z Compiling getrandom v0.4.1
13182026-07-21T19:10:36.970Z Compiling num-traits v0.2.19
13192026-07-21T19:10:37.002Z Compiling rand_core v0.10.0
13202026-07-21T19:10:37.046Z Compiling futures-core v0.3.32
13212026-07-21T19:10:37.075Z Compiling generic-array v0.14.7
13222026-07-21T19:10:37.075Z Compiling litemap v0.8.1
13232026-07-21T19:10:37.103Z Compiling const-oid v0.9.6
13242026-07-21T19:10:37.174Z Compiling percent-encoding v2.3.2
13252026-07-21T19:10:37.186Z Compiling writeable v0.6.2
13262026-07-21T19:10:37.241Z Compiling icu_properties_data v2.1.2
13272026-07-21T19:10:37.320Z Compiling icu_normalizer_data v2.1.1
13282026-07-21T19:10:37.327Z Compiling futures-sink v0.3.32
13292026-07-21T19:10:37.415Z Compiling slab v0.4.12
13302026-07-21T19:10:37.423Z Compiling futures-task v0.3.32
13312026-07-21T19:10:37.423Z Compiling futures-channel v0.3.32
13322026-07-21T19:10:37.431Z Compiling futures-io v0.3.32
13332026-07-21T19:10:37.432Z Compiling utf8_iter v1.0.4
13342026-07-21T19:10:37.472Z Compiling form_urlencoded v1.2.2
13352026-07-21T19:10:37.499Z Compiling rustversion v1.0.22
13362026-07-21T19:10:37.587Z Compiling getrandom v0.3.4
13372026-07-21T19:10:37.600Z Compiling iana-time-zone v0.1.65
13382026-07-21T19:10:37.617Z Compiling rustix v1.1.3
13392026-07-21T19:10:37.621Z Compiling fs_extra v1.3.0
13402026-07-21T19:10:37.645Z Compiling jobserver v0.1.34
13412026-07-21T19:10:37.659Z Compiling errno v0.3.14
13422026-07-21T19:10:37.663Z Compiling getrandom v0.2.17
13432026-07-21T19:10:37.699Z Compiling mio v1.2.0
13442026-07-21T19:10:37.819Z Compiling rand_core v0.6.4
13452026-07-21T19:10:37.828Z Compiling signal-hook-registry v1.4.8
13462026-07-21T19:10:37.852Z Compiling cc v1.2.56
13472026-07-21T19:10:37.891Z Compiling once_cell v1.21.3
13482026-07-21T19:10:37.907Z Compiling parking_lot v0.12.5
13492026-07-21T19:10:37.921Z Compiling socket2 v0.6.3
13502026-07-21T19:10:37.965Z Compiling ident_case v1.0.1
13512026-07-21T19:10:37.981Z Compiling dunce v1.0.5
13522026-07-21T19:10:38.034Z Compiling regex-syntax v0.8.10
13532026-07-21T19:10:38.106Z Compiling base64ct v1.8.3
13542026-07-21T19:10:38.121Z Compiling vcpkg v0.2.15
13552026-07-21T19:10:38.132Z Compiling base64 v0.22.1
13562026-07-21T19:10:38.140Z Compiling tracing-core v0.1.36
13572026-07-21T19:10:38.173Z Compiling flagset v0.4.7
13582026-07-21T19:10:38.240Z Compiling aws-lc-rs v1.16.3
13592026-07-21T19:10:38.307Z Compiling httparse v1.10.1
13602026-07-21T19:10:38.320Z Compiling cmov v0.5.4
13612026-07-21T19:10:38.335Z Compiling pem-rfc7468 v0.7.0
13622026-07-21T19:10:38.410Z Compiling openssl-probe v0.2.1
13632026-07-21T19:10:38.423Z Compiling schemars v0.8.22
13642026-07-21T19:10:38.463Z Compiling dyn-clone v1.0.20
13652026-07-21T19:10:38.541Z Compiling rand_core v0.9.5
13662026-07-21T19:10:38.561Z Compiling tinyvec_macros v0.1.1
13672026-07-21T19:10:38.579Z Compiling ctutils v0.4.2
13682026-07-21T19:10:38.606Z Compiling cmake v0.1.57
13692026-07-21T19:10:38.633Z Compiling aho-corasick v1.1.4
13702026-07-21T19:10:38.637Z Compiling untrusted v0.7.1
13712026-07-21T19:10:38.646Z Compiling tinyvec v1.10.0
13722026-07-21T19:10:38.679Z Compiling tower-service v0.3.3
13732026-07-21T19:10:38.717Z Compiling atomic-waker v1.1.2
13742026-07-21T19:10:38.733Z Compiling tower-layer v0.3.3
13752026-07-21T19:10:38.744Z Compiling try-lock v0.2.5
13762026-07-21T19:10:38.777Z Compiling rustls v0.23.41
13772026-07-21T19:10:38.791Z Compiling openssl v0.10.79
13782026-07-21T19:10:38.840Z Compiling bitflags v2.11.0
13792026-07-21T19:10:38.858Z Compiling semver v1.0.28
13802026-07-21T19:10:38.871Z Compiling indexmap v2.14.0
13812026-07-21T19:10:38.875Z Compiling uuid v1.23.4
13822026-07-21T19:10:38.905Z Compiling want v0.3.1
13832026-07-21T19:10:38.986Z Compiling cpufeatures v0.2.17
13842026-07-21T19:10:39.030Z Compiling untrusted v0.9.0
13852026-07-21T19:10:39.043Z Compiling httpdate v1.0.3
13862026-07-21T19:10:39.072Z Compiling foreign-types-shared v0.1.1
13872026-07-21T19:10:39.086Z Compiling rustc_version v0.4.1
13882026-07-21T19:10:39.092Z Compiling unicode-normalization v0.1.25
13892026-07-21T19:10:39.114Z Compiling spin v0.9.8
13902026-07-21T19:10:39.129Z Compiling crc32fast v1.5.0
13912026-07-21T19:10:39.168Z Compiling foreign-types v0.3.2
13922026-07-21T19:10:39.188Z Compiling num-conv v0.2.0
13932026-07-21T19:10:39.200Z Compiling time-core v0.1.8
13942026-07-21T19:10:39.240Z Compiling native-tls v0.2.18
13952026-07-21T19:10:39.311Z Compiling powerfmt v0.2.0
13962026-07-21T19:10:39.319Z Compiling wait-timeout v0.2.1
13972026-07-21T19:10:39.329Z Compiling sync_wrapper v1.0.2
13982026-07-21T19:10:39.355Z Compiling time-macros v0.2.27
13992026-07-21T19:10:39.431Z Compiling deranged v0.5.8
14002026-07-21T19:10:39.459Z Compiling crossbeam-utils v0.8.21
14012026-07-21T19:10:39.464Z Compiling aws-lc-sys v0.40.0
14022026-07-21T19:10:39.495Z Compiling openssl-sys v0.9.115
14032026-07-21T19:10:39.495Z Compiling regex-automata v0.4.14
14042026-07-21T19:10:39.514Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14052026-07-21T19:10:39.539Z Compiling usdt-impl v0.6.0
14062026-07-21T19:10:39.561Z Compiling syn v1.0.109
14072026-07-21T19:10:39.601Z Compiling synstructure v0.13.2
14082026-07-21T19:10:39.623Z Compiling serde_derive_internals v0.29.1
14092026-07-21T19:10:39.831Z Compiling pest_generator v2.8.6
14102026-07-21T19:10:39.871Z Compiling darling_core v0.20.11
14112026-07-21T19:10:39.990Z Compiling tempfile v3.25.0
14122026-07-21T19:10:40.050Z Compiling siphasher v1.0.2
14132026-07-21T19:10:40.295Z Compiling num_threads v0.1.7
14142026-07-21T19:10:40.308Z Compiling simd-adler32 v0.3.8
14152026-07-21T19:10:40.312Z Compiling bit-vec v0.8.0
14162026-07-21T19:10:40.403Z Compiling quick-error v1.2.3
14172026-07-21T19:10:40.494Z Compiling rusty-fork v0.3.1
14182026-07-21T19:10:40.514Z Compiling darling_core v0.23.0
14192026-07-21T19:10:40.527Z Compiling bit-set v0.8.0
14202026-07-21T19:10:40.575Z Compiling bzip2-sys v0.1.13+1.0.8
14212026-07-21T19:10:40.581Z Compiling heapless v0.7.17
14222026-07-21T19:10:40.602Z Compiling rand_xorshift v0.4.0
14232026-07-21T19:10:40.606Z Compiling slog v2.8.2
14242026-07-21T19:10:40.637Z Compiling time v0.3.47
14252026-07-21T19:10:40.687Z Compiling thread-id v5.1.0
14262026-07-21T19:10:40.718Z Compiling cookie v0.18.1
14272026-07-21T19:10:40.738Z Compiling paste v1.0.15
14282026-07-21T19:10:40.773Z Compiling adler2 v2.0.1
14292026-07-21T19:10:40.789Z Compiling anyhow v1.0.102
14302026-07-21T19:10:40.817Z Compiling unarray v0.1.4
14312026-07-21T19:10:40.862Z Compiling ryu v1.0.23
14322026-07-21T19:10:40.874Z Compiling signal-hook v0.3.18
14332026-07-21T19:10:40.905Z Compiling allocator-api2 v0.2.21
14342026-07-21T19:10:40.920Z Compiling unicode-bidi v0.3.18
14352026-07-21T19:10:40.942Z Compiling iri-string v0.7.10
14362026-07-21T19:10:41.017Z Compiling zstd-safe v7.2.4
14372026-07-21T19:10:41.043Z Compiling unicode-properties v0.1.4
14382026-07-21T19:10:41.161Z Compiling miniz_oxide v0.8.9
14392026-07-21T19:10:41.191Z Compiling camino v1.2.2
14402026-07-21T19:10:41.246Z Compiling curve25519-dalek v4.1.3
14412026-07-21T19:10:41.377Z Compiling stringprep v0.1.5
14422026-07-21T19:10:41.438Z Compiling serde_derive v1.0.228
14432026-07-21T19:10:41.485Z Compiling zeroize_derive v1.4.3
14442026-07-21T19:10:41.604Z Compiling zerofrom-derive v0.1.6
14452026-07-21T19:10:41.620Z Compiling yoke-derive v0.8.1
14462026-07-21T19:10:41.699Z Compiling zerovec-derive v0.11.2
14472026-07-21T19:10:41.801Z Compiling zerocopy-derive v0.8.40
14482026-07-21T19:10:41.850Z Compiling displaydoc v0.2.5
14492026-07-21T19:10:41.867Z Compiling tokio-macros v2.7.0
14502026-07-21T19:10:42.189Z Compiling zeroize v1.8.2
14512026-07-21T19:10:42.304Z Compiling futures-macro v0.3.32
14522026-07-21T19:10:42.311Z Compiling thiserror-impl v2.0.18
14532026-07-21T19:10:42.514Z Compiling der_derive v0.7.3
14542026-07-21T19:10:42.654Z Compiling tracing-attributes v0.1.31
14552026-07-21T19:10:42.660Z Compiling rustls-pki-types v1.14.0
14562026-07-21T19:10:42.851Z Compiling schemars_derive v0.8.22
14572026-07-21T19:10:42.899Z Compiling hybrid-array v0.4.13
14582026-07-21T19:10:43.006Z Compiling block-buffer v0.10.4
14592026-07-21T19:10:43.065Z Compiling zerofrom v0.1.6
14602026-07-21T19:10:43.132Z Compiling crypto-common v0.1.7
14612026-07-21T19:10:43.147Z Compiling pest_derive v2.8.6
14622026-07-21T19:10:43.194Z Compiling yoke v0.8.1
14632026-07-21T19:10:43.208Z Compiling futures-util v0.3.32
14642026-07-21T19:10:43.215Z Compiling scroll_derive v0.13.1
14652026-07-21T19:10:43.307Z Compiling digest v0.10.7
14662026-07-21T19:10:43.355Z Compiling zerovec v0.11.5
14672026-07-21T19:10:43.537Z Compiling zerotrie v0.2.3
14682026-07-21T19:10:43.564Z Compiling der v0.7.10
14692026-07-21T19:10:43.642Z Compiling darling_macro v0.20.11
14702026-07-21T19:10:43.720Z Compiling openssl-macros v0.1.1
14712026-07-21T19:10:43.747Z Compiling thiserror v2.0.18
14722026-07-21T19:10:43.870Z Compiling tinystr v0.8.2
14732026-07-21T19:10:43.895Z Compiling potential_utf v0.1.4
14742026-07-21T19:10:43.900Z Compiling hmac v0.12.1
14752026-07-21T19:10:43.912Z Compiling sha2 v0.10.9
14762026-07-21T19:10:44.060Z Compiling icu_locale_core v2.1.1
14772026-07-21T19:10:44.095Z Compiling icu_collections v2.1.1
14782026-07-21T19:10:44.102Z Compiling tracing v0.1.44
14792026-07-21T19:10:44.118Z Compiling dtrace-parser v0.3.0
14802026-07-21T19:10:44.147Z Compiling scroll v0.13.0
14812026-07-21T19:10:44.208Z Compiling darling v0.20.11
14822026-07-21T19:10:44.227Z Compiling scroll_derive v0.12.1
14832026-07-21T19:10:44.302Z Compiling derive_builder_core v0.20.2
14842026-07-21T19:10:44.396Z Compiling goblin v0.10.5
14852026-07-21T19:10:44.429Z Compiling spki v0.7.3
14862026-07-21T19:10:44.579Z Compiling thiserror-impl v1.0.69
14872026-07-21T19:10:44.661Z Compiling pkcs8 v0.10.2
14882026-07-21T19:10:44.877Z Compiling icu_provider v2.1.1
14892026-07-21T19:10:44.904Z Compiling block-padding v0.4.2
14902026-07-21T19:10:44.960Z Compiling crypto-common v0.2.2
14912026-07-21T19:10:44.985Z Compiling bytes v1.11.1
14922026-07-21T19:10:45.030Z Compiling chrono v0.4.45
14932026-07-21T19:10:45.057Z Compiling ipnet v2.11.0
14942026-07-21T19:10:45.094Z Compiling scroll v0.12.0
14952026-07-21T19:10:45.124Z Compiling icu_properties v2.1.2
14962026-07-21T19:10:45.193Z Compiling icu_normalizer v2.1.1
14972026-07-21T19:10:45.266Z Compiling derive_builder_macro v0.20.2
14982026-07-21T19:10:45.369Z Compiling toml_datetime v0.6.11
14992026-07-21T19:10:45.402Z Compiling erased-serde v0.3.31
15002026-07-21T19:10:45.580Z Compiling tokio v1.52.1
15012026-07-21T19:10:45.615Z Compiling http v1.4.2
15022026-07-21T19:10:45.635Z Compiling serde_spanned v0.6.9
15032026-07-21T19:10:45.651Z Compiling hex v0.4.3
15042026-07-21T19:10:45.744Z Compiling serde_urlencoded v0.7.1
15052026-07-21T19:10:45.789Z Compiling serde_tokenstream v0.2.3
15062026-07-21T19:10:45.808Z Compiling block-buffer v0.12.1
15072026-07-21T19:10:45.923Z Compiling md-5 v0.10.6
15082026-07-21T19:10:45.939Z Compiling signature v2.2.0
15092026-07-21T19:10:45.963Z Compiling thiserror v1.0.69
15102026-07-21T19:10:46.007Z Compiling idna_adapter v1.2.1
15112026-07-21T19:10:46.029Z Compiling darling_macro v0.23.0
15122026-07-21T19:10:46.084Z Compiling rustls-native-certs v0.8.3
15132026-07-21T19:10:46.100Z Compiling bstr v1.12.1
15142026-07-21T19:10:46.116Z Compiling idna v1.1.0
15152026-07-21T19:10:46.131Z Compiling zerocopy-derive v0.7.35
15162026-07-21T19:10:46.164Z Compiling async-trait v0.1.89
15172026-07-21T19:10:46.264Z Compiling pin-project-internal v1.1.11
15182026-07-21T19:10:46.380Z Compiling ppv-lite86 v0.2.21
15192026-07-21T19:10:46.456Z Compiling url v2.5.8
15202026-07-21T19:10:46.521Z Compiling http-body v1.0.1
15212026-07-21T19:10:46.570Z Compiling vergen-lib v9.1.0
15222026-07-21T19:10:46.682Z Compiling rand_chacha v0.9.0
15232026-07-21T19:10:46.728Z Compiling http-body-util v0.1.3
15242026-07-21T19:10:46.732Z Compiling rand_chacha v0.3.1
15252026-07-21T19:10:46.792Z Compiling num-integer v0.1.46
15262026-07-21T19:10:46.809Z Compiling hash32 v0.2.1
15272026-07-21T19:10:46.809Z Compiling memoffset v0.9.1
15282026-07-21T19:10:46.883Z Compiling encoding_rs v0.8.35
15292026-07-21T19:10:46.989Z Compiling rand v0.9.2
15302026-07-21T19:10:47.035Z Compiling litrs v1.0.0
15312026-07-21T19:10:47.055Z Compiling mime v0.3.17
15322026-07-21T19:10:47.136Z Compiling fallible-iterator v0.2.0
15332026-07-21T19:10:47.244Z Compiling dof v0.4.0
15342026-07-21T19:10:47.257Z Compiling num-bigint-dig v0.8.6
15352026-07-21T19:10:47.346Z Compiling psl-types v2.0.11
15362026-07-21T19:10:47.400Z Compiling zlib-rs v0.6.2
15372026-07-21T19:10:47.435Z Compiling ref-cast v1.0.25
15382026-07-21T19:10:47.435Z Compiling smoltcp v0.9.1
15392026-07-21T19:10:47.474Z Compiling cfg_aliases v0.2.1
15402026-07-21T19:10:47.506Z Compiling rustix v0.38.44
15412026-07-21T19:10:47.528Z Compiling pin-project v1.1.11
15422026-07-21T19:10:47.539Z Compiling nix v0.31.2
15432026-07-21T19:10:47.583Z Compiling document-features v0.2.12
15442026-07-21T19:10:47.609Z Compiling proptest v1.10.0
15452026-07-21T19:10:47.629Z Compiling postgres-protocol v0.6.10
15462026-07-21T19:10:47.808Z Compiling ipnetwork v0.21.1
15472026-07-21T19:10:47.847Z Compiling publicsuffix v2.3.0
15482026-07-21T19:10:47.887Z Compiling zerocopy v0.7.35
15492026-07-21T19:10:47.996Z Compiling num-iter v0.1.45
15502026-07-21T19:10:48.023Z Compiling rand v0.8.6
15512026-07-21T19:10:48.038Z Compiling oxnet v0.1.6
15522026-07-21T19:10:48.178Z Compiling darling v0.23.0
15532026-07-21T19:10:48.220Z Compiling derive_builder v0.20.2
15542026-07-21T19:10:48.270Z Compiling futures-executor v0.3.32
15552026-07-21T19:10:48.324Z Compiling goblin v0.8.2
15562026-07-21T19:10:48.351Z Compiling hubpack_derive v0.1.1
15572026-07-21T19:10:48.430Z Compiling inout v0.2.2
15582026-07-21T19:10:48.446Z Compiling regex v1.12.3
15592026-07-21T19:10:48.546Z Compiling strum_macros v0.27.2
15602026-07-21T19:10:48.596Z Compiling snafu-derive v0.8.9
15612026-07-21T19:10:48.609Z Compiling daft-derive v0.1.7
15622026-07-21T19:10:48.622Z Compiling curve25519-dalek-derive v0.1.1
15632026-07-21T19:10:48.636Z Compiling ref-cast-impl v1.0.25
15642026-07-21T19:10:48.871Z Compiling phf_shared v0.13.1
15652026-07-21T19:10:48.886Z Compiling terminal_size v0.4.3
15662026-07-21T19:10:49.005Z Compiling lazy_static v1.5.0
15672026-07-21T19:10:49.020Z Compiling anstyle-parse v0.2.7
15682026-07-21T19:10:49.044Z Compiling cargo-platform v0.3.2
15692026-07-21T19:10:49.125Z Compiling vergen v9.1.0
15702026-07-21T19:10:49.135Z Compiling ff v0.13.1
15712026-07-21T19:10:49.154Z Compiling fs-err v3.3.0
15722026-07-21T19:10:49.219Z Compiling ahash v0.8.12
15732026-07-21T19:10:49.239Z Compiling winnow v0.5.40
15742026-07-21T19:10:49.303Z Compiling libbz2-rs-sys v0.2.2
15752026-07-21T19:10:49.317Z Compiling managed v0.8.0
15762026-07-21T19:10:49.329Z Compiling object v0.37.3
15772026-07-21T19:10:49.343Z Compiling base16ct v0.2.0
15782026-07-21T19:10:49.356Z Compiling tokio-util v0.7.18
15792026-07-21T19:10:49.379Z Compiling tower v0.5.3
15802026-07-21T19:10:49.384Z Compiling tokio-native-tls v0.3.1
15812026-07-21T19:10:49.512Z Compiling unicode-segmentation v1.12.0
15822026-07-21T19:10:49.534Z Compiling foldhash v0.1.5
15832026-07-21T19:10:49.596Z Compiling bumpalo v3.20.2
15842026-07-21T19:10:49.611Z Compiling foldhash v0.2.0
15852026-07-21T19:10:49.632Z Compiling same-file v1.0.6
15862026-07-21T19:10:49.735Z Compiling bitflags v1.3.2
15872026-07-21T19:10:49.821Z Compiling tower-http v0.6.8
15882026-07-21T19:10:49.859Z Compiling zopfli v0.8.3
15892026-07-21T19:10:49.871Z Compiling walkdir v2.5.0
15902026-07-21T19:10:49.905Z Compiling bzip2 v0.6.1
15912026-07-21T19:10:49.929Z Compiling hashbrown v0.16.1
15922026-07-21T19:10:50.045Z Compiling newtype-uuid v1.3.2
15932026-07-21T19:10:50.137Z Compiling h2 v0.4.15
15942026-07-21T19:10:50.186Z Compiling hashbrown v0.15.5
15952026-07-21T19:10:50.237Z Compiling daft v0.1.7
15962026-07-21T19:10:50.384Z Compiling flate2 v1.1.9
15972026-07-21T19:10:50.561Z Compiling clap_builder v4.6.0
15982026-07-21T19:10:50.597Z Compiling toml_edit v0.19.15
15992026-07-21T19:10:50.604Z Compiling sec1 v0.7.3
16002026-07-21T19:10:50.632Z Compiling snafu v0.8.9
16012026-07-21T19:10:50.639Z Compiling dof v0.3.0
16022026-07-21T19:10:50.639Z Compiling strum v0.27.2
16032026-07-21T19:10:50.759Z Compiling group v0.13.0
16042026-07-21T19:10:50.803Z Compiling cargo_metadata v0.23.1
16052026-07-21T19:10:50.814Z Compiling anstream v0.6.21
16062026-07-21T19:10:50.896Z Compiling phf v0.13.1
16072026-07-21T19:10:50.907Z Compiling signal-hook-mio v0.2.5
16082026-07-21T19:10:51.000Z Compiling hubpack v0.1.2
16092026-07-21T19:10:51.038Z Compiling usdt-macro v0.6.0
16102026-07-21T19:10:51.069Z Compiling usdt-attr-macro v0.6.0
16112026-07-21T19:10:51.134Z Compiling cookie_store v0.22.1
16122026-07-21T19:10:51.230Z Compiling cipher v0.5.2
16132026-07-21T19:10:51.336Z Compiling bzip2 v0.4.4
16142026-07-21T19:10:51.376Z Compiling futures v0.3.32
16152026-07-21T19:10:51.392Z Compiling serde_with_macros v3.21.0
16162026-07-21T19:10:51.547Z Compiling postgres-types v0.2.12
16172026-07-21T19:10:51.572Z Compiling zstd v0.13.3
16182026-07-21T19:10:51.871Z Compiling globset v0.4.18
16192026-07-21T19:10:51.896Z Compiling ed25519 v2.2.3
16202026-07-21T19:10:51.896Z Compiling dtrace-parser v0.2.0
16212026-07-21T19:10:51.921Z Compiling serde_plain v1.0.2
16222026-07-21T19:10:51.959Z Compiling olpc-cjson v0.1.4
16232026-07-21T19:10:52.118Z Compiling serde-big-array v0.5.1
16242026-07-21T19:10:52.133Z Compiling pkcs1 v0.7.5
16252026-07-21T19:10:52.138Z Compiling hkdf v0.12.4
16262026-07-21T19:10:52.193Z Compiling crypto-bigint v0.5.5
16272026-07-21T19:10:52.280Z Compiling serde_repr v0.1.20
16282026-07-21T19:10:52.311Z Compiling enum-as-inner v0.6.1
16292026-07-21T19:10:52.554Z Compiling strum_macros v0.26.4
16302026-07-21T19:10:52.574Z Compiling clap_derive v4.6.1
16312026-07-21T19:10:52.580Z Compiling async-recursion v1.1.1
16322026-07-21T19:10:52.627Z Compiling phf_shared v0.11.3
16332026-07-21T19:10:52.704Z Compiling float-cmp v0.10.0
16342026-07-21T19:10:52.772Z Compiling pem v3.0.6
16352026-07-21T19:10:52.828Z Compiling thread-id v4.2.2
16362026-07-21T19:10:52.852Z Compiling memmap2 v0.9.10
16372026-07-21T19:10:52.873Z Compiling env_filter v1.0.0
16382026-07-21T19:10:52.873Z Compiling difflib v0.4.0
16392026-07-21T19:10:52.919Z Compiling jiff v0.2.21
16402026-07-21T19:10:53.091Z Compiling predicates-core v1.0.10
16412026-07-21T19:10:53.124Z Compiling fixedbitset v0.5.7
16422026-07-21T19:10:53.197Z Compiling fixedbitset v0.4.2
16432026-07-21T19:10:53.260Z Compiling cpufeatures v0.3.0
16442026-07-21T19:10:53.288Z Compiling either v1.15.0
16452026-07-21T19:10:53.303Z Compiling hyper v1.10.1
16462026-07-21T19:10:53.343Z Compiling whoami v2.1.0
16472026-07-21T19:10:53.433Z Compiling normalize-line-endings v0.3.0
16482026-07-21T19:10:53.450Z Compiling typed-path v0.9.3
16492026-07-21T19:10:53.450Z Compiling precomputed-hash v0.1.1
16502026-07-21T19:10:53.509Z Compiling static_assertions v1.1.0
16512026-07-21T19:10:53.556Z Compiling winnow v1.0.3
16522026-07-21T19:10:53.570Z Compiling keccak v0.1.6
16532026-07-21T19:10:53.587Z Compiling const-oid v0.10.2
16542026-07-21T19:10:53.598Z Compiling data-encoding v2.10.0
16552026-07-21T19:10:53.774Z Compiling new_debug_unreachable v1.0.6
16562026-07-21T19:10:53.812Z Compiling digest v0.11.3
16572026-07-21T19:10:53.816Z Compiling string_cache v0.8.9
16582026-07-21T19:10:53.819Z Compiling sha3 v0.10.8
16592026-07-21T19:10:53.918Z Compiling hickory-proto v0.25.2
16602026-07-21T19:10:54.012Z Compiling toml_parser v1.1.2+spec-1.1.0
16612026-07-21T19:10:54.041Z Compiling toml_edit v0.22.27
16622026-07-21T19:10:54.291Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16632026-07-21T19:10:54.310Z Compiling tokio-postgres v0.7.16
16642026-07-21T19:10:54.325Z Compiling predicates v3.1.4
16652026-07-21T19:10:54.342Z Compiling itertools v0.13.0
16662026-07-21T19:10:54.366Z Compiling strum v0.26.3
16672026-07-21T19:10:54.387Z Compiling petgraph v0.6.5
16682026-07-21T19:10:54.432Z Compiling hyper-util v0.1.20
16692026-07-21T19:10:54.516Z Compiling clap v4.6.1
16702026-07-21T19:10:54.598Z Compiling petgraph v0.8.3
16712026-07-21T19:10:54.652Z Compiling chacha20 v0.10.0
16722026-07-21T19:10:54.686Z Compiling elliptic-curve v0.13.8
16732026-07-21T19:10:54.976Z Compiling env_logger v0.11.9
16742026-07-21T19:10:55.042Z Compiling usdt v0.6.0
16752026-07-21T19:10:55.061Z Compiling usdt-impl v0.5.0
16762026-07-21T19:10:55.123Z Compiling serde_with v3.21.0
16772026-07-21T19:10:55.326Z Compiling crossterm v0.28.1
16782026-07-21T19:10:55.362Z Compiling rsa v0.9.10
16792026-07-21T19:10:55.765Z Compiling zip v4.6.1
16802026-07-21T19:10:55.791Z Compiling ed25519-dalek v2.2.0
16812026-07-21T19:10:55.939Z Compiling hyper-tls v0.6.0
16822026-07-21T19:10:56.201Z Compiling reqwest v0.12.28
16832026-07-21T19:10:56.248Z Compiling toml v0.7.8
16842026-07-21T19:10:56.649Z Compiling zip v0.6.6
16852026-07-21T19:10:56.649Z Compiling iddqd v0.4.2
16862026-07-21T19:10:56.880Z Compiling tokio-stream v0.1.18
16872026-07-21T19:10:56.952Z Compiling heck v0.4.1
16882026-07-21T19:10:56.961Z Compiling similar v2.7.0
16892026-07-21T19:10:56.984Z Compiling buf-list v1.1.2
16902026-07-21T19:10:57.117Z Compiling byte-wrapper v0.1.0
16912026-07-21T19:10:57.173Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16922026-07-21T19:10:57.188Z Compiling openapiv3 v2.2.0
16932026-07-21T19:10:57.207Z Compiling x509-cert v0.2.5
16942026-07-21T19:10:57.250Z Compiling crossbeam-epoch v0.9.18
16952026-07-21T19:10:57.279Z Compiling peg-runtime v0.8.5
16962026-07-21T19:10:57.352Z Compiling lalrpop-util v0.19.12
16972026-07-21T19:10:57.465Z Compiling thread_local v1.1.9
16982026-07-21T19:10:57.485Z Compiling slog-async v2.8.0
16992026-07-21T19:10:57.588Z Compiling crossbeam-channel v0.5.15
17002026-07-21T19:10:57.592Z Compiling filetime v0.2.27
17012026-07-21T19:10:57.609Z Compiling is-terminal v0.4.17
17022026-07-21T19:10:57.712Z Compiling take_mut v0.2.2
17032026-07-21T19:10:57.731Z Compiling term v1.2.1
17042026-07-21T19:10:57.931Z Compiling xattr v1.6.1
17052026-07-21T19:10:57.967Z Compiling camino-tempfile v1.4.1
17062026-07-21T19:10:57.975Z Compiling tar v0.4.46
17072026-07-21T19:10:58.059Z Compiling slog-term v2.9.2
17082026-07-21T19:11:15.849Z Compiling rustls-webpki v0.103.13
17092026-07-21T19:11:22.669Z Compiling tokio-rustls v0.26.4
17102026-07-21T19:11:22.670Z Compiling rustls-platform-verifier v0.6.2
17112026-07-21T19:11:22.670Z Compiling tough v0.22.0
17122026-07-21T19:11:22.670Z Compiling hyper-rustls v0.27.7
17132026-07-21T19:11:22.670Z Compiling reqwest v0.13.2
17142026-07-21T19:11:22.670Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17152026-07-21T19:11:22.670Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17162026-07-21T19:11:24.135Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.71s
17172026-07-21T19:11:24.218Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17182026-07-21T19:11:24.253ZJul 21 19:11:23.884 INFO Starting download, target: Console
17192026-07-21T19:11:24.254ZJul 21 19:11:23.884 INFO Starting download, target: DendriteStub
17202026-07-21T19:11:24.267ZJul 21 19:11:23.884 INFO Starting download, target: Clickhouse
17212026-07-21T19:11:24.267ZJul 21 19:11:23.884 INFO Starting download, target: Cockroach
17222026-07-21T19:11:24.267ZJul 21 19:11:23.884 INFO Starting download, target: MaghemiteMgd
17232026-07-21T19:11:24.267ZJul 21 19:11:23.884 INFO Starting download, target: MaghemiteDdmd
17242026-07-21T19:11:24.267ZJul 21 19:11:23.884 INFO Starting download, target: TransceiverControl
17252026-07-21T19:11:24.267ZJul 21 19:11:23.884 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17262026-07-21T19:11:24.267ZJul 21 19:11:23.884 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17272026-07-21T19:11:24.267ZJul 21 19:11:23.884 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17282026-07-21T19:11:24.268ZJul 21 19:11:23.885 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17292026-07-21T19:11:24.268ZJul 21 19:11:23.885 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17302026-07-21T19:11:24.268ZJul 21 19:11:23.885 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17312026-07-21T19:11:24.268ZJul 21 19:11:23.885 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17322026-07-21T19:11:25.003ZJul 21 19:11:24.616 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17332026-07-21T19:11:25.185ZJul 21 19:11:24.823 INFO Download complete, target: TransceiverControl
17342026-07-21T19:11:26.100ZJul 21 19:11:25.690 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17352026-07-21T19:11:26.336ZJul 21 19:11:25.950 INFO Download complete, target: Console
17362026-07-21T19:11:26.532ZJul 21 19:11:26.169 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17372026-07-21T19:11:26.709ZJul 21 19:11:26.344 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17382026-07-21T19:11:27.544ZJul 21 19:11:27.156 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17392026-07-21T19:11:27.657ZJul 21 19:11:27.293 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17402026-07-21T19:11:28.129ZJul 21 19:11:27.777 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17412026-07-21T19:11:28.129ZJul 21 19:11:27.777 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17422026-07-21T19:11:28.997ZJul 21 19:11:28.645 INFO Download complete, target: DendriteStub
17432026-07-21T19:11:29.628ZJul 21 19:11:29.273 INFO Download complete, target: MaghemiteDdmd
17442026-07-21T19:11:30.349ZJul 21 19:11:29.996 INFO Download complete, target: MaghemiteMgd
17452026-07-21T19:11:32.843ZJul 21 19:11:32.490 INFO Checking that binary works, target: Cockroach
17462026-07-21T19:11:32.970ZJul 21 19:11:32.617 INFO Download complete, target: Cockroach
17472026-07-21T19:11:33.651ZJul 21 19:11:33.297 INFO Checking that binary works, target: Clickhouse
17482026-07-21T19:11:33.736ZJul 21 19:11:33.382 INFO Download complete, target: Clickhouse
17492026-07-21T19:11:33.741ZAll prerequisites installed successfully
17502026-07-21T19:11:33.744Z
17512026-07-21T19:11:33.744Zreal 1:46.753380065
17522026-07-21T19:11:33.744Zuser 6:36.422856185
17532026-07-21T19:11:33.744Zsys 1:38.477490368
17542026-07-21T19:11:33.744Ztrap 0.264918078
17552026-07-21T19:11:33.744Ztflt 0.775598942
17562026-07-21T19:11:33.744Zdflt 1.695711345
17572026-07-21T19:11:33.744Zkflt 0.030232870
17582026-07-21T19:11:33.744Zlock 23:03.708097030
17592026-07-21T19:11:33.744Zslp 18:13.113935428
17602026-07-21T19:11:33.744Zlat 22.901082613
17612026-07-21T19:11:33.744Zstop 2:38.897210327
17622026-07-21T19:11:33.744Z+ ptime -m cargo xtask download softnpu
17632026-07-21T19:11:34.180Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
17642026-07-21T19:11:34.197Z Running `target/debug/xtask download softnpu`
17652026-07-21T19:11:34.910Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
17662026-07-21T19:11:34.976Z Running `target/debug/xtask-downloader softnpu`
17672026-07-21T19:11:35.016ZJul 21 19:11:34.663 INFO Starting download, target: Softnpu
17682026-07-21T19:11:35.019ZJul 21 19:11:34.663 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17692026-07-21T19:11:58.330ZJul 21 19:11:57.958 INFO Download complete, target: Softnpu
17702026-07-21T19:11:58.362Z
17712026-07-21T19:11:58.362Zreal 24.566737891
17722026-07-21T19:11:58.362Zuser 1.255739287
17732026-07-21T19:11:58.362Zsys 0.586549920
17742026-07-21T19:11:58.362Ztrap 0.000485290
17752026-07-21T19:11:58.362Ztflt 0.000145740
17762026-07-21T19:11:58.362Zdflt 0.000115410
17772026-07-21T19:11:58.362Zkflt 0.000000000
17782026-07-21T19:11:58.362Zlock 6:48.723084237
17792026-07-21T19:11:58.362Zslp 23.146918275
17802026-07-21T19:11:58.363Zlat 0.093040941
17812026-07-21T19:11:58.363Zstop 0.000202250
17822026-07-21T19:11:58.363Z+ export CARGO_INCREMENTAL=0
17832026-07-21T19:11:58.363Z+ CARGO_INCREMENTAL=0
17842026-07-21T19:11:58.363Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17852026-07-21T19:11:59.182Z Compiling proc-macro2 v1.0.106
17862026-07-21T19:11:59.182Z Compiling quote v1.0.45
17872026-07-21T19:11:59.182Z Compiling unicode-ident v1.0.24
17882026-07-21T19:11:59.210Z Compiling libc v0.2.185
17892026-07-21T19:11:59.210Z Compiling serde_core v1.0.228
17902026-07-21T19:11:59.210Z Compiling serde v1.0.228
17912026-07-21T19:11:59.210Z Compiling cfg-if v1.0.4
17922026-07-21T19:11:59.210Z Compiling version_check v0.9.5
17932026-07-21T19:11:59.210Z Compiling shlex v1.3.0
17942026-07-21T19:11:59.211Z Compiling find-msvc-tools v0.1.9
17952026-07-21T19:11:59.219Z Compiling memchr v2.8.0
17962026-07-21T19:11:59.219Z Compiling zmij v1.0.21
17972026-07-21T19:11:59.345Z Compiling serde_json v1.0.150
17982026-07-21T19:11:59.365Z Compiling autocfg v1.5.0
17992026-07-21T19:11:59.488Z Compiling portable-atomic v1.13.1
18002026-07-21T19:11:59.549Z Compiling zerocopy v0.8.40
18012026-07-21T19:11:59.585Z Compiling getrandom v0.4.1
18022026-07-21T19:11:59.704Z Compiling libm v0.2.16
18032026-07-21T19:11:59.741Z Compiling parking_lot_core v0.9.12
18042026-07-21T19:11:59.758Z Compiling num-traits v0.2.19
18052026-07-21T19:11:59.800Z Compiling icu_properties_data v2.1.2
18062026-07-21T19:11:59.844Z Compiling icu_normalizer_data v2.1.1
18072026-07-21T19:11:59.851Z Compiling smallvec v1.15.1
18082026-07-21T19:11:59.885Z Compiling generic-array v0.14.7
18092026-07-21T19:11:59.968Z Compiling itoa v1.0.17
18102026-07-21T19:12:00.002Z Compiling log v0.4.29
18112026-07-21T19:12:00.067Z Compiling subtle v2.6.1
18122026-07-21T19:12:00.115Z Compiling pkg-config v0.3.32
18132026-07-21T19:12:00.115Z Compiling stable_deref_trait v1.2.1
18142026-07-21T19:12:00.150Z Compiling typenum v1.20.1
18152026-07-21T19:12:00.200Z Compiling scopeguard v1.2.0
18162026-07-21T19:12:00.254Z Compiling rand_core v0.10.0
18172026-07-21T19:12:00.292Z Compiling lock_api v0.4.14
18182026-07-21T19:12:00.330Z Compiling thiserror v2.0.18
18192026-07-21T19:12:00.364Z Compiling getrandom v0.3.4
18202026-07-21T19:12:00.384Z Compiling pin-project-lite v0.2.17
18212026-07-21T19:12:00.440Z Compiling jobserver v0.1.34
18222026-07-21T19:12:00.478Z Compiling errno v0.3.14
18232026-07-21T19:12:00.558Z Compiling percent-encoding v2.3.2
18242026-07-21T19:12:00.584Z Compiling writeable v0.6.2
18252026-07-21T19:12:00.587Z Compiling litemap v0.8.1
18262026-07-21T19:12:00.587Z Compiling fnv v1.0.7
18272026-07-21T19:12:00.630Z Compiling equivalent v1.0.2
18282026-07-21T19:12:00.657Z Compiling syn v2.0.117
18292026-07-21T19:12:00.677Z Compiling cc v1.2.56
18302026-07-21T19:12:00.688Z Compiling getrandom v0.2.17
18312026-07-21T19:12:00.738Z Compiling schemars v0.8.22
18322026-07-21T19:12:00.765Z Compiling rustversion v1.0.22
18332026-07-21T19:12:00.826Z Compiling rand_core v0.6.4
18342026-07-21T19:12:00.894Z Compiling dunce v1.0.5
18352026-07-21T19:12:00.898Z Compiling fs_extra v1.3.0
18362026-07-21T19:12:00.925Z Compiling critical-section v1.2.0
18372026-07-21T19:12:00.925Z Compiling rustix v1.1.3
18382026-07-21T19:12:01.024Z Compiling hashbrown v0.17.0
18392026-07-21T19:12:01.118Z Compiling signal-hook-registry v1.4.8
18402026-07-21T19:12:01.202Z Compiling strsim v0.11.1
18412026-07-21T19:12:01.230Z Compiling heck v0.5.0
18422026-07-21T19:12:01.233Z Compiling utf8_iter v1.0.4
18432026-07-21T19:12:01.317Z Compiling once_cell v1.21.3
18442026-07-21T19:12:01.445Z Compiling cmake v0.1.57
18452026-07-21T19:12:01.544Z Compiling semver v1.0.28
18462026-07-21T19:12:01.625Z Compiling bitflags v2.11.0
18472026-07-21T19:12:01.629Z Compiling indexmap v2.14.0
18482026-07-21T19:12:01.654Z Compiling parking_lot v0.12.5
18492026-07-21T19:12:01.654Z Compiling form_urlencoded v1.2.2
18502026-07-21T19:12:01.805Z Compiling mio v1.2.0
18512026-07-21T19:12:01.805Z Compiling socket2 v0.6.3
18522026-07-21T19:12:01.841Z Compiling aws-lc-rs v1.16.3
18532026-07-21T19:12:01.905Z Compiling ident_case v1.0.1
18542026-07-21T19:12:01.949Z Compiling futures-core v0.3.32
18552026-07-21T19:12:02.027Z Compiling aws-lc-sys v0.40.0
18562026-07-21T19:12:02.030Z Compiling httparse v1.10.1
18572026-07-21T19:12:02.170Z Compiling thiserror v1.0.69
18582026-07-21T19:12:02.316Z Compiling ucd-trie v0.1.7
18592026-07-21T19:12:02.333Z Compiling byteorder v1.5.0
18602026-07-21T19:12:02.456Z Compiling vcpkg v0.2.15
18612026-07-21T19:12:02.492Z Compiling pest v2.8.6
18622026-07-21T19:12:02.505Z Compiling regex-syntax v0.8.10
18632026-07-21T19:12:02.535Z Compiling syn v1.0.109
18642026-07-21T19:12:02.606Z Compiling const-oid v0.9.6
18652026-07-21T19:12:02.621Z Compiling iana-time-zone v0.1.65
18662026-07-21T19:12:02.794Z Compiling uuid v1.23.4
18672026-07-21T19:12:02.924Z Compiling rustc_version v0.4.1
18682026-07-21T19:12:02.982Z Compiling rustls v0.23.41
18692026-07-21T19:12:03.026Z Compiling futures-sink v0.3.32
18702026-07-21T19:12:03.041Z Compiling openssl-sys v0.9.115
18712026-07-21T19:12:03.147Z Compiling futures-channel v0.3.32
18722026-07-21T19:12:03.193Z Compiling aho-corasick v1.1.4
18732026-07-21T19:12:03.241Z Compiling slab v0.4.12
18742026-07-21T19:12:03.258Z Compiling futures-io v0.3.32
18752026-07-21T19:12:03.392Z Compiling futures-task v0.3.32
18762026-07-21T19:12:03.469Z Compiling synstructure v0.13.2
18772026-07-21T19:12:03.485Z Compiling serde_derive_internals v0.29.1
18782026-07-21T19:12:03.582Z Compiling pest_meta v2.8.6
18792026-07-21T19:12:03.627Z Compiling plain v0.2.3
18802026-07-21T19:12:03.656Z Compiling time-core v0.1.8
18812026-07-21T19:12:03.671Z Compiling dyn-clone v1.0.20
18822026-07-21T19:12:03.767Z Compiling crc32fast v1.5.0
18832026-07-21T19:12:03.780Z Compiling num-conv v0.2.0
18842026-07-21T19:12:03.852Z Compiling crossbeam-utils v0.8.21
18852026-07-21T19:12:03.867Z Compiling base64 v0.22.1
18862026-07-21T19:12:03.920Z Compiling time-macros v0.2.27
18872026-07-21T19:12:04.009Z Compiling pretty-hex v0.4.1
18882026-07-21T19:12:04.025Z Compiling openssl v0.10.79
18892026-07-21T19:12:04.057Z Compiling regex-automata v0.4.14
18902026-07-21T19:12:04.119Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18912026-07-21T19:12:04.250Z Compiling pest_generator v2.8.6
18922026-07-21T19:12:04.268Z Compiling native-tls v0.2.18
18932026-07-21T19:12:04.293Z Compiling anyhow v1.0.102
18942026-07-21T19:12:04.297Z Compiling rand_core v0.9.5
18952026-07-21T19:12:04.517Z Compiling slog v2.8.2
18962026-07-21T19:12:04.534Z Compiling tracing-core v0.1.36
18972026-07-21T19:12:04.654Z Compiling cookie v0.18.1
18982026-07-21T19:12:04.672Z Compiling camino v1.2.2
18992026-07-21T19:12:04.698Z Compiling serde_derive v1.0.228
19002026-07-21T19:12:04.760Z Compiling zeroize_derive v1.4.3
19012026-07-21T19:12:04.789Z Compiling zerofrom-derive v0.1.6
19022026-07-21T19:12:04.835Z Compiling yoke-derive v0.8.1
19032026-07-21T19:12:04.849Z Compiling zerovec-derive v0.11.2
19042026-07-21T19:12:04.870Z Compiling displaydoc v0.2.5
19052026-07-21T19:12:04.893Z Compiling zerocopy-derive v0.8.40
19062026-07-21T19:12:04.918Z Compiling tokio-macros v2.7.0
19072026-07-21T19:12:04.926Z Compiling futures-macro v0.3.32
19082026-07-21T19:12:05.001Z Compiling thiserror-impl v2.0.18
19092026-07-21T19:12:05.207Z Compiling schemars_derive v0.8.22
19102026-07-21T19:12:05.384Z Compiling zeroize v1.8.2
19112026-07-21T19:12:05.594Z Compiling tracing-attributes v0.1.31
19122026-07-21T19:12:05.651Z Compiling der_derive v0.7.3
19132026-07-21T19:12:05.712Z Compiling thiserror-impl v1.0.69
19142026-07-21T19:12:05.806Z Compiling pest_derive v2.8.6
19152026-07-21T19:12:05.911Z Compiling zerofrom v0.1.6
19162026-07-21T19:12:06.060Z Compiling yoke v0.8.1
19172026-07-21T19:12:06.197Z Compiling crypto-common v0.1.7
19182026-07-21T19:12:06.200Z Compiling futures-util v0.3.32
19192026-07-21T19:12:06.238Z Compiling zerovec v0.11.5
19202026-07-21T19:12:06.296Z Compiling zerotrie v0.2.3
19212026-07-21T19:12:06.554Z Compiling block-buffer v0.10.4
19222026-07-21T19:12:06.682Z Compiling digest v0.10.7
19232026-07-21T19:12:06.744Z Compiling scroll_derive v0.12.1
19242026-07-21T19:12:06.783Z Compiling scroll_derive v0.13.1
19252026-07-21T19:12:06.798Z Compiling openssl-macros v0.1.1
19262026-07-21T19:12:06.852Z Compiling tinystr v0.8.2
19272026-07-21T19:12:06.882Z Compiling potential_utf v0.1.4
19282026-07-21T19:12:07.090Z Compiling icu_locale_core v2.1.1
19292026-07-21T19:12:07.105Z Compiling icu_collections v2.1.1
19302026-07-21T19:12:07.197Z Compiling regex v1.12.3
19312026-07-21T19:12:07.433Z Compiling zerocopy-derive v0.7.35
19322026-07-21T19:12:07.580Z Compiling base64ct v1.8.3
19332026-07-21T19:12:07.595Z Compiling tracing v0.1.44
19342026-07-21T19:12:07.832Z Compiling bytes v1.11.1
19352026-07-21T19:12:07.888Z Compiling icu_provider v2.1.1
19362026-07-21T19:12:07.900Z Compiling chrono v0.4.45
19372026-07-21T19:12:07.962Z Compiling serde_tokenstream v0.2.3
19382026-07-21T19:12:08.246Z Compiling icu_normalizer v2.1.1
19392026-07-21T19:12:08.260Z Compiling icu_properties v2.1.2
19402026-07-21T19:12:08.458Z Compiling tokio v1.52.1
19412026-07-21T19:12:08.739Z Compiling http v1.4.2
19422026-07-21T19:12:08.809Z Compiling pem-rfc7468 v0.7.0
19432026-07-21T19:12:09.319Z Compiling idna_adapter v1.2.1
19442026-07-21T19:12:09.359Z Compiling ppv-lite86 v0.2.21
19452026-07-21T19:12:09.454Z Compiling idna v1.1.0
19462026-07-21T19:12:09.504Z Compiling flagset v0.4.7
19472026-07-21T19:12:09.589Z Compiling http-body v1.0.1
19482026-07-21T19:12:09.612Z Compiling rustls-pki-types v1.14.0
19492026-07-21T19:12:09.648Z Compiling rand_chacha v0.9.0
19502026-07-21T19:12:09.691Z Compiling der v0.7.10
19512026-07-21T19:12:09.759Z Compiling url v2.5.8
19522026-07-21T19:12:10.078Z Compiling usdt-impl v0.5.0
19532026-07-21T19:12:10.223Z Compiling tinyvec_macros v0.1.1
19542026-07-21T19:12:10.243Z Compiling cmov v0.5.4
19552026-07-21T19:12:10.267Z Compiling usdt-impl v0.6.0
19562026-07-21T19:12:10.326Z Compiling openssl-probe v0.2.1
19572026-07-21T19:12:10.497Z Compiling either v1.15.0
19582026-07-21T19:12:10.512Z Compiling paste v1.0.15
19592026-07-21T19:12:10.652Z Compiling fastrand v2.3.0
19602026-07-21T19:12:10.676Z Compiling ref-cast v1.0.25
19612026-07-21T19:12:10.727Z Compiling spki v0.7.3
19622026-07-21T19:12:10.829Z Compiling ctutils v0.4.2
19632026-07-21T19:12:10.884Z Compiling tinyvec v1.10.0
19642026-07-21T19:12:10.988Z Compiling rand v0.9.2
19652026-07-21T19:12:11.082Z Compiling toml_datetime v0.6.11
19662026-07-21T19:12:11.097Z Compiling serde_spanned v0.6.9
19672026-07-21T19:12:11.141Z Compiling scroll v0.13.0
19682026-07-21T19:12:11.189Z Compiling scroll v0.12.0
19692026-07-21T19:12:11.250Z Compiling async-trait v0.1.89
19702026-07-21T19:12:11.266Z Compiling heapless v0.7.17
19712026-07-21T19:12:11.396Z Compiling bzip2-sys v0.1.13+1.0.8
19722026-07-21T19:12:11.424Z Compiling zstd-safe v7.2.4
19732026-07-21T19:12:11.483Z Compiling tower-layer v0.3.3
19742026-07-21T19:12:11.488Z Compiling atomic-waker v1.1.2
19752026-07-21T19:12:11.512Z Compiling cpufeatures v0.2.17
19762026-07-21T19:12:11.540Z Compiling litrs v1.0.0
19772026-07-21T19:12:11.557Z Compiling rustix v0.38.44
19782026-07-21T19:12:11.588Z Compiling untrusted v0.7.1
19792026-07-21T19:12:11.603Z Compiling winnow v0.7.14
19802026-07-21T19:12:11.641Z Compiling signal-hook v0.3.18
19812026-07-21T19:12:11.705Z Compiling tower-service v0.3.3
19822026-07-21T19:12:11.732Z Compiling try-lock v0.2.5
19832026-07-21T19:12:11.746Z Compiling winnow v1.0.3
19842026-07-21T19:12:11.818Z Compiling goblin v0.8.2
19852026-07-21T19:12:11.859Z Compiling want v0.3.1
19862026-07-21T19:12:12.021Z Compiling document-features v0.2.12
19872026-07-21T19:12:12.045Z Compiling goblin v0.10.5
19882026-07-21T19:12:12.120Z Compiling toml_parser v1.1.2+spec-1.1.0
19892026-07-21T19:12:12.158Z Compiling hybrid-array v0.4.13
19902026-07-21T19:12:12.421Z Compiling tokio-util v0.7.18
19912026-07-21T19:12:12.592Z Compiling zerocopy v0.7.35
19922026-07-21T19:12:12.816Z Compiling ipnet v2.11.0
19932026-07-21T19:12:12.999Z Compiling ref-cast-impl v1.0.25
19942026-07-21T19:12:13.019Z Compiling darling_core v0.20.11
19952026-07-21T19:12:13.035Z Compiling curve25519-dalek v4.1.3
19962026-07-21T19:12:13.110Z Compiling memoffset v0.9.1
19972026-07-21T19:12:13.177Z Compiling h2 v0.4.15
19982026-07-21T19:12:13.318Z Compiling untrusted v0.9.0
19992026-07-21T19:12:13.349Z Compiling utf8parse v0.2.2
20002026-07-21T19:12:13.525Z Compiling httpdate v1.0.3
20012026-07-21T19:12:13.707Z Compiling powerfmt v0.2.0
20022026-07-21T19:12:13.726Z Compiling winnow v0.5.40
20032026-07-21T19:12:13.730Z Compiling foreign-types-shared v0.1.1
20042026-07-21T19:12:13.759Z Compiling tempfile v3.25.0
20052026-07-21T19:12:13.849Z Compiling foreign-types v0.3.2
20062026-07-21T19:12:13.900Z Compiling deranged v0.5.8
20072026-07-21T19:12:13.986Z Compiling unicode-normalization v0.1.25
20082026-07-21T19:12:14.123Z Compiling dof v0.3.0
20092026-07-21T19:12:14.457Z Compiling dtrace-parser v0.2.0
20102026-07-21T19:12:14.547Z Compiling pkcs8 v0.10.2
20112026-07-21T19:12:14.815Z Compiling dof v0.4.0
20122026-07-21T19:12:14.964Z Compiling darling_macro v0.20.11
20132026-07-21T19:12:15.022Z Compiling toml_edit v0.19.15
20142026-07-21T19:12:15.056Z Compiling dtrace-parser v0.3.0
20152026-07-21T19:12:15.157Z Compiling pin-project-internal v1.1.11
20162026-07-21T19:12:15.379Z Compiling daft-derive v0.1.7
20172026-07-21T19:12:15.464Z Compiling spin v0.9.8
20182026-07-21T19:12:15.480Z Compiling thread-id v4.2.2
20192026-07-21T19:12:15.494Z Compiling thread-id v5.1.0
20202026-07-21T19:12:15.579Z Compiling cfg_aliases v0.2.1
20212026-07-21T19:12:15.672Z Compiling num-bigint-dig v0.8.6
20222026-07-21T19:12:15.819Z Compiling smoltcp v0.9.1
20232026-07-21T19:12:15.909Z Compiling anstyle v1.0.14
20242026-07-21T19:12:15.968Z Compiling num_threads v0.1.7
20252026-07-21T19:12:16.012Z Compiling nix v0.31.2
20262026-07-21T19:12:16.081Z Compiling time v0.3.47
20272026-07-21T19:12:16.147Z Compiling darling v0.20.11
20282026-07-21T19:12:16.264Z Compiling sha2 v0.10.9
20292026-07-21T19:12:16.405Z Compiling hyper v1.10.1
20302026-07-21T19:12:16.583Z Compiling ipnetwork v0.21.1
20312026-07-21T19:12:16.679Z Compiling hmac v0.12.1
20322026-07-21T19:12:16.697Z Compiling strum_macros v0.26.4
20332026-07-21T19:12:16.838Z Compiling curve25519-dalek-derive v0.1.1
20342026-07-21T19:12:17.080Z Compiling darling_core v0.23.0
20352026-07-21T19:12:17.096Z Compiling sync_wrapper v1.0.2
20362026-07-21T19:12:17.225Z Compiling wait-timeout v0.2.1
20372026-07-21T19:12:17.507Z Compiling simd-adler32 v0.3.8
20382026-07-21T19:12:17.691Z Compiling hyper-util v0.1.20
20392026-07-21T19:12:17.706Z Compiling anstyle-query v1.1.5
20402026-07-21T19:12:17.766Z Compiling colorchoice v1.0.4
20412026-07-21T19:12:17.899Z Compiling bit-vec v0.8.0
20422026-07-21T19:12:17.926Z Compiling is_terminal_polyfill v1.70.2
20432026-07-21T19:12:18.034Z Compiling quick-error v1.2.3
20442026-07-21T19:12:18.149Z Compiling siphasher v1.0.2
20452026-07-21T19:12:18.166Z Compiling rusty-fork v0.3.1
20462026-07-21T19:12:18.200Z Compiling bit-set v0.8.0
20472026-07-21T19:12:18.419Z Compiling tower v0.5.3
20482026-07-21T19:12:18.962Z Compiling derive_builder_core v0.20.2
20492026-07-21T19:12:18.979Z Compiling http-body-util v0.1.3
20502026-07-21T19:12:19.005Z Compiling hubpack_derive v0.1.1
20512026-07-21T19:12:19.207Z Compiling strum_macros v0.27.2
20522026-07-21T19:12:19.213Z Compiling darling_macro v0.23.0
20532026-07-21T19:12:19.240Z Compiling snafu-derive v0.8.9
20542026-07-21T19:12:19.380Z Compiling rand_xorshift v0.4.0
20552026-07-21T19:12:19.492Z Compiling fs-err v3.3.0
20562026-07-21T19:12:19.508Z Compiling ahash v0.8.12
20572026-07-21T19:12:19.729Z Compiling adler2 v2.0.1
20582026-07-21T19:12:19.744Z Compiling unicode-properties v0.1.4
20592026-07-21T19:12:19.778Z Compiling object v0.37.3
20602026-07-21T19:12:19.874Z Compiling iri-string v0.7.10
20612026-07-21T19:12:19.890Z Compiling unarray v0.1.4
20622026-07-21T19:12:19.954Z Compiling unicode-bidi v0.3.18
20632026-07-21T19:12:19.970Z Compiling allocator-api2 v0.2.21
20642026-07-21T19:12:20.070Z Compiling unicode-segmentation v1.12.0
20652026-07-21T19:12:20.097Z Compiling ryu v1.0.23
20662026-07-21T19:12:20.288Z Compiling stringprep v0.1.5
20672026-07-21T19:12:20.321Z Compiling serde_urlencoded v0.7.1
20682026-07-21T19:12:20.377Z Compiling proptest v1.10.0
20692026-07-21T19:12:20.462Z Compiling miniz_oxide v0.8.9
20702026-07-21T19:12:20.592Z Compiling derive_builder_macro v0.20.2
20712026-07-21T19:12:20.639Z Compiling darling v0.23.0
20722026-07-21T19:12:20.736Z Compiling tokio-native-tls v0.3.1
20732026-07-21T19:12:20.925Z Compiling usdt-attr-macro v0.6.0
20742026-07-21T19:12:20.940Z Compiling usdt-macro v0.6.0
20752026-07-21T19:12:20.982Z Compiling anstyle-parse v1.0.0
20762026-07-21T19:12:21.003Z Compiling crypto-common v0.2.2
20772026-07-21T19:12:21.025Z Compiling tower-http v0.6.8
20782026-07-21T19:12:21.100Z Compiling block-buffer v0.12.1
20792026-07-21T19:12:21.265Z Compiling block-padding v0.4.2
20802026-07-21T19:12:21.540Z Compiling rustls-native-certs v0.8.3
20812026-07-21T19:12:21.697Z Compiling rand_chacha v0.3.1
20822026-07-21T19:12:21.729Z Compiling erased-serde v0.3.31
20832026-07-21T19:12:21.762Z Compiling hex v0.4.3
20842026-07-21T19:12:21.777Z Compiling md-5 v0.10.6
20852026-07-21T19:12:21.802Z Compiling signature v2.2.0
20862026-07-21T19:12:21.820Z Compiling bstr v1.12.1
20872026-07-21T19:12:21.975Z Compiling num-integer v0.1.46
20882026-07-21T19:12:22.005Z Compiling hash32 v0.2.1
20892026-07-21T19:12:22.044Z Compiling vergen-lib v9.1.0
20902026-07-21T19:12:22.201Z Compiling encoding_rs v0.8.35
20912026-07-21T19:12:22.215Z Compiling cpufeatures v0.3.0
20922026-07-21T19:12:22.258Z Compiling mime v0.3.17
20932026-07-21T19:12:22.262Z Compiling zlib-rs v0.6.2
20942026-07-21T19:12:22.281Z Compiling fallible-iterator v0.2.0
20952026-07-21T19:12:22.357Z Compiling psl-types v2.0.11
20962026-07-21T19:12:22.497Z Compiling publicsuffix v2.3.0
20972026-07-21T19:12:22.526Z Compiling newtype-uuid v1.3.2
20982026-07-21T19:12:22.592Z Compiling postgres-protocol v0.6.10
20992026-07-21T19:12:22.626Z Compiling num-iter v0.1.45
21002026-07-21T19:12:22.944Z Compiling rand v0.8.6
21012026-07-21T19:12:23.096Z Compiling oxnet v0.1.6
21022026-07-21T19:12:23.266Z Compiling inout v0.2.2
21032026-07-21T19:12:23.284Z Compiling anstream v1.0.0
21042026-07-21T19:12:23.329Z Compiling derive_builder v0.20.2
21052026-07-21T19:12:23.357Z Compiling hyper-tls v0.6.0
21062026-07-21T19:12:23.473Z Compiling serde_with_macros v3.21.0
21072026-07-21T19:12:23.511Z Compiling heck v0.4.1
21082026-07-21T19:12:23.560Z Compiling phf_shared v0.13.1
21092026-07-21T19:12:23.579Z Compiling pin-project v1.1.11
21102026-07-21T19:12:23.631Z Compiling lazy_static v1.5.0
21112026-07-21T19:12:23.645Z Compiling anstyle-parse v0.2.7
21122026-07-21T19:12:23.808Z Compiling terminal_size v0.4.3
21132026-07-21T19:12:23.828Z Compiling futures-executor v0.3.32
21142026-07-21T19:12:23.836Z Compiling async-recursion v1.1.1
21152026-07-21T19:12:23.868Z Compiling clap_derive v4.6.1
21162026-07-21T19:12:23.878Z Compiling enum-as-inner v0.6.1
21172026-07-21T19:12:23.952Z Compiling serde_repr v0.1.20
21182026-07-21T19:12:24.091Z Compiling ff v0.13.1
21192026-07-21T19:12:24.173Z Compiling vergen v9.1.0
21202026-07-21T19:12:24.200Z Compiling cargo-platform v0.3.2
21212026-07-21T19:12:24.338Z Compiling flate2 v1.1.9
21222026-07-21T19:12:24.475Z Compiling foldhash v0.1.5
21232026-07-21T19:12:24.491Z Compiling bitflags v1.3.2
21242026-07-21T19:12:24.539Z Compiling same-file v1.0.6
21252026-07-21T19:12:24.564Z Compiling libbz2-rs-sys v0.2.2
21262026-07-21T19:12:24.579Z Compiling foldhash v0.2.0
21272026-07-21T19:12:24.592Z Compiling clap_lex v1.0.0
21282026-07-21T19:12:24.723Z Compiling managed v0.8.0
21292026-07-21T19:12:24.739Z Compiling bumpalo v3.20.2
21302026-07-21T19:12:24.757Z Compiling base16ct v0.2.0
21312026-07-21T19:12:24.937Z Compiling zopfli v0.8.3
21322026-07-21T19:12:24.969Z Compiling bzip2 v0.6.1
21332026-07-21T19:12:24.994Z Compiling sec1 v0.7.3
21342026-07-21T19:12:25.113Z Compiling clap_builder v4.6.0
21352026-07-21T19:12:25.133Z Compiling hashbrown v0.16.1
21362026-07-21T19:12:25.180Z Compiling walkdir v2.5.0
21372026-07-21T19:12:25.294Z Compiling hashbrown v0.15.5
21382026-07-21T19:12:25.499Z Compiling cargo_metadata v0.23.1
21392026-07-21T19:12:25.536Z Compiling group v0.13.0
21402026-07-21T19:12:25.733Z Compiling futures v0.3.32
21412026-07-21T19:12:26.112Z Compiling anstream v0.6.21
21422026-07-21T19:12:26.187Z Compiling phf v0.13.1
21432026-07-21T19:12:26.380Z Compiling zstd v0.13.3
21442026-07-21T19:12:26.417Z Compiling snafu v0.8.9
21452026-07-21T19:12:26.681Z Compiling reqwest v0.12.28
21462026-07-21T19:12:26.751Z Compiling signal-hook-mio v0.2.5
21472026-07-21T19:12:26.827Z Compiling cipher v0.5.2
21482026-07-21T19:12:26.852Z Compiling daft v0.1.7
21492026-07-21T19:12:26.896Z Compiling cookie_store v0.22.1
21502026-07-21T19:12:27.113Z Compiling postgres-types v0.2.12
21512026-07-21T19:12:27.118Z Compiling bzip2 v0.4.4
21522026-07-21T19:12:27.118Z Compiling globset v0.4.18
21532026-07-21T19:12:27.160Z Compiling ed25519 v2.2.3
21542026-07-21T19:12:27.175Z Compiling strum v0.27.2
21552026-07-21T19:12:27.404Z Compiling hubpack v0.1.2
21562026-07-21T19:12:27.422Z Compiling phf_shared v0.11.3
21572026-07-21T19:12:27.467Z Compiling hkdf v0.12.4
21582026-07-21T19:12:27.493Z Compiling crossbeam-epoch v0.9.18
21592026-07-21T19:12:27.529Z Compiling pkcs1 v0.7.5
21602026-07-21T19:12:27.668Z Compiling olpc-cjson v0.1.4
21612026-07-21T19:12:27.814Z Compiling serde-big-array v0.5.1
21622026-07-21T19:12:27.852Z Compiling serde_plain v1.0.2
21632026-07-21T19:12:27.870Z Compiling pem v3.0.6
21642026-07-21T19:12:27.983Z Compiling crypto-bigint v0.5.5
21652026-07-21T19:12:28.100Z Compiling float-cmp v0.10.0
21662026-07-21T19:12:28.116Z Compiling memmap2 v0.9.10
21672026-07-21T19:12:28.133Z Compiling env_filter v1.0.0
21682026-07-21T19:12:28.317Z Compiling keccak v0.1.6
21692026-07-21T19:12:28.333Z Compiling data-encoding v2.10.0
21702026-07-21T19:12:28.347Z Compiling static_assertions v1.1.0
21712026-07-21T19:12:28.409Z Compiling typed-path v0.9.3
21722026-07-21T19:12:28.412Z Compiling normalize-line-endings v0.3.0
21732026-07-21T19:12:28.439Z Compiling jiff v0.2.21
21742026-07-21T19:12:28.443Z Compiling toml_write v0.1.2
21752026-07-21T19:12:28.528Z Compiling predicates-core v1.0.10
21762026-07-21T19:12:28.675Z Compiling new_debug_unreachable v1.0.6
21772026-07-21T19:12:28.695Z Compiling fixedbitset v0.5.7
21782026-07-21T19:12:28.718Z Compiling fixedbitset v0.4.2
21792026-07-21T19:12:28.744Z Compiling whoami v2.1.0
21802026-07-21T19:12:28.761Z Compiling const-oid v0.10.2
21812026-07-21T19:12:28.764Z Compiling precomputed-hash v0.1.1
21822026-07-21T19:12:28.877Z Compiling difflib v0.4.0
21832026-07-21T19:12:28.892Z Compiling petgraph v0.6.5
21842026-07-21T19:12:28.939Z Compiling digest v0.11.3
21852026-07-21T19:12:28.948Z Compiling petgraph v0.8.3
21862026-07-21T19:12:28.980Z Compiling tokio-postgres v0.7.16
21872026-07-21T19:12:28.992Z Compiling elliptic-curve v0.13.8
21882026-07-21T19:12:29.055Z Compiling string_cache v0.8.9
21892026-07-21T19:12:29.140Z Compiling predicates v3.1.4
21902026-07-21T19:12:29.155Z Compiling hickory-proto v0.25.2
21912026-07-21T19:12:29.286Z Compiling toml_edit v0.22.27
21922026-07-21T19:12:29.324Z Compiling sha3 v0.10.8
21932026-07-21T19:12:29.341Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21942026-07-21T19:12:29.563Z Compiling env_logger v0.11.9
21952026-07-21T19:12:29.615Z Compiling chacha20 v0.10.0
21962026-07-21T19:12:29.672Z Compiling usdt v0.6.0
21972026-07-21T19:12:30.296Z Compiling rsa v0.9.10
21982026-07-21T19:12:31.064Z Compiling zip v4.6.1
21992026-07-21T19:12:31.323Z Compiling ed25519-dalek v2.2.0
22002026-07-21T19:12:31.363Z Compiling zip v0.6.6
22012026-07-21T19:12:31.674Z Compiling iddqd v0.4.2
22022026-07-21T19:12:31.914Z Compiling crossterm v0.28.1
22032026-07-21T19:12:31.981Z Compiling clap v4.6.1
22042026-07-21T19:12:32.083Z Compiling serde_with v3.21.0
22052026-07-21T19:12:32.204Z Compiling similar v2.7.0
22062026-07-21T19:12:32.210Z Compiling byte-wrapper v0.1.0
22072026-07-21T19:12:32.247Z Compiling strum v0.26.3
22082026-07-21T19:12:32.397Z Compiling toml v0.7.8
22092026-07-21T19:12:32.412Z Compiling tokio-stream v0.1.18
22102026-07-21T19:12:32.538Z Compiling buf-list v1.1.2
22112026-07-21T19:12:32.866Z Compiling x509-cert v0.2.5
22122026-07-21T19:12:32.886Z Compiling itertools v0.13.0
22132026-07-21T19:12:32.931Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22142026-07-21T19:12:33.422Z Compiling openapiv3 v2.2.0
22152026-07-21T19:12:33.833Z Compiling lalrpop-util v0.19.12
22162026-07-21T19:12:33.898Z Compiling peg-runtime v0.8.5
22172026-07-21T19:12:51.323Z Compiling rustls-webpki v0.103.13
22182026-07-21T19:12:51.377Z Compiling macaddr v1.0.1
22192026-07-21T19:12:51.494Z Compiling structmeta-derive v0.3.0
22202026-07-21T19:12:51.511Z Compiling darling_core v0.21.3
22212026-07-21T19:12:51.563Z Compiling rayon-core v1.13.0
22222026-07-21T19:12:51.577Z Compiling crucible-workspace-hack v0.1.0
22232026-07-21T19:12:51.644Z Compiling itertools v0.14.0
22242026-07-21T19:12:51.806Z Compiling secrecy v0.10.3
22252026-07-21T19:12:51.838Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22262026-07-21T19:12:51.853Z Compiling toml_datetime v0.7.5+spec-1.1.0
22272026-07-21T19:12:51.874Z Compiling heapless v0.8.0
22282026-07-21T19:12:51.979Z Compiling crossbeam-deque v0.8.6
22292026-07-21T19:12:52.016Z Compiling inout v0.1.4
22302026-07-21T19:12:52.109Z Compiling toml_edit v0.23.10+spec-1.0.0
22312026-07-21T19:12:52.206Z Compiling hash32 v0.3.1
22322026-07-21T19:12:52.224Z Compiling multer v3.1.0
22332026-07-21T19:12:52.284Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22342026-07-21T19:12:54.010Z Compiling thread_local v1.1.9
22352026-07-21T19:12:54.082Z Compiling compression-core v0.4.31
22362026-07-21T19:12:54.082Z Compiling match_cfg v0.1.0
22372026-07-21T19:12:54.082Z Compiling unicode-width v0.2.0
22382026-07-21T19:12:54.082Z Compiling structmeta v0.3.0
22392026-07-21T19:12:54.083Z Compiling slog-async v2.8.0
22402026-07-21T19:12:54.083Z Compiling smoltcp v0.11.0
22412026-07-21T19:12:54.083Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22422026-07-21T19:12:54.083Z Compiling derive-ex v0.1.8
22432026-07-21T19:12:54.083Z Compiling proc-macro-crate v3.4.0
22442026-07-21T19:12:54.083Z Compiling compression-codecs v0.4.37
22452026-07-21T19:12:54.083Z Compiling hostname v0.3.1
22462026-07-21T19:12:54.083Z Compiling cipher v0.4.4
22472026-07-21T19:12:54.083Z Compiling atomicwrites v0.4.4
22482026-07-21T19:12:54.083Z Compiling slog-json v2.6.1
22492026-07-21T19:12:54.083Z Compiling crossbeam-channel v0.5.15
22502026-07-21T19:12:54.083Z Compiling half v2.7.1
22512026-07-21T19:12:54.083Z Compiling newtype-uuid-macros v0.1.0
22522026-07-21T19:12:54.126Z Compiling cobs v0.3.0
22532026-07-21T19:12:54.126Z Compiling tokio-rustls v0.26.4
22542026-07-21T19:12:54.126Z Compiling rustls-platform-verifier v0.6.2
22552026-07-21T19:12:54.126Z Compiling hyper-rustls v0.27.7
22562026-07-21T19:12:54.126Z Compiling tough v0.22.0
22572026-07-21T19:12:54.126Z Compiling darling_macro v0.21.3
22582026-07-21T19:12:54.126Z Compiling thiserror-impl-no-std v2.0.2
22592026-07-21T19:12:54.126Z Compiling universal-hash v0.5.1
22602026-07-21T19:12:54.127Z Compiling reqwest v0.13.2
22612026-07-21T19:12:54.127Z Compiling async-stream-impl v0.3.6
22622026-07-21T19:12:54.127Z Compiling serde_spanned v1.1.1
22632026-07-21T19:12:54.127Z Compiling toml_datetime v1.1.1+spec-1.1.0
22642026-07-21T19:12:54.127Z Compiling is-terminal v0.4.17
22652026-07-21T19:12:54.141Z Compiling darling v0.21.3
22662026-07-21T19:12:54.193Z Compiling proc-macro-error-attr v1.0.4
22672026-07-21T19:12:54.223Z Compiling dropshot v0.17.1
22682026-07-21T19:12:54.244Z Compiling ingot-macros v0.1.1
22692026-07-21T19:12:54.416Z Compiling toml_writer v1.1.1+spec-1.1.0
22702026-07-21T19:12:54.431Z Compiling ciborium-io v0.2.2
22712026-07-21T19:12:54.468Z Compiling term v1.2.1
22722026-07-21T19:12:54.484Z Compiling opaque-debug v0.3.1
22732026-07-21T19:12:54.496Z Compiling convert_case v0.4.0
22742026-07-21T19:12:54.553Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22752026-07-21T19:12:54.573Z Compiling take_mut v0.2.2
22762026-07-21T19:12:54.667Z Compiling thiserror-no-std v2.0.2
22772026-07-21T19:12:54.712Z Compiling toml v1.1.2+spec-1.1.0
22782026-07-21T19:12:54.783Z Compiling slog-term v2.9.2
22792026-07-21T19:12:54.821Z Compiling derive_more v0.99.20
22802026-07-21T19:12:54.836Z Compiling poly1305 v0.8.0
22812026-07-21T19:12:54.893Z Compiling ciborium-ll v0.2.2
22822026-07-21T19:12:55.180Z Compiling async-stream v0.3.6
22832026-07-21T19:12:55.327Z Compiling test-strategy v0.4.5
22842026-07-21T19:12:55.346Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22852026-07-21T19:12:55.405Z Compiling postcard v1.1.3
22862026-07-21T19:12:55.794Z Compiling slog-bunyan v2.5.0
22872026-07-21T19:12:55.936Z Compiling num_enum_derive v0.7.6
22882026-07-21T19:12:55.993Z Compiling chacha20 v0.9.1
22892026-07-21T19:12:56.078Z Compiling async-compression v0.4.41
22902026-07-21T19:12:56.279Z Compiling parse-display-derive v0.10.0
22912026-07-21T19:12:56.561Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
22922026-07-21T19:12:56.659Z Compiling sha1 v0.11.0
22932026-07-21T19:12:56.902Z Compiling ingot-types v0.1.2
22942026-07-21T19:12:56.961Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22952026-07-21T19:12:57.046Z Compiling proc-macro-crate v1.3.1
22962026-07-21T19:12:57.112Z Compiling waitgroup v0.1.2
22972026-07-21T19:12:57.144Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
22982026-07-21T19:12:57.178Z Compiling backon v1.6.0
22992026-07-21T19:12:57.203Z Compiling password-hash v0.5.0
23002026-07-21T19:12:57.219Z Compiling rustls-pemfile v2.2.0
23012026-07-21T19:12:57.236Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23022026-07-21T19:12:57.295Z Compiling dropshot_endpoint v0.17.1
23032026-07-21T19:12:57.411Z Compiling ingot v0.1.1
23042026-07-21T19:12:57.427Z Compiling blake2 v0.10.6
23052026-07-21T19:12:57.465Z Compiling aead v0.5.2
23062026-07-21T19:12:57.537Z Compiling foreign-types-macros v0.2.3
23072026-07-21T19:12:57.540Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23082026-07-21T19:12:57.552Z Compiling serde_path_to_error v0.1.20
23092026-07-21T19:12:57.613Z Compiling hostname v0.4.2
23102026-07-21T19:12:57.683Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23112026-07-21T19:12:57.807Z Compiling proc-macro-error v1.0.4
23122026-07-21T19:12:57.824Z Compiling instant v0.1.13
23132026-07-21T19:12:57.955Z Compiling debug-ignore v1.0.5
23142026-07-21T19:12:57.971Z Compiling foreign-types-shared v0.3.1
23152026-07-21T19:12:58.007Z Compiling backoff v0.4.0
23162026-07-21T19:12:58.033Z Compiling parse-display v0.10.0
23172026-07-21T19:12:58.047Z Compiling argon2 v0.5.3
23182026-07-21T19:12:58.085Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23192026-07-21T19:12:58.103Z Compiling chacha20poly1305 v0.10.1
23202026-07-21T19:12:58.164Z Compiling foreign-types v0.5.0
23212026-07-21T19:12:58.192Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23222026-07-21T19:12:58.195Z Compiling num_enum_derive v0.5.11
23232026-07-21T19:12:58.256Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23242026-07-21T19:12:58.272Z Compiling num_enum v0.7.6
23252026-07-21T19:12:58.301Z Compiling ciborium v0.2.2
23262026-07-21T19:12:58.529Z Compiling vsss-rs v3.3.4
23272026-07-21T19:12:58.696Z Compiling tabwriter v1.4.1
23282026-07-21T19:12:58.709Z Compiling regress v0.10.5
23292026-07-21T19:12:58.789Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23302026-07-21T19:12:58.883Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23312026-07-21T19:12:58.900Z Compiling cstr-argument v0.1.2
23322026-07-21T19:12:58.913Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23332026-07-21T19:12:58.930Z Compiling humantime v2.3.0
23342026-07-21T19:12:59.085Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23352026-07-21T19:12:59.099Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23362026-07-21T19:12:59.174Z Compiling rayon v1.11.0
23372026-07-21T19:12:59.188Z Compiling rand v0.10.1
23382026-07-21T19:12:59.202Z Compiling num_enum v0.5.11
23392026-07-21T19:12:59.268Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23402026-07-21T19:12:59.348Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23412026-07-21T19:12:59.368Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23422026-07-21T19:12:59.378Z Compiling indent_write v2.2.0
23432026-07-21T19:12:59.398Z Compiling colored v3.1.1
23442026-07-21T19:12:59.398Z Compiling libefi-sys v0.1.0
23452026-07-21T19:12:59.428Z Compiling zone_cfg_derive v0.3.1
23462026-07-21T19:12:59.521Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23472026-07-21T19:12:59.552Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23482026-07-21T19:12:59.686Z Compiling camino-tempfile v1.4.1
23492026-07-21T19:12:59.688Z Compiling itertools v0.12.1
23502026-07-21T19:12:59.752Z Compiling usdt-attr-macro v0.5.0
23512026-07-21T19:12:59.837Z Compiling usdt-macro v0.5.0
23522026-07-21T19:13:00.034Z Compiling bitfield-struct v0.6.2
23532026-07-21T19:13:00.067Z Compiling num-derive v0.4.2
23542026-07-21T19:13:00.083Z Compiling blake3 v1.8.5
23552026-07-21T19:13:00.083Z Compiling memmap v0.7.0
23562026-07-21T19:13:00.116Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23572026-07-21T19:13:00.131Z Compiling sigpipe v0.1.3
23582026-07-21T19:13:00.237Z Compiling swrite v0.1.0
23592026-07-21T19:13:00.258Z Compiling glob v0.3.3
23602026-07-21T19:13:00.259Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23612026-07-21T19:13:00.540Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23622026-07-21T19:13:00.580Z Compiling usdt v0.5.0
23632026-07-21T19:13:00.683Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23642026-07-21T19:13:00.763Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23652026-07-21T19:13:00.841Z Compiling smf v0.2.3
23662026-07-21T19:13:00.927Z Compiling filetime v0.2.27
23672026-07-21T19:13:00.993Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23682026-07-21T19:13:01.008Z Compiling zone v0.3.1
23692026-07-21T19:13:01.024Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23702026-07-21T19:13:01.056Z Compiling arrayvec v0.7.6
23712026-07-21T19:13:01.123Z Compiling constant_time_eq v0.4.2
23722026-07-21T19:13:01.170Z Compiling xattr v1.6.1
23732026-07-21T19:13:01.186Z Compiling whoami v1.6.1
23742026-07-21T19:13:01.189Z Compiling arrayref v0.3.9
23752026-07-21T19:13:01.218Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23762026-07-21T19:13:01.235Z Compiling tokio-dtrace v0.1.1
23772026-07-21T19:13:01.311Z Compiling tar v0.4.46
23782026-07-21T19:13:01.336Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23792026-07-21T19:13:01.384Z Compiling console v0.16.2
23802026-07-21T19:13:01.399Z Compiling gethostname v0.5.0
23812026-07-21T19:13:01.611Z Compiling topological-sort v0.2.2
23822026-07-21T19:13:01.626Z Compiling unit-prefix v0.5.2
23832026-07-21T19:13:01.700Z Compiling oxide-tokio-rt v0.1.4
23842026-07-21T19:13:01.785Z Compiling toml v0.8.23
23852026-07-21T19:13:01.817Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23862026-07-21T19:13:01.955Z Compiling indicatif v0.18.4
23872026-07-21T19:13:02.033Z Compiling shell-words v1.1.1
23882026-07-21T19:13:02.148Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23892026-07-21T19:13:11.372Z Compiling progenitor-client v0.14.0
23902026-07-21T19:13:11.372Z Compiling omicron-zone-package v0.12.3
23912026-07-21T19:13:11.611Z Compiling progenitor-extras v0.2.0
23922026-07-21T19:13:11.940Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23932026-07-21T19:13:11.958Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23942026-07-21T19:13:11.981Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23952026-07-21T19:13:12.032Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23962026-07-21T19:13:12.084Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23972026-07-21T19:13:12.116Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23982026-07-21T19:13:12.253Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23992026-07-21T19:13:12.365Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24002026-07-21T19:13:12.789Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24012026-07-21T19:13:16.736Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24022026-07-21T19:13:24.735Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24032026-07-21T19:13:27.895Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24042026-07-21T19:13:28.931Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24052026-07-21T19:13:38.288Z Finished `release` profile [optimized] target(s) in 1m 39s
24062026-07-21T19:13:38.432Z Running `target/release/omicron-package -t test target create -p dev`
24072026-07-21T19:13:38.493ZLogging to: /work/oxidecomputer/omicron/out/LOG
24082026-07-21T19:13:38.496ZCreated new build target 'test' and set it as active
24092026-07-21T19:13:38.496Z
24102026-07-21T19:13:38.496Zreal 1:40.176112331
24112026-07-21T19:13:38.496Zuser 16:26.110436428
24122026-07-21T19:13:38.496Zsys 2:37.736283185
24132026-07-21T19:13:38.496Ztrap 0.470341115
24142026-07-21T19:13:38.496Ztflt 2.267734302
24152026-07-21T19:13:38.496Zdflt 4.173556638
24162026-07-21T19:13:38.496Zkflt 0.000577620
24172026-07-21T19:13:38.496Zlock 51:51.719263016
24182026-07-21T19:13:38.496Zslp 42:34.068641821
24192026-07-21T19:13:38.496Zlat 39.881037251
24202026-07-21T19:13:38.497Zstop 5:05.240693145
24212026-07-21T19:13:38.497Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24222026-07-21T19:13:39.339Z Finished `release` profile [optimized] target(s) in 0.83s
24232026-07-21T19:13:39.407Z Running `target/release/omicron-package -t test package`
24242026-07-21T19:13:39.461ZLogging to: /work/oxidecomputer/omicron/out/LOG
24252026-07-21T19:13:40.838Z Compiling heck v0.5.0
24262026-07-21T19:13:40.838Z Compiling regress v0.11.1
24272026-07-21T19:13:41.038Z Compiling unsafe-libyaml v0.2.11
24282026-07-21T19:13:41.098Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24292026-07-21T19:13:41.123Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24302026-07-21T19:13:41.126Z Compiling derive-where v1.6.0
24312026-07-21T19:13:41.166Z Compiling bytecount v0.6.9
24322026-07-21T19:13:41.170Z Compiling atomicwrites v0.4.4
24332026-07-21T19:13:41.170Z Compiling is-terminal v0.4.17
24342026-07-21T19:13:41.187Z Compiling prettyplease v0.2.37
24352026-07-21T19:13:41.248Z Compiling console v0.15.11
24362026-07-21T19:13:41.252Z Compiling newline-converter v0.3.0
24372026-07-21T19:13:41.252Z Compiling slog-dtrace v0.3.0
24382026-07-21T19:13:41.312Z Compiling resolv-conf v0.7.6
24392026-07-21T19:13:41.316Z Compiling num-rational v0.4.2
24402026-07-21T19:13:41.357Z Compiling num-complex v0.4.6
24412026-07-21T19:13:41.378Z Compiling thread_local v1.1.9
24422026-07-21T19:13:41.380Z Compiling unicode-width v0.1.14
24432026-07-21T19:13:41.420Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24442026-07-21T19:13:41.451Z Compiling match_cfg v0.1.0
24452026-07-21T19:13:41.505Z Compiling cancel-safe-futures v0.1.5
24462026-07-21T19:13:41.551Z Compiling compression-core v0.4.31
24472026-07-21T19:13:41.597Z Compiling serde_yaml v0.9.34+deprecated
24482026-07-21T19:13:41.652Z Compiling expectorate v1.2.0
24492026-07-21T19:13:41.735Z Compiling compression-codecs v0.4.37
24502026-07-21T19:13:41.756Z Compiling hostname v0.3.1
24512026-07-21T19:13:41.776Z Compiling num v0.4.3
24522026-07-21T19:13:41.836Z Compiling slog-async v2.8.0
24532026-07-21T19:13:41.857Z Compiling multer v3.1.0
24542026-07-21T19:13:41.878Z Compiling crossbeam-channel v0.5.15
24552026-07-21T19:13:41.902Z Compiling slog-json v2.6.1
24562026-07-21T19:13:41.904Z Compiling serde_spanned v1.1.1
24572026-07-21T19:13:41.943Z Compiling toml_datetime v1.1.1+spec-1.1.0
24582026-07-21T19:13:41.963Z Compiling toml_writer v1.1.1+spec-1.1.0
24592026-07-21T19:13:41.985Z Compiling term v1.2.1
24602026-07-21T19:13:42.007Z Compiling take_mut v0.2.2
24612026-07-21T19:13:42.101Z Compiling float-ord v0.3.2
24622026-07-21T19:13:42.133Z Compiling linked-hash-map v0.5.6
24632026-07-21T19:13:42.162Z Compiling toml v1.1.2+spec-1.1.0
24642026-07-21T19:13:42.206Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24652026-07-21T19:13:42.244Z Compiling slog-bunyan v2.5.0
24662026-07-21T19:13:42.247Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24672026-07-21T19:13:42.337Z Compiling lru-cache v0.1.2
24682026-07-21T19:13:42.359Z Compiling slog-term v2.9.2
24692026-07-21T19:13:42.387Z Compiling oxide-update-engine-types v0.1.2
24702026-07-21T19:13:42.433Z Compiling async-compression v0.4.41
24712026-07-21T19:13:42.502Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24722026-07-21T19:13:42.550Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24732026-07-21T19:13:42.710Z Compiling typify-impl v0.6.2
24742026-07-21T19:13:42.832Z Compiling dropshot v0.17.1
24752026-07-21T19:13:42.855Z Compiling async-stream v0.3.6
24762026-07-21T19:13:42.877Z Compiling sha1 v0.11.0
24772026-07-21T19:13:42.881Z Compiling progenitor-client v0.14.0
24782026-07-21T19:13:42.921Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24792026-07-21T19:13:42.923Z Compiling waitgroup v0.1.2
24802026-07-21T19:13:43.056Z Compiling rustls-pemfile v2.2.0
24812026-07-21T19:13:43.099Z Compiling backon v1.6.0
24822026-07-21T19:13:43.123Z Compiling serde_path_to_error v0.1.20
24832026-07-21T19:13:43.179Z Compiling hostname v0.4.2
24842026-07-21T19:13:43.182Z Compiling instant v0.1.13
24852026-07-21T19:13:43.222Z Compiling minimal-lexical v0.2.1
24862026-07-21T19:13:43.270Z Compiling debug-ignore v1.0.5
24872026-07-21T19:13:43.306Z Compiling linear-map v1.2.0
24882026-07-21T19:13:43.335Z Compiling backoff v0.4.0
24892026-07-21T19:13:43.362Z Compiling progenitor-extras v0.2.0
24902026-07-21T19:13:43.362Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24912026-07-21T19:13:43.406Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24922026-07-21T19:13:43.518Z Compiling nom v7.1.3
24932026-07-21T19:13:43.540Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24942026-07-21T19:13:43.559Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24952026-07-21T19:13:43.584Z Compiling parse-display v0.10.0
24962026-07-21T19:13:43.657Z Compiling oxide-update-engine v0.1.2
24972026-07-21T19:13:43.692Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24982026-07-21T19:13:43.872Z Compiling hickory-proto v0.24.4
24992026-07-21T19:13:44.256Z Compiling regress v0.10.5
25002026-07-21T19:13:44.476Z Compiling macaddr v1.0.1
25012026-07-21T19:13:44.732Z Compiling unicode-xid v0.2.6
25022026-07-21T19:13:44.760Z Compiling humantime v2.3.0
25032026-07-21T19:13:45.062Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25042026-07-21T19:13:45.067Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25052026-07-21T19:13:45.067Z Compiling convert_case v0.10.0
25062026-07-21T19:13:45.165Z Compiling owo-colors v4.3.0
25072026-07-21T19:13:45.308Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25082026-07-21T19:13:45.361Z Compiling derive_more-impl v2.1.1
25092026-07-21T19:13:45.504Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25102026-07-21T19:13:45.553Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25112026-07-21T19:13:45.626Z Compiling toml v0.8.23
25122026-07-21T19:13:46.152Z Compiling typify-macro v0.6.2
25132026-07-21T19:13:46.173Z Compiling derive_more v2.1.1
25142026-07-21T19:13:46.217Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25152026-07-21T19:13:46.269Z Compiling papergrid v0.11.0
25162026-07-21T19:13:46.292Z Compiling tabled_derive v0.7.0
25172026-07-21T19:13:46.311Z Compiling termtree v0.5.1
25182026-07-21T19:13:46.380Z Compiling hickory-resolver v0.24.4
25192026-07-21T19:13:46.528Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25202026-07-21T19:13:46.795Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25212026-07-21T19:13:47.256Z Compiling tabled v0.15.0
25222026-07-21T19:13:47.526Z Compiling crossterm v0.29.0
25232026-07-21T19:13:47.733Z Compiling typify v0.6.2
25242026-07-21T19:13:48.013Z Compiling progenitor-impl v0.14.0
25252026-07-21T19:13:48.278Z Compiling qorb v0.4.1
25262026-07-21T19:13:48.644Z Compiling phf_shared v0.12.1
25272026-07-21T19:13:48.902Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25282026-07-21T19:13:49.436Z Compiling vte v0.14.1
25292026-07-21T19:13:49.694Z Compiling csv-core v0.1.13
25302026-07-21T19:13:50.130Z Compiling progenitor-macro v0.14.0
25312026-07-21T19:13:50.151Z Compiling highway v1.3.0
25322026-07-21T19:13:50.878Z Compiling chrono-tz v0.10.4
25332026-07-21T19:13:51.137Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25342026-07-21T19:13:51.388Z Compiling csv v1.4.0
25352026-07-21T19:13:51.413Z Compiling strip-ansi-escapes v0.2.1
25362026-07-21T19:13:51.511Z Compiling phf v0.12.1
25372026-07-21T19:13:51.612Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25382026-07-21T19:13:51.716Z Compiling const_format_proc_macros v0.2.34
25392026-07-21T19:13:52.007Z Compiling fd-lock v4.0.4
25402026-07-21T19:13:52.009Z Compiling peg-macros v0.8.5
25412026-07-21T19:13:52.123Z Compiling nu-ansi-term v0.50.3
25422026-07-21T19:13:52.185Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25432026-07-21T19:13:52.445Z Compiling reedline v0.40.0
25442026-07-21T19:13:52.508Z Compiling const_format v0.2.35
25452026-07-21T19:13:53.043Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25462026-07-21T19:13:53.308Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25472026-07-21T19:13:53.885Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25482026-07-21T19:13:54.158Z Compiling progenitor v0.14.0
25492026-07-21T19:13:54.281Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25502026-07-21T19:13:54.348Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25512026-07-21T19:13:54.403Z Compiling peg v0.8.5
25522026-07-21T19:13:54.506Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25532026-07-21T19:13:54.527Z Compiling bcs v0.1.6
25542026-07-21T19:13:54.963Z Compiling nom v8.0.0
25552026-07-21T19:13:55.223Z Compiling semver v0.1.20
25562026-07-21T19:13:55.531Z Compiling rustc_version v0.1.7
25572026-07-21T19:13:55.766Z Compiling newtype_derive v0.1.6
25582026-07-21T19:13:56.005Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25592026-07-21T19:13:56.263Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25602026-07-21T19:13:56.356Z Compiling unicode-linebreak v0.1.5
25612026-07-21T19:13:56.716Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25622026-07-21T19:13:56.823Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25632026-07-21T19:13:56.883Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25642026-07-21T19:13:56.906Z Compiling smawk v0.3.2
25652026-07-21T19:13:57.109Z Compiling textwrap v0.16.2
25662026-07-21T19:13:57.174Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25672026-07-21T19:13:57.287Z Compiling steno v0.4.1
25682026-07-21T19:13:57.311Z Compiling base64 v0.21.7
25692026-07-21T19:13:57.832Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25702026-07-21T19:13:57.909Z Compiling dropshot-api-manager-types v0.7.2
25712026-07-21T19:13:58.170Z Compiling sha1 v0.10.6
25722026-07-21T19:13:58.527Z Compiling utf-8 v0.7.6
25732026-07-21T19:13:58.611Z Compiling tagptr v0.2.0
25742026-07-21T19:13:58.717Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25752026-07-21T19:13:58.763Z Compiling moka v0.12.13
25762026-07-21T19:13:58.804Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25772026-07-21T19:13:58.874Z Compiling tungstenite v0.21.0
25782026-07-21T19:13:58.981Z Compiling display-error-chain v0.2.2
25792026-07-21T19:13:59.156Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25802026-07-21T19:13:59.187Z Compiling radium v0.7.0
25812026-07-21T19:13:59.294Z Compiling tap v1.0.1
25822026-07-21T19:13:59.439Z Compiling maybe-uninit v2.0.0
25832026-07-21T19:13:59.490Z Compiling tokio-tungstenite v0.21.0
25842026-07-21T19:13:59.875Z Compiling hickory-resolver v0.25.2
25852026-07-21T19:13:59.992Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25862026-07-21T19:14:00.061Z Compiling wyz v0.5.1
25872026-07-21T19:14:00.111Z Compiling vergen-lib v0.1.6
25882026-07-21T19:14:00.326Z Compiling zerocopy-derive v0.6.6
25892026-07-21T19:14:00.371Z Compiling funty v2.0.0
25902026-07-21T19:14:01.007Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25912026-07-21T19:14:01.129Z Compiling crc-catalog v2.4.0
25922026-07-21T19:14:01.256Z Compiling diesel_derives v2.3.7
25932026-07-21T19:14:01.352Z Compiling packed_struct v0.10.1
25942026-07-21T19:14:01.542Z Compiling crc v3.4.0
25952026-07-21T19:14:01.713Z Compiling zerocopy v0.6.6
25962026-07-21T19:14:01.774Z Compiling bitvec v1.0.1
25972026-07-21T19:14:02.126Z Compiling dsl_auto_type v0.2.0
25982026-07-21T19:14:02.270Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25992026-07-21T19:14:02.345Z Compiling scheduled-thread-pool v0.2.7
26002026-07-21T19:14:02.674Z Compiling packed_struct_codegen v0.10.1
26012026-07-21T19:14:02.710Z Compiling vergen-gitcl v1.0.8
26022026-07-21T19:14:02.949Z Compiling diesel_table_macro_syntax v0.3.0
26032026-07-21T19:14:02.972Z Compiling bitfield-macros v0.19.4
26042026-07-21T19:14:03.173Z Compiling proc-macro-error-attr2 v2.0.0
26052026-07-21T19:14:03.303Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26062026-07-21T19:14:03.670Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26072026-07-21T19:14:03.692Z Compiling dirs-sys-next v0.1.2
26082026-07-21T19:14:03.758Z Compiling indexmap v1.9.3
26092026-07-21T19:14:03.758Z Compiling crunchy v0.2.4
26102026-07-21T19:14:03.809Z Compiling maplit v1.0.2
26112026-07-21T19:14:03.927Z Compiling glob v0.3.3
26122026-07-21T19:14:03.976Z Compiling nodrop v0.1.14
26132026-07-21T19:14:04.033Z Compiling dirs-next v2.0.0
26142026-07-21T19:14:04.103Z Compiling array-init v0.0.4
26152026-07-21T19:14:04.124Z Compiling bitfield v0.19.4
26162026-07-21T19:14:04.289Z Compiling clang-sys v1.8.1
26172026-07-21T19:14:04.454Z Compiling proc-macro-error2 v2.0.1
26182026-07-21T19:14:04.725Z Compiling r2d2 v0.8.10
26192026-07-21T19:14:04.766Z Compiling smallvec v0.6.14
26202026-07-21T19:14:05.022Z Compiling num-derive v0.3.3
26212026-07-21T19:14:05.046Z Compiling downcast-rs v2.0.2
26222026-07-21T19:14:05.175Z Compiling hashbrown v0.12.3
26232026-07-21T19:14:05.276Z Compiling tiny-keccak v2.0.2
26242026-07-21T19:14:05.536Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26252026-07-21T19:14:05.806Z Compiling serde-hex v0.1.0
26262026-07-21T19:14:05.859Z Compiling tabled_derive v0.11.0
26272026-07-21T19:14:05.937Z Compiling libscf-sys v1.1.0
26282026-07-21T19:14:05.964Z Compiling term v0.7.0
26292026-07-21T19:14:06.089Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26302026-07-21T19:14:06.111Z Compiling ron v0.8.1
26312026-07-21T19:14:06.257Z Compiling papergrid v0.17.0
26322026-07-21T19:14:06.305Z Compiling testing_table v0.3.0
26332026-07-21T19:14:06.330Z Compiling hashbrown v0.13.2
26342026-07-21T19:14:06.465Z Compiling crc-any v2.5.0
26352026-07-21T19:14:06.746Z Compiling bit-vec v0.6.3
26362026-07-21T19:14:06.905Z Compiling object v0.30.4
26372026-07-21T19:14:06.943Z Compiling bit-set v0.5.3
26382026-07-21T19:14:06.978Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26392026-07-21T19:14:06.999Z Compiling ascii-canvas v3.0.0
26402026-07-21T19:14:07.134Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26412026-07-21T19:14:07.261Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26422026-07-21T19:14:07.648Z Compiling tabled v0.20.0
26432026-07-21T19:14:07.996Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26442026-07-21T19:14:08.234Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26452026-07-21T19:14:08.505Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26462026-07-21T19:14:08.552Z Compiling progenitor-impl v0.13.0
26472026-07-21T19:14:08.712Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26482026-07-21T19:14:08.832Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26492026-07-21T19:14:08.959Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26502026-07-21T19:14:09.139Z Compiling itertools v0.10.5
26512026-07-21T19:14:09.161Z Compiling ena v0.14.4
26522026-07-21T19:14:09.184Z Compiling diesel v2.3.7
26532026-07-21T19:14:09.407Z Compiling libloading v0.8.9
26542026-07-21T19:14:09.532Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26552026-07-21T19:14:09.649Z Compiling regex-syntax v0.6.29
26562026-07-21T19:14:09.776Z Compiling bindgen v0.71.1
26572026-07-21T19:14:10.069Z Compiling diff v0.1.13
26582026-07-21T19:14:10.218Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26592026-07-21T19:14:10.287Z Compiling unicase v2.9.0
26602026-07-21T19:14:10.326Z Compiling path-slash v0.1.5
26612026-07-21T19:14:10.515Z Compiling xshell-macros v0.2.7
26622026-07-21T19:14:10.694Z Compiling progenitor-macro v0.13.0
26632026-07-21T19:14:10.697Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26642026-07-21T19:14:10.926Z Compiling xshell v0.2.7
26652026-07-21T19:14:11.527Z Compiling lalrpop v0.19.12
26662026-07-21T19:14:12.109Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26672026-07-21T19:14:12.768Z Compiling cexpr v0.6.0
26682026-07-21T19:14:13.399Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26692026-07-21T19:14:13.634Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26702026-07-21T19:14:14.127Z Compiling progenitor-client v0.13.0
26712026-07-21T19:14:14.660Z Compiling rustc-hash v2.1.1
26722026-07-21T19:14:14.773Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26732026-07-21T19:14:14.799Z Compiling progenitor v0.13.0
26742026-07-21T19:14:15.278Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26752026-07-21T19:14:15.502Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26762026-07-21T19:14:16.008Z Compiling headers-core v0.3.0
26772026-07-21T19:14:16.033Z Compiling libxml v0.3.3
26782026-07-21T19:14:16.036Z Compiling crc8 v0.1.1
26792026-07-21T19:14:16.168Z Compiling headers v0.4.1
26802026-07-21T19:14:16.189Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26812026-07-21T19:14:16.236Z Compiling strum_macros v0.24.3
26822026-07-21T19:14:16.285Z Compiling indoc v1.0.9
26832026-07-21T19:14:16.496Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26842026-07-21T19:14:16.499Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26852026-07-21T19:14:16.741Z Compiling derive_builder v0.20.2
26862026-07-21T19:14:16.789Z Compiling oso-derive v0.27.3
26872026-07-21T19:14:16.917Z Compiling quick-xml v0.37.5
26882026-07-21T19:14:17.322Z Compiling impl-trait-for-tuples v0.2.3
26892026-07-21T19:14:17.522Z Compiling openssl-probe v0.1.6
26902026-07-21T19:14:17.575Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26912026-07-21T19:14:17.818Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26922026-07-21T19:14:17.841Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26932026-07-21T19:14:18.080Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26942026-07-21T19:14:18.237Z Compiling bb8 v0.8.6
26952026-07-21T19:14:18.301Z Compiling trait-variant v0.1.2
26962026-07-21T19:14:18.575Z Compiling half v1.8.3
26972026-07-21T19:14:18.640Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26982026-07-21T19:14:18.868Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26992026-07-21T19:14:18.904Z Compiling polar-core v0.27.3
27002026-07-21T19:14:19.036Z Compiling serde_cbor v0.11.2
27012026-07-21T19:14:19.415Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27022026-07-21T19:14:19.455Z Compiling samael v0.0.19
27032026-07-21T19:14:19.637Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27042026-07-21T19:14:19.904Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27052026-07-21T19:14:19.981Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27062026-07-21T19:14:20.003Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27072026-07-21T19:14:20.067Z Compiling nonempty v0.12.0
27082026-07-21T19:14:20.255Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27092026-07-21T19:14:20.324Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27102026-07-21T19:14:20.358Z Compiling fxhash v0.2.1
27112026-07-21T19:14:20.542Z Compiling libz-sys v1.1.24
27122026-07-21T19:14:20.632Z Compiling salty v0.3.0
27132026-07-21T19:14:21.066Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27142026-07-21T19:14:21.262Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27152026-07-21T19:14:21.727Z Compiling kstat-rs v0.2.4
27162026-07-21T19:14:22.122Z Compiling arc-swap v1.8.2
27172026-07-21T19:14:22.214Z Compiling fs-err v2.11.0
27182026-07-21T19:14:22.652Z Compiling slog-scope v4.4.1
27192026-07-21T19:14:22.692Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27202026-07-21T19:14:22.727Z Compiling mime_guess v2.0.5
27212026-07-21T19:14:22.792Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27222026-07-21T19:14:23.280Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27232026-07-21T19:14:23.367Z Compiling rfc6979 v0.4.0
27242026-07-21T19:14:23.549Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27252026-07-21T19:14:23.891Z Compiling nanorand v0.7.0
27262026-07-21T19:14:24.209Z Compiling libgit2-sys v0.18.3+1.9.2
27272026-07-21T19:14:24.265Z Compiling parking_lot_core v0.8.6
27282026-07-21T19:14:24.389Z Compiling flume v0.11.1
27292026-07-21T19:14:24.593Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27302026-07-21T19:14:24.791Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27312026-07-21T19:14:24.902Z Compiling ecdsa v0.16.9
27322026-07-21T19:14:25.584Z Compiling slog-stdlog v4.1.1
27332026-07-21T19:14:26.217Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27342026-07-21T19:14:26.487Z Compiling diesel-dtrace v0.5.0
27352026-07-21T19:14:26.529Z Compiling async-bb8-diesel v0.2.1
27362026-07-21T19:14:26.824Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27372026-07-21T19:14:27.015Z Compiling primeorder v0.13.6
27382026-07-21T19:14:27.332Z Compiling git-stub v1.0.0
27392026-07-21T19:14:27.527Z Compiling atty v0.2.14
27402026-07-21T19:14:27.605Z Compiling parse-size v1.1.0
27412026-07-21T19:14:27.689Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27422026-07-21T19:14:27.867Z Compiling oso v0.27.3
27432026-07-21T19:14:27.938Z Compiling strsim v0.10.0
27442026-07-21T19:14:28.091Z Compiling instability v0.3.11
27452026-07-21T19:14:28.259Z Compiling http-range v0.1.5
27462026-07-21T19:14:28.360Z Compiling darling_core v0.13.4
27472026-07-21T19:14:28.620Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27482026-07-21T19:14:29.930Z Compiling git-stub-vcs v0.1.0
27492026-07-21T19:14:30.017Z Compiling p384 v0.13.1
27502026-07-21T19:14:30.293Z Compiling slog-envlogger v2.2.0
27512026-07-21T19:14:32.172Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27522026-07-21T19:14:32.332Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27532026-07-21T19:14:32.427Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27542026-07-21T19:14:32.633Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27552026-07-21T19:14:33.800Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27562026-07-21T19:14:34.137Z Compiling ignore v0.4.25
27572026-07-21T19:14:34.376Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27582026-07-21T19:14:34.798Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27592026-07-21T19:14:34.927Z Compiling vergen-git2 v9.1.0
27602026-07-21T19:14:35.194Z Compiling castaway v0.2.4
27612026-07-21T19:14:35.364Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27622026-07-21T19:14:35.618Z Compiling indoc v2.0.7
27632026-07-21T19:14:35.868Z Compiling compact_str v0.8.1
27642026-07-21T19:14:36.771Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27652026-07-21T19:14:36.852Z Compiling globwalk v0.9.1
27662026-07-21T19:14:36.997Z Compiling parking_lot v0.11.2
27672026-07-21T19:14:37.258Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27682026-07-21T19:14:37.524Z Compiling hyper-staticfile v0.10.1
27692026-07-21T19:14:37.715Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27702026-07-21T19:14:37.918Z Compiling darling_macro v0.13.4
27712026-07-21T19:14:38.192Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27722026-07-21T19:14:38.251Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27732026-07-21T19:14:38.439Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27742026-07-21T19:14:38.700Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27752026-07-21T19:14:38.802Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27762026-07-21T19:14:38.845Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
27772026-07-21T19:14:39.077Z Compiling predicates-tree v1.0.13
27782026-07-21T19:14:39.224Z Compiling unicode-truncate v1.1.0
27792026-07-21T19:14:39.456Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27802026-07-21T19:14:39.528Z Compiling lru v0.12.5
27812026-07-21T19:14:39.687Z Compiling rand_seeder v0.4.0
27822026-07-21T19:14:39.763Z Compiling prefix-trie v0.7.0
27832026-07-21T19:14:39.957Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27842026-07-21T19:14:40.152Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27852026-07-21T19:14:40.259Z Compiling corncobs v0.1.4
27862026-07-21T19:14:40.418Z Compiling illumos-nvpair-sys v0.2.0
27872026-07-21T19:14:40.439Z Compiling cassowary v0.3.0
27882026-07-21T19:14:40.538Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27892026-07-21T19:14:40.718Z Compiling hickory-server v0.25.2
27902026-07-21T19:14:40.721Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27912026-07-21T19:14:40.936Z Compiling ratatui v0.29.0
27922026-07-21T19:14:40.993Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
27932026-07-21T19:14:41.025Z Compiling camino-tempfile-ext v0.3.3
27942026-07-21T19:14:41.250Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27952026-07-21T19:14:41.271Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27962026-07-21T19:14:41.644Z Compiling darling v0.13.4
27972026-07-21T19:14:41.842Z Compiling sled v0.34.7
27982026-07-21T19:14:42.046Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27992026-07-21T19:14:42.454Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28002026-07-21T19:14:43.056Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28012026-07-21T19:14:44.338Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28022026-07-21T19:14:44.697Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28032026-07-21T19:14:44.931Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28042026-07-21T19:14:45.093Z Compiling secrecy v0.8.0
28052026-07-21T19:14:45.177Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28062026-07-21T19:14:45.612Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28072026-07-21T19:14:45.768Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28082026-07-21T19:14:46.014Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28092026-07-21T19:14:46.493Z Compiling serde_with_macros v1.5.2
28102026-07-21T19:14:47.431Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28112026-07-21T19:14:47.851Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28122026-07-21T19:14:48.214Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28132026-07-21T19:14:48.512Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28142026-07-21T19:14:48.757Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28152026-07-21T19:14:49.002Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28162026-07-21T19:14:49.238Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28172026-07-21T19:14:49.267Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28182026-07-21T19:14:49.499Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28192026-07-21T19:14:49.521Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28202026-07-21T19:14:49.748Z Compiling git2 v0.20.4
28212026-07-21T19:14:49.774Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28222026-07-21T19:14:49.796Z Compiling void v1.0.2
28232026-07-21T19:14:49.946Z Compiling lzss v0.8.2
28242026-07-21T19:14:50.374Z Compiling illumos-nvpair v0.3.0
28252026-07-21T19:14:50.582Z Compiling serde_with v1.14.0
28262026-07-21T19:14:50.871Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28272026-07-21T19:14:51.352Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28282026-07-21T19:14:51.730Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28292026-07-21T19:14:51.758Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28302026-07-21T19:14:52.858Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
28312026-07-21T19:14:53.311Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28322026-07-21T19:14:53.468Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28332026-07-21T19:14:53.676Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28342026-07-21T19:14:54.372Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28352026-07-21T19:14:54.619Z Compiling tungstenite v0.23.0
28362026-07-21T19:14:54.802Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28372026-07-21T19:14:55.555Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28382026-07-21T19:14:56.511Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28392026-07-21T19:14:56.761Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28402026-07-21T19:14:56.901Z Compiling nix v0.27.1
28412026-07-21T19:14:56.977Z Compiling twox-hash v2.1.2
28422026-07-21T19:14:57.006Z Compiling libsw-core v0.3.2
28432026-07-21T19:14:57.232Z Compiling serde_bytes v0.11.19
28442026-07-21T19:14:57.492Z Compiling libsw v3.5.0
28452026-07-21T19:14:57.542Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28462026-07-21T19:14:57.760Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28472026-07-21T19:14:57.781Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28482026-07-21T19:14:58.047Z Compiling tokio-tungstenite v0.23.1
28492026-07-21T19:14:58.075Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28502026-07-21T19:14:58.287Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28512026-07-21T19:14:58.448Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28522026-07-21T19:14:59.820Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28532026-07-21T19:15:00.470Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28542026-07-21T19:15:01.879Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28552026-07-21T19:15:02.321Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28562026-07-21T19:15:02.463Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28572026-07-21T19:15:02.656Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28582026-07-21T19:15:03.034Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28592026-07-21T19:15:03.279Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
28602026-07-21T19:15:03.376Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28612026-07-21T19:15:03.493Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28622026-07-21T19:15:03.867Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28632026-07-21T19:15:04.398Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28642026-07-21T19:15:05.071Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28652026-07-21T19:15:06.624Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28662026-07-21T19:15:07.088Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28672026-07-21T19:15:08.290Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28682026-07-21T19:15:09.240Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28692026-07-21T19:15:09.346Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28702026-07-21T19:15:09.468Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28712026-07-21T19:15:09.531Z Compiling signal-hook-tokio v0.3.1
28722026-07-21T19:15:09.567Z Compiling fatfs v0.3.6
28732026-07-21T19:15:09.720Z Compiling yasna v0.5.2
28742026-07-21T19:15:10.198Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28752026-07-21T19:15:10.413Z Compiling seq-macro v0.3.6
28762026-07-21T19:15:10.658Z Compiling assert_matches v1.5.0
28772026-07-21T19:15:10.758Z Compiling is_ci v1.2.0
28782026-07-21T19:15:10.809Z Compiling rcgen v0.12.1
28792026-07-21T19:15:10.967Z Compiling supports-color v3.0.2
28802026-07-21T19:15:10.988Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28812026-07-21T19:15:11.292Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28822026-07-21T19:15:12.618Z Compiling oxide-update-engine-display v0.1.2
28832026-07-21T19:15:13.646Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28842026-07-21T19:15:13.707Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28852026-07-21T19:15:13.962Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28862026-07-21T19:15:14.071Z Compiling port-file v0.1.0
28872026-07-21T19:15:14.226Z Compiling rtoolbox v0.0.3
28882026-07-21T19:15:14.414Z Compiling subprocess v0.2.15
28892026-07-21T19:15:14.513Z Compiling rpassword v7.5.4
28902026-07-21T19:15:15.192Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28912026-07-21T19:15:15.455Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28922026-07-21T19:15:16.723Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28932026-07-21T19:15:16.860Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28942026-07-21T19:15:17.405Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28952026-07-21T19:15:18.327Z Compiling tui-tree-widget v0.23.1
28962026-07-21T19:15:18.647Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28972026-07-21T19:15:19.380Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28982026-07-21T19:15:19.880Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28992026-07-21T19:15:20.130Z Compiling uzers v0.12.2
29002026-07-21T19:15:20.505Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29012026-07-21T19:15:20.643Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29022026-07-21T19:15:21.659Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29032026-07-21T19:15:24.067Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29042026-07-21T19:15:24.128Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29052026-07-21T19:15:26.294Z Compiling support-bundle-viewer v0.1.2
29062026-07-21T19:15:26.640Z Compiling multimap v0.10.1
29072026-07-21T19:15:40.813Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29082026-07-21T19:15:45.296Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29092026-07-21T19:15:48.437Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29102026-07-21T19:15:48.883Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29112026-07-21T19:15:49.319Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29122026-07-21T19:23:16.513Z Finished `release` profile [optimized] target(s) in 9m 36s
29132026-07-21T19:24:05.508Z
29142026-07-21T19:24:05.508Zreal 10:26.983714848
29152026-07-21T19:24:05.508Zuser 1:19:43.256975620
29162026-07-21T19:24:05.508Zsys 3:31.453004163
29172026-07-21T19:24:05.515Ztrap 1.781287850
29182026-07-21T19:24:05.515Ztflt 2.135704740
29192026-07-21T19:24:05.515Zdflt 16.958047025
29202026-07-21T19:24:05.515Zkflt 0.006599284
29212026-07-21T19:24:05.515Zlock 7:28:41.739487437
29222026-07-21T19:24:05.515Zslp 2:15:32.369507985
29232026-07-21T19:24:05.515Zlat 2:24.490637633
29242026-07-21T19:24:05.515Zstop 5:14.445204104
29252026-07-21T19:24:05.515Z+ mapfile -t packages
29262026-07-21T19:24:05.515Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29272026-07-21T19:24:06.393Z Finished `release` profile [optimized] target(s) in 0.87s
29282026-07-21T19:24:06.462Z Running `target/release/omicron-package -t test list-outputs`
29292026-07-21T19:24:06.519ZLogging to: /work/oxidecomputer/omicron/out/LOG
29302026-07-21T19:24:06.523Z+ ptime -m cargo build --locked --release -p xtask
29312026-07-21T19:24:06.984Z Compiling libc v0.2.185
29322026-07-21T19:24:06.984Z Compiling serde_core v1.0.228
29332026-07-21T19:24:06.991Z Compiling serde v1.0.228
29342026-07-21T19:24:06.991Z Compiling rustix v1.1.3
29352026-07-21T19:24:06.991Z Compiling serde_json v1.0.150
29362026-07-21T19:24:06.992Z Compiling bitflags v2.11.0
29372026-07-21T19:24:07.103Z Compiling usdt-impl v0.5.0
29382026-07-21T19:24:07.116Z Compiling syn v2.0.117
29392026-07-21T19:24:07.135Z Compiling syn v1.0.109
29402026-07-21T19:24:07.166Z Compiling getrandom v0.4.1
29412026-07-21T19:24:07.171Z Compiling log v0.4.29
29422026-07-21T19:24:07.189Z Compiling indexmap v2.14.0
29432026-07-21T19:24:07.206Z Compiling fs-err v3.3.0
29442026-07-21T19:24:07.471Z Compiling heck v0.4.1
29452026-07-21T19:24:07.485Z Compiling anyhow v1.0.102
29462026-07-21T19:24:07.486Z Compiling once_cell v1.21.3
29472026-07-21T19:24:07.879Z Compiling thread-id v4.2.2
29482026-07-21T19:24:07.916Z Compiling errno v0.3.14
29492026-07-21T19:24:07.930Z Compiling memmap v0.7.0
29502026-07-21T19:24:08.637Z Compiling proc-macro-error v1.0.4
29512026-07-21T19:24:08.925Z Compiling terminal_size v0.4.3
29522026-07-21T19:24:08.925Z Compiling tempfile v3.25.0
29532026-07-21T19:24:08.931Z Compiling tabled_derive v0.7.0
29542026-07-21T19:24:08.975Z Compiling clap_builder v4.6.0
29552026-07-21T19:24:08.975Z Compiling textwrap v0.16.2
29562026-07-21T19:24:09.243Z Compiling camino v1.2.2
29572026-07-21T19:24:09.259Z Compiling cargo-platform v0.3.2
29582026-07-21T19:24:09.282Z Compiling pest_generator v2.8.6
29592026-07-21T19:24:09.313Z Compiling semver v1.0.28
29602026-07-21T19:24:09.582Z Compiling camino-tempfile v1.4.1
29612026-07-21T19:24:09.606Z Compiling tabled v0.15.0
29622026-07-21T19:24:09.925Z Compiling serde_derive v1.0.228
29632026-07-21T19:24:09.925Z Compiling thiserror-impl v1.0.69
29642026-07-21T19:24:09.949Z Compiling zerocopy-derive v0.7.35
29652026-07-21T19:24:09.949Z Compiling pest_derive v2.8.6
29662026-07-21T19:24:09.949Z Compiling scroll_derive v0.12.1
29672026-07-21T19:24:09.968Z Compiling thiserror-impl v2.0.18
29682026-07-21T19:24:09.968Z Compiling clap_derive v4.6.1
29692026-07-21T19:24:10.588Z Compiling scroll v0.12.0
29702026-07-21T19:24:10.794Z Compiling zerocopy v0.7.35
29712026-07-21T19:24:10.833Z Compiling goblin v0.8.2
29722026-07-21T19:24:11.018Z Compiling thiserror v1.0.69
29732026-07-21T19:24:11.244Z Compiling dtrace-parser v0.2.0
29742026-07-21T19:24:11.374Z Compiling thiserror v2.0.18
29752026-07-21T19:24:11.401Z Compiling clap v4.6.1
29762026-07-21T19:24:13.171Z Compiling dof v0.3.0
29772026-07-21T19:24:13.180Z Compiling serde_tokenstream v0.2.3
29782026-07-21T19:24:13.201Z Compiling serde_spanned v0.6.9
29792026-07-21T19:24:13.209Z Compiling toml_datetime v0.6.11
29802026-07-21T19:24:13.238Z Compiling cargo_metadata v0.23.1
29812026-07-21T19:24:13.247Z Compiling macaddr v1.0.1
29822026-07-21T19:24:13.247Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29832026-07-21T19:24:13.399Z Compiling toml_edit v0.22.27
29842026-07-21T19:24:13.841Z Compiling usdt-macro v0.5.0
29852026-07-21T19:24:13.851Z Compiling usdt-attr-macro v0.5.0
29862026-07-21T19:24:18.585Z Compiling usdt v0.5.0
29872026-07-21T19:24:18.684Z Compiling toml v0.8.23
29882026-07-21T19:24:18.684Z Compiling cargo_toml v0.21.0
29892026-07-21T19:24:19.745Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29902026-07-21T19:24:22.958Z Finished `release` profile [optimized] target(s) in 16.42s
29912026-07-21T19:24:23.098Z
29922026-07-21T19:24:23.098Zreal 16.539797203
29932026-07-21T19:24:23.098Zuser 2:04.540370723
29942026-07-21T19:24:23.101Zsys 14.032835510
29952026-07-21T19:24:23.101Ztrap 0.064086808
29962026-07-21T19:24:23.101Ztflt 0.495721068
29972026-07-21T19:24:23.101Zdflt 1.732555236
29982026-07-21T19:24:23.101Zkflt 0.000109610
29992026-07-21T19:24:23.101Zlock 4:27.736697461
30002026-07-21T19:24:23.101Zslp 2:42.886697025
30012026-07-21T19:24:23.101Zlat 3.671233458
30022026-07-21T19:24:23.101Zstop 14.339912023
30032026-07-21T19:24:23.101Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30042026-07-21T19:24:23.101Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30052026-07-21T19:24:23.101Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30062026-07-21T19:24:23.101Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30072026-07-21T19:24:23.101Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30082026-07-21T19:24:24.004Z Compiling progenitor-client v0.14.0
30092026-07-21T19:24:24.004Z Compiling newtype-uuid-macros v0.1.0
30102026-07-21T19:24:24.007Z Compiling match_cfg v0.1.0
30112026-07-21T19:24:24.008Z Compiling slog-json v2.6.1
30122026-07-21T19:24:24.008Z Compiling structmeta-derive v0.3.0
30132026-07-21T19:24:24.009Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30142026-07-21T19:24:24.009Z Compiling sha1 v0.11.0
30152026-07-21T19:24:24.154Z Compiling multer v3.1.0
30162026-07-21T19:24:24.158Z Compiling compression-core v0.4.31
30172026-07-21T19:24:24.158Z Compiling debug-ignore v1.0.5
30182026-07-21T19:24:24.158Z Compiling itertools v0.14.0
30192026-07-21T19:24:24.158Z Compiling async-stream-impl v0.3.6
30202026-07-21T19:24:24.171Z Compiling toml_datetime v1.1.1+spec-1.1.0
30212026-07-21T19:24:24.174Z Compiling serde_spanned v1.1.1
30222026-07-21T19:24:24.198Z Compiling dropshot v0.17.1
30232026-07-21T19:24:24.207Z Compiling toml_writer v1.1.1+spec-1.1.0
30242026-07-21T19:24:24.313Z Compiling waitgroup v0.1.2
30252026-07-21T19:24:24.411Z Compiling hostname v0.3.1
30262026-07-21T19:24:24.431Z Compiling compression-codecs v0.4.37
30272026-07-21T19:24:24.434Z Compiling toml v1.1.2+spec-1.1.0
30282026-07-21T19:24:24.454Z Compiling rustls-pemfile v2.2.0
30292026-07-21T19:24:24.458Z Compiling dropshot_endpoint v0.17.1
30302026-07-21T19:24:24.512Z Compiling serde_path_to_error v0.1.20
30312026-07-21T19:24:24.527Z Compiling slog-bunyan v2.5.0
30322026-07-21T19:24:24.577Z Compiling hostname v0.4.2
30332026-07-21T19:24:24.580Z Compiling atomicwrites v0.4.4
30342026-07-21T19:24:24.592Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30352026-07-21T19:24:24.689Z Compiling macaddr v1.0.1
30362026-07-21T19:24:24.734Z Compiling async-compression v0.4.41
30372026-07-21T19:24:24.755Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30382026-07-21T19:24:24.780Z Compiling instant v0.1.13
30392026-07-21T19:24:24.804Z Compiling async-stream v0.3.6
30402026-07-21T19:24:24.821Z Compiling regress v0.10.5
30412026-07-21T19:24:24.824Z Compiling backon v1.6.0
30422026-07-21T19:24:24.856Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30432026-07-21T19:24:24.859Z Compiling humantime v2.3.0
30442026-07-21T19:24:24.906Z Compiling backoff v0.4.0
30452026-07-21T19:24:24.928Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30462026-07-21T19:24:24.946Z Compiling half v2.7.1
30472026-07-21T19:24:24.947Z Compiling ciborium-io v0.2.2
30482026-07-21T19:24:24.996Z Compiling crucible-workspace-hack v0.1.0
30492026-07-21T19:24:25.058Z Compiling progenitor-extras v0.2.0
30502026-07-21T19:24:25.058Z Compiling regress v0.11.1
30512026-07-21T19:24:25.090Z Compiling convert_case v0.4.0
30522026-07-21T19:24:25.136Z Compiling secrecy v0.10.3
30532026-07-21T19:24:25.139Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30542026-07-21T19:24:25.183Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30552026-07-21T19:24:25.215Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30562026-07-21T19:24:25.255Z Compiling ciborium-ll v0.2.2
30572026-07-21T19:24:25.314Z Compiling inout v0.1.4
30582026-07-21T19:24:25.332Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30592026-07-21T19:24:25.351Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30602026-07-21T19:24:25.368Z Compiling unsafe-libyaml v0.2.11
30612026-07-21T19:24:25.372Z Compiling thiserror-impl-no-std v2.0.2
30622026-07-21T19:24:25.432Z Compiling structmeta v0.3.0
30632026-07-21T19:24:25.476Z Compiling derive_more v0.99.20
30642026-07-21T19:24:25.495Z Compiling ciborium v0.2.2
30652026-07-21T19:24:25.498Z Compiling cipher v0.4.4
30662026-07-21T19:24:25.533Z Compiling universal-hash v0.5.1
30672026-07-21T19:24:25.533Z Compiling opaque-debug v0.3.1
30682026-07-21T19:24:25.568Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30692026-07-21T19:24:25.598Z Compiling blake2 v0.10.6
30702026-07-21T19:24:25.616Z Compiling aead v0.5.2
30712026-07-21T19:24:25.643Z Compiling password-hash v0.5.0
30722026-07-21T19:24:25.678Z Compiling derive-ex v0.1.8
30732026-07-21T19:24:25.695Z Compiling parse-display-derive v0.10.0
30742026-07-21T19:24:25.788Z Compiling chacha20 v0.9.1
30752026-07-21T19:24:25.842Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30762026-07-21T19:24:25.901Z Compiling poly1305 v0.8.0
30772026-07-21T19:24:26.056Z Compiling serde_yaml v0.9.34+deprecated
30782026-07-21T19:24:26.075Z Compiling toml_datetime v0.7.5+spec-1.1.0
30792026-07-21T19:24:26.093Z Compiling indent_write v2.2.0
30802026-07-21T19:24:26.096Z Compiling argon2 v0.5.3
30812026-07-21T19:24:26.146Z Compiling darling_core v0.21.3
30822026-07-21T19:24:26.179Z Compiling chacha20poly1305 v0.10.1
30832026-07-21T19:24:26.262Z Compiling toml_edit v0.23.10+spec-1.0.0
30842026-07-21T19:24:26.350Z Compiling heapless v0.8.0
30852026-07-21T19:24:26.366Z Compiling tabwriter v1.4.1
30862026-07-21T19:24:26.615Z Compiling thiserror-no-std v2.0.2
30872026-07-21T19:24:26.639Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30882026-07-21T19:24:26.659Z Compiling typify-impl v0.6.2
30892026-07-21T19:24:26.727Z Compiling vsss-rs v3.3.4
30902026-07-21T19:24:26.881Z Compiling proc-macro-crate v3.4.0
30912026-07-21T19:24:26.920Z Compiling hash32 v0.3.1
30922026-07-21T19:24:27.129Z Compiling smoltcp v0.11.0
30932026-07-21T19:24:27.306Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30942026-07-21T19:24:27.456Z Compiling test-strategy v0.4.5
30952026-07-21T19:24:27.494Z Compiling num_enum_derive v0.7.6
30962026-07-21T19:24:27.509Z Compiling parse-display v0.10.0
30972026-07-21T19:24:27.560Z Compiling cobs v0.3.0
30982026-07-21T19:24:27.578Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30992026-07-21T19:24:27.617Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31002026-07-21T19:24:27.704Z Compiling colored v3.1.1
31012026-07-21T19:24:27.815Z Compiling postcard v1.1.3
31022026-07-21T19:24:27.876Z Compiling proc-macro-error v1.0.4
31032026-07-21T19:24:27.898Z Compiling proc-macro-crate v1.3.1
31042026-07-21T19:24:28.025Z Compiling rand v0.10.1
31052026-07-21T19:24:28.043Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31062026-07-21T19:24:28.101Z Compiling foreign-types-macros v0.2.3
31072026-07-21T19:24:28.123Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31082026-07-21T19:24:28.310Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31092026-07-21T19:24:28.344Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31102026-07-21T19:24:28.362Z Compiling rayon-core v1.13.0
31112026-07-21T19:24:28.381Z Compiling foreign-types-shared v0.3.1
31122026-07-21T19:24:28.400Z Compiling num_enum_derive v0.5.11
31132026-07-21T19:24:28.485Z Compiling crossbeam-deque v0.8.6
31142026-07-21T19:24:28.521Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31152026-07-21T19:24:28.540Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31162026-07-21T19:24:28.574Z Compiling cstr-argument v0.1.2
31172026-07-21T19:24:28.620Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31182026-07-21T19:24:28.633Z Compiling num_enum v0.7.6
31192026-07-21T19:24:28.743Z Compiling darling_macro v0.21.3
31202026-07-21T19:24:28.761Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31212026-07-21T19:24:28.779Z Compiling foreign-types v0.5.0
31222026-07-21T19:24:28.796Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31232026-07-21T19:24:28.874Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31242026-07-21T19:24:28.890Z Compiling zone_cfg_derive v0.3.1
31252026-07-21T19:24:28.999Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31262026-07-21T19:24:29.015Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31272026-07-21T19:24:29.033Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31282026-07-21T19:24:29.049Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31292026-07-21T19:24:29.053Z Compiling itertools v0.12.1
31302026-07-21T19:24:29.155Z Compiling rayon v1.11.0
31312026-07-21T19:24:29.190Z Compiling num-derive v0.4.2
31322026-07-21T19:24:29.211Z Compiling sigpipe v0.1.3
31332026-07-21T19:24:29.241Z Compiling glob v0.3.3
31342026-07-21T19:24:29.261Z Compiling cpubits v0.1.1
31352026-07-21T19:24:29.309Z Compiling darling v0.21.3
31362026-07-21T19:24:29.328Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31372026-07-21T19:24:29.356Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31382026-07-21T19:24:29.387Z Compiling smf v0.2.3
31392026-07-21T19:24:29.419Z Compiling ingot-macros v0.1.1
31402026-07-21T19:24:29.493Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31412026-07-21T19:24:29.568Z Compiling num_enum v0.5.11
31422026-07-21T19:24:29.624Z Compiling whoami v1.6.1
31432026-07-21T19:24:29.642Z Compiling usdt-attr-macro v0.5.0
31442026-07-21T19:24:29.661Z Compiling usdt-macro v0.5.0
31452026-07-21T19:24:29.666Z Compiling gethostname v0.5.0
31462026-07-21T19:24:29.710Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31472026-07-21T19:24:29.715Z Compiling num-rational v0.4.2
31482026-07-21T19:24:29.827Z Compiling pem-rfc7468 v1.0.0
31492026-07-21T19:24:29.947Z Compiling num-complex v0.4.6
31502026-07-21T19:24:30.027Z Compiling derive-where v1.6.0
31512026-07-21T19:24:30.155Z Compiling memmap v0.7.0
31522026-07-21T19:24:30.172Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31532026-07-21T19:24:30.210Z Compiling zone v0.3.1
31542026-07-21T19:24:30.334Z Compiling num v0.4.3
31552026-07-21T19:24:30.341Z Compiling float-ord v0.3.2
31562026-07-21T19:24:30.367Z Compiling toml v0.8.23
31572026-07-21T19:24:30.387Z Compiling hmac v0.13.0
31582026-07-21T19:24:30.429Z Compiling universal-hash v0.6.1
31592026-07-21T19:24:30.475Z Compiling resolv-conf v0.7.6
31602026-07-21T19:24:30.499Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31612026-07-21T19:24:30.512Z Compiling usdt v0.5.0
31622026-07-21T19:24:30.581Z Compiling cancel-safe-futures v0.1.5
31632026-07-21T19:24:30.599Z Compiling polyval v0.7.1
31642026-07-21T19:24:30.599Z Compiling der v0.8.0
31652026-07-21T19:24:30.650Z Compiling prettyplease v0.2.37
31662026-07-21T19:24:30.728Z Compiling pbkdf2 v0.13.0
31672026-07-21T19:24:30.805Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31682026-07-21T19:24:30.856Z Compiling ghash v0.6.0
31692026-07-21T19:24:30.876Z Compiling aes v0.9.1
31702026-07-21T19:24:30.892Z Compiling console v0.15.11
31712026-07-21T19:24:30.944Z Compiling newline-converter v0.3.0
31722026-07-21T19:24:30.961Z Compiling hickory-proto v0.24.4
31732026-07-21T19:24:30.976Z Compiling ctr v0.10.1
31742026-07-21T19:24:31.013Z Compiling aead v0.6.1
31752026-07-21T19:24:31.032Z Compiling sha2 v0.11.0
31762026-07-21T19:24:31.084Z Compiling linear-map v1.2.0
31772026-07-21T19:24:31.213Z Compiling linked-hash-map v0.5.6
31782026-07-21T19:24:31.217Z Compiling libefi-sys v0.1.0
31792026-07-21T19:24:31.251Z Compiling typify-macro v0.6.2
31802026-07-21T19:24:31.258Z Compiling expectorate v1.2.0
31812026-07-21T19:24:31.301Z Compiling aes-gcm v0.11.0
31822026-07-21T19:24:31.411Z Compiling lru-cache v0.1.2
31832026-07-21T19:24:31.429Z Compiling oxide-update-engine-types v0.1.2
31842026-07-21T19:24:31.461Z Compiling crypto-bigint v0.7.5
31852026-07-21T19:24:31.508Z Compiling spki v0.8.0
31862026-07-21T19:24:31.529Z Compiling cbc v0.2.1
31872026-07-21T19:24:31.546Z Compiling salsa20 v0.11.0
31882026-07-21T19:24:31.567Z Compiling bitfield-struct v0.6.2
31892026-07-21T19:24:31.712Z Compiling nom v8.0.0
31902026-07-21T19:24:31.730Z Compiling semver v0.1.20
31912026-07-21T19:24:31.878Z Compiling scrypt v0.12.0
31922026-07-21T19:24:31.977Z Compiling rustc_version v0.1.7
31932026-07-21T19:24:31.996Z Compiling tokio-dtrace v0.1.1
31942026-07-21T19:24:32.024Z Compiling dropshot-api-manager-types v0.7.2
31952026-07-21T19:24:32.096Z Compiling slog-dtrace v0.3.0
31962026-07-21T19:24:32.243Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31972026-07-21T19:24:32.284Z Compiling minimal-lexical v0.2.1
31982026-07-21T19:24:32.299Z Compiling newtype_derive v0.1.6
31992026-07-21T19:24:32.355Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32002026-07-21T19:24:32.369Z Compiling oxide-tokio-rt v0.1.4
32012026-07-21T19:24:32.398Z Compiling ingot-types v0.1.2
32022026-07-21T19:24:32.409Z Compiling pkcs5 v0.8.1
32032026-07-21T19:24:32.438Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32042026-07-21T19:24:32.542Z Compiling oxide-update-engine v0.1.2
32052026-07-21T19:24:32.568Z Compiling nom v7.1.3
32062026-07-21T19:24:32.662Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32072026-07-21T19:24:32.679Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32082026-07-21T19:24:32.696Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32092026-07-21T19:24:32.703Z Compiling phf_shared v0.12.1
32102026-07-21T19:24:32.747Z Compiling csv-core v0.1.13
32112026-07-21T19:24:32.845Z Compiling ingot v0.1.1
32122026-07-21T19:24:32.900Z Compiling highway v1.3.0
32132026-07-21T19:24:32.939Z Compiling xshell-macros v0.2.7
32142026-07-21T19:24:32.977Z Compiling chrono-tz v0.10.4
32152026-07-21T19:24:33.033Z Compiling unicode-xid v0.2.6
32162026-07-21T19:24:33.074Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32172026-07-21T19:24:33.096Z Compiling hickory-resolver v0.24.4
32182026-07-21T19:24:33.146Z Compiling typify v0.6.2
32192026-07-21T19:24:33.170Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32202026-07-21T19:24:33.191Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32212026-07-21T19:24:33.208Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32222026-07-21T19:24:33.275Z Compiling progenitor-impl v0.14.0
32232026-07-21T19:24:33.321Z Compiling const_format_proc_macros v0.2.34
32242026-07-21T19:24:33.343Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32252026-07-21T19:24:33.389Z Compiling xshell v0.2.7
32262026-07-21T19:24:33.934Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32272026-07-21T19:24:33.968Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32282026-07-21T19:24:34.151Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32292026-07-21T19:24:34.166Z Compiling qorb v0.4.1
32302026-07-21T19:24:34.237Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32312026-07-21T19:24:34.258Z Compiling csv v1.4.0
32322026-07-21T19:24:34.523Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32332026-07-21T19:24:34.706Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32342026-07-21T19:24:34.750Z Compiling phf v0.12.1
32352026-07-21T19:24:34.805Z Compiling pkcs8 v0.11.0
32362026-07-21T19:24:34.898Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32372026-07-21T19:24:34.933Z Compiling owo-colors v4.3.0
32382026-07-21T19:24:35.056Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32392026-07-21T19:24:35.215Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32402026-07-21T19:24:35.231Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32412026-07-21T19:24:35.309Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32422026-07-21T19:24:35.357Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32432026-07-21T19:24:35.457Z Compiling const_format v0.2.35
32442026-07-21T19:24:35.478Z Compiling tabled_derive v0.7.0
32452026-07-21T19:24:35.522Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32462026-07-21T19:24:35.895Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32472026-07-21T19:24:35.993Z Compiling progenitor-macro v0.14.0
32482026-07-21T19:24:36.011Z Compiling bcs v0.1.6
32492026-07-21T19:24:36.077Z Compiling ff v0.14.0
32502026-07-21T19:24:36.101Z Compiling salty v0.3.0
32512026-07-21T19:24:36.241Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32522026-07-21T19:24:36.249Z Compiling tagptr v0.2.0
32532026-07-21T19:24:36.324Z Compiling termtree v0.5.1
32542026-07-21T19:24:36.333Z Compiling textwrap v0.16.2
32552026-07-21T19:24:36.423Z Compiling moka v0.12.13
32562026-07-21T19:24:36.450Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32572026-07-21T19:24:36.533Z Compiling tabled v0.15.0
32582026-07-21T19:24:36.695Z Compiling steno v0.4.1
32592026-07-21T19:24:36.737Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32602026-07-21T19:24:36.755Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32612026-07-21T19:24:36.810Z Compiling sha1 v0.10.6
32622026-07-21T19:24:36.827Z Compiling signature v3.0.0
32632026-07-21T19:24:36.920Z Compiling radium v0.7.0
32642026-07-21T19:24:37.085Z Compiling base16ct v1.0.0
32652026-07-21T19:24:37.103Z Compiling base64 v0.21.7
32662026-07-21T19:24:37.275Z Compiling sec1 v0.8.1
32672026-07-21T19:24:37.297Z Compiling hickory-resolver v0.25.2
32682026-07-21T19:24:37.328Z Compiling group v0.14.0
32692026-07-21T19:24:37.346Z Compiling hkdf v0.13.0
32702026-07-21T19:24:37.463Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32712026-07-21T19:24:37.544Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32722026-07-21T19:24:37.562Z Compiling rfc6979 v0.4.0
32732026-07-21T19:24:37.567Z Compiling maybe-uninit v2.0.0
32742026-07-21T19:24:37.619Z Compiling tap v1.0.1
32752026-07-21T19:24:37.642Z Compiling elliptic-curve v0.14.0-rc.33
32762026-07-21T19:24:37.739Z Compiling ecdsa v0.16.9
32772026-07-21T19:24:37.780Z Compiling wyz v0.5.1
32782026-07-21T19:24:38.009Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32792026-07-21T19:24:38.178Z Compiling primeorder v0.13.6
32802026-07-21T19:24:38.233Z Compiling proc-macro-error-attr2 v2.0.0
32812026-07-21T19:24:38.372Z Compiling utf-8 v0.7.6
32822026-07-21T19:24:38.398Z Compiling funty v2.0.0
32832026-07-21T19:24:38.461Z Compiling parking_lot_core v0.8.6
32842026-07-21T19:24:38.491Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32852026-07-21T19:24:38.583Z Compiling packed_struct v0.10.1
32862026-07-21T19:24:38.695Z Compiling proc-macro-error2 v2.0.1
32872026-07-21T19:24:38.755Z Compiling bitvec v1.0.1
32882026-07-21T19:24:38.805Z Compiling tungstenite v0.21.0
32892026-07-21T19:24:38.927Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32902026-07-21T19:24:38.963Z Compiling p384 v0.13.1
32912026-07-21T19:24:39.046Z Compiling rfc6979 v0.5.0
32922026-07-21T19:24:39.062Z Compiling git-stub v1.0.0
32932026-07-21T19:24:39.099Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32942026-07-21T19:24:39.231Z Compiling packed_struct_codegen v0.10.1
32952026-07-21T19:24:39.254Z Compiling num-derive v0.3.3
32962026-07-21T19:24:39.273Z Compiling bitfield-macros v0.19.4
32972026-07-21T19:24:39.363Z Compiling zerocopy-derive v0.6.6
32982026-07-21T19:24:39.398Z Compiling indexmap v1.9.3
32992026-07-21T19:24:39.556Z Compiling nodrop v0.1.14
33002026-07-21T19:24:39.638Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33012026-07-21T19:24:39.685Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33022026-07-21T19:24:39.710Z Compiling crc-catalog v2.4.0
33032026-07-21T19:24:39.750Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33042026-07-21T19:24:39.781Z Compiling array-init v0.0.4
33052026-07-21T19:24:39.835Z Compiling crc v3.4.0
33062026-07-21T19:24:39.927Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33072026-07-21T19:24:39.940Z Compiling tokio-tungstenite v0.21.0
33082026-07-21T19:24:39.961Z Compiling git-stub-vcs v0.1.0
33092026-07-21T19:24:40.056Z Compiling ecdsa v0.17.0-rc.18
33102026-07-21T19:24:40.083Z Compiling bitfield v0.19.4
33112026-07-21T19:24:40.166Z Compiling smallvec v0.6.14
33122026-07-21T19:24:40.241Z Compiling libscf-sys v1.1.0
33132026-07-21T19:24:40.269Z Compiling tabled_derive v0.11.0
33142026-07-21T19:24:40.295Z Compiling zerocopy v0.6.6
33152026-07-21T19:24:40.358Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33162026-07-21T19:24:40.412Z Compiling primeorder v0.14.0-rc.10
33172026-07-21T19:24:40.412Z Compiling primefield v0.14.0
33182026-07-21T19:24:40.416Z Compiling progenitor-impl v0.13.0
33192026-07-21T19:24:40.525Z Compiling papergrid v0.17.0
33202026-07-21T19:24:40.575Z Compiling testing_table v0.3.0
33212026-07-21T19:24:40.649Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33222026-07-21T19:24:40.667Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33232026-07-21T19:24:40.706Z Compiling curve25519-dalek v5.0.0-rc.0
33242026-07-21T19:24:40.761Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33252026-07-21T19:24:40.761Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33262026-07-21T19:24:40.841Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33272026-07-21T19:24:40.859Z Compiling corncobs v0.1.4
33282026-07-21T19:24:40.921Z Compiling unicase v2.9.0
33292026-07-21T19:24:41.018Z Compiling hashbrown v0.12.3
33302026-07-21T19:24:41.035Z Compiling progenitor v0.14.0
33312026-07-21T19:24:41.059Z Compiling illumos-nvpair-sys v0.2.0
33322026-07-21T19:24:41.144Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33332026-07-21T19:24:41.159Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33342026-07-21T19:24:41.174Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33352026-07-21T19:24:41.201Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33362026-07-21T19:24:41.217Z Compiling mime_guess v2.0.5
33372026-07-21T19:24:41.311Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33382026-07-21T19:24:41.387Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33392026-07-21T19:24:41.502Z Compiling tabled v0.20.0
33402026-07-21T19:24:41.518Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33412026-07-21T19:24:41.555Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33422026-07-21T19:24:41.678Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33432026-07-21T19:24:41.719Z Compiling parking_lot v0.11.2
33442026-07-21T19:24:41.736Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33452026-07-21T19:24:41.819Z Compiling serde-hex v0.1.0
33462026-07-21T19:24:41.896Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33472026-07-21T19:24:41.983Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33482026-07-21T19:24:42.134Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33492026-07-21T19:24:42.154Z Compiling ron v0.8.1
33502026-07-21T19:24:42.255Z Compiling ssh-encoding v0.3.0-rc.9
33512026-07-21T19:24:42.313Z Compiling hashbrown v0.13.2
33522026-07-21T19:24:42.489Z Compiling progenitor-client v0.13.0
33532026-07-21T19:24:42.527Z Compiling prefix-trie v0.7.0
33542026-07-21T19:24:42.622Z Compiling fxhash v0.2.1
33552026-07-21T19:24:42.791Z Compiling secrecy v0.8.0
33562026-07-21T19:24:42.829Z Compiling crc-any v2.5.0
33572026-07-21T19:24:42.833Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33582026-07-21T19:24:42.970Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33592026-07-21T19:24:43.092Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33602026-07-21T19:24:43.172Z Compiling hickory-server v0.25.2
33612026-07-21T19:24:43.176Z Compiling progenitor-macro v0.13.0
33622026-07-21T19:24:43.664Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33632026-07-21T19:24:43.882Z Compiling object v0.30.4
33642026-07-21T19:24:43.890Z Compiling sled v0.34.7
33652026-07-21T19:24:44.016Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33662026-07-21T19:24:44.040Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33672026-07-21T19:24:44.279Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33682026-07-21T19:24:44.318Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33692026-07-21T19:24:44.349Z Compiling ed25519 v3.0.0
33702026-07-21T19:24:44.570Z Compiling crypto-primes v0.7.2
33712026-07-21T19:24:44.860Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33722026-07-21T19:24:45.080Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33732026-07-21T19:24:45.337Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33742026-07-21T19:24:45.380Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33752026-07-21T19:24:45.505Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33762026-07-21T19:24:45.556Z Compiling pkcs1 v0.8.0-rc.4
33772026-07-21T19:24:45.623Z Compiling poly1305 v0.9.0
33782026-07-21T19:24:45.968Z Compiling blowfish v0.10.0
33792026-07-21T19:24:46.031Z Compiling blake2 v0.11.0-rc.6
33802026-07-21T19:24:46.093Z Compiling keccak v0.2.0
33812026-07-21T19:24:46.245Z Compiling fiat-crypto v0.3.0
33822026-07-21T19:24:46.264Z Compiling http-range v0.1.5
33832026-07-21T19:24:46.284Z Compiling half v1.8.3
33842026-07-21T19:24:46.305Z Compiling path-slash v0.1.5
33852026-07-21T19:24:46.380Z Compiling crc8 v0.1.1
33862026-07-21T19:24:46.431Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33872026-07-21T19:24:46.468Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33882026-07-21T19:24:46.486Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33892026-07-21T19:24:46.503Z Compiling serde_cbor v0.11.2
33902026-07-21T19:24:46.580Z Compiling argon2 v0.6.0-rc.8
33912026-07-21T19:24:46.649Z Compiling sha3 v0.11.0
33922026-07-21T19:24:46.717Z Compiling bcrypt-pbkdf v0.11.0
33932026-07-21T19:24:46.830Z Compiling ssh-cipher v0.3.0-rc.9
33942026-07-21T19:24:47.059Z Compiling rsa v0.10.0-rc.18
33952026-07-21T19:24:47.142Z Compiling ed25519-dalek v3.0.0-rc.0
33962026-07-21T19:24:47.161Z Compiling illumos-nvpair v0.3.0
33972026-07-21T19:24:47.445Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33982026-07-21T19:24:47.528Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33992026-07-21T19:24:47.543Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34002026-07-21T19:24:47.688Z Compiling p521 v0.14.0-rc.10
34012026-07-21T19:24:47.712Z Compiling p256 v0.14.0-rc.10
34022026-07-21T19:24:47.749Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34032026-07-21T19:24:47.783Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34042026-07-21T19:24:47.839Z Compiling yasna v0.5.2
34052026-07-21T19:24:47.892Z Compiling kstat-rs v0.2.4
34062026-07-21T19:24:47.986Z Compiling headers-core v0.3.0
34072026-07-21T19:24:48.133Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34082026-07-21T19:24:48.192Z Compiling progenitor v0.13.0
34092026-07-21T19:24:48.217Z Compiling kem v0.3.0
34102026-07-21T19:24:48.306Z Compiling module-lattice v0.2.3
34112026-07-21T19:24:48.380Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34122026-07-21T19:24:48.417Z Compiling nanorand v0.7.0
34132026-07-21T19:24:48.454Z Compiling atty v0.2.14
34142026-07-21T19:24:48.527Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34152026-07-21T19:24:48.559Z Compiling ml-kem v0.3.2
34162026-07-21T19:24:48.582Z Compiling rcgen v0.12.1
34172026-07-21T19:24:48.593Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
34182026-07-21T19:24:48.600Z Compiling flume v0.11.1
34192026-07-21T19:24:48.702Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34202026-07-21T19:24:48.866Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34212026-07-21T19:24:48.935Z Compiling headers v0.4.1
34222026-07-21T19:24:48.965Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34232026-07-21T19:24:49.460Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34242026-07-21T19:24:49.540Z Compiling hyper-staticfile v0.10.1
34252026-07-21T19:24:49.557Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34262026-07-21T19:24:49.719Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34272026-07-21T19:24:49.739Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
34282026-07-21T19:24:49.794Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34292026-07-21T19:24:49.953Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34302026-07-21T19:24:50.023Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34312026-07-21T19:24:50.088Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34322026-07-21T19:24:50.473Z Compiling russh-cryptovec v0.61.0
34332026-07-21T19:24:50.490Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34342026-07-21T19:24:50.714Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34352026-07-21T19:24:50.734Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34362026-07-21T19:24:50.828Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34372026-07-21T19:24:50.972Z Compiling internal-russh-num-bigint v0.5.0
34382026-07-21T19:24:51.015Z Compiling port-file v0.1.0
34392026-07-21T19:24:51.152Z Compiling num-bigint v0.4.6
34402026-07-21T19:24:51.194Z Compiling generic-array v1.4.3
34412026-07-21T19:24:51.232Z Compiling russh-util v0.52.0
34422026-07-21T19:24:51.283Z Compiling enum_dispatch v0.3.13
34432026-07-21T19:24:51.300Z Compiling delegate v0.13.5
34442026-07-21T19:24:51.407Z Compiling p384 v0.14.0-rc.10
34452026-07-21T19:24:51.578Z Compiling subprocess v0.2.15
34462026-07-21T19:24:51.735Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34472026-07-21T19:24:51.845Z Compiling md5 v0.8.0
34482026-07-21T19:24:51.866Z Compiling hex-literal v1.1.0
34492026-07-21T19:24:51.908Z Compiling display-error-chain v0.2.2
34502026-07-21T19:24:52.047Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34512026-07-21T19:24:52.076Z Compiling colored v2.2.0
34522026-07-21T19:24:52.158Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34532026-07-21T19:24:52.252Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34542026-07-21T19:24:52.361Z Compiling socket2 v0.5.10
34552026-07-21T19:24:52.382Z Compiling internet-checksum v0.2.1
34562026-07-21T19:24:52.741Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34572026-07-21T19:24:53.473Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34582026-07-21T19:24:53.604Z Compiling ssh-key v0.7.0-rc.10
34592026-07-21T19:24:53.965Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34602026-07-21T19:24:54.841Z Compiling russh v0.61.2
34612026-07-21T19:24:56.068Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34622026-07-21T19:24:56.221Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34632026-07-21T19:25:06.441Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34642026-07-21T19:25:06.441Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34652026-07-21T19:25:06.441Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34662026-07-21T19:25:06.441Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34672026-07-21T19:25:06.481Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34682026-07-21T19:25:06.521Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34692026-07-21T19:25:10.380Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34702026-07-21T19:25:49.618Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34712026-07-21T19:25:49.838Z
34722026-07-21T19:25:49.838Zreal 1:26.676507898
34732026-07-21T19:25:49.838Zuser 8:41.223253269
34742026-07-21T19:25:49.838Zsys 1:43.279025020
34752026-07-21T19:25:49.838Ztrap 0.280782381
34762026-07-21T19:25:49.838Ztflt 0.342436891
34772026-07-21T19:25:49.838Zdflt 1.531420323
34782026-07-21T19:25:49.842Zkflt 0.000210070
34792026-07-21T19:25:49.842Zlock 30:56.982764432
34802026-07-21T19:25:49.842Zslp 20:04.768092994
34812026-07-21T19:25:49.842Zlat 42.006634660
34822026-07-21T19:25:49.842Zstop 2:56.329582814
34832026-07-21T19:25:49.842Z+ mkdir tests
34842026-07-21T19:25:49.845Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34852026-07-21T19:25:49.845Z+ xargs -I '{}' -t cp '{}' tests/
34862026-07-21T19:25:49.869Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-e4c9c7ae0bb0dfef tests/
34872026-07-21T19:25:49.899Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ea78505dc2dc167f tests/
34882026-07-21T19:25:49.928Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-33515beb2d6ed64a tests/
34892026-07-21T19:25:49.957Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-fe05326eebb245d2 tests/
34902026-07-21T19:25:50.282Z+ 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)
34912026-07-21T19:25:50.285Z+ 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-ea78505dc2dc167f tests/commtest-33515beb2d6ed64a tests/dhcp_server-e4c9c7ae0bb0dfef tests/end_to_end_tests-fe05326eebb245d2 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
34922026-07-21T19:27:11.162ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34932026-07-21T19:27:11.162Za .github/buildomat/ci-env.sh 1K
34942026-07-21T19:27:11.162Za out/target/test 1K
34952026-07-21T19:27:11.162Za out/npuzone/npuzone 27402K
34962026-07-21T19:27:11.162Za package-manifest.toml 35K
34972026-07-21T19:27:11.162Za smf/sled-agent/non-gimlet/config.toml 6K
34982026-07-21T19:27:11.162Za target/release/omicron-package 40729K
34992026-07-21T19:27:11.162Za target/release/xtask 10468K
35002026-07-21T19:27:11.162Za target/debug/bootstrap 349671K
35012026-07-21T19:27:11.162Za tests/bootstrap-ea78505dc2dc167f 31974K
35022026-07-21T19:27:11.162Za tests/commtest-33515beb2d6ed64a 32169K
35032026-07-21T19:27:11.162Za tests/dhcp_server-e4c9c7ae0bb0dfef 31974K
35042026-07-21T19:27:11.162Za tests/end_to_end_tests-fe05326eebb245d2 399544K
35052026-07-21T19:27:11.162Za tools/opte_version 1K
35062026-07-21T19:27:11.162Za tools/opte_version_override 2K
35072026-07-21T19:27:11.162Za out/clickhouse.tar.gz 310737K
35082026-07-21T19:27:11.162Za out/clickhouse_keeper.tar.gz 297204K
35092026-07-21T19:27:11.162Za out/clickhouse_server.tar.gz 310735K
35102026-07-21T19:27:11.162Za out/cockroachdb.tar.gz 161742K
35112026-07-21T19:27:11.163Za out/crucible-pantry-zone.tar.gz 39110K
35122026-07-21T19:27:11.163Za out/crucible-utils.tar 18900K
35132026-07-21T19:27:11.163Za out/crucible-zone.tar.gz 53805K
35142026-07-21T19:27:11.163Za out/external-dns.tar.gz 46165K
35152026-07-21T19:27:11.163Za out/internal-dns.tar.gz 46165K
35162026-07-21T19:27:11.163Za out/mg-ddm-gz.tar 102717K
35172026-07-21T19:27:11.163Za out/nexus.tar.gz 273566K
35182026-07-21T19:27:11.163Za out/ntp.tar.gz 29912K
35192026-07-21T19:27:11.163Za out/omicron-gateway-softnpu.tar.gz 27712K
35202026-07-21T19:27:11.163Za out/omicron-sled-agent.tar 191470K
35212026-07-21T19:27:11.163Za out/overlay.tar.gz 4K
35222026-07-21T19:27:11.163Za out/oximeter.tar.gz 59925K
35232026-07-21T19:27:11.163Za out/oxlog.tar 3808K
35242026-07-21T19:27:11.163Za out/probe.tar.gz 3037K
35252026-07-21T19:27:11.163Za out/propolis-server.tar.gz 34372K
35262026-07-21T19:27:11.163Za out/pumpkind-gz.tar 26647K
35272026-07-21T19:27:11.163Za out/switch-softnpu.tar.gz 450157K
35282026-07-21T19:27:11.163Z
35292026-07-21T19:27:11.163Zreal 1:19.677101332
35302026-07-21T19:27:11.163Zuser 1:17.071738121
35312026-07-21T19:27:11.163Zsys 4.387596867
35322026-07-21T19:27:11.163Ztrap 0.005696966
35332026-07-21T19:27:11.163Ztflt 0.000000000
35342026-07-21T19:27:11.163Zdflt 0.000000000
35352026-07-21T19:27:11.163Zkflt 0.000000000
35362026-07-21T19:27:11.163Zlock 0.000000000
35372026-07-21T19:27:11.163Zslp 1:16.935643395
35382026-07-21T19:27:11.163Zlat 0.947519711
35392026-07-21T19:27:11.163Zstop 0.000529850
35402026-07-21T19:27:11.163Zprocess exited: duration 1043024 ms, exit code 0
 
35412026-07-21T19:27:11.191Zfound 1 output files
35422026-07-21T19:27:11.191Zuploading: /work/package.tar.gz (2483781039 bytes)
35432026-07-21T19:27:40.446Zuploaded: /work/package.tar.gz