01M0TWP6DZXF2585NWVC9XR4Z6: 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: 01M0TWPQ4C799EWBASFV3TTYCY

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-24T22:02:48.169Zjob assigned to worker 01M0TWQ01V23K4BQMDX8WETRQR [factory aws, i-0885b89ebc9d13b8c] (queued for 53 s)
 
22026-08-24T22:02:55.447Zstarting task 0: "setup"
32026-08-24T22:02:55.454Z++ uname -s
42026-08-24T22:02:55.458Z+ kern=SunOS
52026-08-24T22:02:55.458Z+ build_user=build
62026-08-24T22:02:55.458Z+ build_uid=12345
72026-08-24T22:02:55.458Z+ work_dir=/work
82026-08-24T22:02:55.458Z+ input_dir=/input
92026-08-24T22:02:55.458Z+ [[ 0 == 12345 ]]
102026-08-24T22:02:55.458Z+ case "$kern" in
112026-08-24T22:02:55.458Z+ groupadd -g 12345 build
122026-08-24T22:02:55.458Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-24T22:02:57.465Z+ zfs create -o mountpoint=/work rpool/work
142026-08-24T22:02:57.601Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-24T22:02:57.604Z+ home_fs=zfs
162026-08-24T22:02:57.604Z+ [[ zfs == autofs ]]
172026-08-24T22:02:57.604Z+ mkdir -p /home/build
182026-08-24T22:02:57.607Z+ chown build:build /home/build /work
192026-08-24T22:02:59.610Z+ chmod 0700 /home/build /work
202026-08-24T22:02:59.614Zprocess exited: duration 4167 ms, exit code 0
 
212026-08-24T22:02:59.622Zstarting task 1: "rust-toolchain"
222026-08-24T22:02:59.628Z * rust toolchain channel = "1.97.1"
232026-08-24T22:02:59.628Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
242026-08-24T22:02:59.628Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-24T22:02:59.628Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-24T22:02:59.628Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-24T22:02:59.628Z * rust toolchain profile = "default"
282026-08-24T22:02:59.632Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-24T22:02:59.632Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-24T22:02:59.694Zinfo: downloading installer
312026-08-24T22:03:00.838Zwarn: It looks like you have an existing rustup settings file at:
322026-08-24T22:03:00.838Zwarn: /home/build/.rustup/settings.toml
332026-08-24T22:03:00.838Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-24T22:03:00.838Zwarn: instead of the one inferred from the default host triple.
352026-08-24T22:03:00.851Zinfo: profile set to default
362026-08-24T22:03:00.851Zinfo: default host triple is x86_64-unknown-illumos
372026-08-24T22:03:00.854Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-24T22:03:00.996Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-24T22:03:01.016Zinfo: downloading 6 components
402026-08-24T22:03:15.107Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-24T22:03:15.107Z
422026-08-24T22:03:15.137Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-24T22:03:15.137Z
442026-08-24T22:03:15.137Z
452026-08-24T22:03:15.137ZRust is installed now. Great!
462026-08-24T22:03:15.137Z
472026-08-24T22:03:15.137ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-24T22:03:15.137Zenvironment variable. This has not been done automatically.
492026-08-24T22:03:15.137Z
502026-08-24T22:03:15.137ZTo configure your current shell, you need to source
512026-08-24T22:03:15.137Zthe corresponding env file under $HOME/.cargo.
522026-08-24T22:03:15.137Z
532026-08-24T22:03:15.137ZThis is usually done by running one of the following (note the leading DOT):
542026-08-24T22:03:15.137Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-24T22:03:15.137Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-24T22:03:15.137Zsource "~/.cargo/env.nu" # For nushell
572026-08-24T22:03:15.137Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-24T22:03:15.137Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-24T22:03:15.137Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-24T22:03:15.141Zwarn: no default linker (`cc`) was found in your PATH
612026-08-24T22:03:15.141Zwarn: many Rust crates require a system C toolchain to build
622026-08-24T22:03:15.241Z+ rustup --version
632026-08-24T22:03:15.248Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-24T22:03:15.252Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-24T22:03:15.268Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-24T22:03:15.277Z+ cargo --version
672026-08-24T22:03:15.281Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-24T22:03:15.281Z+ rustc --version
692026-08-24T22:03:15.302Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-24T22:03:15.306Zprocess exited: duration 15682 ms, exit code 0
 
712026-08-24T22:03:15.314Zstarting task 2: "authentication"
722026-08-24T22:03:15.333Zprocess exited: duration 17 ms, exit code 0
 
732026-08-24T22:03:15.341Zstarting task 3: "clone repository"
742026-08-24T22:03:15.344Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-24T22:03:15.348Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-24T22:03:15.379ZCloning into '/work/oxidecomputer/omicron'...
772026-08-24T22:03:27.496Z+ cd /work/oxidecomputer/omicron
782026-08-24T22:03:27.496Z+ git fetch origin 2aebcad3038b40a58be2e52e7ba03c8567f8d1d0
792026-08-24T22:03:27.867ZFrom https://github.com/oxidecomputer/omicron
802026-08-24T22:03:27.867Z * branch 2aebcad3038b40a58be2e52e7ba03c8567f8d1d0 -> FETCH_HEAD
812026-08-24T22:03:27.897Z+ [[ -n spr/papertigers/report-reservoir-size-on-error-if-possible ]]
822026-08-24T22:03:27.941Z++ git branch --show-current
832026-08-24T22:03:27.941Z+ current=main
842026-08-24T22:03:27.941Z+ [[ main != spr/papertigers/report-reservoir-size-on-error-if-possible ]]
852026-08-24T22:03:27.941Z+ git branch -f spr/papertigers/report-reservoir-size-on-error-if-possible 2aebcad3038b40a58be2e52e7ba03c8567f8d1d0
862026-08-24T22:03:27.941Z+ git checkout -f spr/papertigers/report-reservoir-size-on-error-if-possible
872026-08-24T22:03:28.020ZSwitched to branch 'spr/papertigers/report-reservoir-size-on-error-if-possible'
882026-08-24T22:03:28.028Z+ git reset --hard 2aebcad3038b40a58be2e52e7ba03c8567f8d1d0
892026-08-24T22:03:28.164ZHEAD is now at 2aebcad30 follow error doc
902026-08-24T22:03:28.172Zprocess exited: duration 12820 ms, exit code 0
 
912026-08-24T22:03:28.188Zstarting task 4: "build"
922026-08-24T22:03:28.216Z+ source .github/buildomat/ci-env.sh
932026-08-24T22:03:28.216Z++ export CARGO_TERM_COLOR=always
942026-08-24T22:03:28.216Z++ CARGO_TERM_COLOR=always
952026-08-24T22:03:28.216Z+++ uname -s
962026-08-24T22:03:28.216Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-24T22:03:28.216Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-24T22:03:28.216Z+ cargo --version
992026-08-24T22:03:28.270Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-24T22:03:28.270Z+ rustc --version
1012026-08-24T22:03:28.271Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-24T22:03:28.271Z+ WORK=/work
1032026-08-24T22:03:28.271Z+ pfexec mkdir -p /work
1042026-08-24T22:03:28.271Z+ pfexec chown build /work
1052026-08-24T22:03:28.272Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-08-24T22:03:31.355Z Startup: Refreshing catalog 'helios' ... Done
1072026-08-24T22:03:31.737Z Startup: Caching catalogs ... Done
1082026-08-24T22:03:33.888ZPlanning: Solver setup ... Done (2.032s)
1092026-08-24T22:03:33.948ZPlanning: Running solver ... Done (0.060s)
1102026-08-24T22:03:33.995ZPlanning: Finding local manifests ... Done (0.004s)
1112026-08-24T22:03:45.054ZPlanning: Fetching manifests: 0/2 0% complete
1122026-08-24T22:03:45.079ZPlanning: Fetching manifests: 2/2 100% complete
1132026-08-24T22:03:45.095ZPlanning: Package planning ... Done (0.015s)
1142026-08-24T22:03:45.100ZPlanning: Merging actions ... Done (0.001s)
1152026-08-24T22:03:45.318ZPlanning: Checking for conflicting actions ... Done (0.221s)
1162026-08-24T22:03:45.321ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-08-24T22:03:46.214ZPlanning: Evaluating mediators ... Done (0.896s)
1182026-08-24T22:03:46.217ZPlanning: Planning completed in 14.44 seconds
1192026-08-24T22:03:46.225Z Packages to install: 2
1202026-08-24T22:03:46.225Z Estimated space available: 156.01 GB
1212026-08-24T22:03:46.225ZEstimated space to be consumed: 79.16 MB
1222026-08-24T22:03:46.225Z Create boot environment: No
1232026-08-24T22:03:46.225ZCreate backup boot environment: No
1242026-08-24T22:03:46.228Z Rebuild boot archive: No
1252026-08-24T22:03:46.228Z
1262026-08-24T22:03:46.228ZChanged packages:
1272026-08-24T22:03:46.228Zhelios
1282026-08-24T22:03:46.228Z developer/build-essential
1292026-08-24T22:03:46.228Z None -> 11-3.0
1302026-08-24T22:03:46.228Z library/libxmlsec1
1312026-08-24T22:03:46.228Z None -> 1.2.35-3.0
1322026-08-24T22:03:46.251Z
1332026-08-24T22:03:46.252ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-08-24T22:03:56.701ZDownload: 0/214 items 0.0/1.3MB 0% complete
1352026-08-24T22:03:56.834ZDownload: Completed 1.28 MB in 10.58 seconds (123k/s)
1362026-08-24T22:03:56.897Z Actions: 1/268 actions (Installing new actions)
1372026-08-24T22:03:56.935Z Actions: Completed 268 actions in 0.04 seconds.
1382026-08-24T22:03:56.970ZFinalize: Updating package state database ... Done (0.035s)
1392026-08-24T22:03:56.970ZFinalize: Updating package cache ... Done (0.000s)
1402026-08-24T22:03:57.058ZFinalize: Updating image state ... Done (0.087s)
1412026-08-24T22:03:59.697ZFinalize: Creating fast lookup database ... Done (2.558s)
1422026-08-24T22:03:59.770ZFinalize: Reading search index ... Done (0.013s)
1432026-08-24T22:03:59.773ZFinalize: Updating search index ... Done (0.000s)
1442026-08-24T22:03:59.911ZFinalize: Updating package cache ... Done (0.000s)
1452026-08-24T22:04:00.279ZPlanning: Evaluating mediator changes ... Done
1462026-08-24T22:04:00.383ZPlanning: Checking for conflicting actions ... Done
1472026-08-24T22:04:00.386ZPlanning: Consolidating action changes ... Done
1482026-08-24T22:04:00.541ZPlanning: Evaluating mediators ... Done
1492026-08-24T22:04:00.544ZPlanning: Planning completed in 0.26 seconds
1502026-08-24T22:04:00.565Z Mediators to change: 2
1512026-08-24T22:04:00.565Z Create boot environment: No
1522026-08-24T22:04:00.565ZCreate backup boot environment: No
1532026-08-24T22:04:00.608ZFinalize: Updating package state database ... Done
1542026-08-24T22:04:00.608ZFinalize: Updating package cache ... Done
1552026-08-24T22:04:00.661ZFinalize: Updating image state ... Done
1562026-08-24T22:04:02.591ZFinalize: Creating fast lookup database ... Done
1572026-08-24T22:04:02.656ZFinalize: Reading search index ... Done
1582026-08-24T22:04:02.660ZFinalize: Updating search index ... Done
1592026-08-24T22:04:02.724ZFinalize: Updating package cache ... Done
1602026-08-24T22:04:03.016ZPlanning: Evaluating mediator changes ... Done
1612026-08-24T22:04:03.122ZPlanning: Checking for conflicting actions ... Done
1622026-08-24T22:04:03.125ZPlanning: Consolidating action changes ... Done
1632026-08-24T22:04:03.277ZPlanning: Evaluating mediators ... Done
1642026-08-24T22:04:03.281ZPlanning: Planning completed in 0.26 seconds
1652026-08-24T22:04:03.299Z Mediators to change: 1
1662026-08-24T22:04:03.300Z Create boot environment: No
1672026-08-24T22:04:03.300ZCreate backup boot environment: No
1682026-08-24T22:04:03.344ZFinalize: Updating package state database ... Done
1692026-08-24T22:04:03.348ZFinalize: Updating package cache ... Done
1702026-08-24T22:04:03.395ZFinalize: Updating image state ... Done
1712026-08-24T22:04:05.333ZFinalize: Creating fast lookup database ... Done
1722026-08-24T22:04:05.395ZFinalize: Reading search index ... Done
1732026-08-24T22:04:05.398ZFinalize: Updating search index ... Done
1742026-08-24T22:04:05.481ZFinalize: Updating package cache ... Done
1752026-08-24T22:04:05.790ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1762026-08-24T22:04:05.790Zapache system 2.4 system
1772026-08-24T22:04:05.790Zclang system 15 system
1782026-08-24T22:04:05.790Zcsh system system illumos
1792026-08-24T22:04:05.790Zctags system system illumos
1802026-08-24T22:04:05.790Zfile vendor vendor darwinsys
1812026-08-24T22:04:05.790Zfile system system illumos
1822026-08-24T22:04:05.790Zgcc vendor 14 vendor
1832026-08-24T22:04:05.790Zgcc system 13 system
1842026-08-24T22:04:05.790Zgcc system 10 system
1852026-08-24T22:04:05.790Zgo system 1.25 system
1862026-08-24T22:04:05.790Zllvm system 15 system
1872026-08-24T22:04:05.790Zmariadb system 11.4 system
1882026-08-24T22:04:05.790Zmta vendor vendor dma
1892026-08-24T22:04:05.790Zopenjdk system 17 system
1902026-08-24T22:04:05.790Zopenjdk system 11 system
1912026-08-24T22:04:05.790Zopenssl vendor 3 vendor
1922026-08-24T22:04:05.790Zperl system 5.40 system
1932026-08-24T22:04:05.790Zpostgresql system 18 system
1942026-08-24T22:04:05.790Zpostgresql system 17 system
1952026-08-24T22:04:05.790Zpython vendor 3 vendor
1962026-08-24T22:04:05.790Zpython system 2 system
1972026-08-24T22:04:05.790Zpython3 vendor 3.13 vendor
1982026-08-24T22:04:05.790Zruby system 3.4 system
1992026-08-24T22:04:05.791Zruby system 3.0 system
2002026-08-24T22:04:05.791Zwords vendor vendor american-english
2012026-08-24T22:04:05.791Zwords system system australian-english
2022026-08-24T22:04:05.791Zwords system system british-english
2032026-08-24T22:04:05.791Zwords system system canadian-english
2042026-08-24T22:04:05.791Zwords system system french
2052026-08-24T22:04:05.792Zwords system system italian
2062026-08-24T22:04:05.792Zwords system system ngerman
2072026-08-24T22:04:05.792Zwords system system ogerman
2082026-08-24T22:04:05.792Zwords system system spanish
2092026-08-24T22:04:06.046ZPUBLISHER TYPE STATUS P LOCATION
2102026-08-24T22:04:06.046Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2112026-08-24T22:04:06.537ZFMRI IFO
2122026-08-24T22:04:06.537Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2132026-08-24T22:04:06.537Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2142026-08-24T22:04:06.537Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2152026-08-24T22:04:06.537Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2162026-08-24T22:04:06.537Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2172026-08-24T22:04:06.537Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2182026-08-24T22:04:06.537Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2192026-08-24T22:04:06.537Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2202026-08-24T22:04:06.537Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2212026-08-24T22:04:06.884Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2222026-08-24T22:04:07.488Z Updating crates.io index
2232026-08-24T22:04:07.491Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2242026-08-24T22:04:07.786Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2252026-08-24T22:04:08.197Z Updating git repository `https://github.com/oxidecomputer/propolis`
2262026-08-24T22:04:09.267Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2272026-08-24T22:04:09.791Z Updating git repository `https://github.com/oxidecomputer/crucible`
2282026-08-24T22:04:11.405Z Updating git repository `https://github.com/oxidecomputer/opte`
2292026-08-24T22:04:12.358Z Updating git repository `https://github.com/oxidecomputer/tofino`
2302026-08-24T22:04:12.699Z Updating git repository `https://github.com/oxidecomputer/lldp`
2312026-08-24T22:04:13.058Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2322026-08-24T22:04:14.270Z Updating git repository `https://github.com/oxidecomputer/clickward`
2332026-08-24T22:04:14.763Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2342026-08-24T22:04:15.137Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2352026-08-24T22:04:15.694Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2362026-08-24T22:04:16.248Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2372026-08-24T22:04:16.552Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2382026-08-24T22:04:16.844Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2392026-08-24T22:04:17.152Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2402026-08-24T22:04:17.509Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2412026-08-24T22:04:18.047Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-08-24T22:04:18.427Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2432026-08-24T22:04:18.899Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2442026-08-24T22:04:19.216Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2452026-08-24T22:04:19.781Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2462026-08-24T22:04:20.130Z Updating git repository `https://github.com/oxidecomputer/erebor`
2472026-08-24T22:04:20.410Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2482026-08-24T22:04:20.891Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2492026-08-24T22:04:21.578Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-24T22:04:22.018Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2512026-08-24T22:04:22.717Z Updating git repository `https://github.com/oxidecomputer/ispf`
2522026-08-24T22:04:22.993Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2532026-08-24T22:04:23.337Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2542026-08-24T22:04:23.720Z Updating git repository `https://github.com/oxidecomputer/tough`
2552026-08-24T22:04:24.296Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2562026-08-24T22:04:24.858Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-08-24T22:04:25.177Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2582026-08-24T22:04:25.547Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2592026-08-24T22:04:26.297Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2602026-08-24T22:04:26.600Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2612026-08-24T22:04:26.879Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2622026-08-24T22:04:27.230Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2632026-08-24T22:04:27.533Z Updating git repository `https://github.com/illumos/smf-rs`
2642026-08-24T22:04:27.828Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2652026-08-24T22:04:30.587Z Downloading crates ...
2662026-08-24T22:04:30.658Z Downloaded anstream v1.0.0
2672026-08-24T22:04:30.663Z Downloaded clap_lex v1.0.0
2682026-08-24T22:04:30.666Z Downloaded is_terminal_polyfill v1.70.2
2692026-08-24T22:04:30.669Z Downloaded bitflags v2.11.0
2702026-08-24T22:04:30.680Z Downloaded serde_json v1.0.151
2712026-08-24T22:04:30.684Z Downloaded zerocopy-derive v0.7.35
2722026-08-24T22:04:30.687Z Downloaded utf8parse v0.2.2
2732026-08-24T22:04:30.690Z Downloaded clap_derive v4.6.1
2742026-08-24T22:04:30.690Z Downloaded anstyle-parse v1.0.0
2752026-08-24T22:04:30.693Z Downloaded anstyle v1.0.14
2762026-08-24T22:04:30.693Z Downloaded cfg-if v1.0.4
2772026-08-24T22:04:30.697Z Downloaded zmij v1.0.21
2782026-08-24T22:04:30.701Z Downloaded zerocopy v0.7.35
2792026-08-24T22:04:30.705Z Downloaded papergrid v0.11.0
2802026-08-24T22:04:30.710Z Downloaded fs-err v3.3.0
2812026-08-24T22:04:30.714Z Downloaded camino v1.2.5
2822026-08-24T22:04:30.714Z Downloaded cargo-platform v0.3.2
2832026-08-24T22:04:30.717Z Downloaded goblin v0.8.2
2842026-08-24T22:04:30.720Z Downloaded autocfg v1.5.0
2852026-08-24T22:04:30.723Z Downloaded usdt v0.5.0
2862026-08-24T22:04:30.723Z Downloaded clap v4.6.1
2872026-08-24T22:04:30.729Z Downloaded dof v0.3.0
2882026-08-24T22:04:30.732Z Downloaded serde_spanned v0.6.9
2892026-08-24T22:04:30.732Z Downloaded unicode-ident v1.0.24
2902026-08-24T22:04:30.733Z Downloaded colorchoice v1.0.4
2912026-08-24T22:04:30.733Z Downloaded block-buffer v0.10.4
2922026-08-24T22:04:30.736Z Downloaded cpufeatures v0.2.17
2932026-08-24T22:04:30.740Z Downloaded usdt-impl v0.5.0
2942026-08-24T22:04:30.740Z Downloaded digest v0.10.7
2952026-08-24T22:04:30.740Z Downloaded equivalent v1.0.2
2962026-08-24T22:04:30.743Z Downloaded bytecount v0.6.9
2972026-08-24T22:04:30.743Z Downloaded serde_derive v1.0.228
2982026-08-24T22:04:30.747Z Downloaded heck v0.5.0
2992026-08-24T22:04:30.751Z Downloaded usdt-macro v0.5.0
3002026-08-24T22:04:30.755Z Downloaded proc-macro-error-attr v1.0.4
3012026-08-24T22:04:30.758Z Downloaded thread-id v4.2.2
3022026-08-24T22:04:30.764Z Downloaded generic-array v0.14.7
3032026-08-24T22:04:30.767Z Downloaded fastrand v2.3.0
3042026-08-24T22:04:30.774Z Downloaded scroll_derive v0.12.1
3052026-08-24T22:04:30.780Z Downloaded terminal_size v0.4.3
3062026-08-24T22:04:30.783Z Downloaded plain v0.2.3
3072026-08-24T22:04:30.786Z Downloaded strsim v0.11.1
3082026-08-24T22:04:30.788Z Downloaded camino-tempfile v1.4.1
3092026-08-24T22:04:30.791Z Downloaded sha2 v0.10.9
3102026-08-24T22:04:30.792Z Downloaded thiserror-impl v2.0.18
3112026-08-24T22:04:30.794Z Downloaded swrite v0.1.0
3122026-08-24T22:04:30.797Z Downloaded scroll v0.12.0
3132026-08-24T22:04:30.802Z Downloaded memmap v0.7.0
3142026-08-24T22:04:30.805Z Downloaded serde_tokenstream v0.2.3
3152026-08-24T22:04:30.809Z Downloaded indexmap v2.14.0
3162026-08-24T22:04:30.812Z Downloaded quote v1.0.45
3172026-08-24T22:04:30.820Z Downloaded macaddr v1.0.1
3182026-08-24T22:04:30.823Z Downloaded fnv v1.0.7
3192026-08-24T22:04:30.823Z Downloaded version_check v0.9.5
3202026-08-24T22:04:30.826Z Downloaded toml v0.8.23
3212026-08-24T22:04:30.833Z Downloaded thiserror v2.0.18
3222026-08-24T22:04:30.837Z Downloaded crypto-common v0.1.7
3232026-08-24T22:04:30.841Z Downloaded anstyle-query v1.1.5
3242026-08-24T22:04:30.844Z Downloaded pest_derive v2.8.6
3252026-08-24T22:04:30.847Z Downloaded tempfile v3.27.0
3262026-08-24T22:04:30.847Z Downloaded serde_core v1.0.228
3272026-08-24T22:04:30.850Z Downloaded cargo_metadata v0.23.1
3282026-08-24T22:04:30.854Z Downloaded unicode-linebreak v0.1.5
3292026-08-24T22:04:30.856Z Downloaded errno v0.3.14
3302026-08-24T22:04:30.856Z Downloaded usdt-attr-macro v0.5.0
3312026-08-24T22:04:30.862Z Downloaded itoa v1.0.17
3322026-08-24T22:04:30.865Z Downloaded smawk v0.3.2
3332026-08-24T22:04:30.865Z Downloaded toml_write v0.1.2
3342026-08-24T22:04:30.868Z Downloaded tabled_derive v0.7.0
3352026-08-24T22:04:30.871Z Downloaded pretty-hex v0.4.1
3362026-08-24T22:04:30.875Z Downloaded proc-macro2 v1.0.106
3372026-08-24T22:04:30.875Z Downloaded log v0.4.33
3382026-08-24T22:04:30.878Z Downloaded textwrap v0.16.2
3392026-08-24T22:04:30.881Z Downloaded dtrace-parser v0.2.0
3402026-08-24T22:04:30.886Z Downloaded byteorder v1.5.0
3412026-08-24T22:04:30.889Z Downloaded heck v0.4.1
3422026-08-24T22:04:30.892Z Downloaded thiserror v1.0.69
3432026-08-24T22:04:30.896Z Downloaded toml_datetime v0.6.11
3442026-08-24T22:04:30.900Z Downloaded anyhow v1.0.104
3452026-08-24T22:04:30.903Z Downloaded getrandom v0.3.4
3462026-08-24T22:04:30.906Z Downloaded thiserror-impl v1.0.69
3472026-08-24T22:04:30.906Z Downloaded proc-macro-error v1.0.4
3482026-08-24T22:04:30.912Z Downloaded cargo_toml v0.21.0
3492026-08-24T22:04:30.915Z Downloaded ucd-trie v0.1.7
3502026-08-24T22:04:30.922Z Downloaded pest_generator v2.8.6
3512026-08-24T22:04:30.925Z Downloaded once_cell v1.21.3
3522026-08-24T22:04:30.925Z Downloaded semver v1.0.28
3532026-08-24T22:04:30.925Z Downloaded toml_edit v0.22.27
3542026-08-24T22:04:30.928Z Downloaded memchr v2.8.0
3552026-08-24T22:04:30.931Z Downloaded serde v1.0.228
3562026-08-24T22:04:30.951Z Downloaded pest v2.8.6
3572026-08-24T22:04:30.954Z Downloaded pest_meta v2.8.6
3582026-08-24T22:04:30.986Z Downloaded typenum v1.20.1
3592026-08-24T22:04:30.994Z Downloaded hashbrown v0.17.0
3602026-08-24T22:04:31.008Z Downloaded winnow v0.7.14
3612026-08-24T22:04:31.027Z Downloaded clap_builder v4.6.0
3622026-08-24T22:04:31.050Z Downloaded tabled v0.15.0
3632026-08-24T22:04:31.060Z Downloaded unicode-width v0.2.0
3642026-08-24T22:04:31.064Z Downloaded syn v1.0.109
3652026-08-24T22:04:31.069Z Downloaded unicode-width v0.1.14
3662026-08-24T22:04:31.074Z Downloaded syn v2.0.117
3672026-08-24T22:04:31.094Z Downloaded rustix v1.1.4
3682026-08-24T22:04:31.114Z Downloaded libc v0.2.185
3692026-08-24T22:04:31.177Z Compiling proc-macro2 v1.0.106
3702026-08-24T22:04:31.177Z Compiling quote v1.0.45
3712026-08-24T22:04:31.181Z Compiling unicode-ident v1.0.24
3722026-08-24T22:04:31.181Z Compiling serde_core v1.0.228
3732026-08-24T22:04:31.181Z Compiling libc v0.2.185
3742026-08-24T22:04:31.181Z Compiling version_check v0.9.5
3752026-08-24T22:04:31.181Z Compiling memchr v2.8.0
3762026-08-24T22:04:31.181Z Compiling serde v1.0.228
3772026-08-24T22:04:31.353Z Compiling zmij v1.0.21
3782026-08-24T22:04:31.356Z Compiling thiserror v1.0.69
3792026-08-24T22:04:31.356Z Compiling itoa v1.0.17
3802026-08-24T22:04:31.356Z Compiling ucd-trie v0.1.7
3812026-08-24T22:04:31.369Z Compiling rustix v1.1.4
3822026-08-24T22:04:31.372Z Compiling byteorder v1.5.0
3832026-08-24T22:04:31.750Z Compiling bitflags v2.11.0
3842026-08-24T22:04:31.754Z Compiling serde_json v1.0.151
3852026-08-24T22:04:31.772Z Compiling proc-macro-error-attr v1.0.4
3862026-08-24T22:04:31.789Z Compiling usdt-impl v0.5.0
3872026-08-24T22:04:31.844Z Compiling camino v1.2.5
3882026-08-24T22:04:31.964Z Compiling pest v2.8.6
3892026-08-24T22:04:32.022Z Compiling syn v1.0.109
3902026-08-24T22:04:32.040Z Compiling proc-macro-error v1.0.4
3912026-08-24T22:04:32.092Z Compiling plain v0.2.3
3922026-08-24T22:04:32.176Z Compiling log v0.4.33
3932026-08-24T22:04:32.228Z Compiling hashbrown v0.17.0
3942026-08-24T22:04:32.232Z Compiling getrandom v0.3.4
3952026-08-24T22:04:32.232Z Compiling utf8parse v0.2.2
3962026-08-24T22:04:32.232Z Compiling equivalent v1.0.2
3972026-08-24T22:04:32.327Z Compiling colorchoice v1.0.4
3982026-08-24T22:04:32.332Z Compiling is_terminal_polyfill v1.70.2
3992026-08-24T22:04:32.389Z Compiling cfg-if v1.0.4
4002026-08-24T22:04:32.470Z Compiling errno v0.3.14
4012026-08-24T22:04:32.488Z Compiling thread-id v4.2.2
4022026-08-24T22:04:32.504Z Compiling anstyle-parse v1.0.0
4032026-08-24T22:04:32.520Z Compiling anstyle v1.0.14
4042026-08-24T22:04:32.524Z Compiling pretty-hex v0.4.1
4052026-08-24T22:04:32.524Z Compiling autocfg v1.5.0
4062026-08-24T22:04:32.524Z Compiling thiserror v2.0.18
4072026-08-24T22:04:32.607Z Compiling toml_write v0.1.2
4082026-08-24T22:04:32.611Z Compiling winnow v0.7.14
4092026-08-24T22:04:32.663Z Compiling anstyle-query v1.1.5
4102026-08-24T22:04:32.732Z Compiling strsim v0.11.1
4112026-08-24T22:04:32.776Z Compiling anstream v1.0.0
4122026-08-24T22:04:32.797Z Compiling indexmap v2.14.0
4132026-08-24T22:04:32.816Z Compiling once_cell v1.21.3
4142026-08-24T22:04:32.853Z Compiling unicode-width v0.1.14
4152026-08-24T22:04:32.874Z Compiling anyhow v1.0.104
4162026-08-24T22:04:32.934Z Compiling syn v2.0.117
4172026-08-24T22:04:33.039Z Compiling fs-err v3.3.0
4182026-08-24T22:04:33.097Z Compiling pest_meta v2.8.6
4192026-08-24T22:04:33.115Z Compiling fastrand v2.3.0
4202026-08-24T22:04:33.149Z Compiling clap_lex v1.0.0
4212026-08-24T22:04:33.187Z Compiling heck v0.4.1
4222026-08-24T22:04:33.207Z Compiling heck v0.5.0
4232026-08-24T22:04:33.250Z Compiling fnv v1.0.7
4242026-08-24T22:04:33.284Z Compiling bytecount v0.6.9
4252026-08-24T22:04:33.397Z Compiling papergrid v0.11.0
4262026-08-24T22:04:33.397Z Compiling memmap v0.7.0
4272026-08-24T22:04:33.440Z Compiling unicode-width v0.2.0
4282026-08-24T22:04:33.444Z Compiling unicode-linebreak v0.1.5
4292026-08-24T22:04:33.444Z Compiling smawk v0.3.2
4302026-08-24T22:04:33.490Z Compiling terminal_size v0.4.3
4312026-08-24T22:04:33.522Z Compiling tempfile v3.27.0
4322026-08-24T22:04:33.599Z Compiling swrite v0.1.0
4332026-08-24T22:04:33.636Z Compiling clap_builder v4.6.0
4342026-08-24T22:04:33.683Z Compiling textwrap v0.16.2
4352026-08-24T22:04:33.838Z Compiling semver v1.0.28
4362026-08-24T22:04:33.864Z Compiling cargo-platform v0.3.2
4372026-08-24T22:04:34.110Z Compiling camino-tempfile v1.4.1
4382026-08-24T22:04:34.422Z Compiling tabled_derive v0.7.0
4392026-08-24T22:04:35.059Z Compiling pest_generator v2.8.6
4402026-08-24T22:04:35.085Z Compiling tabled v0.15.0
4412026-08-24T22:04:35.600Z Compiling serde_derive v1.0.228
4422026-08-24T22:04:35.603Z Compiling thiserror-impl v1.0.69
4432026-08-24T22:04:35.603Z Compiling zerocopy-derive v0.7.35
4442026-08-24T22:04:35.603Z Compiling scroll_derive v0.12.1
4452026-08-24T22:04:35.603Z Compiling thiserror-impl v2.0.18
4462026-08-24T22:04:35.603Z Compiling clap_derive v4.6.1
4472026-08-24T22:04:35.671Z Compiling pest_derive v2.8.6
4482026-08-24T22:04:36.232Z Compiling scroll v0.12.0
4492026-08-24T22:04:36.340Z Compiling zerocopy v0.7.35
4502026-08-24T22:04:36.448Z Compiling goblin v0.8.2
4512026-08-24T22:04:36.600Z Compiling dtrace-parser v0.2.0
4522026-08-24T22:04:36.924Z Compiling clap v4.6.1
4532026-08-24T22:04:38.015Z Compiling toml_datetime v0.6.11
4542026-08-24T22:04:38.015Z Compiling serde_spanned v0.6.9
4552026-08-24T22:04:38.016Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4562026-08-24T22:04:38.019Z Compiling cargo_metadata v0.23.1
4572026-08-24T22:04:38.019Z Compiling macaddr v1.0.1
4582026-08-24T22:04:38.047Z Compiling dof v0.3.0
4592026-08-24T22:04:38.050Z Compiling serde_tokenstream v0.2.3
4602026-08-24T22:04:38.217Z Compiling toml_edit v0.22.27
4612026-08-24T22:04:38.824Z Compiling usdt-macro v0.5.0
4622026-08-24T22:04:38.827Z Compiling usdt-attr-macro v0.5.0
4632026-08-24T22:04:39.431Z Compiling usdt v0.5.0
4642026-08-24T22:04:39.469Z Compiling toml v0.8.23
4652026-08-24T22:04:39.791Z Compiling cargo_toml v0.21.0
4662026-08-24T22:04:41.062Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4672026-08-24T22:04:43.121Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.42s
4682026-08-24T22:04:43.337Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4692026-08-24T22:04:43.851Z Downloading crates ...
4702026-08-24T22:04:43.902Z Downloaded ascii-canvas v3.0.0
4712026-08-24T22:04:43.907Z Downloaded base16ct v0.2.0
4722026-08-24T22:04:43.910Z Downloaded async-stream v0.3.6
4732026-08-24T22:04:43.910Z Downloaded bb8 v0.8.6
4742026-08-24T22:04:43.915Z Downloaded bit-set v0.8.0
4752026-08-24T22:04:43.918Z Downloaded addr2line v0.25.1
4762026-08-24T22:04:43.923Z Downloaded cobs v0.3.0
4772026-08-24T22:04:43.932Z Downloaded form_urlencoded v1.2.2
4782026-08-24T22:04:43.935Z Downloaded funty v2.0.0
4792026-08-24T22:04:43.935Z Downloaded adler2 v2.0.1
4802026-08-24T22:04:43.939Z Downloaded byte-wrapper v0.1.0
4812026-08-24T22:04:43.939Z Downloaded cexpr v0.6.0
4822026-08-24T22:04:43.944Z Downloaded env_filter v2.0.0
4832026-08-24T22:04:43.944Z Downloaded base16ct v1.0.0
4842026-08-24T22:04:43.947Z Downloaded async-compression v0.4.41
4852026-08-24T22:04:43.948Z Downloaded atty v0.2.14
4862026-08-24T22:04:43.948Z Downloaded base64ct v1.8.3
4872026-08-24T22:04:43.952Z Downloaded bcs v0.1.6
4882026-08-24T22:04:43.952Z Downloaded futures-io v0.3.32
4892026-08-24T22:04:43.952Z Downloaded hex v0.4.3
4902026-08-24T22:04:43.952Z Downloaded ahash v0.8.12
4912026-08-24T22:04:43.957Z Downloaded async-stream-impl v0.3.6
4922026-08-24T22:04:43.957Z Downloaded httpdate v1.0.3
4932026-08-24T22:04:43.957Z Downloaded bitfield-macros v0.19.4
4942026-08-24T22:04:43.957Z Downloaded arrayref v0.3.9
4952026-08-24T22:04:43.960Z Downloaded clang-sys v1.8.1
4962026-08-24T22:04:43.960Z Downloaded aead v0.5.2
4972026-08-24T22:04:43.960Z Downloaded fd-lock v4.0.4
4982026-08-24T22:04:43.960Z Downloaded flagset v0.4.7
4992026-08-24T22:04:43.960Z Downloaded chacha20 v0.9.1
5002026-08-24T22:04:43.964Z Downloaded arrayvec v0.7.6
5012026-08-24T22:04:43.964Z Downloaded assert_matches v1.5.0
5022026-08-24T22:04:43.964Z Downloaded bcrypt-pbkdf v0.11.0
5032026-08-24T22:04:43.968Z Downloaded filetime v0.2.27
5042026-08-24T22:04:43.968Z Downloaded normalize-line-endings v0.3.0
5052026-08-24T22:04:43.968Z Downloaded aead v0.6.1
5062026-08-24T22:04:43.968Z Downloaded foreign-types-macros v0.2.3
5072026-08-24T22:04:43.971Z Downloaded enum-as-inner v0.6.1
5082026-08-24T22:04:43.971Z Downloaded foreign-types v0.5.0
5092026-08-24T22:04:43.971Z Downloaded backon v1.6.0
5102026-08-24T22:04:43.971Z Downloaded gethostname v0.5.0
5112026-08-24T22:04:43.975Z Downloaded array-init v0.0.4
5122026-08-24T22:04:43.975Z Downloaded block-padding v0.4.2
5132026-08-24T22:04:43.975Z Downloaded atomicwrites v0.4.4
5142026-08-24T22:04:43.975Z Downloaded futures-task v0.3.32
5152026-08-24T22:04:43.978Z Downloaded foreign-types-shared v0.3.1
5162026-08-24T22:04:43.978Z Downloaded bit-set v0.5.3
5172026-08-24T22:04:43.978Z Downloaded bitfield-struct v0.6.2
5182026-08-24T22:04:43.979Z Downloaded erased-serde v0.3.31
5192026-08-24T22:04:43.982Z Downloaded ff v0.13.1
5202026-08-24T22:04:43.982Z Downloaded ff v0.14.0
5212026-08-24T22:04:43.982Z Downloaded async-recursion v1.1.1
5222026-08-24T22:04:43.986Z Downloaded bit-vec v0.6.3
5232026-08-24T22:04:43.986Z Downloaded castaway v0.2.4
5242026-08-24T22:04:43.986Z Downloaded atomic-waker v1.1.2
5252026-08-24T22:04:43.989Z Downloaded hmac v0.13.0
5262026-08-24T22:04:43.989Z Downloaded hyper-rustls v0.27.7
5272026-08-24T22:04:43.989Z Downloaded compression-core v0.4.31
5282026-08-24T22:04:43.995Z Downloaded cfg_aliases v0.2.1
5292026-08-24T22:04:43.995Z Downloaded fixedbitset v0.4.2
5302026-08-24T22:04:43.995Z Downloaded float-ord v0.3.2
5312026-08-24T22:04:43.995Z Downloaded ciborium-io v0.2.2
5322026-08-24T22:04:43.995Z Downloaded ghash v0.6.0
5332026-08-24T22:04:43.998Z Downloaded hostname v0.4.2
5342026-08-24T22:04:43.998Z Downloaded hubpack v0.1.2
5352026-08-24T22:04:43.998Z Downloaded cfg_aliases v0.1.1
5362026-08-24T22:04:43.998Z Downloaded endian-type v0.1.2
5372026-08-24T22:04:44.002Z Downloaded futures-core v0.3.32
5382026-08-24T22:04:44.002Z Downloaded hash32 v0.3.1
5392026-08-24T22:04:44.002Z Downloaded futures-sink v0.3.32
5402026-08-24T22:04:44.007Z Downloaded anstyle-parse v0.2.7
5412026-08-24T22:04:44.007Z Downloaded backtrace-ext v0.2.1
5422026-08-24T22:04:44.007Z Downloaded foreign-types v0.3.2
5432026-08-24T22:04:44.007Z Downloaded block-buffer v0.12.1
5442026-08-24T22:04:44.013Z Downloaded find-msvc-tools v0.1.9
5452026-08-24T22:04:44.013Z Downloaded foreign-types-shared v0.1.1
5462026-08-24T22:04:44.013Z Downloaded env_logger v0.11.11
5472026-08-24T22:04:44.017Z Downloaded enum_dispatch v0.3.13
5482026-08-24T22:04:44.017Z Downloaded ciborium-ll v0.2.2
5492026-08-24T22:04:44.017Z Downloaded nodrop v0.1.14
5502026-08-24T22:04:44.022Z Downloaded float-cmp v0.10.0
5512026-08-24T22:04:44.022Z Downloaded hash32 v0.2.1
5522026-08-24T22:04:44.026Z Downloaded git-stub v1.0.0
5532026-08-24T22:04:44.026Z Downloaded home v0.5.12
5542026-08-24T22:04:44.029Z Downloaded hostname v0.3.1
5552026-08-24T22:04:44.035Z Downloaded nibble_vec v0.1.0
5562026-08-24T22:04:44.035Z Downloaded bitfield v0.19.4
5572026-08-24T22:04:44.035Z Downloaded globwalk v0.9.1
5582026-08-24T22:04:44.035Z Downloaded hex-literal v1.1.0
5592026-08-24T22:04:44.035Z Downloaded http-body v1.0.1
5602026-08-24T22:04:44.040Z Downloaded oso-derive v0.27.3
5612026-08-24T22:04:44.040Z Downloaded fxhash v0.2.1
5622026-08-24T22:04:44.040Z Downloaded path-slash v0.1.5
5632026-08-24T22:04:44.040Z Downloaded argon2 v0.5.3
5642026-08-24T22:04:44.044Z Downloaded bit-vec v0.8.0
5652026-08-24T22:04:44.044Z Downloaded bs58 v0.5.1
5662026-08-24T22:04:44.044Z Downloaded flume v0.11.1
5672026-08-24T22:04:44.049Z Downloaded headers-core v0.3.0
5682026-08-24T22:04:44.049Z Downloaded num_threads v0.1.7
5692026-08-24T22:04:44.049Z Downloaded anstream v0.6.21
5702026-08-24T22:04:44.055Z Downloaded num-integer v0.1.46
5712026-08-24T22:04:44.055Z Downloaded bitflags v1.3.2
5722026-08-24T22:04:44.055Z Downloaded hubpack_derive v0.1.1
5732026-08-24T22:04:44.055Z Downloaded cassowary v0.3.0
5742026-08-24T22:04:44.055Z Downloaded cipher v0.4.4
5752026-08-24T22:04:44.059Z Downloaded phf_shared v0.11.3
5762026-08-24T22:04:44.059Z Downloaded http-range v0.1.5
5772026-08-24T22:04:44.059Z Downloaded futures-executor v0.3.32
5782026-08-24T22:04:44.059Z Downloaded proc-macro-error-attr2 v2.0.0
5792026-08-24T22:04:44.059Z Downloaded progenitor-client v0.14.0
5802026-08-24T22:04:44.059Z Downloaded foldhash v0.2.0
5812026-08-24T22:04:44.059Z Downloaded fs-err v2.11.0
5822026-08-24T22:04:44.062Z Downloaded futures-macro v0.3.32
5832026-08-24T22:04:44.062Z Downloaded chacha20poly1305 v0.10.1
5842026-08-24T22:04:44.062Z Downloaded compact_str v0.8.1
5852026-08-24T22:04:44.065Z Downloaded backoff v0.4.0
5862026-08-24T22:04:44.066Z Downloaded cmov v0.5.4
5872026-08-24T22:04:44.066Z Downloaded fallible-iterator v0.2.0
5882026-08-24T22:04:44.066Z Downloaded futures-channel v0.3.32
5892026-08-24T22:04:44.070Z Downloaded getrandom v0.2.17
5902026-08-24T22:04:44.075Z Downloaded cbc v0.2.1
5912026-08-24T22:04:44.075Z Downloaded precomputed-hash v0.1.1
5922026-08-24T22:04:44.075Z Downloaded ref-cast-impl v1.0.25
5932026-08-24T22:04:44.075Z Downloaded russh-util v0.52.0
5942026-08-24T22:04:44.075Z Downloaded rand_pcg v0.10.2
5952026-08-24T22:04:44.079Z Downloaded recursive v0.1.1
5962026-08-24T22:04:44.079Z Downloaded rustc_version v0.4.1
5972026-08-24T22:04:44.079Z Downloaded scopeguard v1.2.0
5982026-08-24T22:04:44.079Z Downloaded chumsky v0.9.3
5992026-08-24T22:04:44.083Z Downloaded fatfs v0.3.6
6002026-08-24T22:04:44.086Z Downloaded cmake v0.1.57
6012026-08-24T22:04:44.086Z Downloaded const-oid v0.10.2
6022026-08-24T22:04:44.089Z Downloaded fixedbitset v0.5.7
6032026-08-24T22:04:44.089Z Downloaded fs_extra v1.3.0
6042026-08-24T22:04:44.089Z Downloaded group v0.14.0
6052026-08-24T22:04:44.092Z Downloaded seq-macro v0.3.6
6062026-08-24T22:04:44.095Z Downloaded signal-hook-tokio v0.3.1
6072026-08-24T22:04:44.095Z Downloaded group v0.13.0
6082026-08-24T22:04:44.095Z Downloaded camino-tempfile-ext v0.3.3
6092026-08-24T22:04:44.095Z Downloaded cipher v0.5.2
6102026-08-24T22:04:44.099Z Downloaded glob v0.3.3
6112026-08-24T22:04:44.099Z Downloaded compression-codecs v0.4.37
6122026-08-24T22:04:44.099Z Downloaded num_enum v0.5.11
6132026-08-24T22:04:44.102Z Downloaded phf_shared v0.12.1
6142026-08-24T22:04:44.102Z Downloaded siphasher v1.0.2
6152026-08-24T22:04:44.102Z Downloaded parking_lot_core v0.8.6
6162026-08-24T22:04:44.105Z Downloaded paste v1.0.15
6172026-08-24T22:04:44.105Z Downloaded stable_deref_trait v1.2.1
6182026-08-24T22:04:44.105Z Downloaded strum v0.27.2
6192026-08-24T22:04:44.105Z Downloaded strsim v0.10.0
6202026-08-24T22:04:44.110Z Downloaded async-bb8-diesel v0.2.1
6212026-08-24T22:04:44.110Z Downloaded bzip2 v0.4.4
6222026-08-24T22:04:44.110Z Downloaded bzip2 v0.6.1
6232026-08-24T22:04:44.110Z Downloaded colored v3.1.1
6242026-08-24T22:04:44.113Z Downloaded ppv-lite86 v0.2.21
6252026-08-24T22:04:44.113Z Downloaded blake2 v0.11.0-rc.6
6262026-08-24T22:04:44.113Z Downloaded foldhash v0.1.5
6272026-08-24T22:04:44.113Z Downloaded progenitor-extras v0.2.0
6282026-08-24T22:04:44.118Z Downloaded polyval v0.7.1
6292026-08-24T22:04:44.118Z Downloaded progenitor-client v0.13.0
6302026-08-24T22:04:44.118Z Downloaded globset v0.4.18
6312026-08-24T22:04:44.123Z Downloaded http-body-util v0.1.3
6322026-08-24T22:04:44.123Z Downloaded subtle v2.6.1
6332026-08-24T22:04:44.123Z Downloaded cancel-safe-futures v0.1.5
6342026-08-24T22:04:44.123Z Downloaded colored v2.2.0
6352026-08-24T22:04:44.128Z Downloaded const-oid v0.9.6
6362026-08-24T22:04:44.128Z Downloaded allocator-api2 v0.2.21
6372026-08-24T22:04:44.128Z Downloaded blake2 v0.10.6
6382026-08-24T22:04:44.132Z Downloaded httparse v1.10.1
6392026-08-24T22:04:44.132Z Downloaded hybrid-array v0.4.13
6402026-08-24T22:04:44.132Z Downloaded git-stub-vcs v0.1.0
6412026-08-24T22:04:44.132Z Downloaded blowfish v0.10.0
6422026-08-24T22:04:44.133Z Downloaded buf-list v1.1.2
6432026-08-24T22:04:44.137Z Downloaded ciborium v0.2.2
6442026-08-24T22:04:44.137Z Downloaded console v0.15.11
6452026-08-24T22:04:44.137Z Downloaded unicode-xid v0.2.6
6462026-08-24T22:04:44.137Z Downloaded unarray v0.1.4
6472026-08-24T22:04:44.137Z Downloaded want v0.3.1
6482026-08-24T22:04:44.140Z Downloaded schemars_derive v0.8.22
6492026-08-24T22:04:44.140Z Downloaded base64 v0.21.7
6502026-08-24T22:04:44.140Z Downloaded base64 v0.22.1
6512026-08-24T22:04:44.143Z Downloaded chacha20 v0.10.0
6522026-08-24T22:04:44.143Z Downloaded generic-array v1.4.3
6532026-08-24T22:04:44.147Z Downloaded phf_shared v0.13.1
6542026-08-24T22:04:44.147Z Downloaded rand_seeder v0.4.0
6552026-08-24T22:04:44.147Z Downloaded pem-rfc7468 v1.0.0
6562026-08-24T22:04:44.147Z Downloaded primeorder v0.13.6
6572026-08-24T22:04:44.150Z Downloaded rand_chacha v0.9.0
6582026-08-24T22:04:44.150Z Downloaded yoke-derive v0.8.1
6592026-08-24T22:04:44.150Z Downloaded usdt-attr-macro v0.6.0
6602026-08-24T22:04:44.150Z Downloaded serdect v0.4.3
6612026-08-24T22:04:44.150Z Downloaded async-trait v0.1.89
6622026-08-24T22:04:44.157Z Downloaded crc-catalog v2.4.0
6632026-08-24T22:04:44.157Z Downloaded usdt v0.6.0
6642026-08-24T22:04:44.157Z Downloaded parking_lot v0.12.5
6652026-08-24T22:04:44.160Z Downloaded slog-stdlog v4.1.1
6662026-08-24T22:04:44.160Z Downloaded zeroize_derive v1.5.0
6672026-08-24T22:04:44.160Z Downloaded termios v0.3.3
6682026-08-24T22:04:44.160Z Downloaded rustversion v1.0.22
6692026-08-24T22:04:44.167Z Downloaded highway v1.3.0
6702026-08-24T22:04:44.170Z Downloaded hmac v0.12.1
6712026-08-24T22:04:44.170Z Downloaded quinn-udp v0.5.14
6722026-08-24T22:04:44.170Z Downloaded argon2 v0.6.0-rc.8
6732026-08-24T22:04:44.170Z Downloaded console v0.16.2
6742026-08-24T22:04:44.173Z Downloaded postgres-types v0.2.12
6752026-08-24T22:04:44.173Z Downloaded serde_derive_internals v0.29.1
6762026-08-24T22:04:44.177Z Downloaded humantime v2.3.0
6772026-08-24T22:04:44.177Z Downloaded simd-adler32 v0.3.8
6782026-08-24T22:04:44.177Z Downloaded smf v0.2.3
6792026-08-24T22:04:44.180Z Downloaded snafu-derive v0.8.9
6802026-08-24T22:04:44.180Z Downloaded dirs-sys-next v0.1.2
6812026-08-24T22:04:44.180Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6822026-08-24T22:04:44.181Z Downloaded cstr-argument v0.1.2
6832026-08-24T22:04:44.181Z Downloaded elliptic-curve v0.14.1
6842026-08-24T22:04:44.190Z Downloaded lalrpop-util v0.19.12
6852026-08-24T22:04:44.193Z Downloaded tui-tree-widget v0.23.1
6862026-08-24T22:04:44.193Z Downloaded take_mut v0.2.2
6872026-08-24T22:04:44.193Z Downloaded arc-swap v1.8.2
6882026-08-24T22:04:44.196Z Downloaded vergen-lib v0.1.6
6892026-08-24T22:04:44.196Z Downloaded defmt-parser v1.0.0
6902026-08-24T22:04:44.199Z Downloaded difflib v0.4.0
6912026-08-24T22:04:44.202Z Downloaded writeable v0.6.2
6922026-08-24T22:04:44.202Z Downloaded synstructure v0.13.2
6932026-08-24T22:04:44.202Z Downloaded tls_codec v0.4.2
6942026-08-24T22:04:44.205Z Downloaded lru v0.12.5
6952026-08-24T22:04:44.208Z Downloaded dunce v1.0.5
6962026-08-24T22:04:44.208Z Downloaded instant v0.1.13
6972026-08-24T22:04:44.208Z Downloaded oso v0.27.3
6982026-08-24T22:04:44.211Z Downloaded term v1.2.1
6992026-08-24T22:04:44.214Z Downloaded wyz v0.5.1
7002026-08-24T22:04:44.214Z Downloaded futures v0.3.32
7012026-08-24T22:04:44.217Z Downloaded thread_local v1.1.9
7022026-08-24T22:04:44.217Z Downloaded tiny-keccak v2.0.2
7032026-08-24T22:04:44.220Z Downloaded tls_codec_derive v0.4.2
7042026-08-24T22:04:44.220Z Downloaded memoffset v0.9.1
7052026-08-24T22:04:44.220Z Downloaded toml_writer v1.1.1+spec-1.1.0
7062026-08-24T22:04:44.223Z Downloaded der_derive v0.7.3
7072026-08-24T22:04:44.226Z Downloaded lru-cache v0.1.2
7082026-08-24T22:04:44.227Z Downloaded multimap v0.10.1
7092026-08-24T22:04:44.227Z Downloaded newline-converter v0.3.0
7102026-08-24T22:04:44.227Z Downloaded newtype_derive v0.1.6
7112026-08-24T22:04:44.227Z Downloaded openssl-probe v0.1.6
7122026-08-24T22:04:44.230Z Downloaded diesel-dtrace v0.5.0
7132026-08-24T22:04:44.230Z Downloaded openssl-probe v0.2.1
7142026-08-24T22:04:44.230Z Downloaded num-conv v0.2.0
7152026-08-24T22:04:44.230Z Downloaded olpc-cjson v0.1.4
7162026-08-24T22:04:44.230Z Downloaded usdt-impl v0.6.0
7172026-08-24T22:04:44.233Z Downloaded predicates-tree v1.0.13
7182026-08-24T22:04:44.233Z Downloaded salsa20 v0.11.0
7192026-08-24T22:04:44.236Z Downloaded serde_cbor v0.11.2
7202026-08-24T22:04:44.236Z Downloaded packed_struct_codegen v0.10.1
7212026-08-24T22:04:44.236Z Downloaded getrandom v0.4.3
7222026-08-24T22:04:44.239Z Downloaded nonempty v0.12.0
7232026-08-24T22:04:44.239Z Downloaded rand_chacha v0.3.1
7242026-08-24T22:04:44.239Z Downloaded ar_archive_writer v0.5.1
7252026-08-24T22:04:44.242Z Downloaded bytes v1.11.1
7262026-08-24T22:04:44.245Z Downloaded const_format_proc_macros v0.2.34
7272026-08-24T22:04:44.248Z Downloaded impl-trait-for-tuples v0.2.3
7282026-08-24T22:04:44.248Z Downloaded recursive-proc-macro-impl v0.1.1
7292026-08-24T22:04:44.248Z Downloaded either v1.15.0
7302026-08-24T22:04:44.252Z Downloaded hickory-server v0.25.2
7312026-08-24T22:04:44.256Z Downloaded radium v0.7.0
7322026-08-24T22:04:44.256Z Downloaded rand_xorshift v0.4.0
7332026-08-24T22:04:44.261Z Downloaded ingot-types v0.2.0
7342026-08-24T22:04:44.261Z Downloaded ipnetwork v0.21.1
7352026-08-24T22:04:44.261Z Downloaded jobserver v0.1.34
7362026-08-24T22:04:44.265Z Downloaded libsw v3.5.0
7372026-08-24T22:04:44.268Z Downloaded russh-cryptovec v0.62.0
7382026-08-24T22:04:44.268Z Downloaded serde-big-array v0.5.1
7392026-08-24T22:04:44.268Z Downloaded dof v0.4.0
7402026-08-24T22:04:44.271Z Downloaded rfc6979 v0.6.0
7412026-08-24T22:04:44.274Z Downloaded sqlparser_derive v0.5.0
7422026-08-24T22:04:44.274Z Downloaded lock_api v0.4.14
7432026-08-24T22:04:44.277Z Downloaded half v2.7.1
7442026-08-24T22:04:44.277Z Downloaded crossbeam-utils v0.8.21
7452026-08-24T22:04:44.280Z Downloaded darling v0.20.11
7462026-08-24T22:04:44.283Z Downloaded dtrace-parser v0.3.0
7472026-08-24T22:04:44.283Z Downloaded strip-ansi-escapes v0.2.1
7482026-08-24T22:04:44.283Z Downloaded signature v2.2.0
7492026-08-24T22:04:44.286Z Downloaded supports-color v3.0.2
7502026-08-24T22:04:44.286Z Downloaded bumpalo v3.20.2
7512026-08-24T22:04:44.286Z Downloaded backtrace v0.3.76
7522026-08-24T22:04:44.291Z Downloaded signature v3.0.0
7532026-08-24T22:04:44.291Z Downloaded progenitor-impl v0.13.0
7542026-08-24T22:04:44.294Z Downloaded derive_builder v0.20.2
7552026-08-24T22:04:44.294Z Downloaded tokio-stream v0.1.18
7562026-08-24T22:04:44.297Z Downloaded omicron-zone-package v0.12.3
7572026-08-24T22:04:44.300Z Downloaded num_enum_derive v0.5.11
7582026-08-24T22:04:44.300Z Downloaded phf v0.13.1
7592026-08-24T22:04:44.303Z Downloaded pkg-config v0.3.32
7602026-08-24T22:04:44.303Z Downloaded sync-ptr v0.1.4
7612026-08-24T22:04:44.303Z Downloaded thread-id v5.1.0
7622026-08-24T22:04:44.303Z Downloaded sigpipe v0.1.3
7632026-08-24T22:04:44.303Z Downloaded tap v1.0.1
7642026-08-24T22:04:44.306Z Downloaded ryu v1.0.23
7652026-08-24T22:04:44.309Z Downloaded half v1.8.3
7662026-08-24T22:04:44.312Z Downloaded rfc6979 v0.4.0
7672026-08-24T22:04:44.315Z Downloaded trait-variant v0.1.2
7682026-08-24T22:04:44.318Z Downloaded unsafe-libyaml v0.2.11
7692026-08-24T22:04:44.321Z Downloaded oxnet v0.1.6
7702026-08-24T22:04:44.324Z Downloaded progenitor v0.14.0
7712026-08-24T22:04:44.324Z Downloaded topological-sort v0.2.2
7722026-08-24T22:04:44.324Z Downloaded try-lock v0.2.5
7732026-08-24T22:04:44.327Z Downloaded universal-hash v0.6.1
7742026-08-24T22:04:44.327Z Downloaded vte v0.14.1
7752026-08-24T22:04:44.332Z Downloaded libsw-core v0.3.2
7762026-08-24T22:04:44.332Z Downloaded serde-hex v0.1.0
7772026-08-24T22:04:44.332Z Downloaded serde_with_macros v1.5.2
7782026-08-24T22:04:44.332Z Downloaded convert_case v0.4.0
7792026-08-24T22:04:44.332Z Downloaded expectorate v1.2.0
7802026-08-24T22:04:44.335Z Downloaded primefield v0.14.0
7812026-08-24T22:04:44.335Z Downloaded p256 v0.14.0
7822026-08-24T22:04:44.338Z Downloaded darling_macro v0.20.11
7832026-08-24T22:04:44.338Z Downloaded sec1 v0.7.3
7842026-08-24T22:04:44.342Z Downloaded crc-any v2.5.0
7852026-08-24T22:04:44.342Z Downloaded headers v0.4.1
7862026-08-24T22:04:44.345Z Downloaded psm v0.1.30
7872026-08-24T22:04:44.345Z Downloaded darling_macro v0.13.4
7882026-08-24T22:04:44.345Z Downloaded mime_guess v2.0.5
7892026-08-24T22:04:44.348Z Downloaded rustc-demangle v0.1.27
7902026-08-24T22:04:44.348Z Downloaded embedded-io v0.6.1
7912026-08-24T22:04:44.352Z Downloaded rand v0.8.6
7922026-08-24T22:04:44.355Z Downloaded heapless v0.8.0
7932026-08-24T22:04:44.355Z Downloaded heapless v0.7.17
7942026-08-24T22:04:44.359Z Downloaded hickory-resolver v0.24.4
7952026-08-24T22:04:44.359Z Downloaded parking_lot v0.11.2
7962026-08-24T22:04:44.362Z Downloaded parking_lot_core v0.9.12
7972026-08-24T22:04:44.362Z Downloaded pkcs1 v0.7.5
7982026-08-24T22:04:44.364Z Downloaded static_assertions v1.1.0
7992026-08-24T22:04:44.364Z Downloaded poly1305 v0.8.0
8002026-08-24T22:04:44.365Z Downloaded indent_write v2.2.0
8012026-08-24T22:04:44.367Z Downloaded crunchy v0.2.4
8022026-08-24T22:04:44.367Z Downloaded derive_builder_macro v0.20.2
8032026-08-24T22:04:44.367Z Downloaded spki v0.7.3
8042026-08-24T22:04:44.372Z Downloaded pkcs8 v0.11.0
8052026-08-24T22:04:44.375Z Downloaded jiff-static v0.2.34
8062026-08-24T22:04:44.375Z Downloaded lzss v0.8.2
8072026-08-24T22:04:44.378Z Downloaded libscf-sys v1.2.0
8082026-08-24T22:04:44.378Z Downloaded dropshot-api-manager-types v0.8.0
8092026-08-24T22:04:44.378Z Downloaded instability v0.3.11
8102026-08-24T22:04:44.378Z Downloaded is-terminal v0.4.17
8112026-08-24T22:04:44.382Z Downloaded maybe-uninit v2.0.0
8122026-08-24T22:04:44.382Z Downloaded cc v1.2.56
8132026-08-24T22:04:44.382Z Downloaded strum_macros v0.24.3
8142026-08-24T22:04:44.382Z Downloaded tinystr v0.8.2
8152026-08-24T22:04:44.385Z Downloaded vsss-rs v3.3.4
8162026-08-24T22:04:44.385Z Downloaded hickory-resolver v0.25.2
8172026-08-24T22:04:44.388Z Downloaded aes-gcm v0.11.0
8182026-08-24T22:04:44.391Z Downloaded crossbeam-deque v0.8.6
8192026-08-24T22:04:44.391Z Downloaded openssl-macros v0.1.1
8202026-08-24T22:04:44.391Z Downloaded similar v2.7.0
8212026-08-24T22:04:44.395Z Downloaded parse-display v0.10.0
8222026-08-24T22:04:44.395Z Downloaded slog-term v2.9.2
8232026-08-24T22:04:44.399Z Downloaded convert_case v0.10.0
8242026-08-24T22:04:44.399Z Downloaded deranged v0.5.8
8252026-08-24T22:04:44.399Z Downloaded defmt-macros v1.0.1
8262026-08-24T22:04:44.402Z Downloaded zip v0.6.6
8272026-08-24T22:04:44.402Z Downloaded primeorder v0.14.0
8282026-08-24T22:04:44.402Z Downloaded vergen-git2 v9.1.0
8292026-08-24T22:04:44.402Z Downloaded displaydoc v0.2.5
8302026-08-24T22:04:44.406Z Downloaded potential_utf v0.1.4
8312026-08-24T22:04:44.406Z Downloaded proc-macro-crate v3.4.0
8322026-08-24T22:04:44.409Z Downloaded digest v0.11.3
8332026-08-24T22:04:44.415Z Downloaded ml-kem v0.3.2
8342026-08-24T22:04:44.419Z Downloaded percent-encoding v2.3.2
8352026-08-24T22:04:44.419Z Downloaded tokio-rustls v0.26.4
8362026-08-24T22:04:44.422Z Downloaded toml_parser v1.1.2+spec-1.1.0
8372026-08-24T22:04:44.422Z Downloaded idna_adapter v1.2.1
8382026-08-24T22:04:44.422Z Downloaded ref-cast v1.0.25
8392026-08-24T22:04:44.425Z Downloaded secrecy v0.10.3
8402026-08-24T22:04:44.425Z Downloaded serde_plain v1.0.2
8412026-08-24T22:04:44.425Z Downloaded whoami v2.1.0
8422026-08-24T22:04:44.428Z Downloaded subprocess v0.2.15
8432026-08-24T22:04:44.431Z Downloaded icu_locale_core v2.1.1
8442026-08-24T22:04:44.434Z Downloaded indicatif v0.18.4
8452026-08-24T22:04:44.439Z Downloaded serde_with_macros v3.21.0
8462026-08-24T22:04:44.439Z Downloaded darling v0.13.4
8472026-08-24T22:04:44.442Z Downloaded progenitor-macro v0.13.0
8482026-08-24T22:04:44.442Z Downloaded progenitor-macro v0.14.0
8492026-08-24T22:04:44.442Z Downloaded schemars v1.2.1
8502026-08-24T22:04:44.448Z Downloaded oxide-update-engine v0.1.2
8512026-08-24T22:04:44.451Z Downloaded packed_struct v0.10.1
8522026-08-24T22:04:44.451Z Downloaded tabwriter v1.4.1
8532026-08-24T22:04:44.451Z Downloaded tagptr v0.2.0
8542026-08-24T22:04:44.454Z Downloaded p521 v0.14.0
8552026-08-24T22:04:44.457Z Downloaded sapling-renderdag v0.1.0
8562026-08-24T22:04:44.461Z Downloaded iana-time-zone v0.1.65
8572026-08-24T22:04:44.461Z Downloaded scroll_derive v0.13.1
8582026-08-24T22:04:44.461Z Downloaded signal-hook-mio v0.2.5
8592026-08-24T22:04:44.461Z Downloaded sha1 v0.11.0
8602026-08-24T22:04:44.464Z Downloaded sync_wrapper v1.0.2
8612026-08-24T22:04:44.464Z Downloaded strum v0.26.3
8622026-08-24T22:04:44.464Z Downloaded universal-hash v0.5.1
8632026-08-24T22:04:44.464Z Downloaded untrusted v0.7.1
8642026-08-24T22:04:44.467Z Downloaded derive_more v2.1.1
8652026-08-24T22:04:44.472Z Downloaded flate2 v1.1.9
8662026-08-24T22:04:44.477Z Downloaded papergrid v0.18.0
8672026-08-24T22:04:44.480Z Downloaded socket2 v0.5.10
8682026-08-24T22:04:44.480Z Downloaded const_format v0.2.35
8692026-08-24T22:04:44.480Z Downloaded resolv-conf v0.7.6
8702026-08-24T22:04:44.483Z Downloaded rustls-native-certs v0.8.3
8712026-08-24T22:04:44.483Z Downloaded crucible-workspace-hack v0.1.0
8722026-08-24T22:04:44.483Z Downloaded darling_core v0.21.3
8732026-08-24T22:04:44.486Z Downloaded dirs-next v2.0.0
8742026-08-24T22:04:44.486Z Downloaded knus-derive v3.4.0
8752026-08-24T22:04:44.486Z Downloaded whoami v1.6.1
8762026-08-24T22:04:44.489Z Downloaded tower-layer v0.3.3
8772026-08-24T22:04:44.489Z Downloaded hashbrown v0.13.2
8782026-08-24T22:04:44.493Z Downloaded newtype-uuid v1.3.2
8792026-08-24T22:04:44.493Z Downloaded num-rational v0.4.2
8802026-08-24T22:04:44.493Z Downloaded icu_normalizer v2.1.1
8812026-08-24T22:04:44.508Z Downloaded rayon-core v1.13.0
8822026-08-24T22:04:44.508Z Downloaded rcgen v0.12.1
8832026-08-24T22:04:44.508Z Downloaded uuid v1.23.4
8842026-08-24T22:04:44.508Z Downloaded hashbrown v0.12.3
8852026-08-24T22:04:44.508Z Downloaded yasna v0.5.2
8862026-08-24T22:04:44.508Z Downloaded ident_case v1.0.1
8872026-08-24T22:04:44.508Z Downloaded inout v0.2.2
8882026-08-24T22:04:44.508Z Downloaded multer v3.1.0
8892026-08-24T22:04:44.508Z Downloaded aes v0.9.1
8902026-08-24T22:04:44.508Z Downloaded wnaf v0.14.0
8912026-08-24T22:04:44.508Z Downloaded crc32fast v1.5.0
8922026-08-24T22:04:44.514Z Downloaded pem-rfc7468 v0.7.0
8932026-08-24T22:04:44.514Z Downloaded zone_cfg_derive v0.3.1
8942026-08-24T22:04:44.514Z Downloaded ssh-cipher v0.3.0
8952026-08-24T22:04:44.514Z Downloaded http v1.4.2
8962026-08-24T22:04:44.514Z Downloaded keccak v0.1.6
8972026-08-24T22:04:44.514Z Downloaded managed v0.8.0
8982026-08-24T22:04:44.514Z Downloaded schemars v0.8.22
8992026-08-24T22:04:44.520Z Downloaded md5 v0.8.0
9002026-08-24T22:04:44.523Z Downloaded port-file v0.1.0
9012026-08-24T22:04:44.523Z Downloaded r2d2 v0.8.10
9022026-08-24T22:04:44.523Z Downloaded embedded-io v0.4.0
9032026-08-24T22:04:44.523Z Downloaded cpubits v0.1.1
9042026-08-24T22:04:44.523Z Downloaded rsa v0.9.10
9052026-08-24T22:04:44.526Z Downloaded zeroize v1.9.0
9062026-08-24T22:04:44.531Z Downloaded icu_provider v2.1.1
9072026-08-24T22:04:44.531Z Downloaded knus v3.4.0
9082026-08-24T22:04:44.535Z Downloaded rustls-pemfile v2.2.0
9092026-08-24T22:04:44.535Z Downloaded linear-map v1.2.0
9102026-08-24T22:04:44.539Z Downloaded opaque-debug v0.3.1
9112026-08-24T22:04:44.539Z Downloaded debug-ignore v1.0.5
9122026-08-24T22:04:44.539Z Downloaded daft v0.1.7
9132026-08-24T22:04:44.543Z Downloaded libbz2-rs-sys v0.2.2
9142026-08-24T22:04:44.548Z Downloaded derive_builder_core v0.20.2
9152026-08-24T22:04:44.548Z Downloaded darling_core v0.20.11
9162026-08-24T22:04:44.551Z Downloaded num-bigint-dig v0.8.6
9172026-08-24T22:04:44.551Z Downloaded toml v0.7.8
9182026-08-24T22:04:44.551Z Downloaded tungstenite v0.21.0
9192026-08-24T22:04:44.555Z Downloaded ed25519-dalek v3.0.0
9202026-08-24T22:04:44.558Z Downloaded rustls-webpki v0.103.13
9212026-08-24T22:04:44.558Z Downloaded strum_macros v0.26.4
9222026-08-24T22:04:44.561Z Downloaded secrecy v0.8.0
9232026-08-24T22:04:44.568Z Downloaded spin v0.9.8
9242026-08-24T22:04:44.571Z Downloaded pkcs1 v0.8.0-rc.4
9252026-08-24T22:04:44.571Z Downloaded schemars v0.9.0
9262026-08-24T22:04:44.577Z Downloaded walkdir v2.5.0
9272026-08-24T22:04:44.581Z Downloaded ingot v0.2.1
9282026-08-24T22:04:44.581Z Downloaded critical-section v1.2.0
9292026-08-24T22:04:44.581Z Downloaded rtoolbox v0.0.3
9302026-08-24T22:04:44.581Z Downloaded slog-bunyan v2.5.0
9312026-08-24T22:04:44.584Z Downloaded structmeta v0.3.0
9322026-08-24T22:04:44.584Z Downloaded daft-derive v0.1.7
9332026-08-24T22:04:44.587Z Downloaded keccak v0.2.0
9342026-08-24T22:04:44.587Z Downloaded zip v4.6.1
9352026-08-24T22:04:44.592Z Downloaded semver v0.1.20
9362026-08-24T22:04:44.592Z Downloaded sha1 v0.10.6
9372026-08-24T22:04:44.592Z Downloaded icu_normalizer_data v2.1.1
9382026-08-24T22:04:44.595Z Downloaded tar v0.4.46
9392026-08-24T22:04:44.595Z Downloaded typed-path v0.9.3
9402026-08-24T22:04:44.598Z Downloaded pbkdf2 v0.13.0
9412026-08-24T22:04:44.598Z Downloaded toml_edit v0.23.10+spec-1.0.0
9422026-08-24T22:04:44.601Z Downloaded indexmap v1.9.3
9432026-08-24T22:04:44.601Z Downloaded smallvec v1.15.1
9442026-08-24T22:04:44.604Z Downloaded dropshot_endpoint v0.17.1
9452026-08-24T22:04:44.604Z Downloaded prefix-trie v0.7.0
9462026-08-24T22:04:44.607Z Downloaded termtree v0.5.1
9472026-08-24T22:04:44.607Z Downloaded tinyvec_macros v0.1.1
9482026-08-24T22:04:44.607Z Downloaded xattr v1.6.1
9492026-08-24T22:04:44.607Z Downloaded zerocopy-derive v0.8.55
9502026-08-24T22:04:44.612Z Downloaded nanorand v0.7.0
9512026-08-24T22:04:44.615Z Downloaded string_cache v0.8.9
9522026-08-24T22:04:44.615Z Downloaded waitgroup v0.1.2
9532026-08-24T22:04:44.615Z Downloaded twox-hash v2.1.2
9542026-08-24T22:04:44.618Z Downloaded darling_macro v0.23.0
9552026-08-24T22:04:44.618Z Downloaded aho-corasick v1.1.4
9562026-08-24T22:04:44.623Z Downloaded pem v3.0.6
9572026-08-24T22:04:44.623Z Downloaded darling_core v0.23.0
9582026-08-24T22:04:44.626Z Downloaded tungstenite v0.23.0
9592026-08-24T22:04:44.626Z Downloaded yansi v1.0.1
9602026-08-24T22:04:44.629Z Downloaded oxide-tokio-rt v0.1.4
9612026-08-24T22:04:44.629Z Downloaded crc8 v0.1.1
9622026-08-24T22:04:44.629Z Downloaded miniz_oxide v0.8.9
9632026-08-24T22:04:44.629Z Downloaded slog v2.8.2
9642026-08-24T22:04:44.632Z Downloaded illumos-nvpair-sys v0.2.0
9652026-08-24T22:04:44.632Z Downloaded pkcs8 v0.10.2
9662026-08-24T22:04:44.632Z Downloaded postgres-protocol v0.6.10
9672026-08-24T22:04:44.635Z Downloaded progenitor v0.13.0
9682026-08-24T22:04:44.635Z Downloaded inout v0.1.4
9692026-08-24T22:04:44.635Z Downloaded publicsuffix v2.3.0
9702026-08-24T22:04:44.638Z Downloaded itertools v0.10.5
9712026-08-24T22:04:44.642Z Downloaded num-derive v0.4.2
9722026-08-24T22:04:44.642Z Downloaded downcast-rs v2.0.2
9732026-08-24T22:04:44.642Z Downloaded is_ci v1.2.0
9742026-08-24T22:04:44.642Z Downloaded maplit v1.0.2
9752026-08-24T22:04:44.645Z Downloaded scroll v0.13.0
9762026-08-24T22:04:44.645Z Downloaded vergen-lib v9.1.0
9772026-08-24T22:04:44.645Z Downloaded predicates-core v1.0.10
9782026-08-24T22:04:44.645Z Downloaded zerotrie v0.2.3
9792026-08-24T22:04:44.649Z Downloaded ecdsa v0.17.0
9802026-08-24T22:04:44.649Z Downloaded toml v1.1.2+spec-1.1.0
9812026-08-24T22:04:44.652Z Downloaded rustc-hash v2.1.1
9822026-08-24T22:04:44.652Z Downloaded crossterm v0.28.1
9832026-08-24T22:04:44.655Z Downloaded spki v0.8.0
9842026-08-24T22:04:44.655Z Downloaded p384 v0.14.0
9852026-08-24T22:04:44.658Z Downloaded peg-runtime v0.8.5
9862026-08-24T22:04:44.658Z Downloaded slog-scope v4.4.1
9872026-08-24T22:04:44.658Z Downloaded usdt-macro v0.6.0
9882026-08-24T22:04:44.658Z Downloaded hashbrown v0.15.5
9892026-08-24T22:04:44.662Z Downloaded tower v0.5.3
9902026-08-24T22:04:44.666Z Downloaded ron v0.8.1
9912026-08-24T22:04:44.671Z Downloaded tokio-dtrace v0.1.1
9922026-08-24T22:04:44.674Z Downloaded cpufeatures v0.3.0
9932026-08-24T22:04:44.674Z Downloaded csv-core v0.1.13
9942026-08-24T22:04:44.674Z Downloaded hashbrown v0.14.5
9952026-08-24T22:04:44.677Z Downloaded constant_time_eq v0.4.2
9962026-08-24T22:04:44.677Z Downloaded shell-words v1.1.1
9972026-08-24T22:04:44.677Z Downloaded hashbrown v0.16.1
9982026-08-24T22:04:44.680Z Downloaded tracing-core v0.1.36
9992026-08-24T22:04:44.683Z Downloaded drift v0.2.0
10002026-08-24T22:04:44.687Z Downloaded tokio-util v0.7.18
10012026-08-24T22:04:44.690Z Downloaded ed25519 v2.2.3
10022026-08-24T22:04:44.693Z Downloaded unicode-normalization v0.1.25
10032026-08-24T22:04:44.697Z Downloaded oxide-update-engine-display v0.1.2
10042026-08-24T22:04:44.697Z Downloaded serde_repr v0.1.20
10052026-08-24T22:04:44.697Z Downloaded sponge-cursor v0.1.0
10062026-08-24T22:04:44.697Z Downloaded elliptic-curve v0.13.8
10072026-08-24T22:04:44.700Z Downloaded testing_table v0.3.0
10082026-08-24T22:04:44.700Z Downloaded delegate v0.13.5
10092026-08-24T22:04:44.700Z Downloaded libefi-sys v0.1.0
10102026-08-24T22:04:44.700Z Downloaded unit-prefix v0.5.2
10112026-08-24T22:04:44.703Z Downloaded samael v0.0.19
10122026-08-24T22:04:44.706Z Downloaded zopfli v0.8.3
10132026-08-24T22:04:44.706Z Downloaded ed25519 v3.0.0
10142026-08-24T22:04:44.706Z Downloaded tokio-test v0.4.5
10152026-08-24T22:04:44.709Z Downloaded typify-macro v0.6.2
10162026-08-24T22:04:44.709Z Downloaded crc v3.4.0
10172026-08-24T22:04:44.709Z Downloaded darling_macro v0.21.3
10182026-08-24T22:04:44.709Z Downloaded document-features v0.2.12
10192026-08-24T22:04:44.709Z Downloaded crypto-bigint v0.5.5
10202026-08-24T22:04:44.714Z Downloaded proc-macro-error2 v2.0.1
10212026-08-24T22:04:44.717Z Downloaded miette-derive v7.6.0
10222026-08-24T22:04:44.720Z Downloaded pin-project-lite v0.2.17
10232026-08-24T22:04:44.723Z Downloaded lazy_static v1.5.0
10242026-08-24T22:04:44.727Z Downloaded num-iter v0.1.45
10252026-08-24T22:04:44.727Z Downloaded password-hash v0.6.1
10262026-08-24T22:04:44.731Z Downloaded sha2 v0.11.0
10272026-08-24T22:04:44.734Z Downloaded supports-hyperlinks v3.2.0
10282026-08-24T22:04:44.736Z Downloaded hyper-util v0.1.20
10292026-08-24T22:04:44.739Z Downloaded tracing-attributes v0.1.31
10302026-08-24T22:04:44.739Z Downloaded vergen v9.1.0
10312026-08-24T22:04:44.744Z Downloaded darling v0.21.3
10322026-08-24T22:04:44.744Z Downloaded diff v0.1.13
10332026-08-24T22:04:44.747Z Downloaded slab v0.4.12
10342026-08-24T22:04:44.747Z Downloaded rustc_version v0.1.7
10352026-08-24T22:04:44.747Z Downloaded serde_urlencoded v0.7.1
10362026-08-24T22:04:44.747Z Downloaded untrusted v0.9.0
10372026-08-24T22:04:44.747Z Downloaded slog-async v2.8.0
10382026-08-24T22:04:44.750Z Downloaded stacker v0.1.23
10392026-08-24T22:04:44.750Z Downloaded num-traits v0.2.19
10402026-08-24T22:04:44.753Z Downloaded ipnet v2.12.0
10412026-08-24T22:04:44.756Z Downloaded support-bundle-viewer v0.1.2
10422026-08-24T22:04:44.756Z Downloaded thiserror-impl-no-std v2.0.2
10432026-08-24T22:04:44.756Z Downloaded rpassword v7.5.4
10442026-08-24T22:04:44.759Z Downloaded tokio-macros v2.7.0
10452026-08-24T22:04:44.759Z Downloaded uzers v0.12.2
10462026-08-24T22:04:44.759Z Downloaded zstd v0.13.3
10472026-08-24T22:04:44.762Z Downloaded void v1.0.2
10482026-08-24T22:04:44.762Z Downloaded wait-timeout v0.2.1
10492026-08-24T22:04:44.762Z Downloaded derive_more v0.99.20
10502026-08-24T22:04:44.767Z Downloaded tokio-postgres v0.7.16
10512026-08-24T22:04:44.772Z Downloaded yoke v0.8.1
10522026-08-24T22:04:44.775Z Downloaded corncobs v0.1.4
10532026-08-24T22:04:44.775Z Downloaded crypto-common v0.2.2
10542026-08-24T22:04:44.775Z Downloaded indoc v1.0.9
10552026-08-24T22:04:44.778Z Downloaded newtype-uuid-macros v0.1.0
10562026-08-24T22:04:44.781Z Downloaded num-bigint v0.4.6
10572026-08-24T22:04:44.784Z Downloaded hyper-tls v0.6.0
10582026-08-24T22:04:44.784Z Downloaded ssh-key v0.7.0-rc.11
10592026-08-24T22:04:44.788Z Downloaded h2 v0.4.15
10602026-08-24T22:04:44.793Z Downloaded rand_core v0.10.0
10612026-08-24T22:04:44.796Z Downloaded illumos-nvpair v0.3.0
10622026-08-24T22:04:44.796Z Downloaded num-complex v0.4.6
10632026-08-24T22:04:44.796Z Downloaded phf v0.12.1
10642026-08-24T22:04:44.796Z Downloaded password-hash v0.5.0
10652026-08-24T22:04:44.796Z Downloaded pin-project-internal v1.1.11
10662026-08-24T22:04:44.799Z Downloaded nom v8.0.0
10672026-08-24T22:04:44.802Z Downloaded rand_core v0.9.5
10682026-08-24T22:04:44.802Z Downloaded derive-ex v0.1.8
10692026-08-24T22:04:44.802Z Downloaded md-5 v0.10.6
10702026-08-24T22:04:44.802Z Downloaded slog-envlogger v2.2.0
10712026-08-24T22:04:44.805Z Downloaded typify v0.6.2
10722026-08-24T22:04:44.805Z Downloaded powerfmt v0.2.0
10732026-08-24T22:04:44.808Z Downloaded smallvec v0.6.14
10742026-08-24T22:04:44.811Z Downloaded utf8_iter v1.0.4
10752026-08-24T22:04:44.811Z Downloaded thiserror-no-std v2.0.2
10762026-08-24T22:04:44.811Z Downloaded ssh-encoding v0.3.0
10772026-08-24T22:04:44.814Z Downloaded pretty_assertions v1.4.1
10782026-08-24T22:04:44.817Z Downloaded time-core v0.1.8
10792026-08-24T22:04:44.817Z Downloaded toml_datetime v1.1.1+spec-1.1.0
10802026-08-24T22:04:44.818Z Downloaded miette v7.6.0
10812026-08-24T22:04:44.821Z Downloaded zone v0.3.1
10822026-08-24T22:04:44.824Z Downloaded futures-util v0.3.32
10832026-08-24T22:04:44.828Z Downloaded xshell v0.2.7
10842026-08-24T22:04:44.831Z Downloaded rustls-pki-types v1.14.0
10852026-08-24T22:04:44.831Z Downloaded itertools v0.12.1
10862026-08-24T22:04:44.834Z Downloaded sec1 v0.8.1
10872026-08-24T22:04:44.837Z Downloaded strum_macros v0.27.2
10882026-08-24T22:04:44.837Z Downloaded curve25519-dalek-derive v0.1.1
10892026-08-24T22:04:44.837Z Downloaded dsl_auto_type v0.2.0
10902026-08-24T22:04:44.838Z Downloaded socket2 v0.6.3
10912026-08-24T22:04:44.842Z Downloaded kem v0.3.0
10922026-08-24T22:04:44.842Z Downloaded same-file v1.0.6
10932026-08-24T22:04:44.842Z Downloaded serde_spanned v1.1.1
10942026-08-24T22:04:44.842Z Downloaded linked-hash-map v0.5.6
10952026-08-24T22:04:44.845Z Downloaded lru-slab v0.1.2
10962026-08-24T22:04:44.845Z Downloaded hkdf v0.12.4
10972026-08-24T22:04:44.845Z Downloaded hyper v1.10.1
10982026-08-24T22:04:44.848Z Downloaded unicode-segmentation v1.12.0
10992026-08-24T22:04:44.851Z Downloaded nu-ansi-term v0.50.3
11002026-08-24T22:04:44.851Z Downloaded ingot-macros v0.2.0
11012026-08-24T22:04:44.854Z Downloaded oxide-update-engine-types v0.1.2
11022026-08-24T22:04:44.854Z Downloaded rand_core v0.6.4
11032026-08-24T22:04:44.854Z Downloaded parse-display-derive v0.10.0
11042026-08-24T22:04:44.854Z Downloaded tower-service v0.3.3
11052026-08-24T22:04:44.859Z Downloaded diesel_table_macro_syntax v0.3.0
11062026-08-24T22:04:44.859Z Downloaded defmt v0.3.100
11072026-08-24T22:04:44.859Z Downloaded match_cfg v0.1.0
11082026-08-24T22:04:44.859Z Downloaded num v0.4.3
11092026-08-24T22:04:44.859Z Downloaded defmt v1.0.1
11102026-08-24T22:04:44.859Z Downloaded phc v0.6.1
11112026-08-24T22:04:44.863Z Downloaded litemap v0.8.1
11122026-08-24T22:04:44.863Z Downloaded parse-size v1.1.0
11132026-08-24T22:04:44.863Z Downloaded serde_with v1.14.0
11142026-08-24T22:04:44.872Z Downloaded der v0.7.10
11152026-08-24T22:04:44.875Z Downloaded memmap2 v0.9.10
11162026-08-24T22:04:44.878Z Downloaded qorb v0.4.1
11172026-08-24T22:04:44.878Z Downloaded blake3 v1.8.5
11182026-08-24T22:04:44.882Z Downloaded indoc v2.0.7
11192026-08-24T22:04:44.885Z Downloaded minimal-lexical v0.2.1
11202026-08-24T22:04:44.888Z Downloaded scheduled-thread-pool v0.2.7
11212026-08-24T22:04:44.888Z Downloaded xshell-macros v0.2.7
11222026-08-24T22:04:44.888Z Downloaded darling v0.23.0
11232026-08-24T22:04:44.892Z Downloaded tower-http v0.6.8
11242026-08-24T22:04:44.896Z Downloaded postcard v1.1.3
11252026-08-24T22:04:44.896Z Downloaded signal-hook-registry v1.4.8
11262026-08-24T22:04:44.899Z Downloaded sqlformat v0.3.5
11272026-08-24T22:04:44.899Z Downloaded structmeta-derive v0.3.0
11282026-08-24T22:04:44.899Z Downloaded unicode-truncate v1.1.0
11292026-08-24T22:04:44.899Z Downloaded num_enum_derive v0.7.6
11302026-08-24T22:04:44.899Z Downloaded new_debug_unreachable v1.0.6
11312026-08-24T22:04:44.902Z Downloaded dyn-clone v1.0.20
11322026-08-24T22:04:44.902Z Downloaded slog-json v2.6.1
11332026-08-24T22:04:44.902Z Downloaded stringprep v0.1.5
11342026-08-24T22:04:44.902Z Downloaded vergen-gitcl v1.0.8
11352026-08-24T22:04:44.906Z Downloaded hyper-staticfile v0.10.1
11362026-08-24T22:04:44.909Z Downloaded zerofrom-derive v0.1.6
11372026-08-24T22:04:44.912Z Downloaded proc-macro-crate v1.3.1
11382026-08-24T22:04:44.912Z Downloaded kstat-rs v0.2.5
11392026-08-24T22:04:44.915Z Downloaded serde_bytes v0.11.19
11402026-08-24T22:04:44.915Z Downloaded peg v0.8.5
11412026-08-24T22:04:44.919Z Downloaded bitvec v1.0.1
11422026-08-24T22:04:44.924Z Downloaded zerovec v0.11.5
11432026-08-24T22:04:44.927Z Downloaded des v0.9.0
11442026-08-24T22:04:44.930Z Downloaded predicates v3.1.4
11452026-08-24T22:04:44.930Z Downloaded litrs v1.0.0
11462026-08-24T22:04:44.933Z Downloaded mime v0.3.17
11472026-08-24T22:04:44.933Z Downloaded iri-string v0.7.10
11482026-08-24T22:04:44.937Z Downloaded crossbeam-epoch v0.9.18
11492026-08-24T22:04:44.940Z Downloaded bindgen v0.71.1
11502026-08-24T22:04:44.943Z Downloaded time-macros v0.2.27
11512026-08-24T22:04:44.943Z Downloaded utf-8 v0.7.6
11522026-08-24T22:04:44.947Z Downloaded zstd-safe v7.2.4
11532026-08-24T22:04:44.947Z Downloaded ctr v0.10.1
11542026-08-24T22:04:44.950Z Downloaded zerovec-derive v0.11.2
11552026-08-24T22:04:44.953Z Downloaded digest-io v0.1.0
11562026-08-24T22:04:44.960Z Downloaded winnow v0.6.26
11572026-08-24T22:04:44.964Z Downloaded toml_edit v0.19.15
11582026-08-24T22:04:44.973Z Downloaded display-error-chain v0.2.2
11592026-08-24T22:04:44.976Z Downloaded module-lattice v0.2.3
11602026-08-24T22:04:44.976Z Downloaded rustls-platform-verifier v0.6.2
11612026-08-24T22:04:44.979Z Downloaded supports-unicode v3.0.0
11622026-08-24T22:04:44.979Z Downloaded tokio-tungstenite v0.23.1
11632026-08-24T22:04:44.979Z Downloaded owo-colors v4.3.0
11642026-08-24T22:04:44.982Z Downloaded ctutils v0.4.2
11652026-08-24T22:04:44.982Z Downloaded ecdsa v0.16.9
11662026-08-24T22:04:44.982Z Downloaded scrypt v0.12.0
11672026-08-24T22:04:44.985Z Downloaded unicode-bidi v0.3.18
11682026-08-24T22:04:44.985Z Downloaded aws-lc-rs v1.16.3
11692026-08-24T22:04:44.990Z Downloaded internet-checksum v0.2.1
11702026-08-24T22:04:44.993Z Downloaded x509-cert v0.2.5
11712026-08-24T22:04:44.993Z Downloaded scuffle v0.1.0
11722026-08-24T22:04:44.996Z Downloaded quick-error v1.2.3
11732026-08-24T22:04:44.996Z Downloaded shlex v1.3.0
11742026-08-24T22:04:44.996Z Downloaded tokio-tungstenite v0.21.0
11752026-08-24T22:04:44.999Z Downloaded chrono v0.4.45
11762026-08-24T22:04:45.003Z Downloaded data-encoding v2.10.0
11772026-08-24T22:04:45.003Z Downloaded hkdf v0.13.0
11782026-08-24T22:04:45.006Z Downloaded unicode_categories v0.1.1
11792026-08-24T22:04:45.006Z Downloaded derive_more-impl v2.1.1
11802026-08-24T22:04:45.011Z Downloaded zerofrom v0.1.6
11812026-08-24T22:04:45.011Z Downloaded derive-where v1.6.0
11822026-08-24T22:04:45.014Z Downloaded peg-macros v0.8.5
11832026-08-24T22:04:45.014Z Downloaded native-tls v0.2.18
11842026-08-24T22:04:45.014Z Downloaded serde_with v3.21.0
11852026-08-24T22:04:45.018Z Downloaded jiff-core v0.1.0
11862026-08-24T22:04:45.021Z Downloaded tokio-native-tls v0.3.1
11872026-08-24T22:04:45.024Z Downloaded libloading v0.8.9
11882026-08-24T22:04:45.024Z Downloaded num_enum v0.7.6
11892026-08-24T22:04:45.027Z Downloaded rusty-fork v0.3.1
11902026-08-24T22:04:45.027Z Downloaded slog-dtrace v0.3.0
11912026-08-24T22:04:45.027Z Downloaded unicase v2.9.0
11922026-08-24T22:04:45.030Z Downloaded icu_collections v2.1.1
11932026-08-24T22:04:45.036Z Downloaded serde_yaml v0.9.34+deprecated
11942026-08-24T22:04:45.036Z Downloaded psl-types v2.0.11
11952026-08-24T22:04:45.036Z Downloaded poly1305 v0.9.0
11962026-08-24T22:04:45.039Z Downloaded ena v0.14.4
11972026-08-24T22:04:45.039Z Downloaded unicode-properties v0.1.4
11982026-08-24T22:04:45.039Z Downloaded crypto-primes v0.7.2
11992026-08-24T22:04:45.040Z Downloaded cookie_store v0.22.1
12002026-08-24T22:04:45.043Z Downloaded tinyvec v1.10.0
12012026-08-24T22:04:45.047Z Downloaded signal-hook v0.3.18
12022026-08-24T22:04:45.050Z Downloaded term v0.7.0
12032026-08-24T22:04:45.053Z Downloaded winnow v0.5.40
12042026-08-24T22:04:45.056Z Downloaded darling_core v0.13.4
12052026-08-24T22:04:45.059Z Downloaded nom v7.1.3
12062026-08-24T22:04:45.062Z Downloaded rand v0.9.2
12072026-08-24T22:04:45.066Z Downloaded mio v1.2.0
12082026-08-24T22:04:45.070Z Downloaded rand v0.10.1
12092026-08-24T22:04:45.073Z Downloaded pin-project v1.1.11
12102026-08-24T22:04:45.079Z Downloaded dropshot-api-manager v0.8.0
12112026-08-24T22:04:45.082Z Downloaded pkcs5 v0.8.1
12122026-08-24T22:04:45.085Z Downloaded test-strategy v0.4.5
12132026-08-24T22:04:45.088Z Downloaded cookie v0.18.1
12142026-08-24T22:04:45.091Z Downloaded serde_path_to_error v0.1.20
12152026-08-24T22:04:45.091Z Downloaded quinn v0.11.11
12162026-08-24T22:04:45.094Z Downloaded ed25519-dalek v2.2.0
12172026-08-24T22:04:45.100Z Downloaded icu_properties v2.1.2
12182026-08-24T22:04:45.115Z Downloaded steno v0.4.1
12192026-08-24T22:04:45.119Z Downloaded itertools v0.13.0
12202026-08-24T22:04:45.123Z Downloaded git2 v0.20.4
12212026-08-24T22:04:45.126Z Downloaded petname v2.0.2
12222026-08-24T22:04:45.140Z Downloaded progenitor-impl v0.14.0
12232026-08-24T22:04:45.143Z Downloaded snafu v0.8.9
12242026-08-24T22:04:45.146Z Downloaded url v2.5.8
12252026-08-24T22:04:45.149Z Downloaded libxml v0.3.3
12262026-08-24T22:04:45.152Z Downloaded reedline v0.40.0
12272026-08-24T22:04:45.155Z Downloaded polar-core v0.27.3
12282026-08-24T22:04:45.158Z Downloaded zerocopy v0.6.6
12292026-08-24T22:04:45.163Z Downloaded openssl-sys v0.9.117
12302026-08-24T22:04:45.167Z Downloaded crossbeam-channel v0.5.15
12312026-08-24T22:04:45.167Z Downloaded iddqd v0.4.2
12322026-08-24T22:04:45.170Z Downloaded gimli v0.32.3
12332026-08-24T22:04:45.174Z Downloaded reqwest v0.12.28
12342026-08-24T22:04:45.178Z Downloaded goblin v0.10.5
12352026-08-24T22:04:45.183Z Downloaded ignore v0.4.25
12362026-08-24T22:04:45.186Z Downloaded sha3 v0.12.0
12372026-08-24T22:04:45.186Z Downloaded prettyplease v0.2.37
12382026-08-24T22:04:45.189Z Downloaded der v0.8.0
12392026-08-24T22:04:45.192Z Downloaded regex v1.12.3
12402026-08-24T22:04:45.202Z Downloaded diesel_derives v2.3.7
12412026-08-24T22:04:45.207Z Downloaded winnow v1.0.3
12422026-08-24T22:04:45.210Z Downloaded tough v0.22.0
12432026-08-24T22:04:45.216Z Downloaded icu_properties_data v2.1.2
12442026-08-24T22:04:45.220Z Downloaded rsa v0.10.0-rc.18
12452026-08-24T22:04:45.227Z Downloaded rustyline v14.0.0
12462026-08-24T22:04:45.232Z Downloaded itertools v0.14.0
12472026-08-24T22:04:45.235Z Downloaded internal-russh-num-bigint v0.5.0
12482026-08-24T22:04:45.238Z Downloaded openssl v0.10.80
12492026-08-24T22:04:45.241Z Downloaded vcpkg v0.2.15
12502026-08-24T22:04:45.263Z Downloaded regex-syntax v0.6.29
12512026-08-24T22:04:45.268Z Downloaded itertools v0.15.0
12522026-08-24T22:04:45.271Z Downloaded idna v1.1.0
12532026-08-24T22:04:45.275Z Downloaded reqwest v0.13.2
12542026-08-24T22:04:45.280Z Downloaded zlib-rs v0.6.2
12552026-08-24T22:04:45.283Z Downloaded russh v0.62.4
12562026-08-24T22:04:45.287Z Downloaded quinn-proto v0.11.16
12572026-08-24T22:04:45.291Z Downloaded bstr v1.12.1
12582026-08-24T22:04:45.296Z Downloaded portable-atomic v1.13.1
12592026-08-24T22:04:45.300Z Downloaded crossterm v0.29.0
12602026-08-24T22:04:45.304Z Downloaded regex-syntax v0.8.10
12612026-08-24T22:04:45.308Z Downloaded libm v0.2.16
12622026-08-24T22:04:45.314Z Downloaded quick-xml v0.37.5
12632026-08-24T22:04:45.317Z Downloaded tabled v0.21.0
12642026-08-24T22:04:45.326Z Downloaded radix_trie v0.2.1
12652026-08-24T22:04:45.332Z Downloaded time v0.3.47
12662026-08-24T22:04:45.336Z Downloaded object v0.30.4
12672026-08-24T22:04:45.343Z Downloaded nix v0.27.1
12682026-08-24T22:04:45.349Z Downloaded rawzip v0.4.4
12692026-08-24T22:04:45.352Z Downloaded rayon v1.11.0
12702026-08-24T22:04:45.357Z Downloaded salty v0.3.0
12712026-08-24T22:04:45.362Z Downloaded moka v0.12.13
12722026-08-24T22:04:45.365Z Downloaded rustix v0.38.44
12732026-08-24T22:04:45.375Z Downloaded p384 v0.13.1
12742026-08-24T22:04:45.378Z Downloaded smoltcp v0.11.0
12752026-08-24T22:04:45.384Z Downloaded crypto-bigint v0.7.5
12762026-08-24T22:04:45.393Z Downloaded curve25519-dalek v5.0.0
12772026-08-24T22:04:45.399Z Downloaded proptest v1.11.0
12782026-08-24T22:04:45.404Z Downloaded hickory-proto v0.24.4
12792026-08-24T22:04:45.412Z Downloaded lalrpop v0.19.12
12802026-08-24T22:04:45.424Z Downloaded nix v0.28.0
12812026-08-24T22:04:45.442Z Downloaded regress v0.11.1
12822026-08-24T22:04:45.451Z Downloaded smoltcp v0.9.1
12832026-08-24T22:04:45.455Z Downloaded dropshot v0.17.1
12842026-08-24T22:04:45.469Z Downloaded hickory-proto v0.25.2
12852026-08-24T22:04:45.478Z Downloaded curve25519-dalek v4.1.3
12862026-08-24T22:04:45.482Z Downloaded zerocopy v0.8.55
12872026-08-24T22:04:45.494Z Downloaded nix v0.31.2
12882026-08-24T22:04:45.499Z Downloaded object v0.37.3
12892026-08-24T22:04:45.505Z Downloaded sqlparser v0.61.0
12902026-08-24T22:04:45.511Z Downloaded diesel v2.3.7
12912026-08-24T22:04:45.521Z Downloaded regress v0.10.5
12922026-08-24T22:04:45.525Z Downloaded rustls v0.23.41
12932026-08-24T22:04:45.532Z Downloaded sled v0.34.7
12942026-08-24T22:04:45.537Z Downloaded typify-impl v0.6.2
12952026-08-24T22:04:45.544Z Downloaded sha3 v0.11.0
12962026-08-24T22:04:45.548Z Downloaded openapiv3 v2.2.0
12972026-08-24T22:04:45.552Z Downloaded tracing v0.1.44
12982026-08-24T22:04:45.562Z Downloaded bzip2-sys v0.1.13+1.0.8
12992026-08-24T22:04:45.567Z Downloaded zerocopy-derive v0.6.6
13002026-08-24T22:04:45.572Z Downloaded ratatui v0.29.0
13012026-08-24T22:04:45.587Z Downloaded petgraph v0.6.5
13022026-08-24T22:04:45.597Z Downloaded chrono-tz v0.10.4
13032026-08-24T22:04:45.610Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13042026-08-24T22:04:45.619Z Downloaded regex-automata v0.4.14
13052026-08-24T22:04:45.636Z Downloaded jiff v0.2.34
13062026-08-24T22:04:45.642Z Downloaded sha3 v0.10.8
13072026-08-24T22:04:45.642Z Downloaded csv v1.4.0
13082026-08-24T22:04:45.653Z Downloaded tokio v1.52.1
13092026-08-24T22:04:45.672Z Downloaded petgraph v0.8.3
13102026-08-24T22:04:45.686Z Downloaded libz-sys v1.1.24
13112026-08-24T22:04:45.695Z Downloaded encoding_rs v0.8.35
13122026-08-24T22:04:45.744Z Downloaded ring v0.17.14
13132026-08-24T22:04:45.784Z Downloaded libgit2-sys v0.18.3+1.9.2
13142026-08-24T22:04:46.194Z Downloaded aws-lc-sys v0.40.0
13152026-08-24T22:04:46.446Z Compiling serde_core v1.0.228
13162026-08-24T22:04:46.447Z Compiling libc v0.2.185
13172026-08-24T22:04:46.447Z Compiling serde v1.0.228
13182026-08-24T22:04:46.450Z Compiling log v0.4.33
13192026-08-24T22:04:46.450Z Compiling smallvec v1.15.1
13202026-08-24T22:04:46.450Z Compiling shlex v1.3.0
13212026-08-24T22:04:46.450Z Compiling find-msvc-tools v0.1.9
13222026-08-24T22:04:46.450Z Compiling subtle v2.6.1
13232026-08-24T22:04:46.620Z Compiling scopeguard v1.2.0
13242026-08-24T22:04:46.630Z Compiling stable_deref_trait v1.2.1
13252026-08-24T22:04:46.633Z Compiling typenum v1.20.1
13262026-08-24T22:04:46.633Z Compiling zerocopy v0.8.55
13272026-08-24T22:04:46.633Z Compiling portable-atomic v1.13.1
13282026-08-24T22:04:46.682Z Compiling serde_json v1.0.151
13292026-08-24T22:04:46.685Z Compiling syn v2.0.117
13302026-08-24T22:04:46.694Z Compiling critical-section v1.2.0
13312026-08-24T22:04:46.776Z Compiling lock_api v0.4.14
13322026-08-24T22:04:46.791Z Compiling libm v0.2.16
13332026-08-24T22:04:46.809Z Compiling num-traits v0.2.19
13342026-08-24T22:04:46.823Z Compiling pkg-config v0.3.32
13352026-08-24T22:04:46.932Z Compiling generic-array v0.14.7
13362026-08-24T22:04:46.945Z Compiling pin-project-lite v0.2.17
13372026-08-24T22:04:46.976Z Compiling const-oid v0.9.6
13382026-08-24T22:04:47.003Z Compiling parking_lot_core v0.9.12
13392026-08-24T22:04:47.021Z Compiling getrandom v0.3.4
13402026-08-24T22:04:47.081Z Compiling percent-encoding v2.3.2
13412026-08-24T22:04:47.085Z Compiling litemap v0.8.1
13422026-08-24T22:04:47.125Z Compiling writeable v0.6.2
13432026-08-24T22:04:47.221Z Compiling futures-core v0.3.32
13442026-08-24T22:04:47.225Z Compiling icu_normalizer_data v2.1.1
13452026-08-24T22:04:47.284Z Compiling icu_properties_data v2.1.2
13462026-08-24T22:04:47.298Z Compiling rustix v1.1.4
13472026-08-24T22:04:47.311Z Compiling getrandom v0.4.3
13482026-08-24T22:04:47.340Z Compiling futures-sink v0.3.32
13492026-08-24T22:04:47.357Z Compiling rand_core v0.10.0
13502026-08-24T22:04:47.405Z Compiling futures-task v0.3.32
13512026-08-24T22:04:47.461Z Compiling futures-channel v0.3.32
13522026-08-24T22:04:47.503Z Compiling utf8_iter v1.0.4
13532026-08-24T22:04:47.551Z Compiling futures-io v0.3.32
13542026-08-24T22:04:47.567Z Compiling errno v0.3.14
13552026-08-24T22:04:47.604Z Compiling jobserver v0.1.34
13562026-08-24T22:04:47.624Z Compiling getrandom v0.2.17
13572026-08-24T22:04:47.683Z Compiling mio v1.2.0
13582026-08-24T22:04:47.698Z Compiling signal-hook-registry v1.4.8
13592026-08-24T22:04:47.715Z Compiling socket2 v0.6.3
13602026-08-24T22:04:47.757Z Compiling slab v0.4.12
13612026-08-24T22:04:47.771Z Compiling rand_core v0.6.4
13622026-08-24T22:04:47.786Z Compiling once_cell v1.21.3
13632026-08-24T22:04:47.831Z Compiling cc v1.2.56
13642026-08-24T22:04:47.880Z Compiling parking_lot v0.12.5
13652026-08-24T22:04:47.969Z Compiling form_urlencoded v1.2.2
13662026-08-24T22:04:48.001Z Compiling rustversion v1.0.22
13672026-08-24T22:04:48.004Z Compiling iana-time-zone v0.1.65
13682026-08-24T22:04:48.030Z Compiling base64ct v1.8.3
13692026-08-24T22:04:48.051Z Compiling ident_case v1.0.1
13702026-08-24T22:04:48.059Z Compiling dunce v1.0.5
13712026-08-24T22:04:48.087Z Compiling fs_extra v1.3.0
13722026-08-24T22:04:48.142Z Compiling flagset v0.4.7
13732026-08-24T22:04:48.155Z Compiling regex-syntax v0.8.10
13742026-08-24T22:04:48.172Z Compiling rand_core v0.9.5
13752026-08-24T22:04:48.175Z Compiling base64 v0.22.1
13762026-08-24T22:04:48.175Z Compiling syn v1.0.109
13772026-08-24T22:04:48.217Z Compiling vcpkg v0.2.15
13782026-08-24T22:04:48.232Z Compiling tracing-core v0.1.36
13792026-08-24T22:04:48.296Z Compiling pem-rfc7468 v0.7.0
13802026-08-24T22:04:48.311Z Compiling cpufeatures v0.2.17
13812026-08-24T22:04:48.343Z Compiling schemars v0.8.22
13822026-08-24T22:04:48.372Z Compiling simd-adler32 v0.3.8
13832026-08-24T22:04:48.388Z Compiling dyn-clone v1.0.20
13842026-08-24T22:04:48.418Z Compiling aws-lc-rs v1.16.3
13852026-08-24T22:04:48.472Z Compiling spin v0.9.8
13862026-08-24T22:04:48.541Z Compiling cmov v0.5.4
13872026-08-24T22:04:48.558Z Compiling tinyvec_macros v0.1.1
13882026-08-24T22:04:48.611Z Compiling cmake v0.1.57
13892026-08-24T22:04:48.623Z Compiling openssl-probe v0.2.1
13902026-08-24T22:04:48.640Z Compiling crc32fast v1.5.0
13912026-08-24T22:04:48.645Z Compiling httparse v1.10.1
13922026-08-24T22:04:48.684Z Compiling adler2 v2.0.1
13932026-08-24T22:04:48.699Z Compiling tinyvec v1.10.0
13942026-08-24T22:04:48.741Z Compiling ctutils v0.4.2
13952026-08-24T22:04:48.761Z Compiling aho-corasick v1.1.4
13962026-08-24T22:04:48.807Z Compiling miniz_oxide v0.8.9
13972026-08-24T22:04:48.834Z Compiling tower-layer v0.3.3
13982026-08-24T22:04:48.842Z Compiling untrusted v0.7.1
13992026-08-24T22:04:48.931Z Compiling bitflags v2.11.0
14002026-08-24T22:04:48.982Z Compiling semver v1.0.28
14012026-08-24T22:04:49.007Z Compiling indexmap v2.14.0
14022026-08-24T22:04:49.011Z Compiling uuid v1.23.4
14032026-08-24T22:04:49.066Z Compiling atomic-waker v1.1.2
14042026-08-24T22:04:49.083Z Compiling try-lock v0.2.5
14052026-08-24T22:04:49.099Z Compiling tower-service v0.3.3
14062026-08-24T22:04:49.114Z Compiling radium v0.7.0
14072026-08-24T22:04:49.204Z Compiling rustc_version v0.4.1
14082026-08-24T22:04:49.221Z Compiling want v0.3.1
14092026-08-24T22:04:49.323Z Compiling untrusted v0.9.0
14102026-08-24T22:04:49.372Z Compiling tap v1.0.1
14112026-08-24T22:04:49.397Z Compiling rustls v0.23.41
14122026-08-24T22:04:49.434Z Compiling maybe-uninit v2.0.0
14132026-08-24T22:04:49.450Z Compiling httpdate v1.0.3
14142026-08-24T22:04:49.478Z Compiling foreign-types-shared v0.1.1
14152026-08-24T22:04:49.478Z Compiling aws-lc-sys v0.40.0
14162026-08-24T22:04:49.497Z Compiling openssl-sys v0.9.117
14172026-08-24T22:04:49.540Z Compiling openssl v0.10.80
14182026-08-24T22:04:49.555Z Compiling foreign-types v0.3.2
14192026-08-24T22:04:49.570Z Compiling wyz v0.5.1
14202026-08-24T22:04:49.586Z Compiling bzip2-sys v0.1.13+1.0.8
14212026-08-24T22:04:49.638Z Compiling synstructure v0.13.2
14222026-08-24T22:04:49.679Z Compiling serde_derive_internals v0.29.1
14232026-08-24T22:04:49.702Z Compiling pest_generator v2.8.6
14242026-08-24T22:04:49.717Z Compiling darling_core v0.20.11
14252026-08-24T22:04:49.730Z Compiling regex-automata v0.4.14
14262026-08-24T22:04:49.793Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14272026-08-24T22:04:49.897Z Compiling unicode-normalization v0.1.25
14282026-08-24T22:04:50.052Z Compiling terminal_size v0.4.3
14292026-08-24T22:04:50.096Z Compiling tempfile v3.27.0
14302026-08-24T22:04:50.201Z Compiling num-integer v0.1.46
14312026-08-24T22:04:50.216Z Compiling wait-timeout v0.2.1
14322026-08-24T22:04:50.249Z Compiling ahash v0.8.12
14332026-08-24T22:04:50.306Z Compiling funty v2.0.0
14342026-08-24T22:04:50.376Z Compiling num-conv v0.2.0
14352026-08-24T22:04:50.412Z Compiling powerfmt v0.2.0
14362026-08-24T22:04:50.481Z Compiling bit-vec v0.8.0
14372026-08-24T22:04:50.522Z Compiling packed_struct v0.10.1
14382026-08-24T22:04:50.536Z Compiling native-tls v0.2.18
14392026-08-24T22:04:50.550Z Compiling num-bigint-dig v0.8.6
14402026-08-24T22:04:50.569Z Compiling quick-error v1.2.3
14412026-08-24T22:04:50.581Z Compiling time-core v0.1.8
14422026-08-24T22:04:50.603Z Compiling clap_builder v4.6.0
14432026-08-24T22:04:50.660Z Compiling deranged v0.5.8
14442026-08-24T22:04:50.694Z Compiling rusty-fork v0.3.1
14452026-08-24T22:04:50.768Z Compiling bit-set v0.8.0
14462026-08-24T22:04:50.783Z Compiling bitvec v1.0.1
14472026-08-24T22:04:50.787Z Compiling num-iter v0.1.45
14482026-08-24T22:04:50.787Z Compiling time-macros v0.2.27
14492026-08-24T22:04:50.936Z Compiling lazy_static v1.5.0
14502026-08-24T22:04:50.949Z Compiling rand_xorshift v0.4.0
14512026-08-24T22:04:50.983Z Compiling sync_wrapper v1.0.2
14522026-08-24T22:04:50.998Z Compiling indexmap v1.9.3
14532026-08-24T22:04:51.035Z Compiling zlib-rs v0.6.2
14542026-08-24T22:04:51.051Z Compiling nodrop v0.1.14
14552026-08-24T22:04:51.108Z Compiling paste v1.0.15
14562026-08-24T22:04:51.127Z Compiling usdt-impl v0.6.0
14572026-08-24T22:04:51.154Z Compiling num_threads v0.1.7
14582026-08-24T22:04:51.205Z Compiling siphasher v1.0.2
14592026-08-24T22:04:51.269Z Compiling object v0.37.3
14602026-08-24T22:04:51.359Z Compiling unarray v0.1.4
14612026-08-24T22:04:51.401Z Compiling crc-catalog v2.4.0
14622026-08-24T22:04:51.416Z Compiling crossbeam-utils v0.8.21
14632026-08-24T22:04:51.430Z Compiling serde_derive v1.0.228
14642026-08-24T22:04:51.481Z Compiling zeroize_derive v1.5.0
14652026-08-24T22:04:51.504Z Compiling zerocopy-derive v0.8.55
14662026-08-24T22:04:51.553Z Compiling zerofrom-derive v0.1.6
14672026-08-24T22:04:51.697Z Compiling yoke-derive v0.8.1
14682026-08-24T22:04:51.730Z Compiling zerovec-derive v0.11.2
14692026-08-24T22:04:51.853Z Compiling displaydoc v0.2.5
14702026-08-24T22:04:51.918Z Compiling tokio-macros v2.7.0
14712026-08-24T22:04:52.097Z Compiling futures-macro v0.3.32
14722026-08-24T22:04:52.159Z Compiling thiserror-impl v2.0.18
14732026-08-24T22:04:52.300Z Compiling der_derive v0.7.3
14742026-08-24T22:04:52.654Z Compiling tracing-attributes v0.1.31
14752026-08-24T22:04:52.669Z Compiling schemars_derive v0.8.22
14762026-08-24T22:04:52.712Z Compiling pest_derive v2.8.6
14772026-08-24T22:04:52.917Z Compiling scroll_derive v0.13.1
14782026-08-24T22:04:52.965Z Compiling darling_macro v0.20.11
14792026-08-24T22:04:52.981Z Compiling futures-util v0.3.32
14802026-08-24T22:04:53.048Z Compiling zerofrom v0.1.6
14812026-08-24T22:04:53.189Z Compiling yoke v0.8.1
14822026-08-24T22:04:53.204Z Compiling thiserror-impl v1.0.69
14832026-08-24T22:04:53.348Z Compiling openssl-macros v0.1.1
14842026-08-24T22:04:53.394Z Compiling zerovec v0.11.5
14852026-08-24T22:04:53.496Z Compiling zerotrie v0.2.3
14862026-08-24T22:04:53.599Z Compiling thiserror v2.0.18
14872026-08-24T22:04:53.726Z Compiling darling v0.20.11
14882026-08-24T22:04:53.788Z Compiling scroll v0.13.0
14892026-08-24T22:04:53.827Z Compiling packed_struct_codegen v0.10.1
14902026-08-24T22:04:53.830Z Compiling clap_derive v4.6.1
14912026-08-24T22:04:53.830Z Compiling bitfield-macros v0.19.4
14922026-08-24T22:04:53.950Z Compiling tinystr v0.8.2
14932026-08-24T22:04:53.992Z Compiling potential_utf v0.1.4
14942026-08-24T22:04:54.041Z Compiling tracing v0.1.44
14952026-08-24T22:04:54.057Z Compiling goblin v0.10.5
14962026-08-24T22:04:54.076Z Compiling zerocopy-derive v0.6.6
14972026-08-24T22:04:54.180Z Compiling icu_locale_core v2.1.1
14982026-08-24T22:04:54.194Z Compiling icu_collections v2.1.1
14992026-08-24T22:04:54.308Z Compiling flate2 v1.1.9
15002026-08-24T22:04:54.325Z Compiling derive_builder_core v0.20.2
15012026-08-24T22:04:54.522Z Compiling thiserror v1.0.69
15022026-08-24T22:04:54.590Z Compiling bitfield v0.19.4
15032026-08-24T22:04:54.643Z Compiling dtrace-parser v0.3.0
15042026-08-24T22:04:54.696Z Compiling time v0.3.47
15052026-08-24T22:04:54.850Z Compiling icu_provider v2.1.1
15062026-08-24T22:04:54.951Z Compiling zeroize v1.9.0
15072026-08-24T22:04:54.966Z Compiling bytes v1.11.1
15082026-08-24T22:04:54.987Z Compiling chrono v0.4.45
15092026-08-24T22:04:55.027Z Compiling ipnet v2.12.0
15102026-08-24T22:04:55.095Z Compiling hex v0.4.3
15112026-08-24T22:04:55.191Z Compiling icu_properties v2.1.2
15122026-08-24T22:04:55.204Z Compiling icu_normalizer v2.1.1
15132026-08-24T22:04:55.324Z Compiling der v0.7.10
15142026-08-24T22:04:55.379Z Compiling rustls-pki-types v1.14.0
15152026-08-24T22:04:55.409Z Compiling hybrid-array v0.4.13
15162026-08-24T22:04:55.593Z Compiling tokio v1.52.1
15172026-08-24T22:04:55.646Z Compiling http v1.4.2
15182026-08-24T22:04:55.688Z Compiling serde_spanned v0.6.9
15192026-08-24T22:04:55.792Z Compiling block-buffer v0.10.4
15202026-08-24T22:04:55.806Z Compiling crypto-common v0.1.7
15212026-08-24T22:04:55.847Z Compiling toml_datetime v0.6.11
15222026-08-24T22:04:55.897Z Compiling clap v4.6.1
15232026-08-24T22:04:55.975Z Compiling digest v0.10.7
15242026-08-24T22:04:55.988Z Compiling zerocopy v0.6.6
15252026-08-24T22:04:56.121Z Compiling idna_adapter v1.2.1
15262026-08-24T22:04:56.225Z Compiling ppv-lite86 v0.2.21
15272026-08-24T22:04:56.242Z Compiling idna v1.1.0
15282026-08-24T22:04:56.280Z Compiling spki v0.7.3
15292026-08-24T22:04:56.284Z Compiling sha2 v0.10.9
15302026-08-24T22:04:56.332Z Compiling http-body v1.0.1
15312026-08-24T22:04:56.348Z Compiling signature v2.2.0
15322026-08-24T22:04:56.363Z Compiling hmac v0.12.1
15332026-08-24T22:04:56.500Z Compiling pkcs8 v0.10.2
15342026-08-24T22:04:56.500Z Compiling http-body-util v0.1.3
15352026-08-24T22:04:56.536Z Compiling rand_chacha v0.9.0
15362026-08-24T22:04:56.551Z Compiling url v2.5.8
15372026-08-24T22:04:56.584Z Compiling rand_chacha v0.3.1
15382026-08-24T22:04:56.615Z Compiling crc v3.4.0
15392026-08-24T22:04:56.747Z Compiling rand v0.9.2
15402026-08-24T22:04:56.817Z Compiling pkcs1 v0.7.5
15412026-08-24T22:04:56.830Z Compiling scroll_derive v0.12.1
15422026-08-24T22:04:56.839Z Compiling rand v0.8.6
15432026-08-24T22:04:56.851Z Compiling dof v0.4.0
15442026-08-24T22:04:56.902Z Compiling structmeta-derive v0.3.0
15452026-08-24T22:04:57.029Z Compiling array-init v0.0.4
15462026-08-24T22:04:57.263Z Compiling smallvec v0.6.14
15472026-08-24T22:04:57.327Z Compiling proptest v1.11.0
15482026-08-24T22:04:57.381Z Compiling darling_core v0.23.0
15492026-08-24T22:04:57.394Z Compiling heapless v0.7.17
15502026-08-24T22:04:57.408Z Compiling slog v2.8.2
15512026-08-24T22:04:57.494Z Compiling thread-id v5.1.0
15522026-08-24T22:04:57.535Z Compiling env_filter v2.0.0
15532026-08-24T22:04:57.591Z Compiling cookie v0.18.1
15542026-08-24T22:04:57.628Z Compiling unicode-bidi v0.3.18
15552026-08-24T22:04:57.643Z Compiling anyhow v1.0.104
15562026-08-24T22:04:57.661Z Compiling base64 v0.21.7
15572026-08-24T22:04:57.687Z Compiling allocator-api2 v0.2.21
15582026-08-24T22:04:57.791Z Compiling zstd-safe v7.2.4
15592026-08-24T22:04:57.849Z Compiling iri-string v0.7.10
15602026-08-24T22:04:57.936Z Compiling winnow v0.5.40
15612026-08-24T22:04:57.977Z Compiling gimli v0.32.3
15622026-08-24T22:04:58.005Z Compiling ipnetwork v0.21.1
15632026-08-24T22:04:58.016Z Compiling hashbrown v0.12.3
15642026-08-24T22:04:58.016Z Compiling unicode-properties v0.1.4
15652026-08-24T22:04:58.042Z Compiling signal-hook v0.3.18
15662026-08-24T22:04:58.078Z Compiling ryu v1.0.23
15672026-08-24T22:04:58.199Z Compiling stringprep v0.1.5
15682026-08-24T22:04:58.243Z Compiling oxnet v0.1.6
15692026-08-24T22:04:58.246Z Compiling serde_urlencoded v0.7.1
15702026-08-24T22:04:58.258Z Compiling structmeta v0.3.0
15712026-08-24T22:04:58.503Z Compiling rsa v0.9.10
15722026-08-24T22:04:58.531Z Compiling ron v0.8.1
15732026-08-24T22:04:58.559Z Compiling env_logger v0.11.11
15742026-08-24T22:04:58.654Z Compiling scroll v0.12.0
15752026-08-24T22:04:58.657Z Compiling serde-hex v0.1.0
15762026-08-24T22:04:58.700Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15772026-08-24T22:04:58.899Z Compiling camino v1.2.5
15782026-08-24T22:04:58.940Z Compiling hashbrown v0.13.2
15792026-08-24T22:04:59.231Z Compiling toml_edit v0.19.15
15802026-08-24T22:04:59.302Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15812026-08-24T22:04:59.406Z Compiling x509-cert v0.2.5
15822026-08-24T22:04:59.420Z Compiling tokio-util v0.7.18
15832026-08-24T22:04:59.450Z Compiling tower v0.5.3
15842026-08-24T22:04:59.458Z Compiling tokio-native-tls v0.3.1
15852026-08-24T22:04:59.472Z Compiling block-padding v0.4.2
15862026-08-24T22:04:59.504Z Compiling crypto-common v0.2.2
15872026-08-24T22:04:59.645Z Compiling addr2line v0.25.1
15882026-08-24T22:04:59.661Z Compiling block-buffer v0.12.1
15892026-08-24T22:04:59.882Z Compiling tower-http v0.6.8
15902026-08-24T22:04:59.903Z Compiling darling_macro v0.23.0
15912026-08-24T22:04:59.921Z Compiling newtype-uuid v1.3.2
15922026-08-24T22:04:59.949Z Compiling md-5 v0.10.6
15932026-08-24T22:04:59.990Z Compiling rustls-native-certs v0.8.3
15942026-08-24T22:05:00.135Z Compiling h2 v0.4.15
15952026-08-24T22:05:00.274Z Compiling derive_builder_macro v0.20.2
15962026-08-24T22:05:00.312Z Compiling serde_tokenstream v0.2.3
15972026-08-24T22:05:00.435Z Compiling erased-serde v0.3.31
15982026-08-24T22:05:00.504Z Compiling bzip2 v0.4.4
15992026-08-24T22:05:00.667Z Compiling bstr v1.12.1
16002026-08-24T22:05:00.738Z Compiling zerocopy-derive v0.7.35
16012026-08-24T22:05:00.788Z Compiling pin-project-internal v1.1.11
16022026-08-24T22:05:00.971Z Compiling async-trait v0.1.89
16032026-08-24T22:05:00.996Z Compiling daft-derive v0.1.7
16042026-08-24T22:05:01.083Z Compiling curve25519-dalek v4.1.3
16052026-08-24T22:05:01.267Z Compiling vergen-lib v9.1.0
16062026-08-24T22:05:01.350Z Compiling hash32 v0.2.1
16072026-08-24T22:05:01.432Z Compiling memoffset v0.9.1
16082026-08-24T22:05:01.448Z Compiling encoding_rs v0.8.35
16092026-08-24T22:05:01.463Z Compiling owo-colors v4.3.0
16102026-08-24T22:05:01.569Z Compiling rustix v0.38.44
16112026-08-24T22:05:01.617Z Compiling ref-cast v1.0.25
16122026-08-24T22:05:01.647Z Compiling mime v0.3.17
16132026-08-24T22:05:01.662Z Compiling smoltcp v0.9.1
16142026-08-24T22:05:01.763Z Compiling litrs v1.0.0
16152026-08-24T22:05:01.807Z Compiling psl-types v2.0.11
16162026-08-24T22:05:01.943Z Compiling cfg_aliases v0.2.1
16172026-08-24T22:05:01.955Z Compiling rustc-demangle v0.1.27
16182026-08-24T22:05:01.959Z Compiling crc-any v2.5.0
16192026-08-24T22:05:01.959Z Compiling fallible-iterator v0.2.0
16202026-08-24T22:05:01.997Z Compiling pin-project v1.1.11
16212026-08-24T22:05:02.028Z Compiling nix v0.31.2
16222026-08-24T22:05:02.083Z Compiling publicsuffix v2.3.0
16232026-08-24T22:05:02.109Z Compiling daft v0.1.7
16242026-08-24T22:05:02.124Z Compiling zerocopy v0.7.35
16252026-08-24T22:05:02.165Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16262026-08-24T22:05:02.300Z Compiling document-features v0.2.12
16272026-08-24T22:05:02.322Z Compiling postgres-protocol v0.6.10
16282026-08-24T22:05:02.431Z Compiling derive_builder v0.20.2
16292026-08-24T22:05:02.445Z Compiling zip v0.6.6
16302026-08-24T22:05:02.467Z Compiling toml v0.7.8
16312026-08-24T22:05:03.591Z Compiling darling v0.23.0
16322026-08-24T22:05:03.601Z Compiling inout v0.2.2
16332026-08-24T22:05:03.601Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16342026-08-24T22:05:03.601Z Compiling object v0.30.4
16352026-08-24T22:05:03.601Z Compiling goblin v0.8.2
16362026-08-24T22:05:03.601Z Compiling backtrace v0.3.76
16372026-08-24T22:05:03.601Z Compiling derive-ex v0.1.8
16382026-08-24T22:05:03.601Z Compiling futures-executor v0.3.32
16392026-08-24T22:05:03.601Z Compiling hubpack_derive v0.1.1
16402026-08-24T22:05:03.601Z Compiling regex v1.12.3
16412026-08-24T22:05:03.601Z Compiling ref-cast-impl v1.0.25
16422026-08-24T22:05:03.601Z Compiling curve25519-dalek-derive v0.1.1
16432026-08-24T22:05:03.601Z Compiling strum_macros v0.27.2
16442026-08-24T22:05:03.601Z Compiling hyper v1.10.1
16452026-08-24T22:05:03.602Z Compiling snafu-derive v0.8.9
16462026-08-24T22:05:03.602Z Compiling phf_shared v0.13.1
16472026-08-24T22:05:03.602Z Compiling vergen v9.1.0
16482026-08-24T22:05:03.664Z Compiling cargo-platform v0.3.2
16492026-08-24T22:05:03.721Z Compiling ff v0.13.1
16502026-08-24T22:05:03.771Z Compiling fs-err v3.3.0
16512026-08-24T22:05:03.827Z Compiling foldhash v0.1.5
16522026-08-24T22:05:03.873Z Compiling bumpalo v3.20.2
16532026-08-24T22:05:03.949Z Compiling path-slash v0.1.5
16542026-08-24T22:05:03.961Z Compiling either v1.15.0
16552026-08-24T22:05:03.996Z Compiling managed v0.8.0
16562026-08-24T22:05:04.018Z Compiling unicode-segmentation v1.12.0
16572026-08-24T22:05:04.097Z Compiling same-file v1.0.6
16582026-08-24T22:05:04.119Z Compiling is_ci v1.2.0
16592026-08-24T22:05:04.146Z Compiling bitflags v1.3.2
16602026-08-24T22:05:04.199Z Compiling libbz2-rs-sys v0.2.2
16612026-08-24T22:05:04.237Z Compiling jiff-core v0.1.0
16622026-08-24T22:05:04.241Z Compiling foldhash v0.2.0
16632026-08-24T22:05:04.263Z Compiling base16ct v0.2.0
16642026-08-24T22:05:04.288Z Compiling textwrap v0.16.2
16652026-08-24T22:05:04.414Z Compiling sec1 v0.7.3
16662026-08-24T22:05:04.414Z Compiling hashbrown v0.16.1
16672026-08-24T22:05:04.456Z Compiling walkdir v2.5.0
16682026-08-24T22:05:04.489Z Compiling hyper-util v0.1.20
16692026-08-24T22:05:04.717Z Compiling bzip2 v0.6.1
16702026-08-24T22:05:04.768Z Compiling test-strategy v0.4.5
16712026-08-24T22:05:04.796Z Compiling supports-color v3.0.2
16722026-08-24T22:05:04.899Z Compiling zopfli v0.8.3
16732026-08-24T22:05:04.985Z Compiling jiff v0.2.34
16742026-08-24T22:05:05.015Z Compiling dof v0.3.0
16752026-08-24T22:05:05.065Z Compiling hashbrown v0.15.5
16762026-08-24T22:05:05.341Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16772026-08-24T22:05:05.362Z Compiling strum v0.27.2
16782026-08-24T22:05:05.391Z Compiling snafu v0.8.9
16792026-08-24T22:05:05.567Z Compiling group v0.13.0
16802026-08-24T22:05:05.580Z Compiling cargo_metadata v0.23.1
16812026-08-24T22:05:05.702Z Compiling phf v0.13.1
16822026-08-24T22:05:05.730Z Compiling hubpack v0.1.2
16832026-08-24T22:05:05.747Z Compiling backtrace-ext v0.2.1
16842026-08-24T22:05:05.758Z Compiling signal-hook-mio v0.2.5
16852026-08-24T22:05:05.809Z Compiling futures v0.3.32
16862026-08-24T22:05:05.828Z Compiling cookie_store v0.22.1
16872026-08-24T22:05:05.894Z Compiling zstd v0.13.3
16882026-08-24T22:05:05.918Z Compiling cipher v0.5.2
16892026-08-24T22:05:05.944Z Compiling hyper-tls v0.6.0
16902026-08-24T22:05:05.982Z Compiling postgres-types v0.2.12
16912026-08-24T22:05:06.172Z Compiling reqwest v0.12.28
16922026-08-24T22:05:06.203Z Compiling serde_with_macros v3.21.0
16932026-08-24T22:05:06.331Z Compiling globset v0.4.18
16942026-08-24T22:05:06.335Z Compiling usdt-macro v0.6.0
16952026-08-24T22:05:06.378Z Compiling usdt-attr-macro v0.6.0
16962026-08-24T22:05:06.524Z Compiling byte-wrapper v0.1.0
16972026-08-24T22:05:06.559Z Compiling ed25519 v2.2.3
16982026-08-24T22:05:06.832Z Compiling hkdf v0.12.4
16992026-08-24T22:05:06.869Z Compiling crypto-bigint v0.5.5
17002026-08-24T22:05:06.994Z Compiling olpc-cjson v0.1.4
17012026-08-24T22:05:07.023Z Compiling serde_plain v1.0.2
17022026-08-24T22:05:07.040Z Compiling serde-big-array v0.5.1
17032026-08-24T22:05:07.069Z Compiling dtrace-parser v0.2.0
17042026-08-24T22:05:07.163Z Compiling strum_macros v0.26.4
17052026-08-24T22:05:07.183Z Compiling miette-derive v7.6.0
17062026-08-24T22:05:07.202Z Compiling async-recursion v1.1.1
17072026-08-24T22:05:07.230Z Compiling serde_repr v0.1.20
17082026-08-24T22:05:07.244Z Compiling enum-as-inner v0.6.1
17092026-08-24T22:05:07.385Z Compiling phf_shared v0.11.3
17102026-08-24T22:05:07.449Z Compiling float-cmp v0.10.0
17112026-08-24T22:05:07.482Z Compiling pem v3.0.6
17122026-08-24T22:05:07.585Z Compiling thread-id v4.2.2
17132026-08-24T22:05:07.614Z Compiling memmap2 v0.9.10
17142026-08-24T22:05:07.686Z Compiling winnow v1.0.3
17152026-08-24T22:05:07.778Z Compiling fixedbitset v0.4.2
17162026-08-24T22:05:07.794Z Compiling predicates-core v1.0.10
17172026-08-24T22:05:07.850Z Compiling supports-unicode v3.0.0
17182026-08-24T22:05:07.855Z Compiling normalize-line-endings v0.3.0
17192026-08-24T22:05:07.865Z Compiling keccak v0.1.6
17202026-08-24T22:05:07.881Z Compiling cpufeatures v0.3.0
17212026-08-24T22:05:07.956Z Compiling data-encoding v2.10.0
17222026-08-24T22:05:07.971Z Compiling whoami v2.1.0
17232026-08-24T22:05:07.985Z Compiling new_debug_unreachable v1.0.6
17242026-08-24T22:05:07.999Z Compiling static_assertions v1.1.0
17252026-08-24T22:05:08.017Z Compiling typed-path v0.9.3
17262026-08-24T22:05:08.066Z Compiling supports-hyperlinks v3.2.0
17272026-08-24T22:05:08.086Z Compiling precomputed-hash v0.1.1
17282026-08-24T22:05:08.133Z Compiling difflib v0.4.0
17292026-08-24T22:05:08.189Z Compiling const-oid v0.10.2
17302026-08-24T22:05:08.241Z Compiling fixedbitset v0.5.7
17312026-08-24T22:05:08.368Z Compiling miette v7.6.0
17322026-08-24T22:05:08.383Z Compiling predicates v3.1.4
17332026-08-24T22:05:08.408Z Compiling digest v0.11.3
17342026-08-24T22:05:08.505Z Compiling petgraph v0.8.3
17352026-08-24T22:05:08.573Z Compiling hickory-proto v0.25.2
17362026-08-24T22:05:08.625Z Compiling toml_parser v1.1.2+spec-1.1.0
17372026-08-24T22:05:08.663Z Compiling tokio-postgres v0.7.16
17382026-08-24T22:05:08.676Z Compiling string_cache v0.8.9
17392026-08-24T22:05:08.679Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17402026-08-24T22:05:08.706Z Compiling sha3 v0.10.8
17412026-08-24T22:05:08.781Z Compiling toml_edit v0.22.27
17422026-08-24T22:05:08.921Z Compiling chacha20 v0.10.0
17432026-08-24T22:05:08.980Z Compiling strum v0.26.3
17442026-08-24T22:05:09.028Z Compiling petgraph v0.6.5
17452026-08-24T22:05:09.067Z Compiling elliptic-curve v0.13.8
17462026-08-24T22:05:09.127Z Compiling usdt v0.6.0
17472026-08-24T22:05:09.178Z Compiling usdt-impl v0.5.0
17482026-08-24T22:05:09.262Z Compiling serde_with v3.21.0
17492026-08-24T22:05:09.276Z Compiling zip v4.6.1
17502026-08-24T22:05:09.319Z Compiling crossterm v0.28.1
17512026-08-24T22:05:09.409Z Compiling ed25519-dalek v2.2.0
17522026-08-24T22:05:09.494Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17532026-08-24T22:05:09.956Z Compiling iddqd v0.4.2
17542026-08-24T22:05:09.989Z Compiling similar v2.7.0
17552026-08-24T22:05:10.226Z Compiling heck v0.4.1
17562026-08-24T22:05:10.454Z Compiling itertools v0.15.0
17572026-08-24T22:05:10.479Z Compiling itertools v0.13.0
17582026-08-24T22:05:10.504Z Compiling crossbeam-epoch v0.9.18
17592026-08-24T22:05:10.587Z Compiling tokio-stream v0.1.18
17602026-08-24T22:05:10.607Z Compiling buf-list v1.1.2
17612026-08-24T22:05:10.852Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17622026-08-24T22:05:10.908Z Compiling openapiv3 v2.2.0
17632026-08-24T22:05:10.922Z Compiling peg-runtime v0.8.5
17642026-08-24T22:05:10.991Z Compiling lalrpop-util v0.19.12
17652026-08-24T22:05:11.052Z Compiling thread_local v1.1.9
17662026-08-24T22:05:11.077Z Compiling slog-async v2.8.0
17672026-08-24T22:05:11.133Z Compiling crossbeam-channel v0.5.15
17682026-08-24T22:05:11.178Z Compiling is-terminal v0.4.17
17692026-08-24T22:05:11.211Z Compiling filetime v0.2.27
17702026-08-24T22:05:11.228Z Compiling xattr v1.6.1
17712026-08-24T22:05:11.292Z Compiling term v1.2.1
17722026-08-24T22:05:11.337Z Compiling take_mut v0.2.2
17732026-08-24T22:05:11.352Z Compiling tar v0.4.46
17742026-08-24T22:05:11.392Z Compiling camino-tempfile v1.4.1
17752026-08-24T22:05:11.574Z Compiling slog-term v2.9.2
17762026-08-24T22:05:28.925Z Compiling rustls-webpki v0.103.13
17772026-08-24T22:05:31.603Z Compiling tokio-rustls v0.26.4
17782026-08-24T22:05:31.603Z Compiling rustls-platform-verifier v0.6.2
17792026-08-24T22:05:31.611Z Compiling tough v0.22.0
17802026-08-24T22:05:31.810Z Compiling hyper-rustls v0.27.7
17812026-08-24T22:05:31.995Z Compiling reqwest v0.13.2
17822026-08-24T22:05:34.187Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17832026-08-24T22:05:34.422Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17842026-08-24T22:05:37.355Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.94s
17852026-08-24T22:05:37.492Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17862026-08-24T22:05:37.550ZAug 24 22:05:37.184 INFO Starting download, target: Cockroach
17872026-08-24T22:05:37.550ZAug 24 22:05:37.185 INFO Starting download, target: Clickhouse
17882026-08-24T22:05:37.550ZAug 24 22:05:37.185 INFO Starting download, target: Console
17892026-08-24T22:05:37.550ZAug 24 22:05:37.185 INFO Starting download, target: DendriteStub
17902026-08-24T22:05:37.550ZAug 24 22:05:37.185 INFO Starting download, target: MaghemiteMgd
17912026-08-24T22:05:37.553ZAug 24 22:05:37.185 INFO Starting download, target: MaghemiteDdmd
17922026-08-24T22:05:37.554ZAug 24 22:05:37.185 INFO Starting download, target: TransceiverControl
17932026-08-24T22:05:37.554ZAug 24 22:05:37.185 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17942026-08-24T22:05:37.554ZAug 24 22:05:37.185 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17952026-08-24T22:05:37.554ZAug 24 22:05:37.185 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17962026-08-24T22:05:37.554ZAug 24 22:05:37.185 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17972026-08-24T22:05:37.554ZAug 24 22:05:37.185 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17982026-08-24T22:05:37.554ZAug 24 22:05:37.185 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17992026-08-24T22:05:37.554ZAug 24 22:05:37.185 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18002026-08-24T22:05:38.147ZAug 24 22:05:37.774 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18012026-08-24T22:05:38.367ZAug 24 22:05:38.000 INFO Download complete, target: TransceiverControl
18022026-08-24T22:05:39.565ZAug 24 22:05:39.190 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18032026-08-24T22:05:39.865ZAug 24 22:05:39.488 INFO Download complete, target: Console
18042026-08-24T22:05:40.021ZAug 24 22:05:39.655 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18052026-08-24T22:05:40.165ZAug 24 22:05:39.792 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18062026-08-24T22:05:40.313ZAug 24 22:05:39.946 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18072026-08-24T22:05:40.822ZAug 24 22:05:40.435 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18082026-08-24T22:05:40.822ZAug 24 22:05:40.435 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18092026-08-24T22:05:42.148ZAug 24 22:05:41.749 INFO Download complete, target: MaghemiteDdmd
18102026-08-24T22:05:42.329ZAug 24 22:05:41.959 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18112026-08-24T22:05:42.900ZAug 24 22:05:42.535 INFO Download complete, target: DendriteStub
18122026-08-24T22:05:43.085ZAug 24 22:05:42.711 INFO Download complete, target: MaghemiteMgd
18132026-08-24T22:05:45.635ZAug 24 22:05:45.270 INFO Checking that binary works, target: Cockroach
18142026-08-24T22:05:45.758ZAug 24 22:05:45.394 INFO Download complete, target: Cockroach
18152026-08-24T22:05:49.096ZAug 24 22:05:48.731 INFO Checking that binary works, target: Clickhouse
18162026-08-24T22:05:49.181ZAug 24 22:05:48.816 INFO Download complete, target: Clickhouse
18172026-08-24T22:05:49.188ZAll prerequisites installed successfully
18182026-08-24T22:05:49.191Z
18192026-08-24T22:05:49.191Zreal 2:20.952583016
18202026-08-24T22:05:49.191Zuser 7:20.679350457
18212026-08-24T22:05:49.191Zsys 1:45.719206384
18222026-08-24T22:05:49.191Ztrap 0.285652584
18232026-08-24T22:05:49.191Ztflt 0.980902266
18242026-08-24T22:05:49.191Zdflt 1.563818249
18252026-08-24T22:05:49.191Zkflt 0.033196252
18262026-08-24T22:05:49.191Zlock 29:33.978641750
18272026-08-24T22:05:49.191Zslp 20:57.885160660
18282026-08-24T22:05:49.191Zlat 27.175009412
18292026-08-24T22:05:49.191Zstop 3:29.441148271
18302026-08-24T22:05:49.191Z+ ptime -m cargo xtask download softnpu
18312026-08-24T22:05:49.674Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
18322026-08-24T22:05:49.697Z Running `target/debug/xtask download softnpu`
18332026-08-24T22:05:50.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
18342026-08-24T22:05:50.538Z Running `target/debug/xtask-downloader softnpu`
18352026-08-24T22:05:50.581ZAug 24 22:05:50.216 INFO Starting download, target: Softnpu
18362026-08-24T22:05:50.585ZAug 24 22:05:50.217 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
18372026-08-24T22:05:53.075ZAug 24 22:05:52.710 INFO Download complete, target: Softnpu
18382026-08-24T22:05:53.079Z
18392026-08-24T22:05:53.083Zreal 3.884324446
18402026-08-24T22:05:53.083Zuser 1.352224090
18412026-08-24T22:05:53.083Zsys 0.629104457
18422026-08-24T22:05:53.083Ztrap 0.000706950
18432026-08-24T22:05:53.083Ztflt 0.000160630
18442026-08-24T22:05:53.083Zdflt 0.000121310
18452026-08-24T22:05:53.083Zkflt 0.000000000
18462026-08-24T22:05:53.083Zlock 45.940155486
18472026-08-24T22:05:53.083Zslp 2.359155203
18482026-08-24T22:05:53.083Zlat 0.087015669
18492026-08-24T22:05:53.083Zstop 0.000229370
18502026-08-24T22:05:53.083Z+ export CARGO_INCREMENTAL=0
18512026-08-24T22:05:53.083Z+ CARGO_INCREMENTAL=0
18522026-08-24T22:05:53.083Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18532026-08-24T22:05:53.990Z Compiling proc-macro2 v1.0.106
18542026-08-24T22:05:53.990Z Compiling quote v1.0.45
18552026-08-24T22:05:53.990Z Compiling unicode-ident v1.0.24
18562026-08-24T22:05:53.990Z Compiling serde_core v1.0.228
18572026-08-24T22:05:53.994Z Compiling libc v0.2.185
18582026-08-24T22:05:53.995Z Compiling serde v1.0.228
18592026-08-24T22:05:53.995Z Compiling cfg-if v1.0.4
18602026-08-24T22:05:53.995Z Compiling version_check v0.9.5
18612026-08-24T22:05:53.995Z Compiling autocfg v1.5.0
18622026-08-24T22:05:53.995Z Compiling shlex v1.3.0
18632026-08-24T22:05:53.995Z Compiling find-msvc-tools v0.1.9
18642026-08-24T22:05:53.995Z Compiling memchr v2.8.0
18652026-08-24T22:05:54.136Z Compiling zmij v1.0.21
18662026-08-24T22:05:54.140Z Compiling serde_json v1.0.151
18672026-08-24T22:05:54.263Z Compiling portable-atomic v1.13.1
18682026-08-24T22:05:54.313Z Compiling zerocopy v0.8.55
18692026-08-24T22:05:54.338Z Compiling libm v0.2.16
18702026-08-24T22:05:54.455Z Compiling parking_lot_core v0.9.12
18712026-08-24T22:05:54.487Z Compiling icu_normalizer_data v2.1.1
18722026-08-24T22:05:54.592Z Compiling num-traits v0.2.19
18732026-08-24T22:05:54.699Z Compiling generic-array v0.14.7
18742026-08-24T22:05:54.732Z Compiling smallvec v1.15.1
18752026-08-24T22:05:54.736Z Compiling icu_properties_data v2.1.2
18762026-08-24T22:05:54.736Z Compiling itoa v1.0.17
18772026-08-24T22:05:54.736Z Compiling getrandom v0.4.3
18782026-08-24T22:05:54.736Z Compiling log v0.4.33
18792026-08-24T22:05:54.832Z Compiling getrandom v0.3.4
18802026-08-24T22:05:54.837Z Compiling subtle v2.6.1
18812026-08-24T22:05:54.901Z Compiling pkg-config v0.3.32
18822026-08-24T22:05:54.955Z Compiling typenum v1.20.1
18832026-08-24T22:05:55.022Z Compiling stable_deref_trait v1.2.1
18842026-08-24T22:05:55.026Z Compiling rustix v1.1.4
18852026-08-24T22:05:55.061Z Compiling jobserver v0.1.34
18862026-08-24T22:05:55.065Z Compiling errno v0.3.14
18872026-08-24T22:05:55.148Z Compiling scopeguard v1.2.0
18882026-08-24T22:05:55.201Z Compiling thiserror v2.0.18
18892026-08-24T22:05:55.255Z Compiling lock_api v0.4.14
18902026-08-24T22:05:55.273Z Compiling cc v1.2.56
18912026-08-24T22:05:55.370Z Compiling getrandom v0.2.17
18922026-08-24T22:05:55.416Z Compiling equivalent v1.0.2
18932026-08-24T22:05:55.447Z Compiling syn v2.0.117
18942026-08-24T22:05:55.462Z Compiling heck v0.5.0
18952026-08-24T22:05:55.524Z Compiling rand_core v0.6.4
18962026-08-24T22:05:55.539Z Compiling pin-project-lite v0.2.17
18972026-08-24T22:05:55.557Z Compiling syn v1.0.109
18982026-08-24T22:05:55.618Z Compiling critical-section v1.2.0
18992026-08-24T22:05:55.679Z Compiling percent-encoding v2.3.2
19002026-08-24T22:05:55.695Z Compiling writeable v0.6.2
19012026-08-24T22:05:55.715Z Compiling litemap v0.8.1
19022026-08-24T22:05:55.797Z Compiling schemars v0.8.22
19032026-08-24T22:05:55.861Z Compiling hashbrown v0.17.0
19042026-08-24T22:05:55.941Z Compiling dunce v1.0.5
19052026-08-24T22:05:55.960Z Compiling fs_extra v1.3.0
19062026-08-24T22:05:55.973Z Compiling rustversion v1.0.22
19072026-08-24T22:05:56.000Z Compiling once_cell v1.21.3
19082026-08-24T22:05:56.030Z Compiling cmake v0.1.57
19092026-08-24T22:05:56.217Z Compiling byteorder v1.5.0
19102026-08-24T22:05:56.316Z Compiling strsim v0.11.1
19112026-08-24T22:05:56.371Z Compiling rand_core v0.10.0
19122026-08-24T22:05:56.372Z Compiling signal-hook-registry v1.4.8
19132026-08-24T22:05:56.405Z Compiling utf8_iter v1.0.4
19142026-08-24T22:05:56.443Z Compiling semver v1.0.28
19152026-08-24T22:05:56.510Z Compiling bitflags v2.11.0
19162026-08-24T22:05:56.610Z Compiling indexmap v2.14.0
19172026-08-24T22:05:56.618Z Compiling aws-lc-sys v0.40.0
19182026-08-24T22:05:56.749Z Compiling thiserror v1.0.69
19192026-08-24T22:05:56.805Z Compiling parking_lot v0.12.5
19202026-08-24T22:05:56.805Z Compiling form_urlencoded v1.2.2
19212026-08-24T22:05:56.805Z Compiling mio v1.2.0
19222026-08-24T22:05:56.886Z Compiling socket2 v0.6.3
19232026-08-24T22:05:57.025Z Compiling aws-lc-rs v1.16.3
19242026-08-24T22:05:57.046Z Compiling futures-core v0.3.32
19252026-08-24T22:05:57.083Z Compiling const-oid v0.9.6
19262026-08-24T22:05:57.325Z Compiling httparse v1.10.1
19272026-08-24T22:05:57.478Z Compiling fnv v1.0.7
19282026-08-24T22:05:57.512Z Compiling ucd-trie v0.1.7
19292026-08-24T22:05:57.578Z Compiling regex-syntax v0.8.10
19302026-08-24T22:05:57.649Z Compiling crc32fast v1.5.0
19312026-08-24T22:05:57.649Z Compiling iana-time-zone v0.1.65
19322026-08-24T22:05:57.672Z Compiling pest v2.8.6
19332026-08-24T22:05:57.672Z Compiling vcpkg v0.2.15
19342026-08-24T22:05:57.745Z Compiling ident_case v1.0.1
19352026-08-24T22:05:57.877Z Compiling uuid v1.23.4
19362026-08-24T22:05:57.950Z Compiling rustc_version v0.4.1
19372026-08-24T22:05:58.023Z Compiling rustls v0.23.41
19382026-08-24T22:05:58.073Z Compiling futures-sink v0.3.32
19392026-08-24T22:05:58.165Z Compiling futures-channel v0.3.32
19402026-08-24T22:05:58.212Z Compiling synstructure v0.13.2
19412026-08-24T22:05:58.233Z Compiling serde_derive_internals v0.29.1
19422026-08-24T22:05:58.258Z Compiling openssl-sys v0.9.117
19432026-08-24T22:05:58.465Z Compiling aho-corasick v1.1.4
19442026-08-24T22:05:58.544Z Compiling futures-task v0.3.32
19452026-08-24T22:05:58.579Z Compiling slab v0.4.12
19462026-08-24T22:05:58.579Z Compiling futures-io v0.3.32
19472026-08-24T22:05:58.725Z Compiling pest_meta v2.8.6
19482026-08-24T22:05:58.842Z Compiling dyn-clone v1.0.20
19492026-08-24T22:05:58.902Z Compiling num-conv v0.2.0
19502026-08-24T22:05:58.902Z Compiling radium v0.7.0
19512026-08-24T22:05:58.938Z Compiling time-core v0.1.8
19522026-08-24T22:05:58.969Z Compiling plain v0.2.3
19532026-08-24T22:05:59.017Z Compiling crossbeam-utils v0.8.21
19542026-08-24T22:05:59.037Z Compiling maybe-uninit v2.0.0
19552026-08-24T22:05:59.077Z Compiling openssl v0.10.80
19562026-08-24T22:05:59.127Z Compiling pretty-hex v0.4.1
19572026-08-24T22:05:59.167Z Compiling time-macros v0.2.27
19582026-08-24T22:05:59.177Z Compiling base64 v0.22.1
19592026-08-24T22:05:59.201Z Compiling base64ct v1.8.3
19602026-08-24T22:05:59.321Z Compiling flagset v0.4.7
19612026-08-24T22:05:59.353Z Compiling pest_generator v2.8.6
19622026-08-24T22:05:59.353Z Compiling regex-automata v0.4.14
19632026-08-24T22:05:59.364Z Compiling darling_core v0.23.0
19642026-08-24T22:05:59.435Z Compiling serde_derive v1.0.228
19652026-08-24T22:05:59.499Z Compiling zeroize_derive v1.5.0
19662026-08-24T22:05:59.499Z Compiling zerofrom-derive v0.1.6
19672026-08-24T22:05:59.535Z Compiling yoke-derive v0.8.1
19682026-08-24T22:05:59.556Z Compiling zerocopy-derive v0.8.55
19692026-08-24T22:05:59.577Z Compiling zerovec-derive v0.11.2
19702026-08-24T22:05:59.713Z Compiling displaydoc v0.2.5
19712026-08-24T22:05:59.788Z Compiling tokio-macros v2.7.0
19722026-08-24T22:05:59.917Z Compiling futures-macro v0.3.32
19732026-08-24T22:05:59.939Z Compiling thiserror-impl v2.0.18
19742026-08-24T22:05:59.972Z Compiling schemars_derive v0.8.22
19752026-08-24T22:05:59.994Z Compiling der_derive v0.7.3
19762026-08-24T22:06:00.111Z Compiling tracing-attributes v0.1.31
19772026-08-24T22:06:00.135Z Compiling thiserror-impl v1.0.69
19782026-08-24T22:06:00.416Z Compiling pest_derive v2.8.6
19792026-08-24T22:06:00.515Z Compiling pem-rfc7468 v0.7.0
19802026-08-24T22:06:00.555Z Compiling scroll_derive v0.13.1
19812026-08-24T22:06:00.637Z Compiling scroll_derive v0.12.1
19822026-08-24T22:06:00.651Z Compiling zerofrom v0.1.6
19832026-08-24T22:06:00.812Z Compiling yoke v0.8.1
19842026-08-24T22:06:00.829Z Compiling futures-util v0.3.32
19852026-08-24T22:06:00.951Z Compiling openssl-macros v0.1.1
19862026-08-24T22:06:00.963Z Compiling rand_core v0.9.5
19872026-08-24T22:06:01.007Z Compiling zerovec v0.11.5
19882026-08-24T22:06:01.082Z Compiling zerotrie v0.2.3
19892026-08-24T22:06:01.317Z Compiling bzip2-sys v0.1.13+1.0.8
19902026-08-24T22:06:01.349Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19912026-08-24T22:06:01.371Z Compiling ahash v0.8.12
19922026-08-24T22:06:01.500Z Compiling native-tls v0.2.18
19932026-08-24T22:06:01.548Z Compiling anyhow v1.0.104
19942026-08-24T22:06:01.566Z Compiling tinystr v0.8.2
19952026-08-24T22:06:01.611Z Compiling potential_utf v0.1.4
19962026-08-24T22:06:01.693Z Compiling num-bigint-dig v0.8.6
19972026-08-24T22:06:01.738Z Compiling packed_struct v0.10.1
19982026-08-24T22:06:01.739Z Compiling regex v1.12.3
19992026-08-24T22:06:01.767Z Compiling icu_locale_core v2.1.1
20002026-08-24T22:06:01.786Z Compiling icu_collections v2.1.1
20012026-08-24T22:06:01.822Z Compiling darling_macro v0.23.0
20022026-08-24T22:06:01.826Z Compiling zerocopy-derive v0.7.35
20032026-08-24T22:06:02.013Z Compiling slog v2.8.2
20042026-08-24T22:06:02.345Z Compiling tracing-core v0.1.36
20052026-08-24T22:06:02.417Z Compiling cookie v0.18.1
20062026-08-24T22:06:02.455Z Compiling camino v1.2.5
20072026-08-24T22:06:02.523Z Compiling icu_provider v2.1.1
20082026-08-24T22:06:02.620Z Compiling zeroize v1.9.0
20092026-08-24T22:06:02.634Z Compiling bytes v1.11.1
20102026-08-24T22:06:02.729Z Compiling chrono v0.4.45
20112026-08-24T22:06:02.882Z Compiling icu_properties v2.1.2
20122026-08-24T22:06:02.897Z Compiling icu_normalizer v2.1.1
20132026-08-24T22:06:03.176Z Compiling tokio v1.52.1
20142026-08-24T22:06:03.433Z Compiling crypto-common v0.1.7
20152026-08-24T22:06:03.456Z Compiling block-buffer v0.10.4
20162026-08-24T22:06:03.599Z Compiling digest v0.10.7
20172026-08-24T22:06:03.623Z Compiling serde_tokenstream v0.2.3
20182026-08-24T22:06:03.626Z Compiling der v0.7.10
20192026-08-24T22:06:03.858Z Compiling idna_adapter v1.2.1
20202026-08-24T22:06:03.981Z Compiling idna v1.1.0
20212026-08-24T22:06:04.020Z Compiling ppv-lite86 v0.2.21
20222026-08-24T22:06:04.123Z Compiling http v1.4.2
20232026-08-24T22:06:04.191Z Compiling cpufeatures v0.2.17
20242026-08-24T22:06:04.262Z Compiling tracing v0.1.44
20252026-08-24T22:06:04.278Z Compiling toml_datetime v0.6.11
20262026-08-24T22:06:04.358Z Compiling url v2.5.8
20272026-08-24T22:06:04.458Z Compiling rand_chacha v0.9.0
20282026-08-24T22:06:04.576Z Compiling spki v0.7.3
20292026-08-24T22:06:04.624Z Compiling serde_spanned v0.6.9
20302026-08-24T22:06:04.808Z Compiling darling v0.23.0
20312026-08-24T22:06:04.826Z Compiling bitfield-macros v0.19.4
20322026-08-24T22:06:04.829Z Compiling zerocopy-derive v0.6.6
20332026-08-24T22:06:04.864Z Compiling clap_derive v4.6.1
20342026-08-24T22:06:04.909Z Compiling packed_struct_codegen v0.10.1
20352026-08-24T22:06:05.194Z Compiling indexmap v1.9.3
20362026-08-24T22:06:05.363Z Compiling paste v1.0.15
20372026-08-24T22:06:05.433Z Compiling object v0.37.3
20382026-08-24T22:06:05.493Z Compiling simd-adler32 v0.3.8
20392026-08-24T22:06:05.610Z Compiling http-body v1.0.1
20402026-08-24T22:06:05.692Z Compiling pkcs8 v0.10.2
20412026-08-24T22:06:05.708Z Compiling rand v0.9.2
20422026-08-24T22:06:05.746Z Compiling rustls-pki-types v1.14.0
20432026-08-24T22:06:05.957Z Compiling spin v0.9.8
20442026-08-24T22:06:05.993Z Compiling usdt-impl v0.5.0
20452026-08-24T22:06:06.021Z Compiling usdt-impl v0.6.0
20462026-08-24T22:06:06.098Z Compiling fastrand v2.3.0
20472026-08-24T22:06:06.187Z Compiling cmov v0.5.4
20482026-08-24T22:06:06.203Z Compiling winnow v0.5.40
20492026-08-24T22:06:06.234Z Compiling openssl-probe v0.2.1
20502026-08-24T22:06:06.249Z Compiling tinyvec_macros v0.1.1
20512026-08-24T22:06:06.333Z Compiling utf8parse v0.2.2
20522026-08-24T22:06:06.454Z Compiling anstyle v1.0.14
20532026-08-24T22:06:06.469Z Compiling adler2 v2.0.1
20542026-08-24T22:06:06.473Z Compiling ref-cast v1.0.25
20552026-08-24T22:06:06.502Z Compiling either v1.15.0
20562026-08-24T22:06:06.505Z Compiling ctutils v0.4.2
20572026-08-24T22:06:06.533Z Compiling anstyle-parse v1.0.0
20582026-08-24T22:06:06.611Z Compiling miniz_oxide v0.8.9
20592026-08-24T22:06:06.737Z Compiling tinyvec v1.10.0
20602026-08-24T22:06:06.794Z Compiling sha2 v0.10.9
20612026-08-24T22:06:06.955Z Compiling scroll v0.13.0
20622026-08-24T22:06:07.018Z Compiling scroll v0.12.0
20632026-08-24T22:06:07.036Z Compiling tokio-util v0.7.18
20642026-08-24T22:06:07.100Z Compiling terminal_size v0.4.3
20652026-08-24T22:06:07.158Z Compiling async-trait v0.1.89
20662026-08-24T22:06:07.176Z Compiling heapless v0.7.17
20672026-08-24T22:06:07.300Z Compiling litrs v1.0.0
20682026-08-24T22:06:07.330Z Compiling rustix v0.38.44
20692026-08-24T22:06:07.355Z Compiling tower-layer v0.3.3
20702026-08-24T22:06:07.428Z Compiling tower-service v0.3.3
20712026-08-24T22:06:07.534Z Compiling toml_edit v0.19.15
20722026-08-24T22:06:07.549Z Compiling atomic-waker v1.1.2
20732026-08-24T22:06:07.632Z Compiling is_terminal_polyfill v1.70.2
20742026-08-24T22:06:07.701Z Compiling winnow v0.7.14
20752026-08-24T22:06:07.745Z Compiling winnow v1.0.3
20762026-08-24T22:06:07.800Z Compiling colorchoice v1.0.4
20772026-08-24T22:06:07.932Z Compiling zstd-safe v7.2.4
20782026-08-24T22:06:07.981Z Compiling signal-hook v0.3.18
20792026-08-24T22:06:08.044Z Compiling untrusted v0.7.1
20802026-08-24T22:06:08.048Z Compiling try-lock v0.2.5
20812026-08-24T22:06:08.077Z Compiling anstyle-query v1.1.5
20822026-08-24T22:06:08.176Z Compiling anstream v1.0.0
20832026-08-24T22:06:08.192Z Compiling want v0.3.1
20842026-08-24T22:06:08.192Z Compiling tempfile v3.27.0
20852026-08-24T22:06:08.221Z Compiling document-features v0.2.12
20862026-08-24T22:06:08.369Z Compiling h2 v0.4.15
20872026-08-24T22:06:08.695Z Compiling toml_parser v1.1.2+spec-1.1.0
20882026-08-24T22:06:08.767Z Compiling goblin v0.8.2
20892026-08-24T22:06:08.789Z Compiling goblin v0.10.5
20902026-08-24T22:06:08.936Z Compiling hybrid-array v0.4.13
20912026-08-24T22:06:09.157Z Compiling itertools v0.15.0
20922026-08-24T22:06:09.184Z Compiling zerocopy v0.7.35
20932026-08-24T22:06:09.264Z Compiling ipnet v2.12.0
20942026-08-24T22:06:09.484Z Compiling ref-cast-impl v1.0.25
20952026-08-24T22:06:09.553Z Compiling daft-derive v0.1.7
20962026-08-24T22:06:09.570Z Compiling structmeta-derive v0.3.0
20972026-08-24T22:06:09.769Z Compiling curve25519-dalek v4.1.3
20982026-08-24T22:06:09.784Z Compiling darling_core v0.20.11
20992026-08-24T22:06:09.817Z Compiling memoffset v0.9.1
21002026-08-24T22:06:09.857Z Compiling httpdate v1.0.3
21012026-08-24T22:06:09.880Z Compiling powerfmt v0.2.0
21022026-08-24T22:06:10.031Z Compiling foreign-types-shared v0.1.1
21032026-08-24T22:06:10.089Z Compiling untrusted v0.9.0
21042026-08-24T22:06:10.191Z Compiling tap v1.0.1
21052026-08-24T22:06:10.294Z Compiling wyz v0.5.1
21062026-08-24T22:06:10.316Z Compiling foreign-types v0.3.2
21072026-08-24T22:06:10.332Z Compiling deranged v0.5.8
21082026-08-24T22:06:10.524Z Compiling unicode-normalization v0.1.25
21092026-08-24T22:06:10.569Z Compiling structmeta v0.3.0
21102026-08-24T22:06:10.792Z Compiling dtrace-parser v0.2.0
21112026-08-24T22:06:10.811Z Compiling rand_chacha v0.3.1
21122026-08-24T22:06:11.005Z Compiling dof v0.3.0
21132026-08-24T22:06:11.083Z Compiling signature v2.2.0
21142026-08-24T22:06:11.189Z Compiling hex v0.4.3
21152026-08-24T22:06:11.252Z Compiling dtrace-parser v0.3.0
21162026-08-24T22:06:11.336Z Compiling pin-project-internal v1.1.11
21172026-08-24T22:06:11.461Z Compiling num-integer v0.1.46
21182026-08-24T22:06:11.494Z Compiling thread-id v4.2.2
21192026-08-24T22:06:11.591Z Compiling hyper v1.10.1
21202026-08-24T22:06:11.613Z Compiling dof v0.4.0
21212026-08-24T22:06:11.725Z Compiling wait-timeout v0.2.1
21222026-08-24T22:06:11.758Z Compiling darling_macro v0.20.11
21232026-08-24T22:06:11.775Z Compiling thread-id v5.1.0
21242026-08-24T22:06:11.847Z Compiling smoltcp v0.9.1
21252026-08-24T22:06:11.878Z Compiling cfg_aliases v0.2.1
21262026-08-24T22:06:11.964Z Compiling bit-vec v0.8.0
21272026-08-24T22:06:11.979Z Compiling funty v2.0.0
21282026-08-24T22:06:12.192Z Compiling quick-error v1.2.3
21292026-08-24T22:06:12.272Z Compiling num_threads v0.1.7
21302026-08-24T22:06:12.318Z Compiling clap_lex v1.0.0
21312026-08-24T22:06:12.336Z Compiling owo-colors v4.3.0
21322026-08-24T22:06:12.352Z Compiling bitvec v1.0.1
21332026-08-24T22:06:12.386Z Compiling time v0.3.47
21342026-08-24T22:06:12.403Z Compiling rusty-fork v0.3.1
21352026-08-24T22:06:12.494Z Compiling clap_builder v4.6.0
21362026-08-24T22:06:12.556Z Compiling darling v0.20.11
21372026-08-24T22:06:12.572Z Compiling bit-set v0.8.0
21382026-08-24T22:06:12.587Z Compiling nix v0.31.2
21392026-08-24T22:06:12.649Z Compiling num-iter v0.1.45
21402026-08-24T22:06:12.702Z Compiling hyper-util v0.1.20
21412026-08-24T22:06:12.785Z Compiling rand v0.8.6
21422026-08-24T22:06:13.043Z Compiling lazy_static v1.5.0
21432026-08-24T22:06:13.154Z Compiling ipnetwork v0.21.1
21442026-08-24T22:06:13.197Z Compiling hmac v0.12.1
21452026-08-24T22:06:13.412Z Compiling rand_xorshift v0.4.0
21462026-08-24T22:06:13.440Z Compiling curve25519-dalek-derive v0.1.1
21472026-08-24T22:06:13.571Z Compiling sync_wrapper v1.0.2
21482026-08-24T22:06:13.695Z Compiling siphasher v1.0.2
21492026-08-24T22:06:13.894Z Compiling nodrop v0.1.14
21502026-08-24T22:06:13.915Z Compiling crc-catalog v2.4.0
21512026-08-24T22:06:13.963Z Compiling unarray v0.1.4
21522026-08-24T22:06:14.004Z Compiling zlib-rs v0.6.2
21532026-08-24T22:06:14.050Z Compiling crc v3.4.0
21542026-08-24T22:06:14.090Z Compiling proptest v1.11.0
21552026-08-24T22:06:14.383Z Compiling array-init v0.0.4
21562026-08-24T22:06:14.383Z Compiling clap v4.6.1
21572026-08-24T22:06:14.744Z Compiling tower v0.5.3
21582026-08-24T22:06:15.287Z Compiling smallvec v0.6.14
21592026-08-24T22:06:15.517Z Compiling derive_builder_core v0.20.2
21602026-08-24T22:06:15.554Z Compiling pkcs1 v0.7.5
21612026-08-24T22:06:15.774Z Compiling http-body-util v0.1.3
21622026-08-24T22:06:15.927Z Compiling zerocopy v0.6.6
21632026-08-24T22:06:15.944Z Compiling bitfield v0.19.4
21642026-08-24T22:06:16.041Z Compiling strum_macros v0.26.4
21652026-08-24T22:06:16.057Z Compiling flate2 v1.1.9
21662026-08-24T22:06:16.133Z Compiling snafu-derive v0.8.9
21672026-08-24T22:06:16.158Z Compiling strum_macros v0.27.2
21682026-08-24T22:06:16.233Z Compiling hubpack_derive v0.1.1
21692026-08-24T22:06:16.301Z Compiling env_filter v2.0.0
21702026-08-24T22:06:16.317Z Compiling fs-err v3.3.0
21712026-08-24T22:06:16.390Z Compiling ryu v1.0.23
21722026-08-24T22:06:16.531Z Compiling base64 v0.21.7
21732026-08-24T22:06:16.577Z Compiling hashbrown v0.12.3
21742026-08-24T22:06:16.693Z Compiling gimli v0.32.3
21752026-08-24T22:06:16.802Z Compiling allocator-api2 v0.2.21
21762026-08-24T22:06:16.849Z Compiling unicode-bidi v0.3.18
21772026-08-24T22:06:17.039Z Compiling unicode-segmentation v1.12.0
21782026-08-24T22:06:17.261Z Compiling iri-string v0.7.10
21792026-08-24T22:06:17.290Z Compiling unicode-properties v0.1.4
21802026-08-24T22:06:17.422Z Compiling ron v0.8.1
21812026-08-24T22:06:17.515Z Compiling stringprep v0.1.5
21822026-08-24T22:06:17.763Z Compiling serde_urlencoded v0.7.1
21832026-08-24T22:06:17.827Z Compiling env_logger v0.11.11
21842026-08-24T22:06:17.899Z Compiling derive_builder_macro v0.20.2
21852026-08-24T22:06:18.014Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21862026-08-24T22:06:18.155Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21872026-08-24T22:06:18.192Z Compiling newtype-uuid v1.3.2
21882026-08-24T22:06:18.261Z Compiling rsa v0.9.10
21892026-08-24T22:06:18.314Z Compiling oxnet v0.1.6
21902026-08-24T22:06:18.392Z Compiling tower-http v0.6.8
21912026-08-24T22:06:18.413Z Compiling addr2line v0.25.1
21922026-08-24T22:06:18.512Z Compiling serde-hex v0.1.0
21932026-08-24T22:06:18.615Z Compiling tokio-native-tls v0.3.1
21942026-08-24T22:06:18.685Z Compiling hashbrown v0.13.2
21952026-08-24T22:06:18.729Z Compiling bzip2 v0.4.4
21962026-08-24T22:06:18.750Z Compiling usdt-macro v0.6.0
21972026-08-24T22:06:18.768Z Compiling usdt-attr-macro v0.6.0
21982026-08-24T22:06:18.802Z Compiling derive-ex v0.1.8
21992026-08-24T22:06:18.820Z Compiling block-padding v0.4.2
22002026-08-24T22:06:18.836Z Compiling block-buffer v0.12.1
22012026-08-24T22:06:18.893Z Compiling crypto-common v0.2.2
22022026-08-24T22:06:19.130Z Compiling rustls-native-certs v0.8.3
22032026-08-24T22:06:19.164Z Compiling x509-cert v0.2.5
22042026-08-24T22:06:19.390Z Compiling md-5 v0.10.6
22052026-08-24T22:06:19.551Z Compiling erased-serde v0.3.31
22062026-08-24T22:06:19.610Z Compiling bstr v1.12.1
22072026-08-24T22:06:19.858Z Compiling vergen-lib v9.1.0
22082026-08-24T22:06:19.861Z Compiling hash32 v0.2.1
22092026-08-24T22:06:19.967Z Compiling encoding_rs v0.8.35
22102026-08-24T22:06:20.162Z Compiling crc-any v2.5.0
22112026-08-24T22:06:20.215Z Compiling fallible-iterator v0.2.0
22122026-08-24T22:06:20.232Z Compiling mime v0.3.17
22132026-08-24T22:06:20.256Z Compiling psl-types v2.0.11
22142026-08-24T22:06:20.284Z Compiling cpufeatures v0.3.0
22152026-08-24T22:06:20.372Z Compiling unicode-width v0.2.0
22162026-08-24T22:06:20.418Z Compiling rustc-demangle v0.1.27
22172026-08-24T22:06:20.523Z Compiling postgres-protocol v0.6.10
22182026-08-24T22:06:20.653Z Compiling publicsuffix v2.3.0
22192026-08-24T22:06:20.669Z Compiling test-strategy v0.4.5
22202026-08-24T22:06:20.785Z Compiling backtrace v0.3.76
22212026-08-24T22:06:21.224Z Compiling object v0.30.4
22222026-08-24T22:06:21.308Z Compiling inout v0.2.2
22232026-08-24T22:06:21.437Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22242026-08-24T22:06:21.455Z Compiling zip v0.6.6
22252026-08-24T22:06:21.469Z Compiling hyper-tls v0.6.0
22262026-08-24T22:06:21.488Z Compiling daft v0.1.7
22272026-08-24T22:06:21.505Z Compiling derive_builder v0.20.2
22282026-08-24T22:06:21.588Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22292026-08-24T22:06:21.710Z Compiling heck v0.4.1
22302026-08-24T22:06:21.725Z Compiling phf_shared v0.13.1
22312026-08-24T22:06:21.841Z Compiling pin-project v1.1.11
22322026-08-24T22:06:21.927Z Compiling toml v0.7.8
22332026-08-24T22:06:21.979Z Compiling serde_with_macros v3.21.0
22342026-08-24T22:06:21.982Z Compiling futures-executor v0.3.32
22352026-08-24T22:06:22.049Z Compiling enum-as-inner v0.6.1
22362026-08-24T22:06:22.194Z Compiling async-recursion v1.1.1
22372026-08-24T22:06:22.239Z Compiling miette-derive v7.6.0
22382026-08-24T22:06:22.300Z Compiling serde_repr v0.1.20
22392026-08-24T22:06:22.395Z Compiling vergen v9.1.0
22402026-08-24T22:06:22.420Z Compiling ff v0.13.1
22412026-08-24T22:06:22.462Z Compiling cargo-platform v0.3.2
22422026-08-24T22:06:22.574Z Compiling jiff-core v0.1.0
22432026-08-24T22:06:22.598Z Compiling bitflags v1.3.2
22442026-08-24T22:06:22.688Z Compiling smawk v0.3.2
22452026-08-24T22:06:22.727Z Compiling managed v0.8.0
22462026-08-24T22:06:22.847Z Compiling same-file v1.0.6
22472026-08-24T22:06:23.004Z Compiling libbz2-rs-sys v0.2.2
22482026-08-24T22:06:23.028Z Compiling foldhash v0.1.5
22492026-08-24T22:06:23.045Z Compiling bumpalo v3.20.2
22502026-08-24T22:06:23.103Z Compiling path-slash v0.1.5
22512026-08-24T22:06:23.206Z Compiling is_ci v1.2.0
22522026-08-24T22:06:23.222Z Compiling unicode-linebreak v0.1.5
22532026-08-24T22:06:23.246Z Compiling base16ct v0.2.0
22542026-08-24T22:06:23.261Z Compiling foldhash v0.2.0
22552026-08-24T22:06:23.348Z Compiling supports-color v3.0.2
22562026-08-24T22:06:23.425Z Compiling hashbrown v0.16.1
22572026-08-24T22:06:23.448Z Compiling textwrap v0.16.2
22582026-08-24T22:06:23.490Z Compiling bzip2 v0.6.1
22592026-08-24T22:06:23.524Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22602026-08-24T22:06:23.541Z Compiling sec1 v0.7.3
22612026-08-24T22:06:23.544Z Compiling jiff v0.2.34
22622026-08-24T22:06:23.580Z Compiling zopfli v0.8.3
22632026-08-24T22:06:23.830Z Compiling hashbrown v0.15.5
22642026-08-24T22:06:23.852Z Compiling walkdir v2.5.0
22652026-08-24T22:06:24.013Z Compiling cargo_metadata v0.23.1
22662026-08-24T22:06:24.055Z Compiling group v0.13.0
22672026-08-24T22:06:24.394Z Compiling futures v0.3.32
22682026-08-24T22:06:24.587Z Compiling snafu v0.8.9
22692026-08-24T22:06:24.658Z Compiling phf v0.13.1
22702026-08-24T22:06:24.733Z Compiling reqwest v0.12.28
22712026-08-24T22:06:24.946Z Compiling signal-hook-mio v0.2.5
22722026-08-24T22:06:24.949Z Compiling cipher v0.5.2
22732026-08-24T22:06:25.086Z Compiling cookie_store v0.22.1
22742026-08-24T22:06:25.156Z Compiling backtrace-ext v0.2.1
22752026-08-24T22:06:25.172Z Compiling postgres-types v0.2.12
22762026-08-24T22:06:25.282Z Compiling zstd v0.13.3
22772026-08-24T22:06:25.282Z Compiling globset v0.4.18
22782026-08-24T22:06:25.438Z Compiling strum v0.27.2
22792026-08-24T22:06:25.517Z Compiling hubpack v0.1.2
22802026-08-24T22:06:25.591Z Compiling phf_shared v0.11.3
22812026-08-24T22:06:25.624Z Compiling hkdf v0.12.4
22822026-08-24T22:06:25.658Z Compiling crossbeam-epoch v0.9.18
22832026-08-24T22:06:25.707Z Compiling byte-wrapper v0.1.0
22842026-08-24T22:06:25.723Z Compiling ed25519 v2.2.3
22852026-08-24T22:06:25.749Z Compiling olpc-cjson v0.1.4
22862026-08-24T22:06:25.982Z Compiling crypto-bigint v0.5.5
22872026-08-24T22:06:26.071Z Compiling serde-big-array v0.5.1
22882026-08-24T22:06:26.071Z Compiling serde_plain v1.0.2
22892026-08-24T22:06:26.121Z Compiling pem v3.0.6
22902026-08-24T22:06:26.166Z Compiling float-cmp v0.10.0
22912026-08-24T22:06:26.227Z Compiling memmap2 v0.9.10
22922026-08-24T22:06:26.288Z Compiling supports-hyperlinks v3.2.0
22932026-08-24T22:06:26.328Z Compiling fixedbitset v0.5.7
22942026-08-24T22:06:26.420Z Compiling whoami v2.1.0
22952026-08-24T22:06:26.451Z Compiling new_debug_unreachable v1.0.6
22962026-08-24T22:06:26.481Z Compiling normalize-line-endings v0.3.0
22972026-08-24T22:06:26.539Z Compiling static_assertions v1.1.0
22982026-08-24T22:06:26.556Z Compiling unicode-width v0.1.14
22992026-08-24T22:06:26.606Z Compiling supports-unicode v3.0.0
23002026-08-24T22:06:26.622Z Compiling const-oid v0.10.2
23012026-08-24T22:06:26.637Z Compiling fixedbitset v0.4.2
23022026-08-24T22:06:26.706Z Compiling keccak v0.1.6
23032026-08-24T22:06:26.722Z Compiling toml_write v0.1.2
23042026-08-24T22:06:26.770Z Compiling data-encoding v2.10.0
23052026-08-24T22:06:26.803Z Compiling difflib v0.4.0
23062026-08-24T22:06:26.857Z Compiling predicates-core v1.0.10
23072026-08-24T22:06:26.888Z Compiling precomputed-hash v0.1.1
23082026-08-24T22:06:26.935Z Compiling typed-path v0.9.3
23092026-08-24T22:06:26.972Z Compiling string_cache v0.8.9
23102026-08-24T22:06:26.989Z Compiling elliptic-curve v0.13.8
23112026-08-24T22:06:27.041Z Compiling predicates v3.1.4
23122026-08-24T22:06:27.073Z Compiling hickory-proto v0.25.2
23132026-08-24T22:06:27.243Z Compiling toml_edit v0.22.27
23142026-08-24T22:06:27.303Z Compiling sha3 v0.10.8
23152026-08-24T22:06:27.355Z Compiling miette v7.6.0
23162026-08-24T22:06:27.582Z Compiling petgraph v0.6.5
23172026-08-24T22:06:27.617Z Compiling digest v0.11.3
23182026-08-24T22:06:27.740Z Compiling tokio-postgres v0.7.16
23192026-08-24T22:06:27.758Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23202026-08-24T22:06:27.838Z Compiling petgraph v0.8.3
23212026-08-24T22:06:27.952Z Compiling chacha20 v0.10.0
23222026-08-24T22:06:28.375Z Compiling usdt v0.6.0
23232026-08-24T22:06:29.083Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23242026-08-24T22:06:29.218Z Compiling ed25519-dalek v2.2.0
23252026-08-24T22:06:29.557Z Compiling zip v4.6.1
23262026-08-24T22:06:29.824Z Compiling crossterm v0.28.1
23272026-08-24T22:06:30.193Z Compiling iddqd v0.4.2
23282026-08-24T22:06:30.414Z Compiling serde_with v3.21.0
23292026-08-24T22:06:30.469Z Compiling similar v2.7.0
23302026-08-24T22:06:30.588Z Compiling strum v0.26.3
23312026-08-24T22:06:30.736Z Compiling tokio-stream v0.1.18
23322026-08-24T22:06:30.756Z Compiling buf-list v1.1.2
23332026-08-24T22:06:31.026Z Compiling itertools v0.13.0
23342026-08-24T22:06:31.056Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23352026-08-24T22:06:31.218Z Compiling openapiv3 v2.2.0
23362026-08-24T22:06:31.439Z Compiling lalrpop-util v0.19.12
23372026-08-24T22:06:31.748Z Compiling peg-runtime v0.8.5
23382026-08-24T22:06:47.118Z Compiling rustls-webpki v0.103.13
23392026-08-24T22:06:50.913Z Compiling tokio-rustls v0.26.4
23402026-08-24T22:06:51.017Z Compiling rustls-platform-verifier v0.6.2
23412026-08-24T22:06:51.141Z Compiling tough v0.22.0
23422026-08-24T22:06:51.203Z Compiling hyper-rustls v0.27.7
23432026-08-24T22:06:51.518Z Compiling reqwest v0.13.2
23442026-08-24T22:06:53.994Z Compiling macaddr v1.0.1
23452026-08-24T22:06:54.011Z Compiling rayon-core v1.13.0
23462026-08-24T22:06:54.047Z Compiling crucible-workspace-hack v0.1.0
23472026-08-24T22:06:54.258Z Compiling secrecy v0.10.3
23482026-08-24T22:06:54.293Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23492026-08-24T22:06:54.296Z Compiling heapless v0.8.0
23502026-08-24T22:06:54.309Z Compiling toml_datetime v0.7.5+spec-1.1.0
23512026-08-24T22:06:54.361Z Compiling crossbeam-deque v0.8.6
23522026-08-24T22:06:54.433Z Compiling ingot-macros v0.2.0
23532026-08-24T22:06:54.535Z Compiling toml_edit v0.23.10+spec-1.0.0
23542026-08-24T22:06:54.619Z Compiling inout v0.1.4
23552026-08-24T22:06:54.622Z Compiling hash32 v0.3.1
23562026-08-24T22:06:54.655Z Compiling multer v3.1.0
23572026-08-24T22:06:54.741Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23582026-08-24T22:06:54.758Z Compiling thread_local v1.1.9
23592026-08-24T22:06:54.797Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23602026-08-24T22:06:54.813Z Compiling smoltcp v0.11.0
23612026-08-24T22:06:54.830Z Compiling match_cfg v0.1.0
23622026-08-24T22:06:54.833Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23632026-08-24T22:06:54.880Z Compiling slog-async v2.8.0
23642026-08-24T22:06:54.913Z Compiling compression-core v0.4.31
23652026-08-24T22:06:54.929Z Compiling hostname v0.3.1
23662026-08-24T22:06:55.099Z Compiling proc-macro-crate v3.4.0
23672026-08-24T22:06:55.115Z Compiling compression-codecs v0.4.37
23682026-08-24T22:06:55.118Z Compiling cipher v0.4.4
23692026-08-24T22:06:55.222Z Compiling atomicwrites v0.4.4
23702026-08-24T22:06:55.239Z Compiling slog-json v2.6.1
23712026-08-24T22:06:55.422Z Compiling crossbeam-channel v0.5.15
23722026-08-24T22:06:55.442Z Compiling half v2.7.1
23732026-08-24T22:06:55.458Z Compiling newtype-uuid-macros v0.1.0
23742026-08-24T22:06:55.491Z Compiling universal-hash v0.5.1
23752026-08-24T22:06:55.507Z Compiling cobs v0.3.0
23762026-08-24T22:06:55.526Z Compiling async-stream-impl v0.3.6
23772026-08-24T22:06:55.549Z Compiling thiserror-impl-no-std v2.0.2
23782026-08-24T22:06:55.650Z Compiling toml_datetime v1.1.1+spec-1.1.0
23792026-08-24T22:06:55.667Z Compiling serde_spanned v1.1.1
23802026-08-24T22:06:55.794Z Compiling is-terminal v0.4.17
23812026-08-24T22:06:55.810Z Compiling proc-macro-error-attr v1.0.4
23822026-08-24T22:06:55.828Z Compiling dropshot v0.17.1
23832026-08-24T22:06:55.846Z Compiling opaque-debug v0.3.1
23842026-08-24T22:06:55.924Z Compiling toml_writer v1.1.1+spec-1.1.0
23852026-08-24T22:06:55.944Z Compiling convert_case v0.4.0
23862026-08-24T22:06:55.982Z Compiling term v1.2.1
23872026-08-24T22:06:56.037Z Compiling take_mut v0.2.2
23882026-08-24T22:06:56.065Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
23892026-08-24T22:06:56.093Z Compiling ciborium-io v0.2.2
23902026-08-24T22:06:56.130Z Compiling async-stream v0.3.6
23912026-08-24T22:06:56.185Z Compiling ciborium-ll v0.2.2
23922026-08-24T22:06:56.209Z Compiling toml v1.1.2+spec-1.1.0
23932026-08-24T22:06:56.227Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23942026-08-24T22:06:56.263Z Compiling derive_more v0.99.20
23952026-08-24T22:06:56.295Z Compiling slog-term v2.9.2
23962026-08-24T22:06:56.318Z Compiling poly1305 v0.8.0
23972026-08-24T22:06:56.333Z Compiling postcard v1.1.3
23982026-08-24T22:06:56.475Z Compiling num_enum_derive v0.7.6
23992026-08-24T22:06:56.565Z Compiling thiserror-no-std v2.0.2
24002026-08-24T22:06:56.662Z Compiling slog-bunyan v2.5.0
24012026-08-24T22:06:56.677Z Compiling chacha20 v0.9.1
24022026-08-24T22:06:56.735Z Compiling async-compression v0.4.41
24032026-08-24T22:06:56.964Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24042026-08-24T22:06:57.042Z Compiling sha1 v0.11.0
24052026-08-24T22:06:57.079Z Compiling ingot-types v0.2.0
24062026-08-24T22:06:57.221Z Compiling parse-display-derive v0.10.0
24072026-08-24T22:06:57.346Z Compiling proc-macro-crate v1.3.1
24082026-08-24T22:06:57.452Z Compiling waitgroup v0.1.2
24092026-08-24T22:06:57.503Z Compiling ingot v0.2.1
24102026-08-24T22:06:57.552Z Compiling backon v1.6.0
24112026-08-24T22:06:57.570Z Compiling rustls-pemfile v2.2.0
24122026-08-24T22:06:57.623Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24132026-08-24T22:06:57.702Z Compiling dropshot_endpoint v0.17.1
24142026-08-24T22:06:57.774Z Compiling blake2 v0.10.6
24152026-08-24T22:06:57.819Z Compiling aead v0.5.2
24162026-08-24T22:06:57.878Z Compiling password-hash v0.5.0
24172026-08-24T22:06:58.022Z Compiling foreign-types-macros v0.2.3
24182026-08-24T22:06:58.040Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24192026-08-24T22:06:58.297Z Compiling serde_path_to_error v0.1.20
24202026-08-24T22:06:58.449Z Compiling hostname v0.4.2
24212026-08-24T22:06:58.465Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24222026-08-24T22:06:58.468Z Compiling proc-macro-error v1.0.4
24232026-08-24T22:06:58.617Z Compiling instant v0.1.13
24242026-08-24T22:06:58.634Z Compiling debug-ignore v1.0.5
24252026-08-24T22:06:58.676Z Compiling foreign-types-shared v0.3.1
24262026-08-24T22:06:58.679Z Compiling parse-display v0.10.0
24272026-08-24T22:06:58.755Z Compiling backoff v0.4.0
24282026-08-24T22:06:58.772Z Compiling argon2 v0.5.3
24292026-08-24T22:06:58.789Z Compiling foreign-types v0.5.0
24302026-08-24T22:06:58.804Z Compiling chacha20poly1305 v0.10.1
24312026-08-24T22:06:58.824Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24322026-08-24T22:06:58.841Z Compiling num_enum_derive v0.5.11
24332026-08-24T22:06:58.859Z Compiling num_enum v0.7.6
24342026-08-24T22:06:58.888Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24352026-08-24T22:06:58.982Z Compiling vsss-rs v3.3.4
24362026-08-24T22:06:58.998Z Compiling ciborium v0.2.2
24372026-08-24T22:06:59.279Z Compiling regress v0.10.5
24382026-08-24T22:06:59.284Z Compiling itertools v0.14.0
24392026-08-24T22:06:59.314Z Compiling tabwriter v1.4.1
24402026-08-24T22:06:59.426Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24412026-08-24T22:06:59.517Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24422026-08-24T22:06:59.717Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24432026-08-24T22:06:59.734Z Compiling cstr-argument v0.1.2
24442026-08-24T22:06:59.753Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24452026-08-24T22:06:59.813Z Compiling humantime v2.3.0
24462026-08-24T22:06:59.829Z Compiling num_enum v0.5.11
24472026-08-24T22:06:59.910Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24482026-08-24T22:06:59.988Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24492026-08-24T22:07:00.021Z Compiling rayon v1.11.0
24502026-08-24T22:07:00.021Z Compiling rand v0.10.1
24512026-08-24T22:07:00.169Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24522026-08-24T22:07:00.227Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24532026-08-24T22:07:00.249Z Compiling indent_write v2.2.0
24542026-08-24T22:07:00.264Z Compiling colored v3.1.1
24552026-08-24T22:07:00.317Z Compiling libefi-sys v0.1.0
24562026-08-24T22:07:00.333Z Compiling zone_cfg_derive v0.3.1
24572026-08-24T22:07:00.352Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24582026-08-24T22:07:00.420Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24592026-08-24T22:07:00.570Z Compiling camino-tempfile v1.4.1
24602026-08-24T22:07:00.588Z Compiling itertools v0.12.1
24612026-08-24T22:07:00.664Z Compiling usdt-macro v0.5.0
24622026-08-24T22:07:00.692Z Compiling usdt-attr-macro v0.5.0
24632026-08-24T22:07:00.804Z Compiling num-derive v0.4.2
24642026-08-24T22:07:00.882Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24652026-08-24T22:07:00.900Z Compiling bitfield-struct v0.6.2
24662026-08-24T22:07:00.921Z Compiling blake3 v1.8.5
24672026-08-24T22:07:00.976Z Compiling memmap v0.7.0
24682026-08-24T22:07:00.981Z Compiling sigpipe v0.1.3
24692026-08-24T22:07:01.102Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24702026-08-24T22:07:01.229Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24712026-08-24T22:07:01.233Z Compiling swrite v0.1.0
24722026-08-24T22:07:01.298Z Compiling glob v0.3.3
24732026-08-24T22:07:01.372Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24742026-08-24T22:07:01.406Z Compiling smf v0.2.3
24752026-08-24T22:07:01.450Z Compiling usdt v0.5.0
24762026-08-24T22:07:01.526Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24772026-08-24T22:07:01.604Z Compiling filetime v0.2.27
24782026-08-24T22:07:01.680Z Compiling whoami v1.6.1
24792026-08-24T22:07:01.696Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24802026-08-24T22:07:01.830Z Compiling xattr v1.6.1
24812026-08-24T22:07:01.845Z Compiling arrayvec v0.7.6
24822026-08-24T22:07:01.861Z Compiling constant_time_eq v0.4.2
24832026-08-24T22:07:01.875Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24842026-08-24T22:07:01.972Z Compiling zone v0.3.1
24852026-08-24T22:07:02.049Z Compiling arrayref v0.3.9
24862026-08-24T22:07:02.066Z Compiling tar v0.4.46
24872026-08-24T22:07:02.082Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24882026-08-24T22:07:02.082Z Compiling tokio-dtrace v0.1.1
24892026-08-24T22:07:02.115Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24902026-08-24T22:07:02.153Z Compiling gethostname v0.5.0
24912026-08-24T22:07:02.186Z Compiling console v0.16.2
24922026-08-24T22:07:02.211Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24932026-08-24T22:07:02.369Z Compiling unit-prefix v0.5.2
24942026-08-24T22:07:02.385Z Compiling topological-sort v0.2.2
24952026-08-24T22:07:02.445Z Compiling oxide-tokio-rt v0.1.4
24962026-08-24T22:07:02.553Z Compiling toml v0.8.23
24972026-08-24T22:07:02.578Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24982026-08-24T22:07:02.753Z Compiling indicatif v0.18.4
24992026-08-24T22:07:02.851Z Compiling shell-words v1.1.1
25002026-08-24T22:07:12.033Z Compiling progenitor-client v0.14.0
25012026-08-24T22:07:12.033Z Compiling omicron-zone-package v0.12.3
25022026-08-24T22:07:12.270Z Compiling progenitor-extras v0.2.0
25032026-08-24T22:07:12.617Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25042026-08-24T22:07:12.683Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25052026-08-24T22:07:12.722Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25062026-08-24T22:07:12.753Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25072026-08-24T22:07:12.792Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25082026-08-24T22:07:12.831Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25092026-08-24T22:07:12.988Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25102026-08-24T22:07:13.085Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25112026-08-24T22:07:13.591Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25122026-08-24T22:07:17.144Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25132026-08-24T22:07:25.900Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25142026-08-24T22:07:29.199Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25152026-08-24T22:07:30.276Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
25162026-08-24T22:07:40.364Z Finished `release` profile [optimized] target(s) in 1m 47s
25172026-08-24T22:07:40.515Z Running `target/release/omicron-package -t test target create -p dev`
25182026-08-24T22:07:40.580ZLogging to: /work/oxidecomputer/omicron/out/LOG
25192026-08-24T22:07:40.585ZCreated new build target 'test' and set it as active
25202026-08-24T22:07:40.585Z
25212026-08-24T22:07:40.585Zreal 1:47.500094644
25222026-08-24T22:07:40.585Zuser 17:48.136569988
25232026-08-24T22:07:40.585Zsys 2:46.151166555
25242026-08-24T22:07:40.585Ztrap 0.479185074
25252026-08-24T22:07:40.585Ztflt 2.303625093
25262026-08-24T22:07:40.585Zdflt 4.986173180
25272026-08-24T22:07:40.585Zkflt 0.009281676
25282026-08-24T22:07:40.585Zlock 58:09.845607484
25292026-08-24T22:07:40.585Zslp 45:17.185439476
25302026-08-24T22:07:40.585Zlat 49.536735885
25312026-08-24T22:07:40.585Zstop 6:22.400487724
25322026-08-24T22:07:40.585Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
25332026-08-24T22:07:41.480Z Finished `release` profile [optimized] target(s) in 0.88s
25342026-08-24T22:07:41.547Z Running `target/release/omicron-package -t test package`
25352026-08-24T22:07:41.606ZLogging to: /work/oxidecomputer/omicron/out/LOG
25362026-08-24T22:07:43.072Z Compiling heck v0.5.0
25372026-08-24T22:07:43.072Z Compiling regress v0.11.1
25382026-08-24T22:07:43.302Z Compiling unsafe-libyaml v0.2.11
25392026-08-24T22:07:43.324Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25402026-08-24T22:07:43.354Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25412026-08-24T22:07:43.354Z Compiling derive-where v1.6.0
25422026-08-24T22:07:43.360Z Compiling bytecount v0.6.9
25432026-08-24T22:07:43.417Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25442026-08-24T22:07:43.417Z Compiling atomicwrites v0.4.4
25452026-08-24T22:07:43.424Z Compiling is-terminal v0.4.17
25462026-08-24T22:07:43.424Z Compiling prettyplease v0.2.37
25472026-08-24T22:07:43.424Z Compiling newline-converter v0.3.0
25482026-08-24T22:07:43.440Z Compiling console v0.15.11
25492026-08-24T22:07:43.499Z Compiling slog-dtrace v0.3.0
25502026-08-24T22:07:43.505Z Compiling cancel-safe-futures v0.1.5
25512026-08-24T22:07:43.586Z Compiling resolv-conf v0.7.6
25522026-08-24T22:07:43.586Z Compiling num-rational v0.4.2
25532026-08-24T22:07:43.633Z Compiling num-complex v0.4.6
25542026-08-24T22:07:43.637Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25552026-08-24T22:07:43.692Z Compiling thread_local v1.1.9
25562026-08-24T22:07:43.734Z Compiling compression-core v0.4.31
25572026-08-24T22:07:43.831Z Compiling serde_yaml v0.9.34+deprecated
25582026-08-24T22:07:43.998Z Compiling expectorate v1.2.0
25592026-08-24T22:07:44.004Z Compiling match_cfg v0.1.0
25602026-08-24T22:07:44.005Z Compiling compression-codecs v0.4.37
25612026-08-24T22:07:44.025Z Compiling hostname v0.3.1
25622026-08-24T22:07:44.131Z Compiling num v0.4.3
25632026-08-24T22:07:44.169Z Compiling multer v3.1.0
25642026-08-24T22:07:44.191Z Compiling slog-async v2.8.0
25652026-08-24T22:07:44.216Z Compiling crossbeam-channel v0.5.15
25662026-08-24T22:07:44.228Z Compiling slog-json v2.6.1
25672026-08-24T22:07:44.239Z Compiling serde_spanned v1.1.1
25682026-08-24T22:07:44.280Z Compiling toml_datetime v1.1.1+spec-1.1.0
25692026-08-24T22:07:44.302Z Compiling linked-hash-map v0.5.6
25702026-08-24T22:07:44.435Z Compiling toml_writer v1.1.1+spec-1.1.0
25712026-08-24T22:07:44.457Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25722026-08-24T22:07:44.540Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25732026-08-24T22:07:44.553Z Compiling take_mut v0.2.2
25742026-08-24T22:07:44.553Z Compiling linear-map v1.2.0
25752026-08-24T22:07:44.596Z Compiling oxide-update-engine-types v0.1.2
25762026-08-24T22:07:44.602Z Compiling term v1.2.1
25772026-08-24T22:07:44.602Z Compiling float-ord v0.3.2
25782026-08-24T22:07:44.665Z Compiling toml v1.1.2+spec-1.1.0
25792026-08-24T22:07:44.690Z Compiling lru-cache v0.1.2
25802026-08-24T22:07:44.733Z Compiling slog-bunyan v2.5.0
25812026-08-24T22:07:44.801Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25822026-08-24T22:07:44.828Z Compiling async-compression v0.4.41
25832026-08-24T22:07:44.870Z Compiling typify-impl v0.6.2
25842026-08-24T22:07:44.912Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25852026-08-24T22:07:45.155Z Compiling slog-term v2.9.2
25862026-08-24T22:07:45.170Z Compiling async-stream v0.3.6
25872026-08-24T22:07:45.177Z Compiling dropshot v0.17.1
25882026-08-24T22:07:45.178Z Compiling sha1 v0.11.0
25892026-08-24T22:07:45.347Z Compiling progenitor-client v0.14.0
25902026-08-24T22:07:45.394Z Compiling waitgroup v0.1.2
25912026-08-24T22:07:45.394Z Compiling rustls-pemfile v2.2.0
25922026-08-24T22:07:45.405Z Compiling backon v1.6.0
25932026-08-24T22:07:45.413Z Compiling serde_path_to_error v0.1.20
25942026-08-24T22:07:45.492Z Compiling hostname v0.4.2
25952026-08-24T22:07:45.558Z Compiling instant v0.1.13
25962026-08-24T22:07:45.593Z Compiling debug-ignore v1.0.5
25972026-08-24T22:07:45.613Z Compiling minimal-lexical v0.2.1
25982026-08-24T22:07:45.661Z Compiling backoff v0.4.0
25992026-08-24T22:07:45.681Z Compiling progenitor-extras v0.2.0
26002026-08-24T22:07:45.704Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26012026-08-24T22:07:45.742Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
26022026-08-24T22:07:45.818Z Compiling oxide-update-engine v0.1.2
26032026-08-24T22:07:45.883Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
26042026-08-24T22:07:45.889Z Compiling nom v7.1.3
26052026-08-24T22:07:45.895Z Compiling parse-display v0.10.0
26062026-08-24T22:07:45.978Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26072026-08-24T22:07:45.988Z Compiling hickory-proto v0.24.4
26082026-08-24T22:07:46.420Z Compiling regress v0.10.5
26092026-08-24T22:07:46.582Z Compiling itertools v0.14.0
26102026-08-24T22:07:47.118Z Compiling macaddr v1.0.1
26112026-08-24T22:07:47.211Z Compiling unicode-xid v0.2.6
26122026-08-24T22:07:47.284Z Compiling humantime v2.3.0
26132026-08-24T22:07:47.397Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
26142026-08-24T22:07:47.556Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26152026-08-24T22:07:47.609Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26162026-08-24T22:07:47.734Z Compiling convert_case v0.10.0
26172026-08-24T22:07:48.090Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
26182026-08-24T22:07:48.095Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26192026-08-24T22:07:48.095Z Compiling toml v0.8.23
26202026-08-24T22:07:48.095Z Compiling derive_more-impl v2.1.1
26212026-08-24T22:07:48.122Z Compiling papergrid v0.11.0
26222026-08-24T22:07:48.326Z Compiling typify-macro v0.6.2
26232026-08-24T22:07:48.423Z Compiling tabled_derive v0.7.0
26242026-08-24T22:07:48.527Z Compiling hickory-resolver v0.24.4
26252026-08-24T22:07:48.592Z Compiling termtree v0.5.1
26262026-08-24T22:07:48.791Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26272026-08-24T22:07:48.814Z Compiling derive_more v2.1.1
26282026-08-24T22:07:48.923Z Compiling crossterm v0.29.0
26292026-08-24T22:07:49.324Z Compiling tabled v0.15.0
26302026-08-24T22:07:49.356Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26312026-08-24T22:07:49.824Z Compiling qorb v0.4.1
26322026-08-24T22:07:49.907Z Compiling typify v0.6.2
26332026-08-24T22:07:50.199Z Compiling progenitor-impl v0.14.0
26342026-08-24T22:07:50.941Z Compiling phf_shared v0.12.1
26352026-08-24T22:07:51.198Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26362026-08-24T22:07:51.931Z Compiling csv-core v0.1.13
26372026-08-24T22:07:51.955Z Compiling vte v0.14.1
26382026-08-24T22:07:52.153Z Compiling highway v1.3.0
26392026-08-24T22:07:52.353Z Compiling progenitor-macro v0.14.0
26402026-08-24T22:07:52.888Z Compiling chrono-tz v0.10.4
26412026-08-24T22:07:53.120Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26422026-08-24T22:07:53.157Z Compiling strip-ansi-escapes v0.2.1
26432026-08-24T22:07:53.348Z Compiling csv v1.4.0
26442026-08-24T22:07:53.708Z Compiling phf v0.12.1
26452026-08-24T22:07:53.873Z Compiling const_format_proc_macros v0.2.34
26462026-08-24T22:07:53.904Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26472026-08-24T22:07:54.160Z Compiling fd-lock v4.0.4
26482026-08-24T22:07:54.297Z Compiling peg-macros v0.8.5
26492026-08-24T22:07:54.339Z Compiling nu-ansi-term v0.50.3
26502026-08-24T22:07:54.651Z Compiling const_format v0.2.35
26512026-08-24T22:07:54.779Z Compiling reedline v0.40.0
26522026-08-24T22:07:54.905Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26532026-08-24T22:07:55.142Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26542026-08-24T22:07:58.626Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26552026-08-24T22:07:58.697Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
26562026-08-24T22:07:58.697Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26572026-08-24T22:07:58.697Z Compiling progenitor v0.14.0
26582026-08-24T22:07:58.697Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26592026-08-24T22:07:58.697Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26602026-08-24T22:07:58.697Z Compiling peg v0.8.5
26612026-08-24T22:07:58.697Z Compiling bcs v0.1.6
26622026-08-24T22:07:58.697Z Compiling nom v8.0.0
26632026-08-24T22:07:58.697Z Compiling semver v0.1.20
26642026-08-24T22:07:58.697Z Compiling rustc_version v0.1.7
26652026-08-24T22:07:58.697Z Compiling newtype_derive v0.1.6
26662026-08-24T22:07:58.698Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26672026-08-24T22:07:58.698Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26682026-08-24T22:07:58.698Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26692026-08-24T22:07:58.698Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26702026-08-24T22:07:58.698Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26712026-08-24T22:07:58.877Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
26722026-08-24T22:07:59.169Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26732026-08-24T22:07:59.371Z Compiling steno v0.4.1
26742026-08-24T22:07:59.428Z Compiling dropshot-api-manager-types v0.8.0
26752026-08-24T22:07:59.850Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26762026-08-24T22:07:59.969Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26772026-08-24T22:08:00.082Z Compiling sha1 v0.10.6
26782026-08-24T22:08:00.105Z Compiling utf-8 v0.7.6
26792026-08-24T22:08:00.367Z Compiling tagptr v0.2.0
26802026-08-24T22:08:00.552Z Compiling moka v0.12.13
26812026-08-24T22:08:00.631Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26822026-08-24T22:08:00.807Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26832026-08-24T22:08:01.062Z Compiling tungstenite v0.21.0
26842026-08-24T22:08:01.287Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26852026-08-24T22:08:01.830Z Compiling hickory-resolver v0.25.2
26862026-08-24T22:08:02.671Z Compiling tokio-tungstenite v0.21.0
26872026-08-24T22:08:03.061Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26882026-08-24T22:08:03.145Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26892026-08-24T22:08:03.869Z Compiling darling_core v0.21.3
26902026-08-24T22:08:05.097Z Compiling display-error-chain v0.2.2
26912026-08-24T22:08:05.280Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26922026-08-24T22:08:05.419Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26932026-08-24T22:08:05.669Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26942026-08-24T22:08:06.065Z Compiling darling_macro v0.21.3
26952026-08-24T22:08:06.572Z Compiling darling v0.21.3
26962026-08-24T22:08:06.684Z Compiling libscf-sys v1.2.0
26972026-08-24T22:08:06.872Z Compiling vergen-lib v0.1.6
26982026-08-24T22:08:06.999Z Compiling diesel_derives v2.3.7
26992026-08-24T22:08:07.133Z Compiling dsl_auto_type v0.2.0
27002026-08-24T22:08:07.247Z Compiling scheduled-thread-pool v0.2.7
27012026-08-24T22:08:07.320Z Compiling vergen-gitcl v1.0.8
27022026-08-24T22:08:07.541Z Compiling diesel_table_macro_syntax v0.3.0
27032026-08-24T22:08:07.651Z Compiling dirs-sys-next v0.1.2
27042026-08-24T22:08:07.675Z Compiling crunchy v0.2.4
27052026-08-24T22:08:07.756Z Compiling maplit v1.0.2
27062026-08-24T22:08:07.804Z Compiling glob v0.3.3
27072026-08-24T22:08:07.857Z Compiling dirs-next v2.0.0
27082026-08-24T22:08:07.943Z Compiling r2d2 v0.8.10
27092026-08-24T22:08:08.011Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
27102026-08-24T22:08:08.031Z Compiling papergrid v0.18.0
27112026-08-24T22:08:08.054Z Compiling tiny-keccak v2.0.2
27122026-08-24T22:08:08.234Z Compiling clang-sys v1.8.1
27132026-08-24T22:08:08.242Z Compiling downcast-rs v2.0.2
27142026-08-24T22:08:08.270Z Compiling xshell-macros v0.2.7
27152026-08-24T22:08:08.467Z Compiling term v0.7.0
27162026-08-24T22:08:08.529Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27172026-08-24T22:08:08.584Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27182026-08-24T22:08:08.661Z Compiling xshell v0.2.7
27192026-08-24T22:08:08.683Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27202026-08-24T22:08:08.837Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27212026-08-24T22:08:08.964Z Compiling bit-vec v0.6.3
27222026-08-24T22:08:09.107Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
27232026-08-24T22:08:09.138Z Compiling ascii-canvas v3.0.0
27242026-08-24T22:08:09.202Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27252026-08-24T22:08:09.365Z Compiling tabled v0.21.0
27262026-08-24T22:08:09.399Z Compiling bit-set v0.5.3
27272026-08-24T22:08:09.667Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27282026-08-24T22:08:09.850Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27292026-08-24T22:08:09.926Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27302026-08-24T22:08:10.132Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
27312026-08-24T22:08:10.518Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
27322026-08-24T22:08:10.581Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27332026-08-24T22:08:10.730Z Compiling itertools v0.10.5
27342026-08-24T22:08:10.753Z Compiling ena v0.14.4
27352026-08-24T22:08:10.995Z Compiling libloading v0.8.9
27362026-08-24T22:08:11.049Z Compiling unicase v2.9.0
27372026-08-24T22:08:11.110Z Compiling diff v0.1.13
27382026-08-24T22:08:11.245Z Compiling regex-syntax v0.6.29
27392026-08-24T22:08:11.362Z Compiling bindgen v0.71.1
27402026-08-24T22:08:11.889Z Compiling cexpr v0.6.0
27412026-08-24T22:08:11.908Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27422026-08-24T22:08:12.141Z Compiling rustc-hash v2.1.1
27432026-08-24T22:08:12.302Z Compiling crc8 v0.1.1
27442026-08-24T22:08:12.457Z Compiling diesel v2.3.7
27452026-08-24T22:08:12.503Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27462026-08-24T22:08:12.721Z Compiling lalrpop v0.19.12
27472026-08-24T22:08:12.750Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27482026-08-24T22:08:13.247Z Compiling headers-core v0.3.0
27492026-08-24T22:08:13.411Z Compiling libxml v0.3.3
27502026-08-24T22:08:13.632Z Compiling headers v0.4.1
27512026-08-24T22:08:13.688Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27522026-08-24T22:08:13.725Z Compiling strum_macros v0.24.3
27532026-08-24T22:08:13.792Z Compiling indoc v1.0.9
27542026-08-24T22:08:13.939Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27552026-08-24T22:08:14.157Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27562026-08-24T22:08:14.235Z Compiling derive_builder v0.20.2
27572026-08-24T22:08:14.357Z Compiling oso-derive v0.27.3
27582026-08-24T22:08:14.407Z Compiling quick-xml v0.37.5
27592026-08-24T22:08:14.880Z Compiling impl-trait-for-tuples v0.2.3
27602026-08-24T22:08:14.986Z Compiling openssl-probe v0.1.6
27612026-08-24T22:08:14.997Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27622026-08-24T22:08:15.236Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27632026-08-24T22:08:15.278Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27642026-08-24T22:08:15.718Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27652026-08-24T22:08:15.739Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27662026-08-24T22:08:15.960Z Compiling bb8 v0.8.6
27672026-08-24T22:08:16.000Z Compiling trait-variant v0.1.2
27682026-08-24T22:08:16.149Z Compiling proc-macro-error-attr2 v2.0.0
27692026-08-24T22:08:16.338Z Compiling half v1.8.3
27702026-08-24T22:08:16.454Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27712026-08-24T22:08:16.528Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27722026-08-24T22:08:16.558Z Compiling proc-macro-error2 v2.0.1
27732026-08-24T22:08:16.682Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27742026-08-24T22:08:16.807Z Compiling serde_cbor v0.11.2
27752026-08-24T22:08:16.912Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27762026-08-24T22:08:17.131Z Compiling hashbrown v0.14.5
27772026-08-24T22:08:17.218Z Compiling rfc6979 v0.4.0
27782026-08-24T22:08:17.298Z Compiling salty v0.3.0
27792026-08-24T22:08:17.382Z Compiling ecdsa v0.16.9
27802026-08-24T22:08:17.653Z Compiling knus-derive v3.4.0
27812026-08-24T22:08:17.719Z Compiling samael v0.0.19
27822026-08-24T22:08:17.742Z Compiling chumsky v0.9.3
27832026-08-24T22:08:17.820Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27842026-08-24T22:08:17.901Z Compiling progenitor-impl v0.13.0
27852026-08-24T22:08:18.179Z Compiling primeorder v0.13.6
27862026-08-24T22:08:18.360Z Compiling nonempty v0.12.0
27872026-08-24T22:08:18.598Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27882026-08-24T22:08:19.011Z Compiling p384 v0.13.1
27892026-08-24T22:08:19.044Z Compiling knus v3.4.0
27902026-08-24T22:08:19.940Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27912026-08-24T22:08:20.071Z Compiling progenitor-macro v0.13.0
27922026-08-24T22:08:20.180Z Compiling polar-core v0.27.3
27932026-08-24T22:08:20.532Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27942026-08-24T22:08:21.254Z Compiling progenitor-client v0.13.0
27952026-08-24T22:08:21.562Z Compiling fxhash v0.2.1
27962026-08-24T22:08:21.763Z Compiling libz-sys v1.1.24
27972026-08-24T22:08:21.788Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27982026-08-24T22:08:21.983Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
27992026-08-24T22:08:22.252Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28002026-08-24T22:08:22.275Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28012026-08-24T22:08:22.638Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28022026-08-24T22:08:22.689Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
28032026-08-24T22:08:23.025Z Compiling kstat-rs v0.2.5
28042026-08-24T22:08:23.699Z Compiling mime_guess v2.0.5
28052026-08-24T22:08:24.249Z Compiling progenitor v0.13.0
28062026-08-24T22:08:24.271Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28072026-08-24T22:08:25.670Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28082026-08-24T22:08:25.778Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28092026-08-24T22:08:25.818Z Compiling nanorand v0.7.0
28102026-08-24T22:08:25.867Z Compiling libgit2-sys v0.18.3+1.9.2
28112026-08-24T22:08:26.185Z Compiling parking_lot_core v0.8.6
28122026-08-24T22:08:26.494Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28132026-08-24T22:08:26.614Z Compiling flume v0.11.1
28142026-08-24T22:08:26.899Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28152026-08-24T22:08:27.160Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28162026-08-24T22:08:27.742Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28172026-08-24T22:08:27.855Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28182026-08-24T22:08:28.317Z Compiling git-stub v1.0.0
28192026-08-24T22:08:28.524Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
28202026-08-24T22:08:28.639Z Compiling http-range v0.1.5
28212026-08-24T22:08:28.767Z Compiling strsim v0.10.0
28222026-08-24T22:08:28.913Z Compiling instability v0.3.11
28232026-08-24T22:08:28.972Z Compiling corncobs v0.1.4
28242026-08-24T22:08:29.070Z Compiling darling_core v0.13.4
28252026-08-24T22:08:29.191Z Compiling oso v0.27.3
28262026-08-24T22:08:29.274Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28272026-08-24T22:08:30.049Z Compiling diesel-dtrace v0.5.0
28282026-08-24T22:08:30.410Z Compiling async-bb8-diesel v0.2.1
28292026-08-24T22:08:30.707Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28302026-08-24T22:08:30.938Z Compiling git-stub-vcs v0.1.0
28312026-08-24T22:08:33.329Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28322026-08-24T22:08:34.051Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
28332026-08-24T22:08:34.055Z Compiling ignore v0.4.25
28342026-08-24T22:08:35.244Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28352026-08-24T22:08:35.268Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28362026-08-24T22:08:35.362Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28372026-08-24T22:08:35.772Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28382026-08-24T22:08:36.032Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28392026-08-24T22:08:37.012Z Compiling anstyle-parse v0.2.7
28402026-08-24T22:08:37.130Z Compiling secrecy v0.8.0
28412026-08-24T22:08:37.153Z Compiling vergen-git2 v9.1.0
28422026-08-24T22:08:37.272Z Compiling castaway v0.2.4
28432026-08-24T22:08:37.328Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28442026-08-24T22:08:37.375Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28452026-08-24T22:08:37.440Z Compiling indoc v2.0.7
28462026-08-24T22:08:37.461Z Compiling compact_str v0.8.1
28472026-08-24T22:08:38.575Z Compiling anstream v0.6.21
28482026-08-24T22:08:38.623Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28492026-08-24T22:08:38.938Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28502026-08-24T22:08:39.120Z Compiling globwalk v0.9.1
28512026-08-24T22:08:39.587Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28522026-08-24T22:08:39.734Z Compiling parking_lot v0.11.2
28532026-08-24T22:08:39.757Z Compiling hyper-staticfile v0.10.1
28542026-08-24T22:08:40.269Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28552026-08-24T22:08:40.371Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28562026-08-24T22:08:40.617Z Compiling darling_macro v0.13.4
28572026-08-24T22:08:40.852Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28582026-08-24T22:08:40.890Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28592026-08-24T22:08:41.142Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28602026-08-24T22:08:41.516Z Compiling predicates-tree v1.0.13
28612026-08-24T22:08:41.748Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28622026-08-24T22:08:41.821Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
28632026-08-24T22:08:41.929Z Compiling unicode-truncate v1.1.0
28642026-08-24T22:08:41.968Z Compiling digest-io v0.1.0
28652026-08-24T22:08:42.138Z Compiling sha2 v0.11.0
28662026-08-24T22:08:42.161Z Compiling lru v0.12.5
28672026-08-24T22:08:42.385Z Compiling prefix-trie v0.7.0
28682026-08-24T22:08:42.849Z Compiling rand_seeder v0.4.0
28692026-08-24T22:08:42.883Z Compiling illumos-nvpair-sys v0.2.0
28702026-08-24T22:08:42.905Z Compiling rawzip v0.4.4
28712026-08-24T22:08:42.982Z Compiling cassowary v0.3.0
28722026-08-24T22:08:43.120Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28732026-08-24T22:08:43.164Z Compiling hickory-server v0.25.2
28742026-08-24T22:08:43.300Z Compiling ratatui v0.29.0
28752026-08-24T22:08:43.378Z Compiling camino-tempfile-ext v0.3.3
28762026-08-24T22:08:43.485Z Compiling darling v0.13.4
28772026-08-24T22:08:43.547Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28782026-08-24T22:08:43.763Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28792026-08-24T22:08:43.886Z Compiling sled v0.34.7
28802026-08-24T22:08:43.959Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28812026-08-24T22:08:44.527Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28822026-08-24T22:08:46.356Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28832026-08-24T22:08:47.066Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28842026-08-24T22:08:47.303Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28852026-08-24T22:08:48.148Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28862026-08-24T22:08:49.396Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
28872026-08-24T22:08:49.992Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28882026-08-24T22:08:50.190Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28892026-08-24T22:08:51.627Z Compiling git2 v0.20.4
28902026-08-24T22:08:51.664Z Compiling serde_with_macros v1.5.2
28912026-08-24T22:08:51.914Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28922026-08-24T22:08:51.936Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28932026-08-24T22:08:52.152Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28942026-08-24T22:08:52.245Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28952026-08-24T22:08:52.384Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28962026-08-24T22:08:52.434Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28972026-08-24T22:08:52.474Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28982026-08-24T22:08:52.495Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28992026-08-24T22:08:52.611Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29002026-08-24T22:08:52.662Z Compiling arc-swap v1.8.2
29012026-08-24T22:08:52.704Z Compiling void v1.0.2
29022026-08-24T22:08:52.851Z Compiling lzss v0.8.2
29032026-08-24T22:08:52.883Z Compiling serde_with v1.14.0
29042026-08-24T22:08:52.996Z Compiling slog-scope v4.4.1
29052026-08-24T22:08:53.174Z Compiling illumos-nvpair v0.3.0
29062026-08-24T22:08:53.400Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
29072026-08-24T22:08:53.672Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29082026-08-24T22:08:54.641Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
29092026-08-24T22:08:54.644Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29102026-08-24T22:08:54.879Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29112026-08-24T22:08:55.066Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29122026-08-24T22:08:55.325Z Compiling scuffle v0.1.0
29132026-08-24T22:08:55.541Z Compiling tungstenite v0.23.0
29142026-08-24T22:08:55.917Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29152026-08-24T22:08:57.402Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29162026-08-24T22:08:57.691Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
29172026-08-24T22:08:57.788Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29182026-08-24T22:08:57.853Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29192026-08-24T22:08:58.018Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29202026-08-24T22:08:58.063Z Compiling nix v0.27.1
29212026-08-24T22:08:58.088Z Compiling twox-hash v2.1.2
29222026-08-24T22:08:58.274Z Compiling libsw-core v0.3.2
29232026-08-24T22:08:58.506Z Compiling serde_bytes v0.11.19
29242026-08-24T22:08:58.611Z Compiling atty v0.2.14
29252026-08-24T22:08:58.764Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29262026-08-24T22:08:58.801Z Compiling libsw v3.5.0
29272026-08-24T22:08:59.107Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29282026-08-24T22:08:59.228Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29292026-08-24T22:08:59.735Z Compiling tokio-tungstenite v0.23.1
29302026-08-24T22:09:00.115Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
29312026-08-24T22:09:00.350Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
29322026-08-24T22:09:00.411Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29332026-08-24T22:09:00.774Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29342026-08-24T22:09:01.135Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29352026-08-24T22:09:02.458Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29362026-08-24T22:09:03.113Z Compiling slog-stdlog v4.1.1
29372026-08-24T22:09:03.342Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29382026-08-24T22:09:03.492Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
29392026-08-24T22:09:04.276Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
29402026-08-24T22:09:04.780Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29412026-08-24T22:09:05.621Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29422026-08-24T22:09:05.646Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29432026-08-24T22:09:06.348Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29442026-08-24T22:09:07.980Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29452026-08-24T22:09:08.930Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
29462026-08-24T22:09:09.341Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
29472026-08-24T22:09:09.514Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29482026-08-24T22:09:09.775Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29492026-08-24T22:09:09.914Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29502026-08-24T22:09:12.626Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29512026-08-24T22:09:12.908Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29522026-08-24T22:09:13.104Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29532026-08-24T22:09:13.568Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29542026-08-24T22:09:13.797Z Compiling signal-hook-tokio v0.3.1
29552026-08-24T22:09:13.984Z Compiling fatfs v0.3.6
29562026-08-24T22:09:14.009Z Compiling yasna v0.5.2
29572026-08-24T22:09:15.063Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29582026-08-24T22:09:15.247Z Compiling seq-macro v0.3.6
29592026-08-24T22:09:15.573Z Compiling assert_matches v1.5.0
29602026-08-24T22:09:15.678Z Compiling rcgen v0.12.1
29612026-08-24T22:09:15.768Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29622026-08-24T22:09:16.250Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29632026-08-24T22:09:18.028Z Compiling slog-envlogger v2.2.0
29642026-08-24T22:09:18.310Z Compiling oxide-update-engine-display v0.1.2
29652026-08-24T22:09:18.873Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29662026-08-24T22:09:18.914Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29672026-08-24T22:09:19.170Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29682026-08-24T22:09:19.266Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29692026-08-24T22:09:19.392Z Compiling port-file v0.1.0
29702026-08-24T22:09:19.492Z Compiling subprocess v0.2.15
29712026-08-24T22:09:19.719Z Compiling rtoolbox v0.0.3
29722026-08-24T22:09:19.996Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29732026-08-24T22:09:20.152Z Compiling rpassword v7.5.4
29742026-08-24T22:09:20.834Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29752026-08-24T22:09:22.711Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29762026-08-24T22:09:22.848Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29772026-08-24T22:09:23.544Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29782026-08-24T22:09:25.074Z Compiling tui-tree-widget v0.23.1
29792026-08-24T22:09:25.296Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29802026-08-24T22:09:25.332Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29812026-08-24T22:09:25.370Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29822026-08-24T22:09:27.798Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29832026-08-24T22:09:29.111Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29842026-08-24T22:09:29.235Z Compiling uzers v0.12.2
29852026-08-24T22:09:29.327Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29862026-08-24T22:09:29.381Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29872026-08-24T22:09:30.675Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29882026-08-24T22:09:31.709Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29892026-08-24T22:09:31.734Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29902026-08-24T22:09:32.127Z Compiling support-bundle-viewer v0.1.2
29912026-08-24T22:09:33.912Z Compiling multimap v0.10.1
29922026-08-24T22:09:42.276Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29932026-08-24T22:09:44.344Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29942026-08-24T22:09:50.400Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29952026-08-24T22:09:52.767Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29962026-08-24T22:09:53.841Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29972026-08-24T22:21:35.780Z Finished `release` profile [optimized] target(s) in 13m 54s
29982026-08-24T22:21:35.784Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
29992026-08-24T22:21:35.784Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
30002026-08-24T22:22:26.653Z
30012026-08-24T22:22:26.653Zreal 14:46.042562419
30022026-08-24T22:22:26.657Zuser 1:26:03.322968854
30032026-08-24T22:22:26.657Zsys 3:42.575356431
30042026-08-24T22:22:26.657Ztrap 1.835960400
30052026-08-24T22:22:26.657Ztflt 1.954593418
30062026-08-24T22:22:26.657Zdflt 20.094491216
30072026-08-24T22:22:26.657Zkflt 0.118806926
30082026-08-24T22:22:26.657Zlock 10:47:27.620854705
30092026-08-24T22:22:26.657Zslp 2:36:01.005582793
30102026-08-24T22:22:26.657Zlat 2:35.628955598
30112026-08-24T22:22:26.657Zstop 5:32.331902501
30122026-08-24T22:22:26.657Z+ mapfile -t packages
30132026-08-24T22:22:26.657Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
30142026-08-24T22:22:27.625Z Finished `release` profile [optimized] target(s) in 0.96s
30152026-08-24T22:22:27.707Z Running `target/release/omicron-package -t test list-outputs`
30162026-08-24T22:22:27.768ZLogging to: /work/oxidecomputer/omicron/out/LOG
30172026-08-24T22:22:27.772Z+ ptime -m cargo build --locked --release -p xtask
30182026-08-24T22:22:28.256Z Compiling libc v0.2.185
30192026-08-24T22:22:28.256Z Compiling serde_core v1.0.228
30202026-08-24T22:22:28.256Z Compiling serde v1.0.228
30212026-08-24T22:22:28.259Z Compiling rustix v1.1.4
30222026-08-24T22:22:28.261Z Compiling bitflags v2.11.0
30232026-08-24T22:22:28.369Z Compiling serde_json v1.0.151
30242026-08-24T22:22:28.430Z Compiling syn v2.0.117
30252026-08-24T22:22:28.430Z Compiling usdt-impl v0.5.0
30262026-08-24T22:22:28.434Z Compiling syn v1.0.109
30272026-08-24T22:22:28.461Z Compiling log v0.4.33
30282026-08-24T22:22:28.461Z Compiling getrandom v0.3.4
30292026-08-24T22:22:28.482Z Compiling indexmap v2.14.0
30302026-08-24T22:22:28.496Z Compiling fs-err v3.3.0
30312026-08-24T22:22:28.706Z Compiling heck v0.4.1
30322026-08-24T22:22:28.720Z Compiling anyhow v1.0.104
30332026-08-24T22:22:28.731Z Compiling once_cell v1.21.3
30342026-08-24T22:22:29.156Z Compiling thread-id v4.2.2
30352026-08-24T22:22:29.178Z Compiling errno v0.3.14
30362026-08-24T22:22:29.181Z Compiling memmap v0.7.0
30372026-08-24T22:22:29.913Z Compiling proc-macro-error v1.0.4
30382026-08-24T22:22:30.171Z Compiling tabled_derive v0.7.0
30392026-08-24T22:22:30.174Z Compiling terminal_size v0.4.3
30402026-08-24T22:22:30.174Z Compiling tempfile v3.27.0
30412026-08-24T22:22:30.268Z Compiling clap_builder v4.6.0
30422026-08-24T22:22:30.268Z Compiling textwrap v0.16.2
30432026-08-24T22:22:30.439Z Compiling camino v1.2.5
30442026-08-24T22:22:30.439Z Compiling semver v1.0.28
30452026-08-24T22:22:30.443Z Compiling cargo-platform v0.3.2
30462026-08-24T22:22:30.633Z Compiling pest_generator v2.8.6
30472026-08-24T22:22:30.783Z Compiling camino-tempfile v1.4.1
30482026-08-24T22:22:30.865Z Compiling tabled v0.15.0
30492026-08-24T22:22:31.151Z Compiling serde_derive v1.0.228
30502026-08-24T22:22:31.154Z Compiling thiserror-impl v1.0.69
30512026-08-24T22:22:31.154Z Compiling zerocopy-derive v0.7.35
30522026-08-24T22:22:31.154Z Compiling scroll_derive v0.12.1
30532026-08-24T22:22:31.154Z Compiling thiserror-impl v2.0.18
30542026-08-24T22:22:31.154Z Compiling clap_derive v4.6.1
30552026-08-24T22:22:31.210Z Compiling pest_derive v2.8.6
30562026-08-24T22:22:31.819Z Compiling scroll v0.12.0
30572026-08-24T22:22:31.975Z Compiling zerocopy v0.7.35
30582026-08-24T22:22:32.125Z Compiling goblin v0.8.2
30592026-08-24T22:22:32.287Z Compiling thiserror v1.0.69
30602026-08-24T22:22:32.410Z Compiling dtrace-parser v0.2.0
30612026-08-24T22:22:32.561Z Compiling thiserror v2.0.18
30622026-08-24T22:22:32.627Z Compiling clap v4.6.1
30632026-08-24T22:22:34.313Z Compiling dof v0.3.0
30642026-08-24T22:22:34.326Z Compiling serde_tokenstream v0.2.3
30652026-08-24T22:22:34.352Z Compiling toml_datetime v0.6.11
30662026-08-24T22:22:34.362Z Compiling serde_spanned v0.6.9
30672026-08-24T22:22:34.373Z Compiling macaddr v1.0.1
30682026-08-24T22:22:34.383Z Compiling cargo_metadata v0.23.1
30692026-08-24T22:22:34.396Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30702026-08-24T22:22:34.668Z Compiling toml_edit v0.22.27
30712026-08-24T22:22:35.106Z Compiling usdt-attr-macro v0.5.0
30722026-08-24T22:22:35.106Z Compiling usdt-macro v0.5.0
30732026-08-24T22:22:35.769Z Compiling usdt v0.5.0
30742026-08-24T22:22:37.072Z Compiling toml v0.8.23
30752026-08-24T22:22:37.077Z Compiling cargo_toml v0.21.0
30762026-08-24T22:22:41.032Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30772026-08-24T22:22:44.267Z Finished `release` profile [optimized] target(s) in 16.48s
30782026-08-24T22:22:44.407Z
30792026-08-24T22:22:44.411Zreal 16.601584987
30802026-08-24T22:22:44.411Zuser 2:05.985831108
30812026-08-24T22:22:44.412Zsys 13.698115989
30822026-08-24T22:22:44.412Ztrap 0.071716565
30832026-08-24T22:22:44.412Ztflt 0.397576494
30842026-08-24T22:22:44.412Zdflt 1.356829100
30852026-08-24T22:22:44.413Zkflt 0.000027400
30862026-08-24T22:22:44.413Zlock 4:53.147398935
30872026-08-24T22:22:44.413Zslp 2:46.340189832
30882026-08-24T22:22:44.413Zlat 3.857135428
30892026-08-24T22:22:44.413Zstop 16.134637232
30902026-08-24T22:22:44.413Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30912026-08-24T22:22:44.413Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30922026-08-24T22:22:44.413Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30932026-08-24T22:22:44.413Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30942026-08-24T22:22:44.413Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30952026-08-24T22:22:45.363Z Compiling match_cfg v0.1.0
30962026-08-24T22:22:45.363Z Compiling progenitor-client v0.14.0
30972026-08-24T22:22:45.363Z Compiling slog-json v2.6.1
30982026-08-24T22:22:45.363Z Compiling newtype-uuid-macros v0.1.0
30992026-08-24T22:22:45.369Z Compiling sha1 v0.11.0
31002026-08-24T22:22:45.369Z Compiling multer v3.1.0
31012026-08-24T22:22:45.369Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31022026-08-24T22:22:45.369Z Compiling compression-core v0.4.31
31032026-08-24T22:22:45.513Z Compiling debug-ignore v1.0.5
31042026-08-24T22:22:45.516Z Compiling async-stream-impl v0.3.6
31052026-08-24T22:22:45.516Z Compiling toml_datetime v1.1.1+spec-1.1.0
31062026-08-24T22:22:45.531Z Compiling serde_spanned v1.1.1
31072026-08-24T22:22:45.534Z Compiling dropshot v0.17.1
31082026-08-24T22:22:45.534Z Compiling toml_writer v1.1.1+spec-1.1.0
31092026-08-24T22:22:45.537Z Compiling waitgroup v0.1.2
31102026-08-24T22:22:45.537Z Compiling rustls-pemfile v2.2.0
31112026-08-24T22:22:45.778Z Compiling dropshot_endpoint v0.17.1
31122026-08-24T22:22:45.795Z Compiling hostname v0.4.2
31132026-08-24T22:22:45.845Z Compiling serde_path_to_error v0.1.20
31142026-08-24T22:22:45.848Z Compiling atomicwrites v0.4.4
31152026-08-24T22:22:45.848Z Compiling macaddr v1.0.1
31162026-08-24T22:22:45.896Z Compiling hostname v0.3.1
31172026-08-24T22:22:45.900Z Compiling compression-codecs v0.4.37
31182026-08-24T22:22:45.968Z Compiling toml v1.1.2+spec-1.1.0
31192026-08-24T22:22:46.007Z Compiling slog-bunyan v2.5.0
31202026-08-24T22:22:46.010Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31212026-08-24T22:22:46.010Z Compiling instant v0.1.13
31222026-08-24T22:22:46.010Z Compiling regress v0.10.5
31232026-08-24T22:22:46.082Z Compiling parse-display-derive v0.10.0
31242026-08-24T22:22:46.098Z Compiling backon v1.6.0
31252026-08-24T22:22:46.148Z Compiling async-compression v0.4.41
31262026-08-24T22:22:46.152Z Compiling itertools v0.14.0
31272026-08-24T22:22:46.189Z Compiling backoff v0.4.0
31282026-08-24T22:22:46.195Z Compiling humantime v2.3.0
31292026-08-24T22:22:46.211Z Compiling half v2.7.1
31302026-08-24T22:22:46.249Z Compiling ciborium-io v0.2.2
31312026-08-24T22:22:46.252Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31322026-08-24T22:22:46.313Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31332026-08-24T22:22:46.342Z Compiling async-stream v0.3.6
31342026-08-24T22:22:46.360Z Compiling progenitor-extras v0.2.0
31352026-08-24T22:22:46.378Z Compiling crucible-workspace-hack v0.1.0
31362026-08-24T22:22:46.424Z Compiling convert_case v0.4.0
31372026-08-24T22:22:46.486Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31382026-08-24T22:22:46.505Z Compiling ciborium-ll v0.2.2
31392026-08-24T22:22:46.508Z Compiling regress v0.11.1
31402026-08-24T22:22:46.540Z Compiling secrecy v0.10.3
31412026-08-24T22:22:46.560Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31422026-08-24T22:22:46.579Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31432026-08-24T22:22:46.597Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31442026-08-24T22:22:46.649Z Compiling inout v0.1.4
31452026-08-24T22:22:46.721Z Compiling ciborium v0.2.2
31462026-08-24T22:22:46.739Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31472026-08-24T22:22:46.758Z Compiling thiserror-impl-no-std v2.0.2
31482026-08-24T22:22:46.773Z Compiling universal-hash v0.5.1
31492026-08-24T22:22:46.812Z Compiling derive_more v0.99.20
31502026-08-24T22:22:46.840Z Compiling cipher v0.4.4
31512026-08-24T22:22:46.879Z Compiling unsafe-libyaml v0.2.11
31522026-08-24T22:22:46.929Z Compiling opaque-debug v0.3.1
31532026-08-24T22:22:46.948Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31542026-08-24T22:22:46.967Z Compiling blake2 v0.10.6
31552026-08-24T22:22:46.986Z Compiling aead v0.5.2
31562026-08-24T22:22:47.022Z Compiling poly1305 v0.8.0
31572026-08-24T22:22:47.127Z Compiling chacha20 v0.9.1
31582026-08-24T22:22:47.215Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31592026-08-24T22:22:47.324Z Compiling password-hash v0.5.0
31602026-08-24T22:22:47.344Z Compiling indent_write v2.2.0
31612026-08-24T22:22:47.415Z Compiling serde_yaml v0.9.34+deprecated
31622026-08-24T22:22:47.433Z Compiling chacha20poly1305 v0.10.1
31632026-08-24T22:22:47.461Z Compiling toml_datetime v0.7.5+spec-1.1.0
31642026-08-24T22:22:47.512Z Compiling num-derive v0.4.2
31652026-08-24T22:22:47.557Z Compiling heapless v0.8.0
31662026-08-24T22:22:47.627Z Compiling argon2 v0.5.3
31672026-08-24T22:22:47.653Z Compiling ingot-macros v0.2.0
31682026-08-24T22:22:47.745Z Compiling toml_edit v0.23.10+spec-1.0.0
31692026-08-24T22:22:47.764Z Compiling tabwriter v1.4.1
31702026-08-24T22:22:47.780Z Compiling hash32 v0.3.1
31712026-08-24T22:22:47.898Z Compiling parse-display v0.10.0
31722026-08-24T22:22:47.982Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31732026-08-24T22:22:48.000Z Compiling thiserror-no-std v2.0.2
31742026-08-24T22:22:48.023Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31752026-08-24T22:22:48.074Z Compiling smoltcp v0.11.0
31762026-08-24T22:22:48.116Z Compiling typify-impl v0.6.2
31772026-08-24T22:22:48.217Z Compiling vsss-rs v3.3.4
31782026-08-24T22:22:48.317Z Compiling proc-macro-crate v3.4.0
31792026-08-24T22:22:48.486Z Compiling cobs v0.3.0
31802026-08-24T22:22:48.521Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31812026-08-24T22:22:48.712Z Compiling colored v3.1.1
31822026-08-24T22:22:48.771Z Compiling postcard v1.1.3
31832026-08-24T22:22:48.851Z Compiling proc-macro-error v1.0.4
31842026-08-24T22:22:48.871Z Compiling rand v0.10.1
31852026-08-24T22:22:48.920Z Compiling num_enum_derive v0.7.6
31862026-08-24T22:22:48.952Z Compiling proc-macro-crate v1.3.1
31872026-08-24T22:22:49.111Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31882026-08-24T22:22:49.131Z Compiling foreign-types-macros v0.2.3
31892026-08-24T22:22:49.154Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31902026-08-24T22:22:49.218Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31912026-08-24T22:22:49.255Z Compiling rayon-core v1.13.0
31922026-08-24T22:22:49.352Z Compiling foreign-types-shared v0.3.1
31932026-08-24T22:22:49.406Z Compiling num_enum_derive v0.5.11
31942026-08-24T22:22:49.472Z Compiling crossbeam-deque v0.8.6
31952026-08-24T22:22:49.512Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31962026-08-24T22:22:49.529Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31972026-08-24T22:22:49.586Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31982026-08-24T22:22:49.603Z Compiling cstr-argument v0.1.2
31992026-08-24T22:22:49.710Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32002026-08-24T22:22:49.760Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
32012026-08-24T22:22:49.779Z Compiling foreign-types v0.5.0
32022026-08-24T22:22:49.877Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32032026-08-24T22:22:49.894Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
32042026-08-24T22:22:49.897Z Compiling zone_cfg_derive v0.3.1
32052026-08-24T22:22:50.003Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32062026-08-24T22:22:50.023Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32072026-08-24T22:22:50.045Z Compiling num_enum v0.7.6
32082026-08-24T22:22:50.101Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32092026-08-24T22:22:50.160Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
32102026-08-24T22:22:50.164Z Compiling itertools v0.12.1
32112026-08-24T22:22:50.197Z Compiling rayon v1.11.0
32122026-08-24T22:22:50.200Z Compiling sigpipe v0.1.3
32132026-08-24T22:22:50.252Z Compiling glob v0.3.3
32142026-08-24T22:22:50.301Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32152026-08-24T22:22:50.322Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32162026-08-24T22:22:50.398Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
32172026-08-24T22:22:50.486Z Compiling smf v0.2.3
32182026-08-24T22:22:50.547Z Compiling cpubits v0.1.1
32192026-08-24T22:22:50.564Z Compiling num_enum v0.5.11
32202026-08-24T22:22:50.593Z Compiling whoami v1.6.1
32212026-08-24T22:22:50.622Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32222026-08-24T22:22:50.639Z Compiling gethostname v0.5.0
32232026-08-24T22:22:50.657Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32242026-08-24T22:22:50.679Z Compiling derive-where v1.6.0
32252026-08-24T22:22:50.700Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
32262026-08-24T22:22:50.719Z Compiling usdt-attr-macro v0.5.0
32272026-08-24T22:22:50.722Z Compiling ingot-types v0.2.0
32282026-08-24T22:22:50.780Z Compiling usdt-macro v0.5.0
32292026-08-24T22:22:50.798Z Compiling num-rational v0.4.2
32302026-08-24T22:22:50.814Z Compiling num-complex v0.4.6
32312026-08-24T22:22:51.023Z Compiling memmap v0.7.0
32322026-08-24T22:22:51.041Z Compiling toml v0.8.23
32332026-08-24T22:22:51.191Z Compiling ingot v0.2.1
32342026-08-24T22:22:51.209Z Compiling num v0.4.3
32352026-08-24T22:22:51.239Z Compiling pem-rfc7468 v1.0.0
32362026-08-24T22:22:51.256Z Compiling float-ord v0.3.2
32372026-08-24T22:22:51.305Z Compiling resolv-conf v0.7.6
32382026-08-24T22:22:51.407Z Compiling zone v0.3.1
32392026-08-24T22:22:51.425Z Compiling cancel-safe-futures v0.1.5
32402026-08-24T22:22:51.450Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32412026-08-24T22:22:51.582Z Compiling hmac v0.13.0
32422026-08-24T22:22:51.614Z Compiling universal-hash v0.6.1
32432026-08-24T22:22:51.632Z Compiling usdt v0.5.0
32442026-08-24T22:22:51.683Z Compiling sha1 v0.10.6
32452026-08-24T22:22:51.702Z Compiling linear-map v1.2.0
32462026-08-24T22:22:51.779Z Compiling libefi-sys v0.1.0
32472026-08-24T22:22:51.807Z Compiling prettyplease v0.2.37
32482026-08-24T22:22:51.896Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32492026-08-24T22:22:51.921Z Compiling polyval v0.7.1
32502026-08-24T22:22:51.940Z Compiling der v0.8.0
32512026-08-24T22:22:51.956Z Compiling hickory-proto v0.24.4
32522026-08-24T22:22:52.030Z Compiling newline-converter v0.3.0
32532026-08-24T22:22:52.049Z Compiling console v0.15.11
32542026-08-24T22:22:52.088Z Compiling oxide-update-engine-types v0.1.2
32552026-08-24T22:22:52.093Z Compiling bitfield-struct v0.6.2
32562026-08-24T22:22:52.124Z Compiling linked-hash-map v0.5.6
32572026-08-24T22:22:52.171Z Compiling ghash v0.6.0
32582026-08-24T22:22:52.334Z Compiling lru-cache v0.1.2
32592026-08-24T22:22:52.351Z Compiling pbkdf2 v0.13.0
32602026-08-24T22:22:52.409Z Compiling expectorate v1.2.0
32612026-08-24T22:22:52.490Z Compiling crypto-bigint v0.7.5
32622026-08-24T22:22:52.508Z Compiling aes v0.9.1
32632026-08-24T22:22:52.527Z Compiling ctr v0.10.1
32642026-08-24T22:22:52.615Z Compiling aead v0.6.1
32652026-08-24T22:22:52.680Z Compiling sha2 v0.11.0
32662026-08-24T22:22:52.785Z Compiling nom v8.0.0
32672026-08-24T22:22:52.819Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32682026-08-24T22:22:52.837Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32692026-08-24T22:22:52.856Z Compiling typify-macro v0.6.2
32702026-08-24T22:22:52.923Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32712026-08-24T22:22:53.136Z Compiling oxide-update-engine v0.1.2
32722026-08-24T22:22:53.153Z Compiling semver v0.1.20
32732026-08-24T22:22:53.233Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32742026-08-24T22:22:53.334Z Compiling aes-gcm v0.11.0
32752026-08-24T22:22:53.353Z Compiling rustc_version v0.1.7
32762026-08-24T22:22:53.353Z Compiling spki v0.8.0
32772026-08-24T22:22:53.541Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32782026-08-24T22:22:53.643Z Compiling tokio-dtrace v0.1.1
32792026-08-24T22:22:53.662Z Compiling dropshot-api-manager-types v0.8.0
32802026-08-24T22:22:53.682Z Compiling salsa20 v0.11.0
32812026-08-24T22:22:53.685Z Compiling slog-dtrace v0.3.0
32822026-08-24T22:22:53.718Z Compiling minimal-lexical v0.2.1
32832026-08-24T22:22:53.721Z Compiling xshell-macros v0.2.7
32842026-08-24T22:22:53.780Z Compiling newtype_derive v0.1.6
32852026-08-24T22:22:53.900Z Compiling oxide-tokio-rt v0.1.4
32862026-08-24T22:22:53.911Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32872026-08-24T22:22:53.957Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32882026-08-24T22:22:54.038Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32892026-08-24T22:22:54.042Z Compiling nom v7.1.3
32902026-08-24T22:22:54.098Z Compiling scrypt v0.12.0
32912026-08-24T22:22:54.115Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32922026-08-24T22:22:54.169Z Compiling hickory-resolver v0.24.4
32932026-08-24T22:22:54.221Z Compiling xshell v0.2.7
32942026-08-24T22:22:54.374Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32952026-08-24T22:22:54.396Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32962026-08-24T22:22:54.427Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32972026-08-24T22:22:54.530Z Compiling phf_shared v0.12.1
32982026-08-24T22:22:54.727Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32992026-08-24T22:22:54.764Z Compiling rfc6979 v0.4.0
33002026-08-24T22:22:54.783Z Compiling typify v0.6.2
33012026-08-24T22:22:54.932Z Compiling progenitor-impl v0.14.0
33022026-08-24T22:22:54.949Z Compiling cbc v0.2.1
33032026-08-24T22:22:55.003Z Compiling proc-macro-error-attr2 v2.0.0
33042026-08-24T22:22:55.022Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33052026-08-24T22:22:55.045Z Compiling csv-core v0.1.13
33062026-08-24T22:22:55.148Z Compiling chrono-tz v0.10.4
33072026-08-24T22:22:55.192Z Compiling highway v1.3.0
33082026-08-24T22:22:55.291Z Compiling qorb v0.4.1
33092026-08-24T22:22:55.340Z Compiling unicode-xid v0.2.6
33102026-08-24T22:22:55.364Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33112026-08-24T22:22:55.439Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33122026-08-24T22:22:55.442Z Compiling csv v1.4.0
33132026-08-24T22:22:55.473Z Compiling pkcs5 v0.8.1
33142026-08-24T22:22:55.477Z Compiling proc-macro-error2 v2.0.1
33152026-08-24T22:22:55.504Z Compiling const_format_proc_macros v0.2.34
33162026-08-24T22:22:55.592Z Compiling ecdsa v0.16.9
33172026-08-24T22:22:55.814Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33182026-08-24T22:22:55.832Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33192026-08-24T22:22:55.850Z Compiling phf v0.12.1
33202026-08-24T22:22:56.034Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33212026-08-24T22:22:56.037Z Compiling primeorder v0.13.6
33222026-08-24T22:22:56.086Z Compiling hashbrown v0.14.5
33232026-08-24T22:22:56.119Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33242026-08-24T22:22:56.195Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33252026-08-24T22:22:56.348Z Compiling salty v0.3.0
33262026-08-24T22:22:56.376Z Compiling const_format v0.2.35
33272026-08-24T22:22:56.381Z Compiling p384 v0.13.1
33282026-08-24T22:22:56.657Z Compiling chumsky v0.9.3
33292026-08-24T22:22:56.713Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33302026-08-24T22:22:56.730Z Compiling pkcs8 v0.11.0
33312026-08-24T22:22:56.815Z Compiling knus-derive v3.4.0
33322026-08-24T22:22:56.980Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
33332026-08-24T22:22:56.996Z Compiling tabled_derive v0.7.0
33342026-08-24T22:22:57.261Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33352026-08-24T22:22:57.305Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
33362026-08-24T22:22:57.365Z Compiling bcs v0.1.6
33372026-08-24T22:22:57.550Z Compiling ff v0.14.0
33382026-08-24T22:22:57.645Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33392026-08-24T22:22:57.648Z Compiling progenitor-macro v0.14.0
33402026-08-24T22:22:57.707Z Compiling termtree v0.5.1
33412026-08-24T22:22:57.724Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33422026-08-24T22:22:57.895Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33432026-08-24T22:22:57.970Z Compiling steno v0.4.1
33442026-08-24T22:22:57.970Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33452026-08-24T22:22:58.022Z Compiling tabled v0.15.0
33462026-08-24T22:22:58.176Z Compiling tagptr v0.2.0
33472026-08-24T22:22:58.194Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33482026-08-24T22:22:58.243Z Compiling group v0.14.0
33492026-08-24T22:22:58.345Z Compiling knus v3.4.0
33502026-08-24T22:22:58.363Z Compiling moka v0.12.13
33512026-08-24T22:22:58.383Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33522026-08-24T22:22:58.469Z Compiling signature v3.0.0
33532026-08-24T22:22:58.506Z Compiling base16ct v1.0.0
33542026-08-24T22:22:58.693Z Compiling sec1 v0.8.1
33552026-08-24T22:22:58.731Z Compiling hkdf v0.13.0
33562026-08-24T22:22:58.794Z Compiling libscf-sys v1.2.0
33572026-08-24T22:22:58.936Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33582026-08-24T22:22:58.953Z Compiling elliptic-curve v0.14.1
33592026-08-24T22:22:58.969Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33602026-08-24T22:22:59.031Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
33612026-08-24T22:22:59.153Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
33622026-08-24T22:22:59.245Z Compiling hickory-resolver v0.25.2
33632026-08-24T22:22:59.296Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33642026-08-24T22:22:59.327Z Compiling corncobs v0.1.4
33652026-08-24T22:22:59.535Z Compiling parking_lot_core v0.8.6
33662026-08-24T22:22:59.553Z Compiling utf-8 v0.7.6
33672026-08-24T22:22:59.556Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33682026-08-24T22:22:59.779Z Compiling tungstenite v0.21.0
33692026-08-24T22:22:59.848Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33702026-08-24T22:22:59.888Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33712026-08-24T22:22:59.913Z Compiling wnaf v0.14.0
33722026-08-24T22:22:59.983Z Compiling primefield v0.14.0
33732026-08-24T22:23:00.014Z Compiling rfc6979 v0.6.0
33742026-08-24T22:23:00.137Z Compiling papergrid v0.18.0
33752026-08-24T22:23:00.200Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33762026-08-24T22:23:00.252Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33772026-08-24T22:23:00.289Z Compiling git-stub v1.0.0
33782026-08-24T22:23:00.473Z Compiling secrecy v0.8.0
33792026-08-24T22:23:00.596Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33802026-08-24T22:23:00.650Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33812026-08-24T22:23:00.681Z Compiling git-stub-vcs v0.1.0
33822026-08-24T22:23:00.685Z Compiling tokio-tungstenite v0.21.0
33832026-08-24T22:23:00.902Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33842026-08-24T22:23:00.923Z Compiling primeorder v0.14.0
33852026-08-24T22:23:01.041Z Compiling ecdsa v0.17.0
33862026-08-24T22:23:01.064Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33872026-08-24T22:23:01.227Z Compiling tabled v0.21.0
33882026-08-24T22:23:01.255Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33892026-08-24T22:23:01.373Z Compiling curve25519-dalek v5.0.0
33902026-08-24T22:23:01.392Z Compiling illumos-nvpair-sys v0.2.0
33912026-08-24T22:23:01.396Z Compiling unicase v2.9.0
33922026-08-24T22:23:01.452Z Compiling parking_lot v0.11.2
33932026-08-24T22:23:01.470Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33942026-08-24T22:23:01.563Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33952026-08-24T22:23:01.630Z Compiling ssh-encoding v0.3.0
33962026-08-24T22:23:01.647Z Compiling mime_guess v2.0.5
33972026-08-24T22:23:01.772Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33982026-08-24T22:23:01.861Z Compiling progenitor-impl v0.13.0
33992026-08-24T22:23:01.900Z Compiling prefix-trie v0.7.0
34002026-08-24T22:23:01.918Z Compiling fxhash v0.2.1
34012026-08-24T22:23:01.965Z Compiling keccak v0.2.0
34022026-08-24T22:23:02.017Z Compiling crc8 v0.1.1
34032026-08-24T22:23:02.056Z Compiling sled v0.34.7
34042026-08-24T22:23:02.180Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34052026-08-24T22:23:02.267Z Compiling hickory-server v0.25.2
34062026-08-24T22:23:02.319Z Compiling ed25519 v3.0.0
34072026-08-24T22:23:02.336Z Compiling crypto-primes v0.7.2
34082026-08-24T22:23:02.542Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34092026-08-24T22:23:02.606Z Compiling pkcs1 v0.8.0-rc.4
34102026-08-24T22:23:02.946Z Compiling progenitor v0.14.0
34112026-08-24T22:23:03.023Z Compiling poly1305 v0.9.0
34122026-08-24T22:23:03.140Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34132026-08-24T22:23:03.351Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34142026-08-24T22:23:03.374Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34152026-08-24T22:23:03.394Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34162026-08-24T22:23:03.473Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34172026-08-24T22:23:03.808Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34182026-08-24T22:23:03.862Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34192026-08-24T22:23:03.959Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34202026-08-24T22:23:04.054Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34212026-08-24T22:23:04.185Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34222026-08-24T22:23:04.214Z Compiling progenitor-client v0.13.0
34232026-08-24T22:23:04.217Z Compiling blowfish v0.10.0
34242026-08-24T22:23:04.217Z Compiling blake2 v0.11.0-rc.6
34252026-08-24T22:23:04.302Z Compiling half v1.8.3
34262026-08-24T22:23:04.523Z Compiling http-range v0.1.5
34272026-08-24T22:23:04.572Z Compiling argon2 v0.6.0-rc.8
34282026-08-24T22:23:04.604Z Compiling serde_cbor v0.11.2
34292026-08-24T22:23:04.622Z Compiling progenitor-macro v0.13.0
34302026-08-24T22:23:04.746Z Compiling bcrypt-pbkdf v0.11.0
34312026-08-24T22:23:04.780Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34322026-08-24T22:23:05.079Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34332026-08-24T22:23:05.083Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34342026-08-24T22:23:05.695Z Compiling ssh-cipher v0.3.0
34352026-08-24T22:23:05.713Z Compiling rsa v0.10.0-rc.18
34362026-08-24T22:23:05.895Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34372026-08-24T22:23:05.932Z Compiling ed25519-dalek v3.0.0
34382026-08-24T22:23:06.327Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34392026-08-24T22:23:06.482Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34402026-08-24T22:23:06.513Z Compiling illumos-nvpair v0.3.0
34412026-08-24T22:23:06.793Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34422026-08-24T22:23:06.812Z Compiling sha3 v0.11.0
34432026-08-24T22:23:06.863Z Compiling p256 v0.14.0
34442026-08-24T22:23:07.193Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34452026-08-24T22:23:07.301Z Compiling p521 v0.14.0
34462026-08-24T22:23:07.380Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34472026-08-24T22:23:07.443Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34482026-08-24T22:23:07.488Z Compiling p384 v0.14.0
34492026-08-24T22:23:07.659Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34502026-08-24T22:23:07.872Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34512026-08-24T22:23:07.958Z Compiling scuffle v0.1.0
34522026-08-24T22:23:08.014Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34532026-08-24T22:23:08.048Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34542026-08-24T22:23:08.485Z Compiling yasna v0.5.2
34552026-08-24T22:23:08.602Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34562026-08-24T22:23:08.892Z Compiling kstat-rs v0.2.5
34572026-08-24T22:23:08.973Z Compiling headers-core v0.3.0
34582026-08-24T22:23:09.088Z Compiling kem v0.3.0
34592026-08-24T22:23:09.126Z Compiling module-lattice v0.2.3
34602026-08-24T22:23:09.166Z Compiling nanorand v0.7.0
34612026-08-24T22:23:09.204Z Compiling sponge-cursor v0.1.0
34622026-08-24T22:23:09.223Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34632026-08-24T22:23:09.251Z Compiling headers v0.4.1
34642026-08-24T22:23:09.325Z Compiling rcgen v0.12.1
34652026-08-24T22:23:09.377Z Compiling ml-kem v0.3.2
34662026-08-24T22:23:09.429Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34672026-08-24T22:23:09.480Z Compiling flume v0.11.1
34682026-08-24T22:23:09.634Z Compiling sha3 v0.12.0
34692026-08-24T22:23:09.669Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34702026-08-24T22:23:09.847Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34712026-08-24T22:23:09.865Z Compiling progenitor v0.13.0
34722026-08-24T22:23:09.946Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34732026-08-24T22:23:09.992Z Compiling hyper-staticfile v0.10.1
34742026-08-24T22:23:10.048Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34752026-08-24T22:23:10.066Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34762026-08-24T22:23:10.226Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34772026-08-24T22:23:10.243Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34782026-08-24T22:23:10.276Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34792026-08-24T22:23:10.408Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34802026-08-24T22:23:10.450Z Compiling ssh-key v0.7.0-rc.11
34812026-08-24T22:23:10.520Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34822026-08-24T22:23:10.538Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34832026-08-24T22:23:10.543Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34842026-08-24T22:23:10.674Z Compiling russh-cryptovec v0.62.0
34852026-08-24T22:23:10.677Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34862026-08-24T22:23:10.713Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34872026-08-24T22:23:10.789Z Compiling internal-russh-num-bigint v0.5.0
34882026-08-24T22:23:10.880Z Compiling port-file v0.1.0
34892026-08-24T22:23:10.899Z Compiling num-bigint v0.4.6
34902026-08-24T22:23:10.920Z Compiling generic-array v1.4.3
34912026-08-24T22:23:10.923Z Compiling russh-util v0.52.0
34922026-08-24T22:23:10.956Z Compiling enum_dispatch v0.3.13
34932026-08-24T22:23:11.105Z Compiling delegate v0.13.5
34942026-08-24T22:23:11.155Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34952026-08-24T22:23:11.299Z Compiling subprocess v0.2.15
34962026-08-24T22:23:11.442Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34972026-08-24T22:23:11.518Z Compiling md5 v0.8.0
34982026-08-24T22:23:11.708Z Compiling hex-literal v1.1.0
34992026-08-24T22:23:11.806Z Compiling display-error-chain v0.2.2
35002026-08-24T22:23:11.876Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35012026-08-24T22:23:11.896Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35022026-08-24T22:23:11.963Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
35032026-08-24T22:23:11.981Z Compiling colored v2.2.0
35042026-08-24T22:23:12.073Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35052026-08-24T22:23:12.118Z Compiling russh v0.62.4
35062026-08-24T22:23:12.137Z Compiling socket2 v0.5.10
35072026-08-24T22:23:12.337Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
35082026-08-24T22:23:12.364Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
35092026-08-24T22:23:12.585Z Compiling internet-checksum v0.2.1
35102026-08-24T22:23:15.186Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35112026-08-24T22:23:15.912Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35122026-08-24T22:23:16.432Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35132026-08-24T22:23:17.770Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
35142026-08-24T22:23:18.594Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35152026-08-24T22:23:27.475Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35162026-08-24T22:23:27.475Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35172026-08-24T22:23:27.475Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35182026-08-24T22:23:27.479Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35192026-08-24T22:23:27.479Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
35202026-08-24T22:23:29.315Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35212026-08-24T22:23:29.377Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35222026-08-24T22:23:33.525Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35232026-08-24T22:24:14.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s
35242026-08-24T22:24:14.434Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35252026-08-24T22:24:14.434Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35262026-08-24T22:24:14.666Z
35272026-08-24T22:24:14.666Zreal 1:30.188609116
35282026-08-24T22:24:14.666Zuser 8:40.952196827
35292026-08-24T22:24:14.666Zsys 1:43.145863431
35302026-08-24T22:24:14.666Ztrap 0.247902717
35312026-08-24T22:24:14.666Ztflt 0.287855191
35322026-08-24T22:24:14.669Zdflt 2.348101934
35332026-08-24T22:24:14.669Zkflt 0.000301980
35342026-08-24T22:24:14.669Zlock 32:16.128407449
35352026-08-24T22:24:14.669Zslp 19:44.632344071
35362026-08-24T22:24:14.669Zlat 39.298164077
35372026-08-24T22:24:14.670Zstop 3:09.232470329
35382026-08-24T22:24:14.670Z+ mkdir tests
35392026-08-24T22:24:14.673Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
35402026-08-24T22:24:14.673Z+ xargs -I '{}' -t cp '{}' tests/
35412026-08-24T22:24:14.694Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-1723d976607f4d93 tests/
35422026-08-24T22:24:14.717Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-476491571137d274 tests/
35432026-08-24T22:24:14.740Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-7982263f44fe845b tests/
35442026-08-24T22:24:14.763Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a11623f483df1ee9 tests/
35452026-08-24T22:24:15.093Z+ 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)
35462026-08-24T22:24:15.097Z+ 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-476491571137d274 tests/commtest-7982263f44fe845b tests/dhcp_server-1723d976607f4d93 tests/end_to_end_tests-a11623f483df1ee9 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
35472026-08-24T22:25:45.250ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35482026-08-24T22:25:45.250Za .github/buildomat/ci-env.sh 1K
35492026-08-24T22:25:45.250Za out/target/test 1K
35502026-08-24T22:25:45.250Za out/npuzone/npuzone 27402K
35512026-08-24T22:25:45.250Za package-manifest.toml 35K
35522026-08-24T22:25:45.250Za smf/sled-agent/non-gimlet/config.toml 6K
35532026-08-24T22:25:45.250Za target/release/omicron-package 48236K
35542026-08-24T22:25:45.250Za target/release/xtask 11727K
35552026-08-24T22:25:45.250Za target/debug/bootstrap 437898K
35562026-08-24T22:25:45.250Za tests/bootstrap-476491571137d274 34430K
35572026-08-24T22:25:45.250Za tests/commtest-7982263f44fe845b 34431K
35582026-08-24T22:25:45.250Za tests/dhcp_server-1723d976607f4d93 34431K
35592026-08-24T22:25:45.250Za tests/end_to_end_tests-a11623f483df1ee9 501421K
35602026-08-24T22:25:45.250Za tools/opte_version 1K
35612026-08-24T22:25:45.250Za tools/opte_version_override 2K
35622026-08-24T22:25:45.250Za out/clickhouse.tar.gz 330119K
35632026-08-24T22:25:45.250Za out/clickhouse_keeper.tar.gz 314142K
35642026-08-24T22:25:45.250Za out/clickhouse_server.tar.gz 330116K
35652026-08-24T22:25:45.250Za out/cockroachdb.tar.gz 169546K
35662026-08-24T22:25:45.250Za out/crucible-pantry-zone.tar.gz 41323K
35672026-08-24T22:25:45.250Za out/crucible-utils.tar 18900K
35682026-08-24T22:25:45.250Za out/crucible-zone.tar.gz 56136K
35692026-08-24T22:25:45.250Za out/external-dns.tar.gz 54199K
35702026-08-24T22:25:45.250Za out/internal-dns.tar.gz 54198K
35712026-08-24T22:25:45.250Za out/mg-ddm-gz.tar 100917K
35722026-08-24T22:25:45.250Za out/nexus.tar.gz 359276K
35732026-08-24T22:25:45.251Za out/ntp.tar.gz 34647K
35742026-08-24T22:25:45.251Za out/omicron-gateway-softnpu.tar.gz 29963K
35752026-08-24T22:25:45.251Za out/omicron-sled-agent.tar 245397K
35762026-08-24T22:25:45.251Za out/overlay.tar.gz 4K
35772026-08-24T22:25:45.251Za out/oximeter.tar.gz 72392K
35782026-08-24T22:25:45.251Za out/oxlog.tar 4071K
35792026-08-24T22:25:45.251Za out/probe.tar.gz 3037K
35802026-08-24T22:25:45.251Za out/propolis-server.tar.gz 34642K
35812026-08-24T22:25:45.251Za out/pumpkind-gz.tar 26647K
35822026-08-24T22:25:45.251Za out/switch-softnpu.tar.gz 504127K
35832026-08-24T22:25:45.254Z
35842026-08-24T22:25:45.254Zreal 1:30.163116367
35852026-08-24T22:25:45.255Zuser 1:27.180642363
35862026-08-24T22:25:45.255Zsys 5.007203325
35872026-08-24T22:25:45.255Ztrap 0.006959455
35882026-08-24T22:25:45.255Ztflt 0.000000000
35892026-08-24T22:25:45.255Zdflt 0.000000000
35902026-08-24T22:25:45.255Zkflt 0.000000000
35912026-08-24T22:25:45.255Zlock 0.000000000
35922026-08-24T22:25:45.255Zslp 1:26.995673224
35932026-08-24T22:25:45.255Zlat 1.131029122
35942026-08-24T22:25:45.255Zstop 0.000210570
35952026-08-24T22:25:45.255Zprocess exited: duration 1337069 ms, exit code 0
 
35962026-08-24T22:25:45.270Zfound 1 output files
35972026-08-24T22:25:45.270Zuploading: /work/package.tar.gz (2781334534 bytes)
35982026-08-24T22:26:18.200Zuploaded: /work/package.tar.gz