01KXEZ67XEQ1VENMCJXYVJ0Z6X: 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: 01KXEZ6T3CD2E3NBQPC5327XZA

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-14T00:08:39.598Zjob assigned to worker 01KXEZ6ZBDV7ENVF9FRZRMYGCT [factory aws, i-00353f70aa7e208bf] (queued for 58 s)
 
22026-07-14T00:08:46.957Zstarting task 0: "setup"
32026-07-14T00:08:46.961Z++ uname -s
42026-07-14T00:08:46.964Z+ kern=SunOS
52026-07-14T00:08:46.964Z+ build_user=build
62026-07-14T00:08:46.964Z+ build_uid=12345
72026-07-14T00:08:46.964Z+ work_dir=/work
82026-07-14T00:08:46.964Z+ input_dir=/input
92026-07-14T00:08:46.964Z+ [[ 0 == 12345 ]]
102026-07-14T00:08:46.964Z+ case "$kern" in
112026-07-14T00:08:46.964Z+ groupadd -g 12345 build
122026-07-14T00:08:46.967Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-14T00:08:48.974Z+ zfs create -o mountpoint=/work rpool/work
142026-07-14T00:08:49.059Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-14T00:08:49.062Z+ home_fs=zfs
162026-07-14T00:08:49.062Z+ [[ zfs == autofs ]]
172026-07-14T00:08:49.063Z+ mkdir -p /home/build
182026-07-14T00:08:49.063Z+ chown build:build /home/build /work
192026-07-14T00:08:51.064Z+ chmod 0700 /home/build /work
202026-07-14T00:08:51.067Zprocess exited: duration 4112 ms, exit code 0
 
212026-07-14T00:08:51.072Zstarting task 1: "rust-toolchain"
222026-07-14T00:08:51.079Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-14T00:08:51.079Z * rust toolchain channel = "1.96.1"
242026-07-14T00:08:51.079Z * rust toolchain profile = "default"
252026-07-14T00:08:51.079Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-14T00:08:51.079Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-14T00:08:51.079Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-14T00:08:51.082Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-14T00:08:51.082Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-14T00:08:51.143Zinfo: downloading installer
312026-07-14T00:08:52.613Zwarn: It looks like you have an existing rustup settings file at:
322026-07-14T00:08:52.613Zwarn: /home/build/.rustup/settings.toml
332026-07-14T00:08:52.613Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-14T00:08:52.613Zwarn: instead of the one inferred from the default host triple.
352026-07-14T00:08:52.624Zinfo: profile set to default
362026-07-14T00:08:52.624Zinfo: default host triple is x86_64-unknown-illumos
372026-07-14T00:08:52.627Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-14T00:08:52.774Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-14T00:08:52.776Zinfo: downloading 6 components
402026-07-14T00:09:07.735Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-14T00:09:07.735Z
422026-07-14T00:09:07.768Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-14T00:09:07.768Z
442026-07-14T00:09:07.768Z
452026-07-14T00:09:07.768ZRust is installed now. Great!
462026-07-14T00:09:07.768Z
472026-07-14T00:09:07.768ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-14T00:09:07.768Zenvironment variable. This has not been done automatically.
492026-07-14T00:09:07.768Z
502026-07-14T00:09:07.768ZTo configure your current shell, you need to source
512026-07-14T00:09:07.768Zthe corresponding env file under $HOME/.cargo.
522026-07-14T00:09:07.768Z
532026-07-14T00:09:07.768ZThis is usually done by running one of the following (note the leading DOT):
542026-07-14T00:09:07.768Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-14T00:09:07.768Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-14T00:09:07.768Zsource "~/.cargo/env.nu" # For nushell
572026-07-14T00:09:07.768Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-14T00:09:07.768Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-14T00:09:07.768Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-14T00:09:07.772Zwarn: no default linker (`cc`) was found in your PATH
612026-07-14T00:09:07.772Zwarn: many Rust crates require a system C toolchain to build
622026-07-14T00:09:07.864Z+ rustup --version
632026-07-14T00:09:07.870Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-14T00:09:07.873Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-14T00:09:07.893Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-14T00:09:07.896Z+ cargo --version
672026-07-14T00:09:07.903Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-14T00:09:07.906Z+ rustc --version
692026-07-14T00:09:07.926Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-14T00:09:07.930Zprocess exited: duration 16856 ms, exit code 0
 
712026-07-14T00:09:07.936Zstarting task 2: "authentication"
722026-07-14T00:09:07.954Zprocess exited: duration 18 ms, exit code 0
 
732026-07-14T00:09:07.960Zstarting task 3: "clone repository"
742026-07-14T00:09:07.964Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-14T00:09:07.967Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-14T00:09:08.019ZCloning into '/work/oxidecomputer/omicron'...
772026-07-14T00:09:19.109Z+ cd /work/oxidecomputer/omicron
782026-07-14T00:09:19.110Z+ git fetch origin ed790642f49527709b8a9130748a67a8f8225080
792026-07-14T00:09:19.389ZFrom https://github.com/oxidecomputer/omicron
802026-07-14T00:09:19.389Z * branch ed790642f49527709b8a9130748a67a8f8225080 -> FETCH_HEAD
812026-07-14T00:09:19.402Z+ [[ -n sunshowers/spr/3n-wicketd-commission-types-reject-unknown-fields-in-userspecifiedportconfig ]]
822026-07-14T00:09:19.405Z++ git branch --show-current
832026-07-14T00:09:19.407Z+ current=main
842026-07-14T00:09:19.407Z+ [[ main != sunshowers/spr/3n-wicketd-commission-types-reject-unknown-fields-in-userspecifiedportconfig ]]
852026-07-14T00:09:19.407Z+ git branch -f sunshowers/spr/3n-wicketd-commission-types-reject-unknown-fields-in-userspecifiedportconfig ed790642f49527709b8a9130748a67a8f8225080
862026-07-14T00:09:19.410Z+ git checkout -f sunshowers/spr/3n-wicketd-commission-types-reject-unknown-fields-in-userspecifiedportconfig
872026-07-14T00:09:19.654ZSwitched to branch 'sunshowers/spr/3n-wicketd-commission-types-reject-unknown-fields-in-userspecifiedportconfig'
882026-07-14T00:09:19.657Z+ git reset --hard ed790642f49527709b8a9130748a67a8f8225080
892026-07-14T00:09:19.671ZHEAD is now at ed790642f minor tweaks
902026-07-14T00:09:19.674Zprocess exited: duration 11712 ms, exit code 0
 
912026-07-14T00:09:19.679Zstarting task 4: "build"
922026-07-14T00:09:19.685Z+ source .github/buildomat/ci-env.sh
932026-07-14T00:09:19.685Z++ export CARGO_TERM_COLOR=always
942026-07-14T00:09:19.685Z++ CARGO_TERM_COLOR=always
952026-07-14T00:09:19.688Z+++ uname -s
962026-07-14T00:09:19.688Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-14T00:09:19.688Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-14T00:09:19.691Z+ cargo --version
992026-07-14T00:09:19.698Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-14T00:09:19.701Z+ rustc --version
1012026-07-14T00:09:19.721Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-14T00:09:19.724Z+ WORK=/work
1032026-07-14T00:09:19.724Z+ pfexec mkdir -p /work
1042026-07-14T00:09:19.727Z+ pfexec chown build /work
1052026-07-14T00:09:19.729Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-07-14T00:09:22.161Z Startup: Refreshing catalog 'helios' ... Done
1072026-07-14T00:09:22.307Z Startup: Caching catalogs ... Done
1082026-07-14T00:09:22.847ZPlanning: Solver setup ... Done (0.482s)
1092026-07-14T00:09:22.874ZPlanning: Running solver ... Done (0.028s)
1102026-07-14T00:09:22.886ZPlanning: Finding local manifests ... Done (0.002s)
1112026-07-14T00:09:22.898ZPlanning: Fetching manifests: 0/2 0% complete
1122026-07-14T00:09:22.913ZPlanning: Fetching manifests: 2/2 100% complete
1132026-07-14T00:09:22.928ZPlanning: Package planning ... Done (0.014s)
1142026-07-14T00:09:22.931ZPlanning: Merging actions ... Done (0.002s)
1152026-07-14T00:09:23.101ZPlanning: Checking for conflicting actions ... Done (0.172s)
1162026-07-14T00:09:23.104ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-07-14T00:09:25.230ZPlanning: Evaluating mediators ... Done (2.128s)
1182026-07-14T00:09:25.233ZPlanning: Planning completed in 2.90 seconds
1192026-07-14T00:09:25.240Z Packages to install: 2
1202026-07-14T00:09:25.240Z Estimated space available: 156.06 GB
1212026-07-14T00:09:25.240ZEstimated space to be consumed: 32.66 MB
1222026-07-14T00:09:25.240Z Create boot environment: No
1232026-07-14T00:09:25.240ZCreate backup boot environment: No
1242026-07-14T00:09:25.240Z Rebuild boot archive: No
1252026-07-14T00:09:25.240Z
1262026-07-14T00:09:25.243ZChanged packages:
1272026-07-14T00:09:25.243Zhelios
1282026-07-14T00:09:25.243Z developer/build-essential
1292026-07-14T00:09:25.243Z None -> 11-3.0
1302026-07-14T00:09:25.243Z library/libxmlsec1
1312026-07-14T00:09:25.243Z None -> 1.2.35-3.0
1322026-07-14T00:09:25.329Z
1332026-07-14T00:09:25.329ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-07-14T00:09:25.818ZDownload: Completed 1.28 MB in 0.49 seconds (2.6M/s)
1352026-07-14T00:09:25.901Z Actions: 1/268 actions (Installing new actions)
1362026-07-14T00:09:25.939Z Actions: Completed 268 actions in 0.04 seconds.
1372026-07-14T00:09:25.952ZFinalize: Updating package state database ... Done (0.013s)
1382026-07-14T00:09:25.952ZFinalize: Updating package cache ... Done (0.000s)
1392026-07-14T00:09:25.983ZFinalize: Updating image state ... Done (0.031s)
1402026-07-14T00:09:29.077ZFinalize: Creating fast lookup database ... Done (3.068s)
1412026-07-14T00:09:29.181ZFinalize: Reading search index ... Done (0.041s)
1422026-07-14T00:09:29.184ZFinalize: Updating search index ... Done (0.000s)
1432026-07-14T00:09:29.272ZFinalize: Updating package cache ... Done (0.000s)
1442026-07-14T00:09:29.589ZPlanning: Evaluating mediator changes ... Done
1452026-07-14T00:09:29.694ZPlanning: Checking for conflicting actions ... Done
1462026-07-14T00:09:29.698ZPlanning: Consolidating action changes ... Done
1472026-07-14T00:09:29.852ZPlanning: Evaluating mediators ... Done
1482026-07-14T00:09:29.855ZPlanning: Planning completed in 0.26 seconds
1492026-07-14T00:09:29.917Z Mediators to change: 2
1502026-07-14T00:09:29.917Z Create boot environment: No
1512026-07-14T00:09:29.917ZCreate backup boot environment: No
1522026-07-14T00:09:29.922ZFinalize: Updating package state database ... Done
1532026-07-14T00:09:29.922ZFinalize: Updating package cache ... Done
1542026-07-14T00:09:29.937ZFinalize: Updating image state ... Done
1552026-07-14T00:09:31.880ZFinalize: Creating fast lookup database ... Done
1562026-07-14T00:09:31.942ZFinalize: Reading search index ... Done
1572026-07-14T00:09:31.944ZFinalize: Updating search index ... Done
1582026-07-14T00:09:32.016ZFinalize: Updating package cache ... Done
1592026-07-14T00:09:32.299ZPlanning: Evaluating mediator changes ... Done
1602026-07-14T00:09:32.404ZPlanning: Checking for conflicting actions ... Done
1612026-07-14T00:09:32.406ZPlanning: Consolidating action changes ... Done
1622026-07-14T00:09:32.561ZPlanning: Evaluating mediators ... Done
1632026-07-14T00:09:32.564ZPlanning: Planning completed in 0.26 seconds
1642026-07-14T00:09:32.584Z Mediators to change: 1
1652026-07-14T00:09:32.584Z Create boot environment: No
1662026-07-14T00:09:32.584ZCreate backup boot environment: No
1672026-07-14T00:09:32.630ZFinalize: Updating package state database ... Done
1682026-07-14T00:09:32.630ZFinalize: Updating package cache ... Done
1692026-07-14T00:09:32.650ZFinalize: Updating image state ... Done
1702026-07-14T00:09:34.580ZFinalize: Creating fast lookup database ... Done
1712026-07-14T00:09:34.646ZFinalize: Reading search index ... Done
1722026-07-14T00:09:34.649ZFinalize: Updating search index ... Done
1732026-07-14T00:09:34.729ZFinalize: Updating package cache ... Done
1742026-07-14T00:09:35.039ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-07-14T00:09:35.039Zapache system 2.4 system
1762026-07-14T00:09:35.039Zclang system 15 system
1772026-07-14T00:09:35.039Zcsh system system illumos
1782026-07-14T00:09:35.039Zctags system system illumos
1792026-07-14T00:09:35.039Zfile vendor vendor darwinsys
1802026-07-14T00:09:35.039Zfile system system illumos
1812026-07-14T00:09:35.039Zgcc vendor 14 vendor
1822026-07-14T00:09:35.039Zgcc system 13 system
1832026-07-14T00:09:35.039Zgcc system 10 system
1842026-07-14T00:09:35.039Zgo system 1.25 system
1852026-07-14T00:09:35.039Zllvm system 15 system
1862026-07-14T00:09:35.039Zmariadb system 11.4 system
1872026-07-14T00:09:35.039Zmta vendor vendor dma
1882026-07-14T00:09:35.039Zopenjdk system 17 system
1892026-07-14T00:09:35.039Zopenjdk system 11 system
1902026-07-14T00:09:35.039Zopenssl vendor 3 vendor
1912026-07-14T00:09:35.039Zperl system 5.40 system
1922026-07-14T00:09:35.039Zpostgresql system 18 system
1932026-07-14T00:09:35.039Zpostgresql system 17 system
1942026-07-14T00:09:35.039Zpython vendor 3 vendor
1952026-07-14T00:09:35.039Zpython system 2 system
1962026-07-14T00:09:35.039Zpython3 vendor 3.13 vendor
1972026-07-14T00:09:35.039Zruby system 3.4 system
1982026-07-14T00:09:35.039Zruby system 3.0 system
1992026-07-14T00:09:35.039Zwords vendor vendor american-english
2002026-07-14T00:09:35.039Zwords system system australian-english
2012026-07-14T00:09:35.039Zwords system system british-english
2022026-07-14T00:09:35.039Zwords system system canadian-english
2032026-07-14T00:09:35.039Zwords system system french
2042026-07-14T00:09:35.039Zwords system system italian
2052026-07-14T00:09:35.039Zwords system system ngerman
2062026-07-14T00:09:35.040Zwords system system ogerman
2072026-07-14T00:09:35.040Zwords system system spanish
2082026-07-14T00:09:35.287ZPUBLISHER TYPE STATUS P LOCATION
2092026-07-14T00:09:35.287Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-07-14T00:09:35.600ZFMRI IFO
2112026-07-14T00:09:35.600Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-07-14T00:09:35.600Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-07-14T00:09:35.600Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-07-14T00:09:35.600Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-07-14T00:09:35.600Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-07-14T00:09:35.600Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-07-14T00:09:35.600Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-07-14T00:09:35.600Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-07-14T00:09:35.600Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-07-14T00:09:35.862Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-07-14T00:09:36.124Z Updating crates.io index
2222026-07-14T00:09:36.127Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-07-14T00:09:36.353Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-07-14T00:09:36.652Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-07-14T00:09:37.580Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-07-14T00:09:38.034Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-07-14T00:09:39.578Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-07-14T00:09:40.326Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-07-14T00:09:40.617Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-07-14T00:09:40.930Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-07-14T00:09:41.987Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-07-14T00:09:42.211Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-07-14T00:09:42.504Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2342026-07-14T00:09:42.794Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2352026-07-14T00:09:43.199Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2362026-07-14T00:09:43.703Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2372026-07-14T00:09:44.097Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-07-14T00:09:44.329Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-07-14T00:09:44.565Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2402026-07-14T00:09:44.867Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2412026-07-14T00:09:45.159Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2422026-07-14T00:09:45.362Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2432026-07-14T00:09:45.617Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2442026-07-14T00:09:45.939Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2452026-07-14T00:09:46.289Z Updating git repository `https://github.com/oxidecomputer/erebor`
2462026-07-14T00:09:46.526Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2472026-07-14T00:09:46.901Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2482026-07-14T00:09:47.333Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2492026-07-14T00:09:47.612Z Updating git repository `https://github.com/oxidecomputer/ispf`
2502026-07-14T00:09:47.846Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2512026-07-14T00:09:48.051Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2522026-07-14T00:09:48.380Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2532026-07-14T00:09:48.731Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2542026-07-14T00:09:48.948Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2552026-07-14T00:09:49.192Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2562026-07-14T00:09:49.440Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2572026-07-14T00:09:49.703Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2582026-07-14T00:09:50.134Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2592026-07-14T00:09:50.402Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2602026-07-14T00:09:50.693Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2612026-07-14T00:09:50.958Z Updating git repository `https://github.com/illumos/smf-rs`
2622026-07-14T00:09:53.588Z Downloading crates ...
2632026-07-14T00:09:53.637Z Downloaded block-buffer v0.10.4
2642026-07-14T00:09:53.639Z Downloaded autocfg v1.5.0
2652026-07-14T00:09:53.642Z Downloaded anstream v1.0.0
2662026-07-14T00:09:53.645Z Downloaded cargo-platform v0.3.2
2672026-07-14T00:09:53.650Z Downloaded zmij v1.0.21
2682026-07-14T00:09:53.656Z Downloaded tabled_derive v0.7.0
2692026-07-14T00:09:53.656Z Downloaded errno v0.3.14
2702026-07-14T00:09:53.656Z Downloaded generic-array v0.14.7
2712026-07-14T00:09:53.660Z Downloaded cargo_metadata v0.23.1
2722026-07-14T00:09:53.663Z Downloaded anstyle-query v1.1.5
2732026-07-14T00:09:53.665Z Downloaded zerocopy v0.7.35
2742026-07-14T00:09:53.671Z Downloaded heck v0.5.0
2752026-07-14T00:09:53.674Z Downloaded is_terminal_polyfill v1.70.2
2762026-07-14T00:09:53.674Z Downloaded zerocopy-derive v0.7.35
2772026-07-14T00:09:53.677Z Downloaded cfg-if v1.0.4
2782026-07-14T00:09:53.677Z Downloaded memmap v0.7.0
2792026-07-14T00:09:53.680Z Downloaded colorchoice v1.0.4
2802026-07-14T00:09:53.680Z Downloaded fnv v1.0.7
2812026-07-14T00:09:53.680Z Downloaded digest v0.10.7
2822026-07-14T00:09:53.680Z Downloaded clap_lex v1.0.0
2832026-07-14T00:09:53.683Z Downloaded byteorder v1.5.0
2842026-07-14T00:09:53.689Z Downloaded camino v1.2.2
2852026-07-14T00:09:53.693Z Downloaded anstyle v1.0.14
2862026-07-14T00:09:53.693Z Downloaded camino-tempfile v1.4.1
2872026-07-14T00:09:53.693Z Downloaded equivalent v1.0.2
2882026-07-14T00:09:53.696Z Downloaded smawk v0.3.2
2892026-07-14T00:09:53.696Z Downloaded cpufeatures v0.2.17
2902026-07-14T00:09:53.703Z Downloaded textwrap v0.16.2
2912026-07-14T00:09:53.706Z Downloaded cargo_toml v0.21.0
2922026-07-14T00:09:53.712Z Downloaded heck v0.4.1
2932026-07-14T00:09:53.715Z Downloaded scroll_derive v0.12.1
2942026-07-14T00:09:53.715Z Downloaded plain v0.2.3
2952026-07-14T00:09:53.715Z Downloaded itoa v1.0.17
2962026-07-14T00:09:53.717Z Downloaded crypto-common v0.1.7
2972026-07-14T00:09:53.720Z Downloaded fastrand v2.3.0
2982026-07-14T00:09:53.720Z Downloaded dtrace-parser v0.2.0
2992026-07-14T00:09:53.721Z Downloaded toml_write v0.1.2
3002026-07-14T00:09:53.724Z Downloaded proc-macro-error-attr v1.0.4
3012026-07-14T00:09:53.727Z Downloaded usdt-macro v0.5.0
3022026-07-14T00:09:53.734Z Downloaded version_check v0.9.5
3032026-07-14T00:09:53.738Z Downloaded usdt-attr-macro v0.5.0
3042026-07-14T00:09:53.740Z Downloaded utf8parse v0.2.2
3052026-07-14T00:09:53.740Z Downloaded macaddr v1.0.1
3062026-07-14T00:09:53.744Z Downloaded thread-id v4.2.2
3072026-07-14T00:09:53.747Z Downloaded usdt v0.5.0
3082026-07-14T00:09:53.747Z Downloaded unicode-linebreak v0.1.5
3092026-07-14T00:09:53.747Z Downloaded toml_datetime v0.6.11
3102026-07-14T00:09:53.747Z Downloaded terminal_size v0.4.3
3112026-07-14T00:09:53.749Z Downloaded serde_spanned v0.6.9
3122026-07-14T00:09:53.752Z Downloaded dof v0.3.0
3132026-07-14T00:09:53.756Z Downloaded bytecount v0.6.9
3142026-07-14T00:09:53.756Z Downloaded anstyle-parse v1.0.0
3152026-07-14T00:09:53.759Z Downloaded thiserror v2.0.18
3162026-07-14T00:09:53.759Z Downloaded clap_derive v4.6.1
3172026-07-14T00:09:53.762Z Downloaded swrite v0.1.0
3182026-07-14T00:09:53.768Z Downloaded anyhow v1.0.102
3192026-07-14T00:09:53.772Z Downloaded proc-macro-error v1.0.4
3202026-07-14T00:09:53.775Z Downloaded pretty-hex v0.4.1
3212026-07-14T00:09:53.778Z Downloaded sha2 v0.10.9
3222026-07-14T00:09:53.778Z Downloaded fs-err v3.3.0
3232026-07-14T00:09:53.781Z Downloaded usdt-impl v0.5.0
3242026-07-14T00:09:53.785Z Downloaded thiserror v1.0.69
3252026-07-14T00:09:53.785Z Downloaded thiserror-impl v1.0.69
3262026-07-14T00:09:53.785Z Downloaded strsim v0.11.1
3272026-07-14T00:09:53.791Z Downloaded serde_tokenstream v0.2.3
3282026-07-14T00:09:53.795Z Downloaded log v0.4.29
3292026-07-14T00:09:53.798Z Downloaded thiserror-impl v2.0.18
3302026-07-14T00:09:53.802Z Downloaded scroll v0.12.0
3312026-07-14T00:09:53.805Z Downloaded getrandom v0.4.1
3322026-07-14T00:09:53.808Z Downloaded semver v1.0.28
3332026-07-14T00:09:53.808Z Downloaded papergrid v0.11.0
3342026-07-14T00:09:53.815Z Downloaded ucd-trie v0.1.7
3352026-07-14T00:09:53.817Z Downloaded toml v0.8.23
3362026-07-14T00:09:53.820Z Downloaded pest_generator v2.8.6
3372026-07-14T00:09:53.823Z Downloaded quote v1.0.45
3382026-07-14T00:09:53.830Z Downloaded pest_meta v2.8.6
3392026-07-14T00:09:53.833Z Downloaded once_cell v1.21.3
3402026-07-14T00:09:53.839Z Downloaded bitflags v2.11.0
3412026-07-14T00:09:53.842Z Downloaded unicode-ident v1.0.24
3422026-07-14T00:09:53.845Z Downloaded serde_derive v1.0.228
3432026-07-14T00:09:53.845Z Downloaded pest_derive v2.8.6
3442026-07-14T00:09:53.848Z Downloaded tempfile v3.25.0
3452026-07-14T00:09:53.851Z Downloaded toml_edit v0.22.27
3462026-07-14T00:09:53.853Z Downloaded serde_core v1.0.228
3472026-07-14T00:09:53.853Z Downloaded clap_builder v4.6.0
3482026-07-14T00:09:53.856Z Downloaded proc-macro2 v1.0.106
3492026-07-14T00:09:53.859Z Downloaded hashbrown v0.17.0
3502026-07-14T00:09:53.864Z Downloaded clap v4.6.1
3512026-07-14T00:09:53.872Z Downloaded serde v1.0.228
3522026-07-14T00:09:53.887Z Downloaded memchr v2.8.0
3532026-07-14T00:09:53.893Z Downloaded indexmap v2.14.0
3542026-07-14T00:09:53.897Z Downloaded pest v2.8.6
3552026-07-14T00:09:53.905Z Downloaded typenum v1.20.1
3562026-07-14T00:09:53.919Z Downloaded serde_json v1.0.150
3572026-07-14T00:09:53.935Z Downloaded winnow v0.7.14
3582026-07-14T00:09:53.939Z Downloaded goblin v0.8.2
3592026-07-14T00:09:53.953Z Downloaded tabled v0.15.0
3602026-07-14T00:09:53.971Z Downloaded syn v1.0.109
3612026-07-14T00:09:53.977Z Downloaded unicode-width v0.2.0
3622026-07-14T00:09:53.980Z Downloaded unicode-width v0.1.14
3632026-07-14T00:09:53.984Z Downloaded rustix v1.1.3
3642026-07-14T00:09:53.994Z Downloaded syn v2.0.117
3652026-07-14T00:09:54.014Z Downloaded libc v0.2.185
3662026-07-14T00:09:54.076Z Compiling proc-macro2 v1.0.106
3672026-07-14T00:09:54.076Z Compiling quote v1.0.45
3682026-07-14T00:09:54.076Z Compiling unicode-ident v1.0.24
3692026-07-14T00:09:54.079Z Compiling serde_core v1.0.228
3702026-07-14T00:09:54.079Z Compiling libc v0.2.185
3712026-07-14T00:09:54.079Z Compiling version_check v0.9.5
3722026-07-14T00:09:54.079Z Compiling memchr v2.8.0
3732026-07-14T00:09:54.079Z Compiling serde v1.0.228
3742026-07-14T00:09:54.080Z Compiling zmij v1.0.21
3752026-07-14T00:09:54.080Z Compiling ucd-trie v0.1.7
3762026-07-14T00:09:54.080Z Compiling itoa v1.0.17
3772026-07-14T00:09:54.080Z Compiling thiserror v1.0.69
3782026-07-14T00:09:54.080Z Compiling byteorder v1.5.0
3792026-07-14T00:09:54.257Z Compiling rustix v1.1.3
3802026-07-14T00:09:54.437Z Compiling bitflags v2.11.0
3812026-07-14T00:09:54.584Z Compiling serde_json v1.0.150
3822026-07-14T00:09:54.768Z Compiling syn v1.0.109
3832026-07-14T00:09:54.823Z Compiling pest v2.8.6
3842026-07-14T00:09:54.840Z Compiling camino v1.2.2
3852026-07-14T00:09:54.843Z Compiling equivalent v1.0.2
3862026-07-14T00:09:54.877Z Compiling usdt-impl v0.5.0
3872026-07-14T00:09:54.979Z Compiling proc-macro-error-attr v1.0.4
3882026-07-14T00:09:54.982Z Compiling proc-macro-error v1.0.4
3892026-07-14T00:09:55.076Z Compiling utf8parse v0.2.2
3902026-07-14T00:09:55.093Z Compiling plain v0.2.3
3912026-07-14T00:09:55.096Z Compiling log v0.4.29
3922026-07-14T00:09:55.126Z Compiling getrandom v0.4.1
3932026-07-14T00:09:55.239Z Compiling hashbrown v0.17.0
3942026-07-14T00:09:55.256Z Compiling anstyle-parse v1.0.0
3952026-07-14T00:09:55.258Z Compiling colorchoice v1.0.4
3962026-07-14T00:09:55.328Z Compiling errno v0.3.14
3972026-07-14T00:09:55.346Z Compiling thread-id v4.2.2
3982026-07-14T00:09:55.411Z Compiling toml_write v0.1.2
3992026-07-14T00:09:55.415Z Compiling winnow v0.7.14
4002026-07-14T00:09:55.450Z Compiling pretty-hex v0.4.1
4012026-07-14T00:09:55.453Z Compiling anstyle-query v1.1.5
4022026-07-14T00:09:55.453Z Compiling cfg-if v1.0.4
4032026-07-14T00:09:55.524Z Compiling is_terminal_polyfill v1.70.2
4042026-07-14T00:09:55.527Z Compiling autocfg v1.5.0
4052026-07-14T00:09:55.527Z Compiling thiserror v2.0.18
4062026-07-14T00:09:55.582Z Compiling anstyle v1.0.14
4072026-07-14T00:09:55.633Z Compiling heck v0.5.0
4082026-07-14T00:09:55.666Z Compiling unicode-width v0.1.14
4092026-07-14T00:09:55.683Z Compiling bytecount v0.6.9
4102026-07-14T00:09:55.756Z Compiling indexmap v2.14.0
4112026-07-14T00:09:55.817Z Compiling syn v2.0.117
4122026-07-14T00:09:55.864Z Compiling anstream v1.0.0
4132026-07-14T00:09:55.864Z Compiling clap_lex v1.0.0
4142026-07-14T00:09:55.898Z Compiling pest_meta v2.8.6
4152026-07-14T00:09:55.937Z Compiling anyhow v1.0.102
4162026-07-14T00:09:55.971Z Compiling fnv v1.0.7
4172026-07-14T00:09:55.989Z Compiling fs-err v3.3.0
4182026-07-14T00:09:56.096Z Compiling fastrand v2.3.0
4192026-07-14T00:09:56.135Z Compiling once_cell v1.21.3
4202026-07-14T00:09:56.153Z Compiling heck v0.4.1
4212026-07-14T00:09:56.174Z Compiling strsim v0.11.1
4222026-07-14T00:09:56.194Z Compiling papergrid v0.11.0
4232026-07-14T00:09:56.342Z Compiling memmap v0.7.0
4242026-07-14T00:09:56.369Z Compiling terminal_size v0.4.3
4252026-07-14T00:09:56.387Z Compiling tempfile v3.25.0
4262026-07-14T00:09:56.387Z Compiling unicode-width v0.2.0
4272026-07-14T00:09:56.425Z Compiling smawk v0.3.2
4282026-07-14T00:09:56.441Z Compiling unicode-linebreak v0.1.5
4292026-07-14T00:09:56.552Z Compiling cargo-platform v0.3.2
4302026-07-14T00:09:56.587Z Compiling semver v1.0.28
4312026-07-14T00:09:56.587Z Compiling clap_builder v4.6.0
4322026-07-14T00:09:56.716Z Compiling textwrap v0.16.2
4332026-07-14T00:09:56.734Z Compiling swrite v0.1.0
4342026-07-14T00:09:56.891Z Compiling camino-tempfile v1.4.1
4352026-07-14T00:09:57.316Z Compiling tabled_derive v0.7.0
4362026-07-14T00:09:57.947Z Compiling pest_generator v2.8.6
4372026-07-14T00:09:57.964Z Compiling tabled v0.15.0
4382026-07-14T00:09:58.447Z Compiling serde_derive v1.0.228
4392026-07-14T00:09:58.447Z Compiling thiserror-impl v1.0.69
4402026-07-14T00:09:58.450Z Compiling zerocopy-derive v0.7.35
4412026-07-14T00:09:58.450Z Compiling scroll_derive v0.12.1
4422026-07-14T00:09:58.450Z Compiling thiserror-impl v2.0.18
4432026-07-14T00:09:58.450Z Compiling clap_derive v4.6.1
4442026-07-14T00:09:58.550Z Compiling pest_derive v2.8.6
4452026-07-14T00:09:59.065Z Compiling scroll v0.12.0
4462026-07-14T00:09:59.205Z Compiling zerocopy v0.7.35
4472026-07-14T00:09:59.277Z Compiling goblin v0.8.2
4482026-07-14T00:09:59.491Z Compiling dtrace-parser v0.2.0
4492026-07-14T00:09:59.833Z Compiling clap v4.6.1
4502026-07-14T00:10:00.873Z Compiling serde_spanned v0.6.9
4512026-07-14T00:10:00.873Z Compiling toml_datetime v0.6.11
4522026-07-14T00:10:00.873Z Compiling macaddr v1.0.1
4532026-07-14T00:10:00.881Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4542026-07-14T00:10:00.881Z Compiling cargo_metadata v0.23.1
4552026-07-14T00:10:00.884Z Compiling dof v0.3.0
4562026-07-14T00:10:00.884Z Compiling serde_tokenstream v0.2.3
4572026-07-14T00:10:01.036Z Compiling toml_edit v0.22.27
4582026-07-14T00:10:01.629Z Compiling usdt-attr-macro v0.5.0
4592026-07-14T00:10:01.629Z Compiling usdt-macro v0.5.0
4602026-07-14T00:10:02.237Z Compiling usdt v0.5.0
4612026-07-14T00:10:02.330Z Compiling toml v0.8.23
4622026-07-14T00:10:02.649Z Compiling cargo_toml v0.21.0
4632026-07-14T00:10:03.946Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4642026-07-14T00:10:05.948Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.26s
4652026-07-14T00:10:06.173Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4662026-07-14T00:10:06.662Z Downloading crates ...
4672026-07-14T00:10:06.754Z Downloaded backoff v0.4.0
4682026-07-14T00:10:06.756Z Downloaded bit-vec v0.8.0
4692026-07-14T00:10:06.759Z Downloaded bcs v0.1.6
4702026-07-14T00:10:06.759Z Downloaded adler2 v2.0.1
4712026-07-14T00:10:06.762Z Downloaded base16ct v0.2.0
4722026-07-14T00:10:06.762Z Downloaded ar_archive_writer v0.5.1
4732026-07-14T00:10:06.765Z Downloaded aead v0.5.2
4742026-07-14T00:10:06.769Z Downloaded bzip2 v0.4.4
4752026-07-14T00:10:06.772Z Downloaded async-bb8-diesel v0.2.1
4762026-07-14T00:10:06.774Z Downloaded bit-set v0.8.0
4772026-07-14T00:10:06.778Z Downloaded crucible-workspace-hack v0.1.0
4782026-07-14T00:10:06.781Z Downloaded cookie_store v0.22.1
4792026-07-14T00:10:06.783Z Downloaded darling_core v0.23.0
4802026-07-14T00:10:06.786Z Downloaded atty v0.2.14
4812026-07-14T00:10:06.786Z Downloaded bitfield-struct v0.6.2
4822026-07-14T00:10:06.789Z Downloaded arrayvec v0.7.6
4832026-07-14T00:10:06.789Z Downloaded dirs-sys-next v0.1.2
4842026-07-14T00:10:06.789Z Downloaded bitfield-macros v0.19.4
4852026-07-14T00:10:06.792Z Downloaded crc8 v0.1.1
4862026-07-14T00:10:06.795Z Downloaded assert_matches v1.5.0
4872026-07-14T00:10:06.799Z Downloaded crc v3.4.0
4882026-07-14T00:10:06.802Z Downloaded darling_macro v0.20.11
4892026-07-14T00:10:06.802Z Downloaded crc-catalog v2.4.0
4902026-07-14T00:10:06.802Z Downloaded blake2 v0.10.6
4912026-07-14T00:10:06.805Z Downloaded der_derive v0.7.3
4922026-07-14T00:10:06.805Z Downloaded async-recursion v1.1.1
4932026-07-14T00:10:06.810Z Downloaded bitflags v1.3.2
4942026-07-14T00:10:06.814Z Downloaded delegate v0.13.5
4952026-07-14T00:10:06.814Z Downloaded endian-type v0.1.2
4962026-07-14T00:10:06.817Z Downloaded base16ct v1.0.0
4972026-07-14T00:10:06.817Z Downloaded cookie v0.18.1
4982026-07-14T00:10:06.817Z Downloaded convert_case v0.10.0
4992026-07-14T00:10:06.821Z Downloaded crossbeam-deque v0.8.6
5002026-07-14T00:10:06.821Z Downloaded darling_macro v0.23.0
5012026-07-14T00:10:06.821Z Downloaded debug-ignore v1.0.5
5022026-07-14T00:10:06.824Z Downloaded bit-set v0.5.3
5032026-07-14T00:10:06.824Z Downloaded atomicwrites v0.4.4
5042026-07-14T00:10:06.824Z Downloaded bb8 v0.8.6
5052026-07-14T00:10:06.824Z Downloaded ascii-canvas v3.0.0
5062026-07-14T00:10:06.824Z Downloaded cpubits v0.1.1
5072026-07-14T00:10:06.828Z Downloaded async-stream v0.3.6
5082026-07-14T00:10:06.828Z Downloaded defmt v0.3.100
5092026-07-14T00:10:06.831Z Downloaded darling_macro v0.21.3
5102026-07-14T00:10:06.831Z Downloaded csv-core v0.1.13
5112026-07-14T00:10:06.831Z Downloaded cpufeatures v0.3.0
5122026-07-14T00:10:06.831Z Downloaded arrayref v0.3.9
5132026-07-14T00:10:06.834Z Downloaded crossbeam-epoch v0.9.18
5142026-07-14T00:10:06.836Z Downloaded bcrypt-pbkdf v0.11.0
5152026-07-14T00:10:06.836Z Downloaded atomic-waker v1.1.2
5162026-07-14T00:10:06.836Z Downloaded argon2 v0.5.3
5172026-07-14T00:10:06.840Z Downloaded curve25519-dalek-derive v0.1.1
5182026-07-14T00:10:06.840Z Downloaded defmt-parser v1.0.0
5192026-07-14T00:10:06.840Z Downloaded dropshot-api-manager-types v0.7.2
5202026-07-14T00:10:06.842Z Downloaded darling v0.23.0
5212026-07-14T00:10:06.845Z Downloaded cstr-argument v0.1.2
5222026-07-14T00:10:06.845Z Downloaded cobs v0.3.0
5232026-07-14T00:10:06.845Z Downloaded darling v0.13.4
5242026-07-14T00:10:06.848Z Downloaded critical-section v1.2.0
5252026-07-14T00:10:06.848Z Downloaded array-init v0.0.4
5262026-07-14T00:10:06.851Z Downloaded crunchy v0.2.4
5272026-07-14T00:10:06.851Z Downloaded ciborium-io v0.2.2
5282026-07-14T00:10:06.851Z Downloaded cfg_aliases v0.2.1
5292026-07-14T00:10:06.854Z Downloaded dirs-next v2.0.0
5302026-07-14T00:10:06.854Z Downloaded embedded-io v0.4.0
5312026-07-14T00:10:06.854Z Downloaded derive_builder_macro v0.20.2
5322026-07-14T00:10:06.857Z Downloaded compression-core v0.4.31
5332026-07-14T00:10:06.857Z Downloaded block-buffer v0.12.1
5342026-07-14T00:10:06.857Z Downloaded dof v0.4.0
5352026-07-14T00:10:06.860Z Downloaded ciborium-ll v0.2.2
5362026-07-14T00:10:06.860Z Downloaded dunce v1.0.5
5372026-07-14T00:10:06.860Z Downloaded castaway v0.2.4
5382026-07-14T00:10:06.862Z Downloaded async-stream-impl v0.3.6
5392026-07-14T00:10:06.863Z Downloaded convert_case v0.4.0
5402026-07-14T00:10:06.868Z Downloaded fixedbitset v0.4.2
5412026-07-14T00:10:06.871Z Downloaded dtrace-parser v0.3.0
5422026-07-14T00:10:06.871Z Downloaded block-padding v0.4.2
5432026-07-14T00:10:06.873Z Downloaded darling_macro v0.13.4
5442026-07-14T00:10:06.873Z Downloaded dsl_auto_type v0.2.0
5452026-07-14T00:10:06.876Z Downloaded cfg_aliases v0.1.1
5462026-07-14T00:10:06.876Z Downloaded crc32fast v1.5.0
5472026-07-14T00:10:06.876Z Downloaded env_filter v1.0.0
5482026-07-14T00:10:06.879Z Downloaded defmt v1.0.1
5492026-07-14T00:10:06.882Z Downloaded crc-any v2.5.0
5502026-07-14T00:10:06.882Z Downloaded byte-wrapper v0.1.0
5512026-07-14T00:10:06.884Z Downloaded bit-vec v0.6.3
5522026-07-14T00:10:06.885Z Downloaded enum-as-inner v0.6.1
5532026-07-14T00:10:06.891Z Downloaded display-error-chain v0.2.2
5542026-07-14T00:10:06.891Z Downloaded dyn-clone v1.0.20
5552026-07-14T00:10:06.894Z Downloaded downcast-rs v2.0.2
5562026-07-14T00:10:06.894Z Downloaded diesel_table_macro_syntax v0.3.0
5572026-07-14T00:10:06.894Z Downloaded document-features v0.2.12
5582026-07-14T00:10:06.897Z Downloaded embedded-io v0.6.1
5592026-07-14T00:10:06.898Z Downloaded daft-derive v0.1.7
5602026-07-14T00:10:06.900Z Downloaded corncobs v0.1.4
5612026-07-14T00:10:06.900Z Downloaded buf-list v1.1.2
5622026-07-14T00:10:06.903Z Downloaded float-ord v0.3.2
5632026-07-14T00:10:06.903Z Downloaded float-cmp v0.10.0
5642026-07-14T00:10:06.906Z Downloaded ahash v0.8.12
5652026-07-14T00:10:06.906Z Downloaded foreign-types-shared v0.1.1
5662026-07-14T00:10:06.909Z Downloaded foreign-types-macros v0.2.3
5672026-07-14T00:10:06.909Z Downloaded anstyle-parse v0.2.7
5682026-07-14T00:10:06.912Z Downloaded ctutils v0.4.2
5692026-07-14T00:10:06.912Z Downloaded crypto-common v0.2.2
5702026-07-14T00:10:06.914Z Downloaded foreign-types-shared v0.3.1
5712026-07-14T00:10:06.914Z Downloaded foreign-types v0.5.0
5722026-07-14T00:10:06.917Z Downloaded funty v2.0.0
5732026-07-14T00:10:06.917Z Downloaded futures-sink v0.3.32
5742026-07-14T00:10:06.917Z Downloaded futures-core v0.3.32
5752026-07-14T00:10:06.920Z Downloaded difflib v0.4.0
5762026-07-14T00:10:06.920Z Downloaded foreign-types v0.3.2
5772026-07-14T00:10:06.920Z Downloaded derive-ex v0.1.8
5782026-07-14T00:10:06.924Z Downloaded either v1.15.0
5792026-07-14T00:10:06.924Z Downloaded ed25519 v2.2.3
5802026-07-14T00:10:06.924Z Downloaded cmov v0.5.4
5812026-07-14T00:10:06.927Z Downloaded data-encoding v2.10.0
5822026-07-14T00:10:06.927Z Downloaded chacha20 v0.9.1
5832026-07-14T00:10:06.927Z Downloaded digest v0.11.3
5842026-07-14T00:10:06.929Z Downloaded fxhash v0.2.1
5852026-07-14T00:10:06.929Z Downloaded derive_more v0.99.20
5862026-07-14T00:10:06.932Z Downloaded derive_builder_core v0.20.2
5872026-07-14T00:10:06.935Z Downloaded ed25519 v3.0.0
5882026-07-14T00:10:06.935Z Downloaded daft v0.1.7
5892026-07-14T00:10:06.938Z Downloaded cipher v0.4.4
5902026-07-14T00:10:06.938Z Downloaded compression-codecs v0.4.37
5912026-07-14T00:10:06.941Z Downloaded darling v0.21.3
5922026-07-14T00:10:06.944Z Downloaded constant_time_eq v0.4.2
5932026-07-14T00:10:06.944Z Downloaded git-stub v1.0.0
5942026-07-14T00:10:06.947Z Downloaded gethostname v0.5.0
5952026-07-14T00:10:06.947Z Downloaded globwalk v0.9.1
5962026-07-14T00:10:06.947Z Downloaded ctr v0.10.1
5972026-07-14T00:10:06.949Z Downloaded ghash v0.6.0
5982026-07-14T00:10:06.949Z Downloaded futures-io v0.3.32
5992026-07-14T00:10:06.952Z Downloaded allocator-api2 v0.2.21
6002026-07-14T00:10:06.952Z Downloaded blowfish v0.10.0
6012026-07-14T00:10:06.954Z Downloaded defmt-macros v1.0.1
6022026-07-14T00:10:06.961Z Downloaded headers-core v0.3.0
6032026-07-14T00:10:06.961Z Downloaded hash32 v0.2.1
6042026-07-14T00:10:06.962Z Downloaded const_format_proc_macros v0.2.34
6052026-07-14T00:10:06.962Z Downloaded base64ct v1.8.3
6062026-07-14T00:10:06.962Z Downloaded hex-literal v1.1.0
6072026-07-14T00:10:06.962Z Downloaded fs-err v2.11.0
6082026-07-14T00:10:06.965Z Downloaded ecdsa v0.16.9
6092026-07-14T00:10:06.965Z Downloaded hash32 v0.3.1
6102026-07-14T00:10:06.965Z Downloaded form_urlencoded v1.2.2
6112026-07-14T00:10:06.967Z Downloaded fd-lock v4.0.4
6122026-07-14T00:10:06.967Z Downloaded foldhash v0.1.5
6132026-07-14T00:10:06.967Z Downloaded fallible-iterator v0.2.0
6142026-07-14T00:10:06.970Z Downloaded base64 v0.22.1
6152026-07-14T00:10:06.973Z Downloaded erased-serde v0.3.31
6162026-07-14T00:10:06.973Z Downloaded darling v0.20.11
6172026-07-14T00:10:06.976Z Downloaded fixedbitset v0.5.7
6182026-07-14T00:10:06.979Z Downloaded filetime v0.2.27
6192026-07-14T00:10:06.979Z Downloaded ff v0.13.1
6202026-07-14T00:10:06.983Z Downloaded fs_extra v1.3.0
6212026-07-14T00:10:06.983Z Downloaded hex v0.4.3
6222026-07-14T00:10:06.983Z Downloaded diesel-dtrace v0.5.0
6232026-07-14T00:10:06.986Z Downloaded foldhash v0.2.0
6242026-07-14T00:10:06.986Z Downloaded hostname v0.3.1
6252026-07-14T00:10:06.986Z Downloaded home v0.5.12
6262026-07-14T00:10:06.986Z Downloaded derive_builder v0.20.2
6272026-07-14T00:10:06.989Z Downloaded hostname v0.4.2
6282026-07-14T00:10:06.991Z Downloaded colored v3.1.1
6292026-07-14T00:10:06.994Z Downloaded colored v2.2.0
6302026-07-14T00:10:06.994Z Downloaded futures-task v0.3.32
6312026-07-14T00:10:06.997Z Downloaded diff v0.1.13
6322026-07-14T00:10:06.997Z Downloaded bzip2 v0.6.1
6332026-07-14T00:10:07.001Z Downloaded http-range v0.1.5
6342026-07-14T00:10:07.001Z Downloaded http-body v1.0.1
6352026-07-14T00:10:07.001Z Downloaded hubpack v0.1.2
6362026-07-14T00:10:07.004Z Downloaded console v0.15.11
6372026-07-14T00:10:07.004Z Downloaded ciborium v0.2.2
6382026-07-14T00:10:07.004Z Downloaded ena v0.14.4
6392026-07-14T00:10:07.007Z Downloaded hubpack_derive v0.1.1
6402026-07-14T00:10:07.007Z Downloaded group v0.13.0
6412026-07-14T00:10:07.007Z Downloaded globset v0.4.18
6422026-07-14T00:10:07.010Z Downloaded git-stub-vcs v0.1.0
6432026-07-14T00:10:07.010Z Downloaded des v0.9.0
6442026-07-14T00:10:07.013Z Downloaded glob v0.3.3
6452026-07-14T00:10:07.013Z Downloaded const-oid v0.9.6
6462026-07-14T00:10:07.016Z Downloaded hyper-tls v0.6.0
6472026-07-14T00:10:07.016Z Downloaded clang-sys v1.8.1
6482026-07-14T00:10:07.016Z Downloaded cbc v0.2.1
6492026-07-14T00:10:07.018Z Downloaded blake2 v0.11.0-rc.6
6502026-07-14T00:10:07.018Z Downloaded idna_adapter v1.2.1
6512026-07-14T00:10:07.021Z Downloaded indent_write v2.2.0
6522026-07-14T00:10:07.022Z Downloaded base64 v0.21.7
6532026-07-14T00:10:07.024Z Downloaded find-msvc-tools v0.1.9
6542026-07-14T00:10:07.024Z Downloaded ident_case v1.0.1
6552026-07-14T00:10:07.024Z Downloaded enum_dispatch v0.3.13
6562026-07-14T00:10:07.027Z Downloaded illumos-nvpair-sys v0.2.0
6572026-07-14T00:10:07.027Z Downloaded illumos-nvpair v0.3.0
6582026-07-14T00:10:07.030Z Downloaded group v0.14.0
6592026-07-14T00:10:07.030Z Downloaded instant v0.1.13
6602026-07-14T00:10:07.030Z Downloaded anstream v0.6.21
6612026-07-14T00:10:07.032Z Downloaded flagset v0.4.7
6622026-07-14T00:10:07.035Z Downloaded indoc v1.0.9
6632026-07-14T00:10:07.035Z Downloaded darling_core v0.13.4
6642026-07-14T00:10:07.038Z Downloaded chacha20 v0.10.0
6652026-07-14T00:10:07.041Z Downloaded inout v0.2.2
6662026-07-14T00:10:07.041Z Downloaded fatfs v0.3.6
6672026-07-14T00:10:07.044Z Downloaded elliptic-curve v0.14.0-rc.33
6682026-07-14T00:10:07.044Z Downloaded is_ci v1.2.0
6692026-07-14T00:10:07.047Z Downloaded internet-checksum v0.2.1
6702026-07-14T00:10:07.047Z Downloaded keccak v0.1.6
6712026-07-14T00:10:07.047Z Downloaded lazy_static v1.5.0
6722026-07-14T00:10:07.050Z Downloaded is-terminal v0.4.17
6732026-07-14T00:10:07.050Z Downloaded inout v0.1.4
6742026-07-14T00:10:07.050Z Downloaded ecdsa v0.17.0-rc.18
6752026-07-14T00:10:07.052Z Downloaded cancel-safe-futures v0.1.5
6762026-07-14T00:10:07.055Z Downloaded lalrpop-util v0.19.12
6772026-07-14T00:10:07.055Z Downloaded humantime v2.3.0
6782026-07-14T00:10:07.055Z Downloaded http-body-util v0.1.3
6792026-07-14T00:10:07.058Z Downloaded dropshot_endpoint v0.17.1
6802026-07-14T00:10:07.058Z Downloaded getrandom v0.2.17
6812026-07-14T00:10:07.061Z Downloaded libscf-sys v1.1.0
6822026-07-14T00:10:07.061Z Downloaded kstat-rs v0.2.4
6832026-07-14T00:10:07.064Z Downloaded kem v0.3.0
6842026-07-14T00:10:07.064Z Downloaded httpdate v1.0.3
6852026-07-14T00:10:07.064Z Downloaded console v0.16.2
6862026-07-14T00:10:07.068Z Downloaded cipher v0.5.2
6872026-07-14T00:10:07.068Z Downloaded elliptic-curve v0.13.8
6882026-07-14T00:10:07.071Z Downloaded async-trait v0.1.89
6892026-07-14T00:10:07.074Z Downloaded hyper-staticfile v0.10.1
6902026-07-14T00:10:07.074Z Downloaded managed v0.8.0
6912026-07-14T00:10:07.074Z Downloaded linked-hash-map v0.5.6
6922026-07-14T00:10:07.077Z Downloaded async-compression v0.4.41
6932026-07-14T00:10:07.080Z Downloaded lru v0.12.5
6942026-07-14T00:10:07.080Z Downloaded impl-trait-for-tuples v0.2.3
6952026-07-14T00:10:07.083Z Downloaded instability v0.3.11
6962026-07-14T00:10:07.083Z Downloaded drift v0.2.0
6972026-07-14T00:10:07.088Z Downloaded maplit v1.0.2
6982026-07-14T00:10:07.093Z Downloaded lzss v0.8.2
6992026-07-14T00:10:07.093Z Downloaded lru-slab v0.1.2
7002026-07-14T00:10:07.093Z Downloaded lru-cache v0.1.2
7012026-07-14T00:10:07.096Z Downloaded new_debug_unreachable v1.0.6
7022026-07-14T00:10:07.096Z Downloaded mime v0.3.17
7032026-07-14T00:10:07.096Z Downloaded memoffset v0.9.1
7042026-07-14T00:10:07.096Z Downloaded multimap v0.10.1
7052026-07-14T00:10:07.096Z Downloaded md5 v0.8.0
7062026-07-14T00:10:07.096Z Downloaded md-5 v0.10.6
7072026-07-14T00:10:07.099Z Downloaded maybe-uninit v2.0.0
7082026-07-14T00:10:07.099Z Downloaded nibble_vec v0.1.0
7092026-07-14T00:10:07.099Z Downloaded ingot-types v0.1.2
7102026-07-14T00:10:07.102Z Downloaded match_cfg v0.1.0
7112026-07-14T00:10:07.102Z Downloaded indoc v2.0.7
7122026-07-14T00:10:07.105Z Downloaded hmac v0.13.0
7132026-07-14T00:10:07.105Z Downloaded highway v1.3.0
7142026-07-14T00:10:07.108Z Downloaded ingot v0.1.1
7152026-07-14T00:10:07.108Z Downloaded darling_core v0.20.11
7162026-07-14T00:10:07.110Z Downloaded jobserver v0.1.34
7172026-07-14T00:10:07.113Z Downloaded ipnet v2.11.0
7182026-07-14T00:10:07.113Z Downloaded newtype_derive v0.1.6
7192026-07-14T00:10:07.113Z Downloaded newtype-uuid-macros v0.1.0
7202026-07-14T00:10:07.115Z Downloaded newline-converter v0.3.0
7212026-07-14T00:10:07.115Z Downloaded libefi-sys v0.1.0
7222026-07-14T00:10:07.115Z Downloaded ipnetwork v0.21.1
7232026-07-14T00:10:07.118Z Downloaded derive-where v1.6.0
7242026-07-14T00:10:07.121Z Downloaded hybrid-array v0.4.13
7252026-07-14T00:10:07.121Z Downloaded httparse v1.10.1
7262026-07-14T00:10:07.124Z Downloaded const_format v0.2.35
7272026-07-14T00:10:07.126Z Downloaded num-iter v0.1.45
7282026-07-14T00:10:07.126Z Downloaded num-conv v0.2.0
7292026-07-14T00:10:07.127Z Downloaded nodrop v0.1.14
7302026-07-14T00:10:07.129Z Downloaded num v0.4.3
7312026-07-14T00:10:07.129Z Downloaded normalize-line-endings v0.3.0
7322026-07-14T00:10:07.129Z Downloaded nonempty v0.12.0
7332026-07-14T00:10:07.132Z Downloaded keccak v0.2.0
7342026-07-14T00:10:07.132Z Downloaded iana-time-zone v0.1.65
7352026-07-14T00:10:07.135Z Downloaded getrandom v0.3.4
7362026-07-14T00:10:07.137Z Downloaded arc-swap v1.8.2
7372026-07-14T00:10:07.137Z Downloaded bytes v1.11.1
7382026-07-14T00:10:07.140Z Downloaded libsw v3.5.0
7392026-07-14T00:10:07.143Z Downloaded half v2.7.1
7402026-07-14T00:10:07.143Z Downloaded half v1.8.3
7412026-07-14T00:10:07.146Z Downloaded hyper-rustls v0.27.7
7422026-07-14T00:10:07.146Z Downloaded num_threads v0.1.7
7432026-07-14T00:10:07.149Z Downloaded olpc-cjson v0.1.4
7442026-07-14T00:10:07.149Z Downloaded num-derive v0.4.2
7452026-07-14T00:10:07.149Z Downloaded num-derive v0.3.3
7462026-07-14T00:10:07.153Z Downloaded libsw-core v0.3.2
7472026-07-14T00:10:07.153Z Downloaded oso-derive v0.27.3
7482026-07-14T00:10:07.156Z Downloaded opaque-debug v0.3.1
7492026-07-14T00:10:07.156Z Downloaded num_enum_derive v0.5.11
7502026-07-14T00:10:07.156Z Downloaded lock_api v0.4.14
7512026-07-14T00:10:07.156Z Downloaded hmac v0.12.1
7522026-07-14T00:10:07.156Z Downloaded diesel_derives v2.3.7
7532026-07-14T00:10:07.160Z Downloaded openssl-probe v0.2.1
7542026-07-14T00:10:07.163Z Downloaded crypto-bigint v0.5.5
7552026-07-14T00:10:07.165Z Downloaded ed25519-dalek v2.2.0
7562026-07-14T00:10:07.170Z Downloaded crossbeam-channel v0.5.15
7572026-07-14T00:10:07.173Z Downloaded openssl-probe v0.1.6
7582026-07-14T00:10:07.173Z Downloaded flume v0.11.1
7592026-07-14T00:10:07.173Z Downloaded packed_struct_codegen v0.10.1
7602026-07-14T00:10:07.176Z Downloaded openssl-macros v0.1.1
7612026-07-14T00:10:07.176Z Downloaded multer v3.1.0
7622026-07-14T00:10:07.178Z Downloaded module-lattice v0.2.3
7632026-07-14T00:10:07.178Z Downloaded ingot-macros v0.1.1
7642026-07-14T00:10:07.178Z Downloaded nu-ansi-term v0.50.3
7652026-07-14T00:10:07.181Z Downloaded newtype-uuid v1.3.2
7662026-07-14T00:10:07.181Z Downloaded native-tls v0.2.18
7672026-07-14T00:10:07.184Z Downloaded nanorand v0.7.0
7682026-07-14T00:10:07.184Z Downloaded futures v0.3.32
7692026-07-14T00:10:07.187Z Downloaded path-slash v0.1.5
7702026-07-14T00:10:07.190Z Downloaded num-integer v0.1.46
7712026-07-14T00:10:07.190Z Downloaded bumpalo v3.20.2
7722026-07-14T00:10:07.193Z Downloaded num-complex v0.4.6
7732026-07-14T00:10:07.193Z Downloaded linear-map v1.2.0
7742026-07-14T00:10:07.193Z Downloaded derive_more v2.1.1
7752026-07-14T00:10:07.199Z Downloaded phf_shared v0.11.3
7762026-07-14T00:10:07.202Z Downloaded parse-size v1.1.0
7772026-07-14T00:10:07.202Z Downloaded num_enum_derive v0.7.6
7782026-07-14T00:10:07.203Z Downloaded num_enum v0.7.6
7792026-07-14T00:10:07.206Z Downloaded ignore v0.4.25
7802026-07-14T00:10:07.209Z Downloaded parse-display v0.10.0
7812026-07-14T00:10:07.209Z Downloaded num_enum v0.5.11
7822026-07-14T00:10:07.212Z Downloaded password-hash v0.6.1
7832026-07-14T00:10:07.212Z Downloaded oxide-tokio-rt v0.1.4
7842026-07-14T00:10:07.215Z Downloaded percent-encoding v2.3.2
7852026-07-14T00:10:07.215Z Downloaded num-rational v0.4.2
7862026-07-14T00:10:07.215Z Downloaded peg-runtime v0.8.5
7872026-07-14T00:10:07.215Z Downloaded libloading v0.8.9
7882026-07-14T00:10:07.219Z Downloaded indexmap v1.9.3
7892026-07-14T00:10:07.221Z Downloaded derive_more-impl v2.1.1
7902026-07-14T00:10:07.225Z Downloaded icu_provider v2.1.1
7912026-07-14T00:10:07.225Z Downloaded litrs v1.0.0
7922026-07-14T00:10:07.228Z Downloaded packed_struct v0.10.1
7932026-07-14T00:10:07.228Z Downloaded flate2 v1.1.9
7942026-07-14T00:10:07.231Z Downloaded mime_guess v2.0.5
7952026-07-14T00:10:07.231Z Downloaded chacha20poly1305 v0.10.1
7962026-07-14T00:10:07.234Z Downloaded cc v1.2.56
7972026-07-14T00:10:07.236Z Downloaded darling_core v0.21.3
7982026-07-14T00:10:07.239Z Downloaded predicates-core v1.0.10
7992026-07-14T00:10:07.239Z Downloaded phf_shared v0.13.1
8002026-07-14T00:10:07.239Z Downloaded phf_shared v0.12.1
8012026-07-14T00:10:07.253Z Downloaded potential_utf v0.1.4
8022026-07-14T00:10:07.256Z Downloaded oxnet v0.1.6
8032026-07-14T00:10:07.256Z Downloaded paste v1.0.15
8042026-07-14T00:10:07.258Z Downloaded ml-kem v0.3.2
8052026-07-14T00:10:07.261Z Downloaded memmap2 v0.9.10
8062026-07-14T00:10:07.261Z Downloaded libbz2-rs-sys v0.2.2
8072026-07-14T00:10:07.264Z Downloaded proc-macro-error-attr2 v2.0.0
8082026-07-14T00:10:07.264Z Downloaded precomputed-hash v0.1.1
8092026-07-14T00:10:07.264Z Downloaded proc-macro-crate v3.4.0
8102026-07-14T00:10:07.268Z Downloaded proc-macro-crate v1.3.1
8112026-07-14T00:10:07.268Z Downloaded pem-rfc7468 v1.0.0
8122026-07-14T00:10:07.268Z Downloaded icu_normalizer_data v2.1.1
8132026-07-14T00:10:07.272Z Downloaded progenitor-macro v0.13.0
8142026-07-14T00:10:07.272Z Downloaded progenitor-client v0.14.0
8152026-07-14T00:10:07.272Z Downloaded parking_lot_core v0.8.6
8162026-07-14T00:10:07.272Z Downloaded heapless v0.8.0
8172026-07-14T00:10:07.301Z Downloaded predicates-tree v1.0.13
8182026-07-14T00:10:07.302Z Downloaded hickory-resolver v0.24.4
8192026-07-14T00:10:07.302Z Downloaded headers v0.4.1
8202026-07-14T00:10:07.302Z Downloaded psl-types v2.0.11
8212026-07-14T00:10:07.302Z Downloaded phc v0.6.1
8222026-07-14T00:10:07.302Z Downloaded owo-colors v4.3.0
8232026-07-14T00:10:07.302Z Downloaded icu_locale_core v2.1.1
8242026-07-14T00:10:07.302Z Downloaded radium v0.7.0
8252026-07-14T00:10:07.302Z Downloaded pin-project-internal v1.1.11
8262026-07-14T00:10:07.302Z Downloaded quick-error v1.2.3
8272026-07-14T00:10:07.302Z Downloaded pem v3.0.6
8282026-07-14T00:10:07.302Z Downloaded peg v0.8.5
8292026-07-14T00:10:07.302Z Downloaded icu_properties v2.1.2
8302026-07-14T00:10:07.302Z Downloaded crossterm v0.28.1
8312026-07-14T00:10:07.302Z Downloaded litemap v0.8.1
8322026-07-14T00:10:07.305Z Downloaded powerfmt v0.2.0
8332026-07-14T00:10:07.305Z Downloaded port-file v0.1.0
8342026-07-14T00:10:07.305Z Downloaded polyval v0.7.1
8352026-07-14T00:10:07.305Z Downloaded poly1305 v0.8.0
8362026-07-14T00:10:07.308Z Downloaded rand_xorshift v0.4.0
8372026-07-14T00:10:07.308Z Downloaded der v0.8.0
8382026-07-14T00:10:07.311Z Downloaded parking_lot_core v0.9.12
8392026-07-14T00:10:07.314Z Downloaded parking_lot v0.12.5
8402026-07-14T00:10:07.317Z Downloaded rand_chacha v0.3.1
8412026-07-14T00:10:07.317Z Downloaded expectorate v1.2.0
8422026-07-14T00:10:07.318Z Downloaded heapless v0.7.17
8432026-07-14T00:10:07.320Z Downloaded hickory-resolver v0.25.2
8442026-07-14T00:10:07.323Z Downloaded ref-cast v1.0.25
8452026-07-14T00:10:07.326Z Downloaded recursive v0.1.1
8462026-07-14T00:10:07.326Z Downloaded pem-rfc7468 v0.7.0
8472026-07-14T00:10:07.326Z Downloaded pkcs8 v0.10.2
8482026-07-14T00:10:07.329Z Downloaded primefield v0.14.0
8492026-07-14T00:10:07.329Z Downloaded progenitor-macro v0.14.0
8502026-07-14T00:10:07.332Z Downloaded progenitor-client v0.13.0
8512026-07-14T00:10:07.332Z Downloaded ppv-lite86 v0.2.21
8522026-07-14T00:10:07.332Z Downloaded recursive-proc-macro-impl v0.1.1
8532026-07-14T00:10:07.335Z Downloaded num-traits v0.2.19
8542026-07-14T00:10:07.335Z Downloaded ref-cast-impl v1.0.25
8552026-07-14T00:10:07.335Z Downloaded progenitor-extras v0.2.0
8562026-07-14T00:10:07.337Z Downloaded hashbrown v0.12.3
8572026-07-14T00:10:07.340Z Downloaded predicates v3.1.4
8582026-07-14T00:10:07.340Z Downloaded miniz_oxide v0.8.9
8592026-07-14T00:10:07.342Z Downloaded psm v0.1.30
8602026-07-14T00:10:07.345Z Downloaded progenitor v0.14.0
8612026-07-14T00:10:07.345Z Downloaded proc-macro-error2 v2.0.1
8622026-07-14T00:10:07.348Z Downloaded primeorder v0.14.0-rc.10
8632026-07-14T00:10:07.348Z Downloaded rfc6979 v0.5.0
8642026-07-14T00:10:07.352Z Downloaded primeorder v0.13.6
8652026-07-14T00:10:07.352Z Downloaded pkcs1 v0.8.0-rc.4
8662026-07-14T00:10:07.357Z Downloaded pkcs1 v0.7.5
8672026-07-14T00:10:07.357Z Downloaded pin-project-lite v0.2.17
8682026-07-14T00:10:07.361Z Downloaded poly1305 v0.9.0
8692026-07-14T00:10:07.361Z Downloaded peg-macros v0.8.5
8702026-07-14T00:10:07.361Z Downloaded r2d2 v0.8.10
8712026-07-14T00:10:07.364Z Downloaded rfc6979 v0.4.0
8722026-07-14T00:10:07.364Z Downloaded postgres-types v0.2.12
8732026-07-14T00:10:07.364Z Downloaded rustc-hash v2.1.1
8742026-07-14T00:10:07.364Z Downloaded rustc_version v0.4.1
8752026-07-14T00:10:07.367Z Downloaded rand_chacha v0.9.0
8762026-07-14T00:10:07.367Z Downloaded jiff-static v0.2.21
8772026-07-14T00:10:07.370Z Downloaded rand_seeder v0.4.0
8782026-07-14T00:10:07.370Z Downloaded papergrid v0.17.0
8792026-07-14T00:10:07.373Z Downloaded parking_lot v0.11.2
8802026-07-14T00:10:07.375Z Downloaded pkcs8 v0.11.0
8812026-07-14T00:10:07.378Z Downloaded rustc_version v0.1.7
8822026-07-14T00:10:07.378Z Downloaded pkg-config v0.3.32
8832026-07-14T00:10:07.378Z Downloaded same-file v1.0.6
8842026-07-14T00:10:07.381Z Downloaded oso v0.27.3
8852026-07-14T00:10:07.381Z Downloaded omicron-zone-package v0.12.3
8862026-07-14T00:10:07.385Z Downloaded rand_core v0.10.0
8872026-07-14T00:10:07.388Z Downloaded rand_core v0.6.4
8882026-07-14T00:10:07.388Z Downloaded icu_collections v2.1.1
8892026-07-14T00:10:07.391Z Downloaded postgres-protocol v0.6.10
8902026-07-14T00:10:07.391Z Downloaded scopeguard v1.2.0
8912026-07-14T00:10:07.393Z Downloaded russh-util v0.52.0
8922026-07-14T00:10:07.393Z Downloaded russh-cryptovec v0.61.0
8932026-07-14T00:10:07.393Z Downloaded rtoolbox v0.0.3
8942026-07-14T00:10:07.393Z Downloaded phf v0.13.1
8952026-07-14T00:10:07.396Z Downloaded hickory-server v0.25.2
8962026-07-14T00:10:07.399Z Downloaded phf v0.12.1
8972026-07-14T00:10:07.399Z Downloaded indicatif v0.18.4
8982026-07-14T00:10:07.402Z Downloaded der v0.7.10
8992026-07-14T00:10:07.405Z Downloaded scheduled-thread-pool v0.2.7
9002026-07-14T00:10:07.405Z Downloaded postcard v1.1.3
9012026-07-14T00:10:07.408Z Downloaded pin-project v1.1.11
9022026-07-14T00:10:07.412Z Downloaded semver v0.1.20
9032026-07-14T00:10:07.415Z Downloaded scroll_derive v0.13.1
9042026-07-14T00:10:07.415Z Downloaded serde-big-array v0.5.1
9052026-07-14T00:10:07.418Z Downloaded secrecy v0.10.3
9062026-07-14T00:10:07.418Z Downloaded secrecy v0.8.0
9072026-07-14T00:10:07.418Z Downloaded pkcs5 v0.8.1
9082026-07-14T00:10:07.422Z Downloaded quinn-udp v0.5.14
9092026-07-14T00:10:07.422Z Downloaded dropshot-api-manager v0.7.2
9102026-07-14T00:10:07.425Z Downloaded serde_spanned v1.1.1
9112026-07-14T00:10:07.428Z Downloaded serde_repr v0.1.20
9122026-07-14T00:10:07.428Z Downloaded rand_core v0.9.5
9132026-07-14T00:10:07.430Z Downloaded rustls-native-certs v0.8.3
9142026-07-14T00:10:07.430Z Downloaded serde_plain v1.0.2
9152026-07-14T00:10:07.433Z Downloaded sapling-renderdag v0.1.0
9162026-07-14T00:10:07.433Z Downloaded progenitor v0.13.0
9172026-07-14T00:10:07.436Z Downloaded http v1.4.2
9182026-07-14T00:10:07.436Z Downloaded serde_bytes v0.11.19
9192026-07-14T00:10:07.439Z Downloaded resolv-conf v0.7.6
9202026-07-14T00:10:07.439Z Downloaded sha1 v0.11.0
9212026-07-14T00:10:07.442Z Downloaded shell-words v1.1.1
9222026-07-14T00:10:07.442Z Downloaded aes-gcm v0.11.0
9232026-07-14T00:10:07.444Z Downloaded aho-corasick v1.1.4
9242026-07-14T00:10:07.447Z Downloaded minimal-lexical v0.2.1
9252026-07-14T00:10:07.451Z Downloaded progenitor-impl v0.14.0
9262026-07-14T00:10:07.452Z Downloaded pbkdf2 v0.13.0
9272026-07-14T00:10:07.452Z Downloaded password-hash v0.5.0
9282026-07-14T00:10:07.454Z Downloaded serde_urlencoded v0.7.1
9292026-07-14T00:10:07.454Z Downloaded hyper-util v0.1.20
9302026-07-14T00:10:07.457Z Downloaded signature v3.0.0
9312026-07-14T00:10:07.460Z Downloaded signature v2.2.0
9322026-07-14T00:10:07.460Z Downloaded signal-hook-tokio v0.3.1
9332026-07-14T00:10:07.462Z Downloaded signal-hook-mio v0.2.5
9342026-07-14T00:10:07.462Z Downloaded slog-bunyan v2.5.0
9352026-07-14T00:10:07.462Z Downloaded p256 v0.14.0-rc.10
9362026-07-14T00:10:07.465Z Downloaded sha1 v0.10.6
9372026-07-14T00:10:07.468Z Downloaded parse-display-derive v0.10.0
9382026-07-14T00:10:07.468Z Downloaded icu_normalizer v2.1.1
9392026-07-14T00:10:07.470Z Downloaded rustls-pemfile v2.2.0
9402026-07-14T00:10:07.470Z Downloaded ed25519-dalek v3.0.0-rc.0
9412026-07-14T00:10:07.473Z Downloaded const-oid v0.10.2
9422026-07-14T00:10:07.476Z Downloaded generic-array v1.4.3
9432026-07-14T00:10:07.476Z Downloaded sigpipe v0.1.3
9442026-07-14T00:10:07.479Z Downloaded compact_str v0.8.1
9452026-07-14T00:10:07.479Z Downloaded scroll v0.13.0
9462026-07-14T00:10:07.482Z Downloaded serde-hex v0.1.0
9472026-07-14T00:10:07.482Z Downloaded schemars_derive v0.8.22
9482026-07-14T00:10:07.484Z Downloaded slog-envlogger v2.2.0
9492026-07-14T00:10:07.485Z Downloaded seq-macro v0.3.6
9502026-07-14T00:10:07.485Z Downloaded scrypt v0.12.0
9512026-07-14T00:10:07.487Z Downloaded rusty-fork v0.3.1
9522026-07-14T00:10:07.487Z Downloaded futures-channel v0.3.32
9532026-07-14T00:10:07.490Z Downloaded sec1 v0.8.1
9542026-07-14T00:10:07.490Z Downloaded prefix-trie v0.7.0
9552026-07-14T00:10:07.493Z Downloaded aes v0.9.1
9562026-07-14T00:10:07.496Z Downloaded futures-executor v0.3.32
9572026-07-14T00:10:07.496Z Downloaded serde_with_macros v1.5.2
9582026-07-14T00:10:07.496Z Downloaded rustls-pki-types v1.14.0
9592026-07-14T00:10:07.499Z Downloaded env_logger v0.11.9
9602026-07-14T00:10:07.501Z Downloaded ff v0.14.0
9612026-07-14T00:10:07.501Z Downloaded sec1 v0.7.3
9622026-07-14T00:10:07.504Z Downloaded crypto-bigint v0.7.5
9632026-07-14T00:10:07.510Z Downloaded stable_deref_trait v1.2.1
9642026-07-14T00:10:07.513Z Downloaded sqlparser_derive v0.5.0
9652026-07-14T00:10:07.513Z Downloaded prettyplease v0.2.37
9662026-07-14T00:10:07.516Z Downloaded shlex v1.3.0
9672026-07-14T00:10:07.516Z Downloaded serde_path_to_error v0.1.20
9682026-07-14T00:10:07.519Z Downloaded progenitor-impl v0.13.0
9692026-07-14T00:10:07.519Z Downloaded displaydoc v0.2.5
9702026-07-14T00:10:07.521Z Downloaded mio v1.2.0
9712026-07-14T00:10:07.524Z Downloaded slog-async v2.8.0
9722026-07-14T00:10:07.527Z Downloaded simd-adler32 v0.3.8
9732026-07-14T00:10:07.527Z Downloaded openssl-sys v0.9.115
9742026-07-14T00:10:07.529Z Downloaded strum v0.27.2
9752026-07-14T00:10:07.529Z Downloaded strum v0.26.3
9762026-07-14T00:10:07.532Z Downloaded structmeta-derive v0.3.0
9772026-07-14T00:10:07.532Z Downloaded structmeta v0.3.0
9782026-07-14T00:10:07.532Z Downloaded strsim v0.10.0
9792026-07-14T00:10:07.535Z Downloaded strip-ansi-escapes v0.2.1
9802026-07-14T00:10:07.535Z Downloaded signal-hook-registry v1.4.8
9812026-07-14T00:10:07.535Z Downloaded hashbrown v0.16.1
9822026-07-14T00:10:07.538Z Downloaded slog-term v2.9.2
9832026-07-14T00:10:07.541Z Downloaded internal-russh-num-bigint v0.5.0
9842026-07-14T00:10:07.544Z Downloaded ron v0.8.1
9852026-07-14T00:10:07.547Z Downloaded itertools v0.10.5
9862026-07-14T00:10:07.550Z Downloaded slog-scope v4.4.1
9872026-07-14T00:10:07.553Z Downloaded slog-dtrace v0.3.0
9882026-07-14T00:10:07.553Z Downloaded subtle v2.6.1
9892026-07-14T00:10:07.553Z Downloaded slab v0.4.12
9902026-07-14T00:10:07.556Z Downloaded siphasher v1.0.2
9912026-07-14T00:10:07.556Z Downloaded rustversion v1.0.22
9922026-07-14T00:10:07.560Z Downloaded smallvec v0.6.14
9932026-07-14T00:10:07.561Z Downloaded rcgen v0.12.1
9942026-07-14T00:10:07.564Z Downloaded pretty_assertions v1.4.1
9952026-07-14T00:10:07.564Z Downloaded crossterm v0.29.0
9962026-07-14T00:10:07.568Z Downloaded tap v1.0.1
9972026-07-14T00:10:07.568Z Downloaded take_mut v0.2.2
9982026-07-14T00:10:07.568Z Downloaded smf v0.2.3
9992026-07-14T00:10:07.570Z Downloaded slog-json v2.6.1
10002026-07-14T00:10:07.570Z Downloaded sync_wrapper v1.0.2
10012026-07-14T00:10:07.571Z Downloaded supports-color v3.0.2
10022026-07-14T00:10:07.571Z Downloaded tagptr v0.2.0
10032026-07-14T00:10:07.573Z Downloaded sync-ptr v0.1.4
10042026-07-14T00:10:07.573Z Downloaded serde_with_macros v3.17.0
10052026-07-14T00:10:07.576Z Downloaded testing_table v0.3.0
10062026-07-14T00:10:07.576Z Downloaded termtree v0.5.1
10072026-07-14T00:10:07.576Z Downloaded spki v0.7.3
10082026-07-14T00:10:07.579Z Downloaded thread-id v5.1.0
10092026-07-14T00:10:07.579Z Downloaded sha2 v0.11.0
10102026-07-14T00:10:07.582Z Downloaded string_cache v0.8.9
10112026-07-14T00:10:07.582Z Downloaded stacker v0.1.23
10122026-07-14T00:10:07.585Z Downloaded tabwriter v1.4.1
10132026-07-14T00:10:07.585Z Downloaded tabled_derive v0.11.0
10142026-07-14T00:10:07.585Z Downloaded serde_derive_internals v0.29.1
10152026-07-14T00:10:07.587Z Downloaded serde_cbor v0.11.2
10162026-07-14T00:10:07.588Z Downloaded strum_macros v0.24.3
10172026-07-14T00:10:07.590Z Downloaded stringprep v0.1.5
10182026-07-14T00:10:07.590Z Downloaded time-core v0.1.8
10192026-07-14T00:10:07.593Z Downloaded schemars v0.8.22
10202026-07-14T00:10:07.597Z Downloaded slog-stdlog v4.1.1
10212026-07-14T00:10:07.601Z Downloaded nom v7.1.3
10222026-07-14T00:10:07.604Z Downloaded serdect v0.4.3
10232026-07-14T00:10:07.604Z Downloaded spki v0.8.0
10242026-07-14T00:10:07.604Z Downloaded hashbrown v0.13.2
10252026-07-14T00:10:07.607Z Downloaded static_assertions v1.1.0
10262026-07-14T00:10:07.610Z Downloaded tinyvec_macros v0.1.1
10272026-07-14T00:10:07.610Z Downloaded support-bundle-viewer v0.1.2
10282026-07-14T00:10:07.610Z Downloaded hashbrown v0.15.5
10292026-07-14T00:10:07.613Z Downloaded p521 v0.14.0-rc.10
10302026-07-14T00:10:07.616Z Downloaded smallvec v1.15.1
10312026-07-14T00:10:07.618Z Downloaded rayon-core v1.13.0
10322026-07-14T00:10:07.621Z Downloaded synstructure v0.13.2
10332026-07-14T00:10:07.621Z Downloaded strum_macros v0.26.4
10342026-07-14T00:10:07.624Z Downloaded snafu-derive v0.8.9
10352026-07-14T00:10:07.624Z Downloaded itertools v0.13.0
10362026-07-14T00:10:07.627Z Downloaded strum_macros v0.27.2
10372026-07-14T00:10:07.630Z Downloaded salsa20 v0.11.0
10382026-07-14T00:10:07.632Z Downloaded ryu v1.0.23
10392026-07-14T00:10:07.632Z Downloaded thiserror-impl-no-std v2.0.2
10402026-07-14T00:10:07.635Z Downloaded spin v0.9.8
10412026-07-14T00:10:07.635Z Downloaded tokio-test v0.4.5
10422026-07-14T00:10:07.638Z Downloaded rustls-platform-verifier v0.6.2
10432026-07-14T00:10:07.638Z Downloaded num-bigint v0.4.6
10442026-07-14T00:10:07.641Z Downloaded hyper v1.10.1
10452026-07-14T00:10:07.645Z Downloaded p384 v0.14.0-rc.10
10462026-07-14T00:10:07.648Z Downloaded futures-util v0.3.32
10472026-07-14T00:10:07.654Z Downloaded topological-sort v0.2.2
10482026-07-14T00:10:07.657Z Downloaded trait-variant v0.1.2
10492026-07-14T00:10:07.657Z Downloaded time-macros v0.2.27
10502026-07-14T00:10:07.659Z Downloaded try-lock v0.2.5
10512026-07-14T00:10:07.659Z Downloaded libxml v0.3.3
10522026-07-14T00:10:07.664Z Downloaded thread_local v1.1.9
10532026-07-14T00:10:07.667Z Downloaded tinystr v0.8.2
10542026-07-14T00:10:07.667Z Downloaded rand v0.8.6
10552026-07-14T00:10:07.667Z Downloaded tower-service v0.3.3
10562026-07-14T00:10:07.669Z Downloaded ssh-encoding v0.3.0-rc.9
10572026-07-14T00:10:07.669Z Downloaded signal-hook v0.3.18
10582026-07-14T00:10:07.672Z Downloaded slog v2.8.2
10592026-07-14T00:10:07.675Z Downloaded unarray v0.1.4
10602026-07-14T00:10:07.675Z Downloaded thiserror-no-std v2.0.2
10612026-07-14T00:10:07.678Z Downloaded tiny-keccak v2.0.2
10622026-07-14T00:10:07.681Z Downloaded unicode-truncate v1.1.0
10632026-07-14T00:10:07.681Z Downloaded tls_codec v0.4.2
10642026-07-14T00:10:07.684Z Downloaded itertools v0.12.1
10652026-07-14T00:10:07.686Z Downloaded tokio-native-tls v0.3.1
10662026-07-14T00:10:07.690Z Downloaded tokio-dtrace v0.1.1
10672026-07-14T00:10:07.690Z Downloaded iri-string v0.7.10
10682026-07-14T00:10:07.693Z Downloaded unicode-xid v0.2.6
10692026-07-14T00:10:07.696Z Downloaded untrusted v0.9.0
10702026-07-14T00:10:07.696Z Downloaded untrusted v0.7.1
10712026-07-14T00:10:07.696Z Downloaded unit-prefix v0.5.2
10722026-07-14T00:10:07.700Z Downloaded universal-hash v0.6.1
10732026-07-14T00:10:07.700Z Downloaded universal-hash v0.5.1
10742026-07-14T00:10:07.700Z Downloaded typify-macro v0.6.2
10752026-07-14T00:10:07.700Z Downloaded socket2 v0.5.10
10762026-07-14T00:10:07.706Z Downloaded tls_codec_derive v0.4.2
10772026-07-14T00:10:07.706Z Downloaded tower-layer v0.3.3
10782026-07-14T00:10:07.706Z Downloaded termios v0.3.3
10792026-07-14T00:10:07.706Z Downloaded similar v2.7.0
10802026-07-14T00:10:07.709Z Downloaded tokio-macros v2.7.0
10812026-07-14T00:10:07.709Z Downloaded toml_datetime v1.1.1+spec-1.1.0
10822026-07-14T00:10:07.709Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10832026-07-14T00:10:07.712Z Downloaded utf8_iter v1.0.4
10842026-07-14T00:10:07.712Z Downloaded usdt-attr-macro v0.6.0
10852026-07-14T00:10:07.712Z Downloaded usdt v0.6.0
10862026-07-14T00:10:07.712Z Downloaded toml_writer v1.1.1+spec-1.1.0
10872026-07-14T00:10:07.715Z Downloaded utf-8 v0.7.6
10882026-07-14T00:10:07.715Z Downloaded samael v0.0.19
10892026-07-14T00:10:07.717Z Downloaded usdt-macro v0.6.0
10902026-07-14T00:10:07.722Z Downloaded crypto-primes v0.7.2
10912026-07-14T00:10:07.724Z Downloaded num-bigint-dig v0.8.6
10922026-07-14T00:10:07.724Z Downloaded icu_properties_data v2.1.2
10932026-07-14T00:10:07.730Z Downloaded term v1.2.1
10942026-07-14T00:10:07.733Z Downloaded term v0.7.0
10952026-07-14T00:10:07.736Z Downloaded wait-timeout v0.2.1
10962026-07-14T00:10:07.736Z Downloaded waitgroup v0.1.2
10972026-07-14T00:10:07.736Z Downloaded void v1.0.2
10982026-07-14T00:10:07.736Z Downloaded bitvec v1.0.1
10992026-07-14T00:10:07.745Z Downloaded rsa v0.9.10
11002026-07-14T00:10:07.748Z Downloaded want v0.3.1
11012026-07-14T00:10:07.751Z Downloaded serde_yaml v0.9.34+deprecated
11022026-07-14T00:10:07.754Z Downloaded subprocess v0.2.15
11032026-07-14T00:10:07.754Z Downloaded tui-tree-widget v0.23.1
11042026-07-14T00:10:07.757Z Downloaded idna v1.1.0
11052026-07-14T00:10:07.759Z Downloaded qorb v0.4.1
11062026-07-14T00:10:07.759Z Downloaded rustls-webpki v0.103.13
11072026-07-14T00:10:07.763Z Downloaded h2 v0.4.15
11082026-07-14T00:10:07.765Z Downloaded zerofrom v0.1.6
11092026-07-14T00:10:07.768Z Downloaded yoke-derive v0.8.1
11102026-07-14T00:10:07.768Z Downloaded nom v8.0.0
11112026-07-14T00:10:07.771Z Downloaded unicase v2.9.0
11122026-07-14T00:10:07.774Z Downloaded tokio-rustls v0.26.4
11132026-07-14T00:10:07.777Z Downloaded xshell-macros v0.2.7
11142026-07-14T00:10:07.777Z Downloaded usdt-impl v0.6.0
11152026-07-14T00:10:07.777Z Downloaded tokio-tungstenite v0.21.0
11162026-07-14T00:10:07.781Z Downloaded xattr v1.6.1
11172026-07-14T00:10:07.781Z Downloaded snafu v0.8.9
11182026-07-14T00:10:07.784Z Downloaded zerofrom-derive v0.1.6
11192026-07-14T00:10:07.786Z Downloaded vergen-lib v9.1.0
11202026-07-14T00:10:07.786Z Downloaded socket2 v0.6.3
11212026-07-14T00:10:07.787Z Downloaded schemars v1.2.1
11222026-07-14T00:10:07.797Z Downloaded zeroize_derive v1.4.3
11232026-07-14T00:10:07.800Z Downloaded libm v0.2.16
11242026-07-14T00:10:07.804Z Downloaded vsss-rs v3.3.4
11252026-07-14T00:10:07.807Z Downloaded vergen-lib v0.1.6
11262026-07-14T00:10:07.811Z Downloaded zone_cfg_derive v0.3.1
11272026-07-14T00:10:07.811Z Downloaded zone v0.3.1
11282026-07-14T00:10:07.811Z Downloaded vergen-git2 v9.1.0
11292026-07-14T00:10:07.811Z Downloaded hkdf v0.12.4
11302026-07-14T00:10:07.814Z Downloaded tracing-attributes v0.1.31
11312026-07-14T00:10:07.814Z Downloaded itertools v0.14.0
11322026-07-14T00:10:07.818Z Downloaded whoami v2.1.0
11332026-07-14T00:10:07.821Z Downloaded rand v0.10.1
11342026-07-14T00:10:07.824Z Downloaded wyz v0.5.1
11352026-07-14T00:10:07.826Z Downloaded twox-hash v2.1.2
11362026-07-14T00:10:07.826Z Downloaded blake3 v1.8.5
11372026-07-14T00:10:07.831Z Downloaded writeable v0.6.2
11382026-07-14T00:10:07.834Z Downloaded zeroize v1.8.2
11392026-07-14T00:10:07.834Z Downloaded yoke v0.8.1
11402026-07-14T00:10:07.836Z Downloaded unicode-properties v0.1.4
11412026-07-14T00:10:07.836Z Downloaded zerovec-derive v0.11.2
11422026-07-14T00:10:07.839Z Downloaded aws-lc-rs v1.16.3
11432026-07-14T00:10:07.844Z Downloaded toml v0.7.8
11442026-07-14T00:10:07.846Z Downloaded vergen v9.1.0
11452026-07-14T00:10:07.849Z Downloaded walkdir v2.5.0
11462026-07-14T00:10:07.849Z Downloaded zstd v0.13.3
11472026-07-14T00:10:07.852Z Downloaded tracing-core v0.1.36
11482026-07-14T00:10:07.854Z Downloaded whoami v1.6.1
11492026-07-14T00:10:07.858Z Downloaded toml v1.1.2+spec-1.1.0
11502026-07-14T00:10:07.861Z Downloaded test-strategy v0.4.5
11512026-07-14T00:10:07.861Z Downloaded zstd-safe v7.2.4
11522026-07-14T00:10:07.863Z Downloaded steno v0.4.1
11532026-07-14T00:10:07.866Z Downloaded typify v0.6.2
11542026-07-14T00:10:07.869Z Downloaded unsafe-libyaml v0.2.11
11552026-07-14T00:10:07.871Z Downloaded hkdf v0.13.0
11562026-07-14T00:10:07.874Z Downloaded tar v0.4.45
11572026-07-14T00:10:07.874Z Downloaded serde_with v1.14.0
11582026-07-14T00:10:07.877Z Downloaded zerocopy v0.6.6
11592026-07-14T00:10:07.881Z Downloaded tungstenite v0.23.0
11602026-07-14T00:10:07.883Z Downloaded tungstenite v0.21.0
11612026-07-14T00:10:07.883Z Downloaded yasna v0.5.2
11622026-07-14T00:10:07.886Z Downloaded tokio-stream v0.1.18
11632026-07-14T00:10:07.889Z Downloaded rsa v0.10.0-rc.18
11642026-07-14T00:10:07.892Z Downloaded tinyvec v1.10.0
11652026-07-14T00:10:07.896Z Downloaded xshell v0.2.7
11662026-07-14T00:10:07.896Z Downloaded vergen-gitcl v1.0.8
11672026-07-14T00:10:07.899Z Downloaded uzers v0.12.2
11682026-07-14T00:10:07.899Z Downloaded toml_parser v1.1.2+spec-1.1.0
11692026-07-14T00:10:07.903Z Downloaded toml_edit v0.23.10+spec-1.0.0
11702026-07-14T00:10:07.903Z Downloaded tokio-tungstenite v0.23.1
11712026-07-14T00:10:07.907Z Downloaded schemars v0.9.0
11722026-07-14T00:10:07.911Z Downloaded rustyline v14.0.0
11732026-07-14T00:10:07.914Z Downloaded tokio-postgres v0.7.16
11742026-07-14T00:10:07.918Z Downloaded vte v0.14.1
11752026-07-14T00:10:07.921Z Downloaded iddqd v0.4.2
11762026-07-14T00:10:07.926Z Downloaded rpassword v7.4.0
11772026-07-14T00:10:07.929Z Downloaded git2 v0.20.4
11782026-07-14T00:10:07.934Z Downloaded unicode-bidi v0.3.18
11792026-07-14T00:10:07.936Z Downloaded bindgen v0.71.1
11802026-07-14T00:10:07.940Z Downloaded chrono v0.4.45
11812026-07-14T00:10:07.945Z Downloaded toml_edit v0.19.15
11822026-07-14T00:10:07.956Z Downloaded zerotrie v0.2.3
11832026-07-14T00:10:07.958Z Downloaded zopfli v0.8.3
11842026-07-14T00:10:07.961Z Downloaded uuid v1.23.4
11852026-07-14T00:10:07.964Z Downloaded regex v1.12.3
11862026-07-14T00:10:07.968Z Downloaded p384 v0.13.1
11872026-07-14T00:10:07.971Z Downloaded reedline v0.40.0
11882026-07-14T00:10:07.974Z Downloaded reqwest v0.13.2
11892026-07-14T00:10:07.978Z Downloaded portable-atomic v1.13.1
11902026-07-14T00:10:07.983Z Downloaded yansi v1.0.1
11912026-07-14T00:10:07.986Z Downloaded lalrpop v0.19.12
11922026-07-14T00:10:07.992Z Downloaded zip v0.6.6
11932026-07-14T00:10:07.995Z Downloaded goblin v0.10.5
11942026-07-14T00:10:08.001Z Downloaded reqwest v0.12.28
11952026-07-14T00:10:08.005Z Downloaded unicode_categories v0.1.1
11962026-07-14T00:10:08.008Z Downloaded rand v0.9.2
11972026-07-14T00:10:08.010Z Downloaded moka v0.12.13
11982026-07-14T00:10:08.014Z Downloaded url v2.5.8
11992026-07-14T00:10:08.017Z Downloaded salty v0.3.0
12002026-07-14T00:10:08.021Z Downloaded rayon v1.11.0
12012026-07-14T00:10:08.027Z Downloaded ssh-key v0.7.0-rc.10
12022026-07-14T00:10:08.031Z Downloaded curve25519-dalek v4.1.3
12032026-07-14T00:10:08.037Z Downloaded quinn v0.11.9
12042026-07-14T00:10:08.040Z Downloaded quick-xml v0.37.5
12052026-07-14T00:10:08.043Z Downloaded x509-cert v0.2.5
12062026-07-14T00:10:08.047Z Downloaded publicsuffix v2.3.0
12072026-07-14T00:10:08.050Z Downloaded ssh-cipher v0.3.0-rc.9
12082026-07-14T00:10:08.053Z Downloaded sqlformat v0.3.5
12092026-07-14T00:10:08.054Z Downloaded deranged v0.5.8
12102026-07-14T00:10:08.054Z Downloaded backon v1.6.0
12112026-07-14T00:10:08.056Z Downloaded aead v0.6.1
12122026-07-14T00:10:08.056Z Downloaded tower v0.5.3
12132026-07-14T00:10:08.062Z Downloaded tower-http v0.6.8
12142026-07-14T00:10:08.067Z Downloaded argon2 v0.6.0-rc.8
12152026-07-14T00:10:08.070Z Downloaded bitfield v0.19.4
12162026-07-14T00:10:08.070Z Downloaded cmake v0.1.57
12172026-07-14T00:10:08.072Z Downloaded cexpr v0.6.0
12182026-07-14T00:10:08.072Z Downloaded zerovec v0.11.5
12192026-07-14T00:10:08.075Z Downloaded typed-path v0.9.3
12202026-07-14T00:10:08.079Z Downloaded zerocopy-derive v0.8.40
12212026-07-14T00:10:08.084Z Downloaded unicode-segmentation v1.12.0
12222026-07-14T00:10:08.087Z Downloaded unicode-normalization v0.1.25
12232026-07-14T00:10:08.090Z Downloaded tough v0.22.0
12242026-07-14T00:10:08.097Z Downloaded tokio-util v0.7.18
12252026-07-14T00:10:08.100Z Downloaded petname v2.0.2
12262026-07-14T00:10:08.103Z Downloaded curve25519-dalek v5.0.0-rc.0
12272026-07-14T00:10:08.109Z Downloaded nix v0.27.1
12282026-07-14T00:10:08.116Z Downloaded zip v4.6.1
12292026-07-14T00:10:08.119Z Downloaded bstr v1.12.1
12302026-07-14T00:10:08.124Z Downloaded quinn-proto v0.11.13
12312026-07-14T00:10:08.129Z Downloaded serde_with v3.17.0
12322026-07-14T00:10:08.138Z Downloaded polar-core v0.27.3
12332026-07-14T00:10:08.143Z Downloaded proptest v1.10.0
12342026-07-14T00:10:08.149Z Downloaded winnow v0.5.40
12352026-07-14T00:10:08.155Z Downloaded radix_trie v0.2.1
12362026-07-14T00:10:08.158Z Downloaded object v0.30.4
12372026-07-14T00:10:08.166Z Downloaded cassowary v0.3.0
12382026-07-14T00:10:08.171Z Downloaded camino-tempfile-ext v0.3.3
12392026-07-14T00:10:08.171Z Downloaded futures-macro v0.3.32
12402026-07-14T00:10:08.171Z Downloaded crossbeam-utils v0.8.21
12412026-07-14T00:10:08.171Z Downloaded russh v0.61.2
12422026-07-14T00:10:08.179Z Downloaded dropshot v0.17.1
12432026-07-14T00:10:08.191Z Downloaded winnow v1.0.3
12442026-07-14T00:10:08.196Z Downloaded winnow v0.6.26
12452026-07-14T00:10:08.202Z Downloaded smoltcp v0.9.1
12462026-07-14T00:10:08.208Z Downloaded hickory-proto v0.24.4
12472026-07-14T00:10:08.217Z Downloaded vcpkg v0.2.15
12482026-07-14T00:10:08.240Z Downloaded regex-syntax v0.6.29
12492026-07-14T00:10:08.244Z Downloaded object v0.37.3
12502026-07-14T00:10:08.252Z Downloaded zlib-rs v0.6.2
12512026-07-14T00:10:08.255Z Downloaded nix v0.31.2
12522026-07-14T00:10:08.262Z Downloaded openssl v0.10.79
12532026-07-14T00:10:08.268Z Downloaded hickory-proto v0.25.2
12542026-07-14T00:10:08.277Z Downloaded zerocopy v0.8.40
12552026-07-14T00:10:08.282Z Downloaded smoltcp v0.11.0
12562026-07-14T00:10:08.290Z Downloaded regress v0.10.5
12572026-07-14T00:10:08.295Z Downloaded regex-syntax v0.8.10
12582026-07-14T00:10:08.300Z Downloaded openapiv3 v2.2.0
12592026-07-14T00:10:08.306Z Downloaded rustix v0.38.44
12602026-07-14T00:10:08.336Z Downloaded rustls v0.23.41
12612026-07-14T00:10:08.341Z Downloaded regress v0.11.1
12622026-07-14T00:10:08.341Z Downloaded diesel v2.3.7
12632026-07-14T00:10:08.345Z Downloaded nix v0.28.0
12642026-07-14T00:10:08.351Z Downloaded time v0.3.47
12652026-07-14T00:10:08.358Z Downloaded tabled v0.20.0
12662026-07-14T00:10:08.368Z Downloaded fiat-crypto v0.3.0
12672026-07-14T00:10:08.375Z Downloaded bzip2-sys v0.1.13+1.0.8
12682026-07-14T00:10:08.384Z Downloaded typify-impl v0.6.2
12692026-07-14T00:10:08.409Z Downloaded zerocopy-derive v0.6.6
12702026-07-14T00:10:08.418Z Downloaded sled v0.34.7
12712026-07-14T00:10:08.424Z Downloaded sqlparser v0.61.0
12722026-07-14T00:10:08.431Z Downloaded chrono-tz v0.10.4
12732026-07-14T00:10:08.442Z Downloaded ratatui v0.29.0
12742026-07-14T00:10:08.453Z Downloaded tracing v0.1.44
12752026-07-14T00:10:08.465Z Downloaded sha3 v0.11.0
12762026-07-14T00:10:08.468Z Downloaded jiff v0.2.21
12772026-07-14T00:10:08.486Z Downloaded libz-sys v1.1.24
12782026-07-14T00:10:08.498Z Downloaded regex-automata v0.4.14
12792026-07-14T00:10:08.514Z Downloaded petgraph v0.6.5
12802026-07-14T00:10:08.553Z Downloaded encoding_rs v0.8.35
12812026-07-14T00:10:08.566Z Downloaded petgraph v0.8.3
12822026-07-14T00:10:08.594Z Downloaded csv v1.4.0
12832026-07-14T00:10:08.607Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12842026-07-14T00:10:08.617Z Downloaded sha3 v0.10.8
12852026-07-14T00:10:08.628Z Downloaded tokio v1.52.1
12862026-07-14T00:10:08.704Z Downloaded ring v0.17.14
12872026-07-14T00:10:08.731Z Downloaded libgit2-sys v0.18.3+1.9.2
12882026-07-14T00:10:09.106Z Downloaded aws-lc-sys v0.40.0
12892026-07-14T00:10:09.360Z Compiling libc v0.2.185
12902026-07-14T00:10:09.360Z Compiling serde_core v1.0.228
12912026-07-14T00:10:09.360Z Compiling serde v1.0.228
12922026-07-14T00:10:09.364Z Compiling log v0.4.29
12932026-07-14T00:10:09.364Z Compiling smallvec v1.15.1
12942026-07-14T00:10:09.364Z Compiling find-msvc-tools v0.1.9
12952026-07-14T00:10:09.364Z Compiling shlex v1.3.0
12962026-07-14T00:10:09.364Z Compiling subtle v2.6.1
12972026-07-14T00:10:09.364Z Compiling scopeguard v1.2.0
12982026-07-14T00:10:09.506Z Compiling stable_deref_trait v1.2.1
12992026-07-14T00:10:09.509Z Compiling typenum v1.20.1
13002026-07-14T00:10:09.519Z Compiling serde_json v1.0.150
13012026-07-14T00:10:09.598Z Compiling zerocopy v0.8.40
13022026-07-14T00:10:09.625Z Compiling syn v2.0.117
13032026-07-14T00:10:09.641Z Compiling portable-atomic v1.13.1
13042026-07-14T00:10:09.654Z Compiling parking_lot_core v0.9.12
13052026-07-14T00:10:09.680Z Compiling lock_api v0.4.14
13062026-07-14T00:10:09.766Z Compiling pin-project-lite v0.2.17
13072026-07-14T00:10:09.770Z Compiling pkg-config v0.3.32
13082026-07-14T00:10:09.793Z Compiling critical-section v1.2.0
13092026-07-14T00:10:09.824Z Compiling getrandom v0.4.1
13102026-07-14T00:10:09.852Z Compiling futures-core v0.3.32
13112026-07-14T00:10:09.870Z Compiling libm v0.2.16
13122026-07-14T00:10:09.905Z Compiling num-traits v0.2.19
13132026-07-14T00:10:09.922Z Compiling generic-array v0.14.7
13142026-07-14T00:10:09.972Z Compiling rand_core v0.10.0
13152026-07-14T00:10:10.004Z Compiling const-oid v0.9.6
13162026-07-14T00:10:10.018Z Compiling litemap v0.8.1
13172026-07-14T00:10:10.021Z Compiling percent-encoding v2.3.2
13182026-07-14T00:10:10.059Z Compiling writeable v0.6.2
13192026-07-14T00:10:10.184Z Compiling icu_normalizer_data v2.1.1
13202026-07-14T00:10:10.208Z Compiling icu_properties_data v2.1.2
13212026-07-14T00:10:10.272Z Compiling futures-sink v0.3.32
13222026-07-14T00:10:10.288Z Compiling slab v0.4.12
13232026-07-14T00:10:10.291Z Compiling futures-task v0.3.32
13242026-07-14T00:10:10.329Z Compiling futures-io v0.3.32
13252026-07-14T00:10:10.372Z Compiling futures-channel v0.3.32
13262026-07-14T00:10:10.375Z Compiling utf8_iter v1.0.4
13272026-07-14T00:10:10.400Z Compiling getrandom v0.3.4
13282026-07-14T00:10:10.417Z Compiling rustversion v1.0.22
13292026-07-14T00:10:10.508Z Compiling form_urlencoded v1.2.2
13302026-07-14T00:10:10.511Z Compiling fs_extra v1.3.0
13312026-07-14T00:10:10.536Z Compiling ident_case v1.0.1
13322026-07-14T00:10:10.552Z Compiling jobserver v0.1.34
13332026-07-14T00:10:10.566Z Compiling errno v0.3.14
13342026-07-14T00:10:10.579Z Compiling getrandom v0.2.17
13352026-07-14T00:10:10.643Z Compiling mio v1.2.0
13362026-07-14T00:10:10.682Z Compiling socket2 v0.6.3
13372026-07-14T00:10:10.709Z Compiling signal-hook-registry v1.4.8
13382026-07-14T00:10:10.739Z Compiling rand_core v0.6.4
13392026-07-14T00:10:10.826Z Compiling cc v1.2.56
13402026-07-14T00:10:10.841Z Compiling parking_lot v0.12.5
13412026-07-14T00:10:10.843Z Compiling dunce v1.0.5
13422026-07-14T00:10:10.910Z Compiling once_cell v1.21.3
13432026-07-14T00:10:10.948Z Compiling rustix v1.1.3
13442026-07-14T00:10:10.964Z Compiling regex-syntax v0.8.10
13452026-07-14T00:10:10.980Z Compiling iana-time-zone v0.1.65
13462026-07-14T00:10:10.996Z Compiling base64ct v1.8.3
13472026-07-14T00:10:11.011Z Compiling vcpkg v0.2.15
13482026-07-14T00:10:11.043Z Compiling base64 v0.22.1
13492026-07-14T00:10:11.162Z Compiling tracing-core v0.1.36
13502026-07-14T00:10:11.165Z Compiling aws-lc-rs v1.16.3
13512026-07-14T00:10:11.207Z Compiling flagset v0.4.7
13522026-07-14T00:10:11.249Z Compiling pem-rfc7468 v0.7.0
13532026-07-14T00:10:11.312Z Compiling openssl-probe v0.2.1
13542026-07-14T00:10:11.360Z Compiling rand_core v0.9.5
13552026-07-14T00:10:11.392Z Compiling tinyvec_macros v0.1.1
13562026-07-14T00:10:11.438Z Compiling cmov v0.5.4
13572026-07-14T00:10:11.479Z Compiling httparse v1.10.1
13582026-07-14T00:10:11.514Z Compiling tinyvec v1.10.0
13592026-07-14T00:10:11.517Z Compiling aho-corasick v1.1.4
13602026-07-14T00:10:11.517Z Compiling atomic-waker v1.1.2
13612026-07-14T00:10:11.577Z Compiling cmake v0.1.57
13622026-07-14T00:10:11.581Z Compiling dyn-clone v1.0.20
13632026-07-14T00:10:11.607Z Compiling schemars v0.8.22
13642026-07-14T00:10:11.660Z Compiling ctutils v0.4.2
13652026-07-14T00:10:11.674Z Compiling try-lock v0.2.5
13662026-07-14T00:10:11.687Z Compiling tower-service v0.3.3
13672026-07-14T00:10:11.783Z Compiling bitflags v2.11.0
13682026-07-14T00:10:11.811Z Compiling semver v1.0.28
13692026-07-14T00:10:11.815Z Compiling indexmap v2.14.0
13702026-07-14T00:10:11.815Z Compiling uuid v1.23.4
13712026-07-14T00:10:11.857Z Compiling tower-layer v0.3.3
13722026-07-14T00:10:11.877Z Compiling untrusted v0.7.1
13732026-07-14T00:10:11.935Z Compiling want v0.3.1
13742026-07-14T00:10:11.950Z Compiling untrusted v0.9.0
13752026-07-14T00:10:11.981Z Compiling openssl v0.10.79
13762026-07-14T00:10:12.041Z Compiling cpufeatures v0.2.17
13772026-07-14T00:10:12.045Z Compiling foreign-types-shared v0.1.1
13782026-07-14T00:10:12.071Z Compiling rustc_version v0.4.1
13792026-07-14T00:10:12.087Z Compiling rustls v0.23.41
13802026-07-14T00:10:12.130Z Compiling httpdate v1.0.3
13812026-07-14T00:10:12.131Z Compiling foreign-types v0.3.2
13822026-07-14T00:10:12.159Z Compiling unicode-normalization v0.1.25
13832026-07-14T00:10:12.178Z Compiling spin v0.9.8
13842026-07-14T00:10:12.227Z Compiling num-conv v0.2.0
13852026-07-14T00:10:12.266Z Compiling time-core v0.1.8
13862026-07-14T00:10:12.286Z Compiling crc32fast v1.5.0
13872026-07-14T00:10:12.300Z Compiling native-tls v0.2.18
13882026-07-14T00:10:12.374Z Compiling powerfmt v0.2.0
13892026-07-14T00:10:12.396Z Compiling wait-timeout v0.2.1
13902026-07-14T00:10:12.412Z Compiling sync_wrapper v1.0.2
13912026-07-14T00:10:12.431Z Compiling simd-adler32 v0.3.8
13922026-07-14T00:10:12.434Z Compiling time-macros v0.2.27
13932026-07-14T00:10:12.469Z Compiling aws-lc-sys v0.40.0
13942026-07-14T00:10:12.518Z Compiling openssl-sys v0.9.115
13952026-07-14T00:10:12.538Z Compiling regex-automata v0.4.14
13962026-07-14T00:10:12.554Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13972026-07-14T00:10:12.601Z Compiling synstructure v0.13.2
13982026-07-14T00:10:12.617Z Compiling serde_derive_internals v0.29.1
13992026-07-14T00:10:12.621Z Compiling pest_generator v2.8.6
14002026-07-14T00:10:12.660Z Compiling darling_core v0.20.11
14012026-07-14T00:10:12.712Z Compiling deranged v0.5.8
14022026-07-14T00:10:12.753Z Compiling syn v1.0.109
14032026-07-14T00:10:12.986Z Compiling tempfile v3.25.0
14042026-07-14T00:10:13.123Z Compiling num_threads v0.1.7
14052026-07-14T00:10:13.239Z Compiling siphasher v1.0.2
14062026-07-14T00:10:13.301Z Compiling quick-error v1.2.3
14072026-07-14T00:10:13.320Z Compiling crossbeam-utils v0.8.21
14082026-07-14T00:10:13.367Z Compiling bit-vec v0.8.0
14092026-07-14T00:10:13.398Z Compiling usdt-impl v0.6.0
14102026-07-14T00:10:13.458Z Compiling rusty-fork v0.3.1
14112026-07-14T00:10:13.473Z Compiling darling_core v0.21.3
14122026-07-14T00:10:13.476Z Compiling bzip2-sys v0.1.13+1.0.8
14132026-07-14T00:10:13.592Z Compiling bit-set v0.8.0
14142026-07-14T00:10:13.629Z Compiling heapless v0.7.17
14152026-07-14T00:10:13.667Z Compiling time v0.3.47
14162026-07-14T00:10:13.683Z Compiling slog v2.8.2
14172026-07-14T00:10:13.713Z Compiling rand_xorshift v0.4.0
14182026-07-14T00:10:13.731Z Compiling thread-id v5.1.0
14192026-07-14T00:10:13.747Z Compiling cookie v0.18.1
14202026-07-14T00:10:13.762Z Compiling zstd-safe v7.2.4
14212026-07-14T00:10:13.779Z Compiling anyhow v1.0.102
14222026-07-14T00:10:13.804Z Compiling unicode-properties v0.1.4
14232026-07-14T00:10:13.827Z Compiling iri-string v0.7.10
14242026-07-14T00:10:13.841Z Compiling signal-hook v0.3.18
14252026-07-14T00:10:13.902Z Compiling unicode-bidi v0.3.18
14262026-07-14T00:10:13.920Z Compiling allocator-api2 v0.2.21
14272026-07-14T00:10:13.923Z Compiling adler2 v2.0.1
14282026-07-14T00:10:13.978Z Compiling paste v1.0.15
14292026-07-14T00:10:14.006Z Compiling ryu v1.0.23
14302026-07-14T00:10:14.034Z Compiling unarray v0.1.4
14312026-07-14T00:10:14.075Z Compiling miniz_oxide v0.8.9
14322026-07-14T00:10:14.216Z Compiling camino v1.2.2
14332026-07-14T00:10:14.264Z Compiling stringprep v0.1.5
14342026-07-14T00:10:14.368Z Compiling curve25519-dalek v4.1.3
14352026-07-14T00:10:14.382Z Compiling serde_derive v1.0.228
14362026-07-14T00:10:14.456Z Compiling zeroize_derive v1.4.3
14372026-07-14T00:10:14.610Z Compiling zerofrom-derive v0.1.6
14382026-07-14T00:10:14.688Z Compiling yoke-derive v0.8.1
14392026-07-14T00:10:14.734Z Compiling zerocopy-derive v0.8.40
14402026-07-14T00:10:14.734Z Compiling zerovec-derive v0.11.2
14412026-07-14T00:10:14.804Z Compiling displaydoc v0.2.5
14422026-07-14T00:10:14.938Z Compiling tokio-macros v2.7.0
14432026-07-14T00:10:15.085Z Compiling futures-macro v0.3.32
14442026-07-14T00:10:15.209Z Compiling zeroize v1.8.2
14452026-07-14T00:10:15.337Z Compiling thiserror-impl v2.0.18
14462026-07-14T00:10:15.453Z Compiling der_derive v0.7.3
14472026-07-14T00:10:15.598Z Compiling tracing-attributes v0.1.31
14482026-07-14T00:10:15.718Z Compiling rustls-pki-types v1.14.0
14492026-07-14T00:10:15.938Z Compiling hybrid-array v0.4.13
14502026-07-14T00:10:15.953Z Compiling scroll_derive v0.13.1
14512026-07-14T00:10:15.967Z Compiling futures-util v0.3.32
14522026-07-14T00:10:16.034Z Compiling block-buffer v0.10.4
14532026-07-14T00:10:16.121Z Compiling crypto-common v0.1.7
14542026-07-14T00:10:16.135Z Compiling zerofrom v0.1.6
14552026-07-14T00:10:16.192Z Compiling schemars_derive v0.8.22
14562026-07-14T00:10:16.232Z Compiling pest_derive v2.8.6
14572026-07-14T00:10:16.280Z Compiling yoke v0.8.1
14582026-07-14T00:10:16.293Z Compiling digest v0.10.7
14592026-07-14T00:10:16.481Z Compiling zerovec v0.11.5
14602026-07-14T00:10:16.495Z Compiling zerotrie v0.2.3
14612026-07-14T00:10:16.568Z Compiling der v0.7.10
14622026-07-14T00:10:16.724Z Compiling darling_macro v0.20.11
14632026-07-14T00:10:16.760Z Compiling thiserror v2.0.18
14642026-07-14T00:10:16.776Z Compiling openssl-macros v0.1.1
14652026-07-14T00:10:16.823Z Compiling hmac v0.12.1
14662026-07-14T00:10:16.826Z Compiling sha2 v0.10.9
14672026-07-14T00:10:16.852Z Compiling scroll v0.13.0
14682026-07-14T00:10:16.885Z Compiling dtrace-parser v0.3.0
14692026-07-14T00:10:17.006Z Compiling tinystr v0.8.2
14702026-07-14T00:10:17.021Z Compiling potential_utf v0.1.4
14712026-07-14T00:10:17.035Z Compiling tracing v0.1.44
14722026-07-14T00:10:17.144Z Compiling goblin v0.10.5
14732026-07-14T00:10:17.214Z Compiling icu_locale_core v2.1.1
14742026-07-14T00:10:17.237Z Compiling icu_collections v2.1.1
14752026-07-14T00:10:17.283Z Compiling darling v0.20.11
14762026-07-14T00:10:17.333Z Compiling thiserror-impl v1.0.69
14772026-07-14T00:10:17.380Z Compiling derive_builder_core v0.20.2
14782026-07-14T00:10:17.530Z Compiling spki v0.7.3
14792026-07-14T00:10:17.675Z Compiling scroll_derive v0.12.1
14802026-07-14T00:10:17.750Z Compiling pkcs8 v0.10.2
14812026-07-14T00:10:17.765Z Compiling block-buffer v0.12.1
14822026-07-14T00:10:17.825Z Compiling crypto-common v0.2.2
14832026-07-14T00:10:17.985Z Compiling bytes v1.11.1
14842026-07-14T00:10:18.003Z Compiling icu_provider v2.1.1
14852026-07-14T00:10:18.025Z Compiling chrono v0.4.45
14862026-07-14T00:10:18.121Z Compiling ipnet v2.11.0
14872026-07-14T00:10:18.279Z Compiling icu_normalizer v2.1.1
14882026-07-14T00:10:18.297Z Compiling icu_properties v2.1.2
14892026-07-14T00:10:18.313Z Compiling derive_builder_macro v0.20.2
14902026-07-14T00:10:18.328Z Compiling erased-serde v0.3.31
14912026-07-14T00:10:18.345Z Compiling serde_spanned v0.6.9
14922026-07-14T00:10:18.401Z Compiling scroll v0.12.0
14932026-07-14T00:10:18.507Z Compiling tokio v1.52.1
14942026-07-14T00:10:18.623Z Compiling http v1.4.2
14952026-07-14T00:10:18.644Z Compiling serde_urlencoded v0.7.1
14962026-07-14T00:10:18.662Z Compiling thiserror v1.0.69
14972026-07-14T00:10:18.683Z Compiling serde_tokenstream v0.2.3
14982026-07-14T00:10:18.774Z Compiling toml_datetime v0.6.11
14992026-07-14T00:10:18.829Z Compiling block-padding v0.4.2
15002026-07-14T00:10:18.843Z Compiling md-5 v0.10.6
15012026-07-14T00:10:18.856Z Compiling signature v2.2.0
15022026-07-14T00:10:18.897Z Compiling darling_macro v0.21.3
15032026-07-14T00:10:19.005Z Compiling rustls-native-certs v0.8.3
15042026-07-14T00:10:19.008Z Compiling bstr v1.12.1
15052026-07-14T00:10:19.034Z Compiling async-trait v0.1.89
15062026-07-14T00:10:19.049Z Compiling zerocopy-derive v0.7.35
15072026-07-14T00:10:19.064Z Compiling pin-project-internal v1.1.11
15082026-07-14T00:10:19.347Z Compiling idna_adapter v1.2.1
15092026-07-14T00:10:19.357Z Compiling ppv-lite86 v0.2.21
15102026-07-14T00:10:19.448Z Compiling http-body v1.0.1
15112026-07-14T00:10:19.469Z Compiling idna v1.1.0
15122026-07-14T00:10:19.484Z Compiling num-integer v0.1.46
15132026-07-14T00:10:19.558Z Compiling vergen-lib v9.1.0
15142026-07-14T00:10:19.585Z Compiling http-body-util v0.1.3
15152026-07-14T00:10:19.618Z Compiling hash32 v0.2.1
15162026-07-14T00:10:19.698Z Compiling rand_chacha v0.9.0
15172026-07-14T00:10:19.757Z Compiling rand_chacha v0.3.1
15182026-07-14T00:10:19.835Z Compiling url v2.5.8
15192026-07-14T00:10:19.889Z Compiling memoffset v0.9.1
15202026-07-14T00:10:19.903Z Compiling encoding_rs v0.8.35
15212026-07-14T00:10:19.918Z Compiling zlib-rs v0.6.2
15222026-07-14T00:10:19.921Z Compiling cfg_aliases v0.2.1
15232026-07-14T00:10:20.020Z Compiling rand v0.9.2
15242026-07-14T00:10:20.033Z Compiling dof v0.4.0
15252026-07-14T00:10:20.128Z Compiling mime v0.3.17
15262026-07-14T00:10:20.151Z Compiling smoltcp v0.9.1
15272026-07-14T00:10:20.222Z Compiling psl-types v2.0.11
15282026-07-14T00:10:20.310Z Compiling fallible-iterator v0.2.0
15292026-07-14T00:10:20.335Z Compiling rustix v0.38.44
15302026-07-14T00:10:20.408Z Compiling ref-cast v1.0.25
15312026-07-14T00:10:20.457Z Compiling num-bigint-dig v0.8.6
15322026-07-14T00:10:20.524Z Compiling litrs v1.0.0
15332026-07-14T00:10:20.596Z Compiling proptest v1.10.0
15342026-07-14T00:10:20.634Z Compiling postgres-protocol v0.6.10
15352026-07-14T00:10:20.680Z Compiling publicsuffix v2.3.0
15362026-07-14T00:10:20.829Z Compiling pin-project v1.1.11
15372026-07-14T00:10:20.857Z Compiling zerocopy v0.7.35
15382026-07-14T00:10:20.887Z Compiling nix v0.31.2
15392026-07-14T00:10:20.955Z Compiling rand v0.8.6
15402026-07-14T00:10:21.055Z Compiling num-iter v0.1.45
15412026-07-14T00:10:21.069Z Compiling document-features v0.2.12
15422026-07-14T00:10:21.194Z Compiling ipnetwork v0.21.1
15432026-07-14T00:10:21.219Z Compiling darling v0.21.3
15442026-07-14T00:10:21.243Z Compiling inout v0.2.2
15452026-07-14T00:10:21.303Z Compiling derive_builder v0.20.2
15462026-07-14T00:10:21.369Z Compiling goblin v0.8.2
15472026-07-14T00:10:21.439Z Compiling oxnet v0.1.6
15482026-07-14T00:10:21.457Z Compiling hubpack_derive v0.1.1
15492026-07-14T00:10:21.472Z Compiling futures-executor v0.3.32
15502026-07-14T00:10:21.474Z Compiling hex v0.4.3
15512026-07-14T00:10:21.619Z Compiling regex v1.12.3
15522026-07-14T00:10:21.692Z Compiling daft-derive v0.1.7
15532026-07-14T00:10:21.721Z Compiling strum_macros v0.27.2
15542026-07-14T00:10:21.734Z Compiling ref-cast-impl v1.0.25
15552026-07-14T00:10:21.738Z Compiling snafu-derive v0.8.9
15562026-07-14T00:10:21.762Z Compiling curve25519-dalek-derive v0.1.1
15572026-07-14T00:10:21.954Z Compiling phf_shared v0.13.1
15582026-07-14T00:10:22.064Z Compiling terminal_size v0.4.3
15592026-07-14T00:10:22.083Z Compiling lazy_static v1.5.0
15602026-07-14T00:10:22.152Z Compiling anstyle-parse v0.2.7
15612026-07-14T00:10:22.195Z Compiling cargo-platform v0.3.2
15622026-07-14T00:10:22.214Z Compiling vergen v9.1.0
15632026-07-14T00:10:22.229Z Compiling ff v0.13.1
15642026-07-14T00:10:22.229Z Compiling fs-err v3.3.0
15652026-07-14T00:10:22.331Z Compiling ahash v0.8.12
15662026-07-14T00:10:22.356Z Compiling foldhash v0.2.0
15672026-07-14T00:10:22.379Z Compiling tokio-util v0.7.18
15682026-07-14T00:10:22.395Z Compiling tower v0.5.3
15692026-07-14T00:10:22.437Z Compiling tokio-native-tls v0.3.1
15702026-07-14T00:10:22.473Z Compiling libbz2-rs-sys v0.2.2
15712026-07-14T00:10:22.489Z Compiling winnow v0.5.40
15722026-07-14T00:10:22.489Z Compiling bitflags v1.3.2
15732026-07-14T00:10:22.518Z Compiling base16ct v0.2.0
15742026-07-14T00:10:22.578Z Compiling object v0.37.3
15752026-07-14T00:10:22.594Z Compiling foldhash v0.1.5
15762026-07-14T00:10:22.609Z Compiling managed v0.8.0
15772026-07-14T00:10:22.629Z Compiling bumpalo v3.20.2
15782026-07-14T00:10:22.711Z Compiling unicode-segmentation v1.12.0
15792026-07-14T00:10:22.783Z Compiling same-file v1.0.6
15802026-07-14T00:10:22.838Z Compiling tower-http v0.6.8
15812026-07-14T00:10:22.882Z Compiling flate2 v1.1.9
15822026-07-14T00:10:22.907Z Compiling walkdir v2.5.0
15832026-07-14T00:10:22.921Z Compiling bzip2 v0.6.1
15842026-07-14T00:10:23.016Z Compiling newtype-uuid v1.3.2
15852026-07-14T00:10:23.109Z Compiling h2 v0.4.15
15862026-07-14T00:10:23.149Z Compiling zopfli v0.8.3
15872026-07-14T00:10:23.236Z Compiling daft v0.1.7
15882026-07-14T00:10:23.252Z Compiling hashbrown v0.15.5
15892026-07-14T00:10:23.265Z Compiling sec1 v0.7.3
15902026-07-14T00:10:23.366Z Compiling hashbrown v0.16.1
15912026-07-14T00:10:23.449Z Compiling clap_builder v4.6.0
15922026-07-14T00:10:23.583Z Compiling dof v0.3.0
15932026-07-14T00:10:23.660Z Compiling cargo_metadata v0.23.1
15942026-07-14T00:10:23.686Z Compiling snafu v0.8.9
15952026-07-14T00:10:23.737Z Compiling strum v0.27.2
15962026-07-14T00:10:23.816Z Compiling toml_edit v0.19.15
15972026-07-14T00:10:23.831Z Compiling group v0.13.0
15982026-07-14T00:10:23.946Z Compiling anstream v0.6.21
15992026-07-14T00:10:23.980Z Compiling phf v0.13.1
16002026-07-14T00:10:24.010Z Compiling signal-hook-mio v0.2.5
16012026-07-14T00:10:24.063Z Compiling hubpack v0.1.2
16022026-07-14T00:10:24.146Z Compiling cookie_store v0.22.1
16032026-07-14T00:10:24.170Z Compiling futures v0.3.32
16042026-07-14T00:10:24.266Z Compiling bzip2 v0.4.4
16052026-07-14T00:10:24.282Z Compiling usdt-macro v0.6.0
16062026-07-14T00:10:24.302Z Compiling usdt-attr-macro v0.6.0
16072026-07-14T00:10:24.332Z Compiling cipher v0.5.2
16082026-07-14T00:10:24.352Z Compiling serde_with_macros v3.17.0
16092026-07-14T00:10:24.433Z Compiling postgres-types v0.2.12
16102026-07-14T00:10:24.493Z Compiling zstd v0.13.3
16112026-07-14T00:10:24.833Z Compiling globset v0.4.18
16122026-07-14T00:10:24.849Z Compiling ed25519 v2.2.3
16132026-07-14T00:10:24.865Z Compiling dtrace-parser v0.2.0
16142026-07-14T00:10:25.072Z Compiling serde_plain v1.0.2
16152026-07-14T00:10:25.088Z Compiling serde-big-array v0.5.1
16162026-07-14T00:10:25.133Z Compiling olpc-cjson v0.1.4
16172026-07-14T00:10:25.211Z Compiling pkcs1 v0.7.5
16182026-07-14T00:10:25.253Z Compiling hkdf v0.12.4
16192026-07-14T00:10:25.293Z Compiling crypto-bigint v0.5.5
16202026-07-14T00:10:25.315Z Compiling async-recursion v1.1.1
16212026-07-14T00:10:25.444Z Compiling clap_derive v4.6.1
16222026-07-14T00:10:25.556Z Compiling serde_repr v0.1.20
16232026-07-14T00:10:25.573Z Compiling enum-as-inner v0.6.1
16242026-07-14T00:10:25.628Z Compiling strum_macros v0.26.4
16252026-07-14T00:10:25.662Z Compiling phf_shared v0.11.3
16262026-07-14T00:10:25.796Z Compiling float-cmp v0.10.0
16272026-07-14T00:10:25.866Z Compiling pem v3.0.6
16282026-07-14T00:10:25.930Z Compiling memmap2 v0.9.10
16292026-07-14T00:10:25.960Z Compiling thread-id v4.2.2
16302026-07-14T00:10:26.012Z Compiling env_filter v1.0.0
16312026-07-14T00:10:26.061Z Compiling difflib v0.4.0
16322026-07-14T00:10:26.129Z Compiling normalize-line-endings v0.3.0
16332026-07-14T00:10:26.155Z Compiling new_debug_unreachable v1.0.6
16342026-07-14T00:10:26.169Z Compiling either v1.15.0
16352026-07-14T00:10:26.225Z Compiling static_assertions v1.1.0
16362026-07-14T00:10:26.240Z Compiling precomputed-hash v0.1.1
16372026-07-14T00:10:26.245Z Compiling const-oid v0.10.2
16382026-07-14T00:10:26.310Z Compiling hyper v1.10.1
16392026-07-14T00:10:26.342Z Compiling keccak v0.1.6
16402026-07-14T00:10:26.345Z Compiling cpufeatures v0.3.0
16412026-07-14T00:10:26.404Z Compiling data-encoding v2.10.0
16422026-07-14T00:10:26.432Z Compiling fixedbitset v0.4.2
16432026-07-14T00:10:26.454Z Compiling jiff v0.2.21
16442026-07-14T00:10:26.482Z Compiling fixedbitset v0.5.7
16452026-07-14T00:10:26.542Z Compiling winnow v1.0.3
16462026-07-14T00:10:26.546Z Compiling whoami v2.1.0
16472026-07-14T00:10:26.664Z Compiling predicates-core v1.0.10
16482026-07-14T00:10:26.686Z Compiling typed-path v0.9.3
16492026-07-14T00:10:26.813Z Compiling predicates v3.1.4
16502026-07-14T00:10:26.864Z Compiling toml_parser v1.1.2+spec-1.1.0
16512026-07-14T00:10:26.939Z Compiling tokio-postgres v0.7.16
16522026-07-14T00:10:26.973Z Compiling hickory-proto v0.25.2
16532026-07-14T00:10:27.121Z Compiling petgraph v0.8.3
16542026-07-14T00:10:27.141Z Compiling petgraph v0.6.5
16552026-07-14T00:10:27.308Z Compiling clap v4.6.1
16562026-07-14T00:10:27.341Z Compiling sha3 v0.10.8
16572026-07-14T00:10:27.404Z Compiling toml_edit v0.22.27
16582026-07-14T00:10:27.456Z Compiling hyper-util v0.1.20
16592026-07-14T00:10:27.470Z Compiling strum v0.26.3
16602026-07-14T00:10:27.486Z Compiling chacha20 v0.10.0
16612026-07-14T00:10:27.521Z Compiling digest v0.11.3
16622026-07-14T00:10:27.621Z Compiling itertools v0.13.0
16632026-07-14T00:10:27.770Z Compiling string_cache v0.8.9
16642026-07-14T00:10:27.808Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16652026-07-14T00:10:27.876Z Compiling elliptic-curve v0.13.8
16662026-07-14T00:10:27.933Z Compiling env_logger v0.11.9
16672026-07-14T00:10:27.979Z Compiling usdt v0.6.0
16682026-07-14T00:10:28.023Z Compiling usdt-impl v0.5.0
16692026-07-14T00:10:28.271Z Compiling crossterm v0.28.1
16702026-07-14T00:10:28.297Z Compiling serde_with v3.17.0
16712026-07-14T00:10:28.297Z Compiling rsa v0.9.10
16722026-07-14T00:10:28.643Z Compiling toml v0.7.8
16732026-07-14T00:10:28.667Z Compiling ed25519-dalek v2.2.0
16742026-07-14T00:10:28.877Z Compiling hyper-tls v0.6.0
16752026-07-14T00:10:29.091Z Compiling reqwest v0.12.28
16762026-07-14T00:10:29.134Z Compiling zip v4.6.1
16772026-07-14T00:10:29.260Z Compiling zip v0.6.6
16782026-07-14T00:10:29.332Z Compiling iddqd v0.4.2
16792026-07-14T00:10:29.690Z Compiling tokio-stream v0.1.18
16802026-07-14T00:10:29.928Z Compiling similar v2.7.0
16812026-07-14T00:10:30.064Z Compiling heck v0.4.1
16822026-07-14T00:10:30.088Z Compiling buf-list v1.1.2
16832026-07-14T00:10:30.159Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16842026-07-14T00:10:30.178Z Compiling openapiv3 v2.2.0
16852026-07-14T00:10:30.203Z Compiling x509-cert v0.2.5
16862026-07-14T00:10:30.317Z Compiling crossbeam-epoch v0.9.18
16872026-07-14T00:10:30.386Z Compiling lalrpop-util v0.19.12
16882026-07-14T00:10:30.478Z Compiling peg-runtime v0.8.5
16892026-07-14T00:10:30.599Z Compiling thread_local v1.1.9
16902026-07-14T00:10:30.682Z Compiling slog-async v2.8.0
16912026-07-14T00:10:30.704Z Compiling crossbeam-channel v0.5.15
16922026-07-14T00:10:30.708Z Compiling is-terminal v0.4.17
16932026-07-14T00:10:30.732Z Compiling filetime v0.2.27
16942026-07-14T00:10:30.788Z Compiling term v1.2.1
16952026-07-14T00:10:30.835Z Compiling take_mut v0.2.2
16962026-07-14T00:10:30.837Z Compiling xattr v1.6.1
16972026-07-14T00:10:30.879Z Compiling camino-tempfile v1.4.1
16982026-07-14T00:10:30.980Z Compiling tar v0.4.45
16992026-07-14T00:10:31.102Z Compiling slog-term v2.9.2
17002026-07-14T00:10:48.753Z Compiling rustls-webpki v0.103.13
17012026-07-14T00:10:51.448Z Compiling tokio-rustls v0.26.4
17022026-07-14T00:10:51.448Z Compiling rustls-platform-verifier v0.6.2
17032026-07-14T00:10:51.451Z Compiling tough v0.22.0
17042026-07-14T00:10:51.648Z Compiling hyper-rustls v0.27.7
17052026-07-14T00:10:51.836Z Compiling reqwest v0.13.2
17062026-07-14T00:10:54.010Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17072026-07-14T00:10:54.263Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17082026-07-14T00:10:57.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.83s
17092026-07-14T00:10:57.212Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17102026-07-14T00:10:57.267ZJul 14 00:10:56.770 INFO Starting download, target: Clickhouse
17112026-07-14T00:10:57.267ZJul 14 00:10:56.771 INFO Starting download, target: Console
17122026-07-14T00:10:57.267ZJul 14 00:10:56.771 INFO Starting download, target: Cockroach
17132026-07-14T00:10:57.271ZJul 14 00:10:56.771 INFO Starting download, target: DendriteStub
17142026-07-14T00:10:57.271ZJul 14 00:10:56.771 INFO Starting download, target: MaghemiteMgd
17152026-07-14T00:10:57.271ZJul 14 00:10:56.771 INFO Starting download, target: MaghemiteDdmd
17162026-07-14T00:10:57.271ZJul 14 00:10:56.771 INFO Starting download, target: TransceiverControl
17172026-07-14T00:10:57.271ZJul 14 00:10:56.771 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17182026-07-14T00:10:57.272ZJul 14 00:10:56.771 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17192026-07-14T00:10:57.272ZJul 14 00:10:56.771 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17202026-07-14T00:10:57.272ZJul 14 00:10:56.771 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17212026-07-14T00:10:57.272ZJul 14 00:10:56.771 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17222026-07-14T00:10:57.272ZJul 14 00:10:56.771 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17232026-07-14T00:10:57.272ZJul 14 00:10:56.771 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17242026-07-14T00:10:57.851ZJul 14 00:10:57.353 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17252026-07-14T00:10:58.067ZJul 14 00:10:57.560 INFO Download complete, target: TransceiverControl
17262026-07-14T00:10:59.154ZJul 14 00:10:58.656 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17272026-07-14T00:10:59.348ZJul 14 00:10:58.831 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17282026-07-14T00:10:59.372ZJul 14 00:10:58.844 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17292026-07-14T00:10:59.615ZJul 14 00:10:59.103 INFO Download complete, target: Console
17302026-07-14T00:10:59.741ZJul 14 00:10:59.240 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17312026-07-14T00:10:59.869ZJul 14 00:10:59.367 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17322026-07-14T00:11:01.148ZJul 14 00:11:00.650 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17332026-07-14T00:11:01.148ZJul 14 00:11:00.650 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17342026-07-14T00:11:01.327ZJul 14 00:11:00.820 INFO Download complete, target: MaghemiteDdmd
17352026-07-14T00:11:02.480ZJul 14 00:11:01.984 INFO Download complete, target: MaghemiteMgd
17362026-07-14T00:11:02.518ZJul 14 00:11:02.022 INFO Download complete, target: DendriteStub
17372026-07-14T00:11:05.769ZJul 14 00:11:05.273 INFO Checking that binary works, target: Cockroach
17382026-07-14T00:11:05.856ZJul 14 00:11:05.360 INFO Checking that binary works, target: Clickhouse
17392026-07-14T00:11:05.888ZJul 14 00:11:05.392 INFO Download complete, target: Cockroach
17402026-07-14T00:11:05.944ZJul 14 00:11:05.448 INFO Download complete, target: Clickhouse
17412026-07-14T00:11:05.950ZAll prerequisites installed successfully
17422026-07-14T00:11:05.953Z
17432026-07-14T00:11:05.953Zreal 1:46.219161784
17442026-07-14T00:11:05.953Zuser 6:36.213059853
17452026-07-14T00:11:05.953Zsys 1:40.791240184
17462026-07-14T00:11:05.953Ztrap 0.266793935
17472026-07-14T00:11:05.953Ztflt 0.793335631
17482026-07-14T00:11:05.953Zdflt 1.639680231
17492026-07-14T00:11:05.953Zkflt 0.049999005
17502026-07-14T00:11:05.953Zlock 23:18.948543321
17512026-07-14T00:11:05.953Zslp 18:19.364676796
17522026-07-14T00:11:05.953Zlat 24.139623098
17532026-07-14T00:11:05.953Zstop 2:44.454962211
17542026-07-14T00:11:05.953Z+ ptime -m cargo xtask download softnpu
17552026-07-14T00:11:06.395Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17562026-07-14T00:11:06.417Z Running `target/debug/xtask download softnpu`
17572026-07-14T00:11:07.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
17582026-07-14T00:11:07.216Z Running `target/debug/xtask-downloader softnpu`
17592026-07-14T00:11:07.259ZJul 14 00:11:06.762 INFO Starting download, target: Softnpu
17602026-07-14T00:11:07.263ZJul 14 00:11:06.762 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17612026-07-14T00:11:07.812ZJul 14 00:11:07.315 INFO Download complete, target: Softnpu
17622026-07-14T00:11:07.816Z
17632026-07-14T00:11:07.816Zreal 1.858120960
17642026-07-14T00:11:07.816Zuser 1.280073448
17652026-07-14T00:11:07.816Zsys 0.590237877
17662026-07-14T00:11:07.816Ztrap 0.000653880
17672026-07-14T00:11:07.816Ztflt 0.000163800
17682026-07-14T00:11:07.816Zdflt 0.000397320
17692026-07-14T00:11:07.816Zkflt 0.000000000
17702026-07-14T00:11:07.816Zlock 9.917441588
17712026-07-14T00:11:07.816Zslp 0.416795470
17722026-07-14T00:11:07.816Zlat 0.083143928
17732026-07-14T00:11:07.816Zstop 0.000217640
17742026-07-14T00:11:07.827Z+ export CARGO_INCREMENTAL=0
17752026-07-14T00:11:07.827Z+ CARGO_INCREMENTAL=0
17762026-07-14T00:11:07.827Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17772026-07-14T00:11:08.679Z Compiling proc-macro2 v1.0.106
17782026-07-14T00:11:08.679Z Compiling quote v1.0.45
17792026-07-14T00:11:08.679Z Compiling unicode-ident v1.0.24
17802026-07-14T00:11:08.679Z Compiling libc v0.2.185
17812026-07-14T00:11:08.683Z Compiling serde_core v1.0.228
17822026-07-14T00:11:08.683Z Compiling serde v1.0.228
17832026-07-14T00:11:08.683Z Compiling cfg-if v1.0.4
17842026-07-14T00:11:08.683Z Compiling version_check v0.9.5
17852026-07-14T00:11:08.683Z Compiling find-msvc-tools v0.1.9
17862026-07-14T00:11:08.915Z Compiling shlex v1.3.0
17872026-07-14T00:11:08.918Z Compiling zmij v1.0.21
17882026-07-14T00:11:08.918Z Compiling memchr v2.8.0
17892026-07-14T00:11:08.918Z Compiling serde_json v1.0.150
17902026-07-14T00:11:08.918Z Compiling autocfg v1.5.0
17912026-07-14T00:11:09.002Z Compiling portable-atomic v1.13.1
17922026-07-14T00:11:09.018Z Compiling zerocopy v0.8.40
17932026-07-14T00:11:09.018Z Compiling getrandom v0.4.1
17942026-07-14T00:11:09.070Z Compiling libm v0.2.16
17952026-07-14T00:11:09.070Z Compiling parking_lot_core v0.9.12
17962026-07-14T00:11:09.238Z Compiling smallvec v1.15.1
17972026-07-14T00:11:09.298Z Compiling num-traits v0.2.19
17982026-07-14T00:11:09.318Z Compiling icu_normalizer_data v2.1.1
17992026-07-14T00:11:09.351Z Compiling icu_properties_data v2.1.2
18002026-07-14T00:11:09.399Z Compiling generic-array v0.14.7
18012026-07-14T00:11:09.428Z Compiling itoa v1.0.17
18022026-07-14T00:11:09.431Z Compiling log v0.4.29
18032026-07-14T00:11:09.517Z Compiling subtle v2.6.1
18042026-07-14T00:11:09.517Z Compiling pkg-config v0.3.32
18052026-07-14T00:11:09.548Z Compiling stable_deref_trait v1.2.1
18062026-07-14T00:11:09.598Z Compiling typenum v1.20.1
18072026-07-14T00:11:09.679Z Compiling scopeguard v1.2.0
18082026-07-14T00:11:09.694Z Compiling fnv v1.0.7
18092026-07-14T00:11:09.721Z Compiling rand_core v0.10.0
18102026-07-14T00:11:09.784Z Compiling lock_api v0.4.14
18112026-07-14T00:11:09.803Z Compiling thiserror v2.0.18
18122026-07-14T00:11:09.832Z Compiling pin-project-lite v0.2.17
18132026-07-14T00:11:09.885Z Compiling getrandom v0.3.4
18142026-07-14T00:11:09.908Z Compiling jobserver v0.1.34
18152026-07-14T00:11:09.922Z Compiling errno v0.3.14
18162026-07-14T00:11:10.052Z Compiling litemap v0.8.1
18172026-07-14T00:11:10.067Z Compiling equivalent v1.0.2
18182026-07-14T00:11:10.070Z Compiling percent-encoding v2.3.2
18192026-07-14T00:11:10.098Z Compiling writeable v0.6.2
18202026-07-14T00:11:10.101Z Compiling getrandom v0.2.17
18212026-07-14T00:11:10.147Z Compiling syn v2.0.117
18222026-07-14T00:11:10.164Z Compiling cc v1.2.56
18232026-07-14T00:11:10.228Z Compiling rustversion v1.0.22
18242026-07-14T00:11:10.290Z Compiling rand_core v0.6.4
18252026-07-14T00:11:10.320Z Compiling fs_extra v1.3.0
18262026-07-14T00:11:10.357Z Compiling rustix v1.1.3
18272026-07-14T00:11:10.372Z Compiling dunce v1.0.5
18282026-07-14T00:11:10.375Z Compiling schemars v0.8.22
18292026-07-14T00:11:10.375Z Compiling critical-section v1.2.0
18302026-07-14T00:11:10.566Z Compiling hashbrown v0.17.0
18312026-07-14T00:11:10.629Z Compiling signal-hook-registry v1.4.8
18322026-07-14T00:11:10.772Z Compiling once_cell v1.21.3
18332026-07-14T00:11:10.790Z Compiling heck v0.5.0
18342026-07-14T00:11:10.801Z Compiling utf8_iter v1.0.4
18352026-07-14T00:11:10.817Z Compiling form_urlencoded v1.2.2
18362026-07-14T00:11:11.011Z Compiling semver v1.0.28
18372026-07-14T00:11:11.040Z Compiling cmake v0.1.57
18382026-07-14T00:11:11.125Z Compiling bitflags v2.11.0
18392026-07-14T00:11:11.129Z Compiling indexmap v2.14.0
18402026-07-14T00:11:11.159Z Compiling parking_lot v0.12.5
18412026-07-14T00:11:11.187Z Compiling mio v1.2.0
18422026-07-14T00:11:11.273Z Compiling socket2 v0.6.3
18432026-07-14T00:11:11.297Z Compiling futures-core v0.3.32
18442026-07-14T00:11:11.328Z Compiling aws-lc-rs v1.16.3
18452026-07-14T00:11:11.443Z Compiling httparse v1.10.1
18462026-07-14T00:11:11.482Z Compiling strsim v0.11.1
18472026-07-14T00:11:11.497Z Compiling aws-lc-sys v0.40.0
18482026-07-14T00:11:11.795Z Compiling thiserror v1.0.69
18492026-07-14T00:11:11.799Z Compiling ucd-trie v0.1.7
18502026-07-14T00:11:11.843Z Compiling byteorder v1.5.0
18512026-07-14T00:11:11.891Z Compiling ident_case v1.0.1
18522026-07-14T00:11:11.909Z Compiling regex-syntax v0.8.10
18532026-07-14T00:11:11.926Z Compiling const-oid v0.9.6
18542026-07-14T00:11:11.929Z Compiling syn v1.0.109
18552026-07-14T00:11:11.996Z Compiling pest v2.8.6
18562026-07-14T00:11:12.033Z Compiling vcpkg v0.2.15
18572026-07-14T00:11:12.050Z Compiling iana-time-zone v0.1.65
18582026-07-14T00:11:12.343Z Compiling uuid v1.23.4
18592026-07-14T00:11:12.413Z Compiling rustc_version v0.4.1
18602026-07-14T00:11:12.478Z Compiling rustls v0.23.41
18612026-07-14T00:11:12.513Z Compiling futures-sink v0.3.32
18622026-07-14T00:11:12.607Z Compiling openssl-sys v0.9.115
18632026-07-14T00:11:12.634Z Compiling futures-channel v0.3.32
18642026-07-14T00:11:12.755Z Compiling aho-corasick v1.1.4
18652026-07-14T00:11:12.755Z Compiling futures-task v0.3.32
18662026-07-14T00:11:12.757Z Compiling futures-io v0.3.32
18672026-07-14T00:11:12.978Z Compiling synstructure v0.13.2
18682026-07-14T00:11:12.993Z Compiling serde_derive_internals v0.29.1
18692026-07-14T00:11:13.025Z Compiling slab v0.4.12
18702026-07-14T00:11:13.094Z Compiling pest_meta v2.8.6
18712026-07-14T00:11:13.139Z Compiling num-conv v0.2.0
18722026-07-14T00:11:13.215Z Compiling dyn-clone v1.0.20
18732026-07-14T00:11:13.255Z Compiling crc32fast v1.5.0
18742026-07-14T00:11:13.271Z Compiling time-core v0.1.8
18752026-07-14T00:11:13.286Z Compiling plain v0.2.3
18762026-07-14T00:11:13.382Z Compiling base64 v0.22.1
18772026-07-14T00:11:13.413Z Compiling crossbeam-utils v0.8.21
18782026-07-14T00:11:13.444Z Compiling time-macros v0.2.27
18792026-07-14T00:11:13.589Z Compiling openssl v0.10.79
18802026-07-14T00:11:13.606Z Compiling regex-automata v0.4.14
18812026-07-14T00:11:13.622Z Compiling pretty-hex v0.4.1
18822026-07-14T00:11:13.726Z Compiling pest_generator v2.8.6
18832026-07-14T00:11:13.785Z Compiling darling_core v0.21.3
18842026-07-14T00:11:13.799Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18852026-07-14T00:11:13.868Z Compiling anyhow v1.0.102
18862026-07-14T00:11:13.883Z Compiling native-tls v0.2.18
18872026-07-14T00:11:13.905Z Compiling rand_core v0.9.5
18882026-07-14T00:11:14.041Z Compiling slog v2.8.2
18892026-07-14T00:11:14.131Z Compiling tracing-core v0.1.36
18902026-07-14T00:11:14.261Z Compiling cookie v0.18.1
18912026-07-14T00:11:14.277Z Compiling serde_derive v1.0.228
18922026-07-14T00:11:14.295Z Compiling zeroize_derive v1.4.3
18932026-07-14T00:11:14.299Z Compiling zerofrom-derive v0.1.6
18942026-07-14T00:11:14.386Z Compiling yoke-derive v0.8.1
18952026-07-14T00:11:14.402Z Compiling zerovec-derive v0.11.2
18962026-07-14T00:11:14.405Z Compiling displaydoc v0.2.5
18972026-07-14T00:11:14.463Z Compiling zerocopy-derive v0.8.40
18982026-07-14T00:11:14.478Z Compiling tokio-macros v2.7.0
18992026-07-14T00:11:14.497Z Compiling futures-macro v0.3.32
19002026-07-14T00:11:14.603Z Compiling thiserror-impl v2.0.18
19012026-07-14T00:11:14.930Z Compiling zeroize v1.8.2
19022026-07-14T00:11:15.198Z Compiling schemars_derive v0.8.22
19032026-07-14T00:11:15.201Z Compiling tracing-attributes v0.1.31
19042026-07-14T00:11:15.315Z Compiling der_derive v0.7.3
19052026-07-14T00:11:15.352Z Compiling thiserror-impl v1.0.69
19062026-07-14T00:11:15.465Z Compiling zerofrom v0.1.6
19072026-07-14T00:11:15.609Z Compiling yoke v0.8.1
19082026-07-14T00:11:15.768Z Compiling crypto-common v0.1.7
19092026-07-14T00:11:15.771Z Compiling pest_derive v2.8.6
19102026-07-14T00:11:15.798Z Compiling zerovec v0.11.5
19112026-07-14T00:11:15.822Z Compiling zerotrie v0.2.3
19122026-07-14T00:11:15.944Z Compiling futures-util v0.3.32
19132026-07-14T00:11:16.270Z Compiling block-buffer v0.10.4
19142026-07-14T00:11:16.362Z Compiling tinystr v0.8.2
19152026-07-14T00:11:16.395Z Compiling potential_utf v0.1.4
19162026-07-14T00:11:16.442Z Compiling digest v0.10.7
19172026-07-14T00:11:16.473Z Compiling scroll_derive v0.13.1
19182026-07-14T00:11:16.489Z Compiling scroll_derive v0.12.1
19192026-07-14T00:11:16.599Z Compiling icu_locale_core v2.1.1
19202026-07-14T00:11:16.601Z Compiling icu_collections v2.1.1
19212026-07-14T00:11:16.691Z Compiling openssl-macros v0.1.1
19222026-07-14T00:11:17.088Z Compiling darling_macro v0.21.3
19232026-07-14T00:11:17.104Z Compiling regex v1.12.3
19242026-07-14T00:11:17.162Z Compiling zerocopy-derive v0.7.35
19252026-07-14T00:11:17.256Z Compiling icu_provider v2.1.1
19262026-07-14T00:11:17.271Z Compiling base64ct v1.8.3
19272026-07-14T00:11:17.432Z Compiling bytes v1.11.1
19282026-07-14T00:11:17.512Z Compiling chrono v0.4.45
19292026-07-14T00:11:17.514Z Compiling icu_normalizer v2.1.1
19302026-07-14T00:11:17.562Z Compiling icu_properties v2.1.2
19312026-07-14T00:11:17.577Z Compiling serde_tokenstream v0.2.3
19322026-07-14T00:11:17.599Z Compiling camino v1.2.2
19332026-07-14T00:11:17.926Z Compiling tokio v1.52.1
19342026-07-14T00:11:18.060Z Compiling http v1.4.2
19352026-07-14T00:11:18.376Z Compiling darling v0.21.3
19362026-07-14T00:11:18.514Z Compiling idna_adapter v1.2.1
19372026-07-14T00:11:18.631Z Compiling idna v1.1.0
19382026-07-14T00:11:18.672Z Compiling pem-rfc7468 v0.7.0
19392026-07-14T00:11:18.915Z Compiling ppv-lite86 v0.2.21
19402026-07-14T00:11:18.953Z Compiling url v2.5.8
19412026-07-14T00:11:18.968Z Compiling tracing v0.1.44
19422026-07-14T00:11:19.412Z Compiling flagset v0.4.7
19432026-07-14T00:11:19.561Z Compiling der v0.7.10
19442026-07-14T00:11:19.671Z Compiling rand_chacha v0.9.0
19452026-07-14T00:11:19.687Z Compiling http-body v1.0.1
19462026-07-14T00:11:19.705Z Compiling rustls-pki-types v1.14.0
19472026-07-14T00:11:19.975Z Compiling usdt-impl v0.5.0
19482026-07-14T00:11:20.110Z Compiling usdt-impl v0.6.0
19492026-07-14T00:11:20.141Z Compiling tinyvec_macros v0.1.1
19502026-07-14T00:11:20.156Z Compiling openssl-probe v0.2.1
19512026-07-14T00:11:20.213Z Compiling fastrand v2.3.0
19522026-07-14T00:11:20.246Z Compiling cmov v0.5.4
19532026-07-14T00:11:20.367Z Compiling ref-cast v1.0.25
19542026-07-14T00:11:20.557Z Compiling either v1.15.0
19552026-07-14T00:11:20.680Z Compiling paste v1.0.15
19562026-07-14T00:11:20.696Z Compiling ctutils v0.4.2
19572026-07-14T00:11:20.727Z Compiling spki v0.7.3
19582026-07-14T00:11:20.732Z Compiling tinyvec v1.10.0
19592026-07-14T00:11:20.963Z Compiling rand v0.9.2
19602026-07-14T00:11:21.027Z Compiling serde_spanned v0.6.9
19612026-07-14T00:11:21.044Z Compiling toml_datetime v0.6.11
19622026-07-14T00:11:21.061Z Compiling scroll v0.13.0
19632026-07-14T00:11:21.075Z Compiling scroll v0.12.0
19642026-07-14T00:11:21.105Z Compiling async-trait v0.1.89
19652026-07-14T00:11:21.148Z Compiling heapless v0.7.17
19662026-07-14T00:11:21.235Z Compiling bzip2-sys v0.1.13+1.0.8
19672026-07-14T00:11:21.251Z Compiling rustix v0.38.44
19682026-07-14T00:11:21.267Z Compiling winnow v1.0.3
19692026-07-14T00:11:21.304Z Compiling cpufeatures v0.2.17
19702026-07-14T00:11:21.347Z Compiling atomic-waker v1.1.2
19712026-07-14T00:11:21.396Z Compiling try-lock v0.2.5
19722026-07-14T00:11:21.435Z Compiling tower-service v0.3.3
19732026-07-14T00:11:21.565Z Compiling litrs v1.0.0
19742026-07-14T00:11:21.571Z Compiling untrusted v0.7.1
19752026-07-14T00:11:21.571Z Compiling tower-layer v0.3.3
19762026-07-14T00:11:21.571Z Compiling zstd-safe v7.2.4
19772026-07-14T00:11:21.580Z Compiling winnow v0.7.14
19782026-07-14T00:11:21.608Z Compiling signal-hook v0.3.18
19792026-07-14T00:11:21.624Z Compiling toml_parser v1.1.2+spec-1.1.0
19802026-07-14T00:11:21.643Z Compiling want v0.3.1
19812026-07-14T00:11:21.674Z Compiling goblin v0.8.2
19822026-07-14T00:11:21.735Z Compiling tokio-util v0.7.18
19832026-07-14T00:11:21.811Z Compiling goblin v0.10.5
19842026-07-14T00:11:21.987Z Compiling document-features v0.2.12
19852026-07-14T00:11:22.006Z Compiling hybrid-array v0.4.13
19862026-07-14T00:11:22.202Z Compiling zerocopy v0.7.35
19872026-07-14T00:11:22.370Z Compiling ipnet v2.11.0
19882026-07-14T00:11:22.543Z Compiling h2 v0.4.15
19892026-07-14T00:11:22.697Z Compiling ref-cast-impl v1.0.25
19902026-07-14T00:11:22.766Z Compiling darling_core v0.20.11
19912026-07-14T00:11:22.822Z Compiling curve25519-dalek v4.1.3
19922026-07-14T00:11:22.861Z Compiling memoffset v0.9.1
19932026-07-14T00:11:22.921Z Compiling winnow v0.5.40
19942026-07-14T00:11:23.053Z Compiling powerfmt v0.2.0
19952026-07-14T00:11:23.071Z Compiling foreign-types-shared v0.1.1
19962026-07-14T00:11:23.128Z Compiling utf8parse v0.2.2
19972026-07-14T00:11:23.353Z Compiling httpdate v1.0.3
19982026-07-14T00:11:23.499Z Compiling untrusted v0.9.0
19992026-07-14T00:11:23.569Z Compiling deranged v0.5.8
20002026-07-14T00:11:23.595Z Compiling foreign-types v0.3.2
20012026-07-14T00:11:23.640Z Compiling tempfile v3.25.0
20022026-07-14T00:11:23.989Z Compiling dof v0.3.0
20032026-07-14T00:11:24.241Z Compiling unicode-normalization v0.1.25
20042026-07-14T00:11:24.342Z Compiling toml_edit v0.19.15
20052026-07-14T00:11:24.407Z Compiling dtrace-parser v0.2.0
20062026-07-14T00:11:24.514Z Compiling pkcs8 v0.10.2
20072026-07-14T00:11:24.607Z Compiling dof v0.4.0
20082026-07-14T00:11:24.802Z Compiling darling_macro v0.20.11
20092026-07-14T00:11:24.926Z Compiling dtrace-parser v0.3.0
20102026-07-14T00:11:25.016Z Compiling pin-project-internal v1.1.11
20112026-07-14T00:11:25.265Z Compiling daft-derive v0.1.7
20122026-07-14T00:11:25.354Z Compiling spin v0.9.8
20132026-07-14T00:11:25.436Z Compiling thread-id v5.1.0
20142026-07-14T00:11:25.532Z Compiling thread-id v4.2.2
20152026-07-14T00:11:25.609Z Compiling cfg_aliases v0.2.1
20162026-07-14T00:11:25.612Z Compiling anstyle v1.0.14
20172026-07-14T00:11:25.645Z Compiling num-bigint-dig v0.8.6
20182026-07-14T00:11:25.659Z Compiling num_threads v0.1.7
20192026-07-14T00:11:25.755Z Compiling hyper v1.10.1
20202026-07-14T00:11:25.776Z Compiling smoltcp v0.9.1
20212026-07-14T00:11:26.025Z Compiling nix v0.31.2
20222026-07-14T00:11:26.035Z Compiling time v0.3.47
20232026-07-14T00:11:26.123Z Compiling darling v0.20.11
20242026-07-14T00:11:26.385Z Compiling sha2 v0.10.9
20252026-07-14T00:11:26.456Z Compiling ipnetwork v0.21.1
20262026-07-14T00:11:26.592Z Compiling hmac v0.12.1
20272026-07-14T00:11:26.607Z Compiling curve25519-dalek-derive v0.1.1
20282026-07-14T00:11:26.635Z Compiling strum_macros v0.26.4
20292026-07-14T00:11:26.821Z Compiling sync_wrapper v1.0.2
20302026-07-14T00:11:26.836Z Compiling wait-timeout v0.2.1
20312026-07-14T00:11:26.952Z Compiling hyper-util v0.1.20
20322026-07-14T00:11:27.082Z Compiling simd-adler32 v0.3.8
20332026-07-14T00:11:27.235Z Compiling is_terminal_polyfill v1.70.2
20342026-07-14T00:11:27.251Z Compiling bit-vec v0.8.0
20352026-07-14T00:11:27.355Z Compiling anstyle-query v1.1.5
20362026-07-14T00:11:27.358Z Compiling siphasher v1.0.2
20372026-07-14T00:11:27.478Z Compiling colorchoice v1.0.4
20382026-07-14T00:11:27.495Z Compiling quick-error v1.2.3
20392026-07-14T00:11:27.609Z Compiling rusty-fork v0.3.1
20402026-07-14T00:11:27.625Z Compiling bit-set v0.8.0
20412026-07-14T00:11:27.909Z Compiling tower v0.5.3
20422026-07-14T00:11:28.352Z Compiling derive_builder_core v0.20.2
20432026-07-14T00:11:28.380Z Compiling http-body-util v0.1.3
20442026-07-14T00:11:28.638Z Compiling hubpack_derive v0.1.1
20452026-07-14T00:11:28.666Z Compiling snafu-derive v0.8.9
20462026-07-14T00:11:28.726Z Compiling strum_macros v0.27.2
20472026-07-14T00:11:28.840Z Compiling rand_xorshift v0.4.0
20482026-07-14T00:11:29.008Z Compiling fs-err v3.3.0
20492026-07-14T00:11:29.052Z Compiling ahash v0.8.12
20502026-07-14T00:11:29.084Z Compiling object v0.37.3
20512026-07-14T00:11:29.137Z Compiling unicode-bidi v0.3.18
20522026-07-14T00:11:29.171Z Compiling adler2 v2.0.1
20532026-07-14T00:11:29.245Z Compiling allocator-api2 v0.2.21
20542026-07-14T00:11:29.308Z Compiling iri-string v0.7.10
20552026-07-14T00:11:29.409Z Compiling unicode-segmentation v1.12.0
20562026-07-14T00:11:29.498Z Compiling ryu v1.0.23
20572026-07-14T00:11:29.597Z Compiling unicode-properties v0.1.4
20582026-07-14T00:11:29.630Z Compiling unarray v0.1.4
20592026-07-14T00:11:29.685Z Compiling serde_urlencoded v0.7.1
20602026-07-14T00:11:29.762Z Compiling proptest v1.10.0
20612026-07-14T00:11:29.777Z Compiling stringprep v0.1.5
20622026-07-14T00:11:29.946Z Compiling miniz_oxide v0.8.9
20632026-07-14T00:11:30.074Z Compiling derive_builder_macro v0.20.2
20642026-07-14T00:11:30.297Z Compiling tokio-native-tls v0.3.1
20652026-07-14T00:11:30.339Z Compiling usdt-attr-macro v0.6.0
20662026-07-14T00:11:30.499Z Compiling tower-http v0.6.8
20672026-07-14T00:11:30.556Z Compiling usdt-macro v0.6.0
20682026-07-14T00:11:30.566Z Compiling anstyle-parse v1.0.0
20692026-07-14T00:11:30.582Z Compiling block-padding v0.4.2
20702026-07-14T00:11:30.701Z Compiling crypto-common v0.2.2
20712026-07-14T00:11:30.747Z Compiling block-buffer v0.12.1
20722026-07-14T00:11:31.036Z Compiling rustls-native-certs v0.8.3
20732026-07-14T00:11:31.122Z Compiling rand_chacha v0.3.1
20742026-07-14T00:11:31.193Z Compiling erased-serde v0.3.31
20752026-07-14T00:11:31.247Z Compiling signature v2.2.0
20762026-07-14T00:11:31.277Z Compiling md-5 v0.10.6
20772026-07-14T00:11:31.295Z Compiling bstr v1.12.1
20782026-07-14T00:11:31.414Z Compiling num-integer v0.1.46
20792026-07-14T00:11:31.445Z Compiling hash32 v0.2.1
20802026-07-14T00:11:31.504Z Compiling vergen-lib v9.1.0
20812026-07-14T00:11:31.607Z Compiling encoding_rs v0.8.35
20822026-07-14T00:11:31.669Z Compiling psl-types v2.0.11
20832026-07-14T00:11:31.712Z Compiling cpufeatures v0.3.0
20842026-07-14T00:11:31.734Z Compiling zlib-rs v0.6.2
20852026-07-14T00:11:31.749Z Compiling mime v0.3.17
20862026-07-14T00:11:31.763Z Compiling fallible-iterator v0.2.0
20872026-07-14T00:11:31.897Z Compiling publicsuffix v2.3.0
20882026-07-14T00:11:32.050Z Compiling postgres-protocol v0.6.10
20892026-07-14T00:11:32.085Z Compiling newtype-uuid v1.3.2
20902026-07-14T00:11:32.216Z Compiling num-iter v0.1.45
20912026-07-14T00:11:32.405Z Compiling rand v0.8.6
20922026-07-14T00:11:32.715Z Compiling oxnet v0.1.6
20932026-07-14T00:11:32.792Z Compiling inout v0.2.2
20942026-07-14T00:11:32.811Z Compiling anstream v1.0.0
20952026-07-14T00:11:32.826Z Compiling derive_builder v0.20.2
20962026-07-14T00:11:32.885Z Compiling hyper-tls v0.6.0
20972026-07-14T00:11:32.950Z Compiling heck v0.4.1
20982026-07-14T00:11:32.967Z Compiling phf_shared v0.13.1
20992026-07-14T00:11:33.063Z Compiling pin-project v1.1.11
21002026-07-14T00:11:33.123Z Compiling lazy_static v1.5.0
21012026-07-14T00:11:33.127Z Compiling anstyle-parse v0.2.7
21022026-07-14T00:11:33.241Z Compiling terminal_size v0.4.3
21032026-07-14T00:11:33.256Z Compiling serde_with_macros v3.17.0
21042026-07-14T00:11:33.288Z Compiling futures-executor v0.3.32
21052026-07-14T00:11:33.303Z Compiling hex v0.4.3
21062026-07-14T00:11:33.350Z Compiling enum-as-inner v0.6.1
21072026-07-14T00:11:33.367Z Compiling clap_derive v4.6.1
21082026-07-14T00:11:33.411Z Compiling async-recursion v1.1.1
21092026-07-14T00:11:33.588Z Compiling serde_repr v0.1.20
21102026-07-14T00:11:33.663Z Compiling ff v0.13.1
21112026-07-14T00:11:33.677Z Compiling vergen v9.1.0
21122026-07-14T00:11:33.802Z Compiling flate2 v1.1.9
21132026-07-14T00:11:33.823Z Compiling cargo-platform v0.3.2
21142026-07-14T00:11:33.911Z Compiling bitflags v1.3.2
21152026-07-14T00:11:33.927Z Compiling foldhash v0.2.0
21162026-07-14T00:11:34.031Z Compiling foldhash v0.1.5
21172026-07-14T00:11:34.061Z Compiling base16ct v0.2.0
21182026-07-14T00:11:34.163Z Compiling managed v0.8.0
21192026-07-14T00:11:34.209Z Compiling clap_lex v1.0.0
21202026-07-14T00:11:34.225Z Compiling bumpalo v3.20.2
21212026-07-14T00:11:34.351Z Compiling same-file v1.0.6
21222026-07-14T00:11:34.404Z Compiling libbz2-rs-sys v0.2.2
21232026-07-14T00:11:34.444Z Compiling zopfli v0.8.3
21242026-07-14T00:11:34.449Z Compiling clap_builder v4.6.0
21252026-07-14T00:11:34.471Z Compiling walkdir v2.5.0
21262026-07-14T00:11:34.691Z Compiling sec1 v0.7.3
21272026-07-14T00:11:34.767Z Compiling hashbrown v0.15.5
21282026-07-14T00:11:34.993Z Compiling bzip2 v0.6.1
21292026-07-14T00:11:35.010Z Compiling hashbrown v0.16.1
21302026-07-14T00:11:35.063Z Compiling cargo_metadata v0.23.1
21312026-07-14T00:11:35.207Z Compiling group v0.13.0
21322026-07-14T00:11:35.360Z Compiling zstd v0.13.3
21332026-07-14T00:11:35.376Z Compiling futures v0.3.32
21342026-07-14T00:11:35.619Z Compiling anstream v0.6.21
21352026-07-14T00:11:35.771Z Compiling phf v0.13.1
21362026-07-14T00:11:35.927Z Compiling snafu v0.8.9
21372026-07-14T00:11:35.950Z Compiling reqwest v0.12.28
21382026-07-14T00:11:36.025Z Compiling daft v0.1.7
21392026-07-14T00:11:36.324Z Compiling cipher v0.5.2
21402026-07-14T00:11:36.458Z Compiling signal-hook-mio v0.2.5
21412026-07-14T00:11:36.599Z Compiling cookie_store v0.22.1
21422026-07-14T00:11:36.615Z Compiling postgres-types v0.2.12
21432026-07-14T00:11:36.618Z Compiling bzip2 v0.4.4
21442026-07-14T00:11:36.618Z Compiling globset v0.4.18
21452026-07-14T00:11:36.775Z Compiling ed25519 v2.2.3
21462026-07-14T00:11:36.791Z Compiling strum v0.27.2
21472026-07-14T00:11:36.898Z Compiling hubpack v0.1.2
21482026-07-14T00:11:36.940Z Compiling phf_shared v0.11.3
21492026-07-14T00:11:36.994Z Compiling hkdf v0.12.4
21502026-07-14T00:11:37.024Z Compiling crossbeam-epoch v0.9.18
21512026-07-14T00:11:37.146Z Compiling pkcs1 v0.7.5
21522026-07-14T00:11:37.164Z Compiling olpc-cjson v0.1.4
21532026-07-14T00:11:37.344Z Compiling pem v3.0.6
21542026-07-14T00:11:37.406Z Compiling serde-big-array v0.5.1
21552026-07-14T00:11:37.435Z Compiling serde_plain v1.0.2
21562026-07-14T00:11:37.544Z Compiling crypto-bigint v0.5.5
21572026-07-14T00:11:37.637Z Compiling float-cmp v0.10.0
21582026-07-14T00:11:37.652Z Compiling memmap2 v0.9.10
21592026-07-14T00:11:37.667Z Compiling env_filter v1.0.0
21602026-07-14T00:11:37.762Z Compiling fixedbitset v0.5.7
21612026-07-14T00:11:37.801Z Compiling keccak v0.1.6
21622026-07-14T00:11:37.848Z Compiling predicates-core v1.0.10
21632026-07-14T00:11:37.886Z Compiling new_debug_unreachable v1.0.6
21642026-07-14T00:11:37.921Z Compiling jiff v0.2.21
21652026-07-14T00:11:37.947Z Compiling const-oid v0.10.2
21662026-07-14T00:11:37.974Z Compiling fixedbitset v0.4.2
21672026-07-14T00:11:37.990Z Compiling normalize-line-endings v0.3.0
21682026-07-14T00:11:38.032Z Compiling data-encoding v2.10.0
21692026-07-14T00:11:38.060Z Compiling difflib v0.4.0
21702026-07-14T00:11:38.101Z Compiling whoami v2.1.0
21712026-07-14T00:11:38.284Z Compiling static_assertions v1.1.0
21722026-07-14T00:11:38.372Z Compiling precomputed-hash v0.1.1
21732026-07-14T00:11:38.393Z Compiling toml_write v0.1.2
21742026-07-14T00:11:38.408Z Compiling typed-path v0.9.3
21752026-07-14T00:11:38.447Z Compiling string_cache v0.8.9
21762026-07-14T00:11:38.499Z Compiling elliptic-curve v0.13.8
21772026-07-14T00:11:38.502Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21782026-07-14T00:11:38.533Z Compiling hickory-proto v0.25.2
21792026-07-14T00:11:38.595Z Compiling toml_edit v0.22.27
21802026-07-14T00:11:38.627Z Compiling tokio-postgres v0.7.16
21812026-07-14T00:11:38.670Z Compiling predicates v3.1.4
21822026-07-14T00:11:38.686Z Compiling chacha20 v0.10.0
21832026-07-14T00:11:38.703Z Compiling petgraph v0.6.5
21842026-07-14T00:11:38.718Z Compiling digest v0.11.3
21852026-07-14T00:11:38.868Z Compiling petgraph v0.8.3
21862026-07-14T00:11:38.956Z Compiling sha3 v0.10.8
21872026-07-14T00:11:39.000Z Compiling env_logger v0.11.9
21882026-07-14T00:11:39.241Z Compiling usdt v0.6.0
21892026-07-14T00:11:39.579Z Compiling rsa v0.9.10
21902026-07-14T00:11:40.705Z Compiling zip v4.6.1
21912026-07-14T00:11:40.803Z Compiling ed25519-dalek v2.2.0
21922026-07-14T00:11:40.953Z Compiling zip v0.6.6
21932026-07-14T00:11:41.035Z Compiling crossterm v0.28.1
21942026-07-14T00:11:41.337Z Compiling iddqd v0.4.2
21952026-07-14T00:11:41.426Z Compiling clap v4.6.1
21962026-07-14T00:11:41.522Z Compiling serde_with v3.17.0
21972026-07-14T00:11:41.625Z Compiling similar v2.7.0
21982026-07-14T00:11:41.683Z Compiling strum v0.26.3
21992026-07-14T00:11:41.833Z Compiling toml v0.7.8
22002026-07-14T00:11:41.833Z Compiling tokio-stream v0.1.18
22012026-07-14T00:11:41.860Z Compiling buf-list v1.1.2
22022026-07-14T00:11:42.122Z Compiling x509-cert v0.2.5
22032026-07-14T00:11:42.203Z Compiling itertools v0.13.0
22042026-07-14T00:11:42.363Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22052026-07-14T00:11:42.792Z Compiling openapiv3 v2.2.0
22062026-07-14T00:11:43.005Z Compiling lalrpop-util v0.19.12
22072026-07-14T00:11:43.262Z Compiling peg-runtime v0.8.5
22082026-07-14T00:11:59.507Z Compiling rustls-webpki v0.103.13
22092026-07-14T00:12:00.641Z Compiling macaddr v1.0.1
22102026-07-14T00:12:00.693Z Compiling structmeta-derive v0.3.0
22112026-07-14T00:12:00.713Z Compiling rayon-core v1.13.0
22122026-07-14T00:12:00.934Z Compiling crucible-workspace-hack v0.1.0
22132026-07-14T00:12:00.976Z Compiling itertools v0.14.0
22142026-07-14T00:12:01.028Z Compiling secrecy v0.10.3
22152026-07-14T00:12:01.044Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22162026-07-14T00:12:01.186Z Compiling heapless v0.8.0
22172026-07-14T00:12:01.218Z Compiling toml_datetime v0.7.5+spec-1.1.0
22182026-07-14T00:12:01.353Z Compiling crossbeam-deque v0.8.6
22192026-07-14T00:12:01.469Z Compiling toml_edit v0.23.10+spec-1.0.0
22202026-07-14T00:12:01.493Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22212026-07-14T00:12:01.508Z Compiling inout v0.1.4
22222026-07-14T00:12:01.539Z Compiling hash32 v0.3.1
22232026-07-14T00:12:01.556Z Compiling multer v3.1.0
22242026-07-14T00:12:01.592Z Compiling thread_local v1.1.9
22252026-07-14T00:12:01.663Z Compiling slog-async v2.8.0
22262026-07-14T00:12:01.688Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22272026-07-14T00:12:01.711Z Compiling unicode-width v0.2.0
22282026-07-14T00:12:01.728Z Compiling structmeta v0.3.0
22292026-07-14T00:12:01.744Z Compiling smoltcp v0.11.0
22302026-07-14T00:12:01.790Z Compiling match_cfg v0.1.0
22312026-07-14T00:12:01.881Z Compiling compression-core v0.4.31
22322026-07-14T00:12:01.961Z Compiling derive-ex v0.1.8
22332026-07-14T00:12:01.975Z Compiling hostname v0.3.1
22342026-07-14T00:12:02.043Z Compiling proc-macro-crate v3.4.0
22352026-07-14T00:12:02.058Z Compiling compression-codecs v0.4.37
22362026-07-14T00:12:02.076Z Compiling cipher v0.4.4
22372026-07-14T00:12:02.161Z Compiling atomicwrites v0.4.4
22382026-07-14T00:12:02.241Z Compiling ingot-macros v0.1.1
22392026-07-14T00:12:02.368Z Compiling slog-json v2.6.1
22402026-07-14T00:12:02.399Z Compiling crossbeam-channel v0.5.15
22412026-07-14T00:12:02.435Z Compiling half v2.7.1
22422026-07-14T00:12:02.452Z Compiling newtype-uuid-macros v0.1.0
22432026-07-14T00:12:02.491Z Compiling cobs v0.3.0
22442026-07-14T00:12:02.603Z Compiling universal-hash v0.5.1
22452026-07-14T00:12:02.643Z Compiling thiserror-impl-no-std v2.0.2
22462026-07-14T00:12:02.764Z Compiling async-stream-impl v0.3.6
22472026-07-14T00:12:02.783Z Compiling serde_spanned v1.1.1
22482026-07-14T00:12:02.802Z Compiling toml_datetime v1.1.1+spec-1.1.0
22492026-07-14T00:12:02.951Z Compiling is-terminal v0.4.17
22502026-07-14T00:12:03.072Z Compiling tokio-rustls v0.26.4
22512026-07-14T00:12:03.105Z Compiling rustls-platform-verifier v0.6.2
22522026-07-14T00:12:03.217Z Compiling tough v0.22.0
22532026-07-14T00:12:03.244Z Compiling dropshot v0.17.1
22542026-07-14T00:12:03.326Z Compiling hyper-rustls v0.27.7
22552026-07-14T00:12:03.354Z Compiling proc-macro-error-attr v1.0.4
22562026-07-14T00:12:03.371Z Compiling take_mut v0.2.2
22572026-07-14T00:12:03.484Z Compiling convert_case v0.4.0
22582026-07-14T00:12:03.504Z Compiling term v1.2.1
22592026-07-14T00:12:03.528Z Compiling toml_writer v1.1.1+spec-1.1.0
22602026-07-14T00:12:03.613Z Compiling reqwest v0.13.2
22612026-07-14T00:12:03.682Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22622026-07-14T00:12:03.700Z Compiling ciborium-io v0.2.2
22632026-07-14T00:12:03.733Z Compiling opaque-debug v0.3.1
22642026-07-14T00:12:03.814Z Compiling poly1305 v0.8.0
22652026-07-14T00:12:03.818Z Compiling derive_more v0.99.20
22662026-07-14T00:12:03.844Z Compiling slog-term v2.9.2
22672026-07-14T00:12:03.848Z Compiling ciborium-ll v0.2.2
22682026-07-14T00:12:03.929Z Compiling toml v1.1.2+spec-1.1.0
22692026-07-14T00:12:04.154Z Compiling thiserror-no-std v2.0.2
22702026-07-14T00:12:04.269Z Compiling test-strategy v0.4.5
22712026-07-14T00:12:04.466Z Compiling async-stream v0.3.6
22722026-07-14T00:12:04.482Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22732026-07-14T00:12:04.651Z Compiling postcard v1.1.3
22742026-07-14T00:12:04.683Z Compiling slog-bunyan v2.5.0
22752026-07-14T00:12:04.901Z Compiling ingot-types v0.1.2
22762026-07-14T00:12:05.056Z Compiling num_enum_derive v0.7.6
22772026-07-14T00:12:05.123Z Compiling chacha20 v0.9.1
22782026-07-14T00:12:05.318Z Compiling ingot v0.1.1
22792026-07-14T00:12:05.379Z Compiling async-compression v0.4.41
22802026-07-14T00:12:05.542Z Compiling parse-display-derive v0.10.0
22812026-07-14T00:12:05.596Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
22822026-07-14T00:12:05.856Z Compiling sha1 v0.11.0
22832026-07-14T00:12:06.018Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22842026-07-14T00:12:06.039Z Compiling proc-macro-crate v1.3.1
22852026-07-14T00:12:06.276Z Compiling waitgroup v0.1.2
22862026-07-14T00:12:06.302Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
22872026-07-14T00:12:06.306Z Compiling password-hash v0.5.0
22882026-07-14T00:12:06.399Z Compiling backon v1.6.0
22892026-07-14T00:12:06.449Z Compiling rustls-pemfile v2.2.0
22902026-07-14T00:12:06.606Z Compiling dropshot_endpoint v0.17.1
22912026-07-14T00:12:06.650Z Compiling blake2 v0.10.6
22922026-07-14T00:12:06.666Z Compiling aead v0.5.2
22932026-07-14T00:12:06.751Z Compiling foreign-types-macros v0.2.3
22942026-07-14T00:12:06.820Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
22952026-07-14T00:12:06.878Z Compiling serde_path_to_error v0.1.20
22962026-07-14T00:12:06.929Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22972026-07-14T00:12:07.031Z Compiling hostname v0.4.2
22982026-07-14T00:12:07.200Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
22992026-07-14T00:12:07.233Z Compiling proc-macro-error v1.0.4
23002026-07-14T00:12:07.282Z Compiling instant v0.1.13
23012026-07-14T00:12:07.310Z Compiling foreign-types-shared v0.3.1
23022026-07-14T00:12:07.329Z Compiling debug-ignore v1.0.5
23032026-07-14T00:12:07.352Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23042026-07-14T00:12:07.382Z Compiling backoff v0.4.0
23052026-07-14T00:12:07.436Z Compiling foreign-types v0.5.0
23062026-07-14T00:12:07.436Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23072026-07-14T00:12:07.440Z Compiling parse-display v0.10.0
23082026-07-14T00:12:07.479Z Compiling argon2 v0.5.3
23092026-07-14T00:12:07.483Z Compiling chacha20poly1305 v0.10.1
23102026-07-14T00:12:07.531Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23112026-07-14T00:12:07.548Z Compiling num_enum_derive v0.5.11
23122026-07-14T00:12:07.581Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23132026-07-14T00:12:07.629Z Compiling num_enum v0.7.6
23142026-07-14T00:12:07.645Z Compiling vsss-rs v3.3.4
23152026-07-14T00:12:07.705Z Compiling ciborium v0.2.2
23162026-07-14T00:12:07.908Z Compiling tabwriter v1.4.1
23172026-07-14T00:12:07.930Z Compiling regress v0.10.5
23182026-07-14T00:12:08.080Z Compiling byte-wrapper v0.1.0
23192026-07-14T00:12:08.116Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23202026-07-14T00:12:08.217Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23212026-07-14T00:12:08.298Z Compiling cstr-argument v0.1.2
23222026-07-14T00:12:08.335Z Compiling humantime v2.3.0
23232026-07-14T00:12:08.497Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23242026-07-14T00:12:08.529Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23252026-07-14T00:12:08.550Z Compiling num_enum v0.5.11
23262026-07-14T00:12:08.582Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23272026-07-14T00:12:08.625Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23282026-07-14T00:12:08.696Z Compiling rayon v1.11.0
23292026-07-14T00:12:08.770Z Compiling rand v0.10.1
23302026-07-14T00:12:08.803Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23312026-07-14T00:12:08.803Z Compiling colored v3.1.1
23322026-07-14T00:12:08.838Z Compiling indent_write v2.2.0
23332026-07-14T00:12:08.867Z Compiling libefi-sys v0.1.0
23342026-07-14T00:12:08.984Z Compiling zone_cfg_derive v0.3.1
23352026-07-14T00:12:09.015Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23362026-07-14T00:12:09.030Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23372026-07-14T00:12:09.132Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23382026-07-14T00:12:09.154Z Compiling camino-tempfile v1.4.1
23392026-07-14T00:12:09.180Z Compiling itertools v0.12.1
23402026-07-14T00:12:09.196Z Compiling usdt-macro v0.5.0
23412026-07-14T00:12:09.212Z Compiling usdt-attr-macro v0.5.0
23422026-07-14T00:12:09.264Z Compiling bitfield-struct v0.6.2
23432026-07-14T00:12:09.543Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23442026-07-14T00:12:09.597Z Compiling num-derive v0.4.2
23452026-07-14T00:12:09.613Z Compiling blake3 v1.8.5
23462026-07-14T00:12:09.630Z Compiling memmap v0.7.0
23472026-07-14T00:12:09.648Z Compiling sigpipe v0.1.3
23482026-07-14T00:12:09.680Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23492026-07-14T00:12:09.697Z Compiling swrite v0.1.0
23502026-07-14T00:12:09.767Z Compiling glob v0.3.3
23512026-07-14T00:12:09.882Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23522026-07-14T00:12:09.942Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23532026-07-14T00:12:09.958Z Compiling smf v0.2.3
23542026-07-14T00:12:10.008Z Compiling usdt v0.5.0
23552026-07-14T00:12:10.175Z Compiling filetime v0.2.27
23562026-07-14T00:12:10.195Z Compiling whoami v1.6.1
23572026-07-14T00:12:10.276Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23582026-07-14T00:12:10.373Z Compiling xattr v1.6.1
23592026-07-14T00:12:10.388Z Compiling constant_time_eq v0.4.2
23602026-07-14T00:12:10.405Z Compiling arrayref v0.3.9
23612026-07-14T00:12:10.493Z Compiling zone v0.3.1
23622026-07-14T00:12:10.532Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23632026-07-14T00:12:10.548Z Compiling arrayvec v0.7.6
23642026-07-14T00:12:10.590Z Compiling tar v0.4.45
23652026-07-14T00:12:10.606Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23662026-07-14T00:12:10.641Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23672026-07-14T00:12:10.656Z Compiling tokio-dtrace v0.1.1
23682026-07-14T00:12:10.660Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23692026-07-14T00:12:10.713Z Compiling console v0.16.2
23702026-07-14T00:12:10.915Z Compiling gethostname v0.5.0
23712026-07-14T00:12:11.015Z Compiling topological-sort v0.2.2
23722026-07-14T00:12:11.067Z Compiling unit-prefix v0.5.2
23732026-07-14T00:12:11.132Z Compiling oxide-tokio-rt v0.1.4
23742026-07-14T00:12:11.203Z Compiling indicatif v0.18.4
23752026-07-14T00:12:11.240Z Compiling toml v0.8.23
23762026-07-14T00:12:11.311Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23772026-07-14T00:12:11.333Z Compiling shell-words v1.1.1
23782026-07-14T00:12:20.549Z Compiling progenitor-client v0.14.0
23792026-07-14T00:12:20.549Z Compiling omicron-zone-package v0.12.3
23802026-07-14T00:12:20.789Z Compiling progenitor-extras v0.2.0
23812026-07-14T00:12:21.152Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23822026-07-14T00:12:21.182Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23832026-07-14T00:12:21.274Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23842026-07-14T00:12:21.330Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23852026-07-14T00:12:21.345Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23862026-07-14T00:12:21.348Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23872026-07-14T00:12:21.478Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23882026-07-14T00:12:21.665Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23892026-07-14T00:12:22.562Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23902026-07-14T00:12:26.374Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23912026-07-14T00:12:34.309Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23922026-07-14T00:12:37.451Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23932026-07-14T00:12:38.485Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23942026-07-14T00:12:47.893Z Finished `release` profile [optimized] target(s) in 1m 40s
23952026-07-14T00:12:48.037Z Running `target/release/omicron-package -t test target create -p dev`
23962026-07-14T00:12:48.097ZLogging to: /work/oxidecomputer/omicron/out/LOG
23972026-07-14T00:12:48.100ZCreated new build target 'test' and set it as active
23982026-07-14T00:12:48.100Z
23992026-07-14T00:12:48.100Zreal 1:40.279884764
24002026-07-14T00:12:48.100Zuser 16:22.633808510
24012026-07-14T00:12:48.100Zsys 2:36.492293709
24022026-07-14T00:12:48.101Ztrap 0.456127331
24032026-07-14T00:12:48.101Ztflt 2.465615379
24042026-07-14T00:12:48.101Zdflt 4.083792701
24052026-07-14T00:12:48.101Zkflt 0.000535020
24062026-07-14T00:12:48.101Zlock 51:35.143614942
24072026-07-14T00:12:48.101Zslp 42:09.355151414
24082026-07-14T00:12:48.101Zlat 44.870516684
24092026-07-14T00:12:48.101Zstop 5:14.105794497
24102026-07-14T00:12:48.101Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24112026-07-14T00:12:48.926Z Finished `release` profile [optimized] target(s) in 0.81s
24122026-07-14T00:12:48.992Z Running `target/release/omicron-package -t test package`
24132026-07-14T00:12:49.050ZLogging to: /work/oxidecomputer/omicron/out/LOG
24142026-07-14T00:12:50.399Z Compiling heck v0.5.0
24152026-07-14T00:12:50.399Z Compiling regress v0.11.1
24162026-07-14T00:12:50.636Z Compiling unsafe-libyaml v0.2.11
24172026-07-14T00:12:50.655Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24182026-07-14T00:12:50.683Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24192026-07-14T00:12:50.687Z Compiling unicode-width v0.1.14
24202026-07-14T00:12:50.725Z Compiling derive-where v1.6.0
24212026-07-14T00:12:50.725Z Compiling bytecount v0.6.9
24222026-07-14T00:12:50.728Z Compiling atomicwrites v0.4.4
24232026-07-14T00:12:50.728Z Compiling is-terminal v0.4.17
24242026-07-14T00:12:50.747Z Compiling prettyplease v0.2.37
24252026-07-14T00:12:50.825Z Compiling console v0.15.11
24262026-07-14T00:12:50.829Z Compiling newline-converter v0.3.0
24272026-07-14T00:12:50.829Z Compiling slog-dtrace v0.3.0
24282026-07-14T00:12:50.888Z Compiling owo-colors v4.3.0
24292026-07-14T00:12:50.910Z Compiling resolv-conf v0.7.6
24302026-07-14T00:12:50.934Z Compiling cancel-safe-futures v0.1.5
24312026-07-14T00:12:50.953Z Compiling num-rational v0.4.2
24322026-07-14T00:12:50.981Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24332026-07-14T00:12:51.028Z Compiling libsw-core v0.3.2
24342026-07-14T00:12:51.049Z Compiling num-complex v0.4.6
24352026-07-14T00:12:51.115Z Compiling thread_local v1.1.9
24362026-07-14T00:12:51.155Z Compiling serde_yaml v0.9.34+deprecated
24372026-07-14T00:12:51.226Z Compiling expectorate v1.2.0
24382026-07-14T00:12:51.268Z Compiling match_cfg v0.1.0
24392026-07-14T00:12:51.311Z Compiling compression-core v0.4.31
24402026-07-14T00:12:51.365Z Compiling hostname v0.3.1
24412026-07-14T00:12:51.464Z Compiling compression-codecs v0.4.37
24422026-07-14T00:12:51.485Z Compiling num v0.4.3
24432026-07-14T00:12:51.521Z Compiling libsw v3.5.0
24442026-07-14T00:12:51.542Z Compiling slog-async v2.8.0
24452026-07-14T00:12:51.545Z Compiling multer v3.1.0
24462026-07-14T00:12:51.584Z Compiling crossbeam-channel v0.5.15
24472026-07-14T00:12:51.622Z Compiling slog-json v2.6.1
24482026-07-14T00:12:51.652Z Compiling toml_datetime v1.1.1+spec-1.1.0
24492026-07-14T00:12:51.715Z Compiling serde_spanned v1.1.1
24502026-07-14T00:12:51.743Z Compiling toml_writer v1.1.1+spec-1.1.0
24512026-07-14T00:12:51.772Z Compiling take_mut v0.2.2
24522026-07-14T00:12:51.853Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24532026-07-14T00:12:51.886Z Compiling float-ord v0.3.2
24542026-07-14T00:12:51.906Z Compiling linear-map v1.2.0
24552026-07-14T00:12:51.930Z Compiling term v1.2.1
24562026-07-14T00:12:51.953Z Compiling linked-hash-map v0.5.6
24572026-07-14T00:12:51.974Z Compiling toml v1.1.2+spec-1.1.0
24582026-07-14T00:12:52.020Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24592026-07-14T00:12:52.022Z Compiling slog-bunyan v2.5.0
24602026-07-14T00:12:52.083Z Compiling async-compression v0.4.41
24612026-07-14T00:12:52.150Z Compiling typify-impl v0.6.2
24622026-07-14T00:12:52.186Z Compiling lru-cache v0.1.2
24632026-07-14T00:12:52.207Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24642026-07-14T00:12:52.256Z Compiling slog-term v2.9.2
24652026-07-14T00:12:52.401Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24662026-07-14T00:12:52.421Z Compiling async-stream v0.3.6
24672026-07-14T00:12:52.449Z Compiling dropshot v0.17.1
24682026-07-14T00:12:52.474Z Compiling sha1 v0.11.0
24692026-07-14T00:12:52.492Z Compiling progenitor-client v0.14.0
24702026-07-14T00:12:52.517Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24712026-07-14T00:12:52.556Z Compiling waitgroup v0.1.2
24722026-07-14T00:12:52.630Z Compiling rustls-pemfile v2.2.0
24732026-07-14T00:12:52.673Z Compiling backon v1.6.0
24742026-07-14T00:12:52.716Z Compiling serde_path_to_error v0.1.20
24752026-07-14T00:12:52.735Z Compiling hostname v0.4.2
24762026-07-14T00:12:52.758Z Compiling instant v0.1.13
24772026-07-14T00:12:52.780Z Compiling debug-ignore v1.0.5
24782026-07-14T00:12:52.816Z Compiling minimal-lexical v0.2.1
24792026-07-14T00:12:52.844Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24802026-07-14T00:12:52.898Z Compiling backoff v0.4.0
24812026-07-14T00:12:52.918Z Compiling progenitor-extras v0.2.0
24822026-07-14T00:12:52.920Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24832026-07-14T00:12:52.959Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24842026-07-14T00:12:53.086Z Compiling nom v7.1.3
24852026-07-14T00:12:53.131Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24862026-07-14T00:12:53.131Z Compiling parse-display v0.10.0
24872026-07-14T00:12:53.173Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24882026-07-14T00:12:53.196Z Compiling hickory-proto v0.24.4
24892026-07-14T00:12:53.391Z Compiling regress v0.10.5
24902026-07-14T00:12:53.790Z Compiling macaddr v1.0.1
24912026-07-14T00:12:53.848Z Compiling unicode-xid v0.2.6
24922026-07-14T00:12:53.890Z Compiling humantime v2.3.0
24932026-07-14T00:12:54.040Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24942026-07-14T00:12:54.175Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24952026-07-14T00:12:54.249Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24962026-07-14T00:12:54.480Z Compiling convert_case v0.10.0
24972026-07-14T00:12:54.504Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24982026-07-14T00:12:54.773Z Compiling derive_more-impl v2.1.1
24992026-07-14T00:12:55.081Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25002026-07-14T00:12:55.336Z Compiling toml v0.8.23
25012026-07-14T00:12:55.407Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25022026-07-14T00:12:55.447Z Compiling papergrid v0.11.0
25032026-07-14T00:12:55.573Z Compiling derive_more v2.1.1
25042026-07-14T00:12:55.595Z Compiling tabled_derive v0.7.0
25052026-07-14T00:12:55.630Z Compiling typify-macro v0.6.2
25062026-07-14T00:12:55.687Z Compiling termtree v0.5.1
25072026-07-14T00:12:55.794Z Compiling hickory-resolver v0.24.4
25082026-07-14T00:12:55.882Z Compiling crossterm v0.29.0
25092026-07-14T00:12:55.931Z Compiling phf_shared v0.12.1
25102026-07-14T00:12:56.203Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25112026-07-14T00:12:56.534Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25122026-07-14T00:12:56.639Z Compiling tabled v0.15.0
25132026-07-14T00:12:56.761Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25142026-07-14T00:12:57.193Z Compiling typify v0.6.2
25152026-07-14T00:12:57.501Z Compiling progenitor-impl v0.14.0
25162026-07-14T00:12:57.879Z Compiling qorb v0.4.1
25172026-07-14T00:12:58.862Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25182026-07-14T00:12:59.411Z Compiling vte v0.14.1
25192026-07-14T00:12:59.653Z Compiling csv-core v0.1.13
25202026-07-14T00:12:59.723Z Compiling progenitor-macro v0.14.0
25212026-07-14T00:12:59.763Z Compiling chrono-tz v0.10.4
25222026-07-14T00:13:00.091Z Compiling highway v1.3.0
25232026-07-14T00:13:00.618Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25242026-07-14T00:13:00.846Z Compiling csv v1.4.0
25252026-07-14T00:13:01.109Z Compiling strip-ansi-escapes v0.2.1
25262026-07-14T00:13:01.152Z Compiling phf v0.12.1
25272026-07-14T00:13:01.894Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25282026-07-14T00:13:01.894Z Compiling const_format_proc_macros v0.2.34
25292026-07-14T00:13:01.894Z Compiling fd-lock v4.0.4
25302026-07-14T00:13:01.894Z Compiling peg-macros v0.8.5
25312026-07-14T00:13:01.894Z Compiling nu-ansi-term v0.50.3
25322026-07-14T00:13:01.894Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25332026-07-14T00:13:02.156Z Compiling const_format v0.2.35
25342026-07-14T00:13:02.226Z Compiling reedline v0.40.0
25352026-07-14T00:13:02.634Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25362026-07-14T00:13:02.806Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25372026-07-14T00:13:03.326Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25382026-07-14T00:13:03.756Z Compiling progenitor v0.14.0
25392026-07-14T00:13:03.862Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25402026-07-14T00:13:03.865Z Compiling peg v0.8.5
25412026-07-14T00:13:03.938Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25422026-07-14T00:13:03.989Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25432026-07-14T00:13:04.247Z Compiling bcs v0.1.6
25442026-07-14T00:13:04.628Z Compiling nom v8.0.0
25452026-07-14T00:13:04.692Z Compiling semver v0.1.20
25462026-07-14T00:13:04.991Z Compiling rustc_version v0.1.7
25472026-07-14T00:13:05.261Z Compiling newtype_derive v0.1.6
25482026-07-14T00:13:05.498Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25492026-07-14T00:13:05.753Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25502026-07-14T00:13:06.001Z Compiling unicode-linebreak v0.1.5
25512026-07-14T00:13:06.371Z Compiling smawk v0.3.2
25522026-07-14T00:13:06.447Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25532026-07-14T00:13:06.467Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25542026-07-14T00:13:06.571Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25552026-07-14T00:13:06.656Z Compiling textwrap v0.16.2
25562026-07-14T00:13:06.762Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25572026-07-14T00:13:06.855Z Compiling steno v0.4.1
25582026-07-14T00:13:07.181Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25592026-07-14T00:13:07.417Z Compiling base64 v0.21.7
25602026-07-14T00:13:07.617Z Compiling dropshot-api-manager-types v0.7.2
25612026-07-14T00:13:07.972Z Compiling sha1 v0.10.6
25622026-07-14T00:13:08.212Z Compiling utf-8 v0.7.6
25632026-07-14T00:13:08.259Z Compiling tagptr v0.2.0
25642026-07-14T00:13:08.328Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25652026-07-14T00:13:08.408Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25662026-07-14T00:13:08.458Z Compiling moka v0.12.13
25672026-07-14T00:13:08.516Z Compiling tungstenite v0.21.0
25682026-07-14T00:13:08.621Z Compiling display-error-chain v0.2.2
25692026-07-14T00:13:08.752Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25702026-07-14T00:13:08.807Z Compiling radium v0.7.0
25712026-07-14T00:13:08.841Z Compiling maybe-uninit v2.0.0
25722026-07-14T00:13:09.148Z Compiling tokio-tungstenite v0.21.0
25732026-07-14T00:13:09.169Z Compiling tap v1.0.1
25742026-07-14T00:13:09.319Z Compiling wyz v0.5.1
25752026-07-14T00:13:09.573Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25762026-07-14T00:13:09.666Z Compiling hickory-resolver v0.25.2
25772026-07-14T00:13:09.790Z Compiling vergen-lib v0.1.6
25782026-07-14T00:13:10.029Z Compiling zerocopy-derive v0.6.6
25792026-07-14T00:13:10.051Z Compiling crc-catalog v2.4.0
25802026-07-14T00:13:10.181Z Compiling diesel_derives v2.3.7
25812026-07-14T00:13:10.417Z Compiling packed_struct v0.10.1
25822026-07-14T00:13:10.677Z Compiling funty v2.0.0
25832026-07-14T00:13:10.741Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25842026-07-14T00:13:10.889Z Compiling zerocopy v0.6.6
25852026-07-14T00:13:11.276Z Compiling bitvec v1.0.1
25862026-07-14T00:13:11.630Z Compiling crc v3.4.0
25872026-07-14T00:13:11.855Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25882026-07-14T00:13:11.916Z Compiling scheduled-thread-pool v0.2.7
25892026-07-14T00:13:11.964Z Compiling dsl_auto_type v0.2.0
25902026-07-14T00:13:12.496Z Compiling packed_struct_codegen v0.10.1
25912026-07-14T00:13:12.498Z Compiling vergen-gitcl v1.0.8
25922026-07-14T00:13:12.541Z Compiling diesel_table_macro_syntax v0.3.0
25932026-07-14T00:13:12.562Z Compiling bitfield-macros v0.19.4
25942026-07-14T00:13:12.763Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25952026-07-14T00:13:12.786Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25962026-07-14T00:13:12.902Z Compiling dirs-sys-next v0.1.2
25972026-07-14T00:13:13.159Z Compiling proc-macro-error-attr2 v2.0.0
25982026-07-14T00:13:13.216Z Compiling indexmap v1.9.3
25992026-07-14T00:13:13.287Z Compiling crunchy v0.2.4
26002026-07-14T00:13:13.476Z Compiling nodrop v0.1.14
26012026-07-14T00:13:13.501Z Compiling maplit v1.0.2
26022026-07-14T00:13:13.609Z Compiling glob v0.3.3
26032026-07-14T00:13:13.612Z Compiling proc-macro-error2 v2.0.1
26042026-07-14T00:13:13.653Z Compiling array-init v0.0.4
26052026-07-14T00:13:13.977Z Compiling clang-sys v1.8.1
26062026-07-14T00:13:14.007Z Compiling bitfield v0.19.4
26072026-07-14T00:13:14.053Z Compiling dirs-next v2.0.0
26082026-07-14T00:13:14.372Z Compiling r2d2 v0.8.10
26092026-07-14T00:13:14.402Z Compiling smallvec v0.6.14
26102026-07-14T00:13:14.675Z Compiling num-derive v0.3.3
26112026-07-14T00:13:14.710Z Compiling downcast-rs v2.0.2
26122026-07-14T00:13:14.792Z Compiling tiny-keccak v2.0.2
26132026-07-14T00:13:14.845Z Compiling hashbrown v0.12.3
26142026-07-14T00:13:15.065Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26152026-07-14T00:13:15.270Z Compiling serde-hex v0.1.0
26162026-07-14T00:13:15.448Z Compiling term v0.7.0
26172026-07-14T00:13:15.476Z Compiling tabled_derive v0.11.0
26182026-07-14T00:13:15.588Z Compiling libscf-sys v1.1.0
26192026-07-14T00:13:15.711Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26202026-07-14T00:13:15.760Z Compiling ron v0.8.1
26212026-07-14T00:13:15.924Z Compiling papergrid v0.17.0
26222026-07-14T00:13:15.953Z Compiling testing_table v0.3.0
26232026-07-14T00:13:15.956Z Compiling hashbrown v0.13.2
26242026-07-14T00:13:16.077Z Compiling crc-any v2.5.0
26252026-07-14T00:13:16.410Z Compiling bit-vec v0.6.3
26262026-07-14T00:13:16.505Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26272026-07-14T00:13:16.534Z Compiling object v0.30.4
26282026-07-14T00:13:16.599Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26292026-07-14T00:13:16.652Z Compiling bit-set v0.5.3
26302026-07-14T00:13:16.842Z Compiling ascii-canvas v3.0.0
26312026-07-14T00:13:17.104Z Compiling tabled v0.20.0
26322026-07-14T00:13:17.176Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26332026-07-14T00:13:17.617Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26342026-07-14T00:13:17.891Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26352026-07-14T00:13:18.139Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26362026-07-14T00:13:18.196Z Compiling progenitor-impl v0.13.0
26372026-07-14T00:13:18.217Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26382026-07-14T00:13:18.548Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26392026-07-14T00:13:18.576Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26402026-07-14T00:13:18.761Z Compiling itertools v0.10.5
26412026-07-14T00:13:18.763Z Compiling ena v0.14.4
26422026-07-14T00:13:18.907Z Compiling diesel v2.3.7
26432026-07-14T00:13:19.032Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26442026-07-14T00:13:19.210Z Compiling libloading v0.8.9
26452026-07-14T00:13:19.286Z Compiling regex-syntax v0.6.29
26462026-07-14T00:13:19.451Z Compiling xshell-macros v0.2.7
26472026-07-14T00:13:19.863Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26482026-07-14T00:13:19.888Z Compiling path-slash v0.1.5
26492026-07-14T00:13:20.028Z Compiling bindgen v0.71.1
26502026-07-14T00:13:20.086Z Compiling diff v0.1.13
26512026-07-14T00:13:20.335Z Compiling unicase v2.9.0
26522026-07-14T00:13:20.387Z Compiling progenitor-macro v0.13.0
26532026-07-14T00:13:20.416Z Compiling xshell v0.2.7
26542026-07-14T00:13:20.632Z Compiling lalrpop v0.19.12
26552026-07-14T00:13:21.177Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26562026-07-14T00:13:21.730Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26572026-07-14T00:13:22.165Z Compiling cexpr v0.6.0
26582026-07-14T00:13:22.825Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26592026-07-14T00:13:23.074Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26602026-07-14T00:13:23.542Z Compiling progenitor-client v0.13.0
26612026-07-14T00:13:24.088Z Compiling rustc-hash v2.1.1
26622026-07-14T00:13:24.348Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26632026-07-14T00:13:24.470Z Compiling progenitor v0.13.0
26642026-07-14T00:13:25.308Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26652026-07-14T00:13:25.518Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26662026-07-14T00:13:25.539Z Compiling headers-core v0.3.0
26672026-07-14T00:13:25.689Z Compiling libxml v0.3.3
26682026-07-14T00:13:25.710Z Compiling crc8 v0.1.1
26692026-07-14T00:13:25.764Z Compiling headers v0.4.1
26702026-07-14T00:13:25.852Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26712026-07-14T00:13:25.894Z Compiling strum_macros v0.24.3
26722026-07-14T00:13:25.989Z Compiling indoc v1.0.9
26732026-07-14T00:13:26.122Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26742026-07-14T00:13:26.460Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26752026-07-14T00:13:26.518Z Compiling derive_builder v0.20.2
26762026-07-14T00:13:26.696Z Compiling oso-derive v0.27.3
26772026-07-14T00:13:26.719Z Compiling quick-xml v0.37.5
26782026-07-14T00:13:27.136Z Compiling impl-trait-for-tuples v0.2.3
26792026-07-14T00:13:27.159Z Compiling openssl-probe v0.1.6
26802026-07-14T00:13:27.250Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26812026-07-14T00:13:27.394Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26822026-07-14T00:13:27.449Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26832026-07-14T00:13:27.688Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26842026-07-14T00:13:27.866Z Compiling bb8 v0.8.6
26852026-07-14T00:13:27.989Z Compiling polar-core v0.27.3
26862026-07-14T00:13:28.011Z Compiling trait-variant v0.1.2
26872026-07-14T00:13:28.240Z Compiling half v1.8.3
26882026-07-14T00:13:28.431Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26892026-07-14T00:13:28.567Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26902026-07-14T00:13:28.720Z Compiling serde_cbor v0.11.2
26912026-07-14T00:13:28.878Z Compiling samael v0.0.19
26922026-07-14T00:13:28.932Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26932026-07-14T00:13:29.473Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26942026-07-14T00:13:29.565Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26952026-07-14T00:13:29.723Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26962026-07-14T00:13:29.785Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26972026-07-14T00:13:29.861Z Compiling nonempty v0.12.0
26982026-07-14T00:13:30.085Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26992026-07-14T00:13:30.112Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27002026-07-14T00:13:30.369Z Compiling fxhash v0.2.1
27012026-07-14T00:13:30.472Z Compiling libz-sys v1.1.24
27022026-07-14T00:13:30.538Z Compiling salty v0.3.0
27032026-07-14T00:13:30.971Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27042026-07-14T00:13:31.180Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27052026-07-14T00:13:31.483Z Compiling kstat-rs v0.2.4
27062026-07-14T00:13:31.944Z Compiling arc-swap v1.8.2
27072026-07-14T00:13:31.966Z Compiling fs-err v2.11.0
27082026-07-14T00:13:32.265Z Compiling slog-scope v4.4.1
27092026-07-14T00:13:32.321Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27102026-07-14T00:13:32.396Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27112026-07-14T00:13:32.453Z Compiling mime_guess v2.0.5
27122026-07-14T00:13:33.019Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27132026-07-14T00:13:33.217Z Compiling rfc6979 v0.4.0
27142026-07-14T00:13:33.410Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27152026-07-14T00:13:33.431Z Compiling nanorand v0.7.0
27162026-07-14T00:13:33.816Z Compiling darling_core v0.23.0
27172026-07-14T00:13:33.838Z Compiling libgit2-sys v0.18.3+1.9.2
27182026-07-14T00:13:34.285Z Compiling parking_lot_core v0.8.6
27192026-07-14T00:13:34.573Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27202026-07-14T00:13:34.625Z Compiling flume v0.11.1
27212026-07-14T00:13:35.025Z Compiling ecdsa v0.16.9
27222026-07-14T00:13:35.668Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27232026-07-14T00:13:35.981Z Compiling darling_macro v0.23.0
27242026-07-14T00:13:36.076Z Compiling slog-stdlog v4.1.1
27252026-07-14T00:13:36.408Z Compiling diesel-dtrace v0.5.0
27262026-07-14T00:13:36.513Z Compiling async-bb8-diesel v0.2.1
27272026-07-14T00:13:36.893Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27282026-07-14T00:13:36.977Z Compiling oso v0.27.3
27292026-07-14T00:13:36.999Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27302026-07-14T00:13:37.031Z Compiling primeorder v0.13.6
27312026-07-14T00:13:37.414Z Compiling git-stub v1.0.0
27322026-07-14T00:13:37.686Z Compiling atty v0.2.14
27332026-07-14T00:13:37.844Z Compiling http-range v0.1.5
27342026-07-14T00:13:38.187Z Compiling instability v0.3.11
27352026-07-14T00:13:38.209Z Compiling parse-size v1.1.0
27362026-07-14T00:13:38.427Z Compiling strsim v0.10.0
27372026-07-14T00:13:38.457Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27382026-07-14T00:13:38.746Z Compiling darling_core v0.13.4
27392026-07-14T00:13:38.797Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27402026-07-14T00:13:39.685Z Compiling git-stub-vcs v0.1.0
27412026-07-14T00:13:40.049Z Compiling p384 v0.13.1
27422026-07-14T00:13:40.412Z Compiling darling v0.23.0
27432026-07-14T00:13:40.546Z Compiling slog-envlogger v2.2.0
27442026-07-14T00:13:41.712Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27452026-07-14T00:13:42.187Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27462026-07-14T00:13:42.437Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27472026-07-14T00:13:43.426Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27482026-07-14T00:13:43.806Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27492026-07-14T00:13:43.961Z Compiling ignore v0.4.25
27502026-07-14T00:13:44.275Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27512026-07-14T00:13:44.571Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27522026-07-14T00:13:45.720Z Compiling vergen-git2 v9.1.0
27532026-07-14T00:13:45.810Z Compiling castaway v0.2.4
27542026-07-14T00:13:45.972Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27552026-07-14T00:13:45.996Z Compiling indoc v2.0.7
27562026-07-14T00:13:46.215Z Compiling compact_str v0.8.1
27572026-07-14T00:13:46.322Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27582026-07-14T00:13:47.023Z Compiling globwalk v0.9.1
27592026-07-14T00:13:47.181Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27602026-07-14T00:13:47.281Z Compiling parking_lot v0.11.2
27612026-07-14T00:13:47.358Z Compiling hyper-staticfile v0.10.1
27622026-07-14T00:13:47.689Z Compiling darling_macro v0.13.4
27632026-07-14T00:13:47.826Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27642026-07-14T00:13:48.239Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27652026-07-14T00:13:48.303Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27662026-07-14T00:13:48.517Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27672026-07-14T00:13:48.562Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27682026-07-14T00:13:48.819Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27692026-07-14T00:13:48.880Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
27702026-07-14T00:13:48.903Z Compiling predicates-tree v1.0.13
27712026-07-14T00:13:49.327Z Compiling unicode-truncate v1.1.0
27722026-07-14T00:13:49.413Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27732026-07-14T00:13:49.546Z Compiling lru v0.12.5
27742026-07-14T00:13:49.672Z Compiling rand_seeder v0.4.0
27752026-07-14T00:13:49.710Z Compiling prefix-trie v0.7.0
27762026-07-14T00:13:49.775Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27772026-07-14T00:13:49.923Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27782026-07-14T00:13:50.089Z Compiling illumos-nvpair-sys v0.2.0
27792026-07-14T00:13:50.192Z Compiling cassowary v0.3.0
27802026-07-14T00:13:50.213Z Compiling corncobs v0.1.4
27812026-07-14T00:13:50.269Z Compiling hickory-server v0.25.2
27822026-07-14T00:13:50.367Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27832026-07-14T00:13:50.467Z Compiling ratatui v0.29.0
27842026-07-14T00:13:50.512Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27852026-07-14T00:13:50.736Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
27862026-07-14T00:13:50.763Z Compiling camino-tempfile-ext v0.3.3
27872026-07-14T00:13:50.999Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27882026-07-14T00:13:51.129Z Compiling darling v0.13.4
27892026-07-14T00:13:51.247Z Compiling sled v0.34.7
27902026-07-14T00:13:51.374Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27912026-07-14T00:13:51.761Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27922026-07-14T00:13:52.627Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27932026-07-14T00:13:52.798Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27942026-07-14T00:13:54.193Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27952026-07-14T00:13:54.850Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27962026-07-14T00:13:54.954Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27972026-07-14T00:13:55.108Z Compiling secrecy v0.8.0
27982026-07-14T00:13:55.194Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27992026-07-14T00:13:55.392Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28002026-07-14T00:13:55.470Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28012026-07-14T00:13:56.092Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28022026-07-14T00:13:56.130Z Compiling serde_with_macros v1.5.2
28032026-07-14T00:13:57.294Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28042026-07-14T00:13:57.738Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28052026-07-14T00:13:57.880Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28062026-07-14T00:13:58.650Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28072026-07-14T00:13:58.754Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28082026-07-14T00:13:58.899Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28092026-07-14T00:13:58.997Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28102026-07-14T00:13:59.140Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28112026-07-14T00:13:59.245Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28122026-07-14T00:13:59.379Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28132026-07-14T00:13:59.510Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28142026-07-14T00:13:59.762Z Compiling git2 v0.20.4
28152026-07-14T00:13:59.786Z Compiling void v1.0.2
28162026-07-14T00:13:59.944Z Compiling lzss v0.8.2
28172026-07-14T00:14:00.159Z Compiling illumos-nvpair v0.3.0
28182026-07-14T00:14:00.586Z Compiling serde_with v1.14.0
28192026-07-14T00:14:00.680Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28202026-07-14T00:14:01.075Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28212026-07-14T00:14:01.440Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28222026-07-14T00:14:01.755Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28232026-07-14T00:14:02.781Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28242026-07-14T00:14:02.783Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28252026-07-14T00:14:02.904Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28262026-07-14T00:14:03.153Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28272026-07-14T00:14:03.213Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28282026-07-14T00:14:03.542Z Compiling tungstenite v0.23.0
28292026-07-14T00:14:04.745Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28302026-07-14T00:14:04.982Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28312026-07-14T00:14:05.904Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28322026-07-14T00:14:06.153Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28332026-07-14T00:14:06.192Z Compiling nix v0.27.1
28342026-07-14T00:14:06.389Z Compiling twox-hash v2.1.2
28352026-07-14T00:14:06.783Z Compiling serde_bytes v0.11.19
28362026-07-14T00:14:06.963Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28372026-07-14T00:14:07.094Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28382026-07-14T00:14:07.117Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28392026-07-14T00:14:07.358Z Compiling tokio-tungstenite v0.23.1
28402026-07-14T00:14:07.572Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28412026-07-14T00:14:07.731Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28422026-07-14T00:14:07.885Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28432026-07-14T00:14:09.277Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28442026-07-14T00:14:09.916Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28452026-07-14T00:14:11.756Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28462026-07-14T00:14:11.781Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28472026-07-14T00:14:12.171Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28482026-07-14T00:14:12.515Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28492026-07-14T00:14:12.708Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28502026-07-14T00:14:12.810Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
28512026-07-14T00:14:12.839Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28522026-07-14T00:14:13.398Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28532026-07-14T00:14:13.589Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28542026-07-14T00:14:14.337Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28552026-07-14T00:14:14.543Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28562026-07-14T00:14:16.088Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28572026-07-14T00:14:16.709Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28582026-07-14T00:14:17.120Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28592026-07-14T00:14:17.941Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28602026-07-14T00:14:19.344Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28612026-07-14T00:14:19.804Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28622026-07-14T00:14:20.053Z Compiling fatfs v0.3.6
28632026-07-14T00:14:20.106Z Compiling signal-hook-tokio v0.3.1
28642026-07-14T00:14:20.300Z Compiling yasna v0.5.2
28652026-07-14T00:14:20.327Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28662026-07-14T00:14:20.363Z Compiling assert_matches v1.5.0
28672026-07-14T00:14:20.385Z Compiling is_ci v1.2.0
28682026-07-14T00:14:20.486Z Compiling seq-macro v0.3.6
28692026-07-14T00:14:20.614Z Compiling supports-color v3.0.2
28702026-07-14T00:14:20.893Z Compiling rcgen v0.12.1
28712026-07-14T00:14:21.030Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28722026-07-14T00:14:21.302Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28732026-07-14T00:14:21.943Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28742026-07-14T00:14:22.614Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28752026-07-14T00:14:22.875Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28762026-07-14T00:14:23.132Z Compiling port-file v0.1.0
28772026-07-14T00:14:23.471Z Compiling subprocess v0.2.15
28782026-07-14T00:14:24.198Z Compiling rtoolbox v0.0.3
28792026-07-14T00:14:24.486Z Compiling rpassword v7.4.0
28802026-07-14T00:14:24.786Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28812026-07-14T00:14:25.371Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28822026-07-14T00:14:25.737Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28832026-07-14T00:14:25.784Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28842026-07-14T00:14:25.926Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28852026-07-14T00:14:27.864Z Compiling tui-tree-widget v0.23.1
28862026-07-14T00:14:28.164Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28872026-07-14T00:14:28.198Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28882026-07-14T00:14:29.067Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28892026-07-14T00:14:29.313Z Compiling uzers v0.12.2
28902026-07-14T00:14:29.959Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28912026-07-14T00:14:30.131Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28922026-07-14T00:14:30.779Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28932026-07-14T00:14:31.133Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28942026-07-14T00:14:34.186Z Compiling support-bundle-viewer v0.1.2
28952026-07-14T00:14:34.712Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28962026-07-14T00:14:36.077Z Compiling multimap v0.10.1
28972026-07-14T00:14:47.101Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28982026-07-14T00:14:56.010Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
28992026-07-14T00:14:58.111Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29002026-07-14T00:14:58.341Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29012026-07-14T00:14:58.624Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29022026-07-14T00:24:25.117Z Finished `release` profile [optimized] target(s) in 11m 35s
29032026-07-14T00:25:30.708Z
29042026-07-14T00:25:30.708Zreal 12:42.584851155
29052026-07-14T00:25:30.708Zuser 1:21:40.304071144
29062026-07-14T00:25:30.712Zsys 3:33.668089858
29072026-07-14T00:25:30.712Ztrap 1.758483382
29082026-07-14T00:25:30.712Ztflt 2.674916817
29092026-07-14T00:25:30.712Zdflt 18.264628397
29102026-07-14T00:25:30.712Zkflt 0.049738225
29112026-07-14T00:25:30.712Zlock 8:57:05.325749482
29122026-07-14T00:25:30.712Zslp 2:23:59.921022216
29132026-07-14T00:25:30.712Zlat 2:20.030850557
29142026-07-14T00:25:30.712Zstop 5:07.676796397
29152026-07-14T00:25:30.712Z+ mapfile -t packages
29162026-07-14T00:25:30.712Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29172026-07-14T00:25:31.611Z Finished `release` profile [optimized] target(s) in 0.89s
29182026-07-14T00:25:31.685Z Running `target/release/omicron-package -t test list-outputs`
29192026-07-14T00:25:31.742ZLogging to: /work/oxidecomputer/omicron/out/LOG
29202026-07-14T00:25:31.745Z+ ptime -m cargo build --locked --release -p xtask
29212026-07-14T00:25:32.247Z Compiling libc v0.2.185
29222026-07-14T00:25:32.247Z Compiling serde_core v1.0.228
29232026-07-14T00:25:32.250Z Compiling serde v1.0.228
29242026-07-14T00:25:32.251Z Compiling rustix v1.1.3
29252026-07-14T00:25:32.251Z Compiling bitflags v2.11.0
29262026-07-14T00:25:32.251Z Compiling serde_json v1.0.150
29272026-07-14T00:25:32.373Z Compiling usdt-impl v0.5.0
29282026-07-14T00:25:32.404Z Compiling syn v2.0.117
29292026-07-14T00:25:32.404Z Compiling syn v1.0.109
29302026-07-14T00:25:32.430Z Compiling getrandom v0.4.1
29312026-07-14T00:25:32.430Z Compiling log v0.4.29
29322026-07-14T00:25:32.430Z Compiling indexmap v2.14.0
29332026-07-14T00:25:32.469Z Compiling fs-err v3.3.0
29342026-07-14T00:25:32.609Z Compiling once_cell v1.21.3
29352026-07-14T00:25:32.675Z Compiling heck v0.4.1
29362026-07-14T00:25:32.700Z Compiling anyhow v1.0.102
29372026-07-14T00:25:33.084Z Compiling thread-id v4.2.2
29382026-07-14T00:25:33.094Z Compiling errno v0.3.14
29392026-07-14T00:25:33.098Z Compiling memmap v0.7.0
29402026-07-14T00:25:33.851Z Compiling proc-macro-error v1.0.4
29412026-07-14T00:25:34.194Z Compiling terminal_size v0.4.3
29422026-07-14T00:25:34.194Z Compiling tempfile v3.25.0
29432026-07-14T00:25:34.206Z Compiling tabled_derive v0.7.0
29442026-07-14T00:25:34.206Z Compiling clap_builder v4.6.0
29452026-07-14T00:25:34.206Z Compiling textwrap v0.16.2
29462026-07-14T00:25:34.528Z Compiling pest_generator v2.8.6
29472026-07-14T00:25:34.585Z Compiling camino v1.2.2
29482026-07-14T00:25:34.595Z Compiling cargo-platform v0.3.2
29492026-07-14T00:25:34.607Z Compiling semver v1.0.28
29502026-07-14T00:25:34.800Z Compiling tabled v0.15.0
29512026-07-14T00:25:34.909Z Compiling camino-tempfile v1.4.1
29522026-07-14T00:25:34.997Z Compiling serde_derive v1.0.228
29532026-07-14T00:25:34.997Z Compiling thiserror-impl v1.0.69
29542026-07-14T00:25:35.000Z Compiling zerocopy-derive v0.7.35
29552026-07-14T00:25:35.000Z Compiling scroll_derive v0.12.1
29562026-07-14T00:25:35.008Z Compiling thiserror-impl v2.0.18
29572026-07-14T00:25:35.052Z Compiling clap_derive v4.6.1
29582026-07-14T00:25:35.065Z Compiling pest_derive v2.8.6
29592026-07-14T00:25:35.663Z Compiling scroll v0.12.0
29602026-07-14T00:25:35.888Z Compiling zerocopy v0.7.35
29612026-07-14T00:25:35.921Z Compiling goblin v0.8.2
29622026-07-14T00:25:36.161Z Compiling thiserror v1.0.69
29632026-07-14T00:25:36.227Z Compiling thiserror v2.0.18
29642026-07-14T00:25:36.251Z Compiling dtrace-parser v0.2.0
29652026-07-14T00:25:36.498Z Compiling clap v4.6.1
29662026-07-14T00:25:38.243Z Compiling dof v0.3.0
29672026-07-14T00:25:38.256Z Compiling serde_tokenstream v0.2.3
29682026-07-14T00:25:38.256Z Compiling serde_spanned v0.6.9
29692026-07-14T00:25:38.256Z Compiling toml_datetime v0.6.11
29702026-07-14T00:25:38.268Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29712026-07-14T00:25:38.387Z Compiling cargo_metadata v0.23.1
29722026-07-14T00:25:38.516Z Compiling toml_edit v0.22.27
29732026-07-14T00:25:38.540Z Compiling macaddr v1.0.1
29742026-07-14T00:25:38.917Z Compiling usdt-attr-macro v0.5.0
29752026-07-14T00:25:38.918Z Compiling usdt-macro v0.5.0
29762026-07-14T00:25:39.608Z Compiling usdt v0.5.0
29772026-07-14T00:25:40.068Z Compiling toml v0.8.23
29782026-07-14T00:25:40.496Z Compiling cargo_toml v0.21.0
29792026-07-14T00:25:44.927Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29802026-07-14T00:25:48.142Z Finished `release` profile [optimized] target(s) in 16.38s
29812026-07-14T00:25:48.240Z
29822026-07-14T00:25:48.240Zreal 16.460002827
29832026-07-14T00:25:48.240Zuser 2:05.291534430
29842026-07-14T00:25:48.240Zsys 14.197500004
29852026-07-14T00:25:48.243Ztrap 0.066990405
29862026-07-14T00:25:48.243Ztflt 0.419860657
29872026-07-14T00:25:48.243Zdflt 1.471537948
29882026-07-14T00:25:48.243Zkflt 0.000036330
29892026-07-14T00:25:48.243Zlock 4:27.653076666
29902026-07-14T00:25:48.243Zslp 2:44.377637740
29912026-07-14T00:25:48.243Zlat 4.007862352
29922026-07-14T00:25:48.243Zstop 15.180863556
29932026-07-14T00:25:48.243Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
29942026-07-14T00:25:48.243Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
29952026-07-14T00:25:48.244Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
29962026-07-14T00:25:48.244Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
29972026-07-14T00:25:48.244Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
29982026-07-14T00:25:49.149Z Compiling progenitor-client v0.14.0
29992026-07-14T00:25:49.149Z Compiling newtype-uuid-macros v0.1.0
30002026-07-14T00:25:49.149Z Compiling match_cfg v0.1.0
30012026-07-14T00:25:49.152Z Compiling slog-json v2.6.1
30022026-07-14T00:25:49.152Z Compiling structmeta-derive v0.3.0
30032026-07-14T00:25:49.153Z Compiling sha1 v0.11.0
30042026-07-14T00:25:49.153Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30052026-07-14T00:25:49.327Z Compiling multer v3.1.0
30062026-07-14T00:25:49.330Z Compiling debug-ignore v1.0.5
30072026-07-14T00:25:49.330Z Compiling compression-core v0.4.31
30082026-07-14T00:25:49.330Z Compiling itertools v0.14.0
30092026-07-14T00:25:49.330Z Compiling async-stream-impl v0.3.6
30102026-07-14T00:25:49.330Z Compiling serde_spanned v1.1.1
30112026-07-14T00:25:49.330Z Compiling toml_datetime v1.1.1+spec-1.1.0
30122026-07-14T00:25:49.346Z Compiling dropshot v0.17.1
30132026-07-14T00:25:49.351Z Compiling hostname v0.3.1
30142026-07-14T00:25:49.358Z Compiling toml_writer v1.1.1+spec-1.1.0
30152026-07-14T00:25:49.555Z Compiling slog-bunyan v2.5.0
30162026-07-14T00:25:49.559Z Compiling compression-codecs v0.4.37
30172026-07-14T00:25:49.607Z Compiling waitgroup v0.1.2
30182026-07-14T00:25:49.607Z Compiling rustls-pemfile v2.2.0
30192026-07-14T00:25:49.611Z Compiling dropshot_endpoint v0.17.1
30202026-07-14T00:25:49.645Z Compiling hostname v0.4.2
30212026-07-14T00:25:49.691Z Compiling toml v1.1.2+spec-1.1.0
30222026-07-14T00:25:49.741Z Compiling serde_path_to_error v0.1.20
30232026-07-14T00:25:50.253Z Compiling atomicwrites v0.4.4
30242026-07-14T00:25:50.269Z Compiling async-compression v0.4.41
30252026-07-14T00:25:50.269Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30262026-07-14T00:25:50.269Z Compiling macaddr v1.0.1
30272026-07-14T00:25:50.269Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30282026-07-14T00:25:50.269Z Compiling instant v0.1.13
30292026-07-14T00:25:50.269Z Compiling regress v0.10.5
30302026-07-14T00:25:50.269Z Compiling backon v1.6.0
30312026-07-14T00:25:50.269Z Compiling backoff v0.4.0
30322026-07-14T00:25:50.269Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30332026-07-14T00:25:50.269Z Compiling humantime v2.3.0
30342026-07-14T00:25:50.269Z Compiling half v2.7.1
30352026-07-14T00:25:50.269Z Compiling ciborium-io v0.2.2
30362026-07-14T00:25:50.269Z Compiling async-stream v0.3.6
30372026-07-14T00:25:50.269Z Compiling progenitor-extras v0.2.0
30382026-07-14T00:25:50.269Z Compiling crucible-workspace-hack v0.1.0
30392026-07-14T00:25:50.269Z Compiling regress v0.11.1
30402026-07-14T00:25:50.269Z Compiling convert_case v0.4.0
30412026-07-14T00:25:50.334Z Compiling secrecy v0.10.3
30422026-07-14T00:25:50.346Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30432026-07-14T00:25:50.363Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30442026-07-14T00:25:50.367Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30452026-07-14T00:25:50.409Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30462026-07-14T00:25:50.442Z Compiling ciborium-ll v0.2.2
30472026-07-14T00:25:50.459Z Compiling inout v0.1.4
30482026-07-14T00:25:50.499Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30492026-07-14T00:25:50.518Z Compiling structmeta v0.3.0
30502026-07-14T00:25:50.520Z Compiling unsafe-libyaml v0.2.11
30512026-07-14T00:25:50.550Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30522026-07-14T00:25:50.570Z Compiling thiserror-impl-no-std v2.0.2
30532026-07-14T00:25:50.650Z Compiling ciborium v0.2.2
30542026-07-14T00:25:50.667Z Compiling derive_more v0.99.20
30552026-07-14T00:25:50.682Z Compiling cipher v0.4.4
30562026-07-14T00:25:50.719Z Compiling universal-hash v0.5.1
30572026-07-14T00:25:50.738Z Compiling opaque-debug v0.3.1
30582026-07-14T00:25:50.760Z Compiling derive-ex v0.1.8
30592026-07-14T00:25:50.775Z Compiling parse-display-derive v0.10.0
30602026-07-14T00:25:50.794Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30612026-07-14T00:25:50.827Z Compiling byte-wrapper v0.1.0
30622026-07-14T00:25:50.878Z Compiling poly1305 v0.8.0
30632026-07-14T00:25:50.965Z Compiling chacha20 v0.9.1
30642026-07-14T00:25:51.040Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30652026-07-14T00:25:51.092Z Compiling serde_yaml v0.9.34+deprecated
30662026-07-14T00:25:51.195Z Compiling blake2 v0.10.6
30672026-07-14T00:25:51.250Z Compiling aead v0.5.2
30682026-07-14T00:25:51.268Z Compiling password-hash v0.5.0
30692026-07-14T00:25:51.271Z Compiling toml_datetime v0.7.5+spec-1.1.0
30702026-07-14T00:25:51.307Z Compiling indent_write v2.2.0
30712026-07-14T00:25:51.472Z Compiling toml_edit v0.23.10+spec-1.0.0
30722026-07-14T00:25:51.489Z Compiling chacha20poly1305 v0.10.1
30732026-07-14T00:25:51.555Z Compiling argon2 v0.5.3
30742026-07-14T00:25:51.671Z Compiling heapless v0.8.0
30752026-07-14T00:25:51.687Z Compiling ingot-macros v0.1.1
30762026-07-14T00:25:51.705Z Compiling tabwriter v1.4.1
30772026-07-14T00:25:51.782Z Compiling hash32 v0.3.1
30782026-07-14T00:25:51.856Z Compiling thiserror-no-std v2.0.2
30792026-07-14T00:25:51.969Z Compiling typify-impl v0.6.2
30802026-07-14T00:25:51.972Z Compiling vsss-rs v3.3.4
30812026-07-14T00:25:51.972Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30822026-07-14T00:25:52.020Z Compiling proc-macro-crate v3.4.0
30832026-07-14T00:25:52.479Z Compiling smoltcp v0.11.0
30842026-07-14T00:25:52.533Z Compiling test-strategy v0.4.5
30852026-07-14T00:25:52.553Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30862026-07-14T00:25:52.571Z Compiling parse-display v0.10.0
30872026-07-14T00:25:52.597Z Compiling num_enum_derive v0.7.6
30882026-07-14T00:25:52.759Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30892026-07-14T00:25:52.848Z Compiling cobs v0.3.0
30902026-07-14T00:25:52.892Z Compiling colored v3.1.1
30912026-07-14T00:25:52.911Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30922026-07-14T00:25:52.928Z Compiling proc-macro-error v1.0.4
30932026-07-14T00:25:53.091Z Compiling postcard v1.1.3
30942026-07-14T00:25:53.178Z Compiling rand v0.10.1
30952026-07-14T00:25:53.197Z Compiling proc-macro-crate v1.3.1
30962026-07-14T00:25:53.222Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30972026-07-14T00:25:53.270Z Compiling foreign-types-macros v0.2.3
30982026-07-14T00:25:53.270Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30992026-07-14T00:25:53.321Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31002026-07-14T00:25:53.469Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31012026-07-14T00:25:53.532Z Compiling rayon-core v1.13.0
31022026-07-14T00:25:53.548Z Compiling foreign-types-shared v0.3.1
31032026-07-14T00:25:53.653Z Compiling num_enum_derive v0.5.11
31042026-07-14T00:25:53.664Z Compiling crossbeam-deque v0.8.6
31052026-07-14T00:25:53.684Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31062026-07-14T00:25:53.742Z Compiling num_enum v0.7.6
31072026-07-14T00:25:53.762Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31082026-07-14T00:25:53.778Z Compiling cstr-argument v0.1.2
31092026-07-14T00:25:53.825Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31102026-07-14T00:25:53.895Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31112026-07-14T00:25:53.942Z Compiling foreign-types v0.5.0
31122026-07-14T00:25:53.979Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31132026-07-14T00:25:54.042Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31142026-07-14T00:25:54.089Z Compiling zone_cfg_derive v0.3.1
31152026-07-14T00:25:54.126Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31162026-07-14T00:25:54.130Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31172026-07-14T00:25:54.160Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31182026-07-14T00:25:54.176Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31192026-07-14T00:25:54.278Z Compiling itertools v0.12.1
31202026-07-14T00:25:54.331Z Compiling rayon v1.11.0
31212026-07-14T00:25:54.336Z Compiling num-derive v0.4.2
31222026-07-14T00:25:54.435Z Compiling sigpipe v0.1.3
31232026-07-14T00:25:54.451Z Compiling cpubits v0.1.1
31242026-07-14T00:25:54.491Z Compiling glob v0.3.3
31252026-07-14T00:25:54.550Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31262026-07-14T00:25:54.565Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31272026-07-14T00:25:54.657Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31282026-07-14T00:25:54.726Z Compiling ingot-types v0.1.2
31292026-07-14T00:25:54.765Z Compiling num_enum v0.5.11
31302026-07-14T00:25:54.779Z Compiling smf v0.2.3
31312026-07-14T00:25:54.824Z Compiling whoami v1.6.1
31322026-07-14T00:25:54.843Z Compiling usdt-attr-macro v0.5.0
31332026-07-14T00:25:54.860Z Compiling usdt-macro v0.5.0
31342026-07-14T00:25:54.913Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31352026-07-14T00:25:54.931Z Compiling gethostname v0.5.0
31362026-07-14T00:25:54.936Z Compiling num-rational v0.4.2
31372026-07-14T00:25:55.103Z Compiling pem-rfc7468 v1.0.0
31382026-07-14T00:25:55.176Z Compiling ingot v0.1.1
31392026-07-14T00:25:55.261Z Compiling num-complex v0.4.6
31402026-07-14T00:25:55.342Z Compiling memmap v0.7.0
31412026-07-14T00:25:55.435Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31422026-07-14T00:25:55.457Z Compiling derive-where v1.6.0
31432026-07-14T00:25:55.480Z Compiling zone v0.3.1
31442026-07-14T00:25:55.551Z Compiling float-ord v0.3.2
31452026-07-14T00:25:55.569Z Compiling toml v0.8.23
31462026-07-14T00:25:55.603Z Compiling hmac v0.13.0
31472026-07-14T00:25:55.688Z Compiling num v0.4.3
31482026-07-14T00:25:55.707Z Compiling universal-hash v0.6.1
31492026-07-14T00:25:55.712Z Compiling resolv-conf v0.7.6
31502026-07-14T00:25:55.739Z Compiling usdt v0.5.0
31512026-07-14T00:25:55.784Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31522026-07-14T00:25:55.817Z Compiling cancel-safe-futures v0.1.5
31532026-07-14T00:25:55.837Z Compiling owo-colors v4.3.0
31542026-07-14T00:25:55.874Z Compiling polyval v0.7.1
31552026-07-14T00:25:55.938Z Compiling der v0.8.0
31562026-07-14T00:25:55.957Z Compiling libsw-core v0.3.2
31572026-07-14T00:25:56.039Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31582026-07-14T00:25:56.102Z Compiling prettyplease v0.2.37
31592026-07-14T00:25:56.148Z Compiling libsw v3.5.0
31602026-07-14T00:25:56.165Z Compiling ghash v0.6.0
31612026-07-14T00:25:56.184Z Compiling pbkdf2 v0.13.0
31622026-07-14T00:25:56.208Z Compiling aes v0.9.1
31632026-07-14T00:25:56.249Z Compiling console v0.15.11
31642026-07-14T00:25:56.334Z Compiling hickory-proto v0.24.4
31652026-07-14T00:25:56.352Z Compiling newline-converter v0.3.0
31662026-07-14T00:25:56.371Z Compiling ctr v0.10.1
31672026-07-14T00:25:56.409Z Compiling aead v0.6.1
31682026-07-14T00:25:56.472Z Compiling sha2 v0.11.0
31692026-07-14T00:25:56.501Z Compiling linked-hash-map v0.5.6
31702026-07-14T00:25:56.579Z Compiling typify-macro v0.6.2
31712026-07-14T00:25:56.600Z Compiling libefi-sys v0.1.0
31722026-07-14T00:25:56.626Z Compiling linear-map v1.2.0
31732026-07-14T00:25:56.649Z Compiling aes-gcm v0.11.0
31742026-07-14T00:25:56.725Z Compiling lru-cache v0.1.2
31752026-07-14T00:25:56.839Z Compiling expectorate v1.2.0
31762026-07-14T00:25:56.881Z Compiling spki v0.8.0
31772026-07-14T00:25:56.912Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31782026-07-14T00:25:56.939Z Compiling crypto-bigint v0.7.5
31792026-07-14T00:25:56.939Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31802026-07-14T00:25:57.033Z Compiling cbc v0.2.1
31812026-07-14T00:25:57.052Z Compiling salsa20 v0.11.0
31822026-07-14T00:25:57.118Z Compiling bitfield-struct v0.6.2
31832026-07-14T00:25:57.154Z Compiling nom v8.0.0
31842026-07-14T00:25:57.214Z Compiling semver v0.1.20
31852026-07-14T00:25:57.235Z Compiling scrypt v0.12.0
31862026-07-14T00:25:57.270Z Compiling tokio-dtrace v0.1.1
31872026-07-14T00:25:57.342Z Compiling dropshot-api-manager-types v0.7.2
31882026-07-14T00:25:57.474Z Compiling rustc_version v0.1.7
31892026-07-14T00:25:57.540Z Compiling slog-dtrace v0.3.0
31902026-07-14T00:25:57.558Z Compiling minimal-lexical v0.2.1
31912026-07-14T00:25:57.580Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31922026-07-14T00:25:57.679Z Compiling oxide-tokio-rt v0.1.4
31932026-07-14T00:25:57.695Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31942026-07-14T00:25:57.743Z Compiling newtype_derive v0.1.6
31952026-07-14T00:25:57.849Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31962026-07-14T00:25:57.865Z Compiling nom v7.1.3
31972026-07-14T00:25:57.935Z Compiling pkcs5 v0.8.1
31982026-07-14T00:25:57.992Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31992026-07-14T00:25:58.012Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32002026-07-14T00:25:58.085Z Compiling phf_shared v0.12.1
32012026-07-14T00:25:58.089Z Compiling csv-core v0.1.13
32022026-07-14T00:25:58.168Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32032026-07-14T00:25:58.294Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32042026-07-14T00:25:58.346Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32052026-07-14T00:25:58.363Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32062026-07-14T00:25:58.393Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32072026-07-14T00:25:58.434Z Compiling typify v0.6.2
32082026-07-14T00:25:58.501Z Compiling hickory-resolver v0.24.4
32092026-07-14T00:25:58.579Z Compiling progenitor-impl v0.14.0
32102026-07-14T00:25:58.610Z Compiling unicode-xid v0.2.6
32112026-07-14T00:25:58.625Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32122026-07-14T00:25:58.636Z Compiling highway v1.3.0
32132026-07-14T00:25:58.712Z Compiling chrono-tz v0.10.4
32142026-07-14T00:25:58.756Z Compiling xshell-macros v0.2.7
32152026-07-14T00:25:59.024Z Compiling const_format_proc_macros v0.2.34
32162026-07-14T00:25:59.037Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32172026-07-14T00:25:59.201Z Compiling xshell v0.2.7
32182026-07-14T00:25:59.275Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32192026-07-14T00:25:59.323Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32202026-07-14T00:25:59.511Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32212026-07-14T00:25:59.607Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32222026-07-14T00:25:59.738Z Compiling qorb v0.4.1
32232026-07-14T00:25:59.795Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32242026-07-14T00:25:59.870Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32252026-07-14T00:25:59.934Z Compiling csv v1.4.0
32262026-07-14T00:26:00.021Z Compiling pkcs8 v0.11.0
32272026-07-14T00:26:00.039Z Compiling phf v0.12.1
32282026-07-14T00:26:00.156Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32292026-07-14T00:26:00.227Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32302026-07-14T00:26:00.440Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32312026-07-14T00:26:00.507Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32322026-07-14T00:26:00.525Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32332026-07-14T00:26:00.624Z Compiling const_format v0.2.35
32342026-07-14T00:26:00.677Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32352026-07-14T00:26:00.776Z Compiling tabled_derive v0.7.0
32362026-07-14T00:26:00.794Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
32372026-07-14T00:26:00.971Z Compiling bcs v0.1.6
32382026-07-14T00:26:01.299Z Compiling ff v0.14.0
32392026-07-14T00:26:01.335Z Compiling salty v0.3.0
32402026-07-14T00:26:01.354Z Compiling termtree v0.5.1
32412026-07-14T00:26:01.356Z Compiling progenitor-macro v0.14.0
32422026-07-14T00:26:01.476Z Compiling tagptr v0.2.0
32432026-07-14T00:26:01.561Z Compiling textwrap v0.16.2
32442026-07-14T00:26:01.660Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32452026-07-14T00:26:01.677Z Compiling moka v0.12.13
32462026-07-14T00:26:01.735Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32472026-07-14T00:26:01.825Z Compiling tabled v0.15.0
32482026-07-14T00:26:01.842Z Compiling steno v0.4.1
32492026-07-14T00:26:01.920Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32502026-07-14T00:26:01.943Z Compiling sha1 v0.10.6
32512026-07-14T00:26:01.983Z Compiling signature v3.0.0
32522026-07-14T00:26:02.020Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32532026-07-14T00:26:02.072Z Compiling base64 v0.21.7
32542026-07-14T00:26:02.089Z Compiling base16ct v1.0.0
32552026-07-14T00:26:02.200Z Compiling radium v0.7.0
32562026-07-14T00:26:02.238Z Compiling sec1 v0.8.1
32572026-07-14T00:26:02.310Z Compiling group v0.14.0
32582026-07-14T00:26:02.449Z Compiling hickory-resolver v0.25.2
32592026-07-14T00:26:02.514Z Compiling hkdf v0.13.0
32602026-07-14T00:26:02.529Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32612026-07-14T00:26:02.557Z Compiling rfc6979 v0.4.0
32622026-07-14T00:26:02.583Z Compiling maybe-uninit v2.0.0
32632026-07-14T00:26:02.610Z Compiling tap v1.0.1
32642026-07-14T00:26:02.655Z Compiling elliptic-curve v0.14.0-rc.33
32652026-07-14T00:26:02.711Z Compiling wyz v0.5.1
32662026-07-14T00:26:02.714Z Compiling ecdsa v0.16.9
32672026-07-14T00:26:03.016Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32682026-07-14T00:26:03.020Z Compiling primeorder v0.13.6
32692026-07-14T00:26:03.020Z Compiling proc-macro-error-attr2 v2.0.0
32702026-07-14T00:26:03.181Z Compiling utf-8 v0.7.6
32712026-07-14T00:26:03.317Z Compiling funty v2.0.0
32722026-07-14T00:26:03.321Z Compiling packed_struct v0.10.1
32732026-07-14T00:26:03.389Z Compiling parking_lot_core v0.8.6
32742026-07-14T00:26:03.431Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32752026-07-14T00:26:03.498Z Compiling proc-macro-error2 v2.0.1
32762026-07-14T00:26:03.674Z Compiling bitvec v1.0.1
32772026-07-14T00:26:03.705Z Compiling tungstenite v0.21.0
32782026-07-14T00:26:03.737Z Compiling p384 v0.13.1
32792026-07-14T00:26:03.949Z Compiling rfc6979 v0.5.0
32802026-07-14T00:26:03.965Z Compiling git-stub v1.0.0
32812026-07-14T00:26:04.126Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32822026-07-14T00:26:04.266Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32832026-07-14T00:26:04.271Z Compiling num-derive v0.3.3
32842026-07-14T00:26:04.360Z Compiling packed_struct_codegen v0.10.1
32852026-07-14T00:26:04.398Z Compiling zerocopy-derive v0.6.6
32862026-07-14T00:26:04.430Z Compiling bitfield-macros v0.19.4
32872026-07-14T00:26:04.611Z Compiling indexmap v1.9.3
32882026-07-14T00:26:04.611Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32892026-07-14T00:26:04.661Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32902026-07-14T00:26:04.687Z Compiling nodrop v0.1.14
32912026-07-14T00:26:04.706Z Compiling crc-catalog v2.4.0
32922026-07-14T00:26:04.816Z Compiling crc v3.4.0
32932026-07-14T00:26:04.834Z Compiling array-init v0.0.4
32942026-07-14T00:26:04.969Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32952026-07-14T00:26:05.000Z Compiling tokio-tungstenite v0.21.0
32962026-07-14T00:26:05.063Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32972026-07-14T00:26:05.083Z Compiling git-stub-vcs v0.1.0
32982026-07-14T00:26:05.205Z Compiling ecdsa v0.17.0-rc.18
32992026-07-14T00:26:05.223Z Compiling smallvec v0.6.14
33002026-07-14T00:26:05.241Z Compiling bitfield v0.19.4
33012026-07-14T00:26:05.278Z Compiling tabled_derive v0.11.0
33022026-07-14T00:26:05.348Z Compiling libscf-sys v1.1.0
33032026-07-14T00:26:05.383Z Compiling zerocopy v0.6.6
33042026-07-14T00:26:05.479Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33052026-07-14T00:26:05.491Z Compiling primeorder v0.14.0-rc.10
33062026-07-14T00:26:05.528Z Compiling primefield v0.14.0
33072026-07-14T00:26:05.598Z Compiling progenitor-impl v0.13.0
33082026-07-14T00:26:05.664Z Compiling papergrid v0.17.0
33092026-07-14T00:26:05.671Z Compiling testing_table v0.3.0
33102026-07-14T00:26:05.737Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33112026-07-14T00:26:05.753Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33122026-07-14T00:26:05.805Z Compiling curve25519-dalek v5.0.0-rc.0
33132026-07-14T00:26:05.848Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33142026-07-14T00:26:05.872Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33152026-07-14T00:26:05.915Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33162026-07-14T00:26:06.062Z Compiling unicase v2.9.0
33172026-07-14T00:26:06.125Z Compiling corncobs v0.1.4
33182026-07-14T00:26:06.163Z Compiling illumos-nvpair-sys v0.2.0
33192026-07-14T00:26:06.205Z Compiling hashbrown v0.12.3
33202026-07-14T00:26:06.277Z Compiling mime_guess v2.0.5
33212026-07-14T00:26:06.301Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33222026-07-14T00:26:06.366Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33232026-07-14T00:26:06.399Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33242026-07-14T00:26:06.443Z Compiling parking_lot v0.11.2
33252026-07-14T00:26:06.542Z Compiling progenitor v0.14.0
33262026-07-14T00:26:06.559Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33272026-07-14T00:26:06.618Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33282026-07-14T00:26:06.722Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33292026-07-14T00:26:06.739Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33302026-07-14T00:26:06.739Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33312026-07-14T00:26:06.775Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33322026-07-14T00:26:06.792Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33332026-07-14T00:26:06.902Z Compiling tabled v0.20.0
33342026-07-14T00:26:06.939Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33352026-07-14T00:26:06.948Z Compiling serde-hex v0.1.0
33362026-07-14T00:26:07.205Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33372026-07-14T00:26:07.255Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33382026-07-14T00:26:07.275Z Compiling ron v0.8.1
33392026-07-14T00:26:07.374Z Compiling ssh-encoding v0.3.0-rc.9
33402026-07-14T00:26:07.410Z Compiling hashbrown v0.13.2
33412026-07-14T00:26:07.452Z Compiling progenitor-client v0.13.0
33422026-07-14T00:26:07.529Z Compiling prefix-trie v0.7.0
33432026-07-14T00:26:07.746Z Compiling fxhash v0.2.1
33442026-07-14T00:26:07.800Z Compiling secrecy v0.8.0
33452026-07-14T00:26:07.919Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33462026-07-14T00:26:07.936Z Compiling crc-any v2.5.0
33472026-07-14T00:26:08.019Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33482026-07-14T00:26:08.164Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33492026-07-14T00:26:08.203Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33502026-07-14T00:26:08.237Z Compiling progenitor-macro v0.13.0
33512026-07-14T00:26:08.289Z Compiling sled v0.34.7
33522026-07-14T00:26:08.311Z Compiling hickory-server v0.25.2
33532026-07-14T00:26:08.976Z Compiling object v0.30.4
33542026-07-14T00:26:09.090Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33552026-07-14T00:26:09.177Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33562026-07-14T00:26:09.339Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33572026-07-14T00:26:09.426Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33582026-07-14T00:26:09.672Z Compiling ed25519 v3.0.0
33592026-07-14T00:26:10.028Z Compiling crypto-primes v0.7.2
33602026-07-14T00:26:10.052Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33612026-07-14T00:26:10.280Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33622026-07-14T00:26:10.609Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33632026-07-14T00:26:10.665Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33642026-07-14T00:26:10.810Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33652026-07-14T00:26:10.829Z Compiling pkcs1 v0.8.0-rc.4
33662026-07-14T00:26:11.123Z Compiling poly1305 v0.9.0
33672026-07-14T00:26:11.152Z Compiling blowfish v0.10.0
33682026-07-14T00:26:11.262Z Compiling blake2 v0.11.0-rc.6
33692026-07-14T00:26:11.364Z Compiling keccak v0.2.0
33702026-07-14T00:26:11.384Z Compiling fiat-crypto v0.3.0
33712026-07-14T00:26:11.426Z Compiling half v1.8.3
33722026-07-14T00:26:11.553Z Compiling crc8 v0.1.1
33732026-07-14T00:26:11.574Z Compiling path-slash v0.1.5
33742026-07-14T00:26:11.765Z Compiling http-range v0.1.5
33752026-07-14T00:26:11.770Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33762026-07-14T00:26:11.770Z Compiling serde_cbor v0.11.2
33772026-07-14T00:26:11.824Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33782026-07-14T00:26:11.886Z Compiling argon2 v0.6.0-rc.8
33792026-07-14T00:26:11.908Z Compiling sha3 v0.11.0
33802026-07-14T00:26:11.946Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33812026-07-14T00:26:11.958Z Compiling ssh-cipher v0.3.0-rc.9
33822026-07-14T00:26:12.017Z Compiling bcrypt-pbkdf v0.11.0
33832026-07-14T00:26:12.080Z Compiling rsa v0.10.0-rc.18
33842026-07-14T00:26:12.278Z Compiling ed25519-dalek v3.0.0-rc.0
33852026-07-14T00:26:12.386Z Compiling illumos-nvpair v0.3.0
33862026-07-14T00:26:12.632Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33872026-07-14T00:26:12.677Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33882026-07-14T00:26:17.126Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33892026-07-14T00:26:17.137Z Compiling p256 v0.14.0-rc.10
33902026-07-14T00:26:17.138Z Compiling p521 v0.14.0-rc.10
33912026-07-14T00:26:17.138Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33922026-07-14T00:26:17.138Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33932026-07-14T00:26:17.138Z Compiling yasna v0.5.2
33942026-07-14T00:26:17.138Z Compiling kstat-rs v0.2.4
33952026-07-14T00:26:17.138Z Compiling headers-core v0.3.0
33962026-07-14T00:26:17.138Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33972026-07-14T00:26:17.138Z Compiling progenitor v0.13.0
33982026-07-14T00:26:17.138Z Compiling kem v0.3.0
33992026-07-14T00:26:17.138Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34002026-07-14T00:26:17.138Z Compiling module-lattice v0.2.3
34012026-07-14T00:26:17.138Z Compiling nanorand v0.7.0
34022026-07-14T00:26:17.138Z Compiling atty v0.2.14
34032026-07-14T00:26:17.138Z Compiling rcgen v0.12.1
34042026-07-14T00:26:17.138Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
34052026-07-14T00:26:17.138Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34062026-07-14T00:26:17.138Z Compiling ml-kem v0.3.2
34072026-07-14T00:26:17.138Z Compiling flume v0.11.1
34082026-07-14T00:26:17.138Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34092026-07-14T00:26:17.138Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34102026-07-14T00:26:17.138Z Compiling headers v0.4.1
34112026-07-14T00:26:17.138Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34122026-07-14T00:26:17.138Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34132026-07-14T00:26:17.138Z Compiling hyper-staticfile v0.10.1
34142026-07-14T00:26:17.138Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34152026-07-14T00:26:17.138Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34162026-07-14T00:26:17.139Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34172026-07-14T00:26:17.139Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34182026-07-14T00:26:17.139Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34192026-07-14T00:26:17.139Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34202026-07-14T00:26:17.139Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34212026-07-14T00:26:17.139Z Compiling russh-cryptovec v0.61.0
34222026-07-14T00:26:17.139Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34232026-07-14T00:26:17.139Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34242026-07-14T00:26:17.139Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34252026-07-14T00:26:17.139Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34262026-07-14T00:26:17.139Z Compiling internal-russh-num-bigint v0.5.0
34272026-07-14T00:26:17.139Z Compiling port-file v0.1.0
34282026-07-14T00:26:17.139Z Compiling num-bigint v0.4.6
34292026-07-14T00:26:17.139Z Compiling generic-array v1.4.3
34302026-07-14T00:26:17.139Z Compiling russh-util v0.52.0
34312026-07-14T00:26:17.139Z Compiling enum_dispatch v0.3.13
34322026-07-14T00:26:17.139Z Compiling delegate v0.13.5
34332026-07-14T00:26:17.139Z Compiling subprocess v0.2.15
34342026-07-14T00:26:17.139Z Compiling p384 v0.14.0-rc.10
34352026-07-14T00:26:17.139Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34362026-07-14T00:26:17.222Z Compiling hex-literal v1.1.0
34372026-07-14T00:26:17.222Z Compiling md5 v0.8.0
34382026-07-14T00:26:17.222Z Compiling display-error-chain v0.2.2
34392026-07-14T00:26:17.260Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34402026-07-14T00:26:17.325Z Compiling colored v2.2.0
34412026-07-14T00:26:17.386Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34422026-07-14T00:26:17.425Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34432026-07-14T00:26:17.454Z Compiling socket2 v0.5.10
34442026-07-14T00:26:17.527Z Compiling internet-checksum v0.2.1
34452026-07-14T00:26:18.305Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34462026-07-14T00:26:19.039Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34472026-07-14T00:26:19.062Z Compiling ssh-key v0.7.0-rc.10
34482026-07-14T00:26:19.516Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34492026-07-14T00:26:20.237Z Compiling russh v0.61.2
34502026-07-14T00:26:20.607Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34512026-07-14T00:26:21.863Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34522026-07-14T00:26:30.084Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34532026-07-14T00:26:30.084Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34542026-07-14T00:26:30.088Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34552026-07-14T00:26:30.088Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34562026-07-14T00:26:31.816Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34572026-07-14T00:26:31.861Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34582026-07-14T00:26:35.764Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34592026-07-14T00:27:14.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34602026-07-14T00:27:14.996Z
34612026-07-14T00:27:14.999Zreal 1:26.691297670
34622026-07-14T00:27:15.000Zuser 8:41.378723204
34632026-07-14T00:27:15.000Zsys 1:44.537398224
34642026-07-14T00:27:15.000Ztrap 0.262366574
34652026-07-14T00:27:15.000Ztflt 0.424802628
34662026-07-14T00:27:15.000Zdflt 1.589521903
34672026-07-14T00:27:15.000Zkflt 0.000224600
34682026-07-14T00:27:15.000Zlock 30:50.700774184
34692026-07-14T00:27:15.000Zslp 19:57.413053118
34702026-07-14T00:27:15.000Zlat 40.798646715
34712026-07-14T00:27:15.000Zstop 3:01.778302471
34722026-07-14T00:27:15.000Z+ mkdir tests
34732026-07-14T00:27:15.003Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34742026-07-14T00:27:15.003Z+ xargs -I '{}' -t cp '{}' tests/
34752026-07-14T00:27:15.115Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-a5e41a8bb35dd220 tests/
34762026-07-14T00:27:15.137Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-85e9f69d5c6b606c tests/
34772026-07-14T00:27:15.158Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-8716ca3985bbde44 tests/
34782026-07-14T00:27:15.178Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-100b0946bc11abae tests/
34792026-07-14T00:27:15.420Z+ 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)
34802026-07-14T00:27:15.423Z+ 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-85e9f69d5c6b606c tests/commtest-8716ca3985bbde44 tests/dhcp_server-a5e41a8bb35dd220 tests/end_to_end_tests-100b0946bc11abae 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
34812026-07-14T00:28:35.216ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34822026-07-14T00:28:35.216Za .github/buildomat/ci-env.sh 1K
34832026-07-14T00:28:35.216Za out/target/test 1K
34842026-07-14T00:28:35.216Za out/npuzone/npuzone 27402K
34852026-07-14T00:28:35.216Za package-manifest.toml 35K
34862026-07-14T00:28:35.216Za smf/sled-agent/non-gimlet/config.toml 6K
34872026-07-14T00:28:35.216Za target/release/omicron-package 39870K
34882026-07-14T00:28:35.216Za target/release/xtask 10468K
34892026-07-14T00:28:35.216Za target/debug/bootstrap 348729K
34902026-07-14T00:28:35.216Za tests/bootstrap-85e9f69d5c6b606c 31974K
34912026-07-14T00:28:35.216Za tests/commtest-8716ca3985bbde44 32169K
34922026-07-14T00:28:35.216Za tests/dhcp_server-a5e41a8bb35dd220 31974K
34932026-07-14T00:28:35.216Za tests/end_to_end_tests-100b0946bc11abae 399330K
34942026-07-14T00:28:35.217Za tools/opte_version 1K
34952026-07-14T00:28:35.217Za tools/opte_version_override 2K
34962026-07-14T00:28:35.217Za out/clickhouse.tar.gz 310266K
34972026-07-14T00:28:35.217Za out/clickhouse_keeper.tar.gz 296735K
34982026-07-14T00:28:35.217Za out/clickhouse_server.tar.gz 310263K
34992026-07-14T00:28:35.217Za out/cockroachdb.tar.gz 161280K
35002026-07-14T00:28:35.217Za out/crucible-pantry-zone.tar.gz 38664K
35012026-07-14T00:28:35.217Za out/crucible-utils.tar 18900K
35022026-07-14T00:28:35.217Za out/crucible-zone.tar.gz 53359K
35032026-07-14T00:28:35.217Za out/external-dns.tar.gz 46258K
35042026-07-14T00:28:35.218Za out/internal-dns.tar.gz 46258K
35052026-07-14T00:28:35.218Za out/mg-ddm-gz.tar 102717K
35062026-07-14T00:28:35.218Za out/nexus.tar.gz 273004K
35072026-07-14T00:28:35.218Za out/ntp.tar.gz 29462K
35082026-07-14T00:28:35.218Za out/omicron-gateway-softnpu.tar.gz 26763K
35092026-07-14T00:28:35.218Za out/omicron-sled-agent.tar 191940K
35102026-07-14T00:28:35.218Za out/overlay.tar.gz 4K
35112026-07-14T00:28:35.218Za out/oximeter.tar.gz 59784K
35122026-07-14T00:28:35.218Za out/oxlog.tar 3808K
35132026-07-14T00:28:35.218Za out/probe.tar.gz 3037K
35142026-07-14T00:28:35.218Za out/propolis-server.tar.gz 34372K
35152026-07-14T00:28:35.218Za out/pumpkind-gz.tar 26647K
35162026-07-14T00:28:35.218Za out/switch-softnpu.tar.gz 449521K
35172026-07-14T00:28:35.222Z
35182026-07-14T00:28:35.222Zreal 1:19.793780136
35192026-07-14T00:28:35.222Zuser 1:17.151682632
35202026-07-14T00:28:35.222Zsys 4.371954686
35212026-07-14T00:28:35.222Ztrap 0.005225393
35222026-07-14T00:28:35.222Ztflt 0.000000000
35232026-07-14T00:28:35.222Zdflt 0.000000000
35242026-07-14T00:28:35.222Zkflt 0.000000000
35252026-07-14T00:28:35.222Zlock 0.000000000
35262026-07-14T00:28:35.222Zslp 1:17.090047125
35272026-07-14T00:28:35.222Zlat 0.964504146
35282026-07-14T00:28:35.222Zstop 0.000248390
35292026-07-14T00:28:35.222Zprocess exited: duration 1155535 ms, exit code 0
 
35302026-07-14T00:28:35.236Zfound 1 output files
35312026-07-14T00:28:35.236Zuploading: /work/package.tar.gz (2477667792 bytes)
35322026-07-14T00:29:06.440Zuploaded: /work/package.tar.gz