01M0BQP1JTVCQWTV36YANMPYZ4: 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: 01M0BQPGC1W6586YAMPZEWSM2G

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-19T00:46:37.985Zjob assigned to worker 01M0BQPPR1788F9WRYT6XJKHTR [factory aws, i-07eecd1b307ecad65] (queued for 49 s)
 
22026-08-19T00:46:45.565Zstarting task 0: "setup"
32026-08-19T00:46:45.569Z++ uname -s
42026-08-19T00:46:45.572Z+ kern=SunOS
52026-08-19T00:46:45.572Z+ build_user=build
62026-08-19T00:46:45.574Z+ build_uid=12345
72026-08-19T00:46:45.574Z+ work_dir=/work
82026-08-19T00:46:45.574Z+ input_dir=/input
92026-08-19T00:46:45.574Z+ [[ 0 == 12345 ]]
102026-08-19T00:46:45.574Z+ case "$kern" in
112026-08-19T00:46:45.574Z+ groupadd -g 12345 build
122026-08-19T00:46:45.577Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-19T00:46:47.618Z+ zfs create -o mountpoint=/work rpool/work
142026-08-19T00:46:47.697Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-19T00:46:47.701Z+ home_fs=zfs
162026-08-19T00:46:47.701Z+ [[ zfs == autofs ]]
172026-08-19T00:46:47.702Z+ mkdir -p /home/build
182026-08-19T00:46:47.702Z+ chown build:build /home/build /work
192026-08-19T00:46:49.703Z+ chmod 0700 /home/build /work
202026-08-19T00:46:49.706Zprocess exited: duration 4143 ms, exit code 0
 
212026-08-19T00:46:49.712Zstarting task 1: "rust-toolchain"
222026-08-19T00:46:49.717Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-19T00:46:49.717Z * rust toolchain channel = "1.97.1"
242026-08-19T00:46:49.717Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-19T00:46:49.717Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-19T00:46:49.717Z * rust toolchain profile = "default"
272026-08-19T00:46:49.717Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-19T00:46:49.720Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-19T00:46:49.720Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-19T00:46:49.827Zinfo: downloading installer
312026-08-19T00:46:51.289Zwarn: It looks like you have an existing rustup settings file at:
322026-08-19T00:46:51.289Zwarn: /home/build/.rustup/settings.toml
332026-08-19T00:46:51.289Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-19T00:46:51.289Zwarn: instead of the one inferred from the default host triple.
352026-08-19T00:46:51.301Zinfo: profile set to default
362026-08-19T00:46:51.301Zinfo: default host triple is x86_64-unknown-illumos
372026-08-19T00:46:51.304Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-19T00:46:51.458Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-19T00:46:51.461Zinfo: downloading 6 components
402026-08-19T00:47:06.748Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-19T00:47:06.748Z
422026-08-19T00:47:06.774Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-19T00:47:06.774Z
442026-08-19T00:47:06.774Z
452026-08-19T00:47:06.774ZRust is installed now. Great!
462026-08-19T00:47:06.774Z
472026-08-19T00:47:06.774ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-19T00:47:06.774Zenvironment variable. This has not been done automatically.
492026-08-19T00:47:06.774Z
502026-08-19T00:47:06.774ZTo configure your current shell, you need to source
512026-08-19T00:47:06.774Zthe corresponding env file under $HOME/.cargo.
522026-08-19T00:47:06.774Z
532026-08-19T00:47:06.775ZThis is usually done by running one of the following (note the leading DOT):
542026-08-19T00:47:06.775Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-19T00:47:06.775Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-19T00:47:06.775Zsource "~/.cargo/env.nu" # For nushell
572026-08-19T00:47:06.775Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-19T00:47:06.775Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-19T00:47:06.775Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-19T00:47:06.778Zwarn: no default linker (`cc`) was found in your PATH
612026-08-19T00:47:06.778Zwarn: many Rust crates require a system C toolchain to build
622026-08-19T00:47:06.866Z+ rustup --version
632026-08-19T00:47:06.872Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-19T00:47:06.872Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-19T00:47:06.894Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-19T00:47:06.897Z+ cargo --version
672026-08-19T00:47:06.905Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-19T00:47:06.908Z+ rustc --version
692026-08-19T00:47:06.928Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-19T00:47:06.931Zprocess exited: duration 17218 ms, exit code 0
 
712026-08-19T00:47:06.937Zstarting task 2: "authentication"
722026-08-19T00:47:06.958Zprocess exited: duration 20 ms, exit code 0
 
732026-08-19T00:47:06.964Zstarting task 3: "clone repository"
742026-08-19T00:47:06.969Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-19T00:47:06.971Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-19T00:47:07.002ZCloning into '/work/oxidecomputer/omicron'...
772026-08-19T00:47:18.710Z+ cd /work/oxidecomputer/omicron
782026-08-19T00:47:18.710Z+ git fetch origin 2b9c2a0263e9d705dcde4bd473bff3c4005c7336
792026-08-19T00:47:19.029ZFrom https://github.com/oxidecomputer/omicron
802026-08-19T00:47:19.029Z * branch 2b9c2a0263e9d705dcde4bd473bff3c4005c7336 -> FETCH_HEAD
812026-08-19T00:47:19.043Z+ [[ -n sunshowers/spr/38n-wicketd-commission-types-make-privatekeypem-a-zeroizing-1 ]]
822026-08-19T00:47:19.046Z++ git branch --show-current
832026-08-19T00:47:19.047Z+ current=main
842026-08-19T00:47:19.047Z+ [[ main != sunshowers/spr/38n-wicketd-commission-types-make-privatekeypem-a-zeroizing-1 ]]
852026-08-19T00:47:19.047Z+ git branch -f sunshowers/spr/38n-wicketd-commission-types-make-privatekeypem-a-zeroizing-1 2b9c2a0263e9d705dcde4bd473bff3c4005c7336
862026-08-19T00:47:19.050Z+ git checkout -f sunshowers/spr/38n-wicketd-commission-types-make-privatekeypem-a-zeroizing-1
872026-08-19T00:47:19.251ZSwitched to branch 'sunshowers/spr/38n-wicketd-commission-types-make-privatekeypem-a-zeroizing-1'
882026-08-19T00:47:19.254Z+ git reset --hard 2b9c2a0263e9d705dcde4bd473bff3c4005c7336
892026-08-19T00:47:19.445ZHEAD is now at 2b9c2a026 rebase on main
902026-08-19T00:47:19.449Zprocess exited: duration 12482 ms, exit code 0
 
912026-08-19T00:47:19.458Zstarting task 4: "build"
922026-08-19T00:47:19.463Z+ source .github/buildomat/ci-env.sh
932026-08-19T00:47:19.463Z++ export CARGO_TERM_COLOR=always
942026-08-19T00:47:19.463Z++ CARGO_TERM_COLOR=always
952026-08-19T00:47:19.463Z+++ uname -s
962026-08-19T00:47:19.466Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-19T00:47:19.466Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-19T00:47:19.466Z+ cargo --version
992026-08-19T00:47:19.475Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-19T00:47:19.478Z+ rustc --version
1012026-08-19T00:47:19.498Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-19T00:47:19.501Z+ WORK=/work
1032026-08-19T00:47:19.501Z+ pfexec mkdir -p /work
1042026-08-19T00:47:19.504Z+ pfexec chown build /work
1052026-08-19T00:47:19.508Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-08-19T00:47:21.457Z Startup: Refreshing catalog 'helios' ... Done
1072026-08-19T00:47:21.774Z Startup: Caching catalogs ... Done
1082026-08-19T00:47:23.563ZPlanning: Solver setup ... Done (1.686s)
1092026-08-19T00:47:23.617ZPlanning: Running solver ... Done (0.055s)
1102026-08-19T00:47:23.656ZPlanning: Finding local manifests ... Done (0.003s)
1112026-08-19T00:47:23.667ZPlanning: Fetching manifests: 0/2 0% complete
1122026-08-19T00:47:23.683ZPlanning: Fetching manifests: 2/2 100% complete
1132026-08-19T00:47:23.697ZPlanning: Package planning ... Done (0.013s)
1142026-08-19T00:47:23.700ZPlanning: Merging actions ... Done (0.001s)
1152026-08-19T00:47:23.861ZPlanning: Checking for conflicting actions ... Done (0.163s)
1162026-08-19T00:47:23.864ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-08-19T00:47:24.739ZPlanning: Evaluating mediators ... Done (0.877s)
1182026-08-19T00:47:24.742ZPlanning: Planning completed in 2.93 seconds
1192026-08-19T00:47:24.749Z Packages to install: 2
1202026-08-19T00:47:24.749Z Estimated space available: 156.01 GB
1212026-08-19T00:47:24.749ZEstimated space to be consumed: 69.36 MB
1222026-08-19T00:47:24.749Z Create boot environment: No
1232026-08-19T00:47:24.749ZCreate backup boot environment: No
1242026-08-19T00:47:24.752Z Rebuild boot archive: No
1252026-08-19T00:47:24.752Z
1262026-08-19T00:47:24.752ZChanged packages:
1272026-08-19T00:47:24.752Zhelios
1282026-08-19T00:47:24.752Z developer/build-essential
1292026-08-19T00:47:24.752Z None -> 11-3.0
1302026-08-19T00:47:24.752Z library/libxmlsec1
1312026-08-19T00:47:24.752Z None -> 1.2.35-3.0
1322026-08-19T00:47:24.775Z
1332026-08-19T00:47:24.775ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-08-19T00:47:24.844ZDownload: Completed 1.28 MB in 0.07 seconds (18.8M/s)
1352026-08-19T00:47:24.928Z Actions: 1/268 actions (Installing new actions)
1362026-08-19T00:47:24.966Z Actions: Completed 268 actions in 0.04 seconds.
1372026-08-19T00:47:24.996ZFinalize: Updating package state database ... Done (0.030s)
1382026-08-19T00:47:24.996ZFinalize: Updating package cache ... Done (0.000s)
1392026-08-19T00:47:25.072ZFinalize: Updating image state ... Done (0.076s)
1402026-08-19T00:47:27.737ZFinalize: Creating fast lookup database ... Done (2.621s)
1412026-08-19T00:47:27.806ZFinalize: Reading search index ... Done (0.012s)
1422026-08-19T00:47:27.809ZFinalize: Updating search index ... Done (0.000s)
1432026-08-19T00:47:27.874ZFinalize: Updating package cache ... Done (0.000s)
1442026-08-19T00:47:28.242ZPlanning: Evaluating mediator changes ... Done
1452026-08-19T00:47:28.348ZPlanning: Checking for conflicting actions ... Done
1462026-08-19T00:47:28.351ZPlanning: Consolidating action changes ... Done
1472026-08-19T00:47:28.508ZPlanning: Evaluating mediators ... Done
1482026-08-19T00:47:28.511ZPlanning: Planning completed in 0.27 seconds
1492026-08-19T00:47:28.531Z Mediators to change: 2
1502026-08-19T00:47:28.531Z Create boot environment: No
1512026-08-19T00:47:28.531ZCreate backup boot environment: No
1522026-08-19T00:47:28.597ZFinalize: Updating package state database ... Done
1532026-08-19T00:47:28.597ZFinalize: Updating package cache ... Done
1542026-08-19T00:47:28.645ZFinalize: Updating image state ... Done
1552026-08-19T00:47:30.598ZFinalize: Creating fast lookup database ... Done
1562026-08-19T00:47:30.659ZFinalize: Reading search index ... Done
1572026-08-19T00:47:30.665ZFinalize: Updating search index ... Done
1582026-08-19T00:47:30.761ZFinalize: Updating package cache ... Done
1592026-08-19T00:47:31.043ZPlanning: Evaluating mediator changes ... Done
1602026-08-19T00:47:31.147ZPlanning: Checking for conflicting actions ... Done
1612026-08-19T00:47:31.150ZPlanning: Consolidating action changes ... Done
1622026-08-19T00:47:31.308ZPlanning: Evaluating mediators ... Done
1632026-08-19T00:47:31.312ZPlanning: Planning completed in 0.27 seconds
1642026-08-19T00:47:31.334Z Mediators to change: 1
1652026-08-19T00:47:31.334Z Create boot environment: No
1662026-08-19T00:47:31.334ZCreate backup boot environment: No
1672026-08-19T00:47:31.402ZFinalize: Updating package state database ... Done
1682026-08-19T00:47:31.402ZFinalize: Updating package cache ... Done
1692026-08-19T00:47:31.440ZFinalize: Updating image state ... Done
1702026-08-19T00:47:33.395ZFinalize: Creating fast lookup database ... Done
1712026-08-19T00:47:33.458ZFinalize: Reading search index ... Done
1722026-08-19T00:47:33.461ZFinalize: Updating search index ... Done
1732026-08-19T00:47:33.596ZFinalize: Updating package cache ... Done
1742026-08-19T00:47:33.904ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-08-19T00:47:33.905Zapache system 2.4 system
1762026-08-19T00:47:33.905Zclang system 15 system
1772026-08-19T00:47:33.905Zcsh system system illumos
1782026-08-19T00:47:33.905Zctags system system illumos
1792026-08-19T00:47:33.905Zfile vendor vendor darwinsys
1802026-08-19T00:47:33.905Zfile system system illumos
1812026-08-19T00:47:33.905Zgcc vendor 14 vendor
1822026-08-19T00:47:33.905Zgcc system 13 system
1832026-08-19T00:47:33.905Zgcc system 10 system
1842026-08-19T00:47:33.905Zgo system 1.25 system
1852026-08-19T00:47:33.905Zllvm system 15 system
1862026-08-19T00:47:33.905Zmariadb system 11.4 system
1872026-08-19T00:47:33.905Zmta vendor vendor dma
1882026-08-19T00:47:33.905Zopenjdk system 17 system
1892026-08-19T00:47:33.905Zopenjdk system 11 system
1902026-08-19T00:47:33.905Zopenssl vendor 3 vendor
1912026-08-19T00:47:33.906Zperl system 5.40 system
1922026-08-19T00:47:33.906Zpostgresql system 18 system
1932026-08-19T00:47:33.906Zpostgresql system 17 system
1942026-08-19T00:47:33.906Zpython vendor 3 vendor
1952026-08-19T00:47:33.906Zpython system 2 system
1962026-08-19T00:47:33.906Zpython3 vendor 3.13 vendor
1972026-08-19T00:47:33.906Zruby system 3.4 system
1982026-08-19T00:47:33.906Zruby system 3.0 system
1992026-08-19T00:47:33.906Zwords vendor vendor american-english
2002026-08-19T00:47:33.906Zwords system system australian-english
2012026-08-19T00:47:33.907Zwords system system british-english
2022026-08-19T00:47:33.907Zwords system system canadian-english
2032026-08-19T00:47:33.907Zwords system system french
2042026-08-19T00:47:33.907Zwords system system italian
2052026-08-19T00:47:33.907Zwords system system ngerman
2062026-08-19T00:47:33.907Zwords system system ogerman
2072026-08-19T00:47:33.907Zwords system system spanish
2082026-08-19T00:47:34.158ZPUBLISHER TYPE STATUS P LOCATION
2092026-08-19T00:47:34.158Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-08-19T00:47:34.606ZFMRI IFO
2112026-08-19T00:47:34.606Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-08-19T00:47:34.606Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-08-19T00:47:34.606Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-08-19T00:47:34.606Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-08-19T00:47:34.606Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-08-19T00:47:34.606Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-08-19T00:47:34.606Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-08-19T00:47:34.606Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-08-19T00:47:34.606Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-08-19T00:47:34.920Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-08-19T00:47:35.454Z Updating crates.io index
2222026-08-19T00:47:35.456Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-08-19T00:47:35.715Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-08-19T00:47:36.099Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-08-19T00:47:37.106Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-08-19T00:47:37.680Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-08-19T00:47:39.675Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-08-19T00:47:40.578Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-08-19T00:47:40.873Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-08-19T00:47:41.220Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-08-19T00:47:42.896Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-08-19T00:47:43.167Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-08-19T00:47:43.695Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-08-19T00:47:43.952Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2352026-08-19T00:47:44.202Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2362026-08-19T00:47:44.459Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2372026-08-19T00:47:44.743Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-08-19T00:47:44.999Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-08-19T00:47:45.295Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2402026-08-19T00:47:45.819Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2412026-08-19T00:47:46.219Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2422026-08-19T00:47:46.592Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2432026-08-19T00:47:46.876Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2442026-08-19T00:47:47.422Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2452026-08-19T00:47:47.747Z Updating git repository `https://github.com/oxidecomputer/erebor`
2462026-08-19T00:47:48.018Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2472026-08-19T00:47:48.464Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2482026-08-19T00:47:48.755Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2492026-08-19T00:47:49.074Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2502026-08-19T00:47:49.430Z Updating git repository `https://github.com/oxidecomputer/ispf`
2512026-08-19T00:47:49.680Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-08-19T00:47:49.997Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2532026-08-19T00:47:50.423Z Updating git repository `https://github.com/oxidecomputer/tough`
2542026-08-19T00:47:51.126Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2552026-08-19T00:47:51.402Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2562026-08-19T00:47:51.688Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2572026-08-19T00:47:51.977Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2582026-08-19T00:47:52.315Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2592026-08-19T00:47:52.573Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2602026-08-19T00:47:52.853Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2612026-08-19T00:47:53.146Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2622026-08-19T00:47:53.428Z Updating git repository `https://github.com/illumos/smf-rs`
2632026-08-19T00:47:53.673Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2642026-08-19T00:47:56.178Z Downloading crates ...
2652026-08-19T00:47:56.231Z Downloaded clap_derive v4.6.1
2662026-08-19T00:47:56.236Z Downloaded thiserror-impl v2.0.18
2672026-08-19T00:47:56.239Z Downloaded fs-err v3.3.0
2682026-08-19T00:47:56.243Z Downloaded camino v1.2.5
2692026-08-19T00:47:56.246Z Downloaded byteorder v1.5.0
2702026-08-19T00:47:56.246Z Downloaded fastrand v2.3.0
2712026-08-19T00:47:56.250Z Downloaded clap v4.6.1
2722026-08-19T00:47:56.253Z Downloaded zmij v1.0.21
2732026-08-19T00:47:56.253Z Downloaded anstyle-query v1.1.5
2742026-08-19T00:47:56.258Z Downloaded zerocopy-derive v0.7.35
2752026-08-19T00:47:56.261Z Downloaded heck v0.5.0
2762026-08-19T00:47:56.261Z Downloaded zerocopy v0.7.35
2772026-08-19T00:47:56.269Z Downloaded anstyle-parse v1.0.0
2782026-08-19T00:47:56.272Z Downloaded cargo_toml v0.21.0
2792026-08-19T00:47:56.272Z Downloaded autocfg v1.5.0
2802026-08-19T00:47:56.275Z Downloaded dof v0.3.0
2812026-08-19T00:47:56.278Z Downloaded clap_lex v1.0.0
2822026-08-19T00:47:56.281Z Downloaded equivalent v1.0.2
2832026-08-19T00:47:56.281Z Downloaded is_terminal_polyfill v1.70.2
2842026-08-19T00:47:56.281Z Downloaded macaddr v1.0.1
2852026-08-19T00:47:56.284Z Downloaded cpufeatures v0.2.17
2862026-08-19T00:47:56.284Z Downloaded serde_spanned v0.6.9
2872026-08-19T00:47:56.284Z Downloaded anstream v1.0.0
2882026-08-19T00:47:56.287Z Downloaded memchr v2.8.0
2892026-08-19T00:47:56.290Z Downloaded cfg-if v1.0.4
2902026-08-19T00:47:56.293Z Downloaded dtrace-parser v0.2.0
2912026-08-19T00:47:56.295Z Downloaded camino-tempfile v1.4.1
2922026-08-19T00:47:56.298Z Downloaded cargo_metadata v0.23.1
2932026-08-19T00:47:56.301Z Downloaded toml_datetime v0.6.11
2942026-08-19T00:47:56.304Z Downloaded anstyle v1.0.14
2952026-08-19T00:47:56.310Z Downloaded memmap v0.7.0
2962026-08-19T00:47:56.313Z Downloaded smawk v0.3.2
2972026-08-19T00:47:56.313Z Downloaded colorchoice v1.0.4
2982026-08-19T00:47:56.313Z Downloaded itoa v1.0.17
2992026-08-19T00:47:56.314Z Downloaded unicode-linebreak v0.1.5
3002026-08-19T00:47:56.317Z Downloaded swrite v0.1.0
3012026-08-19T00:47:56.317Z Downloaded usdt-macro v0.5.0
3022026-08-19T00:47:56.317Z Downloaded cargo-platform v0.3.2
3032026-08-19T00:47:56.317Z Downloaded crypto-common v0.1.7
3042026-08-19T00:47:56.321Z Downloaded thread-id v4.2.2
3052026-08-19T00:47:56.324Z Downloaded heck v0.4.1
3062026-08-19T00:47:56.330Z Downloaded scroll_derive v0.12.1
3072026-08-19T00:47:56.334Z Downloaded tabled_derive v0.7.0
3082026-08-19T00:47:56.334Z Downloaded proc-macro-error-attr v1.0.4
3092026-08-19T00:47:56.334Z Downloaded strsim v0.11.1
3102026-08-19T00:47:56.337Z Downloaded terminal_size v0.4.3
3112026-08-19T00:47:56.340Z Downloaded toml_write v0.1.2
3122026-08-19T00:47:56.340Z Downloaded pretty-hex v0.4.1
3132026-08-19T00:47:56.343Z Downloaded usdt-attr-macro v0.5.0
3142026-08-19T00:47:56.348Z Downloaded log v0.4.33
3152026-08-19T00:47:56.351Z Downloaded anyhow v1.0.104
3162026-08-19T00:47:56.354Z Downloaded errno v0.3.14
3172026-08-19T00:47:56.354Z Downloaded generic-array v0.14.7
3182026-08-19T00:47:56.357Z Downloaded fnv v1.0.7
3192026-08-19T00:47:56.361Z Downloaded utf8parse v0.2.2
3202026-08-19T00:47:56.365Z Downloaded digest v0.10.7
3212026-08-19T00:47:56.367Z Downloaded pest_derive v2.8.6
3222026-08-19T00:47:56.367Z Downloaded bitflags v2.11.0
3232026-08-19T00:47:56.370Z Downloaded usdt v0.5.0
3242026-08-19T00:47:56.373Z Downloaded plain v0.2.3
3252026-08-19T00:47:56.373Z Downloaded block-buffer v0.10.4
3262026-08-19T00:47:56.376Z Downloaded thiserror v2.0.18
3272026-08-19T00:47:56.379Z Downloaded quote v1.0.45
3282026-08-19T00:47:56.380Z Downloaded thiserror v1.0.69
3292026-08-19T00:47:56.383Z Downloaded thiserror-impl v1.0.69
3302026-08-19T00:47:56.383Z Downloaded serde_tokenstream v0.2.3
3312026-08-19T00:47:56.383Z Downloaded usdt-impl v0.5.0
3322026-08-19T00:47:56.386Z Downloaded sha2 v0.10.9
3332026-08-19T00:47:56.395Z Downloaded once_cell v1.21.3
3342026-08-19T00:47:56.399Z Downloaded pest_generator v2.8.6
3352026-08-19T00:47:56.399Z Downloaded bytecount v0.6.9
3362026-08-19T00:47:56.402Z Downloaded getrandom v0.3.4
3372026-08-19T00:47:56.402Z Downloaded scroll v0.12.0
3382026-08-19T00:47:56.402Z Downloaded proc-macro-error v1.0.4
3392026-08-19T00:47:56.411Z Downloaded toml v0.8.23
3402026-08-19T00:47:56.413Z Downloaded version_check v0.9.5
3412026-08-19T00:47:56.423Z Downloaded ucd-trie v0.1.7
3422026-08-19T00:47:56.430Z Downloaded semver v1.0.28
3432026-08-19T00:47:56.437Z Downloaded serde_core v1.0.228
3442026-08-19T00:47:56.441Z Downloaded textwrap v0.16.2
3452026-08-19T00:47:56.444Z Downloaded pest_meta v2.8.6
3462026-08-19T00:47:56.448Z Downloaded tempfile v3.27.0
3472026-08-19T00:47:56.451Z Downloaded unicode-ident v1.0.24
3482026-08-19T00:47:56.454Z Downloaded papergrid v0.11.0
3492026-08-19T00:47:56.459Z Downloaded serde_derive v1.0.228
3502026-08-19T00:47:56.470Z Downloaded proc-macro2 v1.0.106
3512026-08-19T00:47:56.474Z Downloaded toml_edit v0.22.27
3522026-08-19T00:47:56.477Z Downloaded serde v1.0.228
3532026-08-19T00:47:56.494Z Downloaded pest v2.8.6
3542026-08-19T00:47:56.497Z Downloaded typenum v1.20.1
3552026-08-19T00:47:56.516Z Downloaded hashbrown v0.17.0
3562026-08-19T00:47:56.523Z Downloaded clap_builder v4.6.0
3572026-08-19T00:47:56.530Z Downloaded goblin v0.8.2
3582026-08-19T00:47:56.534Z Downloaded indexmap v2.14.0
3592026-08-19T00:47:56.540Z Downloaded serde_json v1.0.151
3602026-08-19T00:47:56.561Z Downloaded winnow v0.7.14
3612026-08-19T00:47:56.575Z Downloaded tabled v0.15.0
3622026-08-19T00:47:56.583Z Downloaded syn v1.0.109
3632026-08-19T00:47:56.588Z Downloaded unicode-width v0.1.14
3642026-08-19T00:47:56.593Z Downloaded unicode-width v0.2.0
3652026-08-19T00:47:56.597Z Downloaded syn v2.0.117
3662026-08-19T00:47:56.613Z Downloaded rustix v1.1.4
3672026-08-19T00:47:56.633Z Downloaded libc v0.2.185
3682026-08-19T00:47:56.697Z Compiling proc-macro2 v1.0.106
3692026-08-19T00:47:56.697Z Compiling quote v1.0.45
3702026-08-19T00:47:56.697Z Compiling unicode-ident v1.0.24
3712026-08-19T00:47:56.700Z Compiling serde_core v1.0.228
3722026-08-19T00:47:56.700Z Compiling libc v0.2.185
3732026-08-19T00:47:56.700Z Compiling version_check v0.9.5
3742026-08-19T00:47:56.700Z Compiling memchr v2.8.0
3752026-08-19T00:47:56.700Z Compiling serde v1.0.228
3762026-08-19T00:47:56.877Z Compiling zmij v1.0.21
3772026-08-19T00:47:56.880Z Compiling thiserror v1.0.69
3782026-08-19T00:47:56.880Z Compiling itoa v1.0.17
3792026-08-19T00:47:56.880Z Compiling ucd-trie v0.1.7
3802026-08-19T00:47:56.880Z Compiling byteorder v1.5.0
3812026-08-19T00:47:56.880Z Compiling rustix v1.1.4
3822026-08-19T00:47:57.117Z Compiling bitflags v2.11.0
3832026-08-19T00:47:57.179Z Compiling serde_json v1.0.151
3842026-08-19T00:47:57.366Z Compiling pest v2.8.6
3852026-08-19T00:47:57.404Z Compiling camino v1.2.5
3862026-08-19T00:47:57.460Z Compiling syn v1.0.109
3872026-08-19T00:47:57.463Z Compiling log v0.4.33
3882026-08-19T00:47:57.463Z Compiling usdt-impl v0.5.0
3892026-08-19T00:47:57.495Z Compiling proc-macro-error-attr v1.0.4
3902026-08-19T00:47:57.566Z Compiling proc-macro-error v1.0.4
3912026-08-19T00:47:57.616Z Compiling hashbrown v0.17.0
3922026-08-19T00:47:57.645Z Compiling getrandom v0.3.4
3932026-08-19T00:47:57.692Z Compiling plain v0.2.3
3942026-08-19T00:47:57.710Z Compiling utf8parse v0.2.2
3952026-08-19T00:47:57.755Z Compiling errno v0.3.14
3962026-08-19T00:47:57.802Z Compiling thread-id v4.2.2
3972026-08-19T00:47:57.895Z Compiling equivalent v1.0.2
3982026-08-19T00:47:57.900Z Compiling anstyle-parse v1.0.0
3992026-08-19T00:47:57.900Z Compiling thiserror v2.0.18
4002026-08-19T00:47:57.917Z Compiling is_terminal_polyfill v1.70.2
4012026-08-19T00:47:57.950Z Compiling autocfg v1.5.0
4022026-08-19T00:47:58.013Z Compiling anstyle-query v1.1.5
4032026-08-19T00:47:58.016Z Compiling winnow v0.7.14
4042026-08-19T00:47:58.019Z Compiling toml_write v0.1.2
4052026-08-19T00:47:58.087Z Compiling colorchoice v1.0.4
4062026-08-19T00:47:58.110Z Compiling cfg-if v1.0.4
4072026-08-19T00:47:58.156Z Compiling anstyle v1.0.14
4082026-08-19T00:47:58.201Z Compiling indexmap v2.14.0
4092026-08-19T00:47:58.221Z Compiling pretty-hex v0.4.1
4102026-08-19T00:47:58.270Z Compiling syn v2.0.117
4112026-08-19T00:47:58.360Z Compiling anstream v1.0.0
4122026-08-19T00:47:58.376Z Compiling anyhow v1.0.104
4132026-08-19T00:47:58.379Z Compiling bytecount v0.6.9
4142026-08-19T00:47:58.429Z Compiling pest_meta v2.8.6
4152026-08-19T00:47:58.461Z Compiling fs-err v3.3.0
4162026-08-19T00:47:58.552Z Compiling strsim v0.11.1
4172026-08-19T00:47:58.577Z Compiling fnv v1.0.7
4182026-08-19T00:47:58.656Z Compiling heck v0.4.1
4192026-08-19T00:47:58.680Z Compiling clap_lex v1.0.0
4202026-08-19T00:47:58.698Z Compiling once_cell v1.21.3
4212026-08-19T00:47:58.715Z Compiling fastrand v2.3.0
4222026-08-19T00:47:58.718Z Compiling unicode-width v0.1.14
4232026-08-19T00:47:58.771Z Compiling heck v0.5.0
4242026-08-19T00:47:58.879Z Compiling terminal_size v0.4.3
4252026-08-19T00:47:58.933Z Compiling tempfile v3.27.0
4262026-08-19T00:47:58.951Z Compiling memmap v0.7.0
4272026-08-19T00:47:58.951Z Compiling unicode-width v0.2.0
4282026-08-19T00:47:59.020Z Compiling clap_builder v4.6.0
4292026-08-19T00:47:59.038Z Compiling papergrid v0.11.0
4302026-08-19T00:47:59.043Z Compiling unicode-linebreak v0.1.5
4312026-08-19T00:47:59.043Z Compiling smawk v0.3.2
4322026-08-19T00:47:59.148Z Compiling swrite v0.1.0
4332026-08-19T00:47:59.250Z Compiling textwrap v0.16.2
4342026-08-19T00:47:59.325Z Compiling semver v1.0.28
4352026-08-19T00:47:59.378Z Compiling cargo-platform v0.3.2
4362026-08-19T00:47:59.635Z Compiling camino-tempfile v1.4.1
4372026-08-19T00:47:59.869Z Compiling tabled_derive v0.7.0
4382026-08-19T00:48:00.508Z Compiling pest_generator v2.8.6
4392026-08-19T00:48:00.597Z Compiling tabled v0.15.0
4402026-08-19T00:48:01.007Z Compiling serde_derive v1.0.228
4412026-08-19T00:48:01.007Z Compiling thiserror-impl v1.0.69
4422026-08-19T00:48:01.011Z Compiling zerocopy-derive v0.7.35
4432026-08-19T00:48:01.011Z Compiling scroll_derive v0.12.1
4442026-08-19T00:48:01.011Z Compiling thiserror-impl v2.0.18
4452026-08-19T00:48:01.011Z Compiling clap_derive v4.6.1
4462026-08-19T00:48:01.069Z Compiling pest_derive v2.8.6
4472026-08-19T00:48:01.620Z Compiling scroll v0.12.0
4482026-08-19T00:48:01.749Z Compiling zerocopy v0.7.35
4492026-08-19T00:48:01.831Z Compiling goblin v0.8.2
4502026-08-19T00:48:02.010Z Compiling dtrace-parser v0.2.0
4512026-08-19T00:48:02.340Z Compiling clap v4.6.1
4522026-08-19T00:48:03.394Z Compiling serde_spanned v0.6.9
4532026-08-19T00:48:03.394Z Compiling toml_datetime v0.6.11
4542026-08-19T00:48:03.394Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4552026-08-19T00:48:03.397Z Compiling macaddr v1.0.1
4562026-08-19T00:48:03.397Z Compiling cargo_metadata v0.23.1
4572026-08-19T00:48:03.410Z Compiling dof v0.3.0
4582026-08-19T00:48:03.414Z Compiling serde_tokenstream v0.2.3
4592026-08-19T00:48:03.606Z Compiling toml_edit v0.22.27
4602026-08-19T00:48:04.113Z Compiling usdt-macro v0.5.0
4612026-08-19T00:48:04.117Z Compiling usdt-attr-macro v0.5.0
4622026-08-19T00:48:04.736Z Compiling usdt v0.5.0
4632026-08-19T00:48:04.891Z Compiling toml v0.8.23
4642026-08-19T00:48:05.202Z Compiling cargo_toml v0.21.0
4652026-08-19T00:48:06.482Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4662026-08-19T00:48:08.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.79s
4672026-08-19T00:48:08.761Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4682026-08-19T00:48:09.273Z Downloading crates ...
4692026-08-19T00:48:09.338Z Downloaded backtrace v0.3.76
4702026-08-19T00:48:09.345Z Downloaded env_filter v2.0.0
4712026-08-19T00:48:09.353Z Downloaded aead v0.5.2
4722026-08-19T00:48:09.357Z Downloaded base16ct v0.2.0
4732026-08-19T00:48:09.357Z Downloaded fatfs v0.3.6
4742026-08-19T00:48:09.357Z Downloaded fs-err v2.11.0
4752026-08-19T00:48:09.360Z Downloaded atomicwrites v0.4.4
4762026-08-19T00:48:09.360Z Downloaded atty v0.2.14
4772026-08-19T00:48:09.365Z Downloaded anstyle-parse v0.2.7
4782026-08-19T00:48:09.369Z Downloaded bit-set v0.8.0
4792026-08-19T00:48:09.372Z Downloaded adler2 v2.0.1
4802026-08-19T00:48:09.374Z Downloaded array-init v0.0.4
4812026-08-19T00:48:09.377Z Downloaded atomic-waker v1.1.2
4822026-08-19T00:48:09.380Z Downloaded const-oid v0.10.2
4832026-08-19T00:48:09.380Z Downloaded futures-channel v0.3.32
4842026-08-19T00:48:09.383Z Downloaded embedded-io v0.4.0
4852026-08-19T00:48:09.383Z Downloaded foreign-types-shared v0.1.1
4862026-08-19T00:48:09.383Z Downloaded enum-as-inner v0.6.1
4872026-08-19T00:48:09.383Z Downloaded async-recursion v1.1.1
4882026-08-19T00:48:09.386Z Downloaded backtrace-ext v0.2.1
4892026-08-19T00:48:09.386Z Downloaded bcrypt-pbkdf v0.11.0
4902026-08-19T00:48:09.386Z Downloaded bitfield-struct v0.6.2
4912026-08-19T00:48:09.386Z Downloaded ff v0.13.1
4922026-08-19T00:48:09.389Z Downloaded arrayvec v0.7.6
4932026-08-19T00:48:09.389Z Downloaded ahash v0.8.12
4942026-08-19T00:48:09.389Z Downloaded bit-vec v0.6.3
4952026-08-19T00:48:09.392Z Downloaded clang-sys v1.8.1
4962026-08-19T00:48:09.395Z Downloaded futures-util v0.3.32
4972026-08-19T00:48:09.401Z Downloaded ascii-canvas v3.0.0
4982026-08-19T00:48:09.404Z Downloaded fixedbitset v0.5.7
4992026-08-19T00:48:09.404Z Downloaded async-stream v0.3.6
5002026-08-19T00:48:09.404Z Downloaded aead v0.6.1
5012026-08-19T00:48:09.407Z Downloaded base64ct v1.8.3
5022026-08-19T00:48:09.407Z Downloaded expectorate v1.2.0
5032026-08-19T00:48:09.410Z Downloaded elliptic-curve v0.14.1
5042026-08-19T00:48:09.412Z Downloaded endian-type v0.1.2
5052026-08-19T00:48:09.412Z Downloaded fallible-iterator v0.2.0
5062026-08-19T00:48:09.412Z Downloaded arrayref v0.3.9
5072026-08-19T00:48:09.412Z Downloaded block-buffer v0.12.1
5082026-08-19T00:48:09.417Z Downloaded base16ct v1.0.0
5092026-08-19T00:48:09.417Z Downloaded bitfield-macros v0.19.4
5102026-08-19T00:48:09.418Z Downloaded generic-array v1.4.3
5112026-08-19T00:48:09.418Z Downloaded assert_matches v1.5.0
5122026-08-19T00:48:09.421Z Downloaded futures-io v0.3.32
5132026-08-19T00:48:09.424Z Downloaded async-trait v0.1.89
5142026-08-19T00:48:09.424Z Downloaded bit-vec v0.8.0
5152026-08-19T00:48:09.427Z Downloaded cobs v0.3.0
5162026-08-19T00:48:09.427Z Downloaded foreign-types v0.3.2
5172026-08-19T00:48:09.427Z Downloaded foreign-types-macros v0.2.3
5182026-08-19T00:48:09.430Z Downloaded ghash v0.6.0
5192026-08-19T00:48:09.430Z Downloaded home v0.5.12
5202026-08-19T00:48:09.433Z Downloaded hash32 v0.2.1
5212026-08-19T00:48:09.433Z Downloaded hash32 v0.3.1
5222026-08-19T00:48:09.433Z Downloaded embedded-io v0.6.1
5232026-08-19T00:48:09.436Z Downloaded http-body v1.0.1
5242026-08-19T00:48:09.436Z Downloaded bb8 v0.8.6
5252026-08-19T00:48:09.439Z Downloaded fd-lock v4.0.4
5262026-08-19T00:48:09.439Z Downloaded form_urlencoded v1.2.2
5272026-08-19T00:48:09.439Z Downloaded foreign-types v0.5.0
5282026-08-19T00:48:09.443Z Downloaded fixedbitset v0.4.2
5292026-08-19T00:48:09.443Z Downloaded http-range v0.1.5
5302026-08-19T00:48:09.446Z Downloaded foreign-types-shared v0.3.1
5312026-08-19T00:48:09.446Z Downloaded futures-sink v0.3.32
5322026-08-19T00:48:09.446Z Downloaded async-stream-impl v0.3.6
5332026-08-19T00:48:09.450Z Downloaded float-cmp v0.10.0
5342026-08-19T00:48:09.453Z Downloaded foldhash v0.2.0
5352026-08-19T00:48:09.457Z Downloaded block-padding v0.4.2
5362026-08-19T00:48:09.460Z Downloaded castaway v0.2.4
5372026-08-19T00:48:09.460Z Downloaded blake2 v0.10.6
5382026-08-19T00:48:09.460Z Downloaded hex v0.4.3
5392026-08-19T00:48:09.464Z Downloaded futures-core v0.3.32
5402026-08-19T00:48:09.466Z Downloaded hostname v0.4.2
5412026-08-19T00:48:09.466Z Downloaded futures-macro v0.3.32
5422026-08-19T00:48:09.469Z Downloaded compression-core v0.4.31
5432026-08-19T00:48:09.472Z Downloaded ciborium-io v0.2.2
5442026-08-19T00:48:09.477Z Downloaded ciborium-ll v0.2.2
5452026-08-19T00:48:09.480Z Downloaded fxhash v0.2.1
5462026-08-19T00:48:09.480Z Downloaded cfg_aliases v0.1.1
5472026-08-19T00:48:09.480Z Downloaded float-ord v0.3.2
5482026-08-19T00:48:09.480Z Downloaded hubpack_derive v0.1.1
5492026-08-19T00:48:09.483Z Downloaded funty v2.0.0
5502026-08-19T00:48:09.483Z Downloaded gethostname v0.5.0
5512026-08-19T00:48:09.486Z Downloaded git-stub v1.0.0
5522026-08-19T00:48:09.486Z Downloaded httpdate v1.0.3
5532026-08-19T00:48:09.489Z Downloaded backon v1.6.0
5542026-08-19T00:48:09.492Z Downloaded addr2line v0.25.1
5552026-08-19T00:48:09.492Z Downloaded cfg_aliases v0.2.1
5562026-08-19T00:48:09.495Z Downloaded globwalk v0.9.1
5572026-08-19T00:48:09.495Z Downloaded nibble_vec v0.1.0
5582026-08-19T00:48:09.495Z Downloaded headers-core v0.3.0
5592026-08-19T00:48:09.498Z Downloaded hostname v0.3.1
5602026-08-19T00:48:09.498Z Downloaded hubpack v0.1.2
5612026-08-19T00:48:09.502Z Downloaded backoff v0.4.0
5622026-08-19T00:48:09.504Z Downloaded bytes v1.11.1
5632026-08-19T00:48:09.507Z Downloaded aes-gcm v0.11.0
5642026-08-19T00:48:09.507Z Downloaded parse-display v0.10.0
5652026-08-19T00:48:09.507Z Downloaded nodrop v0.1.14
5662026-08-19T00:48:09.510Z Downloaded newline-converter v0.3.0
5672026-08-19T00:48:09.512Z Downloaded bit-set v0.5.3
5682026-08-19T00:48:09.515Z Downloaded foldhash v0.1.5
5692026-08-19T00:48:09.515Z Downloaded ff v0.14.0
5702026-08-19T00:48:09.515Z Downloaded filetime v0.2.27
5712026-08-19T00:48:09.518Z Downloaded futures-executor v0.3.32
5722026-08-19T00:48:09.518Z Downloaded env_logger v0.11.11
5732026-08-19T00:48:09.522Z Downloaded bitfield v0.19.4
5742026-08-19T00:48:09.525Z Downloaded blowfish v0.10.0
5752026-08-19T00:48:09.528Z Downloaded cbc v0.2.1
5762026-08-19T00:48:09.531Z Downloaded sapling-renderdag v0.1.0
5772026-08-19T00:48:09.533Z Downloaded quick-error v1.2.3
5782026-08-19T00:48:09.537Z Downloaded cexpr v0.6.0
5792026-08-19T00:48:09.537Z Downloaded opaque-debug v0.3.1
5802026-08-19T00:48:09.537Z Downloaded serde_repr v0.1.20
5812026-08-19T00:48:09.537Z Downloaded precomputed-hash v0.1.1
5822026-08-19T00:48:09.540Z Downloaded secrecy v0.8.0
5832026-08-19T00:48:09.541Z Downloaded sigpipe v0.1.3
5842026-08-19T00:48:09.544Z Downloaded slog-envlogger v2.2.0
5852026-08-19T00:48:09.544Z Downloaded percent-encoding v2.3.2
5862026-08-19T00:48:09.547Z Downloaded enum_dispatch v0.3.13
5872026-08-19T00:48:09.547Z Downloaded git-stub-vcs v0.1.0
5882026-08-19T00:48:09.550Z Downloaded futures-task v0.3.32
5892026-08-19T00:48:09.552Z Downloaded ena v0.14.4
5902026-08-19T00:48:09.555Z Downloaded erased-serde v0.3.31
5912026-08-19T00:48:09.555Z Downloaded group v0.13.0
5922026-08-19T00:48:09.558Z Downloaded bzip2 v0.6.1
5932026-08-19T00:48:09.562Z Downloaded argon2 v0.6.0-rc.8
5942026-08-19T00:48:09.562Z Downloaded group v0.14.0
5952026-08-19T00:48:09.562Z Downloaded anstream v0.6.21
5962026-08-19T00:48:09.565Z Downloaded buf-list v1.1.2
5972026-08-19T00:48:09.565Z Downloaded hex-literal v1.1.0
5982026-08-19T00:48:09.565Z Downloaded find-msvc-tools v0.1.9
5992026-08-19T00:48:09.568Z Downloaded flagset v0.4.7
6002026-08-19T00:48:09.568Z Downloaded highway v1.3.0
6012026-08-19T00:48:09.571Z Downloaded rand_pcg v0.10.2
6022026-08-19T00:48:09.571Z Downloaded cipher v0.4.4
6032026-08-19T00:48:09.571Z Downloaded argon2 v0.5.3
6042026-08-19T00:48:09.574Z Downloaded globset v0.4.18
6052026-08-19T00:48:09.577Z Downloaded bs58 v0.5.1
6062026-08-19T00:48:09.577Z Downloaded cmake v0.1.57
6072026-08-19T00:48:09.577Z Downloaded num-complex v0.4.6
6082026-08-19T00:48:09.580Z Downloaded cassowary v0.3.0
6092026-08-19T00:48:09.583Z Downloaded signal-hook-tokio v0.3.1
6102026-08-19T00:48:09.583Z Downloaded byte-wrapper v0.1.0
6112026-08-19T00:48:09.586Z Downloaded camino-tempfile-ext v0.3.3
6122026-08-19T00:48:09.589Z Downloaded compression-codecs v0.4.37
6132026-08-19T00:48:09.589Z Downloaded glob v0.3.3
6142026-08-19T00:48:09.592Z Downloaded rtoolbox v0.0.3
6152026-08-19T00:48:09.592Z Downloaded rustc_version v0.4.1
6162026-08-19T00:48:09.595Z Downloaded strip-ansi-escapes v0.2.1
6172026-08-19T00:48:09.598Z Downloaded strum v0.27.2
6182026-08-19T00:48:09.601Z Downloaded supports-hyperlinks v3.2.0
6192026-08-19T00:48:09.601Z Downloaded take_mut v0.2.2
6202026-08-19T00:48:09.601Z Downloaded bcs v0.1.6
6212026-08-19T00:48:09.604Z Downloaded packed_struct v0.10.1
6222026-08-19T00:48:09.604Z Downloaded paste v1.0.15
6232026-08-19T00:48:09.608Z Downloaded peg-macros v0.8.5
6242026-08-19T00:48:09.608Z Downloaded num_enum v0.5.11
6252026-08-19T00:48:09.611Z Downloaded async-bb8-diesel v0.2.1
6262026-08-19T00:48:09.611Z Downloaded bzip2 v0.4.4
6272026-08-19T00:48:09.611Z Downloaded colored v2.2.0
6282026-08-19T00:48:09.614Z Downloaded colored v3.1.1
6292026-08-19T00:48:09.614Z Downloaded chacha20 v0.9.1
6302026-08-19T00:48:09.614Z Downloaded console v0.15.11
6312026-08-19T00:48:09.617Z Downloaded bitflags v1.3.2
6322026-08-19T00:48:09.619Z Downloaded cancel-safe-futures v0.1.5
6332026-08-19T00:48:09.620Z Downloaded chacha20 v0.10.0
6342026-08-19T00:48:09.622Z Downloaded cmov v0.5.4
6352026-08-19T00:48:09.622Z Downloaded console v0.16.2
6362026-08-19T00:48:09.623Z Downloaded rustls-pemfile v2.2.0
6372026-08-19T00:48:09.625Z Downloaded scroll v0.13.0
6382026-08-19T00:48:09.625Z Downloaded sec1 v0.8.1
6392026-08-19T00:48:09.625Z Downloaded topological-sort v0.2.2
6402026-08-19T00:48:09.625Z Downloaded num_enum_derive v0.7.6
6412026-08-19T00:48:09.628Z Downloaded oxide-update-engine v0.1.2
6422026-08-19T00:48:09.628Z Downloaded pem-rfc7468 v0.7.0
6432026-08-19T00:48:09.628Z Downloaded pem-rfc7468 v1.0.0
6442026-08-19T00:48:09.631Z Downloaded wait-timeout v0.2.1
6452026-08-19T00:48:09.631Z Downloaded waitgroup v0.1.2
6462026-08-19T00:48:09.631Z Downloaded port-file v0.1.0
6472026-08-19T00:48:09.633Z Downloaded primefield v0.14.0
6482026-08-19T00:48:09.633Z Downloaded allocator-api2 v0.2.21
6492026-08-19T00:48:09.636Z Downloaded half v1.8.3
6502026-08-19T00:48:09.637Z Downloaded httparse v1.10.1
6512026-08-19T00:48:09.639Z Downloaded http-body-util v0.1.3
6522026-08-19T00:48:09.642Z Downloaded progenitor-client v0.13.0
6532026-08-19T00:48:09.642Z Downloaded unarray v0.1.4
6542026-08-19T00:48:09.645Z Downloaded unicode-truncate v1.1.0
6552026-08-19T00:48:09.645Z Downloaded utf-8 v0.7.6
6562026-08-19T00:48:09.648Z Downloaded getrandom v0.2.17
6572026-08-19T00:48:09.648Z Downloaded hmac v0.12.1
6582026-08-19T00:48:09.650Z Downloaded slog-dtrace v0.3.0
6592026-08-19T00:48:09.651Z Downloaded ciborium v0.2.2
6602026-08-19T00:48:09.654Z Downloaded blake2 v0.11.0-rc.6
6612026-08-19T00:48:09.654Z Downloaded zeroize_derive v1.5.0
6622026-08-19T00:48:09.654Z Downloaded convert_case v0.4.0
6632026-08-19T00:48:09.656Z Downloaded getrandom v0.4.3
6642026-08-19T00:48:09.657Z Downloaded fs_extra v1.3.0
6652026-08-19T00:48:09.662Z Downloaded async-compression v0.4.41
6662026-08-19T00:48:09.666Z Downloaded xshell-macros v0.2.7
6672026-08-19T00:48:09.668Z Downloaded rand_seeder v0.4.0
6682026-08-19T00:48:09.668Z Downloaded synstructure v0.13.2
6692026-08-19T00:48:09.668Z Downloaded termios v0.3.3
6702026-08-19T00:48:09.671Z Downloaded smf v0.2.3
6712026-08-19T00:48:09.671Z Downloaded snafu-derive v0.8.9
6722026-08-19T00:48:09.674Z Downloaded curve25519-dalek-derive v0.1.1
6732026-08-19T00:48:09.674Z Downloaded cstr-argument v0.1.2
6742026-08-19T00:48:09.677Z Downloaded crunchy v0.2.4
6752026-08-19T00:48:09.677Z Downloaded zone_cfg_derive v0.3.1
6762026-08-19T00:48:09.677Z Downloaded document-features v0.2.12
6772026-08-19T00:48:09.680Z Downloaded difflib v0.4.0
6782026-08-19T00:48:09.683Z Downloaded const-oid v0.9.6
6792026-08-19T00:48:09.683Z Downloaded primeorder v0.13.6
6802026-08-19T00:48:09.685Z Downloaded quinn-udp v0.5.14
6812026-08-19T00:48:09.685Z Downloaded resolv-conf v0.7.6
6822026-08-19T00:48:09.686Z Downloaded thread_local v1.1.9
6832026-08-19T00:48:09.688Z Downloaded salsa20 v0.11.0
6842026-08-19T00:48:09.691Z Downloaded serdect v0.4.3
6852026-08-19T00:48:09.694Z Downloaded tls_codec_derive v0.4.2
6862026-08-19T00:48:09.694Z Downloaded toml_writer v1.1.1+spec-1.1.0
6872026-08-19T00:48:09.694Z Downloaded tui-tree-widget v0.23.1
6882026-08-19T00:48:09.697Z Downloaded vergen-lib v0.1.6
6892026-08-19T00:48:09.700Z Downloaded debug-ignore v1.0.5
6902026-08-19T00:48:09.702Z Downloaded instability v0.3.11
6912026-08-19T00:48:09.705Z Downloaded dirs-sys-next v0.1.2
6922026-08-19T00:48:09.705Z Downloaded display-error-chain v0.2.2
6932026-08-19T00:48:09.723Z Downloaded illumos-nvpair-sys v0.2.0
6942026-08-19T00:48:09.726Z Downloaded libscf-sys v1.2.0
6952026-08-19T00:48:09.729Z Downloaded parking_lot v0.12.5
6962026-08-19T00:48:09.729Z Downloaded base64 v0.22.1
6972026-08-19T00:48:09.732Z Downloaded is_ci v1.2.0
6982026-08-19T00:48:09.732Z Downloaded cipher v0.5.2
6992026-08-19T00:48:09.735Z Downloaded hmac v0.13.0
7002026-08-19T00:48:09.735Z Downloaded unicase v2.9.0
7012026-08-19T00:48:09.738Z Downloaded half v2.7.1
7022026-08-19T00:48:09.738Z Downloaded headers v0.4.1
7032026-08-19T00:48:09.741Z Downloaded jiff-static v0.2.34
7042026-08-19T00:48:09.741Z Downloaded kem v0.3.0
7052026-08-19T00:48:09.741Z Downloaded olpc-cjson v0.1.4
7062026-08-19T00:48:09.741Z Downloaded lru-slab v0.1.2
7072026-08-19T00:48:09.744Z Downloaded maplit v1.0.2
7082026-08-19T00:48:09.746Z Downloaded newtype-uuid-macros v0.1.0
7092026-08-19T00:48:09.746Z Downloaded phf_shared v0.12.1
7102026-08-19T00:48:09.746Z Downloaded serde_cbor v0.11.2
7112026-08-19T00:48:09.749Z Downloaded critical-section v1.2.0
7122026-08-19T00:48:09.749Z Downloaded term v1.2.1
7132026-08-19T00:48:09.749Z Downloaded time-macros v0.2.27
7142026-08-19T00:48:09.753Z Downloaded pkcs5 v0.8.1
7152026-08-19T00:48:09.756Z Downloaded potential_utf v0.1.4
7162026-08-19T00:48:09.759Z Downloaded predicates-core v1.0.10
7172026-08-19T00:48:09.759Z Downloaded corncobs v0.1.4
7182026-08-19T00:48:09.759Z Downloaded multimap v0.10.1
7192026-08-19T00:48:09.759Z Downloaded der_derive v0.7.3
7202026-08-19T00:48:09.762Z Downloaded diesel-dtrace v0.5.0
7212026-08-19T00:48:09.762Z Downloaded displaydoc v0.2.5
7222026-08-19T00:48:09.762Z Downloaded prefix-trie v0.7.0
7232026-08-19T00:48:09.764Z Downloaded rustls-pki-types v1.14.0
7242026-08-19T00:48:09.764Z Downloaded match_cfg v0.1.0
7252026-08-19T00:48:09.767Z Downloaded newtype_derive v0.1.6
7262026-08-19T00:48:09.767Z Downloaded managed v0.8.0
7272026-08-19T00:48:09.767Z Downloaded num-conv v0.2.0
7282026-08-19T00:48:09.767Z Downloaded lzss v0.8.2
7292026-08-19T00:48:09.768Z Downloaded num-derive v0.4.2
7302026-08-19T00:48:09.770Z Downloaded parse-size v1.1.0
7312026-08-19T00:48:09.770Z Downloaded tracing-attributes v0.1.31
7322026-08-19T00:48:09.773Z Downloaded arc-swap v1.8.2
7332026-08-19T00:48:09.777Z Downloaded radium v0.7.0
7342026-08-19T00:48:09.779Z Downloaded chacha20poly1305 v0.10.1
7352026-08-19T00:48:09.780Z Downloaded compact_str v0.8.1
7362026-08-19T00:48:09.780Z Downloaded omicron-zone-package v0.12.3
7372026-08-19T00:48:09.782Z Downloaded progenitor-impl v0.14.0
7382026-08-19T00:48:09.782Z Downloaded seq-macro v0.3.6
7392026-08-19T00:48:09.791Z Downloaded defmt-macros v1.0.1
7402026-08-19T00:48:09.794Z Downloaded derive_builder_core v0.20.2
7412026-08-19T00:48:09.794Z Downloaded flume v0.11.1
7422026-08-19T00:48:09.797Z Downloaded heapless v0.8.0
7432026-08-19T00:48:09.799Z Downloaded futures v0.3.32
7442026-08-19T00:48:09.802Z Downloaded progenitor-macro v0.13.0
7452026-08-19T00:48:09.802Z Downloaded progenitor-macro v0.14.0
7462026-08-19T00:48:09.802Z Downloaded ref-cast v1.0.25
7472026-08-19T00:48:09.805Z Downloaded tokio-stream v0.1.18
7482026-08-19T00:48:09.807Z Downloaded progenitor-impl v0.13.0
7492026-08-19T00:48:09.810Z Downloaded ar_archive_writer v0.5.1
7502026-08-19T00:48:09.810Z Downloaded base64 v0.21.7
7512026-08-19T00:48:09.813Z Downloaded signature v2.2.0
7522026-08-19T00:48:09.816Z Downloaded indoc v1.0.9
7532026-08-19T00:48:09.819Z Downloaded siphasher v1.0.2
7542026-08-19T00:48:09.823Z Downloaded chumsky v0.9.3
7552026-08-19T00:48:09.826Z Downloaded strsim v0.10.0
7562026-08-19T00:48:09.829Z Downloaded rcgen v0.12.1
7572026-08-19T00:48:09.833Z Downloaded ipnet v2.12.0
7582026-08-19T00:48:09.836Z Downloaded strum v0.26.3
7592026-08-19T00:48:09.836Z Downloaded darling v0.20.11
7602026-08-19T00:48:09.839Z Downloaded phc v0.6.1
7612026-08-19T00:48:09.842Z Downloaded semver v0.1.20
7622026-08-19T00:48:09.842Z Downloaded shell-words v1.1.1
7632026-08-19T00:48:09.842Z Downloaded slog-bunyan v2.5.0
7642026-08-19T00:48:09.842Z Downloaded oxnet v0.1.6
7652026-08-19T00:48:09.845Z Downloaded sha1 v0.11.0
7662026-08-19T00:48:09.845Z Downloaded thread-id v5.1.0
7672026-08-19T00:48:09.845Z Downloaded primeorder v0.14.0
7682026-08-19T00:48:09.845Z Downloaded tap v1.0.1
7692026-08-19T00:48:09.848Z Downloaded spin v0.9.8
7702026-08-19T00:48:09.848Z Downloaded tls_codec v0.4.2
7712026-08-19T00:48:09.848Z Downloaded tungstenite v0.21.0
7722026-08-19T00:48:09.851Z Downloaded subprocess v0.2.15
7732026-08-19T00:48:09.855Z Downloaded unsafe-libyaml v0.2.11
7742026-08-19T00:48:09.855Z Downloaded knus-derive v3.4.0
7752026-08-19T00:48:09.858Z Downloaded packed_struct_codegen v0.10.1
7762026-08-19T00:48:09.859Z Downloaded multer v3.1.0
7772026-08-19T00:48:09.859Z Downloaded password-hash v0.5.0
7782026-08-19T00:48:09.859Z Downloaded pin-project-lite v0.2.17
7792026-08-19T00:48:09.862Z Downloaded rand_xorshift v0.4.0
7802026-08-19T00:48:09.862Z Downloaded rustc-demangle v0.1.27
7812026-08-19T00:48:09.865Z Downloaded proc-macro-error2 v2.0.1
7822026-08-19T00:48:09.868Z Downloaded typify-macro v0.6.2
7832026-08-19T00:48:09.868Z Downloaded universal-hash v0.5.1
7842026-08-19T00:48:09.868Z Downloaded unit-prefix v0.5.2
7852026-08-19T00:48:09.868Z Downloaded oso v0.27.3
7862026-08-19T00:48:09.871Z Downloaded cpubits v0.1.1
7872026-08-19T00:48:09.874Z Downloaded cpufeatures v0.3.0
7882026-08-19T00:48:09.874Z Downloaded derive_builder v0.20.2
7892026-08-19T00:48:09.877Z Downloaded toml v0.7.8
7902026-08-19T00:48:09.880Z Downloaded pkg-config v0.3.32
7912026-08-19T00:48:09.880Z Downloaded progenitor-extras v0.2.0
7922026-08-19T00:48:09.880Z Downloaded recursive v0.1.1
7932026-08-19T00:48:09.884Z Downloaded serde_with_macros v1.5.2
7942026-08-19T00:48:09.887Z Downloaded heapless v0.7.17
7952026-08-19T00:48:09.890Z Downloaded hybrid-array v0.4.13
7962026-08-19T00:48:09.893Z Downloaded spki v0.8.0
7972026-08-19T00:48:09.893Z Downloaded libsw v3.5.0
7982026-08-19T00:48:09.896Z Downloaded utf8_iter v1.0.4
7992026-08-19T00:48:09.899Z Downloaded zerofrom-derive v0.1.6
8002026-08-19T00:48:09.899Z Downloaded crucible-workspace-hack v0.1.0
8012026-08-19T00:48:09.899Z Downloaded crypto-common v0.2.2
8022026-08-19T00:48:09.899Z Downloaded darling_macro v0.20.11
8032026-08-19T00:48:09.899Z Downloaded hashbrown v0.13.2
8042026-08-19T00:48:09.902Z Downloaded downcast-rs v2.0.2
8052026-08-19T00:48:09.902Z Downloaded litrs v1.0.0
8062026-08-19T00:48:09.905Z Downloaded aes v0.9.1
8072026-08-19T00:48:09.909Z Downloaded darling_macro v0.13.4
8082026-08-19T00:48:09.909Z Downloaded owo-colors v4.3.0
8092026-08-19T00:48:09.940Z Downloaded stacker v0.1.23
8102026-08-19T00:48:09.940Z Downloaded strum_macros v0.24.3
8112026-08-19T00:48:09.940Z Downloaded crossbeam-utils v0.8.21
8122026-08-19T00:48:09.940Z Downloaded secrecy v0.10.3
8132026-08-19T00:48:09.940Z Downloaded strum_macros v0.26.4
8142026-08-19T00:48:09.940Z Downloaded inout v0.2.2
8152026-08-19T00:48:09.941Z Downloaded indent_write v2.2.0
8162026-08-19T00:48:09.941Z Downloaded lalrpop-util v0.19.12
8172026-08-19T00:48:09.941Z Downloaded rayon-core v1.13.0
8182026-08-19T00:48:09.941Z Downloaded rand v0.8.6
8192026-08-19T00:48:09.941Z Downloaded schemars v1.2.1
8202026-08-19T00:48:09.941Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8212026-08-19T00:48:09.944Z Downloaded zopfli v0.8.3
8222026-08-19T00:48:09.945Z Downloaded vte v0.14.1
8232026-08-19T00:48:09.945Z Downloaded tinystr v0.8.2
8242026-08-19T00:48:09.945Z Downloaded md5 v0.8.0
8252026-08-19T00:48:09.945Z Downloaded vsss-rs v3.3.4
8262026-08-19T00:48:09.947Z Downloaded bumpalo v3.20.2
8272026-08-19T00:48:09.947Z Downloaded zerovec-derive v0.11.2
8282026-08-19T00:48:09.948Z Downloaded num v0.4.3
8292026-08-19T00:48:09.950Z Downloaded ecdsa v0.17.0
8302026-08-19T00:48:09.950Z Downloaded p256 v0.14.0
8312026-08-19T00:48:09.953Z Downloaded pkcs8 v0.11.0
8322026-08-19T00:48:09.953Z Downloaded peg-runtime v0.8.5
8332026-08-19T00:48:09.956Z Downloaded predicates-tree v1.0.13
8342026-08-19T00:48:09.956Z Downloaded proc-macro-crate v3.4.0
8352026-08-19T00:48:09.956Z Downloaded mime v0.3.17
8362026-08-19T00:48:09.956Z Downloaded openssl-probe v0.1.6
8372026-08-19T00:48:09.959Z Downloaded hickory-resolver v0.25.2
8382026-08-19T00:48:09.962Z Downloaded openssl-probe v0.2.1
8392026-08-19T00:48:09.962Z Downloaded zstd v0.13.3
8402026-08-19T00:48:09.962Z Downloaded path-slash v0.1.5
8412026-08-19T00:48:09.966Z Downloaded hkdf v0.12.4
8422026-08-19T00:48:09.966Z Downloaded flate2 v1.1.9
8432026-08-19T00:48:09.969Z Downloaded hickory-resolver v0.24.4
8442026-08-19T00:48:09.969Z Downloaded hashbrown v0.12.3
8452026-08-19T00:48:09.972Z Downloaded hickory-server v0.25.2
8462026-08-19T00:48:09.974Z Downloaded slog-term v2.9.2
8472026-08-19T00:48:09.977Z Downloaded smallvec v0.6.14
8482026-08-19T00:48:09.977Z Downloaded whoami v2.1.0
8492026-08-19T00:48:09.977Z Downloaded zip v0.6.6
8502026-08-19T00:48:09.980Z Downloaded ed25519 v3.0.0
8512026-08-19T00:48:09.983Z Downloaded deranged v0.5.8
8522026-08-19T00:48:09.983Z Downloaded progenitor-client v0.14.0
8532026-08-19T00:48:09.983Z Downloaded rfc6979 v0.4.0
8542026-08-19T00:48:09.983Z Downloaded crc-any v2.5.0
8552026-08-19T00:48:09.986Z Downloaded darling_core v0.21.3
8562026-08-19T00:48:09.989Z Downloaded cc v1.2.56
8572026-08-19T00:48:09.991Z Downloaded scroll_derive v0.13.1
8582026-08-19T00:48:09.991Z Downloaded serde_plain v1.0.2
8592026-08-19T00:48:09.994Z Downloaded derive-ex v0.1.8
8602026-08-19T00:48:09.994Z Downloaded rand v0.9.2
8612026-08-19T00:48:09.997Z Downloaded tabwriter v1.4.1
8622026-08-19T00:48:09.997Z Downloaded tinyvec_macros v0.1.1
8632026-08-19T00:48:09.997Z Downloaded ipnetwork v0.21.1
8642026-08-19T00:48:10.000Z Downloaded icu_normalizer v2.1.1
8652026-08-19T00:48:10.004Z Downloaded impl-trait-for-tuples v0.2.3
8662026-08-19T00:48:10.004Z Downloaded serde-big-array v0.5.1
8672026-08-19T00:48:10.004Z Downloaded signal-hook-mio v0.2.5
8682026-08-19T00:48:10.007Z Downloaded stable_deref_trait v1.2.1
8692026-08-19T00:48:10.007Z Downloaded native-tls v0.2.18
8702026-08-19T00:48:10.012Z Downloaded libsw-core v0.3.2
8712026-08-19T00:48:10.014Z Downloaded zstd-safe v7.2.4
8722026-08-19T00:48:10.017Z Downloaded usdt-attr-macro v0.6.0
8732026-08-19T00:48:10.017Z Downloaded void v1.0.2
8742026-08-19T00:48:10.020Z Downloaded tokio-rustls v0.26.4
8752026-08-19T00:48:10.023Z Downloaded xattr v1.6.1
8762026-08-19T00:48:10.026Z Downloaded r2d2 v0.8.10
8772026-08-19T00:48:10.029Z Downloaded universal-hash v0.6.1
8782026-08-19T00:48:10.029Z Downloaded miette-derive v7.6.0
8792026-08-19T00:48:10.031Z Downloaded http v1.4.2
8802026-08-19T00:48:10.034Z Downloaded mime_guess v2.0.5
8812026-08-19T00:48:10.037Z Downloaded zone v0.3.1
8822026-08-19T00:48:10.037Z Downloaded pbkdf2 v0.13.0
8832026-08-19T00:48:10.037Z Downloaded tokio-test v0.4.5
8842026-08-19T00:48:10.040Z Downloaded crc v3.4.0
8852026-08-19T00:48:10.044Z Downloaded smallvec v1.15.1
8862026-08-19T00:48:10.051Z Downloaded steno v0.4.1
8872026-08-19T00:48:10.054Z Downloaded darling_core v0.20.11
8882026-08-19T00:48:10.057Z Downloaded indicatif v0.18.4
8892026-08-19T00:48:10.060Z Downloaded serde_path_to_error v0.1.20
8902026-08-19T00:48:10.060Z Downloaded slab v0.4.12
8912026-08-19T00:48:10.063Z Downloaded jobserver v0.1.34
8922026-08-19T00:48:10.064Z Downloaded humantime v2.3.0
8932026-08-19T00:48:10.064Z Downloaded hyper-tls v0.6.0
8942026-08-19T00:48:10.067Z Downloaded instant v0.1.13
8952026-08-19T00:48:10.067Z Downloaded rustls-native-certs v0.8.3
8962026-08-19T00:48:10.070Z Downloaded defmt v0.3.100
8972026-08-19T00:48:10.070Z Downloaded diesel_table_macro_syntax v0.3.0
8982026-08-19T00:48:10.073Z Downloaded memoffset v0.9.1
8992026-08-19T00:48:10.082Z Downloaded dyn-clone v1.0.20
9002026-08-19T00:48:10.085Z Downloaded idna_adapter v1.2.1
9012026-08-19T00:48:10.088Z Downloaded schemars v0.9.0
9022026-08-19T00:48:10.092Z Downloaded zerocopy v0.6.6
9032026-08-19T00:48:10.095Z Downloaded lru-cache v0.1.2
9042026-08-19T00:48:10.095Z Downloaded tinyvec v1.10.0
9052026-08-19T00:48:10.098Z Downloaded ssh-encoding v0.3.0
9062026-08-19T00:48:10.098Z Downloaded yansi v1.0.1
9072026-08-19T00:48:10.098Z Downloaded walkdir v2.5.0
9082026-08-19T00:48:10.101Z Downloaded cookie_store v0.22.1
9092026-08-19T00:48:10.101Z Downloaded parking_lot_core v0.9.12
9102026-08-19T00:48:10.103Z Downloaded poly1305 v0.9.0
9112026-08-19T00:48:10.104Z Downloaded knus v3.4.0
9122026-08-19T00:48:10.106Z Downloaded papergrid v0.18.0
9132026-08-19T00:48:10.109Z Downloaded ssh-cipher v0.3.0
9142026-08-19T00:48:10.109Z Downloaded twox-hash v2.1.2
9152026-08-19T00:48:10.109Z Downloaded nom v7.1.3
9162026-08-19T00:48:10.117Z Downloaded postgres-types v0.2.12
9172026-08-19T00:48:10.120Z Downloaded password-hash v0.6.1
9182026-08-19T00:48:10.123Z Downloaded tokio-tungstenite v0.23.1
9192026-08-19T00:48:10.123Z Downloaded hashbrown v0.15.5
9202026-08-19T00:48:10.126Z Downloaded num-bigint-dig v0.8.6
9212026-08-19T00:48:10.128Z Downloaded hashbrown v0.14.5
9222026-08-19T00:48:10.131Z Downloaded rfc6979 v0.6.0
9232026-08-19T00:48:10.131Z Downloaded daft-derive v0.1.7
9242026-08-19T00:48:10.134Z Downloaded darling v0.13.4
9252026-08-19T00:48:10.134Z Downloaded rustc_version v0.1.7
9262026-08-19T00:48:10.134Z Downloaded serde_bytes v0.11.19
9272026-08-19T00:48:10.137Z Downloaded icu_locale_core v2.1.1
9282026-08-19T00:48:10.140Z Downloaded rustc-hash v2.1.1
9292026-08-19T00:48:10.140Z Downloaded sha2 v0.11.0
9302026-08-19T00:48:10.140Z Downloaded supports-unicode v3.0.0
9312026-08-19T00:48:10.143Z Downloaded tar v0.4.46
9322026-08-19T00:48:10.143Z Downloaded toml v1.1.2+spec-1.1.0
9332026-08-19T00:48:10.146Z Downloaded peg v0.8.5
9342026-08-19T00:48:10.149Z Downloaded linked-hash-map v0.5.6
9352026-08-19T00:48:10.149Z Downloaded uuid v1.23.4
9362026-08-19T00:48:10.149Z Downloaded structmeta-derive v0.3.0
9372026-08-19T00:48:10.152Z Downloaded thiserror-impl-no-std v2.0.2
9382026-08-19T00:48:10.152Z Downloaded num_enum v0.7.6
9392026-08-19T00:48:10.157Z Downloaded csv-core v0.1.13
9402026-08-19T00:48:10.157Z Downloaded sha1 v0.10.6
9412026-08-19T00:48:10.159Z Downloaded schemars v0.8.22
9422026-08-19T00:48:10.164Z Downloaded tagptr v0.2.0
9432026-08-19T00:48:10.167Z Downloaded url v2.5.8
9442026-08-19T00:48:10.167Z Downloaded xshell v0.2.7
9452026-08-19T00:48:10.170Z Downloaded unicode-xid v0.2.6
9462026-08-19T00:48:10.170Z Downloaded drift v0.2.0
9472026-08-19T00:48:10.173Z Downloaded dirs-next v2.0.0
9482026-08-19T00:48:10.176Z Downloaded icu_properties v2.1.2
9492026-08-19T00:48:10.177Z Downloaded crc-catalog v2.4.0
9502026-08-19T00:48:10.180Z Downloaded oxide-tokio-rt v0.1.4
9512026-08-19T00:48:10.183Z Downloaded oxide-update-engine-display v0.1.2
9522026-08-19T00:48:10.183Z Downloaded phf v0.12.1
9532026-08-19T00:48:10.183Z Downloaded progenitor v0.13.0
9542026-08-19T00:48:10.183Z Downloaded psm v0.1.30
9552026-08-19T00:48:10.596Z Downloaded rsa v0.10.0-rc.18
9562026-08-19T00:48:10.596Z Downloaded darling_core v0.23.0
9572026-08-19T00:48:10.596Z Downloaded darling_macro v0.23.0
9582026-08-19T00:48:10.596Z Downloaded rand_core v0.9.5
9592026-08-19T00:48:10.596Z Downloaded ryu v1.0.23
9602026-08-19T00:48:10.596Z Downloaded slog-stdlog v4.1.1
9612026-08-19T00:48:10.596Z Downloaded defmt v1.0.1
9622026-08-19T00:48:10.596Z Downloaded usdt v0.6.0
9632026-08-19T00:48:10.596Z Downloaded similar v2.7.0
9642026-08-19T00:48:10.596Z Downloaded tokio-tungstenite v0.21.0
9652026-08-19T00:48:10.596Z Downloaded maybe-uninit v2.0.0
9662026-08-19T00:48:10.597Z Downloaded md-5 v0.10.6
9672026-08-19T00:48:10.597Z Downloaded static_assertions v1.1.0
9682026-08-19T00:48:10.597Z Downloaded strum_macros v0.27.2
9692026-08-19T00:48:10.597Z Downloaded digest-io v0.1.0
9702026-08-19T00:48:10.597Z Downloaded ml-kem v0.3.2
9712026-08-19T00:48:10.597Z Downloaded keccak v0.1.6
9722026-08-19T00:48:10.597Z Downloaded vergen v9.1.0
9732026-08-19T00:48:10.597Z Downloaded ed25519-dalek v3.0.0
9742026-08-19T00:48:10.597Z Downloaded whoami v1.6.1
9752026-08-19T00:48:10.597Z Downloaded scopeguard v1.2.0
9762026-08-19T00:48:10.597Z Downloaded sec1 v0.7.3
9772026-08-19T00:48:10.597Z Downloaded serde-hex v0.1.0
9782026-08-19T00:48:10.597Z Downloaded spki v0.7.3
9792026-08-19T00:48:10.597Z Downloaded num-iter v0.1.45
9802026-08-19T00:48:10.597Z Downloaded hashbrown v0.16.1
9812026-08-19T00:48:10.597Z Downloaded rustls-webpki v0.103.13
9822026-08-19T00:48:10.597Z Downloaded rand_core v0.10.0
9832026-08-19T00:48:10.597Z Downloaded ecdsa v0.16.9
9842026-08-19T00:48:10.597Z Downloaded derive_more v0.99.20
9852026-08-19T00:48:10.597Z Downloaded ssh-key v0.7.0-rc.11
9862026-08-19T00:48:10.597Z Downloaded ref-cast-impl v1.0.25
9872026-08-19T00:48:10.597Z Downloaded socket2 v0.6.3
9882026-08-19T00:48:10.598Z Downloaded toml_datetime v1.1.1+spec-1.1.0
9892026-08-19T00:48:10.598Z Downloaded indoc v2.0.7
9902026-08-19T00:48:10.598Z Downloaded nanorand v0.7.0
9912026-08-19T00:48:10.598Z Downloaded num-bigint v0.4.6
9922026-08-19T00:48:10.598Z Downloaded dof v0.4.0
9932026-08-19T00:48:10.598Z Downloaded test-strategy v0.4.5
9942026-08-19T00:48:10.598Z Downloaded zerocopy-derive v0.8.55
9952026-08-19T00:48:10.598Z Downloaded const_format_proc_macros v0.2.34
9962026-08-19T00:48:10.598Z Downloaded serde_urlencoded v0.7.1
9972026-08-19T00:48:10.598Z Downloaded time-core v0.1.8
9982026-08-19T00:48:10.598Z Downloaded num-traits v0.2.19
9992026-08-19T00:48:10.598Z Downloaded p384 v0.14.0
10002026-08-19T00:48:10.598Z Downloaded pkcs1 v0.8.0-rc.4
10012026-08-19T00:48:10.598Z Downloaded zerofrom v0.1.6
10022026-08-19T00:48:10.598Z Downloaded aho-corasick v1.1.4
10032026-08-19T00:48:10.598Z Downloaded rand_core v0.6.4
10042026-08-19T00:48:10.598Z Downloaded schemars_derive v0.8.22
10052026-08-19T00:48:10.598Z Downloaded shlex v1.3.0
10062026-08-19T00:48:10.598Z Downloaded libefi-sys v0.1.0
10072026-08-19T00:48:10.598Z Downloaded hkdf v0.13.0
10082026-08-19T00:48:10.598Z Downloaded crc32fast v1.5.0
10092026-08-19T00:48:10.598Z Downloaded pin-project v1.1.11
10102026-08-19T00:48:10.598Z Downloaded slog-scope v4.4.1
10112026-08-19T00:48:10.598Z Downloaded oso-derive v0.27.3
10122026-08-19T00:48:10.598Z Downloaded phf_shared v0.11.3
10132026-08-19T00:48:10.598Z Downloaded phf_shared v0.13.1
10142026-08-19T00:48:10.598Z Downloaded proc-macro-crate v1.3.1
10152026-08-19T00:48:10.598Z Downloaded h2 v0.4.15
10162026-08-19T00:48:10.598Z Downloaded rpassword v7.5.4
10172026-08-19T00:48:10.598Z Downloaded slog-json v2.6.1
10182026-08-19T00:48:10.599Z Downloaded try-lock v0.2.5
10192026-08-19T00:48:10.599Z Downloaded inout v0.1.4
10202026-08-19T00:48:10.599Z Downloaded dropshot_endpoint v0.17.1
10212026-08-19T00:48:10.599Z Downloaded tokio-native-tls v0.3.1
10222026-08-19T00:48:10.599Z Downloaded vergen-lib v9.1.0
10232026-08-19T00:48:10.599Z Downloaded tracing-core v0.1.36
10242026-08-19T00:48:10.599Z Downloaded icu_provider v2.1.1
10252026-08-19T00:48:10.599Z Downloaded ignore v0.4.25
10262026-08-19T00:48:10.599Z Downloaded untrusted v0.9.0
10272026-08-19T00:48:10.599Z Downloaded progenitor v0.14.0
10282026-08-19T00:48:10.599Z Downloaded pin-project-internal v1.1.11
10292026-08-19T00:48:10.599Z Downloaded ppv-lite86 v0.2.21
10302026-08-19T00:48:10.599Z Downloaded russh-util v0.52.0
10312026-08-19T00:48:10.599Z Downloaded slog-async v2.8.0
10322026-08-19T00:48:10.599Z Downloaded sponge-cursor v0.1.0
10332026-08-19T00:48:10.599Z Downloaded usdt-impl v0.6.0
10342026-08-19T00:48:10.599Z Downloaded darling v0.21.3
10352026-08-19T00:48:10.599Z Downloaded want v0.3.1
10362026-08-19T00:48:10.599Z Downloaded digest v0.11.3
10372026-08-19T00:48:10.599Z Downloaded hyper-rustls v0.27.7
10382026-08-19T00:48:10.599Z Downloaded postcard v1.1.3
10392026-08-19T00:48:10.600Z Downloaded term v0.7.0
10402026-08-19T00:48:10.600Z Downloaded sqlparser_derive v0.5.0
10412026-08-19T00:48:10.600Z Downloaded termtree v0.5.1
10422026-08-19T00:48:10.600Z Downloaded ctutils v0.4.2
10432026-08-19T00:48:10.600Z Downloaded daft v0.1.7
10442026-08-19T00:48:10.601Z Downloaded tokio-util v0.7.18
10452026-08-19T00:48:10.601Z Downloaded rsa v0.9.10
10462026-08-19T00:48:10.601Z Downloaded normalize-line-endings v0.3.0
10472026-08-19T00:48:10.602Z Downloaded parse-display-derive v0.10.0
10482026-08-19T00:48:10.602Z Downloaded indexmap v1.9.3
10492026-08-19T00:48:10.602Z Downloaded new_debug_unreachable v1.0.6
10502026-08-19T00:48:10.602Z Downloaded kstat-rs v0.2.5
10512026-08-19T00:48:10.602Z Downloaded num-rational v0.4.2
10522026-08-19T00:48:10.602Z Downloaded rand_chacha v0.9.0
10532026-08-19T00:48:10.602Z Downloaded reqwest v0.13.2
10542026-08-19T00:48:10.602Z Downloaded tokio-dtrace v0.1.1
10552026-08-19T00:48:10.605Z Downloaded structmeta v0.3.0
10562026-08-19T00:48:10.605Z Downloaded typify v0.6.2
10572026-08-19T00:48:10.605Z Downloaded subtle v2.6.1
10582026-08-19T00:48:10.605Z Downloaded simd-adler32 v0.3.8
10592026-08-19T00:48:10.605Z Downloaded num_threads v0.1.7
10602026-08-19T00:48:10.605Z Downloaded iana-time-zone v0.1.65
10612026-08-19T00:48:10.605Z Downloaded idna v1.1.0
10622026-08-19T00:48:10.605Z Downloaded psl-types v2.0.11
10632026-08-19T00:48:10.605Z Downloaded polyval v0.7.1
10642026-08-19T00:48:10.605Z Downloaded tokio-postgres v0.7.16
10652026-08-19T00:48:10.605Z Downloaded sqlformat v0.3.5
10662026-08-19T00:48:10.606Z Downloaded tower v0.5.3
10672026-08-19T00:48:10.606Z Downloaded itertools v0.14.0
10682026-08-19T00:48:10.606Z Downloaded zerotrie v0.2.3
10692026-08-19T00:48:10.606Z Downloaded diff v0.1.13
10702026-08-19T00:48:10.607Z Downloaded des v0.9.0
10712026-08-19T00:48:10.607Z Downloaded litemap v0.8.1
10722026-08-19T00:48:10.607Z Downloaded pretty_assertions v1.4.1
10732026-08-19T00:48:10.607Z Downloaded unicode-segmentation v1.12.0
10742026-08-19T00:48:10.607Z Downloaded supports-color v3.0.2
10752026-08-19T00:48:10.607Z Downloaded vergen-gitcl v1.0.8
10762026-08-19T00:48:10.607Z Downloaded writeable v0.6.2
10772026-08-19T00:48:10.607Z Downloaded wnaf v0.14.0
10782026-08-19T00:48:10.607Z Downloaded openssl-macros v0.1.1
10792026-08-19T00:48:10.607Z Downloaded derive_builder_macro v0.20.2
10802026-08-19T00:48:10.607Z Downloaded internet-checksum v0.2.1
10812026-08-19T00:48:10.607Z Downloaded publicsuffix v2.3.0
10822026-08-19T00:48:10.607Z Downloaded crossbeam-channel v0.5.15
10832026-08-19T00:48:10.607Z Downloaded signal-hook v0.3.18
10842026-08-19T00:48:10.607Z Downloaded convert_case v0.10.0
10852026-08-19T00:48:10.607Z Downloaded libbz2-rs-sys v0.2.2
10862026-08-19T00:48:10.608Z Downloaded delegate v0.13.5
10872026-08-19T00:48:10.608Z Downloaded ingot v0.2.1
10882026-08-19T00:48:10.608Z Downloaded num_enum_derive v0.5.11
10892026-08-19T00:48:10.608Z Downloaded dropshot-api-manager-types v0.8.0
10902026-08-19T00:48:10.608Z Downloaded hyper-util v0.1.20
10912026-08-19T00:48:10.608Z Downloaded serde_with_macros v3.21.0
10922026-08-19T00:48:10.608Z Downloaded ed25519-dalek v2.2.0
10932026-08-19T00:48:10.608Z Downloaded same-file v1.0.6
10942026-08-19T00:48:10.608Z Downloaded diesel_derives v2.3.7
10952026-08-19T00:48:10.608Z Downloaded postgres-protocol v0.6.10
10962026-08-19T00:48:10.608Z Downloaded rand_chacha v0.3.1
10972026-08-19T00:48:10.608Z Downloaded scrypt v0.12.0
10982026-08-19T00:48:10.608Z Downloaded oxide-update-engine-types v0.1.2
10992026-08-19T00:48:10.608Z Downloaded tower-service v0.3.3
11002026-08-19T00:48:10.608Z Downloaded ident_case v1.0.1
11012026-08-19T00:48:10.608Z Downloaded lazy_static v1.5.0
11022026-08-19T00:48:10.608Z Downloaded support-bundle-viewer v0.1.2
11032026-08-19T00:48:10.608Z Downloaded winnow v1.0.3
11042026-08-19T00:48:10.608Z Downloaded jiff-core v0.1.0
11052026-08-19T00:48:10.608Z Downloaded phf v0.13.1
11062026-08-19T00:48:10.608Z Downloaded reqwest v0.12.28
11072026-08-19T00:48:10.608Z Downloaded unicode-properties v0.1.4
11082026-08-19T00:48:10.608Z Downloaded sync_wrapper v1.0.2
11092026-08-19T00:48:10.609Z Downloaded usdt-macro v0.6.0
11102026-08-19T00:48:10.609Z Downloaded crc8 v0.1.1
11112026-08-19T00:48:10.609Z Downloaded dunce v1.0.5
11122026-08-19T00:48:10.609Z Downloaded untrusted v0.7.1
11132026-08-19T00:48:10.609Z Downloaded portable-atomic v1.13.1
11142026-08-19T00:48:10.609Z Downloaded vergen-git2 v9.1.0
11152026-08-19T00:48:10.609Z Downloaded scheduled-thread-pool v0.2.7
11162026-08-19T00:48:10.609Z Downloaded uzers v0.12.2
11172026-08-19T00:48:10.609Z Downloaded toml_parser v1.1.2+spec-1.1.0
11182026-08-19T00:48:10.609Z Downloaded ron v0.8.1
11192026-08-19T00:48:10.609Z Downloaded crossbeam-deque v0.8.6
11202026-08-19T00:48:10.609Z Downloaded ingot-types v0.2.0
11212026-08-19T00:48:10.609Z Downloaded der v0.7.10
11222026-08-19T00:48:10.609Z Downloaded serde_with v3.21.0
11232026-08-19T00:48:10.609Z Downloaded sync-ptr v0.1.4
11242026-08-19T00:48:10.609Z Downloaded illumos-nvpair v0.3.0
11252026-08-19T00:48:10.609Z Downloaded dtrace-parser v0.3.0
11262026-08-19T00:48:10.609Z Downloaded linear-map v1.2.0
11272026-08-19T00:48:10.609Z Downloaded hyper-staticfile v0.10.1
11282026-08-19T00:48:10.609Z Downloaded tokio-macros v2.7.0
11292026-08-19T00:48:10.609Z Downloaded icu_normalizer_data v2.1.1
11302026-08-19T00:48:10.609Z Downloaded newtype-uuid v1.3.2
11312026-08-19T00:48:10.609Z Downloaded trait-variant v0.1.2
11322026-08-19T00:48:10.609Z Downloaded powerfmt v0.2.0
11332026-08-19T00:48:10.609Z Downloaded crypto-primes v0.7.2
11342026-08-19T00:48:10.609Z Downloaded internal-russh-num-bigint v0.5.0
11352026-08-19T00:48:10.613Z Downloaded proc-macro-error-attr2 v2.0.0
11362026-08-19T00:48:10.613Z Downloaded ingot-macros v0.2.0
11372026-08-19T00:48:10.613Z Downloaded num-integer v0.1.46
11382026-08-19T00:48:10.613Z Downloaded lock_api v0.4.14
11392026-08-19T00:48:10.613Z Downloaded predicates v3.1.4
11402026-08-19T00:48:10.613Z Downloaded defmt-parser v1.0.0
11412026-08-19T00:48:10.613Z Downloaded nonempty v0.12.0
11422026-08-19T00:48:10.616Z Downloaded yoke-derive v0.8.1
11432026-08-19T00:48:10.616Z Downloaded cookie v0.18.1
11442026-08-19T00:48:10.616Z Downloaded signal-hook-registry v1.4.8
11452026-08-19T00:48:10.624Z Downloaded x509-cert v0.2.5
11462026-08-19T00:48:10.627Z Downloaded typed-path v0.9.3
11472026-08-19T00:48:10.631Z Downloaded unicode-normalization v0.1.25
11482026-08-19T00:48:10.633Z Downloaded miniz_oxide v0.8.9
11492026-08-19T00:48:10.636Z Downloaded mio v1.2.0
11502026-08-19T00:48:10.639Z Downloaded tough v0.22.0
11512026-08-19T00:48:10.642Z Downloaded libxml v0.3.3
11522026-08-19T00:48:10.645Z Downloaded tower-layer v0.3.3
11532026-08-19T00:48:10.647Z Downloaded constant_time_eq v0.4.2
11542026-08-19T00:48:10.647Z Downloaded serde_spanned v1.1.1
11552026-08-19T00:48:10.647Z Downloaded darling_core v0.13.4
11562026-08-19T00:48:10.650Z Downloaded derive_more v2.1.1
11572026-08-19T00:48:10.655Z Downloaded testing_table v0.3.0
11582026-08-19T00:48:10.658Z Downloaded git2 v0.20.4
11592026-08-19T00:48:10.661Z Downloaded samael v0.0.19
11602026-08-19T00:48:10.664Z Downloaded prettyplease v0.2.37
11612026-08-19T00:48:10.666Z Downloaded keccak v0.2.0
11622026-08-19T00:48:10.669Z Downloaded pkcs8 v0.10.2
11632026-08-19T00:48:10.669Z Downloaded yoke v0.8.1
11642026-08-19T00:48:10.669Z Downloaded dsl_auto_type v0.2.0
11652026-08-19T00:48:10.672Z Downloaded signature v3.0.0
11662026-08-19T00:48:10.672Z Downloaded recursive-proc-macro-impl v0.1.1
11672026-08-19T00:48:10.672Z Downloaded lru v0.12.5
11682026-08-19T00:48:10.672Z Downloaded serde_derive_internals v0.29.1
11692026-08-19T00:48:10.672Z Downloaded stringprep v0.1.5
11702026-08-19T00:48:10.678Z Downloaded hyper v1.10.1
11712026-08-19T00:48:10.678Z Downloaded toml_edit v0.19.15
11722026-08-19T00:48:10.685Z Downloaded tungstenite v0.23.0
11732026-08-19T00:48:10.688Z Downloaded slog v2.8.2
11742026-08-19T00:48:10.690Z Downloaded string_cache v0.8.9
11752026-08-19T00:48:10.691Z Downloaded data-encoding v2.10.0
11762026-08-19T00:48:10.691Z Downloaded module-lattice v0.2.3
11772026-08-19T00:48:10.693Z Downloaded serde_yaml v0.9.34+deprecated
11782026-08-19T00:48:10.693Z Downloaded elliptic-curve v0.13.8
11792026-08-19T00:48:10.697Z Downloaded icu_collections v2.1.1
11802026-08-19T00:48:10.699Z Downloaded darling_macro v0.21.3
11812026-08-19T00:48:10.702Z Downloaded darling v0.23.0
11822026-08-19T00:48:10.705Z Downloaded derive-where v1.6.0
11832026-08-19T00:48:10.708Z Downloaded reedline v0.40.0
11842026-08-19T00:48:10.710Z Downloaded nu-ansi-term v0.50.3
11852026-08-19T00:48:10.713Z Downloaded parking_lot v0.11.2
11862026-08-19T00:48:10.717Z Downloaded thiserror-no-std v2.0.2
11872026-08-19T00:48:10.720Z Downloaded either v1.15.0
11882026-08-19T00:48:10.720Z Downloaded is-terminal v0.4.17
11892026-08-19T00:48:10.723Z Downloaded crossbeam-epoch v0.9.18
11902026-08-19T00:48:10.723Z Downloaded russh-cryptovec v0.62.0
11912026-08-19T00:48:10.723Z Downloaded rustversion v1.0.22
11922026-08-19T00:48:10.726Z Downloaded wyz v0.5.1
11932026-08-19T00:48:10.729Z Downloaded pem v3.0.6
11942026-08-19T00:48:10.729Z Downloaded scuffle v0.1.0
11952026-08-19T00:48:10.731Z Downloaded crossterm v0.29.0
11962026-08-19T00:48:10.734Z Downloaded rustls-platform-verifier v0.6.2
11972026-08-19T00:48:10.734Z Downloaded rusty-fork v0.3.1
11982026-08-19T00:48:10.737Z Downloaded tiny-keccak v2.0.2
11992026-08-19T00:48:10.737Z Downloaded aws-lc-rs v1.16.3
12002026-08-19T00:48:10.742Z Downloaded unicode_categories v0.1.1
12012026-08-19T00:48:10.744Z Downloaded blake3 v1.8.5
12022026-08-19T00:48:10.747Z Downloaded nom v8.0.0
12032026-08-19T00:48:10.750Z Downloaded ctr v0.10.1
12042026-08-19T00:48:10.753Z Downloaded rand v0.10.1
12052026-08-19T00:48:10.755Z Downloaded parking_lot_core v0.8.6
12062026-08-19T00:48:10.755Z Downloaded poly1305 v0.8.0
12072026-08-19T00:48:10.758Z Downloaded winnow v0.5.40
12082026-08-19T00:48:10.761Z Downloaded winnow v0.6.26
12092026-08-19T00:48:10.766Z Downloaded minimal-lexical v0.2.1
12102026-08-19T00:48:10.769Z Downloaded memmap2 v0.9.10
12112026-08-19T00:48:10.772Z Downloaded libloading v0.8.9
12122026-08-19T00:48:10.775Z Downloaded icu_properties_data v2.1.2
12132026-08-19T00:48:10.783Z Downloaded der v0.8.0
12142026-08-19T00:48:10.793Z Downloaded goblin v0.10.5
12152026-08-19T00:48:10.797Z Downloaded snafu v0.8.9
12162026-08-19T00:48:10.803Z Downloaded pkcs1 v0.7.5
12172026-08-19T00:48:10.816Z Downloaded socket2 v0.5.10
12182026-08-19T00:48:10.824Z Downloaded crypto-bigint v0.5.5
12192026-08-19T00:48:10.828Z Downloaded itertools v0.10.5
12202026-08-19T00:48:10.832Z Downloaded salty v0.3.0
12212026-08-19T00:48:10.836Z Downloaded yasna v0.5.2
12222026-08-19T00:48:10.842Z Downloaded zeroize v1.9.0
12232026-08-19T00:48:10.842Z Downloaded ed25519 v2.2.3
12242026-08-19T00:48:10.842Z Downloaded miette v7.6.0
12252026-08-19T00:48:10.845Z Downloaded toml_edit v0.23.10+spec-1.0.0
12262026-08-19T00:48:10.848Z Downloaded gimli v0.32.3
12272026-08-19T00:48:10.851Z Downloaded chrono v0.4.45
12282026-08-19T00:48:10.855Z Downloaded const_format v0.2.35
12292026-08-19T00:48:10.867Z Downloaded bitvec v1.0.1
12302026-08-19T00:48:10.876Z Downloaded radix_trie v0.2.1
12312026-08-19T00:48:10.880Z Downloaded itertools v0.13.0
12322026-08-19T00:48:10.886Z Downloaded qorb v0.4.1
12332026-08-19T00:48:10.889Z Downloaded tower-http v0.6.8
12342026-08-19T00:48:10.893Z Downloaded unicode-bidi v0.3.18
12352026-08-19T00:48:10.905Z Downloaded iri-string v0.7.10
12362026-08-19T00:48:10.909Z Downloaded rustyline v14.0.0
12372026-08-19T00:48:10.913Z Downloaded openssl-sys v0.9.117
12382026-08-19T00:48:10.915Z Downloaded bindgen v0.71.1
12392026-08-19T00:48:10.919Z Downloaded crossterm v0.28.1
12402026-08-19T00:48:10.923Z Downloaded quinn v0.11.11
12412026-08-19T00:48:10.928Z Downloaded regex v1.12.3
12422026-08-19T00:48:10.931Z Downloaded zip v4.6.1
12432026-08-19T00:48:10.934Z Downloaded vcpkg v0.2.15
12442026-08-19T00:48:10.958Z Downloaded libm v0.2.16
12452026-08-19T00:48:10.963Z Downloaded p521 v0.14.0
12462026-08-19T00:48:10.967Z Downloaded polar-core v0.27.3
12472026-08-19T00:48:10.970Z Downloaded time v0.3.47
12482026-08-19T00:48:10.976Z Downloaded itertools v0.15.0
12492026-08-19T00:48:10.982Z Downloaded object v0.30.4
12502026-08-19T00:48:10.987Z Downloaded quinn-proto v0.11.16
12512026-08-19T00:48:10.992Z Downloaded serde_with v1.14.0
12522026-08-19T00:48:10.995Z Downloaded proptest v1.11.0
12532026-08-19T00:48:10.999Z Downloaded derive_more-impl v2.1.1
12542026-08-19T00:48:11.002Z Downloaded sha3 v0.12.0
12552026-08-19T00:48:11.005Z Downloaded zerovec v0.11.5
12562026-08-19T00:48:11.012Z Downloaded russh v0.62.4
12572026-08-19T00:48:11.033Z Downloaded dropshot-api-manager v0.8.0
12582026-08-19T00:48:11.036Z Downloaded curve25519-dalek v4.1.3
12592026-08-19T00:48:11.041Z Downloaded hickory-proto v0.24.4
12602026-08-19T00:48:11.049Z Downloaded zlib-rs v0.6.2
12612026-08-19T00:48:11.052Z Downloaded p384 v0.13.1
12622026-08-19T00:48:11.055Z Downloaded regex-syntax v0.8.10
12632026-08-19T00:48:11.072Z Downloaded moka v0.12.13
12642026-08-19T00:48:11.077Z Downloaded rayon v1.11.0
12652026-08-19T00:48:11.082Z Downloaded itertools v0.12.1
12662026-08-19T00:48:11.086Z Downloaded regress v0.10.5
12672026-08-19T00:48:11.091Z Downloaded rawzip v0.4.4
12682026-08-19T00:48:11.094Z Downloaded hickory-proto v0.25.2
12692026-08-19T00:48:11.102Z Downloaded nix v0.28.0
12702026-08-19T00:48:11.109Z Downloaded lalrpop v0.19.12
12712026-08-19T00:48:11.115Z Downloaded bstr v1.12.1
12722026-08-19T00:48:11.119Z Downloaded regress v0.11.1
12732026-08-19T00:48:11.126Z Downloaded openssl v0.10.80
12742026-08-19T00:48:11.130Z Downloaded openapiv3 v2.2.0
12752026-08-19T00:48:11.137Z Downloaded smoltcp v0.9.1
12762026-08-19T00:48:11.142Z Downloaded zerocopy v0.8.55
12772026-08-19T00:48:11.154Z Downloaded petname v2.0.2
12782026-08-19T00:48:11.157Z Downloaded curve25519-dalek v5.0.0
12792026-08-19T00:48:11.173Z Downloaded iddqd v0.4.2
12802026-08-19T00:48:11.178Z Downloaded sqlparser v0.61.0
12812026-08-19T00:48:11.185Z Downloaded regex-syntax v0.6.29
12822026-08-19T00:48:11.188Z Downloaded nix v0.31.2
12832026-08-19T00:48:11.199Z Downloaded quick-xml v0.37.5
12842026-08-19T00:48:11.221Z Downloaded smoltcp v0.11.0
12852026-08-19T00:48:11.228Z Downloaded tabled v0.21.0
12862026-08-19T00:48:11.241Z Downloaded sha3 v0.11.0
12872026-08-19T00:48:11.248Z Downloaded dropshot v0.17.1
12882026-08-19T00:48:11.261Z Downloaded rustls v0.23.41
12892026-08-19T00:48:11.269Z Downloaded zerocopy-derive v0.6.6
12902026-08-19T00:48:11.291Z Downloaded rustix v0.38.44
12912026-08-19T00:48:11.301Z Downloaded tracing v0.1.44
12922026-08-19T00:48:11.313Z Downloaded typify-impl v0.6.2
12932026-08-19T00:48:11.321Z Downloaded object v0.37.3
12942026-08-19T00:48:11.328Z Downloaded nix v0.27.1
12952026-08-19T00:48:11.335Z Downloaded sled v0.34.7
12962026-08-19T00:48:11.339Z Downloaded crypto-bigint v0.7.5
12972026-08-19T00:48:11.348Z Downloaded diesel v2.3.7
12982026-08-19T00:48:11.361Z Downloaded jiff v0.2.34
12992026-08-19T00:48:11.408Z Downloaded sha3 v0.10.8
13002026-08-19T00:48:11.411Z Downloaded ratatui v0.29.0
13012026-08-19T00:48:11.422Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13022026-08-19T00:48:11.432Z Downloaded tokio v1.52.1
13032026-08-19T00:48:11.454Z Downloaded bzip2-sys v0.1.13+1.0.8
13042026-08-19T00:48:11.462Z Downloaded csv v1.4.0
13052026-08-19T00:48:11.474Z Downloaded encoding_rs v0.8.35
13062026-08-19T00:48:11.521Z Downloaded petgraph v0.6.5
13072026-08-19T00:48:11.527Z Downloaded chrono-tz v0.10.4
13082026-08-19T00:48:11.527Z Downloaded ring v0.17.14
13092026-08-19T00:48:11.532Z Downloaded regex-automata v0.4.14
13102026-08-19T00:48:11.571Z Downloaded petgraph v0.8.3
13112026-08-19T00:48:11.591Z Downloaded libz-sys v1.1.24
13122026-08-19T00:48:11.740Z Downloaded libgit2-sys v0.18.3+1.9.2
13132026-08-19T00:48:12.317Z Downloaded aws-lc-sys v0.40.0
13142026-08-19T00:48:12.579Z Compiling serde_core v1.0.228
13152026-08-19T00:48:12.579Z Compiling libc v0.2.185
13162026-08-19T00:48:12.579Z Compiling serde v1.0.228
13172026-08-19T00:48:12.582Z Compiling log v0.4.33
13182026-08-19T00:48:12.582Z Compiling smallvec v1.15.1
13192026-08-19T00:48:12.582Z Compiling shlex v1.3.0
13202026-08-19T00:48:12.582Z Compiling find-msvc-tools v0.1.9
13212026-08-19T00:48:12.582Z Compiling subtle v2.6.1
13222026-08-19T00:48:12.583Z Compiling scopeguard v1.2.0
13232026-08-19T00:48:12.583Z Compiling typenum v1.20.1
13242026-08-19T00:48:12.724Z Compiling stable_deref_trait v1.2.1
13252026-08-19T00:48:12.726Z Compiling zerocopy v0.8.55
13262026-08-19T00:48:12.726Z Compiling portable-atomic v1.13.1
13272026-08-19T00:48:12.763Z Compiling serde_json v1.0.151
13282026-08-19T00:48:12.789Z Compiling syn v2.0.117
13292026-08-19T00:48:12.802Z Compiling critical-section v1.2.0
13302026-08-19T00:48:12.908Z Compiling lock_api v0.4.14
13312026-08-19T00:48:12.908Z Compiling libm v0.2.16
13322026-08-19T00:48:12.937Z Compiling num-traits v0.2.19
13332026-08-19T00:48:12.940Z Compiling pkg-config v0.3.32
13342026-08-19T00:48:12.969Z Compiling generic-array v0.14.7
13352026-08-19T00:48:13.018Z Compiling const-oid v0.9.6
13362026-08-19T00:48:13.046Z Compiling parking_lot_core v0.9.12
13372026-08-19T00:48:13.115Z Compiling pin-project-lite v0.2.17
13382026-08-19T00:48:13.131Z Compiling getrandom v0.3.4
13392026-08-19T00:48:13.160Z Compiling litemap v0.8.1
13402026-08-19T00:48:13.192Z Compiling futures-core v0.3.32
13412026-08-19T00:48:13.254Z Compiling writeable v0.6.2
13422026-08-19T00:48:13.280Z Compiling percent-encoding v2.3.2
13432026-08-19T00:48:13.294Z Compiling icu_properties_data v2.1.2
13442026-08-19T00:48:13.351Z Compiling icu_normalizer_data v2.1.1
13452026-08-19T00:48:13.366Z Compiling getrandom v0.4.3
13462026-08-19T00:48:13.370Z Compiling rustix v1.1.4
13472026-08-19T00:48:13.370Z Compiling futures-sink v0.3.32
13482026-08-19T00:48:13.476Z Compiling rand_core v0.10.0
13492026-08-19T00:48:13.544Z Compiling futures-channel v0.3.32
13502026-08-19T00:48:13.547Z Compiling slab v0.4.12
13512026-08-19T00:48:13.596Z Compiling futures-task v0.3.32
13522026-08-19T00:48:13.696Z Compiling futures-io v0.3.32
13532026-08-19T00:48:13.768Z Compiling errno v0.3.14
13542026-08-19T00:48:13.793Z Compiling jobserver v0.1.34
13552026-08-19T00:48:13.810Z Compiling getrandom v0.2.17
13562026-08-19T00:48:13.813Z Compiling mio v1.2.0
13572026-08-19T00:48:13.855Z Compiling socket2 v0.6.3
13582026-08-19T00:48:13.873Z Compiling utf8_iter v1.0.4
13592026-08-19T00:48:13.919Z Compiling once_cell v1.21.3
13602026-08-19T00:48:13.919Z Compiling signal-hook-registry v1.4.8
13612026-08-19T00:48:13.975Z Compiling rand_core v0.6.4
13622026-08-19T00:48:14.020Z Compiling cc v1.2.56
13632026-08-19T00:48:14.061Z Compiling parking_lot v0.12.5
13642026-08-19T00:48:14.065Z Compiling form_urlencoded v1.2.2
13652026-08-19T00:48:14.118Z Compiling rustversion v1.0.22
13662026-08-19T00:48:14.132Z Compiling base64ct v1.8.3
13672026-08-19T00:48:14.175Z Compiling iana-time-zone v0.1.65
13682026-08-19T00:48:14.195Z Compiling flagset v0.4.7
13692026-08-19T00:48:14.232Z Compiling regex-syntax v0.8.10
13702026-08-19T00:48:14.247Z Compiling fs_extra v1.3.0
13712026-08-19T00:48:14.274Z Compiling dunce v1.0.5
13722026-08-19T00:48:14.291Z Compiling ident_case v1.0.1
13732026-08-19T00:48:14.295Z Compiling rand_core v0.9.5
13742026-08-19T00:48:14.327Z Compiling base64 v0.22.1
13752026-08-19T00:48:14.342Z Compiling vcpkg v0.2.15
13762026-08-19T00:48:14.388Z Compiling pem-rfc7468 v0.7.0
13772026-08-19T00:48:14.403Z Compiling syn v1.0.109
13782026-08-19T00:48:14.433Z Compiling tracing-core v0.1.36
13792026-08-19T00:48:14.450Z Compiling aws-lc-rs v1.16.3
13802026-08-19T00:48:14.476Z Compiling dyn-clone v1.0.20
13812026-08-19T00:48:14.512Z Compiling schemars v0.8.22
13822026-08-19T00:48:14.541Z Compiling cpufeatures v0.2.17
13832026-08-19T00:48:14.611Z Compiling simd-adler32 v0.3.8
13842026-08-19T00:48:14.627Z Compiling spin v0.9.8
13852026-08-19T00:48:14.640Z Compiling openssl-probe v0.2.1
13862026-08-19T00:48:14.681Z Compiling adler2 v2.0.1
13872026-08-19T00:48:14.719Z Compiling httparse v1.10.1
13882026-08-19T00:48:14.767Z Compiling cmov v0.5.4
13892026-08-19T00:48:14.786Z Compiling crc32fast v1.5.0
13902026-08-19T00:48:14.831Z Compiling cmake v0.1.57
13912026-08-19T00:48:14.845Z Compiling tinyvec_macros v0.1.1
13922026-08-19T00:48:14.848Z Compiling miniz_oxide v0.8.9
13932026-08-19T00:48:14.876Z Compiling aho-corasick v1.1.4
13942026-08-19T00:48:14.893Z Compiling try-lock v0.2.5
13952026-08-19T00:48:14.930Z Compiling tinyvec v1.10.0
13962026-08-19T00:48:14.997Z Compiling bitflags v2.11.0
13972026-08-19T00:48:15.027Z Compiling semver v1.0.28
13982026-08-19T00:48:15.085Z Compiling indexmap v2.14.0
13992026-08-19T00:48:15.089Z Compiling uuid v1.23.4
14002026-08-19T00:48:15.167Z Compiling ctutils v0.4.2
14012026-08-19T00:48:15.186Z Compiling atomic-waker v1.1.2
14022026-08-19T00:48:15.267Z Compiling rustc_version v0.4.1
14032026-08-19T00:48:15.281Z Compiling radium v0.7.0
14042026-08-19T00:48:15.305Z Compiling untrusted v0.7.1
14052026-08-19T00:48:15.327Z Compiling tower-service v0.3.3
14062026-08-19T00:48:15.381Z Compiling tower-layer v0.3.3
14072026-08-19T00:48:15.455Z Compiling want v0.3.1
14082026-08-19T00:48:15.527Z Compiling tap v1.0.1
14092026-08-19T00:48:15.590Z Compiling untrusted v0.9.0
14102026-08-19T00:48:15.610Z Compiling httpdate v1.0.3
14112026-08-19T00:48:15.625Z Compiling maybe-uninit v2.0.0
14122026-08-19T00:48:15.659Z Compiling foreign-types-shared v0.1.1
14132026-08-19T00:48:15.663Z Compiling openssl v0.10.80
14142026-08-19T00:48:15.663Z Compiling rustls v0.23.41
14152026-08-19T00:48:15.706Z Compiling aws-lc-sys v0.40.0
14162026-08-19T00:48:15.732Z Compiling synstructure v0.13.2
14172026-08-19T00:48:15.754Z Compiling serde_derive_internals v0.29.1
14182026-08-19T00:48:15.770Z Compiling openssl-sys v0.9.117
14192026-08-19T00:48:15.789Z Compiling pest_generator v2.8.6
14202026-08-19T00:48:15.830Z Compiling regex-automata v0.4.14
14212026-08-19T00:48:15.870Z Compiling darling_core v0.20.11
14222026-08-19T00:48:15.887Z Compiling foreign-types v0.3.2
14232026-08-19T00:48:15.935Z Compiling bzip2-sys v0.1.13+1.0.8
14242026-08-19T00:48:15.964Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14252026-08-19T00:48:15.979Z Compiling wyz v0.5.1
14262026-08-19T00:48:16.188Z Compiling terminal_size v0.4.3
14272026-08-19T00:48:16.241Z Compiling tempfile v3.27.0
14282026-08-19T00:48:16.352Z Compiling unicode-normalization v0.1.25
14292026-08-19T00:48:16.379Z Compiling num-integer v0.1.46
14302026-08-19T00:48:16.394Z Compiling wait-timeout v0.2.1
14312026-08-19T00:48:16.432Z Compiling ahash v0.8.12
14322026-08-19T00:48:16.476Z Compiling time-core v0.1.8
14332026-08-19T00:48:16.529Z Compiling funty v2.0.0
14342026-08-19T00:48:16.653Z Compiling native-tls v0.2.18
14352026-08-19T00:48:16.670Z Compiling num-bigint-dig v0.8.6
14362026-08-19T00:48:16.673Z Compiling bit-vec v0.8.0
14372026-08-19T00:48:16.685Z Compiling packed_struct v0.10.1
14382026-08-19T00:48:16.713Z Compiling quick-error v1.2.3
14392026-08-19T00:48:16.713Z Compiling num-conv v0.2.0
14402026-08-19T00:48:16.745Z Compiling powerfmt v0.2.0
14412026-08-19T00:48:16.745Z Compiling clap_builder v4.6.0
14422026-08-19T00:48:16.842Z Compiling rusty-fork v0.3.1
14432026-08-19T00:48:16.878Z Compiling time-macros v0.2.27
14442026-08-19T00:48:16.923Z Compiling deranged v0.5.8
14452026-08-19T00:48:16.939Z Compiling bit-set v0.8.0
14462026-08-19T00:48:16.942Z Compiling bitvec v1.0.1
14472026-08-19T00:48:16.967Z Compiling num-iter v0.1.45
14482026-08-19T00:48:17.115Z Compiling lazy_static v1.5.0
14492026-08-19T00:48:17.118Z Compiling rand_xorshift v0.4.0
14502026-08-19T00:48:17.141Z Compiling sync_wrapper v1.0.2
14512026-08-19T00:48:17.144Z Compiling indexmap v1.9.3
14522026-08-19T00:48:17.181Z Compiling paste v1.0.15
14532026-08-19T00:48:17.226Z Compiling zlib-rs v0.6.2
14542026-08-19T00:48:17.263Z Compiling siphasher v1.0.2
14552026-08-19T00:48:17.289Z Compiling crossbeam-utils v0.8.21
14562026-08-19T00:48:17.360Z Compiling object v0.37.3
14572026-08-19T00:48:17.471Z Compiling nodrop v0.1.14
14582026-08-19T00:48:17.486Z Compiling crc-catalog v2.4.0
14592026-08-19T00:48:17.505Z Compiling serde_derive v1.0.228
14602026-08-19T00:48:17.577Z Compiling zeroize_derive v1.5.0
14612026-08-19T00:48:17.593Z Compiling zerocopy-derive v0.8.55
14622026-08-19T00:48:17.609Z Compiling zerofrom-derive v0.1.6
14632026-08-19T00:48:17.654Z Compiling yoke-derive v0.8.1
14642026-08-19T00:48:17.957Z Compiling zerovec-derive v0.11.2
14652026-08-19T00:48:17.983Z Compiling displaydoc v0.2.5
14662026-08-19T00:48:18.013Z Compiling tokio-macros v2.7.0
14672026-08-19T00:48:18.270Z Compiling futures-macro v0.3.32
14682026-08-19T00:48:18.287Z Compiling der_derive v0.7.3
14692026-08-19T00:48:18.448Z Compiling thiserror-impl v2.0.18
14702026-08-19T00:48:18.786Z Compiling tracing-attributes v0.1.31
14712026-08-19T00:48:18.818Z Compiling schemars_derive v0.8.22
14722026-08-19T00:48:18.874Z Compiling scroll_derive v0.13.1
14732026-08-19T00:48:18.955Z Compiling pest_derive v2.8.6
14742026-08-19T00:48:19.121Z Compiling zerofrom v0.1.6
14752026-08-19T00:48:19.188Z Compiling darling_macro v0.20.11
14762026-08-19T00:48:19.215Z Compiling futures-util v0.3.32
14772026-08-19T00:48:19.263Z Compiling yoke v0.8.1
14782026-08-19T00:48:19.368Z Compiling thiserror-impl v1.0.69
14792026-08-19T00:48:19.439Z Compiling zerovec v0.11.5
14802026-08-19T00:48:19.462Z Compiling zerotrie v0.2.3
14812026-08-19T00:48:19.704Z Compiling openssl-macros v0.1.1
14822026-08-19T00:48:19.719Z Compiling scroll v0.13.0
14832026-08-19T00:48:19.787Z Compiling darling v0.20.11
14842026-08-19T00:48:19.860Z Compiling thiserror v2.0.18
14852026-08-19T00:48:19.884Z Compiling packed_struct_codegen v0.10.1
14862026-08-19T00:48:19.898Z Compiling bitfield-macros v0.19.4
14872026-08-19T00:48:19.978Z Compiling tinystr v0.8.2
14882026-08-19T00:48:19.993Z Compiling potential_utf v0.1.4
14892026-08-19T00:48:20.016Z Compiling goblin v0.10.5
14902026-08-19T00:48:20.120Z Compiling clap_derive v4.6.1
14912026-08-19T00:48:20.134Z Compiling icu_collections v2.1.1
14922026-08-19T00:48:20.150Z Compiling icu_locale_core v2.1.1
14932026-08-19T00:48:20.165Z Compiling tracing v0.1.44
14942026-08-19T00:48:20.205Z Compiling zerocopy-derive v0.6.6
14952026-08-19T00:48:20.464Z Compiling usdt-impl v0.6.0
14962026-08-19T00:48:20.531Z Compiling unarray v0.1.4
14972026-08-19T00:48:20.634Z Compiling num_threads v0.1.7
14982026-08-19T00:48:20.655Z Compiling flate2 v1.1.9
14992026-08-19T00:48:20.672Z Compiling bitfield v0.19.4
15002026-08-19T00:48:20.705Z Compiling thiserror v1.0.69
15012026-08-19T00:48:20.723Z Compiling time v0.3.47
15022026-08-19T00:48:20.753Z Compiling dtrace-parser v0.3.0
15032026-08-19T00:48:20.822Z Compiling icu_provider v2.1.1
15042026-08-19T00:48:20.994Z Compiling derive_builder_core v0.20.2
15052026-08-19T00:48:21.083Z Compiling zeroize v1.9.0
15062026-08-19T00:48:21.086Z Compiling bytes v1.11.1
15072026-08-19T00:48:21.098Z Compiling icu_normalizer v2.1.1
15082026-08-19T00:48:21.136Z Compiling icu_properties v2.1.2
15092026-08-19T00:48:21.152Z Compiling chrono v0.4.45
15102026-08-19T00:48:21.157Z Compiling ipnet v2.12.0
15112026-08-19T00:48:21.510Z Compiling der v0.7.10
15122026-08-19T00:48:21.587Z Compiling tokio v1.52.1
15132026-08-19T00:48:21.662Z Compiling http v1.4.2
15142026-08-19T00:48:21.678Z Compiling rustls-pki-types v1.14.0
15152026-08-19T00:48:21.719Z Compiling hybrid-array v0.4.13
15162026-08-19T00:48:21.848Z Compiling block-buffer v0.10.4
15172026-08-19T00:48:21.888Z Compiling crypto-common v0.1.7
15182026-08-19T00:48:21.948Z Compiling hex v0.4.3
15192026-08-19T00:48:22.033Z Compiling digest v0.10.7
15202026-08-19T00:48:22.054Z Compiling idna_adapter v1.2.1
15212026-08-19T00:48:22.140Z Compiling ppv-lite86 v0.2.21
15222026-08-19T00:48:22.208Z Compiling idna v1.1.0
15232026-08-19T00:48:22.242Z Compiling sha2 v0.10.9
15242026-08-19T00:48:22.253Z Compiling signature v2.2.0
15252026-08-19T00:48:22.306Z Compiling http-body v1.0.1
15262026-08-19T00:48:22.333Z Compiling spki v0.7.3
15272026-08-19T00:48:22.348Z Compiling hmac v0.12.1
15282026-08-19T00:48:22.462Z Compiling rand_chacha v0.9.0
15292026-08-19T00:48:22.477Z Compiling rand_chacha v0.3.1
15302026-08-19T00:48:22.493Z Compiling url v2.5.8
15312026-08-19T00:48:22.515Z Compiling pkcs8 v0.10.2
15322026-08-19T00:48:22.530Z Compiling serde_spanned v0.6.9
15332026-08-19T00:48:22.546Z Compiling toml_datetime v0.6.11
15342026-08-19T00:48:22.561Z Compiling http-body-util v0.1.3
15352026-08-19T00:48:22.685Z Compiling rand v0.9.2
15362026-08-19T00:48:22.701Z Compiling rand v0.8.6
15372026-08-19T00:48:22.792Z Compiling dof v0.4.0
15382026-08-19T00:48:22.814Z Compiling pkcs1 v0.7.5
15392026-08-19T00:48:22.868Z Compiling clap v4.6.1
15402026-08-19T00:48:22.907Z Compiling zerocopy v0.6.6
15412026-08-19T00:48:23.220Z Compiling crc v3.4.0
15422026-08-19T00:48:23.235Z Compiling array-init v0.0.4
15432026-08-19T00:48:23.238Z Compiling structmeta-derive v0.3.0
15442026-08-19T00:48:23.266Z Compiling proptest v1.11.0
15452026-08-19T00:48:23.269Z Compiling scroll_derive v0.12.1
15462026-08-19T00:48:23.568Z Compiling smallvec v0.6.14
15472026-08-19T00:48:23.572Z Compiling darling_core v0.23.0
15482026-08-19T00:48:23.596Z Compiling heapless v0.7.17
15492026-08-19T00:48:23.609Z Compiling slog v2.8.2
15502026-08-19T00:48:23.637Z Compiling thread-id v5.1.0
15512026-08-19T00:48:23.731Z Compiling env_filter v2.0.0
15522026-08-19T00:48:23.790Z Compiling cookie v0.18.1
15532026-08-19T00:48:23.818Z Compiling zstd-safe v7.2.4
15542026-08-19T00:48:23.857Z Compiling ipnetwork v0.21.1
15552026-08-19T00:48:23.999Z Compiling iri-string v0.7.10
15562026-08-19T00:48:24.027Z Compiling anyhow v1.0.104
15572026-08-19T00:48:24.043Z Compiling base64 v0.21.7
15582026-08-19T00:48:24.046Z Compiling unicode-properties v0.1.4
15592026-08-19T00:48:24.071Z Compiling hashbrown v0.12.3
15602026-08-19T00:48:24.074Z Compiling allocator-api2 v0.2.21
15612026-08-19T00:48:24.268Z Compiling unicode-bidi v0.3.18
15622026-08-19T00:48:24.284Z Compiling signal-hook v0.3.18
15632026-08-19T00:48:24.329Z Compiling gimli v0.32.3
15642026-08-19T00:48:24.349Z Compiling ryu v1.0.23
15652026-08-19T00:48:24.367Z Compiling winnow v0.5.40
15662026-08-19T00:48:24.399Z Compiling rsa v0.9.10
15672026-08-19T00:48:24.416Z Compiling structmeta v0.3.0
15682026-08-19T00:48:24.432Z Compiling ron v0.8.1
15692026-08-19T00:48:24.499Z Compiling serde_urlencoded v0.7.1
15702026-08-19T00:48:24.574Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15712026-08-19T00:48:24.613Z Compiling stringprep v0.1.5
15722026-08-19T00:48:24.649Z Compiling oxnet v0.1.6
15732026-08-19T00:48:24.838Z Compiling scroll v0.12.0
15742026-08-19T00:48:24.927Z Compiling env_logger v0.11.11
15752026-08-19T00:48:25.021Z Compiling serde-hex v0.1.0
15762026-08-19T00:48:25.119Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15772026-08-19T00:48:25.388Z Compiling hashbrown v0.13.2
15782026-08-19T00:48:25.548Z Compiling tokio-util v0.7.18
15792026-08-19T00:48:25.639Z Compiling tower v0.5.3
15802026-08-19T00:48:25.678Z Compiling toml_edit v0.19.15
15812026-08-19T00:48:25.846Z Compiling newtype-uuid v1.3.2
15822026-08-19T00:48:25.862Z Compiling tokio-native-tls v0.3.1
15832026-08-19T00:48:25.906Z Compiling x509-cert v0.2.5
15842026-08-19T00:48:26.052Z Compiling tower-http v0.6.8
15852026-08-19T00:48:26.143Z Compiling addr2line v0.25.1
15862026-08-19T00:48:26.159Z Compiling darling_macro v0.23.0
15872026-08-19T00:48:26.199Z Compiling block-buffer v0.12.1
15882026-08-19T00:48:26.301Z Compiling h2 v0.4.15
15892026-08-19T00:48:26.414Z Compiling crypto-common v0.2.2
15902026-08-19T00:48:26.477Z Compiling block-padding v0.4.2
15912026-08-19T00:48:26.477Z Compiling md-5 v0.10.6
15922026-08-19T00:48:26.617Z Compiling rustls-native-certs v0.8.3
15932026-08-19T00:48:26.670Z Compiling derive_builder_macro v0.20.2
15942026-08-19T00:48:26.684Z Compiling bzip2 v0.4.4
15952026-08-19T00:48:26.700Z Compiling serde_tokenstream v0.2.3
15962026-08-19T00:48:26.786Z Compiling erased-serde v0.3.31
15972026-08-19T00:48:26.910Z Compiling camino v1.2.5
15982026-08-19T00:48:26.927Z Compiling bstr v1.12.1
15992026-08-19T00:48:27.037Z Compiling pin-project-internal v1.1.11
16002026-08-19T00:48:27.162Z Compiling daft-derive v0.1.7
16012026-08-19T00:48:27.296Z Compiling zerocopy-derive v0.7.35
16022026-08-19T00:48:27.320Z Compiling async-trait v0.1.89
16032026-08-19T00:48:27.371Z Compiling curve25519-dalek v4.1.3
16042026-08-19T00:48:27.491Z Compiling vergen-lib v9.1.0
16052026-08-19T00:48:27.529Z Compiling hash32 v0.2.1
16062026-08-19T00:48:27.588Z Compiling memoffset v0.9.1
16072026-08-19T00:48:27.692Z Compiling encoding_rs v0.8.35
16082026-08-19T00:48:27.725Z Compiling ref-cast v1.0.25
16092026-08-19T00:48:27.739Z Compiling rustix v0.38.44
16102026-08-19T00:48:27.809Z Compiling mime v0.3.17
16112026-08-19T00:48:27.922Z Compiling litrs v1.0.0
16122026-08-19T00:48:28.054Z Compiling crc-any v2.5.0
16132026-08-19T00:48:28.073Z Compiling smoltcp v0.9.1
16142026-08-19T00:48:28.103Z Compiling owo-colors v4.3.0
16152026-08-19T00:48:28.136Z Compiling rustc-demangle v0.1.27
16162026-08-19T00:48:28.157Z Compiling cfg_aliases v0.2.1
16172026-08-19T00:48:28.180Z Compiling fallible-iterator v0.2.0
16182026-08-19T00:48:28.217Z Compiling psl-types v2.0.11
16192026-08-19T00:48:28.244Z Compiling nix v0.31.2
16202026-08-19T00:48:28.299Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16212026-08-19T00:48:28.334Z Compiling publicsuffix v2.3.0
16222026-08-19T00:48:28.355Z Compiling zerocopy v0.7.35
16232026-08-19T00:48:28.384Z Compiling backtrace v0.3.76
16242026-08-19T00:48:28.463Z Compiling document-features v0.2.12
16252026-08-19T00:48:28.477Z Compiling postgres-protocol v0.6.10
16262026-08-19T00:48:28.502Z Compiling pin-project v1.1.11
16272026-08-19T00:48:28.592Z Compiling daft v0.1.7
16282026-08-19T00:48:28.744Z Compiling derive_builder v0.20.2
16292026-08-19T00:48:28.758Z Compiling toml v0.7.8
16302026-08-19T00:48:28.838Z Compiling zip v0.6.6
16312026-08-19T00:48:28.888Z Compiling darling v0.23.0
16322026-08-19T00:48:28.903Z Compiling inout v0.2.2
16332026-08-19T00:48:28.980Z Compiling object v0.30.4
16342026-08-19T00:48:28.995Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16352026-08-19T00:48:29.060Z Compiling goblin v0.8.2
16362026-08-19T00:48:29.126Z Compiling derive-ex v0.1.8
16372026-08-19T00:48:29.305Z Compiling futures-executor v0.3.32
16382026-08-19T00:48:29.339Z Compiling hubpack_derive v0.1.1
16392026-08-19T00:48:29.339Z Compiling regex v1.12.3
16402026-08-19T00:48:29.375Z Compiling strum_macros v0.27.2
16412026-08-19T00:48:29.441Z Compiling ref-cast-impl v1.0.25
16422026-08-19T00:48:29.545Z Compiling hyper v1.10.1
16432026-08-19T00:48:29.586Z Compiling snafu-derive v0.8.9
16442026-08-19T00:48:29.605Z Compiling curve25519-dalek-derive v0.1.1
16452026-08-19T00:48:29.621Z Compiling phf_shared v0.13.1
16462026-08-19T00:48:29.633Z Compiling vergen v9.1.0
16472026-08-19T00:48:29.806Z Compiling cargo-platform v0.3.2
16482026-08-19T00:48:29.830Z Compiling ff v0.13.1
16492026-08-19T00:48:29.833Z Compiling fs-err v3.3.0
16502026-08-19T00:48:29.881Z Compiling bumpalo v3.20.2
16512026-08-19T00:48:29.994Z Compiling same-file v1.0.6
16522026-08-19T00:48:30.023Z Compiling base16ct v0.2.0
16532026-08-19T00:48:30.055Z Compiling foldhash v0.1.5
16542026-08-19T00:48:30.103Z Compiling libbz2-rs-sys v0.2.2
16552026-08-19T00:48:30.156Z Compiling is_ci v1.2.0
16562026-08-19T00:48:30.181Z Compiling path-slash v0.1.5
16572026-08-19T00:48:30.215Z Compiling unicode-segmentation v1.12.0
16582026-08-19T00:48:30.248Z Compiling foldhash v0.2.0
16592026-08-19T00:48:30.296Z Compiling either v1.15.0
16602026-08-19T00:48:30.312Z Compiling bitflags v1.3.2
16612026-08-19T00:48:30.330Z Compiling jiff-core v0.1.0
16622026-08-19T00:48:30.396Z Compiling managed v0.8.0
16632026-08-19T00:48:30.493Z Compiling hashbrown v0.16.1
16642026-08-19T00:48:30.537Z Compiling bzip2 v0.6.1
16652026-08-19T00:48:30.643Z Compiling supports-color v3.0.2
16662026-08-19T00:48:30.758Z Compiling hyper-util v0.1.20
16672026-08-19T00:48:30.805Z Compiling hashbrown v0.15.5
16682026-08-19T00:48:30.829Z Compiling sec1 v0.7.3
16692026-08-19T00:48:30.854Z Compiling test-strategy v0.4.5
16702026-08-19T00:48:31.106Z Compiling jiff v0.2.34
16712026-08-19T00:48:31.132Z Compiling walkdir v2.5.0
16722026-08-19T00:48:31.189Z Compiling zopfli v0.8.3
16732026-08-19T00:48:31.374Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16742026-08-19T00:48:31.430Z Compiling strum v0.27.2
16752026-08-19T00:48:31.446Z Compiling dof v0.3.0
16762026-08-19T00:48:31.476Z Compiling textwrap v0.16.2
16772026-08-19T00:48:31.559Z Compiling snafu v0.8.9
16782026-08-19T00:48:31.579Z Compiling cargo_metadata v0.23.1
16792026-08-19T00:48:31.699Z Compiling group v0.13.0
16802026-08-19T00:48:31.876Z Compiling phf v0.13.1
16812026-08-19T00:48:31.914Z Compiling hubpack v0.1.2
16822026-08-19T00:48:31.934Z Compiling signal-hook-mio v0.2.5
16832026-08-19T00:48:31.950Z Compiling futures v0.3.32
16842026-08-19T00:48:32.047Z Compiling cookie_store v0.22.1
16852026-08-19T00:48:32.062Z Compiling zstd v0.13.3
16862026-08-19T00:48:32.075Z Compiling cipher v0.5.2
16872026-08-19T00:48:32.149Z Compiling serde_with_macros v3.21.0
16882026-08-19T00:48:32.177Z Compiling hyper-tls v0.6.0
16892026-08-19T00:48:32.340Z Compiling backtrace-ext v0.2.1
16902026-08-19T00:48:32.356Z Compiling postgres-types v0.2.12
16912026-08-19T00:48:32.398Z Compiling reqwest v0.12.28
16922026-08-19T00:48:32.533Z Compiling globset v0.4.18
16932026-08-19T00:48:32.549Z Compiling usdt-attr-macro v0.6.0
16942026-08-19T00:48:32.578Z Compiling usdt-macro v0.6.0
16952026-08-19T00:48:32.715Z Compiling byte-wrapper v0.1.0
16962026-08-19T00:48:32.829Z Compiling ed25519 v2.2.3
16972026-08-19T00:48:32.922Z Compiling hkdf v0.12.4
16982026-08-19T00:48:32.968Z Compiling crypto-bigint v0.5.5
16992026-08-19T00:48:33.069Z Compiling olpc-cjson v0.1.4
17002026-08-19T00:48:33.117Z Compiling serde_plain v1.0.2
17012026-08-19T00:48:33.212Z Compiling serde-big-array v0.5.1
17022026-08-19T00:48:33.235Z Compiling dtrace-parser v0.2.0
17032026-08-19T00:48:33.251Z Compiling miette-derive v7.6.0
17042026-08-19T00:48:33.313Z Compiling async-recursion v1.1.1
17052026-08-19T00:48:33.336Z Compiling serde_repr v0.1.20
17062026-08-19T00:48:33.374Z Compiling strum_macros v0.26.4
17072026-08-19T00:48:33.399Z Compiling enum-as-inner v0.6.1
17082026-08-19T00:48:33.413Z Compiling phf_shared v0.11.3
17092026-08-19T00:48:33.488Z Compiling float-cmp v0.10.0
17102026-08-19T00:48:33.603Z Compiling pem v3.0.6
17112026-08-19T00:48:33.618Z Compiling memmap2 v0.9.10
17122026-08-19T00:48:33.698Z Compiling thread-id v4.2.2
17132026-08-19T00:48:33.789Z Compiling static_assertions v1.1.0
17142026-08-19T00:48:33.804Z Compiling predicates-core v1.0.10
17152026-08-19T00:48:33.852Z Compiling difflib v0.4.0
17162026-08-19T00:48:33.879Z Compiling data-encoding v2.10.0
17172026-08-19T00:48:33.934Z Compiling precomputed-hash v0.1.1
17182026-08-19T00:48:33.951Z Compiling supports-unicode v3.0.0
17192026-08-19T00:48:33.967Z Compiling winnow v1.0.3
17202026-08-19T00:48:34.005Z Compiling whoami v2.1.0
17212026-08-19T00:48:34.021Z Compiling new_debug_unreachable v1.0.6
17222026-08-19T00:48:34.037Z Compiling fixedbitset v0.4.2
17232026-08-19T00:48:34.054Z Compiling const-oid v0.10.2
17242026-08-19T00:48:34.108Z Compiling typed-path v0.9.3
17252026-08-19T00:48:34.123Z Compiling keccak v0.1.6
17262026-08-19T00:48:34.273Z Compiling normalize-line-endings v0.3.0
17272026-08-19T00:48:34.289Z Compiling cpufeatures v0.3.0
17282026-08-19T00:48:34.383Z Compiling fixedbitset v0.5.7
17292026-08-19T00:48:34.399Z Compiling supports-hyperlinks v3.2.0
17302026-08-19T00:48:34.413Z Compiling predicates v3.1.4
17312026-08-19T00:48:34.429Z Compiling chacha20 v0.10.0
17322026-08-19T00:48:34.443Z Compiling sha3 v0.10.8
17332026-08-19T00:48:34.499Z Compiling tokio-postgres v0.7.16
17342026-08-19T00:48:34.573Z Compiling miette v7.6.0
17352026-08-19T00:48:34.601Z Compiling petgraph v0.8.3
17362026-08-19T00:48:34.720Z Compiling digest v0.11.3
17372026-08-19T00:48:34.743Z Compiling petgraph v0.6.5
17382026-08-19T00:48:34.839Z Compiling hickory-proto v0.25.2
17392026-08-19T00:48:34.885Z Compiling string_cache v0.8.9
17402026-08-19T00:48:34.925Z Compiling toml_parser v1.1.2+spec-1.1.0
17412026-08-19T00:48:34.976Z Compiling toml_edit v0.22.27
17422026-08-19T00:48:35.081Z Compiling elliptic-curve v0.13.8
17432026-08-19T00:48:35.097Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17442026-08-19T00:48:35.144Z Compiling usdt v0.6.0
17452026-08-19T00:48:35.196Z Compiling usdt-impl v0.5.0
17462026-08-19T00:48:35.226Z Compiling strum v0.26.3
17472026-08-19T00:48:35.374Z Compiling serde_with v3.21.0
17482026-08-19T00:48:35.378Z Compiling zip v4.6.1
17492026-08-19T00:48:35.435Z Compiling crossterm v0.28.1
17502026-08-19T00:48:35.507Z Compiling ed25519-dalek v2.2.0
17512026-08-19T00:48:35.587Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17522026-08-19T00:48:36.051Z Compiling iddqd v0.4.2
17532026-08-19T00:48:36.236Z Compiling heck v0.4.1
17542026-08-19T00:48:36.281Z Compiling similar v2.7.0
17552026-08-19T00:48:36.343Z Compiling itertools v0.13.0
17562026-08-19T00:48:36.474Z Compiling itertools v0.15.0
17572026-08-19T00:48:36.591Z Compiling tokio-stream v0.1.18
17582026-08-19T00:48:36.626Z Compiling crossbeam-epoch v0.9.18
17592026-08-19T00:48:36.720Z Compiling buf-list v1.1.2
17602026-08-19T00:48:36.775Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17612026-08-19T00:48:36.972Z Compiling openapiv3 v2.2.0
17622026-08-19T00:48:37.009Z Compiling lalrpop-util v0.19.12
17632026-08-19T00:48:37.070Z Compiling peg-runtime v0.8.5
17642026-08-19T00:48:37.091Z Compiling thread_local v1.1.9
17652026-08-19T00:48:37.106Z Compiling slog-async v2.8.0
17662026-08-19T00:48:37.141Z Compiling crossbeam-channel v0.5.15
17672026-08-19T00:48:37.198Z Compiling is-terminal v0.4.17
17682026-08-19T00:48:37.221Z Compiling filetime v0.2.27
17692026-08-19T00:48:37.309Z Compiling take_mut v0.2.2
17702026-08-19T00:48:37.340Z Compiling term v1.2.1
17712026-08-19T00:48:37.365Z Compiling xattr v1.6.1
17722026-08-19T00:48:37.380Z Compiling camino-tempfile v1.4.1
17732026-08-19T00:48:37.522Z Compiling tar v0.4.46
17742026-08-19T00:48:37.614Z Compiling slog-term v2.9.2
17752026-08-19T00:48:54.836Z Compiling rustls-webpki v0.103.13
17762026-08-19T00:48:57.520Z Compiling tokio-rustls v0.26.4
17772026-08-19T00:48:57.520Z Compiling rustls-platform-verifier v0.6.2
17782026-08-19T00:48:57.520Z Compiling tough v0.22.0
17792026-08-19T00:48:57.722Z Compiling hyper-rustls v0.27.7
17802026-08-19T00:48:57.909Z Compiling reqwest v0.13.2
17812026-08-19T00:49:00.065Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17822026-08-19T00:49:00.300Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17832026-08-19T00:49:03.213Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.38s
17842026-08-19T00:49:03.355Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17852026-08-19T00:49:03.413ZAug 19 00:49:02.877 INFO Starting download, target: Clickhouse
17862026-08-19T00:49:03.413ZAug 19 00:49:02.878 INFO Starting download, target: Cockroach
17872026-08-19T00:49:03.413ZAug 19 00:49:02.878 INFO Starting download, target: Console
17882026-08-19T00:49:03.413ZAug 19 00:49:02.878 INFO Starting download, target: DendriteStub
17892026-08-19T00:49:03.413ZAug 19 00:49:02.878 INFO Starting download, target: MaghemiteMgd
17902026-08-19T00:49:03.413ZAug 19 00:49:02.878 INFO Starting download, target: MaghemiteDdmd
17912026-08-19T00:49:03.417ZAug 19 00:49:02.878 INFO Starting download, target: TransceiverControl
17922026-08-19T00:49:03.417ZAug 19 00:49:02.878 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17932026-08-19T00:49:03.417ZAug 19 00:49:02.878 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17942026-08-19T00:49:03.417ZAug 19 00:49:02.878 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17952026-08-19T00:49:03.417ZAug 19 00:49:02.878 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17962026-08-19T00:49:03.417ZAug 19 00:49:02.878 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17972026-08-19T00:49:03.417ZAug 19 00:49:02.878 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17982026-08-19T00:49:03.417ZAug 19 00:49:02.878 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17992026-08-19T00:49:05.442ZAug 19 00:49:04.907 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18002026-08-19T00:49:05.743ZAug 19 00:49:05.182 INFO Download complete, target: Console
18012026-08-19T00:49:05.969ZAug 19 00:49:05.418 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18022026-08-19T00:49:06.057ZAug 19 00:49:05.510 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18032026-08-19T00:49:06.273ZAug 19 00:49:05.735 INFO Download complete, target: TransceiverControl
18042026-08-19T00:49:07.686ZAug 19 00:49:07.146 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18052026-08-19T00:49:07.923ZAug 19 00:49:07.386 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18062026-08-19T00:49:08.206ZAug 19 00:49:07.666 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18072026-08-19T00:49:08.866ZAug 19 00:49:08.329 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18082026-08-19T00:49:08.866ZAug 19 00:49:08.330 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18092026-08-19T00:49:10.047ZAug 19 00:49:09.512 INFO Download complete, target: MaghemiteDdmd
18102026-08-19T00:49:10.315ZAug 19 00:49:09.780 INFO Download complete, target: DendriteStub
18112026-08-19T00:49:10.877ZAug 19 00:49:10.341 INFO Download complete, target: MaghemiteMgd
18122026-08-19T00:49:12.910ZAug 19 00:49:12.374 INFO Checking that binary works, target: Clickhouse
18132026-08-19T00:49:12.998ZAug 19 00:49:12.462 INFO Download complete, target: Clickhouse
18142026-08-19T00:49:13.618ZAug 19 00:49:13.083 INFO Checking that binary works, target: Cockroach
18152026-08-19T00:49:13.738ZAug 19 00:49:13.202 INFO Download complete, target: Cockroach
18162026-08-19T00:49:13.743ZAll prerequisites installed successfully
18172026-08-19T00:49:13.746Z
18182026-08-19T00:49:13.746Zreal 1:54.233240313
18192026-08-19T00:49:13.746Zuser 7:18.661369160
18202026-08-19T00:49:13.746Zsys 1:44.600810637
18212026-08-19T00:49:13.747Ztrap 0.307064701
18222026-08-19T00:49:13.747Ztflt 0.762464997
18232026-08-19T00:49:13.747Zdflt 1.687117251
18242026-08-19T00:49:13.747Zkflt 0.025546386
18252026-08-19T00:49:13.747Zlock 28:49.855895245
18262026-08-19T00:49:13.747Zslp 19:59.682461954
18272026-08-19T00:49:13.747Zlat 29.523850401
18282026-08-19T00:49:13.747Zstop 3:34.604213195
18292026-08-19T00:49:13.747Z+ ptime -m cargo xtask download softnpu
18302026-08-19T00:49:14.208Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18312026-08-19T00:49:14.229Z Running `target/debug/xtask download softnpu`
18322026-08-19T00:49:15.001Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
18332026-08-19T00:49:15.069Z Running `target/debug/xtask-downloader softnpu`
18342026-08-19T00:49:15.111ZAug 19 00:49:14.575 INFO Starting download, target: Softnpu
18352026-08-19T00:49:15.115ZAug 19 00:49:14.576 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
18362026-08-19T00:49:17.264ZAug 19 00:49:16.723 INFO Download complete, target: Softnpu
18372026-08-19T00:49:17.298Z
18382026-08-19T00:49:17.298Zreal 3.512081955
18392026-08-19T00:49:17.298Zuser 1.328879274
18402026-08-19T00:49:17.298Zsys 0.615208878
18412026-08-19T00:49:17.299Ztrap 0.000596140
18422026-08-19T00:49:17.299Ztflt 0.000091400
18432026-08-19T00:49:17.299Zdflt 0.000336050
18442026-08-19T00:49:17.299Zkflt 0.000000000
18452026-08-19T00:49:17.299Zlock 39.993496535
18462026-08-19T00:49:17.299Zslp 2.010341730
18472026-08-19T00:49:17.299Zlat 0.084718388
18482026-08-19T00:49:17.299Zstop 0.000191110
18492026-08-19T00:49:17.299Z+ export CARGO_INCREMENTAL=0
18502026-08-19T00:49:17.299Z+ CARGO_INCREMENTAL=0
18512026-08-19T00:49:17.299Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18522026-08-19T00:49:18.195Z Compiling proc-macro2 v1.0.106
18532026-08-19T00:49:18.195Z Compiling quote v1.0.45
18542026-08-19T00:49:18.195Z Compiling unicode-ident v1.0.24
18552026-08-19T00:49:18.196Z Compiling serde_core v1.0.228
18562026-08-19T00:49:18.209Z Compiling libc v0.2.185
18572026-08-19T00:49:18.209Z Compiling serde v1.0.228
18582026-08-19T00:49:18.209Z Compiling cfg-if v1.0.4
18592026-08-19T00:49:18.209Z Compiling version_check v0.9.5
18602026-08-19T00:49:18.209Z Compiling autocfg v1.5.0
18612026-08-19T00:49:18.209Z Compiling shlex v1.3.0
18622026-08-19T00:49:18.209Z Compiling find-msvc-tools v0.1.9
18632026-08-19T00:49:18.209Z Compiling memchr v2.8.0
18642026-08-19T00:49:18.209Z Compiling zmij v1.0.21
18652026-08-19T00:49:18.347Z Compiling serde_json v1.0.151
18662026-08-19T00:49:18.453Z Compiling portable-atomic v1.13.1
18672026-08-19T00:49:18.485Z Compiling zerocopy v0.8.55
18682026-08-19T00:49:18.516Z Compiling libm v0.2.16
18692026-08-19T00:49:18.651Z Compiling parking_lot_core v0.9.12
18702026-08-19T00:49:18.836Z Compiling num-traits v0.2.19
18712026-08-19T00:49:18.853Z Compiling generic-array v0.14.7
18722026-08-19T00:49:18.885Z Compiling smallvec v1.15.1
18732026-08-19T00:49:18.897Z Compiling icu_normalizer_data v2.1.1
18742026-08-19T00:49:18.930Z Compiling icu_properties_data v2.1.2
18752026-08-19T00:49:18.970Z Compiling itoa v1.0.17
18762026-08-19T00:49:19.009Z Compiling getrandom v0.4.3
18772026-08-19T00:49:19.020Z Compiling log v0.4.33
18782026-08-19T00:49:19.050Z Compiling getrandom v0.3.4
18792026-08-19T00:49:19.076Z Compiling subtle v2.6.1
18802026-08-19T00:49:19.105Z Compiling pkg-config v0.3.32
18812026-08-19T00:49:19.175Z Compiling typenum v1.20.1
18822026-08-19T00:49:19.241Z Compiling stable_deref_trait v1.2.1
18832026-08-19T00:49:19.258Z Compiling jobserver v0.1.34
18842026-08-19T00:49:19.261Z Compiling errno v0.3.14
18852026-08-19T00:49:19.287Z Compiling rustix v1.1.4
18862026-08-19T00:49:19.351Z Compiling scopeguard v1.2.0
18872026-08-19T00:49:19.403Z Compiling thiserror v2.0.18
18882026-08-19T00:49:19.472Z Compiling cc v1.2.56
18892026-08-19T00:49:19.488Z Compiling lock_api v0.4.14
18902026-08-19T00:49:19.495Z Compiling getrandom v0.2.17
18912026-08-19T00:49:19.599Z Compiling heck v0.5.0
18922026-08-19T00:49:19.626Z Compiling equivalent v1.0.2
18932026-08-19T00:49:19.662Z Compiling rand_core v0.6.4
18942026-08-19T00:49:19.746Z Compiling critical-section v1.2.0
18952026-08-19T00:49:19.801Z Compiling syn v2.0.117
18962026-08-19T00:49:19.811Z Compiling syn v1.0.109
18972026-08-19T00:49:19.811Z Compiling pin-project-lite v0.2.17
18982026-08-19T00:49:19.908Z Compiling percent-encoding v2.3.2
18992026-08-19T00:49:19.939Z Compiling litemap v0.8.1
19002026-08-19T00:49:19.967Z Compiling writeable v0.6.2
19012026-08-19T00:49:19.967Z Compiling schemars v0.8.22
19022026-08-19T00:49:19.995Z Compiling hashbrown v0.17.0
19032026-08-19T00:49:20.070Z Compiling fs_extra v1.3.0
19042026-08-19T00:49:20.109Z Compiling dunce v1.0.5
19052026-08-19T00:49:20.159Z Compiling rustversion v1.0.22
19062026-08-19T00:49:20.205Z Compiling cmake v0.1.57
19072026-08-19T00:49:20.220Z Compiling once_cell v1.21.3
19082026-08-19T00:49:20.277Z Compiling byteorder v1.5.0
19092026-08-19T00:49:20.432Z Compiling strsim v0.11.1
19102026-08-19T00:49:20.453Z Compiling rand_core v0.10.0
19112026-08-19T00:49:20.560Z Compiling semver v1.0.28
19122026-08-19T00:49:20.584Z Compiling bitflags v2.11.0
19132026-08-19T00:49:20.584Z Compiling indexmap v2.14.0
19142026-08-19T00:49:20.774Z Compiling aws-lc-sys v0.40.0
19152026-08-19T00:49:20.825Z Compiling signal-hook-registry v1.4.8
19162026-08-19T00:49:20.857Z Compiling thiserror v1.0.69
19172026-08-19T00:49:20.880Z Compiling utf8_iter v1.0.4
19182026-08-19T00:49:20.927Z Compiling parking_lot v0.12.5
19192026-08-19T00:49:21.023Z Compiling form_urlencoded v1.2.2
19202026-08-19T00:49:21.067Z Compiling socket2 v0.6.3
19212026-08-19T00:49:21.083Z Compiling mio v1.2.0
19222026-08-19T00:49:21.217Z Compiling const-oid v0.9.6
19232026-08-19T00:49:21.262Z Compiling futures-core v0.3.32
19242026-08-19T00:49:21.268Z Compiling aws-lc-rs v1.16.3
19252026-08-19T00:49:21.392Z Compiling httparse v1.10.1
19262026-08-19T00:49:21.507Z Compiling ucd-trie v0.1.7
19272026-08-19T00:49:21.566Z Compiling fnv v1.0.7
19282026-08-19T00:49:21.704Z Compiling crc32fast v1.5.0
19292026-08-19T00:49:21.724Z Compiling regex-syntax v0.8.10
19302026-08-19T00:49:21.757Z Compiling pest v2.8.6
19312026-08-19T00:49:21.837Z Compiling ident_case v1.0.1
19322026-08-19T00:49:21.843Z Compiling vcpkg v0.2.15
19332026-08-19T00:49:21.867Z Compiling iana-time-zone v0.1.65
19342026-08-19T00:49:21.981Z Compiling uuid v1.23.4
19352026-08-19T00:49:22.157Z Compiling rustc_version v0.4.1
19362026-08-19T00:49:22.199Z Compiling futures-sink v0.3.32
19372026-08-19T00:49:22.239Z Compiling rustls v0.23.41
19382026-08-19T00:49:22.355Z Compiling futures-channel v0.3.32
19392026-08-19T00:49:22.471Z Compiling openssl-sys v0.9.117
19402026-08-19T00:49:22.533Z Compiling aho-corasick v1.1.4
19412026-08-19T00:49:22.612Z Compiling synstructure v0.13.2
19422026-08-19T00:49:22.646Z Compiling serde_derive_internals v0.29.1
19432026-08-19T00:49:22.669Z Compiling slab v0.4.12
19442026-08-19T00:49:22.672Z Compiling futures-io v0.3.32
19452026-08-19T00:49:22.700Z Compiling futures-task v0.3.32
19462026-08-19T00:49:22.887Z Compiling pest_meta v2.8.6
19472026-08-19T00:49:23.014Z Compiling dyn-clone v1.0.20
19482026-08-19T00:49:23.078Z Compiling time-core v0.1.8
19492026-08-19T00:49:23.094Z Compiling radium v0.7.0
19502026-08-19T00:49:23.125Z Compiling plain v0.2.3
19512026-08-19T00:49:23.140Z Compiling num-conv v0.2.0
19522026-08-19T00:49:23.194Z Compiling crossbeam-utils v0.8.21
19532026-08-19T00:49:23.252Z Compiling pretty-hex v0.4.1
19542026-08-19T00:49:23.256Z Compiling openssl v0.10.80
19552026-08-19T00:49:23.283Z Compiling time-macros v0.2.27
19562026-08-19T00:49:23.370Z Compiling maybe-uninit v2.0.0
19572026-08-19T00:49:23.404Z Compiling regex-automata v0.4.14
19582026-08-19T00:49:23.421Z Compiling base64 v0.22.1
19592026-08-19T00:49:23.424Z Compiling base64ct v1.8.3
19602026-08-19T00:49:23.487Z Compiling pest_generator v2.8.6
19612026-08-19T00:49:23.573Z Compiling flagset v0.4.7
19622026-08-19T00:49:23.640Z Compiling darling_core v0.23.0
19632026-08-19T00:49:23.721Z Compiling pem-rfc7468 v0.7.0
19642026-08-19T00:49:23.739Z Compiling rand_core v0.9.5
19652026-08-19T00:49:23.746Z Compiling bzip2-sys v0.1.13+1.0.8
19662026-08-19T00:49:23.790Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19672026-08-19T00:49:23.807Z Compiling serde_derive v1.0.228
19682026-08-19T00:49:23.839Z Compiling zeroize_derive v1.5.0
19692026-08-19T00:49:23.954Z Compiling zerofrom-derive v0.1.6
19702026-08-19T00:49:23.971Z Compiling yoke-derive v0.8.1
19712026-08-19T00:49:23.974Z Compiling zerocopy-derive v0.8.55
19722026-08-19T00:49:24.004Z Compiling zerovec-derive v0.11.2
19732026-08-19T00:49:24.020Z Compiling displaydoc v0.2.5
19742026-08-19T00:49:24.059Z Compiling tokio-macros v2.7.0
19752026-08-19T00:49:24.077Z Compiling futures-macro v0.3.32
19762026-08-19T00:49:24.118Z Compiling thiserror-impl v2.0.18
19772026-08-19T00:49:24.168Z Compiling schemars_derive v0.8.22
19782026-08-19T00:49:24.185Z Compiling der_derive v0.7.3
19792026-08-19T00:49:24.244Z Compiling tracing-attributes v0.1.31
19802026-08-19T00:49:24.458Z Compiling thiserror-impl v1.0.69
19812026-08-19T00:49:24.709Z Compiling pest_derive v2.8.6
19822026-08-19T00:49:24.741Z Compiling scroll_derive v0.13.1
19832026-08-19T00:49:24.856Z Compiling futures-util v0.3.32
19842026-08-19T00:49:25.045Z Compiling scroll_derive v0.12.1
19852026-08-19T00:49:25.112Z Compiling openssl-macros v0.1.1
19862026-08-19T00:49:25.129Z Compiling zerofrom v0.1.6
19872026-08-19T00:49:25.186Z Compiling ahash v0.8.12
19882026-08-19T00:49:25.279Z Compiling yoke v0.8.1
19892026-08-19T00:49:25.434Z Compiling num-bigint-dig v0.8.6
19902026-08-19T00:49:25.452Z Compiling packed_struct v0.10.1
19912026-08-19T00:49:25.466Z Compiling zerovec v0.11.5
19922026-08-19T00:49:25.519Z Compiling zerotrie v0.2.3
19932026-08-19T00:49:25.572Z Compiling anyhow v1.0.104
19942026-08-19T00:49:25.653Z Compiling native-tls v0.2.18
19952026-08-19T00:49:25.728Z Compiling regex v1.12.3
19962026-08-19T00:49:25.779Z Compiling darling_macro v0.23.0
19972026-08-19T00:49:25.849Z Compiling zerocopy-derive v0.7.35
19982026-08-19T00:49:25.976Z Compiling tinystr v0.8.2
19992026-08-19T00:49:25.994Z Compiling potential_utf v0.1.4
20002026-08-19T00:49:26.126Z Compiling icu_collections v2.1.1
20012026-08-19T00:49:26.155Z Compiling icu_locale_core v2.1.1
20022026-08-19T00:49:26.190Z Compiling slog v2.8.2
20032026-08-19T00:49:26.326Z Compiling tracing-core v0.1.36
20042026-08-19T00:49:26.370Z Compiling cookie v0.18.1
20052026-08-19T00:49:26.406Z Compiling camino v1.2.5
20062026-08-19T00:49:26.579Z Compiling cpufeatures v0.2.17
20072026-08-19T00:49:26.661Z Compiling darling v0.23.0
20082026-08-19T00:49:26.711Z Compiling tracing v0.1.44
20092026-08-19T00:49:26.771Z Compiling icu_provider v2.1.1
20102026-08-19T00:49:26.880Z Compiling zerocopy-derive v0.6.6
20112026-08-19T00:49:26.897Z Compiling clap_derive v4.6.1
20122026-08-19T00:49:26.973Z Compiling zeroize v1.9.0
20132026-08-19T00:49:27.038Z Compiling bytes v1.11.1
20142026-08-19T00:49:27.107Z Compiling chrono v0.4.45
20152026-08-19T00:49:27.244Z Compiling icu_properties v2.1.2
20162026-08-19T00:49:27.374Z Compiling icu_normalizer v2.1.1
20172026-08-19T00:49:27.681Z Compiling tokio v1.52.1
20182026-08-19T00:49:27.771Z Compiling crypto-common v0.1.7
20192026-08-19T00:49:27.820Z Compiling block-buffer v0.10.4
20202026-08-19T00:49:27.996Z Compiling serde_tokenstream v0.2.3
20212026-08-19T00:49:28.023Z Compiling der v0.7.10
20222026-08-19T00:49:28.092Z Compiling digest v0.10.7
20232026-08-19T00:49:28.143Z Compiling idna_adapter v1.2.1
20242026-08-19T00:49:28.307Z Compiling ppv-lite86 v0.2.21
20252026-08-19T00:49:28.319Z Compiling idna v1.1.0
20262026-08-19T00:49:28.573Z Compiling http v1.4.2
20272026-08-19T00:49:28.650Z Compiling url v2.5.8
20282026-08-19T00:49:28.700Z Compiling rand_chacha v0.9.0
20292026-08-19T00:49:28.721Z Compiling toml_datetime v0.6.11
20302026-08-19T00:49:28.858Z Compiling serde_spanned v0.6.9
20312026-08-19T00:49:28.906Z Compiling spki v0.7.3
20322026-08-19T00:49:29.023Z Compiling bitfield-macros v0.19.4
20332026-08-19T00:49:29.034Z Compiling packed_struct_codegen v0.10.1
20342026-08-19T00:49:29.121Z Compiling indexmap v1.9.3
20352026-08-19T00:49:29.159Z Compiling simd-adler32 v0.3.8
20362026-08-19T00:49:29.336Z Compiling paste v1.0.15
20372026-08-19T00:49:29.416Z Compiling object v0.37.3
20382026-08-19T00:49:29.610Z Compiling http-body v1.0.1
20392026-08-19T00:49:29.643Z Compiling pkcs8 v0.10.2
20402026-08-19T00:49:29.682Z Compiling rand v0.9.2
20412026-08-19T00:49:29.698Z Compiling rustls-pki-types v1.14.0
20422026-08-19T00:49:29.889Z Compiling spin v0.9.8
20432026-08-19T00:49:29.907Z Compiling usdt-impl v0.5.0
20442026-08-19T00:49:30.010Z Compiling utf8parse v0.2.2
20452026-08-19T00:49:30.113Z Compiling cmov v0.5.4
20462026-08-19T00:49:30.124Z Compiling openssl-probe v0.2.1
20472026-08-19T00:49:30.141Z Compiling ref-cast v1.0.25
20482026-08-19T00:49:30.302Z Compiling fastrand v2.3.0
20492026-08-19T00:49:30.356Z Compiling tinyvec_macros v0.1.1
20502026-08-19T00:49:30.422Z Compiling usdt-impl v0.6.0
20512026-08-19T00:49:30.439Z Compiling anstyle v1.0.14
20522026-08-19T00:49:30.457Z Compiling adler2 v2.0.1
20532026-08-19T00:49:30.524Z Compiling winnow v0.5.40
20542026-08-19T00:49:30.619Z Compiling either v1.15.0
20552026-08-19T00:49:30.625Z Compiling miniz_oxide v0.8.9
20562026-08-19T00:49:30.630Z Compiling tinyvec v1.10.0
20572026-08-19T00:49:30.653Z Compiling ctutils v0.4.2
20582026-08-19T00:49:30.683Z Compiling anstyle-parse v1.0.0
20592026-08-19T00:49:30.870Z Compiling sha2 v0.10.9
20602026-08-19T00:49:30.935Z Compiling scroll v0.12.0
20612026-08-19T00:49:30.990Z Compiling scroll v0.13.0
20622026-08-19T00:49:31.081Z Compiling terminal_size v0.4.3
20632026-08-19T00:49:31.149Z Compiling async-trait v0.1.89
20642026-08-19T00:49:31.219Z Compiling heapless v0.7.17
20652026-08-19T00:49:31.314Z Compiling atomic-waker v1.1.2
20662026-08-19T00:49:31.336Z Compiling signal-hook v0.3.18
20672026-08-19T00:49:31.386Z Compiling anstyle-query v1.1.5
20682026-08-19T00:49:31.454Z Compiling tokio-util v0.7.18
20692026-08-19T00:49:31.478Z Compiling winnow v0.7.14
20702026-08-19T00:49:31.511Z Compiling untrusted v0.7.1
20712026-08-19T00:49:31.528Z Compiling is_terminal_polyfill v1.70.2
20722026-08-19T00:49:31.541Z Compiling winnow v1.0.3
20732026-08-19T00:49:31.612Z Compiling colorchoice v1.0.4
20742026-08-19T00:49:31.635Z Compiling tower-layer v0.3.3
20752026-08-19T00:49:31.651Z Compiling litrs v1.0.0
20762026-08-19T00:49:31.815Z Compiling toml_edit v0.19.15
20772026-08-19T00:49:31.944Z Compiling rustix v0.38.44
20782026-08-19T00:49:32.025Z Compiling try-lock v0.2.5
20792026-08-19T00:49:32.079Z Compiling zstd-safe v7.2.4
20802026-08-19T00:49:32.114Z Compiling tower-service v0.3.3
20812026-08-19T00:49:32.152Z Compiling h2 v0.4.15
20822026-08-19T00:49:32.224Z Compiling want v0.3.1
20832026-08-19T00:49:32.277Z Compiling document-features v0.2.12
20842026-08-19T00:49:32.424Z Compiling anstream v1.0.0
20852026-08-19T00:49:32.466Z Compiling toml_parser v1.1.2+spec-1.1.0
20862026-08-19T00:49:32.590Z Compiling tempfile v3.27.0
20872026-08-19T00:49:32.962Z Compiling goblin v0.10.5
20882026-08-19T00:49:33.038Z Compiling goblin v0.8.2
20892026-08-19T00:49:33.054Z Compiling hybrid-array v0.4.13
20902026-08-19T00:49:33.162Z Compiling itertools v0.15.0
20912026-08-19T00:49:33.305Z Compiling ipnet v2.12.0
20922026-08-19T00:49:33.414Z Compiling zerocopy v0.7.35
20932026-08-19T00:49:33.675Z Compiling ref-cast-impl v1.0.25
20942026-08-19T00:49:33.743Z Compiling structmeta-derive v0.3.0
20952026-08-19T00:49:33.765Z Compiling daft-derive v0.1.7
20962026-08-19T00:49:33.906Z Compiling darling_core v0.20.11
20972026-08-19T00:49:33.943Z Compiling curve25519-dalek v4.1.3
20982026-08-19T00:49:34.028Z Compiling memoffset v0.9.1
20992026-08-19T00:49:34.210Z Compiling foreign-types-shared v0.1.1
21002026-08-19T00:49:34.246Z Compiling httpdate v1.0.3
21012026-08-19T00:49:34.310Z Compiling powerfmt v0.2.0
21022026-08-19T00:49:34.360Z Compiling tap v1.0.1
21032026-08-19T00:49:34.456Z Compiling untrusted v0.9.0
21042026-08-19T00:49:34.473Z Compiling deranged v0.5.8
21052026-08-19T00:49:34.488Z Compiling wyz v0.5.1
21062026-08-19T00:49:34.505Z Compiling foreign-types v0.3.2
21072026-08-19T00:49:34.716Z Compiling unicode-normalization v0.1.25
21082026-08-19T00:49:34.734Z Compiling structmeta v0.3.0
21092026-08-19T00:49:34.948Z Compiling rand_chacha v0.3.1
21102026-08-19T00:49:34.952Z Compiling signature v2.2.0
21112026-08-19T00:49:35.118Z Compiling hex v0.4.3
21122026-08-19T00:49:35.253Z Compiling dtrace-parser v0.2.0
21132026-08-19T00:49:35.312Z Compiling dof v0.3.0
21142026-08-19T00:49:35.375Z Compiling hyper v1.10.1
21152026-08-19T00:49:35.421Z Compiling dtrace-parser v0.3.0
21162026-08-19T00:49:35.633Z Compiling pin-project-internal v1.1.11
21172026-08-19T00:49:35.709Z Compiling dof v0.4.0
21182026-08-19T00:49:35.855Z Compiling darling_macro v0.20.11
21192026-08-19T00:49:35.878Z Compiling num-integer v0.1.46
21202026-08-19T00:49:36.013Z Compiling thread-id v5.1.0
21212026-08-19T00:49:36.051Z Compiling thread-id v4.2.2
21222026-08-19T00:49:36.208Z Compiling wait-timeout v0.2.1
21232026-08-19T00:49:36.215Z Compiling smoltcp v0.9.1
21242026-08-19T00:49:36.216Z Compiling funty v2.0.0
21252026-08-19T00:49:36.355Z Compiling quick-error v1.2.3
21262026-08-19T00:49:36.383Z Compiling num_threads v0.1.7
21272026-08-19T00:49:36.447Z Compiling cfg_aliases v0.2.1
21282026-08-19T00:49:36.485Z Compiling owo-colors v4.3.0
21292026-08-19T00:49:36.502Z Compiling clap_lex v1.0.0
21302026-08-19T00:49:36.537Z Compiling bit-vec v0.8.0
21312026-08-19T00:49:36.539Z Compiling nix v0.31.2
21322026-08-19T00:49:36.619Z Compiling bitvec v1.0.1
21332026-08-19T00:49:36.641Z Compiling time v0.3.47
21342026-08-19T00:49:36.666Z Compiling hyper-util v0.1.20
21352026-08-19T00:49:36.690Z Compiling clap_builder v4.6.0
21362026-08-19T00:49:36.707Z Compiling rusty-fork v0.3.1
21372026-08-19T00:49:36.739Z Compiling bit-set v0.8.0
21382026-08-19T00:49:36.781Z Compiling darling v0.20.11
21392026-08-19T00:49:36.837Z Compiling num-iter v0.1.45
21402026-08-19T00:49:36.974Z Compiling rand v0.8.6
21412026-08-19T00:49:37.254Z Compiling ipnetwork v0.21.1
21422026-08-19T00:49:37.293Z Compiling lazy_static v1.5.0
21432026-08-19T00:49:37.364Z Compiling hmac v0.12.1
21442026-08-19T00:49:37.605Z Compiling rand_xorshift v0.4.0
21452026-08-19T00:49:37.629Z Compiling curve25519-dalek-derive v0.1.1
21462026-08-19T00:49:37.736Z Compiling sync_wrapper v1.0.2
21472026-08-19T00:49:37.786Z Compiling crc-catalog v2.4.0
21482026-08-19T00:49:37.895Z Compiling zlib-rs v0.6.2
21492026-08-19T00:49:38.105Z Compiling nodrop v0.1.14
21502026-08-19T00:49:38.140Z Compiling siphasher v1.0.2
21512026-08-19T00:49:38.284Z Compiling unarray v0.1.4
21522026-08-19T00:49:38.411Z Compiling proptest v1.11.0
21532026-08-19T00:49:38.457Z Compiling array-init v0.0.4
21542026-08-19T00:49:38.472Z Compiling clap v4.6.1
21552026-08-19T00:49:38.810Z Compiling crc v3.4.0
21562026-08-19T00:49:39.016Z Compiling tower v0.5.3
21572026-08-19T00:49:39.521Z Compiling smallvec v0.6.14
21582026-08-19T00:49:39.728Z Compiling derive_builder_core v0.20.2
21592026-08-19T00:49:39.762Z Compiling pkcs1 v0.7.5
21602026-08-19T00:49:39.833Z Compiling http-body-util v0.1.3
21612026-08-19T00:49:40.078Z Compiling flate2 v1.1.9
21622026-08-19T00:49:40.094Z Compiling bitfield v0.19.4
21632026-08-19T00:49:40.176Z Compiling zerocopy v0.6.6
21642026-08-19T00:49:40.193Z Compiling strum_macros v0.26.4
21652026-08-19T00:49:40.215Z Compiling snafu-derive v0.8.9
21662026-08-19T00:49:40.337Z Compiling strum_macros v0.27.2
21672026-08-19T00:49:40.374Z Compiling hubpack_derive v0.1.1
21682026-08-19T00:49:40.448Z Compiling env_filter v2.0.0
21692026-08-19T00:49:40.494Z Compiling fs-err v3.3.0
21702026-08-19T00:49:40.653Z Compiling gimli v0.32.3
21712026-08-19T00:49:40.724Z Compiling unicode-properties v0.1.4
21722026-08-19T00:49:40.829Z Compiling base64 v0.21.7
21732026-08-19T00:49:40.843Z Compiling ryu v1.0.23
21742026-08-19T00:49:40.954Z Compiling unicode-segmentation v1.12.0
21752026-08-19T00:49:41.025Z Compiling unicode-bidi v0.3.18
21762026-08-19T00:49:41.144Z Compiling allocator-api2 v0.2.21
21772026-08-19T00:49:41.254Z Compiling iri-string v0.7.10
21782026-08-19T00:49:41.453Z Compiling hashbrown v0.12.3
21792026-08-19T00:49:41.504Z Compiling stringprep v0.1.5
21802026-08-19T00:49:41.626Z Compiling ron v0.8.1
21812026-08-19T00:49:41.748Z Compiling serde_urlencoded v0.7.1
21822026-08-19T00:49:42.010Z Compiling env_logger v0.11.11
21832026-08-19T00:49:42.107Z Compiling derive_builder_macro v0.20.2
21842026-08-19T00:49:42.165Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21852026-08-19T00:49:42.274Z Compiling newtype-uuid v1.3.2
21862026-08-19T00:49:42.351Z Compiling addr2line v0.25.1
21872026-08-19T00:49:42.386Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21882026-08-19T00:49:42.505Z Compiling tower-http v0.6.8
21892026-08-19T00:49:42.543Z Compiling rsa v0.9.10
21902026-08-19T00:49:42.560Z Compiling oxnet v0.1.6
21912026-08-19T00:49:42.627Z Compiling serde-hex v0.1.0
21922026-08-19T00:49:42.644Z Compiling hashbrown v0.13.2
21932026-08-19T00:49:42.647Z Compiling tokio-native-tls v0.3.1
21942026-08-19T00:49:42.691Z Compiling bzip2 v0.4.4
21952026-08-19T00:49:42.849Z Compiling usdt-attr-macro v0.6.0
21962026-08-19T00:49:42.912Z Compiling usdt-macro v0.6.0
21972026-08-19T00:49:42.930Z Compiling derive-ex v0.1.8
21982026-08-19T00:49:42.946Z Compiling block-buffer v0.12.1
21992026-08-19T00:49:42.979Z Compiling block-padding v0.4.2
22002026-08-19T00:49:43.151Z Compiling crypto-common v0.2.2
22012026-08-19T00:49:43.324Z Compiling rustls-native-certs v0.8.3
22022026-08-19T00:49:43.393Z Compiling x509-cert v0.2.5
22032026-08-19T00:49:43.584Z Compiling md-5 v0.10.6
22042026-08-19T00:49:43.602Z Compiling erased-serde v0.3.31
22052026-08-19T00:49:43.794Z Compiling bstr v1.12.1
22062026-08-19T00:49:44.007Z Compiling vergen-lib v9.1.0
22072026-08-19T00:49:44.061Z Compiling hash32 v0.2.1
22082026-08-19T00:49:44.122Z Compiling encoding_rs v0.8.35
22092026-08-19T00:49:44.205Z Compiling cpufeatures v0.3.0
22102026-08-19T00:49:44.267Z Compiling mime v0.3.17
22112026-08-19T00:49:44.296Z Compiling crc-any v2.5.0
22122026-08-19T00:49:44.361Z Compiling psl-types v2.0.11
22132026-08-19T00:49:44.395Z Compiling unicode-width v0.2.0
22142026-08-19T00:49:44.528Z Compiling rustc-demangle v0.1.27
22152026-08-19T00:49:44.560Z Compiling fallible-iterator v0.2.0
22162026-08-19T00:49:44.629Z Compiling publicsuffix v2.3.0
22172026-08-19T00:49:44.763Z Compiling test-strategy v0.4.5
22182026-08-19T00:49:44.872Z Compiling postgres-protocol v0.6.10
22192026-08-19T00:49:45.015Z Compiling backtrace v0.3.76
22202026-08-19T00:49:45.372Z Compiling inout v0.2.2
22212026-08-19T00:49:45.429Z Compiling object v0.30.4
22222026-08-19T00:49:45.452Z Compiling zip v0.6.6
22232026-08-19T00:49:45.515Z Compiling daft v0.1.7
22242026-08-19T00:49:45.551Z Compiling hyper-tls v0.6.0
22252026-08-19T00:49:45.569Z Compiling derive_builder v0.20.2
22262026-08-19T00:49:45.616Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22272026-08-19T00:49:45.712Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22282026-08-19T00:49:45.785Z Compiling heck v0.4.1
22292026-08-19T00:49:45.810Z Compiling phf_shared v0.13.1
22302026-08-19T00:49:45.942Z Compiling pin-project v1.1.11
22312026-08-19T00:49:46.005Z Compiling toml v0.7.8
22322026-08-19T00:49:46.060Z Compiling futures-executor v0.3.32
22332026-08-19T00:49:46.137Z Compiling serde_with_macros v3.21.0
22342026-08-19T00:49:46.174Z Compiling miette-derive v7.6.0
22352026-08-19T00:49:46.298Z Compiling serde_repr v0.1.20
22362026-08-19T00:49:46.338Z Compiling enum-as-inner v0.6.1
22372026-08-19T00:49:46.389Z Compiling async-recursion v1.1.1
22382026-08-19T00:49:46.543Z Compiling ff v0.13.1
22392026-08-19T00:49:46.557Z Compiling vergen v9.1.0
22402026-08-19T00:49:46.560Z Compiling cargo-platform v0.3.2
22412026-08-19T00:49:46.849Z Compiling managed v0.8.0
22422026-08-19T00:49:46.867Z Compiling foldhash v0.2.0
22432026-08-19T00:49:47.007Z Compiling smawk v0.3.2
22442026-08-19T00:49:47.023Z Compiling jiff-core v0.1.0
22452026-08-19T00:49:47.100Z Compiling base16ct v0.2.0
22462026-08-19T00:49:47.154Z Compiling same-file v1.0.6
22472026-08-19T00:49:47.214Z Compiling unicode-linebreak v0.1.5
22482026-08-19T00:49:47.254Z Compiling is_ci v1.2.0
22492026-08-19T00:49:47.307Z Compiling bitflags v1.3.2
22502026-08-19T00:49:47.440Z Compiling path-slash v0.1.5
22512026-08-19T00:49:47.440Z Compiling libbz2-rs-sys v0.2.2
22522026-08-19T00:49:47.441Z Compiling bumpalo v3.20.2
22532026-08-19T00:49:47.456Z Compiling foldhash v0.1.5
22542026-08-19T00:49:47.496Z Compiling textwrap v0.16.2
22552026-08-19T00:49:47.530Z Compiling supports-color v3.0.2
22562026-08-19T00:49:47.620Z Compiling zopfli v0.8.3
22572026-08-19T00:49:47.677Z Compiling hashbrown v0.15.5
22582026-08-19T00:49:47.710Z Compiling walkdir v2.5.0
22592026-08-19T00:49:47.799Z Compiling jiff v0.2.34
22602026-08-19T00:49:47.902Z Compiling bzip2 v0.6.1
22612026-08-19T00:49:47.986Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22622026-08-19T00:49:48.017Z Compiling sec1 v0.7.3
22632026-08-19T00:49:48.167Z Compiling hashbrown v0.16.1
22642026-08-19T00:49:48.314Z Compiling cargo_metadata v0.23.1
22652026-08-19T00:49:48.333Z Compiling group v0.13.0
22662026-08-19T00:49:48.546Z Compiling futures v0.3.32
22672026-08-19T00:49:48.791Z Compiling snafu v0.8.9
22682026-08-19T00:49:48.867Z Compiling phf v0.13.1
22692026-08-19T00:49:49.041Z Compiling reqwest v0.12.28
22702026-08-19T00:49:49.159Z Compiling signal-hook-mio v0.2.5
22712026-08-19T00:49:49.201Z Compiling cipher v0.5.2
22722026-08-19T00:49:49.222Z Compiling backtrace-ext v0.2.1
22732026-08-19T00:49:49.293Z Compiling cookie_store v0.22.1
22742026-08-19T00:49:49.360Z Compiling postgres-types v0.2.12
22752026-08-19T00:49:49.364Z Compiling zstd v0.13.3
22762026-08-19T00:49:49.397Z Compiling globset v0.4.18
22772026-08-19T00:49:49.459Z Compiling strum v0.27.2
22782026-08-19T00:49:49.545Z Compiling hubpack v0.1.2
22792026-08-19T00:49:49.657Z Compiling phf_shared v0.11.3
22802026-08-19T00:49:49.720Z Compiling hkdf v0.12.4
22812026-08-19T00:49:49.783Z Compiling crossbeam-epoch v0.9.18
22822026-08-19T00:49:49.818Z Compiling byte-wrapper v0.1.0
22832026-08-19T00:49:49.852Z Compiling olpc-cjson v0.1.4
22842026-08-19T00:49:49.882Z Compiling ed25519 v2.2.3
22852026-08-19T00:49:50.091Z Compiling crypto-bigint v0.5.5
22862026-08-19T00:49:50.140Z Compiling serde-big-array v0.5.1
22872026-08-19T00:49:50.140Z Compiling serde_plain v1.0.2
22882026-08-19T00:49:50.253Z Compiling pem v3.0.6
22892026-08-19T00:49:50.301Z Compiling float-cmp v0.10.0
22902026-08-19T00:49:50.342Z Compiling memmap2 v0.9.10
22912026-08-19T00:49:50.359Z Compiling new_debug_unreachable v1.0.6
22922026-08-19T00:49:50.445Z Compiling difflib v0.4.0
22932026-08-19T00:49:50.545Z Compiling toml_write v0.1.2
22942026-08-19T00:49:50.571Z Compiling fixedbitset v0.4.2
22952026-08-19T00:49:50.590Z Compiling predicates-core v1.0.10
22962026-08-19T00:49:50.606Z Compiling precomputed-hash v0.1.1
22972026-08-19T00:49:50.667Z Compiling whoami v2.1.0
22982026-08-19T00:49:50.709Z Compiling static_assertions v1.1.0
22992026-08-19T00:49:50.758Z Compiling const-oid v0.10.2
23002026-08-19T00:49:50.771Z Compiling supports-hyperlinks v3.2.0
23012026-08-19T00:49:50.794Z Compiling keccak v0.1.6
23022026-08-19T00:49:50.825Z Compiling normalize-line-endings v0.3.0
23032026-08-19T00:49:50.933Z Compiling data-encoding v2.10.0
23042026-08-19T00:49:50.934Z Compiling typed-path v0.9.3
23052026-08-19T00:49:50.968Z Compiling supports-unicode v3.0.0
23062026-08-19T00:49:51.001Z Compiling unicode-width v0.1.14
23072026-08-19T00:49:51.018Z Compiling fixedbitset v0.5.7
23082026-08-19T00:49:51.126Z Compiling chacha20 v0.10.0
23092026-08-19T00:49:51.188Z Compiling elliptic-curve v0.13.8
23102026-08-19T00:49:51.224Z Compiling petgraph v0.8.3
23112026-08-19T00:49:51.254Z Compiling miette v7.6.0
23122026-08-19T00:49:51.309Z Compiling hickory-proto v0.25.2
23132026-08-19T00:49:51.388Z Compiling sha3 v0.10.8
23142026-08-19T00:49:51.439Z Compiling digest v0.11.3
23152026-08-19T00:49:51.469Z Compiling predicates v3.1.4
23162026-08-19T00:49:51.571Z Compiling tokio-postgres v0.7.16
23172026-08-19T00:49:51.673Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23182026-08-19T00:49:51.871Z Compiling petgraph v0.6.5
23192026-08-19T00:49:52.022Z Compiling toml_edit v0.22.27
23202026-08-19T00:49:52.038Z Compiling string_cache v0.8.9
23212026-08-19T00:49:52.309Z Compiling usdt v0.6.0
23222026-08-19T00:49:53.252Z Compiling ed25519-dalek v2.2.0
23232026-08-19T00:49:53.358Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23242026-08-19T00:49:53.374Z Compiling zip v4.6.1
23252026-08-19T00:49:54.033Z Compiling crossterm v0.28.1
23262026-08-19T00:49:54.363Z Compiling iddqd v0.4.2
23272026-08-19T00:49:54.472Z Compiling serde_with v3.21.0
23282026-08-19T00:49:54.472Z Compiling similar v2.7.0
23292026-08-19T00:49:54.574Z Compiling strum v0.26.3
23302026-08-19T00:49:54.725Z Compiling tokio-stream v0.1.18
23312026-08-19T00:49:54.789Z Compiling buf-list v1.1.2
23322026-08-19T00:49:55.082Z Compiling itertools v0.13.0
23332026-08-19T00:49:55.221Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23342026-08-19T00:49:55.224Z Compiling openapiv3 v2.2.0
23352026-08-19T00:49:55.624Z Compiling peg-runtime v0.8.5
23362026-08-19T00:49:55.881Z Compiling lalrpop-util v0.19.12
23372026-08-19T00:50:11.002Z Compiling rustls-webpki v0.103.13
23382026-08-19T00:50:14.799Z Compiling tokio-rustls v0.26.4
23392026-08-19T00:50:14.868Z Compiling rustls-platform-verifier v0.6.2
23402026-08-19T00:50:14.966Z Compiling tough v0.22.0
23412026-08-19T00:50:15.082Z Compiling hyper-rustls v0.27.7
23422026-08-19T00:50:15.394Z Compiling reqwest v0.13.2
23432026-08-19T00:50:18.265Z Compiling macaddr v1.0.1
23442026-08-19T00:50:18.266Z Compiling rayon-core v1.13.0
23452026-08-19T00:50:18.295Z Compiling crucible-workspace-hack v0.1.0
23462026-08-19T00:50:18.299Z Compiling secrecy v0.10.3
23472026-08-19T00:50:18.341Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23482026-08-19T00:50:18.549Z Compiling toml_datetime v0.7.5+spec-1.1.0
23492026-08-19T00:50:18.565Z Compiling heapless v0.8.0
23502026-08-19T00:50:18.569Z Compiling crossbeam-deque v0.8.6
23512026-08-19T00:50:18.611Z Compiling ingot-macros v0.2.0
23522026-08-19T00:50:18.652Z Compiling inout v0.1.4
23532026-08-19T00:50:18.670Z Compiling hash32 v0.3.1
23542026-08-19T00:50:18.688Z Compiling multer v3.1.0
23552026-08-19T00:50:18.706Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23562026-08-19T00:50:18.792Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23572026-08-19T00:50:18.831Z Compiling toml_edit v0.23.10+spec-1.0.0
23582026-08-19T00:50:18.846Z Compiling thread_local v1.1.9
23592026-08-19T00:50:18.866Z Compiling match_cfg v0.1.0
23602026-08-19T00:50:18.901Z Compiling compression-core v0.4.31
23612026-08-19T00:50:18.917Z Compiling smoltcp v0.11.0
23622026-08-19T00:50:18.937Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23632026-08-19T00:50:18.956Z Compiling slog-async v2.8.0
23642026-08-19T00:50:18.971Z Compiling hostname v0.3.1
23652026-08-19T00:50:19.073Z Compiling compression-codecs v0.4.37
23662026-08-19T00:50:19.106Z Compiling cipher v0.4.4
23672026-08-19T00:50:19.188Z Compiling atomicwrites v0.4.4
23682026-08-19T00:50:19.207Z Compiling slog-json v2.6.1
23692026-08-19T00:50:19.275Z Compiling crossbeam-channel v0.5.15
23702026-08-19T00:50:19.290Z Compiling half v2.7.1
23712026-08-19T00:50:19.383Z Compiling proc-macro-crate v3.4.0
23722026-08-19T00:50:19.460Z Compiling newtype-uuid-macros v0.1.0
23732026-08-19T00:50:19.488Z Compiling universal-hash v0.5.1
23742026-08-19T00:50:19.502Z Compiling cobs v0.3.0
23752026-08-19T00:50:19.606Z Compiling async-stream-impl v0.3.6
23762026-08-19T00:50:19.655Z Compiling thiserror-impl-no-std v2.0.2
23772026-08-19T00:50:19.672Z Compiling toml_datetime v1.1.1+spec-1.1.0
23782026-08-19T00:50:19.690Z Compiling serde_spanned v1.1.1
23792026-08-19T00:50:19.723Z Compiling is-terminal v0.4.17
23802026-08-19T00:50:19.807Z Compiling dropshot v0.17.1
23812026-08-19T00:50:19.823Z Compiling proc-macro-error-attr v1.0.4
23822026-08-19T00:50:19.841Z Compiling term v1.2.1
23832026-08-19T00:50:19.858Z Compiling toml_writer v1.1.1+spec-1.1.0
23842026-08-19T00:50:19.968Z Compiling take_mut v0.2.2
23852026-08-19T00:50:20.023Z Compiling opaque-debug v0.3.1
23862026-08-19T00:50:20.040Z Compiling convert_case v0.4.0
23872026-08-19T00:50:20.108Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
23882026-08-19T00:50:20.180Z Compiling ciborium-io v0.2.2
23892026-08-19T00:50:20.180Z Compiling poly1305 v0.8.0
23902026-08-19T00:50:20.180Z Compiling slog-term v2.9.2
23912026-08-19T00:50:20.200Z Compiling async-stream v0.3.6
23922026-08-19T00:50:20.215Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23932026-08-19T00:50:20.244Z Compiling ciborium-ll v0.2.2
23942026-08-19T00:50:20.340Z Compiling toml v1.1.2+spec-1.1.0
23952026-08-19T00:50:20.356Z Compiling derive_more v0.99.20
23962026-08-19T00:50:20.646Z Compiling num_enum_derive v0.7.6
23972026-08-19T00:50:20.650Z Compiling postcard v1.1.3
23982026-08-19T00:50:20.679Z Compiling thiserror-no-std v2.0.2
23992026-08-19T00:50:20.784Z Compiling slog-bunyan v2.5.0
24002026-08-19T00:50:20.799Z Compiling chacha20 v0.9.1
24012026-08-19T00:50:20.989Z Compiling async-compression v0.4.41
24022026-08-19T00:50:21.082Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24032026-08-19T00:50:21.158Z Compiling sha1 v0.11.0
24042026-08-19T00:50:21.237Z Compiling ingot-types v0.2.0
24052026-08-19T00:50:21.423Z Compiling parse-display-derive v0.10.0
24062026-08-19T00:50:21.472Z Compiling proc-macro-crate v1.3.1
24072026-08-19T00:50:21.597Z Compiling waitgroup v0.1.2
24082026-08-19T00:50:21.613Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24092026-08-19T00:50:21.628Z Compiling backon v1.6.0
24102026-08-19T00:50:21.642Z Compiling rustls-pemfile v2.2.0
24112026-08-19T00:50:21.723Z Compiling ingot v0.2.1
24122026-08-19T00:50:21.775Z Compiling blake2 v0.10.6
24132026-08-19T00:50:21.825Z Compiling dropshot_endpoint v0.17.1
24142026-08-19T00:50:21.890Z Compiling aead v0.5.2
24152026-08-19T00:50:21.940Z Compiling password-hash v0.5.0
24162026-08-19T00:50:22.106Z Compiling foreign-types-macros v0.2.3
24172026-08-19T00:50:22.197Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24182026-08-19T00:50:22.303Z Compiling serde_path_to_error v0.1.20
24192026-08-19T00:50:22.430Z Compiling hostname v0.4.2
24202026-08-19T00:50:22.570Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24212026-08-19T00:50:22.610Z Compiling proc-macro-error v1.0.4
24222026-08-19T00:50:22.626Z Compiling instant v0.1.13
24232026-08-19T00:50:22.695Z Compiling debug-ignore v1.0.5
24242026-08-19T00:50:22.745Z Compiling foreign-types-shared v0.3.1
24252026-08-19T00:50:22.761Z Compiling backoff v0.4.0
24262026-08-19T00:50:22.779Z Compiling argon2 v0.5.3
24272026-08-19T00:50:22.827Z Compiling chacha20poly1305 v0.10.1
24282026-08-19T00:50:22.858Z Compiling foreign-types v0.5.0
24292026-08-19T00:50:22.875Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24302026-08-19T00:50:22.920Z Compiling parse-display v0.10.0
24312026-08-19T00:50:22.939Z Compiling num_enum_derive v0.5.11
24322026-08-19T00:50:22.956Z Compiling num_enum v0.7.6
24332026-08-19T00:50:22.973Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24342026-08-19T00:50:22.998Z Compiling vsss-rs v3.3.4
24352026-08-19T00:50:23.103Z Compiling ciborium v0.2.2
24362026-08-19T00:50:23.403Z Compiling regress v0.10.5
24372026-08-19T00:50:23.418Z Compiling itertools v0.14.0
24382026-08-19T00:50:23.437Z Compiling tabwriter v1.4.1
24392026-08-19T00:50:23.451Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24402026-08-19T00:50:23.751Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24412026-08-19T00:50:23.785Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24422026-08-19T00:50:23.822Z Compiling cstr-argument v0.1.2
24432026-08-19T00:50:23.912Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24442026-08-19T00:50:23.916Z Compiling humantime v2.3.0
24452026-08-19T00:50:24.013Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24462026-08-19T00:50:24.031Z Compiling num_enum v0.5.11
24472026-08-19T00:50:24.049Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24482026-08-19T00:50:24.164Z Compiling rayon v1.11.0
24492026-08-19T00:50:24.186Z Compiling rand v0.10.1
24502026-08-19T00:50:24.224Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24512026-08-19T00:50:24.320Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24522026-08-19T00:50:24.337Z Compiling libefi-sys v0.1.0
24532026-08-19T00:50:24.366Z Compiling indent_write v2.2.0
24542026-08-19T00:50:24.388Z Compiling colored v3.1.1
24552026-08-19T00:50:24.420Z Compiling zone_cfg_derive v0.3.1
24562026-08-19T00:50:24.437Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24572026-08-19T00:50:24.455Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24582026-08-19T00:50:24.513Z Compiling camino-tempfile v1.4.1
24592026-08-19T00:50:24.558Z Compiling itertools v0.12.1
24602026-08-19T00:50:24.577Z Compiling usdt-macro v0.5.0
24612026-08-19T00:50:24.684Z Compiling usdt-attr-macro v0.5.0
24622026-08-19T00:50:24.700Z Compiling num-derive v0.4.2
24632026-08-19T00:50:24.969Z Compiling bitfield-struct v0.6.2
24642026-08-19T00:50:24.985Z Compiling blake3 v1.8.5
24652026-08-19T00:50:25.003Z Compiling memmap v0.7.0
24662026-08-19T00:50:25.021Z Compiling sigpipe v0.1.3
24672026-08-19T00:50:25.051Z Compiling glob v0.3.3
24682026-08-19T00:50:25.151Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24692026-08-19T00:50:25.258Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24702026-08-19T00:50:25.275Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24712026-08-19T00:50:25.301Z Compiling swrite v0.1.0
24722026-08-19T00:50:25.460Z Compiling usdt v0.5.0
24732026-08-19T00:50:25.476Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24742026-08-19T00:50:25.600Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24752026-08-19T00:50:25.618Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24762026-08-19T00:50:25.697Z Compiling smf v0.2.3
24772026-08-19T00:50:25.733Z Compiling filetime v0.2.27
24782026-08-19T00:50:25.785Z Compiling constant_time_eq v0.4.2
24792026-08-19T00:50:25.866Z Compiling zone v0.3.1
24802026-08-19T00:50:25.927Z Compiling arrayref v0.3.9
24812026-08-19T00:50:25.948Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24822026-08-19T00:50:25.965Z Compiling whoami v1.6.1
24832026-08-19T00:50:25.982Z Compiling xattr v1.6.1
24842026-08-19T00:50:25.999Z Compiling arrayvec v0.7.6
24852026-08-19T00:50:26.017Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24862026-08-19T00:50:26.033Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24872026-08-19T00:50:26.050Z Compiling tokio-dtrace v0.1.1
24882026-08-19T00:50:26.099Z Compiling gethostname v0.5.0
24892026-08-19T00:50:26.247Z Compiling tar v0.4.46
24902026-08-19T00:50:26.272Z Compiling console v0.16.2
24912026-08-19T00:50:26.304Z Compiling topological-sort v0.2.2
24922026-08-19T00:50:26.320Z Compiling unit-prefix v0.5.2
24932026-08-19T00:50:26.389Z Compiling oxide-tokio-rt v0.1.4
24942026-08-19T00:50:26.430Z Compiling toml v0.8.23
24952026-08-19T00:50:26.486Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24962026-08-19T00:50:26.712Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24972026-08-19T00:50:26.817Z Compiling indicatif v0.18.4
24982026-08-19T00:50:26.837Z Compiling shell-words v1.1.1
24992026-08-19T00:50:36.061Z Compiling progenitor-client v0.14.0
25002026-08-19T00:50:36.061Z Compiling omicron-zone-package v0.12.3
25012026-08-19T00:50:36.309Z Compiling progenitor-extras v0.2.0
25022026-08-19T00:50:36.586Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25032026-08-19T00:50:36.610Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25042026-08-19T00:50:36.731Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25052026-08-19T00:50:36.761Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25062026-08-19T00:50:36.777Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25072026-08-19T00:50:36.838Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25082026-08-19T00:50:36.914Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25092026-08-19T00:50:37.052Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25102026-08-19T00:50:38.003Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25112026-08-19T00:50:41.705Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25122026-08-19T00:50:50.070Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25132026-08-19T00:50:53.349Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25142026-08-19T00:50:54.410Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
25152026-08-19T00:51:03.809Z Finished `release` profile [optimized] target(s) in 1m 46s
25162026-08-19T00:51:03.961Z Running `target/release/omicron-package -t test target create -p dev`
25172026-08-19T00:51:04.025ZLogging to: /work/oxidecomputer/omicron/out/LOG
25182026-08-19T00:51:04.028ZCreated new build target 'test' and set it as active
25192026-08-19T00:51:04.028Z
25202026-08-19T00:51:04.028Zreal 1:46.760584845
25212026-08-19T00:51:04.028Zuser 17:45.104800655
25222026-08-19T00:51:04.028Zsys 2:46.641080352
25232026-08-19T00:51:04.028Ztrap 0.497773941
25242026-08-19T00:51:04.030Ztflt 2.389582690
25252026-08-19T00:51:04.030Zdflt 4.878977740
25262026-08-19T00:51:04.030Zkflt 0.000518760
25272026-08-19T00:51:04.030Zlock 58:00.575474041
25282026-08-19T00:51:04.030Zslp 45:12.531303731
25292026-08-19T00:51:04.030Zlat 49.723851443
25302026-08-19T00:51:04.030Zstop 6:19.820970091
25312026-08-19T00:51:04.034Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
25322026-08-19T00:51:04.941Z Finished `release` profile [optimized] target(s) in 0.90s
25332026-08-19T00:51:05.010Z Running `target/release/omicron-package -t test package`
25342026-08-19T00:51:05.066ZLogging to: /work/oxidecomputer/omicron/out/LOG
25352026-08-19T00:51:06.543Z Compiling heck v0.5.0
25362026-08-19T00:51:06.543Z Compiling regress v0.11.1
25372026-08-19T00:51:06.767Z Compiling unsafe-libyaml v0.2.11
25382026-08-19T00:51:06.804Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25392026-08-19T00:51:06.833Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25402026-08-19T00:51:06.833Z Compiling derive-where v1.6.0
25412026-08-19T00:51:06.836Z Compiling bytecount v0.6.9
25422026-08-19T00:51:06.894Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25432026-08-19T00:51:06.896Z Compiling atomicwrites v0.4.4
25442026-08-19T00:51:06.899Z Compiling is-terminal v0.4.17
25452026-08-19T00:51:06.899Z Compiling prettyplease v0.2.37
25462026-08-19T00:51:06.899Z Compiling newline-converter v0.3.0
25472026-08-19T00:51:06.913Z Compiling console v0.15.11
25482026-08-19T00:51:06.953Z Compiling slog-dtrace v0.3.0
25492026-08-19T00:51:06.957Z Compiling resolv-conf v0.7.6
25502026-08-19T00:51:07.058Z Compiling cancel-safe-futures v0.1.5
25512026-08-19T00:51:07.080Z Compiling num-rational v0.4.2
25522026-08-19T00:51:07.083Z Compiling num-complex v0.4.6
25532026-08-19T00:51:07.134Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25542026-08-19T00:51:07.177Z Compiling thread_local v1.1.9
25552026-08-19T00:51:07.203Z Compiling compression-core v0.4.31
25562026-08-19T00:51:07.315Z Compiling serde_yaml v0.9.34+deprecated
25572026-08-19T00:51:07.389Z Compiling expectorate v1.2.0
25582026-08-19T00:51:07.446Z Compiling match_cfg v0.1.0
25592026-08-19T00:51:07.543Z Compiling hostname v0.3.1
25602026-08-19T00:51:07.581Z Compiling num v0.4.3
25612026-08-19T00:51:07.603Z Compiling compression-codecs v0.4.37
25622026-08-19T00:51:07.624Z Compiling slog-async v2.8.0
25632026-08-19T00:51:07.646Z Compiling multer v3.1.0
25642026-08-19T00:51:07.684Z Compiling crossbeam-channel v0.5.15
25652026-08-19T00:51:07.707Z Compiling slog-json v2.6.1
25662026-08-19T00:51:07.710Z Compiling serde_spanned v1.1.1
25672026-08-19T00:51:07.747Z Compiling toml_datetime v1.1.1+spec-1.1.0
25682026-08-19T00:51:07.879Z Compiling linked-hash-map v0.5.6
25692026-08-19T00:51:07.900Z Compiling take_mut v0.2.2
25702026-08-19T00:51:07.928Z Compiling float-ord v0.3.2
25712026-08-19T00:51:07.949Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25722026-08-19T00:51:08.028Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25732026-08-19T00:51:08.052Z Compiling term v1.2.1
25742026-08-19T00:51:08.052Z Compiling linear-map v1.2.0
25752026-08-19T00:51:08.093Z Compiling toml_writer v1.1.1+spec-1.1.0
25762026-08-19T00:51:08.097Z Compiling oxide-update-engine-types v0.1.2
25772026-08-19T00:51:08.163Z Compiling lru-cache v0.1.2
25782026-08-19T00:51:08.166Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25792026-08-19T00:51:08.207Z Compiling slog-bunyan v2.5.0
25802026-08-19T00:51:08.232Z Compiling async-compression v0.4.41
25812026-08-19T00:51:08.287Z Compiling toml v1.1.2+spec-1.1.0
25822026-08-19T00:51:08.308Z Compiling typify-impl v0.6.2
25832026-08-19T00:51:08.376Z Compiling slog-term v2.9.2
25842026-08-19T00:51:08.572Z Compiling dropshot v0.17.1
25852026-08-19T00:51:08.591Z Compiling async-stream v0.3.6
25862026-08-19T00:51:08.614Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25872026-08-19T00:51:08.639Z Compiling progenitor-client v0.14.0
25882026-08-19T00:51:08.758Z Compiling sha1 v0.11.0
25892026-08-19T00:51:08.784Z Compiling waitgroup v0.1.2
25902026-08-19T00:51:08.805Z Compiling rustls-pemfile v2.2.0
25912026-08-19T00:51:08.831Z Compiling backon v1.6.0
25922026-08-19T00:51:08.889Z Compiling serde_path_to_error v0.1.20
25932026-08-19T00:51:08.942Z Compiling hostname v0.4.2
25942026-08-19T00:51:08.964Z Compiling instant v0.1.13
25952026-08-19T00:51:09.033Z Compiling debug-ignore v1.0.5
25962026-08-19T00:51:09.060Z Compiling minimal-lexical v0.2.1
25972026-08-19T00:51:09.080Z Compiling backoff v0.4.0
25982026-08-19T00:51:09.104Z Compiling progenitor-extras v0.2.0
25992026-08-19T00:51:09.108Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26002026-08-19T00:51:09.171Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
26012026-08-19T00:51:09.318Z Compiling nom v7.1.3
26022026-08-19T00:51:09.340Z Compiling oxide-update-engine v0.1.2
26032026-08-19T00:51:09.360Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
26042026-08-19T00:51:09.388Z Compiling parse-display v0.10.0
26052026-08-19T00:51:09.413Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26062026-08-19T00:51:09.434Z Compiling hickory-proto v0.24.4
26072026-08-19T00:51:09.940Z Compiling regress v0.10.5
26082026-08-19T00:51:10.097Z Compiling itertools v0.14.0
26092026-08-19T00:51:10.634Z Compiling macaddr v1.0.1
26102026-08-19T00:51:10.654Z Compiling unicode-xid v0.2.6
26112026-08-19T00:51:10.722Z Compiling humantime v2.3.0
26122026-08-19T00:51:10.888Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
26132026-08-19T00:51:10.987Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26142026-08-19T00:51:11.052Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26152026-08-19T00:51:11.228Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
26162026-08-19T00:51:11.287Z Compiling convert_case v0.10.0
26172026-08-19T00:51:11.331Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26182026-08-19T00:51:11.429Z Compiling toml v0.8.23
26192026-08-19T00:51:11.496Z Compiling papergrid v0.11.0
26202026-08-19T00:51:11.575Z Compiling derive_more-impl v2.1.1
26212026-08-19T00:51:11.777Z Compiling typify-macro v0.6.2
26222026-08-19T00:51:11.944Z Compiling tabled_derive v0.7.0
26232026-08-19T00:51:12.009Z Compiling hickory-resolver v0.24.4
26242026-08-19T00:51:12.032Z Compiling termtree v0.5.1
26252026-08-19T00:51:12.230Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26262026-08-19T00:51:12.358Z Compiling derive_more v2.1.1
26272026-08-19T00:51:12.496Z Compiling crossterm v0.29.0
26282026-08-19T00:51:12.733Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26292026-08-19T00:51:12.852Z Compiling tabled v0.15.0
26302026-08-19T00:51:13.248Z Compiling qorb v0.4.1
26312026-08-19T00:51:13.382Z Compiling typify v0.6.2
26322026-08-19T00:51:13.666Z Compiling progenitor-impl v0.14.0
26332026-08-19T00:51:14.448Z Compiling phf_shared v0.12.1
26342026-08-19T00:51:14.703Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26352026-08-19T00:51:15.227Z Compiling csv-core v0.1.13
26362026-08-19T00:51:15.329Z Compiling vte v0.14.1
26372026-08-19T00:51:15.614Z Compiling chrono-tz v0.10.4
26382026-08-19T00:51:15.795Z Compiling progenitor-macro v0.14.0
26392026-08-19T00:51:15.829Z Compiling highway v1.3.0
26402026-08-19T00:51:16.615Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26412026-08-19T00:51:16.742Z Compiling strip-ansi-escapes v0.2.1
26422026-08-19T00:51:16.789Z Compiling csv v1.4.0
26432026-08-19T00:51:17.291Z Compiling phf v0.12.1
26442026-08-19T00:51:17.316Z Compiling const_format_proc_macros v0.2.34
26452026-08-19T00:51:17.347Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26462026-08-19T00:51:17.724Z Compiling fd-lock v4.0.4
26472026-08-19T00:51:17.746Z Compiling peg-macros v0.8.5
26482026-08-19T00:51:17.844Z Compiling nu-ansi-term v0.50.3
26492026-08-19T00:51:18.100Z Compiling const_format v0.2.35
26502026-08-19T00:51:18.258Z Compiling reedline v0.40.0
26512026-08-19T00:51:18.334Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26522026-08-19T00:51:18.386Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
26532026-08-19T00:51:18.999Z Compiling peg v0.8.5
26542026-08-19T00:51:19.104Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26552026-08-19T00:51:19.126Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26562026-08-19T00:51:19.889Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26572026-08-19T00:51:20.004Z Compiling progenitor v0.14.0
26582026-08-19T00:51:20.199Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26592026-08-19T00:51:20.313Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26602026-08-19T00:51:20.334Z Compiling bcs v0.1.6
26612026-08-19T00:51:20.765Z Compiling nom v8.0.0
26622026-08-19T00:51:20.887Z Compiling semver v0.1.20
26632026-08-19T00:51:21.183Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
26642026-08-19T00:51:21.474Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26652026-08-19T00:51:21.864Z Compiling rustc_version v0.1.7
26662026-08-19T00:51:22.103Z Compiling newtype_derive v0.1.6
26672026-08-19T00:51:22.329Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26682026-08-19T00:51:22.362Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26692026-08-19T00:51:22.621Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26702026-08-19T00:51:22.625Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26712026-08-19T00:51:22.698Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26722026-08-19T00:51:22.719Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26732026-08-19T00:51:23.335Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26742026-08-19T00:51:23.512Z Compiling steno v0.4.1
26752026-08-19T00:51:23.560Z Compiling dropshot-api-manager-types v0.8.0
26762026-08-19T00:51:24.193Z Compiling sha1 v0.10.6
26772026-08-19T00:51:24.653Z Compiling utf-8 v0.7.6
26782026-08-19T00:51:24.721Z Compiling tagptr v0.2.0
26792026-08-19T00:51:24.894Z Compiling moka v0.12.13
26802026-08-19T00:51:24.916Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26812026-08-19T00:51:25.090Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26822026-08-19T00:51:25.296Z Compiling tungstenite v0.21.0
26832026-08-19T00:51:25.531Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26842026-08-19T00:51:25.980Z Compiling tokio-tungstenite v0.21.0
26852026-08-19T00:51:26.170Z Compiling hickory-resolver v0.25.2
26862026-08-19T00:51:26.379Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26872026-08-19T00:51:27.450Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26882026-08-19T00:51:28.170Z Compiling darling_core v0.21.3
26892026-08-19T00:51:28.649Z Compiling display-error-chain v0.2.2
26902026-08-19T00:51:28.826Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26912026-08-19T00:51:28.969Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26922026-08-19T00:51:28.995Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26932026-08-19T00:51:29.160Z Compiling libscf-sys v1.2.0
26942026-08-19T00:51:29.331Z Compiling vergen-lib v0.1.6
26952026-08-19T00:51:29.449Z Compiling diesel_derives v2.3.7
26962026-08-19T00:51:29.699Z Compiling scheduled-thread-pool v0.2.7
26972026-08-19T00:51:29.768Z Compiling vergen-gitcl v1.0.8
26982026-08-19T00:51:29.886Z Compiling diesel_table_macro_syntax v0.3.0
26992026-08-19T00:51:29.994Z Compiling dirs-sys-next v0.1.2
27002026-08-19T00:51:30.127Z Compiling maplit v1.0.2
27012026-08-19T00:51:30.247Z Compiling crunchy v0.2.4
27022026-08-19T00:51:30.269Z Compiling glob v0.3.3
27032026-08-19T00:51:30.272Z Compiling dirs-next v2.0.0
27042026-08-19T00:51:30.333Z Compiling darling_macro v0.21.3
27052026-08-19T00:51:30.473Z Compiling r2d2 v0.8.10
27062026-08-19T00:51:30.632Z Compiling clang-sys v1.8.1
27072026-08-19T00:51:30.766Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
27082026-08-19T00:51:30.850Z Compiling darling v0.21.3
27092026-08-19T00:51:30.899Z Compiling papergrid v0.18.0
27102026-08-19T00:51:30.964Z Compiling dsl_auto_type v0.2.0
27112026-08-19T00:51:31.019Z Compiling xshell-macros v0.2.7
27122026-08-19T00:51:31.063Z Compiling downcast-rs v2.0.2
27132026-08-19T00:51:31.203Z Compiling tiny-keccak v2.0.2
27142026-08-19T00:51:31.427Z Compiling xshell v0.2.7
27152026-08-19T00:51:31.451Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27162026-08-19T00:51:31.605Z Compiling term v0.7.0
27172026-08-19T00:51:31.828Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27182026-08-19T00:51:31.948Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27192026-08-19T00:51:32.101Z Compiling tabled v0.21.0
27202026-08-19T00:51:32.325Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27212026-08-19T00:51:32.511Z Compiling bit-vec v0.6.3
27222026-08-19T00:51:32.633Z Compiling ascii-canvas v3.0.0
27232026-08-19T00:51:32.688Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
27242026-08-19T00:51:32.757Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27252026-08-19T00:51:32.888Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27262026-08-19T00:51:32.910Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27272026-08-19T00:51:33.230Z Compiling bit-set v0.5.3
27282026-08-19T00:51:33.414Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27292026-08-19T00:51:33.637Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
27302026-08-19T00:51:33.930Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
27312026-08-19T00:51:34.070Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27322026-08-19T00:51:34.150Z Compiling itertools v0.10.5
27332026-08-19T00:51:34.287Z Compiling ena v0.14.4
27342026-08-19T00:51:34.539Z Compiling libloading v0.8.9
27352026-08-19T00:51:34.768Z Compiling unicase v2.9.0
27362026-08-19T00:51:34.878Z Compiling diff v0.1.13
27372026-08-19T00:51:34.920Z Compiling regex-syntax v0.6.29
27382026-08-19T00:51:34.944Z Compiling bindgen v0.71.1
27392026-08-19T00:51:35.286Z Compiling cexpr v0.6.0
27402026-08-19T00:51:35.469Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27412026-08-19T00:51:35.686Z Compiling crc8 v0.1.1
27422026-08-19T00:51:35.718Z Compiling rustc-hash v2.1.1
27432026-08-19T00:51:35.880Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27442026-08-19T00:51:35.918Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27452026-08-19T00:51:36.120Z Compiling headers-core v0.3.0
27462026-08-19T00:51:36.192Z Compiling diesel v2.3.7
27472026-08-19T00:51:36.271Z Compiling lalrpop v0.19.12
27482026-08-19T00:51:36.449Z Compiling libxml v0.3.3
27492026-08-19T00:51:36.473Z Compiling headers v0.4.1
27502026-08-19T00:51:36.859Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27512026-08-19T00:51:37.088Z Compiling strum_macros v0.24.3
27522026-08-19T00:51:37.111Z Compiling indoc v1.0.9
27532026-08-19T00:51:37.551Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27542026-08-19T00:51:37.643Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27552026-08-19T00:51:37.769Z Compiling derive_builder v0.20.2
27562026-08-19T00:51:37.937Z Compiling quick-xml v0.37.5
27572026-08-19T00:51:38.040Z Compiling oso-derive v0.27.3
27582026-08-19T00:51:38.093Z Compiling impl-trait-for-tuples v0.2.3
27592026-08-19T00:51:38.345Z Compiling openssl-probe v0.1.6
27602026-08-19T00:51:38.587Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27612026-08-19T00:51:38.628Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27622026-08-19T00:51:38.650Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27632026-08-19T00:51:39.032Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27642026-08-19T00:51:39.299Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27652026-08-19T00:51:39.364Z Compiling bb8 v0.8.6
27662026-08-19T00:51:39.417Z Compiling trait-variant v0.1.2
27672026-08-19T00:51:39.523Z Compiling proc-macro-error-attr2 v2.0.0
27682026-08-19T00:51:39.745Z Compiling half v1.8.3
27692026-08-19T00:51:39.878Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27702026-08-19T00:51:39.948Z Compiling proc-macro-error2 v2.0.1
27712026-08-19T00:51:39.971Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27722026-08-19T00:51:39.993Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27732026-08-19T00:51:40.142Z Compiling serde_cbor v0.11.2
27742026-08-19T00:51:40.216Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27752026-08-19T00:51:40.266Z Compiling hashbrown v0.14.5
27762026-08-19T00:51:40.480Z Compiling rfc6979 v0.4.0
27772026-08-19T00:51:40.607Z Compiling salty v0.3.0
27782026-08-19T00:51:40.674Z Compiling ecdsa v0.16.9
27792026-08-19T00:51:40.864Z Compiling chumsky v0.9.3
27802026-08-19T00:51:40.947Z Compiling knus-derive v3.4.0
27812026-08-19T00:51:41.190Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27822026-08-19T00:51:41.213Z Compiling progenitor-impl v0.13.0
27832026-08-19T00:51:41.312Z Compiling samael v0.0.19
27842026-08-19T00:51:41.428Z Compiling primeorder v0.13.6
27852026-08-19T00:51:41.719Z Compiling nonempty v0.12.0
27862026-08-19T00:51:41.961Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27872026-08-19T00:51:42.123Z Compiling p384 v0.13.1
27882026-08-19T00:51:42.306Z Compiling knus v3.4.0
27892026-08-19T00:51:43.195Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27902026-08-19T00:51:43.417Z Compiling progenitor-macro v0.13.0
27912026-08-19T00:51:43.658Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27922026-08-19T00:51:43.835Z Compiling polar-core v0.27.3
27932026-08-19T00:51:44.493Z Compiling progenitor-client v0.13.0
27942026-08-19T00:51:44.949Z Compiling fxhash v0.2.1
27952026-08-19T00:51:45.117Z Compiling libz-sys v1.1.24
27962026-08-19T00:51:45.275Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27972026-08-19T00:51:45.336Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
27982026-08-19T00:51:45.612Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27992026-08-19T00:51:45.635Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28002026-08-19T00:51:46.031Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28012026-08-19T00:51:46.091Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
28022026-08-19T00:51:46.511Z Compiling kstat-rs v0.2.5
28032026-08-19T00:51:47.210Z Compiling mime_guess v2.0.5
28042026-08-19T00:51:47.425Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28052026-08-19T00:51:47.593Z Compiling progenitor v0.13.0
28062026-08-19T00:51:48.113Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28072026-08-19T00:51:49.180Z Compiling nanorand v0.7.0
28082026-08-19T00:51:49.208Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28092026-08-19T00:51:49.292Z Compiling libgit2-sys v0.18.3+1.9.2
28102026-08-19T00:51:49.547Z Compiling parking_lot_core v0.8.6
28112026-08-19T00:51:49.857Z Compiling flume v0.11.1
28122026-08-19T00:51:49.936Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28132026-08-19T00:51:50.298Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28142026-08-19T00:51:50.460Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28152026-08-19T00:51:51.007Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28162026-08-19T00:51:51.172Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28172026-08-19T00:51:51.192Z Compiling git-stub v1.0.0
28182026-08-19T00:51:51.464Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
28192026-08-19T00:51:51.645Z Compiling instability v0.3.11
28202026-08-19T00:51:51.709Z Compiling strsim v0.10.0
28212026-08-19T00:51:51.863Z Compiling corncobs v0.1.4
28222026-08-19T00:51:52.012Z Compiling http-range v0.1.5
28232026-08-19T00:51:52.117Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28242026-08-19T00:51:52.198Z Compiling darling_core v0.13.4
28252026-08-19T00:51:52.417Z Compiling git-stub-vcs v0.1.0
28262026-08-19T00:51:53.143Z Compiling oso v0.27.3
28272026-08-19T00:51:53.845Z Compiling diesel-dtrace v0.5.0
28282026-08-19T00:51:54.179Z Compiling async-bb8-diesel v0.2.1
28292026-08-19T00:51:54.631Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28302026-08-19T00:51:55.972Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28312026-08-19T00:51:57.140Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
28322026-08-19T00:51:57.168Z Compiling ignore v0.4.25
28332026-08-19T00:51:58.527Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28342026-08-19T00:51:58.605Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28352026-08-19T00:51:58.860Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28362026-08-19T00:51:59.173Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28372026-08-19T00:51:59.440Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28382026-08-19T00:51:59.603Z Compiling anstyle-parse v0.2.7
28392026-08-19T00:51:59.741Z Compiling secrecy v0.8.0
28402026-08-19T00:51:59.865Z Compiling vergen-git2 v9.1.0
28412026-08-19T00:51:59.934Z Compiling castaway v0.2.4
28422026-08-19T00:52:00.082Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28432026-08-19T00:52:00.105Z Compiling indoc v2.0.7
28442026-08-19T00:52:00.384Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28452026-08-19T00:52:00.629Z Compiling compact_str v0.8.1
28462026-08-19T00:52:00.847Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28472026-08-19T00:52:01.712Z Compiling anstream v0.6.21
28482026-08-19T00:52:02.076Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28492026-08-19T00:52:02.255Z Compiling globwalk v0.9.1
28502026-08-19T00:52:02.716Z Compiling parking_lot v0.11.2
28512026-08-19T00:52:02.906Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28522026-08-19T00:52:03.017Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28532026-08-19T00:52:03.596Z Compiling darling_macro v0.13.4
28542026-08-19T00:52:03.624Z Compiling hyper-staticfile v0.10.1
28552026-08-19T00:52:03.937Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28562026-08-19T00:52:04.122Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28572026-08-19T00:52:04.426Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28582026-08-19T00:52:04.559Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28592026-08-19T00:52:04.583Z Compiling predicates-tree v1.0.13
28602026-08-19T00:52:04.757Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28612026-08-19T00:52:04.784Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
28622026-08-19T00:52:04.979Z Compiling unicode-truncate v1.1.0
28632026-08-19T00:52:05.004Z Compiling digest-io v0.1.0
28642026-08-19T00:52:05.186Z Compiling sha2 v0.11.0
28652026-08-19T00:52:05.210Z Compiling lru v0.12.5
28662026-08-19T00:52:05.297Z Compiling prefix-trie v0.7.0
28672026-08-19T00:52:05.431Z Compiling rand_seeder v0.4.0
28682026-08-19T00:52:05.680Z Compiling cassowary v0.3.0
28692026-08-19T00:52:05.789Z Compiling rawzip v0.4.4
28702026-08-19T00:52:06.257Z Compiling illumos-nvpair-sys v0.2.0
28712026-08-19T00:52:06.507Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28722026-08-19T00:52:06.560Z Compiling ratatui v0.29.0
28732026-08-19T00:52:06.583Z Compiling hickory-server v0.25.2
28742026-08-19T00:52:06.640Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28752026-08-19T00:52:06.793Z Compiling camino-tempfile-ext v0.3.3
28762026-08-19T00:52:06.867Z Compiling darling v0.13.4
28772026-08-19T00:52:06.897Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28782026-08-19T00:52:06.983Z Compiling sled v0.34.7
28792026-08-19T00:52:07.400Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28802026-08-19T00:52:07.584Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28812026-08-19T00:52:09.668Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28822026-08-19T00:52:10.118Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28832026-08-19T00:52:10.339Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28842026-08-19T00:52:11.588Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28852026-08-19T00:52:12.724Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
28862026-08-19T00:52:13.438Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28872026-08-19T00:52:13.474Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28882026-08-19T00:52:14.096Z Compiling serde_with_macros v1.5.2
28892026-08-19T00:52:14.947Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28902026-08-19T00:52:15.120Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28912026-08-19T00:52:15.346Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28922026-08-19T00:52:15.463Z Compiling git2 v0.20.4
28932026-08-19T00:52:15.533Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28942026-08-19T00:52:15.589Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28952026-08-19T00:52:15.766Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28962026-08-19T00:52:15.814Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28972026-08-19T00:52:15.836Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28982026-08-19T00:52:15.859Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28992026-08-19T00:52:15.989Z Compiling arc-swap v1.8.2
29002026-08-19T00:52:16.071Z Compiling void v1.0.2
29012026-08-19T00:52:16.193Z Compiling lzss v0.8.2
29022026-08-19T00:52:16.286Z Compiling slog-scope v4.4.1
29032026-08-19T00:52:16.408Z Compiling illumos-nvpair v0.3.0
29042026-08-19T00:52:16.436Z Compiling serde_with v1.14.0
29052026-08-19T00:52:16.697Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29062026-08-19T00:52:16.904Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
29072026-08-19T00:52:17.675Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
29082026-08-19T00:52:18.294Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29092026-08-19T00:52:18.439Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29102026-08-19T00:52:18.537Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29112026-08-19T00:52:18.847Z Compiling scuffle v0.1.0
29122026-08-19T00:52:19.035Z Compiling tungstenite v0.23.0
29132026-08-19T00:52:19.097Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29142026-08-19T00:52:20.840Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29152026-08-19T00:52:20.933Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
29162026-08-19T00:52:21.057Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29172026-08-19T00:52:21.295Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29182026-08-19T00:52:21.321Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29192026-08-19T00:52:21.448Z Compiling nix v0.27.1
29202026-08-19T00:52:21.528Z Compiling twox-hash v2.1.2
29212026-08-19T00:52:21.569Z Compiling libsw-core v0.3.2
29222026-08-19T00:52:21.792Z Compiling atty v0.2.14
29232026-08-19T00:52:21.955Z Compiling serde_bytes v0.11.19
29242026-08-19T00:52:22.034Z Compiling libsw v3.5.0
29252026-08-19T00:52:22.256Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29262026-08-19T00:52:22.362Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29272026-08-19T00:52:22.621Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29282026-08-19T00:52:22.988Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
29292026-08-19T00:52:23.846Z Compiling tokio-tungstenite v0.23.1
29302026-08-19T00:52:24.192Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
29312026-08-19T00:52:24.238Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29322026-08-19T00:52:24.565Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29332026-08-19T00:52:24.603Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29342026-08-19T00:52:25.926Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29352026-08-19T00:52:26.575Z Compiling slog-stdlog v4.1.1
29362026-08-19T00:52:26.637Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29372026-08-19T00:52:26.983Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
29382026-08-19T00:52:27.425Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
29392026-08-19T00:52:27.941Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29402026-08-19T00:52:29.026Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29412026-08-19T00:52:29.436Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29422026-08-19T00:52:29.913Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29432026-08-19T00:52:31.578Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29442026-08-19T00:52:32.210Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
29452026-08-19T00:52:32.588Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
29462026-08-19T00:52:32.808Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29472026-08-19T00:52:33.300Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29482026-08-19T00:52:33.369Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29492026-08-19T00:52:36.336Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29502026-08-19T00:52:36.562Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29512026-08-19T00:52:37.127Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29522026-08-19T00:52:37.316Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29532026-08-19T00:52:37.539Z Compiling signal-hook-tokio v0.3.1
29542026-08-19T00:52:37.733Z Compiling fatfs v0.3.6
29552026-08-19T00:52:37.995Z Compiling yasna v0.5.2
29562026-08-19T00:52:38.566Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29572026-08-19T00:52:39.020Z Compiling seq-macro v0.3.6
29582026-08-19T00:52:39.524Z Compiling assert_matches v1.5.0
29592026-08-19T00:52:39.552Z Compiling rcgen v0.12.1
29602026-08-19T00:52:39.638Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29612026-08-19T00:52:40.314Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29622026-08-19T00:52:41.083Z Compiling slog-envlogger v2.2.0
29632026-08-19T00:52:42.154Z Compiling oxide-update-engine-display v0.1.2
29642026-08-19T00:52:42.221Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29652026-08-19T00:52:42.341Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29662026-08-19T00:52:42.455Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29672026-08-19T00:52:42.689Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29682026-08-19T00:52:42.938Z Compiling port-file v0.1.0
29692026-08-19T00:52:43.122Z Compiling rtoolbox v0.0.3
29702026-08-19T00:52:43.317Z Compiling subprocess v0.2.15
29712026-08-19T00:52:43.406Z Compiling rpassword v7.5.4
29722026-08-19T00:52:44.016Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29732026-08-19T00:52:44.103Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29742026-08-19T00:52:45.705Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29752026-08-19T00:52:46.006Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29762026-08-19T00:52:46.149Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29772026-08-19T00:52:47.966Z Compiling tui-tree-widget v0.23.1
29782026-08-19T00:52:48.281Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29792026-08-19T00:52:48.442Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29802026-08-19T00:52:49.387Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29812026-08-19T00:52:51.849Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29822026-08-19T00:52:51.912Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29832026-08-19T00:52:52.137Z Compiling uzers v0.12.2
29842026-08-19T00:52:52.479Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29852026-08-19T00:52:53.298Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29862026-08-19T00:52:53.513Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29872026-08-19T00:52:53.925Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29882026-08-19T00:52:54.821Z Compiling support-bundle-viewer v0.1.2
29892026-08-19T00:52:55.808Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29902026-08-19T00:52:56.681Z Compiling multimap v0.10.1
29912026-08-19T00:53:05.614Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29922026-08-19T00:53:08.968Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29932026-08-19T00:53:12.406Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29942026-08-19T00:53:16.745Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29952026-08-19T00:53:17.832Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29962026-08-19T01:05:59.940Z Finished `release` profile [optimized] target(s) in 14m 54s
29972026-08-19T01:05:59.943Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
29982026-08-19T01:05:59.943Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
29992026-08-19T01:06:52.093Z
30002026-08-19T01:06:52.093Zreal 15:48.030280879
30012026-08-19T01:06:52.093Zuser 1:26:33.528208058
30022026-08-19T01:06:52.093Zsys 3:45.066964258
30032026-08-19T01:06:52.097Ztrap 1.856259825
30042026-08-19T01:06:52.097Ztflt 1.574025667
30052026-08-19T01:06:52.097Zdflt 20.426777933
30062026-08-19T01:06:52.097Zkflt 0.005634321
30072026-08-19T01:06:52.098Zlock 11:24:24.016202978
30082026-08-19T01:06:52.098Zslp 2:39:35.703738643
30092026-08-19T01:06:52.098Zlat 2:43.727720043
30102026-08-19T01:06:52.098Zstop 5:41.092122192
30112026-08-19T01:06:52.098Z+ mapfile -t packages
30122026-08-19T01:06:52.098Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
30132026-08-19T01:06:53.055Z Finished `release` profile [optimized] target(s) in 0.95s
30142026-08-19T01:06:53.131Z Running `target/release/omicron-package -t test list-outputs`
30152026-08-19T01:06:53.186ZLogging to: /work/oxidecomputer/omicron/out/LOG
30162026-08-19T01:06:53.189Z+ ptime -m cargo build --locked --release -p xtask
30172026-08-19T01:06:53.672Z Compiling libc v0.2.185
30182026-08-19T01:06:53.672Z Compiling serde_core v1.0.228
30192026-08-19T01:06:53.672Z Compiling serde v1.0.228
30202026-08-19T01:06:53.675Z Compiling rustix v1.1.4
30212026-08-19T01:06:53.675Z Compiling bitflags v2.11.0
30222026-08-19T01:06:53.791Z Compiling serde_json v1.0.151
30232026-08-19T01:06:53.825Z Compiling usdt-impl v0.5.0
30242026-08-19T01:06:53.829Z Compiling syn v2.0.117
30252026-08-19T01:06:53.847Z Compiling syn v1.0.109
30262026-08-19T01:06:53.857Z Compiling getrandom v0.3.4
30272026-08-19T01:06:53.866Z Compiling log v0.4.33
30282026-08-19T01:06:53.869Z Compiling indexmap v2.14.0
30292026-08-19T01:06:53.890Z Compiling fs-err v3.3.0
30302026-08-19T01:06:54.100Z Compiling once_cell v1.21.3
30312026-08-19T01:06:54.126Z Compiling heck v0.4.1
30322026-08-19T01:06:54.136Z Compiling anyhow v1.0.104
30332026-08-19T01:06:54.524Z Compiling errno v0.3.14
30342026-08-19T01:06:54.527Z Compiling thread-id v4.2.2
30352026-08-19T01:06:54.528Z Compiling memmap v0.7.0
30362026-08-19T01:06:55.286Z Compiling proc-macro-error v1.0.4
30372026-08-19T01:06:55.486Z Compiling terminal_size v0.4.3
30382026-08-19T01:06:55.486Z Compiling tempfile v3.27.0
30392026-08-19T01:06:55.547Z Compiling tabled_derive v0.7.0
30402026-08-19T01:06:55.582Z Compiling clap_builder v4.6.0
30412026-08-19T01:06:55.586Z Compiling textwrap v0.16.2
30422026-08-19T01:06:55.928Z Compiling camino v1.2.5
30432026-08-19T01:06:55.937Z Compiling cargo-platform v0.3.2
30442026-08-19T01:06:55.958Z Compiling semver v1.0.28
30452026-08-19T01:06:55.998Z Compiling pest_generator v2.8.6
30462026-08-19T01:06:56.234Z Compiling camino-tempfile v1.4.1
30472026-08-19T01:06:56.262Z Compiling tabled v0.15.0
30482026-08-19T01:06:56.502Z Compiling serde_derive v1.0.228
30492026-08-19T01:06:56.505Z Compiling thiserror-impl v1.0.69
30502026-08-19T01:06:56.505Z Compiling zerocopy-derive v0.7.35
30512026-08-19T01:06:56.505Z Compiling scroll_derive v0.12.1
30522026-08-19T01:06:56.505Z Compiling thiserror-impl v2.0.18
30532026-08-19T01:06:56.507Z Compiling clap_derive v4.6.1
30542026-08-19T01:06:56.585Z Compiling pest_derive v2.8.6
30552026-08-19T01:06:57.201Z Compiling scroll v0.12.0
30562026-08-19T01:06:57.385Z Compiling zerocopy v0.7.35
30572026-08-19T01:06:57.503Z Compiling goblin v0.8.2
30582026-08-19T01:06:57.665Z Compiling thiserror v1.0.69
30592026-08-19T01:06:57.784Z Compiling dtrace-parser v0.2.0
30602026-08-19T01:06:57.967Z Compiling thiserror v2.0.18
30612026-08-19T01:06:57.981Z Compiling clap v4.6.1
30622026-08-19T01:06:59.682Z Compiling dof v0.3.0
30632026-08-19T01:06:59.723Z Compiling toml_datetime v0.6.11
30642026-08-19T01:06:59.763Z Compiling serde_spanned v0.6.9
30652026-08-19T01:06:59.789Z Compiling serde_tokenstream v0.2.3
30662026-08-19T01:06:59.952Z Compiling toml_edit v0.22.27
30672026-08-19T01:06:59.970Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30682026-08-19T01:06:59.991Z Compiling cargo_metadata v0.23.1
30692026-08-19T01:07:00.013Z Compiling macaddr v1.0.1
30702026-08-19T01:07:00.403Z Compiling usdt-macro v0.5.0
30712026-08-19T01:07:00.407Z Compiling usdt-attr-macro v0.5.0
30722026-08-19T01:07:01.052Z Compiling usdt v0.5.0
30732026-08-19T01:07:01.474Z Compiling toml v0.8.23
30742026-08-19T01:07:01.911Z Compiling cargo_toml v0.21.0
30752026-08-19T01:07:06.337Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30762026-08-19T01:07:09.545Z Finished `release` profile [optimized] target(s) in 16.34s
30772026-08-19T01:07:09.646Z
30782026-08-19T01:07:09.650Zreal 16.425994575
30792026-08-19T01:07:09.650Zuser 2:05.424743684
30802026-08-19T01:07:09.650Zsys 13.522217339
30812026-08-19T01:07:09.650Ztrap 0.064019855
30822026-08-19T01:07:09.650Ztflt 0.466662203
30832026-08-19T01:07:09.650Zdflt 1.404300001
30842026-08-19T01:07:09.650Zkflt 0.002480021
30852026-08-19T01:07:09.650Zlock 4:46.450658941
30862026-08-19T01:07:09.650Zslp 2:42.011580641
30872026-08-19T01:07:09.650Zlat 3.565620925
30882026-08-19T01:07:09.650Zstop 14.941573582
30892026-08-19T01:07:09.650Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30902026-08-19T01:07:09.650Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30912026-08-19T01:07:09.650Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30922026-08-19T01:07:09.650Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30932026-08-19T01:07:09.650Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30942026-08-19T01:07:10.612Z Compiling match_cfg v0.1.0
30952026-08-19T01:07:10.612Z Compiling progenitor-client v0.14.0
30962026-08-19T01:07:10.616Z Compiling slog-json v2.6.1
30972026-08-19T01:07:10.616Z Compiling newtype-uuid-macros v0.1.0
30982026-08-19T01:07:10.616Z Compiling sha1 v0.11.0
30992026-08-19T01:07:10.616Z Compiling multer v3.1.0
31002026-08-19T01:07:10.616Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31012026-08-19T01:07:10.775Z Compiling debug-ignore v1.0.5
31022026-08-19T01:07:10.789Z Compiling compression-core v0.4.31
31032026-08-19T01:07:10.793Z Compiling async-stream-impl v0.3.6
31042026-08-19T01:07:10.793Z Compiling toml_datetime v1.1.1+spec-1.1.0
31052026-08-19T01:07:10.793Z Compiling serde_spanned v1.1.1
31062026-08-19T01:07:10.805Z Compiling dropshot v0.17.1
31072026-08-19T01:07:10.808Z Compiling toml_writer v1.1.1+spec-1.1.0
31082026-08-19T01:07:10.851Z Compiling waitgroup v0.1.2
31092026-08-19T01:07:10.869Z Compiling rustls-pemfile v2.2.0
31102026-08-19T01:07:10.999Z Compiling compression-codecs v0.4.37
31112026-08-19T01:07:11.037Z Compiling hostname v0.3.1
31122026-08-19T01:07:11.037Z Compiling dropshot_endpoint v0.17.1
31132026-08-19T01:07:11.069Z Compiling toml v1.1.2+spec-1.1.0
31142026-08-19T01:07:11.073Z Compiling serde_path_to_error v0.1.20
31152026-08-19T01:07:11.073Z Compiling hostname v0.4.2
31162026-08-19T01:07:11.073Z Compiling atomicwrites v0.4.4
31172026-08-19T01:07:11.073Z Compiling macaddr v1.0.1
31182026-08-19T01:07:11.170Z Compiling slog-bunyan v2.5.0
31192026-08-19T01:07:11.204Z Compiling async-compression v0.4.41
31202026-08-19T01:07:11.253Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31212026-08-19T01:07:11.257Z Compiling instant v0.1.13
31222026-08-19T01:07:11.302Z Compiling regress v0.10.5
31232026-08-19T01:07:11.320Z Compiling parse-display-derive v0.10.0
31242026-08-19T01:07:11.371Z Compiling backon v1.6.0
31252026-08-19T01:07:11.375Z Compiling backoff v0.4.0
31262026-08-19T01:07:11.375Z Compiling itertools v0.14.0
31272026-08-19T01:07:11.420Z Compiling async-stream v0.3.6
31282026-08-19T01:07:11.441Z Compiling humantime v2.3.0
31292026-08-19T01:07:11.446Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31302026-08-19T01:07:11.509Z Compiling half v2.7.1
31312026-08-19T01:07:11.585Z Compiling progenitor-extras v0.2.0
31322026-08-19T01:07:11.602Z Compiling crucible-workspace-hack v0.1.0
31332026-08-19T01:07:11.619Z Compiling ciborium-io v0.2.2
31342026-08-19T01:07:11.619Z Compiling regress v0.11.1
31352026-08-19T01:07:11.637Z Compiling convert_case v0.4.0
31362026-08-19T01:07:11.668Z Compiling secrecy v0.10.3
31372026-08-19T01:07:11.731Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31382026-08-19T01:07:11.749Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31392026-08-19T01:07:11.752Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31402026-08-19T01:07:11.797Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31412026-08-19T01:07:11.836Z Compiling ciborium-ll v0.2.2
31422026-08-19T01:07:11.854Z Compiling inout v0.1.4
31432026-08-19T01:07:11.873Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31442026-08-19T01:07:11.915Z Compiling unsafe-libyaml v0.2.11
31452026-08-19T01:07:11.915Z Compiling thiserror-impl-no-std v2.0.2
31462026-08-19T01:07:11.977Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31472026-08-19T01:07:12.039Z Compiling derive_more v0.99.20
31482026-08-19T01:07:12.039Z Compiling ciborium v0.2.2
31492026-08-19T01:07:12.079Z Compiling cipher v0.4.4
31502026-08-19T01:07:12.096Z Compiling universal-hash v0.5.1
31512026-08-19T01:07:12.114Z Compiling opaque-debug v0.3.1
31522026-08-19T01:07:12.156Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31532026-08-19T01:07:12.204Z Compiling blake2 v0.10.6
31542026-08-19T01:07:12.256Z Compiling poly1305 v0.8.0
31552026-08-19T01:07:12.363Z Compiling chacha20 v0.9.1
31562026-08-19T01:07:12.400Z Compiling aead v0.5.2
31572026-08-19T01:07:12.475Z Compiling serde_yaml v0.9.34+deprecated
31582026-08-19T01:07:12.655Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31592026-08-19T01:07:12.673Z Compiling password-hash v0.5.0
31602026-08-19T01:07:12.677Z Compiling indent_write v2.2.0
31612026-08-19T01:07:12.677Z Compiling chacha20poly1305 v0.10.1
31622026-08-19T01:07:12.723Z Compiling toml_datetime v0.7.5+spec-1.1.0
31632026-08-19T01:07:12.727Z Compiling num-derive v0.4.2
31642026-08-19T01:07:12.808Z Compiling heapless v0.8.0
31652026-08-19T01:07:12.858Z Compiling ingot-macros v0.2.0
31662026-08-19T01:07:12.889Z Compiling tabwriter v1.4.1
31672026-08-19T01:07:13.008Z Compiling argon2 v0.5.3
31682026-08-19T01:07:13.027Z Compiling toml_edit v0.23.10+spec-1.0.0
31692026-08-19T01:07:13.114Z Compiling parse-display v0.10.0
31702026-08-19T01:07:13.131Z Compiling hash32 v0.3.1
31712026-08-19T01:07:13.168Z Compiling smoltcp v0.11.0
31722026-08-19T01:07:13.187Z Compiling thiserror-no-std v2.0.2
31732026-08-19T01:07:13.315Z Compiling typify-impl v0.6.2
31742026-08-19T01:07:13.333Z Compiling vsss-rs v3.3.4
31752026-08-19T01:07:13.348Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31762026-08-19T01:07:13.442Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31772026-08-19T01:07:13.595Z Compiling proc-macro-crate v3.4.0
31782026-08-19T01:07:13.727Z Compiling cobs v0.3.0
31792026-08-19T01:07:13.749Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31802026-08-19T01:07:13.955Z Compiling colored v3.1.1
31812026-08-19T01:07:13.996Z Compiling postcard v1.1.3
31822026-08-19T01:07:13.999Z Compiling proc-macro-error v1.0.4
31832026-08-19T01:07:14.115Z Compiling rand v0.10.1
31842026-08-19T01:07:14.163Z Compiling num_enum_derive v0.7.6
31852026-08-19T01:07:14.217Z Compiling proc-macro-crate v1.3.1
31862026-08-19T01:07:14.318Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31872026-08-19T01:07:14.345Z Compiling foreign-types-macros v0.2.3
31882026-08-19T01:07:14.361Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31892026-08-19T01:07:14.377Z Compiling foreign-types-shared v0.3.1
31902026-08-19T01:07:14.498Z Compiling rayon-core v1.13.0
31912026-08-19T01:07:14.637Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31922026-08-19T01:07:14.674Z Compiling num_enum_derive v0.5.11
31932026-08-19T01:07:14.677Z Compiling crossbeam-deque v0.8.6
31942026-08-19T01:07:14.740Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31952026-08-19T01:07:14.756Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31962026-08-19T01:07:14.781Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31972026-08-19T01:07:14.799Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31982026-08-19T01:07:14.902Z Compiling cstr-argument v0.1.2
31992026-08-19T01:07:14.920Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
32002026-08-19T01:07:14.999Z Compiling foreign-types v0.5.0
32012026-08-19T01:07:15.015Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
32022026-08-19T01:07:15.086Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32032026-08-19T01:07:15.102Z Compiling zone_cfg_derive v0.3.1
32042026-08-19T01:07:15.166Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32052026-08-19T01:07:15.280Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32062026-08-19T01:07:15.297Z Compiling num_enum v0.7.6
32072026-08-19T01:07:15.314Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32082026-08-19T01:07:15.347Z Compiling itertools v0.12.1
32092026-08-19T01:07:15.365Z Compiling rayon v1.11.0
32102026-08-19T01:07:15.411Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
32112026-08-19T01:07:15.428Z Compiling sigpipe v0.1.3
32122026-08-19T01:07:15.446Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32132026-08-19T01:07:15.544Z Compiling glob v0.3.3
32142026-08-19T01:07:15.561Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32152026-08-19T01:07:15.652Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
32162026-08-19T01:07:15.673Z Compiling smf v0.2.3
32172026-08-19T01:07:15.717Z Compiling whoami v1.6.1
32182026-08-19T01:07:15.792Z Compiling num_enum v0.5.11
32192026-08-19T01:07:15.810Z Compiling ingot-types v0.2.0
32202026-08-19T01:07:15.827Z Compiling cpubits v0.1.1
32212026-08-19T01:07:15.830Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32222026-08-19T01:07:15.875Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32232026-08-19T01:07:15.895Z Compiling gethostname v0.5.0
32242026-08-19T01:07:15.932Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
32252026-08-19T01:07:15.949Z Compiling derive-where v1.6.0
32262026-08-19T01:07:15.967Z Compiling usdt-attr-macro v0.5.0
32272026-08-19T01:07:16.008Z Compiling usdt-macro v0.5.0
32282026-08-19T01:07:16.037Z Compiling num-rational v0.4.2
32292026-08-19T01:07:16.053Z Compiling num-complex v0.4.6
32302026-08-19T01:07:16.072Z Compiling memmap v0.7.0
32312026-08-19T01:07:16.221Z Compiling ingot v0.2.1
32322026-08-19T01:07:16.270Z Compiling toml v0.8.23
32332026-08-19T01:07:16.290Z Compiling pem-rfc7468 v1.0.0
32342026-08-19T01:07:16.469Z Compiling num v0.4.3
32352026-08-19T01:07:16.540Z Compiling zone v0.3.1
32362026-08-19T01:07:16.569Z Compiling float-ord v0.3.2
32372026-08-19T01:07:16.623Z Compiling resolv-conf v0.7.6
32382026-08-19T01:07:16.639Z Compiling cancel-safe-futures v0.1.5
32392026-08-19T01:07:16.657Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32402026-08-19T01:07:16.716Z Compiling hmac v0.13.0
32412026-08-19T01:07:16.851Z Compiling universal-hash v0.6.1
32422026-08-19T01:07:16.868Z Compiling usdt v0.5.0
32432026-08-19T01:07:16.952Z Compiling sha1 v0.10.6
32442026-08-19T01:07:16.969Z Compiling linear-map v1.2.0
32452026-08-19T01:07:17.015Z Compiling libefi-sys v0.1.0
32462026-08-19T01:07:17.031Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32472026-08-19T01:07:17.176Z Compiling prettyplease v0.2.37
32482026-08-19T01:07:17.192Z Compiling polyval v0.7.1
32492026-08-19T01:07:17.209Z Compiling der v0.8.0
32502026-08-19T01:07:17.230Z Compiling hickory-proto v0.24.4
32512026-08-19T01:07:17.233Z Compiling newline-converter v0.3.0
32522026-08-19T01:07:17.280Z Compiling console v0.15.11
32532026-08-19T01:07:17.283Z Compiling bitfield-struct v0.6.2
32542026-08-19T01:07:17.317Z Compiling linked-hash-map v0.5.6
32552026-08-19T01:07:17.337Z Compiling oxide-update-engine-types v0.1.2
32562026-08-19T01:07:17.389Z Compiling ghash v0.6.0
32572026-08-19T01:07:17.536Z Compiling lru-cache v0.1.2
32582026-08-19T01:07:17.604Z Compiling pbkdf2 v0.13.0
32592026-08-19T01:07:17.672Z Compiling crypto-bigint v0.7.5
32602026-08-19T01:07:17.690Z Compiling expectorate v1.2.0
32612026-08-19T01:07:17.707Z Compiling aes v0.9.1
32622026-08-19T01:07:17.760Z Compiling ctr v0.10.1
32632026-08-19T01:07:17.882Z Compiling aead v0.6.1
32642026-08-19T01:07:17.969Z Compiling sha2 v0.11.0
32652026-08-19T01:07:17.998Z Compiling nom v8.0.0
32662026-08-19T01:07:18.015Z Compiling typify-macro v0.6.2
32672026-08-19T01:07:18.055Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32682026-08-19T01:07:18.083Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32692026-08-19T01:07:18.271Z Compiling semver v0.1.20
32702026-08-19T01:07:18.411Z Compiling oxide-update-engine v0.1.2
32712026-08-19T01:07:18.584Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32722026-08-19T01:07:18.603Z Compiling rustc_version v0.1.7
32732026-08-19T01:07:18.619Z Compiling spki v0.8.0
32742026-08-19T01:07:18.636Z Compiling aes-gcm v0.11.0
32752026-08-19T01:07:18.684Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32762026-08-19T01:07:18.701Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32772026-08-19T01:07:18.853Z Compiling tokio-dtrace v0.1.1
32782026-08-19T01:07:18.870Z Compiling dropshot-api-manager-types v0.8.0
32792026-08-19T01:07:18.873Z Compiling salsa20 v0.11.0
32802026-08-19T01:07:18.873Z Compiling slog-dtrace v0.3.0
32812026-08-19T01:07:18.933Z Compiling xshell-macros v0.2.7
32822026-08-19T01:07:19.051Z Compiling minimal-lexical v0.2.1
32832026-08-19T01:07:19.076Z Compiling oxide-tokio-rt v0.1.4
32842026-08-19T01:07:19.106Z Compiling scrypt v0.12.0
32852026-08-19T01:07:19.157Z Compiling newtype_derive v0.1.6
32862026-08-19T01:07:19.188Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32872026-08-19T01:07:19.218Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32882026-08-19T01:07:19.236Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32892026-08-19T01:07:19.340Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32902026-08-19T01:07:19.358Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32912026-08-19T01:07:19.386Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32922026-08-19T01:07:19.415Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32932026-08-19T01:07:19.433Z Compiling hickory-resolver v0.24.4
32942026-08-19T01:07:19.453Z Compiling xshell v0.2.7
32952026-08-19T01:07:19.472Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32962026-08-19T01:07:19.795Z Compiling nom v7.1.3
32972026-08-19T01:07:19.841Z Compiling phf_shared v0.12.1
32982026-08-19T01:07:19.863Z Compiling rfc6979 v0.4.0
32992026-08-19T01:07:19.893Z Compiling typify v0.6.2
33002026-08-19T01:07:19.997Z Compiling progenitor-impl v0.14.0
33012026-08-19T01:07:20.027Z Compiling cbc v0.2.1
33022026-08-19T01:07:20.027Z Compiling proc-macro-error-attr2 v2.0.0
33032026-08-19T01:07:20.062Z Compiling csv-core v0.1.13
33042026-08-19T01:07:20.066Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33052026-08-19T01:07:20.164Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33062026-08-19T01:07:20.222Z Compiling unicode-xid v0.2.6
33072026-08-19T01:07:20.370Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33082026-08-19T01:07:20.387Z Compiling highway v1.3.0
33092026-08-19T01:07:20.404Z Compiling chrono-tz v0.10.4
33102026-08-19T01:07:20.427Z Compiling const_format_proc_macros v0.2.34
33112026-08-19T01:07:20.497Z Compiling qorb v0.4.1
33122026-08-19T01:07:20.540Z Compiling proc-macro-error2 v2.0.1
33132026-08-19T01:07:20.613Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33142026-08-19T01:07:20.788Z Compiling csv v1.4.0
33152026-08-19T01:07:20.806Z Compiling pkcs5 v0.8.1
33162026-08-19T01:07:20.905Z Compiling phf v0.12.1
33172026-08-19T01:07:20.926Z Compiling ecdsa v0.16.9
33182026-08-19T01:07:21.149Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33192026-08-19T01:07:21.206Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33202026-08-19T01:07:21.270Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33212026-08-19T01:07:21.364Z Compiling primeorder v0.13.6
33222026-08-19T01:07:21.382Z Compiling hashbrown v0.14.5
33232026-08-19T01:07:21.386Z Compiling salty v0.3.0
33242026-08-19T01:07:21.608Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33252026-08-19T01:07:21.633Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33262026-08-19T01:07:21.666Z Compiling p384 v0.13.1
33272026-08-19T01:07:21.701Z Compiling const_format v0.2.35
33282026-08-19T01:07:21.721Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33292026-08-19T01:07:21.775Z Compiling pkcs8 v0.11.0
33302026-08-19T01:07:21.990Z Compiling chumsky v0.9.3
33312026-08-19T01:07:22.054Z Compiling knus-derive v3.4.0
33322026-08-19T01:07:22.193Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
33332026-08-19T01:07:22.259Z Compiling tabled_derive v0.7.0
33342026-08-19T01:07:22.357Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33352026-08-19T01:07:22.583Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
33362026-08-19T01:07:22.602Z Compiling bcs v0.1.6
33372026-08-19T01:07:22.641Z Compiling ff v0.14.0
33382026-08-19T01:07:22.699Z Compiling progenitor-macro v0.14.0
33392026-08-19T01:07:22.819Z Compiling termtree v0.5.1
33402026-08-19T01:07:22.970Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33412026-08-19T01:07:23.006Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33422026-08-19T01:07:23.201Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33432026-08-19T01:07:23.233Z Compiling steno v0.4.1
33442026-08-19T01:07:23.332Z Compiling tabled v0.15.0
33452026-08-19T01:07:23.348Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33462026-08-19T01:07:23.403Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33472026-08-19T01:07:23.453Z Compiling tagptr v0.2.0
33482026-08-19T01:07:23.549Z Compiling group v0.14.0
33492026-08-19T01:07:23.586Z Compiling knus v3.4.0
33502026-08-19T01:07:23.646Z Compiling moka v0.12.13
33512026-08-19T01:07:23.668Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33522026-08-19T01:07:23.752Z Compiling signature v3.0.0
33532026-08-19T01:07:23.774Z Compiling base16ct v1.0.0
33542026-08-19T01:07:23.980Z Compiling sec1 v0.8.1
33552026-08-19T01:07:23.996Z Compiling hkdf v0.13.0
33562026-08-19T01:07:24.025Z Compiling libscf-sys v1.2.0
33572026-08-19T01:07:24.091Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33582026-08-19T01:07:24.194Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33592026-08-19T01:07:24.197Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
33602026-08-19T01:07:24.329Z Compiling elliptic-curve v0.14.1
33612026-08-19T01:07:24.354Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
33622026-08-19T01:07:24.442Z Compiling hickory-resolver v0.25.2
33632026-08-19T01:07:24.485Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33642026-08-19T01:07:24.554Z Compiling parking_lot_core v0.8.6
33652026-08-19T01:07:24.761Z Compiling corncobs v0.1.4
33662026-08-19T01:07:24.835Z Compiling utf-8 v0.7.6
33672026-08-19T01:07:24.903Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33682026-08-19T01:07:24.961Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33692026-08-19T01:07:25.118Z Compiling tungstenite v0.21.0
33702026-08-19T01:07:25.229Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33712026-08-19T01:07:25.256Z Compiling wnaf v0.14.0
33722026-08-19T01:07:25.367Z Compiling primefield v0.14.0
33732026-08-19T01:07:25.414Z Compiling rfc6979 v0.6.0
33742026-08-19T01:07:25.431Z Compiling papergrid v0.18.0
33752026-08-19T01:07:25.478Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33762026-08-19T01:07:25.596Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33772026-08-19T01:07:25.631Z Compiling git-stub v1.0.0
33782026-08-19T01:07:25.794Z Compiling secrecy v0.8.0
33792026-08-19T01:07:25.840Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33802026-08-19T01:07:25.924Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33812026-08-19T01:07:25.969Z Compiling git-stub-vcs v0.1.0
33822026-08-19T01:07:25.997Z Compiling tokio-tungstenite v0.21.0
33832026-08-19T01:07:26.133Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33842026-08-19T01:07:26.176Z Compiling primeorder v0.14.0
33852026-08-19T01:07:26.359Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33862026-08-19T01:07:26.377Z Compiling ecdsa v0.17.0
33872026-08-19T01:07:26.394Z Compiling tabled v0.21.0
33882026-08-19T01:07:26.512Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33892026-08-19T01:07:26.578Z Compiling curve25519-dalek v5.0.0
33902026-08-19T01:07:26.615Z Compiling illumos-nvpair-sys v0.2.0
33912026-08-19T01:07:26.714Z Compiling unicase v2.9.0
33922026-08-19T01:07:26.746Z Compiling parking_lot v0.11.2
33932026-08-19T01:07:26.763Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33942026-08-19T01:07:26.859Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33952026-08-19T01:07:26.876Z Compiling ssh-encoding v0.3.0
33962026-08-19T01:07:26.949Z Compiling mime_guess v2.0.5
33972026-08-19T01:07:27.028Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33982026-08-19T01:07:27.074Z Compiling progenitor-impl v0.13.0
33992026-08-19T01:07:27.108Z Compiling prefix-trie v0.7.0
34002026-08-19T01:07:27.155Z Compiling fxhash v0.2.1
34012026-08-19T01:07:27.173Z Compiling keccak v0.2.0
34022026-08-19T01:07:27.248Z Compiling crc8 v0.1.1
34032026-08-19T01:07:27.325Z Compiling sled v0.34.7
34042026-08-19T01:07:27.400Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34052026-08-19T01:07:27.581Z Compiling hickory-server v0.25.2
34062026-08-19T01:07:27.615Z Compiling ed25519 v3.0.0
34072026-08-19T01:07:27.662Z Compiling crypto-primes v0.7.2
34082026-08-19T01:07:27.868Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34092026-08-19T01:07:27.957Z Compiling pkcs1 v0.8.0-rc.4
34102026-08-19T01:07:28.069Z Compiling progenitor v0.14.0
34112026-08-19T01:07:28.262Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34122026-08-19T01:07:28.385Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34132026-08-19T01:07:28.692Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34142026-08-19T01:07:28.733Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34152026-08-19T01:07:28.766Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34162026-08-19T01:07:28.784Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34172026-08-19T01:07:29.004Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34182026-08-19T01:07:29.199Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34192026-08-19T01:07:29.286Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34202026-08-19T01:07:29.317Z Compiling poly1305 v0.9.0
34212026-08-19T01:07:29.537Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34222026-08-19T01:07:29.556Z Compiling progenitor-client v0.13.0
34232026-08-19T01:07:29.556Z Compiling blowfish v0.10.0
34242026-08-19T01:07:29.861Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34252026-08-19T01:07:29.923Z Compiling progenitor-macro v0.13.0
34262026-08-19T01:07:29.983Z Compiling blake2 v0.11.0-rc.6
34272026-08-19T01:07:30.107Z Compiling half v1.8.3
34282026-08-19T01:07:30.158Z Compiling http-range v0.1.5
34292026-08-19T01:07:30.378Z Compiling serde_cbor v0.11.2
34302026-08-19T01:07:30.414Z Compiling argon2 v0.6.0-rc.8
34312026-08-19T01:07:30.606Z Compiling bcrypt-pbkdf v0.11.0
34322026-08-19T01:07:30.800Z Compiling ssh-cipher v0.3.0
34332026-08-19T01:07:30.997Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34342026-08-19T01:07:31.018Z Compiling rsa v0.10.0-rc.18
34352026-08-19T01:07:31.122Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34362026-08-19T01:07:31.413Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34372026-08-19T01:07:31.435Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34382026-08-19T01:07:31.495Z Compiling ed25519-dalek v3.0.0
34392026-08-19T01:07:31.531Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34402026-08-19T01:07:32.041Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34412026-08-19T01:07:32.146Z Compiling illumos-nvpair v0.3.0
34422026-08-19T01:07:32.166Z Compiling sha3 v0.11.0
34432026-08-19T01:07:32.184Z Compiling p256 v0.14.0
34442026-08-19T01:07:32.242Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34452026-08-19T01:07:32.438Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34462026-08-19T01:07:32.459Z Compiling p384 v0.14.0
34472026-08-19T01:07:32.712Z Compiling p521 v0.14.0
34482026-08-19T01:07:32.787Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34492026-08-19T01:07:32.857Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34502026-08-19T01:07:33.000Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34512026-08-19T01:07:33.019Z Compiling scuffle v0.1.0
34522026-08-19T01:07:33.378Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34532026-08-19T01:07:33.501Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34542026-08-19T01:07:33.572Z Compiling yasna v0.5.2
34552026-08-19T01:07:33.882Z Compiling kstat-rs v0.2.5
34562026-08-19T01:07:33.994Z Compiling headers-core v0.3.0
34572026-08-19T01:07:34.012Z Compiling kem v0.3.0
34582026-08-19T01:07:34.151Z Compiling module-lattice v0.2.3
34592026-08-19T01:07:34.175Z Compiling nanorand v0.7.0
34602026-08-19T01:07:34.216Z Compiling sponge-cursor v0.1.0
34612026-08-19T01:07:34.237Z Compiling headers v0.4.1
34622026-08-19T01:07:34.255Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34632026-08-19T01:07:34.287Z Compiling rcgen v0.12.1
34642026-08-19T01:07:34.383Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34652026-08-19T01:07:34.434Z Compiling flume v0.11.1
34662026-08-19T01:07:34.493Z Compiling ml-kem v0.3.2
34672026-08-19T01:07:34.517Z Compiling sha3 v0.12.0
34682026-08-19T01:07:34.783Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34692026-08-19T01:07:34.906Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34702026-08-19T01:07:34.967Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34712026-08-19T01:07:35.027Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34722026-08-19T01:07:35.057Z Compiling progenitor v0.13.0
34732026-08-19T01:07:35.097Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34742026-08-19T01:07:35.117Z Compiling hyper-staticfile v0.10.1
34752026-08-19T01:07:35.187Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34762026-08-19T01:07:35.239Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34772026-08-19T01:07:35.303Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34782026-08-19T01:07:35.456Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34792026-08-19T01:07:35.474Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34802026-08-19T01:07:35.557Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34812026-08-19T01:07:35.650Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34822026-08-19T01:07:35.707Z Compiling russh-cryptovec v0.62.0
34832026-08-19T01:07:35.778Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34842026-08-19T01:07:35.799Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34852026-08-19T01:07:35.799Z Compiling internal-russh-num-bigint v0.5.0
34862026-08-19T01:07:35.834Z Compiling ssh-key v0.7.0-rc.11
34872026-08-19T01:07:35.958Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34882026-08-19T01:07:35.975Z Compiling port-file v0.1.0
34892026-08-19T01:07:35.994Z Compiling num-bigint v0.4.6
34902026-08-19T01:07:36.014Z Compiling generic-array v1.4.3
34912026-08-19T01:07:36.174Z Compiling russh-util v0.52.0
34922026-08-19T01:07:36.240Z Compiling enum_dispatch v0.3.13
34932026-08-19T01:07:36.257Z Compiling delegate v0.13.5
34942026-08-19T01:07:36.355Z Compiling subprocess v0.2.15
34952026-08-19T01:07:36.475Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34962026-08-19T01:07:36.519Z Compiling hex-literal v1.1.0
34972026-08-19T01:07:36.597Z Compiling display-error-chain v0.2.2
34982026-08-19T01:07:36.655Z Compiling md5 v0.8.0
34992026-08-19T01:07:36.790Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35002026-08-19T01:07:36.923Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35012026-08-19T01:07:36.956Z Compiling colored v2.2.0
35022026-08-19T01:07:37.138Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
35032026-08-19T01:07:37.156Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
35042026-08-19T01:07:37.256Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35052026-08-19T01:07:37.273Z Compiling russh v0.62.4
35062026-08-19T01:07:37.333Z Compiling socket2 v0.5.10
35072026-08-19T01:07:37.546Z Compiling internet-checksum v0.2.1
35082026-08-19T01:07:38.184Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
35092026-08-19T01:07:39.977Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35102026-08-19T01:07:40.695Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35112026-08-19T01:07:41.235Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35122026-08-19T01:07:42.648Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
35132026-08-19T01:07:43.283Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35142026-08-19T01:07:52.389Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35152026-08-19T01:07:52.389Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35162026-08-19T01:07:52.389Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35172026-08-19T01:07:52.393Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35182026-08-19T01:07:52.393Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
35192026-08-19T01:07:54.181Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35202026-08-19T01:07:54.370Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35212026-08-19T01:07:58.485Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35222026-08-19T01:08:39.345Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s
35232026-08-19T01:08:39.349Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35242026-08-19T01:08:39.349Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35252026-08-19T01:08:39.576Z
35262026-08-19T01:08:39.576Zreal 1:29.861003819
35272026-08-19T01:08:39.576Zuser 8:38.159552885
35282026-08-19T01:08:39.576Zsys 1:44.050092118
35292026-08-19T01:08:39.579Ztrap 0.252076226
35302026-08-19T01:08:39.579Ztflt 0.338771580
35312026-08-19T01:08:39.579Zdflt 1.907933922
35322026-08-19T01:08:39.579Zkflt 0.000318320
35332026-08-19T01:08:39.579Zlock 32:05.831946245
35342026-08-19T01:08:39.579Zslp 19:41.478130262
35352026-08-19T01:08:39.579Zlat 41.109827751
35362026-08-19T01:08:39.579Zstop 3:02.588156484
35372026-08-19T01:08:39.579Z+ mkdir tests
35382026-08-19T01:08:39.582Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
35392026-08-19T01:08:39.582Z+ xargs -I '{}' -t cp '{}' tests/
35402026-08-19T01:08:39.604Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-cd0a670b0b070735 tests/
35412026-08-19T01:08:39.635Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a751262b70ed4362 tests/
35422026-08-19T01:08:39.665Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-da6bbe32ffc33edb tests/
35432026-08-19T01:08:39.697Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-51271dc8acf685e6 tests/
35442026-08-19T01:08:40.051Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/* tools/opte_version tools/opte_version_override)
35452026-08-19T01:08:40.054Z+ 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-a751262b70ed4362 tests/commtest-da6bbe32ffc33edb tests/dhcp_server-cd0a670b0b070735 tests/end_to_end_tests-51271dc8acf685e6 tools/opte_version tools/opte_version_override out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
35462026-08-19T01:10:09.793ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35472026-08-19T01:10:09.793Za .github/buildomat/ci-env.sh 1K
35482026-08-19T01:10:09.793Za out/target/test 1K
35492026-08-19T01:10:09.793Za out/npuzone/npuzone 27402K
35502026-08-19T01:10:09.793Za package-manifest.toml 35K
35512026-08-19T01:10:09.793Za smf/sled-agent/non-gimlet/config.toml 6K
35522026-08-19T01:10:09.793Za target/release/omicron-package 48103K
35532026-08-19T01:10:09.793Za target/release/xtask 11727K
35542026-08-19T01:10:09.793Za target/debug/bootstrap 435961K
35552026-08-19T01:10:09.793Za tests/bootstrap-a751262b70ed4362 34430K
35562026-08-19T01:10:09.793Za tests/commtest-da6bbe32ffc33edb 34431K
35572026-08-19T01:10:09.793Za tests/dhcp_server-cd0a670b0b070735 34431K
35582026-08-19T01:10:09.793Za tests/end_to_end_tests-51271dc8acf685e6 499477K
35592026-08-19T01:10:09.794Za tools/opte_version 1K
35602026-08-19T01:10:09.794Za tools/opte_version_override 2K
35612026-08-19T01:10:09.794Za out/clickhouse.tar.gz 329992K
35622026-08-19T01:10:09.794Za out/clickhouse_keeper.tar.gz 313998K
35632026-08-19T01:10:09.794Za out/clickhouse_server.tar.gz 329989K
35642026-08-19T01:10:09.794Za out/cockroachdb.tar.gz 169490K
35652026-08-19T01:10:09.794Za out/crucible-pantry-zone.tar.gz 41282K
35662026-08-19T01:10:09.794Za out/crucible-utils.tar 18900K
35672026-08-19T01:10:09.794Za out/crucible-zone.tar.gz 56094K
35682026-08-19T01:10:09.795Za out/external-dns.tar.gz 54203K
35692026-08-19T01:10:09.795Za out/internal-dns.tar.gz 54202K
35702026-08-19T01:10:09.795Za out/mg-ddm-gz.tar 100917K
35712026-08-19T01:10:09.795Za out/nexus.tar.gz 356561K
35722026-08-19T01:10:09.795Za out/ntp.tar.gz 34630K
35732026-08-19T01:10:09.795Za out/omicron-gateway-softnpu.tar.gz 29910K
35742026-08-19T01:10:09.795Za out/omicron-sled-agent.tar 243895K
35752026-08-19T01:10:09.795Za out/overlay.tar.gz 4K
35762026-08-19T01:10:09.795Za out/oximeter.tar.gz 72276K
35772026-08-19T01:10:09.795Za out/oxlog.tar 4071K
35782026-08-19T01:10:09.795Za out/probe.tar.gz 3037K
35792026-08-19T01:10:09.795Za out/propolis-server.tar.gz 34642K
35802026-08-19T01:10:09.795Za out/pumpkind-gz.tar 26647K
35812026-08-19T01:10:09.795Za out/switch-softnpu.tar.gz 502463K
35822026-08-19T01:10:09.798Z
35832026-08-19T01:10:09.798Zreal 1:29.737937692
35842026-08-19T01:10:09.798Zuser 1:26.784194275
35852026-08-19T01:10:09.798Zsys 4.984181587
35862026-08-19T01:10:09.798Ztrap 0.006354804
35872026-08-19T01:10:09.798Ztflt 0.000000000
35882026-08-19T01:10:09.798Zdflt 0.000000000
35892026-08-19T01:10:09.799Zkflt 0.000000000
35902026-08-19T01:10:09.799Zlock 0.000000000
35912026-08-19T01:10:09.799Zslp 1:26.643503168
35922026-08-19T01:10:09.799Zlat 1.053400123
35932026-08-19T01:10:09.799Zstop 0.000169370
35942026-08-19T01:10:09.799Zprocess exited: duration 1370327 ms, exit code 0
 
35952026-08-19T01:10:09.812Zfound 1 output files
35962026-08-19T01:10:09.813Zuploading: /work/package.tar.gz (2775090272 bytes)
35972026-08-19T01:10:43.902Zuploaded: /work/package.tar.gz