01KY0F0HXYGYX5T5QMBC1Q7B7N: 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: 01KY0F1E58XYA6YESEREH8BQYW

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-20T19:12:15.280Zjob assigned to worker 01KY0F1KHZFWD8H4TS2BWJAJDH [factory aws, i-080ee80f3c37d6db2] (queued for 47 s)
 
22026-07-20T19:12:22.071Zstarting task 0: "setup"
32026-07-20T19:12:22.078Z++ uname -s
42026-07-20T19:12:22.081Z+ kern=SunOS
52026-07-20T19:12:22.081Z+ build_user=build
62026-07-20T19:12:22.081Z+ build_uid=12345
72026-07-20T19:12:22.081Z+ work_dir=/work
82026-07-20T19:12:22.081Z+ input_dir=/input
92026-07-20T19:12:22.081Z+ [[ 0 == 12345 ]]
102026-07-20T19:12:22.081Z+ case "$kern" in
112026-07-20T19:12:22.081Z+ groupadd -g 12345 build
122026-07-20T19:12:22.087Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-20T19:12:24.113Z+ zfs create -o mountpoint=/work rpool/work
142026-07-20T19:12:24.233Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-20T19:12:24.260Z+ home_fs=zfs
162026-07-20T19:12:24.260Z+ [[ zfs == autofs ]]
172026-07-20T19:12:24.260Z+ mkdir -p /home/build
182026-07-20T19:12:24.260Z+ chown build:build /home/build /work
192026-07-20T19:12:26.220Z+ chmod 0700 /home/build /work
202026-07-20T19:12:26.233Zprocess exited: duration 4154 ms, exit code 0
 
212026-07-20T19:12:26.255Zstarting task 1: "rust-toolchain"
222026-07-20T19:12:26.266Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-20T19:12:26.267Z * rust toolchain channel = "1.96.1"
242026-07-20T19:12:26.267Z * rust toolchain profile = "default"
252026-07-20T19:12:26.267Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-20T19:12:26.267Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-20T19:12:26.267Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-20T19:12:26.267Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-20T19:12:26.267Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-20T19:12:26.382Zinfo: downloading installer
312026-07-20T19:12:27.756Zwarn: It looks like you have an existing rustup settings file at:
322026-07-20T19:12:27.756Zwarn: /home/build/.rustup/settings.toml
332026-07-20T19:12:27.756Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-20T19:12:27.756Zwarn: instead of the one inferred from the default host triple.
352026-07-20T19:12:27.776Zinfo: profile set to default
362026-07-20T19:12:27.777Zinfo: default host triple is x86_64-unknown-illumos
372026-07-20T19:12:27.777Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-20T19:12:27.907Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-20T19:12:27.917Zinfo: downloading 6 components
402026-07-20T19:12:42.922Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-20T19:12:42.922Z
422026-07-20T19:12:42.955Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-20T19:12:42.955Z
442026-07-20T19:12:42.955Z
452026-07-20T19:12:42.955ZRust is installed now. Great!
462026-07-20T19:12:42.955Z
472026-07-20T19:12:42.955ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-20T19:12:42.955Zenvironment variable. This has not been done automatically.
492026-07-20T19:12:42.955Z
502026-07-20T19:12:42.955ZTo configure your current shell, you need to source
512026-07-20T19:12:42.955Zthe corresponding env file under $HOME/.cargo.
522026-07-20T19:12:42.955Z
532026-07-20T19:12:42.955ZThis is usually done by running one of the following (note the leading DOT):
542026-07-20T19:12:42.961Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-20T19:12:42.961Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-20T19:12:42.961Zsource "~/.cargo/env.nu" # For nushell
572026-07-20T19:12:42.961Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-20T19:12:42.961Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-20T19:12:42.961Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-20T19:12:42.961Zwarn: no default linker (`cc`) was found in your PATH
612026-07-20T19:12:42.961Zwarn: many Rust crates require a system C toolchain to build
622026-07-20T19:12:43.058Z+ rustup --version
632026-07-20T19:12:43.063Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-20T19:12:43.067Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-20T19:12:43.085Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-20T19:12:43.092Z+ cargo --version
672026-07-20T19:12:43.097Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-20T19:12:43.100Z+ rustc --version
692026-07-20T19:12:43.117Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-20T19:12:43.121Zprocess exited: duration 16872 ms, exit code 0
 
712026-07-20T19:12:43.130Zstarting task 2: "authentication"
722026-07-20T19:12:43.149Zprocess exited: duration 18 ms, exit code 0
 
732026-07-20T19:12:43.158Zstarting task 3: "clone repository"
742026-07-20T19:12:43.164Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-20T19:12:43.170Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-20T19:12:43.197ZCloning into '/work/oxidecomputer/omicron'...
772026-07-20T19:12:54.339Z+ cd /work/oxidecomputer/omicron
782026-07-20T19:12:54.339Z+ git fetch origin dd92511ce63f878098e834564e729260d7eb8fd6
792026-07-20T19:12:54.661ZFrom https://github.com/oxidecomputer/omicron
802026-07-20T19:12:54.661Z * branch dd92511ce63f878098e834564e729260d7eb8fd6 -> FETCH_HEAD
812026-07-20T19:12:54.675Z+ [[ -n john/sim-sa-cleanup-1 ]]
822026-07-20T19:12:54.678Z++ git branch --show-current
832026-07-20T19:12:54.678Z+ current=main
842026-07-20T19:12:54.678Z+ [[ main != john/sim-sa-cleanup-1 ]]
852026-07-20T19:12:54.678Z+ git branch -f john/sim-sa-cleanup-1 dd92511ce63f878098e834564e729260d7eb8fd6
862026-07-20T19:12:54.682Z+ git checkout -f john/sim-sa-cleanup-1
872026-07-20T19:12:54.927ZSwitched to branch 'john/sim-sa-cleanup-1'
882026-07-20T19:12:54.931Z+ git reset --hard dd92511ce63f878098e834564e729260d7eb8fd6
892026-07-20T19:12:55.171ZHEAD is now at dd92511ce sim-sled-agent: internally store a unified `OmicronSledConfig`
902026-07-20T19:12:55.175Zprocess exited: duration 12016 ms, exit code 0
 
912026-07-20T19:12:55.185Zstarting task 4: "build"
922026-07-20T19:12:55.190Z+ source .github/buildomat/ci-env.sh
932026-07-20T19:12:55.194Z++ export CARGO_TERM_COLOR=always
942026-07-20T19:12:55.194Z++ CARGO_TERM_COLOR=always
952026-07-20T19:12:55.194Z+++ uname -s
962026-07-20T19:12:55.194Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-20T19:12:55.194Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-20T19:12:55.197Z+ cargo --version
992026-07-20T19:12:55.205Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-20T19:12:55.209Z+ rustc --version
1012026-07-20T19:12:55.230Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-20T19:12:55.233Z+ WORK=/work
1032026-07-20T19:12:55.233Z+ pfexec mkdir -p /work
1042026-07-20T19:12:55.237Z+ pfexec chown build /work
1052026-07-20T19:12:55.240Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-07-20T19:12:57.252Z Startup: Refreshing catalog 'helios' ... Done
1072026-07-20T19:12:57.432Z Startup: Caching catalogs ... Done
1082026-07-20T19:12:58.307ZPlanning: Solver setup ... Done (0.807s)
1092026-07-20T19:12:58.344ZPlanning: Running solver ... Done (0.039s)
1102026-07-20T19:12:58.366ZPlanning: Finding local manifests ... Done (0.003s)
1112026-07-20T19:12:58.377ZPlanning: Fetching manifests: 0/2 0% complete
1122026-07-20T19:12:58.394ZPlanning: Fetching manifests: 2/2 100% complete
1132026-07-20T19:12:58.407ZPlanning: Package planning ... Done (0.013s)
1142026-07-20T19:12:58.412ZPlanning: Merging actions ... Done (0.002s)
1152026-07-20T19:12:58.621ZPlanning: Checking for conflicting actions ... Done (0.212s)
1162026-07-20T19:12:58.625ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-07-20T19:12:59.502ZPlanning: Evaluating mediators ... Done (0.880s)
1182026-07-20T19:12:59.507ZPlanning: Planning completed in 2.05 seconds
1192026-07-20T19:12:59.513Z Packages to install: 2
1202026-07-20T19:12:59.513Z Estimated space available: 156.05 GB
1212026-07-20T19:12:59.513ZEstimated space to be consumed: 45.23 MB
1222026-07-20T19:12:59.513Z Create boot environment: No
1232026-07-20T19:12:59.513ZCreate backup boot environment: No
1242026-07-20T19:12:59.517Z Rebuild boot archive: No
1252026-07-20T19:12:59.517Z
1262026-07-20T19:12:59.517ZChanged packages:
1272026-07-20T19:12:59.517Zhelios
1282026-07-20T19:12:59.517Z developer/build-essential
1292026-07-20T19:12:59.517Z None -> 11-3.0
1302026-07-20T19:12:59.517Z library/libxmlsec1
1312026-07-20T19:12:59.517Z None -> 1.2.35-3.0
1322026-07-20T19:12:59.537Z
1332026-07-20T19:12:59.537ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-07-20T19:12:59.605ZDownload: Completed 1.28 MB in 0.07 seconds (18.8M/s)
1352026-07-20T19:12:59.678Z Actions: 1/268 actions (Installing new actions)
1362026-07-20T19:12:59.716Z Actions: Completed 268 actions in 0.04 seconds.
1372026-07-20T19:12:59.735ZFinalize: Updating package state database ... Done (0.019s)
1382026-07-20T19:12:59.735ZFinalize: Updating package cache ... Done (0.000s)
1392026-07-20T19:12:59.780ZFinalize: Updating image state ... Done (0.044s)
1402026-07-20T19:13:02.371ZFinalize: Creating fast lookup database ... Done (2.556s)
1412026-07-20T19:13:02.462ZFinalize: Reading search index ... Done (0.012s)
1422026-07-20T19:13:02.469ZFinalize: Updating search index ... Done (0.000s)
1432026-07-20T19:13:02.563ZFinalize: Updating package cache ... Done (0.000s)
1442026-07-20T19:13:02.881ZPlanning: Evaluating mediator changes ... Done
1452026-07-20T19:13:02.987ZPlanning: Checking for conflicting actions ... Done
1462026-07-20T19:13:02.996ZPlanning: Consolidating action changes ... Done
1472026-07-20T19:13:03.139ZPlanning: Evaluating mediators ... Done
1482026-07-20T19:13:03.144ZPlanning: Planning completed in 0.26 seconds
1492026-07-20T19:13:03.159Z Mediators to change: 2
1502026-07-20T19:13:03.159Z Create boot environment: No
1512026-07-20T19:13:03.159ZCreate backup boot environment: No
1522026-07-20T19:13:03.232ZFinalize: Updating package state database ... Done
1532026-07-20T19:13:03.232ZFinalize: Updating package cache ... Done
1542026-07-20T19:13:03.254ZFinalize: Updating image state ... Done
1552026-07-20T19:13:05.172ZFinalize: Creating fast lookup database ... Done
1562026-07-20T19:13:05.231ZFinalize: Reading search index ... Done
1572026-07-20T19:13:05.238ZFinalize: Updating search index ... Done
1582026-07-20T19:13:05.377ZFinalize: Updating package cache ... Done
1592026-07-20T19:13:05.671ZPlanning: Evaluating mediator changes ... Done
1602026-07-20T19:13:05.766ZPlanning: Checking for conflicting actions ... Done
1612026-07-20T19:13:05.770ZPlanning: Consolidating action changes ... Done
1622026-07-20T19:13:05.928ZPlanning: Evaluating mediators ... Done
1632026-07-20T19:13:05.935ZPlanning: Planning completed in 0.26 seconds
1642026-07-20T19:13:05.957Z Mediators to change: 1
1652026-07-20T19:13:05.957Z Create boot environment: No
1662026-07-20T19:13:05.957ZCreate backup boot environment: No
1672026-07-20T19:13:06.024ZFinalize: Updating package state database ... Done
1682026-07-20T19:13:06.024ZFinalize: Updating package cache ... Done
1692026-07-20T19:13:06.054ZFinalize: Updating image state ... Done
1702026-07-20T19:13:07.989ZFinalize: Creating fast lookup database ... Done
1712026-07-20T19:13:08.052ZFinalize: Reading search index ... Done
1722026-07-20T19:13:08.055ZFinalize: Updating search index ... Done
1732026-07-20T19:13:08.135ZFinalize: Updating package cache ... Done
1742026-07-20T19:13:08.446ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-07-20T19:13:08.446Zapache system 2.4 system
1762026-07-20T19:13:08.446Zclang system 15 system
1772026-07-20T19:13:08.446Zcsh system system illumos
1782026-07-20T19:13:08.446Zctags system system illumos
1792026-07-20T19:13:08.446Zfile vendor vendor darwinsys
1802026-07-20T19:13:08.446Zfile system system illumos
1812026-07-20T19:13:08.446Zgcc vendor 14 vendor
1822026-07-20T19:13:08.446Zgcc system 13 system
1832026-07-20T19:13:08.446Zgcc system 10 system
1842026-07-20T19:13:08.446Zgo system 1.25 system
1852026-07-20T19:13:08.446Zllvm system 15 system
1862026-07-20T19:13:08.446Zmariadb system 11.4 system
1872026-07-20T19:13:08.446Zmta vendor vendor dma
1882026-07-20T19:13:08.446Zopenjdk system 17 system
1892026-07-20T19:13:08.446Zopenjdk system 11 system
1902026-07-20T19:13:08.446Zopenssl vendor 3 vendor
1912026-07-20T19:13:08.446Zperl system 5.40 system
1922026-07-20T19:13:08.446Zpostgresql system 18 system
1932026-07-20T19:13:08.446Zpostgresql system 17 system
1942026-07-20T19:13:08.446Zpython vendor 3 vendor
1952026-07-20T19:13:08.446Zpython system 2 system
1962026-07-20T19:13:08.446Zpython3 vendor 3.13 vendor
1972026-07-20T19:13:08.446Zruby system 3.4 system
1982026-07-20T19:13:08.447Zruby system 3.0 system
1992026-07-20T19:13:08.447Zwords vendor vendor american-english
2002026-07-20T19:13:08.447Zwords system system australian-english
2012026-07-20T19:13:08.447Zwords system system british-english
2022026-07-20T19:13:08.447Zwords system system canadian-english
2032026-07-20T19:13:08.447Zwords system system french
2042026-07-20T19:13:08.447Zwords system system italian
2052026-07-20T19:13:08.447Zwords system system ngerman
2062026-07-20T19:13:08.447Zwords system system ogerman
2072026-07-20T19:13:08.447Zwords system system spanish
2082026-07-20T19:13:08.700ZPUBLISHER TYPE STATUS P LOCATION
2092026-07-20T19:13:08.700Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-07-20T19:13:09.049ZFMRI IFO
2112026-07-20T19:13:09.050Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-07-20T19:13:09.050Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-07-20T19:13:09.050Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-07-20T19:13:09.050Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-07-20T19:13:09.050Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-07-20T19:13:09.050Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-07-20T19:13:09.050Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-07-20T19:13:09.050Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-07-20T19:13:09.050Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-07-20T19:13:09.319Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-07-20T19:13:09.615Z Updating crates.io index
2222026-07-20T19:13:09.619Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-07-20T19:13:09.871Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-07-20T19:13:10.161Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-07-20T19:13:11.089Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-07-20T19:13:11.625Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-07-20T19:13:13.166Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-07-20T19:13:13.984Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-07-20T19:13:14.255Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-07-20T19:13:14.562Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-07-20T19:13:15.658Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-07-20T19:13:15.888Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-07-20T19:13:16.211Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2342026-07-20T19:13:16.481Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2352026-07-20T19:13:16.961Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2362026-07-20T19:13:17.566Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2372026-07-20T19:13:17.807Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-07-20T19:13:18.058Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-07-20T19:13:18.375Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2402026-07-20T19:13:18.670Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2412026-07-20T19:13:19.023Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2422026-07-20T19:13:19.284Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2432026-07-20T19:13:19.530Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2442026-07-20T19:13:19.882Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2452026-07-20T19:13:20.213Z Updating git repository `https://github.com/oxidecomputer/erebor`
2462026-07-20T19:13:20.461Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2472026-07-20T19:13:20.886Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2482026-07-20T19:13:21.158Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2492026-07-20T19:13:21.557Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2502026-07-20T19:13:21.910Z Updating git repository `https://github.com/oxidecomputer/ispf`
2512026-07-20T19:13:22.153Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2522026-07-20T19:13:22.391Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2532026-07-20T19:13:22.737Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2542026-07-20T19:13:23.154Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2552026-07-20T19:13:23.559Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2562026-07-20T19:13:23.863Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-07-20T19:13:24.118Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2582026-07-20T19:13:24.412Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2592026-07-20T19:13:24.716Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2602026-07-20T19:13:24.999Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2612026-07-20T19:13:25.251Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2622026-07-20T19:13:25.512Z Updating git repository `https://github.com/illumos/smf-rs`
2632026-07-20T19:13:28.188Z Downloading crates ...
2642026-07-20T19:13:28.251Z Downloaded fastrand v2.3.0
2652026-07-20T19:13:28.255Z Downloaded generic-array v0.14.7
2662026-07-20T19:13:28.255Z Downloaded anstyle-query v1.1.5
2672026-07-20T19:13:28.255Z Downloaded cargo-platform v0.3.2
2682026-07-20T19:13:28.260Z Downloaded swrite v0.1.0
2692026-07-20T19:13:28.265Z Downloaded bitflags v2.11.0
2702026-07-20T19:13:28.265Z Downloaded pest_generator v2.8.6
2712026-07-20T19:13:28.283Z Downloaded usdt v0.5.0
2722026-07-20T19:13:28.283Z Downloaded thread-id v4.2.2
2732026-07-20T19:13:28.283Z Downloaded proc-macro-error v1.0.4
2742026-07-20T19:13:28.283Z Downloaded cpufeatures v0.2.17
2752026-07-20T19:13:28.288Z Downloaded serde_core v1.0.228
2762026-07-20T19:13:28.288Z Downloaded autocfg v1.5.0
2772026-07-20T19:13:28.288Z Downloaded zerocopy v0.7.35
2782026-07-20T19:13:28.288Z Downloaded zmij v1.0.21
2792026-07-20T19:13:28.288Z Downloaded zerocopy-derive v0.7.35
2802026-07-20T19:13:28.294Z Downloaded anstream v1.0.0
2812026-07-20T19:13:28.294Z Downloaded heck v0.5.0
2822026-07-20T19:13:28.294Z Downloaded equivalent v1.0.2
2832026-07-20T19:13:28.294Z Downloaded camino v1.2.2
2842026-07-20T19:13:28.310Z Downloaded byteorder v1.5.0
2852026-07-20T19:13:28.310Z Downloaded dof v0.3.0
2862026-07-20T19:13:28.310Z Downloaded clap_lex v1.0.0
2872026-07-20T19:13:28.316Z Downloaded toml_write v0.1.2
2882026-07-20T19:13:28.316Z Downloaded pretty-hex v0.4.1
2892026-07-20T19:13:28.316Z Downloaded usdt-macro v0.5.0
2902026-07-20T19:13:28.316Z Downloaded macaddr v1.0.1
2912026-07-20T19:13:28.316Z Downloaded dtrace-parser v0.2.0
2922026-07-20T19:13:28.320Z Downloaded crypto-common v0.1.7
2932026-07-20T19:13:28.332Z Downloaded unicode-linebreak v0.1.5
2942026-07-20T19:13:28.336Z Downloaded colorchoice v1.0.4
2952026-07-20T19:13:28.336Z Downloaded cargo_metadata v0.23.1
2962026-07-20T19:13:28.336Z Downloaded is_terminal_polyfill v1.70.2
2972026-07-20T19:13:28.340Z Downloaded version_check v0.9.5
2982026-07-20T19:13:28.341Z Downloaded itoa v1.0.17
2992026-07-20T19:13:28.348Z Downloaded utf8parse v0.2.2
3002026-07-20T19:13:28.358Z Downloaded strsim v0.11.1
3012026-07-20T19:13:28.358Z Downloaded tabled_derive v0.7.0
3022026-07-20T19:13:28.358Z Downloaded toml_datetime v0.6.11
3032026-07-20T19:13:28.358Z Downloaded smawk v0.3.2
3042026-07-20T19:13:28.358Z Downloaded proc-macro-error-attr v1.0.4
3052026-07-20T19:13:28.365Z Downloaded scroll_derive v0.12.1
3062026-07-20T19:13:28.369Z Downloaded fnv v1.0.7
3072026-07-20T19:13:28.369Z Downloaded errno v0.3.14
3082026-07-20T19:13:28.385Z Downloaded memmap v0.7.0
3092026-07-20T19:13:28.386Z Downloaded plain v0.2.3
3102026-07-20T19:13:28.386Z Downloaded usdt-attr-macro v0.5.0
3112026-07-20T19:13:28.386Z Downloaded serde_spanned v0.6.9
3122026-07-20T19:13:28.386Z Downloaded cfg-if v1.0.4
3132026-07-20T19:13:28.390Z Downloaded anstyle-parse v1.0.0
3142026-07-20T19:13:28.390Z Downloaded sha2 v0.10.9
3152026-07-20T19:13:28.391Z Downloaded bytecount v0.6.9
3162026-07-20T19:13:28.391Z Downloaded cargo_toml v0.21.0
3172026-07-20T19:13:28.397Z Downloaded digest v0.10.7
3182026-07-20T19:13:28.405Z Downloaded anyhow v1.0.102
3192026-07-20T19:13:28.411Z Downloaded heck v0.4.1
3202026-07-20T19:13:28.412Z Downloaded thiserror v2.0.18
3212026-07-20T19:13:28.423Z Downloaded block-buffer v0.10.4
3222026-07-20T19:13:28.423Z Downloaded camino-tempfile v1.4.1
3232026-07-20T19:13:28.423Z Downloaded scroll v0.12.0
3242026-07-20T19:13:28.430Z Downloaded thiserror-impl v1.0.69
3252026-07-20T19:13:28.430Z Downloaded toml v0.8.23
3262026-07-20T19:13:28.430Z Downloaded anstyle v1.0.14
3272026-07-20T19:13:28.430Z Downloaded pest_derive v2.8.6
3282026-07-20T19:13:28.430Z Downloaded thiserror v1.0.69
3292026-07-20T19:13:28.430Z Downloaded terminal_size v0.4.3
3302026-07-20T19:13:28.435Z Downloaded ucd-trie v0.1.7
3312026-07-20T19:13:28.435Z Downloaded tempfile v3.25.0
3322026-07-20T19:13:28.435Z Downloaded serde_tokenstream v0.2.3
3332026-07-20T19:13:28.435Z Downloaded quote v1.0.45
3342026-07-20T19:13:28.439Z Downloaded fs-err v3.3.0
3352026-07-20T19:13:28.440Z Downloaded papergrid v0.11.0
3362026-07-20T19:13:28.440Z Downloaded log v0.4.29
3372026-07-20T19:13:28.449Z Downloaded semver v1.0.28
3382026-07-20T19:13:28.456Z Downloaded once_cell v1.21.3
3392026-07-20T19:13:28.456Z Downloaded usdt-impl v0.5.0
3402026-07-20T19:13:28.456Z Downloaded thiserror-impl v2.0.18
3412026-07-20T19:13:28.456Z Downloaded clap_derive v4.6.1
3422026-07-20T19:13:28.467Z Downloaded proc-macro2 v1.0.106
3432026-07-20T19:13:28.475Z Downloaded getrandom v0.4.1
3442026-07-20T19:13:28.482Z Downloaded unicode-ident v1.0.24
3452026-07-20T19:13:28.482Z Downloaded textwrap v0.16.2
3462026-07-20T19:13:28.482Z Downloaded clap v4.6.1
3472026-07-20T19:13:28.489Z Downloaded toml_edit v0.22.27
3482026-07-20T19:13:28.497Z Downloaded serde v1.0.228
3492026-07-20T19:13:28.512Z Downloaded serde_derive v1.0.228
3502026-07-20T19:13:28.512Z Downloaded pest_meta v2.8.6
3512026-07-20T19:13:28.517Z Downloaded winnow v0.7.14
3522026-07-20T19:13:28.528Z Downloaded typenum v1.20.1
3532026-07-20T19:13:28.529Z Downloaded tabled v0.15.0
3542026-07-20T19:13:28.532Z Downloaded memchr v2.8.0
3552026-07-20T19:13:28.537Z Downloaded pest v2.8.6
3562026-07-20T19:13:28.537Z Downloaded indexmap v2.14.0
3572026-07-20T19:13:28.564Z Downloaded hashbrown v0.17.0
3582026-07-20T19:13:28.567Z Downloaded serde_json v1.0.150
3592026-07-20T19:13:28.571Z Downloaded goblin v0.8.2
3602026-07-20T19:13:28.574Z Downloaded clap_builder v4.6.0
3612026-07-20T19:13:28.593Z Downloaded syn v1.0.109
3622026-07-20T19:13:28.608Z Downloaded unicode-width v0.2.0
3632026-07-20T19:13:28.611Z Downloaded syn v2.0.117
3642026-07-20T19:13:28.616Z Downloaded unicode-width v0.1.14
3652026-07-20T19:13:28.631Z Downloaded rustix v1.1.3
3662026-07-20T19:13:28.659Z Downloaded libc v0.2.185
3672026-07-20T19:13:28.719Z Compiling proc-macro2 v1.0.106
3682026-07-20T19:13:28.719Z Compiling quote v1.0.45
3692026-07-20T19:13:28.724Z Compiling unicode-ident v1.0.24
3702026-07-20T19:13:28.724Z Compiling serde_core v1.0.228
3712026-07-20T19:13:28.724Z Compiling libc v0.2.185
3722026-07-20T19:13:28.724Z Compiling version_check v0.9.5
3732026-07-20T19:13:28.724Z Compiling memchr v2.8.0
3742026-07-20T19:13:28.724Z Compiling serde v1.0.228
3752026-07-20T19:13:28.724Z Compiling zmij v1.0.21
3762026-07-20T19:13:28.724Z Compiling itoa v1.0.17
3772026-07-20T19:13:28.724Z Compiling thiserror v1.0.69
3782026-07-20T19:13:28.724Z Compiling ucd-trie v0.1.7
3792026-07-20T19:13:28.724Z Compiling byteorder v1.5.0
3802026-07-20T19:13:28.928Z Compiling rustix v1.1.3
3812026-07-20T19:13:29.259Z Compiling bitflags v2.11.0
3822026-07-20T19:13:29.278Z Compiling serde_json v1.0.150
3832026-07-20T19:13:29.332Z Compiling syn v1.0.109
3842026-07-20T19:13:29.380Z Compiling pest v2.8.6
3852026-07-20T19:13:29.435Z Compiling camino v1.2.2
3862026-07-20T19:13:29.542Z Compiling usdt-impl v0.5.0
3872026-07-20T19:13:29.560Z Compiling proc-macro-error-attr v1.0.4
3882026-07-20T19:13:29.576Z Compiling proc-macro-error v1.0.4
3892026-07-20T19:13:29.646Z Compiling hashbrown v0.17.0
3902026-07-20T19:13:29.719Z Compiling getrandom v0.4.1
3912026-07-20T19:13:29.719Z Compiling utf8parse v0.2.2
3922026-07-20T19:13:29.776Z Compiling plain v0.2.3
3932026-07-20T19:13:29.809Z Compiling log v0.4.29
3942026-07-20T19:13:29.847Z Compiling equivalent v1.0.2
3952026-07-20T19:13:29.900Z Compiling anstyle-parse v1.0.0
3962026-07-20T19:13:29.918Z Compiling errno v0.3.14
3972026-07-20T19:13:29.922Z Compiling thread-id v4.2.2
3982026-07-20T19:13:29.990Z Compiling anstyle v1.0.14
3992026-07-20T19:13:30.024Z Compiling is_terminal_polyfill v1.70.2
4002026-07-20T19:13:30.029Z Compiling autocfg v1.5.0
4012026-07-20T19:13:30.029Z Compiling cfg-if v1.0.4
4022026-07-20T19:13:30.029Z Compiling toml_write v0.1.2
4032026-07-20T19:13:30.029Z Compiling thiserror v2.0.18
4042026-07-20T19:13:30.125Z Compiling colorchoice v1.0.4
4052026-07-20T19:13:30.144Z Compiling winnow v0.7.14
4062026-07-20T19:13:30.162Z Compiling pretty-hex v0.4.1
4072026-07-20T19:13:30.170Z Compiling anstyle-query v1.1.5
4082026-07-20T19:13:30.259Z Compiling indexmap v2.14.0
4092026-07-20T19:13:30.263Z Compiling unicode-width v0.1.14
4102026-07-20T19:13:30.330Z Compiling bytecount v0.6.9
4112026-07-20T19:13:30.379Z Compiling anstream v1.0.0
4122026-07-20T19:13:30.382Z Compiling fnv v1.0.7
4132026-07-20T19:13:30.420Z Compiling clap_lex v1.0.0
4142026-07-20T19:13:30.456Z Compiling syn v2.0.117
4152026-07-20T19:13:30.479Z Compiling pest_meta v2.8.6
4162026-07-20T19:13:30.550Z Compiling strsim v0.11.1
4172026-07-20T19:13:30.550Z Compiling fs-err v3.3.0
4182026-07-20T19:13:30.603Z Compiling once_cell v1.21.3
4192026-07-20T19:13:30.671Z Compiling fastrand v2.3.0
4202026-07-20T19:13:30.692Z Compiling heck v0.5.0
4212026-07-20T19:13:30.712Z Compiling heck v0.4.1
4222026-07-20T19:13:30.747Z Compiling anyhow v1.0.102
4232026-07-20T19:13:30.857Z Compiling papergrid v0.11.0
4242026-07-20T19:13:30.932Z Compiling memmap v0.7.0
4252026-07-20T19:13:30.950Z Compiling unicode-width v0.2.0
4262026-07-20T19:13:30.953Z Compiling unicode-linebreak v0.1.5
4272026-07-20T19:13:30.982Z Compiling terminal_size v0.4.3
4282026-07-20T19:13:30.985Z Compiling tempfile v3.25.0
4292026-07-20T19:13:31.002Z Compiling smawk v0.3.2
4302026-07-20T19:13:31.180Z Compiling semver v1.0.28
4312026-07-20T19:13:31.232Z Compiling cargo-platform v0.3.2
4322026-07-20T19:13:31.252Z Compiling clap_builder v4.6.0
4332026-07-20T19:13:31.269Z Compiling textwrap v0.16.2
4342026-07-20T19:13:31.309Z Compiling swrite v0.1.0
4352026-07-20T19:13:31.423Z Compiling camino-tempfile v1.4.1
4362026-07-20T19:13:31.935Z Compiling tabled_derive v0.7.0
4372026-07-20T19:13:32.563Z Compiling tabled v0.15.0
4382026-07-20T19:13:32.580Z Compiling pest_generator v2.8.6
4392026-07-20T19:13:33.061Z Compiling serde_derive v1.0.228
4402026-07-20T19:13:33.061Z Compiling thiserror-impl v1.0.69
4412026-07-20T19:13:33.082Z Compiling zerocopy-derive v0.7.35
4422026-07-20T19:13:33.082Z Compiling scroll_derive v0.12.1
4432026-07-20T19:13:33.082Z Compiling thiserror-impl v2.0.18
4442026-07-20T19:13:33.082Z Compiling clap_derive v4.6.1
4452026-07-20T19:13:33.167Z Compiling pest_derive v2.8.6
4462026-07-20T19:13:33.679Z Compiling scroll v0.12.0
4472026-07-20T19:13:33.821Z Compiling zerocopy v0.7.35
4482026-07-20T19:13:33.893Z Compiling goblin v0.8.2
4492026-07-20T19:13:34.152Z Compiling dtrace-parser v0.2.0
4502026-07-20T19:13:34.431Z Compiling clap v4.6.1
4512026-07-20T19:13:35.466Z Compiling serde_spanned v0.6.9
4522026-07-20T19:13:35.466Z Compiling toml_datetime v0.6.11
4532026-07-20T19:13:35.518Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4542026-07-20T19:13:35.519Z Compiling macaddr v1.0.1
4552026-07-20T19:13:35.519Z Compiling cargo_metadata v0.23.1
4562026-07-20T19:13:35.519Z Compiling dof v0.3.0
4572026-07-20T19:13:35.519Z Compiling serde_tokenstream v0.2.3
4582026-07-20T19:13:35.750Z Compiling toml_edit v0.22.27
4592026-07-20T19:13:36.180Z Compiling usdt-macro v0.5.0
4602026-07-20T19:13:36.214Z Compiling usdt-attr-macro v0.5.0
4612026-07-20T19:13:36.748Z Compiling usdt v0.5.0
4622026-07-20T19:13:36.933Z Compiling toml v0.8.23
4632026-07-20T19:13:37.246Z Compiling cargo_toml v0.21.0
4642026-07-20T19:13:38.528Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4652026-07-20T19:13:40.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.37s
4662026-07-20T19:13:40.744Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4672026-07-20T19:13:41.246Z Downloading crates ...
4682026-07-20T19:13:41.329Z Downloaded adler2 v2.0.1
4692026-07-20T19:13:41.337Z Downloaded anstream v0.6.21
4702026-07-20T19:13:41.343Z Downloaded bit-vec v0.6.3
4712026-07-20T19:13:41.354Z Downloaded compression-core v0.4.31
4722026-07-20T19:13:41.357Z Downloaded cfg_aliases v0.2.1
4732026-07-20T19:13:41.360Z Downloaded bzip2 v0.4.4
4742026-07-20T19:13:41.361Z Downloaded convert_case v0.4.0
4752026-07-20T19:13:41.368Z Downloaded cassowary v0.3.0
4762026-07-20T19:13:41.372Z Downloaded cookie_store v0.22.1
4772026-07-20T19:13:41.372Z Downloaded cpubits v0.1.1
4782026-07-20T19:13:41.372Z Downloaded colored v3.1.1
4792026-07-20T19:13:41.374Z Downloaded ciborium v0.2.2
4802026-07-20T19:13:41.374Z Downloaded darling_macro v0.23.0
4812026-07-20T19:13:41.378Z Downloaded defmt v0.3.100
4822026-07-20T19:13:41.378Z Downloaded crucible-workspace-hack v0.1.0
4832026-07-20T19:13:41.378Z Downloaded corncobs v0.1.4
4842026-07-20T19:13:41.378Z Downloaded darling v0.20.11
4852026-07-20T19:13:41.381Z Downloaded cstr-argument v0.1.2
4862026-07-20T19:13:41.382Z Downloaded cpufeatures v0.3.0
4872026-07-20T19:13:41.385Z Downloaded blake2 v0.11.0-rc.6
4882026-07-20T19:13:41.385Z Downloaded atty v0.2.14
4892026-07-20T19:13:41.388Z Downloaded array-init v0.0.4
4902026-07-20T19:13:41.388Z Downloaded crypto-common v0.2.2
4912026-07-20T19:13:41.388Z Downloaded darling v0.13.4
4922026-07-20T19:13:41.393Z Downloaded daft v0.1.7
4932026-07-20T19:13:41.393Z Downloaded atomicwrites v0.4.4
4942026-07-20T19:13:41.398Z Downloaded debug-ignore v1.0.5
4952026-07-20T19:13:41.398Z Downloaded data-encoding v2.10.0
4962026-07-20T19:13:41.398Z Downloaded darling v0.21.3
4972026-07-20T19:13:41.401Z Downloaded bb8 v0.8.6
4982026-07-20T19:13:41.401Z Downloaded async-stream v0.3.6
4992026-07-20T19:13:41.401Z Downloaded darling_macro v0.21.3
5002026-07-20T19:13:41.401Z Downloaded darling_macro v0.20.11
5012026-07-20T19:13:41.405Z Downloaded darling_core v0.13.4
5022026-07-20T19:13:41.409Z Downloaded crc-any v2.5.0
5032026-07-20T19:13:41.409Z Downloaded bit-set v0.8.0
5042026-07-20T19:13:41.409Z Downloaded base16ct v0.2.0
5052026-07-20T19:13:41.409Z Downloaded ascii-canvas v3.0.0
5062026-07-20T19:13:41.412Z Downloaded ctutils v0.4.2
5072026-07-20T19:13:41.412Z Downloaded crunchy v0.2.4
5082026-07-20T19:13:41.412Z Downloaded crossbeam-epoch v0.9.18
5092026-07-20T19:13:41.415Z Downloaded bcrypt-pbkdf v0.11.0
5102026-07-20T19:13:41.415Z Downloaded argon2 v0.5.3
5112026-07-20T19:13:41.415Z Downloaded arrayvec v0.7.6
5122026-07-20T19:13:41.419Z Downloaded ctr v0.10.1
5132026-07-20T19:13:41.419Z Downloaded crc32fast v1.5.0
5142026-07-20T19:13:41.423Z Downloaded ecdsa v0.16.9
5152026-07-20T19:13:41.426Z Downloaded daft-derive v0.1.7
5162026-07-20T19:13:41.426Z Downloaded ciborium-io v0.2.2
5172026-07-20T19:13:41.429Z Downloaded async-recursion v1.1.1
5182026-07-20T19:13:41.429Z Downloaded castaway v0.2.4
5192026-07-20T19:13:41.432Z Downloaded defmt v1.0.1
5202026-07-20T19:13:41.435Z Downloaded dsl_auto_type v0.2.0
5212026-07-20T19:13:41.435Z Downloaded async-stream-impl v0.3.6
5222026-07-20T19:13:41.435Z Downloaded aead v0.5.2
5232026-07-20T19:13:41.435Z Downloaded anstyle-parse v0.2.7
5242026-07-20T19:13:41.438Z Downloaded display-error-chain v0.2.2
5252026-07-20T19:13:41.438Z Downloaded assert_matches v1.5.0
5262026-07-20T19:13:41.438Z Downloaded difflib v0.4.0
5272026-07-20T19:13:41.442Z Downloaded dof v0.4.0
5282026-07-20T19:13:41.442Z Downloaded block-padding v0.4.2
5292026-07-20T19:13:41.442Z Downloaded arrayref v0.3.9
5302026-07-20T19:13:41.446Z Downloaded curve25519-dalek-derive v0.1.1
5312026-07-20T19:13:41.446Z Downloaded csv-core v0.1.13
5322026-07-20T19:13:41.446Z Downloaded crc-catalog v2.4.0
5332026-07-20T19:13:41.446Z Downloaded backoff v0.4.0
5342026-07-20T19:13:41.450Z Downloaded allocator-api2 v0.2.21
5352026-07-20T19:13:41.450Z Downloaded atomic-waker v1.1.2
5362026-07-20T19:13:41.450Z Downloaded darling_macro v0.13.4
5372026-07-20T19:13:41.453Z Downloaded block-buffer v0.12.1
5382026-07-20T19:13:41.453Z Downloaded critical-section v1.2.0
5392026-07-20T19:13:41.453Z Downloaded dtrace-parser v0.3.0
5402026-07-20T19:13:41.457Z Downloaded cfg_aliases v0.1.1
5412026-07-20T19:13:41.457Z Downloaded bitfield-struct v0.6.2
5422026-07-20T19:13:41.457Z Downloaded ciborium-ll v0.2.2
5432026-07-20T19:13:41.457Z Downloaded derive_builder_macro v0.20.2
5442026-07-20T19:13:41.459Z Downloaded crc8 v0.1.1
5452026-07-20T19:13:41.460Z Downloaded base16ct v1.0.0
5462026-07-20T19:13:41.460Z Downloaded dropshot-api-manager-types v0.7.2
5472026-07-20T19:13:41.463Z Downloaded document-features v0.2.12
5482026-07-20T19:13:41.463Z Downloaded downcast-rs v2.0.2
5492026-07-20T19:13:41.463Z Downloaded bit-set v0.5.3
5502026-07-20T19:13:41.468Z Downloaded endian-type v0.1.2
5512026-07-20T19:13:41.471Z Downloaded bitfield-macros v0.19.4
5522026-07-20T19:13:41.471Z Downloaded bcs v0.1.6
5532026-07-20T19:13:41.474Z Downloaded cmake v0.1.57
5542026-07-20T19:13:41.474Z Downloaded bitfield v0.19.4
5552026-07-20T19:13:41.477Z Downloaded dunce v1.0.5
5562026-07-20T19:13:41.480Z Downloaded embedded-io v0.6.1
5572026-07-20T19:13:41.480Z Downloaded digest-io v0.1.0
5582026-07-20T19:13:41.480Z Downloaded cipher v0.5.2
5592026-07-20T19:13:41.484Z Downloaded diesel_table_macro_syntax v0.3.0
5602026-07-20T19:13:41.489Z Downloaded dyn-clone v1.0.20
5612026-07-20T19:13:41.489Z Downloaded env_filter v1.0.0
5622026-07-20T19:13:41.492Z Downloaded embedded-io v0.4.0
5632026-07-20T19:13:41.492Z Downloaded defmt-parser v1.0.0
5642026-07-20T19:13:41.492Z Downloaded fixedbitset v0.4.2
5652026-07-20T19:13:41.496Z Downloaded cc v1.2.56
5662026-07-20T19:13:41.496Z Downloaded enum-as-inner v0.6.1
5672026-07-20T19:13:41.499Z Downloaded crossbeam-utils v0.8.21
5682026-07-20T19:13:41.504Z Downloaded cexpr v0.6.0
5692026-07-20T19:13:41.504Z Downloaded bit-vec v0.8.0
5702026-07-20T19:13:41.504Z Downloaded flagset v0.4.7
5712026-07-20T19:13:41.508Z Downloaded crc v3.4.0
5722026-07-20T19:13:41.508Z Downloaded foreign-types-shared v0.3.1
5732026-07-20T19:13:41.508Z Downloaded ed25519 v3.0.0
5742026-07-20T19:13:41.508Z Downloaded futures-macro v0.3.32
5752026-07-20T19:13:41.508Z Downloaded futures-task v0.3.32
5762026-07-20T19:13:41.511Z Downloaded futures-io v0.3.32
5772026-07-20T19:13:41.511Z Downloaded form_urlencoded v1.2.2
5782026-07-20T19:13:41.511Z Downloaded ed25519 v2.2.3
5792026-07-20T19:13:41.511Z Downloaded defmt-macros v1.0.1
5802026-07-20T19:13:41.514Z Downloaded blake2 v0.10.6
5812026-07-20T19:13:41.514Z Downloaded foreign-types v0.3.2
5822026-07-20T19:13:41.518Z Downloaded float-ord v0.3.2
5832026-07-20T19:13:41.518Z Downloaded constant_time_eq v0.4.2
5842026-07-20T19:13:41.518Z Downloaded async-trait v0.1.89
5852026-07-20T19:13:41.521Z Downloaded futures-sink v0.3.32
5862026-07-20T19:13:41.521Z Downloaded foreign-types v0.5.0
5872026-07-20T19:13:41.522Z Downloaded funty v2.0.0
5882026-07-20T19:13:41.525Z Downloaded cmov v0.5.4
5892026-07-20T19:13:41.525Z Downloaded buf-list v1.1.2
5902026-07-20T19:13:41.525Z Downloaded futures-core v0.3.32
5912026-07-20T19:13:41.528Z Downloaded cbc v0.2.1
5922026-07-20T19:13:41.528Z Downloaded fxhash v0.2.1
5932026-07-20T19:13:41.528Z Downloaded base64ct v1.8.3
5942026-07-20T19:13:41.534Z Downloaded foreign-types-shared v0.1.1
5952026-07-20T19:13:41.534Z Downloaded float-cmp v0.10.0
5962026-07-20T19:13:41.534Z Downloaded ghash v0.6.0
5972026-07-20T19:13:41.539Z Downloaded dirs-next v2.0.0
5982026-07-20T19:13:41.539Z Downloaded chacha20 v0.9.1
5992026-07-20T19:13:41.539Z Downloaded blowfish v0.10.0
6002026-07-20T19:13:41.539Z Downloaded bs58 v0.5.1
6012026-07-20T19:13:41.539Z Downloaded displaydoc v0.2.5
6022026-07-20T19:13:41.542Z Downloaded dirs-sys-next v0.1.2
6032026-07-20T19:13:41.542Z Downloaded backon v1.6.0
6042026-07-20T19:13:41.542Z Downloaded async-bb8-diesel v0.2.1
6052026-07-20T19:13:41.542Z Downloaded argon2 v0.6.0-rc.8
6062026-07-20T19:13:41.545Z Downloaded git-stub v1.0.0
6072026-07-20T19:13:41.545Z Downloaded enum_dispatch v0.3.13
6082026-07-20T19:13:41.550Z Downloaded diesel-dtrace v0.5.0
6092026-07-20T19:13:41.550Z Downloaded der_derive v0.7.3
6102026-07-20T19:13:41.552Z Downloaded byte-wrapper v0.1.0
6112026-07-20T19:13:41.552Z Downloaded digest v0.11.3
6122026-07-20T19:13:41.552Z Downloaded foreign-types-macros v0.2.3
6132026-07-20T19:13:41.555Z Downloaded derive_builder_core v0.20.2
6142026-07-20T19:13:41.555Z Downloaded either v1.15.0
6152026-07-20T19:13:41.555Z Downloaded crossbeam-deque v0.8.6
6162026-07-20T19:13:41.558Z Downloaded cobs v0.3.0
6172026-07-20T19:13:41.558Z Downloaded bindgen v0.71.1
6182026-07-20T19:13:41.561Z Downloaded hash32 v0.2.1
6192026-07-20T19:13:41.569Z Downloaded globwalk v0.9.1
6202026-07-20T19:13:41.569Z Downloaded gethostname v0.5.0
6212026-07-20T19:13:41.569Z Downloaded find-msvc-tools v0.1.9
6222026-07-20T19:13:41.575Z Downloaded fallible-iterator v0.2.0
6232026-07-20T19:13:41.575Z Downloaded env_logger v0.11.9
6242026-07-20T19:13:41.575Z Downloaded ecdsa v0.17.0-rc.18
6252026-07-20T19:13:41.575Z Downloaded ahash v0.8.12
6262026-07-20T19:13:41.575Z Downloaded hash32 v0.3.1
6272026-07-20T19:13:41.584Z Downloaded fixedbitset v0.5.7
6282026-07-20T19:13:41.584Z Downloaded ena v0.14.4
6292026-07-20T19:13:41.584Z Downloaded headers-core v0.3.0
6302026-07-20T19:13:41.584Z Downloaded hex-literal v1.1.0
6312026-07-20T19:13:41.584Z Downloaded erased-serde v0.3.31
6322026-07-20T19:13:41.584Z Downloaded hex v0.4.3
6332026-07-20T19:13:41.594Z Downloaded filetime v0.2.27
6342026-07-20T19:13:41.594Z Downloaded derive-ex v0.1.8
6352026-07-20T19:13:41.594Z Downloaded deranged v0.5.8
6362026-07-20T19:13:41.594Z Downloaded aead v0.6.1
6372026-07-20T19:13:41.594Z Downloaded hostname v0.3.1
6382026-07-20T19:13:41.594Z Downloaded hostname v0.4.2
6392026-07-20T19:13:41.594Z Downloaded futures-executor v0.3.32
6402026-07-20T19:13:41.594Z Downloaded ff v0.13.1
6412026-07-20T19:13:41.599Z Downloaded foldhash v0.1.5
6422026-07-20T19:13:41.599Z Downloaded ff v0.14.0
6432026-07-20T19:13:41.599Z Downloaded convert_case v0.10.0
6442026-07-20T19:13:41.599Z Downloaded fs_extra v1.3.0
6452026-07-20T19:13:41.599Z Downloaded fs-err v2.11.0
6462026-07-20T19:13:41.599Z Downloaded foldhash v0.2.0
6472026-07-20T19:13:41.599Z Downloaded httpdate v1.0.3
6482026-07-20T19:13:41.599Z Downloaded bzip2 v0.6.1
6492026-07-20T19:13:41.599Z Downloaded http-range v0.1.5
6502026-07-20T19:13:41.603Z Downloaded hyper-tls v0.6.0
6512026-07-20T19:13:41.604Z Downloaded console v0.15.11
6522026-07-20T19:13:41.604Z Downloaded clang-sys v1.8.1
6532026-07-20T19:13:41.604Z Downloaded hubpack v0.1.2
6542026-07-20T19:13:41.609Z Downloaded compression-codecs v0.4.37
6552026-07-20T19:13:41.609Z Downloaded glob v0.3.3
6562026-07-20T19:13:41.609Z Downloaded colored v2.2.0
6572026-07-20T19:13:41.613Z Downloaded const-oid v0.10.2
6582026-07-20T19:13:41.613Z Downloaded const_format_proc_macros v0.2.34
6592026-07-20T19:13:41.613Z Downloaded hubpack_derive v0.1.1
6602026-07-20T19:13:41.613Z Downloaded cancel-safe-futures v0.1.5
6612026-07-20T19:13:41.684Z Downloaded ident_case v1.0.1
6622026-07-20T19:13:41.684Z Downloaded derive_builder v0.20.2
6632026-07-20T19:13:41.684Z Downloaded globset v0.4.18
6642026-07-20T19:13:41.684Z Downloaded diff v0.1.13
6652026-07-20T19:13:41.684Z Downloaded des v0.9.0
6662026-07-20T19:13:41.684Z Downloaded group v0.14.0
6672026-07-20T19:13:41.684Z Downloaded group v0.13.0
6682026-07-20T19:13:41.684Z Downloaded git-stub-vcs v0.1.0
6692026-07-20T19:13:41.684Z Downloaded delegate v0.13.5
6702026-07-20T19:13:41.684Z Downloaded console v0.16.2
6712026-07-20T19:13:41.684Z Downloaded fd-lock v4.0.4
6722026-07-20T19:13:41.684Z Downloaded idna_adapter v1.2.1
6732026-07-20T19:13:41.684Z Downloaded dropshot_endpoint v0.17.1
6742026-07-20T19:13:41.684Z Downloaded indent_write v2.2.0
6752026-07-20T19:13:41.684Z Downloaded inout v0.1.4
6762026-07-20T19:13:41.684Z Downloaded illumos-nvpair v0.3.0
6772026-07-20T19:13:41.684Z Downloaded darling v0.23.0
6782026-07-20T19:13:41.684Z Downloaded instant v0.1.13
6792026-07-20T19:13:41.685Z Downloaded indoc v1.0.9
6802026-07-20T19:13:41.685Z Downloaded ar_archive_writer v0.5.1
6812026-07-20T19:13:41.685Z Downloaded is-terminal v0.4.17
6822026-07-20T19:13:41.685Z Downloaded inout v0.2.2
6832026-07-20T19:13:41.685Z Downloaded crossbeam-channel v0.5.15
6842026-07-20T19:13:41.685Z Downloaded bitflags v1.3.2
6852026-07-20T19:13:41.685Z Downloaded const-oid v0.9.6
6862026-07-20T19:13:41.685Z Downloaded http-body v1.0.1
6872026-07-20T19:13:41.685Z Downloaded highway v1.3.0
6882026-07-20T19:13:41.685Z Downloaded is_ci v1.2.0
6892026-07-20T19:13:41.685Z Downloaded internet-checksum v0.2.1
6902026-07-20T19:13:41.685Z Downloaded cipher v0.4.4
6912026-07-20T19:13:41.685Z Downloaded chacha20 v0.10.0
6922026-07-20T19:13:41.685Z Downloaded futures-channel v0.3.32
6932026-07-20T19:13:41.685Z Downloaded http-body-util v0.1.3
6942026-07-20T19:13:41.685Z Downloaded home v0.5.12
6952026-07-20T19:13:41.685Z Downloaded camino-tempfile-ext v0.3.3
6962026-07-20T19:13:41.685Z Downloaded lazy_static v1.5.0
6972026-07-20T19:13:41.685Z Downloaded kstat-rs v0.2.4
6982026-07-20T19:13:41.685Z Downloaded cookie v0.18.1
6992026-07-20T19:13:41.698Z Downloaded kem v0.3.0
7002026-07-20T19:13:41.698Z Downloaded humantime v2.3.0
7012026-07-20T19:13:41.698Z Downloaded elliptic-curve v0.14.0-rc.33
7022026-07-20T19:13:41.698Z Downloaded libscf-sys v1.1.0
7032026-07-20T19:13:41.698Z Downloaded lalrpop-util v0.19.12
7042026-07-20T19:13:41.698Z Downloaded hyper-staticfile v0.10.1
7052026-07-20T19:13:41.698Z Downloaded getrandom v0.2.17
7062026-07-20T19:13:41.698Z Downloaded derive-where v1.6.0
7072026-07-20T19:13:41.698Z Downloaded elliptic-curve v0.13.8
7082026-07-20T19:13:41.714Z Downloaded maplit v1.0.2
7092026-07-20T19:13:41.714Z Downloaded lru v0.12.5
7102026-07-20T19:13:41.715Z Downloaded lru-slab v0.1.2
7112026-07-20T19:13:41.715Z Downloaded md-5 v0.10.6
7122026-07-20T19:13:41.715Z Downloaded darling_core v0.23.0
7132026-07-20T19:13:41.725Z Downloaded darling_core v0.21.3
7142026-07-20T19:13:41.725Z Downloaded memoffset v0.9.1
7152026-07-20T19:13:41.725Z Downloaded md5 v0.8.0
7162026-07-20T19:13:41.725Z Downloaded indoc v2.0.7
7172026-07-20T19:13:41.725Z Downloaded impl-trait-for-tuples v0.2.3
7182026-07-20T19:13:41.725Z Downloaded lzss v0.8.2
7192026-07-20T19:13:41.725Z Downloaded maybe-uninit v2.0.0
7202026-07-20T19:13:41.725Z Downloaded mime v0.3.17
7212026-07-20T19:13:41.725Z Downloaded match_cfg v0.1.0
7222026-07-20T19:13:41.725Z Downloaded managed v0.8.0
7232026-07-20T19:13:41.725Z Downloaded ipnet v2.11.0
7242026-07-20T19:13:41.725Z Downloaded ingot v0.1.1
7252026-07-20T19:13:41.732Z Downloaded ingot-types v0.1.2
7262026-07-20T19:13:41.733Z Downloaded arc-swap v1.8.2
7272026-07-20T19:13:41.733Z Downloaded illumos-nvpair-sys v0.2.0
7282026-07-20T19:13:41.733Z Downloaded darling_core v0.20.11
7292026-07-20T19:13:41.733Z Downloaded instability v0.3.11
7302026-07-20T19:13:41.733Z Downloaded newline-converter v0.3.0
7312026-07-20T19:13:41.741Z Downloaded new_debug_unreachable v1.0.6
7322026-07-20T19:13:41.741Z Downloaded ipnetwork v0.21.1
7332026-07-20T19:13:41.741Z Downloaded multimap v0.10.1
7342026-07-20T19:13:41.741Z Downloaded hmac v0.13.0
7352026-07-20T19:13:41.741Z Downloaded fatfs v0.3.6
7362026-07-20T19:13:41.741Z Downloaded newtype_derive v0.1.6
7372026-07-20T19:13:41.741Z Downloaded generic-array v1.4.3
7382026-07-20T19:13:41.747Z Downloaded keccak v0.1.6
7392026-07-20T19:13:41.747Z Downloaded jobserver v0.1.34
7402026-07-20T19:13:41.747Z Downloaded linked-hash-map v0.5.6
7412026-07-20T19:13:41.747Z Downloaded hybrid-array v0.4.13
7422026-07-20T19:13:41.747Z Downloaded nibble_vec v0.1.0
7432026-07-20T19:13:41.747Z Downloaded linear-map v1.2.0
7442026-07-20T19:13:41.752Z Downloaded libloading v0.8.9
7452026-07-20T19:13:41.752Z Downloaded keccak v0.2.0
7462026-07-20T19:13:41.752Z Downloaded num v0.4.3
7472026-07-20T19:13:41.752Z Downloaded nodrop v0.1.14
7482026-07-20T19:13:41.752Z Downloaded num-derive v0.3.3
7492026-07-20T19:13:41.752Z Downloaded num-derive v0.4.2
7502026-07-20T19:13:41.764Z Downloaded num-conv v0.2.0
7512026-07-20T19:13:41.764Z Downloaded base64 v0.21.7
7522026-07-20T19:13:41.764Z Downloaded httparse v1.10.1
7532026-07-20T19:13:41.770Z Downloaded base64 v0.22.1
7542026-07-20T19:13:41.770Z Downloaded hyper-rustls v0.27.7
7552026-07-20T19:13:41.770Z Downloaded lru-cache v0.1.2
7562026-07-20T19:13:41.771Z Downloaded lock_api v0.4.14
7572026-07-20T19:13:41.771Z Downloaded libsw-core v0.3.2
7582026-07-20T19:13:41.771Z Downloaded getrandom v0.3.4
7592026-07-20T19:13:41.771Z Downloaded bytes v1.11.1
7602026-07-20T19:13:41.775Z Downloaded normalize-line-endings v0.3.0
7612026-07-20T19:13:41.775Z Downloaded opaque-debug v0.3.1
7622026-07-20T19:13:41.775Z Downloaded half v1.8.3
7632026-07-20T19:13:41.775Z Downloaded nonempty v0.12.0
7642026-07-20T19:13:41.775Z Downloaded drift v0.2.0
7652026-07-20T19:13:41.780Z Downloaded libsw v3.5.0
7662026-07-20T19:13:41.787Z Downloaded iana-time-zone v0.1.65
7672026-07-20T19:13:41.787Z Downloaded async-compression v0.4.41
7682026-07-20T19:13:41.794Z Downloaded half v2.7.1
7692026-07-20T19:13:41.795Z Downloaded openssl-probe v0.1.6
7702026-07-20T19:13:41.795Z Downloaded oso-derive v0.27.3
7712026-07-20T19:13:41.795Z Downloaded chacha20poly1305 v0.10.1
7722026-07-20T19:13:41.795Z Downloaded openssl-macros v0.1.1
7732026-07-20T19:13:41.795Z Downloaded olpc-cjson v0.1.4
7742026-07-20T19:13:41.800Z Downloaded num_threads v0.1.7
7752026-07-20T19:13:41.800Z Downloaded mime_guess v2.0.5
7762026-07-20T19:13:41.800Z Downloaded native-tls v0.2.18
7772026-07-20T19:13:41.800Z Downloaded multer v3.1.0
7782026-07-20T19:13:41.800Z Downloaded ingot-macros v0.1.1
7792026-07-20T19:13:41.800Z Downloaded nanorand v0.7.0
7802026-07-20T19:13:41.800Z Downloaded derive_more v0.99.20
7812026-07-20T19:13:41.805Z Downloaded futures v0.3.32
7822026-07-20T19:13:41.814Z Downloaded openssl-probe v0.2.1
7832026-07-20T19:13:41.814Z Downloaded newtype-uuid-macros v0.1.0
7842026-07-20T19:13:41.814Z Downloaded bumpalo v3.20.2
7852026-07-20T19:13:41.825Z Downloaded peg-runtime v0.8.5
7862026-07-20T19:13:41.835Z Downloaded parse-size v1.1.0
7872026-07-20T19:13:41.835Z Downloaded packed_struct_codegen v0.10.1
7882026-07-20T19:13:41.835Z Downloaded num-iter v0.1.45
7892026-07-20T19:13:41.835Z Downloaded num-complex v0.4.6
7902026-07-20T19:13:41.835Z Downloaded module-lattice v0.2.3
7912026-07-20T19:13:41.835Z Downloaded const_format v0.2.35
7922026-07-20T19:13:41.838Z Downloaded path-slash v0.1.5
7932026-07-20T19:13:41.838Z Downloaded password-hash v0.6.1
7942026-07-20T19:13:41.838Z Downloaded parse-display v0.10.0
7952026-07-20T19:13:41.838Z Downloaded num_enum_derive v0.5.11
7962026-07-20T19:13:41.838Z Downloaded num-rational v0.4.2
7972026-07-20T19:13:41.838Z Downloaded num-integer v0.1.46
7982026-07-20T19:13:41.838Z Downloaded litemap v0.8.1
7992026-07-20T19:13:41.838Z Downloaded percent-encoding v2.3.2
8002026-07-20T19:13:41.839Z Downloaded der v0.7.10
8012026-07-20T19:13:41.846Z Downloaded icu_properties v2.1.2
8022026-07-20T19:13:41.846Z Downloaded flume v0.11.1
8032026-07-20T19:13:41.851Z Downloaded num_enum_derive v0.7.6
8042026-07-20T19:13:41.851Z Downloaded compact_str v0.8.1
8052026-07-20T19:13:41.852Z Downloaded hmac v0.12.1
8062026-07-20T19:13:41.857Z Downloaded ignore v0.4.25
8072026-07-20T19:13:41.857Z Downloaded num_enum v0.7.6
8082026-07-20T19:13:41.858Z Downloaded memmap2 v0.9.10
8092026-07-20T19:13:41.861Z Downloaded num_enum v0.5.11
8102026-07-20T19:13:41.861Z Downloaded ml-kem v0.3.2
8112026-07-20T19:13:41.861Z Downloaded heapless v0.8.0
8122026-07-20T19:13:41.874Z Downloaded heapless v0.7.17
8132026-07-20T19:13:41.874Z Downloaded phf_shared v0.13.1
8142026-07-20T19:13:41.874Z Downloaded phf_shared v0.12.1
8152026-07-20T19:13:41.874Z Downloaded phf_shared v0.11.3
8162026-07-20T19:13:41.888Z Downloaded oxide-tokio-rt v0.1.4
8172026-07-20T19:13:41.888Z Downloaded newtype-uuid v1.3.2
8182026-07-20T19:13:41.889Z Downloaded litrs v1.0.0
8192026-07-20T19:13:41.889Z Downloaded precomputed-hash v0.1.1
8202026-07-20T19:13:41.889Z Downloaded libefi-sys v0.1.0
8212026-07-20T19:13:41.889Z Downloaded headers v0.4.1
8222026-07-20T19:13:41.889Z Downloaded predicates-tree v1.0.13
8232026-07-20T19:13:41.900Z Downloaded potential_utf v0.1.4
8242026-07-20T19:13:41.900Z Downloaded indexmap v1.9.3
8252026-07-20T19:13:41.900Z Downloaded oxnet v0.1.6
8262026-07-20T19:13:41.900Z Downloaded icu_provider v2.1.1
8272026-07-20T19:13:41.900Z Downloaded libbz2-rs-sys v0.2.2
8282026-07-20T19:13:41.900Z Downloaded nu-ansi-term v0.50.3
8292026-07-20T19:13:41.900Z Downloaded predicates-core v1.0.10
8302026-07-20T19:13:41.904Z Downloaded packed_struct v0.10.1
8312026-07-20T19:13:41.904Z Downloaded paste v1.0.15
8322026-07-20T19:13:41.904Z Downloaded password-hash v0.5.0
8332026-07-20T19:13:41.904Z Downloaded progenitor-client v0.14.0
8342026-07-20T19:13:41.910Z Downloaded proc-macro-error-attr2 v2.0.0
8352026-07-20T19:13:41.910Z Downloaded proc-macro-crate v1.3.1
8362026-07-20T19:13:41.910Z Downloaded pem-rfc7468 v1.0.0
8372026-07-20T19:13:41.910Z Downloaded ed25519-dalek v2.2.0
8382026-07-20T19:13:41.916Z Downloaded pbkdf2 v0.13.0
8392026-07-20T19:13:41.916Z Downloaded ed25519-dalek v3.0.0-rc.0
8402026-07-20T19:13:41.916Z Downloaded icu_normalizer v2.1.1
8412026-07-20T19:13:41.930Z Downloaded derive_more-impl v2.1.1
8422026-07-20T19:13:41.931Z Downloaded icu_normalizer_data v2.1.1
8432026-07-20T19:13:41.931Z Downloaded derive_more v2.1.1
8442026-07-20T19:13:41.935Z Downloaded progenitor-macro v0.14.0
8452026-07-20T19:13:41.935Z Downloaded progenitor-macro v0.13.0
8462026-07-20T19:13:41.935Z Downloaded phf v0.13.1
8472026-07-20T19:13:41.935Z Downloaded crossterm v0.28.1
8482026-07-20T19:13:41.935Z Downloaded pin-project-internal v1.1.11
8492026-07-20T19:13:41.944Z Downloaded phc v0.6.1
8502026-07-20T19:13:41.944Z Downloaded owo-colors v4.3.0
8512026-07-20T19:13:41.944Z Downloaded flate2 v1.1.9
8522026-07-20T19:13:41.951Z Downloaded polyval v0.7.1
8532026-07-20T19:13:41.951Z Downloaded quick-error v1.2.3
8542026-07-20T19:13:41.951Z Downloaded postgres-protocol v0.6.10
8552026-07-20T19:13:41.951Z Downloaded hickory-resolver v0.24.4
8562026-07-20T19:13:41.951Z Downloaded radium v0.7.0
8572026-07-20T19:13:41.964Z Downloaded predicates v3.1.4
8582026-07-20T19:13:41.964Z Downloaded ppv-lite86 v0.2.21
8592026-07-20T19:13:41.964Z Downloaded pkg-config v0.3.32
8602026-07-20T19:13:41.964Z Downloaded pkcs8 v0.10.2
8612026-07-20T19:13:41.964Z Downloaded powerfmt v0.2.0
8622026-07-20T19:13:41.964Z Downloaded poly1305 v0.8.0
8632026-07-20T19:13:41.970Z Downloaded expectorate v1.2.0
8642026-07-20T19:13:41.970Z Downloaded peg-macros v0.8.5
8652026-07-20T19:13:41.971Z Downloaded icu_locale_core v2.1.1
8662026-07-20T19:13:41.971Z Downloaded rand_chacha v0.3.1
8672026-07-20T19:13:41.971Z Downloaded crypto-bigint v0.5.5
8682026-07-20T19:13:41.971Z Downloaded rand_xorshift v0.4.0
8692026-07-20T19:13:41.977Z Downloaded recursive v0.1.1
8702026-07-20T19:13:41.977Z Downloaded port-file v0.1.0
8712026-07-20T19:13:41.977Z Downloaded pem-rfc7468 v0.7.0
8722026-07-20T19:13:41.977Z Downloaded parking_lot v0.11.2
8732026-07-20T19:13:41.977Z Downloaded num-traits v0.2.19
8742026-07-20T19:13:41.982Z Downloaded proc-macro-error2 v2.0.1
8752026-07-20T19:13:41.982Z Downloaded progenitor-client v0.13.0
8762026-07-20T19:13:41.982Z Downloaded recursive-proc-macro-impl v0.1.1
8772026-07-20T19:13:41.982Z Downloaded progenitor v0.14.0
8782026-07-20T19:13:41.982Z Downloaded primeorder v0.14.0-rc.10
8792026-07-20T19:13:41.982Z Downloaded primefield v0.14.0
8802026-07-20T19:13:41.989Z Downloaded parse-display-derive v0.10.0
8812026-07-20T19:13:41.989Z Downloaded ref-cast-impl v1.0.25
8822026-07-20T19:13:41.989Z Downloaded ref-cast v1.0.25
8832026-07-20T19:13:41.989Z Downloaded parking_lot_core v0.9.12
8842026-07-20T19:13:41.992Z Downloaded aes v0.9.1
8852026-07-20T19:13:41.992Z Downloaded diesel_derives v2.3.7
8862026-07-20T19:13:41.999Z Downloaded psl-types v2.0.11
8872026-07-20T19:13:41.999Z Downloaded progenitor-extras v0.2.0
8882026-07-20T19:13:42.000Z Downloaded progenitor v0.13.0
8892026-07-20T19:13:42.006Z Downloaded phf v0.12.1
8902026-07-20T19:13:42.006Z Downloaded miniz_oxide v0.8.9
8912026-07-20T19:13:42.006Z Downloaded omicron-zone-package v0.12.3
8922026-07-20T19:13:42.006Z Downloaded rfc6979 v0.5.0
8932026-07-20T19:13:42.006Z Downloaded rfc6979 v0.4.0
8942026-07-20T19:13:42.011Z Downloaded psm v0.1.30
8952026-07-20T19:13:42.011Z Downloaded pkcs1 v0.8.0-rc.4
8962026-07-20T19:13:42.011Z Downloaded pkcs1 v0.7.5
8972026-07-20T19:13:42.011Z Downloaded icu_collections v2.1.1
8982026-07-20T19:13:42.016Z Downloaded rustc_version v0.4.1
8992026-07-20T19:13:42.016Z Downloaded rand_core v0.6.4
9002026-07-20T19:13:42.016Z Downloaded pkcs8 v0.11.0
9012026-07-20T19:13:42.020Z Downloaded postcard v1.1.3
9022026-07-20T19:13:42.020Z Downloaded postgres-types v0.2.12
9032026-07-20T19:13:42.020Z Downloaded rustc-hash v2.1.1
9042026-07-20T19:13:42.027Z Downloaded russh-util v0.52.0
9052026-07-20T19:13:42.027Z Downloaded poly1305 v0.9.0
9062026-07-20T19:13:42.027Z Downloaded russh-cryptovec v0.61.0
9072026-07-20T19:13:42.027Z Downloaded rustc_version v0.1.7
9082026-07-20T19:13:42.031Z Downloaded rand_chacha v0.9.0
9092026-07-20T19:13:42.031Z Downloaded r2d2 v0.8.10
9102026-07-20T19:13:42.031Z Downloaded rtoolbox v0.0.3
9112026-07-20T19:13:42.031Z Downloaded hickory-resolver v0.25.2
9122026-07-20T19:13:42.031Z Downloaded pin-project-lite v0.2.17
9132026-07-20T19:13:42.036Z Downloaded indicatif v0.18.4
9142026-07-20T19:13:42.045Z Downloaded jiff-static v0.2.21
9152026-07-20T19:13:42.045Z Downloaded crypto-primes v0.7.2
9162026-07-20T19:13:42.056Z Downloaded rand_core v0.10.0
9172026-07-20T19:13:42.056Z Downloaded rand_core v0.9.5
9182026-07-20T19:13:42.056Z Downloaded papergrid v0.17.0
9192026-07-20T19:13:42.056Z Downloaded scheduled-thread-pool v0.2.7
9202026-07-20T19:13:42.056Z Downloaded parking_lot_core v0.8.6
9212026-07-20T19:13:42.061Z Downloaded rand_seeder v0.4.0
9222026-07-20T19:13:42.061Z Downloaded parking_lot v0.12.5
9232026-07-20T19:13:42.061Z Downloaded pem v3.0.6
9242026-07-20T19:13:42.061Z Downloaded proc-macro-crate v3.4.0
9252026-07-20T19:13:42.061Z Downloaded same-file v1.0.6
9262026-07-20T19:13:42.061Z Downloaded peg v0.8.5
9272026-07-20T19:13:42.061Z Downloaded scopeguard v1.2.0
9282026-07-20T19:13:42.061Z Downloaded sapling-renderdag v0.1.0
9292026-07-20T19:13:42.061Z Downloaded hyper-util v0.1.20
9302026-07-20T19:13:42.065Z Downloaded hashbrown v0.12.3
9312026-07-20T19:13:42.077Z Downloaded der v0.8.0
9322026-07-20T19:13:42.077Z Downloaded secrecy v0.10.3
9332026-07-20T19:13:42.077Z Downloaded secrecy v0.8.0
9342026-07-20T19:13:42.077Z Downloaded scroll_derive v0.13.1
9352026-07-20T19:13:42.083Z Downloaded hashbrown v0.13.2
9362026-07-20T19:13:42.087Z Downloaded quinn-udp v0.5.14
9372026-07-20T19:13:42.088Z Downloaded aes-gcm v0.11.0
9382026-07-20T19:13:42.088Z Downloaded p384 v0.14.0-rc.10
9392026-07-20T19:13:42.088Z Downloaded resolv-conf v0.7.6
9402026-07-20T19:13:42.092Z Downloaded serde_bytes v0.11.19
9412026-07-20T19:13:42.092Z Downloaded semver v0.1.20
9422026-07-20T19:13:42.092Z Downloaded oso v0.27.3
9432026-07-20T19:13:42.098Z Downloaded rpassword v7.5.4
9442026-07-20T19:13:42.098Z Downloaded seq-macro v0.3.6
9452026-07-20T19:13:42.098Z Downloaded hickory-server v0.25.2
9462026-07-20T19:13:42.103Z Downloaded serde-big-array v0.5.1
9472026-07-20T19:13:42.103Z Downloaded serde_repr v0.1.20
9482026-07-20T19:13:42.103Z Downloaded serde_plain v1.0.2
9492026-07-20T19:13:42.103Z Downloaded sha1 v0.10.6
9502026-07-20T19:13:42.108Z Downloaded pkcs5 v0.8.1
9512026-07-20T19:13:42.108Z Downloaded serde_spanned v1.1.1
9522026-07-20T19:13:42.108Z Downloaded serde_urlencoded v0.7.1
9532026-07-20T19:13:42.113Z Downloaded rustls-pemfile v2.2.0
9542026-07-20T19:13:42.113Z Downloaded prefix-trie v0.7.0
9552026-07-20T19:13:42.113Z Downloaded shell-words v1.1.1
9562026-07-20T19:13:42.113Z Downloaded p256 v0.14.0-rc.10
9572026-07-20T19:13:42.117Z Downloaded sha1 v0.11.0
9582026-07-20T19:13:42.117Z Downloaded rusty-fork v0.3.1
9592026-07-20T19:13:42.117Z Downloaded openssl-sys v0.9.115
9602026-07-20T19:13:42.122Z Downloaded sigpipe v0.1.3
9612026-07-20T19:13:42.122Z Downloaded rustversion v1.0.22
9622026-07-20T19:13:42.127Z Downloaded rustls-native-certs v0.8.3
9632026-07-20T19:13:42.127Z Downloaded signature v3.0.0
9642026-07-20T19:13:42.194Z Downloaded signal-hook-tokio v0.3.1
9652026-07-20T19:13:42.194Z Downloaded primeorder v0.13.6
9662026-07-20T19:13:42.194Z Downloaded signature v2.2.0
9672026-07-20T19:13:42.201Z Downloaded progenitor-impl v0.14.0
9682026-07-20T19:13:42.201Z Downloaded scroll v0.13.0
9692026-07-20T19:13:42.202Z Downloaded scrypt v0.12.0
9702026-07-20T19:13:42.202Z Downloaded siphasher v1.0.2
9712026-07-20T19:13:42.202Z Downloaded minimal-lexical v0.2.1
9722026-07-20T19:13:42.202Z Downloaded http v1.4.2
9732026-07-20T19:13:42.202Z Downloaded signal-hook-mio v0.2.5
9742026-07-20T19:13:42.202Z Downloaded sec1 v0.8.1
9752026-07-20T19:13:42.202Z Downloaded slog-bunyan v2.5.0
9762026-07-20T19:13:42.202Z Downloaded slog-envlogger v2.2.0
9772026-07-20T19:13:42.202Z Downloaded dropshot-api-manager v0.7.2
9782026-07-20T19:13:42.202Z Downloaded crossterm v0.29.0
9792026-07-20T19:13:42.202Z Downloaded sec1 v0.7.3
9802026-07-20T19:13:42.202Z Downloaded schemars_derive v0.8.22
9812026-07-20T19:13:42.202Z Downloaded pin-project v1.1.11
9822026-07-20T19:13:42.202Z Downloaded serde_path_to_error v0.1.20
9832026-07-20T19:13:42.202Z Downloaded serde-hex v0.1.0
9842026-07-20T19:13:42.202Z Downloaded rustls-pki-types v1.14.0
9852026-07-20T19:13:42.202Z Downloaded serdect v0.4.3
9862026-07-20T19:13:42.202Z Downloaded itertools v0.10.5
9872026-07-20T19:13:42.202Z Downloaded serde_with_macros v1.5.2
9882026-07-20T19:13:42.202Z Downloaded stable_deref_trait v1.2.1
9892026-07-20T19:13:42.203Z Downloaded sqlparser_derive v0.5.0
9902026-07-20T19:13:42.203Z Downloaded aho-corasick v1.1.4
9912026-07-20T19:13:42.213Z Downloaded signal-hook-registry v1.4.8
9922026-07-20T19:13:42.213Z Downloaded shlex v1.3.0
9932026-07-20T19:13:42.213Z Downloaded rcgen v0.12.1
9942026-07-20T19:13:42.213Z Downloaded slog-dtrace v0.3.0
9952026-07-20T19:13:42.213Z Downloaded salsa20 v0.11.0
9962026-07-20T19:13:42.218Z Downloaded structmeta v0.3.0
9972026-07-20T19:13:42.218Z Downloaded strum v0.26.3
9982026-07-20T19:13:42.218Z Downloaded strsim v0.10.0
9992026-07-20T19:13:42.218Z Downloaded strip-ansi-escapes v0.2.1
10002026-07-20T19:13:42.223Z Downloaded slab v0.4.12
10012026-07-20T19:13:42.223Z Downloaded slog-scope v4.4.1
10022026-07-20T19:13:42.223Z Downloaded slog-json v2.6.1
10032026-07-20T19:13:42.227Z Downloaded simd-adler32 v0.3.8
10042026-07-20T19:13:42.227Z Downloaded structmeta-derive v0.3.0
10052026-07-20T19:13:42.230Z Downloaded tabled_derive v0.11.0
10062026-07-20T19:13:42.231Z Downloaded sync-ptr v0.1.4
10072026-07-20T19:13:42.231Z Downloaded subtle v2.6.1
10082026-07-20T19:13:42.231Z Downloaded supports-color v3.0.2
10092026-07-20T19:13:42.235Z Downloaded smallvec v0.6.14
10102026-07-20T19:13:42.235Z Downloaded slog-stdlog v4.1.1
10112026-07-20T19:13:42.236Z Downloaded slog-async v2.8.0
10122026-07-20T19:13:42.236Z Downloaded tabwriter v1.4.1
10132026-07-20T19:13:42.240Z Downloaded ron v0.8.1
10142026-07-20T19:13:42.240Z Downloaded mio v1.2.0
10152026-07-20T19:13:42.245Z Downloaded sync_wrapper v1.0.2
10162026-07-20T19:13:42.245Z Downloaded tap v1.0.1
10172026-07-20T19:13:42.245Z Downloaded smf v0.2.3
10182026-07-20T19:13:42.251Z Downloaded serde_derive_internals v0.29.1
10192026-07-20T19:13:42.251Z Downloaded take_mut v0.2.2
10202026-07-20T19:13:42.259Z Downloaded spki v0.7.3
10212026-07-20T19:13:42.259Z Downloaded serde_cbor v0.11.2
10222026-07-20T19:13:42.259Z Downloaded snafu-derive v0.8.9
10232026-07-20T19:13:42.259Z Downloaded termtree v0.5.1
10242026-07-20T19:13:42.266Z Downloaded pretty_assertions v1.4.1
10252026-07-20T19:13:42.267Z Downloaded thread-id v5.1.0
10262026-07-20T19:13:42.267Z Downloaded testing_table v0.3.0
10272026-07-20T19:13:42.267Z Downloaded internal-russh-num-bigint v0.5.0
10282026-07-20T19:13:42.267Z Downloaded rustls-platform-verifier v0.6.2
10292026-07-20T19:13:42.273Z Downloaded spki v0.8.0
10302026-07-20T19:13:42.273Z Downloaded serde_with_macros v3.21.0
10312026-07-20T19:13:42.273Z Downloaded prettyplease v0.2.37
10322026-07-20T19:13:42.273Z Downloaded thiserror-impl-no-std v2.0.2
10332026-07-20T19:13:42.273Z Downloaded sha2 v0.11.0
10342026-07-20T19:13:42.278Z Downloaded tinyvec_macros v0.1.1
10352026-07-20T19:13:42.278Z Downloaded time-core v0.1.8
10362026-07-20T19:13:42.278Z Downloaded ssh-cipher v0.3.0-rc.9
10372026-07-20T19:13:42.285Z Downloaded libxml v0.3.3
10382026-07-20T19:13:42.289Z Downloaded nom v7.1.3
10392026-07-20T19:13:42.289Z Downloaded static_assertions v1.1.0
10402026-07-20T19:13:42.289Z Downloaded stacker v0.1.23
10412026-07-20T19:13:42.295Z Downloaded ssh-encoding v0.3.0-rc.9
10422026-07-20T19:13:42.295Z Downloaded stringprep v0.1.5
10432026-07-20T19:13:42.295Z Downloaded string_cache v0.8.9
10442026-07-20T19:13:42.295Z Downloaded support-bundle-viewer v0.1.2
10452026-07-20T19:13:42.300Z Downloaded ryu v1.0.23
10462026-07-20T19:13:42.300Z Downloaded idna v1.1.0
10472026-07-20T19:13:42.300Z Downloaded strum_macros v0.27.2
10482026-07-20T19:13:42.303Z Downloaded rayon-core v1.13.0
10492026-07-20T19:13:42.303Z Downloaded qorb v0.4.1
10502026-07-20T19:13:42.307Z Downloaded strum v0.27.2
10512026-07-20T19:13:42.307Z Downloaded slog-term v2.9.2
10522026-07-20T19:13:42.315Z Downloaded synstructure v0.13.2
10532026-07-20T19:13:42.315Z Downloaded schemars v0.8.22
10542026-07-20T19:13:42.319Z Downloaded tokio-test v0.4.5
10552026-07-20T19:13:42.319Z Downloaded tokio-macros v2.7.0
10562026-07-20T19:13:42.319Z Downloaded quinn v0.11.9
10572026-07-20T19:13:42.324Z Downloaded smallvec v1.15.1
10582026-07-20T19:13:42.324Z Downloaded rand v0.8.6
10592026-07-20T19:13:42.330Z Downloaded publicsuffix v2.3.0
10602026-07-20T19:13:42.330Z Downloaded hashbrown v0.16.1
10612026-07-20T19:13:42.330Z Downloaded tagptr v0.2.0
10622026-07-20T19:13:42.335Z Downloaded spin v0.9.8
10632026-07-20T19:13:42.335Z Downloaded termios v0.3.3
10642026-07-20T19:13:42.335Z Downloaded topological-sort v0.2.2
10652026-07-20T19:13:42.335Z Downloaded hashbrown v0.15.5
10662026-07-20T19:13:42.344Z Downloaded tower-service v0.3.3
10672026-07-20T19:13:42.344Z Downloaded tower-layer v0.3.3
10682026-07-20T19:13:42.344Z Downloaded thiserror-no-std v2.0.2
10692026-07-20T19:13:42.348Z Downloaded sqlformat v0.3.5
10702026-07-20T19:13:42.348Z Downloaded futures-util v0.3.32
10712026-07-20T19:13:42.354Z Downloaded signal-hook v0.3.18
10722026-07-20T19:13:42.354Z Downloaded tiny-keccak v2.0.2
10732026-07-20T19:13:42.358Z Downloaded tinystr v0.8.2
10742026-07-20T19:13:42.358Z Downloaded num-bigint-dig v0.8.6
10752026-07-20T19:13:42.369Z Downloaded time-macros v0.2.27
10762026-07-20T19:13:42.369Z Downloaded p521 v0.14.0-rc.10
10772026-07-20T19:13:42.369Z Downloaded tls_codec v0.4.2
10782026-07-20T19:13:42.374Z Downloaded try-lock v0.2.5
10792026-07-20T19:13:42.374Z Downloaded num-bigint v0.4.6
10802026-07-20T19:13:42.374Z Downloaded trait-variant v0.1.2
10812026-07-20T19:13:42.374Z Downloaded typify-macro v0.6.2
10822026-07-20T19:13:42.374Z Downloaded progenitor-impl v0.13.0
10832026-07-20T19:13:42.374Z Downloaded tokio-native-tls v0.3.1
10842026-07-20T19:13:42.375Z Downloaded strum_macros v0.24.3
10852026-07-20T19:13:42.375Z Downloaded nom v8.0.0
10862026-07-20T19:13:42.381Z Downloaded itertools v0.13.0
10872026-07-20T19:13:42.385Z Downloaded unarray v0.1.4
10882026-07-20T19:13:42.385Z Downloaded strum_macros v0.26.4
10892026-07-20T19:13:42.385Z Downloaded schemars v0.9.0
10902026-07-20T19:13:42.388Z Downloaded universal-hash v0.6.1
10912026-07-20T19:13:42.393Z Downloaded universal-hash v0.5.1
10922026-07-20T19:13:42.393Z Downloaded unit-prefix v0.5.2
10932026-07-20T19:13:42.393Z Downloaded hkdf v0.12.4
10942026-07-20T19:13:42.400Z Downloaded unicode-xid v0.2.6
10952026-07-20T19:13:42.400Z Downloaded unicode-truncate v1.1.0
10962026-07-20T19:13:42.400Z Downloaded tokio-dtrace v0.1.1
10972026-07-20T19:13:42.400Z Downloaded tls_codec_derive v0.4.2
10982026-07-20T19:13:42.404Z Downloaded similar v2.7.0
10992026-07-20T19:13:42.404Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11002026-07-20T19:13:42.404Z Downloaded usdt-attr-macro v0.6.0
11012026-07-20T19:13:42.404Z Downloaded untrusted v0.9.0
11022026-07-20T19:13:42.404Z Downloaded untrusted v0.7.1
11032026-07-20T19:13:42.404Z Downloaded term v1.2.1
11042026-07-20T19:13:42.407Z Downloaded usdt-macro v0.6.0
11052026-07-20T19:13:42.407Z Downloaded usdt v0.6.0
11062026-07-20T19:13:42.407Z Downloaded rand v0.9.2
11072026-07-20T19:13:42.412Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11082026-07-20T19:13:42.412Z Downloaded void v1.0.2
11092026-07-20T19:13:42.416Z Downloaded serde_yaml v0.9.34+deprecated
11102026-07-20T19:13:42.416Z Downloaded itertools v0.14.0
11112026-07-20T19:13:42.424Z Downloaded tokio-tungstenite v0.23.1
11122026-07-20T19:13:42.424Z Downloaded utf8_iter v1.0.4
11132026-07-20T19:13:42.424Z Downloaded utf-8 v0.7.6
11142026-07-20T19:13:42.424Z Downloaded want v0.3.1
11152026-07-20T19:13:42.424Z Downloaded thread_local v1.1.9
11162026-07-20T19:13:42.425Z Downloaded term v0.7.0
11172026-07-20T19:13:42.428Z Downloaded socket2 v0.6.3
11182026-07-20T19:13:42.428Z Downloaded toml_writer v1.1.1+spec-1.1.0
11192026-07-20T19:13:42.428Z Downloaded socket2 v0.5.10
11202026-07-20T19:13:42.432Z Downloaded rsa v0.9.10
11212026-07-20T19:13:42.432Z Downloaded rustls-webpki v0.103.13
11222026-07-20T19:13:42.437Z Downloaded icu_properties_data v2.1.2
11232026-07-20T19:13:42.440Z Downloaded waitgroup v0.1.2
11242026-07-20T19:13:42.440Z Downloaded xattr v1.6.1
11252026-07-20T19:13:42.444Z Downloaded wait-timeout v0.2.1
11262026-07-20T19:13:42.444Z Downloaded tui-tree-widget v0.23.1
11272026-07-20T19:13:42.444Z Downloaded aws-lc-rs v1.16.3
11282026-07-20T19:13:42.452Z Downloaded slog v2.8.2
11292026-07-20T19:13:42.459Z Downloaded schemars v1.2.1
11302026-07-20T19:13:42.468Z Downloaded zeroize_derive v1.4.3
11312026-07-20T19:13:42.468Z Downloaded zerofrom v0.1.6
11322026-07-20T19:13:42.468Z Downloaded yoke-derive v0.8.1
11332026-07-20T19:13:42.468Z Downloaded xshell-macros v0.2.7
11342026-07-20T19:13:42.468Z Downloaded unicase v2.9.0
11352026-07-20T19:13:42.468Z Downloaded tokio-tungstenite v0.21.0
11362026-07-20T19:13:42.468Z Downloaded hkdf v0.13.0
11372026-07-20T19:13:42.477Z Downloaded tokio-stream v0.1.18
11382026-07-20T19:13:42.477Z Downloaded tokio-rustls v0.26.4
11392026-07-20T19:13:42.477Z Downloaded libm v0.2.16
11402026-07-20T19:13:42.484Z Downloaded zone_cfg_derive v0.3.1
11412026-07-20T19:13:42.484Z Downloaded rand v0.10.1
11422026-07-20T19:13:42.484Z Downloaded hyper v1.10.1
11432026-07-20T19:13:42.490Z Downloaded toml_parser v1.1.2+spec-1.1.0
11442026-07-20T19:13:42.490Z Downloaded vergen-git2 v9.1.0
11452026-07-20T19:13:42.490Z Downloaded vergen-gitcl v1.0.8
11462026-07-20T19:13:42.490Z Downloaded vergen-lib v9.1.0
11472026-07-20T19:13:42.490Z Downloaded uzers v0.12.2
11482026-07-20T19:13:42.501Z Downloaded zone v0.3.1
11492026-07-20T19:13:42.501Z Downloaded vergen-lib v0.1.6
11502026-07-20T19:13:42.501Z Downloaded blake3 v1.8.5
11512026-07-20T19:13:42.511Z Downloaded walkdir v2.5.0
11522026-07-20T19:13:42.511Z Downloaded tracing-attributes v0.1.31
11532026-07-20T19:13:42.511Z Downloaded tinyvec v1.10.0
11542026-07-20T19:13:42.511Z Downloaded samael v0.0.19
11552026-07-20T19:13:42.511Z Downloaded itertools v0.12.1
11562026-07-20T19:13:42.515Z Downloaded iri-string v0.7.10
11572026-07-20T19:13:42.516Z Downloaded wyz v0.5.1
11582026-07-20T19:13:42.516Z Downloaded twox-hash v2.1.2
11592026-07-20T19:13:42.516Z Downloaded h2 v0.4.15
11602026-07-20T19:13:42.516Z Downloaded whoami v1.6.1
11612026-07-20T19:13:42.530Z Downloaded snafu v0.8.9
11622026-07-20T19:13:42.534Z Downloaded zerofrom-derive v0.1.6
11632026-07-20T19:13:42.534Z Downloaded yoke v0.8.1
11642026-07-20T19:13:42.535Z Downloaded xshell v0.2.7
11652026-07-20T19:13:42.535Z Downloaded unicode-properties v0.1.4
11662026-07-20T19:13:42.535Z Downloaded writeable v0.6.2
11672026-07-20T19:13:42.535Z Downloaded subprocess v0.2.15
11682026-07-20T19:13:42.535Z Downloaded zeroize v1.8.2
11692026-07-20T19:13:42.535Z Downloaded bitvec v1.0.1
11702026-07-20T19:13:42.539Z Downloaded toml v0.7.8
11712026-07-20T19:13:42.542Z Downloaded zerovec-derive v0.11.2
11722026-07-20T19:13:42.542Z Downloaded vergen v9.1.0
11732026-07-20T19:13:42.542Z Downloaded usdt-impl v0.6.0
11742026-07-20T19:13:42.542Z Downloaded toml v1.1.2+spec-1.1.0
11752026-07-20T19:13:42.546Z Downloaded test-strategy v0.4.5
11762026-07-20T19:13:42.553Z Downloaded rustyline v14.0.0
11772026-07-20T19:13:42.560Z Downloaded whoami v2.1.0
11782026-07-20T19:13:42.560Z Downloaded zstd v0.13.3
11792026-07-20T19:13:42.560Z Downloaded vsss-rs v3.3.4
11802026-07-20T19:13:42.560Z Downloaded zstd-safe v7.2.4
11812026-07-20T19:13:42.560Z Downloaded tar v0.4.46
11822026-07-20T19:13:42.564Z Downloaded typify v0.6.2
11832026-07-20T19:13:42.573Z Downloaded iddqd v0.4.2
11842026-07-20T19:13:42.576Z Downloaded zerocopy v0.6.6
11852026-07-20T19:13:42.579Z Downloaded yasna v0.5.2
11862026-07-20T19:13:42.579Z Downloaded unicode-bidi v0.3.18
11872026-07-20T19:13:42.591Z Downloaded uuid v1.23.4
11882026-07-20T19:13:42.594Z Downloaded unsafe-libyaml v0.2.11
11892026-07-20T19:13:42.594Z Downloaded vte v0.14.1
11902026-07-20T19:13:42.597Z Downloaded toml_edit v0.23.10+spec-1.0.0
11912026-07-20T19:13:42.603Z Downloaded steno v0.4.1
11922026-07-20T19:13:42.606Z Downloaded tungstenite v0.21.0
11932026-07-20T19:13:42.612Z Downloaded serde_with v1.14.0
11942026-07-20T19:13:42.615Z Downloaded rsa v0.10.0-rc.18
11952026-07-20T19:13:42.615Z Downloaded reedline v0.40.0
11962026-07-20T19:13:42.618Z Downloaded git2 v0.20.4
11972026-07-20T19:13:42.622Z Downloaded tracing-core v0.1.36
11982026-07-20T19:13:42.630Z Downloaded tungstenite v0.23.0
11992026-07-20T19:13:42.635Z Downloaded chrono v0.4.45
12002026-07-20T19:13:42.635Z Downloaded tokio-postgres v0.7.16
12012026-07-20T19:13:42.651Z Downloaded toml_edit v0.19.15
12022026-07-20T19:13:42.661Z Downloaded url v2.5.8
12032026-07-20T19:13:42.672Z Downloaded unicode_categories v0.1.1
12042026-07-20T19:13:42.672Z Downloaded p384 v0.13.1
12052026-07-20T19:13:42.672Z Downloaded reqwest v0.12.28
12062026-07-20T19:13:42.676Z Downloaded zopfli v0.8.3
12072026-07-20T19:13:42.685Z Downloaded regex v1.12.3
12082026-07-20T19:13:42.692Z Downloaded unicode-segmentation v1.12.0
12092026-07-20T19:13:42.744Z Downloaded yansi v1.0.1
12102026-07-20T19:13:42.770Z Downloaded portable-atomic v1.13.1
12112026-07-20T19:13:42.770Z Downloaded tower v0.5.3
12122026-07-20T19:13:42.770Z Downloaded zerotrie v0.2.3
12132026-07-20T19:13:42.770Z Downloaded zip v0.6.6
12142026-07-20T19:13:42.770Z Downloaded rawzip v0.4.4
12152026-07-20T19:13:42.770Z Downloaded zerocopy-derive v0.8.40
12162026-07-20T19:13:42.770Z Downloaded quick-xml v0.37.5
12172026-07-20T19:13:42.778Z Downloaded lalrpop v0.19.12
12182026-07-20T19:13:42.778Z Downloaded unicode-normalization v0.1.25
12192026-07-20T19:13:42.778Z Downloaded ssh-key v0.7.0-rc.10
12202026-07-20T19:13:42.778Z Downloaded typed-path v0.9.3
12212026-07-20T19:13:42.778Z Downloaded tower-http v0.6.8
12222026-07-20T19:13:42.786Z Downloaded goblin v0.10.5
12232026-07-20T19:13:42.789Z Downloaded x509-cert v0.2.5
12242026-07-20T19:13:42.789Z Downloaded reqwest v0.13.2
12252026-07-20T19:13:42.794Z Downloaded crypto-bigint v0.7.5
12262026-07-20T19:13:42.802Z Downloaded tough v0.22.0
12272026-07-20T19:13:42.806Z Downloaded salty v0.3.0
12282026-07-20T19:13:42.810Z Downloaded moka v0.12.13
12292026-07-20T19:13:42.818Z Downloaded radix_trie v0.2.1
12302026-07-20T19:13:42.825Z Downloaded russh v0.61.2
12312026-07-20T19:13:42.837Z Downloaded proptest v1.10.0
12322026-07-20T19:13:42.842Z Downloaded zip v4.6.1
12332026-07-20T19:13:42.842Z Downloaded bstr v1.12.1
12342026-07-20T19:13:42.842Z Downloaded rayon v1.11.0
12352026-07-20T19:13:42.849Z Downloaded curve25519-dalek v4.1.3
12362026-07-20T19:13:42.854Z Downloaded object v0.30.4
12372026-07-20T19:13:42.860Z Downloaded winnow v0.6.26
12382026-07-20T19:13:42.865Z Downloaded polar-core v0.27.3
12392026-07-20T19:13:42.869Z Downloaded tokio-util v0.7.18
12402026-07-20T19:13:42.872Z Downloaded curve25519-dalek v5.0.0-rc.0
12412026-07-20T19:13:42.875Z Downloaded winnow v1.0.3
12422026-07-20T19:13:42.879Z Downloaded zerovec v0.11.5
12432026-07-20T19:13:42.883Z Downloaded serde_with v3.21.0
12442026-07-20T19:13:42.890Z Downloaded petname v2.0.2
12452026-07-20T19:13:42.895Z Downloaded winnow v0.5.40
12462026-07-20T19:13:42.903Z Downloaded nix v0.27.1
12472026-07-20T19:13:42.907Z Downloaded quinn-proto v0.11.13
12482026-07-20T19:13:42.911Z Downloaded object v0.37.3
12492026-07-20T19:13:42.916Z Downloaded time v0.3.47
12502026-07-20T19:13:42.922Z Downloaded zlib-rs v0.6.2
12512026-07-20T19:13:42.927Z Downloaded dropshot v0.17.1
12522026-07-20T19:13:42.937Z Downloaded nix v0.28.0
12532026-07-20T19:13:42.944Z Downloaded openssl v0.10.79
12542026-07-20T19:13:42.951Z Downloaded openapiv3 v2.2.0
12552026-07-20T19:13:42.960Z Downloaded zerocopy v0.8.40
12562026-07-20T19:13:42.969Z Downloaded tabled v0.20.0
12572026-07-20T19:13:42.977Z Downloaded regress v0.11.1
12582026-07-20T19:13:42.982Z Downloaded regex-syntax v0.6.29
12592026-07-20T19:13:42.986Z Downloaded regex-syntax v0.8.10
12602026-07-20T19:13:42.990Z Downloaded nix v0.31.2
12612026-07-20T19:13:42.997Z Downloaded vcpkg v0.2.15
12622026-07-20T19:13:43.022Z Downloaded smoltcp v0.9.1
12632026-07-20T19:13:43.027Z Downloaded hickory-proto v0.24.4
12642026-07-20T19:13:43.034Z Downloaded regress v0.10.5
12652026-07-20T19:13:43.039Z Downloaded smoltcp v0.11.0
12662026-07-20T19:13:43.050Z Downloaded hickory-proto v0.25.2
12672026-07-20T19:13:43.059Z Downloaded diesel v2.3.7
12682026-07-20T19:13:43.070Z Downloaded rustls v0.23.41
12692026-07-20T19:13:43.094Z Downloaded sqlparser v0.61.0
12702026-07-20T19:13:43.098Z Downloaded rustix v0.38.44
12712026-07-20T19:13:43.134Z Downloaded bzip2-sys v0.1.13+1.0.8
12722026-07-20T19:13:43.176Z Downloaded sled v0.34.7
12732026-07-20T19:13:43.181Z Downloaded fiat-crypto v0.3.0
12742026-07-20T19:13:43.191Z Downloaded zerocopy-derive v0.6.6
12752026-07-20T19:13:43.199Z Downloaded tracing v0.1.44
12762026-07-20T19:13:43.207Z Downloaded sha3 v0.11.0
12772026-07-20T19:13:43.210Z Downloaded ratatui v0.29.0
12782026-07-20T19:13:43.218Z Downloaded typify-impl v0.6.2
12792026-07-20T19:13:43.225Z Downloaded petgraph v0.6.5
12802026-07-20T19:13:43.235Z Downloaded regex-automata v0.4.14
12812026-07-20T19:13:43.243Z Downloaded jiff v0.2.21
12822026-07-20T19:13:43.254Z Downloaded chrono-tz v0.10.4
12832026-07-20T19:13:43.272Z Downloaded petgraph v0.8.3
12842026-07-20T19:13:43.284Z Downloaded csv v1.4.0
12852026-07-20T19:13:43.294Z Downloaded libz-sys v1.1.24
12862026-07-20T19:13:43.306Z Downloaded sha3 v0.10.8
12872026-07-20T19:13:43.316Z Downloaded tokio v1.52.1
12882026-07-20T19:13:43.339Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12892026-07-20T19:13:43.386Z Downloaded encoding_rs v0.8.35
12902026-07-20T19:13:43.430Z Downloaded ring v0.17.14
12912026-07-20T19:13:43.455Z Downloaded libgit2-sys v0.18.3+1.9.2
12922026-07-20T19:13:43.985Z Downloaded aws-lc-sys v0.40.0
12932026-07-20T19:13:44.226Z Compiling libc v0.2.185
12942026-07-20T19:13:44.226Z Compiling serde_core v1.0.228
12952026-07-20T19:13:44.226Z Compiling serde v1.0.228
12962026-07-20T19:13:44.229Z Compiling log v0.4.29
12972026-07-20T19:13:44.229Z Compiling smallvec v1.15.1
12982026-07-20T19:13:44.229Z Compiling shlex v1.3.0
12992026-07-20T19:13:44.229Z Compiling find-msvc-tools v0.1.9
13002026-07-20T19:13:44.229Z Compiling subtle v2.6.1
13012026-07-20T19:13:44.364Z Compiling stable_deref_trait v1.2.1
13022026-07-20T19:13:44.397Z Compiling scopeguard v1.2.0
13032026-07-20T19:13:44.403Z Compiling typenum v1.20.1
13042026-07-20T19:13:44.408Z Compiling serde_json v1.0.150
13052026-07-20T19:13:44.456Z Compiling zerocopy v0.8.40
13062026-07-20T19:13:44.459Z Compiling portable-atomic v1.13.1
13072026-07-20T19:13:44.469Z Compiling syn v2.0.117
13082026-07-20T19:13:44.481Z Compiling parking_lot_core v0.9.12
13092026-07-20T19:13:44.533Z Compiling pin-project-lite v0.2.17
13102026-07-20T19:13:44.574Z Compiling lock_api v0.4.14
13112026-07-20T19:13:44.590Z Compiling getrandom v0.4.1
13122026-07-20T19:13:44.606Z Compiling libm v0.2.16
13132026-07-20T19:13:44.621Z Compiling pkg-config v0.3.32
13142026-07-20T19:13:44.643Z Compiling critical-section v1.2.0
13152026-07-20T19:13:44.656Z Compiling num-traits v0.2.19
13162026-07-20T19:13:44.703Z Compiling futures-core v0.3.32
13172026-07-20T19:13:44.717Z Compiling rand_core v0.10.0
13182026-07-20T19:13:44.747Z Compiling generic-array v0.14.7
13192026-07-20T19:13:44.763Z Compiling percent-encoding v2.3.2
13202026-07-20T19:13:44.818Z Compiling const-oid v0.9.6
13212026-07-20T19:13:44.833Z Compiling writeable v0.6.2
13222026-07-20T19:13:44.872Z Compiling litemap v0.8.1
13232026-07-20T19:13:44.896Z Compiling icu_properties_data v2.1.2
13242026-07-20T19:13:45.018Z Compiling icu_normalizer_data v2.1.1
13252026-07-20T19:13:45.075Z Compiling futures-sink v0.3.32
13262026-07-20T19:13:45.079Z Compiling slab v0.4.12
13272026-07-20T19:13:45.088Z Compiling futures-task v0.3.32
13282026-07-20T19:13:45.091Z Compiling futures-io v0.3.32
13292026-07-20T19:13:45.091Z Compiling utf8_iter v1.0.4
13302026-07-20T19:13:45.141Z Compiling futures-channel v0.3.32
13312026-07-20T19:13:45.154Z Compiling form_urlencoded v1.2.2
13322026-07-20T19:13:45.218Z Compiling rustversion v1.0.22
13332026-07-20T19:13:45.276Z Compiling getrandom v0.3.4
13342026-07-20T19:13:45.280Z Compiling iana-time-zone v0.1.65
13352026-07-20T19:13:45.280Z Compiling fs_extra v1.3.0
13362026-07-20T19:13:45.317Z Compiling jobserver v0.1.34
13372026-07-20T19:13:45.358Z Compiling errno v0.3.14
13382026-07-20T19:13:45.362Z Compiling getrandom v0.2.17
13392026-07-20T19:13:45.401Z Compiling mio v1.2.0
13402026-07-20T19:13:45.406Z Compiling socket2 v0.6.3
13412026-07-20T19:13:45.521Z Compiling rand_core v0.6.4
13422026-07-20T19:13:45.535Z Compiling signal-hook-registry v1.4.8
13432026-07-20T19:13:45.588Z Compiling cc v1.2.56
13442026-07-20T19:13:45.614Z Compiling once_cell v1.21.3
13452026-07-20T19:13:45.629Z Compiling parking_lot v0.12.5
13462026-07-20T19:13:45.655Z Compiling dunce v1.0.5
13472026-07-20T19:13:45.689Z Compiling ident_case v1.0.1
13482026-07-20T19:13:45.717Z Compiling rustix v1.1.3
13492026-07-20T19:13:45.732Z Compiling regex-syntax v0.8.10
13502026-07-20T19:13:45.815Z Compiling base64ct v1.8.3
13512026-07-20T19:13:45.829Z Compiling base64 v0.22.1
13522026-07-20T19:13:45.833Z Compiling vcpkg v0.2.15
13532026-07-20T19:13:45.859Z Compiling tracing-core v0.1.36
13542026-07-20T19:13:45.865Z Compiling aws-lc-rs v1.16.3
13552026-07-20T19:13:45.920Z Compiling flagset v0.4.7
13562026-07-20T19:13:46.027Z Compiling dyn-clone v1.0.20
13572026-07-20T19:13:46.069Z Compiling pem-rfc7468 v0.7.0
13582026-07-20T19:13:46.130Z Compiling tinyvec_macros v0.1.1
13592026-07-20T19:13:46.145Z Compiling schemars v0.8.22
13602026-07-20T19:13:46.166Z Compiling httparse v1.10.1
13612026-07-20T19:13:46.182Z Compiling cmov v0.5.4
13622026-07-20T19:13:46.199Z Compiling rand_core v0.9.5
13632026-07-20T19:13:46.215Z Compiling openssl-probe v0.2.1
13642026-07-20T19:13:46.270Z Compiling tinyvec v1.10.0
13652026-07-20T19:13:46.331Z Compiling cmake v0.1.57
13662026-07-20T19:13:46.345Z Compiling aho-corasick v1.1.4
13672026-07-20T19:13:46.376Z Compiling ctutils v0.4.2
13682026-07-20T19:13:46.405Z Compiling untrusted v0.7.1
13692026-07-20T19:13:46.423Z Compiling atomic-waker v1.1.2
13702026-07-20T19:13:46.484Z Compiling try-lock v0.2.5
13712026-07-20T19:13:46.484Z Compiling tower-service v0.3.3
13722026-07-20T19:13:46.506Z Compiling tower-layer v0.3.3
13732026-07-20T19:13:46.506Z Compiling rustls v0.23.41
13742026-07-20T19:13:46.554Z Compiling bitflags v2.11.0
13752026-07-20T19:13:46.561Z Compiling semver v1.0.28
13762026-07-20T19:13:46.561Z Compiling indexmap v2.14.0
13772026-07-20T19:13:46.574Z Compiling uuid v1.23.4
13782026-07-20T19:13:46.625Z Compiling want v0.3.1
13792026-07-20T19:13:46.641Z Compiling foreign-types-shared v0.1.1
13802026-07-20T19:13:46.648Z Compiling cpufeatures v0.2.17
13812026-07-20T19:13:46.698Z Compiling untrusted v0.9.0
13822026-07-20T19:13:46.743Z Compiling openssl v0.10.79
13832026-07-20T19:13:46.756Z Compiling httpdate v1.0.3
13842026-07-20T19:13:46.756Z Compiling foreign-types v0.3.2
13852026-07-20T19:13:46.796Z Compiling rustc_version v0.4.1
13862026-07-20T19:13:46.812Z Compiling unicode-normalization v0.1.25
13872026-07-20T19:13:46.830Z Compiling spin v0.9.8
13882026-07-20T19:13:46.854Z Compiling time-core v0.1.8
13892026-07-20T19:13:46.908Z Compiling crc32fast v1.5.0
13902026-07-20T19:13:46.980Z Compiling native-tls v0.2.18
13912026-07-20T19:13:46.999Z Compiling powerfmt v0.2.0
13922026-07-20T19:13:47.015Z Compiling num-conv v0.2.0
13932026-07-20T19:13:47.021Z Compiling wait-timeout v0.2.1
13942026-07-20T19:13:47.050Z Compiling sync_wrapper v1.0.2
13952026-07-20T19:13:47.133Z Compiling quick-error v1.2.3
13962026-07-20T19:13:47.148Z Compiling aws-lc-sys v0.40.0
13972026-07-20T19:13:47.164Z Compiling openssl-sys v0.9.115
13982026-07-20T19:13:47.238Z Compiling regex-automata v0.4.14
13992026-07-20T19:13:47.238Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14002026-07-20T19:13:47.250Z Compiling time-macros v0.2.27
14012026-07-20T19:13:47.250Z Compiling deranged v0.5.8
14022026-07-20T19:13:47.267Z Compiling bit-vec v0.8.0
14032026-07-20T19:13:47.285Z Compiling num_threads v0.1.7
14042026-07-20T19:13:47.290Z Compiling simd-adler32 v0.3.8
14052026-07-20T19:13:47.312Z Compiling synstructure v0.13.2
14062026-07-20T19:13:47.329Z Compiling serde_derive_internals v0.29.1
14072026-07-20T19:13:47.400Z Compiling pest_generator v2.8.6
14082026-07-20T19:13:47.521Z Compiling darling_core v0.20.11
14092026-07-20T19:13:47.560Z Compiling usdt-impl v0.6.0
14102026-07-20T19:13:47.668Z Compiling tempfile v3.25.0
14112026-07-20T19:13:47.828Z Compiling siphasher v1.0.2
14122026-07-20T19:13:47.895Z Compiling syn v1.0.109
14132026-07-20T19:13:47.974Z Compiling crossbeam-utils v0.8.21
14142026-07-20T19:13:48.030Z Compiling rusty-fork v0.3.1
14152026-07-20T19:13:48.088Z Compiling bit-set v0.8.0
14162026-07-20T19:13:48.154Z Compiling darling_core v0.23.0
14172026-07-20T19:13:48.190Z Compiling bzip2-sys v0.1.13+1.0.8
14182026-07-20T19:13:48.269Z Compiling heapless v0.7.17
14192026-07-20T19:13:48.318Z Compiling rand_xorshift v0.4.0
14202026-07-20T19:13:48.346Z Compiling slog v2.8.2
14212026-07-20T19:13:48.372Z Compiling thread-id v5.1.0
14222026-07-20T19:13:48.386Z Compiling cookie v0.18.1
14232026-07-20T19:13:48.401Z Compiling signal-hook v0.3.18
14242026-07-20T19:13:48.417Z Compiling iri-string v0.7.10
14252026-07-20T19:13:48.431Z Compiling time v0.3.47
14262026-07-20T19:13:48.435Z Compiling paste v1.0.15
14272026-07-20T19:13:48.465Z Compiling zstd-safe v7.2.4
14282026-07-20T19:13:48.500Z Compiling unicode-bidi v0.3.18
14292026-07-20T19:13:48.517Z Compiling anyhow v1.0.102
14302026-07-20T19:13:48.552Z Compiling ryu v1.0.23
14312026-07-20T19:13:48.572Z Compiling unicode-properties v0.1.4
14322026-07-20T19:13:48.606Z Compiling allocator-api2 v0.2.21
14332026-07-20T19:13:48.611Z Compiling unarray v0.1.4
14342026-07-20T19:13:48.700Z Compiling adler2 v2.0.1
14352026-07-20T19:13:48.807Z Compiling miniz_oxide v0.8.9
14362026-07-20T19:13:48.836Z Compiling stringprep v0.1.5
14372026-07-20T19:13:48.970Z Compiling camino v1.2.2
14382026-07-20T19:13:49.062Z Compiling curve25519-dalek v4.1.3
14392026-07-20T19:13:49.078Z Compiling serde_derive v1.0.228
14402026-07-20T19:13:49.103Z Compiling zeroize_derive v1.4.3
14412026-07-20T19:13:49.314Z Compiling zerofrom-derive v0.1.6
14422026-07-20T19:13:49.378Z Compiling yoke-derive v0.8.1
14432026-07-20T19:13:49.393Z Compiling zerovec-derive v0.11.2
14442026-07-20T19:13:49.440Z Compiling zerocopy-derive v0.8.40
14452026-07-20T19:13:49.454Z Compiling displaydoc v0.2.5
14462026-07-20T19:13:49.585Z Compiling tokio-macros v2.7.0
14472026-07-20T19:13:49.837Z Compiling zeroize v1.8.2
14482026-07-20T19:13:50.056Z Compiling futures-macro v0.3.32
14492026-07-20T19:13:50.094Z Compiling thiserror-impl v2.0.18
14502026-07-20T19:13:50.099Z Compiling tracing-attributes v0.1.31
14512026-07-20T19:13:50.340Z Compiling der_derive v0.7.3
14522026-07-20T19:13:50.435Z Compiling rustls-pki-types v1.14.0
14532026-07-20T19:13:50.596Z Compiling crypto-common v0.1.7
14542026-07-20T19:13:50.603Z Compiling block-buffer v0.10.4
14552026-07-20T19:13:50.629Z Compiling schemars_derive v0.8.22
14562026-07-20T19:13:50.764Z Compiling digest v0.10.7
14572026-07-20T19:13:50.778Z Compiling hybrid-array v0.4.13
14582026-07-20T19:13:50.797Z Compiling zerofrom v0.1.6
14592026-07-20T19:13:50.806Z Compiling pest_derive v2.8.6
14602026-07-20T19:13:50.907Z Compiling yoke v0.8.1
14612026-07-20T19:13:50.924Z Compiling futures-util v0.3.32
14622026-07-20T19:13:50.936Z Compiling scroll_derive v0.13.1
14632026-07-20T19:13:51.030Z Compiling darling_macro v0.20.11
14642026-07-20T19:13:51.113Z Compiling zerovec v0.11.5
14652026-07-20T19:13:51.302Z Compiling zerotrie v0.2.3
14662026-07-20T19:13:51.361Z Compiling der v0.7.10
14672026-07-20T19:13:51.457Z Compiling openssl-macros v0.1.1
14682026-07-20T19:13:51.486Z Compiling tracing v0.1.44
14692026-07-20T19:13:51.502Z Compiling thiserror v2.0.18
14702026-07-20T19:13:51.568Z Compiling tinystr v0.8.2
14712026-07-20T19:13:51.591Z Compiling potential_utf v0.1.4
14722026-07-20T19:13:51.619Z Compiling darling v0.20.11
14732026-07-20T19:13:51.624Z Compiling hmac v0.12.1
14742026-07-20T19:13:51.636Z Compiling sha2 v0.10.9
14752026-07-20T19:13:51.724Z Compiling icu_collections v2.1.1
14762026-07-20T19:13:51.777Z Compiling icu_locale_core v2.1.1
14772026-07-20T19:13:51.821Z Compiling derive_builder_core v0.20.2
14782026-07-20T19:13:51.829Z Compiling dtrace-parser v0.3.0
14792026-07-20T19:13:51.829Z Compiling thiserror-impl v1.0.69
14802026-07-20T19:13:51.836Z Compiling scroll v0.13.0
14812026-07-20T19:13:51.965Z Compiling scroll_derive v0.12.1
14822026-07-20T19:13:52.131Z Compiling goblin v0.10.5
14832026-07-20T19:13:52.212Z Compiling spki v0.7.3
14842026-07-20T19:13:52.432Z Compiling icu_provider v2.1.1
14852026-07-20T19:13:52.572Z Compiling bytes v1.11.1
14862026-07-20T19:13:52.598Z Compiling chrono v0.4.45
14872026-07-20T19:13:52.656Z Compiling ipnet v2.11.0
14882026-07-20T19:13:52.669Z Compiling pkcs8 v0.10.2
14892026-07-20T19:13:52.684Z Compiling icu_properties v2.1.2
14902026-07-20T19:13:52.688Z Compiling icu_normalizer v2.1.1
14912026-07-20T19:13:52.755Z Compiling derive_builder_macro v0.20.2
14922026-07-20T19:13:52.773Z Compiling scroll v0.12.0
14932026-07-20T19:13:52.931Z Compiling toml_datetime v0.6.11
14942026-07-20T19:13:53.029Z Compiling hex v0.4.3
14952026-07-20T19:13:53.047Z Compiling tokio v1.52.1
14962026-07-20T19:13:53.161Z Compiling http v1.4.2
14972026-07-20T19:13:53.168Z Compiling thiserror v1.0.69
14982026-07-20T19:13:53.246Z Compiling serde_tokenstream v0.2.3
14992026-07-20T19:13:53.262Z Compiling serde_urlencoded v0.7.1
15002026-07-20T19:13:53.276Z Compiling erased-serde v0.3.31
15012026-07-20T19:13:53.298Z Compiling serde_spanned v0.6.9
15022026-07-20T19:13:53.314Z Compiling block-buffer v0.12.1
15032026-07-20T19:13:53.339Z Compiling crypto-common v0.2.2
15042026-07-20T19:13:53.391Z Compiling block-padding v0.4.2
15052026-07-20T19:13:53.452Z Compiling signature v2.2.0
15062026-07-20T19:13:53.518Z Compiling md-5 v0.10.6
15072026-07-20T19:13:53.534Z Compiling darling_macro v0.23.0
15082026-07-20T19:13:53.566Z Compiling idna_adapter v1.2.1
15092026-07-20T19:13:53.579Z Compiling rustls-native-certs v0.8.3
15102026-07-20T19:13:53.637Z Compiling bstr v1.12.1
15112026-07-20T19:13:53.702Z Compiling idna v1.1.0
15122026-07-20T19:13:53.716Z Compiling async-trait v0.1.89
15132026-07-20T19:13:53.773Z Compiling pin-project-internal v1.1.11
15142026-07-20T19:13:53.824Z Compiling http-body v1.0.1
15152026-07-20T19:13:53.880Z Compiling ppv-lite86 v0.2.21
15162026-07-20T19:13:54.013Z Compiling url v2.5.8
15172026-07-20T19:13:54.079Z Compiling http-body-util v0.1.3
15182026-07-20T19:13:54.084Z Compiling zerocopy-derive v0.7.35
15192026-07-20T19:13:54.109Z Compiling vergen-lib v9.1.0
15202026-07-20T19:13:54.109Z Compiling num-integer v0.1.46
15212026-07-20T19:13:54.221Z Compiling rand_chacha v0.9.0
15222026-07-20T19:13:54.325Z Compiling rand_chacha v0.3.1
15232026-07-20T19:13:54.343Z Compiling hash32 v0.2.1
15242026-07-20T19:13:54.386Z Compiling memoffset v0.9.1
15252026-07-20T19:13:54.458Z Compiling rand v0.9.2
15262026-07-20T19:13:54.615Z Compiling encoding_rs v0.8.35
15272026-07-20T19:13:54.631Z Compiling psl-types v2.0.11
15282026-07-20T19:13:54.797Z Compiling cfg_aliases v0.2.1
15292026-07-20T19:13:54.806Z Compiling smoltcp v0.9.1
15302026-07-20T19:13:54.843Z Compiling ref-cast v1.0.25
15312026-07-20T19:13:54.857Z Compiling litrs v1.0.0
15322026-07-20T19:13:54.911Z Compiling dof v0.4.0
15332026-07-20T19:13:54.930Z Compiling rustix v0.38.44
15342026-07-20T19:13:54.995Z Compiling zlib-rs v0.6.2
15352026-07-20T19:13:55.011Z Compiling mime v0.3.17
15362026-07-20T19:13:55.078Z Compiling proptest v1.10.0
15372026-07-20T19:13:55.134Z Compiling fallible-iterator v0.2.0
15382026-07-20T19:13:55.149Z Compiling num-bigint-dig v0.8.6
15392026-07-20T19:13:55.251Z Compiling zerocopy v0.7.35
15402026-07-20T19:13:55.279Z Compiling pin-project v1.1.11
15412026-07-20T19:13:55.292Z Compiling nix v0.31.2
15422026-07-20T19:13:55.377Z Compiling ipnetwork v0.21.1
15432026-07-20T19:13:55.392Z Compiling document-features v0.2.12
15442026-07-20T19:13:55.420Z Compiling postgres-protocol v0.6.10
15452026-07-20T19:13:55.478Z Compiling publicsuffix v2.3.0
15462026-07-20T19:13:55.607Z Compiling oxnet v0.1.6
15472026-07-20T19:13:55.669Z Compiling rand v0.8.6
15482026-07-20T19:13:55.789Z Compiling num-iter v0.1.45
15492026-07-20T19:13:55.836Z Compiling darling v0.23.0
15502026-07-20T19:13:55.927Z Compiling inout v0.2.2
15512026-07-20T19:13:55.941Z Compiling derive_builder v0.20.2
15522026-07-20T19:13:55.975Z Compiling goblin v0.8.2
15532026-07-20T19:13:56.040Z Compiling futures-executor v0.3.32
15542026-07-20T19:13:56.063Z Compiling hubpack_derive v0.1.1
15552026-07-20T19:13:56.125Z Compiling regex v1.12.3
15562026-07-20T19:13:56.216Z Compiling daft-derive v0.1.7
15572026-07-20T19:13:56.229Z Compiling snafu-derive v0.8.9
15582026-07-20T19:13:56.255Z Compiling curve25519-dalek-derive v0.1.1
15592026-07-20T19:13:56.282Z Compiling ref-cast-impl v1.0.25
15602026-07-20T19:13:56.311Z Compiling strum_macros v0.27.2
15612026-07-20T19:13:56.550Z Compiling phf_shared v0.13.1
15622026-07-20T19:13:56.563Z Compiling terminal_size v0.4.3
15632026-07-20T19:13:56.566Z Compiling lazy_static v1.5.0
15642026-07-20T19:13:56.634Z Compiling anstyle-parse v0.2.7
15652026-07-20T19:13:56.682Z Compiling cargo-platform v0.3.2
15662026-07-20T19:13:56.718Z Compiling vergen v9.1.0
15672026-07-20T19:13:56.801Z Compiling ff v0.13.1
15682026-07-20T19:13:56.826Z Compiling tokio-util v0.7.18
15692026-07-20T19:13:56.854Z Compiling tower v0.5.3
15702026-07-20T19:13:56.874Z Compiling tokio-native-tls v0.3.1
15712026-07-20T19:13:56.945Z Compiling fs-err v3.3.0
15722026-07-20T19:13:56.959Z Compiling ahash v0.8.12
15732026-07-20T19:13:56.962Z Compiling foldhash v0.1.5
15742026-07-20T19:13:56.986Z Compiling winnow v0.5.40
15752026-07-20T19:13:56.986Z Compiling foldhash v0.2.0
15762026-07-20T19:13:57.000Z Compiling same-file v1.0.6
15772026-07-20T19:13:57.057Z Compiling managed v0.8.0
15782026-07-20T19:13:57.155Z Compiling bumpalo v3.20.2
15792026-07-20T19:13:57.169Z Compiling object v0.37.3
15802026-07-20T19:13:57.197Z Compiling base16ct v0.2.0
15812026-07-20T19:13:57.204Z Compiling libbz2-rs-sys v0.2.2
15822026-07-20T19:13:57.235Z Compiling bitflags v1.3.2
15832026-07-20T19:13:57.284Z Compiling tower-http v0.6.8
15842026-07-20T19:13:57.319Z Compiling unicode-segmentation v1.12.0
15852026-07-20T19:13:57.335Z Compiling sec1 v0.7.3
15862026-07-20T19:13:57.383Z Compiling zopfli v0.8.3
15872026-07-20T19:13:57.428Z Compiling newtype-uuid v1.3.2
15882026-07-20T19:13:57.527Z Compiling h2 v0.4.15
15892026-07-20T19:13:57.621Z Compiling bzip2 v0.6.1
15902026-07-20T19:13:57.698Z Compiling daft v0.1.7
15912026-07-20T19:13:57.821Z Compiling clap_builder v4.6.0
15922026-07-20T19:13:57.884Z Compiling hashbrown v0.16.1
15932026-07-20T19:13:57.896Z Compiling flate2 v1.1.9
15942026-07-20T19:13:57.950Z Compiling walkdir v2.5.0
15952026-07-20T19:13:57.994Z Compiling hashbrown v0.15.5
15962026-07-20T19:13:58.147Z Compiling snafu v0.8.9
15972026-07-20T19:13:58.295Z Compiling toml_edit v0.19.15
15982026-07-20T19:13:58.312Z Compiling strum v0.27.2
15992026-07-20T19:13:58.327Z Compiling dof v0.3.0
16002026-07-20T19:13:58.390Z Compiling group v0.13.0
16012026-07-20T19:13:58.479Z Compiling cargo_metadata v0.23.1
16022026-07-20T19:13:58.514Z Compiling anstream v0.6.21
16032026-07-20T19:13:58.529Z Compiling phf v0.13.1
16042026-07-20T19:13:58.576Z Compiling signal-hook-mio v0.2.5
16052026-07-20T19:13:58.592Z Compiling hubpack v0.1.2
16062026-07-20T19:13:58.621Z Compiling usdt-attr-macro v0.6.0
16072026-07-20T19:13:58.700Z Compiling usdt-macro v0.6.0
16082026-07-20T19:13:58.832Z Compiling cookie_store v0.22.1
16092026-07-20T19:13:58.848Z Compiling futures v0.3.32
16102026-07-20T19:13:58.851Z Compiling bzip2 v0.4.4
16112026-07-20T19:13:58.938Z Compiling cipher v0.5.2
16122026-07-20T19:13:59.061Z Compiling serde_with_macros v3.21.0
16132026-07-20T19:13:59.084Z Compiling postgres-types v0.2.12
16142026-07-20T19:13:59.216Z Compiling zstd v0.13.3
16152026-07-20T19:13:59.505Z Compiling globset v0.4.18
16162026-07-20T19:13:59.520Z Compiling ed25519 v2.2.3
16172026-07-20T19:13:59.535Z Compiling dtrace-parser v0.2.0
16182026-07-20T19:13:59.549Z Compiling pkcs1 v0.7.5
16192026-07-20T19:13:59.552Z Compiling serde-big-array v0.5.1
16202026-07-20T19:13:59.700Z Compiling serde_plain v1.0.2
16212026-07-20T19:13:59.716Z Compiling olpc-cjson v0.1.4
16222026-07-20T19:13:59.884Z Compiling hkdf v0.12.4
16232026-07-20T19:13:59.898Z Compiling crypto-bigint v0.5.5
16242026-07-20T19:13:59.912Z Compiling clap_derive v4.6.1
16252026-07-20T19:13:59.959Z Compiling async-recursion v1.1.1
16262026-07-20T19:14:00.069Z Compiling strum_macros v0.26.4
16272026-07-20T19:14:00.220Z Compiling serde_repr v0.1.20
16282026-07-20T19:14:00.252Z Compiling enum-as-inner v0.6.1
16292026-07-20T19:14:00.308Z Compiling phf_shared v0.11.3
16302026-07-20T19:14:00.397Z Compiling float-cmp v0.10.0
16312026-07-20T19:14:00.441Z Compiling pem v3.0.6
16322026-07-20T19:14:00.508Z Compiling thread-id v4.2.2
16332026-07-20T19:14:00.563Z Compiling memmap2 v0.9.10
16342026-07-20T19:14:00.604Z Compiling env_filter v1.0.0
16352026-07-20T19:14:00.670Z Compiling normalize-line-endings v0.3.0
16362026-07-20T19:14:00.777Z Compiling hyper v1.10.1
16372026-07-20T19:14:00.794Z Compiling difflib v0.4.0
16382026-07-20T19:14:00.809Z Compiling fixedbitset v0.4.2
16392026-07-20T19:14:00.812Z Compiling jiff v0.2.21
16402026-07-20T19:14:00.812Z Compiling const-oid v0.10.2
16412026-07-20T19:14:00.899Z Compiling whoami v2.1.0
16422026-07-20T19:14:00.935Z Compiling cpufeatures v0.3.0
16432026-07-20T19:14:00.974Z Compiling precomputed-hash v0.1.1
16442026-07-20T19:14:01.027Z Compiling fixedbitset v0.5.7
16452026-07-20T19:14:01.041Z Compiling new_debug_unreachable v1.0.6
16462026-07-20T19:14:01.057Z Compiling keccak v0.1.6
16472026-07-20T19:14:01.080Z Compiling predicates-core v1.0.10
16482026-07-20T19:14:01.129Z Compiling data-encoding v2.10.0
16492026-07-20T19:14:01.136Z Compiling either v1.15.0
16502026-07-20T19:14:01.280Z Compiling typed-path v0.9.3
16512026-07-20T19:14:01.319Z Compiling static_assertions v1.1.0
16522026-07-20T19:14:01.358Z Compiling winnow v1.0.3
16532026-07-20T19:14:01.361Z Compiling itertools v0.13.0
16542026-07-20T19:14:01.389Z Compiling toml_edit v0.22.27
16552026-07-20T19:14:01.398Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16562026-07-20T19:14:01.724Z Compiling toml_parser v1.1.2+spec-1.1.0
16572026-07-20T19:14:01.758Z Compiling hickory-proto v0.25.2
16582026-07-20T19:14:01.772Z Compiling clap v4.6.1
16592026-07-20T19:14:01.796Z Compiling petgraph v0.8.3
16602026-07-20T19:14:01.840Z Compiling sha3 v0.10.8
16612026-07-20T19:14:01.862Z Compiling predicates v3.1.4
16622026-07-20T19:14:01.875Z Compiling strum v0.26.3
16632026-07-20T19:14:02.020Z Compiling hyper-util v0.1.20
16642026-07-20T19:14:02.035Z Compiling tokio-postgres v0.7.16
16652026-07-20T19:14:02.331Z Compiling string_cache v0.8.9
16662026-07-20T19:14:02.367Z Compiling chacha20 v0.10.0
16672026-07-20T19:14:02.414Z Compiling digest v0.11.3
16682026-07-20T19:14:02.500Z Compiling petgraph v0.6.5
16692026-07-20T19:14:02.536Z Compiling elliptic-curve v0.13.8
16702026-07-20T19:14:02.559Z Compiling env_logger v0.11.9
16712026-07-20T19:14:02.636Z Compiling usdt v0.6.0
16722026-07-20T19:14:02.649Z Compiling usdt-impl v0.5.0
16732026-07-20T19:14:02.748Z Compiling serde_with v3.21.0
16742026-07-20T19:14:02.920Z Compiling crossterm v0.28.1
16752026-07-20T19:14:02.932Z Compiling rsa v0.9.10
16762026-07-20T19:14:02.948Z Compiling ed25519-dalek v2.2.0
16772026-07-20T19:14:03.294Z Compiling toml v0.7.8
16782026-07-20T19:14:03.647Z Compiling hyper-tls v0.6.0
16792026-07-20T19:14:03.815Z Compiling zip v4.6.1
16802026-07-20T19:14:03.831Z Compiling reqwest v0.12.28
16812026-07-20T19:14:04.059Z Compiling zip v0.6.6
16822026-07-20T19:14:04.127Z Compiling iddqd v0.4.2
16832026-07-20T19:14:04.280Z Compiling heck v0.4.1
16842026-07-20T19:14:04.299Z Compiling similar v2.7.0
16852026-07-20T19:14:04.513Z Compiling tokio-stream v0.1.18
16862026-07-20T19:14:04.529Z Compiling buf-list v1.1.2
16872026-07-20T19:14:04.607Z Compiling byte-wrapper v0.1.0
16882026-07-20T19:14:04.666Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16892026-07-20T19:14:04.681Z Compiling openapiv3 v2.2.0
16902026-07-20T19:14:04.834Z Compiling x509-cert v0.2.5
16912026-07-20T19:14:04.849Z Compiling crossbeam-epoch v0.9.18
16922026-07-20T19:14:04.960Z Compiling lalrpop-util v0.19.12
16932026-07-20T19:14:04.987Z Compiling peg-runtime v0.8.5
16942026-07-20T19:14:05.004Z Compiling thread_local v1.1.9
16952026-07-20T19:14:05.084Z Compiling slog-async v2.8.0
16962026-07-20T19:14:05.183Z Compiling crossbeam-channel v0.5.15
16972026-07-20T19:14:05.198Z Compiling is-terminal v0.4.17
16982026-07-20T19:14:05.202Z Compiling filetime v0.2.27
16992026-07-20T19:14:05.273Z Compiling term v1.2.1
17002026-07-20T19:14:05.295Z Compiling take_mut v0.2.2
17012026-07-20T19:14:05.310Z Compiling xattr v1.6.1
17022026-07-20T19:14:05.397Z Compiling camino-tempfile v1.4.1
17032026-07-20T19:14:05.433Z Compiling tar v0.4.46
17042026-07-20T19:14:05.604Z Compiling slog-term v2.9.2
17052026-07-20T19:14:23.309Z Compiling rustls-webpki v0.103.13
17062026-07-20T19:14:25.969Z Compiling tokio-rustls v0.26.4
17072026-07-20T19:14:25.969Z Compiling rustls-platform-verifier v0.6.2
17082026-07-20T19:14:25.969Z Compiling tough v0.22.0
17092026-07-20T19:14:26.182Z Compiling hyper-rustls v0.27.7
17102026-07-20T19:14:26.393Z Compiling reqwest v0.13.2
17112026-07-20T19:14:28.479Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17122026-07-20T19:14:28.728Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17132026-07-20T19:14:31.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.71s
17142026-07-20T19:14:31.667Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17152026-07-20T19:14:31.734ZJul 20 19:14:30.776 INFO Starting download, target: DendriteStub
17162026-07-20T19:14:31.734ZJul 20 19:14:30.777 INFO Starting download, target: Clickhouse
17172026-07-20T19:14:31.734ZJul 20 19:14:30.777 INFO Starting download, target: Cockroach
17182026-07-20T19:14:31.745ZJul 20 19:14:30.777 INFO Starting download, target: Console
17192026-07-20T19:14:31.745ZJul 20 19:14:30.777 INFO Starting download, target: MaghemiteMgd
17202026-07-20T19:14:31.745ZJul 20 19:14:30.777 INFO Starting download, target: MaghemiteDdmd
17212026-07-20T19:14:31.745ZJul 20 19:14:30.777 INFO Starting download, target: TransceiverControl
17222026-07-20T19:14:31.745ZJul 20 19:14:30.777 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17232026-07-20T19:14:31.745ZJul 20 19:14:30.777 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17242026-07-20T19:14:31.745ZJul 20 19:14:30.777 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17252026-07-20T19:14:31.745ZJul 20 19:14:30.777 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17262026-07-20T19:14:31.746ZJul 20 19:14:30.777 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17272026-07-20T19:14:31.746ZJul 20 19:14:30.777 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17282026-07-20T19:14:31.746ZJul 20 19:14:30.777 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17292026-07-20T19:14:32.263ZJul 20 19:14:31.319 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17302026-07-20T19:14:32.485ZJul 20 19:14:31.536 INFO Download complete, target: TransceiverControl
17312026-07-20T19:14:33.757ZJul 20 19:14:32.800 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17322026-07-20T19:14:34.005ZJul 20 19:14:33.054 INFO Download complete, target: Console
17332026-07-20T19:14:34.434ZJul 20 19:14:33.438 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17342026-07-20T19:14:34.546ZJul 20 19:14:33.541 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17352026-07-20T19:14:34.641ZJul 20 19:14:33.684 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17362026-07-20T19:14:34.661ZJul 20 19:14:33.698 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17372026-07-20T19:14:35.382ZJul 20 19:14:34.437 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17382026-07-20T19:14:35.383ZJul 20 19:14:34.437 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17392026-07-20T19:14:36.514ZJul 20 19:14:35.570 INFO Download complete, target: MaghemiteDdmd
17402026-07-20T19:14:37.471ZJul 20 19:14:36.526 INFO Download complete, target: DendriteStub
17412026-07-20T19:14:37.510ZJul 20 19:14:36.568 INFO Download complete, target: MaghemiteMgd
17422026-07-20T19:14:40.150ZJul 20 19:14:39.206 INFO Checking that binary works, target: Cockroach
17432026-07-20T19:14:40.267ZJul 20 19:14:39.324 INFO Download complete, target: Cockroach
17442026-07-20T19:14:41.370ZJul 20 19:14:40.427 INFO Checking that binary works, target: Clickhouse
17452026-07-20T19:14:41.454ZJul 20 19:14:40.511 INFO Download complete, target: Clickhouse
17462026-07-20T19:14:41.460ZAll prerequisites installed successfully
17472026-07-20T19:14:41.463Z
17482026-07-20T19:14:41.463Zreal 1:46.218860517
17492026-07-20T19:14:41.463Zuser 6:34.688940055
17502026-07-20T19:14:41.463Zsys 1:38.837592285
17512026-07-20T19:14:41.463Ztrap 0.243478773
17522026-07-20T19:14:41.463Ztflt 0.813790497
17532026-07-20T19:14:41.463Zdflt 1.504248519
17542026-07-20T19:14:41.463Zkflt 0.021947340
17552026-07-20T19:14:41.463Zlock 23:26.356292533
17562026-07-20T19:14:41.463Zslp 17:55.694164555
17572026-07-20T19:14:41.463Zlat 24.664216010
17582026-07-20T19:14:41.463Zstop 2:45.166964064
17592026-07-20T19:14:41.464Z+ ptime -m cargo xtask download softnpu
17602026-07-20T19:14:41.900Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
17612026-07-20T19:14:41.927Z Running `target/debug/xtask download softnpu`
17622026-07-20T19:14:42.626Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
17632026-07-20T19:14:42.683Z Running `target/debug/xtask-downloader softnpu`
17642026-07-20T19:14:42.724ZJul 20 19:14:41.782 INFO Starting download, target: Softnpu
17652026-07-20T19:14:42.728ZJul 20 19:14:41.782 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17662026-07-20T19:14:46.102ZJul 20 19:14:45.149 INFO Download complete, target: Softnpu
17672026-07-20T19:14:46.129Z
17682026-07-20T19:14:46.129Zreal 4.628581891
17692026-07-20T19:14:46.129Zuser 1.274481867
17702026-07-20T19:14:46.129Zsys 0.605454628
17712026-07-20T19:14:46.129Ztrap 0.000937160
17722026-07-20T19:14:46.129Ztflt 0.000038112
17732026-07-20T19:14:46.129Zdflt 0.000404033
17742026-07-20T19:14:46.130Zkflt 0.000000000
17752026-07-20T19:14:46.130Zlock 1:06.185710166
17762026-07-20T19:14:46.130Zslp 3.162223369
17772026-07-20T19:14:46.130Zlat 0.123758708
17782026-07-20T19:14:46.130Zstop 0.000201328
17792026-07-20T19:14:46.130Z+ export CARGO_INCREMENTAL=0
17802026-07-20T19:14:46.130Z+ CARGO_INCREMENTAL=0
17812026-07-20T19:14:46.130Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17822026-07-20T19:14:46.956Z Compiling proc-macro2 v1.0.106
17832026-07-20T19:14:46.956Z Compiling quote v1.0.45
17842026-07-20T19:14:46.956Z Compiling unicode-ident v1.0.24
17852026-07-20T19:14:46.961Z Compiling libc v0.2.185
17862026-07-20T19:14:46.961Z Compiling serde_core v1.0.228
17872026-07-20T19:14:46.961Z Compiling serde v1.0.228
17882026-07-20T19:14:46.961Z Compiling cfg-if v1.0.4
17892026-07-20T19:14:46.961Z Compiling version_check v0.9.5
17902026-07-20T19:14:46.961Z Compiling find-msvc-tools v0.1.9
17912026-07-20T19:14:47.103Z Compiling shlex v1.3.0
17922026-07-20T19:14:47.108Z Compiling zmij v1.0.21
17932026-07-20T19:14:47.108Z Compiling memchr v2.8.0
17942026-07-20T19:14:47.115Z Compiling serde_json v1.0.150
17952026-07-20T19:14:47.122Z Compiling autocfg v1.5.0
17962026-07-20T19:14:47.246Z Compiling portable-atomic v1.13.1
17972026-07-20T19:14:47.318Z Compiling zerocopy v0.8.40
17982026-07-20T19:14:47.450Z Compiling getrandom v0.4.1
17992026-07-20T19:14:47.466Z Compiling libm v0.2.16
18002026-07-20T19:14:47.477Z Compiling parking_lot_core v0.9.12
18012026-07-20T19:14:47.496Z Compiling icu_normalizer_data v2.1.1
18022026-07-20T19:14:47.519Z Compiling icu_properties_data v2.1.2
18032026-07-20T19:14:47.609Z Compiling smallvec v1.15.1
18042026-07-20T19:14:47.657Z Compiling generic-array v0.14.7
18052026-07-20T19:14:47.675Z Compiling num-traits v0.2.19
18062026-07-20T19:14:47.749Z Compiling itoa v1.0.17
18072026-07-20T19:14:47.766Z Compiling log v0.4.29
18082026-07-20T19:14:47.829Z Compiling subtle v2.6.1
18092026-07-20T19:14:47.860Z Compiling pkg-config v0.3.32
18102026-07-20T19:14:47.892Z Compiling stable_deref_trait v1.2.1
18112026-07-20T19:14:47.934Z Compiling typenum v1.20.1
18122026-07-20T19:14:48.018Z Compiling scopeguard v1.2.0
18132026-07-20T19:14:48.073Z Compiling rand_core v0.10.0
18142026-07-20T19:14:48.115Z Compiling jobserver v0.1.34
18152026-07-20T19:14:48.139Z Compiling errno v0.3.14
18162026-07-20T19:14:48.139Z Compiling lock_api v0.4.14
18172026-07-20T19:14:48.216Z Compiling thiserror v2.0.18
18182026-07-20T19:14:48.274Z Compiling pin-project-lite v0.2.17
18192026-07-20T19:14:48.312Z Compiling getrandom v0.3.4
18202026-07-20T19:14:48.337Z Compiling cc v1.2.56
18212026-07-20T19:14:48.367Z Compiling equivalent v1.0.2
18222026-07-20T19:14:48.417Z Compiling litemap v0.8.1
18232026-07-20T19:14:48.418Z Compiling writeable v0.6.2
18242026-07-20T19:14:48.418Z Compiling fnv v1.0.7
18252026-07-20T19:14:48.452Z Compiling syn v2.0.117
18262026-07-20T19:14:48.452Z Compiling percent-encoding v2.3.2
18272026-07-20T19:14:48.480Z Compiling getrandom v0.2.17
18282026-07-20T19:14:48.501Z Compiling rustversion v1.0.22
18292026-07-20T19:14:48.565Z Compiling schemars v0.8.22
18302026-07-20T19:14:48.647Z Compiling rand_core v0.6.4
18312026-07-20T19:14:48.673Z Compiling dunce v1.0.5
18322026-07-20T19:14:48.723Z Compiling rustix v1.1.3
18332026-07-20T19:14:48.752Z Compiling critical-section v1.2.0
18342026-07-20T19:14:48.752Z Compiling fs_extra v1.3.0
18352026-07-20T19:14:48.837Z Compiling hashbrown v0.17.0
18362026-07-20T19:14:48.914Z Compiling signal-hook-registry v1.4.8
18372026-07-20T19:14:49.012Z Compiling heck v0.5.0
18382026-07-20T19:14:49.012Z Compiling utf8_iter v1.0.4
18392026-07-20T19:14:49.092Z Compiling cmake v0.1.57
18402026-07-20T19:14:49.130Z Compiling once_cell v1.21.3
18412026-07-20T19:14:49.226Z Compiling strsim v0.11.1
18422026-07-20T19:14:49.252Z Compiling parking_lot v0.12.5
18432026-07-20T19:14:49.345Z Compiling form_urlencoded v1.2.2
18442026-07-20T19:14:49.442Z Compiling mio v1.2.0
18452026-07-20T19:14:49.459Z Compiling socket2 v0.6.3
18462026-07-20T19:14:49.459Z Compiling ident_case v1.0.1
18472026-07-20T19:14:49.546Z Compiling semver v1.0.28
18482026-07-20T19:14:49.564Z Compiling indexmap v2.14.0
18492026-07-20T19:14:49.598Z Compiling futures-core v0.3.32
18502026-07-20T19:14:49.624Z Compiling aws-lc-rs v1.16.3
18512026-07-20T19:14:49.624Z Compiling aws-lc-sys v0.40.0
18522026-07-20T19:14:49.701Z Compiling bitflags v2.11.0
18532026-07-20T19:14:49.785Z Compiling httparse v1.10.1
18542026-07-20T19:14:50.085Z Compiling thiserror v1.0.69
18552026-07-20T19:14:50.105Z Compiling ucd-trie v0.1.7
18562026-07-20T19:14:50.137Z Compiling byteorder v1.5.0
18572026-07-20T19:14:50.221Z Compiling iana-time-zone v0.1.65
18582026-07-20T19:14:50.255Z Compiling syn v1.0.109
18592026-07-20T19:14:50.260Z Compiling pest v2.8.6
18602026-07-20T19:14:50.260Z Compiling const-oid v0.9.6
18612026-07-20T19:14:50.260Z Compiling vcpkg v0.2.15
18622026-07-20T19:14:50.316Z Compiling regex-syntax v0.8.10
18632026-07-20T19:14:50.594Z Compiling uuid v1.23.4
18642026-07-20T19:14:50.729Z Compiling rustc_version v0.4.1
18652026-07-20T19:14:50.746Z Compiling rustls v0.23.41
18662026-07-20T19:14:50.801Z Compiling futures-sink v0.3.32
18672026-07-20T19:14:50.858Z Compiling openssl-sys v0.9.115
18682026-07-20T19:14:50.921Z Compiling futures-channel v0.3.32
18692026-07-20T19:14:50.968Z Compiling aho-corasick v1.1.4
18702026-07-20T19:14:51.001Z Compiling futures-task v0.3.32
18712026-07-20T19:14:51.032Z Compiling futures-io v0.3.32
18722026-07-20T19:14:51.232Z Compiling synstructure v0.13.2
18732026-07-20T19:14:51.232Z Compiling serde_derive_internals v0.29.1
18742026-07-20T19:14:51.237Z Compiling slab v0.4.12
18752026-07-20T19:14:51.364Z Compiling pest_meta v2.8.6
18762026-07-20T19:14:51.380Z Compiling num-conv v0.2.0
18772026-07-20T19:14:51.440Z Compiling crc32fast v1.5.0
18782026-07-20T19:14:51.462Z Compiling time-core v0.1.8
18792026-07-20T19:14:51.475Z Compiling dyn-clone v1.0.20
18802026-07-20T19:14:51.546Z Compiling plain v0.2.3
18812026-07-20T19:14:51.623Z Compiling time-macros v0.2.27
18822026-07-20T19:14:51.687Z Compiling base64 v0.22.1
18832026-07-20T19:14:51.708Z Compiling crossbeam-utils v0.8.21
18842026-07-20T19:14:51.757Z Compiling pretty-hex v0.4.1
18852026-07-20T19:14:51.776Z Compiling openssl v0.10.79
18862026-07-20T19:14:51.823Z Compiling regex-automata v0.4.14
18872026-07-20T19:14:51.885Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18882026-07-20T19:14:51.951Z Compiling native-tls v0.2.18
18892026-07-20T19:14:52.016Z Compiling pest_generator v2.8.6
18902026-07-20T19:14:52.064Z Compiling anyhow v1.0.102
18912026-07-20T19:14:52.134Z Compiling rand_core v0.9.5
18922026-07-20T19:14:52.303Z Compiling slog v2.8.2
18932026-07-20T19:14:52.348Z Compiling tracing-core v0.1.36
18942026-07-20T19:14:52.426Z Compiling cookie v0.18.1
18952026-07-20T19:14:52.461Z Compiling serde_derive v1.0.228
18962026-07-20T19:14:52.540Z Compiling zeroize_derive v1.4.3
18972026-07-20T19:14:52.599Z Compiling zerofrom-derive v0.1.6
18982026-07-20T19:14:52.614Z Compiling yoke-derive v0.8.1
18992026-07-20T19:14:52.617Z Compiling zerovec-derive v0.11.2
19002026-07-20T19:14:52.628Z Compiling displaydoc v0.2.5
19012026-07-20T19:14:52.643Z Compiling zerocopy-derive v0.8.40
19022026-07-20T19:14:52.675Z Compiling tokio-macros v2.7.0
19032026-07-20T19:14:52.679Z Compiling futures-macro v0.3.32
19042026-07-20T19:14:52.750Z Compiling thiserror-impl v2.0.18
19052026-07-20T19:14:52.880Z Compiling schemars_derive v0.8.22
19062026-07-20T19:14:53.162Z Compiling zeroize v1.8.2
19072026-07-20T19:14:53.379Z Compiling tracing-attributes v0.1.31
19082026-07-20T19:14:53.423Z Compiling der_derive v0.7.3
19092026-07-20T19:14:53.461Z Compiling thiserror-impl v1.0.69
19102026-07-20T19:14:53.569Z Compiling pest_derive v2.8.6
19112026-07-20T19:14:53.660Z Compiling futures-util v0.3.32
19122026-07-20T19:14:53.720Z Compiling zerofrom v0.1.6
19132026-07-20T19:14:53.865Z Compiling yoke v0.8.1
19142026-07-20T19:14:53.957Z Compiling crypto-common v0.1.7
19152026-07-20T19:14:54.049Z Compiling zerovec v0.11.5
19162026-07-20T19:14:54.065Z Compiling zerotrie v0.2.3
19172026-07-20T19:14:54.102Z Compiling block-buffer v0.10.4
19182026-07-20T19:14:54.294Z Compiling digest v0.10.7
19192026-07-20T19:14:54.553Z Compiling scroll_derive v0.13.1
19202026-07-20T19:14:54.560Z Compiling scroll_derive v0.12.1
19212026-07-20T19:14:54.584Z Compiling openssl-macros v0.1.1
19222026-07-20T19:14:54.591Z Compiling regex v1.12.3
19232026-07-20T19:14:54.634Z Compiling tinystr v0.8.2
19242026-07-20T19:14:54.684Z Compiling potential_utf v0.1.4
19252026-07-20T19:14:54.833Z Compiling icu_locale_core v2.1.1
19262026-07-20T19:14:54.865Z Compiling icu_collections v2.1.1
19272026-07-20T19:14:55.007Z Compiling zerocopy-derive v0.7.35
19282026-07-20T19:14:55.221Z Compiling base64ct v1.8.3
19292026-07-20T19:14:55.280Z Compiling camino v1.2.2
19302026-07-20T19:14:55.369Z Compiling tracing v0.1.44
19312026-07-20T19:14:55.521Z Compiling pem-rfc7468 v0.7.0
19322026-07-20T19:14:55.594Z Compiling bytes v1.11.1
19332026-07-20T19:14:55.614Z Compiling icu_provider v2.1.1
19342026-07-20T19:14:55.619Z Compiling chrono v0.4.45
19352026-07-20T19:14:55.660Z Compiling serde_tokenstream v0.2.3
19362026-07-20T19:14:55.958Z Compiling icu_properties v2.1.2
19372026-07-20T19:14:55.976Z Compiling icu_normalizer v2.1.1
19382026-07-20T19:14:56.211Z Compiling tokio v1.52.1
19392026-07-20T19:14:56.419Z Compiling http v1.4.2
19402026-07-20T19:14:57.030Z Compiling idna_adapter v1.2.1
19412026-07-20T19:14:57.120Z Compiling ppv-lite86 v0.2.21
19422026-07-20T19:14:57.157Z Compiling idna v1.1.0
19432026-07-20T19:14:57.351Z Compiling flagset v0.4.7
19442026-07-20T19:14:57.436Z Compiling rand_chacha v0.9.0
19452026-07-20T19:14:57.448Z Compiling der v0.7.10
19462026-07-20T19:14:57.506Z Compiling url v2.5.8
19472026-07-20T19:14:57.506Z Compiling http-body v1.0.1
19482026-07-20T19:14:57.666Z Compiling rustls-pki-types v1.14.0
19492026-07-20T19:14:57.801Z Compiling usdt-impl v0.5.0
19502026-07-20T19:14:57.923Z Compiling usdt-impl v0.6.0
19512026-07-20T19:14:57.945Z Compiling ref-cast v1.0.25
19522026-07-20T19:14:57.963Z Compiling fastrand v2.3.0
19532026-07-20T19:14:58.088Z Compiling cmov v0.5.4
19542026-07-20T19:14:58.186Z Compiling tinyvec_macros v0.1.1
19552026-07-20T19:14:58.199Z Compiling paste v1.0.15
19562026-07-20T19:14:58.265Z Compiling either v1.15.0
19572026-07-20T19:14:58.307Z Compiling openssl-probe v0.2.1
19582026-07-20T19:14:58.479Z Compiling ctutils v0.4.2
19592026-07-20T19:14:58.511Z Compiling spki v0.7.3
19602026-07-20T19:14:58.545Z Compiling tinyvec v1.10.0
19612026-07-20T19:14:58.626Z Compiling rand v0.9.2
19622026-07-20T19:14:58.731Z Compiling serde_spanned v0.6.9
19632026-07-20T19:14:58.748Z Compiling toml_datetime v0.6.11
19642026-07-20T19:14:58.765Z Compiling scroll v0.13.0
19652026-07-20T19:14:58.882Z Compiling scroll v0.12.0
19662026-07-20T19:14:58.901Z Compiling async-trait v0.1.89
19672026-07-20T19:14:58.901Z Compiling heapless v0.7.17
19682026-07-20T19:14:59.018Z Compiling bzip2-sys v0.1.13+1.0.8
19692026-07-20T19:14:59.062Z Compiling untrusted v0.7.1
19702026-07-20T19:14:59.066Z Compiling rustix v0.38.44
19712026-07-20T19:14:59.094Z Compiling try-lock v0.2.5
19722026-07-20T19:14:59.173Z Compiling signal-hook v0.3.18
19732026-07-20T19:14:59.195Z Compiling atomic-waker v1.1.2
19742026-07-20T19:14:59.210Z Compiling litrs v1.0.0
19752026-07-20T19:14:59.214Z Compiling winnow v0.7.14
19762026-07-20T19:14:59.240Z Compiling zstd-safe v7.2.4
19772026-07-20T19:14:59.245Z Compiling tower-service v0.3.3
19782026-07-20T19:14:59.335Z Compiling winnow v1.0.3
19792026-07-20T19:14:59.351Z Compiling tower-layer v0.3.3
19802026-07-20T19:14:59.368Z Compiling cpufeatures v0.2.17
19812026-07-20T19:14:59.430Z Compiling want v0.3.1
19822026-07-20T19:14:59.487Z Compiling goblin v0.8.2
19832026-07-20T19:14:59.636Z Compiling goblin v0.10.5
19842026-07-20T19:14:59.702Z Compiling toml_parser v1.1.2+spec-1.1.0
19852026-07-20T19:14:59.718Z Compiling document-features v0.2.12
19862026-07-20T19:14:59.819Z Compiling hybrid-array v0.4.13
19872026-07-20T19:15:00.061Z Compiling tokio-util v0.7.18
19882026-07-20T19:15:00.281Z Compiling zerocopy v0.7.35
19892026-07-20T19:15:00.297Z Compiling ipnet v2.11.0
19902026-07-20T19:15:00.652Z Compiling ref-cast-impl v1.0.25
19912026-07-20T19:15:00.668Z Compiling darling_core v0.20.11
19922026-07-20T19:15:00.673Z Compiling curve25519-dalek v4.1.3
19932026-07-20T19:15:00.732Z Compiling memoffset v0.9.1
19942026-07-20T19:15:00.761Z Compiling h2 v0.4.15
19952026-07-20T19:15:00.869Z Compiling powerfmt v0.2.0
19962026-07-20T19:15:00.976Z Compiling utf8parse v0.2.2
19972026-07-20T19:15:01.032Z Compiling foreign-types-shared v0.1.1
19982026-07-20T19:15:01.151Z Compiling httpdate v1.0.3
19992026-07-20T19:15:01.220Z Compiling untrusted v0.9.0
20002026-07-20T19:15:01.338Z Compiling winnow v0.5.40
20012026-07-20T19:15:01.466Z Compiling tempfile v3.25.0
20022026-07-20T19:15:01.540Z Compiling foreign-types v0.3.2
20032026-07-20T19:15:01.554Z Compiling deranged v0.5.8
20042026-07-20T19:15:01.624Z Compiling unicode-normalization v0.1.25
20052026-07-20T19:15:01.856Z Compiling dof v0.3.0
20062026-07-20T19:15:02.126Z Compiling pkcs8 v0.10.2
20072026-07-20T19:15:02.286Z Compiling dtrace-parser v0.2.0
20082026-07-20T19:15:02.362Z Compiling dof v0.4.0
20092026-07-20T19:15:02.597Z Compiling darling_macro v0.20.11
20102026-07-20T19:15:02.680Z Compiling toml_edit v0.19.15
20112026-07-20T19:15:02.794Z Compiling dtrace-parser v0.3.0
20122026-07-20T19:15:02.889Z Compiling pin-project-internal v1.1.11
20132026-07-20T19:15:03.096Z Compiling daft-derive v0.1.7
20142026-07-20T19:15:03.173Z Compiling spin v0.9.8
20152026-07-20T19:15:03.184Z Compiling thread-id v5.1.0
20162026-07-20T19:15:03.250Z Compiling thread-id v4.2.2
20172026-07-20T19:15:03.348Z Compiling anstyle v1.0.14
20182026-07-20T19:15:03.398Z Compiling smoltcp v0.9.1
20192026-07-20T19:15:03.442Z Compiling num_threads v0.1.7
20202026-07-20T19:15:03.554Z Compiling cfg_aliases v0.2.1
20212026-07-20T19:15:03.589Z Compiling num-bigint-dig v0.8.6
20222026-07-20T19:15:03.654Z Compiling nix v0.31.2
20232026-07-20T19:15:03.700Z Compiling time v0.3.47
20242026-07-20T19:15:03.831Z Compiling darling v0.20.11
20252026-07-20T19:15:03.915Z Compiling hyper v1.10.1
20262026-07-20T19:15:04.045Z Compiling sha2 v0.10.9
20272026-07-20T19:15:04.262Z Compiling ipnetwork v0.21.1
20282026-07-20T19:15:04.352Z Compiling hmac v0.12.1
20292026-07-20T19:15:04.476Z Compiling strum_macros v0.26.4
20302026-07-20T19:15:04.517Z Compiling curve25519-dalek-derive v0.1.1
20312026-07-20T19:15:04.687Z Compiling darling_core v0.23.0
20322026-07-20T19:15:04.802Z Compiling sync_wrapper v1.0.2
20332026-07-20T19:15:04.933Z Compiling wait-timeout v0.2.1
20342026-07-20T19:15:05.078Z Compiling hyper-util v0.1.20
20352026-07-20T19:15:05.181Z Compiling quick-error v1.2.3
20362026-07-20T19:15:05.322Z Compiling simd-adler32 v0.3.8
20372026-07-20T19:15:05.422Z Compiling anstyle-query v1.1.5
20382026-07-20T19:15:05.575Z Compiling bit-vec v0.8.0
20392026-07-20T19:15:05.747Z Compiling is_terminal_polyfill v1.70.2
20402026-07-20T19:15:05.764Z Compiling siphasher v1.0.2
20412026-07-20T19:15:05.826Z Compiling colorchoice v1.0.4
20422026-07-20T19:15:05.891Z Compiling bit-set v0.8.0
20432026-07-20T19:15:06.114Z Compiling rusty-fork v0.3.1
20442026-07-20T19:15:06.149Z Compiling tower v0.5.3
20452026-07-20T19:15:06.733Z Compiling derive_builder_core v0.20.2
20462026-07-20T19:15:06.768Z Compiling http-body-util v0.1.3
20472026-07-20T19:15:06.796Z Compiling hubpack_derive v0.1.1
20482026-07-20T19:15:06.840Z Compiling strum_macros v0.27.2
20492026-07-20T19:15:06.884Z Compiling darling_macro v0.23.0
20502026-07-20T19:15:06.958Z Compiling snafu-derive v0.8.9
20512026-07-20T19:15:06.977Z Compiling rand_xorshift v0.4.0
20522026-07-20T19:15:07.179Z Compiling fs-err v3.3.0
20532026-07-20T19:15:07.179Z Compiling ahash v0.8.12
20542026-07-20T19:15:07.339Z Compiling iri-string v0.7.10
20552026-07-20T19:15:07.388Z Compiling object v0.37.3
20562026-07-20T19:15:07.403Z Compiling unicode-bidi v0.3.18
20572026-07-20T19:15:07.414Z Compiling unicode-properties v0.1.4
20582026-07-20T19:15:07.614Z Compiling allocator-api2 v0.2.21
20592026-07-20T19:15:07.665Z Compiling unarray v0.1.4
20602026-07-20T19:15:07.672Z Compiling unicode-segmentation v1.12.0
20612026-07-20T19:15:07.874Z Compiling adler2 v2.0.1
20622026-07-20T19:15:07.968Z Compiling ryu v1.0.23
20632026-07-20T19:15:07.984Z Compiling miniz_oxide v0.8.9
20642026-07-20T19:15:08.055Z Compiling proptest v1.10.0
20652026-07-20T19:15:08.061Z Compiling stringprep v0.1.5
20662026-07-20T19:15:08.152Z Compiling serde_urlencoded v0.7.1
20672026-07-20T19:15:08.442Z Compiling derive_builder_macro v0.20.2
20682026-07-20T19:15:08.448Z Compiling darling v0.23.0
20692026-07-20T19:15:08.463Z Compiling tower-http v0.6.8
20702026-07-20T19:15:08.556Z Compiling tokio-native-tls v0.3.1
20712026-07-20T19:15:08.624Z Compiling usdt-attr-macro v0.6.0
20722026-07-20T19:15:08.640Z Compiling usdt-macro v0.6.0
20732026-07-20T19:15:08.699Z Compiling anstyle-parse v1.0.0
20742026-07-20T19:15:08.738Z Compiling crypto-common v0.2.2
20752026-07-20T19:15:08.811Z Compiling block-buffer v0.12.1
20762026-07-20T19:15:08.895Z Compiling block-padding v0.4.2
20772026-07-20T19:15:09.182Z Compiling rustls-native-certs v0.8.3
20782026-07-20T19:15:09.318Z Compiling rand_chacha v0.3.1
20792026-07-20T19:15:09.373Z Compiling hex v0.4.3
20802026-07-20T19:15:09.391Z Compiling erased-serde v0.3.31
20812026-07-20T19:15:09.412Z Compiling signature v2.2.0
20822026-07-20T19:15:09.457Z Compiling md-5 v0.10.6
20832026-07-20T19:15:09.462Z Compiling bstr v1.12.1
20842026-07-20T19:15:09.551Z Compiling num-integer v0.1.46
20852026-07-20T19:15:09.594Z Compiling hash32 v0.2.1
20862026-07-20T19:15:09.642Z Compiling vergen-lib v9.1.0
20872026-07-20T19:15:09.745Z Compiling encoding_rs v0.8.35
20882026-07-20T19:15:09.830Z Compiling psl-types v2.0.11
20892026-07-20T19:15:09.853Z Compiling fallible-iterator v0.2.0
20902026-07-20T19:15:09.866Z Compiling mime v0.3.17
20912026-07-20T19:15:09.898Z Compiling zlib-rs v0.6.2
20922026-07-20T19:15:10.017Z Compiling cpufeatures v0.3.0
20932026-07-20T19:15:10.111Z Compiling postgres-protocol v0.6.10
20942026-07-20T19:15:10.131Z Compiling newtype-uuid v1.3.2
20952026-07-20T19:15:10.166Z Compiling publicsuffix v2.3.0
20962026-07-20T19:15:10.354Z Compiling num-iter v0.1.45
20972026-07-20T19:15:10.493Z Compiling rand v0.8.6
20982026-07-20T19:15:10.844Z Compiling oxnet v0.1.6
20992026-07-20T19:15:10.924Z Compiling inout v0.2.2
21002026-07-20T19:15:10.958Z Compiling derive_builder v0.20.2
21012026-07-20T19:15:10.981Z Compiling anstream v1.0.0
21022026-07-20T19:15:11.029Z Compiling hyper-tls v0.6.0
21032026-07-20T19:15:11.096Z Compiling serde_with_macros v3.21.0
21042026-07-20T19:15:11.129Z Compiling heck v0.4.1
21052026-07-20T19:15:11.178Z Compiling phf_shared v0.13.1
21062026-07-20T19:15:11.253Z Compiling pin-project v1.1.11
21072026-07-20T19:15:11.316Z Compiling lazy_static v1.5.0
21082026-07-20T19:15:11.331Z Compiling anstyle-parse v0.2.7
21092026-07-20T19:15:11.430Z Compiling terminal_size v0.4.3
21102026-07-20T19:15:11.461Z Compiling futures-executor v0.3.32
21112026-07-20T19:15:11.492Z Compiling clap_derive v4.6.1
21122026-07-20T19:15:11.510Z Compiling async-recursion v1.1.1
21132026-07-20T19:15:11.527Z Compiling enum-as-inner v0.6.1
21142026-07-20T19:15:11.530Z Compiling serde_repr v0.1.20
21152026-07-20T19:15:11.726Z Compiling ff v0.13.1
21162026-07-20T19:15:11.792Z Compiling vergen v9.1.0
21172026-07-20T19:15:11.827Z Compiling cargo-platform v0.3.2
21182026-07-20T19:15:11.936Z Compiling flate2 v1.1.9
21192026-07-20T19:15:12.058Z Compiling foldhash v0.2.0
21202026-07-20T19:15:12.095Z Compiling managed v0.8.0
21212026-07-20T19:15:12.146Z Compiling clap_lex v1.0.0
21222026-07-20T19:15:12.250Z Compiling base16ct v0.2.0
21232026-07-20T19:15:12.294Z Compiling bitflags v1.3.2
21242026-07-20T19:15:12.364Z Compiling libbz2-rs-sys v0.2.2
21252026-07-20T19:15:12.381Z Compiling foldhash v0.1.5
21262026-07-20T19:15:12.419Z Compiling bumpalo v3.20.2
21272026-07-20T19:15:12.451Z Compiling same-file v1.0.6
21282026-07-20T19:15:12.564Z Compiling walkdir v2.5.0
21292026-07-20T19:15:12.585Z Compiling hashbrown v0.15.5
21302026-07-20T19:15:12.613Z Compiling sec1 v0.7.3
21312026-07-20T19:15:12.672Z Compiling zopfli v0.8.3
21322026-07-20T19:15:12.720Z Compiling clap_builder v4.6.0
21332026-07-20T19:15:12.851Z Compiling bzip2 v0.6.1
21342026-07-20T19:15:12.886Z Compiling hashbrown v0.16.1
21352026-07-20T19:15:13.094Z Compiling cargo_metadata v0.23.1
21362026-07-20T19:15:13.142Z Compiling group v0.13.0
21372026-07-20T19:15:13.334Z Compiling futures v0.3.32
21382026-07-20T19:15:13.696Z Compiling anstream v0.6.21
21392026-07-20T19:15:13.794Z Compiling phf v0.13.1
21402026-07-20T19:15:13.968Z Compiling zstd v0.13.3
21412026-07-20T19:15:13.995Z Compiling snafu v0.8.9
21422026-07-20T19:15:14.098Z Compiling reqwest v0.12.28
21432026-07-20T19:15:14.244Z Compiling daft v0.1.7
21442026-07-20T19:15:14.345Z Compiling signal-hook-mio v0.2.5
21452026-07-20T19:15:14.538Z Compiling cipher v0.5.2
21462026-07-20T19:15:14.563Z Compiling cookie_store v0.22.1
21472026-07-20T19:15:14.584Z Compiling postgres-types v0.2.12
21482026-07-20T19:15:14.591Z Compiling bzip2 v0.4.4
21492026-07-20T19:15:14.709Z Compiling globset v0.4.18
21502026-07-20T19:15:14.760Z Compiling ed25519 v2.2.3
21512026-07-20T19:15:14.787Z Compiling strum v0.27.2
21522026-07-20T19:15:14.938Z Compiling hubpack v0.1.2
21532026-07-20T19:15:14.995Z Compiling phf_shared v0.11.3
21542026-07-20T19:15:15.041Z Compiling hkdf v0.12.4
21552026-07-20T19:15:15.057Z Compiling crossbeam-epoch v0.9.18
21562026-07-20T19:15:15.131Z Compiling pkcs1 v0.7.5
21572026-07-20T19:15:15.156Z Compiling olpc-cjson v0.1.4
21582026-07-20T19:15:15.401Z Compiling serde_plain v1.0.2
21592026-07-20T19:15:15.428Z Compiling serde-big-array v0.5.1
21602026-07-20T19:15:15.523Z Compiling crypto-bigint v0.5.5
21612026-07-20T19:15:15.584Z Compiling pem v3.0.6
21622026-07-20T19:15:15.640Z Compiling float-cmp v0.10.0
21632026-07-20T19:15:15.656Z Compiling memmap2 v0.9.10
21642026-07-20T19:15:15.671Z Compiling env_filter v1.0.0
21652026-07-20T19:15:15.805Z Compiling predicates-core v1.0.10
21662026-07-20T19:15:15.927Z Compiling data-encoding v2.10.0
21672026-07-20T19:15:15.957Z Compiling typed-path v0.9.3
21682026-07-20T19:15:15.957Z Compiling jiff v0.2.21
21692026-07-20T19:15:15.966Z Compiling const-oid v0.10.2
21702026-07-20T19:15:15.983Z Compiling keccak v0.1.6
21712026-07-20T19:15:15.999Z Compiling static_assertions v1.1.0
21722026-07-20T19:15:16.087Z Compiling toml_write v0.1.2
21732026-07-20T19:15:16.152Z Compiling difflib v0.4.0
21742026-07-20T19:15:16.168Z Compiling precomputed-hash v0.1.1
21752026-07-20T19:15:16.197Z Compiling fixedbitset v0.5.7
21762026-07-20T19:15:16.414Z Compiling normalize-line-endings v0.3.0
21772026-07-20T19:15:16.447Z Compiling fixedbitset v0.4.2
21782026-07-20T19:15:16.492Z Compiling new_debug_unreachable v1.0.6
21792026-07-20T19:15:16.521Z Compiling whoami v2.1.0
21802026-07-20T19:15:16.522Z Compiling predicates v3.1.4
21812026-07-20T19:15:16.534Z Compiling string_cache v0.8.9
21822026-07-20T19:15:16.549Z Compiling elliptic-curve v0.13.8
21832026-07-20T19:15:16.625Z Compiling petgraph v0.6.5
21842026-07-20T19:15:16.681Z Compiling petgraph v0.8.3
21852026-07-20T19:15:16.699Z Compiling chacha20 v0.10.0
21862026-07-20T19:15:16.736Z Compiling tokio-postgres v0.7.16
21872026-07-20T19:15:16.766Z Compiling toml_edit v0.22.27
21882026-07-20T19:15:16.883Z Compiling hickory-proto v0.25.2
21892026-07-20T19:15:16.898Z Compiling sha3 v0.10.8
21902026-07-20T19:15:16.916Z Compiling digest v0.11.3
21912026-07-20T19:15:17.078Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21922026-07-20T19:15:17.136Z Compiling env_logger v0.11.9
21932026-07-20T19:15:17.136Z Compiling usdt v0.6.0
21942026-07-20T19:15:17.516Z Compiling rsa v0.9.10
21952026-07-20T19:15:18.560Z Compiling zip v4.6.1
21962026-07-20T19:15:18.773Z Compiling ed25519-dalek v2.2.0
21972026-07-20T19:15:18.858Z Compiling zip v0.6.6
21982026-07-20T19:15:19.089Z Compiling iddqd v0.4.2
21992026-07-20T19:15:19.389Z Compiling crossterm v0.28.1
22002026-07-20T19:15:19.488Z Compiling clap v4.6.1
22012026-07-20T19:15:19.535Z Compiling serde_with v3.21.0
22022026-07-20T19:15:19.606Z Compiling similar v2.7.0
22032026-07-20T19:15:19.787Z Compiling byte-wrapper v0.1.0
22042026-07-20T19:15:19.805Z Compiling strum v0.26.3
22052026-07-20T19:15:19.844Z Compiling toml v0.7.8
22062026-07-20T19:15:19.973Z Compiling tokio-stream v0.1.18
22072026-07-20T19:15:20.110Z Compiling buf-list v1.1.2
22082026-07-20T19:15:20.351Z Compiling x509-cert v0.2.5
22092026-07-20T19:15:20.367Z Compiling itertools v0.13.0
22102026-07-20T19:15:20.451Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22112026-07-20T19:15:20.566Z Compiling openapiv3 v2.2.0
22122026-07-20T19:15:21.339Z Compiling peg-runtime v0.8.5
22132026-07-20T19:15:21.380Z Compiling lalrpop-util v0.19.12
22142026-07-20T19:15:37.725Z Compiling rustls-webpki v0.103.13
22152026-07-20T19:15:39.038Z Compiling macaddr v1.0.1
22162026-07-20T19:15:39.135Z Compiling structmeta-derive v0.3.0
22172026-07-20T19:15:39.188Z Compiling darling_core v0.21.3
22182026-07-20T19:15:39.211Z Compiling crucible-workspace-hack v0.1.0
22192026-07-20T19:15:39.333Z Compiling rayon-core v1.13.0
22202026-07-20T19:15:39.416Z Compiling itertools v0.14.0
22212026-07-20T19:15:39.474Z Compiling secrecy v0.10.3
22222026-07-20T19:15:39.595Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22232026-07-20T19:15:39.623Z Compiling toml_datetime v0.7.5+spec-1.1.0
22242026-07-20T19:15:39.694Z Compiling heapless v0.8.0
22252026-07-20T19:15:39.768Z Compiling crossbeam-deque v0.8.6
22262026-07-20T19:15:39.796Z Compiling toml_edit v0.23.10+spec-1.0.0
22272026-07-20T19:15:39.813Z Compiling inout v0.1.4
22282026-07-20T19:15:39.875Z Compiling hash32 v0.3.1
22292026-07-20T19:15:40.001Z Compiling multer v3.1.0
22302026-07-20T19:15:40.017Z Compiling thread_local v1.1.9
22312026-07-20T19:15:40.041Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22322026-07-20T19:15:40.071Z Compiling match_cfg v0.1.0
22332026-07-20T19:15:40.163Z Compiling slog-async v2.8.0
22342026-07-20T19:15:40.181Z Compiling structmeta v0.3.0
22352026-07-20T19:15:40.196Z Compiling compression-core v0.4.31
22362026-07-20T19:15:40.214Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22372026-07-20T19:15:40.233Z Compiling smoltcp v0.11.0
22382026-07-20T19:15:40.380Z Compiling unicode-width v0.2.0
22392026-07-20T19:15:40.403Z Compiling proc-macro-crate v3.4.0
22402026-07-20T19:15:40.419Z Compiling derive-ex v0.1.8
22412026-07-20T19:15:40.501Z Compiling compression-codecs v0.4.37
22422026-07-20T19:15:40.624Z Compiling hostname v0.3.1
22432026-07-20T19:15:40.720Z Compiling cipher v0.4.4
22442026-07-20T19:15:40.751Z Compiling atomicwrites v0.4.4
22452026-07-20T19:15:40.803Z Compiling slog-json v2.6.1
22462026-07-20T19:15:40.847Z Compiling crossbeam-channel v0.5.15
22472026-07-20T19:15:40.881Z Compiling half v2.7.1
22482026-07-20T19:15:41.004Z Compiling newtype-uuid-macros v0.1.0
22492026-07-20T19:15:41.044Z Compiling cobs v0.3.0
22502026-07-20T19:15:41.072Z Compiling universal-hash v0.5.1
22512026-07-20T19:15:41.101Z Compiling thiserror-impl-no-std v2.0.2
22522026-07-20T19:15:41.235Z Compiling async-stream-impl v0.3.6
22532026-07-20T19:15:41.250Z Compiling tokio-rustls v0.26.4
22542026-07-20T19:15:41.324Z Compiling rustls-platform-verifier v0.6.2
22552026-07-20T19:15:41.337Z Compiling tough v0.22.0
22562026-07-20T19:15:41.535Z Compiling hyper-rustls v0.27.7
22572026-07-20T19:15:41.553Z Compiling darling_macro v0.21.3
22582026-07-20T19:15:41.556Z Compiling toml_datetime v1.1.1+spec-1.1.0
22592026-07-20T19:15:41.759Z Compiling serde_spanned v1.1.1
22602026-07-20T19:15:41.865Z Compiling reqwest v0.13.2
22612026-07-20T19:15:41.872Z Compiling is-terminal v0.4.17
22622026-07-20T19:15:41.921Z Compiling dropshot v0.17.1
22632026-07-20T19:15:41.937Z Compiling proc-macro-error-attr v1.0.4
22642026-07-20T19:15:41.968Z Compiling take_mut v0.2.2
22652026-07-20T19:15:42.006Z Compiling toml_writer v1.1.1+spec-1.1.0
22662026-07-20T19:15:42.085Z Compiling darling v0.21.3
22672026-07-20T19:15:42.100Z Compiling ciborium-io v0.2.2
22682026-07-20T19:15:42.161Z Compiling term v1.2.1
22692026-07-20T19:15:42.178Z Compiling convert_case v0.4.0
22702026-07-20T19:15:42.178Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22712026-07-20T19:15:42.220Z Compiling ingot-macros v0.1.1
22722026-07-20T19:15:42.228Z Compiling opaque-debug v0.3.1
22732026-07-20T19:15:42.247Z Compiling toml v1.1.2+spec-1.1.0
22742026-07-20T19:15:42.286Z Compiling ciborium-ll v0.2.2
22752026-07-20T19:15:42.317Z Compiling poly1305 v0.8.0
22762026-07-20T19:15:42.414Z Compiling thiserror-no-std v2.0.2
22772026-07-20T19:15:42.498Z Compiling derive_more v0.99.20
22782026-07-20T19:15:42.515Z Compiling slog-term v2.9.2
22792026-07-20T19:15:42.570Z Compiling test-strategy v0.4.5
22802026-07-20T19:15:42.834Z Compiling async-stream v0.3.6
22812026-07-20T19:15:42.870Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22822026-07-20T19:15:42.957Z Compiling postcard v1.1.3
22832026-07-20T19:15:43.365Z Compiling slog-bunyan v2.5.0
22842026-07-20T19:15:43.561Z Compiling chacha20 v0.9.1
22852026-07-20T19:15:43.779Z Compiling num_enum_derive v0.7.6
22862026-07-20T19:15:43.795Z Compiling async-compression v0.4.41
22872026-07-20T19:15:43.868Z Compiling parse-display-derive v0.10.0
22882026-07-20T19:15:43.950Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
22892026-07-20T19:15:44.332Z Compiling sha1 v0.11.0
22902026-07-20T19:15:44.699Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22912026-07-20T19:15:44.703Z Compiling proc-macro-crate v1.3.1
22922026-07-20T19:15:44.732Z Compiling waitgroup v0.1.2
22932026-07-20T19:15:44.767Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
22942026-07-20T19:15:44.803Z Compiling password-hash v0.5.0
22952026-07-20T19:15:44.829Z Compiling ingot-types v0.1.2
22962026-07-20T19:15:44.891Z Compiling backon v1.6.0
22972026-07-20T19:15:44.908Z Compiling rustls-pemfile v2.2.0
22982026-07-20T19:15:44.922Z Compiling dropshot_endpoint v0.17.1
22992026-07-20T19:15:44.960Z Compiling blake2 v0.10.6
23002026-07-20T19:15:45.066Z Compiling aead v0.5.2
23012026-07-20T19:15:45.089Z Compiling foreign-types-macros v0.2.3
23022026-07-20T19:15:45.117Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23032026-07-20T19:15:45.166Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23042026-07-20T19:15:45.215Z Compiling serde_path_to_error v0.1.20
23052026-07-20T19:15:45.278Z Compiling ingot v0.1.1
23062026-07-20T19:15:45.317Z Compiling hostname v0.4.2
23072026-07-20T19:15:45.408Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23082026-07-20T19:15:45.486Z Compiling proc-macro-error v1.0.4
23092026-07-20T19:15:45.501Z Compiling instant v0.1.13
23102026-07-20T19:15:45.521Z Compiling debug-ignore v1.0.5
23112026-07-20T19:15:45.616Z Compiling foreign-types-shared v0.3.1
23122026-07-20T19:15:45.642Z Compiling backoff v0.4.0
23132026-07-20T19:15:45.673Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23142026-07-20T19:15:45.687Z Compiling parse-display v0.10.0
23152026-07-20T19:15:45.705Z Compiling foreign-types v0.5.0
23162026-07-20T19:15:45.708Z Compiling argon2 v0.5.3
23172026-07-20T19:15:45.738Z Compiling chacha20poly1305 v0.10.1
23182026-07-20T19:15:45.802Z Compiling num_enum_derive v0.5.11
23192026-07-20T19:15:45.839Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23202026-07-20T19:15:45.877Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23212026-07-20T19:15:45.892Z Compiling num_enum v0.7.6
23222026-07-20T19:15:45.910Z Compiling vsss-rs v3.3.4
23232026-07-20T19:15:45.913Z Compiling ciborium v0.2.2
23242026-07-20T19:15:46.126Z Compiling tabwriter v1.4.1
23252026-07-20T19:15:46.309Z Compiling regress v0.10.5
23262026-07-20T19:15:46.419Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23272026-07-20T19:15:46.512Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23282026-07-20T19:15:46.530Z Compiling cstr-argument v0.1.2
23292026-07-20T19:15:46.547Z Compiling humantime v2.3.0
23302026-07-20T19:15:46.561Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23312026-07-20T19:15:46.712Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23322026-07-20T19:15:46.750Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23332026-07-20T19:15:46.777Z Compiling num_enum v0.5.11
23342026-07-20T19:15:46.794Z Compiling rayon v1.11.0
23352026-07-20T19:15:46.829Z Compiling rand v0.10.1
23362026-07-20T19:15:46.898Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23372026-07-20T19:15:46.916Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23382026-07-20T19:15:46.937Z Compiling colored v3.1.1
23392026-07-20T19:15:46.987Z Compiling libefi-sys v0.1.0
23402026-07-20T19:15:46.999Z Compiling indent_write v2.2.0
23412026-07-20T19:15:47.003Z Compiling zone_cfg_derive v0.3.1
23422026-07-20T19:15:47.090Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23432026-07-20T19:15:47.145Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23442026-07-20T19:15:47.172Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23452026-07-20T19:15:47.252Z Compiling camino-tempfile v1.4.1
23462026-07-20T19:15:47.306Z Compiling itertools v0.12.1
23472026-07-20T19:15:47.403Z Compiling usdt-macro v0.5.0
23482026-07-20T19:15:47.448Z Compiling usdt-attr-macro v0.5.0
23492026-07-20T19:15:47.542Z Compiling num-derive v0.4.2
23502026-07-20T19:15:47.603Z Compiling bitfield-struct v0.6.2
23512026-07-20T19:15:47.630Z Compiling blake3 v1.8.5
23522026-07-20T19:15:47.656Z Compiling sigpipe v0.1.3
23532026-07-20T19:15:47.680Z Compiling memmap v0.7.0
23542026-07-20T19:15:47.696Z Compiling glob v0.3.3
23552026-07-20T19:15:47.767Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23562026-07-20T19:15:47.880Z Compiling swrite v0.1.0
23572026-07-20T19:15:47.895Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23582026-07-20T19:15:47.929Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23592026-07-20T19:15:48.226Z Compiling usdt v0.5.0
23602026-07-20T19:15:48.243Z Compiling smf v0.2.3
23612026-07-20T19:15:48.265Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23622026-07-20T19:15:48.394Z Compiling filetime v0.2.27
23632026-07-20T19:15:48.462Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23642026-07-20T19:15:48.529Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23652026-07-20T19:15:48.565Z Compiling xattr v1.6.1
23662026-07-20T19:15:48.588Z Compiling whoami v1.6.1
23672026-07-20T19:15:48.628Z Compiling zone v0.3.1
23682026-07-20T19:15:48.645Z Compiling constant_time_eq v0.4.2
23692026-07-20T19:15:48.786Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23702026-07-20T19:15:48.797Z Compiling arrayref v0.3.9
23712026-07-20T19:15:48.822Z Compiling arrayvec v0.7.6
23722026-07-20T19:15:48.852Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23732026-07-20T19:15:48.867Z Compiling tar v0.4.46
23742026-07-20T19:15:48.884Z Compiling tokio-dtrace v0.1.1
23752026-07-20T19:15:48.887Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23762026-07-20T19:15:48.954Z Compiling console v0.16.2
23772026-07-20T19:15:49.057Z Compiling gethostname v0.5.0
23782026-07-20T19:15:49.148Z Compiling unit-prefix v0.5.2
23792026-07-20T19:15:49.166Z Compiling topological-sort v0.2.2
23802026-07-20T19:15:49.211Z Compiling oxide-tokio-rt v0.1.4
23812026-07-20T19:15:49.226Z Compiling toml v0.8.23
23822026-07-20T19:15:49.353Z Compiling indicatif v0.18.4
23832026-07-20T19:15:49.419Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23842026-07-20T19:15:49.540Z Compiling shell-words v1.1.1
23852026-07-20T19:15:49.869Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23862026-07-20T19:15:58.995Z Compiling progenitor-client v0.14.0
23872026-07-20T19:15:58.998Z Compiling omicron-zone-package v0.12.3
23882026-07-20T19:15:59.232Z Compiling progenitor-extras v0.2.0
23892026-07-20T19:15:59.552Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23902026-07-20T19:15:59.570Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23912026-07-20T19:15:59.614Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23922026-07-20T19:15:59.617Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23932026-07-20T19:15:59.698Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23942026-07-20T19:15:59.739Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23952026-07-20T19:15:59.868Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23962026-07-20T19:15:59.950Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23972026-07-20T19:16:00.408Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23982026-07-20T19:16:04.365Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23992026-07-20T19:16:12.410Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24002026-07-20T19:16:15.552Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24012026-07-20T19:16:16.587Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24022026-07-20T19:16:25.946Z Finished `release` profile [optimized] target(s) in 1m 39s
24032026-07-20T19:16:26.111Z Running `target/release/omicron-package -t test target create -p dev`
24042026-07-20T19:16:26.150ZLogging to: /work/oxidecomputer/omicron/out/LOG
24052026-07-20T19:16:26.154ZCreated new build target 'test' and set it as active
24062026-07-20T19:16:26.154Z
24072026-07-20T19:16:26.154Zreal 1:40.051988940
24082026-07-20T19:16:26.155Zuser 16:24.064798439
24092026-07-20T19:16:26.155Zsys 2:35.535482685
24102026-07-20T19:16:26.155Ztrap 0.458581198
24112026-07-20T19:16:26.155Ztflt 2.479098456
24122026-07-20T19:16:26.155Zdflt 3.972464275
24132026-07-20T19:16:26.155Zkflt 0.033144562
24142026-07-20T19:16:26.155Zlock 51:39.333210851
24152026-07-20T19:16:26.155Zslp 42:03.770209397
24162026-07-20T19:16:26.155Zlat 43.622669857
24172026-07-20T19:16:26.155Zstop 5:27.110540373
24182026-07-20T19:16:26.155Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24192026-07-20T19:16:26.986Z Finished `release` profile [optimized] target(s) in 0.82s
24202026-07-20T19:16:27.058Z Running `target/release/omicron-package -t test package`
24212026-07-20T19:16:27.114ZLogging to: /work/oxidecomputer/omicron/out/LOG
24222026-07-20T19:16:28.542Z Compiling heck v0.5.0
24232026-07-20T19:16:28.542Z Compiling regress v0.11.1
24242026-07-20T19:16:28.732Z Compiling unsafe-libyaml v0.2.11
24252026-07-20T19:16:28.748Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24262026-07-20T19:16:28.776Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24272026-07-20T19:16:28.796Z Compiling unicode-width v0.1.14
24282026-07-20T19:16:28.814Z Compiling derive-where v1.6.0
24292026-07-20T19:16:28.817Z Compiling bytecount v0.6.9
24302026-07-20T19:16:28.817Z Compiling atomicwrites v0.4.4
24312026-07-20T19:16:28.835Z Compiling is-terminal v0.4.17
24322026-07-20T19:16:28.894Z Compiling prettyplease v0.2.37
24332026-07-20T19:16:28.897Z Compiling console v0.15.11
24342026-07-20T19:16:28.897Z Compiling newline-converter v0.3.0
24352026-07-20T19:16:28.897Z Compiling slog-dtrace v0.3.0
24362026-07-20T19:16:28.954Z Compiling cancel-safe-futures v0.1.5
24372026-07-20T19:16:28.996Z Compiling resolv-conf v0.7.6
24382026-07-20T19:16:28.999Z Compiling owo-colors v4.3.0
24392026-07-20T19:16:29.039Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24402026-07-20T19:16:29.063Z Compiling num-rational v0.4.2
24412026-07-20T19:16:29.066Z Compiling libsw-core v0.3.2
24422026-07-20T19:16:29.119Z Compiling num-complex v0.4.6
24432026-07-20T19:16:29.173Z Compiling thread_local v1.1.9
24442026-07-20T19:16:29.236Z Compiling serde_yaml v0.9.34+deprecated
24452026-07-20T19:16:29.295Z Compiling match_cfg v0.1.0
24462026-07-20T19:16:29.324Z Compiling compression-core v0.4.31
24472026-07-20T19:16:29.361Z Compiling expectorate v1.2.0
24482026-07-20T19:16:29.389Z Compiling hostname v0.3.1
24492026-07-20T19:16:29.503Z Compiling compression-codecs v0.4.37
24502026-07-20T19:16:29.585Z Compiling num v0.4.3
24512026-07-20T19:16:29.606Z Compiling libsw v3.5.0
24522026-07-20T19:16:29.609Z Compiling multer v3.1.0
24532026-07-20T19:16:29.648Z Compiling slog-async v2.8.0
24542026-07-20T19:16:29.686Z Compiling crossbeam-channel v0.5.15
24552026-07-20T19:16:29.706Z Compiling slog-json v2.6.1
24562026-07-20T19:16:29.725Z Compiling serde_spanned v1.1.1
24572026-07-20T19:16:29.769Z Compiling toml_datetime v1.1.1+spec-1.1.0
24582026-07-20T19:16:29.823Z Compiling linked-hash-map v0.5.6
24592026-07-20T19:16:29.844Z Compiling float-ord v0.3.2
24602026-07-20T19:16:29.902Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24612026-07-20T19:16:29.935Z Compiling toml_writer v1.1.1+spec-1.1.0
24622026-07-20T19:16:29.976Z Compiling term v1.2.1
24632026-07-20T19:16:29.998Z Compiling linear-map v1.2.0
24642026-07-20T19:16:30.031Z Compiling take_mut v0.2.2
24652026-07-20T19:16:30.060Z Compiling lru-cache v0.1.2
24662026-07-20T19:16:30.081Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24672026-07-20T19:16:30.104Z Compiling slog-bunyan v2.5.0
24682026-07-20T19:16:30.231Z Compiling toml v1.1.2+spec-1.1.0
24692026-07-20T19:16:30.231Z Compiling async-compression v0.4.41
24702026-07-20T19:16:30.240Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24712026-07-20T19:16:30.270Z Compiling slog-term v2.9.2
24722026-07-20T19:16:30.273Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24732026-07-20T19:16:30.408Z Compiling typify-impl v0.6.2
24742026-07-20T19:16:30.444Z Compiling dropshot v0.17.1
24752026-07-20T19:16:30.519Z Compiling async-stream v0.3.6
24762026-07-20T19:16:30.541Z Compiling sha1 v0.11.0
24772026-07-20T19:16:30.563Z Compiling progenitor-client v0.14.0
24782026-07-20T19:16:30.585Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24792026-07-20T19:16:30.588Z Compiling waitgroup v0.1.2
24802026-07-20T19:16:30.714Z Compiling rustls-pemfile v2.2.0
24812026-07-20T19:16:30.768Z Compiling backon v1.6.0
24822026-07-20T19:16:30.791Z Compiling hostname v0.4.2
24832026-07-20T19:16:30.811Z Compiling serde_path_to_error v0.1.20
24842026-07-20T19:16:30.814Z Compiling instant v0.1.13
24852026-07-20T19:16:30.855Z Compiling debug-ignore v1.0.5
24862026-07-20T19:16:30.882Z Compiling minimal-lexical v0.2.1
24872026-07-20T19:16:30.921Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24882026-07-20T19:16:30.946Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24892026-07-20T19:16:30.969Z Compiling backoff v0.4.0
24902026-07-20T19:16:30.994Z Compiling progenitor-extras v0.2.0
24912026-07-20T19:16:31.015Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24922026-07-20T19:16:31.186Z Compiling nom v7.1.3
24932026-07-20T19:16:31.208Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24942026-07-20T19:16:31.228Z Compiling parse-display v0.10.0
24952026-07-20T19:16:31.256Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24962026-07-20T19:16:31.276Z Compiling hickory-proto v0.24.4
24972026-07-20T19:16:31.474Z Compiling regress v0.10.5
24982026-07-20T19:16:31.861Z Compiling macaddr v1.0.1
24992026-07-20T19:16:31.899Z Compiling humantime v2.3.0
25002026-07-20T19:16:31.941Z Compiling unicode-xid v0.2.6
25012026-07-20T19:16:32.109Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25022026-07-20T19:16:32.191Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25032026-07-20T19:16:32.314Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25042026-07-20T19:16:32.506Z Compiling convert_case v0.10.0
25052026-07-20T19:16:32.566Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25062026-07-20T19:16:32.810Z Compiling derive_more-impl v2.1.1
25072026-07-20T19:16:33.173Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25082026-07-20T19:16:33.325Z Compiling toml v0.8.23
25092026-07-20T19:16:33.491Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25102026-07-20T19:16:33.540Z Compiling papergrid v0.11.0
25112026-07-20T19:16:33.610Z Compiling derive_more v2.1.1
25122026-07-20T19:16:33.675Z Compiling tabled_derive v0.7.0
25132026-07-20T19:16:33.718Z Compiling termtree v0.5.1
25142026-07-20T19:16:33.844Z Compiling hickory-resolver v0.24.4
25152026-07-20T19:16:33.867Z Compiling typify-macro v0.6.2
25162026-07-20T19:16:33.901Z Compiling crossterm v0.29.0
25172026-07-20T19:16:33.921Z Compiling phf_shared v0.12.1
25182026-07-20T19:16:34.168Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25192026-07-20T19:16:34.592Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25202026-07-20T19:16:34.763Z Compiling tabled v0.15.0
25212026-07-20T19:16:34.820Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25222026-07-20T19:16:35.438Z Compiling typify v0.6.2
25232026-07-20T19:16:35.677Z Compiling progenitor-impl v0.14.0
25242026-07-20T19:16:35.954Z Compiling qorb v0.4.1
25252026-07-20T19:16:36.851Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25262026-07-20T19:16:37.410Z Compiling vte v0.14.1
25272026-07-20T19:16:37.662Z Compiling csv-core v0.1.13
25282026-07-20T19:16:37.818Z Compiling progenitor-macro v0.14.0
25292026-07-20T19:16:38.095Z Compiling chrono-tz v0.10.4
25302026-07-20T19:16:38.340Z Compiling highway v1.3.0
25312026-07-20T19:16:38.776Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25322026-07-20T19:16:39.066Z Compiling csv v1.4.0
25332026-07-20T19:16:39.093Z Compiling strip-ansi-escapes v0.2.1
25342026-07-20T19:16:39.115Z Compiling phf v0.12.1
25352026-07-20T19:16:39.179Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25362026-07-20T19:16:39.301Z Compiling const_format_proc_macros v0.2.34
25372026-07-20T19:16:39.324Z Compiling fd-lock v4.0.4
25382026-07-20T19:16:39.507Z Compiling peg-macros v0.8.5
25392026-07-20T19:16:39.673Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25402026-07-20T19:16:40.126Z Compiling nu-ansi-term v0.50.3
25412026-07-20T19:16:40.149Z Compiling const_format v0.2.35
25422026-07-20T19:16:40.409Z Compiling reedline v0.40.0
25432026-07-20T19:16:40.652Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25442026-07-20T19:16:40.700Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25452026-07-20T19:16:40.822Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25462026-07-20T19:16:41.243Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25472026-07-20T19:16:41.827Z Compiling progenitor v0.14.0
25482026-07-20T19:16:41.946Z Compiling peg v0.8.5
25492026-07-20T19:16:41.971Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25502026-07-20T19:16:42.054Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25512026-07-20T19:16:42.157Z Compiling bcs v0.1.6
25522026-07-20T19:16:42.596Z Compiling nom v8.0.0
25532026-07-20T19:16:42.671Z Compiling semver v0.1.20
25542026-07-20T19:16:42.961Z Compiling rustc_version v0.1.7
25552026-07-20T19:16:43.211Z Compiling newtype_derive v0.1.6
25562026-07-20T19:16:43.447Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25572026-07-20T19:16:43.698Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25582026-07-20T19:16:43.870Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25592026-07-20T19:16:43.955Z Compiling unicode-linebreak v0.1.5
25602026-07-20T19:16:44.165Z Compiling smawk v0.3.2
25612026-07-20T19:16:44.274Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25622026-07-20T19:16:44.355Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25632026-07-20T19:16:44.437Z Compiling textwrap v0.16.2
25642026-07-20T19:16:44.656Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25652026-07-20T19:16:44.702Z Compiling steno v0.4.1
25662026-07-20T19:16:44.729Z Compiling base64 v0.21.7
25672026-07-20T19:16:44.751Z Compiling dropshot-api-manager-types v0.7.2
25682026-07-20T19:16:45.266Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25692026-07-20T19:16:45.333Z Compiling sha1 v0.10.6
25702026-07-20T19:16:45.379Z Compiling utf-8 v0.7.6
25712026-07-20T19:16:45.662Z Compiling tagptr v0.2.0
25722026-07-20T19:16:45.830Z Compiling moka v0.12.13
25732026-07-20T19:16:45.855Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25742026-07-20T19:16:46.036Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25752026-07-20T19:16:46.122Z Compiling tungstenite v0.21.0
25762026-07-20T19:16:46.207Z Compiling display-error-chain v0.2.2
25772026-07-20T19:16:46.576Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25782026-07-20T19:16:46.711Z Compiling radium v0.7.0
25792026-07-20T19:16:46.940Z Compiling hickory-resolver v0.25.2
25802026-07-20T19:16:47.016Z Compiling tokio-tungstenite v0.21.0
25812026-07-20T19:16:47.106Z Compiling tap v1.0.1
25822026-07-20T19:16:47.255Z Compiling maybe-uninit v2.0.0
25832026-07-20T19:16:47.446Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25842026-07-20T19:16:47.628Z Compiling wyz v0.5.1
25852026-07-20T19:16:47.868Z Compiling vergen-lib v0.1.6
25862026-07-20T19:16:47.962Z Compiling zerocopy-derive v0.6.6
25872026-07-20T19:16:48.133Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25882026-07-20T19:16:48.214Z Compiling funty v2.0.0
25892026-07-20T19:16:48.765Z Compiling diesel_derives v2.3.7
25902026-07-20T19:16:48.995Z Compiling crc-catalog v2.4.0
25912026-07-20T19:16:49.119Z Compiling packed_struct v0.10.1
25922026-07-20T19:16:49.201Z Compiling crc v3.4.0
25932026-07-20T19:16:49.444Z Compiling zerocopy v0.6.6
25942026-07-20T19:16:49.467Z Compiling bitvec v1.0.1
25952026-07-20T19:16:49.757Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25962026-07-20T19:16:49.788Z Compiling dsl_auto_type v0.2.0
25972026-07-20T19:16:49.830Z Compiling scheduled-thread-pool v0.2.7
25982026-07-20T19:16:50.329Z Compiling packed_struct_codegen v0.10.1
25992026-07-20T19:16:50.423Z Compiling vergen-gitcl v1.0.8
26002026-07-20T19:16:50.641Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26012026-07-20T19:16:50.666Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26022026-07-20T19:16:50.699Z Compiling diesel_table_macro_syntax v0.3.0
26032026-07-20T19:16:50.838Z Compiling bitfield-macros v0.19.4
26042026-07-20T19:16:50.919Z Compiling proc-macro-error-attr2 v2.0.0
26052026-07-20T19:16:51.357Z Compiling dirs-sys-next v0.1.2
26062026-07-20T19:16:51.361Z Compiling indexmap v1.9.3
26072026-07-20T19:16:51.402Z Compiling maplit v1.0.2
26082026-07-20T19:16:51.515Z Compiling glob v0.3.3
26092026-07-20T19:16:51.536Z Compiling crunchy v0.2.4
26102026-07-20T19:16:51.618Z Compiling nodrop v0.1.14
26112026-07-20T19:16:51.678Z Compiling dirs-next v2.0.0
26122026-07-20T19:16:51.744Z Compiling array-init v0.0.4
26132026-07-20T19:16:51.833Z Compiling bitfield v0.19.4
26142026-07-20T19:16:51.876Z Compiling clang-sys v1.8.1
26152026-07-20T19:16:52.129Z Compiling proc-macro-error2 v2.0.1
26162026-07-20T19:16:52.310Z Compiling r2d2 v0.8.10
26172026-07-20T19:16:52.336Z Compiling smallvec v0.6.14
26182026-07-20T19:16:52.590Z Compiling num-derive v0.3.3
26192026-07-20T19:16:52.610Z Compiling hashbrown v0.12.3
26202026-07-20T19:16:52.772Z Compiling downcast-rs v2.0.2
26212026-07-20T19:16:52.867Z Compiling tiny-keccak v2.0.2
26222026-07-20T19:16:53.164Z Compiling serde-hex v0.1.0
26232026-07-20T19:16:53.208Z Compiling tabled_derive v0.11.0
26242026-07-20T19:16:53.232Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26252026-07-20T19:16:53.403Z Compiling term v0.7.0
26262026-07-20T19:16:53.427Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26272026-07-20T19:16:53.453Z Compiling ron v0.8.1
26282026-07-20T19:16:53.492Z Compiling libscf-sys v1.1.0
26292026-07-20T19:16:53.656Z Compiling papergrid v0.17.0
26302026-07-20T19:16:53.678Z Compiling testing_table v0.3.0
26312026-07-20T19:16:53.682Z Compiling hashbrown v0.13.2
26322026-07-20T19:16:53.894Z Compiling crc-any v2.5.0
26332026-07-20T19:16:54.121Z Compiling bit-vec v0.6.3
26342026-07-20T19:16:54.251Z Compiling object v0.30.4
26352026-07-20T19:16:54.318Z Compiling bit-set v0.5.3
26362026-07-20T19:16:54.321Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26372026-07-20T19:16:54.364Z Compiling ascii-canvas v3.0.0
26382026-07-20T19:16:54.506Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26392026-07-20T19:16:54.628Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26402026-07-20T19:16:55.012Z Compiling tabled v0.20.0
26412026-07-20T19:16:55.321Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26422026-07-20T19:16:55.525Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26432026-07-20T19:16:55.829Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26442026-07-20T19:16:55.855Z Compiling progenitor-impl v0.13.0
26452026-07-20T19:16:55.882Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26462026-07-20T19:16:56.116Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26472026-07-20T19:16:56.223Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26482026-07-20T19:16:56.400Z Compiling itertools v0.10.5
26492026-07-20T19:16:56.439Z Compiling ena v0.14.4
26502026-07-20T19:16:56.703Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26512026-07-20T19:16:56.817Z Compiling diesel v2.3.7
26522026-07-20T19:16:56.839Z Compiling libloading v0.8.9
26532026-07-20T19:16:56.951Z Compiling diff v0.1.13
26542026-07-20T19:16:57.065Z Compiling regex-syntax v0.6.29
26552026-07-20T19:16:57.204Z Compiling path-slash v0.1.5
26562026-07-20T19:16:57.390Z Compiling xshell-macros v0.2.7
26572026-07-20T19:16:57.527Z Compiling bindgen v0.71.1
26582026-07-20T19:16:57.650Z Compiling unicase v2.9.0
26592026-07-20T19:16:57.803Z Compiling xshell v0.2.7
26602026-07-20T19:16:57.884Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26612026-07-20T19:16:57.965Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26622026-07-20T19:16:58.051Z Compiling progenitor-macro v0.13.0
26632026-07-20T19:16:58.934Z Compiling lalrpop v0.19.12
26642026-07-20T19:16:59.258Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26652026-07-20T19:17:00.086Z Compiling cexpr v0.6.0
26662026-07-20T19:17:00.718Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26672026-07-20T19:17:00.948Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26682026-07-20T19:17:01.411Z Compiling progenitor-client v0.13.0
26692026-07-20T19:17:01.954Z Compiling rustc-hash v2.1.1
26702026-07-20T19:17:02.028Z Compiling progenitor v0.13.0
26712026-07-20T19:17:02.138Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26722026-07-20T19:17:02.473Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26732026-07-20T19:17:02.797Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26742026-07-20T19:17:03.252Z Compiling headers-core v0.3.0
26752026-07-20T19:17:03.291Z Compiling libxml v0.3.3
26762026-07-20T19:17:03.382Z Compiling crc8 v0.1.1
26772026-07-20T19:17:03.462Z Compiling headers v0.4.1
26782026-07-20T19:17:03.514Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26792026-07-20T19:17:03.592Z Compiling strum_macros v0.24.3
26802026-07-20T19:17:03.672Z Compiling indoc v1.0.9
26812026-07-20T19:17:03.787Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26822026-07-20T19:17:03.886Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26832026-07-20T19:17:04.124Z Compiling derive_builder v0.20.2
26842026-07-20T19:17:04.127Z Compiling oso-derive v0.27.3
26852026-07-20T19:17:04.338Z Compiling quick-xml v0.37.5
26862026-07-20T19:17:04.645Z Compiling impl-trait-for-tuples v0.2.3
26872026-07-20T19:17:04.687Z Compiling openssl-probe v0.1.6
26882026-07-20T19:17:04.932Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26892026-07-20T19:17:04.984Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26902026-07-20T19:17:05.038Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26912026-07-20T19:17:05.280Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26922026-07-20T19:17:05.576Z Compiling bb8 v0.8.6
26932026-07-20T19:17:05.666Z Compiling trait-variant v0.1.2
26942026-07-20T19:17:05.907Z Compiling half v1.8.3
26952026-07-20T19:17:05.987Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26962026-07-20T19:17:06.243Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26972026-07-20T19:17:06.345Z Compiling polar-core v0.27.3
26982026-07-20T19:17:06.380Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26992026-07-20T19:17:06.687Z Compiling samael v0.0.19
27002026-07-20T19:17:06.906Z Compiling serde_cbor v0.11.2
27012026-07-20T19:17:07.116Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27022026-07-20T19:17:07.155Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27032026-07-20T19:17:07.287Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27042026-07-20T19:17:07.400Z Compiling nonempty v0.12.0
27052026-07-20T19:17:07.637Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27062026-07-20T19:17:07.659Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27072026-07-20T19:17:07.759Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27082026-07-20T19:17:07.912Z Compiling fxhash v0.2.1
27092026-07-20T19:17:07.964Z Compiling libz-sys v1.1.24
27102026-07-20T19:17:08.079Z Compiling salty v0.3.0
27112026-07-20T19:17:08.527Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27122026-07-20T19:17:08.728Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27132026-07-20T19:17:09.111Z Compiling kstat-rs v0.2.4
27142026-07-20T19:17:09.368Z Compiling arc-swap v1.8.2
27152026-07-20T19:17:09.630Z Compiling fs-err v2.11.0
27162026-07-20T19:17:10.006Z Compiling mime_guess v2.0.5
27172026-07-20T19:17:10.028Z Compiling slog-scope v4.4.1
27182026-07-20T19:17:10.028Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27192026-07-20T19:17:10.073Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27202026-07-20T19:17:10.547Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27212026-07-20T19:17:10.770Z Compiling rfc6979 v0.4.0
27222026-07-20T19:17:10.954Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27232026-07-20T19:17:11.060Z Compiling nanorand v0.7.0
27242026-07-20T19:17:11.418Z Compiling libgit2-sys v0.18.3+1.9.2
27252026-07-20T19:17:11.604Z Compiling parking_lot_core v0.8.6
27262026-07-20T19:17:11.838Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27272026-07-20T19:17:11.927Z Compiling flume v0.11.1
27282026-07-20T19:17:12.256Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27292026-07-20T19:17:12.343Z Compiling ecdsa v0.16.9
27302026-07-20T19:17:13.017Z Compiling slog-stdlog v4.1.1
27312026-07-20T19:17:13.613Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27322026-07-20T19:17:13.684Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27332026-07-20T19:17:13.742Z Compiling primeorder v0.13.6
27342026-07-20T19:17:14.056Z Compiling diesel-dtrace v0.5.0
27352026-07-20T19:17:14.373Z Compiling async-bb8-diesel v0.2.1
27362026-07-20T19:17:14.469Z Compiling git-stub v1.0.0
27372026-07-20T19:17:14.743Z Compiling atty v0.2.14
27382026-07-20T19:17:14.830Z Compiling strsim v0.10.0
27392026-07-20T19:17:14.895Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27402026-07-20T19:17:14.958Z Compiling http-range v0.1.5
27412026-07-20T19:17:15.161Z Compiling oso v0.27.3
27422026-07-20T19:17:15.184Z Compiling parse-size v1.1.0
27432026-07-20T19:17:15.328Z Compiling instability v0.3.11
27442026-07-20T19:17:15.408Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27452026-07-20T19:17:15.626Z Compiling darling_core v0.13.4
27462026-07-20T19:17:17.252Z Compiling git-stub-vcs v0.1.0
27472026-07-20T19:17:17.374Z Compiling p384 v0.13.1
27482026-07-20T19:17:17.616Z Compiling slog-envlogger v2.2.0
27492026-07-20T19:17:19.509Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27502026-07-20T19:17:19.620Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27512026-07-20T19:17:19.788Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27522026-07-20T19:17:19.808Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27532026-07-20T19:17:20.983Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27542026-07-20T19:17:21.581Z Compiling ignore v0.4.25
27552026-07-20T19:17:22.151Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27562026-07-20T19:17:22.387Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27572026-07-20T19:17:22.568Z Compiling castaway v0.2.4
27582026-07-20T19:17:22.727Z Compiling vergen-git2 v9.1.0
27592026-07-20T19:17:22.975Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27602026-07-20T19:17:23.248Z Compiling indoc v2.0.7
27612026-07-20T19:17:23.820Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27622026-07-20T19:17:23.997Z Compiling compact_str v0.8.1
27632026-07-20T19:17:24.425Z Compiling globwalk v0.9.1
27642026-07-20T19:17:24.447Z Compiling parking_lot v0.11.2
27652026-07-20T19:17:24.475Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27662026-07-20T19:17:25.083Z Compiling hyper-staticfile v0.10.1
27672026-07-20T19:17:25.126Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27682026-07-20T19:17:25.150Z Compiling darling_macro v0.13.4
27692026-07-20T19:17:25.589Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27702026-07-20T19:17:25.663Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27712026-07-20T19:17:25.683Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27722026-07-20T19:17:26.131Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27732026-07-20T19:17:26.231Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27742026-07-20T19:17:26.250Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
27752026-07-20T19:17:26.461Z Compiling predicates-tree v1.0.13
27762026-07-20T19:17:26.485Z Compiling unicode-truncate v1.1.0
27772026-07-20T19:17:26.687Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27782026-07-20T19:17:26.917Z Compiling lru v0.12.5
27792026-07-20T19:17:26.936Z Compiling rand_seeder v0.4.0
27802026-07-20T19:17:27.141Z Compiling prefix-trie v0.7.0
27812026-07-20T19:17:27.192Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27822026-07-20T19:17:27.392Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27832026-07-20T19:17:27.636Z Compiling cassowary v0.3.0
27842026-07-20T19:17:27.661Z Compiling corncobs v0.1.4
27852026-07-20T19:17:27.689Z Compiling illumos-nvpair-sys v0.2.0
27862026-07-20T19:17:27.909Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27872026-07-20T19:17:27.979Z Compiling ratatui v0.29.0
27882026-07-20T19:17:28.074Z Compiling hickory-server v0.25.2
27892026-07-20T19:17:28.095Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27902026-07-20T19:17:28.165Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
27912026-07-20T19:17:28.328Z Compiling camino-tempfile-ext v0.3.3
27922026-07-20T19:17:28.373Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27932026-07-20T19:17:28.621Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27942026-07-20T19:17:28.957Z Compiling darling v0.13.4
27952026-07-20T19:17:29.197Z Compiling sled v0.34.7
27962026-07-20T19:17:29.242Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27972026-07-20T19:17:29.320Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27982026-07-20T19:17:29.910Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27992026-07-20T19:17:31.409Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28002026-07-20T19:17:31.619Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28012026-07-20T19:17:31.857Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28022026-07-20T19:17:32.093Z Compiling secrecy v0.8.0
28032026-07-20T19:17:32.285Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28042026-07-20T19:17:32.588Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28052026-07-20T19:17:33.066Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28062026-07-20T19:17:33.332Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28072026-07-20T19:17:33.466Z Compiling serde_with_macros v1.5.2
28082026-07-20T19:17:34.284Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28092026-07-20T19:17:35.134Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28102026-07-20T19:17:35.264Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28112026-07-20T19:17:35.318Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28122026-07-20T19:17:35.561Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28132026-07-20T19:17:35.824Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28142026-07-20T19:17:36.061Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28152026-07-20T19:17:36.211Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28162026-07-20T19:17:36.297Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28172026-07-20T19:17:36.464Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28182026-07-20T19:17:36.583Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28192026-07-20T19:17:36.750Z Compiling void v1.0.2
28202026-07-20T19:17:36.879Z Compiling lzss v0.8.2
28212026-07-20T19:17:37.181Z Compiling illumos-nvpair v0.3.0
28222026-07-20T19:17:37.316Z Compiling git2 v0.20.4
28232026-07-20T19:17:37.592Z Compiling serde_with v1.14.0
28242026-07-20T19:17:37.675Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28252026-07-20T19:17:38.173Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28262026-07-20T19:17:38.720Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28272026-07-20T19:17:38.761Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28282026-07-20T19:17:40.269Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
28292026-07-20T19:17:40.318Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28302026-07-20T19:17:40.439Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28312026-07-20T19:17:40.684Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28322026-07-20T19:17:41.435Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28332026-07-20T19:17:41.674Z Compiling tungstenite v0.23.0
28342026-07-20T19:17:42.203Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28352026-07-20T19:17:42.761Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28362026-07-20T19:17:43.301Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28372026-07-20T19:17:43.543Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28382026-07-20T19:17:43.791Z Compiling nix v0.27.1
28392026-07-20T19:17:44.024Z Compiling twox-hash v2.1.2
28402026-07-20T19:17:44.258Z Compiling serde_bytes v0.11.19
28412026-07-20T19:17:44.556Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28422026-07-20T19:17:44.649Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28432026-07-20T19:17:44.714Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28442026-07-20T19:17:44.909Z Compiling tokio-tungstenite v0.23.1
28452026-07-20T19:17:44.974Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28462026-07-20T19:17:45.315Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28472026-07-20T19:17:45.339Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28482026-07-20T19:17:46.702Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28492026-07-20T19:17:47.331Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28502026-07-20T19:17:48.983Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28512026-07-20T19:17:49.326Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28522026-07-20T19:17:49.384Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28532026-07-20T19:17:49.504Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28542026-07-20T19:17:49.665Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28552026-07-20T19:17:50.118Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
28562026-07-20T19:17:50.355Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28572026-07-20T19:17:50.689Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28582026-07-20T19:17:50.733Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28592026-07-20T19:17:51.601Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28602026-07-20T19:17:52.023Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28612026-07-20T19:17:53.460Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28622026-07-20T19:17:54.736Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28632026-07-20T19:17:54.990Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28642026-07-20T19:17:55.422Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28652026-07-20T19:17:56.242Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28662026-07-20T19:17:56.828Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28672026-07-20T19:17:56.995Z Compiling signal-hook-tokio v0.3.1
28682026-07-20T19:17:57.042Z Compiling fatfs v0.3.6
28692026-07-20T19:17:57.144Z Compiling yasna v0.5.2
28702026-07-20T19:17:57.210Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28712026-07-20T19:17:57.235Z Compiling is_ci v1.2.0
28722026-07-20T19:17:57.450Z Compiling seq-macro v0.3.6
28732026-07-20T19:17:57.988Z Compiling assert_matches v1.5.0
28742026-07-20T19:17:58.096Z Compiling rcgen v0.12.1
28752026-07-20T19:17:58.328Z Compiling supports-color v3.0.2
28762026-07-20T19:17:58.349Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28772026-07-20T19:17:58.747Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28782026-07-20T19:17:59.185Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28792026-07-20T19:18:00.194Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28802026-07-20T19:18:00.446Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28812026-07-20T19:18:00.703Z Compiling port-file v0.1.0
28822026-07-20T19:18:01.053Z Compiling rtoolbox v0.0.3
28832026-07-20T19:18:01.076Z Compiling subprocess v0.2.15
28842026-07-20T19:18:01.340Z Compiling rpassword v7.5.4
28852026-07-20T19:18:02.007Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28862026-07-20T19:18:02.754Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28872026-07-20T19:18:02.981Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28882026-07-20T19:18:03.123Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28892026-07-20T19:18:03.331Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28902026-07-20T19:18:04.482Z Compiling tui-tree-widget v0.23.1
28912026-07-20T19:18:04.780Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28922026-07-20T19:18:05.623Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28932026-07-20T19:18:07.326Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28942026-07-20T19:18:07.370Z Compiling uzers v0.12.2
28952026-07-20T19:18:07.576Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28962026-07-20T19:18:08.218Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28972026-07-20T19:18:09.139Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28982026-07-20T19:18:09.213Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28992026-07-20T19:18:11.228Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29002026-07-20T19:18:12.374Z Compiling support-bundle-viewer v0.1.2
29012026-07-20T19:18:13.400Z Compiling multimap v0.10.1
29022026-07-20T19:18:27.813Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29032026-07-20T19:18:31.363Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29042026-07-20T19:18:35.139Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29052026-07-20T19:18:35.205Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29062026-07-20T19:18:35.258Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29072026-07-20T19:25:35.185Z Finished `release` profile [optimized] target(s) in 9m 07s
29082026-07-20T19:26:21.878Z
29092026-07-20T19:26:21.878Zreal 9:55.696119548
29102026-07-20T19:26:21.890Zuser 1:18:59.481581329
29112026-07-20T19:26:21.890Zsys 3:27.915632835
29122026-07-20T19:26:21.890Ztrap 1.750022031
29132026-07-20T19:26:21.890Ztflt 2.452771741
29142026-07-20T19:26:21.890Zdflt 18.310798393
29152026-07-20T19:26:21.890Zkflt 0.027051524
29162026-07-20T19:26:21.890Zlock 7:05:20.929431917
29172026-07-20T19:26:21.890Zslp 2:12:53.045930233
29182026-07-20T19:26:21.891Zlat 2:21.516657575
29192026-07-20T19:26:21.891Zstop 5:02.242019333
29202026-07-20T19:26:21.891Z+ mapfile -t packages
29212026-07-20T19:26:21.891Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29222026-07-20T19:26:26.098Z Finished `release` profile [optimized] target(s) in 0.87s
29232026-07-20T19:26:26.132Z Running `target/release/omicron-package -t test list-outputs`
29242026-07-20T19:26:26.132ZLogging to: /work/oxidecomputer/omicron/out/LOG
29252026-07-20T19:26:26.132Z+ ptime -m cargo build --locked --release -p xtask
29262026-07-20T19:26:26.132Z Compiling libc v0.2.185
29272026-07-20T19:26:26.132Z Compiling serde_core v1.0.228
29282026-07-20T19:26:26.132Z Compiling serde v1.0.228
29292026-07-20T19:26:26.132Z Compiling rustix v1.1.3
29302026-07-20T19:26:26.132Z Compiling serde_json v1.0.150
29312026-07-20T19:26:26.132Z Compiling bitflags v2.11.0
29322026-07-20T19:26:26.132Z Compiling usdt-impl v0.5.0
29332026-07-20T19:26:26.132Z Compiling syn v2.0.117
29342026-07-20T19:26:26.132Z Compiling syn v1.0.109
29352026-07-20T19:26:26.133Z Compiling log v0.4.29
29362026-07-20T19:26:26.133Z Compiling getrandom v0.4.1
29372026-07-20T19:26:26.133Z Compiling indexmap v2.14.0
29382026-07-20T19:26:26.133Z Compiling fs-err v3.3.0
29392026-07-20T19:26:26.133Z Compiling once_cell v1.21.3
29402026-07-20T19:26:26.133Z Compiling heck v0.4.1
29412026-07-20T19:26:26.133Z Compiling anyhow v1.0.102
29422026-07-20T19:26:26.133Z Compiling errno v0.3.14
29432026-07-20T19:26:26.133Z Compiling thread-id v4.2.2
29442026-07-20T19:26:26.133Z Compiling memmap v0.7.0
29452026-07-20T19:26:26.133Z Compiling proc-macro-error v1.0.4
29462026-07-20T19:26:26.133Z Compiling terminal_size v0.4.3
29472026-07-20T19:26:26.133Z Compiling tempfile v3.25.0
29482026-07-20T19:26:26.133Z Compiling tabled_derive v0.7.0
29492026-07-20T19:26:26.133Z Compiling clap_builder v4.6.0
29502026-07-20T19:26:26.133Z Compiling textwrap v0.16.2
29512026-07-20T19:26:26.133Z Compiling pest_generator v2.8.6
29522026-07-20T19:26:26.133Z Compiling camino v1.2.2
29532026-07-20T19:26:26.133Z Compiling cargo-platform v0.3.2
29542026-07-20T19:26:26.133Z Compiling semver v1.0.28
29552026-07-20T19:26:26.133Z Compiling tabled v0.15.0
29562026-07-20T19:26:26.133Z Compiling camino-tempfile v1.4.1
29572026-07-20T19:26:26.149Z Compiling serde_derive v1.0.228
29582026-07-20T19:26:26.149Z Compiling thiserror-impl v1.0.69
29592026-07-20T19:26:26.149Z Compiling zerocopy-derive v0.7.35
29602026-07-20T19:26:26.150Z Compiling scroll_derive v0.12.1
29612026-07-20T19:26:26.150Z Compiling thiserror-impl v2.0.18
29622026-07-20T19:26:26.150Z Compiling clap_derive v4.6.1
29632026-07-20T19:26:26.184Z Compiling pest_derive v2.8.6
29642026-07-20T19:26:26.842Z Compiling scroll v0.12.0
29652026-07-20T19:26:26.966Z Compiling zerocopy v0.7.35
29662026-07-20T19:26:27.097Z Compiling goblin v0.8.2
29672026-07-20T19:26:27.248Z Compiling thiserror v1.0.69
29682026-07-20T19:26:27.300Z Compiling thiserror v2.0.18
29692026-07-20T19:26:27.342Z Compiling dtrace-parser v0.2.0
29702026-07-20T19:26:27.517Z Compiling clap v4.6.1
29712026-07-20T19:26:29.223Z Compiling serde_spanned v0.6.9
29722026-07-20T19:26:29.262Z Compiling dof v0.3.0
29732026-07-20T19:26:29.296Z Compiling serde_tokenstream v0.2.3
29742026-07-20T19:26:29.313Z Compiling toml_datetime v0.6.11
29752026-07-20T19:26:29.317Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29762026-07-20T19:26:29.334Z Compiling macaddr v1.0.1
29772026-07-20T19:26:29.345Z Compiling cargo_metadata v0.23.1
29782026-07-20T19:26:29.616Z Compiling toml_edit v0.22.27
29792026-07-20T19:26:30.051Z Compiling usdt-attr-macro v0.5.0
29802026-07-20T19:26:30.051Z Compiling usdt-macro v0.5.0
29812026-07-20T19:26:30.717Z Compiling usdt v0.5.0
29822026-07-20T19:26:31.150Z Compiling toml v0.8.23
29832026-07-20T19:26:31.567Z Compiling cargo_toml v0.21.0
29842026-07-20T19:26:35.967Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29852026-07-20T19:26:39.146Z Finished `release` profile [optimized] target(s) in 16.24s
29862026-07-20T19:26:39.244Z
29872026-07-20T19:26:39.247Zreal 16.324360508
29882026-07-20T19:26:39.247Zuser 2:04.167397323
29892026-07-20T19:26:39.247Zsys 13.781285972
29902026-07-20T19:26:39.247Ztrap 0.070159390
29912026-07-20T19:26:39.247Ztflt 0.436208157
29922026-07-20T19:26:39.247Zdflt 1.587572574
29932026-07-20T19:26:39.247Zkflt 0.000035313
29942026-07-20T19:26:39.247Zlock 4:25.352742128
29952026-07-20T19:26:39.247Zslp 2:41.102161014
29962026-07-20T19:26:39.247Zlat 4.026840372
29972026-07-20T19:26:39.247Zstop 14.396586130
29982026-07-20T19:26:39.247Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
29992026-07-20T19:26:39.248Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30002026-07-20T19:26:39.248Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30012026-07-20T19:26:39.248Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30022026-07-20T19:26:39.248Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30032026-07-20T19:26:40.131Z Compiling progenitor-client v0.14.0
30042026-07-20T19:26:40.131Z Compiling newtype-uuid-macros v0.1.0
30052026-07-20T19:26:40.131Z Compiling match_cfg v0.1.0
30062026-07-20T19:26:40.131Z Compiling slog-json v2.6.1
30072026-07-20T19:26:40.137Z Compiling structmeta-derive v0.3.0
30082026-07-20T19:26:40.137Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30092026-07-20T19:26:40.305Z Compiling sha1 v0.11.0
30102026-07-20T19:26:40.309Z Compiling multer v3.1.0
30112026-07-20T19:26:40.318Z Compiling compression-core v0.4.31
30122026-07-20T19:26:40.322Z Compiling debug-ignore v1.0.5
30132026-07-20T19:26:40.322Z Compiling itertools v0.14.0
30142026-07-20T19:26:40.322Z Compiling async-stream-impl v0.3.6
30152026-07-20T19:26:40.322Z Compiling toml_datetime v1.1.1+spec-1.1.0
30162026-07-20T19:26:40.322Z Compiling serde_spanned v1.1.1
30172026-07-20T19:26:40.322Z Compiling dropshot v0.17.1
30182026-07-20T19:26:40.322Z Compiling toml_writer v1.1.1+spec-1.1.0
30192026-07-20T19:26:40.535Z Compiling compression-codecs v0.4.37
30202026-07-20T19:26:40.552Z Compiling waitgroup v0.1.2
30212026-07-20T19:26:40.588Z Compiling rustls-pemfile v2.2.0
30222026-07-20T19:26:40.591Z Compiling dropshot_endpoint v0.17.1
30232026-07-20T19:26:40.621Z Compiling hostname v0.3.1
30242026-07-20T19:26:40.624Z Compiling hostname v0.4.2
30252026-07-20T19:26:40.640Z Compiling serde_path_to_error v0.1.20
30262026-07-20T19:26:40.719Z Compiling toml v1.1.2+spec-1.1.0
30272026-07-20T19:26:40.737Z Compiling slog-bunyan v2.5.0
30282026-07-20T19:26:40.757Z Compiling async-compression v0.4.41
30292026-07-20T19:26:40.793Z Compiling atomicwrites v0.4.4
30302026-07-20T19:26:40.809Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30312026-07-20T19:26:40.812Z Compiling macaddr v1.0.1
30322026-07-20T19:26:40.812Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30332026-07-20T19:26:40.844Z Compiling instant v0.1.13
30342026-07-20T19:26:40.905Z Compiling regress v0.10.5
30352026-07-20T19:26:40.925Z Compiling backon v1.6.0
30362026-07-20T19:26:41.000Z Compiling backoff v0.4.0
30372026-07-20T19:26:41.016Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30382026-07-20T19:26:41.041Z Compiling humantime v2.3.0
30392026-07-20T19:26:41.059Z Compiling half v2.7.1
30402026-07-20T19:26:41.088Z Compiling progenitor-extras v0.2.0
30412026-07-20T19:26:41.105Z Compiling async-stream v0.3.6
30422026-07-20T19:26:41.105Z Compiling crucible-workspace-hack v0.1.0
30432026-07-20T19:26:41.142Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30442026-07-20T19:26:41.157Z Compiling ciborium-io v0.2.2
30452026-07-20T19:26:41.229Z Compiling regress v0.11.1
30462026-07-20T19:26:41.274Z Compiling convert_case v0.4.0
30472026-07-20T19:26:41.291Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30482026-07-20T19:26:41.322Z Compiling ciborium-ll v0.2.2
30492026-07-20T19:26:41.339Z Compiling secrecy v0.10.3
30502026-07-20T19:26:41.374Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30512026-07-20T19:26:41.374Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30522026-07-20T19:26:41.408Z Compiling structmeta v0.3.0
30532026-07-20T19:26:41.411Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30542026-07-20T19:26:41.463Z Compiling inout v0.1.4
30552026-07-20T19:26:41.482Z Compiling unsafe-libyaml v0.2.11
30562026-07-20T19:26:41.510Z Compiling ciborium v0.2.2
30572026-07-20T19:26:41.533Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30582026-07-20T19:26:41.560Z Compiling thiserror-impl-no-std v2.0.2
30592026-07-20T19:26:41.645Z Compiling derive-ex v0.1.8
30602026-07-20T19:26:41.660Z Compiling parse-display-derive v0.10.0
30612026-07-20T19:26:41.676Z Compiling derive_more v0.99.20
30622026-07-20T19:26:41.698Z Compiling cipher v0.4.4
30632026-07-20T19:26:41.733Z Compiling universal-hash v0.5.1
30642026-07-20T19:26:41.749Z Compiling opaque-debug v0.3.1
30652026-07-20T19:26:41.766Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30662026-07-20T19:26:41.809Z Compiling blake2 v0.10.6
30672026-07-20T19:26:41.834Z Compiling aead v0.5.2
30682026-07-20T19:26:41.881Z Compiling poly1305 v0.8.0
30692026-07-20T19:26:41.967Z Compiling chacha20 v0.9.1
30702026-07-20T19:26:42.022Z Compiling serde_yaml v0.9.34+deprecated
30712026-07-20T19:26:42.056Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30722026-07-20T19:26:42.097Z Compiling password-hash v0.5.0
30732026-07-20T19:26:42.230Z Compiling toml_datetime v0.7.5+spec-1.1.0
30742026-07-20T19:26:42.246Z Compiling chacha20poly1305 v0.10.1
30752026-07-20T19:26:42.261Z Compiling indent_write v2.2.0
30762026-07-20T19:26:42.382Z Compiling argon2 v0.5.3
30772026-07-20T19:26:42.422Z Compiling toml_edit v0.23.10+spec-1.0.0
30782026-07-20T19:26:42.440Z Compiling darling_core v0.21.3
30792026-07-20T19:26:42.505Z Compiling heapless v0.8.0
30802026-07-20T19:26:42.542Z Compiling tabwriter v1.4.1
30812026-07-20T19:26:42.681Z Compiling hash32 v0.3.1
30822026-07-20T19:26:42.793Z Compiling thiserror-no-std v2.0.2
30832026-07-20T19:26:42.810Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30842026-07-20T19:26:42.862Z Compiling typify-impl v0.6.2
30852026-07-20T19:26:42.880Z Compiling vsss-rs v3.3.4
30862026-07-20T19:26:43.098Z Compiling proc-macro-crate v3.4.0
30872026-07-20T19:26:43.116Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30882026-07-20T19:26:43.370Z Compiling smoltcp v0.11.0
30892026-07-20T19:26:43.405Z Compiling test-strategy v0.4.5
30902026-07-20T19:26:43.462Z Compiling parse-display v0.10.0
30912026-07-20T19:26:43.572Z Compiling cobs v0.3.0
30922026-07-20T19:26:43.601Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30932026-07-20T19:26:43.687Z Compiling num_enum_derive v0.7.6
30942026-07-20T19:26:43.793Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30952026-07-20T19:26:43.809Z Compiling colored v3.1.1
30962026-07-20T19:26:43.812Z Compiling postcard v1.1.3
30972026-07-20T19:26:43.869Z Compiling proc-macro-error v1.0.4
30982026-07-20T19:26:43.915Z Compiling proc-macro-crate v1.3.1
30992026-07-20T19:26:44.109Z Compiling rand v0.10.1
31002026-07-20T19:26:44.197Z Compiling foreign-types-macros v0.2.3
31012026-07-20T19:26:44.214Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31022026-07-20T19:26:44.215Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31032026-07-20T19:26:44.247Z Compiling foreign-types-shared v0.3.1
31042026-07-20T19:26:44.358Z Compiling rayon-core v1.13.0
31052026-07-20T19:26:44.375Z Compiling num_enum_derive v0.5.11
31062026-07-20T19:26:44.392Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31072026-07-20T19:26:44.470Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31082026-07-20T19:26:44.578Z Compiling crossbeam-deque v0.8.6
31092026-07-20T19:26:44.618Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31102026-07-20T19:26:44.634Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31112026-07-20T19:26:44.666Z Compiling cstr-argument v0.1.2
31122026-07-20T19:26:44.689Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31132026-07-20T19:26:44.823Z Compiling num_enum v0.7.6
31142026-07-20T19:26:44.842Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31152026-07-20T19:26:44.858Z Compiling foreign-types v0.5.0
31162026-07-20T19:26:44.950Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31172026-07-20T19:26:44.968Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31182026-07-20T19:26:44.972Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31192026-07-20T19:26:44.972Z Compiling zone_cfg_derive v0.3.1
31202026-07-20T19:26:45.025Z Compiling darling_macro v0.21.3
31212026-07-20T19:26:45.074Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31222026-07-20T19:26:45.103Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31232026-07-20T19:26:45.171Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31242026-07-20T19:26:45.227Z Compiling rayon v1.11.0
31252026-07-20T19:26:45.246Z Compiling itertools v0.12.1
31262026-07-20T19:26:45.250Z Compiling num-derive v0.4.2
31272026-07-20T19:26:45.250Z Compiling sigpipe v0.1.3
31282026-07-20T19:26:45.392Z Compiling glob v0.3.3
31292026-07-20T19:26:45.396Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31302026-07-20T19:26:45.484Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31312026-07-20T19:26:45.484Z Compiling num_enum v0.5.11
31322026-07-20T19:26:45.549Z Compiling cpubits v0.1.1
31332026-07-20T19:26:45.566Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31342026-07-20T19:26:45.595Z Compiling darling v0.21.3
31352026-07-20T19:26:45.628Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31362026-07-20T19:26:45.664Z Compiling smf v0.2.3
31372026-07-20T19:26:45.686Z Compiling whoami v1.6.1
31382026-07-20T19:26:45.702Z Compiling ingot-macros v0.1.1
31392026-07-20T19:26:45.717Z Compiling usdt-attr-macro v0.5.0
31402026-07-20T19:26:45.816Z Compiling usdt-macro v0.5.0
31412026-07-20T19:26:45.833Z Compiling gethostname v0.5.0
31422026-07-20T19:26:45.961Z Compiling num-rational v0.4.2
31432026-07-20T19:26:45.991Z Compiling pem-rfc7468 v1.0.0
31442026-07-20T19:26:46.008Z Compiling num-complex v0.4.6
31452026-07-20T19:26:46.111Z Compiling memmap v0.7.0
31462026-07-20T19:26:46.210Z Compiling derive-where v1.6.0
31472026-07-20T19:26:46.253Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31482026-07-20T19:26:46.322Z Compiling float-ord v0.3.2
31492026-07-20T19:26:46.339Z Compiling toml v0.8.23
31502026-07-20T19:26:46.425Z Compiling zone v0.3.1
31512026-07-20T19:26:46.474Z Compiling num v0.4.3
31522026-07-20T19:26:46.492Z Compiling hmac v0.13.0
31532026-07-20T19:26:46.564Z Compiling universal-hash v0.6.1
31542026-07-20T19:26:46.582Z Compiling resolv-conf v0.7.6
31552026-07-20T19:26:46.585Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31562026-07-20T19:26:46.617Z Compiling usdt v0.5.0
31572026-07-20T19:26:46.656Z Compiling cancel-safe-futures v0.1.5
31582026-07-20T19:26:46.701Z Compiling owo-colors v4.3.0
31592026-07-20T19:26:46.721Z Compiling polyval v0.7.1
31602026-07-20T19:26:46.758Z Compiling der v0.8.0
31612026-07-20T19:26:46.775Z Compiling libsw-core v0.3.2
31622026-07-20T19:26:46.916Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31632026-07-20T19:26:46.962Z Compiling prettyplease v0.2.37
31642026-07-20T19:26:46.980Z Compiling libsw v3.5.0
31652026-07-20T19:26:47.012Z Compiling ghash v0.6.0
31662026-07-20T19:26:47.015Z Compiling pbkdf2 v0.13.0
31672026-07-20T19:26:47.047Z Compiling aes v0.9.1
31682026-07-20T19:26:47.117Z Compiling console v0.15.11
31692026-07-20T19:26:47.175Z Compiling hickory-proto v0.24.4
31702026-07-20T19:26:47.178Z Compiling newline-converter v0.3.0
31712026-07-20T19:26:47.205Z Compiling ctr v0.10.1
31722026-07-20T19:26:47.248Z Compiling aead v0.6.1
31732026-07-20T19:26:47.356Z Compiling sha2 v0.11.0
31742026-07-20T19:26:47.360Z Compiling linear-map v1.2.0
31752026-07-20T19:26:47.400Z Compiling typify-macro v0.6.2
31762026-07-20T19:26:47.440Z Compiling linked-hash-map v0.5.6
31772026-07-20T19:26:47.443Z Compiling libefi-sys v0.1.0
31782026-07-20T19:26:47.513Z Compiling aes-gcm v0.11.0
31792026-07-20T19:26:47.619Z Compiling expectorate v1.2.0
31802026-07-20T19:26:47.662Z Compiling lru-cache v0.1.2
31812026-07-20T19:26:47.742Z Compiling spki v0.8.0
31822026-07-20T19:26:47.786Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31832026-07-20T19:26:47.802Z Compiling crypto-bigint v0.7.5
31842026-07-20T19:26:47.819Z Compiling cbc v0.2.1
31852026-07-20T19:26:47.823Z Compiling salsa20 v0.11.0
31862026-07-20T19:26:47.923Z Compiling bitfield-struct v0.6.2
31872026-07-20T19:26:47.991Z Compiling nom v8.0.0
31882026-07-20T19:26:48.008Z Compiling semver v0.1.20
31892026-07-20T19:26:48.052Z Compiling tokio-dtrace v0.1.1
31902026-07-20T19:26:48.082Z Compiling dropshot-api-manager-types v0.7.2
31912026-07-20T19:26:48.214Z Compiling rustc_version v0.1.7
31922026-07-20T19:26:48.240Z Compiling scrypt v0.12.0
31932026-07-20T19:26:48.402Z Compiling slog-dtrace v0.3.0
31942026-07-20T19:26:48.444Z Compiling minimal-lexical v0.2.1
31952026-07-20T19:26:48.457Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31962026-07-20T19:26:48.471Z Compiling newtype_derive v0.1.6
31972026-07-20T19:26:48.543Z Compiling pkcs5 v0.8.1
31982026-07-20T19:26:48.566Z Compiling oxide-tokio-rt v0.1.4
31992026-07-20T19:26:48.632Z Compiling ingot-types v0.1.2
32002026-07-20T19:26:48.663Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32012026-07-20T19:26:48.677Z Compiling nom v7.1.3
32022026-07-20T19:26:48.687Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32032026-07-20T19:26:48.714Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32042026-07-20T19:26:48.878Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32052026-07-20T19:26:48.896Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32062026-07-20T19:26:48.914Z Compiling phf_shared v0.12.1
32072026-07-20T19:26:48.980Z Compiling csv-core v0.1.13
32082026-07-20T19:26:49.077Z Compiling ingot v0.1.1
32092026-07-20T19:26:49.115Z Compiling unicode-xid v0.2.6
32102026-07-20T19:26:49.131Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32112026-07-20T19:26:49.218Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32122026-07-20T19:26:49.255Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32132026-07-20T19:26:49.278Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32142026-07-20T19:26:49.283Z Compiling typify v0.6.2
32152026-07-20T19:26:49.309Z Compiling xshell-macros v0.2.7
32162026-07-20T19:26:49.327Z Compiling highway v1.3.0
32172026-07-20T19:26:49.424Z Compiling progenitor-impl v0.14.0
32182026-07-20T19:26:49.473Z Compiling hickory-resolver v0.24.4
32192026-07-20T19:26:49.490Z Compiling chrono-tz v0.10.4
32202026-07-20T19:26:49.739Z Compiling const_format_proc_macros v0.2.34
32212026-07-20T19:26:49.758Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32222026-07-20T19:26:49.761Z Compiling xshell v0.2.7
32232026-07-20T19:26:50.101Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32242026-07-20T19:26:50.213Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32252026-07-20T19:26:50.265Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32262026-07-20T19:26:50.343Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32272026-07-20T19:26:50.365Z Compiling csv v1.4.0
32282026-07-20T19:26:50.511Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32292026-07-20T19:26:50.659Z Compiling qorb v0.4.1
32302026-07-20T19:26:50.732Z Compiling phf v0.12.1
32312026-07-20T19:26:50.811Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32322026-07-20T19:26:50.873Z Compiling pkcs8 v0.11.0
32332026-07-20T19:26:50.983Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32342026-07-20T19:26:51.106Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32352026-07-20T19:26:51.131Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32362026-07-20T19:26:51.288Z Compiling const_format v0.2.35
32372026-07-20T19:26:51.330Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32382026-07-20T19:26:51.412Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32392026-07-20T19:26:51.610Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32402026-07-20T19:26:51.626Z Compiling tabled_derive v0.7.0
32412026-07-20T19:26:51.951Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32422026-07-20T19:26:51.969Z Compiling bcs v0.1.6
32432026-07-20T19:26:52.111Z Compiling progenitor-macro v0.14.0
32442026-07-20T19:26:52.186Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32452026-07-20T19:26:52.223Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32462026-07-20T19:26:52.319Z Compiling ff v0.14.0
32472026-07-20T19:26:52.461Z Compiling tagptr v0.2.0
32482026-07-20T19:26:52.512Z Compiling salty v0.3.0
32492026-07-20T19:26:52.581Z Compiling termtree v0.5.1
32502026-07-20T19:26:52.667Z Compiling textwrap v0.16.2
32512026-07-20T19:26:52.706Z Compiling tabled v0.15.0
32522026-07-20T19:26:52.740Z Compiling moka v0.12.13
32532026-07-20T19:26:52.760Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32542026-07-20T19:26:52.865Z Compiling steno v0.4.1
32552026-07-20T19:26:52.921Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32562026-07-20T19:26:52.928Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32572026-07-20T19:26:52.952Z Compiling sha1 v0.10.6
32582026-07-20T19:26:52.997Z Compiling signature v3.0.0
32592026-07-20T19:26:53.085Z Compiling base16ct v1.0.0
32602026-07-20T19:26:53.165Z Compiling base64 v0.21.7
32612026-07-20T19:26:53.209Z Compiling radium v0.7.0
32622026-07-20T19:26:53.243Z Compiling sec1 v0.8.1
32632026-07-20T19:26:53.341Z Compiling group v0.14.0
32642026-07-20T19:26:53.508Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32652026-07-20T19:26:53.556Z Compiling hickory-resolver v0.25.2
32662026-07-20T19:26:53.563Z Compiling hkdf v0.13.0
32672026-07-20T19:26:53.563Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32682026-07-20T19:26:53.563Z Compiling rfc6979 v0.4.0
32692026-07-20T19:26:53.664Z Compiling maybe-uninit v2.0.0
32702026-07-20T19:26:53.746Z Compiling tap v1.0.1
32712026-07-20T19:26:53.764Z Compiling elliptic-curve v0.14.0-rc.33
32722026-07-20T19:26:53.799Z Compiling ecdsa v0.16.9
32732026-07-20T19:26:53.868Z Compiling wyz v0.5.1
32742026-07-20T19:26:54.141Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32752026-07-20T19:26:54.288Z Compiling primeorder v0.13.6
32762026-07-20T19:26:54.325Z Compiling proc-macro-error-attr2 v2.0.0
32772026-07-20T19:26:54.488Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32782026-07-20T19:26:54.506Z Compiling packed_struct v0.10.1
32792026-07-20T19:26:54.553Z Compiling funty v2.0.0
32802026-07-20T19:26:54.572Z Compiling utf-8 v0.7.6
32812026-07-20T19:26:54.727Z Compiling parking_lot_core v0.8.6
32822026-07-20T19:26:54.782Z Compiling proc-macro-error2 v2.0.1
32832026-07-20T19:26:54.830Z Compiling tungstenite v0.21.0
32842026-07-20T19:26:54.854Z Compiling p384 v0.13.1
32852026-07-20T19:26:55.024Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32862026-07-20T19:26:55.134Z Compiling bitvec v1.0.1
32872026-07-20T19:26:55.166Z Compiling rfc6979 v0.5.0
32882026-07-20T19:26:55.180Z Compiling git-stub v1.0.0
32892026-07-20T19:26:55.242Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32902026-07-20T19:26:55.338Z Compiling num-derive v0.3.3
32912026-07-20T19:26:55.449Z Compiling packed_struct_codegen v0.10.1
32922026-07-20T19:26:55.466Z Compiling bitfield-macros v0.19.4
32932026-07-20T19:26:55.482Z Compiling zerocopy-derive v0.6.6
32942026-07-20T19:26:55.486Z Compiling indexmap v1.9.3
32952026-07-20T19:26:55.514Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32962026-07-20T19:26:55.704Z Compiling crc-catalog v2.4.0
32972026-07-20T19:26:55.754Z Compiling nodrop v0.1.14
32982026-07-20T19:26:55.770Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32992026-07-20T19:26:55.829Z Compiling crc v3.4.0
33002026-07-20T19:26:55.861Z Compiling array-init v0.0.4
33012026-07-20T19:26:55.926Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33022026-07-20T19:26:55.960Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33032026-07-20T19:26:56.019Z Compiling git-stub-vcs v0.1.0
33042026-07-20T19:26:56.044Z Compiling tokio-tungstenite v0.21.0
33052026-07-20T19:26:56.059Z Compiling ecdsa v0.17.0-rc.18
33062026-07-20T19:26:56.255Z Compiling smallvec v0.6.14
33072026-07-20T19:26:56.270Z Compiling bitfield v0.19.4
33082026-07-20T19:26:56.303Z Compiling libscf-sys v1.1.0
33092026-07-20T19:26:56.348Z Compiling tabled_derive v0.11.0
33102026-07-20T19:26:56.395Z Compiling zerocopy v0.6.6
33112026-07-20T19:26:56.471Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33122026-07-20T19:26:56.497Z Compiling primeorder v0.14.0-rc.10
33132026-07-20T19:26:56.514Z Compiling primefield v0.14.0
33142026-07-20T19:26:56.606Z Compiling progenitor-impl v0.13.0
33152026-07-20T19:26:56.631Z Compiling papergrid v0.17.0
33162026-07-20T19:26:56.656Z Compiling testing_table v0.3.0
33172026-07-20T19:26:56.736Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33182026-07-20T19:26:56.759Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33192026-07-20T19:26:56.774Z Compiling curve25519-dalek v5.0.0-rc.0
33202026-07-20T19:26:56.845Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33212026-07-20T19:26:56.862Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33222026-07-20T19:26:56.929Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33232026-07-20T19:26:57.032Z Compiling unicase v2.9.0
33242026-07-20T19:26:57.111Z Compiling corncobs v0.1.4
33252026-07-20T19:26:57.149Z Compiling illumos-nvpair-sys v0.2.0
33262026-07-20T19:26:57.173Z Compiling hashbrown v0.12.3
33272026-07-20T19:26:57.228Z Compiling progenitor v0.14.0
33282026-07-20T19:26:57.268Z Compiling mime_guess v2.0.5
33292026-07-20T19:26:57.290Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33302026-07-20T19:26:57.309Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33312026-07-20T19:26:57.326Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33322026-07-20T19:26:57.385Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33332026-07-20T19:26:57.403Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33342026-07-20T19:26:57.565Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33352026-07-20T19:26:57.617Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33362026-07-20T19:26:57.644Z Compiling tabled v0.20.0
33372026-07-20T19:26:57.698Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33382026-07-20T19:26:57.751Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33392026-07-20T19:26:57.816Z Compiling parking_lot v0.11.2
33402026-07-20T19:26:57.876Z Compiling serde-hex v0.1.0
33412026-07-20T19:26:57.954Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33422026-07-20T19:26:58.097Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33432026-07-20T19:26:58.130Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33442026-07-20T19:26:58.345Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33452026-07-20T19:26:58.409Z Compiling ron v0.8.1
33462026-07-20T19:26:58.425Z Compiling ssh-encoding v0.3.0-rc.9
33472026-07-20T19:26:58.454Z Compiling hashbrown v0.13.2
33482026-07-20T19:26:58.492Z Compiling progenitor-client v0.13.0
33492026-07-20T19:26:58.619Z Compiling prefix-trie v0.7.0
33502026-07-20T19:26:58.795Z Compiling fxhash v0.2.1
33512026-07-20T19:26:58.832Z Compiling secrecy v0.8.0
33522026-07-20T19:26:58.987Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33532026-07-20T19:26:59.009Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33542026-07-20T19:26:59.044Z Compiling crc-any v2.5.0
33552026-07-20T19:26:59.219Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33562026-07-20T19:26:59.303Z Compiling progenitor-macro v0.13.0
33572026-07-20T19:26:59.423Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33582026-07-20T19:26:59.485Z Compiling hickory-server v0.25.2
33592026-07-20T19:26:59.748Z Compiling object v0.30.4
33602026-07-20T19:27:00.011Z Compiling sled v0.34.7
33612026-07-20T19:27:00.093Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33622026-07-20T19:27:00.116Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33632026-07-20T19:27:00.226Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33642026-07-20T19:27:00.361Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33652026-07-20T19:27:00.649Z Compiling ed25519 v3.0.0
33662026-07-20T19:27:00.762Z Compiling crypto-primes v0.7.2
33672026-07-20T19:27:00.983Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33682026-07-20T19:27:01.349Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33692026-07-20T19:27:01.369Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33702026-07-20T19:27:01.518Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33712026-07-20T19:27:01.770Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33722026-07-20T19:27:01.813Z Compiling pkcs1 v0.8.0-rc.4
33732026-07-20T19:27:01.831Z Compiling poly1305 v0.9.0
33742026-07-20T19:27:02.062Z Compiling blowfish v0.10.0
33752026-07-20T19:27:02.133Z Compiling blake2 v0.11.0-rc.6
33762026-07-20T19:27:02.227Z Compiling keccak v0.2.0
33772026-07-20T19:27:02.334Z Compiling http-range v0.1.5
33782026-07-20T19:27:02.354Z Compiling half v1.8.3
33792026-07-20T19:27:02.438Z Compiling crc8 v0.1.1
33802026-07-20T19:27:02.456Z Compiling fiat-crypto v0.3.0
33812026-07-20T19:27:02.511Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33822026-07-20T19:27:02.595Z Compiling path-slash v0.1.5
33832026-07-20T19:27:02.608Z Compiling serde_cbor v0.11.2
33842026-07-20T19:27:02.644Z Compiling argon2 v0.6.0-rc.8
33852026-07-20T19:27:02.668Z Compiling sha3 v0.11.0
33862026-07-20T19:27:02.720Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33872026-07-20T19:27:02.750Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33882026-07-20T19:27:02.760Z Compiling bcrypt-pbkdf v0.11.0
33892026-07-20T19:27:03.041Z Compiling ssh-cipher v0.3.0-rc.9
33902026-07-20T19:27:03.097Z Compiling rsa v0.10.0-rc.18
33912026-07-20T19:27:03.145Z Compiling ed25519-dalek v3.0.0-rc.0
33922026-07-20T19:27:03.237Z Compiling illumos-nvpair v0.3.0
33932026-07-20T19:27:03.472Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33942026-07-20T19:27:03.737Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33952026-07-20T19:27:03.764Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33962026-07-20T19:27:03.769Z Compiling p256 v0.14.0-rc.10
33972026-07-20T19:27:03.791Z Compiling p521 v0.14.0-rc.10
33982026-07-20T19:27:03.833Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33992026-07-20T19:27:03.873Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34002026-07-20T19:27:03.969Z Compiling yasna v0.5.2
34012026-07-20T19:27:04.005Z Compiling kstat-rs v0.2.4
34022026-07-20T19:27:04.231Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34032026-07-20T19:27:04.327Z Compiling headers-core v0.3.0
34042026-07-20T19:27:04.388Z Compiling progenitor v0.13.0
34052026-07-20T19:27:04.411Z Compiling kem v0.3.0
34062026-07-20T19:27:04.469Z Compiling module-lattice v0.2.3
34072026-07-20T19:27:04.486Z Compiling nanorand v0.7.0
34082026-07-20T19:27:04.543Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34092026-07-20T19:27:04.564Z Compiling atty v0.2.14
34102026-07-20T19:27:04.626Z Compiling rcgen v0.12.1
34112026-07-20T19:27:04.636Z Compiling headers v0.4.1
34122026-07-20T19:27:04.702Z Compiling flume v0.11.1
34132026-07-20T19:27:04.735Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
34142026-07-20T19:27:04.742Z Compiling ml-kem v0.3.2
34152026-07-20T19:27:04.788Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34162026-07-20T19:27:04.998Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34172026-07-20T19:27:05.030Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34182026-07-20T19:27:05.399Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34192026-07-20T19:27:05.465Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34202026-07-20T19:27:05.515Z Compiling hyper-staticfile v0.10.1
34212026-07-20T19:27:05.631Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34222026-07-20T19:27:05.742Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34232026-07-20T19:27:05.797Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
34242026-07-20T19:27:05.838Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34252026-07-20T19:27:06.017Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34262026-07-20T19:27:06.044Z Compiling russh-cryptovec v0.61.0
34272026-07-20T19:27:06.095Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34282026-07-20T19:27:06.306Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34292026-07-20T19:27:06.522Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34302026-07-20T19:27:06.528Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34312026-07-20T19:27:06.719Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34322026-07-20T19:27:06.751Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34332026-07-20T19:27:06.770Z Compiling internal-russh-num-bigint v0.5.0
34342026-07-20T19:27:06.859Z Compiling port-file v0.1.0
34352026-07-20T19:27:06.963Z Compiling num-bigint v0.4.6
34362026-07-20T19:27:07.188Z Compiling generic-array v1.4.3
34372026-07-20T19:27:07.240Z Compiling russh-util v0.52.0
34382026-07-20T19:27:07.305Z Compiling enum_dispatch v0.3.13
34392026-07-20T19:27:07.411Z Compiling delegate v0.13.5
34402026-07-20T19:27:07.552Z Compiling subprocess v0.2.15
34412026-07-20T19:27:07.569Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34422026-07-20T19:27:07.658Z Compiling p384 v0.14.0-rc.10
34432026-07-20T19:27:07.863Z Compiling display-error-chain v0.2.2
34442026-07-20T19:27:08.092Z Compiling md5 v0.8.0
34452026-07-20T19:27:08.110Z Compiling hex-literal v1.1.0
34462026-07-20T19:27:08.111Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34472026-07-20T19:27:08.139Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34482026-07-20T19:27:08.144Z Compiling colored v2.2.0
34492026-07-20T19:27:08.193Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34502026-07-20T19:27:08.322Z Compiling socket2 v0.5.10
34512026-07-20T19:27:08.339Z Compiling internet-checksum v0.2.1
34522026-07-20T19:27:09.354Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34532026-07-20T19:27:09.762Z Compiling ssh-key v0.7.0-rc.10
34542026-07-20T19:27:10.028Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34552026-07-20T19:27:10.487Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34562026-07-20T19:27:10.982Z Compiling russh v0.61.2
34572026-07-20T19:27:11.440Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34582026-07-20T19:27:12.304Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34592026-07-20T19:27:20.714Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34602026-07-20T19:27:20.714Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34612026-07-20T19:27:20.714Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34622026-07-20T19:27:20.718Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34632026-07-20T19:27:22.478Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34642026-07-20T19:27:22.496Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34652026-07-20T19:27:26.419Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34662026-07-20T19:28:05.623Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34672026-07-20T19:28:05.841Z
34682026-07-20T19:28:05.841Zreal 1:26.524536676
34692026-07-20T19:28:05.841Zuser 8:39.677970827
34702026-07-20T19:28:05.841Zsys 1:42.907031201
34712026-07-20T19:28:05.841Ztrap 0.262854972
34722026-07-20T19:28:05.842Ztflt 0.397829483
34732026-07-20T19:28:05.850Zdflt 1.637089883
34742026-07-20T19:28:05.850Zkflt 0.000355452
34752026-07-20T19:28:05.850Zlock 30:44.585769919
34762026-07-20T19:28:05.850Zslp 19:51.117671329
34772026-07-20T19:28:05.850Zlat 42.457359388
34782026-07-20T19:28:05.850Zstop 3:01.466287770
34792026-07-20T19:28:05.850Z+ mkdir tests
34802026-07-20T19:28:05.850Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34812026-07-20T19:28:05.850Z+ xargs -I '{}' -t cp '{}' tests/
34822026-07-20T19:28:05.871Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-2e35cbd4c86b5888 tests/
34832026-07-20T19:28:05.898Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-bc564b72c0409794 tests/
34842026-07-20T19:28:05.932Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-2909b50dda026b43 tests/
34852026-07-20T19:28:05.958Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-edfb0201e5ff36e5 tests/
34862026-07-20T19:28:06.291Z+ 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)
34872026-07-20T19:28:06.296Z+ 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-bc564b72c0409794 tests/commtest-2909b50dda026b43 tests/dhcp_server-2e35cbd4c86b5888 tests/end_to_end_tests-edfb0201e5ff36e5 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
34882026-07-20T19:29:25.925ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34892026-07-20T19:29:25.925Za .github/buildomat/ci-env.sh 1K
34902026-07-20T19:29:25.925Za out/target/test 1K
34912026-07-20T19:29:25.925Za out/npuzone/npuzone 27402K
34922026-07-20T19:29:25.925Za package-manifest.toml 35K
34932026-07-20T19:29:25.925Za smf/sled-agent/non-gimlet/config.toml 6K
34942026-07-20T19:29:25.925Za target/release/omicron-package 40729K
34952026-07-20T19:29:25.926Za target/release/xtask 10468K
34962026-07-20T19:29:25.926Za target/debug/bootstrap 349628K
34972026-07-20T19:29:25.926Za tests/bootstrap-bc564b72c0409794 31974K
34982026-07-20T19:29:25.926Za tests/commtest-2909b50dda026b43 32169K
34992026-07-20T19:29:25.926Za tests/dhcp_server-2e35cbd4c86b5888 31974K
35002026-07-20T19:29:25.926Za tests/end_to_end_tests-edfb0201e5ff36e5 399501K
35012026-07-20T19:29:25.926Za tools/opte_version 1K
35022026-07-20T19:29:25.926Za tools/opte_version_override 2K
35032026-07-20T19:29:25.926Za out/clickhouse.tar.gz 310742K
35042026-07-20T19:29:25.926Za out/clickhouse_keeper.tar.gz 297207K
35052026-07-20T19:29:25.926Za out/clickhouse_server.tar.gz 310739K
35062026-07-20T19:29:25.926Za out/cockroachdb.tar.gz 161745K
35072026-07-20T19:29:25.926Za out/crucible-pantry-zone.tar.gz 39111K
35082026-07-20T19:29:25.926Za out/crucible-utils.tar 18900K
35092026-07-20T19:29:25.926Za out/crucible-zone.tar.gz 53806K
35102026-07-20T19:29:25.926Za out/external-dns.tar.gz 46168K
35112026-07-20T19:29:25.927Za out/internal-dns.tar.gz 46167K
35122026-07-20T19:29:25.927Za out/mg-ddm-gz.tar 102717K
35132026-07-20T19:29:25.927Za out/nexus.tar.gz 273795K
35142026-07-20T19:29:25.927Za out/ntp.tar.gz 29914K
35152026-07-20T19:29:25.927Za out/omicron-gateway-softnpu.tar.gz 27709K
35162026-07-20T19:29:25.927Za out/omicron-sled-agent.tar 191390K
35172026-07-20T19:29:25.927Za out/overlay.tar.gz 4K
35182026-07-20T19:29:25.927Za out/oximeter.tar.gz 60220K
35192026-07-20T19:29:25.927Za out/oxlog.tar 3808K
35202026-07-20T19:29:25.927Za out/probe.tar.gz 3037K
35212026-07-20T19:29:25.927Za out/propolis-server.tar.gz 34372K
35222026-07-20T19:29:25.927Za out/pumpkind-gz.tar 26647K
35232026-07-20T19:29:25.927Za out/switch-softnpu.tar.gz 450046K
35242026-07-20T19:29:25.931Z
35252026-07-20T19:29:25.931Zreal 1:19.632445480
35262026-07-20T19:29:25.931Zuser 1:17.041892754
35272026-07-20T19:29:25.931Zsys 4.368788213
35282026-07-20T19:29:25.931Ztrap 0.005977818
35292026-07-20T19:29:25.931Ztflt 0.000000000
35302026-07-20T19:29:25.931Zdflt 0.000000000
35312026-07-20T19:29:25.931Zkflt 0.000000000
35322026-07-20T19:29:25.931Zlock 0.000000000
35332026-07-20T19:29:25.931Zslp 1:16.916268205
35342026-07-20T19:29:25.931Zlat 0.927137738
35352026-07-20T19:29:25.931Zstop 0.000472698
35362026-07-20T19:29:25.931Zprocess exited: duration 990733 ms, exit code 0
 
35372026-07-20T19:29:25.946Zfound 1 output files
35382026-07-20T19:29:25.946Zuploading: /work/package.tar.gz (2484238650 bytes)
35392026-07-20T19:29:59.798Zuploaded: /work/package.tar.gz