01M10AX7RPWSWRCCYXH7HZB62D: 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: 01M10AY3Q4YB7N564M3YSC365E

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-27T00:47:39.955Zjob assigned to worker 01M10AYARTGT94K77ETEBY93X1 [factory aws, i-09d16fb2c22eb6d52] (queued for 50 s)
 
22026-08-27T00:47:46.885Zstarting task 0: "setup"
32026-08-27T00:47:46.890Z++ uname -s
42026-08-27T00:47:46.893Z+ kern=SunOS
52026-08-27T00:47:46.893Z+ build_user=build
62026-08-27T00:47:46.893Z+ build_uid=12345
72026-08-27T00:47:46.893Z+ work_dir=/work
82026-08-27T00:47:46.893Z+ input_dir=/input
92026-08-27T00:47:46.893Z+ [[ 0 == 12345 ]]
102026-08-27T00:47:46.893Z+ case "$kern" in
112026-08-27T00:47:46.893Z+ groupadd -g 12345 build
122026-08-27T00:47:46.897Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-27T00:47:48.901Z+ zfs create -o mountpoint=/work rpool/work
142026-08-27T00:47:48.978Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-27T00:47:48.981Z+ home_fs=zfs
162026-08-27T00:47:48.982Z+ [[ zfs == autofs ]]
172026-08-27T00:47:48.982Z+ mkdir -p /home/build
182026-08-27T00:47:48.985Z+ chown build:build /home/build /work
192026-08-27T00:47:49.986Z+ chmod 0700 /home/build /work
202026-08-27T00:47:49.990Zprocess exited: duration 3103 ms, exit code 0
 
212026-08-27T00:47:50.007Zstarting task 1: "rust-toolchain"
222026-08-27T00:47:50.011Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-27T00:47:50.011Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-27T00:47:50.011Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-27T00:47:50.011Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-27T00:47:50.011Z * rust toolchain channel = "1.97.1"
272026-08-27T00:47:50.011Z * rust toolchain profile = "default"
282026-08-27T00:47:50.012Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-27T00:47:50.012Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-27T00:47:50.120Zinfo: downloading installer
312026-08-27T00:47:51.588Zwarn: It looks like you have an existing rustup settings file at:
322026-08-27T00:47:51.589Zwarn: /home/build/.rustup/settings.toml
332026-08-27T00:47:51.589Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-27T00:47:51.589Zwarn: instead of the one inferred from the default host triple.
352026-08-27T00:47:51.600Zinfo: profile set to default
362026-08-27T00:47:51.600Zinfo: default host triple is x86_64-unknown-illumos
372026-08-27T00:47:51.604Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-27T00:47:51.744Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-27T00:47:51.748Zinfo: downloading 6 components
402026-08-27T00:48:06.834Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-27T00:48:06.834Z
422026-08-27T00:48:06.862Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-27T00:48:06.862Z
442026-08-27T00:48:06.862Z
452026-08-27T00:48:06.862ZRust is installed now. Great!
462026-08-27T00:48:06.862Z
472026-08-27T00:48:06.862ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-27T00:48:06.862Zenvironment variable. This has not been done automatically.
492026-08-27T00:48:06.862Z
502026-08-27T00:48:06.862ZTo configure your current shell, you need to source
512026-08-27T00:48:06.862Zthe corresponding env file under $HOME/.cargo.
522026-08-27T00:48:06.862Z
532026-08-27T00:48:06.862ZThis is usually done by running one of the following (note the leading DOT):
542026-08-27T00:48:06.866Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-27T00:48:06.866Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-27T00:48:06.866Zsource "~/.cargo/env.nu" # For nushell
572026-08-27T00:48:06.866Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-27T00:48:06.866Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-27T00:48:06.866Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-27T00:48:06.866Zwarn: no default linker (`cc`) was found in your PATH
612026-08-27T00:48:06.866Zwarn: many Rust crates require a system C toolchain to build
622026-08-27T00:48:06.972Z+ rustup --version
632026-08-27T00:48:06.977Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-27T00:48:06.977Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-27T00:48:06.997Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-27T00:48:07.002Z+ cargo --version
672026-08-27T00:48:07.009Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-27T00:48:07.012Z+ rustc --version
692026-08-27T00:48:07.029Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-27T00:48:07.088Zprocess exited: duration 17027 ms, exit code 0
 
712026-08-27T00:48:07.100Zstarting task 2: "authentication"
722026-08-27T00:48:07.117Zprocess exited: duration 17 ms, exit code 0
 
732026-08-27T00:48:07.124Zstarting task 3: "clone repository"
742026-08-27T00:48:07.129Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-27T00:48:07.135Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-27T00:48:07.163ZCloning into '/work/oxidecomputer/omicron'...
772026-08-27T00:48:20.913Z+ cd /work/oxidecomputer/omicron
782026-08-27T00:48:20.913Z+ git fetch origin 19000f37f18b3fa07f6e01d30464da7b9c0b0090
792026-08-27T00:48:21.245ZFrom https://github.com/oxidecomputer/omicron
802026-08-27T00:48:21.245Z * branch 19000f37f18b3fa07f6e01d30464da7b9c0b0090 -> FETCH_HEAD
812026-08-27T00:48:21.261Z+ [[ -n '' ]]
822026-08-27T00:48:21.261Z+ git reset --hard 19000f37f18b3fa07f6e01d30464da7b9c0b0090
832026-08-27T00:48:21.511ZHEAD is now at 19000f37f [8/n gen] [nexus] add typed InstanceUpdaterGeneration
842026-08-27T00:48:21.517Zprocess exited: duration 14389 ms, exit code 0
 
852026-08-27T00:48:21.525Zstarting task 4: "build"
862026-08-27T00:48:21.529Z+ source .github/buildomat/ci-env.sh
872026-08-27T00:48:21.529Z++ export CARGO_TERM_COLOR=always
882026-08-27T00:48:21.529Z++ CARGO_TERM_COLOR=always
892026-08-27T00:48:21.532Z+++ uname -s
902026-08-27T00:48:21.532Z++ [[ SunOS == \S\u\n\O\S ]]
912026-08-27T00:48:21.532Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
922026-08-27T00:48:21.536Z+ cargo --version
932026-08-27T00:48:21.543Zcargo 1.97.1 (c980f4866 2026-06-30)
942026-08-27T00:48:21.547Z+ rustc --version
952026-08-27T00:48:21.568Zrustc 1.97.1 (8bab26f4f 2026-07-14)
962026-08-27T00:48:21.572Z+ WORK=/work
972026-08-27T00:48:21.572Z+ pfexec mkdir -p /work
982026-08-27T00:48:21.576Z+ pfexec chown build /work
992026-08-27T00:48:21.580Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1002026-08-27T00:48:23.504Z Startup: Refreshing catalog 'helios' ... Done
1012026-08-27T00:48:23.884Z Startup: Caching catalogs ... Done
1022026-08-27T00:48:27.061ZPlanning: Solver setup ... Done (2.058s)
1032026-08-27T00:48:27.065ZPlanning: Running solver ... Done (0.061s)
1042026-08-27T00:48:27.065ZPlanning: Finding local manifests ... Done (0.003s)
1052026-08-27T00:48:27.065ZPlanning: Fetching manifests: 0/2 0% complete
1062026-08-27T00:48:27.066ZPlanning: Fetching manifests: 2/2 100% complete
1072026-08-27T00:48:27.066ZPlanning: Package planning ... Done (0.014s)
1082026-08-27T00:48:27.066ZPlanning: Merging actions ... Done (0.001s)
1092026-08-27T00:48:27.066ZPlanning: Checking for conflicting actions ... Done (0.218s)
1102026-08-27T00:48:27.066ZPlanning: Consolidating action changes ... Done (0.001s)
1112026-08-27T00:48:27.275ZPlanning: Evaluating mediators ... Done (0.843s)
1122026-08-27T00:48:27.279ZPlanning: Planning completed in 3.35 seconds
1132026-08-27T00:48:27.286Z Packages to install: 2
1142026-08-27T00:48:27.287Z Estimated space available: 156.01 GB
1152026-08-27T00:48:27.291ZEstimated space to be consumed: 80.56 MB
1162026-08-27T00:48:27.291Z Create boot environment: No
1172026-08-27T00:48:27.291ZCreate backup boot environment: No
1182026-08-27T00:48:27.291Z Rebuild boot archive: No
1192026-08-27T00:48:27.291Z
1202026-08-27T00:48:27.291ZChanged packages:
1212026-08-27T00:48:27.291Zhelios
1222026-08-27T00:48:27.291Z developer/build-essential
1232026-08-27T00:48:27.291Z None -> 11-3.0
1242026-08-27T00:48:27.291Z library/libxmlsec1
1252026-08-27T00:48:27.291Z None -> 1.2.35-3.0
1262026-08-27T00:48:27.311Z
1272026-08-27T00:48:27.311ZDownload: 0/214 items 0.0/1.3MB 0% complete
1282026-08-27T00:48:27.388ZDownload: Completed 1.28 MB in 0.08 seconds (16.7M/s)
1292026-08-27T00:48:27.501Z Actions: 1/268 actions (Installing new actions)
1302026-08-27T00:48:27.537Z Actions: Completed 268 actions in 0.04 seconds.
1312026-08-27T00:48:27.575ZFinalize: Updating package state database ... Done (0.037s)
1322026-08-27T00:48:27.575ZFinalize: Updating package cache ... Done (0.000s)
1332026-08-27T00:48:27.664ZFinalize: Updating image state ... Done (0.087s)
1342026-08-27T00:48:30.271ZFinalize: Creating fast lookup database ... Done (2.554s)
1352026-08-27T00:48:30.342ZFinalize: Reading search index ... Done (0.013s)
1362026-08-27T00:48:30.346ZFinalize: Updating search index ... Done (0.000s)
1372026-08-27T00:48:30.436ZFinalize: Updating package cache ... Done (0.000s)
1382026-08-27T00:48:30.809ZPlanning: Evaluating mediator changes ... Done
1392026-08-27T00:48:30.914ZPlanning: Checking for conflicting actions ... Done
1402026-08-27T00:48:30.918ZPlanning: Consolidating action changes ... Done
1412026-08-27T00:48:31.072ZPlanning: Evaluating mediators ... Done
1422026-08-27T00:48:31.076ZPlanning: Planning completed in 0.26 seconds
1432026-08-27T00:48:31.096Z Mediators to change: 2
1442026-08-27T00:48:31.096Z Create boot environment: No
1452026-08-27T00:48:31.096ZCreate backup boot environment: No
1462026-08-27T00:48:31.149ZFinalize: Updating package state database ... Done
1472026-08-27T00:48:31.149ZFinalize: Updating package cache ... Done
1482026-08-27T00:48:31.205ZFinalize: Updating image state ... Done
1492026-08-27T00:48:33.119ZFinalize: Creating fast lookup database ... Done
1502026-08-27T00:48:33.181ZFinalize: Reading search index ... Done
1512026-08-27T00:48:33.185ZFinalize: Updating search index ... Done
1522026-08-27T00:48:33.264ZFinalize: Updating package cache ... Done
1532026-08-27T00:48:33.541ZPlanning: Evaluating mediator changes ... Done
1542026-08-27T00:48:33.644ZPlanning: Checking for conflicting actions ... Done
1552026-08-27T00:48:33.648ZPlanning: Consolidating action changes ... Done
1562026-08-27T00:48:33.800ZPlanning: Evaluating mediators ... Done
1572026-08-27T00:48:33.804ZPlanning: Planning completed in 0.26 seconds
1582026-08-27T00:48:33.822Z Mediators to change: 1
1592026-08-27T00:48:33.822Z Create boot environment: No
1602026-08-27T00:48:33.822ZCreate backup boot environment: No
1612026-08-27T00:48:33.867ZFinalize: Updating package state database ... Done
1622026-08-27T00:48:33.867ZFinalize: Updating package cache ... Done
1632026-08-27T00:48:33.920ZFinalize: Updating image state ... Done
1642026-08-27T00:48:35.830ZFinalize: Creating fast lookup database ... Done
1652026-08-27T00:48:35.892ZFinalize: Reading search index ... Done
1662026-08-27T00:48:35.895ZFinalize: Updating search index ... Done
1672026-08-27T00:48:35.960ZFinalize: Updating package cache ... Done
1682026-08-27T00:48:36.265ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1692026-08-27T00:48:36.266Zapache system 2.4 system
1702026-08-27T00:48:36.266Zclang system 15 system
1712026-08-27T00:48:36.266Zcsh system system illumos
1722026-08-27T00:48:36.266Zctags system system illumos
1732026-08-27T00:48:36.266Zfile vendor vendor darwinsys
1742026-08-27T00:48:36.266Zfile system system illumos
1752026-08-27T00:48:36.266Zgcc vendor 14 vendor
1762026-08-27T00:48:36.266Zgcc system 13 system
1772026-08-27T00:48:36.266Zgcc system 10 system
1782026-08-27T00:48:36.266Zgo system 1.25 system
1792026-08-27T00:48:36.266Zllvm system 15 system
1802026-08-27T00:48:36.266Zmariadb system 11.4 system
1812026-08-27T00:48:36.266Zmta vendor vendor dma
1822026-08-27T00:48:36.266Zopenjdk system 17 system
1832026-08-27T00:48:36.266Zopenjdk system 11 system
1842026-08-27T00:48:36.266Zopenssl vendor 3 vendor
1852026-08-27T00:48:36.266Zperl system 5.40 system
1862026-08-27T00:48:36.266Zpostgresql system 18 system
1872026-08-27T00:48:36.266Zpostgresql system 17 system
1882026-08-27T00:48:36.266Zpython vendor 3 vendor
1892026-08-27T00:48:36.266Zpython system 2 system
1902026-08-27T00:48:36.267Zpython3 vendor 3.13 vendor
1912026-08-27T00:48:36.267Zruby system 3.4 system
1922026-08-27T00:48:36.267Zruby system 3.0 system
1932026-08-27T00:48:36.267Zwords vendor vendor american-english
1942026-08-27T00:48:36.267Zwords system system australian-english
1952026-08-27T00:48:36.267Zwords system system british-english
1962026-08-27T00:48:36.267Zwords system system canadian-english
1972026-08-27T00:48:36.267Zwords system system french
1982026-08-27T00:48:36.267Zwords system system italian
1992026-08-27T00:48:36.267Zwords system system ngerman
2002026-08-27T00:48:36.267Zwords system system ogerman
2012026-08-27T00:48:36.267Zwords system system spanish
2022026-08-27T00:48:36.513ZPUBLISHER TYPE STATUS P LOCATION
2032026-08-27T00:48:36.513Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2042026-08-27T00:48:36.996ZFMRI IFO
2052026-08-27T00:48:36.996Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2062026-08-27T00:48:36.996Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2072026-08-27T00:48:36.997Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2082026-08-27T00:48:36.997Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2092026-08-27T00:48:36.997Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2102026-08-27T00:48:36.997Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2112026-08-27T00:48:36.997Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2122026-08-27T00:48:36.997Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2132026-08-27T00:48:36.997Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2142026-08-27T00:48:37.327Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2152026-08-27T00:48:37.669Z Updating crates.io index
2162026-08-27T00:48:37.675Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2172026-08-27T00:48:38.014Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2182026-08-27T00:48:38.403Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2192026-08-27T00:48:38.719Z Updating git repository `https://github.com/oxidecomputer/propolis`
2202026-08-27T00:48:39.724Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2212026-08-27T00:48:40.284Z Updating git repository `https://github.com/oxidecomputer/crucible`
2222026-08-27T00:48:42.328Z Updating git repository `https://github.com/oxidecomputer/opte`
2232026-08-27T00:48:43.261Z Updating git repository `https://github.com/oxidecomputer/tofino`
2242026-08-27T00:48:43.535Z Updating git repository `https://github.com/oxidecomputer/lldp`
2252026-08-27T00:48:43.913Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2262026-08-27T00:48:45.088Z Updating git repository `https://github.com/oxidecomputer/clickward`
2272026-08-27T00:48:45.684Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2282026-08-27T00:48:46.084Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2292026-08-27T00:48:46.374Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2302026-08-27T00:48:46.649Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2312026-08-27T00:48:46.918Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2322026-08-27T00:48:47.218Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2332026-08-27T00:48:47.500Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2342026-08-27T00:48:47.778Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2352026-08-27T00:48:48.270Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2362026-08-27T00:48:48.652Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2372026-08-27T00:48:49.331Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2382026-08-27T00:48:49.644Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2392026-08-27T00:48:50.196Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2402026-08-27T00:48:50.517Z Updating git repository `https://github.com/oxidecomputer/erebor`
2412026-08-27T00:48:50.773Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2422026-08-27T00:48:51.322Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2432026-08-27T00:48:51.663Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2442026-08-27T00:48:51.998Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2452026-08-27T00:48:52.379Z Updating git repository `https://github.com/oxidecomputer/ispf`
2462026-08-27T00:48:52.702Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2472026-08-27T00:48:52.998Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2482026-08-27T00:48:53.389Z Updating git repository `https://github.com/oxidecomputer/tough`
2492026-08-27T00:48:53.950Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2502026-08-27T00:48:54.227Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2512026-08-27T00:48:54.518Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2522026-08-27T00:48:54.891Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2532026-08-27T00:48:55.235Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2542026-08-27T00:48:55.505Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2552026-08-27T00:48:55.801Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2562026-08-27T00:48:56.083Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2572026-08-27T00:48:56.370Z Updating git repository `https://github.com/illumos/smf-rs`
2582026-08-27T00:48:56.679Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2592026-08-27T00:48:59.483Z Downloading crates ...
2602026-08-27T00:48:59.535Z Downloaded block-buffer v0.10.4
2612026-08-27T00:48:59.538Z Downloaded cfg-if v1.0.4
2622026-08-27T00:48:59.549Z Downloaded memchr v2.8.0
2632026-08-27T00:48:59.552Z Downloaded anstream v1.0.0
2642026-08-27T00:48:59.555Z Downloaded zerocopy-derive v0.7.35
2652026-08-27T00:48:59.555Z Downloaded memmap v0.7.0
2662026-08-27T00:48:59.559Z Downloaded thiserror-impl v1.0.69
2672026-08-27T00:48:59.559Z Downloaded anstyle-query v1.1.5
2682026-08-27T00:48:59.559Z Downloaded serde_tokenstream v0.2.3
2692026-08-27T00:48:59.562Z Downloaded toml v0.8.23
2702026-08-27T00:48:59.567Z Downloaded generic-array v0.14.7
2712026-08-27T00:48:59.567Z Downloaded fastrand v2.3.0
2722026-08-27T00:48:59.567Z Downloaded zmij v1.0.21
2732026-08-27T00:48:59.567Z Downloaded macaddr v1.0.1
2742026-08-27T00:48:59.570Z Downloaded zerocopy v0.7.35
2752026-08-27T00:48:59.577Z Downloaded autocfg v1.5.0
2762026-08-27T00:48:59.581Z Downloaded dtrace-parser v0.2.0
2772026-08-27T00:48:59.581Z Downloaded serde_derive v1.0.228
2782026-08-27T00:48:59.585Z Downloaded anstyle v1.0.14
2792026-08-27T00:48:59.585Z Downloaded bytecount v0.6.9
2802026-08-27T00:48:59.585Z Downloaded digest v0.10.7
2812026-08-27T00:48:59.591Z Downloaded cargo-platform v0.3.2
2822026-08-27T00:48:59.597Z Downloaded clap_lex v1.0.0
2832026-08-27T00:48:59.597Z Downloaded cpufeatures v0.2.17
2842026-08-27T00:48:59.597Z Downloaded is_terminal_polyfill v1.70.2
2852026-08-27T00:48:59.602Z Downloaded heck v0.4.1
2862026-08-27T00:48:59.606Z Downloaded colorchoice v1.0.4
2872026-08-27T00:48:59.609Z Downloaded plain v0.2.3
2882026-08-27T00:48:59.614Z Downloaded fnv v1.0.7
2892026-08-27T00:48:59.619Z Downloaded crypto-common v0.1.7
2902026-08-27T00:48:59.619Z Downloaded itoa v1.0.17
2912026-08-27T00:48:59.630Z Downloaded errno v0.3.14
2922026-08-27T00:48:59.630Z Downloaded toml_write v0.1.2
2932026-08-27T00:48:59.630Z Downloaded dof v0.3.0
2942026-08-27T00:48:59.634Z Downloaded utf8parse v0.2.2
2952026-08-27T00:48:59.634Z Downloaded strsim v0.11.1
2962026-08-27T00:48:59.634Z Downloaded tabled_derive v0.7.0
2972026-08-27T00:48:59.635Z Downloaded terminal_size v0.4.3
2982026-08-27T00:48:59.635Z Downloaded anstyle-parse v1.0.0
2992026-08-27T00:48:59.638Z Downloaded byteorder v1.5.0
3002026-08-27T00:48:59.638Z Downloaded cargo_metadata v0.23.1
3012026-08-27T00:48:59.641Z Downloaded proc-macro-error-attr v1.0.4
3022026-08-27T00:48:59.645Z Downloaded version_check v0.9.5
3032026-08-27T00:48:59.645Z Downloaded serde_spanned v0.6.9
3042026-08-27T00:48:59.648Z Downloaded toml_datetime v0.6.11
3052026-08-27T00:48:59.648Z Downloaded swrite v0.1.0
3062026-08-27T00:48:59.652Z Downloaded unicode-linebreak v0.1.5
3072026-08-27T00:48:59.656Z Downloaded usdt-macro v0.5.0
3082026-08-27T00:48:59.661Z Downloaded smawk v0.3.2
3092026-08-27T00:48:59.661Z Downloaded pretty-hex v0.4.1
3102026-08-27T00:48:59.661Z Downloaded scroll_derive v0.12.1
3112026-08-27T00:48:59.665Z Downloaded usdt v0.5.0
3122026-08-27T00:48:59.665Z Downloaded usdt-attr-macro v0.5.0
3132026-08-27T00:48:59.671Z Downloaded anyhow v1.0.104
3142026-08-27T00:48:59.675Z Downloaded clap_derive v4.6.1
3152026-08-27T00:48:59.675Z Downloaded camino-tempfile v1.4.1
3162026-08-27T00:48:59.675Z Downloaded log v0.4.33
3172026-08-27T00:48:59.681Z Downloaded equivalent v1.0.2
3182026-08-27T00:48:59.685Z Downloaded heck v0.5.0
3192026-08-27T00:48:59.685Z Downloaded thread-id v4.2.2
3202026-08-27T00:48:59.688Z Downloaded pest_derive v2.8.6
3212026-08-27T00:48:59.694Z Downloaded fs-err v3.3.0
3222026-08-27T00:48:59.701Z Downloaded sha2 v0.10.9
3232026-08-27T00:48:59.705Z Downloaded thiserror v1.0.69
3242026-08-27T00:48:59.705Z Downloaded thiserror-impl v2.0.18
3252026-08-27T00:48:59.705Z Downloaded scroll v0.12.0
3262026-08-27T00:48:59.708Z Downloaded thiserror v2.0.18
3272026-08-27T00:48:59.708Z Downloaded usdt-impl v0.5.0
3282026-08-27T00:48:59.712Z Downloaded proc-macro-error v1.0.4
3292026-08-27T00:48:59.720Z Downloaded getrandom v0.4.3
3302026-08-27T00:48:59.724Z Downloaded pest_generator v2.8.6
3312026-08-27T00:48:59.724Z Downloaded camino v1.2.5
3322026-08-27T00:48:59.728Z Downloaded once_cell v1.21.3
3332026-08-27T00:48:59.728Z Downloaded bitflags v2.11.0
3342026-08-27T00:48:59.728Z Downloaded semver v1.0.28
3352026-08-27T00:48:59.735Z Downloaded cargo_toml v0.21.0
3362026-08-27T00:48:59.738Z Downloaded papergrid v0.11.0
3372026-08-27T00:48:59.746Z Downloaded ucd-trie v0.1.7
3382026-08-27T00:48:59.753Z Downloaded pest_meta v2.8.6
3392026-08-27T00:48:59.757Z Downloaded textwrap v0.16.2
3402026-08-27T00:48:59.757Z Downloaded clap v4.6.1
3412026-08-27T00:48:59.762Z Downloaded quote v1.0.45
3422026-08-27T00:48:59.766Z Downloaded unicode-ident v1.0.24
3432026-08-27T00:48:59.766Z Downloaded tempfile v3.27.0
3442026-08-27T00:48:59.793Z Downloaded serde_core v1.0.228
3452026-08-27T00:48:59.798Z Downloaded proc-macro2 v1.0.106
3462026-08-27T00:48:59.814Z Downloaded toml_edit v0.22.27
3472026-08-27T00:48:59.826Z Downloaded typenum v1.20.1
3482026-08-27T00:48:59.830Z Downloaded serde v1.0.228
3492026-08-27T00:48:59.834Z Downloaded indexmap v2.14.0
3502026-08-27T00:48:59.844Z Downloaded pest v2.8.6
3512026-08-27T00:48:59.868Z Downloaded hashbrown v0.17.0
3522026-08-27T00:48:59.875Z Downloaded serde_json v1.0.151
3532026-08-27T00:48:59.882Z Downloaded goblin v0.8.2
3542026-08-27T00:48:59.897Z Downloaded clap_builder v4.6.0
3552026-08-27T00:48:59.902Z Downloaded tabled v0.15.0
3562026-08-27T00:48:59.911Z Downloaded winnow v0.7.14
3572026-08-27T00:48:59.933Z Downloaded syn v1.0.109
3582026-08-27T00:48:59.938Z Downloaded unicode-width v0.1.14
3592026-08-27T00:48:59.942Z Downloaded syn v2.0.117
3602026-08-27T00:48:59.948Z Downloaded unicode-width v0.2.0
3612026-08-27T00:48:59.964Z Downloaded rustix v1.1.4
3622026-08-27T00:48:59.987Z Downloaded libc v0.2.185
3632026-08-27T00:49:00.049Z Compiling proc-macro2 v1.0.106
3642026-08-27T00:49:00.049Z Compiling unicode-ident v1.0.24
3652026-08-27T00:49:00.052Z Compiling quote v1.0.45
3662026-08-27T00:49:00.052Z Compiling serde_core v1.0.228
3672026-08-27T00:49:00.052Z Compiling libc v0.2.185
3682026-08-27T00:49:00.052Z Compiling version_check v0.9.5
3692026-08-27T00:49:00.052Z Compiling memchr v2.8.0
3702026-08-27T00:49:00.052Z Compiling serde v1.0.228
3712026-08-27T00:49:00.052Z Compiling zmij v1.0.21
3722026-08-27T00:49:00.222Z Compiling ucd-trie v0.1.7
3732026-08-27T00:49:00.226Z Compiling thiserror v1.0.69
3742026-08-27T00:49:00.238Z Compiling itoa v1.0.17
3752026-08-27T00:49:00.242Z Compiling rustix v1.1.4
3762026-08-27T00:49:00.242Z Compiling byteorder v1.5.0
3772026-08-27T00:49:00.481Z Compiling bitflags v2.11.0
3782026-08-27T00:49:00.572Z Compiling serde_json v1.0.151
3792026-08-27T00:49:00.656Z Compiling pest v2.8.6
3802026-08-27T00:49:00.677Z Compiling syn v1.0.109
3812026-08-27T00:49:00.763Z Compiling camino v1.2.5
3822026-08-27T00:49:00.813Z Compiling usdt-impl v0.5.0
3832026-08-27T00:49:00.817Z Compiling proc-macro-error-attr v1.0.4
3842026-08-27T00:49:00.835Z Compiling proc-macro-error v1.0.4
3852026-08-27T00:49:00.951Z Compiling equivalent v1.0.2
3862026-08-27T00:49:00.955Z Compiling hashbrown v0.17.0
3872026-08-27T00:49:01.057Z Compiling getrandom v0.4.3
3882026-08-27T00:49:01.060Z Compiling log v0.4.33
3892026-08-27T00:49:01.128Z Compiling utf8parse v0.2.2
3902026-08-27T00:49:01.169Z Compiling plain v0.2.3
3912026-08-27T00:49:01.256Z Compiling errno v0.3.14
3922026-08-27T00:49:01.256Z Compiling thread-id v4.2.2
3932026-08-27T00:49:01.292Z Compiling anstyle-parse v1.0.0
3942026-08-27T00:49:01.292Z Compiling autocfg v1.5.0
3952026-08-27T00:49:01.295Z Compiling anstyle-query v1.1.5
3962026-08-27T00:49:01.313Z Compiling is_terminal_polyfill v1.70.2
3972026-08-27T00:49:01.345Z Compiling winnow v0.7.14
3982026-08-27T00:49:01.345Z Compiling anstyle v1.0.14
3992026-08-27T00:49:01.363Z Compiling cfg-if v1.0.4
4002026-08-27T00:49:01.481Z Compiling thiserror v2.0.18
4012026-08-27T00:49:01.484Z Compiling toml_write v0.1.2
4022026-08-27T00:49:01.524Z Compiling indexmap v2.14.0
4032026-08-27T00:49:01.527Z Compiling colorchoice v1.0.4
4042026-08-27T00:49:01.527Z Compiling pretty-hex v0.4.1
4052026-08-27T00:49:01.703Z Compiling syn v2.0.117
4062026-08-27T00:49:01.758Z Compiling anstream v1.0.0
4072026-08-27T00:49:01.758Z Compiling fnv v1.0.7
4082026-08-27T00:49:01.762Z Compiling unicode-width v0.1.14
4092026-08-27T00:49:01.815Z Compiling pest_meta v2.8.6
4102026-08-27T00:49:01.852Z Compiling clap_lex v1.0.0
4112026-08-27T00:49:01.856Z Compiling fs-err v3.3.0
4122026-08-27T00:49:01.895Z Compiling heck v0.4.1
4132026-08-27T00:49:02.001Z Compiling strsim v0.11.1
4142026-08-27T00:49:02.093Z Compiling anyhow v1.0.104
4152026-08-27T00:49:02.097Z Compiling heck v0.5.0
4162026-08-27T00:49:02.127Z Compiling once_cell v1.21.3
4172026-08-27T00:49:02.130Z Compiling bytecount v0.6.9
4182026-08-27T00:49:02.148Z Compiling fastrand v2.3.0
4192026-08-27T00:49:02.212Z Compiling memmap v0.7.0
4202026-08-27T00:49:02.250Z Compiling papergrid v0.11.0
4212026-08-27T00:49:02.299Z Compiling smawk v0.3.2
4222026-08-27T00:49:02.315Z Compiling unicode-width v0.2.0
4232026-08-27T00:49:02.364Z Compiling unicode-linebreak v0.1.5
4242026-08-27T00:49:02.382Z Compiling terminal_size v0.4.3
4252026-08-27T00:49:02.385Z Compiling tempfile v3.27.0
4262026-08-27T00:49:02.452Z Compiling swrite v0.1.0
4272026-08-27T00:49:02.500Z Compiling clap_builder v4.6.0
4282026-08-27T00:49:02.565Z Compiling textwrap v0.16.2
4292026-08-27T00:49:02.732Z Compiling cargo-platform v0.3.2
4302026-08-27T00:49:02.770Z Compiling semver v1.0.28
4312026-08-27T00:49:02.991Z Compiling camino-tempfile v1.4.1
4322026-08-27T00:49:03.229Z Compiling tabled_derive v0.7.0
4332026-08-27T00:49:03.834Z Compiling pest_generator v2.8.6
4342026-08-27T00:49:03.902Z Compiling tabled v0.15.0
4352026-08-27T00:49:04.312Z Compiling serde_derive v1.0.228
4362026-08-27T00:49:04.316Z Compiling thiserror-impl v1.0.69
4372026-08-27T00:49:04.316Z Compiling zerocopy-derive v0.7.35
4382026-08-27T00:49:04.316Z Compiling scroll_derive v0.12.1
4392026-08-27T00:49:04.316Z Compiling thiserror-impl v2.0.18
4402026-08-27T00:49:04.316Z Compiling clap_derive v4.6.1
4412026-08-27T00:49:04.400Z Compiling pest_derive v2.8.6
4422026-08-27T00:49:05.056Z Compiling scroll v0.12.0
4432026-08-27T00:49:05.073Z Compiling zerocopy v0.7.35
4442026-08-27T00:49:05.291Z Compiling goblin v0.8.2
4452026-08-27T00:49:05.394Z Compiling dtrace-parser v0.2.0
4462026-08-27T00:49:05.692Z Compiling clap v4.6.1
4472026-08-27T00:49:06.643Z Compiling dof v0.3.0
4482026-08-27T00:49:06.643Z Compiling serde_tokenstream v0.2.3
4492026-08-27T00:49:06.646Z Compiling toml_datetime v0.6.11
4502026-08-27T00:49:06.646Z Compiling serde_spanned v0.6.9
4512026-08-27T00:49:06.646Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4522026-08-27T00:49:06.646Z Compiling macaddr v1.0.1
4532026-08-27T00:49:06.646Z Compiling cargo_metadata v0.23.1
4542026-08-27T00:49:06.912Z Compiling toml_edit v0.22.27
4552026-08-27T00:49:07.361Z Compiling usdt-macro v0.5.0
4562026-08-27T00:49:07.372Z Compiling usdt-attr-macro v0.5.0
4572026-08-27T00:49:07.951Z Compiling usdt v0.5.0
4582026-08-27T00:49:08.173Z Compiling toml v0.8.23
4592026-08-27T00:49:08.490Z Compiling cargo_toml v0.21.0
4602026-08-27T00:49:09.790Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4612026-08-27T00:49:11.775Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.61s
4622026-08-27T00:49:11.983Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4632026-08-27T00:49:12.489Z Downloading crates ...
4642026-08-27T00:49:12.539Z Downloaded adler2 v2.0.1
4652026-08-27T00:49:12.542Z Downloaded atomic-waker v1.1.2
4662026-08-27T00:49:12.546Z Downloaded aead v0.6.1
4672026-08-27T00:49:12.550Z Downloaded addr2line v0.25.1
4682026-08-27T00:49:12.553Z Downloaded castaway v0.2.4
4692026-08-27T00:49:12.565Z Downloaded bitfield-struct v0.6.2
4702026-08-27T00:49:12.570Z Downloaded bit-set v0.5.3
4712026-08-27T00:49:12.570Z Downloaded array-init v0.0.4
4722026-08-27T00:49:12.570Z Downloaded async-stream-impl v0.3.6
4732026-08-27T00:49:12.570Z Downloaded bitfield-macros v0.19.4
4742026-08-27T00:49:12.570Z Downloaded async-recursion v1.1.1
4752026-08-27T00:49:12.570Z Downloaded const-oid v0.10.2
4762026-08-27T00:49:12.570Z Downloaded futures-core v0.3.32
4772026-08-27T00:49:12.575Z Downloaded git-stub v1.0.0
4782026-08-27T00:49:12.575Z Downloaded anstream v0.6.21
4792026-08-27T00:49:12.575Z Downloaded base16ct v1.0.0
4802026-08-27T00:49:12.575Z Downloaded cexpr v0.6.0
4812026-08-27T00:49:12.575Z Downloaded arrayref v0.3.9
4822026-08-27T00:49:12.580Z Downloaded camino-tempfile-ext v0.3.3
4832026-08-27T00:49:12.580Z Downloaded fatfs v0.3.6
4842026-08-27T00:49:12.580Z Downloaded futures-executor v0.3.32
4852026-08-27T00:49:12.580Z Downloaded futures-io v0.3.32
4862026-08-27T00:49:12.580Z Downloaded ghash v0.6.0
4872026-08-27T00:49:12.580Z Downloaded foldhash v0.2.0
4882026-08-27T00:49:12.584Z Downloaded backtrace-ext v0.2.1
4892026-08-27T00:49:12.584Z Downloaded base64 v0.22.1
4902026-08-27T00:49:12.587Z Downloaded bit-set v0.8.0
4912026-08-27T00:49:12.587Z Downloaded atomicwrites v0.4.4
4922026-08-27T00:49:12.587Z Downloaded fd-lock v4.0.4
4932026-08-27T00:49:12.587Z Downloaded futures-macro v0.3.32
4942026-08-27T00:49:12.591Z Downloaded env_logger v0.11.11
4952026-08-27T00:49:12.594Z Downloaded argon2 v0.6.0-rc.8
4962026-08-27T00:49:12.598Z Downloaded getrandom v0.2.17
4972026-08-27T00:49:12.603Z Downloaded gethostname v0.5.0
4982026-08-27T00:49:12.603Z Downloaded async-stream v0.3.6
4992026-08-27T00:49:12.603Z Downloaded bb8 v0.8.6
5002026-08-27T00:49:12.604Z Downloaded assert_matches v1.5.0
5012026-08-27T00:49:12.604Z Downloaded atty v0.2.14
5022026-08-27T00:49:12.609Z Downloaded foreign-types-shared v0.3.1
5032026-08-27T00:49:12.609Z Downloaded fxhash v0.2.1
5042026-08-27T00:49:12.609Z Downloaded foreign-types-macros v0.2.3
5052026-08-27T00:49:12.609Z Downloaded form_urlencoded v1.2.2
5062026-08-27T00:49:12.609Z Downloaded foreign-types v0.5.0
5072026-08-27T00:49:12.613Z Downloaded backoff v0.4.0
5082026-08-27T00:49:12.616Z Downloaded ciborium-ll v0.2.2
5092026-08-27T00:49:12.616Z Downloaded bit-vec v0.6.3
5102026-08-27T00:49:12.620Z Downloaded bit-vec v0.8.0
5112026-08-27T00:49:12.620Z Downloaded aead v0.5.2
5122026-08-27T00:49:12.623Z Downloaded flagset v0.4.7
5132026-08-27T00:49:12.623Z Downloaded funty v2.0.0
5142026-08-27T00:49:12.626Z Downloaded ciborium-io v0.2.2
5152026-08-27T00:49:12.626Z Downloaded globwalk v0.9.1
5162026-08-27T00:49:12.630Z Downloaded float-cmp v0.10.0
5172026-08-27T00:49:12.634Z Downloaded futures-sink v0.3.32
5182026-08-27T00:49:12.634Z Downloaded ff v0.14.0
5192026-08-27T00:49:12.634Z Downloaded filetime v0.2.27
5202026-08-27T00:49:12.634Z Downloaded find-msvc-tools v0.1.9
5212026-08-27T00:49:12.639Z Downloaded float-ord v0.3.2
5222026-08-27T00:49:12.639Z Downloaded fs-err v2.11.0
5232026-08-27T00:49:12.639Z Downloaded cfg_aliases v0.1.1
5242026-08-27T00:49:12.639Z Downloaded fallible-iterator v0.2.0
5252026-08-27T00:49:12.639Z Downloaded ff v0.13.1
5262026-08-27T00:49:12.639Z Downloaded futures-util v0.3.32
5272026-08-27T00:49:12.646Z Downloaded globset v0.4.18
5282026-08-27T00:49:12.651Z Downloaded group v0.13.0
5292026-08-27T00:49:12.651Z Downloaded base16ct v0.2.0
5302026-08-27T00:49:12.651Z Downloaded block-padding v0.4.2
5312026-08-27T00:49:12.651Z Downloaded compression-core v0.4.31
5322026-08-27T00:49:12.651Z Downloaded hyper-tls v0.6.0
5332026-08-27T00:49:12.651Z Downloaded hash32 v0.3.1
5342026-08-27T00:49:12.651Z Downloaded cfg_aliases v0.2.1
5352026-08-27T00:49:12.655Z Downloaded fixedbitset v0.4.2
5362026-08-27T00:49:12.655Z Downloaded futures-task v0.3.32
5372026-08-27T00:49:12.655Z Downloaded env_filter v2.0.0
5382026-08-27T00:49:12.655Z Downloaded cobs v0.3.0
5392026-08-27T00:49:12.655Z Downloaded hostname v0.3.1
5402026-08-27T00:49:12.655Z Downloaded hash32 v0.2.1
5412026-08-27T00:49:12.655Z Downloaded hex-literal v1.1.0
5422026-08-27T00:49:12.655Z Downloaded httpdate v1.0.3
5432026-08-27T00:49:12.659Z Downloaded hostname v0.4.2
5442026-08-27T00:49:12.659Z Downloaded allocator-api2 v0.2.21
5452026-08-27T00:49:12.659Z Downloaded bitfield v0.19.4
5462026-08-27T00:49:12.662Z Downloaded argon2 v0.5.3
5472026-08-27T00:49:12.665Z Downloaded ascii-canvas v3.0.0
5482026-08-27T00:49:12.665Z Downloaded async-trait v0.1.89
5492026-08-27T00:49:12.666Z Downloaded bcs v0.1.6
5502026-08-27T00:49:12.669Z Downloaded arrayvec v0.7.6
5512026-08-27T00:49:12.669Z Downloaded blowfish v0.10.0
5522026-08-27T00:49:12.669Z Downloaded nonempty v0.12.0
5532026-08-27T00:49:12.669Z Downloaded foreign-types v0.3.2
5542026-08-27T00:49:12.669Z Downloaded foreign-types-shared v0.1.1
5552026-08-27T00:49:12.675Z Downloaded num_threads v0.1.7
5562026-08-27T00:49:12.675Z Downloaded openssl-macros v0.1.1
5572026-08-27T00:49:12.680Z Downloaded base64ct v1.8.3
5582026-08-27T00:49:12.680Z Downloaded bcrypt-pbkdf v0.11.0
5592026-08-27T00:49:12.680Z Downloaded async-bb8-diesel v0.2.1
5602026-08-27T00:49:12.680Z Downloaded headers-core v0.3.0
5612026-08-27T00:49:12.683Z Downloaded http-body v1.0.1
5622026-08-27T00:49:12.683Z Downloaded hubpack v0.1.2
5632026-08-27T00:49:12.683Z Downloaded nodrop v0.1.14
5642026-08-27T00:49:12.683Z Downloaded git-stub-vcs v0.1.0
5652026-08-27T00:49:12.683Z Downloaded glob v0.3.3
5662026-08-27T00:49:12.688Z Downloaded http-range v0.1.5
5672026-08-27T00:49:12.692Z Downloaded oxide-generation-macros v0.2.0
5682026-08-27T00:49:12.692Z Downloaded predicates-core v1.0.10
5692026-08-27T00:49:12.693Z Downloaded powerfmt v0.2.0
5702026-08-27T00:49:12.696Z Downloaded hubpack_derive v0.1.1
5712026-08-27T00:49:12.702Z Downloaded foldhash v0.1.5
5722026-08-27T00:49:12.705Z Downloaded byte-wrapper v0.1.0
5732026-08-27T00:49:12.705Z Downloaded bitflags v1.3.2
5742026-08-27T00:49:12.718Z Downloaded block-buffer v0.12.1
5752026-08-27T00:49:12.718Z Downloaded bs58 v0.5.1
5762026-08-27T00:49:12.718Z Downloaded chacha20 v0.9.1
5772026-08-27T00:49:12.723Z Downloaded cipher v0.4.4
5782026-08-27T00:49:12.723Z Downloaded progenitor-macro v0.14.0
5792026-08-27T00:49:12.723Z Downloaded compression-codecs v0.4.37
5802026-08-27T00:49:12.723Z Downloaded rand_xorshift v0.4.0
5812026-08-27T00:49:12.723Z Downloaded ref-cast v1.0.25
5822026-08-27T00:49:12.723Z Downloaded cipher v0.5.2
5832026-08-27T00:49:12.723Z Downloaded cmov v0.5.4
5842026-08-27T00:49:12.724Z Downloaded scheduled-thread-pool v0.2.7
5852026-08-27T00:49:12.727Z Downloaded cbc v0.2.1
5862026-08-27T00:49:12.728Z Downloaded cassowary v0.3.0
5872026-08-27T00:49:12.728Z Downloaded compact_str v0.8.1
5882026-08-27T00:49:12.728Z Downloaded home v0.5.12
5892026-08-27T00:49:12.728Z Downloaded humantime v2.3.0
5902026-08-27T00:49:12.732Z Downloaded cmake v0.1.57
5912026-08-27T00:49:12.732Z Downloaded erased-serde v0.3.31
5922026-08-27T00:49:12.732Z Downloaded group v0.14.0
5932026-08-27T00:49:12.735Z Downloaded blake2 v0.10.6
5942026-08-27T00:49:12.735Z Downloaded clang-sys v1.8.1
5952026-08-27T00:49:12.736Z Downloaded hex v0.4.3
5962026-08-27T00:49:12.736Z Downloaded rfc6979 v0.4.0
5972026-08-27T00:49:12.742Z Downloaded rfc6979 v0.6.0
5982026-08-27T00:49:12.742Z Downloaded anstyle-parse v0.2.7
5992026-08-27T00:49:12.746Z Downloaded http-body-util v0.1.3
6002026-08-27T00:49:12.746Z Downloaded scopeguard v1.2.0
6012026-08-27T00:49:12.746Z Downloaded semver v0.1.20
6022026-08-27T00:49:12.746Z Downloaded const-oid v0.9.6
6032026-08-27T00:49:12.746Z Downloaded russh-cryptovec v0.62.0
6042026-08-27T00:49:12.746Z Downloaded sha1 v0.10.6
6052026-08-27T00:49:12.746Z Downloaded secrecy v0.10.3
6062026-08-27T00:49:12.746Z Downloaded seq-macro v0.3.6
6072026-08-27T00:49:12.750Z Downloaded secrecy v0.8.0
6082026-08-27T00:49:12.750Z Downloaded shell-words v1.1.1
6092026-08-27T00:49:12.750Z Downloaded num-integer v0.1.46
6102026-08-27T00:49:12.754Z Downloaded pbkdf2 v0.13.0
6112026-08-27T00:49:12.754Z Downloaded rand_chacha v0.3.1
6122026-08-27T00:49:12.754Z Downloaded peg v0.8.5
6132026-08-27T00:49:12.763Z Downloaded poly1305 v0.8.0
6142026-08-27T00:49:12.763Z Downloaded progenitor-extras v0.2.0
6152026-08-27T00:49:12.767Z Downloaded slog-envlogger v2.2.0
6162026-08-27T00:49:12.767Z Downloaded sqlparser_derive v0.5.0
6172026-08-27T00:49:12.767Z Downloaded highway v1.3.0
6182026-08-27T00:49:12.767Z Downloaded fs_extra v1.3.0
6192026-08-27T00:49:12.779Z Downloaded hyper-staticfile v0.10.1
6202026-08-27T00:49:12.783Z Downloaded unit-prefix v0.5.2
6212026-08-27T00:49:12.783Z Downloaded pin-project-internal v1.1.11
6222026-08-27T00:49:12.783Z Downloaded backon v1.6.0
6232026-08-27T00:49:12.783Z Downloaded supports-unicode v3.0.0
6242026-08-27T00:49:12.788Z Downloaded structmeta v0.3.0
6252026-08-27T00:49:12.788Z Downloaded sync-ptr v0.1.4
6262026-08-27T00:49:12.788Z Downloaded console v0.15.11
6272026-08-27T00:49:12.792Z Downloaded blake2 v0.11.0-rc.6
6282026-08-27T00:49:12.793Z Downloaded ciborium v0.2.2
6292026-08-27T00:49:12.793Z Downloaded phf v0.12.1
6302026-08-27T00:49:12.793Z Downloaded buf-list v1.1.2
6312026-08-27T00:49:12.797Z Downloaded colored v3.1.1
6322026-08-27T00:49:12.798Z Downloaded expectorate v1.2.0
6332026-08-27T00:49:12.798Z Downloaded bzip2 v0.4.4
6342026-08-27T00:49:12.798Z Downloaded chacha20 v0.10.0
6352026-08-27T00:49:12.801Z Downloaded colored v2.2.0
6362026-08-27T00:49:12.801Z Downloaded bzip2 v0.6.1
6372026-08-27T00:49:12.801Z Downloaded progenitor v0.13.0
6382026-08-27T00:49:12.801Z Downloaded unarray v0.1.4
6392026-08-27T00:49:12.801Z Downloaded cancel-safe-futures v0.1.5
6402026-08-27T00:49:12.806Z Downloaded universal-hash v0.5.1
6412026-08-27T00:49:12.806Z Downloaded universal-hash v0.6.1
6422026-08-27T00:49:12.806Z Downloaded bumpalo v3.20.2
6432026-08-27T00:49:12.813Z Downloaded want v0.3.1
6442026-08-27T00:49:12.813Z Downloaded yoke-derive v0.8.1
6452026-08-27T00:49:12.813Z Downloaded iana-time-zone v0.1.65
6462026-08-27T00:49:12.813Z Downloaded xshell-macros v0.2.7
6472026-08-27T00:49:12.813Z Downloaded zeroize_derive v1.5.0
6482026-08-27T00:49:12.817Z Downloaded fixedbitset v0.5.7
6492026-08-27T00:49:12.817Z Downloaded hyper-rustls v0.27.7
6502026-08-27T00:49:12.820Z Downloaded zone v0.3.1
6512026-08-27T00:49:12.820Z Downloaded futures-channel v0.3.32
6522026-08-27T00:49:12.821Z Downloaded arc-swap v1.8.2
6532026-08-27T00:49:12.825Z Downloaded parking_lot v0.12.5
6542026-08-27T00:49:12.825Z Downloaded hybrid-array v0.4.13
6552026-08-27T00:49:12.825Z Downloaded slog-term v2.9.2
6562026-08-27T00:49:12.829Z Downloaded parking_lot v0.11.2
6572026-08-27T00:49:12.829Z Downloaded poly1305 v0.9.0
6582026-08-27T00:49:12.829Z Downloaded strum_macros v0.24.3
6592026-08-27T00:49:12.829Z Downloaded testing_table v0.3.0
6602026-08-27T00:49:12.832Z Downloaded thread_local v1.1.9
6612026-08-27T00:49:12.832Z Downloaded scroll v0.13.0
6622026-08-27T00:49:12.832Z Downloaded shlex v1.3.0
6632026-08-27T00:49:12.832Z Downloaded spki v0.7.3
6642026-08-27T00:49:12.832Z Downloaded time-macros v0.2.27
6652026-08-27T00:49:12.836Z Downloaded tls_codec_derive v0.4.2
6662026-08-27T00:49:12.836Z Downloaded tls_codec v0.4.2
6672026-08-27T00:49:12.839Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6682026-08-27T00:49:12.839Z Downloaded getrandom v0.3.4
6692026-08-27T00:49:12.844Z Downloaded hmac v0.13.0
6702026-08-27T00:49:12.844Z Downloaded httparse v1.10.1
6712026-08-27T00:49:12.844Z Downloaded ssh-cipher v0.3.0
6722026-08-27T00:49:12.847Z Downloaded static_assertions v1.1.0
6732026-08-27T00:49:12.847Z Downloaded downcast-rs v2.0.2
6742026-08-27T00:49:12.847Z Downloaded dof v0.4.0
6752026-08-27T00:49:12.847Z Downloaded dtrace-parser v0.3.0
6762026-08-27T00:49:12.847Z Downloaded unicase v2.9.0
6772026-08-27T00:49:12.847Z Downloaded half v1.8.3
6782026-08-27T00:49:12.851Z Downloaded crunchy v0.2.4
6792026-08-27T00:49:12.854Z Downloaded ahash v0.8.12
6802026-08-27T00:49:12.854Z Downloaded debug-ignore v1.0.5
6812026-08-27T00:49:12.854Z Downloaded defmt v0.3.100
6822026-08-27T00:49:12.858Z Downloaded phf v0.13.1
6832026-08-27T00:49:12.858Z Downloaded console v0.16.2
6842026-08-27T00:49:12.859Z Downloaded derive_builder_macro v0.20.2
6852026-08-27T00:49:12.859Z Downloaded tui-tree-widget v0.23.1
6862026-08-27T00:49:12.863Z Downloaded is-terminal v0.4.17
6872026-08-27T00:49:12.868Z Downloaded dirs-sys-next v0.1.2
6882026-08-27T00:49:12.868Z Downloaded pkcs8 v0.11.0
6892026-08-27T00:49:12.876Z Downloaded strum_macros v0.26.4
6902026-08-27T00:49:12.876Z Downloaded keccak v0.1.6
6912026-08-27T00:49:12.880Z Downloaded vergen-lib v0.1.6
6922026-08-27T00:49:12.880Z Downloaded vergen-lib v9.1.0
6932026-08-27T00:49:12.880Z Downloaded num-traits v0.2.19
6942026-08-27T00:49:12.884Z Downloaded wyz v0.5.1
6952026-08-27T00:49:12.884Z Downloaded illumos-nvpair v0.3.0
6962026-08-27T00:49:12.884Z Downloaded linked-hash-map v0.5.6
6972026-08-27T00:49:12.884Z Downloaded zerovec-derive v0.11.2
6982026-08-27T00:49:12.888Z Downloaded critical-section v1.2.0
6992026-08-27T00:49:12.888Z Downloaded lzss v0.8.2
7002026-08-27T00:49:12.888Z Downloaded futures v0.3.32
7012026-08-27T00:49:12.891Z Downloaded nibble_vec v0.1.0
7022026-08-27T00:49:12.891Z Downloaded openssl-probe v0.1.6
7032026-08-27T00:49:12.891Z Downloaded openssl-probe v0.2.1
7042026-08-27T00:49:12.891Z Downloaded half v2.7.1
7052026-08-27T00:49:12.895Z Downloaded hmac v0.12.1
7062026-08-27T00:49:12.898Z Downloaded toml_parser v1.1.2+spec-1.1.0
7072026-08-27T00:49:12.902Z Downloaded ctr v0.10.1
7082026-08-27T00:49:12.907Z Downloaded sec1 v0.8.1
7092026-08-27T00:49:12.907Z Downloaded lru v0.12.5
7102026-08-27T00:49:12.911Z Downloaded md-5 v0.10.6
7112026-08-27T00:49:12.911Z Downloaded num-conv v0.2.0
7122026-08-27T00:49:12.911Z Downloaded der_derive v0.7.3
7132026-08-27T00:49:12.915Z Downloaded percent-encoding v2.3.2
7142026-08-27T00:49:12.915Z Downloaded precomputed-hash v0.1.1
7152026-08-27T00:49:12.921Z Downloaded heapless v0.8.0
7162026-08-27T00:49:12.926Z Downloaded oxide-update-engine-types v0.1.2
7172026-08-27T00:49:12.935Z Downloaded elliptic-curve v0.14.1
7182026-08-27T00:49:12.938Z Downloaded enum_dispatch v0.3.13
7192026-08-27T00:49:12.938Z Downloaded flate2 v1.1.9
7202026-08-27T00:49:12.942Z Downloaded async-compression v0.4.41
7212026-08-27T00:49:12.946Z Downloaded term v1.2.1
7222026-08-27T00:49:12.946Z Downloaded ar_archive_writer v0.5.1
7232026-08-27T00:49:12.949Z Downloaded proc-macro-crate v3.4.0
7242026-08-27T00:49:12.954Z Downloaded indoc v2.0.7
7252026-08-27T00:49:12.959Z Downloaded sapling-renderdag v0.1.0
7262026-08-27T00:49:12.963Z Downloaded ingot v0.2.1
7272026-08-27T00:49:12.963Z Downloaded keccak v0.2.0
7282026-08-27T00:49:12.964Z Downloaded openssl-sys v0.9.117
7292026-08-27T00:49:12.967Z Downloaded libsw-core v0.3.2
7302026-08-27T00:49:12.967Z Downloaded rustc_version v0.4.1
7312026-08-27T00:49:12.967Z Downloaded lazy_static v1.5.0
7322026-08-27T00:49:12.971Z Downloaded serde_repr v0.1.20
7332026-08-27T00:49:12.971Z Downloaded sponge-cursor v0.1.0
7342026-08-27T00:49:12.976Z Downloaded flume v0.11.1
7352026-08-27T00:49:12.976Z Downloaded supports-color v3.0.2
7362026-08-27T00:49:12.981Z Downloaded generic-array v1.4.3
7372026-08-27T00:49:12.981Z Downloaded papergrid v0.18.0
7382026-08-27T00:49:12.986Z Downloaded newtype-uuid v1.3.2
7392026-08-27T00:49:12.986Z Downloaded rustls-platform-verifier v0.6.2
7402026-08-27T00:49:12.989Z Downloaded tungstenite v0.21.0
7412026-08-27T00:49:12.989Z Downloaded derive_builder_core v0.20.2
7422026-08-27T00:49:12.989Z Downloaded signal-hook v0.3.18
7432026-08-27T00:49:12.994Z Downloaded derive_builder v0.20.2
7442026-08-27T00:49:12.994Z Downloaded darling v0.20.11
7452026-08-27T00:49:12.997Z Downloaded num-complex v0.4.6
7462026-08-27T00:49:12.997Z Downloaded module-lattice v0.2.3
7472026-08-27T00:49:12.997Z Downloaded num-derive v0.4.2
7482026-08-27T00:49:13.003Z Downloaded oxnet v0.1.6
7492026-08-27T00:49:13.004Z Downloaded password-hash v0.5.0
7502026-08-27T00:49:13.007Z Downloaded peg-macros v0.8.5
7512026-08-27T00:49:13.007Z Downloaded tower-layer v0.3.3
7522026-08-27T00:49:13.007Z Downloaded pem-rfc7468 v1.0.0
7532026-08-27T00:49:13.007Z Downloaded tabwriter v1.4.1
7542026-08-27T00:49:13.007Z Downloaded tinyvec_macros v0.1.1
7552026-08-27T00:49:13.007Z Downloaded tokio-test v0.4.5
7562026-08-27T00:49:13.007Z Downloaded trait-variant v0.1.2
7572026-08-27T00:49:13.007Z Downloaded usdt v0.6.0
7582026-08-27T00:49:13.007Z Downloaded socket2 v0.5.10
7592026-08-27T00:49:13.055Z Downloaded primefield v0.14.0
7602026-08-27T00:49:13.055Z Downloaded base64 v0.21.7
7612026-08-27T00:49:13.055Z Downloaded headers v0.4.1
7622026-08-27T00:49:13.055Z Downloaded heapless v0.7.17
7632026-08-27T00:49:13.055Z Downloaded bytes v1.11.1
7642026-08-27T00:49:13.055Z Downloaded chumsky v0.9.3
7652026-08-27T00:49:13.055Z Downloaded p384 v0.14.0
7662026-08-27T00:49:13.055Z Downloaded chacha20poly1305 v0.10.1
7672026-08-27T00:49:13.056Z Downloaded pkcs8 v0.10.2
7682026-08-27T00:49:13.056Z Downloaded postgres-protocol v0.6.10
7692026-08-27T00:49:13.056Z Downloaded progenitor-macro v0.13.0
7702026-08-27T00:49:13.056Z Downloaded r2d2 v0.8.10
7712026-08-27T00:49:13.056Z Downloaded typify-macro v0.6.2
7722026-08-27T00:49:13.056Z Downloaded void v1.0.2
7732026-08-27T00:49:13.056Z Downloaded ecdsa v0.17.0
7742026-08-27T00:49:13.056Z Downloaded progenitor v0.14.0
7752026-08-27T00:49:13.056Z Downloaded either v1.15.0
7762026-08-27T00:49:13.056Z Downloaded zone_cfg_derive v0.3.1
7772026-08-27T00:49:13.056Z Downloaded resolv-conf v0.7.6
7782026-08-27T00:49:13.056Z Downloaded sec1 v0.7.3
7792026-08-27T00:49:13.056Z Downloaded pretty_assertions v1.4.1
7802026-08-27T00:49:13.056Z Downloaded unsafe-libyaml v0.2.11
7812026-08-27T00:49:13.061Z Downloaded slog-async v2.8.0
7822026-08-27T00:49:13.062Z Downloaded snafu-derive v0.8.9
7832026-08-27T00:49:13.062Z Downloaded darling_macro v0.13.4
7842026-08-27T00:49:13.062Z Downloaded curve25519-dalek-derive v0.1.1
7852026-08-27T00:49:13.062Z Downloaded diesel_table_macro_syntax v0.3.0
7862026-08-27T00:49:13.062Z Downloaded stringprep v0.1.5
7872026-08-27T00:49:13.067Z Downloaded hickory-resolver v0.24.4
7882026-08-27T00:49:13.074Z Downloaded hickory-resolver v0.25.2
7892026-08-27T00:49:13.078Z Downloaded crc-any v2.5.0
7902026-08-27T00:49:13.078Z Downloaded document-features v0.2.12
7912026-08-27T00:49:13.078Z Downloaded parking_lot_core v0.9.12
7922026-08-27T00:49:13.078Z Downloaded string_cache v0.8.9
7932026-08-27T00:49:13.081Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7942026-08-27T00:49:13.081Z Downloaded backtrace v0.3.76
7952026-08-27T00:49:13.085Z Downloaded digest-io v0.1.0
7962026-08-27T00:49:13.085Z Downloaded endian-type v0.1.2
7972026-08-27T00:49:13.085Z Downloaded quinn v0.11.11
7982026-08-27T00:49:13.089Z Downloaded vergen-gitcl v1.0.8
7992026-08-27T00:49:13.089Z Downloaded aes v0.9.1
8002026-08-27T00:49:13.095Z Downloaded cc v1.2.56
8012026-08-27T00:49:13.095Z Downloaded ident_case v1.0.1
8022026-08-27T00:49:13.095Z Downloaded inout v0.1.4
8032026-08-27T00:49:13.095Z Downloaded vsss-rs v3.3.4
8042026-08-27T00:49:13.098Z Downloaded zeroize v1.9.0
8052026-08-27T00:49:13.098Z Downloaded kem v0.3.0
8062026-08-27T00:49:13.098Z Downloaded maybe-uninit v2.0.0
8072026-08-27T00:49:13.098Z Downloaded newtype_derive v0.1.6
8082026-08-27T00:49:13.102Z Downloaded dropshot-api-manager-types v0.8.0
8092026-08-27T00:49:13.107Z Downloaded libbz2-rs-sys v0.2.2
8102026-08-27T00:49:13.110Z Downloaded rand_core v0.9.5
8112026-08-27T00:49:13.110Z Downloaded writeable v0.6.2
8122026-08-27T00:49:13.110Z Downloaded serde_cbor v0.11.2
8132026-08-27T00:49:13.114Z Downloaded const_format_proc_macros v0.2.34
8142026-08-27T00:49:13.117Z Downloaded prettyplease v0.2.37
8152026-08-27T00:49:13.121Z Downloaded managed v0.8.0
8162026-08-27T00:49:13.121Z Downloaded normalize-line-endings v0.3.0
8172026-08-27T00:49:13.121Z Downloaded packed_struct_codegen v0.10.1
8182026-08-27T00:49:13.124Z Downloaded rustls-pki-types v1.14.0
8192026-08-27T00:49:13.128Z Downloaded zip v0.6.6
8202026-08-27T00:49:13.131Z Downloaded serde_spanned v1.1.1
8212026-08-27T00:49:13.131Z Downloaded smallvec v1.15.1
8222026-08-27T00:49:13.135Z Downloaded sha2 v0.11.0
8232026-08-27T00:49:13.135Z Downloaded oso-derive v0.27.3
8242026-08-27T00:49:13.139Z Downloaded phf_shared v0.11.3
8252026-08-27T00:49:13.139Z Downloaded phf_shared v0.12.1
8262026-08-27T00:49:13.142Z Downloaded ref-cast-impl v1.0.25
8272026-08-27T00:49:13.142Z Downloaded radium v0.7.0
8282026-08-27T00:49:13.145Z Downloaded delegate v0.13.5
8292026-08-27T00:49:13.150Z Downloaded darling_core v0.20.11
8302026-08-27T00:49:13.155Z Downloaded oso v0.27.3
8312026-08-27T00:49:13.158Z Downloaded hashbrown v0.12.3
8322026-08-27T00:49:13.158Z Downloaded http v1.4.2
8332026-08-27T00:49:13.162Z Downloaded dyn-clone v1.0.20
8342026-08-27T00:49:13.162Z Downloaded ecdsa v0.16.9
8352026-08-27T00:49:13.162Z Downloaded scroll_derive v0.13.1
8362026-08-27T00:49:13.162Z Downloaded serde-big-array v0.5.1
8372026-08-27T00:49:13.166Z Downloaded pin-project v1.1.11
8382026-08-27T00:49:13.171Z Downloaded rand v0.10.1
8392026-08-27T00:49:13.174Z Downloaded unicode_categories v0.1.1
8402026-08-27T00:49:13.174Z Downloaded internet-checksum v0.2.1
8412026-08-27T00:49:13.174Z Downloaded data-encoding v2.10.0
8422026-08-27T00:49:13.174Z Downloaded icu_normalizer v2.1.1
8432026-08-27T00:49:13.178Z Downloaded sha1 v0.11.0
8442026-08-27T00:49:13.178Z Downloaded siphasher v1.0.2
8452026-08-27T00:49:13.181Z Downloaded deranged v0.5.8
8462026-08-27T00:49:13.181Z Downloaded russh-util v0.52.0
8472026-08-27T00:49:13.181Z Downloaded serde_plain v1.0.2
8482026-08-27T00:49:13.181Z Downloaded ena v0.14.4
8492026-08-27T00:49:13.181Z Downloaded crossbeam-utils v0.8.21
8502026-08-27T00:49:13.190Z Downloaded libloading v0.8.9
8512026-08-27T00:49:13.190Z Downloaded miette-derive v7.6.0
8522026-08-27T00:49:13.194Z Downloaded progenitor-impl v0.14.0
8532026-08-27T00:49:13.194Z Downloaded pkcs5 v0.8.1
8542026-08-27T00:49:13.194Z Downloaded derive_more v0.99.20
8552026-08-27T00:49:13.194Z Downloaded schemars v0.8.22
8562026-08-27T00:49:13.199Z Downloaded uzers v0.12.2
8572026-08-27T00:49:13.202Z Downloaded num_enum_derive v0.5.11
8582026-08-27T00:49:13.202Z Downloaded tower-service v0.3.3
8592026-08-27T00:49:13.202Z Downloaded darling v0.21.3
8602026-08-27T00:49:13.206Z Downloaded slog-bunyan v2.5.0
8612026-08-27T00:49:13.206Z Downloaded packed_struct v0.10.1
8622026-08-27T00:49:13.206Z Downloaded similar v2.7.0
8632026-08-27T00:49:13.210Z Downloaded slog v2.8.2
8642026-08-27T00:49:13.210Z Downloaded strum v0.26.3
8652026-08-27T00:49:13.210Z Downloaded supports-hyperlinks v3.2.0
8662026-08-27T00:49:13.213Z Downloaded sync_wrapper v1.0.2
8672026-08-27T00:49:13.214Z Downloaded predicates-tree v1.0.13
8682026-08-27T00:49:13.214Z Downloaded psm v0.1.30
8692026-08-27T00:49:13.214Z Downloaded pem-rfc7468 v0.7.0
8702026-08-27T00:49:13.218Z Downloaded wnaf v0.14.0
8712026-08-27T00:49:13.218Z Downloaded constant_time_eq v0.4.2
8722026-08-27T00:49:13.218Z Downloaded crc-catalog v2.4.0
8732026-08-27T00:49:13.218Z Downloaded publicsuffix v2.3.0
8742026-08-27T00:49:13.223Z Downloaded des v0.9.0
8752026-08-27T00:49:13.223Z Downloaded ignore v0.4.25
8762026-08-27T00:49:13.223Z Downloaded darling_core v0.21.3
8772026-08-27T00:49:13.226Z Downloaded crossbeam-epoch v0.9.18
8782026-08-27T00:49:13.227Z Downloaded multer v3.1.0
8792026-08-27T00:49:13.230Z Downloaded owo-colors v4.3.0
8802026-08-27T00:49:13.230Z Downloaded port-file v0.1.0
8812026-08-27T00:49:13.230Z Downloaded test-strategy v0.4.5
8822026-08-27T00:49:13.234Z Downloaded darling_macro v0.21.3
8832026-08-27T00:49:13.234Z Downloaded polyval v0.7.1
8842026-08-27T00:49:13.234Z Downloaded primeorder v0.13.6
8852026-08-27T00:49:13.238Z Downloaded rand_core v0.10.0
8862026-08-27T00:49:13.238Z Downloaded rustversion v1.0.22
8872026-08-27T00:49:13.238Z Downloaded same-file v1.0.6
8882026-08-27T00:49:13.238Z Downloaded hickory-server v0.25.2
8892026-08-27T00:49:13.241Z Downloaded zerofrom v0.1.6
8902026-08-27T00:49:13.242Z Downloaded convert_case v0.4.0
8912026-08-27T00:49:13.242Z Downloaded subprocess v0.2.15
8922026-08-27T00:49:13.245Z Downloaded instability v0.3.11
8932026-08-27T00:49:13.250Z Downloaded tinyvec v1.10.0
8942026-08-27T00:49:13.254Z Downloaded rayon-core v1.13.0
8952026-08-27T00:49:13.254Z Downloaded crypto-common v0.2.2
8962026-08-27T00:49:13.257Z Downloaded defmt-parser v1.0.0
8972026-08-27T00:49:13.257Z Downloaded hyper-util v0.1.20
8982026-08-27T00:49:13.261Z Downloaded crc32fast v1.5.0
8992026-08-27T00:49:13.261Z Downloaded support-bundle-viewer v0.1.2
9002026-08-27T00:49:13.261Z Downloaded tinystr v0.8.2
9012026-08-27T00:49:13.264Z Downloaded hashbrown v0.13.2
9022026-08-27T00:49:13.264Z Downloaded indoc v1.0.9
9032026-08-27T00:49:13.268Z Downloaded toml_writer v1.1.1+spec-1.1.0
9042026-08-27T00:49:13.268Z Downloaded libscf-sys v1.2.0
9052026-08-27T00:49:13.268Z Downloaded illumos-nvpair-sys v0.2.0
9062026-08-27T00:49:13.268Z Downloaded dsl_auto_type v0.2.0
9072026-08-27T00:49:13.274Z Downloaded num-bigint-dig v0.8.6
9082026-08-27T00:49:13.277Z Downloaded tar v0.4.46
9092026-08-27T00:49:13.277Z Downloaded signature v2.2.0
9102026-08-27T00:49:13.277Z Downloaded smallvec v0.6.14
9112026-08-27T00:49:13.280Z Downloaded whoami v1.6.1
9122026-08-27T00:49:13.280Z Downloaded stacker v0.1.23
9132026-08-27T00:49:13.281Z Downloaded thiserror-no-std v2.0.2
9142026-08-27T00:49:13.284Z Downloaded olpc-cjson v0.1.4
9152026-08-27T00:49:13.284Z Downloaded proc-macro-error-attr2 v2.0.0
9162026-08-27T00:49:13.287Z Downloaded path-slash v0.1.5
9172026-08-27T00:49:13.287Z Downloaded litrs v1.0.0
9182026-08-27T00:49:13.287Z Downloaded samael v0.0.19
9192026-08-27T00:49:13.292Z Downloaded ml-kem v0.3.2
9202026-08-27T00:49:13.298Z Downloaded quinn-udp v0.5.14
9212026-08-27T00:49:13.303Z Downloaded icu_provider v2.1.1
9222026-08-27T00:49:13.306Z Downloaded quick-error v1.2.3
9232026-08-27T00:49:13.311Z Downloaded recursive v0.1.1
9242026-08-27T00:49:13.311Z Downloaded serde_yaml v0.9.34+deprecated
9252026-08-27T00:49:13.311Z Downloaded convert_case v0.10.0
9262026-08-27T00:49:13.311Z Downloaded minimal-lexical v0.2.1
9272026-08-27T00:49:13.318Z Downloaded serde_bytes v0.11.19
9282026-08-27T00:49:13.318Z Downloaded rustyline v14.0.0
9292026-08-27T00:49:13.321Z Downloaded tap v1.0.1
9302026-08-27T00:49:13.322Z Downloaded toml v1.1.2+spec-1.1.0
9312026-08-27T00:49:13.322Z Downloaded tokio-macros v2.7.0
9322026-08-27T00:49:13.322Z Downloaded internal-russh-num-bigint v0.5.0
9332026-08-27T00:49:13.325Z Downloaded digest v0.11.3
9342026-08-27T00:49:13.325Z Downloaded ipnetwork v0.21.1
9352026-08-27T00:49:13.328Z Downloaded signal-hook-tokio v0.3.1
9362026-08-27T00:49:13.328Z Downloaded aes-gcm v0.11.0
9372026-08-27T00:49:13.328Z Downloaded signal-hook-mio v0.2.5
9382026-08-27T00:49:13.332Z Downloaded strum v0.27.2
9392026-08-27T00:49:13.332Z Downloaded diesel-dtrace v0.5.0
9402026-08-27T00:49:13.339Z Downloaded structmeta-derive v0.3.0
9412026-08-27T00:49:13.342Z Downloaded thread-id v5.1.0
9422026-08-27T00:49:13.342Z Downloaded topological-sort v0.2.2
9432026-08-27T00:49:13.342Z Downloaded try-lock v0.2.5
9442026-08-27T00:49:13.342Z Downloaded untrusted v0.9.0
9452026-08-27T00:49:13.343Z Downloaded zip v4.6.1
9462026-08-27T00:49:13.346Z Downloaded crucible-workspace-hack v0.1.0
9472026-08-27T00:49:13.346Z Downloaded nu-ansi-term v0.50.3
9482026-08-27T00:49:13.350Z Downloaded yansi v1.0.1
9492026-08-27T00:49:13.350Z Downloaded prefix-trie v0.7.0
9502026-08-27T00:49:13.354Z Downloaded const_format v0.2.35
9512026-08-27T00:49:13.354Z Downloaded mime_guess v2.0.5
9522026-08-27T00:49:13.358Z Downloaded ppv-lite86 v0.2.21
9532026-08-27T00:49:13.363Z Downloaded tokio-rustls v0.26.4
9542026-08-27T00:49:13.363Z Downloaded unicode-properties v0.1.4
9552026-08-27T00:49:13.363Z Downloaded dirs-next v2.0.0
9562026-08-27T00:49:13.366Z Downloaded knus-derive v3.4.0
9572026-08-27T00:49:13.367Z Downloaded untrusted v0.7.1
9582026-08-27T00:49:13.367Z Downloaded darling_macro v0.23.0
9592026-08-27T00:49:13.373Z Downloaded rustls-webpki v0.103.13
9602026-08-27T00:49:13.376Z Downloaded rpassword v7.5.4
9612026-08-27T00:49:13.376Z Downloaded lru-cache v0.1.2
9622026-08-27T00:49:13.380Z Downloaded num_enum v0.5.11
9632026-08-27T00:49:13.384Z Downloaded parse-display-derive v0.10.0
9642026-08-27T00:49:13.387Z Downloaded embedded-io v0.6.1
9652026-08-27T00:49:13.392Z Downloaded rustls-pemfile v2.2.0
9662026-08-27T00:49:13.395Z Downloaded zerocopy-derive v0.8.55
9672026-08-27T00:49:13.400Z Downloaded newline-converter v0.3.0
9682026-08-27T00:49:13.403Z Downloaded scrypt v0.12.0
9692026-08-27T00:49:13.403Z Downloaded rcgen v0.12.1
9702026-08-27T00:49:13.408Z Downloaded md5 v0.8.0
9712026-08-27T00:49:13.408Z Downloaded signal-hook-registry v1.4.8
9722026-08-27T00:49:13.408Z Downloaded mime v0.3.17
9732026-08-27T00:49:13.408Z Downloaded password-hash v0.6.1
9742026-08-27T00:49:13.408Z Downloaded parse-size v1.1.0
9752026-08-27T00:49:13.408Z Downloaded rand v0.9.2
9762026-08-27T00:49:13.412Z Downloaded crypto-bigint v0.5.5
9772026-08-27T00:49:13.415Z Downloaded lock_api v0.4.14
9782026-08-27T00:49:13.415Z Downloaded litemap v0.8.1
9792026-08-27T00:49:13.415Z Downloaded hashbrown v0.15.5
9802026-08-27T00:49:13.419Z Downloaded indicatif v0.18.4
9812026-08-27T00:49:13.422Z Downloaded whoami v2.1.0
9822026-08-27T00:49:13.422Z Downloaded tokio-native-tls v0.3.1
9832026-08-27T00:49:13.426Z Downloaded miette v7.6.0
9842026-08-27T00:49:13.429Z Downloaded rand_pcg v0.10.2
9852026-08-27T00:49:13.429Z Downloaded rustc_version v0.1.7
9862026-08-27T00:49:13.436Z Downloaded thiserror-impl-no-std v2.0.2
9872026-08-27T00:49:13.442Z Downloaded num-bigint v0.4.6
9882026-08-27T00:49:13.446Z Downloaded tokio-util v0.7.18
9892026-08-27T00:49:13.451Z Downloaded zopfli v0.8.3
9902026-08-27T00:49:13.454Z Downloaded paste v1.0.15
9912026-08-27T00:49:13.454Z Downloaded yoke v0.8.1
9922026-08-27T00:49:13.454Z Downloaded strip-ansi-escapes v0.2.1
9932026-08-27T00:49:13.458Z Downloaded rustc-demangle v0.1.27
9942026-08-27T00:49:13.458Z Downloaded daft v0.1.8
9952026-08-27T00:49:13.458Z Downloaded libefi-sys v0.1.0
9962026-08-27T00:49:13.458Z Downloaded unicode-xid v0.2.6
9972026-08-27T00:49:13.463Z Downloaded omicron-zone-package v0.12.3
9982026-08-27T00:49:13.467Z Downloaded elliptic-curve v0.13.8
9992026-08-27T00:49:13.467Z Downloaded spin v0.9.8
10002026-08-27T00:49:13.471Z Downloaded icu_properties v2.1.2
10012026-08-27T00:49:13.471Z Downloaded pkcs1 v0.7.5
10022026-08-27T00:49:13.475Z Downloaded usdt-attr-macro v0.6.0
10032026-08-27T00:49:13.475Z Downloaded wait-timeout v0.2.1
10042026-08-27T00:49:13.475Z Downloaded ingot-types v0.2.0
10052026-08-27T00:49:13.475Z Downloaded oxide-update-engine-display v0.1.2
10062026-08-27T00:49:13.476Z Downloaded pin-project-lite v0.2.17
10072026-08-27T00:49:13.480Z Downloaded smf v0.2.3
10082026-08-27T00:49:13.480Z Downloaded crc v3.4.0
10092026-08-27T00:49:13.480Z Downloaded indent_write v2.2.0
10102026-08-27T00:49:13.480Z Downloaded cpufeatures v0.3.0
10112026-08-27T00:49:13.483Z Downloaded hashbrown v0.14.5
10122026-08-27T00:49:13.487Z Downloaded vte v0.14.1
10132026-08-27T00:49:13.492Z Downloaded aho-corasick v1.1.4
10142026-08-27T00:49:13.495Z Downloaded num_enum v0.7.6
10152026-08-27T00:49:13.495Z Downloaded num_enum_derive v0.7.6
10162026-08-27T00:49:13.495Z Downloaded instant v0.1.13
10172026-08-27T00:49:13.500Z Downloaded maplit v1.0.2
10182026-08-27T00:49:13.500Z Downloaded inout v0.2.2
10192026-08-27T00:49:13.500Z Downloaded kstat-rs v0.2.5
10202026-08-27T00:49:13.500Z Downloaded unicode-bidi v0.3.18
10212026-08-27T00:49:13.504Z Downloaded uuid v1.23.4
10222026-08-27T00:49:13.504Z Downloaded hashbrown v0.16.1
10232026-08-27T00:49:13.507Z Downloaded drift v0.2.0
10242026-08-27T00:49:13.511Z Downloaded tokio-tungstenite v0.21.0
10252026-08-27T00:49:13.515Z Downloaded recursive-proc-macro-impl v0.1.1
10262026-08-27T00:49:13.515Z Downloaded strsim v0.10.0
10272026-08-27T00:49:13.515Z Downloaded take_mut v0.2.2
10282026-08-27T00:49:13.515Z Downloaded progenitor-client v0.13.0
10292026-08-27T00:49:13.515Z Downloaded parse-display v0.10.0
10302026-08-27T00:49:13.515Z Downloaded peg-runtime v0.8.5
10312026-08-27T00:49:13.515Z Downloaded spki v0.8.0
10322026-08-27T00:49:13.519Z Downloaded url v2.5.8
10332026-08-27T00:49:13.519Z Downloaded schemars_derive v0.8.22
10342026-08-27T00:49:13.519Z Downloaded xshell v0.2.7
10352026-08-27T00:49:13.519Z Downloaded ed25519-dalek v3.0.0
10362026-08-27T00:49:13.522Z Downloaded progenitor-impl v0.13.0
10372026-08-27T00:49:13.522Z Downloaded unicode-segmentation v1.12.0
10382026-08-27T00:49:13.525Z Downloaded snafu v0.8.9
10392026-08-27T00:49:13.530Z Downloaded yasna v0.5.2
10402026-08-27T00:49:13.530Z Downloaded displaydoc v0.2.5
10412026-08-27T00:49:13.534Z Downloaded ingot-macros v0.2.0
10422026-08-27T00:49:13.534Z Downloaded serdect v0.4.3
10432026-08-27T00:49:13.534Z Downloaded slog-scope v4.4.1
10442026-08-27T00:49:13.534Z Downloaded derive-where v1.6.0
10452026-08-27T00:49:13.545Z Downloaded reedline v0.40.0
10462026-08-27T00:49:13.548Z Downloaded iri-string v0.7.10
10472026-08-27T00:49:13.552Z Downloaded tower-http v0.6.8
10482026-08-27T00:49:13.556Z Downloaded impl-trait-for-tuples v0.2.3
10492026-08-27T00:49:13.560Z Downloaded bindgen v0.71.1
10502026-08-27T00:49:13.563Z Downloaded oxide-tokio-rt v0.1.4
10512026-08-27T00:49:13.563Z Downloaded chrono v0.4.45
10522026-08-27T00:49:13.567Z Downloaded miniz_oxide v0.8.9
10532026-08-27T00:49:13.570Z Downloaded ed25519 v3.0.0
10542026-08-27T00:49:13.570Z Downloaded h2 v0.4.15
10552026-08-27T00:49:13.574Z Downloaded slab v0.4.12
10562026-08-27T00:49:13.575Z Downloaded p256 v0.14.0
10572026-08-27T00:49:13.578Z Downloaded hkdf v0.13.0
10582026-08-27T00:49:13.578Z Downloaded salsa20 v0.11.0
10592026-08-27T00:49:13.578Z Downloaded term v0.7.0
10602026-08-27T00:49:13.582Z Downloaded predicates v3.1.4
10612026-08-27T00:49:13.582Z Downloaded rand_chacha v0.9.0
10622026-08-27T00:49:13.582Z Downloaded synstructure v0.13.2
10632026-08-27T00:49:13.582Z Downloaded enum-as-inner v0.6.1
10642026-08-27T00:49:13.582Z Downloaded typed-path v0.9.3
10652026-08-27T00:49:13.585Z Downloaded potential_utf v0.1.4
10662026-08-27T00:49:13.585Z Downloaded proc-macro-crate v1.3.1
10672026-08-27T00:49:13.592Z Downloaded primeorder v0.14.0
10682026-08-27T00:49:13.592Z Downloaded native-tls v0.2.18
10692026-08-27T00:49:13.597Z Downloaded pkg-config v0.3.32
10702026-08-27T00:49:13.597Z Downloaded memoffset v0.9.1
10712026-08-27T00:49:13.597Z Downloaded newtype-uuid-macros v0.1.0
10722026-08-27T00:49:13.597Z Downloaded indexmap v1.9.3
10732026-08-27T00:49:13.597Z Downloaded cookie v0.18.1
10742026-08-27T00:49:13.597Z Downloaded daft-derive v0.1.8
10752026-08-27T00:49:13.601Z Downloaded defmt-macros v1.0.1
10762026-08-27T00:49:13.601Z Downloaded sqlformat v0.3.5
10772026-08-27T00:49:13.601Z Downloaded tiny-keccak v2.0.2
10782026-08-27T00:49:13.601Z Downloaded psl-types v2.0.11
10792026-08-27T00:49:13.601Z Downloaded progenitor-client v0.14.0
10802026-08-27T00:49:13.605Z Downloaded postcard v1.1.3
10812026-08-27T00:49:13.608Z Downloaded tokio-postgres v0.7.16
10822026-08-27T00:49:13.612Z Downloaded difflib v0.4.0
10832026-08-27T00:49:13.612Z Downloaded multimap v0.10.1
10842026-08-27T00:49:13.615Z Downloaded rusty-fork v0.3.1
10852026-08-27T00:49:13.618Z Downloaded serde_urlencoded v0.7.1
10862026-08-27T00:49:13.618Z Downloaded serde_with_macros v1.5.2
10872026-08-27T00:49:13.622Z Downloaded tower v0.5.3
10882026-08-27T00:49:13.625Z Downloaded usdt-macro v0.6.0
10892026-08-27T00:49:13.625Z Downloaded unicode-truncate v1.1.0
10902026-08-27T00:49:13.631Z Downloaded zerofrom-derive v0.1.6
10912026-08-27T00:49:13.635Z Downloaded crc8 v0.1.1
10922026-08-27T00:49:13.635Z Downloaded embedded-io v0.4.0
10932026-08-27T00:49:13.635Z Downloaded darling v0.13.4
10942026-08-27T00:49:13.638Z Downloaded linear-map v1.2.0
10952026-08-27T00:49:13.638Z Downloaded winnow v0.6.26
10962026-08-27T00:49:13.642Z Downloaded p521 v0.14.0
10972026-08-27T00:49:13.646Z Downloaded ssh-key v0.7.0-rc.11
10982026-08-27T00:49:13.650Z Downloaded x509-cert v0.2.5
10992026-08-27T00:49:13.653Z Downloaded tungstenite v0.23.0
11002026-08-27T00:49:13.653Z Downloaded jiff-static v0.2.34
11012026-08-27T00:49:13.653Z Downloaded oxide-generation v0.1.3
11022026-08-27T00:49:13.657Z Downloaded oxide-update-engine v0.1.2
11032026-08-27T00:49:13.657Z Downloaded serde-hex v0.1.0
11042026-08-27T00:49:13.657Z Downloaded signature v3.0.0
11052026-08-27T00:49:13.657Z Downloaded utf8_iter v1.0.4
11062026-08-27T00:49:13.657Z Downloaded opaque-debug v0.3.1
11072026-08-27T00:49:13.660Z Downloaded usdt-impl v0.6.0
11082026-08-27T00:49:13.661Z Downloaded dropshot_endpoint v0.17.1
11092026-08-27T00:49:13.661Z Downloaded hyper v1.10.1
11102026-08-27T00:49:13.665Z Downloaded zstd v0.13.3
11112026-08-27T00:49:13.668Z Downloaded corncobs v0.1.4
11122026-08-27T00:49:13.668Z Downloaded knus v3.4.0
11132026-08-27T00:49:13.668Z Downloaded sigpipe v0.1.3
11142026-08-27T00:49:13.668Z Downloaded idna_adapter v1.2.1
11152026-08-27T00:49:13.668Z Downloaded blake3 v1.8.5
11162026-08-27T00:49:13.673Z Downloaded hkdf v0.12.4
11172026-08-27T00:49:13.676Z Downloaded ed25519-dalek v2.2.0
11182026-08-27T00:49:13.676Z Downloaded nanorand v0.7.0
11192026-08-27T00:49:13.680Z Downloaded subtle v2.6.1
11202026-08-27T00:49:13.680Z Downloaded display-error-chain v0.2.2
11212026-08-27T00:49:13.680Z Downloaded proc-macro-error2 v2.0.1
11222026-08-27T00:49:13.680Z Downloaded simd-adler32 v0.3.8
11232026-08-27T00:49:13.684Z Downloaded crossbeam-deque v0.8.6
11242026-08-27T00:49:13.684Z Downloaded strum_macros v0.27.2
11252026-08-27T00:49:13.684Z Downloaded is_ci v1.2.0
11262026-08-27T00:49:13.684Z Downloaded match_cfg v0.1.0
11272026-08-27T00:49:13.690Z Downloaded zerocopy v0.6.6
11282026-08-27T00:49:13.694Z Downloaded mio v1.2.0
11292026-08-27T00:49:13.700Z Downloaded tokio-dtrace v0.1.1
11302026-08-27T00:49:13.703Z Downloaded new_debug_unreachable v1.0.6
11312026-08-27T00:49:13.703Z Downloaded termios v0.3.3
11322026-08-27T00:49:13.707Z Downloaded utf-8 v0.7.6
11332026-08-27T00:49:13.710Z Downloaded lru-slab v0.1.2
11342026-08-27T00:49:13.710Z Downloaded xattr v1.6.1
11352026-08-27T00:49:13.710Z Downloaded num-iter v0.1.45
11362026-08-27T00:49:13.714Z Downloaded rustc-hash v2.1.1
11372026-08-27T00:49:13.714Z Downloaded num-rational v0.4.2
11382026-08-27T00:49:13.714Z Downloaded termtree v0.5.1
11392026-08-27T00:49:13.717Z Downloaded dunce v1.0.5
11402026-08-27T00:49:13.722Z Downloaded stable_deref_trait v1.2.1
11412026-08-27T00:49:13.722Z Downloaded zstd-safe v7.2.4
11422026-08-27T00:49:13.726Z Downloaded rand v0.8.6
11432026-08-27T00:49:13.729Z Downloaded tokio-stream v0.1.18
11442026-08-27T00:49:13.729Z Downloaded libsw v3.5.0
11452026-08-27T00:49:13.729Z Downloaded rand_seeder v0.4.0
11462026-08-27T00:49:13.733Z Downloaded cstr-argument v0.1.2
11472026-08-27T00:49:13.733Z Downloaded darling_macro v0.20.11
11482026-08-27T00:49:13.733Z Downloaded time-core v0.1.8
11492026-08-27T00:49:13.737Z Downloaded aws-lc-rs v1.16.3
11502026-08-27T00:49:13.742Z Downloaded iddqd v0.4.2
11512026-08-27T00:49:13.747Z Downloaded serde_path_to_error v0.1.20
11522026-08-27T00:49:13.750Z Downloaded vergen v9.1.0
11532026-08-27T00:49:13.751Z Downloaded pem v3.0.6
11542026-08-27T00:49:13.751Z Downloaded tokio-tungstenite v0.23.1
11552026-08-27T00:49:13.754Z Downloaded sha3 v0.12.0
11562026-08-27T00:49:13.754Z Downloaded defmt v1.0.1
11572026-08-27T00:49:13.757Z Downloaded rtoolbox v0.0.3
11582026-08-27T00:49:13.757Z Downloaded phf_shared v0.13.1
11592026-08-27T00:49:13.757Z Downloaded lalrpop-util v0.19.12
11602026-08-27T00:49:13.757Z Downloaded cpubits v0.1.1
11612026-08-27T00:49:13.757Z Downloaded num v0.4.3
11622026-08-27T00:49:13.757Z Downloaded diff v0.1.13
11632026-08-27T00:49:13.762Z Downloaded memmap2 v0.9.10
11642026-08-27T00:49:13.765Z Downloaded darling v0.23.0
11652026-08-27T00:49:13.765Z Downloaded pkcs1 v0.8.0-rc.4
11662026-08-27T00:49:13.769Z Downloaded serde_derive_internals v0.29.1
11672026-08-27T00:49:13.769Z Downloaded darling_core v0.13.4
11682026-08-27T00:49:13.769Z Downloaded rayon v1.11.0
11692026-08-27T00:49:13.774Z Downloaded waitgroup v0.1.2
11702026-08-27T00:49:13.778Z Downloaded nom v8.0.0
11712026-08-27T00:49:13.787Z Downloaded reqwest v0.13.2
11722026-08-27T00:49:13.787Z Downloaded tagptr v0.2.0
11732026-08-27T00:49:13.787Z Downloaded itertools v0.10.5
11742026-08-27T00:49:13.791Z Downloaded scuffle v0.1.0
11752026-08-27T00:49:13.791Z Downloaded crypto-primes v0.7.2
11762026-08-27T00:49:13.791Z Downloaded ipnet v2.12.0
11772026-08-27T00:49:13.791Z Downloaded walkdir v2.5.0
11782026-08-27T00:49:13.794Z Downloaded derive-ex v0.1.8
11792026-08-27T00:49:13.794Z Downloaded toml v0.7.8
11802026-08-27T00:49:13.794Z Downloaded slog-stdlog v4.1.1
11812026-08-27T00:49:13.795Z Downloaded csv-core v0.1.13
11822026-08-27T00:49:13.799Z Downloaded ctutils v0.4.2
11832026-08-27T00:49:13.803Z Downloaded ssh-encoding v0.3.0
11842026-08-27T00:49:13.803Z Downloaded bitvec v1.0.1
11852026-08-27T00:49:13.810Z Downloaded rustls-native-certs v0.8.3
11862026-08-27T00:49:13.814Z Downloaded twox-hash v2.1.2
11872026-08-27T00:49:13.820Z Downloaded zerotrie v0.2.3
11882026-08-27T00:49:13.820Z Downloaded phc v0.6.1
11892026-08-27T00:49:13.823Z Downloaded serde_with v1.14.0
11902026-08-27T00:49:13.823Z Downloaded darling_core v0.23.0
11912026-08-27T00:49:13.827Z Downloaded serde_tokenstream v0.3.0
11922026-08-27T00:49:13.827Z Downloaded rand_core v0.6.4
11932026-08-27T00:49:13.827Z Downloaded icu_locale_core v2.1.1
11942026-08-27T00:49:13.833Z Downloaded steno v0.4.1
11952026-08-27T00:49:13.837Z Downloaded jobserver v0.1.34
11962026-08-27T00:49:13.841Z Downloaded cookie_store v0.22.1
11972026-08-27T00:49:13.841Z Downloaded slog-dtrace v0.3.0
11982026-08-27T00:49:13.841Z Downloaded ed25519 v2.2.3
11992026-08-27T00:49:13.844Z Downloaded git2 v0.20.4
12002026-08-27T00:49:13.848Z Downloaded slog-json v2.6.1
12012026-08-27T00:49:13.852Z Downloaded toml_edit v0.23.10+spec-1.0.0
12022026-08-27T00:49:13.862Z Downloaded nom v7.1.3
12032026-08-27T00:49:13.866Z Downloaded parking_lot_core v0.8.6
12042026-08-27T00:49:13.866Z Downloaded itertools v0.15.0
12052026-08-27T00:49:13.870Z Downloaded unicode-normalization v0.1.25
12062026-08-27T00:49:13.879Z Downloaded libm v0.2.16
12072026-08-27T00:49:13.883Z Downloaded rsa v0.9.10
12082026-08-27T00:49:13.887Z Downloaded crossterm v0.28.1
12092026-08-27T00:49:13.892Z Downloaded vergen-git2 v9.1.0
12102026-08-27T00:49:13.895Z Downloaded zlib-rs v0.6.2
12112026-08-27T00:49:13.898Z Downloaded quinn-proto v0.11.16
12122026-08-27T00:49:13.902Z Downloaded toml_edit v0.19.15
12132026-08-27T00:49:13.911Z Downloaded object v0.30.4
12142026-08-27T00:49:13.916Z Downloaded jiff-core v0.1.0
12152026-08-27T00:49:13.920Z Downloaded tracing-core v0.1.36
12162026-08-27T00:49:13.920Z Downloaded ryu v1.0.23
12172026-08-27T00:49:13.923Z Downloaded schemars v1.2.1
12182026-08-27T00:49:13.929Z Downloaded tracing-attributes v0.1.31
12192026-08-27T00:49:13.938Z Downloaded serde_with_macros v3.21.0
12202026-08-27T00:49:13.938Z Downloaded postgres-types v0.2.12
12212026-08-27T00:49:13.946Z Downloaded ron v0.8.1
12222026-08-27T00:49:13.946Z Downloaded der v0.8.0
12232026-08-27T00:49:13.950Z Downloaded icu_normalizer_data v2.1.1
12242026-08-27T00:49:13.950Z Downloaded russh v0.62.4
12252026-08-27T00:49:13.950Z Downloaded socket2 v0.6.3
12262026-08-27T00:49:13.998Z Downloaded qorb v0.4.1
12272026-08-27T00:49:14.014Z Downloaded schemars v0.9.0
12282026-08-27T00:49:14.014Z Downloaded der v0.7.10
12292026-08-27T00:49:14.014Z Downloaded typify v0.6.2
12302026-08-27T00:49:14.014Z Downloaded diesel_derives v2.3.7
12312026-08-27T00:49:14.014Z Downloaded smoltcp v0.9.1
12322026-08-27T00:49:14.014Z Downloaded goblin v0.10.5
12332026-08-27T00:49:14.014Z Downloaded idna v1.1.0
12342026-08-27T00:49:14.024Z Downloaded rsa v0.10.0-rc.18
12352026-08-27T00:49:14.024Z Downloaded crossbeam-channel v0.5.15
12362026-08-27T00:49:14.024Z Downloaded derive_more v2.1.1
12372026-08-27T00:49:14.024Z Downloaded derive_more-impl v2.1.1
12382026-08-27T00:49:14.024Z Downloaded crossterm v0.29.0
12392026-08-27T00:49:14.032Z Downloaded icu_collections v2.1.1
12402026-08-27T00:49:14.032Z Downloaded rawzip v0.4.4
12412026-08-27T00:49:14.056Z Downloaded nix v0.27.1
12422026-08-27T00:49:14.064Z Downloaded winnow v0.5.40
12432026-08-27T00:49:14.077Z Downloaded moka v0.12.13
12442026-08-27T00:49:14.077Z Downloaded itertools v0.13.0
12452026-08-27T00:49:14.087Z Downloaded quick-xml v0.37.5
12462026-08-27T00:49:14.087Z Downloaded itertools v0.14.0
12472026-08-27T00:49:14.087Z Downloaded libxml v0.3.3
12482026-08-27T00:49:14.087Z Downloaded gimli v0.32.3
12492026-08-27T00:49:14.096Z Downloaded winnow v1.0.3
12502026-08-27T00:49:14.099Z Downloaded zerocopy v0.8.55
12512026-08-27T00:49:14.103Z Downloaded zerovec v0.11.5
12522026-08-27T00:49:14.107Z Downloaded vcpkg v0.2.15
12532026-08-27T00:49:14.131Z Downloaded regex v1.12.3
12542026-08-27T00:49:14.138Z Downloaded time v0.3.47
12552026-08-27T00:49:14.396Z Downloaded dropshot-api-manager v0.8.0
12562026-08-27T00:49:14.396Z Downloaded serde_with v3.21.0
12572026-08-27T00:49:14.412Z Downloaded lalrpop v0.19.12
12582026-08-27T00:49:14.412Z Downloaded salty v0.3.0
12592026-08-27T00:49:14.412Z Downloaded tough v0.22.0
12602026-08-27T00:49:14.412Z Downloaded bstr v1.12.1
12612026-08-27T00:49:14.412Z Downloaded reqwest v0.12.28
12622026-08-27T00:49:14.412Z Downloaded icu_properties_data v2.1.2
12632026-08-27T00:49:14.413Z Downloaded syn v3.0.3
12642026-08-27T00:49:14.413Z Downloaded itertools v0.12.1
12652026-08-27T00:49:14.413Z Downloaded regex-syntax v0.6.29
12662026-08-27T00:49:14.413Z Downloaded curve25519-dalek v4.1.3
12672026-08-27T00:49:14.413Z Downloaded rustls v0.23.41
12682026-08-27T00:49:14.413Z Downloaded p384 v0.13.1
12692026-08-27T00:49:14.413Z Downloaded petname v2.0.2
12702026-08-27T00:49:14.413Z Downloaded tabled v0.21.0
12712026-08-27T00:49:14.413Z Downloaded openssl v0.10.80
12722026-08-27T00:49:14.413Z Downloaded radix_trie v0.2.1
12732026-08-27T00:49:14.413Z Downloaded portable-atomic v1.13.1
12742026-08-27T00:49:14.413Z Downloaded smoltcp v0.11.0
12752026-08-27T00:49:14.413Z Downloaded object v0.37.3
12762026-08-27T00:49:14.413Z Downloaded hickory-proto v0.24.4
12772026-08-27T00:49:14.413Z Downloaded nix v0.28.0
12782026-08-27T00:49:14.413Z Downloaded regress v0.11.1
12792026-08-27T00:49:14.413Z Downloaded proptest v1.11.0
12802026-08-27T00:49:14.413Z Downloaded polar-core v0.27.3
12812026-08-27T00:49:14.413Z Downloaded curve25519-dalek v5.0.0
12822026-08-27T00:49:14.413Z Downloaded regress v0.10.5
12832026-08-27T00:49:14.413Z Downloaded openapiv3 v2.2.0
12842026-08-27T00:49:14.413Z Downloaded crypto-bigint v0.7.5
12852026-08-27T00:49:14.413Z Downloaded bzip2-sys v0.1.13+1.0.8
12862026-08-27T00:49:14.413Z Downloaded regex-syntax v0.8.10
12872026-08-27T00:49:14.413Z Downloaded hickory-proto v0.25.2
12882026-08-27T00:49:14.413Z Downloaded jiff v0.2.34
12892026-08-27T00:49:14.414Z Downloaded rustix v0.38.44
12902026-08-27T00:49:14.425Z Downloaded chrono-tz v0.10.4
12912026-08-27T00:49:14.440Z Downloaded nix v0.31.2
12922026-08-27T00:49:14.452Z Downloaded tracing v0.1.44
12932026-08-27T00:49:14.466Z Downloaded tokio v1.52.1
12942026-08-27T00:49:14.483Z Downloaded dropshot v0.17.1
12952026-08-27T00:49:14.493Z Downloaded ratatui v0.29.0
12962026-08-27T00:49:14.572Z Downloaded diesel v2.3.7
12972026-08-27T00:49:14.598Z Downloaded sha3 v0.11.0
12982026-08-27T00:49:14.598Z Downloaded typify-impl v0.6.2
12992026-08-27T00:49:14.598Z Downloaded sqlparser v0.61.0
13002026-08-27T00:49:14.598Z Downloaded sled v0.34.7
13012026-08-27T00:49:14.598Z Downloaded zerocopy-derive v0.6.6
13022026-08-27T00:49:14.627Z Downloaded encoding_rs v0.8.35
13032026-08-27T00:49:14.627Z Downloaded petgraph v0.6.5
13042026-08-27T00:49:14.627Z Downloaded ring v0.17.14
13052026-08-27T00:49:14.644Z Downloaded regex-automata v0.4.14
13062026-08-27T00:49:14.663Z Downloaded libgit2-sys v0.18.3+1.9.2
13072026-08-27T00:49:14.697Z Downloaded sha3 v0.10.8
13082026-08-27T00:49:14.712Z Downloaded csv v1.4.0
13092026-08-27T00:49:14.733Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13102026-08-27T00:49:14.734Z Downloaded petgraph v0.8.3
13112026-08-27T00:49:14.774Z Downloaded libz-sys v1.1.24
13122026-08-27T00:49:15.141Z Downloaded aws-lc-sys v0.40.0
13132026-08-27T00:49:15.415Z Compiling serde_core v1.0.228
13142026-08-27T00:49:15.415Z Compiling libc v0.2.185
13152026-08-27T00:49:15.434Z Compiling serde v1.0.228
13162026-08-27T00:49:15.435Z Compiling log v0.4.33
13172026-08-27T00:49:15.435Z Compiling smallvec v1.15.1
13182026-08-27T00:49:15.435Z Compiling shlex v1.3.0
13192026-08-27T00:49:15.435Z Compiling find-msvc-tools v0.1.9
13202026-08-27T00:49:15.539Z Compiling subtle v2.6.1
13212026-08-27T00:49:15.591Z Compiling scopeguard v1.2.0
13222026-08-27T00:49:15.597Z Compiling typenum v1.20.1
13232026-08-27T00:49:15.597Z Compiling stable_deref_trait v1.2.1
13242026-08-27T00:49:15.606Z Compiling zerocopy v0.8.55
13252026-08-27T00:49:15.614Z Compiling portable-atomic v1.13.1
13262026-08-27T00:49:15.649Z Compiling serde_json v1.0.151
13272026-08-27T00:49:15.654Z Compiling syn v2.0.117
13282026-08-27T00:49:15.658Z Compiling critical-section v1.2.0
13292026-08-27T00:49:15.731Z Compiling libm v0.2.16
13302026-08-27T00:49:15.751Z Compiling lock_api v0.4.14
13312026-08-27T00:49:15.768Z Compiling num-traits v0.2.19
13322026-08-27T00:49:15.777Z Compiling pkg-config v0.3.32
13332026-08-27T00:49:15.792Z Compiling generic-array v0.14.7
13342026-08-27T00:49:15.808Z Compiling parking_lot_core v0.9.12
13352026-08-27T00:49:15.821Z Compiling getrandom v0.4.3
13362026-08-27T00:49:15.836Z Compiling pin-project-lite v0.2.17
13372026-08-27T00:49:15.889Z Compiling const-oid v0.9.6
13382026-08-27T00:49:16.097Z Compiling rand_core v0.10.0
13392026-08-27T00:49:16.104Z Compiling percent-encoding v2.3.2
13402026-08-27T00:49:16.113Z Compiling futures-core v0.3.32
13412026-08-27T00:49:16.205Z Compiling litemap v0.8.1
13422026-08-27T00:49:16.219Z Compiling writeable v0.6.2
13432026-08-27T00:49:16.261Z Compiling icu_normalizer_data v2.1.1
13442026-08-27T00:49:16.276Z Compiling icu_properties_data v2.1.2
13452026-08-27T00:49:16.293Z Compiling getrandom v0.3.4
13462026-08-27T00:49:16.293Z Compiling rustix v1.1.4
13472026-08-27T00:49:16.337Z Compiling futures-sink v0.3.32
13482026-08-27T00:49:16.356Z Compiling slab v0.4.12
13492026-08-27T00:49:16.416Z Compiling futures-io v0.3.32
13502026-08-27T00:49:16.440Z Compiling futures-channel v0.3.32
13512026-08-27T00:49:16.456Z Compiling futures-task v0.3.32
13522026-08-27T00:49:16.471Z Compiling utf8_iter v1.0.4
13532026-08-27T00:49:16.513Z Compiling errno v0.3.14
13542026-08-27T00:49:16.528Z Compiling jobserver v0.1.34
13552026-08-27T00:49:16.570Z Compiling getrandom v0.2.17
13562026-08-27T00:49:16.614Z Compiling mio v1.2.0
13572026-08-27T00:49:16.646Z Compiling signal-hook-registry v1.4.8
13582026-08-27T00:49:16.696Z Compiling socket2 v0.6.3
13592026-08-27T00:49:16.785Z Compiling cc v1.2.56
13602026-08-27T00:49:16.822Z Compiling rand_core v0.6.4
13612026-08-27T00:49:16.845Z Compiling once_cell v1.21.3
13622026-08-27T00:49:16.862Z Compiling parking_lot v0.12.5
13632026-08-27T00:49:16.878Z Compiling form_urlencoded v1.2.2
13642026-08-27T00:49:16.928Z Compiling rustversion v1.0.22
13652026-08-27T00:49:16.942Z Compiling base64ct v1.8.3
13662026-08-27T00:49:16.959Z Compiling iana-time-zone v0.1.65
13672026-08-27T00:49:16.987Z Compiling dunce v1.0.5
13682026-08-27T00:49:17.001Z Compiling regex-syntax v0.8.10
13692026-08-27T00:49:17.084Z Compiling flagset v0.4.7
13702026-08-27T00:49:17.102Z Compiling fs_extra v1.3.0
13712026-08-27T00:49:17.120Z Compiling ident_case v1.0.1
13722026-08-27T00:49:17.134Z Compiling base64 v0.22.1
13732026-08-27T00:49:17.150Z Compiling syn v1.0.109
13742026-08-27T00:49:17.178Z Compiling vcpkg v0.2.15
13752026-08-27T00:49:17.225Z Compiling pem-rfc7468 v0.7.0
13762026-08-27T00:49:17.263Z Compiling rand_core v0.9.5
13772026-08-27T00:49:17.266Z Compiling tracing-core v0.1.36
13782026-08-27T00:49:17.266Z Compiling aws-lc-rs v1.16.3
13792026-08-27T00:49:17.321Z Compiling simd-adler32 v0.3.8
13802026-08-27T00:49:17.396Z Compiling cpufeatures v0.2.17
13812026-08-27T00:49:17.412Z Compiling schemars v0.8.22
13822026-08-27T00:49:17.483Z Compiling dyn-clone v1.0.20
13832026-08-27T00:49:17.488Z Compiling spin v0.9.8
13842026-08-27T00:49:17.540Z Compiling httparse v1.10.1
13852026-08-27T00:49:17.556Z Compiling cmake v0.1.57
13862026-08-27T00:49:17.591Z Compiling cmov v0.5.4
13872026-08-27T00:49:17.606Z Compiling crc32fast v1.5.0
13882026-08-27T00:49:17.631Z Compiling adler2 v2.0.1
13892026-08-27T00:49:17.661Z Compiling tinyvec_macros v0.1.1
13902026-08-27T00:49:17.725Z Compiling openssl-probe v0.2.1
13912026-08-27T00:49:17.736Z Compiling tinyvec v1.10.0
13922026-08-27T00:49:17.744Z Compiling miniz_oxide v0.8.9
13932026-08-27T00:49:17.786Z Compiling ctutils v0.4.2
13942026-08-27T00:49:17.816Z Compiling aho-corasick v1.1.4
13952026-08-27T00:49:17.857Z Compiling bitflags v2.11.0
13962026-08-27T00:49:17.900Z Compiling semver v1.0.28
13972026-08-27T00:49:17.915Z Compiling indexmap v2.14.0
13982026-08-27T00:49:17.919Z Compiling uuid v1.23.4
13992026-08-27T00:49:18.019Z Compiling untrusted v0.7.1
14002026-08-27T00:49:18.033Z Compiling radium v0.7.0
14012026-08-27T00:49:18.064Z Compiling try-lock v0.2.5
14022026-08-27T00:49:18.095Z Compiling tower-service v0.3.3
14032026-08-27T00:49:18.110Z Compiling atomic-waker v1.1.2
14042026-08-27T00:49:18.154Z Compiling rustc_version v0.4.1
14052026-08-27T00:49:18.194Z Compiling tower-layer v0.3.3
14062026-08-27T00:49:18.210Z Compiling want v0.3.1
14072026-08-27T00:49:18.354Z Compiling rustls v0.23.41
14082026-08-27T00:49:18.381Z Compiling openssl v0.10.80
14092026-08-27T00:49:18.385Z Compiling foreign-types-shared v0.1.1
14102026-08-27T00:49:18.417Z Compiling httpdate v1.0.3
14112026-08-27T00:49:18.437Z Compiling aws-lc-sys v0.40.0
14122026-08-27T00:49:18.462Z Compiling openssl-sys v0.9.117
14132026-08-27T00:49:18.485Z Compiling untrusted v0.9.0
14142026-08-27T00:49:18.508Z Compiling tap v1.0.1
14152026-08-27T00:49:18.546Z Compiling maybe-uninit v2.0.0
14162026-08-27T00:49:18.587Z Compiling foreign-types v0.3.2
14172026-08-27T00:49:18.609Z Compiling wyz v0.5.1
14182026-08-27T00:49:18.629Z Compiling bzip2-sys v0.1.13+1.0.8
14192026-08-27T00:49:18.644Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14202026-08-27T00:49:18.662Z Compiling synstructure v0.13.2
14212026-08-27T00:49:18.668Z Compiling serde_derive_internals v0.29.1
14222026-08-27T00:49:18.692Z Compiling pest_generator v2.8.6
14232026-08-27T00:49:18.695Z Compiling regex-automata v0.4.14
14242026-08-27T00:49:18.822Z Compiling darling_core v0.20.11
14252026-08-27T00:49:18.947Z Compiling terminal_size v0.4.3
14262026-08-27T00:49:19.074Z Compiling tempfile v3.27.0
14272026-08-27T00:49:19.088Z Compiling unicode-normalization v0.1.25
14282026-08-27T00:49:19.105Z Compiling num-integer v0.1.46
14292026-08-27T00:49:19.126Z Compiling wait-timeout v0.2.1
14302026-08-27T00:49:19.231Z Compiling ahash v0.8.12
14312026-08-27T00:49:19.287Z Compiling powerfmt v0.2.0
14322026-08-27T00:49:19.414Z Compiling num-bigint-dig v0.8.6
14332026-08-27T00:49:19.430Z Compiling bit-vec v0.8.0
14342026-08-27T00:49:19.448Z Compiling quick-error v1.2.3
14352026-08-27T00:49:19.463Z Compiling funty v2.0.0
14362026-08-27T00:49:19.466Z Compiling packed_struct v0.10.1
14372026-08-27T00:49:19.512Z Compiling native-tls v0.2.18
14382026-08-27T00:49:19.516Z Compiling num-conv v0.2.0
14392026-08-27T00:49:19.569Z Compiling time-core v0.1.8
14402026-08-27T00:49:19.584Z Compiling rusty-fork v0.3.1
14412026-08-27T00:49:19.647Z Compiling bit-set v0.8.0
14422026-08-27T00:49:19.662Z Compiling deranged v0.5.8
14432026-08-27T00:49:19.667Z Compiling clap_builder v4.6.0
14442026-08-27T00:49:19.694Z Compiling num-iter v0.1.45
14452026-08-27T00:49:19.726Z Compiling time-macros v0.2.27
14462026-08-27T00:49:19.802Z Compiling bitvec v1.0.1
14472026-08-27T00:49:19.825Z Compiling lazy_static v1.5.0
14482026-08-27T00:49:19.838Z Compiling rand_xorshift v0.4.0
14492026-08-27T00:49:19.861Z Compiling sync_wrapper v1.0.2
14502026-08-27T00:49:19.943Z Compiling indexmap v1.9.3
14512026-08-27T00:49:19.959Z Compiling object v0.37.3
14522026-08-27T00:49:20.008Z Compiling zlib-rs v0.6.2
14532026-08-27T00:49:20.050Z Compiling unarray v0.1.4
14542026-08-27T00:49:20.079Z Compiling paste v1.0.15
14552026-08-27T00:49:20.154Z Compiling num_threads v0.1.7
14562026-08-27T00:49:20.175Z Compiling siphasher v1.0.2
14572026-08-27T00:49:20.250Z Compiling nodrop v0.1.14
14582026-08-27T00:49:20.272Z Compiling unicode-segmentation v1.12.0
14592026-08-27T00:49:20.356Z Compiling crc-catalog v2.4.0
14602026-08-27T00:49:20.376Z Compiling usdt-impl v0.6.0
14612026-08-27T00:49:20.388Z Compiling crossbeam-utils v0.8.21
14622026-08-27T00:49:20.423Z Compiling serde_derive v1.0.228
14632026-08-27T00:49:20.460Z Compiling zeroize_derive v1.5.0
14642026-08-27T00:49:20.614Z Compiling zerofrom-derive v0.1.6
14652026-08-27T00:49:20.661Z Compiling zerocopy-derive v0.8.55
14662026-08-27T00:49:20.692Z Compiling yoke-derive v0.8.1
14672026-08-27T00:49:20.705Z Compiling zerovec-derive v0.11.2
14682026-08-27T00:49:20.719Z Compiling displaydoc v0.2.5
14692026-08-27T00:49:20.869Z Compiling tokio-macros v2.7.0
14702026-08-27T00:49:21.181Z Compiling futures-macro v0.3.32
14712026-08-27T00:49:21.195Z Compiling thiserror-impl v2.0.18
14722026-08-27T00:49:21.348Z Compiling der_derive v0.7.3
14732026-08-27T00:49:21.530Z Compiling tracing-attributes v0.1.31
14742026-08-27T00:49:21.549Z Compiling schemars_derive v0.8.22
14752026-08-27T00:49:21.664Z Compiling pest_derive v2.8.6
14762026-08-27T00:49:21.911Z Compiling scroll_derive v0.13.1
14772026-08-27T00:49:21.950Z Compiling darling_macro v0.20.11
14782026-08-27T00:49:22.015Z Compiling futures-util v0.3.32
14792026-08-27T00:49:22.031Z Compiling zerofrom v0.1.6
14802026-08-27T00:49:22.144Z Compiling yoke v0.8.1
14812026-08-27T00:49:22.174Z Compiling openssl-macros v0.1.1
14822026-08-27T00:49:22.339Z Compiling zerovec v0.11.5
14832026-08-27T00:49:22.352Z Compiling zerotrie v0.2.3
14842026-08-27T00:49:22.464Z Compiling thiserror-impl v1.0.69
14852026-08-27T00:49:22.559Z Compiling thiserror v2.0.18
14862026-08-27T00:49:22.669Z Compiling darling v0.20.11
14872026-08-27T00:49:22.685Z Compiling packed_struct_codegen v0.10.1
14882026-08-27T00:49:22.746Z Compiling scroll v0.13.0
14892026-08-27T00:49:22.772Z Compiling bitfield-macros v0.19.4
14902026-08-27T00:49:22.787Z Compiling clap_derive v4.6.1
14912026-08-27T00:49:22.855Z Compiling tinystr v0.8.2
14922026-08-27T00:49:22.881Z Compiling potential_utf v0.1.4
14932026-08-27T00:49:22.909Z Compiling tracing v0.1.44
14942026-08-27T00:49:22.934Z Compiling zerocopy-derive v0.6.6
14952026-08-27T00:49:23.036Z Compiling icu_locale_core v2.1.1
14962026-08-27T00:49:23.063Z Compiling icu_collections v2.1.1
14972026-08-27T00:49:23.084Z Compiling goblin v0.10.5
14982026-08-27T00:49:23.193Z Compiling flate2 v1.1.9
14992026-08-27T00:49:23.252Z Compiling derive_builder_core v0.20.2
15002026-08-27T00:49:23.559Z Compiling bitfield v0.19.4
15012026-08-27T00:49:23.614Z Compiling dtrace-parser v0.3.0
15022026-08-27T00:49:23.667Z Compiling time v0.3.47
15032026-08-27T00:49:23.783Z Compiling icu_provider v2.1.1
15042026-08-27T00:49:23.850Z Compiling thiserror v1.0.69
15052026-08-27T00:49:23.866Z Compiling zerocopy v0.6.6
15062026-08-27T00:49:23.971Z Compiling zeroize v1.9.0
15072026-08-27T00:49:23.993Z Compiling bytes v1.11.1
15082026-08-27T00:49:24.004Z Compiling chrono v0.4.45
15092026-08-27T00:49:24.023Z Compiling icu_properties v2.1.2
15102026-08-27T00:49:24.092Z Compiling icu_normalizer v2.1.1
15112026-08-27T00:49:24.204Z Compiling der v0.7.10
15122026-08-27T00:49:24.219Z Compiling rustls-pki-types v1.14.0
15132026-08-27T00:49:24.364Z Compiling hybrid-array v0.4.13
15142026-08-27T00:49:24.438Z Compiling ipnet v2.12.0
15152026-08-27T00:49:24.609Z Compiling tokio v1.52.1
15162026-08-27T00:49:24.639Z Compiling http v1.4.2
15172026-08-27T00:49:24.654Z Compiling hex v0.4.3
15182026-08-27T00:49:24.673Z Compiling serde_spanned v0.6.9
15192026-08-27T00:49:24.742Z Compiling crypto-common v0.1.7
15202026-08-27T00:49:24.829Z Compiling block-buffer v0.10.4
15212026-08-27T00:49:24.903Z Compiling idna_adapter v1.2.1
15222026-08-27T00:49:24.929Z Compiling toml_datetime v0.6.11
15232026-08-27T00:49:25.016Z Compiling digest v0.10.7
15242026-08-27T00:49:25.057Z Compiling idna v1.1.0
15252026-08-27T00:49:25.122Z Compiling spki v0.7.3
15262026-08-27T00:49:25.145Z Compiling ppv-lite86 v0.2.21
15272026-08-27T00:49:25.222Z Compiling clap v4.6.1
15282026-08-27T00:49:25.272Z Compiling http-body v1.0.1
15292026-08-27T00:49:25.288Z Compiling pkcs8 v0.10.2
15302026-08-27T00:49:25.314Z Compiling sha2 v0.10.9
15312026-08-27T00:49:25.348Z Compiling url v2.5.8
15322026-08-27T00:49:25.364Z Compiling signature v2.2.0
15332026-08-27T00:49:25.404Z Compiling hmac v0.12.1
15342026-08-27T00:49:25.405Z Compiling http-body-util v0.1.3
15352026-08-27T00:49:25.439Z Compiling rand_chacha v0.9.0
15362026-08-27T00:49:25.455Z Compiling rand_chacha v0.3.1
15372026-08-27T00:49:25.480Z Compiling pkcs1 v0.7.5
15382026-08-27T00:49:25.575Z Compiling crc v3.4.0
15392026-08-27T00:49:25.620Z Compiling scroll_derive v0.12.1
15402026-08-27T00:49:25.640Z Compiling rand v0.9.2
15412026-08-27T00:49:25.651Z Compiling structmeta-derive v0.3.0
15422026-08-27T00:49:25.714Z Compiling rand v0.8.6
15432026-08-27T00:49:25.728Z Compiling array-init v0.0.4
15442026-08-27T00:49:25.798Z Compiling dof v0.4.0
15452026-08-27T00:49:26.182Z Compiling smallvec v0.6.14
15462026-08-27T00:49:26.213Z Compiling proptest v1.11.0
15472026-08-27T00:49:26.227Z Compiling darling_core v0.23.0
15482026-08-27T00:49:26.300Z Compiling heapless v0.7.17
15492026-08-27T00:49:26.355Z Compiling slog v2.8.2
15502026-08-27T00:49:26.434Z Compiling thread-id v5.1.0
15512026-08-27T00:49:26.525Z Compiling env_filter v2.0.0
15522026-08-27T00:49:26.561Z Compiling syn v3.0.3
15532026-08-27T00:49:26.575Z Compiling cookie v0.18.1
15542026-08-27T00:49:26.591Z Compiling unicode-bidi v0.3.18
15552026-08-27T00:49:26.705Z Compiling ipnetwork v0.21.1
15562026-08-27T00:49:26.779Z Compiling hashbrown v0.12.3
15572026-08-27T00:49:26.794Z Compiling iri-string v0.7.10
15582026-08-27T00:49:26.804Z Compiling zstd-safe v7.2.4
15592026-08-27T00:49:26.837Z Compiling gimli v0.32.3
15602026-08-27T00:49:26.944Z Compiling unicode-properties v0.1.4
15612026-08-27T00:49:27.022Z Compiling anyhow v1.0.104
15622026-08-27T00:49:27.039Z Compiling ryu v1.0.23
15632026-08-27T00:49:27.121Z Compiling winnow v0.5.40
15642026-08-27T00:49:27.135Z Compiling signal-hook v0.3.18
15652026-08-27T00:49:27.167Z Compiling allocator-api2 v0.2.21
15662026-08-27T00:49:27.225Z Compiling base64 v0.21.7
15672026-08-27T00:49:27.266Z Compiling serde_urlencoded v0.7.1
15682026-08-27T00:49:27.352Z Compiling stringprep v0.1.5
15692026-08-27T00:49:27.402Z Compiling oxnet v0.1.6
15702026-08-27T00:49:27.505Z Compiling ron v0.8.1
15712026-08-27T00:49:27.524Z Compiling rsa v0.9.10
15722026-08-27T00:49:27.556Z Compiling structmeta v0.3.0
15732026-08-27T00:49:27.692Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15742026-08-27T00:49:27.734Z Compiling env_logger v0.11.11
15752026-08-27T00:49:27.850Z Compiling serde-hex v0.1.0
15762026-08-27T00:49:27.868Z Compiling scroll v0.12.0
15772026-08-27T00:49:28.148Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15782026-08-27T00:49:28.348Z Compiling camino v1.2.5
15792026-08-27T00:49:28.417Z Compiling toml_edit v0.19.15
15802026-08-27T00:49:28.459Z Compiling tokio-util v0.7.18
15812026-08-27T00:49:28.553Z Compiling tower v0.5.3
15822026-08-27T00:49:28.755Z Compiling newtype-uuid v1.3.2
15832026-08-27T00:49:28.771Z Compiling darling_macro v0.23.0
15842026-08-27T00:49:28.793Z Compiling addr2line v0.25.1
15852026-08-27T00:49:28.853Z Compiling tokio-native-tls v0.3.1
15862026-08-27T00:49:29.042Z Compiling tower-http v0.6.8
15872026-08-27T00:49:29.109Z Compiling hashbrown v0.13.2
15882026-08-27T00:49:29.131Z Compiling h2 v0.4.15
15892026-08-27T00:49:29.284Z Compiling x509-cert v0.2.5
15902026-08-27T00:49:29.464Z Compiling md-5 v0.10.6
15912026-08-27T00:49:29.511Z Compiling block-buffer v0.12.1
15922026-08-27T00:49:29.561Z Compiling block-padding v0.4.2
15932026-08-27T00:49:29.593Z Compiling crypto-common v0.2.2
15942026-08-27T00:49:29.593Z Compiling rustls-native-certs v0.8.3
15952026-08-27T00:49:29.649Z Compiling derive_builder_macro v0.20.2
15962026-08-27T00:49:29.709Z Compiling bzip2 v0.4.4
15972026-08-27T00:49:29.743Z Compiling serde_tokenstream v0.2.3
15982026-08-27T00:49:29.911Z Compiling erased-serde v0.3.31
15992026-08-27T00:49:29.929Z Compiling bstr v1.12.1
16002026-08-27T00:49:30.004Z Compiling daft-derive v0.1.8
16012026-08-27T00:49:30.074Z Compiling pin-project-internal v1.1.11
16022026-08-27T00:49:30.150Z Compiling zerocopy-derive v0.7.35
16032026-08-27T00:49:30.377Z Compiling async-trait v0.1.89
16042026-08-27T00:49:30.407Z Compiling curve25519-dalek v4.1.3
16052026-08-27T00:49:30.575Z Compiling vergen-lib v9.1.0
16062026-08-27T00:49:30.589Z Compiling hash32 v0.2.1
16072026-08-27T00:49:30.738Z Compiling encoding_rs v0.8.35
16082026-08-27T00:49:30.761Z Compiling memoffset v0.9.1
16092026-08-27T00:49:30.777Z Compiling crc-any v2.5.0
16102026-08-27T00:49:30.798Z Compiling rustix v0.38.44
16112026-08-27T00:49:30.892Z Compiling owo-colors v4.3.0
16122026-08-27T00:49:30.904Z Compiling smoltcp v0.9.1
16132026-08-27T00:49:31.018Z Compiling fallible-iterator v0.2.0
16142026-08-27T00:49:31.038Z Compiling rustc-demangle v0.1.27
16152026-08-27T00:49:31.063Z Compiling cfg_aliases v0.2.1
16162026-08-27T00:49:31.086Z Compiling mime v0.3.17
16172026-08-27T00:49:31.152Z Compiling litrs v1.0.0
16182026-08-27T00:49:31.218Z Compiling psl-types v2.0.11
16192026-08-27T00:49:31.248Z Compiling ref-cast v1.0.25
16202026-08-27T00:49:31.330Z Compiling publicsuffix v2.3.0
16212026-08-27T00:49:31.349Z Compiling postgres-protocol v0.6.10
16222026-08-27T00:49:31.372Z Compiling backtrace v0.3.76
16232026-08-27T00:49:31.390Z Compiling pin-project v1.1.11
16242026-08-27T00:49:31.393Z Compiling nix v0.31.2
16252026-08-27T00:49:31.454Z Compiling zerocopy v0.7.35
16262026-08-27T00:49:31.504Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16272026-08-27T00:49:31.600Z Compiling daft v0.1.8
16282026-08-27T00:49:31.636Z Compiling derive_builder v0.20.2
16292026-08-27T00:49:31.688Z Compiling document-features v0.2.12
16302026-08-27T00:49:31.779Z Compiling zip v0.6.6
16312026-08-27T00:49:31.800Z Compiling toml v0.7.8
16322026-08-27T00:49:31.944Z Compiling inout v0.2.2
16332026-08-27T00:49:31.944Z Compiling object v0.30.4
16342026-08-27T00:49:31.944Z Compiling darling v0.23.0
16352026-08-27T00:49:32.031Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16362026-08-27T00:49:32.031Z Compiling goblin v0.8.2
16372026-08-27T00:49:32.063Z Compiling derive-ex v0.1.8
16382026-08-27T00:49:32.308Z Compiling hyper v1.10.1
16392026-08-27T00:49:32.353Z Compiling futures-executor v0.3.32
16402026-08-27T00:49:32.371Z Compiling hubpack_derive v0.1.1
16412026-08-27T00:49:32.383Z Compiling regex v1.12.3
16422026-08-27T00:49:32.432Z Compiling convert_case v0.10.0
16432026-08-27T00:49:32.554Z Compiling ref-cast-impl v1.0.25
16442026-08-27T00:49:32.645Z Compiling curve25519-dalek-derive v0.1.1
16452026-08-27T00:49:32.662Z Compiling strum_macros v0.27.2
16462026-08-27T00:49:32.676Z Compiling snafu-derive v0.8.9
16472026-08-27T00:49:32.690Z Compiling phf_shared v0.13.1
16482026-08-27T00:49:32.760Z Compiling vergen v9.1.0
16492026-08-27T00:49:32.832Z Compiling cargo-platform v0.3.2
16502026-08-27T00:49:32.848Z Compiling ff v0.13.1
16512026-08-27T00:49:32.955Z Compiling fs-err v3.3.0
16522026-08-27T00:49:32.970Z Compiling managed v0.8.0
16532026-08-27T00:49:33.001Z Compiling is_ci v1.2.0
16542026-08-27T00:49:33.120Z Compiling bumpalo v3.20.2
16552026-08-27T00:49:33.127Z Compiling base16ct v0.2.0
16562026-08-27T00:49:33.154Z Compiling either v1.15.0
16572026-08-27T00:49:33.157Z Compiling jiff-core v0.1.0
16582026-08-27T00:49:33.202Z Compiling foldhash v0.2.0
16592026-08-27T00:49:33.335Z Compiling same-file v1.0.6
16602026-08-27T00:49:33.347Z Compiling foldhash v0.1.5
16612026-08-27T00:49:33.351Z Compiling libbz2-rs-sys v0.2.2
16622026-08-27T00:49:33.376Z Compiling bitflags v1.3.2
16632026-08-27T00:49:33.388Z Compiling path-slash v0.1.5
16642026-08-27T00:49:33.446Z Compiling hyper-util v0.1.20
16652026-08-27T00:49:33.507Z Compiling hashbrown v0.15.5
16662026-08-27T00:49:33.551Z Compiling walkdir v2.5.0
16672026-08-27T00:49:33.569Z Compiling textwrap v0.16.2
16682026-08-27T00:49:33.770Z Compiling test-strategy v0.4.5
16692026-08-27T00:49:33.853Z Compiling bzip2 v0.6.1
16702026-08-27T00:49:33.932Z Compiling jiff v0.2.34
16712026-08-27T00:49:34.018Z Compiling hashbrown v0.16.1
16722026-08-27T00:49:34.072Z Compiling zopfli v0.8.3
16732026-08-27T00:49:34.086Z Compiling sec1 v0.7.3
16742026-08-27T00:49:34.262Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16752026-08-27T00:49:34.359Z Compiling dof v0.3.0
16762026-08-27T00:49:34.522Z Compiling supports-color v3.0.2
16772026-08-27T00:49:34.619Z Compiling snafu v0.8.9
16782026-08-27T00:49:34.635Z Compiling cargo_metadata v0.23.1
16792026-08-27T00:49:34.672Z Compiling strum v0.27.2
16802026-08-27T00:49:34.689Z Compiling group v0.13.0
16812026-08-27T00:49:34.801Z Compiling phf v0.13.1
16822026-08-27T00:49:34.822Z Compiling hyper-tls v0.6.0
16832026-08-27T00:49:34.849Z Compiling hubpack v0.1.2
16842026-08-27T00:49:34.886Z Compiling derive_more-impl v2.1.1
16852026-08-27T00:49:34.955Z Compiling signal-hook-mio v0.2.5
16862026-08-27T00:49:34.996Z Compiling reqwest v0.12.28
16872026-08-27T00:49:35.091Z Compiling futures v0.3.32
16882026-08-27T00:49:35.095Z Compiling cookie_store v0.22.1
16892026-08-27T00:49:35.095Z Compiling zstd v0.13.3
16902026-08-27T00:49:35.200Z Compiling cipher v0.5.2
16912026-08-27T00:49:35.216Z Compiling serde_with_macros v3.21.0
16922026-08-27T00:49:35.278Z Compiling backtrace-ext v0.2.1
16932026-08-27T00:49:35.368Z Compiling postgres-types v0.2.12
16942026-08-27T00:49:35.543Z Compiling globset v0.4.18
16952026-08-27T00:49:35.558Z Compiling usdt-macro v0.6.0
16962026-08-27T00:49:35.694Z Compiling usdt-attr-macro v0.6.0
16972026-08-27T00:49:35.782Z Compiling byte-wrapper v0.1.0
16982026-08-27T00:49:35.940Z Compiling hkdf v0.12.4
16992026-08-27T00:49:36.029Z Compiling ed25519 v2.2.3
17002026-08-27T00:49:36.083Z Compiling crypto-bigint v0.5.5
17012026-08-27T00:49:36.154Z Compiling dtrace-parser v0.2.0
17022026-08-27T00:49:36.178Z Compiling serde-big-array v0.5.1
17032026-08-27T00:49:36.283Z Compiling olpc-cjson v0.1.4
17042026-08-27T00:49:36.320Z Compiling serde_plain v1.0.2
17052026-08-27T00:49:36.339Z Compiling miette-derive v7.6.0
17062026-08-27T00:49:36.411Z Compiling enum-as-inner v0.6.1
17072026-08-27T00:49:36.426Z Compiling serde_repr v0.1.20
17082026-08-27T00:49:36.465Z Compiling strum_macros v0.26.4
17092026-08-27T00:49:36.533Z Compiling async-recursion v1.1.1
17102026-08-27T00:49:36.548Z Compiling phf_shared v0.11.3
17112026-08-27T00:49:36.632Z Compiling float-cmp v0.10.0
17122026-08-27T00:49:36.743Z Compiling pem v3.0.6
17132026-08-27T00:49:36.798Z Compiling memmap2 v0.9.10
17142026-08-27T00:49:36.924Z Compiling thread-id v4.2.2
17152026-08-27T00:49:36.945Z Compiling fixedbitset v0.4.2
17162026-08-27T00:49:36.972Z Compiling keccak v0.1.6
17172026-08-27T00:49:37.005Z Compiling cpufeatures v0.3.0
17182026-08-27T00:49:37.024Z Compiling predicates-core v1.0.10
17192026-08-27T00:49:37.045Z Compiling static_assertions v1.1.0
17202026-08-27T00:49:37.049Z Compiling precomputed-hash v0.1.1
17212026-08-27T00:49:37.087Z Compiling difflib v0.4.0
17222026-08-27T00:49:37.087Z Compiling data-encoding v2.10.0
17232026-08-27T00:49:37.137Z Compiling const-oid v0.10.2
17242026-08-27T00:49:37.183Z Compiling fixedbitset v0.5.7
17252026-08-27T00:49:37.196Z Compiling new_debug_unreachable v1.0.6
17262026-08-27T00:49:37.211Z Compiling winnow v1.0.3
17272026-08-27T00:49:37.240Z Compiling normalize-line-endings v0.3.0
17282026-08-27T00:49:37.257Z Compiling supports-hyperlinks v3.2.0
17292026-08-27T00:49:37.281Z Compiling whoami v2.1.0
17302026-08-27T00:49:37.346Z Compiling typed-path v0.9.3
17312026-08-27T00:49:37.356Z Compiling supports-unicode v3.0.0
17322026-08-27T00:49:37.424Z Compiling hickory-proto v0.25.2
17332026-08-27T00:49:37.497Z Compiling petgraph v0.8.3
17342026-08-27T00:49:37.512Z Compiling tokio-postgres v0.7.16
17352026-08-27T00:49:37.532Z Compiling predicates v3.1.4
17362026-08-27T00:49:37.541Z Compiling miette v7.6.0
17372026-08-27T00:49:37.675Z Compiling toml_edit v0.22.27
17382026-08-27T00:49:37.686Z Compiling digest v0.11.3
17392026-08-27T00:49:37.732Z Compiling string_cache v0.8.9
17402026-08-27T00:49:37.812Z Compiling sha3 v0.10.8
17412026-08-27T00:49:37.942Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17422026-08-27T00:49:37.976Z Compiling petgraph v0.6.5
17432026-08-27T00:49:38.190Z Compiling toml_parser v1.1.2+spec-1.1.0
17442026-08-27T00:49:38.235Z Compiling chacha20 v0.10.0
17452026-08-27T00:49:38.273Z Compiling strum v0.26.3
17462026-08-27T00:49:38.293Z Compiling elliptic-curve v0.13.8
17472026-08-27T00:49:38.315Z Compiling usdt-impl v0.5.0
17482026-08-27T00:49:38.428Z Compiling usdt v0.6.0
17492026-08-27T00:49:38.575Z Compiling serde_with v3.21.0
17502026-08-27T00:49:38.624Z Compiling crossterm v0.28.1
17512026-08-27T00:49:38.699Z Compiling ed25519-dalek v2.2.0
17522026-08-27T00:49:38.717Z Compiling zip v4.6.1
17532026-08-27T00:49:38.737Z Compiling derive_more v2.1.1
17542026-08-27T00:49:38.802Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17552026-08-27T00:49:38.907Z Compiling iddqd v0.4.2
17562026-08-27T00:49:39.268Z Compiling itertools v0.15.0
17572026-08-27T00:49:39.459Z Compiling itertools v0.13.0
17582026-08-27T00:49:39.472Z Compiling similar v2.7.0
17592026-08-27T00:49:39.665Z Compiling crossbeam-epoch v0.9.18
17602026-08-27T00:49:39.682Z Compiling tokio-stream v0.1.18
17612026-08-27T00:49:39.782Z Compiling buf-list v1.1.2
17622026-08-27T00:49:39.900Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17632026-08-27T00:49:40.008Z Compiling openapiv3 v2.2.0
17642026-08-27T00:49:40.075Z Compiling heck v0.4.1
17652026-08-27T00:49:40.156Z Compiling peg-runtime v0.8.5
17662026-08-27T00:49:40.184Z Compiling lalrpop-util v0.19.12
17672026-08-27T00:49:40.219Z Compiling thread_local v1.1.9
17682026-08-27T00:49:40.301Z Compiling slog-async v2.8.0
17692026-08-27T00:49:40.319Z Compiling crossbeam-channel v0.5.15
17702026-08-27T00:49:40.367Z Compiling filetime v0.2.27
17712026-08-27T00:49:40.401Z Compiling is-terminal v0.4.17
17722026-08-27T00:49:40.408Z Compiling xattr v1.6.1
17732026-08-27T00:49:40.409Z Compiling term v1.2.1
17742026-08-27T00:49:40.449Z Compiling take_mut v0.2.2
17752026-08-27T00:49:40.491Z Compiling camino-tempfile v1.4.1
17762026-08-27T00:49:40.548Z Compiling tar v0.4.46
17772026-08-27T00:49:40.695Z Compiling slog-term v2.9.2
17782026-08-27T00:49:57.954Z Compiling rustls-webpki v0.103.13
17792026-08-27T00:50:00.635Z Compiling tokio-rustls v0.26.4
17802026-08-27T00:50:00.636Z Compiling rustls-platform-verifier v0.6.2
17812026-08-27T00:50:00.636Z Compiling tough v0.22.0
17822026-08-27T00:50:00.840Z Compiling hyper-rustls v0.27.7
17832026-08-27T00:50:01.029Z Compiling reqwest v0.13.2
17842026-08-27T00:50:03.194Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17852026-08-27T00:50:03.415Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17862026-08-27T00:50:06.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.20s
17872026-08-27T00:50:06.415Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17882026-08-27T00:50:06.448ZAug 27 00:50:05.484 INFO Starting download, target: Clickhouse
17892026-08-27T00:50:06.448ZAug 27 00:50:05.485 INFO Starting download, target: DendriteStub
17902026-08-27T00:50:06.448ZAug 27 00:50:05.485 INFO Starting download, target: Console
17912026-08-27T00:50:06.448ZAug 27 00:50:05.485 INFO Starting download, target: Cockroach
17922026-08-27T00:50:06.455ZAug 27 00:50:05.485 INFO Starting download, target: MaghemiteMgd
17932026-08-27T00:50:06.455ZAug 27 00:50:05.485 INFO Starting download, target: MaghemiteDdmd
17942026-08-27T00:50:06.455ZAug 27 00:50:05.485 INFO Starting download, target: TransceiverControl
17952026-08-27T00:50:06.455ZAug 27 00:50:05.485 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17962026-08-27T00:50:06.455ZAug 27 00:50:05.485 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17972026-08-27T00:50:06.455ZAug 27 00:50:05.485 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17982026-08-27T00:50:06.455ZAug 27 00:50:05.485 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17992026-08-27T00:50:06.455ZAug 27 00:50:05.485 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18002026-08-27T00:50:06.455ZAug 27 00:50:05.485 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18012026-08-27T00:50:06.455ZAug 27 00:50:05.485 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18022026-08-27T00:50:07.255ZAug 27 00:50:06.237 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18032026-08-27T00:50:07.442ZAug 27 00:50:06.454 INFO Download complete, target: TransceiverControl
18042026-08-27T00:50:08.367ZAug 27 00:50:07.410 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18052026-08-27T00:50:08.505ZAug 27 00:50:07.456 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18062026-08-27T00:50:08.657ZAug 27 00:50:07.700 INFO Download complete, target: Console
18072026-08-27T00:50:11.889ZAug 27 00:50:10.924 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18082026-08-27T00:50:12.519ZAug 27 00:50:11.559 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18092026-08-27T00:50:13.745ZAug 27 00:50:12.358 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18102026-08-27T00:50:13.795ZAug 27 00:50:12.814 INFO Download complete, target: MaghemiteDdmd
18112026-08-27T00:50:14.245ZAug 27 00:50:13.268 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18122026-08-27T00:50:14.246ZAug 27 00:50:13.268 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18132026-08-27T00:50:15.007ZAug 27 00:50:14.046 INFO Download complete, target: MaghemiteMgd
18142026-08-27T00:50:15.195ZAug 27 00:50:14.229 INFO Checking that binary works, target: Clickhouse
18152026-08-27T00:50:15.275ZAug 27 00:50:14.315 INFO Download complete, target: Clickhouse
18162026-08-27T00:50:15.757ZAug 27 00:50:14.795 INFO Download complete, target: DendriteStub
18172026-08-27T00:50:18.841ZAug 27 00:50:17.884 INFO Checking that binary works, target: Cockroach
18182026-08-27T00:50:18.962ZAug 27 00:50:18.004 INFO Download complete, target: Cockroach
18192026-08-27T00:50:18.967ZAll prerequisites installed successfully
18202026-08-27T00:50:18.971Z
18212026-08-27T00:50:18.971Zreal 1:57.386569378
18222026-08-27T00:50:18.971Zuser 7:18.430867897
18232026-08-27T00:50:18.971Zsys 1:45.591273032
18242026-08-27T00:50:18.971Ztrap 0.287553249
18252026-08-27T00:50:18.971Ztflt 0.890924950
18262026-08-27T00:50:18.971Zdflt 1.758232390
18272026-08-27T00:50:18.971Zkflt 0.025334053
18282026-08-27T00:50:18.971Zlock 30:10.297501556
18292026-08-27T00:50:18.972Zslp 20:03.011984706
18302026-08-27T00:50:18.972Zlat 32.446675306
18312026-08-27T00:50:18.972Zstop 3:39.537219893
18322026-08-27T00:50:18.972Z+ ptime -m cargo xtask download softnpu
18332026-08-27T00:50:19.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18342026-08-27T00:50:19.468Z Running `target/debug/xtask download softnpu`
18352026-08-27T00:50:20.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
18362026-08-27T00:50:20.379Z Running `target/debug/xtask-downloader softnpu`
18372026-08-27T00:50:20.479ZAug 27 00:50:19.393 INFO Starting download, target: Softnpu
18382026-08-27T00:50:20.479ZAug 27 00:50:19.394 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
18392026-08-27T00:50:23.251ZAug 27 00:50:22.262 INFO Download complete, target: Softnpu
18402026-08-27T00:50:23.343Z
18412026-08-27T00:50:23.344Zreal 4.250376829
18422026-08-27T00:50:23.344Zuser 1.343178465
18432026-08-27T00:50:23.344Zsys 0.640235534
18442026-08-27T00:50:23.344Ztrap 0.001073410
18452026-08-27T00:50:23.344Ztflt 0.000176130
18462026-08-27T00:50:23.344Zdflt 0.000701050
18472026-08-27T00:50:23.344Zkflt 0.000000000
18482026-08-27T00:50:23.344Zlock 53.923039467
18492026-08-27T00:50:23.344Zslp 2.682957128
18502026-08-27T00:50:23.344Zlat 0.117266028
18512026-08-27T00:50:23.344Zstop 0.000222510
18522026-08-27T00:50:23.344Z+ export CARGO_INCREMENTAL=0
18532026-08-27T00:50:23.344Z+ CARGO_INCREMENTAL=0
18542026-08-27T00:50:23.345Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18552026-08-27T00:50:24.173Z Compiling proc-macro2 v1.0.106
18562026-08-27T00:50:24.173Z Compiling quote v1.0.45
18572026-08-27T00:50:24.173Z Compiling unicode-ident v1.0.24
18582026-08-27T00:50:24.204Z Compiling serde_core v1.0.228
18592026-08-27T00:50:24.204Z Compiling libc v0.2.185
18602026-08-27T00:50:24.204Z Compiling serde v1.0.228
18612026-08-27T00:50:24.204Z Compiling cfg-if v1.0.4
18622026-08-27T00:50:24.204Z Compiling version_check v0.9.5
18632026-08-27T00:50:24.204Z Compiling autocfg v1.5.0
18642026-08-27T00:50:24.346Z Compiling shlex v1.3.0
18652026-08-27T00:50:24.434Z Compiling find-msvc-tools v0.1.9
18662026-08-27T00:50:24.434Z Compiling memchr v2.8.0
18672026-08-27T00:50:24.434Z Compiling zmij v1.0.21
18682026-08-27T00:50:24.434Z Compiling serde_json v1.0.151
18692026-08-27T00:50:24.565Z Compiling portable-atomic v1.13.1
18702026-08-27T00:50:24.565Z Compiling zerocopy v0.8.55
18712026-08-27T00:50:24.631Z Compiling libm v0.2.16
18722026-08-27T00:50:24.749Z Compiling getrandom v0.4.3
18732026-08-27T00:50:24.829Z Compiling icu_normalizer_data v2.1.1
18742026-08-27T00:50:25.033Z Compiling icu_properties_data v2.1.2
18752026-08-27T00:50:25.033Z Compiling generic-array v0.14.7
18762026-08-27T00:50:25.033Z Compiling smallvec v1.15.1
18772026-08-27T00:50:25.067Z Compiling num-traits v0.2.19
18782026-08-27T00:50:25.067Z Compiling parking_lot_core v0.9.12
18792026-08-27T00:50:25.067Z Compiling itoa v1.0.17
18802026-08-27T00:50:25.067Z Compiling log v0.4.33
18812026-08-27T00:50:25.067Z Compiling subtle v2.6.1
18822026-08-27T00:50:25.067Z Compiling pkg-config v0.3.32
18832026-08-27T00:50:25.134Z Compiling stable_deref_trait v1.2.1
18842026-08-27T00:50:25.134Z Compiling typenum v1.20.1
18852026-08-27T00:50:25.177Z Compiling rustix v1.1.4
18862026-08-27T00:50:25.193Z Compiling getrandom v0.3.4
18872026-08-27T00:50:25.206Z Compiling scopeguard v1.2.0
18882026-08-27T00:50:25.239Z Compiling jobserver v0.1.34
18892026-08-27T00:50:25.314Z Compiling errno v0.3.14
18902026-08-27T00:50:25.419Z Compiling lock_api v0.4.14
18912026-08-27T00:50:25.477Z Compiling thiserror v2.0.18
18922026-08-27T00:50:25.499Z Compiling cc v1.2.56
18932026-08-27T00:50:25.501Z Compiling rand_core v0.10.0
18942026-08-27T00:50:25.591Z Compiling syn v2.0.117
18952026-08-27T00:50:25.608Z Compiling heck v0.5.0
18962026-08-27T00:50:25.626Z Compiling critical-section v1.2.0
18972026-08-27T00:50:25.760Z Compiling getrandom v0.2.17
18982026-08-27T00:50:25.895Z Compiling writeable v0.6.2
18992026-08-27T00:50:25.895Z Compiling litemap v0.8.1
19002026-08-27T00:50:25.895Z Compiling percent-encoding v2.3.2
19012026-08-27T00:50:25.895Z Compiling schemars v0.8.22
19022026-08-27T00:50:26.033Z Compiling equivalent v1.0.2
19032026-08-27T00:50:26.033Z Compiling rand_core v0.6.4
19042026-08-27T00:50:26.033Z Compiling pin-project-lite v0.2.17
19052026-08-27T00:50:26.111Z Compiling syn v1.0.109
19062026-08-27T00:50:26.111Z Compiling rustversion v1.0.22
19072026-08-27T00:50:26.162Z Compiling once_cell v1.21.3
19082026-08-27T00:50:26.162Z Compiling hashbrown v0.17.0
19092026-08-27T00:50:26.240Z Compiling dunce v1.0.5
19102026-08-27T00:50:26.305Z Compiling cmake v0.1.57
19112026-08-27T00:50:26.305Z Compiling fs_extra v1.3.0
19122026-08-27T00:50:26.305Z Compiling utf8_iter v1.0.4
19132026-08-27T00:50:26.341Z Compiling byteorder v1.5.0
19142026-08-27T00:50:26.425Z Compiling form_urlencoded v1.2.2
19152026-08-27T00:50:26.510Z Compiling strsim v0.11.1
19162026-08-27T00:50:26.563Z Compiling semver v1.0.28
19172026-08-27T00:50:26.582Z Compiling bitflags v2.11.0
19182026-08-27T00:50:26.748Z Compiling indexmap v2.14.0
19192026-08-27T00:50:26.778Z Compiling aws-lc-sys v0.40.0
19202026-08-27T00:50:26.811Z Compiling signal-hook-registry v1.4.8
19212026-08-27T00:50:26.943Z Compiling thiserror v1.0.69
19222026-08-27T00:50:26.957Z Compiling mio v1.2.0
19232026-08-27T00:50:26.957Z Compiling socket2 v0.6.3
19242026-08-27T00:50:27.041Z Compiling parking_lot v0.12.5
19252026-08-27T00:50:27.137Z Compiling const-oid v0.9.6
19262026-08-27T00:50:27.193Z Compiling futures-core v0.3.32
19272026-08-27T00:50:27.242Z Compiling aws-lc-rs v1.16.3
19282026-08-27T00:50:27.353Z Compiling iana-time-zone v0.1.65
19292026-08-27T00:50:27.387Z Compiling httparse v1.10.1
19302026-08-27T00:50:27.614Z Compiling fnv v1.0.7
19312026-08-27T00:50:27.624Z Compiling ucd-trie v0.1.7
19322026-08-27T00:50:27.709Z Compiling crc32fast v1.5.0
19332026-08-27T00:50:27.721Z Compiling regex-syntax v0.8.10
19342026-08-27T00:50:27.769Z Compiling pest v2.8.6
19352026-08-27T00:50:27.799Z Compiling uuid v1.23.4
19362026-08-27T00:50:27.894Z Compiling ident_case v1.0.1
19372026-08-27T00:50:27.908Z Compiling vcpkg v0.2.15
19382026-08-27T00:50:28.117Z Compiling rustc_version v0.4.1
19392026-08-27T00:50:28.175Z Compiling futures-sink v0.3.32
19402026-08-27T00:50:28.687Z Compiling rustls v0.23.41
19412026-08-27T00:50:28.695Z Compiling synstructure v0.13.2
19422026-08-27T00:50:28.695Z Compiling serde_derive_internals v0.29.1
19432026-08-27T00:50:28.695Z Compiling dyn-clone v1.0.20
19442026-08-27T00:50:28.695Z Compiling futures-channel v0.3.32
19452026-08-27T00:50:28.695Z Compiling openssl-sys v0.9.117
19462026-08-27T00:50:28.695Z Compiling aho-corasick v1.1.4
19472026-08-27T00:50:28.695Z Compiling slab v0.4.12
19482026-08-27T00:50:28.750Z Compiling futures-task v0.3.32
19492026-08-27T00:50:28.811Z Compiling pest_meta v2.8.6
19502026-08-27T00:50:28.842Z Compiling futures-io v0.3.32
19512026-08-27T00:50:29.021Z Compiling plain v0.2.3
19522026-08-27T00:50:29.047Z Compiling radium v0.7.0
19532026-08-27T00:50:29.099Z Compiling num-conv v0.2.0
19542026-08-27T00:50:29.106Z Compiling time-core v0.1.8
19552026-08-27T00:50:29.182Z Compiling crossbeam-utils v0.8.21
19562026-08-27T00:50:29.198Z Compiling openssl v0.10.80
19572026-08-27T00:50:29.249Z Compiling pretty-hex v0.4.1
19582026-08-27T00:50:29.278Z Compiling time-macros v0.2.27
19592026-08-27T00:50:29.321Z Compiling base64ct v1.8.3
19602026-08-27T00:50:29.347Z Compiling maybe-uninit v2.0.0
19612026-08-27T00:50:29.357Z Compiling base64 v0.22.1
19622026-08-27T00:50:29.380Z Compiling slog v2.8.2
19632026-08-27T00:50:29.417Z Compiling pest_generator v2.8.6
19642026-08-27T00:50:29.455Z Compiling flagset v0.4.7
19652026-08-27T00:50:29.521Z Compiling serde_derive v1.0.228
19662026-08-27T00:50:29.608Z Compiling zeroize_derive v1.5.0
19672026-08-27T00:50:29.625Z Compiling zerofrom-derive v0.1.6
19682026-08-27T00:50:29.638Z Compiling yoke-derive v0.8.1
19692026-08-27T00:50:29.639Z Compiling zerocopy-derive v0.8.55
19702026-08-27T00:50:29.684Z Compiling zerovec-derive v0.11.2
19712026-08-27T00:50:29.707Z Compiling displaydoc v0.2.5
19722026-08-27T00:50:29.742Z Compiling tokio-macros v2.7.0
19732026-08-27T00:50:29.774Z Compiling futures-macro v0.3.32
19742026-08-27T00:50:29.864Z Compiling thiserror-impl v2.0.18
19752026-08-27T00:50:30.036Z Compiling schemars_derive v0.8.22
19762026-08-27T00:50:30.073Z Compiling der_derive v0.7.3
19772026-08-27T00:50:30.086Z Compiling tracing-attributes v0.1.31
19782026-08-27T00:50:30.104Z Compiling thiserror-impl v1.0.69
19792026-08-27T00:50:30.229Z Compiling pest_derive v2.8.6
19802026-08-27T00:50:30.238Z Compiling regex-automata v0.4.14
19812026-08-27T00:50:30.285Z Compiling pem-rfc7468 v0.7.0
19822026-08-27T00:50:30.376Z Compiling scroll_derive v0.12.1
19832026-08-27T00:50:30.406Z Compiling scroll_derive v0.13.1
19842026-08-27T00:50:30.546Z Compiling futures-util v0.3.32
19852026-08-27T00:50:30.595Z Compiling openssl-macros v0.1.1
19862026-08-27T00:50:30.695Z Compiling rand_core v0.9.5
19872026-08-27T00:50:30.726Z Compiling darling_core v0.23.0
19882026-08-27T00:50:30.738Z Compiling zerofrom v0.1.6
19892026-08-27T00:50:30.885Z Compiling yoke v0.8.1
19902026-08-27T00:50:31.058Z Compiling bzip2-sys v0.1.13+1.0.8
19912026-08-27T00:50:31.075Z Compiling zerovec v0.11.5
19922026-08-27T00:50:31.075Z Compiling zerotrie v0.2.3
19932026-08-27T00:50:31.207Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19942026-08-27T00:50:31.239Z Compiling syn v3.0.3
19952026-08-27T00:50:31.347Z Compiling ahash v0.8.12
19962026-08-27T00:50:31.357Z Compiling num-bigint-dig v0.8.6
19972026-08-27T00:50:31.417Z Compiling paste v1.0.15
19982026-08-27T00:50:31.554Z Compiling packed_struct v0.10.1
19992026-08-27T00:50:31.572Z Compiling anyhow v1.0.104
20002026-08-27T00:50:31.610Z Compiling native-tls v0.2.18
20012026-08-27T00:50:31.626Z Compiling tinystr v0.8.2
20022026-08-27T00:50:31.729Z Compiling potential_utf v0.1.4
20032026-08-27T00:50:31.820Z Compiling icu_locale_core v2.1.1
20042026-08-27T00:50:31.891Z Compiling icu_collections v2.1.1
20052026-08-27T00:50:31.945Z Compiling zerocopy-derive v0.7.35
20062026-08-27T00:50:32.541Z Compiling icu_provider v2.1.1
20072026-08-27T00:50:32.635Z Compiling regex v1.12.3
20082026-08-27T00:50:32.746Z Compiling zeroize v1.9.0
20092026-08-27T00:50:32.774Z Compiling bytes v1.11.1
20102026-08-27T00:50:32.908Z Compiling icu_properties v2.1.2
20112026-08-27T00:50:32.925Z Compiling icu_normalizer v2.1.1
20122026-08-27T00:50:33.056Z Compiling chrono v0.4.45
20132026-08-27T00:50:33.245Z Compiling serde_tokenstream v0.2.3
20142026-08-27T00:50:33.380Z Compiling tokio v1.52.1
20152026-08-27T00:50:33.479Z Compiling crypto-common v0.1.7
20162026-08-27T00:50:33.538Z Compiling block-buffer v0.10.4
20172026-08-27T00:50:33.676Z Compiling digest v0.10.7
20182026-08-27T00:50:33.768Z Compiling der v0.7.10
20192026-08-27T00:50:33.904Z Compiling idna_adapter v1.2.1
20202026-08-27T00:50:34.059Z Compiling idna v1.1.0
20212026-08-27T00:50:34.097Z Compiling ppv-lite86 v0.2.21
20222026-08-27T00:50:34.164Z Compiling http v1.4.2
20232026-08-27T00:50:34.340Z Compiling darling_macro v0.23.0
20242026-08-27T00:50:34.396Z Compiling url v2.5.8
20252026-08-27T00:50:34.438Z Compiling tracing-core v0.1.36
20262026-08-27T00:50:34.615Z Compiling spki v0.7.3
20272026-08-27T00:50:34.707Z Compiling cookie v0.18.1
20282026-08-27T00:50:34.835Z Compiling cpufeatures v0.2.17
20292026-08-27T00:50:34.852Z Compiling fastrand v2.3.0
20302026-08-27T00:50:34.877Z Compiling camino v1.2.5
20312026-08-27T00:50:34.927Z Compiling darling v0.23.0
20322026-08-27T00:50:35.186Z Compiling tracing v0.1.44
20332026-08-27T00:50:35.219Z Compiling rand_chacha v0.9.0
20342026-08-27T00:50:35.325Z Compiling toml_datetime v0.6.11
20352026-08-27T00:50:35.392Z Compiling serde_spanned v0.6.9
20362026-08-27T00:50:35.573Z Compiling packed_struct_codegen v0.10.1
20372026-08-27T00:50:35.589Z Compiling bitfield-macros v0.19.4
20382026-08-27T00:50:35.597Z Compiling zerocopy-derive v0.6.6
20392026-08-27T00:50:35.597Z Compiling clap_derive v4.6.1
20402026-08-27T00:50:36.028Z Compiling indexmap v1.9.3
20412026-08-27T00:50:36.047Z Compiling simd-adler32 v0.3.8
20422026-08-27T00:50:36.151Z Compiling object v0.37.3
20432026-08-27T00:50:36.272Z Compiling rand v0.9.2
20442026-08-27T00:50:36.299Z Compiling http-body v1.0.1
20452026-08-27T00:50:36.347Z Compiling pkcs8 v0.10.2
20462026-08-27T00:50:36.423Z Compiling daft-derive v0.1.8
20472026-08-27T00:50:36.439Z Compiling rustls-pki-types v1.14.0
20482026-08-27T00:50:36.598Z Compiling spin v0.9.8
20492026-08-27T00:50:36.638Z Compiling usdt-impl v0.5.0
20502026-08-27T00:50:36.690Z Compiling cmov v0.5.4
20512026-08-27T00:50:36.860Z Compiling utf8parse v0.2.2
20522026-08-27T00:50:36.890Z Compiling anstyle v1.0.14
20532026-08-27T00:50:36.909Z Compiling usdt-impl v0.6.0
20542026-08-27T00:50:36.927Z Compiling adler2 v2.0.1
20552026-08-27T00:50:37.024Z Compiling tinyvec_macros v0.1.1
20562026-08-27T00:50:37.036Z Compiling ref-cast v1.0.25
20572026-08-27T00:50:37.037Z Compiling winnow v0.5.40
20582026-08-27T00:50:37.068Z Compiling openssl-probe v0.2.1
20592026-08-27T00:50:37.147Z Compiling either v1.15.0
20602026-08-27T00:50:37.150Z Compiling miniz_oxide v0.8.9
20612026-08-27T00:50:37.202Z Compiling tinyvec v1.10.0
20622026-08-27T00:50:37.218Z Compiling anstyle-parse v1.0.0
20632026-08-27T00:50:37.282Z Compiling ctutils v0.4.2
20642026-08-27T00:50:37.372Z Compiling tokio-util v0.7.18
20652026-08-27T00:50:37.417Z Compiling sha2 v0.10.9
20662026-08-27T00:50:37.538Z Compiling tempfile v3.27.0
20672026-08-27T00:50:37.708Z Compiling scroll v0.13.0
20682026-08-27T00:50:37.748Z Compiling scroll v0.12.0
20692026-08-27T00:50:37.778Z Compiling terminal_size v0.4.3
20702026-08-27T00:50:37.935Z Compiling async-trait v0.1.89
20712026-08-27T00:50:37.987Z Compiling heapless v0.7.17
20722026-08-27T00:50:38.105Z Compiling signal-hook v0.3.18
20732026-08-27T00:50:38.253Z Compiling litrs v1.0.0
20742026-08-27T00:50:38.300Z Compiling zstd-safe v7.2.4
20752026-08-27T00:50:38.321Z Compiling toml_edit v0.19.15
20762026-08-27T00:50:38.339Z Compiling anstyle-query v1.1.5
20772026-08-27T00:50:38.414Z Compiling try-lock v0.2.5
20782026-08-27T00:50:38.448Z Compiling colorchoice v1.0.4
20792026-08-27T00:50:38.465Z Compiling atomic-waker v1.1.2
20802026-08-27T00:50:38.526Z Compiling winnow v0.7.14
20812026-08-27T00:50:38.581Z Compiling rustix v0.38.44
20822026-08-27T00:50:38.620Z Compiling untrusted v0.7.1
20832026-08-27T00:50:38.668Z Compiling is_terminal_polyfill v1.70.2
20842026-08-27T00:50:38.701Z Compiling tower-layer v0.3.3
20852026-08-27T00:50:38.720Z Compiling winnow v1.0.3
20862026-08-27T00:50:38.737Z Compiling tower-service v0.3.3
20872026-08-27T00:50:38.766Z Compiling unicode-segmentation v1.12.0
20882026-08-27T00:50:38.784Z Compiling anstream v1.0.0
20892026-08-27T00:50:38.823Z Compiling document-features v0.2.12
20902026-08-27T00:50:38.910Z Compiling h2 v0.4.15
20912026-08-27T00:50:38.921Z Compiling want v0.3.1
20922026-08-27T00:50:39.404Z Compiling goblin v0.8.2
20932026-08-27T00:50:39.420Z Compiling goblin v0.10.5
20942026-08-27T00:50:39.533Z Compiling hybrid-array v0.4.13
20952026-08-27T00:50:39.630Z Compiling toml_parser v1.1.2+spec-1.1.0
20962026-08-27T00:50:39.763Z Compiling itertools v0.15.0
20972026-08-27T00:50:39.973Z Compiling ipnetwork v0.21.1
20982026-08-27T00:50:40.040Z Compiling zerocopy v0.7.35
20992026-08-27T00:50:40.157Z Compiling ipnet v2.12.0
21002026-08-27T00:50:40.187Z Compiling structmeta-derive v0.3.0
21012026-08-27T00:50:40.254Z Compiling ref-cast-impl v1.0.25
21022026-08-27T00:50:40.373Z Compiling curve25519-dalek v4.1.3
21032026-08-27T00:50:40.493Z Compiling darling_core v0.20.11
21042026-08-27T00:50:40.593Z Compiling memoffset v0.9.1
21052026-08-27T00:50:40.610Z Compiling powerfmt v0.2.0
21062026-08-27T00:50:40.613Z Compiling httpdate v1.0.3
21072026-08-27T00:50:40.641Z Compiling tap v1.0.1
21082026-08-27T00:50:40.938Z Compiling untrusted v0.9.0
21092026-08-27T00:50:41.050Z Compiling foreign-types-shared v0.1.1
21102026-08-27T00:50:41.080Z Compiling deranged v0.5.8
21112026-08-27T00:50:41.084Z Compiling wyz v0.5.1
21122026-08-27T00:50:41.152Z Compiling foreign-types v0.3.2
21132026-08-27T00:50:41.170Z Compiling structmeta v0.3.0
21142026-08-27T00:50:41.265Z Compiling unicode-normalization v0.1.25
21152026-08-27T00:50:41.401Z Compiling dtrace-parser v0.2.0
21162026-08-27T00:50:41.423Z Compiling rand_chacha v0.3.1
21172026-08-27T00:50:41.438Z Compiling signature v2.2.0
21182026-08-27T00:50:41.454Z Compiling hex v0.4.3
21192026-08-27T00:50:41.584Z Compiling dof v0.3.0
21202026-08-27T00:50:41.773Z Compiling dtrace-parser v0.3.0
21212026-08-27T00:50:41.823Z Compiling pin-project-internal v1.1.11
21222026-08-27T00:50:41.860Z Compiling num-integer v0.1.46
21232026-08-27T00:50:41.999Z Compiling hyper v1.10.1
21242026-08-27T00:50:42.126Z Compiling dof v0.4.0
21252026-08-27T00:50:42.175Z Compiling thread-id v4.2.2
21262026-08-27T00:50:42.223Z Compiling thread-id v5.1.0
21272026-08-27T00:50:42.238Z Compiling wait-timeout v0.2.1
21282026-08-27T00:50:42.273Z Compiling smoltcp v0.9.1
21292026-08-27T00:50:42.327Z Compiling num_threads v0.1.7
21302026-08-27T00:50:42.382Z Compiling cfg_aliases v0.2.1
21312026-08-27T00:50:42.457Z Compiling funty v2.0.0
21322026-08-27T00:50:42.473Z Compiling darling_macro v0.20.11
21332026-08-27T00:50:42.507Z Compiling owo-colors v4.3.0
21342026-08-27T00:50:42.603Z Compiling clap_lex v1.0.0
21352026-08-27T00:50:42.744Z Compiling bit-vec v0.8.0
21362026-08-27T00:50:42.827Z Compiling quick-error v1.2.3
21372026-08-27T00:50:42.843Z Compiling bitvec v1.0.1
21382026-08-27T00:50:42.850Z Compiling clap_builder v4.6.0
21392026-08-27T00:50:42.876Z Compiling bit-set v0.8.0
21402026-08-27T00:50:42.912Z Compiling time v0.3.47
21412026-08-27T00:50:42.928Z Compiling rusty-fork v0.3.1
21422026-08-27T00:50:42.979Z Compiling nix v0.31.2
21432026-08-27T00:50:42.994Z Compiling darling v0.20.11
21442026-08-27T00:50:43.055Z Compiling num-iter v0.1.45
21452026-08-27T00:50:43.145Z Compiling hyper-util v0.1.20
21462026-08-27T00:50:43.219Z Compiling rand v0.8.6
21472026-08-27T00:50:43.336Z Compiling lazy_static v1.5.0
21482026-08-27T00:50:43.472Z Compiling hmac v0.12.1
21492026-08-27T00:50:43.487Z Compiling erased-serde v0.3.31
21502026-08-27T00:50:43.650Z Compiling rand_xorshift v0.4.0
21512026-08-27T00:50:43.811Z Compiling curve25519-dalek-derive v0.1.1
21522026-08-27T00:50:43.825Z Compiling sync_wrapper v1.0.2
21532026-08-27T00:50:43.947Z Compiling zlib-rs v0.6.2
21542026-08-27T00:50:44.003Z Compiling siphasher v1.0.2
21552026-08-27T00:50:44.082Z Compiling unarray v0.1.4
21562026-08-27T00:50:44.216Z Compiling nodrop v0.1.14
21572026-08-27T00:50:44.327Z Compiling crc-catalog v2.4.0
21582026-08-27T00:50:44.410Z Compiling crc v3.4.0
21592026-08-27T00:50:44.505Z Compiling clap v4.6.1
21602026-08-27T00:50:44.667Z Compiling array-init v0.0.4
21612026-08-27T00:50:44.764Z Compiling proptest v1.11.0
21622026-08-27T00:50:45.129Z Compiling tower v0.5.3
21632026-08-27T00:50:45.703Z Compiling smallvec v0.6.14
21642026-08-27T00:50:45.725Z Compiling derive_builder_core v0.20.2
21652026-08-27T00:50:45.845Z Compiling pkcs1 v0.7.5
21662026-08-27T00:50:45.928Z Compiling flate2 v1.1.9
21672026-08-27T00:50:45.943Z Compiling http-body-util v0.1.3
21682026-08-27T00:50:45.960Z Compiling zerocopy v0.6.6
21692026-08-27T00:50:46.004Z Compiling bitfield v0.19.4
21702026-08-27T00:50:46.179Z Compiling hubpack_derive v0.1.1
21712026-08-27T00:50:46.205Z Compiling snafu-derive v0.8.9
21722026-08-27T00:50:46.238Z Compiling strum_macros v0.27.2
21732026-08-27T00:50:46.302Z Compiling strum_macros v0.26.4
21742026-08-27T00:50:46.403Z Compiling env_filter v2.0.0
21752026-08-27T00:50:46.479Z Compiling fs-err v3.3.0
21762026-08-27T00:50:46.637Z Compiling unicode-properties v0.1.4
21772026-08-27T00:50:46.684Z Compiling ryu v1.0.23
21782026-08-27T00:50:46.717Z Compiling unicode-bidi v0.3.18
21792026-08-27T00:50:46.834Z Compiling gimli v0.32.3
21802026-08-27T00:50:46.870Z Compiling base64 v0.21.7
21812026-08-27T00:50:47.110Z Compiling hashbrown v0.12.3
21822026-08-27T00:50:47.202Z Compiling allocator-api2 v0.2.21
21832026-08-27T00:50:47.219Z Compiling iri-string v0.7.10
21842026-08-27T00:50:47.895Z Compiling ron v0.8.1
21852026-08-27T00:50:47.911Z Compiling stringprep v0.1.5
21862026-08-27T00:50:48.017Z Compiling serde_urlencoded v0.7.1
21872026-08-27T00:50:48.085Z Compiling newtype-uuid v1.3.2
21882026-08-27T00:50:48.286Z Compiling env_logger v0.11.11
21892026-08-27T00:50:48.365Z Compiling tower-http v0.6.8
21902026-08-27T00:50:48.467Z Compiling derive_builder_macro v0.20.2
21912026-08-27T00:50:48.568Z Compiling addr2line v0.25.1
21922026-08-27T00:50:48.628Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21932026-08-27T00:50:48.732Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21942026-08-27T00:50:48.746Z Compiling rsa v0.9.10
21952026-08-27T00:50:48.750Z Compiling oxnet v0.1.6
21962026-08-27T00:50:48.886Z Compiling serde-hex v0.1.0
21972026-08-27T00:50:48.907Z Compiling hashbrown v0.13.2
21982026-08-27T00:50:48.932Z Compiling tokio-native-tls v0.3.1
21992026-08-27T00:50:49.078Z Compiling bzip2 v0.4.4
22002026-08-27T00:50:49.127Z Compiling usdt-attr-macro v0.6.0
22012026-08-27T00:50:49.162Z Compiling usdt-macro v0.6.0
22022026-08-27T00:50:49.183Z Compiling derive-ex v0.1.8
22032026-08-27T00:50:49.195Z Compiling crypto-common v0.2.2
22042026-08-27T00:50:49.294Z Compiling block-buffer v0.12.1
22052026-08-27T00:50:49.409Z Compiling block-padding v0.4.2
22062026-08-27T00:50:49.570Z Compiling convert_case v0.10.0
22072026-08-27T00:50:49.674Z Compiling rustls-native-certs v0.8.3
22082026-08-27T00:50:49.969Z Compiling x509-cert v0.2.5
22092026-08-27T00:50:50.035Z Compiling md-5 v0.10.6
22102026-08-27T00:50:50.129Z Compiling bstr v1.12.1
22112026-08-27T00:50:50.320Z Compiling vergen-lib v9.1.0
22122026-08-27T00:50:50.332Z Compiling hash32 v0.2.1
22132026-08-27T00:50:50.350Z Compiling encoding_rs v0.8.35
22142026-08-27T00:50:50.531Z Compiling mime v0.3.17
22152026-08-27T00:50:50.599Z Compiling fallible-iterator v0.2.0
22162026-08-27T00:50:50.636Z Compiling rustc-demangle v0.1.27
22172026-08-27T00:50:50.665Z Compiling psl-types v2.0.11
22182026-08-27T00:50:50.813Z Compiling unicode-width v0.2.0
22192026-08-27T00:50:50.943Z Compiling crc-any v2.5.0
22202026-08-27T00:50:50.999Z Compiling cpufeatures v0.3.0
22212026-08-27T00:50:51.066Z Compiling postgres-protocol v0.6.10
22222026-08-27T00:50:51.116Z Compiling publicsuffix v2.3.0
22232026-08-27T00:50:51.181Z Compiling test-strategy v0.4.5
22242026-08-27T00:50:51.375Z Compiling backtrace v0.3.76
22252026-08-27T00:50:51.687Z Compiling derive_more-impl v2.1.1
22262026-08-27T00:50:51.832Z Compiling inout v0.2.2
22272026-08-27T00:50:51.987Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22282026-08-27T00:50:52.015Z Compiling object v0.30.4
22292026-08-27T00:50:52.044Z Compiling zip v0.6.6
22302026-08-27T00:50:52.082Z Compiling hyper-tls v0.6.0
22312026-08-27T00:50:52.110Z Compiling daft v0.1.8
22322026-08-27T00:50:52.314Z Compiling derive_builder v0.20.2
22332026-08-27T00:50:52.327Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22342026-08-27T00:50:52.371Z Compiling phf_shared v0.13.1
22352026-08-27T00:50:52.463Z Compiling pin-project v1.1.11
22362026-08-27T00:50:52.584Z Compiling toml v0.7.8
22372026-08-27T00:50:52.609Z Compiling heck v0.4.1
22382026-08-27T00:50:52.673Z Compiling serde_with_macros v3.21.0
22392026-08-27T00:50:52.716Z Compiling futures-executor v0.3.32
22402026-08-27T00:50:52.832Z Compiling enum-as-inner v0.6.1
22412026-08-27T00:50:52.942Z Compiling serde_repr v0.1.20
22422026-08-27T00:50:52.969Z Compiling async-recursion v1.1.1
22432026-08-27T00:50:53.019Z Compiling miette-derive v7.6.0
22442026-08-27T00:50:53.172Z Compiling ff v0.13.1
22452026-08-27T00:50:53.187Z Compiling vergen v9.1.0
22462026-08-27T00:50:53.323Z Compiling cargo-platform v0.3.2
22472026-08-27T00:50:53.339Z Compiling bitflags v1.3.2
22482026-08-27T00:50:53.342Z Compiling jiff-core v0.1.0
22492026-08-27T00:50:53.396Z Compiling path-slash v0.1.5
22502026-08-27T00:50:53.475Z Compiling smawk v0.3.2
22512026-08-27T00:50:53.593Z Compiling unicode-linebreak v0.1.5
22522026-08-27T00:50:53.594Z Compiling libbz2-rs-sys v0.2.2
22532026-08-27T00:50:53.640Z Compiling foldhash v0.1.5
22542026-08-27T00:50:53.712Z Compiling managed v0.8.0
22552026-08-27T00:50:53.727Z Compiling bumpalo v3.20.2
22562026-08-27T00:50:53.866Z Compiling is_ci v1.2.0
22572026-08-27T00:50:53.886Z Compiling same-file v1.0.6
22582026-08-27T00:50:53.986Z Compiling foldhash v0.2.0
22592026-08-27T00:50:53.990Z Compiling base16ct v0.2.0
22602026-08-27T00:50:54.069Z Compiling bzip2 v0.6.1
22612026-08-27T00:50:54.072Z Compiling walkdir v2.5.0
22622026-08-27T00:50:54.183Z Compiling hashbrown v0.16.1
22632026-08-27T00:50:54.202Z Compiling sec1 v0.7.3
22642026-08-27T00:50:54.225Z Compiling jiff v0.2.34
22652026-08-27T00:50:54.288Z Compiling supports-color v3.0.2
22662026-08-27T00:50:54.328Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22672026-08-27T00:50:54.379Z Compiling zopfli v0.8.3
22682026-08-27T00:50:54.468Z Compiling textwrap v0.16.2
22692026-08-27T00:50:54.491Z Compiling hashbrown v0.15.5
22702026-08-27T00:50:54.860Z Compiling cargo_metadata v0.23.1
22712026-08-27T00:50:54.916Z Compiling group v0.13.0
22722026-08-27T00:50:55.051Z Compiling futures v0.3.32
22732026-08-27T00:50:55.282Z Compiling phf v0.13.1
22742026-08-27T00:50:55.463Z Compiling snafu v0.8.9
22752026-08-27T00:50:55.687Z Compiling reqwest v0.12.28
22762026-08-27T00:50:55.773Z Compiling cipher v0.5.2
22772026-08-27T00:50:55.813Z Compiling signal-hook-mio v0.2.5
22782026-08-27T00:50:55.874Z Compiling cookie_store v0.22.1
22792026-08-27T00:50:55.950Z Compiling backtrace-ext v0.2.1
22802026-08-27T00:50:56.059Z Compiling zstd v0.13.3
22812026-08-27T00:50:56.078Z Compiling postgres-types v0.2.12
22822026-08-27T00:50:56.124Z Compiling globset v0.4.18
22832026-08-27T00:50:56.227Z Compiling strum v0.27.2
22842026-08-27T00:50:56.330Z Compiling hubpack v0.1.2
22852026-08-27T00:50:56.386Z Compiling phf_shared v0.11.3
22862026-08-27T00:50:56.400Z Compiling hkdf v0.12.4
22872026-08-27T00:50:56.461Z Compiling crossbeam-epoch v0.9.18
22882026-08-27T00:50:56.559Z Compiling byte-wrapper v0.1.0
22892026-08-27T00:50:56.562Z Compiling olpc-cjson v0.1.4
22902026-08-27T00:50:56.594Z Compiling ed25519 v2.2.3
22912026-08-27T00:50:56.815Z Compiling crypto-bigint v0.5.5
22922026-08-27T00:50:56.849Z Compiling serde_plain v1.0.2
22932026-08-27T00:50:56.875Z Compiling serde-big-array v0.5.1
22942026-08-27T00:50:56.901Z Compiling pem v3.0.6
22952026-08-27T00:50:57.027Z Compiling float-cmp v0.10.0
22962026-08-27T00:50:57.056Z Compiling memmap2 v0.9.10
22972026-08-27T00:50:57.073Z Compiling supports-unicode v3.0.0
22982026-08-27T00:50:57.197Z Compiling fixedbitset v0.4.2
22992026-08-27T00:50:57.238Z Compiling predicates-core v1.0.10
23002026-08-27T00:50:57.256Z Compiling data-encoding v2.10.0
23012026-08-27T00:50:57.283Z Compiling fixedbitset v0.5.7
23022026-08-27T00:50:57.302Z Compiling precomputed-hash v0.1.1
23032026-08-27T00:50:57.384Z Compiling keccak v0.1.6
23042026-08-27T00:50:57.401Z Compiling static_assertions v1.1.0
23052026-08-27T00:50:57.418Z Compiling const-oid v0.10.2
23062026-08-27T00:50:57.422Z Compiling unicode-width v0.1.14
23072026-08-27T00:50:57.422Z Compiling normalize-line-endings v0.3.0
23082026-08-27T00:50:57.493Z Compiling whoami v2.1.0
23092026-08-27T00:50:57.551Z Compiling toml_write v0.1.2
23102026-08-27T00:50:57.567Z Compiling supports-hyperlinks v3.2.0
23112026-08-27T00:50:57.584Z Compiling difflib v0.4.0
23122026-08-27T00:50:57.732Z Compiling typed-path v0.9.3
23132026-08-27T00:50:57.768Z Compiling new_debug_unreachable v1.0.6
23142026-08-27T00:50:57.818Z Compiling predicates v3.1.4
23152026-08-27T00:50:57.841Z Compiling string_cache v0.8.9
23162026-08-27T00:50:57.856Z Compiling elliptic-curve v0.13.8
23172026-08-27T00:50:58.014Z Compiling toml_edit v0.22.27
23182026-08-27T00:50:58.038Z Compiling tokio-postgres v0.7.16
23192026-08-27T00:50:58.095Z Compiling miette v7.6.0
23202026-08-27T00:50:58.220Z Compiling digest v0.11.3
23212026-08-27T00:50:58.255Z Compiling hickory-proto v0.25.2
23222026-08-27T00:50:58.384Z Compiling sha3 v0.10.8
23232026-08-27T00:50:58.409Z Compiling petgraph v0.8.3
23242026-08-27T00:50:58.450Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23252026-08-27T00:50:58.677Z Compiling petgraph v0.6.5
23262026-08-27T00:50:58.847Z Compiling chacha20 v0.10.0
23272026-08-27T00:50:59.097Z Compiling usdt v0.6.0
23282026-08-27T00:50:59.277Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23292026-08-27T00:50:59.866Z Compiling ed25519-dalek v2.2.0
23302026-08-27T00:51:00.150Z Compiling zip v4.6.1
23312026-08-27T00:51:00.305Z Compiling crossterm v0.28.1
23322026-08-27T00:51:00.615Z Compiling iddqd v0.4.2
23332026-08-27T00:51:00.697Z Compiling serde_with v3.21.0
23342026-08-27T00:51:00.865Z Compiling derive_more v2.1.1
23352026-08-27T00:51:00.957Z Compiling similar v2.7.0
23362026-08-27T00:51:00.992Z Compiling strum v0.26.3
23372026-08-27T00:51:01.152Z Compiling tokio-stream v0.1.18
23382026-08-27T00:51:01.171Z Compiling itertools v0.13.0
23392026-08-27T00:51:01.198Z Compiling buf-list v1.1.2
23402026-08-27T00:51:01.477Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23412026-08-27T00:51:01.627Z Compiling openapiv3 v2.2.0
23422026-08-27T00:51:02.171Z Compiling peg-runtime v0.8.5
23432026-08-27T00:51:02.188Z Compiling lalrpop-util v0.19.12
23442026-08-27T00:51:16.071Z Compiling rustls-webpki v0.103.13
23452026-08-27T00:51:20.172Z Compiling tokio-rustls v0.26.4
23462026-08-27T00:51:20.394Z Compiling rustls-platform-verifier v0.6.2
23472026-08-27T00:51:20.461Z Compiling hyper-rustls v0.27.7
23482026-08-27T00:51:20.497Z Compiling tough v0.22.0
23492026-08-27T00:51:20.759Z Compiling reqwest v0.13.2
23502026-08-27T00:51:23.896Z Compiling macaddr v1.0.1
23512026-08-27T00:51:23.956Z Compiling rayon-core v1.13.0
23522026-08-27T00:51:24.040Z Compiling crucible-workspace-hack v0.1.0
23532026-08-27T00:51:24.051Z Compiling secrecy v0.10.3
23542026-08-27T00:51:24.066Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23552026-08-27T00:51:24.178Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23562026-08-27T00:51:24.193Z Compiling heapless v0.8.0
23572026-08-27T00:51:24.209Z Compiling toml_datetime v0.7.5+spec-1.1.0
23582026-08-27T00:51:24.277Z Compiling crossbeam-deque v0.8.6
23592026-08-27T00:51:24.311Z Compiling ingot-macros v0.2.0
23602026-08-27T00:51:24.386Z Compiling toml_edit v0.23.10+spec-1.0.0
23612026-08-27T00:51:24.414Z Compiling inout v0.1.4
23622026-08-27T00:51:24.457Z Compiling hash32 v0.3.1
23632026-08-27T00:51:24.526Z Compiling multer v3.1.0
23642026-08-27T00:51:24.598Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23652026-08-27T00:51:24.613Z Compiling thread_local v1.1.9
23662026-08-27T00:51:24.640Z Compiling smoltcp v0.11.0
23672026-08-27T00:51:24.657Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23682026-08-27T00:51:24.660Z Compiling compression-core v0.4.31
23692026-08-27T00:51:24.691Z Compiling match_cfg v0.1.0
23702026-08-27T00:51:24.738Z Compiling slog-async v2.8.0
23712026-08-27T00:51:24.771Z Compiling hostname v0.3.1
23722026-08-27T00:51:24.788Z Compiling compression-codecs v0.4.37
23732026-08-27T00:51:24.935Z Compiling proc-macro-crate v3.4.0
23742026-08-27T00:51:24.951Z Compiling cipher v0.4.4
23752026-08-27T00:51:25.034Z Compiling atomicwrites v0.4.4
23762026-08-27T00:51:25.052Z Compiling slog-json v2.6.1
23772026-08-27T00:51:25.077Z Compiling crossbeam-channel v0.5.15
23782026-08-27T00:51:25.151Z Compiling half v2.7.1
23792026-08-27T00:51:25.224Z Compiling universal-hash v0.5.1
23802026-08-27T00:51:25.279Z Compiling newtype-uuid-macros v0.1.0
23812026-08-27T00:51:25.332Z Compiling serde_tokenstream v0.3.0
23822026-08-27T00:51:25.348Z Compiling cobs v0.3.0
23832026-08-27T00:51:25.373Z Compiling thiserror-impl-no-std v2.0.2
23842026-08-27T00:51:25.377Z Compiling async-stream-impl v0.3.6
23852026-08-27T00:51:25.405Z Compiling serde_spanned v1.1.1
23862026-08-27T00:51:25.528Z Compiling toml_datetime v1.1.1+spec-1.1.0
23872026-08-27T00:51:25.547Z Compiling is-terminal v0.4.17
23882026-08-27T00:51:25.578Z Compiling proc-macro-error-attr v1.0.4
23892026-08-27T00:51:25.639Z Compiling dropshot v0.17.1
23902026-08-27T00:51:25.655Z Compiling convert_case v0.4.0
23912026-08-27T00:51:25.671Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
23922026-08-27T00:51:25.772Z Compiling toml_writer v1.1.1+spec-1.1.0
23932026-08-27T00:51:25.794Z Compiling term v1.2.1
23942026-08-27T00:51:25.856Z Compiling opaque-debug v0.3.1
23952026-08-27T00:51:25.882Z Compiling take_mut v0.2.2
23962026-08-27T00:51:25.947Z Compiling ciborium-io v0.2.2
23972026-08-27T00:51:25.970Z Compiling toml v1.1.2+spec-1.1.0
23982026-08-27T00:51:25.987Z Compiling derive_more v0.99.20
23992026-08-27T00:51:26.007Z Compiling async-stream v0.3.6
24002026-08-27T00:51:26.024Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24012026-08-27T00:51:26.042Z Compiling ciborium-ll v0.2.2
24022026-08-27T00:51:26.074Z Compiling poly1305 v0.8.0
24032026-08-27T00:51:26.195Z Compiling slog-term v2.9.2
24042026-08-27T00:51:26.405Z Compiling oxide-generation-macros v0.2.0
24052026-08-27T00:51:26.415Z Compiling thiserror-no-std v2.0.2
24062026-08-27T00:51:26.415Z Compiling postcard v1.1.3
24072026-08-27T00:51:26.453Z Compiling num_enum_derive v0.7.6
24082026-08-27T00:51:26.746Z Compiling slog-bunyan v2.5.0
24092026-08-27T00:51:26.798Z Compiling chacha20 v0.9.1
24102026-08-27T00:51:26.886Z Compiling ingot-types v0.2.0
24112026-08-27T00:51:26.912Z Compiling async-compression v0.4.41
24122026-08-27T00:51:27.080Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24132026-08-27T00:51:27.096Z Compiling sha1 v0.11.0
24142026-08-27T00:51:27.278Z Compiling oxide-generation v0.1.3
24152026-08-27T00:51:27.374Z Compiling ingot v0.2.1
24162026-08-27T00:51:27.403Z Compiling parse-display-derive v0.10.0
24172026-08-27T00:51:27.428Z Compiling proc-macro-crate v1.3.1
24182026-08-27T00:51:27.469Z Compiling waitgroup v0.1.2
24192026-08-27T00:51:27.568Z Compiling rustls-pemfile v2.2.0
24202026-08-27T00:51:27.626Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24212026-08-27T00:51:27.649Z Compiling backon v1.6.0
24222026-08-27T00:51:27.785Z Compiling blake2 v0.10.6
24232026-08-27T00:51:27.896Z Compiling aead v0.5.2
24242026-08-27T00:51:27.922Z Compiling dropshot_endpoint v0.17.1
24252026-08-27T00:51:28.114Z Compiling password-hash v0.5.0
24262026-08-27T00:51:28.129Z Compiling foreign-types-macros v0.2.3
24272026-08-27T00:51:28.148Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24282026-08-27T00:51:28.165Z Compiling serde_path_to_error v0.1.20
24292026-08-27T00:51:28.298Z Compiling hostname v0.4.2
24302026-08-27T00:51:28.301Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24312026-08-27T00:51:28.479Z Compiling proc-macro-error v1.0.4
24322026-08-27T00:51:28.523Z Compiling instant v0.1.13
24332026-08-27T00:51:28.559Z Compiling illumos-nvpair-sys v0.2.0
24342026-08-27T00:51:28.614Z Compiling debug-ignore v1.0.5
24352026-08-27T00:51:28.666Z Compiling foreign-types-shared v0.3.1
24362026-08-27T00:51:28.669Z Compiling backoff v0.4.0
24372026-08-27T00:51:28.808Z Compiling argon2 v0.5.3
24382026-08-27T00:51:28.819Z Compiling foreign-types v0.5.0
24392026-08-27T00:51:28.819Z Compiling chacha20poly1305 v0.10.1
24402026-08-27T00:51:28.825Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24412026-08-27T00:51:28.833Z Compiling num_enum_derive v0.5.11
24422026-08-27T00:51:28.849Z Compiling parse-display v0.10.0
24432026-08-27T00:51:28.879Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
24442026-08-27T00:51:28.913Z Compiling num_enum v0.7.6
24452026-08-27T00:51:28.975Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24462026-08-27T00:51:29.061Z Compiling vsss-rs v3.3.4
24472026-08-27T00:51:29.274Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24482026-08-27T00:51:29.399Z Compiling ciborium v0.2.2
24492026-08-27T00:51:29.504Z Compiling regress v0.10.5
24502026-08-27T00:51:29.574Z Compiling itertools v0.14.0
24512026-08-27T00:51:29.617Z Compiling tabwriter v1.4.1
24522026-08-27T00:51:29.633Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24532026-08-27T00:51:29.650Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24542026-08-27T00:51:29.740Z Compiling cstr-argument v0.1.2
24552026-08-27T00:51:29.757Z Compiling humantime v2.3.0
24562026-08-27T00:51:29.774Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24572026-08-27T00:51:29.931Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24582026-08-27T00:51:30.009Z Compiling num_enum v0.5.11
24592026-08-27T00:51:30.061Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24602026-08-27T00:51:30.094Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24612026-08-27T00:51:30.156Z Compiling rayon v1.11.0
24622026-08-27T00:51:30.246Z Compiling rand v0.10.1
24632026-08-27T00:51:30.267Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24642026-08-27T00:51:30.283Z Compiling libefi-sys v0.1.0
24652026-08-27T00:51:30.316Z Compiling indent_write v2.2.0
24662026-08-27T00:51:30.333Z Compiling colored v3.1.1
24672026-08-27T00:51:30.352Z Compiling zone_cfg_derive v0.3.1
24682026-08-27T00:51:30.432Z Compiling illumos-nvpair v0.3.0
24692026-08-27T00:51:30.484Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24702026-08-27T00:51:30.521Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24712026-08-27T00:51:30.538Z Compiling camino-tempfile v1.4.1
24722026-08-27T00:51:30.651Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24732026-08-27T00:51:30.761Z Compiling itertools v0.12.1
24742026-08-27T00:51:30.900Z Compiling usdt-macro v0.5.0
24752026-08-27T00:51:30.946Z Compiling usdt-attr-macro v0.5.0
24762026-08-27T00:51:30.964Z Compiling bitfield-struct v0.6.2
24772026-08-27T00:51:30.985Z Compiling num-derive v0.4.2
24782026-08-27T00:51:31.007Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24792026-08-27T00:51:31.025Z Compiling blake3 v1.8.5
24802026-08-27T00:51:31.029Z Compiling sigpipe v0.1.3
24812026-08-27T00:51:31.041Z Compiling memmap v0.7.0
24822026-08-27T00:51:31.124Z Compiling glob v0.3.3
24832026-08-27T00:51:31.141Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24842026-08-27T00:51:31.154Z Compiling swrite v0.1.0
24852026-08-27T00:51:31.277Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24862026-08-27T00:51:31.588Z Compiling smf v0.2.3
24872026-08-27T00:51:31.604Z Compiling filetime v0.2.27
24882026-08-27T00:51:31.607Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24892026-08-27T00:51:31.637Z Compiling whoami v1.6.1
24902026-08-27T00:51:31.700Z Compiling usdt v0.5.0
24912026-08-27T00:51:31.837Z Compiling xattr v1.6.1
24922026-08-27T00:51:31.861Z Compiling arrayvec v0.7.6
24932026-08-27T00:51:31.913Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24942026-08-27T00:51:31.930Z Compiling arrayref v0.3.9
24952026-08-27T00:51:31.983Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24962026-08-27T00:51:32.022Z Compiling constant_time_eq v0.4.2
24972026-08-27T00:51:32.054Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24982026-08-27T00:51:32.077Z Compiling zone v0.3.1
24992026-08-27T00:51:32.126Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25002026-08-27T00:51:32.163Z Compiling tar v0.4.46
25012026-08-27T00:51:32.229Z Compiling tokio-dtrace v0.1.1
25022026-08-27T00:51:32.245Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25032026-08-27T00:51:32.325Z Compiling gethostname v0.5.0
25042026-08-27T00:51:32.342Z Compiling console v0.16.2
25052026-08-27T00:51:32.504Z Compiling topological-sort v0.2.2
25062026-08-27T00:51:32.583Z Compiling unit-prefix v0.5.2
25072026-08-27T00:51:32.600Z Compiling oxide-tokio-rt v0.1.4
25082026-08-27T00:51:32.757Z Compiling indicatif v0.18.4
25092026-08-27T00:51:32.773Z Compiling toml v0.8.23
25102026-08-27T00:51:32.819Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25112026-08-27T00:51:32.840Z Compiling shell-words v1.1.1
25122026-08-27T00:51:42.042Z Compiling progenitor-client v0.14.0
25132026-08-27T00:51:42.042Z Compiling omicron-zone-package v0.12.3
25142026-08-27T00:51:42.285Z Compiling progenitor-extras v0.2.0
25152026-08-27T00:51:42.557Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25162026-08-27T00:51:42.581Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25172026-08-27T00:51:42.687Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25182026-08-27T00:51:42.757Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25192026-08-27T00:51:42.819Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25202026-08-27T00:51:42.866Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25212026-08-27T00:51:42.881Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25222026-08-27T00:51:43.014Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25232026-08-27T00:51:43.901Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25242026-08-27T00:51:47.370Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25252026-08-27T00:51:56.496Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25262026-08-27T00:51:59.821Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25272026-08-27T00:52:00.835Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
25282026-08-27T00:52:11.284Z Finished `release` profile [optimized] target(s) in 1m 48s
25292026-08-27T00:52:11.431Z Running `target/release/omicron-package -t test target create -p dev`
25302026-08-27T00:52:11.492ZLogging to: /work/oxidecomputer/omicron/out/LOG
25312026-08-27T00:52:11.496ZCreated new build target 'test' and set it as active
25322026-08-27T00:52:11.496Z
25332026-08-27T00:52:11.496Zreal 1:48.266469562
25342026-08-27T00:52:11.496Zuser 17:42.564388330
25352026-08-27T00:52:11.496Zsys 2:47.870456669
25362026-08-27T00:52:11.496Ztrap 0.495023129
25372026-08-27T00:52:11.496Ztflt 2.295391345
25382026-08-27T00:52:11.496Zdflt 4.917684862
25392026-08-27T00:52:11.496Zkflt 0.000364080
25402026-08-27T00:52:11.496Zlock 58:00.261735072
25412026-08-27T00:52:11.496Zslp 45:08.830648135
25422026-08-27T00:52:11.496Zlat 53.093034752
25432026-08-27T00:52:11.496Zstop 6:20.145838235
25442026-08-27T00:52:11.496Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
25452026-08-27T00:52:12.386Z Finished `release` profile [optimized] target(s) in 0.88s
25462026-08-27T00:52:12.455Z Running `target/release/omicron-package -t test package`
25472026-08-27T00:52:12.511ZLogging to: /work/oxidecomputer/omicron/out/LOG
25482026-08-27T00:52:13.980Z Compiling heck v0.5.0
25492026-08-27T00:52:13.983Z Compiling regress v0.11.1
25502026-08-27T00:52:14.222Z Compiling unsafe-libyaml v0.2.11
25512026-08-27T00:52:14.239Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25522026-08-27T00:52:14.265Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25532026-08-27T00:52:14.265Z Compiling derive-where v1.6.0
25542026-08-27T00:52:14.268Z Compiling bytecount v0.6.9
25552026-08-27T00:52:14.329Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25562026-08-27T00:52:14.351Z Compiling atomicwrites v0.4.4
25572026-08-27T00:52:14.354Z Compiling is-terminal v0.4.17
25582026-08-27T00:52:14.354Z Compiling prettyplease v0.2.37
25592026-08-27T00:52:14.354Z Compiling newline-converter v0.3.0
25602026-08-27T00:52:14.370Z Compiling console v0.15.11
25612026-08-27T00:52:14.413Z Compiling slog-dtrace v0.3.0
25622026-08-27T00:52:14.416Z Compiling cancel-safe-futures v0.1.5
25632026-08-27T00:52:14.498Z Compiling resolv-conf v0.7.6
25642026-08-27T00:52:14.520Z Compiling num-rational v0.4.2
25652026-08-27T00:52:14.543Z Compiling num-complex v0.4.6
25662026-08-27T00:52:14.546Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25672026-08-27T00:52:14.564Z Compiling thread_local v1.1.9
25682026-08-27T00:52:14.670Z Compiling match_cfg v0.1.0
25692026-08-27T00:52:14.744Z Compiling serde_yaml v0.9.34+deprecated
25702026-08-27T00:52:14.768Z Compiling compression-core v0.4.31
25712026-08-27T00:52:14.842Z Compiling expectorate v1.2.0
25722026-08-27T00:52:14.944Z Compiling num v0.4.3
25732026-08-27T00:52:15.011Z Compiling compression-codecs v0.4.37
25742026-08-27T00:52:15.038Z Compiling hostname v0.3.1
25752026-08-27T00:52:15.060Z Compiling multer v3.1.0
25762026-08-27T00:52:15.079Z Compiling slog-async v2.8.0
25772026-08-27T00:52:15.107Z Compiling crossbeam-channel v0.5.15
25782026-08-27T00:52:15.128Z Compiling slog-json v2.6.1
25792026-08-27T00:52:15.147Z Compiling toml_datetime v1.1.1+spec-1.1.0
25802026-08-27T00:52:15.195Z Compiling serde_spanned v1.1.1
25812026-08-27T00:52:15.263Z Compiling take_mut v0.2.2
25822026-08-27T00:52:15.291Z Compiling linked-hash-map v0.5.6
25832026-08-27T00:52:15.354Z Compiling term v1.2.1
25842026-08-27T00:52:15.374Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25852026-08-27T00:52:15.403Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25862026-08-27T00:52:15.439Z Compiling linear-map v1.2.0
25872026-08-27T00:52:15.469Z Compiling toml_writer v1.1.1+spec-1.1.0
25882026-08-27T00:52:15.488Z Compiling float-ord v0.3.2
25892026-08-27T00:52:15.512Z Compiling oxide-update-engine-types v0.1.2
25902026-08-27T00:52:15.535Z Compiling lru-cache v0.1.2
25912026-08-27T00:52:15.575Z Compiling slog-bunyan v2.5.0
25922026-08-27T00:52:15.601Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25932026-08-27T00:52:15.632Z Compiling async-compression v0.4.41
25942026-08-27T00:52:15.687Z Compiling toml v1.1.2+spec-1.1.0
25952026-08-27T00:52:15.709Z Compiling typify-impl v0.6.2
25962026-08-27T00:52:15.712Z Compiling slog-term v2.9.2
25972026-08-27T00:52:15.859Z Compiling async-stream v0.3.6
25982026-08-27T00:52:15.984Z Compiling dropshot v0.17.1
25992026-08-27T00:52:16.009Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26002026-08-27T00:52:16.049Z Compiling progenitor-client v0.14.0
26012026-08-27T00:52:16.071Z Compiling sha1 v0.11.0
26022026-08-27T00:52:16.170Z Compiling oxide-generation v0.1.3
26032026-08-27T00:52:16.194Z Compiling waitgroup v0.1.2
26042026-08-27T00:52:16.217Z Compiling rustls-pemfile v2.2.0
26052026-08-27T00:52:16.242Z Compiling backon v1.6.0
26062026-08-27T00:52:16.342Z Compiling hostname v0.4.2
26072026-08-27T00:52:16.363Z Compiling serde_path_to_error v0.1.20
26082026-08-27T00:52:16.382Z Compiling instant v0.1.13
26092026-08-27T00:52:16.437Z Compiling debug-ignore v1.0.5
26102026-08-27T00:52:16.506Z Compiling minimal-lexical v0.2.1
26112026-08-27T00:52:16.506Z Compiling backoff v0.4.0
26122026-08-27T00:52:16.518Z Compiling progenitor-extras v0.2.0
26132026-08-27T00:52:16.522Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
26142026-08-27T00:52:16.578Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26152026-08-27T00:52:16.728Z Compiling oxide-update-engine v0.1.2
26162026-08-27T00:52:16.751Z Compiling nom v7.1.3
26172026-08-27T00:52:16.793Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
26182026-08-27T00:52:16.818Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
26192026-08-27T00:52:16.818Z Compiling parse-display v0.10.0
26202026-08-27T00:52:16.861Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26212026-08-27T00:52:16.882Z Compiling hickory-proto v0.24.4
26222026-08-27T00:52:17.337Z Compiling regress v0.10.5
26232026-08-27T00:52:17.567Z Compiling itertools v0.14.0
26242026-08-27T00:52:18.014Z Compiling macaddr v1.0.1
26252026-08-27T00:52:18.075Z Compiling unicode-xid v0.2.6
26262026-08-27T00:52:18.128Z Compiling humantime v2.3.0
26272026-08-27T00:52:18.263Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
26282026-08-27T00:52:18.406Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26292026-08-27T00:52:18.473Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26302026-08-27T00:52:18.624Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26312026-08-27T00:52:18.759Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
26322026-08-27T00:52:18.781Z Compiling toml v0.8.23
26332026-08-27T00:52:18.869Z Compiling papergrid v0.11.0
26342026-08-27T00:52:19.038Z Compiling tabled_derive v0.7.0
26352026-08-27T00:52:19.144Z Compiling typify-macro v0.6.2
26362026-08-27T00:52:19.273Z Compiling termtree v0.5.1
26372026-08-27T00:52:19.318Z Compiling crossterm v0.29.0
26382026-08-27T00:52:19.352Z Compiling hickory-resolver v0.24.4
26392026-08-27T00:52:19.470Z Compiling phf_shared v0.12.1
26402026-08-27T00:52:19.723Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26412026-08-27T00:52:19.918Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26422026-08-27T00:52:20.063Z Compiling tabled v0.15.0
26432026-08-27T00:52:20.567Z Compiling qorb v0.4.1
26442026-08-27T00:52:20.692Z Compiling typify v0.6.2
26452026-08-27T00:52:20.984Z Compiling progenitor-impl v0.14.0
26462026-08-27T00:52:21.661Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26472026-08-27T00:52:22.202Z Compiling csv-core v0.1.13
26482026-08-27T00:52:22.225Z Compiling vte v0.14.1
26492026-08-27T00:52:22.516Z Compiling highway v1.3.0
26502026-08-27T00:52:22.639Z Compiling chrono-tz v0.10.4
26512026-08-27T00:52:23.000Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26522026-08-27T00:52:23.125Z Compiling progenitor-macro v0.14.0
26532026-08-27T00:52:23.993Z Compiling strip-ansi-escapes v0.2.1
26542026-08-27T00:52:24.147Z Compiling csv v1.4.0
26552026-08-27T00:52:24.545Z Compiling phf v0.12.1
26562026-08-27T00:52:24.672Z Compiling const_format_proc_macros v0.2.34
26572026-08-27T00:52:24.752Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26582026-08-27T00:52:24.816Z Compiling fd-lock v4.0.4
26592026-08-27T00:52:24.952Z Compiling peg-macros v0.8.5
26602026-08-27T00:52:24.993Z Compiling nu-ansi-term v0.50.3
26612026-08-27T00:52:25.253Z Compiling reedline v0.40.0
26622026-08-27T00:52:25.461Z Compiling const_format v0.2.35
26632026-08-27T00:52:25.901Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26642026-08-27T00:52:25.973Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26652026-08-27T00:52:26.191Z Compiling peg v0.8.5
26662026-08-27T00:52:26.297Z Compiling bcs v0.1.6
26672026-08-27T00:52:26.705Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26682026-08-27T00:52:26.728Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
26692026-08-27T00:52:27.207Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26702026-08-27T00:52:27.238Z Compiling progenitor v0.14.0
26712026-08-27T00:52:27.426Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26722026-08-27T00:52:27.531Z Compiling nom v8.0.0
26732026-08-27T00:52:27.583Z Compiling semver v0.1.20
26742026-08-27T00:52:27.883Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26752026-08-27T00:52:27.999Z Compiling rustc_version v0.1.7
26762026-08-27T00:52:28.250Z Compiling newtype_derive v0.1.6
26772026-08-27T00:52:28.470Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26782026-08-27T00:52:28.720Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26792026-08-27T00:52:28.855Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26802026-08-27T00:52:29.037Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26812026-08-27T00:52:29.060Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26822026-08-27T00:52:29.187Z Compiling steno v0.4.1
26832026-08-27T00:52:29.482Z Compiling dropshot-api-manager-types v0.8.0
26842026-08-27T00:52:30.068Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
26852026-08-27T00:52:30.215Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26862026-08-27T00:52:30.273Z Compiling sha1 v0.10.6
26872026-08-27T00:52:30.363Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26882026-08-27T00:52:30.460Z Compiling utf-8 v0.7.6
26892026-08-27T00:52:30.661Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26902026-08-27T00:52:30.701Z Compiling tagptr v0.2.0
26912026-08-27T00:52:30.728Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26922026-08-27T00:52:30.897Z Compiling moka v0.12.13
26932026-08-27T00:52:30.920Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26942026-08-27T00:52:31.175Z Compiling tungstenite v0.21.0
26952026-08-27T00:52:31.813Z Compiling tokio-tungstenite v0.21.0
26962026-08-27T00:52:32.161Z Compiling hickory-resolver v0.25.2
26972026-08-27T00:52:32.224Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26982026-08-27T00:52:33.234Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26992026-08-27T00:52:33.279Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
27002026-08-27T00:52:35.537Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27012026-08-27T00:52:35.811Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27022026-08-27T00:52:36.375Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27032026-08-27T00:52:36.532Z Compiling darling_core v0.21.3
27042026-08-27T00:52:37.041Z Compiling display-error-chain v0.2.2
27052026-08-27T00:52:37.225Z Compiling libscf-sys v1.2.0
27062026-08-27T00:52:37.281Z Compiling vergen-lib v0.1.6
27072026-08-27T00:52:37.405Z Compiling diesel_derives v2.3.7
27082026-08-27T00:52:37.593Z Compiling scheduled-thread-pool v0.2.7
27092026-08-27T00:52:37.655Z Compiling vergen-gitcl v1.0.8
27102026-08-27T00:52:37.711Z Compiling diesel_table_macro_syntax v0.3.0
27112026-08-27T00:52:37.880Z Compiling dirs-sys-next v0.1.2
27122026-08-27T00:52:37.941Z Compiling maplit v1.0.2
27132026-08-27T00:52:38.062Z Compiling crunchy v0.2.4
27142026-08-27T00:52:38.150Z Compiling glob v0.3.3
27152026-08-27T00:52:38.171Z Compiling dirs-next v2.0.0
27162026-08-27T00:52:38.379Z Compiling r2d2 v0.8.10
27172026-08-27T00:52:38.430Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
27182026-08-27T00:52:38.501Z Compiling clang-sys v1.8.1
27192026-08-27T00:52:38.661Z Compiling darling_macro v0.21.3
27202026-08-27T00:52:38.687Z Compiling papergrid v0.18.0
27212026-08-27T00:52:38.691Z Compiling xshell-macros v0.2.7
27222026-08-27T00:52:38.733Z Compiling tiny-keccak v2.0.2
27232026-08-27T00:52:38.737Z Compiling downcast-rs v2.0.2
27242026-08-27T00:52:38.935Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27252026-08-27T00:52:39.133Z Compiling term v0.7.0
27262026-08-27T00:52:39.150Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27272026-08-27T00:52:39.150Z Compiling xshell v0.2.7
27282026-08-27T00:52:39.193Z Compiling darling v0.21.3
27292026-08-27T00:52:39.305Z Compiling dsl_auto_type v0.2.0
27302026-08-27T00:52:39.400Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27312026-08-27T00:52:39.518Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27322026-08-27T00:52:39.588Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27332026-08-27T00:52:39.635Z Compiling bit-vec v0.6.3
27342026-08-27T00:52:39.847Z Compiling bit-set v0.5.3
27352026-08-27T00:52:39.872Z Compiling tabled v0.21.0
27362026-08-27T00:52:40.035Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
27372026-08-27T00:52:40.316Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27382026-08-27T00:52:40.368Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27392026-08-27T00:52:40.585Z Compiling ascii-canvas v3.0.0
27402026-08-27T00:52:40.853Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27412026-08-27T00:52:40.853Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
27422026-08-27T00:52:40.875Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
27432026-08-27T00:52:41.117Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27442026-08-27T00:52:41.305Z Compiling itertools v0.10.5
27452026-08-27T00:52:41.454Z Compiling ena v0.14.4
27462026-08-27T00:52:41.503Z Compiling libloading v0.8.9
27472026-08-27T00:52:41.724Z Compiling unicase v2.9.0
27482026-08-27T00:52:41.761Z Compiling diff v0.1.13
27492026-08-27T00:52:41.822Z Compiling bindgen v0.71.1
27502026-08-27T00:52:42.040Z Compiling regex-syntax v0.6.29
27512026-08-27T00:52:42.328Z Compiling cexpr v0.6.0
27522026-08-27T00:52:42.445Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27532026-08-27T00:52:42.685Z Compiling rustc-hash v2.1.1
27542026-08-27T00:52:42.845Z Compiling crc8 v0.1.1
27552026-08-27T00:52:42.985Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27562026-08-27T00:52:43.082Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27572026-08-27T00:52:43.233Z Compiling headers-core v0.3.0
27582026-08-27T00:52:43.392Z Compiling lalrpop v0.19.12
27592026-08-27T00:52:43.600Z Compiling libxml v0.3.3
27602026-08-27T00:52:43.954Z Compiling headers v0.4.1
27612026-08-27T00:52:44.250Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27622026-08-27T00:52:44.302Z Compiling strum_macros v0.24.3
27632026-08-27T00:52:44.439Z Compiling diesel v2.3.7
27642026-08-27T00:52:44.478Z Compiling indoc v1.0.9
27652026-08-27T00:52:44.537Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27662026-08-27T00:52:44.821Z Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
27672026-08-27T00:52:44.919Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27682026-08-27T00:52:45.079Z Compiling derive_builder v0.20.2
27692026-08-27T00:52:45.190Z Compiling quick-xml v0.37.5
27702026-08-27T00:52:45.249Z Compiling oso-derive v0.27.3
27712026-08-27T00:52:45.271Z Compiling impl-trait-for-tuples v0.2.3
27722026-08-27T00:52:45.506Z Compiling openssl-probe v0.1.6
27732026-08-27T00:52:45.556Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27742026-08-27T00:52:45.761Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27752026-08-27T00:52:45.803Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27762026-08-27T00:52:46.250Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27772026-08-27T00:52:46.359Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27782026-08-27T00:52:46.533Z Compiling bb8 v0.8.6
27792026-08-27T00:52:46.586Z Compiling trait-variant v0.1.2
27802026-08-27T00:52:46.708Z Compiling proc-macro-error-attr2 v2.0.0
27812026-08-27T00:52:46.977Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27822026-08-27T00:52:47.013Z Compiling half v1.8.3
27832026-08-27T00:52:47.154Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27842026-08-27T00:52:47.206Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27852026-08-27T00:52:47.259Z Compiling serde_cbor v0.11.2
27862026-08-27T00:52:47.457Z Compiling proc-macro-error2 v2.0.1
27872026-08-27T00:52:47.652Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27882026-08-27T00:52:47.804Z Compiling hashbrown v0.14.5
27892026-08-27T00:52:47.873Z Compiling rfc6979 v0.4.0
27902026-08-27T00:52:47.898Z Compiling salty v0.3.0
27912026-08-27T00:52:51.532Z Compiling ecdsa v0.16.9
27922026-08-27T00:52:51.570Z Compiling knus-derive v3.4.0
27932026-08-27T00:52:51.570Z Compiling chumsky v0.9.3
27942026-08-27T00:52:51.570Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27952026-08-27T00:52:51.570Z Compiling progenitor-impl v0.13.0
27962026-08-27T00:52:51.570Z Compiling samael v0.0.19
27972026-08-27T00:52:51.570Z Compiling primeorder v0.13.6
27982026-08-27T00:52:51.570Z Compiling nonempty v0.12.0
27992026-08-27T00:52:51.570Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
28002026-08-27T00:52:51.570Z Compiling p384 v0.13.1
28012026-08-27T00:52:51.570Z Compiling knus v3.4.0
28022026-08-27T00:52:51.570Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28032026-08-27T00:52:51.570Z Compiling progenitor-macro v0.13.0
28042026-08-27T00:52:51.570Z Compiling polar-core v0.27.3
28052026-08-27T00:52:51.570Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
28062026-08-27T00:52:51.626Z Compiling progenitor-client v0.13.0
28072026-08-27T00:52:51.854Z Compiling fxhash v0.2.1
28082026-08-27T00:52:52.031Z Compiling libz-sys v1.1.24
28092026-08-27T00:52:52.179Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28102026-08-27T00:52:52.252Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
28112026-08-27T00:52:52.556Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28122026-08-27T00:52:52.714Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28132026-08-27T00:52:53.096Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28142026-08-27T00:52:53.119Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
28152026-08-27T00:52:53.608Z Compiling kstat-rs v0.2.5
28162026-08-27T00:52:54.267Z Compiling mime_guess v2.0.5
28172026-08-27T00:52:54.668Z Compiling progenitor v0.13.0
28182026-08-27T00:52:54.765Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28192026-08-27T00:52:55.935Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28202026-08-27T00:52:55.976Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28212026-08-27T00:52:56.144Z Compiling nanorand v0.7.0
28222026-08-27T00:52:56.515Z Compiling libgit2-sys v0.18.3+1.9.2
28232026-08-27T00:52:56.979Z Compiling parking_lot_core v0.8.6
28242026-08-27T00:52:57.086Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28252026-08-27T00:52:57.250Z Compiling flume v0.11.1
28262026-08-27T00:52:57.659Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28272026-08-27T00:52:57.829Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28282026-08-27T00:52:58.352Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28292026-08-27T00:52:58.537Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28302026-08-27T00:52:58.789Z Compiling git-stub v1.0.0
28312026-08-27T00:52:59.032Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
28322026-08-27T00:52:59.090Z Compiling strsim v0.10.0
28332026-08-27T00:52:59.275Z Compiling instability v0.3.11
28342026-08-27T00:52:59.398Z Compiling corncobs v0.1.4
28352026-08-27T00:52:59.498Z Compiling http-range v0.1.5
28362026-08-27T00:52:59.552Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28372026-08-27T00:52:59.649Z Compiling oso v0.27.3
28382026-08-27T00:52:59.862Z Compiling darling_core v0.13.4
28392026-08-27T00:53:00.226Z Compiling git-stub-vcs v0.1.0
28402026-08-27T00:53:01.394Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28412026-08-27T00:53:01.490Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28422026-08-27T00:53:03.108Z Compiling async-bb8-diesel v0.2.1
28432026-08-27T00:53:03.564Z Compiling diesel-dtrace v0.5.0
28442026-08-27T00:53:04.326Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
28452026-08-27T00:53:05.141Z Compiling ignore v0.4.25
28462026-08-27T00:53:05.384Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28472026-08-27T00:53:05.687Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28482026-08-27T00:53:05.936Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28492026-08-27T00:53:06.129Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28502026-08-27T00:53:06.233Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28512026-08-27T00:53:06.395Z Compiling anstyle-parse v0.2.7
28522026-08-27T00:53:06.666Z Compiling secrecy v0.8.0
28532026-08-27T00:53:06.869Z Compiling vergen-git2 v9.1.0
28542026-08-27T00:53:07.100Z Compiling castaway v0.2.4
28552026-08-27T00:53:07.271Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28562026-08-27T00:53:07.303Z Compiling indoc v2.0.7
28572026-08-27T00:53:07.581Z Compiling compact_str v0.8.1
28582026-08-27T00:53:07.662Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28592026-08-27T00:53:08.448Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28602026-08-27T00:53:08.672Z Compiling anstream v0.6.21
28612026-08-27T00:53:09.201Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28622026-08-27T00:53:09.872Z Compiling globwalk v0.9.1
28632026-08-27T00:53:09.902Z Compiling parking_lot v0.11.2
28642026-08-27T00:53:09.986Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28652026-08-27T00:53:10.508Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28662026-08-27T00:53:10.786Z Compiling darling_macro v0.13.4
28672026-08-27T00:53:11.001Z Compiling hyper-staticfile v0.10.1
28682026-08-27T00:53:11.179Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28692026-08-27T00:53:11.283Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28702026-08-27T00:53:11.538Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28712026-08-27T00:53:11.695Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28722026-08-27T00:53:11.830Z Compiling predicates-tree v1.0.13
28732026-08-27T00:53:11.967Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28742026-08-27T00:53:12.176Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
28752026-08-27T00:53:12.202Z Compiling unicode-truncate v1.1.0
28762026-08-27T00:53:12.225Z Compiling digest-io v0.1.0
28772026-08-27T00:53:12.304Z Compiling sha2 v0.11.0
28782026-08-27T00:53:12.406Z Compiling lru v0.12.5
28792026-08-27T00:53:12.427Z Compiling rand_seeder v0.4.0
28802026-08-27T00:53:12.637Z Compiling prefix-trie v0.7.0
28812026-08-27T00:53:12.685Z Compiling rawzip v0.4.4
28822026-08-27T00:53:12.961Z Compiling cassowary v0.3.0
28832026-08-27T00:53:13.130Z Compiling hickory-server v0.25.2
28842026-08-27T00:53:13.519Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28852026-08-27T00:53:13.564Z Compiling ratatui v0.29.0
28862026-08-27T00:53:13.677Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28872026-08-27T00:53:13.782Z Compiling camino-tempfile-ext v0.3.3
28882026-08-27T00:53:13.892Z Compiling darling v0.13.4
28892026-08-27T00:53:13.914Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28902026-08-27T00:53:14.009Z Compiling sled v0.34.7
28912026-08-27T00:53:14.485Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28922026-08-27T00:53:14.548Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28932026-08-27T00:53:16.791Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28942026-08-27T00:53:16.955Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28952026-08-27T00:53:17.182Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28962026-08-27T00:53:18.072Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28972026-08-27T00:53:19.828Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
28982026-08-27T00:53:20.452Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28992026-08-27T00:53:21.394Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
29002026-08-27T00:53:21.796Z Compiling serde_with_macros v1.5.2
29012026-08-27T00:53:21.846Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
29022026-08-27T00:53:21.868Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29032026-08-27T00:53:22.096Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29042026-08-27T00:53:22.318Z Compiling git2 v0.20.4
29052026-08-27T00:53:22.357Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29062026-08-27T00:53:22.586Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29072026-08-27T00:53:22.627Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
29082026-08-27T00:53:22.842Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
29092026-08-27T00:53:22.866Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29102026-08-27T00:53:23.068Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
29112026-08-27T00:53:23.156Z Compiling arc-swap v1.8.2
29122026-08-27T00:53:23.444Z Compiling void v1.0.2
29132026-08-27T00:53:23.544Z Compiling slog-scope v4.4.1
29142026-08-27T00:53:23.573Z Compiling lzss v0.8.2
29152026-08-27T00:53:23.859Z Compiling serde_with v1.14.0
29162026-08-27T00:53:24.017Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
29172026-08-27T00:53:24.210Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
29182026-08-27T00:53:25.214Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29192026-08-27T00:53:25.255Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29202026-08-27T00:53:25.329Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29212026-08-27T00:53:25.597Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29222026-08-27T00:53:25.918Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29232026-08-27T00:53:25.964Z Compiling scuffle v0.1.0
29242026-08-27T00:53:26.334Z Compiling tungstenite v0.23.0
29252026-08-27T00:53:27.681Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29262026-08-27T00:53:28.099Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
29272026-08-27T00:53:28.443Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29282026-08-27T00:53:28.593Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29292026-08-27T00:53:28.689Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29302026-08-27T00:53:28.831Z Compiling nix v0.27.1
29312026-08-27T00:53:28.888Z Compiling twox-hash v2.1.2
29322026-08-27T00:53:28.945Z Compiling libsw-core v0.3.2
29332026-08-27T00:53:29.179Z Compiling serde_bytes v0.11.19
29342026-08-27T00:53:29.412Z Compiling atty v0.2.14
29352026-08-27T00:53:29.497Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29362026-08-27T00:53:29.579Z Compiling libsw v3.5.0
29372026-08-27T00:53:29.642Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
29382026-08-27T00:53:29.877Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29392026-08-27T00:53:29.986Z Compiling tokio-tungstenite v0.23.1
29402026-08-27T00:53:30.111Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
29412026-08-27T00:53:30.386Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29422026-08-27T00:53:30.800Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29432026-08-27T00:53:31.329Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29442026-08-27T00:53:31.653Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29452026-08-27T00:53:32.985Z Compiling slog-stdlog v4.1.1
29462026-08-27T00:53:33.376Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29472026-08-27T00:53:33.967Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
29482026-08-27T00:53:34.018Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
29492026-08-27T00:53:34.500Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29502026-08-27T00:53:35.937Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29512026-08-27T00:53:36.182Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29522026-08-27T00:53:36.265Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29532026-08-27T00:53:37.954Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29542026-08-27T00:53:38.752Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29552026-08-27T00:53:38.910Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
29562026-08-27T00:53:39.402Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29572026-08-27T00:53:39.486Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
29582026-08-27T00:53:40.196Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29592026-08-27T00:53:42.210Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29602026-08-27T00:53:43.040Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29612026-08-27T00:53:43.351Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29622026-08-27T00:53:45.443Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29632026-08-27T00:53:46.263Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29642026-08-27T00:53:46.286Z Compiling fatfs v0.3.6
29652026-08-27T00:53:46.494Z Compiling signal-hook-tokio v0.3.1
29662026-08-27T00:53:46.530Z Compiling yasna v0.5.2
29672026-08-27T00:53:46.605Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29682026-08-27T00:53:46.733Z Compiling seq-macro v0.3.6
29692026-08-27T00:53:47.227Z Compiling assert_matches v1.5.0
29702026-08-27T00:53:47.336Z Compiling rcgen v0.12.1
29712026-08-27T00:53:47.570Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29722026-08-27T00:53:48.588Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29732026-08-27T00:53:48.728Z Compiling slog-envlogger v2.2.0
29742026-08-27T00:53:48.890Z Compiling oxide-update-engine-display v0.1.2
29752026-08-27T00:53:49.829Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29762026-08-27T00:53:49.856Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29772026-08-27T00:53:50.388Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29782026-08-27T00:53:50.616Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29792026-08-27T00:53:50.842Z Compiling port-file v0.1.0
29802026-08-27T00:53:51.169Z Compiling subprocess v0.2.15
29812026-08-27T00:53:51.716Z Compiling rtoolbox v0.0.3
29822026-08-27T00:53:51.737Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29832026-08-27T00:53:52.000Z Compiling rpassword v7.5.4
29842026-08-27T00:53:52.702Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29852026-08-27T00:53:53.386Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29862026-08-27T00:53:53.641Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29872026-08-27T00:53:53.783Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29882026-08-27T00:53:55.250Z Compiling tui-tree-widget v0.23.1
29892026-08-27T00:53:55.555Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29902026-08-27T00:53:55.601Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29912026-08-27T00:53:57.322Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29922026-08-27T00:53:59.071Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29932026-08-27T00:53:59.632Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29942026-08-27T00:53:59.717Z Compiling uzers v0.12.2
29952026-08-27T00:53:59.917Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29962026-08-27T00:54:00.023Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29972026-08-27T00:54:01.063Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29982026-08-27T00:54:01.115Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29992026-08-27T00:54:01.886Z Compiling support-bundle-viewer v0.1.2
30002026-08-27T00:54:02.982Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30012026-08-27T00:54:03.744Z Compiling multimap v0.10.1
30022026-08-27T00:54:12.250Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30032026-08-27T00:54:16.087Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30042026-08-27T00:54:17.723Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30052026-08-27T00:54:23.510Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30062026-08-27T00:54:24.861Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30072026-08-27T01:01:47.057Z Finished `release` profile [optimized] target(s) in 9m 34s
30082026-08-27T01:01:47.059Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
30092026-08-27T01:01:47.070Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
30102026-08-27T01:02:45.704Z
30112026-08-27T01:02:45.715Zreal 10:34.169395847
30122026-08-27T01:02:45.716Zuser 1:21:28.409441697
30132026-08-27T01:02:45.716Zsys 3:38.715482365
30142026-08-27T01:02:45.716Ztrap 1.757528867
30152026-08-27T01:02:45.716Ztflt 1.989207487
30162026-08-27T01:02:45.716Zdflt 19.575496454
30172026-08-27T01:02:45.716Zkflt 0.123555216
30182026-08-27T01:02:45.716Zlock 8:03:42.578794414
30192026-08-27T01:02:45.716Zslp 2:18:00.824171334
30202026-08-27T01:02:45.716Zlat 2:31.467823151
30212026-08-27T01:02:45.718Zstop 5:38.240729406
30222026-08-27T01:02:45.718Z+ mapfile -t packages
30232026-08-27T01:02:45.718Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
30242026-08-27T01:02:46.652Z Finished `release` profile [optimized] target(s) in 0.94s
30252026-08-27T01:02:46.724Z Running `target/release/omicron-package -t test list-outputs`
30262026-08-27T01:02:46.784ZLogging to: /work/oxidecomputer/omicron/out/LOG
30272026-08-27T01:02:46.788Z+ ptime -m cargo build --locked --release -p xtask
30282026-08-27T01:02:47.269Z Compiling libc v0.2.185
30292026-08-27T01:02:47.269Z Compiling serde_core v1.0.228
30302026-08-27T01:02:47.273Z Compiling serde v1.0.228
30312026-08-27T01:02:47.273Z Compiling rustix v1.1.4
30322026-08-27T01:02:47.273Z Compiling bitflags v2.11.0
30332026-08-27T01:02:47.273Z Compiling serde_json v1.0.151
30342026-08-27T01:02:47.414Z Compiling usdt-impl v0.5.0
30352026-08-27T01:02:47.436Z Compiling syn v2.0.117
30362026-08-27T01:02:47.439Z Compiling syn v1.0.109
30372026-08-27T01:02:47.457Z Compiling log v0.4.33
30382026-08-27T01:02:47.468Z Compiling getrandom v0.4.3
30392026-08-27T01:02:47.480Z Compiling indexmap v2.14.0
30402026-08-27T01:02:47.495Z Compiling fs-err v3.3.0
30412026-08-27T01:02:47.700Z Compiling anyhow v1.0.104
30422026-08-27T01:02:47.704Z Compiling heck v0.4.1
30432026-08-27T01:02:47.706Z Compiling once_cell v1.21.3
30442026-08-27T01:02:48.112Z Compiling thread-id v4.2.2
30452026-08-27T01:02:48.122Z Compiling errno v0.3.14
30462026-08-27T01:02:48.125Z Compiling memmap v0.7.0
30472026-08-27T01:02:48.880Z Compiling proc-macro-error v1.0.4
30482026-08-27T01:02:49.103Z Compiling terminal_size v0.4.3
30492026-08-27T01:02:49.103Z Compiling tempfile v3.27.0
30502026-08-27T01:02:49.139Z Compiling tabled_derive v0.7.0
30512026-08-27T01:02:49.198Z Compiling clap_builder v4.6.0
30522026-08-27T01:02:49.198Z Compiling textwrap v0.16.2
30532026-08-27T01:02:49.527Z Compiling camino v1.2.5
30542026-08-27T01:02:49.527Z Compiling semver v1.0.28
30552026-08-27T01:02:49.547Z Compiling cargo-platform v0.3.2
30562026-08-27T01:02:49.563Z Compiling pest_generator v2.8.6
30572026-08-27T01:02:49.825Z Compiling tabled v0.15.0
30582026-08-27T01:02:49.840Z Compiling camino-tempfile v1.4.1
30592026-08-27T01:02:50.086Z Compiling serde_derive v1.0.228
30602026-08-27T01:02:50.086Z Compiling thiserror-impl v1.0.69
30612026-08-27T01:02:50.090Z Compiling zerocopy-derive v0.7.35
30622026-08-27T01:02:50.090Z Compiling scroll_derive v0.12.1
30632026-08-27T01:02:50.090Z Compiling thiserror-impl v2.0.18
30642026-08-27T01:02:50.090Z Compiling clap_derive v4.6.1
30652026-08-27T01:02:50.121Z Compiling pest_derive v2.8.6
30662026-08-27T01:02:50.781Z Compiling scroll v0.12.0
30672026-08-27T01:02:50.942Z Compiling zerocopy v0.7.35
30682026-08-27T01:02:51.063Z Compiling goblin v0.8.2
30692026-08-27T01:02:51.219Z Compiling thiserror v1.0.69
30702026-08-27T01:02:51.346Z Compiling dtrace-parser v0.2.0
30712026-08-27T01:02:51.525Z Compiling thiserror v2.0.18
30722026-08-27T01:02:51.616Z Compiling clap v4.6.1
30732026-08-27T01:02:53.200Z Compiling dof v0.3.0
30742026-08-27T01:02:53.209Z Compiling toml_datetime v0.6.11
30752026-08-27T01:02:53.220Z Compiling serde_spanned v0.6.9
30762026-08-27T01:02:53.270Z Compiling serde_tokenstream v0.2.3
30772026-08-27T01:02:53.349Z Compiling cargo_metadata v0.23.1
30782026-08-27T01:02:53.378Z Compiling macaddr v1.0.1
30792026-08-27T01:02:53.582Z Compiling toml_edit v0.22.27
30802026-08-27T01:02:53.607Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30812026-08-27T01:02:53.969Z Compiling usdt-attr-macro v0.5.0
30822026-08-27T01:02:53.969Z Compiling usdt-macro v0.5.0
30832026-08-27T01:02:54.626Z Compiling usdt v0.5.0
30842026-08-27T01:02:55.082Z Compiling toml v0.8.23
30852026-08-27T01:02:55.505Z Compiling cargo_toml v0.21.0
30862026-08-27T01:02:59.905Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30872026-08-27T01:03:03.078Z Finished `release` profile [optimized] target(s) in 16.28s
30882026-08-27T01:03:03.181Z
30892026-08-27T01:03:03.181Zreal 16.359869027
30902026-08-27T01:03:03.182Zuser 2:03.684130732
30912026-08-27T01:03:03.182Zsys 13.407503670
30922026-08-27T01:03:03.182Ztrap 0.056583967
30932026-08-27T01:03:03.183Ztflt 0.393702018
30942026-08-27T01:03:03.183Zdflt 1.303618536
30952026-08-27T01:03:03.186Zkflt 0.000090240
30962026-08-27T01:03:03.186Zlock 4:40.951576723
30972026-08-27T01:03:03.186Zslp 2:39.611394924
30982026-08-27T01:03:03.187Zlat 3.626167005
30992026-08-27T01:03:03.187Zstop 15.735214258
31002026-08-27T01:03:03.187Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
31012026-08-27T01:03:03.187Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
31022026-08-27T01:03:03.190Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
31032026-08-27T01:03:03.190Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
31042026-08-27T01:03:03.190Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
31052026-08-27T01:03:04.139Z Compiling match_cfg v0.1.0
31062026-08-27T01:03:04.139Z Compiling progenitor-client v0.14.0
31072026-08-27T01:03:04.139Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31082026-08-27T01:03:04.143Z Compiling slog-json v2.6.1
31092026-08-27T01:03:04.143Z Compiling newtype-uuid-macros v0.1.0
31102026-08-27T01:03:04.143Z Compiling sha1 v0.11.0
31112026-08-27T01:03:04.285Z Compiling multer v3.1.0
31122026-08-27T01:03:04.290Z Compiling debug-ignore v1.0.5
31132026-08-27T01:03:04.290Z Compiling compression-core v0.4.31
31142026-08-27T01:03:04.301Z Compiling async-stream-impl v0.3.6
31152026-08-27T01:03:04.305Z Compiling serde_spanned v1.1.1
31162026-08-27T01:03:04.305Z Compiling toml_datetime v1.1.1+spec-1.1.0
31172026-08-27T01:03:04.305Z Compiling dropshot v0.17.1
31182026-08-27T01:03:04.305Z Compiling toml_writer v1.1.1+spec-1.1.0
31192026-08-27T01:03:04.349Z Compiling waitgroup v0.1.2
31202026-08-27T01:03:04.374Z Compiling hostname v0.3.1
31212026-08-27T01:03:04.378Z Compiling rustls-pemfile v2.2.0
31222026-08-27T01:03:04.541Z Compiling toml v1.1.2+spec-1.1.0
31232026-08-27T01:03:04.541Z Compiling dropshot_endpoint v0.17.1
31242026-08-27T01:03:04.545Z Compiling hostname v0.4.2
31252026-08-27T01:03:04.545Z Compiling serde_path_to_error v0.1.20
31262026-08-27T01:03:04.610Z Compiling compression-codecs v0.4.37
31272026-08-27T01:03:04.614Z Compiling atomicwrites v0.4.4
31282026-08-27T01:03:04.628Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31292026-08-27T01:03:04.636Z Compiling macaddr v1.0.1
31302026-08-27T01:03:04.650Z Compiling serde_tokenstream v0.3.0
31312026-08-27T01:03:04.670Z Compiling slog-bunyan v2.5.0
31322026-08-27T01:03:04.794Z Compiling oxide-generation v0.1.3
31332026-08-27T01:03:04.811Z Compiling instant v0.1.13
31342026-08-27T01:03:04.865Z Compiling regress v0.10.5
31352026-08-27T01:03:04.899Z Compiling parse-display-derive v0.10.0
31362026-08-27T01:03:04.899Z Compiling backon v1.6.0
31372026-08-27T01:03:04.938Z Compiling async-compression v0.4.41
31382026-08-27T01:03:04.965Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31392026-08-27T01:03:04.985Z Compiling backoff v0.4.0
31402026-08-27T01:03:04.985Z Compiling itertools v0.14.0
31412026-08-27T01:03:05.025Z Compiling humantime v2.3.0
31422026-08-27T01:03:05.045Z Compiling async-stream v0.3.6
31432026-08-27T01:03:05.045Z Compiling oxide-generation-macros v0.2.0
31442026-08-27T01:03:05.078Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31452026-08-27T01:03:05.117Z Compiling progenitor-extras v0.2.0
31462026-08-27T01:03:05.139Z Compiling half v2.7.1
31472026-08-27T01:03:05.213Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31482026-08-27T01:03:05.230Z Compiling crucible-workspace-hack v0.1.0
31492026-08-27T01:03:05.256Z Compiling ciborium-io v0.2.2
31502026-08-27T01:03:05.274Z Compiling convert_case v0.4.0
31512026-08-27T01:03:05.312Z Compiling regress v0.11.1
31522026-08-27T01:03:05.349Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31532026-08-27T01:03:05.370Z Compiling secrecy v0.10.3
31542026-08-27T01:03:05.373Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31552026-08-27T01:03:05.406Z Compiling ciborium-ll v0.2.2
31562026-08-27T01:03:05.426Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31572026-08-27T01:03:05.463Z Compiling inout v0.1.4
31582026-08-27T01:03:05.567Z Compiling thiserror-impl-no-std v2.0.2
31592026-08-27T01:03:05.586Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31602026-08-27T01:03:05.650Z Compiling ciborium v0.2.2
31612026-08-27T01:03:05.654Z Compiling cipher v0.4.4
31622026-08-27T01:03:05.685Z Compiling universal-hash v0.5.1
31632026-08-27T01:03:05.689Z Compiling derive_more v0.99.20
31642026-08-27T01:03:05.769Z Compiling unsafe-libyaml v0.2.11
31652026-08-27T01:03:05.788Z Compiling opaque-debug v0.3.1
31662026-08-27T01:03:05.807Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31672026-08-27T01:03:05.850Z Compiling blake2 v0.10.6
31682026-08-27T01:03:05.889Z Compiling aead v0.5.2
31692026-08-27T01:03:05.895Z Compiling poly1305 v0.8.0
31702026-08-27T01:03:05.895Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
31712026-08-27T01:03:05.962Z Compiling chacha20 v0.9.1
31722026-08-27T01:03:06.099Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31732026-08-27T01:03:06.167Z Compiling password-hash v0.5.0
31742026-08-27T01:03:06.242Z Compiling indent_write v2.2.0
31752026-08-27T01:03:06.259Z Compiling chacha20poly1305 v0.10.1
31762026-08-27T01:03:06.286Z Compiling toml_datetime v0.7.5+spec-1.1.0
31772026-08-27T01:03:06.320Z Compiling serde_yaml v0.9.34+deprecated
31782026-08-27T01:03:06.402Z Compiling num-derive v0.4.2
31792026-08-27T01:03:06.444Z Compiling argon2 v0.5.3
31802026-08-27T01:03:06.461Z Compiling toml_edit v0.23.10+spec-1.0.0
31812026-08-27T01:03:06.555Z Compiling heapless v0.8.0
31822026-08-27T01:03:06.570Z Compiling ingot-macros v0.2.0
31832026-08-27T01:03:06.594Z Compiling tabwriter v1.4.1
31842026-08-27T01:03:06.668Z Compiling hash32 v0.3.1
31852026-08-27T01:03:06.684Z Compiling parse-display v0.10.0
31862026-08-27T01:03:06.784Z Compiling thiserror-no-std v2.0.2
31872026-08-27T01:03:06.854Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31882026-08-27T01:03:06.871Z Compiling smoltcp v0.11.0
31892026-08-27T01:03:06.905Z Compiling typify-impl v0.6.2
31902026-08-27T01:03:07.015Z Compiling vsss-rs v3.3.4
31912026-08-27T01:03:07.063Z Compiling proc-macro-crate v3.4.0
31922026-08-27T01:03:07.149Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31932026-08-27T01:03:07.367Z Compiling cobs v0.3.0
31942026-08-27T01:03:07.413Z Compiling colored v3.1.1
31952026-08-27T01:03:07.529Z Compiling illumos-nvpair-sys v0.2.0
31962026-08-27T01:03:07.594Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31972026-08-27T01:03:07.633Z Compiling num_enum_derive v0.7.6
31982026-08-27T01:03:07.637Z Compiling postcard v1.1.3
31992026-08-27T01:03:07.772Z Compiling proc-macro-error v1.0.4
32002026-08-27T01:03:07.807Z Compiling rand v0.10.1
32012026-08-27T01:03:07.811Z Compiling proc-macro-crate v1.3.1
32022026-08-27T01:03:07.859Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32032026-08-27T01:03:07.911Z Compiling foreign-types-macros v0.2.3
32042026-08-27T01:03:08.019Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32052026-08-27T01:03:08.043Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32062026-08-27T01:03:08.130Z Compiling foreign-types-shared v0.3.1
32072026-08-27T01:03:08.148Z Compiling rayon-core v1.13.0
32082026-08-27T01:03:08.270Z Compiling num_enum_derive v0.5.11
32092026-08-27T01:03:08.350Z Compiling crossbeam-deque v0.8.6
32102026-08-27T01:03:08.387Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32112026-08-27T01:03:08.405Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32122026-08-27T01:03:08.425Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32132026-08-27T01:03:08.452Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32142026-08-27T01:03:08.555Z Compiling foreign-types v0.5.0
32152026-08-27T01:03:08.573Z Compiling cstr-argument v0.1.2
32162026-08-27T01:03:08.590Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
32172026-08-27T01:03:08.658Z Compiling illumos-nvpair v0.3.0
32182026-08-27T01:03:08.702Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32192026-08-27T01:03:08.733Z Compiling num_enum v0.7.6
32202026-08-27T01:03:08.750Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
32212026-08-27T01:03:08.834Z Compiling zone_cfg_derive v0.3.1
32222026-08-27T01:03:08.882Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
32232026-08-27T01:03:08.908Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32242026-08-27T01:03:08.925Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32252026-08-27T01:03:08.975Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32262026-08-27T01:03:08.993Z Compiling itertools v0.12.1
32272026-08-27T01:03:09.036Z Compiling rayon v1.11.0
32282026-08-27T01:03:10.250Z Compiling sigpipe v0.1.3
32292026-08-27T01:03:10.276Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32302026-08-27T01:03:10.276Z Compiling glob v0.3.3
32312026-08-27T01:03:10.276Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32322026-08-27T01:03:10.276Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
32332026-08-27T01:03:10.276Z Compiling smf v0.2.3
32342026-08-27T01:03:10.276Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32352026-08-27T01:03:10.276Z Compiling num_enum v0.5.11
32362026-08-27T01:03:10.276Z Compiling ingot-types v0.2.0
32372026-08-27T01:03:10.276Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
32382026-08-27T01:03:10.276Z Compiling whoami v1.6.1
32392026-08-27T01:03:10.276Z Compiling cpubits v0.1.1
32402026-08-27T01:03:10.276Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32412026-08-27T01:03:10.276Z Compiling gethostname v0.5.0
32422026-08-27T01:03:10.277Z Compiling derive-where v1.6.0
32432026-08-27T01:03:10.277Z Compiling usdt-attr-macro v0.5.0
32442026-08-27T01:03:10.277Z Compiling usdt-macro v0.5.0
32452026-08-27T01:03:10.277Z Compiling num-rational v0.4.2
32462026-08-27T01:03:10.277Z Compiling num-complex v0.4.6
32472026-08-27T01:03:10.277Z Compiling memmap v0.7.0
32482026-08-27T01:03:10.278Z Compiling toml v0.8.23
32492026-08-27T01:03:10.278Z Compiling ingot v0.2.1
32502026-08-27T01:03:10.278Z Compiling pem-rfc7468 v1.0.0
32512026-08-27T01:03:10.278Z Compiling float-ord v0.3.2
32522026-08-27T01:03:10.278Z Compiling zone v0.3.1
32532026-08-27T01:03:10.278Z Compiling num v0.4.3
32542026-08-27T01:03:10.295Z Compiling cancel-safe-futures v0.1.5
32552026-08-27T01:03:10.343Z Compiling resolv-conf v0.7.6
32562026-08-27T01:03:10.348Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32572026-08-27T01:03:10.366Z Compiling hmac v0.13.0
32582026-08-27T01:03:10.454Z Compiling universal-hash v0.6.1
32592026-08-27T01:03:10.486Z Compiling usdt v0.5.0
32602026-08-27T01:03:10.504Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32612026-08-27T01:03:10.642Z Compiling sha1 v0.10.6
32622026-08-27T01:03:10.675Z Compiling linear-map v1.2.0
32632026-08-27T01:03:10.687Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32642026-08-27T01:03:10.756Z Compiling prettyplease v0.2.37
32652026-08-27T01:03:10.794Z Compiling libefi-sys v0.1.0
32662026-08-27T01:03:10.877Z Compiling polyval v0.7.1
32672026-08-27T01:03:10.892Z Compiling der v0.8.0
32682026-08-27T01:03:10.895Z Compiling hickory-proto v0.24.4
32692026-08-27T01:03:10.941Z Compiling newline-converter v0.3.0
32702026-08-27T01:03:10.984Z Compiling console v0.15.11
32712026-08-27T01:03:11.002Z Compiling oxide-update-engine-types v0.1.2
32722026-08-27T01:03:11.055Z Compiling bitfield-struct v0.6.2
32732026-08-27T01:03:11.079Z Compiling linked-hash-map v0.5.6
32742026-08-27T01:03:11.260Z Compiling lru-cache v0.1.2
32752026-08-27T01:03:11.299Z Compiling ghash v0.6.0
32762026-08-27T01:03:11.318Z Compiling pbkdf2 v0.13.0
32772026-08-27T01:03:11.321Z Compiling aes v0.9.1
32782026-08-27T01:03:11.415Z Compiling typify-macro v0.6.2
32792026-08-27T01:03:11.433Z Compiling expectorate v1.2.0
32802026-08-27T01:03:11.462Z Compiling crypto-bigint v0.7.5
32812026-08-27T01:03:11.479Z Compiling ctr v0.10.1
32822026-08-27T01:03:11.605Z Compiling aead v0.6.1
32832026-08-27T01:03:11.629Z Compiling sha2 v0.11.0
32842026-08-27T01:03:11.724Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32852026-08-27T01:03:11.741Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32862026-08-27T01:03:11.805Z Compiling nom v8.0.0
32872026-08-27T01:03:11.946Z Compiling semver v0.1.20
32882026-08-27T01:03:12.049Z Compiling oxide-update-engine v0.1.2
32892026-08-27T01:03:12.083Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32902026-08-27T01:03:12.175Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32912026-08-27T01:03:12.223Z Compiling rustc_version v0.1.7
32922026-08-27T01:03:12.280Z Compiling aes-gcm v0.11.0
32932026-08-27T01:03:12.299Z Compiling spki v0.8.0
32942026-08-27T01:03:12.334Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32952026-08-27T01:03:12.451Z Compiling tokio-dtrace v0.1.1
32962026-08-27T01:03:12.474Z Compiling dropshot-api-manager-types v0.8.0
32972026-08-27T01:03:12.516Z Compiling salsa20 v0.11.0
32982026-08-27T01:03:12.555Z Compiling slog-dtrace v0.3.0
32992026-08-27T01:03:12.574Z Compiling xshell-macros v0.2.7
33002026-08-27T01:03:12.591Z Compiling minimal-lexical v0.2.1
33012026-08-27T01:03:12.607Z Compiling newtype_derive v0.1.6
33022026-08-27T01:03:12.697Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33032026-08-27T01:03:12.757Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33042026-08-27T01:03:12.784Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33052026-08-27T01:03:12.820Z Compiling nom v7.1.3
33062026-08-27T01:03:12.872Z Compiling oxide-tokio-rt v0.1.4
33072026-08-27T01:03:12.900Z Compiling scrypt v0.12.0
33082026-08-27T01:03:12.917Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33092026-08-27T01:03:12.995Z Compiling xshell v0.2.7
33102026-08-27T01:03:13.181Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33112026-08-27T01:03:13.212Z Compiling hickory-resolver v0.24.4
33122026-08-27T01:03:13.237Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33132026-08-27T01:03:13.264Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33142026-08-27T01:03:13.285Z Compiling typify v0.6.2
33152026-08-27T01:03:13.431Z Compiling progenitor-impl v0.14.0
33162026-08-27T01:03:13.448Z Compiling phf_shared v0.12.1
33172026-08-27T01:03:13.532Z Compiling rfc6979 v0.4.0
33182026-08-27T01:03:13.657Z Compiling cbc v0.2.1
33192026-08-27T01:03:13.696Z Compiling proc-macro-error-attr2 v2.0.0
33202026-08-27T01:03:13.844Z Compiling csv-core v0.1.13
33212026-08-27T01:03:13.862Z Compiling unicode-xid v0.2.6
33222026-08-27T01:03:13.882Z Compiling highway v1.3.0
33232026-08-27T01:03:13.901Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33242026-08-27T01:03:14.006Z Compiling chrono-tz v0.10.4
33252026-08-27T01:03:14.023Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33262026-08-27T01:03:14.066Z Compiling csv v1.4.0
33272026-08-27T01:03:14.132Z Compiling proc-macro-error2 v2.0.1
33282026-08-27T01:03:14.150Z Compiling const_format_proc_macros v0.2.34
33292026-08-27T01:03:14.193Z Compiling pkcs5 v0.8.1
33302026-08-27T01:03:14.212Z Compiling qorb v0.4.1
33312026-08-27T01:03:14.232Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33322026-08-27T01:03:14.275Z Compiling ecdsa v0.16.9
33332026-08-27T01:03:14.294Z Compiling phf v0.12.1
33342026-08-27T01:03:14.476Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33352026-08-27T01:03:14.614Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33362026-08-27T01:03:14.632Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33372026-08-27T01:03:14.705Z Compiling primeorder v0.13.6
33382026-08-27T01:03:14.752Z Compiling hashbrown v0.14.5
33392026-08-27T01:03:14.769Z Compiling salty v0.3.0
33402026-08-27T01:03:14.877Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33412026-08-27T01:03:14.973Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33422026-08-27T01:03:15.007Z Compiling p384 v0.13.1
33432026-08-27T01:03:15.027Z Compiling const_format v0.2.35
33442026-08-27T01:03:15.170Z Compiling pkcs8 v0.11.0
33452026-08-27T01:03:15.369Z Compiling chumsky v0.9.3
33462026-08-27T01:03:15.377Z Compiling knus-derive v3.4.0
33472026-08-27T01:03:15.453Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33482026-08-27T01:03:15.617Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
33492026-08-27T01:03:15.661Z Compiling tabled_derive v0.7.0
33502026-08-27T01:03:15.696Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33512026-08-27T01:03:15.866Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
33522026-08-27T01:03:16.158Z Compiling progenitor-macro v0.14.0
33532026-08-27T01:03:16.300Z Compiling bcs v0.1.6
33542026-08-27T01:03:16.345Z Compiling ff v0.14.0
33552026-08-27T01:03:16.440Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33562026-08-27T01:03:16.519Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33572026-08-27T01:03:16.643Z Compiling termtree v0.5.1
33582026-08-27T01:03:16.660Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33592026-08-27T01:03:16.699Z Compiling tabled v0.15.0
33602026-08-27T01:03:16.796Z Compiling steno v0.4.1
33612026-08-27T01:03:16.837Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33622026-08-27T01:03:16.840Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33632026-08-27T01:03:16.840Z Compiling tagptr v0.2.0
33642026-08-27T01:03:16.900Z Compiling group v0.14.0
33652026-08-27T01:03:16.920Z Compiling knus v3.4.0
33662026-08-27T01:03:17.047Z Compiling moka v0.12.13
33672026-08-27T01:03:17.097Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33682026-08-27T01:03:17.115Z Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
33692026-08-27T01:03:17.285Z Compiling signature v3.0.0
33702026-08-27T01:03:17.331Z Compiling base16ct v1.0.0
33712026-08-27T01:03:17.480Z Compiling sec1 v0.8.1
33722026-08-27T01:03:17.525Z Compiling hkdf v0.13.0
33732026-08-27T01:03:17.543Z Compiling libscf-sys v1.2.0
33742026-08-27T01:03:17.690Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
33752026-08-27T01:03:17.708Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33762026-08-27T01:03:17.726Z Compiling elliptic-curve v0.14.1
33772026-08-27T01:03:17.816Z Compiling hickory-resolver v0.25.2
33782026-08-27T01:03:17.874Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33792026-08-27T01:03:17.895Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
33802026-08-27T01:03:17.954Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33812026-08-27T01:03:18.124Z Compiling utf-8 v0.7.6
33822026-08-27T01:03:18.293Z Compiling corncobs v0.1.4
33832026-08-27T01:03:18.311Z Compiling parking_lot_core v0.8.6
33842026-08-27T01:03:18.331Z Compiling tungstenite v0.21.0
33852026-08-27T01:03:18.450Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33862026-08-27T01:03:18.633Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33872026-08-27T01:03:18.703Z Compiling wnaf v0.14.0
33882026-08-27T01:03:18.762Z Compiling primefield v0.14.0
33892026-08-27T01:03:18.876Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33902026-08-27T01:03:18.921Z Compiling rfc6979 v0.6.0
33912026-08-27T01:03:19.007Z Compiling papergrid v0.18.0
33922026-08-27T01:03:19.025Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33932026-08-27T01:03:19.025Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33942026-08-27T01:03:19.090Z Compiling git-stub v1.0.0
33952026-08-27T01:03:19.108Z Compiling secrecy v0.8.0
33962026-08-27T01:03:19.216Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33972026-08-27T01:03:19.283Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33982026-08-27T01:03:19.366Z Compiling git-stub-vcs v0.1.0
33992026-08-27T01:03:19.388Z Compiling ecdsa v0.17.0
34002026-08-27T01:03:19.515Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34012026-08-27T01:03:19.534Z Compiling primeorder v0.14.0
34022026-08-27T01:03:19.731Z Compiling tokio-tungstenite v0.21.0
34032026-08-27T01:03:19.818Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34042026-08-27T01:03:19.882Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34052026-08-27T01:03:19.940Z Compiling curve25519-dalek v5.0.0
34062026-08-27T01:03:19.960Z Compiling tabled v0.21.0
34072026-08-27T01:03:20.023Z Compiling unicase v2.9.0
34082026-08-27T01:03:20.048Z Compiling parking_lot v0.11.2
34092026-08-27T01:03:20.092Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34102026-08-27T01:03:20.097Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34112026-08-27T01:03:20.216Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34122026-08-27T01:03:20.244Z Compiling ssh-encoding v0.3.0
34132026-08-27T01:03:20.262Z Compiling mime_guess v2.0.5
34142026-08-27T01:03:20.450Z Compiling progenitor-impl v0.13.0
34152026-08-27T01:03:20.467Z Compiling prefix-trie v0.7.0
34162026-08-27T01:03:20.625Z Compiling fxhash v0.2.1
34172026-08-27T01:03:20.663Z Compiling keccak v0.2.0
34182026-08-27T01:03:20.686Z Compiling crc8 v0.1.1
34192026-08-27T01:03:20.745Z Compiling sled v0.34.7
34202026-08-27T01:03:20.841Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34212026-08-27T01:03:20.869Z Compiling hickory-server v0.25.2
34222026-08-27T01:03:20.934Z Compiling ed25519 v3.0.0
34232026-08-27T01:03:20.958Z Compiling crypto-primes v0.7.2
34242026-08-27T01:03:21.390Z Compiling progenitor v0.14.0
34252026-08-27T01:03:21.433Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34262026-08-27T01:03:21.479Z Compiling pkcs1 v0.8.0-rc.4
34272026-08-27T01:03:21.513Z Compiling poly1305 v0.9.0
34282026-08-27T01:03:21.569Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34292026-08-27T01:03:21.927Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34302026-08-27T01:03:21.972Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34312026-08-27T01:03:22.079Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34322026-08-27T01:03:22.123Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34332026-08-27T01:03:22.290Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34342026-08-27T01:03:22.482Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34352026-08-27T01:03:22.509Z Compiling progenitor-client v0.13.0
34362026-08-27T01:03:22.592Z Compiling blowfish v0.10.0
34372026-08-27T01:03:22.771Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34382026-08-27T01:03:22.826Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34392026-08-27T01:03:22.828Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34402026-08-27T01:03:22.867Z Compiling blake2 v0.11.0-rc.6
34412026-08-27T01:03:22.886Z Compiling http-range v0.1.5
34422026-08-27T01:03:22.930Z Compiling half v1.8.3
34432026-08-27T01:03:23.106Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34442026-08-27T01:03:23.210Z Compiling progenitor-macro v0.13.0
34452026-08-27T01:03:23.229Z Compiling argon2 v0.6.0-rc.8
34462026-08-27T01:03:23.231Z Compiling serde_cbor v0.11.2
34472026-08-27T01:03:23.432Z Compiling bcrypt-pbkdf v0.11.0
34482026-08-27T01:03:23.763Z Compiling rsa v0.10.0-rc.18
34492026-08-27T01:03:24.172Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34502026-08-27T01:03:24.276Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34512026-08-27T01:03:24.501Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34522026-08-27T01:03:24.597Z Compiling ssh-cipher v0.3.0
34532026-08-27T01:03:24.767Z Compiling ed25519-dalek v3.0.0
34542026-08-27T01:03:24.962Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34552026-08-27T01:03:25.246Z Compiling sha3 v0.11.0
34562026-08-27T01:03:25.326Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34572026-08-27T01:03:25.420Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34582026-08-27T01:03:25.540Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34592026-08-27T01:03:25.712Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34602026-08-27T01:03:25.771Z Compiling p384 v0.14.0
34612026-08-27T01:03:25.789Z Compiling p521 v0.14.0
34622026-08-27T01:03:25.917Z Compiling p256 v0.14.0
34632026-08-27T01:03:26.109Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34642026-08-27T01:03:26.222Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34652026-08-27T01:03:26.605Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34662026-08-27T01:03:26.701Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34672026-08-27T01:03:26.788Z Compiling scuffle v0.1.0
34682026-08-27T01:03:27.069Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34692026-08-27T01:03:27.332Z Compiling yasna v0.5.2
34702026-08-27T01:03:27.540Z Compiling kstat-rs v0.2.5
34712026-08-27T01:03:27.798Z Compiling headers-core v0.3.0
34722026-08-27T01:03:27.802Z Compiling kem v0.3.0
34732026-08-27T01:03:27.870Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34742026-08-27T01:03:27.899Z Compiling module-lattice v0.2.3
34752026-08-27T01:03:27.917Z Compiling nanorand v0.7.0
34762026-08-27T01:03:27.935Z Compiling sponge-cursor v0.1.0
34772026-08-27T01:03:28.026Z Compiling headers v0.4.1
34782026-08-27T01:03:28.045Z Compiling rcgen v0.12.1
34792026-08-27T01:03:28.106Z Compiling sha3 v0.12.0
34802026-08-27T01:03:28.133Z Compiling ml-kem v0.3.2
34812026-08-27T01:03:28.178Z Compiling flume v0.11.1
34822026-08-27T01:03:28.182Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34832026-08-27T01:03:28.232Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34842026-08-27T01:03:28.263Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34852026-08-27T01:03:28.309Z Compiling progenitor v0.13.0
34862026-08-27T01:03:28.491Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34872026-08-27T01:03:28.517Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34882026-08-27T01:03:28.537Z Compiling hyper-staticfile v0.10.1
34892026-08-27T01:03:28.582Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34902026-08-27T01:03:28.687Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34912026-08-27T01:03:28.798Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34922026-08-27T01:03:28.846Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34932026-08-27T01:03:28.866Z Compiling ssh-key v0.7.0-rc.11
34942026-08-27T01:03:28.919Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34952026-08-27T01:03:29.033Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34962026-08-27T01:03:29.057Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34972026-08-27T01:03:29.080Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34982026-08-27T01:03:29.083Z Compiling russh-cryptovec v0.62.0
34992026-08-27T01:03:29.221Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35002026-08-27T01:03:29.241Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35012026-08-27T01:03:29.277Z Compiling internal-russh-num-bigint v0.5.0
35022026-08-27T01:03:29.351Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
35032026-08-27T01:03:29.420Z Compiling port-file v0.1.0
35042026-08-27T01:03:29.439Z Compiling num-bigint v0.4.6
35052026-08-27T01:03:29.458Z Compiling generic-array v1.4.3
35062026-08-27T01:03:29.517Z Compiling russh-util v0.52.0
35072026-08-27T01:03:29.689Z Compiling enum_dispatch v0.3.13
35082026-08-27T01:03:29.706Z Compiling delegate v0.13.5
35092026-08-27T01:03:29.733Z Compiling subprocess v0.2.15
35102026-08-27T01:03:29.827Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35112026-08-27T01:03:29.952Z Compiling display-error-chain v0.2.2
35122026-08-27T01:03:30.024Z Compiling hex-literal v1.1.0
35132026-08-27T01:03:30.116Z Compiling md5 v0.8.0
35142026-08-27T01:03:30.164Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
35152026-08-27T01:03:30.287Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
35162026-08-27T01:03:30.403Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35172026-08-27T01:03:30.554Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35182026-08-27T01:03:30.606Z Compiling colored v2.2.0
35192026-08-27T01:03:30.694Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35202026-08-27T01:03:30.711Z Compiling russh v0.62.4
35212026-08-27T01:03:30.860Z Compiling socket2 v0.5.10
35222026-08-27T01:03:30.963Z Compiling internet-checksum v0.2.1
35232026-08-27T01:03:31.451Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
35242026-08-27T01:03:31.467Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
35252026-08-27T01:03:34.172Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35262026-08-27T01:03:34.879Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35272026-08-27T01:03:35.391Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35282026-08-27T01:03:36.698Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35292026-08-27T01:03:36.777Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
35302026-08-27T01:03:45.611Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35312026-08-27T01:03:45.611Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35322026-08-27T01:03:45.611Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35332026-08-27T01:03:45.611Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
35342026-08-27T01:03:45.614Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35352026-08-27T01:03:47.439Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35362026-08-27T01:03:47.478Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35372026-08-27T01:03:51.630Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35382026-08-27T01:04:32.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s
35392026-08-27T01:04:32.989Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35402026-08-27T01:04:32.989Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35412026-08-27T01:04:33.213Z
35422026-08-27T01:04:33.213Zreal 1:29.964213839
35432026-08-27T01:04:33.213Zuser 8:37.198699915
35442026-08-27T01:04:33.213Zsys 1:43.358164011
35452026-08-27T01:04:33.213Ztrap 0.247535351
35462026-08-27T01:04:33.216Ztflt 0.371359450
35472026-08-27T01:04:33.216Zdflt 1.907616285
35482026-08-27T01:04:33.216Zkflt 0.000322300
35492026-08-27T01:04:33.216Zlock 32:01.691493885
35502026-08-27T01:04:33.216Zslp 19:37.642872200
35512026-08-27T01:04:33.216Zlat 39.509612944
35522026-08-27T01:04:33.216Zstop 3:03.226181419
35532026-08-27T01:04:33.216Z+ mkdir tests
35542026-08-27T01:04:33.219Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
35552026-08-27T01:04:33.219Z+ xargs -I '{}' -t cp '{}' tests/
35562026-08-27T01:04:33.241Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-bed5e8dda5ea5020 tests/
35572026-08-27T01:04:33.273Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f2310e202f420246 tests/
35582026-08-27T01:04:33.303Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-dbb802d24e5b6927 tests/
35592026-08-27T01:04:33.334Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-b5ca3a6470910f92 tests/
35602026-08-27T01:04:33.706Z+ 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)
35612026-08-27T01:04:33.709Z+ 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-f2310e202f420246 tests/commtest-dbb802d24e5b6927 tests/dhcp_server-bed5e8dda5ea5020 tests/end_to_end_tests-b5ca3a6470910f92 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
35622026-08-27T01:06:02.745ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35632026-08-27T01:06:02.745Za .github/buildomat/ci-env.sh 1K
35642026-08-27T01:06:02.745Za out/target/test 1K
35652026-08-27T01:06:02.745Za out/npuzone/npuzone 27402K
35662026-08-27T01:06:02.745Za package-manifest.toml 35K
35672026-08-27T01:06:02.746Za smf/sled-agent/non-gimlet/config.toml 6K
35682026-08-27T01:06:02.746Za target/release/omicron-package 49473K
35692026-08-27T01:06:02.746Za target/release/xtask 11727K
35702026-08-27T01:06:02.746Za target/debug/bootstrap 440085K
35712026-08-27T01:06:02.746Za tests/bootstrap-f2310e202f420246 34430K
35722026-08-27T01:06:02.746Za tests/commtest-dbb802d24e5b6927 34431K
35732026-08-27T01:06:02.746Za tests/dhcp_server-bed5e8dda5ea5020 34431K
35742026-08-27T01:06:02.746Za tests/end_to_end_tests-b5ca3a6470910f92 503674K
35752026-08-27T01:06:02.746Za tools/opte_version 1K
35762026-08-27T01:06:02.746Za tools/opte_version_override 2K
35772026-08-27T01:06:02.746Za out/clickhouse.tar.gz 330978K
35782026-08-27T01:06:02.747Za out/clickhouse_keeper.tar.gz 314984K
35792026-08-27T01:06:02.747Za out/clickhouse_server.tar.gz 330975K
35802026-08-27T01:06:02.747Za out/cockroachdb.tar.gz 170216K
35812026-08-27T01:06:02.747Za out/crucible-pantry-zone.tar.gz 41902K
35822026-08-27T01:06:02.747Za out/crucible-utils.tar 18900K
35832026-08-27T01:06:02.747Za out/crucible-zone.tar.gz 56715K
35842026-08-27T01:06:02.747Za out/external-dns.tar.gz 46755K
35852026-08-27T01:06:02.747Za out/internal-dns.tar.gz 46755K
35862026-08-27T01:06:02.747Za out/mg-ddm-gz.tar 100917K
35872026-08-27T01:06:02.747Za out/nexus.tar.gz 364276K
35882026-08-27T01:06:02.747Za out/ntp.tar.gz 35241K
35892026-08-27T01:06:02.747Za out/omicron-gateway-softnpu.tar.gz 29003K
35902026-08-27T01:06:02.747Za out/omicron-sled-agent.tar 243684K
35912026-08-27T01:06:02.747Za out/overlay.tar.gz 4K
35922026-08-27T01:06:02.747Za out/oximeter.tar.gz 72056K
35932026-08-27T01:06:02.747Za out/oxlog.tar 4088K
35942026-08-27T01:06:02.747Za out/probe.tar.gz 3037K
35952026-08-27T01:06:02.747Za out/propolis-server.tar.gz 34642K
35962026-08-27T01:06:02.747Za out/pumpkind-gz.tar 26647K
35972026-08-27T01:06:02.747Za out/switch-softnpu.tar.gz 504569K
35982026-08-27T01:06:02.750Z
35992026-08-27T01:06:02.750Zreal 1:29.038868463
36002026-08-27T01:06:02.750Zuser 1:26.064320255
36012026-08-27T01:06:02.750Zsys 4.978351452
36022026-08-27T01:06:02.750Ztrap 0.006177577
36032026-08-27T01:06:02.750Ztflt 0.000000000
36042026-08-27T01:06:02.750Zdflt 0.000000000
36052026-08-27T01:06:02.750Zkflt 0.000000000
36062026-08-27T01:06:02.750Zlock 0.000000000
36072026-08-27T01:06:02.751Zslp 1:25.938496871
36082026-08-27T01:06:02.751Zlat 1.086292779
36092026-08-27T01:06:02.751Zstop 0.000138900
36102026-08-27T01:06:02.751Zprocess exited: duration 1061213 ms, exit code 0
 
36112026-08-27T01:06:02.763Zfound 1 output files
36122026-08-27T01:06:02.797Zuploading: /work/package.tar.gz (2776874604 bytes)
36132026-08-27T01:07:21.640Zuploaded: /work/package.tar.gz