01KY66G6WWH83MX6JJ68TCTHC9: 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: 01KY66GQ4SGYT70WYX791EFKTY

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-23T00:38:45.459Zjob assigned to worker 01KY66GVFE3DCX5NN3SQEVWG8T [factory aws, i-0921d7234d602140a] (queued for 47 s)
 
22026-07-23T00:38:52.652Zstarting task 0: "setup"
32026-07-23T00:38:52.656Z++ uname -s
42026-07-23T00:38:52.659Z+ kern=SunOS
52026-07-23T00:38:52.659Z+ build_user=build
62026-07-23T00:38:52.659Z+ build_uid=12345
72026-07-23T00:38:52.659Z+ work_dir=/work
82026-07-23T00:38:52.659Z+ input_dir=/input
92026-07-23T00:38:52.659Z+ [[ 0 == 12345 ]]
102026-07-23T00:38:52.659Z+ case "$kern" in
112026-07-23T00:38:52.659Z+ groupadd -g 12345 build
122026-07-23T00:38:52.662Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-23T00:38:54.668Z+ zfs create -o mountpoint=/work rpool/work
142026-07-23T00:38:54.757Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-23T00:38:54.760Z+ home_fs=zfs
162026-07-23T00:38:54.760Z+ [[ zfs == autofs ]]
172026-07-23T00:38:54.760Z+ mkdir -p /home/build
182026-07-23T00:38:54.763Z+ chown build:build /home/build /work
192026-07-23T00:38:56.763Z+ chmod 0700 /home/build /work
202026-07-23T00:38:56.767Zprocess exited: duration 4115 ms, exit code 0
 
212026-07-23T00:38:56.774Zstarting task 1: "rust-toolchain"
222026-07-23T00:38:56.779Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-23T00:38:56.779Z * rust toolchain channel = "1.96.1"
242026-07-23T00:38:56.779Z * rust toolchain profile = "default"
252026-07-23T00:38:56.779Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-23T00:38:56.779Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-23T00:38:56.780Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-23T00:38:56.783Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-23T00:38:56.783Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-23T00:38:56.892Zinfo: downloading installer
312026-07-23T00:38:58.264Zwarn: It looks like you have an existing rustup settings file at:
322026-07-23T00:38:58.264Zwarn: /home/build/.rustup/settings.toml
332026-07-23T00:38:58.264Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-23T00:38:58.267Zwarn: instead of the one inferred from the default host triple.
352026-07-23T00:38:58.275Zinfo: profile set to default
362026-07-23T00:38:58.275Zinfo: default host triple is x86_64-unknown-illumos
372026-07-23T00:38:58.278Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-23T00:38:58.424Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-23T00:38:58.427Zinfo: downloading 6 components
402026-07-23T00:39:12.720Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-23T00:39:12.720Z
422026-07-23T00:39:12.749Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-23T00:39:12.749Z
442026-07-23T00:39:12.749Z
452026-07-23T00:39:12.749ZRust is installed now. Great!
462026-07-23T00:39:12.749Z
472026-07-23T00:39:12.749ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-23T00:39:12.749Zenvironment variable. This has not been done automatically.
492026-07-23T00:39:12.749Z
502026-07-23T00:39:12.749ZTo configure your current shell, you need to source
512026-07-23T00:39:12.749Zthe corresponding env file under $HOME/.cargo.
522026-07-23T00:39:12.749Z
532026-07-23T00:39:12.749ZThis is usually done by running one of the following (note the leading DOT):
542026-07-23T00:39:12.749Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-23T00:39:12.749Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-23T00:39:12.749Zsource "~/.cargo/env.nu" # For nushell
572026-07-23T00:39:12.749Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-23T00:39:12.749Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-23T00:39:12.749Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-23T00:39:12.753Zwarn: no default linker (`cc`) was found in your PATH
612026-07-23T00:39:12.753Zwarn: many Rust crates require a system C toolchain to build
622026-07-23T00:39:12.858Z+ rustup --version
632026-07-23T00:39:12.864Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-23T00:39:12.868Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-23T00:39:12.886Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-23T00:39:12.889Z+ cargo --version
672026-07-23T00:39:12.898Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-23T00:39:12.902Z+ rustc --version
692026-07-23T00:39:12.921Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-23T00:39:12.924Zprocess exited: duration 16149 ms, exit code 0
 
712026-07-23T00:39:12.931Zstarting task 2: "authentication"
722026-07-23T00:39:12.948Zprocess exited: duration 17 ms, exit code 0
 
732026-07-23T00:39:12.955Zstarting task 3: "clone repository"
742026-07-23T00:39:12.959Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-23T00:39:12.963Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-23T00:39:12.995ZCloning into '/work/oxidecomputer/omicron'...
772026-07-23T00:39:22.517Z+ cd /work/oxidecomputer/omicron
782026-07-23T00:39:22.517Z+ git fetch origin 7963884953866a08bfc772e45ce2e361a3929c6a
792026-07-23T00:39:22.800ZFrom https://github.com/oxidecomputer/omicron
802026-07-23T00:39:22.800Z * branch 7963884953866a08bfc772e45ce2e361a3929c6a -> FETCH_HEAD
812026-07-23T00:39:22.815Z+ [[ -n sunshowers/spr/20n-wicketd-make-getinventoryerrorinvalidspidentifier-carry-the-id ]]
822026-07-23T00:39:22.818Z++ git branch --show-current
832026-07-23T00:39:22.818Z+ current=main
842026-07-23T00:39:22.818Z+ [[ main != sunshowers/spr/20n-wicketd-make-getinventoryerrorinvalidspidentifier-carry-the-id ]]
852026-07-23T00:39:22.818Z+ git branch -f sunshowers/spr/20n-wicketd-make-getinventoryerrorinvalidspidentifier-carry-the-id 7963884953866a08bfc772e45ce2e361a3929c6a
862026-07-23T00:39:22.822Z+ git checkout -f sunshowers/spr/20n-wicketd-make-getinventoryerrorinvalidspidentifier-carry-the-id
872026-07-23T00:39:23.069ZSwitched to branch 'sunshowers/spr/20n-wicketd-make-getinventoryerrorinvalidspidentifier-carry-the-id'
882026-07-23T00:39:23.072Z+ git reset --hard 7963884953866a08bfc772e45ce2e361a3929c6a
892026-07-23T00:39:23.319ZHEAD is now at 796388495 rebase on main
902026-07-23T00:39:23.323Zprocess exited: duration 10366 ms, exit code 0
 
912026-07-23T00:39:23.329Zstarting task 4: "build"
922026-07-23T00:39:23.335Z+ source .github/buildomat/ci-env.sh
932026-07-23T00:39:23.335Z++ export CARGO_TERM_COLOR=always
942026-07-23T00:39:23.335Z++ CARGO_TERM_COLOR=always
952026-07-23T00:39:23.339Z+++ uname -s
962026-07-23T00:39:23.339Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-23T00:39:23.339Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-23T00:39:23.344Z+ cargo --version
992026-07-23T00:39:23.349Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-23T00:39:23.352Z+ rustc --version
1012026-07-23T00:39:23.372Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-23T00:39:23.375Z+ WORK=/work
1032026-07-23T00:39:23.375Z+ pfexec mkdir -p /work
1042026-07-23T00:39:23.378Z+ pfexec chown build /work
1052026-07-23T00:39:23.381Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-07-23T00:39:25.155Z Startup: Refreshing catalog 'helios' ... Done
1072026-07-23T00:39:25.376Z Startup: Caching catalogs ... Done
1082026-07-23T00:39:26.470ZPlanning: Solver setup ... Done (1.013s)
1092026-07-23T00:39:26.515ZPlanning: Running solver ... Done (0.045s)
1102026-07-23T00:39:26.566ZPlanning: Finding local manifests ... Done (0.024s)
1112026-07-23T00:39:26.579ZPlanning: Fetching manifests: 0/2 0% complete
1122026-07-23T00:39:26.602ZPlanning: Fetching manifests: 2/2 100% complete
1132026-07-23T00:39:26.618ZPlanning: Package planning ... Done (0.015s)
1142026-07-23T00:39:26.621ZPlanning: Merging actions ... Done (0.001s)
1152026-07-23T00:39:26.829ZPlanning: Checking for conflicting actions ... Done (0.210s)
1162026-07-23T00:39:26.832ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-07-23T00:39:27.694ZPlanning: Evaluating mediators ... Done (0.865s)
1182026-07-23T00:39:27.697ZPlanning: Planning completed in 2.29 seconds
1192026-07-23T00:39:27.703Z Packages to install: 2
1202026-07-23T00:39:27.703Z Estimated space available: 156.06 GB
1212026-07-23T00:39:27.703ZEstimated space to be consumed: 52.23 MB
1222026-07-23T00:39:27.703Z Create boot environment: No
1232026-07-23T00:39:27.703ZCreate backup boot environment: No
1242026-07-23T00:39:27.706Z Rebuild boot archive: No
1252026-07-23T00:39:27.706Z
1262026-07-23T00:39:27.706ZChanged packages:
1272026-07-23T00:39:27.706Zhelios
1282026-07-23T00:39:27.706Z developer/build-essential
1292026-07-23T00:39:27.706Z None -> 11-3.0
1302026-07-23T00:39:27.706Z library/libxmlsec1
1312026-07-23T00:39:27.706Z None -> 1.2.35-3.0
1322026-07-23T00:39:27.728Z
1332026-07-23T00:39:27.728ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-07-23T00:39:27.796ZDownload: Completed 1.28 MB in 0.07 seconds (18.8M/s)
1352026-07-23T00:39:27.852Z Actions: 1/268 actions (Installing new actions)
1362026-07-23T00:39:27.890Z Actions: Completed 268 actions in 0.04 seconds.
1372026-07-23T00:39:27.914ZFinalize: Updating package state database ... Done (0.023s)
1382026-07-23T00:39:27.914ZFinalize: Updating package cache ... Done (0.000s)
1392026-07-23T00:39:27.970ZFinalize: Updating image state ... Done (0.054s)
1402026-07-23T00:39:30.594ZFinalize: Creating fast lookup database ... Done (2.587s)
1412026-07-23T00:39:30.664ZFinalize: Reading search index ... Done (0.012s)
1422026-07-23T00:39:30.668ZFinalize: Updating search index ... Done (0.000s)
1432026-07-23T00:39:30.741ZFinalize: Updating package cache ... Done (0.000s)
1442026-07-23T00:39:31.089ZPlanning: Evaluating mediator changes ... Done
1452026-07-23T00:39:31.211ZPlanning: Checking for conflicting actions ... Done
1462026-07-23T00:39:31.219ZPlanning: Consolidating action changes ... Done
1472026-07-23T00:39:31.360ZPlanning: Evaluating mediators ... Done
1482026-07-23T00:39:31.363ZPlanning: Planning completed in 0.27 seconds
1492026-07-23T00:39:31.386Z Mediators to change: 2
1502026-07-23T00:39:31.386Z Create boot environment: No
1512026-07-23T00:39:31.386ZCreate backup boot environment: No
1522026-07-23T00:39:31.434ZFinalize: Updating package state database ... Done
1532026-07-23T00:39:31.434ZFinalize: Updating package cache ... Done
1542026-07-23T00:39:31.471ZFinalize: Updating image state ... Done
1552026-07-23T00:39:33.457ZFinalize: Creating fast lookup database ... Done
1562026-07-23T00:39:33.525ZFinalize: Reading search index ... Done
1572026-07-23T00:39:33.528ZFinalize: Updating search index ... Done
1582026-07-23T00:39:33.588ZFinalize: Updating package cache ... Done
1592026-07-23T00:39:33.874ZPlanning: Evaluating mediator changes ... Done
1602026-07-23T00:39:33.981ZPlanning: Checking for conflicting actions ... Done
1612026-07-23T00:39:33.984ZPlanning: Consolidating action changes ... Done
1622026-07-23T00:39:34.137ZPlanning: Evaluating mediators ... Done
1632026-07-23T00:39:34.142ZPlanning: Planning completed in 0.26 seconds
1642026-07-23T00:39:34.159Z Mediators to change: 1
1652026-07-23T00:39:34.159Z Create boot environment: No
1662026-07-23T00:39:34.159ZCreate backup boot environment: No
1672026-07-23T00:39:34.200ZFinalize: Updating package state database ... Done
1682026-07-23T00:39:34.200ZFinalize: Updating package cache ... Done
1692026-07-23T00:39:34.238ZFinalize: Updating image state ... Done
1702026-07-23T00:39:36.206ZFinalize: Creating fast lookup database ... Done
1712026-07-23T00:39:36.272ZFinalize: Reading search index ... Done
1722026-07-23T00:39:36.275ZFinalize: Updating search index ... Done
1732026-07-23T00:39:36.372ZFinalize: Updating package cache ... Done
1742026-07-23T00:39:36.685ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-07-23T00:39:36.685Zapache system 2.4 system
1762026-07-23T00:39:36.685Zclang system 15 system
1772026-07-23T00:39:36.685Zcsh system system illumos
1782026-07-23T00:39:36.685Zctags system system illumos
1792026-07-23T00:39:36.685Zfile vendor vendor darwinsys
1802026-07-23T00:39:36.685Zfile system system illumos
1812026-07-23T00:39:36.685Zgcc vendor 14 vendor
1822026-07-23T00:39:36.685Zgcc system 13 system
1832026-07-23T00:39:36.685Zgcc system 10 system
1842026-07-23T00:39:36.685Zgo system 1.25 system
1852026-07-23T00:39:36.685Zllvm system 15 system
1862026-07-23T00:39:36.685Zmariadb system 11.4 system
1872026-07-23T00:39:36.685Zmta vendor vendor dma
1882026-07-23T00:39:36.685Zopenjdk system 17 system
1892026-07-23T00:39:36.685Zopenjdk system 11 system
1902026-07-23T00:39:36.685Zopenssl vendor 3 vendor
1912026-07-23T00:39:36.685Zperl system 5.40 system
1922026-07-23T00:39:36.685Zpostgresql system 18 system
1932026-07-23T00:39:36.685Zpostgresql system 17 system
1942026-07-23T00:39:36.685Zpython vendor 3 vendor
1952026-07-23T00:39:36.685Zpython system 2 system
1962026-07-23T00:39:36.685Zpython3 vendor 3.13 vendor
1972026-07-23T00:39:36.686Zruby system 3.4 system
1982026-07-23T00:39:36.686Zruby system 3.0 system
1992026-07-23T00:39:36.686Zwords vendor vendor american-english
2002026-07-23T00:39:36.686Zwords system system australian-english
2012026-07-23T00:39:36.686Zwords system system british-english
2022026-07-23T00:39:36.686Zwords system system canadian-english
2032026-07-23T00:39:36.686Zwords system system french
2042026-07-23T00:39:36.686Zwords system system italian
2052026-07-23T00:39:36.686Zwords system system ngerman
2062026-07-23T00:39:36.686Zwords system system ogerman
2072026-07-23T00:39:36.686Zwords system system spanish
2082026-07-23T00:39:36.933ZPUBLISHER TYPE STATUS P LOCATION
2092026-07-23T00:39:36.933Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-07-23T00:39:37.326ZFMRI IFO
2112026-07-23T00:39:37.326Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-07-23T00:39:37.327Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-07-23T00:39:37.327Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-07-23T00:39:37.327Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-07-23T00:39:37.327Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-07-23T00:39:37.327Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-07-23T00:39:37.327Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-07-23T00:39:37.327Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-07-23T00:39:37.327Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-07-23T00:39:37.628Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-07-23T00:39:37.899Z Updating crates.io index
2222026-07-23T00:39:37.903Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-07-23T00:39:38.109Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-07-23T00:39:38.401Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-07-23T00:39:39.302Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-07-23T00:39:39.809Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-07-23T00:39:41.379Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-07-23T00:39:42.149Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-07-23T00:39:42.375Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-07-23T00:39:42.699Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-07-23T00:39:44.010Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-07-23T00:39:44.269Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-07-23T00:39:44.561Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2342026-07-23T00:39:44.830Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2352026-07-23T00:39:45.277Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2362026-07-23T00:39:45.784Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2372026-07-23T00:39:46.030Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-07-23T00:39:46.269Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-07-23T00:39:46.549Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2402026-07-23T00:39:46.834Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2412026-07-23T00:39:47.079Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2422026-07-23T00:39:47.319Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2432026-07-23T00:39:47.569Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2442026-07-23T00:39:47.924Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2452026-07-23T00:39:48.220Z Updating git repository `https://github.com/oxidecomputer/erebor`
2462026-07-23T00:39:48.459Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2472026-07-23T00:39:48.852Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2482026-07-23T00:39:49.096Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2492026-07-23T00:39:49.456Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2502026-07-23T00:39:50.090Z Updating git repository `https://github.com/oxidecomputer/ispf`
2512026-07-23T00:39:50.359Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2522026-07-23T00:39:50.619Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2532026-07-23T00:39:50.943Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2542026-07-23T00:39:51.305Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2552026-07-23T00:39:51.556Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2562026-07-23T00:39:51.837Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-07-23T00:39:52.066Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2582026-07-23T00:39:52.332Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2592026-07-23T00:39:52.603Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2602026-07-23T00:39:52.867Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2612026-07-23T00:39:53.117Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2622026-07-23T00:39:53.378Z Updating git repository `https://github.com/illumos/smf-rs`
2632026-07-23T00:39:56.517Z Downloading crates ...
2642026-07-23T00:39:56.566Z Downloaded anstream v1.0.0
2652026-07-23T00:39:56.585Z Downloaded memchr v2.8.0
2662026-07-23T00:39:56.588Z Downloaded bytecount v0.6.9
2672026-07-23T00:39:56.605Z Downloaded autocfg v1.5.0
2682026-07-23T00:39:56.608Z Downloaded zerocopy v0.7.35
2692026-07-23T00:39:56.613Z Downloaded once_cell v1.21.3
2702026-07-23T00:39:56.616Z Downloaded zmij v1.0.21
2712026-07-23T00:39:56.616Z Downloaded anstyle-query v1.1.5
2722026-07-23T00:39:56.616Z Downloaded memmap v0.7.0
2732026-07-23T00:39:56.619Z Downloaded is_terminal_polyfill v1.70.2
2742026-07-23T00:39:56.619Z Downloaded heck v0.4.1
2752026-07-23T00:39:56.619Z Downloaded dtrace-parser v0.2.0
2762026-07-23T00:39:56.619Z Downloaded dof v0.3.0
2772026-07-23T00:39:56.622Z Downloaded errno v0.3.14
2782026-07-23T00:39:56.622Z Downloaded macaddr v1.0.1
2792026-07-23T00:39:56.625Z Downloaded anstyle v1.0.14
2802026-07-23T00:39:56.628Z Downloaded pest v2.8.6
2812026-07-23T00:39:56.631Z Downloaded generic-array v0.14.7
2822026-07-23T00:39:56.631Z Downloaded fs-err v3.3.0
2832026-07-23T00:39:56.634Z Downloaded digest v0.10.7
2842026-07-23T00:39:56.634Z Downloaded clap_lex v1.0.0
2852026-07-23T00:39:56.634Z Downloaded byteorder v1.5.0
2862026-07-23T00:39:56.634Z Downloaded camino v1.2.2
2872026-07-23T00:39:56.637Z Downloaded heck v0.5.0
2882026-07-23T00:39:56.637Z Downloaded colorchoice v1.0.4
2892026-07-23T00:39:56.643Z Downloaded tabled_derive v0.7.0
2902026-07-23T00:39:56.647Z Downloaded fnv v1.0.7
2912026-07-23T00:39:56.650Z Downloaded anyhow v1.0.102
2922026-07-23T00:39:56.650Z Downloaded hashbrown v0.17.0
2932026-07-23T00:39:56.653Z Downloaded itoa v1.0.17
2942026-07-23T00:39:56.657Z Downloaded crypto-common v0.1.7
2952026-07-23T00:39:56.660Z Downloaded version_check v0.9.5
2962026-07-23T00:39:56.660Z Downloaded cargo-platform v0.3.2
2972026-07-23T00:39:56.660Z Downloaded utf8parse v0.2.2
2982026-07-23T00:39:56.663Z Downloaded proc-macro-error-attr v1.0.4
2992026-07-23T00:39:56.673Z Downloaded equivalent v1.0.2
3002026-07-23T00:39:56.676Z Downloaded fastrand v2.3.0
3012026-07-23T00:39:56.676Z Downloaded plain v0.2.3
3022026-07-23T00:39:56.676Z Downloaded usdt v0.5.0
3032026-07-23T00:39:56.676Z Downloaded serde_spanned v0.6.9
3042026-07-23T00:39:56.679Z Downloaded anstyle-parse v1.0.0
3052026-07-23T00:39:56.683Z Downloaded pest_derive v2.8.6
3062026-07-23T00:39:56.687Z Downloaded camino-tempfile v1.4.1
3072026-07-23T00:39:56.690Z Downloaded smawk v0.3.2
3082026-07-23T00:39:56.690Z Downloaded scroll_derive v0.12.1
3092026-07-23T00:39:56.693Z Downloaded terminal_size v0.4.3
3102026-07-23T00:39:56.693Z Downloaded usdt-macro v0.5.0
3112026-07-23T00:39:56.693Z Downloaded toml_write v0.1.2
3122026-07-23T00:39:56.696Z Downloaded thread-id v4.2.2
3132026-07-23T00:39:56.696Z Downloaded cfg-if v1.0.4
3142026-07-23T00:39:56.699Z Downloaded usdt-attr-macro v0.5.0
3152026-07-23T00:39:56.699Z Downloaded toml_datetime v0.6.11
3162026-07-23T00:39:56.699Z Downloaded swrite v0.1.0
3172026-07-23T00:39:56.699Z Downloaded cpufeatures v0.2.17
3182026-07-23T00:39:56.702Z Downloaded cargo_toml v0.21.0
3192026-07-23T00:39:56.705Z Downloaded cargo_metadata v0.23.1
3202026-07-23T00:39:56.715Z Downloaded thiserror v1.0.69
3212026-07-23T00:39:56.718Z Downloaded block-buffer v0.10.4
3222026-07-23T00:39:56.721Z Downloaded thiserror-impl v2.0.18
3232026-07-23T00:39:56.724Z Downloaded strsim v0.11.1
3242026-07-23T00:39:56.727Z Downloaded quote v1.0.45
3252026-07-23T00:39:56.730Z Downloaded sha2 v0.10.9
3262026-07-23T00:39:56.730Z Downloaded serde_tokenstream v0.2.3
3272026-07-23T00:39:56.733Z Downloaded thiserror-impl v1.0.69
3282026-07-23T00:39:56.733Z Downloaded scroll v0.12.0
3292026-07-23T00:39:56.737Z Downloaded usdt-impl v0.5.0
3302026-07-23T00:39:56.739Z Downloaded pretty-hex v0.4.1
3312026-07-23T00:39:56.739Z Downloaded unicode-linebreak v0.1.5
3322026-07-23T00:39:56.742Z Downloaded clap_derive v4.6.1
3332026-07-23T00:39:56.745Z Downloaded thiserror v2.0.18
3342026-07-23T00:39:56.748Z Downloaded proc-macro-error v1.0.4
3352026-07-23T00:39:56.748Z Downloaded indexmap v2.14.0
3362026-07-23T00:39:56.754Z Downloaded pest_generator v2.8.6
3372026-07-23T00:39:56.757Z Downloaded tempfile v3.25.0
3382026-07-23T00:39:56.761Z Downloaded semver v1.0.28
3392026-07-23T00:39:56.771Z Downloaded ucd-trie v0.1.7
3402026-07-23T00:39:56.776Z Downloaded zerocopy-derive v0.7.35
3412026-07-23T00:39:56.776Z Downloaded toml v0.8.23
3422026-07-23T00:39:56.785Z Downloaded log v0.4.29
3432026-07-23T00:39:56.789Z Downloaded clap v4.6.1
3442026-07-23T00:39:56.792Z Downloaded proc-macro2 v1.0.106
3452026-07-23T00:39:56.801Z Downloaded serde_derive v1.0.228
3462026-07-23T00:39:56.804Z Downloaded getrandom v0.4.1
3472026-07-23T00:39:56.808Z Downloaded textwrap v0.16.2
3482026-07-23T00:39:56.808Z Downloaded unicode-ident v1.0.24
3492026-07-23T00:39:56.811Z Downloaded bitflags v2.11.0
3502026-07-23T00:39:56.811Z Downloaded serde_core v1.0.228
3512026-07-23T00:39:56.814Z Downloaded papergrid v0.11.0
3522026-07-23T00:39:56.831Z Downloaded toml_edit v0.22.27
3532026-07-23T00:39:56.834Z Downloaded serde v1.0.228
3542026-07-23T00:39:56.838Z Downloaded pest_meta v2.8.6
3552026-07-23T00:39:56.852Z Downloaded typenum v1.20.1
3562026-07-23T00:39:56.883Z Downloaded serde_json v1.0.150
3572026-07-23T00:39:56.901Z Downloaded goblin v0.8.2
3582026-07-23T00:39:56.904Z Downloaded winnow v0.7.14
3592026-07-23T00:39:56.907Z Downloaded clap_builder v4.6.0
3602026-07-23T00:39:56.918Z Downloaded syn v1.0.109
3612026-07-23T00:39:56.923Z Downloaded tabled v0.15.0
3622026-07-23T00:39:56.933Z Downloaded unicode-width v0.1.14
3632026-07-23T00:39:56.937Z Downloaded unicode-width v0.2.0
3642026-07-23T00:39:56.947Z Downloaded syn v2.0.117
3652026-07-23T00:39:56.962Z Downloaded rustix v1.1.3
3662026-07-23T00:39:56.992Z Downloaded libc v0.2.185
3672026-07-23T00:39:57.051Z Compiling proc-macro2 v1.0.106
3682026-07-23T00:39:57.051Z Compiling quote v1.0.45
3692026-07-23T00:39:57.056Z Compiling unicode-ident v1.0.24
3702026-07-23T00:39:57.056Z Compiling serde_core v1.0.228
3712026-07-23T00:39:57.056Z Compiling libc v0.2.185
3722026-07-23T00:39:57.056Z Compiling version_check v0.9.5
3732026-07-23T00:39:57.056Z Compiling memchr v2.8.0
3742026-07-23T00:39:57.056Z Compiling serde v1.0.228
3752026-07-23T00:39:57.056Z Compiling zmij v1.0.21
3762026-07-23T00:39:57.056Z Compiling thiserror v1.0.69
3772026-07-23T00:39:57.233Z Compiling itoa v1.0.17
3782026-07-23T00:39:57.236Z Compiling ucd-trie v0.1.7
3792026-07-23T00:39:57.236Z Compiling byteorder v1.5.0
3802026-07-23T00:39:57.236Z Compiling rustix v1.1.3
3812026-07-23T00:39:57.445Z Compiling bitflags v2.11.0
3822026-07-23T00:39:57.604Z Compiling serde_json v1.0.150
3832026-07-23T00:39:57.720Z Compiling proc-macro-error-attr v1.0.4
3842026-07-23T00:39:57.804Z Compiling usdt-impl v0.5.0
3852026-07-23T00:39:57.861Z Compiling syn v1.0.109
3862026-07-23T00:39:57.891Z Compiling camino v1.2.2
3872026-07-23T00:39:57.936Z Compiling pest v2.8.6
3882026-07-23T00:39:57.969Z Compiling proc-macro-error v1.0.4
3892026-07-23T00:39:57.981Z Compiling getrandom v0.4.1
3902026-07-23T00:39:58.100Z Compiling utf8parse v0.2.2
3912026-07-23T00:39:58.164Z Compiling plain v0.2.3
3922026-07-23T00:39:58.202Z Compiling log v0.4.29
3932026-07-23T00:39:58.226Z Compiling hashbrown v0.17.0
3942026-07-23T00:39:58.259Z Compiling equivalent v1.0.2
3952026-07-23T00:39:58.287Z Compiling anstyle-parse v1.0.0
3962026-07-23T00:39:58.287Z Compiling autocfg v1.5.0
3972026-07-23T00:39:58.350Z Compiling anstyle-query v1.1.5
3982026-07-23T00:39:58.350Z Compiling anstyle v1.0.14
3992026-07-23T00:39:58.397Z Compiling winnow v0.7.14
4002026-07-23T00:39:58.416Z Compiling colorchoice v1.0.4
4012026-07-23T00:39:58.440Z Compiling errno v0.3.14
4022026-07-23T00:39:58.459Z Compiling thread-id v4.2.2
4032026-07-23T00:39:58.474Z Compiling toml_write v0.1.2
4042026-07-23T00:39:58.491Z Compiling cfg-if v1.0.4
4052026-07-23T00:39:58.518Z Compiling thiserror v2.0.18
4062026-07-23T00:39:58.556Z Compiling pretty-hex v0.4.1
4072026-07-23T00:39:58.609Z Compiling is_terminal_polyfill v1.70.2
4082026-07-23T00:39:58.676Z Compiling clap_lex v1.0.0
4092026-07-23T00:39:58.719Z Compiling anstream v1.0.0
4102026-07-23T00:39:58.743Z Compiling indexmap v2.14.0
4112026-07-23T00:39:58.768Z Compiling fs-err v3.3.0
4122026-07-23T00:39:58.790Z Compiling syn v2.0.117
4132026-07-23T00:39:58.826Z Compiling heck v0.5.0
4142026-07-23T00:39:58.842Z Compiling bytecount v0.6.9
4152026-07-23T00:39:58.864Z Compiling fastrand v2.3.0
4162026-07-23T00:39:58.934Z Compiling fnv v1.0.7
4172026-07-23T00:39:59.006Z Compiling pest_meta v2.8.6
4182026-07-23T00:39:59.024Z Compiling anyhow v1.0.102
4192026-07-23T00:39:59.056Z Compiling strsim v0.11.1
4202026-07-23T00:39:59.073Z Compiling heck v0.4.1
4212026-07-23T00:39:59.091Z Compiling unicode-width v0.1.14
4222026-07-23T00:39:59.165Z Compiling once_cell v1.21.3
4232026-07-23T00:39:59.228Z Compiling memmap v0.7.0
4242026-07-23T00:39:59.306Z Compiling unicode-linebreak v0.1.5
4252026-07-23T00:39:59.327Z Compiling papergrid v0.11.0
4262026-07-23T00:39:59.344Z Compiling smawk v0.3.2
4272026-07-23T00:39:59.397Z Compiling unicode-width v0.2.0
4282026-07-23T00:39:59.435Z Compiling swrite v0.1.0
4292026-07-23T00:39:59.492Z Compiling terminal_size v0.4.3
4302026-07-23T00:39:59.492Z Compiling tempfile v3.25.0
4312026-07-23T00:39:59.596Z Compiling clap_builder v4.6.0
4322026-07-23T00:39:59.631Z Compiling textwrap v0.16.2
4332026-07-23T00:39:59.708Z Compiling cargo-platform v0.3.2
4342026-07-23T00:39:59.825Z Compiling semver v1.0.28
4352026-07-23T00:39:59.949Z Compiling camino-tempfile v1.4.1
4362026-07-23T00:40:00.287Z Compiling tabled_derive v0.7.0
4372026-07-23T00:40:00.910Z Compiling pest_generator v2.8.6
4382026-07-23T00:40:00.929Z Compiling tabled v0.15.0
4392026-07-23T00:40:01.409Z Compiling serde_derive v1.0.228
4402026-07-23T00:40:01.409Z Compiling thiserror-impl v1.0.69
4412026-07-23T00:40:01.413Z Compiling zerocopy-derive v0.7.35
4422026-07-23T00:40:01.413Z Compiling scroll_derive v0.12.1
4432026-07-23T00:40:01.413Z Compiling thiserror-impl v2.0.18
4442026-07-23T00:40:01.413Z Compiling clap_derive v4.6.1
4452026-07-23T00:40:01.512Z Compiling pest_derive v2.8.6
4462026-07-23T00:40:02.152Z Compiling scroll v0.12.0
4472026-07-23T00:40:02.192Z Compiling zerocopy v0.7.35
4482026-07-23T00:40:02.373Z Compiling goblin v0.8.2
4492026-07-23T00:40:02.506Z Compiling dtrace-parser v0.2.0
4502026-07-23T00:40:02.797Z Compiling clap v4.6.1
4512026-07-23T00:40:03.813Z Compiling toml_datetime v0.6.11
4522026-07-23T00:40:03.813Z Compiling serde_spanned v0.6.9
4532026-07-23T00:40:03.817Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4542026-07-23T00:40:03.817Z Compiling macaddr v1.0.1
4552026-07-23T00:40:03.817Z Compiling cargo_metadata v0.23.1
4562026-07-23T00:40:03.830Z Compiling dof v0.3.0
4572026-07-23T00:40:03.845Z Compiling serde_tokenstream v0.2.3
4582026-07-23T00:40:04.019Z Compiling toml_edit v0.22.27
4592026-07-23T00:40:04.534Z Compiling usdt-attr-macro v0.5.0
4602026-07-23T00:40:04.534Z Compiling usdt-macro v0.5.0
4612026-07-23T00:40:05.151Z Compiling usdt v0.5.0
4622026-07-23T00:40:05.271Z Compiling toml v0.8.23
4632026-07-23T00:40:05.589Z Compiling cargo_toml v0.21.0
4642026-07-23T00:40:06.880Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4652026-07-23T00:40:08.878Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.42s
4662026-07-23T00:40:09.102Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4672026-07-23T00:40:09.598Z Downloading crates ...
4682026-07-23T00:40:09.689Z Downloaded arrayref v0.3.9
4692026-07-23T00:40:09.698Z Downloaded bit-vec v0.6.3
4702026-07-23T00:40:09.701Z Downloaded argon2 v0.5.3
4712026-07-23T00:40:09.711Z Downloaded adler2 v2.0.1
4722026-07-23T00:40:09.717Z Downloaded base16ct v0.2.0
4732026-07-23T00:40:09.720Z Downloaded darling v0.23.0
4742026-07-23T00:40:09.724Z Downloaded cipher v0.4.4
4752026-07-23T00:40:09.727Z Downloaded ed25519 v3.0.0
4762026-07-23T00:40:09.727Z Downloaded base64 v0.21.7
4772026-07-23T00:40:09.730Z Downloaded anstream v0.6.21
4782026-07-23T00:40:09.733Z Downloaded data-encoding v2.10.0
4792026-07-23T00:40:09.733Z Downloaded cookie_store v0.22.1
4802026-07-23T00:40:09.733Z Downloaded base64ct v1.8.3
4812026-07-23T00:40:09.736Z Downloaded darling v0.21.3
4822026-07-23T00:40:09.739Z Downloaded darling v0.13.4
4832026-07-23T00:40:09.739Z Downloaded cpubits v0.1.1
4842026-07-23T00:40:09.743Z Downloaded bcrypt-pbkdf v0.11.0
4852026-07-23T00:40:09.743Z Downloaded const-oid v0.10.2
4862026-07-23T00:40:09.746Z Downloaded corncobs v0.1.4
4872026-07-23T00:40:09.746Z Downloaded async-stream-impl v0.3.6
4882026-07-23T00:40:09.746Z Downloaded async-stream v0.3.6
4892026-07-23T00:40:09.749Z Downloaded assert_matches v1.5.0
4902026-07-23T00:40:09.749Z Downloaded crc8 v0.1.1
4912026-07-23T00:40:09.749Z Downloaded bitfield-macros v0.19.4
4922026-07-23T00:40:09.749Z Downloaded bit-set v0.8.0
4932026-07-23T00:40:09.752Z Downloaded async-trait v0.1.89
4942026-07-23T00:40:09.752Z Downloaded darling_core v0.13.4
4952026-07-23T00:40:09.756Z Downloaded cpufeatures v0.3.0
4962026-07-23T00:40:09.756Z Downloaded async-recursion v1.1.1
4972026-07-23T00:40:09.759Z Downloaded block-buffer v0.12.1
4982026-07-23T00:40:09.762Z Downloaded base16ct v1.0.0
4992026-07-23T00:40:09.762Z Downloaded curve25519-dalek-derive v0.1.1
5002026-07-23T00:40:09.762Z Downloaded crc-catalog v2.4.0
5012026-07-23T00:40:09.765Z Downloaded cfg_aliases v0.1.1
5022026-07-23T00:40:09.765Z Downloaded bytes v1.11.1
5032026-07-23T00:40:09.768Z Downloaded crc v3.4.0
5042026-07-23T00:40:09.768Z Downloaded aead v0.6.1
5052026-07-23T00:40:09.771Z Downloaded crucible-workspace-hack v0.1.0
5062026-07-23T00:40:09.771Z Downloaded convert_case v0.4.0
5072026-07-23T00:40:09.771Z Downloaded aead v0.5.2
5082026-07-23T00:40:09.771Z Downloaded cstr-argument v0.1.2
5092026-07-23T00:40:09.774Z Downloaded ciborium-ll v0.2.2
5102026-07-23T00:40:09.774Z Downloaded ascii-canvas v3.0.0
5112026-07-23T00:40:09.774Z Downloaded arrayvec v0.7.6
5122026-07-23T00:40:09.777Z Downloaded cookie v0.18.1
5132026-07-23T00:40:09.777Z Downloaded cobs v0.3.0
5142026-07-23T00:40:09.780Z Downloaded daft-derive v0.1.7
5152026-07-23T00:40:09.780Z Downloaded atomicwrites v0.4.4
5162026-07-23T00:40:09.783Z Downloaded difflib v0.4.0
5172026-07-23T00:40:09.783Z Downloaded bitfield v0.19.4
5182026-07-23T00:40:09.783Z Downloaded bitflags v1.3.2
5192026-07-23T00:40:09.786Z Downloaded crunchy v0.2.4
5202026-07-23T00:40:09.786Z Downloaded document-features v0.2.12
5212026-07-23T00:40:09.789Z Downloaded bit-set v0.5.3
5222026-07-23T00:40:09.789Z Downloaded ctutils v0.4.2
5232026-07-23T00:40:09.789Z Downloaded chacha20 v0.10.0
5242026-07-23T00:40:09.792Z Downloaded dropshot-api-manager-types v0.7.2
5252026-07-23T00:40:09.792Z Downloaded anstyle-parse v0.2.7
5262026-07-23T00:40:09.795Z Downloaded delegate v0.13.5
5272026-07-23T00:40:09.795Z Downloaded bit-vec v0.8.0
5282026-07-23T00:40:09.795Z Downloaded ctr v0.10.1
5292026-07-23T00:40:09.799Z Downloaded compression-core v0.4.31
5302026-07-23T00:40:09.799Z Downloaded cfg_aliases v0.2.1
5312026-07-23T00:40:09.799Z Downloaded crossbeam-channel v0.5.15
5322026-07-23T00:40:09.802Z Downloaded dtrace-parser v0.3.0
5332026-07-23T00:40:09.802Z Downloaded diesel_table_macro_syntax v0.3.0
5342026-07-23T00:40:09.806Z Downloaded ciborium-io v0.2.2
5352026-07-23T00:40:09.806Z Downloaded bitfield-struct v0.6.2
5362026-07-23T00:40:09.806Z Downloaded daft v0.1.7
5372026-07-23T00:40:09.806Z Downloaded derive_builder_macro v0.20.2
5382026-07-23T00:40:09.809Z Downloaded digest v0.11.3
5392026-07-23T00:40:09.809Z Downloaded darling_macro v0.20.11
5402026-07-23T00:40:09.809Z Downloaded block-padding v0.4.2
5412026-07-23T00:40:09.812Z Downloaded bb8 v0.8.6
5422026-07-23T00:40:09.812Z Downloaded crossbeam-utils v0.8.21
5432026-07-23T00:40:09.815Z Downloaded embedded-io v0.6.1
5442026-07-23T00:40:09.815Z Downloaded downcast-rs v2.0.2
5452026-07-23T00:40:09.815Z Downloaded array-init v0.0.4
5462026-07-23T00:40:09.815Z Downloaded defmt v0.3.100
5472026-07-23T00:40:09.818Z Downloaded darling_macro v0.13.4
5482026-07-23T00:40:09.818Z Downloaded crypto-common v0.2.2
5492026-07-23T00:40:09.818Z Downloaded crossbeam-deque v0.8.6
5502026-07-23T00:40:09.822Z Downloaded atty v0.2.14
5512026-07-23T00:40:09.822Z Downloaded cbc v0.2.1
5522026-07-23T00:40:09.822Z Downloaded dof v0.4.0
5532026-07-23T00:40:09.826Z Downloaded darling_macro v0.23.0
5542026-07-23T00:40:09.826Z Downloaded endian-type v0.1.2
5552026-07-23T00:40:09.826Z Downloaded atomic-waker v1.1.2
5562026-07-23T00:40:09.826Z Downloaded critical-section v1.2.0
5572026-07-23T00:40:09.826Z Downloaded blowfish v0.10.0
5582026-07-23T00:40:09.829Z Downloaded fd-lock v4.0.4
5592026-07-23T00:40:09.829Z Downloaded cassowary v0.3.0
5602026-07-23T00:40:09.829Z Downloaded bcs v0.1.6
5612026-07-23T00:40:09.832Z Downloaded dunce v1.0.5
5622026-07-23T00:40:09.832Z Downloaded dirs-sys-next v0.1.2
5632026-07-23T00:40:09.832Z Downloaded debug-ignore v1.0.5
5642026-07-23T00:40:09.835Z Downloaded dyn-clone v1.0.20
5652026-07-23T00:40:09.835Z Downloaded embedded-io v0.4.0
5662026-07-23T00:40:09.838Z Downloaded byte-wrapper v0.1.0
5672026-07-23T00:40:09.838Z Downloaded chacha20 v0.9.1
5682026-07-23T00:40:09.841Z Downloaded darling_macro v0.21.3
5692026-07-23T00:40:09.842Z Downloaded bs58 v0.5.1
5702026-07-23T00:40:09.842Z Downloaded dsl_auto_type v0.2.0
5712026-07-23T00:40:09.844Z Downloaded foreign-types v0.3.2
5722026-07-23T00:40:09.845Z Downloaded env_filter v1.0.0
5732026-07-23T00:40:09.845Z Downloaded defmt-parser v1.0.0
5742026-07-23T00:40:09.845Z Downloaded foreign-types v0.5.0
5752026-07-23T00:40:09.847Z Downloaded float-ord v0.3.2
5762026-07-23T00:40:09.848Z Downloaded flagset v0.4.7
5772026-07-23T00:40:09.848Z Downloaded defmt v1.0.1
5782026-07-23T00:40:09.852Z Downloaded ed25519 v2.2.3
5792026-07-23T00:40:09.852Z Downloaded foreign-types-shared v0.3.1
5802026-07-23T00:40:09.855Z Downloaded foreign-types-macros v0.2.3
5812026-07-23T00:40:09.855Z Downloaded futures-task v0.3.32
5822026-07-23T00:40:09.855Z Downloaded futures-macro v0.3.32
5832026-07-23T00:40:09.855Z Downloaded ahash v0.8.12
5842026-07-23T00:40:09.858Z Downloaded display-error-chain v0.2.2
5852026-07-23T00:40:09.858Z Downloaded dirs-next v2.0.0
5862026-07-23T00:40:09.858Z Downloaded futures-io v0.3.32
5872026-07-23T00:40:09.858Z Downloaded constant_time_eq v0.4.2
5882026-07-23T00:40:09.861Z Downloaded backoff v0.4.0
5892026-07-23T00:40:09.861Z Downloaded compression-codecs v0.4.37
5902026-07-23T00:40:09.864Z Downloaded foreign-types-shared v0.1.1
5912026-07-23T00:40:09.864Z Downloaded futures-core v0.3.32
5922026-07-23T00:40:09.868Z Downloaded der_derive v0.7.3
5932026-07-23T00:40:09.868Z Downloaded cipher v0.5.2
5942026-07-23T00:40:09.871Z Downloaded cmake v0.1.57
5952026-07-23T00:40:09.871Z Downloaded form_urlencoded v1.2.2
5962026-07-23T00:40:09.871Z Downloaded float-cmp v0.10.0
5972026-07-23T00:40:09.874Z Downloaded diesel-dtrace v0.5.0
5982026-07-23T00:40:09.874Z Downloaded gethostname v0.5.0
5992026-07-23T00:40:09.874Z Downloaded camino-tempfile-ext v0.3.3
6002026-07-23T00:40:09.877Z Downloaded fxhash v0.2.1
6012026-07-23T00:40:09.877Z Downloaded castaway v0.2.4
6022026-07-23T00:40:09.877Z Downloaded git-stub v1.0.0
6032026-07-23T00:40:09.880Z Downloaded futures-sink v0.3.32
6042026-07-23T00:40:09.883Z Downloaded console v0.16.2
6052026-07-23T00:40:09.883Z Downloaded ghash v0.6.0
6062026-07-23T00:40:09.883Z Downloaded buf-list v1.1.2
6072026-07-23T00:40:09.886Z Downloaded cexpr v0.6.0
6082026-07-23T00:40:09.886Z Downloaded ena v0.14.4
6092026-07-23T00:40:09.889Z Downloaded globwalk v0.9.1
6102026-07-23T00:40:09.892Z Downloaded either v1.15.0
6112026-07-23T00:40:09.892Z Downloaded derive_builder v0.20.2
6122026-07-23T00:40:09.895Z Downloaded hash32 v0.2.1
6132026-07-23T00:40:09.895Z Downloaded enum-as-inner v0.6.1
6142026-07-23T00:40:09.898Z Downloaded ecdsa v0.16.9
6152026-07-23T00:40:09.898Z Downloaded fallible-iterator v0.2.0
6162026-07-23T00:40:09.901Z Downloaded const-oid v0.9.6
6172026-07-23T00:40:09.901Z Downloaded deranged v0.5.8
6182026-07-23T00:40:09.901Z Downloaded filetime v0.2.27
6192026-07-23T00:40:09.904Z Downloaded enum_dispatch v0.3.13
6202026-07-23T00:40:09.907Z Downloaded hash32 v0.3.1
6212026-07-23T00:40:09.907Z Downloaded headers-core v0.3.0
6222026-07-23T00:40:09.907Z Downloaded foldhash v0.2.0
6232026-07-23T00:40:09.907Z Downloaded funty v2.0.0
6242026-07-23T00:40:09.910Z Downloaded find-msvc-tools v0.1.9
6252026-07-23T00:40:09.910Z Downloaded hex-literal v1.1.0
6262026-07-23T00:40:09.910Z Downloaded hex v0.4.3
6272026-07-23T00:40:09.913Z Downloaded displaydoc v0.2.5
6282026-07-23T00:40:09.913Z Downloaded fs_extra v1.3.0
6292026-07-23T00:40:09.916Z Downloaded fs-err v2.11.0
6302026-07-23T00:40:09.916Z Downloaded crc32fast v1.5.0
6312026-07-23T00:40:09.920Z Downloaded env_logger v0.11.9
6322026-07-23T00:40:09.920Z Downloaded crossbeam-epoch v0.9.18
6332026-07-23T00:40:09.923Z Downloaded digest-io v0.1.0
6342026-07-23T00:40:09.923Z Downloaded derive-ex v0.1.8
6352026-07-23T00:40:09.923Z Downloaded fixedbitset v0.4.2
6362026-07-23T00:40:09.923Z Downloaded foldhash v0.1.5
6372026-07-23T00:40:09.927Z Downloaded fixedbitset v0.5.7
6382026-07-23T00:40:09.927Z Downloaded hostname v0.4.2
6392026-07-23T00:40:09.930Z Downloaded home v0.5.12
6402026-07-23T00:40:09.930Z Downloaded const_format_proc_macros v0.2.34
6412026-07-23T00:40:09.930Z Downloaded hostname v0.3.1
6422026-07-23T00:40:09.933Z Downloaded derive_more v0.99.20
6432026-07-23T00:40:09.936Z Downloaded http-body v1.0.1
6442026-07-23T00:40:09.936Z Downloaded futures-executor v0.3.32
6452026-07-23T00:40:09.936Z Downloaded ar_archive_writer v0.5.1
6462026-07-23T00:40:09.939Z Downloaded elliptic-curve v0.14.0-rc.33
6472026-07-23T00:40:09.942Z Downloaded git-stub-vcs v0.1.0
6482026-07-23T00:40:09.942Z Downloaded backon v1.6.0
6492026-07-23T00:40:09.945Z Downloaded ff v0.14.0
6502026-07-23T00:40:09.945Z Downloaded ff v0.13.1
6512026-07-23T00:40:09.945Z Downloaded illumos-nvpair-sys v0.2.0
6522026-07-23T00:40:09.948Z Downloaded hubpack_derive v0.1.1
6532026-07-23T00:40:09.948Z Downloaded http-range v0.1.5
6542026-07-23T00:40:09.948Z Downloaded hubpack v0.1.2
6552026-07-23T00:40:09.948Z Downloaded derive_builder_core v0.20.2
6562026-07-23T00:40:09.951Z Downloaded illumos-nvpair v0.3.0
6572026-07-23T00:40:09.951Z Downloaded idna_adapter v1.2.1
6582026-07-23T00:40:09.951Z Downloaded hyper-tls v0.6.0
6592026-07-23T00:40:09.954Z Downloaded ciborium v0.2.2
6602026-07-23T00:40:09.954Z Downloaded indent_write v2.2.0
6612026-07-23T00:40:09.957Z Downloaded blake2 v0.10.6
6622026-07-23T00:40:09.957Z Downloaded ident_case v1.0.1
6632026-07-23T00:40:09.957Z Downloaded erased-serde v0.3.31
6642026-07-23T00:40:09.961Z Downloaded indoc v1.0.9
6652026-07-23T00:40:09.961Z Downloaded group v0.14.0
6662026-07-23T00:40:09.965Z Downloaded group v0.13.0
6672026-07-23T00:40:09.965Z Downloaded defmt-macros v1.0.1
6682026-07-23T00:40:09.965Z Downloaded is_ci v1.2.0
6692026-07-23T00:40:09.968Z Downloaded internet-checksum v0.2.1
6702026-07-23T00:40:09.968Z Downloaded des v0.9.0
6712026-07-23T00:40:09.968Z Downloaded darling v0.20.11
6722026-07-23T00:40:09.971Z Downloaded base64 v0.22.1
6732026-07-23T00:40:09.974Z Downloaded colored v2.2.0
6742026-07-23T00:40:09.977Z Downloaded glob v0.3.3
6752026-07-23T00:40:09.977Z Downloaded diff v0.1.13
6762026-07-23T00:40:09.980Z Downloaded instant v0.1.13
6772026-07-23T00:40:09.980Z Downloaded httpdate v1.0.3
6782026-07-23T00:40:09.980Z Downloaded is-terminal v0.4.17
6792026-07-23T00:40:09.980Z Downloaded instability v0.3.11
6802026-07-23T00:40:09.983Z Downloaded inout v0.2.2
6812026-07-23T00:40:09.983Z Downloaded inout v0.1.4
6822026-07-23T00:40:09.983Z Downloaded crc-any v2.5.0
6832026-07-23T00:40:09.986Z Downloaded convert_case v0.10.0
6842026-07-23T00:40:09.987Z Downloaded console v0.15.11
6852026-07-23T00:40:09.990Z Downloaded colored v3.1.1
6862026-07-23T00:40:09.990Z Downloaded cmov v0.5.4
6872026-07-23T00:40:09.993Z Downloaded cancel-safe-futures v0.1.5
6882026-07-23T00:40:09.993Z Downloaded keccak v0.1.6
6892026-07-23T00:40:09.996Z Downloaded async-bb8-diesel v0.2.1
6902026-07-23T00:40:09.996Z Downloaded clang-sys v1.8.1
6912026-07-23T00:40:09.999Z Downloaded lazy_static v1.5.0
6922026-07-23T00:40:09.999Z Downloaded darling_core v0.23.0
6932026-07-23T00:40:10.002Z Downloaded lalrpop-util v0.19.12
6942026-07-23T00:40:10.003Z Downloaded humantime v2.3.0
6952026-07-23T00:40:10.003Z Downloaded kem v0.3.0
6962026-07-23T00:40:10.009Z Downloaded kstat-rs v0.2.4
6972026-07-23T00:40:10.009Z Downloaded drift v0.2.0
6982026-07-23T00:40:10.012Z Downloaded http-body-util v0.1.3
6992026-07-23T00:40:10.012Z Downloaded libscf-sys v1.1.0
7002026-07-23T00:40:10.012Z Downloaded getrandom v0.2.17
7012026-07-23T00:40:10.015Z Downloaded maplit v1.0.2
7022026-07-23T00:40:10.015Z Downloaded futures-channel v0.3.32
7032026-07-23T00:40:10.018Z Downloaded match_cfg v0.1.0
7042026-07-23T00:40:10.018Z Downloaded lru-slab v0.1.2
7052026-07-23T00:40:10.018Z Downloaded elliptic-curve v0.13.8
7062026-07-23T00:40:10.023Z Downloaded derive-where v1.6.0
7072026-07-23T00:40:10.026Z Downloaded lru-cache v0.1.2
7082026-07-23T00:40:10.026Z Downloaded md5 v0.8.0
7092026-07-23T00:40:10.026Z Downloaded memoffset v0.9.1
7102026-07-23T00:40:10.026Z Downloaded md-5 v0.10.6
7112026-07-23T00:40:10.026Z Downloaded maybe-uninit v2.0.0
7122026-07-23T00:40:10.031Z Downloaded hmac v0.12.1
7132026-07-23T00:40:10.031Z Downloaded mime v0.3.17
7142026-07-23T00:40:10.031Z Downloaded fatfs v0.3.6
7152026-07-23T00:40:10.035Z Downloaded impl-trait-for-tuples v0.2.3
7162026-07-23T00:40:10.035Z Downloaded highway v1.3.0
7172026-07-23T00:40:10.035Z Downloaded argon2 v0.6.0-rc.8
7182026-07-23T00:40:10.040Z Downloaded managed v0.8.0
7192026-07-23T00:40:10.040Z Downloaded new_debug_unreachable v1.0.6
7202026-07-23T00:40:10.040Z Downloaded half v1.8.3
7212026-07-23T00:40:10.043Z Downloaded lzss v0.8.2
7222026-07-23T00:40:10.043Z Downloaded ecdsa v0.17.0-rc.18
7232026-07-23T00:40:10.043Z Downloaded dropshot_endpoint v0.17.1
7242026-07-23T00:40:10.046Z Downloaded ingot-types v0.1.2
7252026-07-23T00:40:10.046Z Downloaded indoc v2.0.7
7262026-07-23T00:40:10.050Z Downloaded compact_str v0.8.1
7272026-07-23T00:40:10.050Z Downloaded multimap v0.10.1
7282026-07-23T00:40:10.050Z Downloaded csv-core v0.1.13
7292026-07-23T00:40:10.054Z Downloaded newtype-uuid-macros v0.1.0
7302026-07-23T00:40:10.054Z Downloaded darling_core v0.21.3
7312026-07-23T00:40:10.058Z Downloaded darling_core v0.20.11
7322026-07-23T00:40:10.058Z Downloaded ipnetwork v0.21.1
7332026-07-23T00:40:10.061Z Downloaded hybrid-array v0.4.13
7342026-07-23T00:40:10.061Z Downloaded getrandom v0.3.4
7352026-07-23T00:40:10.064Z Downloaded normalize-line-endings v0.3.0
7362026-07-23T00:40:10.064Z Downloaded nonempty v0.12.0
7372026-07-23T00:40:10.064Z Downloaded nodrop v0.1.14
7382026-07-23T00:40:10.068Z Downloaded newtype_derive v0.1.6
7392026-07-23T00:40:10.068Z Downloaded num-iter v0.1.45
7402026-07-23T00:40:10.068Z Downloaded newline-converter v0.3.0
7412026-07-23T00:40:10.068Z Downloaded allocator-api2 v0.2.21
7422026-07-23T00:40:10.071Z Downloaded keccak v0.2.0
7432026-07-23T00:40:10.071Z Downloaded num v0.4.3
7442026-07-23T00:40:10.081Z Downloaded jobserver v0.1.34
7452026-07-23T00:40:10.081Z Downloaded globset v0.4.18
7462026-07-23T00:40:10.081Z Downloaded crypto-primes v0.7.2
7472026-07-23T00:40:10.081Z Downloaded hyper-staticfile v0.10.1
7482026-07-23T00:40:10.084Z Downloaded mime_guess v2.0.5
7492026-07-23T00:40:10.084Z Downloaded lru v0.12.5
7502026-07-23T00:40:10.084Z Downloaded linear-map v1.2.0
7512026-07-23T00:40:10.084Z Downloaded olpc-cjson v0.1.4
7522026-07-23T00:40:10.084Z Downloaded arc-swap v1.8.2
7532026-07-23T00:40:10.087Z Downloaded num_threads v0.1.7
7542026-07-23T00:40:10.087Z Downloaded num-derive v0.4.2
7552026-07-23T00:40:10.087Z Downloaded num-derive v0.3.3
7562026-07-23T00:40:10.091Z Downloaded num_enum_derive v0.5.11
7572026-07-23T00:40:10.091Z Downloaded num-conv v0.2.0
7582026-07-23T00:40:10.091Z Downloaded linked-hash-map v0.5.6
7592026-07-23T00:40:10.091Z Downloaded libsw-core v0.3.2
7602026-07-23T00:40:10.094Z Downloaded libefi-sys v0.1.0
7612026-07-23T00:40:10.094Z Downloaded libsw v3.5.0
7622026-07-23T00:40:10.097Z Downloaded libloading v0.8.9
7632026-07-23T00:40:10.097Z Downloaded lock_api v0.4.14
7642026-07-23T00:40:10.097Z Downloaded ingot-macros v0.1.1
7652026-07-23T00:40:10.101Z Downloaded ingot v0.1.1
7662026-07-23T00:40:10.101Z Downloaded iana-time-zone v0.1.65
7672026-07-23T00:40:10.106Z Downloaded opaque-debug v0.3.1
7682026-07-23T00:40:10.106Z Downloaded module-lattice v0.2.3
7692026-07-23T00:40:10.106Z Downloaded generic-array v1.4.3
7702026-07-23T00:40:10.111Z Downloaded openssl-probe v0.2.1
7712026-07-23T00:40:10.111Z Downloaded const_format v0.2.35
7722026-07-23T00:40:10.111Z Downloaded newtype-uuid v1.3.2
7732026-07-23T00:40:10.115Z Downloaded chacha20poly1305 v0.10.1
7742026-07-23T00:40:10.115Z Downloaded crypto-bigint v0.5.5
7752026-07-23T00:40:10.118Z Downloaded nanorand v0.7.0
7762026-07-23T00:40:10.118Z Downloaded multer v3.1.0
7772026-07-23T00:40:10.121Z Downloaded openssl-probe v0.1.6
7782026-07-23T00:40:10.121Z Downloaded futures v0.3.32
7792026-07-23T00:40:10.125Z Downloaded parse-size v1.1.0
7802026-07-23T00:40:10.125Z Downloaded nibble_vec v0.1.0
7812026-07-23T00:40:10.125Z Downloaded hmac v0.13.0
7822026-07-23T00:40:10.128Z Downloaded derive_more-impl v2.1.1
7832026-07-23T00:40:10.131Z Downloaded openssl-macros v0.1.1
7842026-07-23T00:40:10.131Z Downloaded num_enum v0.7.6
7852026-07-23T00:40:10.134Z Downloaded oso-derive v0.27.3
7862026-07-23T00:40:10.137Z Downloaded icu_properties v2.1.2
7872026-07-23T00:40:10.137Z Downloaded packed_struct_codegen v0.10.1
7882026-07-23T00:40:10.137Z Downloaded hyper-rustls v0.27.7
7892026-07-23T00:40:10.140Z Downloaded derive_more v2.1.1
7902026-07-23T00:40:10.145Z Downloaded num_enum_derive v0.7.6
7912026-07-23T00:40:10.148Z Downloaded password-hash v0.6.1
7922026-07-23T00:40:10.148Z Downloaded path-slash v0.1.5
7932026-07-23T00:40:10.151Z Downloaded num_enum v0.5.11
7942026-07-23T00:40:10.151Z Downloaded percent-encoding v2.3.2
7952026-07-23T00:40:10.155Z Downloaded parse-display v0.10.0
7962026-07-23T00:40:10.155Z Downloaded peg-runtime v0.8.5
7972026-07-23T00:40:10.155Z Downloaded ignore v0.4.25
7982026-07-23T00:40:10.158Z Downloaded memmap2 v0.9.10
7992026-07-23T00:40:10.158Z Downloaded ml-kem v0.3.2
8002026-07-23T00:40:10.161Z Downloaded litemap v0.8.1
8012026-07-23T00:40:10.161Z Downloaded indexmap v1.9.3
8022026-07-23T00:40:10.165Z Downloaded phf_shared v0.12.1
8032026-07-23T00:40:10.165Z Downloaded phf_shared v0.11.3
8042026-07-23T00:40:10.165Z Downloaded der v0.7.10
8052026-07-23T00:40:10.169Z Downloaded native-tls v0.2.18
8062026-07-23T00:40:10.181Z Downloaded phf_shared v0.13.1
8072026-07-23T00:40:10.185Z Downloaded heapless v0.8.0
8082026-07-23T00:40:10.185Z Downloaded heapless v0.7.17
8092026-07-23T00:40:10.188Z Downloaded bumpalo v3.20.2
8102026-07-23T00:40:10.191Z Downloaded num-complex v0.4.6
8112026-07-23T00:40:10.191Z Downloaded litrs v1.0.0
8122026-07-23T00:40:10.194Z Downloaded icu_provider v2.1.1
8132026-07-23T00:40:10.194Z Downloaded num-rational v0.4.2
8142026-07-23T00:40:10.197Z Downloaded num-integer v0.1.46
8152026-07-23T00:40:10.197Z Downloaded predicates-tree v1.0.13
8162026-07-23T00:40:10.197Z Downloaded precomputed-hash v0.1.1
8172026-07-23T00:40:10.200Z Downloaded powerfmt v0.2.0
8182026-07-23T00:40:10.200Z Downloaded parking_lot_core v0.8.6
8192026-07-23T00:40:10.200Z Downloaded oxnet v0.1.6
8202026-07-23T00:40:10.203Z Downloaded potential_utf v0.1.4
8212026-07-23T00:40:10.203Z Downloaded packed_struct v0.10.1
8222026-07-23T00:40:10.203Z Downloaded paste v1.0.15
8232026-07-23T00:40:10.207Z Downloaded predicates-core v1.0.10
8242026-07-23T00:40:10.207Z Downloaded oxide-tokio-rt v0.1.4
8252026-07-23T00:40:10.210Z Downloaded nu-ansi-term v0.50.3
8262026-07-23T00:40:10.210Z Downloaded libbz2-rs-sys v0.2.2
8272026-07-23T00:40:10.213Z Downloaded proc-macro-crate v1.3.1
8282026-07-23T00:40:10.213Z Downloaded pbkdf2 v0.13.0
8292026-07-23T00:40:10.213Z Downloaded parse-display-derive v0.10.0
8302026-07-23T00:40:10.213Z Downloaded owo-colors v4.3.0
8312026-07-23T00:40:10.216Z Downloaded icu_normalizer v2.1.1
8322026-07-23T00:40:10.219Z Downloaded proc-macro-error-attr2 v2.0.0
8332026-07-23T00:40:10.219Z Downloaded proc-macro-crate v3.4.0
8342026-07-23T00:40:10.219Z Downloaded peg-macros v0.8.5
8352026-07-23T00:40:10.222Z Downloaded pem v3.0.6
8362026-07-23T00:40:10.222Z Downloaded peg v0.8.5
8372026-07-23T00:40:10.227Z Downloaded hickory-resolver v0.24.4
8382026-07-23T00:40:10.230Z Downloaded progenitor-client v0.14.0
8392026-07-23T00:40:10.230Z Downloaded phc v0.6.1
8402026-07-23T00:40:10.231Z Downloaded pem-rfc7468 v0.7.0
8412026-07-23T00:40:10.231Z Downloaded indicatif v0.18.4
8422026-07-23T00:40:10.234Z Downloaded diesel_derives v2.3.7
8432026-07-23T00:40:10.237Z Downloaded phf v0.13.1
8442026-07-23T00:40:10.240Z Downloaded headers v0.4.1
8452026-07-23T00:40:10.243Z Downloaded cc v1.2.56
8462026-07-23T00:40:10.243Z Downloaded psl-types v2.0.11
8472026-07-23T00:40:10.247Z Downloaded pem-rfc7468 v1.0.0
8482026-07-23T00:40:10.247Z Downloaded half v2.7.1
8492026-07-23T00:40:10.247Z Downloaded pkcs8 v0.10.2
8502026-07-23T00:40:10.250Z Downloaded bindgen v0.71.1
8512026-07-23T00:40:10.253Z Downloaded port-file v0.1.0
8522026-07-23T00:40:10.256Z Downloaded progenitor-macro v0.14.0
8532026-07-23T00:40:10.256Z Downloaded pkg-config v0.3.32
8542026-07-23T00:40:10.259Z Downloaded pin-project-lite v0.2.17
8552026-07-23T00:40:10.259Z Downloaded pin-project-internal v1.1.11
8562026-07-23T00:40:10.264Z Downloaded rand_chacha v0.3.1
8572026-07-23T00:40:10.264Z Downloaded expectorate v1.2.0
8582026-07-23T00:40:10.269Z Downloaded radium v0.7.0
8592026-07-23T00:40:10.269Z Downloaded hickory-resolver v0.25.2
8602026-07-23T00:40:10.269Z Downloaded rand_xorshift v0.4.0
8612026-07-23T00:40:10.272Z Downloaded parking_lot v0.11.2
8622026-07-23T00:40:10.272Z Downloaded postgres-protocol v0.6.10
8632026-07-23T00:40:10.272Z Downloaded poly1305 v0.8.0
8642026-07-23T00:40:10.272Z Downloaded parking_lot v0.12.5
8652026-07-23T00:40:10.277Z Downloaded ed25519-dalek v3.0.0-rc.0
8662026-07-23T00:40:10.277Z Downloaded icu_locale_core v2.1.1
8672026-07-23T00:40:10.280Z Downloaded primeorder v0.14.0-rc.10
8682026-07-23T00:40:10.283Z Downloaded parking_lot_core v0.9.12
8692026-07-23T00:40:10.283Z Downloaded recursive v0.1.1
8702026-07-23T00:40:10.283Z Downloaded primeorder v0.13.6
8712026-07-23T00:40:10.286Z Downloaded icu_collections v2.1.1
8722026-07-23T00:40:10.290Z Downloaded proc-macro-error2 v2.0.1
8732026-07-23T00:40:10.290Z Downloaded recursive-proc-macro-impl v0.1.1
8742026-07-23T00:40:10.295Z Downloaded progenitor-macro v0.13.0
8752026-07-23T00:40:10.295Z Downloaded progenitor-client v0.13.0
8762026-07-23T00:40:10.295Z Downloaded progenitor v0.13.0
8772026-07-23T00:40:10.295Z Downloaded phf v0.12.1
8782026-07-23T00:40:10.300Z Downloaded num-traits v0.2.19
8792026-07-23T00:40:10.300Z Downloaded flate2 v1.1.9
8802026-07-23T00:40:10.304Z Downloaded ed25519-dalek v2.2.0
8812026-07-23T00:40:10.304Z Downloaded hashbrown v0.13.2
8822026-07-23T00:40:10.308Z Downloaded psm v0.1.30
8832026-07-23T00:40:10.308Z Downloaded quick-error v1.2.3
8842026-07-23T00:40:10.308Z Downloaded progenitor-extras v0.2.0
8852026-07-23T00:40:10.313Z Downloaded progenitor v0.14.0
8862026-07-23T00:40:10.313Z Downloaded ref-cast-impl v1.0.25
8872026-07-23T00:40:10.313Z Downloaded rfc6979 v0.5.0
8882026-07-23T00:40:10.313Z Downloaded omicron-zone-package v0.12.3
8892026-07-23T00:40:10.324Z Downloaded rustc-hash v2.1.1
8902026-07-23T00:40:10.324Z Downloaded miniz_oxide v0.8.9
8912026-07-23T00:40:10.324Z Downloaded postgres-types v0.2.12
8922026-07-23T00:40:10.328Z Downloaded pkcs1 v0.8.0-rc.4
8932026-07-23T00:40:10.328Z Downloaded rand_core v0.9.5
8942026-07-23T00:40:10.328Z Downloaded poly1305 v0.9.0
8952026-07-23T00:40:10.328Z Downloaded pkcs8 v0.11.0
8962026-07-23T00:40:10.328Z Downloaded pkcs1 v0.7.5
8972026-07-23T00:40:10.328Z Downloaded aho-corasick v1.1.4
8982026-07-23T00:40:10.331Z Downloaded rustc_version v0.1.7
8992026-07-23T00:40:10.331Z Downloaded rtoolbox v0.0.3
9002026-07-23T00:40:10.331Z Downloaded rfc6979 v0.4.0
9012026-07-23T00:40:10.335Z Downloaded rustc_version v0.4.1
9022026-07-23T00:40:10.335Z Downloaded russh-util v0.52.0
9032026-07-23T00:40:10.335Z Downloaded rand_seeder v0.4.0
9042026-07-23T00:40:10.335Z Downloaded rand_chacha v0.9.0
9052026-07-23T00:40:10.350Z Downloaded r2d2 v0.8.10
9062026-07-23T00:40:10.350Z Downloaded polyval v0.7.1
9072026-07-23T00:40:10.350Z Downloaded predicates v3.1.4
9082026-07-23T00:40:10.350Z Downloaded ppv-lite86 v0.2.21
9092026-07-23T00:40:10.350Z Downloaded password-hash v0.5.0
9102026-07-23T00:40:10.350Z Downloaded oso v0.27.3
9112026-07-23T00:40:10.350Z Downloaded rand_core v0.6.4
9122026-07-23T00:40:10.350Z Downloaded aes v0.9.1
9132026-07-23T00:40:10.355Z Downloaded icu_normalizer_data v2.1.1
9142026-07-23T00:40:10.355Z Downloaded async-compression v0.4.41
9152026-07-23T00:40:10.359Z Downloaded oxide-update-engine-display v0.1.2
9162026-07-23T00:40:10.359Z Downloaded ref-cast v1.0.25
9172026-07-23T00:40:10.359Z Downloaded primefield v0.14.0
9182026-07-23T00:40:10.359Z Downloaded scopeguard v1.2.0
9192026-07-23T00:40:10.362Z Downloaded scheduled-thread-pool v0.2.7
9202026-07-23T00:40:10.362Z Downloaded papergrid v0.17.0
9212026-07-23T00:40:10.366Z Downloaded scroll_derive v0.13.1
9222026-07-23T00:40:10.366Z Downloaded sapling-renderdag v0.1.0
9232026-07-23T00:40:10.370Z Downloaded der v0.8.0
9242026-07-23T00:40:10.373Z Downloaded same-file v1.0.6
9252026-07-23T00:40:10.373Z Downloaded internal-russh-num-bigint v0.5.0
9262026-07-23T00:40:10.376Z Downloaded hashbrown v0.12.3
9272026-07-23T00:40:10.376Z Downloaded openssl-sys v0.9.115
9282026-07-23T00:40:10.380Z Downloaded oxide-update-engine v0.1.2
9292026-07-23T00:40:10.383Z Downloaded serde-big-array v0.5.1
9302026-07-23T00:40:10.383Z Downloaded pin-project v1.1.11
9312026-07-23T00:40:10.389Z Downloaded secrecy v0.8.0
9322026-07-23T00:40:10.391Z Downloaded serde_bytes v0.11.19
9332026-07-23T00:40:10.392Z Downloaded resolv-conf v0.7.6
9342026-07-23T00:40:10.395Z Downloaded postcard v1.1.3
9352026-07-23T00:40:10.395Z Downloaded dropshot-api-manager v0.7.2
9362026-07-23T00:40:10.399Z Downloaded rpassword v7.5.4
9372026-07-23T00:40:10.403Z Downloaded quinn-udp v0.5.14
9382026-07-23T00:40:10.403Z Downloaded p384 v0.14.0-rc.10
9392026-07-23T00:40:10.403Z Downloaded pkcs5 v0.8.1
9402026-07-23T00:40:10.406Z Downloaded seq-macro v0.3.6
9412026-07-23T00:40:10.410Z Downloaded serde_repr v0.1.20
9422026-07-23T00:40:10.410Z Downloaded rustls-native-certs v0.8.3
9432026-07-23T00:40:10.410Z Downloaded serde_urlencoded v0.7.1
9442026-07-23T00:40:10.415Z Downloaded jiff-static v0.2.21
9452026-07-23T00:40:10.415Z Downloaded russh-cryptovec v0.61.0
9462026-07-23T00:40:10.415Z Downloaded rand_core v0.10.0
9472026-07-23T00:40:10.418Z Downloaded semver v0.1.20
9482026-07-23T00:40:10.418Z Downloaded rusty-fork v0.3.1
9492026-07-23T00:40:10.418Z Downloaded rustversion v1.0.22
9502026-07-23T00:40:10.421Z Downloaded sha1 v0.11.0
9512026-07-23T00:40:10.422Z Downloaded signal-hook-mio v0.2.5
9522026-07-23T00:40:10.422Z Downloaded crossterm v0.28.1
9532026-07-23T00:40:10.425Z Downloaded sha1 v0.10.6
9542026-07-23T00:40:10.431Z Downloaded oxide-update-engine-types v0.1.2
9552026-07-23T00:40:10.431Z Downloaded signal-hook-tokio v0.3.1
9562026-07-23T00:40:10.434Z Downloaded signature v2.2.0
9572026-07-23T00:40:10.434Z Downloaded hyper-util v0.1.20
9582026-07-23T00:40:10.434Z Downloaded sigpipe v0.1.3
9592026-07-23T00:40:10.438Z Downloaded progenitor-impl v0.13.0
9602026-07-23T00:40:10.438Z Downloaded scroll v0.13.0
9612026-07-23T00:40:10.438Z Downloaded signature v3.0.0
9622026-07-23T00:40:10.442Z Downloaded rustls-pemfile v2.2.0
9632026-07-23T00:40:10.442Z Downloaded minimal-lexical v0.2.1
9642026-07-23T00:40:10.445Z Downloaded siphasher v1.0.2
9652026-07-23T00:40:10.445Z Downloaded secrecy v0.10.3
9662026-07-23T00:40:10.445Z Downloaded schemars_derive v0.8.22
9672026-07-23T00:40:10.449Z Downloaded progenitor-impl v0.14.0
9682026-07-23T00:40:10.449Z Downloaded slog-bunyan v2.5.0
9692026-07-23T00:40:10.449Z Downloaded sec1 v0.7.3
9702026-07-23T00:40:10.453Z Downloaded scrypt v0.12.0
9712026-07-23T00:40:10.453Z Downloaded httparse v1.10.1
9722026-07-23T00:40:10.453Z Downloaded flume v0.11.1
9732026-07-23T00:40:10.456Z Downloaded slog-envlogger v2.2.0
9742026-07-23T00:40:10.456Z Downloaded aes-gcm v0.11.0
9752026-07-23T00:40:10.460Z Downloaded sec1 v0.8.1
9762026-07-23T00:40:10.460Z Downloaded itertools v0.10.5
9772026-07-23T00:40:10.463Z Downloaded ipnet v2.11.0
9782026-07-23T00:40:10.467Z Downloaded serde_plain v1.0.2
9792026-07-23T00:40:10.467Z Downloaded serde-hex v0.1.0
9802026-07-23T00:40:10.470Z Downloaded hickory-server v0.25.2
9812026-07-23T00:40:10.470Z Downloaded serde_path_to_error v0.1.20
9822026-07-23T00:40:10.475Z Downloaded serde_spanned v1.1.1
9832026-07-23T00:40:10.475Z Downloaded http v1.4.2
9842026-07-23T00:40:10.479Z Downloaded p256 v0.14.0-rc.10
9852026-07-23T00:40:10.479Z Downloaded bzip2 v0.6.1
9862026-07-23T00:40:10.479Z Downloaded bzip2 v0.4.4
9872026-07-23T00:40:10.482Z Downloaded blake2 v0.11.0-rc.6
9882026-07-23T00:40:10.482Z Downloaded rustls-pki-types v1.14.0
9892026-07-23T00:40:10.482Z Downloaded prefix-trie v0.7.0
9902026-07-23T00:40:10.486Z Downloaded prettyplease v0.2.37
9912026-07-23T00:40:10.489Z Downloaded sqlparser_derive v0.5.0
9922026-07-23T00:40:10.489Z Downloaded shell-words v1.1.1
9932026-07-23T00:40:10.489Z Downloaded num-bigint v0.4.6
9942026-07-23T00:40:10.494Z Downloaded strsim v0.10.0
9952026-07-23T00:40:10.494Z Downloaded rcgen v0.12.1
9962026-07-23T00:40:10.499Z Downloaded signal-hook-registry v1.4.8
9972026-07-23T00:40:10.499Z Downloaded serdect v0.4.3
9982026-07-23T00:40:10.499Z Downloaded serde_with_macros v1.5.2
9992026-07-23T00:40:10.502Z Downloaded shlex v1.3.0
10002026-07-23T00:40:10.503Z Downloaded hashbrown v0.16.1
10012026-07-23T00:40:10.506Z Downloaded structmeta v0.3.0
10022026-07-23T00:40:10.506Z Downloaded strip-ansi-escapes v0.2.1
10032026-07-23T00:40:10.506Z Downloaded slab v0.4.12
10042026-07-23T00:40:10.506Z Downloaded hashbrown v0.15.5
10052026-07-23T00:40:10.509Z Downloaded supports-color v3.0.2
10062026-07-23T00:40:10.515Z Downloaded strum v0.27.2
10072026-07-23T00:40:10.515Z Downloaded strum v0.26.3
10082026-07-23T00:40:10.515Z Downloaded structmeta-derive v0.3.0
10092026-07-23T00:40:10.515Z Downloaded simd-adler32 v0.3.8
10102026-07-23T00:40:10.518Z Downloaded slog-scope v4.4.1
10112026-07-23T00:40:10.518Z Downloaded slog-async v2.8.0
10122026-07-23T00:40:10.518Z Downloaded salsa20 v0.11.0
10132026-07-23T00:40:10.521Z Downloaded crossterm v0.29.0
10142026-07-23T00:40:10.524Z Downloaded mio v1.2.0
10152026-07-23T00:40:10.528Z Downloaded sync_wrapper v1.0.2
10162026-07-23T00:40:10.531Z Downloaded take_mut v0.2.2
10172026-07-23T00:40:10.531Z Downloaded tabwriter v1.4.1
10182026-07-23T00:40:10.531Z Downloaded subtle v2.6.1
10192026-07-23T00:40:10.531Z Downloaded ron v0.8.1
10202026-07-23T00:40:10.534Z Downloaded sqlformat v0.3.5
10212026-07-23T00:40:10.538Z Downloaded sync-ptr v0.1.4
10222026-07-23T00:40:10.538Z Downloaded smf v0.2.3
10232026-07-23T00:40:10.538Z Downloaded smallvec v0.6.14
10242026-07-23T00:40:10.541Z Downloaded slog-term v2.9.2
10252026-07-23T00:40:10.541Z Downloaded tap v1.0.1
10262026-07-23T00:40:10.541Z Downloaded thiserror-impl-no-std v2.0.2
10272026-07-23T00:40:10.544Z Downloaded testing_table v0.3.0
10282026-07-23T00:40:10.544Z Downloaded termtree v0.5.1
10292026-07-23T00:40:10.544Z Downloaded pretty_assertions v1.4.1
10302026-07-23T00:40:10.547Z Downloaded serde_derive_internals v0.29.1
10312026-07-23T00:40:10.547Z Downloaded slog-stdlog v4.1.1
10322026-07-23T00:40:10.548Z Downloaded tagptr v0.2.0
10332026-07-23T00:40:10.552Z Downloaded tabled_derive v0.11.0
10342026-07-23T00:40:10.553Z Downloaded slog-json v2.6.1
10352026-07-23T00:40:10.553Z Downloaded slog-dtrace v0.3.0
10362026-07-23T00:40:10.557Z Downloaded thread-id v5.1.0
10372026-07-23T00:40:10.557Z Downloaded time-core v0.1.8
10382026-07-23T00:40:10.557Z Downloaded stringprep v0.1.5
10392026-07-23T00:40:10.557Z Downloaded spki v0.8.0
10402026-07-23T00:40:10.561Z Downloaded snafu-derive v0.8.9
10412026-07-23T00:40:10.561Z Downloaded stacker v0.1.23
10422026-07-23T00:40:10.561Z Downloaded ryu v1.0.23
10432026-07-23T00:40:10.566Z Downloaded strum_macros v0.27.2
10442026-07-23T00:40:10.566Z Downloaded spki v0.7.3
10452026-07-23T00:40:10.566Z Downloaded serde_with_macros v3.21.0
10462026-07-23T00:40:10.569Z Downloaded strum_macros v0.24.3
10472026-07-23T00:40:10.569Z Downloaded rayon-core v1.13.0
10482026-07-23T00:40:10.569Z Downloaded stable_deref_trait v1.2.1
10492026-07-23T00:40:10.574Z Downloaded ssh-encoding v0.3.0-rc.9
10502026-07-23T00:40:10.574Z Downloaded sha2 v0.11.0
10512026-07-23T00:40:10.578Z Downloaded static_assertions v1.1.0
10522026-07-23T00:40:10.578Z Downloaded futures-util v0.3.32
10532026-07-23T00:40:10.582Z Downloaded tinyvec_macros v0.1.1
10542026-07-23T00:40:10.585Z Downloaded strum_macros v0.26.4
10552026-07-23T00:40:10.585Z Downloaded support-bundle-viewer v0.1.2
10562026-07-23T00:40:10.589Z Downloaded string_cache v0.8.9
10572026-07-23T00:40:10.589Z Downloaded serde_cbor v0.11.2
10582026-07-23T00:40:10.592Z Downloaded publicsuffix v2.3.0
10592026-07-23T00:40:10.592Z Downloaded tokio-test v0.4.5
10602026-07-23T00:40:10.596Z Downloaded itertools v0.12.1
10612026-07-23T00:40:10.599Z Downloaded iri-string v0.7.10
10622026-07-23T00:40:10.602Z Downloaded smallvec v1.15.1
10632026-07-23T00:40:10.602Z Downloaded schemars v0.8.22
10642026-07-23T00:40:10.610Z Downloaded synstructure v0.13.2
10652026-07-23T00:40:10.613Z Downloaded hyper v1.10.1
10662026-07-23T00:40:10.616Z Downloaded rand v0.8.6
10672026-07-23T00:40:10.621Z Downloaded thiserror-no-std v2.0.2
10682026-07-23T00:40:10.621Z Downloaded tower-service v0.3.3
10692026-07-23T00:40:10.624Z Downloaded tower-layer v0.3.3
10702026-07-23T00:40:10.624Z Downloaded topological-sort v0.2.2
10712026-07-23T00:40:10.624Z Downloaded libxml v0.3.3
10722026-07-23T00:40:10.628Z Downloaded thread_local v1.1.9
10732026-07-23T00:40:10.628Z Downloaded termios v0.3.3
10742026-07-23T00:40:10.631Z Downloaded signal-hook v0.3.18
10752026-07-23T00:40:10.631Z Downloaded rustls-platform-verifier v0.6.2
10762026-07-23T00:40:10.635Z Downloaded tls_codec v0.4.2
10772026-07-23T00:40:10.635Z Downloaded tinystr v0.8.2
10782026-07-23T00:40:10.638Z Downloaded unarray v0.1.4
10792026-07-23T00:40:10.638Z Downloaded spin v0.9.8
10802026-07-23T00:40:10.638Z Downloaded serde_yaml v0.9.34+deprecated
10812026-07-23T00:40:10.642Z Downloaded unicode-truncate v1.1.0
10822026-07-23T00:40:10.645Z Downloaded trait-variant v0.1.2
10832026-07-23T00:40:10.645Z Downloaded tokio-dtrace v0.1.1
10842026-07-23T00:40:10.645Z Downloaded time-macros v0.2.27
10852026-07-23T00:40:10.645Z Downloaded p521 v0.14.0-rc.10
10862026-07-23T00:40:10.648Z Downloaded typify-macro v0.6.2
10872026-07-23T00:40:10.648Z Downloaded try-lock v0.2.5
10882026-07-23T00:40:10.652Z Downloaded similar v2.7.0
10892026-07-23T00:40:10.655Z Downloaded num-bigint-dig v0.8.6
10902026-07-23T00:40:10.655Z Downloaded schemars v0.9.0
10912026-07-23T00:40:10.662Z Downloaded tokio-macros v2.7.0
10922026-07-23T00:40:10.665Z Downloaded utf-8 v0.7.6
10932026-07-23T00:40:10.665Z Downloaded untrusted v0.7.1
10942026-07-23T00:40:10.666Z Downloaded rsa v0.9.10
10952026-07-23T00:40:10.669Z Downloaded itertools v0.13.0
10962026-07-23T00:40:10.672Z Downloaded universal-hash v0.5.1
10972026-07-23T00:40:10.676Z Downloaded tokio-tungstenite v0.21.0
10982026-07-23T00:40:10.676Z Downloaded usdt v0.6.0
10992026-07-23T00:40:10.676Z Downloaded untrusted v0.9.0
11002026-07-23T00:40:10.680Z Downloaded usdt-attr-macro v0.6.0
11012026-07-23T00:40:10.680Z Downloaded slog v2.8.2
11022026-07-23T00:40:10.680Z Downloaded utf8_iter v1.0.4
11032026-07-23T00:40:10.684Z Downloaded usdt-macro v0.6.0
11042026-07-23T00:40:10.684Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11052026-07-23T00:40:10.684Z Downloaded tokio-tungstenite v0.23.1
11062026-07-23T00:40:10.684Z Downloaded h2 v0.4.15
11072026-07-23T00:40:10.688Z Downloaded toml_writer v1.1.1+spec-1.1.0
11082026-07-23T00:40:10.691Z Downloaded socket2 v0.5.10
11092026-07-23T00:40:10.691Z Downloaded rand v0.9.2
11102026-07-23T00:40:10.694Z Downloaded term v0.7.0
11112026-07-23T00:40:10.694Z Downloaded universal-hash v0.6.1
11122026-07-23T00:40:10.699Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11132026-07-23T00:40:10.699Z Downloaded unit-prefix v0.5.2
11142026-07-23T00:40:10.699Z Downloaded unicode-xid v0.2.6
11152026-07-23T00:40:10.702Z Downloaded tls_codec_derive v0.4.2
11162026-07-23T00:40:10.702Z Downloaded void v1.0.2
11172026-07-23T00:40:10.702Z Downloaded idna v1.1.0
11182026-07-23T00:40:10.702Z Downloaded waitgroup v0.1.2
11192026-07-23T00:40:10.705Z Downloaded subprocess v0.2.15
11202026-07-23T00:40:10.705Z Downloaded want v0.3.1
11212026-07-23T00:40:10.709Z Downloaded wait-timeout v0.2.1
11222026-07-23T00:40:10.709Z Downloaded term v1.2.1
11232026-07-23T00:40:10.712Z Downloaded itertools v0.14.0
11242026-07-23T00:40:10.715Z Downloaded xattr v1.6.1
11252026-07-23T00:40:10.715Z Downloaded unicase v2.9.0
11262026-07-23T00:40:10.719Z Downloaded tokio-native-tls v0.3.1
11272026-07-23T00:40:10.719Z Downloaded qorb v0.4.1
11282026-07-23T00:40:10.722Z Downloaded tui-tree-widget v0.23.1
11292026-07-23T00:40:10.722Z Downloaded blake3 v1.8.5
11302026-07-23T00:40:10.726Z Downloaded tokio-stream v0.1.18
11312026-07-23T00:40:10.729Z Downloaded xshell-macros v0.2.7
11322026-07-23T00:40:10.729Z Downloaded samael v0.0.19
11332026-07-23T00:40:10.733Z Downloaded socket2 v0.6.3
11342026-07-23T00:40:10.736Z Downloaded rustls-webpki v0.103.13
11352026-07-23T00:40:10.739Z Downloaded hkdf v0.13.0
11362026-07-23T00:40:10.739Z Downloaded bitvec v1.0.1
11372026-07-23T00:40:10.747Z Downloaded yoke-derive v0.8.1
11382026-07-23T00:40:10.751Z Downloaded tokio-rustls v0.26.4
11392026-07-23T00:40:10.751Z Downloaded test-strategy v0.4.5
11402026-07-23T00:40:10.754Z Downloaded vergen-lib v9.1.0
11412026-07-23T00:40:10.754Z Downloaded zerofrom-derive v0.1.6
11422026-07-23T00:40:10.754Z Downloaded zone v0.3.1
11432026-07-23T00:40:10.754Z Downloaded icu_properties_data v2.1.2
11442026-07-23T00:40:10.759Z Downloaded zone_cfg_derive v0.3.1
11452026-07-23T00:40:10.762Z Downloaded zeroize_derive v1.4.3
11462026-07-23T00:40:10.762Z Downloaded usdt-impl v0.6.0
11472026-07-23T00:40:10.762Z Downloaded nom v8.0.0
11482026-07-23T00:40:10.765Z Downloaded quinn v0.11.9
11492026-07-23T00:40:10.768Z Downloaded nom v7.1.3
11502026-07-23T00:40:10.773Z Downloaded tracing-attributes v0.1.31
11512026-07-23T00:40:10.776Z Downloaded whoami v2.1.0
11522026-07-23T00:40:10.776Z Downloaded vergen-lib v0.1.6
11532026-07-23T00:40:10.776Z Downloaded tinyvec v1.10.0
11542026-07-23T00:40:10.780Z Downloaded writeable v0.6.2
11552026-07-23T00:40:10.780Z Downloaded vergen-gitcl v1.0.8
11562026-07-23T00:40:10.780Z Downloaded vergen-git2 v9.1.0
11572026-07-23T00:40:10.780Z Downloaded snafu v0.8.9
11582026-07-23T00:40:10.783Z Downloaded hkdf v0.12.4
11592026-07-23T00:40:10.786Z Downloaded ssh-cipher v0.3.0-rc.9
11602026-07-23T00:40:10.793Z Downloaded whoami v1.6.1
11612026-07-23T00:40:10.793Z Downloaded rand v0.10.1
11622026-07-23T00:40:10.793Z Downloaded unicode-properties v0.1.4
11632026-07-23T00:40:10.797Z Downloaded twox-hash v2.1.2
11642026-07-23T00:40:10.797Z Downloaded tiny-keccak v2.0.2
11652026-07-23T00:40:10.797Z Downloaded xshell v0.2.7
11662026-07-23T00:40:10.814Z Downloaded toml v0.7.8
11672026-07-23T00:40:10.817Z Downloaded toml_parser v1.1.2+spec-1.1.0
11682026-07-23T00:40:10.817Z Downloaded toml v1.1.2+spec-1.1.0
11692026-07-23T00:40:10.818Z Downloaded yoke v0.8.1
11702026-07-23T00:40:10.818Z Downloaded wyz v0.5.1
11712026-07-23T00:40:10.818Z Downloaded libm v0.2.16
11722026-07-23T00:40:10.818Z Downloaded zerofrom v0.1.6
11732026-07-23T00:40:10.818Z Downloaded rustyline v14.0.0
11742026-07-23T00:40:10.822Z Downloaded zeroize v1.8.2
11752026-07-23T00:40:10.822Z Downloaded vsss-rs v3.3.4
11762026-07-23T00:40:10.822Z Downloaded rsa v0.10.0-rc.18
11772026-07-23T00:40:10.830Z Downloaded uzers v0.12.2
11782026-07-23T00:40:10.830Z Downloaded schemars v1.2.1
11792026-07-23T00:40:10.834Z Downloaded vergen v9.1.0
11802026-07-23T00:40:10.837Z Downloaded aws-lc-rs v1.16.3
11812026-07-23T00:40:10.841Z Downloaded tracing-core v0.1.36
11822026-07-23T00:40:10.844Z Downloaded yasna v0.5.2
11832026-07-23T00:40:10.844Z Downloaded walkdir v2.5.0
11842026-07-23T00:40:10.848Z Downloaded tungstenite v0.23.0
11852026-07-23T00:40:10.848Z Downloaded tungstenite v0.21.0
11862026-07-23T00:40:10.851Z Downloaded tar v0.4.46
11872026-07-23T00:40:10.855Z Downloaded toml_edit v0.23.10+spec-1.0.0
11882026-07-23T00:40:10.855Z Downloaded typify v0.6.2
11892026-07-23T00:40:10.860Z Downloaded steno v0.4.1
11902026-07-23T00:40:10.867Z Downloaded chrono v0.4.45
11912026-07-23T00:40:10.870Z Downloaded zerovec-derive v0.11.2
11922026-07-23T00:40:10.870Z Downloaded iddqd v0.4.2
11932026-07-23T00:40:10.874Z Downloaded uuid v1.23.4
11942026-07-23T00:40:10.874Z Downloaded unsafe-libyaml v0.2.11
11952026-07-23T00:40:10.877Z Downloaded zstd-safe v7.2.4
11962026-07-23T00:40:10.877Z Downloaded unicode-bidi v0.3.18
11972026-07-23T00:40:10.882Z Downloaded zstd v0.13.3
11982026-07-23T00:40:10.885Z Downloaded tokio-postgres v0.7.16
11992026-07-23T00:40:10.888Z Downloaded vte v0.14.1
12002026-07-23T00:40:10.888Z Downloaded serde_with v1.14.0
12012026-07-23T00:40:10.892Z Downloaded reedline v0.40.0
12022026-07-23T00:40:10.895Z Downloaded git2 v0.20.4
12032026-07-23T00:40:10.900Z Downloaded toml_edit v0.19.15
12042026-07-23T00:40:10.920Z Downloaded zopfli v0.8.3
12052026-07-23T00:40:10.926Z Downloaded zerocopy v0.6.6
12062026-07-23T00:40:10.932Z Downloaded yansi v1.0.1
12072026-07-23T00:40:10.932Z Downloaded p384 v0.13.1
12082026-07-23T00:40:10.939Z Downloaded rayon v1.11.0
12092026-07-23T00:40:10.944Z Downloaded zerotrie v0.2.3
12102026-07-23T00:40:10.949Z Downloaded zip v0.6.6
12112026-07-23T00:40:10.952Z Downloaded unicode_categories v0.1.1
12122026-07-23T00:40:10.952Z Downloaded reqwest v0.13.2
12132026-07-23T00:40:10.955Z Downloaded curve25519-dalek v4.1.3
12142026-07-23T00:40:10.960Z Downloaded regex v1.12.3
12152026-07-23T00:40:10.964Z Downloaded typed-path v0.9.3
12162026-07-23T00:40:10.967Z Downloaded url v2.5.8
12172026-07-23T00:40:10.971Z Downloaded reqwest v0.12.28
12182026-07-23T00:40:10.971Z Downloaded quick-xml v0.37.5
12192026-07-23T00:40:10.974Z Downloaded goblin v0.10.5
12202026-07-23T00:40:10.979Z Downloaded rawzip v0.4.4
12212026-07-23T00:40:10.983Z Downloaded tower v0.5.3
12222026-07-23T00:40:10.987Z Downloaded portable-atomic v1.13.1
12232026-07-23T00:40:10.996Z Downloaded lalrpop v0.19.12
12242026-07-23T00:40:11.003Z Downloaded x509-cert v0.2.5
12252026-07-23T00:40:11.007Z Downloaded zerocopy-derive v0.8.40
12262026-07-23T00:40:11.012Z Downloaded ssh-key v0.7.0-rc.10
12272026-07-23T00:40:11.018Z Downloaded crypto-bigint v0.7.5
12282026-07-23T00:40:11.028Z Downloaded unicode-segmentation v1.12.0
12292026-07-23T00:40:11.032Z Downloaded petname v2.0.2
12302026-07-23T00:40:11.038Z Downloaded tower-http v0.6.8
12312026-07-23T00:40:11.044Z Downloaded moka v0.12.13
12322026-07-23T00:40:11.049Z Downloaded proptest v1.10.0
12332026-07-23T00:40:11.055Z Downloaded nix v0.27.1
12342026-07-23T00:40:11.060Z Downloaded zip v4.6.1
12352026-07-23T00:40:11.063Z Downloaded zerovec v0.11.5
12362026-07-23T00:40:11.068Z Downloaded unicode-normalization v0.1.25
12372026-07-23T00:40:11.073Z Downloaded tough v0.22.0
12382026-07-23T00:40:11.076Z Downloaded object v0.30.4
12392026-07-23T00:40:11.079Z Downloaded bstr v1.12.1
12402026-07-23T00:40:11.085Z Downloaded serde_with v3.21.0
12412026-07-23T00:40:11.093Z Downloaded winnow v0.5.40
12422026-07-23T00:40:11.097Z Downloaded tokio-util v0.7.18
12432026-07-23T00:40:11.101Z Downloaded quinn-proto v0.11.13
12442026-07-23T00:40:11.105Z Downloaded winnow v0.6.26
12452026-07-23T00:40:11.110Z Downloaded russh v0.61.2
12462026-07-23T00:40:11.117Z Downloaded radix_trie v0.2.1
12472026-07-23T00:40:11.120Z Downloaded salty v0.3.0
12482026-07-23T00:40:11.125Z Downloaded curve25519-dalek v5.0.0-rc.0
12492026-07-23T00:40:11.129Z Downloaded dropshot v0.17.1
12502026-07-23T00:40:11.142Z Downloaded nix v0.28.0
12512026-07-23T00:40:11.157Z Downloaded tabled v0.20.0
12522026-07-23T00:40:11.170Z Downloaded winnow v1.0.3
12532026-07-23T00:40:11.173Z Downloaded smoltcp v0.9.1
12542026-07-23T00:40:11.180Z Downloaded polar-core v0.27.3
12552026-07-23T00:40:11.184Z Downloaded openssl v0.10.79
12562026-07-23T00:40:11.190Z Downloaded time v0.3.47
12572026-07-23T00:40:11.198Z Downloaded openapiv3 v2.2.0
12582026-07-23T00:40:11.205Z Downloaded regex-syntax v0.6.29
12592026-07-23T00:40:11.211Z Downloaded hickory-proto v0.25.2
12602026-07-23T00:40:11.218Z Downloaded zlib-rs v0.6.2
12612026-07-23T00:40:11.222Z Downloaded vcpkg v0.2.15
12622026-07-23T00:40:11.243Z Downloaded regress v0.11.1
12632026-07-23T00:40:11.249Z Downloaded rustix v0.38.44
12642026-07-23T00:40:11.263Z Downloaded smoltcp v0.11.0
12652026-07-23T00:40:11.269Z Downloaded regex-syntax v0.8.10
12662026-07-23T00:40:11.274Z Downloaded zerocopy v0.8.40
12672026-07-23T00:40:11.280Z Downloaded diesel v2.3.7
12682026-07-23T00:40:11.294Z Downloaded rustls v0.23.41
12692026-07-23T00:40:11.312Z Downloaded regress v0.10.5
12702026-07-23T00:40:11.317Z Downloaded nix v0.31.2
12712026-07-23T00:40:11.327Z Downloaded object v0.37.3
12722026-07-23T00:40:11.335Z Downloaded hickory-proto v0.24.4
12732026-07-23T00:40:11.345Z Downloaded fiat-crypto v0.3.0
12742026-07-23T00:40:11.353Z Downloaded sqlparser v0.61.0
12752026-07-23T00:40:11.364Z Downloaded bzip2-sys v0.1.13+1.0.8
12762026-07-23T00:40:11.371Z Downloaded tracing v0.1.44
12772026-07-23T00:40:11.382Z Downloaded typify-impl v0.6.2
12782026-07-23T00:40:11.388Z Downloaded sled v0.34.7
12792026-07-23T00:40:11.395Z Downloaded ratatui v0.29.0
12802026-07-23T00:40:11.410Z Downloaded zerocopy-derive v0.6.6
12812026-07-23T00:40:11.414Z Downloaded regex-automata v0.4.14
12822026-07-23T00:40:11.419Z Downloaded sha3 v0.11.0
12832026-07-23T00:40:11.424Z Downloaded chrono-tz v0.10.4
12842026-07-23T00:40:11.440Z Downloaded petgraph v0.6.5
12852026-07-23T00:40:11.458Z Downloaded petgraph v0.8.3
12862026-07-23T00:40:11.469Z Downloaded jiff v0.2.21
12872026-07-23T00:40:11.481Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12882026-07-23T00:40:11.503Z Downloaded libz-sys v1.1.24
12892026-07-23T00:40:11.513Z Downloaded csv v1.4.0
12902026-07-23T00:40:11.524Z Downloaded sha3 v0.10.8
12912026-07-23T00:40:11.527Z Downloaded tokio v1.52.1
12922026-07-23T00:40:11.577Z Downloaded encoding_rs v0.8.35
12932026-07-23T00:40:11.589Z Downloaded ring v0.17.14
12942026-07-23T00:40:11.653Z Downloaded libgit2-sys v0.18.3+1.9.2
12952026-07-23T00:40:12.119Z Downloaded aws-lc-sys v0.40.0
12962026-07-23T00:40:12.394Z Compiling libc v0.2.185
12972026-07-23T00:40:12.394Z Compiling serde_core v1.0.228
12982026-07-23T00:40:12.394Z Compiling serde v1.0.228
12992026-07-23T00:40:12.397Z Compiling log v0.4.29
13002026-07-23T00:40:12.397Z Compiling smallvec v1.15.1
13012026-07-23T00:40:12.397Z Compiling find-msvc-tools v0.1.9
13022026-07-23T00:40:12.397Z Compiling shlex v1.3.0
13032026-07-23T00:40:12.397Z Compiling subtle v2.6.1
13042026-07-23T00:40:12.397Z Compiling stable_deref_trait v1.2.1
13052026-07-23T00:40:12.397Z Compiling scopeguard v1.2.0
13062026-07-23T00:40:12.534Z Compiling typenum v1.20.1
13072026-07-23T00:40:12.537Z Compiling serde_json v1.0.150
13082026-07-23T00:40:12.537Z Compiling zerocopy v0.8.40
13092026-07-23T00:40:12.567Z Compiling portable-atomic v1.13.1
13102026-07-23T00:40:12.592Z Compiling syn v2.0.117
13112026-07-23T00:40:12.605Z Compiling parking_lot_core v0.9.12
13122026-07-23T00:40:12.724Z Compiling lock_api v0.4.14
13132026-07-23T00:40:12.740Z Compiling pin-project-lite v0.2.17
13142026-07-23T00:40:12.755Z Compiling pkg-config v0.3.32
13152026-07-23T00:40:12.769Z Compiling libm v0.2.16
13162026-07-23T00:40:12.785Z Compiling critical-section v1.2.0
13172026-07-23T00:40:12.822Z Compiling getrandom v0.4.1
13182026-07-23T00:40:12.836Z Compiling num-traits v0.2.19
13192026-07-23T00:40:12.851Z Compiling rand_core v0.10.0
13202026-07-23T00:40:12.917Z Compiling futures-core v0.3.32
13212026-07-23T00:40:12.932Z Compiling generic-array v0.14.7
13222026-07-23T00:40:12.977Z Compiling litemap v0.8.1
13232026-07-23T00:40:13.005Z Compiling writeable v0.6.2
13242026-07-23T00:40:13.033Z Compiling percent-encoding v2.3.2
13252026-07-23T00:40:13.047Z Compiling const-oid v0.9.6
13262026-07-23T00:40:13.099Z Compiling icu_properties_data v2.1.2
13272026-07-23T00:40:13.144Z Compiling icu_normalizer_data v2.1.1
13282026-07-23T00:40:13.193Z Compiling futures-sink v0.3.32
13292026-07-23T00:40:13.223Z Compiling futures-io v0.3.32
13302026-07-23T00:40:13.238Z Compiling slab v0.4.12
13312026-07-23T00:40:13.266Z Compiling futures-task v0.3.32
13322026-07-23T00:40:13.269Z Compiling utf8_iter v1.0.4
13332026-07-23T00:40:13.296Z Compiling futures-channel v0.3.32
13342026-07-23T00:40:13.324Z Compiling form_urlencoded v1.2.2
13352026-07-23T00:40:13.368Z Compiling getrandom v0.3.4
13362026-07-23T00:40:13.409Z Compiling rustversion v1.0.22
13372026-07-23T00:40:13.470Z Compiling dunce v1.0.5
13382026-07-23T00:40:13.487Z Compiling jobserver v0.1.34
13392026-07-23T00:40:13.491Z Compiling errno v0.3.14
13402026-07-23T00:40:13.547Z Compiling getrandom v0.2.17
13412026-07-23T00:40:13.579Z Compiling mio v1.2.0
13422026-07-23T00:40:13.583Z Compiling socket2 v0.6.3
13432026-07-23T00:40:13.595Z Compiling ident_case v1.0.1
13442026-07-23T00:40:13.634Z Compiling signal-hook-registry v1.4.8
13452026-07-23T00:40:13.664Z Compiling rustix v1.1.3
13462026-07-23T00:40:13.760Z Compiling cc v1.2.56
13472026-07-23T00:40:13.831Z Compiling once_cell v1.21.3
13482026-07-23T00:40:13.852Z Compiling rand_core v0.6.4
13492026-07-23T00:40:13.855Z Compiling parking_lot v0.12.5
13502026-07-23T00:40:13.906Z Compiling iana-time-zone v0.1.65
13512026-07-23T00:40:13.933Z Compiling fs_extra v1.3.0
13522026-07-23T00:40:13.951Z Compiling regex-syntax v0.8.10
13532026-07-23T00:40:13.965Z Compiling base64 v0.22.1
13542026-07-23T00:40:14.093Z Compiling base64ct v1.8.3
13552026-07-23T00:40:14.096Z Compiling vcpkg v0.2.15
13562026-07-23T00:40:14.129Z Compiling tracing-core v0.1.36
13572026-07-23T00:40:14.164Z Compiling aws-lc-rs v1.16.3
13582026-07-23T00:40:14.213Z Compiling flagset v0.4.7
13592026-07-23T00:40:14.252Z Compiling httparse v1.10.1
13602026-07-23T00:40:14.300Z Compiling schemars v0.8.22
13612026-07-23T00:40:14.314Z Compiling rand_core v0.9.5
13622026-07-23T00:40:14.359Z Compiling pem-rfc7468 v0.7.0
13632026-07-23T00:40:14.373Z Compiling tinyvec_macros v0.1.1
13642026-07-23T00:40:14.395Z Compiling cmov v0.5.4
13652026-07-23T00:40:14.417Z Compiling openssl-probe v0.2.1
13662026-07-23T00:40:14.452Z Compiling dyn-clone v1.0.20
13672026-07-23T00:40:14.504Z Compiling tinyvec v1.10.0
13682026-07-23T00:40:14.544Z Compiling cmake v0.1.57
13692026-07-23T00:40:14.582Z Compiling ctutils v0.4.2
13702026-07-23T00:40:14.618Z Compiling aho-corasick v1.1.4
13712026-07-23T00:40:14.622Z Compiling atomic-waker v1.1.2
13722026-07-23T00:40:14.622Z Compiling tower-service v0.3.3
13732026-07-23T00:40:14.660Z Compiling tower-layer v0.3.3
13742026-07-23T00:40:14.690Z Compiling try-lock v0.2.5
13752026-07-23T00:40:14.704Z Compiling untrusted v0.7.1
13762026-07-23T00:40:14.717Z Compiling foreign-types-shared v0.1.1
13772026-07-23T00:40:14.769Z Compiling bitflags v2.11.0
13782026-07-23T00:40:14.813Z Compiling semver v1.0.28
13792026-07-23T00:40:14.828Z Compiling indexmap v2.14.0
13802026-07-23T00:40:14.844Z Compiling uuid v1.23.4
13812026-07-23T00:40:14.844Z Compiling want v0.3.1
13822026-07-23T00:40:14.849Z Compiling httpdate v1.0.3
13832026-07-23T00:40:14.871Z Compiling openssl v0.10.79
13842026-07-23T00:40:14.898Z Compiling cpufeatures v0.2.17
13852026-07-23T00:40:14.925Z Compiling untrusted v0.9.0
13862026-07-23T00:40:14.984Z Compiling rustls v0.23.41
13872026-07-23T00:40:15.021Z Compiling unicode-normalization v0.1.25
13882026-07-23T00:40:15.038Z Compiling rustc_version v0.4.1
13892026-07-23T00:40:15.055Z Compiling foreign-types v0.3.2
13902026-07-23T00:40:15.067Z Compiling spin v0.9.8
13912026-07-23T00:40:15.114Z Compiling native-tls v0.2.18
13922026-07-23T00:40:15.135Z Compiling crc32fast v1.5.0
13932026-07-23T00:40:15.152Z Compiling time-core v0.1.8
13942026-07-23T00:40:15.156Z Compiling powerfmt v0.2.0
13952026-07-23T00:40:15.192Z Compiling num-conv v0.2.0
13962026-07-23T00:40:15.290Z Compiling wait-timeout v0.2.1
13972026-07-23T00:40:15.324Z Compiling deranged v0.5.8
13982026-07-23T00:40:15.343Z Compiling time-macros v0.2.27
13992026-07-23T00:40:15.358Z Compiling sync_wrapper v1.0.2
14002026-07-23T00:40:15.374Z Compiling usdt-impl v0.6.0
14012026-07-23T00:40:15.393Z Compiling num_threads v0.1.7
14022026-07-23T00:40:15.406Z Compiling aws-lc-sys v0.40.0
14032026-07-23T00:40:15.447Z Compiling openssl-sys v0.9.115
14042026-07-23T00:40:15.482Z Compiling synstructure v0.13.2
14052026-07-23T00:40:15.497Z Compiling serde_derive_internals v0.29.1
14062026-07-23T00:40:15.510Z Compiling pest_generator v2.8.6
14072026-07-23T00:40:15.531Z Compiling darling_core v0.20.11
14082026-07-23T00:40:15.581Z Compiling regex-automata v0.4.14
14092026-07-23T00:40:15.595Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14102026-07-23T00:40:15.676Z Compiling syn v1.0.109
14112026-07-23T00:40:15.923Z Compiling tempfile v3.25.0
14122026-07-23T00:40:16.062Z Compiling crossbeam-utils v0.8.21
14132026-07-23T00:40:16.114Z Compiling bit-vec v0.8.0
14142026-07-23T00:40:16.152Z Compiling quick-error v1.2.3
14152026-07-23T00:40:16.253Z Compiling siphasher v1.0.2
14162026-07-23T00:40:16.369Z Compiling simd-adler32 v0.3.8
14172026-07-23T00:40:16.372Z Compiling bit-set v0.8.0
14182026-07-23T00:40:16.402Z Compiling rusty-fork v0.3.1
14192026-07-23T00:40:16.469Z Compiling darling_core v0.23.0
14202026-07-23T00:40:16.498Z Compiling bzip2-sys v0.1.13+1.0.8
14212026-07-23T00:40:16.501Z Compiling heapless v0.7.17
14222026-07-23T00:40:16.514Z Compiling slog v2.8.2
14232026-07-23T00:40:16.531Z Compiling rand_xorshift v0.4.0
14242026-07-23T00:40:16.535Z Compiling time v0.3.47
14252026-07-23T00:40:16.574Z Compiling thread-id v5.1.0
14262026-07-23T00:40:16.637Z Compiling cookie v0.18.1
14272026-07-23T00:40:16.652Z Compiling unicode-bidi v0.3.18
14282026-07-23T00:40:16.667Z Compiling adler2 v2.0.1
14292026-07-23T00:40:16.719Z Compiling paste v1.0.15
14302026-07-23T00:40:16.748Z Compiling signal-hook v0.3.18
14312026-07-23T00:40:16.753Z Compiling anyhow v1.0.102
14322026-07-23T00:40:16.774Z Compiling iri-string v0.7.10
14332026-07-23T00:40:16.803Z Compiling unicode-properties v0.1.4
14342026-07-23T00:40:16.823Z Compiling zstd-safe v7.2.4
14352026-07-23T00:40:16.837Z Compiling allocator-api2 v0.2.21
14362026-07-23T00:40:16.860Z Compiling ryu v1.0.23
14372026-07-23T00:40:16.992Z Compiling unarray v0.1.4
14382026-07-23T00:40:17.066Z Compiling stringprep v0.1.5
14392026-07-23T00:40:17.172Z Compiling miniz_oxide v0.8.9
14402026-07-23T00:40:17.230Z Compiling camino v1.2.2
14412026-07-23T00:40:17.248Z Compiling serde_derive v1.0.228
14422026-07-23T00:40:17.262Z Compiling zeroize_derive v1.4.3
14432026-07-23T00:40:17.413Z Compiling zerofrom-derive v0.1.6
14442026-07-23T00:40:17.532Z Compiling yoke-derive v0.8.1
14452026-07-23T00:40:17.628Z Compiling zerovec-derive v0.11.2
14462026-07-23T00:40:17.729Z Compiling zerocopy-derive v0.8.40
14472026-07-23T00:40:17.810Z Compiling displaydoc v0.2.5
14482026-07-23T00:40:17.886Z Compiling tokio-macros v2.7.0
14492026-07-23T00:40:17.950Z Compiling zeroize v1.8.2
14502026-07-23T00:40:17.983Z Compiling futures-macro v0.3.32
14512026-07-23T00:40:18.247Z Compiling der_derive v0.7.3
14522026-07-23T00:40:18.399Z Compiling thiserror-impl v2.0.18
14532026-07-23T00:40:18.620Z Compiling tracing-attributes v0.1.31
14542026-07-23T00:40:18.679Z Compiling rustls-pki-types v1.14.0
14552026-07-23T00:40:18.766Z Compiling crypto-common v0.1.7
14562026-07-23T00:40:18.780Z Compiling block-buffer v0.10.4
14572026-07-23T00:40:18.822Z Compiling schemars_derive v0.8.22
14582026-07-23T00:40:18.866Z Compiling zerofrom v0.1.6
14592026-07-23T00:40:18.870Z Compiling futures-util v0.3.32
14602026-07-23T00:40:18.928Z Compiling digest v0.10.7
14612026-07-23T00:40:18.975Z Compiling hybrid-array v0.4.13
14622026-07-23T00:40:19.028Z Compiling yoke v0.8.1
14632026-07-23T00:40:19.089Z Compiling scroll_derive v0.13.1
14642026-07-23T00:40:19.151Z Compiling pest_derive v2.8.6
14652026-07-23T00:40:19.201Z Compiling zerovec v0.11.5
14662026-07-23T00:40:19.221Z Compiling zerotrie v0.2.3
14672026-07-23T00:40:19.258Z Compiling der v0.7.10
14682026-07-23T00:40:19.539Z Compiling darling_macro v0.20.11
14692026-07-23T00:40:19.645Z Compiling openssl-macros v0.1.1
14702026-07-23T00:40:19.735Z Compiling tinystr v0.8.2
14712026-07-23T00:40:19.806Z Compiling potential_utf v0.1.4
14722026-07-23T00:40:19.821Z Compiling thiserror v2.0.18
14732026-07-23T00:40:19.913Z Compiling hmac v0.12.1
14742026-07-23T00:40:19.953Z Compiling icu_locale_core v2.1.1
14752026-07-23T00:40:19.969Z Compiling icu_collections v2.1.1
14762026-07-23T00:40:19.984Z Compiling scroll v0.13.0
14772026-07-23T00:40:19.999Z Compiling sha2 v0.10.9
14782026-07-23T00:40:20.044Z Compiling tracing v0.1.44
14792026-07-23T00:40:20.079Z Compiling darling v0.20.11
14802026-07-23T00:40:20.097Z Compiling spki v0.7.3
14812026-07-23T00:40:20.150Z Compiling derive_builder_core v0.20.2
14822026-07-23T00:40:20.175Z Compiling dtrace-parser v0.3.0
14832026-07-23T00:40:20.268Z Compiling pkcs8 v0.10.2
14842026-07-23T00:40:20.320Z Compiling goblin v0.10.5
14852026-07-23T00:40:20.335Z Compiling scroll_derive v0.12.1
14862026-07-23T00:40:20.471Z Compiling thiserror-impl v1.0.69
14872026-07-23T00:40:20.496Z Compiling crypto-common v0.2.2
14882026-07-23T00:40:20.550Z Compiling block-buffer v0.12.1
14892026-07-23T00:40:20.759Z Compiling bytes v1.11.1
14902026-07-23T00:40:20.829Z Compiling icu_provider v2.1.1
14912026-07-23T00:40:20.855Z Compiling chrono v0.4.45
14922026-07-23T00:40:20.933Z Compiling ipnet v2.11.0
14932026-07-23T00:40:21.054Z Compiling derive_builder_macro v0.20.2
14942026-07-23T00:40:21.075Z Compiling scroll v0.12.0
14952026-07-23T00:40:21.150Z Compiling icu_normalizer v2.1.1
14962026-07-23T00:40:21.174Z Compiling icu_properties v2.1.2
14972026-07-23T00:40:21.257Z Compiling tokio v1.52.1
14982026-07-23T00:40:21.395Z Compiling http v1.4.2
14992026-07-23T00:40:21.412Z Compiling hex v0.4.3
15002026-07-23T00:40:21.470Z Compiling erased-serde v0.3.31
15012026-07-23T00:40:21.521Z Compiling serde_tokenstream v0.2.3
15022026-07-23T00:40:21.618Z Compiling toml_datetime v0.6.11
15032026-07-23T00:40:21.698Z Compiling serde_urlencoded v0.7.1
15042026-07-23T00:40:21.767Z Compiling serde_spanned v0.6.9
15052026-07-23T00:40:21.826Z Compiling thiserror v1.0.69
15062026-07-23T00:40:21.858Z Compiling block-padding v0.4.2
15072026-07-23T00:40:21.896Z Compiling signature v2.2.0
15082026-07-23T00:40:21.931Z Compiling md-5 v0.10.6
15092026-07-23T00:40:21.944Z Compiling darling_macro v0.23.0
15102026-07-23T00:40:21.964Z Compiling rustls-native-certs v0.8.3
15112026-07-23T00:40:21.979Z Compiling bstr v1.12.1
15122026-07-23T00:40:22.037Z Compiling zerocopy-derive v0.7.35
15132026-07-23T00:40:22.089Z Compiling idna_adapter v1.2.1
15142026-07-23T00:40:22.113Z Compiling http-body v1.0.1
15152026-07-23T00:40:22.245Z Compiling idna v1.1.0
15162026-07-23T00:40:22.273Z Compiling ppv-lite86 v0.2.21
15172026-07-23T00:40:22.288Z Compiling http-body-util v0.1.3
15182026-07-23T00:40:22.329Z Compiling pin-project-internal v1.1.11
15192026-07-23T00:40:22.353Z Compiling async-trait v0.1.89
15202026-07-23T00:40:22.368Z Compiling curve25519-dalek v4.1.3
15212026-07-23T00:40:22.371Z Compiling num-integer v0.1.46
15222026-07-23T00:40:22.491Z Compiling vergen-lib v9.1.0
15232026-07-23T00:40:22.551Z Compiling url v2.5.8
15242026-07-23T00:40:22.622Z Compiling rand_chacha v0.9.0
15252026-07-23T00:40:22.650Z Compiling rand_chacha v0.3.1
15262026-07-23T00:40:22.702Z Compiling hash32 v0.2.1
15272026-07-23T00:40:22.730Z Compiling encoding_rs v0.8.35
15282026-07-23T00:40:22.745Z Compiling memoffset v0.9.1
15292026-07-23T00:40:22.783Z Compiling litrs v1.0.0
15302026-07-23T00:40:22.910Z Compiling rand v0.9.2
15312026-07-23T00:40:22.943Z Compiling mime v0.3.17
15322026-07-23T00:40:22.975Z Compiling fallible-iterator v0.2.0
15332026-07-23T00:40:22.989Z Compiling rustix v0.38.44
15342026-07-23T00:40:23.223Z Compiling dof v0.4.0
15352026-07-23T00:40:23.306Z Compiling zlib-rs v0.6.2
15362026-07-23T00:40:23.309Z Compiling num-bigint-dig v0.8.6
15372026-07-23T00:40:23.339Z Compiling smoltcp v0.9.1
15382026-07-23T00:40:23.381Z Compiling cfg_aliases v0.2.1
15392026-07-23T00:40:23.395Z Compiling ref-cast v1.0.25
15402026-07-23T00:40:23.432Z Compiling psl-types v2.0.11
15412026-07-23T00:40:23.468Z Compiling nix v0.31.2
15422026-07-23T00:40:23.498Z Compiling proptest v1.10.0
15432026-07-23T00:40:23.562Z Compiling publicsuffix v2.3.0
15442026-07-23T00:40:23.577Z Compiling pin-project v1.1.11
15452026-07-23T00:40:23.580Z Compiling postgres-protocol v0.6.10
15462026-07-23T00:40:23.702Z Compiling document-features v0.2.12
15472026-07-23T00:40:23.756Z Compiling zerocopy v0.7.35
15482026-07-23T00:40:23.759Z Compiling rand v0.8.6
15492026-07-23T00:40:23.920Z Compiling num-iter v0.1.45
15502026-07-23T00:40:24.053Z Compiling ipnetwork v0.21.1
15512026-07-23T00:40:24.148Z Compiling darling v0.23.0
15522026-07-23T00:40:24.218Z Compiling inout v0.2.2
15532026-07-23T00:40:24.302Z Compiling oxnet v0.1.6
15542026-07-23T00:40:24.336Z Compiling derive_builder v0.20.2
15552026-07-23T00:40:24.352Z Compiling goblin v0.8.2
15562026-07-23T00:40:24.357Z Compiling hubpack_derive v0.1.1
15572026-07-23T00:40:24.414Z Compiling futures-executor v0.3.32
15582026-07-23T00:40:24.429Z Compiling regex v1.12.3
15592026-07-23T00:40:24.568Z Compiling ref-cast-impl v1.0.25
15602026-07-23T00:40:24.571Z Compiling strum_macros v0.27.2
15612026-07-23T00:40:24.641Z Compiling snafu-derive v0.8.9
15622026-07-23T00:40:24.657Z Compiling daft-derive v0.1.7
15632026-07-23T00:40:24.690Z Compiling curve25519-dalek-derive v0.1.1
15642026-07-23T00:40:24.869Z Compiling phf_shared v0.13.1
15652026-07-23T00:40:24.884Z Compiling terminal_size v0.4.3
15662026-07-23T00:40:24.903Z Compiling lazy_static v1.5.0
15672026-07-23T00:40:25.011Z Compiling cargo-platform v0.3.2
15682026-07-23T00:40:25.031Z Compiling anstyle-parse v0.2.7
15692026-07-23T00:40:25.046Z Compiling vergen v9.1.0
15702026-07-23T00:40:25.049Z Compiling ff v0.13.1
15712026-07-23T00:40:25.124Z Compiling tokio-util v0.7.18
15722026-07-23T00:40:25.160Z Compiling tower v0.5.3
15732026-07-23T00:40:25.214Z Compiling tokio-native-tls v0.3.1
15742026-07-23T00:40:25.234Z Compiling ahash v0.8.12
15752026-07-23T00:40:25.272Z Compiling fs-err v3.3.0
15762026-07-23T00:40:25.298Z Compiling foldhash v0.2.0
15772026-07-23T00:40:25.318Z Compiling libbz2-rs-sys v0.2.2
15782026-07-23T00:40:25.387Z Compiling base16ct v0.2.0
15792026-07-23T00:40:25.404Z Compiling object v0.37.3
15802026-07-23T00:40:25.437Z Compiling foldhash v0.1.5
15812026-07-23T00:40:25.478Z Compiling unicode-segmentation v1.12.0
15822026-07-23T00:40:25.498Z Compiling bitflags v1.3.2
15832026-07-23T00:40:25.534Z Compiling same-file v1.0.6
15842026-07-23T00:40:25.581Z Compiling tower-http v0.6.8
15852026-07-23T00:40:25.596Z Compiling bumpalo v3.20.2
15862026-07-23T00:40:25.618Z Compiling winnow v0.5.40
15872026-07-23T00:40:25.665Z Compiling managed v0.8.0
15882026-07-23T00:40:25.716Z Compiling walkdir v2.5.0
15892026-07-23T00:40:25.769Z Compiling bzip2 v0.6.1
15902026-07-23T00:40:25.860Z Compiling h2 v0.4.15
15912026-07-23T00:40:25.882Z Compiling newtype-uuid v1.3.2
15922026-07-23T00:40:25.991Z Compiling zopfli v0.8.3
15932026-07-23T00:40:26.006Z Compiling hashbrown v0.15.5
15942026-07-23T00:40:26.009Z Compiling sec1 v0.7.3
15952026-07-23T00:40:26.164Z Compiling daft v0.1.7
15962026-07-23T00:40:26.183Z Compiling clap_builder v4.6.0
15972026-07-23T00:40:26.228Z Compiling flate2 v1.1.9
15982026-07-23T00:40:26.404Z Compiling hashbrown v0.16.1
15992026-07-23T00:40:26.587Z Compiling snafu v0.8.9
16002026-07-23T00:40:26.602Z Compiling strum v0.27.2
16012026-07-23T00:40:26.631Z Compiling dof v0.3.0
16022026-07-23T00:40:26.696Z Compiling cargo_metadata v0.23.1
16032026-07-23T00:40:26.711Z Compiling group v0.13.0
16042026-07-23T00:40:26.730Z Compiling anstream v0.6.21
16052026-07-23T00:40:26.762Z Compiling phf v0.13.1
16062026-07-23T00:40:26.907Z Compiling signal-hook-mio v0.2.5
16072026-07-23T00:40:26.935Z Compiling toml_edit v0.19.15
16082026-07-23T00:40:26.958Z Compiling hubpack v0.1.2
16092026-07-23T00:40:27.011Z Compiling cookie_store v0.22.1
16102026-07-23T00:40:27.056Z Compiling usdt-attr-macro v0.6.0
16112026-07-23T00:40:27.072Z Compiling usdt-macro v0.6.0
16122026-07-23T00:40:27.107Z Compiling futures v0.3.32
16132026-07-23T00:40:27.190Z Compiling bzip2 v0.4.4
16142026-07-23T00:40:27.206Z Compiling cipher v0.5.2
16152026-07-23T00:40:27.376Z Compiling serde_with_macros v3.21.0
16162026-07-23T00:40:27.410Z Compiling zstd v0.13.3
16172026-07-23T00:40:27.425Z Compiling postgres-types v0.2.12
16182026-07-23T00:40:27.676Z Compiling globset v0.4.18
16192026-07-23T00:40:27.702Z Compiling ed25519 v2.2.3
16202026-07-23T00:40:27.904Z Compiling dtrace-parser v0.2.0
16212026-07-23T00:40:27.921Z Compiling serde_plain v1.0.2
16222026-07-23T00:40:27.935Z Compiling serde-big-array v0.5.1
16232026-07-23T00:40:28.010Z Compiling olpc-cjson v0.1.4
16242026-07-23T00:40:28.092Z Compiling pkcs1 v0.7.5
16252026-07-23T00:40:28.106Z Compiling hkdf v0.12.4
16262026-07-23T00:40:28.138Z Compiling crypto-bigint v0.5.5
16272026-07-23T00:40:28.186Z Compiling enum-as-inner v0.6.1
16282026-07-23T00:40:28.289Z Compiling serde_repr v0.1.20
16292026-07-23T00:40:28.382Z Compiling strum_macros v0.26.4
16302026-07-23T00:40:28.516Z Compiling clap_derive v4.6.1
16312026-07-23T00:40:28.559Z Compiling async-recursion v1.1.1
16322026-07-23T00:40:28.630Z Compiling phf_shared v0.11.3
16332026-07-23T00:40:28.674Z Compiling float-cmp v0.10.0
16342026-07-23T00:40:28.735Z Compiling pem v3.0.6
16352026-07-23T00:40:28.787Z Compiling thread-id v4.2.2
16362026-07-23T00:40:28.831Z Compiling memmap2 v0.9.10
16372026-07-23T00:40:28.846Z Compiling env_filter v1.0.0
16382026-07-23T00:40:28.866Z Compiling whoami v2.1.0
16392026-07-23T00:40:28.887Z Compiling either v1.15.0
16402026-07-23T00:40:29.059Z Compiling hyper v1.10.1
16412026-07-23T00:40:29.086Z Compiling static_assertions v1.1.0
16422026-07-23T00:40:29.113Z Compiling const-oid v0.10.2
16432026-07-23T00:40:29.158Z Compiling normalize-line-endings v0.3.0
16442026-07-23T00:40:29.172Z Compiling fixedbitset v0.5.7
16452026-07-23T00:40:29.262Z Compiling winnow v1.0.3
16462026-07-23T00:40:29.275Z Compiling predicates-core v1.0.10
16472026-07-23T00:40:29.276Z Compiling jiff v0.2.21
16482026-07-23T00:40:29.327Z Compiling precomputed-hash v0.1.1
16492026-07-23T00:40:29.344Z Compiling typed-path v0.9.3
16502026-07-23T00:40:29.430Z Compiling fixedbitset v0.4.2
16512026-07-23T00:40:29.470Z Compiling cpufeatures v0.3.0
16522026-07-23T00:40:29.491Z Compiling new_debug_unreachable v1.0.6
16532026-07-23T00:40:29.559Z Compiling data-encoding v2.10.0
16542026-07-23T00:40:29.576Z Compiling keccak v0.1.6
16552026-07-23T00:40:29.590Z Compiling difflib v0.4.0
16562026-07-23T00:40:29.641Z Compiling petgraph v0.6.5
16572026-07-23T00:40:29.656Z Compiling toml_parser v1.1.2+spec-1.1.0
16582026-07-23T00:40:29.671Z Compiling string_cache v0.8.9
16592026-07-23T00:40:29.915Z Compiling hickory-proto v0.25.2
16602026-07-23T00:40:30.110Z Compiling predicates v3.1.4
16612026-07-23T00:40:30.180Z Compiling sha3 v0.10.8
16622026-07-23T00:40:30.207Z Compiling hyper-util v0.1.20
16632026-07-23T00:40:30.284Z Compiling strum v0.26.3
16642026-07-23T00:40:30.298Z Compiling chacha20 v0.10.0
16652026-07-23T00:40:30.333Z Compiling petgraph v0.8.3
16662026-07-23T00:40:30.347Z Compiling toml_edit v0.22.27
16672026-07-23T00:40:30.405Z Compiling clap v4.6.1
16682026-07-23T00:40:30.430Z Compiling digest v0.11.3
16692026-07-23T00:40:30.500Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16702026-07-23T00:40:30.597Z Compiling elliptic-curve v0.13.8
16712026-07-23T00:40:30.645Z Compiling tokio-postgres v0.7.16
16722026-07-23T00:40:30.673Z Compiling itertools v0.13.0
16732026-07-23T00:40:30.698Z Compiling env_logger v0.11.9
16742026-07-23T00:40:30.731Z Compiling usdt v0.6.0
16752026-07-23T00:40:30.782Z Compiling usdt-impl v0.5.0
16762026-07-23T00:40:31.010Z Compiling serde_with v3.21.0
16772026-07-23T00:40:31.027Z Compiling crossterm v0.28.1
16782026-07-23T00:40:31.058Z Compiling rsa v0.9.10
16792026-07-23T00:40:31.170Z Compiling toml v0.7.8
16802026-07-23T00:40:31.392Z Compiling ed25519-dalek v2.2.0
16812026-07-23T00:40:31.834Z Compiling hyper-tls v0.6.0
16822026-07-23T00:40:32.012Z Compiling reqwest v0.12.28
16832026-07-23T00:40:32.028Z Compiling zip v4.6.1
16842026-07-23T00:40:32.364Z Compiling zip v0.6.6
16852026-07-23T00:40:32.379Z Compiling iddqd v0.4.2
16862026-07-23T00:40:32.766Z Compiling tokio-stream v0.1.18
16872026-07-23T00:40:32.914Z Compiling similar v2.7.0
16882026-07-23T00:40:32.951Z Compiling heck v0.4.1
16892026-07-23T00:40:32.991Z Compiling buf-list v1.1.2
16902026-07-23T00:40:33.039Z Compiling byte-wrapper v0.1.0
16912026-07-23T00:40:33.153Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16922026-07-23T00:40:33.198Z Compiling openapiv3 v2.2.0
16932026-07-23T00:40:33.247Z Compiling x509-cert v0.2.5
16942026-07-23T00:40:33.291Z Compiling crossbeam-epoch v0.9.18
16952026-07-23T00:40:33.389Z Compiling peg-runtime v0.8.5
16962026-07-23T00:40:33.392Z Compiling lalrpop-util v0.19.12
16972026-07-23T00:40:33.485Z Compiling thread_local v1.1.9
16982026-07-23T00:40:33.562Z Compiling slog-async v2.8.0
16992026-07-23T00:40:33.600Z Compiling crossbeam-channel v0.5.15
17002026-07-23T00:40:33.635Z Compiling is-terminal v0.4.17
17012026-07-23T00:40:33.695Z Compiling filetime v0.2.27
17022026-07-23T00:40:33.710Z Compiling xattr v1.6.1
17032026-07-23T00:40:33.751Z Compiling take_mut v0.2.2
17042026-07-23T00:40:33.766Z Compiling term v1.2.1
17052026-07-23T00:40:33.791Z Compiling camino-tempfile v1.4.1
17062026-07-23T00:40:33.893Z Compiling tar v0.4.46
17072026-07-23T00:40:34.070Z Compiling slog-term v2.9.2
17082026-07-23T00:40:51.762Z Compiling rustls-webpki v0.103.13
17092026-07-23T00:40:54.416Z Compiling tokio-rustls v0.26.4
17102026-07-23T00:40:54.417Z Compiling rustls-platform-verifier v0.6.2
17112026-07-23T00:40:54.417Z Compiling tough v0.22.0
17122026-07-23T00:40:54.631Z Compiling hyper-rustls v0.27.7
17132026-07-23T00:40:54.818Z Compiling reqwest v0.13.2
17142026-07-23T00:40:56.943Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17152026-07-23T00:40:57.180Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17162026-07-23T00:40:59.991Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.81s
17172026-07-23T00:41:00.283Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17182026-07-23T00:41:00.325ZJul 23 00:41:00.057 INFO Starting download, target: Console
17192026-07-23T00:41:00.325ZJul 23 00:41:00.058 INFO Starting download, target: Cockroach
17202026-07-23T00:41:00.325ZJul 23 00:41:00.058 INFO Starting download, target: Clickhouse
17212026-07-23T00:41:00.325ZJul 23 00:41:00.058 INFO Starting download, target: DendriteStub
17222026-07-23T00:41:00.326ZJul 23 00:41:00.058 INFO Starting download, target: MaghemiteMgd
17232026-07-23T00:41:00.326ZJul 23 00:41:00.058 INFO Starting download, target: MaghemiteDdmd
17242026-07-23T00:41:00.326ZJul 23 00:41:00.058 INFO Starting download, target: TransceiverControl
17252026-07-23T00:41:00.326ZJul 23 00:41:00.058 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17262026-07-23T00:41:00.326ZJul 23 00:41:00.058 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17272026-07-23T00:41:00.326ZJul 23 00:41:00.058 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17282026-07-23T00:41:00.326ZJul 23 00:41:00.058 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17292026-07-23T00:41:00.326ZJul 23 00:41:00.058 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17302026-07-23T00:41:00.326ZJul 23 00:41:00.058 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17312026-07-23T00:41:00.326ZJul 23 00:41:00.058 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17322026-07-23T00:41:01.178ZJul 23 00:41:00.993 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17332026-07-23T00:41:01.371ZJul 23 00:41:01.207 INFO Download complete, target: TransceiverControl
17342026-07-23T00:41:02.274ZJul 23 00:41:02.139 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17352026-07-23T00:41:02.568ZJul 23 00:41:02.394 INFO Download complete, target: Console
17362026-07-23T00:41:02.803ZJul 23 00:41:02.658 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17372026-07-23T00:41:04.598ZJul 23 00:41:04.378 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17382026-07-23T00:41:04.807ZJul 23 00:41:04.610 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17392026-07-23T00:41:05.572ZJul 23 00:41:05.414 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17402026-07-23T00:41:06.526ZJul 23 00:41:06.355 INFO Download complete, target: MaghemiteDdmd
17412026-07-23T00:41:07.081ZJul 23 00:41:06.954 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17422026-07-23T00:41:07.082ZJul 23 00:41:06.954 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17432026-07-23T00:41:07.224ZJul 23 00:41:07.105 INFO Download complete, target: DendriteStub
17442026-07-23T00:41:08.240ZJul 23 00:41:08.108 INFO Download complete, target: MaghemiteMgd
17452026-07-23T00:41:09.848ZJul 23 00:41:09.731 INFO Checking that binary works, target: Clickhouse
17462026-07-23T00:41:09.935ZJul 23 00:41:09.817 INFO Download complete, target: Clickhouse
17472026-07-23T00:41:11.724ZJul 23 00:41:11.602 INFO Checking that binary works, target: Cockroach
17482026-07-23T00:41:11.854ZJul 23 00:41:11.723 INFO Download complete, target: Cockroach
17492026-07-23T00:41:11.862ZAll prerequisites installed successfully
17502026-07-23T00:41:11.863Z
17512026-07-23T00:41:11.863Zreal 1:48.463504028
17522026-07-23T00:41:11.863Zuser 6:38.523948572
17532026-07-23T00:41:11.863Zsys 1:39.068135440
17542026-07-23T00:41:11.863Ztrap 0.244246326
17552026-07-23T00:41:11.863Ztflt 0.836333514
17562026-07-23T00:41:11.863Zdflt 1.667115111
17572026-07-23T00:41:11.863Zkflt 0.026890585
17582026-07-23T00:41:11.863Zlock 24:20.687868918
17592026-07-23T00:41:11.863Zslp 18:11.656289478
17602026-07-23T00:41:11.863Zlat 23.444609508
17612026-07-23T00:41:11.863Zstop 2:47.197460287
17622026-07-23T00:41:11.863Z+ ptime -m cargo xtask download softnpu
17632026-07-23T00:41:12.299Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17642026-07-23T00:41:12.319Z Running `target/debug/xtask download softnpu`
17652026-07-23T00:41:13.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
17662026-07-23T00:41:13.095Z Running `target/debug/xtask-downloader softnpu`
17672026-07-23T00:41:13.134ZJul 23 00:41:13.016 INFO Starting download, target: Softnpu
17682026-07-23T00:41:13.138ZJul 23 00:41:13.017 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17692026-07-23T00:41:13.849ZJul 23 00:41:13.723 INFO Download complete, target: Softnpu
17702026-07-23T00:41:13.855Z
17712026-07-23T00:41:13.855Zreal 1.990747279
17722026-07-23T00:41:13.855Zuser 1.271761000
17732026-07-23T00:41:13.855Zsys 0.598590325
17742026-07-23T00:41:13.855Ztrap 0.000659550
17752026-07-23T00:41:13.855Ztflt 0.000217330
17762026-07-23T00:41:13.856Zdflt 0.000263980
17772026-07-23T00:41:13.856Zkflt 0.000000000
17782026-07-23T00:41:13.856Zlock 12.819947379
17792026-07-23T00:41:13.856Zslp 0.546950255
17802026-07-23T00:41:13.856Zlat 0.090698899
17812026-07-23T00:41:13.856Zstop 0.000161430
17822026-07-23T00:41:13.856Z+ export CARGO_INCREMENTAL=0
17832026-07-23T00:41:13.856Z+ CARGO_INCREMENTAL=0
17842026-07-23T00:41:13.856Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17852026-07-23T00:41:14.689Z Compiling proc-macro2 v1.0.106
17862026-07-23T00:41:14.690Z Compiling quote v1.0.45
17872026-07-23T00:41:14.690Z Compiling unicode-ident v1.0.24
17882026-07-23T00:41:14.690Z Compiling libc v0.2.185
17892026-07-23T00:41:14.693Z Compiling serde_core v1.0.228
17902026-07-23T00:41:14.694Z Compiling serde v1.0.228
17912026-07-23T00:41:14.694Z Compiling cfg-if v1.0.4
17922026-07-23T00:41:14.694Z Compiling version_check v0.9.5
17932026-07-23T00:41:14.694Z Compiling find-msvc-tools v0.1.9
17942026-07-23T00:41:14.694Z Compiling shlex v1.3.0
17952026-07-23T00:41:14.694Z Compiling zmij v1.0.21
17962026-07-23T00:41:14.694Z Compiling memchr v2.8.0
17972026-07-23T00:41:14.694Z Compiling serde_json v1.0.150
17982026-07-23T00:41:14.837Z Compiling autocfg v1.5.0
17992026-07-23T00:41:14.971Z Compiling portable-atomic v1.13.1
18002026-07-23T00:41:15.081Z Compiling zerocopy v0.8.40
18012026-07-23T00:41:15.119Z Compiling getrandom v0.4.1
18022026-07-23T00:41:15.123Z Compiling libm v0.2.16
18032026-07-23T00:41:15.131Z Compiling parking_lot_core v0.9.12
18042026-07-23T00:41:15.230Z Compiling icu_properties_data v2.1.2
18052026-07-23T00:41:15.279Z Compiling icu_normalizer_data v2.1.1
18062026-07-23T00:41:15.294Z Compiling smallvec v1.15.1
18072026-07-23T00:41:15.433Z Compiling num-traits v0.2.19
18082026-07-23T00:41:15.446Z Compiling generic-array v0.14.7
18092026-07-23T00:41:15.450Z Compiling itoa v1.0.17
18102026-07-23T00:41:15.495Z Compiling log v0.4.29
18112026-07-23T00:41:15.526Z Compiling subtle v2.6.1
18122026-07-23T00:41:15.634Z Compiling pkg-config v0.3.32
18132026-07-23T00:41:15.652Z Compiling stable_deref_trait v1.2.1
18142026-07-23T00:41:15.710Z Compiling typenum v1.20.1
18152026-07-23T00:41:15.775Z Compiling scopeguard v1.2.0
18162026-07-23T00:41:15.842Z Compiling rand_core v0.10.0
18172026-07-23T00:41:15.876Z Compiling pin-project-lite v0.2.17
18182026-07-23T00:41:15.908Z Compiling lock_api v0.4.14
18192026-07-23T00:41:15.923Z Compiling getrandom v0.3.4
18202026-07-23T00:41:16.029Z Compiling thiserror v2.0.18
18212026-07-23T00:41:16.045Z Compiling writeable v0.6.2
18222026-07-23T00:41:16.051Z Compiling litemap v0.8.1
18232026-07-23T00:41:16.082Z Compiling percent-encoding v2.3.2
18242026-07-23T00:41:16.132Z Compiling jobserver v0.1.34
18252026-07-23T00:41:16.174Z Compiling errno v0.3.14
18262026-07-23T00:41:16.248Z Compiling fnv v1.0.7
18272026-07-23T00:41:16.252Z Compiling equivalent v1.0.2
18282026-07-23T00:41:16.252Z Compiling getrandom v0.2.17
18292026-07-23T00:41:16.347Z Compiling cc v1.2.56
18302026-07-23T00:41:16.355Z Compiling rustversion v1.0.22
18312026-07-23T00:41:16.358Z Compiling schemars v0.8.22
18322026-07-23T00:41:16.435Z Compiling rand_core v0.6.4
18332026-07-23T00:41:16.484Z Compiling fs_extra v1.3.0
18342026-07-23T00:41:16.531Z Compiling rustix v1.1.3
18352026-07-23T00:41:16.552Z Compiling syn v2.0.117
18362026-07-23T00:41:16.575Z Compiling critical-section v1.2.0
18372026-07-23T00:41:16.576Z Compiling dunce v1.0.5
18382026-07-23T00:41:16.677Z Compiling hashbrown v0.17.0
18392026-07-23T00:41:16.745Z Compiling signal-hook-registry v1.4.8
18402026-07-23T00:41:16.853Z Compiling strsim v0.11.1
18412026-07-23T00:41:16.866Z Compiling heck v0.5.0
18422026-07-23T00:41:16.870Z Compiling utf8_iter v1.0.4
18432026-07-23T00:41:16.895Z Compiling once_cell v1.21.3
18442026-07-23T00:41:17.081Z Compiling semver v1.0.28
18452026-07-23T00:41:17.212Z Compiling bitflags v2.11.0
18462026-07-23T00:41:17.242Z Compiling cmake v0.1.57
18472026-07-23T00:41:17.335Z Compiling indexmap v2.14.0
18482026-07-23T00:41:17.335Z Compiling parking_lot v0.12.5
18492026-07-23T00:41:17.486Z Compiling form_urlencoded v1.2.2
18502026-07-23T00:41:17.486Z Compiling socket2 v0.6.3
18512026-07-23T00:41:17.513Z Compiling mio v1.2.0
18522026-07-23T00:41:17.513Z Compiling futures-core v0.3.32
18532026-07-23T00:41:17.534Z Compiling ident_case v1.0.1
18542026-07-23T00:41:17.580Z Compiling aws-lc-rs v1.16.3
18552026-07-23T00:41:17.634Z Compiling httparse v1.10.1
18562026-07-23T00:41:17.653Z Compiling aws-lc-sys v0.40.0
18572026-07-23T00:41:17.887Z Compiling byteorder v1.5.0
18582026-07-23T00:41:17.929Z Compiling thiserror v1.0.69
18592026-07-23T00:41:17.933Z Compiling ucd-trie v0.1.7
18602026-07-23T00:41:18.049Z Compiling syn v1.0.109
18612026-07-23T00:41:18.108Z Compiling pest v2.8.6
18622026-07-23T00:41:18.122Z Compiling const-oid v0.9.6
18632026-07-23T00:41:18.147Z Compiling vcpkg v0.2.15
18642026-07-23T00:41:18.195Z Compiling regex-syntax v0.8.10
18652026-07-23T00:41:18.203Z Compiling iana-time-zone v0.1.65
18662026-07-23T00:41:18.423Z Compiling uuid v1.23.4
18672026-07-23T00:41:18.595Z Compiling rustc_version v0.4.1
18682026-07-23T00:41:18.609Z Compiling rustls v0.23.41
18692026-07-23T00:41:18.634Z Compiling futures-sink v0.3.32
18702026-07-23T00:41:18.723Z Compiling futures-channel v0.3.32
18712026-07-23T00:41:18.740Z Compiling openssl-sys v0.9.115
18722026-07-23T00:41:18.809Z Compiling aho-corasick v1.1.4
18732026-07-23T00:41:18.856Z Compiling futures-task v0.3.32
18742026-07-23T00:41:18.877Z Compiling futures-io v0.3.32
18752026-07-23T00:41:18.982Z Compiling slab v0.4.12
18762026-07-23T00:41:19.111Z Compiling time-core v0.1.8
18772026-07-23T00:41:19.192Z Compiling pest_meta v2.8.6
18782026-07-23T00:41:19.249Z Compiling crc32fast v1.5.0
18792026-07-23T00:41:19.284Z Compiling dyn-clone v1.0.20
18802026-07-23T00:41:19.298Z Compiling plain v0.2.3
18812026-07-23T00:41:19.314Z Compiling num-conv v0.2.0
18822026-07-23T00:41:19.327Z Compiling synstructure v0.13.2
18832026-07-23T00:41:19.327Z Compiling serde_derive_internals v0.29.1
18842026-07-23T00:41:19.459Z Compiling time-macros v0.2.27
18852026-07-23T00:41:19.467Z Compiling base64 v0.22.1
18862026-07-23T00:41:19.508Z Compiling crossbeam-utils v0.8.21
18872026-07-23T00:41:19.563Z Compiling pretty-hex v0.4.1
18882026-07-23T00:41:19.648Z Compiling regex-automata v0.4.14
18892026-07-23T00:41:19.665Z Compiling openssl v0.10.79
18902026-07-23T00:41:19.790Z Compiling pest_generator v2.8.6
18912026-07-23T00:41:19.821Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18922026-07-23T00:41:19.929Z Compiling anyhow v1.0.102
18932026-07-23T00:41:19.945Z Compiling native-tls v0.2.18
18942026-07-23T00:41:19.992Z Compiling rand_core v0.9.5
18952026-07-23T00:41:20.231Z Compiling slog v2.8.2
18962026-07-23T00:41:20.232Z Compiling tracing-core v0.1.36
18972026-07-23T00:41:20.322Z Compiling cookie v0.18.1
18982026-07-23T00:41:20.477Z Compiling base64ct v1.8.3
18992026-07-23T00:41:20.501Z Compiling camino v1.2.2
19002026-07-23T00:41:20.586Z Compiling flagset v0.4.7
19012026-07-23T00:41:20.595Z Compiling serde_derive v1.0.228
19022026-07-23T00:41:20.606Z Compiling zeroize_derive v1.4.3
19032026-07-23T00:41:20.638Z Compiling zerofrom-derive v0.1.6
19042026-07-23T00:41:20.683Z Compiling yoke-derive v0.8.1
19052026-07-23T00:41:20.770Z Compiling zerovec-derive v0.11.2
19062026-07-23T00:41:20.842Z Compiling displaydoc v0.2.5
19072026-07-23T00:41:20.842Z Compiling zerocopy-derive v0.8.40
19082026-07-23T00:41:20.867Z Compiling tokio-macros v2.7.0
19092026-07-23T00:41:21.031Z Compiling futures-macro v0.3.32
19102026-07-23T00:41:21.250Z Compiling zeroize v1.8.2
19112026-07-23T00:41:21.499Z Compiling thiserror-impl v2.0.18
19122026-07-23T00:41:21.530Z Compiling schemars_derive v0.8.22
19132026-07-23T00:41:21.565Z Compiling tracing-attributes v0.1.31
19142026-07-23T00:41:21.724Z Compiling der_derive v0.7.3
19152026-07-23T00:41:21.805Z Compiling thiserror-impl v1.0.69
19162026-07-23T00:41:21.844Z Compiling zerofrom v0.1.6
19172026-07-23T00:41:21.929Z Compiling pest_derive v2.8.6
19182026-07-23T00:41:21.962Z Compiling yoke v0.8.1
19192026-07-23T00:41:22.149Z Compiling zerovec v0.11.5
19202026-07-23T00:41:22.190Z Compiling zerotrie v0.2.3
19212026-07-23T00:41:22.450Z Compiling crypto-common v0.1.7
19222026-07-23T00:41:22.598Z Compiling futures-util v0.3.32
19232026-07-23T00:41:22.653Z Compiling tinystr v0.8.2
19242026-07-23T00:41:22.685Z Compiling potential_utf v0.1.4
19252026-07-23T00:41:22.711Z Compiling block-buffer v0.10.4
19262026-07-23T00:41:22.797Z Compiling scroll_derive v0.13.1
19272026-07-23T00:41:22.831Z Compiling icu_collections v2.1.1
19282026-07-23T00:41:22.864Z Compiling icu_locale_core v2.1.1
19292026-07-23T00:41:22.909Z Compiling digest v0.10.7
19302026-07-23T00:41:22.928Z Compiling scroll_derive v0.12.1
19312026-07-23T00:41:23.164Z Compiling openssl-macros v0.1.1
19322026-07-23T00:41:23.212Z Compiling regex v1.12.3
19332026-07-23T00:41:23.742Z Compiling zerocopy-derive v0.7.35
19342026-07-23T00:41:23.809Z Compiling tracing v0.1.44
19352026-07-23T00:41:23.809Z Compiling icu_provider v2.1.1
19362026-07-23T00:41:23.809Z Compiling pem-rfc7468 v0.7.0
19372026-07-23T00:41:23.809Z Compiling rustls-pki-types v1.14.0
19382026-07-23T00:41:23.821Z Compiling bytes v1.11.1
19392026-07-23T00:41:23.880Z Compiling icu_properties v2.1.2
19402026-07-23T00:41:23.928Z Compiling icu_normalizer v2.1.1
19412026-07-23T00:41:23.944Z Compiling chrono v0.4.45
19422026-07-23T00:41:24.007Z Compiling serde_tokenstream v0.2.3
19432026-07-23T00:41:24.326Z Compiling tokio v1.52.1
19442026-07-23T00:41:24.693Z Compiling http v1.4.2
19452026-07-23T00:41:24.751Z Compiling idna_adapter v1.2.1
19462026-07-23T00:41:24.892Z Compiling idna v1.1.0
19472026-07-23T00:41:25.065Z Compiling ppv-lite86 v0.2.21
19482026-07-23T00:41:25.203Z Compiling der v0.7.10
19492026-07-23T00:41:25.309Z Compiling url v2.5.8
19502026-07-23T00:41:25.363Z Compiling rand_chacha v0.9.0
19512026-07-23T00:41:25.539Z Compiling http-body v1.0.1
19522026-07-23T00:41:25.607Z Compiling usdt-impl v0.5.0
19532026-07-23T00:41:25.724Z Compiling either v1.15.0
19542026-07-23T00:41:25.745Z Compiling cmov v0.5.4
19552026-07-23T00:41:25.759Z Compiling usdt-impl v0.6.0
19562026-07-23T00:41:25.976Z Compiling tinyvec_macros v0.1.1
19572026-07-23T00:41:26.014Z Compiling ref-cast v1.0.25
19582026-07-23T00:41:26.115Z Compiling openssl-probe v0.2.1
19592026-07-23T00:41:26.351Z Compiling fastrand v2.3.0
19602026-07-23T00:41:26.460Z Compiling paste v1.0.15
19612026-07-23T00:41:26.460Z Compiling ctutils v0.4.2
19622026-07-23T00:41:26.508Z Compiling spki v0.7.3
19632026-07-23T00:41:26.508Z Compiling tinyvec v1.10.0
19642026-07-23T00:41:26.670Z Compiling rand v0.9.2
19652026-07-23T00:41:26.714Z Compiling toml_datetime v0.6.11
19662026-07-23T00:41:26.780Z Compiling serde_spanned v0.6.9
19672026-07-23T00:41:26.808Z Compiling scroll v0.12.0
19682026-07-23T00:41:26.809Z Compiling scroll v0.13.0
19692026-07-23T00:41:26.940Z Compiling async-trait v0.1.89
19702026-07-23T00:41:27.057Z Compiling heapless v0.7.17
19712026-07-23T00:41:27.109Z Compiling bzip2-sys v0.1.13+1.0.8
19722026-07-23T00:41:27.109Z Compiling winnow v1.0.3
19732026-07-23T00:41:27.109Z Compiling atomic-waker v1.1.2
19742026-07-23T00:41:27.150Z Compiling tower-layer v0.3.3
19752026-07-23T00:41:27.151Z Compiling try-lock v0.2.5
19762026-07-23T00:41:27.216Z Compiling signal-hook v0.3.18
19772026-07-23T00:41:27.274Z Compiling untrusted v0.7.1
19782026-07-23T00:41:27.307Z Compiling zstd-safe v7.2.4
19792026-07-23T00:41:27.397Z Compiling winnow v0.7.14
19802026-07-23T00:41:27.462Z Compiling cpufeatures v0.2.17
19812026-07-23T00:41:27.462Z Compiling litrs v1.0.0
19822026-07-23T00:41:27.463Z Compiling tower-service v0.3.3
19832026-07-23T00:41:27.485Z Compiling rustix v0.38.44
19842026-07-23T00:41:27.485Z Compiling toml_parser v1.1.2+spec-1.1.0
19852026-07-23T00:41:27.486Z Compiling want v0.3.1
19862026-07-23T00:41:27.572Z Compiling goblin v0.10.5
19872026-07-23T00:41:27.704Z Compiling goblin v0.8.2
19882026-07-23T00:41:27.794Z Compiling hybrid-array v0.4.13
19892026-07-23T00:41:27.915Z Compiling document-features v0.2.12
19902026-07-23T00:41:28.071Z Compiling zerocopy v0.7.35
19912026-07-23T00:41:28.132Z Compiling tokio-util v0.7.18
19922026-07-23T00:41:28.377Z Compiling ipnet v2.11.0
19932026-07-23T00:41:28.423Z Compiling ref-cast-impl v1.0.25
19942026-07-23T00:41:28.600Z Compiling darling_core v0.20.11
19952026-07-23T00:41:28.642Z Compiling curve25519-dalek v4.1.3
19962026-07-23T00:41:28.680Z Compiling memoffset v0.9.1
19972026-07-23T00:41:28.831Z Compiling h2 v0.4.15
19982026-07-23T00:41:28.878Z Compiling untrusted v0.9.0
19992026-07-23T00:41:28.893Z Compiling utf8parse v0.2.2
20002026-07-23T00:41:28.995Z Compiling powerfmt v0.2.0
20012026-07-23T00:41:29.047Z Compiling foreign-types-shared v0.1.1
20022026-07-23T00:41:29.094Z Compiling httpdate v1.0.3
20032026-07-23T00:41:29.186Z Compiling winnow v0.5.40
20042026-07-23T00:41:29.324Z Compiling tempfile v3.25.0
20052026-07-23T00:41:29.440Z Compiling deranged v0.5.8
20062026-07-23T00:41:29.500Z Compiling foreign-types v0.3.2
20072026-07-23T00:41:29.604Z Compiling unicode-normalization v0.1.25
20082026-07-23T00:41:29.677Z Compiling dtrace-parser v0.2.0
20092026-07-23T00:41:30.073Z Compiling dof v0.3.0
20102026-07-23T00:41:30.114Z Compiling pkcs8 v0.10.2
20112026-07-23T00:41:30.312Z Compiling dof v0.4.0
20122026-07-23T00:41:30.539Z Compiling toml_edit v0.19.15
20132026-07-23T00:41:30.567Z Compiling darling_macro v0.20.11
20142026-07-23T00:41:30.799Z Compiling dtrace-parser v0.3.0
20152026-07-23T00:41:30.890Z Compiling pin-project-internal v1.1.11
20162026-07-23T00:41:31.008Z Compiling daft-derive v0.1.7
20172026-07-23T00:41:31.183Z Compiling spin v0.9.8
20182026-07-23T00:41:31.195Z Compiling thread-id v4.2.2
20192026-07-23T00:41:31.196Z Compiling thread-id v5.1.0
20202026-07-23T00:41:31.252Z Compiling cfg_aliases v0.2.1
20212026-07-23T00:41:31.362Z Compiling num-bigint-dig v0.8.6
20222026-07-23T00:41:31.421Z Compiling anstyle v1.0.14
20232026-07-23T00:41:31.462Z Compiling num_threads v0.1.7
20242026-07-23T00:41:31.544Z Compiling smoltcp v0.9.1
20252026-07-23T00:41:31.559Z Compiling time v0.3.47
20262026-07-23T00:41:31.569Z Compiling nix v0.31.2
20272026-07-23T00:41:31.931Z Compiling hyper v1.10.1
20282026-07-23T00:41:31.956Z Compiling darling v0.20.11
20292026-07-23T00:41:32.065Z Compiling sha2 v0.10.9
20302026-07-23T00:41:32.178Z Compiling ipnetwork v0.21.1
20312026-07-23T00:41:32.266Z Compiling hmac v0.12.1
20322026-07-23T00:41:32.415Z Compiling strum_macros v0.26.4
20332026-07-23T00:41:32.430Z Compiling curve25519-dalek-derive v0.1.1
20342026-07-23T00:41:32.708Z Compiling darling_core v0.23.0
20352026-07-23T00:41:32.728Z Compiling sync_wrapper v1.0.2
20362026-07-23T00:41:32.770Z Compiling wait-timeout v0.2.1
20372026-07-23T00:41:32.901Z Compiling bit-vec v0.8.0
20382026-07-23T00:41:33.099Z Compiling hyper-util v0.1.20
20392026-07-23T00:41:33.126Z Compiling anstyle-query v1.1.5
20402026-07-23T00:41:33.367Z Compiling is_terminal_polyfill v1.70.2
20412026-07-23T00:41:33.425Z Compiling siphasher v1.0.2
20422026-07-23T00:41:33.468Z Compiling simd-adler32 v0.3.8
20432026-07-23T00:41:33.605Z Compiling colorchoice v1.0.4
20442026-07-23T00:41:33.720Z Compiling quick-error v1.2.3
20452026-07-23T00:41:33.823Z Compiling rusty-fork v0.3.1
20462026-07-23T00:41:34.010Z Compiling bit-set v0.8.0
20472026-07-23T00:41:34.180Z Compiling tower v0.5.3
20482026-07-23T00:41:34.543Z Compiling derive_builder_core v0.20.2
20492026-07-23T00:41:34.655Z Compiling http-body-util v0.1.3
20502026-07-23T00:41:34.681Z Compiling hubpack_derive v0.1.1
20512026-07-23T00:41:34.726Z Compiling snafu-derive v0.8.9
20522026-07-23T00:41:34.744Z Compiling strum_macros v0.27.2
20532026-07-23T00:41:34.806Z Compiling darling_macro v0.23.0
20542026-07-23T00:41:34.843Z Compiling rand_xorshift v0.4.0
20552026-07-23T00:41:35.004Z Compiling fs-err v3.3.0
20562026-07-23T00:41:35.033Z Compiling ahash v0.8.12
20572026-07-23T00:41:35.251Z Compiling adler2 v2.0.1
20582026-07-23T00:41:35.265Z Compiling unicode-segmentation v1.12.0
20592026-07-23T00:41:35.378Z Compiling allocator-api2 v0.2.21
20602026-07-23T00:41:35.403Z Compiling object v0.37.3
20612026-07-23T00:41:35.418Z Compiling ryu v1.0.23
20622026-07-23T00:41:35.435Z Compiling iri-string v0.7.10
20632026-07-23T00:41:35.626Z Compiling unicode-bidi v0.3.18
20642026-07-23T00:41:35.651Z Compiling unicode-properties v0.1.4
20652026-07-23T00:41:35.717Z Compiling unarray v0.1.4
20662026-07-23T00:41:35.747Z Compiling serde_urlencoded v0.7.1
20672026-07-23T00:41:35.847Z Compiling proptest v1.10.0
20682026-07-23T00:41:35.895Z Compiling miniz_oxide v0.8.9
20692026-07-23T00:41:36.007Z Compiling stringprep v0.1.5
20702026-07-23T00:41:36.133Z Compiling derive_builder_macro v0.20.2
20712026-07-23T00:41:36.230Z Compiling darling v0.23.0
20722026-07-23T00:41:36.444Z Compiling tokio-native-tls v0.3.1
20732026-07-23T00:41:36.458Z Compiling usdt-attr-macro v0.6.0
20742026-07-23T00:41:36.595Z Compiling usdt-macro v0.6.0
20752026-07-23T00:41:36.644Z Compiling tower-http v0.6.8
20762026-07-23T00:41:36.647Z Compiling anstyle-parse v1.0.0
20772026-07-23T00:41:36.675Z Compiling block-buffer v0.12.1
20782026-07-23T00:41:36.704Z Compiling crypto-common v0.2.2
20792026-07-23T00:41:36.901Z Compiling block-padding v0.4.2
20802026-07-23T00:41:37.195Z Compiling rustls-native-certs v0.8.3
20812026-07-23T00:41:37.243Z Compiling rand_chacha v0.3.1
20822026-07-23T00:41:37.361Z Compiling hex v0.4.3
20832026-07-23T00:41:37.373Z Compiling erased-serde v0.3.31
20842026-07-23T00:41:37.422Z Compiling signature v2.2.0
20852026-07-23T00:41:37.440Z Compiling md-5 v0.10.6
20862026-07-23T00:41:37.452Z Compiling bstr v1.12.1
20872026-07-23T00:41:37.617Z Compiling num-integer v0.1.46
20882026-07-23T00:41:37.674Z Compiling hash32 v0.2.1
20892026-07-23T00:41:37.674Z Compiling vergen-lib v9.1.0
20902026-07-23T00:41:37.827Z Compiling encoding_rs v0.8.35
20912026-07-23T00:41:37.827Z Compiling mime v0.3.17
20922026-07-23T00:41:37.868Z Compiling psl-types v2.0.11
20932026-07-23T00:41:37.885Z Compiling cpufeatures v0.3.0
20942026-07-23T00:41:37.898Z Compiling fallible-iterator v0.2.0
20952026-07-23T00:41:37.944Z Compiling zlib-rs v0.6.2
20962026-07-23T00:41:38.030Z Compiling publicsuffix v2.3.0
20972026-07-23T00:41:38.050Z Compiling newtype-uuid v1.3.2
20982026-07-23T00:41:38.193Z Compiling postgres-protocol v0.6.10
20992026-07-23T00:41:38.217Z Compiling num-iter v0.1.45
21002026-07-23T00:41:38.547Z Compiling rand v0.8.6
21012026-07-23T00:41:38.731Z Compiling oxnet v0.1.6
21022026-07-23T00:41:38.799Z Compiling inout v0.2.2
21032026-07-23T00:41:38.837Z Compiling anstream v1.0.0
21042026-07-23T00:41:38.860Z Compiling derive_builder v0.20.2
21052026-07-23T00:41:38.949Z Compiling hyper-tls v0.6.0
21062026-07-23T00:41:39.027Z Compiling serde_with_macros v3.21.0
21072026-07-23T00:41:39.044Z Compiling heck v0.4.1
21082026-07-23T00:41:39.156Z Compiling phf_shared v0.13.1
21092026-07-23T00:41:39.167Z Compiling pin-project v1.1.11
21102026-07-23T00:41:39.224Z Compiling lazy_static v1.5.0
21112026-07-23T00:41:39.242Z Compiling anstyle-parse v0.2.7
21122026-07-23T00:41:39.365Z Compiling futures-executor v0.3.32
21132026-07-23T00:41:39.423Z Compiling terminal_size v0.4.3
21142026-07-23T00:41:39.427Z Compiling clap_derive v4.6.1
21152026-07-23T00:41:39.453Z Compiling serde_repr v0.1.20
21162026-07-23T00:41:39.457Z Compiling async-recursion v1.1.1
21172026-07-23T00:41:39.564Z Compiling enum-as-inner v0.6.1
21182026-07-23T00:41:39.623Z Compiling ff v0.13.1
21192026-07-23T00:41:39.759Z Compiling vergen v9.1.0
21202026-07-23T00:41:39.786Z Compiling cargo-platform v0.3.2
21212026-07-23T00:41:39.847Z Compiling clap_lex v1.0.0
21222026-07-23T00:41:40.007Z Compiling flate2 v1.1.9
21232026-07-23T00:41:40.066Z Compiling bitflags v1.3.2
21242026-07-23T00:41:40.113Z Compiling base16ct v0.2.0
21252026-07-23T00:41:40.133Z Compiling foldhash v0.1.5
21262026-07-23T00:41:40.257Z Compiling managed v0.8.0
21272026-07-23T00:41:40.317Z Compiling foldhash v0.2.0
21282026-07-23T00:41:40.339Z Compiling same-file v1.0.6
21292026-07-23T00:41:40.430Z Compiling libbz2-rs-sys v0.2.2
21302026-07-23T00:41:40.436Z Compiling bumpalo v3.20.2
21312026-07-23T00:41:40.473Z Compiling walkdir v2.5.0
21322026-07-23T00:41:40.488Z Compiling hashbrown v0.16.1
21332026-07-23T00:41:40.701Z Compiling zopfli v0.8.3
21342026-07-23T00:41:40.781Z Compiling hashbrown v0.15.5
21352026-07-23T00:41:40.942Z Compiling bzip2 v0.6.1
21362026-07-23T00:41:41.037Z Compiling sec1 v0.7.3
21372026-07-23T00:41:41.089Z Compiling clap_builder v4.6.0
21382026-07-23T00:41:41.101Z Compiling cargo_metadata v0.23.1
21392026-07-23T00:41:41.267Z Compiling group v0.13.0
21402026-07-23T00:41:41.337Z Compiling futures v0.3.32
21412026-07-23T00:41:41.490Z Compiling anstream v0.6.21
21422026-07-23T00:41:41.519Z Compiling phf v0.13.1
21432026-07-23T00:41:41.778Z Compiling zstd v0.13.3
21442026-07-23T00:41:41.848Z Compiling snafu v0.8.9
21452026-07-23T00:41:42.063Z Compiling reqwest v0.12.28
21462026-07-23T00:41:42.073Z Compiling daft v0.1.7
21472026-07-23T00:41:42.374Z Compiling signal-hook-mio v0.2.5
21482026-07-23T00:41:42.407Z Compiling cipher v0.5.2
21492026-07-23T00:41:42.534Z Compiling cookie_store v0.22.1
21502026-07-23T00:41:42.564Z Compiling postgres-types v0.2.12
21512026-07-23T00:41:42.586Z Compiling bzip2 v0.4.4
21522026-07-23T00:41:42.679Z Compiling globset v0.4.18
21532026-07-23T00:41:42.697Z Compiling ed25519 v2.2.3
21542026-07-23T00:41:42.790Z Compiling strum v0.27.2
21552026-07-23T00:41:42.937Z Compiling hubpack v0.1.2
21562026-07-23T00:41:42.952Z Compiling phf_shared v0.11.3
21572026-07-23T00:41:43.030Z Compiling hkdf v0.12.4
21582026-07-23T00:41:43.048Z Compiling crossbeam-epoch v0.9.18
21592026-07-23T00:41:43.101Z Compiling pkcs1 v0.7.5
21602026-07-23T00:41:43.231Z Compiling olpc-cjson v0.1.4
21612026-07-23T00:41:43.419Z Compiling serde-big-array v0.5.1
21622026-07-23T00:41:43.478Z Compiling serde_plain v1.0.2
21632026-07-23T00:41:43.537Z Compiling crypto-bigint v0.5.5
21642026-07-23T00:41:43.620Z Compiling pem v3.0.6
21652026-07-23T00:41:43.639Z Compiling float-cmp v0.10.0
21662026-07-23T00:41:43.660Z Compiling memmap2 v0.9.10
21672026-07-23T00:41:43.668Z Compiling env_filter v1.0.0
21682026-07-23T00:41:43.809Z Compiling typed-path v0.9.3
21692026-07-23T00:41:43.898Z Compiling normalize-line-endings v0.3.0
21702026-07-23T00:41:43.914Z Compiling jiff v0.2.21
21712026-07-23T00:41:43.930Z Compiling toml_write v0.1.2
21722026-07-23T00:41:43.947Z Compiling precomputed-hash v0.1.1
21732026-07-23T00:41:44.005Z Compiling const-oid v0.10.2
21742026-07-23T00:41:44.013Z Compiling whoami v2.1.0
21752026-07-23T00:41:44.051Z Compiling data-encoding v2.10.0
21762026-07-23T00:41:44.147Z Compiling fixedbitset v0.4.2
21772026-07-23T00:41:44.172Z Compiling fixedbitset v0.5.7
21782026-07-23T00:41:44.220Z Compiling difflib v0.4.0
21792026-07-23T00:41:44.359Z Compiling new_debug_unreachable v1.0.6
21802026-07-23T00:41:44.444Z Compiling predicates-core v1.0.10
21812026-07-23T00:41:44.462Z Compiling keccak v0.1.6
21822026-07-23T00:41:44.504Z Compiling static_assertions v1.1.0
21832026-07-23T00:41:44.604Z Compiling predicates v3.1.4
21842026-07-23T00:41:44.614Z Compiling sha3 v0.10.8
21852026-07-23T00:41:44.632Z Compiling chacha20 v0.10.0
21862026-07-23T00:41:44.643Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21872026-07-23T00:41:44.681Z Compiling string_cache v0.8.9
21882026-07-23T00:41:44.698Z Compiling elliptic-curve v0.13.8
21892026-07-23T00:41:44.773Z Compiling petgraph v0.8.3
21902026-07-23T00:41:44.773Z Compiling hickory-proto v0.25.2
21912026-07-23T00:41:44.897Z Compiling petgraph v0.6.5
21922026-07-23T00:41:44.910Z Compiling tokio-postgres v0.7.16
21932026-07-23T00:41:44.921Z Compiling digest v0.11.3
21942026-07-23T00:41:44.937Z Compiling toml_edit v0.22.27
21952026-07-23T00:41:45.134Z Compiling env_logger v0.11.9
21962026-07-23T00:41:45.151Z Compiling usdt v0.6.0
21972026-07-23T00:41:45.663Z Compiling rsa v0.9.10
21982026-07-23T00:41:46.651Z Compiling zip v4.6.1
21992026-07-23T00:41:47.032Z Compiling ed25519-dalek v2.2.0
22002026-07-23T00:41:47.047Z Compiling zip v0.6.6
22012026-07-23T00:41:47.297Z Compiling clap v4.6.1
22022026-07-23T00:41:47.315Z Compiling crossterm v0.28.1
22032026-07-23T00:41:47.434Z Compiling iddqd v0.4.2
22042026-07-23T00:41:47.579Z Compiling serde_with v3.21.0
22052026-07-23T00:41:47.594Z Compiling similar v2.7.0
22062026-07-23T00:41:47.775Z Compiling byte-wrapper v0.1.0
22072026-07-23T00:41:47.905Z Compiling strum v0.26.3
22082026-07-23T00:41:47.935Z Compiling toml v0.7.8
22092026-07-23T00:41:48.054Z Compiling tokio-stream v0.1.18
22102026-07-23T00:41:48.079Z Compiling buf-list v1.1.2
22112026-07-23T00:41:48.323Z Compiling x509-cert v0.2.5
22122026-07-23T00:41:48.410Z Compiling itertools v0.13.0
22132026-07-23T00:41:48.566Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22142026-07-23T00:41:48.659Z Compiling openapiv3 v2.2.0
22152026-07-23T00:41:49.375Z Compiling lalrpop-util v0.19.12
22162026-07-23T00:41:49.570Z Compiling peg-runtime v0.8.5
22172026-07-23T00:42:05.599Z Compiling rustls-webpki v0.103.13
22182026-07-23T00:42:06.421Z Compiling macaddr v1.0.1
22192026-07-23T00:42:06.638Z Compiling structmeta-derive v0.3.0
22202026-07-23T00:42:06.654Z Compiling darling_core v0.21.3
22212026-07-23T00:42:06.714Z Compiling rayon-core v1.13.0
22222026-07-23T00:42:06.854Z Compiling crucible-workspace-hack v0.1.0
22232026-07-23T00:42:06.976Z Compiling itertools v0.14.0
22242026-07-23T00:42:07.006Z Compiling secrecy v0.10.3
22252026-07-23T00:42:07.085Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22262026-07-23T00:42:07.153Z Compiling heapless v0.8.0
22272026-07-23T00:42:07.455Z Compiling toml_datetime v0.7.5+spec-1.1.0
22282026-07-23T00:42:07.512Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22292026-07-23T00:42:07.685Z Compiling toml_edit v0.23.10+spec-1.0.0
22302026-07-23T00:42:07.702Z Compiling structmeta v0.3.0
22312026-07-23T00:42:07.711Z Compiling crossbeam-deque v0.8.6
22322026-07-23T00:42:07.715Z Compiling inout v0.1.4
22332026-07-23T00:42:07.766Z Compiling hash32 v0.3.1
22342026-07-23T00:42:07.786Z Compiling multer v3.1.0
22352026-07-23T00:42:07.895Z Compiling thread_local v1.1.9
22362026-07-23T00:42:07.919Z Compiling compression-core v0.4.31
22372026-07-23T00:42:07.933Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22382026-07-23T00:42:07.950Z Compiling match_cfg v0.1.0
22392026-07-23T00:42:08.025Z Compiling unicode-width v0.2.0
22402026-07-23T00:42:08.038Z Compiling smoltcp v0.11.0
22412026-07-23T00:42:08.115Z Compiling slog-async v2.8.0
22422026-07-23T00:42:08.211Z Compiling proc-macro-crate v3.4.0
22432026-07-23T00:42:08.229Z Compiling compression-codecs v0.4.37
22442026-07-23T00:42:08.249Z Compiling hostname v0.3.1
22452026-07-23T00:42:08.402Z Compiling derive-ex v0.1.8
22462026-07-23T00:42:08.483Z Compiling cipher v0.4.4
22472026-07-23T00:42:08.574Z Compiling atomicwrites v0.4.4
22482026-07-23T00:42:08.611Z Compiling slog-json v2.6.1
22492026-07-23T00:42:08.666Z Compiling crossbeam-channel v0.5.15
22502026-07-23T00:42:08.739Z Compiling half v2.7.1
22512026-07-23T00:42:08.785Z Compiling darling_macro v0.21.3
22522026-07-23T00:42:08.882Z Compiling newtype-uuid-macros v0.1.0
22532026-07-23T00:42:08.891Z Compiling cobs v0.3.0
22542026-07-23T00:42:08.936Z Compiling universal-hash v0.5.1
22552026-07-23T00:42:08.979Z Compiling thiserror-impl-no-std v2.0.2
22562026-07-23T00:42:09.106Z Compiling tokio-rustls v0.26.4
22572026-07-23T00:42:09.125Z Compiling rustls-platform-verifier v0.6.2
22582026-07-23T00:42:09.179Z Compiling tough v0.22.0
22592026-07-23T00:42:09.311Z Compiling darling v0.21.3
22602026-07-23T00:42:09.348Z Compiling hyper-rustls v0.27.7
22612026-07-23T00:42:09.382Z Compiling async-stream-impl v0.3.6
22622026-07-23T00:42:09.396Z Compiling serde_spanned v1.1.1
22632026-07-23T00:42:09.429Z Compiling ingot-macros v0.1.1
22642026-07-23T00:42:09.552Z Compiling toml_datetime v1.1.1+spec-1.1.0
22652026-07-23T00:42:09.610Z Compiling reqwest v0.13.2
22662026-07-23T00:42:09.638Z Compiling is-terminal v0.4.17
22672026-07-23T00:42:09.760Z Compiling dropshot v0.17.1
22682026-07-23T00:42:09.935Z Compiling proc-macro-error-attr v1.0.4
22692026-07-23T00:42:09.987Z Compiling ciborium-io v0.2.2
22702026-07-23T00:42:09.995Z Compiling take_mut v0.2.2
22712026-07-23T00:42:09.995Z Compiling opaque-debug v0.3.1
22722026-07-23T00:42:10.004Z Compiling term v1.2.1
22732026-07-23T00:42:10.021Z Compiling convert_case v0.4.0
22742026-07-23T00:42:10.070Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22752026-07-23T00:42:10.086Z Compiling toml_writer v1.1.1+spec-1.1.0
22762026-07-23T00:42:10.197Z Compiling poly1305 v0.8.0
22772026-07-23T00:42:10.230Z Compiling ciborium-ll v0.2.2
22782026-07-23T00:42:10.320Z Compiling slog-term v2.9.2
22792026-07-23T00:42:10.347Z Compiling derive_more v0.99.20
22802026-07-23T00:42:10.383Z Compiling toml v1.1.2+spec-1.1.0
22812026-07-23T00:42:10.466Z Compiling thiserror-no-std v2.0.2
22822026-07-23T00:42:10.581Z Compiling async-stream v0.3.6
22832026-07-23T00:42:10.597Z Compiling test-strategy v0.4.5
22842026-07-23T00:42:10.614Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22852026-07-23T00:42:10.793Z Compiling postcard v1.1.3
22862026-07-23T00:42:11.192Z Compiling slog-bunyan v2.5.0
22872026-07-23T00:42:11.392Z Compiling chacha20 v0.9.1
22882026-07-23T00:42:11.408Z Compiling num_enum_derive v0.7.6
22892026-07-23T00:42:11.615Z Compiling async-compression v0.4.41
22902026-07-23T00:42:11.830Z Compiling parse-display-derive v0.10.0
22912026-07-23T00:42:11.926Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
22922026-07-23T00:42:12.008Z Compiling ingot-types v0.1.2
22932026-07-23T00:42:12.115Z Compiling sha1 v0.11.0
22942026-07-23T00:42:12.387Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22952026-07-23T00:42:12.439Z Compiling ingot v0.1.1
22962026-07-23T00:42:12.481Z Compiling proc-macro-crate v1.3.1
22972026-07-23T00:42:12.559Z Compiling waitgroup v0.1.2
22982026-07-23T00:42:12.575Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
22992026-07-23T00:42:12.626Z Compiling backon v1.6.0
23002026-07-23T00:42:12.707Z Compiling password-hash v0.5.0
23012026-07-23T00:42:12.747Z Compiling rustls-pemfile v2.2.0
23022026-07-23T00:42:12.800Z Compiling dropshot_endpoint v0.17.1
23032026-07-23T00:42:12.836Z Compiling blake2 v0.10.6
23042026-07-23T00:42:12.885Z Compiling aead v0.5.2
23052026-07-23T00:42:12.925Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23062026-07-23T00:42:12.928Z Compiling foreign-types-macros v0.2.3
23072026-07-23T00:42:13.041Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23082026-07-23T00:42:13.185Z Compiling serde_path_to_error v0.1.20
23092026-07-23T00:42:13.290Z Compiling hostname v0.4.2
23102026-07-23T00:42:13.308Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23112026-07-23T00:42:13.376Z Compiling proc-macro-error v1.0.4
23122026-07-23T00:42:13.470Z Compiling instant v0.1.13
23132026-07-23T00:42:13.499Z Compiling debug-ignore v1.0.5
23142026-07-23T00:42:13.515Z Compiling foreign-types-shared v0.3.1
23152026-07-23T00:42:13.558Z Compiling backoff v0.4.0
23162026-07-23T00:42:13.608Z Compiling foreign-types v0.5.0
23172026-07-23T00:42:13.611Z Compiling parse-display v0.10.0
23182026-07-23T00:42:13.626Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23192026-07-23T00:42:13.658Z Compiling argon2 v0.5.3
23202026-07-23T00:42:13.662Z Compiling chacha20poly1305 v0.10.1
23212026-07-23T00:42:13.688Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23222026-07-23T00:42:13.692Z Compiling num_enum_derive v0.5.11
23232026-07-23T00:42:13.716Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23242026-07-23T00:42:13.719Z Compiling num_enum v0.7.6
23252026-07-23T00:42:13.789Z Compiling vsss-rs v3.3.4
23262026-07-23T00:42:13.836Z Compiling ciborium v0.2.2
23272026-07-23T00:42:14.019Z Compiling tabwriter v1.4.1
23282026-07-23T00:42:14.156Z Compiling regress v0.10.5
23292026-07-23T00:42:14.404Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23302026-07-23T00:42:14.422Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23312026-07-23T00:42:14.426Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23322026-07-23T00:42:14.490Z Compiling cstr-argument v0.1.2
23332026-07-23T00:42:14.550Z Compiling humantime v2.3.0
23342026-07-23T00:42:14.652Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23352026-07-23T00:42:14.680Z Compiling num_enum v0.5.11
23362026-07-23T00:42:14.684Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23372026-07-23T00:42:14.716Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23382026-07-23T00:42:14.824Z Compiling rayon v1.11.0
23392026-07-23T00:42:14.901Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23402026-07-23T00:42:14.917Z Compiling rand v0.10.1
23412026-07-23T00:42:14.931Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23422026-07-23T00:42:14.982Z Compiling indent_write v2.2.0
23432026-07-23T00:42:15.042Z Compiling colored v3.1.1
23442026-07-23T00:42:15.048Z Compiling libefi-sys v0.1.0
23452026-07-23T00:42:15.048Z Compiling zone_cfg_derive v0.3.1
23462026-07-23T00:42:15.132Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23472026-07-23T00:42:15.152Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23482026-07-23T00:42:15.263Z Compiling camino-tempfile v1.4.1
23492026-07-23T00:42:15.287Z Compiling itertools v0.12.1
23502026-07-23T00:42:15.301Z Compiling usdt-attr-macro v0.5.0
23512026-07-23T00:42:15.304Z Compiling usdt-macro v0.5.0
23522026-07-23T00:42:15.335Z Compiling bitfield-struct v0.6.2
23532026-07-23T00:42:15.698Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23542026-07-23T00:42:15.732Z Compiling num-derive v0.4.2
23552026-07-23T00:42:15.751Z Compiling blake3 v1.8.5
23562026-07-23T00:42:15.751Z Compiling memmap v0.7.0
23572026-07-23T00:42:15.783Z Compiling sigpipe v0.1.3
23582026-07-23T00:42:15.823Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23592026-07-23T00:42:15.896Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23602026-07-23T00:42:16.024Z Compiling swrite v0.1.0
23612026-07-23T00:42:16.043Z Compiling glob v0.3.3
23622026-07-23T00:42:16.060Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23632026-07-23T00:42:16.107Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23642026-07-23T00:42:16.125Z Compiling usdt v0.5.0
23652026-07-23T00:42:16.285Z Compiling smf v0.2.3
23662026-07-23T00:42:16.391Z Compiling filetime v0.2.27
23672026-07-23T00:42:16.406Z Compiling arrayref v0.3.9
23682026-07-23T00:42:16.422Z Compiling whoami v1.6.1
23692026-07-23T00:42:16.498Z Compiling constant_time_eq v0.4.2
23702026-07-23T00:42:16.622Z Compiling zone v0.3.1
23712026-07-23T00:42:16.656Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23722026-07-23T00:42:16.688Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23732026-07-23T00:42:16.716Z Compiling xattr v1.6.1
23742026-07-23T00:42:16.731Z Compiling arrayvec v0.7.6
23752026-07-23T00:42:16.777Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23762026-07-23T00:42:16.794Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23772026-07-23T00:42:16.800Z Compiling tokio-dtrace v0.1.1
23782026-07-23T00:42:16.914Z Compiling tar v0.4.46
23792026-07-23T00:42:16.934Z Compiling console v0.16.2
23802026-07-23T00:42:16.993Z Compiling gethostname v0.5.0
23812026-07-23T00:42:17.054Z Compiling unit-prefix v0.5.2
23822026-07-23T00:42:17.144Z Compiling topological-sort v0.2.2
23832026-07-23T00:42:17.147Z Compiling oxide-tokio-rt v0.1.4
23842026-07-23T00:42:17.225Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23852026-07-23T00:42:17.331Z Compiling indicatif v0.18.4
23862026-07-23T00:42:17.434Z Compiling toml v0.8.23
23872026-07-23T00:42:17.454Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23882026-07-23T00:42:17.603Z Compiling shell-words v1.1.1
23892026-07-23T00:42:26.873Z Compiling progenitor-client v0.14.0
23902026-07-23T00:42:26.873Z Compiling omicron-zone-package v0.12.3
23912026-07-23T00:42:27.110Z Compiling progenitor-extras v0.2.0
23922026-07-23T00:42:27.399Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23932026-07-23T00:42:27.425Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23942026-07-23T00:42:27.474Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23952026-07-23T00:42:27.542Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23962026-07-23T00:42:27.609Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23972026-07-23T00:42:27.640Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23982026-07-23T00:42:27.724Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23992026-07-23T00:42:27.775Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24002026-07-23T00:42:28.369Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24012026-07-23T00:42:32.219Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24022026-07-23T00:42:40.149Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24032026-07-23T00:42:43.310Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24042026-07-23T00:42:44.327Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24052026-07-23T00:42:53.615Z Finished `release` profile [optimized] target(s) in 1m 39s
24062026-07-23T00:42:53.754Z Running `target/release/omicron-package -t test target create -p dev`
24072026-07-23T00:42:53.811ZLogging to: /work/oxidecomputer/omicron/out/LOG
24082026-07-23T00:42:53.813ZCreated new build target 'test' and set it as active
24092026-07-23T00:42:53.816Z
24102026-07-23T00:42:53.816Zreal 1:39.963771386
24112026-07-23T00:42:53.817Zuser 16:23.571807181
24122026-07-23T00:42:53.817Zsys 2:35.315958337
24132026-07-23T00:42:53.817Ztrap 0.465355914
24142026-07-23T00:42:53.817Ztflt 2.373467558
24152026-07-23T00:42:53.817Zdflt 3.914697384
24162026-07-23T00:42:53.817Zkflt 0.000595190
24172026-07-23T00:42:53.817Zlock 51:42.051675535
24182026-07-23T00:42:53.817Zslp 42:18.329862328
24192026-07-23T00:42:53.817Zlat 42.854678004
24202026-07-23T00:42:53.817Zstop 5:16.847574363
24212026-07-23T00:42:53.817Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24222026-07-23T00:42:54.649Z Finished `release` profile [optimized] target(s) in 0.82s
24232026-07-23T00:42:54.716Z Running `target/release/omicron-package -t test package`
24242026-07-23T00:42:54.772ZLogging to: /work/oxidecomputer/omicron/out/LOG
24252026-07-23T00:42:56.149Z Compiling heck v0.5.0
24262026-07-23T00:42:56.149Z Compiling regress v0.11.1
24272026-07-23T00:42:56.381Z Compiling unsafe-libyaml v0.2.11
24282026-07-23T00:42:56.398Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24292026-07-23T00:42:56.421Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24302026-07-23T00:42:56.442Z Compiling derive-where v1.6.0
24312026-07-23T00:42:56.445Z Compiling bytecount v0.6.9
24322026-07-23T00:42:56.462Z Compiling atomicwrites v0.4.4
24332026-07-23T00:42:56.468Z Compiling is-terminal v0.4.17
24342026-07-23T00:42:56.468Z Compiling prettyplease v0.2.37
24352026-07-23T00:42:56.543Z Compiling console v0.15.11
24362026-07-23T00:42:56.546Z Compiling newline-converter v0.3.0
24372026-07-23T00:42:56.546Z Compiling slog-dtrace v0.3.0
24382026-07-23T00:42:56.583Z Compiling resolv-conf v0.7.6
24392026-07-23T00:42:56.601Z Compiling num-rational v0.4.2
24402026-07-23T00:42:56.621Z Compiling num-complex v0.4.6
24412026-07-23T00:42:56.664Z Compiling thread_local v1.1.9
24422026-07-23T00:42:56.689Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24432026-07-23T00:42:56.708Z Compiling match_cfg v0.1.0
24442026-07-23T00:42:56.727Z Compiling unicode-width v0.1.14
24452026-07-23T00:42:56.783Z Compiling compression-core v0.4.31
24462026-07-23T00:42:56.802Z Compiling cancel-safe-futures v0.1.5
24472026-07-23T00:42:56.887Z Compiling serde_yaml v0.9.34+deprecated
24482026-07-23T00:42:56.955Z Compiling expectorate v1.2.0
24492026-07-23T00:42:56.977Z Compiling compression-codecs v0.4.37
24502026-07-23T00:42:57.037Z Compiling num v0.4.3
24512026-07-23T00:42:57.085Z Compiling hostname v0.3.1
24522026-07-23T00:42:57.112Z Compiling slog-async v2.8.0
24532026-07-23T00:42:57.115Z Compiling multer v3.1.0
24542026-07-23T00:42:57.153Z Compiling crossbeam-channel v0.5.15
24552026-07-23T00:42:57.176Z Compiling slog-json v2.6.1
24562026-07-23T00:42:57.199Z Compiling toml_datetime v1.1.1+spec-1.1.0
24572026-07-23T00:42:57.202Z Compiling serde_spanned v1.1.1
24582026-07-23T00:42:57.240Z Compiling float-ord v0.3.2
24592026-07-23T00:42:57.243Z Compiling linked-hash-map v0.5.6
24602026-07-23T00:42:57.263Z Compiling toml_writer v1.1.1+spec-1.1.0
24612026-07-23T00:42:57.385Z Compiling term v1.2.1
24622026-07-23T00:42:57.408Z Compiling take_mut v0.2.2
24632026-07-23T00:42:57.432Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24642026-07-23T00:42:57.503Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24652026-07-23T00:42:57.503Z Compiling lru-cache v0.1.2
24662026-07-23T00:42:57.564Z Compiling toml v1.1.2+spec-1.1.0
24672026-07-23T00:42:57.603Z Compiling slog-bunyan v2.5.0
24682026-07-23T00:42:57.647Z Compiling async-compression v0.4.41
24692026-07-23T00:42:57.650Z Compiling oxide-update-engine-types v0.1.2
24702026-07-23T00:42:57.814Z Compiling slog-term v2.9.2
24712026-07-23T00:42:57.825Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24722026-07-23T00:42:57.902Z Compiling typify-impl v0.6.2
24732026-07-23T00:42:57.969Z Compiling dropshot v0.17.1
24742026-07-23T00:42:57.993Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24752026-07-23T00:42:58.035Z Compiling async-stream v0.3.6
24762026-07-23T00:42:58.057Z Compiling sha1 v0.11.0
24772026-07-23T00:42:58.074Z Compiling progenitor-client v0.14.0
24782026-07-23T00:42:58.190Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24792026-07-23T00:42:58.229Z Compiling waitgroup v0.1.2
24802026-07-23T00:42:58.284Z Compiling rustls-pemfile v2.2.0
24812026-07-23T00:42:58.334Z Compiling backon v1.6.0
24822026-07-23T00:42:58.395Z Compiling hostname v0.4.2
24832026-07-23T00:42:58.418Z Compiling serde_path_to_error v0.1.20
24842026-07-23T00:42:58.421Z Compiling instant v0.1.13
24852026-07-23T00:42:58.421Z Compiling minimal-lexical v0.2.1
24862026-07-23T00:42:58.502Z Compiling linear-map v1.2.0
24872026-07-23T00:42:58.561Z Compiling debug-ignore v1.0.5
24882026-07-23T00:42:58.585Z Compiling backoff v0.4.0
24892026-07-23T00:42:58.585Z Compiling progenitor-extras v0.2.0
24902026-07-23T00:42:58.691Z Compiling nom v7.1.3
24912026-07-23T00:42:58.713Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24922026-07-23T00:42:58.737Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24932026-07-23T00:42:58.740Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24942026-07-23T00:42:58.800Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24952026-07-23T00:42:58.823Z Compiling parse-display v0.10.0
24962026-07-23T00:42:58.871Z Compiling oxide-update-engine v0.1.2
24972026-07-23T00:42:59.034Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24982026-07-23T00:42:59.114Z Compiling hickory-proto v0.24.4
24992026-07-23T00:42:59.467Z Compiling regress v0.10.5
25002026-07-23T00:42:59.800Z Compiling macaddr v1.0.1
25012026-07-23T00:43:00.066Z Compiling unicode-xid v0.2.6
25022026-07-23T00:43:00.069Z Compiling humantime v2.3.0
25032026-07-23T00:43:00.235Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25042026-07-23T00:43:00.361Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25052026-07-23T00:43:00.364Z Compiling convert_case v0.10.0
25062026-07-23T00:43:00.403Z Compiling owo-colors v4.3.0
25072026-07-23T00:43:00.553Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25082026-07-23T00:43:00.692Z Compiling derive_more-impl v2.1.1
25092026-07-23T00:43:00.777Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25102026-07-23T00:43:00.850Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25112026-07-23T00:43:00.899Z Compiling toml v0.8.23
25122026-07-23T00:43:01.347Z Compiling typify-macro v0.6.2
25132026-07-23T00:43:01.485Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25142026-07-23T00:43:01.511Z Compiling papergrid v0.11.0
25152026-07-23T00:43:01.532Z Compiling tabled_derive v0.7.0
25162026-07-23T00:43:01.534Z Compiling derive_more v2.1.1
25172026-07-23T00:43:01.654Z Compiling hickory-resolver v0.24.4
25182026-07-23T00:43:01.678Z Compiling termtree v0.5.1
25192026-07-23T00:43:01.876Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25202026-07-23T00:43:02.065Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25212026-07-23T00:43:02.449Z Compiling tabled v0.15.0
25222026-07-23T00:43:02.866Z Compiling qorb v0.4.1
25232026-07-23T00:43:02.907Z Compiling typify v0.6.2
25242026-07-23T00:43:03.184Z Compiling progenitor-impl v0.14.0
25252026-07-23T00:43:03.607Z Compiling crossterm v0.29.0
25262026-07-23T00:43:03.899Z Compiling phf_shared v0.12.1
25272026-07-23T00:43:04.149Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25282026-07-23T00:43:04.691Z Compiling vte v0.14.1
25292026-07-23T00:43:04.945Z Compiling csv-core v0.1.13
25302026-07-23T00:43:05.343Z Compiling progenitor-macro v0.14.0
25312026-07-23T00:43:06.497Z Compiling chrono-tz v0.10.4
25322026-07-23T00:43:06.569Z Compiling highway v1.3.0
25332026-07-23T00:43:06.645Z Compiling csv v1.4.0
25342026-07-23T00:43:06.697Z Compiling strip-ansi-escapes v0.2.1
25352026-07-23T00:43:06.772Z Compiling phf v0.12.1
25362026-07-23T00:43:06.866Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25372026-07-23T00:43:06.974Z Compiling const_format_proc_macros v0.2.34
25382026-07-23T00:43:07.255Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25392026-07-23T00:43:07.304Z Compiling fd-lock v4.0.4
25402026-07-23T00:43:07.368Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25412026-07-23T00:43:07.530Z Compiling peg-macros v0.8.5
25422026-07-23T00:43:07.754Z Compiling nu-ansi-term v0.50.3
25432026-07-23T00:43:07.809Z Compiling const_format v0.2.35
25442026-07-23T00:43:08.011Z Compiling reedline v0.40.0
25452026-07-23T00:43:08.316Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25462026-07-23T00:43:08.341Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25472026-07-23T00:43:08.686Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25482026-07-23T00:43:08.798Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25492026-07-23T00:43:09.358Z Compiling progenitor v0.14.0
25502026-07-23T00:43:09.541Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25512026-07-23T00:43:09.631Z Compiling peg v0.8.5
25522026-07-23T00:43:09.738Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25532026-07-23T00:43:09.760Z Compiling bcs v0.1.6
25542026-07-23T00:43:10.196Z Compiling nom v8.0.0
25552026-07-23T00:43:10.426Z Compiling semver v0.1.20
25562026-07-23T00:43:10.755Z Compiling rustc_version v0.1.7
25572026-07-23T00:43:10.990Z Compiling newtype_derive v0.1.6
25582026-07-23T00:43:11.239Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25592026-07-23T00:43:11.386Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25602026-07-23T00:43:11.420Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25612026-07-23T00:43:11.493Z Compiling smawk v0.3.2
25622026-07-23T00:43:11.674Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25632026-07-23T00:43:11.696Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25642026-07-23T00:43:11.719Z Compiling unicode-linebreak v0.1.5
25652026-07-23T00:43:12.009Z Compiling textwrap v0.16.2
25662026-07-23T00:43:12.033Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25672026-07-23T00:43:12.145Z Compiling steno v0.4.1
25682026-07-23T00:43:12.599Z Compiling base64 v0.21.7
25692026-07-23T00:43:12.873Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25702026-07-23T00:43:12.938Z Compiling dropshot-api-manager-types v0.7.2
25712026-07-23T00:43:13.154Z Compiling sha1 v0.10.6
25722026-07-23T00:43:13.523Z Compiling utf-8 v0.7.6
25732026-07-23T00:43:13.642Z Compiling tagptr v0.2.0
25742026-07-23T00:43:13.664Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25752026-07-23T00:43:13.768Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25762026-07-23T00:43:13.833Z Compiling moka v0.12.13
25772026-07-23T00:43:13.938Z Compiling tungstenite v0.21.0
25782026-07-23T00:43:13.961Z Compiling display-error-chain v0.2.2
25792026-07-23T00:43:14.372Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25802026-07-23T00:43:14.392Z Compiling radium v0.7.0
25812026-07-23T00:43:14.615Z Compiling tokio-tungstenite v0.21.0
25822026-07-23T00:43:14.734Z Compiling tap v1.0.1
25832026-07-23T00:43:14.882Z Compiling maybe-uninit v2.0.0
25842026-07-23T00:43:14.997Z Compiling hickory-resolver v0.25.2
25852026-07-23T00:43:15.200Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25862026-07-23T00:43:15.253Z Compiling wyz v0.5.1
25872026-07-23T00:43:15.572Z Compiling vergen-lib v0.1.6
25882026-07-23T00:43:15.599Z Compiling zerocopy-derive v0.6.6
25892026-07-23T00:43:15.744Z Compiling packed_struct v0.10.1
25902026-07-23T00:43:16.033Z Compiling funty v2.0.0
25912026-07-23T00:43:16.129Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25922026-07-23T00:43:16.405Z Compiling diesel_derives v2.3.7
25932026-07-23T00:43:16.634Z Compiling crc-catalog v2.4.0
25942026-07-23T00:43:16.762Z Compiling crc v3.4.0
25952026-07-23T00:43:17.022Z Compiling bitvec v1.0.1
25962026-07-23T00:43:17.043Z Compiling zerocopy v0.6.6
25972026-07-23T00:43:17.434Z Compiling dsl_auto_type v0.2.0
25982026-07-23T00:43:17.492Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25992026-07-23T00:43:17.560Z Compiling scheduled-thread-pool v0.2.7
26002026-07-23T00:43:17.954Z Compiling packed_struct_codegen v0.10.1
26012026-07-23T00:43:18.156Z Compiling vergen-gitcl v1.0.8
26022026-07-23T00:43:18.341Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26032026-07-23T00:43:18.422Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26042026-07-23T00:43:18.484Z Compiling diesel_table_macro_syntax v0.3.0
26052026-07-23T00:43:18.564Z Compiling bitfield-macros v0.19.4
26062026-07-23T00:43:18.705Z Compiling dirs-sys-next v0.1.2
26072026-07-23T00:43:18.885Z Compiling proc-macro-error-attr2 v2.0.0
26082026-07-23T00:43:18.977Z Compiling indexmap v1.9.3
26092026-07-23T00:43:19.017Z Compiling crunchy v0.2.4
26102026-07-23T00:43:19.239Z Compiling nodrop v0.1.14
26112026-07-23T00:43:19.326Z Compiling maplit v1.0.2
26122026-07-23T00:43:19.346Z Compiling glob v0.3.3
26132026-07-23T00:43:19.346Z Compiling proc-macro-error2 v2.0.1
26142026-07-23T00:43:19.432Z Compiling array-init v0.0.4
26152026-07-23T00:43:19.445Z Compiling bitfield v0.19.4
26162026-07-23T00:43:19.717Z Compiling clang-sys v1.8.1
26172026-07-23T00:43:19.770Z Compiling dirs-next v2.0.0
26182026-07-23T00:43:19.975Z Compiling r2d2 v0.8.10
26192026-07-23T00:43:20.062Z Compiling smallvec v0.6.14
26202026-07-23T00:43:20.256Z Compiling num-derive v0.3.3
26212026-07-23T00:43:20.320Z Compiling tiny-keccak v2.0.2
26222026-07-23T00:43:20.352Z Compiling downcast-rs v2.0.2
26232026-07-23T00:43:20.488Z Compiling hashbrown v0.12.3
26242026-07-23T00:43:20.602Z Compiling serde-hex v0.1.0
26252026-07-23T00:43:20.705Z Compiling term v0.7.0
26262026-07-23T00:43:20.948Z Compiling tabled_derive v0.11.0
26272026-07-23T00:43:21.103Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26282026-07-23T00:43:21.180Z Compiling libscf-sys v1.1.0
26292026-07-23T00:43:21.210Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26302026-07-23T00:43:21.307Z Compiling ron v0.8.1
26312026-07-23T00:43:21.350Z Compiling papergrid v0.17.0
26322026-07-23T00:43:21.355Z Compiling testing_table v0.3.0
26332026-07-23T00:43:21.393Z Compiling hashbrown v0.13.2
26342026-07-23T00:43:21.556Z Compiling crc-any v2.5.0
26352026-07-23T00:43:21.824Z Compiling bit-vec v0.6.3
26362026-07-23T00:43:21.982Z Compiling bit-set v0.5.3
26372026-07-23T00:43:22.002Z Compiling object v0.30.4
26382026-07-23T00:43:22.025Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26392026-07-23T00:43:22.047Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26402026-07-23T00:43:22.162Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26412026-07-23T00:43:22.740Z Compiling tabled v0.20.0
26422026-07-23T00:43:22.762Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26432026-07-23T00:43:22.791Z Compiling ascii-canvas v3.0.0
26442026-07-23T00:43:23.284Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26452026-07-23T00:43:23.304Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26462026-07-23T00:43:23.650Z Compiling progenitor-impl v0.13.0
26472026-07-23T00:43:23.882Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26482026-07-23T00:43:23.976Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26492026-07-23T00:43:24.020Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26502026-07-23T00:43:24.160Z Compiling itertools v0.10.5
26512026-07-23T00:43:24.195Z Compiling ena v0.14.4
26522026-07-23T00:43:24.443Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26532026-07-23T00:43:24.477Z Compiling diesel v2.3.7
26542026-07-23T00:43:24.582Z Compiling libloading v0.8.9
26552026-07-23T00:43:24.694Z Compiling unicase v2.9.0
26562026-07-23T00:43:24.806Z Compiling bindgen v0.71.1
26572026-07-23T00:43:25.000Z Compiling path-slash v0.1.5
26582026-07-23T00:43:25.103Z Compiling xshell-macros v0.2.7
26592026-07-23T00:43:25.186Z Compiling diff v0.1.13
26602026-07-23T00:43:25.270Z Compiling regex-syntax v0.6.29
26612026-07-23T00:43:25.460Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26622026-07-23T00:43:25.534Z Compiling xshell v0.2.7
26632026-07-23T00:43:25.823Z Compiling progenitor-macro v0.13.0
26642026-07-23T00:43:26.812Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26652026-07-23T00:43:26.853Z Compiling lalrpop v0.19.12
26662026-07-23T00:43:27.135Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26672026-07-23T00:43:27.761Z Compiling cexpr v0.6.0
26682026-07-23T00:43:28.407Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26692026-07-23T00:43:28.465Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26702026-07-23T00:43:28.656Z Compiling progenitor-client v0.13.0
26712026-07-23T00:43:28.928Z Compiling rustc-hash v2.1.1
26722026-07-23T00:43:29.215Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26732026-07-23T00:43:29.813Z Compiling progenitor v0.13.0
26742026-07-23T00:43:30.036Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26752026-07-23T00:43:30.406Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26762026-07-23T00:43:30.609Z Compiling headers-core v0.3.0
26772026-07-23T00:43:30.764Z Compiling libxml v0.3.3
26782026-07-23T00:43:30.881Z Compiling crc8 v0.1.1
26792026-07-23T00:43:31.018Z Compiling headers v0.4.1
26802026-07-23T00:43:31.083Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26812026-07-23T00:43:31.273Z Compiling strum_macros v0.24.3
26822026-07-23T00:43:31.306Z Compiling indoc v1.0.9
26832026-07-23T00:43:31.757Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26842026-07-23T00:43:31.927Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26852026-07-23T00:43:32.180Z Compiling derive_builder v0.20.2
26862026-07-23T00:43:32.350Z Compiling oso-derive v0.27.3
26872026-07-23T00:43:32.469Z Compiling quick-xml v0.37.5
26882026-07-23T00:43:32.558Z Compiling impl-trait-for-tuples v0.2.3
26892026-07-23T00:43:32.639Z Compiling openssl-probe v0.1.6
26902026-07-23T00:43:32.696Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26912026-07-23T00:43:32.872Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26922026-07-23T00:43:32.932Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26932026-07-23T00:43:33.181Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26942026-07-23T00:43:33.201Z Compiling bb8 v0.8.6
26952026-07-23T00:43:33.418Z Compiling trait-variant v0.1.2
26962026-07-23T00:43:33.582Z Compiling half v1.8.3
26972026-07-23T00:43:33.713Z Compiling samael v0.0.19
26982026-07-23T00:43:33.835Z Compiling serde_cbor v0.11.2
26992026-07-23T00:43:33.983Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27002026-07-23T00:43:34.062Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27012026-07-23T00:43:34.210Z Compiling polar-core v0.27.3
27022026-07-23T00:43:34.449Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27032026-07-23T00:43:34.830Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27042026-07-23T00:43:35.093Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27052026-07-23T00:43:35.125Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27062026-07-23T00:43:35.171Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27072026-07-23T00:43:35.349Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27082026-07-23T00:43:35.430Z Compiling nonempty v0.12.0
27092026-07-23T00:43:35.480Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27102026-07-23T00:43:35.513Z Compiling fxhash v0.2.1
27112026-07-23T00:43:35.690Z Compiling libz-sys v1.1.24
27122026-07-23T00:43:35.710Z Compiling salty v0.3.0
27132026-07-23T00:43:36.194Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27142026-07-23T00:43:36.331Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27152026-07-23T00:43:36.895Z Compiling kstat-rs v0.2.4
27162026-07-23T00:43:37.383Z Compiling arc-swap v1.8.2
27172026-07-23T00:43:37.402Z Compiling fs-err v2.11.0
27182026-07-23T00:43:37.879Z Compiling slog-scope v4.4.1
27192026-07-23T00:43:37.905Z Compiling mime_guess v2.0.5
27202026-07-23T00:43:37.925Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27212026-07-23T00:43:37.948Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27222026-07-23T00:43:38.446Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27232026-07-23T00:43:38.490Z Compiling rfc6979 v0.4.0
27242026-07-23T00:43:38.670Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27252026-07-23T00:43:38.963Z Compiling nanorand v0.7.0
27262026-07-23T00:43:39.325Z Compiling libgit2-sys v0.18.3+1.9.2
27272026-07-23T00:43:39.401Z Compiling parking_lot_core v0.8.6
27282026-07-23T00:43:39.493Z Compiling flume v0.11.1
27292026-07-23T00:43:39.729Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27302026-07-23T00:43:39.892Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27312026-07-23T00:43:39.950Z Compiling ecdsa v0.16.9
27322026-07-23T00:43:40.648Z Compiling slog-stdlog v4.1.1
27332026-07-23T00:43:41.331Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27342026-07-23T00:43:41.496Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27352026-07-23T00:43:41.536Z Compiling primeorder v0.13.6
27362026-07-23T00:43:41.619Z Compiling git-stub v1.0.0
27372026-07-23T00:43:41.885Z Compiling diesel-dtrace v0.5.0
27382026-07-23T00:43:42.200Z Compiling async-bb8-diesel v0.2.1
27392026-07-23T00:43:42.500Z Compiling atty v0.2.14
27402026-07-23T00:43:42.637Z Compiling http-range v0.1.5
27412026-07-23T00:43:42.665Z Compiling parse-size v1.1.0
27422026-07-23T00:43:42.736Z Compiling instability v0.3.11
27432026-07-23T00:43:42.876Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27442026-07-23T00:43:42.985Z Compiling strsim v0.10.0
27452026-07-23T00:43:43.040Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27462026-07-23T00:43:43.154Z Compiling oso v0.27.3
27472026-07-23T00:43:43.291Z Compiling darling_core v0.13.4
27482026-07-23T00:43:45.019Z Compiling p384 v0.13.1
27492026-07-23T00:43:45.291Z Compiling git-stub-vcs v0.1.0
27502026-07-23T00:43:45.663Z Compiling slog-envlogger v2.2.0
27512026-07-23T00:43:46.828Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27522026-07-23T00:43:47.183Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27532026-07-23T00:43:47.497Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27542026-07-23T00:43:48.492Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27552026-07-23T00:43:49.586Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27562026-07-23T00:43:49.637Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27572026-07-23T00:43:49.954Z Compiling ignore v0.4.25
27582026-07-23T00:43:50.031Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27592026-07-23T00:43:50.572Z Compiling vergen-git2 v9.1.0
27602026-07-23T00:43:50.837Z Compiling castaway v0.2.4
27612026-07-23T00:43:50.994Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27622026-07-23T00:43:51.270Z Compiling indoc v2.0.7
27632026-07-23T00:43:51.469Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27642026-07-23T00:43:51.474Z Compiling compact_str v0.8.1
27652026-07-23T00:43:52.489Z Compiling globwalk v0.9.1
27662026-07-23T00:43:52.613Z Compiling parking_lot v0.11.2
27672026-07-23T00:43:52.661Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27682026-07-23T00:43:53.096Z Compiling hyper-staticfile v0.10.1
27692026-07-23T00:43:53.143Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27702026-07-23T00:43:53.530Z Compiling darling_macro v0.13.4
27712026-07-23T00:43:53.663Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27722026-07-23T00:43:53.673Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27732026-07-23T00:43:53.835Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27742026-07-23T00:43:54.048Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27752026-07-23T00:43:54.261Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27762026-07-23T00:43:54.283Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
27772026-07-23T00:43:54.625Z Compiling predicates-tree v1.0.13
27782026-07-23T00:43:54.871Z Compiling unicode-truncate v1.1.0
27792026-07-23T00:43:55.009Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27802026-07-23T00:43:55.085Z Compiling lru v0.12.5
27812026-07-23T00:43:55.107Z Compiling rand_seeder v0.4.0
27822026-07-23T00:43:55.253Z Compiling prefix-trie v0.7.0
27832026-07-23T00:43:55.306Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27842026-07-23T00:43:55.355Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27852026-07-23T00:43:55.620Z Compiling illumos-nvpair-sys v0.2.0
27862026-07-23T00:43:55.695Z Compiling cassowary v0.3.0
27872026-07-23T00:43:55.772Z Compiling corncobs v0.1.4
27882026-07-23T00:43:55.808Z Compiling hickory-server v0.25.2
27892026-07-23T00:43:55.929Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27902026-07-23T00:43:55.965Z Compiling ratatui v0.29.0
27912026-07-23T00:43:56.029Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27922026-07-23T00:43:56.222Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
27932026-07-23T00:43:56.244Z Compiling camino-tempfile-ext v0.3.3
27942026-07-23T00:43:56.289Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27952026-07-23T00:43:56.488Z Compiling darling v0.13.4
27962026-07-23T00:43:56.602Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27972026-07-23T00:43:56.683Z Compiling sled v0.34.7
27982026-07-23T00:43:57.204Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27992026-07-23T00:43:57.226Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28002026-07-23T00:43:58.539Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28012026-07-23T00:43:59.165Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28022026-07-23T00:43:59.360Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28032026-07-23T00:43:59.602Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28042026-07-23T00:43:59.842Z Compiling secrecy v0.8.0
28052026-07-23T00:44:00.038Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28062026-07-23T00:44:00.838Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28072026-07-23T00:44:01.124Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28082026-07-23T00:44:01.353Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28092026-07-23T00:44:01.420Z Compiling serde_with_macros v1.5.2
28102026-07-23T00:44:02.234Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28112026-07-23T00:44:02.469Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28122026-07-23T00:44:03.342Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28132026-07-23T00:44:03.437Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28142026-07-23T00:44:03.686Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28152026-07-23T00:44:03.933Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28162026-07-23T00:44:04.185Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28172026-07-23T00:44:04.241Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28182026-07-23T00:44:04.432Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28192026-07-23T00:44:04.490Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28202026-07-23T00:44:04.674Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28212026-07-23T00:44:04.710Z Compiling void v1.0.2
28222026-07-23T00:44:04.752Z Compiling git2 v0.20.4
28232026-07-23T00:44:04.892Z Compiling lzss v0.8.2
28242026-07-23T00:44:05.267Z Compiling illumos-nvpair v0.3.0
28252026-07-23T00:44:05.668Z Compiling serde_with v1.14.0
28262026-07-23T00:44:05.777Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28272026-07-23T00:44:06.364Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28282026-07-23T00:44:06.847Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28292026-07-23T00:44:06.873Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28302026-07-23T00:44:07.817Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
28312026-07-23T00:44:08.053Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28322026-07-23T00:44:08.901Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28332026-07-23T00:44:08.923Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28342026-07-23T00:44:09.648Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28352026-07-23T00:44:09.774Z Compiling tungstenite v0.23.0
28362026-07-23T00:44:09.893Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28372026-07-23T00:44:10.446Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28382026-07-23T00:44:11.935Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28392026-07-23T00:44:11.973Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28402026-07-23T00:44:12.105Z Compiling nix v0.27.1
28412026-07-23T00:44:12.182Z Compiling twox-hash v2.1.2
28422026-07-23T00:44:12.218Z Compiling libsw-core v0.3.2
28432026-07-23T00:44:12.445Z Compiling serde_bytes v0.11.19
28442026-07-23T00:44:12.566Z Compiling libsw v3.5.0
28452026-07-23T00:44:12.739Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28462026-07-23T00:44:12.789Z Compiling tokio-tungstenite v0.23.1
28472026-07-23T00:44:12.809Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28482026-07-23T00:44:13.001Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28492026-07-23T00:44:13.157Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28502026-07-23T00:44:13.299Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28512026-07-23T00:44:13.368Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28522026-07-23T00:44:14.727Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28532026-07-23T00:44:15.361Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28542026-07-23T00:44:16.904Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28552026-07-23T00:44:17.312Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28562026-07-23T00:44:17.476Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28572026-07-23T00:44:17.684Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28582026-07-23T00:44:17.860Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28592026-07-23T00:44:18.291Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
28602026-07-23T00:44:18.379Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28612026-07-23T00:44:18.820Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28622026-07-23T00:44:19.095Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28632026-07-23T00:44:19.740Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28642026-07-23T00:44:20.081Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28652026-07-23T00:44:21.847Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28662026-07-23T00:44:22.303Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28672026-07-23T00:44:22.443Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28682026-07-23T00:44:23.592Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28692026-07-23T00:44:24.632Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28702026-07-23T00:44:24.850Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28712026-07-23T00:44:25.205Z Compiling signal-hook-tokio v0.3.1
28722026-07-23T00:44:25.398Z Compiling fatfs v0.3.6
28732026-07-23T00:44:25.471Z Compiling yasna v0.5.2
28742026-07-23T00:44:25.564Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28752026-07-23T00:44:25.845Z Compiling assert_matches v1.5.0
28762026-07-23T00:44:25.955Z Compiling seq-macro v0.3.6
28772026-07-23T00:44:26.080Z Compiling is_ci v1.2.0
28782026-07-23T00:44:26.299Z Compiling supports-color v3.0.2
28792026-07-23T00:44:26.486Z Compiling rcgen v0.12.1
28802026-07-23T00:44:26.585Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28812026-07-23T00:44:27.112Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28822026-07-23T00:44:27.383Z Compiling oxide-update-engine-display v0.1.2
28832026-07-23T00:44:27.957Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28842026-07-23T00:44:28.469Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28852026-07-23T00:44:28.720Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28862026-07-23T00:44:29.014Z Compiling port-file v0.1.0
28872026-07-23T00:44:29.341Z Compiling rtoolbox v0.0.3
28882026-07-23T00:44:29.486Z Compiling subprocess v0.2.15
28892026-07-23T00:44:29.625Z Compiling rpassword v7.5.4
28902026-07-23T00:44:30.279Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28912026-07-23T00:44:31.158Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28922026-07-23T00:44:31.763Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28932026-07-23T00:44:31.788Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28942026-07-23T00:44:31.905Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28952026-07-23T00:44:33.886Z Compiling tui-tree-widget v0.23.1
28962026-07-23T00:44:34.176Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28972026-07-23T00:44:34.269Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28982026-07-23T00:44:35.570Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28992026-07-23T00:44:35.622Z Compiling uzers v0.12.2
29002026-07-23T00:44:35.833Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29012026-07-23T00:44:35.970Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29022026-07-23T00:44:36.854Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29032026-07-23T00:44:39.025Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29042026-07-23T00:44:39.567Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29052026-07-23T00:44:41.092Z Compiling support-bundle-viewer v0.1.2
29062026-07-23T00:44:41.726Z Compiling multimap v0.10.1
29072026-07-23T00:44:56.070Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29082026-07-23T00:45:00.135Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29092026-07-23T00:45:03.492Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29102026-07-23T00:45:03.649Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29112026-07-23T00:45:04.100Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29122026-07-23T00:51:15.397Z Finished `release` profile [optimized] target(s) in 8m 20s
29132026-07-23T00:52:00.993Z
29142026-07-23T00:52:00.993Zreal 9:07.146651805
29152026-07-23T00:52:00.993Zuser 1:18:21.117503434
29162026-07-23T00:52:00.993Zsys 3:27.650024207
29172026-07-23T00:52:00.993Ztrap 1.724948965
29182026-07-23T00:52:00.993Ztflt 2.390527877
29192026-07-23T00:52:01.000Zdflt 16.834771421
29202026-07-23T00:52:01.000Zkflt 0.006252000
29212026-07-23T00:52:01.000Zlock 6:39:19.260984460
29222026-07-23T00:52:01.000Zslp 2:11:03.967924651
29232026-07-23T00:52:01.000Zlat 2:20.128342804
29242026-07-23T00:52:01.000Zstop 5:14.544814219
29252026-07-23T00:52:01.000Z+ mapfile -t packages
29262026-07-23T00:52:01.000Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29272026-07-23T00:52:01.892Z Finished `release` profile [optimized] target(s) in 0.88s
29282026-07-23T00:52:01.964Z Running `target/release/omicron-package -t test list-outputs`
29292026-07-23T00:52:02.022ZLogging to: /work/oxidecomputer/omicron/out/LOG
29302026-07-23T00:52:02.025Z+ ptime -m cargo build --locked --release -p xtask
29312026-07-23T00:52:02.490Z Compiling libc v0.2.185
29322026-07-23T00:52:02.490Z Compiling serde_core v1.0.228
29332026-07-23T00:52:02.490Z Compiling serde v1.0.228
29342026-07-23T00:52:02.493Z Compiling rustix v1.1.3
29352026-07-23T00:52:02.493Z Compiling bitflags v2.11.0
29362026-07-23T00:52:02.612Z Compiling serde_json v1.0.150
29372026-07-23T00:52:02.648Z Compiling syn v2.0.117
29382026-07-23T00:52:02.648Z Compiling usdt-impl v0.5.0
29392026-07-23T00:52:02.668Z Compiling syn v1.0.109
29402026-07-23T00:52:02.680Z Compiling getrandom v0.4.1
29412026-07-23T00:52:02.692Z Compiling log v0.4.29
29422026-07-23T00:52:02.702Z Compiling indexmap v2.14.0
29432026-07-23T00:52:02.716Z Compiling fs-err v3.3.0
29442026-07-23T00:52:02.932Z Compiling once_cell v1.21.3
29452026-07-23T00:52:02.968Z Compiling heck v0.4.1
29462026-07-23T00:52:02.968Z Compiling anyhow v1.0.102
29472026-07-23T00:52:03.401Z Compiling thread-id v4.2.2
29482026-07-23T00:52:03.404Z Compiling errno v0.3.14
29492026-07-23T00:52:03.404Z Compiling memmap v0.7.0
29502026-07-23T00:52:04.170Z Compiling proc-macro-error v1.0.4
29512026-07-23T00:52:04.379Z Compiling terminal_size v0.4.3
29522026-07-23T00:52:04.379Z Compiling tempfile v3.25.0
29532026-07-23T00:52:04.411Z Compiling tabled_derive v0.7.0
29542026-07-23T00:52:04.475Z Compiling clap_builder v4.6.0
29552026-07-23T00:52:04.475Z Compiling textwrap v0.16.2
29562026-07-23T00:52:04.719Z Compiling camino v1.2.2
29572026-07-23T00:52:04.741Z Compiling cargo-platform v0.3.2
29582026-07-23T00:52:04.752Z Compiling semver v1.0.28
29592026-07-23T00:52:04.820Z Compiling pest_generator v2.8.6
29602026-07-23T00:52:05.082Z Compiling camino-tempfile v1.4.1
29612026-07-23T00:52:05.145Z Compiling tabled v0.15.0
29622026-07-23T00:52:05.346Z Compiling serde_derive v1.0.228
29632026-07-23T00:52:05.349Z Compiling thiserror-impl v1.0.69
29642026-07-23T00:52:05.349Z Compiling zerocopy-derive v0.7.35
29652026-07-23T00:52:05.349Z Compiling pest_derive v2.8.6
29662026-07-23T00:52:05.349Z Compiling scroll_derive v0.12.1
29672026-07-23T00:52:05.349Z Compiling thiserror-impl v2.0.18
29682026-07-23T00:52:05.349Z Compiling clap_derive v4.6.1
29692026-07-23T00:52:06.072Z Compiling scroll v0.12.0
29702026-07-23T00:52:06.220Z Compiling zerocopy v0.7.35
29712026-07-23T00:52:06.321Z Compiling goblin v0.8.2
29722026-07-23T00:52:06.549Z Compiling thiserror v1.0.69
29732026-07-23T00:52:06.663Z Compiling dtrace-parser v0.2.0
29742026-07-23T00:52:06.783Z Compiling thiserror v2.0.18
29752026-07-23T00:52:06.887Z Compiling clap v4.6.1
29762026-07-23T00:52:08.524Z Compiling dof v0.3.0
29772026-07-23T00:52:08.563Z Compiling toml_datetime v0.6.11
29782026-07-23T00:52:08.609Z Compiling serde_spanned v0.6.9
29792026-07-23T00:52:08.636Z Compiling serde_tokenstream v0.2.3
29802026-07-23T00:52:08.649Z Compiling macaddr v1.0.1
29812026-07-23T00:52:08.886Z Compiling toml_edit v0.22.27
29822026-07-23T00:52:08.899Z Compiling cargo_metadata v0.23.1
29832026-07-23T00:52:08.905Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29842026-07-23T00:52:09.255Z Compiling usdt-macro v0.5.0
29852026-07-23T00:52:09.255Z Compiling usdt-attr-macro v0.5.0
29862026-07-23T00:52:09.903Z Compiling usdt v0.5.0
29872026-07-23T00:52:10.403Z Compiling toml v0.8.23
29882026-07-23T00:52:10.832Z Compiling cargo_toml v0.21.0
29892026-07-23T00:52:15.262Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29902026-07-23T00:52:18.448Z Finished `release` profile [optimized] target(s) in 16.41s
29912026-07-23T00:52:18.586Z
29922026-07-23T00:52:18.586Zreal 16.526573960
29932026-07-23T00:52:18.586Zuser 2:05.061645279
29942026-07-23T00:52:18.586Zsys 13.946937130
29952026-07-23T00:52:18.589Ztrap 0.077966350
29962026-07-23T00:52:18.589Ztflt 0.501305156
29972026-07-23T00:52:18.589Zdflt 1.574020811
29982026-07-23T00:52:18.589Zkflt 0.000032880
29992026-07-23T00:52:18.589Zlock 4:29.650804687
30002026-07-23T00:52:18.589Zslp 2:43.119222183
30012026-07-23T00:52:18.589Zlat 4.709769518
30022026-07-23T00:52:18.589Zstop 15.178283635
30032026-07-23T00:52:18.589Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30042026-07-23T00:52:18.589Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30052026-07-23T00:52:18.589Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30062026-07-23T00:52:18.589Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30072026-07-23T00:52:18.589Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30082026-07-23T00:52:19.485Z Compiling progenitor-client v0.14.0
30092026-07-23T00:52:19.485Z Compiling newtype-uuid-macros v0.1.0
30102026-07-23T00:52:19.485Z Compiling match_cfg v0.1.0
30112026-07-23T00:52:19.490Z Compiling slog-json v2.6.1
30122026-07-23T00:52:19.490Z Compiling structmeta-derive v0.3.0
30132026-07-23T00:52:19.490Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30142026-07-23T00:52:19.634Z Compiling sha1 v0.11.0
30152026-07-23T00:52:19.638Z Compiling multer v3.1.0
30162026-07-23T00:52:19.638Z Compiling debug-ignore v1.0.5
30172026-07-23T00:52:19.646Z Compiling compression-core v0.4.31
30182026-07-23T00:52:19.650Z Compiling itertools v0.14.0
30192026-07-23T00:52:19.650Z Compiling async-stream-impl v0.3.6
30202026-07-23T00:52:19.650Z Compiling toml_datetime v1.1.1+spec-1.1.0
30212026-07-23T00:52:19.650Z Compiling serde_spanned v1.1.1
30222026-07-23T00:52:19.650Z Compiling dropshot v0.17.1
30232026-07-23T00:52:19.650Z Compiling toml_writer v1.1.1+spec-1.1.0
30242026-07-23T00:52:19.718Z Compiling hostname v0.3.1
30252026-07-23T00:52:19.833Z Compiling rustls-pemfile v2.2.0
30262026-07-23T00:52:19.916Z Compiling waitgroup v0.1.2
30272026-07-23T00:52:19.931Z Compiling dropshot_endpoint v0.17.1
30282026-07-23T00:52:19.935Z Compiling compression-codecs v0.4.37
30292026-07-23T00:52:20.001Z Compiling toml v1.1.2+spec-1.1.0
30302026-07-23T00:52:20.049Z Compiling slog-bunyan v2.5.0
30312026-07-23T00:52:20.086Z Compiling serde_path_to_error v0.1.20
30322026-07-23T00:52:20.089Z Compiling hostname v0.4.2
30332026-07-23T00:52:20.138Z Compiling async-compression v0.4.41
30342026-07-23T00:52:20.138Z Compiling atomicwrites v0.4.4
30352026-07-23T00:52:20.188Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30362026-07-23T00:52:20.206Z Compiling macaddr v1.0.1
30372026-07-23T00:52:20.224Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30382026-07-23T00:52:20.228Z Compiling instant v0.1.13
30392026-07-23T00:52:20.260Z Compiling regress v0.10.5
30402026-07-23T00:52:20.263Z Compiling backon v1.6.0
30412026-07-23T00:52:20.347Z Compiling backoff v0.4.0
30422026-07-23T00:52:20.376Z Compiling async-stream v0.3.6
30432026-07-23T00:52:20.392Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30442026-07-23T00:52:20.410Z Compiling humantime v2.3.0
30452026-07-23T00:52:20.443Z Compiling progenitor-extras v0.2.0
30462026-07-23T00:52:20.462Z Compiling half v2.7.1
30472026-07-23T00:52:20.481Z Compiling crucible-workspace-hack v0.1.0
30482026-07-23T00:52:20.500Z Compiling ciborium-io v0.2.2
30492026-07-23T00:52:20.570Z Compiling regress v0.11.1
30502026-07-23T00:52:20.588Z Compiling convert_case v0.4.0
30512026-07-23T00:52:20.620Z Compiling secrecy v0.10.3
30522026-07-23T00:52:20.637Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30532026-07-23T00:52:20.700Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30542026-07-23T00:52:20.717Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30552026-07-23T00:52:20.720Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30562026-07-23T00:52:20.770Z Compiling structmeta v0.3.0
30572026-07-23T00:52:20.770Z Compiling ciborium-ll v0.2.2
30582026-07-23T00:52:20.805Z Compiling inout v0.1.4
30592026-07-23T00:52:20.836Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30602026-07-23T00:52:20.856Z Compiling unsafe-libyaml v0.2.11
30612026-07-23T00:52:20.874Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30622026-07-23T00:52:20.894Z Compiling thiserror-impl-no-std v2.0.2
30632026-07-23T00:52:20.989Z Compiling derive_more v0.99.20
30642026-07-23T00:52:21.008Z Compiling ciborium v0.2.2
30652026-07-23T00:52:21.012Z Compiling derive-ex v0.1.8
30662026-07-23T00:52:21.045Z Compiling parse-display-derive v0.10.0
30672026-07-23T00:52:21.049Z Compiling cipher v0.4.4
30682026-07-23T00:52:21.081Z Compiling universal-hash v0.5.1
30692026-07-23T00:52:21.081Z Compiling opaque-debug v0.3.1
30702026-07-23T00:52:21.116Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30712026-07-23T00:52:21.186Z Compiling blake2 v0.10.6
30722026-07-23T00:52:21.236Z Compiling poly1305 v0.8.0
30732026-07-23T00:52:21.305Z Compiling chacha20 v0.9.1
30742026-07-23T00:52:21.335Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30752026-07-23T00:52:21.402Z Compiling serde_yaml v0.9.34+deprecated
30762026-07-23T00:52:21.574Z Compiling aead v0.5.2
30772026-07-23T00:52:21.591Z Compiling password-hash v0.5.0
30782026-07-23T00:52:21.612Z Compiling toml_datetime v0.7.5+spec-1.1.0
30792026-07-23T00:52:21.629Z Compiling indent_write v2.2.0
30802026-07-23T00:52:21.755Z Compiling chacha20poly1305 v0.10.1
30812026-07-23T00:52:21.785Z Compiling toml_edit v0.23.10+spec-1.0.0
30822026-07-23T00:52:21.805Z Compiling darling_core v0.21.3
30832026-07-23T00:52:21.879Z Compiling argon2 v0.5.3
30842026-07-23T00:52:21.926Z Compiling heapless v0.8.0
30852026-07-23T00:52:22.004Z Compiling tabwriter v1.4.1
30862026-07-23T00:52:22.021Z Compiling hash32 v0.3.1
30872026-07-23T00:52:22.140Z Compiling thiserror-no-std v2.0.2
30882026-07-23T00:52:22.200Z Compiling typify-impl v0.6.2
30892026-07-23T00:52:22.252Z Compiling vsss-rs v3.3.4
30902026-07-23T00:52:22.269Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30912026-07-23T00:52:22.482Z Compiling proc-macro-crate v3.4.0
30922026-07-23T00:52:22.555Z Compiling smoltcp v0.11.0
30932026-07-23T00:52:22.775Z Compiling test-strategy v0.4.5
30942026-07-23T00:52:22.833Z Compiling parse-display v0.10.0
30952026-07-23T00:52:22.876Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30962026-07-23T00:52:22.965Z Compiling cobs v0.3.0
30972026-07-23T00:52:23.074Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30982026-07-23T00:52:23.078Z Compiling num_enum_derive v0.7.6
30992026-07-23T00:52:23.149Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31002026-07-23T00:52:23.166Z Compiling colored v3.1.1
31012026-07-23T00:52:23.187Z Compiling postcard v1.1.3
31022026-07-23T00:52:23.205Z Compiling proc-macro-error v1.0.4
31032026-07-23T00:52:23.411Z Compiling proc-macro-crate v1.3.1
31042026-07-23T00:52:23.474Z Compiling rand v0.10.1
31052026-07-23T00:52:23.553Z Compiling foreign-types-macros v0.2.3
31062026-07-23T00:52:23.591Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31072026-07-23T00:52:23.610Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31082026-07-23T00:52:23.614Z Compiling foreign-types-shared v0.3.1
31092026-07-23T00:52:23.644Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31102026-07-23T00:52:23.745Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31112026-07-23T00:52:23.855Z Compiling rayon-core v1.13.0
31122026-07-23T00:52:23.907Z Compiling num_enum_derive v0.5.11
31132026-07-23T00:52:23.910Z Compiling crossbeam-deque v0.8.6
31142026-07-23T00:52:23.970Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31152026-07-23T00:52:24.063Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31162026-07-23T00:52:24.106Z Compiling cstr-argument v0.1.2
31172026-07-23T00:52:24.129Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31182026-07-23T00:52:24.219Z Compiling foreign-types v0.5.0
31192026-07-23T00:52:24.281Z Compiling num_enum v0.7.6
31202026-07-23T00:52:24.301Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31212026-07-23T00:52:24.323Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31222026-07-23T00:52:24.364Z Compiling darling_macro v0.21.3
31232026-07-23T00:52:24.408Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31242026-07-23T00:52:24.427Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31252026-07-23T00:52:24.446Z Compiling zone_cfg_derive v0.3.1
31262026-07-23T00:52:24.451Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31272026-07-23T00:52:24.483Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31282026-07-23T00:52:24.604Z Compiling rayon v1.11.0
31292026-07-23T00:52:24.636Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31302026-07-23T00:52:24.655Z Compiling itertools v0.12.1
31312026-07-23T00:52:24.658Z Compiling num-derive v0.4.2
31322026-07-23T00:52:24.702Z Compiling sigpipe v0.1.3
31332026-07-23T00:52:24.815Z Compiling glob v0.3.3
31342026-07-23T00:52:24.834Z Compiling cpubits v0.1.1
31352026-07-23T00:52:24.868Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31362026-07-23T00:52:24.893Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31372026-07-23T00:52:24.933Z Compiling darling v0.21.3
31382026-07-23T00:52:24.949Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31392026-07-23T00:52:25.028Z Compiling smf v0.2.3
31402026-07-23T00:52:25.046Z Compiling num_enum v0.5.11
31412026-07-23T00:52:25.050Z Compiling ingot-macros v0.1.1
31422026-07-23T00:52:25.156Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31432026-07-23T00:52:25.182Z Compiling whoami v1.6.1
31442026-07-23T00:52:25.198Z Compiling usdt-attr-macro v0.5.0
31452026-07-23T00:52:25.216Z Compiling usdt-macro v0.5.0
31462026-07-23T00:52:25.216Z Compiling gethostname v0.5.0
31472026-07-23T00:52:25.247Z Compiling num-rational v0.4.2
31482026-07-23T00:52:25.482Z Compiling pem-rfc7468 v1.0.0
31492026-07-23T00:52:25.501Z Compiling num-complex v0.4.6
31502026-07-23T00:52:25.581Z Compiling derive-where v1.6.0
31512026-07-23T00:52:25.649Z Compiling memmap v0.7.0
31522026-07-23T00:52:25.668Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31532026-07-23T00:52:25.812Z Compiling zone v0.3.1
31542026-07-23T00:52:25.849Z Compiling num v0.4.3
31552026-07-23T00:52:25.866Z Compiling float-ord v0.3.2
31562026-07-23T00:52:25.922Z Compiling toml v0.8.23
31572026-07-23T00:52:25.942Z Compiling hmac v0.13.0
31582026-07-23T00:52:25.959Z Compiling universal-hash v0.6.1
31592026-07-23T00:52:26.015Z Compiling resolv-conf v0.7.6
31602026-07-23T00:52:26.054Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31612026-07-23T00:52:26.071Z Compiling usdt v0.5.0
31622026-07-23T00:52:26.090Z Compiling cancel-safe-futures v0.1.5
31632026-07-23T00:52:26.122Z Compiling polyval v0.7.1
31642026-07-23T00:52:26.151Z Compiling der v0.8.0
31652026-07-23T00:52:26.170Z Compiling prettyplease v0.2.37
31662026-07-23T00:52:26.208Z Compiling pbkdf2 v0.13.0
31672026-07-23T00:52:26.343Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31682026-07-23T00:52:26.378Z Compiling ghash v0.6.0
31692026-07-23T00:52:26.393Z Compiling aes v0.9.1
31702026-07-23T00:52:26.394Z Compiling console v0.15.11
31712026-07-23T00:52:26.446Z Compiling newline-converter v0.3.0
31722026-07-23T00:52:26.484Z Compiling hickory-proto v0.24.4
31732026-07-23T00:52:26.529Z Compiling ctr v0.10.1
31742026-07-23T00:52:26.545Z Compiling aead v0.6.1
31752026-07-23T00:52:26.571Z Compiling sha2 v0.11.0
31762026-07-23T00:52:26.604Z Compiling linked-hash-map v0.5.6
31772026-07-23T00:52:26.736Z Compiling linear-map v1.2.0
31782026-07-23T00:52:26.762Z Compiling libefi-sys v0.1.0
31792026-07-23T00:52:26.766Z Compiling expectorate v1.2.0
31802026-07-23T00:52:26.815Z Compiling lru-cache v0.1.2
31812026-07-23T00:52:26.818Z Compiling typify-macro v0.6.2
31822026-07-23T00:52:26.947Z Compiling aes-gcm v0.11.0
31832026-07-23T00:52:26.965Z Compiling crypto-bigint v0.7.5
31842026-07-23T00:52:26.968Z Compiling salsa20 v0.11.0
31852026-07-23T00:52:27.015Z Compiling oxide-update-engine-types v0.1.2
31862026-07-23T00:52:27.018Z Compiling cbc v0.2.1
31872026-07-23T00:52:27.072Z Compiling spki v0.8.0
31882026-07-23T00:52:27.156Z Compiling bitfield-struct v0.6.2
31892026-07-23T00:52:27.174Z Compiling nom v8.0.0
31902026-07-23T00:52:27.234Z Compiling semver v0.1.20
31912026-07-23T00:52:27.318Z Compiling scrypt v0.12.0
31922026-07-23T00:52:27.434Z Compiling tokio-dtrace v0.1.1
31932026-07-23T00:52:27.536Z Compiling rustc_version v0.1.7
31942026-07-23T00:52:27.555Z Compiling dropshot-api-manager-types v0.7.2
31952026-07-23T00:52:27.622Z Compiling slog-dtrace v0.3.0
31962026-07-23T00:52:27.639Z Compiling minimal-lexical v0.2.1
31972026-07-23T00:52:27.726Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31982026-07-23T00:52:27.802Z Compiling newtype_derive v0.1.6
31992026-07-23T00:52:27.827Z Compiling oxide-tokio-rt v0.1.4
32002026-07-23T00:52:27.888Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32012026-07-23T00:52:27.902Z Compiling nom v7.1.3
32022026-07-23T00:52:27.921Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32032026-07-23T00:52:27.936Z Compiling pkcs5 v0.8.1
32042026-07-23T00:52:27.999Z Compiling ingot-types v0.1.2
32052026-07-23T00:52:28.040Z Compiling oxide-update-engine v0.1.2
32062026-07-23T00:52:28.144Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32072026-07-23T00:52:28.159Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32082026-07-23T00:52:28.175Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32092026-07-23T00:52:28.205Z Compiling phf_shared v0.12.1
32102026-07-23T00:52:28.278Z Compiling csv-core v0.1.13
32112026-07-23T00:52:28.409Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32122026-07-23T00:52:28.478Z Compiling ingot v0.1.1
32132026-07-23T00:52:28.478Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32142026-07-23T00:52:28.552Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32152026-07-23T00:52:28.556Z Compiling unicode-xid v0.2.6
32162026-07-23T00:52:28.601Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32172026-07-23T00:52:28.619Z Compiling xshell-macros v0.2.7
32182026-07-23T00:52:28.680Z Compiling typify v0.6.2
32192026-07-23T00:52:28.698Z Compiling hickory-resolver v0.24.4
32202026-07-23T00:52:28.713Z Compiling chrono-tz v0.10.4
32212026-07-23T00:52:28.815Z Compiling progenitor-impl v0.14.0
32222026-07-23T00:52:28.833Z Compiling highway v1.3.0
32232026-07-23T00:52:28.963Z Compiling const_format_proc_macros v0.2.34
32242026-07-23T00:52:29.065Z Compiling xshell v0.2.7
32252026-07-23T00:52:29.222Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32262026-07-23T00:52:29.388Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32272026-07-23T00:52:29.527Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32282026-07-23T00:52:29.599Z Compiling csv v1.4.0
32292026-07-23T00:52:29.635Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32302026-07-23T00:52:29.816Z Compiling qorb v0.4.1
32312026-07-23T00:52:29.884Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32322026-07-23T00:52:29.946Z Compiling phf v0.12.1
32332026-07-23T00:52:30.127Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32342026-07-23T00:52:30.150Z Compiling pkcs8 v0.11.0
32352026-07-23T00:52:30.303Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32362026-07-23T00:52:30.320Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32372026-07-23T00:52:30.354Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32382026-07-23T00:52:30.478Z Compiling owo-colors v4.3.0
32392026-07-23T00:52:30.557Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32402026-07-23T00:52:30.618Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32412026-07-23T00:52:30.667Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32422026-07-23T00:52:30.917Z Compiling const_format v0.2.35
32432026-07-23T00:52:30.936Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32442026-07-23T00:52:30.986Z Compiling tabled_derive v0.7.0
32452026-07-23T00:52:31.396Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32462026-07-23T00:52:31.460Z Compiling bcs v0.1.6
32472026-07-23T00:52:31.484Z Compiling ff v0.14.0
32482026-07-23T00:52:31.531Z Compiling progenitor-macro v0.14.0
32492026-07-23T00:52:31.656Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32502026-07-23T00:52:31.797Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32512026-07-23T00:52:31.836Z Compiling salty v0.3.0
32522026-07-23T00:52:31.889Z Compiling tagptr v0.2.0
32532026-07-23T00:52:32.059Z Compiling termtree v0.5.1
32542026-07-23T00:52:32.065Z Compiling textwrap v0.16.2
32552026-07-23T00:52:32.083Z Compiling tabled v0.15.0
32562026-07-23T00:52:32.101Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32572026-07-23T00:52:32.152Z Compiling moka v0.12.13
32582026-07-23T00:52:32.184Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32592026-07-23T00:52:32.349Z Compiling steno v0.4.1
32602026-07-23T00:52:32.373Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32612026-07-23T00:52:32.413Z Compiling sha1 v0.10.6
32622026-07-23T00:52:32.479Z Compiling signature v3.0.0
32632026-07-23T00:52:32.526Z Compiling radium v0.7.0
32642026-07-23T00:52:32.563Z Compiling base16ct v1.0.0
32652026-07-23T00:52:32.690Z Compiling base64 v0.21.7
32662026-07-23T00:52:32.776Z Compiling sec1 v0.8.1
32672026-07-23T00:52:32.848Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32682026-07-23T00:52:32.981Z Compiling hickory-resolver v0.25.2
32692026-07-23T00:52:33.019Z Compiling group v0.14.0
32702026-07-23T00:52:33.049Z Compiling hkdf v0.13.0
32712026-07-23T00:52:33.058Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32722026-07-23T00:52:33.105Z Compiling rfc6979 v0.4.0
32732026-07-23T00:52:33.138Z Compiling maybe-uninit v2.0.0
32742026-07-23T00:52:33.231Z Compiling tap v1.0.1
32752026-07-23T00:52:33.231Z Compiling ecdsa v0.16.9
32762026-07-23T00:52:33.268Z Compiling elliptic-curve v0.14.0-rc.33
32772026-07-23T00:52:33.394Z Compiling wyz v0.5.1
32782026-07-23T00:52:33.692Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32792026-07-23T00:52:33.724Z Compiling primeorder v0.13.6
32802026-07-23T00:52:33.805Z Compiling proc-macro-error-attr2 v2.0.0
32812026-07-23T00:52:33.865Z Compiling utf-8 v0.7.6
32822026-07-23T00:52:34.087Z Compiling funty v2.0.0
32832026-07-23T00:52:34.125Z Compiling packed_struct v0.10.1
32842026-07-23T00:52:34.125Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32852026-07-23T00:52:34.125Z Compiling parking_lot_core v0.8.6
32862026-07-23T00:52:34.300Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32872026-07-23T00:52:34.319Z Compiling proc-macro-error2 v2.0.1
32882026-07-23T00:52:34.366Z Compiling bitvec v1.0.1
32892026-07-23T00:52:34.410Z Compiling tungstenite v0.21.0
32902026-07-23T00:52:34.438Z Compiling p384 v0.13.1
32912026-07-23T00:52:34.594Z Compiling rfc6979 v0.5.0
32922026-07-23T00:52:34.667Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32932026-07-23T00:52:34.693Z Compiling git-stub v1.0.0
32942026-07-23T00:52:34.781Z Compiling packed_struct_codegen v0.10.1
32952026-07-23T00:52:34.988Z Compiling num-derive v0.3.3
32962026-07-23T00:52:34.994Z Compiling bitfield-macros v0.19.4
32972026-07-23T00:52:35.005Z Compiling zerocopy-derive v0.6.6
32982026-07-23T00:52:35.014Z Compiling indexmap v1.9.3
32992026-07-23T00:52:35.035Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33002026-07-23T00:52:35.041Z Compiling crc-catalog v2.4.0
33012026-07-23T00:52:35.179Z Compiling nodrop v0.1.14
33022026-07-23T00:52:35.292Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33032026-07-23T00:52:35.306Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33042026-07-23T00:52:35.324Z Compiling array-init v0.0.4
33052026-07-23T00:52:35.367Z Compiling crc v3.4.0
33062026-07-23T00:52:35.424Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33072026-07-23T00:52:35.565Z Compiling tokio-tungstenite v0.21.0
33082026-07-23T00:52:35.582Z Compiling git-stub-vcs v0.1.0
33092026-07-23T00:52:35.600Z Compiling ecdsa v0.17.0-rc.18
33102026-07-23T00:52:35.706Z Compiling tabled_derive v0.11.0
33112026-07-23T00:52:35.766Z Compiling bitfield v0.19.4
33122026-07-23T00:52:35.867Z Compiling smallvec v0.6.14
33132026-07-23T00:52:35.938Z Compiling zerocopy v0.6.6
33142026-07-23T00:52:35.956Z Compiling libscf-sys v1.1.0
33152026-07-23T00:52:35.985Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33162026-07-23T00:52:36.062Z Compiling primeorder v0.14.0-rc.10
33172026-07-23T00:52:36.092Z Compiling primefield v0.14.0
33182026-07-23T00:52:36.115Z Compiling progenitor-impl v0.13.0
33192026-07-23T00:52:36.134Z Compiling papergrid v0.17.0
33202026-07-23T00:52:36.154Z Compiling testing_table v0.3.0
33212026-07-23T00:52:36.221Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33222026-07-23T00:52:36.301Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33232026-07-23T00:52:36.332Z Compiling curve25519-dalek v5.0.0-rc.0
33242026-07-23T00:52:36.350Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33252026-07-23T00:52:36.353Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33262026-07-23T00:52:36.415Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33272026-07-23T00:52:36.433Z Compiling hashbrown v0.12.3
33282026-07-23T00:52:36.544Z Compiling unicase v2.9.0
33292026-07-23T00:52:36.604Z Compiling progenitor v0.14.0
33302026-07-23T00:52:36.620Z Compiling corncobs v0.1.4
33312026-07-23T00:52:36.665Z Compiling illumos-nvpair-sys v0.2.0
33322026-07-23T00:52:36.739Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33332026-07-23T00:52:36.821Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33342026-07-23T00:52:36.833Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33352026-07-23T00:52:36.833Z Compiling mime_guess v2.0.5
33362026-07-23T00:52:36.834Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33372026-07-23T00:52:36.938Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33382026-07-23T00:52:36.996Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33392026-07-23T00:52:37.034Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33402026-07-23T00:52:37.052Z Compiling parking_lot v0.11.2
33412026-07-23T00:52:37.245Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33422026-07-23T00:52:37.259Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33432026-07-23T00:52:37.302Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33442026-07-23T00:52:37.320Z Compiling tabled v0.20.0
33452026-07-23T00:52:37.321Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33462026-07-23T00:52:37.354Z Compiling serde-hex v0.1.0
33472026-07-23T00:52:37.406Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33482026-07-23T00:52:37.697Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33492026-07-23T00:52:37.704Z Compiling ron v0.8.1
33502026-07-23T00:52:37.713Z Compiling ssh-encoding v0.3.0-rc.9
33512026-07-23T00:52:37.834Z Compiling hashbrown v0.13.2
33522026-07-23T00:52:37.903Z Compiling progenitor-client v0.13.0
33532026-07-23T00:52:38.003Z Compiling prefix-trie v0.7.0
33542026-07-23T00:52:38.061Z Compiling fxhash v0.2.1
33552026-07-23T00:52:38.245Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33562026-07-23T00:52:38.355Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33572026-07-23T00:52:38.423Z Compiling secrecy v0.8.0
33582026-07-23T00:52:38.647Z Compiling crc-any v2.5.0
33592026-07-23T00:52:38.704Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33602026-07-23T00:52:38.767Z Compiling progenitor-macro v0.13.0
33612026-07-23T00:52:38.963Z Compiling hickory-server v0.25.2
33622026-07-23T00:52:39.159Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33632026-07-23T00:52:39.320Z Compiling object v0.30.4
33642026-07-23T00:52:39.454Z Compiling sled v0.34.7
33652026-07-23T00:52:39.496Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33662026-07-23T00:52:39.544Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33672026-07-23T00:52:39.933Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33682026-07-23T00:52:40.000Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33692026-07-23T00:52:40.069Z Compiling ed25519 v3.0.0
33702026-07-23T00:52:40.163Z Compiling crypto-primes v0.7.2
33712026-07-23T00:52:40.514Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33722026-07-23T00:52:40.659Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33732026-07-23T00:52:40.788Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33742026-07-23T00:52:40.918Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33752026-07-23T00:52:41.162Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33762026-07-23T00:52:41.211Z Compiling pkcs1 v0.8.0-rc.4
33772026-07-23T00:52:41.231Z Compiling poly1305 v0.9.0
33782026-07-23T00:52:41.423Z Compiling blowfish v0.10.0
33792026-07-23T00:52:41.438Z Compiling blake2 v0.11.0-rc.6
33802026-07-23T00:52:41.857Z Compiling keccak v0.2.0
33812026-07-23T00:52:41.910Z Compiling crc8 v0.1.1
33822026-07-23T00:52:41.910Z Compiling path-slash v0.1.5
33832026-07-23T00:52:41.910Z Compiling half v1.8.3
33842026-07-23T00:52:41.910Z Compiling http-range v0.1.5
33852026-07-23T00:52:41.910Z Compiling fiat-crypto v0.3.0
33862026-07-23T00:52:41.953Z Compiling sha3 v0.11.0
33872026-07-23T00:52:42.044Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33882026-07-23T00:52:42.056Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33892026-07-23T00:52:42.056Z Compiling serde_cbor v0.11.2
33902026-07-23T00:52:42.088Z Compiling argon2 v0.6.0-rc.8
33912026-07-23T00:52:42.131Z Compiling bcrypt-pbkdf v0.11.0
33922026-07-23T00:52:42.627Z Compiling ssh-cipher v0.3.0-rc.9
33932026-07-23T00:52:42.669Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33942026-07-23T00:52:42.669Z Compiling rsa v0.10.0-rc.18
33952026-07-23T00:52:42.669Z Compiling ed25519-dalek v3.0.0-rc.0
33962026-07-23T00:52:42.701Z Compiling illumos-nvpair v0.3.0
33972026-07-23T00:52:43.024Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33982026-07-23T00:52:43.884Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33992026-07-23T00:52:43.884Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34002026-07-23T00:52:43.943Z Compiling p521 v0.14.0-rc.10
34012026-07-23T00:52:43.943Z Compiling p256 v0.14.0-rc.10
34022026-07-23T00:52:43.943Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34032026-07-23T00:52:43.944Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34042026-07-23T00:52:43.944Z Compiling yasna v0.5.2
34052026-07-23T00:52:43.944Z Compiling kstat-rs v0.2.4
34062026-07-23T00:52:43.944Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34072026-07-23T00:52:43.944Z Compiling progenitor v0.13.0
34082026-07-23T00:52:43.944Z Compiling headers-core v0.3.0
34092026-07-23T00:52:43.944Z Compiling kem v0.3.0
34102026-07-23T00:52:43.976Z Compiling module-lattice v0.2.3
34112026-07-23T00:52:43.976Z Compiling nanorand v0.7.0
34122026-07-23T00:52:43.976Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34132026-07-23T00:52:44.056Z Compiling atty v0.2.14
34142026-07-23T00:52:44.086Z Compiling headers v0.4.1
34152026-07-23T00:52:44.086Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34162026-07-23T00:52:44.086Z Compiling rcgen v0.12.1
34172026-07-23T00:52:44.104Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
34182026-07-23T00:52:44.187Z Compiling flume v0.11.1
34192026-07-23T00:52:44.242Z Compiling ml-kem v0.3.2
34202026-07-23T00:52:44.441Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34212026-07-23T00:52:44.540Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34222026-07-23T00:52:44.558Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34232026-07-23T00:52:45.023Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34242026-07-23T00:52:45.131Z Compiling hyper-staticfile v0.10.1
34252026-07-23T00:52:45.132Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34262026-07-23T00:52:45.278Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34272026-07-23T00:52:45.287Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
34282026-07-23T00:52:45.334Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34292026-07-23T00:52:45.443Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34302026-07-23T00:52:45.488Z Compiling russh-cryptovec v0.61.0
34312026-07-23T00:52:45.549Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34322026-07-23T00:52:45.790Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34332026-07-23T00:52:45.974Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34342026-07-23T00:52:46.098Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34352026-07-23T00:52:46.487Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34362026-07-23T00:52:46.501Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34372026-07-23T00:52:46.501Z Compiling internal-russh-num-bigint v0.5.0
34382026-07-23T00:52:46.501Z Compiling port-file v0.1.0
34392026-07-23T00:52:46.502Z Compiling num-bigint v0.4.6
34402026-07-23T00:52:46.661Z Compiling generic-array v1.4.3
34412026-07-23T00:52:46.802Z Compiling russh-util v0.52.0
34422026-07-23T00:52:46.870Z Compiling enum_dispatch v0.3.13
34432026-07-23T00:52:47.016Z Compiling delegate v0.13.5
34442026-07-23T00:52:47.136Z Compiling subprocess v0.2.15
34452026-07-23T00:52:47.137Z Compiling p384 v0.14.0-rc.10
34462026-07-23T00:52:47.358Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34472026-07-23T00:52:47.394Z Compiling display-error-chain v0.2.2
34482026-07-23T00:52:47.590Z Compiling md5 v0.8.0
34492026-07-23T00:52:47.590Z Compiling hex-literal v1.1.0
34502026-07-23T00:52:47.675Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34512026-07-23T00:52:47.746Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34522026-07-23T00:52:47.746Z Compiling colored v2.2.0
34532026-07-23T00:52:47.746Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34542026-07-23T00:52:47.757Z Compiling socket2 v0.5.10
34552026-07-23T00:52:47.757Z Compiling internet-checksum v0.2.1
34562026-07-23T00:52:48.884Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34572026-07-23T00:52:49.256Z Compiling ssh-key v0.7.0-rc.10
34582026-07-23T00:52:49.555Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34592026-07-23T00:52:50.176Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34602026-07-23T00:52:50.565Z Compiling russh v0.61.2
34612026-07-23T00:52:51.197Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34622026-07-23T00:52:51.975Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34632026-07-23T00:53:00.193Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34642026-07-23T00:53:00.193Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34652026-07-23T00:53:00.255Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34662026-07-23T00:53:00.255Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34672026-07-23T00:53:01.877Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34682026-07-23T00:53:01.918Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34692026-07-23T00:53:05.866Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34702026-07-23T00:53:45.291Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34712026-07-23T00:53:45.503Z
34722026-07-23T00:53:45.503Zreal 1:26.850270537
34732026-07-23T00:53:45.503Zuser 8:42.084306130
34742026-07-23T00:53:45.503Zsys 1:43.204069747
34752026-07-23T00:53:45.503Ztrap 0.260357670
34762026-07-23T00:53:45.503Ztflt 0.387683462
34772026-07-23T00:53:45.507Zdflt 1.626005081
34782026-07-23T00:53:45.507Zkflt 0.000531740
34792026-07-23T00:53:45.507Zlock 30:53.588766012
34802026-07-23T00:53:45.507Zslp 19:53.515487906
34812026-07-23T00:53:45.507Zlat 40.890701758
34822026-07-23T00:53:45.507Zstop 3:05.458924770
34832026-07-23T00:53:45.507Z+ mkdir tests
34842026-07-23T00:53:45.507Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34852026-07-23T00:53:45.507Z+ xargs -I '{}' -t cp '{}' tests/
34862026-07-23T00:53:45.528Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-e4c9c7ae0bb0dfef tests/
34872026-07-23T00:53:45.554Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ea78505dc2dc167f tests/
34882026-07-23T00:53:45.584Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-33515beb2d6ed64a tests/
34892026-07-23T00:53:45.627Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-fe05326eebb245d2 tests/
34902026-07-23T00:53:45.947Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/* tools/opte_version tools/opte_version_override)
34912026-07-23T00:53:46.028Z+ ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-ea78505dc2dc167f tests/commtest-33515beb2d6ed64a tests/dhcp_server-e4c9c7ae0bb0dfef tests/end_to_end_tests-fe05326eebb245d2 tools/opte_version tools/opte_version_override out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
34922026-07-23T00:55:05.392ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34932026-07-23T00:55:05.392Za .github/buildomat/ci-env.sh 1K
34942026-07-23T00:55:05.392Za out/target/test 1K
34952026-07-23T00:55:05.392Za out/npuzone/npuzone 27402K
34962026-07-23T00:55:05.392Za package-manifest.toml 35K
34972026-07-23T00:55:05.392Za smf/sled-agent/non-gimlet/config.toml 6K
34982026-07-23T00:55:05.392Za target/release/omicron-package 40702K
34992026-07-23T00:55:05.392Za target/release/xtask 10468K
35002026-07-23T00:55:05.392Za target/debug/bootstrap 349604K
35012026-07-23T00:55:05.392Za tests/bootstrap-ea78505dc2dc167f 31974K
35022026-07-23T00:55:05.392Za tests/commtest-33515beb2d6ed64a 32169K
35032026-07-23T00:55:05.392Za tests/dhcp_server-e4c9c7ae0bb0dfef 31974K
35042026-07-23T00:55:05.392Za tests/end_to_end_tests-fe05326eebb245d2 399480K
35052026-07-23T00:55:05.392Za tools/opte_version 1K
35062026-07-23T00:55:05.392Za tools/opte_version_override 2K
35072026-07-23T00:55:05.392Za out/clickhouse.tar.gz 310685K
35082026-07-23T00:55:05.392Za out/clickhouse_keeper.tar.gz 297157K
35092026-07-23T00:55:05.392Za out/clickhouse_server.tar.gz 310683K
35102026-07-23T00:55:05.392Za out/cockroachdb.tar.gz 161716K
35112026-07-23T00:55:05.392Za out/crucible-pantry-zone.tar.gz 39101K
35122026-07-23T00:55:05.392Za out/crucible-utils.tar 18900K
35132026-07-23T00:55:05.392Za out/crucible-zone.tar.gz 53797K
35142026-07-23T00:55:05.392Za out/external-dns.tar.gz 46144K
35152026-07-23T00:55:05.392Za out/internal-dns.tar.gz 46143K
35162026-07-23T00:55:05.392Za out/mg-ddm-gz.tar 102717K
35172026-07-23T00:55:05.392Za out/nexus.tar.gz 272900K
35182026-07-23T00:55:05.392Za out/ntp.tar.gz 29898K
35192026-07-23T00:55:05.392Za out/omicron-gateway-softnpu.tar.gz 27701K
35202026-07-23T00:55:05.392Za out/omicron-sled-agent.tar 191392K
35212026-07-23T00:55:05.392Za out/overlay.tar.gz 4K
35222026-07-23T00:55:05.392Za out/oximeter.tar.gz 59897K
35232026-07-23T00:55:05.392Za out/oxlog.tar 3808K
35242026-07-23T00:55:05.393Za out/probe.tar.gz 3037K
35252026-07-23T00:55:05.393Za out/propolis-server.tar.gz 34372K
35262026-07-23T00:55:05.393Za out/pumpkind-gz.tar 26647K
35272026-07-23T00:55:05.393Za out/switch-softnpu.tar.gz 449818K
35282026-07-23T00:55:05.398Z
35292026-07-23T00:55:05.398Zreal 1:19.448268398
35302026-07-23T00:55:05.398Zuser 1:16.866225126
35312026-07-23T00:55:05.398Zsys 4.346180242
35322026-07-23T00:55:05.398Ztrap 0.005812022
35332026-07-23T00:55:05.398Ztflt 0.000000000
35342026-07-23T00:55:05.398Zdflt 0.000000000
35352026-07-23T00:55:05.398Zkflt 0.000000000
35362026-07-23T00:55:05.398Zlock 0.000000000
35372026-07-23T00:55:05.398Zslp 1:16.734515997
35382026-07-23T00:55:05.398Zlat 0.938744593
35392026-07-23T00:55:05.398Zstop 0.000548970
35402026-07-23T00:55:05.398Zprocess exited: duration 942053 ms, exit code 0
 
35412026-07-23T00:55:05.412Zfound 1 output files
35422026-07-23T00:55:05.412Zuploading: /work/package.tar.gz (2482403218 bytes)
35432026-07-23T00:55:45.322Zuploaded: /work/package.tar.gz