01M0XAWQ44PEX5RG94W8AB6J2F: 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: 01M0XAXCDVQGZSH5MKZRS9TCEW

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-25T20:49:30.027Zjob assigned to worker 01M0XAXH4R58QZBAPS04Y1CJQP [factory aws, i-08d3591fc618bf863] (queued for 47 s)
 
22026-08-25T20:49:36.820Zstarting task 0: "setup"
32026-08-25T20:49:36.824Z++ uname -s
42026-08-25T20:49:36.827Z+ kern=SunOS
52026-08-25T20:49:36.827Z+ build_user=build
62026-08-25T20:49:36.827Z+ build_uid=12345
72026-08-25T20:49:36.827Z+ work_dir=/work
82026-08-25T20:49:36.827Z+ input_dir=/input
92026-08-25T20:49:36.827Z+ [[ 0 == 12345 ]]
102026-08-25T20:49:36.827Z+ case "$kern" in
112026-08-25T20:49:36.827Z+ groupadd -g 12345 build
122026-08-25T20:49:36.831Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-25T20:49:38.839Z+ zfs create -o mountpoint=/work rpool/work
142026-08-25T20:49:38.952Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-25T20:49:38.956Z+ home_fs=zfs
162026-08-25T20:49:38.956Z+ [[ zfs == autofs ]]
172026-08-25T20:49:38.956Z+ mkdir -p /home/build
182026-08-25T20:49:38.956Z+ chown build:build /home/build /work
192026-08-25T20:49:40.959Z+ chmod 0700 /home/build /work
202026-08-25T20:49:40.962Zprocess exited: duration 4146 ms, exit code 0
 
212026-08-25T20:49:40.969Zstarting task 1: "rust-toolchain"
222026-08-25T20:49:40.977Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-25T20:49:40.977Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-25T20:49:40.977Z * rust toolchain channel = "1.97.1"
252026-08-25T20:49:40.977Z * rust toolchain profile = "default"
262026-08-25T20:49:40.977Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-25T20:49:40.977Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-25T20:49:40.981Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-25T20:49:40.981Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-25T20:49:41.067Zinfo: downloading installer
312026-08-25T20:49:42.689Zwarn: It looks like you have an existing rustup settings file at:
322026-08-25T20:49:42.689Zwarn: /home/build/.rustup/settings.toml
332026-08-25T20:49:42.689Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-25T20:49:42.689Zwarn: instead of the one inferred from the default host triple.
352026-08-25T20:49:42.701Zinfo: profile set to default
362026-08-25T20:49:42.701Zinfo: default host triple is x86_64-unknown-illumos
372026-08-25T20:49:42.705Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-25T20:49:42.840Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-25T20:49:42.844Zinfo: downloading 6 components
402026-08-25T20:49:56.686Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-25T20:49:56.686Z
422026-08-25T20:49:56.713Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-25T20:49:56.713Z
442026-08-25T20:49:56.713Z
452026-08-25T20:49:56.713ZRust is installed now. Great!
462026-08-25T20:49:56.713Z
472026-08-25T20:49:56.716ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-25T20:49:56.716Zenvironment variable. This has not been done automatically.
492026-08-25T20:49:56.716Z
502026-08-25T20:49:56.716ZTo configure your current shell, you need to source
512026-08-25T20:49:56.716Zthe corresponding env file under $HOME/.cargo.
522026-08-25T20:49:56.716Z
532026-08-25T20:49:56.716ZThis is usually done by running one of the following (note the leading DOT):
542026-08-25T20:49:56.716Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-25T20:49:56.716Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-25T20:49:56.716Zsource "~/.cargo/env.nu" # For nushell
572026-08-25T20:49:56.716Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-25T20:49:56.716Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-25T20:49:56.716Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-25T20:49:56.716Zwarn: no default linker (`cc`) was found in your PATH
612026-08-25T20:49:56.716Zwarn: many Rust crates require a system C toolchain to build
622026-08-25T20:49:56.823Z+ rustup --version
632026-08-25T20:49:56.831Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-25T20:49:56.833Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-25T20:49:56.849Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-25T20:49:56.851Z+ cargo --version
672026-08-25T20:49:56.860Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-25T20:49:56.863Z+ rustc --version
692026-08-25T20:49:56.883Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-25T20:49:56.889Zprocess exited: duration 15919 ms, exit code 0
 
712026-08-25T20:49:56.894Zstarting task 2: "authentication"
722026-08-25T20:49:56.914Zprocess exited: duration 19 ms, exit code 0
 
732026-08-25T20:49:56.924Zstarting task 3: "clone repository"
742026-08-25T20:49:56.927Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-25T20:49:56.930Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-25T20:49:56.963ZCloning into '/work/oxidecomputer/omicron'...
772026-08-25T20:50:10.290Z+ cd /work/oxidecomputer/omicron
782026-08-25T20:50:10.290Z+ git fetch origin 21f4906c9de6e22133caa19a43cf24585fc8f144
792026-08-25T20:50:10.679ZFrom https://github.com/oxidecomputer/omicron
802026-08-25T20:50:10.679Z * branch 21f4906c9de6e22133caa19a43cf24585fc8f144 -> FETCH_HEAD
812026-08-25T20:50:10.695Z+ [[ -n update-bgp-src-addr-description ]]
822026-08-25T20:50:10.698Z++ git branch --show-current
832026-08-25T20:50:10.700Z+ current=main
842026-08-25T20:50:10.700Z+ [[ main != update-bgp-src-addr-description ]]
852026-08-25T20:50:10.700Z+ git branch -f update-bgp-src-addr-description 21f4906c9de6e22133caa19a43cf24585fc8f144
862026-08-25T20:50:10.703Z+ git checkout -f update-bgp-src-addr-description
872026-08-25T20:50:10.955ZSwitched to branch 'update-bgp-src-addr-description'
882026-08-25T20:50:10.958Z+ git reset --hard 21f4906c9de6e22133caa19a43cf24585fc8f144
892026-08-25T20:50:10.986ZHEAD is now at 21f4906c9 update bgp peer src addr description
902026-08-25T20:50:10.989Zprocess exited: duration 14064 ms, exit code 0
 
912026-08-25T20:50:10.995Zstarting task 4: "build"
922026-08-25T20:50:11.001Z+ source .github/buildomat/ci-env.sh
932026-08-25T20:50:11.001Z++ export CARGO_TERM_COLOR=always
942026-08-25T20:50:11.001Z++ CARGO_TERM_COLOR=always
952026-08-25T20:50:11.005Z+++ uname -s
962026-08-25T20:50:11.005Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-25T20:50:11.005Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-25T20:50:11.008Z+ cargo --version
992026-08-25T20:50:11.015Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-25T20:50:11.018Z+ rustc --version
1012026-08-25T20:50:11.040Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-25T20:50:11.042Z+ WORK=/work
1032026-08-25T20:50:11.042Z+ pfexec mkdir -p /work
1042026-08-25T20:50:11.046Z+ pfexec chown build /work
1052026-08-25T20:50:11.048Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-08-25T20:50:13.417Z Startup: Refreshing catalog 'helios' ... Done
1072026-08-25T20:50:13.802Z Startup: Caching catalogs ... Done
1082026-08-25T20:50:15.984ZPlanning: Solver setup ... Done (2.065s)
1092026-08-25T20:50:16.045ZPlanning: Running solver ... Done (0.062s)
1102026-08-25T20:50:16.094ZPlanning: Finding local manifests ... Done (0.003s)
1112026-08-25T20:50:16.106ZPlanning: Fetching manifests: 0/2 0% complete
1122026-08-25T20:50:16.133ZPlanning: Fetching manifests: 2/2 100% complete
1132026-08-25T20:50:16.149ZPlanning: Package planning ... Done (0.015s)
1142026-08-25T20:50:16.152ZPlanning: Merging actions ... Done (0.001s)
1152026-08-25T20:50:16.370ZPlanning: Checking for conflicting actions ... Done (0.220s)
1162026-08-25T20:50:16.373ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-08-25T20:50:17.273ZPlanning: Evaluating mediators ... Done (0.902s)
1182026-08-25T20:50:17.277ZPlanning: Planning completed in 3.44 seconds
1192026-08-25T20:50:17.283Z Packages to install: 2
1202026-08-25T20:50:17.283Z Estimated space available: 156.01 GB
1212026-08-25T20:50:17.283ZEstimated space to be consumed: 80.56 MB
1222026-08-25T20:50:17.286Z Create boot environment: No
1232026-08-25T20:50:17.286ZCreate backup boot environment: No
1242026-08-25T20:50:17.286Z Rebuild boot archive: No
1252026-08-25T20:50:17.286Z
1262026-08-25T20:50:17.286ZChanged packages:
1272026-08-25T20:50:17.286Zhelios
1282026-08-25T20:50:17.286Z developer/build-essential
1292026-08-25T20:50:17.286Z None -> 11-3.0
1302026-08-25T20:50:17.286Z library/libxmlsec1
1312026-08-25T20:50:17.286Z None -> 1.2.35-3.0
1322026-08-25T20:50:17.308Z
1332026-08-25T20:50:17.308ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-08-25T20:50:17.376ZDownload: Completed 1.28 MB in 0.07 seconds (18.8M/s)
1352026-08-25T20:50:17.430Z Actions: 1/268 actions (Installing new actions)
1362026-08-25T20:50:17.468Z Actions: Completed 268 actions in 0.04 seconds.
1372026-08-25T20:50:17.506ZFinalize: Updating package state database ... Done (0.038s)
1382026-08-25T20:50:17.507ZFinalize: Updating package cache ... Done (0.000s)
1392026-08-25T20:50:17.596ZFinalize: Updating image state ... Done (0.090s)
1402026-08-25T20:50:20.264ZFinalize: Creating fast lookup database ... Done (2.614s)
1412026-08-25T20:50:20.333ZFinalize: Reading search index ... Done (0.012s)
1422026-08-25T20:50:20.337ZFinalize: Updating search index ... Done (0.000s)
1432026-08-25T20:50:20.425ZFinalize: Updating package cache ... Done (0.000s)
1442026-08-25T20:50:20.796ZPlanning: Evaluating mediator changes ... Done
1452026-08-25T20:50:20.901ZPlanning: Checking for conflicting actions ... Done
1462026-08-25T20:50:20.903ZPlanning: Consolidating action changes ... Done
1472026-08-25T20:50:21.058ZPlanning: Evaluating mediators ... Done
1482026-08-25T20:50:21.061ZPlanning: Planning completed in 0.26 seconds
1492026-08-25T20:50:21.081Z Mediators to change: 2
1502026-08-25T20:50:21.081Z Create boot environment: No
1512026-08-25T20:50:21.081ZCreate backup boot environment: No
1522026-08-25T20:50:21.121ZFinalize: Updating package state database ... Done
1532026-08-25T20:50:21.121ZFinalize: Updating package cache ... Done
1542026-08-25T20:50:21.178ZFinalize: Updating image state ... Done
1552026-08-25T20:50:23.117ZFinalize: Creating fast lookup database ... Done
1562026-08-25T20:50:23.178ZFinalize: Reading search index ... Done
1572026-08-25T20:50:23.183ZFinalize: Updating search index ... Done
1582026-08-25T20:50:23.238ZFinalize: Updating package cache ... Done
1592026-08-25T20:50:23.522ZPlanning: Evaluating mediator changes ... Done
1602026-08-25T20:50:23.627ZPlanning: Checking for conflicting actions ... Done
1612026-08-25T20:50:23.630ZPlanning: Consolidating action changes ... Done
1622026-08-25T20:50:23.785ZPlanning: Evaluating mediators ... Done
1632026-08-25T20:50:23.788ZPlanning: Planning completed in 0.26 seconds
1642026-08-25T20:50:23.808Z Mediators to change: 1
1652026-08-25T20:50:23.808Z Create boot environment: No
1662026-08-25T20:50:23.808ZCreate backup boot environment: No
1672026-08-25T20:50:23.849ZFinalize: Updating package state database ... Done
1682026-08-25T20:50:23.849ZFinalize: Updating package cache ... Done
1692026-08-25T20:50:23.902ZFinalize: Updating image state ... Done
1702026-08-25T20:50:25.855ZFinalize: Creating fast lookup database ... Done
1712026-08-25T20:50:25.914ZFinalize: Reading search index ... Done
1722026-08-25T20:50:25.917ZFinalize: Updating search index ... Done
1732026-08-25T20:50:26.003ZFinalize: Updating package cache ... Done
1742026-08-25T20:50:26.319ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-08-25T20:50:26.319Zapache system 2.4 system
1762026-08-25T20:50:26.319Zclang system 15 system
1772026-08-25T20:50:26.319Zcsh system system illumos
1782026-08-25T20:50:26.319Zctags system system illumos
1792026-08-25T20:50:26.319Zfile vendor vendor darwinsys
1802026-08-25T20:50:26.319Zfile system system illumos
1812026-08-25T20:50:26.319Zgcc vendor 14 vendor
1822026-08-25T20:50:26.319Zgcc system 13 system
1832026-08-25T20:50:26.319Zgcc system 10 system
1842026-08-25T20:50:26.319Zgo system 1.25 system
1852026-08-25T20:50:26.319Zllvm system 15 system
1862026-08-25T20:50:26.319Zmariadb system 11.4 system
1872026-08-25T20:50:26.319Zmta vendor vendor dma
1882026-08-25T20:50:26.320Zopenjdk system 17 system
1892026-08-25T20:50:26.320Zopenjdk system 11 system
1902026-08-25T20:50:26.320Zopenssl vendor 3 vendor
1912026-08-25T20:50:26.320Zperl system 5.40 system
1922026-08-25T20:50:26.320Zpostgresql system 18 system
1932026-08-25T20:50:26.320Zpostgresql system 17 system
1942026-08-25T20:50:26.320Zpython vendor 3 vendor
1952026-08-25T20:50:26.320Zpython system 2 system
1962026-08-25T20:50:26.320Zpython3 vendor 3.13 vendor
1972026-08-25T20:50:26.320Zruby system 3.4 system
1982026-08-25T20:50:26.320Zruby system 3.0 system
1992026-08-25T20:50:26.320Zwords vendor vendor american-english
2002026-08-25T20:50:26.320Zwords system system australian-english
2012026-08-25T20:50:26.320Zwords system system british-english
2022026-08-25T20:50:26.320Zwords system system canadian-english
2032026-08-25T20:50:26.320Zwords system system french
2042026-08-25T20:50:26.320Zwords system system italian
2052026-08-25T20:50:26.320Zwords system system ngerman
2062026-08-25T20:50:26.320Zwords system system ogerman
2072026-08-25T20:50:26.320Zwords system system spanish
2082026-08-25T20:50:26.575ZPUBLISHER TYPE STATUS P LOCATION
2092026-08-25T20:50:26.575Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-08-25T20:50:27.073ZFMRI IFO
2112026-08-25T20:50:27.073Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-08-25T20:50:27.073Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-08-25T20:50:27.073Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-08-25T20:50:27.073Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-08-25T20:50:27.074Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-08-25T20:50:27.074Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-08-25T20:50:27.074Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-08-25T20:50:27.074Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-08-25T20:50:27.074Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-08-25T20:50:27.407Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-08-25T20:50:27.767Z Updating crates.io index
2222026-08-25T20:50:27.770Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-08-25T20:50:28.030Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-08-25T20:50:28.513Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-08-25T20:50:29.503Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-08-25T20:50:30.163Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-08-25T20:50:32.490Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-08-25T20:50:33.422Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-08-25T20:50:33.735Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-08-25T20:50:34.192Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-08-25T20:50:36.106Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-08-25T20:50:36.700Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-08-25T20:50:37.119Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-08-25T20:50:37.506Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2352026-08-25T20:50:38.072Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2362026-08-25T20:50:38.528Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2372026-08-25T20:50:38.831Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-08-25T20:50:39.171Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-08-25T20:50:39.902Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2402026-08-25T20:50:40.505Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2412026-08-25T20:50:40.895Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2422026-08-25T20:50:41.237Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2432026-08-25T20:50:41.747Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2442026-08-25T20:50:42.078Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2452026-08-25T20:50:42.655Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2462026-08-25T20:50:43.050Z Updating git repository `https://github.com/oxidecomputer/erebor`
2472026-08-25T20:50:43.314Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2482026-08-25T20:50:43.761Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2492026-08-25T20:50:44.018Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-25T20:50:44.304Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2512026-08-25T20:50:44.723Z Updating git repository `https://github.com/oxidecomputer/ispf`
2522026-08-25T20:50:44.990Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2532026-08-25T20:50:45.313Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2542026-08-25T20:50:45.693Z Updating git repository `https://github.com/oxidecomputer/tough`
2552026-08-25T20:50:46.424Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2562026-08-25T20:50:46.695Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-08-25T20:50:46.972Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2582026-08-25T20:50:47.386Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2592026-08-25T20:50:47.712Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2602026-08-25T20:50:47.975Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2612026-08-25T20:50:48.238Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2622026-08-25T20:50:48.560Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2632026-08-25T20:50:48.818Z Updating git repository `https://github.com/illumos/smf-rs`
2642026-08-25T20:50:49.074Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2652026-08-25T20:50:52.035Z Downloading crates ...
2662026-08-25T20:50:52.085Z Downloaded anstream v1.0.0
2672026-08-25T20:50:52.094Z Downloaded is_terminal_polyfill v1.70.2
2682026-08-25T20:50:52.099Z Downloaded crypto-common v0.1.7
2692026-08-25T20:50:52.103Z Downloaded errno v0.3.14
2702026-08-25T20:50:52.103Z Downloaded memmap v0.7.0
2712026-08-25T20:50:52.107Z Downloaded heck v0.5.0
2722026-08-25T20:50:52.109Z Downloaded proc-macro-error-attr v1.0.4
2732026-08-25T20:50:52.112Z Downloaded zmij v1.0.21
2742026-08-25T20:50:52.115Z Downloaded camino-tempfile v1.4.1
2752026-08-25T20:50:52.118Z Downloaded bytecount v0.6.9
2762026-08-25T20:50:52.118Z Downloaded thread-id v4.2.2
2772026-08-25T20:50:52.121Z Downloaded zerocopy v0.7.35
2782026-08-25T20:50:52.129Z Downloaded plain v0.2.3
2792026-08-25T20:50:52.131Z Downloaded strsim v0.11.1
2802026-08-25T20:50:52.131Z Downloaded usdt v0.5.0
2812026-08-25T20:50:52.131Z Downloaded usdt-macro v0.5.0
2822026-08-25T20:50:52.131Z Downloaded terminal_size v0.4.3
2832026-08-25T20:50:52.131Z Downloaded anstyle-query v1.1.5
2842026-08-25T20:50:52.136Z Downloaded block-buffer v0.10.4
2852026-08-25T20:50:52.139Z Downloaded heck v0.4.1
2862026-08-25T20:50:52.139Z Downloaded cfg-if v1.0.4
2872026-08-25T20:50:52.139Z Downloaded colorchoice v1.0.4
2882026-08-25T20:50:52.142Z Downloaded clap_lex v1.0.0
2892026-08-25T20:50:52.145Z Downloaded autocfg v1.5.0
2902026-08-25T20:50:52.145Z Downloaded cargo_toml v0.21.0
2912026-08-25T20:50:52.148Z Downloaded digest v0.10.7
2922026-08-25T20:50:52.148Z Downloaded fs-err v3.3.0
2932026-08-25T20:50:52.150Z Downloaded anstyle v1.0.14
2942026-08-25T20:50:52.150Z Downloaded anstyle-parse v1.0.0
2952026-08-25T20:50:52.153Z Downloaded equivalent v1.0.2
2962026-08-25T20:50:52.156Z Downloaded fastrand v2.3.0
2972026-08-25T20:50:52.156Z Downloaded cpufeatures v0.2.17
2982026-08-25T20:50:52.156Z Downloaded generic-array v0.14.7
2992026-08-25T20:50:52.160Z Downloaded cargo-platform v0.3.2
3002026-08-25T20:50:52.162Z Downloaded macaddr v1.0.1
3012026-08-25T20:50:52.174Z Downloaded byteorder v1.5.0
3022026-08-25T20:50:52.177Z Downloaded quote v1.0.45
3032026-08-25T20:50:52.184Z Downloaded fnv v1.0.7
3042026-08-25T20:50:52.187Z Downloaded version_check v0.9.5
3052026-08-25T20:50:52.192Z Downloaded dtrace-parser v0.2.0
3062026-08-25T20:50:52.194Z Downloaded toml_write v0.1.2
3072026-08-25T20:50:52.197Z Downloaded scroll_derive v0.12.1
3082026-08-25T20:50:52.197Z Downloaded unicode-linebreak v0.1.5
3092026-08-25T20:50:52.201Z Downloaded itoa v1.0.17
3102026-08-25T20:50:52.205Z Downloaded smawk v0.3.2
3112026-08-25T20:50:52.208Z Downloaded serde_spanned v0.6.9
3122026-08-25T20:50:52.211Z Downloaded pretty-hex v0.4.1
3132026-08-25T20:50:52.211Z Downloaded usdt-attr-macro v0.5.0
3142026-08-25T20:50:52.217Z Downloaded swrite v0.1.0
3152026-08-25T20:50:52.220Z Downloaded serde_tokenstream v0.2.3
3162026-08-25T20:50:52.223Z Downloaded dof v0.3.0
3172026-08-25T20:50:52.226Z Downloaded cargo_metadata v0.23.1
3182026-08-25T20:50:52.226Z Downloaded toml_datetime v0.6.11
3192026-08-25T20:50:52.234Z Downloaded bitflags v2.11.0
3202026-08-25T20:50:52.245Z Downloaded once_cell v1.21.3
3212026-08-25T20:50:52.251Z Downloaded pest_meta v2.8.6
3222026-08-25T20:50:52.259Z Downloaded thiserror v1.0.69
3232026-08-25T20:50:52.262Z Downloaded sha2 v0.10.9
3242026-08-25T20:50:52.262Z Downloaded tabled_derive v0.7.0
3252026-08-25T20:50:52.262Z Downloaded thiserror-impl v1.0.69
3262026-08-25T20:50:52.262Z Downloaded utf8parse v0.2.2
3272026-08-25T20:50:52.262Z Downloaded thiserror v2.0.18
3282026-08-25T20:50:52.265Z Downloaded scroll v0.12.0
3292026-08-25T20:50:52.276Z Downloaded camino v1.2.5
3302026-08-25T20:50:52.279Z Downloaded thiserror-impl v2.0.18
3312026-08-25T20:50:52.288Z Downloaded ucd-trie v0.1.7
3322026-08-25T20:50:52.292Z Downloaded clap_derive v4.6.1
3332026-08-25T20:50:52.292Z Downloaded clap v4.6.1
3342026-08-25T20:50:52.296Z Downloaded getrandom v0.4.3
3352026-08-25T20:50:52.299Z Downloaded anyhow v1.0.104
3362026-08-25T20:50:52.302Z Downloaded tempfile v3.27.0
3372026-08-25T20:50:52.305Z Downloaded toml v0.8.23
3382026-08-25T20:50:52.310Z Downloaded zerocopy-derive v0.7.35
3392026-08-25T20:50:52.313Z Downloaded pest_derive v2.8.6
3402026-08-25T20:50:52.318Z Downloaded usdt-impl v0.5.0
3412026-08-25T20:50:52.321Z Downloaded proc-macro-error v1.0.4
3422026-08-25T20:50:52.325Z Downloaded log v0.4.33
3432026-08-25T20:50:52.330Z Downloaded pest_generator v2.8.6
3442026-08-25T20:50:52.337Z Downloaded proc-macro2 v1.0.106
3452026-08-25T20:50:52.340Z Downloaded unicode-ident v1.0.24
3462026-08-25T20:50:52.343Z Downloaded papergrid v0.11.0
3472026-08-25T20:50:52.343Z Downloaded semver v1.0.28
3482026-08-25T20:50:52.346Z Downloaded textwrap v0.16.2
3492026-08-25T20:50:52.346Z Downloaded serde_core v1.0.228
3502026-08-25T20:50:52.349Z Downloaded serde v1.0.228
3512026-08-25T20:50:52.363Z Downloaded serde_derive v1.0.228
3522026-08-25T20:50:52.367Z Downloaded toml_edit v0.22.27
3532026-08-25T20:50:52.376Z Downloaded memchr v2.8.0
3542026-08-25T20:50:52.394Z Downloaded typenum v1.20.1
3552026-08-25T20:50:52.398Z Downloaded pest v2.8.6
3562026-08-25T20:50:52.420Z Downloaded goblin v0.8.2
3572026-08-25T20:50:52.429Z Downloaded indexmap v2.14.0
3582026-08-25T20:50:52.437Z Downloaded hashbrown v0.17.0
3592026-08-25T20:50:52.441Z Downloaded clap_builder v4.6.0
3602026-08-25T20:50:52.446Z Downloaded serde_json v1.0.151
3612026-08-25T20:50:52.451Z Downloaded winnow v0.7.14
3622026-08-25T20:50:52.458Z Downloaded tabled v0.15.0
3632026-08-25T20:50:52.473Z Downloaded syn v1.0.109
3642026-08-25T20:50:52.487Z Downloaded unicode-width v0.1.14
3652026-08-25T20:50:52.490Z Downloaded unicode-width v0.2.0
3662026-08-25T20:50:52.493Z Downloaded syn v2.0.117
3672026-08-25T20:50:52.511Z Downloaded rustix v1.1.4
3682026-08-25T20:50:52.542Z Downloaded libc v0.2.185
3692026-08-25T20:50:52.605Z Compiling proc-macro2 v1.0.106
3702026-08-25T20:50:52.605Z Compiling quote v1.0.45
3712026-08-25T20:50:52.608Z Compiling unicode-ident v1.0.24
3722026-08-25T20:50:52.608Z Compiling serde_core v1.0.228
3732026-08-25T20:50:52.608Z Compiling libc v0.2.185
3742026-08-25T20:50:52.608Z Compiling version_check v0.9.5
3752026-08-25T20:50:52.608Z Compiling memchr v2.8.0
3762026-08-25T20:50:52.608Z Compiling serde v1.0.228
3772026-08-25T20:50:52.608Z Compiling zmij v1.0.21
3782026-08-25T20:50:52.608Z Compiling itoa v1.0.17
3792026-08-25T20:50:52.778Z Compiling thiserror v1.0.69
3802026-08-25T20:50:52.782Z Compiling ucd-trie v0.1.7
3812026-08-25T20:50:52.782Z Compiling rustix v1.1.4
3822026-08-25T20:50:52.782Z Compiling byteorder v1.5.0
3832026-08-25T20:50:52.987Z Compiling bitflags v2.11.0
3842026-08-25T20:50:53.130Z Compiling serde_json v1.0.151
3852026-08-25T20:50:53.171Z Compiling usdt-impl v0.5.0
3862026-08-25T20:50:53.204Z Compiling pest v2.8.6
3872026-08-25T20:50:53.207Z Compiling proc-macro-error-attr v1.0.4
3882026-08-25T20:50:53.234Z Compiling camino v1.2.5
3892026-08-25T20:50:53.237Z Compiling syn v1.0.109
3902026-08-25T20:50:53.285Z Compiling proc-macro-error v1.0.4
3912026-08-25T20:50:53.486Z Compiling log v0.4.33
3922026-08-25T20:50:53.508Z Compiling equivalent v1.0.2
3932026-08-25T20:50:53.572Z Compiling hashbrown v0.17.0
3942026-08-25T20:50:53.576Z Compiling plain v0.2.3
3952026-08-25T20:50:53.576Z Compiling utf8parse v0.2.2
3962026-08-25T20:50:53.576Z Compiling getrandom v0.4.3
3972026-08-25T20:50:53.701Z Compiling anstyle-parse v1.0.0
3982026-08-25T20:50:53.719Z Compiling winnow v0.7.14
3992026-08-25T20:50:53.737Z Compiling anstyle v1.0.14
4002026-08-25T20:50:53.741Z Compiling anstyle-query v1.1.5
4012026-08-25T20:50:53.741Z Compiling is_terminal_polyfill v1.70.2
4022026-08-25T20:50:53.791Z Compiling cfg-if v1.0.4
4032026-08-25T20:50:53.808Z Compiling autocfg v1.5.0
4042026-08-25T20:50:53.824Z Compiling pretty-hex v0.4.1
4052026-08-25T20:50:53.887Z Compiling errno v0.3.14
4062026-08-25T20:50:53.904Z Compiling thread-id v4.2.2
4072026-08-25T20:50:53.920Z Compiling thiserror v2.0.18
4082026-08-25T20:50:53.923Z Compiling colorchoice v1.0.4
4092026-08-25T20:50:53.923Z Compiling toml_write v0.1.2
4102026-08-25T20:50:54.013Z Compiling unicode-width v0.1.14
4112026-08-25T20:50:54.047Z Compiling anstream v1.0.0
4122026-08-25T20:50:54.079Z Compiling indexmap v2.14.0
4132026-08-25T20:50:54.096Z Compiling fastrand v2.3.0
4142026-08-25T20:50:54.096Z Compiling anyhow v1.0.104
4152026-08-25T20:50:54.173Z Compiling bytecount v0.6.9
4162026-08-25T20:50:54.245Z Compiling fnv v1.0.7
4172026-08-25T20:50:54.269Z Compiling fs-err v3.3.0
4182026-08-25T20:50:54.282Z Compiling pest_meta v2.8.6
4192026-08-25T20:50:54.347Z Compiling syn v2.0.117
4202026-08-25T20:50:54.383Z Compiling clap_lex v1.0.0
4212026-08-25T20:50:54.403Z Compiling once_cell v1.21.3
4222026-08-25T20:50:54.406Z Compiling heck v0.4.1
4232026-08-25T20:50:54.438Z Compiling heck v0.5.0
4242026-08-25T20:50:54.484Z Compiling strsim v0.11.1
4252026-08-25T20:50:54.633Z Compiling papergrid v0.11.0
4262026-08-25T20:50:54.648Z Compiling memmap v0.7.0
4272026-08-25T20:50:54.651Z Compiling smawk v0.3.2
4282026-08-25T20:50:54.678Z Compiling unicode-width v0.2.0
4292026-08-25T20:50:54.695Z Compiling unicode-linebreak v0.1.5
4302026-08-25T20:50:54.825Z Compiling swrite v0.1.0
4312026-08-25T20:50:54.870Z Compiling terminal_size v0.4.3
4322026-08-25T20:50:54.870Z Compiling tempfile v3.27.0
4332026-08-25T20:50:54.978Z Compiling clap_builder v4.6.0
4342026-08-25T20:50:55.033Z Compiling textwrap v0.16.2
4352026-08-25T20:50:55.164Z Compiling cargo-platform v0.3.2
4362026-08-25T20:50:55.182Z Compiling semver v1.0.28
4372026-08-25T20:50:55.396Z Compiling camino-tempfile v1.4.1
4382026-08-25T20:50:55.792Z Compiling tabled_derive v0.7.0
4392026-08-25T20:50:56.481Z Compiling pest_generator v2.8.6
4402026-08-25T20:50:56.494Z Compiling tabled v0.15.0
4412026-08-25T20:50:57.008Z Compiling serde_derive v1.0.228
4422026-08-25T20:50:57.008Z Compiling thiserror-impl v1.0.69
4432026-08-25T20:50:57.008Z Compiling zerocopy-derive v0.7.35
4442026-08-25T20:50:57.011Z Compiling scroll_derive v0.12.1
4452026-08-25T20:50:57.011Z Compiling thiserror-impl v2.0.18
4462026-08-25T20:50:57.011Z Compiling clap_derive v4.6.1
4472026-08-25T20:50:57.074Z Compiling pest_derive v2.8.6
4482026-08-25T20:50:57.616Z Compiling scroll v0.12.0
4492026-08-25T20:50:57.700Z Compiling zerocopy v0.7.35
4502026-08-25T20:50:57.832Z Compiling goblin v0.8.2
4512026-08-25T20:50:58.024Z Compiling dtrace-parser v0.2.0
4522026-08-25T20:50:58.337Z Compiling clap v4.6.1
4532026-08-25T20:50:59.428Z Compiling serde_spanned v0.6.9
4542026-08-25T20:50:59.428Z Compiling toml_datetime v0.6.11
4552026-08-25T20:50:59.431Z Compiling cargo_metadata v0.23.1
4562026-08-25T20:50:59.431Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4572026-08-25T20:50:59.431Z Compiling macaddr v1.0.1
4582026-08-25T20:50:59.431Z Compiling dof v0.3.0
4592026-08-25T20:50:59.431Z Compiling serde_tokenstream v0.2.3
4602026-08-25T20:50:59.679Z Compiling toml_edit v0.22.27
4612026-08-25T20:51:00.163Z Compiling usdt-attr-macro v0.5.0
4622026-08-25T20:51:00.163Z Compiling usdt-macro v0.5.0
4632026-08-25T20:51:00.749Z Compiling usdt v0.5.0
4642026-08-25T20:51:00.924Z Compiling toml v0.8.23
4652026-08-25T20:51:01.244Z Compiling cargo_toml v0.21.0
4662026-08-25T20:51:02.531Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4672026-08-25T20:51:04.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.34s
4682026-08-25T20:51:04.860Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4692026-08-25T20:51:05.332Z Downloading crates ...
4702026-08-25T20:51:05.388Z Downloaded adler2 v2.0.1
4712026-08-25T20:51:05.426Z Downloaded aead v0.5.2
4722026-08-25T20:51:05.427Z Downloaded async-stream-impl v0.3.6
4732026-08-25T20:51:05.427Z Downloaded async-stream v0.3.6
4742026-08-25T20:51:05.427Z Downloaded flagset v0.4.7
4752026-08-25T20:51:05.427Z Downloaded atomic-waker v1.1.2
4762026-08-25T20:51:05.427Z Downloaded bit-set v0.5.3
4772026-08-25T20:51:05.427Z Downloaded array-init v0.0.4
4782026-08-25T20:51:05.427Z Downloaded assert_matches v1.5.0
4792026-08-25T20:51:05.427Z Downloaded ascii-canvas v3.0.0
4802026-08-25T20:51:05.427Z Downloaded arrayref v0.3.9
4812026-08-25T20:51:05.427Z Downloaded backoff v0.4.0
4822026-08-25T20:51:05.427Z Downloaded bit-vec v0.8.0
4832026-08-25T20:51:05.427Z Downloaded const-oid v0.10.2
4842026-08-25T20:51:05.427Z Downloaded anstyle-parse v0.2.7
4852026-08-25T20:51:05.427Z Downloaded hubpack_derive v0.1.1
4862026-08-25T20:51:05.428Z Downloaded globset v0.4.18
4872026-08-25T20:51:05.428Z Downloaded atty v0.2.14
4882026-08-25T20:51:05.428Z Downloaded expectorate v1.2.0
4892026-08-25T20:51:05.428Z Downloaded async-recursion v1.1.1
4902026-08-25T20:51:05.428Z Downloaded endian-type v0.1.2
4912026-08-25T20:51:05.428Z Downloaded hostname v0.4.2
4922026-08-25T20:51:05.428Z Downloaded fallible-iterator v0.2.0
4932026-08-25T20:51:05.428Z Downloaded base16ct v1.0.0
4942026-08-25T20:51:05.428Z Downloaded bitfield-struct v0.6.2
4952026-08-25T20:51:05.428Z Downloaded base16ct v0.2.0
4962026-08-25T20:51:05.428Z Downloaded bitfield-macros v0.19.4
4972026-08-25T20:51:05.456Z Downloaded atomicwrites v0.4.4
4982026-08-25T20:51:05.456Z Downloaded ciborium-ll v0.2.2
4992026-08-25T20:51:05.456Z Downloaded bb8 v0.8.6
5002026-08-25T20:51:05.456Z Downloaded async-trait v0.1.89
5012026-08-25T20:51:05.457Z Downloaded enum-as-inner v0.6.1
5022026-08-25T20:51:05.457Z Downloaded env_filter v2.0.0
5032026-08-25T20:51:05.457Z Downloaded aead v0.6.1
5042026-08-25T20:51:05.457Z Downloaded fd-lock v4.0.4
5052026-08-25T20:51:05.457Z Downloaded flate2 v1.1.9
5062026-08-25T20:51:05.457Z Downloaded arrayvec v0.7.6
5072026-08-25T20:51:05.457Z Downloaded futures-sink v0.3.32
5082026-08-25T20:51:05.457Z Downloaded futures-core v0.3.32
5092026-08-25T20:51:05.457Z Downloaded gethostname v0.5.0
5102026-08-25T20:51:05.457Z Downloaded futures-task v0.3.32
5112026-08-25T20:51:05.457Z Downloaded cfg_aliases v0.1.1
5122026-08-25T20:51:05.458Z Downloaded cfg_aliases v0.2.1
5132026-08-25T20:51:05.458Z Downloaded ciborium-io v0.2.2
5142026-08-25T20:51:05.458Z Downloaded foreign-types-shared v0.3.1
5152026-08-25T20:51:05.458Z Downloaded futures-io v0.3.32
5162026-08-25T20:51:05.458Z Downloaded fxhash v0.2.1
5172026-08-25T20:51:05.459Z Downloaded enum_dispatch v0.3.13
5182026-08-25T20:51:05.459Z Downloaded filetime v0.2.27
5192026-08-25T20:51:05.459Z Downloaded foreign-types v0.5.0
5202026-08-25T20:51:05.460Z Downloaded fs-err v2.11.0
5212026-08-25T20:51:05.460Z Downloaded castaway v0.2.4
5222026-08-25T20:51:05.460Z Downloaded find-msvc-tools v0.1.9
5232026-08-25T20:51:05.460Z Downloaded float-cmp v0.10.0
5242026-08-25T20:51:05.460Z Downloaded cobs v0.3.0
5252026-08-25T20:51:05.460Z Downloaded funty v2.0.0
5262026-08-25T20:51:05.460Z Downloaded block-padding v0.4.2
5272026-08-25T20:51:05.460Z Downloaded bcrypt-pbkdf v0.11.0
5282026-08-25T20:51:05.460Z Downloaded float-ord v0.3.2
5292026-08-25T20:51:05.460Z Downloaded futures-macro v0.3.32
5302026-08-25T20:51:05.460Z Downloaded compression-core v0.4.31
5312026-08-25T20:51:05.481Z Downloaded foreign-types v0.3.2
5322026-08-25T20:51:05.481Z Downloaded ghash v0.6.0
5332026-08-25T20:51:05.481Z Downloaded backtrace-ext v0.2.1
5342026-08-25T20:51:05.481Z Downloaded anstream v0.6.21
5352026-08-25T20:51:05.481Z Downloaded bit-set v0.8.0
5362026-08-25T20:51:05.481Z Downloaded hash32 v0.3.1
5372026-08-25T20:51:05.481Z Downloaded form_urlencoded v1.2.2
5382026-08-25T20:51:05.481Z Downloaded bitfield v0.19.4
5392026-08-25T20:51:05.481Z Downloaded base64ct v1.8.3
5402026-08-25T20:51:05.481Z Downloaded bcs v0.1.6
5412026-08-25T20:51:05.481Z Downloaded blowfish v0.10.0
5422026-08-25T20:51:05.482Z Downloaded ff v0.14.0
5432026-08-25T20:51:05.482Z Downloaded futures-executor v0.3.32
5442026-08-25T20:51:05.482Z Downloaded home v0.5.12
5452026-08-25T20:51:05.482Z Downloaded foreign-types-shared v0.1.1
5462026-08-25T20:51:05.482Z Downloaded foreign-types-macros v0.2.3
5472026-08-25T20:51:05.482Z Downloaded block-buffer v0.12.1
5482026-08-25T20:51:05.482Z Downloaded normalize-line-endings v0.3.0
5492026-08-25T20:51:05.482Z Downloaded nibble_vec v0.1.0
5502026-08-25T20:51:05.482Z Downloaded cmov v0.5.4
5512026-08-25T20:51:05.482Z Downloaded console v0.16.2
5522026-08-25T20:51:05.482Z Downloaded addr2line v0.25.1
5532026-08-25T20:51:05.482Z Downloaded async-bb8-diesel v0.2.1
5542026-08-25T20:51:05.483Z Downloaded allocator-api2 v0.2.21
5552026-08-25T20:51:05.483Z Downloaded argon2 v0.6.0-rc.8
5562026-08-25T20:51:05.483Z Downloaded hash32 v0.2.1
5572026-08-25T20:51:05.483Z Downloaded nodrop v0.1.14
5582026-08-25T20:51:05.483Z Downloaded headers-core v0.3.0
5592026-08-25T20:51:05.483Z Downloaded openssl-macros v0.1.1
5602026-08-25T20:51:05.483Z Downloaded globwalk v0.9.1
5612026-08-25T20:51:05.483Z Downloaded http-range v0.1.5
5622026-08-25T20:51:05.483Z Downloaded oso-derive v0.27.3
5632026-08-25T20:51:05.494Z Downloaded http-body v1.0.1
5642026-08-25T20:51:05.494Z Downloaded httpdate v1.0.3
5652026-08-25T20:51:05.494Z Downloaded compression-codecs v0.4.37
5662026-08-25T20:51:05.494Z Downloaded buf-list v1.1.2
5672026-08-25T20:51:05.497Z Downloaded cipher v0.4.4
5682026-08-25T20:51:05.497Z Downloaded cassowary v0.3.0
5692026-08-25T20:51:05.497Z Downloaded cmake v0.1.57
5702026-08-25T20:51:05.497Z Downloaded hex-literal v1.1.0
5712026-08-25T20:51:05.497Z Downloaded bs58 v0.5.1
5722026-08-25T20:51:05.497Z Downloaded cipher v0.5.2
5732026-08-25T20:51:05.497Z Downloaded hostname v0.3.1
5742026-08-25T20:51:05.497Z Downloaded hubpack v0.1.2
5752026-08-25T20:51:05.497Z Downloaded powerfmt v0.2.0
5762026-08-25T20:51:05.500Z Downloaded predicates-core v1.0.10
5772026-08-25T20:51:05.500Z Downloaded predicates-tree v1.0.13
5782026-08-25T20:51:05.500Z Downloaded foldhash v0.2.0
5792026-08-25T20:51:05.503Z Downloaded argon2 v0.5.3
5802026-08-25T20:51:05.503Z Downloaded byte-wrapper v0.1.0
5812026-08-25T20:51:05.503Z Downloaded env_logger v0.11.11
5822026-08-25T20:51:05.506Z Downloaded erased-serde v0.3.31
5832026-08-25T20:51:05.506Z Downloaded cbc v0.2.1
5842026-08-25T20:51:05.507Z Downloaded bitflags v1.3.2
5852026-08-25T20:51:05.510Z Downloaded ahash v0.8.12
5862026-08-25T20:51:05.510Z Downloaded bit-vec v0.6.3
5872026-08-25T20:51:05.510Z Downloaded getrandom v0.3.4
5882026-08-25T20:51:05.513Z Downloaded const-oid v0.9.6
5892026-08-25T20:51:05.513Z Downloaded hex v0.4.3
5902026-08-25T20:51:05.520Z Downloaded cexpr v0.6.0
5912026-08-25T20:51:05.523Z Downloaded chacha20 v0.9.1
5922026-08-25T20:51:05.523Z Downloaded rfc6979 v0.4.0
5932026-08-25T20:51:05.523Z Downloaded num-integer v0.1.46
5942026-08-25T20:51:05.526Z Downloaded num_enum v0.5.11
5952026-08-25T20:51:05.526Z Downloaded num_enum_derive v0.7.6
5962026-08-25T20:51:05.529Z Downloaded radium v0.7.0
5972026-08-25T20:51:05.529Z Downloaded secrecy v0.10.3
5982026-08-25T20:51:05.529Z Downloaded rand_xorshift v0.4.0
5992026-08-25T20:51:05.529Z Downloaded rustc-hash v2.1.1
6002026-08-25T20:51:05.532Z Downloaded sqlparser_derive v0.5.0
6012026-08-25T20:51:05.535Z Downloaded scopeguard v1.2.0
6022026-08-25T20:51:05.538Z Downloaded owo-colors v4.3.0
6032026-08-25T20:51:05.540Z Downloaded ff v0.13.1
6042026-08-25T20:51:05.540Z Downloaded fixedbitset v0.4.2
6052026-08-25T20:51:05.540Z Downloaded flume v0.11.1
6062026-08-25T20:51:05.543Z Downloaded pkg-config v0.3.32
6072026-08-25T20:51:05.543Z Downloaded cancel-safe-futures v0.1.5
6082026-08-25T20:51:05.546Z Downloaded clang-sys v1.8.1
6092026-08-25T20:51:05.546Z Downloaded colored v3.1.1
6102026-08-25T20:51:05.546Z Downloaded console v0.15.11
6112026-08-25T20:51:05.549Z Downloaded fixedbitset v0.5.7
6122026-08-25T20:51:05.549Z Downloaded bzip2 v0.6.1
6132026-08-25T20:51:05.552Z Downloaded colored v2.2.0
6142026-08-25T20:51:05.552Z Downloaded camino-tempfile-ext v0.3.3
6152026-08-25T20:51:05.552Z Downloaded chacha20 v0.10.0
6162026-08-25T20:51:05.555Z Downloaded pbkdf2 v0.13.0
6172026-08-25T20:51:05.555Z Downloaded primeorder v0.13.6
6182026-08-25T20:51:05.555Z Downloaded testing_table v0.3.0
6192026-08-25T20:51:05.555Z Downloaded tokio-macros v2.7.0
6202026-08-25T20:51:05.558Z Downloaded fs_extra v1.3.0
6212026-08-25T20:51:05.558Z Downloaded http-body-util v0.1.3
6222026-08-25T20:51:05.558Z Downloaded time-core v0.1.8
6232026-08-25T20:51:05.558Z Downloaded blake2 v0.11.0-rc.6
6242026-08-25T20:51:05.561Z Downloaded glob v0.3.3
6252026-08-25T20:51:05.564Z Downloaded humantime v2.3.0
6262026-08-25T20:51:05.564Z Downloaded git-stub v1.0.0
6272026-08-25T20:51:05.567Z Downloaded highway v1.3.0
6282026-08-25T20:51:05.567Z Downloaded backon v1.6.0
6292026-08-25T20:51:05.570Z Downloaded signal-hook-mio v0.2.5
6302026-08-25T20:51:05.573Z Downloaded git-stub-vcs v0.1.0
6312026-08-25T20:51:05.577Z Downloaded group v0.13.0
6322026-08-25T20:51:05.577Z Downloaded blake2 v0.10.6
6332026-08-25T20:51:05.580Z Downloaded utf-8 v0.7.6
6342026-08-25T20:51:05.580Z Downloaded ar_archive_writer v0.5.1
6352026-08-25T20:51:05.580Z Downloaded futures-channel v0.3.32
6362026-08-25T20:51:05.580Z Downloaded getrandom v0.2.17
6372026-08-25T20:51:05.583Z Downloaded serde_tokenstream v0.3.0
6382026-08-25T20:51:05.583Z Downloaded futures v0.3.32
6392026-08-25T20:51:05.586Z Downloaded subtle v2.6.1
6402026-08-25T20:51:05.586Z Downloaded supports-unicode v3.0.0
6412026-08-25T20:51:05.586Z Downloaded serde_path_to_error v0.1.20
6422026-08-25T20:51:05.586Z Downloaded spki v0.8.0
6432026-08-25T20:51:05.590Z Downloaded untrusted v0.7.1
6442026-08-25T20:51:05.591Z Downloaded utf8_iter v1.0.4
6452026-08-25T20:51:05.591Z Downloaded wait-timeout v0.2.1
6462026-08-25T20:51:05.597Z Downloaded xshell-macros v0.2.7
6472026-08-25T20:51:05.598Z Downloaded convert_case v0.4.0
6482026-08-25T20:51:05.598Z Downloaded foldhash v0.1.5
6492026-08-25T20:51:05.598Z Downloaded oxide-generation v0.1.3
6502026-08-25T20:51:05.603Z Downloaded slog-async v2.8.0
6512026-08-25T20:51:05.603Z Downloaded password-hash v0.5.0
6522026-08-25T20:51:05.603Z Downloaded ciborium v0.2.2
6532026-08-25T20:51:05.603Z Downloaded pkcs8 v0.11.0
6542026-08-25T20:51:05.614Z Downloaded pem v3.0.6
6552026-08-25T20:51:05.614Z Downloaded progenitor v0.14.0
6562026-08-25T20:51:05.614Z Downloaded progenitor-client v0.13.0
6572026-08-25T20:51:05.614Z Downloaded rand_core v0.9.5
6582026-08-25T20:51:05.615Z Downloaded rpassword v7.5.4
6592026-08-25T20:51:05.615Z Downloaded bzip2 v0.4.4
6602026-08-25T20:51:05.615Z Downloaded rustls-native-certs v0.8.3
6612026-08-25T20:51:05.615Z Downloaded progenitor v0.13.0
6622026-08-25T20:51:05.615Z Downloaded synstructure v0.13.2
6632026-08-25T20:51:05.615Z Downloaded thiserror-impl-no-std v2.0.2
6642026-08-25T20:51:05.615Z Downloaded rustls-pemfile v2.2.0
6652026-08-25T20:51:05.615Z Downloaded scrypt v0.12.0
6662026-08-25T20:51:05.635Z Downloaded tls_codec v0.4.2
6672026-08-25T20:51:05.635Z Downloaded tokio-dtrace v0.1.1
6682026-08-25T20:51:05.635Z Downloaded curve25519-dalek-derive v0.1.1
6692026-08-25T20:51:05.635Z Downloaded darling_macro v0.20.11
6702026-08-25T20:51:05.635Z Downloaded darling_macro v0.21.3
6712026-08-25T20:51:05.635Z Downloaded darling_macro v0.23.0
6722026-08-25T20:51:05.635Z Downloaded zeroize_derive v1.5.0
6732026-08-25T20:51:05.635Z Downloaded arc-swap v1.8.2
6742026-08-25T20:51:05.635Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6752026-08-25T20:51:05.635Z Downloaded chumsky v0.9.3
6762026-08-25T20:51:05.636Z Downloaded httparse v1.10.1
6772026-08-25T20:51:05.636Z Downloaded serde-hex v0.1.0
6782026-08-25T20:51:05.663Z Downloaded difflib v0.4.0
6792026-08-25T20:51:05.663Z Downloaded hmac v0.12.1
6802026-08-25T20:51:05.663Z Downloaded hybrid-array v0.4.13
6812026-08-25T20:51:05.663Z Downloaded group v0.14.0
6822026-08-25T20:51:05.663Z Downloaded half v1.8.3
6832026-08-25T20:51:05.664Z Downloaded illumos-nvpair-sys v0.2.0
6842026-08-25T20:51:05.664Z Downloaded inout v0.1.4
6852026-08-25T20:51:05.664Z Downloaded hyper-tls v0.6.0
6862026-08-25T20:51:05.664Z Downloaded embedded-io v0.6.1
6872026-08-25T20:51:05.664Z Downloaded hmac v0.13.0
6882026-08-25T20:51:05.664Z Downloaded serde_with_macros v1.5.2
6892026-08-25T20:51:05.664Z Downloaded hyper-rustls v0.27.7
6902026-08-25T20:51:05.664Z Downloaded dirs-sys-next v0.1.2
6912026-08-25T20:51:05.703Z Downloaded string_cache v0.8.9
6922026-08-25T20:51:05.703Z Downloaded tokio-native-tls v0.3.1
6932026-08-25T20:51:05.703Z Downloaded toml_writer v1.1.1+spec-1.1.0
6942026-08-25T20:51:05.703Z Downloaded critical-section v1.2.0
6952026-08-25T20:51:05.703Z Downloaded memoffset v0.9.1
6962026-08-25T20:51:05.703Z Downloaded idna_adapter v1.2.1
6972026-08-25T20:51:05.703Z Downloaded dropshot-api-manager-types v0.8.0
6982026-08-25T20:51:05.703Z Downloaded managed v0.8.0
6992026-08-25T20:51:05.703Z Downloaded papergrid v0.18.0
7002026-08-25T20:51:05.703Z Downloaded chacha20poly1305 v0.10.1
7012026-08-25T20:51:05.703Z Downloaded postcard v1.1.3
7022026-08-25T20:51:05.703Z Downloaded parking_lot_core v0.8.6
7032026-08-25T20:51:05.703Z Downloaded pkcs1 v0.7.5
7042026-08-25T20:51:05.704Z Downloaded newline-converter v0.3.0
7052026-08-25T20:51:05.704Z Downloaded num_enum_derive v0.5.11
7062026-08-25T20:51:05.718Z Downloaded backtrace v0.3.76
7072026-08-25T20:51:05.718Z Downloaded compact_str v0.8.1
7082026-08-25T20:51:05.718Z Downloaded base64 v0.22.1
7092026-08-25T20:51:05.718Z Downloaded elliptic-curve v0.14.1
7102026-08-25T20:51:05.718Z Downloaded convert_case v0.10.0
7112026-08-25T20:51:05.718Z Downloaded dof v0.4.0
7122026-08-25T20:51:05.718Z Downloaded lzss v0.8.2
7132026-08-25T20:51:05.718Z Downloaded parse-size v1.1.0
7142026-08-25T20:51:05.718Z Downloaded password-hash v0.6.1
7152026-08-25T20:51:05.718Z Downloaded hyper-staticfile v0.10.1
7162026-08-25T20:51:05.718Z Downloaded impl-trait-for-tuples v0.2.3
7172026-08-25T20:51:05.718Z Downloaded ingot-types v0.2.0
7182026-08-25T20:51:05.718Z Downloaded serde_with_macros v3.21.0
7192026-08-25T20:51:05.718Z Downloaded precomputed-hash v0.1.1
7202026-08-25T20:51:05.718Z Downloaded recursive-proc-macro-impl v0.1.1
7212026-08-25T20:51:05.718Z Downloaded recursive v0.1.1
7222026-08-25T20:51:05.718Z Downloaded russh-cryptovec v0.62.0
7232026-08-25T20:51:05.718Z Downloaded russh-util v0.52.0
7242026-08-25T20:51:05.718Z Downloaded oso v0.27.3
7252026-08-25T20:51:05.718Z Downloaded ipnetwork v0.21.1
7262026-08-25T20:51:05.718Z Downloaded omicron-zone-package v0.12.3
7272026-08-25T20:51:05.718Z Downloaded schemars v0.8.22
7282026-08-25T20:51:05.722Z Downloaded similar v2.7.0
7292026-08-25T20:51:05.722Z Downloaded slog v2.8.2
7302026-08-25T20:51:05.722Z Downloaded half v2.7.1
7312026-08-25T20:51:05.722Z Downloaded yasna v0.5.2
7322026-08-25T20:51:05.723Z Downloaded jobserver v0.1.34
7332026-08-25T20:51:05.723Z Downloaded olpc-cjson v0.1.4
7342026-08-25T20:51:05.726Z Downloaded phf_shared v0.13.1
7352026-08-25T20:51:05.726Z Downloaded slog-term v2.9.2
7362026-08-25T20:51:05.726Z Downloaded seq-macro v0.3.6
7372026-08-25T20:51:05.726Z Downloaded serde_plain v1.0.2
7382026-08-25T20:51:05.726Z Downloaded socket2 v0.5.10
7392026-08-25T20:51:05.729Z Downloaded progenitor-client v0.14.0
7402026-08-25T20:51:05.729Z Downloaded base64 v0.21.7
7412026-08-25T20:51:05.733Z Downloaded daft v0.1.8
7422026-08-25T20:51:05.735Z Downloaded derive_builder v0.20.2
7432026-08-25T20:51:05.738Z Downloaded der_derive v0.7.3
7442026-08-25T20:51:05.738Z Downloaded bumpalo v3.20.2
7452026-08-25T20:51:05.741Z Downloaded diesel-dtrace v0.5.0
7462026-08-25T20:51:05.744Z Downloaded unicode-properties v0.1.4
7472026-08-25T20:51:05.744Z Downloaded pem-rfc7468 v1.0.0
7482026-08-25T20:51:05.747Z Downloaded async-compression v0.4.41
7492026-08-25T20:51:05.749Z Downloaded knus-derive v3.4.0
7502026-08-25T20:51:05.753Z Downloaded phf v0.13.1
7512026-08-25T20:51:05.753Z Downloaded predicates v3.1.4
7522026-08-25T20:51:05.764Z Downloaded signal-hook-tokio v0.3.1
7532026-08-25T20:51:05.764Z Downloaded signature v2.2.0
7542026-08-25T20:51:05.764Z Downloaded ena v0.14.4
7552026-08-25T20:51:05.764Z Downloaded universal-hash v0.6.1
7562026-08-25T20:51:05.766Z Downloaded rustls-pki-types v1.14.0
7572026-08-25T20:51:05.766Z Downloaded rustversion v1.0.22
7582026-08-25T20:51:05.766Z Downloaded rusty-fork v0.3.1
7592026-08-25T20:51:05.767Z Downloaded unsafe-libyaml v0.2.11
7602026-08-25T20:51:05.770Z Downloaded vte v0.14.1
7612026-08-25T20:51:05.773Z Downloaded csv-core v0.1.13
7622026-08-25T20:51:05.773Z Downloaded linear-map v1.2.0
7632026-08-25T20:51:05.773Z Downloaded linked-hash-map v0.5.6
7642026-08-25T20:51:05.773Z Downloaded mime_guess v2.0.5
7652026-08-25T20:51:05.776Z Downloaded crc-any v2.5.0
7662026-08-25T20:51:05.776Z Downloaded serde_derive_internals v0.29.1
7672026-08-25T20:51:05.776Z Downloaded void v1.0.2
7682026-08-25T20:51:05.778Z Downloaded structmeta v0.3.0
7692026-08-25T20:51:05.779Z Downloaded supports-hyperlinks v3.2.0
7702026-08-25T20:51:05.779Z Downloaded tabwriter v1.4.1
7712026-08-25T20:51:05.779Z Downloaded tar v0.4.46
7722026-08-25T20:51:05.781Z Downloaded bytes v1.11.1
7732026-08-25T20:51:05.784Z Downloaded libsw v3.5.0
7742026-08-25T20:51:05.784Z Downloaded ssh-encoding v0.3.0
7752026-08-25T20:51:05.787Z Downloaded static_assertions v1.1.0
7762026-08-25T20:51:05.787Z Downloaded cc v1.2.56
7772026-08-25T20:51:05.787Z Downloaded module-lattice v0.2.3
7782026-08-25T20:51:05.792Z Downloaded oxide-tokio-rt v0.1.4
7792026-08-25T20:51:05.792Z Downloaded fatfs v0.3.6
7802026-08-25T20:51:05.796Z Downloaded snafu-derive v0.8.9
7812026-08-25T20:51:05.796Z Downloaded cpubits v0.1.1
7822026-08-25T20:51:05.796Z Downloaded headers v0.4.1
7832026-08-25T20:51:05.804Z Downloaded signal-hook v0.3.18
7842026-08-25T20:51:05.804Z Downloaded defmt v0.3.100
7852026-08-25T20:51:05.804Z Downloaded oxnet v0.1.6
7862026-08-25T20:51:05.807Z Downloaded topological-sort v0.2.2
7872026-08-25T20:51:05.807Z Downloaded unicode-truncate v1.1.0
7882026-08-25T20:51:05.807Z Downloaded heapless v0.7.17
7892026-08-25T20:51:05.807Z Downloaded parking_lot v0.12.5
7902026-08-25T20:51:05.810Z Downloaded termtree v0.5.1
7912026-08-25T20:51:05.810Z Downloaded document-features v0.2.12
7922026-08-25T20:51:05.810Z Downloaded heapless v0.8.0
7932026-08-25T20:51:05.813Z Downloaded postgres-protocol v0.6.10
7942026-08-25T20:51:05.813Z Downloaded progenitor-extras v0.2.0
7952026-08-25T20:51:05.818Z Downloaded aes v0.9.1
7962026-08-25T20:51:05.818Z Downloaded rand_core v0.10.0
7972026-08-25T20:51:05.822Z Downloaded generic-array v1.4.3
7982026-08-25T20:51:05.822Z Downloaded untrusted v0.9.0
7992026-08-25T20:51:05.822Z Downloaded schemars_derive v0.8.22
8002026-08-25T20:51:05.828Z Downloaded strum_macros v0.24.3
8012026-08-25T20:51:05.828Z Downloaded tracing-core v0.1.36
8022026-08-25T20:51:05.829Z Downloaded typify v0.6.2
8032026-08-25T20:51:05.835Z Downloaded tui-tree-widget v0.23.1
8042026-08-25T20:51:05.835Z Downloaded tracing-attributes v0.1.31
8052026-08-25T20:51:05.835Z Downloaded primeorder v0.14.0
8062026-08-25T20:51:05.835Z Downloaded serde_repr v0.1.20
8072026-08-25T20:51:05.835Z Downloaded yansi v1.0.1
8082026-08-25T20:51:05.835Z Downloaded digest-io v0.1.0
8092026-08-25T20:51:05.838Z Downloaded signal-hook-registry v1.4.8
8102026-08-25T20:51:05.838Z Downloaded yoke v0.8.1
8112026-08-25T20:51:05.838Z Downloaded slog-json v2.6.1
8122026-08-25T20:51:05.841Z Downloaded slog-scope v4.4.1
8132026-08-25T20:51:05.841Z Downloaded internet-checksum v0.2.1
8142026-08-25T20:51:05.844Z Downloaded zeroize v1.9.0
8152026-08-25T20:51:05.847Z Downloaded uuid v1.23.4
8162026-08-25T20:51:05.850Z Downloaded ml-kem v0.3.2
8172026-08-25T20:51:05.850Z Downloaded darling_core v0.20.11
8182026-08-25T20:51:05.854Z Downloaded num-complex v0.4.6
8192026-08-25T20:51:05.854Z Downloaded strum_macros v0.27.2
8202026-08-25T20:51:05.857Z Downloaded daft-derive v0.1.8
8212026-08-25T20:51:05.857Z Downloaded lru-slab v0.1.2
8222026-08-25T20:51:05.862Z Downloaded md-5 v0.10.6
8232026-08-25T20:51:05.866Z Downloaded md5 v0.8.0
8242026-08-25T20:51:05.869Z Downloaded thiserror-no-std v2.0.2
8252026-08-25T20:51:05.872Z Downloaded hickory-resolver v0.24.4
8262026-08-25T20:51:05.875Z Downloaded newtype-uuid-macros v0.1.0
8272026-08-25T20:51:05.875Z Downloaded phf_shared v0.11.3
8282026-08-25T20:51:05.875Z Downloaded tokio-tungstenite v0.21.0
8292026-08-25T20:51:05.878Z Downloaded unicase v2.9.0
8302026-08-25T20:51:05.878Z Downloaded defmt-macros v1.0.1
8312026-08-25T20:51:05.878Z Downloaded hickory-resolver v0.25.2
8322026-08-25T20:51:05.881Z Downloaded num-conv v0.2.0
8332026-08-25T20:51:05.881Z Downloaded defmt v1.0.1
8342026-08-25T20:51:05.884Z Downloaded openssl-probe v0.2.1
8352026-08-25T20:51:05.884Z Downloaded quinn-udp v0.5.14
8362026-08-25T20:51:05.884Z Downloaded wyz v0.5.1
8372026-08-25T20:51:05.887Z Downloaded rand_chacha v0.3.1
8382026-08-25T20:51:05.887Z Downloaded packed_struct_codegen v0.10.1
8392026-08-25T20:51:05.887Z Downloaded potential_utf v0.1.4
8402026-08-25T20:51:05.887Z Downloaded dropshot_endpoint v0.17.1
8412026-08-25T20:51:05.889Z Downloaded poly1305 v0.9.0
8422026-08-25T20:51:05.892Z Downloaded resolv-conf v0.7.6
8432026-08-25T20:51:05.892Z Downloaded toml_parser v1.1.2+spec-1.1.0
8442026-08-25T20:51:05.895Z Downloaded ecdsa v0.16.9
8452026-08-25T20:51:05.898Z Downloaded scheduled-thread-pool v0.2.7
8462026-08-25T20:51:05.898Z Downloaded ryu v1.0.23
8472026-08-25T20:51:05.898Z Downloaded zip v0.6.6
8482026-08-25T20:51:05.901Z Downloaded vergen v9.1.0
8492026-08-25T20:51:05.903Z Downloaded whoami v2.1.0
8502026-08-25T20:51:05.906Z Downloaded keccak v0.1.6
8512026-08-25T20:51:05.906Z Downloaded libsw-core v0.3.2
8522026-08-25T20:51:05.906Z Downloaded secrecy v0.8.0
8532026-08-25T20:51:05.906Z Downloaded slog-bunyan v2.5.0
8542026-08-25T20:51:05.909Z Downloaded siphasher v1.0.2
8552026-08-25T20:51:05.909Z Downloaded strum v0.26.3
8562026-08-25T20:51:05.909Z Downloaded quinn v0.11.11
8572026-08-25T20:51:05.912Z Downloaded rayon-core v1.13.0
8582026-08-25T20:51:05.915Z Downloaded rsa v0.9.10
8592026-08-25T20:51:05.919Z Downloaded zstd-safe v7.2.4
8602026-08-25T20:51:05.921Z Downloaded rand v0.10.1
8612026-08-25T20:51:05.924Z Downloaded crossbeam-utils v0.8.21
8622026-08-25T20:51:05.924Z Downloaded sync_wrapper v1.0.2
8632026-08-25T20:51:05.927Z Downloaded thread-id v5.1.0
8642026-08-25T20:51:05.930Z Downloaded tower-service v0.3.3
8652026-08-25T20:51:05.930Z Downloaded term v0.7.0
8662026-08-25T20:51:05.934Z Downloaded num_enum v0.7.6
8672026-08-25T20:51:05.940Z Downloaded pin-project-lite v0.2.17
8682026-08-25T20:51:05.943Z Downloaded dsl_auto_type v0.2.0
8692026-08-25T20:51:05.946Z Downloaded http v1.4.2
8702026-08-25T20:51:05.949Z Downloaded pin-project-internal v1.1.11
8712026-08-25T20:51:05.952Z Downloaded unicode-xid v0.2.6
8722026-08-25T20:51:05.952Z Downloaded xattr v1.6.1
8732026-08-25T20:51:05.952Z Downloaded zerofrom v0.1.6
8742026-08-25T20:51:05.952Z Downloaded aes-gcm v0.11.0
8752026-08-25T20:51:05.955Z Downloaded usdt v0.6.0
8762026-08-25T20:51:05.955Z Downloaded want v0.3.1
8772026-08-25T20:51:05.955Z Downloaded psm v0.1.30
8782026-08-25T20:51:05.958Z Downloaded unicode_categories v0.1.1
8792026-08-25T20:51:05.958Z Downloaded pkcs5 v0.8.1
8802026-08-25T20:51:05.960Z Downloaded ingot-macros v0.2.0
8812026-08-25T20:51:05.960Z Downloaded zone v0.3.1
8822026-08-25T20:51:05.961Z Downloaded crc-catalog v2.4.0
8832026-08-25T20:51:05.963Z Downloaded crypto-common v0.2.2
8842026-08-25T20:51:05.963Z Downloaded cstr-argument v0.1.2
8852026-08-25T20:51:05.963Z Downloaded crossbeam-channel v0.5.15
8862026-08-25T20:51:05.966Z Downloaded ppv-lite86 v0.2.21
8872026-08-25T20:51:05.966Z Downloaded crc32fast v1.5.0
8882026-08-25T20:51:05.966Z Downloaded litrs v1.0.0
8892026-08-25T20:51:05.969Z Downloaded scroll_derive v0.13.1
8902026-08-25T20:51:05.972Z Downloaded crucible-workspace-hack v0.1.0
8912026-08-25T20:51:05.972Z Downloaded derive_builder_macro v0.20.2
8922026-08-25T20:51:05.972Z Downloaded dunce v1.0.5
8932026-08-25T20:51:05.972Z Downloaded instant v0.1.13
8942026-08-25T20:51:05.975Z Downloaded downcast-rs v2.0.2
8952026-08-25T20:51:05.975Z Downloaded indoc v1.0.9
8962026-08-25T20:51:05.975Z Downloaded socket2 v0.6.3
8972026-08-25T20:51:05.978Z Downloaded shlex v1.3.0
8982026-08-25T20:51:05.989Z Downloaded lru v0.12.5
8992026-08-25T20:51:05.992Z Downloaded mime v0.3.17
9002026-08-25T20:51:05.992Z Downloaded num-iter v0.1.45
9012026-08-25T20:51:05.992Z Downloaded derive_more v0.99.20
9022026-08-25T20:51:05.995Z Downloaded termios v0.3.3
9032026-08-25T20:51:05.995Z Downloaded instability v0.3.11
9042026-08-25T20:51:05.998Z Downloaded kem v0.3.0
9052026-08-25T20:51:05.998Z Downloaded maybe-uninit v2.0.0
9062026-08-25T20:51:05.998Z Downloaded multimap v0.10.1
9072026-08-25T20:51:06.001Z Downloaded ssh-cipher v0.3.0
9082026-08-25T20:51:06.001Z Downloaded test-strategy v0.4.5
9092026-08-25T20:51:06.004Z Downloaded hickory-server v0.25.2
9102026-08-25T20:51:06.007Z Downloaded tls_codec_derive v0.4.2
9112026-08-25T20:51:06.007Z Downloaded nonempty v0.12.0
9122026-08-25T20:51:06.007Z Downloaded oxide-generation-macros v0.2.0
9132026-08-25T20:51:06.010Z Downloaded toml v0.7.8
9142026-08-25T20:51:06.014Z Downloaded icu_provider v2.1.1
9152026-08-25T20:51:06.017Z Downloaded whoami v1.6.1
9162026-08-25T20:51:06.017Z Downloaded ignore v0.4.25
9172026-08-25T20:51:06.023Z Downloaded packed_struct v0.10.1
9182026-08-25T20:51:06.026Z Downloaded parking_lot v0.11.2
9192026-08-25T20:51:06.026Z Downloaded progenitor-macro v0.13.0
9202026-08-25T20:51:06.029Z Downloaded derive_more v2.1.1
9212026-08-25T20:51:06.035Z Downloaded steno v0.4.1
9222026-08-25T20:51:06.038Z Downloaded smallvec v1.15.1
9232026-08-25T20:51:06.041Z Downloaded derive_builder_core v0.20.2
9242026-08-25T20:51:06.041Z Downloaded knus v3.4.0
9252026-08-25T20:51:06.041Z Downloaded serde-big-array v0.5.1
9262026-08-25T20:51:06.044Z Downloaded signature v3.0.0
9272026-08-25T20:51:06.044Z Downloaded take_mut v0.2.2
9282026-08-25T20:51:06.044Z Downloaded strsim v0.10.0
9292026-08-25T20:51:06.046Z Downloaded ed25519 v3.0.0
9302026-08-25T20:51:06.046Z Downloaded zerotrie v0.2.3
9312026-08-25T20:51:06.049Z Downloaded spin v0.9.8
9322026-08-25T20:51:06.052Z Downloaded hashbrown v0.13.2
9332026-08-25T20:51:06.055Z Downloaded libbz2-rs-sys v0.2.2
9342026-08-25T20:51:06.058Z Downloaded term v1.2.1
9352026-08-25T20:51:06.060Z Downloaded darling_core v0.23.0
9362026-08-25T20:51:06.064Z Downloaded uzers v0.12.2
9372026-08-25T20:51:06.066Z Downloaded num-traits v0.2.19
9382026-08-25T20:51:06.069Z Downloaded libefi-sys v0.1.0
9392026-08-25T20:51:06.069Z Downloaded strip-ansi-escapes v0.2.1
9402026-08-25T20:51:06.069Z Downloaded libloading v0.8.9
9412026-08-25T20:51:06.072Z Downloaded vergen-lib v0.1.6
9422026-08-25T20:51:06.072Z Downloaded oxide-update-engine v0.1.2
9432026-08-25T20:51:06.072Z Downloaded peg v0.8.5
9442026-08-25T20:51:06.075Z Downloaded newtype-uuid v1.3.2
9452026-08-25T20:51:06.075Z Downloaded pkcs8 v0.10.2
9462026-08-25T20:51:06.079Z Downloaded cookie_store v0.22.1
9472026-08-25T20:51:06.082Z Downloaded icu_normalizer v2.1.1
9482026-08-25T20:51:06.082Z Downloaded rand v0.9.2
9492026-08-25T20:51:06.085Z Downloaded tokio-postgres v0.7.16
9502026-08-25T20:51:06.088Z Downloaded ed25519-dalek v3.0.0
9512026-08-25T20:51:06.088Z Downloaded parse-display-derive v0.10.0
9522026-08-25T20:51:06.090Z Downloaded peg-macros v0.8.5
9532026-08-25T20:51:06.090Z Downloaded twox-hash v2.1.2
9542026-08-25T20:51:06.090Z Downloaded dirs-next v2.0.0
9552026-08-25T20:51:06.093Z Downloaded crunchy v0.2.4
9562026-08-25T20:51:06.093Z Downloaded zerofrom-derive v0.1.6
9572026-08-25T20:51:06.093Z Downloaded debug-ignore v1.0.5
9582026-08-25T20:51:06.093Z Downloaded darling v0.23.0
9592026-08-25T20:51:06.096Z Downloaded ssh-key v0.7.0-rc.11
9602026-08-25T20:51:06.100Z Downloaded qorb v0.4.1
9612026-08-25T20:51:06.102Z Downloaded serde_cbor v0.11.2
9622026-08-25T20:51:06.105Z Downloaded scroll v0.13.0
9632026-08-25T20:51:06.105Z Downloaded shell-words v1.1.1
9642026-08-25T20:51:06.105Z Downloaded match_cfg v0.1.0
9652026-08-25T20:51:06.105Z Downloaded smf v0.2.3
9662026-08-25T20:51:06.108Z Downloaded crc v3.4.0
9672026-08-25T20:51:06.108Z Downloaded stringprep v0.1.5
9682026-08-25T20:51:06.108Z Downloaded postgres-types v0.2.12
9692026-08-25T20:51:06.118Z Downloaded openssl-sys v0.9.117
9702026-08-25T20:51:06.121Z Downloaded unit-prefix v0.5.2
9712026-08-25T20:51:06.121Z Downloaded serdect v0.4.3
9722026-08-25T20:51:06.124Z Downloaded proc-macro-crate v1.3.1
9732026-08-25T20:51:06.127Z Downloaded aho-corasick v1.1.4
9742026-08-25T20:51:06.129Z Downloaded tower-http v0.6.8
9752026-08-25T20:51:06.133Z Downloaded num-bigint-dig v0.8.6
9762026-08-25T20:51:06.136Z Downloaded tiny-keccak v2.0.2
9772026-08-25T20:51:06.138Z Downloaded hashbrown v0.12.3
9782026-08-25T20:51:06.141Z Downloaded hyper v1.10.1
9792026-08-25T20:51:06.146Z Downloaded p521 v0.14.0
9802026-08-25T20:51:06.148Z Downloaded indicatif v0.18.4
9812026-08-25T20:51:06.148Z Downloaded pkcs1 v0.8.0-rc.4
9822026-08-25T20:51:06.148Z Downloaded progenitor-impl v0.14.0
9832026-08-25T20:51:06.151Z Downloaded subprocess v0.2.15
9842026-08-25T20:51:06.151Z Downloaded derive-ex v0.1.8
9852026-08-25T20:51:06.151Z Downloaded rand_chacha v0.9.0
9862026-08-25T20:51:06.154Z Downloaded display-error-chain v0.2.2
9872026-08-25T20:51:06.154Z Downloaded rustc_version v0.4.1
9882026-08-25T20:51:06.154Z Downloaded sponge-cursor v0.1.0
9892026-08-25T20:51:06.154Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9902026-08-25T20:51:06.154Z Downloaded rustyline v14.0.0
9912026-08-25T20:51:06.157Z Downloaded structmeta-derive v0.3.0
9922026-08-25T20:51:06.161Z Downloaded strum v0.27.2
9932026-08-25T20:51:06.162Z Downloaded percent-encoding v2.3.2
9942026-08-25T20:51:06.162Z Downloaded zip v4.6.1
9952026-08-25T20:51:06.164Z Downloaded darling_core v0.13.4
9962026-08-25T20:51:06.164Z Downloaded hashbrown v0.14.5
9972026-08-25T20:51:06.167Z Downloaded tower-layer v0.3.3
9982026-08-25T20:51:06.167Z Downloaded derive-where v1.6.0
9992026-08-25T20:51:06.170Z Downloaded usdt-impl v0.6.0
10002026-08-25T20:51:06.170Z Downloaded hashbrown v0.15.5
10012026-08-25T20:51:06.174Z Downloaded tungstenite v0.23.0
10022026-08-25T20:51:06.176Z Downloaded vergen-lib v9.1.0
10032026-08-25T20:51:06.176Z Downloaded tokio-rustls v0.26.4
10042026-08-25T20:51:06.176Z Downloaded hashbrown v0.16.1
10052026-08-25T20:51:06.179Z Downloaded yoke-derive v0.8.1
10062026-08-25T20:51:06.182Z Downloaded serde_spanned v1.1.1
10072026-08-25T20:51:06.182Z Downloaded diesel_table_macro_syntax v0.3.0
10082026-08-25T20:51:06.185Z Downloaded tap v1.0.1
10092026-08-25T20:51:06.185Z Downloaded tinyvec_macros v0.1.1
10102026-08-25T20:51:06.185Z Downloaded usdt-attr-macro v0.6.0
10112026-08-25T20:51:06.187Z Downloaded toml_edit v0.23.10+spec-1.0.0
10122026-08-25T20:51:06.190Z Downloaded ed25519 v2.2.3
10132026-08-25T20:51:06.196Z Downloaded ctutils v0.4.2
10142026-08-25T20:51:06.198Z Downloaded rand_seeder v0.4.0
10152026-08-25T20:51:06.198Z Downloaded salsa20 v0.11.0
10162026-08-25T20:51:06.201Z Downloaded iana-time-zone v0.1.65
10172026-08-25T20:51:06.201Z Downloaded rand v0.8.6
10182026-08-25T20:51:06.204Z Downloaded typed-path v0.9.3
10192026-08-25T20:51:06.207Z Downloaded publicsuffix v2.3.0
10202026-08-25T20:51:06.210Z Downloaded native-tls v0.2.18
10212026-08-25T20:51:06.210Z Downloaded newtype_derive v0.1.6
10222026-08-25T20:51:06.210Z Downloaded slog-stdlog v4.1.1
10232026-08-25T20:51:06.213Z Downloaded iri-string v0.7.10
10242026-08-25T20:51:06.216Z Downloaded serde_yaml v0.9.34+deprecated
10252026-08-25T20:51:06.219Z Downloaded num-bigint v0.4.6
10262026-08-25T20:51:06.222Z Downloaded progenitor-macro v0.14.0
10272026-08-25T20:51:06.222Z Downloaded ref-cast v1.0.25
10282026-08-25T20:51:06.225Z Downloaded stable_deref_trait v1.2.1
10292026-08-25T20:51:06.229Z Downloaded deranged v0.5.8
10302026-08-25T20:51:06.230Z Downloaded icu_normalizer_data v2.1.1
10312026-08-25T20:51:06.230Z Downloaded icu_properties v2.1.2
10322026-08-25T20:51:06.232Z Downloaded polyval v0.7.1
10332026-08-25T20:51:06.232Z Downloaded jiff-static v0.2.34
10342026-08-25T20:51:06.250Z Downloaded vsss-rs v3.3.4
10352026-08-25T20:51:06.253Z Downloaded writeable v0.6.2
10362026-08-25T20:51:06.253Z Downloaded rtoolbox v0.0.3
10372026-08-25T20:51:06.256Z Downloaded p384 v0.14.0
10382026-08-25T20:51:06.256Z Downloaded xshell v0.2.7
10392026-08-25T20:51:06.258Z Downloaded typify-macro v0.6.2
10402026-08-25T20:51:06.259Z Downloaded defmt-parser v1.0.0
10412026-08-25T20:51:06.259Z Downloaded derive_more-impl v2.1.1
10422026-08-25T20:51:06.261Z Downloaded slab v0.4.12
10432026-08-25T20:51:06.264Z Downloaded darling v0.13.4
10442026-08-25T20:51:06.264Z Downloaded ipnet v2.12.0
10452026-08-25T20:51:06.267Z Downloaded sapling-renderdag v0.1.0
10462026-08-25T20:51:06.268Z Downloaded slog-envlogger v2.2.0
10472026-08-25T20:51:06.268Z Downloaded tagptr v0.2.0
10482026-08-25T20:51:06.268Z Downloaded wnaf v0.14.0
10492026-08-25T20:51:06.270Z Downloaded is-terminal v0.4.17
10502026-08-25T20:51:06.273Z Downloaded thread_local v1.1.9
10512026-08-25T20:51:06.277Z Downloaded lock_api v0.4.14
10522026-08-25T20:51:06.279Z Downloaded embedded-io v0.4.0
10532026-08-25T20:51:06.279Z Downloaded ron v0.8.1
10542026-08-25T20:51:06.283Z Downloaded oxide-update-engine-display v0.1.2
10552026-08-25T20:51:06.286Z Downloaded new_debug_unreachable v1.0.6
10562026-08-25T20:51:06.286Z Downloaded indoc v2.0.7
10572026-08-25T20:51:06.289Z Downloaded itertools v0.15.0
10582026-08-25T20:51:06.291Z Downloaded either v1.15.0
10592026-08-25T20:51:06.291Z Downloaded kstat-rs v0.2.5
10602026-08-25T20:51:06.294Z Downloaded proc-macro-crate v3.4.0
10612026-08-25T20:51:06.294Z Downloaded ed25519-dalek v2.2.0
10622026-08-25T20:51:06.297Z Downloaded phc v0.6.1
10632026-08-25T20:51:06.300Z Downloaded serde_urlencoded v0.7.1
10642026-08-25T20:51:06.300Z Downloaded reedline v0.40.0
10652026-08-25T20:51:06.303Z Downloaded universal-hash v0.5.1
10662026-08-25T20:51:06.306Z Downloaded crossterm v0.29.0
10672026-08-25T20:51:06.309Z Downloaded num-rational v0.4.2
10682026-08-25T20:51:06.309Z Downloaded sqlformat v0.3.5
10692026-08-25T20:51:06.309Z Downloaded num_threads v0.1.7
10702026-08-25T20:51:06.311Z Downloaded peg-runtime v0.8.5
10712026-08-25T20:51:06.311Z Downloaded quick-error v1.2.3
10722026-08-25T20:51:06.315Z Downloaded crossterm v0.28.1
10732026-08-25T20:51:06.320Z Downloaded futures-util v0.3.32
10742026-08-25T20:51:06.325Z Downloaded paste v1.0.15
10752026-08-25T20:51:06.328Z Downloaded sigpipe v0.1.3
10762026-08-25T20:51:06.328Z Downloaded toml v1.1.2+spec-1.1.0
10772026-08-25T20:51:06.331Z Downloaded const_format_proc_macros v0.2.34
10782026-08-25T20:51:06.331Z Downloaded illumos-nvpair v0.3.0
10792026-08-25T20:51:06.331Z Downloaded cpufeatures v0.3.0
10802026-08-25T20:51:06.337Z Downloaded mio v1.2.0
10812026-08-25T20:51:06.341Z Downloaded is_ci v1.2.0
10822026-08-25T20:51:06.341Z Downloaded same-file v1.0.6
10832026-08-25T20:51:06.341Z Downloaded usdt-macro v0.6.0
10842026-08-25T20:51:06.341Z Downloaded zerocopy v0.6.6
10852026-08-25T20:51:06.341Z Downloaded darling v0.20.11
10862026-08-25T20:51:06.341Z Downloaded primefield v0.14.0
10872026-08-25T20:51:06.344Z Downloaded pretty_assertions v1.4.1
10882026-08-25T20:51:06.344Z Downloaded sha2 v0.11.0
10892026-08-25T20:51:06.344Z Downloaded lru-cache v0.1.2
10902026-08-25T20:51:06.347Z Downloaded num v0.4.3
10912026-08-25T20:51:06.347Z Downloaded const_format v0.2.35
10922026-08-25T20:51:06.351Z Downloaded multer v3.1.0
10932026-08-25T20:51:06.354Z Downloaded litemap v0.8.1
10942026-08-25T20:51:06.354Z Downloaded der v0.7.10
10952026-08-25T20:51:06.357Z Downloaded path-slash v0.1.5
10962026-08-25T20:51:06.357Z Downloaded tokio-test v0.4.5
10972026-08-25T20:51:06.357Z Downloaded hyper-util v0.1.20
10982026-08-25T20:51:06.360Z Downloaded indexmap v1.9.3
10992026-08-25T20:51:06.363Z Downloaded internal-russh-num-bigint v0.5.0
11002026-08-25T20:51:06.366Z Downloaded rustls-webpki v0.103.13
11012026-08-25T20:51:06.366Z Downloaded ecdsa v0.17.0
11022026-08-25T20:51:06.369Z Downloaded ref-cast-impl v1.0.25
11032026-08-25T20:51:06.369Z Downloaded poly1305 v0.8.0
11042026-08-25T20:51:06.369Z Downloaded rand_core v0.6.4
11052026-08-25T20:51:06.371Z Downloaded rustc-demangle v0.1.27
11062026-08-25T20:51:06.372Z Downloaded simd-adler32 v0.3.8
11072026-08-25T20:51:06.372Z Downloaded winnow v0.6.26
11082026-08-25T20:51:06.375Z Downloaded unarray v0.1.4
11092026-08-25T20:51:06.378Z Downloaded inout v0.2.2
11102026-08-25T20:51:06.378Z Downloaded pin-project v1.1.11
11112026-08-25T20:51:06.384Z Downloaded r2d2 v0.8.10
11122026-08-25T20:51:06.421Z Downloaded proptest v1.11.0
11132026-08-25T20:51:06.422Z Downloaded strum_macros v0.26.4
11142026-08-25T20:51:06.422Z Downloaded rfc6979 v0.6.0
11152026-08-25T20:51:06.422Z Downloaded waitgroup v0.1.2
11162026-08-25T20:51:06.422Z Downloaded crc8 v0.1.1
11172026-08-25T20:51:06.422Z Downloaded nom v8.0.0
11182026-08-25T20:51:06.422Z Downloaded sec1 v0.7.3
11192026-08-25T20:51:06.422Z Downloaded h2 v0.4.15
11202026-08-25T20:51:06.422Z Downloaded hkdf v0.12.4
11212026-08-25T20:51:06.422Z Downloaded hkdf v0.13.0
11222026-08-25T20:51:06.422Z Downloaded crossbeam-epoch v0.9.18
11232026-08-25T20:51:06.422Z Downloaded tokio-stream v0.1.18
11242026-08-25T20:51:06.422Z Downloaded zstd v0.13.3
11252026-08-25T20:51:06.422Z Downloaded vergen-git2 v9.1.0
11262026-08-25T20:51:06.422Z Downloaded digest v0.11.3
11272026-08-25T20:51:06.422Z Downloaded parse-display v0.10.0
11282026-08-25T20:51:06.422Z Downloaded blake3 v1.8.5
11292026-08-25T20:51:06.422Z Downloaded prettyplease v0.2.37
11302026-08-25T20:51:06.422Z Downloaded rustls-platform-verifier v0.6.2
11312026-08-25T20:51:06.425Z Downloaded darling v0.21.3
11322026-08-25T20:51:06.425Z Downloaded progenitor-impl v0.13.0
11332026-08-25T20:51:06.425Z Downloaded rustc_version v0.1.7
11342026-08-25T20:51:06.425Z Downloaded serde_bytes v0.11.19
11352026-08-25T20:51:06.425Z Downloaded zone_cfg_derive v0.3.1
11362026-08-25T20:51:06.425Z Downloaded chrono v0.4.45
11372026-08-25T20:51:06.429Z Downloaded scuffle v0.1.0
11382026-08-25T20:51:06.429Z Downloaded semver v0.1.20
11392026-08-25T20:51:06.432Z Downloaded dyn-clone v1.0.20
11402026-08-25T20:51:06.432Z Downloaded pem-rfc7468 v0.7.0
11412026-08-25T20:51:06.432Z Downloaded proc-macro-error-attr2 v2.0.0
11422026-08-25T20:51:06.432Z Downloaded nu-ansi-term v0.50.3
11432026-08-25T20:51:06.435Z Downloaded icu_locale_core v2.1.1
11442026-08-25T20:51:06.439Z Downloaded drift v0.2.0
11452026-08-25T20:51:06.443Z Downloaded minimal-lexical v0.2.1
11462026-08-25T20:51:06.446Z Downloaded maplit v1.0.2
11472026-08-25T20:51:06.446Z Downloaded spki v0.7.3
11482026-08-25T20:51:06.446Z Downloaded tokio-tungstenite v0.23.1
11492026-08-25T20:51:06.448Z Downloaded aws-lc-rs v1.16.3
11502026-08-25T20:51:06.452Z Downloaded lazy_static v1.5.0
11512026-08-25T20:51:06.456Z Downloaded opaque-debug v0.3.1
11522026-08-25T20:51:06.456Z Downloaded openssl-probe v0.1.6
11532026-08-25T20:51:06.456Z Downloaded bindgen v0.71.1
11542026-08-25T20:51:06.459Z Downloaded try-lock v0.2.5
11552026-08-25T20:51:06.459Z Downloaded sha1 v0.10.6
11562026-08-25T20:51:06.460Z Downloaded rand_pcg v0.10.2
11572026-08-25T20:51:06.460Z Downloaded unicode-bidi v0.3.18
11582026-08-25T20:51:06.463Z Downloaded crypto-primes v0.7.2
11592026-08-25T20:51:06.466Z Downloaded tinyvec v1.10.0
11602026-08-25T20:51:06.466Z Downloaded tungstenite v0.21.0
11612026-08-25T20:51:06.466Z Downloaded zopfli v0.8.3
11622026-08-25T20:51:06.469Z Downloaded diff v0.1.13
11632026-08-25T20:51:06.469Z Downloaded psl-types v2.0.11
11642026-08-25T20:51:06.469Z Downloaded trait-variant v0.1.2
11652026-08-25T20:51:06.469Z Downloaded bitvec v1.0.1
11662026-08-25T20:51:06.478Z Downloaded proc-macro-error2 v2.0.1
11672026-08-25T20:51:06.484Z Downloaded walkdir v2.5.0
11682026-08-25T20:51:06.484Z Downloaded phf_shared v0.12.1
11692026-08-25T20:51:06.484Z Downloaded lalrpop-util v0.19.12
11702026-08-25T20:51:06.484Z Downloaded indent_write v2.2.0
11712026-08-25T20:51:06.484Z Downloaded p256 v0.14.0
11722026-08-25T20:51:06.490Z Downloaded tinystr v0.8.2
11732026-08-25T20:51:06.490Z Downloaded ident_case v1.0.1
11742026-08-25T20:51:06.490Z Downloaded miette-derive v7.6.0
11752026-08-25T20:51:06.490Z Downloaded supports-color v3.0.2
11762026-08-25T20:51:06.490Z Downloaded libscf-sys v1.2.0
11772026-08-25T20:51:06.490Z Downloaded support-bundle-viewer v0.1.2
11782026-08-25T20:51:06.494Z Downloaded darling_macro v0.13.4
11792026-08-25T20:51:06.494Z Downloaded rawzip v0.4.4
11802026-08-25T20:51:06.494Z Downloaded num-derive v0.4.2
11812026-08-25T20:51:06.494Z Downloaded keccak v0.2.0
11822026-08-25T20:51:06.494Z Downloaded stacker v0.1.23
11832026-08-25T20:51:06.494Z Downloaded slog-dtrace v0.3.0
11842026-08-25T20:51:06.497Z Downloaded vergen-gitcl v1.0.8
11852026-08-25T20:51:06.497Z Downloaded sha1 v0.11.0
11862026-08-25T20:51:06.497Z Downloaded sync-ptr v0.1.4
11872026-08-25T20:51:06.498Z Downloaded delegate v0.13.5
11882026-08-25T20:51:06.498Z Downloaded reqwest v0.13.2
11892026-08-25T20:51:06.502Z Downloaded oxide-update-engine-types v0.1.2
11902026-08-25T20:51:06.505Z Downloaded dropshot-api-manager v0.8.0
11912026-08-25T20:51:06.505Z Downloaded ingot v0.2.1
11922026-08-25T20:51:06.505Z Downloaded tabled v0.21.0
11932026-08-25T20:51:06.514Z Downloaded smallvec v0.6.14
11942026-08-25T20:51:06.517Z Downloaded phf v0.12.1
11952026-08-25T20:51:06.517Z Downloaded sec1 v0.8.1
11962026-08-25T20:51:06.520Z Downloaded winnow v1.0.3
11972026-08-25T20:51:06.523Z Downloaded time-macros v0.2.27
11982026-08-25T20:51:06.527Z Downloaded constant_time_eq v0.4.2
11992026-08-25T20:51:06.530Z Downloaded crossbeam-deque v0.8.6
12002026-08-25T20:51:06.530Z Downloaded ctr v0.10.1
12012026-08-25T20:51:06.533Z Downloaded cookie v0.18.1
12022026-08-25T20:51:06.536Z Downloaded serde_with v1.14.0
12032026-08-25T20:51:06.539Z Downloaded nom v7.1.3
12042026-08-25T20:51:06.544Z Downloaded displaydoc v0.2.5
12052026-08-25T20:51:06.550Z Downloaded data-encoding v2.10.0
12062026-08-25T20:51:06.553Z Downloaded dtrace-parser v0.3.0
12072026-08-25T20:51:06.553Z Downloaded port-file v0.1.0
12082026-08-25T20:51:06.553Z Downloaded memmap2 v0.9.10
12092026-08-25T20:51:06.556Z Downloaded x509-cert v0.2.5
12102026-08-25T20:51:06.558Z Downloaded zerovec-derive v0.11.2
12112026-08-25T20:51:06.558Z Downloaded icu_collections v2.1.1
12122026-08-25T20:51:06.565Z Downloaded rsa v0.10.0-rc.18
12132026-08-25T20:51:06.569Z Downloaded salty v0.3.0
12142026-08-25T20:51:06.572Z Downloaded nanorand v0.7.0
12152026-08-25T20:51:06.575Z Downloaded parking_lot_core v0.9.12
12162026-08-25T20:51:06.575Z Downloaded toml_edit v0.19.15
12172026-08-25T20:51:06.583Z Downloaded rcgen v0.12.1
12182026-08-25T20:51:06.586Z Downloaded url v2.5.8
12192026-08-25T20:51:06.589Z Downloaded snafu v0.8.9
12202026-08-25T20:51:06.592Z Downloaded git2 v0.20.4
12212026-08-25T20:51:06.595Z Downloaded elliptic-curve v0.13.8
12222026-08-25T20:51:06.597Z Downloaded diesel_derives v2.3.7
12232026-08-25T20:51:06.600Z Downloaded samael v0.0.19
12242026-08-25T20:51:06.603Z Downloaded zerocopy-derive v0.8.55
12252026-08-25T20:51:06.608Z Downloaded tokio-util v0.7.18
12262026-08-25T20:51:06.615Z Downloaded corncobs v0.1.4
12272026-08-25T20:51:06.618Z Downloaded darling_core v0.21.3
12282026-08-25T20:51:06.621Z Downloaded itertools v0.14.0
12292026-08-25T20:51:06.624Z Downloaded petname v2.0.2
12302026-08-25T20:51:06.627Z Downloaded zlib-rs v0.6.2
12312026-08-25T20:51:06.630Z Downloaded crypto-bigint v0.5.5
12322026-08-25T20:51:06.633Z Downloaded winnow v0.5.40
12332026-08-25T20:51:06.638Z Downloaded jiff-core v0.1.0
12342026-08-25T20:51:06.640Z Downloaded des v0.9.0
12352026-08-25T20:51:06.644Z Downloaded rayon v1.11.0
12362026-08-25T20:51:06.648Z Downloaded prefix-trie v0.7.0
12372026-08-25T20:51:06.651Z Downloaded itertools v0.10.5
12382026-08-25T20:51:06.651Z Downloaded der v0.8.0
12392026-08-25T20:51:06.655Z Downloaded miniz_oxide v0.8.9
12402026-08-25T20:51:06.658Z Downloaded schemars v0.9.0
12412026-08-25T20:51:06.663Z Downloaded goblin v0.10.5
12422026-08-25T20:51:06.666Z Downloaded idna v1.1.0
12432026-08-25T20:51:06.670Z Downloaded quick-xml v0.37.5
12442026-08-25T20:51:06.673Z Downloaded nix v0.27.1
12452026-08-25T20:51:06.679Z Downloaded schemars v1.2.1
12462026-08-25T20:51:06.687Z Downloaded regex-syntax v0.6.29
12472026-08-25T20:51:06.691Z Downloaded itertools v0.13.0
12482026-08-25T20:51:06.696Z Downloaded miette v7.6.0
12492026-08-25T20:51:06.699Z Downloaded unicode-segmentation v1.12.0
12502026-08-25T20:51:06.699Z Downloaded vcpkg v0.2.15
12512026-08-25T20:51:06.723Z Downloaded tough v0.22.0
12522026-08-25T20:51:06.728Z Downloaded icu_properties_data v2.1.2
12532026-08-25T20:51:06.733Z Downloaded smoltcp v0.9.1
12542026-08-25T20:51:06.739Z Downloaded regex v1.12.3
12552026-08-25T20:51:06.742Z Downloaded libm v0.2.16
12562026-08-25T20:51:06.747Z Downloaded bstr v1.12.1
12572026-08-25T20:51:06.752Z Downloaded itertools v0.12.1
12582026-08-25T20:51:06.756Z Downloaded libxml v0.3.3
12592026-08-25T20:51:06.759Z Downloaded radix_trie v0.2.1
12602026-08-25T20:51:06.763Z Downloaded tower v0.5.3
12612026-08-25T20:51:06.767Z Downloaded unicode-normalization v0.1.25
12622026-08-25T20:51:06.770Z Downloaded serde_with v3.21.0
12632026-08-25T20:51:06.776Z Downloaded moka v0.12.13
12642026-08-25T20:51:06.781Z Downloaded nix v0.28.0
12652026-08-25T20:51:06.787Z Downloaded p384 v0.13.1
12662026-08-25T20:51:06.798Z Downloaded zerovec v0.11.5
12672026-08-25T20:51:06.801Z Downloaded russh v0.62.4
12682026-08-25T20:51:06.806Z Downloaded sha3 v0.12.0
12692026-08-25T20:51:06.809Z Downloaded lalrpop v0.19.12
12702026-08-25T20:51:06.814Z Downloaded gimli v0.32.3
12712026-08-25T20:51:06.823Z Downloaded time v0.3.47
12722026-08-25T20:51:06.829Z Downloaded curve25519-dalek v5.0.0
12732026-08-25T20:51:06.834Z Downloaded reqwest v0.12.28
12742026-08-25T20:51:06.838Z Downloaded smoltcp v0.11.0
12752026-08-25T20:51:06.846Z Downloaded curve25519-dalek v4.1.3
12762026-08-25T20:51:06.863Z Downloaded openssl v0.10.80
12772026-08-25T20:51:06.870Z Downloaded object v0.30.4
12782026-08-25T20:51:06.875Z Downloaded portable-atomic v1.13.1
12792026-08-25T20:51:06.879Z Downloaded iddqd v0.4.2
12802026-08-25T20:51:06.884Z Downloaded rustix v0.38.44
12812026-08-25T20:51:06.897Z Downloaded polar-core v0.27.3
12822026-08-25T20:51:06.902Z Downloaded object v0.37.3
12832026-08-25T20:51:06.909Z Downloaded tracing v0.1.44
12842026-08-25T20:51:06.923Z Downloaded quinn-proto v0.11.16
12852026-08-25T20:51:06.927Z Downloaded hickory-proto v0.24.4
12862026-08-25T20:51:06.936Z Downloaded rustls v0.23.41
12872026-08-25T20:51:06.942Z Downloaded zerocopy v0.8.55
12882026-08-25T20:51:06.953Z Downloaded sha3 v0.11.0
12892026-08-25T20:51:06.956Z Downloaded openapiv3 v2.2.0
12902026-08-25T20:51:06.962Z Downloaded hickory-proto v0.25.2
12912026-08-25T20:51:06.971Z Downloaded regress v0.11.1
12922026-08-25T20:51:06.979Z Downloaded regex-automata v0.4.14
12932026-08-25T20:51:06.989Z Downloaded regress v0.10.5
12942026-08-25T20:51:06.994Z Downloaded typify-impl v0.6.2
12952026-08-25T20:51:07.008Z Downloaded crypto-bigint v0.7.5
12962026-08-25T20:51:07.014Z Downloaded bzip2-sys v0.1.13+1.0.8
12972026-08-25T20:51:07.028Z Downloaded syn v3.0.3
12982026-08-25T20:51:07.036Z Downloaded nix v0.31.2
12992026-08-25T20:51:07.036Z Downloaded sled v0.34.7
13002026-08-25T20:51:07.042Z Downloaded dropshot v0.17.1
13012026-08-25T20:51:07.056Z Downloaded ratatui v0.29.0
13022026-08-25T20:51:07.064Z Downloaded sqlparser v0.61.0
13032026-08-25T20:51:07.078Z Downloaded petgraph v0.6.5
13042026-08-25T20:51:07.101Z Downloaded chrono-tz v0.10.4
13052026-08-25T20:51:07.102Z Downloaded regex-syntax v0.8.10
13062026-08-25T20:51:07.112Z Downloaded jiff v0.2.34
13072026-08-25T20:51:07.112Z Downloaded zerocopy-derive v0.6.6
13082026-08-25T20:51:07.117Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13092026-08-25T20:51:07.120Z Downloaded csv v1.4.0
13102026-08-25T20:51:07.132Z Downloaded diesel v2.3.7
13112026-08-25T20:51:07.165Z Downloaded petgraph v0.8.3
13122026-08-25T20:51:07.189Z Downloaded sha3 v0.10.8
13132026-08-25T20:51:07.198Z Downloaded libgit2-sys v0.18.3+1.9.2
13142026-08-25T20:51:07.231Z Downloaded tokio v1.52.1
13152026-08-25T20:51:07.255Z Downloaded libz-sys v1.1.24
13162026-08-25T20:51:07.267Z Downloaded encoding_rs v0.8.35
13172026-08-25T20:51:07.280Z Downloaded ring v0.17.14
13182026-08-25T20:51:07.622Z Downloaded aws-lc-sys v0.40.0
13192026-08-25T20:51:07.890Z Compiling serde_core v1.0.228
13202026-08-25T20:51:07.890Z Compiling libc v0.2.185
13212026-08-25T20:51:07.890Z Compiling serde v1.0.228
13222026-08-25T20:51:07.899Z Compiling log v0.4.33
13232026-08-25T20:51:07.899Z Compiling smallvec v1.15.1
13242026-08-25T20:51:07.899Z Compiling shlex v1.3.0
13252026-08-25T20:51:07.899Z Compiling find-msvc-tools v0.1.9
13262026-08-25T20:51:07.899Z Compiling subtle v2.6.1
13272026-08-25T20:51:08.078Z Compiling scopeguard v1.2.0
13282026-08-25T20:51:08.117Z Compiling stable_deref_trait v1.2.1
13292026-08-25T20:51:08.117Z Compiling typenum v1.20.1
13302026-08-25T20:51:08.117Z Compiling zerocopy v0.8.55
13312026-08-25T20:51:08.117Z Compiling portable-atomic v1.13.1
13322026-08-25T20:51:08.177Z Compiling serde_json v1.0.151
13332026-08-25T20:51:08.205Z Compiling syn v2.0.117
13342026-08-25T20:51:08.210Z Compiling critical-section v1.2.0
13352026-08-25T20:51:08.250Z Compiling libm v0.2.16
13362026-08-25T20:51:08.263Z Compiling num-traits v0.2.19
13372026-08-25T20:51:08.296Z Compiling lock_api v0.4.14
13382026-08-25T20:51:08.312Z Compiling pkg-config v0.3.32
13392026-08-25T20:51:08.326Z Compiling generic-array v0.14.7
13402026-08-25T20:51:08.355Z Compiling parking_lot_core v0.9.12
13412026-08-25T20:51:08.399Z Compiling pin-project-lite v0.2.17
13422026-08-25T20:51:08.400Z Compiling const-oid v0.9.6
13432026-08-25T20:51:08.431Z Compiling getrandom v0.4.3
13442026-08-25T20:51:08.508Z Compiling rand_core v0.10.0
13452026-08-25T20:51:08.521Z Compiling futures-core v0.3.32
13462026-08-25T20:51:08.553Z Compiling litemap v0.8.1
13472026-08-25T20:51:08.615Z Compiling writeable v0.6.2
13482026-08-25T20:51:08.678Z Compiling percent-encoding v2.3.2
13492026-08-25T20:51:08.693Z Compiling icu_properties_data v2.1.2
13502026-08-25T20:51:08.697Z Compiling icu_normalizer_data v2.1.1
13512026-08-25T20:51:08.709Z Compiling rustix v1.1.4
13522026-08-25T20:51:08.722Z Compiling getrandom v0.3.4
13532026-08-25T20:51:08.777Z Compiling futures-sink v0.3.32
13542026-08-25T20:51:08.815Z Compiling futures-io v0.3.32
13552026-08-25T20:51:08.829Z Compiling utf8_iter v1.0.4
13562026-08-25T20:51:08.876Z Compiling futures-task v0.3.32
13572026-08-25T20:51:08.890Z Compiling futures-channel v0.3.32
13582026-08-25T20:51:08.905Z Compiling slab v0.4.12
13592026-08-25T20:51:08.966Z Compiling errno v0.3.14
13602026-08-25T20:51:08.981Z Compiling jobserver v0.1.34
13612026-08-25T20:51:08.997Z Compiling getrandom v0.2.17
13622026-08-25T20:51:09.060Z Compiling mio v1.2.0
13632026-08-25T20:51:09.088Z Compiling signal-hook-registry v1.4.8
13642026-08-25T20:51:09.121Z Compiling socket2 v0.6.3
13652026-08-25T20:51:09.138Z Compiling rand_core v0.6.4
13662026-08-25T20:51:09.170Z Compiling form_urlencoded v1.2.2
13672026-08-25T20:51:09.189Z Compiling cc v1.2.56
13682026-08-25T20:51:09.243Z Compiling once_cell v1.21.3
13692026-08-25T20:51:09.289Z Compiling parking_lot v0.12.5
13702026-08-25T20:51:09.306Z Compiling rustversion v1.0.22
13712026-08-25T20:51:09.321Z Compiling iana-time-zone v0.1.65
13722026-08-25T20:51:09.364Z Compiling base64ct v1.8.3
13732026-08-25T20:51:09.380Z Compiling flagset v0.4.7
13742026-08-25T20:51:09.380Z Compiling fs_extra v1.3.0
13752026-08-25T20:51:09.439Z Compiling ident_case v1.0.1
13762026-08-25T20:51:09.472Z Compiling regex-syntax v0.8.10
13772026-08-25T20:51:09.525Z Compiling dunce v1.0.5
13782026-08-25T20:51:09.540Z Compiling base64 v0.22.1
13792026-08-25T20:51:09.554Z Compiling vcpkg v0.2.15
13802026-08-25T20:51:09.557Z Compiling syn v1.0.109
13812026-08-25T20:51:09.586Z Compiling rand_core v0.9.5
13822026-08-25T20:51:09.636Z Compiling pem-rfc7468 v0.7.0
13832026-08-25T20:51:09.682Z Compiling tracing-core v0.1.36
13842026-08-25T20:51:09.685Z Compiling simd-adler32 v0.3.8
13852026-08-25T20:51:09.712Z Compiling aws-lc-rs v1.16.3
13862026-08-25T20:51:09.715Z Compiling dyn-clone v1.0.20
13872026-08-25T20:51:09.755Z Compiling cpufeatures v0.2.17
13882026-08-25T20:51:09.848Z Compiling schemars v0.8.22
13892026-08-25T20:51:09.885Z Compiling spin v0.9.8
13902026-08-25T20:51:09.889Z Compiling adler2 v2.0.1
13912026-08-25T20:51:09.889Z Compiling httparse v1.10.1
13922026-08-25T20:51:09.928Z Compiling cmake v0.1.57
13932026-08-25T20:51:09.969Z Compiling crc32fast v1.5.0
13942026-08-25T20:51:10.025Z Compiling tinyvec_macros v0.1.1
13952026-08-25T20:51:10.051Z Compiling cmov v0.5.4
13962026-08-25T20:51:10.072Z Compiling openssl-probe v0.2.1
13972026-08-25T20:51:10.111Z Compiling tinyvec v1.10.0
13982026-08-25T20:51:10.114Z Compiling miniz_oxide v0.8.9
13992026-08-25T20:51:10.138Z Compiling aho-corasick v1.1.4
14002026-08-25T20:51:10.279Z Compiling bitflags v2.11.0
14012026-08-25T20:51:10.295Z Compiling semver v1.0.28
14022026-08-25T20:51:10.311Z Compiling indexmap v2.14.0
14032026-08-25T20:51:10.324Z Compiling uuid v1.23.4
14042026-08-25T20:51:10.392Z Compiling ctutils v0.4.2
14052026-08-25T20:51:10.409Z Compiling tower-service v0.3.3
14062026-08-25T20:51:10.421Z Compiling radium v0.7.0
14072026-08-25T20:51:10.436Z Compiling atomic-waker v1.1.2
14082026-08-25T20:51:10.519Z Compiling try-lock v0.2.5
14092026-08-25T20:51:10.535Z Compiling rustc_version v0.4.1
14102026-08-25T20:51:10.576Z Compiling tower-layer v0.3.3
14112026-08-25T20:51:10.646Z Compiling untrusted v0.7.1
14122026-08-25T20:51:10.663Z Compiling want v0.3.1
14132026-08-25T20:51:10.757Z Compiling httpdate v1.0.3
14142026-08-25T20:51:10.776Z Compiling tap v1.0.1
14152026-08-25T20:51:10.792Z Compiling untrusted v0.9.0
14162026-08-25T20:51:10.806Z Compiling aws-lc-sys v0.40.0
14172026-08-25T20:51:10.850Z Compiling openssl-sys v0.9.117
14182026-08-25T20:51:10.876Z Compiling maybe-uninit v2.0.0
14192026-08-25T20:51:10.892Z Compiling rustls v0.23.41
14202026-08-25T20:51:10.903Z Compiling foreign-types-shared v0.1.1
14212026-08-25T20:51:10.925Z Compiling openssl v0.10.80
14222026-08-25T20:51:11.077Z Compiling synstructure v0.13.2
14232026-08-25T20:51:11.093Z Compiling serde_derive_internals v0.29.1
14242026-08-25T20:51:11.098Z Compiling pest_generator v2.8.6
14252026-08-25T20:51:11.122Z Compiling darling_core v0.20.11
14262026-08-25T20:51:11.138Z Compiling regex-automata v0.4.14
14272026-08-25T20:51:11.140Z Compiling foreign-types v0.3.2
14282026-08-25T20:51:11.242Z Compiling wyz v0.5.1
14292026-08-25T20:51:11.256Z Compiling bzip2-sys v0.1.13+1.0.8
14302026-08-25T20:51:11.274Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14312026-08-25T20:51:11.563Z Compiling tempfile v3.27.0
14322026-08-25T20:51:11.577Z Compiling terminal_size v0.4.3
14332026-08-25T20:51:11.692Z Compiling unicode-normalization v0.1.25
14342026-08-25T20:51:11.708Z Compiling num-integer v0.1.46
14352026-08-25T20:51:11.711Z Compiling wait-timeout v0.2.1
14362026-08-25T20:51:11.747Z Compiling ahash v0.8.12
14372026-08-25T20:51:11.826Z Compiling native-tls v0.2.18
14382026-08-25T20:51:11.866Z Compiling time-core v0.1.8
14392026-08-25T20:51:11.980Z Compiling bit-vec v0.8.0
14402026-08-25T20:51:12.005Z Compiling funty v2.0.0
14412026-08-25T20:51:12.032Z Compiling packed_struct v0.10.1
14422026-08-25T20:51:12.048Z Compiling powerfmt v0.2.0
14432026-08-25T20:51:12.064Z Compiling quick-error v1.2.3
14442026-08-25T20:51:12.067Z Compiling num-conv v0.2.0
14452026-08-25T20:51:12.093Z Compiling num-bigint-dig v0.8.6
14462026-08-25T20:51:12.139Z Compiling clap_builder v4.6.0
14472026-08-25T20:51:12.178Z Compiling rusty-fork v0.3.1
14482026-08-25T20:51:12.193Z Compiling bit-set v0.8.0
14492026-08-25T20:51:12.228Z Compiling time-macros v0.2.27
14502026-08-25T20:51:12.244Z Compiling deranged v0.5.8
14512026-08-25T20:51:12.259Z Compiling num-iter v0.1.45
14522026-08-25T20:51:12.356Z Compiling bitvec v1.0.1
14532026-08-25T20:51:12.387Z Compiling lazy_static v1.5.0
14542026-08-25T20:51:12.403Z Compiling rand_xorshift v0.4.0
14552026-08-25T20:51:12.486Z Compiling sync_wrapper v1.0.2
14562026-08-25T20:51:12.498Z Compiling indexmap v1.9.3
14572026-08-25T20:51:12.530Z Compiling usdt-impl v0.6.0
14582026-08-25T20:51:12.575Z Compiling unicode-segmentation v1.12.0
14592026-08-25T20:51:12.590Z Compiling siphasher v1.0.2
14602026-08-25T20:51:12.631Z Compiling nodrop v0.1.14
14612026-08-25T20:51:12.709Z Compiling crossbeam-utils v0.8.21
14622026-08-25T20:51:12.741Z Compiling crc-catalog v2.4.0
14632026-08-25T20:51:12.760Z Compiling zlib-rs v0.6.2
14642026-08-25T20:51:12.795Z Compiling paste v1.0.15
14652026-08-25T20:51:12.849Z Compiling unarray v0.1.4
14662026-08-25T20:51:12.933Z Compiling serde_derive v1.0.228
14672026-08-25T20:51:12.979Z Compiling zeroize_derive v1.5.0
14682026-08-25T20:51:12.994Z Compiling zerocopy-derive v0.8.55
14692026-08-25T20:51:13.030Z Compiling zerofrom-derive v0.1.6
14702026-08-25T20:51:13.089Z Compiling yoke-derive v0.8.1
14712026-08-25T20:51:13.287Z Compiling zerovec-derive v0.11.2
14722026-08-25T20:51:13.313Z Compiling displaydoc v0.2.5
14732026-08-25T20:51:13.377Z Compiling tokio-macros v2.7.0
14742026-08-25T20:51:13.641Z Compiling futures-macro v0.3.32
14752026-08-25T20:51:13.688Z Compiling thiserror-impl v2.0.18
14762026-08-25T20:51:13.906Z Compiling der_derive v0.7.3
14772026-08-25T20:51:14.134Z Compiling tracing-attributes v0.1.31
14782026-08-25T20:51:14.173Z Compiling schemars_derive v0.8.22
14792026-08-25T20:51:14.201Z Compiling pest_derive v2.8.6
14802026-08-25T20:51:14.340Z Compiling scroll_derive v0.13.1
14812026-08-25T20:51:14.474Z Compiling darling_macro v0.20.11
14822026-08-25T20:51:14.520Z Compiling futures-util v0.3.32
14832026-08-25T20:51:14.535Z Compiling zerofrom v0.1.6
14842026-08-25T20:51:14.676Z Compiling yoke v0.8.1
14852026-08-25T20:51:14.691Z Compiling openssl-macros v0.1.1
14862026-08-25T20:51:14.881Z Compiling zerovec v0.11.5
14872026-08-25T20:51:14.938Z Compiling zerotrie v0.2.3
14882026-08-25T20:51:15.006Z Compiling thiserror-impl v1.0.69
14892026-08-25T20:51:15.093Z Compiling thiserror v2.0.18
14902026-08-25T20:51:15.214Z Compiling scroll v0.13.0
14912026-08-25T20:51:15.229Z Compiling darling v0.20.11
14922026-08-25T20:51:15.268Z Compiling packed_struct_codegen v0.10.1
14932026-08-25T20:51:15.328Z Compiling bitfield-macros v0.19.4
14942026-08-25T20:51:15.343Z Compiling zerocopy-derive v0.6.6
14952026-08-25T20:51:15.456Z Compiling tinystr v0.8.2
14962026-08-25T20:51:15.506Z Compiling potential_utf v0.1.4
14972026-08-25T20:51:15.522Z Compiling goblin v0.10.5
14982026-08-25T20:51:15.543Z Compiling tracing v0.1.44
14992026-08-25T20:51:15.548Z Compiling clap_derive v4.6.1
15002026-08-25T20:51:15.689Z Compiling icu_locale_core v2.1.1
15012026-08-25T20:51:15.704Z Compiling icu_collections v2.1.1
15022026-08-25T20:51:15.835Z Compiling object v0.37.3
15032026-08-25T20:51:16.139Z Compiling num_threads v0.1.7
15042026-08-25T20:51:16.172Z Compiling bitfield v0.19.4
15052026-08-25T20:51:16.211Z Compiling flate2 v1.1.9
15062026-08-25T20:51:16.261Z Compiling time v0.3.47
15072026-08-25T20:51:16.277Z Compiling zerocopy v0.6.6
15082026-08-25T20:51:16.280Z Compiling derive_builder_core v0.20.2
15092026-08-25T20:51:16.346Z Compiling thiserror v1.0.69
15102026-08-25T20:51:16.427Z Compiling icu_provider v2.1.1
15112026-08-25T20:51:16.460Z Compiling dtrace-parser v0.3.0
15122026-08-25T20:51:16.604Z Compiling zeroize v1.9.0
15132026-08-25T20:51:16.628Z Compiling bytes v1.11.1
15142026-08-25T20:51:16.658Z Compiling chrono v0.4.45
15152026-08-25T20:51:16.673Z Compiling icu_normalizer v2.1.1
15162026-08-25T20:51:16.689Z Compiling icu_properties v2.1.2
15172026-08-25T20:51:16.748Z Compiling ipnet v2.12.0
15182026-08-25T20:51:16.925Z Compiling der v0.7.10
15192026-08-25T20:51:17.192Z Compiling tokio v1.52.1
15202026-08-25T20:51:17.237Z Compiling http v1.4.2
15212026-08-25T20:51:17.254Z Compiling rustls-pki-types v1.14.0
15222026-08-25T20:51:17.273Z Compiling hybrid-array v0.4.13
15232026-08-25T20:51:17.277Z Compiling hex v0.4.3
15242026-08-25T20:51:17.408Z Compiling crypto-common v0.1.7
15252026-08-25T20:51:17.441Z Compiling block-buffer v0.10.4
15262026-08-25T20:51:17.557Z Compiling idna_adapter v1.2.1
15272026-08-25T20:51:17.572Z Compiling toml_datetime v0.6.11
15282026-08-25T20:51:17.623Z Compiling ppv-lite86 v0.2.21
15292026-08-25T20:51:17.717Z Compiling digest v0.10.7
15302026-08-25T20:51:17.734Z Compiling idna v1.1.0
15312026-08-25T20:51:17.832Z Compiling spki v0.7.3
15322026-08-25T20:51:17.851Z Compiling serde_spanned v0.6.9
15332026-08-25T20:51:17.971Z Compiling rand_chacha v0.9.0
15342026-08-25T20:51:17.986Z Compiling http-body v1.0.1
15352026-08-25T20:51:18.011Z Compiling pkcs8 v0.10.2
15362026-08-25T20:51:18.070Z Compiling url v2.5.8
15372026-08-25T20:51:18.091Z Compiling sha2 v0.10.9
15382026-08-25T20:51:18.106Z Compiling signature v2.2.0
15392026-08-25T20:51:18.123Z Compiling rand_chacha v0.3.1
15402026-08-25T20:51:18.158Z Compiling hmac v0.12.1
15412026-08-25T20:51:18.173Z Compiling http-body-util v0.1.3
15422026-08-25T20:51:18.194Z Compiling rand v0.9.2
15432026-08-25T20:51:18.232Z Compiling pkcs1 v0.7.5
15442026-08-25T20:51:18.295Z Compiling clap v4.6.1
15452026-08-25T20:51:18.359Z Compiling rand v0.8.6
15462026-08-25T20:51:18.378Z Compiling dof v0.4.0
15472026-08-25T20:51:18.395Z Compiling structmeta-derive v0.3.0
15482026-08-25T20:51:18.423Z Compiling scroll_derive v0.12.1
15492026-08-25T20:51:18.440Z Compiling crc v3.4.0
15502026-08-25T20:51:18.696Z Compiling array-init v0.0.4
15512026-08-25T20:51:18.732Z Compiling smallvec v0.6.14
15522026-08-25T20:51:18.899Z Compiling proptest v1.11.0
15532026-08-25T20:51:18.928Z Compiling darling_core v0.23.0
15542026-08-25T20:51:18.947Z Compiling heapless v0.7.17
15552026-08-25T20:51:19.046Z Compiling slog v2.8.2
15562026-08-25T20:51:19.127Z Compiling thread-id v5.1.0
15572026-08-25T20:51:19.181Z Compiling env_filter v2.0.0
15582026-08-25T20:51:19.216Z Compiling syn v3.0.3
15592026-08-25T20:51:19.230Z Compiling cookie v0.18.1
15602026-08-25T20:51:19.258Z Compiling zstd-safe v7.2.4
15612026-08-25T20:51:19.351Z Compiling anyhow v1.0.104
15622026-08-25T20:51:19.439Z Compiling ipnetwork v0.21.1
15632026-08-25T20:51:19.442Z Compiling unicode-bidi v0.3.18
15642026-08-25T20:51:19.471Z Compiling winnow v0.5.40
15652026-08-25T20:51:19.500Z Compiling unicode-properties v0.1.4
15662026-08-25T20:51:19.517Z Compiling signal-hook v0.3.18
15672026-08-25T20:51:19.589Z Compiling ryu v1.0.23
15682026-08-25T20:51:19.685Z Compiling hashbrown v0.12.3
15692026-08-25T20:51:19.696Z Compiling iri-string v0.7.10
15702026-08-25T20:51:19.710Z Compiling base64 v0.21.7
15712026-08-25T20:51:19.726Z Compiling allocator-api2 v0.2.21
15722026-08-25T20:51:19.791Z Compiling gimli v0.32.3
15732026-08-25T20:51:19.853Z Compiling stringprep v0.1.5
15742026-08-25T20:51:19.932Z Compiling serde_urlencoded v0.7.1
15752026-08-25T20:51:19.979Z Compiling ron v0.8.1
15762026-08-25T20:51:20.002Z Compiling rsa v0.9.10
15772026-08-25T20:51:20.136Z Compiling oxnet v0.1.6
15782026-08-25T20:51:20.193Z Compiling structmeta v0.3.0
15792026-08-25T20:51:20.309Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15802026-08-25T20:51:20.426Z Compiling env_logger v0.11.11
15812026-08-25T20:51:20.544Z Compiling scroll v0.12.0
15822026-08-25T20:51:20.590Z Compiling serde-hex v0.1.0
15832026-08-25T20:51:20.816Z Compiling toml_edit v0.19.15
15842026-08-25T20:51:20.856Z Compiling camino v1.2.5
15852026-08-25T20:51:20.941Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15862026-08-25T20:51:21.193Z Compiling tokio-util v0.7.18
15872026-08-25T20:51:21.197Z Compiling tower v0.5.3
15882026-08-25T20:51:21.264Z Compiling tokio-native-tls v0.3.1
15892026-08-25T20:51:21.471Z Compiling newtype-uuid v1.3.2
15902026-08-25T20:51:21.505Z Compiling darling_macro v0.23.0
15912026-08-25T20:51:21.535Z Compiling addr2line v0.25.1
15922026-08-25T20:51:21.721Z Compiling tower-http v0.6.8
15932026-08-25T20:51:21.800Z Compiling hashbrown v0.13.2
15942026-08-25T20:51:21.815Z Compiling crypto-common v0.2.2
15952026-08-25T20:51:21.830Z Compiling block-padding v0.4.2
15962026-08-25T20:51:21.895Z Compiling block-buffer v0.12.1
15972026-08-25T20:51:22.023Z Compiling h2 v0.4.15
15982026-08-25T20:51:22.038Z Compiling x509-cert v0.2.5
15992026-08-25T20:51:22.117Z Compiling md-5 v0.10.6
16002026-08-25T20:51:22.162Z Compiling rustls-native-certs v0.8.3
16012026-08-25T20:51:22.303Z Compiling derive_builder_macro v0.20.2
16022026-08-25T20:51:22.319Z Compiling erased-serde v0.3.31
16032026-08-25T20:51:22.322Z Compiling serde_tokenstream v0.2.3
16042026-08-25T20:51:22.420Z Compiling bzip2 v0.4.4
16052026-08-25T20:51:22.652Z Compiling bstr v1.12.1
16062026-08-25T20:51:22.679Z Compiling pin-project-internal v1.1.11
16072026-08-25T20:51:22.759Z Compiling daft-derive v0.1.8
16082026-08-25T20:51:22.819Z Compiling zerocopy-derive v0.7.35
16092026-08-25T20:51:22.839Z Compiling async-trait v0.1.89
16102026-08-25T20:51:23.053Z Compiling curve25519-dalek v4.1.3
16112026-08-25T20:51:23.173Z Compiling vergen-lib v9.1.0
16122026-08-25T20:51:23.351Z Compiling hash32 v0.2.1
16132026-08-25T20:51:23.366Z Compiling encoding_rs v0.8.35
16142026-08-25T20:51:23.401Z Compiling memoffset v0.9.1
16152026-08-25T20:51:23.502Z Compiling owo-colors v4.3.0
16162026-08-25T20:51:23.563Z Compiling psl-types v2.0.11
16172026-08-25T20:51:23.579Z Compiling rustc-demangle v0.1.27
16182026-08-25T20:51:23.614Z Compiling mime v0.3.17
16192026-08-25T20:51:23.628Z Compiling rustix v0.38.44
16202026-08-25T20:51:23.713Z Compiling smoltcp v0.9.1
16212026-08-25T20:51:23.728Z Compiling cfg_aliases v0.2.1
16222026-08-25T20:51:23.751Z Compiling litrs v1.0.0
16232026-08-25T20:51:23.816Z Compiling fallible-iterator v0.2.0
16242026-08-25T20:51:23.841Z Compiling ref-cast v1.0.25
16252026-08-25T20:51:23.855Z Compiling crc-any v2.5.0
16262026-08-25T20:51:23.918Z Compiling pin-project v1.1.11
16272026-08-25T20:51:23.954Z Compiling nix v0.31.2
16282026-08-25T20:51:24.000Z Compiling zerocopy v0.7.35
16292026-08-25T20:51:24.034Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16302026-08-25T20:51:24.103Z Compiling postgres-protocol v0.6.10
16312026-08-25T20:51:24.117Z Compiling publicsuffix v2.3.0
16322026-08-25T20:51:24.148Z Compiling daft v0.1.8
16332026-08-25T20:51:24.277Z Compiling document-features v0.2.12
16342026-08-25T20:51:24.331Z Compiling derive_builder v0.20.2
16352026-08-25T20:51:24.359Z Compiling zip v0.6.6
16362026-08-25T20:51:24.459Z Compiling object v0.30.4
16372026-08-25T20:51:24.476Z Compiling toml v0.7.8
16382026-08-25T20:51:24.568Z Compiling darling v0.23.0
16392026-08-25T20:51:24.584Z Compiling inout v0.2.2
16402026-08-25T20:51:24.665Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16412026-08-25T20:51:24.681Z Compiling goblin v0.8.2
16422026-08-25T20:51:24.765Z Compiling derive-ex v0.1.8
16432026-08-25T20:51:24.974Z Compiling futures-executor v0.3.32
16442026-08-25T20:51:24.978Z Compiling hubpack_derive v0.1.1
16452026-08-25T20:51:24.995Z Compiling regex v1.12.3
16462026-08-25T20:51:25.056Z Compiling backtrace v0.3.76
16472026-08-25T20:51:25.114Z Compiling snafu-derive v0.8.9
16482026-08-25T20:51:25.223Z Compiling hyper v1.10.1
16492026-08-25T20:51:25.257Z Compiling curve25519-dalek-derive v0.1.1
16502026-08-25T20:51:25.273Z Compiling ref-cast-impl v1.0.25
16512026-08-25T20:51:25.342Z Compiling strum_macros v0.27.2
16522026-08-25T20:51:25.357Z Compiling convert_case v0.10.0
16532026-08-25T20:51:25.461Z Compiling phf_shared v0.13.1
16542026-08-25T20:51:25.472Z Compiling vergen v9.1.0
16552026-08-25T20:51:25.670Z Compiling cargo-platform v0.3.2
16562026-08-25T20:51:25.684Z Compiling ff v0.13.1
16572026-08-25T20:51:25.721Z Compiling fs-err v3.3.0
16582026-08-25T20:51:25.839Z Compiling bumpalo v3.20.2
16592026-08-25T20:51:25.855Z Compiling jiff-core v0.1.0
16602026-08-25T20:51:25.946Z Compiling foldhash v0.1.5
16612026-08-25T20:51:26.006Z Compiling base16ct v0.2.0
16622026-08-25T20:51:26.019Z Compiling path-slash v0.1.5
16632026-08-25T20:51:26.162Z Compiling same-file v1.0.6
16642026-08-25T20:51:26.177Z Compiling libbz2-rs-sys v0.2.2
16652026-08-25T20:51:26.190Z Compiling either v1.15.0
16662026-08-25T20:51:26.207Z Compiling is_ci v1.2.0
16672026-08-25T20:51:26.252Z Compiling foldhash v0.2.0
16682026-08-25T20:51:26.281Z Compiling bitflags v1.3.2
16692026-08-25T20:51:26.351Z Compiling managed v0.8.0
16702026-08-25T20:51:26.367Z Compiling textwrap v0.16.2
16712026-08-25T20:51:26.370Z Compiling supports-color v3.0.2
16722026-08-25T20:51:26.428Z Compiling hyper-util v0.1.20
16732026-08-25T20:51:26.495Z Compiling hashbrown v0.16.1
16742026-08-25T20:51:26.519Z Compiling test-strategy v0.4.5
16752026-08-25T20:51:26.612Z Compiling walkdir v2.5.0
16762026-08-25T20:51:26.863Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16772026-08-25T20:51:26.893Z Compiling jiff v0.2.34
16782026-08-25T20:51:26.919Z Compiling bzip2 v0.6.1
16792026-08-25T20:51:26.935Z Compiling sec1 v0.7.3
16802026-08-25T20:51:26.971Z Compiling hashbrown v0.15.5
16812026-08-25T20:51:27.178Z Compiling dof v0.3.0
16822026-08-25T20:51:27.186Z Compiling zopfli v0.8.3
16832026-08-25T20:51:27.187Z Compiling snafu v0.8.9
16842026-08-25T20:51:27.389Z Compiling cargo_metadata v0.23.1
16852026-08-25T20:51:27.441Z Compiling strum v0.27.2
16862026-08-25T20:51:27.555Z Compiling group v0.13.0
16872026-08-25T20:51:27.558Z Compiling derive_more-impl v2.1.1
16882026-08-25T20:51:27.591Z Compiling phf v0.13.1
16892026-08-25T20:51:27.629Z Compiling backtrace-ext v0.2.1
16902026-08-25T20:51:27.762Z Compiling hubpack v0.1.2
16912026-08-25T20:51:27.776Z Compiling futures v0.3.32
16922026-08-25T20:51:27.869Z Compiling hyper-tls v0.6.0
16932026-08-25T20:51:27.872Z Compiling signal-hook-mio v0.2.5
16942026-08-25T20:51:27.917Z Compiling cookie_store v0.22.1
16952026-08-25T20:51:28.004Z Compiling zstd v0.13.3
16962026-08-25T20:51:28.026Z Compiling cipher v0.5.2
16972026-08-25T20:51:28.067Z Compiling reqwest v0.12.28
16982026-08-25T20:51:28.134Z Compiling serde_with_macros v3.21.0
16992026-08-25T20:51:28.207Z Compiling postgres-types v0.2.12
17002026-08-25T20:51:28.353Z Compiling globset v0.4.18
17012026-08-25T20:51:28.353Z Compiling usdt-attr-macro v0.6.0
17022026-08-25T20:51:28.400Z Compiling usdt-macro v0.6.0
17032026-08-25T20:51:28.592Z Compiling byte-wrapper v0.1.0
17042026-08-25T20:51:28.764Z Compiling hkdf v0.12.4
17052026-08-25T20:51:28.796Z Compiling ed25519 v2.2.3
17062026-08-25T20:51:28.800Z Compiling crypto-bigint v0.5.5
17072026-08-25T20:51:28.957Z Compiling serde-big-array v0.5.1
17082026-08-25T20:51:28.971Z Compiling olpc-cjson v0.1.4
17092026-08-25T20:51:29.058Z Compiling serde_plain v1.0.2
17102026-08-25T20:51:29.072Z Compiling dtrace-parser v0.2.0
17112026-08-25T20:51:29.123Z Compiling miette-derive v7.6.0
17122026-08-25T20:51:29.157Z Compiling strum_macros v0.26.4
17132026-08-25T20:51:29.204Z Compiling async-recursion v1.1.1
17142026-08-25T20:51:29.219Z Compiling serde_repr v0.1.20
17152026-08-25T20:51:29.276Z Compiling enum-as-inner v0.6.1
17162026-08-25T20:51:29.311Z Compiling phf_shared v0.11.3
17172026-08-25T20:51:29.449Z Compiling float-cmp v0.10.0
17182026-08-25T20:51:29.511Z Compiling pem v3.0.6
17192026-08-25T20:51:29.607Z Compiling memmap2 v0.9.10
17202026-08-25T20:51:29.734Z Compiling thread-id v4.2.2
17212026-08-25T20:51:29.790Z Compiling winnow v1.0.3
17222026-08-25T20:51:29.827Z Compiling predicates-core v1.0.10
17232026-08-25T20:51:29.846Z Compiling data-encoding v2.10.0
17242026-08-25T20:51:29.846Z Compiling supports-hyperlinks v3.2.0
17252026-08-25T20:51:29.874Z Compiling difflib v0.4.0
17262026-08-25T20:51:29.878Z Compiling supports-unicode v3.0.0
17272026-08-25T20:51:29.904Z Compiling static_assertions v1.1.0
17282026-08-25T20:51:29.994Z Compiling fixedbitset v0.5.7
17292026-08-25T20:51:30.026Z Compiling precomputed-hash v0.1.1
17302026-08-25T20:51:30.041Z Compiling normalize-line-endings v0.3.0
17312026-08-25T20:51:30.056Z Compiling cpufeatures v0.3.0
17322026-08-25T20:51:30.128Z Compiling fixedbitset v0.4.2
17332026-08-25T20:51:30.144Z Compiling keccak v0.1.6
17342026-08-25T20:51:30.150Z Compiling whoami v2.1.0
17352026-08-25T20:51:30.174Z Compiling const-oid v0.10.2
17362026-08-25T20:51:30.321Z Compiling typed-path v0.9.3
17372026-08-25T20:51:30.336Z Compiling new_debug_unreachable v1.0.6
17382026-08-25T20:51:30.373Z Compiling miette v7.6.0
17392026-08-25T20:51:30.388Z Compiling tokio-postgres v0.7.16
17402026-08-25T20:51:30.404Z Compiling string_cache v0.8.9
17412026-08-25T20:51:30.419Z Compiling digest v0.11.3
17422026-08-25T20:51:30.458Z Compiling sha3 v0.10.8
17432026-08-25T20:51:30.513Z Compiling petgraph v0.6.5
17442026-08-25T20:51:30.560Z Compiling petgraph v0.8.3
17452026-08-25T20:51:30.574Z Compiling hickory-proto v0.25.2
17462026-08-25T20:51:30.646Z Compiling chacha20 v0.10.0
17472026-08-25T20:51:30.702Z Compiling predicates v3.1.4
17482026-08-25T20:51:30.897Z Compiling toml_parser v1.1.2+spec-1.1.0
17492026-08-25T20:51:30.912Z Compiling toml_edit v0.22.27
17502026-08-25T20:51:30.943Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17512026-08-25T20:51:30.995Z Compiling strum v0.26.3
17522026-08-25T20:51:30.998Z Compiling usdt-impl v0.5.0
17532026-08-25T20:51:31.090Z Compiling elliptic-curve v0.13.8
17542026-08-25T20:51:31.146Z Compiling usdt v0.6.0
17552026-08-25T20:51:31.378Z Compiling serde_with v3.21.0
17562026-08-25T20:51:31.435Z Compiling crossterm v0.28.1
17572026-08-25T20:51:31.541Z Compiling zip v4.6.1
17582026-08-25T20:51:31.610Z Compiling ed25519-dalek v2.2.0
17592026-08-25T20:51:31.625Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17602026-08-25T20:51:31.641Z Compiling derive_more v2.1.1
17612026-08-25T20:51:31.889Z Compiling iddqd v0.4.2
17622026-08-25T20:51:32.169Z Compiling itertools v0.13.0
17632026-08-25T20:51:32.201Z Compiling itertools v0.15.0
17642026-08-25T20:51:32.525Z Compiling similar v2.7.0
17652026-08-25T20:51:32.541Z Compiling tokio-stream v0.1.18
17662026-08-25T20:51:32.631Z Compiling crossbeam-epoch v0.9.18
17672026-08-25T20:51:32.758Z Compiling buf-list v1.1.2
17682026-08-25T20:51:32.779Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17692026-08-25T20:51:32.986Z Compiling openapiv3 v2.2.0
17702026-08-25T20:51:33.039Z Compiling heck v0.4.1
17712026-08-25T20:51:33.062Z Compiling peg-runtime v0.8.5
17722026-08-25T20:51:33.108Z Compiling lalrpop-util v0.19.12
17732026-08-25T20:51:33.207Z Compiling thread_local v1.1.9
17742026-08-25T20:51:33.273Z Compiling slog-async v2.8.0
17752026-08-25T20:51:33.290Z Compiling crossbeam-channel v0.5.15
17762026-08-25T20:51:33.290Z Compiling filetime v0.2.27
17772026-08-25T20:51:33.293Z Compiling is-terminal v0.4.17
17782026-08-25T20:51:33.335Z Compiling term v1.2.1
17792026-08-25T20:51:33.372Z Compiling xattr v1.6.1
17802026-08-25T20:51:33.400Z Compiling take_mut v0.2.2
17812026-08-25T20:51:33.424Z Compiling camino-tempfile v1.4.1
17822026-08-25T20:51:33.488Z Compiling tar v0.4.46
17832026-08-25T20:51:33.618Z Compiling slog-term v2.9.2
17842026-08-25T20:51:50.795Z Compiling rustls-webpki v0.103.13
17852026-08-25T20:51:53.491Z Compiling tokio-rustls v0.26.4
17862026-08-25T20:51:53.491Z Compiling rustls-platform-verifier v0.6.2
17872026-08-25T20:51:53.498Z Compiling tough v0.22.0
17882026-08-25T20:51:53.734Z Compiling hyper-rustls v0.27.7
17892026-08-25T20:51:53.871Z Compiling reqwest v0.13.2
17902026-08-25T20:51:56.045Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17912026-08-25T20:51:56.281Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17922026-08-25T20:51:59.173Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.31s
17932026-08-25T20:51:59.312Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17942026-08-25T20:51:59.368ZAug 25 20:51:57.914 INFO Starting download, target: DendriteStub
17952026-08-25T20:51:59.368ZAug 25 20:51:57.915 INFO Starting download, target: Cockroach
17962026-08-25T20:51:59.368ZAug 25 20:51:57.915 INFO Starting download, target: Console
17972026-08-25T20:51:59.371ZAug 25 20:51:57.915 INFO Starting download, target: Clickhouse
17982026-08-25T20:51:59.371ZAug 25 20:51:57.915 INFO Starting download, target: MaghemiteMgd
17992026-08-25T20:51:59.371ZAug 25 20:51:57.915 INFO Starting download, target: MaghemiteDdmd
18002026-08-25T20:51:59.371ZAug 25 20:51:57.915 INFO Starting download, target: TransceiverControl
18012026-08-25T20:51:59.371ZAug 25 20:51:57.915 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18022026-08-25T20:51:59.371ZAug 25 20:51:57.915 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18032026-08-25T20:51:59.371ZAug 25 20:51:57.915 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18042026-08-25T20:51:59.371ZAug 25 20:51:57.915 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18052026-08-25T20:51:59.371ZAug 25 20:51:57.915 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18062026-08-25T20:51:59.371ZAug 25 20:51:57.915 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18072026-08-25T20:51:59.371ZAug 25 20:51:57.915 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18082026-08-25T20:51:59.766ZAug 25 20:51:58.311 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18092026-08-25T20:52:00.017ZAug 25 20:51:58.554 INFO Download complete, target: TransceiverControl
18102026-08-25T20:52:01.168ZAug 25 20:51:59.707 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18112026-08-25T20:52:01.180ZAug 25 20:51:59.726 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18122026-08-25T20:52:01.542ZAug 25 20:52:00.076 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18132026-08-25T20:52:01.732ZAug 25 20:52:00.278 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18142026-08-25T20:52:01.776ZAug 25 20:52:00.322 INFO Download complete, target: Console
18152026-08-25T20:52:01.820ZAug 25 20:52:00.366 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18162026-08-25T20:52:01.820ZAug 25 20:52:00.366 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18172026-08-25T20:52:02.032ZAug 25 20:52:00.578 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18182026-08-25T20:52:03.201ZAug 25 20:52:01.747 INFO Download complete, target: MaghemiteDdmd
18192026-08-25T20:52:03.704ZAug 25 20:52:02.250 INFO Download complete, target: DendriteStub
18202026-08-25T20:52:04.246ZAug 25 20:52:02.792 INFO Download complete, target: MaghemiteMgd
18212026-08-25T20:52:06.544ZAug 25 20:52:05.089 INFO Checking that binary works, target: Cockroach
18222026-08-25T20:52:06.664ZAug 25 20:52:05.210 INFO Download complete, target: Cockroach
18232026-08-25T20:52:08.779ZAug 25 20:52:07.326 INFO Checking that binary works, target: Clickhouse
18242026-08-25T20:52:08.871ZAug 25 20:52:07.417 INFO Download complete, target: Clickhouse
18252026-08-25T20:52:08.877ZAll prerequisites installed successfully
18262026-08-25T20:52:08.880Z
18272026-08-25T20:52:08.880Zreal 1:57.824983494
18282026-08-25T20:52:08.880Zuser 7:26.940790579
18292026-08-25T20:52:08.880Zsys 1:46.037500872
18302026-08-25T20:52:08.880Ztrap 0.305273079
18312026-08-25T20:52:08.880Ztflt 0.932308093
18322026-08-25T20:52:08.880Zdflt 1.560929792
18332026-08-25T20:52:08.880Zkflt 0.022536515
18342026-08-25T20:52:08.880Zlock 29:09.812450127
18352026-08-25T20:52:08.880Zslp 20:27.126590381
18362026-08-25T20:52:08.880Zlat 30.073811113
18372026-08-25T20:52:08.880Zstop 3:31.510678508
18382026-08-25T20:52:08.880Z+ ptime -m cargo xtask download softnpu
18392026-08-25T20:52:09.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18402026-08-25T20:52:09.363Z Running `target/debug/xtask download softnpu`
18412026-08-25T20:52:10.157Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
18422026-08-25T20:52:10.222Z Running `target/debug/xtask-downloader softnpu`
18432026-08-25T20:52:10.265ZAug 25 20:52:08.810 INFO Starting download, target: Softnpu
18442026-08-25T20:52:10.268ZAug 25 20:52:08.811 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
18452026-08-25T20:52:10.872ZAug 25 20:52:09.416 INFO Download complete, target: Softnpu
18462026-08-25T20:52:10.875Z
18472026-08-25T20:52:10.875Zreal 1.990363059
18482026-08-25T20:52:10.875Zuser 1.343412516
18492026-08-25T20:52:10.875Zsys 0.618129680
18502026-08-25T20:52:10.875Ztrap 0.000624660
18512026-08-25T20:52:10.875Ztflt 0.000172060
18522026-08-25T20:52:10.875Zdflt 0.000427730
18532026-08-25T20:52:10.875Zkflt 0.000002880
18542026-08-25T20:52:10.875Zlock 11.492298204
18552026-08-25T20:52:10.875Zslp 0.475494188
18562026-08-25T20:52:10.875Zlat 0.087108086
18572026-08-25T20:52:10.876Zstop 0.000180290
18582026-08-25T20:52:10.876Z+ export CARGO_INCREMENTAL=0
18592026-08-25T20:52:10.876Z+ CARGO_INCREMENTAL=0
18602026-08-25T20:52:10.876Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18612026-08-25T20:52:11.800Z Compiling proc-macro2 v1.0.106
18622026-08-25T20:52:11.800Z Compiling quote v1.0.45
18632026-08-25T20:52:11.803Z Compiling unicode-ident v1.0.24
18642026-08-25T20:52:11.803Z Compiling serde_core v1.0.228
18652026-08-25T20:52:11.803Z Compiling libc v0.2.185
18662026-08-25T20:52:11.803Z Compiling serde v1.0.228
18672026-08-25T20:52:11.803Z Compiling cfg-if v1.0.4
18682026-08-25T20:52:11.803Z Compiling version_check v0.9.5
18692026-08-25T20:52:11.803Z Compiling autocfg v1.5.0
18702026-08-25T20:52:11.803Z Compiling shlex v1.3.0
18712026-08-25T20:52:11.803Z Compiling find-msvc-tools v0.1.9
18722026-08-25T20:52:11.803Z Compiling memchr v2.8.0
18732026-08-25T20:52:11.803Z Compiling zmij v1.0.21
18742026-08-25T20:52:11.803Z Compiling serde_json v1.0.151
18752026-08-25T20:52:12.057Z Compiling portable-atomic v1.13.1
18762026-08-25T20:52:12.086Z Compiling zerocopy v0.8.55
18772026-08-25T20:52:12.133Z Compiling libm v0.2.16
18782026-08-25T20:52:12.150Z Compiling getrandom v0.4.3
18792026-08-25T20:52:12.273Z Compiling icu_normalizer_data v2.1.1
18802026-08-25T20:52:12.292Z Compiling smallvec v1.15.1
18812026-08-25T20:52:12.295Z Compiling icu_properties_data v2.1.2
18822026-08-25T20:52:12.338Z Compiling parking_lot_core v0.9.12
18832026-08-25T20:52:12.379Z Compiling generic-array v0.14.7
18842026-08-25T20:52:12.571Z Compiling num-traits v0.2.19
18852026-08-25T20:52:12.571Z Compiling itoa v1.0.17
18862026-08-25T20:52:12.571Z Compiling log v0.4.33
18872026-08-25T20:52:12.634Z Compiling pkg-config v0.3.32
18882026-08-25T20:52:12.650Z Compiling subtle v2.6.1
18892026-08-25T20:52:12.653Z Compiling stable_deref_trait v1.2.1
18902026-08-25T20:52:12.732Z Compiling typenum v1.20.1
18912026-08-25T20:52:12.763Z Compiling rustix v1.1.4
18922026-08-25T20:52:12.870Z Compiling getrandom v0.3.4
18932026-08-25T20:52:12.888Z Compiling scopeguard v1.2.0
18942026-08-25T20:52:12.922Z Compiling jobserver v0.1.34
18952026-08-25T20:52:12.939Z Compiling errno v0.3.14
18962026-08-25T20:52:13.007Z Compiling thiserror v2.0.18
18972026-08-25T20:52:13.049Z Compiling lock_api v0.4.14
18982026-08-25T20:52:13.117Z Compiling rand_core v0.10.0
18992026-08-25T20:52:13.182Z Compiling cc v1.2.56
19002026-08-25T20:52:13.216Z Compiling heck v0.5.0
19012026-08-25T20:52:13.336Z Compiling syn v2.0.117
19022026-08-25T20:52:13.352Z Compiling critical-section v1.2.0
19032026-08-25T20:52:13.355Z Compiling getrandom v0.2.17
19042026-08-25T20:52:13.355Z Compiling writeable v0.6.2
19052026-08-25T20:52:13.370Z Compiling litemap v0.8.1
19062026-08-25T20:52:13.417Z Compiling schemars v0.8.22
19072026-08-25T20:52:13.437Z Compiling percent-encoding v2.3.2
19082026-08-25T20:52:13.484Z Compiling equivalent v1.0.2
19092026-08-25T20:52:13.577Z Compiling rand_core v0.6.4
19102026-08-25T20:52:13.594Z Compiling pin-project-lite v0.2.17
19112026-08-25T20:52:13.609Z Compiling syn v1.0.109
19122026-08-25T20:52:13.686Z Compiling rustversion v1.0.22
19132026-08-25T20:52:13.802Z Compiling once_cell v1.21.3
19142026-08-25T20:52:13.843Z Compiling hashbrown v0.17.0
19152026-08-25T20:52:13.858Z Compiling dunce v1.0.5
19162026-08-25T20:52:13.888Z Compiling fs_extra v1.3.0
19172026-08-25T20:52:13.915Z Compiling utf8_iter v1.0.4
19182026-08-25T20:52:14.005Z Compiling cmake v0.1.57
19192026-08-25T20:52:14.008Z Compiling byteorder v1.5.0
19202026-08-25T20:52:14.040Z Compiling form_urlencoded v1.2.2
19212026-08-25T20:52:14.151Z Compiling strsim v0.11.1
19222026-08-25T20:52:14.295Z Compiling signal-hook-registry v1.4.8
19232026-08-25T20:52:14.376Z Compiling semver v1.0.28
19242026-08-25T20:52:14.412Z Compiling bitflags v2.11.0
19252026-08-25T20:52:14.541Z Compiling indexmap v2.14.0
19262026-08-25T20:52:14.567Z Compiling aws-lc-sys v0.40.0
19272026-08-25T20:52:14.613Z Compiling thiserror v1.0.69
19282026-08-25T20:52:14.654Z Compiling parking_lot v0.12.5
19292026-08-25T20:52:14.670Z Compiling socket2 v0.6.3
19302026-08-25T20:52:14.690Z Compiling mio v1.2.0
19312026-08-25T20:52:14.829Z Compiling aws-lc-rs v1.16.3
19322026-08-25T20:52:14.904Z Compiling const-oid v0.9.6
19332026-08-25T20:52:14.921Z Compiling futures-core v0.3.32
19342026-08-25T20:52:15.123Z Compiling httparse v1.10.1
19352026-08-25T20:52:15.138Z Compiling iana-time-zone v0.1.65
19362026-08-25T20:52:15.371Z Compiling regex-syntax v0.8.10
19372026-08-25T20:52:15.420Z Compiling fnv v1.0.7
19382026-08-25T20:52:15.470Z Compiling crc32fast v1.5.0
19392026-08-25T20:52:15.473Z Compiling ucd-trie v0.1.7
19402026-08-25T20:52:15.550Z Compiling uuid v1.23.4
19412026-08-25T20:52:15.623Z Compiling vcpkg v0.2.15
19422026-08-25T20:52:15.652Z Compiling pest v2.8.6
19432026-08-25T20:52:15.671Z Compiling ident_case v1.0.1
19442026-08-25T20:52:15.877Z Compiling rustc_version v0.4.1
19452026-08-25T20:52:15.936Z Compiling rustls v0.23.41
19462026-08-25T20:52:15.971Z Compiling futures-sink v0.3.32
19472026-08-25T20:52:16.013Z Compiling dyn-clone v1.0.20
19482026-08-25T20:52:16.143Z Compiling futures-channel v0.3.32
19492026-08-25T20:52:16.204Z Compiling synstructure v0.13.2
19502026-08-25T20:52:16.239Z Compiling serde_derive_internals v0.29.1
19512026-08-25T20:52:16.253Z Compiling openssl-sys v0.9.117
19522026-08-25T20:52:16.411Z Compiling aho-corasick v1.1.4
19532026-08-25T20:52:16.423Z Compiling futures-task v0.3.32
19542026-08-25T20:52:16.489Z Compiling slab v0.4.12
19552026-08-25T20:52:16.617Z Compiling futures-io v0.3.32
19562026-08-25T20:52:16.768Z Compiling pest_meta v2.8.6
19572026-08-25T20:52:16.845Z Compiling time-core v0.1.8
19582026-08-25T20:52:16.861Z Compiling plain v0.2.3
19592026-08-25T20:52:16.895Z Compiling num-conv v0.2.0
19602026-08-25T20:52:16.943Z Compiling radium v0.7.0
19612026-08-25T20:52:17.025Z Compiling crossbeam-utils v0.8.21
19622026-08-25T20:52:17.028Z Compiling base64ct v1.8.3
19632026-08-25T20:52:17.028Z Compiling base64 v0.22.1
19642026-08-25T20:52:17.087Z Compiling time-macros v0.2.27
19652026-08-25T20:52:17.219Z Compiling openssl v0.10.80
19662026-08-25T20:52:17.234Z Compiling regex-automata v0.4.14
19672026-08-25T20:52:17.253Z Compiling pretty-hex v0.4.1
19682026-08-25T20:52:17.256Z Compiling maybe-uninit v2.0.0
19692026-08-25T20:52:17.353Z Compiling pem-rfc7468 v0.7.0
19702026-08-25T20:52:17.374Z Compiling pest_generator v2.8.6
19712026-08-25T20:52:17.419Z Compiling slog v2.8.2
19722026-08-25T20:52:17.447Z Compiling serde_derive v1.0.228
19732026-08-25T20:52:17.464Z Compiling zeroize_derive v1.5.0
19742026-08-25T20:52:17.487Z Compiling zerofrom-derive v0.1.6
19752026-08-25T20:52:17.503Z Compiling yoke-derive v0.8.1
19762026-08-25T20:52:17.550Z Compiling zerocopy-derive v0.8.55
19772026-08-25T20:52:17.579Z Compiling zerovec-derive v0.11.2
19782026-08-25T20:52:17.597Z Compiling displaydoc v0.2.5
19792026-08-25T20:52:17.642Z Compiling tokio-macros v2.7.0
19802026-08-25T20:52:17.657Z Compiling futures-macro v0.3.32
19812026-08-25T20:52:17.814Z Compiling thiserror-impl v2.0.18
19822026-08-25T20:52:17.909Z Compiling schemars_derive v0.8.22
19832026-08-25T20:52:18.053Z Compiling der_derive v0.7.3
19842026-08-25T20:52:18.070Z Compiling tracing-attributes v0.1.31
19852026-08-25T20:52:18.073Z Compiling thiserror-impl v1.0.69
19862026-08-25T20:52:18.103Z Compiling pest_derive v2.8.6
19872026-08-25T20:52:18.121Z Compiling scroll_derive v0.12.1
19882026-08-25T20:52:18.297Z Compiling scroll_derive v0.13.1
19892026-08-25T20:52:18.435Z Compiling futures-util v0.3.32
19902026-08-25T20:52:18.557Z Compiling flagset v0.4.7
19912026-08-25T20:52:18.578Z Compiling openssl-macros v0.1.1
19922026-08-25T20:52:18.637Z Compiling zerofrom v0.1.6
19932026-08-25T20:52:18.710Z Compiling rand_core v0.9.5
19942026-08-25T20:52:18.787Z Compiling yoke v0.8.1
19952026-08-25T20:52:18.819Z Compiling darling_core v0.23.0
19962026-08-25T20:52:18.993Z Compiling zerovec v0.11.5
19972026-08-25T20:52:19.020Z Compiling zerotrie v0.2.3
19982026-08-25T20:52:19.224Z Compiling bzip2-sys v0.1.13+1.0.8
19992026-08-25T20:52:19.227Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20002026-08-25T20:52:19.256Z Compiling syn v3.0.3
20012026-08-25T20:52:19.272Z Compiling ahash v0.8.12
20022026-08-25T20:52:19.398Z Compiling anyhow v1.0.104
20032026-08-25T20:52:19.418Z Compiling num-bigint-dig v0.8.6
20042026-08-25T20:52:19.530Z Compiling packed_struct v0.10.1
20052026-08-25T20:52:19.564Z Compiling tinystr v0.8.2
20062026-08-25T20:52:19.597Z Compiling potential_utf v0.1.4
20072026-08-25T20:52:19.653Z Compiling paste v1.0.15
20082026-08-25T20:52:19.801Z Compiling icu_locale_core v2.1.1
20092026-08-25T20:52:19.817Z Compiling icu_collections v2.1.1
20102026-08-25T20:52:19.867Z Compiling native-tls v0.2.18
20112026-08-25T20:52:19.990Z Compiling regex v1.12.3
20122026-08-25T20:52:20.044Z Compiling zerocopy-derive v0.7.35
20132026-08-25T20:52:20.566Z Compiling icu_provider v2.1.1
20142026-08-25T20:52:20.690Z Compiling zeroize v1.9.0
20152026-08-25T20:52:20.794Z Compiling bytes v1.11.1
20162026-08-25T20:52:20.866Z Compiling icu_properties v2.1.2
20172026-08-25T20:52:20.869Z Compiling icu_normalizer v2.1.1
20182026-08-25T20:52:20.968Z Compiling chrono v0.4.45
20192026-08-25T20:52:21.134Z Compiling serde_tokenstream v0.2.3
20202026-08-25T20:52:21.466Z Compiling tokio v1.52.1
20212026-08-25T20:52:21.480Z Compiling crypto-common v0.1.7
20222026-08-25T20:52:21.536Z Compiling block-buffer v0.10.4
20232026-08-25T20:52:21.701Z Compiling digest v0.10.7
20242026-08-25T20:52:21.723Z Compiling der v0.7.10
20252026-08-25T20:52:21.846Z Compiling idna_adapter v1.2.1
20262026-08-25T20:52:22.011Z Compiling idna v1.1.0
20272026-08-25T20:52:22.090Z Compiling ppv-lite86 v0.2.21
20282026-08-25T20:52:22.176Z Compiling http v1.4.2
20292026-08-25T20:52:22.375Z Compiling url v2.5.8
20302026-08-25T20:52:22.436Z Compiling darling_macro v0.23.0
20312026-08-25T20:52:22.510Z Compiling tracing-core v0.1.36
20322026-08-25T20:52:22.636Z Compiling spki v0.7.3
20332026-08-25T20:52:22.653Z Compiling cookie v0.18.1
20342026-08-25T20:52:22.858Z Compiling cpufeatures v0.2.17
20352026-08-25T20:52:22.877Z Compiling fastrand v2.3.0
20362026-08-25T20:52:22.932Z Compiling camino v1.2.5
20372026-08-25T20:52:22.961Z Compiling darling v0.23.0
20382026-08-25T20:52:23.061Z Compiling tracing v0.1.44
20392026-08-25T20:52:23.229Z Compiling rand_chacha v0.9.0
20402026-08-25T20:52:23.248Z Compiling toml_datetime v0.6.11
20412026-08-25T20:52:23.267Z Compiling serde_spanned v0.6.9
20422026-08-25T20:52:23.428Z Compiling packed_struct_codegen v0.10.1
20432026-08-25T20:52:23.464Z Compiling zerocopy-derive v0.6.6
20442026-08-25T20:52:23.512Z Compiling bitfield-macros v0.19.4
20452026-08-25T20:52:23.538Z Compiling clap_derive v4.6.1
20462026-08-25T20:52:23.893Z Compiling indexmap v1.9.3
20472026-08-25T20:52:24.051Z Compiling object v0.37.3
20482026-08-25T20:52:24.183Z Compiling simd-adler32 v0.3.8
20492026-08-25T20:52:24.207Z Compiling rand v0.9.2
20502026-08-25T20:52:24.237Z Compiling http-body v1.0.1
20512026-08-25T20:52:24.349Z Compiling pkcs8 v0.10.2
20522026-08-25T20:52:24.366Z Compiling daft-derive v0.1.8
20532026-08-25T20:52:24.423Z Compiling rustls-pki-types v1.14.0
20542026-08-25T20:52:24.522Z Compiling spin v0.9.8
20552026-08-25T20:52:24.562Z Compiling usdt-impl v0.5.0
20562026-08-25T20:52:24.755Z Compiling utf8parse v0.2.2
20572026-08-25T20:52:24.799Z Compiling winnow v0.5.40
20582026-08-25T20:52:24.819Z Compiling either v1.15.0
20592026-08-25T20:52:24.836Z Compiling tinyvec_macros v0.1.1
20602026-08-25T20:52:24.866Z Compiling cmov v0.5.4
20612026-08-25T20:52:24.886Z Compiling openssl-probe v0.2.1
20622026-08-25T20:52:25.050Z Compiling ref-cast v1.0.25
20632026-08-25T20:52:25.080Z Compiling usdt-impl v0.6.0
20642026-08-25T20:52:25.098Z Compiling anstyle v1.0.14
20652026-08-25T20:52:25.101Z Compiling adler2 v2.0.1
20662026-08-25T20:52:25.173Z Compiling ctutils v0.4.2
20672026-08-25T20:52:25.224Z Compiling miniz_oxide v0.8.9
20682026-08-25T20:52:25.264Z Compiling tinyvec v1.10.0
20692026-08-25T20:52:25.335Z Compiling anstyle-parse v1.0.0
20702026-08-25T20:52:25.353Z Compiling tokio-util v0.7.18
20712026-08-25T20:52:25.357Z Compiling sha2 v0.10.9
20722026-08-25T20:52:25.540Z Compiling tempfile v3.27.0
20732026-08-25T20:52:25.678Z Compiling scroll v0.13.0
20742026-08-25T20:52:25.783Z Compiling scroll v0.12.0
20752026-08-25T20:52:25.800Z Compiling terminal_size v0.4.3
20762026-08-25T20:52:25.930Z Compiling async-trait v0.1.89
20772026-08-25T20:52:25.958Z Compiling heapless v0.7.17
20782026-08-25T20:52:26.136Z Compiling toml_edit v0.19.15
20792026-08-25T20:52:26.151Z Compiling winnow v1.0.3
20802026-08-25T20:52:26.228Z Compiling winnow v0.7.14
20812026-08-25T20:52:26.246Z Compiling is_terminal_polyfill v1.70.2
20822026-08-25T20:52:26.334Z Compiling colorchoice v1.0.4
20832026-08-25T20:52:26.363Z Compiling signal-hook v0.3.18
20842026-08-25T20:52:26.366Z Compiling anstyle-query v1.1.5
20852026-08-25T20:52:26.505Z Compiling tower-layer v0.3.3
20862026-08-25T20:52:26.562Z Compiling untrusted v0.7.1
20872026-08-25T20:52:26.662Z Compiling atomic-waker v1.1.2
20882026-08-25T20:52:26.694Z Compiling tower-service v0.3.3
20892026-08-25T20:52:26.712Z Compiling rustix v0.38.44
20902026-08-25T20:52:26.740Z Compiling litrs v1.0.0
20912026-08-25T20:52:26.784Z Compiling unicode-segmentation v1.12.0
20922026-08-25T20:52:26.810Z Compiling try-lock v0.2.5
20932026-08-25T20:52:26.844Z Compiling zstd-safe v7.2.4
20942026-08-25T20:52:26.938Z Compiling h2 v0.4.15
20952026-08-25T20:52:26.963Z Compiling want v0.3.1
20962026-08-25T20:52:27.069Z Compiling toml_parser v1.1.2+spec-1.1.0
20972026-08-25T20:52:27.167Z Compiling anstream v1.0.0
20982026-08-25T20:52:27.216Z Compiling document-features v0.2.12
20992026-08-25T20:52:27.496Z Compiling goblin v0.8.2
21002026-08-25T20:52:27.642Z Compiling goblin v0.10.5
21012026-08-25T20:52:27.714Z Compiling hybrid-array v0.4.13
21022026-08-25T20:52:27.739Z Compiling itertools v0.15.0
21032026-08-25T20:52:27.757Z Compiling ipnetwork v0.21.1
21042026-08-25T20:52:27.872Z Compiling zerocopy v0.7.35
21052026-08-25T20:52:28.065Z Compiling ipnet v2.12.0
21062026-08-25T20:52:28.389Z Compiling ref-cast-impl v1.0.25
21072026-08-25T20:52:28.410Z Compiling structmeta-derive v0.3.0
21082026-08-25T20:52:28.475Z Compiling darling_core v0.20.11
21092026-08-25T20:52:28.535Z Compiling curve25519-dalek v4.1.3
21102026-08-25T20:52:28.546Z Compiling memoffset v0.9.1
21112026-08-25T20:52:28.602Z Compiling powerfmt v0.2.0
21122026-08-25T20:52:28.890Z Compiling httpdate v1.0.3
21132026-08-25T20:52:28.954Z Compiling foreign-types-shared v0.1.1
21142026-08-25T20:52:29.014Z Compiling tap v1.0.1
21152026-08-25T20:52:29.071Z Compiling untrusted v0.9.0
21162026-08-25T20:52:29.086Z Compiling foreign-types v0.3.2
21172026-08-25T20:52:29.122Z Compiling wyz v0.5.1
21182026-08-25T20:52:29.146Z Compiling deranged v0.5.8
21192026-08-25T20:52:29.234Z Compiling unicode-normalization v0.1.25
21202026-08-25T20:52:29.448Z Compiling dtrace-parser v0.2.0
21212026-08-25T20:52:29.459Z Compiling structmeta v0.3.0
21222026-08-25T20:52:29.479Z Compiling rand_chacha v0.3.1
21232026-08-25T20:52:29.496Z Compiling signature v2.2.0
21242026-08-25T20:52:29.680Z Compiling hex v0.4.3
21252026-08-25T20:52:29.713Z Compiling dtrace-parser v0.3.0
21262026-08-25T20:52:29.797Z Compiling dof v0.3.0
21272026-08-25T20:52:29.816Z Compiling pin-project-internal v1.1.11
21282026-08-25T20:52:29.907Z Compiling num-integer v0.1.46
21292026-08-25T20:52:30.060Z Compiling hyper v1.10.1
21302026-08-25T20:52:30.230Z Compiling thread-id v5.1.0
21312026-08-25T20:52:30.233Z Compiling thread-id v4.2.2
21322026-08-25T20:52:30.320Z Compiling wait-timeout v0.2.1
21332026-08-25T20:52:30.337Z Compiling clap_lex v1.0.0
21342026-08-25T20:52:30.419Z Compiling dof v0.4.0
21352026-08-25T20:52:30.504Z Compiling darling_macro v0.20.11
21362026-08-25T20:52:30.520Z Compiling smoltcp v0.9.1
21372026-08-25T20:52:30.575Z Compiling num_threads v0.1.7
21382026-08-25T20:52:30.591Z Compiling bit-vec v0.8.0
21392026-08-25T20:52:30.694Z Compiling quick-error v1.2.3
21402026-08-25T20:52:30.773Z Compiling owo-colors v4.3.0
21412026-08-25T20:52:30.812Z Compiling funty v2.0.0
21422026-08-25T20:52:30.827Z Compiling cfg_aliases v0.2.1
21432026-08-25T20:52:30.892Z Compiling bit-set v0.8.0
21442026-08-25T20:52:30.897Z Compiling rusty-fork v0.3.1
21452026-08-25T20:52:30.920Z Compiling nix v0.31.2
21462026-08-25T20:52:30.940Z Compiling time v0.3.47
21472026-08-25T20:52:30.957Z Compiling clap_builder v4.6.0
21482026-08-25T20:52:31.018Z Compiling darling v0.20.11
21492026-08-25T20:52:31.053Z Compiling num-iter v0.1.45
21502026-08-25T20:52:31.183Z Compiling hyper-util v0.1.20
21512026-08-25T20:52:31.215Z Compiling bitvec v1.0.1
21522026-08-25T20:52:31.342Z Compiling rand v0.8.6
21532026-08-25T20:52:31.484Z Compiling lazy_static v1.5.0
21542026-08-25T20:52:31.540Z Compiling hmac v0.12.1
21552026-08-25T20:52:31.563Z Compiling erased-serde v0.3.31
21562026-08-25T20:52:31.793Z Compiling rand_xorshift v0.4.0
21572026-08-25T20:52:31.831Z Compiling curve25519-dalek-derive v0.1.1
21582026-08-25T20:52:31.953Z Compiling sync_wrapper v1.0.2
21592026-08-25T20:52:32.077Z Compiling unarray v0.1.4
21602026-08-25T20:52:32.208Z Compiling crc-catalog v2.4.0
21612026-08-25T20:52:32.224Z Compiling nodrop v0.1.14
21622026-08-25T20:52:32.336Z Compiling zlib-rs v0.6.2
21632026-08-25T20:52:32.378Z Compiling siphasher v1.0.2
21642026-08-25T20:52:32.456Z Compiling clap v4.6.1
21652026-08-25T20:52:32.683Z Compiling array-init v0.0.4
21662026-08-25T20:52:32.723Z Compiling crc v3.4.0
21672026-08-25T20:52:32.933Z Compiling proptest v1.11.0
21682026-08-25T20:52:33.050Z Compiling tower v0.5.3
21692026-08-25T20:52:33.852Z Compiling smallvec v0.6.14
21702026-08-25T20:52:33.928Z Compiling derive_builder_core v0.20.2
21712026-08-25T20:52:34.032Z Compiling pkcs1 v0.7.5
21722026-08-25T20:52:34.070Z Compiling http-body-util v0.1.3
21732026-08-25T20:52:34.102Z Compiling zerocopy v0.6.6
21742026-08-25T20:52:34.145Z Compiling bitfield v0.19.4
21752026-08-25T20:52:34.381Z Compiling flate2 v1.1.9
21762026-08-25T20:52:34.443Z Compiling hubpack_derive v0.1.1
21772026-08-25T20:52:34.459Z Compiling strum_macros v0.26.4
21782026-08-25T20:52:34.486Z Compiling strum_macros v0.27.2
21792026-08-25T20:52:34.555Z Compiling snafu-derive v0.8.9
21802026-08-25T20:52:34.743Z Compiling env_filter v2.0.0
21812026-08-25T20:52:34.765Z Compiling fs-err v3.3.0
21822026-08-25T20:52:34.907Z Compiling unicode-bidi v0.3.18
21832026-08-25T20:52:34.984Z Compiling hashbrown v0.12.3
21842026-08-25T20:52:35.088Z Compiling gimli v0.32.3
21852026-08-25T20:52:35.313Z Compiling unicode-properties v0.1.4
21862026-08-25T20:52:35.407Z Compiling allocator-api2 v0.2.21
21872026-08-25T20:52:35.497Z Compiling ryu v1.0.23
21882026-08-25T20:52:35.545Z Compiling iri-string v0.7.10
21892026-08-25T20:52:35.759Z Compiling base64 v0.21.7
21902026-08-25T20:52:35.848Z Compiling serde_urlencoded v0.7.1
21912026-08-25T20:52:36.018Z Compiling ron v0.8.1
21922026-08-25T20:52:36.095Z Compiling stringprep v0.1.5
21932026-08-25T20:52:36.466Z Compiling newtype-uuid v1.3.2
21942026-08-25T20:52:36.482Z Compiling env_logger v0.11.11
21952026-08-25T20:52:36.751Z Compiling addr2line v0.25.1
21962026-08-25T20:52:36.783Z Compiling tower-http v0.6.8
21972026-08-25T20:52:36.819Z Compiling derive_builder_macro v0.20.2
21982026-08-25T20:52:36.878Z Compiling rsa v0.9.10
21992026-08-25T20:52:36.909Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22002026-08-25T20:52:36.976Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22012026-08-25T20:52:37.032Z Compiling oxnet v0.1.6
22022026-08-25T20:52:37.098Z Compiling serde-hex v0.1.0
22032026-08-25T20:52:37.116Z Compiling hashbrown v0.13.2
22042026-08-25T20:52:37.133Z Compiling tokio-native-tls v0.3.1
22052026-08-25T20:52:37.222Z Compiling bzip2 v0.4.4
22062026-08-25T20:52:37.276Z Compiling usdt-macro v0.6.0
22072026-08-25T20:52:37.324Z Compiling usdt-attr-macro v0.6.0
22082026-08-25T20:52:37.341Z Compiling derive-ex v0.1.8
22092026-08-25T20:52:37.344Z Compiling crypto-common v0.2.2
22102026-08-25T20:52:37.413Z Compiling block-buffer v0.12.1
22112026-08-25T20:52:37.663Z Compiling block-padding v0.4.2
22122026-08-25T20:52:37.709Z Compiling convert_case v0.10.0
22132026-08-25T20:52:37.986Z Compiling rustls-native-certs v0.8.3
22142026-08-25T20:52:38.118Z Compiling x509-cert v0.2.5
22152026-08-25T20:52:38.194Z Compiling md-5 v0.10.6
22162026-08-25T20:52:38.306Z Compiling bstr v1.12.1
22172026-08-25T20:52:38.490Z Compiling vergen-lib v9.1.0
22182026-08-25T20:52:38.509Z Compiling hash32 v0.2.1
22192026-08-25T20:52:38.523Z Compiling encoding_rs v0.8.35
22202026-08-25T20:52:38.718Z Compiling mime v0.3.17
22212026-08-25T20:52:38.914Z Compiling fallible-iterator v0.2.0
22222026-08-25T20:52:38.970Z Compiling rustc-demangle v0.1.27
22232026-08-25T20:52:38.987Z Compiling crc-any v2.5.0
22242026-08-25T20:52:39.002Z Compiling unicode-width v0.2.0
22252026-08-25T20:52:39.224Z Compiling psl-types v2.0.11
22262026-08-25T20:52:39.240Z Compiling cpufeatures v0.3.0
22272026-08-25T20:52:39.257Z Compiling postgres-protocol v0.6.10
22282026-08-25T20:52:39.350Z Compiling publicsuffix v2.3.0
22292026-08-25T20:52:39.402Z Compiling test-strategy v0.4.5
22302026-08-25T20:52:39.641Z Compiling backtrace v0.3.76
22312026-08-25T20:52:39.949Z Compiling derive_more-impl v2.1.1
22322026-08-25T20:52:40.071Z Compiling inout v0.2.2
22332026-08-25T20:52:40.267Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22342026-08-25T20:52:40.283Z Compiling object v0.30.4
22352026-08-25T20:52:40.306Z Compiling zip v0.6.6
22362026-08-25T20:52:40.328Z Compiling derive_builder v0.20.2
22372026-08-25T20:52:40.361Z Compiling daft v0.1.8
22382026-08-25T20:52:40.479Z Compiling hyper-tls v0.6.0
22392026-08-25T20:52:40.604Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22402026-08-25T20:52:40.671Z Compiling phf_shared v0.13.1
22412026-08-25T20:52:40.751Z Compiling pin-project v1.1.11
22422026-08-25T20:52:40.873Z Compiling toml v0.7.8
22432026-08-25T20:52:40.893Z Compiling heck v0.4.1
22442026-08-25T20:52:40.978Z Compiling serde_with_macros v3.21.0
22452026-08-25T20:52:41.033Z Compiling futures-executor v0.3.32
22462026-08-25T20:52:41.181Z Compiling enum-as-inner v0.6.1
22472026-08-25T20:52:41.208Z Compiling serde_repr v0.1.20
22482026-08-25T20:52:41.285Z Compiling async-recursion v1.1.1
22492026-08-25T20:52:41.359Z Compiling miette-derive v7.6.0
22502026-08-25T20:52:41.438Z Compiling ff v0.13.1
22512026-08-25T20:52:41.458Z Compiling vergen v9.1.0
22522026-08-25T20:52:41.599Z Compiling cargo-platform v0.3.2
22532026-08-25T20:52:41.671Z Compiling smawk v0.3.2
22542026-08-25T20:52:41.701Z Compiling base16ct v0.2.0
22552026-08-25T20:52:41.747Z Compiling managed v0.8.0
22562026-08-25T20:52:41.827Z Compiling bumpalo v3.20.2
22572026-08-25T20:52:41.866Z Compiling foldhash v0.2.0
22582026-08-25T20:52:41.885Z Compiling bitflags v1.3.2
22592026-08-25T20:52:41.906Z Compiling foldhash v0.1.5
22602026-08-25T20:52:41.923Z Compiling unicode-linebreak v0.1.5
22612026-08-25T20:52:42.039Z Compiling is_ci v1.2.0
22622026-08-25T20:52:42.176Z Compiling path-slash v0.1.5
22632026-08-25T20:52:42.185Z Compiling jiff-core v0.1.0
22642026-08-25T20:52:42.192Z Compiling same-file v1.0.6
22652026-08-25T20:52:42.197Z Compiling libbz2-rs-sys v0.2.2
22662026-08-25T20:52:42.370Z Compiling walkdir v2.5.0
22672026-08-25T20:52:42.432Z Compiling supports-color v3.0.2
22682026-08-25T20:52:42.497Z Compiling textwrap v0.16.2
22692026-08-25T20:52:42.617Z Compiling bzip2 v0.6.1
22702026-08-25T20:52:42.663Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22712026-08-25T20:52:42.681Z Compiling hashbrown v0.15.5
22722026-08-25T20:52:42.799Z Compiling zopfli v0.8.3
22732026-08-25T20:52:42.836Z Compiling hashbrown v0.16.1
22742026-08-25T20:52:42.915Z Compiling jiff v0.2.34
22752026-08-25T20:52:42.944Z Compiling sec1 v0.7.3
22762026-08-25T20:52:43.063Z Compiling cargo_metadata v0.23.1
22772026-08-25T20:52:43.163Z Compiling group v0.13.0
22782026-08-25T20:52:43.375Z Compiling futures v0.3.32
22792026-08-25T20:52:43.734Z Compiling phf v0.13.1
22802026-08-25T20:52:43.841Z Compiling snafu v0.8.9
22812026-08-25T20:52:43.916Z Compiling reqwest v0.12.28
22822026-08-25T20:52:44.023Z Compiling signal-hook-mio v0.2.5
22832026-08-25T20:52:44.162Z Compiling cipher v0.5.2
22842026-08-25T20:52:44.204Z Compiling cookie_store v0.22.1
22852026-08-25T20:52:44.297Z Compiling backtrace-ext v0.2.1
22862026-08-25T20:52:44.325Z Compiling zstd v0.13.3
22872026-08-25T20:52:44.474Z Compiling postgres-types v0.2.12
22882026-08-25T20:52:44.489Z Compiling globset v0.4.18
22892026-08-25T20:52:44.607Z Compiling strum v0.27.2
22902026-08-25T20:52:44.624Z Compiling hubpack v0.1.2
22912026-08-25T20:52:44.702Z Compiling phf_shared v0.11.3
22922026-08-25T20:52:44.782Z Compiling hkdf v0.12.4
22932026-08-25T20:52:44.790Z Compiling crossbeam-epoch v0.9.18
22942026-08-25T20:52:44.911Z Compiling byte-wrapper v0.1.0
22952026-08-25T20:52:44.916Z Compiling olpc-cjson v0.1.4
22962026-08-25T20:52:44.916Z Compiling ed25519 v2.2.3
22972026-08-25T20:52:45.166Z Compiling crypto-bigint v0.5.5
22982026-08-25T20:52:45.178Z Compiling serde_plain v1.0.2
22992026-08-25T20:52:45.211Z Compiling serde-big-array v0.5.1
23002026-08-25T20:52:45.215Z Compiling pem v3.0.6
23012026-08-25T20:52:45.353Z Compiling float-cmp v0.10.0
23022026-08-25T20:52:45.394Z Compiling memmap2 v0.9.10
23032026-08-25T20:52:45.413Z Compiling toml_write v0.1.2
23042026-08-25T20:52:45.524Z Compiling const-oid v0.10.2
23052026-08-25T20:52:45.539Z Compiling data-encoding v2.10.0
23062026-08-25T20:52:45.593Z Compiling static_assertions v1.1.0
23072026-08-25T20:52:45.631Z Compiling fixedbitset v0.4.2
23082026-08-25T20:52:45.682Z Compiling supports-unicode v3.0.0
23092026-08-25T20:52:45.697Z Compiling normalize-line-endings v0.3.0
23102026-08-25T20:52:45.712Z Compiling keccak v0.1.6
23112026-08-25T20:52:45.857Z Compiling whoami v2.1.0
23122026-08-25T20:52:45.896Z Compiling fixedbitset v0.5.7
23132026-08-25T20:52:45.934Z Compiling predicates-core v1.0.10
23142026-08-25T20:52:46.012Z Compiling typed-path v0.9.3
23152026-08-25T20:52:46.026Z Compiling difflib v0.4.0
23162026-08-25T20:52:46.089Z Compiling new_debug_unreachable v1.0.6
23172026-08-25T20:52:46.127Z Compiling precomputed-hash v0.1.1
23182026-08-25T20:52:46.178Z Compiling unicode-width v0.1.14
23192026-08-25T20:52:46.196Z Compiling supports-hyperlinks v3.2.0
23202026-08-25T20:52:46.215Z Compiling chacha20 v0.10.0
23212026-08-25T20:52:46.234Z Compiling string_cache v0.8.9
23222026-08-25T20:52:46.281Z Compiling predicates v3.1.4
23232026-08-25T20:52:46.365Z Compiling petgraph v0.8.3
23242026-08-25T20:52:46.470Z Compiling miette v7.6.0
23252026-08-25T20:52:46.486Z Compiling elliptic-curve v0.13.8
23262026-08-25T20:52:46.486Z Compiling tokio-postgres v0.7.16
23272026-08-25T20:52:46.774Z Compiling sha3 v0.10.8
23282026-08-25T20:52:46.777Z Compiling hickory-proto v0.25.2
23292026-08-25T20:52:46.859Z Compiling petgraph v0.6.5
23302026-08-25T20:52:46.884Z Compiling digest v0.11.3
23312026-08-25T20:52:46.989Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23322026-08-25T20:52:47.149Z Compiling toml_edit v0.22.27
23332026-08-25T20:52:47.228Z Compiling usdt v0.6.0
23342026-08-25T20:52:47.632Z Compiling zip v4.6.1
23352026-08-25T20:52:48.086Z Compiling ed25519-dalek v2.2.0
23362026-08-25T20:52:48.327Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23372026-08-25T20:52:48.525Z Compiling crossterm v0.28.1
23382026-08-25T20:52:48.971Z Compiling iddqd v0.4.2
23392026-08-25T20:52:49.167Z Compiling serde_with v3.21.0
23402026-08-25T20:52:49.358Z Compiling derive_more v2.1.1
23412026-08-25T20:52:49.481Z Compiling similar v2.7.0
23422026-08-25T20:52:49.548Z Compiling strum v0.26.3
23432026-08-25T20:52:49.762Z Compiling tokio-stream v0.1.18
23442026-08-25T20:52:49.815Z Compiling buf-list v1.1.2
23452026-08-25T20:52:49.840Z Compiling itertools v0.13.0
23462026-08-25T20:52:49.840Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23472026-08-25T20:52:50.094Z Compiling openapiv3 v2.2.0
23482026-08-25T20:52:50.304Z Compiling lalrpop-util v0.19.12
23492026-08-25T20:52:50.516Z Compiling peg-runtime v0.8.5
23502026-08-25T20:53:04.896Z Compiling rustls-webpki v0.103.13
23512026-08-25T20:53:08.342Z Compiling tokio-rustls v0.26.4
23522026-08-25T20:53:08.510Z Compiling rustls-platform-verifier v0.6.2
23532026-08-25T20:53:08.624Z Compiling hyper-rustls v0.27.7
23542026-08-25T20:53:08.736Z Compiling tough v0.22.0
23552026-08-25T20:53:08.965Z Compiling reqwest v0.13.2
23562026-08-25T20:53:12.354Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23572026-08-25T20:53:12.895Z Compiling macaddr v1.0.1
23582026-08-25T20:53:12.912Z Compiling crucible-workspace-hack v0.1.0
23592026-08-25T20:53:12.976Z Compiling rayon-core v1.13.0
23602026-08-25T20:53:12.993Z Compiling secrecy v0.10.3
23612026-08-25T20:53:13.008Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23622026-08-25T20:53:13.011Z Compiling toml_datetime v0.7.5+spec-1.1.0
23632026-08-25T20:53:13.142Z Compiling heapless v0.8.0
23642026-08-25T20:53:13.212Z Compiling toml_edit v0.23.10+spec-1.0.0
23652026-08-25T20:53:13.237Z Compiling crossbeam-deque v0.8.6
23662026-08-25T20:53:13.251Z Compiling ingot-macros v0.2.0
23672026-08-25T20:53:13.279Z Compiling inout v0.1.4
23682026-08-25T20:53:13.295Z Compiling hash32 v0.3.1
23692026-08-25T20:53:13.418Z Compiling multer v3.1.0
23702026-08-25T20:53:13.439Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23712026-08-25T20:53:13.475Z Compiling thread_local v1.1.9
23722026-08-25T20:53:13.479Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23732026-08-25T20:53:13.506Z Compiling slog-async v2.8.0
23742026-08-25T20:53:13.506Z Compiling smoltcp v0.11.0
23752026-08-25T20:53:13.611Z Compiling compression-core v0.4.31
23762026-08-25T20:53:13.640Z Compiling match_cfg v0.1.0
23772026-08-25T20:53:13.738Z Compiling compression-codecs v0.4.37
23782026-08-25T20:53:13.760Z Compiling hostname v0.3.1
23792026-08-25T20:53:13.775Z Compiling proc-macro-crate v3.4.0
23802026-08-25T20:53:13.837Z Compiling cipher v0.4.4
23812026-08-25T20:53:13.895Z Compiling atomicwrites v0.4.4
23822026-08-25T20:53:13.907Z Compiling slog-json v2.6.1
23832026-08-25T20:53:13.948Z Compiling crossbeam-channel v0.5.15
23842026-08-25T20:53:14.115Z Compiling half v2.7.1
23852026-08-25T20:53:14.132Z Compiling universal-hash v0.5.1
23862026-08-25T20:53:14.149Z Compiling newtype-uuid-macros v0.1.0
23872026-08-25T20:53:14.189Z Compiling serde_tokenstream v0.3.0
23882026-08-25T20:53:14.194Z Compiling cobs v0.3.0
23892026-08-25T20:53:14.221Z Compiling thiserror-impl-no-std v2.0.2
23902026-08-25T20:53:14.240Z Compiling async-stream-impl v0.3.6
23912026-08-25T20:53:14.322Z Compiling serde_spanned v1.1.1
23922026-08-25T20:53:14.480Z Compiling toml_datetime v1.1.1+spec-1.1.0
23932026-08-25T20:53:14.496Z Compiling is-terminal v0.4.17
23942026-08-25T20:53:14.514Z Compiling proc-macro-error-attr v1.0.4
23952026-08-25T20:53:14.536Z Compiling dropshot v0.17.1
23962026-08-25T20:53:14.552Z Compiling term v1.2.1
23972026-08-25T20:53:14.632Z Compiling take_mut v0.2.2
23982026-08-25T20:53:14.683Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
23992026-08-25T20:53:14.747Z Compiling ciborium-io v0.2.2
24002026-08-25T20:53:14.772Z Compiling convert_case v0.4.0
24012026-08-25T20:53:14.788Z Compiling toml_writer v1.1.1+spec-1.1.0
24022026-08-25T20:53:14.858Z Compiling opaque-debug v0.3.1
24032026-08-25T20:53:14.871Z Compiling async-stream v0.3.6
24042026-08-25T20:53:14.938Z Compiling slog-term v2.9.2
24052026-08-25T20:53:14.974Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24062026-08-25T20:53:14.974Z Compiling poly1305 v0.8.0
24072026-08-25T20:53:14.974Z Compiling ciborium-ll v0.2.2
24082026-08-25T20:53:15.088Z Compiling toml v1.1.2+spec-1.1.0
24092026-08-25T20:53:15.171Z Compiling derive_more v0.99.20
24102026-08-25T20:53:15.245Z Compiling oxide-generation-macros v0.2.0
24112026-08-25T20:53:15.245Z Compiling postcard v1.1.3
24122026-08-25T20:53:15.342Z Compiling num_enum_derive v0.7.6
24132026-08-25T20:53:15.429Z Compiling thiserror-no-std v2.0.2
24142026-08-25T20:53:15.513Z Compiling slog-bunyan v2.5.0
24152026-08-25T20:53:15.620Z Compiling chacha20 v0.9.1
24162026-08-25T20:53:15.732Z Compiling async-compression v0.4.41
24172026-08-25T20:53:15.891Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24182026-08-25T20:53:15.976Z Compiling sha1 v0.11.0
24192026-08-25T20:53:15.976Z Compiling ingot-types v0.2.0
24202026-08-25T20:53:16.169Z Compiling oxide-generation v0.1.3
24212026-08-25T20:53:16.237Z Compiling parse-display-derive v0.10.0
24222026-08-25T20:53:16.280Z Compiling proc-macro-crate v1.3.1
24232026-08-25T20:53:16.314Z Compiling waitgroup v0.1.2
24242026-08-25T20:53:16.331Z Compiling ingot v0.2.1
24252026-08-25T20:53:16.379Z Compiling rustls-pemfile v2.2.0
24262026-08-25T20:53:16.420Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24272026-08-25T20:53:16.488Z Compiling backon v1.6.0
24282026-08-25T20:53:16.567Z Compiling blake2 v0.10.6
24292026-08-25T20:53:16.716Z Compiling aead v0.5.2
24302026-08-25T20:53:16.756Z Compiling dropshot_endpoint v0.17.1
24312026-08-25T20:53:16.921Z Compiling password-hash v0.5.0
24322026-08-25T20:53:16.935Z Compiling foreign-types-macros v0.2.3
24332026-08-25T20:53:16.968Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24342026-08-25T20:53:17.114Z Compiling serde_path_to_error v0.1.20
24352026-08-25T20:53:17.260Z Compiling hostname v0.4.2
24362026-08-25T20:53:17.316Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24372026-08-25T20:53:17.372Z Compiling proc-macro-error v1.0.4
24382026-08-25T20:53:17.448Z Compiling instant v0.1.13
24392026-08-25T20:53:17.475Z Compiling debug-ignore v1.0.5
24402026-08-25T20:53:17.531Z Compiling illumos-nvpair-sys v0.2.0
24412026-08-25T20:53:17.548Z Compiling foreign-types-shared v0.3.1
24422026-08-25T20:53:17.603Z Compiling backoff v0.4.0
24432026-08-25T20:53:17.620Z Compiling argon2 v0.5.3
24442026-08-25T20:53:17.635Z Compiling chacha20poly1305 v0.10.1
24452026-08-25T20:53:17.681Z Compiling parse-display v0.10.0
24462026-08-25T20:53:17.710Z Compiling foreign-types v0.5.0
24472026-08-25T20:53:17.733Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24482026-08-25T20:53:17.780Z Compiling num_enum_derive v0.5.11
24492026-08-25T20:53:17.812Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
24502026-08-25T20:53:17.829Z Compiling num_enum v0.7.6
24512026-08-25T20:53:17.851Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24522026-08-25T20:53:17.886Z Compiling vsss-rs v3.3.4
24532026-08-25T20:53:17.973Z Compiling ciborium v0.2.2
24542026-08-25T20:53:18.272Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24552026-08-25T20:53:18.342Z Compiling regress v0.10.5
24562026-08-25T20:53:18.433Z Compiling itertools v0.14.0
24572026-08-25T20:53:18.466Z Compiling tabwriter v1.4.1
24582026-08-25T20:53:18.509Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24592026-08-25T20:53:18.569Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24602026-08-25T20:53:18.626Z Compiling cstr-argument v0.1.2
24612026-08-25T20:53:18.671Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24622026-08-25T20:53:18.724Z Compiling humantime v2.3.0
24632026-08-25T20:53:18.828Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24642026-08-25T20:53:18.864Z Compiling num_enum v0.5.11
24652026-08-25T20:53:18.880Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24662026-08-25T20:53:18.963Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24672026-08-25T20:53:19.030Z Compiling rayon v1.11.0
24682026-08-25T20:53:19.118Z Compiling rand v0.10.1
24692026-08-25T20:53:19.139Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24702026-08-25T20:53:19.156Z Compiling indent_write v2.2.0
24712026-08-25T20:53:19.173Z Compiling libefi-sys v0.1.0
24722026-08-25T20:53:19.190Z Compiling colored v3.1.1
24732026-08-25T20:53:19.223Z Compiling illumos-nvpair v0.3.0
24742026-08-25T20:53:19.255Z Compiling zone_cfg_derive v0.3.1
24752026-08-25T20:53:19.289Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24762026-08-25T20:53:19.370Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24772026-08-25T20:53:19.459Z Compiling camino-tempfile v1.4.1
24782026-08-25T20:53:19.489Z Compiling itertools v0.12.1
24792026-08-25T20:53:19.569Z Compiling usdt-macro v0.5.0
24802026-08-25T20:53:19.611Z Compiling usdt-attr-macro v0.5.0
24812026-08-25T20:53:19.733Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24822026-08-25T20:53:19.877Z Compiling bitfield-struct v0.6.2
24832026-08-25T20:53:19.898Z Compiling num-derive v0.4.2
24842026-08-25T20:53:19.912Z Compiling blake3 v1.8.5
24852026-08-25T20:53:19.961Z Compiling memmap v0.7.0
24862026-08-25T20:53:20.033Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24872026-08-25T20:53:20.055Z Compiling sigpipe v0.1.3
24882026-08-25T20:53:20.138Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24892026-08-25T20:53:20.160Z Compiling glob v0.3.3
24902026-08-25T20:53:20.177Z Compiling swrite v0.1.0
24912026-08-25T20:53:20.305Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24922026-08-25T20:53:20.390Z Compiling smf v0.2.3
24932026-08-25T20:53:20.404Z Compiling usdt v0.5.0
24942026-08-25T20:53:20.517Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24952026-08-25T20:53:20.541Z Compiling filetime v0.2.27
24962026-08-25T20:53:20.621Z Compiling arrayvec v0.7.6
24972026-08-25T20:53:20.736Z Compiling constant_time_eq v0.4.2
24982026-08-25T20:53:20.781Z Compiling arrayref v0.3.9
24992026-08-25T20:53:20.798Z Compiling xattr v1.6.1
25002026-08-25T20:53:20.813Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25012026-08-25T20:53:20.854Z Compiling zone v0.3.1
25022026-08-25T20:53:20.876Z Compiling whoami v1.6.1
25032026-08-25T20:53:20.892Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25042026-08-25T20:53:21.043Z Compiling tar v0.4.46
25052026-08-25T20:53:21.057Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25062026-08-25T20:53:21.057Z Compiling tokio-dtrace v0.1.1
25072026-08-25T20:53:21.057Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25082026-08-25T20:53:21.108Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25092026-08-25T20:53:21.280Z Compiling gethostname v0.5.0
25102026-08-25T20:53:21.370Z Compiling console v0.16.2
25112026-08-25T20:53:21.403Z Compiling unit-prefix v0.5.2
25122026-08-25T20:53:21.406Z Compiling topological-sort v0.2.2
25132026-08-25T20:53:21.496Z Compiling oxide-tokio-rt v0.1.4
25142026-08-25T20:53:21.539Z Compiling toml v0.8.23
25152026-08-25T20:53:21.559Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25162026-08-25T20:53:21.690Z Compiling shell-words v1.1.1
25172026-08-25T20:53:21.954Z Compiling indicatif v0.18.4
25182026-08-25T20:53:30.913Z Compiling progenitor-client v0.14.0
25192026-08-25T20:53:30.913Z Compiling omicron-zone-package v0.12.3
25202026-08-25T20:53:31.160Z Compiling progenitor-extras v0.2.0
25212026-08-25T20:53:31.471Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25222026-08-25T20:53:31.571Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25232026-08-25T20:53:31.624Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25242026-08-25T20:53:31.656Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25252026-08-25T20:53:31.707Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25262026-08-25T20:53:31.768Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25272026-08-25T20:53:31.829Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25282026-08-25T20:53:31.980Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25292026-08-25T20:53:32.276Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25302026-08-25T20:53:35.826Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25312026-08-25T20:53:45.825Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25322026-08-25T20:53:48.190Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25332026-08-25T20:53:49.242Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
25342026-08-25T20:53:59.525Z Finished `release` profile [optimized] target(s) in 1m 48s
25352026-08-25T20:53:59.668Z Running `target/release/omicron-package -t test target create -p dev`
25362026-08-25T20:53:59.728ZLogging to: /work/oxidecomputer/omicron/out/LOG
25372026-08-25T20:53:59.733ZCreated new build target 'test' and set it as active
25382026-08-25T20:53:59.734Z
25392026-08-25T20:53:59.734Zreal 1:48.849618969
25402026-08-25T20:53:59.734Zuser 18:00.391598177
25412026-08-25T20:53:59.734Zsys 2:50.079211463
25422026-08-25T20:53:59.734Ztrap 0.505951812
25432026-08-25T20:53:59.734Ztflt 2.195703256
25442026-08-25T20:53:59.734Zdflt 4.679349020
25452026-08-25T20:53:59.734Zkflt 0.000698190
25462026-08-25T20:53:59.734Zlock 58:58.041728641
25472026-08-25T20:53:59.734Zslp 45:51.659532417
25482026-08-25T20:53:59.734Zlat 52.838005294
25492026-08-25T20:53:59.734Zstop 6:25.302649407
25502026-08-25T20:53:59.734Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
25512026-08-25T20:54:00.612Z Finished `release` profile [optimized] target(s) in 0.87s
25522026-08-25T20:54:00.678Z Running `target/release/omicron-package -t test package`
25532026-08-25T20:54:00.733ZLogging to: /work/oxidecomputer/omicron/out/LOG
25542026-08-25T20:54:02.198Z Compiling heck v0.5.0
25552026-08-25T20:54:02.198Z Compiling regress v0.11.1
25562026-08-25T20:54:02.445Z Compiling unsafe-libyaml v0.2.11
25572026-08-25T20:54:02.463Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25582026-08-25T20:54:02.490Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25592026-08-25T20:54:02.493Z Compiling derive-where v1.6.0
25602026-08-25T20:54:02.493Z Compiling bytecount v0.6.9
25612026-08-25T20:54:02.528Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25622026-08-25T20:54:02.565Z Compiling atomicwrites v0.4.4
25632026-08-25T20:54:02.565Z Compiling is-terminal v0.4.17
25642026-08-25T20:54:02.568Z Compiling prettyplease v0.2.37
25652026-08-25T20:54:02.569Z Compiling newline-converter v0.3.0
25662026-08-25T20:54:02.588Z Compiling console v0.15.11
25672026-08-25T20:54:02.628Z Compiling slog-dtrace v0.3.0
25682026-08-25T20:54:02.649Z Compiling cancel-safe-futures v0.1.5
25692026-08-25T20:54:02.711Z Compiling resolv-conf v0.7.6
25702026-08-25T20:54:02.732Z Compiling num-rational v0.4.2
25712026-08-25T20:54:02.754Z Compiling num-complex v0.4.6
25722026-08-25T20:54:02.780Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25732026-08-25T20:54:02.798Z Compiling thread_local v1.1.9
25742026-08-25T20:54:02.851Z Compiling match_cfg v0.1.0
25752026-08-25T20:54:02.958Z Compiling serde_yaml v0.9.34+deprecated
25762026-08-25T20:54:02.981Z Compiling compression-core v0.4.31
25772026-08-25T20:54:03.059Z Compiling expectorate v1.2.0
25782026-08-25T20:54:03.123Z Compiling compression-codecs v0.4.37
25792026-08-25T20:54:03.246Z Compiling num v0.4.3
25802026-08-25T20:54:03.268Z Compiling hostname v0.3.1
25812026-08-25T20:54:03.302Z Compiling multer v3.1.0
25822026-08-25T20:54:03.330Z Compiling slog-async v2.8.0
25832026-08-25T20:54:03.353Z Compiling crossbeam-channel v0.5.15
25842026-08-25T20:54:03.376Z Compiling slog-json v2.6.1
25852026-08-25T20:54:03.396Z Compiling serde_spanned v1.1.1
25862026-08-25T20:54:03.421Z Compiling toml_datetime v1.1.1+spec-1.1.0
25872026-08-25T20:54:03.442Z Compiling take_mut v0.2.2
25882026-08-25T20:54:03.555Z Compiling toml_writer v1.1.1+spec-1.1.0
25892026-08-25T20:54:03.582Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25902026-08-25T20:54:03.604Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25912026-08-25T20:54:03.629Z Compiling float-ord v0.3.2
25922026-08-25T20:54:03.696Z Compiling term v1.2.1
25932026-08-25T20:54:03.719Z Compiling oxide-update-engine-types v0.1.2
25942026-08-25T20:54:03.745Z Compiling linked-hash-map v0.5.6
25952026-08-25T20:54:03.768Z Compiling linear-map v1.2.0
25962026-08-25T20:54:03.768Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25972026-08-25T20:54:03.816Z Compiling toml v1.1.2+spec-1.1.0
25982026-08-25T20:54:03.862Z Compiling slog-bunyan v2.5.0
25992026-08-25T20:54:03.956Z Compiling typify-impl v0.6.2
26002026-08-25T20:54:03.990Z Compiling slog-term v2.9.2
26012026-08-25T20:54:04.021Z Compiling lru-cache v0.1.2
26022026-08-25T20:54:04.041Z Compiling async-compression v0.4.41
26032026-08-25T20:54:04.248Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26042026-08-25T20:54:04.273Z Compiling async-stream v0.3.6
26052026-08-25T20:54:04.308Z Compiling dropshot v0.17.1
26062026-08-25T20:54:04.378Z Compiling sha1 v0.11.0
26072026-08-25T20:54:04.402Z Compiling progenitor-client v0.14.0
26082026-08-25T20:54:04.433Z Compiling oxide-generation v0.1.3
26092026-08-25T20:54:04.471Z Compiling waitgroup v0.1.2
26102026-08-25T20:54:04.491Z Compiling rustls-pemfile v2.2.0
26112026-08-25T20:54:04.529Z Compiling backon v1.6.0
26122026-08-25T20:54:04.636Z Compiling hostname v0.4.2
26132026-08-25T20:54:04.669Z Compiling serde_path_to_error v0.1.20
26142026-08-25T20:54:04.722Z Compiling instant v0.1.13
26152026-08-25T20:54:04.743Z Compiling minimal-lexical v0.2.1
26162026-08-25T20:54:04.766Z Compiling debug-ignore v1.0.5
26172026-08-25T20:54:04.789Z Compiling progenitor-extras v0.2.0
26182026-08-25T20:54:04.817Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
26192026-08-25T20:54:04.860Z Compiling backoff v0.4.0
26202026-08-25T20:54:04.911Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26212026-08-25T20:54:05.009Z Compiling oxide-update-engine v0.1.2
26222026-08-25T20:54:05.057Z Compiling nom v7.1.3
26232026-08-25T20:54:05.078Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
26242026-08-25T20:54:05.097Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
26252026-08-25T20:54:05.122Z Compiling parse-display v0.10.0
26262026-08-25T20:54:05.200Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26272026-08-25T20:54:05.273Z Compiling hickory-proto v0.24.4
26282026-08-25T20:54:05.621Z Compiling regress v0.10.5
26292026-08-25T20:54:05.866Z Compiling itertools v0.14.0
26302026-08-25T20:54:06.303Z Compiling macaddr v1.0.1
26312026-08-25T20:54:06.416Z Compiling humantime v2.3.0
26322026-08-25T20:54:06.464Z Compiling unicode-xid v0.2.6
26332026-08-25T20:54:06.611Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
26342026-08-25T20:54:06.708Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26352026-08-25T20:54:06.819Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26362026-08-25T20:54:06.993Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26372026-08-25T20:54:07.077Z Compiling toml v0.8.23
26382026-08-25T20:54:07.211Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
26392026-08-25T20:54:07.252Z Compiling papergrid v0.11.0
26402026-08-25T20:54:07.496Z Compiling tabled_derive v0.7.0
26412026-08-25T20:54:07.512Z Compiling typify-macro v0.6.2
26422026-08-25T20:54:07.574Z Compiling termtree v0.5.1
26432026-08-25T20:54:07.671Z Compiling crossterm v0.29.0
26442026-08-25T20:54:07.683Z Compiling phf_shared v0.12.1
26452026-08-25T20:54:07.778Z Compiling hickory-resolver v0.24.4
26462026-08-25T20:54:07.928Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26472026-08-25T20:54:08.421Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26482026-08-25T20:54:08.512Z Compiling tabled v0.15.0
26492026-08-25T20:54:08.988Z Compiling qorb v0.4.1
26502026-08-25T20:54:09.096Z Compiling typify v0.6.2
26512026-08-25T20:54:09.426Z Compiling progenitor-impl v0.14.0
26522026-08-25T20:54:09.966Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26532026-08-25T20:54:10.510Z Compiling vte v0.14.1
26542026-08-25T20:54:10.545Z Compiling csv-core v0.1.13
26552026-08-25T20:54:10.774Z Compiling chrono-tz v0.10.4
26562026-08-25T20:54:10.987Z Compiling highway v1.3.0
26572026-08-25T20:54:11.035Z Compiling csv v1.4.0
26582026-08-25T20:54:11.574Z Compiling progenitor-macro v0.14.0
26592026-08-25T20:54:11.953Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26602026-08-25T20:54:12.441Z Compiling strip-ansi-escapes v0.2.1
26612026-08-25T20:54:12.671Z Compiling phf v0.12.1
26622026-08-25T20:54:12.878Z Compiling const_format_proc_macros v0.2.34
26632026-08-25T20:54:13.008Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26642026-08-25T20:54:13.028Z Compiling fd-lock v4.0.4
26652026-08-25T20:54:13.204Z Compiling peg-macros v0.8.5
26662026-08-25T20:54:13.353Z Compiling nu-ansi-term v0.50.3
26672026-08-25T20:54:13.612Z Compiling reedline v0.40.0
26682026-08-25T20:54:13.680Z Compiling const_format v0.2.35
26692026-08-25T20:54:14.194Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26702026-08-25T20:54:14.332Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26712026-08-25T20:54:14.480Z Compiling peg v0.8.5
26722026-08-25T20:54:14.592Z Compiling bcs v0.1.6
26732026-08-25T20:54:15.028Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26742026-08-25T20:54:15.181Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
26752026-08-25T20:54:15.690Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26762026-08-25T20:54:15.774Z Compiling progenitor v0.14.0
26772026-08-25T20:54:15.905Z Compiling nom v8.0.0
26782026-08-25T20:54:15.965Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26792026-08-25T20:54:16.026Z Compiling semver v0.1.20
26802026-08-25T20:54:16.324Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26812026-08-25T20:54:16.438Z Compiling rustc_version v0.1.7
26822026-08-25T20:54:16.673Z Compiling newtype_derive v0.1.6
26832026-08-25T20:54:16.918Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26842026-08-25T20:54:17.170Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26852026-08-25T20:54:17.481Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26862026-08-25T20:54:17.635Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26872026-08-25T20:54:17.658Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26882026-08-25T20:54:18.104Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
26892026-08-25T20:54:18.124Z Compiling steno v0.4.1
26902026-08-25T20:54:18.348Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26912026-08-25T20:54:18.417Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26922026-08-25T20:54:18.647Z Compiling dropshot-api-manager-types v0.8.0
26932026-08-25T20:54:18.675Z Compiling sha1 v0.10.6
26942026-08-25T20:54:19.177Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26952026-08-25T20:54:19.199Z Compiling utf-8 v0.7.6
26962026-08-25T20:54:19.253Z Compiling tagptr v0.2.0
26972026-08-25T20:54:19.454Z Compiling moka v0.12.13
26982026-08-25T20:54:19.544Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26992026-08-25T20:54:19.737Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27002026-08-25T20:54:19.994Z Compiling tungstenite v0.21.0
27012026-08-25T20:54:20.294Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
27022026-08-25T20:54:20.760Z Compiling hickory-resolver v0.25.2
27032026-08-25T20:54:21.794Z Compiling tokio-tungstenite v0.21.0
27042026-08-25T20:54:22.104Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27052026-08-25T20:54:22.193Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
27062026-08-25T20:54:22.888Z Compiling darling_core v0.21.3
27072026-08-25T20:54:23.921Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27082026-08-25T20:54:24.056Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27092026-08-25T20:54:24.871Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27102026-08-25T20:54:25.055Z Compiling darling_macro v0.21.3
27112026-08-25T20:54:25.586Z Compiling display-error-chain v0.2.2
27122026-08-25T20:54:25.796Z Compiling darling v0.21.3
27132026-08-25T20:54:25.914Z Compiling libscf-sys v1.2.0
27142026-08-25T20:54:25.978Z Compiling vergen-lib v0.1.6
27152026-08-25T20:54:26.118Z Compiling diesel_derives v2.3.7
27162026-08-25T20:54:26.239Z Compiling dsl_auto_type v0.2.0
27172026-08-25T20:54:26.570Z Compiling scheduled-thread-pool v0.2.7
27182026-08-25T20:54:26.670Z Compiling vergen-gitcl v1.0.8
27192026-08-25T20:54:26.784Z Compiling diesel_table_macro_syntax v0.3.0
27202026-08-25T20:54:26.910Z Compiling dirs-sys-next v0.1.2
27212026-08-25T20:54:26.981Z Compiling crunchy v0.2.4
27222026-08-25T20:54:27.020Z Compiling maplit v1.0.2
27232026-08-25T20:54:27.077Z Compiling glob v0.3.3
27242026-08-25T20:54:27.115Z Compiling dirs-next v2.0.0
27252026-08-25T20:54:27.201Z Compiling r2d2 v0.8.10
27262026-08-25T20:54:27.353Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
27272026-08-25T20:54:27.405Z Compiling papergrid v0.18.0
27282026-08-25T20:54:27.424Z Compiling xshell-macros v0.2.7
27292026-08-25T20:54:27.473Z Compiling clang-sys v1.8.1
27302026-08-25T20:54:27.503Z Compiling downcast-rs v2.0.2
27312026-08-25T20:54:27.627Z Compiling tiny-keccak v2.0.2
27322026-08-25T20:54:27.810Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27332026-08-25T20:54:27.878Z Compiling xshell v0.2.7
27342026-08-25T20:54:27.941Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27352026-08-25T20:54:28.004Z Compiling term v0.7.0
27362026-08-25T20:54:28.058Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27372026-08-25T20:54:28.195Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27382026-08-25T20:54:28.442Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27392026-08-25T20:54:28.545Z Compiling bit-vec v0.6.3
27402026-08-25T20:54:28.681Z Compiling tabled v0.21.0
27412026-08-25T20:54:28.794Z Compiling bit-set v0.5.3
27422026-08-25T20:54:28.979Z Compiling ascii-canvas v3.0.0
27432026-08-25T20:54:29.011Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27442026-08-25T20:54:29.062Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
27452026-08-25T20:54:29.255Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27462026-08-25T20:54:29.618Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27472026-08-25T20:54:29.653Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
27482026-08-25T20:54:29.852Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
27492026-08-25T20:54:30.153Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27502026-08-25T20:54:30.311Z Compiling itertools v0.10.5
27512026-08-25T20:54:30.369Z Compiling ena v0.14.4
27522026-08-25T20:54:30.369Z Compiling libloading v0.8.9
27532026-08-25T20:54:30.370Z Compiling unicase v2.9.0
27542026-08-25T20:54:30.528Z Compiling bindgen v0.71.1
27552026-08-25T20:54:30.626Z Compiling diff v0.1.13
27562026-08-25T20:54:30.688Z Compiling regex-syntax v0.6.29
27572026-08-25T20:54:31.108Z Compiling cexpr v0.6.0
27582026-08-25T20:54:31.836Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27592026-08-25T20:54:31.946Z Compiling rustc-hash v2.1.1
27602026-08-25T20:54:31.946Z Compiling crc8 v0.1.1
27612026-08-25T20:54:31.946Z Compiling diesel v2.3.7
27622026-08-25T20:54:32.045Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27632026-08-25T20:54:32.045Z Compiling lalrpop v0.19.12
27642026-08-25T20:54:32.127Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27652026-08-25T20:54:32.549Z Compiling headers-core v0.3.0
27662026-08-25T20:54:32.694Z Compiling libxml v0.3.3
27672026-08-25T20:54:33.009Z Compiling headers v0.4.1
27682026-08-25T20:54:33.108Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27692026-08-25T20:54:33.228Z Compiling strum_macros v0.24.3
27702026-08-25T20:54:33.334Z Compiling indoc v1.0.9
27712026-08-25T20:54:33.552Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27722026-08-25T20:54:33.669Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27732026-08-25T20:54:33.733Z Compiling derive_builder v0.20.2
27742026-08-25T20:54:33.798Z Compiling oso-derive v0.27.3
27752026-08-25T20:54:33.889Z Compiling quick-xml v0.37.5
27762026-08-25T20:54:33.889Z Compiling impl-trait-for-tuples v0.2.3
27772026-08-25T20:54:34.266Z Compiling openssl-probe v0.1.6
27782026-08-25T20:54:34.371Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27792026-08-25T20:54:34.542Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27802026-08-25T20:54:34.651Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27812026-08-25T20:54:35.085Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27822026-08-25T20:54:35.147Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27832026-08-25T20:54:35.184Z Compiling bb8 v0.8.6
27842026-08-25T20:54:35.363Z Compiling trait-variant v0.1.2
27852026-08-25T20:54:35.382Z Compiling proc-macro-error-attr2 v2.0.0
27862026-08-25T20:54:35.571Z Compiling half v1.8.3
27872026-08-25T20:54:35.799Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27882026-08-25T20:54:35.844Z Compiling serde_cbor v0.11.2
27892026-08-25T20:54:35.918Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27902026-08-25T20:54:36.016Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27912026-08-25T20:54:36.066Z Compiling proc-macro-error2 v2.0.1
27922026-08-25T20:54:36.433Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27932026-08-25T20:54:36.515Z Compiling hashbrown v0.14.5
27942026-08-25T20:54:36.605Z Compiling rfc6979 v0.4.0
27952026-08-25T20:54:36.685Z Compiling salty v0.3.0
27962026-08-25T20:54:36.766Z Compiling ecdsa v0.16.9
27972026-08-25T20:54:36.867Z Compiling knus-derive v3.4.0
27982026-08-25T20:54:37.061Z Compiling samael v0.0.19
27992026-08-25T20:54:37.116Z Compiling chumsky v0.9.3
28002026-08-25T20:54:37.218Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
28012026-08-25T20:54:37.282Z Compiling progenitor-impl v0.13.0
28022026-08-25T20:54:37.303Z Compiling primeorder v0.13.6
28032026-08-25T20:54:37.695Z Compiling nonempty v0.12.0
28042026-08-25T20:54:37.960Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
28052026-08-25T20:54:38.242Z Compiling p384 v0.13.1
28062026-08-25T20:54:38.375Z Compiling knus v3.4.0
28072026-08-25T20:54:39.262Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28082026-08-25T20:54:39.398Z Compiling polar-core v0.27.3
28092026-08-25T20:54:39.465Z Compiling progenitor-macro v0.13.0
28102026-08-25T20:54:39.800Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
28112026-08-25T20:54:40.435Z Compiling progenitor-client v0.13.0
28122026-08-25T20:54:40.673Z Compiling fxhash v0.2.1
28132026-08-25T20:54:40.846Z Compiling libz-sys v1.1.24
28142026-08-25T20:54:40.941Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28152026-08-25T20:54:40.963Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
28162026-08-25T20:54:41.165Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28172026-08-25T20:54:41.624Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28182026-08-25T20:54:42.008Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28192026-08-25T20:54:42.164Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
28202026-08-25T20:54:42.726Z Compiling kstat-rs v0.2.5
28212026-08-25T20:54:43.422Z Compiling mime_guess v2.0.5
28222026-08-25T20:54:43.585Z Compiling progenitor v0.13.0
28232026-08-25T20:54:43.782Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28242026-08-25T20:54:44.708Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28252026-08-25T20:54:45.280Z Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
28262026-08-25T20:54:45.602Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28272026-08-25T20:54:45.681Z Compiling nanorand v0.7.0
28282026-08-25T20:54:45.704Z Compiling libgit2-sys v0.18.3+1.9.2
28292026-08-25T20:54:45.771Z Compiling parking_lot_core v0.8.6
28302026-08-25T20:54:46.052Z Compiling flume v0.11.1
28312026-08-25T20:54:46.106Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28322026-08-25T20:54:46.246Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28332026-08-25T20:54:46.626Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28342026-08-25T20:54:47.352Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28352026-08-25T20:54:47.375Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28362026-08-25T20:54:47.872Z Compiling git-stub v1.0.0
28372026-08-25T20:54:48.149Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
28382026-08-25T20:54:48.400Z Compiling oso v0.27.3
28392026-08-25T20:54:48.424Z Compiling corncobs v0.1.4
28402026-08-25T20:54:48.549Z Compiling http-range v0.1.5
28412026-08-25T20:54:48.671Z Compiling strsim v0.10.0
28422026-08-25T20:54:48.889Z Compiling instability v0.3.11
28432026-08-25T20:54:49.120Z Compiling async-bb8-diesel v0.2.1
28442026-08-25T20:54:49.193Z Compiling diesel-dtrace v0.5.0
28452026-08-25T20:54:49.564Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28462026-08-25T20:54:49.654Z Compiling darling_core v0.13.4
28472026-08-25T20:54:51.317Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28482026-08-25T20:54:52.033Z Compiling git-stub-vcs v0.1.0
28492026-08-25T20:54:52.620Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28502026-08-25T20:54:53.413Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
28512026-08-25T20:54:53.650Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28522026-08-25T20:54:54.167Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28532026-08-25T20:54:54.611Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28542026-08-25T20:54:54.781Z Compiling ignore v0.4.25
28552026-08-25T20:54:55.053Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28562026-08-25T20:54:55.323Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28572026-08-25T20:54:56.104Z Compiling anstyle-parse v0.2.7
28582026-08-25T20:54:56.372Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28592026-08-25T20:54:56.748Z Compiling secrecy v0.8.0
28602026-08-25T20:54:56.808Z Compiling castaway v0.2.4
28612026-08-25T20:54:56.947Z Compiling vergen-git2 v9.1.0
28622026-08-25T20:54:56.972Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28632026-08-25T20:54:57.170Z Compiling indoc v2.0.7
28642026-08-25T20:54:57.314Z Compiling compact_str v0.8.1
28652026-08-25T20:54:58.136Z Compiling anstream v0.6.21
28662026-08-25T20:54:58.331Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28672026-08-25T20:54:58.472Z Compiling globwalk v0.9.1
28682026-08-25T20:54:58.694Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28692026-08-25T20:54:59.135Z Compiling parking_lot v0.11.2
28702026-08-25T20:54:59.161Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28712026-08-25T20:54:59.649Z Compiling hyper-staticfile v0.10.1
28722026-08-25T20:54:59.692Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28732026-08-25T20:54:59.859Z Compiling darling_macro v0.13.4
28742026-08-25T20:55:00.063Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28752026-08-25T20:55:00.184Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28762026-08-25T20:55:00.375Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28772026-08-25T20:55:00.785Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28782026-08-25T20:55:00.818Z Compiling predicates-tree v1.0.13
28792026-08-25T20:55:01.060Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28802026-08-25T20:55:01.269Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
28812026-08-25T20:55:01.292Z Compiling unicode-truncate v1.1.0
28822026-08-25T20:55:01.505Z Compiling lru v0.12.5
28832026-08-25T20:55:01.636Z Compiling digest-io v0.1.0
28842026-08-25T20:55:01.758Z Compiling sha2 v0.11.0
28852026-08-25T20:55:01.829Z Compiling prefix-trie v0.7.0
28862026-08-25T20:55:02.096Z Compiling rand_seeder v0.4.0
28872026-08-25T20:55:02.221Z Compiling rawzip v0.4.4
28882026-08-25T20:55:02.243Z Compiling cassowary v0.3.0
28892026-08-25T20:55:02.329Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28902026-08-25T20:55:02.364Z Compiling hickory-server v0.25.2
28912026-08-25T20:55:02.540Z Compiling ratatui v0.29.0
28922026-08-25T20:55:02.578Z Compiling camino-tempfile-ext v0.3.3
28932026-08-25T20:55:03.155Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28942026-08-25T20:55:03.176Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28952026-08-25T20:55:03.267Z Compiling darling v0.13.4
28962026-08-25T20:55:03.383Z Compiling sled v0.34.7
28972026-08-25T20:55:03.798Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28982026-08-25T20:55:03.822Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28992026-08-25T20:55:05.792Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
29002026-08-25T20:55:06.318Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29012026-08-25T20:55:06.544Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
29022026-08-25T20:55:07.439Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29032026-08-25T20:55:08.822Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
29042026-08-25T20:55:09.866Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29052026-08-25T20:55:10.801Z Compiling serde_with_macros v1.5.2
29062026-08-25T20:55:10.863Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
29072026-08-25T20:55:11.234Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
29082026-08-25T20:55:11.537Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29092026-08-25T20:55:11.681Z Compiling git2 v0.20.4
29102026-08-25T20:55:11.703Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29112026-08-25T20:55:11.782Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29122026-08-25T20:55:11.923Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29132026-08-25T20:55:12.008Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
29142026-08-25T20:55:12.149Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29152026-08-25T20:55:12.296Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
29162026-08-25T20:55:12.364Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
29172026-08-25T20:55:12.401Z Compiling arc-swap v1.8.2
29182026-08-25T20:55:12.554Z Compiling void v1.0.2
29192026-08-25T20:55:12.663Z Compiling lzss v0.8.2
29202026-08-25T20:55:12.706Z Compiling slog-scope v4.4.1
29212026-08-25T20:55:12.974Z Compiling serde_with v1.14.0
29222026-08-25T20:55:13.023Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
29232026-08-25T20:55:13.109Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
29242026-08-25T20:55:14.250Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29252026-08-25T20:55:14.737Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29262026-08-25T20:55:14.779Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29272026-08-25T20:55:14.968Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29282026-08-25T20:55:15.369Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29292026-08-25T20:55:15.413Z Compiling scuffle v0.1.0
29302026-08-25T20:55:15.465Z Compiling tungstenite v0.23.0
29312026-08-25T20:55:17.253Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29322026-08-25T20:55:17.493Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
29332026-08-25T20:55:17.764Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29342026-08-25T20:55:17.890Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29352026-08-25T20:55:17.991Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29362026-08-25T20:55:18.119Z Compiling nix v0.27.1
29372026-08-25T20:55:18.241Z Compiling twox-hash v2.1.2
29382026-08-25T20:55:18.324Z Compiling libsw-core v0.3.2
29392026-08-25T20:55:18.546Z Compiling atty v0.2.14
29402026-08-25T20:55:18.701Z Compiling serde_bytes v0.11.19
29412026-08-25T20:55:18.742Z Compiling libsw v3.5.0
29422026-08-25T20:55:18.970Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29432026-08-25T20:55:19.037Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
29442026-08-25T20:55:19.273Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29452026-08-25T20:55:19.297Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29462026-08-25T20:55:19.588Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
29472026-08-25T20:55:19.676Z Compiling tokio-tungstenite v0.23.1
29482026-08-25T20:55:19.969Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29492026-08-25T20:55:20.069Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29502026-08-25T20:55:21.047Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29512026-08-25T20:55:22.400Z Compiling slog-stdlog v4.1.1
29522026-08-25T20:55:22.806Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29532026-08-25T20:55:23.484Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
29542026-08-25T20:55:23.639Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
29552026-08-25T20:55:24.085Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29562026-08-25T20:55:25.129Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29572026-08-25T20:55:25.395Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29582026-08-25T20:55:25.649Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29592026-08-25T20:55:27.303Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29602026-08-25T20:55:28.254Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29612026-08-25T20:55:28.282Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
29622026-08-25T20:55:28.866Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
29632026-08-25T20:55:28.904Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29642026-08-25T20:55:29.981Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29652026-08-25T20:55:32.339Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29662026-08-25T20:55:32.671Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29672026-08-25T20:55:33.129Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29682026-08-25T20:55:33.132Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29692026-08-25T20:55:33.398Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29702026-08-25T20:55:34.236Z Compiling signal-hook-tokio v0.3.1
29712026-08-25T20:55:34.504Z Compiling fatfs v0.3.6
29722026-08-25T20:55:35.934Z Compiling yasna v0.5.2
29732026-08-25T20:55:36.467Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29742026-08-25T20:55:37.085Z Compiling assert_matches v1.5.0
29752026-08-25T20:55:37.201Z Compiling seq-macro v0.3.6
29762026-08-25T20:55:37.440Z Compiling rcgen v0.12.1
29772026-08-25T20:55:37.591Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29782026-08-25T20:55:37.689Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29792026-08-25T20:55:38.113Z Compiling slog-envlogger v2.2.0
29802026-08-25T20:55:39.328Z Compiling oxide-update-engine-display v0.1.2
29812026-08-25T20:55:40.306Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29822026-08-25T20:55:40.342Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29832026-08-25T20:55:41.559Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29842026-08-25T20:55:41.801Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29852026-08-25T20:55:41.827Z Compiling port-file v0.1.0
29862026-08-25T20:55:41.943Z Compiling subprocess v0.2.15
29872026-08-25T20:55:42.032Z Compiling rtoolbox v0.0.3
29882026-08-25T20:55:42.139Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29892026-08-25T20:55:42.219Z Compiling rpassword v7.5.4
29902026-08-25T20:55:42.833Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29912026-08-25T20:55:43.552Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29922026-08-25T20:55:44.081Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29932026-08-25T20:55:44.204Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29942026-08-25T20:55:44.228Z Compiling tui-tree-widget v0.23.1
29952026-08-25T20:55:44.569Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29962026-08-25T20:55:45.793Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29972026-08-25T20:55:48.638Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29982026-08-25T20:55:48.721Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29992026-08-25T20:55:48.843Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30002026-08-25T20:55:49.031Z Compiling uzers v0.12.2
30012026-08-25T20:55:49.949Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30022026-08-25T20:55:50.102Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30032026-08-25T20:55:50.571Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30042026-08-25T20:55:50.631Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30052026-08-25T20:55:52.679Z Compiling support-bundle-viewer v0.1.2
30062026-08-25T20:55:52.741Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30072026-08-25T20:55:54.040Z Compiling multimap v0.10.1
30082026-08-25T20:56:01.860Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30092026-08-25T20:56:03.306Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30102026-08-25T20:56:07.565Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30112026-08-25T20:56:11.891Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30122026-08-25T20:56:14.652Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30132026-08-25T21:03:51.774Z Finished `release` profile [optimized] target(s) in 9m 50s
30142026-08-25T21:03:51.777Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
30152026-08-25T21:03:51.777Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
30162026-08-25T21:04:43.889Z
30172026-08-25T21:04:43.889Zreal 10:44.120090118
30182026-08-25T21:04:43.889Zuser 1:22:24.049327765
30192026-08-25T21:04:43.892Zsys 3:40.217141401
30202026-08-25T21:04:43.892Ztrap 1.811031851
30212026-08-25T21:04:43.892Ztflt 1.855396737
30222026-08-25T21:04:43.892Zdflt 20.352744194
30232026-08-25T21:04:43.892Zkflt 0.007533530
30242026-08-25T21:04:43.892Zlock 8:01:42.637691818
30252026-08-25T21:04:43.892Zslp 2:20:42.286706089
30262026-08-25T21:04:43.892Zlat 2:31.029687559
30272026-08-25T21:04:43.892Zstop 5:38.086872181
30282026-08-25T21:04:43.892Z+ mapfile -t packages
30292026-08-25T21:04:43.892Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
30302026-08-25T21:04:44.835Z Finished `release` profile [optimized] target(s) in 0.94s
30312026-08-25T21:04:44.911Z Running `target/release/omicron-package -t test list-outputs`
30322026-08-25T21:04:44.967ZLogging to: /work/oxidecomputer/omicron/out/LOG
30332026-08-25T21:04:44.973Z+ ptime -m cargo build --locked --release -p xtask
30342026-08-25T21:04:45.584Z Compiling libc v0.2.185
30352026-08-25T21:04:45.584Z Compiling serde_core v1.0.228
30362026-08-25T21:04:45.584Z Compiling serde v1.0.228
30372026-08-25T21:04:45.594Z Compiling rustix v1.1.4
30382026-08-25T21:04:45.595Z Compiling bitflags v2.11.0
30392026-08-25T21:04:45.595Z Compiling serde_json v1.0.151
30402026-08-25T21:04:45.621Z Compiling usdt-impl v0.5.0
30412026-08-25T21:04:45.662Z Compiling syn v2.0.117
30422026-08-25T21:04:45.673Z Compiling syn v1.0.109
30432026-08-25T21:04:45.674Z Compiling log v0.4.33
30442026-08-25T21:04:45.674Z Compiling getrandom v0.4.3
30452026-08-25T21:04:45.674Z Compiling indexmap v2.14.0
30462026-08-25T21:04:45.677Z Compiling fs-err v3.3.0
30472026-08-25T21:04:45.874Z Compiling anyhow v1.0.104
30482026-08-25T21:04:45.926Z Compiling once_cell v1.21.3
30492026-08-25T21:04:45.938Z Compiling heck v0.4.1
30502026-08-25T21:04:46.315Z Compiling errno v0.3.14
30512026-08-25T21:04:46.328Z Compiling thread-id v4.2.2
30522026-08-25T21:04:46.329Z Compiling memmap v0.7.0
30532026-08-25T21:04:47.120Z Compiling proc-macro-error v1.0.4
30542026-08-25T21:04:47.298Z Compiling terminal_size v0.4.3
30552026-08-25T21:04:47.314Z Compiling tempfile v3.27.0
30562026-08-25T21:04:47.339Z Compiling tabled_derive v0.7.0
30572026-08-25T21:04:47.391Z Compiling clap_builder v4.6.0
30582026-08-25T21:04:47.391Z Compiling textwrap v0.16.2
30592026-08-25T21:04:47.660Z Compiling camino v1.2.5
30602026-08-25T21:04:47.660Z Compiling cargo-platform v0.3.2
30612026-08-25T21:04:47.665Z Compiling semver v1.0.28
30622026-08-25T21:04:47.789Z Compiling pest_generator v2.8.6
30632026-08-25T21:04:48.012Z Compiling camino-tempfile v1.4.1
30642026-08-25T21:04:48.113Z Compiling tabled v0.15.0
30652026-08-25T21:04:48.323Z Compiling serde_derive v1.0.228
30662026-08-25T21:04:48.337Z Compiling thiserror-impl v1.0.69
30672026-08-25T21:04:48.337Z Compiling zerocopy-derive v0.7.35
30682026-08-25T21:04:48.337Z Compiling scroll_derive v0.12.1
30692026-08-25T21:04:48.338Z Compiling thiserror-impl v2.0.18
30702026-08-25T21:04:48.338Z Compiling clap_derive v4.6.1
30712026-08-25T21:04:48.377Z Compiling pest_derive v2.8.6
30722026-08-25T21:04:49.061Z Compiling scroll v0.12.0
30732026-08-25T21:04:49.236Z Compiling zerocopy v0.7.35
30742026-08-25T21:04:49.304Z Compiling goblin v0.8.2
30752026-08-25T21:04:49.472Z Compiling thiserror v1.0.69
30762026-08-25T21:04:49.592Z Compiling dtrace-parser v0.2.0
30772026-08-25T21:04:49.779Z Compiling thiserror v2.0.18
30782026-08-25T21:04:49.794Z Compiling clap v4.6.1
30792026-08-25T21:04:51.481Z Compiling dof v0.3.0
30802026-08-25T21:04:51.503Z Compiling serde_tokenstream v0.2.3
30812026-08-25T21:04:51.557Z Compiling serde_spanned v0.6.9
30822026-08-25T21:04:51.591Z Compiling toml_datetime v0.6.11
30832026-08-25T21:04:51.658Z Compiling cargo_metadata v0.23.1
30842026-08-25T21:04:51.729Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30852026-08-25T21:04:51.821Z Compiling toml_edit v0.22.27
30862026-08-25T21:04:51.843Z Compiling macaddr v1.0.1
30872026-08-25T21:04:52.256Z Compiling usdt-attr-macro v0.5.0
30882026-08-25T21:04:52.260Z Compiling usdt-macro v0.5.0
30892026-08-25T21:04:52.925Z Compiling usdt v0.5.0
30902026-08-25T21:04:53.353Z Compiling toml v0.8.23
30912026-08-25T21:04:53.796Z Compiling cargo_toml v0.21.0
30922026-08-25T21:04:58.225Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30932026-08-25T21:05:01.464Z Finished `release` profile [optimized] target(s) in 16.48s
30942026-08-25T21:05:01.605Z
30952026-08-25T21:05:01.605Zreal 16.600442266
30962026-08-25T21:05:01.605Zuser 2:06.180778740
30972026-08-25T21:05:01.605Zsys 13.735871561
30982026-08-25T21:05:01.605Ztrap 0.066685390
30992026-08-25T21:05:01.605Ztflt 0.450570656
31002026-08-25T21:05:01.605Zdflt 1.291113951
31012026-08-25T21:05:01.605Zkflt 0.000116640
31022026-08-25T21:05:01.609Zlock 4:51.061632843
31032026-08-25T21:05:01.609Zslp 2:42.904076434
31042026-08-25T21:05:01.609Zlat 3.996905417
31052026-08-25T21:05:01.609Zstop 16.070266884
31062026-08-25T21:05:01.609Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
31072026-08-25T21:05:01.609Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
31082026-08-25T21:05:01.609Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
31092026-08-25T21:05:01.609Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
31102026-08-25T21:05:01.609Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
31112026-08-25T21:05:02.576Z Compiling match_cfg v0.1.0
31122026-08-25T21:05:02.576Z Compiling progenitor-client v0.14.0
31132026-08-25T21:05:02.576Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31142026-08-25T21:05:02.591Z Compiling slog-json v2.6.1
31152026-08-25T21:05:02.591Z Compiling newtype-uuid-macros v0.1.0
31162026-08-25T21:05:02.591Z Compiling sha1 v0.11.0
31172026-08-25T21:05:02.591Z Compiling multer v3.1.0
31182026-08-25T21:05:02.591Z Compiling debug-ignore v1.0.5
31192026-08-25T21:05:02.592Z Compiling compression-core v0.4.31
31202026-08-25T21:05:02.592Z Compiling async-stream-impl v0.3.6
31212026-08-25T21:05:02.592Z Compiling toml_datetime v1.1.1+spec-1.1.0
31222026-08-25T21:05:02.737Z Compiling serde_spanned v1.1.1
31232026-08-25T21:05:02.741Z Compiling dropshot v0.17.1
31242026-08-25T21:05:02.742Z Compiling toml_writer v1.1.1+spec-1.1.0
31252026-08-25T21:05:02.794Z Compiling waitgroup v0.1.2
31262026-08-25T21:05:02.812Z Compiling rustls-pemfile v2.2.0
31272026-08-25T21:05:02.902Z Compiling dropshot_endpoint v0.17.1
31282026-08-25T21:05:02.978Z Compiling serde_path_to_error v0.1.20
31292026-08-25T21:05:02.983Z Compiling hostname v0.4.2
31302026-08-25T21:05:03.014Z Compiling hostname v0.3.1
31312026-08-25T21:05:03.015Z Compiling compression-codecs v0.4.37
31322026-08-25T21:05:03.047Z Compiling toml v1.1.2+spec-1.1.0
31332026-08-25T21:05:03.066Z Compiling atomicwrites v0.4.4
31342026-08-25T21:05:03.103Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31352026-08-25T21:05:03.103Z Compiling macaddr v1.0.1
31362026-08-25T21:05:03.108Z Compiling serde_tokenstream v0.3.0
31372026-08-25T21:05:03.173Z Compiling slog-bunyan v2.5.0
31382026-08-25T21:05:03.209Z Compiling async-compression v0.4.41
31392026-08-25T21:05:03.248Z Compiling oxide-generation v0.1.3
31402026-08-25T21:05:03.292Z Compiling instant v0.1.13
31412026-08-25T21:05:03.297Z Compiling regress v0.10.5
31422026-08-25T21:05:03.327Z Compiling parse-display-derive v0.10.0
31432026-08-25T21:05:03.346Z Compiling async-stream v0.3.6
31442026-08-25T21:05:03.351Z Compiling backon v1.6.0
31452026-08-25T21:05:03.365Z Compiling itertools v0.14.0
31462026-08-25T21:05:03.384Z Compiling backoff v0.4.0
31472026-08-25T21:05:03.420Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31482026-08-25T21:05:03.439Z Compiling humantime v2.3.0
31492026-08-25T21:05:03.476Z Compiling oxide-generation-macros v0.2.0
31502026-08-25T21:05:03.564Z Compiling progenitor-extras v0.2.0
31512026-08-25T21:05:03.581Z Compiling half v2.7.1
31522026-08-25T21:05:03.585Z Compiling ciborium-io v0.2.2
31532026-08-25T21:05:03.616Z Compiling crucible-workspace-hack v0.1.0
31542026-08-25T21:05:03.623Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31552026-08-25T21:05:03.649Z Compiling convert_case v0.4.0
31562026-08-25T21:05:03.704Z Compiling regress v0.11.1
31572026-08-25T21:05:03.710Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31582026-08-25T21:05:03.729Z Compiling secrecy v0.10.3
31592026-08-25T21:05:03.748Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31602026-08-25T21:05:03.792Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31612026-08-25T21:05:03.855Z Compiling ciborium-ll v0.2.2
31622026-08-25T21:05:03.909Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31632026-08-25T21:05:03.916Z Compiling inout v0.1.4
31642026-08-25T21:05:03.928Z Compiling thiserror-impl-no-std v2.0.2
31652026-08-25T21:05:03.963Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31662026-08-25T21:05:04.057Z Compiling derive_more v0.99.20
31672026-08-25T21:05:04.083Z Compiling ciborium v0.2.2
31682026-08-25T21:05:04.123Z Compiling cipher v0.4.4
31692026-08-25T21:05:04.129Z Compiling universal-hash v0.5.1
31702026-08-25T21:05:04.160Z Compiling opaque-debug v0.3.1
31712026-08-25T21:05:04.245Z Compiling unsafe-libyaml v0.2.11
31722026-08-25T21:05:04.262Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31732026-08-25T21:05:04.301Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
31742026-08-25T21:05:04.316Z Compiling poly1305 v0.8.0
31752026-08-25T21:05:04.399Z Compiling chacha20 v0.9.1
31762026-08-25T21:05:04.423Z Compiling blake2 v0.10.6
31772026-08-25T21:05:04.449Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31782026-08-25T21:05:04.558Z Compiling aead v0.5.2
31792026-08-25T21:05:04.758Z Compiling password-hash v0.5.0
31802026-08-25T21:05:04.767Z Compiling indent_write v2.2.0
31812026-08-25T21:05:04.767Z Compiling chacha20poly1305 v0.10.1
31822026-08-25T21:05:04.767Z Compiling toml_datetime v0.7.5+spec-1.1.0
31832026-08-25T21:05:04.800Z Compiling num-derive v0.4.2
31842026-08-25T21:05:04.890Z Compiling serde_yaml v0.9.34+deprecated
31852026-08-25T21:05:04.933Z Compiling toml_edit v0.23.10+spec-1.0.0
31862026-08-25T21:05:05.038Z Compiling argon2 v0.5.3
31872026-08-25T21:05:05.056Z Compiling heapless v0.8.0
31882026-08-25T21:05:05.059Z Compiling ingot-macros v0.2.0
31892026-08-25T21:05:05.113Z Compiling tabwriter v1.4.1
31902026-08-25T21:05:05.144Z Compiling parse-display v0.10.0
31912026-08-25T21:05:05.168Z Compiling hash32 v0.3.1
31922026-08-25T21:05:05.194Z Compiling thiserror-no-std v2.0.2
31932026-08-25T21:05:05.312Z Compiling vsss-rs v3.3.4
31942026-08-25T21:05:05.350Z Compiling typify-impl v0.6.2
31952026-08-25T21:05:05.378Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31962026-08-25T21:05:05.475Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31972026-08-25T21:05:05.595Z Compiling proc-macro-crate v3.4.0
31982026-08-25T21:05:05.631Z Compiling smoltcp v0.11.0
31992026-08-25T21:05:05.817Z Compiling cobs v0.3.0
32002026-08-25T21:05:06.036Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
32012026-08-25T21:05:06.054Z Compiling colored v3.1.1
32022026-08-25T21:05:06.058Z Compiling illumos-nvpair-sys v0.2.0
32032026-08-25T21:05:06.185Z Compiling num_enum_derive v0.7.6
32042026-08-25T21:05:06.290Z Compiling postcard v1.1.3
32052026-08-25T21:05:06.327Z Compiling proc-macro-error v1.0.4
32062026-08-25T21:05:06.346Z Compiling rand v0.10.1
32072026-08-25T21:05:06.387Z Compiling proc-macro-crate v1.3.1
32082026-08-25T21:05:06.425Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32092026-08-25T21:05:06.464Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32102026-08-25T21:05:06.543Z Compiling foreign-types-macros v0.2.3
32112026-08-25T21:05:06.561Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32122026-08-25T21:05:06.679Z Compiling foreign-types-shared v0.3.1
32132026-08-25T21:05:06.695Z Compiling rayon-core v1.13.0
32142026-08-25T21:05:06.759Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32152026-08-25T21:05:06.789Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32162026-08-25T21:05:06.859Z Compiling num_enum_derive v0.5.11
32172026-08-25T21:05:06.958Z Compiling crossbeam-deque v0.8.6
32182026-08-25T21:05:06.976Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32192026-08-25T21:05:07.012Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32202026-08-25T21:05:07.066Z Compiling cstr-argument v0.1.2
32212026-08-25T21:05:07.086Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
32222026-08-25T21:05:07.214Z Compiling foreign-types v0.5.0
32232026-08-25T21:05:07.231Z Compiling illumos-nvpair v0.3.0
32242026-08-25T21:05:07.252Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
32252026-08-25T21:05:07.339Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32262026-08-25T21:05:07.343Z Compiling num_enum v0.7.6
32272026-08-25T21:05:07.375Z Compiling zone_cfg_derive v0.3.1
32282026-08-25T21:05:07.451Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32292026-08-25T21:05:07.474Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32302026-08-25T21:05:07.517Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
32312026-08-25T21:05:07.520Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32322026-08-25T21:05:07.557Z Compiling itertools v0.12.1
32332026-08-25T21:05:07.609Z Compiling rayon v1.11.0
32342026-08-25T21:05:07.627Z Compiling sigpipe v0.1.3
32352026-08-25T21:05:07.627Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32362026-08-25T21:05:07.663Z Compiling glob v0.3.3
32372026-08-25T21:05:07.747Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32382026-08-25T21:05:07.765Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32392026-08-25T21:05:07.896Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
32402026-08-25T21:05:07.914Z Compiling smf v0.2.3
32412026-08-25T21:05:07.932Z Compiling whoami v1.6.1
32422026-08-25T21:05:07.968Z Compiling num_enum v0.5.11
32432026-08-25T21:05:08.041Z Compiling cpubits v0.1.1
32442026-08-25T21:05:08.046Z Compiling ingot-types v0.2.0
32452026-08-25T21:05:08.090Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32462026-08-25T21:05:08.109Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
32472026-08-25T21:05:08.114Z Compiling gethostname v0.5.0
32482026-08-25T21:05:08.142Z Compiling derive-where v1.6.0
32492026-08-25T21:05:08.159Z Compiling usdt-macro v0.5.0
32502026-08-25T21:05:08.251Z Compiling usdt-attr-macro v0.5.0
32512026-08-25T21:05:08.277Z Compiling num-rational v0.4.2
32522026-08-25T21:05:08.285Z Compiling num-complex v0.4.6
32532026-08-25T21:05:08.448Z Compiling ingot v0.2.1
32542026-08-25T21:05:08.475Z Compiling memmap v0.7.0
32552026-08-25T21:05:08.511Z Compiling toml v0.8.23
32562026-08-25T21:05:08.599Z Compiling pem-rfc7468 v1.0.0
32572026-08-25T21:05:08.686Z Compiling num v0.4.3
32582026-08-25T21:05:08.726Z Compiling zone v0.3.1
32592026-08-25T21:05:08.784Z Compiling float-ord v0.3.2
32602026-08-25T21:05:08.829Z Compiling resolv-conf v0.7.6
32612026-08-25T21:05:08.890Z Compiling cancel-safe-futures v0.1.5
32622026-08-25T21:05:08.931Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32632026-08-25T21:05:08.950Z Compiling hmac v0.13.0
32642026-08-25T21:05:08.996Z Compiling universal-hash v0.6.1
32652026-08-25T21:05:09.178Z Compiling usdt v0.5.0
32662026-08-25T21:05:09.200Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32672026-08-25T21:05:09.219Z Compiling sha1 v0.10.6
32682026-08-25T21:05:09.228Z Compiling linear-map v1.2.0
32692026-08-25T21:05:09.267Z Compiling libefi-sys v0.1.0
32702026-08-25T21:05:09.420Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32712026-08-25T21:05:09.469Z Compiling prettyplease v0.2.37
32722026-08-25T21:05:09.491Z Compiling polyval v0.7.1
32732026-08-25T21:05:09.511Z Compiling der v0.8.0
32742026-08-25T21:05:09.530Z Compiling hickory-proto v0.24.4
32752026-08-25T21:05:09.537Z Compiling newline-converter v0.3.0
32762026-08-25T21:05:09.580Z Compiling console v0.15.11
32772026-08-25T21:05:09.593Z Compiling oxide-update-engine-types v0.1.2
32782026-08-25T21:05:09.623Z Compiling bitfield-struct v0.6.2
32792026-08-25T21:05:09.700Z Compiling linked-hash-map v0.5.6
32802026-08-25T21:05:09.785Z Compiling ghash v0.6.0
32812026-08-25T21:05:09.927Z Compiling lru-cache v0.1.2
32822026-08-25T21:05:09.952Z Compiling typify-macro v0.6.2
32832026-08-25T21:05:09.980Z Compiling expectorate v1.2.0
32842026-08-25T21:05:10.080Z Compiling pbkdf2 v0.13.0
32852026-08-25T21:05:10.097Z Compiling aes v0.9.1
32862026-08-25T21:05:10.169Z Compiling crypto-bigint v0.7.5
32872026-08-25T21:05:10.208Z Compiling ctr v0.10.1
32882026-08-25T21:05:10.228Z Compiling aead v0.6.1
32892026-08-25T21:05:10.271Z Compiling sha2 v0.11.0
32902026-08-25T21:05:10.335Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32912026-08-25T21:05:10.592Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32922026-08-25T21:05:10.592Z Compiling nom v8.0.0
32932026-08-25T21:05:10.592Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32942026-08-25T21:05:10.603Z Compiling semver v0.1.20
32952026-08-25T21:05:10.603Z Compiling aes-gcm v0.11.0
32962026-08-25T21:05:10.767Z Compiling oxide-update-engine v0.1.2
32972026-08-25T21:05:10.838Z Compiling rustc_version v0.1.7
32982026-08-25T21:05:10.856Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32992026-08-25T21:05:10.859Z Compiling spki v0.8.0
33002026-08-25T21:05:10.911Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
33012026-08-25T21:05:10.977Z Compiling tokio-dtrace v0.1.1
33022026-08-25T21:05:11.115Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33032026-08-25T21:05:11.138Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33042026-08-25T21:05:11.156Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33052026-08-25T21:05:11.288Z Compiling dropshot-api-manager-types v0.8.0
33062026-08-25T21:05:11.649Z Compiling salsa20 v0.11.0
33072026-08-25T21:05:11.649Z Compiling slog-dtrace v0.3.0
33082026-08-25T21:05:11.649Z Compiling xshell-macros v0.2.7
33092026-08-25T21:05:11.649Z Compiling minimal-lexical v0.2.1
33102026-08-25T21:05:11.649Z Compiling scrypt v0.12.0
33112026-08-25T21:05:11.691Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33122026-08-25T21:05:11.691Z Compiling oxide-tokio-rt v0.1.4
33132026-08-25T21:05:11.787Z Compiling hickory-resolver v0.24.4
33142026-08-25T21:05:11.826Z Compiling xshell v0.2.7
33152026-08-25T21:05:11.854Z Compiling nom v7.1.3
33162026-08-25T21:05:11.866Z Compiling newtype_derive v0.1.6
33172026-08-25T21:05:11.884Z Compiling typify v0.6.2
33182026-08-25T21:05:11.993Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33192026-08-25T21:05:12.035Z Compiling progenitor-impl v0.14.0
33202026-08-25T21:05:12.093Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33212026-08-25T21:05:12.108Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33222026-08-25T21:05:12.254Z Compiling phf_shared v0.12.1
33232026-08-25T21:05:12.292Z Compiling rfc6979 v0.4.0
33242026-08-25T21:05:12.336Z Compiling cbc v0.2.1
33252026-08-25T21:05:12.460Z Compiling proc-macro-error-attr2 v2.0.0
33262026-08-25T21:05:12.472Z Compiling csv-core v0.1.13
33272026-08-25T21:05:12.490Z Compiling chrono-tz v0.10.4
33282026-08-25T21:05:12.531Z Compiling unicode-xid v0.2.6
33292026-08-25T21:05:12.690Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33302026-08-25T21:05:12.707Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33312026-08-25T21:05:12.725Z Compiling highway v1.3.0
33322026-08-25T21:05:12.770Z Compiling const_format_proc_macros v0.2.34
33332026-08-25T21:05:12.792Z Compiling csv v1.4.0
33342026-08-25T21:05:12.810Z Compiling pkcs5 v0.8.1
33352026-08-25T21:05:12.842Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33362026-08-25T21:05:12.894Z Compiling qorb v0.4.1
33372026-08-25T21:05:12.905Z Compiling proc-macro-error2 v2.0.1
33382026-08-25T21:05:13.043Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33392026-08-25T21:05:13.146Z Compiling ecdsa v0.16.9
33402026-08-25T21:05:13.255Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33412026-08-25T21:05:13.272Z Compiling phf v0.12.1
33422026-08-25T21:05:13.374Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33432026-08-25T21:05:13.404Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33442026-08-25T21:05:13.488Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33452026-08-25T21:05:13.589Z Compiling primeorder v0.13.6
33462026-08-25T21:05:13.691Z Compiling hashbrown v0.14.5
33472026-08-25T21:05:13.795Z Compiling salty v0.3.0
33482026-08-25T21:05:13.854Z Compiling p384 v0.13.1
33492026-08-25T21:05:13.885Z Compiling const_format v0.2.35
33502026-08-25T21:05:14.098Z Compiling knus-derive v3.4.0
33512026-08-25T21:05:14.149Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33522026-08-25T21:05:14.157Z Compiling pkcs8 v0.11.0
33532026-08-25T21:05:14.285Z Compiling chumsky v0.9.3
33542026-08-25T21:05:14.320Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
33552026-08-25T21:05:14.505Z Compiling tabled_derive v0.7.0
33562026-08-25T21:05:14.590Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33572026-08-25T21:05:14.732Z Compiling progenitor-macro v0.14.0
33582026-08-25T21:05:14.761Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
33592026-08-25T21:05:14.944Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33602026-08-25T21:05:15.024Z Compiling bcs v0.1.6
33612026-08-25T21:05:15.042Z Compiling ff v0.14.0
33622026-08-25T21:05:15.227Z Compiling termtree v0.5.1
33632026-08-25T21:05:15.269Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33642026-08-25T21:05:15.386Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33652026-08-25T21:05:15.533Z Compiling steno v0.4.1
33662026-08-25T21:05:15.557Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33672026-08-25T21:05:15.574Z Compiling tabled v0.15.0
33682026-08-25T21:05:15.611Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33692026-08-25T21:05:15.692Z Compiling tagptr v0.2.0
33702026-08-25T21:05:15.732Z Compiling knus v3.4.0
33712026-08-25T21:05:15.758Z Compiling group v0.14.0
33722026-08-25T21:05:15.875Z Compiling moka v0.12.13
33732026-08-25T21:05:15.889Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33742026-08-25T21:05:15.927Z Compiling signature v3.0.0
33752026-08-25T21:05:15.997Z Compiling base16ct v1.0.0
33762026-08-25T21:05:16.141Z Compiling sec1 v0.8.1
33772026-08-25T21:05:16.217Z Compiling hkdf v0.13.0
33782026-08-25T21:05:16.270Z Compiling libscf-sys v1.2.0
33792026-08-25T21:05:16.422Z Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
33802026-08-25T21:05:16.441Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33812026-08-25T21:05:16.449Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33822026-08-25T21:05:16.489Z Compiling elliptic-curve v0.14.1
33832026-08-25T21:05:16.685Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
33842026-08-25T21:05:16.718Z Compiling hickory-resolver v0.25.2
33852026-08-25T21:05:16.748Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
33862026-08-25T21:05:16.777Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33872026-08-25T21:05:17.025Z Compiling utf-8 v0.7.6
33882026-08-25T21:05:17.070Z Compiling corncobs v0.1.4
33892026-08-25T21:05:17.118Z Compiling parking_lot_core v0.8.6
33902026-08-25T21:05:17.162Z Compiling tungstenite v0.21.0
33912026-08-25T21:05:17.236Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33922026-08-25T21:05:17.856Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33932026-08-25T21:05:17.935Z Compiling wnaf v0.14.0
33942026-08-25T21:05:17.936Z Compiling primefield v0.14.0
33952026-08-25T21:05:17.936Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33962026-08-25T21:05:17.936Z Compiling rfc6979 v0.6.0
33972026-08-25T21:05:17.936Z Compiling papergrid v0.18.0
33982026-08-25T21:05:17.946Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33992026-08-25T21:05:17.947Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34002026-08-25T21:05:17.970Z Compiling git-stub v1.0.0
34012026-08-25T21:05:18.004Z Compiling secrecy v0.8.0
34022026-08-25T21:05:18.050Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34032026-08-25T21:05:18.139Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34042026-08-25T21:05:18.177Z Compiling git-stub-vcs v0.1.0
34052026-08-25T21:05:18.194Z Compiling ecdsa v0.17.0
34062026-08-25T21:05:18.344Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34072026-08-25T21:05:18.397Z Compiling primeorder v0.14.0
34082026-08-25T21:05:18.597Z Compiling tokio-tungstenite v0.21.0
34092026-08-25T21:05:18.707Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34102026-08-25T21:05:18.718Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34112026-08-25T21:05:18.793Z Compiling tabled v0.21.0
34122026-08-25T21:05:18.835Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34132026-08-25T21:05:18.852Z Compiling curve25519-dalek v5.0.0
34142026-08-25T21:05:18.878Z Compiling unicase v2.9.0
34152026-08-25T21:05:18.887Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34162026-08-25T21:05:18.923Z Compiling parking_lot v0.11.2
34172026-08-25T21:05:18.961Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34182026-08-25T21:05:18.993Z Compiling ssh-encoding v0.3.0
34192026-08-25T21:05:22.565Z Compiling mime_guess v2.0.5
34202026-08-25T21:05:22.621Z Compiling progenitor-impl v0.13.0
34212026-08-25T21:05:22.621Z Compiling prefix-trie v0.7.0
34222026-08-25T21:05:22.624Z Compiling fxhash v0.2.1
34232026-08-25T21:05:22.624Z Compiling keccak v0.2.0
34242026-08-25T21:05:22.624Z Compiling crc8 v0.1.1
34252026-08-25T21:05:22.624Z Compiling sled v0.34.7
34262026-08-25T21:05:22.624Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34272026-08-25T21:05:22.624Z Compiling ed25519 v3.0.0
34282026-08-25T21:05:22.624Z Compiling hickory-server v0.25.2
34292026-08-25T21:05:22.624Z Compiling crypto-primes v0.7.2
34302026-08-25T21:05:22.624Z Compiling progenitor v0.14.0
34312026-08-25T21:05:22.624Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34322026-08-25T21:05:22.624Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34332026-08-25T21:05:22.624Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34342026-08-25T21:05:22.624Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34352026-08-25T21:05:22.624Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34362026-08-25T21:05:22.624Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34372026-08-25T21:05:22.624Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34382026-08-25T21:05:22.624Z Compiling pkcs1 v0.8.0-rc.4
34392026-08-25T21:05:22.624Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34402026-08-25T21:05:22.624Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34412026-08-25T21:05:22.624Z Compiling poly1305 v0.9.0
34422026-08-25T21:05:22.624Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34432026-08-25T21:05:22.626Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34442026-08-25T21:05:22.626Z Compiling progenitor-client v0.13.0
34452026-08-25T21:05:22.626Z Compiling blowfish v0.10.0
34462026-08-25T21:05:22.650Z Compiling blake2 v0.11.0-rc.6
34472026-08-25T21:05:22.650Z Compiling http-range v0.1.5
34482026-08-25T21:05:22.651Z Compiling progenitor-macro v0.13.0
34492026-08-25T21:05:22.651Z Compiling half v1.8.3
34502026-08-25T21:05:22.651Z Compiling bcrypt-pbkdf v0.11.0
34512026-08-25T21:05:22.651Z Compiling ssh-cipher v0.3.0
34522026-08-25T21:05:22.651Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34532026-08-25T21:05:22.651Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34542026-08-25T21:05:22.655Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34552026-08-25T21:05:22.860Z Compiling serde_cbor v0.11.2
34562026-08-25T21:05:23.026Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34572026-08-25T21:05:23.044Z Compiling argon2 v0.6.0-rc.8
34582026-08-25T21:05:23.390Z Compiling rsa v0.10.0-rc.18
34592026-08-25T21:05:23.429Z Compiling ed25519-dalek v3.0.0
34602026-08-25T21:05:23.956Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34612026-08-25T21:05:23.986Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34622026-08-25T21:05:24.173Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34632026-08-25T21:05:24.345Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34642026-08-25T21:05:24.609Z Compiling sha3 v0.11.0
34652026-08-25T21:05:24.677Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34662026-08-25T21:05:24.693Z Compiling p384 v0.14.0
34672026-08-25T21:05:24.711Z Compiling p256 v0.14.0
34682026-08-25T21:05:24.908Z Compiling p521 v0.14.0
34692026-08-25T21:05:25.126Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34702026-08-25T21:05:25.145Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34712026-08-25T21:05:25.218Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34722026-08-25T21:05:25.331Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34732026-08-25T21:05:25.862Z Compiling scuffle v0.1.0
34742026-08-25T21:05:25.884Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34752026-08-25T21:05:25.927Z Compiling yasna v0.5.2
34762026-08-25T21:05:26.227Z Compiling kstat-rs v0.2.5
34772026-08-25T21:05:26.557Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34782026-08-25T21:05:26.640Z Compiling headers-core v0.3.0
34792026-08-25T21:05:26.734Z Compiling kem v0.3.0
34802026-08-25T21:05:26.752Z Compiling module-lattice v0.2.3
34812026-08-25T21:05:26.801Z Compiling nanorand v0.7.0
34822026-08-25T21:05:26.891Z Compiling sponge-cursor v0.1.0
34832026-08-25T21:05:26.908Z Compiling headers v0.4.1
34842026-08-25T21:05:26.980Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34852026-08-25T21:05:27.044Z Compiling sha3 v0.12.0
34862026-08-25T21:05:27.062Z Compiling flume v0.11.1
34872026-08-25T21:05:27.079Z Compiling ml-kem v0.3.2
34882026-08-25T21:05:27.115Z Compiling rcgen v0.12.1
34892026-08-25T21:05:27.133Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34902026-08-25T21:05:27.305Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34912026-08-25T21:05:27.323Z Compiling progenitor v0.13.0
34922026-08-25T21:05:27.361Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34932026-08-25T21:05:27.401Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34942026-08-25T21:05:27.518Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34952026-08-25T21:05:27.624Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34962026-08-25T21:05:27.641Z Compiling hyper-staticfile v0.10.1
34972026-08-25T21:05:27.698Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34982026-08-25T21:05:27.717Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34992026-08-25T21:05:28.012Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35002026-08-25T21:05:28.031Z Compiling ssh-key v0.7.0-rc.11
35012026-08-25T21:05:28.056Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
35022026-08-25T21:05:28.101Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
35032026-08-25T21:05:28.123Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
35042026-08-25T21:05:28.198Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
35052026-08-25T21:05:28.216Z Compiling russh-cryptovec v0.62.0
35062026-08-25T21:05:28.330Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35072026-08-25T21:05:28.359Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35082026-08-25T21:05:28.395Z Compiling internal-russh-num-bigint v0.5.0
35092026-08-25T21:05:28.467Z Compiling port-file v0.1.0
35102026-08-25T21:05:28.487Z Compiling num-bigint v0.4.6
35112026-08-25T21:05:28.553Z Compiling generic-array v1.4.3
35122026-08-25T21:05:28.570Z Compiling russh-util v0.52.0
35132026-08-25T21:05:28.596Z Compiling enum_dispatch v0.3.13
35142026-08-25T21:05:28.741Z Compiling delegate v0.13.5
35152026-08-25T21:05:28.759Z Compiling subprocess v0.2.15
35162026-08-25T21:05:28.835Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35172026-08-25T21:05:29.076Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
35182026-08-25T21:05:29.167Z Compiling md5 v0.8.0
35192026-08-25T21:05:29.323Z Compiling hex-literal v1.1.0
35202026-08-25T21:05:29.464Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
35212026-08-25T21:05:29.467Z Compiling display-error-chain v0.2.2
35222026-08-25T21:05:29.593Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35232026-08-25T21:05:29.638Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35242026-08-25T21:05:29.656Z Compiling colored v2.2.0
35252026-08-25T21:05:29.675Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35262026-08-25T21:05:29.834Z Compiling socket2 v0.5.10
35272026-08-25T21:05:29.840Z Compiling russh v0.62.4
35282026-08-25T21:05:29.953Z Compiling internet-checksum v0.2.1
35292026-08-25T21:05:30.266Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
35302026-08-25T21:05:30.299Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
35312026-08-25T21:05:33.078Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35322026-08-25T21:05:33.792Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35332026-08-25T21:05:34.340Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35342026-08-25T21:05:35.351Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35352026-08-25T21:05:35.701Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
35362026-08-25T21:05:44.478Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35372026-08-25T21:05:44.478Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35382026-08-25T21:05:44.489Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35392026-08-25T21:05:44.489Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35402026-08-25T21:05:44.489Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
35412026-08-25T21:05:46.303Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35422026-08-25T21:05:46.369Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35432026-08-25T21:05:50.484Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35442026-08-25T21:06:31.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s
35452026-08-25T21:06:31.440Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35462026-08-25T21:06:31.440Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35472026-08-25T21:06:31.682Z
35482026-08-25T21:06:31.682Zreal 1:30.006791172
35492026-08-25T21:06:31.682Zuser 8:46.215217879
35502026-08-25T21:06:31.682Zsys 1:44.932851876
35512026-08-25T21:06:31.682Ztrap 0.246031449
35522026-08-25T21:06:31.683Ztflt 0.374757172
35532026-08-25T21:06:31.683Zdflt 1.994882633
35542026-08-25T21:06:31.683Zkflt 0.000309890
35552026-08-25T21:06:31.687Zlock 31:07.838878078
35562026-08-25T21:06:31.687Zslp 20:04.816364044
35572026-08-25T21:06:31.687Zlat 39.421460050
35582026-08-25T21:06:31.687Zstop 2:52.974350679
35592026-08-25T21:06:31.687Z+ mkdir tests
35602026-08-25T21:06:31.687Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
35612026-08-25T21:06:31.693Z+ xargs -I '{}' -t cp '{}' tests/
35622026-08-25T21:06:31.713Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-36f98c9766aea515 tests/
35632026-08-25T21:06:31.745Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-67261a852b77e644 tests/
35642026-08-25T21:06:31.776Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-306e6573fcbb6af8 tests/
35652026-08-25T21:06:31.806Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-e9c7699b2310dd45 tests/
35662026-08-25T21:06:32.177Z+ 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)
35672026-08-25T21:06:32.181Z+ 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-67261a852b77e644 tests/commtest-306e6573fcbb6af8 tests/dhcp_server-36f98c9766aea515 tests/end_to_end_tests-e9c7699b2310dd45 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
35682026-08-25T21:08:01.638ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35692026-08-25T21:08:01.638Za .github/buildomat/ci-env.sh 1K
35702026-08-25T21:08:01.638Za out/target/test 1K
35712026-08-25T21:08:01.639Za out/npuzone/npuzone 27402K
35722026-08-25T21:08:01.639Za package-manifest.toml 35K
35732026-08-25T21:08:01.639Za smf/sled-agent/non-gimlet/config.toml 6K
35742026-08-25T21:08:01.639Za target/release/omicron-package 49392K
35752026-08-25T21:08:01.639Za target/release/xtask 11727K
35762026-08-25T21:08:01.639Za target/debug/bootstrap 439737K
35772026-08-25T21:08:01.639Za tests/bootstrap-67261a852b77e644 34430K
35782026-08-25T21:08:01.639Za tests/commtest-306e6573fcbb6af8 34431K
35792026-08-25T21:08:01.639Za tests/dhcp_server-36f98c9766aea515 34431K
35802026-08-25T21:08:01.639Za tests/end_to_end_tests-e9c7699b2310dd45 503269K
35812026-08-25T21:08:01.639Za tools/opte_version 1K
35822026-08-25T21:08:01.639Za tools/opte_version_override 2K
35832026-08-25T21:08:01.639Za out/clickhouse.tar.gz 330888K
35842026-08-25T21:08:01.639Za out/clickhouse_keeper.tar.gz 314893K
35852026-08-25T21:08:01.639Za out/clickhouse_server.tar.gz 330885K
35862026-08-25T21:08:01.639Za out/cockroachdb.tar.gz 170174K
35872026-08-25T21:08:01.639Za out/crucible-pantry-zone.tar.gz 41879K
35882026-08-25T21:08:01.639Za out/crucible-utils.tar 18900K
35892026-08-25T21:08:01.639Za out/crucible-zone.tar.gz 56691K
35902026-08-25T21:08:01.639Za out/external-dns.tar.gz 46731K
35912026-08-25T21:08:01.639Za out/internal-dns.tar.gz 46731K
35922026-08-25T21:08:01.639Za out/mg-ddm-gz.tar 100917K
35932026-08-25T21:08:01.639Za out/nexus.tar.gz 359382K
35942026-08-25T21:08:01.639Za out/ntp.tar.gz 35218K
35952026-08-25T21:08:01.639Za out/omicron-gateway-softnpu.tar.gz 28981K
35962026-08-25T21:08:01.640Za out/omicron-sled-agent.tar 243003K
35972026-08-25T21:08:01.640Za out/overlay.tar.gz 4K
35982026-08-25T21:08:01.640Za out/oximeter.tar.gz 71997K
35992026-08-25T21:08:01.640Za out/oxlog.tar 4088K
36002026-08-25T21:08:01.640Za out/probe.tar.gz 3037K
36012026-08-25T21:08:01.640Za out/propolis-server.tar.gz 34642K
36022026-08-25T21:08:01.640Za out/pumpkind-gz.tar 26647K
36032026-08-25T21:08:01.640Za out/switch-softnpu.tar.gz 502098K
36042026-08-25T21:08:01.644Z
36052026-08-25T21:08:01.644Zreal 1:29.458492551
36062026-08-25T21:08:01.644Zuser 1:26.449413039
36072026-08-25T21:08:01.644Zsys 4.999751052
36082026-08-25T21:08:01.644Ztrap 0.006906052
36092026-08-25T21:08:01.644Ztflt 0.000000000
36102026-08-25T21:08:01.644Zdflt 0.000000000
36112026-08-25T21:08:01.644Zkflt 0.000000000
36122026-08-25T21:08:01.644Zlock 0.000000000
36132026-08-25T21:08:01.644Zslp 1:26.287382239
36142026-08-25T21:08:01.644Zlat 1.169573628
36152026-08-25T21:08:01.644Zstop 0.000206740
36162026-08-25T21:08:01.644Zprocess exited: duration 1070636 ms, exit code 0
 
36172026-08-25T21:08:01.658Zfound 1 output files
36182026-08-25T21:08:01.658Zuploading: /work/package.tar.gz (2768671292 bytes)
36192026-08-25T21:08:37.034Zuploaded: /work/package.tar.gz