01M0JN5GSA7NC0W4693VZKRX96: 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: 01M0JN66M288QD7Z4DVSNKFT3A

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-21T17:17:33.899Zjob assigned to worker 01M0JN6HXKNGQ0FTT66WCPMJK1 [factory aws, i-0fe6d870891242635] (queued for 55 s)
 
22026-08-21T17:17:40.675Zstarting task 0: "setup"
32026-08-21T17:17:40.680Z++ uname -s
42026-08-21T17:17:40.684Z+ kern=SunOS
52026-08-21T17:17:40.684Z+ build_user=build
62026-08-21T17:17:40.684Z+ build_uid=12345
72026-08-21T17:17:40.684Z+ work_dir=/work
82026-08-21T17:17:40.684Z+ input_dir=/input
92026-08-21T17:17:40.684Z+ [[ 0 == 12345 ]]
102026-08-21T17:17:40.684Z+ case "$kern" in
112026-08-21T17:17:40.684Z+ groupadd -g 12345 build
122026-08-21T17:17:40.687Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-21T17:17:42.695Z+ zfs create -o mountpoint=/work rpool/work
142026-08-21T17:17:42.810Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-21T17:17:42.814Z+ home_fs=zfs
162026-08-21T17:17:42.814Z+ [[ zfs == autofs ]]
172026-08-21T17:17:42.814Z+ mkdir -p /home/build
182026-08-21T17:17:42.817Z+ chown build:build /home/build /work
192026-08-21T17:17:44.817Z+ chmod 0700 /home/build /work
202026-08-21T17:17:44.822Zprocess exited: duration 4147 ms, exit code 0
 
212026-08-21T17:17:44.829Zstarting task 1: "rust-toolchain"
222026-08-21T17:17:44.837Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-21T17:17:44.837Z * rust toolchain channel = "1.97.1"
242026-08-21T17:17:44.837Z * rust toolchain profile = "default"
252026-08-21T17:17:44.837Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-21T17:17:44.837Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-21T17:17:44.838Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-21T17:17:44.841Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-21T17:17:44.841Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-21T17:17:44.918Zinfo: downloading installer
312026-08-21T17:17:46.317Zwarn: It looks like you have an existing rustup settings file at:
322026-08-21T17:17:46.317Zwarn: /home/build/.rustup/settings.toml
332026-08-21T17:17:46.318Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-21T17:17:46.318Zwarn: instead of the one inferred from the default host triple.
352026-08-21T17:17:46.331Zinfo: profile set to default
362026-08-21T17:17:46.331Zinfo: default host triple is x86_64-unknown-illumos
372026-08-21T17:17:46.334Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-21T17:17:46.460Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-21T17:17:46.463Zinfo: downloading 6 components
402026-08-21T17:17:59.872Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-21T17:17:59.872Z
422026-08-21T17:17:59.907Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-21T17:17:59.908Z
442026-08-21T17:17:59.908Z
452026-08-21T17:17:59.908ZRust is installed now. Great!
462026-08-21T17:17:59.908Z
472026-08-21T17:17:59.908ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-21T17:17:59.908Zenvironment variable. This has not been done automatically.
492026-08-21T17:17:59.908Z
502026-08-21T17:17:59.908ZTo configure your current shell, you need to source
512026-08-21T17:17:59.908Zthe corresponding env file under $HOME/.cargo.
522026-08-21T17:17:59.908Z
532026-08-21T17:17:59.908ZThis is usually done by running one of the following (note the leading DOT):
542026-08-21T17:17:59.908Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-21T17:17:59.908Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-21T17:17:59.908Zsource "~/.cargo/env.nu" # For nushell
572026-08-21T17:17:59.908Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-21T17:17:59.908Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-21T17:17:59.908Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-21T17:17:59.912Zwarn: no default linker (`cc`) was found in your PATH
612026-08-21T17:17:59.912Zwarn: many Rust crates require a system C toolchain to build
622026-08-21T17:18:00.019Z+ rustup --version
632026-08-21T17:18:00.027Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-21T17:18:00.030Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-21T17:18:00.060Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-21T17:18:00.065Z+ cargo --version
672026-08-21T17:18:00.074Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-21T17:18:00.077Z+ rustc --version
692026-08-21T17:18:00.099Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-21T17:18:00.102Zprocess exited: duration 15272 ms, exit code 0
 
712026-08-21T17:18:00.108Zstarting task 2: "authentication"
722026-08-21T17:18:00.126Zprocess exited: duration 17 ms, exit code 0
 
732026-08-21T17:18:00.133Zstarting task 3: "clone repository"
742026-08-21T17:18:00.137Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-21T17:18:00.140Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-21T17:18:00.168ZCloning into '/work/oxidecomputer/omicron'...
772026-08-21T17:18:13.279Z+ cd /work/oxidecomputer/omicron
782026-08-21T17:18:13.279Z+ git fetch origin 230b14bb6b3458a8a22e77c27cd33be2a2e3fd79
792026-08-21T17:18:13.609ZFrom https://github.com/oxidecomputer/omicron
802026-08-21T17:18:13.609Z * branch 230b14bb6b3458a8a22e77c27cd33be2a2e3fd79 -> FETCH_HEAD
812026-08-21T17:18:13.619Z+ [[ -n ben/multiple-eips-in-database-blueprints ]]
822026-08-21T17:18:13.630Z++ git branch --show-current
832026-08-21T17:18:13.630Z+ current=main
842026-08-21T17:18:13.630Z+ [[ main != ben/multiple-eips-in-database-blueprints ]]
852026-08-21T17:18:13.630Z+ git branch -f ben/multiple-eips-in-database-blueprints 230b14bb6b3458a8a22e77c27cd33be2a2e3fd79
862026-08-21T17:18:13.630Z+ git checkout -f ben/multiple-eips-in-database-blueprints
872026-08-21T17:18:13.870ZSwitched to branch 'ben/multiple-eips-in-database-blueprints'
882026-08-21T17:18:13.875Z+ git reset --hard 230b14bb6b3458a8a22e77c27cd33be2a2e3fd79
892026-08-21T17:18:14.121ZHEAD is now at 230b14bb6 Support multiple external IPs for services in blueprint tables
902026-08-21T17:18:14.125Zprocess exited: duration 13985 ms, exit code 0
 
912026-08-21T17:18:14.137Zstarting task 4: "build"
922026-08-21T17:18:14.143Z+ source .github/buildomat/ci-env.sh
932026-08-21T17:18:14.157Z++ export CARGO_TERM_COLOR=always
942026-08-21T17:18:14.157Z++ CARGO_TERM_COLOR=always
952026-08-21T17:18:14.157Z+++ uname -s
962026-08-21T17:18:14.157Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-21T17:18:14.157Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-21T17:18:14.157Z+ cargo --version
992026-08-21T17:18:14.160Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-21T17:18:14.160Z+ rustc --version
1012026-08-21T17:18:14.184Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-21T17:18:14.191Z+ WORK=/work
1032026-08-21T17:18:14.191Z+ pfexec mkdir -p /work
1042026-08-21T17:18:14.195Z+ pfexec chown build /work
1052026-08-21T17:18:14.195Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-08-21T17:18:16.354Z Startup: Refreshing catalog 'helios' ... Done
1072026-08-21T17:18:16.713Z Startup: Caching catalogs ... Done
1082026-08-21T17:18:18.658ZPlanning: Solver setup ... Done (1.841s)
1092026-08-21T17:18:18.695ZPlanning: Running solver ... Done (0.057s)
1102026-08-21T17:18:18.737ZPlanning: Finding local manifests ... Done (0.003s)
1112026-08-21T17:18:18.750ZPlanning: Fetching manifests: 0/2 0% complete
1122026-08-21T17:18:18.774ZPlanning: Fetching manifests: 2/2 100% complete
1132026-08-21T17:18:18.786ZPlanning: Package planning ... Done (0.015s)
1142026-08-21T17:18:18.792ZPlanning: Merging actions ... Done (0.001s)
1152026-08-21T17:18:18.955ZPlanning: Checking for conflicting actions ... Done (0.168s)
1162026-08-21T17:18:18.959ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-08-21T17:18:19.923ZPlanning: Evaluating mediators ... Done (0.967s)
1182026-08-21T17:18:19.927ZPlanning: Planning completed in 3.20 seconds
1192026-08-21T17:18:19.936Z Packages to install: 2
1202026-08-21T17:18:19.936Z Estimated space available: 156.02 GB
1212026-08-21T17:18:19.936ZEstimated space to be consumed: 73.56 MB
1222026-08-21T17:18:19.936Z Create boot environment: No
1232026-08-21T17:18:19.936ZCreate backup boot environment: No
1242026-08-21T17:18:19.936Z Rebuild boot archive: No
1252026-08-21T17:18:19.940Z
1262026-08-21T17:18:19.940ZChanged packages:
1272026-08-21T17:18:19.940Zhelios
1282026-08-21T17:18:19.940Z developer/build-essential
1292026-08-21T17:18:19.940Z None -> 11-3.0
1302026-08-21T17:18:19.940Z library/libxmlsec1
1312026-08-21T17:18:19.940Z None -> 1.2.35-3.0
1322026-08-21T17:18:19.961Z
1332026-08-21T17:18:19.961ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-08-21T17:18:20.031ZDownload: Completed 1.28 MB in 0.07 seconds (18.0M/s)
1352026-08-21T17:18:20.114Z Actions: 1/268 actions (Installing new actions)
1362026-08-21T17:18:20.152Z Actions: Completed 268 actions in 0.04 seconds.
1372026-08-21T17:18:20.184ZFinalize: Updating package state database ... Done (0.031s)
1382026-08-21T17:18:20.184ZFinalize: Updating package cache ... Done (0.000s)
1392026-08-21T17:18:20.261ZFinalize: Updating image state ... Done (0.079s)
1402026-08-21T17:18:22.882ZFinalize: Creating fast lookup database ... Done (2.573s)
1412026-08-21T17:18:22.955ZFinalize: Reading search index ... Done (0.012s)
1422026-08-21T17:18:22.958ZFinalize: Updating search index ... Done (0.000s)
1432026-08-21T17:18:23.038ZFinalize: Updating package cache ... Done (0.000s)
1442026-08-21T17:18:23.400ZPlanning: Evaluating mediator changes ... Done
1452026-08-21T17:18:23.505ZPlanning: Checking for conflicting actions ... Done
1462026-08-21T17:18:23.509ZPlanning: Consolidating action changes ... Done
1472026-08-21T17:18:23.664ZPlanning: Evaluating mediators ... Done
1482026-08-21T17:18:23.667ZPlanning: Planning completed in 0.26 seconds
1492026-08-21T17:18:23.687Z Mediators to change: 2
1502026-08-21T17:18:23.687Z Create boot environment: No
1512026-08-21T17:18:23.687ZCreate backup boot environment: No
1522026-08-21T17:18:23.741ZFinalize: Updating package state database ... Done
1532026-08-21T17:18:23.741ZFinalize: Updating package cache ... Done
1542026-08-21T17:18:23.790ZFinalize: Updating image state ... Done
1552026-08-21T17:18:25.745ZFinalize: Creating fast lookup database ... Done
1562026-08-21T17:18:25.807ZFinalize: Reading search index ... Done
1572026-08-21T17:18:25.811ZFinalize: Updating search index ... Done
1582026-08-21T17:18:25.903ZFinalize: Updating package cache ... Done
1592026-08-21T17:18:26.196ZPlanning: Evaluating mediator changes ... Done
1602026-08-21T17:18:26.300ZPlanning: Checking for conflicting actions ... Done
1612026-08-21T17:18:26.303ZPlanning: Consolidating action changes ... Done
1622026-08-21T17:18:26.457ZPlanning: Evaluating mediators ... Done
1632026-08-21T17:18:26.463ZPlanning: Planning completed in 0.26 seconds
1642026-08-21T17:18:26.496Z Mediators to change: 1
1652026-08-21T17:18:26.497Z Create boot environment: No
1662026-08-21T17:18:26.497ZCreate backup boot environment: No
1672026-08-21T17:18:26.547ZFinalize: Updating package state database ... Done
1682026-08-21T17:18:26.547ZFinalize: Updating package cache ... Done
1692026-08-21T17:18:26.606ZFinalize: Updating image state ... Done
1702026-08-21T17:18:28.537ZFinalize: Creating fast lookup database ... Done
1712026-08-21T17:18:28.598ZFinalize: Reading search index ... Done
1722026-08-21T17:18:28.602ZFinalize: Updating search index ... Done
1732026-08-21T17:18:28.683ZFinalize: Updating package cache ... Done
1742026-08-21T17:18:28.992ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-08-21T17:18:28.992Zapache system 2.4 system
1762026-08-21T17:18:28.992Zclang system 15 system
1772026-08-21T17:18:28.992Zcsh system system illumos
1782026-08-21T17:18:28.992Zctags system system illumos
1792026-08-21T17:18:28.992Zfile vendor vendor darwinsys
1802026-08-21T17:18:28.992Zfile system system illumos
1812026-08-21T17:18:28.992Zgcc vendor 14 vendor
1822026-08-21T17:18:28.992Zgcc system 13 system
1832026-08-21T17:18:28.992Zgcc system 10 system
1842026-08-21T17:18:28.992Zgo system 1.25 system
1852026-08-21T17:18:28.992Zllvm system 15 system
1862026-08-21T17:18:28.992Zmariadb system 11.4 system
1872026-08-21T17:18:28.992Zmta vendor vendor dma
1882026-08-21T17:18:28.992Zopenjdk system 17 system
1892026-08-21T17:18:28.992Zopenjdk system 11 system
1902026-08-21T17:18:28.992Zopenssl vendor 3 vendor
1912026-08-21T17:18:28.992Zperl system 5.40 system
1922026-08-21T17:18:28.992Zpostgresql system 18 system
1932026-08-21T17:18:28.992Zpostgresql system 17 system
1942026-08-21T17:18:28.992Zpython vendor 3 vendor
1952026-08-21T17:18:28.992Zpython system 2 system
1962026-08-21T17:18:28.992Zpython3 vendor 3.13 vendor
1972026-08-21T17:18:28.992Zruby system 3.4 system
1982026-08-21T17:18:28.992Zruby system 3.0 system
1992026-08-21T17:18:28.992Zwords vendor vendor american-english
2002026-08-21T17:18:28.992Zwords system system australian-english
2012026-08-21T17:18:28.992Zwords system system british-english
2022026-08-21T17:18:28.992Zwords system system canadian-english
2032026-08-21T17:18:28.992Zwords system system french
2042026-08-21T17:18:28.992Zwords system system italian
2052026-08-21T17:18:28.993Zwords system system ngerman
2062026-08-21T17:18:28.993Zwords system system ogerman
2072026-08-21T17:18:28.993Zwords system system spanish
2082026-08-21T17:18:29.246ZPUBLISHER TYPE STATUS P LOCATION
2092026-08-21T17:18:29.246Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-08-21T17:18:29.703ZFMRI IFO
2112026-08-21T17:18:29.703Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-08-21T17:18:29.703Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-08-21T17:18:29.703Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-08-21T17:18:29.703Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-08-21T17:18:29.703Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-08-21T17:18:29.703Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-08-21T17:18:29.703Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-08-21T17:18:29.703Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-08-21T17:18:29.703Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-08-21T17:18:30.036Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-08-21T17:18:30.378Z Updating crates.io index
2222026-08-21T17:18:30.382Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-08-21T17:18:30.678Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-08-21T17:18:31.056Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-08-21T17:18:32.024Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-08-21T17:18:32.576Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-08-21T17:18:34.203Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-08-21T17:18:35.115Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-08-21T17:18:35.387Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-08-21T17:18:35.984Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-08-21T17:18:37.217Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-08-21T17:18:37.502Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-08-21T17:18:37.901Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-08-21T17:18:38.164Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2352026-08-21T17:18:38.694Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2362026-08-21T17:18:38.958Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2372026-08-21T17:18:39.237Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-08-21T17:18:39.530Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-08-21T17:18:39.986Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2402026-08-21T17:18:40.467Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2412026-08-21T17:18:40.843Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2422026-08-21T17:18:41.385Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2432026-08-21T17:18:41.711Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2442026-08-21T17:18:42.317Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2452026-08-21T17:18:42.664Z Updating git repository `https://github.com/oxidecomputer/erebor`
2462026-08-21T17:18:42.970Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2472026-08-21T17:18:43.432Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2482026-08-21T17:18:43.685Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2492026-08-21T17:18:44.102Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2502026-08-21T17:18:44.463Z Updating git repository `https://github.com/oxidecomputer/ispf`
2512026-08-21T17:18:44.763Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-08-21T17:18:45.077Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2532026-08-21T17:18:45.503Z Updating git repository `https://github.com/oxidecomputer/tough`
2542026-08-21T17:18:46.052Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2552026-08-21T17:18:46.622Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2562026-08-21T17:18:46.918Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2572026-08-21T17:18:47.243Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2582026-08-21T17:18:47.565Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2592026-08-21T17:18:47.857Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2602026-08-21T17:18:48.133Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2612026-08-21T17:18:48.691Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2622026-08-21T17:18:48.962Z Updating git repository `https://github.com/illumos/smf-rs`
2632026-08-21T17:18:49.248Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2642026-08-21T17:18:52.091Z Downloading crates ...
2652026-08-21T17:18:52.149Z Downloaded fnv v1.0.7
2662026-08-21T17:18:52.152Z Downloaded colorchoice v1.0.4
2672026-08-21T17:18:52.152Z Downloaded byteorder v1.5.0
2682026-08-21T17:18:52.152Z Downloaded cargo-platform v0.3.2
2692026-08-21T17:18:52.156Z Downloaded autocfg v1.5.0
2702026-08-21T17:18:52.156Z Downloaded camino-tempfile v1.4.1
2712026-08-21T17:18:52.156Z Downloaded camino v1.2.5
2722026-08-21T17:18:52.166Z Downloaded strsim v0.11.1
2732026-08-21T17:18:52.170Z Downloaded version_check v0.9.5
2742026-08-21T17:18:52.170Z Downloaded usdt-attr-macro v0.5.0
2752026-08-21T17:18:52.170Z Downloaded zerocopy-derive v0.7.35
2762026-08-21T17:18:52.184Z Downloaded cpufeatures v0.2.17
2772026-08-21T17:18:52.184Z Downloaded heck v0.4.1
2782026-08-21T17:18:52.184Z Downloaded itoa v1.0.17
2792026-08-21T17:18:52.184Z Downloaded dof v0.3.0
2802026-08-21T17:18:52.184Z Downloaded zmij v1.0.21
2812026-08-21T17:18:52.184Z Downloaded errno v0.3.14
2822026-08-21T17:18:52.184Z Downloaded crypto-common v0.1.7
2832026-08-21T17:18:52.184Z Downloaded equivalent v1.0.2
2842026-08-21T17:18:52.185Z Downloaded heck v0.5.0
2852026-08-21T17:18:52.185Z Downloaded dtrace-parser v0.2.0
2862026-08-21T17:18:52.189Z Downloaded is_terminal_polyfill v1.70.2
2872026-08-21T17:18:52.189Z Downloaded anstream v1.0.0
2882026-08-21T17:18:52.189Z Downloaded zerocopy v0.7.35
2892026-08-21T17:18:52.194Z Downloaded scroll v0.12.0
2902026-08-21T17:18:52.197Z Downloaded thiserror v1.0.69
2912026-08-21T17:18:52.197Z Downloaded macaddr v1.0.1
2922026-08-21T17:18:52.200Z Downloaded toml_datetime v0.6.11
2932026-08-21T17:18:52.200Z Downloaded terminal_size v0.4.3
2942026-08-21T17:18:52.204Z Downloaded cfg-if v1.0.4
2952026-08-21T17:18:52.204Z Downloaded block-buffer v0.10.4
2962026-08-21T17:18:52.207Z Downloaded digest v0.10.7
2972026-08-21T17:18:52.210Z Downloaded cargo_toml v0.21.0
2982026-08-21T17:18:52.213Z Downloaded plain v0.2.3
2992026-08-21T17:18:52.216Z Downloaded fastrand v2.3.0
3002026-08-21T17:18:52.219Z Downloaded clap_lex v1.0.0
3012026-08-21T17:18:52.219Z Downloaded semver v1.0.28
3022026-08-21T17:18:52.219Z Downloaded quote v1.0.45
3032026-08-21T17:18:52.222Z Downloaded getrandom v0.3.4
3042026-08-21T17:18:52.224Z Downloaded utf8parse v0.2.2
3052026-08-21T17:18:52.228Z Downloaded proc-macro-error-attr v1.0.4
3062026-08-21T17:18:52.232Z Downloaded unicode-linebreak v0.1.5
3072026-08-21T17:18:52.235Z Downloaded smawk v0.3.2
3082026-08-21T17:18:52.235Z Downloaded usdt-macro v0.5.0
3092026-08-21T17:18:52.235Z Downloaded anstyle-query v1.1.5
3102026-08-21T17:18:52.235Z Downloaded swrite v0.1.0
3112026-08-21T17:18:52.239Z Downloaded bytecount v0.6.9
3122026-08-21T17:18:52.242Z Downloaded memmap v0.7.0
3132026-08-21T17:18:52.246Z Downloaded usdt v0.5.0
3142026-08-21T17:18:52.249Z Downloaded pretty-hex v0.4.1
3152026-08-21T17:18:52.252Z Downloaded toml_write v0.1.2
3162026-08-21T17:18:52.252Z Downloaded scroll_derive v0.12.1
3172026-08-21T17:18:52.256Z Downloaded serde_spanned v0.6.9
3182026-08-21T17:18:52.256Z Downloaded pest_derive v2.8.6
3192026-08-21T17:18:52.259Z Downloaded thiserror v2.0.18
3202026-08-21T17:18:52.266Z Downloaded tabled_derive v0.7.0
3212026-08-21T17:18:52.269Z Downloaded anstyle v1.0.14
3222026-08-21T17:18:52.269Z Downloaded bitflags v2.11.0
3232026-08-21T17:18:52.275Z Downloaded serde_derive v1.0.228
3242026-08-21T17:18:52.279Z Downloaded pest_generator v2.8.6
3252026-08-21T17:18:52.283Z Downloaded generic-array v0.14.7
3262026-08-21T17:18:52.286Z Downloaded anstyle-parse v1.0.0
3272026-08-21T17:18:52.286Z Downloaded sha2 v0.10.9
3282026-08-21T17:18:52.291Z Downloaded fs-err v3.3.0
3292026-08-21T17:18:52.298Z Downloaded anyhow v1.0.104
3302026-08-21T17:18:52.301Z Downloaded thiserror-impl v2.0.18
3312026-08-21T17:18:52.304Z Downloaded thread-id v4.2.2
3322026-08-21T17:18:52.306Z Downloaded serde_tokenstream v0.2.3
3332026-08-21T17:18:52.307Z Downloaded clap_derive v4.6.1
3342026-08-21T17:18:52.307Z Downloaded proc-macro-error v1.0.4
3352026-08-21T17:18:52.310Z Downloaded thiserror-impl v1.0.69
3362026-08-21T17:18:52.312Z Downloaded usdt-impl v0.5.0
3372026-08-21T17:18:52.312Z Downloaded once_cell v1.21.3
3382026-08-21T17:18:52.318Z Downloaded cargo_metadata v0.23.1
3392026-08-21T17:18:52.321Z Downloaded tempfile v3.27.0
3402026-08-21T17:18:52.321Z Downloaded toml v0.8.23
3412026-08-21T17:18:52.324Z Downloaded ucd-trie v0.1.7
3422026-08-21T17:18:52.336Z Downloaded papergrid v0.11.0
3432026-08-21T17:18:52.340Z Downloaded unicode-ident v1.0.24
3442026-08-21T17:18:52.346Z Downloaded log v0.4.33
3452026-08-21T17:18:52.351Z Downloaded textwrap v0.16.2
3462026-08-21T17:18:52.354Z Downloaded proc-macro2 v1.0.106
3472026-08-21T17:18:52.357Z Downloaded serde_core v1.0.228
3482026-08-21T17:18:52.360Z Downloaded clap v4.6.1
3492026-08-21T17:18:52.365Z Downloaded pest_meta v2.8.6
3502026-08-21T17:18:52.368Z Downloaded typenum v1.20.1
3512026-08-21T17:18:52.371Z Downloaded memchr v2.8.0
3522026-08-21T17:18:52.375Z Downloaded toml_edit v0.22.27
3532026-08-21T17:18:52.378Z Downloaded indexmap v2.14.0
3542026-08-21T17:18:52.404Z Downloaded serde v1.0.228
3552026-08-21T17:18:52.414Z Downloaded pest v2.8.6
3562026-08-21T17:18:52.445Z Downloaded hashbrown v0.17.0
3572026-08-21T17:18:52.448Z Downloaded serde_json v1.0.151
3582026-08-21T17:18:52.452Z Downloaded clap_builder v4.6.0
3592026-08-21T17:18:52.474Z Downloaded winnow v0.7.14
3602026-08-21T17:18:52.478Z Downloaded goblin v0.8.2
3612026-08-21T17:18:52.489Z Downloaded tabled v0.15.0
3622026-08-21T17:18:52.543Z Downloaded syn v1.0.109
3632026-08-21T17:18:52.555Z Downloaded unicode-width v0.1.14
3642026-08-21T17:18:52.555Z Downloaded unicode-width v0.2.0
3652026-08-21T17:18:52.555Z Downloaded syn v2.0.117
3662026-08-21T17:18:52.555Z Downloaded rustix v1.1.4
3672026-08-21T17:18:52.560Z Downloaded libc v0.2.185
3682026-08-21T17:18:52.614Z Compiling proc-macro2 v1.0.106
3692026-08-21T17:18:52.614Z Compiling unicode-ident v1.0.24
3702026-08-21T17:18:52.614Z Compiling quote v1.0.45
3712026-08-21T17:18:52.614Z Compiling serde_core v1.0.228
3722026-08-21T17:18:52.614Z Compiling libc v0.2.185
3732026-08-21T17:18:52.618Z Compiling version_check v0.9.5
3742026-08-21T17:18:52.618Z Compiling memchr v2.8.0
3752026-08-21T17:18:52.618Z Compiling serde v1.0.228
3762026-08-21T17:18:52.811Z Compiling zmij v1.0.21
3772026-08-21T17:18:52.900Z Compiling ucd-trie v0.1.7
3782026-08-21T17:18:52.900Z Compiling itoa v1.0.17
3792026-08-21T17:18:52.900Z Compiling thiserror v1.0.69
3802026-08-21T17:18:52.900Z Compiling byteorder v1.5.0
3812026-08-21T17:18:52.901Z Compiling rustix v1.1.4
3822026-08-21T17:18:53.091Z Compiling serde_json v1.0.151
3832026-08-21T17:18:53.153Z Compiling bitflags v2.11.0
3842026-08-21T17:18:53.280Z Compiling syn v1.0.109
3852026-08-21T17:18:53.366Z Compiling camino v1.2.5
3862026-08-21T17:18:53.366Z Compiling plain v0.2.3
3872026-08-21T17:18:53.418Z Compiling pest v2.8.6
3882026-08-21T17:18:53.471Z Compiling proc-macro-error-attr v1.0.4
3892026-08-21T17:18:53.509Z Compiling usdt-impl v0.5.0
3902026-08-21T17:18:53.509Z Compiling proc-macro-error v1.0.4
3912026-08-21T17:18:53.603Z Compiling log v0.4.33
3922026-08-21T17:18:53.682Z Compiling equivalent v1.0.2
3932026-08-21T17:18:53.682Z Compiling utf8parse v0.2.2
3942026-08-21T17:18:53.682Z Compiling getrandom v0.3.4
3952026-08-21T17:18:53.750Z Compiling hashbrown v0.17.0
3962026-08-21T17:18:53.839Z Compiling errno v0.3.14
3972026-08-21T17:18:53.840Z Compiling thread-id v4.2.2
3982026-08-21T17:18:53.891Z Compiling anstyle-parse v1.0.0
3992026-08-21T17:18:53.891Z Compiling colorchoice v1.0.4
4002026-08-21T17:18:53.891Z Compiling pretty-hex v0.4.1
4012026-08-21T17:18:53.938Z Compiling anstyle-query v1.1.5
4022026-08-21T17:18:54.031Z Compiling thiserror v2.0.18
4032026-08-21T17:18:54.031Z Compiling cfg-if v1.0.4
4042026-08-21T17:18:54.112Z Compiling is_terminal_polyfill v1.70.2
4052026-08-21T17:18:54.112Z Compiling anstyle v1.0.14
4062026-08-21T17:18:54.112Z Compiling toml_write v0.1.2
4072026-08-21T17:18:54.112Z Compiling winnow v0.7.14
4082026-08-21T17:18:54.145Z Compiling autocfg v1.5.0
4092026-08-21T17:18:54.189Z Compiling bytecount v0.6.9
4102026-08-21T17:18:54.189Z Compiling fnv v1.0.7
4112026-08-21T17:18:54.268Z Compiling indexmap v2.14.0
4122026-08-21T17:18:54.284Z Compiling syn v2.0.117
4132026-08-21T17:18:54.288Z Compiling anstream v1.0.0
4142026-08-21T17:18:54.301Z Compiling clap_lex v1.0.0
4152026-08-21T17:18:54.367Z Compiling strsim v0.11.1
4162026-08-21T17:18:54.419Z Compiling pest_meta v2.8.6
4172026-08-21T17:18:54.579Z Compiling heck v0.5.0
4182026-08-21T17:18:54.601Z Compiling fs-err v3.3.0
4192026-08-21T17:18:54.616Z Compiling unicode-width v0.1.14
4202026-08-21T17:18:54.639Z Compiling heck v0.4.1
4212026-08-21T17:18:54.658Z Compiling once_cell v1.21.3
4222026-08-21T17:18:54.676Z Compiling fastrand v2.3.0
4232026-08-21T17:18:54.756Z Compiling anyhow v1.0.104
4242026-08-21T17:18:54.840Z Compiling terminal_size v0.4.3
4252026-08-21T17:18:54.857Z Compiling papergrid v0.11.0
4262026-08-21T17:18:54.889Z Compiling tempfile v3.27.0
4272026-08-21T17:18:54.909Z Compiling memmap v0.7.0
4282026-08-21T17:18:54.928Z Compiling unicode-linebreak v0.1.5
4292026-08-21T17:18:54.933Z Compiling smawk v0.3.2
4302026-08-21T17:18:54.965Z Compiling clap_builder v4.6.0
4312026-08-21T17:18:54.970Z Compiling unicode-width v0.2.0
4322026-08-21T17:18:55.104Z Compiling swrite v0.1.0
4332026-08-21T17:18:55.221Z Compiling textwrap v0.16.2
4342026-08-21T17:18:55.337Z Compiling cargo-platform v0.3.2
4352026-08-21T17:18:55.370Z Compiling semver v1.0.28
4362026-08-21T17:18:55.621Z Compiling camino-tempfile v1.4.1
4372026-08-21T17:18:55.816Z Compiling tabled_derive v0.7.0
4382026-08-21T17:18:56.434Z Compiling pest_generator v2.8.6
4392026-08-21T17:18:56.500Z Compiling tabled v0.15.0
4402026-08-21T17:18:56.965Z Compiling serde_derive v1.0.228
4412026-08-21T17:18:56.970Z Compiling thiserror-impl v1.0.69
4422026-08-21T17:18:56.970Z Compiling zerocopy-derive v0.7.35
4432026-08-21T17:18:56.970Z Compiling pest_derive v2.8.6
4442026-08-21T17:18:56.970Z Compiling scroll_derive v0.12.1
4452026-08-21T17:18:56.970Z Compiling thiserror-impl v2.0.18
4462026-08-21T17:18:56.970Z Compiling clap_derive v4.6.1
4472026-08-21T17:18:57.652Z Compiling scroll v0.12.0
4482026-08-21T17:18:57.720Z Compiling zerocopy v0.7.35
4492026-08-21T17:18:57.863Z Compiling goblin v0.8.2
4502026-08-21T17:18:58.080Z Compiling dtrace-parser v0.2.0
4512026-08-21T17:18:58.352Z Compiling clap v4.6.1
4522026-08-21T17:18:59.403Z Compiling toml_datetime v0.6.11
4532026-08-21T17:18:59.403Z Compiling serde_spanned v0.6.9
4542026-08-21T17:18:59.406Z Compiling cargo_metadata v0.23.1
4552026-08-21T17:18:59.406Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4562026-08-21T17:18:59.406Z Compiling macaddr v1.0.1
4572026-08-21T17:18:59.436Z Compiling dof v0.3.0
4582026-08-21T17:18:59.440Z Compiling serde_tokenstream v0.2.3
4592026-08-21T17:18:59.657Z Compiling toml_edit v0.22.27
4602026-08-21T17:19:00.143Z Compiling usdt-macro v0.5.0
4612026-08-21T17:19:00.147Z Compiling usdt-attr-macro v0.5.0
4622026-08-21T17:19:00.741Z Compiling usdt v0.5.0
4632026-08-21T17:19:00.922Z Compiling toml v0.8.23
4642026-08-21T17:19:01.243Z Compiling cargo_toml v0.21.0
4652026-08-21T17:19:02.539Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4662026-08-21T17:19:04.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.74s
4672026-08-21T17:19:04.815Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4682026-08-21T17:19:05.324Z Downloading crates ...
4692026-08-21T17:19:05.379Z Downloaded arrayref v0.3.9
4702026-08-21T17:19:05.383Z Downloaded anstream v0.6.21
4712026-08-21T17:19:05.388Z Downloaded aead v0.5.2
4722026-08-21T17:19:05.391Z Downloaded array-init v0.0.4
4732026-08-21T17:19:05.394Z Downloaded atty v0.2.14
4742026-08-21T17:19:05.394Z Downloaded base16ct v0.2.0
4752026-08-21T17:19:05.398Z Downloaded adler2 v2.0.1
4762026-08-21T17:19:05.398Z Downloaded bit-set v0.5.3
4772026-08-21T17:19:05.401Z Downloaded argon2 v0.5.3
4782026-08-21T17:19:05.401Z Downloaded futures-sink v0.3.32
4792026-08-21T17:19:05.404Z Downloaded foreign-types-shared v0.3.1
4802026-08-21T17:19:05.404Z Downloaded aead v0.6.1
4812026-08-21T17:19:05.408Z Downloaded ascii-canvas v3.0.0
4822026-08-21T17:19:05.411Z Downloaded ena v0.14.4
4832026-08-21T17:19:05.411Z Downloaded anstyle-parse v0.2.7
4842026-08-21T17:19:05.411Z Downloaded backoff v0.4.0
4852026-08-21T17:19:05.415Z Downloaded argon2 v0.6.0-rc.8
4862026-08-21T17:19:05.415Z Downloaded addr2line v0.25.1
4872026-08-21T17:19:05.415Z Downloaded base16ct v1.0.0
4882026-08-21T17:19:05.419Z Downloaded ciborium v0.2.2
4892026-08-21T17:19:05.419Z Downloaded atomic-waker v1.1.2
4902026-08-21T17:19:05.419Z Downloaded bit-set v0.8.0
4912026-08-21T17:19:05.419Z Downloaded headers-core v0.3.0
4922026-08-21T17:19:05.419Z Downloaded futures-executor v0.3.32
4932026-08-21T17:19:05.419Z Downloaded bit-vec v0.6.3
4942026-08-21T17:19:05.422Z Downloaded allocator-api2 v0.2.21
4952026-08-21T17:19:05.423Z Downloaded assert_matches v1.5.0
4962026-08-21T17:19:05.423Z Downloaded hex v0.4.3
4972026-08-21T17:19:05.426Z Downloaded hostname v0.3.1
4982026-08-21T17:19:05.426Z Downloaded elliptic-curve v0.14.1
4992026-08-21T17:19:05.426Z Downloaded futures v0.3.32
5002026-08-21T17:19:05.429Z Downloaded bitfield-struct v0.6.2
5012026-08-21T17:19:05.429Z Downloaded async-stream v0.3.6
5022026-08-21T17:19:05.432Z Downloaded backtrace-ext v0.2.1
5032026-08-21T17:19:05.432Z Downloaded async-recursion v1.1.1
5042026-08-21T17:19:05.432Z Downloaded async-stream-impl v0.3.6
5052026-08-21T17:19:05.436Z Downloaded fs-err v2.11.0
5062026-08-21T17:19:05.440Z Downloaded half v2.7.1
5072026-08-21T17:19:05.440Z Downloaded bitfield v0.19.4
5082026-08-21T17:19:05.440Z Downloaded getrandom v0.2.17
5092026-08-21T17:19:05.443Z Downloaded arc-swap v1.8.2
5102026-08-21T17:19:05.444Z Downloaded hickory-resolver v0.25.2
5112026-08-21T17:19:05.453Z Downloaded h2 v0.4.15
5122026-08-21T17:19:05.457Z Downloaded hkdf v0.12.4
5132026-08-21T17:19:05.461Z Downloaded atomicwrites v0.4.4
5142026-08-21T17:19:05.461Z Downloaded fallible-iterator v0.2.0
5152026-08-21T17:19:05.461Z Downloaded foldhash v0.2.0
5162026-08-21T17:19:05.461Z Downloaded fxhash v0.2.1
5172026-08-21T17:19:05.461Z Downloaded bitfield-macros v0.19.4
5182026-08-21T17:19:05.464Z Downloaded block-padding v0.4.2
5192026-08-21T17:19:05.464Z Downloaded enum-as-inner v0.6.1
5202026-08-21T17:19:05.464Z Downloaded fd-lock v4.0.4
5212026-08-21T17:19:05.464Z Downloaded futures-task v0.3.32
5222026-08-21T17:19:05.465Z Downloaded ahash v0.8.12
5232026-08-21T17:19:05.472Z Downloaded env_filter v2.0.0
5242026-08-21T17:19:05.472Z Downloaded bb8 v0.8.6
5252026-08-21T17:19:05.479Z Downloaded httpdate v1.0.3
5262026-08-21T17:19:05.479Z Downloaded bcrypt-pbkdf v0.11.0
5272026-08-21T17:19:05.479Z Downloaded ciborium-ll v0.2.2
5282026-08-21T17:19:05.479Z Downloaded heapless v0.8.0
5292026-08-21T17:19:05.479Z Downloaded futures-io v0.3.32
5302026-08-21T17:19:05.479Z Downloaded newline-converter v0.3.0
5312026-08-21T17:19:05.479Z Downloaded block-buffer v0.12.1
5322026-08-21T17:19:05.479Z Downloaded foreign-types v0.3.2
5332026-08-21T17:19:05.486Z Downloaded form_urlencoded v1.2.2
5342026-08-21T17:19:05.486Z Downloaded castaway v0.2.4
5352026-08-21T17:19:05.486Z Downloaded cobs v0.3.0
5362026-08-21T17:19:05.486Z Downloaded compression-core v0.4.31
5372026-08-21T17:19:05.490Z Downloaded endian-type v0.1.2
5382026-08-21T17:19:05.490Z Downloaded cfg_aliases v0.1.1
5392026-08-21T17:19:05.490Z Downloaded futures-macro v0.3.32
5402026-08-21T17:19:05.490Z Downloaded ciborium-io v0.2.2
5412026-08-21T17:19:05.490Z Downloaded cfg_aliases v0.2.1
5422026-08-21T17:19:05.490Z Downloaded flagset v0.4.7
5432026-08-21T17:19:05.490Z Downloaded embedded-io v0.4.0
5442026-08-21T17:19:05.517Z Downloaded futures-core v0.3.32
5452026-08-21T17:19:05.517Z Downloaded globwalk v0.9.1
5462026-08-21T17:19:05.526Z Downloaded num_threads v0.1.7
5472026-08-21T17:19:05.526Z Downloaded nibble_vec v0.1.0
5482026-08-21T17:19:05.526Z Downloaded float-cmp v0.10.0
5492026-08-21T17:19:05.526Z Downloaded git-stub v1.0.0
5502026-08-21T17:19:05.526Z Downloaded hubpack_derive v0.1.1
5512026-08-21T17:19:05.526Z Downloaded cipher v0.5.2
5522026-08-21T17:19:05.526Z Downloaded async-trait v0.1.89
5532026-08-21T17:19:05.526Z Downloaded bit-vec v0.8.0
5542026-08-21T17:19:05.526Z Downloaded ff v0.13.1
5552026-08-21T17:19:05.527Z Downloaded flume v0.11.1
5562026-08-21T17:19:05.527Z Downloaded hash32 v0.2.1
5572026-08-21T17:19:05.527Z Downloaded hostname v0.4.2
5582026-08-21T17:19:05.527Z Downloaded bitflags v1.3.2
5592026-08-21T17:19:05.527Z Downloaded bcs v0.1.6
5602026-08-21T17:19:05.527Z Downloaded byte-wrapper v0.1.0
5612026-08-21T17:19:05.527Z Downloaded foreign-types-macros v0.2.3
5622026-08-21T17:19:05.527Z Downloaded fixedbitset v0.4.2
5632026-08-21T17:19:05.527Z Downloaded cassowary v0.3.0
5642026-08-21T17:19:05.527Z Downloaded async-bb8-diesel v0.2.1
5652026-08-21T17:19:05.527Z Downloaded funty v2.0.0
5662026-08-21T17:19:05.542Z Downloaded cipher v0.4.4
5672026-08-21T17:19:05.542Z Downloaded rand_pcg v0.10.2
5682026-08-21T17:19:05.542Z Downloaded embedded-io v0.6.1
5692026-08-21T17:19:05.542Z Downloaded percent-encoding v2.3.2
5702026-08-21T17:19:05.542Z Downloaded home v0.5.12
5712026-08-21T17:19:05.542Z Downloaded ghash v0.6.0
5722026-08-21T17:19:05.542Z Downloaded potential_utf v0.1.4
5732026-08-21T17:19:05.542Z Downloaded http-body v1.0.1
5742026-08-21T17:19:05.542Z Downloaded hubpack v0.1.2
5752026-08-21T17:19:05.545Z Downloaded psl-types v2.0.11
5762026-08-21T17:19:05.545Z Downloaded gethostname v0.5.0
5772026-08-21T17:19:05.545Z Downloaded hash32 v0.3.1
5782026-08-21T17:19:05.545Z Downloaded foreign-types v0.5.0
5792026-08-21T17:19:05.545Z Downloaded float-ord v0.3.2
5802026-08-21T17:19:05.545Z Downloaded http-range v0.1.5
5812026-08-21T17:19:05.549Z Downloaded blowfish v0.10.0
5822026-08-21T17:19:05.549Z Downloaded cexpr v0.6.0
5832026-08-21T17:19:05.549Z Downloaded cmake v0.1.57
5842026-08-21T17:19:05.552Z Downloaded chacha20 v0.9.1
5852026-08-21T17:19:05.552Z Downloaded openssl-macros v0.1.1
5862026-08-21T17:19:05.556Z Downloaded fs_extra v1.3.0
5872026-08-21T17:19:05.556Z Downloaded num-integer v0.1.46
5882026-08-21T17:19:05.556Z Downloaded buf-list v1.1.2
5892026-08-21T17:19:05.559Z Downloaded camino-tempfile-ext v0.3.3
5902026-08-21T17:19:05.559Z Downloaded compression-codecs v0.4.37
5912026-08-21T17:19:05.562Z Downloaded nodrop v0.1.14
5922026-08-21T17:19:05.567Z Downloaded proc-macro-error-attr2 v2.0.0
5932026-08-21T17:19:05.567Z Downloaded proc-macro-crate v3.4.0
5942026-08-21T17:19:05.570Z Downloaded oxide-update-engine v0.1.2
5952026-08-21T17:19:05.570Z Downloaded bzip2 v0.4.4
5962026-08-21T17:19:05.573Z Downloaded foreign-types-shared v0.1.1
5972026-08-21T17:19:05.574Z Downloaded sapling-renderdag v0.1.0
5982026-08-21T17:19:05.574Z Downloaded scheduled-thread-pool v0.2.7
5992026-08-21T17:19:05.574Z Downloaded cancel-safe-futures v0.1.5
6002026-08-21T17:19:05.577Z Downloaded colored v2.2.0
6012026-08-21T17:19:05.577Z Downloaded console v0.16.2
6022026-08-21T17:19:05.578Z Downloaded bs58 v0.5.1
6032026-08-21T17:19:05.583Z Downloaded secrecy v0.8.0
6042026-08-21T17:19:05.583Z Downloaded rtoolbox v0.0.3
6052026-08-21T17:19:05.583Z Downloaded scroll_derive v0.13.1
6062026-08-21T17:19:05.583Z Downloaded serde_repr v0.1.20
6072026-08-21T17:19:05.586Z Downloaded backon v1.6.0
6082026-08-21T17:19:05.586Z Downloaded console v0.15.11
6092026-08-21T17:19:05.586Z Downloaded group v0.14.0
6102026-08-21T17:19:05.589Z Downloaded paste v1.0.15
6112026-08-21T17:19:05.589Z Downloaded clang-sys v1.8.1
6122026-08-21T17:19:05.589Z Downloaded foldhash v0.1.5
6132026-08-21T17:19:05.594Z Downloaded signature v3.0.0
6142026-08-21T17:19:05.594Z Downloaded erased-serde v0.3.31
6152026-08-21T17:19:05.594Z Downloaded http-body-util v0.1.3
6162026-08-21T17:19:05.600Z Downloaded enum_dispatch v0.3.13
6172026-08-21T17:19:05.600Z Downloaded hex-literal v1.1.0
6182026-08-21T17:19:05.600Z Downloaded strip-ansi-escapes v0.2.1
6192026-08-21T17:19:05.600Z Downloaded highway v1.3.0
6202026-08-21T17:19:05.600Z Downloaded parse-display-derive v0.10.0
6212026-08-21T17:19:05.600Z Downloaded peg v0.8.5
6222026-08-21T17:19:05.604Z Downloaded phf v0.12.1
6232026-08-21T17:19:05.604Z Downloaded phf v0.13.1
6242026-08-21T17:19:05.604Z Downloaded polyval v0.7.1
6252026-08-21T17:19:05.604Z Downloaded pem-rfc7468 v1.0.0
6262026-08-21T17:19:05.604Z Downloaded find-msvc-tools v0.1.9
6272026-08-21T17:19:05.604Z Downloaded git-stub-vcs v0.1.0
6282026-08-21T17:19:05.607Z Downloaded glob v0.3.3
6292026-08-21T17:19:05.607Z Downloaded ref-cast-impl v1.0.25
6302026-08-21T17:19:05.608Z Downloaded take_mut v0.2.2
6312026-08-21T17:19:05.608Z Downloaded globset v0.4.18
6322026-08-21T17:19:05.612Z Downloaded env_logger v0.11.11
6332026-08-21T17:19:05.612Z Downloaded try-lock v0.2.5
6342026-08-21T17:19:05.612Z Downloaded strum v0.27.2
6352026-08-21T17:19:05.615Z Downloaded ff v0.14.0
6362026-08-21T17:19:05.619Z Downloaded arrayvec v0.7.6
6372026-08-21T17:19:05.622Z Downloaded blake2 v0.11.0-rc.6
6382026-08-21T17:19:05.622Z Downloaded const-oid v0.9.6
6392026-08-21T17:19:05.622Z Downloaded base64ct v1.8.3
6402026-08-21T17:19:05.622Z Downloaded blake2 v0.10.6
6412026-08-21T17:19:05.626Z Downloaded hmac v0.12.1
6422026-08-21T17:19:05.626Z Downloaded bzip2 v0.6.1
6432026-08-21T17:19:05.626Z Downloaded cbc v0.2.1
6442026-08-21T17:19:05.631Z Downloaded cmov v0.5.4
6452026-08-21T17:19:05.631Z Downloaded futures-channel v0.3.32
6462026-08-21T17:19:05.631Z Downloaded subtle v2.6.1
6472026-08-21T17:19:05.631Z Downloaded testing_table v0.3.0
6482026-08-21T17:19:05.634Z Downloaded rustversion v1.0.22
6492026-08-21T17:19:05.634Z Downloaded thiserror-impl-no-std v2.0.2
6502026-08-21T17:19:05.637Z Downloaded topological-sort v0.2.2
6512026-08-21T17:19:05.637Z Downloaded utf-8 v0.7.6
6522026-08-21T17:19:05.637Z Downloaded fixedbitset v0.5.7
6532026-08-21T17:19:05.637Z Downloaded sec1 v0.8.1
6542026-08-21T17:19:05.641Z Downloaded unarray v0.1.4
6552026-08-21T17:19:05.641Z Downloaded aho-corasick v1.1.4
6562026-08-21T17:19:05.645Z Downloaded xshell-macros v0.2.7
6572026-08-21T17:19:05.645Z Downloaded serde_with_macros v1.5.2
6582026-08-21T17:19:05.645Z Downloaded shlex v1.3.0
6592026-08-21T17:19:05.645Z Downloaded packed_struct v0.10.1
6602026-08-21T17:19:05.648Z Downloaded rustls-pemfile v2.2.0
6612026-08-21T17:19:05.651Z Downloaded usdt v0.6.0
6622026-08-21T17:19:05.651Z Downloaded slog-stdlog v4.1.1
6632026-08-21T17:19:05.651Z Downloaded smf v0.2.3
6642026-08-21T17:19:05.651Z Downloaded snafu-derive v0.8.9
6652026-08-21T17:19:05.655Z Downloaded zeroize_derive v1.5.0
6662026-08-21T17:19:05.655Z Downloaded crc-catalog v2.4.0
6672026-08-21T17:19:05.655Z Downloaded curve25519-dalek-derive v0.1.1
6682026-08-21T17:19:05.658Z Downloaded ar_archive_writer v0.5.1
6692026-08-21T17:19:05.667Z Downloaded postgres-types v0.2.12
6702026-08-21T17:19:05.670Z Downloaded quinn-udp v0.5.14
6712026-08-21T17:19:05.670Z Downloaded filetime v0.2.27
6722026-08-21T17:19:05.670Z Downloaded tokio-dtrace v0.1.1
6732026-08-21T17:19:05.670Z Downloaded tls_codec v0.4.2
6742026-08-21T17:19:05.670Z Downloaded darling_macro v0.20.11
6752026-08-21T17:19:05.670Z Downloaded dirs-sys-next v0.1.2
6762026-08-21T17:19:05.670Z Downloaded display-error-chain v0.2.2
6772026-08-21T17:19:05.671Z Downloaded dtrace-parser v0.3.0
6782026-08-21T17:19:05.678Z Downloaded primeorder v0.13.6
6792026-08-21T17:19:05.678Z Downloaded hmac v0.13.0
6802026-08-21T17:19:05.684Z Downloaded httparse v1.10.1
6812026-08-21T17:19:05.684Z Downloaded keccak v0.1.6
6822026-08-21T17:19:05.684Z Downloaded chacha20 v0.10.0
6832026-08-21T17:19:05.684Z Downloaded group v0.13.0
6842026-08-21T17:19:05.684Z Downloaded spki v0.7.3
6852026-08-21T17:19:05.684Z Downloaded ssh-encoding v0.3.0
6862026-08-21T17:19:05.687Z Downloaded zone_cfg_derive v0.3.1
6872026-08-21T17:19:05.687Z Downloaded crunchy v0.2.4
6882026-08-21T17:19:05.687Z Downloaded cstr-argument v0.1.2
6892026-08-21T17:19:05.688Z Downloaded defmt-parser v1.0.0
6902026-08-21T17:19:05.688Z Downloaded colored v3.1.1
6912026-08-21T17:19:05.688Z Downloaded num-traits v0.2.19
6922026-08-21T17:19:05.688Z Downloaded omicron-zone-package v0.12.3
6932026-08-21T17:19:05.691Z Downloaded illumos-nvpair v0.3.0
6942026-08-21T17:19:05.691Z Downloaded illumos-nvpair-sys v0.2.0
6952026-08-21T17:19:05.691Z Downloaded instability v0.3.11
6962026-08-21T17:19:05.691Z Downloaded serde_cbor v0.11.2
6972026-08-21T17:19:05.691Z Downloaded libscf-sys v1.2.0
6982026-08-21T17:19:05.694Z Downloaded const-oid v0.10.2
6992026-08-21T17:19:05.694Z Downloaded vergen-gitcl v1.0.8
7002026-08-21T17:19:05.694Z Downloaded wyz v0.5.1
7012026-08-21T17:19:05.698Z Downloaded base64 v0.22.1
7022026-08-21T17:19:05.698Z Downloaded synstructure v0.13.2
7032026-08-21T17:19:05.701Z Downloaded match_cfg v0.1.0
7042026-08-21T17:19:05.704Z Downloaded debug-ignore v1.0.5
7052026-08-21T17:19:05.707Z Downloaded new_debug_unreachable v1.0.6
7062026-08-21T17:19:05.708Z Downloaded num v0.4.3
7072026-08-21T17:19:05.708Z Downloaded parking_lot v0.11.2
7082026-08-21T17:19:05.708Z Downloaded tiny-keccak v2.0.2
7092026-08-21T17:19:05.713Z Downloaded futures-util v0.3.32
7102026-08-21T17:19:05.716Z Downloaded crossbeam-deque v0.8.6
7112026-08-21T17:19:05.716Z Downloaded openssl-probe v0.1.6
7122026-08-21T17:19:05.716Z Downloaded olpc-cjson v0.1.4
7132026-08-21T17:19:05.720Z Downloaded password-hash v0.6.1
7142026-08-21T17:19:05.720Z Downloaded path-slash v0.1.5
7152026-08-21T17:19:05.724Z Downloaded deranged v0.5.8
7162026-08-21T17:19:05.727Z Downloaded der_derive v0.7.3
7172026-08-21T17:19:05.727Z Downloaded resolv-conf v0.7.6
7182026-08-21T17:19:05.727Z Downloaded want v0.3.1
7192026-08-21T17:19:05.728Z Downloaded term v0.7.0
7202026-08-21T17:19:05.731Z Downloaded tokio-stream v0.1.18
7212026-08-21T17:19:05.731Z Downloaded tracing-attributes v0.1.31
7222026-08-21T17:19:05.735Z Downloaded tui-tree-widget v0.23.1
7232026-08-21T17:19:05.735Z Downloaded displaydoc v0.2.5
7242026-08-21T17:19:05.741Z Downloaded vergen-lib v0.1.6
7252026-08-21T17:19:05.741Z Downloaded powerfmt v0.2.0
7262026-08-21T17:19:05.741Z Downloaded chumsky v0.9.3
7272026-08-21T17:19:05.741Z Downloaded num-iter v0.1.45
7282026-08-21T17:19:05.744Z Downloaded nonempty v0.12.0
7292026-08-21T17:19:05.744Z Downloaded fatfs v0.3.6
7302026-08-21T17:19:05.749Z Downloaded xshell v0.2.7
7312026-08-21T17:19:05.753Z Downloaded half v1.8.3
7322026-08-21T17:19:05.753Z Downloaded rfc6979 v0.6.0
7332026-08-21T17:19:05.756Z Downloaded rustc-hash v2.1.1
7342026-08-21T17:19:05.756Z Downloaded compact_str v0.8.1
7352026-08-21T17:19:05.756Z Downloaded generic-array v1.4.3
7362026-08-21T17:19:05.760Z Downloaded cc v1.2.56
7372026-08-21T17:19:05.763Z Downloaded bytes v1.11.1
7382026-08-21T17:19:05.763Z Downloaded pkcs5 v0.8.1
7392026-08-21T17:19:05.766Z Downloaded phf_shared v0.12.1
7402026-08-21T17:19:05.766Z Downloaded libefi-sys v0.1.0
7412026-08-21T17:19:05.769Z Downloaded libloading v0.8.9
7422026-08-21T17:19:05.769Z Downloaded secrecy v0.10.3
7432026-08-21T17:19:05.769Z Downloaded precomputed-hash v0.1.1
7442026-08-21T17:19:05.769Z Downloaded radium v0.7.0
7452026-08-21T17:19:05.772Z Downloaded multer v3.1.0
7462026-08-21T17:19:05.772Z Downloaded getrandom v0.4.3
7472026-08-21T17:19:05.776Z Downloaded oso v0.27.3
7482026-08-21T17:19:05.780Z Downloaded p256 v0.14.0
7492026-08-21T17:19:05.780Z Downloaded corncobs v0.1.4
7502026-08-21T17:19:05.780Z Downloaded openssl-probe v0.2.1
7512026-08-21T17:19:05.780Z Downloaded oxnet v0.1.6
7522026-08-21T17:19:05.783Z Downloaded heapless v0.7.17
7532026-08-21T17:19:05.783Z Downloaded signature v2.2.0
7542026-08-21T17:19:05.787Z Downloaded sigpipe v0.1.3
7552026-08-21T17:19:05.787Z Downloaded sqlparser_derive v0.5.0
7562026-08-21T17:19:05.787Z Downloaded darling v0.20.11
7572026-08-21T17:19:05.790Z Downloaded progenitor-impl v0.14.0
7582026-08-21T17:19:05.790Z Downloaded pbkdf2 v0.13.0
7592026-08-21T17:19:05.794Z Downloaded ref-cast v1.0.25
7602026-08-21T17:19:05.795Z Downloaded either v1.15.0
7612026-08-21T17:19:05.795Z Downloaded toml_writer v1.1.1+spec-1.1.0
7622026-08-21T17:19:05.801Z Downloaded port-file v0.1.0
7632026-08-21T17:19:05.801Z Downloaded ipnet v2.12.0
7642026-08-21T17:19:05.801Z Downloaded tokio-test v0.4.5
7652026-08-21T17:19:05.801Z Downloaded typify-macro v0.6.2
7662026-08-21T17:19:05.801Z Downloaded universal-hash v0.5.1
7672026-08-21T17:19:05.804Z Downloaded stable_deref_trait v1.2.1
7682026-08-21T17:19:05.805Z Downloaded backtrace v0.3.76
7692026-08-21T17:19:05.805Z Downloaded progenitor-extras v0.2.0
7702026-08-21T17:19:05.805Z Downloaded tabwriter v1.4.1
7712026-08-21T17:19:05.808Z Downloaded rand_core v0.6.4
7722026-08-21T17:19:05.808Z Downloaded sync_wrapper v1.0.2
7732026-08-21T17:19:05.808Z Downloaded bumpalo v3.20.2
7742026-08-21T17:19:05.808Z Downloaded unsafe-libyaml v0.2.11
7752026-08-21T17:19:05.812Z Downloaded chacha20poly1305 v0.10.1
7762026-08-21T17:19:05.812Z Downloaded prefix-trie v0.7.0
7772026-08-21T17:19:05.818Z Downloaded rand_chacha v0.9.0
7782026-08-21T17:19:05.818Z Downloaded utf8_iter v1.0.4
7792026-08-21T17:19:05.818Z Downloaded zerofrom-derive v0.1.6
7802026-08-21T17:19:05.818Z Downloaded unicode-properties v0.1.4
7812026-08-21T17:19:05.821Z Downloaded rcgen v0.12.1
7822026-08-21T17:19:05.821Z Downloaded ipnetwork v0.21.1
7832026-08-21T17:19:05.821Z Downloaded convert_case v0.4.0
7842026-08-21T17:19:05.821Z Downloaded async-compression v0.4.41
7852026-08-21T17:19:05.825Z Downloaded base64 v0.21.7
7862026-08-21T17:19:05.828Z Downloaded rusty-fork v0.3.1
7872026-08-21T17:19:05.831Z Downloaded aes-gcm v0.11.0
7882026-08-21T17:19:05.831Z Downloaded miette-derive v7.6.0
7892026-08-21T17:19:05.831Z Downloaded num_enum_derive v0.5.11
7902026-08-21T17:19:05.831Z Downloaded structmeta v0.3.0
7912026-08-21T17:19:05.835Z Downloaded scroll v0.13.0
7922026-08-21T17:19:05.835Z Downloaded serde_path_to_error v0.1.20
7932026-08-21T17:19:05.838Z Downloaded signal-hook v0.3.18
7942026-08-21T17:19:05.843Z Downloaded crc-any v2.5.0
7952026-08-21T17:19:05.847Z Downloaded derive_builder_macro v0.20.2
7962026-08-21T17:19:05.850Z Downloaded slog-term v2.9.2
7972026-08-21T17:19:05.850Z Downloaded thread_local v1.1.9
7982026-08-21T17:19:05.850Z Downloaded pin-project-lite v0.2.17
7992026-08-21T17:19:05.854Z Downloaded ppv-lite86 v0.2.21
8002026-08-21T17:19:05.854Z Downloaded yoke-derive v0.8.1
8012026-08-21T17:19:05.854Z Downloaded rand v0.8.6
8022026-08-21T17:19:05.860Z Downloaded tokio-tungstenite v0.21.0
8032026-08-21T17:19:05.860Z Downloaded predicates v3.1.4
8042026-08-21T17:19:05.864Z Downloaded flate2 v1.1.9
8052026-08-21T17:19:05.864Z Downloaded unicase v2.9.0
8062026-08-21T17:19:05.864Z Downloaded tokio-tungstenite v0.23.1
8072026-08-21T17:19:05.864Z Downloaded subprocess v0.2.15
8082026-08-21T17:19:05.867Z Downloaded des v0.9.0
8092026-08-21T17:19:05.867Z Downloaded crucible-workspace-hack v0.1.0
8102026-08-21T17:19:05.871Z Downloaded difflib v0.4.0
8112026-08-21T17:19:05.871Z Downloaded dof v0.4.0
8122026-08-21T17:19:05.871Z Downloaded toml v0.7.8
8132026-08-21T17:19:05.874Z Downloaded rustls-webpki v0.103.13
8142026-08-21T17:19:05.874Z Downloaded serde-hex v0.1.0
8152026-08-21T17:19:05.877Z Downloaded slog-async v2.8.0
8162026-08-21T17:19:05.878Z Downloaded wait-timeout v0.2.1
8172026-08-21T17:19:05.878Z Downloaded constant_time_eq v0.4.2
8182026-08-21T17:19:05.886Z Downloaded memoffset v0.9.1
8192026-08-21T17:19:05.889Z Downloaded inout v0.2.2
8202026-08-21T17:19:05.895Z Downloaded lazy_static v1.5.0
8212026-08-21T17:19:05.895Z Downloaded num-conv v0.2.0
8222026-08-21T17:19:05.895Z Downloaded lru-cache v0.1.2
8232026-08-21T17:19:05.895Z Downloaded managed v0.8.0
8242026-08-21T17:19:05.895Z Downloaded zerovec-derive v0.11.2
8252026-08-21T17:19:05.899Z Downloaded smallvec v0.6.14
8262026-08-21T17:19:05.899Z Downloaded strum_macros v0.27.2
8272026-08-21T17:19:05.899Z Downloaded headers v0.4.1
8282026-08-21T17:19:05.899Z Downloaded ingot-macros v0.2.0
8292026-08-21T17:19:05.902Z Downloaded serde_with_macros v3.21.0
8302026-08-21T17:19:05.902Z Downloaded sha1 v0.11.0
8312026-08-21T17:19:05.902Z Downloaded slog v2.8.2
8322026-08-21T17:19:05.905Z Downloaded defmt-macros v1.0.1
8332026-08-21T17:19:05.905Z Downloaded darling v0.13.4
8342026-08-21T17:19:05.910Z Downloaded packed_struct_codegen v0.10.1
8352026-08-21T17:19:05.910Z Downloaded phf_shared v0.11.3
8362026-08-21T17:19:05.910Z Downloaded memmap2 v0.9.10
8372026-08-21T17:19:05.910Z Downloaded strsim v0.10.0
8382026-08-21T17:19:05.910Z Downloaded sha2 v0.11.0
8392026-08-21T17:19:05.913Z Downloaded phf_shared v0.13.1
8402026-08-21T17:19:05.913Z Downloaded rand_chacha v0.3.1
8412026-08-21T17:19:05.913Z Downloaded same-file v1.0.6
8422026-08-21T17:19:05.916Z Downloaded tinystr v0.8.2
8432026-08-21T17:19:05.916Z Downloaded darling_core v0.20.11
8442026-08-21T17:19:05.919Z Downloaded hickory-resolver v0.24.4
8452026-08-21T17:19:05.923Z Downloaded icu_locale_core v2.1.1
8462026-08-21T17:19:05.926Z Downloaded icu_normalizer v2.1.1
8472026-08-21T17:19:05.927Z Downloaded tokio-rustls v0.26.4
8482026-08-21T17:19:05.930Z Downloaded indent_write v2.2.0
8492026-08-21T17:19:05.930Z Downloaded serde_urlencoded v0.7.1
8502026-08-21T17:19:05.930Z Downloaded shell-words v1.1.1
8512026-08-21T17:19:05.930Z Downloaded slog-envlogger v2.2.0
8522026-08-21T17:19:05.930Z Downloaded vergen-git2 v9.1.0
8532026-08-21T17:19:05.930Z Downloaded quick-error v1.2.3
8542026-08-21T17:19:05.933Z Downloaded scopeguard v1.2.0
8552026-08-21T17:19:05.933Z Downloaded indoc v2.0.7
8562026-08-21T17:19:05.936Z Downloaded pkcs8 v0.11.0
8572026-08-21T17:19:05.936Z Downloaded psm v0.1.30
8582026-08-21T17:19:05.940Z Downloaded expectorate v1.2.0
8592026-08-21T17:19:05.940Z Downloaded unicode_categories v0.1.1
8602026-08-21T17:19:05.943Z Downloaded russh-util v0.52.0
8612026-08-21T17:19:05.945Z Downloaded module-lattice v0.2.3
8622026-08-21T17:19:05.946Z Downloaded num-complex v0.4.6
8632026-08-21T17:19:05.948Z Downloaded tap v1.0.1
8642026-08-21T17:19:05.949Z Downloaded semver v0.1.20
8652026-08-21T17:19:05.949Z Downloaded serde_bytes v0.11.19
8662026-08-21T17:19:05.949Z Downloaded termtree v0.5.1
8672026-08-21T17:19:05.949Z Downloaded derive-ex v0.1.8
8682026-08-21T17:19:05.952Z Downloaded ecdsa v0.17.0
8692026-08-21T17:19:05.952Z Downloaded owo-colors v4.3.0
8702026-08-21T17:19:05.952Z Downloaded crc32fast v1.5.0
8712026-08-21T17:19:05.956Z Downloaded dunce v1.0.5
8722026-08-21T17:19:05.956Z Downloaded nom v7.1.3
8732026-08-21T17:19:05.959Z Downloaded ed25519 v3.0.0
8742026-08-21T17:19:05.959Z Downloaded crossbeam-epoch v0.9.18
8752026-08-21T17:19:05.959Z Downloaded darling v0.21.3
8762026-08-21T17:19:05.962Z Downloaded darling v0.23.0
8772026-08-21T17:19:05.965Z Downloaded sponge-cursor v0.1.0
8782026-08-21T17:19:05.965Z Downloaded supports-hyperlinks v3.2.0
8792026-08-21T17:19:05.965Z Downloaded aes v0.9.1
8802026-08-21T17:19:05.969Z Downloaded poly1305 v0.8.0
8812026-08-21T17:19:05.969Z Downloaded steno v0.4.1
8822026-08-21T17:19:05.972Z Downloaded proc-macro-error2 v2.0.1
8832026-08-21T17:19:05.976Z Downloaded rand_core v0.9.5
8842026-08-21T17:19:05.976Z Downloaded usdt-attr-macro v0.6.0
8852026-08-21T17:19:05.980Z Downloaded hyper-rustls v0.27.7
8862026-08-21T17:19:05.984Z Downloaded tinyvec v1.10.0
8872026-08-21T17:19:05.987Z Downloaded unit-prefix v0.5.2
8882026-08-21T17:19:05.991Z Downloaded string_cache v0.8.9
8892026-08-21T17:19:05.991Z Downloaded is-terminal v0.4.17
8902026-08-21T17:19:05.991Z Downloaded instant v0.1.13
8912026-08-21T17:19:05.995Z Downloaded cpubits v0.1.1
8922026-08-21T17:19:05.995Z Downloaded cpufeatures v0.3.0
8932026-08-21T17:19:05.995Z Downloaded lru-slab v0.1.2
8942026-08-21T17:19:05.998Z Downloaded rsa v0.10.0-rc.18
8952026-08-21T17:19:06.003Z Downloaded litemap v0.8.1
8962026-08-21T17:19:06.003Z Downloaded strum_macros v0.24.3
8972026-08-21T17:19:06.003Z Downloaded vte v0.14.1
8982026-08-21T17:19:06.007Z Downloaded twox-hash v2.1.2
8992026-08-21T17:19:06.007Z Downloaded zip v0.6.6
9002026-08-21T17:19:06.007Z Downloaded peg-macros v0.8.5
9012026-08-21T17:19:06.010Z Downloaded newtype_derive v0.1.6
9022026-08-21T17:19:06.010Z Downloaded zopfli v0.8.3
9032026-08-21T17:19:06.010Z Downloaded const_format v0.2.35
9042026-08-21T17:19:06.013Z Downloaded rand_core v0.10.0
9052026-08-21T17:19:06.017Z Downloaded darling_macro v0.13.4
9062026-08-21T17:19:06.017Z Downloaded dropshot-api-manager-types v0.8.0
9072026-08-21T17:19:06.020Z Downloaded hickory-server v0.25.2
9082026-08-21T17:19:06.023Z Downloaded opaque-debug v0.3.1
9092026-08-21T17:19:06.027Z Downloaded parse-size v1.1.0
9102026-08-21T17:19:06.027Z Downloaded rand v0.9.2
9112026-08-21T17:19:06.027Z Downloaded hashbrown v0.13.2
9122026-08-21T17:19:06.030Z Downloaded num-bigint-dig v0.8.6
9132026-08-21T17:19:06.030Z Downloaded postgres-protocol v0.6.10
9142026-08-21T17:19:06.034Z Downloaded indoc v1.0.9
9152026-08-21T17:19:06.034Z Downloaded hyper-tls v0.6.0
9162026-08-21T17:19:06.034Z Downloaded md-5 v0.10.6
9172026-08-21T17:19:06.037Z Downloaded csv-core v0.1.13
9182026-08-21T17:19:06.040Z Downloaded smallvec v1.15.1
9192026-08-21T17:19:06.040Z Downloaded siphasher v1.0.2
9202026-08-21T17:19:06.044Z Downloaded const_format_proc_macros v0.2.34
9212026-08-21T17:19:06.047Z Downloaded icu_properties v2.1.2
9222026-08-21T17:19:06.048Z Downloaded tracing-core v0.1.36
9232026-08-21T17:19:06.051Z Downloaded hashbrown v0.12.3
9242026-08-21T17:19:06.054Z Downloaded dirs-next v2.0.0
9252026-08-21T17:19:06.054Z Downloaded rustc_version v0.4.1
9262026-08-21T17:19:06.054Z Downloaded structmeta-derive v0.3.0
9272026-08-21T17:19:06.057Z Downloaded thread-id v5.1.0
9282026-08-21T17:19:06.068Z Downloaded tower-service v0.3.3
9292026-08-21T17:19:06.068Z Downloaded p384 v0.14.0
9302026-08-21T17:19:06.071Z Downloaded knus-derive v3.4.0
9312026-08-21T17:19:06.071Z Downloaded pem-rfc7468 v0.7.0
9322026-08-21T17:19:06.071Z Downloaded vsss-rs v3.3.4
9332026-08-21T17:19:06.076Z Downloaded jobserver v0.1.34
9342026-08-21T17:19:06.076Z Downloaded recursive-proc-macro-impl v0.1.1
9352026-08-21T17:19:06.076Z Downloaded untrusted v0.9.0
9362026-08-21T17:19:06.080Z Downloaded mime_guess v2.0.5
9372026-08-21T17:19:06.082Z Downloaded schemars v0.9.0
9382026-08-21T17:19:06.088Z Downloaded seq-macro v0.3.6
9392026-08-21T17:19:06.091Z Downloaded signal-hook-tokio v0.3.1
9402026-08-21T17:19:06.091Z Downloaded supports-color v3.0.2
9412026-08-21T17:19:06.091Z Downloaded tokio-macros v2.7.0
9422026-08-21T17:19:06.091Z Downloaded whoami v2.1.0
9432026-08-21T17:19:06.095Z Downloaded nanorand v0.7.0
9442026-08-21T17:19:06.095Z Downloaded http v1.4.2
9452026-08-21T17:19:06.098Z Downloaded parking_lot_core v0.9.12
9462026-08-21T17:19:06.098Z Downloaded pkcs8 v0.10.2
9472026-08-21T17:19:06.098Z Downloaded derive_more v2.1.1
9482026-08-21T17:19:06.103Z Downloaded progenitor-impl v0.13.0
9492026-08-21T17:19:06.106Z Downloaded rayon-core v1.13.0
9502026-08-21T17:19:06.107Z Downloaded ryu v1.0.23
9512026-08-21T17:19:06.110Z Downloaded derive_builder_core v0.20.2
9522026-08-21T17:19:06.110Z Downloaded humantime v2.3.0
9532026-08-21T17:19:06.110Z Downloaded elliptic-curve v0.13.8
9542026-08-21T17:19:06.117Z Downloaded darling_macro v0.23.0
9552026-08-21T17:19:06.117Z Downloaded digest-io v0.1.0
9562026-08-21T17:19:06.117Z Downloaded crc v3.4.0
9572026-08-21T17:19:06.121Z Downloaded libsw v3.5.0
9582026-08-21T17:19:06.121Z Downloaded libsw-core v0.3.2
9592026-08-21T17:19:06.124Z Downloaded is_ci v1.2.0
9602026-08-21T17:19:06.124Z Downloaded rustls-native-certs v0.8.3
9612026-08-21T17:19:06.128Z Downloaded serdect v0.4.3
9622026-08-21T17:19:06.128Z Downloaded lzss v0.8.2
9632026-08-21T17:19:06.128Z Downloaded lalrpop-util v0.19.12
9642026-08-21T17:19:06.128Z Downloaded mime v0.3.17
9652026-08-21T17:19:06.131Z Downloaded md5 v0.8.0
9662026-08-21T17:19:06.137Z Downloaded r2d2 v0.8.10
9672026-08-21T17:19:06.140Z Downloaded toml_parser v1.1.2+spec-1.1.0
9682026-08-21T17:19:06.144Z Downloaded thiserror-no-std v2.0.2
9692026-08-21T17:19:06.150Z Downloaded progenitor-client v0.14.0
9702026-08-21T17:19:06.153Z Downloaded zerocopy v0.6.6
9712026-08-21T17:19:06.156Z Downloaded zerocopy-derive v0.8.55
9722026-08-21T17:19:06.159Z Downloaded primefield v0.14.0
9732026-08-21T17:19:06.159Z Downloaded progenitor-client v0.13.0
9742026-08-21T17:19:06.160Z Downloaded test-strategy v0.4.5
9752026-08-21T17:19:06.163Z Downloaded sec1 v0.7.3
9762026-08-21T17:19:06.163Z Downloaded slab v0.4.12
9772026-08-21T17:19:06.163Z Downloaded yansi v1.0.1
9782026-08-21T17:19:06.166Z Downloaded rand_xorshift v0.4.0
9792026-08-21T17:19:06.166Z Downloaded recursive v0.1.1
9802026-08-21T17:19:06.170Z Downloaded rustc_version v0.1.7
9812026-08-21T17:19:06.170Z Downloaded serde_plain v1.0.2
9822026-08-21T17:19:06.170Z Downloaded sha1 v0.10.6
9832026-08-21T17:19:06.170Z Downloaded progenitor v0.13.0
9842026-08-21T17:19:06.174Z Downloaded uuid v1.23.4
9852026-08-21T17:19:06.174Z Downloaded derive_more-impl v2.1.1
9862026-08-21T17:19:06.177Z Downloaded hashbrown v0.16.1
9872026-08-21T17:19:06.182Z Downloaded vergen-lib v9.1.0
9882026-08-21T17:19:06.186Z Downloaded digest v0.11.3
9892026-08-21T17:19:06.186Z Downloaded tinyvec_macros v0.1.1
9902026-08-21T17:19:06.186Z Downloaded unicode-truncate v1.1.0
9912026-08-21T17:19:06.189Z Downloaded ed25519-dalek v3.0.0
9922026-08-21T17:19:06.192Z Downloaded writeable v0.6.2
9932026-08-21T17:19:06.192Z Downloaded delegate v0.13.5
9942026-08-21T17:19:06.192Z Downloaded zstd-safe v7.2.4
9952026-08-21T17:19:06.197Z Downloaded icu_provider v2.1.1
9962026-08-21T17:19:06.200Z Downloaded ctr v0.10.1
9972026-08-21T17:19:06.200Z Downloaded zerofrom v0.1.6
9982026-08-21T17:19:06.200Z Downloaded ecdsa v0.16.9
9992026-08-21T17:19:06.201Z Downloaded keccak v0.2.0
10002026-08-21T17:19:06.207Z Downloaded darling_macro v0.21.3
10012026-08-21T17:19:06.207Z Downloaded impl-trait-for-tuples v0.2.3
10022026-08-21T17:19:06.207Z Downloaded parking_lot_core v0.8.6
10032026-08-21T17:19:06.207Z Downloaded pem v3.0.6
10042026-08-21T17:19:06.210Z Downloaded usdt-macro v0.6.0
10052026-08-21T17:19:06.211Z Downloaded crc8 v0.1.1
10062026-08-21T17:19:06.211Z Downloaded zone v0.3.1
10072026-08-21T17:19:06.211Z Downloaded dyn-clone v1.0.20
10082026-08-21T17:19:06.211Z Downloaded mio v1.2.0
10092026-08-21T17:19:06.217Z Downloaded url v2.5.8
10102026-08-21T17:19:06.220Z Downloaded inout v0.1.4
10112026-08-21T17:19:06.221Z Downloaded toml v1.1.2+spec-1.1.0
10122026-08-21T17:19:06.224Z Downloaded rustyline v14.0.0
10132026-08-21T17:19:06.227Z Downloaded postcard v1.1.3
10142026-08-21T17:19:06.230Z Downloaded vergen v9.1.0
10152026-08-21T17:19:06.233Z Downloaded scrypt v0.12.0
10162026-08-21T17:19:06.237Z Downloaded newtype-uuid-macros v0.1.0
10172026-08-21T17:19:06.237Z Downloaded hashbrown v0.14.5
10182026-08-21T17:19:06.246Z Downloaded crossbeam-utils v0.8.21
10192026-08-21T17:19:06.249Z Downloaded oso-derive v0.27.3
10202026-08-21T17:19:06.249Z Downloaded support-bundle-viewer v0.1.2
10212026-08-21T17:19:06.254Z Downloaded toml_datetime v1.1.1+spec-1.1.0
10222026-08-21T17:19:06.254Z Downloaded parse-display v0.10.0
10232026-08-21T17:19:06.259Z Downloaded spin v0.9.8
10242026-08-21T17:19:06.263Z Downloaded spki v0.8.0
10252026-08-21T17:19:06.263Z Downloaded stacker v0.1.23
10262026-08-21T17:19:06.263Z Downloaded progenitor-macro v0.14.0
10272026-08-21T17:19:06.266Z Downloaded maybe-uninit v2.0.0
10282026-08-21T17:19:06.266Z Downloaded supports-unicode v3.0.0
10292026-08-21T17:19:06.266Z Downloaded waitgroup v0.1.2
10302026-08-21T17:19:06.270Z Downloaded snafu v0.8.9
10312026-08-21T17:19:06.273Z Downloaded whoami v1.6.1
10322026-08-21T17:19:06.277Z Downloaded ed25519 v2.2.3
10332026-08-21T17:19:06.281Z Downloaded minimal-lexical v0.2.1
10342026-08-21T17:19:06.284Z Downloaded typify v0.6.2
10352026-08-21T17:19:06.284Z Downloaded oxide-update-engine-display v0.1.2
10362026-08-21T17:19:06.287Z Downloaded slog-bunyan v2.5.0
10372026-08-21T17:19:06.288Z Downloaded universal-hash v0.6.1
10382026-08-21T17:19:06.291Z Downloaded usdt-impl v0.6.0
10392026-08-21T17:19:06.291Z Downloaded daft v0.1.7
10402026-08-21T17:19:06.294Z Downloaded diesel_derives v2.3.7
10412026-08-21T17:19:06.299Z Downloaded prettyplease v0.2.37
10422026-08-21T17:19:06.304Z Downloaded papergrid v0.18.0
10432026-08-21T17:19:06.307Z Downloaded slog-scope v4.4.1
10442026-08-21T17:19:06.307Z Downloaded phc v0.6.1
10452026-08-21T17:19:06.307Z Downloaded crypto-common v0.2.2
10462026-08-21T17:19:06.307Z Downloaded internet-checksum v0.2.1
10472026-08-21T17:19:06.346Z Downloaded dsl_auto_type v0.2.0
10482026-08-21T17:19:06.346Z Downloaded xattr v1.6.1
10492026-08-21T17:19:06.346Z Downloaded der v0.7.10
10502026-08-21T17:19:06.346Z Downloaded newtype-uuid v1.3.2
10512026-08-21T17:19:06.346Z Downloaded rawzip v0.4.4
10522026-08-21T17:19:06.346Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10532026-08-21T17:19:06.346Z Downloaded hashbrown v0.15.5
10542026-08-21T17:19:06.346Z Downloaded darling_core v0.23.0
10552026-08-21T17:19:06.346Z Downloaded derive_more v0.99.20
10562026-08-21T17:19:06.346Z Downloaded crypto-bigint v0.5.5
10572026-08-21T17:19:06.346Z Downloaded linear-map v1.2.0
10582026-08-21T17:19:06.346Z Downloaded num_enum_derive v0.7.6
10592026-08-21T17:19:06.350Z Downloaded rand_seeder v0.4.0
10602026-08-21T17:19:06.350Z Downloaded strum_macros v0.26.4
10612026-08-21T17:19:06.350Z Downloaded pkg-config v0.3.32
10622026-08-21T17:19:06.350Z Downloaded maplit v1.0.2
10632026-08-21T17:19:06.350Z Downloaded term v1.2.1
10642026-08-21T17:19:06.350Z Downloaded lru v0.12.5
10652026-08-21T17:19:06.350Z Downloaded tower-layer v0.3.3
10662026-08-21T17:19:06.350Z Downloaded tokio-native-tls v0.3.1
10672026-08-21T17:19:06.350Z Downloaded indexmap v1.9.3
10682026-08-21T17:19:06.350Z Downloaded num-bigint v0.4.6
10692026-08-21T17:19:06.353Z Downloaded poly1305 v0.9.0
10702026-08-21T17:19:06.354Z Downloaded wnaf v0.14.0
10712026-08-21T17:19:06.366Z Downloaded libbz2-rs-sys v0.2.2
10722026-08-21T17:19:06.369Z Downloaded libm v0.2.16
10732026-08-21T17:19:06.372Z Downloaded idna_adapter v1.2.1
10742026-08-21T17:19:06.373Z Downloaded simd-adler32 v0.3.8
10752026-08-21T17:19:06.373Z Downloaded downcast-rs v2.0.2
10762026-08-21T17:19:06.376Z Downloaded normalize-line-endings v0.3.0
10772026-08-21T17:19:06.379Z Downloaded reqwest v0.13.2
10782026-08-21T17:19:06.388Z Downloaded serde_spanned v1.1.1
10792026-08-21T17:19:06.391Z Downloaded unicode-xid v0.2.6
10802026-08-21T17:19:06.391Z Downloaded samael v0.0.19
10812026-08-21T17:19:06.396Z Downloaded cookie_store v0.22.1
10822026-08-21T17:19:06.399Z Downloaded iana-time-zone v0.1.65
10832026-08-21T17:19:06.402Z Downloaded hkdf v0.13.0
10842026-08-21T17:19:06.402Z Downloaded slog-json v2.6.1
10852026-08-21T17:19:06.402Z Downloaded sync-ptr v0.1.4
10862026-08-21T17:19:06.402Z Downloaded defmt v1.0.1
10872026-08-21T17:19:06.406Z Downloaded ident_case v1.0.1
10882026-08-21T17:19:06.406Z Downloaded jiff-static v0.2.34
10892026-08-21T17:19:06.410Z Downloaded tar v0.4.46
10902026-08-21T17:19:06.415Z Downloaded ignore v0.4.25
10912026-08-21T17:19:06.419Z Downloaded blake3 v1.8.5
10922026-08-21T17:19:06.423Z Downloaded ron v0.8.1
10932026-08-21T17:19:06.426Z Downloaded similar v2.7.0
10942026-08-21T17:19:06.426Z Downloaded uzers v0.12.2
10952026-08-21T17:19:06.429Z Downloaded pin-project-internal v1.1.11
10962026-08-21T17:19:06.429Z Downloaded primeorder v0.14.0
10972026-08-21T17:19:06.429Z Downloaded num-derive v0.4.2
10982026-08-21T17:19:06.432Z Downloaded peg-runtime v0.8.5
10992026-08-21T17:19:06.432Z Downloaded time-macros v0.2.27
11002026-08-21T17:19:06.432Z Downloaded time-core v0.1.8
11012026-08-21T17:19:06.432Z Downloaded typed-path v0.9.3
11022026-08-21T17:19:06.437Z Downloaded num_enum v0.5.11
11032026-08-21T17:19:06.440Z Downloaded predicates-core v1.0.10
11042026-08-21T17:19:06.440Z Downloaded sqlformat v0.3.5
11052026-08-21T17:19:06.443Z Downloaded tokio-util v0.7.18
11062026-08-21T17:19:06.446Z Downloaded icu_normalizer_data v2.1.1
11072026-08-21T17:19:06.449Z Downloaded pin-project v1.1.11
11082026-08-21T17:19:06.452Z Downloaded rfc6979 v0.4.0
11092026-08-21T17:19:06.455Z Downloaded salsa20 v0.11.0
11102026-08-21T17:19:06.456Z Downloaded ssh-cipher v0.3.0
11112026-08-21T17:19:06.456Z Downloaded publicsuffix v2.3.0
11122026-08-21T17:19:06.459Z Downloaded strum v0.26.3
11132026-08-21T17:19:06.459Z Downloaded lock_api v0.4.14
11142026-08-21T17:19:06.459Z Downloaded rpassword v7.5.4
11152026-08-21T17:19:06.459Z Downloaded schemars_derive v0.8.22
11162026-08-21T17:19:06.468Z Downloaded proptest v1.11.0
11172026-08-21T17:19:06.514Z Downloaded itertools v0.12.1
11182026-08-21T17:19:06.514Z Downloaded zstd v0.13.3
11192026-08-21T17:19:06.514Z Downloaded ctutils v0.4.2
11202026-08-21T17:19:06.514Z Downloaded russh-cryptovec v0.62.0
11212026-08-21T17:19:06.514Z Downloaded derive-where v1.6.0
11222026-08-21T17:19:06.514Z Downloaded drift v0.2.0
11232026-08-21T17:19:06.514Z Downloaded ingot-types v0.2.0
11242026-08-21T17:19:06.514Z Downloaded kstat-rs v0.2.5
11252026-08-21T17:19:06.514Z Downloaded bitvec v1.0.1
11262026-08-21T17:19:06.514Z Downloaded diff v0.1.13
11272026-08-21T17:19:06.514Z Downloaded predicates-tree v1.0.13
11282026-08-21T17:19:06.514Z Downloaded serde-big-array v0.5.1
11292026-08-21T17:19:06.514Z Downloaded tagptr v0.2.0
11302026-08-21T17:19:06.515Z Downloaded cookie v0.18.1
11312026-08-21T17:19:06.515Z Downloaded defmt v0.3.100
11322026-08-21T17:19:06.515Z Downloaded static_assertions v1.1.0
11332026-08-21T17:19:06.515Z Downloaded quinn v0.11.11
11342026-08-21T17:19:06.524Z Downloaded walkdir v2.5.0
11352026-08-21T17:19:06.524Z Downloaded bindgen v0.71.1
11362026-08-21T17:19:06.524Z Downloaded rustls-pki-types v1.14.0
11372026-08-21T17:19:06.524Z Downloaded nu-ansi-term v0.50.3
11382026-08-21T17:19:06.524Z Downloaded proc-macro-crate v1.3.1
11392026-08-21T17:19:06.524Z Downloaded progenitor-macro v0.13.0
11402026-08-21T17:19:06.524Z Downloaded multimap v0.10.1
11412026-08-21T17:19:06.524Z Downloaded tls_codec_derive v0.4.2
11422026-08-21T17:19:06.524Z Downloaded idna v1.1.0
11432026-08-21T17:19:06.524Z Downloaded progenitor v0.14.0
11442026-08-21T17:19:06.530Z Downloaded miniz_oxide v0.8.9
11452026-08-21T17:19:06.530Z Downloaded crypto-primes v0.7.2
11462026-08-21T17:19:06.538Z Downloaded hyper v1.10.1
11472026-08-21T17:19:06.538Z Downloaded schemars v0.8.22
11482026-08-21T17:19:06.553Z Downloaded itertools v0.13.0
11492026-08-21T17:19:06.556Z Downloaded untrusted v0.7.1
11502026-08-21T17:19:06.556Z Downloaded zeroize v1.9.0
11512026-08-21T17:19:06.556Z Downloaded diesel_table_macro_syntax v0.3.0
11522026-08-21T17:19:06.556Z Downloaded stringprep v0.1.5
11532026-08-21T17:19:06.556Z Downloaded chrono v0.4.45
11542026-08-21T17:19:06.556Z Downloaded aws-lc-rs v1.16.3
11552026-08-21T17:19:06.560Z Downloaded winnow v0.5.40
11562026-08-21T17:19:06.562Z Downloaded libxml v0.3.3
11572026-08-21T17:19:06.566Z Downloaded signal-hook-mio v0.2.5
11582026-08-21T17:19:06.566Z Downloaded tokio-postgres v0.7.16
11592026-08-21T17:19:06.569Z Downloaded derive_builder v0.20.2
11602026-08-21T17:19:06.572Z Downloaded miette v7.6.0
11612026-08-21T17:19:06.572Z Downloaded winnow v0.6.26
11622026-08-21T17:19:06.577Z Downloaded x509-cert v0.2.5
11632026-08-21T17:19:06.581Z Downloaded document-features v0.2.12
11642026-08-21T17:19:06.584Z Downloaded pkcs1 v0.8.0-rc.4
11652026-08-21T17:19:06.584Z Downloaded pretty_assertions v1.4.1
11662026-08-21T17:19:06.584Z Downloaded data-encoding v2.10.0
11672026-08-21T17:19:06.587Z Downloaded darling_core v0.13.4
11682026-08-21T17:19:06.587Z Downloaded password-hash v0.5.0
11692026-08-21T17:19:06.591Z Downloaded rsa v0.9.10
11702026-08-21T17:19:06.591Z Downloaded trait-variant v0.1.2
11712026-08-21T17:19:06.591Z Downloaded litrs v1.0.0
11722026-08-21T17:19:06.595Z Downloaded pkcs1 v0.7.5
11732026-08-21T17:19:06.595Z Downloaded linked-hash-map v0.5.6
11742026-08-21T17:19:06.595Z Downloaded parking_lot v0.12.5
11752026-08-21T17:19:06.598Z Downloaded slog-dtrace v0.3.0
11762026-08-21T17:19:06.598Z Downloaded yasna v0.5.2
11772026-08-21T17:19:06.598Z Downloaded diesel-dtrace v0.5.0
11782026-08-21T17:19:06.598Z Downloaded kem v0.3.0
11792026-08-21T17:19:06.601Z Downloaded void v1.0.2
11802026-08-21T17:19:06.601Z Downloaded regex v1.12.3
11812026-08-21T17:19:06.604Z Downloaded crossterm v0.29.0
11822026-08-21T17:19:06.607Z Downloaded p384 v0.13.1
11832026-08-21T17:19:06.611Z Downloaded hyper-staticfile v0.10.1
11842026-08-21T17:19:06.611Z Downloaded openssl-sys v0.9.117
11852026-08-21T17:19:06.614Z Downloaded rustls-platform-verifier v0.6.2
11862026-08-21T17:19:06.614Z Downloaded convert_case v0.10.0
11872026-08-21T17:19:06.614Z Downloaded serde_yaml v0.9.34+deprecated
11882026-08-21T17:19:06.617Z Downloaded daft-derive v0.1.7
11892026-08-21T17:19:06.620Z Downloaded native-tls v0.2.18
11902026-08-21T17:19:06.620Z Downloaded ml-kem v0.3.2
11912026-08-21T17:19:06.622Z Downloaded dropshot-api-manager v0.8.0
11922026-08-21T17:19:06.626Z Downloaded dropshot_endpoint v0.17.1
11932026-08-21T17:19:06.629Z Downloaded num-rational v0.4.2
11942026-08-21T17:19:06.629Z Downloaded yoke v0.8.1
11952026-08-21T17:19:06.629Z Downloaded icu_properties_data v2.1.2
11962026-08-21T17:19:06.633Z Downloaded oxide-tokio-rt v0.1.4
11972026-08-21T17:19:06.636Z Downloaded unicode-bidi v0.3.18
11982026-08-21T17:19:06.636Z Downloaded quick-xml v0.37.5
11992026-08-21T17:19:06.640Z Downloaded ingot v0.2.1
12002026-08-21T17:19:06.643Z Downloaded signal-hook-registry v1.4.8
12012026-08-21T17:19:06.643Z Downloaded toml_edit v0.23.10+spec-1.0.0
12022026-08-21T17:19:06.643Z Downloaded darling_core v0.21.3
12032026-08-21T17:19:06.645Z Downloaded serde_with v3.21.0
12042026-08-21T17:19:06.651Z Downloaded itertools v0.14.0
12052026-08-21T17:19:06.655Z Downloaded num_enum v0.7.6
12062026-08-21T17:19:06.658Z Downloaded zerotrie v0.2.3
12072026-08-21T17:19:06.662Z Downloaded serde_derive_internals v0.29.1
12082026-08-21T17:19:06.663Z Downloaded hybrid-array v0.4.13
12092026-08-21T17:19:06.666Z Downloaded itertools v0.15.0
12102026-08-21T17:19:06.666Z Downloaded unicode-normalization v0.1.25
12112026-08-21T17:19:06.677Z Downloaded oxide-update-engine-types v0.1.2
12122026-08-21T17:19:06.681Z Downloaded ed25519-dalek v2.2.0
12132026-08-21T17:19:06.681Z Downloaded termios v0.3.3
12142026-08-21T17:19:06.681Z Downloaded rustc-demangle v0.1.27
12152026-08-21T17:19:06.681Z Downloaded knus v3.4.0
12162026-08-21T17:19:06.681Z Downloaded itertools v0.10.5
12172026-08-21T17:19:06.681Z Downloaded der v0.8.0
12182026-08-21T17:19:06.686Z Downloaded iri-string v0.7.10
12192026-08-21T17:19:06.689Z Downloaded socket2 v0.6.3
12202026-08-21T17:19:06.689Z Downloaded reqwest v0.12.28
12212026-08-21T17:19:06.689Z Downloaded serde_with v1.14.0
12222026-08-21T17:19:06.692Z Downloaded hyper-util v0.1.20
12232026-08-21T17:19:06.695Z Downloaded socket2 v0.5.10
12242026-08-21T17:19:06.699Z Downloaded git2 v0.20.4
12252026-08-21T17:19:06.702Z Downloaded tungstenite v0.23.0
12262026-08-21T17:19:06.705Z Downloaded sha3 v0.12.0
12272026-08-21T17:19:06.705Z Downloaded iddqd v0.4.2
12282026-08-21T17:19:06.709Z Downloaded crossbeam-channel v0.5.15
12292026-08-21T17:19:06.712Z Downloaded nom v8.0.0
12302026-08-21T17:19:06.715Z Downloaded tungstenite v0.21.0
12312026-08-21T17:19:06.719Z Downloaded russh v0.62.4
12322026-08-21T17:19:06.723Z Downloaded zip v4.6.1
12332026-08-21T17:19:06.726Z Downloaded ssh-key v0.7.0-rc.11
12342026-08-21T17:19:06.730Z Downloaded tough v0.22.0
12352026-08-21T17:19:06.736Z Downloaded critical-section v1.2.0
12362026-08-21T17:19:06.739Z Downloaded icu_collections v2.1.1
12372026-08-21T17:19:06.739Z Downloaded unicode-segmentation v1.12.0
12382026-08-21T17:19:06.739Z Downloaded toml_edit v0.19.15
12392026-08-21T17:19:06.748Z Downloaded zerovec v0.11.5
12402026-08-21T17:19:06.750Z Downloaded indicatif v0.18.4
12412026-08-21T17:19:06.754Z Downloaded salty v0.3.0
12422026-08-21T17:19:06.760Z Downloaded vcpkg v0.2.15
12432026-08-21T17:19:06.779Z Downloaded moka v0.12.13
12442026-08-21T17:19:06.784Z Downloaded time v0.3.47
12452026-08-21T17:19:06.790Z Downloaded rand v0.10.1
12462026-08-21T17:19:06.793Z Downloaded p521 v0.14.0
12472026-08-21T17:19:06.796Z Downloaded schemars v1.2.1
12482026-08-21T17:19:06.801Z Downloaded qorb v0.4.1
12492026-08-21T17:19:06.804Z Downloaded lalrpop v0.19.12
12502026-08-21T17:19:06.810Z Downloaded scuffle v0.1.0
12512026-08-21T17:19:06.815Z Downloaded bstr v1.12.1
12522026-08-21T17:19:06.826Z Downloaded gimli v0.32.3
12532026-08-21T17:19:06.831Z Downloaded polar-core v0.27.3
12542026-08-21T17:19:06.835Z Downloaded goblin v0.10.5
12552026-08-21T17:19:06.843Z Downloaded crossterm v0.28.1
12562026-08-21T17:19:06.853Z Downloaded tabled v0.21.0
12572026-08-21T17:19:06.863Z Downloaded zlib-rs v0.6.2
12582026-08-21T17:19:06.867Z Downloaded internal-russh-num-bigint v0.5.0
12592026-08-21T17:19:06.871Z Downloaded jiff-core v0.1.0
12602026-08-21T17:19:06.874Z Downloaded reedline v0.40.0
12612026-08-21T17:19:06.882Z Downloaded tower v0.5.3
12622026-08-21T17:19:06.888Z Downloaded winnow v1.0.3
12632026-08-21T17:19:06.892Z Downloaded curve25519-dalek v4.1.3
12642026-08-21T17:19:06.898Z Downloaded tower-http v0.6.8
12652026-08-21T17:19:06.902Z Downloaded portable-atomic v1.13.1
12662026-08-21T17:19:06.910Z Downloaded rayon v1.11.0
12672026-08-21T17:19:06.918Z Downloaded openssl v0.10.80
12682026-08-21T17:19:06.923Z Downloaded nix v0.27.1
12692026-08-21T17:19:06.940Z Downloaded object v0.30.4
12702026-08-21T17:19:06.946Z Downloaded regress v0.10.5
12712026-08-21T17:19:06.950Z Downloaded radix_trie v0.2.1
12722026-08-21T17:19:06.953Z Downloaded zerocopy v0.8.55
12732026-08-21T17:19:06.963Z Downloaded nix v0.28.0
12742026-08-21T17:19:06.969Z Downloaded regress v0.11.1
12752026-08-21T17:19:06.978Z Downloaded curve25519-dalek v5.0.0
12762026-08-21T17:19:06.983Z Downloaded sqlparser v0.61.0
12772026-08-21T17:19:06.988Z Downloaded petname v2.0.2
12782026-08-21T17:19:06.993Z Downloaded crypto-bigint v0.7.5
12792026-08-21T17:19:07.000Z Downloaded hickory-proto v0.24.4
12802026-08-21T17:19:07.012Z Downloaded rustix v0.38.44
12812026-08-21T17:19:07.021Z Downloaded regex-syntax v0.8.10
12822026-08-21T17:19:07.026Z Downloaded object v0.37.3
12832026-08-21T17:19:07.032Z Downloaded smoltcp v0.11.0
12842026-08-21T17:19:07.038Z Downloaded quinn-proto v0.11.16
12852026-08-21T17:19:07.042Z Downloaded openapiv3 v2.2.0
12862026-08-21T17:19:07.049Z Downloaded rustls v0.23.41
12872026-08-21T17:19:07.057Z Downloaded smoltcp v0.9.1
12882026-08-21T17:19:07.061Z Downloaded nix v0.31.2
12892026-08-21T17:19:07.068Z Downloaded regex-syntax v0.6.29
12902026-08-21T17:19:07.072Z Downloaded hickory-proto v0.25.2
12912026-08-21T17:19:07.080Z Downloaded dropshot v0.17.1
12922026-08-21T17:19:07.093Z Downloaded sled v0.34.7
12932026-08-21T17:19:07.100Z Downloaded tracing v0.1.44
12942026-08-21T17:19:07.110Z Downloaded typify-impl v0.6.2
12952026-08-21T17:19:07.119Z Downloaded diesel v2.3.7
12962026-08-21T17:19:07.132Z Downloaded sha3 v0.11.0
12972026-08-21T17:19:07.136Z Downloaded bzip2-sys v0.1.13+1.0.8
12982026-08-21T17:19:07.142Z Downloaded zerocopy-derive v0.6.6
12992026-08-21T17:19:07.175Z Downloaded ratatui v0.29.0
13002026-08-21T17:19:07.205Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13012026-08-21T17:19:07.214Z Downloaded jiff v0.2.34
13022026-08-21T17:19:07.223Z Downloaded chrono-tz v0.10.4
13032026-08-21T17:19:07.233Z Downloaded regex-automata v0.4.14
13042026-08-21T17:19:07.242Z Downloaded petgraph v0.6.5
13052026-08-21T17:19:07.253Z Downloaded sha3 v0.10.8
13062026-08-21T17:19:07.256Z Downloaded petgraph v0.8.3
13072026-08-21T17:19:07.269Z Downloaded libz-sys v1.1.24
13082026-08-21T17:19:07.281Z Downloaded csv v1.4.0
13092026-08-21T17:19:07.293Z Downloaded tokio v1.52.1
13102026-08-21T17:19:07.315Z Downloaded encoding_rs v0.8.35
13112026-08-21T17:19:07.364Z Downloaded ring v0.17.14
13122026-08-21T17:19:07.404Z Downloaded libgit2-sys v0.18.3+1.9.2
13132026-08-21T17:19:07.845Z Downloaded aws-lc-sys v0.40.0
13142026-08-21T17:19:08.110Z Compiling serde_core v1.0.228
13152026-08-21T17:19:08.111Z Compiling libc v0.2.185
13162026-08-21T17:19:08.111Z Compiling serde v1.0.228
13172026-08-21T17:19:08.111Z Compiling log v0.4.33
13182026-08-21T17:19:08.114Z Compiling smallvec v1.15.1
13192026-08-21T17:19:08.114Z Compiling find-msvc-tools v0.1.9
13202026-08-21T17:19:08.114Z Compiling shlex v1.3.0
13212026-08-21T17:19:08.114Z Compiling subtle v2.6.1
13222026-08-21T17:19:08.114Z Compiling scopeguard v1.2.0
13232026-08-21T17:19:08.114Z Compiling typenum v1.20.1
13242026-08-21T17:19:08.114Z Compiling stable_deref_trait v1.2.1
13252026-08-21T17:19:08.114Z Compiling zerocopy v0.8.55
13262026-08-21T17:19:08.250Z Compiling portable-atomic v1.13.1
13272026-08-21T17:19:08.281Z Compiling serde_json v1.0.151
13282026-08-21T17:19:08.358Z Compiling syn v2.0.117
13292026-08-21T17:19:08.371Z Compiling critical-section v1.2.0
13302026-08-21T17:19:08.385Z Compiling libm v0.2.16
13312026-08-21T17:19:08.523Z Compiling lock_api v0.4.14
13322026-08-21T17:19:08.538Z Compiling num-traits v0.2.19
13332026-08-21T17:19:08.554Z Compiling pkg-config v0.3.32
13342026-08-21T17:19:08.570Z Compiling generic-array v0.14.7
13352026-08-21T17:19:08.599Z Compiling parking_lot_core v0.9.12
13362026-08-21T17:19:08.638Z Compiling pin-project-lite v0.2.17
13372026-08-21T17:19:08.733Z Compiling const-oid v0.9.6
13382026-08-21T17:19:08.736Z Compiling getrandom v0.3.4
13392026-08-21T17:19:08.783Z Compiling writeable v0.6.2
13402026-08-21T17:19:08.827Z Compiling futures-core v0.3.32
13412026-08-21T17:19:08.870Z Compiling litemap v0.8.1
13422026-08-21T17:19:08.873Z Compiling percent-encoding v2.3.2
13432026-08-21T17:19:08.927Z Compiling icu_normalizer_data v2.1.1
13442026-08-21T17:19:08.984Z Compiling icu_properties_data v2.1.2
13452026-08-21T17:19:09.012Z Compiling rustix v1.1.4
13462026-08-21T17:19:09.028Z Compiling getrandom v0.4.3
13472026-08-21T17:19:09.043Z Compiling futures-sink v0.3.32
13482026-08-21T17:19:09.094Z Compiling rand_core v0.10.0
13492026-08-21T17:19:09.126Z Compiling futures-task v0.3.32
13502026-08-21T17:19:09.177Z Compiling futures-channel v0.3.32
13512026-08-21T17:19:09.177Z Compiling slab v0.4.12
13522026-08-21T17:19:09.207Z Compiling futures-io v0.3.32
13532026-08-21T17:19:09.310Z Compiling errno v0.3.14
13542026-08-21T17:19:09.325Z Compiling jobserver v0.1.34
13552026-08-21T17:19:09.342Z Compiling getrandom v0.2.17
13562026-08-21T17:19:09.409Z Compiling mio v1.2.0
13572026-08-21T17:19:09.423Z Compiling socket2 v0.6.3
13582026-08-21T17:19:09.440Z Compiling signal-hook-registry v1.4.8
13592026-08-21T17:19:09.483Z Compiling utf8_iter v1.0.4
13602026-08-21T17:19:09.509Z Compiling once_cell v1.21.3
13612026-08-21T17:19:09.512Z Compiling rand_core v0.6.4
13622026-08-21T17:19:09.537Z Compiling cc v1.2.56
13632026-08-21T17:19:09.622Z Compiling parking_lot v0.12.5
13642026-08-21T17:19:09.657Z Compiling form_urlencoded v1.2.2
13652026-08-21T17:19:09.686Z Compiling rustversion v1.0.22
13662026-08-21T17:19:09.704Z Compiling iana-time-zone v0.1.65
13672026-08-21T17:19:09.722Z Compiling base64ct v1.8.3
13682026-08-21T17:19:09.738Z Compiling ident_case v1.0.1
13692026-08-21T17:19:09.751Z Compiling dunce v1.0.5
13702026-08-21T17:19:09.823Z Compiling regex-syntax v0.8.10
13712026-08-21T17:19:09.844Z Compiling fs_extra v1.3.0
13722026-08-21T17:19:09.859Z Compiling flagset v0.4.7
13732026-08-21T17:19:09.863Z Compiling rand_core v0.9.5
13742026-08-21T17:19:09.889Z Compiling base64 v0.22.1
13752026-08-21T17:19:09.889Z Compiling syn v1.0.109
13762026-08-21T17:19:09.919Z Compiling vcpkg v0.2.15
13772026-08-21T17:19:09.944Z Compiling tracing-core v0.1.36
13782026-08-21T17:19:10.006Z Compiling pem-rfc7468 v0.7.0
13792026-08-21T17:19:10.025Z Compiling dyn-clone v1.0.20
13802026-08-21T17:19:10.044Z Compiling cpufeatures v0.2.17
13812026-08-21T17:19:10.130Z Compiling aws-lc-rs v1.16.3
13822026-08-21T17:19:10.146Z Compiling simd-adler32 v0.3.8
13832026-08-21T17:19:10.163Z Compiling schemars v0.8.22
13842026-08-21T17:19:10.186Z Compiling spin v0.9.8
13852026-08-21T17:19:10.200Z Compiling openssl-probe v0.2.1
13862026-08-21T17:19:10.263Z Compiling cmov v0.5.4
13872026-08-21T17:19:10.320Z Compiling cmake v0.1.57
13882026-08-21T17:19:10.422Z Compiling adler2 v2.0.1
13892026-08-21T17:19:10.437Z Compiling tinyvec_macros v0.1.1
13902026-08-21T17:19:10.440Z Compiling crc32fast v1.5.0
13912026-08-21T17:19:10.467Z Compiling httparse v1.10.1
13922026-08-21T17:19:10.479Z Compiling ctutils v0.4.2
13932026-08-21T17:19:10.496Z Compiling aho-corasick v1.1.4
13942026-08-21T17:19:10.511Z Compiling tinyvec v1.10.0
13952026-08-21T17:19:10.525Z Compiling tower-layer v0.3.3
13962026-08-21T17:19:10.543Z Compiling miniz_oxide v0.8.9
13972026-08-21T17:19:10.580Z Compiling atomic-waker v1.1.2
13982026-08-21T17:19:10.701Z Compiling bitflags v2.11.0
13992026-08-21T17:19:10.731Z Compiling semver v1.0.28
14002026-08-21T17:19:10.748Z Compiling indexmap v2.14.0
14012026-08-21T17:19:10.753Z Compiling uuid v1.23.4
14022026-08-21T17:19:10.795Z Compiling untrusted v0.7.1
14032026-08-21T17:19:10.837Z Compiling try-lock v0.2.5
14042026-08-21T17:19:10.868Z Compiling tower-service v0.3.3
14052026-08-21T17:19:10.912Z Compiling radium v0.7.0
14062026-08-21T17:19:10.937Z Compiling want v0.3.1
14072026-08-21T17:19:10.962Z Compiling rustc_version v0.4.1
14082026-08-21T17:19:11.090Z Compiling rustls v0.23.41
14092026-08-21T17:19:11.147Z Compiling httpdate v1.0.3
14102026-08-21T17:19:11.204Z Compiling untrusted v0.9.0
14112026-08-21T17:19:11.209Z Compiling aws-lc-sys v0.40.0
14122026-08-21T17:19:11.209Z Compiling openssl-sys v0.9.117
14132026-08-21T17:19:11.255Z Compiling maybe-uninit v2.0.0
14142026-08-21T17:19:11.281Z Compiling tap v1.0.1
14152026-08-21T17:19:11.299Z Compiling foreign-types-shared v0.1.1
14162026-08-21T17:19:11.314Z Compiling openssl v0.10.80
14172026-08-21T17:19:11.370Z Compiling regex-automata v0.4.14
14182026-08-21T17:19:11.402Z Compiling wyz v0.5.1
14192026-08-21T17:19:11.418Z Compiling foreign-types v0.3.2
14202026-08-21T17:19:11.443Z Compiling synstructure v0.13.2
14212026-08-21T17:19:11.475Z Compiling serde_derive_internals v0.29.1
14222026-08-21T17:19:11.497Z Compiling pest_generator v2.8.6
14232026-08-21T17:19:11.550Z Compiling darling_core v0.20.11
14242026-08-21T17:19:11.582Z Compiling bzip2-sys v0.1.13+1.0.8
14252026-08-21T17:19:11.620Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14262026-08-21T17:19:11.623Z Compiling unicode-normalization v0.1.25
14272026-08-21T17:19:11.893Z Compiling terminal_size v0.4.3
14282026-08-21T17:19:11.909Z Compiling tempfile v3.27.0
14292026-08-21T17:19:12.056Z Compiling num-integer v0.1.46
14302026-08-21T17:19:12.086Z Compiling wait-timeout v0.2.1
14312026-08-21T17:19:12.104Z Compiling ahash v0.8.12
14322026-08-21T17:19:12.107Z Compiling native-tls v0.2.18
14332026-08-21T17:19:12.138Z Compiling powerfmt v0.2.0
14342026-08-21T17:19:12.245Z Compiling funty v2.0.0
14352026-08-21T17:19:12.311Z Compiling num-conv v0.2.0
14362026-08-21T17:19:12.316Z Compiling quick-error v1.2.3
14372026-08-21T17:19:12.340Z Compiling time-core v0.1.8
14382026-08-21T17:19:12.368Z Compiling bit-vec v0.8.0
14392026-08-21T17:19:12.384Z Compiling packed_struct v0.10.1
14402026-08-21T17:19:12.390Z Compiling num-bigint-dig v0.8.6
14412026-08-21T17:19:12.416Z Compiling rusty-fork v0.3.1
14422026-08-21T17:19:12.435Z Compiling clap_builder v4.6.0
14432026-08-21T17:19:12.482Z Compiling num-iter v0.1.45
14442026-08-21T17:19:12.485Z Compiling deranged v0.5.8
14452026-08-21T17:19:12.514Z Compiling time-macros v0.2.27
14462026-08-21T17:19:12.622Z Compiling bitvec v1.0.1
14472026-08-21T17:19:12.644Z Compiling bit-set v0.8.0
14482026-08-21T17:19:12.691Z Compiling lazy_static v1.5.0
14492026-08-21T17:19:12.731Z Compiling rand_xorshift v0.4.0
14502026-08-21T17:19:12.749Z Compiling sync_wrapper v1.0.2
14512026-08-21T17:19:12.795Z Compiling indexmap v1.9.3
14522026-08-21T17:19:12.816Z Compiling unarray v0.1.4
14532026-08-21T17:19:12.875Z Compiling crossbeam-utils v0.8.21
14542026-08-21T17:19:12.881Z Compiling num_threads v0.1.7
14552026-08-21T17:19:12.919Z Compiling paste v1.0.15
14562026-08-21T17:19:12.936Z Compiling crc-catalog v2.4.0
14572026-08-21T17:19:13.000Z Compiling siphasher v1.0.2
14582026-08-21T17:19:13.013Z Compiling object v0.37.3
14592026-08-21T17:19:13.041Z Compiling zlib-rs v0.6.2
14602026-08-21T17:19:13.181Z Compiling usdt-impl v0.6.0
14612026-08-21T17:19:13.208Z Compiling nodrop v0.1.14
14622026-08-21T17:19:13.239Z Compiling serde_derive v1.0.228
14632026-08-21T17:19:13.276Z Compiling zeroize_derive v1.5.0
14642026-08-21T17:19:13.298Z Compiling zerocopy-derive v0.8.55
14652026-08-21T17:19:13.315Z Compiling zerofrom-derive v0.1.6
14662026-08-21T17:19:13.399Z Compiling yoke-derive v0.8.1
14672026-08-21T17:19:13.481Z Compiling zerovec-derive v0.11.2
14682026-08-21T17:19:13.501Z Compiling displaydoc v0.2.5
14692026-08-21T17:19:13.635Z Compiling tokio-macros v2.7.0
14702026-08-21T17:19:13.951Z Compiling futures-macro v0.3.32
14712026-08-21T17:19:14.011Z Compiling thiserror-impl v2.0.18
14722026-08-21T17:19:14.114Z Compiling der_derive v0.7.3
14732026-08-21T17:19:14.332Z Compiling tracing-attributes v0.1.31
14742026-08-21T17:19:14.439Z Compiling schemars_derive v0.8.22
14752026-08-21T17:19:14.459Z Compiling pest_derive v2.8.6
14762026-08-21T17:19:14.634Z Compiling scroll_derive v0.13.1
14772026-08-21T17:19:14.669Z Compiling darling_macro v0.20.11
14782026-08-21T17:19:14.764Z Compiling zerofrom v0.1.6
14792026-08-21T17:19:14.799Z Compiling futures-util v0.3.32
14802026-08-21T17:19:14.904Z Compiling yoke v0.8.1
14812026-08-21T17:19:14.940Z Compiling openssl-macros v0.1.1
14822026-08-21T17:19:15.107Z Compiling zerovec v0.11.5
14832026-08-21T17:19:15.123Z Compiling zerotrie v0.2.3
14842026-08-21T17:19:15.202Z Compiling thiserror-impl v1.0.69
14852026-08-21T17:19:15.403Z Compiling thiserror v2.0.18
14862026-08-21T17:19:15.457Z Compiling darling v0.20.11
14872026-08-21T17:19:15.472Z Compiling scroll v0.13.0
14882026-08-21T17:19:15.533Z Compiling packed_struct_codegen v0.10.1
14892026-08-21T17:19:15.554Z Compiling clap_derive v4.6.1
14902026-08-21T17:19:15.571Z Compiling bitfield-macros v0.19.4
14912026-08-21T17:19:15.651Z Compiling tinystr v0.8.2
14922026-08-21T17:19:15.669Z Compiling potential_utf v0.1.4
14932026-08-21T17:19:15.690Z Compiling tracing v0.1.44
14942026-08-21T17:19:15.775Z Compiling goblin v0.10.5
14952026-08-21T17:19:15.787Z Compiling zerocopy-derive v0.6.6
14962026-08-21T17:19:15.854Z Compiling icu_locale_core v2.1.1
14972026-08-21T17:19:15.880Z Compiling icu_collections v2.1.1
14982026-08-21T17:19:15.983Z Compiling flate2 v1.1.9
14992026-08-21T17:19:16.323Z Compiling bitfield v0.19.4
15002026-08-21T17:19:16.367Z Compiling derive_builder_core v0.20.2
15012026-08-21T17:19:16.370Z Compiling dtrace-parser v0.3.0
15022026-08-21T17:19:16.431Z Compiling time v0.3.47
15032026-08-21T17:19:16.510Z Compiling icu_provider v2.1.1
15042026-08-21T17:19:16.643Z Compiling thiserror v1.0.69
15052026-08-21T17:19:16.671Z Compiling zerocopy v0.6.6
15062026-08-21T17:19:16.756Z Compiling icu_normalizer v2.1.1
15072026-08-21T17:19:16.772Z Compiling icu_properties v2.1.2
15082026-08-21T17:19:16.809Z Compiling zeroize v1.9.0
15092026-08-21T17:19:16.830Z Compiling bytes v1.11.1
15102026-08-21T17:19:16.880Z Compiling chrono v0.4.45
15112026-08-21T17:19:17.042Z Compiling der v0.7.10
15122026-08-21T17:19:17.131Z Compiling rustls-pki-types v1.14.0
15132026-08-21T17:19:17.194Z Compiling hybrid-array v0.4.13
15142026-08-21T17:19:17.266Z Compiling ipnet v2.12.0
15152026-08-21T17:19:17.312Z Compiling tokio v1.52.1
15162026-08-21T17:19:17.354Z Compiling http v1.4.2
15172026-08-21T17:19:17.462Z Compiling hex v0.4.3
15182026-08-21T17:19:17.593Z Compiling crypto-common v0.1.7
15192026-08-21T17:19:17.609Z Compiling block-buffer v0.10.4
15202026-08-21T17:19:17.744Z Compiling idna_adapter v1.2.1
15212026-08-21T17:19:17.760Z Compiling digest v0.10.7
15222026-08-21T17:19:17.779Z Compiling toml_datetime v0.6.11
15232026-08-21T17:19:17.799Z Compiling serde_spanned v0.6.9
15242026-08-21T17:19:17.870Z Compiling ppv-lite86 v0.2.21
15252026-08-21T17:19:17.898Z Compiling idna v1.1.0
15262026-08-21T17:19:17.959Z Compiling spki v0.7.3
15272026-08-21T17:19:18.000Z Compiling http-body v1.0.1
15282026-08-21T17:19:18.019Z Compiling sha2 v0.10.9
15292026-08-21T17:19:18.035Z Compiling signature v2.2.0
15302026-08-21T17:19:18.056Z Compiling hmac v0.12.1
15312026-08-21T17:19:18.170Z Compiling rand_chacha v0.9.0
15322026-08-21T17:19:18.187Z Compiling pkcs8 v0.10.2
15332026-08-21T17:19:18.213Z Compiling url v2.5.8
15342026-08-21T17:19:18.242Z Compiling rand_chacha v0.3.1
15352026-08-21T17:19:18.255Z Compiling http-body-util v0.1.3
15362026-08-21T17:19:18.272Z Compiling clap v4.6.1
15372026-08-21T17:19:18.371Z Compiling pkcs1 v0.7.5
15382026-08-21T17:19:18.386Z Compiling rand v0.9.2
15392026-08-21T17:19:18.425Z Compiling array-init v0.0.4
15402026-08-21T17:19:18.476Z Compiling rand v0.8.6
15412026-08-21T17:19:18.515Z Compiling dof v0.4.0
15422026-08-21T17:19:18.606Z Compiling scroll_derive v0.12.1
15432026-08-21T17:19:18.612Z Compiling structmeta-derive v0.3.0
15442026-08-21T17:19:18.850Z Compiling crc v3.4.0
15452026-08-21T17:19:18.944Z Compiling smallvec v0.6.14
15462026-08-21T17:19:19.061Z Compiling proptest v1.11.0
15472026-08-21T17:19:19.076Z Compiling darling_core v0.23.0
15482026-08-21T17:19:19.111Z Compiling heapless v0.7.17
15492026-08-21T17:19:19.206Z Compiling slog v2.8.2
15502026-08-21T17:19:19.311Z Compiling thread-id v5.1.0
15512026-08-21T17:19:19.377Z Compiling env_filter v2.0.0
15522026-08-21T17:19:19.380Z Compiling cookie v0.18.1
15532026-08-21T17:19:19.405Z Compiling unicode-bidi v0.3.18
15542026-08-21T17:19:19.419Z Compiling zstd-safe v7.2.4
15552026-08-21T17:19:19.421Z Compiling winnow v0.5.40
15562026-08-21T17:19:19.579Z Compiling ipnetwork v0.21.1
15572026-08-21T17:19:19.582Z Compiling signal-hook v0.3.18
15582026-08-21T17:19:19.638Z Compiling allocator-api2 v0.2.21
15592026-08-21T17:19:19.690Z Compiling hashbrown v0.12.3
15602026-08-21T17:19:19.705Z Compiling iri-string v0.7.10
15612026-08-21T17:19:19.745Z Compiling unicode-properties v0.1.4
15622026-08-21T17:19:19.776Z Compiling base64 v0.21.7
15632026-08-21T17:19:19.791Z Compiling ryu v1.0.23
15642026-08-21T17:19:19.955Z Compiling gimli v0.32.3
15652026-08-21T17:19:19.973Z Compiling anyhow v1.0.104
15662026-08-21T17:19:19.991Z Compiling serde_urlencoded v0.7.1
15672026-08-21T17:19:19.994Z Compiling stringprep v0.1.5
15682026-08-21T17:19:20.021Z Compiling ron v0.8.1
15692026-08-21T17:19:20.118Z Compiling oxnet v0.1.6
15702026-08-21T17:19:20.174Z Compiling structmeta v0.3.0
15712026-08-21T17:19:20.190Z Compiling rsa v0.9.10
15722026-08-21T17:19:20.434Z Compiling env_logger v0.11.11
15732026-08-21T17:19:20.461Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15742026-08-21T17:19:20.552Z Compiling scroll v0.12.0
15752026-08-21T17:19:20.585Z Compiling serde-hex v0.1.0
15762026-08-21T17:19:20.594Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15772026-08-21T17:19:20.792Z Compiling toml_edit v0.19.15
15782026-08-21T17:19:20.809Z Compiling camino v1.2.5
15792026-08-21T17:19:20.991Z Compiling hashbrown v0.13.2
15802026-08-21T17:19:21.106Z Compiling x509-cert v0.2.5
15812026-08-21T17:19:21.218Z Compiling tokio-util v0.7.18
15822026-08-21T17:19:21.247Z Compiling tower v0.5.3
15832026-08-21T17:19:21.376Z Compiling tokio-native-tls v0.3.1
15842026-08-21T17:19:21.531Z Compiling newtype-uuid v1.3.2
15852026-08-21T17:19:21.587Z Compiling md-5 v0.10.6
15862026-08-21T17:19:21.656Z Compiling darling_macro v0.23.0
15872026-08-21T17:19:21.784Z Compiling tower-http v0.6.8
15882026-08-21T17:19:21.801Z Compiling addr2line v0.25.1
15892026-08-21T17:19:21.896Z Compiling crypto-common v0.2.2
15902026-08-21T17:19:21.968Z Compiling h2 v0.4.15
15912026-08-21T17:19:22.148Z Compiling block-buffer v0.12.1
15922026-08-21T17:19:22.189Z Compiling block-padding v0.4.2
15932026-08-21T17:19:22.215Z Compiling rustls-native-certs v0.8.3
15942026-08-21T17:19:22.288Z Compiling derive_builder_macro v0.20.2
15952026-08-21T17:19:22.379Z Compiling serde_tokenstream v0.2.3
15962026-08-21T17:19:22.382Z Compiling erased-serde v0.3.31
15972026-08-21T17:19:22.409Z Compiling bzip2 v0.4.4
15982026-08-21T17:19:22.529Z Compiling bstr v1.12.1
15992026-08-21T17:19:22.714Z Compiling zerocopy-derive v0.7.35
16002026-08-21T17:19:22.754Z Compiling async-trait v0.1.89
16012026-08-21T17:19:22.789Z Compiling daft-derive v0.1.7
16022026-08-21T17:19:22.895Z Compiling pin-project-internal v1.1.11
16032026-08-21T17:19:23.102Z Compiling curve25519-dalek v4.1.3
16042026-08-21T17:19:23.158Z Compiling vergen-lib v9.1.0
16052026-08-21T17:19:23.185Z Compiling hash32 v0.2.1
16062026-08-21T17:19:23.334Z Compiling encoding_rs v0.8.35
16072026-08-21T17:19:23.355Z Compiling memoffset v0.9.1
16082026-08-21T17:19:23.400Z Compiling cfg_aliases v0.2.1
16092026-08-21T17:19:23.469Z Compiling rustc-demangle v0.1.27
16102026-08-21T17:19:23.469Z Compiling smoltcp v0.9.1
16112026-08-21T17:19:23.487Z Compiling psl-types v2.0.11
16122026-08-21T17:19:23.549Z Compiling ref-cast v1.0.25
16132026-08-21T17:19:23.571Z Compiling mime v0.3.17
16142026-08-21T17:19:23.645Z Compiling owo-colors v4.3.0
16152026-08-21T17:19:23.683Z Compiling fallible-iterator v0.2.0
16162026-08-21T17:19:23.686Z Compiling litrs v1.0.0
16172026-08-21T17:19:23.772Z Compiling rustix v0.38.44
16182026-08-21T17:19:23.864Z Compiling crc-any v2.5.0
16192026-08-21T17:19:23.892Z Compiling backtrace v0.3.76
16202026-08-21T17:19:23.944Z Compiling zerocopy v0.7.35
16212026-08-21T17:19:23.956Z Compiling publicsuffix v2.3.0
16222026-08-21T17:19:24.056Z Compiling postgres-protocol v0.6.10
16232026-08-21T17:19:24.066Z Compiling pin-project v1.1.11
16242026-08-21T17:19:24.080Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16252026-08-21T17:19:24.096Z Compiling daft v0.1.7
16262026-08-21T17:19:24.118Z Compiling nix v0.31.2
16272026-08-21T17:19:24.227Z Compiling document-features v0.2.12
16282026-08-21T17:19:24.263Z Compiling derive_builder v0.20.2
16292026-08-21T17:19:24.402Z Compiling zip v0.6.6
16302026-08-21T17:19:24.427Z Compiling inout v0.2.2
16312026-08-21T17:19:24.521Z Compiling darling v0.23.0
16322026-08-21T17:19:24.536Z Compiling toml v0.7.8
16332026-08-21T17:19:24.617Z Compiling object v0.30.4
16342026-08-21T17:19:24.632Z Compiling goblin v0.8.2
16352026-08-21T17:19:24.635Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16362026-08-21T17:19:24.770Z Compiling derive-ex v0.1.8
16372026-08-21T17:19:24.964Z Compiling futures-executor v0.3.32
16382026-08-21T17:19:25.015Z Compiling hubpack_derive v0.1.1
16392026-08-21T17:19:25.033Z Compiling regex v1.12.3
16402026-08-21T17:19:25.083Z Compiling ref-cast-impl v1.0.25
16412026-08-21T17:19:25.108Z Compiling snafu-derive v0.8.9
16422026-08-21T17:19:25.172Z Compiling curve25519-dalek-derive v0.1.1
16432026-08-21T17:19:25.176Z Compiling strum_macros v0.27.2
16442026-08-21T17:19:25.253Z Compiling hyper v1.10.1
16452026-08-21T17:19:25.275Z Compiling phf_shared v0.13.1
16462026-08-21T17:19:25.291Z Compiling vergen v9.1.0
16472026-08-21T17:19:25.494Z Compiling cargo-platform v0.3.2
16482026-08-21T17:19:25.510Z Compiling ff v0.13.1
16492026-08-21T17:19:25.524Z Compiling fs-err v3.3.0
16502026-08-21T17:19:25.540Z Compiling path-slash v0.1.5
16512026-08-21T17:19:25.672Z Compiling foldhash v0.2.0
16522026-08-21T17:19:25.688Z Compiling either v1.15.0
16532026-08-21T17:19:25.702Z Compiling libbz2-rs-sys v0.2.2
16542026-08-21T17:19:25.738Z Compiling base16ct v0.2.0
16552026-08-21T17:19:25.789Z Compiling foldhash v0.1.5
16562026-08-21T17:19:25.864Z Compiling same-file v1.0.6
16572026-08-21T17:19:25.922Z Compiling is_ci v1.2.0
16582026-08-21T17:19:25.926Z Compiling bitflags v1.3.2
16592026-08-21T17:19:25.954Z Compiling bumpalo v3.20.2
16602026-08-21T17:19:25.980Z Compiling unicode-segmentation v1.12.0
16612026-08-21T17:19:26.028Z Compiling jiff-core v0.1.0
16622026-08-21T17:19:26.046Z Compiling managed v0.8.0
16632026-08-21T17:19:26.078Z Compiling supports-color v3.0.2
16642026-08-21T17:19:26.269Z Compiling zopfli v0.8.3
16652026-08-21T17:19:26.275Z Compiling bzip2 v0.6.1
16662026-08-21T17:19:26.297Z Compiling walkdir v2.5.0
16672026-08-21T17:19:26.386Z Compiling hyper-util v0.1.20
16682026-08-21T17:19:26.416Z Compiling textwrap v0.16.2
16692026-08-21T17:19:26.506Z Compiling test-strategy v0.4.5
16702026-08-21T17:19:26.521Z Compiling hashbrown v0.15.5
16712026-08-21T17:19:26.885Z Compiling dof v0.3.0
16722026-08-21T17:19:26.901Z Compiling jiff v0.2.34
16732026-08-21T17:19:26.942Z Compiling sec1 v0.7.3
16742026-08-21T17:19:27.048Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16752026-08-21T17:19:27.091Z Compiling hashbrown v0.16.1
16762026-08-21T17:19:27.107Z Compiling snafu v0.8.9
16772026-08-21T17:19:27.212Z Compiling strum v0.27.2
16782026-08-21T17:19:27.252Z Compiling cargo_metadata v0.23.1
16792026-08-21T17:19:27.359Z Compiling group v0.13.0
16802026-08-21T17:19:27.375Z Compiling hubpack v0.1.2
16812026-08-21T17:19:27.505Z Compiling phf v0.13.1
16822026-08-21T17:19:27.559Z Compiling signal-hook-mio v0.2.5
16832026-08-21T17:19:27.582Z Compiling futures v0.3.32
16842026-08-21T17:19:27.609Z Compiling zstd v0.13.3
16852026-08-21T17:19:27.645Z Compiling cookie_store v0.22.1
16862026-08-21T17:19:27.697Z Compiling serde_with_macros v3.21.0
16872026-08-21T17:19:27.700Z Compiling cipher v0.5.2
16882026-08-21T17:19:27.748Z Compiling postgres-types v0.2.12
16892026-08-21T17:19:27.888Z Compiling hyper-tls v0.6.0
16902026-08-21T17:19:28.018Z Compiling backtrace-ext v0.2.1
16912026-08-21T17:19:28.146Z Compiling reqwest v0.12.28
16922026-08-21T17:19:28.172Z Compiling globset v0.4.18
16932026-08-21T17:19:28.208Z Compiling usdt-attr-macro v0.6.0
16942026-08-21T17:19:28.211Z Compiling usdt-macro v0.6.0
16952026-08-21T17:19:28.323Z Compiling byte-wrapper v0.1.0
16962026-08-21T17:19:28.338Z Compiling ed25519 v2.2.3
16972026-08-21T17:19:28.488Z Compiling hkdf v0.12.4
16982026-08-21T17:19:28.632Z Compiling crypto-bigint v0.5.5
16992026-08-21T17:19:28.718Z Compiling olpc-cjson v0.1.4
17002026-08-21T17:19:28.735Z Compiling serde_plain v1.0.2
17012026-08-21T17:19:28.905Z Compiling serde-big-array v0.5.1
17022026-08-21T17:19:28.942Z Compiling dtrace-parser v0.2.0
17032026-08-21T17:19:28.958Z Compiling enum-as-inner v0.6.1
17042026-08-21T17:19:28.958Z Compiling serde_repr v0.1.20
17052026-08-21T17:19:28.988Z Compiling strum_macros v0.26.4
17062026-08-21T17:19:29.026Z Compiling miette-derive v7.6.0
17072026-08-21T17:19:29.069Z Compiling async-recursion v1.1.1
17082026-08-21T17:19:29.112Z Compiling phf_shared v0.11.3
17092026-08-21T17:19:29.197Z Compiling float-cmp v0.10.0
17102026-08-21T17:19:29.304Z Compiling pem v3.0.6
17112026-08-21T17:19:29.321Z Compiling memmap2 v0.9.10
17122026-08-21T17:19:29.364Z Compiling thread-id v4.2.2
17132026-08-21T17:19:29.462Z Compiling predicates-core v1.0.10
17142026-08-21T17:19:29.497Z Compiling cpufeatures v0.3.0
17152026-08-21T17:19:29.546Z Compiling difflib v0.4.0
17162026-08-21T17:19:29.551Z Compiling fixedbitset v0.4.2
17172026-08-21T17:19:29.584Z Compiling supports-unicode v3.0.0
17182026-08-21T17:19:29.647Z Compiling supports-hyperlinks v3.2.0
17192026-08-21T17:19:29.662Z Compiling whoami v2.1.0
17202026-08-21T17:19:29.680Z Compiling precomputed-hash v0.1.1
17212026-08-21T17:19:29.715Z Compiling keccak v0.1.6
17222026-08-21T17:19:29.757Z Compiling normalize-line-endings v0.3.0
17232026-08-21T17:19:29.767Z Compiling new_debug_unreachable v1.0.6
17242026-08-21T17:19:29.779Z Compiling winnow v1.0.3
17252026-08-21T17:19:29.800Z Compiling fixedbitset v0.5.7
17262026-08-21T17:19:29.826Z Compiling static_assertions v1.1.0
17272026-08-21T17:19:29.847Z Compiling data-encoding v2.10.0
17282026-08-21T17:19:29.865Z Compiling typed-path v0.9.3
17292026-08-21T17:19:29.911Z Compiling const-oid v0.10.2
17302026-08-21T17:19:30.069Z Compiling toml_edit v0.22.27
17312026-08-21T17:19:30.131Z Compiling digest v0.11.3
17322026-08-21T17:19:30.135Z Compiling petgraph v0.8.3
17332026-08-21T17:19:30.160Z Compiling hickory-proto v0.25.2
17342026-08-21T17:19:30.200Z Compiling tokio-postgres v0.7.16
17352026-08-21T17:19:30.243Z Compiling miette v7.6.0
17362026-08-21T17:19:30.387Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17372026-08-21T17:19:30.495Z Compiling sha3 v0.10.8
17382026-08-21T17:19:30.582Z Compiling predicates v3.1.4
17392026-08-21T17:19:30.598Z Compiling string_cache v0.8.9
17402026-08-21T17:19:30.799Z Compiling strum v0.26.3
17412026-08-21T17:19:30.853Z Compiling toml_parser v1.1.2+spec-1.1.0
17422026-08-21T17:19:30.869Z Compiling petgraph v0.6.5
17432026-08-21T17:19:30.888Z Compiling elliptic-curve v0.13.8
17442026-08-21T17:19:30.938Z Compiling chacha20 v0.10.0
17452026-08-21T17:19:30.969Z Compiling usdt v0.6.0
17462026-08-21T17:19:31.110Z Compiling usdt-impl v0.5.0
17472026-08-21T17:19:31.249Z Compiling zip v4.6.1
17482026-08-21T17:19:31.268Z Compiling serde_with v3.21.0
17492026-08-21T17:19:31.313Z Compiling crossterm v0.28.1
17502026-08-21T17:19:31.335Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17512026-08-21T17:19:31.437Z Compiling ed25519-dalek v2.2.0
17522026-08-21T17:19:31.937Z Compiling iddqd v0.4.2
17532026-08-21T17:19:32.124Z Compiling similar v2.7.0
17542026-08-21T17:19:32.143Z Compiling heck v0.4.1
17552026-08-21T17:19:32.208Z Compiling itertools v0.15.0
17562026-08-21T17:19:32.421Z Compiling itertools v0.13.0
17572026-08-21T17:19:32.438Z Compiling tokio-stream v0.1.18
17582026-08-21T17:19:32.438Z Compiling crossbeam-epoch v0.9.18
17592026-08-21T17:19:32.504Z Compiling buf-list v1.1.2
17602026-08-21T17:19:32.621Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17612026-08-21T17:19:32.788Z Compiling openapiv3 v2.2.0
17622026-08-21T17:19:32.814Z Compiling peg-runtime v0.8.5
17632026-08-21T17:19:32.848Z Compiling lalrpop-util v0.19.12
17642026-08-21T17:19:32.866Z Compiling thread_local v1.1.9
17652026-08-21T17:19:32.892Z Compiling slog-async v2.8.0
17662026-08-21T17:19:32.943Z Compiling crossbeam-channel v0.5.15
17672026-08-21T17:19:33.005Z Compiling is-terminal v0.4.17
17682026-08-21T17:19:33.059Z Compiling filetime v0.2.27
17692026-08-21T17:19:33.074Z Compiling term v1.2.1
17702026-08-21T17:19:33.118Z Compiling take_mut v0.2.2
17712026-08-21T17:19:33.122Z Compiling xattr v1.6.1
17722026-08-21T17:19:33.149Z Compiling camino-tempfile v1.4.1
17732026-08-21T17:19:33.257Z Compiling tar v0.4.46
17742026-08-21T17:19:33.390Z Compiling slog-term v2.9.2
17752026-08-21T17:19:50.544Z Compiling rustls-webpki v0.103.13
17762026-08-21T17:19:53.263Z Compiling tokio-rustls v0.26.4
17772026-08-21T17:19:53.263Z Compiling rustls-platform-verifier v0.6.2
17782026-08-21T17:19:53.263Z Compiling tough v0.22.0
17792026-08-21T17:19:53.461Z Compiling hyper-rustls v0.27.7
17802026-08-21T17:19:53.617Z Compiling reqwest v0.13.2
17812026-08-21T17:19:55.767Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17822026-08-21T17:19:56.024Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17832026-08-21T17:19:58.904Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.02s
17842026-08-21T17:19:59.046Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17852026-08-21T17:19:59.103ZAug 21 17:19:58.066 INFO Starting download, target: Cockroach
17862026-08-21T17:19:59.103ZAug 21 17:19:58.066 INFO Starting download, target: DendriteStub
17872026-08-21T17:19:59.109ZAug 21 17:19:58.066 INFO Starting download, target: Clickhouse
17882026-08-21T17:19:59.109ZAug 21 17:19:58.066 INFO Starting download, target: MaghemiteMgd
17892026-08-21T17:19:59.109ZAug 21 17:19:58.066 INFO Starting download, target: Console
17902026-08-21T17:19:59.109ZAug 21 17:19:58.066 INFO Starting download, target: MaghemiteDdmd
17912026-08-21T17:19:59.109ZAug 21 17:19:58.067 INFO Starting download, target: TransceiverControl
17922026-08-21T17:19:59.109ZAug 21 17:19:58.067 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17932026-08-21T17:19:59.109ZAug 21 17:19:58.067 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17942026-08-21T17:19:59.110ZAug 21 17:19:58.067 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17952026-08-21T17:19:59.110ZAug 21 17:19:58.067 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17962026-08-21T17:19:59.110ZAug 21 17:19:58.067 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17972026-08-21T17:19:59.110ZAug 21 17:19:58.067 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17982026-08-21T17:19:59.110ZAug 21 17:19:58.067 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17992026-08-21T17:19:59.746ZAug 21 17:19:58.712 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18002026-08-21T17:20:00.009ZAug 21 17:19:58.933 INFO Download complete, target: TransceiverControl
18012026-08-21T17:20:00.972ZAug 21 17:19:59.867 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18022026-08-21T17:20:01.192ZAug 21 17:20:00.122 INFO Download complete, target: Console
18032026-08-21T17:20:02.179ZAug 21 17:20:01.098 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18042026-08-21T17:20:02.495ZAug 21 17:20:01.441 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18052026-08-21T17:20:02.625ZAug 21 17:20:01.547 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18062026-08-21T17:20:02.774ZAug 21 17:20:01.722 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18072026-08-21T17:20:04.452ZAug 21 17:20:03.417 INFO Download complete, target: MaghemiteDdmd
18082026-08-21T17:20:05.212ZAug 21 17:20:04.176 INFO Download complete, target: DendriteStub
18092026-08-21T17:20:05.509ZAug 21 17:20:04.472 INFO Download complete, target: MaghemiteMgd
18102026-08-21T17:20:06.044ZAug 21 17:20:04.984 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18112026-08-21T17:20:06.044ZAug 21 17:20:04.984 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18122026-08-21T17:20:09.117ZAug 21 17:20:08.082 INFO Checking that binary works, target: Clickhouse
18132026-08-21T17:20:09.206ZAug 21 17:20:08.172 INFO Download complete, target: Clickhouse
18142026-08-21T17:20:10.627ZAug 21 17:20:09.589 INFO Checking that binary works, target: Cockroach
18152026-08-21T17:20:10.752ZAug 21 17:20:09.712 INFO Download complete, target: Cockroach
18162026-08-21T17:20:10.767ZAll prerequisites installed successfully
18172026-08-21T17:20:10.768Z
18182026-08-21T17:20:10.768Zreal 1:56.544092070
18192026-08-21T17:20:10.768Zuser 7:20.964489455
18202026-08-21T17:20:10.768Zsys 1:45.498151047
18212026-08-21T17:20:10.768Ztrap 0.298136482
18222026-08-21T17:20:10.768Ztflt 0.822703987
18232026-08-21T17:20:10.768Zdflt 1.666374170
18242026-08-21T17:20:10.768Zkflt 0.023697785
18252026-08-21T17:20:10.768Zlock 29:18.645283426
18262026-08-21T17:20:10.768Zslp 20:12.208026554
18272026-08-21T17:20:10.768Zlat 28.048304752
18282026-08-21T17:20:10.768Zstop 3:30.832730317
18292026-08-21T17:20:10.768Z+ ptime -m cargo xtask download softnpu
18302026-08-21T17:20:11.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18312026-08-21T17:20:11.294Z Running `target/debug/xtask download softnpu`
18322026-08-21T17:20:12.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
18332026-08-21T17:20:12.100Z Running `target/debug/xtask-downloader softnpu`
18342026-08-21T17:20:12.122ZAug 21 17:20:11.082 INFO Starting download, target: Softnpu
18352026-08-21T17:20:12.140ZAug 21 17:20:11.083 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
18362026-08-21T17:20:13.634ZAug 21 17:20:12.585 INFO Download complete, target: Softnpu
18372026-08-21T17:20:13.650Z
18382026-08-21T17:20:13.650Zreal 2.865185087
18392026-08-21T17:20:13.650Zuser 1.349243431
18402026-08-21T17:20:13.650Zsys 0.625396454
18412026-08-21T17:20:13.650Ztrap 0.001353180
18422026-08-21T17:20:13.650Ztflt 0.000409200
18432026-08-21T17:20:13.650Zdflt 0.000098420
18442026-08-21T17:20:13.650Zkflt 0.000000000
18452026-08-21T17:20:13.650Zlock 29.494681257
18462026-08-21T17:20:13.650Zslp 1.321510811
18472026-08-21T17:20:13.650Zlat 0.109834416
18482026-08-21T17:20:13.651Zstop 0.000206020
18492026-08-21T17:20:13.651Z+ export CARGO_INCREMENTAL=0
18502026-08-21T17:20:13.651Z+ CARGO_INCREMENTAL=0
18512026-08-21T17:20:13.651Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18522026-08-21T17:20:14.579Z Compiling proc-macro2 v1.0.106
18532026-08-21T17:20:14.579Z Compiling quote v1.0.45
18542026-08-21T17:20:14.579Z Compiling unicode-ident v1.0.24
18552026-08-21T17:20:14.579Z Compiling serde_core v1.0.228
18562026-08-21T17:20:14.579Z Compiling libc v0.2.185
18572026-08-21T17:20:14.594Z Compiling serde v1.0.228
18582026-08-21T17:20:14.594Z Compiling cfg-if v1.0.4
18592026-08-21T17:20:14.594Z Compiling version_check v0.9.5
18602026-08-21T17:20:14.594Z Compiling autocfg v1.5.0
18612026-08-21T17:20:14.594Z Compiling find-msvc-tools v0.1.9
18622026-08-21T17:20:14.718Z Compiling shlex v1.3.0
18632026-08-21T17:20:14.727Z Compiling memchr v2.8.0
18642026-08-21T17:20:14.728Z Compiling zmij v1.0.21
18652026-08-21T17:20:14.728Z Compiling serde_json v1.0.151
18662026-08-21T17:20:14.863Z Compiling portable-atomic v1.13.1
18672026-08-21T17:20:14.888Z Compiling zerocopy v0.8.55
18682026-08-21T17:20:14.888Z Compiling libm v0.2.16
18692026-08-21T17:20:15.148Z Compiling parking_lot_core v0.9.12
18702026-08-21T17:20:15.177Z Compiling smallvec v1.15.1
18712026-08-21T17:20:15.183Z Compiling icu_properties_data v2.1.2
18722026-08-21T17:20:15.184Z Compiling icu_normalizer_data v2.1.1
18732026-08-21T17:20:15.220Z Compiling itoa v1.0.17
18742026-08-21T17:20:15.276Z Compiling generic-array v0.14.7
18752026-08-21T17:20:15.321Z Compiling num-traits v0.2.19
18762026-08-21T17:20:15.362Z Compiling getrandom v0.4.3
18772026-08-21T17:20:15.424Z Compiling log v0.4.33
18782026-08-21T17:20:15.466Z Compiling getrandom v0.3.4
18792026-08-21T17:20:15.466Z Compiling pkg-config v0.3.32
18802026-08-21T17:20:15.484Z Compiling subtle v2.6.1
18812026-08-21T17:20:15.538Z Compiling stable_deref_trait v1.2.1
18822026-08-21T17:20:15.547Z Compiling typenum v1.20.1
18832026-08-21T17:20:15.617Z Compiling rustix v1.1.4
18842026-08-21T17:20:15.689Z Compiling scopeguard v1.2.0
18852026-08-21T17:20:15.713Z Compiling thiserror v2.0.18
18862026-08-21T17:20:15.811Z Compiling jobserver v0.1.34
18872026-08-21T17:20:15.816Z Compiling errno v0.3.14
18882026-08-21T17:20:15.861Z Compiling lock_api v0.4.14
18892026-08-21T17:20:15.939Z Compiling getrandom v0.2.17
18902026-08-21T17:20:15.984Z Compiling syn v2.0.117
18912026-08-21T17:20:16.025Z Compiling equivalent v1.0.2
18922026-08-21T17:20:16.031Z Compiling heck v0.5.0
18932026-08-21T17:20:16.061Z Compiling cc v1.2.56
18942026-08-21T17:20:16.069Z Compiling rand_core v0.6.4
18952026-08-21T17:20:16.169Z Compiling critical-section v1.2.0
18962026-08-21T17:20:16.173Z Compiling pin-project-lite v0.2.17
18972026-08-21T17:20:16.173Z Compiling syn v1.0.109
18982026-08-21T17:20:16.249Z Compiling schemars v0.8.22
18992026-08-21T17:20:16.276Z Compiling percent-encoding v2.3.2
19002026-08-21T17:20:16.312Z Compiling litemap v0.8.1
19012026-08-21T17:20:16.401Z Compiling writeable v0.6.2
19022026-08-21T17:20:16.417Z Compiling hashbrown v0.17.0
19032026-08-21T17:20:16.499Z Compiling dunce v1.0.5
19042026-08-21T17:20:16.515Z Compiling fs_extra v1.3.0
19052026-08-21T17:20:16.532Z Compiling rustversion v1.0.22
19062026-08-21T17:20:16.580Z Compiling once_cell v1.21.3
19072026-08-21T17:20:16.643Z Compiling byteorder v1.5.0
19082026-08-21T17:20:16.791Z Compiling strsim v0.11.1
19092026-08-21T17:20:16.807Z Compiling rand_core v0.10.0
19102026-08-21T17:20:16.841Z Compiling cmake v0.1.57
19112026-08-21T17:20:16.882Z Compiling semver v1.0.28
19122026-08-21T17:20:16.897Z Compiling bitflags v2.11.0
19132026-08-21T17:20:17.032Z Compiling indexmap v2.14.0
19142026-08-21T17:20:17.150Z Compiling signal-hook-registry v1.4.8
19152026-08-21T17:20:17.199Z Compiling thiserror v1.0.69
19162026-08-21T17:20:17.229Z Compiling utf8_iter v1.0.4
19172026-08-21T17:20:17.233Z Compiling parking_lot v0.12.5
19182026-08-21T17:20:17.399Z Compiling form_urlencoded v1.2.2
19192026-08-21T17:20:17.466Z Compiling aws-lc-sys v0.40.0
19202026-08-21T17:20:17.466Z Compiling socket2 v0.6.3
19212026-08-21T17:20:17.466Z Compiling mio v1.2.0
19222026-08-21T17:20:17.603Z Compiling aws-lc-rs v1.16.3
19232026-08-21T17:20:17.652Z Compiling const-oid v0.9.6
19242026-08-21T17:20:17.695Z Compiling futures-core v0.3.32
19252026-08-21T17:20:17.835Z Compiling httparse v1.10.1
19262026-08-21T17:20:17.900Z Compiling fnv v1.0.7
19272026-08-21T17:20:18.031Z Compiling crc32fast v1.5.0
19282026-08-21T17:20:18.111Z Compiling regex-syntax v0.8.10
19292026-08-21T17:20:18.144Z Compiling ucd-trie v0.1.7
19302026-08-21T17:20:18.239Z Compiling ident_case v1.0.1
19312026-08-21T17:20:18.254Z Compiling vcpkg v0.2.15
19322026-08-21T17:20:18.282Z Compiling iana-time-zone v0.1.65
19332026-08-21T17:20:18.299Z Compiling pest v2.8.6
19342026-08-21T17:20:18.419Z Compiling uuid v1.23.4
19352026-08-21T17:20:18.612Z Compiling rustc_version v0.4.1
19362026-08-21T17:20:18.655Z Compiling futures-sink v0.3.32
19372026-08-21T17:20:18.690Z Compiling rustls v0.23.41
19382026-08-21T17:20:18.777Z Compiling futures-channel v0.3.32
19392026-08-21T17:20:18.840Z Compiling synstructure v0.13.2
19402026-08-21T17:20:18.902Z Compiling serde_derive_internals v0.29.1
19412026-08-21T17:20:18.924Z Compiling openssl-sys v0.9.117
19422026-08-21T17:20:19.065Z Compiling aho-corasick v1.1.4
19432026-08-21T17:20:19.147Z Compiling slab v0.4.12
19442026-08-21T17:20:19.147Z Compiling futures-task v0.3.32
19452026-08-21T17:20:19.300Z Compiling futures-io v0.3.32
19462026-08-21T17:20:19.419Z Compiling pest_meta v2.8.6
19472026-08-21T17:20:19.451Z Compiling radium v0.7.0
19482026-08-21T17:20:19.489Z Compiling num-conv v0.2.0
19492026-08-21T17:20:19.539Z Compiling dyn-clone v1.0.20
19502026-08-21T17:20:19.573Z Compiling time-core v0.1.8
19512026-08-21T17:20:19.604Z Compiling plain v0.2.3
19522026-08-21T17:20:19.657Z Compiling crossbeam-utils v0.8.21
19532026-08-21T17:20:19.673Z Compiling maybe-uninit v2.0.0
19542026-08-21T17:20:19.694Z Compiling pretty-hex v0.4.1
19552026-08-21T17:20:19.727Z Compiling base64 v0.22.1
19562026-08-21T17:20:19.745Z Compiling time-macros v0.2.27
19572026-08-21T17:20:19.749Z Compiling openssl v0.10.80
19582026-08-21T17:20:19.845Z Compiling base64ct v1.8.3
19592026-08-21T17:20:19.863Z Compiling flagset v0.4.7
19602026-08-21T17:20:19.944Z Compiling regex-automata v0.4.14
19612026-08-21T17:20:20.014Z Compiling pest_generator v2.8.6
19622026-08-21T17:20:20.039Z Compiling darling_core v0.23.0
19632026-08-21T17:20:20.071Z Compiling rand_core v0.9.5
19642026-08-21T17:20:20.090Z Compiling pem-rfc7468 v0.7.0
19652026-08-21T17:20:20.104Z Compiling serde_derive v1.0.228
19662026-08-21T17:20:20.145Z Compiling zeroize_derive v1.5.0
19672026-08-21T17:20:20.208Z Compiling zerofrom-derive v0.1.6
19682026-08-21T17:20:20.244Z Compiling yoke-derive v0.8.1
19692026-08-21T17:20:20.260Z Compiling zerocopy-derive v0.8.55
19702026-08-21T17:20:20.297Z Compiling zerovec-derive v0.11.2
19712026-08-21T17:20:20.360Z Compiling displaydoc v0.2.5
19722026-08-21T17:20:20.388Z Compiling tokio-macros v2.7.0
19732026-08-21T17:20:20.482Z Compiling futures-macro v0.3.32
19742026-08-21T17:20:20.506Z Compiling thiserror-impl v2.0.18
19752026-08-21T17:20:20.664Z Compiling schemars_derive v0.8.22
19762026-08-21T17:20:20.684Z Compiling der_derive v0.7.3
19772026-08-21T17:20:20.734Z Compiling tracing-attributes v0.1.31
19782026-08-21T17:20:20.764Z Compiling thiserror-impl v1.0.69
19792026-08-21T17:20:21.047Z Compiling pest_derive v2.8.6
19802026-08-21T17:20:21.086Z Compiling scroll_derive v0.12.1
19812026-08-21T17:20:21.222Z Compiling scroll_derive v0.13.1
19822026-08-21T17:20:21.281Z Compiling futures-util v0.3.32
19832026-08-21T17:20:21.366Z Compiling zerofrom v0.1.6
19842026-08-21T17:20:21.518Z Compiling yoke v0.8.1
19852026-08-21T17:20:21.608Z Compiling openssl-macros v0.1.1
19862026-08-21T17:20:21.624Z Compiling bzip2-sys v0.1.13+1.0.8
19872026-08-21T17:20:21.743Z Compiling zerovec v0.11.5
19882026-08-21T17:20:21.773Z Compiling zerotrie v0.2.3
19892026-08-21T17:20:21.944Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19902026-08-21T17:20:21.964Z Compiling ahash v0.8.12
19912026-08-21T17:20:22.010Z Compiling native-tls v0.2.18
19922026-08-21T17:20:22.040Z Compiling num-bigint-dig v0.8.6
19932026-08-21T17:20:22.057Z Compiling anyhow v1.0.104
19942026-08-21T17:20:22.210Z Compiling packed_struct v0.10.1
19952026-08-21T17:20:22.228Z Compiling darling_macro v0.23.0
19962026-08-21T17:20:22.260Z Compiling regex v1.12.3
19972026-08-21T17:20:22.264Z Compiling zerocopy-derive v0.7.35
19982026-08-21T17:20:22.332Z Compiling tinystr v0.8.2
19992026-08-21T17:20:22.365Z Compiling potential_utf v0.1.4
20002026-08-21T17:20:22.527Z Compiling icu_locale_core v2.1.1
20012026-08-21T17:20:22.558Z Compiling icu_collections v2.1.1
20022026-08-21T17:20:22.610Z Compiling slog v2.8.2
20032026-08-21T17:20:22.893Z Compiling tracing-core v0.1.36
20042026-08-21T17:20:23.016Z Compiling cookie v0.18.1
20052026-08-21T17:20:23.038Z Compiling camino v1.2.5
20062026-08-21T17:20:23.072Z Compiling cpufeatures v0.2.17
20072026-08-21T17:20:23.224Z Compiling zeroize v1.9.0
20082026-08-21T17:20:23.280Z Compiling bytes v1.11.1
20092026-08-21T17:20:23.335Z Compiling icu_provider v2.1.1
20102026-08-21T17:20:23.353Z Compiling chrono v0.4.45
20112026-08-21T17:20:23.542Z Compiling serde_tokenstream v0.2.3
20122026-08-21T17:20:23.681Z Compiling icu_normalizer v2.1.1
20132026-08-21T17:20:23.727Z Compiling icu_properties v2.1.2
20142026-08-21T17:20:23.854Z Compiling tokio v1.52.1
20152026-08-21T17:20:23.965Z Compiling crypto-common v0.1.7
20162026-08-21T17:20:24.019Z Compiling block-buffer v0.10.4
20172026-08-21T17:20:24.196Z Compiling digest v0.10.7
20182026-08-21T17:20:24.211Z Compiling der v0.7.10
20192026-08-21T17:20:24.276Z Compiling http v1.4.2
20202026-08-21T17:20:24.607Z Compiling idna_adapter v1.2.1
20212026-08-21T17:20:24.755Z Compiling idna v1.1.0
20222026-08-21T17:20:24.772Z Compiling ppv-lite86 v0.2.21
20232026-08-21T17:20:24.983Z Compiling tracing v0.1.44
20242026-08-21T17:20:25.080Z Compiling spki v0.7.3
20252026-08-21T17:20:25.123Z Compiling url v2.5.8
20262026-08-21T17:20:25.253Z Compiling rand_chacha v0.9.0
20272026-08-21T17:20:25.274Z Compiling serde_spanned v0.6.9
20282026-08-21T17:20:25.292Z Compiling toml_datetime v0.6.11
20292026-08-21T17:20:25.398Z Compiling darling v0.23.0
20302026-08-21T17:20:25.435Z Compiling bitfield-macros v0.19.4
20312026-08-21T17:20:25.449Z Compiling clap_derive v4.6.1
20322026-08-21T17:20:25.496Z Compiling zerocopy-derive v0.6.6
20332026-08-21T17:20:25.512Z Compiling packed_struct_codegen v0.10.1
20342026-08-21T17:20:25.590Z Compiling indexmap v1.9.3
20352026-08-21T17:20:25.644Z Compiling simd-adler32 v0.3.8
20362026-08-21T17:20:26.047Z Compiling object v0.37.3
20372026-08-21T17:20:26.080Z Compiling paste v1.0.15
20382026-08-21T17:20:26.144Z Compiling rand v0.9.2
20392026-08-21T17:20:26.160Z Compiling pkcs8 v0.10.2
20402026-08-21T17:20:26.253Z Compiling http-body v1.0.1
20412026-08-21T17:20:26.311Z Compiling rustls-pki-types v1.14.0
20422026-08-21T17:20:26.478Z Compiling spin v0.9.8
20432026-08-21T17:20:26.493Z Compiling usdt-impl v0.5.0
20442026-08-21T17:20:26.513Z Compiling adler2 v2.0.1
20452026-08-21T17:20:26.657Z Compiling anstyle v1.0.14
20462026-08-21T17:20:26.707Z Compiling ref-cast v1.0.25
20472026-08-21T17:20:26.733Z Compiling cmov v0.5.4
20482026-08-21T17:20:26.737Z Compiling fastrand v2.3.0
20492026-08-21T17:20:26.837Z Compiling either v1.15.0
20502026-08-21T17:20:26.964Z Compiling utf8parse v0.2.2
20512026-08-21T17:20:27.015Z Compiling usdt-impl v0.6.0
20522026-08-21T17:20:27.053Z Compiling tinyvec_macros v0.1.1
20532026-08-21T17:20:27.070Z Compiling winnow v0.5.40
20542026-08-21T17:20:27.101Z Compiling openssl-probe v0.2.1
20552026-08-21T17:20:27.116Z Compiling ctutils v0.4.2
20562026-08-21T17:20:27.177Z Compiling tinyvec v1.10.0
20572026-08-21T17:20:27.186Z Compiling anstyle-parse v1.0.0
20582026-08-21T17:20:27.273Z Compiling miniz_oxide v0.8.9
20592026-08-21T17:20:27.367Z Compiling sha2 v0.10.9
20602026-08-21T17:20:27.500Z Compiling scroll v0.13.0
20612026-08-21T17:20:27.515Z Compiling scroll v0.12.0
20622026-08-21T17:20:27.552Z Compiling terminal_size v0.4.3
20632026-08-21T17:20:27.573Z Compiling async-trait v0.1.89
20642026-08-21T17:20:27.710Z Compiling tokio-util v0.7.18
20652026-08-21T17:20:27.730Z Compiling heapless v0.7.17
20662026-08-21T17:20:27.856Z Compiling try-lock v0.2.5
20672026-08-21T17:20:27.879Z Compiling atomic-waker v1.1.2
20682026-08-21T17:20:27.995Z Compiling litrs v1.0.0
20692026-08-21T17:20:28.030Z Compiling colorchoice v1.0.4
20702026-08-21T17:20:28.059Z Compiling anstyle-query v1.1.5
20712026-08-21T17:20:28.116Z Compiling signal-hook v0.3.18
20722026-08-21T17:20:28.173Z Compiling winnow v0.7.14
20732026-08-21T17:20:28.190Z Compiling winnow v1.0.3
20742026-08-21T17:20:28.316Z Compiling untrusted v0.7.1
20752026-08-21T17:20:28.422Z Compiling toml_edit v0.19.15
20762026-08-21T17:20:28.498Z Compiling is_terminal_polyfill v1.70.2
20772026-08-21T17:20:28.501Z Compiling tower-service v0.3.3
20782026-08-21T17:20:28.501Z Compiling rustix v0.38.44
20792026-08-21T17:20:28.616Z Compiling tower-layer v0.3.3
20802026-08-21T17:20:28.645Z Compiling zstd-safe v7.2.4
20812026-08-21T17:20:28.731Z Compiling anstream v1.0.0
20822026-08-21T17:20:28.801Z Compiling document-features v0.2.12
20832026-08-21T17:20:28.852Z Compiling h2 v0.4.15
20842026-08-21T17:20:28.951Z Compiling tempfile v3.27.0
20852026-08-21T17:20:29.036Z Compiling want v0.3.1
20862026-08-21T17:20:29.188Z Compiling toml_parser v1.1.2+spec-1.1.0
20872026-08-21T17:20:29.335Z Compiling goblin v0.8.2
20882026-08-21T17:20:29.526Z Compiling goblin v0.10.5
20892026-08-21T17:20:29.574Z Compiling hybrid-array v0.4.13
20902026-08-21T17:20:29.721Z Compiling itertools v0.15.0
20912026-08-21T17:20:29.769Z Compiling ipnet v2.12.0
20922026-08-21T17:20:29.910Z Compiling zerocopy v0.7.35
20932026-08-21T17:20:30.136Z Compiling ref-cast-impl v1.0.25
20942026-08-21T17:20:30.152Z Compiling daft-derive v0.1.7
20952026-08-21T17:20:30.231Z Compiling structmeta-derive v0.3.0
20962026-08-21T17:20:30.311Z Compiling curve25519-dalek v4.1.3
20972026-08-21T17:20:30.381Z Compiling darling_core v0.20.11
20982026-08-21T17:20:30.536Z Compiling memoffset v0.9.1
20992026-08-21T17:20:30.552Z Compiling foreign-types-shared v0.1.1
21002026-08-21T17:20:30.764Z Compiling powerfmt v0.2.0
21012026-08-21T17:20:30.797Z Compiling httpdate v1.0.3
21022026-08-21T17:20:30.851Z Compiling tap v1.0.1
21032026-08-21T17:20:30.921Z Compiling untrusted v0.9.0
21042026-08-21T17:20:30.964Z Compiling wyz v0.5.1
21052026-08-21T17:20:30.982Z Compiling deranged v0.5.8
21062026-08-21T17:20:31.036Z Compiling foreign-types v0.3.2
21072026-08-21T17:20:31.170Z Compiling unicode-normalization v0.1.25
21082026-08-21T17:20:31.221Z Compiling structmeta v0.3.0
21092026-08-21T17:20:31.418Z Compiling rand_chacha v0.3.1
21102026-08-21T17:20:31.446Z Compiling signature v2.2.0
21112026-08-21T17:20:31.628Z Compiling dof v0.3.0
21122026-08-21T17:20:31.649Z Compiling dtrace-parser v0.2.0
21132026-08-21T17:20:31.786Z Compiling hex v0.4.3
21142026-08-21T17:20:31.828Z Compiling dtrace-parser v0.3.0
21152026-08-21T17:20:32.101Z Compiling hyper v1.10.1
21162026-08-21T17:20:32.107Z Compiling pin-project-internal v1.1.11
21172026-08-21T17:20:32.230Z Compiling dof v0.4.0
21182026-08-21T17:20:32.246Z Compiling num-integer v0.1.46
21192026-08-21T17:20:32.358Z Compiling darling_macro v0.20.11
21202026-08-21T17:20:32.396Z Compiling thread-id v5.1.0
21212026-08-21T17:20:32.418Z Compiling wait-timeout v0.2.1
21222026-08-21T17:20:32.496Z Compiling thread-id v4.2.2
21232026-08-21T17:20:32.512Z Compiling clap_lex v1.0.0
21242026-08-21T17:20:32.561Z Compiling cfg_aliases v0.2.1
21252026-08-21T17:20:32.593Z Compiling quick-error v1.2.3
21262026-08-21T17:20:32.664Z Compiling num_threads v0.1.7
21272026-08-21T17:20:32.733Z Compiling bit-vec v0.8.0
21282026-08-21T17:20:32.848Z Compiling owo-colors v4.3.0
21292026-08-21T17:20:32.884Z Compiling funty v2.0.0
21302026-08-21T17:20:32.912Z Compiling smoltcp v0.9.1
21312026-08-21T17:20:32.928Z Compiling bit-set v0.8.0
21322026-08-21T17:20:32.944Z Compiling darling v0.20.11
21332026-08-21T17:20:33.041Z Compiling time v0.3.47
21342026-08-21T17:20:33.110Z Compiling clap_builder v4.6.0
21352026-08-21T17:20:33.126Z Compiling rusty-fork v0.3.1
21362026-08-21T17:20:33.143Z Compiling nix v0.31.2
21372026-08-21T17:20:33.166Z Compiling hyper-util v0.1.20
21382026-08-21T17:20:33.245Z Compiling bitvec v1.0.1
21392026-08-21T17:20:33.289Z Compiling num-iter v0.1.45
21402026-08-21T17:20:33.495Z Compiling rand v0.8.6
21412026-08-21T17:20:33.580Z Compiling ipnetwork v0.21.1
21422026-08-21T17:20:33.678Z Compiling lazy_static v1.5.0
21432026-08-21T17:20:33.805Z Compiling hmac v0.12.1
21442026-08-21T17:20:34.135Z Compiling rand_xorshift v0.4.0
21452026-08-21T17:20:34.167Z Compiling curve25519-dalek-derive v0.1.1
21462026-08-21T17:20:34.267Z Compiling sync_wrapper v1.0.2
21472026-08-21T17:20:34.337Z Compiling unarray v0.1.4
21482026-08-21T17:20:34.465Z Compiling siphasher v1.0.2
21492026-08-21T17:20:34.608Z Compiling nodrop v0.1.14
21502026-08-21T17:20:34.676Z Compiling zlib-rs v0.6.2
21512026-08-21T17:20:34.790Z Compiling crc-catalog v2.4.0
21522026-08-21T17:20:34.879Z Compiling crc v3.4.0
21532026-08-21T17:20:34.916Z Compiling array-init v0.0.4
21542026-08-21T17:20:35.085Z Compiling clap v4.6.1
21552026-08-21T17:20:35.217Z Compiling proptest v1.11.0
21562026-08-21T17:20:35.277Z Compiling tower v0.5.3
21572026-08-21T17:20:35.939Z Compiling smallvec v0.6.14
21582026-08-21T17:20:36.050Z Compiling derive_builder_core v0.20.2
21592026-08-21T17:20:36.270Z Compiling http-body-util v0.1.3
21602026-08-21T17:20:36.361Z Compiling pkcs1 v0.7.5
21612026-08-21T17:20:36.526Z Compiling zerocopy v0.6.6
21622026-08-21T17:20:36.543Z Compiling bitfield v0.19.4
21632026-08-21T17:20:36.626Z Compiling snafu-derive v0.8.9
21642026-08-21T17:20:36.740Z Compiling flate2 v1.1.9
21652026-08-21T17:20:36.817Z Compiling strum_macros v0.27.2
21662026-08-21T17:20:36.833Z Compiling strum_macros v0.26.4
21672026-08-21T17:20:36.851Z Compiling hubpack_derive v0.1.1
21682026-08-21T17:20:36.881Z Compiling env_filter v2.0.0
21692026-08-21T17:20:36.927Z Compiling fs-err v3.3.0
21702026-08-21T17:20:36.995Z Compiling unicode-segmentation v1.12.0
21712026-08-21T17:20:37.172Z Compiling ryu v1.0.23
21722026-08-21T17:20:37.273Z Compiling unicode-bidi v0.3.18
21732026-08-21T17:20:37.354Z Compiling iri-string v0.7.10
21742026-08-21T17:20:37.386Z Compiling unicode-properties v0.1.4
21752026-08-21T17:20:37.432Z Compiling gimli v0.32.3
21762026-08-21T17:20:37.534Z Compiling allocator-api2 v0.2.21
21772026-08-21T17:20:37.606Z Compiling hashbrown v0.12.3
21782026-08-21T17:20:37.756Z Compiling base64 v0.21.7
21792026-08-21T17:20:37.900Z Compiling stringprep v0.1.5
21802026-08-21T17:20:38.091Z Compiling ron v0.8.1
21812026-08-21T17:20:38.293Z Compiling serde_urlencoded v0.7.1
21822026-08-21T17:20:38.472Z Compiling newtype-uuid v1.3.2
21832026-08-21T17:20:38.542Z Compiling tower-http v0.6.8
21842026-08-21T17:20:38.558Z Compiling env_logger v0.11.11
21852026-08-21T17:20:38.594Z Compiling derive_builder_macro v0.20.2
21862026-08-21T17:20:38.738Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21872026-08-21T17:20:38.788Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21882026-08-21T17:20:38.898Z Compiling rsa v0.9.10
21892026-08-21T17:20:38.970Z Compiling oxnet v0.1.6
21902026-08-21T17:20:38.986Z Compiling serde-hex v0.1.0
21912026-08-21T17:20:39.003Z Compiling tokio-native-tls v0.3.1
21922026-08-21T17:20:39.006Z Compiling hashbrown v0.13.2
21932026-08-21T17:20:39.089Z Compiling bzip2 v0.4.4
21942026-08-21T17:20:39.204Z Compiling addr2line v0.25.1
21952026-08-21T17:20:39.220Z Compiling usdt-attr-macro v0.6.0
21962026-08-21T17:20:39.311Z Compiling usdt-macro v0.6.0
21972026-08-21T17:20:39.357Z Compiling derive-ex v0.1.8
21982026-08-21T17:20:39.390Z Compiling block-buffer v0.12.1
21992026-08-21T17:20:39.461Z Compiling crypto-common v0.2.2
22002026-08-21T17:20:39.529Z Compiling block-padding v0.4.2
22012026-08-21T17:20:39.711Z Compiling rustls-native-certs v0.8.3
22022026-08-21T17:20:39.740Z Compiling x509-cert v0.2.5
22032026-08-21T17:20:39.975Z Compiling md-5 v0.10.6
22042026-08-21T17:20:40.090Z Compiling erased-serde v0.3.31
22052026-08-21T17:20:40.402Z Compiling bstr v1.12.1
22062026-08-21T17:20:40.553Z Compiling vergen-lib v9.1.0
22072026-08-21T17:20:40.599Z Compiling hash32 v0.2.1
22082026-08-21T17:20:40.628Z Compiling encoding_rs v0.8.35
22092026-08-21T17:20:40.719Z Compiling rustc-demangle v0.1.27
22102026-08-21T17:20:40.776Z Compiling cpufeatures v0.3.0
22112026-08-21T17:20:40.797Z Compiling mime v0.3.17
22122026-08-21T17:20:40.797Z Compiling fallible-iterator v0.2.0
22132026-08-21T17:20:40.865Z Compiling unicode-width v0.2.0
22142026-08-21T17:20:41.008Z Compiling psl-types v2.0.11
22152026-08-21T17:20:41.142Z Compiling crc-any v2.5.0
22162026-08-21T17:20:41.166Z Compiling publicsuffix v2.3.0
22172026-08-21T17:20:41.177Z Compiling postgres-protocol v0.6.10
22182026-08-21T17:20:41.223Z Compiling test-strategy v0.4.5
22192026-08-21T17:20:41.559Z Compiling backtrace v0.3.76
22202026-08-21T17:20:41.926Z Compiling inout v0.2.2
22212026-08-21T17:20:41.959Z Compiling object v0.30.4
22222026-08-21T17:20:42.031Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22232026-08-21T17:20:42.088Z Compiling zip v0.6.6
22242026-08-21T17:20:42.129Z Compiling daft v0.1.7
22252026-08-21T17:20:42.248Z Compiling hyper-tls v0.6.0
22262026-08-21T17:20:42.317Z Compiling derive_builder v0.20.2
22272026-08-21T17:20:42.317Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22282026-08-21T17:20:42.396Z Compiling heck v0.4.1
22292026-08-21T17:20:42.409Z Compiling phf_shared v0.13.1
22302026-08-21T17:20:42.502Z Compiling pin-project v1.1.11
22312026-08-21T17:20:42.606Z Compiling toml v0.7.8
22322026-08-21T17:20:42.639Z Compiling serde_with_macros v3.21.0
22332026-08-21T17:20:42.672Z Compiling futures-executor v0.3.32
22342026-08-21T17:20:42.716Z Compiling serde_repr v0.1.20
22352026-08-21T17:20:42.899Z Compiling miette-derive v7.6.0
22362026-08-21T17:20:42.931Z Compiling async-recursion v1.1.1
22372026-08-21T17:20:42.959Z Compiling enum-as-inner v0.6.1
22382026-08-21T17:20:43.025Z Compiling vergen v9.1.0
22392026-08-21T17:20:43.161Z Compiling ff v0.13.1
22402026-08-21T17:20:43.176Z Compiling cargo-platform v0.3.2
22412026-08-21T17:20:43.254Z Compiling jiff-core v0.1.0
22422026-08-21T17:20:43.399Z Compiling bitflags v1.3.2
22432026-08-21T17:20:43.521Z Compiling libbz2-rs-sys v0.2.2
22442026-08-21T17:20:43.553Z Compiling managed v0.8.0
22452026-08-21T17:20:43.677Z Compiling foldhash v0.2.0
22462026-08-21T17:20:43.693Z Compiling base16ct v0.2.0
22472026-08-21T17:20:43.722Z Compiling is_ci v1.2.0
22482026-08-21T17:20:43.828Z Compiling smawk v0.3.2
22492026-08-21T17:20:43.867Z Compiling foldhash v0.1.5
22502026-08-21T17:20:43.887Z Compiling bumpalo v3.20.2
22512026-08-21T17:20:43.898Z Compiling same-file v1.0.6
22522026-08-21T17:20:43.915Z Compiling path-slash v0.1.5
22532026-08-21T17:20:43.980Z Compiling unicode-linebreak v0.1.5
22542026-08-21T17:20:44.059Z Compiling jiff v0.2.34
22552026-08-21T17:20:44.101Z Compiling zopfli v0.8.3
22562026-08-21T17:20:44.146Z Compiling walkdir v2.5.0
22572026-08-21T17:20:44.162Z Compiling hashbrown v0.15.5
22582026-08-21T17:20:44.182Z Compiling bzip2 v0.6.1
22592026-08-21T17:20:44.222Z Compiling textwrap v0.16.2
22602026-08-21T17:20:44.301Z Compiling hashbrown v0.16.1
22612026-08-21T17:20:44.384Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22622026-08-21T17:20:44.427Z Compiling sec1 v0.7.3
22632026-08-21T17:20:44.701Z Compiling supports-color v3.0.2
22642026-08-21T17:20:44.774Z Compiling cargo_metadata v0.23.1
22652026-08-21T17:20:44.855Z Compiling group v0.13.0
22662026-08-21T17:20:44.950Z Compiling futures v0.3.32
22672026-08-21T17:20:45.153Z Compiling phf v0.13.1
22682026-08-21T17:20:45.173Z Compiling snafu v0.8.9
22692026-08-21T17:20:45.400Z Compiling reqwest v0.12.28
22702026-08-21T17:20:45.550Z Compiling signal-hook-mio v0.2.5
22712026-08-21T17:20:45.611Z Compiling cipher v0.5.2
22722026-08-21T17:20:45.746Z Compiling cookie_store v0.22.1
22732026-08-21T17:20:45.754Z Compiling backtrace-ext v0.2.1
22742026-08-21T17:20:45.847Z Compiling postgres-types v0.2.12
22752026-08-21T17:20:45.897Z Compiling zstd v0.13.3
22762026-08-21T17:20:45.917Z Compiling globset v0.4.18
22772026-08-21T17:20:45.985Z Compiling strum v0.27.2
22782026-08-21T17:20:46.085Z Compiling hubpack v0.1.2
22792026-08-21T17:20:46.198Z Compiling phf_shared v0.11.3
22802026-08-21T17:20:46.247Z Compiling hkdf v0.12.4
22812026-08-21T17:20:46.282Z Compiling crossbeam-epoch v0.9.18
22822026-08-21T17:20:46.392Z Compiling byte-wrapper v0.1.0
22832026-08-21T17:20:46.412Z Compiling ed25519 v2.2.3
22842026-08-21T17:20:46.423Z Compiling olpc-cjson v0.1.4
22852026-08-21T17:20:46.663Z Compiling crypto-bigint v0.5.5
22862026-08-21T17:20:46.743Z Compiling serde_plain v1.0.2
22872026-08-21T17:20:46.752Z Compiling serde-big-array v0.5.1
22882026-08-21T17:20:46.788Z Compiling pem v3.0.6
22892026-08-21T17:20:46.830Z Compiling float-cmp v0.10.0
22902026-08-21T17:20:46.920Z Compiling memmap2 v0.9.10
22912026-08-21T17:20:46.939Z Compiling precomputed-hash v0.1.1
22922026-08-21T17:20:47.045Z Compiling whoami v2.1.0
22932026-08-21T17:20:47.122Z Compiling predicates-core v1.0.10
22942026-08-21T17:20:47.133Z Compiling normalize-line-endings v0.3.0
22952026-08-21T17:20:47.183Z Compiling typed-path v0.9.3
22962026-08-21T17:20:47.211Z Compiling data-encoding v2.10.0
22972026-08-21T17:20:47.251Z Compiling const-oid v0.10.2
22982026-08-21T17:20:47.267Z Compiling toml_write v0.1.2
22992026-08-21T17:20:47.300Z Compiling new_debug_unreachable v1.0.6
23002026-08-21T17:20:47.402Z Compiling supports-hyperlinks v3.2.0
23012026-08-21T17:20:47.402Z Compiling difflib v0.4.0
23022026-08-21T17:20:47.476Z Compiling unicode-width v0.1.14
23032026-08-21T17:20:47.484Z Compiling keccak v0.1.6
23042026-08-21T17:20:47.682Z Compiling static_assertions v1.1.0
23052026-08-21T17:20:47.703Z Compiling supports-unicode v3.0.0
23062026-08-21T17:20:47.714Z Compiling fixedbitset v0.5.7
23072026-08-21T17:20:47.772Z Compiling fixedbitset v0.4.2
23082026-08-21T17:20:47.788Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23092026-08-21T17:20:47.863Z Compiling miette v7.6.0
23102026-08-21T17:20:47.882Z Compiling predicates v3.1.4
23112026-08-21T17:20:47.918Z Compiling sha3 v0.10.8
23122026-08-21T17:20:47.938Z Compiling petgraph v0.8.3
23132026-08-21T17:20:47.988Z Compiling petgraph v0.6.5
23142026-08-21T17:20:48.123Z Compiling elliptic-curve v0.13.8
23152026-08-21T17:20:48.193Z Compiling hickory-proto v0.25.2
23162026-08-21T17:20:48.200Z Compiling toml_edit v0.22.27
23172026-08-21T17:20:48.330Z Compiling digest v0.11.3
23182026-08-21T17:20:48.396Z Compiling string_cache v0.8.9
23192026-08-21T17:20:48.505Z Compiling tokio-postgres v0.7.16
23202026-08-21T17:20:48.570Z Compiling chacha20 v0.10.0
23212026-08-21T17:20:48.883Z Compiling usdt v0.6.0
23222026-08-21T17:20:49.740Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23232026-08-21T17:20:49.759Z Compiling ed25519-dalek v2.2.0
23242026-08-21T17:20:50.307Z Compiling zip v4.6.1
23252026-08-21T17:20:50.603Z Compiling crossterm v0.28.1
23262026-08-21T17:20:50.923Z Compiling iddqd v0.4.2
23272026-08-21T17:20:50.960Z Compiling serde_with v3.21.0
23282026-08-21T17:20:50.978Z Compiling similar v2.7.0
23292026-08-21T17:20:51.059Z Compiling strum v0.26.3
23302026-08-21T17:20:51.228Z Compiling tokio-stream v0.1.18
23312026-08-21T17:20:51.321Z Compiling buf-list v1.1.2
23322026-08-21T17:20:51.600Z Compiling itertools v0.13.0
23332026-08-21T17:20:51.728Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23342026-08-21T17:20:51.750Z Compiling openapiv3 v2.2.0
23352026-08-21T17:20:52.450Z Compiling lalrpop-util v0.19.12
23362026-08-21T17:20:52.827Z Compiling peg-runtime v0.8.5
23372026-08-21T17:21:08.606Z Compiling rustls-webpki v0.103.13
23382026-08-21T17:21:12.131Z Compiling tokio-rustls v0.26.4
23392026-08-21T17:21:12.231Z Compiling rustls-platform-verifier v0.6.2
23402026-08-21T17:21:12.417Z Compiling hyper-rustls v0.27.7
23412026-08-21T17:21:12.502Z Compiling tough v0.22.0
23422026-08-21T17:21:12.729Z Compiling reqwest v0.13.2
23432026-08-21T17:21:14.972Z Compiling macaddr v1.0.1
23442026-08-21T17:21:15.344Z Compiling crucible-workspace-hack v0.1.0
23452026-08-21T17:21:15.440Z Compiling rayon-core v1.13.0
23462026-08-21T17:21:15.440Z Compiling secrecy v0.10.3
23472026-08-21T17:21:15.440Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23482026-08-21T17:21:15.441Z Compiling heapless v0.8.0
23492026-08-21T17:21:15.441Z Compiling toml_datetime v0.7.5+spec-1.1.0
23502026-08-21T17:21:15.460Z Compiling crossbeam-deque v0.8.6
23512026-08-21T17:21:15.460Z Compiling ingot-macros v0.2.0
23522026-08-21T17:21:15.460Z Compiling inout v0.1.4
23532026-08-21T17:21:15.471Z Compiling hash32 v0.3.1
23542026-08-21T17:21:15.481Z Compiling multer v3.1.0
23552026-08-21T17:21:15.698Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23562026-08-21T17:21:15.751Z Compiling toml_edit v0.23.10+spec-1.0.0
23572026-08-21T17:21:15.751Z Compiling thread_local v1.1.9
23582026-08-21T17:21:15.751Z Compiling slog-async v2.8.0
23592026-08-21T17:21:15.751Z Compiling smoltcp v0.11.0
23602026-08-21T17:21:15.751Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23612026-08-21T17:21:15.787Z Compiling compression-core v0.4.31
23622026-08-21T17:21:15.787Z Compiling match_cfg v0.1.0
23632026-08-21T17:21:15.863Z Compiling compression-codecs v0.4.37
23642026-08-21T17:21:19.553Z Compiling hostname v0.3.1
23652026-08-21T17:21:19.600Z Compiling cipher v0.4.4
23662026-08-21T17:21:19.600Z Compiling atomicwrites v0.4.4
23672026-08-21T17:21:19.601Z Compiling slog-json v2.6.1
23682026-08-21T17:21:19.601Z Compiling crossbeam-channel v0.5.15
23692026-08-21T17:21:19.601Z Compiling half v2.7.1
23702026-08-21T17:21:19.601Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23712026-08-21T17:21:19.601Z Compiling proc-macro-crate v3.4.0
23722026-08-21T17:21:19.601Z Compiling universal-hash v0.5.1
23732026-08-21T17:21:19.601Z Compiling newtype-uuid-macros v0.1.0
23742026-08-21T17:21:19.601Z Compiling cobs v0.3.0
23752026-08-21T17:21:19.601Z Compiling async-stream-impl v0.3.6
23762026-08-21T17:21:19.601Z Compiling thiserror-impl-no-std v2.0.2
23772026-08-21T17:21:19.601Z Compiling toml_datetime v1.1.1+spec-1.1.0
23782026-08-21T17:21:19.601Z Compiling serde_spanned v1.1.1
23792026-08-21T17:21:19.601Z Compiling is-terminal v0.4.17
23802026-08-21T17:21:19.601Z Compiling proc-macro-error-attr v1.0.4
23812026-08-21T17:21:19.601Z Compiling dropshot v0.17.1
23822026-08-21T17:21:19.601Z Compiling take_mut v0.2.2
23832026-08-21T17:21:19.601Z Compiling term v1.2.1
23842026-08-21T17:21:19.601Z Compiling convert_case v0.4.0
23852026-08-21T17:21:19.601Z Compiling opaque-debug v0.3.1
23862026-08-21T17:21:19.601Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
23872026-08-21T17:21:19.601Z Compiling toml_writer v1.1.1+spec-1.1.0
23882026-08-21T17:21:19.601Z Compiling ciborium-io v0.2.2
23892026-08-21T17:21:19.601Z Compiling poly1305 v0.8.0
23902026-08-21T17:21:19.601Z Compiling async-stream v0.3.6
23912026-08-21T17:21:19.601Z Compiling ciborium-ll v0.2.2
23922026-08-21T17:21:19.601Z Compiling toml v1.1.2+spec-1.1.0
23932026-08-21T17:21:19.603Z Compiling slog-term v2.9.2
23942026-08-21T17:21:19.603Z Compiling derive_more v0.99.20
23952026-08-21T17:21:19.603Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23962026-08-21T17:21:19.603Z Compiling num_enum_derive v0.7.6
23972026-08-21T17:21:19.603Z Compiling postcard v1.1.3
23982026-08-21T17:21:19.603Z Compiling thiserror-no-std v2.0.2
23992026-08-21T17:21:19.603Z Compiling slog-bunyan v2.5.0
24002026-08-21T17:21:19.603Z Compiling chacha20 v0.9.1
24012026-08-21T17:21:19.603Z Compiling async-compression v0.4.41
24022026-08-21T17:21:19.603Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24032026-08-21T17:21:19.603Z Compiling sha1 v0.11.0
24042026-08-21T17:21:19.603Z Compiling ingot-types v0.2.0
24052026-08-21T17:21:19.603Z Compiling parse-display-derive v0.10.0
24062026-08-21T17:21:19.603Z Compiling proc-macro-crate v1.3.1
24072026-08-21T17:21:19.603Z Compiling waitgroup v0.1.2
24082026-08-21T17:21:19.603Z Compiling backon v1.6.0
24092026-08-21T17:21:19.603Z Compiling rustls-pemfile v2.2.0
24102026-08-21T17:21:19.603Z Compiling ingot v0.2.1
24112026-08-21T17:21:19.603Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24122026-08-21T17:21:19.603Z Compiling blake2 v0.10.6
24132026-08-21T17:21:19.603Z Compiling aead v0.5.2
24142026-08-21T17:21:19.603Z Compiling dropshot_endpoint v0.17.1
24152026-08-21T17:21:19.603Z Compiling password-hash v0.5.0
24162026-08-21T17:21:19.603Z Compiling foreign-types-macros v0.2.3
24172026-08-21T17:21:19.603Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24182026-08-21T17:21:19.603Z Compiling serde_path_to_error v0.1.20
24192026-08-21T17:21:19.603Z Compiling hostname v0.4.2
24202026-08-21T17:21:19.603Z Compiling proc-macro-error v1.0.4
24212026-08-21T17:21:19.603Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24222026-08-21T17:21:19.603Z Compiling instant v0.1.13
24232026-08-21T17:21:19.603Z Compiling debug-ignore v1.0.5
24242026-08-21T17:21:19.604Z Compiling foreign-types-shared v0.3.1
24252026-08-21T17:21:19.604Z Compiling backoff v0.4.0
24262026-08-21T17:21:19.655Z Compiling argon2 v0.5.3
24272026-08-21T17:21:19.655Z Compiling parse-display v0.10.0
24282026-08-21T17:21:19.677Z Compiling foreign-types v0.5.0
24292026-08-21T17:21:19.677Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24302026-08-21T17:21:19.677Z Compiling chacha20poly1305 v0.10.1
24312026-08-21T17:21:19.677Z Compiling num_enum_derive v0.5.11
24322026-08-21T17:21:19.691Z Compiling num_enum v0.7.6
24332026-08-21T17:21:19.709Z Compiling vsss-rs v3.3.4
24342026-08-21T17:21:19.775Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24352026-08-21T17:21:19.792Z Compiling ciborium v0.2.2
24362026-08-21T17:21:20.092Z Compiling regress v0.10.5
24372026-08-21T17:21:20.205Z Compiling itertools v0.14.0
24382026-08-21T17:21:20.227Z Compiling tabwriter v1.4.1
24392026-08-21T17:21:20.241Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24402026-08-21T17:21:20.418Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24412026-08-21T17:21:20.571Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24422026-08-21T17:21:20.623Z Compiling cstr-argument v0.1.2
24432026-08-21T17:21:20.786Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24442026-08-21T17:21:20.952Z Compiling humantime v2.3.0
24452026-08-21T17:21:21.007Z Compiling num_enum v0.5.11
24462026-08-21T17:21:21.007Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24472026-08-21T17:21:21.007Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24482026-08-21T17:21:21.008Z Compiling rayon v1.11.0
24492026-08-21T17:21:21.008Z Compiling rand v0.10.1
24502026-08-21T17:21:21.012Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24512026-08-21T17:21:21.012Z Compiling libefi-sys v0.1.0
24522026-08-21T17:21:21.028Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24532026-08-21T17:21:21.124Z Compiling colored v3.1.1
24542026-08-21T17:21:21.177Z Compiling indent_write v2.2.0
24552026-08-21T17:21:21.195Z Compiling zone_cfg_derive v0.3.1
24562026-08-21T17:21:21.217Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24572026-08-21T17:21:21.233Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24582026-08-21T17:21:21.269Z Compiling camino-tempfile v1.4.1
24592026-08-21T17:21:21.352Z Compiling itertools v0.12.1
24602026-08-21T17:21:21.372Z Compiling usdt-macro v0.5.0
24612026-08-21T17:21:21.445Z Compiling usdt-attr-macro v0.5.0
24622026-08-21T17:21:21.649Z Compiling num-derive v0.4.2
24632026-08-21T17:21:21.675Z Compiling bitfield-struct v0.6.2
24642026-08-21T17:21:21.716Z Compiling blake3 v1.8.5
24652026-08-21T17:21:21.732Z Compiling memmap v0.7.0
24662026-08-21T17:21:21.766Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24672026-08-21T17:21:21.842Z Compiling sigpipe v0.1.3
24682026-08-21T17:21:21.953Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24692026-08-21T17:21:21.983Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24702026-08-21T17:21:22.073Z Compiling glob v0.3.3
24712026-08-21T17:21:22.089Z Compiling swrite v0.1.0
24722026-08-21T17:21:22.173Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24732026-08-21T17:21:22.242Z Compiling usdt v0.5.0
24742026-08-21T17:21:22.246Z Compiling smf v0.2.3
24752026-08-21T17:21:22.307Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24762026-08-21T17:21:22.480Z Compiling filetime v0.2.27
24772026-08-21T17:21:22.497Z Compiling whoami v1.6.1
24782026-08-21T17:21:22.562Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24792026-08-21T17:21:22.604Z Compiling xattr v1.6.1
24802026-08-21T17:21:22.631Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24812026-08-21T17:21:22.714Z Compiling zone v0.3.1
24822026-08-21T17:21:22.748Z Compiling arrayref v0.3.9
24832026-08-21T17:21:22.758Z Compiling arrayvec v0.7.6
24842026-08-21T17:21:22.820Z Compiling constant_time_eq v0.4.2
24852026-08-21T17:21:22.836Z Compiling tar v0.4.46
24862026-08-21T17:21:22.849Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24872026-08-21T17:21:22.886Z Compiling tokio-dtrace v0.1.1
24882026-08-21T17:21:23.000Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24892026-08-21T17:21:23.019Z Compiling gethostname v0.5.0
24902026-08-21T17:21:23.022Z Compiling console v0.16.2
24912026-08-21T17:21:23.175Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24922026-08-21T17:21:23.235Z Compiling unit-prefix v0.5.2
24932026-08-21T17:21:23.252Z Compiling topological-sort v0.2.2
24942026-08-21T17:21:23.394Z Compiling oxide-tokio-rt v0.1.4
24952026-08-21T17:21:23.449Z Compiling toml v0.8.23
24962026-08-21T17:21:23.486Z Compiling indicatif v0.18.4
24972026-08-21T17:21:23.524Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24982026-08-21T17:21:23.635Z Compiling shell-words v1.1.1
24992026-08-21T17:21:32.848Z Compiling progenitor-client v0.14.0
25002026-08-21T17:21:32.848Z Compiling omicron-zone-package v0.12.3
25012026-08-21T17:21:33.084Z Compiling progenitor-extras v0.2.0
25022026-08-21T17:21:33.490Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25032026-08-21T17:21:33.508Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25042026-08-21T17:21:33.550Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25052026-08-21T17:21:33.599Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25062026-08-21T17:21:33.619Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25072026-08-21T17:21:33.664Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25082026-08-21T17:21:33.812Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25092026-08-21T17:21:33.931Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25102026-08-21T17:21:34.428Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25112026-08-21T17:21:37.950Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25122026-08-21T17:21:47.097Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25132026-08-21T17:21:50.363Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25142026-08-21T17:21:51.438Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
25152026-08-21T17:22:01.860Z Finished `release` profile [optimized] target(s) in 1m 48s
25162026-08-21T17:22:02.008Z Running `target/release/omicron-package -t test target create -p dev`
25172026-08-21T17:22:02.031ZLogging to: /work/oxidecomputer/omicron/out/LOG
25182026-08-21T17:22:02.083ZCreated new build target 'test' and set it as active
25192026-08-21T17:22:02.084Z
25202026-08-21T17:22:02.084Zreal 1:48.396435844
25212026-08-21T17:22:02.084Zuser 17:52.407146003
25222026-08-21T17:22:02.084Zsys 2:46.335448040
25232026-08-21T17:22:02.084Ztrap 0.501032332
25242026-08-21T17:22:02.084Ztflt 2.408275218
25252026-08-21T17:22:02.084Zdflt 4.633443331
25262026-08-21T17:22:02.084Zkflt 0.000919290
25272026-08-21T17:22:02.084Zlock 58:29.409761363
25282026-08-21T17:22:02.084Zslp 45:31.069214605
25292026-08-21T17:22:02.085Zlat 53.225659805
25302026-08-21T17:22:02.085Zstop 6:19.015433716
25312026-08-21T17:22:02.085Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
25322026-08-21T17:22:02.938Z Finished `release` profile [optimized] target(s) in 0.89s
25332026-08-21T17:22:03.029Z Running `target/release/omicron-package -t test package`
25342026-08-21T17:22:03.083ZLogging to: /work/oxidecomputer/omicron/out/LOG
25352026-08-21T17:22:04.529Z Compiling heck v0.5.0
25362026-08-21T17:22:04.529Z Compiling regress v0.11.1
25372026-08-21T17:22:04.771Z Compiling unsafe-libyaml v0.2.11
25382026-08-21T17:22:04.792Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25392026-08-21T17:22:04.819Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25402026-08-21T17:22:04.819Z Compiling derive-where v1.6.0
25412026-08-21T17:22:04.819Z Compiling bytecount v0.6.9
25422026-08-21T17:22:04.881Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25432026-08-21T17:22:04.881Z Compiling atomicwrites v0.4.4
25442026-08-21T17:22:04.884Z Compiling is-terminal v0.4.17
25452026-08-21T17:22:04.885Z Compiling prettyplease v0.2.37
25462026-08-21T17:22:04.885Z Compiling newline-converter v0.3.0
25472026-08-21T17:22:04.899Z Compiling console v0.15.11
25482026-08-21T17:22:04.958Z Compiling slog-dtrace v0.3.0
25492026-08-21T17:22:04.962Z Compiling cancel-safe-futures v0.1.5
25502026-08-21T17:22:05.044Z Compiling resolv-conf v0.7.6
25512026-08-21T17:22:05.069Z Compiling num-rational v0.4.2
25522026-08-21T17:22:05.073Z Compiling num-complex v0.4.6
25532026-08-21T17:22:05.112Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25542026-08-21T17:22:05.116Z Compiling thread_local v1.1.9
25552026-08-21T17:22:05.187Z Compiling match_cfg v0.1.0
25562026-08-21T17:22:05.279Z Compiling serde_yaml v0.9.34+deprecated
25572026-08-21T17:22:05.322Z Compiling expectorate v1.2.0
25582026-08-21T17:22:05.375Z Compiling compression-core v0.4.31
25592026-08-21T17:22:05.548Z Compiling compression-codecs v0.4.37
25602026-08-21T17:22:05.571Z Compiling num v0.4.3
25612026-08-21T17:22:05.578Z Compiling hostname v0.3.1
25622026-08-21T17:22:05.618Z Compiling multer v3.1.0
25632026-08-21T17:22:05.648Z Compiling slog-async v2.8.0
25642026-08-21T17:22:05.673Z Compiling crossbeam-channel v0.5.15
25652026-08-21T17:22:05.697Z Compiling slog-json v2.6.1
25662026-08-21T17:22:05.713Z Compiling toml_datetime v1.1.1+spec-1.1.0
25672026-08-21T17:22:05.759Z Compiling serde_spanned v1.1.1
25682026-08-21T17:22:05.807Z Compiling toml_writer v1.1.1+spec-1.1.0
25692026-08-21T17:22:05.828Z Compiling float-ord v0.3.2
25702026-08-21T17:22:05.917Z Compiling take_mut v0.2.2
25712026-08-21T17:22:05.938Z Compiling linear-map v1.2.0
25722026-08-21T17:22:05.966Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25732026-08-21T17:22:05.987Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25742026-08-21T17:22:06.010Z Compiling oxide-update-engine-types v0.1.2
25752026-08-21T17:22:06.067Z Compiling linked-hash-map v0.5.6
25762026-08-21T17:22:06.072Z Compiling term v1.2.1
25772026-08-21T17:22:06.072Z Compiling toml v1.1.2+spec-1.1.0
25782026-08-21T17:22:06.652Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25792026-08-21T17:22:06.666Z Compiling slog-bunyan v2.5.0
25802026-08-21T17:22:06.666Z Compiling async-compression v0.4.41
25812026-08-21T17:22:06.666Z Compiling lru-cache v0.1.2
25822026-08-21T17:22:06.666Z Compiling typify-impl v0.6.2
25832026-08-21T17:22:06.666Z Compiling slog-term v2.9.2
25842026-08-21T17:22:06.666Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25852026-08-21T17:22:06.666Z Compiling async-stream v0.3.6
25862026-08-21T17:22:06.666Z Compiling dropshot v0.17.1
25872026-08-21T17:22:06.666Z Compiling sha1 v0.11.0
25882026-08-21T17:22:06.666Z Compiling progenitor-client v0.14.0
25892026-08-21T17:22:06.679Z Compiling waitgroup v0.1.2
25902026-08-21T17:22:06.752Z Compiling rustls-pemfile v2.2.0
25912026-08-21T17:22:06.810Z Compiling backon v1.6.0
25922026-08-21T17:22:06.838Z Compiling hostname v0.4.2
25932026-08-21T17:22:06.881Z Compiling serde_path_to_error v0.1.20
25942026-08-21T17:22:06.956Z Compiling instant v0.1.13
25952026-08-21T17:22:06.978Z Compiling debug-ignore v1.0.5
25962026-08-21T17:22:06.978Z Compiling minimal-lexical v0.2.1
25972026-08-21T17:22:07.025Z Compiling progenitor-extras v0.2.0
25982026-08-21T17:22:07.056Z Compiling backoff v0.4.0
25992026-08-21T17:22:07.092Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26002026-08-21T17:22:07.117Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
26012026-08-21T17:22:07.218Z Compiling nom v7.1.3
26022026-08-21T17:22:07.263Z Compiling oxide-update-engine v0.1.2
26032026-08-21T17:22:07.283Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
26042026-08-21T17:22:07.303Z Compiling parse-display v0.10.0
26052026-08-21T17:22:07.324Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26062026-08-21T17:22:07.377Z Compiling hickory-proto v0.24.4
26072026-08-21T17:22:07.891Z Compiling regress v0.10.5
26082026-08-21T17:22:07.993Z Compiling itertools v0.14.0
26092026-08-21T17:22:08.550Z Compiling macaddr v1.0.1
26102026-08-21T17:22:08.597Z Compiling humantime v2.3.0
26112026-08-21T17:22:08.652Z Compiling unicode-xid v0.2.6
26122026-08-21T17:22:08.835Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
26132026-08-21T17:22:08.911Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26142026-08-21T17:22:09.014Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26152026-08-21T17:22:09.173Z Compiling convert_case v0.10.0
26162026-08-21T17:22:09.262Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
26172026-08-21T17:22:09.285Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26182026-08-21T17:22:09.386Z Compiling toml v0.8.23
26192026-08-21T17:22:09.470Z Compiling derive_more-impl v2.1.1
26202026-08-21T17:22:09.546Z Compiling papergrid v0.11.0
26212026-08-21T17:22:09.802Z Compiling typify-macro v0.6.2
26222026-08-21T17:22:09.908Z Compiling tabled_derive v0.7.0
26232026-08-21T17:22:09.977Z Compiling hickory-resolver v0.24.4
26242026-08-21T17:22:09.996Z Compiling termtree v0.5.1
26252026-08-21T17:22:10.200Z Compiling phf_shared v0.12.1
26262026-08-21T17:22:10.248Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26272026-08-21T17:22:10.449Z Compiling derive_more v2.1.1
26282026-08-21T17:22:10.562Z Compiling crossterm v0.29.0
26292026-08-21T17:22:10.821Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26302026-08-21T17:22:10.843Z Compiling tabled v0.15.0
26312026-08-21T17:22:11.204Z Compiling qorb v0.4.1
26322026-08-21T17:22:11.376Z Compiling typify v0.6.2
26332026-08-21T17:22:11.685Z Compiling progenitor-impl v0.14.0
26342026-08-21T17:22:12.321Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26352026-08-21T17:22:12.844Z Compiling csv-core v0.1.13
26362026-08-21T17:22:13.269Z Compiling vte v0.14.1
26372026-08-21T17:22:13.454Z Compiling highway v1.3.0
26382026-08-21T17:22:13.809Z Compiling progenitor-macro v0.14.0
26392026-08-21T17:22:14.175Z Compiling chrono-tz v0.10.4
26402026-08-21T17:22:14.430Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26412026-08-21T17:22:14.579Z Compiling strip-ansi-escapes v0.2.1
26422026-08-21T17:22:14.859Z Compiling csv v1.4.0
26432026-08-21T17:22:15.130Z Compiling phf v0.12.1
26442026-08-21T17:22:15.246Z Compiling const_format_proc_macros v0.2.34
26452026-08-21T17:22:15.333Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26462026-08-21T17:22:15.357Z Compiling fd-lock v4.0.4
26472026-08-21T17:22:15.682Z Compiling peg-macros v0.8.5
26482026-08-21T17:22:15.830Z Compiling nu-ansi-term v0.50.3
26492026-08-21T17:22:16.003Z Compiling const_format v0.2.35
26502026-08-21T17:22:16.252Z Compiling reedline v0.40.0
26512026-08-21T17:22:16.305Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26522026-08-21T17:22:16.517Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26532026-08-21T17:22:16.976Z Compiling peg v0.8.5
26542026-08-21T17:22:17.080Z Compiling bcs v0.1.6
26552026-08-21T17:22:17.117Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26562026-08-21T17:22:17.517Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26572026-08-21T17:22:17.933Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
26582026-08-21T17:22:17.984Z Compiling progenitor v0.14.0
26592026-08-21T17:22:18.179Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26602026-08-21T17:22:18.201Z Compiling nom v8.0.0
26612026-08-21T17:22:18.248Z Compiling semver v0.1.20
26622026-08-21T17:22:18.563Z Compiling rustc_version v0.1.7
26632026-08-21T17:22:18.872Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26642026-08-21T17:22:18.887Z Compiling newtype_derive v0.1.6
26652026-08-21T17:22:19.088Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26662026-08-21T17:22:19.352Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26672026-08-21T17:22:19.551Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26682026-08-21T17:22:19.724Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26692026-08-21T17:22:19.893Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26702026-08-21T17:22:20.432Z Compiling steno v0.4.1
26712026-08-21T17:22:20.523Z Compiling dropshot-api-manager-types v0.8.0
26722026-08-21T17:22:20.594Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26732026-08-21T17:22:20.921Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
26742026-08-21T17:22:21.024Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26752026-08-21T17:22:21.112Z Compiling sha1 v0.10.6
26762026-08-21T17:22:21.230Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26772026-08-21T17:22:21.298Z Compiling utf-8 v0.7.6
26782026-08-21T17:22:21.535Z Compiling tagptr v0.2.0
26792026-08-21T17:22:21.567Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26802026-08-21T17:22:21.726Z Compiling moka v0.12.13
26812026-08-21T17:22:21.752Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26822026-08-21T17:22:22.022Z Compiling tungstenite v0.21.0
26832026-08-21T17:22:22.444Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26842026-08-21T17:22:22.999Z Compiling hickory-resolver v0.25.2
26852026-08-21T17:22:24.016Z Compiling tokio-tungstenite v0.21.0
26862026-08-21T17:22:24.074Z Compiling darling_core v0.21.3
26872026-08-21T17:22:24.407Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26882026-08-21T17:22:25.079Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26892026-08-21T17:22:26.232Z Compiling darling_macro v0.21.3
26902026-08-21T17:22:26.596Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26912026-08-21T17:22:26.765Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26922026-08-21T17:22:26.906Z Compiling display-error-chain v0.2.2
26932026-08-21T17:22:27.088Z Compiling darling v0.21.3
26942026-08-21T17:22:27.181Z Compiling libscf-sys v1.2.0
26952026-08-21T17:22:27.270Z Compiling vergen-lib v0.1.6
26962026-08-21T17:22:27.380Z Compiling diesel_derives v2.3.7
26972026-08-21T17:22:27.488Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26982026-08-21T17:22:27.658Z Compiling dsl_auto_type v0.2.0
26992026-08-21T17:22:28.227Z Compiling scheduled-thread-pool v0.2.7
27002026-08-21T17:22:28.250Z Compiling vergen-gitcl v1.0.8
27012026-08-21T17:22:28.480Z Compiling diesel_table_macro_syntax v0.3.0
27022026-08-21T17:22:28.700Z Compiling dirs-sys-next v0.1.2
27032026-08-21T17:22:28.870Z Compiling crunchy v0.2.4
27042026-08-21T17:22:28.900Z Compiling glob v0.3.3
27052026-08-21T17:22:28.977Z Compiling maplit v1.0.2
27062026-08-21T17:22:29.070Z Compiling dirs-next v2.0.0
27072026-08-21T17:22:29.214Z Compiling r2d2 v0.8.10
27082026-08-21T17:22:29.267Z Compiling clang-sys v1.8.1
27092026-08-21T17:22:29.503Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
27102026-08-21T17:22:29.561Z Compiling papergrid v0.18.0
27112026-08-21T17:22:29.585Z Compiling downcast-rs v2.0.2
27122026-08-21T17:22:29.643Z Compiling xshell-macros v0.2.7
27132026-08-21T17:22:29.721Z Compiling tiny-keccak v2.0.2
27142026-08-21T17:22:29.936Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27152026-08-21T17:22:30.034Z Compiling xshell v0.2.7
27162026-08-21T17:22:30.090Z Compiling term v0.7.0
27172026-08-21T17:22:30.180Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27182026-08-21T17:22:30.208Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27192026-08-21T17:22:30.285Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27202026-08-21T17:22:30.510Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27212026-08-21T17:22:30.593Z Compiling bit-vec v0.6.3
27222026-08-21T17:22:30.772Z Compiling tabled v0.21.0
27232026-08-21T17:22:30.840Z Compiling bit-set v0.5.3
27242026-08-21T17:22:31.031Z Compiling ascii-canvas v3.0.0
27252026-08-21T17:22:31.278Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27262026-08-21T17:22:31.301Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27272026-08-21T17:22:31.418Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
27282026-08-21T17:22:31.881Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27292026-08-21T17:22:31.908Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
27302026-08-21T17:22:31.973Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
27312026-08-21T17:22:32.199Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27322026-08-21T17:22:32.427Z Compiling itertools v0.10.5
27332026-08-21T17:22:32.471Z Compiling ena v0.14.4
27342026-08-21T17:22:32.496Z Compiling libloading v0.8.9
27352026-08-21T17:22:32.532Z Compiling regex-syntax v0.6.29
27362026-08-21T17:22:32.728Z Compiling unicase v2.9.0
27372026-08-21T17:22:32.758Z Compiling bindgen v0.71.1
27382026-08-21T17:22:33.033Z Compiling diff v0.1.13
27392026-08-21T17:22:33.428Z Compiling cexpr v0.6.0
27402026-08-21T17:22:33.569Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27412026-08-21T17:22:33.750Z Compiling diesel v2.3.7
27422026-08-21T17:22:33.793Z Compiling crc8 v0.1.1
27432026-08-21T17:22:33.935Z Compiling lalrpop v0.19.12
27442026-08-21T17:22:34.067Z Compiling rustc-hash v2.1.1
27452026-08-21T17:22:34.229Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27462026-08-21T17:22:34.414Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27472026-08-21T17:22:34.458Z Compiling headers-core v0.3.0
27482026-08-21T17:22:34.614Z Compiling libxml v0.3.3
27492026-08-21T17:22:34.952Z Compiling headers v0.4.1
27502026-08-21T17:22:35.172Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27512026-08-21T17:22:35.404Z Compiling strum_macros v0.24.3
27522026-08-21T17:22:35.425Z Compiling indoc v1.0.9
27532026-08-21T17:22:35.561Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27542026-08-21T17:22:35.780Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27552026-08-21T17:22:35.863Z Compiling derive_builder v0.20.2
27562026-08-21T17:22:36.034Z Compiling quick-xml v0.37.5
27572026-08-21T17:22:36.153Z Compiling oso-derive v0.27.3
27582026-08-21T17:22:36.225Z Compiling impl-trait-for-tuples v0.2.3
27592026-08-21T17:22:36.563Z Compiling openssl-probe v0.1.6
27602026-08-21T17:22:36.674Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27612026-08-21T17:22:36.700Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27622026-08-21T17:22:36.864Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27632026-08-21T17:22:37.375Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27642026-08-21T17:22:37.413Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27652026-08-21T17:22:37.509Z Compiling bb8 v0.8.6
27662026-08-21T17:22:37.544Z Compiling trait-variant v0.1.2
27672026-08-21T17:22:37.624Z Compiling proc-macro-error-attr2 v2.0.0
27682026-08-21T17:22:37.894Z Compiling half v1.8.3
27692026-08-21T17:22:38.047Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27702026-08-21T17:22:38.076Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27712026-08-21T17:22:38.099Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27722026-08-21T17:22:38.309Z Compiling serde_cbor v0.11.2
27732026-08-21T17:22:38.332Z Compiling proc-macro-error2 v2.0.1
27742026-08-21T17:22:38.726Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27752026-08-21T17:22:38.751Z Compiling hashbrown v0.14.5
27762026-08-21T17:22:38.754Z Compiling rfc6979 v0.4.0
27772026-08-21T17:22:38.955Z Compiling salty v0.3.0
27782026-08-21T17:22:39.054Z Compiling ecdsa v0.16.9
27792026-08-21T17:22:39.288Z Compiling chumsky v0.9.3
27802026-08-21T17:22:39.360Z Compiling knus-derive v3.4.0
27812026-08-21T17:22:39.538Z Compiling samael v0.0.19
27822026-08-21T17:22:39.560Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27832026-08-21T17:22:39.631Z Compiling progenitor-impl v0.13.0
27842026-08-21T17:22:39.686Z Compiling primeorder v0.13.6
27852026-08-21T17:22:39.979Z Compiling nonempty v0.12.0
27862026-08-21T17:22:40.229Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27872026-08-21T17:22:40.540Z Compiling p384 v0.13.1
27882026-08-21T17:22:40.728Z Compiling knus v3.4.0
27892026-08-21T17:22:41.455Z Compiling polar-core v0.27.3
27902026-08-21T17:22:41.606Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27912026-08-21T17:22:41.757Z Compiling progenitor-macro v0.13.0
27922026-08-21T17:22:42.079Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27932026-08-21T17:22:42.904Z Compiling progenitor-client v0.13.0
27942026-08-21T17:22:43.085Z Compiling fxhash v0.2.1
27952026-08-21T17:22:43.253Z Compiling libz-sys v1.1.24
27962026-08-21T17:22:43.380Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27972026-08-21T17:22:43.430Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
27982026-08-21T17:22:43.798Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27992026-08-21T17:22:43.947Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28002026-08-21T17:22:44.365Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28012026-08-21T17:22:44.396Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
28022026-08-21T17:22:45.111Z Compiling kstat-rs v0.2.5
28032026-08-21T17:22:45.798Z Compiling mime_guess v2.0.5
28042026-08-21T17:22:45.942Z Compiling progenitor v0.13.0
28052026-08-21T17:22:46.142Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28062026-08-21T17:22:47.329Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28072026-08-21T17:22:47.904Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28082026-08-21T17:22:48.037Z Compiling nanorand v0.7.0
28092026-08-21T17:22:48.315Z Compiling libgit2-sys v0.18.3+1.9.2
28102026-08-21T17:22:48.442Z Compiling parking_lot_core v0.8.6
28112026-08-21T17:22:48.524Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28122026-08-21T17:22:48.881Z Compiling flume v0.11.1
28132026-08-21T17:22:48.999Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28142026-08-21T17:22:49.433Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28152026-08-21T17:22:49.826Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28162026-08-21T17:22:50.162Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28172026-08-21T17:22:50.642Z Compiling oso v0.27.3
28182026-08-21T17:22:50.846Z Compiling git-stub v1.0.0
28192026-08-21T17:22:51.051Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
28202026-08-21T17:22:51.121Z Compiling instability v0.3.11
28212026-08-21T17:22:51.348Z Compiling async-bb8-diesel v0.2.1
28222026-08-21T17:22:51.807Z Compiling diesel-dtrace v0.5.0
28232026-08-21T17:22:51.831Z Compiling strsim v0.10.0
28242026-08-21T17:22:52.144Z Compiling corncobs v0.1.4
28252026-08-21T17:22:52.165Z Compiling http-range v0.1.5
28262026-08-21T17:22:52.398Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28272026-08-21T17:22:52.546Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28282026-08-21T17:22:53.165Z Compiling darling_core v0.13.4
28292026-08-21T17:22:54.735Z Compiling git-stub-vcs v0.1.0
28302026-08-21T17:22:55.101Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28312026-08-21T17:22:55.865Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
28322026-08-21T17:22:56.105Z Compiling ignore v0.4.25
28332026-08-21T17:22:57.041Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28342026-08-21T17:22:57.150Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28352026-08-21T17:22:57.288Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28362026-08-21T17:22:57.313Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28372026-08-21T17:22:57.579Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28382026-08-21T17:22:57.881Z Compiling anstyle-parse v0.2.7
28392026-08-21T17:22:58.145Z Compiling secrecy v0.8.0
28402026-08-21T17:22:58.350Z Compiling castaway v0.2.4
28412026-08-21T17:22:58.515Z Compiling vergen-git2 v9.1.0
28422026-08-21T17:22:58.747Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28432026-08-21T17:22:58.988Z Compiling indoc v2.0.7
28442026-08-21T17:22:59.162Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28452026-08-21T17:22:59.355Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28462026-08-21T17:23:00.164Z Compiling compact_str v0.8.1
28472026-08-21T17:23:01.073Z Compiling anstream v0.6.21
28482026-08-21T17:23:01.281Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28492026-08-21T17:23:01.575Z Compiling globwalk v0.9.1
28502026-08-21T17:23:01.601Z Compiling parking_lot v0.11.2
28512026-08-21T17:23:01.648Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28522026-08-21T17:23:02.237Z Compiling hyper-staticfile v0.10.1
28532026-08-21T17:23:02.366Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28542026-08-21T17:23:02.524Z Compiling darling_macro v0.13.4
28552026-08-21T17:23:02.545Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28562026-08-21T17:23:02.863Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28572026-08-21T17:23:03.042Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28582026-08-21T17:23:03.365Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28592026-08-21T17:23:03.368Z Compiling predicates-tree v1.0.13
28602026-08-21T17:23:03.511Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28612026-08-21T17:23:03.767Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
28622026-08-21T17:23:03.814Z Compiling unicode-truncate v1.1.0
28632026-08-21T17:23:03.839Z Compiling digest-io v0.1.0
28642026-08-21T17:23:04.030Z Compiling sha2 v0.11.0
28652026-08-21T17:23:04.052Z Compiling lru v0.12.5
28662026-08-21T17:23:04.142Z Compiling prefix-trie v0.7.0
28672026-08-21T17:23:04.299Z Compiling rand_seeder v0.4.0
28682026-08-21T17:23:04.562Z Compiling cassowary v0.3.0
28692026-08-21T17:23:04.666Z Compiling rawzip v0.4.4
28702026-08-21T17:23:04.934Z Compiling illumos-nvpair-sys v0.2.0
28712026-08-21T17:23:05.194Z Compiling ratatui v0.29.0
28722026-08-21T17:23:05.224Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28732026-08-21T17:23:05.360Z Compiling hickory-server v0.25.2
28742026-08-21T17:23:05.623Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28752026-08-21T17:23:05.752Z Compiling camino-tempfile-ext v0.3.3
28762026-08-21T17:23:05.831Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28772026-08-21T17:23:06.077Z Compiling darling v0.13.4
28782026-08-21T17:23:06.168Z Compiling sled v0.34.7
28792026-08-21T17:23:06.329Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28802026-08-21T17:23:06.439Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28812026-08-21T17:23:08.605Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28822026-08-21T17:23:08.974Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28832026-08-21T17:23:09.197Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28842026-08-21T17:23:10.337Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28852026-08-21T17:23:11.718Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
28862026-08-21T17:23:12.437Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28872026-08-21T17:23:12.468Z Compiling serde_with_macros v1.5.2
28882026-08-21T17:23:13.313Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28892026-08-21T17:23:13.528Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28902026-08-21T17:23:13.672Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28912026-08-21T17:23:13.890Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28922026-08-21T17:23:14.113Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28932026-08-21T17:23:14.274Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28942026-08-21T17:23:14.367Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28952026-08-21T17:23:14.540Z Compiling git2 v0.20.4
28962026-08-21T17:23:14.596Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28972026-08-21T17:23:14.620Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28982026-08-21T17:23:14.816Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28992026-08-21T17:23:14.840Z Compiling arc-swap v1.8.2
29002026-08-21T17:23:14.863Z Compiling void v1.0.2
29012026-08-21T17:23:15.028Z Compiling lzss v0.8.2
29022026-08-21T17:23:15.112Z Compiling slog-scope v4.4.1
29032026-08-21T17:23:15.418Z Compiling illumos-nvpair v0.3.0
29042026-08-21T17:23:15.421Z Compiling serde_with v1.14.0
29052026-08-21T17:23:15.516Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
29062026-08-21T17:23:15.919Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29072026-08-21T17:23:16.660Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
29082026-08-21T17:23:16.695Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29092026-08-21T17:23:17.107Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29102026-08-21T17:23:17.401Z Compiling scuffle v0.1.0
29112026-08-21T17:23:17.534Z Compiling tungstenite v0.23.0
29122026-08-21T17:23:17.608Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29132026-08-21T17:23:18.049Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29142026-08-21T17:23:19.484Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29152026-08-21T17:23:19.785Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
29162026-08-21T17:23:20.004Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29172026-08-21T17:23:20.032Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29182026-08-21T17:23:20.231Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29192026-08-21T17:23:20.278Z Compiling nix v0.27.1
29202026-08-21T17:23:20.454Z Compiling twox-hash v2.1.2
29212026-08-21T17:23:20.486Z Compiling libsw-core v0.3.2
29222026-08-21T17:23:20.721Z Compiling serde_bytes v0.11.19
29232026-08-21T17:23:20.970Z Compiling atty v0.2.14
29242026-08-21T17:23:21.026Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29252026-08-21T17:23:21.127Z Compiling libsw v3.5.0
29262026-08-21T17:23:21.424Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29272026-08-21T17:23:21.457Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29282026-08-21T17:23:21.830Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
29292026-08-21T17:23:22.496Z Compiling tokio-tungstenite v0.23.1
29302026-08-21T17:23:22.889Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
29312026-08-21T17:23:22.974Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29322026-08-21T17:23:23.147Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29332026-08-21T17:23:23.501Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29342026-08-21T17:23:24.842Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29352026-08-21T17:23:25.481Z Compiling slog-stdlog v4.1.1
29362026-08-21T17:23:25.637Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29372026-08-21T17:23:25.876Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
29382026-08-21T17:23:26.267Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
29392026-08-21T17:23:26.727Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29402026-08-21T17:23:27.778Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29412026-08-21T17:23:28.379Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29422026-08-21T17:23:28.541Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29432026-08-21T17:23:30.199Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29442026-08-21T17:23:31.130Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
29452026-08-21T17:23:31.168Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
29462026-08-21T17:23:31.696Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29472026-08-21T17:23:31.966Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29482026-08-21T17:23:32.163Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29492026-08-21T17:23:35.039Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29502026-08-21T17:23:35.428Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29512026-08-21T17:23:35.651Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29522026-08-21T17:23:36.277Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29532026-08-21T17:23:36.350Z Compiling signal-hook-tokio v0.3.1
29542026-08-21T17:23:36.543Z Compiling fatfs v0.3.6
29552026-08-21T17:23:36.546Z Compiling yasna v0.5.2
29562026-08-21T17:23:36.601Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29572026-08-21T17:23:37.857Z Compiling assert_matches v1.5.0
29582026-08-21T17:23:37.968Z Compiling seq-macro v0.3.6
29592026-08-21T17:23:38.131Z Compiling rcgen v0.12.1
29602026-08-21T17:23:38.482Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29612026-08-21T17:23:39.970Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29622026-08-21T17:23:40.306Z Compiling slog-envlogger v2.2.0
29632026-08-21T17:23:40.503Z Compiling oxide-update-engine-display v0.1.2
29642026-08-21T17:23:41.165Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29652026-08-21T17:23:41.423Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29662026-08-21T17:23:41.512Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29672026-08-21T17:23:41.720Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29682026-08-21T17:23:41.777Z Compiling port-file v0.1.0
29692026-08-21T17:23:41.953Z Compiling rtoolbox v0.0.3
29702026-08-21T17:23:42.120Z Compiling subprocess v0.2.15
29712026-08-21T17:23:42.288Z Compiling rpassword v7.5.4
29722026-08-21T17:23:42.615Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29732026-08-21T17:23:42.968Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29742026-08-21T17:23:44.986Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29752026-08-21T17:23:45.142Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29762026-08-21T17:23:45.247Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29772026-08-21T17:23:46.461Z Compiling tui-tree-widget v0.23.1
29782026-08-21T17:23:46.756Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29792026-08-21T17:23:47.387Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29802026-08-21T17:23:47.977Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29812026-08-21T17:23:50.953Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29822026-08-21T17:23:51.465Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29832026-08-21T17:23:51.545Z Compiling uzers v0.12.2
29842026-08-21T17:23:51.623Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29852026-08-21T17:23:51.893Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29862026-08-21T17:23:52.296Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29872026-08-21T17:23:53.005Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29882026-08-21T17:23:53.399Z Compiling support-bundle-viewer v0.1.2
29892026-08-21T17:23:53.824Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29902026-08-21T17:23:55.254Z Compiling multimap v0.10.1
29912026-08-21T17:24:04.482Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29922026-08-21T17:24:05.683Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29932026-08-21T17:24:10.233Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29942026-08-21T17:24:15.538Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29952026-08-21T17:24:16.476Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29962026-08-21T17:31:49.281Z Finished `release` profile [optimized] target(s) in 9m 46s
29972026-08-21T17:31:49.286Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
29982026-08-21T17:31:49.286Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
29992026-08-21T17:32:47.639Z
30002026-08-21T17:32:47.640Zreal 10:45.588248542
30012026-08-21T17:32:47.640Zuser 1:22:25.305256582
30022026-08-21T17:32:47.643Zsys 3:39.869341141
30032026-08-21T17:32:47.643Ztrap 1.819518933
30042026-08-21T17:32:47.644Ztflt 1.880022452
30052026-08-21T17:32:47.644Zdflt 20.863416587
30062026-08-21T17:32:47.644Zkflt 0.004774582
30072026-08-21T17:32:47.644Zlock 8:13:06.216472306
30082026-08-21T17:32:47.644Zslp 2:19:24.838158967
30092026-08-21T17:32:47.644Zlat 2:30.277679359
30102026-08-21T17:32:47.644Zstop 5:30.985904742
30112026-08-21T17:32:47.644Z+ mapfile -t packages
30122026-08-21T17:32:47.644Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
30132026-08-21T17:32:48.643Z Finished `release` profile [optimized] target(s) in 0.94s
30142026-08-21T17:32:48.672Z Running `target/release/omicron-package -t test list-outputs`
30152026-08-21T17:32:48.732ZLogging to: /work/oxidecomputer/omicron/out/LOG
30162026-08-21T17:32:48.736Z+ ptime -m cargo build --locked --release -p xtask
30172026-08-21T17:32:49.233Z Compiling libc v0.2.185
30182026-08-21T17:32:49.233Z Compiling serde_core v1.0.228
30192026-08-21T17:32:49.233Z Compiling serde v1.0.228
30202026-08-21T17:32:49.238Z Compiling rustix v1.1.4
30212026-08-21T17:32:49.239Z Compiling bitflags v2.11.0
30222026-08-21T17:32:49.239Z Compiling serde_json v1.0.151
30232026-08-21T17:32:49.239Z Compiling usdt-impl v0.5.0
30242026-08-21T17:32:49.321Z Compiling syn v2.0.117
30252026-08-21T17:32:49.359Z Compiling syn v1.0.109
30262026-08-21T17:32:49.427Z Compiling getrandom v0.3.4
30272026-08-21T17:32:49.432Z Compiling log v0.4.33
30282026-08-21T17:32:49.448Z Compiling indexmap v2.14.0
30292026-08-21T17:32:49.462Z Compiling fs-err v3.3.0
30302026-08-21T17:32:49.598Z Compiling once_cell v1.21.3
30312026-08-21T17:32:49.690Z Compiling anyhow v1.0.104
30322026-08-21T17:32:49.695Z Compiling heck v0.4.1
30332026-08-21T17:32:50.112Z Compiling errno v0.3.14
30342026-08-21T17:32:50.112Z Compiling thread-id v4.2.2
30352026-08-21T17:32:50.117Z Compiling memmap v0.7.0
30362026-08-21T17:32:50.757Z Compiling proc-macro-error v1.0.4
30372026-08-21T17:32:51.021Z Compiling tabled_derive v0.7.0
30382026-08-21T17:32:51.097Z Compiling terminal_size v0.4.3
30392026-08-21T17:32:51.097Z Compiling tempfile v3.27.0
30402026-08-21T17:32:51.192Z Compiling clap_builder v4.6.0
30412026-08-21T17:32:51.197Z Compiling textwrap v0.16.2
30422026-08-21T17:32:51.500Z Compiling pest_generator v2.8.6
30432026-08-21T17:32:51.573Z Compiling camino v1.2.5
30442026-08-21T17:32:51.588Z Compiling cargo-platform v0.3.2
30452026-08-21T17:32:51.613Z Compiling semver v1.0.28
30462026-08-21T17:32:51.700Z Compiling tabled v0.15.0
30472026-08-21T17:32:51.876Z Compiling camino-tempfile v1.4.1
30482026-08-21T17:32:52.024Z Compiling serde_derive v1.0.228
30492026-08-21T17:32:52.024Z Compiling thiserror-impl v1.0.69
30502026-08-21T17:32:52.029Z Compiling zerocopy-derive v0.7.35
30512026-08-21T17:32:52.046Z Compiling scroll_derive v0.12.1
30522026-08-21T17:32:52.056Z Compiling thiserror-impl v2.0.18
30532026-08-21T17:32:52.076Z Compiling clap_derive v4.6.1
30542026-08-21T17:32:52.080Z Compiling pest_derive v2.8.6
30552026-08-21T17:32:52.724Z Compiling scroll v0.12.0
30562026-08-21T17:32:52.843Z Compiling zerocopy v0.7.35
30572026-08-21T17:32:53.041Z Compiling goblin v0.8.2
30582026-08-21T17:32:53.158Z Compiling thiserror v1.0.69
30592026-08-21T17:32:53.305Z Compiling thiserror v2.0.18
30602026-08-21T17:32:53.323Z Compiling dtrace-parser v0.2.0
30612026-08-21T17:32:53.569Z Compiling clap v4.6.1
30622026-08-21T17:32:55.149Z Compiling dof v0.3.0
30632026-08-21T17:32:55.154Z Compiling serde_spanned v0.6.9
30642026-08-21T17:32:55.196Z Compiling toml_datetime v0.6.11
30652026-08-21T17:32:55.221Z Compiling serde_tokenstream v0.2.3
30662026-08-21T17:32:55.249Z Compiling cargo_metadata v0.23.1
30672026-08-21T17:32:55.269Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30682026-08-21T17:32:55.325Z Compiling macaddr v1.0.1
30692026-08-21T17:32:55.508Z Compiling toml_edit v0.22.27
30702026-08-21T17:32:55.907Z Compiling usdt-macro v0.5.0
30712026-08-21T17:32:55.910Z Compiling usdt-attr-macro v0.5.0
30722026-08-21T17:32:56.530Z Compiling usdt v0.5.0
30732026-08-21T17:32:57.082Z Compiling toml v0.8.23
30742026-08-21T17:32:57.510Z Compiling cargo_toml v0.21.0
30752026-08-21T17:33:01.913Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30762026-08-21T17:33:05.127Z Finished `release` profile [optimized] target(s) in 16.38s
30772026-08-21T17:33:05.233Z
30782026-08-21T17:33:05.233Zreal 16.461872382
30792026-08-21T17:33:05.233Zuser 2:05.768706942
30802026-08-21T17:33:05.238Zsys 13.463338880
30812026-08-21T17:33:05.238Ztrap 0.061419242
30822026-08-21T17:33:05.238Ztflt 0.477495244
30832026-08-21T17:33:05.238Zdflt 1.330839599
30842026-08-21T17:33:05.238Zkflt 0.000009160
30852026-08-21T17:33:05.238Zlock 4:46.296533534
30862026-08-21T17:33:05.238Zslp 2:41.546158918
30872026-08-21T17:33:05.239Zlat 3.977775466
30882026-08-21T17:33:05.239Zstop 16.434952926
30892026-08-21T17:33:05.239Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30902026-08-21T17:33:05.239Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30912026-08-21T17:33:05.239Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30922026-08-21T17:33:05.239Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30932026-08-21T17:33:05.240Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30942026-08-21T17:33:06.210Z Compiling match_cfg v0.1.0
30952026-08-21T17:33:06.210Z Compiling progenitor-client v0.14.0
30962026-08-21T17:33:06.210Z Compiling slog-json v2.6.1
30972026-08-21T17:33:06.210Z Compiling newtype-uuid-macros v0.1.0
30982026-08-21T17:33:06.210Z Compiling sha1 v0.11.0
30992026-08-21T17:33:06.214Z Compiling multer v3.1.0
31002026-08-21T17:33:06.214Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31012026-08-21T17:33:06.364Z Compiling compression-core v0.4.31
31022026-08-21T17:33:06.373Z Compiling debug-ignore v1.0.5
31032026-08-21T17:33:06.373Z Compiling async-stream-impl v0.3.6
31042026-08-21T17:33:06.378Z Compiling serde_spanned v1.1.1
31052026-08-21T17:33:06.378Z Compiling toml_datetime v1.1.1+spec-1.1.0
31062026-08-21T17:33:06.378Z Compiling dropshot v0.17.1
31072026-08-21T17:33:06.378Z Compiling toml_writer v1.1.1+spec-1.1.0
31082026-08-21T17:33:06.407Z Compiling waitgroup v0.1.2
31092026-08-21T17:33:06.454Z Compiling rustls-pemfile v2.2.0
31102026-08-21T17:33:06.514Z Compiling dropshot_endpoint v0.17.1
31112026-08-21T17:33:06.669Z Compiling hostname v0.4.2
31122026-08-21T17:33:06.669Z Compiling serde_path_to_error v0.1.20
31132026-08-21T17:33:06.675Z Compiling atomicwrites v0.4.4
31142026-08-21T17:33:06.676Z Compiling macaddr v1.0.1
31152026-08-21T17:33:06.736Z Compiling hostname v0.3.1
31162026-08-21T17:33:06.756Z Compiling compression-codecs v0.4.37
31172026-08-21T17:33:06.756Z Compiling toml v1.1.2+spec-1.1.0
31182026-08-21T17:33:06.817Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31192026-08-21T17:33:06.834Z Compiling instant v0.1.13
31202026-08-21T17:33:06.834Z Compiling regress v0.10.5
31212026-08-21T17:33:06.899Z Compiling parse-display-derive v0.10.0
31222026-08-21T17:33:06.941Z Compiling slog-bunyan v2.5.0
31232026-08-21T17:33:06.957Z Compiling async-compression v0.4.41
31242026-08-21T17:33:06.978Z Compiling backon v1.6.0
31252026-08-21T17:33:06.984Z Compiling backoff v0.4.0
31262026-08-21T17:33:07.036Z Compiling itertools v0.14.0
31272026-08-21T17:33:07.040Z Compiling humantime v2.3.0
31282026-08-21T17:33:07.101Z Compiling half v2.7.1
31292026-08-21T17:33:07.124Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31302026-08-21T17:33:07.172Z Compiling progenitor-extras v0.2.0
31312026-08-21T17:33:07.189Z Compiling async-stream v0.3.6
31322026-08-21T17:33:07.210Z Compiling ciborium-io v0.2.2
31332026-08-21T17:33:07.232Z Compiling crucible-workspace-hack v0.1.0
31342026-08-21T17:33:07.266Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31352026-08-21T17:33:07.288Z Compiling convert_case v0.4.0
31362026-08-21T17:33:07.328Z Compiling regress v0.11.1
31372026-08-21T17:33:07.345Z Compiling secrecy v0.10.3
31382026-08-21T17:33:07.361Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31392026-08-21T17:33:07.380Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31402026-08-21T17:33:07.422Z Compiling ciborium-ll v0.2.2
31412026-08-21T17:33:07.440Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31422026-08-21T17:33:07.474Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31432026-08-21T17:33:07.479Z Compiling inout v0.1.4
31442026-08-21T17:33:07.528Z Compiling thiserror-impl-no-std v2.0.2
31452026-08-21T17:33:07.588Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31462026-08-21T17:33:07.605Z Compiling ciborium v0.2.2
31472026-08-21T17:33:07.661Z Compiling cipher v0.4.4
31482026-08-21T17:33:07.681Z Compiling universal-hash v0.5.1
31492026-08-21T17:33:07.698Z Compiling derive_more v0.99.20
31502026-08-21T17:33:07.701Z Compiling unsafe-libyaml v0.2.11
31512026-08-21T17:33:07.740Z Compiling opaque-debug v0.3.1
31522026-08-21T17:33:07.803Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31532026-08-21T17:33:07.832Z Compiling poly1305 v0.8.0
31542026-08-21T17:33:07.850Z Compiling blake2 v0.10.6
31552026-08-21T17:33:07.945Z Compiling chacha20 v0.9.1
31562026-08-21T17:33:08.090Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31572026-08-21T17:33:08.151Z Compiling aead v0.5.2
31582026-08-21T17:33:08.272Z Compiling password-hash v0.5.0
31592026-08-21T17:33:08.277Z Compiling indent_write v2.2.0
31602026-08-21T17:33:08.285Z Compiling serde_yaml v0.9.34+deprecated
31612026-08-21T17:33:08.352Z Compiling chacha20poly1305 v0.10.1
31622026-08-21T17:33:08.399Z Compiling toml_datetime v0.7.5+spec-1.1.0
31632026-08-21T17:33:08.417Z Compiling num-derive v0.4.2
31642026-08-21T17:33:08.434Z Compiling heapless v0.8.0
31652026-08-21T17:33:08.504Z Compiling argon2 v0.5.3
31662026-08-21T17:33:08.539Z Compiling ingot-macros v0.2.0
31672026-08-21T17:33:08.574Z Compiling toml_edit v0.23.10+spec-1.0.0
31682026-08-21T17:33:08.651Z Compiling tabwriter v1.4.1
31692026-08-21T17:33:08.674Z Compiling parse-display v0.10.0
31702026-08-21T17:33:08.685Z Compiling hash32 v0.3.1
31712026-08-21T17:33:08.743Z Compiling thiserror-no-std v2.0.2
31722026-08-21T17:33:08.869Z Compiling vsss-rs v3.3.4
31732026-08-21T17:33:08.889Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31742026-08-21T17:33:08.913Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31752026-08-21T17:33:08.958Z Compiling typify-impl v0.6.2
31762026-08-21T17:33:08.989Z Compiling smoltcp v0.11.0
31772026-08-21T17:33:09.142Z Compiling proc-macro-crate v3.4.0
31782026-08-21T17:33:09.393Z Compiling cobs v0.3.0
31792026-08-21T17:33:09.410Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31802026-08-21T17:33:09.610Z Compiling colored v3.1.1
31812026-08-21T17:33:09.672Z Compiling postcard v1.1.3
31822026-08-21T17:33:09.692Z Compiling proc-macro-error v1.0.4
31832026-08-21T17:33:09.709Z Compiling num_enum_derive v0.7.6
31842026-08-21T17:33:09.713Z Compiling rand v0.10.1
31852026-08-21T17:33:09.754Z Compiling proc-macro-crate v1.3.1
31862026-08-21T17:33:09.954Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31872026-08-21T17:33:10.003Z Compiling foreign-types-macros v0.2.3
31882026-08-21T17:33:10.030Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31892026-08-21T17:33:10.048Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31902026-08-21T17:33:10.048Z Compiling rayon-core v1.13.0
31912026-08-21T17:33:10.156Z Compiling foreign-types-shared v0.3.1
31922026-08-21T17:33:10.196Z Compiling num_enum_derive v0.5.11
31932026-08-21T17:33:10.341Z Compiling crossbeam-deque v0.8.6
31942026-08-21T17:33:10.365Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31952026-08-21T17:33:10.381Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31962026-08-21T17:33:10.435Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31972026-08-21T17:33:10.453Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31982026-08-21T17:33:10.457Z Compiling cstr-argument v0.1.2
31992026-08-21T17:33:10.568Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
32002026-08-21T17:33:10.642Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
32012026-08-21T17:33:10.690Z Compiling foreign-types v0.5.0
32022026-08-21T17:33:10.707Z Compiling zone_cfg_derive v0.3.1
32032026-08-21T17:33:10.793Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32042026-08-21T17:33:10.839Z Compiling num_enum v0.7.6
32052026-08-21T17:33:10.867Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32062026-08-21T17:33:10.884Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32072026-08-21T17:33:10.994Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
32082026-08-21T17:33:11.013Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32092026-08-21T17:33:11.030Z Compiling rayon v1.11.0
32102026-08-21T17:33:11.051Z Compiling itertools v0.12.1
32112026-08-21T17:33:11.073Z Compiling sigpipe v0.1.3
32122026-08-21T17:33:11.079Z Compiling glob v0.3.3
32132026-08-21T17:33:11.107Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32142026-08-21T17:33:11.230Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32152026-08-21T17:33:11.248Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
32162026-08-21T17:33:11.324Z Compiling smf v0.2.3
32172026-08-21T17:33:11.361Z Compiling num_enum v0.5.11
32182026-08-21T17:33:11.384Z Compiling whoami v1.6.1
32192026-08-21T17:33:11.423Z Compiling cpubits v0.1.1
32202026-08-21T17:33:11.485Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32212026-08-21T17:33:11.504Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
32222026-08-21T17:33:11.508Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32232026-08-21T17:33:11.539Z Compiling gethostname v0.5.0
32242026-08-21T17:33:11.544Z Compiling ingot-types v0.2.0
32252026-08-21T17:33:11.544Z Compiling derive-where v1.6.0
32262026-08-21T17:33:11.588Z Compiling usdt-macro v0.5.0
32272026-08-21T17:33:11.657Z Compiling usdt-attr-macro v0.5.0
32282026-08-21T17:33:11.677Z Compiling num-rational v0.4.2
32292026-08-21T17:33:11.717Z Compiling num-complex v0.4.6
32302026-08-21T17:33:11.846Z Compiling memmap v0.7.0
32312026-08-21T17:33:11.876Z Compiling toml v0.8.23
32322026-08-21T17:33:11.981Z Compiling ingot v0.2.1
32332026-08-21T17:33:12.013Z Compiling pem-rfc7468 v1.0.0
32342026-08-21T17:33:12.060Z Compiling float-ord v0.3.2
32352026-08-21T17:33:12.139Z Compiling num v0.4.3
32362026-08-21T17:33:12.209Z Compiling resolv-conf v0.7.6
32372026-08-21T17:33:12.240Z Compiling zone v0.3.1
32382026-08-21T17:33:12.298Z Compiling cancel-safe-futures v0.1.5
32392026-08-21T17:33:12.355Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32402026-08-21T17:33:12.359Z Compiling hmac v0.13.0
32412026-08-21T17:33:12.418Z Compiling universal-hash v0.6.1
32422026-08-21T17:33:12.540Z Compiling usdt v0.5.0
32432026-08-21T17:33:12.544Z Compiling sha1 v0.10.6
32442026-08-21T17:33:12.594Z Compiling libefi-sys v0.1.0
32452026-08-21T17:33:12.598Z Compiling linear-map v1.2.0
32462026-08-21T17:33:12.598Z Compiling prettyplease v0.2.37
32472026-08-21T17:33:12.801Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32482026-08-21T17:33:12.835Z Compiling polyval v0.7.1
32492026-08-21T17:33:12.850Z Compiling der v0.8.0
32502026-08-21T17:33:12.854Z Compiling hickory-proto v0.24.4
32512026-08-21T17:33:12.890Z Compiling newline-converter v0.3.0
32522026-08-21T17:33:12.925Z Compiling console v0.15.11
32532026-08-21T17:33:12.946Z Compiling bitfield-struct v0.6.2
32542026-08-21T17:33:12.965Z Compiling linked-hash-map v0.5.6
32552026-08-21T17:33:12.985Z Compiling oxide-update-engine-types v0.1.2
32562026-08-21T17:33:13.034Z Compiling ghash v0.6.0
32572026-08-21T17:33:13.183Z Compiling lru-cache v0.1.2
32582026-08-21T17:33:13.207Z Compiling pbkdf2 v0.13.0
32592026-08-21T17:33:13.317Z Compiling expectorate v1.2.0
32602026-08-21T17:33:13.341Z Compiling aes v0.9.1
32612026-08-21T17:33:13.362Z Compiling crypto-bigint v0.7.5
32622026-08-21T17:33:13.398Z Compiling ctr v0.10.1
32632026-08-21T17:33:13.507Z Compiling aead v0.6.1
32642026-08-21T17:33:13.528Z Compiling sha2 v0.11.0
32652026-08-21T17:33:13.594Z Compiling typify-macro v0.6.2
32662026-08-21T17:33:13.639Z Compiling nom v8.0.0
32672026-08-21T17:33:13.658Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32682026-08-21T17:33:13.705Z Compiling semver v0.1.20
32692026-08-21T17:33:13.983Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32702026-08-21T17:33:14.004Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32712026-08-21T17:33:14.028Z Compiling oxide-update-engine v0.1.2
32722026-08-21T17:33:14.102Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32732026-08-21T17:33:14.179Z Compiling rustc_version v0.1.7
32742026-08-21T17:33:14.184Z Compiling spki v0.8.0
32752026-08-21T17:33:14.184Z Compiling aes-gcm v0.11.0
32762026-08-21T17:33:14.245Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32772026-08-21T17:33:14.396Z Compiling tokio-dtrace v0.1.1
32782026-08-21T17:33:14.416Z Compiling dropshot-api-manager-types v0.8.0
32792026-08-21T17:33:14.434Z Compiling salsa20 v0.11.0
32802026-08-21T17:33:14.452Z Compiling slog-dtrace v0.3.0
32812026-08-21T17:33:14.483Z Compiling xshell-macros v0.2.7
32822026-08-21T17:33:14.520Z Compiling minimal-lexical v0.2.1
32832026-08-21T17:33:14.556Z Compiling newtype_derive v0.1.6
32842026-08-21T17:33:14.619Z Compiling oxide-tokio-rt v0.1.4
32852026-08-21T17:33:14.693Z Compiling scrypt v0.12.0
32862026-08-21T17:33:14.714Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32872026-08-21T17:33:14.737Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32882026-08-21T17:33:14.757Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32892026-08-21T17:33:14.782Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32902026-08-21T17:33:14.801Z Compiling nom v7.1.3
32912026-08-21T17:33:14.938Z Compiling xshell v0.2.7
32922026-08-21T17:33:14.964Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32932026-08-21T17:33:15.024Z Compiling hickory-resolver v0.24.4
32942026-08-21T17:33:15.137Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32952026-08-21T17:33:15.329Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32962026-08-21T17:33:15.429Z Compiling phf_shared v0.12.1
32972026-08-21T17:33:15.458Z Compiling typify v0.6.2
32982026-08-21T17:33:15.472Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32992026-08-21T17:33:15.594Z Compiling progenitor-impl v0.14.0
33002026-08-21T17:33:15.620Z Compiling rfc6979 v0.4.0
33012026-08-21T17:33:15.707Z Compiling cbc v0.2.1
33022026-08-21T17:33:15.735Z Compiling proc-macro-error-attr2 v2.0.0
33032026-08-21T17:33:15.813Z Compiling csv-core v0.1.13
33042026-08-21T17:33:15.832Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33052026-08-21T17:33:15.896Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33062026-08-21T17:33:15.928Z Compiling unicode-xid v0.2.6
33072026-08-21T17:33:16.054Z Compiling chrono-tz v0.10.4
33082026-08-21T17:33:16.088Z Compiling highway v1.3.0
33092026-08-21T17:33:16.115Z Compiling qorb v0.4.1
33102026-08-21T17:33:16.159Z Compiling const_format_proc_macros v0.2.34
33112026-08-21T17:33:16.187Z Compiling proc-macro-error2 v2.0.1
33122026-08-21T17:33:16.265Z Compiling csv v1.4.0
33132026-08-21T17:33:16.284Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33142026-08-21T17:33:16.354Z Compiling pkcs5 v0.8.1
33152026-08-21T17:33:16.500Z Compiling ecdsa v0.16.9
33162026-08-21T17:33:16.539Z Compiling phf v0.12.1
33172026-08-21T17:33:16.621Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33182026-08-21T17:33:16.724Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33192026-08-21T17:33:16.852Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33202026-08-21T17:33:16.873Z Compiling primeorder v0.13.6
33212026-08-21T17:33:16.902Z Compiling hashbrown v0.14.5
33222026-08-21T17:33:16.963Z Compiling salty v0.3.0
33232026-08-21T17:33:17.064Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33242026-08-21T17:33:17.083Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33252026-08-21T17:33:17.164Z Compiling p384 v0.13.1
33262026-08-21T17:33:17.182Z Compiling const_format v0.2.35
33272026-08-21T17:33:17.390Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33282026-08-21T17:33:17.519Z Compiling chumsky v0.9.3
33292026-08-21T17:33:17.546Z Compiling pkcs8 v0.11.0
33302026-08-21T17:33:17.636Z Compiling knus-derive v3.4.0
33312026-08-21T17:33:17.768Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
33322026-08-21T17:33:17.814Z Compiling tabled_derive v0.7.0
33332026-08-21T17:33:17.972Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33342026-08-21T17:33:18.145Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
33352026-08-21T17:33:18.288Z Compiling bcs v0.1.6
33362026-08-21T17:33:18.302Z Compiling ff v0.14.0
33372026-08-21T17:33:18.344Z Compiling progenitor-macro v0.14.0
33382026-08-21T17:33:18.441Z Compiling termtree v0.5.1
33392026-08-21T17:33:18.594Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33402026-08-21T17:33:18.613Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33412026-08-21T17:33:18.633Z Compiling steno v0.4.1
33422026-08-21T17:33:18.830Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33432026-08-21T17:33:18.869Z Compiling tabled v0.15.0
33442026-08-21T17:33:18.888Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33452026-08-21T17:33:18.975Z Compiling tagptr v0.2.0
33462026-08-21T17:33:19.092Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33472026-08-21T17:33:19.111Z Compiling moka v0.12.13
33482026-08-21T17:33:19.152Z Compiling group v0.14.0
33492026-08-21T17:33:19.175Z Compiling knus v3.4.0
33502026-08-21T17:33:19.287Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33512026-08-21T17:33:19.348Z Compiling signature v3.0.0
33522026-08-21T17:33:19.383Z Compiling base16ct v1.0.0
33532026-08-21T17:33:19.594Z Compiling sec1 v0.8.1
33542026-08-21T17:33:19.614Z Compiling hkdf v0.13.0
33552026-08-21T17:33:19.665Z Compiling libscf-sys v1.2.0
33562026-08-21T17:33:19.741Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33572026-08-21T17:33:19.822Z Compiling elliptic-curve v0.14.1
33582026-08-21T17:33:19.839Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33592026-08-21T17:33:19.931Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
33602026-08-21T17:33:19.963Z Compiling hickory-resolver v0.25.2
33612026-08-21T17:33:20.006Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
33622026-08-21T17:33:20.127Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33632026-08-21T17:33:20.246Z Compiling utf-8 v0.7.6
33642026-08-21T17:33:20.407Z Compiling corncobs v0.1.4
33652026-08-21T17:33:20.422Z Compiling parking_lot_core v0.8.6
33662026-08-21T17:33:20.456Z Compiling tungstenite v0.21.0
33672026-08-21T17:33:20.633Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33682026-08-21T17:33:20.747Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33692026-08-21T17:33:20.778Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33702026-08-21T17:33:20.799Z Compiling wnaf v0.14.0
33712026-08-21T17:33:20.878Z Compiling primefield v0.14.0
33722026-08-21T17:33:21.027Z Compiling rfc6979 v0.6.0
33732026-08-21T17:33:21.074Z Compiling papergrid v0.18.0
33742026-08-21T17:33:21.155Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33752026-08-21T17:33:21.186Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33762026-08-21T17:33:21.219Z Compiling git-stub v1.0.0
33772026-08-21T17:33:21.270Z Compiling secrecy v0.8.0
33782026-08-21T17:33:21.303Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33792026-08-21T17:33:21.392Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33802026-08-21T17:33:21.445Z Compiling git-stub-vcs v0.1.0
33812026-08-21T17:33:21.517Z Compiling ecdsa v0.17.0
33822026-08-21T17:33:21.602Z Compiling primeorder v0.14.0
33832026-08-21T17:33:21.648Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33842026-08-21T17:33:21.856Z Compiling tokio-tungstenite v0.21.0
33852026-08-21T17:33:21.987Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33862026-08-21T17:33:22.041Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33872026-08-21T17:33:22.058Z Compiling tabled v0.21.0
33882026-08-21T17:33:22.107Z Compiling curve25519-dalek v5.0.0
33892026-08-21T17:33:22.164Z Compiling illumos-nvpair-sys v0.2.0
33902026-08-21T17:33:22.194Z Compiling unicase v2.9.0
33912026-08-21T17:33:22.213Z Compiling parking_lot v0.11.2
33922026-08-21T17:33:22.229Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33932026-08-21T17:33:22.245Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33942026-08-21T17:33:22.417Z Compiling ssh-encoding v0.3.0
33952026-08-21T17:33:22.435Z Compiling mime_guess v2.0.5
33962026-08-21T17:33:22.482Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33972026-08-21T17:33:22.655Z Compiling progenitor-impl v0.13.0
33982026-08-21T17:33:22.677Z Compiling prefix-trie v0.7.0
33992026-08-21T17:33:22.724Z Compiling fxhash v0.2.1
34002026-08-21T17:33:22.743Z Compiling keccak v0.2.0
34012026-08-21T17:33:22.818Z Compiling crc8 v0.1.1
34022026-08-21T17:33:22.872Z Compiling sled v0.34.7
34032026-08-21T17:33:22.976Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34042026-08-21T17:33:23.063Z Compiling hickory-server v0.25.2
34052026-08-21T17:33:23.080Z Compiling ed25519 v3.0.0
34062026-08-21T17:33:23.109Z Compiling crypto-primes v0.7.2
34072026-08-21T17:33:23.373Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34082026-08-21T17:33:23.569Z Compiling pkcs1 v0.8.0-rc.4
34092026-08-21T17:33:23.624Z Compiling progenitor v0.14.0
34102026-08-21T17:33:23.812Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34112026-08-21T17:33:23.996Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34122026-08-21T17:33:24.058Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34132026-08-21T17:33:24.154Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34142026-08-21T17:33:24.198Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34152026-08-21T17:33:24.231Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34162026-08-21T17:33:24.580Z Compiling poly1305 v0.9.0
34172026-08-21T17:33:24.598Z Compiling progenitor-client v0.13.0
34182026-08-21T17:33:24.833Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34192026-08-21T17:33:24.918Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34202026-08-21T17:33:24.923Z Compiling blowfish v0.10.0
34212026-08-21T17:33:24.923Z Compiling blake2 v0.11.0-rc.6
34222026-08-21T17:33:24.960Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34232026-08-21T17:33:24.985Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34242026-08-21T17:33:25.044Z Compiling half v1.8.3
34252026-08-21T17:33:25.183Z Compiling http-range v0.1.5
34262026-08-21T17:33:25.286Z Compiling progenitor-macro v0.13.0
34272026-08-21T17:33:25.345Z Compiling argon2 v0.6.0-rc.8
34282026-08-21T17:33:25.364Z Compiling serde_cbor v0.11.2
34292026-08-21T17:33:25.398Z Compiling bcrypt-pbkdf v0.11.0
34302026-08-21T17:33:25.470Z Compiling ssh-cipher v0.3.0
34312026-08-21T17:33:25.538Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34322026-08-21T17:33:26.009Z Compiling rsa v0.10.0-rc.18
34332026-08-21T17:33:26.149Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34342026-08-21T17:33:26.293Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34352026-08-21T17:33:26.629Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34362026-08-21T17:33:26.794Z Compiling ed25519-dalek v3.0.0
34372026-08-21T17:33:26.809Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34382026-08-21T17:33:26.819Z Compiling illumos-nvpair v0.3.0
34392026-08-21T17:33:27.463Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34402026-08-21T17:33:27.608Z Compiling sha3 v0.11.0
34412026-08-21T17:33:27.735Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34422026-08-21T17:33:27.837Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34432026-08-21T17:33:28.048Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34442026-08-21T17:33:28.065Z Compiling p384 v0.14.0
34452026-08-21T17:33:28.099Z Compiling p521 v0.14.0
34462026-08-21T17:33:28.174Z Compiling p256 v0.14.0
34472026-08-21T17:33:28.377Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34482026-08-21T17:33:28.447Z Compiling scuffle v0.1.0
34492026-08-21T17:33:28.710Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34502026-08-21T17:33:28.861Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34512026-08-21T17:33:29.317Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34522026-08-21T17:33:29.438Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34532026-08-21T17:33:29.605Z Compiling yasna v0.5.2
34542026-08-21T17:33:29.879Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34552026-08-21T17:33:29.906Z Compiling kstat-rs v0.2.5
34562026-08-21T17:33:29.924Z Compiling headers-core v0.3.0
34572026-08-21T17:33:30.076Z Compiling kem v0.3.0
34582026-08-21T17:33:30.241Z Compiling module-lattice v0.2.3
34592026-08-21T17:33:30.260Z Compiling nanorand v0.7.0
34602026-08-21T17:33:30.277Z Compiling sponge-cursor v0.1.0
34612026-08-21T17:33:30.296Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34622026-08-21T17:33:30.331Z Compiling rcgen v0.12.1
34632026-08-21T17:33:30.416Z Compiling sha3 v0.12.0
34642026-08-21T17:33:30.436Z Compiling headers v0.4.1
34652026-08-21T17:33:30.456Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34662026-08-21T17:33:30.460Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34672026-08-21T17:33:30.518Z Compiling ml-kem v0.3.2
34682026-08-21T17:33:30.578Z Compiling flume v0.11.1
34692026-08-21T17:33:30.618Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34702026-08-21T17:33:30.665Z Compiling progenitor v0.13.0
34712026-08-21T17:33:30.754Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34722026-08-21T17:33:30.854Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34732026-08-21T17:33:30.963Z Compiling hyper-staticfile v0.10.1
34742026-08-21T17:33:30.970Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34752026-08-21T17:33:30.985Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34762026-08-21T17:33:31.045Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34772026-08-21T17:33:31.251Z Compiling ssh-key v0.7.0-rc.11
34782026-08-21T17:33:31.285Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34792026-08-21T17:33:31.362Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34802026-08-21T17:33:31.403Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34812026-08-21T17:33:31.443Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34822026-08-21T17:33:31.460Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34832026-08-21T17:33:31.503Z Compiling russh-cryptovec v0.62.0
34842026-08-21T17:33:31.536Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34852026-08-21T17:33:31.585Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34862026-08-21T17:33:31.621Z Compiling internal-russh-num-bigint v0.5.0
34872026-08-21T17:33:31.761Z Compiling port-file v0.1.0
34882026-08-21T17:33:31.779Z Compiling num-bigint v0.4.6
34892026-08-21T17:33:31.815Z Compiling generic-array v1.4.3
34902026-08-21T17:33:31.852Z Compiling russh-util v0.52.0
34912026-08-21T17:33:31.937Z Compiling enum_dispatch v0.3.13
34922026-08-21T17:33:32.033Z Compiling delegate v0.13.5
34932026-08-21T17:33:32.051Z Compiling subprocess v0.2.15
34942026-08-21T17:33:32.102Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34952026-08-21T17:33:32.317Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34962026-08-21T17:33:32.391Z Compiling md5 v0.8.0
34972026-08-21T17:33:32.554Z Compiling hex-literal v1.1.0
34982026-08-21T17:33:32.682Z Compiling display-error-chain v0.2.2
34992026-08-21T17:33:32.703Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35002026-08-21T17:33:32.849Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
35012026-08-21T17:33:32.894Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35022026-08-21T17:33:32.914Z Compiling colored v2.2.0
35032026-08-21T17:33:32.938Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35042026-08-21T17:33:32.958Z Compiling socket2 v0.5.10
35052026-08-21T17:33:33.040Z Compiling russh v0.62.4
35062026-08-21T17:33:33.210Z Compiling internet-checksum v0.2.1
35072026-08-21T17:33:33.531Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
35082026-08-21T17:33:33.569Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
35092026-08-21T17:33:36.261Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35102026-08-21T17:33:36.981Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35112026-08-21T17:33:37.495Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35122026-08-21T17:33:38.748Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35132026-08-21T17:33:38.833Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
35142026-08-21T17:33:47.828Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35152026-08-21T17:33:47.828Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35162026-08-21T17:33:47.831Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35172026-08-21T17:33:47.831Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35182026-08-21T17:33:47.831Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
35192026-08-21T17:33:49.699Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35202026-08-21T17:33:49.715Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35212026-08-21T17:33:53.960Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35222026-08-21T17:34:35.672Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s
35232026-08-21T17:34:35.682Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35242026-08-21T17:34:35.682Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35252026-08-21T17:34:35.901Z
35262026-08-21T17:34:35.901Zreal 1:30.604065237
35272026-08-21T17:34:35.901Zuser 8:41.220767752
35282026-08-21T17:34:35.901Zsys 1:43.032122705
35292026-08-21T17:34:35.901Ztrap 0.245819870
35302026-08-21T17:34:35.902Ztflt 0.324376834
35312026-08-21T17:34:35.902Zdflt 1.901700111
35322026-08-21T17:34:35.905Zkflt 0.000287080
35332026-08-21T17:34:35.905Zlock 32:13.899017204
35342026-08-21T17:34:35.905Zslp 19:46.751893356
35352026-08-21T17:34:35.905Zlat 39.950590975
35362026-08-21T17:34:35.905Zstop 3:04.283645274
35372026-08-21T17:34:35.905Z+ mkdir tests
35382026-08-21T17:34:35.909Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
35392026-08-21T17:34:35.909Z+ xargs -I '{}' -t cp '{}' tests/
35402026-08-21T17:34:35.930Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-1723d976607f4d93 tests/
35412026-08-21T17:34:35.954Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-476491571137d274 tests/
35422026-08-21T17:34:35.976Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-7982263f44fe845b tests/
35432026-08-21T17:34:35.998Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a11623f483df1ee9 tests/
35442026-08-21T17:34:36.318Z+ 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)
35452026-08-21T17:34:36.322Z+ 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
35462026-08-21T17:36:06.646ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35472026-08-21T17:36:06.646Za .github/buildomat/ci-env.sh 1K
35482026-08-21T17:36:06.646Za out/target/test 1K
35492026-08-21T17:36:06.646Za out/npuzone/npuzone 27402K
35502026-08-21T17:36:06.646Za package-manifest.toml 35K
35512026-08-21T17:36:06.646Za smf/sled-agent/non-gimlet/config.toml 6K
35522026-08-21T17:36:06.646Za target/release/omicron-package 48390K
35532026-08-21T17:36:06.646Za target/release/xtask 11727K
35542026-08-21T17:36:06.646Za target/debug/bootstrap 438439K
35552026-08-21T17:36:06.646Za tests/bootstrap-476491571137d274 34430K
35562026-08-21T17:36:06.646Za tests/commtest-7982263f44fe845b 34431K
35572026-08-21T17:36:06.646Za tests/dhcp_server-1723d976607f4d93 34431K
35582026-08-21T17:36:06.646Za tests/end_to_end_tests-a11623f483df1ee9 502017K
35592026-08-21T17:36:06.646Za tools/opte_version 1K
35602026-08-21T17:36:06.646Za tools/opte_version_override 2K
35612026-08-21T17:36:06.646Za out/clickhouse.tar.gz 330317K
35622026-08-21T17:36:06.646Za out/clickhouse_keeper.tar.gz 314341K
35632026-08-21T17:36:06.646Za out/clickhouse_server.tar.gz 330314K
35642026-08-21T17:36:06.647Za out/cockroachdb.tar.gz 169651K
35652026-08-21T17:36:06.647Za out/crucible-pantry-zone.tar.gz 41374K
35662026-08-21T17:36:06.647Za out/crucible-utils.tar 18900K
35672026-08-21T17:36:06.647Za out/crucible-zone.tar.gz 56187K
35682026-08-21T17:36:06.647Za out/external-dns.tar.gz 54250K
35692026-08-21T17:36:06.647Za out/internal-dns.tar.gz 54249K
35702026-08-21T17:36:06.647Za out/mg-ddm-gz.tar 100917K
35712026-08-21T17:36:06.647Za out/nexus.tar.gz 361768K
35722026-08-21T17:36:06.647Za out/ntp.tar.gz 34698K
35732026-08-21T17:36:06.647Za out/omicron-gateway-softnpu.tar.gz 30021K
35742026-08-21T17:36:06.647Za out/omicron-sled-agent.tar 246632K
35752026-08-21T17:36:06.647Za out/overlay.tar.gz 4K
35762026-08-21T17:36:06.647Za out/oximeter.tar.gz 72498K
35772026-08-21T17:36:06.647Za out/oxlog.tar 4071K
35782026-08-21T17:36:06.647Za out/probe.tar.gz 3037K
35792026-08-21T17:36:06.647Za out/propolis-server.tar.gz 34642K
35802026-08-21T17:36:06.647Za out/pumpkind-gz.tar 26647K
35812026-08-21T17:36:06.647Za out/switch-softnpu.tar.gz 505682K
35822026-08-21T17:36:06.652Z
35832026-08-21T17:36:06.652Zreal 1:30.323661679
35842026-08-21T17:36:06.652Zuser 1:27.304229316
35852026-08-21T17:36:06.652Zsys 5.026250669
35862026-08-21T17:36:06.652Ztrap 0.007782595
35872026-08-21T17:36:06.652Ztflt 0.000000000
35882026-08-21T17:36:06.653Zdflt 0.000000000
35892026-08-21T17:36:06.653Zkflt 0.000000000
35902026-08-21T17:36:06.653Zlock 0.000000000
35912026-08-21T17:36:06.653Zslp 1:27.129534564
35922026-08-21T17:36:06.653Zlat 1.174424335
35932026-08-21T17:36:06.653Zstop 0.000190380
35942026-08-21T17:36:06.653Zprocess exited: duration 1072509 ms, exit code 0
 
35952026-08-21T17:36:06.668Zfound 1 output files
35962026-08-21T17:36:06.668Zuploading: /work/package.tar.gz (2786948638 bytes)
35972026-08-21T17:37:22.041Zuploaded: /work/package.tar.gz