01KZCMMTFZ5ZP857HV733DNY99: 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: 01KZCMNBBWCFTGZECWY8ADX55K

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-06T22:57:08.342Zjob assigned to worker 01KZCMNMCYH2ETX2VJC9Z642BF [factory aws, i-020dd473bc0fca5c2] (queued for 50 s)
 
22026-08-06T22:57:15.489Zstarting task 0: "setup"
32026-08-06T22:57:15.493Z++ uname -s
42026-08-06T22:57:15.496Z+ kern=SunOS
52026-08-06T22:57:15.496Z+ build_user=build
62026-08-06T22:57:15.496Z+ build_uid=12345
72026-08-06T22:57:15.496Z+ work_dir=/work
82026-08-06T22:57:15.496Z+ input_dir=/input
92026-08-06T22:57:15.496Z+ [[ 0 == 12345 ]]
102026-08-06T22:57:15.496Z+ case "$kern" in
112026-08-06T22:57:15.496Z+ groupadd -g 12345 build
122026-08-06T22:57:15.499Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-06T22:57:17.506Z+ zfs create -o mountpoint=/work rpool/work
142026-08-06T22:57:17.609Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-06T22:57:17.612Z+ home_fs=zfs
162026-08-06T22:57:17.612Z+ [[ zfs == autofs ]]
172026-08-06T22:57:17.612Z+ mkdir -p /home/build
182026-08-06T22:57:17.615Z+ chown build:build /home/build /work
192026-08-06T22:57:19.615Z+ chmod 0700 /home/build /work
202026-08-06T22:57:19.618Zprocess exited: duration 4131 ms, exit code 0
 
212026-08-06T22:57:19.624Zstarting task 1: "rust-toolchain"
222026-08-06T22:57:19.629Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-06T22:57:19.629Z * rust toolchain channel = "1.97.1"
242026-08-06T22:57:19.629Z * rust toolchain profile = "default"
252026-08-06T22:57:19.629Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-06T22:57:19.629Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-06T22:57:19.629Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-06T22:57:19.632Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-06T22:57:19.632Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-06T22:57:19.745Zinfo: downloading installer
312026-08-06T22:57:21.110Zwarn: It looks like you have an existing rustup settings file at:
322026-08-06T22:57:21.110Zwarn: /home/build/.rustup/settings.toml
332026-08-06T22:57:21.110Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-06T22:57:21.110Zwarn: instead of the one inferred from the default host triple.
352026-08-06T22:57:21.122Zinfo: profile set to default
362026-08-06T22:57:21.122Zinfo: default host triple is x86_64-unknown-illumos
372026-08-06T22:57:21.125Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-06T22:57:21.254Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-06T22:57:21.257Zinfo: downloading 6 components
402026-08-06T22:57:36.888Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-06T22:57:36.888Z
422026-08-06T22:57:36.913Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-06T22:57:36.913Z
442026-08-06T22:57:36.913Z
452026-08-06T22:57:36.913ZRust is installed now. Great!
462026-08-06T22:57:36.913Z
472026-08-06T22:57:36.913ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-06T22:57:36.913Zenvironment variable. This has not been done automatically.
492026-08-06T22:57:36.913Z
502026-08-06T22:57:36.913ZTo configure your current shell, you need to source
512026-08-06T22:57:36.916Zthe corresponding env file under $HOME/.cargo.
522026-08-06T22:57:36.916Z
532026-08-06T22:57:36.916ZThis is usually done by running one of the following (note the leading DOT):
542026-08-06T22:57:36.916Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-06T22:57:36.916Zwarn: no default linker (`cc`) was found in your PATH
562026-08-06T22:57:36.916Zsource "$HOME/.cargo/env.fish" # For fish
572026-08-06T22:57:36.916Zsource "~/.cargo/env.nu" # For nushell
582026-08-06T22:57:36.916Zsource "$HOME/.cargo/env.tcsh" # For tcsh
592026-08-06T22:57:36.916Z. "$HOME/.cargo/env.ps1" # For pwsh
602026-08-06T22:57:36.916Zsource "$HOME/.cargo/env.xsh" # For xonsh
612026-08-06T22:57:36.917Zwarn: many Rust crates require a system C toolchain to build
622026-08-06T22:57:37.010Z+ rustup --version
632026-08-06T22:57:37.016Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-06T22:57:37.019Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-06T22:57:37.035Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-06T22:57:37.038Z+ cargo --version
672026-08-06T22:57:37.046Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-06T22:57:37.049Z+ rustc --version
692026-08-06T22:57:37.070Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-06T22:57:37.074Zprocess exited: duration 17449 ms, exit code 0
 
712026-08-06T22:57:37.080Zstarting task 2: "authentication"
722026-08-06T22:57:37.101Zprocess exited: duration 20 ms, exit code 0
 
732026-08-06T22:57:37.107Zstarting task 3: "clone repository"
742026-08-06T22:57:37.112Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-06T22:57:37.114Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-06T22:57:37.150ZCloning into '/work/oxidecomputer/omicron'...
772026-08-06T22:57:47.491Z+ cd /work/oxidecomputer/omicron
782026-08-06T22:57:47.491Z+ git fetch origin 7eae0109d8a258e6a35b7048b9b6a2bcfd7964bf
792026-08-06T22:57:47.772ZFrom https://github.com/oxidecomputer/omicron
802026-08-06T22:57:47.772Z * branch 7eae0109d8a258e6a35b7048b9b6a2bcfd7964bf -> FETCH_HEAD
812026-08-06T22:57:47.786Z+ [[ -n inventory-collection-tracing ]]
822026-08-06T22:57:47.789Z++ git branch --show-current
832026-08-06T22:57:47.792Z+ current=main
842026-08-06T22:57:47.792Z+ [[ main != inventory-collection-tracing ]]
852026-08-06T22:57:47.792Z+ git branch -f inventory-collection-tracing 7eae0109d8a258e6a35b7048b9b6a2bcfd7964bf
862026-08-06T22:57:47.794Z+ git checkout -f inventory-collection-tracing
872026-08-06T22:57:48.046ZSwitched to branch 'inventory-collection-tracing'
882026-08-06T22:57:48.049Z+ git reset --hard 7eae0109d8a258e6a35b7048b9b6a2bcfd7964bf
892026-08-06T22:57:48.298ZHEAD is now at 7eae0109d omdb: show inventory phase timings and export the collection trace
902026-08-06T22:57:48.301Zprocess exited: duration 11192 ms, exit code 0
 
912026-08-06T22:57:48.307Zstarting task 4: "build"
922026-08-06T22:57:48.312Z+ source .github/buildomat/ci-env.sh
932026-08-06T22:57:48.312Z++ export CARGO_TERM_COLOR=always
942026-08-06T22:57:48.312Z++ CARGO_TERM_COLOR=always
952026-08-06T22:57:48.315Z+++ uname -s
962026-08-06T22:57:48.315Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-06T22:57:48.315Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-06T22:57:48.318Z+ cargo --version
992026-08-06T22:57:48.327Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-06T22:57:48.330Z+ rustc --version
1012026-08-06T22:57:48.351Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-06T22:57:48.354Z+ WORK=/work
1032026-08-06T22:57:48.354Z+ pfexec mkdir -p /work
1042026-08-06T22:57:48.358Z+ pfexec chown build /work
1052026-08-06T22:57:48.361Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-08-06T22:57:50.714Z Startup: Refreshing catalog 'helios' ... Done
1072026-08-06T22:57:50.957Z Startup: Caching catalogs ... Done
1082026-08-06T22:57:52.282ZPlanning: Solver setup ... Done (1.235s)
1092026-08-06T22:57:52.326ZPlanning: Running solver ... Done (0.044s)
1102026-08-06T22:57:52.360ZPlanning: Finding local manifests ... Done (0.003s)
1112026-08-06T22:57:52.370ZPlanning: Fetching manifests: 0/2 0% complete
1122026-08-06T22:57:52.386ZPlanning: Fetching manifests: 2/2 100% complete
1132026-08-06T22:57:52.401ZPlanning: Package planning ... Done (0.014s)
1142026-08-06T22:57:52.406ZPlanning: Merging actions ... Done (0.001s)
1152026-08-06T22:57:52.564ZPlanning: Checking for conflicting actions ... Done (0.162s)
1162026-08-06T22:57:52.567ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-08-06T22:57:53.429ZPlanning: Evaluating mediators ... Done (0.864s)
1182026-08-06T22:57:53.433ZPlanning: Planning completed in 2.44 seconds
1192026-08-06T22:57:53.439Z Packages to install: 2
1202026-08-06T22:57:53.439Z Estimated space available: 156.02 GB
1212026-08-06T22:57:53.439ZEstimated space to be consumed: 56.47 MB
1222026-08-06T22:57:53.439Z Create boot environment: No
1232026-08-06T22:57:53.439ZCreate backup boot environment: No
1242026-08-06T22:57:53.439Z Rebuild boot archive: No
1252026-08-06T22:57:53.439Z
1262026-08-06T22:57:53.439ZChanged packages:
1272026-08-06T22:57:53.442Zhelios
1282026-08-06T22:57:53.442Z developer/build-essential
1292026-08-06T22:57:53.442Z None -> 11-3.0
1302026-08-06T22:57:53.442Z library/libxmlsec1
1312026-08-06T22:57:53.442Z None -> 1.2.35-3.0
1322026-08-06T22:57:53.465Z
1332026-08-06T22:57:53.465ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-08-06T22:57:53.533ZDownload: Completed 1.28 MB in 0.07 seconds (18.8M/s)
1352026-08-06T22:57:53.609Z Actions: 1/268 actions (Installing new actions)
1362026-08-06T22:57:53.648Z Actions: Completed 268 actions in 0.04 seconds.
1372026-08-06T22:57:53.673ZFinalize: Updating package state database ... Done (0.025s)
1382026-08-06T22:57:53.673ZFinalize: Updating package cache ... Done (0.000s)
1392026-08-06T22:57:53.733ZFinalize: Updating image state ... Done (0.059s)
1402026-08-06T22:57:56.394ZFinalize: Creating fast lookup database ... Done (2.621s)
1412026-08-06T22:57:56.470ZFinalize: Reading search index ... Done (0.016s)
1422026-08-06T22:57:56.473ZFinalize: Updating search index ... Done (0.000s)
1432026-08-06T22:57:56.573ZFinalize: Updating package cache ... Done (0.000s)
1442026-08-06T22:57:56.915ZPlanning: Evaluating mediator changes ... Done
1452026-08-06T22:57:57.020ZPlanning: Checking for conflicting actions ... Done
1462026-08-06T22:57:57.024ZPlanning: Consolidating action changes ... Done
1472026-08-06T22:57:57.181ZPlanning: Evaluating mediators ... Done
1482026-08-06T22:57:57.184ZPlanning: Planning completed in 0.27 seconds
1492026-08-06T22:57:57.205Z Mediators to change: 2
1502026-08-06T22:57:57.205Z Create boot environment: No
1512026-08-06T22:57:57.205ZCreate backup boot environment: No
1522026-08-06T22:57:57.245ZFinalize: Updating package state database ... Done
1532026-08-06T22:57:57.246ZFinalize: Updating package cache ... Done
1542026-08-06T22:57:57.281ZFinalize: Updating image state ... Done
1552026-08-06T22:57:59.254ZFinalize: Creating fast lookup database ... Done
1562026-08-06T22:57:59.320ZFinalize: Reading search index ... Done
1572026-08-06T22:57:59.326ZFinalize: Updating search index ... Done
1582026-08-06T22:57:59.410ZFinalize: Updating package cache ... Done
1592026-08-06T22:57:59.693ZPlanning: Evaluating mediator changes ... Done
1602026-08-06T22:57:59.798ZPlanning: Checking for conflicting actions ... Done
1612026-08-06T22:57:59.801ZPlanning: Consolidating action changes ... Done
1622026-08-06T22:57:59.954ZPlanning: Evaluating mediators ... Done
1632026-08-06T22:57:59.958ZPlanning: Planning completed in 0.26 seconds
1642026-08-06T22:57:59.978Z Mediators to change: 1
1652026-08-06T22:57:59.978Z Create boot environment: No
1662026-08-06T22:57:59.980ZCreate backup boot environment: No
1672026-08-06T22:58:00.014ZFinalize: Updating package state database ... Done
1682026-08-06T22:58:00.014ZFinalize: Updating package cache ... Done
1692026-08-06T22:58:00.048ZFinalize: Updating image state ... Done
1702026-08-06T22:58:01.986ZFinalize: Creating fast lookup database ... Done
1712026-08-06T22:58:02.049ZFinalize: Reading search index ... Done
1722026-08-06T22:58:02.052ZFinalize: Updating search index ... Done
1732026-08-06T22:58:02.123ZFinalize: Updating package cache ... Done
1742026-08-06T22:58:02.434ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-08-06T22:58:02.434Zapache system 2.4 system
1762026-08-06T22:58:02.434Zclang system 15 system
1772026-08-06T22:58:02.434Zcsh system system illumos
1782026-08-06T22:58:02.434Zctags system system illumos
1792026-08-06T22:58:02.434Zfile vendor vendor darwinsys
1802026-08-06T22:58:02.434Zfile system system illumos
1812026-08-06T22:58:02.434Zgcc vendor 14 vendor
1822026-08-06T22:58:02.434Zgcc system 13 system
1832026-08-06T22:58:02.434Zgcc system 10 system
1842026-08-06T22:58:02.434Zgo system 1.25 system
1852026-08-06T22:58:02.434Zllvm system 15 system
1862026-08-06T22:58:02.434Zmariadb system 11.4 system
1872026-08-06T22:58:02.434Zmta vendor vendor dma
1882026-08-06T22:58:02.434Zopenjdk system 17 system
1892026-08-06T22:58:02.434Zopenjdk system 11 system
1902026-08-06T22:58:02.434Zopenssl vendor 3 vendor
1912026-08-06T22:58:02.434Zperl system 5.40 system
1922026-08-06T22:58:02.434Zpostgresql system 18 system
1932026-08-06T22:58:02.434Zpostgresql system 17 system
1942026-08-06T22:58:02.434Zpython vendor 3 vendor
1952026-08-06T22:58:02.434Zpython system 2 system
1962026-08-06T22:58:02.434Zpython3 vendor 3.13 vendor
1972026-08-06T22:58:02.434Zruby system 3.4 system
1982026-08-06T22:58:02.434Zruby system 3.0 system
1992026-08-06T22:58:02.434Zwords vendor vendor american-english
2002026-08-06T22:58:02.434Zwords system system australian-english
2012026-08-06T22:58:02.434Zwords system system british-english
2022026-08-06T22:58:02.434Zwords system system canadian-english
2032026-08-06T22:58:02.435Zwords system system french
2042026-08-06T22:58:02.435Zwords system system italian
2052026-08-06T22:58:02.435Zwords system system ngerman
2062026-08-06T22:58:02.435Zwords system system ogerman
2072026-08-06T22:58:02.435Zwords system system spanish
2082026-08-06T22:58:02.683ZPUBLISHER TYPE STATUS P LOCATION
2092026-08-06T22:58:02.683Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-08-06T22:58:03.074ZFMRI IFO
2112026-08-06T22:58:03.074Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-08-06T22:58:03.074Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-08-06T22:58:03.074Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-08-06T22:58:03.074Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-08-06T22:58:03.074Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-08-06T22:58:03.074Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-08-06T22:58:03.075Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-08-06T22:58:03.075Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-08-06T22:58:03.075Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-08-06T22:58:03.369Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-08-06T22:58:03.625Z Updating crates.io index
2222026-08-06T22:58:03.627Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-08-06T22:58:03.878Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-08-06T22:58:04.205Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-08-06T22:58:05.112Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-08-06T22:58:05.634Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-08-06T22:58:07.147Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-08-06T22:58:07.922Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-08-06T22:58:08.151Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-08-06T22:58:08.432Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-08-06T22:58:09.501Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-08-06T22:58:09.747Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-08-06T22:58:10.064Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2342026-08-06T22:58:10.304Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2352026-08-06T22:58:10.743Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2362026-08-06T22:58:11.313Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2372026-08-06T22:58:11.537Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-08-06T22:58:11.797Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-08-06T22:58:12.047Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2402026-08-06T22:58:17.042Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2412026-08-06T22:58:17.406Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2422026-08-06T22:58:17.640Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2432026-08-06T22:58:17.916Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2442026-08-06T22:58:18.282Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2452026-08-06T22:58:18.610Z Updating git repository `https://github.com/oxidecomputer/erebor`
2462026-08-06T22:58:18.822Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2472026-08-06T22:58:19.226Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2482026-08-06T22:58:19.468Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2492026-08-06T22:58:19.846Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2502026-08-06T22:58:20.132Z Updating git repository `https://github.com/oxidecomputer/ispf`
2512026-08-06T22:58:20.330Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-08-06T22:58:20.602Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2532026-08-06T22:58:20.957Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2542026-08-06T22:58:21.346Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2552026-08-06T22:58:21.592Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2562026-08-06T22:58:21.851Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2572026-08-06T22:58:22.067Z Updating git repository `https://github.com/oxidecomputer/tough`
2582026-08-06T22:58:22.570Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2592026-08-06T22:58:23.045Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2602026-08-06T22:58:23.267Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2612026-08-06T22:58:23.526Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2622026-08-06T22:58:23.806Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2632026-08-06T22:58:24.039Z Updating git repository `https://github.com/illumos/smf-rs`
2642026-08-06T22:58:26.688Z Downloading crates ...
2652026-08-06T22:58:26.741Z Downloaded anstyle-query v1.1.5
2662026-08-06T22:58:26.755Z Downloaded anstream v1.0.0
2672026-08-06T22:58:26.762Z Downloaded zmij v1.0.21
2682026-08-06T22:58:26.765Z Downloaded cfg-if v1.0.4
2692026-08-06T22:58:26.772Z Downloaded cargo-platform v0.3.2
2702026-08-06T22:58:26.775Z Downloaded zerocopy v0.7.35
2712026-08-06T22:58:26.780Z Downloaded anstyle v1.0.14
2722026-08-06T22:58:26.783Z Downloaded zerocopy-derive v0.7.35
2732026-08-06T22:58:26.783Z Downloaded proc-macro-error v1.0.4
2742026-08-06T22:58:26.786Z Downloaded quote v1.0.45
2752026-08-06T22:58:26.786Z Downloaded block-buffer v0.10.4
2762026-08-06T22:58:26.789Z Downloaded byteorder v1.5.0
2772026-08-06T22:58:26.789Z Downloaded cargo_metadata v0.23.1
2782026-08-06T22:58:26.792Z Downloaded heck v0.5.0
2792026-08-06T22:58:26.795Z Downloaded colorchoice v1.0.4
2802026-08-06T22:58:26.798Z Downloaded fastrand v2.3.0
2812026-08-06T22:58:26.798Z Downloaded dtrace-parser v0.2.0
2822026-08-06T22:58:26.801Z Downloaded camino-tempfile v1.4.1
2832026-08-06T22:58:26.812Z Downloaded camino v1.2.2
2842026-08-06T22:58:26.815Z Downloaded clap_derive v4.6.1
2852026-08-06T22:58:26.815Z Downloaded toml_write v0.1.2
2862026-08-06T22:58:26.815Z Downloaded autocfg v1.5.0
2872026-08-06T22:58:26.818Z Downloaded scroll_derive v0.12.1
2882026-08-06T22:58:26.825Z Downloaded digest v0.10.7
2892026-08-06T22:58:26.828Z Downloaded anstyle-parse v1.0.0
2902026-08-06T22:58:26.828Z Downloaded getrandom v0.4.1
2912026-08-06T22:58:26.830Z Downloaded log v0.4.29
2922026-08-06T22:58:26.835Z Downloaded dof v0.3.0
2932026-08-06T22:58:26.838Z Downloaded smawk v0.3.2
2942026-08-06T22:58:26.838Z Downloaded terminal_size v0.4.3
2952026-08-06T22:58:26.838Z Downloaded thread-id v4.2.2
2962026-08-06T22:58:26.838Z Downloaded heck v0.4.1
2972026-08-06T22:58:26.841Z Downloaded utf8parse v0.2.2
2982026-08-06T22:58:26.844Z Downloaded equivalent v1.0.2
2992026-08-06T22:58:26.847Z Downloaded pretty-hex v0.4.1
3002026-08-06T22:58:26.847Z Downloaded fnv v1.0.7
3012026-08-06T22:58:26.853Z Downloaded usdt v0.5.0
3022026-08-06T22:58:26.856Z Downloaded cargo_toml v0.21.0
3032026-08-06T22:58:26.860Z Downloaded bytecount v0.6.9
3042026-08-06T22:58:26.863Z Downloaded itoa v1.0.17
3052026-08-06T22:58:26.866Z Downloaded swrite v0.1.0
3062026-08-06T22:58:26.866Z Downloaded toml_datetime v0.6.11
3072026-08-06T22:58:26.866Z Downloaded generic-array v0.14.7
3082026-08-06T22:58:26.870Z Downloaded cpufeatures v0.2.17
3092026-08-06T22:58:26.873Z Downloaded unicode-linebreak v0.1.5
3102026-08-06T22:58:26.873Z Downloaded memmap v0.7.0
3112026-08-06T22:58:26.876Z Downloaded usdt-macro v0.5.0
3122026-08-06T22:58:26.876Z Downloaded errno v0.3.14
3132026-08-06T22:58:26.879Z Downloaded clap_lex v1.0.0
3142026-08-06T22:58:26.879Z Downloaded is_terminal_polyfill v1.70.2
3152026-08-06T22:58:26.883Z Downloaded crypto-common v0.1.7
3162026-08-06T22:58:26.886Z Downloaded macaddr v1.0.1
3172026-08-06T22:58:26.886Z Downloaded proc-macro-error-attr v1.0.4
3182026-08-06T22:58:26.886Z Downloaded plain v0.2.3
3192026-08-06T22:58:26.889Z Downloaded version_check v0.9.5
3202026-08-06T22:58:26.892Z Downloaded strsim v0.11.1
3212026-08-06T22:58:26.895Z Downloaded usdt-attr-macro v0.5.0
3222026-08-06T22:58:26.898Z Downloaded bitflags v2.11.0
3232026-08-06T22:58:26.901Z Downloaded fs-err v3.3.0
3242026-08-06T22:58:26.907Z Downloaded papergrid v0.11.0
3252026-08-06T22:58:26.909Z Downloaded thiserror v1.0.69
3262026-08-06T22:58:26.915Z Downloaded thiserror v2.0.18
3272026-08-06T22:58:26.918Z Downloaded tabled_derive v0.7.0
3282026-08-06T22:58:26.921Z Downloaded usdt-impl v0.5.0
3292026-08-06T22:58:26.921Z Downloaded pest_generator v2.8.6
3302026-08-06T22:58:26.926Z Downloaded scroll v0.12.0
3312026-08-06T22:58:26.928Z Downloaded thiserror-impl v1.0.69
3322026-08-06T22:58:26.936Z Downloaded serde_spanned v0.6.9
3332026-08-06T22:58:26.939Z Downloaded thiserror-impl v2.0.18
3342026-08-06T22:58:26.947Z Downloaded anyhow v1.0.102
3352026-08-06T22:58:26.952Z Downloaded toml v0.8.23
3362026-08-06T22:58:26.955Z Downloaded once_cell v1.21.3
3372026-08-06T22:58:26.958Z Downloaded serde_tokenstream v0.2.3
3382026-08-06T22:58:26.961Z Downloaded ucd-trie v0.1.7
3392026-08-06T22:58:26.964Z Downloaded pest_derive v2.8.6
3402026-08-06T22:58:26.967Z Downloaded semver v1.0.28
3412026-08-06T22:58:26.969Z Downloaded tempfile v3.25.0
3422026-08-06T22:58:26.972Z Downloaded sha2 v0.10.9
3432026-08-06T22:58:26.984Z Downloaded clap v4.6.1
3442026-08-06T22:58:27.998Z Downloaded textwrap v0.16.2
3452026-08-06T22:58:28.002Z Downloaded serde_derive v1.0.228
3462026-08-06T22:58:28.002Z Downloaded unicode-ident v1.0.24
3472026-08-06T22:58:28.002Z Downloaded serde_core v1.0.228
3482026-08-06T22:58:28.002Z Downloaded indexmap v2.14.0
3492026-08-06T22:58:28.003Z Downloaded pest_meta v2.8.6
3502026-08-06T22:58:28.003Z Downloaded proc-macro2 v1.0.106
3512026-08-06T22:58:28.003Z Downloaded serde v1.0.228
3522026-08-06T22:58:28.003Z Downloaded toml_edit v0.22.27
3532026-08-06T22:58:28.003Z Downloaded memchr v2.8.0
3542026-08-06T22:58:28.003Z Downloaded typenum v1.20.1
3552026-08-06T22:58:28.003Z Downloaded pest v2.8.6
3562026-08-06T22:58:28.003Z Downloaded hashbrown v0.17.0
3572026-08-06T22:58:28.003Z Downloaded serde_json v1.0.151
3582026-08-06T22:58:28.003Z Downloaded clap_builder v4.6.0
3592026-08-06T22:58:28.003Z Downloaded winnow v0.7.14
3602026-08-06T22:58:28.003Z Downloaded tabled v0.15.0
3612026-08-06T22:58:28.003Z Downloaded goblin v0.8.2
3622026-08-06T22:58:28.003Z Downloaded syn v1.0.109
3632026-08-06T22:58:28.003Z Downloaded unicode-width v0.2.0
3642026-08-06T22:58:28.003Z Downloaded syn v2.0.117
3652026-08-06T22:58:28.003Z Downloaded unicode-width v0.1.14
3662026-08-06T22:58:28.003Z Downloaded rustix v1.1.3
3672026-08-06T22:58:28.003Z Downloaded libc v0.2.185
3682026-08-06T22:58:28.003Z Compiling proc-macro2 v1.0.106
3692026-08-06T22:58:28.003Z Compiling unicode-ident v1.0.24
3702026-08-06T22:58:28.003Z Compiling quote v1.0.45
3712026-08-06T22:58:28.003Z Compiling serde_core v1.0.228
3722026-08-06T22:58:28.003Z Compiling libc v0.2.185
3732026-08-06T22:58:28.003Z Compiling version_check v0.9.5
3742026-08-06T22:58:28.003Z Compiling memchr v2.8.0
3752026-08-06T22:58:28.003Z Compiling serde v1.0.228
3762026-08-06T22:58:28.003Z Compiling zmij v1.0.21
3772026-08-06T22:58:28.003Z Compiling thiserror v1.0.69
3782026-08-06T22:58:28.003Z Compiling itoa v1.0.17
3792026-08-06T22:58:28.003Z Compiling ucd-trie v0.1.7
3802026-08-06T22:58:28.003Z Compiling rustix v1.1.3
3812026-08-06T22:58:28.003Z Compiling byteorder v1.5.0
3822026-08-06T22:58:28.003Z Compiling bitflags v2.11.0
3832026-08-06T22:58:28.003Z Compiling serde_json v1.0.151
3842026-08-06T22:58:28.003Z Compiling camino v1.2.2
3852026-08-06T22:58:28.003Z Compiling syn v1.0.109
3862026-08-06T22:58:28.003Z Compiling utf8parse v0.2.2
3872026-08-06T22:58:28.039Z Compiling getrandom v0.4.1
3882026-08-06T22:58:28.127Z Compiling pest v2.8.6
3892026-08-06T22:58:28.130Z Compiling log v0.4.29
3902026-08-06T22:58:28.146Z Compiling usdt-impl v0.5.0
3912026-08-06T22:58:28.149Z Compiling proc-macro-error-attr v1.0.4
3922026-08-06T22:58:28.217Z Compiling proc-macro-error v1.0.4
3932026-08-06T22:58:28.306Z Compiling hashbrown v0.17.0
3942026-08-06T22:58:28.358Z Compiling plain v0.2.3
3952026-08-06T22:58:28.380Z Compiling equivalent v1.0.2
3962026-08-06T22:58:28.466Z Compiling anstyle-parse v1.0.0
3972026-08-06T22:58:28.516Z Compiling toml_write v0.1.2
3982026-08-06T22:58:28.519Z Compiling is_terminal_polyfill v1.70.2
3992026-08-06T22:58:28.552Z Compiling winnow v0.7.14
4002026-08-06T22:58:28.568Z Compiling thiserror v2.0.18
4012026-08-06T22:58:28.571Z Compiling anstyle-query v1.1.5
4022026-08-06T22:58:28.659Z Compiling autocfg v1.5.0
4032026-08-06T22:58:28.677Z Compiling colorchoice v1.0.4
4042026-08-06T22:58:28.697Z Compiling cfg-if v1.0.4
4052026-08-06T22:58:28.715Z Compiling pretty-hex v0.4.1
4062026-08-06T22:58:28.736Z Compiling anstyle v1.0.14
4072026-08-06T22:58:28.789Z Compiling errno v0.3.14
4082026-08-06T22:58:28.793Z Compiling thread-id v4.2.2
4092026-08-06T22:58:28.846Z Compiling anyhow v1.0.102
4102026-08-06T22:58:28.870Z Compiling clap_lex v1.0.0
4112026-08-06T22:58:28.874Z Compiling once_cell v1.21.3
4122026-08-06T22:58:28.949Z Compiling indexmap v2.14.0
4132026-08-06T22:58:28.971Z Compiling syn v2.0.117
4142026-08-06T22:58:29.025Z Compiling anstream v1.0.0
4152026-08-06T22:58:29.044Z Compiling bytecount v0.6.9
4162026-08-06T22:58:29.120Z Compiling fs-err v3.3.0
4172026-08-06T22:58:29.139Z Compiling heck v0.5.0
4182026-08-06T22:58:29.139Z Compiling unicode-width v0.1.14
4192026-08-06T22:58:29.186Z Compiling fastrand v2.3.0
4202026-08-06T22:58:29.204Z Compiling fnv v1.0.7
4212026-08-06T22:58:29.258Z Compiling pest_meta v2.8.6
4222026-08-06T22:58:29.348Z Compiling strsim v0.11.1
4232026-08-06T22:58:29.366Z Compiling heck v0.4.1
4242026-08-06T22:58:29.422Z Compiling papergrid v0.11.0
4252026-08-06T22:58:29.498Z Compiling memmap v0.7.0
4262026-08-06T22:58:29.516Z Compiling unicode-width v0.2.0
4272026-08-06T22:58:29.519Z Compiling smawk v0.3.2
4282026-08-06T22:58:29.549Z Compiling unicode-linebreak v0.1.5
4292026-08-06T22:58:29.627Z Compiling swrite v0.1.0
4302026-08-06T22:58:29.775Z Compiling terminal_size v0.4.3
4312026-08-06T22:58:29.775Z Compiling tempfile v3.25.0
4322026-08-06T22:58:29.877Z Compiling clap_builder v4.6.0
4332026-08-06T22:58:29.877Z Compiling textwrap v0.16.2
4342026-08-06T22:58:30.071Z Compiling semver v1.0.28
4352026-08-06T22:58:30.088Z Compiling cargo-platform v0.3.2
4362026-08-06T22:58:30.292Z Compiling camino-tempfile v1.4.1
4372026-08-06T22:58:30.546Z Compiling tabled_derive v0.7.0
4382026-08-06T22:58:31.127Z Compiling pest_generator v2.8.6
4392026-08-06T22:58:31.220Z Compiling tabled v0.15.0
4402026-08-06T22:58:31.648Z Compiling serde_derive v1.0.228
4412026-08-06T22:58:31.651Z Compiling thiserror-impl v1.0.69
4422026-08-06T22:58:31.651Z Compiling zerocopy-derive v0.7.35
4432026-08-06T22:58:31.651Z Compiling scroll_derive v0.12.1
4442026-08-06T22:58:31.651Z Compiling thiserror-impl v2.0.18
4452026-08-06T22:58:31.651Z Compiling clap_derive v4.6.1
4462026-08-06T22:58:31.714Z Compiling pest_derive v2.8.6
4472026-08-06T22:58:32.259Z Compiling scroll v0.12.0
4482026-08-06T22:58:32.347Z Compiling zerocopy v0.7.35
4492026-08-06T22:58:32.473Z Compiling goblin v0.8.2
4502026-08-06T22:58:32.755Z Compiling dtrace-parser v0.2.0
4512026-08-06T22:58:33.010Z Compiling clap v4.6.1
4522026-08-06T22:58:34.029Z Compiling dof v0.3.0
4532026-08-06T22:58:34.029Z Compiling serde_tokenstream v0.2.3
4542026-08-06T22:58:34.044Z Compiling toml_datetime v0.6.11
4552026-08-06T22:58:34.047Z Compiling serde_spanned v0.6.9
4562026-08-06T22:58:34.048Z Compiling macaddr v1.0.1
4572026-08-06T22:58:34.048Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4582026-08-06T22:58:34.061Z Compiling cargo_metadata v0.23.1
4592026-08-06T22:58:34.225Z Compiling toml_edit v0.22.27
4602026-08-06T22:58:34.713Z Compiling usdt-attr-macro v0.5.0
4612026-08-06T22:58:34.716Z Compiling usdt-macro v0.5.0
4622026-08-06T22:58:35.322Z Compiling usdt v0.5.0
4632026-08-06T22:58:35.492Z Compiling toml v0.8.23
4642026-08-06T22:58:35.809Z Compiling cargo_toml v0.21.0
4652026-08-06T22:58:37.095Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4662026-08-06T22:58:39.185Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.98s
4672026-08-06T22:58:39.409Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4682026-08-06T22:58:39.924Z Downloading crates ...
4692026-08-06T22:58:39.978Z Downloaded adler2 v2.0.1
4702026-08-06T22:58:39.985Z Downloaded atomic-waker v1.1.2
4712026-08-06T22:58:39.989Z Downloaded ascii-canvas v3.0.0
4722026-08-06T22:58:39.995Z Downloaded array-init v0.0.4
4732026-08-06T22:58:39.998Z Downloaded arrayref v0.3.9
4742026-08-06T22:58:40.002Z Downloaded assert_matches v1.5.0
4752026-08-06T22:58:40.006Z Downloaded ciborium-ll v0.2.2
4762026-08-06T22:58:40.010Z Downloaded env_filter v1.0.0
4772026-08-06T22:58:40.013Z Downloaded bcs v0.1.6
4782026-08-06T22:58:40.015Z Downloaded arrayvec v0.7.6
4792026-08-06T22:58:40.015Z Downloaded aead v0.6.1
4802026-08-06T22:58:40.015Z Downloaded convert_case v0.4.0
4812026-08-06T22:58:40.019Z Downloaded erased-serde v0.3.31
4822026-08-06T22:58:40.019Z Downloaded form_urlencoded v1.2.2
4832026-08-06T22:58:40.020Z Downloaded futures-task v0.3.32
4842026-08-06T22:58:40.020Z Downloaded compression-core v0.4.31
4852026-08-06T22:58:40.023Z Downloaded funty v2.0.0
4862026-08-06T22:58:40.023Z Downloaded bit-set v0.8.0
4872026-08-06T22:58:40.025Z Downloaded bit-set v0.5.3
4882026-08-06T22:58:40.025Z Downloaded futures v0.3.32
4892026-08-06T22:58:40.028Z Downloaded bitfield-struct v0.6.2
4902026-08-06T22:58:40.028Z Downloaded foreign-types v0.3.2
4912026-08-06T22:58:40.031Z Downloaded fixedbitset v0.4.2
4922026-08-06T22:58:40.034Z Downloaded foreign-types v0.5.0
4932026-08-06T22:58:40.034Z Downloaded async-stream-impl v0.3.6
4942026-08-06T22:58:40.034Z Downloaded base16ct v0.2.0
4952026-08-06T22:58:40.036Z Downloaded expectorate v1.2.0
4962026-08-06T22:58:40.036Z Downloaded fd-lock v4.0.4
4972026-08-06T22:58:40.036Z Downloaded foreign-types-shared v0.3.1
4982026-08-06T22:58:40.039Z Downloaded atty v0.2.14
4992026-08-06T22:58:40.040Z Downloaded block-buffer v0.12.1
5002026-08-06T22:58:40.040Z Downloaded anstream v0.6.21
5012026-08-06T22:58:40.043Z Downloaded futures-io v0.3.32
5022026-08-06T22:58:40.043Z Downloaded cassowary v0.3.0
5032026-08-06T22:58:40.043Z Downloaded cipher v0.5.2
5042026-08-06T22:58:40.046Z Downloaded git-stub-vcs v0.1.0
5052026-08-06T22:58:40.046Z Downloaded blake2 v0.10.6
5062026-08-06T22:58:40.046Z Downloaded bcrypt-pbkdf v0.11.0
5072026-08-06T22:58:40.049Z Downloaded flagset v0.4.7
5082026-08-06T22:58:40.052Z Downloaded globset v0.4.18
5092026-08-06T22:58:40.055Z Downloaded aead v0.5.2
5102026-08-06T22:58:40.055Z Downloaded bitfield-macros v0.19.4
5112026-08-06T22:58:40.058Z Downloaded float-ord v0.3.2
5122026-08-06T22:58:40.058Z Downloaded foreign-types-shared v0.1.1
5132026-08-06T22:58:40.058Z Downloaded futures-macro v0.3.32
5142026-08-06T22:58:40.058Z Downloaded bb8 v0.8.6
5152026-08-06T22:58:40.061Z Downloaded gethostname v0.5.0
5162026-08-06T22:58:40.061Z Downloaded fallible-iterator v0.2.0
5172026-08-06T22:58:40.061Z Downloaded fs-err v2.11.0
5182026-08-06T22:58:40.061Z Downloaded atomicwrites v0.4.4
5192026-08-06T22:58:40.065Z Downloaded async-recursion v1.1.1
5202026-08-06T22:58:40.065Z Downloaded async-stream v0.3.6
5212026-08-06T22:58:40.065Z Downloaded base16ct v1.0.0
5222026-08-06T22:58:40.068Z Downloaded backoff v0.4.0
5232026-08-06T22:58:40.068Z Downloaded base64ct v1.8.3
5242026-08-06T22:58:40.068Z Downloaded bit-vec v0.8.0
5252026-08-06T22:58:40.071Z Downloaded find-msvc-tools v0.1.9
5262026-08-06T22:58:40.071Z Downloaded foldhash v0.2.0
5272026-08-06T22:58:40.071Z Downloaded futures-util v0.3.32
5282026-08-06T22:58:40.077Z Downloaded bit-vec v0.6.3
5292026-08-06T22:58:40.079Z Downloaded blowfish v0.10.0
5302026-08-06T22:58:40.079Z Downloaded castaway v0.2.4
5312026-08-06T22:58:40.079Z Downloaded argon2 v0.5.3
5322026-08-06T22:58:40.082Z Downloaded bitfield v0.19.4
5332026-08-06T22:58:40.082Z Downloaded anstyle-parse v0.2.7
5342026-08-06T22:58:40.082Z Downloaded home v0.5.12
5352026-08-06T22:58:40.082Z Downloaded packed_struct_codegen v0.10.1
5362026-08-06T22:58:40.082Z Downloaded async-trait v0.1.89
5372026-08-06T22:58:40.086Z Downloaded hubpack_derive v0.1.1
5382026-08-06T22:58:40.089Z Downloaded ciborium-io v0.2.2
5392026-08-06T22:58:40.089Z Downloaded hyper-tls v0.6.0
5402026-08-06T22:58:40.089Z Downloaded hash32 v0.3.1
5412026-08-06T22:58:40.097Z Downloaded http-range v0.1.5
5422026-08-06T22:58:40.100Z Downloaded hubpack v0.1.2
5432026-08-06T22:58:40.100Z Downloaded cobs v0.3.0
5442026-08-06T22:58:40.103Z Downloaded headers-core v0.3.0
5452026-08-06T22:58:40.106Z Downloaded hostname v0.3.1
5462026-08-06T22:58:40.106Z Downloaded hash32 v0.2.1
5472026-08-06T22:58:40.106Z Downloaded http-body v1.0.1
5482026-08-06T22:58:40.112Z Downloaded hex-literal v1.1.0
5492026-08-06T22:58:40.118Z Downloaded futures-core v0.3.32
5502026-08-06T22:58:40.121Z Downloaded ghash v0.6.0
5512026-08-06T22:58:40.124Z Downloaded bitflags v1.3.2
5522026-08-06T22:58:40.127Z Downloaded fxhash v0.2.1
5532026-08-06T22:58:40.127Z Downloaded float-cmp v0.10.0
5542026-08-06T22:58:40.129Z Downloaded futures-sink v0.3.32
5552026-08-06T22:58:40.129Z Downloaded git-stub v1.0.0
5562026-08-06T22:58:40.132Z Downloaded hex v0.4.3
5572026-08-06T22:58:40.135Z Downloaded cfg_aliases v0.1.1
5582026-08-06T22:58:40.135Z Downloaded foreign-types-macros v0.2.3
5592026-08-06T22:58:40.138Z Downloaded block-padding v0.4.2
5602026-08-06T22:58:40.140Z Downloaded num-conv v0.2.0
5612026-08-06T22:58:40.143Z Downloaded cfg_aliases v0.2.1
5622026-08-06T22:58:40.143Z Downloaded ff v0.13.1
5632026-08-06T22:58:40.146Z Downloaded futures-executor v0.3.32
5642026-08-06T22:58:40.146Z Downloaded globwalk v0.9.1
5652026-08-06T22:58:40.146Z Downloaded env_logger v0.11.9
5662026-08-06T22:58:40.149Z Downloaded hostname v0.4.2
5672026-08-06T22:58:40.149Z Downloaded httpdate v1.0.3
5682026-08-06T22:58:40.149Z Downloaded num v0.4.3
5692026-08-06T22:58:40.149Z Downloaded argon2 v0.6.0-rc.8
5702026-08-06T22:58:40.152Z Downloaded openssl-probe v0.2.1
5712026-08-06T22:58:40.155Z Downloaded percent-encoding v2.3.2
5722026-08-06T22:58:40.155Z Downloaded cmov v0.5.4
5732026-08-06T22:58:40.158Z Downloaded radium v0.7.0
5742026-08-06T22:58:40.161Z Downloaded proc-macro-crate v1.3.1
5752026-08-06T22:58:40.165Z Downloaded group v0.14.0
5762026-08-06T22:58:40.168Z Downloaded allocator-api2 v0.2.21
5772026-08-06T22:58:40.168Z Downloaded phf_shared v0.12.1
5782026-08-06T22:58:40.172Z Downloaded highway v1.3.0
5792026-08-06T22:58:40.174Z Downloaded progenitor-macro v0.14.0
5802026-08-06T22:58:40.179Z Downloaded predicates-tree v1.0.13
5812026-08-06T22:58:40.182Z Downloaded rand_chacha v0.3.1
5822026-08-06T22:58:40.182Z Downloaded rfc6979 v0.4.0
5832026-08-06T22:58:40.185Z Downloaded serde_plain v1.0.2
5842026-08-06T22:58:40.189Z Downloaded byte-wrapper v0.1.0
5852026-08-06T22:58:40.194Z Downloaded arc-swap v1.8.2
5862026-08-06T22:58:40.194Z Downloaded fixedbitset v0.5.7
5872026-08-06T22:58:40.194Z Downloaded ff v0.14.0
5882026-08-06T22:58:40.194Z Downloaded humantime v2.3.0
5892026-08-06T22:58:40.197Z Downloaded cexpr v0.6.0
5902026-08-06T22:58:40.198Z Downloaded constant_time_eq v0.4.2
5912026-08-06T22:58:40.198Z Downloaded camino-tempfile-ext v0.3.3
5922026-08-06T22:58:40.201Z Downloaded compression-codecs v0.4.37
5932026-08-06T22:58:40.201Z Downloaded group v0.13.0
5942026-08-06T22:58:40.203Z Downloaded hyper-staticfile v0.10.1
5952026-08-06T22:58:40.204Z Downloaded fs_extra v1.3.0
5962026-08-06T22:58:40.204Z Downloaded glob v0.3.3
5972026-08-06T22:58:40.207Z Downloaded cbc v0.2.1
5982026-08-06T22:58:40.214Z Downloaded seq-macro v0.3.6
5992026-08-06T22:58:40.217Z Downloaded serde_repr v0.1.20
6002026-08-06T22:58:40.217Z Downloaded same-file v1.0.6
6012026-08-06T22:58:40.220Z Downloaded foldhash v0.1.5
6022026-08-06T22:58:40.220Z Downloaded proc-macro-error-attr2 v2.0.0
6032026-08-06T22:58:40.220Z Downloaded rand_xorshift v0.4.0
6042026-08-06T22:58:40.220Z Downloaded russh-util v0.52.0
6052026-08-06T22:58:40.220Z Downloaded sigpipe v0.1.3
6062026-08-06T22:58:40.223Z Downloaded semver v0.1.20
6072026-08-06T22:58:40.223Z Downloaded sqlparser_derive v0.5.0
6082026-08-06T22:58:40.227Z Downloaded password-hash v0.5.0
6092026-08-06T22:58:40.227Z Downloaded pbkdf2 v0.13.0
6102026-08-06T22:58:40.230Z Downloaded russh-cryptovec v0.62.0
6112026-08-06T22:58:40.230Z Downloaded ahash v0.8.12
6122026-08-06T22:58:40.230Z Downloaded chacha20 v0.10.0
6132026-08-06T22:58:40.230Z Downloaded proc-macro-crate v3.4.0
6142026-08-06T22:58:40.234Z Downloaded async-bb8-diesel v0.2.1
6152026-08-06T22:58:40.237Z Downloaded structmeta-derive v0.3.0
6162026-08-06T22:58:40.237Z Downloaded const_format_proc_macros v0.2.34
6172026-08-06T22:58:40.240Z Downloaded supports-color v3.0.2
6182026-08-06T22:58:40.243Z Downloaded strip-ansi-escapes v0.2.1
6192026-08-06T22:58:40.243Z Downloaded bzip2 v0.6.1
6202026-08-06T22:58:40.246Z Downloaded num-rational v0.4.2
6212026-08-06T22:58:40.250Z Downloaded cmake v0.1.57
6222026-08-06T22:58:40.250Z Downloaded tower-layer v0.3.3
6232026-08-06T22:58:40.250Z Downloaded parking_lot_core v0.8.6
6242026-08-06T22:58:40.253Z Downloaded take_mut v0.2.2
6252026-08-06T22:58:40.257Z Downloaded owo-colors v4.3.0
6262026-08-06T22:58:40.260Z Downloaded pem v3.0.6
6272026-08-06T22:58:40.260Z Downloaded phf v0.12.1
6282026-08-06T22:58:40.260Z Downloaded half v1.8.3
6292026-08-06T22:58:40.263Z Downloaded http-body-util v0.1.3
6302026-08-06T22:58:40.263Z Downloaded hybrid-array v0.4.13
6312026-08-06T22:58:40.263Z Downloaded predicates-core v1.0.10
6322026-08-06T22:58:40.274Z Downloaded universal-hash v0.6.1
6332026-08-06T22:58:40.278Z Downloaded getrandom v0.2.17
6342026-08-06T22:58:40.282Z Downloaded bzip2 v0.4.4
6352026-08-06T22:58:40.285Z Downloaded httparse v1.10.1
6362026-08-06T22:58:40.285Z Downloaded iana-time-zone v0.1.65
6372026-08-06T22:58:40.288Z Downloaded bs58 v0.5.1
6382026-08-06T22:58:40.288Z Downloaded cipher v0.4.4
6392026-08-06T22:58:40.288Z Downloaded console v0.16.2
6402026-08-06T22:58:40.291Z Downloaded filetime v0.2.27
6412026-08-06T22:58:40.291Z Downloaded colored v3.1.1
6422026-08-06T22:58:40.291Z Downloaded ciborium v0.2.2
6432026-08-06T22:58:40.294Z Downloaded chacha20 v0.9.1
6442026-08-06T22:58:40.294Z Downloaded const-oid v0.9.6
6452026-08-06T22:58:40.294Z Downloaded generic-array v1.4.3
6462026-08-06T22:58:40.298Z Downloaded pkcs1 v0.7.5
6472026-08-06T22:58:40.298Z Downloaded xshell-macros v0.2.7
6482026-08-06T22:58:40.298Z Downloaded console v0.15.11
6492026-08-06T22:58:40.301Z Downloaded schemars_derive v0.8.22
6502026-08-06T22:58:40.301Z Downloaded sec1 v0.7.3
6512026-08-06T22:58:40.304Z Downloaded hmac v0.12.1
6522026-08-06T22:58:40.304Z Downloaded powerfmt v0.2.0
6532026-08-06T22:58:40.307Z Downloaded spki v0.7.3
6542026-08-06T22:58:40.307Z Downloaded slog-scope v4.4.1
6552026-08-06T22:58:40.307Z Downloaded slog-stdlog v4.1.1
6562026-08-06T22:58:40.307Z Downloaded colored v2.2.0
6572026-08-06T22:58:40.311Z Downloaded static_assertions v1.1.0
6582026-08-06T22:58:40.311Z Downloaded tiny-keccak v2.0.2
6592026-08-06T22:58:40.311Z Downloaded cancel-safe-futures v0.1.5
6602026-08-06T22:58:40.314Z Downloaded strum_macros v0.26.4
6612026-08-06T22:58:40.314Z Downloaded thiserror-no-std v2.0.2
6622026-08-06T22:58:40.317Z Downloaded slog-bunyan v2.5.0
6632026-08-06T22:58:40.317Z Downloaded zeroize_derive v1.5.0
6642026-08-06T22:58:40.317Z Downloaded darling_macro v0.20.11
6652026-08-06T22:58:40.321Z Downloaded blake2 v0.11.0-rc.6
6662026-08-06T22:58:40.321Z Downloaded const-oid v0.10.2
6672026-08-06T22:58:40.326Z Downloaded display-error-chain v0.2.2
6682026-08-06T22:58:40.326Z Downloaded termios v0.3.3
6692026-08-06T22:58:40.326Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6702026-08-06T22:58:40.332Z Downloaded crunchy v0.2.4
6712026-08-06T22:58:40.332Z Downloaded curve25519-dalek-derive v0.1.1
6722026-08-06T22:58:40.332Z Downloaded debug-ignore v1.0.5
6732026-08-06T22:58:40.332Z Downloaded dirs-sys-next v0.1.2
6742026-08-06T22:58:40.332Z Downloaded poly1305 v0.9.0
6752026-08-06T22:58:40.336Z Downloaded fatfs v0.3.6
6762026-08-06T22:58:40.339Z Downloaded pkcs8 v0.11.0
6772026-08-06T22:58:40.344Z Downloaded hmac v0.13.0
6782026-08-06T22:58:40.348Z Downloaded futures-channel v0.3.32
6792026-08-06T22:58:40.348Z Downloaded rpassword v7.5.4
6802026-08-06T22:58:40.351Z Downloaded half v2.7.1
6812026-08-06T22:58:40.354Z Downloaded wyz v0.5.1
6822026-08-06T22:58:40.358Z Downloaded dunce v1.0.5
6832026-08-06T22:58:40.358Z Downloaded dtrace-parser v0.3.0
6842026-08-06T22:58:40.358Z Downloaded enum-as-inner v0.6.1
6852026-08-06T22:58:40.362Z Downloaded embedded-io v0.4.0
6862026-08-06T22:58:40.362Z Downloaded instant v0.1.13
6872026-08-06T22:58:40.362Z Downloaded lalrpop-util v0.19.12
6882026-08-06T22:58:40.362Z Downloaded getrandom v0.3.4
6892026-08-06T22:58:40.365Z Downloaded backon v1.6.0
6902026-08-06T22:58:40.369Z Downloaded defmt v0.3.100
6912026-08-06T22:58:40.369Z Downloaded instability v0.3.11
6922026-08-06T22:58:40.372Z Downloaded clang-sys v1.8.1
6932026-08-06T22:58:40.378Z Downloaded corncobs v0.1.4
6942026-08-06T22:58:40.381Z Downloaded tui-tree-widget v0.23.1
6952026-08-06T22:58:40.381Z Downloaded walkdir v2.5.0
6962026-08-06T22:58:40.381Z Downloaded sha2 v0.11.0
6972026-08-06T22:58:40.384Z Downloaded spin v0.9.8
6982026-08-06T22:58:40.384Z Downloaded simd-adler32 v0.3.8
6992026-08-06T22:58:40.387Z Downloaded md-5 v0.10.6
7002026-08-06T22:58:40.390Z Downloaded oso-derive v0.27.3
7012026-08-06T22:58:40.393Z Downloaded hyper-rustls v0.27.7
7022026-08-06T22:58:40.396Z Downloaded term v1.2.1
7032026-08-06T22:58:40.396Z Downloaded tls_codec v0.4.2
7042026-08-06T22:58:40.396Z Downloaded diesel-dtrace v0.5.0
7052026-08-06T22:58:40.400Z Downloaded critical-section v1.2.0
7062026-08-06T22:58:40.400Z Downloaded ryu v1.0.23
7072026-08-06T22:58:40.400Z Downloaded headers v0.4.1
7082026-08-06T22:58:40.403Z Downloaded lru v0.12.5
7092026-08-06T22:58:40.406Z Downloaded newtype-uuid-macros v0.1.0
7102026-08-06T22:58:40.406Z Downloaded newtype_derive v0.1.6
7112026-08-06T22:58:40.406Z Downloaded olpc-cjson v0.1.4
7122026-08-06T22:58:40.409Z Downloaded darling v0.13.4
7132026-08-06T22:58:40.420Z Downloaded heapless v0.7.17
7142026-08-06T22:58:40.423Z Downloaded icu_locale_core v2.1.1
7152026-08-06T22:58:40.423Z Downloaded ctr v0.10.1
7162026-08-06T22:58:40.423Z Downloaded der_derive v0.7.3
7172026-08-06T22:58:40.423Z Downloaded openssl-macros v0.1.1
7182026-08-06T22:58:40.423Z Downloaded password-hash v0.6.1
7192026-08-06T22:58:40.424Z Downloaded parse-size v1.1.0
7202026-08-06T22:58:40.427Z Downloaded tokio-macros v2.7.0
7212026-08-06T22:58:40.431Z Downloaded psl-types v2.0.11
7222026-08-06T22:58:40.431Z Downloaded recursive v0.1.1
7232026-08-06T22:58:40.431Z Downloaded base64 v0.22.1
7242026-08-06T22:58:40.435Z Downloaded linear-map v1.2.0
7252026-08-06T22:58:40.435Z Downloaded vergen v9.1.0
7262026-08-06T22:58:40.435Z Downloaded base64 v0.21.7
7272026-08-06T22:58:40.439Z Downloaded libefi-sys v0.1.0
7282026-08-06T22:58:40.439Z Downloaded num-traits v0.2.19
7292026-08-06T22:58:40.442Z Downloaded oxide-update-engine-types v0.1.2
7302026-08-06T22:58:40.442Z Downloaded rfc6979 v0.6.0
7312026-08-06T22:58:40.446Z Downloaded ingot v0.2.1
7322026-08-06T22:58:40.450Z Downloaded serde_spanned v1.1.1
7332026-08-06T22:58:40.453Z Downloaded postcard v1.1.3
7342026-08-06T22:58:40.456Z Downloaded usdt-impl v0.6.0
7352026-08-06T22:58:40.456Z Downloaded rustc_version v0.1.7
7362026-08-06T22:58:40.456Z Downloaded secrecy v0.10.3
7372026-08-06T22:58:40.456Z Downloaded unicode-properties v0.1.4
7382026-08-06T22:58:40.461Z Downloaded tokio-stream v0.1.18
7392026-08-06T22:58:40.465Z Downloaded num-complex v0.4.6
7402026-08-06T22:58:40.465Z Downloaded chacha20poly1305 v0.10.1
7412026-08-06T22:58:40.465Z Downloaded buf-list v1.1.2
7422026-08-06T22:58:40.468Z Downloaded compact_str v0.8.1
7432026-08-06T22:58:40.468Z Downloaded const_format v0.2.35
7442026-08-06T22:58:40.472Z Downloaded serde_yaml v0.9.34+deprecated
7452026-08-06T22:58:40.481Z Downloaded libsw v3.5.0
7462026-08-06T22:58:40.486Z Downloaded native-tls v0.2.18
7472026-08-06T22:58:40.486Z Downloaded time-core v0.1.8
7482026-08-06T22:58:40.486Z Downloaded topological-sort v0.2.2
7492026-08-06T22:58:40.486Z Downloaded secrecy v0.8.0
7502026-08-06T22:58:40.496Z Downloaded signature v2.2.0
7512026-08-06T22:58:40.496Z Downloaded packed_struct v0.10.1
7522026-08-06T22:58:40.496Z Downloaded signal-hook-tokio v0.3.1
7532026-08-06T22:58:40.496Z Downloaded strsim v0.10.0
7542026-08-06T22:58:40.499Z Downloaded icu_collections v2.1.1
7552026-08-06T22:58:40.499Z Downloaded hickory-resolver v0.25.2
7562026-08-06T22:58:40.499Z Downloaded crossbeam-utils v0.8.21
7572026-08-06T22:58:40.499Z Downloaded maybe-uninit v2.0.0
7582026-08-06T22:58:40.499Z Downloaded lock_api v0.4.14
7592026-08-06T22:58:40.499Z Downloaded flate2 v1.1.9
7602026-08-06T22:58:40.499Z Downloaded tabled_derive v0.11.0
7612026-08-06T22:58:40.500Z Downloaded proc-macro-error2 v2.0.1
7622026-08-06T22:58:40.503Z Downloaded flume v0.11.1
7632026-08-06T22:58:40.503Z Downloaded primefield v0.14.0
7642026-08-06T22:58:40.503Z Downloaded bytes v1.11.1
7652026-08-06T22:58:40.507Z Downloaded untrusted v0.7.1
7662026-08-06T22:58:40.507Z Downloaded jobserver v0.1.34
7672026-08-06T22:58:40.510Z Downloaded vte v0.14.1
7682026-08-06T22:58:40.510Z Downloaded derive_builder_core v0.20.2
7692026-08-06T22:58:40.511Z Downloaded r2d2 v0.8.10
7702026-08-06T22:58:40.511Z Downloaded rand_chacha v0.9.0
7712026-08-06T22:58:40.511Z Downloaded rand_core v0.10.0
7722026-08-06T22:58:40.514Z Downloaded rustls-native-certs v0.8.3
7732026-08-06T22:58:40.514Z Downloaded toml_writer v1.1.1+spec-1.1.0
7742026-08-06T22:58:40.514Z Downloaded oxide-update-engine-display v0.1.2
7752026-08-06T22:58:40.514Z Downloaded parse-display-derive v0.10.0
7762026-08-06T22:58:40.518Z Downloaded derive_builder v0.20.2
7772026-08-06T22:58:40.518Z Downloaded rustls-pemfile v2.2.0
7782026-08-06T22:58:40.518Z Downloaded progenitor-extras v0.2.0
7792026-08-06T22:58:40.521Z Downloaded port-file v0.1.0
7802026-08-06T22:58:40.521Z Downloaded utf8_iter v1.0.4
7812026-08-06T22:58:40.521Z Downloaded crc-catalog v2.4.0
7822026-08-06T22:58:40.521Z Downloaded serde_with_macros v1.5.2
7832026-08-06T22:58:40.521Z Downloaded async-compression v0.4.41
7842026-08-06T22:58:40.525Z Downloaded p384 v0.14.0
7852026-08-06T22:58:40.530Z Downloaded rayon-core v1.13.0
7862026-08-06T22:58:40.530Z Downloaded ssh-cipher v0.3.0
7872026-08-06T22:58:40.530Z Downloaded strum_macros v0.24.3
7882026-08-06T22:58:40.534Z Downloaded wait-timeout v0.2.1
7892026-08-06T22:58:40.534Z Downloaded dyn-clone v1.0.20
7902026-08-06T22:58:40.534Z Downloaded crc-any v2.5.0
7912026-08-06T22:58:40.534Z Downloaded unarray v0.1.4
7922026-08-06T22:58:40.538Z Downloaded hashbrown v0.13.2
7932026-08-06T22:58:40.538Z Downloaded crc8 v0.1.1
7942026-08-06T22:58:40.538Z Downloaded cstr-argument v0.1.2
7952026-08-06T22:58:40.542Z Downloaded hickory-resolver v0.24.4
7962026-08-06T22:58:40.545Z Downloaded heapless v0.8.0
7972026-08-06T22:58:40.545Z Downloaded http v1.4.2
7982026-08-06T22:58:40.550Z Downloaded bumpalo v3.20.2
7992026-08-06T22:58:40.550Z Downloaded psm v0.1.30
8002026-08-06T22:58:40.554Z Downloaded cc v1.2.56
8012026-08-06T22:58:40.554Z Downloaded hyper-util v0.1.20
8022026-08-06T22:58:40.554Z Downloaded slog-dtrace v0.3.0
8032026-08-06T22:58:40.557Z Downloaded ar_archive_writer v0.5.1
8042026-08-06T22:58:40.558Z Downloaded darling_macro v0.23.0
8052026-08-06T22:58:40.561Z Downloaded unicase v2.9.0
8062026-08-06T22:58:40.561Z Downloaded spki v0.8.0
8072026-08-06T22:58:40.566Z Downloaded usdt v0.6.0
8082026-08-06T22:58:40.569Z Downloaded support-bundle-viewer v0.1.2
8092026-08-06T22:58:40.569Z Downloaded tokio-dtrace v0.1.1
8102026-08-06T22:58:40.569Z Downloaded resolv-conf v0.7.6
8112026-08-06T22:58:40.569Z Downloaded usdt-attr-macro v0.6.0
8122026-08-06T22:58:40.569Z Downloaded zone_cfg_derive v0.3.1
8132026-08-06T22:58:40.569Z Downloaded digest-io v0.1.0
8142026-08-06T22:58:40.573Z Downloaded zstd v0.13.3
8152026-08-06T22:58:40.573Z Downloaded ident_case v1.0.1
8162026-08-06T22:58:40.577Z Downloaded pin-project-internal v1.1.11
8172026-08-06T22:58:40.580Z Downloaded polyval v0.7.1
8182026-08-06T22:58:40.583Z Downloaded vergen-lib v0.1.6
8192026-08-06T22:58:40.587Z Downloaded whoami v2.1.0
8202026-08-06T22:58:40.587Z Downloaded lazy_static v1.5.0
8212026-08-06T22:58:40.587Z Downloaded lru-cache v0.1.2
8222026-08-06T22:58:40.591Z Downloaded is_ci v1.2.0
8232026-08-06T22:58:40.594Z Downloaded lru-slab v0.1.2
8242026-08-06T22:58:40.594Z Downloaded num-iter v0.1.45
8252026-08-06T22:58:40.594Z Downloaded nibble_vec v0.1.0
8262026-08-06T22:58:40.598Z Downloaded toml_parser v1.1.2+spec-1.1.0
8272026-08-06T22:58:40.603Z Downloaded hashbrown v0.12.3
8282026-08-06T22:58:40.606Z Downloaded samael v0.0.19
8292026-08-06T22:58:40.609Z Downloaded indexmap v1.9.3
8302026-08-06T22:58:40.613Z Downloaded rustc-hash v2.1.1
8312026-08-06T22:58:40.617Z Downloaded zeroize v1.9.0
8322026-08-06T22:58:40.617Z Downloaded opaque-debug v0.3.1
8332026-08-06T22:58:40.621Z Downloaded inout v0.2.2
8342026-08-06T22:58:40.624Z Downloaded tokio-test v0.4.5
8352026-08-06T22:58:40.628Z Downloaded rtoolbox v0.0.3
8362026-08-06T22:58:40.628Z Downloaded rand_pcg v0.10.2
8372026-08-06T22:58:40.633Z Downloaded stable_deref_trait v1.2.1
8382026-08-06T22:58:40.633Z Downloaded sha1 v0.11.0
8392026-08-06T22:58:40.636Z Downloaded deranged v0.5.8
8402026-08-06T22:58:40.636Z Downloaded path-slash v0.1.5
8412026-08-06T22:58:40.640Z Downloaded serde-big-array v0.5.1
8422026-08-06T22:58:40.640Z Downloaded tinyvec_macros v0.1.1
8432026-08-06T22:58:40.643Z Downloaded subtle v2.6.1
8442026-08-06T22:58:40.650Z Downloaded hickory-server v0.25.2
8452026-08-06T22:58:40.653Z Downloaded zip v0.6.6
8462026-08-06T22:58:40.656Z Downloaded signal-hook-mio v0.2.5
8472026-08-06T22:58:40.657Z Downloaded strum v0.26.3
8482026-08-06T22:58:40.667Z Downloaded tracing-attributes v0.1.31
8492026-08-06T22:58:40.671Z Downloaded twox-hash v2.1.2
8502026-08-06T22:58:40.671Z Downloaded pkcs5 v0.8.1
8512026-08-06T22:58:40.675Z Downloaded term v0.7.0
8522026-08-06T22:58:40.675Z Downloaded ingot-types v0.2.0
8532026-08-06T22:58:40.675Z Downloaded keccak v0.2.0
8542026-08-06T22:58:40.678Z Downloaded quick-error v1.2.3
8552026-08-06T22:58:40.678Z Downloaded sync-ptr v0.1.4
8562026-08-06T22:58:40.678Z Downloaded usdt-macro v0.6.0
8572026-08-06T22:58:40.682Z Downloaded papergrid v0.17.0
8582026-08-06T22:58:40.685Z Downloaded xattr v1.6.1
8592026-08-06T22:58:40.685Z Downloaded ipnet v2.11.0
8602026-08-06T22:58:40.685Z Downloaded yoke-derive v0.8.1
8612026-08-06T22:58:40.685Z Downloaded rcgen v0.12.1
8622026-08-06T22:58:40.689Z Downloaded newtype-uuid v1.3.2
8632026-08-06T22:58:40.689Z Downloaded quinn v0.11.11
8642026-08-06T22:58:40.694Z Downloaded unicode_categories v0.1.1
8652026-08-06T22:58:40.709Z Downloaded recursive-proc-macro-impl v0.1.1
8662026-08-06T22:58:40.715Z Downloaded crc32fast v1.5.0
8672026-08-06T22:58:40.715Z Downloaded crc v3.4.0
8682026-08-06T22:58:40.715Z Downloaded pin-project-lite v0.2.17
8692026-08-06T22:58:40.715Z Downloaded icu_normalizer_data v2.1.1
8702026-08-06T22:58:40.715Z Downloaded rustls-webpki v0.103.13
8712026-08-06T22:58:40.715Z Downloaded zerocopy-derive v0.8.40
8722026-08-06T22:58:40.718Z Downloaded signal-hook v0.3.18
8732026-08-06T22:58:40.718Z Downloaded phf v0.13.1
8742026-08-06T22:58:40.718Z Downloaded predicates v3.1.4
8752026-08-06T22:58:40.718Z Downloaded primeorder v0.13.6
8762026-08-06T22:58:40.719Z Downloaded data-encoding v2.10.0
8772026-08-06T22:58:40.719Z Downloaded defmt-parser v1.0.0
8782026-08-06T22:58:40.722Z Downloaded dirs-next v2.0.0
8792026-08-06T22:58:40.722Z Downloaded miniz_oxide v0.8.9
8802026-08-06T22:58:40.722Z Downloaded num_enum v0.5.11
8812026-08-06T22:58:40.726Z Downloaded sapling-renderdag v0.1.0
8822026-08-06T22:58:40.726Z Downloaded embedded-io v0.6.1
8832026-08-06T22:58:40.726Z Downloaded difflib v0.4.0
8842026-08-06T22:58:40.726Z Downloaded progenitor-client v0.13.0
8852026-08-06T22:58:40.729Z Downloaded snafu-derive v0.8.9
8862026-08-06T22:58:40.729Z Downloaded displaydoc v0.2.5
8872026-08-06T22:58:40.729Z Downloaded serde_path_to_error v0.1.20
8882026-08-06T22:58:40.729Z Downloaded dsl_auto_type v0.2.0
8892026-08-06T22:58:40.733Z Downloaded illumos-nvpair v0.3.0
8902026-08-06T22:58:40.733Z Downloaded illumos-nvpair-sys v0.2.0
8912026-08-06T22:58:40.733Z Downloaded kstat-rs v0.2.5
8922026-08-06T22:58:40.733Z Downloaded new_debug_unreachable v1.0.6
8932026-08-06T22:58:40.733Z Downloaded enum_dispatch v0.3.13
8942026-08-06T22:58:40.737Z Downloaded slog-term v2.9.2
8952026-08-06T22:58:40.740Z Downloaded sec1 v0.8.1
8962026-08-06T22:58:40.740Z Downloaded slog-async v2.8.0
8972026-08-06T22:58:40.740Z Downloaded schemars v0.9.0
8982026-08-06T22:58:40.748Z Downloaded is-terminal v0.4.17
8992026-08-06T22:58:40.751Z Downloaded linked-hash-map v0.5.6
9002026-08-06T22:58:40.751Z Downloaded crypto-bigint v0.5.5
9012026-08-06T22:58:40.751Z Downloaded snafu v0.8.9
9022026-08-06T22:58:40.755Z Downloaded digest v0.11.3
9032026-08-06T22:58:40.762Z Downloaded serde_with_macros v3.21.0
9042026-08-06T22:58:40.762Z Downloaded thread_local v1.1.9
9052026-08-06T22:58:40.762Z Downloaded toml v1.1.2+spec-1.1.0
9062026-08-06T22:58:40.765Z Downloaded pem-rfc7468 v0.7.0
9072026-08-06T22:58:40.765Z Downloaded ml-kem v0.3.2
9082026-08-06T22:58:40.765Z Downloaded vergen-lib v9.1.0
9092026-08-06T22:58:40.766Z Downloaded ecdsa v0.16.9
9102026-08-06T22:58:40.766Z Downloaded nodrop v0.1.14
9112026-08-06T22:58:40.766Z Downloaded diesel_derives v2.3.7
9122026-08-06T22:58:40.769Z Downloaded parking_lot v0.12.5
9132026-08-06T22:58:40.769Z Downloaded rand v0.10.1
9142026-08-06T22:58:40.773Z Downloaded convert_case v0.10.0
9152026-08-06T22:58:40.773Z Downloaded hashbrown v0.16.1
9162026-08-06T22:58:40.776Z Downloaded hashbrown v0.15.5
9172026-08-06T22:58:40.780Z Downloaded managed v0.8.0
9182026-08-06T22:58:40.783Z Downloaded postgres-types v0.2.12
9192026-08-06T22:58:40.786Z Downloaded whoami v1.6.1
9202026-08-06T22:58:40.786Z Downloaded derive_more v0.99.20
9212026-08-06T22:58:40.791Z Downloaded num_enum_derive v0.5.11
9222026-08-06T22:58:40.791Z Downloaded ena v0.14.4
9232026-08-06T22:58:40.795Z Downloaded potential_utf v0.1.4
9242026-08-06T22:58:40.798Z Downloaded ctutils v0.4.2
9252026-08-06T22:58:40.798Z Downloaded daft v0.1.7
9262026-08-06T22:58:40.798Z Downloaded derive-ex v0.1.8
9272026-08-06T22:58:40.799Z Downloaded unsafe-libyaml v0.2.11
9282026-08-06T22:58:40.803Z Downloaded schemars v1.2.1
9292026-08-06T22:58:40.816Z Downloaded rustls-pki-types v1.14.0
9302026-08-06T22:58:40.820Z Downloaded scopeguard v1.2.0
9312026-08-06T22:58:40.820Z Downloaded serde_urlencoded v0.7.1
9322026-08-06T22:58:40.820Z Downloaded sync_wrapper v1.0.2
9332026-08-06T22:58:40.820Z Downloaded tar v0.4.46
9342026-08-06T22:58:40.820Z Downloaded aes v0.9.1
9352026-08-06T22:58:40.824Z Downloaded memoffset v0.9.1
9362026-08-06T22:58:40.824Z Downloaded module-lattice v0.2.3
9372026-08-06T22:58:40.828Z Downloaded sponge-cursor v0.1.0
9382026-08-06T22:58:40.828Z Downloaded structmeta v0.3.0
9392026-08-06T22:58:40.828Z Downloaded tap v1.0.1
9402026-08-06T22:58:40.832Z Downloaded elliptic-curve v0.14.1
9412026-08-06T22:58:40.838Z Downloaded libbz2-rs-sys v0.2.2
9422026-08-06T22:58:40.841Z Downloaded cookie_store v0.22.1
9432026-08-06T22:58:40.841Z Downloaded tokio-native-tls v0.3.1
9442026-08-06T22:58:40.846Z Downloaded paste v1.0.15
9452026-08-06T22:58:40.850Z Downloaded thread-id v5.1.0
9462026-08-06T22:58:40.850Z Downloaded unit-prefix v0.5.2
9472026-08-06T22:58:40.850Z Downloaded zone v0.3.1
9482026-08-06T22:58:40.850Z Downloaded want v0.3.1
9492026-08-06T22:58:40.860Z Downloaded aho-corasick v1.1.4
9502026-08-06T22:58:40.864Z Downloaded crypto-common v0.2.2
9512026-08-06T22:58:40.864Z Downloaded oxide-tokio-rt v0.1.4
9522026-08-06T22:58:40.864Z Downloaded universal-hash v0.5.1
9532026-08-06T22:58:40.868Z Downloaded waitgroup v0.1.2
9542026-08-06T22:58:40.872Z Downloaded zerofrom v0.1.6
9552026-08-06T22:58:40.872Z Downloaded keccak v0.1.6
9562026-08-06T22:58:40.875Z Downloaded jiff-static v0.2.34
9572026-08-06T22:58:40.875Z Downloaded diesel_table_macro_syntax v0.3.0
9582026-08-06T22:58:40.875Z Downloaded pkg-config v0.3.32
9592026-08-06T22:58:40.879Z Downloaded darling_core v0.21.3
9602026-08-06T22:58:40.883Z Downloaded downcast-rs v2.0.2
9612026-08-06T22:58:40.883Z Downloaded progenitor v0.14.0
9622026-08-06T22:58:40.887Z Downloaded openssl-probe v0.1.6
9632026-08-06T22:58:40.887Z Downloaded serde-hex v0.1.0
9642026-08-06T22:58:40.890Z Downloaded maplit v1.0.2
9652026-08-06T22:58:40.890Z Downloaded match_cfg v0.1.0
9662026-08-06T22:58:40.893Z Downloaded peg-runtime v0.8.5
9672026-08-06T22:58:40.893Z Downloaded serdect v0.4.3
9682026-08-06T22:58:40.893Z Downloaded progenitor-impl v0.14.0
9692026-08-06T22:58:40.897Z Downloaded ref-cast-impl v1.0.25
9702026-08-06T22:58:40.897Z Downloaded similar v2.7.0
9712026-08-06T22:58:40.901Z Downloaded pin-project v1.1.11
9722026-08-06T22:58:40.904Z Downloaded darling_core v0.13.4
9732026-08-06T22:58:40.907Z Downloaded ed25519-dalek v3.0.0
9742026-08-06T22:58:40.911Z Downloaded signal-hook-registry v1.4.8
9752026-08-06T22:58:40.911Z Downloaded progenitor-macro v0.13.0
9762026-08-06T22:58:40.911Z Downloaded indicatif v0.18.4
9772026-08-06T22:58:40.914Z Downloaded smallvec v1.15.1
9782026-08-06T22:58:40.918Z Downloaded tls_codec_derive v0.4.2
9792026-08-06T22:58:40.921Z Downloaded num-bigint v0.4.6
9802026-08-06T22:58:40.924Z Downloaded test-strategy v0.4.5
9812026-08-06T22:58:40.928Z Downloaded toml v0.7.8
9822026-08-06T22:58:40.928Z Downloaded unicode-bidi v0.3.18
9832026-08-06T22:58:40.929Z Downloaded memmap2 v0.9.10
9842026-08-06T22:58:40.932Z Downloaded tungstenite v0.23.0
9852026-08-06T22:58:40.932Z Downloaded darling v0.20.11
9862026-08-06T22:58:40.941Z Downloaded pem-rfc7468 v1.0.0
9872026-08-06T22:58:40.941Z Downloaded icu_properties v2.1.2
9882026-08-06T22:58:40.948Z Downloaded scheduled-thread-pool v0.2.7
9892026-08-06T22:58:40.948Z Downloaded reedline v0.40.0
9902026-08-06T22:58:40.948Z Downloaded tokio-tungstenite v0.21.0
9912026-08-06T22:58:40.948Z Downloaded zerovec-derive v0.11.2
9922026-08-06T22:58:40.961Z Downloaded icu_normalizer v2.1.1
9932026-08-06T22:58:40.961Z Downloaded p256 v0.14.0
9942026-08-06T22:58:40.961Z Downloaded hkdf v0.13.0
9952026-08-06T22:58:40.961Z Downloaded multer v3.1.0
9962026-08-06T22:58:40.961Z Downloaded vergen-gitcl v1.0.8
9972026-08-06T22:58:40.961Z Downloaded num-integer v0.1.46
9982026-08-06T22:58:40.961Z Downloaded hkdf v0.12.4
9992026-08-06T22:58:40.961Z Downloaded nu-ansi-term v0.50.3
10002026-08-06T22:58:40.961Z Downloaded tabwriter v1.4.1
10012026-08-06T22:58:40.961Z Downloaded derive_builder_macro v0.20.2
10022026-08-06T22:58:40.961Z Downloaded unicode-xid v0.2.6
10032026-08-06T22:58:40.966Z Downloaded hyper v1.10.1
10042026-08-06T22:58:40.969Z Downloaded aes-gcm v0.11.0
10052026-08-06T22:58:40.969Z Downloaded dropshot_endpoint v0.17.1
10062026-08-06T22:58:40.973Z Downloaded phf_shared v0.11.3
10072026-08-06T22:58:40.973Z Downloaded quinn-udp v0.5.14
10082026-08-06T22:58:40.973Z Downloaded dof v0.4.0
10092026-08-06T22:58:40.973Z Downloaded md5 v0.8.0
10102026-08-06T22:58:40.973Z Downloaded mime v0.3.17
10112026-08-06T22:58:40.991Z Downloaded rand_seeder v0.4.0
10122026-08-06T22:58:40.997Z Downloaded parse-display v0.10.0
10132026-08-06T22:58:41.003Z Downloaded progenitor-client v0.14.0
10142026-08-06T22:58:41.007Z Downloaded salsa20 v0.11.0
10152026-08-06T22:58:41.007Z Downloaded serde_derive_internals v0.29.1
10162026-08-06T22:58:41.007Z Downloaded zerocopy v0.6.6
10172026-08-06T22:58:41.007Z Downloaded siphasher v1.0.2
10182026-08-06T22:58:41.011Z Downloaded precomputed-hash v0.1.1
10192026-08-06T22:58:41.015Z Downloaded sqlformat v0.3.5
10202026-08-06T22:58:41.015Z Downloaded tower-http v0.6.8
10212026-08-06T22:58:41.018Z Downloaded scroll_derive v0.13.1
10222026-08-06T22:58:41.018Z Downloaded sha1 v0.10.6
10232026-08-06T22:58:41.018Z Downloaded scrypt v0.12.0
10242026-08-06T22:58:41.022Z Downloaded shell-words v1.1.1
10252026-08-06T22:58:41.022Z Downloaded testing_table v0.3.0
10262026-08-06T22:58:41.022Z Downloaded smallvec v0.6.14
10272026-08-06T22:58:41.022Z Downloaded cpufeatures v0.3.0
10282026-08-06T22:58:41.025Z Downloaded strum v0.27.2
10292026-08-06T22:58:41.025Z Downloaded tokio-util v0.7.18
10302026-08-06T22:58:41.029Z Downloaded try-lock v0.2.5
10312026-08-06T22:58:41.032Z Downloaded yansi v1.0.1
10322026-08-06T22:58:41.032Z Downloaded typed-path v0.9.3
10332026-08-06T22:58:41.037Z Downloaded crossbeam-deque v0.8.6
10342026-08-06T22:58:41.037Z Downloaded synstructure v0.13.2
10352026-08-06T22:58:41.037Z Downloaded string_cache v0.8.9
10362026-08-06T22:58:41.037Z Downloaded tower-service v0.3.3
10372026-08-06T22:58:41.037Z Downloaded daft-derive v0.1.7
10382026-08-06T22:58:41.041Z Downloaded xshell v0.2.7
10392026-08-06T22:58:41.044Z Downloaded typify-macro v0.6.2
10402026-08-06T22:58:41.044Z Downloaded document-features v0.2.12
10412026-08-06T22:58:41.047Z Downloaded h2 v0.4.15
10422026-08-06T22:58:41.051Z Downloaded omicron-zone-package v0.12.3
10432026-08-06T22:58:41.051Z Downloaded rand v0.8.6
10442026-08-06T22:58:41.058Z Downloaded defmt-macros v1.0.1
10452026-08-06T22:58:41.058Z Downloaded ingot-macros v0.2.0
10462026-08-06T22:58:41.058Z Downloaded rustls-platform-verifier v0.6.2
10472026-08-06T22:58:41.062Z Downloaded uzers v0.12.2
10482026-08-06T22:58:41.062Z Downloaded darling_macro v0.13.4
10492026-08-06T22:58:41.062Z Downloaded normalize-line-endings v0.3.0
10502026-08-06T22:58:41.062Z Downloaded indent_write v2.2.0
10512026-08-06T22:58:41.062Z Downloaded lzss v0.8.2
10522026-08-06T22:58:41.065Z Downloaded libsw-core v0.3.2
10532026-08-06T22:58:41.065Z Downloaded poly1305 v0.8.0
10542026-08-06T22:58:41.077Z Downloaded steno v0.4.1
10552026-08-06T22:58:41.081Z Downloaded socket2 v0.6.3
10562026-08-06T22:58:41.096Z Downloaded serde_bytes v0.11.19
10572026-08-06T22:58:41.100Z Downloaded termtree v0.5.1
10582026-08-06T22:58:41.100Z Downloaded pkcs8 v0.10.2
10592026-08-06T22:58:41.100Z Downloaded zerotrie v0.2.3
10602026-08-06T22:58:41.100Z Downloaded impl-trait-for-tuples v0.2.3
10612026-08-06T22:58:41.100Z Downloaded tracing-core v0.1.36
10622026-08-06T22:58:41.106Z Downloaded num_enum v0.7.6
10632026-08-06T22:58:41.110Z Downloaded rand_core v0.6.4
10642026-08-06T22:58:41.110Z Downloaded num-bigint-dig v0.8.6
10652026-08-06T22:58:41.114Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10662026-08-06T22:58:41.114Z Downloaded cpubits v0.1.1
10672026-08-06T22:58:41.114Z Downloaded ref-cast v1.0.25
10682026-08-06T22:58:41.117Z Downloaded winnow v0.6.26
10692026-08-06T22:58:41.122Z Downloaded tokio-rustls v0.26.4
10702026-08-06T22:58:41.127Z Downloaded itertools v0.13.0
10712026-08-06T22:58:41.131Z Downloaded rusty-fork v0.3.1
10722026-08-06T22:58:41.131Z Downloaded parking_lot_core v0.9.12
10732026-08-06T22:58:41.131Z Downloaded cookie v0.18.1
10742026-08-06T22:58:41.131Z Downloaded trait-variant v0.1.2
10752026-08-06T22:58:41.138Z Downloaded darling v0.23.0
10762026-08-06T22:58:41.141Z Downloaded derive-where v1.6.0
10772026-08-06T22:58:41.141Z Downloaded drift v0.2.0
10782026-08-06T22:58:41.145Z Downloaded icu_provider v2.1.1
10792026-08-06T22:58:41.148Z Downloaded idna_adapter v1.2.1
10802026-08-06T22:58:41.148Z Downloaded nanorand v0.7.0
10812026-08-06T22:58:41.148Z Downloaded slog v2.8.2
10822026-08-06T22:58:41.151Z Downloaded libloading v0.8.9
10832026-08-06T22:58:41.151Z Downloaded untrusted v0.9.0
10842026-08-06T22:58:41.155Z Downloaded inout v0.1.4
10852026-08-06T22:58:41.155Z Downloaded nonempty v0.12.0
10862026-08-06T22:58:41.155Z Downloaded indoc v1.0.9
10872026-08-06T22:58:41.158Z Downloaded pretty_assertions v1.4.1
10882026-08-06T22:58:41.162Z Downloaded thiserror-impl-no-std v2.0.2
10892026-08-06T22:58:41.165Z Downloaded unicode-truncate v1.1.0
10902026-08-06T22:58:41.173Z Downloaded prefix-trie v0.7.0
10912026-08-06T22:58:41.176Z Downloaded oxnet v0.1.6
10922026-08-06T22:58:41.176Z Downloaded oxide-update-engine v0.1.2
10932026-08-06T22:58:41.180Z Downloaded slab v0.4.12
10942026-08-06T22:58:41.187Z Downloaded smf v0.2.3
10952026-08-06T22:58:41.191Z Downloaded crucible-workspace-hack v0.1.0
10962026-08-06T22:58:41.194Z Downloaded tower v0.5.3
10972026-08-06T22:58:41.198Z Downloaded stacker v0.1.23
10982026-08-06T22:58:41.201Z Downloaded nom v8.0.0
10992026-08-06T22:58:41.205Z Downloaded parking_lot v0.11.2
11002026-08-06T22:58:41.210Z Downloaded wnaf v0.14.0
11012026-08-06T22:58:41.214Z Downloaded yoke v0.8.1
11022026-08-06T22:58:41.218Z Downloaded subprocess v0.2.15
11032026-08-06T22:58:41.221Z Downloaded tungstenite v0.21.0
11042026-08-06T22:58:41.225Z Downloaded indoc v2.0.7
11052026-08-06T22:58:41.225Z Downloaded kem v0.3.0
11062026-08-06T22:58:41.225Z Downloaded itertools v0.14.0
11072026-08-06T22:58:41.228Z Downloaded darling_core v0.23.0
11082026-08-06T22:58:41.232Z Downloaded toml_edit v0.23.10+spec-1.0.0
11092026-08-06T22:58:41.236Z Downloaded mio v1.2.0
11102026-08-06T22:58:41.239Z Downloaded num-derive v0.4.2
11112026-08-06T22:58:41.239Z Downloaded dropshot-api-manager-types v0.7.2
11122026-08-06T22:58:41.239Z Downloaded signature v3.0.0
11132026-08-06T22:58:41.239Z Downloaded rustversion v1.0.22
11142026-08-06T22:58:41.243Z Downloaded writeable v0.6.2
11152026-08-06T22:58:41.243Z Downloaded publicsuffix v2.3.0
11162026-08-06T22:58:41.243Z Downloaded endian-type v0.1.2
11172026-08-06T22:58:41.247Z Downloaded rsa v0.9.10
11182026-08-06T22:58:41.253Z Downloaded peg-macros v0.8.5
11192026-08-06T22:58:41.261Z Downloaded derive_more-impl v2.1.1
11202026-08-06T22:58:41.265Z Downloaded rustc_version v0.4.1
11212026-08-06T22:58:41.265Z Downloaded peg v0.8.5
11222026-08-06T22:58:41.268Z Downloaded ed25519 v2.2.3
11232026-08-06T22:58:41.271Z Downloaded libscf-sys v1.2.0
11242026-08-06T22:58:41.275Z Downloaded slog-envlogger v2.2.0
11252026-08-06T22:58:41.275Z Downloaded void v1.0.2
11262026-08-06T22:58:41.275Z Downloaded ignore v0.4.25
11272026-08-06T22:58:41.275Z Downloaded oso v0.27.3
11282026-08-06T22:58:41.278Z Downloaded unicode-segmentation v1.12.0
11292026-08-06T22:58:41.278Z Downloaded phc v0.6.1
11302026-08-06T22:58:41.286Z Downloaded internal-russh-num-bigint v0.5.0
11312026-08-06T22:58:41.289Z Downloaded prettyplease v0.2.37
11322026-08-06T22:58:41.290Z Downloaded multimap v0.10.1
11332026-08-06T22:58:41.293Z Downloaded postgres-protocol v0.6.10
11342026-08-06T22:58:41.296Z Downloaded bitvec v1.0.1
11352026-08-06T22:58:41.301Z Downloaded slog-json v2.6.1
11362026-08-06T22:58:41.305Z Downloaded stringprep v0.1.5
11372026-08-06T22:58:41.305Z Downloaded delegate v0.13.5
11382026-08-06T22:58:41.305Z Downloaded tinyvec v1.10.0
11392026-08-06T22:58:41.308Z Downloaded vergen-git2 v9.1.0
11402026-08-06T22:58:41.308Z Downloaded csv-core v0.1.13
11412026-08-06T22:58:41.308Z Downloaded zerofrom-derive v0.1.6
11422026-08-06T22:58:41.308Z Downloaded ipnetwork v0.21.1
11432026-08-06T22:58:41.308Z Downloaded tinystr v0.8.2
11442026-08-06T22:58:41.312Z Downloaded newline-converter v0.3.0
11452026-08-06T22:58:41.315Z Downloaded tagptr v0.2.0
11462026-08-06T22:58:41.319Z Downloaded darling_macro v0.21.3
11472026-08-06T22:58:41.323Z Downloaded utf-8 v0.7.6
11482026-08-06T22:58:41.323Z Downloaded typify v0.6.2
11492026-08-06T22:58:41.327Z Downloaded uuid v1.23.4
11502026-08-06T22:58:41.331Z Downloaded darling_core v0.20.11
11512026-08-06T22:58:41.331Z Downloaded rsa v0.10.0-rc.18
11522026-08-06T22:58:41.335Z Downloaded num_threads v0.1.7
11532026-08-06T22:58:41.340Z Downloaded progenitor v0.13.0
11542026-08-06T22:58:41.340Z Downloaded tokio-tungstenite v0.23.1
11552026-08-06T22:58:41.340Z Downloaded git2 v0.20.4
11562026-08-06T22:58:41.343Z Downloaded ssh-encoding v0.3.0
11572026-08-06T22:58:41.347Z Downloaded rand v0.9.2
11582026-08-06T22:58:41.347Z Downloaded rand_core v0.9.5
11592026-08-06T22:58:41.347Z Downloaded serde_cbor v0.11.2
11602026-08-06T22:58:41.352Z Downloaded shlex v1.3.0
11612026-08-06T22:58:41.352Z Downloaded vsss-rs v3.3.4
11622026-08-06T22:58:41.352Z Downloaded phf_shared v0.13.1
11632026-08-06T22:58:41.356Z Downloaded elliptic-curve v0.13.8
11642026-08-06T22:58:41.356Z Downloaded mime_guess v2.0.5
11652026-08-06T22:58:41.360Z Downloaded ppv-lite86 v0.2.21
11662026-08-06T22:58:41.371Z Downloaded aws-lc-rs v1.16.3
11672026-08-06T22:58:41.374Z Downloaded dropshot-api-manager v0.7.2
11682026-08-06T22:58:41.378Z Downloaded scroll v0.13.0
11692026-08-06T22:58:41.381Z Downloaded winnow v0.5.40
11702026-08-06T22:58:41.385Z Downloaded time-macros v0.2.27
11712026-08-06T22:58:41.386Z Downloaded litrs v1.0.0
11722026-08-06T22:58:41.389Z Downloaded p521 v0.14.0
11732026-08-06T22:58:41.389Z Downloaded des v0.9.0
11742026-08-06T22:58:41.394Z Downloaded ron v0.8.1
11752026-08-06T22:58:41.398Z Downloaded russh v0.62.4
11762026-08-06T22:58:41.403Z Downloaded num_enum_derive v0.7.6
11772026-08-06T22:58:41.403Z Downloaded primeorder v0.14.0
11782026-08-06T22:58:41.406Z Downloaded salty v0.3.0
11792026-08-06T22:58:41.410Z Downloaded zstd-safe v7.2.4
11802026-08-06T22:58:41.413Z Downloaded strum_macros v0.27.2
11812026-08-06T22:58:41.413Z Downloaded proptest v1.11.0
11822026-08-06T22:58:41.417Z Downloaded pkcs1 v0.8.0-rc.4
11832026-08-06T22:58:41.420Z Downloaded crossterm v0.28.1
11842026-08-06T22:58:41.423Z Downloaded defmt v1.0.1
11852026-08-06T22:58:41.427Z Downloaded diff v0.1.13
11862026-08-06T22:58:41.430Z Downloaded openssl-sys v0.9.117
11872026-08-06T22:58:41.434Z Downloaded crossbeam-epoch v0.9.18
11882026-08-06T22:58:41.439Z Downloaded blake3 v1.8.5
11892026-08-06T22:58:41.443Z Downloaded either v1.15.0
11902026-08-06T22:58:41.443Z Downloaded ecdsa v0.17.0
11912026-08-06T22:58:41.443Z Downloaded tabled v0.20.0
11922026-08-06T22:58:41.454Z Downloaded darling v0.21.3
11932026-08-06T22:58:41.457Z Downloaded litemap v0.8.1
11942026-08-06T22:58:41.457Z Downloaded idna v1.1.0
11952026-08-06T22:58:41.457Z Downloaded progenitor-impl v0.13.0
11962026-08-06T22:58:41.461Z Downloaded tough v0.22.0
11972026-08-06T22:58:41.466Z Downloaded derive_more v2.1.1
11982026-08-06T22:58:41.473Z Downloaded ed25519 v3.0.0
11992026-08-06T22:58:41.476Z Downloaded der v0.7.10
12002026-08-06T22:58:41.479Z Downloaded nom v7.1.3
12012026-08-06T22:58:41.479Z Downloaded yasna v0.5.2
12022026-08-06T22:58:41.483Z Downloaded internet-checksum v0.2.1
12032026-08-06T22:58:41.495Z Downloaded regex v1.12.3
12042026-08-06T22:58:41.499Z Downloaded reqwest v0.13.2
12052026-08-06T22:58:41.499Z Downloaded jiff-core v0.1.0
12062026-08-06T22:58:41.502Z Downloaded qorb v0.4.1
12072026-08-06T22:58:41.506Z Downloaded winnow v1.0.3
12082026-08-06T22:58:41.513Z Downloaded toml_edit v0.19.15
12092026-08-06T22:58:41.520Z Downloaded zopfli v0.8.3
12102026-08-06T22:58:41.523Z Downloaded zip v4.6.1
12112026-08-06T22:58:41.527Z Downloaded x509-cert v0.2.5
12122026-08-06T22:58:41.536Z Downloaded unicode-normalization v0.1.25
12132026-08-06T22:58:41.536Z Downloaded chrono v0.4.45
12142026-08-06T22:58:41.539Z Downloaded crossterm v0.29.0
12152026-08-06T22:58:41.540Z Downloaded ed25519-dalek v2.2.0
12162026-08-06T22:58:41.540Z Downloaded goblin v0.10.5
12172026-08-06T22:58:41.554Z Downloaded itertools v0.10.5
12182026-08-06T22:58:41.570Z Downloaded libm v0.2.16
12192026-08-06T22:58:41.573Z Downloaded serde_with v1.14.0
12202026-08-06T22:58:41.573Z Downloaded moka v0.12.13
12212026-08-06T22:58:41.573Z Downloaded crossbeam-channel v0.5.15
12222026-08-06T22:58:41.573Z Downloaded rayon v1.11.0
12232026-08-06T22:58:41.577Z Downloaded minimal-lexical v0.2.1
12242026-08-06T22:58:41.584Z Downloaded der v0.8.0
12252026-08-06T22:58:41.587Z Downloaded bindgen v0.71.1
12262026-08-06T22:58:41.592Z Downloaded schemars v0.8.22
12272026-08-06T22:58:41.596Z Downloaded portable-atomic v1.13.1
12282026-08-06T22:58:41.600Z Downloaded socket2 v0.5.10
12292026-08-06T22:58:41.604Z Downloaded iri-string v0.7.10
12302026-08-06T22:58:41.608Z Downloaded libxml v0.3.3
12312026-08-06T22:58:41.611Z Downloaded rustyline v14.0.0
12322026-08-06T22:58:41.614Z Downloaded scuffle v0.1.0
12332026-08-06T22:58:41.615Z Downloaded tokio-postgres v0.7.16
12342026-08-06T22:58:41.618Z Downloaded url v2.5.8
12352026-08-06T22:58:41.618Z Downloaded time v0.3.47
12362026-08-06T22:58:41.640Z Downloaded zerovec v0.11.5
12372026-08-06T22:58:41.645Z Downloaded smoltcp v0.9.1
12382026-08-06T22:58:41.655Z Downloaded icu_properties_data v2.1.2
12392026-08-06T22:58:41.673Z Downloaded reqwest v0.12.28
12402026-08-06T22:58:41.676Z Downloaded itertools v0.12.1
12412026-08-06T22:58:41.695Z Downloaded iddqd v0.4.2
12422026-08-06T22:58:41.704Z Downloaded petname v2.0.2
12432026-08-06T22:58:41.708Z Downloaded zlib-rs v0.6.2
12442026-08-06T22:58:41.726Z Downloaded crypto-primes v0.7.2
12452026-08-06T22:58:41.730Z Downloaded itertools v0.15.0
12462026-08-06T22:58:41.737Z Downloaded ssh-key v0.7.0-rc.11
12472026-08-06T22:58:41.745Z Downloaded vcpkg v0.2.15
12482026-08-06T22:58:41.768Z Downloaded zerocopy v0.8.40
12492026-08-06T22:58:41.772Z Downloaded sha3 v0.12.0
12502026-08-06T22:58:41.776Z Downloaded p384 v0.13.1
12512026-08-06T22:58:41.779Z Downloaded quick-xml v0.37.5
12522026-08-06T22:58:41.782Z Downloaded object v0.37.3
12532026-08-06T22:58:41.789Z Downloaded rawzip v0.4.4
12542026-08-06T22:58:41.803Z Downloaded radix_trie v0.2.1
12552026-08-06T22:58:41.807Z Downloaded serde_with v3.21.0
12562026-08-06T22:58:41.815Z Downloaded bstr v1.12.1
12572026-08-06T22:58:41.825Z Downloaded hickory-proto v0.24.4
12582026-08-06T22:58:41.833Z Downloaded regress v0.11.1
12592026-08-06T22:58:41.838Z Downloaded object v0.30.4
12602026-08-06T22:58:41.844Z Downloaded nix v0.27.1
12612026-08-06T22:58:41.849Z Downloaded openssl v0.10.80
12622026-08-06T22:58:41.865Z Downloaded lalrpop v0.19.12
12632026-08-06T22:58:41.870Z Downloaded curve25519-dalek v4.1.3
12642026-08-06T22:58:41.876Z Downloaded quinn-proto v0.11.16
12652026-08-06T22:58:41.879Z Downloaded openapiv3 v2.2.0
12662026-08-06T22:58:41.886Z Downloaded hickory-proto v0.25.2
12672026-08-06T22:58:41.903Z Downloaded crypto-bigint v0.7.5
12682026-08-06T22:58:41.914Z Downloaded regex-syntax v0.6.29
12692026-08-06T22:58:41.953Z Downloaded polar-core v0.27.3
12702026-08-06T22:58:41.960Z Downloaded regex-syntax v0.8.10
12712026-08-06T22:58:41.976Z Downloaded smoltcp v0.11.0
12722026-08-06T22:58:41.982Z Downloaded nix v0.28.0
12732026-08-06T22:58:41.992Z Downloaded dropshot v0.17.1
12742026-08-06T22:58:42.004Z Downloaded curve25519-dalek v5.0.0
12752026-08-06T22:58:42.011Z Downloaded diesel v2.3.7
12762026-08-06T22:58:42.021Z Downloaded rustls v0.23.41
12772026-08-06T22:58:42.027Z Downloaded sqlparser v0.61.0
12782026-08-06T22:58:42.033Z Downloaded nix v0.31.2
12792026-08-06T22:58:42.039Z Downloaded regress v0.10.5
12802026-08-06T22:58:42.044Z Downloaded sha3 v0.11.0
12812026-08-06T22:58:42.048Z Downloaded typify-impl v0.6.2
12822026-08-06T22:58:42.054Z Downloaded rustix v0.38.44
12832026-08-06T22:58:42.068Z Downloaded sled v0.34.7
12842026-08-06T22:58:42.092Z Downloaded tracing v0.1.44
12852026-08-06T22:58:42.104Z Downloaded regex-automata v0.4.14
12862026-08-06T22:58:42.113Z Downloaded zerocopy-derive v0.6.6
12872026-08-06T22:58:42.118Z Downloaded bzip2-sys v0.1.13+1.0.8
12882026-08-06T22:58:42.153Z Downloaded chrono-tz v0.10.4
12892026-08-06T22:58:42.163Z Downloaded ratatui v0.29.0
12902026-08-06T22:58:42.173Z Downloaded jiff v0.2.34
12912026-08-06T22:58:42.182Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12922026-08-06T22:58:42.206Z Downloaded petgraph v0.6.5
12932026-08-06T22:58:42.229Z Downloaded sha3 v0.10.8
12942026-08-06T22:58:42.239Z Downloaded csv v1.4.0
12952026-08-06T22:58:42.251Z Downloaded libz-sys v1.1.24
12962026-08-06T22:58:42.264Z Downloaded petgraph v0.8.3
12972026-08-06T22:58:42.276Z Downloaded tokio v1.52.1
12982026-08-06T22:58:42.326Z Downloaded encoding_rs v0.8.35
12992026-08-06T22:58:42.349Z Downloaded libgit2-sys v0.18.3+1.9.2
13002026-08-06T22:58:42.381Z Downloaded ring v0.17.14
13012026-08-06T22:58:43.009Z Downloaded aws-lc-sys v0.40.0
13022026-08-06T22:58:43.266Z Compiling libc v0.2.185
13032026-08-06T22:58:43.266Z Compiling serde_core v1.0.228
13042026-08-06T22:58:43.266Z Compiling serde v1.0.228
13052026-08-06T22:58:43.269Z Compiling log v0.4.29
13062026-08-06T22:58:43.270Z Compiling smallvec v1.15.1
13072026-08-06T22:58:43.270Z Compiling shlex v1.3.0
13082026-08-06T22:58:43.270Z Compiling find-msvc-tools v0.1.9
13092026-08-06T22:58:43.270Z Compiling subtle v2.6.1
13102026-08-06T22:58:43.420Z Compiling scopeguard v1.2.0
13112026-08-06T22:58:43.424Z Compiling stable_deref_trait v1.2.1
13122026-08-06T22:58:43.424Z Compiling typenum v1.20.1
13132026-08-06T22:58:43.424Z Compiling zerocopy v0.8.40
13142026-08-06T22:58:43.431Z Compiling portable-atomic v1.13.1
13152026-08-06T22:58:43.484Z Compiling serde_json v1.0.151
13162026-08-06T22:58:43.496Z Compiling syn v2.0.117
13172026-08-06T22:58:43.535Z Compiling critical-section v1.2.0
13182026-08-06T22:58:43.638Z Compiling libm v0.2.16
13192026-08-06T22:58:43.669Z Compiling lock_api v0.4.14
13202026-08-06T22:58:43.686Z Compiling num-traits v0.2.19
13212026-08-06T22:58:43.689Z Compiling pkg-config v0.3.32
13222026-08-06T22:58:43.702Z Compiling generic-array v0.14.7
13232026-08-06T22:58:43.737Z Compiling const-oid v0.9.6
13242026-08-06T22:58:43.794Z Compiling parking_lot_core v0.9.12
13252026-08-06T22:58:43.797Z Compiling pin-project-lite v0.2.17
13262026-08-06T22:58:43.838Z Compiling getrandom v0.4.1
13272026-08-06T22:58:43.841Z Compiling rand_core v0.10.0
13282026-08-06T22:58:43.934Z Compiling litemap v0.8.1
13292026-08-06T22:58:43.939Z Compiling percent-encoding v2.3.2
13302026-08-06T22:58:43.989Z Compiling writeable v0.6.2
13312026-08-06T22:58:44.043Z Compiling futures-core v0.3.32
13322026-08-06T22:58:44.046Z Compiling icu_properties_data v2.1.2
13332026-08-06T22:58:44.098Z Compiling icu_normalizer_data v2.1.1
13342026-08-06T22:58:44.124Z Compiling getrandom v0.3.4
13352026-08-06T22:58:44.144Z Compiling futures-sink v0.3.32
13362026-08-06T22:58:44.160Z Compiling futures-io v0.3.32
13372026-08-06T22:58:44.212Z Compiling futures-task v0.3.32
13382026-08-06T22:58:44.218Z Compiling rustix v1.1.3
13392026-08-06T22:58:44.264Z Compiling futures-channel v0.3.32
13402026-08-06T22:58:44.281Z Compiling utf8_iter v1.0.4
13412026-08-06T22:58:44.313Z Compiling slab v0.4.12
13422026-08-06T22:58:44.354Z Compiling form_urlencoded v1.2.2
13432026-08-06T22:58:44.408Z Compiling jobserver v0.1.34
13442026-08-06T22:58:44.424Z Compiling errno v0.3.14
13452026-08-06T22:58:44.456Z Compiling getrandom v0.2.17
13462026-08-06T22:58:44.499Z Compiling mio v1.2.0
13472026-08-06T22:58:44.515Z Compiling socket2 v0.6.3
13482026-08-06T22:58:44.518Z Compiling rustversion v1.0.22
13492026-08-06T22:58:44.545Z Compiling signal-hook-registry v1.4.8
13502026-08-06T22:58:44.560Z Compiling base64ct v1.8.3
13512026-08-06T22:58:44.590Z Compiling once_cell v1.21.3
13522026-08-06T22:58:44.664Z Compiling cc v1.2.56
13532026-08-06T22:58:44.703Z Compiling rand_core v0.6.4
13542026-08-06T22:58:44.719Z Compiling parking_lot v0.12.5
13552026-08-06T22:58:44.792Z Compiling iana-time-zone v0.1.65
13562026-08-06T22:58:44.820Z Compiling pem-rfc7468 v0.7.0
13572026-08-06T22:58:44.849Z Compiling fs_extra v1.3.0
13582026-08-06T22:58:44.877Z Compiling regex-syntax v0.8.10
13592026-08-06T22:58:44.880Z Compiling flagset v0.4.7
13602026-08-06T22:58:44.954Z Compiling ident_case v1.0.1
13612026-08-06T22:58:44.991Z Compiling dunce v1.0.5
13622026-08-06T22:58:45.006Z Compiling rand_core v0.9.5
13632026-08-06T22:58:45.020Z Compiling base64 v0.22.1
13642026-08-06T22:58:45.036Z Compiling vcpkg v0.2.15
13652026-08-06T22:58:45.086Z Compiling syn v1.0.109
13662026-08-06T22:58:45.104Z Compiling tracing-core v0.1.36
13672026-08-06T22:58:45.104Z Compiling cpufeatures v0.2.17
13682026-08-06T22:58:45.118Z Compiling dyn-clone v1.0.20
13692026-08-06T22:58:45.144Z Compiling schemars v0.8.22
13702026-08-06T22:58:45.157Z Compiling aws-lc-rs v1.16.3
13712026-08-06T22:58:45.208Z Compiling spin v0.9.8
13722026-08-06T22:58:45.222Z Compiling tinyvec_macros v0.1.1
13732026-08-06T22:58:45.309Z Compiling openssl-probe v0.2.1
13742026-08-06T22:58:45.309Z Compiling httparse v1.10.1
13752026-08-06T22:58:45.339Z Compiling cmov v0.5.4
13762026-08-06T22:58:45.388Z Compiling crc32fast v1.5.0
13772026-08-06T22:58:45.425Z Compiling cmake v0.1.57
13782026-08-06T22:58:45.455Z Compiling tinyvec v1.10.0
13792026-08-06T22:58:45.481Z Compiling aho-corasick v1.1.4
13802026-08-06T22:58:45.510Z Compiling untrusted v0.7.1
13812026-08-06T22:58:45.523Z Compiling radium v0.7.0
13822026-08-06T22:58:45.596Z Compiling ctutils v0.4.2
13832026-08-06T22:58:45.599Z Compiling tower-service v0.3.3
13842026-08-06T22:58:45.647Z Compiling bitflags v2.11.0
13852026-08-06T22:58:45.684Z Compiling semver v1.0.28
13862026-08-06T22:58:45.699Z Compiling indexmap v2.14.0
13872026-08-06T22:58:45.718Z Compiling uuid v1.23.4
13882026-08-06T22:58:45.808Z Compiling tower-layer v0.3.3
13892026-08-06T22:58:45.839Z Compiling try-lock v0.2.5
13902026-08-06T22:58:45.851Z Compiling atomic-waker v1.1.2
13912026-08-06T22:58:45.931Z Compiling rustc_version v0.4.1
13922026-08-06T22:58:45.970Z Compiling want v0.3.1
13932026-08-06T22:58:45.985Z Compiling tap v1.0.1
13942026-08-06T22:58:46.005Z Compiling untrusted v0.9.0
13952026-08-06T22:58:46.030Z Compiling httpdate v1.0.3
13962026-08-06T22:58:46.093Z Compiling foreign-types-shared v0.1.1
13972026-08-06T22:58:46.110Z Compiling simd-adler32 v0.3.8
13982026-08-06T22:58:46.138Z Compiling maybe-uninit v2.0.0
13992026-08-06T22:58:46.152Z Compiling rustls v0.23.41
14002026-08-06T22:58:46.182Z Compiling openssl v0.10.80
14012026-08-06T22:58:46.197Z Compiling foreign-types v0.3.2
14022026-08-06T22:58:46.274Z Compiling wyz v0.5.1
14032026-08-06T22:58:46.289Z Compiling unicode-normalization v0.1.25
14042026-08-06T22:58:46.304Z Compiling aws-lc-sys v0.40.0
14052026-08-06T22:58:46.346Z Compiling openssl-sys v0.9.117
14062026-08-06T22:58:46.366Z Compiling regex-automata v0.4.14
14072026-08-06T22:58:46.383Z Compiling synstructure v0.13.2
14082026-08-06T22:58:46.420Z Compiling serde_derive_internals v0.29.1
14092026-08-06T22:58:46.435Z Compiling pest_generator v2.8.6
14102026-08-06T22:58:46.438Z Compiling darling_core v0.20.11
14112026-08-06T22:58:46.506Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14122026-08-06T22:58:46.537Z Compiling bzip2-sys v0.1.13+1.0.8
14132026-08-06T22:58:46.793Z Compiling tempfile v3.25.0
14142026-08-06T22:58:46.831Z Compiling terminal_size v0.4.3
14152026-08-06T22:58:46.852Z Compiling num-integer v0.1.46
14162026-08-06T22:58:46.939Z Compiling wait-timeout v0.2.1
14172026-08-06T22:58:46.995Z Compiling ahash v0.8.12
14182026-08-06T22:58:47.011Z Compiling native-tls v0.2.18
14192026-08-06T22:58:47.026Z Compiling quick-error v1.2.3
14202026-08-06T22:58:47.173Z Compiling num-conv v0.2.0
14212026-08-06T22:58:47.206Z Compiling bit-vec v0.8.0
14222026-08-06T22:58:47.258Z Compiling num-bigint-dig v0.8.6
14232026-08-06T22:58:47.258Z Compiling time-core v0.1.8
14242026-08-06T22:58:47.288Z Compiling packed_struct v0.10.1
14252026-08-06T22:58:47.291Z Compiling powerfmt v0.2.0
14262026-08-06T22:58:47.291Z Compiling adler2 v2.0.1
14272026-08-06T22:58:47.291Z Compiling funty v2.0.0
14282026-08-06T22:58:47.378Z Compiling clap_builder v4.6.0
14292026-08-06T22:58:47.393Z Compiling rusty-fork v0.3.1
14302026-08-06T22:58:47.420Z Compiling miniz_oxide v0.8.9
14312026-08-06T22:58:47.437Z Compiling time-macros v0.2.27
14322026-08-06T22:58:47.452Z Compiling bit-set v0.8.0
14332026-08-06T22:58:47.469Z Compiling deranged v0.5.8
14342026-08-06T22:58:47.500Z Compiling num-iter v0.1.45
14352026-08-06T22:58:47.647Z Compiling lazy_static v1.5.0
14362026-08-06T22:58:47.670Z Compiling bitvec v1.0.1
14372026-08-06T22:58:47.715Z Compiling rand_xorshift v0.4.0
14382026-08-06T22:58:47.736Z Compiling anstyle-parse v0.2.7
14392026-08-06T22:58:47.753Z Compiling sync_wrapper v1.0.2
14402026-08-06T22:58:47.875Z Compiling indexmap v1.9.3
14412026-08-06T22:58:47.895Z Compiling num_threads v0.1.7
14422026-08-06T22:58:47.942Z Compiling zlib-rs v0.6.2
14432026-08-06T22:58:47.957Z Compiling crc-catalog v2.4.0
14442026-08-06T22:58:48.007Z Compiling paste v1.0.15
14452026-08-06T22:58:48.067Z Compiling nodrop v0.1.14
14462026-08-06T22:58:48.081Z Compiling siphasher v1.0.2
14472026-08-06T22:58:48.085Z Compiling crossbeam-utils v0.8.21
14482026-08-06T22:58:48.168Z Compiling usdt-impl v0.6.0
14492026-08-06T22:58:48.183Z Compiling serde_derive v1.0.228
14502026-08-06T22:58:48.285Z Compiling zeroize_derive v1.5.0
14512026-08-06T22:58:48.299Z Compiling zerocopy-derive v0.8.40
14522026-08-06T22:58:48.386Z Compiling zerofrom-derive v0.1.6
14532026-08-06T22:58:48.404Z Compiling yoke-derive v0.8.1
14542026-08-06T22:58:48.494Z Compiling zerovec-derive v0.11.2
14552026-08-06T22:58:48.548Z Compiling displaydoc v0.2.5
14562026-08-06T22:58:48.562Z Compiling tokio-macros v2.7.0
14572026-08-06T22:58:48.858Z Compiling futures-macro v0.3.32
14582026-08-06T22:58:48.968Z Compiling zeroize v1.9.0
14592026-08-06T22:58:49.204Z Compiling der_derive v0.7.3
14602026-08-06T22:58:49.338Z Compiling thiserror-impl v2.0.18
14612026-08-06T22:58:49.352Z Compiling tracing-attributes v0.1.31
14622026-08-06T22:58:49.484Z Compiling rustls-pki-types v1.14.0
14632026-08-06T22:58:49.618Z Compiling schemars_derive v0.8.22
14642026-08-06T22:58:49.672Z Compiling hybrid-array v0.4.13
14652026-08-06T22:58:49.725Z Compiling futures-util v0.3.32
14662026-08-06T22:58:49.791Z Compiling crypto-common v0.1.7
14672026-08-06T22:58:49.847Z Compiling zerofrom v0.1.6
14682026-08-06T22:58:49.963Z Compiling yoke v0.8.1
14692026-08-06T22:58:49.978Z Compiling block-buffer v0.10.4
14702026-08-06T22:58:49.994Z Compiling scroll_derive v0.13.1
14712026-08-06T22:58:50.167Z Compiling zerovec v0.11.5
14722026-08-06T22:58:50.182Z Compiling zerotrie v0.2.3
14732026-08-06T22:58:50.224Z Compiling digest v0.10.7
14742026-08-06T22:58:50.459Z Compiling der v0.7.10
14752026-08-06T22:58:50.477Z Compiling sha2 v0.10.9
14762026-08-06T22:58:50.494Z Compiling pest_derive v2.8.6
14772026-08-06T22:58:50.497Z Compiling signature v2.2.0
14782026-08-06T22:58:50.629Z Compiling tinystr v0.8.2
14792026-08-06T22:58:50.703Z Compiling potential_utf v0.1.4
14802026-08-06T22:58:50.720Z Compiling thiserror v2.0.18
14812026-08-06T22:58:50.735Z Compiling tracing v0.1.44
14822026-08-06T22:58:50.738Z Compiling darling_macro v0.20.11
14832026-08-06T22:58:50.841Z Compiling icu_locale_core v2.1.1
14842026-08-06T22:58:50.858Z Compiling icu_collections v2.1.1
14852026-08-06T22:58:50.872Z Compiling scroll v0.13.0
14862026-08-06T22:58:50.890Z Compiling thiserror-impl v1.0.69
14872026-08-06T22:58:50.918Z Compiling openssl-macros v0.1.1
14882026-08-06T22:58:50.984Z Compiling hmac v0.12.1
14892026-08-06T22:58:51.037Z Compiling packed_struct_codegen v0.10.1
14902026-08-06T22:58:51.158Z Compiling goblin v0.10.5
14912026-08-06T22:58:51.173Z Compiling bitfield-macros v0.19.4
14922026-08-06T22:58:51.193Z Compiling clap_derive v4.6.1
14932026-08-06T22:58:51.288Z Compiling darling v0.20.11
14942026-08-06T22:58:51.349Z Compiling spki v0.7.3
14952026-08-06T22:58:51.385Z Compiling zerocopy-derive v0.6.6
14962026-08-06T22:58:51.570Z Compiling icu_provider v2.1.1
14972026-08-06T22:58:51.690Z Compiling bytes v1.11.1
14982026-08-06T22:58:51.764Z Compiling chrono v0.4.45
14992026-08-06T22:58:51.767Z Compiling pkcs8 v0.10.2
15002026-08-06T22:58:51.793Z Compiling ipnet v2.11.0
15012026-08-06T22:58:51.899Z Compiling icu_properties v2.1.2
15022026-08-06T22:58:51.934Z Compiling icu_normalizer v2.1.1
15032026-08-06T22:58:52.053Z Compiling hex v0.4.3
15042026-08-06T22:58:52.070Z Compiling serde_spanned v0.6.9
15052026-08-06T22:58:52.196Z Compiling tokio v1.52.1
15062026-08-06T22:58:52.249Z Compiling http v1.4.2
15072026-08-06T22:58:52.305Z Compiling thiserror v1.0.69
15082026-08-06T22:58:52.319Z Compiling toml_datetime v0.6.11
15092026-08-06T22:58:52.353Z Compiling unarray v0.1.4
15102026-08-06T22:58:52.368Z Compiling zerocopy v0.6.6
15112026-08-06T22:58:52.426Z Compiling pkcs1 v0.7.5
15122026-08-06T22:58:52.482Z Compiling bitfield v0.19.4
15132026-08-06T22:58:52.549Z Compiling derive_builder_core v0.20.2
15142026-08-06T22:58:52.597Z Compiling dtrace-parser v0.3.0
15152026-08-06T22:58:52.714Z Compiling ppv-lite86 v0.2.21
15162026-08-06T22:58:52.802Z Compiling idna_adapter v1.2.1
15172026-08-06T22:58:52.927Z Compiling idna v1.1.0
15182026-08-06T22:58:52.959Z Compiling http-body v1.0.1
15192026-08-06T22:58:53.058Z Compiling rand_chacha v0.9.0
15202026-08-06T22:58:53.073Z Compiling rand_chacha v0.3.1
15212026-08-06T22:58:53.089Z Compiling clap v4.6.1
15222026-08-06T22:58:53.103Z Compiling http-body-util v0.1.3
15232026-08-06T22:58:53.129Z Compiling flate2 v1.1.9
15242026-08-06T22:58:53.179Z Compiling time v0.3.47
15252026-08-06T22:58:53.239Z Compiling url v2.5.8
15262026-08-06T22:58:53.307Z Compiling rand v0.9.2
15272026-08-06T22:58:53.355Z Compiling rand v0.8.6
15282026-08-06T22:58:53.425Z Compiling scroll_derive v0.12.1
15292026-08-06T22:58:53.463Z Compiling structmeta-derive v0.3.0
15302026-08-06T22:58:53.554Z Compiling array-init v0.0.4
15312026-08-06T22:58:53.632Z Compiling crc v3.4.0
15322026-08-06T22:58:53.840Z Compiling anstream v0.6.21
15332026-08-06T22:58:53.880Z Compiling proptest v1.11.0
15342026-08-06T22:58:53.909Z Compiling smallvec v0.6.14
15352026-08-06T22:58:54.082Z Compiling dof v0.4.0
15362026-08-06T22:58:54.103Z Compiling darling_core v0.23.0
15372026-08-06T22:58:54.125Z Compiling heapless v0.7.17
15382026-08-06T22:58:54.139Z Compiling slog v2.8.2
15392026-08-06T22:58:54.172Z Compiling thread-id v5.1.0
15402026-08-06T22:58:54.190Z Compiling env_filter v1.0.0
15412026-08-06T22:58:54.267Z Compiling cookie v0.18.1
15422026-08-06T22:58:54.349Z Compiling ryu v1.0.23
15432026-08-06T22:58:54.388Z Compiling unicode-bidi v0.3.18
15442026-08-06T22:58:54.436Z Compiling hashbrown v0.12.3
15452026-08-06T22:58:54.474Z Compiling unicode-properties v0.1.4
15462026-08-06T22:58:54.510Z Compiling anyhow v1.0.102
15472026-08-06T22:58:54.551Z Compiling zstd-safe v7.2.4
15482026-08-06T22:58:54.574Z Compiling ipnetwork v0.21.1
15492026-08-06T22:58:54.617Z Compiling iri-string v0.7.10
15502026-08-06T22:58:54.699Z Compiling base64 v0.21.7
15512026-08-06T22:58:54.764Z Compiling signal-hook v0.3.18
15522026-08-06T22:58:54.792Z Compiling allocator-api2 v0.2.21
15532026-08-06T22:58:54.836Z Compiling winnow v0.5.40
15542026-08-06T22:58:54.947Z Compiling ron v0.8.1
15552026-08-06T22:58:54.997Z Compiling oxnet v0.1.6
15562026-08-06T22:58:55.114Z Compiling rsa v0.9.10
15572026-08-06T22:58:55.159Z Compiling stringprep v0.1.5
15582026-08-06T22:58:55.270Z Compiling structmeta v0.3.0
15592026-08-06T22:58:55.313Z Compiling serde_urlencoded v0.7.1
15602026-08-06T22:58:55.444Z Compiling env_logger v0.11.9
15612026-08-06T22:58:55.478Z Compiling scroll v0.12.0
15622026-08-06T22:58:55.504Z Compiling serde-hex v0.1.0
15632026-08-06T22:58:55.520Z Compiling camino v1.2.2
15642026-08-06T22:58:55.578Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15652026-08-06T22:58:55.618Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15662026-08-06T22:58:55.765Z Compiling derive_builder_macro v0.20.2
15672026-08-06T22:58:55.813Z Compiling bzip2 v0.4.4
15682026-08-06T22:58:55.898Z Compiling hashbrown v0.13.2
15692026-08-06T22:58:55.918Z Compiling serde_tokenstream v0.2.3
15702026-08-06T22:58:56.033Z Compiling tokio-util v0.7.18
15712026-08-06T22:58:56.148Z Compiling tower v0.5.3
15722026-08-06T22:58:56.181Z Compiling toml_edit v0.19.15
15732026-08-06T22:58:56.259Z Compiling tokio-native-tls v0.3.1
15742026-08-06T22:58:56.278Z Compiling newtype-uuid v1.3.2
15752026-08-06T22:58:56.293Z Compiling erased-serde v0.3.31
15762026-08-06T22:58:56.309Z Compiling x509-cert v0.2.5
15772026-08-06T22:58:56.402Z Compiling md-5 v0.10.6
15782026-08-06T22:58:56.450Z Compiling block-padding v0.4.2
15792026-08-06T22:58:56.582Z Compiling tower-http v0.6.8
15802026-08-06T22:58:56.636Z Compiling block-buffer v0.12.1
15812026-08-06T22:58:56.651Z Compiling darling_macro v0.23.0
15822026-08-06T22:58:56.655Z Compiling crypto-common v0.2.2
15832026-08-06T22:58:56.655Z Compiling rustls-native-certs v0.8.3
15842026-08-06T22:58:56.793Z Compiling h2 v0.4.15
15852026-08-06T22:58:56.851Z Compiling bstr v1.12.1
15862026-08-06T22:58:56.971Z Compiling daft-derive v0.1.7
15872026-08-06T22:58:57.002Z Compiling async-trait v0.1.89
15882026-08-06T22:58:57.093Z Compiling zerocopy-derive v0.7.35
15892026-08-06T22:58:57.192Z Compiling pin-project-internal v1.1.11
15902026-08-06T22:58:57.288Z Compiling curve25519-dalek v4.1.3
15912026-08-06T22:58:57.562Z Compiling vergen-lib v9.1.0
15922026-08-06T22:58:57.655Z Compiling hash32 v0.2.1
15932026-08-06T22:58:57.771Z Compiling encoding_rs v0.8.35
15942026-08-06T22:58:57.783Z Compiling memoffset v0.9.1
15952026-08-06T22:58:57.869Z Compiling crc-any v2.5.0
15962026-08-06T22:58:58.000Z Compiling cfg_aliases v0.2.1
15972026-08-06T22:58:58.014Z Compiling smoltcp v0.9.1
15982026-08-06T22:58:58.035Z Compiling fallible-iterator v0.2.0
15992026-08-06T22:58:58.060Z Compiling psl-types v2.0.11
16002026-08-06T22:58:58.076Z Compiling mime v0.3.17
16012026-08-06T22:58:58.090Z Compiling ref-cast v1.0.25
16022026-08-06T22:58:58.118Z Compiling rustix v0.38.44
16032026-08-06T22:58:58.205Z Compiling litrs v1.0.0
16042026-08-06T22:58:58.247Z Compiling publicsuffix v2.3.0
16052026-08-06T22:58:58.360Z Compiling postgres-protocol v0.6.10
16062026-08-06T22:58:58.360Z Compiling pin-project v1.1.11
16072026-08-06T22:58:58.374Z Compiling nix v0.31.2
16082026-08-06T22:58:58.437Z Compiling zerocopy v0.7.35
16092026-08-06T22:58:58.495Z Compiling daft v0.1.7
16102026-08-06T22:58:58.568Z Compiling toml v0.7.8
16112026-08-06T22:58:58.588Z Compiling darling v0.23.0
16122026-08-06T22:58:58.684Z Compiling inout v0.2.2
16132026-08-06T22:58:58.747Z Compiling document-features v0.2.12
16142026-08-06T22:58:58.793Z Compiling object v0.30.4
16152026-08-06T22:58:58.822Z Compiling derive_builder v0.20.2
16162026-08-06T22:58:58.887Z Compiling zip v0.6.6
16172026-08-06T22:58:58.902Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16182026-08-06T22:58:58.937Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16192026-08-06T22:58:58.975Z Compiling goblin v0.8.2
16202026-08-06T22:58:58.987Z Compiling derive-ex v0.1.8
16212026-08-06T22:58:59.287Z Compiling futures-executor v0.3.32
16222026-08-06T22:58:59.340Z Compiling hubpack_derive v0.1.1
16232026-08-06T22:58:59.362Z Compiling regex v1.12.3
16242026-08-06T22:58:59.501Z Compiling phf_shared v0.13.1
16252026-08-06T22:58:59.531Z Compiling ref-cast-impl v1.0.25
16262026-08-06T22:58:59.548Z Compiling snafu-derive v0.8.9
16272026-08-06T22:58:59.578Z Compiling curve25519-dalek-derive v0.1.1
16282026-08-06T22:58:59.582Z Compiling strum_macros v0.27.2
16292026-08-06T22:58:59.616Z Compiling cargo-platform v0.3.2
16302026-08-06T22:58:59.767Z Compiling vergen v9.1.0
16312026-08-06T22:58:59.820Z Compiling ff v0.13.1
16322026-08-06T22:58:59.823Z Compiling fs-err v3.3.0
16332026-08-06T22:58:59.905Z Compiling jiff-core v0.1.0
16342026-08-06T22:58:59.972Z Compiling unicode-segmentation v1.12.0
16352026-08-06T22:58:59.988Z Compiling path-slash v0.1.5
16362026-08-06T22:59:00.042Z Compiling hyper v1.10.1
16372026-08-06T22:59:00.116Z Compiling libbz2-rs-sys v0.2.2
16382026-08-06T22:59:00.133Z Compiling either v1.15.0
16392026-08-06T22:59:00.295Z Compiling bitflags v1.3.2
16402026-08-06T22:59:00.340Z Compiling foldhash v0.1.5
16412026-08-06T22:59:00.355Z Compiling managed v0.8.0
16422026-08-06T22:59:00.376Z Compiling base16ct v0.2.0
16432026-08-06T22:59:00.390Z Compiling foldhash v0.2.0
16442026-08-06T22:59:00.528Z Compiling object v0.37.3
16452026-08-06T22:59:00.565Z Compiling bumpalo v3.20.2
16462026-08-06T22:59:00.593Z Compiling same-file v1.0.6
16472026-08-06T22:59:00.636Z Compiling jiff v0.2.34
16482026-08-06T22:59:00.699Z Compiling test-strategy v0.4.5
16492026-08-06T22:59:00.777Z Compiling zopfli v0.8.3
16502026-08-06T22:59:00.829Z Compiling walkdir v2.5.0
16512026-08-06T22:59:00.845Z Compiling hashbrown v0.16.1
16522026-08-06T22:59:00.990Z Compiling bzip2 v0.6.1
16532026-08-06T22:59:01.074Z Compiling sec1 v0.7.3
16542026-08-06T22:59:01.165Z Compiling hyper-util v0.1.20
16552026-08-06T22:59:01.212Z Compiling dof v0.3.0
16562026-08-06T22:59:01.368Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16572026-08-06T22:59:01.454Z Compiling hashbrown v0.15.5
16582026-08-06T22:59:01.523Z Compiling snafu v0.8.9
16592026-08-06T22:59:01.600Z Compiling strum v0.27.2
16602026-08-06T22:59:01.750Z Compiling group v0.13.0
16612026-08-06T22:59:01.763Z Compiling hubpack v0.1.2
16622026-08-06T22:59:01.814Z Compiling cargo_metadata v0.23.1
16632026-08-06T22:59:01.828Z Compiling phf v0.13.1
16642026-08-06T22:59:01.894Z Compiling futures v0.3.32
16652026-08-06T22:59:01.949Z Compiling signal-hook-mio v0.2.5
16662026-08-06T22:59:01.985Z Compiling cookie_store v0.22.1
16672026-08-06T22:59:02.002Z Compiling zstd v0.13.3
16682026-08-06T22:59:02.016Z Compiling cipher v0.5.2
16692026-08-06T22:59:02.056Z Compiling postgres-types v0.2.12
16702026-08-06T22:59:02.078Z Compiling serde_with_macros v3.21.0
16712026-08-06T22:59:02.377Z Compiling globset v0.4.18
16722026-08-06T22:59:02.402Z Compiling usdt-attr-macro v0.6.0
16732026-08-06T22:59:02.434Z Compiling usdt-macro v0.6.0
16742026-08-06T22:59:02.517Z Compiling byte-wrapper v0.1.0
16752026-08-06T22:59:02.639Z Compiling hyper-tls v0.6.0
16762026-08-06T22:59:02.715Z Compiling dtrace-parser v0.2.0
16772026-08-06T22:59:02.849Z Compiling reqwest v0.12.28
16782026-08-06T22:59:02.874Z Compiling ed25519 v2.2.3
16792026-08-06T22:59:02.895Z Compiling olpc-cjson v0.1.4
16802026-08-06T22:59:03.015Z Compiling serde_plain v1.0.2
16812026-08-06T22:59:03.086Z Compiling serde-big-array v0.5.1
16822026-08-06T22:59:03.102Z Compiling hkdf v0.12.4
16832026-08-06T22:59:03.241Z Compiling crypto-bigint v0.5.5
16842026-08-06T22:59:03.258Z Compiling phf_shared v0.11.3
16852026-08-06T22:59:03.261Z Compiling serde_repr v0.1.20
16862026-08-06T22:59:03.287Z Compiling async-recursion v1.1.1
16872026-08-06T22:59:03.302Z Compiling strum_macros v0.26.4
16882026-08-06T22:59:03.316Z Compiling enum-as-inner v0.6.1
16892026-08-06T22:59:03.319Z Compiling float-cmp v0.10.0
16902026-08-06T22:59:03.362Z Compiling pem v3.0.6
16912026-08-06T22:59:03.464Z Compiling thread-id v4.2.2
16922026-08-06T22:59:03.487Z Compiling memmap2 v0.9.10
16932026-08-06T22:59:03.501Z Compiling winnow v1.0.3
16942026-08-06T22:59:03.558Z Compiling predicates-core v1.0.10
16952026-08-06T22:59:03.714Z Compiling difflib v0.4.0
16962026-08-06T22:59:03.728Z Compiling normalize-line-endings v0.3.0
16972026-08-06T22:59:03.753Z Compiling const-oid v0.10.2
16982026-08-06T22:59:03.813Z Compiling data-encoding v2.10.0
16992026-08-06T22:59:03.845Z Compiling fixedbitset v0.4.2
17002026-08-06T22:59:03.860Z Compiling fixedbitset v0.5.7
17012026-08-06T22:59:03.874Z Compiling static_assertions v1.1.0
17022026-08-06T22:59:03.888Z Compiling typed-path v0.9.3
17032026-08-06T22:59:03.958Z Compiling new_debug_unreachable v1.0.6
17042026-08-06T22:59:03.980Z Compiling precomputed-hash v0.1.1
17052026-08-06T22:59:03.995Z Compiling cpufeatures v0.3.0
17062026-08-06T22:59:04.042Z Compiling keccak v0.1.6
17072026-08-06T22:59:04.081Z Compiling whoami v2.1.0
17082026-08-06T22:59:04.096Z Compiling petgraph v0.8.3
17092026-08-06T22:59:04.101Z Compiling chacha20 v0.10.0
17102026-08-06T22:59:04.184Z Compiling hickory-proto v0.25.2
17112026-08-06T22:59:04.283Z Compiling elliptic-curve v0.13.8
17122026-08-06T22:59:04.298Z Compiling sha3 v0.10.8
17132026-08-06T22:59:04.490Z Compiling tokio-postgres v0.7.16
17142026-08-06T22:59:04.507Z Compiling string_cache v0.8.9
17152026-08-06T22:59:04.522Z Compiling petgraph v0.6.5
17162026-08-06T22:59:04.538Z Compiling toml_edit v0.22.27
17172026-08-06T22:59:04.702Z Compiling predicates v3.1.4
17182026-08-06T22:59:04.746Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17192026-08-06T22:59:04.780Z Compiling digest v0.11.3
17202026-08-06T22:59:04.795Z Compiling toml_parser v1.1.2+spec-1.1.0
17212026-08-06T22:59:05.026Z Compiling usdt v0.6.0
17222026-08-06T22:59:05.041Z Compiling usdt-impl v0.5.0
17232026-08-06T22:59:05.111Z Compiling strum v0.26.3
17242026-08-06T22:59:05.136Z Compiling serde_with v3.21.0
17252026-08-06T22:59:05.261Z Compiling crossterm v0.28.1
17262026-08-06T22:59:05.309Z Compiling ed25519-dalek v2.2.0
17272026-08-06T22:59:05.364Z Compiling zip v4.6.1
17282026-08-06T22:59:05.437Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17292026-08-06T22:59:05.845Z Compiling iddqd v0.4.2
17302026-08-06T22:59:06.067Z Compiling itertools v0.15.0
17312026-08-06T22:59:06.238Z Compiling itertools v0.13.0
17322026-08-06T22:59:06.323Z Compiling heck v0.4.1
17332026-08-06T22:59:06.554Z Compiling similar v2.7.0
17342026-08-06T22:59:06.572Z Compiling tokio-stream v0.1.18
17352026-08-06T22:59:06.651Z Compiling crossbeam-epoch v0.9.18
17362026-08-06T22:59:06.735Z Compiling buf-list v1.1.2
17372026-08-06T22:59:06.935Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17382026-08-06T22:59:06.967Z Compiling openapiv3 v2.2.0
17392026-08-06T22:59:06.998Z Compiling lalrpop-util v0.19.12
17402026-08-06T22:59:07.035Z Compiling peg-runtime v0.8.5
17412026-08-06T22:59:07.049Z Compiling thread_local v1.1.9
17422026-08-06T22:59:07.148Z Compiling slog-async v2.8.0
17432026-08-06T22:59:07.244Z Compiling crossbeam-channel v0.5.15
17442026-08-06T22:59:07.297Z Compiling filetime v0.2.27
17452026-08-06T22:59:07.300Z Compiling is-terminal v0.4.17
17462026-08-06T22:59:07.355Z Compiling xattr v1.6.1
17472026-08-06T22:59:07.358Z Compiling take_mut v0.2.2
17482026-08-06T22:59:07.398Z Compiling term v1.2.1
17492026-08-06T22:59:07.419Z Compiling camino-tempfile v1.4.1
17502026-08-06T22:59:07.488Z Compiling tar v0.4.46
17512026-08-06T22:59:07.704Z Compiling slog-term v2.9.2
17522026-08-06T22:59:24.941Z Compiling rustls-webpki v0.103.13
17532026-08-06T22:59:27.638Z Compiling tokio-rustls v0.26.4
17542026-08-06T22:59:27.638Z Compiling rustls-platform-verifier v0.6.2
17552026-08-06T22:59:27.638Z Compiling tough v0.22.0
17562026-08-06T22:59:27.840Z Compiling hyper-rustls v0.27.7
17572026-08-06T22:59:28.025Z Compiling reqwest v0.13.2
17582026-08-06T22:59:30.187Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17592026-08-06T22:59:30.417Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17602026-08-06T22:59:33.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.86s
17612026-08-06T22:59:33.473Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17622026-08-06T22:59:33.530ZAug 06 22:59:32.481 INFO Starting download, target: Console
17632026-08-06T22:59:33.530ZAug 06 22:59:32.481 INFO Starting download, target: Cockroach
17642026-08-06T22:59:33.530ZAug 06 22:59:32.481 INFO Starting download, target: Clickhouse
17652026-08-06T22:59:33.533ZAug 06 22:59:32.481 INFO Starting download, target: DendriteStub
17662026-08-06T22:59:33.533ZAug 06 22:59:32.481 INFO Starting download, target: MaghemiteMgd
17672026-08-06T22:59:33.533ZAug 06 22:59:32.481 INFO Starting download, target: MaghemiteDdmd
17682026-08-06T22:59:33.533ZAug 06 22:59:32.481 INFO Starting download, target: TransceiverControl
17692026-08-06T22:59:33.533ZAug 06 22:59:32.481 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17702026-08-06T22:59:33.533ZAug 06 22:59:32.481 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17712026-08-06T22:59:33.533ZAug 06 22:59:32.481 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17722026-08-06T22:59:33.533ZAug 06 22:59:32.481 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17732026-08-06T22:59:33.533ZAug 06 22:59:32.482 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17742026-08-06T22:59:33.533ZAug 06 22:59:32.482 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17752026-08-06T22:59:33.533ZAug 06 22:59:32.482 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17762026-08-06T22:59:34.219ZAug 06 22:59:33.167 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17772026-08-06T22:59:34.435ZAug 06 22:59:33.383 INFO Download complete, target: TransceiverControl
17782026-08-06T22:59:35.415ZAug 06 22:59:34.361 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17792026-08-06T22:59:35.425ZAug 06 22:59:34.374 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17802026-08-06T22:59:35.599ZAug 06 22:59:34.546 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17812026-08-06T22:59:35.668ZAug 06 22:59:34.615 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17822026-08-06T22:59:35.834ZAug 06 22:59:34.783 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17832026-08-06T22:59:35.867ZAug 06 22:59:34.814 INFO Download complete, target: Console
17842026-08-06T22:59:36.104ZAug 06 22:59:35.055 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17852026-08-06T22:59:36.104ZAug 06 22:59:35.055 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17862026-08-06T22:59:37.414ZAug 06 22:59:36.364 INFO Download complete, target: MaghemiteDdmd
17872026-08-06T22:59:38.135ZAug 06 22:59:37.086 INFO Download complete, target: DendriteStub
17882026-08-06T22:59:38.436ZAug 06 22:59:37.387 INFO Download complete, target: MaghemiteMgd
17892026-08-06T22:59:40.881ZAug 06 22:59:39.824 INFO Checking that binary works, target: Cockroach
17902026-08-06T22:59:41.014ZAug 06 22:59:39.950 INFO Download complete, target: Cockroach
17912026-08-06T22:59:42.685ZAug 06 22:59:41.635 INFO Checking that binary works, target: Clickhouse
17922026-08-06T22:59:42.771ZAug 06 22:59:41.722 INFO Download complete, target: Clickhouse
17932026-08-06T22:59:42.780ZAll prerequisites installed successfully
17942026-08-06T22:59:42.786Z
17952026-08-06T22:59:42.786Zreal 1:54.416342166
17962026-08-06T22:59:42.786Zuser 7:10.702628449
17972026-08-06T22:59:42.786Zsys 1:43.889933659
17982026-08-06T22:59:42.786Ztrap 0.261914074
17992026-08-06T22:59:42.786Ztflt 0.911597819
18002026-08-06T22:59:42.786Zdflt 1.696029997
18012026-08-06T22:59:42.786Zkflt 0.027119326
18022026-08-06T22:59:42.786Zlock 28:09.547703864
18032026-08-06T22:59:42.786Zslp 19:45.749891873
18042026-08-06T22:59:42.786Zlat 25.337032262
18052026-08-06T22:59:42.786Zstop 3:24.290821181
18062026-08-06T22:59:42.786Z+ ptime -m cargo xtask download softnpu
18072026-08-06T22:59:43.240Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18082026-08-06T22:59:43.260Z Running `target/debug/xtask download softnpu`
18092026-08-06T22:59:44.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
18102026-08-06T22:59:44.081Z Running `target/debug/xtask-downloader softnpu`
18112026-08-06T22:59:44.122ZAug 06 22:59:43.073 INFO Starting download, target: Softnpu
18122026-08-06T22:59:44.125ZAug 06 22:59:43.073 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
18132026-08-06T22:59:44.662ZAug 06 22:59:43.613 INFO Download complete, target: Softnpu
18142026-08-06T22:59:44.666Z
18152026-08-06T22:59:44.666Zreal 1.880853648
18162026-08-06T22:59:44.666Zuser 1.314329595
18172026-08-06T22:59:44.666Zsys 0.617365789
18182026-08-06T22:59:44.666Ztrap 0.000511170
18192026-08-06T22:59:44.666Ztflt 0.000084930
18202026-08-06T22:59:44.666Zdflt 0.000347190
18212026-08-06T22:59:44.666Zkflt 0.000000000
18222026-08-06T22:59:44.666Zlock 10.118209397
18232026-08-06T22:59:44.666Zslp 0.392265759
18242026-08-06T22:59:44.666Zlat 0.089826467
18252026-08-06T22:59:44.666Zstop 0.000183550
18262026-08-06T22:59:44.669Z+ export CARGO_INCREMENTAL=0
18272026-08-06T22:59:44.669Z+ CARGO_INCREMENTAL=0
18282026-08-06T22:59:44.669Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18292026-08-06T22:59:45.589Z Compiling proc-macro2 v1.0.106
18302026-08-06T22:59:45.589Z Compiling quote v1.0.45
18312026-08-06T22:59:45.592Z Compiling unicode-ident v1.0.24
18322026-08-06T22:59:45.592Z Compiling libc v0.2.185
18332026-08-06T22:59:45.592Z Compiling serde_core v1.0.228
18342026-08-06T22:59:45.593Z Compiling serde v1.0.228
18352026-08-06T22:59:45.593Z Compiling cfg-if v1.0.4
18362026-08-06T22:59:45.739Z Compiling version_check v0.9.5
18372026-08-06T22:59:45.743Z Compiling autocfg v1.5.0
18382026-08-06T22:59:45.743Z Compiling shlex v1.3.0
18392026-08-06T22:59:45.743Z Compiling find-msvc-tools v0.1.9
18402026-08-06T22:59:45.743Z Compiling memchr v2.8.0
18412026-08-06T22:59:45.743Z Compiling zmij v1.0.21
18422026-08-06T22:59:45.743Z Compiling serde_json v1.0.151
18432026-08-06T22:59:45.948Z Compiling portable-atomic v1.13.1
18442026-08-06T22:59:46.009Z Compiling zerocopy v0.8.40
18452026-08-06T22:59:46.012Z Compiling libm v0.2.16
18462026-08-06T22:59:46.062Z Compiling getrandom v0.4.1
18472026-08-06T22:59:46.067Z Compiling parking_lot_core v0.9.12
18482026-08-06T22:59:46.081Z Compiling icu_properties_data v2.1.2
18492026-08-06T22:59:46.127Z Compiling smallvec v1.15.1
18502026-08-06T22:59:46.144Z Compiling num-traits v0.2.19
18512026-08-06T22:59:46.185Z Compiling generic-array v0.14.7
18522026-08-06T22:59:46.330Z Compiling icu_normalizer_data v2.1.1
18532026-08-06T22:59:46.334Z Compiling itoa v1.0.17
18542026-08-06T22:59:46.379Z Compiling log v0.4.29
18552026-08-06T22:59:46.389Z Compiling subtle v2.6.1
18562026-08-06T22:59:46.430Z Compiling pkg-config v0.3.32
18572026-08-06T22:59:46.446Z Compiling typenum v1.20.1
18582026-08-06T22:59:46.491Z Compiling stable_deref_trait v1.2.1
18592026-08-06T22:59:46.597Z Compiling getrandom v0.3.4
18602026-08-06T22:59:46.629Z Compiling scopeguard v1.2.0
18612026-08-06T22:59:46.677Z Compiling thiserror v2.0.18
18622026-08-06T22:59:46.681Z Compiling rustix v1.1.3
18632026-08-06T22:59:46.732Z Compiling lock_api v0.4.14
18642026-08-06T22:59:46.849Z Compiling rand_core v0.10.0
18652026-08-06T22:59:46.869Z Compiling jobserver v0.1.34
18662026-08-06T22:59:46.942Z Compiling errno v0.3.14
18672026-08-06T22:59:47.021Z Compiling getrandom v0.2.17
18682026-08-06T22:59:47.069Z Compiling equivalent v1.0.2
18692026-08-06T22:59:47.085Z Compiling syn v2.0.117
18702026-08-06T22:59:47.100Z Compiling cc v1.2.56
18712026-08-06T22:59:47.118Z Compiling heck v0.5.0
18722026-08-06T22:59:47.167Z Compiling rand_core v0.6.4
18732026-08-06T22:59:47.215Z Compiling pin-project-lite v0.2.17
18742026-08-06T22:59:47.275Z Compiling syn v1.0.109
18752026-08-06T22:59:47.278Z Compiling critical-section v1.2.0
18762026-08-06T22:59:47.358Z Compiling percent-encoding v2.3.2
18772026-08-06T22:59:47.375Z Compiling writeable v0.6.2
18782026-08-06T22:59:47.378Z Compiling litemap v0.8.1
18792026-08-06T22:59:47.443Z Compiling schemars v0.8.22
18802026-08-06T22:59:47.459Z Compiling hashbrown v0.17.0
18812026-08-06T22:59:47.576Z Compiling fs_extra v1.3.0
18822026-08-06T22:59:47.593Z Compiling rustversion v1.0.22
18832026-08-06T22:59:47.624Z Compiling dunce v1.0.5
18842026-08-06T22:59:47.640Z Compiling once_cell v1.21.3
18852026-08-06T22:59:47.736Z Compiling byteorder v1.5.0
18862026-08-06T22:59:47.842Z Compiling strsim v0.11.1
18872026-08-06T22:59:47.859Z Compiling cmake v0.1.57
18882026-08-06T22:59:47.913Z Compiling signal-hook-registry v1.4.8
18892026-08-06T22:59:47.985Z Compiling utf8_iter v1.0.4
18902026-08-06T22:59:48.041Z Compiling thiserror v1.0.69
18912026-08-06T22:59:48.128Z Compiling parking_lot v0.12.5
18922026-08-06T22:59:48.173Z Compiling semver v1.0.28
18932026-08-06T22:59:48.229Z Compiling indexmap v2.14.0
18942026-08-06T22:59:48.277Z Compiling bitflags v2.11.0
18952026-08-06T22:59:48.322Z Compiling form_urlencoded v1.2.2
18962026-08-06T22:59:48.423Z Compiling aws-lc-sys v0.40.0
18972026-08-06T22:59:48.518Z Compiling mio v1.2.0
18982026-08-06T22:59:48.531Z Compiling socket2 v0.6.3
18992026-08-06T22:59:48.580Z Compiling aws-lc-rs v1.16.3
19002026-08-06T22:59:48.605Z Compiling const-oid v0.9.6
19012026-08-06T22:59:48.705Z Compiling futures-core v0.3.32
19022026-08-06T22:59:48.885Z Compiling httparse v1.10.1
19032026-08-06T22:59:48.978Z Compiling crc32fast v1.5.0
19042026-08-06T22:59:49.047Z Compiling regex-syntax v0.8.10
19052026-08-06T22:59:49.219Z Compiling fnv v1.0.7
19062026-08-06T22:59:49.242Z Compiling ucd-trie v0.1.7
19072026-08-06T22:59:49.349Z Compiling vcpkg v0.2.15
19082026-08-06T22:59:49.359Z Compiling iana-time-zone v0.1.65
19092026-08-06T22:59:49.400Z Compiling ident_case v1.0.1
19102026-08-06T22:59:49.435Z Compiling pest v2.8.6
19112026-08-06T22:59:49.519Z Compiling uuid v1.23.4
19122026-08-06T22:59:49.594Z Compiling rustc_version v0.4.1
19132026-08-06T22:59:49.687Z Compiling futures-sink v0.3.32
19142026-08-06T22:59:49.707Z Compiling rustls v0.23.41
19152026-08-06T22:59:49.770Z Compiling futures-channel v0.3.32
19162026-08-06T22:59:49.899Z Compiling aho-corasick v1.1.4
19172026-08-06T22:59:49.955Z Compiling synstructure v0.13.2
19182026-08-06T22:59:49.981Z Compiling serde_derive_internals v0.29.1
19192026-08-06T22:59:49.985Z Compiling openssl-sys v0.9.117
19202026-08-06T22:59:50.005Z Compiling futures-io v0.3.32
19212026-08-06T22:59:50.074Z Compiling slab v0.4.12
19222026-08-06T22:59:50.207Z Compiling futures-task v0.3.32
19232026-08-06T22:59:50.378Z Compiling radium v0.7.0
19242026-08-06T22:59:50.414Z Compiling plain v0.2.3
19252026-08-06T22:59:50.493Z Compiling dyn-clone v1.0.20
19262026-08-06T22:59:50.527Z Compiling time-core v0.1.8
19272026-08-06T22:59:50.530Z Compiling num-conv v0.2.0
19282026-08-06T22:59:50.561Z Compiling pest_meta v2.8.6
19292026-08-06T22:59:50.626Z Compiling crossbeam-utils v0.8.21
19302026-08-06T22:59:50.691Z Compiling pretty-hex v0.4.1
19312026-08-06T22:59:50.707Z Compiling time-macros v0.2.27
19322026-08-06T22:59:50.711Z Compiling maybe-uninit v2.0.0
19332026-08-06T22:59:50.757Z Compiling openssl v0.10.80
19342026-08-06T22:59:50.773Z Compiling base64ct v1.8.3
19352026-08-06T22:59:50.831Z Compiling regex-automata v0.4.14
19362026-08-06T22:59:50.848Z Compiling base64 v0.22.1
19372026-08-06T22:59:51.018Z Compiling pem-rfc7468 v0.7.0
19382026-08-06T22:59:51.036Z Compiling flagset v0.4.7
19392026-08-06T22:59:51.099Z Compiling rand_core v0.9.5
19402026-08-06T22:59:51.138Z Compiling darling_core v0.23.0
19412026-08-06T22:59:51.190Z Compiling pest_generator v2.8.6
19422026-08-06T22:59:51.224Z Compiling serde_derive v1.0.228
19432026-08-06T22:59:51.241Z Compiling zeroize_derive v1.5.0
19442026-08-06T22:59:51.278Z Compiling zerofrom-derive v0.1.6
19452026-08-06T22:59:51.305Z Compiling yoke-derive v0.8.1
19462026-08-06T22:59:51.335Z Compiling zerocopy-derive v0.8.40
19472026-08-06T22:59:51.351Z Compiling zerovec-derive v0.11.2
19482026-08-06T22:59:51.382Z Compiling displaydoc v0.2.5
19492026-08-06T22:59:51.398Z Compiling tokio-macros v2.7.0
19502026-08-06T22:59:51.617Z Compiling futures-macro v0.3.32
19512026-08-06T22:59:51.703Z Compiling thiserror-impl v2.0.18
19522026-08-06T22:59:51.838Z Compiling schemars_derive v0.8.22
19532026-08-06T22:59:51.852Z Compiling der_derive v0.7.3
19542026-08-06T22:59:51.866Z Compiling zeroize v1.9.0
19552026-08-06T22:59:52.094Z Compiling tracing-attributes v0.1.31
19562026-08-06T22:59:52.130Z Compiling thiserror-impl v1.0.69
19572026-08-06T22:59:52.310Z Compiling pest_derive v2.8.6
19582026-08-06T22:59:52.427Z Compiling zerofrom v0.1.6
19592026-08-06T22:59:52.448Z Compiling futures-util v0.3.32
19602026-08-06T22:59:52.571Z Compiling yoke v0.8.1
19612026-08-06T22:59:52.669Z Compiling crypto-common v0.1.7
19622026-08-06T22:59:52.763Z Compiling zerovec v0.11.5
19632026-08-06T22:59:52.778Z Compiling zerotrie v0.2.3
19642026-08-06T22:59:52.797Z Compiling block-buffer v0.10.4
19652026-08-06T22:59:52.977Z Compiling digest v0.10.7
19662026-08-06T22:59:53.142Z Compiling scroll_derive v0.13.1
19672026-08-06T22:59:53.212Z Compiling scroll_derive v0.12.1
19682026-08-06T22:59:53.234Z Compiling der v0.7.10
19692026-08-06T22:59:53.262Z Compiling tinystr v0.8.2
19702026-08-06T22:59:53.270Z Compiling potential_utf v0.1.4
19712026-08-06T22:59:53.279Z Compiling openssl-macros v0.1.1
19722026-08-06T22:59:53.342Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19732026-08-06T22:59:53.356Z Compiling bzip2-sys v0.1.13+1.0.8
19742026-08-06T22:59:53.441Z Compiling icu_locale_core v2.1.1
19752026-08-06T22:59:53.467Z Compiling icu_collections v2.1.1
19762026-08-06T22:59:53.673Z Compiling ahash v0.8.12
19772026-08-06T22:59:53.701Z Compiling packed_struct v0.10.1
19782026-08-06T22:59:53.730Z Compiling anyhow v1.0.102
19792026-08-06T22:59:53.926Z Compiling num-bigint-dig v0.8.6
19802026-08-06T22:59:53.959Z Compiling native-tls v0.2.18
19812026-08-06T22:59:54.039Z Compiling darling_macro v0.23.0
19822026-08-06T22:59:54.114Z Compiling icu_provider v2.1.1
19832026-08-06T22:59:54.182Z Compiling spki v0.7.3
19842026-08-06T22:59:54.199Z Compiling regex v1.12.3
19852026-08-06T22:59:54.275Z Compiling zerocopy-derive v0.7.35
19862026-08-06T22:59:54.341Z Compiling bytes v1.11.1
19872026-08-06T22:59:54.349Z Compiling serde_tokenstream v0.2.3
19882026-08-06T22:59:54.408Z Compiling chrono v0.4.45
19892026-08-06T22:59:54.432Z Compiling icu_properties v2.1.2
19902026-08-06T22:59:54.487Z Compiling icu_normalizer v2.1.1
19912026-08-06T22:59:54.735Z Compiling slog v2.8.2
19922026-08-06T22:59:54.922Z Compiling tokio v1.52.1
19932026-08-06T22:59:54.964Z Compiling http v1.4.2
19942026-08-06T22:59:55.517Z Compiling idna_adapter v1.2.1
19952026-08-06T22:59:55.645Z Compiling idna v1.1.0
19962026-08-06T22:59:55.741Z Compiling ppv-lite86 v0.2.21
19972026-08-06T22:59:55.919Z Compiling tracing-core v0.1.36
19982026-08-06T22:59:55.936Z Compiling cookie v0.18.1
19992026-08-06T22:59:55.940Z Compiling cpufeatures v0.2.17
20002026-08-06T22:59:55.969Z Compiling camino v1.2.2
20012026-08-06T22:59:56.028Z Compiling url v2.5.8
20022026-08-06T22:59:56.090Z Compiling utf8parse v0.2.2
20032026-08-06T22:59:56.147Z Compiling rand_chacha v0.9.0
20042026-08-06T22:59:56.238Z Compiling darling v0.23.0
20052026-08-06T22:59:56.256Z Compiling serde_spanned v0.6.9
20062026-08-06T22:59:56.278Z Compiling toml_datetime v0.6.11
20072026-08-06T22:59:56.293Z Compiling clap_derive v4.6.1
20082026-08-06T22:59:56.337Z Compiling tracing v0.1.44
20092026-08-06T22:59:56.353Z Compiling bitfield-macros v0.19.4
20102026-08-06T22:59:56.416Z Compiling zerocopy-derive v0.6.6
20112026-08-06T22:59:56.538Z Compiling packed_struct_codegen v0.10.1
20122026-08-06T22:59:56.788Z Compiling indexmap v1.9.3
20132026-08-06T22:59:56.844Z Compiling paste v1.0.15
20142026-08-06T22:59:57.044Z Compiling anstyle v1.0.14
20152026-08-06T22:59:57.075Z Compiling rand v0.9.2
20162026-08-06T22:59:57.167Z Compiling http-body v1.0.1
20172026-08-06T22:59:57.182Z Compiling pkcs8 v0.10.2
20182026-08-06T22:59:57.283Z Compiling rustls-pki-types v1.14.0
20192026-08-06T22:59:57.427Z Compiling spin v0.9.8
20202026-08-06T22:59:57.442Z Compiling usdt-impl v0.5.0
20212026-08-06T22:59:57.512Z Compiling openssl-probe v0.2.1
20222026-08-06T22:59:57.648Z Compiling either v1.15.0
20232026-08-06T22:59:57.683Z Compiling is_terminal_polyfill v1.70.2
20242026-08-06T22:59:57.698Z Compiling fastrand v2.3.0
20252026-08-06T22:59:57.716Z Compiling usdt-impl v0.6.0
20262026-08-06T22:59:57.719Z Compiling tinyvec_macros v0.1.1
20272026-08-06T22:59:57.796Z Compiling colorchoice v1.0.4
20282026-08-06T22:59:57.815Z Compiling cmov v0.5.4
20292026-08-06T22:59:57.830Z Compiling anstyle-query v1.1.5
20302026-08-06T22:59:57.868Z Compiling ref-cast v1.0.25
20312026-08-06T22:59:57.884Z Compiling winnow v0.5.40
20322026-08-06T22:59:57.933Z Compiling tinyvec v1.10.0
20332026-08-06T22:59:58.034Z Compiling ctutils v0.4.2
20342026-08-06T22:59:58.159Z Compiling sha2 v0.10.9
20352026-08-06T22:59:58.300Z Compiling scroll v0.13.0
20362026-08-06T22:59:58.316Z Compiling scroll v0.12.0
20372026-08-06T22:59:58.382Z Compiling async-trait v0.1.89
20382026-08-06T22:59:58.458Z Compiling heapless v0.7.17
20392026-08-06T22:59:58.588Z Compiling try-lock v0.2.5
20402026-08-06T22:59:58.591Z Compiling winnow v0.7.14
20412026-08-06T22:59:58.622Z Compiling untrusted v0.7.1
20422026-08-06T22:59:58.636Z Compiling rustix v0.38.44
20432026-08-06T22:59:58.682Z Compiling tower-service v0.3.3
20442026-08-06T22:59:58.715Z Compiling tower-layer v0.3.3
20452026-08-06T22:59:58.720Z Compiling zstd-safe v7.2.4
20462026-08-06T22:59:58.759Z Compiling tokio-util v0.7.18
20472026-08-06T22:59:58.798Z Compiling signal-hook v0.3.18
20482026-08-06T22:59:58.896Z Compiling atomic-waker v1.1.2
20492026-08-06T22:59:58.977Z Compiling winnow v1.0.3
20502026-08-06T22:59:59.033Z Compiling litrs v1.0.0
20512026-08-06T22:59:59.114Z Compiling want v0.3.1
20522026-08-06T22:59:59.273Z Compiling toml_edit v0.19.15
20532026-08-06T22:59:59.290Z Compiling toml_parser v1.1.2+spec-1.1.0
20542026-08-06T22:59:59.308Z Compiling tempfile v3.25.0
20552026-08-06T22:59:59.497Z Compiling document-features v0.2.12
20562026-08-06T22:59:59.650Z Compiling h2 v0.4.15
20572026-08-06T22:59:59.705Z Compiling goblin v0.8.2
20582026-08-06T22:59:59.821Z Compiling goblin v0.10.5
20592026-08-06T22:59:59.845Z Compiling hybrid-array v0.4.13
20602026-08-06T23:00:00.059Z Compiling itertools v0.15.0
20612026-08-06T23:00:00.077Z Compiling anstyle-parse v1.0.0
20622026-08-06T23:00:00.100Z Compiling zerocopy v0.7.35
20632026-08-06T23:00:00.274Z Compiling ipnet v2.11.0
20642026-08-06T23:00:00.666Z Compiling structmeta-derive v0.3.0
20652026-08-06T23:00:00.689Z Compiling daft-derive v0.1.7
20662026-08-06T23:00:00.730Z Compiling ref-cast-impl v1.0.25
20672026-08-06T23:00:00.772Z Compiling darling_core v0.20.11
20682026-08-06T23:00:00.797Z Compiling curve25519-dalek v4.1.3
20692026-08-06T23:00:00.943Z Compiling memoffset v0.9.1
20702026-08-06T23:00:01.167Z Compiling simd-adler32 v0.3.8
20712026-08-06T23:00:01.294Z Compiling untrusted v0.9.0
20722026-08-06T23:00:01.346Z Compiling httpdate v1.0.3
20732026-08-06T23:00:01.439Z Compiling tap v1.0.1
20742026-08-06T23:00:01.543Z Compiling powerfmt v0.2.0
20752026-08-06T23:00:01.559Z Compiling foreign-types-shared v0.1.1
20762026-08-06T23:00:01.596Z Compiling wyz v0.5.1
20772026-08-06T23:00:01.660Z Compiling foreign-types v0.3.2
20782026-08-06T23:00:01.663Z Compiling structmeta v0.3.0
20792026-08-06T23:00:01.691Z Compiling anstream v1.0.0
20802026-08-06T23:00:01.746Z Compiling deranged v0.5.8
20812026-08-06T23:00:01.826Z Compiling unicode-normalization v0.1.25
20822026-08-06T23:00:01.999Z Compiling dof v0.3.0
20832026-08-06T23:00:02.013Z Compiling dtrace-parser v0.2.0
20842026-08-06T23:00:02.305Z Compiling rand_chacha v0.3.1
20852026-08-06T23:00:02.399Z Compiling hex v0.4.3
20862026-08-06T23:00:02.606Z Compiling dof v0.4.0
20872026-08-06T23:00:02.621Z Compiling dtrace-parser v0.3.0
20882026-08-06T23:00:02.654Z Compiling signature v2.2.0
20892026-08-06T23:00:02.686Z Compiling terminal_size v0.4.3
20902026-08-06T23:00:02.706Z Compiling pin-project-internal v1.1.11
20912026-08-06T23:00:02.747Z Compiling darling_macro v0.20.11
20922026-08-06T23:00:02.820Z Compiling hyper v1.10.1
20932026-08-06T23:00:02.857Z Compiling num-integer v0.1.46
20942026-08-06T23:00:02.894Z Compiling wait-timeout v0.2.1
20952026-08-06T23:00:03.122Z Compiling thread-id v4.2.2
20962026-08-06T23:00:03.140Z Compiling thread-id v5.1.0
20972026-08-06T23:00:03.172Z Compiling quick-error v1.2.3
20982026-08-06T23:00:03.226Z Compiling bit-vec v0.8.0
20992026-08-06T23:00:03.242Z Compiling adler2 v2.0.1
21002026-08-06T23:00:03.297Z Compiling clap_lex v1.0.0
21012026-08-06T23:00:03.391Z Compiling cfg_aliases v0.2.1
21022026-08-06T23:00:03.474Z Compiling num_threads v0.1.7
21032026-08-06T23:00:03.548Z Compiling funty v2.0.0
21042026-08-06T23:00:03.633Z Compiling smoltcp v0.9.1
21052026-08-06T23:00:03.653Z Compiling nix v0.31.2
21062026-08-06T23:00:03.656Z Compiling clap_builder v4.6.0
21072026-08-06T23:00:03.685Z Compiling time v0.3.47
21082026-08-06T23:00:03.707Z Compiling bit-set v0.8.0
21092026-08-06T23:00:03.723Z Compiling miniz_oxide v0.8.9
21102026-08-06T23:00:03.801Z Compiling rusty-fork v0.3.1
21112026-08-06T23:00:03.815Z Compiling darling v0.20.11
21122026-08-06T23:00:03.890Z Compiling bitvec v1.0.1
21132026-08-06T23:00:03.958Z Compiling hyper-util v0.1.20
21142026-08-06T23:00:04.023Z Compiling num-iter v0.1.45
21152026-08-06T23:00:04.157Z Compiling rand v0.8.6
21162026-08-06T23:00:04.321Z Compiling ipnetwork v0.21.1
21172026-08-06T23:00:04.443Z Compiling lazy_static v1.5.0
21182026-08-06T23:00:04.575Z Compiling anstyle-parse v0.2.7
21192026-08-06T23:00:04.802Z Compiling hmac v0.12.1
21202026-08-06T23:00:04.826Z Compiling rand_xorshift v0.4.0
21212026-08-06T23:00:04.974Z Compiling curve25519-dalek-derive v0.1.1
21222026-08-06T23:00:04.994Z Compiling sync_wrapper v1.0.2
21232026-08-06T23:00:05.045Z Compiling siphasher v1.0.2
21242026-08-06T23:00:05.139Z Compiling nodrop v0.1.14
21252026-08-06T23:00:05.414Z Compiling crc-catalog v2.4.0
21262026-08-06T23:00:05.598Z Compiling zlib-rs v0.6.2
21272026-08-06T23:00:05.618Z Compiling unarray v0.1.4
21282026-08-06T23:00:05.745Z Compiling proptest v1.11.0
21292026-08-06T23:00:05.817Z Compiling crc v3.4.0
21302026-08-06T23:00:06.029Z Compiling array-init v0.0.4
21312026-08-06T23:00:06.390Z Compiling clap v4.6.1
21322026-08-06T23:00:06.580Z Compiling tower v0.5.3
21332026-08-06T23:00:06.992Z Compiling anstream v0.6.21
21342026-08-06T23:00:07.064Z Compiling smallvec v0.6.14
21352026-08-06T23:00:07.276Z Compiling derive_builder_core v0.20.2
21362026-08-06T23:00:07.307Z Compiling pkcs1 v0.7.5
21372026-08-06T23:00:07.332Z Compiling http-body-util v0.1.3
21382026-08-06T23:00:07.463Z Compiling zerocopy v0.6.6
21392026-08-06T23:00:07.494Z Compiling bitfield v0.19.4
21402026-08-06T23:00:07.618Z Compiling flate2 v1.1.9
21412026-08-06T23:00:07.651Z Compiling strum_macros v0.27.2
21422026-08-06T23:00:07.677Z Compiling snafu-derive v0.8.9
21432026-08-06T23:00:07.789Z Compiling strum_macros v0.26.4
21442026-08-06T23:00:07.806Z Compiling hubpack_derive v0.1.1
21452026-08-06T23:00:07.877Z Compiling env_filter v1.0.0
21462026-08-06T23:00:07.966Z Compiling fs-err v3.3.0
21472026-08-06T23:00:08.057Z Compiling unicode-bidi v0.3.18
21482026-08-06T23:00:08.133Z Compiling iri-string v0.7.10
21492026-08-06T23:00:08.189Z Compiling base64 v0.21.7
21502026-08-06T23:00:08.268Z Compiling object v0.37.3
21512026-08-06T23:00:08.620Z Compiling ryu v1.0.23
21522026-08-06T23:00:08.639Z Compiling hashbrown v0.12.3
21532026-08-06T23:00:08.656Z Compiling unicode-properties v0.1.4
21542026-08-06T23:00:08.672Z Compiling unicode-segmentation v1.12.0
21552026-08-06T23:00:08.803Z Compiling allocator-api2 v0.2.21
21562026-08-06T23:00:08.937Z Compiling stringprep v0.1.5
21572026-08-06T23:00:09.053Z Compiling serde_urlencoded v0.7.1
21582026-08-06T23:00:09.315Z Compiling tower-http v0.6.8
21592026-08-06T23:00:09.331Z Compiling ron v0.8.1
21602026-08-06T23:00:09.334Z Compiling derive_builder_macro v0.20.2
21612026-08-06T23:00:09.366Z Compiling env_logger v0.11.9
21622026-08-06T23:00:09.507Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21632026-08-06T23:00:09.523Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21642026-08-06T23:00:09.554Z Compiling newtype-uuid v1.3.2
21652026-08-06T23:00:09.608Z Compiling rsa v0.9.10
21662026-08-06T23:00:09.624Z Compiling oxnet v0.1.6
21672026-08-06T23:00:09.691Z Compiling serde-hex v0.1.0
21682026-08-06T23:00:09.708Z Compiling hashbrown v0.13.2
21692026-08-06T23:00:09.748Z Compiling tokio-native-tls v0.3.1
21702026-08-06T23:00:09.843Z Compiling bzip2 v0.4.4
21712026-08-06T23:00:09.872Z Compiling usdt-attr-macro v0.6.0
21722026-08-06T23:00:09.914Z Compiling usdt-macro v0.6.0
21732026-08-06T23:00:09.936Z Compiling derive-ex v0.1.8
21742026-08-06T23:00:10.061Z Compiling crypto-common v0.2.2
21752026-08-06T23:00:10.094Z Compiling block-buffer v0.12.1
21762026-08-06T23:00:10.303Z Compiling block-padding v0.4.2
21772026-08-06T23:00:10.420Z Compiling rustls-native-certs v0.8.3
21782026-08-06T23:00:10.606Z Compiling erased-serde v0.3.31
21792026-08-06T23:00:10.691Z Compiling x509-cert v0.2.5
21802026-08-06T23:00:10.708Z Compiling md-5 v0.10.6
21812026-08-06T23:00:10.839Z Compiling bstr v1.12.1
21822026-08-06T23:00:10.942Z Compiling vergen-lib v9.1.0
21832026-08-06T23:00:10.987Z Compiling hash32 v0.2.1
21842026-08-06T23:00:11.076Z Compiling encoding_rs v0.8.35
21852026-08-06T23:00:11.154Z Compiling mime v0.3.17
21862026-08-06T23:00:11.195Z Compiling cpufeatures v0.3.0
21872026-08-06T23:00:11.224Z Compiling fallible-iterator v0.2.0
21882026-08-06T23:00:11.318Z Compiling psl-types v2.0.11
21892026-08-06T23:00:11.422Z Compiling crc-any v2.5.0
21902026-08-06T23:00:11.460Z Compiling publicsuffix v2.3.0
21912026-08-06T23:00:11.493Z Compiling test-strategy v0.4.5
21922026-08-06T23:00:11.547Z Compiling postgres-protocol v0.6.10
21932026-08-06T23:00:12.167Z Compiling inout v0.2.2
21942026-08-06T23:00:12.302Z Compiling object v0.30.4
21952026-08-06T23:00:12.339Z Compiling zip v0.6.6
21962026-08-06T23:00:12.356Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21972026-08-06T23:00:12.370Z Compiling daft v0.1.7
21982026-08-06T23:00:12.401Z Compiling hyper-tls v0.6.0
21992026-08-06T23:00:12.420Z Compiling derive_builder v0.20.2
22002026-08-06T23:00:12.472Z Compiling heck v0.4.1
22012026-08-06T23:00:12.543Z Compiling phf_shared v0.13.1
22022026-08-06T23:00:12.592Z Compiling pin-project v1.1.11
22032026-08-06T23:00:12.695Z Compiling toml v0.7.8
22042026-08-06T23:00:12.754Z Compiling serde_with_macros v3.21.0
22052026-08-06T23:00:12.784Z Compiling futures-executor v0.3.32
22062026-08-06T23:00:12.803Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22072026-08-06T23:00:12.888Z Compiling serde_repr v0.1.20
22082026-08-06T23:00:13.008Z Compiling enum-as-inner v0.6.1
22092026-08-06T23:00:13.030Z Compiling async-recursion v1.1.1
22102026-08-06T23:00:13.158Z Compiling vergen v9.1.0
22112026-08-06T23:00:13.211Z Compiling ff v0.13.1
22122026-08-06T23:00:13.239Z Compiling cargo-platform v0.3.2
22132026-08-06T23:00:13.388Z Compiling base16ct v0.2.0
22142026-08-06T23:00:13.421Z Compiling bumpalo v3.20.2
22152026-08-06T23:00:13.535Z Compiling foldhash v0.2.0
22162026-08-06T23:00:13.569Z Compiling libbz2-rs-sys v0.2.2
22172026-08-06T23:00:13.661Z Compiling managed v0.8.0
22182026-08-06T23:00:13.767Z Compiling same-file v1.0.6
22192026-08-06T23:00:13.788Z Compiling foldhash v0.1.5
22202026-08-06T23:00:13.825Z Compiling bitflags v1.3.2
22212026-08-06T23:00:13.933Z Compiling jiff-core v0.1.0
22222026-08-06T23:00:13.965Z Compiling path-slash v0.1.5
22232026-08-06T23:00:13.989Z Compiling bzip2 v0.6.1
22242026-08-06T23:00:14.061Z Compiling hashbrown v0.15.5
22252026-08-06T23:00:14.129Z Compiling walkdir v2.5.0
22262026-08-06T23:00:14.178Z Compiling hashbrown v0.16.1
22272026-08-06T23:00:14.207Z Compiling zopfli v0.8.3
22282026-08-06T23:00:14.387Z Compiling sec1 v0.7.3
22292026-08-06T23:00:14.414Z Compiling cargo_metadata v0.23.1
22302026-08-06T23:00:14.646Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22312026-08-06T23:00:14.669Z Compiling jiff v0.2.34
22322026-08-06T23:00:14.763Z Compiling group v0.13.0
22332026-08-06T23:00:14.953Z Compiling futures v0.3.32
22342026-08-06T23:00:15.274Z Compiling phf v0.13.1
22352026-08-06T23:00:15.448Z Compiling snafu v0.8.9
22362026-08-06T23:00:15.451Z Compiling reqwest v0.12.28
22372026-08-06T23:00:15.628Z Compiling signal-hook-mio v0.2.5
22382026-08-06T23:00:15.678Z Compiling cipher v0.5.2
22392026-08-06T23:00:15.768Z Compiling cookie_store v0.22.1
22402026-08-06T23:00:15.817Z Compiling postgres-types v0.2.12
22412026-08-06T23:00:15.836Z Compiling zstd v0.13.3
22422026-08-06T23:00:15.919Z Compiling globset v0.4.18
22432026-08-06T23:00:16.069Z Compiling strum v0.27.2
22442026-08-06T23:00:16.129Z Compiling hubpack v0.1.2
22452026-08-06T23:00:16.304Z Compiling phf_shared v0.11.3
22462026-08-06T23:00:16.324Z Compiling hkdf v0.12.4
22472026-08-06T23:00:16.363Z Compiling crossbeam-epoch v0.9.18
22482026-08-06T23:00:16.407Z Compiling ed25519 v2.2.3
22492026-08-06T23:00:16.407Z Compiling byte-wrapper v0.1.0
22502026-08-06T23:00:16.464Z Compiling olpc-cjson v0.1.4
22512026-08-06T23:00:16.673Z Compiling serde_plain v1.0.2
22522026-08-06T23:00:16.705Z Compiling serde-big-array v0.5.1
22532026-08-06T23:00:16.709Z Compiling pem v3.0.6
22542026-08-06T23:00:16.818Z Compiling crypto-bigint v0.5.5
22552026-08-06T23:00:16.924Z Compiling float-cmp v0.10.0
22562026-08-06T23:00:16.957Z Compiling memmap2 v0.9.10
22572026-08-06T23:00:17.033Z Compiling predicates-core v1.0.10
22582026-08-06T23:00:17.048Z Compiling static_assertions v1.1.0
22592026-08-06T23:00:17.087Z Compiling keccak v0.1.6
22602026-08-06T23:00:17.151Z Compiling toml_write v0.1.2
22612026-08-06T23:00:17.177Z Compiling normalize-line-endings v0.3.0
22622026-08-06T23:00:17.224Z Compiling fixedbitset v0.5.7
22632026-08-06T23:00:17.246Z Compiling fixedbitset v0.4.2
22642026-08-06T23:00:17.286Z Compiling data-encoding v2.10.0
22652026-08-06T23:00:17.367Z Compiling precomputed-hash v0.1.1
22662026-08-06T23:00:17.449Z Compiling difflib v0.4.0
22672026-08-06T23:00:17.465Z Compiling new_debug_unreachable v1.0.6
22682026-08-06T23:00:17.481Z Compiling const-oid v0.10.2
22692026-08-06T23:00:17.512Z Compiling typed-path v0.9.3
22702026-08-06T23:00:17.552Z Compiling whoami v2.1.0
22712026-08-06T23:00:17.787Z Compiling tokio-postgres v0.7.16
22722026-08-06T23:00:17.831Z Compiling chacha20 v0.10.0
22732026-08-06T23:00:17.867Z Compiling elliptic-curve v0.13.8
22742026-08-06T23:00:17.891Z Compiling predicates v3.1.4
22752026-08-06T23:00:17.908Z Compiling digest v0.11.3
22762026-08-06T23:00:17.926Z Compiling hickory-proto v0.25.2
22772026-08-06T23:00:18.121Z Compiling string_cache v0.8.9
22782026-08-06T23:00:18.138Z Compiling petgraph v0.8.3
22792026-08-06T23:00:18.169Z Compiling petgraph v0.6.5
22802026-08-06T23:00:18.223Z Compiling toml_edit v0.22.27
22812026-08-06T23:00:18.355Z Compiling sha3 v0.10.8
22822026-08-06T23:00:18.614Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22832026-08-06T23:00:18.633Z Compiling usdt v0.6.0
22842026-08-06T23:00:18.983Z Compiling zip v4.6.1
22852026-08-06T23:00:19.637Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
22862026-08-06T23:00:19.868Z Compiling ed25519-dalek v2.2.0
22872026-08-06T23:00:20.458Z Compiling crossterm v0.28.1
22882026-08-06T23:00:20.944Z Compiling iddqd v0.4.2
22892026-08-06T23:00:20.963Z Compiling serde_with v3.21.0
22902026-08-06T23:00:20.980Z Compiling similar v2.7.0
22912026-08-06T23:00:21.429Z Compiling strum v0.26.3
22922026-08-06T23:00:21.725Z Compiling tokio-stream v0.1.18
22932026-08-06T23:00:21.743Z Compiling buf-list v1.1.2
22942026-08-06T23:00:21.812Z Compiling itertools v0.13.0
22952026-08-06T23:00:21.846Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22962026-08-06T23:00:22.166Z Compiling openapiv3 v2.2.0
22972026-08-06T23:00:22.544Z Compiling peg-runtime v0.8.5
22982026-08-06T23:00:22.629Z Compiling lalrpop-util v0.19.12
22992026-08-06T23:00:39.861Z Compiling rustls-webpki v0.103.13
23002026-08-06T23:00:42.849Z Compiling macaddr v1.0.1
23012026-08-06T23:00:42.864Z Compiling rayon-core v1.13.0
23022026-08-06T23:00:42.938Z Compiling crucible-workspace-hack v0.1.0
23032026-08-06T23:00:43.012Z Compiling secrecy v0.10.3
23042026-08-06T23:00:43.094Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23052026-08-06T23:00:43.153Z Compiling toml_datetime v0.7.5+spec-1.1.0
23062026-08-06T23:00:43.171Z Compiling heapless v0.8.0
23072026-08-06T23:00:43.205Z Compiling crossbeam-deque v0.8.6
23082026-08-06T23:00:43.274Z Compiling ingot-macros v0.2.0
23092026-08-06T23:00:43.349Z Compiling toml_edit v0.23.10+spec-1.0.0
23102026-08-06T23:00:43.397Z Compiling inout v0.1.4
23112026-08-06T23:00:43.446Z Compiling tokio-rustls v0.26.4
23122026-08-06T23:00:43.460Z Compiling rustls-platform-verifier v0.6.2
23132026-08-06T23:00:43.512Z Compiling tough v0.22.0
23142026-08-06T23:00:43.579Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23152026-08-06T23:00:43.686Z Compiling hyper-rustls v0.27.7
23162026-08-06T23:00:43.738Z Compiling hash32 v0.3.1
23172026-08-06T23:00:43.753Z Compiling multer v3.1.0
23182026-08-06T23:00:43.768Z Compiling thread_local v1.1.9
23192026-08-06T23:00:43.855Z Compiling match_cfg v0.1.0
23202026-08-06T23:00:43.917Z Compiling reqwest v0.13.2
23212026-08-06T23:00:43.942Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23222026-08-06T23:00:43.959Z Compiling slog-async v2.8.0
23232026-08-06T23:00:43.999Z Compiling smoltcp v0.11.0
23242026-08-06T23:00:44.106Z Compiling unicode-width v0.2.0
23252026-08-06T23:00:44.171Z Compiling compression-core v0.4.31
23262026-08-06T23:00:44.311Z Compiling compression-codecs v0.4.37
23272026-08-06T23:00:44.347Z Compiling hostname v0.3.1
23282026-08-06T23:00:44.365Z Compiling proc-macro-crate v3.4.0
23292026-08-06T23:00:44.382Z Compiling cipher v0.4.4
23302026-08-06T23:00:44.465Z Compiling atomicwrites v0.4.4
23312026-08-06T23:00:44.523Z Compiling slog-json v2.6.1
23322026-08-06T23:00:44.665Z Compiling crossbeam-channel v0.5.15
23332026-08-06T23:00:44.680Z Compiling half v2.7.1
23342026-08-06T23:00:44.756Z Compiling newtype-uuid-macros v0.1.0
23352026-08-06T23:00:44.796Z Compiling cobs v0.3.0
23362026-08-06T23:00:44.809Z Compiling universal-hash v0.5.1
23372026-08-06T23:00:44.899Z Compiling async-stream-impl v0.3.6
23382026-08-06T23:00:44.974Z Compiling thiserror-impl-no-std v2.0.2
23392026-08-06T23:00:45.029Z Compiling serde_spanned v1.1.1
23402026-08-06T23:00:45.058Z Compiling toml_datetime v1.1.1+spec-1.1.0
23412026-08-06T23:00:45.146Z Compiling is-terminal v0.4.17
23422026-08-06T23:00:45.225Z Compiling proc-macro-error-attr v1.0.4
23432026-08-06T23:00:45.268Z Compiling dropshot v0.17.1
23442026-08-06T23:00:45.353Z Compiling convert_case v0.4.0
23452026-08-06T23:00:45.494Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23462026-08-06T23:00:45.504Z Compiling take_mut v0.2.2
23472026-08-06T23:00:45.521Z Compiling term v1.2.1
23482026-08-06T23:00:45.524Z Compiling opaque-debug v0.3.1
23492026-08-06T23:00:45.553Z Compiling ciborium-io v0.2.2
23502026-08-06T23:00:45.576Z Compiling toml_writer v1.1.1+spec-1.1.0
23512026-08-06T23:00:45.626Z Compiling poly1305 v0.8.0
23522026-08-06T23:00:45.642Z Compiling ciborium-ll v0.2.2
23532026-08-06T23:00:45.688Z Compiling derive_more v0.99.20
23542026-08-06T23:00:45.871Z Compiling slog-term v2.9.2
23552026-08-06T23:00:45.871Z Compiling toml v1.1.2+spec-1.1.0
23562026-08-06T23:00:45.910Z Compiling ingot-types v0.2.0
23572026-08-06T23:00:45.949Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23582026-08-06T23:00:45.970Z Compiling async-stream v0.3.6
23592026-08-06T23:00:46.036Z Compiling thiserror-no-std v2.0.2
23602026-08-06T23:00:46.209Z Compiling postcard v1.1.3
23612026-08-06T23:00:46.265Z Compiling num_enum_derive v0.7.6
23622026-08-06T23:00:46.384Z Compiling ingot v0.2.1
23632026-08-06T23:00:46.619Z Compiling slog-bunyan v2.5.0
23642026-08-06T23:00:46.821Z Compiling chacha20 v0.9.1
23652026-08-06T23:00:46.872Z Compiling async-compression v0.4.41
23662026-08-06T23:00:47.127Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
23672026-08-06T23:00:47.159Z Compiling sha1 v0.11.0
23682026-08-06T23:00:47.225Z Compiling parse-display-derive v0.10.0
23692026-08-06T23:00:47.242Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23702026-08-06T23:00:47.342Z Compiling proc-macro-crate v1.3.1
23712026-08-06T23:00:47.345Z Compiling waitgroup v0.1.2
23722026-08-06T23:00:47.532Z Compiling backon v1.6.0
23732026-08-06T23:00:47.568Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23742026-08-06T23:00:47.623Z Compiling rustls-pemfile v2.2.0
23752026-08-06T23:00:47.684Z Compiling dropshot_endpoint v0.17.1
23762026-08-06T23:00:47.700Z Compiling password-hash v0.5.0
23772026-08-06T23:00:47.800Z Compiling blake2 v0.10.6
23782026-08-06T23:00:47.873Z Compiling aead v0.5.2
23792026-08-06T23:00:47.927Z Compiling foreign-types-macros v0.2.3
23802026-08-06T23:00:47.993Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23812026-08-06T23:00:48.085Z Compiling serde_path_to_error v0.1.20
23822026-08-06T23:00:48.260Z Compiling hostname v0.4.2
23832026-08-06T23:00:48.311Z Compiling proc-macro-error v1.0.4
23842026-08-06T23:00:48.410Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23852026-08-06T23:00:48.445Z Compiling instant v0.1.13
23862026-08-06T23:00:48.533Z Compiling foreign-types-shared v0.3.1
23872026-08-06T23:00:48.556Z Compiling debug-ignore v1.0.5
23882026-08-06T23:00:48.587Z Compiling backoff v0.4.0
23892026-08-06T23:00:48.603Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23902026-08-06T23:00:48.621Z Compiling argon2 v0.5.3
23912026-08-06T23:00:48.659Z Compiling foreign-types v0.5.0
23922026-08-06T23:00:48.691Z Compiling chacha20poly1305 v0.10.1
23932026-08-06T23:00:48.708Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23942026-08-06T23:00:48.711Z Compiling num_enum_derive v0.5.11
23952026-08-06T23:00:48.711Z Compiling parse-display v0.10.0
23962026-08-06T23:00:48.756Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23972026-08-06T23:00:48.774Z Compiling num_enum v0.7.6
23982026-08-06T23:00:48.856Z Compiling vsss-rs v3.3.4
23992026-08-06T23:00:49.041Z Compiling ciborium v0.2.2
24002026-08-06T23:00:49.173Z Compiling tabwriter v1.4.1
24012026-08-06T23:00:49.212Z Compiling regress v0.10.5
24022026-08-06T23:00:49.268Z Compiling itertools v0.14.0
24032026-08-06T23:00:49.323Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24042026-08-06T23:00:49.483Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24052026-08-06T23:00:49.549Z Compiling cstr-argument v0.1.2
24062026-08-06T23:00:49.564Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
24072026-08-06T23:00:49.600Z Compiling humantime v2.3.0
24082026-08-06T23:00:49.647Z Compiling num_enum v0.5.11
24092026-08-06T23:00:49.747Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24102026-08-06T23:00:49.810Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24112026-08-06T23:00:49.857Z Compiling rayon v1.11.0
24122026-08-06T23:00:49.931Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24132026-08-06T23:00:49.948Z Compiling rand v0.10.1
24142026-08-06T23:00:49.975Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24152026-08-06T23:00:50.083Z Compiling libefi-sys v0.1.0
24162026-08-06T23:00:50.099Z Compiling colored v3.1.1
24172026-08-06T23:00:50.117Z Compiling indent_write v2.2.0
24182026-08-06T23:00:50.131Z Compiling zone_cfg_derive v0.3.1
24192026-08-06T23:00:50.179Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24202026-08-06T23:00:50.315Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24212026-08-06T23:00:50.336Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24222026-08-06T23:00:50.366Z Compiling camino-tempfile v1.4.1
24232026-08-06T23:00:50.384Z Compiling itertools v0.12.1
24242026-08-06T23:00:50.408Z Compiling usdt-attr-macro v0.5.0
24252026-08-06T23:00:50.452Z Compiling usdt-macro v0.5.0
24262026-08-06T23:00:50.574Z Compiling bitfield-struct v0.6.2
24272026-08-06T23:00:50.734Z Compiling num-derive v0.4.2
24282026-08-06T23:00:50.749Z Compiling blake3 v1.8.5
24292026-08-06T23:00:50.767Z Compiling memmap v0.7.0
24302026-08-06T23:00:50.785Z Compiling sigpipe v0.1.3
24312026-08-06T23:00:50.788Z Compiling glob v0.3.3
24322026-08-06T23:00:50.831Z Compiling swrite v0.1.0
24332026-08-06T23:00:50.897Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24342026-08-06T23:00:50.955Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24352026-08-06T23:00:51.016Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24362026-08-06T23:00:51.194Z Compiling smf v0.2.3
24372026-08-06T23:00:51.214Z Compiling usdt v0.5.0
24382026-08-06T23:00:51.228Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24392026-08-06T23:00:51.266Z Compiling filetime v0.2.27
24402026-08-06T23:00:51.380Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24412026-08-06T23:00:51.472Z Compiling arrayvec v0.7.6
24422026-08-06T23:00:51.487Z Compiling xattr v1.6.1
24432026-08-06T23:00:51.551Z Compiling whoami v1.6.1
24442026-08-06T23:00:51.620Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24452026-08-06T23:00:51.639Z Compiling constant_time_eq v0.4.2
24462026-08-06T23:00:51.665Z Compiling arrayref v0.3.9
24472026-08-06T23:00:51.706Z Compiling tar v0.4.46
24482026-08-06T23:00:51.721Z Compiling zone v0.3.1
24492026-08-06T23:00:51.724Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24502026-08-06T23:00:51.753Z Compiling tokio-dtrace v0.1.1
24512026-08-06T23:00:51.847Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24522026-08-06T23:00:51.882Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24532026-08-06T23:00:52.007Z Compiling console v0.16.2
24542026-08-06T23:00:52.094Z Compiling gethostname v0.5.0
24552026-08-06T23:00:52.132Z Compiling topological-sort v0.2.2
24562026-08-06T23:00:52.246Z Compiling unit-prefix v0.5.2
24572026-08-06T23:00:52.278Z Compiling oxide-tokio-rt v0.1.4
24582026-08-06T23:00:52.336Z Compiling toml v0.8.23
24592026-08-06T23:00:52.403Z Compiling indicatif v0.18.4
24602026-08-06T23:00:52.426Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24612026-08-06T23:00:52.499Z Compiling shell-words v1.1.1
24622026-08-06T23:01:01.897Z Compiling progenitor-client v0.14.0
24632026-08-06T23:01:01.897Z Compiling omicron-zone-package v0.12.3
24642026-08-06T23:01:02.152Z Compiling progenitor-extras v0.2.0
24652026-08-06T23:01:02.514Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24662026-08-06T23:01:02.568Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24672026-08-06T23:01:02.667Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24682026-08-06T23:01:02.680Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24692026-08-06T23:01:02.704Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24702026-08-06T23:01:02.735Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24712026-08-06T23:01:03.009Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24722026-08-06T23:01:03.092Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24732026-08-06T23:01:03.242Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24742026-08-06T23:01:07.118Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24752026-08-06T23:01:15.310Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24762026-08-06T23:01:18.528Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24772026-08-06T23:01:19.693Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24782026-08-06T23:01:30.388Z Finished `release` profile [optimized] target(s) in 1m 44s
24792026-08-06T23:01:30.412Z Running `target/release/omicron-package -t test target create -p dev`
24802026-08-06T23:01:30.412ZLogging to: /work/oxidecomputer/omicron/out/LOG
24812026-08-06T23:01:30.413ZCreated new build target 'test' and set it as active
24822026-08-06T23:01:30.413Z
24832026-08-06T23:01:30.413Zreal 1:44.676428741
24842026-08-06T23:01:30.413Zuser 17:22.579512765
24852026-08-06T23:01:30.413Zsys 2:42.704607223
24862026-08-06T23:01:30.413Ztrap 0.480036572
24872026-08-06T23:01:30.413Ztflt 2.425616910
24882026-08-06T23:01:30.413Zdflt 4.725446119
24892026-08-06T23:01:30.413Zkflt 0.000445770
24902026-08-06T23:01:30.413Zlock 56:34.318074776
24912026-08-06T23:01:30.413Zslp 44:13.493653803
24922026-08-06T23:01:30.413Zlat 48.625467743
24932026-08-06T23:01:30.413Zstop 6:02.611545580
24942026-08-06T23:01:30.413Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24952026-08-06T23:01:30.413Z Finished `release` profile [optimized] target(s) in 0.88s
24962026-08-06T23:01:30.413Z Running `target/release/omicron-package -t test package`
24972026-08-06T23:01:30.413ZLogging to: /work/oxidecomputer/omicron/out/LOG
24982026-08-06T23:01:31.811Z Compiling heck v0.5.0
24992026-08-06T23:01:31.811Z Compiling regress v0.11.1
25002026-08-06T23:01:32.035Z Compiling unsafe-libyaml v0.2.11
25012026-08-06T23:01:32.074Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25022026-08-06T23:01:32.103Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25032026-08-06T23:01:32.123Z Compiling derive-where v1.6.0
25042026-08-06T23:01:32.127Z Compiling bytecount v0.6.9
25052026-08-06T23:01:32.160Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25062026-08-06T23:01:32.160Z Compiling atomicwrites v0.4.4
25072026-08-06T23:01:32.163Z Compiling is-terminal v0.4.17
25082026-08-06T23:01:32.163Z Compiling prettyplease v0.2.37
25092026-08-06T23:01:32.163Z Compiling console v0.15.11
25102026-08-06T23:01:32.163Z Compiling newline-converter v0.3.0
25112026-08-06T23:01:32.202Z Compiling slog-dtrace v0.3.0
25122026-08-06T23:01:32.284Z Compiling resolv-conf v0.7.6
25132026-08-06T23:01:32.327Z Compiling num-rational v0.4.2
25142026-08-06T23:01:32.352Z Compiling num-complex v0.4.6
25152026-08-06T23:01:32.372Z Compiling thread_local v1.1.9
25162026-08-06T23:01:32.374Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25172026-08-06T23:01:32.487Z Compiling compression-core v0.4.31
25182026-08-06T23:01:32.558Z Compiling serde_yaml v0.9.34+deprecated
25192026-08-06T23:01:32.631Z Compiling expectorate v1.2.0
25202026-08-06T23:01:32.664Z Compiling unicode-width v0.1.14
25212026-08-06T23:01:32.707Z Compiling cancel-safe-futures v0.1.5
25222026-08-06T23:01:32.824Z Compiling match_cfg v0.1.0
25232026-08-06T23:01:32.876Z Compiling num v0.4.3
25242026-08-06T23:01:32.879Z Compiling compression-codecs v0.4.37
25252026-08-06T23:01:32.918Z Compiling hostname v0.3.1
25262026-08-06T23:01:32.921Z Compiling multer v3.1.0
25272026-08-06T23:01:32.983Z Compiling slog-async v2.8.0
25282026-08-06T23:01:33.006Z Compiling crossbeam-channel v0.5.15
25292026-08-06T23:01:33.029Z Compiling slog-json v2.6.1
25302026-08-06T23:01:33.029Z Compiling serde_spanned v1.1.1
25312026-08-06T23:01:33.074Z Compiling toml_datetime v1.1.1+spec-1.1.0
25322026-08-06T23:01:33.097Z Compiling toml_writer v1.1.1+spec-1.1.0
25332026-08-06T23:01:33.154Z Compiling term v1.2.1
25342026-08-06T23:01:33.219Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25352026-08-06T23:01:33.241Z Compiling take_mut v0.2.2
25362026-08-06T23:01:33.262Z Compiling float-ord v0.3.2
25372026-08-06T23:01:33.287Z Compiling oxide-update-engine-types v0.1.2
25382026-08-06T23:01:33.320Z Compiling linked-hash-map v0.5.6
25392026-08-06T23:01:33.343Z Compiling toml v1.1.2+spec-1.1.0
25402026-08-06T23:01:33.346Z Compiling slog-bunyan v2.5.0
25412026-08-06T23:01:33.404Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25422026-08-06T23:01:33.406Z Compiling async-compression v0.4.41
25432026-08-06T23:01:33.465Z Compiling slog-term v2.9.2
25442026-08-06T23:01:33.530Z Compiling typify-impl v0.6.2
25452026-08-06T23:01:33.553Z Compiling lru-cache v0.1.2
25462026-08-06T23:01:33.804Z Compiling dropshot v0.17.1
25472026-08-06T23:01:33.831Z Compiling async-stream v0.3.6
25482026-08-06T23:01:33.869Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25492026-08-06T23:01:33.890Z Compiling progenitor-client v0.14.0
25502026-08-06T23:01:33.986Z Compiling sha1 v0.11.0
25512026-08-06T23:01:34.024Z Compiling waitgroup v0.1.2
25522026-08-06T23:01:34.028Z Compiling rustls-pemfile v2.2.0
25532026-08-06T23:01:34.069Z Compiling backon v1.6.0
25542026-08-06T23:01:34.089Z Compiling serde_path_to_error v0.1.20
25552026-08-06T23:01:34.188Z Compiling hostname v0.4.2
25562026-08-06T23:01:34.214Z Compiling instant v0.1.13
25572026-08-06T23:01:34.264Z Compiling debug-ignore v1.0.5
25582026-08-06T23:01:34.285Z Compiling linear-map v1.2.0
25592026-08-06T23:01:34.310Z Compiling minimal-lexical v0.2.1
25602026-08-06T23:01:34.350Z Compiling progenitor-extras v0.2.0
25612026-08-06T23:01:34.370Z Compiling backoff v0.4.0
25622026-08-06T23:01:34.399Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25632026-08-06T23:01:34.492Z Compiling oxide-update-engine v0.1.2
25642026-08-06T23:01:34.539Z Compiling nom v7.1.3
25652026-08-06T23:01:34.583Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25662026-08-06T23:01:34.603Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25672026-08-06T23:01:34.634Z Compiling parse-display v0.10.0
25682026-08-06T23:01:34.677Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25692026-08-06T23:01:34.740Z Compiling hickory-proto v0.24.4
25702026-08-06T23:01:35.087Z Compiling regress v0.10.5
25712026-08-06T23:01:35.336Z Compiling itertools v0.14.0
25722026-08-06T23:01:35.799Z Compiling macaddr v1.0.1
25732026-08-06T23:01:35.940Z Compiling humantime v2.3.0
25742026-08-06T23:01:35.984Z Compiling unicode-xid v0.2.6
25752026-08-06T23:01:36.135Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25762026-08-06T23:01:36.215Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25772026-08-06T23:01:36.295Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25782026-08-06T23:01:36.428Z Compiling convert_case v0.10.0
25792026-08-06T23:01:36.545Z Compiling owo-colors v4.3.0
25802026-08-06T23:01:36.568Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25812026-08-06T23:01:36.665Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25822026-08-06T23:01:36.725Z Compiling derive_more-impl v2.1.1
25832026-08-06T23:01:36.820Z Compiling toml v0.8.23
25842026-08-06T23:01:37.042Z Compiling typify-macro v0.6.2
25852026-08-06T23:01:37.094Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25862026-08-06T23:01:37.262Z Compiling hickory-resolver v0.24.4
25872026-08-06T23:01:37.318Z Compiling papergrid v0.11.0
25882026-08-06T23:01:37.379Z Compiling tabled_derive v0.7.0
25892026-08-06T23:01:37.499Z Compiling derive_more v2.1.1
25902026-08-06T23:01:37.610Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25912026-08-06T23:01:37.906Z Compiling termtree v0.5.1
25922026-08-06T23:01:37.935Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25932026-08-06T23:01:38.109Z Compiling crossterm v0.29.0
25942026-08-06T23:01:38.336Z Compiling tabled v0.15.0
25952026-08-06T23:01:38.530Z Compiling qorb v0.4.1
25962026-08-06T23:01:38.619Z Compiling typify v0.6.2
25972026-08-06T23:01:38.901Z Compiling progenitor-impl v0.14.0
25982026-08-06T23:01:39.625Z Compiling phf_shared v0.12.1
25992026-08-06T23:01:39.882Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26002026-08-06T23:01:40.421Z Compiling vte v0.14.1
26012026-08-06T23:01:40.693Z Compiling csv-core v0.1.13
26022026-08-06T23:01:40.941Z Compiling chrono-tz v0.10.4
26032026-08-06T23:01:41.076Z Compiling progenitor-macro v0.14.0
26042026-08-06T23:01:41.148Z Compiling highway v1.3.0
26052026-08-06T23:01:41.863Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26062026-08-06T23:01:42.289Z Compiling csv v1.4.0
26072026-08-06T23:01:42.551Z Compiling strip-ansi-escapes v0.2.1
26082026-08-06T23:01:42.574Z Compiling phf v0.12.1
26092026-08-06T23:01:42.749Z Compiling const_format_proc_macros v0.2.34
26102026-08-06T23:01:42.783Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26112026-08-06T23:01:42.914Z Compiling fd-lock v4.0.4
26122026-08-06T23:01:43.110Z Compiling peg-macros v0.8.5
26132026-08-06T23:01:43.215Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26142026-08-06T23:01:43.259Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
26152026-08-06T23:01:43.516Z Compiling nu-ansi-term v0.50.3
26162026-08-06T23:01:43.790Z Compiling reedline v0.40.0
26172026-08-06T23:01:44.052Z Compiling const_format v0.2.35
26182026-08-06T23:01:44.352Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26192026-08-06T23:01:44.553Z Compiling peg v0.8.5
26202026-08-06T23:01:44.648Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26212026-08-06T23:01:44.717Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26222026-08-06T23:01:45.198Z Compiling progenitor v0.14.0
26232026-08-06T23:01:45.395Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26242026-08-06T23:01:45.573Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26252026-08-06T23:01:45.707Z Compiling bcs v0.1.6
26262026-08-06T23:01:46.155Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
26272026-08-06T23:01:46.351Z Compiling nom v8.0.0
26282026-08-06T23:01:46.448Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26292026-08-06T23:01:47.065Z Compiling semver v0.1.20
26302026-08-06T23:01:47.362Z Compiling rustc_version v0.1.7
26312026-08-06T23:01:47.597Z Compiling newtype_derive v0.1.6
26322026-08-06T23:01:47.837Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26332026-08-06T23:01:47.884Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26342026-08-06T23:01:47.977Z Compiling smawk v0.3.2
26352026-08-06T23:01:48.089Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26362026-08-06T23:01:48.158Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26372026-08-06T23:01:48.179Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26382026-08-06T23:01:48.198Z Compiling unicode-linebreak v0.1.5
26392026-08-06T23:01:48.525Z Compiling textwrap v0.16.2
26402026-08-06T23:01:48.626Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26412026-08-06T23:01:48.767Z Compiling steno v0.4.1
26422026-08-06T23:01:49.104Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26432026-08-06T23:01:50.073Z Compiling perfetto-trace v0.1.0 (/work/oxidecomputer/omicron/perfetto-trace)
26442026-08-06T23:01:50.416Z Compiling dropshot-api-manager-types v0.7.2
26452026-08-06T23:01:50.686Z Compiling sha1 v0.10.6
26462026-08-06T23:01:50.806Z Compiling utf-8 v0.7.6
26472026-08-06T23:01:50.962Z Compiling tagptr v0.2.0
26482026-08-06T23:01:51.035Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26492026-08-06T23:01:51.055Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26502026-08-06T23:01:51.146Z Compiling moka v0.12.13
26512026-08-06T23:01:51.167Z Compiling tungstenite v0.21.0
26522026-08-06T23:01:51.250Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26532026-08-06T23:01:51.337Z Compiling darling_core v0.21.3
26542026-08-06T23:01:51.394Z Compiling display-error-chain v0.2.2
26552026-08-06T23:01:51.575Z Compiling libscf-sys v1.2.0
26562026-08-06T23:01:51.740Z Compiling vergen-lib v0.1.6
26572026-08-06T23:01:51.959Z Compiling tokio-tungstenite v0.21.0
26582026-08-06T23:01:52.346Z Compiling hickory-resolver v0.25.2
26592026-08-06T23:01:52.480Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26602026-08-06T23:01:53.229Z Compiling proc-macro-error-attr2 v2.0.0
26612026-08-06T23:01:53.475Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26622026-08-06T23:01:53.637Z Compiling darling_macro v0.21.3
26632026-08-06T23:01:53.830Z Compiling diesel_derives v2.3.7
26642026-08-06T23:01:53.833Z Compiling proc-macro-error2 v2.0.1
26652026-08-06T23:01:54.140Z Compiling scheduled-thread-pool v0.2.7
26662026-08-06T23:01:54.172Z Compiling darling v0.21.3
26672026-08-06T23:01:54.193Z Compiling vergen-gitcl v1.0.8
26682026-08-06T23:01:54.283Z Compiling dsl_auto_type v0.2.0
26692026-08-06T23:01:54.305Z Compiling diesel_table_macro_syntax v0.3.0
26702026-08-06T23:01:54.308Z Compiling dirs-sys-next v0.1.2
26712026-08-06T23:01:54.325Z Compiling maplit v1.0.2
26722026-08-06T23:01:54.434Z Compiling crunchy v0.2.4
26732026-08-06T23:01:54.501Z Compiling glob v0.3.3
26742026-08-06T23:01:54.527Z Compiling dirs-next v2.0.0
26752026-08-06T23:01:54.587Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26762026-08-06T23:01:54.677Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26772026-08-06T23:01:54.770Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26782026-08-06T23:01:54.791Z Compiling r2d2 v0.8.10
26792026-08-06T23:01:54.817Z Compiling tabled_derive v0.11.0
26802026-08-06T23:01:54.861Z Compiling clang-sys v1.8.1
26812026-08-06T23:01:55.261Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26822026-08-06T23:01:55.429Z Compiling papergrid v0.17.0
26832026-08-06T23:01:55.884Z Compiling testing_table v0.3.0
26842026-08-06T23:01:55.967Z Compiling downcast-rs v2.0.2
26852026-08-06T23:01:56.104Z Compiling tiny-keccak v2.0.2
26862026-08-06T23:01:56.488Z Compiling term v0.7.0
26872026-08-06T23:01:56.694Z Compiling tabled v0.20.0
26882026-08-06T23:01:56.983Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26892026-08-06T23:01:57.006Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26902026-08-06T23:01:57.059Z Compiling bit-vec v0.6.3
26912026-08-06T23:01:57.300Z Compiling bit-set v0.5.3
26922026-08-06T23:01:57.303Z Compiling ascii-canvas v3.0.0
26932026-08-06T23:01:57.344Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26942026-08-06T23:01:57.502Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26952026-08-06T23:01:57.562Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26962026-08-06T23:01:57.586Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26972026-08-06T23:01:57.810Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26982026-08-06T23:01:57.910Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26992026-08-06T23:01:57.988Z Compiling itertools v0.10.5
27002026-08-06T23:01:58.151Z Compiling ena v0.14.4
27012026-08-06T23:01:58.393Z Compiling libloading v0.8.9
27022026-08-06T23:01:58.397Z Compiling bindgen v0.71.1
27032026-08-06T23:01:58.620Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27042026-08-06T23:01:58.707Z Compiling regex-syntax v0.6.29
27052026-08-06T23:01:58.768Z Compiling diff v0.1.13
27062026-08-06T23:01:58.967Z Compiling xshell-macros v0.2.7
27072026-08-06T23:01:59.029Z Compiling unicase v2.9.0
27082026-08-06T23:01:59.390Z Compiling xshell v0.2.7
27092026-08-06T23:01:59.541Z Compiling diesel v2.3.7
27102026-08-06T23:01:59.741Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27112026-08-06T23:02:00.612Z Compiling lalrpop v0.19.12
27122026-08-06T23:02:00.681Z Compiling cexpr v0.6.0
27132026-08-06T23:02:00.897Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27142026-08-06T23:02:01.033Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27152026-08-06T23:02:01.123Z Compiling rustc-hash v2.1.1
27162026-08-06T23:02:01.280Z Compiling crc8 v0.1.1
27172026-08-06T23:02:01.418Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27182026-08-06T23:02:01.605Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27192026-08-06T23:02:01.842Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27202026-08-06T23:02:02.102Z Compiling headers-core v0.3.0
27212026-08-06T23:02:02.259Z Compiling libxml v0.3.3
27222026-08-06T23:02:02.343Z Compiling headers v0.4.1
27232026-08-06T23:02:02.452Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27242026-08-06T23:02:02.609Z Compiling strum_macros v0.24.3
27252026-08-06T23:02:02.632Z Compiling indoc v1.0.9
27262026-08-06T23:02:02.818Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27272026-08-06T23:02:03.037Z Compiling derive_builder v0.20.2
27282026-08-06T23:02:03.068Z Compiling quick-xml v0.37.5
27292026-08-06T23:02:03.203Z Compiling oso-derive v0.27.3
27302026-08-06T23:02:03.723Z Compiling impl-trait-for-tuples v0.2.3
27312026-08-06T23:02:03.816Z Compiling openssl-probe v0.1.6
27322026-08-06T23:02:03.951Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27332026-08-06T23:02:03.979Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27342026-08-06T23:02:04.109Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27352026-08-06T23:02:04.136Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27362026-08-06T23:02:04.329Z Compiling bb8 v0.8.6
27372026-08-06T23:02:04.504Z Compiling trait-variant v0.1.2
27382026-08-06T23:02:04.549Z Compiling half v1.8.3
27392026-08-06T23:02:04.699Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27402026-08-06T23:02:04.720Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27412026-08-06T23:02:04.956Z Compiling serde_cbor v0.11.2
27422026-08-06T23:02:04.987Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27432026-08-06T23:02:05.054Z Compiling progenitor-impl v0.13.0
27442026-08-06T23:02:05.074Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27452026-08-06T23:02:05.744Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27462026-08-06T23:02:05.881Z Compiling samael v0.0.19
27472026-08-06T23:02:05.909Z Compiling nonempty v0.12.0
27482026-08-06T23:02:05.967Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27492026-08-06T23:02:05.970Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27502026-08-06T23:02:06.304Z Compiling progenitor-client v0.13.0
27512026-08-06T23:02:06.811Z Compiling fxhash v0.2.1
27522026-08-06T23:02:06.978Z Compiling libz-sys v1.1.24
27532026-08-06T23:02:07.220Z Compiling progenitor-macro v0.13.0
27542026-08-06T23:02:07.242Z Compiling salty v0.3.0
27552026-08-06T23:02:07.472Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27562026-08-06T23:02:07.546Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27572026-08-06T23:02:07.614Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27582026-08-06T23:02:07.865Z Compiling kstat-rs v0.2.5
27592026-08-06T23:02:08.125Z Compiling polar-core v0.27.3
27602026-08-06T23:02:08.541Z Compiling mime_guess v2.0.5
27612026-08-06T23:02:09.095Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27622026-08-06T23:02:09.820Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27632026-08-06T23:02:10.698Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27642026-08-06T23:02:11.130Z Compiling rfc6979 v0.4.0
27652026-08-06T23:02:11.204Z Compiling nanorand v0.7.0
27662026-08-06T23:02:11.228Z Compiling libgit2-sys v0.18.3+1.9.2
27672026-08-06T23:02:11.317Z Compiling parking_lot_core v0.8.6
27682026-08-06T23:02:11.401Z Compiling progenitor v0.13.0
27692026-08-06T23:02:11.604Z Compiling flume v0.11.1
27702026-08-06T23:02:11.626Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27712026-08-06T23:02:11.680Z Compiling ecdsa v0.16.9
27722026-08-06T23:02:11.781Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27732026-08-06T23:02:12.175Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27742026-08-06T23:02:12.336Z Compiling primeorder v0.13.6
27752026-08-06T23:02:12.657Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27762026-08-06T23:02:12.707Z Compiling git-stub v1.0.0
27772026-08-06T23:02:12.989Z Compiling instability v0.3.11
27782026-08-06T23:02:13.208Z Compiling http-range v0.1.5
27792026-08-06T23:02:13.352Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27802026-08-06T23:02:13.545Z Compiling strsim v0.10.0
27812026-08-06T23:02:13.649Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27822026-08-06T23:02:13.847Z Compiling darling_core v0.13.4
27832026-08-06T23:02:14.885Z Compiling git-stub-vcs v0.1.0
27842026-08-06T23:02:14.909Z Compiling p384 v0.13.1
27852026-08-06T23:02:15.530Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27862026-08-06T23:02:15.904Z Compiling ignore v0.4.25
27872026-08-06T23:02:16.118Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27882026-08-06T23:02:16.380Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27892026-08-06T23:02:17.790Z Compiling oso v0.27.3
27902026-08-06T23:02:18.933Z Compiling diesel-dtrace v0.5.0
27912026-08-06T23:02:19.260Z Compiling async-bb8-diesel v0.2.1
27922026-08-06T23:02:19.713Z Compiling castaway v0.2.4
27932026-08-06T23:02:19.921Z Compiling vergen-git2 v9.1.0
27942026-08-06T23:02:20.077Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27952026-08-06T23:02:20.158Z Compiling indoc v2.0.7
27962026-08-06T23:02:20.430Z Compiling compact_str v0.8.1
27972026-08-06T23:02:20.455Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27982026-08-06T23:02:20.816Z Compiling globwalk v0.9.1
27992026-08-06T23:02:21.297Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28002026-08-06T23:02:21.319Z Compiling parking_lot v0.11.2
28012026-08-06T23:02:21.456Z Compiling hyper-staticfile v0.10.1
28022026-08-06T23:02:21.532Z Compiling darling_macro v0.13.4
28032026-08-06T23:02:21.914Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28042026-08-06T23:02:22.034Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28052026-08-06T23:02:22.364Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28062026-08-06T23:02:22.411Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28072026-08-06T23:02:22.514Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28082026-08-06T23:02:22.591Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28092026-08-06T23:02:22.776Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28102026-08-06T23:02:23.003Z Compiling predicates-tree v1.0.13
28112026-08-06T23:02:23.220Z Compiling unicode-truncate v1.1.0
28122026-08-06T23:02:23.414Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28132026-08-06T23:02:23.435Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
28142026-08-06T23:02:23.634Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28152026-08-06T23:02:24.179Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28162026-08-06T23:02:24.380Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28172026-08-06T23:02:24.446Z Compiling sha2 v0.11.0
28182026-08-06T23:02:24.651Z Compiling digest-io v0.1.0
28192026-08-06T23:02:24.827Z Compiling lru v0.12.5
28202026-08-06T23:02:25.068Z Compiling prefix-trie v0.7.0
28212026-08-06T23:02:25.566Z Compiling rand_seeder v0.4.0
28222026-08-06T23:02:25.819Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28232026-08-06T23:02:25.843Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
28242026-08-06T23:02:26.042Z Compiling rawzip v0.4.4
28252026-08-06T23:02:26.094Z Compiling illumos-nvpair-sys v0.2.0
28262026-08-06T23:02:26.295Z Compiling cassowary v0.3.0
28272026-08-06T23:02:26.323Z Compiling corncobs v0.1.4
28282026-08-06T23:02:26.573Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28292026-08-06T23:02:26.780Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28302026-08-06T23:02:27.103Z Compiling ratatui v0.29.0
28312026-08-06T23:02:27.856Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28322026-08-06T23:02:28.192Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28332026-08-06T23:02:28.398Z Compiling hickory-server v0.25.2
28342026-08-06T23:02:28.531Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28352026-08-06T23:02:28.867Z Compiling camino-tempfile-ext v0.3.3
28362026-08-06T23:02:29.442Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28372026-08-06T23:02:30.871Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28382026-08-06T23:02:31.583Z Compiling darling v0.13.4
28392026-08-06T23:02:32.215Z Compiling sled v0.34.7
28402026-08-06T23:02:32.247Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28412026-08-06T23:02:32.787Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28422026-08-06T23:02:33.068Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28432026-08-06T23:02:33.363Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28442026-08-06T23:02:33.579Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28452026-08-06T23:02:33.807Z Compiling secrecy v0.8.0
28462026-08-06T23:02:34.002Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28472026-08-06T23:02:34.159Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28482026-08-06T23:02:34.670Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28492026-08-06T23:02:35.321Z Compiling serde_with_macros v1.5.2
28502026-08-06T23:02:35.450Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28512026-08-06T23:02:36.137Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28522026-08-06T23:02:36.321Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28532026-08-06T23:02:36.995Z Compiling git2 v0.20.4
28542026-08-06T23:02:37.019Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28552026-08-06T23:02:37.259Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28562026-08-06T23:02:37.478Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28572026-08-06T23:02:37.702Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28582026-08-06T23:02:37.940Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28592026-08-06T23:02:38.226Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28602026-08-06T23:02:38.310Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28612026-08-06T23:02:38.544Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28622026-08-06T23:02:38.613Z Compiling arc-swap v1.8.2
28632026-08-06T23:02:38.616Z Compiling void v1.0.2
28642026-08-06T23:02:38.808Z Compiling lzss v0.8.2
28652026-08-06T23:02:38.899Z Compiling slog-scope v4.4.1
28662026-08-06T23:02:39.187Z Compiling illumos-nvpair v0.3.0
28672026-08-06T23:02:39.210Z Compiling serde_with v1.14.0
28682026-08-06T23:02:39.448Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28692026-08-06T23:02:39.819Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28702026-08-06T23:02:39.998Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28712026-08-06T23:02:40.087Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28722026-08-06T23:02:40.410Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28732026-08-06T23:02:41.006Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28742026-08-06T23:02:41.719Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28752026-08-06T23:02:42.609Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28762026-08-06T23:02:43.031Z Compiling scuffle v0.1.0
28772026-08-06T23:02:45.130Z Compiling tungstenite v0.23.0
28782026-08-06T23:02:45.614Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28792026-08-06T23:02:46.001Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28802026-08-06T23:02:46.835Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28812026-08-06T23:02:47.058Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28822026-08-06T23:02:47.290Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28832026-08-06T23:02:47.402Z Compiling nix v0.27.1
28842026-08-06T23:02:47.440Z Compiling twox-hash v2.1.2
28852026-08-06T23:02:47.566Z Compiling libsw-core v0.3.2
28862026-08-06T23:02:47.611Z Compiling serde_bytes v0.11.19
28872026-08-06T23:02:47.750Z Compiling atty v0.2.14
28882026-08-06T23:02:47.753Z Compiling libsw v3.5.0
28892026-08-06T23:02:47.948Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28902026-08-06T23:02:47.970Z Compiling tokio-tungstenite v0.23.1
28912026-08-06T23:02:47.974Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28922026-08-06T23:02:48.014Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28932026-08-06T23:02:48.037Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
28942026-08-06T23:02:48.354Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28952026-08-06T23:02:48.547Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28962026-08-06T23:02:50.021Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28972026-08-06T23:02:51.125Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28982026-08-06T23:02:51.534Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28992026-08-06T23:02:51.799Z Compiling slog-stdlog v4.1.1
29002026-08-06T23:02:52.130Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29012026-08-06T23:02:52.180Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
29022026-08-06T23:02:52.204Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29032026-08-06T23:02:52.358Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29042026-08-06T23:02:52.468Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29052026-08-06T23:02:52.634Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29062026-08-06T23:02:53.726Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29072026-08-06T23:02:54.322Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
29082026-08-06T23:02:54.691Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
29092026-08-06T23:02:54.897Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29102026-08-06T23:02:57.503Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29112026-08-06T23:02:58.164Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29122026-08-06T23:02:59.317Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29132026-08-06T23:02:59.666Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29142026-08-06T23:03:00.191Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29152026-08-06T23:03:00.419Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29162026-08-06T23:03:01.314Z Compiling signal-hook-tokio v0.3.1
29172026-08-06T23:03:01.516Z Compiling fatfs v0.3.6
29182026-08-06T23:03:02.460Z Compiling yasna v0.5.2
29192026-08-06T23:03:02.711Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29202026-08-06T23:03:02.875Z Compiling assert_matches v1.5.0
29212026-08-06T23:03:02.896Z Compiling is_ci v1.2.0
29222026-08-06T23:03:02.919Z Compiling seq-macro v0.3.6
29232026-08-06T23:03:02.983Z Compiling rcgen v0.12.1
29242026-08-06T23:03:03.107Z Compiling supports-color v3.0.2
29252026-08-06T23:03:03.411Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29262026-08-06T23:03:03.866Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29272026-08-06T23:03:04.547Z Compiling slog-envlogger v2.2.0
29282026-08-06T23:03:05.229Z Compiling oxide-update-engine-display v0.1.2
29292026-08-06T23:03:06.554Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29302026-08-06T23:03:06.558Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29312026-08-06T23:03:07.092Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29322026-08-06T23:03:07.362Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29332026-08-06T23:03:07.387Z Compiling port-file v0.1.0
29342026-08-06T23:03:07.609Z Compiling subprocess v0.2.15
29352026-08-06T23:03:07.632Z Compiling rtoolbox v0.0.3
29362026-08-06T23:03:07.772Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29372026-08-06T23:03:07.902Z Compiling rpassword v7.5.4
29382026-08-06T23:03:08.521Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29392026-08-06T23:03:09.722Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29402026-08-06T23:03:09.940Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29412026-08-06T23:03:10.079Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29422026-08-06T23:03:11.943Z Compiling tui-tree-widget v0.23.1
29432026-08-06T23:03:12.236Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29442026-08-06T23:03:12.516Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29452026-08-06T23:03:13.111Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29462026-08-06T23:03:13.849Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29472026-08-06T23:03:13.875Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29482026-08-06T23:03:14.103Z Compiling uzers v0.12.2
29492026-08-06T23:03:15.512Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29502026-08-06T23:03:15.577Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29512026-08-06T23:03:16.613Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29522026-08-06T23:03:17.809Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29532026-08-06T23:03:18.604Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29542026-08-06T23:03:18.902Z Compiling support-bundle-viewer v0.1.2
29552026-08-06T23:03:20.732Z Compiling multimap v0.10.1
29562026-08-06T23:03:28.514Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29572026-08-06T23:03:32.926Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29582026-08-06T23:03:36.065Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29592026-08-06T23:03:40.873Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29602026-08-06T23:03:41.251Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29612026-08-06T23:13:56.835Z Finished `release` profile [optimized] target(s) in 12m 26s
29622026-08-06T23:13:56.839Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
29632026-08-06T23:13:56.839Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
29642026-08-06T23:14:49.748Z
29652026-08-06T23:14:49.748Zreal 13:20.375044237
29662026-08-06T23:14:49.748Zuser 1:23:18.506601434
29672026-08-06T23:14:49.752Zsys 3:38.342209332
29682026-08-06T23:14:49.752Ztrap 1.829013653
29692026-08-06T23:14:49.752Ztflt 1.831265119
29702026-08-06T23:14:49.752Zdflt 17.097969849
29712026-08-06T23:14:49.752Zkflt 0.114899739
29722026-08-06T23:14:49.752Zlock 9:54:06.816657520
29732026-08-06T23:14:49.752Zslp 2:28:10.908380038
29742026-08-06T23:14:49.752Zlat 2:37.160126344
29752026-08-06T23:14:49.752Zstop 5:39.887294867
29762026-08-06T23:14:49.752Z+ mapfile -t packages
29772026-08-06T23:14:49.752Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29782026-08-06T23:14:50.713Z Finished `release` profile [optimized] target(s) in 0.95s
29792026-08-06T23:14:50.787Z Running `target/release/omicron-package -t test list-outputs`
29802026-08-06T23:14:50.847ZLogging to: /work/oxidecomputer/omicron/out/LOG
29812026-08-06T23:14:50.850Z+ ptime -m cargo build --locked --release -p xtask
29822026-08-06T23:14:51.333Z Compiling libc v0.2.185
29832026-08-06T23:14:51.333Z Compiling serde_core v1.0.228
29842026-08-06T23:14:51.333Z Compiling serde v1.0.228
29852026-08-06T23:14:51.336Z Compiling rustix v1.1.3
29862026-08-06T23:14:51.336Z Compiling serde_json v1.0.151
29872026-08-06T23:14:51.336Z Compiling bitflags v2.11.0
29882026-08-06T23:14:51.501Z Compiling usdt-impl v0.5.0
29892026-08-06T23:14:51.511Z Compiling syn v2.0.117
29902026-08-06T23:14:51.514Z Compiling syn v1.0.109
29912026-08-06T23:14:51.533Z Compiling getrandom v0.4.1
29922026-08-06T23:14:51.537Z Compiling log v0.4.29
29932026-08-06T23:14:51.555Z Compiling indexmap v2.14.0
29942026-08-06T23:14:51.568Z Compiling fs-err v3.3.0
29952026-08-06T23:14:51.757Z Compiling anyhow v1.0.102
29962026-08-06T23:14:51.782Z Compiling heck v0.4.1
29972026-08-06T23:14:51.865Z Compiling once_cell v1.21.3
29982026-08-06T23:14:52.202Z Compiling errno v0.3.14
29992026-08-06T23:14:52.202Z Compiling thread-id v4.2.2
30002026-08-06T23:14:52.205Z Compiling memmap v0.7.0
30012026-08-06T23:14:52.950Z Compiling proc-macro-error v1.0.4
30022026-08-06T23:14:53.197Z Compiling terminal_size v0.4.3
30032026-08-06T23:14:53.197Z Compiling tempfile v3.25.0
30042026-08-06T23:14:53.220Z Compiling tabled_derive v0.7.0
30052026-08-06T23:14:53.292Z Compiling clap_builder v4.6.0
30062026-08-06T23:14:53.292Z Compiling textwrap v0.16.2
30072026-08-06T23:14:53.545Z Compiling camino v1.2.2
30082026-08-06T23:14:53.545Z Compiling semver v1.0.28
30092026-08-06T23:14:53.548Z Compiling cargo-platform v0.3.2
30102026-08-06T23:14:53.673Z Compiling pest_generator v2.8.6
30112026-08-06T23:14:53.869Z Compiling camino-tempfile v1.4.1
30122026-08-06T23:14:53.931Z Compiling tabled v0.15.0
30132026-08-06T23:14:54.206Z Compiling serde_derive v1.0.228
30142026-08-06T23:14:54.209Z Compiling thiserror-impl v1.0.69
30152026-08-06T23:14:54.209Z Compiling zerocopy-derive v0.7.35
30162026-08-06T23:14:54.209Z Compiling scroll_derive v0.12.1
30172026-08-06T23:14:54.209Z Compiling thiserror-impl v2.0.18
30182026-08-06T23:14:54.209Z Compiling clap_derive v4.6.1
30192026-08-06T23:14:54.260Z Compiling pest_derive v2.8.6
30202026-08-06T23:14:54.882Z Compiling scroll v0.12.0
30212026-08-06T23:14:55.005Z Compiling zerocopy v0.7.35
30222026-08-06T23:14:55.125Z Compiling goblin v0.8.2
30232026-08-06T23:14:55.334Z Compiling thiserror v1.0.69
30242026-08-06T23:14:55.453Z Compiling dtrace-parser v0.2.0
30252026-08-06T23:14:55.577Z Compiling thiserror v2.0.18
30262026-08-06T23:14:55.603Z Compiling clap v4.6.1
30272026-08-06T23:14:57.303Z Compiling dof v0.3.0
30282026-08-06T23:14:57.314Z Compiling toml_datetime v0.6.11
30292026-08-06T23:14:57.397Z Compiling serde_spanned v0.6.9
30302026-08-06T23:14:57.438Z Compiling serde_tokenstream v0.2.3
30312026-08-06T23:14:57.600Z Compiling toml_edit v0.22.27
30322026-08-06T23:14:57.638Z Compiling macaddr v1.0.1
30332026-08-06T23:14:57.663Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30342026-08-06T23:14:57.678Z Compiling cargo_metadata v0.23.1
30352026-08-06T23:14:58.045Z Compiling usdt-attr-macro v0.5.0
30362026-08-06T23:14:58.045Z Compiling usdt-macro v0.5.0
30372026-08-06T23:14:58.680Z Compiling usdt v0.5.0
30382026-08-06T23:14:59.140Z Compiling toml v0.8.23
30392026-08-06T23:14:59.570Z Compiling cargo_toml v0.21.0
30402026-08-06T23:15:04.014Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30412026-08-06T23:15:07.246Z Finished `release` profile [optimized] target(s) in 16.38s
30422026-08-06T23:15:07.351Z
30432026-08-06T23:15:07.351Zreal 16.467009557
30442026-08-06T23:15:07.352Zuser 2:05.398034160
30452026-08-06T23:15:07.352Zsys 13.579772727
30462026-08-06T23:15:07.352Ztrap 0.059868600
30472026-08-06T23:15:07.355Ztflt 0.387271678
30482026-08-06T23:15:07.355Zdflt 1.512655981
30492026-08-06T23:15:07.355Zkflt 0.000051830
30502026-08-06T23:15:07.355Zlock 4:41.968172132
30512026-08-06T23:15:07.355Zslp 2:40.155846462
30522026-08-06T23:15:07.355Zlat 4.176218645
30532026-08-06T23:15:07.355Zstop 16.161696137
30542026-08-06T23:15:07.355Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30552026-08-06T23:15:07.355Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30562026-08-06T23:15:07.355Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30572026-08-06T23:15:07.355Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30582026-08-06T23:15:07.355Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30592026-08-06T23:15:08.300Z Compiling match_cfg v0.1.0
30602026-08-06T23:15:08.300Z Compiling progenitor-client v0.14.0
30612026-08-06T23:15:08.300Z Compiling slog-json v2.6.1
30622026-08-06T23:15:08.303Z Compiling newtype-uuid-macros v0.1.0
30632026-08-06T23:15:08.303Z Compiling sha1 v0.11.0
30642026-08-06T23:15:08.303Z Compiling multer v3.1.0
30652026-08-06T23:15:08.303Z Compiling debug-ignore v1.0.5
30662026-08-06T23:15:08.303Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30672026-08-06T23:15:08.448Z Compiling compression-core v0.4.31
30682026-08-06T23:15:08.451Z Compiling async-stream-impl v0.3.6
30692026-08-06T23:15:08.451Z Compiling serde_spanned v1.1.1
30702026-08-06T23:15:08.461Z Compiling toml_datetime v1.1.1+spec-1.1.0
30712026-08-06T23:15:08.464Z Compiling dropshot v0.17.1
30722026-08-06T23:15:08.464Z Compiling toml_writer v1.1.1+spec-1.1.0
30732026-08-06T23:15:08.555Z Compiling waitgroup v0.1.2
30742026-08-06T23:15:08.589Z Compiling rustls-pemfile v2.2.0
30752026-08-06T23:15:08.592Z Compiling dropshot_endpoint v0.17.1
30762026-08-06T23:15:08.689Z Compiling compression-codecs v0.4.37
30772026-08-06T23:15:08.718Z Compiling toml v1.1.2+spec-1.1.0
30782026-08-06T23:15:08.722Z Compiling hostname v0.3.1
30792026-08-06T23:15:08.736Z Compiling hostname v0.4.2
30802026-08-06T23:15:08.741Z Compiling serde_path_to_error v0.1.20
30812026-08-06T23:15:08.749Z Compiling atomicwrites v0.4.4
30822026-08-06T23:15:08.814Z Compiling macaddr v1.0.1
30832026-08-06T23:15:08.847Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30842026-08-06T23:15:08.917Z Compiling async-compression v0.4.41
30852026-08-06T23:15:08.952Z Compiling slog-bunyan v2.5.0
30862026-08-06T23:15:08.995Z Compiling instant v0.1.13
30872026-08-06T23:15:08.998Z Compiling itertools v0.14.0
30882026-08-06T23:15:08.998Z Compiling regress v0.10.5
30892026-08-06T23:15:08.998Z Compiling parse-display-derive v0.10.0
30902026-08-06T23:15:09.068Z Compiling backon v1.6.0
30912026-08-06T23:15:09.111Z Compiling humantime v2.3.0
30922026-08-06T23:15:09.134Z Compiling half v2.7.1
30932026-08-06T23:15:09.134Z Compiling async-stream v0.3.6
30942026-08-06T23:15:09.177Z Compiling backoff v0.4.0
30952026-08-06T23:15:09.180Z Compiling crucible-workspace-hack v0.1.0
30962026-08-06T23:15:09.212Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30972026-08-06T23:15:09.262Z Compiling progenitor-extras v0.2.0
30982026-08-06T23:15:09.314Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30992026-08-06T23:15:09.318Z Compiling ciborium-io v0.2.2
31002026-08-06T23:15:09.355Z Compiling regress v0.11.1
31012026-08-06T23:15:09.401Z Compiling convert_case v0.4.0
31022026-08-06T23:15:09.417Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31032026-08-06T23:15:09.436Z Compiling ciborium-ll v0.2.2
31042026-08-06T23:15:09.473Z Compiling secrecy v0.10.3
31052026-08-06T23:15:09.476Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31062026-08-06T23:15:09.490Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31072026-08-06T23:15:09.506Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31082026-08-06T23:15:09.536Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31092026-08-06T23:15:09.554Z Compiling inout v0.1.4
31102026-08-06T23:15:09.644Z Compiling ciborium v0.2.2
31112026-08-06T23:15:09.662Z Compiling unsafe-libyaml v0.2.11
31122026-08-06T23:15:09.678Z Compiling thiserror-impl-no-std v2.0.2
31132026-08-06T23:15:09.701Z Compiling cipher v0.4.4
31142026-08-06T23:15:09.736Z Compiling universal-hash v0.5.1
31152026-08-06T23:15:09.789Z Compiling derive_more v0.99.20
31162026-08-06T23:15:09.854Z Compiling opaque-debug v0.3.1
31172026-08-06T23:15:09.875Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31182026-08-06T23:15:09.890Z Compiling blake2 v0.10.6
31192026-08-06T23:15:09.947Z Compiling poly1305 v0.8.0
31202026-08-06T23:15:09.975Z Compiling chacha20 v0.9.1
31212026-08-06T23:15:10.048Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31222026-08-06T23:15:10.169Z Compiling aead v0.5.2
31232026-08-06T23:15:10.237Z Compiling serde_yaml v0.9.34+deprecated
31242026-08-06T23:15:10.254Z Compiling password-hash v0.5.0
31252026-08-06T23:15:10.274Z Compiling indent_write v2.2.0
31262026-08-06T23:15:10.339Z Compiling chacha20poly1305 v0.10.1
31272026-08-06T23:15:10.403Z Compiling toml_datetime v0.7.5+spec-1.1.0
31282026-08-06T23:15:10.427Z Compiling num-derive v0.4.2
31292026-08-06T23:15:10.462Z Compiling heapless v0.8.0
31302026-08-06T23:15:10.477Z Compiling tabwriter v1.4.1
31312026-08-06T23:15:10.515Z Compiling argon2 v0.5.3
31322026-08-06T23:15:10.683Z Compiling toml_edit v0.23.10+spec-1.0.0
31332026-08-06T23:15:10.701Z Compiling ingot-macros v0.2.0
31342026-08-06T23:15:10.701Z Compiling hash32 v0.3.1
31352026-08-06T23:15:10.734Z Compiling smoltcp v0.11.0
31362026-08-06T23:15:10.752Z Compiling parse-display v0.10.0
31372026-08-06T23:15:10.906Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31382026-08-06T23:15:10.922Z Compiling thiserror-no-std v2.0.2
31392026-08-06T23:15:10.977Z Compiling typify-impl v0.6.2
31402026-08-06T23:15:11.043Z Compiling vsss-rs v3.3.4
31412026-08-06T23:15:11.082Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31422026-08-06T23:15:11.210Z Compiling cobs v0.3.0
31432026-08-06T23:15:11.321Z Compiling proc-macro-crate v3.4.0
31442026-08-06T23:15:11.466Z Compiling colored v3.1.1
31452026-08-06T23:15:11.466Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31462026-08-06T23:15:11.704Z Compiling postcard v1.1.3
31472026-08-06T23:15:11.723Z Compiling proc-macro-error v1.0.4
31482026-08-06T23:15:11.769Z Compiling rand v0.10.1
31492026-08-06T23:15:11.790Z Compiling proc-macro-crate v1.3.1
31502026-08-06T23:15:11.871Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31512026-08-06T23:15:11.901Z Compiling num_enum_derive v0.7.6
31522026-08-06T23:15:12.031Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31532026-08-06T23:15:12.079Z Compiling foreign-types-macros v0.2.3
31542026-08-06T23:15:12.096Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31552026-08-06T23:15:12.166Z Compiling rayon-core v1.13.0
31562026-08-06T23:15:12.198Z Compiling foreign-types-shared v0.3.1
31572026-08-06T23:15:12.239Z Compiling num_enum_derive v0.5.11
31582026-08-06T23:15:12.371Z Compiling crossbeam-deque v0.8.6
31592026-08-06T23:15:12.403Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31602026-08-06T23:15:12.427Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31612026-08-06T23:15:12.463Z Compiling cstr-argument v0.1.2
31622026-08-06T23:15:12.489Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31632026-08-06T23:15:12.601Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31642026-08-06T23:15:12.646Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31652026-08-06T23:15:12.677Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31662026-08-06T23:15:12.697Z Compiling cpubits v0.1.1
31672026-08-06T23:15:12.748Z Compiling foreign-types v0.5.0
31682026-08-06T23:15:12.809Z Compiling zone_cfg_derive v0.3.1
31692026-08-06T23:15:12.868Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31702026-08-06T23:15:12.897Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31712026-08-06T23:15:12.912Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31722026-08-06T23:15:12.934Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31732026-08-06T23:15:13.044Z Compiling itertools v0.12.1
31742026-08-06T23:15:13.072Z Compiling num_enum v0.7.6
31752026-08-06T23:15:13.077Z Compiling sigpipe v0.1.3
31762026-08-06T23:15:13.099Z Compiling rayon v1.11.0
31772026-08-06T23:15:13.120Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31782026-08-06T23:15:13.135Z Compiling glob v0.3.3
31792026-08-06T23:15:13.157Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31802026-08-06T23:15:13.192Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31812026-08-06T23:15:13.212Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31822026-08-06T23:15:13.364Z Compiling smf v0.2.3
31832026-08-06T23:15:13.382Z Compiling num_enum v0.5.11
31842026-08-06T23:15:13.427Z Compiling whoami v1.6.1
31852026-08-06T23:15:13.431Z Compiling usdt-macro v0.5.0
31862026-08-06T23:15:13.461Z Compiling usdt-attr-macro v0.5.0
31872026-08-06T23:15:13.512Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31882026-08-06T23:15:13.527Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31892026-08-06T23:15:13.555Z Compiling gethostname v0.5.0
31902026-08-06T23:15:13.614Z Compiling num-rational v0.4.2
31912026-08-06T23:15:13.646Z Compiling pem-rfc7468 v1.0.0
31922026-08-06T23:15:13.702Z Compiling num-complex v0.4.6
31932026-08-06T23:15:13.706Z Compiling ingot-types v0.2.0
31942026-08-06T23:15:13.739Z Compiling derive-where v1.6.0
31952026-08-06T23:15:13.901Z Compiling memmap v0.7.0
31962026-08-06T23:15:13.982Z Compiling float-ord v0.3.2
31972026-08-06T23:15:14.117Z Compiling ingot v0.2.1
31982026-08-06T23:15:14.128Z Compiling num v0.4.3
31992026-08-06T23:15:14.146Z Compiling toml v0.8.23
32002026-08-06T23:15:14.146Z Compiling hmac v0.13.0
32012026-08-06T23:15:14.184Z Compiling zone v0.3.1
32022026-08-06T23:15:14.227Z Compiling universal-hash v0.6.1
32032026-08-06T23:15:14.248Z Compiling resolv-conf v0.7.6
32042026-08-06T23:15:14.264Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32052026-08-06T23:15:14.314Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32062026-08-06T23:15:14.330Z Compiling usdt v0.5.0
32072026-08-06T23:15:14.378Z Compiling cancel-safe-futures v0.1.5
32082026-08-06T23:15:14.396Z Compiling polyval v0.7.1
32092026-08-06T23:15:14.482Z Compiling der v0.8.0
32102026-08-06T23:15:14.616Z Compiling prettyplease v0.2.37
32112026-08-06T23:15:14.652Z Compiling ghash v0.6.0
32122026-08-06T23:15:14.670Z Compiling pbkdf2 v0.13.0
32132026-08-06T23:15:14.798Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32142026-08-06T23:15:14.818Z Compiling aes v0.9.1
32152026-08-06T23:15:14.818Z Compiling crypto-bigint v0.7.5
32162026-08-06T23:15:14.880Z Compiling console v0.15.11
32172026-08-06T23:15:14.898Z Compiling hickory-proto v0.24.4
32182026-08-06T23:15:14.916Z Compiling newline-converter v0.3.0
32192026-08-06T23:15:14.965Z Compiling ctr v0.10.1
32202026-08-06T23:15:15.034Z Compiling aead v0.6.1
32212026-08-06T23:15:15.060Z Compiling sha2 v0.11.0
32222026-08-06T23:15:15.112Z Compiling oxide-update-engine-types v0.1.2
32232026-08-06T23:15:15.191Z Compiling linear-map v1.2.0
32242026-08-06T23:15:15.213Z Compiling linked-hash-map v0.5.6
32252026-08-06T23:15:15.404Z Compiling libefi-sys v0.1.0
32262026-08-06T23:15:15.422Z Compiling spki v0.8.0
32272026-08-06T23:15:15.422Z Compiling lru-cache v0.1.2
32282026-08-06T23:15:15.495Z Compiling aes-gcm v0.11.0
32292026-08-06T23:15:15.579Z Compiling expectorate v1.2.0
32302026-08-06T23:15:15.621Z Compiling typify-macro v0.6.2
32312026-08-06T23:15:15.693Z Compiling salsa20 v0.11.0
32322026-08-06T23:15:15.725Z Compiling bitfield-struct v0.6.2
32332026-08-06T23:15:15.767Z Compiling nom v8.0.0
32342026-08-06T23:15:15.787Z Compiling semver v0.1.20
32352026-08-06T23:15:15.872Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32362026-08-06T23:15:15.934Z Compiling scrypt v0.12.0
32372026-08-06T23:15:16.070Z Compiling rustc_version v0.1.7
32382026-08-06T23:15:16.122Z Compiling oxide-update-engine v0.1.2
32392026-08-06T23:15:16.267Z Compiling tokio-dtrace v0.1.1
32402026-08-06T23:15:16.339Z Compiling cbc v0.2.1
32412026-08-06T23:15:16.357Z Compiling slog-dtrace v0.3.0
32422026-08-06T23:15:16.390Z Compiling minimal-lexical v0.2.1
32432026-08-06T23:15:16.433Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32442026-08-06T23:15:16.588Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32452026-08-06T23:15:16.605Z Compiling pkcs5 v0.8.1
32462026-08-06T23:15:16.649Z Compiling oxide-tokio-rt v0.1.4
32472026-08-06T23:15:16.676Z Compiling nom v7.1.3
32482026-08-06T23:15:16.695Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32492026-08-06T23:15:16.698Z Compiling newtype_derive v0.1.6
32502026-08-06T23:15:16.739Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32512026-08-06T23:15:16.892Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32522026-08-06T23:15:16.930Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32532026-08-06T23:15:16.950Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32542026-08-06T23:15:16.950Z Compiling phf_shared v0.12.1
32552026-08-06T23:15:16.985Z Compiling dropshot-api-manager-types v0.7.2
32562026-08-06T23:15:17.076Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32572026-08-06T23:15:17.144Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32582026-08-06T23:15:17.164Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32592026-08-06T23:15:17.179Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32602026-08-06T23:15:17.182Z Compiling hickory-resolver v0.24.4
32612026-08-06T23:15:17.339Z Compiling csv-core v0.1.13
32622026-08-06T23:15:17.356Z Compiling chrono-tz v0.10.4
32632026-08-06T23:15:17.501Z Compiling typify v0.6.2
32642026-08-06T23:15:17.535Z Compiling unicode-xid v0.2.6
32652026-08-06T23:15:17.577Z Compiling highway v1.3.0
32662026-08-06T23:15:17.593Z Compiling xshell-macros v0.2.7
32672026-08-06T23:15:17.641Z Compiling progenitor-impl v0.14.0
32682026-08-06T23:15:17.645Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32692026-08-06T23:15:17.692Z Compiling const_format_proc_macros v0.2.34
32702026-08-06T23:15:17.769Z Compiling csv v1.4.0
32712026-08-06T23:15:17.971Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32722026-08-06T23:15:18.018Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32732026-08-06T23:15:18.099Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32742026-08-06T23:15:18.168Z Compiling xshell v0.2.7
32752026-08-06T23:15:18.185Z Compiling phf v0.12.1
32762026-08-06T23:15:18.245Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32772026-08-06T23:15:18.348Z Compiling qorb v0.4.1
32782026-08-06T23:15:18.370Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32792026-08-06T23:15:18.568Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32802026-08-06T23:15:18.623Z Compiling pkcs8 v0.11.0
32812026-08-06T23:15:18.699Z Compiling ff v0.14.0
32822026-08-06T23:15:18.722Z Compiling owo-colors v4.3.0
32832026-08-06T23:15:18.894Z Compiling const_format v0.2.35
32842026-08-06T23:15:19.047Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32852026-08-06T23:15:19.051Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32862026-08-06T23:15:19.087Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32872026-08-06T23:15:19.169Z Compiling tabled_derive v0.7.0
32882026-08-06T23:15:19.242Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32892026-08-06T23:15:19.406Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32902026-08-06T23:15:19.496Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32912026-08-06T23:15:19.568Z Compiling bcs v0.1.6
32922026-08-06T23:15:19.902Z Compiling salty v0.3.0
32932026-08-06T23:15:19.920Z Compiling tagptr v0.2.0
32942026-08-06T23:15:20.095Z Compiling termtree v0.5.1
32952026-08-06T23:15:20.177Z Compiling textwrap v0.16.2
32962026-08-06T23:15:20.196Z Compiling moka v0.12.13
32972026-08-06T23:15:20.230Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32982026-08-06T23:15:20.250Z Compiling tabled v0.15.0
32992026-08-06T23:15:20.280Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33002026-08-06T23:15:20.330Z Compiling progenitor-macro v0.14.0
33012026-08-06T23:15:20.442Z Compiling steno v0.4.1
33022026-08-06T23:15:20.524Z Compiling group v0.14.0
33032026-08-06T23:15:20.542Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33042026-08-06T23:15:20.670Z Compiling perfetto-trace v0.1.0 (/work/oxidecomputer/omicron/perfetto-trace)
33052026-08-06T23:15:20.705Z Compiling sha1 v0.10.6
33062026-08-06T23:15:20.734Z Compiling signature v3.0.0
33072026-08-06T23:15:20.916Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33082026-08-06T23:15:20.951Z Compiling base16ct v1.0.0
33092026-08-06T23:15:20.969Z Compiling hickory-resolver v0.25.2
33102026-08-06T23:15:21.037Z Compiling hkdf v0.13.0
33112026-08-06T23:15:21.055Z Compiling libscf-sys v1.2.0
33122026-08-06T23:15:21.058Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33132026-08-06T23:15:21.162Z Compiling sec1 v0.8.1
33142026-08-06T23:15:21.228Z Compiling rfc6979 v0.4.0
33152026-08-06T23:15:21.245Z Compiling proc-macro-error-attr2 v2.0.0
33162026-08-06T23:15:21.280Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33172026-08-06T23:15:21.384Z Compiling elliptic-curve v0.14.1
33182026-08-06T23:15:21.422Z Compiling ecdsa v0.16.9
33192026-08-06T23:15:21.500Z Compiling primeorder v0.13.6
33202026-08-06T23:15:21.696Z Compiling utf-8 v0.7.6
33212026-08-06T23:15:21.744Z Compiling proc-macro-error2 v2.0.1
33222026-08-06T23:15:21.821Z Compiling parking_lot_core v0.8.6
33232026-08-06T23:15:21.900Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33242026-08-06T23:15:21.917Z Compiling tungstenite v0.21.0
33252026-08-06T23:15:22.075Z Compiling p384 v0.13.1
33262026-08-06T23:15:22.101Z Compiling tabled_derive v0.11.0
33272026-08-06T23:15:22.156Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33282026-08-06T23:15:22.172Z Compiling wnaf v0.14.0
33292026-08-06T23:15:22.394Z Compiling primefield v0.14.0
33302026-08-06T23:15:22.544Z Compiling rfc6979 v0.6.0
33312026-08-06T23:15:22.671Z Compiling papergrid v0.17.0
33322026-08-06T23:15:22.688Z Compiling testing_table v0.3.0
33332026-08-06T23:15:22.706Z Compiling git-stub v1.0.0
33342026-08-06T23:15:22.730Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33352026-08-06T23:15:22.799Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33362026-08-06T23:15:22.880Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33372026-08-06T23:15:22.915Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33382026-08-06T23:15:22.918Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33392026-08-06T23:15:23.005Z Compiling git-stub-vcs v0.1.0
33402026-08-06T23:15:23.023Z Compiling ecdsa v0.17.0
33412026-08-06T23:15:23.070Z Compiling primeorder v0.14.0
33422026-08-06T23:15:23.101Z Compiling tokio-tungstenite v0.21.0
33432026-08-06T23:15:23.341Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33442026-08-06T23:15:23.395Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33452026-08-06T23:15:23.415Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33462026-08-06T23:15:23.452Z Compiling curve25519-dalek v5.0.0
33472026-08-06T23:15:23.481Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33482026-08-06T23:15:23.506Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33492026-08-06T23:15:23.543Z Compiling illumos-nvpair-sys v0.2.0
33502026-08-06T23:15:23.583Z Compiling unicase v2.9.0
33512026-08-06T23:15:23.627Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33522026-08-06T23:15:23.727Z Compiling tabled v0.20.0
33532026-08-06T23:15:23.767Z Compiling corncobs v0.1.4
33542026-08-06T23:15:23.812Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33552026-08-06T23:15:23.828Z Compiling mime_guess v2.0.5
33562026-08-06T23:15:23.877Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33572026-08-06T23:15:23.906Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33582026-08-06T23:15:23.965Z Compiling parking_lot v0.11.2
33592026-08-06T23:15:23.986Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33602026-08-06T23:15:24.205Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33612026-08-06T23:15:24.324Z Compiling progenitor-impl v0.13.0
33622026-08-06T23:15:24.343Z Compiling ssh-encoding v0.3.0
33632026-08-06T23:15:24.375Z Compiling prefix-trie v0.7.0
33642026-08-06T23:15:24.409Z Compiling fxhash v0.2.1
33652026-08-06T23:15:24.413Z Compiling secrecy v0.8.0
33662026-08-06T23:15:24.413Z Compiling keccak v0.2.0
33672026-08-06T23:15:24.506Z Compiling crc8 v0.1.1
33682026-08-06T23:15:24.579Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33692026-08-06T23:15:24.654Z Compiling sled v0.34.7
33702026-08-06T23:15:24.706Z Compiling hickory-server v0.25.2
33712026-08-06T23:15:24.830Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
33722026-08-06T23:15:24.849Z Compiling ed25519 v3.0.0
33732026-08-06T23:15:24.852Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33742026-08-06T23:15:24.937Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33752026-08-06T23:15:25.207Z Compiling crypto-primes v0.7.2
33762026-08-06T23:15:25.570Z Compiling progenitor v0.14.0
33772026-08-06T23:15:25.688Z Compiling pkcs1 v0.8.0-rc.4
33782026-08-06T23:15:25.757Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33792026-08-06T23:15:25.776Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33802026-08-06T23:15:25.794Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33812026-08-06T23:15:25.984Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33822026-08-06T23:15:26.017Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33832026-08-06T23:15:26.102Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
33842026-08-06T23:15:26.161Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33852026-08-06T23:15:26.233Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33862026-08-06T23:15:26.327Z Compiling poly1305 v0.9.0
33872026-08-06T23:15:26.682Z Compiling progenitor-client v0.13.0
33882026-08-06T23:15:26.793Z Compiling blowfish v0.10.0
33892026-08-06T23:15:26.812Z Compiling blake2 v0.11.0-rc.6
33902026-08-06T23:15:26.925Z Compiling half v1.8.3
33912026-08-06T23:15:26.950Z Compiling http-range v0.1.5
33922026-08-06T23:15:27.056Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33932026-08-06T23:15:27.078Z Compiling progenitor-macro v0.13.0
33942026-08-06T23:15:27.156Z Compiling serde_cbor v0.11.2
33952026-08-06T23:15:27.167Z Compiling argon2 v0.6.0-rc.8
33962026-08-06T23:15:27.219Z Compiling bcrypt-pbkdf v0.11.0
33972026-08-06T23:15:27.440Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33982026-08-06T23:15:27.558Z Compiling ssh-cipher v0.3.0
33992026-08-06T23:15:27.783Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34002026-08-06T23:15:28.099Z Compiling rsa v0.10.0-rc.18
34012026-08-06T23:15:28.174Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34022026-08-06T23:15:28.279Z Compiling ed25519-dalek v3.0.0
34032026-08-06T23:15:28.349Z Compiling illumos-nvpair v0.3.0
34042026-08-06T23:15:28.487Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34052026-08-06T23:15:28.582Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34062026-08-06T23:15:28.816Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34072026-08-06T23:15:28.873Z Compiling sha3 v0.11.0
34082026-08-06T23:15:28.891Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34092026-08-06T23:15:29.111Z Compiling p256 v0.14.0
34102026-08-06T23:15:29.127Z Compiling p384 v0.14.0
34112026-08-06T23:15:29.271Z Compiling p521 v0.14.0
34122026-08-06T23:15:29.376Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34132026-08-06T23:15:29.607Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34142026-08-06T23:15:29.648Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34152026-08-06T23:15:29.919Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34162026-08-06T23:15:30.178Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34172026-08-06T23:15:30.253Z Compiling scuffle v0.1.0
34182026-08-06T23:15:30.272Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34192026-08-06T23:15:30.612Z Compiling yasna v0.5.2
34202026-08-06T23:15:30.687Z Compiling kstat-rs v0.2.5
34212026-08-06T23:15:30.735Z Compiling headers-core v0.3.0
34222026-08-06T23:15:30.885Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34232026-08-06T23:15:31.015Z Compiling kem v0.3.0
34242026-08-06T23:15:31.119Z Compiling module-lattice v0.2.3
34252026-08-06T23:15:31.169Z Compiling nanorand v0.7.0
34262026-08-06T23:15:31.216Z Compiling sponge-cursor v0.1.0
34272026-08-06T23:15:31.239Z Compiling rcgen v0.12.1
34282026-08-06T23:15:31.308Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34292026-08-06T23:15:31.384Z Compiling sha3 v0.12.0
34302026-08-06T23:15:31.400Z Compiling flume v0.11.1
34312026-08-06T23:15:31.505Z Compiling ml-kem v0.3.2
34322026-08-06T23:15:31.523Z Compiling headers v0.4.1
34332026-08-06T23:15:31.527Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34342026-08-06T23:15:31.764Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34352026-08-06T23:15:31.921Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34362026-08-06T23:15:31.963Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34372026-08-06T23:15:32.006Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34382026-08-06T23:15:32.156Z Compiling hyper-staticfile v0.10.1
34392026-08-06T23:15:32.172Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34402026-08-06T23:15:32.219Z Compiling progenitor v0.13.0
34412026-08-06T23:15:32.262Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34422026-08-06T23:15:32.351Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34432026-08-06T23:15:32.408Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34442026-08-06T23:15:32.467Z Compiling ssh-key v0.7.0-rc.11
34452026-08-06T23:15:32.485Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34462026-08-06T23:15:32.563Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34472026-08-06T23:15:32.670Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34482026-08-06T23:15:32.710Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34492026-08-06T23:15:32.771Z Compiling russh-cryptovec v0.62.0
34502026-08-06T23:15:32.814Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34512026-08-06T23:15:32.817Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34522026-08-06T23:15:32.853Z Compiling internal-russh-num-bigint v0.5.0
34532026-08-06T23:15:32.885Z Compiling port-file v0.1.0
34542026-08-06T23:15:33.021Z Compiling num-bigint v0.4.6
34552026-08-06T23:15:33.040Z Compiling generic-array v1.4.3
34562026-08-06T23:15:33.060Z Compiling russh-util v0.52.0
34572026-08-06T23:15:33.060Z Compiling enum_dispatch v0.3.13
34582026-08-06T23:15:33.155Z Compiling delegate v0.13.5
34592026-08-06T23:15:33.238Z Compiling subprocess v0.2.15
34602026-08-06T23:15:33.481Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34612026-08-06T23:15:33.532Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34622026-08-06T23:15:33.625Z Compiling md5 v0.8.0
34632026-08-06T23:15:33.875Z Compiling display-error-chain v0.2.2
34642026-08-06T23:15:33.915Z Compiling hex-literal v1.1.0
34652026-08-06T23:15:33.985Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34662026-08-06T23:15:34.033Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34672026-08-06T23:15:34.050Z Compiling colored v2.2.0
34682026-08-06T23:15:34.069Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34692026-08-06T23:15:34.089Z Compiling socket2 v0.5.10
34702026-08-06T23:15:34.161Z Compiling russh v0.62.4
34712026-08-06T23:15:34.178Z Compiling internet-checksum v0.2.1
34722026-08-06T23:15:34.593Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34732026-08-06T23:15:34.593Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34742026-08-06T23:15:35.155Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
34752026-08-06T23:15:37.313Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34762026-08-06T23:15:38.049Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34772026-08-06T23:15:38.606Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34782026-08-06T23:15:40.494Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34792026-08-06T23:15:49.238Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34802026-08-06T23:15:49.238Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34812026-08-06T23:15:49.242Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34822026-08-06T23:15:49.242Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34832026-08-06T23:15:51.034Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34842026-08-06T23:15:51.107Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34852026-08-06T23:15:55.190Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34862026-08-06T23:16:35.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s
34872026-08-06T23:16:35.617Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
34882026-08-06T23:16:35.617Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
34892026-08-06T23:16:35.837Z
34902026-08-06T23:16:35.837Zreal 1:28.422229793
34912026-08-06T23:16:35.837Zuser 8:26.424866639
34922026-08-06T23:16:35.837Zsys 1:40.711683131
34932026-08-06T23:16:35.840Ztrap 0.244443692
34942026-08-06T23:16:35.840Ztflt 0.257738436
34952026-08-06T23:16:35.840Zdflt 2.021940730
34962026-08-06T23:16:35.840Zkflt 0.002842080
34972026-08-06T23:16:35.840Zlock 31:09.571577766
34982026-08-06T23:16:35.840Zslp 19:02.484314128
34992026-08-06T23:16:35.840Zlat 38.732930547
35002026-08-06T23:16:35.840Zstop 3:04.226019216
35012026-08-06T23:16:35.840Z+ mkdir tests
35022026-08-06T23:16:35.843Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
35032026-08-06T23:16:35.844Z+ xargs -I '{}' -t cp '{}' tests/
35042026-08-06T23:16:35.864Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-fc821a18dd59382d tests/
35052026-08-06T23:16:35.886Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a1d5a7098b76fc29 tests/
35062026-08-06T23:16:35.908Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-c5f29ab78cde2efa tests/
35072026-08-06T23:16:35.931Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-b7ab25940b14f787 tests/
35082026-08-06T23:16:36.240Z+ 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)
35092026-08-06T23:16:36.243Z+ 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-a1d5a7098b76fc29 tests/commtest-c5f29ab78cde2efa tests/dhcp_server-fc821a18dd59382d tests/end_to_end_tests-b7ab25940b14f787 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
35102026-08-06T23:18:05.499ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35112026-08-06T23:18:05.499Za .github/buildomat/ci-env.sh 1K
35122026-08-06T23:18:05.499Za out/target/test 1K
35132026-08-06T23:18:05.499Za out/npuzone/npuzone 27402K
35142026-08-06T23:18:05.499Za package-manifest.toml 35K
35152026-08-06T23:18:05.499Za smf/sled-agent/non-gimlet/config.toml 6K
35162026-08-06T23:18:05.499Za target/release/omicron-package 48082K
35172026-08-06T23:18:05.499Za target/release/xtask 11722K
35182026-08-06T23:18:05.499Za target/debug/bootstrap 435595K
35192026-08-06T23:18:05.499Za tests/bootstrap-a1d5a7098b76fc29 34516K
35202026-08-06T23:18:05.499Za tests/commtest-c5f29ab78cde2efa 34517K
35212026-08-06T23:18:05.499Za tests/dhcp_server-fc821a18dd59382d 34516K
35222026-08-06T23:18:05.499Za tests/end_to_end_tests-b7ab25940b14f787 498584K
35232026-08-06T23:18:05.499Za tools/opte_version 1K
35242026-08-06T23:18:05.499Za tools/opte_version_override 2K
35252026-08-06T23:18:05.499Za out/clickhouse.tar.gz 327618K
35262026-08-06T23:18:05.499Za out/clickhouse_keeper.tar.gz 311610K
35272026-08-06T23:18:05.499Za out/clickhouse_server.tar.gz 327613K
35282026-08-06T23:18:05.499Za out/cockroachdb.tar.gz 168972K
35292026-08-06T23:18:05.499Za out/crucible-pantry-zone.tar.gz 41281K
35302026-08-06T23:18:05.499Za out/crucible-utils.tar 18900K
35312026-08-06T23:18:05.499Za out/crucible-zone.tar.gz 56093K
35322026-08-06T23:18:05.499Za out/external-dns.tar.gz 54273K
35332026-08-06T23:18:05.499Za out/internal-dns.tar.gz 54272K
35342026-08-06T23:18:05.499Za out/mg-ddm-gz.tar 100917K
35352026-08-06T23:18:05.499Za out/nexus.tar.gz 353815K
35362026-08-06T23:18:05.499Za out/ntp.tar.gz 34634K
35372026-08-06T23:18:05.499Za out/omicron-gateway-softnpu.tar.gz 29127K
35382026-08-06T23:18:05.499Za out/omicron-sled-agent.tar 242010K
35392026-08-06T23:18:05.500Za out/overlay.tar.gz 4K
35402026-08-06T23:18:05.500Za out/oximeter.tar.gz 71194K
35412026-08-06T23:18:05.500Za out/oxlog.tar 4066K
35422026-08-06T23:18:05.500Za out/probe.tar.gz 3037K
35432026-08-06T23:18:05.500Za out/propolis-server.tar.gz 34642K
35442026-08-06T23:18:05.500Za out/pumpkind-gz.tar 26647K
35452026-08-06T23:18:05.500Za out/switch-softnpu.tar.gz 498491K
35462026-08-06T23:18:05.503Z
35472026-08-06T23:18:05.503Zreal 1:29.257645098
35482026-08-06T23:18:05.503Zuser 1:26.347957762
35492026-08-06T23:18:05.503Zsys 4.912171439
35502026-08-06T23:18:05.503Ztrap 0.006442932
35512026-08-06T23:18:05.503Ztflt 0.000000000
35522026-08-06T23:18:05.503Zdflt 0.000000000
35532026-08-06T23:18:05.503Zkflt 0.000000000
35542026-08-06T23:18:05.503Zlock 0.000000000
35552026-08-06T23:18:05.503Zslp 1:26.171012557
35562026-08-06T23:18:05.503Zlat 1.072013532
35572026-08-06T23:18:05.503Zstop 0.000267220
35582026-08-06T23:18:05.503Zprocess exited: duration 1217191 ms, exit code 0
 
35592026-08-06T23:18:05.516Zfound 1 output files
35602026-08-06T23:18:05.516Zuploading: /work/package.tar.gz (2758543636 bytes)
35612026-08-06T23:18:39.020Zuploaded: /work/package.tar.gz