01KY86C1NP5B8GTPSYS0FKA243: 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: 01KY86D9M04GMFYTAJHRWFR2A5

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-23T19:15:23.405Zjob assigned to worker 01KY86DGB00Z8V11SYND4V6GTA [factory aws, i-0b6ca78699c0cef6a] (queued for 49 s)
 
22026-07-23T19:15:30.254Zstarting task 0: "setup"
32026-07-23T19:15:30.258Z++ uname -s
42026-07-23T19:15:30.261Z+ kern=SunOS
52026-07-23T19:15:30.261Z+ build_user=build
62026-07-23T19:15:30.261Z+ build_uid=12345
72026-07-23T19:15:30.262Z+ work_dir=/work
82026-07-23T19:15:30.262Z+ input_dir=/input
92026-07-23T19:15:30.262Z+ [[ 0 == 12345 ]]
102026-07-23T19:15:30.262Z+ case "$kern" in
112026-07-23T19:15:30.262Z+ groupadd -g 12345 build
122026-07-23T19:15:30.265Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-23T19:15:32.270Z+ zfs create -o mountpoint=/work rpool/work
142026-07-23T19:15:32.381Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-23T19:15:32.385Z+ home_fs=zfs
162026-07-23T19:15:32.385Z+ [[ zfs == autofs ]]
172026-07-23T19:15:32.386Z+ mkdir -p /home/build
182026-07-23T19:15:32.386Z+ chown build:build /home/build /work
192026-07-23T19:15:33.387Z+ chmod 0700 /home/build /work
202026-07-23T19:15:33.391Zprocess exited: duration 3137 ms, exit code 0
 
212026-07-23T19:15:33.399Zstarting task 1: "rust-toolchain"
222026-07-23T19:15:33.405Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-23T19:15:33.405Z * rust toolchain channel = "1.96.1"
242026-07-23T19:15:33.405Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-23T19:15:33.405Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-23T19:15:33.405Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-23T19:15:33.405Z * rust toolchain profile = "default"
282026-07-23T19:15:33.417Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-23T19:15:33.417Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-23T19:15:33.474Zinfo: downloading installer
312026-07-23T19:15:35.039Zwarn: It looks like you have an existing rustup settings file at:
322026-07-23T19:15:35.039Zwarn: /home/build/.rustup/settings.toml
332026-07-23T19:15:35.039Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-23T19:15:35.039Zwarn: instead of the one inferred from the default host triple.
352026-07-23T19:15:35.058Zinfo: profile set to default
362026-07-23T19:15:35.058Zinfo: default host triple is x86_64-unknown-illumos
372026-07-23T19:15:35.074Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-23T19:15:35.188Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-23T19:15:35.194Zinfo: downloading 6 components
402026-07-23T19:15:49.560Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-23T19:15:49.560Z
422026-07-23T19:15:49.590Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-23T19:15:49.590Z
442026-07-23T19:15:49.590Z
452026-07-23T19:15:49.590ZRust is installed now. Great!
462026-07-23T19:15:49.590Z
472026-07-23T19:15:49.590ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-23T19:15:49.590Zenvironment variable. This has not been done automatically.
492026-07-23T19:15:49.590Z
502026-07-23T19:15:49.590ZTo configure your current shell, you need to source
512026-07-23T19:15:49.590Zthe corresponding env file under $HOME/.cargo.
522026-07-23T19:15:49.591Z
532026-07-23T19:15:49.591ZThis is usually done by running one of the following (note the leading DOT):
542026-07-23T19:15:49.595Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-23T19:15:49.595Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-23T19:15:49.595Zsource "~/.cargo/env.nu" # For nushell
572026-07-23T19:15:49.595Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-23T19:15:49.595Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-23T19:15:49.595Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-23T19:15:49.595Zwarn: no default linker (`cc`) was found in your PATH
612026-07-23T19:15:49.595Zwarn: many Rust crates require a system C toolchain to build
622026-07-23T19:15:49.696Z+ rustup --version
632026-07-23T19:15:49.702Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-23T19:15:49.706Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-23T19:15:49.722Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-23T19:15:49.729Z+ cargo --version
672026-07-23T19:15:49.734Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-23T19:15:49.746Z+ rustc --version
692026-07-23T19:15:49.758Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-23T19:15:49.768Zprocess exited: duration 16357 ms, exit code 0
 
712026-07-23T19:15:49.790Zstarting task 2: "authentication"
722026-07-23T19:15:49.879Zprocess exited: duration 58 ms, exit code 0
 
732026-07-23T19:15:49.917Zstarting task 3: "clone repository"
742026-07-23T19:15:49.933Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-23T19:15:49.933Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-23T19:15:49.951ZCloning into '/work/oxidecomputer/omicron'...
772026-07-23T19:16:00.611Z+ cd /work/oxidecomputer/omicron
782026-07-23T19:16:00.611Z+ git fetch origin f271ee89ee063e81fef18370401958a177cf91c2
792026-07-23T19:16:00.887ZFrom https://github.com/oxidecomputer/omicron
802026-07-23T19:16:00.887Z * branch f271ee89ee063e81fef18370401958a177cf91c2 -> FETCH_HEAD
812026-07-23T19:16:00.902Z+ [[ -n sunshowers/spr/22n-wicket-common-move-bgp-auth-key-set-types-to-wicketd-commission-types ]]
822026-07-23T19:16:00.905Z++ git branch --show-current
832026-07-23T19:16:00.905Z+ current=main
842026-07-23T19:16:00.905Z+ [[ main != sunshowers/spr/22n-wicket-common-move-bgp-auth-key-set-types-to-wicketd-commission-types ]]
852026-07-23T19:16:00.905Z+ git branch -f sunshowers/spr/22n-wicket-common-move-bgp-auth-key-set-types-to-wicketd-commission-types f271ee89ee063e81fef18370401958a177cf91c2
862026-07-23T19:16:00.909Z+ git checkout -f sunshowers/spr/22n-wicket-common-move-bgp-auth-key-set-types-to-wicketd-commission-types
872026-07-23T19:16:01.153ZSwitched to branch 'sunshowers/spr/22n-wicket-common-move-bgp-auth-key-set-types-to-wicketd-commission-types'
882026-07-23T19:16:01.161Z+ git reset --hard f271ee89ee063e81fef18370401958a177cf91c2
892026-07-23T19:16:01.404ZHEAD is now at f271ee89e rebase on main
902026-07-23T19:16:01.408Zprocess exited: duration 11494 ms, exit code 0
 
912026-07-23T19:16:01.418Zstarting task 4: "build"
922026-07-23T19:16:01.424Z+ source .github/buildomat/ci-env.sh
932026-07-23T19:16:01.428Z++ export CARGO_TERM_COLOR=always
942026-07-23T19:16:01.428Z++ CARGO_TERM_COLOR=always
952026-07-23T19:16:01.428Z+++ uname -s
962026-07-23T19:16:01.428Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-23T19:16:01.428Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-23T19:16:01.428Z+ cargo --version
992026-07-23T19:16:01.438Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-23T19:16:01.443Z+ rustc --version
1012026-07-23T19:16:01.461Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-23T19:16:01.464Z+ WORK=/work
1032026-07-23T19:16:01.464Z+ pfexec mkdir -p /work
1042026-07-23T19:16:01.467Z+ pfexec chown build /work
1052026-07-23T19:16:01.472Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-07-23T19:16:03.255Z Startup: Refreshing catalog 'helios' ... Done
1072026-07-23T19:16:03.482Z Startup: Caching catalogs ... Done
1082026-07-23T19:16:04.623ZPlanning: Solver setup ... Done (1.056s)
1092026-07-23T19:16:04.667ZPlanning: Running solver ... Done (0.044s)
1102026-07-23T19:16:04.694ZPlanning: Finding local manifests ... Done (0.003s)
1112026-07-23T19:16:04.721ZPlanning: Fetching manifests: 0/2 0% complete
1122026-07-23T19:16:04.754ZPlanning: Fetching manifests: 2/2 100% complete
1132026-07-23T19:16:04.771ZPlanning: Package planning ... Done (0.015s)
1142026-07-23T19:16:04.774ZPlanning: Merging actions ... Done (0.002s)
1152026-07-23T19:16:04.975ZPlanning: Checking for conflicting actions ... Done (0.204s)
1162026-07-23T19:16:04.978ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-07-23T19:16:05.805ZPlanning: Evaluating mediators ... Done (0.829s)
1182026-07-23T19:16:05.810ZPlanning: Planning completed in 2.29 seconds
1192026-07-23T19:16:05.818Z Packages to install: 2
1202026-07-23T19:16:05.818Z Estimated space available: 156.05 GB
1212026-07-23T19:16:05.818ZEstimated space to be consumed: 53.63 MB
1222026-07-23T19:16:05.818Z Create boot environment: No
1232026-07-23T19:16:05.821ZCreate backup boot environment: No
1242026-07-23T19:16:05.821Z Rebuild boot archive: No
1252026-07-23T19:16:05.821Z
1262026-07-23T19:16:05.821ZChanged packages:
1272026-07-23T19:16:05.821Zhelios
1282026-07-23T19:16:05.821Z developer/build-essential
1292026-07-23T19:16:05.821Z None -> 11-3.0
1302026-07-23T19:16:05.821Z library/libxmlsec1
1312026-07-23T19:16:05.821Z None -> 1.2.35-3.0
1322026-07-23T19:16:05.841Z
1332026-07-23T19:16:05.841ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-07-23T19:16:05.941ZDownload: Completed 1.28 MB in 0.10 seconds (12.9M/s)
1352026-07-23T19:16:05.999Z Actions: 1/268 actions (Installing new actions)
1362026-07-23T19:16:06.038Z Actions: Completed 268 actions in 0.04 seconds.
1372026-07-23T19:16:06.060ZFinalize: Updating package state database ... Done (0.023s)
1382026-07-23T19:16:06.061ZFinalize: Updating package cache ... Done (0.000s)
1392026-07-23T19:16:06.119ZFinalize: Updating image state ... Done (0.059s)
1402026-07-23T19:16:08.746ZFinalize: Creating fast lookup database ... Done (2.588s)
1412026-07-23T19:16:08.810ZFinalize: Reading search index ... Done (0.012s)
1422026-07-23T19:16:08.814ZFinalize: Updating search index ... Done (0.000s)
1432026-07-23T19:16:08.888ZFinalize: Updating package cache ... Done (0.000s)
1442026-07-23T19:16:09.227ZPlanning: Evaluating mediator changes ... Done
1452026-07-23T19:16:09.334ZPlanning: Checking for conflicting actions ... Done
1462026-07-23T19:16:09.341ZPlanning: Consolidating action changes ... Done
1472026-07-23T19:16:09.491ZPlanning: Evaluating mediators ... Done
1482026-07-23T19:16:09.495ZPlanning: Planning completed in 0.26 seconds
1492026-07-23T19:16:09.525Z Mediators to change: 2
1502026-07-23T19:16:09.526Z Create boot environment: No
1512026-07-23T19:16:09.526ZCreate backup boot environment: No
1522026-07-23T19:16:09.554ZFinalize: Updating package state database ... Done
1532026-07-23T19:16:09.554ZFinalize: Updating package cache ... Done
1542026-07-23T19:16:09.588ZFinalize: Updating image state ... Done
1552026-07-23T19:16:11.508ZFinalize: Creating fast lookup database ... Done
1562026-07-23T19:16:11.568ZFinalize: Reading search index ... Done
1572026-07-23T19:16:11.572ZFinalize: Updating search index ... Done
1582026-07-23T19:16:11.629ZFinalize: Updating package cache ... Done
1592026-07-23T19:16:11.912ZPlanning: Evaluating mediator changes ... Done
1602026-07-23T19:16:12.019ZPlanning: Checking for conflicting actions ... Done
1612026-07-23T19:16:12.022ZPlanning: Consolidating action changes ... Done
1622026-07-23T19:16:12.175ZPlanning: Evaluating mediators ... Done
1632026-07-23T19:16:12.178ZPlanning: Planning completed in 0.26 seconds
1642026-07-23T19:16:12.198Z Mediators to change: 1
1652026-07-23T19:16:12.198Z Create boot environment: No
1662026-07-23T19:16:12.198ZCreate backup boot environment: No
1672026-07-23T19:16:12.238ZFinalize: Updating package state database ... Done
1682026-07-23T19:16:12.238ZFinalize: Updating package cache ... Done
1692026-07-23T19:16:12.271ZFinalize: Updating image state ... Done
1702026-07-23T19:16:14.209ZFinalize: Creating fast lookup database ... Done
1712026-07-23T19:16:14.273ZFinalize: Reading search index ... Done
1722026-07-23T19:16:14.276ZFinalize: Updating search index ... Done
1732026-07-23T19:16:14.324ZFinalize: Updating package cache ... Done
1742026-07-23T19:16:14.639ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-07-23T19:16:14.639Zapache system 2.4 system
1762026-07-23T19:16:14.639Zclang system 15 system
1772026-07-23T19:16:14.639Zcsh system system illumos
1782026-07-23T19:16:14.639Zctags system system illumos
1792026-07-23T19:16:14.639Zfile vendor vendor darwinsys
1802026-07-23T19:16:14.639Zfile system system illumos
1812026-07-23T19:16:14.639Zgcc vendor 14 vendor
1822026-07-23T19:16:14.639Zgcc system 13 system
1832026-07-23T19:16:14.639Zgcc system 10 system
1842026-07-23T19:16:14.639Zgo system 1.25 system
1852026-07-23T19:16:14.639Zllvm system 15 system
1862026-07-23T19:16:14.639Zmariadb system 11.4 system
1872026-07-23T19:16:14.639Zmta vendor vendor dma
1882026-07-23T19:16:14.639Zopenjdk system 17 system
1892026-07-23T19:16:14.639Zopenjdk system 11 system
1902026-07-23T19:16:14.639Zopenssl vendor 3 vendor
1912026-07-23T19:16:14.639Zperl system 5.40 system
1922026-07-23T19:16:14.639Zpostgresql system 18 system
1932026-07-23T19:16:14.639Zpostgresql system 17 system
1942026-07-23T19:16:14.639Zpython vendor 3 vendor
1952026-07-23T19:16:14.639Zpython system 2 system
1962026-07-23T19:16:14.639Zpython3 vendor 3.13 vendor
1972026-07-23T19:16:14.639Zruby system 3.4 system
1982026-07-23T19:16:14.639Zruby system 3.0 system
1992026-07-23T19:16:14.640Zwords vendor vendor american-english
2002026-07-23T19:16:14.640Zwords system system australian-english
2012026-07-23T19:16:14.640Zwords system system british-english
2022026-07-23T19:16:14.640Zwords system system canadian-english
2032026-07-23T19:16:14.640Zwords system system french
2042026-07-23T19:16:14.640Zwords system system italian
2052026-07-23T19:16:14.640Zwords system system ngerman
2062026-07-23T19:16:14.640Zwords system system ogerman
2072026-07-23T19:16:14.640Zwords system system spanish
2082026-07-23T19:16:14.893ZPUBLISHER TYPE STATUS P LOCATION
2092026-07-23T19:16:14.893Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-07-23T19:16:15.277ZFMRI IFO
2112026-07-23T19:16:15.277Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-07-23T19:16:15.278Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-07-23T19:16:15.278Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-07-23T19:16:15.278Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-07-23T19:16:15.278Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-07-23T19:16:15.278Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-07-23T19:16:15.278Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-07-23T19:16:15.278Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-07-23T19:16:15.278Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-07-23T19:16:15.567Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-07-23T19:16:15.849Z Updating crates.io index
2222026-07-23T19:16:15.854Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-07-23T19:16:16.113Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-07-23T19:16:16.406Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-07-23T19:16:17.291Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-07-23T19:16:17.807Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-07-23T19:16:19.440Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-07-23T19:16:20.206Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-07-23T19:16:20.495Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-07-23T19:16:20.798Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-07-23T19:16:22.155Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-07-23T19:16:22.547Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-07-23T19:16:22.872Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2342026-07-23T19:16:23.160Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2352026-07-23T19:16:23.586Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2362026-07-23T19:16:24.119Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2372026-07-23T19:16:24.334Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-07-23T19:16:24.566Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-07-23T19:16:24.832Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2402026-07-23T19:16:25.144Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2412026-07-23T19:16:25.362Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2422026-07-23T19:16:25.614Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2432026-07-23T19:16:25.919Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2442026-07-23T19:16:26.349Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2452026-07-23T19:16:26.663Z Updating git repository `https://github.com/oxidecomputer/erebor`
2462026-07-23T19:16:26.896Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2472026-07-23T19:16:27.296Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2482026-07-23T19:16:27.523Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2492026-07-23T19:16:28.218Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2502026-07-23T19:16:28.493Z Updating git repository `https://github.com/oxidecomputer/ispf`
2512026-07-23T19:16:28.722Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2522026-07-23T19:16:28.952Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2532026-07-23T19:16:29.258Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2542026-07-23T19:16:29.645Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2552026-07-23T19:16:30.049Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2562026-07-23T19:16:30.356Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-07-23T19:16:30.589Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2582026-07-23T19:16:30.855Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2592026-07-23T19:16:31.141Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2602026-07-23T19:16:31.355Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2612026-07-23T19:16:31.621Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2622026-07-23T19:16:31.838Z Updating git repository `https://github.com/illumos/smf-rs`
2632026-07-23T19:16:34.540Z Downloading crates ...
2642026-07-23T19:16:34.627Z Downloaded anstyle-query v1.1.5
2652026-07-23T19:16:34.634Z Downloaded block-buffer v0.10.4
2662026-07-23T19:16:34.641Z Downloaded cargo_metadata v0.23.1
2672026-07-23T19:16:34.644Z Downloaded camino v1.2.2
2682026-07-23T19:16:34.644Z Downloaded anstream v1.0.0
2692026-07-23T19:16:34.647Z Downloaded cpufeatures v0.2.17
2702026-07-23T19:16:34.651Z Downloaded sha2 v0.10.9
2712026-07-23T19:16:34.658Z Downloaded pest v2.8.6
2722026-07-23T19:16:34.658Z Downloaded errno v0.3.14
2732026-07-23T19:16:34.662Z Downloaded cfg-if v1.0.4
2742026-07-23T19:16:34.662Z Downloaded fnv v1.0.7
2752026-07-23T19:16:34.662Z Downloaded fastrand v2.3.0
2762026-07-23T19:16:34.662Z Downloaded zerocopy v0.7.35
2772026-07-23T19:16:34.668Z Downloaded zmij v1.0.21
2782026-07-23T19:16:34.672Z Downloaded digest v0.10.7
2792026-07-23T19:16:34.672Z Downloaded autocfg v1.5.0
2802026-07-23T19:16:34.672Z Downloaded itoa v1.0.17
2812026-07-23T19:16:34.672Z Downloaded cargo-platform v0.3.2
2822026-07-23T19:16:34.676Z Downloaded camino-tempfile v1.4.1
2832026-07-23T19:16:34.676Z Downloaded anyhow v1.0.102
2842026-07-23T19:16:34.676Z Downloaded dtrace-parser v0.2.0
2852026-07-23T19:16:34.681Z Downloaded crypto-common v0.1.7
2862026-07-23T19:16:34.681Z Downloaded byteorder v1.5.0
2872026-07-23T19:16:34.681Z Downloaded anstyle v1.0.14
2882026-07-23T19:16:34.684Z Downloaded dof v0.3.0
2892026-07-23T19:16:34.684Z Downloaded equivalent v1.0.2
2902026-07-23T19:16:34.684Z Downloaded clap_lex v1.0.0
2912026-07-23T19:16:34.689Z Downloaded is_terminal_polyfill v1.70.2
2922026-07-23T19:16:34.693Z Downloaded bytecount v0.6.9
2932026-07-23T19:16:34.698Z Downloaded usdt-attr-macro v0.5.0
2942026-07-23T19:16:34.698Z Downloaded macaddr v1.0.1
2952026-07-23T19:16:34.698Z Downloaded memmap v0.7.0
2962026-07-23T19:16:34.701Z Downloaded heck v0.5.0
2972026-07-23T19:16:34.705Z Downloaded colorchoice v1.0.4
2982026-07-23T19:16:34.709Z Downloaded thread-id v4.2.2
2992026-07-23T19:16:34.709Z Downloaded tabled_derive v0.7.0
3002026-07-23T19:16:34.710Z Downloaded heck v0.4.1
3012026-07-23T19:16:34.713Z Downloaded cargo_toml v0.21.0
3022026-07-23T19:16:34.713Z Downloaded anstyle-parse v1.0.0
3032026-07-23T19:16:34.717Z Downloaded fs-err v3.3.0
3042026-07-23T19:16:34.717Z Downloaded papergrid v0.11.0
3052026-07-23T19:16:34.720Z Downloaded once_cell v1.21.3
3062026-07-23T19:16:34.725Z Downloaded unicode-linebreak v0.1.5
3072026-07-23T19:16:34.729Z Downloaded proc-macro-error-attr v1.0.4
3082026-07-23T19:16:34.729Z Downloaded utf8parse v0.2.2
3092026-07-23T19:16:34.729Z Downloaded generic-array v0.14.7
3102026-07-23T19:16:34.732Z Downloaded terminal_size v0.4.3
3112026-07-23T19:16:34.732Z Downloaded strsim v0.11.1
3122026-07-23T19:16:34.735Z Downloaded serde_spanned v0.6.9
3132026-07-23T19:16:34.738Z Downloaded toml_datetime v0.6.11
3142026-07-23T19:16:34.739Z Downloaded swrite v0.1.0
3152026-07-23T19:16:34.742Z Downloaded scroll_derive v0.12.1
3162026-07-23T19:16:34.745Z Downloaded toml_write v0.1.2
3172026-07-23T19:16:34.745Z Downloaded usdt v0.5.0
3182026-07-23T19:16:34.745Z Downloaded smawk v0.3.2
3192026-07-23T19:16:34.751Z Downloaded usdt-macro v0.5.0
3202026-07-23T19:16:34.759Z Downloaded version_check v0.9.5
3212026-07-23T19:16:34.763Z Downloaded plain v0.2.3
3222026-07-23T19:16:34.768Z Downloaded thiserror v2.0.18
3232026-07-23T19:16:34.768Z Downloaded pretty-hex v0.4.1
3242026-07-23T19:16:34.768Z Downloaded clap v4.6.1
3252026-07-23T19:16:34.772Z Downloaded serde_tokenstream v0.2.3
3262026-07-23T19:16:34.781Z Downloaded scroll v0.12.0
3272026-07-23T19:16:34.784Z Downloaded usdt-impl v0.5.0
3282026-07-23T19:16:34.787Z Downloaded thiserror v1.0.69
3292026-07-23T19:16:34.792Z Downloaded thiserror-impl v2.0.18
3302026-07-23T19:16:34.800Z Downloaded pest_generator v2.8.6
3312026-07-23T19:16:34.804Z Downloaded bitflags v2.11.0
3322026-07-23T19:16:34.810Z Downloaded pest_derive v2.8.6
3332026-07-23T19:16:34.810Z Downloaded clap_derive v4.6.1
3342026-07-23T19:16:34.810Z Downloaded toml v0.8.23
3352026-07-23T19:16:34.814Z Downloaded getrandom v0.4.1
3362026-07-23T19:16:34.818Z Downloaded tempfile v3.25.0
3372026-07-23T19:16:34.825Z Downloaded proc-macro-error v1.0.4
3382026-07-23T19:16:34.825Z Downloaded semver v1.0.28
3392026-07-23T19:16:34.828Z Downloaded ucd-trie v0.1.7
3402026-07-23T19:16:34.835Z Downloaded serde_core v1.0.228
3412026-07-23T19:16:34.839Z Downloaded thiserror-impl v1.0.69
3422026-07-23T19:16:34.839Z Downloaded quote v1.0.45
3432026-07-23T19:16:34.854Z Downloaded zerocopy-derive v0.7.35
3442026-07-23T19:16:34.858Z Downloaded proc-macro2 v1.0.106
3452026-07-23T19:16:34.861Z Downloaded textwrap v0.16.2
3462026-07-23T19:16:34.870Z Downloaded unicode-ident v1.0.24
3472026-07-23T19:16:34.873Z Downloaded serde_derive v1.0.228
3482026-07-23T19:16:34.873Z Downloaded toml_edit v0.22.27
3492026-07-23T19:16:34.876Z Downloaded pest_meta v2.8.6
3502026-07-23T19:16:34.880Z Downloaded log v0.4.29
3512026-07-23T19:16:34.886Z Downloaded memchr v2.8.0
3522026-07-23T19:16:34.891Z Downloaded serde v1.0.228
3532026-07-23T19:16:34.894Z Downloaded typenum v1.20.1
3542026-07-23T19:16:34.900Z Downloaded indexmap v2.14.0
3552026-07-23T19:16:34.915Z Downloaded clap_builder v4.6.0
3562026-07-23T19:16:34.921Z Downloaded hashbrown v0.17.0
3572026-07-23T19:16:34.956Z Downloaded serde_json v1.0.150
3582026-07-23T19:16:34.961Z Downloaded goblin v0.8.2
3592026-07-23T19:16:34.961Z Downloaded winnow v0.7.14
3602026-07-23T19:16:34.968Z Downloaded tabled v0.15.0
3612026-07-23T19:16:34.993Z Downloaded unicode-width v0.2.0
3622026-07-23T19:16:34.996Z Downloaded syn v1.0.109
3632026-07-23T19:16:35.001Z Downloaded unicode-width v0.1.14
3642026-07-23T19:16:35.004Z Downloaded syn v2.0.117
3652026-07-23T19:16:35.016Z Downloaded rustix v1.1.3
3662026-07-23T19:16:35.039Z Downloaded libc v0.2.185
3672026-07-23T19:16:35.098Z Compiling proc-macro2 v1.0.106
3682026-07-23T19:16:35.098Z Compiling quote v1.0.45
3692026-07-23T19:16:35.098Z Compiling unicode-ident v1.0.24
3702026-07-23T19:16:35.106Z Compiling serde_core v1.0.228
3712026-07-23T19:16:35.106Z Compiling libc v0.2.185
3722026-07-23T19:16:35.106Z Compiling version_check v0.9.5
3732026-07-23T19:16:35.106Z Compiling memchr v2.8.0
3742026-07-23T19:16:35.106Z Compiling serde v1.0.228
3752026-07-23T19:16:35.106Z Compiling zmij v1.0.21
3762026-07-23T19:16:35.106Z Compiling thiserror v1.0.69
3772026-07-23T19:16:35.277Z Compiling itoa v1.0.17
3782026-07-23T19:16:35.281Z Compiling ucd-trie v0.1.7
3792026-07-23T19:16:35.281Z Compiling byteorder v1.5.0
3802026-07-23T19:16:35.281Z Compiling rustix v1.1.3
3812026-07-23T19:16:35.504Z Compiling serde_json v1.0.150
3822026-07-23T19:16:35.663Z Compiling bitflags v2.11.0
3832026-07-23T19:16:35.702Z Compiling proc-macro-error-attr v1.0.4
3842026-07-23T19:16:35.738Z Compiling usdt-impl v0.5.0
3852026-07-23T19:16:35.742Z Compiling camino v1.2.2
3862026-07-23T19:16:35.848Z Compiling syn v1.0.109
3872026-07-23T19:16:35.956Z Compiling pest v2.8.6
3882026-07-23T19:16:35.972Z Compiling proc-macro-error v1.0.4
3892026-07-23T19:16:36.007Z Compiling utf8parse v0.2.2
3902026-07-23T19:16:36.026Z Compiling getrandom v0.4.1
3912026-07-23T19:16:36.149Z Compiling equivalent v1.0.2
3922026-07-23T19:16:36.168Z Compiling log v0.4.29
3932026-07-23T19:16:36.172Z Compiling hashbrown v0.17.0
3942026-07-23T19:16:36.186Z Compiling plain v0.2.3
3952026-07-23T19:16:36.243Z Compiling anstyle-parse v1.0.0
3962026-07-23T19:16:36.273Z Compiling errno v0.3.14
3972026-07-23T19:16:36.276Z Compiling thread-id v4.2.2
3982026-07-23T19:16:36.343Z Compiling anstyle v1.0.14
3992026-07-23T19:16:36.365Z Compiling anstyle-query v1.1.5
4002026-07-23T19:16:36.368Z Compiling autocfg v1.5.0
4012026-07-23T19:16:36.401Z Compiling colorchoice v1.0.4
4022026-07-23T19:16:36.405Z Compiling thiserror v2.0.18
4032026-07-23T19:16:36.460Z Compiling pretty-hex v0.4.1
4042026-07-23T19:16:36.512Z Compiling toml_write v0.1.2
4052026-07-23T19:16:36.570Z Compiling cfg-if v1.0.4
4062026-07-23T19:16:36.607Z Compiling winnow v0.7.14
4072026-07-23T19:16:36.610Z Compiling is_terminal_polyfill v1.70.2
4082026-07-23T19:16:36.644Z Compiling anyhow v1.0.102
4092026-07-23T19:16:36.705Z Compiling indexmap v2.14.0
4102026-07-23T19:16:36.743Z Compiling syn v2.0.117
4112026-07-23T19:16:36.786Z Compiling anstream v1.0.0
4122026-07-23T19:16:36.790Z Compiling unicode-width v0.1.14
4132026-07-23T19:16:36.824Z Compiling heck v0.5.0
4142026-07-23T19:16:36.889Z Compiling fnv v1.0.7
4152026-07-23T19:16:36.952Z Compiling fs-err v3.3.0
4162026-07-23T19:16:37.005Z Compiling strsim v0.11.1
4172026-07-23T19:16:37.022Z Compiling pest_meta v2.8.6
4182026-07-23T19:16:37.092Z Compiling heck v0.4.1
4192026-07-23T19:16:37.109Z Compiling fastrand v2.3.0
4202026-07-23T19:16:37.125Z Compiling bytecount v0.6.9
4212026-07-23T19:16:37.142Z Compiling clap_lex v1.0.0
4222026-07-23T19:16:37.183Z Compiling once_cell v1.21.3
4232026-07-23T19:16:37.254Z Compiling papergrid v0.11.0
4242026-07-23T19:16:37.338Z Compiling terminal_size v0.4.3
4252026-07-23T19:16:37.359Z Compiling tempfile v3.25.0
4262026-07-23T19:16:37.381Z Compiling memmap v0.7.0
4272026-07-23T19:16:37.398Z Compiling unicode-linebreak v0.1.5
4282026-07-23T19:16:37.425Z Compiling unicode-width v0.2.0
4292026-07-23T19:16:37.425Z Compiling smawk v0.3.2
4302026-07-23T19:16:37.450Z Compiling clap_builder v4.6.0
4312026-07-23T19:16:37.577Z Compiling swrite v0.1.0
4322026-07-23T19:16:37.689Z Compiling semver v1.0.28
4332026-07-23T19:16:37.707Z Compiling cargo-platform v0.3.2
4342026-07-23T19:16:37.726Z Compiling textwrap v0.16.2
4352026-07-23T19:16:37.934Z Compiling camino-tempfile v1.4.1
4362026-07-23T19:16:38.281Z Compiling tabled_derive v0.7.0
4372026-07-23T19:16:38.904Z Compiling pest_generator v2.8.6
4382026-07-23T19:16:38.982Z Compiling tabled v0.15.0
4392026-07-23T19:16:39.410Z Compiling serde_derive v1.0.228
4402026-07-23T19:16:39.410Z Compiling thiserror-impl v1.0.69
4412026-07-23T19:16:39.416Z Compiling zerocopy-derive v0.7.35
4422026-07-23T19:16:39.416Z Compiling scroll_derive v0.12.1
4432026-07-23T19:16:39.416Z Compiling thiserror-impl v2.0.18
4442026-07-23T19:16:39.416Z Compiling clap_derive v4.6.1
4452026-07-23T19:16:39.510Z Compiling pest_derive v2.8.6
4462026-07-23T19:16:40.032Z Compiling scroll v0.12.0
4472026-07-23T19:16:40.177Z Compiling zerocopy v0.7.35
4482026-07-23T19:16:40.243Z Compiling goblin v0.8.2
4492026-07-23T19:16:40.467Z Compiling dtrace-parser v0.2.0
4502026-07-23T19:16:40.806Z Compiling clap v4.6.1
4512026-07-23T19:16:41.852Z Compiling serde_spanned v0.6.9
4522026-07-23T19:16:41.852Z Compiling toml_datetime v0.6.11
4532026-07-23T19:16:41.852Z Compiling macaddr v1.0.1
4542026-07-23T19:16:41.855Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4552026-07-23T19:16:41.855Z Compiling cargo_metadata v0.23.1
4562026-07-23T19:16:41.870Z Compiling dof v0.3.0
4572026-07-23T19:16:41.873Z Compiling serde_tokenstream v0.2.3
4582026-07-23T19:16:42.033Z Compiling toml_edit v0.22.27
4592026-07-23T19:16:42.588Z Compiling usdt-attr-macro v0.5.0
4602026-07-23T19:16:42.588Z Compiling usdt-macro v0.5.0
4612026-07-23T19:16:43.240Z Compiling usdt v0.5.0
4622026-07-23T19:16:43.332Z Compiling toml v0.8.23
4632026-07-23T19:16:43.688Z Compiling cargo_toml v0.21.0
4642026-07-23T19:16:44.927Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4652026-07-23T19:16:46.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.53s
4662026-07-23T19:16:47.148Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4672026-07-23T19:16:47.649Z Downloading crates ...
4682026-07-23T19:16:47.773Z Downloaded async-recursion v1.1.1
4692026-07-23T19:16:47.777Z Downloaded aead v0.5.2
4702026-07-23T19:16:47.777Z Downloaded ascii-canvas v3.0.0
4712026-07-23T19:16:47.777Z Downloaded arrayref v0.3.9
4722026-07-23T19:16:47.781Z Downloaded bcrypt-pbkdf v0.11.0
4732026-07-23T19:16:47.781Z Downloaded assert_matches v1.5.0
4742026-07-23T19:16:47.781Z Downloaded base16ct v0.2.0
4752026-07-23T19:16:47.787Z Downloaded array-init v0.0.4
4762026-07-23T19:16:47.787Z Downloaded darling_macro v0.21.3
4772026-07-23T19:16:47.792Z Downloaded bitfield-struct v0.6.2
4782026-07-23T19:16:47.806Z Downloaded argon2 v0.5.3
4792026-07-23T19:16:47.812Z Downloaded crc8 v0.1.1
4802026-07-23T19:16:47.812Z Downloaded document-features v0.2.12
4812026-07-23T19:16:47.812Z Downloaded convert_case v0.4.0
4822026-07-23T19:16:47.812Z Downloaded cpubits v0.1.1
4832026-07-23T19:16:47.812Z Downloaded daft-derive v0.1.7
4842026-07-23T19:16:47.813Z Downloaded critical-section v1.2.0
4852026-07-23T19:16:47.813Z Downloaded convert_case v0.10.0
4862026-07-23T19:16:47.819Z Downloaded bitfield-macros v0.19.4
4872026-07-23T19:16:47.819Z Downloaded anstyle-parse v0.2.7
4882026-07-23T19:16:47.819Z Downloaded defmt v1.0.1
4892026-07-23T19:16:47.827Z Downloaded bit-set v0.5.3
4902026-07-23T19:16:47.827Z Downloaded bitfield v0.19.4
4912026-07-23T19:16:47.827Z Downloaded bitflags v1.3.2
4922026-07-23T19:16:47.827Z Downloaded arrayvec v0.7.6
4932026-07-23T19:16:47.827Z Downloaded derive-where v1.6.0
4942026-07-23T19:16:47.827Z Downloaded darling v0.21.3
4952026-07-23T19:16:47.831Z Downloaded argon2 v0.6.0-rc.8
4962026-07-23T19:16:47.835Z Downloaded cstr-argument v0.1.2
4972026-07-23T19:16:47.835Z Downloaded async-stream-impl v0.3.6
4982026-07-23T19:16:47.835Z Downloaded crucible-workspace-hack v0.1.0
4992026-07-23T19:16:47.835Z Downloaded atomicwrites v0.4.4
5002026-07-23T19:16:47.835Z Downloaded aead v0.6.1
5012026-07-23T19:16:47.841Z Downloaded crc-any v2.5.0
5022026-07-23T19:16:47.841Z Downloaded cobs v0.3.0
5032026-07-23T19:16:47.841Z Downloaded debug-ignore v1.0.5
5042026-07-23T19:16:47.845Z Downloaded async-bb8-diesel v0.2.1
5052026-07-23T19:16:47.845Z Downloaded ahash v0.8.12
5062026-07-23T19:16:47.845Z Downloaded async-stream v0.3.6
5072026-07-23T19:16:47.848Z Downloaded defmt v0.3.100
5082026-07-23T19:16:47.848Z Downloaded darling v0.20.11
5092026-07-23T19:16:47.851Z Downloaded crossbeam-channel v0.5.15
5102026-07-23T19:16:47.856Z Downloaded digest-io v0.1.0
5112026-07-23T19:16:47.856Z Downloaded defmt-parser v1.0.0
5122026-07-23T19:16:47.856Z Downloaded crc-catalog v2.4.0
5132026-07-23T19:16:47.856Z Downloaded atomic-waker v1.1.2
5142026-07-23T19:16:47.856Z Downloaded anstream v0.6.21
5152026-07-23T19:16:47.860Z Downloaded bit-vec v0.6.3
5162026-07-23T19:16:47.860Z Downloaded darling v0.13.4
5172026-07-23T19:16:47.864Z Downloaded darling_macro v0.23.0
5182026-07-23T19:16:47.864Z Downloaded crossbeam-utils v0.8.21
5192026-07-23T19:16:47.864Z Downloaded bcs v0.1.6
5202026-07-23T19:16:47.869Z Downloaded adler2 v2.0.1
5212026-07-23T19:16:47.869Z Downloaded curve25519-dalek-derive v0.1.1
5222026-07-23T19:16:47.869Z Downloaded crc v3.4.0
5232026-07-23T19:16:47.869Z Downloaded cpufeatures v0.3.0
5242026-07-23T19:16:47.869Z Downloaded crc32fast v1.5.0
5252026-07-23T19:16:47.874Z Downloaded atty v0.2.14
5262026-07-23T19:16:47.874Z Downloaded bit-set v0.8.0
5272026-07-23T19:16:47.874Z Downloaded ciborium-ll v0.2.2
5282026-07-23T19:16:47.874Z Downloaded dsl_auto_type v0.2.0
5292026-07-23T19:16:47.878Z Downloaded darling_macro v0.20.11
5302026-07-23T19:16:47.878Z Downloaded compression-core v0.4.31
5312026-07-23T19:16:47.878Z Downloaded csv-core v0.1.13
5322026-07-23T19:16:47.878Z Downloaded cfg_aliases v0.1.1
5332026-07-23T19:16:47.878Z Downloaded crypto-common v0.2.2
5342026-07-23T19:16:47.884Z Downloaded castaway v0.2.4
5352026-07-23T19:16:47.884Z Downloaded downcast-rs v2.0.2
5362026-07-23T19:16:47.884Z Downloaded difflib v0.4.0
5372026-07-23T19:16:47.884Z Downloaded ciborium-io v0.2.2
5382026-07-23T19:16:47.888Z Downloaded embedded-io v0.4.0
5392026-07-23T19:16:47.888Z Downloaded cfg_aliases v0.2.1
5402026-07-23T19:16:47.888Z Downloaded block-padding v0.4.2
5412026-07-23T19:16:47.888Z Downloaded bb8 v0.8.6
5422026-07-23T19:16:47.888Z Downloaded base16ct v1.0.0
5432026-07-23T19:16:47.892Z Downloaded dunce v1.0.5
5442026-07-23T19:16:47.892Z Downloaded darling_macro v0.13.4
5452026-07-23T19:16:47.896Z Downloaded diesel_table_macro_syntax v0.3.0
5462026-07-23T19:16:47.896Z Downloaded dropshot-api-manager-types v0.7.2
5472026-07-23T19:16:47.896Z Downloaded crunchy v0.2.4
5482026-07-23T19:16:47.897Z Downloaded enum-as-inner v0.6.1
5492026-07-23T19:16:47.904Z Downloaded endian-type v0.1.2
5502026-07-23T19:16:47.904Z Downloaded env_filter v1.0.0
5512026-07-23T19:16:47.907Z Downloaded ctr v0.10.1
5522026-07-23T19:16:47.907Z Downloaded darling_core v0.13.4
5532026-07-23T19:16:47.907Z Downloaded derive_builder_macro v0.20.2
5542026-07-23T19:16:47.907Z Downloaded bit-vec v0.8.0
5552026-07-23T19:16:47.907Z Downloaded base64ct v1.8.3
5562026-07-23T19:16:47.911Z Downloaded dirs-sys-next v0.1.2
5572026-07-23T19:16:47.911Z Downloaded block-buffer v0.12.1
5582026-07-23T19:16:47.911Z Downloaded dirs-next v2.0.0
5592026-07-23T19:16:47.916Z Downloaded dtrace-parser v0.3.0
5602026-07-23T19:16:47.916Z Downloaded crossbeam-deque v0.8.6
5612026-07-23T19:16:47.916Z Downloaded fd-lock v4.0.4
5622026-07-23T19:16:47.916Z Downloaded dof v0.4.0
5632026-07-23T19:16:47.920Z Downloaded display-error-chain v0.2.2
5642026-07-23T19:16:47.920Z Downloaded async-trait v0.1.89
5652026-07-23T19:16:47.925Z Downloaded flagset v0.4.7
5662026-07-23T19:16:47.929Z Downloaded cexpr v0.6.0
5672026-07-23T19:16:47.929Z Downloaded float-ord v0.3.2
5682026-07-23T19:16:47.929Z Downloaded fixedbitset v0.4.2
5692026-07-23T19:16:47.935Z Downloaded derive_builder_core v0.20.2
5702026-07-23T19:16:47.935Z Downloaded foreign-types-shared v0.1.1
5712026-07-23T19:16:47.935Z Downloaded defmt-macros v1.0.1
5722026-07-23T19:16:47.938Z Downloaded foreign-types v0.3.2
5732026-07-23T19:16:47.938Z Downloaded futures-io v0.3.32
5742026-07-23T19:16:47.938Z Downloaded form_urlencoded v1.2.2
5752026-07-23T19:16:47.938Z Downloaded foreign-types-shared v0.3.1
5762026-07-23T19:16:47.938Z Downloaded futures-sink v0.3.32
5772026-07-23T19:16:47.938Z Downloaded futures-core v0.3.32
5782026-07-23T19:16:47.938Z Downloaded gethostname v0.5.0
5792026-07-23T19:16:47.942Z Downloaded fxhash v0.2.1
5802026-07-23T19:16:47.942Z Downloaded futures-task v0.3.32
5812026-07-23T19:16:47.942Z Downloaded funty v2.0.0
5822026-07-23T19:16:47.942Z Downloaded foreign-types v0.5.0
5832026-07-23T19:16:47.946Z Downloaded foreign-types-macros v0.2.3
5842026-07-23T19:16:47.946Z Downloaded derive-ex v0.1.8
5852026-07-23T19:16:47.950Z Downloaded corncobs v0.1.4
5862026-07-23T19:16:47.950Z Downloaded dyn-clone v1.0.20
5872026-07-23T19:16:47.954Z Downloaded buf-list v1.1.2
5882026-07-23T19:16:47.954Z Downloaded digest v0.11.3
5892026-07-23T19:16:47.957Z Downloaded delegate v0.13.5
5902026-07-23T19:16:47.957Z Downloaded cmake v0.1.57
5912026-07-23T19:16:47.957Z Downloaded ed25519 v2.2.3
5922026-07-23T19:16:47.965Z Downloaded const_format_proc_macros v0.2.34
5932026-07-23T19:16:47.965Z Downloaded cookie_store v0.22.1
5942026-07-23T19:16:47.965Z Downloaded constant_time_eq v0.4.2
5952026-07-23T19:16:47.965Z Downloaded blowfish v0.10.0
5962026-07-23T19:16:47.965Z Downloaded ghash v0.6.0
5972026-07-23T19:16:47.965Z Downloaded ena v0.14.4
5982026-07-23T19:16:47.970Z Downloaded git-stub v1.0.0
5992026-07-23T19:16:47.970Z Downloaded cipher v0.5.2
6002026-07-23T19:16:47.970Z Downloaded camino-tempfile-ext v0.3.3
6012026-07-23T19:16:47.970Z Downloaded embedded-io v0.6.1
6022026-07-23T19:16:47.974Z Downloaded globwalk v0.9.1
6032026-07-23T19:16:47.974Z Downloaded darling_core v0.23.0
6042026-07-23T19:16:47.977Z Downloaded find-msvc-tools v0.1.9
6052026-07-23T19:16:47.977Z Downloaded erased-serde v0.3.31
6062026-07-23T19:16:47.977Z Downloaded console v0.16.2
6072026-07-23T19:16:47.981Z Downloaded headers-core v0.3.0
6082026-07-23T19:16:47.982Z Downloaded hash32 v0.3.1
6092026-07-23T19:16:47.982Z Downloaded ff v0.13.1
6102026-07-23T19:16:47.982Z Downloaded displaydoc v0.2.5
6112026-07-23T19:16:47.990Z Downloaded filetime v0.2.27
6122026-07-23T19:16:47.990Z Downloaded allocator-api2 v0.2.21
6132026-07-23T19:16:47.994Z Downloaded fallible-iterator v0.2.0
6142026-07-23T19:16:47.994Z Downloaded data-encoding v2.10.0
6152026-07-23T19:16:47.994Z Downloaded des v0.9.0
6162026-07-23T19:16:47.994Z Downloaded console v0.15.11
6172026-07-23T19:16:47.994Z Downloaded backoff v0.4.0
6182026-07-23T19:16:47.994Z Downloaded hex v0.4.3
6192026-07-23T19:16:47.994Z Downloaded daft v0.1.7
6202026-07-23T19:16:48.000Z Downloaded bzip2 v0.4.4
6212026-07-23T19:16:48.000Z Downloaded futures-macro v0.3.32
6222026-07-23T19:16:48.000Z Downloaded float-cmp v0.10.0
6232026-07-23T19:16:48.004Z Downloaded foldhash v0.1.5
6242026-07-23T19:16:48.004Z Downloaded hex-literal v1.1.0
6252026-07-23T19:16:48.004Z Downloaded ff v0.14.0
6262026-07-23T19:16:48.004Z Downloaded fs_extra v1.3.0
6272026-07-23T19:16:48.004Z Downloaded hostname v0.3.1
6282026-07-23T19:16:48.004Z Downloaded home v0.5.12
6292026-07-23T19:16:48.005Z Downloaded fs-err v2.11.0
6302026-07-23T19:16:48.011Z Downloaded http-body v1.0.1
6312026-07-23T19:16:48.011Z Downloaded foldhash v0.2.0
6322026-07-23T19:16:48.011Z Downloaded hubpack_derive v0.1.1
6332026-07-23T19:16:48.011Z Downloaded crossterm v0.29.0
6342026-07-23T19:16:48.018Z Downloaded diff v0.1.13
6352026-07-23T19:16:48.018Z Downloaded ed25519 v3.0.0
6362026-07-23T19:16:48.019Z Downloaded colored v2.2.0
6372026-07-23T19:16:48.023Z Downloaded cmov v0.5.4
6382026-07-23T19:16:48.023Z Downloaded cookie v0.18.1
6392026-07-23T19:16:48.023Z Downloaded httpdate v1.0.3
6402026-07-23T19:16:48.023Z Downloaded hubpack v0.1.2
6412026-07-23T19:16:48.023Z Downloaded darling_core v0.21.3
6422026-07-23T19:16:48.027Z Downloaded http-range v0.1.5
6432026-07-23T19:16:48.027Z Downloaded group v0.14.0
6442026-07-23T19:16:48.031Z Downloaded group v0.13.0
6452026-07-23T19:16:48.031Z Downloaded hyper-tls v0.6.0
6462026-07-23T19:16:48.031Z Downloaded chacha20 v0.10.0
6472026-07-23T19:16:48.035Z Downloaded git-stub-vcs v0.1.0
6482026-07-23T19:16:48.035Z Downloaded globset v0.4.18
6492026-07-23T19:16:48.035Z Downloaded hash32 v0.2.1
6502026-07-23T19:16:48.038Z Downloaded glob v0.3.3
6512026-07-23T19:16:48.038Z Downloaded env_logger v0.11.9
6522026-07-23T19:16:48.038Z Downloaded ident_case v1.0.1
6532026-07-23T19:16:48.044Z Downloaded idna_adapter v1.2.1
6542026-07-23T19:16:48.044Z Downloaded derive_builder v0.20.2
6552026-07-23T19:16:48.044Z Downloaded crossbeam-epoch v0.9.18
6562026-07-23T19:16:48.044Z Downloaded instability v0.3.11
6572026-07-23T19:16:48.048Z Downloaded cancel-safe-futures v0.1.5
6582026-07-23T19:16:48.048Z Downloaded arc-swap v1.8.2
6592026-07-23T19:16:48.052Z Downloaded ecdsa v0.17.0-rc.18
6602026-07-23T19:16:48.052Z Downloaded darling v0.23.0
6612026-07-23T19:16:48.057Z Downloaded elliptic-curve v0.13.8
6622026-07-23T19:16:48.061Z Downloaded fixedbitset v0.5.7
6632026-07-23T19:16:48.061Z Downloaded bzip2 v0.6.1
6642026-07-23T19:16:48.061Z Downloaded illumos-nvpair-sys v0.2.0
6652026-07-23T19:16:48.061Z Downloaded illumos-nvpair v0.3.0
6662026-07-23T19:16:48.062Z Downloaded inout v0.2.2
6672026-07-23T19:16:48.062Z Downloaded hostname v0.4.2
6682026-07-23T19:16:48.067Z Downloaded futures-channel v0.3.32
6692026-07-23T19:16:48.067Z Downloaded is-terminal v0.4.17
6702026-07-23T19:16:48.067Z Downloaded ciborium v0.2.2
6712026-07-23T19:16:48.067Z Downloaded blake2 v0.11.0-rc.6
6722026-07-23T19:16:48.072Z Downloaded byte-wrapper v0.1.0
6732026-07-23T19:16:48.072Z Downloaded ar_archive_writer v0.5.1
6742026-07-23T19:16:48.072Z Downloaded keccak v0.1.6
6752026-07-23T19:16:48.072Z Downloaded is_ci v1.2.0
6762026-07-23T19:16:48.080Z Downloaded drift v0.2.0
6772026-07-23T19:16:48.085Z Downloaded elliptic-curve v0.14.0-rc.33
6782026-07-23T19:16:48.085Z Downloaded colored v3.1.1
6792026-07-23T19:16:48.085Z Downloaded derive_more v0.99.20
6802026-07-23T19:16:48.089Z Downloaded humantime v2.3.0
6812026-07-23T19:16:48.090Z Downloaded getrandom v0.2.17
6822026-07-23T19:16:48.093Z Downloaded internet-checksum v0.2.1
6832026-07-23T19:16:48.093Z Downloaded instant v0.1.13
6842026-07-23T19:16:48.093Z Downloaded kstat-rs v0.2.4
6852026-07-23T19:16:48.093Z Downloaded kem v0.3.0
6862026-07-23T19:16:48.093Z Downloaded lru-cache v0.1.2
6872026-07-23T19:16:48.097Z Downloaded lazy_static v1.5.0
6882026-07-23T19:16:48.097Z Downloaded linked-hash-map v0.5.6
6892026-07-23T19:16:48.097Z Downloaded lalrpop-util v0.19.12
6902026-07-23T19:16:48.097Z Downloaded inout v0.1.4
6912026-07-23T19:16:48.100Z Downloaded maplit v1.0.2
6922026-07-23T19:16:48.100Z Downloaded base64 v0.21.7
6932026-07-23T19:16:48.100Z Downloaded base64 v0.22.1
6942026-07-23T19:16:48.105Z Downloaded managed v0.8.0
6952026-07-23T19:16:48.105Z Downloaded lzss v0.8.2
6962026-07-23T19:16:48.105Z Downloaded indoc v1.0.9
6972026-07-23T19:16:48.109Z Downloaded mime v0.3.17
6982026-07-23T19:16:48.109Z Downloaded md5 v0.8.0
6992026-07-23T19:16:48.109Z Downloaded indoc v2.0.7
7002026-07-23T19:16:48.113Z Downloaded hyper-staticfile v0.10.1
7012026-07-23T19:16:48.114Z Downloaded nibble_vec v0.1.0
7022026-07-23T19:16:48.118Z Downloaded libscf-sys v1.1.0
7032026-07-23T19:16:48.118Z Downloaded newtype-uuid-macros v0.1.0
7042026-07-23T19:16:48.118Z Downloaded memoffset v0.9.1
7052026-07-23T19:16:48.118Z Downloaded maybe-uninit v2.0.0
7062026-07-23T19:16:48.118Z Downloaded ingot v0.1.1
7072026-07-23T19:16:48.124Z Downloaded match_cfg v0.1.0
7082026-07-23T19:16:48.124Z Downloaded lru-slab v0.1.2
7092026-07-23T19:16:48.124Z Downloaded ipnet v2.11.0
7102026-07-23T19:16:48.124Z Downloaded half v1.8.3
7112026-07-23T19:16:48.125Z Downloaded indent_write v2.2.0
7122026-07-23T19:16:48.125Z Downloaded http-body-util v0.1.3
7132026-07-23T19:16:48.129Z Downloaded futures-executor v0.3.32
7142026-07-23T19:16:48.129Z Downloaded const_format v0.2.35
7152026-07-23T19:16:48.129Z Downloaded md-5 v0.10.6
7162026-07-23T19:16:48.134Z Downloaded impl-trait-for-tuples v0.2.3
7172026-07-23T19:16:48.134Z Downloaded hmac v0.13.0
7182026-07-23T19:16:48.134Z Downloaded hmac v0.12.1
7192026-07-23T19:16:48.141Z Downloaded nonempty v0.12.0
7202026-07-23T19:16:48.141Z Downloaded newline-converter v0.3.0
7212026-07-23T19:16:48.141Z Downloaded normalize-line-endings v0.3.0
7222026-07-23T19:16:48.141Z Downloaded newtype_derive v0.1.6
7232026-07-23T19:16:48.141Z Downloaded multimap v0.10.1
7242026-07-23T19:16:48.146Z Downloaded nodrop v0.1.14
7252026-07-23T19:16:48.146Z Downloaded futures v0.3.32
7262026-07-23T19:16:48.146Z Downloaded ingot-types v0.1.2
7272026-07-23T19:16:48.147Z Downloaded highway v1.3.0
7282026-07-23T19:16:48.147Z Downloaded fatfs v0.3.6
7292026-07-23T19:16:48.152Z Downloaded clang-sys v1.8.1
7302026-07-23T19:16:48.152Z Downloaded const-oid v0.9.6
7312026-07-23T19:16:48.152Z Downloaded diesel-dtrace v0.5.0
7322026-07-23T19:16:48.152Z Downloaded backon v1.6.0
7332026-07-23T19:16:48.155Z Downloaded new_debug_unreachable v1.0.6
7342026-07-23T19:16:48.155Z Downloaded num v0.4.3
7352026-07-23T19:16:48.155Z Downloaded num-conv v0.2.0
7362026-07-23T19:16:48.155Z Downloaded num-derive v0.3.3
7372026-07-23T19:16:48.159Z Downloaded generic-array v1.4.3
7382026-07-23T19:16:48.159Z Downloaded getrandom v0.3.4
7392026-07-23T19:16:48.162Z Downloaded libloading v0.8.9
7402026-07-23T19:16:48.162Z Downloaded libefi-sys v0.1.0
7412026-07-23T19:16:48.167Z Downloaded chacha20poly1305 v0.10.1
7422026-07-23T19:16:48.167Z Downloaded const-oid v0.10.2
7432026-07-23T19:16:48.167Z Downloaded httparse v1.10.1
7442026-07-23T19:16:48.177Z Downloaded num-derive v0.4.2
7452026-07-23T19:16:48.177Z Downloaded num_enum_derive v0.5.11
7462026-07-23T19:16:48.177Z Downloaded num-iter v0.1.45
7472026-07-23T19:16:48.177Z Downloaded hyper-rustls v0.27.7
7482026-07-23T19:16:48.183Z Downloaded async-compression v0.4.41
7492026-07-23T19:16:48.183Z Downloaded hybrid-array v0.4.13
7502026-07-23T19:16:48.183Z Downloaded iana-time-zone v0.1.65
7512026-07-23T19:16:48.183Z Downloaded dropshot_endpoint v0.17.1
7522026-07-23T19:16:48.190Z Downloaded linear-map v1.2.0
7532026-07-23T19:16:48.190Z Downloaded num_threads v0.1.7
7542026-07-23T19:16:48.190Z Downloaded lru v0.12.5
7552026-07-23T19:16:48.190Z Downloaded lock_api v0.4.14
7562026-07-23T19:16:48.190Z Downloaded module-lattice v0.2.3
7572026-07-23T19:16:48.190Z Downloaded openssl-macros v0.1.1
7582026-07-23T19:16:48.190Z Downloaded olpc-cjson v0.1.4
7592026-07-23T19:16:48.190Z Downloaded openssl-probe v0.2.1
7602026-07-23T19:16:48.190Z Downloaded oso-derive v0.27.3
7612026-07-23T19:16:48.199Z Downloaded crypto-bigint v0.5.5
7622026-07-23T19:16:48.203Z Downloaded openssl-probe v0.1.6
7632026-07-23T19:16:48.203Z Downloaded opaque-debug v0.3.1
7642026-07-23T19:16:48.203Z Downloaded libsw-core v0.3.2
7652026-07-23T19:16:48.203Z Downloaded libsw v3.5.0
7662026-07-23T19:16:48.203Z Downloaded flume v0.11.1
7672026-07-23T19:16:48.203Z Downloaded nanorand v0.7.0
7682026-07-23T19:16:48.210Z Downloaded multer v3.1.0
7692026-07-23T19:16:48.210Z Downloaded compact_str v0.8.1
7702026-07-23T19:16:48.210Z Downloaded jobserver v0.1.34
7712026-07-23T19:16:48.214Z Downloaded packed_struct_codegen v0.10.1
7722026-07-23T19:16:48.214Z Downloaded nu-ansi-term v0.50.3
7732026-07-23T19:16:48.214Z Downloaded ipnetwork v0.21.1
7742026-07-23T19:16:48.227Z Downloaded parse-display v0.10.0
7752026-07-23T19:16:48.232Z Downloaded num-complex v0.4.6
7762026-07-23T19:16:48.232Z Downloaded ed25519-dalek v2.2.0
7772026-07-23T19:16:48.232Z Downloaded keccak v0.2.0
7782026-07-23T19:16:48.232Z Downloaded darling_core v0.20.11
7792026-07-23T19:16:48.236Z Downloaded num_enum v0.7.6
7802026-07-23T19:16:48.236Z Downloaded num_enum v0.5.11
7812026-07-23T19:16:48.244Z Downloaded percent-encoding v2.3.2
7822026-07-23T19:16:48.251Z Downloaded peg-runtime v0.8.5
7832026-07-23T19:16:48.251Z Downloaded path-slash v0.1.5
7842026-07-23T19:16:48.251Z Downloaded password-hash v0.6.1
7852026-07-23T19:16:48.251Z Downloaded parse-size v1.1.0
7862026-07-23T19:16:48.251Z Downloaded num_enum_derive v0.7.6
7872026-07-23T19:16:48.251Z Downloaded litemap v0.8.1
7882026-07-23T19:16:48.251Z Downloaded phf_shared v0.12.1
7892026-07-23T19:16:48.251Z Downloaded phf_shared v0.11.3
7902026-07-23T19:16:48.252Z Downloaded bytes v1.11.1
7912026-07-23T19:16:48.252Z Downloaded num-rational v0.4.2
7922026-07-23T19:16:48.259Z Downloaded ignore v0.4.25
7932026-07-23T19:16:48.259Z Downloaded indexmap v1.9.3
7942026-07-23T19:16:48.259Z Downloaded icu_provider v2.1.1
7952026-07-23T19:16:48.259Z Downloaded headers v0.4.1
7962026-07-23T19:16:48.271Z Downloaded newtype-uuid v1.3.2
7972026-07-23T19:16:48.272Z Downloaded phf_shared v0.13.1
7982026-07-23T19:16:48.272Z Downloaded half v2.7.1
7992026-07-23T19:16:48.272Z Downloaded num-integer v0.1.46
8002026-07-23T19:16:48.272Z Downloaded native-tls v0.2.18
8012026-07-23T19:16:48.272Z Downloaded ingot-macros v0.1.1
8022026-07-23T19:16:48.272Z Downloaded derive_more-impl v2.1.1
8032026-07-23T19:16:48.288Z Downloaded mime_guess v2.0.5
8042026-07-23T19:16:48.288Z Downloaded memmap2 v0.9.10
8052026-07-23T19:16:48.288Z Downloaded crypto-primes v0.7.2
8062026-07-23T19:16:48.288Z Downloaded oxnet v0.1.6
8072026-07-23T19:16:48.288Z Downloaded oxide-update-engine v0.1.2
8082026-07-23T19:16:48.288Z Downloaded oxide-tokio-rt v0.1.4
8092026-07-23T19:16:48.288Z Downloaded derive_more v2.1.1
8102026-07-23T19:16:48.293Z Downloaded precomputed-hash v0.1.1
8112026-07-23T19:16:48.293Z Downloaded heapless v0.8.0
8122026-07-23T19:16:48.293Z Downloaded parking_lot_core v0.8.6
8132026-07-23T19:16:48.293Z Downloaded ed25519-dalek v3.0.0-rc.0
8142026-07-23T19:16:48.301Z Downloaded heapless v0.7.17
8152026-07-23T19:16:48.301Z Downloaded powerfmt v0.2.0
8162026-07-23T19:16:48.301Z Downloaded predicates-core v1.0.10
8172026-07-23T19:16:48.306Z Downloaded der v0.7.10
8182026-07-23T19:16:48.306Z Downloaded predicates-tree v1.0.13
8192026-07-23T19:16:48.306Z Downloaded potential_utf v0.1.4
8202026-07-23T19:16:48.306Z Downloaded libbz2-rs-sys v0.2.2
8212026-07-23T19:16:48.318Z Downloaded aes v0.9.1
8222026-07-23T19:16:48.318Z Downloaded paste v1.0.15
8232026-07-23T19:16:48.318Z Downloaded peg v0.8.5
8242026-07-23T19:16:48.319Z Downloaded pem-rfc7468 v1.0.0
8252026-07-23T19:16:48.319Z Downloaded proc-macro-crate v1.3.1
8262026-07-23T19:16:48.319Z Downloaded proc-macro-error-attr2 v2.0.0
8272026-07-23T19:16:48.319Z Downloaded progenitor-client v0.14.0
8282026-07-23T19:16:48.319Z Downloaded proc-macro-crate v3.4.0
8292026-07-23T19:16:48.324Z Downloaded pem-rfc7468 v0.7.0
8302026-07-23T19:16:48.324Z Downloaded peg-macros v0.8.5
8312026-07-23T19:16:48.324Z Downloaded phf v0.12.1
8322026-07-23T19:16:48.324Z Downloaded indicatif v0.18.4
8332026-07-23T19:16:48.327Z Downloaded expectorate v1.2.0
8342026-07-23T19:16:48.327Z Downloaded icu_properties v2.1.2
8352026-07-23T19:16:48.327Z Downloaded owo-colors v4.3.0
8362026-07-23T19:16:48.331Z Downloaded litrs v1.0.0
8372026-07-23T19:16:48.332Z Downloaded icu_normalizer v2.1.1
8382026-07-23T19:16:48.339Z Downloaded progenitor-macro v0.14.0
8392026-07-23T19:16:48.340Z Downloaded progenitor-macro v0.13.0
8402026-07-23T19:16:48.340Z Downloaded icu_locale_core v2.1.1
8412026-07-23T19:16:48.340Z Downloaded oxide-update-engine-display v0.1.2
8422026-07-23T19:16:48.340Z Downloaded password-hash v0.5.0
8432026-07-23T19:16:48.349Z Downloaded pin-project-lite v0.2.17
8442026-07-23T19:16:48.349Z Downloaded hickory-resolver v0.24.4
8452026-07-23T19:16:48.354Z Downloaded hickory-resolver v0.25.2
8462026-07-23T19:16:48.354Z Downloaded bumpalo v3.20.2
8472026-07-23T19:16:48.355Z Downloaded parse-display-derive v0.10.0
8482026-07-23T19:16:48.355Z Downloaded cc v1.2.56
8492026-07-23T19:16:48.355Z Downloaded pkcs8 v0.10.2
8502026-07-23T19:16:48.360Z Downloaded radium v0.7.0
8512026-07-23T19:16:48.360Z Downloaded pin-project-internal v1.1.11
8522026-07-23T19:16:48.360Z Downloaded psl-types v2.0.11
8532026-07-23T19:16:48.360Z Downloaded quick-error v1.2.3
8542026-07-23T19:16:48.360Z Downloaded packed_struct v0.10.1
8552026-07-23T19:16:48.367Z Downloaded parking_lot_core v0.9.12
8562026-07-23T19:16:48.367Z Downloaded der v0.8.0
8572026-07-23T19:16:48.372Z Downloaded port-file v0.1.0
8582026-07-23T19:16:48.372Z Downloaded ppv-lite86 v0.2.21
8592026-07-23T19:16:48.372Z Downloaded parking_lot v0.12.5
8602026-07-23T19:16:48.372Z Downloaded diesel_derives v2.3.7
8612026-07-23T19:16:48.376Z Downloaded polyval v0.7.1
8622026-07-23T19:16:48.376Z Downloaded aes-gcm v0.11.0
8632026-07-23T19:16:48.382Z Downloaded primeorder v0.14.0-rc.10
8642026-07-23T19:16:48.382Z Downloaded primeorder v0.13.6
8652026-07-23T19:16:48.382Z Downloaded parking_lot v0.11.2
8662026-07-23T19:16:48.387Z Downloaded rand_chacha v0.3.1
8672026-07-23T19:16:48.387Z Downloaded progenitor v0.14.0
8682026-07-23T19:16:48.388Z Downloaded postgres-protocol v0.6.10
8692026-07-23T19:16:48.388Z Downloaded ref-cast-impl v1.0.25
8702026-07-23T19:16:48.388Z Downloaded recursive-proc-macro-impl v0.1.1
8712026-07-23T19:16:48.388Z Downloaded progenitor v0.13.0
8722026-07-23T19:16:48.399Z Downloaded rand_xorshift v0.4.0
8732026-07-23T19:16:48.399Z Downloaded ref-cast v1.0.25
8742026-07-23T19:16:48.399Z Downloaded proc-macro-error2 v2.0.1
8752026-07-23T19:16:48.403Z Downloaded progenitor-client v0.13.0
8762026-07-23T19:16:48.403Z Downloaded primefield v0.14.0
8772026-07-23T19:16:48.403Z Downloaded omicron-zone-package v0.12.3
8782026-07-23T19:16:48.403Z Downloaded miniz_oxide v0.8.9
8792026-07-23T19:16:48.403Z Downloaded icu_normalizer_data v2.1.1
8802026-07-23T19:16:48.403Z Downloaded recursive v0.1.1
8812026-07-23T19:16:48.403Z Downloaded phf v0.13.1
8822026-07-23T19:16:48.403Z Downloaded progenitor-extras v0.2.0
8832026-07-23T19:16:48.403Z Downloaded hashbrown v0.12.3
8842026-07-23T19:16:48.407Z Downloaded pkcs8 v0.11.0
8852026-07-23T19:16:48.407Z Downloaded phc v0.6.1
8862026-07-23T19:16:48.411Z Downloaded pem v3.0.6
8872026-07-23T19:16:48.411Z Downloaded rfc6979 v0.5.0
8882026-07-23T19:16:48.411Z Downloaded num-traits v0.2.19
8892026-07-23T19:16:48.415Z Downloaded rtoolbox v0.0.3
8902026-07-23T19:16:48.415Z Downloaded pbkdf2 v0.13.0
8912026-07-23T19:16:48.415Z Downloaded ml-kem v0.3.2
8922026-07-23T19:16:48.420Z Downloaded flate2 v1.1.9
8932026-07-23T19:16:48.420Z Downloaded psm v0.1.30
8942026-07-23T19:16:48.423Z Downloaded pkcs1 v0.7.5
8952026-07-23T19:16:48.423Z Downloaded hashbrown v0.13.2
8962026-07-23T19:16:48.427Z Downloaded russh-util v0.52.0
8972026-07-23T19:16:48.427Z Downloaded r2d2 v0.8.10
8982026-07-23T19:16:48.434Z Downloaded postgres-types v0.2.12
8992026-07-23T19:16:48.434Z Downloaded poly1305 v0.8.0
9002026-07-23T19:16:48.434Z Downloaded jiff-static v0.2.21
9012026-07-23T19:16:48.435Z Downloaded rustc_version v0.4.1
9022026-07-23T19:16:48.438Z Downloaded poly1305 v0.9.0
9032026-07-23T19:16:48.438Z Downloaded oxide-update-engine-types v0.1.2
9042026-07-23T19:16:48.439Z Downloaded pkg-config v0.3.32
9052026-07-23T19:16:48.442Z Downloaded rfc6979 v0.4.0
9062026-07-23T19:16:48.442Z Downloaded pkcs1 v0.8.0-rc.4
9072026-07-23T19:16:48.442Z Downloaded oso v0.27.3
9082026-07-23T19:16:48.448Z Downloaded http v1.4.2
9092026-07-23T19:16:48.486Z Downloaded rustc_version v0.1.7
9102026-07-23T19:16:48.486Z Downloaded enum_dispatch v0.3.13
9112026-07-23T19:16:48.486Z Downloaded ecdsa v0.16.9
9122026-07-23T19:16:48.486Z Downloaded either v1.15.0
9132026-07-23T19:16:48.486Z Downloaded blake2 v0.10.6
9142026-07-23T19:16:48.495Z Downloaded rand_core v0.6.4
9152026-07-23T19:16:48.495Z Downloaded scheduled-thread-pool v0.2.7
9162026-07-23T19:16:48.495Z Downloaded rand_core v0.10.0
9172026-07-23T19:16:48.495Z Downloaded rand_core v0.9.5
9182026-07-23T19:16:48.495Z Downloaded icu_collections v2.1.1
9192026-07-23T19:16:48.495Z Downloaded predicates v3.1.4
9202026-07-23T19:16:48.495Z Downloaded same-file v1.0.6
9212026-07-23T19:16:48.495Z Downloaded sapling-renderdag v0.1.0
9222026-07-23T19:16:48.495Z Downloaded openssl-sys v0.9.115
9232026-07-23T19:16:48.495Z Downloaded scroll_derive v0.13.1
9242026-07-23T19:16:48.495Z Downloaded scopeguard v1.2.0
9252026-07-23T19:16:48.495Z Downloaded rand_chacha v0.9.0
9262026-07-23T19:16:48.495Z Downloaded deranged v0.5.8
9272026-07-23T19:16:48.495Z Downloaded der_derive v0.7.3
9282026-07-23T19:16:48.495Z Downloaded seq-macro v0.3.6
9292026-07-23T19:16:48.495Z Downloaded chacha20 v0.9.1
9302026-07-23T19:16:48.495Z Downloaded pin-project v1.1.11
9312026-07-23T19:16:48.495Z Downloaded rpassword v7.5.4
9322026-07-23T19:16:48.495Z Downloaded crossterm v0.28.1
9332026-07-23T19:16:48.495Z Downloaded serde_repr v0.1.20
9342026-07-23T19:16:48.495Z Downloaded serde_bytes v0.11.19
9352026-07-23T19:16:48.501Z Downloaded serde-big-array v0.5.1
9362026-07-23T19:16:48.501Z Downloaded secrecy v0.10.3
9372026-07-23T19:16:48.501Z Downloaded russh-cryptovec v0.61.0
9382026-07-23T19:16:48.501Z Downloaded serde_spanned v1.1.1
9392026-07-23T19:16:48.501Z Downloaded pkcs5 v0.8.1
9402026-07-23T19:16:48.501Z Downloaded serde_plain v1.0.2
9412026-07-23T19:16:48.512Z Downloaded p256 v0.14.0-rc.10
9422026-07-23T19:16:48.512Z Downloaded resolv-conf v0.7.6
9432026-07-23T19:16:48.512Z Downloaded secrecy v0.8.0
9442026-07-23T19:16:48.512Z Downloaded sha1 v0.11.0
9452026-07-23T19:16:48.512Z Downloaded p384 v0.14.0-rc.10
9462026-07-23T19:16:48.512Z Downloaded cbc v0.2.1
9472026-07-23T19:16:48.512Z Downloaded ctutils v0.4.2
9482026-07-23T19:16:48.512Z Downloaded papergrid v0.17.0
9492026-07-23T19:16:48.517Z Downloaded serde_urlencoded v0.7.1
9502026-07-23T19:16:48.517Z Downloaded rustc-hash v2.1.1
9512026-07-23T19:16:48.517Z Downloaded rustls-pemfile v2.2.0
9522026-07-23T19:16:48.522Z Downloaded hickory-server v0.25.2
9532026-07-23T19:16:48.522Z Downloaded rusty-fork v0.3.1
9542026-07-23T19:16:48.522Z Downloaded rustls-native-certs v0.8.3
9552026-07-23T19:16:48.529Z Downloaded rustversion v1.0.22
9562026-07-23T19:16:48.529Z Downloaded shell-words v1.1.1
9572026-07-23T19:16:48.529Z Downloaded signal-hook-tokio v0.3.1
9582026-07-23T19:16:48.529Z Downloaded signature v2.2.0
9592026-07-23T19:16:48.533Z Downloaded prefix-trie v0.7.0
9602026-07-23T19:16:48.533Z Downloaded postcard v1.1.3
9612026-07-23T19:16:48.533Z Downloaded rand_seeder v0.4.0
9622026-07-23T19:16:48.533Z Downloaded dropshot-api-manager v0.7.2
9632026-07-23T19:16:48.540Z Downloaded progenitor-impl v0.14.0
9642026-07-23T19:16:48.540Z Downloaded semver v0.1.20
9652026-07-23T19:16:48.540Z Downloaded slog-bunyan v2.5.0
9662026-07-23T19:16:48.540Z Downloaded sigpipe v0.1.3
9672026-07-23T19:16:48.540Z Downloaded signature v3.0.0
9682026-07-23T19:16:48.545Z Downloaded sec1 v0.8.1
9692026-07-23T19:16:48.545Z Downloaded siphasher v1.0.2
9702026-07-23T19:16:48.546Z Downloaded progenitor-impl v0.13.0
9712026-07-23T19:16:48.550Z Downloaded sec1 v0.7.3
9722026-07-23T19:16:48.550Z Downloaded scrypt v0.12.0
9732026-07-23T19:16:48.550Z Downloaded schemars_derive v0.8.22
9742026-07-23T19:16:48.550Z Downloaded compression-codecs v0.4.37
9752026-07-23T19:16:48.554Z Downloaded cipher v0.4.4
9762026-07-23T19:16:48.554Z Downloaded cassowary v0.3.0
9772026-07-23T19:16:48.554Z Downloaded scroll v0.13.0
9782026-07-23T19:16:48.559Z Downloaded bs58 v0.5.1
9792026-07-23T19:16:48.563Z Downloaded slog-envlogger v2.2.0
9802026-07-23T19:16:48.563Z Downloaded serde-hex v0.1.0
9812026-07-23T19:16:48.574Z Downloaded serde_path_to_error v0.1.20
9822026-07-23T19:16:48.582Z Downloaded minimal-lexical v0.2.1
9832026-07-23T19:16:48.582Z Downloaded sha1 v0.10.6
9842026-07-23T19:16:48.582Z Downloaded serdect v0.4.3
9852026-07-23T19:16:48.586Z Downloaded salsa20 v0.11.0
9862026-07-23T19:16:48.590Z Downloaded signal-hook-mio v0.2.5
9872026-07-23T19:16:48.595Z Downloaded sqlparser_derive v0.5.0
9882026-07-23T19:16:48.595Z Downloaded rustls-pki-types v1.14.0
9892026-07-23T19:16:48.599Z Downloaded itertools v0.10.5
9902026-07-23T19:16:48.604Z Downloaded shlex v1.3.0
9912026-07-23T19:16:48.618Z Downloaded signal-hook-registry v1.4.8
9922026-07-23T19:16:48.618Z Downloaded stable_deref_trait v1.2.1
9932026-07-23T19:16:48.618Z Downloaded slog-async v2.8.0
9942026-07-23T19:16:48.618Z Downloaded structmeta v0.3.0
9952026-07-23T19:16:48.618Z Downloaded strip-ansi-escapes v0.2.1
9962026-07-23T19:16:48.618Z Downloaded strum v0.27.2
9972026-07-23T19:16:48.618Z Downloaded slog-stdlog v4.1.1
9982026-07-23T19:16:48.626Z Downloaded slog-dtrace v0.3.0
9992026-07-23T19:16:48.630Z Downloaded simd-adler32 v0.3.8
10002026-07-23T19:16:48.630Z Downloaded slab v0.4.12
10012026-07-23T19:16:48.630Z Downloaded smallvec v0.6.14
10022026-07-23T19:16:48.630Z Downloaded slog-term v2.9.2
10032026-07-23T19:16:48.635Z Downloaded nom v7.1.3
10042026-07-23T19:16:48.635Z Downloaded sync-ptr v0.1.4
10052026-07-23T19:16:48.635Z Downloaded pretty_assertions v1.4.1
10062026-07-23T19:16:48.638Z Downloaded strum v0.26.3
10072026-07-23T19:16:48.638Z Downloaded structmeta-derive v0.3.0
10082026-07-23T19:16:48.638Z Downloaded slog-scope v4.4.1
10092026-07-23T19:16:48.645Z Downloaded snafu-derive v0.8.9
10102026-07-23T19:16:48.645Z Downloaded hyper-util v0.1.20
10112026-07-23T19:16:48.649Z Downloaded supports-color v3.0.2
10122026-07-23T19:16:48.655Z Downloaded smf v0.2.3
10132026-07-23T19:16:48.655Z Downloaded subtle v2.6.1
10142026-07-23T19:16:48.655Z Downloaded num-bigint v0.4.6
10152026-07-23T19:16:48.662Z Downloaded take_mut v0.2.2
10162026-07-23T19:16:48.662Z Downloaded spki v0.7.3
10172026-07-23T19:16:48.662Z Downloaded tagptr v0.2.0
10182026-07-23T19:16:48.662Z Downloaded tabwriter v1.4.1
10192026-07-23T19:16:48.666Z Downloaded tabled_derive v0.11.0
10202026-07-23T19:16:48.666Z Downloaded serde_derive_internals v0.29.1
10212026-07-23T19:16:48.666Z Downloaded sqlformat v0.3.5
10222026-07-23T19:16:48.666Z Downloaded hashbrown v0.15.5
10232026-07-23T19:16:48.684Z Downloaded tap v1.0.1
10242026-07-23T19:16:48.684Z Downloaded mio v1.2.0
10252026-07-23T19:16:48.691Z Downloaded testing_table v0.3.0
10262026-07-23T19:16:48.691Z Downloaded spki v0.8.0
10272026-07-23T19:16:48.691Z Downloaded thread-id v5.1.0
10282026-07-23T19:16:48.691Z Downloaded serde_cbor v0.11.2
10292026-07-23T19:16:48.691Z Downloaded ssh-cipher v0.3.0-rc.9
10302026-07-23T19:16:48.691Z Downloaded quinn-udp v0.5.14
10312026-07-23T19:16:48.691Z Downloaded termtree v0.5.1
10322026-07-23T19:16:48.691Z Downloaded rayon-core v1.13.0
10332026-07-23T19:16:48.691Z Downloaded publicsuffix v2.3.0
10342026-07-23T19:16:48.691Z Downloaded ryu v1.0.23
10352026-07-23T19:16:48.691Z Downloaded rustls-platform-verifier v0.6.2
10362026-07-23T19:16:48.691Z Downloaded time-core v0.1.8
10372026-07-23T19:16:48.691Z Downloaded iri-string v0.7.10
10382026-07-23T19:16:48.698Z Downloaded string_cache v0.8.9
10392026-07-23T19:16:48.698Z Downloaded stacker v0.1.23
10402026-07-23T19:16:48.698Z Downloaded qorb v0.4.1
10412026-07-23T19:16:48.704Z Downloaded static_assertions v1.1.0
10422026-07-23T19:16:48.704Z Downloaded ssh-encoding v0.3.0-rc.9
10432026-07-23T19:16:48.704Z Downloaded strum_macros v0.24.3
10442026-07-23T19:16:48.704Z Downloaded tinyvec_macros v0.1.1
10452026-07-23T19:16:48.704Z Downloaded sha2 v0.11.0
10462026-07-23T19:16:48.708Z Downloaded strum_macros v0.27.2
10472026-07-23T19:16:48.708Z Downloaded tokio-macros v2.7.0
10482026-07-23T19:16:48.714Z Downloaded strum_macros v0.26.4
10492026-07-23T19:16:48.714Z Downloaded ron v0.8.1
10502026-07-23T19:16:48.717Z Downloaded aho-corasick v1.1.4
10512026-07-23T19:16:48.717Z Downloaded serde_yaml v0.9.34+deprecated
10522026-07-23T19:16:48.721Z Downloaded rand v0.8.6
10532026-07-23T19:16:48.721Z Downloaded smallvec v1.15.1
10542026-07-23T19:16:48.725Z Downloaded prettyplease v0.2.37
10552026-07-23T19:16:48.725Z Downloaded sync_wrapper v1.0.2
10562026-07-23T19:16:48.730Z Downloaded strsim v0.10.0
10572026-07-23T19:16:48.731Z Downloaded stringprep v0.1.5
10582026-07-23T19:16:48.731Z Downloaded slog-json v2.6.1
10592026-07-23T19:16:48.731Z Downloaded serde_with_macros v3.21.0
10602026-07-23T19:16:48.735Z Downloaded spin v0.9.8
10612026-07-23T19:16:48.736Z Downloaded idna v1.1.0
10622026-07-23T19:16:48.736Z Downloaded thiserror-impl-no-std v2.0.2
10632026-07-23T19:16:48.739Z Downloaded tokio-test v0.4.5
10642026-07-23T19:16:48.740Z Downloaded quinn v0.11.9
10652026-07-23T19:16:48.740Z Downloaded synstructure v0.13.2
10662026-07-23T19:16:48.745Z Downloaded thread_local v1.1.9
10672026-07-23T19:16:48.746Z Downloaded termios v0.3.3
10682026-07-23T19:16:48.746Z Downloaded libxml v0.3.3
10692026-07-23T19:16:48.752Z Downloaded rcgen v0.12.1
10702026-07-23T19:16:48.752Z Downloaded futures-util v0.3.32
10712026-07-23T19:16:48.756Z Downloaded tower-layer v0.3.3
10722026-07-23T19:16:48.759Z Downloaded signal-hook v0.3.18
10732026-07-23T19:16:48.760Z Downloaded tower-service v0.3.3
10742026-07-23T19:16:48.760Z Downloaded trait-variant v0.1.2
10752026-07-23T19:16:48.761Z Downloaded topological-sort v0.2.2
10762026-07-23T19:16:48.767Z Downloaded time-macros v0.2.27
10772026-07-23T19:16:48.767Z Downloaded p521 v0.14.0-rc.10
10782026-07-23T19:16:48.767Z Downloaded thiserror-no-std v2.0.2
10792026-07-23T19:16:48.770Z Downloaded itertools v0.12.1
10802026-07-23T19:16:48.773Z Downloaded tiny-keccak v2.0.2
10812026-07-23T19:16:48.773Z Downloaded try-lock v0.2.5
10822026-07-23T19:16:48.773Z Downloaded similar v2.7.0
10832026-07-23T19:16:48.779Z Downloaded typify-macro v0.6.2
10842026-07-23T19:16:48.779Z Downloaded tls_codec v0.4.2
10852026-07-23T19:16:48.779Z Downloaded rand v0.9.2
10862026-07-23T19:16:48.783Z Downloaded tokio-native-tls v0.3.1
10872026-07-23T19:16:48.784Z Downloaded support-bundle-viewer v0.1.2
10882026-07-23T19:16:48.787Z Downloaded tokio-dtrace v0.1.1
10892026-07-23T19:16:48.787Z Downloaded tls_codec_derive v0.4.2
10902026-07-23T19:16:48.787Z Downloaded num-bigint-dig v0.8.6
10912026-07-23T19:16:48.791Z Downloaded icu_properties_data v2.1.2
10922026-07-23T19:16:48.796Z Downloaded unarray v0.1.4
10932026-07-23T19:16:48.799Z Downloaded tokio-tungstenite v0.21.0
10942026-07-23T19:16:48.799Z Downloaded untrusted v0.7.1
10952026-07-23T19:16:48.799Z Downloaded rsa v0.9.10
10962026-07-23T19:16:48.803Z Downloaded socket2 v0.6.3
10972026-07-23T19:16:48.803Z Downloaded usdt v0.6.0
10982026-07-23T19:16:48.803Z Downloaded utf8_iter v1.0.4
10992026-07-23T19:16:48.806Z Downloaded utf-8 v0.7.6
11002026-07-23T19:16:48.806Z Downloaded usdt-macro v0.6.0
11012026-07-23T19:16:48.806Z Downloaded universal-hash v0.5.1
11022026-07-23T19:16:48.807Z Downloaded unit-prefix v0.5.2
11032026-07-23T19:16:48.813Z Downloaded usdt-attr-macro v0.6.0
11042026-07-23T19:16:48.813Z Downloaded term v0.7.0
11052026-07-23T19:16:48.813Z Downloaded untrusted v0.9.0
11062026-07-23T19:16:48.813Z Downloaded h2 v0.4.15
11072026-07-23T19:16:48.816Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11082026-07-23T19:16:48.816Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11092026-07-23T19:16:48.820Z Downloaded schemars v1.2.1
11102026-07-23T19:16:48.825Z Downloaded void v1.0.2
11112026-07-23T19:16:48.830Z Downloaded universal-hash v0.6.1
11122026-07-23T19:16:48.830Z Downloaded hkdf v0.12.4
11132026-07-23T19:16:48.831Z Downloaded internal-russh-num-bigint v0.5.0
11142026-07-23T19:16:48.838Z Downloaded want v0.3.1
11152026-07-23T19:16:48.838Z Downloaded waitgroup v0.1.2
11162026-07-23T19:16:48.838Z Downloaded hashbrown v0.16.1
11172026-07-23T19:16:48.844Z Downloaded nom v8.0.0
11182026-07-23T19:16:48.844Z Downloaded samael v0.0.19
11192026-07-23T19:16:48.844Z Downloaded wait-timeout v0.2.1
11202026-07-23T19:16:48.844Z Downloaded socket2 v0.5.10
11212026-07-23T19:16:48.849Z Downloaded unicase v2.9.0
11222026-07-23T19:16:48.849Z Downloaded snafu v0.8.9
11232026-07-23T19:16:48.852Z Downloaded itertools v0.13.0
11242026-07-23T19:16:48.858Z Downloaded xshell-macros v0.2.7
11252026-07-23T19:16:48.858Z Downloaded tui-tree-widget v0.23.1
11262026-07-23T19:16:48.858Z Downloaded rand v0.10.1
11272026-07-23T19:16:48.863Z Downloaded hyper v1.10.1
11282026-07-23T19:16:48.863Z Downloaded xattr v1.6.1
11292026-07-23T19:16:48.863Z Downloaded tokio-stream v0.1.18
11302026-07-23T19:16:48.867Z Downloaded tokio-rustls v0.26.4
11312026-07-23T19:16:48.873Z Downloaded term v1.2.1
11322026-07-23T19:16:48.873Z Downloaded unicode-xid v0.2.6
11332026-07-23T19:16:48.873Z Downloaded test-strategy v0.4.5
11342026-07-23T19:16:48.877Z Downloaded usdt-impl v0.6.0
11352026-07-23T19:16:48.877Z Downloaded bindgen v0.71.1
11362026-07-23T19:16:48.881Z Downloaded zerofrom v0.1.6
11372026-07-23T19:16:48.881Z Downloaded yoke-derive v0.8.1
11382026-07-23T19:16:48.881Z Downloaded unicode-truncate v1.1.0
11392026-07-23T19:16:48.881Z Downloaded bitvec v1.0.1
11402026-07-23T19:16:48.889Z Downloaded tokio-tungstenite v0.23.1
11412026-07-23T19:16:48.894Z Downloaded zeroize_derive v1.4.3
11422026-07-23T19:16:48.894Z Downloaded subprocess v0.2.15
11432026-07-23T19:16:48.894Z Downloaded schemars v0.9.0
11442026-07-23T19:16:48.901Z Downloaded vergen-lib v9.1.0
11452026-07-23T19:16:48.906Z Downloaded zerofrom-derive v0.1.6
11462026-07-23T19:16:48.906Z Downloaded vsss-rs v3.3.4
11472026-07-23T19:16:48.906Z Downloaded zone_cfg_derive v0.3.1
11482026-07-23T19:16:48.906Z Downloaded zone v0.3.1
11492026-07-23T19:16:48.906Z Downloaded tracing-attributes v0.1.31
11502026-07-23T19:16:48.910Z Downloaded itertools v0.14.0
11512026-07-23T19:16:48.910Z Downloaded blake3 v1.8.5
11522026-07-23T19:16:48.915Z Downloaded whoami v1.6.1
11532026-07-23T19:16:48.922Z Downloaded vergen-lib v0.1.6
11542026-07-23T19:16:48.922Z Downloaded whoami v2.1.0
11552026-07-23T19:16:48.922Z Downloaded walkdir v2.5.0
11562026-07-23T19:16:48.926Z Downloaded rsa v0.10.0-rc.18
11572026-07-23T19:16:48.926Z Downloaded wyz v0.5.1
11582026-07-23T19:16:48.926Z Downloaded vergen-gitcl v1.0.8
11592026-07-23T19:16:48.926Z Downloaded iddqd v0.4.2
11602026-07-23T19:16:48.930Z Downloaded writeable v0.6.2
11612026-07-23T19:16:48.936Z Downloaded twox-hash v2.1.2
11622026-07-23T19:16:48.936Z Downloaded vergen-git2 v9.1.0
11632026-07-23T19:16:48.936Z Downloaded toml_writer v1.1.1+spec-1.1.0
11642026-07-23T19:16:48.936Z Downloaded uzers v0.12.2
11652026-07-23T19:16:48.940Z Downloaded toml_parser v1.1.2+spec-1.1.0
11662026-07-23T19:16:48.940Z Downloaded rustls-webpki v0.103.13
11672026-07-23T19:16:48.940Z Downloaded unicode-properties v0.1.4
11682026-07-23T19:16:48.940Z Downloaded hkdf v0.13.0
11692026-07-23T19:16:48.945Z Downloaded libm v0.2.16
11702026-07-23T19:16:48.948Z Downloaded yoke v0.8.1
11712026-07-23T19:16:48.952Z Downloaded vergen v9.1.0
11722026-07-23T19:16:48.952Z Downloaded tinystr v0.8.2
11732026-07-23T19:16:48.952Z Downloaded slog v2.8.2
11742026-07-23T19:16:48.957Z Downloaded toml v1.1.2+spec-1.1.0
11752026-07-23T19:16:48.957Z Downloaded zerovec-derive v0.11.2
11762026-07-23T19:16:48.961Z Downloaded zeroize v1.8.2
11772026-07-23T19:16:48.961Z Downloaded rustyline v14.0.0
11782026-07-23T19:16:48.966Z Downloaded steno v0.4.1
11792026-07-23T19:16:48.966Z Downloaded toml v0.7.8
11802026-07-23T19:16:48.971Z Downloaded tinyvec v1.10.0
11812026-07-23T19:16:48.971Z Downloaded aws-lc-rs v1.16.3
11822026-07-23T19:16:48.975Z Downloaded zstd-safe v7.2.4
11832026-07-23T19:16:48.975Z Downloaded typify v0.6.2
11842026-07-23T19:16:48.980Z Downloaded yasna v0.5.2
11852026-07-23T19:16:48.980Z Downloaded tracing-core v0.1.36
11862026-07-23T19:16:48.980Z Downloaded schemars v0.8.22
11872026-07-23T19:16:48.991Z Downloaded unicode-bidi v0.3.18
11882026-07-23T19:16:48.998Z Downloaded xshell v0.2.7
11892026-07-23T19:16:48.998Z Downloaded tungstenite v0.21.0
11902026-07-23T19:16:48.998Z Downloaded serde_with_macros v1.5.2
11912026-07-23T19:16:48.998Z Downloaded unsafe-libyaml v0.2.11
11922026-07-23T19:16:49.005Z Downloaded tar v0.4.46
11932026-07-23T19:16:49.005Z Downloaded toml_edit v0.23.10+spec-1.0.0
11942026-07-23T19:16:49.010Z Downloaded chrono v0.4.45
11952026-07-23T19:16:49.014Z Downloaded vte v0.14.1
11962026-07-23T19:16:49.022Z Downloaded zstd v0.13.3
11972026-07-23T19:16:49.030Z Downloaded tokio-postgres v0.7.16
11982026-07-23T19:16:49.035Z Downloaded tungstenite v0.23.0
11992026-07-23T19:16:49.041Z Downloaded zerocopy v0.6.6
12002026-07-23T19:16:49.045Z Downloaded uuid v1.23.4
12012026-07-23T19:16:49.051Z Downloaded git2 v0.20.4
12022026-07-23T19:16:49.054Z Downloaded toml_edit v0.19.15
12032026-07-23T19:16:49.066Z Downloaded reedline v0.40.0
12042026-07-23T19:16:49.072Z Downloaded zopfli v0.8.3
12052026-07-23T19:16:49.072Z Downloaded reqwest v0.13.2
12062026-07-23T19:16:49.077Z Downloaded serde_with v1.14.0
12072026-07-23T19:16:49.077Z Downloaded curve25519-dalek v4.1.3
12082026-07-23T19:16:49.081Z Downloaded url v2.5.8
12092026-07-23T19:16:49.081Z Downloaded yansi v1.0.1
12102026-07-23T19:16:49.086Z Downloaded unicode_categories v0.1.1
12112026-07-23T19:16:49.086Z Downloaded reqwest v0.12.28
12122026-07-23T19:16:49.090Z Downloaded rawzip v0.4.4
12132026-07-23T19:16:49.090Z Downloaded moka v0.12.13
12142026-07-23T19:16:49.096Z Downloaded zerotrie v0.2.3
12152026-07-23T19:16:49.100Z Downloaded p384 v0.13.1
12162026-07-23T19:16:49.100Z Downloaded zip v0.6.6
12172026-07-23T19:16:49.108Z Downloaded regex v1.12.3
12182026-07-23T19:16:49.114Z Downloaded portable-atomic v1.13.1
12192026-07-23T19:16:49.125Z Downloaded quick-xml v0.37.5
12202026-07-23T19:16:49.131Z Downloaded crypto-bigint v0.7.5
12212026-07-23T19:16:49.136Z Downloaded tower v0.5.3
12222026-07-23T19:16:49.140Z Downloaded ssh-key v0.7.0-rc.10
12232026-07-23T19:16:49.145Z Downloaded rayon v1.11.0
12242026-07-23T19:16:49.154Z Downloaded lalrpop v0.19.12
12252026-07-23T19:16:49.158Z Downloaded zerocopy-derive v0.8.40
12262026-07-23T19:16:49.163Z Downloaded petname v2.0.2
12272026-07-23T19:16:49.169Z Downloaded salty v0.3.0
12282026-07-23T19:16:49.169Z Downloaded goblin v0.10.5
12292026-07-23T19:16:49.173Z Downloaded proptest v1.10.0
12302026-07-23T19:16:49.180Z Downloaded typed-path v0.9.3
12312026-07-23T19:16:49.183Z Downloaded x509-cert v0.2.5
12322026-07-23T19:16:49.187Z Downloaded unicode-segmentation v1.12.0
12332026-07-23T19:16:49.187Z Downloaded unicode-normalization v0.1.25
12342026-07-23T19:16:49.190Z Downloaded tokio-util v0.7.18
12352026-07-23T19:16:49.195Z Downloaded tower-http v0.6.8
12362026-07-23T19:16:49.198Z Downloaded tough v0.22.0
12372026-07-23T19:16:49.219Z Downloaded zerovec v0.11.5
12382026-07-23T19:16:49.226Z Downloaded nix v0.27.1
12392026-07-23T19:16:49.240Z Downloaded zip v4.6.1
12402026-07-23T19:16:49.245Z Downloaded quinn-proto v0.11.13
12412026-07-23T19:16:49.245Z Downloaded object v0.30.4
12422026-07-23T19:16:49.245Z Downloaded russh v0.61.2
12432026-07-23T19:16:49.256Z Downloaded winnow v0.6.26
12442026-07-23T19:16:49.264Z Downloaded curve25519-dalek v5.0.0-rc.0
12452026-07-23T19:16:49.268Z Downloaded serde_with v3.21.0
12462026-07-23T19:16:49.276Z Downloaded polar-core v0.27.3
12472026-07-23T19:16:49.280Z Downloaded winnow v0.5.40
12482026-07-23T19:16:49.287Z Downloaded radix_trie v0.2.1
12492026-07-23T19:16:49.293Z Downloaded openssl v0.10.79
12502026-07-23T19:16:49.311Z Downloaded tabled v0.20.0
12512026-07-23T19:16:49.340Z Downloaded winnow v1.0.3
12522026-07-23T19:16:49.347Z Downloaded nix v0.31.2
12532026-07-23T19:16:49.347Z Downloaded time v0.3.47
12542026-07-23T19:16:49.348Z Downloaded hickory-proto v0.24.4
12552026-07-23T19:16:49.348Z Downloaded object v0.37.3
12562026-07-23T19:16:49.363Z Downloaded zlib-rs v0.6.2
12572026-07-23T19:16:49.369Z Downloaded vcpkg v0.2.15
12582026-07-23T19:16:49.379Z Downloaded regex-syntax v0.6.29
12592026-07-23T19:16:49.385Z Downloaded hickory-proto v0.25.2
12602026-07-23T19:16:49.392Z Downloaded smoltcp v0.11.0
12612026-07-23T19:16:49.398Z Downloaded regress v0.10.5
12622026-07-23T19:16:49.402Z Downloaded rustix v0.38.44
12632026-07-23T19:16:49.464Z Downloaded zerocopy v0.8.40
12642026-07-23T19:16:49.471Z Downloaded regex-syntax v0.8.10
12652026-07-23T19:16:49.471Z Downloaded openapiv3 v2.2.0
12662026-07-23T19:16:49.471Z Downloaded diesel v2.3.7
12672026-07-23T19:16:49.471Z Downloaded smoltcp v0.9.1
12682026-07-23T19:16:49.471Z Downloaded regress v0.11.1
12692026-07-23T19:16:49.471Z Downloaded bstr v1.12.1
12702026-07-23T19:16:49.471Z Downloaded rustls v0.23.41
12712026-07-23T19:16:49.471Z Downloaded nix v0.28.0
12722026-07-23T19:16:49.471Z Downloaded dropshot v0.17.1
12732026-07-23T19:16:49.497Z Downloaded sqlparser v0.61.0
12742026-07-23T19:16:49.509Z Downloaded typify-impl v0.6.2
12752026-07-23T19:16:49.528Z Downloaded tracing v0.1.44
12762026-07-23T19:16:49.537Z Downloaded fiat-crypto v0.3.0
12772026-07-23T19:16:49.545Z Downloaded sled v0.34.7
12782026-07-23T19:16:49.551Z Downloaded ratatui v0.29.0
12792026-07-23T19:16:49.563Z Downloaded sha3 v0.11.0
12802026-07-23T19:16:49.575Z Downloaded petgraph v0.6.5
12812026-07-23T19:16:49.581Z Downloaded bzip2-sys v0.1.13+1.0.8
12822026-07-23T19:16:49.586Z Downloaded jiff v0.2.21
12832026-07-23T19:16:49.596Z Downloaded zerocopy-derive v0.6.6
12842026-07-23T19:16:49.602Z Downloaded csv v1.4.0
12852026-07-23T19:16:49.613Z Downloaded petgraph v0.8.3
12862026-07-23T19:16:49.625Z Downloaded libz-sys v1.1.24
12872026-07-23T19:16:49.639Z Downloaded regex-automata v0.4.14
12882026-07-23T19:16:49.647Z Downloaded chrono-tz v0.10.4
12892026-07-23T19:16:49.654Z Downloaded tokio v1.52.1
12902026-07-23T19:16:49.699Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12912026-07-23T19:16:49.710Z Downloaded sha3 v0.10.8
12922026-07-23T19:16:49.724Z Downloaded libgit2-sys v0.18.3+1.9.2
12932026-07-23T19:16:49.793Z Downloaded encoding_rs v0.8.35
12942026-07-23T19:16:49.820Z Downloaded ring v0.17.14
12952026-07-23T19:16:50.349Z Downloaded aws-lc-sys v0.40.0
12962026-07-23T19:16:50.619Z Compiling libc v0.2.185
12972026-07-23T19:16:50.619Z Compiling serde_core v1.0.228
12982026-07-23T19:16:50.623Z Compiling serde v1.0.228
12992026-07-23T19:16:50.623Z Compiling log v0.4.29
13002026-07-23T19:16:50.623Z Compiling smallvec v1.15.1
13012026-07-23T19:16:50.623Z Compiling find-msvc-tools v0.1.9
13022026-07-23T19:16:50.623Z Compiling shlex v1.3.0
13032026-07-23T19:16:50.623Z Compiling subtle v2.6.1
13042026-07-23T19:16:50.759Z Compiling stable_deref_trait v1.2.1
13052026-07-23T19:16:50.808Z Compiling scopeguard v1.2.0
13062026-07-23T19:16:50.820Z Compiling typenum v1.20.1
13072026-07-23T19:16:50.831Z Compiling serde_json v1.0.150
13082026-07-23T19:16:50.868Z Compiling zerocopy v0.8.40
13092026-07-23T19:16:50.881Z Compiling portable-atomic v1.13.1
13102026-07-23T19:16:50.890Z Compiling syn v2.0.117
13112026-07-23T19:16:50.897Z Compiling pin-project-lite v0.2.17
13122026-07-23T19:16:50.958Z Compiling parking_lot_core v0.9.12
13132026-07-23T19:16:50.991Z Compiling lock_api v0.4.14
13142026-07-23T19:16:51.012Z Compiling pkg-config v0.3.32
13152026-07-23T19:16:51.025Z Compiling critical-section v1.2.0
13162026-07-23T19:16:51.025Z Compiling getrandom v0.4.1
13172026-07-23T19:16:51.052Z Compiling libm v0.2.16
13182026-07-23T19:16:51.059Z Compiling num-traits v0.2.19
13192026-07-23T19:16:51.092Z Compiling rand_core v0.10.0
13202026-07-23T19:16:51.150Z Compiling futures-core v0.3.32
13212026-07-23T19:16:51.164Z Compiling generic-array v0.14.7
13222026-07-23T19:16:51.185Z Compiling litemap v0.8.1
13232026-07-23T19:16:51.250Z Compiling const-oid v0.9.6
13242026-07-23T19:16:51.284Z Compiling writeable v0.6.2
13252026-07-23T19:16:51.292Z Compiling percent-encoding v2.3.2
13262026-07-23T19:16:51.327Z Compiling icu_normalizer_data v2.1.1
13272026-07-23T19:16:51.413Z Compiling icu_properties_data v2.1.2
13282026-07-23T19:16:51.448Z Compiling futures-sink v0.3.32
13292026-07-23T19:16:51.504Z Compiling slab v0.4.12
13302026-07-23T19:16:51.508Z Compiling futures-io v0.3.32
13312026-07-23T19:16:51.559Z Compiling futures-task v0.3.32
13322026-07-23T19:16:51.562Z Compiling futures-channel v0.3.32
13332026-07-23T19:16:51.573Z Compiling utf8_iter v1.0.4
13342026-07-23T19:16:51.577Z Compiling form_urlencoded v1.2.2
13352026-07-23T19:16:51.630Z Compiling getrandom v0.3.4
13362026-07-23T19:16:51.690Z Compiling rustversion v1.0.22
13372026-07-23T19:16:51.703Z Compiling dunce v1.0.5
13382026-07-23T19:16:51.734Z Compiling jobserver v0.1.34
13392026-07-23T19:16:51.756Z Compiling errno v0.3.14
13402026-07-23T19:16:51.764Z Compiling getrandom v0.2.17
13412026-07-23T19:16:51.808Z Compiling mio v1.2.0
13422026-07-23T19:16:51.820Z Compiling socket2 v0.6.3
13432026-07-23T19:16:51.820Z Compiling rustix v1.1.3
13442026-07-23T19:16:51.855Z Compiling fs_extra v1.3.0
13452026-07-23T19:16:51.912Z Compiling rand_core v0.6.4
13462026-07-23T19:16:52.020Z Compiling cc v1.2.56
13472026-07-23T19:16:52.058Z Compiling once_cell v1.21.3
13482026-07-23T19:16:52.085Z Compiling signal-hook-registry v1.4.8
13492026-07-23T19:16:52.094Z Compiling parking_lot v0.12.5
13502026-07-23T19:16:52.132Z Compiling ident_case v1.0.1
13512026-07-23T19:16:52.153Z Compiling iana-time-zone v0.1.65
13522026-07-23T19:16:52.165Z Compiling regex-syntax v0.8.10
13532026-07-23T19:16:52.228Z Compiling base64 v0.22.1
13542026-07-23T19:16:52.262Z Compiling vcpkg v0.2.15
13552026-07-23T19:16:52.278Z Compiling base64ct v1.8.3
13562026-07-23T19:16:52.308Z Compiling tracing-core v0.1.36
13572026-07-23T19:16:52.355Z Compiling flagset v0.4.7
13582026-07-23T19:16:52.369Z Compiling aws-lc-rs v1.16.3
13592026-07-23T19:16:52.474Z Compiling schemars v0.8.22
13602026-07-23T19:16:52.489Z Compiling httparse v1.10.1
13612026-07-23T19:16:52.505Z Compiling dyn-clone v1.0.20
13622026-07-23T19:16:52.561Z Compiling rand_core v0.9.5
13632026-07-23T19:16:52.589Z Compiling pem-rfc7468 v0.7.0
13642026-07-23T19:16:52.645Z Compiling openssl-probe v0.2.1
13652026-07-23T19:16:52.658Z Compiling tinyvec_macros v0.1.1
13662026-07-23T19:16:52.674Z Compiling cmov v0.5.4
13672026-07-23T19:16:52.709Z Compiling aho-corasick v1.1.4
13682026-07-23T19:16:52.741Z Compiling tinyvec v1.10.0
13692026-07-23T19:16:52.754Z Compiling cmake v0.1.57
13702026-07-23T19:16:52.806Z Compiling try-lock v0.2.5
13712026-07-23T19:16:52.838Z Compiling tower-service v0.3.3
13722026-07-23T19:16:52.854Z Compiling ctutils v0.4.2
13732026-07-23T19:16:52.887Z Compiling atomic-waker v1.1.2
13742026-07-23T19:16:52.911Z Compiling bitflags v2.11.0
13752026-07-23T19:16:52.928Z Compiling semver v1.0.28
13762026-07-23T19:16:52.934Z Compiling indexmap v2.14.0
13772026-07-23T19:16:52.959Z Compiling uuid v1.23.4
13782026-07-23T19:16:52.965Z Compiling tower-layer v0.3.3
13792026-07-23T19:16:53.013Z Compiling untrusted v0.7.1
13802026-07-23T19:16:53.135Z Compiling want v0.3.1
13812026-07-23T19:16:53.142Z Compiling rustls v0.23.41
13822026-07-23T19:16:53.146Z Compiling rustc_version v0.4.1
13832026-07-23T19:16:53.163Z Compiling untrusted v0.9.0
13842026-07-23T19:16:53.178Z Compiling httpdate v1.0.3
13852026-07-23T19:16:53.187Z Compiling openssl v0.10.79
13862026-07-23T19:16:53.255Z Compiling foreign-types-shared v0.1.1
13872026-07-23T19:16:53.272Z Compiling cpufeatures v0.2.17
13882026-07-23T19:16:53.298Z Compiling unicode-normalization v0.1.25
13892026-07-23T19:16:53.342Z Compiling foreign-types v0.3.2
13902026-07-23T19:16:53.360Z Compiling spin v0.9.8
13912026-07-23T19:16:53.372Z Compiling time-core v0.1.8
13922026-07-23T19:16:53.372Z Compiling native-tls v0.2.18
13932026-07-23T19:16:53.422Z Compiling num-conv v0.2.0
13942026-07-23T19:16:53.436Z Compiling crc32fast v1.5.0
13952026-07-23T19:16:53.455Z Compiling powerfmt v0.2.0
13962026-07-23T19:16:53.483Z Compiling wait-timeout v0.2.1
13972026-07-23T19:16:53.510Z Compiling sync_wrapper v1.0.2
13982026-07-23T19:16:53.568Z Compiling time-macros v0.2.27
13992026-07-23T19:16:53.593Z Compiling aws-lc-sys v0.40.0
14002026-07-23T19:16:53.610Z Compiling openssl-sys v0.9.115
14012026-07-23T19:16:53.613Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14022026-07-23T19:16:53.638Z Compiling regex-automata v0.4.14
14032026-07-23T19:16:53.644Z Compiling deranged v0.5.8
14042026-07-23T19:16:53.680Z Compiling bit-vec v0.8.0
14052026-07-23T19:16:53.707Z Compiling synstructure v0.13.2
14062026-07-23T19:16:53.752Z Compiling serde_derive_internals v0.29.1
14072026-07-23T19:16:53.770Z Compiling pest_generator v2.8.6
14082026-07-23T19:16:53.787Z Compiling darling_core v0.20.11
14092026-07-23T19:16:54.007Z Compiling quick-error v1.2.3
14102026-07-23T19:16:54.056Z Compiling tempfile v3.25.0
14112026-07-23T19:16:54.129Z Compiling crossbeam-utils v0.8.21
14122026-07-23T19:16:54.307Z Compiling usdt-impl v0.6.0
14132026-07-23T19:16:54.368Z Compiling simd-adler32 v0.3.8
14142026-07-23T19:16:54.509Z Compiling num_threads v0.1.7
14152026-07-23T19:16:54.515Z Compiling syn v1.0.109
14162026-07-23T19:16:54.538Z Compiling siphasher v1.0.2
14172026-07-23T19:16:54.592Z Compiling rusty-fork v0.3.1
14182026-07-23T19:16:54.638Z Compiling bit-set v0.8.0
14192026-07-23T19:16:54.651Z Compiling darling_core v0.23.0
14202026-07-23T19:16:54.667Z Compiling bzip2-sys v0.1.13+1.0.8
14212026-07-23T19:16:54.733Z Compiling heapless v0.7.17
14222026-07-23T19:16:54.747Z Compiling slog v2.8.2
14232026-07-23T19:16:54.752Z Compiling rand_xorshift v0.4.0
14242026-07-23T19:16:54.783Z Compiling time v0.3.47
14252026-07-23T19:16:54.809Z Compiling thread-id v5.1.0
14262026-07-23T19:16:54.823Z Compiling cookie v0.18.1
14272026-07-23T19:16:54.846Z Compiling zstd-safe v7.2.4
14282026-07-23T19:16:54.905Z Compiling adler2 v2.0.1
14292026-07-23T19:16:54.945Z Compiling allocator-api2 v0.2.21
14302026-07-23T19:16:54.985Z Compiling ryu v1.0.23
14312026-07-23T19:16:54.985Z Compiling anyhow v1.0.102
14322026-07-23T19:16:55.000Z Compiling iri-string v0.7.10
14332026-07-23T19:16:55.027Z Compiling signal-hook v0.3.18
14342026-07-23T19:16:55.045Z Compiling unicode-bidi v0.3.18
14352026-07-23T19:16:55.078Z Compiling paste v1.0.15
14362026-07-23T19:16:55.078Z Compiling unarray v0.1.4
14372026-07-23T19:16:55.171Z Compiling unicode-properties v0.1.4
14382026-07-23T19:16:55.218Z Compiling miniz_oxide v0.8.9
14392026-07-23T19:16:55.337Z Compiling camino v1.2.2
14402026-07-23T19:16:55.461Z Compiling stringprep v0.1.5
14412026-07-23T19:16:55.487Z Compiling serde_derive v1.0.228
14422026-07-23T19:16:55.585Z Compiling zeroize_derive v1.4.3
14432026-07-23T19:16:55.609Z Compiling zerofrom-derive v0.1.6
14442026-07-23T19:16:55.738Z Compiling yoke-derive v0.8.1
14452026-07-23T19:16:55.830Z Compiling zerovec-derive v0.11.2
14462026-07-23T19:16:55.866Z Compiling zerocopy-derive v0.8.40
14472026-07-23T19:16:55.933Z Compiling displaydoc v0.2.5
14482026-07-23T19:16:56.023Z Compiling tokio-macros v2.7.0
14492026-07-23T19:16:56.255Z Compiling futures-macro v0.3.32
14502026-07-23T19:16:56.282Z Compiling zeroize v1.8.2
14512026-07-23T19:16:56.505Z Compiling thiserror-impl v2.0.18
14522026-07-23T19:16:56.587Z Compiling der_derive v0.7.3
14532026-07-23T19:16:56.734Z Compiling tracing-attributes v0.1.31
14542026-07-23T19:16:56.827Z Compiling rustls-pki-types v1.14.0
14552026-07-23T19:16:56.962Z Compiling schemars_derive v0.8.22
14562026-07-23T19:16:57.021Z Compiling block-buffer v0.10.4
14572026-07-23T19:16:57.039Z Compiling crypto-common v0.1.7
14582026-07-23T19:16:57.085Z Compiling zerofrom v0.1.6
14592026-07-23T19:16:57.181Z Compiling futures-util v0.3.32
14602026-07-23T19:16:57.260Z Compiling yoke v0.8.1
14612026-07-23T19:16:57.267Z Compiling digest v0.10.7
14622026-07-23T19:16:57.267Z Compiling hybrid-array v0.4.13
14632026-07-23T19:16:57.267Z Compiling pest_derive v2.8.6
14642026-07-23T19:16:57.302Z Compiling scroll_derive v0.13.1
14652026-07-23T19:16:57.405Z Compiling zerovec v0.11.5
14662026-07-23T19:16:57.485Z Compiling zerotrie v0.2.3
14672026-07-23T19:16:57.615Z Compiling der v0.7.10
14682026-07-23T19:16:57.763Z Compiling darling_macro v0.20.11
14692026-07-23T19:16:57.829Z Compiling openssl-macros v0.1.1
14702026-07-23T19:16:57.935Z Compiling tinystr v0.8.2
14712026-07-23T19:16:57.946Z Compiling potential_utf v0.1.4
14722026-07-23T19:16:57.950Z Compiling thiserror v2.0.18
14732026-07-23T19:16:58.038Z Compiling sha2 v0.10.9
14742026-07-23T19:16:58.089Z Compiling hmac v0.12.1
14752026-07-23T19:16:58.137Z Compiling icu_locale_core v2.1.1
14762026-07-23T19:16:58.170Z Compiling icu_collections v2.1.1
14772026-07-23T19:16:58.188Z Compiling tracing v0.1.44
14782026-07-23T19:16:58.196Z Compiling scroll v0.13.0
14792026-07-23T19:16:58.261Z Compiling dtrace-parser v0.3.0
14802026-07-23T19:16:58.308Z Compiling darling v0.20.11
14812026-07-23T19:16:58.320Z Compiling thiserror-impl v1.0.69
14822026-07-23T19:16:58.401Z Compiling derive_builder_core v0.20.2
14832026-07-23T19:16:58.465Z Compiling spki v0.7.3
14842026-07-23T19:16:58.486Z Compiling goblin v0.10.5
14852026-07-23T19:16:58.656Z Compiling pkcs8 v0.10.2
14862026-07-23T19:16:58.686Z Compiling scroll_derive v0.12.1
14872026-07-23T19:16:58.845Z Compiling icu_provider v2.1.1
14882026-07-23T19:16:58.943Z Compiling block-buffer v0.12.1
14892026-07-23T19:16:59.034Z Compiling bytes v1.11.1
14902026-07-23T19:16:59.049Z Compiling chrono v0.4.45
14912026-07-23T19:16:59.065Z Compiling ipnet v2.11.0
14922026-07-23T19:16:59.151Z Compiling icu_properties v2.1.2
14932026-07-23T19:16:59.164Z Compiling icu_normalizer v2.1.1
14942026-07-23T19:16:59.207Z Compiling erased-serde v0.3.31
14952026-07-23T19:16:59.289Z Compiling derive_builder_macro v0.20.2
14962026-07-23T19:16:59.463Z Compiling scroll v0.12.0
14972026-07-23T19:16:59.469Z Compiling hex v0.4.3
14982026-07-23T19:16:59.562Z Compiling toml_datetime v0.6.11
14992026-07-23T19:16:59.598Z Compiling tokio v1.52.1
15002026-07-23T19:16:59.697Z Compiling http v1.4.2
15012026-07-23T19:16:59.742Z Compiling thiserror v1.0.69
15022026-07-23T19:16:59.757Z Compiling serde_tokenstream v0.2.3
15032026-07-23T19:16:59.757Z Compiling serde_spanned v0.6.9
15042026-07-23T19:16:59.762Z Compiling serde_urlencoded v0.7.1
15052026-07-23T19:16:59.804Z Compiling crypto-common v0.2.2
15062026-07-23T19:16:59.823Z Compiling block-padding v0.4.2
15072026-07-23T19:16:59.851Z Compiling md-5 v0.10.6
15082026-07-23T19:16:59.866Z Compiling signature v2.2.0
15092026-07-23T19:16:59.918Z Compiling darling_macro v0.23.0
15102026-07-23T19:17:00.003Z Compiling rustls-native-certs v0.8.3
15112026-07-23T19:17:00.033Z Compiling bstr v1.12.1
15122026-07-23T19:17:00.057Z Compiling pin-project-internal v1.1.11
15132026-07-23T19:17:00.070Z Compiling zerocopy-derive v0.7.35
15142026-07-23T19:17:00.107Z Compiling idna_adapter v1.2.1
15152026-07-23T19:17:00.266Z Compiling idna v1.1.0
15162026-07-23T19:17:00.311Z Compiling ppv-lite86 v0.2.21
15172026-07-23T19:17:00.332Z Compiling async-trait v0.1.89
15182026-07-23T19:17:00.470Z Compiling http-body v1.0.1
15192026-07-23T19:17:00.531Z Compiling curve25519-dalek v4.1.3
15202026-07-23T19:17:00.534Z Compiling num-integer v0.1.46
15212026-07-23T19:17:00.651Z Compiling url v2.5.8
15222026-07-23T19:17:00.666Z Compiling rand_chacha v0.9.0
15232026-07-23T19:17:00.666Z Compiling http-body-util v0.1.3
15242026-07-23T19:17:00.883Z Compiling rand_chacha v0.3.1
15252026-07-23T19:17:00.907Z Compiling rand v0.9.2
15262026-07-23T19:17:00.932Z Compiling vergen-lib v9.1.0
15272026-07-23T19:17:00.948Z Compiling hash32 v0.2.1
15282026-07-23T19:17:00.982Z Compiling memoffset v0.9.1
15292026-07-23T19:17:01.031Z Compiling encoding_rs v0.8.35
15302026-07-23T19:17:01.169Z Compiling zlib-rs v0.6.2
15312026-07-23T19:17:01.207Z Compiling rustix v0.38.44
15322026-07-23T19:17:01.224Z Compiling num-bigint-dig v0.8.6
15332026-07-23T19:17:01.360Z Compiling dof v0.4.0
15342026-07-23T19:17:01.418Z Compiling litrs v1.0.0
15352026-07-23T19:17:01.425Z Compiling smoltcp v0.9.1
15362026-07-23T19:17:01.455Z Compiling psl-types v2.0.11
15372026-07-23T19:17:01.478Z Compiling proptest v1.10.0
15382026-07-23T19:17:01.560Z Compiling fallible-iterator v0.2.0
15392026-07-23T19:17:01.577Z Compiling ref-cast v1.0.25
15402026-07-23T19:17:01.592Z Compiling cfg_aliases v0.2.1
15412026-07-23T19:17:01.679Z Compiling mime v0.3.17
15422026-07-23T19:17:01.703Z Compiling nix v0.31.2
15432026-07-23T19:17:01.815Z Compiling publicsuffix v2.3.0
15442026-07-23T19:17:01.850Z Compiling postgres-protocol v0.6.10
15452026-07-23T19:17:01.928Z Compiling document-features v0.2.12
15462026-07-23T19:17:01.955Z Compiling ipnetwork v0.21.1
15472026-07-23T19:17:01.996Z Compiling pin-project v1.1.11
15482026-07-23T19:17:02.045Z Compiling rand v0.8.6
15492026-07-23T19:17:02.122Z Compiling zerocopy v0.7.35
15502026-07-23T19:17:02.222Z Compiling oxnet v0.1.6
15512026-07-23T19:17:02.377Z Compiling num-iter v0.1.45
15522026-07-23T19:17:02.419Z Compiling darling v0.23.0
15532026-07-23T19:17:02.497Z Compiling inout v0.2.2
15542026-07-23T19:17:02.499Z Compiling derive_builder v0.20.2
15552026-07-23T19:17:02.528Z Compiling goblin v0.8.2
15562026-07-23T19:17:02.558Z Compiling futures-executor v0.3.32
15572026-07-23T19:17:02.571Z Compiling hubpack_derive v0.1.1
15582026-07-23T19:17:02.703Z Compiling regex v1.12.3
15592026-07-23T19:17:02.716Z Compiling strum_macros v0.27.2
15602026-07-23T19:17:02.723Z Compiling curve25519-dalek-derive v0.1.1
15612026-07-23T19:17:02.764Z Compiling snafu-derive v0.8.9
15622026-07-23T19:17:02.792Z Compiling ref-cast-impl v1.0.25
15632026-07-23T19:17:02.832Z Compiling daft-derive v0.1.7
15642026-07-23T19:17:03.056Z Compiling phf_shared v0.13.1
15652026-07-23T19:17:03.071Z Compiling terminal_size v0.4.3
15662026-07-23T19:17:03.114Z Compiling lazy_static v1.5.0
15672026-07-23T19:17:03.133Z Compiling anstyle-parse v0.2.7
15682026-07-23T19:17:03.226Z Compiling cargo-platform v0.3.2
15692026-07-23T19:17:03.238Z Compiling vergen v9.1.0
15702026-07-23T19:17:03.257Z Compiling ff v0.13.1
15712026-07-23T19:17:03.311Z Compiling fs-err v3.3.0
15722026-07-23T19:17:03.326Z Compiling ahash v0.8.12
15732026-07-23T19:17:03.389Z Compiling tokio-util v0.7.18
15742026-07-23T19:17:03.414Z Compiling tower v0.5.3
15752026-07-23T19:17:03.429Z Compiling tokio-native-tls v0.3.1
15762026-07-23T19:17:03.449Z Compiling managed v0.8.0
15772026-07-23T19:17:03.463Z Compiling unicode-segmentation v1.12.0
15782026-07-23T19:17:03.514Z Compiling winnow v0.5.40
15792026-07-23T19:17:03.545Z Compiling libbz2-rs-sys v0.2.2
15802026-07-23T19:17:03.587Z Compiling bitflags v1.3.2
15812026-07-23T19:17:03.612Z Compiling foldhash v0.2.0
15822026-07-23T19:17:03.626Z Compiling bumpalo v3.20.2
15832026-07-23T19:17:03.674Z Compiling foldhash v0.1.5
15842026-07-23T19:17:03.689Z Compiling same-file v1.0.6
15852026-07-23T19:17:03.855Z Compiling tower-http v0.6.8
15862026-07-23T19:17:03.872Z Compiling newtype-uuid v1.3.2
15872026-07-23T19:17:03.880Z Compiling object v0.37.3
15882026-07-23T19:17:03.880Z Compiling base16ct v0.2.0
15892026-07-23T19:17:03.909Z Compiling zopfli v0.8.3
15902026-07-23T19:17:03.922Z Compiling hashbrown v0.15.5
15912026-07-23T19:17:04.057Z Compiling sec1 v0.7.3
15922026-07-23T19:17:04.201Z Compiling h2 v0.4.15
15932026-07-23T19:17:04.243Z Compiling flate2 v1.1.9
15942026-07-23T19:17:04.278Z Compiling daft v0.1.7
15952026-07-23T19:17:04.326Z Compiling bzip2 v0.6.1
15962026-07-23T19:17:04.393Z Compiling walkdir v2.5.0
15972026-07-23T19:17:04.482Z Compiling hashbrown v0.16.1
15982026-07-23T19:17:04.604Z Compiling clap_builder v4.6.0
15992026-07-23T19:17:04.653Z Compiling cargo_metadata v0.23.1
16002026-07-23T19:17:04.701Z Compiling group v0.13.0
16012026-07-23T19:17:04.730Z Compiling anstream v0.6.21
16022026-07-23T19:17:04.764Z Compiling snafu v0.8.9
16032026-07-23T19:17:04.813Z Compiling strum v0.27.2
16042026-07-23T19:17:04.831Z Compiling dof v0.3.0
16052026-07-23T19:17:04.903Z Compiling toml_edit v0.19.15
16062026-07-23T19:17:04.914Z Compiling phf v0.13.1
16072026-07-23T19:17:05.081Z Compiling signal-hook-mio v0.2.5
16082026-07-23T19:17:05.092Z Compiling hubpack v0.1.2
16092026-07-23T19:17:05.134Z Compiling cookie_store v0.22.1
16102026-07-23T19:17:05.196Z Compiling usdt-macro v0.6.0
16112026-07-23T19:17:05.323Z Compiling usdt-attr-macro v0.6.0
16122026-07-23T19:17:05.354Z Compiling bzip2 v0.4.4
16132026-07-23T19:17:05.392Z Compiling futures v0.3.32
16142026-07-23T19:17:05.506Z Compiling cipher v0.5.2
16152026-07-23T19:17:05.521Z Compiling serde_with_macros v3.21.0
16162026-07-23T19:17:05.541Z Compiling postgres-types v0.2.12
16172026-07-23T19:17:05.610Z Compiling zstd v0.13.3
16182026-07-23T19:17:05.887Z Compiling globset v0.4.18
16192026-07-23T19:17:05.903Z Compiling ed25519 v2.2.3
16202026-07-23T19:17:06.011Z Compiling dtrace-parser v0.2.0
16212026-07-23T19:17:06.058Z Compiling serde_plain v1.0.2
16222026-07-23T19:17:06.072Z Compiling olpc-cjson v0.1.4
16232026-07-23T19:17:06.130Z Compiling serde-big-array v0.5.1
16242026-07-23T19:17:06.187Z Compiling pkcs1 v0.7.5
16252026-07-23T19:17:06.255Z Compiling hkdf v0.12.4
16262026-07-23T19:17:06.276Z Compiling crypto-bigint v0.5.5
16272026-07-23T19:17:06.292Z Compiling async-recursion v1.1.1
16282026-07-23T19:17:06.446Z Compiling enum-as-inner v0.6.1
16292026-07-23T19:17:06.605Z Compiling serde_repr v0.1.20
16302026-07-23T19:17:06.619Z Compiling clap_derive v4.6.1
16312026-07-23T19:17:06.679Z Compiling strum_macros v0.26.4
16322026-07-23T19:17:06.817Z Compiling phf_shared v0.11.3
16332026-07-23T19:17:06.875Z Compiling float-cmp v0.10.0
16342026-07-23T19:17:06.958Z Compiling pem v3.0.6
16352026-07-23T19:17:06.976Z Compiling memmap2 v0.9.10
16362026-07-23T19:17:06.997Z Compiling thread-id v4.2.2
16372026-07-23T19:17:07.027Z Compiling env_filter v1.0.0
16382026-07-23T19:17:07.046Z Compiling data-encoding v2.10.0
16392026-07-23T19:17:07.103Z Compiling jiff v0.2.21
16402026-07-23T19:17:07.188Z Compiling either v1.15.0
16412026-07-23T19:17:07.206Z Compiling fixedbitset v0.4.2
16422026-07-23T19:17:07.303Z Compiling keccak v0.1.6
16432026-07-23T19:17:07.333Z Compiling static_assertions v1.1.0
16442026-07-23T19:17:07.406Z Compiling whoami v2.1.0
16452026-07-23T19:17:07.423Z Compiling hyper v1.10.1
16462026-07-23T19:17:07.448Z Compiling fixedbitset v0.5.7
16472026-07-23T19:17:07.603Z Compiling predicates-core v1.0.10
16482026-07-23T19:17:07.703Z Compiling cpufeatures v0.3.0
16492026-07-23T19:17:07.731Z Compiling normalize-line-endings v0.3.0
16502026-07-23T19:17:07.765Z Compiling typed-path v0.9.3
16512026-07-23T19:17:07.779Z Compiling winnow v1.0.3
16522026-07-23T19:17:07.792Z Compiling precomputed-hash v0.1.1
16532026-07-23T19:17:07.808Z Compiling new_debug_unreachable v1.0.6
16542026-07-23T19:17:07.827Z Compiling difflib v0.4.0
16552026-07-23T19:17:07.850Z Compiling const-oid v0.10.2
16562026-07-23T19:17:07.905Z Compiling string_cache v0.8.9
16572026-07-23T19:17:07.921Z Compiling chacha20 v0.10.0
16582026-07-23T19:17:08.098Z Compiling predicates v3.1.4
16592026-07-23T19:17:08.112Z Compiling toml_parser v1.1.2+spec-1.1.0
16602026-07-23T19:17:08.143Z Compiling digest v0.11.3
16612026-07-23T19:17:08.218Z Compiling petgraph v0.8.3
16622026-07-23T19:17:08.297Z Compiling tokio-postgres v0.7.16
16632026-07-23T19:17:08.403Z Compiling sha3 v0.10.8
16642026-07-23T19:17:08.422Z Compiling toml_edit v0.22.27
16652026-07-23T19:17:08.440Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16662026-07-23T19:17:08.501Z Compiling clap v4.6.1
16672026-07-23T19:17:08.522Z Compiling itertools v0.13.0
16682026-07-23T19:17:08.537Z Compiling strum v0.26.3
16692026-07-23T19:17:08.597Z Compiling hyper-util v0.1.20
16702026-07-23T19:17:08.688Z Compiling petgraph v0.6.5
16712026-07-23T19:17:08.721Z Compiling hickory-proto v0.25.2
16722026-07-23T19:17:08.749Z Compiling elliptic-curve v0.13.8
16732026-07-23T19:17:08.862Z Compiling env_logger v0.11.9
16742026-07-23T19:17:09.002Z Compiling usdt v0.6.0
16752026-07-23T19:17:09.100Z Compiling usdt-impl v0.5.0
16762026-07-23T19:17:09.171Z Compiling crossterm v0.28.1
16772026-07-23T19:17:09.231Z Compiling serde_with v3.21.0
16782026-07-23T19:17:09.286Z Compiling rsa v0.9.10
16792026-07-23T19:17:09.744Z Compiling zip v4.6.1
16802026-07-23T19:17:09.804Z Compiling toml v0.7.8
16812026-07-23T19:17:13.882Z Compiling hyper-tls v0.6.0
16822026-07-23T19:17:14.038Z Compiling ed25519-dalek v2.2.0
16832026-07-23T19:17:14.038Z Compiling reqwest v0.12.28
16842026-07-23T19:17:14.038Z Compiling zip v0.6.6
16852026-07-23T19:17:14.038Z Compiling iddqd v0.4.2
16862026-07-23T19:17:14.038Z Compiling tokio-stream v0.1.18
16872026-07-23T19:17:14.038Z Compiling similar v2.7.0
16882026-07-23T19:17:14.038Z Compiling heck v0.4.1
16892026-07-23T19:17:14.038Z Compiling buf-list v1.1.2
16902026-07-23T19:17:14.038Z Compiling byte-wrapper v0.1.0
16912026-07-23T19:17:14.038Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16922026-07-23T19:17:14.038Z Compiling openapiv3 v2.2.0
16932026-07-23T19:17:14.038Z Compiling x509-cert v0.2.5
16942026-07-23T19:17:14.038Z Compiling crossbeam-epoch v0.9.18
16952026-07-23T19:17:14.038Z Compiling lalrpop-util v0.19.12
16962026-07-23T19:17:14.038Z Compiling peg-runtime v0.8.5
16972026-07-23T19:17:14.038Z Compiling thread_local v1.1.9
16982026-07-23T19:17:14.039Z Compiling slog-async v2.8.0
16992026-07-23T19:17:14.039Z Compiling crossbeam-channel v0.5.15
17002026-07-23T19:17:14.039Z Compiling is-terminal v0.4.17
17012026-07-23T19:17:14.039Z Compiling filetime v0.2.27
17022026-07-23T19:17:14.039Z Compiling term v1.2.1
17032026-07-23T19:17:14.039Z Compiling xattr v1.6.1
17042026-07-23T19:17:14.039Z Compiling take_mut v0.2.2
17052026-07-23T19:17:14.039Z Compiling camino-tempfile v1.4.1
17062026-07-23T19:17:14.039Z Compiling tar v0.4.46
17072026-07-23T19:17:14.039Z Compiling slog-term v2.9.2
17082026-07-23T19:17:29.729Z Compiling rustls-webpki v0.103.13
17092026-07-23T19:17:32.425Z Compiling tokio-rustls v0.26.4
17102026-07-23T19:17:32.425Z Compiling rustls-platform-verifier v0.6.2
17112026-07-23T19:17:32.425Z Compiling tough v0.22.0
17122026-07-23T19:17:32.638Z Compiling hyper-rustls v0.27.7
17132026-07-23T19:17:32.828Z Compiling reqwest v0.13.2
17142026-07-23T19:17:34.961Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17152026-07-23T19:17:35.204Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17162026-07-23T19:17:38.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.85s
17172026-07-23T19:17:38.210Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17182026-07-23T19:17:38.267ZJul 23 19:17:37.941 INFO Starting download, target: DendriteStub
17192026-07-23T19:17:38.267ZJul 23 19:17:37.942 INFO Starting download, target: Clickhouse
17202026-07-23T19:17:38.268ZJul 23 19:17:37.942 INFO Starting download, target: Cockroach
17212026-07-23T19:17:38.268ZJul 23 19:17:37.942 INFO Starting download, target: Console
17222026-07-23T19:17:38.273ZJul 23 19:17:37.942 INFO Starting download, target: MaghemiteMgd
17232026-07-23T19:17:38.273ZJul 23 19:17:37.942 INFO Starting download, target: MaghemiteDdmd
17242026-07-23T19:17:38.273ZJul 23 19:17:37.942 INFO Starting download, target: TransceiverControl
17252026-07-23T19:17:38.273ZJul 23 19:17:37.942 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17262026-07-23T19:17:38.274ZJul 23 19:17:37.942 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17272026-07-23T19:17:38.274ZJul 23 19:17:37.942 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17282026-07-23T19:17:38.274ZJul 23 19:17:37.942 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17292026-07-23T19:17:38.274ZJul 23 19:17:37.942 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17302026-07-23T19:17:38.274ZJul 23 19:17:37.943 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17312026-07-23T19:17:38.274ZJul 23 19:17:37.943 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17322026-07-23T19:17:40.150ZJul 23 19:17:39.823 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17332026-07-23T19:17:40.397ZJul 23 19:17:40.071 INFO Download complete, target: Console
17342026-07-23T19:17:41.300ZJul 23 19:17:40.974 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17352026-07-23T19:17:44.349ZJul 23 19:17:43.959 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17362026-07-23T19:17:44.534ZJul 23 19:17:44.174 INFO Download complete, target: TransceiverControl
17372026-07-23T19:17:46.665ZJul 23 19:17:46.325 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17382026-07-23T19:17:47.066ZJul 23 19:17:46.729 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17392026-07-23T19:17:47.567ZJul 23 19:17:47.241 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17402026-07-23T19:17:47.980ZJul 23 19:17:47.655 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17412026-07-23T19:17:47.980ZJul 23 19:17:47.655 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17422026-07-23T19:17:48.127ZJul 23 19:17:47.802 INFO Checking that binary works, target: Clickhouse
17432026-07-23T19:17:48.223ZJul 23 19:17:47.898 INFO Download complete, target: Clickhouse
17442026-07-23T19:17:48.591ZJul 23 19:17:48.266 INFO Download complete, target: MaghemiteDdmd
17452026-07-23T19:17:49.633ZJul 23 19:17:49.308 INFO Download complete, target: DendriteStub
17462026-07-23T19:17:50.200ZJul 23 19:17:49.875 INFO Download complete, target: MaghemiteMgd
17472026-07-23T19:17:52.619ZJul 23 19:17:52.286 INFO Checking that binary works, target: Cockroach
17482026-07-23T19:17:52.741ZJul 23 19:17:52.408 INFO Download complete, target: Cockroach
17492026-07-23T19:17:52.749ZAll prerequisites installed successfully
17502026-07-23T19:17:52.750Z
17512026-07-23T19:17:52.750Zreal 1:51.267420526
17522026-07-23T19:17:52.750Zuser 6:38.341860909
17532026-07-23T19:17:52.750Zsys 1:38.256001042
17542026-07-23T19:17:52.750Ztrap 0.243159671
17552026-07-23T19:17:52.750Ztflt 0.744425146
17562026-07-23T19:17:52.750Zdflt 1.527837221
17572026-07-23T19:17:52.750Zkflt 0.021599012
17582026-07-23T19:17:52.750Zlock 25:20.585776478
17592026-07-23T19:17:52.750Zslp 18:12.957300273
17602026-07-23T19:17:52.751Zlat 23.957239840
17612026-07-23T19:17:52.751Zstop 2:47.077893007
17622026-07-23T19:17:52.751Z+ ptime -m cargo xtask download softnpu
17632026-07-23T19:17:53.200Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17642026-07-23T19:17:53.215Z Running `target/debug/xtask download softnpu`
17652026-07-23T19:17:53.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
17662026-07-23T19:17:54.015Z Running `target/debug/xtask-downloader softnpu`
17672026-07-23T19:17:54.055ZJul 23 19:17:53.725 INFO Starting download, target: Softnpu
17682026-07-23T19:17:54.067ZJul 23 19:17:53.725 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17692026-07-23T19:17:54.669ZJul 23 19:17:54.344 INFO Download complete, target: Softnpu
17702026-07-23T19:17:54.673Z
17712026-07-23T19:17:54.673Zreal 1.926872051
17722026-07-23T19:17:54.673Zuser 1.282365121
17732026-07-23T19:17:54.674Zsys 0.604122458
17742026-07-23T19:17:54.674Ztrap 0.000665550
17752026-07-23T19:17:54.674Ztflt 0.000065400
17762026-07-23T19:17:54.674Zdflt 0.000271650
17772026-07-23T19:17:54.674Zkflt 0.000000000
17782026-07-23T19:17:54.674Zlock 11.322184671
17792026-07-23T19:17:54.674Zslp 0.483322510
17802026-07-23T19:17:54.674Zlat 0.090495794
17812026-07-23T19:17:54.675Zstop 0.000183660
17822026-07-23T19:17:54.679Z+ export CARGO_INCREMENTAL=0
17832026-07-23T19:17:54.679Z+ CARGO_INCREMENTAL=0
17842026-07-23T19:17:54.679Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17852026-07-23T19:17:55.540Z Compiling proc-macro2 v1.0.106
17862026-07-23T19:17:55.540Z Compiling quote v1.0.45
17872026-07-23T19:17:55.540Z Compiling unicode-ident v1.0.24
17882026-07-23T19:17:55.544Z Compiling libc v0.2.185
17892026-07-23T19:17:55.544Z Compiling serde_core v1.0.228
17902026-07-23T19:17:55.544Z Compiling serde v1.0.228
17912026-07-23T19:17:55.544Z Compiling cfg-if v1.0.4
17922026-07-23T19:17:55.544Z Compiling version_check v0.9.5
17932026-07-23T19:17:55.544Z Compiling shlex v1.3.0
17942026-07-23T19:17:55.544Z Compiling find-msvc-tools v0.1.9
17952026-07-23T19:17:55.544Z Compiling memchr v2.8.0
17962026-07-23T19:17:55.544Z Compiling zmij v1.0.21
17972026-07-23T19:17:55.544Z Compiling serde_json v1.0.150
17982026-07-23T19:17:55.544Z Compiling autocfg v1.5.0
17992026-07-23T19:17:55.849Z Compiling portable-atomic v1.13.1
18002026-07-23T19:17:55.877Z Compiling getrandom v0.4.1
18012026-07-23T19:17:55.923Z Compiling zerocopy v0.8.40
18022026-07-23T19:17:55.940Z Compiling libm v0.2.16
18032026-07-23T19:17:55.940Z Compiling parking_lot_core v0.9.12
18042026-07-23T19:17:55.969Z Compiling icu_properties_data v2.1.2
18052026-07-23T19:17:56.074Z Compiling icu_normalizer_data v2.1.1
18062026-07-23T19:17:56.136Z Compiling num-traits v0.2.19
18072026-07-23T19:17:56.221Z Compiling smallvec v1.15.1
18082026-07-23T19:17:56.237Z Compiling generic-array v0.14.7
18092026-07-23T19:17:56.252Z Compiling itoa v1.0.17
18102026-07-23T19:17:56.284Z Compiling log v0.4.29
18112026-07-23T19:17:56.360Z Compiling subtle v2.6.1
18122026-07-23T19:17:56.364Z Compiling pkg-config v0.3.32
18132026-07-23T19:17:56.373Z Compiling stable_deref_trait v1.2.1
18142026-07-23T19:17:56.485Z Compiling typenum v1.20.1
18152026-07-23T19:17:56.546Z Compiling scopeguard v1.2.0
18162026-07-23T19:17:56.604Z Compiling rand_core v0.10.0
18172026-07-23T19:17:56.663Z Compiling jobserver v0.1.34
18182026-07-23T19:17:56.681Z Compiling errno v0.3.14
18192026-07-23T19:17:56.700Z Compiling lock_api v0.4.14
18202026-07-23T19:17:56.750Z Compiling getrandom v0.3.4
18212026-07-23T19:17:56.805Z Compiling thiserror v2.0.18
18222026-07-23T19:17:56.835Z Compiling pin-project-lite v0.2.17
18232026-07-23T19:17:56.898Z Compiling cc v1.2.56
18242026-07-23T19:17:56.953Z Compiling writeable v0.6.2
18252026-07-23T19:17:56.971Z Compiling fnv v1.0.7
18262026-07-23T19:17:56.974Z Compiling equivalent v1.0.2
18272026-07-23T19:17:56.974Z Compiling litemap v0.8.1
18282026-07-23T19:17:57.018Z Compiling percent-encoding v2.3.2
18292026-07-23T19:17:57.022Z Compiling getrandom v0.2.17
18302026-07-23T19:17:57.081Z Compiling syn v2.0.117
18312026-07-23T19:17:57.144Z Compiling schemars v0.8.22
18322026-07-23T19:17:57.158Z Compiling rustversion v1.0.22
18332026-07-23T19:17:57.208Z Compiling rand_core v0.6.4
18342026-07-23T19:17:57.254Z Compiling critical-section v1.2.0
18352026-07-23T19:17:57.269Z Compiling rustix v1.1.3
18362026-07-23T19:17:57.288Z Compiling fs_extra v1.3.0
18372026-07-23T19:17:57.302Z Compiling dunce v1.0.5
18382026-07-23T19:17:57.436Z Compiling hashbrown v0.17.0
18392026-07-23T19:17:57.505Z Compiling signal-hook-registry v1.4.8
18402026-07-23T19:17:57.629Z Compiling utf8_iter v1.0.4
18412026-07-23T19:17:57.644Z Compiling cmake v0.1.57
18422026-07-23T19:17:57.663Z Compiling once_cell v1.21.3
18432026-07-23T19:17:57.663Z Compiling heck v0.5.0
18442026-07-23T19:17:57.880Z Compiling strsim v0.11.1
18452026-07-23T19:17:57.991Z Compiling parking_lot v0.12.5
18462026-07-23T19:17:58.004Z Compiling form_urlencoded v1.2.2
18472026-07-23T19:17:58.004Z Compiling socket2 v0.6.3
18482026-07-23T19:17:58.039Z Compiling mio v1.2.0
18492026-07-23T19:17:58.053Z Compiling ident_case v1.0.1
18502026-07-23T19:17:58.092Z Compiling aws-lc-rs v1.16.3
18512026-07-23T19:17:58.206Z Compiling semver v1.0.28
18522026-07-23T19:17:58.227Z Compiling indexmap v2.14.0
18532026-07-23T19:17:58.274Z Compiling bitflags v2.11.0
18542026-07-23T19:17:58.300Z Compiling aws-lc-sys v0.40.0
18552026-07-23T19:17:58.314Z Compiling futures-core v0.3.32
18562026-07-23T19:17:58.471Z Compiling httparse v1.10.1
18572026-07-23T19:17:58.736Z Compiling byteorder v1.5.0
18582026-07-23T19:17:58.761Z Compiling ucd-trie v0.1.7
18592026-07-23T19:17:58.774Z Compiling thiserror v1.0.69
18602026-07-23T19:17:58.887Z Compiling iana-time-zone v0.1.65
18612026-07-23T19:17:58.908Z Compiling const-oid v0.9.6
18622026-07-23T19:17:58.937Z Compiling pest v2.8.6
18632026-07-23T19:17:58.972Z Compiling regex-syntax v0.8.10
18642026-07-23T19:17:58.987Z Compiling vcpkg v0.2.15
18652026-07-23T19:17:59.007Z Compiling syn v1.0.109
18662026-07-23T19:17:59.258Z Compiling uuid v1.23.4
18672026-07-23T19:17:59.335Z Compiling rustc_version v0.4.1
18682026-07-23T19:17:59.387Z Compiling futures-sink v0.3.32
18692026-07-23T19:17:59.443Z Compiling rustls v0.23.41
18702026-07-23T19:17:59.546Z Compiling futures-channel v0.3.32
18712026-07-23T19:17:59.567Z Compiling openssl-sys v0.9.115
18722026-07-23T19:17:59.652Z Compiling aho-corasick v1.1.4
18732026-07-23T19:17:59.669Z Compiling futures-task v0.3.32
18742026-07-23T19:17:59.673Z Compiling slab v0.4.12
18752026-07-23T19:17:59.836Z Compiling futures-io v0.3.32
18762026-07-23T19:17:59.911Z Compiling plain v0.2.3
18772026-07-23T19:18:00.043Z Compiling synstructure v0.13.2
18782026-07-23T19:18:00.062Z Compiling serde_derive_internals v0.29.1
18792026-07-23T19:18:00.078Z Compiling pest_meta v2.8.6
18802026-07-23T19:18:00.081Z Compiling time-core v0.1.8
18812026-07-23T19:18:00.108Z Compiling crc32fast v1.5.0
18822026-07-23T19:18:00.123Z Compiling dyn-clone v1.0.20
18832026-07-23T19:18:00.126Z Compiling num-conv v0.2.0
18842026-07-23T19:18:00.296Z Compiling time-macros v0.2.27
18852026-07-23T19:18:00.356Z Compiling crossbeam-utils v0.8.21
18862026-07-23T19:18:00.387Z Compiling base64 v0.22.1
18872026-07-23T19:18:00.447Z Compiling openssl v0.10.79
18882026-07-23T19:18:00.502Z Compiling regex-automata v0.4.14
18892026-07-23T19:18:00.536Z Compiling pretty-hex v0.4.1
18902026-07-23T19:18:00.643Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18912026-07-23T19:18:00.694Z Compiling pest_generator v2.8.6
18922026-07-23T19:18:00.727Z Compiling native-tls v0.2.18
18932026-07-23T19:18:00.828Z Compiling anyhow v1.0.102
18942026-07-23T19:18:00.864Z Compiling rand_core v0.9.5
18952026-07-23T19:18:00.995Z Compiling slog v2.8.2
18962026-07-23T19:18:01.087Z Compiling tracing-core v0.1.36
18972026-07-23T19:18:01.162Z Compiling cookie v0.18.1
18982026-07-23T19:18:01.180Z Compiling camino v1.2.2
18992026-07-23T19:18:01.204Z Compiling serde_derive v1.0.228
19002026-07-23T19:18:01.246Z Compiling zeroize_derive v1.4.3
19012026-07-23T19:18:01.279Z Compiling zerofrom-derive v0.1.6
19022026-07-23T19:18:01.295Z Compiling yoke-derive v0.8.1
19032026-07-23T19:18:01.339Z Compiling zerovec-derive v0.11.2
19042026-07-23T19:18:01.354Z Compiling displaydoc v0.2.5
19052026-07-23T19:18:01.383Z Compiling zerocopy-derive v0.8.40
19062026-07-23T19:18:01.389Z Compiling tokio-macros v2.7.0
19072026-07-23T19:18:01.402Z Compiling futures-macro v0.3.32
19082026-07-23T19:18:01.417Z Compiling thiserror-impl v2.0.18
19092026-07-23T19:18:01.533Z Compiling schemars_derive v0.8.22
19102026-07-23T19:18:01.878Z Compiling zeroize v1.8.2
19112026-07-23T19:18:02.091Z Compiling tracing-attributes v0.1.31
19122026-07-23T19:18:02.145Z Compiling der_derive v0.7.3
19132026-07-23T19:18:02.206Z Compiling thiserror-impl v1.0.69
19142026-07-23T19:18:02.292Z Compiling pest_derive v2.8.6
19152026-07-23T19:18:02.407Z Compiling futures-util v0.3.32
19162026-07-23T19:18:02.417Z Compiling zerofrom v0.1.6
19172026-07-23T19:18:02.637Z Compiling yoke v0.8.1
19182026-07-23T19:18:02.683Z Compiling crypto-common v0.1.7
19192026-07-23T19:18:02.809Z Compiling zerovec v0.11.5
19202026-07-23T19:18:02.844Z Compiling zerotrie v0.2.3
19212026-07-23T19:18:02.914Z Compiling block-buffer v0.10.4
19222026-07-23T19:18:03.037Z Compiling digest v0.10.7
19232026-07-23T19:18:03.309Z Compiling scroll_derive v0.13.1
19242026-07-23T19:18:03.331Z Compiling scroll_derive v0.12.1
19252026-07-23T19:18:03.345Z Compiling openssl-macros v0.1.1
19262026-07-23T19:18:03.354Z Compiling tinystr v0.8.2
19272026-07-23T19:18:03.421Z Compiling potential_utf v0.1.4
19282026-07-23T19:18:03.456Z Compiling regex v1.12.3
19292026-07-23T19:18:03.593Z Compiling icu_locale_core v2.1.1
19302026-07-23T19:18:03.621Z Compiling icu_collections v2.1.1
19312026-07-23T19:18:03.849Z Compiling zerocopy-derive v0.7.35
19322026-07-23T19:18:03.976Z Compiling base64ct v1.8.3
19332026-07-23T19:18:04.112Z Compiling tracing v0.1.44
19342026-07-23T19:18:04.243Z Compiling pem-rfc7468 v0.7.0
19352026-07-23T19:18:04.276Z Compiling icu_provider v2.1.1
19362026-07-23T19:18:04.443Z Compiling bytes v1.11.1
19372026-07-23T19:18:04.534Z Compiling chrono v0.4.45
19382026-07-23T19:18:04.577Z Compiling icu_properties v2.1.2
19392026-07-23T19:18:04.644Z Compiling icu_normalizer v2.1.1
19402026-07-23T19:18:04.710Z Compiling serde_tokenstream v0.2.3
19412026-07-23T19:18:05.029Z Compiling tokio v1.52.1
19422026-07-23T19:18:05.366Z Compiling http v1.4.2
19432026-07-23T19:18:05.821Z Compiling idna_adapter v1.2.1
19442026-07-23T19:18:05.898Z Compiling ppv-lite86 v0.2.21
19452026-07-23T19:18:05.985Z Compiling idna v1.1.0
19462026-07-23T19:18:06.018Z Compiling flagset v0.4.7
19472026-07-23T19:18:06.066Z Compiling http-body v1.0.1
19482026-07-23T19:18:06.152Z Compiling der v0.7.10
19492026-07-23T19:18:06.182Z Compiling rustls-pki-types v1.14.0
19502026-07-23T19:18:06.198Z Compiling rand_chacha v0.9.0
19512026-07-23T19:18:06.306Z Compiling url v2.5.8
19522026-07-23T19:18:06.522Z Compiling usdt-impl v0.5.0
19532026-07-23T19:18:06.576Z Compiling openssl-probe v0.2.1
19542026-07-23T19:18:06.614Z Compiling either v1.15.0
19552026-07-23T19:18:06.684Z Compiling usdt-impl v0.6.0
19562026-07-23T19:18:06.756Z Compiling ref-cast v1.0.25
19572026-07-23T19:18:06.837Z Compiling cmov v0.5.4
19582026-07-23T19:18:07.040Z Compiling tinyvec_macros v0.1.1
19592026-07-23T19:18:07.072Z Compiling paste v1.0.15
19602026-07-23T19:18:07.119Z Compiling fastrand v2.3.0
19612026-07-23T19:18:07.134Z Compiling ctutils v0.4.2
19622026-07-23T19:18:07.149Z Compiling tinyvec v1.10.0
19632026-07-23T19:18:07.287Z Compiling spki v0.7.3
19642026-07-23T19:18:07.430Z Compiling rand v0.9.2
19652026-07-23T19:18:07.462Z Compiling serde_spanned v0.6.9
19662026-07-23T19:18:07.508Z Compiling toml_datetime v0.6.11
19672026-07-23T19:18:07.525Z Compiling scroll v0.13.0
19682026-07-23T19:18:07.542Z Compiling scroll v0.12.0
19692026-07-23T19:18:07.638Z Compiling async-trait v0.1.89
19702026-07-23T19:18:07.649Z Compiling heapless v0.7.17
19712026-07-23T19:18:07.829Z Compiling bzip2-sys v0.1.13+1.0.8
19722026-07-23T19:18:07.862Z Compiling zstd-safe v7.2.4
19732026-07-23T19:18:07.877Z Compiling winnow v1.0.3
19742026-07-23T19:18:07.891Z Compiling signal-hook v0.3.18
19752026-07-23T19:18:07.961Z Compiling rustix v0.38.44
19762026-07-23T19:18:08.000Z Compiling untrusted v0.7.1
19772026-07-23T19:18:08.022Z Compiling atomic-waker v1.1.2
19782026-07-23T19:18:08.084Z Compiling cpufeatures v0.2.17
19792026-07-23T19:18:08.112Z Compiling tower-service v0.3.3
19802026-07-23T19:18:08.128Z Compiling winnow v0.7.14
19812026-07-23T19:18:08.144Z Compiling tower-layer v0.3.3
19822026-07-23T19:18:08.161Z Compiling try-lock v0.2.5
19832026-07-23T19:18:08.190Z Compiling litrs v1.0.0
19842026-07-23T19:18:08.224Z Compiling toml_parser v1.1.2+spec-1.1.0
19852026-07-23T19:18:08.283Z Compiling want v0.3.1
19862026-07-23T19:18:08.353Z Compiling goblin v0.8.2
19872026-07-23T19:18:08.464Z Compiling goblin v0.10.5
19882026-07-23T19:18:08.640Z Compiling hybrid-array v0.4.13
19892026-07-23T19:18:08.665Z Compiling document-features v0.2.12
19902026-07-23T19:18:08.829Z Compiling zerocopy v0.7.35
19912026-07-23T19:18:08.978Z Compiling tokio-util v0.7.18
19922026-07-23T19:18:09.099Z Compiling ipnet v2.11.0
19932026-07-23T19:18:09.222Z Compiling ref-cast-impl v1.0.25
19942026-07-23T19:18:09.445Z Compiling darling_core v0.20.11
19952026-07-23T19:18:09.461Z Compiling curve25519-dalek v4.1.3
19962026-07-23T19:18:09.556Z Compiling memoffset v0.9.1
19972026-07-23T19:18:09.649Z Compiling powerfmt v0.2.0
19982026-07-23T19:18:09.753Z Compiling h2 v0.4.15
19992026-07-23T19:18:09.769Z Compiling winnow v0.5.40
20002026-07-23T19:18:09.797Z Compiling utf8parse v0.2.2
20012026-07-23T19:18:10.080Z Compiling foreign-types-shared v0.1.1
20022026-07-23T19:18:10.185Z Compiling httpdate v1.0.3
20032026-07-23T19:18:10.213Z Compiling untrusted v0.9.0
20042026-07-23T19:18:10.247Z Compiling foreign-types v0.3.2
20052026-07-23T19:18:10.335Z Compiling tempfile v3.25.0
20062026-07-23T19:18:10.356Z Compiling deranged v0.5.8
20072026-07-23T19:18:10.604Z Compiling dof v0.3.0
20082026-07-23T19:18:10.681Z Compiling dtrace-parser v0.2.0
20092026-07-23T19:18:10.993Z Compiling unicode-normalization v0.1.25
20102026-07-23T19:18:11.191Z Compiling dof v0.4.0
20112026-07-23T19:18:11.221Z Compiling toml_edit v0.19.15
20122026-07-23T19:18:11.238Z Compiling pkcs8 v0.10.2
20132026-07-23T19:18:11.395Z Compiling darling_macro v0.20.11
20142026-07-23T19:18:11.551Z Compiling dtrace-parser v0.3.0
20152026-07-23T19:18:11.608Z Compiling pin-project-internal v1.1.11
20162026-07-23T19:18:11.906Z Compiling daft-derive v0.1.7
20172026-07-23T19:18:11.975Z Compiling spin v0.9.8
20182026-07-23T19:18:12.129Z Compiling thread-id v4.2.2
20192026-07-23T19:18:12.144Z Compiling thread-id v5.1.0
20202026-07-23T19:18:12.159Z Compiling num-bigint-dig v0.8.6
20212026-07-23T19:18:12.212Z Compiling smoltcp v0.9.1
20222026-07-23T19:18:12.245Z Compiling num_threads v0.1.7
20232026-07-23T19:18:12.386Z Compiling anstyle v1.0.14
20242026-07-23T19:18:12.401Z Compiling cfg_aliases v0.2.1
20252026-07-23T19:18:12.508Z Compiling nix v0.31.2
20262026-07-23T19:18:12.525Z Compiling time v0.3.47
20272026-07-23T19:18:12.658Z Compiling darling v0.20.11
20282026-07-23T19:18:12.848Z Compiling sha2 v0.10.9
20292026-07-23T19:18:12.926Z Compiling hyper v1.10.1
20302026-07-23T19:18:13.117Z Compiling ipnetwork v0.21.1
20312026-07-23T19:18:13.214Z Compiling hmac v0.12.1
20322026-07-23T19:18:13.229Z Compiling curve25519-dalek-derive v0.1.1
20332026-07-23T19:18:13.376Z Compiling strum_macros v0.26.4
20342026-07-23T19:18:13.568Z Compiling darling_core v0.23.0
20352026-07-23T19:18:13.583Z Compiling sync_wrapper v1.0.2
20362026-07-23T19:18:13.601Z Compiling wait-timeout v0.2.1
20372026-07-23T19:18:13.712Z Compiling simd-adler32 v0.3.8
20382026-07-23T19:18:13.844Z Compiling quick-error v1.2.3
20392026-07-23T19:18:14.023Z Compiling anstyle-query v1.1.5
20402026-07-23T19:18:14.027Z Compiling is_terminal_polyfill v1.70.2
20412026-07-23T19:18:14.090Z Compiling hyper-util v0.1.20
20422026-07-23T19:18:14.105Z Compiling colorchoice v1.0.4
20432026-07-23T19:18:14.122Z Compiling bit-vec v0.8.0
20442026-07-23T19:18:14.243Z Compiling siphasher v1.0.2
20452026-07-23T19:18:14.448Z Compiling bit-set v0.8.0
20462026-07-23T19:18:14.949Z Compiling rusty-fork v0.3.1
20472026-07-23T19:18:14.965Z Compiling tower v0.5.3
20482026-07-23T19:18:15.561Z Compiling derive_builder_core v0.20.2
20492026-07-23T19:18:15.585Z Compiling http-body-util v0.1.3
20502026-07-23T19:18:15.703Z Compiling hubpack_derive v0.1.1
20512026-07-23T19:18:15.720Z Compiling darling_macro v0.23.0
20522026-07-23T19:18:15.738Z Compiling snafu-derive v0.8.9
20532026-07-23T19:18:15.778Z Compiling strum_macros v0.27.2
20542026-07-23T19:18:15.801Z Compiling rand_xorshift v0.4.0
20552026-07-23T19:18:15.965Z Compiling fs-err v3.3.0
20562026-07-23T19:18:16.038Z Compiling ahash v0.8.12
20572026-07-23T19:18:16.215Z Compiling unarray v0.1.4
20582026-07-23T19:18:16.286Z Compiling unicode-segmentation v1.12.0
20592026-07-23T19:18:16.302Z Compiling ryu v1.0.23
20602026-07-23T19:18:16.305Z Compiling adler2 v2.0.1
20612026-07-23T19:18:16.341Z Compiling unicode-properties v0.1.4
20622026-07-23T19:18:16.346Z Compiling allocator-api2 v0.2.21
20632026-07-23T19:18:16.457Z Compiling object v0.37.3
20642026-07-23T19:18:16.483Z Compiling iri-string v0.7.10
20652026-07-23T19:18:16.567Z Compiling unicode-bidi v0.3.18
20662026-07-23T19:18:16.593Z Compiling serde_urlencoded v0.7.1
20672026-07-23T19:18:16.677Z Compiling miniz_oxide v0.8.9
20682026-07-23T19:18:16.704Z Compiling derive_builder_macro v0.20.2
20692026-07-23T19:18:16.857Z Compiling proptest v1.10.0
20702026-07-23T19:18:16.922Z Compiling stringprep v0.1.5
20712026-07-23T19:18:17.205Z Compiling darling v0.23.0
20722026-07-23T19:18:17.303Z Compiling tokio-native-tls v0.3.1
20732026-07-23T19:18:17.338Z Compiling usdt-attr-macro v0.6.0
20742026-07-23T19:18:17.405Z Compiling usdt-macro v0.6.0
20752026-07-23T19:18:17.527Z Compiling anstyle-parse v1.0.0
20762026-07-23T19:18:17.542Z Compiling crypto-common v0.2.2
20772026-07-23T19:18:17.562Z Compiling block-buffer v0.12.1
20782026-07-23T19:18:17.724Z Compiling tower-http v0.6.8
20792026-07-23T19:18:17.902Z Compiling block-padding v0.4.2
20802026-07-23T19:18:18.153Z Compiling rustls-native-certs v0.8.3
20812026-07-23T19:18:18.170Z Compiling rand_chacha v0.3.1
20822026-07-23T19:18:18.193Z Compiling erased-serde v0.3.31
20832026-07-23T19:18:18.208Z Compiling hex v0.4.3
20842026-07-23T19:18:18.212Z Compiling signature v2.2.0
20852026-07-23T19:18:18.284Z Compiling md-5 v0.10.6
20862026-07-23T19:18:18.370Z Compiling bstr v1.12.1
20872026-07-23T19:18:18.447Z Compiling num-integer v0.1.46
20882026-07-23T19:18:18.478Z Compiling hash32 v0.2.1
20892026-07-23T19:18:18.483Z Compiling vergen-lib v9.1.0
20902026-07-23T19:18:18.599Z Compiling encoding_rs v0.8.35
20912026-07-23T19:18:18.687Z Compiling mime v0.3.17
20922026-07-23T19:18:18.703Z Compiling fallible-iterator v0.2.0
20932026-07-23T19:18:18.740Z Compiling zlib-rs v0.6.2
20942026-07-23T19:18:18.780Z Compiling cpufeatures v0.3.0
20952026-07-23T19:18:18.812Z Compiling psl-types v2.0.11
20962026-07-23T19:18:18.954Z Compiling publicsuffix v2.3.0
20972026-07-23T19:18:19.023Z Compiling postgres-protocol v0.6.10
20982026-07-23T19:18:19.054Z Compiling newtype-uuid v1.3.2
20992026-07-23T19:18:19.111Z Compiling num-iter v0.1.45
21002026-07-23T19:18:19.419Z Compiling rand v0.8.6
21012026-07-23T19:18:19.681Z Compiling oxnet v0.1.6
21022026-07-23T19:18:19.788Z Compiling inout v0.2.2
21032026-07-23T19:18:19.811Z Compiling anstream v1.0.0
21042026-07-23T19:18:19.827Z Compiling hyper-tls v0.6.0
21052026-07-23T19:18:19.914Z Compiling serde_with_macros v3.21.0
21062026-07-23T19:18:19.990Z Compiling derive_builder v0.20.2
21072026-07-23T19:18:20.032Z Compiling heck v0.4.1
21082026-07-23T19:18:20.079Z Compiling phf_shared v0.13.1
21092026-07-23T19:18:20.104Z Compiling pin-project v1.1.11
21102026-07-23T19:18:20.153Z Compiling lazy_static v1.5.0
21112026-07-23T19:18:20.174Z Compiling anstyle-parse v0.2.7
21122026-07-23T19:18:20.334Z Compiling terminal_size v0.4.3
21132026-07-23T19:18:20.351Z Compiling futures-executor v0.3.32
21142026-07-23T19:18:20.354Z Compiling clap_derive v4.6.1
21152026-07-23T19:18:20.397Z Compiling serde_repr v0.1.20
21162026-07-23T19:18:20.400Z Compiling async-recursion v1.1.1
21172026-07-23T19:18:20.434Z Compiling enum-as-inner v0.6.1
21182026-07-23T19:18:20.617Z Compiling ff v0.13.1
21192026-07-23T19:18:20.693Z Compiling vergen v9.1.0
21202026-07-23T19:18:20.724Z Compiling cargo-platform v0.3.2
21212026-07-23T19:18:20.776Z Compiling flate2 v1.1.9
21222026-07-23T19:18:20.935Z Compiling foldhash v0.1.5
21232026-07-23T19:18:20.981Z Compiling bitflags v1.3.2
21242026-07-23T19:18:21.011Z Compiling base16ct v0.2.0
21252026-07-23T19:18:21.057Z Compiling same-file v1.0.6
21262026-07-23T19:18:21.121Z Compiling managed v0.8.0
21272026-07-23T19:18:21.232Z Compiling libbz2-rs-sys v0.2.2
21282026-07-23T19:18:21.325Z Compiling foldhash v0.2.0
21292026-07-23T19:18:21.343Z Compiling bumpalo v3.20.2
21302026-07-23T19:18:21.347Z Compiling clap_lex v1.0.0
21312026-07-23T19:18:21.549Z Compiling zopfli v0.8.3
21322026-07-23T19:18:21.578Z Compiling clap_builder v4.6.0
21332026-07-23T19:18:21.593Z Compiling bzip2 v0.6.1
21342026-07-23T19:18:21.612Z Compiling hashbrown v0.16.1
21352026-07-23T19:18:21.814Z Compiling walkdir v2.5.0
21362026-07-23T19:18:22.027Z Compiling sec1 v0.7.3
21372026-07-23T19:18:22.069Z Compiling hashbrown v0.15.5
21382026-07-23T19:18:22.127Z Compiling cargo_metadata v0.23.1
21392026-07-23T19:18:22.142Z Compiling group v0.13.0
21402026-07-23T19:18:22.225Z Compiling futures v0.3.32
21412026-07-23T19:18:22.639Z Compiling anstream v0.6.21
21422026-07-23T19:18:22.671Z Compiling phf v0.13.1
21432026-07-23T19:18:22.864Z Compiling zstd v0.13.3
21442026-07-23T19:18:22.969Z Compiling snafu v0.8.9
21452026-07-23T19:18:23.308Z Compiling reqwest v0.12.28
21462026-07-23T19:18:23.333Z Compiling daft v0.1.7
21472026-07-23T19:18:23.370Z Compiling signal-hook-mio v0.2.5
21482026-07-23T19:18:23.386Z Compiling cipher v0.5.2
21492026-07-23T19:18:23.400Z Compiling cookie_store v0.22.1
21502026-07-23T19:18:23.511Z Compiling postgres-types v0.2.12
21512026-07-23T19:18:23.528Z Compiling bzip2 v0.4.4
21522026-07-23T19:18:23.572Z Compiling globset v0.4.18
21532026-07-23T19:18:23.630Z Compiling ed25519 v2.2.3
21542026-07-23T19:18:23.681Z Compiling strum v0.27.2
21552026-07-23T19:18:23.840Z Compiling hubpack v0.1.2
21562026-07-23T19:18:23.891Z Compiling phf_shared v0.11.3
21572026-07-23T19:18:23.923Z Compiling hkdf v0.12.4
21582026-07-23T19:18:23.954Z Compiling crossbeam-epoch v0.9.18
21592026-07-23T19:18:24.042Z Compiling pkcs1 v0.7.5
21602026-07-23T19:18:24.058Z Compiling olpc-cjson v0.1.4
21612026-07-23T19:18:24.301Z Compiling serde-big-array v0.5.1
21622026-07-23T19:18:24.317Z Compiling serde_plain v1.0.2
21632026-07-23T19:18:24.359Z Compiling pem v3.0.6
21642026-07-23T19:18:24.469Z Compiling crypto-bigint v0.5.5
21652026-07-23T19:18:24.563Z Compiling float-cmp v0.10.0
21662026-07-23T19:18:24.580Z Compiling memmap2 v0.9.10
21672026-07-23T19:18:24.596Z Compiling env_filter v1.0.0
21682026-07-23T19:18:24.694Z Compiling new_debug_unreachable v1.0.6
21692026-07-23T19:18:24.737Z Compiling precomputed-hash v0.1.1
21702026-07-23T19:18:24.753Z Compiling const-oid v0.10.2
21712026-07-23T19:18:24.789Z Compiling normalize-line-endings v0.3.0
21722026-07-23T19:18:24.805Z Compiling typed-path v0.9.3
21732026-07-23T19:18:24.876Z Compiling jiff v0.2.21
21742026-07-23T19:18:24.879Z Compiling keccak v0.1.6
21752026-07-23T19:18:24.879Z Compiling predicates-core v1.0.10
21762026-07-23T19:18:24.922Z Compiling difflib v0.4.0
21772026-07-23T19:18:24.997Z Compiling toml_write v0.1.2
21782026-07-23T19:18:25.079Z Compiling static_assertions v1.1.0
21792026-07-23T19:18:25.128Z Compiling whoami v2.1.0
21802026-07-23T19:18:25.169Z Compiling data-encoding v2.10.0
21812026-07-23T19:18:25.214Z Compiling fixedbitset v0.5.7
21822026-07-23T19:18:25.309Z Compiling fixedbitset v0.4.2
21832026-07-23T19:18:25.373Z Compiling tokio-postgres v0.7.16
21842026-07-23T19:18:25.388Z Compiling elliptic-curve v0.13.8
21852026-07-23T19:18:25.473Z Compiling petgraph v0.6.5
21862026-07-23T19:18:25.505Z Compiling hickory-proto v0.25.2
21872026-07-23T19:18:25.521Z Compiling petgraph v0.8.3
21882026-07-23T19:18:25.536Z Compiling toml_edit v0.22.27
21892026-07-23T19:18:25.561Z Compiling predicates v3.1.4
21902026-07-23T19:18:25.613Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21912026-07-23T19:18:25.707Z Compiling sha3 v0.10.8
21922026-07-23T19:18:25.951Z Compiling digest v0.11.3
21932026-07-23T19:18:25.991Z Compiling string_cache v0.8.9
21942026-07-23T19:18:26.138Z Compiling env_logger v0.11.9
21952026-07-23T19:18:26.171Z Compiling usdt v0.6.0
21962026-07-23T19:18:26.226Z Compiling chacha20 v0.10.0
21972026-07-23T19:18:26.722Z Compiling rsa v0.9.10
21982026-07-23T19:18:27.457Z Compiling zip v4.6.1
21992026-07-23T19:18:27.765Z Compiling ed25519-dalek v2.2.0
22002026-07-23T19:18:27.876Z Compiling zip v0.6.6
22012026-07-23T19:18:27.909Z Compiling iddqd v0.4.2
22022026-07-23T19:18:28.089Z Compiling crossterm v0.28.1
22032026-07-23T19:18:28.433Z Compiling clap v4.6.1
22042026-07-23T19:18:28.534Z Compiling serde_with v3.21.0
22052026-07-23T19:18:28.575Z Compiling similar v2.7.0
22062026-07-23T19:18:28.783Z Compiling byte-wrapper v0.1.0
22072026-07-23T19:18:28.822Z Compiling strum v0.26.3
22082026-07-23T19:18:28.860Z Compiling toml v0.7.8
22092026-07-23T19:18:28.972Z Compiling tokio-stream v0.1.18
22102026-07-23T19:18:29.107Z Compiling buf-list v1.1.2
22112026-07-23T19:18:29.151Z Compiling x509-cert v0.2.5
22122026-07-23T19:18:29.304Z Compiling itertools v0.13.0
22132026-07-23T19:18:29.388Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22142026-07-23T19:18:29.791Z Compiling openapiv3 v2.2.0
22152026-07-23T19:18:30.026Z Compiling lalrpop-util v0.19.12
22162026-07-23T19:18:30.165Z Compiling peg-runtime v0.8.5
22172026-07-23T19:18:46.557Z Compiling rustls-webpki v0.103.13
22182026-07-23T19:18:47.471Z Compiling macaddr v1.0.1
22192026-07-23T19:18:47.631Z Compiling structmeta-derive v0.3.0
22202026-07-23T19:18:47.679Z Compiling darling_core v0.21.3
22212026-07-23T19:18:47.766Z Compiling rayon-core v1.13.0
22222026-07-23T19:18:47.785Z Compiling crucible-workspace-hack v0.1.0
22232026-07-23T19:18:48.016Z Compiling itertools v0.14.0
22242026-07-23T19:18:48.048Z Compiling secrecy v0.10.3
22252026-07-23T19:18:48.065Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22262026-07-23T19:18:48.080Z Compiling toml_datetime v0.7.5+spec-1.1.0
22272026-07-23T19:18:48.253Z Compiling heapless v0.8.0
22282026-07-23T19:18:48.268Z Compiling toml_edit v0.23.10+spec-1.0.0
22292026-07-23T19:18:48.426Z Compiling crossbeam-deque v0.8.6
22302026-07-23T19:18:48.500Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22312026-07-23T19:18:48.594Z Compiling inout v0.1.4
22322026-07-23T19:18:48.673Z Compiling hash32 v0.3.1
22332026-07-23T19:18:48.690Z Compiling multer v3.1.0
22342026-07-23T19:18:48.693Z Compiling structmeta v0.3.0
22352026-07-23T19:18:48.722Z Compiling thread_local v1.1.9
22362026-07-23T19:18:48.768Z Compiling unicode-width v0.2.0
22372026-07-23T19:18:48.783Z Compiling compression-core v0.4.31
22382026-07-23T19:18:48.863Z Compiling match_cfg v0.1.0
22392026-07-23T19:18:48.924Z Compiling slog-async v2.8.0
22402026-07-23T19:18:48.940Z Compiling smoltcp v0.11.0
22412026-07-23T19:18:48.957Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22422026-07-23T19:18:48.982Z Compiling derive-ex v0.1.8
22432026-07-23T19:18:49.102Z Compiling hostname v0.3.1
22442026-07-23T19:18:49.145Z Compiling compression-codecs v0.4.37
22452026-07-23T19:18:49.189Z Compiling proc-macro-crate v3.4.0
22462026-07-23T19:18:49.281Z Compiling cipher v0.4.4
22472026-07-23T19:18:49.329Z Compiling atomicwrites v0.4.4
22482026-07-23T19:18:49.350Z Compiling slog-json v2.6.1
22492026-07-23T19:18:49.527Z Compiling crossbeam-channel v0.5.15
22502026-07-23T19:18:49.553Z Compiling half v2.7.1
22512026-07-23T19:18:49.628Z Compiling newtype-uuid-macros v0.1.0
22522026-07-23T19:18:49.643Z Compiling cobs v0.3.0
22532026-07-23T19:18:49.658Z Compiling universal-hash v0.5.1
22542026-07-23T19:18:49.773Z Compiling thiserror-impl-no-std v2.0.2
22552026-07-23T19:18:49.827Z Compiling async-stream-impl v0.3.6
22562026-07-23T19:18:49.862Z Compiling darling_macro v0.21.3
22572026-07-23T19:18:49.918Z Compiling serde_spanned v1.1.1
22582026-07-23T19:18:49.944Z Compiling toml_datetime v1.1.1+spec-1.1.0
22592026-07-23T19:18:50.101Z Compiling is-terminal v0.4.17
22602026-07-23T19:18:50.232Z Compiling tokio-rustls v0.26.4
22612026-07-23T19:18:50.248Z Compiling rustls-platform-verifier v0.6.2
22622026-07-23T19:18:50.382Z Compiling tough v0.22.0
22632026-07-23T19:18:50.399Z Compiling proc-macro-error-attr v1.0.4
22642026-07-23T19:18:50.399Z Compiling darling v0.21.3
22652026-07-23T19:18:50.438Z Compiling dropshot v0.17.1
22662026-07-23T19:18:50.474Z Compiling hyper-rustls v0.27.7
22672026-07-23T19:18:50.504Z Compiling ingot-macros v0.1.1
22682026-07-23T19:18:50.528Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22692026-07-23T19:18:50.547Z Compiling ciborium-io v0.2.2
22702026-07-23T19:18:50.661Z Compiling opaque-debug v0.3.1
22712026-07-23T19:18:50.677Z Compiling convert_case v0.4.0
22722026-07-23T19:18:50.680Z Compiling take_mut v0.2.2
22732026-07-23T19:18:50.756Z Compiling reqwest v0.13.2
22742026-07-23T19:18:50.770Z Compiling toml_writer v1.1.1+spec-1.1.0
22752026-07-23T19:18:50.806Z Compiling term v1.2.1
22762026-07-23T19:18:50.828Z Compiling thiserror-no-std v2.0.2
22772026-07-23T19:18:50.879Z Compiling poly1305 v0.8.0
22782026-07-23T19:18:50.994Z Compiling toml v1.1.2+spec-1.1.0
22792026-07-23T19:18:51.010Z Compiling derive_more v0.99.20
22802026-07-23T19:18:51.115Z Compiling slog-term v2.9.2
22812026-07-23T19:18:51.525Z Compiling ciborium-ll v0.2.2
22822026-07-23T19:18:51.540Z Compiling test-strategy v0.4.5
22832026-07-23T19:18:51.686Z Compiling async-stream v0.3.6
22842026-07-23T19:18:51.812Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22852026-07-23T19:18:51.900Z Compiling postcard v1.1.3
22862026-07-23T19:18:52.089Z Compiling num_enum_derive v0.7.6
22872026-07-23T19:18:52.303Z Compiling slog-bunyan v2.5.0
22882026-07-23T19:18:52.390Z Compiling chacha20 v0.9.1
22892026-07-23T19:18:52.507Z Compiling async-compression v0.4.41
22902026-07-23T19:18:52.666Z Compiling parse-display-derive v0.10.0
22912026-07-23T19:18:52.883Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
22922026-07-23T19:18:53.029Z Compiling sha1 v0.11.0
22932026-07-23T19:18:53.062Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22942026-07-23T19:18:53.187Z Compiling ingot-types v0.1.2
22952026-07-23T19:18:53.222Z Compiling proc-macro-crate v1.3.1
22962026-07-23T19:18:53.322Z Compiling waitgroup v0.1.2
22972026-07-23T19:18:53.512Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
22982026-07-23T19:18:53.568Z Compiling backon v1.6.0
22992026-07-23T19:18:53.587Z Compiling password-hash v0.5.0
23002026-07-23T19:18:53.654Z Compiling ingot v0.1.1
23012026-07-23T19:18:53.686Z Compiling rustls-pemfile v2.2.0
23022026-07-23T19:18:53.758Z Compiling dropshot_endpoint v0.17.1
23032026-07-23T19:18:53.835Z Compiling blake2 v0.10.6
23042026-07-23T19:18:53.851Z Compiling aead v0.5.2
23052026-07-23T19:18:54.001Z Compiling foreign-types-macros v0.2.3
23062026-07-23T19:18:54.018Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23072026-07-23T19:18:54.035Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23082026-07-23T19:18:54.064Z Compiling serde_path_to_error v0.1.20
23092026-07-23T19:18:54.159Z Compiling hostname v0.4.2
23102026-07-23T19:18:54.343Z Compiling proc-macro-error v1.0.4
23112026-07-23T19:18:54.373Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23122026-07-23T19:18:54.391Z Compiling instant v0.1.13
23132026-07-23T19:18:54.469Z Compiling foreign-types-shared v0.3.1
23142026-07-23T19:18:54.523Z Compiling debug-ignore v1.0.5
23152026-07-23T19:18:54.539Z Compiling backoff v0.4.0
23162026-07-23T19:18:54.580Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23172026-07-23T19:18:54.598Z Compiling parse-display v0.10.0
23182026-07-23T19:18:54.644Z Compiling argon2 v0.5.3
23192026-07-23T19:18:54.658Z Compiling foreign-types v0.5.0
23202026-07-23T19:18:54.675Z Compiling chacha20poly1305 v0.10.1
23212026-07-23T19:18:54.689Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23222026-07-23T19:18:54.739Z Compiling num_enum_derive v0.5.11
23232026-07-23T19:18:54.800Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23242026-07-23T19:18:54.805Z Compiling num_enum v0.7.6
23252026-07-23T19:18:54.842Z Compiling ciborium v0.2.2
23262026-07-23T19:18:55.033Z Compiling vsss-rs v3.3.4
23272026-07-23T19:18:55.181Z Compiling tabwriter v1.4.1
23282026-07-23T19:18:55.297Z Compiling regress v0.10.5
23292026-07-23T19:18:55.372Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23302026-07-23T19:18:55.387Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23312026-07-23T19:18:55.464Z Compiling cstr-argument v0.1.2
23322026-07-23T19:18:55.486Z Compiling humantime v2.3.0
23332026-07-23T19:18:55.502Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23342026-07-23T19:18:55.570Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23352026-07-23T19:18:55.654Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23362026-07-23T19:18:55.708Z Compiling num_enum v0.5.11
23372026-07-23T19:18:55.724Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23382026-07-23T19:18:55.765Z Compiling rayon v1.11.0
23392026-07-23T19:18:55.852Z Compiling rand v0.10.1
23402026-07-23T19:18:55.868Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23412026-07-23T19:18:55.886Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23422026-07-23T19:18:55.922Z Compiling indent_write v2.2.0
23432026-07-23T19:18:55.946Z Compiling libefi-sys v0.1.0
23442026-07-23T19:18:55.963Z Compiling colored v3.1.1
23452026-07-23T19:18:55.979Z Compiling zone_cfg_derive v0.3.1
23462026-07-23T19:18:56.015Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23472026-07-23T19:18:56.087Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23482026-07-23T19:18:56.102Z Compiling camino-tempfile v1.4.1
23492026-07-23T19:18:56.211Z Compiling itertools v0.12.1
23502026-07-23T19:18:56.279Z Compiling usdt-attr-macro v0.5.0
23512026-07-23T19:18:56.324Z Compiling usdt-macro v0.5.0
23522026-07-23T19:18:56.343Z Compiling bitfield-struct v0.6.2
23532026-07-23T19:18:56.571Z Compiling num-derive v0.4.2
23542026-07-23T19:18:56.624Z Compiling blake3 v1.8.5
23552026-07-23T19:18:56.651Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23562026-07-23T19:18:56.700Z Compiling memmap v0.7.0
23572026-07-23T19:18:56.777Z Compiling sigpipe v0.1.3
23582026-07-23T19:18:56.846Z Compiling swrite v0.1.0
23592026-07-23T19:18:56.892Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23602026-07-23T19:18:56.957Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23612026-07-23T19:18:56.974Z Compiling glob v0.3.3
23622026-07-23T19:18:57.008Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23632026-07-23T19:18:57.095Z Compiling usdt v0.5.0
23642026-07-23T19:18:57.215Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23652026-07-23T19:18:57.340Z Compiling smf v0.2.3
23662026-07-23T19:18:57.369Z Compiling filetime v0.2.27
23672026-07-23T19:18:57.485Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23682026-07-23T19:18:57.509Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23692026-07-23T19:18:57.525Z Compiling zone v0.3.1
23702026-07-23T19:18:57.542Z Compiling constant_time_eq v0.4.2
23712026-07-23T19:18:57.585Z Compiling arrayref v0.3.9
23722026-07-23T19:18:57.600Z Compiling whoami v1.6.1
23732026-07-23T19:18:57.615Z Compiling xattr v1.6.1
23742026-07-23T19:18:57.678Z Compiling arrayvec v0.7.6
23752026-07-23T19:18:57.694Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23762026-07-23T19:18:57.712Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23772026-07-23T19:18:57.759Z Compiling tokio-dtrace v0.1.1
23782026-07-23T19:18:57.869Z Compiling tar v0.4.46
23792026-07-23T19:18:57.972Z Compiling console v0.16.2
23802026-07-23T19:18:57.994Z Compiling gethostname v0.5.0
23812026-07-23T19:18:58.091Z Compiling unit-prefix v0.5.2
23822026-07-23T19:18:58.135Z Compiling topological-sort v0.2.2
23832026-07-23T19:18:58.166Z Compiling oxide-tokio-rt v0.1.4
23842026-07-23T19:18:58.271Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23852026-07-23T19:18:58.335Z Compiling toml v0.8.23
23862026-07-23T19:18:58.438Z Compiling indicatif v0.18.4
23872026-07-23T19:18:58.567Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23882026-07-23T19:18:58.586Z Compiling shell-words v1.1.1
23892026-07-23T19:19:07.830Z Compiling progenitor-client v0.14.0
23902026-07-23T19:19:07.830Z Compiling omicron-zone-package v0.12.3
23912026-07-23T19:19:08.079Z Compiling progenitor-extras v0.2.0
23922026-07-23T19:19:08.406Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23932026-07-23T19:19:08.433Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23942026-07-23T19:19:08.529Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23952026-07-23T19:19:08.567Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23962026-07-23T19:19:08.604Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23972026-07-23T19:19:08.633Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23982026-07-23T19:19:08.737Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23992026-07-23T19:19:08.905Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24002026-07-23T19:19:09.433Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24012026-07-23T19:19:13.244Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24022026-07-23T19:19:24.255Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24032026-07-23T19:19:26.106Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24042026-07-23T19:19:26.156Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24052026-07-23T19:19:34.675Z Finished `release` profile [optimized] target(s) in 1m 39s
24062026-07-23T19:19:34.819Z Running `target/release/omicron-package -t test target create -p dev`
24072026-07-23T19:19:34.876ZLogging to: /work/oxidecomputer/omicron/out/LOG
24082026-07-23T19:19:34.879ZCreated new build target 'test' and set it as active
24092026-07-23T19:19:34.879Z
24102026-07-23T19:19:34.879Zreal 1:40.201591593
24112026-07-23T19:19:34.879Zuser 16:25.327015341
24122026-07-23T19:19:34.879Zsys 2:37.277980761
24132026-07-23T19:19:34.879Ztrap 0.467856790
24142026-07-23T19:19:34.879Ztflt 2.348783082
24152026-07-23T19:19:34.879Zdflt 4.205036420
24162026-07-23T19:19:34.879Zkflt 0.036042596
24172026-07-23T19:19:34.879Zlock 51:45.750490424
24182026-07-23T19:19:34.879Zslp 42:18.854045643
24192026-07-23T19:19:34.879Zlat 44.358008171
24202026-07-23T19:19:34.879Zstop 5:18.608103168
24212026-07-23T19:19:34.882Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24222026-07-23T19:19:35.734Z Finished `release` profile [optimized] target(s) in 0.84s
24232026-07-23T19:19:35.800Z Running `target/release/omicron-package -t test package`
24242026-07-23T19:19:35.857ZLogging to: /work/oxidecomputer/omicron/out/LOG
24252026-07-23T19:19:37.240Z Compiling heck v0.5.0
24262026-07-23T19:19:37.444Z Compiling regress v0.11.1
24272026-07-23T19:19:37.461Z Compiling unsafe-libyaml v0.2.11
24282026-07-23T19:19:37.494Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24292026-07-23T19:19:37.524Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24302026-07-23T19:19:37.543Z Compiling derive-where v1.6.0
24312026-07-23T19:19:37.549Z Compiling bytecount v0.6.9
24322026-07-23T19:19:37.564Z Compiling atomicwrites v0.4.4
24332026-07-23T19:19:37.604Z Compiling is-terminal v0.4.17
24342026-07-23T19:19:37.608Z Compiling prettyplease v0.2.37
24352026-07-23T19:19:37.608Z Compiling console v0.15.11
24362026-07-23T19:19:37.608Z Compiling newline-converter v0.3.0
24372026-07-23T19:19:37.608Z Compiling slog-dtrace v0.3.0
24382026-07-23T19:19:37.665Z Compiling resolv-conf v0.7.6
24392026-07-23T19:19:37.668Z Compiling num-rational v0.4.2
24402026-07-23T19:19:37.751Z Compiling num-complex v0.4.6
24412026-07-23T19:19:37.776Z Compiling thread_local v1.1.9
24422026-07-23T19:19:37.798Z Compiling unicode-width v0.1.14
24432026-07-23T19:19:37.805Z Compiling cancel-safe-futures v0.1.5
24442026-07-23T19:19:37.843Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24452026-07-23T19:19:37.925Z Compiling match_cfg v0.1.0
24462026-07-23T19:19:38.020Z Compiling serde_yaml v0.9.34+deprecated
24472026-07-23T19:19:38.040Z Compiling compression-core v0.4.31
24482026-07-23T19:19:38.045Z Compiling hostname v0.3.1
24492026-07-23T19:19:38.087Z Compiling expectorate v1.2.0
24502026-07-23T19:19:38.157Z Compiling multer v3.1.0
24512026-07-23T19:19:38.183Z Compiling compression-codecs v0.4.37
24522026-07-23T19:19:38.221Z Compiling num v0.4.3
24532026-07-23T19:19:38.250Z Compiling slog-async v2.8.0
24542026-07-23T19:19:38.276Z Compiling crossbeam-channel v0.5.15
24552026-07-23T19:19:38.276Z Compiling slog-json v2.6.1
24562026-07-23T19:19:38.308Z Compiling serde_spanned v1.1.1
24572026-07-23T19:19:38.331Z Compiling toml_datetime v1.1.1+spec-1.1.0
24582026-07-23T19:19:38.350Z Compiling float-ord v0.3.2
24592026-07-23T19:19:38.354Z Compiling linked-hash-map v0.5.6
24602026-07-23T19:19:38.430Z Compiling toml_writer v1.1.1+spec-1.1.0
24612026-07-23T19:19:38.487Z Compiling term v1.2.1
24622026-07-23T19:19:38.513Z Compiling take_mut v0.2.2
24632026-07-23T19:19:38.518Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24642026-07-23T19:19:38.613Z Compiling lru-cache v0.1.2
24652026-07-23T19:19:38.632Z Compiling toml v1.1.2+spec-1.1.0
24662026-07-23T19:19:38.651Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24672026-07-23T19:19:38.694Z Compiling slog-bunyan v2.5.0
24682026-07-23T19:19:38.749Z Compiling async-compression v0.4.41
24692026-07-23T19:19:38.791Z Compiling oxide-update-engine-types v0.1.2
24702026-07-23T19:19:38.792Z Compiling slog-term v2.9.2
24712026-07-23T19:19:38.974Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24722026-07-23T19:19:39.008Z Compiling typify-impl v0.6.2
24732026-07-23T19:19:39.084Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24742026-07-23T19:19:39.107Z Compiling dropshot v0.17.1
24752026-07-23T19:19:39.169Z Compiling async-stream v0.3.6
24762026-07-23T19:19:39.189Z Compiling sha1 v0.11.0
24772026-07-23T19:19:39.245Z Compiling progenitor-client v0.14.0
24782026-07-23T19:19:39.312Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24792026-07-23T19:19:39.331Z Compiling waitgroup v0.1.2
24802026-07-23T19:19:39.466Z Compiling rustls-pemfile v2.2.0
24812026-07-23T19:19:39.564Z Compiling backon v1.6.0
24822026-07-23T19:19:39.564Z Compiling hostname v0.4.2
24832026-07-23T19:19:39.692Z Compiling serde_path_to_error v0.1.20
24842026-07-23T19:19:39.692Z Compiling instant v0.1.13
24852026-07-23T19:19:39.692Z Compiling debug-ignore v1.0.5
24862026-07-23T19:19:39.693Z Compiling linear-map v1.2.0
24872026-07-23T19:19:39.701Z Compiling minimal-lexical v0.2.1
24882026-07-23T19:19:39.701Z Compiling progenitor-extras v0.2.0
24892026-07-23T19:19:39.712Z Compiling backoff v0.4.0
24902026-07-23T19:19:39.725Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24912026-07-23T19:19:39.792Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24922026-07-23T19:19:39.983Z Compiling nom v7.1.3
24932026-07-23T19:19:39.988Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24942026-07-23T19:19:39.989Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24952026-07-23T19:19:39.989Z Compiling parse-display v0.10.0
24962026-07-23T19:19:39.989Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24972026-07-23T19:19:40.140Z Compiling oxide-update-engine v0.1.2
24982026-07-23T19:19:41.201Z Compiling hickory-proto v0.24.4
24992026-07-23T19:19:41.201Z Compiling regress v0.10.5
25002026-07-23T19:19:41.201Z Compiling macaddr v1.0.1
25012026-07-23T19:19:41.201Z Compiling humantime v2.3.0
25022026-07-23T19:19:41.201Z Compiling unicode-xid v0.2.6
25032026-07-23T19:19:41.363Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25042026-07-23T19:19:41.385Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25052026-07-23T19:19:41.470Z Compiling convert_case v0.10.0
25062026-07-23T19:19:41.549Z Compiling owo-colors v4.3.0
25072026-07-23T19:19:41.678Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25082026-07-23T19:19:41.773Z Compiling derive_more-impl v2.1.1
25092026-07-23T19:19:41.892Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25102026-07-23T19:19:41.935Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25112026-07-23T19:19:42.010Z Compiling toml v0.8.23
25122026-07-23T19:19:42.445Z Compiling typify-macro v0.6.2
25132026-07-23T19:19:42.575Z Compiling derive_more v2.1.1
25142026-07-23T19:19:42.598Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25152026-07-23T19:19:42.619Z Compiling papergrid v0.11.0
25162026-07-23T19:19:42.658Z Compiling tabled_derive v0.7.0
25172026-07-23T19:19:42.686Z Compiling termtree v0.5.1
25182026-07-23T19:19:42.759Z Compiling hickory-resolver v0.24.4
25192026-07-23T19:19:42.912Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25202026-07-23T19:19:43.221Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25212026-07-23T19:19:43.619Z Compiling tabled v0.15.0
25222026-07-23T19:19:43.855Z Compiling crossterm v0.29.0
25232026-07-23T19:19:44.056Z Compiling typify v0.6.2
25242026-07-23T19:19:44.337Z Compiling progenitor-impl v0.14.0
25252026-07-23T19:19:44.754Z Compiling qorb v0.4.1
25262026-07-23T19:19:45.070Z Compiling phf_shared v0.12.1
25272026-07-23T19:19:45.323Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25282026-07-23T19:19:45.870Z Compiling csv-core v0.1.13
25292026-07-23T19:19:46.308Z Compiling vte v0.14.1
25302026-07-23T19:19:46.497Z Compiling progenitor-macro v0.14.0
25312026-07-23T19:19:46.769Z Compiling chrono-tz v0.10.4
25322026-07-23T19:19:47.003Z Compiling highway v1.3.0
25332026-07-23T19:19:47.642Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25342026-07-23T19:19:47.709Z Compiling strip-ansi-escapes v0.2.1
25352026-07-23T19:19:47.740Z Compiling csv v1.4.0
25362026-07-23T19:19:47.824Z Compiling phf v0.12.1
25372026-07-23T19:19:47.966Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25382026-07-23T19:19:48.032Z Compiling const_format_proc_macros v0.2.34
25392026-07-23T19:19:48.302Z Compiling fd-lock v4.0.4
25402026-07-23T19:19:48.344Z Compiling peg-macros v0.8.5
25412026-07-23T19:19:48.497Z Compiling nu-ansi-term v0.50.3
25422026-07-23T19:19:48.547Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25432026-07-23T19:19:48.836Z Compiling const_format v0.2.35
25442026-07-23T19:19:49.138Z Compiling reedline v0.40.0
25452026-07-23T19:19:49.239Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25462026-07-23T19:19:49.642Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25472026-07-23T19:19:49.988Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25482026-07-23T19:19:50.563Z Compiling progenitor v0.14.0
25492026-07-23T19:19:50.742Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25502026-07-23T19:19:50.765Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25512026-07-23T19:19:50.790Z Compiling peg v0.8.5
25522026-07-23T19:19:50.854Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25532026-07-23T19:19:50.895Z Compiling bcs v0.1.6
25542026-07-23T19:19:51.341Z Compiling nom v8.0.0
25552026-07-23T19:19:51.564Z Compiling semver v0.1.20
25562026-07-23T19:19:51.862Z Compiling rustc_version v0.1.7
25572026-07-23T19:19:52.123Z Compiling newtype_derive v0.1.6
25582026-07-23T19:19:52.360Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25592026-07-23T19:19:52.597Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25602026-07-23T19:19:52.618Z Compiling smawk v0.3.2
25612026-07-23T19:19:52.873Z Compiling unicode-linebreak v0.1.5
25622026-07-23T19:19:53.185Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25632026-07-23T19:19:53.309Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25642026-07-23T19:19:53.331Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25652026-07-23T19:19:53.413Z Compiling textwrap v0.16.2
25662026-07-23T19:19:53.647Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25672026-07-23T19:19:53.652Z Compiling base64 v0.21.7
25682026-07-23T19:19:53.920Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25692026-07-23T19:19:54.111Z Compiling steno v0.4.1
25702026-07-23T19:19:54.209Z Compiling dropshot-api-manager-types v0.7.2
25712026-07-23T19:19:54.391Z Compiling sha1 v0.10.6
25722026-07-23T19:19:54.811Z Compiling utf-8 v0.7.6
25732026-07-23T19:19:54.834Z Compiling tagptr v0.2.0
25742026-07-23T19:19:55.023Z Compiling moka v0.12.13
25752026-07-23T19:19:55.035Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25762026-07-23T19:19:55.075Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25772026-07-23T19:19:55.200Z Compiling tungstenite v0.21.0
25782026-07-23T19:19:55.229Z Compiling display-error-chain v0.2.2
25792026-07-23T19:19:55.418Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25802026-07-23T19:19:55.482Z Compiling radium v0.7.0
25812026-07-23T19:19:55.778Z Compiling tap v1.0.1
25822026-07-23T19:19:55.870Z Compiling tokio-tungstenite v0.21.0
25832026-07-23T19:19:55.876Z Compiling maybe-uninit v2.0.0
25842026-07-23T19:19:56.181Z Compiling hickory-resolver v0.25.2
25852026-07-23T19:19:56.233Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25862026-07-23T19:19:56.505Z Compiling wyz v0.5.1
25872026-07-23T19:19:56.647Z Compiling num-derive v0.3.3
25882026-07-23T19:19:56.761Z Compiling vergen-lib v0.1.6
25892026-07-23T19:19:57.054Z Compiling zerocopy-derive v0.6.6
25902026-07-23T19:19:57.339Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25912026-07-23T19:19:57.588Z Compiling proc-macro-error-attr2 v2.0.0
25922026-07-23T19:19:57.878Z Compiling crc-catalog v2.4.0
25932026-07-23T19:19:58.002Z Compiling funty v2.0.0
25942026-07-23T19:19:58.028Z Compiling diesel_derives v2.3.7
25952026-07-23T19:19:58.194Z Compiling packed_struct v0.10.1
25962026-07-23T19:19:58.348Z Compiling proc-macro-error2 v2.0.1
25972026-07-23T19:19:58.520Z Compiling bitvec v1.0.1
25982026-07-23T19:19:58.646Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25992026-07-23T19:19:58.744Z Compiling crc v3.4.0
26002026-07-23T19:19:58.955Z Compiling zerocopy v0.6.6
26012026-07-23T19:19:58.974Z Compiling libscf-sys v1.1.0
26022026-07-23T19:19:59.339Z Compiling dsl_auto_type v0.2.0
26032026-07-23T19:19:59.443Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26042026-07-23T19:19:59.468Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26052026-07-23T19:19:59.571Z Compiling scheduled-thread-pool v0.2.7
26062026-07-23T19:19:59.599Z Compiling packed_struct_codegen v0.10.1
26072026-07-23T19:19:59.875Z Compiling vergen-gitcl v1.0.8
26082026-07-23T19:20:00.118Z Compiling diesel_table_macro_syntax v0.3.0
26092026-07-23T19:20:00.166Z Compiling bitfield-macros v0.19.4
26102026-07-23T19:20:00.342Z Compiling dirs-sys-next v0.1.2
26112026-07-23T19:20:00.380Z Compiling indexmap v1.9.3
26122026-07-23T19:20:00.619Z Compiling nodrop v0.1.14
26132026-07-23T19:20:00.642Z Compiling glob v0.3.3
26142026-07-23T19:20:00.642Z Compiling maplit v1.0.2
26152026-07-23T19:20:00.756Z Compiling crunchy v0.2.4
26162026-07-23T19:20:00.783Z Compiling array-init v0.0.4
26172026-07-23T19:20:00.893Z Compiling bitfield v0.19.4
26182026-07-23T19:20:01.040Z Compiling clang-sys v1.8.1
26192026-07-23T19:20:01.182Z Compiling dirs-next v2.0.0
26202026-07-23T19:20:01.259Z Compiling r2d2 v0.8.10
26212026-07-23T19:20:01.340Z Compiling smallvec v0.6.14
26222026-07-23T19:20:01.555Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26232026-07-23T19:20:01.637Z Compiling tabled_derive v0.11.0
26242026-07-23T19:20:01.790Z Compiling papergrid v0.17.0
26252026-07-23T19:20:02.071Z Compiling testing_table v0.3.0
26262026-07-23T19:20:02.189Z Compiling downcast-rs v2.0.2
26272026-07-23T19:20:02.263Z Compiling tiny-keccak v2.0.2
26282026-07-23T19:20:02.327Z Compiling hashbrown v0.12.3
26292026-07-23T19:20:02.495Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26302026-07-23T19:20:02.574Z Compiling serde-hex v0.1.0
26312026-07-23T19:20:02.684Z Compiling term v0.7.0
26322026-07-23T19:20:02.733Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26332026-07-23T19:20:02.828Z Compiling ron v0.8.1
26342026-07-23T19:20:02.973Z Compiling tabled v0.20.0
26352026-07-23T19:20:03.059Z Compiling hashbrown v0.13.2
26362026-07-23T19:20:03.210Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26372026-07-23T19:20:03.651Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26382026-07-23T19:20:03.712Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26392026-07-23T19:20:03.941Z Compiling bit-vec v0.6.3
26402026-07-23T19:20:04.190Z Compiling crc-any v2.5.0
26412026-07-23T19:20:04.621Z Compiling bit-set v0.5.3
26422026-07-23T19:20:04.667Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26432026-07-23T19:20:04.773Z Compiling object v0.30.4
26442026-07-23T19:20:04.809Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26452026-07-23T19:20:05.050Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26462026-07-23T19:20:05.173Z Compiling ascii-canvas v3.0.0
26472026-07-23T19:20:05.444Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26482026-07-23T19:20:05.450Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26492026-07-23T19:20:05.489Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26502026-07-23T19:20:05.594Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26512026-07-23T19:20:05.729Z Compiling itertools v0.10.5
26522026-07-23T19:20:05.780Z Compiling ena v0.14.4
26532026-07-23T19:20:05.928Z Compiling diesel v2.3.7
26542026-07-23T19:20:06.034Z Compiling libloading v0.8.9
26552026-07-23T19:20:06.058Z Compiling diff v0.1.13
26562026-07-23T19:20:06.270Z Compiling unicase v2.9.0
26572026-07-23T19:20:06.321Z Compiling regex-syntax v0.6.29
26582026-07-23T19:20:06.572Z Compiling path-slash v0.1.5
26592026-07-23T19:20:06.708Z Compiling bindgen v0.71.1
26602026-07-23T19:20:06.758Z Compiling xshell-macros v0.2.7
26612026-07-23T19:20:07.231Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26622026-07-23T19:20:07.393Z Compiling xshell v0.2.7
26632026-07-23T19:20:08.242Z Compiling lalrpop v0.19.12
26642026-07-23T19:20:08.848Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26652026-07-23T19:20:08.868Z Compiling cexpr v0.6.0
26662026-07-23T19:20:08.965Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26672026-07-23T19:20:09.213Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26682026-07-23T19:20:09.506Z Compiling rustc-hash v2.1.1
26692026-07-23T19:20:09.532Z Compiling crc8 v0.1.1
26702026-07-23T19:20:09.737Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26712026-07-23T19:20:09.759Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26722026-07-23T19:20:09.798Z Compiling headers-core v0.3.0
26732026-07-23T19:20:09.958Z Compiling libxml v0.3.3
26742026-07-23T19:20:10.008Z Compiling headers v0.4.1
26752026-07-23T19:20:10.252Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26762026-07-23T19:20:10.360Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26772026-07-23T19:20:10.597Z Compiling strum_macros v0.24.3
26782026-07-23T19:20:10.800Z Compiling indoc v1.0.9
26792026-07-23T19:20:11.317Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26802026-07-23T19:20:11.466Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26812026-07-23T19:20:11.662Z Compiling derive_builder v0.20.2
26822026-07-23T19:20:11.704Z Compiling quick-xml v0.37.5
26832026-07-23T19:20:11.838Z Compiling oso-derive v0.27.3
26842026-07-23T19:20:11.880Z Compiling impl-trait-for-tuples v0.2.3
26852026-07-23T19:20:12.359Z Compiling openssl-probe v0.1.6
26862026-07-23T19:20:12.694Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26872026-07-23T19:20:12.884Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26882026-07-23T19:20:13.006Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26892026-07-23T19:20:13.028Z Compiling bb8 v0.8.6
26902026-07-23T19:20:13.128Z Compiling trait-variant v0.1.2
26912026-07-23T19:20:13.144Z Compiling half v1.8.3
26922026-07-23T19:20:13.253Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26932026-07-23T19:20:13.409Z Compiling serde_cbor v0.11.2
26942026-07-23T19:20:13.439Z Compiling progenitor-impl v0.13.0
26952026-07-23T19:20:13.584Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26962026-07-23T19:20:13.684Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26972026-07-23T19:20:13.855Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26982026-07-23T19:20:14.292Z Compiling samael v0.0.19
26992026-07-23T19:20:14.429Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27002026-07-23T19:20:14.545Z Compiling progenitor-client v0.13.0
27012026-07-23T19:20:14.767Z Compiling nonempty v0.12.0
27022026-07-23T19:20:14.897Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27032026-07-23T19:20:14.993Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27042026-07-23T19:20:15.083Z Compiling fxhash v0.2.1
27052026-07-23T19:20:15.202Z Compiling libz-sys v1.1.24
27062026-07-23T19:20:15.252Z Compiling salty v0.3.0
27072026-07-23T19:20:15.630Z Compiling progenitor-macro v0.13.0
27082026-07-23T19:20:15.663Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27092026-07-23T19:20:15.678Z Compiling polar-core v0.27.3
27102026-07-23T19:20:15.768Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27112026-07-23T19:20:15.896Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27122026-07-23T19:20:16.048Z Compiling kstat-rs v0.2.4
27132026-07-23T19:20:16.382Z Compiling arc-swap v1.8.2
27142026-07-23T19:20:16.529Z Compiling fs-err v2.11.0
27152026-07-23T19:20:16.721Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27162026-07-23T19:20:16.931Z Compiling slog-scope v4.4.1
27172026-07-23T19:20:17.028Z Compiling mime_guess v2.0.5
27182026-07-23T19:20:17.426Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27192026-07-23T19:20:17.470Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27202026-07-23T19:20:17.561Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27212026-07-23T19:20:19.015Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27222026-07-23T19:20:19.040Z Compiling rfc6979 v0.4.0
27232026-07-23T19:20:19.106Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27242026-07-23T19:20:19.254Z Compiling nanorand v0.7.0
27252026-07-23T19:20:19.624Z Compiling libgit2-sys v0.18.3+1.9.2
27262026-07-23T19:20:19.653Z Compiling progenitor v0.13.0
27272026-07-23T19:20:19.708Z Compiling parking_lot_core v0.8.6
27282026-07-23T19:20:19.835Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27292026-07-23T19:20:20.096Z Compiling flume v0.11.1
27302026-07-23T19:20:20.483Z Compiling ecdsa v0.16.9
27312026-07-23T19:20:21.147Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27322026-07-23T19:20:21.226Z Compiling slog-stdlog v4.1.1
27332026-07-23T19:20:21.711Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27342026-07-23T19:20:21.836Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27352026-07-23T19:20:21.880Z Compiling primeorder v0.13.6
27362026-07-23T19:20:22.056Z Compiling git-stub v1.0.0
27372026-07-23T19:20:22.188Z Compiling atty v0.2.14
27382026-07-23T19:20:22.328Z Compiling strsim v0.10.0
27392026-07-23T19:20:22.345Z Compiling parse-size v1.1.0
27402026-07-23T19:20:22.566Z Compiling instability v0.3.11
27412026-07-23T19:20:22.645Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27422026-07-23T19:20:22.846Z Compiling http-range v0.1.5
27432026-07-23T19:20:22.971Z Compiling darling_core v0.13.4
27442026-07-23T19:20:23.089Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27452026-07-23T19:20:23.189Z Compiling git-stub-vcs v0.1.0
27462026-07-23T19:20:24.611Z Compiling async-bb8-diesel v0.2.1
27472026-07-23T19:20:25.095Z Compiling oso v0.27.3
27482026-07-23T19:20:30.225Z Compiling diesel-dtrace v0.5.0
27492026-07-23T19:20:30.362Z Compiling p384 v0.13.1
27502026-07-23T19:20:30.362Z Compiling slog-envlogger v2.2.0
27512026-07-23T19:20:30.363Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27522026-07-23T19:20:30.363Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27532026-07-23T19:20:30.363Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27542026-07-23T19:20:30.363Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27552026-07-23T19:20:30.474Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27562026-07-23T19:20:30.474Z Compiling ignore v0.4.25
27572026-07-23T19:20:30.691Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27582026-07-23T19:20:31.201Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27592026-07-23T19:20:31.619Z Compiling vergen-git2 v9.1.0
27602026-07-23T19:20:31.855Z Compiling castaway v0.2.4
27612026-07-23T19:20:32.015Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27622026-07-23T19:20:32.162Z Compiling indoc v2.0.7
27632026-07-23T19:20:32.350Z Compiling compact_str v0.8.1
27642026-07-23T19:20:33.022Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27652026-07-23T19:20:33.332Z Compiling globwalk v0.9.1
27662026-07-23T19:20:33.561Z Compiling parking_lot v0.11.2
27672026-07-23T19:20:33.796Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27682026-07-23T19:20:34.041Z Compiling hyper-staticfile v0.10.1
27692026-07-23T19:20:34.445Z Compiling darling_macro v0.13.4
27702026-07-23T19:20:34.483Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27712026-07-23T19:20:34.946Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27722026-07-23T19:20:35.243Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27732026-07-23T19:20:35.271Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27742026-07-23T19:20:35.301Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27752026-07-23T19:20:35.605Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27762026-07-23T19:20:35.771Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
27772026-07-23T19:20:35.774Z Compiling predicates-tree v1.0.13
27782026-07-23T19:20:36.066Z Compiling unicode-truncate v1.1.0
27792026-07-23T19:20:36.250Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27802026-07-23T19:20:36.279Z Compiling lru v0.12.5
27812026-07-23T19:20:36.490Z Compiling prefix-trie v0.7.0
27822026-07-23T19:20:36.513Z Compiling rand_seeder v0.4.0
27832026-07-23T19:20:36.769Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27842026-07-23T19:20:36.792Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27852026-07-23T19:20:36.977Z Compiling illumos-nvpair-sys v0.2.0
27862026-07-23T19:20:36.998Z Compiling corncobs v0.1.4
27872026-07-23T19:20:37.064Z Compiling cassowary v0.3.0
27882026-07-23T19:20:37.238Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27892026-07-23T19:20:37.258Z Compiling hickory-server v0.25.2
27902026-07-23T19:20:37.277Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27912026-07-23T19:20:37.317Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
27922026-07-23T19:20:37.372Z Compiling ratatui v0.29.0
27932026-07-23T19:20:37.492Z Compiling camino-tempfile-ext v0.3.3
27942026-07-23T19:20:37.514Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27952026-07-23T19:20:37.589Z Compiling darling v0.13.4
27962026-07-23T19:20:37.976Z Compiling sled v0.34.7
27972026-07-23T19:20:38.155Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27982026-07-23T19:20:38.450Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27992026-07-23T19:20:38.652Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28002026-07-23T19:20:39.149Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28012026-07-23T19:20:40.080Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28022026-07-23T19:20:40.274Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28032026-07-23T19:20:40.511Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28042026-07-23T19:20:40.751Z Compiling secrecy v0.8.0
28052026-07-23T19:20:40.948Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28062026-07-23T19:20:41.314Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28072026-07-23T19:20:42.321Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28082026-07-23T19:20:42.689Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28092026-07-23T19:20:43.165Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28102026-07-23T19:20:43.189Z Compiling serde_with_macros v1.5.2
28112026-07-23T19:20:44.015Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28122026-07-23T19:20:44.124Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28132026-07-23T19:20:45.202Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28142026-07-23T19:20:45.539Z Compiling git2 v0.20.4
28152026-07-23T19:20:45.602Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28162026-07-23T19:20:45.652Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28172026-07-23T19:20:45.853Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28182026-07-23T19:20:45.928Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28192026-07-23T19:20:46.148Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28202026-07-23T19:20:46.187Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28212026-07-23T19:20:46.413Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28222026-07-23T19:20:46.443Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28232026-07-23T19:20:46.576Z Compiling void v1.0.2
28242026-07-23T19:20:46.716Z Compiling lzss v0.8.2
28252026-07-23T19:20:47.000Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28262026-07-23T19:20:47.022Z Compiling illumos-nvpair v0.3.0
28272026-07-23T19:20:47.520Z Compiling serde_with v1.14.0
28282026-07-23T19:20:48.650Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28292026-07-23T19:20:48.730Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28302026-07-23T19:20:49.099Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28312026-07-23T19:20:50.245Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28322026-07-23T19:20:50.378Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28332026-07-23T19:20:50.400Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28342026-07-23T19:20:51.462Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
28352026-07-23T19:20:51.593Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28362026-07-23T19:20:52.099Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28372026-07-23T19:20:52.330Z Compiling tungstenite v0.23.0
28382026-07-23T19:20:52.352Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28392026-07-23T19:20:53.451Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28402026-07-23T19:20:54.490Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28412026-07-23T19:20:54.514Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28422026-07-23T19:20:54.693Z Compiling nix v0.27.1
28432026-07-23T19:20:54.750Z Compiling twox-hash v2.1.2
28442026-07-23T19:20:54.771Z Compiling libsw-core v0.3.2
28452026-07-23T19:20:55.002Z Compiling serde_bytes v0.11.19
28462026-07-23T19:20:55.265Z Compiling libsw v3.5.0
28472026-07-23T19:20:55.299Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28482026-07-23T19:20:55.496Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28492026-07-23T19:20:55.687Z Compiling tokio-tungstenite v0.23.1
28502026-07-23T19:20:55.859Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28512026-07-23T19:20:56.070Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28522026-07-23T19:20:56.535Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28532026-07-23T19:20:56.975Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28542026-07-23T19:20:58.195Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28552026-07-23T19:20:59.469Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28562026-07-23T19:20:59.564Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28572026-07-23T19:21:00.127Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28582026-07-23T19:21:00.427Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28592026-07-23T19:21:00.533Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28602026-07-23T19:21:00.554Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28612026-07-23T19:21:00.741Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
28622026-07-23T19:21:00.827Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28632026-07-23T19:21:01.250Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28642026-07-23T19:21:02.170Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28652026-07-23T19:21:02.495Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28662026-07-23T19:21:05.268Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28672026-07-23T19:21:05.343Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28682026-07-23T19:21:05.839Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28692026-07-23T19:21:06.317Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28702026-07-23T19:21:06.390Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28712026-07-23T19:21:07.786Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28722026-07-23T19:21:08.108Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28732026-07-23T19:21:08.334Z Compiling signal-hook-tokio v0.3.1
28742026-07-23T19:21:08.524Z Compiling fatfs v0.3.6
28752026-07-23T19:21:08.574Z Compiling yasna v0.5.2
28762026-07-23T19:21:08.732Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28772026-07-23T19:21:09.733Z Compiling seq-macro v0.3.6
28782026-07-23T19:21:09.790Z Compiling assert_matches v1.5.0
28792026-07-23T19:21:09.903Z Compiling is_ci v1.2.0
28802026-07-23T19:21:10.119Z Compiling supports-color v3.0.2
28812026-07-23T19:21:10.143Z Compiling rcgen v0.12.1
28822026-07-23T19:21:10.146Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28832026-07-23T19:21:10.421Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28842026-07-23T19:21:10.593Z Compiling oxide-update-engine-display v0.1.2
28852026-07-23T19:21:11.326Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28862026-07-23T19:21:11.619Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28872026-07-23T19:21:11.883Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28882026-07-23T19:21:12.131Z Compiling port-file v0.1.0
28892026-07-23T19:21:12.462Z Compiling subprocess v0.2.15
28902026-07-23T19:21:12.533Z Compiling rtoolbox v0.0.3
28912026-07-23T19:21:12.821Z Compiling rpassword v7.5.4
28922026-07-23T19:21:13.476Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28932026-07-23T19:21:13.673Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28942026-07-23T19:21:14.699Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28952026-07-23T19:21:14.835Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28962026-07-23T19:21:15.040Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28972026-07-23T19:21:15.381Z Compiling tui-tree-widget v0.23.1
28982026-07-23T19:21:15.673Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28992026-07-23T19:21:17.111Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29002026-07-23T19:21:17.317Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29012026-07-23T19:21:17.565Z Compiling uzers v0.12.2
29022026-07-23T19:21:18.787Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29032026-07-23T19:21:18.999Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29042026-07-23T19:21:19.729Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29052026-07-23T19:21:20.370Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29062026-07-23T19:21:21.126Z Compiling support-bundle-viewer v0.1.2
29072026-07-23T19:21:23.033Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29082026-07-23T19:21:24.218Z Compiling multimap v0.10.1
29092026-07-23T19:21:35.470Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29102026-07-23T19:21:40.366Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29112026-07-23T19:21:46.129Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29122026-07-23T19:21:47.027Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29132026-07-23T19:21:48.609Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29142026-07-23T19:28:12.975Z Finished `release` profile [optimized] target(s) in 8m 37s
29152026-07-23T19:28:58.750Z
29162026-07-23T19:28:58.750Zreal 9:23.843182756
29172026-07-23T19:28:58.758Zuser 1:19:03.599043089
29182026-07-23T19:28:58.758Zsys 3:28.467829085
29192026-07-23T19:28:58.758Ztrap 1.768746581
29202026-07-23T19:28:58.758Ztflt 2.430856164
29212026-07-23T19:28:58.758Zdflt 16.195097537
29222026-07-23T19:28:58.758Zkflt 0.004492271
29232026-07-23T19:28:58.758Zlock 6:47:46.136122670
29242026-07-23T19:28:58.758Zslp 2:13:05.924793102
29252026-07-23T19:28:58.758Zlat 2:24.557760218
29262026-07-23T19:28:58.758Zstop 5:20.590098899
29272026-07-23T19:28:58.759Z+ mapfile -t packages
29282026-07-23T19:28:58.759Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29292026-07-23T19:28:59.669Z Finished `release` profile [optimized] target(s) in 0.90s
29302026-07-23T19:28:59.741Z Running `target/release/omicron-package -t test list-outputs`
29312026-07-23T19:28:59.801ZLogging to: /work/oxidecomputer/omicron/out/LOG
29322026-07-23T19:28:59.804Z+ ptime -m cargo build --locked --release -p xtask
29332026-07-23T19:29:00.271Z Compiling libc v0.2.185
29342026-07-23T19:29:00.271Z Compiling serde_core v1.0.228
29352026-07-23T19:29:00.274Z Compiling serde v1.0.228
29362026-07-23T19:29:00.274Z Compiling rustix v1.1.3
29372026-07-23T19:29:00.274Z Compiling serde_json v1.0.150
29382026-07-23T19:29:00.274Z Compiling bitflags v2.11.0
29392026-07-23T19:29:00.430Z Compiling usdt-impl v0.5.0
29402026-07-23T19:29:00.433Z Compiling syn v2.0.117
29412026-07-23T19:29:00.451Z Compiling syn v1.0.109
29422026-07-23T19:29:00.463Z Compiling log v0.4.29
29432026-07-23T19:29:00.466Z Compiling getrandom v0.4.1
29442026-07-23T19:29:00.485Z Compiling indexmap v2.14.0
29452026-07-23T19:29:00.499Z Compiling fs-err v3.3.0
29462026-07-23T19:29:00.729Z Compiling once_cell v1.21.3
29472026-07-23T19:29:00.766Z Compiling anyhow v1.0.102
29482026-07-23T19:29:00.815Z Compiling heck v0.4.1
29492026-07-23T19:29:01.174Z Compiling thread-id v4.2.2
29502026-07-23T19:29:01.185Z Compiling errno v0.3.14
29512026-07-23T19:29:01.188Z Compiling memmap v0.7.0
29522026-07-23T19:29:01.933Z Compiling proc-macro-error v1.0.4
29532026-07-23T19:29:02.157Z Compiling terminal_size v0.4.3
29542026-07-23T19:29:02.160Z Compiling tempfile v3.25.0
29552026-07-23T19:29:02.180Z Compiling tabled_derive v0.7.0
29562026-07-23T19:29:02.256Z Compiling clap_builder v4.6.0
29572026-07-23T19:29:02.256Z Compiling textwrap v0.16.2
29582026-07-23T19:29:02.563Z Compiling camino v1.2.2
29592026-07-23T19:29:02.595Z Compiling semver v1.0.28
29602026-07-23T19:29:02.611Z Compiling pest_generator v2.8.6
29612026-07-23T19:29:02.648Z Compiling cargo-platform v0.3.2
29622026-07-23T19:29:02.865Z Compiling camino-tempfile v1.4.1
29632026-07-23T19:29:02.888Z Compiling tabled v0.15.0
29642026-07-23T19:29:03.200Z Compiling serde_derive v1.0.228
29652026-07-23T19:29:03.203Z Compiling thiserror-impl v1.0.69
29662026-07-23T19:29:03.203Z Compiling zerocopy-derive v0.7.35
29672026-07-23T19:29:03.203Z Compiling pest_derive v2.8.6
29682026-07-23T19:29:03.203Z Compiling scroll_derive v0.12.1
29692026-07-23T19:29:03.203Z Compiling thiserror-impl v2.0.18
29702026-07-23T19:29:03.203Z Compiling clap_derive v4.6.1
29712026-07-23T19:29:03.964Z Compiling scroll v0.12.0
29722026-07-23T19:29:04.049Z Compiling zerocopy v0.7.35
29732026-07-23T19:29:04.254Z Compiling goblin v0.8.2
29742026-07-23T19:29:04.359Z Compiling thiserror v1.0.69
29752026-07-23T19:29:04.484Z Compiling dtrace-parser v0.2.0
29762026-07-23T19:29:04.617Z Compiling thiserror v2.0.18
29772026-07-23T19:29:04.914Z Compiling clap v4.6.1
29782026-07-23T19:29:06.546Z Compiling toml_datetime v0.6.11
29792026-07-23T19:29:06.547Z Compiling serde_spanned v0.6.9
29802026-07-23T19:29:06.557Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29812026-07-23T19:29:06.568Z Compiling macaddr v1.0.1
29822026-07-23T19:29:06.591Z Compiling cargo_metadata v0.23.1
29832026-07-23T19:29:06.609Z Compiling dof v0.3.0
29842026-07-23T19:29:06.609Z Compiling serde_tokenstream v0.2.3
29852026-07-23T19:29:06.733Z Compiling toml_edit v0.22.27
29862026-07-23T19:29:07.263Z Compiling usdt-attr-macro v0.5.0
29872026-07-23T19:29:07.266Z Compiling usdt-macro v0.5.0
29882026-07-23T19:29:07.942Z Compiling usdt v0.5.0
29892026-07-23T19:29:08.249Z Compiling toml v0.8.23
29902026-07-23T19:29:08.709Z Compiling cargo_toml v0.21.0
29912026-07-23T19:29:13.161Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29922026-07-23T19:29:16.383Z Finished `release` profile [optimized] target(s) in 16.57s
29932026-07-23T19:29:16.487Z
29942026-07-23T19:29:16.488Zreal 16.649367462
29952026-07-23T19:29:16.488Zuser 2:05.295959898
29962026-07-23T19:29:16.488Zsys 14.173557291
29972026-07-23T19:29:16.488Ztrap 0.079690656
29982026-07-23T19:29:16.488Ztflt 0.510585418
29992026-07-23T19:29:16.488Zdflt 1.770518250
30002026-07-23T19:29:16.491Zkflt 0.000016010
30012026-07-23T19:29:16.491Zlock 4:30.361806647
30022026-07-23T19:29:16.491Zslp 2:44.444621175
30032026-07-23T19:29:16.491Zlat 3.647840212
30042026-07-23T19:29:16.491Zstop 15.028223255
30052026-07-23T19:29:16.491Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30062026-07-23T19:29:16.491Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30072026-07-23T19:29:16.491Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30082026-07-23T19:29:16.491Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30092026-07-23T19:29:16.491Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30102026-07-23T19:29:17.407Z Compiling progenitor-client v0.14.0
30112026-07-23T19:29:17.407Z Compiling newtype-uuid-macros v0.1.0
30122026-07-23T19:29:17.407Z Compiling match_cfg v0.1.0
30132026-07-23T19:29:17.413Z Compiling slog-json v2.6.1
30142026-07-23T19:29:17.413Z Compiling structmeta-derive v0.3.0
30152026-07-23T19:29:17.413Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30162026-07-23T19:29:17.555Z Compiling sha1 v0.11.0
30172026-07-23T19:29:17.562Z Compiling multer v3.1.0
30182026-07-23T19:29:17.562Z Compiling compression-core v0.4.31
30192026-07-23T19:29:17.569Z Compiling debug-ignore v1.0.5
30202026-07-23T19:29:17.569Z Compiling itertools v0.14.0
30212026-07-23T19:29:17.569Z Compiling async-stream-impl v0.3.6
30222026-07-23T19:29:17.569Z Compiling serde_spanned v1.1.1
30232026-07-23T19:29:17.569Z Compiling toml_datetime v1.1.1+spec-1.1.0
30242026-07-23T19:29:17.587Z Compiling dropshot v0.17.1
30252026-07-23T19:29:17.594Z Compiling toml_writer v1.1.1+spec-1.1.0
30262026-07-23T19:29:17.763Z Compiling waitgroup v0.1.2
30272026-07-23T19:29:17.863Z Compiling rustls-pemfile v2.2.0
30282026-07-23T19:29:17.870Z Compiling hostname v0.3.1
30292026-07-23T19:29:17.891Z Compiling compression-codecs v0.4.37
30302026-07-23T19:29:17.906Z Compiling toml v1.1.2+spec-1.1.0
30312026-07-23T19:29:17.948Z Compiling dropshot_endpoint v0.17.1
30322026-07-23T19:29:17.971Z Compiling serde_path_to_error v0.1.20
30332026-07-23T19:29:18.009Z Compiling slog-bunyan v2.5.0
30342026-07-23T19:29:18.016Z Compiling hostname v0.4.2
30352026-07-23T19:29:18.016Z Compiling atomicwrites v0.4.4
30362026-07-23T19:29:18.077Z Compiling async-compression v0.4.41
30372026-07-23T19:29:18.083Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30382026-07-23T19:29:18.084Z Compiling macaddr v1.0.1
30392026-07-23T19:29:18.171Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30402026-07-23T19:29:18.175Z Compiling instant v0.1.13
30412026-07-23T19:29:18.208Z Compiling regress v0.10.5
30422026-07-23T19:29:18.229Z Compiling backon v1.6.0
30432026-07-23T19:29:18.250Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30442026-07-23T19:29:18.271Z Compiling async-stream v0.3.6
30452026-07-23T19:29:18.315Z Compiling backoff v0.4.0
30462026-07-23T19:29:18.333Z Compiling humantime v2.3.0
30472026-07-23T19:29:18.354Z Compiling half v2.7.1
30482026-07-23T19:29:18.375Z Compiling ciborium-io v0.2.2
30492026-07-23T19:29:18.448Z Compiling progenitor-extras v0.2.0
30502026-07-23T19:29:18.452Z Compiling crucible-workspace-hack v0.1.0
30512026-07-23T19:29:18.470Z Compiling regress v0.11.1
30522026-07-23T19:29:18.492Z Compiling convert_case v0.4.0
30532026-07-23T19:29:18.546Z Compiling secrecy v0.10.3
30542026-07-23T19:29:18.625Z Compiling ciborium-ll v0.2.2
30552026-07-23T19:29:18.643Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30562026-07-23T19:29:18.650Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30572026-07-23T19:29:18.681Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30582026-07-23T19:29:18.698Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30592026-07-23T19:29:18.701Z Compiling structmeta v0.3.0
30602026-07-23T19:29:18.701Z Compiling inout v0.1.4
30612026-07-23T19:29:18.827Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30622026-07-23T19:29:18.830Z Compiling unsafe-libyaml v0.2.11
30632026-07-23T19:29:18.830Z Compiling ciborium v0.2.2
30642026-07-23T19:29:18.830Z Compiling thiserror-impl-no-std v2.0.2
30652026-07-23T19:29:18.901Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30662026-07-23T19:29:18.905Z Compiling cipher v0.4.4
30672026-07-23T19:29:18.905Z Compiling derive_more v0.99.20
30682026-07-23T19:29:18.911Z Compiling universal-hash v0.5.1
30692026-07-23T19:29:18.994Z Compiling derive-ex v0.1.8
30702026-07-23T19:29:19.026Z Compiling parse-display-derive v0.10.0
30712026-07-23T19:29:19.049Z Compiling opaque-debug v0.3.1
30722026-07-23T19:29:19.064Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30732026-07-23T19:29:19.083Z Compiling blake2 v0.10.6
30742026-07-23T19:29:19.143Z Compiling poly1305 v0.8.0
30752026-07-23T19:29:19.183Z Compiling chacha20 v0.9.1
30762026-07-23T19:29:19.243Z Compiling aead v0.5.2
30772026-07-23T19:29:19.397Z Compiling serde_yaml v0.9.34+deprecated
30782026-07-23T19:29:19.437Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30792026-07-23T19:29:19.456Z Compiling password-hash v0.5.0
30802026-07-23T19:29:19.480Z Compiling toml_datetime v0.7.5+spec-1.1.0
30812026-07-23T19:29:23.103Z Compiling indent_write v2.2.0
30822026-07-23T19:29:23.103Z Compiling chacha20poly1305 v0.10.1
30832026-07-23T19:29:23.103Z Compiling toml_edit v0.23.10+spec-1.0.0
30842026-07-23T19:29:23.103Z Compiling darling_core v0.21.3
30852026-07-23T19:29:23.103Z Compiling argon2 v0.5.3
30862026-07-23T19:29:23.119Z Compiling heapless v0.8.0
30872026-07-23T19:29:23.120Z Compiling tabwriter v1.4.1
30882026-07-23T19:29:23.120Z Compiling hash32 v0.3.1
30892026-07-23T19:29:23.120Z Compiling typify-impl v0.6.2
30902026-07-23T19:29:23.120Z Compiling thiserror-no-std v2.0.2
30912026-07-23T19:29:23.120Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30922026-07-23T19:29:23.120Z Compiling vsss-rs v3.3.4
30932026-07-23T19:29:23.358Z Compiling proc-macro-crate v3.4.0
30942026-07-23T19:29:23.358Z Compiling smoltcp v0.11.0
30952026-07-23T19:29:23.359Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30962026-07-23T19:29:23.359Z Compiling test-strategy v0.4.5
30972026-07-23T19:29:23.359Z Compiling parse-display v0.10.0
30982026-07-23T19:29:23.359Z Compiling cobs v0.3.0
30992026-07-23T19:29:23.359Z Compiling num_enum_derive v0.7.6
31002026-07-23T19:29:23.359Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31012026-07-23T19:29:23.359Z Compiling colored v3.1.1
31022026-07-23T19:29:23.359Z Compiling postcard v1.1.3
31032026-07-23T19:29:23.359Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31042026-07-23T19:29:23.359Z Compiling proc-macro-error v1.0.4
31052026-07-23T19:29:23.359Z Compiling proc-macro-crate v1.3.1
31062026-07-23T19:29:23.359Z Compiling rand v0.10.1
31072026-07-23T19:29:23.359Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31082026-07-23T19:29:23.359Z Compiling foreign-types-macros v0.2.3
31092026-07-23T19:29:23.359Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31102026-07-23T19:29:23.359Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31112026-07-23T19:29:23.359Z Compiling foreign-types-shared v0.3.1
31122026-07-23T19:29:23.359Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31132026-07-23T19:29:23.359Z Compiling rayon-core v1.13.0
31142026-07-23T19:29:23.360Z Compiling num_enum_derive v0.5.11
31152026-07-23T19:29:23.360Z Compiling crossbeam-deque v0.8.6
31162026-07-23T19:29:23.360Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31172026-07-23T19:29:23.360Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31182026-07-23T19:29:23.360Z Compiling cstr-argument v0.1.2
31192026-07-23T19:29:23.360Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31202026-07-23T19:29:23.360Z Compiling num_enum v0.7.6
31212026-07-23T19:29:23.360Z Compiling foreign-types v0.5.0
31222026-07-23T19:29:23.360Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31232026-07-23T19:29:23.360Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31242026-07-23T19:29:23.360Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31252026-07-23T19:29:23.360Z Compiling zone_cfg_derive v0.3.1
31262026-07-23T19:29:23.360Z Compiling darling_macro v0.21.3
31272026-07-23T19:29:23.360Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31282026-07-23T19:29:23.360Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31292026-07-23T19:29:23.360Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31302026-07-23T19:29:23.360Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31312026-07-23T19:29:23.361Z Compiling rayon v1.11.0
31322026-07-23T19:29:23.361Z Compiling itertools v0.12.1
31332026-07-23T19:29:23.361Z Compiling num-derive v0.4.2
31342026-07-23T19:29:23.361Z Compiling sigpipe v0.1.3
31352026-07-23T19:29:23.361Z Compiling cpubits v0.1.1
31362026-07-23T19:29:23.361Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31372026-07-23T19:29:23.361Z Compiling glob v0.3.3
31382026-07-23T19:29:23.361Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31392026-07-23T19:29:23.361Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31402026-07-23T19:29:23.361Z Compiling darling v0.21.3
31412026-07-23T19:29:23.361Z Compiling num_enum v0.5.11
31422026-07-23T19:29:23.361Z Compiling smf v0.2.3
31432026-07-23T19:29:23.361Z Compiling whoami v1.6.1
31442026-07-23T19:29:23.361Z Compiling ingot-macros v0.1.1
31452026-07-23T19:29:23.361Z Compiling gethostname v0.5.0
31462026-07-23T19:29:23.362Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31472026-07-23T19:29:23.362Z Compiling usdt-macro v0.5.0
31482026-07-23T19:29:23.362Z Compiling usdt-attr-macro v0.5.0
31492026-07-23T19:29:23.362Z Compiling num-rational v0.4.2
31502026-07-23T19:29:23.362Z Compiling pem-rfc7468 v1.0.0
31512026-07-23T19:29:23.429Z Compiling num-complex v0.4.6
31522026-07-23T19:29:23.533Z Compiling derive-where v1.6.0
31532026-07-23T19:29:23.550Z Compiling memmap v0.7.0
31542026-07-23T19:29:23.588Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31552026-07-23T19:29:23.640Z Compiling float-ord v0.3.2
31562026-07-23T19:29:23.778Z Compiling zone v0.3.1
31572026-07-23T19:29:23.795Z Compiling num v0.4.3
31582026-07-23T19:29:23.817Z Compiling toml v0.8.23
31592026-07-23T19:29:23.863Z Compiling hmac v0.13.0
31602026-07-23T19:29:23.867Z Compiling universal-hash v0.6.1
31612026-07-23T19:29:23.899Z Compiling resolv-conf v0.7.6
31622026-07-23T19:29:23.934Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31632026-07-23T19:29:24.003Z Compiling cancel-safe-futures v0.1.5
31642026-07-23T19:29:24.034Z Compiling polyval v0.7.1
31652026-07-23T19:29:24.054Z Compiling usdt v0.5.0
31662026-07-23T19:29:24.101Z Compiling der v0.8.0
31672026-07-23T19:29:24.105Z Compiling prettyplease v0.2.37
31682026-07-23T19:29:24.254Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31692026-07-23T19:29:24.291Z Compiling ghash v0.6.0
31702026-07-23T19:29:24.310Z Compiling pbkdf2 v0.13.0
31712026-07-23T19:29:24.353Z Compiling aes v0.9.1
31722026-07-23T19:29:24.371Z Compiling console v0.15.11
31732026-07-23T19:29:24.418Z Compiling hickory-proto v0.24.4
31742026-07-23T19:29:24.467Z Compiling newline-converter v0.3.0
31752026-07-23T19:29:24.475Z Compiling ctr v0.10.1
31762026-07-23T19:29:24.497Z Compiling aead v0.6.1
31772026-07-23T19:29:24.511Z Compiling sha2 v0.11.0
31782026-07-23T19:29:24.606Z Compiling libefi-sys v0.1.0
31792026-07-23T19:29:24.671Z Compiling linked-hash-map v0.5.6
31802026-07-23T19:29:24.693Z Compiling typify-macro v0.6.2
31812026-07-23T19:29:24.710Z Compiling linear-map v1.2.0
31822026-07-23T19:29:24.726Z Compiling expectorate v1.2.0
31832026-07-23T19:29:24.871Z Compiling lru-cache v0.1.2
31842026-07-23T19:29:24.890Z Compiling aes-gcm v0.11.0
31852026-07-23T19:29:24.924Z Compiling crypto-bigint v0.7.5
31862026-07-23T19:29:24.941Z Compiling cbc v0.2.1
31872026-07-23T19:29:24.958Z Compiling oxide-update-engine-types v0.1.2
31882026-07-23T19:29:24.998Z Compiling salsa20 v0.11.0
31892026-07-23T19:29:25.024Z Compiling bitfield-struct v0.6.2
31902026-07-23T19:29:25.122Z Compiling spki v0.8.0
31912026-07-23T19:29:25.140Z Compiling nom v8.0.0
31922026-07-23T19:29:25.177Z Compiling semver v0.1.20
31932026-07-23T19:29:25.386Z Compiling rustc_version v0.1.7
31942026-07-23T19:29:25.414Z Compiling scrypt v0.12.0
31952026-07-23T19:29:25.498Z Compiling tokio-dtrace v0.1.1
31962026-07-23T19:29:25.514Z Compiling dropshot-api-manager-types v0.7.2
31972026-07-23T19:29:25.645Z Compiling slog-dtrace v0.3.0
31982026-07-23T19:29:25.669Z Compiling minimal-lexical v0.2.1
31992026-07-23T19:29:25.746Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32002026-07-23T19:29:25.764Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32012026-07-23T19:29:25.802Z Compiling oxide-tokio-rt v0.1.4
32022026-07-23T19:29:25.867Z Compiling newtype_derive v0.1.6
32032026-07-23T19:29:25.884Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32042026-07-23T19:29:25.960Z Compiling nom v7.1.3
32052026-07-23T19:29:25.978Z Compiling oxide-update-engine v0.1.2
32062026-07-23T19:29:26.032Z Compiling ingot-types v0.1.2
32072026-07-23T19:29:26.080Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32082026-07-23T19:29:26.102Z Compiling pkcs5 v0.8.1
32092026-07-23T19:29:26.120Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32102026-07-23T19:29:26.123Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32112026-07-23T19:29:26.156Z Compiling phf_shared v0.12.1
32122026-07-23T19:29:26.215Z Compiling csv-core v0.1.13
32132026-07-23T19:29:26.354Z Compiling chrono-tz v0.10.4
32142026-07-23T19:29:26.406Z Compiling ingot v0.1.1
32152026-07-23T19:29:26.458Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32162026-07-23T19:29:26.501Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32172026-07-23T19:29:26.504Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32182026-07-23T19:29:26.520Z Compiling highway v1.3.0
32192026-07-23T19:29:26.557Z Compiling typify v0.6.2
32202026-07-23T19:29:26.585Z Compiling hickory-resolver v0.24.4
32212026-07-23T19:29:26.679Z Compiling progenitor-impl v0.14.0
32222026-07-23T19:29:26.696Z Compiling unicode-xid v0.2.6
32232026-07-23T19:29:26.731Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32242026-07-23T19:29:26.824Z Compiling xshell-macros v0.2.7
32252026-07-23T19:29:26.849Z Compiling const_format_proc_macros v0.2.34
32262026-07-23T19:29:26.967Z Compiling pkcs8 v0.11.0
32272026-07-23T19:29:27.265Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32282026-07-23T19:29:27.376Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32292026-07-23T19:29:27.393Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32302026-07-23T19:29:27.455Z Compiling xshell v0.2.7
32312026-07-23T19:29:27.516Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32322026-07-23T19:29:27.727Z Compiling qorb v0.4.1
32332026-07-23T19:29:27.748Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32342026-07-23T19:29:27.944Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32352026-07-23T19:29:28.009Z Compiling csv v1.4.0
32362026-07-23T19:29:28.045Z Compiling phf v0.12.1
32372026-07-23T19:29:28.165Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32382026-07-23T19:29:28.230Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32392026-07-23T19:29:28.336Z Compiling owo-colors v4.3.0
32402026-07-23T19:29:28.385Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32412026-07-23T19:29:28.462Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32422026-07-23T19:29:28.666Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32432026-07-23T19:29:28.716Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32442026-07-23T19:29:28.825Z Compiling const_format v0.2.35
32452026-07-23T19:29:28.867Z Compiling tabled_derive v0.7.0
32462026-07-23T19:29:28.900Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32472026-07-23T19:29:29.312Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32482026-07-23T19:29:29.344Z Compiling bcs v0.1.6
32492026-07-23T19:29:29.376Z Compiling progenitor-macro v0.14.0
32502026-07-23T19:29:29.504Z Compiling ff v0.14.0
32512026-07-23T19:29:29.681Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32522026-07-23T19:29:29.705Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32532026-07-23T19:29:29.729Z Compiling termtree v0.5.1
32542026-07-23T19:29:29.828Z Compiling salty v0.3.0
32552026-07-23T19:29:29.911Z Compiling tagptr v0.2.0
32562026-07-23T19:29:29.929Z Compiling textwrap v0.16.2
32572026-07-23T19:29:29.963Z Compiling tabled v0.15.0
32582026-07-23T19:29:30.098Z Compiling moka v0.12.13
32592026-07-23T19:29:30.154Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32602026-07-23T19:29:30.157Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32612026-07-23T19:29:30.272Z Compiling steno v0.4.1
32622026-07-23T19:29:30.398Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32632026-07-23T19:29:30.445Z Compiling sha1 v0.10.6
32642026-07-23T19:29:30.466Z Compiling signature v3.0.0
32652026-07-23T19:29:30.469Z Compiling base64 v0.21.7
32662026-07-23T19:29:30.578Z Compiling radium v0.7.0
32672026-07-23T19:29:30.678Z Compiling base16ct v1.0.0
32682026-07-23T19:29:30.853Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32692026-07-23T19:29:30.888Z Compiling sec1 v0.8.1
32702026-07-23T19:29:30.936Z Compiling hickory-resolver v0.25.2
32712026-07-23T19:29:30.953Z Compiling group v0.14.0
32722026-07-23T19:29:30.971Z Compiling hkdf v0.13.0
32732026-07-23T19:29:31.065Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32742026-07-23T19:29:31.137Z Compiling rfc6979 v0.4.0
32752026-07-23T19:29:31.167Z Compiling maybe-uninit v2.0.0
32762026-07-23T19:29:31.184Z Compiling tap v1.0.1
32772026-07-23T19:29:31.219Z Compiling elliptic-curve v0.14.0-rc.33
32782026-07-23T19:29:31.296Z Compiling wyz v0.5.1
32792026-07-23T19:29:31.326Z Compiling ecdsa v0.16.9
32802026-07-23T19:29:31.594Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32812026-07-23T19:29:31.764Z Compiling primeorder v0.13.6
32822026-07-23T19:29:31.781Z Compiling proc-macro-error-attr2 v2.0.0
32832026-07-23T19:29:31.865Z Compiling funty v2.0.0
32842026-07-23T19:29:31.946Z Compiling packed_struct v0.10.1
32852026-07-23T19:29:31.964Z Compiling parking_lot_core v0.8.6
32862026-07-23T19:29:32.055Z Compiling utf-8 v0.7.6
32872026-07-23T19:29:32.249Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32882026-07-23T19:29:32.266Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32892026-07-23T19:29:32.320Z Compiling proc-macro-error2 v2.0.1
32902026-07-23T19:29:32.338Z Compiling tungstenite v0.21.0
32912026-07-23T19:29:32.341Z Compiling bitvec v1.0.1
32922026-07-23T19:29:32.382Z Compiling p384 v0.13.1
32932026-07-23T19:29:32.533Z Compiling rfc6979 v0.5.0
32942026-07-23T19:29:32.563Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32952026-07-23T19:29:32.679Z Compiling git-stub v1.0.0
32962026-07-23T19:29:32.711Z Compiling num-derive v0.3.3
32972026-07-23T19:29:32.848Z Compiling packed_struct_codegen v0.10.1
32982026-07-23T19:29:32.870Z Compiling bitfield-macros v0.19.4
32992026-07-23T19:29:32.895Z Compiling zerocopy-derive v0.6.6
33002026-07-23T19:29:32.972Z Compiling indexmap v1.9.3
33012026-07-23T19:29:33.019Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33022026-07-23T19:29:33.160Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33032026-07-23T19:29:33.265Z Compiling nodrop v0.1.14
33042026-07-23T19:29:33.268Z Compiling crc-catalog v2.4.0
33052026-07-23T19:29:33.302Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33062026-07-23T19:29:33.372Z Compiling array-init v0.0.4
33072026-07-23T19:29:33.392Z Compiling crc v3.4.0
33082026-07-23T19:29:33.474Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33092026-07-23T19:29:33.490Z Compiling git-stub-vcs v0.1.0
33102026-07-23T19:29:33.567Z Compiling tokio-tungstenite v0.21.0
33112026-07-23T19:29:33.650Z Compiling tabled_derive v0.11.0
33122026-07-23T19:29:33.698Z Compiling bitfield v0.19.4
33132026-07-23T19:29:33.723Z Compiling libscf-sys v1.1.0
33142026-07-23T19:29:33.753Z Compiling ecdsa v0.17.0-rc.18
33152026-07-23T19:29:33.840Z Compiling zerocopy v0.6.6
33162026-07-23T19:29:33.886Z Compiling smallvec v0.6.14
33172026-07-23T19:29:33.948Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33182026-07-23T19:29:33.951Z Compiling primeorder v0.14.0-rc.10
33192026-07-23T19:29:34.026Z Compiling primefield v0.14.0
33202026-07-23T19:29:34.128Z Compiling progenitor-impl v0.13.0
33212026-07-23T19:29:34.145Z Compiling papergrid v0.17.0
33222026-07-23T19:29:34.217Z Compiling testing_table v0.3.0
33232026-07-23T19:29:34.234Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33242026-07-23T19:29:34.271Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33252026-07-23T19:29:34.288Z Compiling curve25519-dalek v5.0.0-rc.0
33262026-07-23T19:29:34.292Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33272026-07-23T19:29:34.325Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33282026-07-23T19:29:34.411Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33292026-07-23T19:29:34.433Z Compiling unicase v2.9.0
33302026-07-23T19:29:34.502Z Compiling progenitor v0.14.0
33312026-07-23T19:29:34.520Z Compiling hashbrown v0.12.3
33322026-07-23T19:29:34.560Z Compiling corncobs v0.1.4
33332026-07-23T19:29:34.653Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33342026-07-23T19:29:34.677Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33352026-07-23T19:29:34.693Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33362026-07-23T19:29:34.712Z Compiling illumos-nvpair-sys v0.2.0
33372026-07-23T19:29:34.763Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33382026-07-23T19:29:34.826Z Compiling mime_guess v2.0.5
33392026-07-23T19:29:34.892Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33402026-07-23T19:29:34.939Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33412026-07-23T19:29:35.018Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33422026-07-23T19:29:35.035Z Compiling parking_lot v0.11.2
33432026-07-23T19:29:35.190Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33442026-07-23T19:29:35.235Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33452026-07-23T19:29:35.252Z Compiling tabled v0.20.0
33462026-07-23T19:29:35.295Z Compiling serde-hex v0.1.0
33472026-07-23T19:29:35.400Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33482026-07-23T19:29:35.474Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33492026-07-23T19:29:35.477Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33502026-07-23T19:29:35.621Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33512026-07-23T19:29:35.692Z Compiling ron v0.8.1
33522026-07-23T19:29:35.862Z Compiling ssh-encoding v0.3.0-rc.9
33532026-07-23T19:29:35.866Z Compiling hashbrown v0.13.2
33542026-07-23T19:29:35.947Z Compiling progenitor-client v0.13.0
33552026-07-23T19:29:35.966Z Compiling prefix-trie v0.7.0
33562026-07-23T19:29:36.233Z Compiling fxhash v0.2.1
33572026-07-23T19:29:36.288Z Compiling secrecy v0.8.0
33582026-07-23T19:29:36.409Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33592026-07-23T19:29:36.426Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33602026-07-23T19:29:36.464Z Compiling crc-any v2.5.0
33612026-07-23T19:29:36.668Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33622026-07-23T19:29:36.737Z Compiling sled v0.34.7
33632026-07-23T19:29:36.805Z Compiling progenitor-macro v0.13.0
33642026-07-23T19:29:37.075Z Compiling object v0.30.4
33652026-07-23T19:29:37.339Z Compiling hickory-server v0.25.2
33662026-07-23T19:29:37.359Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33672026-07-23T19:29:37.453Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33682026-07-23T19:29:37.646Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33692026-07-23T19:29:37.789Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33702026-07-23T19:29:37.848Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33712026-07-23T19:29:38.219Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33722026-07-23T19:29:38.236Z Compiling ed25519 v3.0.0
33732026-07-23T19:29:38.484Z Compiling crypto-primes v0.7.2
33742026-07-23T19:29:38.703Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33752026-07-23T19:29:38.792Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33762026-07-23T19:29:39.053Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33772026-07-23T19:29:39.333Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33782026-07-23T19:29:39.390Z Compiling pkcs1 v0.8.0-rc.4
33792026-07-23T19:29:39.471Z Compiling poly1305 v0.9.0
33802026-07-23T19:29:39.551Z Compiling blowfish v0.10.0
33812026-07-23T19:29:39.569Z Compiling blake2 v0.11.0-rc.6
33822026-07-23T19:29:39.573Z Compiling keccak v0.2.0
33832026-07-23T19:29:39.797Z Compiling http-range v0.1.5
33842026-07-23T19:29:39.832Z Compiling half v1.8.3
33852026-07-23T19:29:39.848Z Compiling fiat-crypto v0.3.0
33862026-07-23T19:29:40.026Z Compiling path-slash v0.1.5
33872026-07-23T19:29:40.077Z Compiling crc8 v0.1.1
33882026-07-23T19:29:40.112Z Compiling serde_cbor v0.11.2
33892026-07-23T19:29:40.139Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33902026-07-23T19:29:40.192Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33912026-07-23T19:29:40.209Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33922026-07-23T19:29:40.213Z Compiling argon2 v0.6.0-rc.8
33932026-07-23T19:29:40.267Z Compiling sha3 v0.11.0
33942026-07-23T19:29:40.357Z Compiling ssh-cipher v0.3.0-rc.9
33952026-07-23T19:29:40.376Z Compiling bcrypt-pbkdf v0.11.0
33962026-07-23T19:29:40.463Z Compiling rsa v0.10.0-rc.18
33972026-07-23T19:29:40.704Z Compiling ed25519-dalek v3.0.0-rc.0
33982026-07-23T19:29:40.733Z Compiling illumos-nvpair v0.3.0
33992026-07-23T19:29:40.938Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34002026-07-23T19:29:41.053Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34012026-07-23T19:29:41.122Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34022026-07-23T19:29:41.144Z Compiling p521 v0.14.0-rc.10
34032026-07-23T19:29:41.235Z Compiling p256 v0.14.0-rc.10
34042026-07-23T19:29:41.352Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34052026-07-23T19:29:41.371Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34062026-07-23T19:29:41.390Z Compiling yasna v0.5.2
34072026-07-23T19:29:41.413Z Compiling kstat-rs v0.2.4
34082026-07-23T19:29:41.677Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34092026-07-23T19:29:41.732Z Compiling headers-core v0.3.0
34102026-07-23T19:29:41.884Z Compiling progenitor v0.13.0
34112026-07-23T19:29:41.901Z Compiling kem v0.3.0
34122026-07-23T19:29:41.917Z Compiling module-lattice v0.2.3
34132026-07-23T19:29:41.954Z Compiling nanorand v0.7.0
34142026-07-23T19:29:41.972Z Compiling atty v0.2.14
34152026-07-23T19:29:42.049Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34162026-07-23T19:29:42.067Z Compiling rcgen v0.12.1
34172026-07-23T19:29:42.112Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
34182026-07-23T19:29:42.123Z Compiling headers v0.4.1
34192026-07-23T19:29:42.142Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34202026-07-23T19:29:42.183Z Compiling flume v0.11.1
34212026-07-23T19:29:42.261Z Compiling ml-kem v0.3.2
34222026-07-23T19:29:42.476Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34232026-07-23T19:29:42.547Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34242026-07-23T19:29:42.560Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34252026-07-23T19:29:42.949Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34262026-07-23T19:29:42.991Z Compiling hyper-staticfile v0.10.1
34272026-07-23T19:29:43.120Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34282026-07-23T19:29:43.279Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34292026-07-23T19:29:43.314Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
34302026-07-23T19:29:43.547Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34312026-07-23T19:29:43.579Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34322026-07-23T19:29:43.596Z Compiling russh-cryptovec v0.61.0
34332026-07-23T19:29:43.618Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34342026-07-23T19:29:43.846Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34352026-07-23T19:29:44.051Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34362026-07-23T19:29:44.287Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34372026-07-23T19:29:44.296Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34382026-07-23T19:29:44.536Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34392026-07-23T19:29:44.552Z Compiling internal-russh-num-bigint v0.5.0
34402026-07-23T19:29:44.567Z Compiling port-file v0.1.0
34412026-07-23T19:29:44.567Z Compiling num-bigint v0.4.6
34422026-07-23T19:29:44.771Z Compiling generic-array v1.4.3
34432026-07-23T19:29:44.822Z Compiling russh-util v0.52.0
34442026-07-23T19:29:44.841Z Compiling enum_dispatch v0.3.13
34452026-07-23T19:29:44.998Z Compiling delegate v0.13.5
34462026-07-23T19:29:45.103Z Compiling subprocess v0.2.15
34472026-07-23T19:29:45.199Z Compiling p384 v0.14.0-rc.10
34482026-07-23T19:29:45.251Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34492026-07-23T19:29:45.292Z Compiling hex-literal v1.1.0
34502026-07-23T19:29:45.423Z Compiling md5 v0.8.0
34512026-07-23T19:29:45.587Z Compiling display-error-chain v0.2.2
34522026-07-23T19:29:45.708Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34532026-07-23T19:29:45.732Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34542026-07-23T19:29:45.763Z Compiling colored v2.2.0
34552026-07-23T19:29:45.763Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34562026-07-23T19:29:45.880Z Compiling socket2 v0.5.10
34572026-07-23T19:29:45.896Z Compiling internet-checksum v0.2.1
34582026-07-23T19:29:46.422Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34592026-07-23T19:29:47.134Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34602026-07-23T19:29:47.314Z Compiling ssh-key v0.7.0-rc.10
34612026-07-23T19:29:47.634Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34622026-07-23T19:29:48.549Z Compiling russh v0.61.2
34632026-07-23T19:29:49.092Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34642026-07-23T19:29:49.557Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34652026-07-23T19:29:58.089Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34662026-07-23T19:29:58.089Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34672026-07-23T19:29:58.092Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34682026-07-23T19:29:58.092Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34692026-07-23T19:29:59.801Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34702026-07-23T19:29:59.895Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34712026-07-23T19:30:03.879Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34722026-07-23T19:30:43.768Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
34732026-07-23T19:30:43.991Z
34742026-07-23T19:30:43.991Zreal 1:27.437882683
34752026-07-23T19:30:43.991Zuser 8:43.447692464
34762026-07-23T19:30:43.991Zsys 1:44.103281973
34772026-07-23T19:30:43.995Ztrap 0.265774543
34782026-07-23T19:30:43.995Ztflt 0.383381699
34792026-07-23T19:30:43.995Zdflt 1.635357359
34802026-07-23T19:30:43.995Zkflt 0.000341810
34812026-07-23T19:30:43.995Zlock 31:04.196029258
34822026-07-23T19:30:43.995Zslp 19:55.432857872
34832026-07-23T19:30:43.995Zlat 43.742164768
34842026-07-23T19:30:43.995Zstop 3:10.286743471
34852026-07-23T19:30:43.995Z+ mkdir tests
34862026-07-23T19:30:43.998Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34872026-07-23T19:30:43.998Z+ xargs -I '{}' -t cp '{}' tests/
34882026-07-23T19:30:44.019Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-e4c9c7ae0bb0dfef tests/
34892026-07-23T19:30:44.041Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ea78505dc2dc167f tests/
34902026-07-23T19:30:44.062Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-33515beb2d6ed64a tests/
34912026-07-23T19:30:44.082Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-fe05326eebb245d2 tests/
34922026-07-23T19:30:44.317Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/* tools/opte_version tools/opte_version_override)
34932026-07-23T19:30:44.322Z+ 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
34942026-07-23T19:32:04.474ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34952026-07-23T19:32:04.474Za .github/buildomat/ci-env.sh 1K
34962026-07-23T19:32:04.474Za out/target/test 1K
34972026-07-23T19:32:04.474Za out/npuzone/npuzone 27402K
34982026-07-23T19:32:04.474Za package-manifest.toml 35K
34992026-07-23T19:32:04.474Za smf/sled-agent/non-gimlet/config.toml 6K
35002026-07-23T19:32:04.474Za target/release/omicron-package 40702K
35012026-07-23T19:32:04.474Za target/release/xtask 10468K
35022026-07-23T19:32:04.474Za target/debug/bootstrap 349604K
35032026-07-23T19:32:04.474Za tests/bootstrap-ea78505dc2dc167f 31974K
35042026-07-23T19:32:04.474Za tests/commtest-33515beb2d6ed64a 32169K
35052026-07-23T19:32:04.474Za tests/dhcp_server-e4c9c7ae0bb0dfef 31974K
35062026-07-23T19:32:04.474Za tests/end_to_end_tests-fe05326eebb245d2 399480K
35072026-07-23T19:32:04.474Za tools/opte_version 1K
35082026-07-23T19:32:04.474Za tools/opte_version_override 2K
35092026-07-23T19:32:04.474Za out/clickhouse.tar.gz 310685K
35102026-07-23T19:32:04.475Za out/clickhouse_keeper.tar.gz 297157K
35112026-07-23T19:32:04.475Za out/clickhouse_server.tar.gz 310683K
35122026-07-23T19:32:04.475Za out/cockroachdb.tar.gz 161716K
35132026-07-23T19:32:04.475Za out/crucible-pantry-zone.tar.gz 39101K
35142026-07-23T19:32:04.475Za out/crucible-utils.tar 18900K
35152026-07-23T19:32:04.475Za out/crucible-zone.tar.gz 53797K
35162026-07-23T19:32:04.475Za out/external-dns.tar.gz 46144K
35172026-07-23T19:32:04.475Za out/internal-dns.tar.gz 46143K
35182026-07-23T19:32:04.475Za out/mg-ddm-gz.tar 102717K
35192026-07-23T19:32:04.475Za out/nexus.tar.gz 272460K
35202026-07-23T19:32:04.475Za out/ntp.tar.gz 29898K
35212026-07-23T19:32:04.475Za out/omicron-gateway-softnpu.tar.gz 27701K
35222026-07-23T19:32:04.475Za out/omicron-sled-agent.tar 191392K
35232026-07-23T19:32:04.475Za out/overlay.tar.gz 4K
35242026-07-23T19:32:04.475Za out/oximeter.tar.gz 59897K
35252026-07-23T19:32:04.475Za out/oxlog.tar 3808K
35262026-07-23T19:32:04.475Za out/probe.tar.gz 3037K
35272026-07-23T19:32:04.475Za out/propolis-server.tar.gz 34372K
35282026-07-23T19:32:04.475Za out/pumpkind-gz.tar 26647K
35292026-07-23T19:32:04.475Za out/switch-softnpu.tar.gz 449497K
35302026-07-23T19:32:04.479Z
35312026-07-23T19:32:04.480Zreal 1:20.153134776
35322026-07-23T19:32:04.480Zuser 1:17.463722617
35332026-07-23T19:32:04.480Zsys 4.474683563
35342026-07-23T19:32:04.480Ztrap 0.005448844
35352026-07-23T19:32:04.480Ztflt 0.000000000
35362026-07-23T19:32:04.480Zdflt 0.000000000
35372026-07-23T19:32:04.480Zkflt 0.000000000
35382026-07-23T19:32:04.480Zlock 0.000000000
35392026-07-23T19:32:04.480Zslp 1:17.386122688
35402026-07-23T19:32:04.480Zlat 0.971437361
35412026-07-23T19:32:04.480Zstop 0.000220920
35422026-07-23T19:32:04.480Zprocess exited: duration 963051 ms, exit code 0
 
35432026-07-23T19:32:04.495Zfound 1 output files
35442026-07-23T19:32:04.514Zuploading: /work/package.tar.gz (2481639968 bytes)
35452026-07-23T19:32:35.852Zuploaded: /work/package.tar.gz