01M08N5DK3BN677YMQZ882JNFD: 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: 01M08N60RPJXMKPT3DFRN213AK

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-17T20:05:13.954Zjob assigned to worker 01M08N6DS3ZRPWRKM4E8SWSH60 [factory aws, i-0e2c6752e9401ba75] (queued for 1 m 5 s)
 
22026-08-17T20:05:21.208Zstarting task 0: "setup"
32026-08-17T20:05:21.215Z++ uname -s
42026-08-17T20:05:21.219Z+ kern=SunOS
52026-08-17T20:05:21.219Z+ build_user=build
62026-08-17T20:05:21.219Z+ build_uid=12345
72026-08-17T20:05:21.219Z+ work_dir=/work
82026-08-17T20:05:21.219Z+ input_dir=/input
92026-08-17T20:05:21.219Z+ [[ 0 == 12345 ]]
102026-08-17T20:05:21.219Z+ case "$kern" in
112026-08-17T20:05:21.219Z+ groupadd -g 12345 build
122026-08-17T20:05:21.219Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-17T20:05:23.421Z+ zfs create -o mountpoint=/work rpool/work
142026-08-17T20:05:23.427Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-17T20:05:23.427Z+ home_fs=zfs
162026-08-17T20:05:23.427Z+ [[ zfs == autofs ]]
172026-08-17T20:05:23.428Z+ mkdir -p /home/build
182026-08-17T20:05:23.428Z+ chown build:build /home/build /work
192026-08-17T20:05:25.361Z+ chmod 0700 /home/build /work
202026-08-17T20:05:25.385Zprocess exited: duration 4115 ms, exit code 0
 
212026-08-17T20:05:25.397Zstarting task 1: "rust-toolchain"
222026-08-17T20:05:25.403Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-17T20:05:25.403Z * rust toolchain channel = "1.97.1"
242026-08-17T20:05:25.403Z * rust toolchain profile = "default"
252026-08-17T20:05:25.403Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-17T20:05:25.403Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-17T20:05:25.403Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-17T20:05:25.403Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-17T20:05:25.409Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-17T20:05:25.471Zinfo: downloading installer
312026-08-17T20:05:29.052Zwarn: It looks like you have an existing rustup settings file at:
322026-08-17T20:05:29.053Zwarn: /home/build/.rustup/settings.toml
332026-08-17T20:05:29.053Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-17T20:05:29.053Zwarn: instead of the one inferred from the default host triple.
352026-08-17T20:05:29.096Zinfo: profile set to default
362026-08-17T20:05:29.096Zinfo: default host triple is x86_64-unknown-illumos
372026-08-17T20:05:29.096Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-17T20:05:29.096Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-17T20:05:29.096Zinfo: downloading 6 components
402026-08-17T20:05:41.406Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-17T20:05:41.406Z
422026-08-17T20:05:41.435Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-17T20:05:41.435Z
442026-08-17T20:05:41.435Z
452026-08-17T20:05:41.435ZRust is installed now. Great!
462026-08-17T20:05:41.439Z
472026-08-17T20:05:41.439ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-17T20:05:41.439Zenvironment variable. This has not been done automatically.
492026-08-17T20:05:41.439Z
502026-08-17T20:05:41.439ZTo configure your current shell, you need to source
512026-08-17T20:05:41.440Zthe corresponding env file under $HOME/.cargo.
522026-08-17T20:05:41.440Z
532026-08-17T20:05:41.440ZThis is usually done by running one of the following (note the leading DOT):
542026-08-17T20:05:41.440Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-17T20:05:41.440Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-17T20:05:41.440Zsource "~/.cargo/env.nu" # For nushell
572026-08-17T20:05:41.440Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-17T20:05:41.440Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-17T20:05:41.440Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-17T20:05:41.440Zwarn: no default linker (`cc`) was found in your PATH
612026-08-17T20:05:41.440Zwarn: many Rust crates require a system C toolchain to build
622026-08-17T20:05:41.539Z+ rustup --version
632026-08-17T20:05:41.543Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-17T20:05:41.549Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-17T20:05:41.565Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-17T20:05:41.568Z+ cargo --version
672026-08-17T20:05:41.575Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-17T20:05:41.579Z+ rustc --version
692026-08-17T20:05:41.597Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-17T20:05:41.601Zprocess exited: duration 16203 ms, exit code 0
 
712026-08-17T20:05:41.607Zstarting task 2: "authentication"
722026-08-17T20:05:41.626Zprocess exited: duration 18 ms, exit code 0
 
732026-08-17T20:05:41.632Zstarting task 3: "clone repository"
742026-08-17T20:05:41.637Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-17T20:05:41.640Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-17T20:05:41.676ZCloning into '/work/oxidecomputer/omicron'...
772026-08-17T20:05:59.691Z+ cd /work/oxidecomputer/omicron
782026-08-17T20:05:59.691Z+ git fetch origin 54b108504e367b610699301eba55e5d950991763
792026-08-17T20:06:00.043ZFrom https://github.com/oxidecomputer/omicron
802026-08-17T20:06:00.043Z * branch 54b108504e367b610699301eba55e5d950991763 -> FETCH_HEAD
812026-08-17T20:06:00.057Z+ [[ -n ben/store-ntp-ips-the-same-way ]]
822026-08-17T20:06:00.062Z++ git branch --show-current
832026-08-17T20:06:00.062Z+ current=main
842026-08-17T20:06:00.062Z+ [[ main != ben/store-ntp-ips-the-same-way ]]
852026-08-17T20:06:00.062Z+ git branch -f ben/store-ntp-ips-the-same-way 54b108504e367b610699301eba55e5d950991763
862026-08-17T20:06:00.065Z+ git checkout -f ben/store-ntp-ips-the-same-way
872026-08-17T20:06:00.123ZSwitched to branch 'ben/store-ntp-ips-the-same-way'
882026-08-17T20:06:00.126Z+ git reset --hard 54b108504e367b610699301eba55e5d950991763
892026-08-17T20:06:00.179ZHEAD is now at 54b108504 merge fixup
902026-08-17T20:06:00.182Zprocess exited: duration 18547 ms, exit code 0
 
912026-08-17T20:06:00.191Zstarting task 4: "build"
922026-08-17T20:06:00.195Z+ source .github/buildomat/ci-env.sh
932026-08-17T20:06:00.195Z++ export CARGO_TERM_COLOR=always
942026-08-17T20:06:00.195Z++ CARGO_TERM_COLOR=always
952026-08-17T20:06:00.195Z+++ uname -s
962026-08-17T20:06:00.201Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-17T20:06:00.201Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-17T20:06:00.206Z+ cargo --version
992026-08-17T20:06:00.210Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-17T20:06:00.213Z+ rustc --version
1012026-08-17T20:06:00.235Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-17T20:06:00.239Z+ WORK=/work
1032026-08-17T20:06:00.239Z+ pfexec mkdir -p /work
1042026-08-17T20:06:00.243Z+ pfexec chown build /work
1052026-08-17T20:06:00.243Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-08-17T20:06:02.160Z Startup: Refreshing catalog 'helios' ... Done
1072026-08-17T20:06:02.482Z Startup: Caching catalogs ... Done
1082026-08-17T20:06:04.238ZPlanning: Solver setup ... Done (1.655s)
1092026-08-17T20:06:04.290ZPlanning: Running solver ... Done (0.053s)
1102026-08-17T20:06:04.330ZPlanning: Finding local manifests ... Done (0.003s)
1112026-08-17T20:06:04.344ZPlanning: Fetching manifests: 0/2 0% complete
1122026-08-17T20:06:04.362ZPlanning: Fetching manifests: 2/2 100% complete
1132026-08-17T20:06:04.376ZPlanning: Package planning ... Done (0.014s)
1142026-08-17T20:06:04.379ZPlanning: Merging actions ... Done (0.001s)
1152026-08-17T20:06:04.538ZPlanning: Checking for conflicting actions ... Done (0.160s)
1162026-08-17T20:06:04.541ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-08-17T20:06:05.415ZPlanning: Evaluating mediators ... Done (0.876s)
1182026-08-17T20:06:05.419ZPlanning: Planning completed in 2.90 seconds
1192026-08-17T20:06:05.425Z Packages to install: 2
1202026-08-17T20:06:05.425Z Estimated space available: 156.01 GB
1212026-08-17T20:06:05.425ZEstimated space to be consumed: 69.36 MB
1222026-08-17T20:06:05.425Z Create boot environment: No
1232026-08-17T20:06:05.428ZCreate backup boot environment: No
1242026-08-17T20:06:05.428Z Rebuild boot archive: No
1252026-08-17T20:06:05.428Z
1262026-08-17T20:06:05.428ZChanged packages:
1272026-08-17T20:06:05.428Zhelios
1282026-08-17T20:06:05.428Z developer/build-essential
1292026-08-17T20:06:05.428Z None -> 11-3.0
1302026-08-17T20:06:05.428Z library/libxmlsec1
1312026-08-17T20:06:05.428Z None -> 1.2.35-3.0
1322026-08-17T20:06:05.451Z
1332026-08-17T20:06:05.451ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-08-17T20:06:05.533ZDownload: Completed 1.28 MB in 0.08 seconds (15.6M/s)
1352026-08-17T20:06:05.596Z Actions: 1/268 actions (Installing new actions)
1362026-08-17T20:06:05.637Z Actions: Completed 268 actions in 0.04 seconds.
1372026-08-17T20:06:05.665ZFinalize: Updating package state database ... Done (0.031s)
1382026-08-17T20:06:05.665ZFinalize: Updating package cache ... Done (0.000s)
1392026-08-17T20:06:05.739ZFinalize: Updating image state ... Done (0.074s)
1402026-08-17T20:06:08.424ZFinalize: Creating fast lookup database ... Done (2.637s)
1412026-08-17T20:06:08.497ZFinalize: Reading search index ... Done (0.012s)
1422026-08-17T20:06:08.501ZFinalize: Updating search index ... Done (0.000s)
1432026-08-17T20:06:08.653ZFinalize: Updating package cache ... Done (0.000s)
1442026-08-17T20:06:09.018ZPlanning: Evaluating mediator changes ... Done
1452026-08-17T20:06:09.122ZPlanning: Checking for conflicting actions ... Done
1462026-08-17T20:06:09.125ZPlanning: Consolidating action changes ... Done
1472026-08-17T20:06:09.279ZPlanning: Evaluating mediators ... Done
1482026-08-17T20:06:09.283ZPlanning: Planning completed in 0.26 seconds
1492026-08-17T20:06:09.303Z Mediators to change: 2
1502026-08-17T20:06:09.303Z Create boot environment: No
1512026-08-17T20:06:09.303ZCreate backup boot environment: No
1522026-08-17T20:06:09.347ZFinalize: Updating package state database ... Done
1532026-08-17T20:06:09.347ZFinalize: Updating package cache ... Done
1542026-08-17T20:06:09.392ZFinalize: Updating image state ... Done
1552026-08-17T20:06:11.344ZFinalize: Creating fast lookup database ... Done
1562026-08-17T20:06:11.416ZFinalize: Reading search index ... Done
1572026-08-17T20:06:11.416ZFinalize: Updating search index ... Done
1582026-08-17T20:06:11.470ZFinalize: Updating package cache ... Done
1592026-08-17T20:06:11.754ZPlanning: Evaluating mediator changes ... Done
1602026-08-17T20:06:11.857ZPlanning: Checking for conflicting actions ... Done
1612026-08-17T20:06:11.862ZPlanning: Consolidating action changes ... Done
1622026-08-17T20:06:12.012ZPlanning: Evaluating mediators ... Done
1632026-08-17T20:06:12.025ZPlanning: Planning completed in 0.26 seconds
1642026-08-17T20:06:12.037Z Mediators to change: 1
1652026-08-17T20:06:12.037Z Create boot environment: No
1662026-08-17T20:06:12.037ZCreate backup boot environment: No
1672026-08-17T20:06:12.081ZFinalize: Updating package state database ... Done
1682026-08-17T20:06:12.081ZFinalize: Updating package cache ... Done
1692026-08-17T20:06:12.129ZFinalize: Updating image state ... Done
1702026-08-17T20:06:14.084ZFinalize: Creating fast lookup database ... Done
1712026-08-17T20:06:14.148ZFinalize: Reading search index ... Done
1722026-08-17T20:06:14.151ZFinalize: Updating search index ... Done
1732026-08-17T20:06:14.213ZFinalize: Updating package cache ... Done
1742026-08-17T20:06:14.525ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-08-17T20:06:14.526Zapache system 2.4 system
1762026-08-17T20:06:14.526Zclang system 15 system
1772026-08-17T20:06:14.526Zcsh system system illumos
1782026-08-17T20:06:14.526Zctags system system illumos
1792026-08-17T20:06:14.526Zfile vendor vendor darwinsys
1802026-08-17T20:06:14.526Zfile system system illumos
1812026-08-17T20:06:14.526Zgcc vendor 14 vendor
1822026-08-17T20:06:14.526Zgcc system 13 system
1832026-08-17T20:06:14.526Zgcc system 10 system
1842026-08-17T20:06:14.526Zgo system 1.25 system
1852026-08-17T20:06:14.526Zllvm system 15 system
1862026-08-17T20:06:14.526Zmariadb system 11.4 system
1872026-08-17T20:06:14.526Zmta vendor vendor dma
1882026-08-17T20:06:14.526Zopenjdk system 17 system
1892026-08-17T20:06:14.526Zopenjdk system 11 system
1902026-08-17T20:06:14.526Zopenssl vendor 3 vendor
1912026-08-17T20:06:14.526Zperl system 5.40 system
1922026-08-17T20:06:14.526Zpostgresql system 18 system
1932026-08-17T20:06:14.526Zpostgresql system 17 system
1942026-08-17T20:06:14.526Zpython vendor 3 vendor
1952026-08-17T20:06:14.526Zpython system 2 system
1962026-08-17T20:06:14.526Zpython3 vendor 3.13 vendor
1972026-08-17T20:06:14.526Zruby system 3.4 system
1982026-08-17T20:06:14.526Zruby system 3.0 system
1992026-08-17T20:06:14.526Zwords vendor vendor american-english
2002026-08-17T20:06:14.526Zwords system system australian-english
2012026-08-17T20:06:14.526Zwords system system british-english
2022026-08-17T20:06:14.526Zwords system system canadian-english
2032026-08-17T20:06:14.526Zwords system system french
2042026-08-17T20:06:14.526Zwords system system italian
2052026-08-17T20:06:14.526Zwords system system ngerman
2062026-08-17T20:06:14.526Zwords system system ogerman
2072026-08-17T20:06:14.526Zwords system system spanish
2082026-08-17T20:06:14.780ZPUBLISHER TYPE STATUS P LOCATION
2092026-08-17T20:06:14.780Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-08-17T20:06:15.227ZFMRI IFO
2112026-08-17T20:06:15.227Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-08-17T20:06:15.227Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-08-17T20:06:15.227Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-08-17T20:06:15.227Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-08-17T20:06:15.228Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-08-17T20:06:15.228Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-08-17T20:06:15.228Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-08-17T20:06:15.228Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-08-17T20:06:15.228Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-08-17T20:06:15.542Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-08-17T20:06:15.877Z Updating crates.io index
2222026-08-17T20:06:15.880Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-08-17T20:06:16.141Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-08-17T20:06:16.510Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-08-17T20:06:17.813Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-08-17T20:06:18.457Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-08-17T20:06:20.468Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-08-17T20:06:21.634Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-08-17T20:06:21.932Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-08-17T20:06:22.308Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-08-17T20:06:23.680Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-08-17T20:06:24.098Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-08-17T20:06:24.523Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-08-17T20:06:24.805Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2352026-08-17T20:06:25.088Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2362026-08-17T20:06:25.348Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2372026-08-17T20:06:25.654Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-08-17T20:06:25.914Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-08-17T20:06:26.237Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2402026-08-17T20:06:26.616Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2412026-08-17T20:06:27.195Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-08-17T20:06:27.594Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2432026-08-17T20:06:28.071Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2442026-08-17T20:06:28.359Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2452026-08-17T20:06:28.948Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2462026-08-17T20:06:29.300Z Updating git repository `https://github.com/oxidecomputer/erebor`
2472026-08-17T20:06:29.570Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2482026-08-17T20:06:30.093Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2492026-08-17T20:06:30.389Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-17T20:06:30.775Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2512026-08-17T20:06:31.119Z Updating git repository `https://github.com/oxidecomputer/ispf`
2522026-08-17T20:06:31.414Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2532026-08-17T20:06:31.731Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2542026-08-17T20:06:32.125Z Updating git repository `https://github.com/oxidecomputer/tough`
2552026-08-17T20:06:32.878Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2562026-08-17T20:06:33.181Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-08-17T20:06:33.479Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2582026-08-17T20:06:33.824Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2592026-08-17T20:06:34.187Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2602026-08-17T20:06:34.485Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2612026-08-17T20:06:34.796Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2622026-08-17T20:06:35.131Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2632026-08-17T20:06:35.412Z Updating git repository `https://github.com/illumos/smf-rs`
2642026-08-17T20:06:38.224Z Downloading crates ...
2652026-08-17T20:06:38.281Z Downloaded itoa v1.0.17
2662026-08-17T20:06:38.285Z Downloaded anstream v1.0.0
2672026-08-17T20:06:38.285Z Downloaded anstyle-parse v1.0.0
2682026-08-17T20:06:38.285Z Downloaded thiserror-impl v1.0.69
2692026-08-17T20:06:38.289Z Downloaded pest_derive v2.8.6
2702026-08-17T20:06:38.292Z Downloaded camino v1.2.2
2712026-08-17T20:06:38.297Z Downloaded macaddr v1.0.1
2722026-08-17T20:06:38.302Z Downloaded cfg-if v1.0.4
2732026-08-17T20:06:38.302Z Downloaded cpufeatures v0.2.17
2742026-08-17T20:06:38.306Z Downloaded zmij v1.0.21
2752026-08-17T20:06:38.306Z Downloaded anstyle-query v1.1.5
2762026-08-17T20:06:38.306Z Downloaded is_terminal_polyfill v1.70.2
2772026-08-17T20:06:38.309Z Downloaded generic-array v0.14.7
2782026-08-17T20:06:38.309Z Downloaded fastrand v2.3.0
2792026-08-17T20:06:38.309Z Downloaded errno v0.3.14
2802026-08-17T20:06:38.309Z Downloaded zerocopy v0.7.35
2812026-08-17T20:06:38.317Z Downloaded cargo_toml v0.21.0
2822026-08-17T20:06:38.320Z Downloaded zerocopy-derive v0.7.35
2832026-08-17T20:06:38.320Z Downloaded pest_generator v2.8.6
2842026-08-17T20:06:38.324Z Downloaded anstyle v1.0.14
2852026-08-17T20:06:38.324Z Downloaded log v0.4.29
2862026-08-17T20:06:38.324Z Downloaded clap v4.6.1
2872026-08-17T20:06:38.327Z Downloaded digest v0.10.7
2882026-08-17T20:06:38.330Z Downloaded heck v0.5.0
2892026-08-17T20:06:38.330Z Downloaded bytecount v0.6.9
2902026-08-17T20:06:38.330Z Downloaded indexmap v2.14.0
2912026-08-17T20:06:38.333Z Downloaded anyhow v1.0.102
2922026-08-17T20:06:38.334Z Downloaded equivalent v1.0.2
2932026-08-17T20:06:38.337Z Downloaded block-buffer v0.10.4
2942026-08-17T20:06:38.337Z Downloaded memmap v0.7.0
2952026-08-17T20:06:38.337Z Downloaded colorchoice v1.0.4
2962026-08-17T20:06:38.337Z Downloaded fnv v1.0.7
2972026-08-17T20:06:38.337Z Downloaded heck v0.4.1
2982026-08-17T20:06:38.337Z Downloaded plain v0.2.3
2992026-08-17T20:06:38.341Z Downloaded cargo-platform v0.3.2
3002026-08-17T20:06:38.347Z Downloaded dof v0.3.0
3012026-08-17T20:06:38.352Z Downloaded autocfg v1.5.0
3022026-08-17T20:06:38.352Z Downloaded dtrace-parser v0.2.0
3032026-08-17T20:06:38.353Z Downloaded scroll_derive v0.12.1
3042026-08-17T20:06:38.356Z Downloaded strsim v0.11.1
3052026-08-17T20:06:38.359Z Downloaded serde_spanned v0.6.9
3062026-08-17T20:06:38.359Z Downloaded usdt-attr-macro v0.5.0
3072026-08-17T20:06:38.363Z Downloaded terminal_size v0.4.3
3082026-08-17T20:06:38.366Z Downloaded swrite v0.1.0
3092026-08-17T20:06:38.366Z Downloaded clap_lex v1.0.0
3102026-08-17T20:06:38.374Z Downloaded tabled_derive v0.7.0
3112026-08-17T20:06:38.378Z Downloaded crypto-common v0.1.7
3122026-08-17T20:06:38.386Z Downloaded pretty-hex v0.4.1
3132026-08-17T20:06:38.389Z Downloaded utf8parse v0.2.2
3142026-08-17T20:06:38.389Z Downloaded proc-macro-error-attr v1.0.4
3152026-08-17T20:06:38.392Z Downloaded thread-id v4.2.2
3162026-08-17T20:06:38.395Z Downloaded unicode-linebreak v0.1.5
3172026-08-17T20:06:38.395Z Downloaded usdt-macro v0.5.0
3182026-08-17T20:06:38.395Z Downloaded toml_datetime v0.6.11
3192026-08-17T20:06:38.400Z Downloaded proc-macro-error v1.0.4
3202026-08-17T20:06:38.403Z Downloaded clap_derive v4.6.1
3212026-08-17T20:06:38.406Z Downloaded usdt v0.5.0
3222026-08-17T20:06:38.409Z Downloaded camino-tempfile v1.4.1
3232026-08-17T20:06:38.413Z Downloaded fs-err v3.3.0
3242026-08-17T20:06:38.417Z Downloaded byteorder v1.5.0
3252026-08-17T20:06:38.420Z Downloaded quote v1.0.45
3262026-08-17T20:06:38.423Z Downloaded toml_write v0.1.2
3272026-08-17T20:06:38.423Z Downloaded sha2 v0.10.9
3282026-08-17T20:06:38.427Z Downloaded scroll v0.12.0
3292026-08-17T20:06:38.433Z Downloaded version_check v0.9.5
3302026-08-17T20:06:38.433Z Downloaded serde_tokenstream v0.2.3
3312026-08-17T20:06:38.438Z Downloaded usdt-impl v0.5.0
3322026-08-17T20:06:38.438Z Downloaded thiserror v2.0.18
3332026-08-17T20:06:38.438Z Downloaded thiserror v1.0.69
3342026-08-17T20:06:38.443Z Downloaded thiserror-impl v2.0.18
3352026-08-17T20:06:38.447Z Downloaded papergrid v0.11.0
3362026-08-17T20:06:38.447Z Downloaded pest_meta v2.8.6
3372026-08-17T20:06:38.450Z Downloaded smawk v0.3.2
3382026-08-17T20:06:38.456Z Downloaded ucd-trie v0.1.7
3392026-08-17T20:06:38.463Z Downloaded bitflags v2.11.0
3402026-08-17T20:06:38.466Z Downloaded cargo_metadata v0.23.1
3412026-08-17T20:06:38.466Z Downloaded semver v1.0.28
3422026-08-17T20:06:38.469Z Downloaded tempfile v3.25.0
3432026-08-17T20:06:38.469Z Downloaded toml v0.8.23
3442026-08-17T20:06:38.472Z Downloaded getrandom v0.4.1
3452026-08-17T20:06:38.475Z Downloaded once_cell v1.21.3
3462026-08-17T20:06:38.481Z Downloaded serde_derive v1.0.228
3472026-08-17T20:06:38.484Z Downloaded unicode-ident v1.0.24
3482026-08-17T20:06:38.490Z Downloaded serde_core v1.0.228
3492026-08-17T20:06:38.493Z Downloaded textwrap v0.16.2
3502026-08-17T20:06:38.499Z Downloaded proc-macro2 v1.0.106
3512026-08-17T20:06:38.532Z Downloaded toml_edit v0.22.27
3522026-08-17T20:06:38.538Z Downloaded memchr v2.8.0
3532026-08-17T20:06:38.556Z Downloaded serde v1.0.228
3542026-08-17T20:06:38.560Z Downloaded pest v2.8.6
3552026-08-17T20:06:38.565Z Downloaded typenum v1.20.1
3562026-08-17T20:06:38.592Z Downloaded serde_json v1.0.151
3572026-08-17T20:06:38.608Z Downloaded hashbrown v0.17.0
3582026-08-17T20:06:38.611Z Downloaded clap_builder v4.6.0
3592026-08-17T20:06:38.622Z Downloaded tabled v0.15.0
3602026-08-17T20:06:38.630Z Downloaded goblin v0.8.2
3612026-08-17T20:06:38.634Z Downloaded winnow v0.7.14
3622026-08-17T20:06:38.650Z Downloaded unicode-width v0.2.0
3632026-08-17T20:06:38.653Z Downloaded syn v1.0.109
3642026-08-17T20:06:38.659Z Downloaded unicode-width v0.1.14
3652026-08-17T20:06:38.665Z Downloaded syn v2.0.117
3662026-08-17T20:06:38.682Z Downloaded rustix v1.1.3
3672026-08-17T20:06:38.704Z Downloaded libc v0.2.185
3682026-08-17T20:06:38.767Z Compiling proc-macro2 v1.0.106
3692026-08-17T20:06:38.767Z Compiling unicode-ident v1.0.24
3702026-08-17T20:06:38.767Z Compiling quote v1.0.45
3712026-08-17T20:06:38.770Z Compiling serde_core v1.0.228
3722026-08-17T20:06:38.770Z Compiling libc v0.2.185
3732026-08-17T20:06:38.770Z Compiling version_check v0.9.5
3742026-08-17T20:06:38.770Z Compiling memchr v2.8.0
3752026-08-17T20:06:38.770Z Compiling serde v1.0.228
3762026-08-17T20:06:38.770Z Compiling zmij v1.0.21
3772026-08-17T20:06:38.954Z Compiling thiserror v1.0.69
3782026-08-17T20:06:38.958Z Compiling itoa v1.0.17
3792026-08-17T20:06:38.964Z Compiling ucd-trie v0.1.7
3802026-08-17T20:06:38.967Z Compiling rustix v1.1.3
3812026-08-17T20:06:38.967Z Compiling byteorder v1.5.0
3822026-08-17T20:06:39.321Z Compiling serde_json v1.0.151
3832026-08-17T20:06:39.365Z Compiling bitflags v2.11.0
3842026-08-17T20:06:39.441Z Compiling proc-macro-error-attr v1.0.4
3852026-08-17T20:06:39.481Z Compiling pest v2.8.6
3862026-08-17T20:06:39.485Z Compiling usdt-impl v0.5.0
3872026-08-17T20:06:39.605Z Compiling syn v1.0.109
3882026-08-17T20:06:39.675Z Compiling camino v1.2.2
3892026-08-17T20:06:39.694Z Compiling proc-macro-error v1.0.4
3902026-08-17T20:06:39.713Z Compiling hashbrown v0.17.0
3912026-08-17T20:06:39.747Z Compiling log v0.4.29
3922026-08-17T20:06:39.786Z Compiling getrandom v0.4.1
3932026-08-17T20:06:39.870Z Compiling utf8parse v0.2.2
3942026-08-17T20:06:39.870Z Compiling plain v0.2.3
3952026-08-17T20:06:39.891Z Compiling equivalent v1.0.2
3962026-08-17T20:06:40.016Z Compiling anstyle-parse v1.0.0
3972026-08-17T20:06:40.016Z Compiling is_terminal_polyfill v1.70.2
3982026-08-17T20:06:40.019Z Compiling pretty-hex v0.4.1
3992026-08-17T20:06:40.066Z Compiling thiserror v2.0.18
4002026-08-17T20:06:40.069Z Compiling winnow v0.7.14
4012026-08-17T20:06:40.069Z Compiling cfg-if v1.0.4
4022026-08-17T20:06:40.118Z Compiling errno v0.3.14
4032026-08-17T20:06:40.121Z Compiling thread-id v4.2.2
4042026-08-17T20:06:40.174Z Compiling anstyle v1.0.14
4052026-08-17T20:06:40.194Z Compiling anstyle-query v1.1.5
4062026-08-17T20:06:40.213Z Compiling autocfg v1.5.0
4072026-08-17T20:06:40.216Z Compiling toml_write v0.1.2
4082026-08-17T20:06:40.253Z Compiling indexmap v2.14.0
4092026-08-17T20:06:40.257Z Compiling colorchoice v1.0.4
4102026-08-17T20:06:40.327Z Compiling heck v0.4.1
4112026-08-17T20:06:40.425Z Compiling anstream v1.0.0
4122026-08-17T20:06:40.462Z Compiling strsim v0.11.1
4132026-08-17T20:06:40.465Z Compiling once_cell v1.21.3
4142026-08-17T20:06:40.498Z Compiling fnv v1.0.7
4152026-08-17T20:06:40.577Z Compiling syn v2.0.117
4162026-08-17T20:06:40.596Z Compiling pest_meta v2.8.6
4172026-08-17T20:06:40.631Z Compiling unicode-width v0.1.14
4182026-08-17T20:06:40.668Z Compiling fastrand v2.3.0
4192026-08-17T20:06:40.687Z Compiling fs-err v3.3.0
4202026-08-17T20:06:40.705Z Compiling heck v0.5.0
4212026-08-17T20:06:40.751Z Compiling anyhow v1.0.102
4222026-08-17T20:06:40.806Z Compiling clap_lex v1.0.0
4232026-08-17T20:06:40.842Z Compiling bytecount v0.6.9
4242026-08-17T20:06:40.895Z Compiling memmap v0.7.0
4252026-08-17T20:06:40.949Z Compiling papergrid v0.11.0
4262026-08-17T20:06:40.968Z Compiling smawk v0.3.2
4272026-08-17T20:06:40.985Z Compiling unicode-width v0.2.0
4282026-08-17T20:06:41.003Z Compiling unicode-linebreak v0.1.5
4292026-08-17T20:06:41.058Z Compiling swrite v0.1.0
4302026-08-17T20:06:41.117Z Compiling terminal_size v0.4.3
4312026-08-17T20:06:41.117Z Compiling tempfile v3.25.0
4322026-08-17T20:06:41.241Z Compiling clap_builder v4.6.0
4332026-08-17T20:06:41.274Z Compiling textwrap v0.16.2
4342026-08-17T20:06:41.517Z Compiling semver v1.0.28
4352026-08-17T20:06:41.517Z Compiling cargo-platform v0.3.2
4362026-08-17T20:06:41.830Z Compiling camino-tempfile v1.4.1
4372026-08-17T20:06:42.037Z Compiling tabled_derive v0.7.0
4382026-08-17T20:06:42.701Z Compiling pest_generator v2.8.6
4392026-08-17T20:06:42.720Z Compiling tabled v0.15.0
4402026-08-17T20:06:43.177Z Compiling serde_derive v1.0.228
4412026-08-17T20:06:43.177Z Compiling thiserror-impl v1.0.69
4422026-08-17T20:06:43.181Z Compiling zerocopy-derive v0.7.35
4432026-08-17T20:06:43.181Z Compiling scroll_derive v0.12.1
4442026-08-17T20:06:43.181Z Compiling thiserror-impl v2.0.18
4452026-08-17T20:06:43.181Z Compiling clap_derive v4.6.1
4462026-08-17T20:06:43.280Z Compiling pest_derive v2.8.6
4472026-08-17T20:06:43.834Z Compiling scroll v0.12.0
4482026-08-17T20:06:43.929Z Compiling zerocopy v0.7.35
4492026-08-17T20:06:44.045Z Compiling goblin v0.8.2
4502026-08-17T20:06:44.231Z Compiling dtrace-parser v0.2.0
4512026-08-17T20:06:44.475Z Compiling clap v4.6.1
4522026-08-17T20:06:45.525Z Compiling dof v0.3.0
4532026-08-17T20:06:45.525Z Compiling serde_tokenstream v0.2.3
4542026-08-17T20:06:45.540Z Compiling serde_spanned v0.6.9
4552026-08-17T20:06:45.545Z Compiling toml_datetime v0.6.11
4562026-08-17T20:06:45.545Z Compiling macaddr v1.0.1
4572026-08-17T20:06:45.555Z Compiling cargo_metadata v0.23.1
4582026-08-17T20:06:45.559Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4592026-08-17T20:06:45.805Z Compiling toml_edit v0.22.27
4602026-08-17T20:06:46.240Z Compiling usdt-attr-macro v0.5.0
4612026-08-17T20:06:46.240Z Compiling usdt-macro v0.5.0
4622026-08-17T20:06:46.820Z Compiling usdt v0.5.0
4632026-08-17T20:06:47.047Z Compiling toml v0.8.23
4642026-08-17T20:06:47.375Z Compiling cargo_toml v0.21.0
4652026-08-17T20:06:48.644Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4662026-08-17T20:06:50.702Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.33s
4672026-08-17T20:06:50.928Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4682026-08-17T20:06:51.439Z Downloading crates ...
4692026-08-17T20:06:51.486Z Downloaded aead v0.5.2
4702026-08-17T20:06:51.498Z Downloaded bcrypt-pbkdf v0.11.0
4712026-08-17T20:06:51.503Z Downloaded array-init v0.0.4
4722026-08-17T20:06:51.506Z Downloaded bitfield-struct v0.6.2
4732026-08-17T20:06:51.506Z Downloaded adler2 v2.0.1
4742026-08-17T20:06:51.506Z Downloaded aead v0.6.1
4752026-08-17T20:06:51.515Z Downloaded fd-lock v4.0.4
4762026-08-17T20:06:51.520Z Downloaded convert_case v0.4.0
4772026-08-17T20:06:51.527Z Downloaded aho-corasick v1.1.4
4782026-08-17T20:06:51.531Z Downloaded ascii-canvas v3.0.0
4792026-08-17T20:06:51.531Z Downloaded bit-set v0.8.0
4802026-08-17T20:06:51.531Z Downloaded cexpr v0.6.0
4812026-08-17T20:06:51.531Z Downloaded ff v0.13.1
4822026-08-17T20:06:51.531Z Downloaded foreign-types v0.5.0
4832026-08-17T20:06:51.531Z Downloaded fixedbitset v0.5.7
4842026-08-17T20:06:51.531Z Downloaded byte-wrapper v0.1.0
4852026-08-17T20:06:51.531Z Downloaded gethostname v0.5.0
4862026-08-17T20:06:51.531Z Downloaded flagset v0.4.7
4872026-08-17T20:06:51.534Z Downloaded arc-swap v1.8.2
4882026-08-17T20:06:51.534Z Downloaded fatfs v0.3.6
4892026-08-17T20:06:51.534Z Downloaded base16ct v0.2.0
4902026-08-17T20:06:51.534Z Downloaded bb8 v0.8.6
4912026-08-17T20:06:51.537Z Downloaded foreign-types-macros v0.2.3
4922026-08-17T20:06:51.537Z Downloaded futures-task v0.3.32
4932026-08-17T20:06:51.537Z Downloaded anstream v0.6.21
4942026-08-17T20:06:51.537Z Downloaded anstyle-parse v0.2.7
4952026-08-17T20:06:51.541Z Downloaded fs_extra v1.3.0
4962026-08-17T20:06:51.544Z Downloaded foreign-types-shared v0.3.1
4972026-08-17T20:06:51.544Z Downloaded async-recursion v1.1.1
4982026-08-17T20:06:51.548Z Downloaded foreign-types-shared v0.1.1
4992026-08-17T20:06:51.548Z Downloaded futures-sink v0.3.32
5002026-08-17T20:06:51.548Z Downloaded num-conv v0.2.0
5012026-08-17T20:06:51.548Z Downloaded futures-core v0.3.32
5022026-08-17T20:06:51.554Z Downloaded futures-io v0.3.32
5032026-08-17T20:06:51.558Z Downloaded async-stream-impl v0.3.6
5042026-08-17T20:06:51.558Z Downloaded fixedbitset v0.4.2
5052026-08-17T20:06:51.563Z Downloaded filetime v0.2.27
5062026-08-17T20:06:51.567Z Downloaded funty v2.0.0
5072026-08-17T20:06:51.567Z Downloaded futures-executor v0.3.32
5082026-08-17T20:06:51.567Z Downloaded glob v0.3.3
5092026-08-17T20:06:51.567Z Downloaded float-ord v0.3.2
5102026-08-17T20:06:51.567Z Downloaded foreign-types v0.3.2
5112026-08-17T20:06:51.570Z Downloaded futures-macro v0.3.32
5122026-08-17T20:06:51.570Z Downloaded hex v0.4.3
5132026-08-17T20:06:51.573Z Downloaded atomicwrites v0.4.4
5142026-08-17T20:06:51.573Z Downloaded arrayref v0.3.9
5152026-08-17T20:06:51.578Z Downloaded assert_matches v1.5.0
5162026-08-17T20:06:51.578Z Downloaded bitfield-macros v0.19.4
5172026-08-17T20:06:51.581Z Downloaded bit-vec v0.8.0
5182026-08-17T20:06:51.584Z Downloaded env_logger v0.11.9
5192026-08-17T20:06:51.584Z Downloaded git-stub-vcs v0.1.0
5202026-08-17T20:06:51.587Z Downloaded async-trait v0.1.89
5212026-08-17T20:06:51.590Z Downloaded argon2 v0.6.0-rc.8
5222026-08-17T20:06:51.590Z Downloaded backon v1.6.0
5232026-08-17T20:06:51.593Z Downloaded bitflags v1.3.2
5242026-08-17T20:06:51.593Z Downloaded headers-core v0.3.0
5252026-08-17T20:06:51.593Z Downloaded hostname v0.3.1
5262026-08-17T20:06:51.598Z Downloaded hyper-staticfile v0.10.1
5272026-08-17T20:06:51.598Z Downloaded ahash v0.8.12
5282026-08-17T20:06:51.598Z Downloaded erased-serde v0.3.31
5292026-08-17T20:06:51.601Z Downloaded atty v0.2.14
5302026-08-17T20:06:51.601Z Downloaded atomic-waker v1.1.2
5312026-08-17T20:06:51.601Z Downloaded block-buffer v0.12.1
5322026-08-17T20:06:51.601Z Downloaded hostname v0.4.2
5332026-08-17T20:06:51.604Z Downloaded httpdate v1.0.3
5342026-08-17T20:06:51.604Z Downloaded async-stream v0.3.6
5352026-08-17T20:06:51.607Z Downloaded bit-set v0.5.3
5362026-08-17T20:06:51.607Z Downloaded form_urlencoded v1.2.2
5372026-08-17T20:06:51.607Z Downloaded globwalk v0.9.1
5382026-08-17T20:06:51.611Z Downloaded float-cmp v0.10.0
5392026-08-17T20:06:51.611Z Downloaded http-body v1.0.1
5402026-08-17T20:06:51.611Z Downloaded openssl-probe v0.2.1
5412026-08-17T20:06:51.611Z Downloaded hash32 v0.2.1
5422026-08-17T20:06:51.616Z Downloaded base16ct v1.0.0
5432026-08-17T20:06:51.620Z Downloaded ciborium-io v0.2.2
5442026-08-17T20:06:51.620Z Downloaded httparse v1.10.1
5452026-08-17T20:06:51.620Z Downloaded globset v0.4.18
5462026-08-17T20:06:51.620Z Downloaded humantime v2.3.0
5472026-08-17T20:06:51.623Z Downloaded getrandom v0.3.4
5482026-08-17T20:06:51.626Z Downloaded hex-literal v1.1.0
5492026-08-17T20:06:51.626Z Downloaded ghash v0.6.0
5502026-08-17T20:06:51.628Z Downloaded cfg_aliases v0.2.1
5512026-08-17T20:06:51.631Z Downloaded env_filter v1.0.0
5522026-08-17T20:06:51.634Z Downloaded git-stub v1.0.0
5532026-08-17T20:06:51.637Z Downloaded http-range v0.1.5
5542026-08-17T20:06:51.643Z Downloaded hubpack_derive v0.1.1
5552026-08-17T20:06:51.646Z Downloaded num v0.4.3
5562026-08-17T20:06:51.646Z Downloaded castaway v0.2.4
5572026-08-17T20:06:51.646Z Downloaded home v0.5.12
5582026-08-17T20:06:51.646Z Downloaded block-padding v0.4.2
5592026-08-17T20:06:51.646Z Downloaded hubpack v0.1.2
5602026-08-17T20:06:51.646Z Downloaded ciborium-ll v0.2.2
5612026-08-17T20:06:51.646Z Downloaded cobs v0.3.0
5622026-08-17T20:06:51.650Z Downloaded fxhash v0.2.1
5632026-08-17T20:06:51.654Z Downloaded parse-display v0.10.0
5642026-08-17T20:06:51.657Z Downloaded cfg_aliases v0.1.1
5652026-08-17T20:06:51.660Z Downloaded potential_utf v0.1.4
5662026-08-17T20:06:51.666Z Downloaded async-bb8-diesel v0.2.1
5672026-08-17T20:06:51.666Z Downloaded argon2 v0.5.3
5682026-08-17T20:06:51.671Z Downloaded hyper-tls v0.6.0
5692026-08-17T20:06:51.671Z Downloaded proc-macro-crate v1.3.1
5702026-08-17T20:06:51.671Z Downloaded arrayvec v0.7.6
5712026-08-17T20:06:51.682Z Downloaded compression-core v0.4.31
5722026-08-17T20:06:51.682Z Downloaded progenitor-macro v0.14.0
5732026-08-17T20:06:51.682Z Downloaded radium v0.7.0
5742026-08-17T20:06:51.682Z Downloaded rand_xorshift v0.4.0
5752026-08-17T20:06:51.689Z Downloaded ff v0.14.0
5762026-08-17T20:06:51.689Z Downloaded pbkdf2 v0.13.0
5772026-08-17T20:06:51.689Z Downloaded fs-err v2.11.0
5782026-08-17T20:06:51.696Z Downloaded hash32 v0.3.1
5792026-08-17T20:06:51.696Z Downloaded phf_shared v0.13.1
5802026-08-17T20:06:51.699Z Downloaded predicates-core v1.0.10
5812026-08-17T20:06:51.700Z Downloaded futures-channel v0.3.32
5822026-08-17T20:06:51.703Z Downloaded cbc v0.2.1
5832026-08-17T20:06:51.703Z Downloaded bcs v0.1.6
5842026-08-17T20:06:51.706Z Downloaded bitfield v0.19.4
5852026-08-17T20:06:51.710Z Downloaded bit-vec v0.6.3
5862026-08-17T20:06:51.710Z Downloaded constant_time_eq v0.4.2
5872026-08-17T20:06:51.710Z Downloaded recursive v0.1.1
5882026-08-17T20:06:51.718Z Downloaded rfc6979 v0.4.0
5892026-08-17T20:06:51.718Z Downloaded backoff v0.4.0
5902026-08-17T20:06:51.718Z Downloaded blowfish v0.10.0
5912026-08-17T20:06:51.718Z Downloaded cipher v0.4.4
5922026-08-17T20:06:51.723Z Downloaded scroll_derive v0.13.1
5932026-08-17T20:06:51.723Z Downloaded shell-words v1.1.1
5942026-08-17T20:06:51.723Z Downloaded strip-ansi-escapes v0.2.1
5952026-08-17T20:06:51.723Z Downloaded strum v0.27.2
5962026-08-17T20:06:51.723Z Downloaded strum v0.26.3
5972026-08-17T20:06:51.723Z Downloaded base64ct v1.8.3
5982026-08-17T20:06:51.727Z Downloaded cassowary v0.3.0
5992026-08-17T20:06:51.727Z Downloaded const_format_proc_macros v0.2.34
6002026-08-17T20:06:51.727Z Downloaded half v1.8.3
6012026-08-17T20:06:51.732Z Downloaded find-msvc-tools v0.1.9
6022026-08-17T20:06:51.732Z Downloaded camino-tempfile-ext v0.3.3
6032026-08-17T20:06:51.739Z Downloaded group v0.13.0
6042026-08-17T20:06:51.740Z Downloaded foldhash v0.1.5
6052026-08-17T20:06:51.740Z Downloaded cipher v0.5.2
6062026-08-17T20:06:51.744Z Downloaded cmake v0.1.57
6072026-08-17T20:06:51.744Z Downloaded group v0.14.0
6082026-08-17T20:06:51.744Z Downloaded percent-encoding v2.3.2
6092026-08-17T20:06:51.744Z Downloaded semver v0.1.20
6102026-08-17T20:06:51.744Z Downloaded foldhash v0.2.0
6112026-08-17T20:06:51.744Z Downloaded signal-hook-mio v0.2.5
6122026-08-17T20:06:51.744Z Downloaded fallible-iterator v0.2.0
6132026-08-17T20:06:51.750Z Downloaded slog-bunyan v2.5.0
6142026-08-17T20:06:51.753Z Downloaded console v0.16.2
6152026-08-17T20:06:51.753Z Downloaded phf v0.12.1
6162026-08-17T20:06:51.758Z Downloaded num-rational v0.4.2
6172026-08-17T20:06:51.758Z Downloaded highway v1.3.0
6182026-08-17T20:06:51.762Z Downloaded num_enum v0.7.6
6192026-08-17T20:06:51.762Z Downloaded thiserror-impl-no-std v2.0.2
6202026-08-17T20:06:51.766Z Downloaded tabwriter v1.4.1
6212026-08-17T20:06:51.766Z Downloaded tokio-test v0.4.5
6222026-08-17T20:06:51.784Z Downloaded allocator-api2 v0.2.21
6232026-08-17T20:06:51.784Z Downloaded owo-colors v4.3.0
6242026-08-17T20:06:51.784Z Downloaded oxnet v0.1.6
6252026-08-17T20:06:51.794Z Downloaded pem v3.0.6
6262026-08-17T20:06:51.794Z Downloaded half v2.7.1
6272026-08-17T20:06:51.794Z Downloaded pkcs8 v0.10.2
6282026-08-17T20:06:51.794Z Downloaded predicates v3.1.4
6292026-08-17T20:06:51.794Z Downloaded progenitor-extras v0.2.0
6302026-08-17T20:06:51.794Z Downloaded hybrid-array v0.4.13
6312026-08-17T20:06:51.794Z Downloaded unit-prefix v0.5.2
6322026-08-17T20:06:51.794Z Downloaded compression-codecs v0.4.37
6332026-08-17T20:06:51.794Z Downloaded colored v2.2.0
6342026-08-17T20:06:51.794Z Downloaded rand_core v0.9.5
6352026-08-17T20:06:51.794Z Downloaded recursive-proc-macro-impl v0.1.1
6362026-08-17T20:06:51.794Z Downloaded blake2 v0.10.6
6372026-08-17T20:06:51.794Z Downloaded tower-layer v0.3.3
6382026-08-17T20:06:51.794Z Downloaded flate2 v1.1.9
6392026-08-17T20:06:51.799Z Downloaded hyper-rustls v0.27.7
6402026-08-17T20:06:51.799Z Downloaded rpassword v7.5.4
6412026-08-17T20:06:51.799Z Downloaded blake2 v0.11.0-rc.6
6422026-08-17T20:06:51.799Z Downloaded bs58 v0.5.1
6432026-08-17T20:06:51.799Z Downloaded hmac v0.13.0
6442026-08-17T20:06:51.799Z Downloaded rustversion v1.0.22
6452026-08-17T20:06:51.803Z Downloaded rusty-fork v0.3.1
6462026-08-17T20:06:51.803Z Downloaded wait-timeout v0.2.1
6472026-08-17T20:06:51.803Z Downloaded want v0.3.1
6482026-08-17T20:06:51.803Z Downloaded scroll v0.13.0
6492026-08-17T20:06:51.803Z Downloaded signal-hook-registry v1.4.8
6502026-08-17T20:06:51.807Z Downloaded clang-sys v1.8.1
6512026-08-17T20:06:51.813Z Downloaded serde-hex v0.1.0
6522026-08-17T20:06:51.813Z Downloaded ssh-encoding v0.3.0
6532026-08-17T20:06:51.813Z Downloaded usdt-attr-macro v0.6.0
6542026-08-17T20:06:51.813Z Downloaded buf-list v1.1.2
6552026-08-17T20:06:51.813Z Downloaded bzip2 v0.6.1
6562026-08-17T20:06:51.813Z Downloaded cancel-safe-futures v0.1.5
6572026-08-17T20:06:51.816Z Downloaded chacha20 v0.10.0
6582026-08-17T20:06:51.816Z Downloaded console v0.15.11
6592026-08-17T20:06:51.820Z Downloaded cmov v0.5.4
6602026-08-17T20:06:51.821Z Downloaded chacha20 v0.9.1
6612026-08-17T20:06:51.821Z Downloaded slab v0.4.12
6622026-08-17T20:06:51.825Z Downloaded slog-dtrace v0.3.0
6632026-08-17T20:06:51.825Z Downloaded spki v0.7.3
6642026-08-17T20:06:51.825Z Downloaded cpubits v0.1.1
6652026-08-17T20:06:51.825Z Downloaded cpufeatures v0.3.0
6662026-08-17T20:06:51.825Z Downloaded hmac v0.12.1
6672026-08-17T20:06:51.830Z Downloaded serde_bytes v0.11.19
6682026-08-17T20:06:51.830Z Downloaded static_assertions v1.1.0
6692026-08-17T20:06:51.831Z Downloaded iana-time-zone v0.1.65
6702026-08-17T20:06:51.831Z Downloaded bzip2 v0.4.4
6712026-08-17T20:06:51.836Z Downloaded ciborium v0.2.2
6722026-08-17T20:06:51.836Z Downloaded cstr-argument v0.1.2
6732026-08-17T20:06:51.836Z Downloaded http-body-util v0.1.3
6742026-08-17T20:06:51.836Z Downloaded getrandom v0.2.17
6752026-08-17T20:06:51.840Z Downloaded async-compression v0.4.41
6762026-08-17T20:06:51.845Z Downloaded pkcs8 v0.11.0
6772026-08-17T20:06:51.849Z Downloaded tui-tree-widget v0.23.1
6782026-08-17T20:06:51.849Z Downloaded parking_lot_core v0.9.12
6792026-08-17T20:06:51.849Z Downloaded pkcs1 v0.7.5
6802026-08-17T20:06:51.853Z Downloaded postcard v1.1.3
6812026-08-17T20:06:51.853Z Downloaded progenitor v0.13.0
6822026-08-17T20:06:51.853Z Downloaded unicase v2.9.0
6832026-08-17T20:06:51.853Z Downloaded supports-color v3.0.2
6842026-08-17T20:06:51.858Z Downloaded termios v0.3.3
6852026-08-17T20:06:51.858Z Downloaded tokio-native-tls v0.3.1
6862026-08-17T20:06:51.858Z Downloaded darling_macro v0.13.4
6872026-08-17T20:06:51.858Z Downloaded darling_macro v0.20.11
6882026-08-17T20:06:51.858Z Downloaded dyn-clone v1.0.20
6892026-08-17T20:06:51.858Z Downloaded downcast-rs v2.0.2
6902026-08-17T20:06:51.858Z Downloaded dunce v1.0.5
6912026-08-17T20:06:51.862Z Downloaded thiserror-no-std v2.0.2
6922026-08-17T20:06:51.862Z Downloaded inout v0.2.2
6932026-08-17T20:06:51.862Z Downloaded colored v3.1.1
6942026-08-17T20:06:51.862Z Downloaded generic-array v1.4.3
6952026-08-17T20:06:51.865Z Downloaded rustls-native-certs v0.8.3
6962026-08-17T20:06:51.868Z Downloaded illumos-nvpair-sys v0.2.0
6972026-08-17T20:06:51.868Z Downloaded digest-io v0.1.0
6982026-08-17T20:06:51.871Z Downloaded kem v0.3.0
6992026-08-17T20:06:51.871Z Downloaded lazy_static v1.5.0
7002026-08-17T20:06:51.887Z Downloaded futures v0.3.32
7012026-08-17T20:06:51.890Z Downloaded serde_cbor v0.11.2
7022026-08-17T20:06:51.890Z Downloaded lru v0.12.5
7032026-08-17T20:06:51.890Z Downloaded embedded-io v0.6.1
7042026-08-17T20:06:51.890Z Downloaded ident_case v1.0.1
7052026-08-17T20:06:51.890Z Downloaded instant v0.1.13
7062026-08-17T20:06:51.890Z Downloaded instability v0.3.11
7072026-08-17T20:06:51.891Z Downloaded jiff-static v0.2.34
7082026-08-17T20:06:51.891Z Downloaded md-5 v0.10.6
7092026-08-17T20:06:51.894Z Downloaded md5 v0.8.0
7102026-08-17T20:06:51.894Z Downloaded usdt-impl v0.6.0
7112026-08-17T20:06:51.894Z Downloaded vergen-lib v9.1.0
7122026-08-17T20:06:51.898Z Downloaded nonempty v0.12.0
7132026-08-17T20:06:51.898Z Downloaded num-iter v0.1.45
7142026-08-17T20:06:51.898Z Downloaded normalize-line-endings v0.3.0
7152026-08-17T20:06:51.898Z Downloaded serdect v0.4.3
7162026-08-17T20:06:51.898Z Downloaded smallvec v1.15.1
7172026-08-17T20:06:51.901Z Downloaded zeroize v1.9.0
7182026-08-17T20:06:51.904Z Downloaded const-oid v0.9.6
7192026-08-17T20:06:51.904Z Downloaded ctr v0.10.1
7202026-08-17T20:06:51.908Z Downloaded zstd v0.13.3
7212026-08-17T20:06:51.908Z Downloaded linked-hash-map v0.5.6
7222026-08-17T20:06:51.908Z Downloaded managed v0.8.0
7232026-08-17T20:06:51.916Z Downloaded opaque-debug v0.3.1
7242026-08-17T20:06:51.921Z Downloaded ctutils v0.4.2
7252026-08-17T20:06:51.924Z Downloaded phf_shared v0.11.3
7262026-08-17T20:06:51.931Z Downloaded powerfmt v0.2.0
7272026-08-17T20:06:51.936Z Downloaded chacha20poly1305 v0.10.1
7282026-08-17T20:06:51.936Z Downloaded enum_dispatch v0.3.13
7292026-08-17T20:06:51.944Z Downloaded peg-runtime v0.8.5
7302026-08-17T20:06:51.947Z Downloaded phf_shared v0.12.1
7312026-08-17T20:06:51.947Z Downloaded vergen v9.1.0
7322026-08-17T20:06:51.947Z Downloaded impl-trait-for-tuples v0.2.3
7332026-08-17T20:06:51.947Z Downloaded futures-util v0.3.32
7342026-08-17T20:06:51.951Z Downloaded tinystr v0.8.2
7352026-08-17T20:06:51.961Z Downloaded serde_urlencoded v0.7.1
7362026-08-17T20:06:51.961Z Downloaded headers v0.4.1
7372026-08-17T20:06:51.961Z Downloaded heapless v0.8.0
7382026-08-17T20:06:51.966Z Downloaded rand_pcg v0.10.2
7392026-08-17T20:06:51.966Z Downloaded flume v0.11.1
7402026-08-17T20:06:51.966Z Downloaded digest v0.11.3
7412026-08-17T20:06:51.966Z Downloaded either v1.15.0
7422026-08-17T20:06:51.966Z Downloaded signal-hook-tokio v0.3.1
7432026-08-17T20:06:51.972Z Downloaded const_format v0.2.35
7442026-08-17T20:06:51.975Z Downloaded const-oid v0.10.2
7452026-08-17T20:06:51.975Z Downloaded multimap v0.10.1
7462026-08-17T20:06:51.980Z Downloaded secrecy v0.8.0
7472026-08-17T20:06:51.980Z Downloaded secrecy v0.10.3
7482026-08-17T20:06:51.980Z Downloaded libsw-core v0.3.2
7492026-08-17T20:06:51.980Z Downloaded nanorand v0.7.0
7502026-08-17T20:06:51.980Z Downloaded take_mut v0.2.2
7512026-08-17T20:06:51.984Z Downloaded compact_str v0.8.1
7522026-08-17T20:06:51.984Z Downloaded multer v3.1.0
7532026-08-17T20:06:51.984Z Downloaded spin v0.9.8
7542026-08-17T20:06:51.987Z Downloaded serde_yaml v0.9.34+deprecated
7552026-08-17T20:06:51.990Z Downloaded darling v0.21.3
7562026-08-17T20:06:51.994Z Downloaded darling v0.23.0
7572026-08-17T20:06:51.994Z Downloaded zeroize_derive v1.5.0
7582026-08-17T20:06:52.003Z Downloaded libloading v0.8.9
7592026-08-17T20:06:52.013Z Downloaded num_enum_derive v0.7.6
7602026-08-17T20:06:52.013Z Downloaded oxide-tokio-rt v0.1.4
7612026-08-17T20:06:52.017Z Downloaded oxide-update-engine-types v0.1.2
7622026-08-17T20:06:52.017Z Downloaded p256 v0.14.0
7632026-08-17T20:06:52.017Z Downloaded parse-display-derive v0.10.0
7642026-08-17T20:06:52.017Z Downloaded structmeta v0.3.0
7652026-08-17T20:06:52.017Z Downloaded tap v1.0.1
7662026-08-17T20:06:52.017Z Downloaded time-core v0.1.8
7672026-08-17T20:06:52.017Z Downloaded untrusted v0.9.0
7682026-08-17T20:06:52.017Z Downloaded ar_archive_writer v0.5.1
7692026-08-17T20:06:52.017Z Downloaded ppv-lite86 v0.2.21
7702026-08-17T20:06:52.024Z Downloaded structmeta-derive v0.3.0
7712026-08-17T20:06:52.024Z Downloaded delegate v0.13.5
7722026-08-17T20:06:52.024Z Downloaded xattr v1.6.1
7732026-08-17T20:06:52.024Z Downloaded crc v3.4.0
7742026-08-17T20:06:52.024Z Downloaded heapless v0.7.17
7752026-08-17T20:06:52.029Z Downloaded base64 v0.21.7
7762026-08-17T20:06:52.029Z Downloaded unsafe-libyaml v0.2.11
7772026-08-17T20:06:52.029Z Downloaded primeorder v0.14.0
7782026-08-17T20:06:52.029Z Downloaded base64 v0.22.1
7792026-08-17T20:06:52.032Z Downloaded cc v1.2.56
7802026-08-17T20:06:52.032Z Downloaded schemars v0.9.0
7812026-08-17T20:06:52.036Z Downloaded zerocopy v0.6.6
7822026-08-17T20:06:52.039Z Downloaded icu_locale_core v2.1.1
7832026-08-17T20:06:52.044Z Downloaded primeorder v0.13.6
7842026-08-17T20:06:52.044Z Downloaded paste v1.0.15
7852026-08-17T20:06:52.047Z Downloaded rand_core v0.6.4
7862026-08-17T20:06:52.047Z Downloaded rand_core v0.10.0
7872026-08-17T20:06:52.047Z Downloaded rand_seeder v0.4.0
7882026-08-17T20:06:52.047Z Downloaded rand_chacha v0.9.0
7892026-08-17T20:06:52.047Z Downloaded rustc_version v0.1.7
7902026-08-17T20:06:52.047Z Downloaded rustls-pemfile v2.2.0
7912026-08-17T20:06:52.047Z Downloaded utf-8 v0.7.6
7922026-08-17T20:06:52.051Z Downloaded zerofrom v0.1.6
7932026-08-17T20:06:52.051Z Downloaded zerofrom-derive v0.1.6
7942026-08-17T20:06:52.051Z Downloaded zone v0.3.1
7952026-08-17T20:06:52.051Z Downloaded zone_cfg_derive v0.3.1
7962026-08-17T20:06:52.051Z Downloaded darling_macro v0.21.3
7972026-08-17T20:06:52.051Z Downloaded darling_macro v0.23.0
7982026-08-17T20:06:52.051Z Downloaded diesel_table_macro_syntax v0.3.0
7992026-08-17T20:06:52.052Z Downloaded tinyvec v1.10.0
8002026-08-17T20:06:52.057Z Downloaded bytes v1.11.1
8012026-08-17T20:06:52.057Z Downloaded toml v0.7.8
8022026-08-17T20:06:52.057Z Downloaded dirs-sys-next v0.1.2
8032026-08-17T20:06:52.062Z Downloaded typify v0.6.2
8042026-08-17T20:06:52.065Z Downloaded ingot-macros v0.2.0
8052026-08-17T20:06:52.065Z Downloaded display-error-chain v0.2.2
8062026-08-17T20:06:52.071Z Downloaded rcgen v0.12.1
8072026-08-17T20:06:52.074Z Downloaded rayon-core v1.13.0
8082026-08-17T20:06:52.074Z Downloaded smallvec v0.6.14
8092026-08-17T20:06:52.081Z Downloaded snafu v0.8.9
8102026-08-17T20:06:52.085Z Downloaded snafu-derive v0.8.9
8112026-08-17T20:06:52.085Z Downloaded tokio-tungstenite v0.23.1
8122026-08-17T20:06:52.085Z Downloaded toml_datetime v1.1.1+spec-1.1.0
8132026-08-17T20:06:52.085Z Downloaded internet-checksum v0.2.1
8142026-08-17T20:06:52.085Z Downloaded strum_macros v0.24.3
8152026-08-17T20:06:52.085Z Downloaded termtree v0.5.1
8162026-08-17T20:06:52.085Z Downloaded time-macros v0.2.27
8172026-08-17T20:06:52.085Z Downloaded quinn v0.11.11
8182026-08-17T20:06:52.090Z Downloaded tracing-core v0.1.36
8192026-08-17T20:06:52.090Z Downloaded indent_write v2.2.0
8202026-08-17T20:06:52.090Z Downloaded phf v0.13.1
8212026-08-17T20:06:52.093Z Downloaded libscf-sys v1.2.0
8222026-08-17T20:06:52.093Z Downloaded lru-slab v0.1.2
8232026-08-17T20:06:52.093Z Downloaded maybe-uninit v2.0.0
8242026-08-17T20:06:52.093Z Downloaded vergen-git2 v9.1.0
8252026-08-17T20:06:52.103Z Downloaded kstat-rs v0.2.5
8262026-08-17T20:06:52.103Z Downloaded zopfli v0.8.3
8272026-08-17T20:06:52.103Z Downloaded walkdir v2.5.0
8282026-08-17T20:06:52.109Z Downloaded yoke v0.8.1
8292026-08-17T20:06:52.109Z Downloaded newline-converter v0.3.0
8302026-08-17T20:06:52.109Z Downloaded rustls-webpki v0.103.13
8312026-08-17T20:06:52.109Z Downloaded hickory-resolver v0.25.2
8322026-08-17T20:06:52.118Z Downloaded salsa20 v0.11.0
8332026-08-17T20:06:52.118Z Downloaded csv-core v0.1.13
8342026-08-17T20:06:52.121Z Downloaded nibble_vec v0.1.0
8352026-08-17T20:06:52.121Z Downloaded openssl-macros v0.1.1
8362026-08-17T20:06:52.121Z Downloaded packed_struct_codegen v0.10.1
8372026-08-17T20:06:52.122Z Downloaded num-derive v0.4.2
8382026-08-17T20:06:52.125Z Downloaded path-slash v0.1.5
8392026-08-17T20:06:52.129Z Downloaded toml_edit v0.23.10+spec-1.0.0
8402026-08-17T20:06:52.133Z Downloaded drift v0.2.0
8412026-08-17T20:06:52.136Z Downloaded rsa v0.9.10
8422026-08-17T20:06:52.151Z Downloaded precomputed-hash v0.1.1
8432026-08-17T20:06:52.156Z Downloaded predicates-tree v1.0.13
8442026-08-17T20:06:52.156Z Downloaded quick-error v1.2.3
8452026-08-17T20:06:52.156Z Downloaded russh-util v0.52.0
8462026-08-17T20:06:52.156Z Downloaded serde_repr v0.1.20
8472026-08-17T20:06:52.156Z Downloaded serde_with_macros v3.21.0
8482026-08-17T20:06:52.156Z Downloaded sponge-cursor v0.1.0
8492026-08-17T20:06:52.157Z Downloaded untrusted v0.7.1
8502026-08-17T20:06:52.157Z Downloaded ena v0.14.4
8512026-08-17T20:06:52.165Z Downloaded indoc v2.0.7
8522026-08-17T20:06:52.165Z Downloaded aes v0.9.1
8532026-08-17T20:06:52.169Z Downloaded toml_parser v1.1.2+spec-1.1.0
8542026-08-17T20:06:52.169Z Downloaded signature v3.0.0
8552026-08-17T20:06:52.172Z Downloaded libefi-sys v0.1.0
8562026-08-17T20:06:52.172Z Downloaded siphasher v1.0.2
8572026-08-17T20:06:52.179Z Downloaded omicron-zone-package v0.12.3
8582026-08-17T20:06:52.186Z Downloaded topological-sort v0.2.2
8592026-08-17T20:06:52.186Z Downloaded xshell-macros v0.2.7
8602026-08-17T20:06:52.186Z Downloaded wnaf v0.14.0
8612026-08-17T20:06:52.190Z Downloaded icu_collections v2.1.1
8622026-08-17T20:06:52.193Z Downloaded http v1.4.2
8632026-08-17T20:06:52.193Z Downloaded subtle v2.6.1
8642026-08-17T20:06:52.193Z Downloaded thread-id v5.1.0
8652026-08-17T20:06:52.196Z Downloaded waitgroup v0.1.2
8662026-08-17T20:06:52.202Z Downloaded pin-project v1.1.11
8672026-08-17T20:06:52.206Z Downloaded crossbeam-utils v0.8.21
8682026-08-17T20:06:52.209Z Downloaded polyval v0.7.1
8692026-08-17T20:06:52.209Z Downloaded crunchy v0.2.4
8702026-08-17T20:06:52.209Z Downloaded expectorate v1.2.0
8712026-08-17T20:06:52.216Z Downloaded hickory-resolver v0.24.4
8722026-08-17T20:06:52.216Z Downloaded derive_builder v0.20.2
8732026-08-17T20:06:52.219Z Downloaded hashbrown v0.12.3
8742026-08-17T20:06:52.219Z Downloaded progenitor-impl v0.13.0
8752026-08-17T20:06:52.219Z Downloaded progenitor-impl v0.14.0
8762026-08-17T20:06:52.219Z Downloaded der_derive v0.7.3
8772026-08-17T20:06:52.223Z Downloaded hashbrown v0.13.2
8782026-08-17T20:06:52.223Z Downloaded oxide-update-engine v0.1.2
8792026-08-17T20:06:52.223Z Downloaded pin-project-lite v0.2.17
8802026-08-17T20:06:52.226Z Downloaded derive_builder_macro v0.20.2
8812026-08-17T20:06:52.226Z Downloaded toml_edit v0.19.15
8822026-08-17T20:06:52.235Z Downloaded hashbrown v0.15.5
8832026-08-17T20:06:52.239Z Downloaded yansi v1.0.1
8842026-08-17T20:06:52.239Z Downloaded signal-hook v0.3.18
8852026-08-17T20:06:52.246Z Downloaded crossbeam-channel v0.5.15
8862026-08-17T20:06:52.250Z Downloaded r2d2 v0.8.10
8872026-08-17T20:06:52.251Z Downloaded schemars_derive v0.8.22
8882026-08-17T20:06:52.251Z Downloaded ecdsa v0.17.0
8892026-08-17T20:06:52.251Z Downloaded idna_adapter v1.2.1
8902026-08-17T20:06:52.251Z Downloaded keccak v0.1.6
8912026-08-17T20:06:52.251Z Downloaded match_cfg v0.1.0
8922026-08-17T20:06:52.258Z Downloaded memmap2 v0.9.10
8932026-08-17T20:06:52.266Z Downloaded serde_with_macros v1.5.2
8942026-08-17T20:06:52.266Z Downloaded num-complex v0.4.6
8952026-08-17T20:06:52.266Z Downloaded toml_writer v1.1.1+spec-1.1.0
8962026-08-17T20:06:52.269Z Downloaded socket2 v0.5.10
8972026-08-17T20:06:52.269Z Downloaded vergen-lib v0.1.6
8982026-08-17T20:06:52.269Z Downloaded olpc-cjson v0.1.4
8992026-08-17T20:06:52.269Z Downloaded parse-size v1.1.0
9002026-08-17T20:06:52.269Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9012026-08-17T20:06:52.269Z Downloaded zerovec-derive v0.11.2
9022026-08-17T20:06:52.269Z Downloaded hickory-server v0.25.2
9032026-08-17T20:06:52.273Z Downloaded newtype_derive v0.1.6
9042026-08-17T20:06:52.273Z Downloaded smf v0.2.3
9052026-08-17T20:06:52.273Z Downloaded hyper-util v0.1.20
9062026-08-17T20:06:52.278Z Downloaded slog-scope v4.4.1
9072026-08-17T20:06:52.278Z Downloaded thread_local v1.1.9
9082026-08-17T20:06:52.278Z Downloaded crypto-bigint v0.5.5
9092026-08-17T20:06:52.283Z Downloaded p384 v0.14.0
9102026-08-17T20:06:52.286Z Downloaded ref-cast v1.0.25
9112026-08-17T20:06:52.286Z Downloaded crc-any v2.5.0
9122026-08-17T20:06:52.289Z Downloaded litemap v0.8.1
9132026-08-17T20:06:52.289Z Downloaded module-lattice v0.2.3
9142026-08-17T20:06:52.289Z Downloaded support-bundle-viewer v0.1.2
9152026-08-17T20:06:52.293Z Downloaded tiny-keccak v2.0.2
9162026-08-17T20:06:52.293Z Downloaded corncobs v0.1.4
9172026-08-17T20:06:52.293Z Downloaded critical-section v1.2.0
9182026-08-17T20:06:52.293Z Downloaded rand v0.10.1
9192026-08-17T20:06:52.296Z Downloaded rand_chacha v0.3.1
9202026-08-17T20:06:52.296Z Downloaded bumpalo v3.20.2
9212026-08-17T20:06:52.303Z Downloaded der v0.7.10
9222026-08-17T20:06:52.306Z Downloaded rustc-hash v2.1.1
9232026-08-17T20:06:52.306Z Downloaded ingot-types v0.2.0
9242026-08-17T20:06:52.306Z Downloaded ryu v1.0.23
9252026-08-17T20:06:52.306Z Downloaded darling_core v0.13.4
9262026-08-17T20:06:52.309Z Downloaded quinn-udp v0.5.14
9272026-08-17T20:06:52.309Z Downloaded scuffle v0.1.0
9282026-08-17T20:06:52.313Z Downloaded dropshot_endpoint v0.17.1
9292026-08-17T20:06:52.313Z Downloaded stringprep v0.1.5
9302026-08-17T20:06:52.313Z Downloaded daft-derive v0.1.7
9312026-08-17T20:06:52.321Z Downloaded pin-project-internal v1.1.11
9322026-08-17T20:06:52.321Z Downloaded deranged v0.5.8
9332026-08-17T20:06:52.324Z Downloaded scheduled-thread-pool v0.2.7
9342026-08-17T20:06:52.324Z Downloaded slog v2.8.2
9352026-08-17T20:06:52.324Z Downloaded testing_table v0.3.0
9362026-08-17T20:06:52.324Z Downloaded usdt v0.6.0
9372026-08-17T20:06:52.328Z Downloaded x509-cert v0.2.5
9382026-08-17T20:06:52.331Z Downloaded postgres-types v0.2.12
9392026-08-17T20:06:52.331Z Downloaded rsa v0.10.0-rc.18
9402026-08-17T20:06:52.336Z Downloaded ecdsa v0.16.9
9412026-08-17T20:06:52.339Z Downloaded enum-as-inner v0.6.1
9422026-08-17T20:06:52.339Z Downloaded tokio-tungstenite v0.21.0
9432026-08-17T20:06:52.339Z Downloaded lock_api v0.4.14
9442026-08-17T20:06:52.345Z Downloaded sync-ptr v0.1.4
9452026-08-17T20:06:52.345Z Downloaded parking_lot_core v0.8.6
9462026-08-17T20:06:52.348Z Downloaded try-lock v0.2.5
9472026-08-17T20:06:52.348Z Downloaded usdt-macro v0.6.0
9482026-08-17T20:06:52.351Z Downloaded utf8_iter v1.0.4
9492026-08-17T20:06:52.351Z Downloaded aes-gcm v0.11.0
9502026-08-17T20:06:52.351Z Downloaded native-tls v0.2.18
9512026-08-17T20:06:52.365Z Downloaded derive_more-impl v2.1.1
9522026-08-17T20:06:52.369Z Downloaded pem-rfc7468 v1.0.0
9532026-08-17T20:06:52.369Z Downloaded crucible-workspace-hack v0.1.0
9542026-08-17T20:06:52.372Z Downloaded unicode-truncate v1.1.0
9552026-08-17T20:06:52.376Z Downloaded tungstenite v0.21.0
9562026-08-17T20:06:52.379Z Downloaded des v0.9.0
9572026-08-17T20:06:52.382Z Downloaded sec1 v0.8.1
9582026-08-17T20:06:52.382Z Downloaded port-file v0.1.0
9592026-08-17T20:06:52.382Z Downloaded endian-type v0.1.2
9602026-08-17T20:06:52.387Z Downloaded pkg-config v0.3.32
9612026-08-17T20:06:52.390Z Downloaded defmt v0.3.100
9622026-08-17T20:06:52.393Z Downloaded dropshot-api-manager-types v0.8.0
9632026-08-17T20:06:52.393Z Downloaded indoc v1.0.9
9642026-08-17T20:06:52.397Z Downloaded slog-json v2.6.1
9652026-08-17T20:06:52.402Z Downloaded sqlformat v0.3.5
9662026-08-17T20:06:52.406Z Downloaded nodrop v0.1.14
9672026-08-17T20:06:52.406Z Downloaded papergrid v0.18.0
9682026-08-17T20:06:52.409Z Downloaded lru-cache v0.1.2
9692026-08-17T20:06:52.409Z Downloaded mime v0.3.17
9702026-08-17T20:06:52.410Z Downloaded poly1305 v0.8.0
9712026-08-17T20:06:52.415Z Downloaded serde_path_to_error v0.1.20
9722026-08-17T20:06:52.421Z Downloaded progenitor-macro v0.13.0
9732026-08-17T20:06:52.421Z Downloaded seq-macro v0.3.6
9742026-08-17T20:06:52.424Z Downloaded tls_codec_derive v0.4.2
9752026-08-17T20:06:52.424Z Downloaded toml v1.1.2+spec-1.1.0
9762026-08-17T20:06:52.428Z Downloaded steno v0.4.1
9772026-08-17T20:06:52.431Z Downloaded string_cache v0.8.9
9782026-08-17T20:06:52.437Z Downloaded rtoolbox v0.0.3
9792026-08-17T20:06:52.441Z Downloaded sigpipe v0.1.3
9802026-08-17T20:06:52.441Z Downloaded icu_normalizer_data v2.1.1
9812026-08-17T20:06:52.444Z Downloaded whoami v1.6.1
9822026-08-17T20:06:52.450Z Downloaded whoami v2.1.0
9832026-08-17T20:06:52.454Z Downloaded schemars v0.8.22
9842026-08-17T20:06:52.460Z Downloaded convert_case v0.10.0
9852026-08-17T20:06:52.463Z Downloaded slog-envlogger v2.2.0
9862026-08-17T20:06:52.463Z Downloaded diesel_derives v2.3.7
9872026-08-17T20:06:52.469Z Downloaded tinyvec_macros v0.1.1
9882026-08-17T20:06:52.472Z Downloaded displaydoc v0.2.5
9892026-08-17T20:06:52.475Z Downloaded unicode_categories v0.1.1
9902026-08-17T20:06:52.475Z Downloaded derive_more v0.99.20
9912026-08-17T20:06:52.481Z Downloaded elliptic-curve v0.13.8
9922026-08-17T20:06:52.484Z Downloaded subprocess v0.2.15
9932026-08-17T20:06:52.484Z Downloaded poly1305 v0.9.0
9942026-08-17T20:06:52.484Z Downloaded ed25519 v3.0.0
9952026-08-17T20:06:52.484Z Downloaded derive-ex v0.1.8
9962026-08-17T20:06:52.485Z Downloaded is-terminal v0.4.17
9972026-08-17T20:06:52.488Z Downloaded debug-ignore v1.0.5
9982026-08-17T20:06:52.493Z Downloaded difflib v0.4.0
9992026-08-17T20:06:52.493Z Downloaded dirs-next v2.0.0
10002026-08-17T20:06:52.493Z Downloaded unicode-segmentation v1.12.0
10012026-08-17T20:06:52.496Z Downloaded hashbrown v0.16.1
10022026-08-17T20:06:52.496Z Downloaded pretty_assertions v1.4.1
10032026-08-17T20:06:52.496Z Downloaded prettyplease v0.2.37
10042026-08-17T20:06:52.501Z Downloaded derive_more v2.1.1
10052026-08-17T20:06:52.505Z Downloaded libbz2-rs-sys v0.2.2
10062026-08-17T20:06:52.509Z Downloaded ingot v0.2.1
10072026-08-17T20:06:52.509Z Downloaded sec1 v0.7.3
10082026-08-17T20:06:52.513Z Downloaded new_debug_unreachable v1.0.6
10092026-08-17T20:06:52.514Z Downloaded openssl-probe v0.1.6
10102026-08-17T20:06:52.514Z Downloaded psl-types v2.0.11
10112026-08-17T20:06:52.518Z Downloaded prefix-trie v0.7.0
10122026-08-17T20:06:52.518Z Downloaded peg v0.8.5
10132026-08-17T20:06:52.528Z Downloaded shlex v1.3.0
10142026-08-17T20:06:52.528Z Downloaded scrypt v0.12.0
10152026-08-17T20:06:52.531Z Downloaded packed_struct v0.10.1
10162026-08-17T20:06:52.534Z Downloaded phc v0.6.1
10172026-08-17T20:06:52.534Z Downloaded tokio-rustls v0.26.4
10182026-08-17T20:06:52.534Z Downloaded ref-cast-impl v1.0.25
10192026-08-17T20:06:52.539Z Downloaded scopeguard v1.2.0
10202026-08-17T20:06:52.539Z Downloaded serde_plain v1.0.2
10212026-08-17T20:06:52.539Z Downloaded strum_macros v0.27.2
10222026-08-17T20:06:52.544Z Downloaded diesel-dtrace v0.5.0
10232026-08-17T20:06:52.547Z Downloaded hyper v1.10.1
10242026-08-17T20:06:52.560Z Downloaded num-traits v0.2.19
10252026-08-17T20:06:52.564Z Downloaded sqlparser_derive v0.5.0
10262026-08-17T20:06:52.567Z Downloaded slog-stdlog v4.1.1
10272026-08-17T20:06:52.567Z Downloaded slog-term v2.9.2
10282026-08-17T20:06:52.567Z Downloaded tower-service v0.3.3
10292026-08-17T20:06:52.567Z Downloaded wyz v0.5.1
10302026-08-17T20:06:52.567Z Downloaded tagptr v0.2.0
10312026-08-17T20:06:52.567Z Downloaded unicode-xid v0.2.6
10322026-08-17T20:06:52.571Z Downloaded void v1.0.2
10332026-08-17T20:06:52.571Z Downloaded crypto-common v0.2.2
10342026-08-17T20:06:52.571Z Downloaded zstd-safe v7.2.4
10352026-08-17T20:06:52.571Z Downloaded hkdf v0.13.0
10362026-08-17T20:06:52.577Z Downloaded darling v0.20.11
10372026-08-17T20:06:52.581Z Downloaded ron v0.8.1
10382026-08-17T20:06:52.585Z Downloaded crc-catalog v2.4.0
10392026-08-17T20:06:52.588Z Downloaded dsl_auto_type v0.2.0
10402026-08-17T20:06:52.591Z Downloaded libsw v3.5.0
10412026-08-17T20:06:52.591Z Downloaded rand v0.8.6
10422026-08-17T20:06:52.601Z Downloaded darling_core v0.21.3
10432026-08-17T20:06:52.605Z Downloaded keccak v0.2.0
10442026-08-17T20:06:52.608Z Downloaded embedded-io v0.4.0
10452026-08-17T20:06:52.608Z Downloaded num_enum v0.5.11
10462026-08-17T20:06:52.612Z Downloaded peg-macros v0.8.5
10472026-08-17T20:06:52.612Z Downloaded is_ci v1.2.0
10482026-08-17T20:06:52.612Z Downloaded lalrpop-util v0.19.12
10492026-08-17T20:06:52.615Z Downloaded rfc6979 v0.6.0
10502026-08-17T20:06:52.620Z Downloaded postgres-protocol v0.6.10
10512026-08-17T20:06:52.624Z Downloaded mio v1.2.0
10522026-08-17T20:06:52.624Z Downloaded url v2.5.8
10532026-08-17T20:06:52.630Z Downloaded pkcs1 v0.8.0-rc.4
10542026-08-17T20:06:52.633Z Downloaded tungstenite v0.23.0
10552026-08-17T20:06:52.634Z Downloaded crc32fast v1.5.0
10562026-08-17T20:06:52.657Z Downloaded proc-macro-error2 v2.0.1
10572026-08-17T20:06:52.657Z Downloaded strsim v0.10.0
10582026-08-17T20:06:52.657Z Downloaded stable_deref_trait v1.2.1
10592026-08-17T20:06:52.657Z Downloaded sha1 v0.11.0
10602026-08-17T20:06:52.657Z Downloaded sha1 v0.10.6
10612026-08-17T20:06:52.657Z Downloaded ed25519-dalek v3.0.0
10622026-08-17T20:06:52.657Z Downloaded slog-async v2.8.0
10632026-08-17T20:06:52.660Z Downloaded tokio-stream v0.1.18
10642026-08-17T20:06:52.665Z Downloaded term v0.7.0
10652026-08-17T20:06:52.665Z Downloaded unicode-properties v0.1.4
10662026-08-17T20:06:52.671Z Downloaded illumos-nvpair v0.3.0
10672026-08-17T20:06:52.675Z Downloaded ignore v0.4.25
10682026-08-17T20:06:52.678Z Downloaded uzers v0.12.2
10692026-08-17T20:06:52.682Z Downloaded daft v0.1.7
10702026-08-17T20:06:52.688Z Downloaded memoffset v0.9.1
10712026-08-17T20:06:52.688Z Downloaded same-file v1.0.6
10722026-08-17T20:06:52.688Z Downloaded der v0.8.0
10732026-08-17T20:06:52.691Z Downloaded proc-macro-error-attr2 v2.0.0
10742026-08-17T20:06:52.695Z Downloaded darling v0.13.4
10752026-08-17T20:06:52.699Z Downloaded darling_core v0.23.0
10762026-08-17T20:06:52.703Z Downloaded parking_lot v0.11.2
10772026-08-17T20:06:52.708Z Downloaded crc8 v0.1.1
10782026-08-17T20:06:52.712Z Downloaded unarray v0.1.4
10792026-08-17T20:06:52.712Z Downloaded newtype-uuid-macros v0.1.0
10802026-08-17T20:06:52.716Z Downloaded dof v0.4.0
10812026-08-17T20:06:52.716Z Downloaded pkcs5 v0.8.1
10822026-08-17T20:06:52.716Z Downloaded password-hash v0.5.0
10832026-08-17T20:06:52.719Z Downloaded winnow v0.6.26
10842026-08-17T20:06:52.728Z Downloaded oso v0.27.3
10852026-08-17T20:06:52.731Z Downloaded unicode-normalization v0.1.25
10862026-08-17T20:06:52.737Z Downloaded tokio-dtrace v0.1.1
10872026-08-17T20:06:52.740Z Downloaded primefield v0.14.0
10882026-08-17T20:06:52.740Z Downloaded psm v0.1.30
10892026-08-17T20:06:52.740Z Downloaded serde_derive_internals v0.29.1
10902026-08-17T20:06:52.740Z Downloaded vsss-rs v3.3.4
10912026-08-17T20:06:52.740Z Downloaded yoke-derive v0.8.1
10922026-08-17T20:06:52.743Z Downloaded oso-derive v0.27.3
10932026-08-17T20:06:52.743Z Downloaded tar v0.4.46
10942026-08-17T20:06:52.748Z Downloaded schemars v1.2.1
10952026-08-17T20:06:52.756Z Downloaded signature v2.2.0
10962026-08-17T20:06:52.762Z Downloaded sync_wrapper v1.0.2
10972026-08-17T20:06:52.762Z Downloaded hkdf v0.12.4
10982026-08-17T20:06:52.762Z Downloaded crossterm v0.28.1
10992026-08-17T20:06:52.765Z Downloaded internal-russh-num-bigint v0.5.0
11002026-08-17T20:06:52.765Z Downloaded sha2 v0.11.0
11012026-08-17T20:06:52.770Z Downloaded stacker v0.1.23
11022026-08-17T20:06:52.770Z Downloaded h2 v0.4.15
11032026-08-17T20:06:52.773Z Downloaded uuid v1.23.4
11042026-08-17T20:06:52.776Z Downloaded dtrace-parser v0.3.0
11052026-08-17T20:06:52.776Z Downloaded term v1.2.1
11062026-08-17T20:06:52.776Z Downloaded writeable v0.6.2
11072026-08-17T20:06:52.776Z Downloaded zip v0.6.6
11082026-08-17T20:06:52.781Z Downloaded cookie v0.18.1
11092026-08-17T20:06:52.784Z Downloaded derive-where v1.6.0
11102026-08-17T20:06:52.784Z Downloaded mime_guess v2.0.5
11112026-08-17T20:06:52.784Z Downloaded pem-rfc7468 v0.7.0
11122026-08-17T20:06:52.785Z Downloaded linear-map v1.2.0
11132026-08-17T20:06:52.785Z Downloaded trait-variant v0.1.2
11142026-08-17T20:06:52.785Z Downloaded universal-hash v0.6.1
11152026-08-17T20:06:52.788Z Downloaded curve25519-dalek-derive v0.1.1
11162026-08-17T20:06:52.788Z Downloaded icu_properties v2.1.2
11172026-08-17T20:06:52.788Z Downloaded num_threads v0.1.7
11182026-08-17T20:06:52.788Z Downloaded progenitor-client v0.14.0
11192026-08-17T20:06:52.791Z Downloaded defmt-parser v1.0.0
11202026-08-17T20:06:52.791Z Downloaded icu_properties_data v2.1.2
11212026-08-17T20:06:52.794Z Downloaded diff v0.1.13
11222026-08-17T20:06:52.800Z Downloaded itertools v0.14.0
11232026-08-17T20:06:52.805Z Downloaded progenitor v0.14.0
11242026-08-17T20:06:52.810Z Downloaded ssh-cipher v0.3.0
11252026-08-17T20:06:52.810Z Downloaded progenitor-client v0.13.0
11262026-08-17T20:06:52.810Z Downloaded tls_codec v0.4.2
11272026-08-17T20:06:52.814Z Downloaded vergen-gitcl v1.0.8
11282026-08-17T20:06:52.814Z Downloaded russh-cryptovec v0.62.0
11292026-08-17T20:06:52.814Z Downloaded password-hash v0.6.1
11302026-08-17T20:06:52.814Z Downloaded inout v0.1.4
11312026-08-17T20:06:52.814Z Downloaded minimal-lexical v0.2.1
11322026-08-17T20:06:52.817Z Downloaded document-features v0.2.12
11332026-08-17T20:06:52.823Z Downloaded jiff-core v0.1.0
11342026-08-17T20:06:52.831Z Downloaded parking_lot v0.12.5
11352026-08-17T20:06:52.834Z Downloaded yasna v0.5.2
11362026-08-17T20:06:52.837Z Downloaded oxide-update-engine-display v0.1.2
11372026-08-17T20:06:52.840Z Downloaded universal-hash v0.5.1
11382026-08-17T20:06:52.840Z Downloaded lzss v0.8.2
11392026-08-17T20:06:52.840Z Downloaded serde_spanned v1.1.1
11402026-08-17T20:06:52.848Z Downloaded crossterm v0.29.0
11412026-08-17T20:06:52.853Z Downloaded zerocopy-derive v0.8.40
11422026-08-17T20:06:52.857Z Downloaded cookie_store v0.22.1
11432026-08-17T20:06:52.861Z Downloaded serde-big-array v0.5.1
11442026-08-17T20:06:52.861Z Downloaded synstructure v0.13.2
11452026-08-17T20:06:52.861Z Downloaded proc-macro-crate v3.4.0
11462026-08-17T20:06:52.861Z Downloaded xshell v0.2.7
11472026-08-17T20:06:52.864Z Downloaded maplit v1.0.2
11482026-08-17T20:06:52.864Z Downloaded bitvec v1.0.1
11492026-08-17T20:06:52.871Z Downloaded ipnetwork v0.21.1
11502026-08-17T20:06:52.875Z Downloaded spki v0.8.0
11512026-08-17T20:06:52.875Z Downloaded num_enum_derive v0.5.11
11522026-08-17T20:06:52.875Z Downloaded sapling-renderdag v0.1.0
11532026-08-17T20:06:52.879Z Downloaded num-integer v0.1.46
11542026-08-17T20:06:52.879Z Downloaded miniz_oxide v0.8.9
11552026-08-17T20:06:52.883Z Downloaded num-bigint-dig v0.8.6
11562026-08-17T20:06:52.888Z Downloaded ml-kem v0.3.2
11572026-08-17T20:06:52.893Z Downloaded indicatif v0.18.4
11582026-08-17T20:06:52.893Z Downloaded rustls-pki-types v1.14.0
11592026-08-17T20:06:52.897Z Downloaded tokio-macros v2.7.0
11602026-08-17T20:06:52.900Z Downloaded typify-macro v0.6.2
11612026-08-17T20:06:52.900Z Downloaded simd-adler32 v0.3.8
11622026-08-17T20:06:52.903Z Downloaded aws-lc-rs v1.16.3
11632026-08-17T20:06:52.909Z Downloaded indexmap v1.9.3
11642026-08-17T20:06:52.912Z Downloaded itertools v0.12.1
11652026-08-17T20:06:52.920Z Downloaded rustls-platform-verifier v0.6.2
11662026-08-17T20:06:52.923Z Downloaded data-encoding v2.10.0
11672026-08-17T20:06:52.923Z Downloaded unicode-bidi v0.3.18
11682026-08-17T20:06:52.930Z Downloaded tokio-postgres v0.7.16
11692026-08-17T20:06:52.935Z Downloaded idna v1.1.0
11702026-08-17T20:06:52.939Z Downloaded rustc_version v0.4.1
11712026-08-17T20:06:52.942Z Downloaded derive_builder_core v0.20.2
11722026-08-17T20:06:52.942Z Downloaded strum_macros v0.26.4
11732026-08-17T20:06:52.945Z Downloaded crossbeam-deque v0.8.6
11742026-08-17T20:06:52.948Z Downloaded zerotrie v0.2.3
11752026-08-17T20:06:52.948Z Downloaded ed25519-dalek v2.2.0
11762026-08-17T20:06:52.953Z Downloaded icu_provider v2.1.1
11772026-08-17T20:06:52.953Z Downloaded p521 v0.14.0
11782026-08-17T20:06:52.956Z Downloaded litrs v1.0.0
11792026-08-17T20:06:52.956Z Downloaded nu-ansi-term v0.50.3
11802026-08-17T20:06:52.956Z Downloaded defmt v1.0.1
11812026-08-17T20:06:52.959Z Downloaded darling_core v0.20.11
11822026-08-17T20:06:52.963Z Downloaded salty v0.3.0
11832026-08-17T20:06:52.969Z Downloaded rustyline v14.0.0
11842026-08-17T20:06:52.974Z Downloaded similar v2.7.0
11852026-08-17T20:06:52.978Z Downloaded test-strategy v0.4.5
11862026-08-17T20:06:52.978Z Downloaded newtype-uuid v1.3.2
11872026-08-17T20:06:52.978Z Downloaded ipnet v2.11.0
11882026-08-17T20:06:52.978Z Downloaded ed25519 v2.2.3
11892026-08-17T20:06:52.984Z Downloaded resolv-conf v0.7.6
11902026-08-17T20:06:52.985Z Downloaded defmt-macros v1.0.1
11912026-08-17T20:06:52.985Z Downloaded qorb v0.4.1
11922026-08-17T20:06:52.988Z Downloaded tokio-util v0.7.18
11932026-08-17T20:06:52.993Z Downloaded bindgen v0.71.1
11942026-08-17T20:06:52.998Z Downloaded elliptic-curve v0.14.1
11952026-08-17T20:06:52.998Z Downloaded blake3 v1.8.5
11962026-08-17T20:06:53.002Z Downloaded ssh-key v0.7.0-rc.11
11972026-08-17T20:06:53.008Z Downloaded git2 v0.20.4
11982026-08-17T20:06:53.011Z Downloaded tracing-attributes v0.1.31
11992026-08-17T20:06:53.014Z Downloaded twox-hash v2.1.2
12002026-08-17T20:06:53.017Z Downloaded openssl-sys v0.9.117
12012026-08-17T20:06:53.022Z Downloaded quick-xml v0.37.5
12022026-08-17T20:06:53.026Z Downloaded crossbeam-epoch v0.9.18
12032026-08-17T20:06:53.037Z Downloaded dropshot-api-manager v0.8.0
12042026-08-17T20:06:53.041Z Downloaded iri-string v0.7.10
12052026-08-17T20:06:53.052Z Downloaded icu_normalizer v2.1.1
12062026-08-17T20:06:53.055Z Downloaded typed-path v0.9.3
12072026-08-17T20:06:53.059Z Downloaded nom v8.0.0
12082026-08-17T20:06:53.069Z Downloaded rawzip v0.4.4
12092026-08-17T20:06:53.072Z Downloaded winnow v1.0.3
12102026-08-17T20:06:53.078Z Downloaded jobserver v0.1.34
12112026-08-17T20:06:53.081Z Downloaded reedline v0.40.0
12122026-08-17T20:06:53.084Z Downloaded libxml v0.3.3
12132026-08-17T20:06:53.087Z Downloaded socket2 v0.6.3
12142026-08-17T20:06:53.087Z Downloaded nom v7.1.3
12152026-08-17T20:06:53.090Z Downloaded chrono v0.4.45
12162026-08-17T20:06:53.093Z Downloaded itertools v0.13.0
12172026-08-17T20:06:53.096Z Downloaded vte v0.14.1
12182026-08-17T20:06:53.100Z Downloaded tabled v0.21.0
12192026-08-17T20:06:53.109Z Downloaded tower-http v0.6.8
12202026-08-17T20:06:53.114Z Downloaded proptest v1.11.0
12212026-08-17T20:06:53.119Z Downloaded goblin v0.10.5
12222026-08-17T20:06:53.142Z Downloaded num-bigint v0.4.6
12232026-08-17T20:06:53.152Z Downloaded tower v0.5.3
12242026-08-17T20:06:53.159Z Downloaded samael v0.0.19
12252026-08-17T20:06:53.162Z Downloaded rand v0.9.2
12262026-08-17T20:06:53.168Z Downloaded rayon v1.11.0
12272026-08-17T20:06:53.180Z Downloaded itertools v0.15.0
12282026-08-17T20:06:53.184Z Downloaded publicsuffix v2.3.0
12292026-08-17T20:06:53.187Z Downloaded p384 v0.13.1
12302026-08-17T20:06:53.195Z Downloaded time v0.3.47
12312026-08-17T20:06:53.202Z Downloaded vcpkg v0.2.15
12322026-08-17T20:06:53.226Z Downloaded sha3 v0.12.0
12332026-08-17T20:06:53.229Z Downloaded itertools v0.10.5
12342026-08-17T20:06:53.231Z Downloaded iddqd v0.4.2
12352026-08-17T20:06:53.235Z Downloaded zerovec v0.11.5
12362026-08-17T20:06:53.238Z Downloaded zip v4.6.1
12372026-08-17T20:06:53.241Z Downloaded zerocopy v0.8.40
12382026-08-17T20:06:53.246Z Downloaded reqwest v0.12.28
12392026-08-17T20:06:53.249Z Downloaded serde_with v1.14.0
12402026-08-17T20:06:53.258Z Downloaded libm v0.2.16
12412026-08-17T20:06:53.270Z Downloaded regex v1.12.3
12422026-08-17T20:06:53.282Z Downloaded radix_trie v0.2.1
12432026-08-17T20:06:53.293Z Downloaded quinn-proto v0.11.16
12442026-08-17T20:06:53.297Z Downloaded serde_with v3.21.0
12452026-08-17T20:06:53.304Z Downloaded bstr v1.12.1
12462026-08-17T20:06:53.309Z Downloaded winnow v0.5.40
12472026-08-17T20:06:53.325Z Downloaded tough v0.22.0
12482026-08-17T20:06:53.331Z Downloaded crypto-primes v0.7.2
12492026-08-17T20:06:53.334Z Downloaded petname v2.0.2
12502026-08-17T20:06:53.337Z Downloaded reqwest v0.13.2
12512026-08-17T20:06:53.347Z Downloaded zlib-rs v0.6.2
12522026-08-17T20:06:53.367Z Downloaded nix v0.27.1
12532026-08-17T20:06:53.373Z Downloaded object v0.37.3
12542026-08-17T20:06:53.379Z Downloaded curve25519-dalek v4.1.3
12552026-08-17T20:06:53.384Z Downloaded moka v0.12.13
12562026-08-17T20:06:53.389Z Downloaded russh v0.62.4
12572026-08-17T20:06:53.394Z Downloaded hickory-proto v0.24.4
12582026-08-17T20:06:53.405Z Downloaded object v0.30.4
12592026-08-17T20:06:53.410Z Downloaded portable-atomic v1.13.1
12602026-08-17T20:06:53.438Z Downloaded nix v0.31.2
12612026-08-17T20:06:53.446Z Downloaded polar-core v0.27.3
12622026-08-17T20:06:53.451Z Downloaded openapiv3 v2.2.0
12632026-08-17T20:06:53.463Z Downloaded crypto-bigint v0.7.5
12642026-08-17T20:06:53.472Z Downloaded lalrpop v0.19.12
12652026-08-17T20:06:53.478Z Downloaded regex-syntax v0.6.29
12662026-08-17T20:06:53.482Z Downloaded smoltcp v0.11.0
12672026-08-17T20:06:53.489Z Downloaded hickory-proto v0.25.2
12682026-08-17T20:06:53.498Z Downloaded nix v0.28.0
12692026-08-17T20:06:53.516Z Downloaded curve25519-dalek v5.0.0
12702026-08-17T20:06:53.532Z Downloaded rustls v0.23.41
12712026-08-17T20:06:53.538Z Downloaded rustix v0.38.44
12722026-08-17T20:06:53.555Z Downloaded smoltcp v0.9.1
12732026-08-17T20:06:53.558Z Downloaded openssl v0.10.80
12742026-08-17T20:06:53.562Z Downloaded sqlparser v0.61.0
12752026-08-17T20:06:53.571Z Downloaded regex-syntax v0.8.10
12762026-08-17T20:06:53.580Z Downloaded tracing v0.1.44
12772026-08-17T20:06:53.593Z Downloaded regress v0.10.5
12782026-08-17T20:06:53.597Z Downloaded typify-impl v0.6.2
12792026-08-17T20:06:53.606Z Downloaded sled v0.34.7
12802026-08-17T20:06:53.612Z Downloaded dropshot v0.17.1
12812026-08-17T20:06:53.624Z Downloaded regress v0.11.1
12822026-08-17T20:06:53.636Z Downloaded ratatui v0.29.0
12832026-08-17T20:06:53.658Z Downloaded diesel v2.3.7
12842026-08-17T20:06:53.670Z Downloaded sha3 v0.11.0
12852026-08-17T20:06:53.680Z Downloaded zerocopy-derive v0.6.6
12862026-08-17T20:06:53.685Z Downloaded bzip2-sys v0.1.13+1.0.8
12872026-08-17T20:06:53.734Z Downloaded regex-automata v0.4.14
12882026-08-17T20:06:53.751Z Downloaded chrono-tz v0.10.4
12892026-08-17T20:06:53.761Z Downloaded jiff v0.2.34
12902026-08-17T20:06:53.790Z Downloaded petgraph v0.6.5
12912026-08-17T20:06:53.800Z Downloaded petgraph v0.8.3
12922026-08-17T20:06:53.813Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12932026-08-17T20:06:53.823Z Downloaded sha3 v0.10.8
12942026-08-17T20:06:53.846Z Downloaded libz-sys v1.1.24
12952026-08-17T20:06:53.869Z Downloaded tokio v1.52.1
12962026-08-17T20:06:53.893Z Downloaded csv v1.4.0
12972026-08-17T20:06:53.923Z Downloaded encoding_rs v0.8.35
12982026-08-17T20:06:53.940Z Downloaded libgit2-sys v0.18.3+1.9.2
12992026-08-17T20:06:53.971Z Downloaded ring v0.17.14
13002026-08-17T20:06:54.596Z Downloaded aws-lc-sys v0.40.0
13012026-08-17T20:06:54.864Z Compiling libc v0.2.185
13022026-08-17T20:06:54.864Z Compiling serde_core v1.0.228
13032026-08-17T20:06:54.868Z Compiling serde v1.0.228
13042026-08-17T20:06:54.868Z Compiling log v0.4.29
13052026-08-17T20:06:54.868Z Compiling smallvec v1.15.1
13062026-08-17T20:06:54.868Z Compiling shlex v1.3.0
13072026-08-17T20:06:54.868Z Compiling find-msvc-tools v0.1.9
13082026-08-17T20:06:55.005Z Compiling subtle v2.6.1
13092026-08-17T20:06:55.089Z Compiling scopeguard v1.2.0
13102026-08-17T20:06:55.089Z Compiling typenum v1.20.1
13112026-08-17T20:06:55.092Z Compiling stable_deref_trait v1.2.1
13122026-08-17T20:06:55.092Z Compiling zerocopy v0.8.40
13132026-08-17T20:06:55.102Z Compiling portable-atomic v1.13.1
13142026-08-17T20:06:55.138Z Compiling serde_json v1.0.151
13152026-08-17T20:06:55.141Z Compiling syn v2.0.117
13162026-08-17T20:06:55.152Z Compiling critical-section v1.2.0
13172026-08-17T20:06:55.210Z Compiling lock_api v0.4.14
13182026-08-17T20:06:55.225Z Compiling libm v0.2.16
13192026-08-17T20:06:55.240Z Compiling num-traits v0.2.19
13202026-08-17T20:06:55.310Z Compiling pkg-config v0.3.32
13212026-08-17T20:06:55.349Z Compiling generic-array v0.14.7
13222026-08-17T20:06:55.364Z Compiling pin-project-lite v0.2.17
13232026-08-17T20:06:55.367Z Compiling const-oid v0.9.6
13242026-08-17T20:06:55.367Z Compiling getrandom v0.4.1
13252026-08-17T20:06:55.462Z Compiling parking_lot_core v0.9.12
13262026-08-17T20:06:55.493Z Compiling rand_core v0.10.0
13272026-08-17T20:06:55.510Z Compiling writeable v0.6.2
13282026-08-17T20:06:55.551Z Compiling litemap v0.8.1
13292026-08-17T20:06:55.625Z Compiling percent-encoding v2.3.2
13302026-08-17T20:06:55.644Z Compiling futures-core v0.3.32
13312026-08-17T20:06:55.677Z Compiling icu_normalizer_data v2.1.1
13322026-08-17T20:06:55.709Z Compiling icu_properties_data v2.1.2
13332026-08-17T20:06:55.743Z Compiling getrandom v0.3.4
13342026-08-17T20:06:55.759Z Compiling futures-sink v0.3.32
13352026-08-17T20:06:55.790Z Compiling utf8_iter v1.0.4
13362026-08-17T20:06:55.818Z Compiling rustix v1.1.3
13372026-08-17T20:06:55.835Z Compiling futures-task v0.3.32
13382026-08-17T20:06:55.839Z Compiling futures-io v0.3.32
13392026-08-17T20:06:55.883Z Compiling futures-channel v0.3.32
13402026-08-17T20:06:55.886Z Compiling slab v0.4.12
13412026-08-17T20:06:55.976Z Compiling jobserver v0.1.34
13422026-08-17T20:06:56.001Z Compiling errno v0.3.14
13432026-08-17T20:06:56.020Z Compiling getrandom v0.2.17
13442026-08-17T20:06:56.064Z Compiling mio v1.2.0
13452026-08-17T20:06:56.101Z Compiling socket2 v0.6.3
13462026-08-17T20:06:56.112Z Compiling form_urlencoded v1.2.2
13472026-08-17T20:06:56.135Z Compiling signal-hook-registry v1.4.8
13482026-08-17T20:06:56.150Z Compiling rustversion v1.0.22
13492026-08-17T20:06:56.177Z Compiling rand_core v0.6.4
13502026-08-17T20:06:56.194Z Compiling cc v1.2.56
13512026-08-17T20:06:56.267Z Compiling once_cell v1.21.3
13522026-08-17T20:06:56.304Z Compiling parking_lot v0.12.5
13532026-08-17T20:06:56.357Z Compiling base64ct v1.8.3
13542026-08-17T20:06:56.373Z Compiling iana-time-zone v0.1.65
13552026-08-17T20:06:56.389Z Compiling fs_extra v1.3.0
13562026-08-17T20:06:56.484Z Compiling regex-syntax v0.8.10
13572026-08-17T20:06:56.518Z Compiling flagset v0.4.7
13582026-08-17T20:06:56.548Z Compiling dunce v1.0.5
13592026-08-17T20:06:56.565Z Compiling ident_case v1.0.1
13602026-08-17T20:06:56.580Z Compiling base64 v0.22.1
13612026-08-17T20:06:56.594Z Compiling pem-rfc7468 v0.7.0
13622026-08-17T20:06:56.654Z Compiling rand_core v0.9.5
13632026-08-17T20:06:56.668Z Compiling syn v1.0.109
13642026-08-17T20:06:56.672Z Compiling vcpkg v0.2.15
13652026-08-17T20:06:56.701Z Compiling tracing-core v0.1.36
13662026-08-17T20:06:56.715Z Compiling dyn-clone v1.0.20
13672026-08-17T20:06:56.715Z Compiling schemars v0.8.22
13682026-08-17T20:06:56.744Z Compiling cpufeatures v0.2.17
13692026-08-17T20:06:56.815Z Compiling aws-lc-rs v1.16.3
13702026-08-17T20:06:56.836Z Compiling spin v0.9.8
13712026-08-17T20:06:56.865Z Compiling cmov v0.5.4
13722026-08-17T20:06:56.928Z Compiling httparse v1.10.1
13732026-08-17T20:06:56.932Z Compiling tinyvec_macros v0.1.1
13742026-08-17T20:06:56.956Z Compiling cmake v0.1.57
13752026-08-17T20:06:56.991Z Compiling crc32fast v1.5.0
13762026-08-17T20:06:57.023Z Compiling openssl-probe v0.2.1
13772026-08-17T20:06:57.057Z Compiling ctutils v0.4.2
13782026-08-17T20:06:57.094Z Compiling tinyvec v1.10.0
13792026-08-17T20:06:57.110Z Compiling aho-corasick v1.1.4
13802026-08-17T20:06:57.133Z Compiling tower-service v0.3.3
13812026-08-17T20:06:57.218Z Compiling radium v0.7.0
13822026-08-17T20:06:57.233Z Compiling try-lock v0.2.5
13832026-08-17T20:06:57.248Z Compiling bitflags v2.11.0
13842026-08-17T20:06:57.296Z Compiling semver v1.0.28
13852026-08-17T20:06:57.312Z Compiling indexmap v2.14.0
13862026-08-17T20:06:57.343Z Compiling uuid v1.23.4
13872026-08-17T20:06:57.415Z Compiling untrusted v0.7.1
13882026-08-17T20:06:57.449Z Compiling atomic-waker v1.1.2
13892026-08-17T20:06:57.452Z Compiling tower-layer v0.3.3
13902026-08-17T20:06:57.519Z Compiling rustc_version v0.4.1
13912026-08-17T20:06:57.556Z Compiling want v0.3.1
13922026-08-17T20:06:57.588Z Compiling tap v1.0.1
13932026-08-17T20:06:57.643Z Compiling openssl v0.10.80
13942026-08-17T20:06:57.655Z Compiling simd-adler32 v0.3.8
13952026-08-17T20:06:57.682Z Compiling foreign-types-shared v0.1.1
13962026-08-17T20:06:57.716Z Compiling maybe-uninit v2.0.0
13972026-08-17T20:06:57.737Z Compiling untrusted v0.9.0
13982026-08-17T20:06:57.781Z Compiling rustls v0.23.41
13992026-08-17T20:06:57.825Z Compiling aws-lc-sys v0.40.0
14002026-08-17T20:06:57.861Z Compiling openssl-sys v0.9.117
14012026-08-17T20:06:57.868Z Compiling httpdate v1.0.3
14022026-08-17T20:06:57.889Z Compiling bzip2-sys v0.1.13+1.0.8
14032026-08-17T20:06:57.904Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14042026-08-17T20:06:57.918Z Compiling foreign-types v0.3.2
14052026-08-17T20:06:57.979Z Compiling regex-automata v0.4.14
14062026-08-17T20:06:57.999Z Compiling wyz v0.5.1
14072026-08-17T20:06:58.030Z Compiling unicode-normalization v0.1.25
14082026-08-17T20:06:58.083Z Compiling synstructure v0.13.2
14092026-08-17T20:06:58.105Z Compiling serde_derive_internals v0.29.1
14102026-08-17T20:06:58.195Z Compiling pest_generator v2.8.6
14112026-08-17T20:06:58.209Z Compiling darling_core v0.20.11
14122026-08-17T20:06:58.226Z Compiling num-integer v0.1.46
14132026-08-17T20:06:58.328Z Compiling tempfile v3.25.0
14142026-08-17T20:06:58.422Z Compiling terminal_size v0.4.3
14152026-08-17T20:06:58.516Z Compiling wait-timeout v0.2.1
14162026-08-17T20:06:58.560Z Compiling ahash v0.8.12
14172026-08-17T20:06:58.578Z Compiling time-core v0.1.8
14182026-08-17T20:06:58.602Z Compiling bit-vec v0.8.0
14192026-08-17T20:06:58.719Z Compiling num-bigint-dig v0.8.6
14202026-08-17T20:06:58.739Z Compiling funty v2.0.0
14212026-08-17T20:06:58.751Z Compiling adler2 v2.0.1
14222026-08-17T20:06:58.792Z Compiling quick-error v1.2.3
14232026-08-17T20:06:58.806Z Compiling packed_struct v0.10.1
14242026-08-17T20:06:58.859Z Compiling native-tls v0.2.18
14252026-08-17T20:06:58.881Z Compiling num-conv v0.2.0
14262026-08-17T20:06:58.884Z Compiling powerfmt v0.2.0
14272026-08-17T20:06:58.911Z Compiling rusty-fork v0.3.1
14282026-08-17T20:06:58.917Z Compiling miniz_oxide v0.8.9
14292026-08-17T20:06:58.924Z Compiling clap_builder v4.6.0
14302026-08-17T20:06:59.007Z Compiling bit-set v0.8.0
14312026-08-17T20:06:59.024Z Compiling time-macros v0.2.27
14322026-08-17T20:06:59.029Z Compiling num-iter v0.1.45
14332026-08-17T20:06:59.109Z Compiling bitvec v1.0.1
14342026-08-17T20:06:59.124Z Compiling deranged v0.5.8
14352026-08-17T20:06:59.223Z Compiling lazy_static v1.5.0
14362026-08-17T20:06:59.287Z Compiling rand_xorshift v0.4.0
14372026-08-17T20:06:59.304Z Compiling anstyle-parse v0.2.7
14382026-08-17T20:06:59.340Z Compiling sync_wrapper v1.0.2
14392026-08-17T20:06:59.383Z Compiling indexmap v1.9.3
14402026-08-17T20:06:59.483Z Compiling num_threads v0.1.7
14412026-08-17T20:06:59.486Z Compiling zlib-rs v0.6.2
14422026-08-17T20:06:59.527Z Compiling siphasher v1.0.2
14432026-08-17T20:06:59.590Z Compiling paste v1.0.15
14442026-08-17T20:06:59.605Z Compiling unarray v0.1.4
14452026-08-17T20:06:59.626Z Compiling nodrop v0.1.14
14462026-08-17T20:06:59.726Z Compiling usdt-impl v0.6.0
14472026-08-17T20:06:59.726Z Compiling crossbeam-utils v0.8.21
14482026-08-17T20:06:59.756Z Compiling crc-catalog v2.4.0
14492026-08-17T20:06:59.799Z Compiling serde_derive v1.0.228
14502026-08-17T20:06:59.863Z Compiling zeroize_derive v1.5.0
14512026-08-17T20:06:59.878Z Compiling zerocopy-derive v0.8.40
14522026-08-17T20:06:59.952Z Compiling zerofrom-derive v0.1.6
14532026-08-17T20:07:00.054Z Compiling yoke-derive v0.8.1
14542026-08-17T20:07:00.160Z Compiling zerovec-derive v0.11.2
14552026-08-17T20:07:00.174Z Compiling displaydoc v0.2.5
14562026-08-17T20:07:00.189Z Compiling tokio-macros v2.7.0
14572026-08-17T20:07:00.540Z Compiling zeroize v1.9.0
14582026-08-17T20:07:00.591Z Compiling futures-macro v0.3.32
14592026-08-17T20:07:00.619Z Compiling der_derive v0.7.3
14602026-08-17T20:07:00.963Z Compiling thiserror-impl v2.0.18
14612026-08-17T20:07:00.977Z Compiling tracing-attributes v0.1.31
14622026-08-17T20:07:01.040Z Compiling rustls-pki-types v1.14.0
14632026-08-17T20:07:01.264Z Compiling schemars_derive v0.8.22
14642026-08-17T20:07:01.317Z Compiling crypto-common v0.1.7
14652026-08-17T20:07:01.364Z Compiling block-buffer v0.10.4
14662026-08-17T20:07:01.408Z Compiling zerofrom v0.1.6
14672026-08-17T20:07:01.446Z Compiling futures-util v0.3.32
14682026-08-17T20:07:01.481Z Compiling hybrid-array v0.4.13
14692026-08-17T20:07:01.530Z Compiling yoke v0.8.1
14702026-08-17T20:07:01.548Z Compiling digest v0.10.7
14712026-08-17T20:07:01.551Z Compiling scroll_derive v0.13.1
14722026-08-17T20:07:01.634Z Compiling der v0.7.10
14732026-08-17T20:07:01.734Z Compiling zerovec v0.11.5
14742026-08-17T20:07:01.818Z Compiling zerotrie v0.2.3
14752026-08-17T20:07:02.037Z Compiling sha2 v0.10.9
14762026-08-17T20:07:02.135Z Compiling pest_derive v2.8.6
14772026-08-17T20:07:02.176Z Compiling tinystr v0.8.2
14782026-08-17T20:07:02.248Z Compiling potential_utf v0.1.4
14792026-08-17T20:07:02.278Z Compiling signature v2.2.0
14802026-08-17T20:07:02.325Z Compiling tracing v0.1.44
14812026-08-17T20:07:02.342Z Compiling icu_locale_core v2.1.1
14822026-08-17T20:07:02.401Z Compiling icu_collections v2.1.1
14832026-08-17T20:07:02.417Z Compiling thiserror v2.0.18
14842026-08-17T20:07:02.431Z Compiling scroll v0.13.0
14852026-08-17T20:07:02.484Z Compiling spki v0.7.3
14862026-08-17T20:07:02.538Z Compiling darling_macro v0.20.11
14872026-08-17T20:07:02.560Z Compiling thiserror-impl v1.0.69
14882026-08-17T20:07:02.615Z Compiling openssl-macros v0.1.1
14892026-08-17T20:07:02.632Z Compiling hmac v0.12.1
14902026-08-17T20:07:02.707Z Compiling pkcs8 v0.10.2
14912026-08-17T20:07:02.722Z Compiling goblin v0.10.5
14922026-08-17T20:07:02.757Z Compiling packed_struct_codegen v0.10.1
14932026-08-17T20:07:02.802Z Compiling zerocopy-derive v0.6.6
14942026-08-17T20:07:02.853Z Compiling bitfield-macros v0.19.4
14952026-08-17T20:07:02.886Z Compiling clap_derive v4.6.1
14962026-08-17T20:07:02.986Z Compiling icu_provider v2.1.1
14972026-08-17T20:07:03.078Z Compiling darling v0.20.11
14982026-08-17T20:07:03.175Z Compiling derive_builder_core v0.20.2
14992026-08-17T20:07:03.242Z Compiling icu_properties v2.1.2
15002026-08-17T20:07:03.311Z Compiling bytes v1.11.1
15012026-08-17T20:07:03.346Z Compiling icu_normalizer v2.1.1
15022026-08-17T20:07:03.378Z Compiling chrono v0.4.45
15032026-08-17T20:07:03.610Z Compiling ipnet v2.11.0
15042026-08-17T20:07:03.716Z Compiling hex v0.4.3
15052026-08-17T20:07:03.793Z Compiling toml_datetime v0.6.11
15062026-08-17T20:07:03.878Z Compiling tokio v1.52.1
15072026-08-17T20:07:03.893Z Compiling http v1.4.2
15082026-08-17T20:07:03.925Z Compiling thiserror v1.0.69
15092026-08-17T20:07:03.976Z Compiling serde_spanned v0.6.9
15102026-08-17T20:07:04.038Z Compiling zerocopy v0.6.6
15112026-08-17T20:07:04.071Z Compiling bitfield v0.19.4
15122026-08-17T20:07:04.086Z Compiling pkcs1 v0.7.5
15132026-08-17T20:07:04.126Z Compiling idna_adapter v1.2.1
15142026-08-17T20:07:04.140Z Compiling dtrace-parser v0.3.0
15152026-08-17T20:07:04.318Z Compiling ppv-lite86 v0.2.21
15162026-08-17T20:07:04.423Z Compiling idna v1.1.0
15172026-08-17T20:07:04.475Z Compiling flate2 v1.1.9
15182026-08-17T20:07:04.497Z Compiling time v0.3.47
15192026-08-17T20:07:04.631Z Compiling rand_chacha v0.9.0
15202026-08-17T20:07:04.666Z Compiling http-body v1.0.1
15212026-08-17T20:07:04.709Z Compiling rand_chacha v0.3.1
15222026-08-17T20:07:04.733Z Compiling url v2.5.8
15232026-08-17T20:07:04.840Z Compiling rand v0.9.2
15242026-08-17T20:07:04.856Z Compiling http-body-util v0.1.3
15252026-08-17T20:07:04.883Z Compiling clap v4.6.1
15262026-08-17T20:07:04.931Z Compiling rand v0.8.6
15272026-08-17T20:07:04.976Z Compiling crc v3.4.0
15282026-08-17T20:07:05.030Z Compiling scroll_derive v0.12.1
15292026-08-17T20:07:05.098Z Compiling structmeta-derive v0.3.0
15302026-08-17T20:07:05.113Z Compiling array-init v0.0.4
15312026-08-17T20:07:05.223Z Compiling anstream v0.6.21
15322026-08-17T20:07:05.467Z Compiling proptest v1.11.0
15332026-08-17T20:07:05.506Z Compiling smallvec v0.6.14
15342026-08-17T20:07:05.534Z Compiling dof v0.4.0
15352026-08-17T20:07:05.626Z Compiling darling_core v0.23.0
15362026-08-17T20:07:05.728Z Compiling heapless v0.7.17
15372026-08-17T20:07:05.743Z Compiling slog v2.8.2
15382026-08-17T20:07:05.746Z Compiling thread-id v5.1.0
15392026-08-17T20:07:05.772Z Compiling env_filter v1.0.0
15402026-08-17T20:07:05.850Z Compiling cookie v0.18.1
15412026-08-17T20:07:05.952Z Compiling winnow v0.5.40
15422026-08-17T20:07:05.987Z Compiling signal-hook v0.3.18
15432026-08-17T20:07:06.054Z Compiling iri-string v0.7.10
15442026-08-17T20:07:06.084Z Compiling base64 v0.21.7
15452026-08-17T20:07:06.096Z Compiling allocator-api2 v0.2.21
15462026-08-17T20:07:06.117Z Compiling zstd-safe v7.2.4
15472026-08-17T20:07:06.178Z Compiling ipnetwork v0.21.1
15482026-08-17T20:07:06.213Z Compiling hashbrown v0.12.3
15492026-08-17T20:07:06.269Z Compiling ryu v1.0.23
15502026-08-17T20:07:06.332Z Compiling unicode-bidi v0.3.18
15512026-08-17T20:07:06.412Z Compiling anyhow v1.0.102
15522026-08-17T20:07:06.440Z Compiling unicode-properties v0.1.4
15532026-08-17T20:07:06.462Z Compiling oxnet v0.1.6
15542026-08-17T20:07:06.594Z Compiling rsa v0.9.10
15552026-08-17T20:07:06.684Z Compiling stringprep v0.1.5
15562026-08-17T20:07:06.714Z Compiling serde_urlencoded v0.7.1
15572026-08-17T20:07:06.755Z Compiling ron v0.8.1
15582026-08-17T20:07:06.965Z Compiling structmeta v0.3.0
15592026-08-17T20:07:07.070Z Compiling env_logger v0.11.9
15602026-08-17T20:07:07.088Z Compiling scroll v0.12.0
15612026-08-17T20:07:07.102Z Compiling serde-hex v0.1.0
15622026-08-17T20:07:07.118Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15632026-08-17T20:07:07.131Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15642026-08-17T20:07:07.196Z Compiling camino v1.2.2
15652026-08-17T20:07:07.329Z Compiling toml_edit v0.19.15
15662026-08-17T20:07:07.443Z Compiling hashbrown v0.13.2
15672026-08-17T20:07:07.521Z Compiling bzip2 v0.4.4
15682026-08-17T20:07:07.582Z Compiling derive_builder_macro v0.20.2
15692026-08-17T20:07:07.596Z Compiling erased-serde v0.3.31
15702026-08-17T20:07:07.709Z Compiling serde_tokenstream v0.2.3
15712026-08-17T20:07:07.743Z Compiling tokio-util v0.7.18
15722026-08-17T20:07:07.899Z Compiling tower v0.5.3
15732026-08-17T20:07:07.924Z Compiling newtype-uuid v1.3.2
15742026-08-17T20:07:07.944Z Compiling tokio-native-tls v0.3.1
15752026-08-17T20:07:08.043Z Compiling x509-cert v0.2.5
15762026-08-17T20:07:08.082Z Compiling block-buffer v0.12.1
15772026-08-17T20:07:08.098Z Compiling crypto-common v0.2.2
15782026-08-17T20:07:08.141Z Compiling block-padding v0.4.2
15792026-08-17T20:07:08.157Z Compiling darling_macro v0.23.0
15802026-08-17T20:07:08.276Z Compiling md-5 v0.10.6
15812026-08-17T20:07:08.299Z Compiling rustls-native-certs v0.8.3
15822026-08-17T20:07:08.324Z Compiling tower-http v0.6.8
15832026-08-17T20:07:08.392Z Compiling bstr v1.12.1
15842026-08-17T20:07:08.459Z Compiling h2 v0.4.15
15852026-08-17T20:07:08.603Z Compiling async-trait v0.1.89
15862026-08-17T20:07:08.677Z Compiling daft-derive v0.1.7
15872026-08-17T20:07:08.742Z Compiling pin-project-internal v1.1.11
15882026-08-17T20:07:08.791Z Compiling zerocopy-derive v0.7.35
15892026-08-17T20:07:08.834Z Compiling curve25519-dalek v4.1.3
15902026-08-17T20:07:09.038Z Compiling vergen-lib v9.1.0
15912026-08-17T20:07:09.221Z Compiling hash32 v0.2.1
15922026-08-17T20:07:09.258Z Compiling encoding_rs v0.8.35
15932026-08-17T20:07:09.448Z Compiling memoffset v0.9.1
15942026-08-17T20:07:09.481Z Compiling mime v0.3.17
15952026-08-17T20:07:09.632Z Compiling crc-any v2.5.0
15962026-08-17T20:07:09.669Z Compiling litrs v1.0.0
15972026-08-17T20:07:09.724Z Compiling psl-types v2.0.11
15982026-08-17T20:07:09.740Z Compiling cfg_aliases v0.2.1
15992026-08-17T20:07:09.751Z Compiling fallible-iterator v0.2.0
16002026-08-17T20:07:09.767Z Compiling rustix v0.38.44
16012026-08-17T20:07:09.786Z Compiling ref-cast v1.0.25
16022026-08-17T20:07:09.823Z Compiling smoltcp v0.9.1
16032026-08-17T20:07:09.870Z Compiling publicsuffix v2.3.0
16042026-08-17T20:07:09.885Z Compiling nix v0.31.2
16052026-08-17T20:07:09.888Z Compiling zerocopy v0.7.35
16062026-08-17T20:07:09.959Z Compiling pin-project v1.1.11
16072026-08-17T20:07:10.063Z Compiling postgres-protocol v0.6.10
16082026-08-17T20:07:10.077Z Compiling daft v0.1.7
16092026-08-17T20:07:10.206Z Compiling darling v0.23.0
16102026-08-17T20:07:10.220Z Compiling document-features v0.2.12
16112026-08-17T20:07:10.237Z Compiling toml v0.7.8
16122026-08-17T20:07:10.237Z Compiling inout v0.2.2
16132026-08-17T20:07:10.269Z Compiling derive_builder v0.20.2
16142026-08-17T20:07:10.310Z Compiling object v0.30.4
16152026-08-17T20:07:10.387Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16162026-08-17T20:07:10.411Z Compiling zip v0.6.6
16172026-08-17T20:07:10.452Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16182026-08-17T20:07:10.477Z Compiling goblin v0.8.2
16192026-08-17T20:07:10.592Z Compiling derive-ex v0.1.8
16202026-08-17T20:07:10.838Z Compiling futures-executor v0.3.32
16212026-08-17T20:07:10.867Z Compiling hubpack_derive v0.1.1
16222026-08-17T20:07:10.994Z Compiling regex v1.12.3
16232026-08-17T20:07:11.012Z Compiling strum_macros v0.27.2
16242026-08-17T20:07:11.036Z Compiling curve25519-dalek-derive v0.1.1
16252026-08-17T20:07:11.081Z Compiling ref-cast-impl v1.0.25
16262026-08-17T20:07:11.122Z Compiling snafu-derive v0.8.9
16272026-08-17T20:07:11.174Z Compiling phf_shared v0.13.1
16282026-08-17T20:07:11.191Z Compiling cargo-platform v0.3.2
16292026-08-17T20:07:11.344Z Compiling vergen v9.1.0
16302026-08-17T20:07:11.435Z Compiling ff v0.13.1
16312026-08-17T20:07:11.452Z Compiling fs-err v3.3.0
16322026-08-17T20:07:11.488Z Compiling unicode-segmentation v1.12.0
16332026-08-17T20:07:11.570Z Compiling either v1.15.0
16342026-08-17T20:07:11.595Z Compiling bumpalo v3.20.2
16352026-08-17T20:07:11.669Z Compiling foldhash v0.1.5
16362026-08-17T20:07:11.680Z Compiling hyper v1.10.1
16372026-08-17T20:07:11.718Z Compiling base16ct v0.2.0
16382026-08-17T20:07:11.792Z Compiling bitflags v1.3.2
16392026-08-17T20:07:11.815Z Compiling path-slash v0.1.5
16402026-08-17T20:07:11.857Z Compiling same-file v1.0.6
16412026-08-17T20:07:11.884Z Compiling libbz2-rs-sys v0.2.2
16422026-08-17T20:07:11.894Z Compiling managed v0.8.0
16432026-08-17T20:07:11.901Z Compiling jiff-core v0.1.0
16442026-08-17T20:07:11.915Z Compiling foldhash v0.2.0
16452026-08-17T20:07:11.963Z Compiling object v0.37.3
16462026-08-17T20:07:12.048Z Compiling walkdir v2.5.0
16472026-08-17T20:07:12.151Z Compiling hashbrown v0.16.1
16482026-08-17T20:07:12.311Z Compiling bzip2 v0.6.1
16492026-08-17T20:07:12.324Z Compiling test-strategy v0.4.5
16502026-08-17T20:07:12.380Z Compiling sec1 v0.7.3
16512026-08-17T20:07:12.530Z Compiling hashbrown v0.15.5
16522026-08-17T20:07:12.554Z Compiling zopfli v0.8.3
16532026-08-17T20:07:12.680Z Compiling jiff v0.2.34
16542026-08-17T20:07:12.710Z Compiling dof v0.3.0
16552026-08-17T20:07:12.764Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16562026-08-17T20:07:12.909Z Compiling hyper-util v0.1.20
16572026-08-17T20:07:13.031Z Compiling strum v0.27.2
16582026-08-17T20:07:13.071Z Compiling snafu v0.8.9
16592026-08-17T20:07:13.213Z Compiling group v0.13.0
16602026-08-17T20:07:13.229Z Compiling cargo_metadata v0.23.1
16612026-08-17T20:07:13.241Z Compiling phf v0.13.1
16622026-08-17T20:07:13.303Z Compiling hubpack v0.1.2
16632026-08-17T20:07:13.409Z Compiling futures v0.3.32
16642026-08-17T20:07:13.426Z Compiling zstd v0.13.3
16652026-08-17T20:07:13.440Z Compiling signal-hook-mio v0.2.5
16662026-08-17T20:07:13.455Z Compiling cookie_store v0.22.1
16672026-08-17T20:07:13.503Z Compiling postgres-types v0.2.12
16682026-08-17T20:07:13.532Z Compiling cipher v0.5.2
16692026-08-17T20:07:13.573Z Compiling serde_with_macros v3.21.0
16702026-08-17T20:07:13.820Z Compiling globset v0.4.18
16712026-08-17T20:07:13.834Z Compiling usdt-macro v0.6.0
16722026-08-17T20:07:13.850Z Compiling usdt-attr-macro v0.6.0
16732026-08-17T20:07:13.992Z Compiling byte-wrapper v0.1.0
16742026-08-17T20:07:14.071Z Compiling dtrace-parser v0.2.0
16752026-08-17T20:07:14.135Z Compiling serde-big-array v0.5.1
16762026-08-17T20:07:14.208Z Compiling olpc-cjson v0.1.4
16772026-08-17T20:07:14.353Z Compiling hyper-tls v0.6.0
16782026-08-17T20:07:14.397Z Compiling serde_plain v1.0.2
16792026-08-17T20:07:14.420Z Compiling ed25519 v2.2.3
16802026-08-17T20:07:14.532Z Compiling reqwest v0.12.28
16812026-08-17T20:07:14.604Z Compiling hkdf v0.12.4
16822026-08-17T20:07:14.621Z Compiling crypto-bigint v0.5.5
16832026-08-17T20:07:14.647Z Compiling async-recursion v1.1.1
16842026-08-17T20:07:14.685Z Compiling strum_macros v0.26.4
16852026-08-17T20:07:14.755Z Compiling serde_repr v0.1.20
16862026-08-17T20:07:14.770Z Compiling enum-as-inner v0.6.1
16872026-08-17T20:07:14.798Z Compiling phf_shared v0.11.3
16882026-08-17T20:07:14.801Z Compiling float-cmp v0.10.0
16892026-08-17T20:07:14.864Z Compiling pem v3.0.6
16902026-08-17T20:07:14.877Z Compiling thread-id v4.2.2
16912026-08-17T20:07:14.962Z Compiling memmap2 v0.9.10
16922026-08-17T20:07:14.977Z Compiling data-encoding v2.10.0
16932026-08-17T20:07:15.005Z Compiling const-oid v0.10.2
16942026-08-17T20:07:15.195Z Compiling whoami v2.1.0
16952026-08-17T20:07:15.211Z Compiling winnow v1.0.3
16962026-08-17T20:07:15.227Z Compiling predicates-core v1.0.10
16972026-08-17T20:07:15.328Z Compiling typed-path v0.9.3
16982026-08-17T20:07:15.345Z Compiling cpufeatures v0.3.0
16992026-08-17T20:07:15.345Z Compiling keccak v0.1.6
17002026-08-17T20:07:15.375Z Compiling difflib v0.4.0
17012026-08-17T20:07:15.424Z Compiling normalize-line-endings v0.3.0
17022026-08-17T20:07:15.445Z Compiling static_assertions v1.1.0
17032026-08-17T20:07:15.532Z Compiling new_debug_unreachable v1.0.6
17042026-08-17T20:07:15.547Z Compiling fixedbitset v0.4.2
17052026-08-17T20:07:15.594Z Compiling fixedbitset v0.5.7
17062026-08-17T20:07:15.619Z Compiling precomputed-hash v0.1.1
17072026-08-17T20:07:15.698Z Compiling elliptic-curve v0.13.8
17082026-08-17T20:07:15.725Z Compiling string_cache v0.8.9
17092026-08-17T20:07:15.781Z Compiling petgraph v0.6.5
17102026-08-17T20:07:15.923Z Compiling petgraph v0.8.3
17112026-08-17T20:07:15.940Z Compiling predicates v3.1.4
17122026-08-17T20:07:15.976Z Compiling toml_edit v0.22.27
17132026-08-17T20:07:16.042Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17142026-08-17T20:07:16.107Z Compiling sha3 v0.10.8
17152026-08-17T20:07:16.126Z Compiling chacha20 v0.10.0
17162026-08-17T20:07:16.329Z Compiling toml_parser v1.1.2+spec-1.1.0
17172026-08-17T20:07:16.346Z Compiling tokio-postgres v0.7.16
17182026-08-17T20:07:16.491Z Compiling strum v0.26.3
17192026-08-17T20:07:16.526Z Compiling hickory-proto v0.25.2
17202026-08-17T20:07:16.567Z Compiling digest v0.11.3
17212026-08-17T20:07:16.581Z Compiling usdt v0.6.0
17222026-08-17T20:07:16.585Z Compiling zip v4.6.1
17232026-08-17T20:07:16.614Z Compiling usdt-impl v0.5.0
17242026-08-17T20:07:16.628Z Compiling serde_with v3.21.0
17252026-08-17T20:07:16.798Z Compiling ed25519-dalek v2.2.0
17262026-08-17T20:07:16.813Z Compiling crossterm v0.28.1
17272026-08-17T20:07:16.861Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17282026-08-17T20:07:17.302Z Compiling iddqd v0.4.2
17292026-08-17T20:07:17.542Z Compiling similar v2.7.0
17302026-08-17T20:07:17.747Z Compiling heck v0.4.1
17312026-08-17T20:07:17.886Z Compiling itertools v0.13.0
17322026-08-17T20:07:17.991Z Compiling itertools v0.15.0
17332026-08-17T20:07:18.096Z Compiling tokio-stream v0.1.18
17342026-08-17T20:07:18.320Z Compiling crossbeam-epoch v0.9.18
17352026-08-17T20:07:18.369Z Compiling buf-list v1.1.2
17362026-08-17T20:07:18.397Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17372026-08-17T20:07:18.430Z Compiling openapiv3 v2.2.0
17382026-08-17T20:07:18.563Z Compiling lalrpop-util v0.19.12
17392026-08-17T20:07:18.577Z Compiling peg-runtime v0.8.5
17402026-08-17T20:07:18.622Z Compiling thread_local v1.1.9
17412026-08-17T20:07:18.669Z Compiling slog-async v2.8.0
17422026-08-17T20:07:18.682Z Compiling crossbeam-channel v0.5.15
17432026-08-17T20:07:18.713Z Compiling filetime v0.2.27
17442026-08-17T20:07:18.735Z Compiling is-terminal v0.4.17
17452026-08-17T20:07:18.764Z Compiling term v1.2.1
17462026-08-17T20:07:18.843Z Compiling xattr v1.6.1
17472026-08-17T20:07:18.843Z Compiling take_mut v0.2.2
17482026-08-17T20:07:18.875Z Compiling camino-tempfile v1.4.1
17492026-08-17T20:07:18.979Z Compiling tar v0.4.46
17502026-08-17T20:07:19.048Z Compiling slog-term v2.9.2
17512026-08-17T20:07:36.442Z Compiling rustls-webpki v0.103.13
17522026-08-17T20:07:39.104Z Compiling tokio-rustls v0.26.4
17532026-08-17T20:07:39.104Z Compiling rustls-platform-verifier v0.6.2
17542026-08-17T20:07:39.104Z Compiling tough v0.22.0
17552026-08-17T20:07:39.304Z Compiling hyper-rustls v0.27.7
17562026-08-17T20:07:39.486Z Compiling reqwest v0.13.2
17572026-08-17T20:07:41.693Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17582026-08-17T20:07:41.923Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17592026-08-17T20:07:44.837Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.83s
17602026-08-17T20:07:45.034Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17612026-08-17T20:07:45.042ZAug 17 20:07:44.403 INFO Starting download, target: Clickhouse
17622026-08-17T20:07:45.042ZAug 17 20:07:44.403 INFO Starting download, target: Console
17632026-08-17T20:07:45.042ZAug 17 20:07:44.403 INFO Starting download, target: Cockroach
17642026-08-17T20:07:45.042ZAug 17 20:07:44.403 INFO Starting download, target: DendriteStub
17652026-08-17T20:07:45.043ZAug 17 20:07:44.403 INFO Starting download, target: MaghemiteMgd
17662026-08-17T20:07:45.043ZAug 17 20:07:44.403 INFO Starting download, target: MaghemiteDdmd
17672026-08-17T20:07:45.043ZAug 17 20:07:44.403 INFO Starting download, target: TransceiverControl
17682026-08-17T20:07:45.043ZAug 17 20:07:44.404 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17692026-08-17T20:07:45.043ZAug 17 20:07:44.404 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17702026-08-17T20:07:45.043ZAug 17 20:07:44.404 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17712026-08-17T20:07:45.043ZAug 17 20:07:44.404 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17722026-08-17T20:07:45.043ZAug 17 20:07:44.404 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17732026-08-17T20:07:45.043ZAug 17 20:07:44.404 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17742026-08-17T20:07:45.043ZAug 17 20:07:44.404 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17752026-08-17T20:07:46.843ZAug 17 20:07:46.216 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17762026-08-17T20:07:46.911ZAug 17 20:07:46.286 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17772026-08-17T20:07:47.099ZAug 17 20:07:46.472 INFO Download complete, target: Console
17782026-08-17T20:07:47.365ZAug 17 20:07:46.732 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17792026-08-17T20:07:47.586ZAug 17 20:07:46.953 INFO Download complete, target: TransceiverControl
17802026-08-17T20:07:49.139ZAug 17 20:07:48.508 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17812026-08-17T20:07:49.295ZAug 17 20:07:48.657 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17822026-08-17T20:07:49.427ZAug 17 20:07:48.801 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17832026-08-17T20:07:50.191ZAug 17 20:07:49.566 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17842026-08-17T20:07:50.191ZAug 17 20:07:49.566 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17852026-08-17T20:07:51.144ZAug 17 20:07:50.516 INFO Download complete, target: MaghemiteDdmd
17862026-08-17T20:07:51.865ZAug 17 20:07:51.239 INFO Download complete, target: DendriteStub
17872026-08-17T20:07:52.105ZAug 17 20:07:51.474 INFO Download complete, target: MaghemiteMgd
17882026-08-17T20:07:53.952ZAug 17 20:07:53.325 INFO Checking that binary works, target: Clickhouse
17892026-08-17T20:07:54.054ZAug 17 20:07:53.413 INFO Download complete, target: Clickhouse
17902026-08-17T20:07:54.902ZAug 17 20:07:54.265 INFO Checking that binary works, target: Cockroach
17912026-08-17T20:07:55.021ZAug 17 20:07:54.389 INFO Download complete, target: Cockroach
17922026-08-17T20:07:55.033ZAll prerequisites installed successfully
17932026-08-17T20:07:55.033Z
17942026-08-17T20:07:55.033Zreal 1:54.775220599
17952026-08-17T20:07:55.033Zuser 7:10.011023019
17962026-08-17T20:07:55.034Zsys 1:43.754643354
17972026-08-17T20:07:55.034Ztrap 0.273266961
17982026-08-17T20:07:55.034Ztflt 0.926503554
17992026-08-17T20:07:55.034Zdflt 1.984804588
18002026-08-17T20:07:55.034Zkflt 0.028011148
18012026-08-17T20:07:55.034Zlock 28:24.339952543
18022026-08-17T20:07:55.034Zslp 19:40.931819854
18032026-08-17T20:07:55.034Zlat 25.906104402
18042026-08-17T20:07:55.034Zstop 3:25.532589718
18052026-08-17T20:07:55.034Z+ ptime -m cargo xtask download softnpu
18062026-08-17T20:07:55.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18072026-08-17T20:07:55.511Z Running `target/debug/xtask download softnpu`
18082026-08-17T20:07:56.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
18092026-08-17T20:07:56.351Z Running `target/debug/xtask-downloader softnpu`
18102026-08-17T20:07:56.394ZAug 17 20:07:55.766 INFO Starting download, target: Softnpu
18112026-08-17T20:07:56.398ZAug 17 20:07:55.767 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
18122026-08-17T20:07:57.098ZAug 17 20:07:56.473 INFO Download complete, target: Softnpu
18132026-08-17T20:07:57.102Z
18142026-08-17T20:07:57.102Zreal 2.074897643
18152026-08-17T20:07:57.102Zuser 1.332769977
18162026-08-17T20:07:57.103Zsys 0.620449189
18172026-08-17T20:07:57.103Ztrap 0.000646740
18182026-08-17T20:07:57.103Ztflt 0.000161870
18192026-08-17T20:07:57.103Zdflt 0.000339850
18202026-08-17T20:07:57.103Zkflt 0.000000000
18212026-08-17T20:07:57.103Zlock 13.623443704
18222026-08-17T20:07:57.103Zslp 0.568566754
18232026-08-17T20:07:57.103Zlat 0.086950619
18242026-08-17T20:07:57.103Zstop 0.000178590
18252026-08-17T20:07:57.107Z+ export CARGO_INCREMENTAL=0
18262026-08-17T20:07:57.107Z+ CARGO_INCREMENTAL=0
18272026-08-17T20:07:57.107Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18282026-08-17T20:07:58.004Z Compiling proc-macro2 v1.0.106
18292026-08-17T20:07:58.004Z Compiling quote v1.0.45
18302026-08-17T20:07:58.004Z Compiling unicode-ident v1.0.24
18312026-08-17T20:07:58.004Z Compiling libc v0.2.185
18322026-08-17T20:07:58.004Z Compiling serde_core v1.0.228
18332026-08-17T20:07:58.009Z Compiling serde v1.0.228
18342026-08-17T20:07:58.009Z Compiling cfg-if v1.0.4
18352026-08-17T20:07:58.009Z Compiling version_check v0.9.5
18362026-08-17T20:07:58.009Z Compiling autocfg v1.5.0
18372026-08-17T20:07:58.009Z Compiling find-msvc-tools v0.1.9
18382026-08-17T20:07:58.153Z Compiling shlex v1.3.0
18392026-08-17T20:07:58.157Z Compiling memchr v2.8.0
18402026-08-17T20:07:58.157Z Compiling zmij v1.0.21
18412026-08-17T20:07:58.157Z Compiling serde_json v1.0.151
18422026-08-17T20:07:58.252Z Compiling portable-atomic v1.13.1
18432026-08-17T20:07:58.268Z Compiling zerocopy v0.8.40
18442026-08-17T20:07:58.307Z Compiling libm v0.2.16
18452026-08-17T20:07:58.444Z Compiling getrandom v0.4.1
18462026-08-17T20:07:58.564Z Compiling generic-array v0.14.7
18472026-08-17T20:07:58.572Z Compiling parking_lot_core v0.9.12
18482026-08-17T20:07:58.688Z Compiling icu_properties_data v2.1.2
18492026-08-17T20:07:58.736Z Compiling smallvec v1.15.1
18502026-08-17T20:07:58.739Z Compiling icu_normalizer_data v2.1.1
18512026-08-17T20:07:58.749Z Compiling itoa v1.0.17
18522026-08-17T20:07:58.765Z Compiling log v0.4.29
18532026-08-17T20:07:58.793Z Compiling num-traits v0.2.19
18542026-08-17T20:07:58.875Z Compiling subtle v2.6.1
18552026-08-17T20:07:58.894Z Compiling pkg-config v0.3.32
18562026-08-17T20:07:58.952Z Compiling typenum v1.20.1
18572026-08-17T20:07:58.980Z Compiling stable_deref_trait v1.2.1
18582026-08-17T20:07:59.064Z Compiling jobserver v0.1.34
18592026-08-17T20:07:59.083Z Compiling getrandom v0.3.4
18602026-08-17T20:07:59.086Z Compiling errno v0.3.14
18612026-08-17T20:07:59.128Z Compiling scopeguard v1.2.0
18622026-08-17T20:07:59.131Z Compiling thiserror v2.0.18
18632026-08-17T20:07:59.174Z Compiling rustix v1.1.3
18642026-08-17T20:07:59.360Z Compiling cc v1.2.56
18652026-08-17T20:07:59.378Z Compiling lock_api v0.4.14
18662026-08-17T20:07:59.466Z Compiling rand_core v0.10.0
18672026-08-17T20:07:59.481Z Compiling getrandom v0.2.17
18682026-08-17T20:07:59.561Z Compiling heck v0.5.0
18692026-08-17T20:07:59.564Z Compiling equivalent v1.0.2
18702026-08-17T20:07:59.677Z Compiling rand_core v0.6.4
18712026-08-17T20:07:59.725Z Compiling critical-section v1.2.0
18722026-08-17T20:07:59.742Z Compiling syn v2.0.117
18732026-08-17T20:07:59.745Z Compiling pin-project-lite v0.2.17
18742026-08-17T20:07:59.771Z Compiling syn v1.0.109
18752026-08-17T20:07:59.858Z Compiling litemap v0.8.1
18762026-08-17T20:07:59.876Z Compiling percent-encoding v2.3.2
18772026-08-17T20:07:59.880Z Compiling writeable v0.6.2
18782026-08-17T20:07:59.947Z Compiling schemars v0.8.22
18792026-08-17T20:07:59.962Z Compiling hashbrown v0.17.0
18802026-08-17T20:08:00.031Z Compiling fs_extra v1.3.0
18812026-08-17T20:08:00.075Z Compiling dunce v1.0.5
18822026-08-17T20:08:00.092Z Compiling cmake v0.1.57
18832026-08-17T20:08:00.144Z Compiling once_cell v1.21.3
18842026-08-17T20:08:00.181Z Compiling rustversion v1.0.22
18852026-08-17T20:08:00.316Z Compiling byteorder v1.5.0
18862026-08-17T20:08:00.357Z Compiling strsim v0.11.1
18872026-08-17T20:08:00.390Z Compiling signal-hook-registry v1.4.8
18882026-08-17T20:08:00.539Z Compiling thiserror v1.0.69
18892026-08-17T20:08:00.543Z Compiling utf8_iter v1.0.4
18902026-08-17T20:08:00.586Z Compiling semver v1.0.28
18912026-08-17T20:08:00.663Z Compiling indexmap v2.14.0
18922026-08-17T20:08:00.666Z Compiling aws-lc-sys v0.40.0
18932026-08-17T20:08:00.714Z Compiling bitflags v2.11.0
18942026-08-17T20:08:00.820Z Compiling parking_lot v0.12.5
18952026-08-17T20:08:00.845Z Compiling form_urlencoded v1.2.2
18962026-08-17T20:08:00.883Z Compiling mio v1.2.0
18972026-08-17T20:08:00.907Z Compiling socket2 v0.6.3
18982026-08-17T20:08:01.040Z Compiling aws-lc-rs v1.16.3
18992026-08-17T20:08:01.161Z Compiling futures-core v0.3.32
19002026-08-17T20:08:01.233Z Compiling const-oid v0.9.6
19012026-08-17T20:08:01.364Z Compiling httparse v1.10.1
19022026-08-17T20:08:01.475Z Compiling ucd-trie v0.1.7
19032026-08-17T20:08:01.552Z Compiling crc32fast v1.5.0
19042026-08-17T20:08:01.686Z Compiling fnv v1.0.7
19052026-08-17T20:08:01.689Z Compiling regex-syntax v0.8.10
19062026-08-17T20:08:01.739Z Compiling pest v2.8.6
19072026-08-17T20:08:01.742Z Compiling vcpkg v0.2.15
19082026-08-17T20:08:01.818Z Compiling ident_case v1.0.1
19092026-08-17T20:08:01.837Z Compiling iana-time-zone v0.1.65
19102026-08-17T20:08:01.967Z Compiling uuid v1.23.4
19112026-08-17T20:08:02.009Z Compiling rustc_version v0.4.1
19122026-08-17T20:08:02.074Z Compiling futures-sink v0.3.32
19132026-08-17T20:08:02.128Z Compiling rustls v0.23.41
19142026-08-17T20:08:02.199Z Compiling futures-channel v0.3.32
19152026-08-17T20:08:02.342Z Compiling aho-corasick v1.1.4
19162026-08-17T20:08:02.359Z Compiling openssl-sys v0.9.117
19172026-08-17T20:08:02.451Z Compiling slab v0.4.12
19182026-08-17T20:08:02.469Z Compiling futures-io v0.3.32
19192026-08-17T20:08:02.550Z Compiling synstructure v0.13.2
19202026-08-17T20:08:02.568Z Compiling serde_derive_internals v0.29.1
19212026-08-17T20:08:02.597Z Compiling futures-task v0.3.32
19222026-08-17T20:08:02.782Z Compiling plain v0.2.3
19232026-08-17T20:08:02.860Z Compiling pest_meta v2.8.6
19242026-08-17T20:08:02.893Z Compiling dyn-clone v1.0.20
19252026-08-17T20:08:02.899Z Compiling radium v0.7.0
19262026-08-17T20:08:02.924Z Compiling time-core v0.1.8
19272026-08-17T20:08:02.930Z Compiling num-conv v0.2.0
19282026-08-17T20:08:03.037Z Compiling crossbeam-utils v0.8.21
19292026-08-17T20:08:03.089Z Compiling base64ct v1.8.3
19302026-08-17T20:08:03.108Z Compiling pretty-hex v0.4.1
19312026-08-17T20:08:03.125Z Compiling time-macros v0.2.27
19322026-08-17T20:08:03.177Z Compiling maybe-uninit v2.0.0
19332026-08-17T20:08:03.203Z Compiling regex-automata v0.4.14
19342026-08-17T20:08:03.266Z Compiling base64 v0.22.1
19352026-08-17T20:08:03.328Z Compiling openssl v0.10.80
19362026-08-17T20:08:03.344Z Compiling pem-rfc7468 v0.7.0
19372026-08-17T20:08:03.425Z Compiling flagset v0.4.7
19382026-08-17T20:08:03.456Z Compiling pest_generator v2.8.6
19392026-08-17T20:08:03.582Z Compiling darling_core v0.23.0
19402026-08-17T20:08:03.599Z Compiling rand_core v0.9.5
19412026-08-17T20:08:03.626Z Compiling bzip2-sys v0.1.13+1.0.8
19422026-08-17T20:08:03.762Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19432026-08-17T20:08:03.779Z Compiling ahash v0.8.12
19442026-08-17T20:08:03.798Z Compiling serde_derive v1.0.228
19452026-08-17T20:08:03.802Z Compiling zeroize_derive v1.5.0
19462026-08-17T20:08:03.802Z Compiling zerofrom-derive v0.1.6
19472026-08-17T20:08:03.846Z Compiling yoke-derive v0.8.1
19482026-08-17T20:08:03.862Z Compiling zerocopy-derive v0.8.40
19492026-08-17T20:08:03.949Z Compiling zerovec-derive v0.11.2
19502026-08-17T20:08:04.018Z Compiling displaydoc v0.2.5
19512026-08-17T20:08:04.034Z Compiling tokio-macros v2.7.0
19522026-08-17T20:08:04.083Z Compiling futures-macro v0.3.32
19532026-08-17T20:08:04.103Z Compiling thiserror-impl v2.0.18
19542026-08-17T20:08:04.121Z Compiling schemars_derive v0.8.22
19552026-08-17T20:08:04.155Z Compiling der_derive v0.7.3
19562026-08-17T20:08:04.352Z Compiling tracing-attributes v0.1.31
19572026-08-17T20:08:04.471Z Compiling zeroize v1.9.0
19582026-08-17T20:08:04.761Z Compiling thiserror-impl v1.0.69
19592026-08-17T20:08:04.848Z Compiling pest_derive v2.8.6
19602026-08-17T20:08:04.890Z Compiling futures-util v0.3.32
19612026-08-17T20:08:05.031Z Compiling zerofrom v0.1.6
19622026-08-17T20:08:05.191Z Compiling yoke v0.8.1
19632026-08-17T20:08:05.306Z Compiling crypto-common v0.1.7
19642026-08-17T20:08:05.322Z Compiling block-buffer v0.10.4
19652026-08-17T20:08:05.415Z Compiling zerovec v0.11.5
19662026-08-17T20:08:05.440Z Compiling zerotrie v0.2.3
19672026-08-17T20:08:05.533Z Compiling digest v0.10.7
19682026-08-17T20:08:05.575Z Compiling scroll_derive v0.13.1
19692026-08-17T20:08:05.688Z Compiling scroll_derive v0.12.1
19702026-08-17T20:08:05.739Z Compiling der v0.7.10
19712026-08-17T20:08:05.807Z Compiling openssl-macros v0.1.1
19722026-08-17T20:08:05.827Z Compiling native-tls v0.2.18
19732026-08-17T20:08:05.913Z Compiling anyhow v1.0.102
19742026-08-17T20:08:05.934Z Compiling packed_struct v0.10.1
19752026-08-17T20:08:06.008Z Compiling tinystr v0.8.2
19762026-08-17T20:08:06.065Z Compiling potential_utf v0.1.4
19772026-08-17T20:08:06.192Z Compiling icu_locale_core v2.1.1
19782026-08-17T20:08:06.217Z Compiling icu_collections v2.1.1
19792026-08-17T20:08:06.282Z Compiling num-bigint-dig v0.8.6
19802026-08-17T20:08:06.315Z Compiling darling_macro v0.23.0
19812026-08-17T20:08:06.362Z Compiling regex v1.12.3
19822026-08-17T20:08:06.447Z Compiling zerocopy-derive v0.7.35
19832026-08-17T20:08:06.600Z Compiling spki v0.7.3
19842026-08-17T20:08:06.816Z Compiling slog v2.8.2
19852026-08-17T20:08:06.864Z Compiling icu_provider v2.1.1
19862026-08-17T20:08:06.954Z Compiling bytes v1.11.1
19872026-08-17T20:08:07.043Z Compiling chrono v0.4.45
19882026-08-17T20:08:07.056Z Compiling serde_tokenstream v0.2.3
19892026-08-17T20:08:07.091Z Compiling tracing-core v0.1.36
19902026-08-17T20:08:07.176Z Compiling icu_normalizer v2.1.1
19912026-08-17T20:08:07.242Z Compiling icu_properties v2.1.2
19922026-08-17T20:08:07.458Z Compiling tokio v1.52.1
19932026-08-17T20:08:07.536Z Compiling http v1.4.2
19942026-08-17T20:08:07.552Z Compiling cookie v0.18.1
19952026-08-17T20:08:07.888Z Compiling camino v1.2.2
19962026-08-17T20:08:08.112Z Compiling ppv-lite86 v0.2.21
19972026-08-17T20:08:08.195Z Compiling idna_adapter v1.2.1
19982026-08-17T20:08:08.334Z Compiling idna v1.1.0
19992026-08-17T20:08:08.371Z Compiling cpufeatures v0.2.17
20002026-08-17T20:08:08.387Z Compiling utf8parse v0.2.2
20012026-08-17T20:08:08.459Z Compiling rand_chacha v0.9.0
20022026-08-17T20:08:08.478Z Compiling tracing v0.1.44
20032026-08-17T20:08:08.515Z Compiling toml_datetime v0.6.11
20042026-08-17T20:08:08.590Z Compiling serde_spanned v0.6.9
20052026-08-17T20:08:08.620Z Compiling url v2.5.8
20062026-08-17T20:08:08.659Z Compiling darling v0.23.0
20072026-08-17T20:08:08.707Z Compiling zerocopy-derive v0.6.6
20082026-08-17T20:08:08.732Z Compiling clap_derive v4.6.1
20092026-08-17T20:08:08.753Z Compiling bitfield-macros v0.19.4
20102026-08-17T20:08:08.842Z Compiling packed_struct_codegen v0.10.1
20112026-08-17T20:08:08.884Z Compiling indexmap v1.9.3
20122026-08-17T20:08:08.901Z Compiling anstyle v1.0.14
20132026-08-17T20:08:09.099Z Compiling paste v1.0.15
20142026-08-17T20:08:09.419Z Compiling rand v0.9.2
20152026-08-17T20:08:09.463Z Compiling http-body v1.0.1
20162026-08-17T20:08:09.502Z Compiling pkcs8 v0.10.2
20172026-08-17T20:08:09.637Z Compiling rustls-pki-types v1.14.0
20182026-08-17T20:08:09.771Z Compiling spin v0.9.8
20192026-08-17T20:08:09.792Z Compiling usdt-impl v0.5.0
20202026-08-17T20:08:09.849Z Compiling ref-cast v1.0.25
20212026-08-17T20:08:10.002Z Compiling cmov v0.5.4
20222026-08-17T20:08:10.028Z Compiling either v1.15.0
20232026-08-17T20:08:10.147Z Compiling openssl-probe v0.2.1
20242026-08-17T20:08:10.212Z Compiling anstyle-query v1.1.5
20252026-08-17T20:08:10.231Z Compiling fastrand v2.3.0
20262026-08-17T20:08:10.248Z Compiling colorchoice v1.0.4
20272026-08-17T20:08:10.286Z Compiling usdt-impl v0.6.0
20282026-08-17T20:08:10.327Z Compiling is_terminal_polyfill v1.70.2
20292026-08-17T20:08:10.341Z Compiling winnow v0.5.40
20302026-08-17T20:08:10.344Z Compiling tinyvec_macros v0.1.1
20312026-08-17T20:08:10.375Z Compiling ctutils v0.4.2
20322026-08-17T20:08:10.438Z Compiling tinyvec v1.10.0
20332026-08-17T20:08:10.555Z Compiling sha2 v0.10.9
20342026-08-17T20:08:10.655Z Compiling scroll v0.12.0
20352026-08-17T20:08:10.754Z Compiling scroll v0.13.0
20362026-08-17T20:08:10.758Z Compiling async-trait v0.1.89
20372026-08-17T20:08:10.923Z Compiling heapless v0.7.17
20382026-08-17T20:08:11.040Z Compiling zstd-safe v7.2.4
20392026-08-17T20:08:11.056Z Compiling litrs v1.0.0
20402026-08-17T20:08:11.072Z Compiling tower-layer v0.3.3
20412026-08-17T20:08:11.194Z Compiling atomic-waker v1.1.2
20422026-08-17T20:08:11.215Z Compiling tokio-util v0.7.18
20432026-08-17T20:08:11.260Z Compiling tower-service v0.3.3
20442026-08-17T20:08:11.275Z Compiling try-lock v0.2.5
20452026-08-17T20:08:11.353Z Compiling winnow v0.7.14
20462026-08-17T20:08:11.373Z Compiling winnow v1.0.3
20472026-08-17T20:08:11.404Z Compiling untrusted v0.7.1
20482026-08-17T20:08:11.490Z Compiling rustix v0.38.44
20492026-08-17T20:08:11.525Z Compiling signal-hook v0.3.18
20502026-08-17T20:08:11.547Z Compiling document-features v0.2.12
20512026-08-17T20:08:11.680Z Compiling toml_edit v0.19.15
20522026-08-17T20:08:11.725Z Compiling want v0.3.1
20532026-08-17T20:08:11.759Z Compiling tempfile v3.25.0
20542026-08-17T20:08:11.998Z Compiling h2 v0.4.15
20552026-08-17T20:08:12.154Z Compiling goblin v0.10.5
20562026-08-17T20:08:12.296Z Compiling toml_parser v1.1.2+spec-1.1.0
20572026-08-17T20:08:12.311Z Compiling goblin v0.8.2
20582026-08-17T20:08:12.358Z Compiling hybrid-array v0.4.13
20592026-08-17T20:08:12.560Z Compiling itertools v0.15.0
20602026-08-17T20:08:12.814Z Compiling anstyle-parse v1.0.0
20612026-08-17T20:08:12.876Z Compiling zerocopy v0.7.35
20622026-08-17T20:08:13.023Z Compiling ipnet v2.11.0
20632026-08-17T20:08:13.139Z Compiling daft-derive v0.1.7
20642026-08-17T20:08:13.230Z Compiling structmeta-derive v0.3.0
20652026-08-17T20:08:13.274Z Compiling ref-cast-impl v1.0.25
20662026-08-17T20:08:13.466Z Compiling darling_core v0.20.11
20672026-08-17T20:08:13.487Z Compiling curve25519-dalek v4.1.3
20682026-08-17T20:08:13.563Z Compiling memoffset v0.9.1
20692026-08-17T20:08:13.757Z Compiling simd-adler32 v0.3.8
20702026-08-17T20:08:13.862Z Compiling powerfmt v0.2.0
20712026-08-17T20:08:13.882Z Compiling tap v1.0.1
20722026-08-17T20:08:13.909Z Compiling untrusted v0.9.0
20732026-08-17T20:08:14.019Z Compiling foreign-types-shared v0.1.1
20742026-08-17T20:08:14.049Z Compiling httpdate v1.0.3
20752026-08-17T20:08:14.064Z Compiling deranged v0.5.8
20762026-08-17T20:08:14.122Z Compiling foreign-types v0.3.2
20772026-08-17T20:08:14.164Z Compiling wyz v0.5.1
20782026-08-17T20:08:14.207Z Compiling structmeta v0.3.0
20792026-08-17T20:08:14.266Z Compiling anstream v1.0.0
20802026-08-17T20:08:14.402Z Compiling unicode-normalization v0.1.25
20812026-08-17T20:08:14.573Z Compiling dof v0.3.0
20822026-08-17T20:08:14.647Z Compiling dtrace-parser v0.2.0
20832026-08-17T20:08:14.902Z Compiling dof v0.4.0
20842026-08-17T20:08:14.960Z Compiling rand_chacha v0.3.1
20852026-08-17T20:08:15.209Z Compiling hyper v1.10.1
20862026-08-17T20:08:15.226Z Compiling hex v0.4.3
20872026-08-17T20:08:15.262Z Compiling signature v2.2.0
20882026-08-17T20:08:15.278Z Compiling dtrace-parser v0.3.0
20892026-08-17T20:08:15.353Z Compiling terminal_size v0.4.3
20902026-08-17T20:08:15.415Z Compiling pin-project-internal v1.1.11
20912026-08-17T20:08:15.469Z Compiling darling_macro v0.20.11
20922026-08-17T20:08:15.515Z Compiling num-integer v0.1.46
20932026-08-17T20:08:15.544Z Compiling thread-id v4.2.2
20942026-08-17T20:08:15.645Z Compiling thread-id v5.1.0
20952026-08-17T20:08:15.746Z Compiling wait-timeout v0.2.1
20962026-08-17T20:08:15.844Z Compiling bit-vec v0.8.0
20972026-08-17T20:08:15.887Z Compiling num_threads v0.1.7
20982026-08-17T20:08:15.905Z Compiling funty v2.0.0
20992026-08-17T20:08:15.921Z Compiling clap_lex v1.0.0
21002026-08-17T20:08:15.999Z Compiling cfg_aliases v0.2.1
21012026-08-17T20:08:16.078Z Compiling smoltcp v0.9.1
21022026-08-17T20:08:16.095Z Compiling quick-error v1.2.3
21032026-08-17T20:08:16.166Z Compiling adler2 v2.0.1
21042026-08-17T20:08:16.199Z Compiling nix v0.31.2
21052026-08-17T20:08:16.233Z Compiling rusty-fork v0.3.1
21062026-08-17T20:08:16.255Z Compiling bitvec v1.0.1
21072026-08-17T20:08:16.295Z Compiling time v0.3.47
21082026-08-17T20:08:16.319Z Compiling hyper-util v0.1.20
21092026-08-17T20:08:16.404Z Compiling miniz_oxide v0.8.9
21102026-08-17T20:08:16.422Z Compiling clap_builder v4.6.0
21112026-08-17T20:08:16.439Z Compiling bit-set v0.8.0
21122026-08-17T20:08:16.443Z Compiling darling v0.20.11
21132026-08-17T20:08:16.506Z Compiling num-iter v0.1.45
21142026-08-17T20:08:16.642Z Compiling rand v0.8.6
21152026-08-17T20:08:17.024Z Compiling ipnetwork v0.21.1
21162026-08-17T20:08:17.059Z Compiling lazy_static v1.5.0
21172026-08-17T20:08:17.104Z Compiling anstyle-parse v0.2.7
21182026-08-17T20:08:17.216Z Compiling hmac v0.12.1
21192026-08-17T20:08:17.350Z Compiling curve25519-dalek-derive v0.1.1
21202026-08-17T20:08:17.379Z Compiling rand_xorshift v0.4.0
21212026-08-17T20:08:17.431Z Compiling sync_wrapper v1.0.2
21222026-08-17T20:08:17.706Z Compiling siphasher v1.0.2
21232026-08-17T20:08:17.724Z Compiling crc-catalog v2.4.0
21242026-08-17T20:08:17.909Z Compiling nodrop v0.1.14
21252026-08-17T20:08:17.975Z Compiling zlib-rs v0.6.2
21262026-08-17T20:08:18.020Z Compiling unarray v0.1.4
21272026-08-17T20:08:18.146Z Compiling proptest v1.11.0
21282026-08-17T20:08:18.494Z Compiling array-init v0.0.4
21292026-08-17T20:08:18.714Z Compiling clap v4.6.1
21302026-08-17T20:08:18.812Z Compiling crc v3.4.0
21312026-08-17T20:08:19.101Z Compiling tower v0.5.3
21322026-08-17T20:08:19.336Z Compiling anstream v0.6.21
21332026-08-17T20:08:19.488Z Compiling smallvec v0.6.14
21342026-08-17T20:08:19.631Z Compiling derive_builder_core v0.20.2
21352026-08-17T20:08:19.740Z Compiling pkcs1 v0.7.5
21362026-08-17T20:08:20.023Z Compiling flate2 v1.1.9
21372026-08-17T20:08:20.039Z Compiling http-body-util v0.1.3
21382026-08-17T20:08:20.135Z Compiling zerocopy v0.6.6
21392026-08-17T20:08:20.154Z Compiling bitfield v0.19.4
21402026-08-17T20:08:20.207Z Compiling strum_macros v0.27.2
21412026-08-17T20:08:20.271Z Compiling snafu-derive v0.8.9
21422026-08-17T20:08:20.306Z Compiling strum_macros v0.26.4
21432026-08-17T20:08:20.420Z Compiling hubpack_derive v0.1.1
21442026-08-17T20:08:20.456Z Compiling env_filter v1.0.0
21452026-08-17T20:08:20.487Z Compiling fs-err v3.3.0
21462026-08-17T20:08:20.680Z Compiling hashbrown v0.12.3
21472026-08-17T20:08:20.709Z Compiling unicode-properties v0.1.4
21482026-08-17T20:08:20.742Z Compiling base64 v0.21.7
21492026-08-17T20:08:20.812Z Compiling ryu v1.0.23
21502026-08-17T20:08:20.880Z Compiling iri-string v0.7.10
21512026-08-17T20:08:20.995Z Compiling object v0.37.3
21522026-08-17T20:08:21.056Z Compiling unicode-bidi v0.3.18
21532026-08-17T20:08:21.071Z Compiling allocator-api2 v0.2.21
21542026-08-17T20:08:21.168Z Compiling unicode-segmentation v1.12.0
21552026-08-17T20:08:21.389Z Compiling stringprep v0.1.5
21562026-08-17T20:08:21.526Z Compiling ron v0.8.1
21572026-08-17T20:08:21.546Z Compiling serde_urlencoded v0.7.1
21582026-08-17T20:08:21.799Z Compiling env_logger v0.11.9
21592026-08-17T20:08:21.868Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21602026-08-17T20:08:21.913Z Compiling derive_builder_macro v0.20.2
21612026-08-17T20:08:21.943Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21622026-08-17T20:08:22.060Z Compiling tower-http v0.6.8
21632026-08-17T20:08:22.086Z Compiling rsa v0.9.10
21642026-08-17T20:08:22.124Z Compiling newtype-uuid v1.3.2
21652026-08-17T20:08:22.158Z Compiling oxnet v0.1.6
21662026-08-17T20:08:22.220Z Compiling serde-hex v0.1.0
21672026-08-17T20:08:22.254Z Compiling hashbrown v0.13.2
21682026-08-17T20:08:22.366Z Compiling tokio-native-tls v0.3.1
21692026-08-17T20:08:22.413Z Compiling bzip2 v0.4.4
21702026-08-17T20:08:22.445Z Compiling usdt-attr-macro v0.6.0
21712026-08-17T20:08:22.507Z Compiling usdt-macro v0.6.0
21722026-08-17T20:08:22.524Z Compiling derive-ex v0.1.8
21732026-08-17T20:08:22.556Z Compiling crypto-common v0.2.2
21742026-08-17T20:08:22.579Z Compiling block-buffer v0.12.1
21752026-08-17T20:08:22.627Z Compiling block-padding v0.4.2
21762026-08-17T20:08:22.791Z Compiling rustls-native-certs v0.8.3
21772026-08-17T20:08:22.970Z Compiling erased-serde v0.3.31
21782026-08-17T20:08:23.060Z Compiling x509-cert v0.2.5
21792026-08-17T20:08:23.258Z Compiling md-5 v0.10.6
21802026-08-17T20:08:23.308Z Compiling bstr v1.12.1
21812026-08-17T20:08:23.333Z Compiling vergen-lib v9.1.0
21822026-08-17T20:08:23.444Z Compiling hash32 v0.2.1
21832026-08-17T20:08:23.557Z Compiling encoding_rs v0.8.35
21842026-08-17T20:08:23.587Z Compiling mime v0.3.17
21852026-08-17T20:08:23.896Z Compiling psl-types v2.0.11
21862026-08-17T20:08:23.915Z Compiling crc-any v2.5.0
21872026-08-17T20:08:23.944Z Compiling fallible-iterator v0.2.0
21882026-08-17T20:08:23.960Z Compiling cpufeatures v0.3.0
21892026-08-17T20:08:24.005Z Compiling test-strategy v0.4.5
21902026-08-17T20:08:24.039Z Compiling publicsuffix v2.3.0
21912026-08-17T20:08:24.291Z Compiling postgres-protocol v0.6.10
21922026-08-17T20:08:24.751Z Compiling inout v0.2.2
21932026-08-17T20:08:24.801Z Compiling object v0.30.4
21942026-08-17T20:08:24.874Z Compiling zip v0.6.6
21952026-08-17T20:08:24.887Z Compiling hyper-tls v0.6.0
21962026-08-17T20:08:24.892Z Compiling daft v0.1.7
21972026-08-17T20:08:24.928Z Compiling derive_builder v0.20.2
21982026-08-17T20:08:24.944Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21992026-08-17T20:08:25.025Z Compiling heck v0.4.1
22002026-08-17T20:08:25.078Z Compiling phf_shared v0.13.1
22012026-08-17T20:08:25.133Z Compiling pin-project v1.1.11
22022026-08-17T20:08:25.222Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22032026-08-17T20:08:25.286Z Compiling toml v0.7.8
22042026-08-17T20:08:25.378Z Compiling serde_with_macros v3.21.0
22052026-08-17T20:08:25.394Z Compiling futures-executor v0.3.32
22062026-08-17T20:08:25.494Z Compiling serde_repr v0.1.20
22072026-08-17T20:08:25.592Z Compiling enum-as-inner v0.6.1
22082026-08-17T20:08:25.649Z Compiling async-recursion v1.1.1
22092026-08-17T20:08:25.732Z Compiling vergen v9.1.0
22102026-08-17T20:08:25.826Z Compiling ff v0.13.1
22112026-08-17T20:08:25.855Z Compiling cargo-platform v0.3.2
22122026-08-17T20:08:25.981Z Compiling same-file v1.0.6
22132026-08-17T20:08:26.117Z Compiling managed v0.8.0
22142026-08-17T20:08:26.135Z Compiling libbz2-rs-sys v0.2.2
22152026-08-17T20:08:26.158Z Compiling foldhash v0.2.0
22162026-08-17T20:08:26.191Z Compiling bitflags v1.3.2
22172026-08-17T20:08:26.251Z Compiling foldhash v0.1.5
22182026-08-17T20:08:26.276Z Compiling jiff-core v0.1.0
22192026-08-17T20:08:26.405Z Compiling base16ct v0.2.0
22202026-08-17T20:08:26.567Z Compiling path-slash v0.1.5
22212026-08-17T20:08:26.609Z Compiling bumpalo v3.20.2
22222026-08-17T20:08:26.707Z Compiling sec1 v0.7.3
22232026-08-17T20:08:26.707Z Compiling bzip2 v0.6.1
22242026-08-17T20:08:26.835Z Compiling zopfli v0.8.3
22252026-08-17T20:08:26.861Z Compiling hashbrown v0.15.5
22262026-08-17T20:08:26.877Z Compiling hashbrown v0.16.1
22272026-08-17T20:08:26.993Z Compiling walkdir v2.5.0
22282026-08-17T20:08:27.168Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22292026-08-17T20:08:27.252Z Compiling jiff v0.2.34
22302026-08-17T20:08:27.284Z Compiling cargo_metadata v0.23.1
22312026-08-17T20:08:27.396Z Compiling group v0.13.0
22322026-08-17T20:08:27.519Z Compiling futures v0.3.32
22332026-08-17T20:08:27.931Z Compiling phf v0.13.1
22342026-08-17T20:08:27.954Z Compiling snafu v0.8.9
22352026-08-17T20:08:28.116Z Compiling reqwest v0.12.28
22362026-08-17T20:08:28.133Z Compiling cipher v0.5.2
22372026-08-17T20:08:28.292Z Compiling signal-hook-mio v0.2.5
22382026-08-17T20:08:28.322Z Compiling cookie_store v0.22.1
22392026-08-17T20:08:28.428Z Compiling postgres-types v0.2.12
22402026-08-17T20:08:28.428Z Compiling zstd v0.13.3
22412026-08-17T20:08:28.460Z Compiling globset v0.4.18
22422026-08-17T20:08:28.526Z Compiling strum v0.27.2
22432026-08-17T20:08:28.661Z Compiling hubpack v0.1.2
22442026-08-17T20:08:28.739Z Compiling phf_shared v0.11.3
22452026-08-17T20:08:28.777Z Compiling hkdf v0.12.4
22462026-08-17T20:08:28.876Z Compiling crossbeam-epoch v0.9.18
22472026-08-17T20:08:28.914Z Compiling byte-wrapper v0.1.0
22482026-08-17T20:08:28.933Z Compiling ed25519 v2.2.3
22492026-08-17T20:08:28.950Z Compiling olpc-cjson v0.1.4
22502026-08-17T20:08:29.173Z Compiling serde-big-array v0.5.1
22512026-08-17T20:08:29.207Z Compiling serde_plain v1.0.2
22522026-08-17T20:08:29.212Z Compiling pem v3.0.6
22532026-08-17T20:08:29.363Z Compiling crypto-bigint v0.5.5
22542026-08-17T20:08:29.469Z Compiling float-cmp v0.10.0
22552026-08-17T20:08:29.504Z Compiling memmap2 v0.9.10
22562026-08-17T20:08:29.557Z Compiling fixedbitset v0.5.7
22572026-08-17T20:08:29.638Z Compiling keccak v0.1.6
22582026-08-17T20:08:29.676Z Compiling normalize-line-endings v0.3.0
22592026-08-17T20:08:29.712Z Compiling difflib v0.4.0
22602026-08-17T20:08:29.727Z Compiling toml_write v0.1.2
22612026-08-17T20:08:29.759Z Compiling data-encoding v2.10.0
22622026-08-17T20:08:29.792Z Compiling new_debug_unreachable v1.0.6
22632026-08-17T20:08:29.819Z Compiling fixedbitset v0.4.2
22642026-08-17T20:08:29.850Z Compiling typed-path v0.9.3
22652026-08-17T20:08:29.866Z Compiling precomputed-hash v0.1.1
22662026-08-17T20:08:29.884Z Compiling static_assertions v1.1.0
22672026-08-17T20:08:29.962Z Compiling const-oid v0.10.2
22682026-08-17T20:08:30.042Z Compiling whoami v2.1.0
22692026-08-17T20:08:30.164Z Compiling predicates-core v1.0.10
22702026-08-17T20:08:30.182Z Compiling digest v0.11.3
22712026-08-17T20:08:30.309Z Compiling predicates v3.1.4
22722026-08-17T20:08:30.393Z Compiling elliptic-curve v0.13.8
22732026-08-17T20:08:30.396Z Compiling tokio-postgres v0.7.16
22742026-08-17T20:08:30.426Z Compiling hickory-proto v0.25.2
22752026-08-17T20:08:30.458Z Compiling petgraph v0.6.5
22762026-08-17T20:08:30.472Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22772026-08-17T20:08:30.757Z Compiling string_cache v0.8.9
22782026-08-17T20:08:30.808Z Compiling toml_edit v0.22.27
22792026-08-17T20:08:30.884Z Compiling chacha20 v0.10.0
22802026-08-17T20:08:30.914Z Compiling sha3 v0.10.8
22812026-08-17T20:08:30.996Z Compiling petgraph v0.8.3
22822026-08-17T20:08:31.150Z Compiling usdt v0.6.0
22832026-08-17T20:08:31.509Z Compiling zip v4.6.1
22842026-08-17T20:08:32.146Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
22852026-08-17T20:08:32.437Z Compiling ed25519-dalek v2.2.0
22862026-08-17T20:08:32.965Z Compiling crossterm v0.28.1
22872026-08-17T20:08:33.186Z Compiling iddqd v0.4.2
22882026-08-17T20:08:33.430Z Compiling serde_with v3.21.0
22892026-08-17T20:08:33.459Z Compiling similar v2.7.0
22902026-08-17T20:08:33.488Z Compiling strum v0.26.3
22912026-08-17T20:08:34.021Z Compiling tokio-stream v0.1.18
22922026-08-17T20:08:34.127Z Compiling buf-list v1.1.2
22932026-08-17T20:08:34.199Z Compiling itertools v0.13.0
22942026-08-17T20:08:34.294Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22952026-08-17T20:08:34.437Z Compiling openapiv3 v2.2.0
22962026-08-17T20:08:34.988Z Compiling peg-runtime v0.8.5
22972026-08-17T20:08:35.361Z Compiling lalrpop-util v0.19.12
22982026-08-17T20:08:51.744Z Compiling rustls-webpki v0.103.13
22992026-08-17T20:08:55.381Z Compiling tokio-rustls v0.26.4
23002026-08-17T20:08:55.486Z Compiling rustls-platform-verifier v0.6.2
23012026-08-17T20:08:55.532Z Compiling tough v0.22.0
23022026-08-17T20:08:55.664Z Compiling hyper-rustls v0.27.7
23032026-08-17T20:08:55.706Z Compiling macaddr v1.0.1
23042026-08-17T20:08:55.848Z Compiling rayon-core v1.13.0
23052026-08-17T20:08:55.888Z Compiling reqwest v0.13.2
23062026-08-17T20:08:55.985Z Compiling crucible-workspace-hack v0.1.0
23072026-08-17T20:08:56.012Z Compiling secrecy v0.10.3
23082026-08-17T20:08:56.028Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23092026-08-17T20:08:56.085Z Compiling heapless v0.8.0
23102026-08-17T20:08:56.130Z Compiling toml_datetime v0.7.5+spec-1.1.0
23112026-08-17T20:08:56.172Z Compiling crossbeam-deque v0.8.6
23122026-08-17T20:08:56.207Z Compiling ingot-macros v0.2.0
23132026-08-17T20:08:56.322Z Compiling toml_edit v0.23.10+spec-1.0.0
23142026-08-17T20:08:56.372Z Compiling inout v0.1.4
23152026-08-17T20:08:56.414Z Compiling hash32 v0.3.1
23162026-08-17T20:08:56.437Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23172026-08-17T20:08:56.560Z Compiling multer v3.1.0
23182026-08-17T20:08:56.593Z Compiling thread_local v1.1.9
23192026-08-17T20:08:56.601Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23202026-08-17T20:08:56.619Z Compiling unicode-width v0.2.0
23212026-08-17T20:08:56.708Z Compiling slog-async v2.8.0
23222026-08-17T20:08:56.775Z Compiling smoltcp v0.11.0
23232026-08-17T20:08:56.839Z Compiling compression-core v0.4.31
23242026-08-17T20:08:56.930Z Compiling match_cfg v0.1.0
23252026-08-17T20:08:56.948Z Compiling proc-macro-crate v3.4.0
23262026-08-17T20:08:56.967Z Compiling compression-codecs v0.4.37
23272026-08-17T20:08:57.025Z Compiling hostname v0.3.1
23282026-08-17T20:08:57.118Z Compiling cipher v0.4.4
23292026-08-17T20:08:57.205Z Compiling atomicwrites v0.4.4
23302026-08-17T20:08:57.231Z Compiling slog-json v2.6.1
23312026-08-17T20:08:57.329Z Compiling crossbeam-channel v0.5.15
23322026-08-17T20:08:57.403Z Compiling half v2.7.1
23332026-08-17T20:08:57.408Z Compiling newtype-uuid-macros v0.1.0
23342026-08-17T20:08:57.437Z Compiling cobs v0.3.0
23352026-08-17T20:08:57.522Z Compiling universal-hash v0.5.1
23362026-08-17T20:08:57.549Z Compiling async-stream-impl v0.3.6
23372026-08-17T20:08:57.650Z Compiling thiserror-impl-no-std v2.0.2
23382026-08-17T20:08:57.684Z Compiling toml_datetime v1.1.1+spec-1.1.0
23392026-08-17T20:08:57.727Z Compiling serde_spanned v1.1.1
23402026-08-17T20:08:57.759Z Compiling is-terminal v0.4.17
23412026-08-17T20:08:57.926Z Compiling proc-macro-error-attr v1.0.4
23422026-08-17T20:08:57.930Z Compiling dropshot v0.17.1
23432026-08-17T20:08:58.039Z Compiling toml_writer v1.1.1+spec-1.1.0
23442026-08-17T20:08:58.167Z Compiling opaque-debug v0.3.1
23452026-08-17T20:08:58.182Z Compiling convert_case v0.4.0
23462026-08-17T20:08:58.182Z Compiling take_mut v0.2.2
23472026-08-17T20:08:58.182Z Compiling ciborium-io v0.2.2
23482026-08-17T20:08:58.215Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
23492026-08-17T20:08:58.228Z Compiling term v1.2.1
23502026-08-17T20:08:58.301Z Compiling ciborium-ll v0.2.2
23512026-08-17T20:08:58.308Z Compiling toml v1.1.2+spec-1.1.0
23522026-08-17T20:08:58.338Z Compiling poly1305 v0.8.0
23532026-08-17T20:08:58.502Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23542026-08-17T20:08:58.515Z Compiling derive_more v0.99.20
23552026-08-17T20:08:58.588Z Compiling slog-term v2.9.2
23562026-08-17T20:08:58.628Z Compiling async-stream v0.3.6
23572026-08-17T20:08:58.659Z Compiling thiserror-no-std v2.0.2
23582026-08-17T20:08:58.799Z Compiling ingot-types v0.2.0
23592026-08-17T20:08:58.830Z Compiling postcard v1.1.3
23602026-08-17T20:08:58.986Z Compiling num_enum_derive v0.7.6
23612026-08-17T20:08:59.090Z Compiling slog-bunyan v2.5.0
23622026-08-17T20:08:59.151Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23632026-08-17T20:08:59.245Z Compiling ingot v0.2.1
23642026-08-17T20:08:59.297Z Compiling chacha20 v0.9.1
23652026-08-17T20:08:59.324Z Compiling async-compression v0.4.41
23662026-08-17T20:08:59.513Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
23672026-08-17T20:08:59.572Z Compiling sha1 v0.11.0
23682026-08-17T20:08:59.822Z Compiling parse-display-derive v0.10.0
23692026-08-17T20:08:59.868Z Compiling proc-macro-crate v1.3.1
23702026-08-17T20:08:59.958Z Compiling waitgroup v0.1.2
23712026-08-17T20:09:00.042Z Compiling backon v1.6.0
23722026-08-17T20:09:00.122Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23732026-08-17T20:09:00.146Z Compiling rustls-pemfile v2.2.0
23742026-08-17T20:09:00.176Z Compiling dropshot_endpoint v0.17.1
23752026-08-17T20:09:00.236Z Compiling password-hash v0.5.0
23762026-08-17T20:09:00.321Z Compiling blake2 v0.10.6
23772026-08-17T20:09:00.440Z Compiling aead v0.5.2
23782026-08-17T20:09:00.569Z Compiling foreign-types-macros v0.2.3
23792026-08-17T20:09:00.667Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
23802026-08-17T20:09:00.688Z Compiling serde_path_to_error v0.1.20
23812026-08-17T20:09:00.777Z Compiling hostname v0.4.2
23822026-08-17T20:09:00.861Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
23832026-08-17T20:09:00.954Z Compiling proc-macro-error v1.0.4
23842026-08-17T20:09:01.064Z Compiling instant v0.1.13
23852026-08-17T20:09:01.092Z Compiling foreign-types-shared v0.3.1
23862026-08-17T20:09:01.128Z Compiling debug-ignore v1.0.5
23872026-08-17T20:09:01.169Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
23882026-08-17T20:09:01.221Z Compiling foreign-types v0.5.0
23892026-08-17T20:09:01.229Z Compiling backoff v0.4.0
23902026-08-17T20:09:01.229Z Compiling chacha20poly1305 v0.10.1
23912026-08-17T20:09:01.269Z Compiling argon2 v0.5.3
23922026-08-17T20:09:01.311Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23932026-08-17T20:09:01.322Z Compiling parse-display v0.10.0
23942026-08-17T20:09:01.332Z Compiling num_enum_derive v0.5.11
23952026-08-17T20:09:01.351Z Compiling num_enum v0.7.6
23962026-08-17T20:09:01.389Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23972026-08-17T20:09:01.493Z Compiling vsss-rs v3.3.4
23982026-08-17T20:09:01.499Z Compiling ciborium v0.2.2
23992026-08-17T20:09:01.756Z Compiling tabwriter v1.4.1
24002026-08-17T20:09:01.808Z Compiling regress v0.10.5
24012026-08-17T20:09:01.831Z Compiling itertools v0.14.0
24022026-08-17T20:09:01.848Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24032026-08-17T20:09:02.116Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24042026-08-17T20:09:02.132Z Compiling cstr-argument v0.1.2
24052026-08-17T20:09:02.148Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24062026-08-17T20:09:02.276Z Compiling humantime v2.3.0
24072026-08-17T20:09:02.290Z Compiling num_enum v0.5.11
24082026-08-17T20:09:02.330Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24092026-08-17T20:09:02.404Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24102026-08-17T20:09:02.443Z Compiling rayon v1.11.0
24112026-08-17T20:09:02.467Z Compiling rand v0.10.1
24122026-08-17T20:09:02.502Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24132026-08-17T20:09:02.520Z Compiling libefi-sys v0.1.0
24142026-08-17T20:09:02.580Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24152026-08-17T20:09:02.662Z Compiling indent_write v2.2.0
24162026-08-17T20:09:02.696Z Compiling colored v3.1.1
24172026-08-17T20:09:02.708Z Compiling zone_cfg_derive v0.3.1
24182026-08-17T20:09:02.752Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24192026-08-17T20:09:02.752Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24202026-08-17T20:09:02.788Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24212026-08-17T20:09:02.836Z Compiling camino-tempfile v1.4.1
24222026-08-17T20:09:02.886Z Compiling itertools v0.12.1
24232026-08-17T20:09:02.904Z Compiling usdt-macro v0.5.0
24242026-08-17T20:09:03.024Z Compiling usdt-attr-macro v0.5.0
24252026-08-17T20:09:03.041Z Compiling bitfield-struct v0.6.2
24262026-08-17T20:09:03.248Z Compiling num-derive v0.4.2
24272026-08-17T20:09:03.248Z Compiling blake3 v1.8.5
24282026-08-17T20:09:03.331Z Compiling sigpipe v0.1.3
24292026-08-17T20:09:03.354Z Compiling memmap v0.7.0
24302026-08-17T20:09:03.359Z Compiling glob v0.3.3
24312026-08-17T20:09:03.379Z Compiling swrite v0.1.0
24322026-08-17T20:09:03.449Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24332026-08-17T20:09:03.508Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24342026-08-17T20:09:03.636Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24352026-08-17T20:09:03.687Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24362026-08-17T20:09:03.725Z Compiling smf v0.2.3
24372026-08-17T20:09:03.799Z Compiling usdt v0.5.0
24382026-08-17T20:09:03.870Z Compiling filetime v0.2.27
24392026-08-17T20:09:03.938Z Compiling whoami v1.6.1
24402026-08-17T20:09:04.050Z Compiling arrayvec v0.7.6
24412026-08-17T20:09:04.116Z Compiling xattr v1.6.1
24422026-08-17T20:09:04.135Z Compiling arrayref v0.3.9
24432026-08-17T20:09:04.150Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24442026-08-17T20:09:04.167Z Compiling zone v0.3.1
24452026-08-17T20:09:04.218Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24462026-08-17T20:09:04.294Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24472026-08-17T20:09:04.365Z Compiling constant_time_eq v0.4.2
24482026-08-17T20:09:04.365Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24492026-08-17T20:09:04.470Z Compiling tar v0.4.46
24502026-08-17T20:09:04.485Z Compiling tokio-dtrace v0.1.1
24512026-08-17T20:09:04.485Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24522026-08-17T20:09:04.524Z Compiling console v0.16.2
24532026-08-17T20:09:04.628Z Compiling gethostname v0.5.0
24542026-08-17T20:09:04.758Z Compiling unit-prefix v0.5.2
24552026-08-17T20:09:04.782Z Compiling topological-sort v0.2.2
24562026-08-17T20:09:04.842Z Compiling oxide-tokio-rt v0.1.4
24572026-08-17T20:09:04.927Z Compiling toml v0.8.23
24582026-08-17T20:09:04.939Z Compiling indicatif v0.18.4
24592026-08-17T20:09:04.990Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24602026-08-17T20:09:05.023Z Compiling shell-words v1.1.1
24612026-08-17T20:09:14.342Z Compiling progenitor-client v0.14.0
24622026-08-17T20:09:14.342Z Compiling omicron-zone-package v0.12.3
24632026-08-17T20:09:14.577Z Compiling progenitor-extras v0.2.0
24642026-08-17T20:09:14.905Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24652026-08-17T20:09:14.985Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24662026-08-17T20:09:15.051Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24672026-08-17T20:09:15.101Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24682026-08-17T20:09:15.125Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24692026-08-17T20:09:15.172Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24702026-08-17T20:09:15.303Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24712026-08-17T20:09:15.381Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24722026-08-17T20:09:15.695Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24732026-08-17T20:09:19.402Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24742026-08-17T20:09:27.681Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24752026-08-17T20:09:30.930Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24762026-08-17T20:09:31.982Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24772026-08-17T20:09:41.353Z Finished `release` profile [optimized] target(s) in 1m 44s
24782026-08-17T20:09:41.501Z Running `target/release/omicron-package -t test target create -p dev`
24792026-08-17T20:09:41.563ZLogging to: /work/oxidecomputer/omicron/out/LOG
24802026-08-17T20:09:41.566ZCreated new build target 'test' and set it as active
24812026-08-17T20:09:41.567Z
24822026-08-17T20:09:41.567Zreal 1:44.458716334
24832026-08-17T20:09:41.567Zuser 17:19.703175416
24842026-08-17T20:09:41.567Zsys 2:43.970155188
24852026-08-17T20:09:41.567Ztrap 0.499895252
24862026-08-17T20:09:41.567Ztflt 2.351039991
24872026-08-17T20:09:41.567Zdflt 4.607803814
24882026-08-17T20:09:41.567Zkflt 0.000894190
24892026-08-17T20:09:41.567Zlock 56:31.360529087
24902026-08-17T20:09:41.567Zslp 44:17.279097198
24912026-08-17T20:09:41.567Zlat 51.169735139
24922026-08-17T20:09:41.567Zstop 6:04.625781403
24932026-08-17T20:09:41.570Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24942026-08-17T20:09:42.446Z Finished `release` profile [optimized] target(s) in 0.86s
24952026-08-17T20:09:42.520Z Running `target/release/omicron-package -t test package`
24962026-08-17T20:09:42.575ZLogging to: /work/oxidecomputer/omicron/out/LOG
24972026-08-17T20:09:43.997Z Compiling heck v0.5.0
24982026-08-17T20:09:43.997Z Compiling regress v0.11.1
24992026-08-17T20:09:44.222Z Compiling unsafe-libyaml v0.2.11
25002026-08-17T20:09:44.266Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25012026-08-17T20:09:44.292Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25022026-08-17T20:09:44.314Z Compiling derive-where v1.6.0
25032026-08-17T20:09:44.318Z Compiling bytecount v0.6.9
25042026-08-17T20:09:44.357Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25052026-08-17T20:09:44.360Z Compiling atomicwrites v0.4.4
25062026-08-17T20:09:44.360Z Compiling is-terminal v0.4.17
25072026-08-17T20:09:44.360Z Compiling prettyplease v0.2.37
25082026-08-17T20:09:44.360Z Compiling console v0.15.11
25092026-08-17T20:09:44.360Z Compiling newline-converter v0.3.0
25102026-08-17T20:09:44.440Z Compiling slog-dtrace v0.3.0
25112026-08-17T20:09:44.503Z Compiling resolv-conf v0.7.6
25122026-08-17T20:09:44.525Z Compiling num-rational v0.4.2
25132026-08-17T20:09:44.551Z Compiling num-complex v0.4.6
25142026-08-17T20:09:44.556Z Compiling thread_local v1.1.9
25152026-08-17T20:09:44.556Z Compiling match_cfg v0.1.0
25162026-08-17T20:09:44.665Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25172026-08-17T20:09:44.688Z Compiling cancel-safe-futures v0.1.5
25182026-08-17T20:09:44.759Z Compiling unicode-width v0.1.14
25192026-08-17T20:09:44.797Z Compiling serde_yaml v0.9.34+deprecated
25202026-08-17T20:09:44.825Z Compiling expectorate v1.2.0
25212026-08-17T20:09:44.950Z Compiling compression-core v0.4.31
25222026-08-17T20:09:45.057Z Compiling num v0.4.3
25232026-08-17T20:09:45.081Z Compiling compression-codecs v0.4.37
25242026-08-17T20:09:45.101Z Compiling hostname v0.3.1
25252026-08-17T20:09:45.104Z Compiling multer v3.1.0
25262026-08-17T20:09:45.140Z Compiling slog-async v2.8.0
25272026-08-17T20:09:45.143Z Compiling crossbeam-channel v0.5.15
25282026-08-17T20:09:45.183Z Compiling slog-json v2.6.1
25292026-08-17T20:09:45.208Z Compiling toml_datetime v1.1.1+spec-1.1.0
25302026-08-17T20:09:45.231Z Compiling serde_spanned v1.1.1
25312026-08-17T20:09:45.257Z Compiling term v1.2.1
25322026-08-17T20:09:45.337Z Compiling linked-hash-map v0.5.6
25332026-08-17T20:09:45.409Z Compiling toml_writer v1.1.1+spec-1.1.0
25342026-08-17T20:09:45.431Z Compiling take_mut v0.2.2
25352026-08-17T20:09:45.496Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25362026-08-17T20:09:45.519Z Compiling oxide-update-engine-types v0.1.2
25372026-08-17T20:09:45.543Z Compiling float-ord v0.3.2
25382026-08-17T20:09:45.543Z Compiling slog-term v2.9.2
25392026-08-17T20:09:45.586Z Compiling lru-cache v0.1.2
25402026-08-17T20:09:45.626Z Compiling toml v1.1.2+spec-1.1.0
25412026-08-17T20:09:45.629Z Compiling slog-bunyan v2.5.0
25422026-08-17T20:09:45.668Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25432026-08-17T20:09:45.706Z Compiling async-compression v0.4.41
25442026-08-17T20:09:45.727Z Compiling typify-impl v0.6.2
25452026-08-17T20:09:46.039Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25462026-08-17T20:09:46.061Z Compiling async-stream v0.3.6
25472026-08-17T20:09:46.082Z Compiling dropshot v0.17.1
25482026-08-17T20:09:46.145Z Compiling sha1 v0.11.0
25492026-08-17T20:09:46.175Z Compiling progenitor-client v0.14.0
25502026-08-17T20:09:46.197Z Compiling waitgroup v0.1.2
25512026-08-17T20:09:46.221Z Compiling rustls-pemfile v2.2.0
25522026-08-17T20:09:46.242Z Compiling backon v1.6.0
25532026-08-17T20:09:46.264Z Compiling serde_path_to_error v0.1.20
25542026-08-17T20:09:46.361Z Compiling hostname v0.4.2
25552026-08-17T20:09:46.418Z Compiling instant v0.1.13
25562026-08-17T20:09:46.439Z Compiling minimal-lexical v0.2.1
25572026-08-17T20:09:46.474Z Compiling debug-ignore v1.0.5
25582026-08-17T20:09:46.495Z Compiling linear-map v1.2.0
25592026-08-17T20:09:46.526Z Compiling backoff v0.4.0
25602026-08-17T20:09:46.555Z Compiling progenitor-extras v0.2.0
25612026-08-17T20:09:46.632Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25622026-08-17T20:09:46.709Z Compiling nom v7.1.3
25632026-08-17T20:09:46.743Z Compiling oxide-update-engine v0.1.2
25642026-08-17T20:09:46.766Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25652026-08-17T20:09:46.791Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25662026-08-17T20:09:46.811Z Compiling parse-display v0.10.0
25672026-08-17T20:09:46.857Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25682026-08-17T20:09:46.911Z Compiling hickory-proto v0.24.4
25692026-08-17T20:09:47.340Z Compiling regress v0.10.5
25702026-08-17T20:09:47.477Z Compiling itertools v0.14.0
25712026-08-17T20:09:48.038Z Compiling macaddr v1.0.1
25722026-08-17T20:09:48.060Z Compiling humantime v2.3.0
25732026-08-17T20:09:48.088Z Compiling unicode-xid v0.2.6
25742026-08-17T20:09:48.283Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25752026-08-17T20:09:48.347Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25762026-08-17T20:09:48.471Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25772026-08-17T20:09:48.630Z Compiling convert_case v0.10.0
25782026-08-17T20:09:48.707Z Compiling owo-colors v4.3.0
25792026-08-17T20:09:48.732Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25802026-08-17T20:09:48.791Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25812026-08-17T20:09:48.918Z Compiling derive_more-impl v2.1.1
25822026-08-17T20:09:48.970Z Compiling toml v0.8.23
25832026-08-17T20:09:49.168Z Compiling typify-macro v0.6.2
25842026-08-17T20:09:49.339Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25852026-08-17T20:09:49.439Z Compiling hickory-resolver v0.24.4
25862026-08-17T20:09:49.516Z Compiling papergrid v0.11.0
25872026-08-17T20:09:49.568Z Compiling tabled_derive v0.7.0
25882026-08-17T20:09:49.720Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25892026-08-17T20:09:50.058Z Compiling derive_more v2.1.1
25902026-08-17T20:09:50.141Z Compiling termtree v0.5.1
25912026-08-17T20:09:50.172Z Compiling crossterm v0.29.0
25922026-08-17T20:09:50.345Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25932026-08-17T20:09:50.477Z Compiling phf_shared v0.12.1
25942026-08-17T20:09:50.667Z Compiling qorb v0.4.1
25952026-08-17T20:09:50.722Z Compiling tabled v0.15.0
25962026-08-17T20:09:50.743Z Compiling typify v0.6.2
25972026-08-17T20:09:51.030Z Compiling progenitor-impl v0.14.0
25982026-08-17T20:09:51.787Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25992026-08-17T20:09:52.365Z Compiling vte v0.14.1
26002026-08-17T20:09:52.634Z Compiling csv-core v0.1.13
26012026-08-17T20:09:52.998Z Compiling chrono-tz v0.10.4
26022026-08-17T20:09:53.071Z Compiling highway v1.3.0
26032026-08-17T20:09:53.187Z Compiling progenitor-macro v0.14.0
26042026-08-17T20:09:53.778Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26052026-08-17T20:09:54.279Z Compiling csv v1.4.0
26062026-08-17T20:09:54.743Z Compiling strip-ansi-escapes v0.2.1
26072026-08-17T20:09:54.778Z Compiling phf v0.12.1
26082026-08-17T20:09:54.906Z Compiling const_format_proc_macros v0.2.34
26092026-08-17T20:09:55.003Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26102026-08-17T20:09:55.234Z Compiling fd-lock v4.0.4
26112026-08-17T20:09:55.305Z Compiling peg-macros v0.8.5
26122026-08-17T20:09:55.490Z Compiling nu-ansi-term v0.50.3
26132026-08-17T20:09:55.674Z Compiling const_format v0.2.35
26142026-08-17T20:09:55.727Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26152026-08-17T20:09:55.824Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
26162026-08-17T20:09:55.896Z Compiling reedline v0.40.0
26172026-08-17T20:09:56.554Z Compiling peg v0.8.5
26182026-08-17T20:09:56.683Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26192026-08-17T20:09:56.703Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26202026-08-17T20:09:57.296Z Compiling progenitor v0.14.0
26212026-08-17T20:09:57.484Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26222026-08-17T20:09:57.677Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26232026-08-17T20:09:57.730Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26242026-08-17T20:09:57.919Z Compiling bcs v0.1.6
26252026-08-17T20:09:58.346Z Compiling nom v8.0.0
26262026-08-17T20:09:58.707Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
26272026-08-17T20:09:59.006Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26282026-08-17T20:09:59.192Z Compiling semver v0.1.20
26292026-08-17T20:09:59.500Z Compiling rustc_version v0.1.7
26302026-08-17T20:09:59.745Z Compiling newtype_derive v0.1.6
26312026-08-17T20:09:59.840Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26322026-08-17T20:09:59.932Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26332026-08-17T20:09:59.983Z Compiling smawk v0.3.2
26342026-08-17T20:10:00.104Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26352026-08-17T20:10:00.182Z Compiling unicode-linebreak v0.1.5
26362026-08-17T20:10:00.206Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26372026-08-17T20:10:00.230Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26382026-08-17T20:10:00.550Z Compiling textwrap v0.16.2
26392026-08-17T20:10:00.871Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26402026-08-17T20:10:01.049Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26412026-08-17T20:10:01.141Z Compiling steno v0.4.1
26422026-08-17T20:10:02.048Z Compiling dropshot-api-manager-types v0.8.0
26432026-08-17T20:10:02.088Z Compiling sha1 v0.10.6
26442026-08-17T20:10:02.583Z Compiling tagptr v0.2.0
26452026-08-17T20:10:02.632Z Compiling utf-8 v0.7.6
26462026-08-17T20:10:02.779Z Compiling moka v0.12.13
26472026-08-17T20:10:02.872Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26482026-08-17T20:10:02.899Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26492026-08-17T20:10:03.080Z Compiling tungstenite v0.21.0
26502026-08-17T20:10:03.319Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26512026-08-17T20:10:03.448Z Compiling darling_core v0.21.3
26522026-08-17T20:10:04.034Z Compiling hickory-resolver v0.25.2
26532026-08-17T20:10:05.207Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26542026-08-17T20:10:05.735Z Compiling tokio-tungstenite v0.21.0
26552026-08-17T20:10:06.012Z Compiling darling_macro v0.21.3
26562026-08-17T20:10:06.102Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26572026-08-17T20:10:06.125Z Compiling display-error-chain v0.2.2
26582026-08-17T20:10:06.148Z Compiling libscf-sys v1.2.0
26592026-08-17T20:10:06.250Z Compiling vergen-lib v0.1.6
26602026-08-17T20:10:06.301Z Compiling diesel_derives v2.3.7
26612026-08-17T20:10:06.389Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26622026-08-17T20:10:06.483Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26632026-08-17T20:10:06.528Z Compiling scheduled-thread-pool v0.2.7
26642026-08-17T20:10:06.550Z Compiling darling v0.21.3
26652026-08-17T20:10:06.572Z Compiling vergen-gitcl v1.0.8
26662026-08-17T20:10:06.634Z Compiling diesel_table_macro_syntax v0.3.0
26672026-08-17T20:10:06.688Z Compiling dsl_auto_type v0.2.0
26682026-08-17T20:10:06.779Z Compiling dirs-sys-next v0.1.2
26692026-08-17T20:10:06.827Z Compiling glob v0.3.3
26702026-08-17T20:10:06.895Z Compiling crunchy v0.2.4
26712026-08-17T20:10:07.052Z Compiling maplit v1.0.2
26722026-08-17T20:10:07.093Z Compiling dirs-next v2.0.0
26732026-08-17T20:10:07.210Z Compiling clang-sys v1.8.1
26742026-08-17T20:10:07.234Z Compiling r2d2 v0.8.10
26752026-08-17T20:10:07.278Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26762026-08-17T20:10:07.554Z Compiling papergrid v0.18.0
26772026-08-17T20:10:07.597Z Compiling tiny-keccak v2.0.2
26782026-08-17T20:10:07.618Z Compiling downcast-rs v2.0.2
26792026-08-17T20:10:07.944Z Compiling term v0.7.0
26802026-08-17T20:10:07.965Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26812026-08-17T20:10:08.287Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26822026-08-17T20:10:08.438Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26832026-08-17T20:10:08.518Z Compiling bit-vec v0.6.3
26842026-08-17T20:10:08.759Z Compiling tabled v0.21.0
26852026-08-17T20:10:09.345Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26862026-08-17T20:10:09.422Z Compiling bit-set v0.5.3
26872026-08-17T20:10:09.660Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26882026-08-17T20:10:09.705Z Compiling ascii-canvas v3.0.0
26892026-08-17T20:10:10.036Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26902026-08-17T20:10:10.205Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26912026-08-17T20:10:10.226Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26922026-08-17T20:10:10.448Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26932026-08-17T20:10:10.628Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26942026-08-17T20:10:10.692Z Compiling itertools v0.10.5
26952026-08-17T20:10:10.806Z Compiling ena v0.14.4
26962026-08-17T20:10:10.875Z Compiling libloading v0.8.9
26972026-08-17T20:10:11.045Z Compiling xshell-macros v0.2.7
26982026-08-17T20:10:11.105Z Compiling unicase v2.9.0
26992026-08-17T20:10:11.420Z Compiling regex-syntax v0.6.29
27002026-08-17T20:10:11.446Z Compiling diff v0.1.13
27012026-08-17T20:10:11.528Z Compiling bindgen v0.71.1
27022026-08-17T20:10:11.703Z Compiling xshell v0.2.7
27032026-08-17T20:10:11.894Z Compiling diesel v2.3.7
27042026-08-17T20:10:12.055Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27052026-08-17T20:10:12.578Z Compiling cexpr v0.6.0
27062026-08-17T20:10:12.987Z Compiling lalrpop v0.19.12
27072026-08-17T20:10:13.140Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27082026-08-17T20:10:13.191Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27092026-08-17T20:10:13.261Z Compiling rustc-hash v2.1.1
27102026-08-17T20:10:13.367Z Compiling crc8 v0.1.1
27112026-08-17T20:10:13.565Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27122026-08-17T20:10:13.703Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27132026-08-17T20:10:13.787Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27142026-08-17T20:10:14.306Z Compiling headers-core v0.3.0
27152026-08-17T20:10:14.330Z Compiling libxml v0.3.3
27162026-08-17T20:10:14.467Z Compiling headers v0.4.1
27172026-08-17T20:10:14.635Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27182026-08-17T20:10:14.730Z Compiling strum_macros v0.24.3
27192026-08-17T20:10:14.771Z Compiling indoc v1.0.9
27202026-08-17T20:10:14.952Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27212026-08-17T20:10:15.174Z Compiling derive_builder v0.20.2
27222026-08-17T20:10:15.214Z Compiling quick-xml v0.37.5
27232026-08-17T20:10:15.346Z Compiling oso-derive v0.27.3
27242026-08-17T20:10:15.844Z Compiling impl-trait-for-tuples v0.2.3
27252026-08-17T20:10:15.951Z Compiling openssl-probe v0.1.6
27262026-08-17T20:10:16.005Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27272026-08-17T20:10:16.082Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27282026-08-17T20:10:16.268Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27292026-08-17T20:10:16.291Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27302026-08-17T20:10:16.490Z Compiling bb8 v0.8.6
27312026-08-17T20:10:16.714Z Compiling trait-variant v0.1.2
27322026-08-17T20:10:16.740Z Compiling half v1.8.3
27332026-08-17T20:10:16.792Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27342026-08-17T20:10:16.872Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27352026-08-17T20:10:17.096Z Compiling serde_cbor v0.11.2
27362026-08-17T20:10:17.154Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27372026-08-17T20:10:17.178Z Compiling progenitor-impl v0.13.0
27382026-08-17T20:10:17.287Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27392026-08-17T20:10:17.902Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27402026-08-17T20:10:17.990Z Compiling nonempty v0.12.0
27412026-08-17T20:10:18.035Z Compiling samael v0.0.19
27422026-08-17T20:10:18.056Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27432026-08-17T20:10:18.100Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27442026-08-17T20:10:18.322Z Compiling progenitor-client v0.13.0
27452026-08-17T20:10:18.836Z Compiling fxhash v0.2.1
27462026-08-17T20:10:19.019Z Compiling libz-sys v1.1.24
27472026-08-17T20:10:19.346Z Compiling progenitor-macro v0.13.0
27482026-08-17T20:10:19.420Z Compiling salty v0.3.0
27492026-08-17T20:10:19.557Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27502026-08-17T20:10:19.725Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27512026-08-17T20:10:19.750Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27522026-08-17T20:10:19.937Z Compiling kstat-rs v0.2.5
27532026-08-17T20:10:20.402Z Compiling polar-core v0.27.3
27542026-08-17T20:10:20.602Z Compiling mime_guess v2.0.5
27552026-08-17T20:10:21.130Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27562026-08-17T20:10:21.985Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27572026-08-17T20:10:22.812Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27582026-08-17T20:10:22.834Z Compiling rfc6979 v0.4.0
27592026-08-17T20:10:23.022Z Compiling nanorand v0.7.0
27602026-08-17T20:10:23.118Z Compiling libgit2-sys v0.18.3+1.9.2
27612026-08-17T20:10:23.360Z Compiling parking_lot_core v0.8.6
27622026-08-17T20:10:23.396Z Compiling flume v0.11.1
27632026-08-17T20:10:23.494Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27642026-08-17T20:10:23.569Z Compiling progenitor v0.13.0
27652026-08-17T20:10:23.765Z Compiling ecdsa v0.16.9
27662026-08-17T20:10:23.793Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27672026-08-17T20:10:24.532Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27682026-08-17T20:10:24.609Z Compiling primeorder v0.13.6
27692026-08-17T20:10:24.749Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27702026-08-17T20:10:24.940Z Compiling git-stub v1.0.0
27712026-08-17T20:10:25.208Z Compiling strsim v0.10.0
27722026-08-17T20:10:25.513Z Compiling instability v0.3.11
27732026-08-17T20:10:25.724Z Compiling http-range v0.1.5
27742026-08-17T20:10:25.747Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27752026-08-17T20:10:26.038Z Compiling darling_core v0.13.4
27762026-08-17T20:10:26.060Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27772026-08-17T20:10:27.295Z Compiling git-stub-vcs v0.1.0
27782026-08-17T20:10:27.594Z Compiling p384 v0.13.1
27792026-08-17T20:10:28.112Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27802026-08-17T20:10:28.487Z Compiling ignore v0.4.25
27812026-08-17T20:10:28.542Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27822026-08-17T20:10:28.801Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
27832026-08-17T20:10:30.273Z Compiling oso v0.27.3
27842026-08-17T20:10:31.584Z Compiling async-bb8-diesel v0.2.1
27852026-08-17T20:10:32.033Z Compiling diesel-dtrace v0.5.0
27862026-08-17T20:10:32.199Z Compiling castaway v0.2.4
27872026-08-17T20:10:32.366Z Compiling vergen-git2 v9.1.0
27882026-08-17T20:10:32.387Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
27892026-08-17T20:10:32.606Z Compiling indoc v2.0.7
27902026-08-17T20:10:32.683Z Compiling compact_str v0.8.1
27912026-08-17T20:10:32.703Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
27922026-08-17T20:10:33.398Z Compiling globwalk v0.9.1
27932026-08-17T20:10:33.488Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27942026-08-17T20:10:33.733Z Compiling hyper-staticfile v0.10.1
27952026-08-17T20:10:33.780Z Compiling parking_lot v0.11.2
27962026-08-17T20:10:34.027Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27972026-08-17T20:10:34.072Z Compiling darling_macro v0.13.4
27982026-08-17T20:10:34.513Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27992026-08-17T20:10:34.698Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28002026-08-17T20:10:34.863Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28012026-08-17T20:10:34.888Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28022026-08-17T20:10:35.265Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28032026-08-17T20:10:35.332Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28042026-08-17T20:10:35.620Z Compiling predicates-tree v1.0.13
28052026-08-17T20:10:36.031Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28062026-08-17T20:10:36.248Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28072026-08-17T20:10:36.830Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28082026-08-17T20:10:36.912Z Compiling unicode-truncate v1.1.0
28092026-08-17T20:10:36.982Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28102026-08-17T20:10:37.099Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
28112026-08-17T20:10:37.123Z Compiling lru v0.12.5
28122026-08-17T20:10:37.241Z Compiling sha2 v0.11.0
28132026-08-17T20:10:37.304Z Compiling digest-io v0.1.0
28142026-08-17T20:10:37.354Z Compiling prefix-trie v0.7.0
28152026-08-17T20:10:37.481Z Compiling rand_seeder v0.4.0
28162026-08-17T20:10:37.741Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28172026-08-17T20:10:37.853Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
28182026-08-17T20:10:38.102Z Compiling illumos-nvpair-sys v0.2.0
28192026-08-17T20:10:38.207Z Compiling rawzip v0.4.4
28202026-08-17T20:10:38.326Z Compiling corncobs v0.1.4
28212026-08-17T20:10:38.348Z Compiling cassowary v0.3.0
28222026-08-17T20:10:38.577Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28232026-08-17T20:10:38.788Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28242026-08-17T20:10:39.313Z Compiling ratatui v0.29.0
28252026-08-17T20:10:39.884Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28262026-08-17T20:10:40.569Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28272026-08-17T20:10:40.594Z Compiling hickory-server v0.25.2
28282026-08-17T20:10:40.825Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28292026-08-17T20:10:41.071Z Compiling camino-tempfile-ext v0.3.3
28302026-08-17T20:10:41.635Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28312026-08-17T20:10:43.274Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28322026-08-17T20:10:43.968Z Compiling darling v0.13.4
28332026-08-17T20:10:44.061Z Compiling sled v0.34.7
28342026-08-17T20:10:44.223Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28352026-08-17T20:10:45.075Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28362026-08-17T20:10:45.604Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28372026-08-17T20:10:46.301Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28382026-08-17T20:10:46.394Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28392026-08-17T20:10:46.486Z Compiling secrecy v0.8.0
28402026-08-17T20:10:46.521Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28412026-08-17T20:10:46.776Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28422026-08-17T20:10:46.807Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28432026-08-17T20:10:47.571Z Compiling serde_with_macros v1.5.2
28442026-08-17T20:10:47.656Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28452026-08-17T20:10:48.389Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28462026-08-17T20:10:48.794Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28472026-08-17T20:10:48.990Z Compiling git2 v0.20.4
28482026-08-17T20:10:49.219Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28492026-08-17T20:10:49.582Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28502026-08-17T20:10:49.664Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28512026-08-17T20:10:49.895Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28522026-08-17T20:10:50.189Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28532026-08-17T20:10:50.334Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28542026-08-17T20:10:50.413Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28552026-08-17T20:10:50.502Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28562026-08-17T20:10:50.512Z Compiling arc-swap v1.8.2
28572026-08-17T20:10:50.638Z Compiling void v1.0.2
28582026-08-17T20:10:50.776Z Compiling lzss v0.8.2
28592026-08-17T20:10:50.871Z Compiling slog-scope v4.4.1
28602026-08-17T20:10:51.133Z Compiling illumos-nvpair v0.3.0
28612026-08-17T20:10:51.649Z Compiling serde_with v1.14.0
28622026-08-17T20:10:51.824Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28632026-08-17T20:10:51.989Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28642026-08-17T20:10:52.042Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28652026-08-17T20:10:52.180Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28662026-08-17T20:10:52.821Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28672026-08-17T20:10:53.956Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28682026-08-17T20:10:54.691Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28692026-08-17T20:10:54.737Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28702026-08-17T20:10:55.128Z Compiling scuffle v0.1.0
28712026-08-17T20:10:57.210Z Compiling tungstenite v0.23.0
28722026-08-17T20:10:57.652Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28732026-08-17T20:10:57.902Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28742026-08-17T20:10:58.752Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28752026-08-17T20:10:58.968Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28762026-08-17T20:10:59.196Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28772026-08-17T20:10:59.453Z Compiling nix v0.27.1
28782026-08-17T20:10:59.502Z Compiling twox-hash v2.1.2
28792026-08-17T20:10:59.616Z Compiling libsw-core v0.3.2
28802026-08-17T20:10:59.692Z Compiling serde_bytes v0.11.19
28812026-08-17T20:10:59.836Z Compiling atty v0.2.14
28822026-08-17T20:10:59.933Z Compiling libsw v3.5.0
28832026-08-17T20:11:00.037Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28842026-08-17T20:11:00.057Z Compiling tokio-tungstenite v0.23.1
28852026-08-17T20:11:00.080Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28862026-08-17T20:11:00.163Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28872026-08-17T20:11:00.450Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28882026-08-17T20:11:00.631Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
28892026-08-17T20:11:00.723Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28902026-08-17T20:11:01.850Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28912026-08-17T20:11:03.407Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28922026-08-17T20:11:03.485Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28932026-08-17T20:11:03.986Z Compiling slog-stdlog v4.1.1
28942026-08-17T20:11:04.120Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28952026-08-17T20:11:04.268Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28962026-08-17T20:11:04.380Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28972026-08-17T20:11:05.190Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28982026-08-17T20:11:05.214Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28992026-08-17T20:11:05.214Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29002026-08-17T20:11:05.879Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29012026-08-17T20:11:06.701Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
29022026-08-17T20:11:06.846Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
29032026-08-17T20:11:07.426Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29042026-08-17T20:11:09.476Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29052026-08-17T20:11:11.203Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29062026-08-17T20:11:11.807Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29072026-08-17T20:11:12.159Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29082026-08-17T20:11:12.237Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29092026-08-17T20:11:12.802Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29102026-08-17T20:11:12.951Z Compiling signal-hook-tokio v0.3.1
29112026-08-17T20:11:13.119Z Compiling fatfs v0.3.6
29122026-08-17T20:11:13.153Z Compiling yasna v0.5.2
29132026-08-17T20:11:14.405Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29142026-08-17T20:11:14.759Z Compiling is_ci v1.2.0
29152026-08-17T20:11:14.979Z Compiling assert_matches v1.5.0
29162026-08-17T20:11:15.090Z Compiling seq-macro v0.3.6
29172026-08-17T20:11:15.350Z Compiling supports-color v3.0.2
29182026-08-17T20:11:15.415Z Compiling rcgen v0.12.1
29192026-08-17T20:11:15.603Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29202026-08-17T20:11:15.658Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29212026-08-17T20:11:16.449Z Compiling slog-envlogger v2.2.0
29222026-08-17T20:11:17.571Z Compiling oxide-update-engine-display v0.1.2
29232026-08-17T20:11:18.091Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29242026-08-17T20:11:18.494Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29252026-08-17T20:11:19.108Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29262026-08-17T20:11:19.347Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29272026-08-17T20:11:19.580Z Compiling port-file v0.1.0
29282026-08-17T20:11:19.724Z Compiling subprocess v0.2.15
29292026-08-17T20:11:19.827Z Compiling rtoolbox v0.0.3
29302026-08-17T20:11:20.059Z Compiling rpassword v7.5.4
29312026-08-17T20:11:20.127Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29322026-08-17T20:11:20.671Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29332026-08-17T20:11:21.824Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29342026-08-17T20:11:21.882Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29352026-08-17T20:11:22.021Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29362026-08-17T20:11:24.055Z Compiling tui-tree-widget v0.23.1
29372026-08-17T20:11:24.346Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29382026-08-17T20:11:24.636Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29392026-08-17T20:11:25.505Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29402026-08-17T20:11:26.012Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29412026-08-17T20:11:26.038Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29422026-08-17T20:11:26.259Z Compiling uzers v0.12.2
29432026-08-17T20:11:27.701Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29442026-08-17T20:11:27.933Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29452026-08-17T20:11:28.962Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29462026-08-17T20:11:29.863Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29472026-08-17T20:11:30.557Z Compiling support-bundle-viewer v0.1.2
29482026-08-17T20:11:30.656Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29492026-08-17T20:11:32.395Z Compiling multimap v0.10.1
29502026-08-17T20:11:41.623Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29512026-08-17T20:11:45.066Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29522026-08-17T20:11:48.870Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29532026-08-17T20:11:52.654Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29542026-08-17T20:11:52.679Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29552026-08-17T20:21:16.478Z Finished `release` profile [optimized] target(s) in 11m 33s
29562026-08-17T20:22:13.349Z
29572026-08-17T20:22:13.349Zreal 12:31.750672663
29582026-08-17T20:22:13.349Zuser 1:22:41.266435442
29592026-08-17T20:22:13.349Zsys 3:36.986436008
29602026-08-17T20:22:13.349Ztrap 1.800624928
29612026-08-17T20:22:13.349Ztflt 1.754199526
29622026-08-17T20:22:13.349Zdflt 20.173857635
29632026-08-17T20:22:13.353Zkflt 0.005956622
29642026-08-17T20:22:13.353Zlock 9:16:42.583312285
29652026-08-17T20:22:13.353Zslp 2:24:43.528602508
29662026-08-17T20:22:13.353Zlat 2:35.577760728
29672026-08-17T20:22:13.353Zstop 5:26.940855480
29682026-08-17T20:22:13.353Z+ mapfile -t packages
29692026-08-17T20:22:13.353Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29702026-08-17T20:22:14.292Z Finished `release` profile [optimized] target(s) in 0.93s
29712026-08-17T20:22:14.380Z Running `target/release/omicron-package -t test list-outputs`
29722026-08-17T20:22:14.430ZLogging to: /work/oxidecomputer/omicron/out/LOG
29732026-08-17T20:22:14.444Z+ ptime -m cargo build --locked --release -p xtask
29742026-08-17T20:22:14.922Z Compiling libc v0.2.185
29752026-08-17T20:22:14.922Z Compiling serde_core v1.0.228
29762026-08-17T20:22:14.923Z Compiling serde v1.0.228
29772026-08-17T20:22:14.930Z Compiling rustix v1.1.3
29782026-08-17T20:22:14.930Z Compiling serde_json v1.0.151
29792026-08-17T20:22:14.931Z Compiling bitflags v2.11.0
29802026-08-17T20:22:14.931Z Compiling usdt-impl v0.5.0
29812026-08-17T20:22:15.015Z Compiling syn v2.0.117
29822026-08-17T20:22:15.032Z Compiling syn v1.0.109
29832026-08-17T20:22:15.122Z Compiling getrandom v0.4.1
29842026-08-17T20:22:15.128Z Compiling log v0.4.29
29852026-08-17T20:22:15.128Z Compiling indexmap v2.14.0
29862026-08-17T20:22:15.148Z Compiling fs-err v3.3.0
29872026-08-17T20:22:15.304Z Compiling once_cell v1.21.3
29882026-08-17T20:22:15.370Z Compiling heck v0.4.1
29892026-08-17T20:22:15.494Z Compiling anyhow v1.0.102
29902026-08-17T20:22:15.753Z Compiling thread-id v4.2.2
29912026-08-17T20:22:15.770Z Compiling errno v0.3.14
29922026-08-17T20:22:15.774Z Compiling memmap v0.7.0
29932026-08-17T20:22:16.475Z Compiling proc-macro-error v1.0.4
29942026-08-17T20:22:16.726Z Compiling terminal_size v0.4.3
29952026-08-17T20:22:16.727Z Compiling tempfile v3.25.0
29962026-08-17T20:22:16.745Z Compiling tabled_derive v0.7.0
29972026-08-17T20:22:16.817Z Compiling clap_builder v4.6.0
29982026-08-17T20:22:16.817Z Compiling textwrap v0.16.2
29992026-08-17T20:22:17.131Z Compiling camino v1.2.2
30002026-08-17T20:22:17.172Z Compiling cargo-platform v0.3.2
30012026-08-17T20:22:17.172Z Compiling semver v1.0.28
30022026-08-17T20:22:17.206Z Compiling pest_generator v2.8.6
30032026-08-17T20:22:17.422Z Compiling tabled v0.15.0
30042026-08-17T20:22:17.435Z Compiling camino-tempfile v1.4.1
30052026-08-17T20:22:17.725Z Compiling serde_derive v1.0.228
30062026-08-17T20:22:17.725Z Compiling thiserror-impl v1.0.69
30072026-08-17T20:22:17.728Z Compiling zerocopy-derive v0.7.35
30082026-08-17T20:22:17.728Z Compiling scroll_derive v0.12.1
30092026-08-17T20:22:17.728Z Compiling thiserror-impl v2.0.18
30102026-08-17T20:22:17.728Z Compiling clap_derive v4.6.1
30112026-08-17T20:22:17.790Z Compiling pest_derive v2.8.6
30122026-08-17T20:22:18.437Z Compiling scroll v0.12.0
30132026-08-17T20:22:18.545Z Compiling zerocopy v0.7.35
30142026-08-17T20:22:18.675Z Compiling goblin v0.8.2
30152026-08-17T20:22:18.859Z Compiling thiserror v1.0.69
30162026-08-17T20:22:18.976Z Compiling dtrace-parser v0.2.0
30172026-08-17T20:22:19.125Z Compiling thiserror v2.0.18
30182026-08-17T20:22:19.295Z Compiling clap v4.6.1
30192026-08-17T20:22:20.803Z Compiling dof v0.3.0
30202026-08-17T20:22:20.866Z Compiling toml_datetime v0.6.11
30212026-08-17T20:22:20.878Z Compiling serde_spanned v0.6.9
30222026-08-17T20:22:20.890Z Compiling serde_tokenstream v0.2.3
30232026-08-17T20:22:20.961Z Compiling macaddr v1.0.1
30242026-08-17T20:22:20.977Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30252026-08-17T20:22:21.043Z Compiling cargo_metadata v0.23.1
30262026-08-17T20:22:21.191Z Compiling toml_edit v0.22.27
30272026-08-17T20:22:21.600Z Compiling usdt-attr-macro v0.5.0
30282026-08-17T20:22:21.600Z Compiling usdt-macro v0.5.0
30292026-08-17T20:22:22.209Z Compiling usdt v0.5.0
30302026-08-17T20:22:22.692Z Compiling toml v0.8.23
30312026-08-17T20:22:23.126Z Compiling cargo_toml v0.21.0
30322026-08-17T20:22:27.527Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30332026-08-17T20:22:30.742Z Finished `release` profile [optimized] target(s) in 16.29s
30342026-08-17T20:22:30.849Z
30352026-08-17T20:22:30.849Zreal 16.381363930
30362026-08-17T20:22:30.849Zuser 2:04.947741425
30372026-08-17T20:22:30.849Zsys 13.455485168
30382026-08-17T20:22:30.852Ztrap 0.065563324
30392026-08-17T20:22:30.852Ztflt 0.394243408
30402026-08-17T20:22:30.852Zdflt 1.384992776
30412026-08-17T20:22:30.852Zkflt 0.000065490
30422026-08-17T20:22:30.852Zlock 4:41.035886075
30432026-08-17T20:22:30.852Zslp 2:39.470967853
30442026-08-17T20:22:30.852Zlat 4.558940845
30452026-08-17T20:22:30.852Zstop 16.647311641
30462026-08-17T20:22:30.852Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30472026-08-17T20:22:30.852Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30482026-08-17T20:22:30.852Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30492026-08-17T20:22:30.852Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30502026-08-17T20:22:30.852Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30512026-08-17T20:22:31.790Z Compiling match_cfg v0.1.0
30522026-08-17T20:22:31.790Z Compiling progenitor-client v0.14.0
30532026-08-17T20:22:31.790Z Compiling slog-json v2.6.1
30542026-08-17T20:22:31.790Z Compiling newtype-uuid-macros v0.1.0
30552026-08-17T20:22:31.793Z Compiling sha1 v0.11.0
30562026-08-17T20:22:31.793Z Compiling multer v3.1.0
30572026-08-17T20:22:31.793Z Compiling compression-core v0.4.31
30582026-08-17T20:22:31.793Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30592026-08-17T20:22:31.793Z Compiling debug-ignore v1.0.5
30602026-08-17T20:22:31.793Z Compiling async-stream-impl v0.3.6
30612026-08-17T20:22:31.939Z Compiling toml_datetime v1.1.1+spec-1.1.0
30622026-08-17T20:22:31.942Z Compiling serde_spanned v1.1.1
30632026-08-17T20:22:31.942Z Compiling dropshot v0.17.1
30642026-08-17T20:22:31.942Z Compiling toml_writer v1.1.1+spec-1.1.0
30652026-08-17T20:22:31.985Z Compiling waitgroup v0.1.2
30662026-08-17T20:22:31.989Z Compiling rustls-pemfile v2.2.0
30672026-08-17T20:22:32.095Z Compiling compression-codecs v0.4.37
30682026-08-17T20:22:32.113Z Compiling dropshot_endpoint v0.17.1
30692026-08-17T20:22:32.242Z Compiling serde_path_to_error v0.1.20
30702026-08-17T20:22:32.245Z Compiling hostname v0.3.1
30712026-08-17T20:22:32.296Z Compiling toml v1.1.2+spec-1.1.0
30722026-08-17T20:22:32.299Z Compiling hostname v0.4.2
30732026-08-17T20:22:32.299Z Compiling atomicwrites v0.4.4
30742026-08-17T20:22:32.299Z Compiling macaddr v1.0.1
30752026-08-17T20:22:32.387Z Compiling slog-bunyan v2.5.0
30762026-08-17T20:22:32.427Z Compiling async-compression v0.4.41
30772026-08-17T20:22:32.430Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30782026-08-17T20:22:32.430Z Compiling instant v0.1.13
30792026-08-17T20:22:32.482Z Compiling regress v0.10.5
30802026-08-17T20:22:32.485Z Compiling parse-display-derive v0.10.0
30812026-08-17T20:22:32.540Z Compiling backon v1.6.0
30822026-08-17T20:22:32.593Z Compiling backoff v0.4.0
30832026-08-17T20:22:32.596Z Compiling itertools v0.14.0
30842026-08-17T20:22:32.596Z Compiling humantime v2.3.0
30852026-08-17T20:22:32.645Z Compiling half v2.7.1
30862026-08-17T20:22:32.665Z Compiling crucible-workspace-hack v0.1.0
30872026-08-17T20:22:32.690Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30882026-08-17T20:22:32.709Z Compiling async-stream v0.3.6
30892026-08-17T20:22:32.750Z Compiling progenitor-extras v0.2.0
30902026-08-17T20:22:32.797Z Compiling ciborium-io v0.2.2
30912026-08-17T20:22:32.827Z Compiling regress v0.11.1
30922026-08-17T20:22:32.887Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30932026-08-17T20:22:32.906Z Compiling ciborium-ll v0.2.2
30942026-08-17T20:22:32.910Z Compiling convert_case v0.4.0
30952026-08-17T20:22:32.941Z Compiling secrecy v0.10.3
30962026-08-17T20:22:32.976Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30972026-08-17T20:22:32.995Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30982026-08-17T20:22:32.998Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30992026-08-17T20:22:33.029Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31002026-08-17T20:22:33.044Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31012026-08-17T20:22:33.062Z Compiling inout v0.1.4
31022026-08-17T20:22:33.131Z Compiling ciborium v0.2.2
31032026-08-17T20:22:33.148Z Compiling unsafe-libyaml v0.2.11
31042026-08-17T20:22:33.183Z Compiling thiserror-impl-no-std v2.0.2
31052026-08-17T20:22:33.247Z Compiling cipher v0.4.4
31062026-08-17T20:22:33.286Z Compiling universal-hash v0.5.1
31072026-08-17T20:22:33.306Z Compiling derive_more v0.99.20
31082026-08-17T20:22:33.357Z Compiling opaque-debug v0.3.1
31092026-08-17T20:22:33.389Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31102026-08-17T20:22:33.442Z Compiling poly1305 v0.8.0
31112026-08-17T20:22:33.458Z Compiling blake2 v0.10.6
31122026-08-17T20:22:33.522Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31132026-08-17T20:22:33.630Z Compiling chacha20 v0.9.1
31142026-08-17T20:22:33.660Z Compiling aead v0.5.2
31152026-08-17T20:22:33.723Z Compiling serde_yaml v0.9.34+deprecated
31162026-08-17T20:22:33.723Z Compiling password-hash v0.5.0
31172026-08-17T20:22:33.897Z Compiling indent_write v2.2.0
31182026-08-17T20:22:33.900Z Compiling chacha20poly1305 v0.10.1
31192026-08-17T20:22:33.930Z Compiling toml_datetime v0.7.5+spec-1.1.0
31202026-08-17T20:22:33.933Z Compiling num-derive v0.4.2
31212026-08-17T20:22:34.045Z Compiling argon2 v0.5.3
31222026-08-17T20:22:34.062Z Compiling heapless v0.8.0
31232026-08-17T20:22:34.085Z Compiling tabwriter v1.4.1
31242026-08-17T20:22:34.154Z Compiling toml_edit v0.23.10+spec-1.0.0
31252026-08-17T20:22:34.183Z Compiling ingot-macros v0.2.0
31262026-08-17T20:22:34.210Z Compiling hash32 v0.3.1
31272026-08-17T20:22:34.250Z Compiling parse-display v0.10.0
31282026-08-17T20:22:34.341Z Compiling smoltcp v0.11.0
31292026-08-17T20:22:34.395Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31302026-08-17T20:22:34.433Z Compiling typify-impl v0.6.2
31312026-08-17T20:22:34.606Z Compiling thiserror-no-std v2.0.2
31322026-08-17T20:22:34.624Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31332026-08-17T20:22:34.727Z Compiling vsss-rs v3.3.4
31342026-08-17T20:22:34.771Z Compiling proc-macro-crate v3.4.0
31352026-08-17T20:22:34.935Z Compiling cobs v0.3.0
31362026-08-17T20:22:34.953Z Compiling colored v3.1.1
31372026-08-17T20:22:35.146Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31382026-08-17T20:22:35.163Z Compiling postcard v1.1.3
31392026-08-17T20:22:35.262Z Compiling proc-macro-error v1.0.4
31402026-08-17T20:22:35.285Z Compiling rand v0.10.1
31412026-08-17T20:22:35.341Z Compiling proc-macro-crate v1.3.1
31422026-08-17T20:22:35.374Z Compiling num_enum_derive v0.7.6
31432026-08-17T20:22:35.396Z Compiling foreign-types-macros v0.2.3
31442026-08-17T20:22:35.546Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31452026-08-17T20:22:35.582Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31462026-08-17T20:22:35.608Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31472026-08-17T20:22:35.677Z Compiling foreign-types-shared v0.3.1
31482026-08-17T20:22:35.751Z Compiling rayon-core v1.13.0
31492026-08-17T20:22:35.788Z Compiling num_enum_derive v0.5.11
31502026-08-17T20:22:35.910Z Compiling crossbeam-deque v0.8.6
31512026-08-17T20:22:35.946Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31522026-08-17T20:22:35.992Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31532026-08-17T20:22:35.992Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31542026-08-17T20:22:36.036Z Compiling cstr-argument v0.1.2
31552026-08-17T20:22:36.059Z Compiling foreign-types v0.5.0
31562026-08-17T20:22:36.128Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31572026-08-17T20:22:36.145Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
31582026-08-17T20:22:36.165Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31592026-08-17T20:22:36.225Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31602026-08-17T20:22:36.342Z Compiling cpubits v0.1.1
31612026-08-17T20:22:36.391Z Compiling zone_cfg_derive v0.3.1
31622026-08-17T20:22:36.431Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31632026-08-17T20:22:36.452Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31642026-08-17T20:22:36.494Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31652026-08-17T20:22:36.528Z Compiling num_enum v0.7.6
31662026-08-17T20:22:36.531Z Compiling itertools v0.12.1
31672026-08-17T20:22:36.565Z Compiling rayon v1.11.0
31682026-08-17T20:22:36.581Z Compiling sigpipe v0.1.3
31692026-08-17T20:22:36.600Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31702026-08-17T20:22:36.617Z Compiling glob v0.3.3
31712026-08-17T20:22:36.690Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31722026-08-17T20:22:36.707Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31732026-08-17T20:22:36.723Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31742026-08-17T20:22:36.845Z Compiling smf v0.2.3
31752026-08-17T20:22:36.893Z Compiling num_enum v0.5.11
31762026-08-17T20:22:36.924Z Compiling whoami v1.6.1
31772026-08-17T20:22:36.973Z Compiling usdt-attr-macro v0.5.0
31782026-08-17T20:22:37.031Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31792026-08-17T20:22:37.049Z Compiling usdt-macro v0.5.0
31802026-08-17T20:22:37.081Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31812026-08-17T20:22:37.098Z Compiling gethostname v0.5.0
31822026-08-17T20:22:37.130Z Compiling num-rational v0.4.2
31832026-08-17T20:22:37.148Z Compiling pem-rfc7468 v1.0.0
31842026-08-17T20:22:37.167Z Compiling ingot-types v0.2.0
31852026-08-17T20:22:37.298Z Compiling num-complex v0.4.6
31862026-08-17T20:22:37.363Z Compiling derive-where v1.6.0
31872026-08-17T20:22:37.385Z Compiling memmap v0.7.0
31882026-08-17T20:22:37.471Z Compiling float-ord v0.3.2
31892026-08-17T20:22:37.514Z Compiling toml v0.8.23
31902026-08-17T20:22:37.603Z Compiling ingot v0.2.1
31912026-08-17T20:22:37.618Z Compiling num v0.4.3
31922026-08-17T20:22:37.638Z Compiling hmac v0.13.0
31932026-08-17T20:22:37.668Z Compiling zone v0.3.1
31942026-08-17T20:22:37.717Z Compiling universal-hash v0.6.1
31952026-08-17T20:22:37.735Z Compiling resolv-conf v0.7.6
31962026-08-17T20:22:37.795Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31972026-08-17T20:22:37.839Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31982026-08-17T20:22:37.856Z Compiling cancel-safe-futures v0.1.5
31992026-08-17T20:22:37.876Z Compiling usdt v0.5.0
32002026-08-17T20:22:37.890Z Compiling polyval v0.7.1
32012026-08-17T20:22:38.003Z Compiling der v0.8.0
32022026-08-17T20:22:38.111Z Compiling prettyplease v0.2.37
32032026-08-17T20:22:38.154Z Compiling ghash v0.6.0
32042026-08-17T20:22:38.172Z Compiling pbkdf2 v0.13.0
32052026-08-17T20:22:38.172Z Compiling crypto-bigint v0.7.5
32062026-08-17T20:22:38.313Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32072026-08-17T20:22:38.330Z Compiling aes v0.9.1
32082026-08-17T20:22:38.374Z Compiling console v0.15.11
32092026-08-17T20:22:38.391Z Compiling hickory-proto v0.24.4
32102026-08-17T20:22:38.411Z Compiling newline-converter v0.3.0
32112026-08-17T20:22:38.429Z Compiling ctr v0.10.1
32122026-08-17T20:22:38.467Z Compiling aead v0.6.1
32132026-08-17T20:22:38.556Z Compiling sha2 v0.11.0
32142026-08-17T20:22:38.663Z Compiling linear-map v1.2.0
32152026-08-17T20:22:38.682Z Compiling linked-hash-map v0.5.6
32162026-08-17T20:22:38.735Z Compiling oxide-update-engine-types v0.1.2
32172026-08-17T20:22:38.902Z Compiling libefi-sys v0.1.0
32182026-08-17T20:22:38.924Z Compiling spki v0.8.0
32192026-08-17T20:22:38.942Z Compiling lru-cache v0.1.2
32202026-08-17T20:22:38.992Z Compiling aes-gcm v0.11.0
32212026-08-17T20:22:39.057Z Compiling typify-macro v0.6.2
32222026-08-17T20:22:39.097Z Compiling expectorate v1.2.0
32232026-08-17T20:22:39.178Z Compiling salsa20 v0.11.0
32242026-08-17T20:22:39.214Z Compiling bitfield-struct v0.6.2
32252026-08-17T20:22:39.285Z Compiling nom v8.0.0
32262026-08-17T20:22:39.303Z Compiling semver v0.1.20
32272026-08-17T20:22:39.393Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32282026-08-17T20:22:39.477Z Compiling scrypt v0.12.0
32292026-08-17T20:22:39.612Z Compiling rustc_version v0.1.7
32302026-08-17T20:22:39.803Z Compiling tokio-dtrace v0.1.1
32312026-08-17T20:22:39.821Z Compiling cbc v0.2.1
32322026-08-17T20:22:39.877Z Compiling oxide-update-engine v0.1.2
32332026-08-17T20:22:39.919Z Compiling slog-dtrace v0.3.0
32342026-08-17T20:22:39.936Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32352026-08-17T20:22:40.008Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32362026-08-17T20:22:40.058Z Compiling minimal-lexical v0.2.1
32372026-08-17T20:22:40.106Z Compiling oxide-tokio-rt v0.1.4
32382026-08-17T20:22:40.122Z Compiling pkcs5 v0.8.1
32392026-08-17T20:22:40.203Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32402026-08-17T20:22:40.222Z Compiling newtype_derive v0.1.6
32412026-08-17T20:22:40.246Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32422026-08-17T20:22:40.373Z Compiling nom v7.1.3
32432026-08-17T20:22:40.408Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32442026-08-17T20:22:40.411Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32452026-08-17T20:22:40.442Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32462026-08-17T20:22:40.460Z Compiling phf_shared v0.12.1
32472026-08-17T20:22:40.487Z Compiling dropshot-api-manager-types v0.8.0
32482026-08-17T20:22:40.560Z Compiling csv-core v0.1.13
32492026-08-17T20:22:40.639Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32502026-08-17T20:22:40.663Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32512026-08-17T20:22:40.683Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32522026-08-17T20:22:40.702Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32532026-08-17T20:22:40.830Z Compiling hickory-resolver v0.24.4
32542026-08-17T20:22:40.848Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32552026-08-17T20:22:40.867Z Compiling unicode-xid v0.2.6
32562026-08-17T20:22:40.944Z Compiling xshell-macros v0.2.7
32572026-08-17T20:22:40.995Z Compiling typify v0.6.2
32582026-08-17T20:22:41.026Z Compiling chrono-tz v0.10.4
32592026-08-17T20:22:41.043Z Compiling highway v1.3.0
32602026-08-17T20:22:41.062Z Compiling const_format_proc_macros v0.2.34
32612026-08-17T20:22:41.106Z Compiling progenitor-impl v0.14.0
32622026-08-17T20:22:41.265Z Compiling csv v1.4.0
32632026-08-17T20:22:41.379Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32642026-08-17T20:22:41.452Z Compiling xshell v0.2.7
32652026-08-17T20:22:41.717Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32662026-08-17T20:22:41.737Z Compiling phf v0.12.1
32672026-08-17T20:22:41.740Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32682026-08-17T20:22:41.784Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32692026-08-17T20:22:41.848Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32702026-08-17T20:22:41.924Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32712026-08-17T20:22:41.942Z Compiling qorb v0.4.1
32722026-08-17T20:22:42.057Z Compiling pkcs8 v0.11.0
32732026-08-17T20:22:42.156Z Compiling ff v0.14.0
32742026-08-17T20:22:42.295Z Compiling owo-colors v4.3.0
32752026-08-17T20:22:42.353Z Compiling const_format v0.2.35
32762026-08-17T20:22:42.469Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32772026-08-17T20:22:42.489Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32782026-08-17T20:22:42.508Z Compiling tabled_derive v0.7.0
32792026-08-17T20:22:42.662Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32802026-08-17T20:22:42.760Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32812026-08-17T20:22:42.899Z Compiling bcs v0.1.6
32822026-08-17T20:22:43.031Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32832026-08-17T20:22:43.103Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32842026-08-17T20:22:43.249Z Compiling salty v0.3.0
32852026-08-17T20:22:43.304Z Compiling tagptr v0.2.0
32862026-08-17T20:22:43.489Z Compiling termtree v0.5.1
32872026-08-17T20:22:43.523Z Compiling textwrap v0.16.2
32882026-08-17T20:22:43.541Z Compiling tabled v0.15.0
32892026-08-17T20:22:43.671Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32902026-08-17T20:22:43.690Z Compiling moka v0.12.13
32912026-08-17T20:22:43.725Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32922026-08-17T20:22:43.817Z Compiling progenitor-macro v0.14.0
32932026-08-17T20:22:43.967Z Compiling steno v0.4.1
32942026-08-17T20:22:43.986Z Compiling group v0.14.0
32952026-08-17T20:22:43.991Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32962026-08-17T20:22:44.025Z Compiling sha1 v0.10.6
32972026-08-17T20:22:44.173Z Compiling signature v3.0.0
32982026-08-17T20:22:44.208Z Compiling base16ct v1.0.0
32992026-08-17T20:22:44.462Z Compiling sec1 v0.8.1
33002026-08-17T20:22:44.478Z Compiling hickory-resolver v0.25.2
33012026-08-17T20:22:44.502Z Compiling hkdf v0.13.0
33022026-08-17T20:22:44.520Z Compiling libscf-sys v1.2.0
33032026-08-17T20:22:44.582Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33042026-08-17T20:22:44.603Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33052026-08-17T20:22:44.683Z Compiling rfc6979 v0.4.0
33062026-08-17T20:22:44.701Z Compiling elliptic-curve v0.14.1
33072026-08-17T20:22:44.747Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33082026-08-17T20:22:44.805Z Compiling ecdsa v0.16.9
33092026-08-17T20:22:44.843Z Compiling primeorder v0.13.6
33102026-08-17T20:22:44.950Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33112026-08-17T20:22:45.106Z Compiling utf-8 v0.7.6
33122026-08-17T20:22:45.143Z Compiling parking_lot_core v0.8.6
33132026-08-17T20:22:45.231Z Compiling p384 v0.13.1
33142026-08-17T20:22:45.253Z Compiling tungstenite v0.21.0
33152026-08-17T20:22:45.341Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33162026-08-17T20:22:45.352Z Compiling wnaf v0.14.0
33172026-08-17T20:22:45.450Z Compiling primefield v0.14.0
33182026-08-17T20:22:45.543Z Compiling rfc6979 v0.6.0
33192026-08-17T20:22:45.694Z Compiling papergrid v0.18.0
33202026-08-17T20:22:45.713Z Compiling git-stub v1.0.0
33212026-08-17T20:22:45.730Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33222026-08-17T20:22:45.813Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33232026-08-17T20:22:45.943Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33242026-08-17T20:22:46.011Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33252026-08-17T20:22:46.108Z Compiling git-stub-vcs v0.1.0
33262026-08-17T20:22:46.135Z Compiling tokio-tungstenite v0.21.0
33272026-08-17T20:22:46.190Z Compiling ecdsa v0.17.0
33282026-08-17T20:22:46.262Z Compiling primeorder v0.14.0
33292026-08-17T20:22:46.401Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33302026-08-17T20:22:46.499Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33312026-08-17T20:22:46.568Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33322026-08-17T20:22:46.694Z Compiling tabled v0.21.0
33332026-08-17T20:22:46.710Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33342026-08-17T20:22:46.731Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33352026-08-17T20:22:46.731Z Compiling curve25519-dalek v5.0.0
33362026-08-17T20:22:46.763Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33372026-08-17T20:22:46.766Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33382026-08-17T20:22:46.798Z Compiling illumos-nvpair-sys v0.2.0
33392026-08-17T20:22:46.981Z Compiling unicase v2.9.0
33402026-08-17T20:22:47.024Z Compiling corncobs v0.1.4
33412026-08-17T20:22:47.091Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33422026-08-17T20:22:47.116Z Compiling parking_lot v0.11.2
33432026-08-17T20:22:47.228Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33442026-08-17T20:22:47.232Z Compiling mime_guess v2.0.5
33452026-08-17T20:22:47.262Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33462026-08-17T20:22:47.280Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33472026-08-17T20:22:47.497Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33482026-08-17T20:22:47.527Z Compiling progenitor-impl v0.13.0
33492026-08-17T20:22:47.543Z Compiling ssh-encoding v0.3.0
33502026-08-17T20:22:47.653Z Compiling prefix-trie v0.7.0
33512026-08-17T20:22:47.679Z Compiling fxhash v0.2.1
33522026-08-17T20:22:47.696Z Compiling secrecy v0.8.0
33532026-08-17T20:22:47.797Z Compiling keccak v0.2.0
33542026-08-17T20:22:47.823Z Compiling crc8 v0.1.1
33552026-08-17T20:22:47.848Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33562026-08-17T20:22:47.921Z Compiling sled v0.34.7
33572026-08-17T20:22:48.003Z Compiling hickory-server v0.25.2
33582026-08-17T20:22:48.113Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
33592026-08-17T20:22:48.135Z Compiling ed25519 v3.0.0
33602026-08-17T20:22:48.220Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33612026-08-17T20:22:48.238Z Compiling crypto-primes v0.7.2
33622026-08-17T20:22:48.405Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33632026-08-17T20:22:49.024Z Compiling progenitor v0.14.0
33642026-08-17T20:22:49.045Z Compiling pkcs1 v0.8.0-rc.4
33652026-08-17T20:22:49.201Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33662026-08-17T20:22:49.205Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33672026-08-17T20:22:49.238Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33682026-08-17T20:22:49.257Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33692026-08-17T20:22:49.272Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33702026-08-17T20:22:49.312Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33712026-08-17T20:22:49.406Z Compiling poly1305 v0.9.0
33722026-08-17T20:22:49.490Z Compiling progenitor-client v0.13.0
33732026-08-17T20:22:49.832Z Compiling blowfish v0.10.0
33742026-08-17T20:22:49.849Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33752026-08-17T20:22:49.936Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
33762026-08-17T20:22:50.020Z Compiling blake2 v0.11.0-rc.6
33772026-08-17T20:22:50.102Z Compiling half v1.8.3
33782026-08-17T20:22:50.163Z Compiling http-range v0.1.5
33792026-08-17T20:22:50.177Z Compiling bcrypt-pbkdf v0.11.0
33802026-08-17T20:22:50.215Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33812026-08-17T20:22:50.216Z Compiling progenitor-macro v0.13.0
33822026-08-17T20:22:50.260Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
33832026-08-17T20:22:50.336Z Compiling serde_cbor v0.11.2
33842026-08-17T20:22:50.394Z Compiling argon2 v0.6.0-rc.8
33852026-08-17T20:22:50.519Z Compiling ssh-cipher v0.3.0
33862026-08-17T20:22:50.814Z Compiling rsa v0.10.0-rc.18
33872026-08-17T20:22:51.130Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33882026-08-17T20:22:51.373Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33892026-08-17T20:22:51.506Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33902026-08-17T20:22:51.735Z Compiling ed25519-dalek v3.0.0
33912026-08-17T20:22:51.924Z Compiling illumos-nvpair v0.3.0
33922026-08-17T20:22:52.157Z Compiling sha3 v0.11.0
33932026-08-17T20:22:52.282Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33942026-08-17T20:22:52.304Z Compiling p256 v0.14.0
33952026-08-17T20:22:52.364Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
33962026-08-17T20:22:52.503Z Compiling p384 v0.14.0
33972026-08-17T20:22:52.642Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33982026-08-17T20:22:52.675Z Compiling p521 v0.14.0
33992026-08-17T20:22:52.863Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34002026-08-17T20:22:53.380Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34012026-08-17T20:22:53.432Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34022026-08-17T20:22:53.530Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34032026-08-17T20:22:53.667Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34042026-08-17T20:22:54.141Z Compiling scuffle v0.1.0
34052026-08-17T20:22:54.158Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34062026-08-17T20:22:54.230Z Compiling yasna v0.5.2
34072026-08-17T20:22:54.472Z Compiling kstat-rs v0.2.5
34082026-08-17T20:22:54.584Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34092026-08-17T20:22:54.721Z Compiling headers-core v0.3.0
34102026-08-17T20:22:54.794Z Compiling kem v0.3.0
34112026-08-17T20:22:54.872Z Compiling module-lattice v0.2.3
34122026-08-17T20:22:54.889Z Compiling nanorand v0.7.0
34132026-08-17T20:22:54.987Z Compiling sponge-cursor v0.1.0
34142026-08-17T20:22:54.994Z Compiling headers v0.4.1
34152026-08-17T20:22:55.018Z Compiling rcgen v0.12.1
34162026-08-17T20:22:55.096Z Compiling flume v0.11.1
34172026-08-17T20:22:55.119Z Compiling ml-kem v0.3.2
34182026-08-17T20:22:55.143Z Compiling sha3 v0.12.0
34192026-08-17T20:22:55.161Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34202026-08-17T20:22:55.213Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34212026-08-17T20:22:55.297Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34222026-08-17T20:22:55.390Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34232026-08-17T20:22:55.448Z Compiling progenitor v0.13.0
34242026-08-17T20:22:55.549Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34252026-08-17T20:22:55.582Z Compiling hyper-staticfile v0.10.1
34262026-08-17T20:22:55.616Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34272026-08-17T20:22:55.656Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34282026-08-17T20:22:55.727Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34292026-08-17T20:22:55.747Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34302026-08-17T20:22:55.876Z Compiling ssh-key v0.7.0-rc.11
34312026-08-17T20:22:55.916Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34322026-08-17T20:22:56.071Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34332026-08-17T20:22:56.111Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34342026-08-17T20:22:56.130Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34352026-08-17T20:22:56.133Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34362026-08-17T20:22:56.133Z Compiling russh-cryptovec v0.62.0
34372026-08-17T20:22:56.182Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34382026-08-17T20:22:56.236Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34392026-08-17T20:22:56.352Z Compiling internal-russh-num-bigint v0.5.0
34402026-08-17T20:22:56.392Z Compiling port-file v0.1.0
34412026-08-17T20:22:56.410Z Compiling num-bigint v0.4.6
34422026-08-17T20:22:56.431Z Compiling generic-array v1.4.3
34432026-08-17T20:22:56.462Z Compiling russh-util v0.52.0
34442026-08-17T20:22:56.484Z Compiling enum_dispatch v0.3.13
34452026-08-17T20:22:56.641Z Compiling delegate v0.13.5
34462026-08-17T20:22:56.658Z Compiling subprocess v0.2.15
34472026-08-17T20:22:56.905Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34482026-08-17T20:22:56.935Z Compiling md5 v0.8.0
34492026-08-17T20:22:57.031Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34502026-08-17T20:22:57.220Z Compiling hex-literal v1.1.0
34512026-08-17T20:22:57.342Z Compiling display-error-chain v0.2.2
34522026-08-17T20:22:57.359Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34532026-08-17T20:22:57.422Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
34542026-08-17T20:22:57.506Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34552026-08-17T20:22:57.522Z Compiling colored v2.2.0
34562026-08-17T20:22:57.542Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34572026-08-17T20:22:57.637Z Compiling russh v0.62.4
34582026-08-17T20:22:57.668Z Compiling socket2 v0.5.10
34592026-08-17T20:22:57.809Z Compiling internet-checksum v0.2.1
34602026-08-17T20:22:58.116Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34612026-08-17T20:22:58.151Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34622026-08-17T20:23:00.861Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34632026-08-17T20:23:01.583Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34642026-08-17T20:23:02.110Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34652026-08-17T20:23:03.876Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34662026-08-17T20:23:12.846Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34672026-08-17T20:23:12.846Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34682026-08-17T20:23:12.849Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34692026-08-17T20:23:12.849Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34702026-08-17T20:23:14.597Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34712026-08-17T20:23:14.781Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34722026-08-17T20:23:18.994Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34732026-08-17T20:23:59.652Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s
34742026-08-17T20:23:59.878Z
34752026-08-17T20:23:59.878Zreal 1:28.962682505
34762026-08-17T20:23:59.878Zuser 8:25.664575036
34772026-08-17T20:23:59.878Zsys 1:41.251835570
34782026-08-17T20:23:59.878Ztrap 0.249370809
34792026-08-17T20:23:59.878Ztflt 0.296737079
34802026-08-17T20:23:59.884Zdflt 2.136763474
34812026-08-17T20:23:59.884Zkflt 0.000283750
34822026-08-17T20:23:59.884Zlock 31:21.559435524
34832026-08-17T20:23:59.884Zslp 19:08.123060968
34842026-08-17T20:23:59.884Zlat 39.149827802
34852026-08-17T20:23:59.884Zstop 3:00.998054997
34862026-08-17T20:23:59.884Z+ mkdir tests
34872026-08-17T20:23:59.888Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34882026-08-17T20:23:59.888Z+ xargs -I '{}' -t cp '{}' tests/
34892026-08-17T20:23:59.909Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-747317bc63461b57 tests/
34902026-08-17T20:23:59.932Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-738302cf7a23c1af tests/
34912026-08-17T20:23:59.954Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-dd16a3697bb1946c tests/
34922026-08-17T20:23:59.976Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-6d41f4e09e947bfc tests/
34932026-08-17T20:24:00.288Z+ 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)
34942026-08-17T20:24:00.293Z+ 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-738302cf7a23c1af tests/commtest-dd16a3697bb1946c tests/dhcp_server-747317bc63461b57 tests/end_to_end_tests-6d41f4e09e947bfc 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
34952026-08-17T20:25:29.759ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34962026-08-17T20:25:29.759Za .github/buildomat/ci-env.sh 1K
34972026-08-17T20:25:29.759Za out/target/test 1K
34982026-08-17T20:25:29.759Za out/npuzone/npuzone 27402K
34992026-08-17T20:25:29.759Za package-manifest.toml 35K
35002026-08-17T20:25:29.759Za smf/sled-agent/non-gimlet/config.toml 6K
35012026-08-17T20:25:29.759Za target/release/omicron-package 49093K
35022026-08-17T20:25:29.759Za target/release/xtask 11722K
35032026-08-17T20:25:29.759Za target/debug/bootstrap 436236K
35042026-08-17T20:25:29.759Za tests/bootstrap-738302cf7a23c1af 34516K
35052026-08-17T20:25:29.759Za tests/commtest-dd16a3697bb1946c 34517K
35062026-08-17T20:25:29.759Za tests/dhcp_server-747317bc63461b57 34516K
35072026-08-17T20:25:29.760Za tests/end_to_end_tests-6d41f4e09e947bfc 499456K
35082026-08-17T20:25:29.760Za tools/opte_version 1K
35092026-08-17T20:25:29.760Za tools/opte_version_override 2K
35102026-08-17T20:25:29.760Za out/clickhouse.tar.gz 330496K
35112026-08-17T20:25:29.760Za out/clickhouse_keeper.tar.gz 314499K
35122026-08-17T20:25:29.760Za out/clickhouse_server.tar.gz 330493K
35132026-08-17T20:25:29.760Za out/cockroachdb.tar.gz 169996K
35142026-08-17T20:25:29.760Za out/crucible-pantry-zone.tar.gz 41790K
35152026-08-17T20:25:29.760Za out/crucible-utils.tar 18900K
35162026-08-17T20:25:29.760Za out/crucible-zone.tar.gz 56602K
35172026-08-17T20:25:29.760Za out/external-dns.tar.gz 54377K
35182026-08-17T20:25:29.760Za out/internal-dns.tar.gz 54376K
35192026-08-17T20:25:29.760Za out/mg-ddm-gz.tar 100917K
35202026-08-17T20:25:29.760Za out/nexus.tar.gz 355770K
35212026-08-17T20:25:29.760Za out/ntp.tar.gz 35137K
35222026-08-17T20:25:29.760Za out/omicron-gateway-softnpu.tar.gz 29906K
35232026-08-17T20:25:29.760Za out/omicron-sled-agent.tar 240462K
35242026-08-17T20:25:29.761Za out/overlay.tar.gz 4K
35252026-08-17T20:25:29.761Za out/oximeter.tar.gz 71428K
35262026-08-17T20:25:29.761Za out/oxlog.tar 4066K
35272026-08-17T20:25:29.761Za out/probe.tar.gz 3037K
35282026-08-17T20:25:29.761Za out/propolis-server.tar.gz 34642K
35292026-08-17T20:25:29.761Za out/pumpkind-gz.tar 26647K
35302026-08-17T20:25:29.761Za out/switch-softnpu.tar.gz 499606K
35312026-08-17T20:25:29.767Z
35322026-08-17T20:25:29.767Zreal 1:29.463892578
35332026-08-17T20:25:29.767Zuser 1:26.404157598
35342026-08-17T20:25:29.767Zsys 5.050258457
35352026-08-17T20:25:29.767Ztrap 0.007257375
35362026-08-17T20:25:29.767Ztflt 0.000000000
35372026-08-17T20:25:29.768Zdflt 0.000000000
35382026-08-17T20:25:29.768Zkflt 0.000000000
35392026-08-17T20:25:29.768Zlock 0.000000000
35402026-08-17T20:25:29.768Zslp 1:26.294628425
35412026-08-17T20:25:29.768Zlat 1.166412078
35422026-08-17T20:25:29.768Zstop 0.000245760
35432026-08-17T20:25:29.768Zprocess exited: duration 1169560 ms, exit code 0
 
35442026-08-17T20:25:29.792Zfound 1 output files
35452026-08-17T20:25:29.792Zuploading: /work/package.tar.gz (2774466499 bytes)
35462026-08-17T20:26:04.142Zuploaded: /work/package.tar.gz