01M0KMDE240Y43EDTPHJABE9G5: 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: 01M0KME2C418TXH7YDD8NKD91E

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-22T02:23:27.142Zjob assigned to worker 01M0KME59BGT9F9K4QD6AVWFR0 [factory aws, i-030fb639934823962] (queued for 45 s)
 
22026-08-22T02:23:34.236Zstarting task 0: "setup"
32026-08-22T02:23:34.241Z++ uname -s
42026-08-22T02:23:34.244Z+ kern=SunOS
52026-08-22T02:23:34.245Z+ build_user=build
62026-08-22T02:23:34.245Z+ build_uid=12345
72026-08-22T02:23:34.245Z+ work_dir=/work
82026-08-22T02:23:34.245Z+ input_dir=/input
92026-08-22T02:23:34.245Z+ [[ 0 == 12345 ]]
102026-08-22T02:23:34.245Z+ case "$kern" in
112026-08-22T02:23:34.245Z+ groupadd -g 12345 build
122026-08-22T02:23:34.248Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-22T02:23:36.254Z+ zfs create -o mountpoint=/work rpool/work
142026-08-22T02:23:36.326Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-22T02:23:36.329Z+ home_fs=zfs
162026-08-22T02:23:36.330Z+ [[ zfs == autofs ]]
172026-08-22T02:23:36.330Z+ mkdir -p /home/build
182026-08-22T02:23:36.330Z+ chown build:build /home/build /work
192026-08-22T02:23:38.332Z+ chmod 0700 /home/build /work
202026-08-22T02:23:38.335Zprocess exited: duration 4102 ms, exit code 0
 
212026-08-22T02:23:38.342Zstarting task 1: "rust-toolchain"
222026-08-22T02:23:38.348Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-22T02:23:38.348Z * rust toolchain channel = "1.97.1"
242026-08-22T02:23:38.349Z * rust toolchain profile = "default"
252026-08-22T02:23:38.349Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-22T02:23:38.349Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-22T02:23:38.349Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-22T02:23:38.352Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-22T02:23:38.352Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-22T02:23:38.468Zinfo: downloading installer
312026-08-22T02:23:40.128Zwarn: It looks like you have an existing rustup settings file at:
322026-08-22T02:23:40.128Zwarn: /home/build/.rustup/settings.toml
332026-08-22T02:23:40.128Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-22T02:23:40.128Zwarn: instead of the one inferred from the default host triple.
352026-08-22T02:23:40.140Zinfo: profile set to default
362026-08-22T02:23:40.140Zinfo: default host triple is x86_64-unknown-illumos
372026-08-22T02:23:40.143Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-22T02:23:40.287Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-22T02:23:40.290Zinfo: downloading 6 components
402026-08-22T02:23:54.436Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-22T02:23:54.436Z
422026-08-22T02:23:54.467Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-22T02:23:54.467Z
442026-08-22T02:23:54.467Z
452026-08-22T02:23:54.467ZRust is installed now. Great!
462026-08-22T02:23:54.467Z
472026-08-22T02:23:54.467ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-22T02:23:54.467Zenvironment variable. This has not been done automatically.
492026-08-22T02:23:54.467Z
502026-08-22T02:23:54.468ZTo configure your current shell, you need to source
512026-08-22T02:23:54.468Zthe corresponding env file under $HOME/.cargo.
522026-08-22T02:23:54.468Z
532026-08-22T02:23:54.468ZThis is usually done by running one of the following (note the leading DOT):
542026-08-22T02:23:54.472Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-22T02:23:54.472Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-22T02:23:54.472Zsource "~/.cargo/env.nu" # For nushell
572026-08-22T02:23:54.472Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-22T02:23:54.472Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-22T02:23:54.472Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-22T02:23:54.472Zwarn: no default linker (`cc`) was found in your PATH
612026-08-22T02:23:54.472Zwarn: many Rust crates require a system C toolchain to build
622026-08-22T02:23:54.570Z+ rustup --version
632026-08-22T02:23:54.576Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-22T02:23:54.576Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-22T02:23:54.597Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-22T02:23:54.601Z+ cargo --version
672026-08-22T02:23:54.608Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-22T02:23:54.612Z+ rustc --version
692026-08-22T02:23:54.631Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-22T02:23:54.634Zprocess exited: duration 16291 ms, exit code 0
 
712026-08-22T02:23:54.640Zstarting task 2: "authentication"
722026-08-22T02:23:54.659Zprocess exited: duration 18 ms, exit code 0
 
732026-08-22T02:23:54.665Zstarting task 3: "clone repository"
742026-08-22T02:23:54.670Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-22T02:23:54.675Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-22T02:23:54.706ZCloning into '/work/oxidecomputer/omicron'...
772026-08-22T02:24:06.633Z+ cd /work/oxidecomputer/omicron
782026-08-22T02:24:06.633Z+ git fetch origin 434e09d02ffa162784da91d392f012c5e1b4afef
792026-08-22T02:24:06.964ZFrom https://github.com/oxidecomputer/omicron
802026-08-22T02:24:06.964Z * branch 434e09d02ffa162784da91d392f012c5e1b4afef -> FETCH_HEAD
812026-08-22T02:24:06.979Z+ [[ -n '' ]]
822026-08-22T02:24:06.979Z+ git reset --hard 434e09d02ffa162784da91d392f012c5e1b4afef
832026-08-22T02:24:07.231ZHEAD is now at 434e09d02 misc: tagged union api design
842026-08-22T02:24:07.235Zprocess exited: duration 12570 ms, exit code 0
 
852026-08-22T02:24:07.242Zstarting task 4: "build"
862026-08-22T02:24:07.247Z+ source .github/buildomat/ci-env.sh
872026-08-22T02:24:07.247Z++ export CARGO_TERM_COLOR=always
882026-08-22T02:24:07.247Z++ CARGO_TERM_COLOR=always
892026-08-22T02:24:07.251Z+++ uname -s
902026-08-22T02:24:07.251Z++ [[ SunOS == \S\u\n\O\S ]]
912026-08-22T02:24:07.251Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
922026-08-22T02:24:07.254Z+ cargo --version
932026-08-22T02:24:07.264Zcargo 1.97.1 (c980f4866 2026-06-30)
942026-08-22T02:24:07.268Z+ rustc --version
952026-08-22T02:24:07.288Zrustc 1.97.1 (8bab26f4f 2026-07-14)
962026-08-22T02:24:07.291Z+ WORK=/work
972026-08-22T02:24:07.291Z+ pfexec mkdir -p /work
982026-08-22T02:24:07.294Z+ pfexec chown build /work
992026-08-22T02:24:07.297Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1002026-08-22T02:24:09.265Z Startup: Refreshing catalog 'helios' ... Done
1012026-08-22T02:24:09.620Z Startup: Caching catalogs ... Done
1022026-08-22T02:24:11.608ZPlanning: Solver setup ... Done (1.877s)
1032026-08-22T02:24:11.667ZPlanning: Running solver ... Done (0.059s)
1042026-08-22T02:24:11.712ZPlanning: Finding local manifests ... Done (0.003s)
1052026-08-22T02:24:11.724ZPlanning: Fetching manifests: 0/2 0% complete
1062026-08-22T02:24:11.740ZPlanning: Fetching manifests: 2/2 100% complete
1072026-08-22T02:24:11.754ZPlanning: Package planning ... Done (0.014s)
1082026-08-22T02:24:11.758ZPlanning: Merging actions ... Done (0.001s)
1092026-08-22T02:24:11.930ZPlanning: Checking for conflicting actions ... Done (0.174s)
1102026-08-22T02:24:11.934ZPlanning: Consolidating action changes ... Done (0.001s)
1112026-08-22T02:24:12.811ZPlanning: Evaluating mediators ... Done (0.880s)
1122026-08-22T02:24:12.814ZPlanning: Planning completed in 3.16 seconds
1132026-08-22T02:24:12.821Z Packages to install: 2
1142026-08-22T02:24:12.821Z Estimated space available: 156.01 GB
1152026-08-22T02:24:12.826ZEstimated space to be consumed: 74.96 MB
1162026-08-22T02:24:12.826Z Create boot environment: No
1172026-08-22T02:24:12.826ZCreate backup boot environment: No
1182026-08-22T02:24:12.826Z Rebuild boot archive: No
1192026-08-22T02:24:12.826Z
1202026-08-22T02:24:12.826ZChanged packages:
1212026-08-22T02:24:12.826Zhelios
1222026-08-22T02:24:12.826Z developer/build-essential
1232026-08-22T02:24:12.826Z None -> 11-3.0
1242026-08-22T02:24:12.826Z library/libxmlsec1
1252026-08-22T02:24:12.827Z None -> 1.2.35-3.0
1262026-08-22T02:24:12.847Z
1272026-08-22T02:24:12.847ZDownload: 0/214 items 0.0/1.3MB 0% complete
1282026-08-22T02:24:12.918ZDownload: Completed 1.28 MB in 0.07 seconds (18.3M/s)
1292026-08-22T02:24:13.004Z Actions: 1/268 actions (Installing new actions)
1302026-08-22T02:24:13.042Z Actions: Completed 268 actions in 0.04 seconds.
1312026-08-22T02:24:13.075ZFinalize: Updating package state database ... Done (0.033s)
1322026-08-22T02:24:13.075ZFinalize: Updating package cache ... Done (0.000s)
1332026-08-22T02:24:13.156ZFinalize: Updating image state ... Done (0.081s)
1342026-08-22T02:24:15.923ZFinalize: Creating fast lookup database ... Done (2.717s)
1352026-08-22T02:24:16.002ZFinalize: Reading search index ... Done (0.012s)
1362026-08-22T02:24:16.005ZFinalize: Updating search index ... Done (0.000s)
1372026-08-22T02:24:16.133ZFinalize: Updating package cache ... Done (0.000s)
1382026-08-22T02:24:16.503ZPlanning: Evaluating mediator changes ... Done
1392026-08-22T02:24:16.608ZPlanning: Checking for conflicting actions ... Done
1402026-08-22T02:24:16.612ZPlanning: Consolidating action changes ... Done
1412026-08-22T02:24:16.764ZPlanning: Evaluating mediators ... Done
1422026-08-22T02:24:16.767ZPlanning: Planning completed in 0.26 seconds
1432026-08-22T02:24:16.791Z Mediators to change: 2
1442026-08-22T02:24:16.791Z Create boot environment: No
1452026-08-22T02:24:16.794ZCreate backup boot environment: No
1462026-08-22T02:24:16.842ZFinalize: Updating package state database ... Done
1472026-08-22T02:24:16.842ZFinalize: Updating package cache ... Done
1482026-08-22T02:24:16.889ZFinalize: Updating image state ... Done
1492026-08-22T02:24:18.812ZFinalize: Creating fast lookup database ... Done
1502026-08-22T02:24:18.877ZFinalize: Reading search index ... Done
1512026-08-22T02:24:18.881ZFinalize: Updating search index ... Done
1522026-08-22T02:24:18.948ZFinalize: Updating package cache ... Done
1532026-08-22T02:24:19.232ZPlanning: Evaluating mediator changes ... Done
1542026-08-22T02:24:19.337ZPlanning: Checking for conflicting actions ... Done
1552026-08-22T02:24:19.340ZPlanning: Consolidating action changes ... Done
1562026-08-22T02:24:19.492ZPlanning: Evaluating mediators ... Done
1572026-08-22T02:24:19.495ZPlanning: Planning completed in 0.26 seconds
1582026-08-22T02:24:19.516Z Mediators to change: 1
1592026-08-22T02:24:19.517Z Create boot environment: No
1602026-08-22T02:24:19.517ZCreate backup boot environment: No
1612026-08-22T02:24:19.563ZFinalize: Updating package state database ... Done
1622026-08-22T02:24:19.563ZFinalize: Updating package cache ... Done
1632026-08-22T02:24:19.613ZFinalize: Updating image state ... Done
1642026-08-22T02:24:21.544ZFinalize: Creating fast lookup database ... Done
1652026-08-22T02:24:21.605ZFinalize: Reading search index ... Done
1662026-08-22T02:24:21.610ZFinalize: Updating search index ... Done
1672026-08-22T02:24:21.740ZFinalize: Updating package cache ... Done
1682026-08-22T02:24:22.015ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1692026-08-22T02:24:22.015Zapache system 2.4 system
1702026-08-22T02:24:22.015Zclang system 15 system
1712026-08-22T02:24:22.015Zcsh system system illumos
1722026-08-22T02:24:22.015Zctags system system illumos
1732026-08-22T02:24:22.015Zfile vendor vendor darwinsys
1742026-08-22T02:24:22.015Zfile system system illumos
1752026-08-22T02:24:22.015Zgcc vendor 14 vendor
1762026-08-22T02:24:22.015Zgcc system 13 system
1772026-08-22T02:24:22.015Zgcc system 10 system
1782026-08-22T02:24:22.015Zgo system 1.25 system
1792026-08-22T02:24:22.015Zllvm system 15 system
1802026-08-22T02:24:22.015Zmariadb system 11.4 system
1812026-08-22T02:24:22.015Zmta vendor vendor dma
1822026-08-22T02:24:22.015Zopenjdk system 17 system
1832026-08-22T02:24:22.015Zopenjdk system 11 system
1842026-08-22T02:24:22.015Zopenssl vendor 3 vendor
1852026-08-22T02:24:22.015Zperl system 5.40 system
1862026-08-22T02:24:22.015Zpostgresql system 18 system
1872026-08-22T02:24:22.015Zpostgresql system 17 system
1882026-08-22T02:24:22.015Zpython vendor 3 vendor
1892026-08-22T02:24:22.015Zpython system 2 system
1902026-08-22T02:24:22.015Zpython3 vendor 3.13 vendor
1912026-08-22T02:24:22.016Zruby system 3.4 system
1922026-08-22T02:24:22.016Zruby system 3.0 system
1932026-08-22T02:24:22.016Zwords vendor vendor american-english
1942026-08-22T02:24:22.016Zwords system system australian-english
1952026-08-22T02:24:22.016Zwords system system british-english
1962026-08-22T02:24:22.016Zwords system system canadian-english
1972026-08-22T02:24:22.016Zwords system system french
1982026-08-22T02:24:22.016Zwords system system italian
1992026-08-22T02:24:22.016Zwords system system ngerman
2002026-08-22T02:24:22.016Zwords system system ogerman
2012026-08-22T02:24:22.016Zwords system system spanish
2022026-08-22T02:24:22.265ZPUBLISHER TYPE STATUS P LOCATION
2032026-08-22T02:24:22.265Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2042026-08-22T02:24:22.724ZFMRI IFO
2052026-08-22T02:24:22.724Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2062026-08-22T02:24:22.724Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2072026-08-22T02:24:22.724Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2082026-08-22T02:24:22.724Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2092026-08-22T02:24:22.724Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2102026-08-22T02:24:22.724Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2112026-08-22T02:24:22.724Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2122026-08-22T02:24:22.724Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2132026-08-22T02:24:22.724Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2142026-08-22T02:24:23.053Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2152026-08-22T02:24:23.362Z Updating crates.io index
2162026-08-22T02:24:23.365Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2172026-08-22T02:24:23.653Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2182026-08-22T02:24:24.014Z Updating git repository `https://github.com/oxidecomputer/propolis`
2192026-08-22T02:24:25.007Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2202026-08-22T02:24:25.544Z Updating git repository `https://github.com/oxidecomputer/crucible`
2212026-08-22T02:24:27.114Z Updating git repository `https://github.com/oxidecomputer/opte`
2222026-08-22T02:24:27.952Z Updating git repository `https://github.com/oxidecomputer/tofino`
2232026-08-22T02:24:28.244Z Updating git repository `https://github.com/oxidecomputer/lldp`
2242026-08-22T02:24:28.585Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2252026-08-22T02:24:29.740Z Updating git repository `https://github.com/oxidecomputer/clickward`
2262026-08-22T02:24:30.376Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2272026-08-22T02:24:30.753Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2282026-08-22T02:24:31.028Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2292026-08-22T02:24:31.303Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2302026-08-22T02:24:31.575Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2312026-08-22T02:24:31.900Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2322026-08-22T02:24:32.180Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2332026-08-22T02:24:32.467Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2342026-08-22T02:24:32.950Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2352026-08-22T02:24:33.390Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2362026-08-22T02:24:33.923Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2372026-08-22T02:24:34.279Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2382026-08-22T02:24:34.833Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2392026-08-22T02:24:35.151Z Updating git repository `https://github.com/oxidecomputer/erebor`
2402026-08-22T02:24:35.402Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2412026-08-22T02:24:35.835Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2422026-08-22T02:24:36.109Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2432026-08-22T02:24:36.528Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2442026-08-22T02:24:36.894Z Updating git repository `https://github.com/oxidecomputer/ispf`
2452026-08-22T02:24:37.160Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2462026-08-22T02:24:37.522Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2472026-08-22T02:24:37.929Z Updating git repository `https://github.com/oxidecomputer/tough`
2482026-08-22T02:24:38.499Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2492026-08-22T02:24:39.026Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2502026-08-22T02:24:39.322Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2512026-08-22T02:24:39.658Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2522026-08-22T02:24:40.342Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2532026-08-22T02:24:40.633Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2542026-08-22T02:24:40.889Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2552026-08-22T02:24:41.211Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2562026-08-22T02:24:41.494Z Updating git repository `https://github.com/illumos/smf-rs`
2572026-08-22T02:24:41.793Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2582026-08-22T02:24:44.711Z Downloading crates ...
2592026-08-22T02:24:44.766Z Downloaded clap_lex v1.0.0
2602026-08-22T02:24:44.771Z Downloaded anstyle-query v1.1.5
2612026-08-22T02:24:44.774Z Downloaded autocfg v1.5.0
2622026-08-22T02:24:44.774Z Downloaded errno v0.3.14
2632026-08-22T02:24:44.777Z Downloaded anstream v1.0.0
2642026-08-22T02:24:44.780Z Downloaded cargo-platform v0.3.2
2652026-08-22T02:24:44.783Z Downloaded thread-id v4.2.2
2662026-08-22T02:24:44.787Z Downloaded zmij v1.0.21
2672026-08-22T02:24:44.792Z Downloaded cfg-if v1.0.4
2682026-08-22T02:24:44.792Z Downloaded heck v0.5.0
2692026-08-22T02:24:44.792Z Downloaded colorchoice v1.0.4
2702026-08-22T02:24:44.793Z Downloaded zerocopy-derive v0.7.35
2712026-08-22T02:24:44.802Z Downloaded usdt-macro v0.5.0
2722026-08-22T02:24:44.803Z Downloaded macaddr v1.0.1
2732026-08-22T02:24:44.803Z Downloaded fnv v1.0.7
2742026-08-22T02:24:44.803Z Downloaded generic-array v0.14.7
2752026-08-22T02:24:44.807Z Downloaded zerocopy v0.7.35
2762026-08-22T02:24:44.807Z Downloaded dof v0.3.0
2772026-08-22T02:24:44.810Z Downloaded memmap v0.7.0
2782026-08-22T02:24:44.810Z Downloaded dtrace-parser v0.2.0
2792026-08-22T02:24:44.810Z Downloaded swrite v0.1.0
2802026-08-22T02:24:44.810Z Downloaded cpufeatures v0.2.17
2812026-08-22T02:24:44.810Z Downloaded block-buffer v0.10.4
2822026-08-22T02:24:44.811Z Downloaded itoa v1.0.17
2832026-08-22T02:24:44.814Z Downloaded anstyle v1.0.14
2842026-08-22T02:24:44.814Z Downloaded bytecount v0.6.9
2852026-08-22T02:24:44.814Z Downloaded heck v0.4.1
2862026-08-22T02:24:44.817Z Downloaded anstyle-parse v1.0.0
2872026-08-22T02:24:44.824Z Downloaded crypto-common v0.1.7
2882026-08-22T02:24:44.828Z Downloaded equivalent v1.0.2
2892026-08-22T02:24:44.828Z Downloaded is_terminal_polyfill v1.70.2
2902026-08-22T02:24:44.828Z Downloaded utf8parse v0.2.2
2912026-08-22T02:24:44.828Z Downloaded smawk v0.3.2
2922026-08-22T02:24:44.871Z Downloaded terminal_size v0.4.3
2932026-08-22T02:24:44.871Z Downloaded camino-tempfile v1.4.1
2942026-08-22T02:24:44.871Z Downloaded fs-err v3.3.0
2952026-08-22T02:24:44.871Z Downloaded cargo_metadata v0.23.1
2962026-08-22T02:24:44.871Z Downloaded fastrand v2.3.0
2972026-08-22T02:24:44.871Z Downloaded thiserror v1.0.69
2982026-08-22T02:24:44.871Z Downloaded anyhow v1.0.104
2992026-08-22T02:24:44.871Z Downloaded clap_derive v4.6.1
3002026-08-22T02:24:44.872Z Downloaded plain v0.2.3
3012026-08-22T02:24:44.872Z Downloaded serde_spanned v0.6.9
3022026-08-22T02:24:44.872Z Downloaded toml_datetime v0.6.11
3032026-08-22T02:24:44.872Z Downloaded pretty-hex v0.4.1
3042026-08-22T02:24:44.872Z Downloaded strsim v0.11.1
3052026-08-22T02:24:44.872Z Downloaded scroll_derive v0.12.1
3062026-08-22T02:24:44.872Z Downloaded usdt-attr-macro v0.5.0
3072026-08-22T02:24:44.872Z Downloaded version_check v0.9.5
3082026-08-22T02:24:44.872Z Downloaded proc-macro-error-attr v1.0.4
3092026-08-22T02:24:44.876Z Downloaded tabled_derive v0.7.0
3102026-08-22T02:24:44.876Z Downloaded cargo_toml v0.21.0
3112026-08-22T02:24:44.876Z Downloaded digest v0.10.7
3122026-08-22T02:24:44.879Z Downloaded unicode-linebreak v0.1.5
3132026-08-22T02:24:44.882Z Downloaded byteorder v1.5.0
3142026-08-22T02:24:44.886Z Downloaded camino v1.2.5
3152026-08-22T02:24:44.898Z Downloaded once_cell v1.21.3
3162026-08-22T02:24:44.903Z Downloaded toml_write v0.1.2
3172026-08-22T02:24:44.903Z Downloaded proc-macro-error v1.0.4
3182026-08-22T02:24:44.907Z Downloaded serde_tokenstream v0.2.3
3192026-08-22T02:24:44.907Z Downloaded usdt v0.5.0
3202026-08-22T02:24:44.907Z Downloaded quote v1.0.45
3212026-08-22T02:24:44.907Z Downloaded thiserror-impl v1.0.69
3222026-08-22T02:24:44.907Z Downloaded thiserror-impl v2.0.18
3232026-08-22T02:24:44.907Z Downloaded scroll v0.12.0
3242026-08-22T02:24:44.910Z Downloaded pest_generator v2.8.6
3252026-08-22T02:24:44.913Z Downloaded pest_derive v2.8.6
3262026-08-22T02:24:44.919Z Downloaded sha2 v0.10.9
3272026-08-22T02:24:44.923Z Downloaded bitflags v2.11.0
3282026-08-22T02:24:44.923Z Downloaded log v0.4.33
3292026-08-22T02:24:44.939Z Downloaded getrandom v0.3.4
3302026-08-22T02:24:44.944Z Downloaded ucd-trie v0.1.7
3312026-08-22T02:24:44.944Z Downloaded tempfile v3.27.0
3322026-08-22T02:24:44.944Z Downloaded toml v0.8.23
3332026-08-22T02:24:44.944Z Downloaded usdt-impl v0.5.0
3342026-08-22T02:24:44.948Z Downloaded semver v1.0.28
3352026-08-22T02:24:44.956Z Downloaded pest_meta v2.8.6
3362026-08-22T02:24:44.956Z Downloaded clap v4.6.1
3372026-08-22T02:24:44.959Z Downloaded serde_derive v1.0.228
3382026-08-22T02:24:44.959Z Downloaded serde_core v1.0.228
3392026-08-22T02:24:44.966Z Downloaded unicode-ident v1.0.24
3402026-08-22T02:24:44.969Z Downloaded proc-macro2 v1.0.106
3412026-08-22T02:24:44.969Z Downloaded toml_edit v0.22.27
3422026-08-22T02:24:44.973Z Downloaded serde v1.0.228
3432026-08-22T02:24:44.979Z Downloaded papergrid v0.11.0
3442026-08-22T02:24:44.989Z Downloaded textwrap v0.16.2
3452026-08-22T02:24:44.989Z Downloaded thiserror v2.0.18
3462026-08-22T02:24:44.993Z Downloaded memchr v2.8.0
3472026-08-22T02:24:45.005Z Downloaded indexmap v2.14.0
3482026-08-22T02:24:45.009Z Downloaded pest v2.8.6
3492026-08-22T02:24:45.017Z Downloaded typenum v1.20.1
3502026-08-22T02:24:45.025Z Downloaded clap_builder v4.6.0
3512026-08-22T02:24:45.030Z Downloaded serde_json v1.0.151
3522026-08-22T02:24:45.039Z Downloaded hashbrown v0.17.0
3532026-08-22T02:24:45.048Z Downloaded goblin v0.8.2
3542026-08-22T02:24:45.055Z Downloaded winnow v0.7.14
3552026-08-22T02:24:45.073Z Downloaded tabled v0.15.0
3562026-08-22T02:24:45.081Z Downloaded unicode-width v0.2.0
3572026-08-22T02:24:45.085Z Downloaded syn v1.0.109
3582026-08-22T02:24:45.091Z Downloaded unicode-width v0.1.14
3592026-08-22T02:24:45.094Z Downloaded syn v2.0.117
3602026-08-22T02:24:45.102Z Downloaded rustix v1.1.4
3612026-08-22T02:24:45.124Z Downloaded libc v0.2.185
3622026-08-22T02:24:45.187Z Compiling proc-macro2 v1.0.106
3632026-08-22T02:24:45.187Z Compiling unicode-ident v1.0.24
3642026-08-22T02:24:45.188Z Compiling quote v1.0.45
3652026-08-22T02:24:45.188Z Compiling serde_core v1.0.228
3662026-08-22T02:24:45.192Z Compiling libc v0.2.185
3672026-08-22T02:24:45.192Z Compiling version_check v0.9.5
3682026-08-22T02:24:45.192Z Compiling memchr v2.8.0
3692026-08-22T02:24:45.368Z Compiling serde v1.0.228
3702026-08-22T02:24:45.372Z Compiling zmij v1.0.21
3712026-08-22T02:24:45.372Z Compiling thiserror v1.0.69
3722026-08-22T02:24:45.372Z Compiling itoa v1.0.17
3732026-08-22T02:24:45.372Z Compiling ucd-trie v0.1.7
3742026-08-22T02:24:45.387Z Compiling rustix v1.1.4
3752026-08-22T02:24:45.406Z Compiling byteorder v1.5.0
3762026-08-22T02:24:45.602Z Compiling bitflags v2.11.0
3772026-08-22T02:24:45.769Z Compiling serde_json v1.0.151
3782026-08-22T02:24:45.772Z Compiling usdt-impl v0.5.0
3792026-08-22T02:24:45.837Z Compiling pest v2.8.6
3802026-08-22T02:24:45.842Z Compiling proc-macro-error-attr v1.0.4
3812026-08-22T02:24:45.924Z Compiling camino v1.2.5
3822026-08-22T02:24:45.995Z Compiling syn v1.0.109
3832026-08-22T02:24:46.049Z Compiling proc-macro-error v1.0.4
3842026-08-22T02:24:46.052Z Compiling getrandom v0.3.4
3852026-08-22T02:24:46.118Z Compiling equivalent v1.0.2
3862026-08-22T02:24:46.190Z Compiling utf8parse v0.2.2
3872026-08-22T02:24:46.196Z Compiling log v0.4.33
3882026-08-22T02:24:46.197Z Compiling hashbrown v0.17.0
3892026-08-22T02:24:46.239Z Compiling plain v0.2.3
3902026-08-22T02:24:46.296Z Compiling pretty-hex v0.4.1
3912026-08-22T02:24:46.385Z Compiling anstyle-parse v1.0.0
3922026-08-22T02:24:46.389Z Compiling autocfg v1.5.0
3932026-08-22T02:24:46.389Z Compiling anstyle-query v1.1.5
3942026-08-22T02:24:46.439Z Compiling thiserror v2.0.18
3952026-08-22T02:24:46.444Z Compiling toml_write v0.1.2
3962026-08-22T02:24:46.444Z Compiling winnow v0.7.14
3972026-08-22T02:24:46.503Z Compiling cfg-if v1.0.4
3982026-08-22T02:24:46.503Z Compiling anstyle v1.0.14
3992026-08-22T02:24:46.581Z Compiling colorchoice v1.0.4
4002026-08-22T02:24:46.636Z Compiling is_terminal_polyfill v1.70.2
4012026-08-22T02:24:46.753Z Compiling errno v0.3.14
4022026-08-22T02:24:46.782Z Compiling thread-id v4.2.2
4032026-08-22T02:24:46.799Z Compiling anstream v1.0.0
4042026-08-22T02:24:46.803Z Compiling once_cell v1.21.3
4052026-08-22T02:24:46.837Z Compiling indexmap v2.14.0
4062026-08-22T02:24:46.872Z Compiling unicode-width v0.1.14
4072026-08-22T02:24:46.890Z Compiling syn v2.0.117
4082026-08-22T02:24:46.969Z Compiling clap_lex v1.0.0
4092026-08-22T02:24:47.004Z Compiling pest_meta v2.8.6
4102026-08-22T02:24:47.045Z Compiling fs-err v3.3.0
4112026-08-22T02:24:47.155Z Compiling strsim v0.11.1
4122026-08-22T02:24:47.174Z Compiling fnv v1.0.7
4132026-08-22T02:24:47.191Z Compiling fastrand v2.3.0
4142026-08-22T02:24:47.197Z Compiling heck v0.5.0
4152026-08-22T02:24:47.229Z Compiling heck v0.4.1
4162026-08-22T02:24:47.248Z Compiling bytecount v0.6.9
4172026-08-22T02:24:47.267Z Compiling anyhow v1.0.104
4182026-08-22T02:24:47.405Z Compiling papergrid v0.11.0
4192026-08-22T02:24:47.422Z Compiling memmap v0.7.0
4202026-08-22T02:24:47.439Z Compiling smawk v0.3.2
4212026-08-22T02:24:47.474Z Compiling unicode-width v0.2.0
4222026-08-22T02:24:47.491Z Compiling unicode-linebreak v0.1.5
4232026-08-22T02:24:47.525Z Compiling swrite v0.1.0
4242026-08-22T02:24:47.751Z Compiling semver v1.0.28
4252026-08-22T02:24:47.769Z Compiling cargo-platform v0.3.2
4262026-08-22T02:24:47.808Z Compiling terminal_size v0.4.3
4272026-08-22T02:24:47.871Z Compiling tempfile v3.27.0
4282026-08-22T02:24:47.921Z Compiling clap_builder v4.6.0
4292026-08-22T02:24:47.973Z Compiling textwrap v0.16.2
4302026-08-22T02:24:48.107Z Compiling camino-tempfile v1.4.1
4312026-08-22T02:24:48.495Z Compiling tabled_derive v0.7.0
4322026-08-22T02:24:49.096Z Compiling pest_generator v2.8.6
4332026-08-22T02:24:49.156Z Compiling tabled v0.15.0
4342026-08-22T02:24:49.594Z Compiling serde_derive v1.0.228
4352026-08-22T02:24:49.594Z Compiling thiserror-impl v1.0.69
4362026-08-22T02:24:49.597Z Compiling zerocopy-derive v0.7.35
4372026-08-22T02:24:49.597Z Compiling scroll_derive v0.12.1
4382026-08-22T02:24:49.597Z Compiling thiserror-impl v2.0.18
4392026-08-22T02:24:49.597Z Compiling clap_derive v4.6.1
4402026-08-22T02:24:49.658Z Compiling pest_derive v2.8.6
4412026-08-22T02:24:50.281Z Compiling scroll v0.12.0
4422026-08-22T02:24:50.379Z Compiling zerocopy v0.7.35
4432026-08-22T02:24:50.491Z Compiling goblin v0.8.2
4442026-08-22T02:24:50.701Z Compiling dtrace-parser v0.2.0
4452026-08-22T02:24:50.995Z Compiling clap v4.6.1
4462026-08-22T02:24:51.972Z Compiling toml_datetime v0.6.11
4472026-08-22T02:24:51.972Z Compiling serde_spanned v0.6.9
4482026-08-22T02:24:51.972Z Compiling macaddr v1.0.1
4492026-08-22T02:24:51.978Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4502026-08-22T02:24:51.979Z Compiling cargo_metadata v0.23.1
4512026-08-22T02:24:51.979Z Compiling dof v0.3.0
4522026-08-22T02:24:51.979Z Compiling serde_tokenstream v0.2.3
4532026-08-22T02:24:52.263Z Compiling toml_edit v0.22.27
4542026-08-22T02:24:52.687Z Compiling usdt-attr-macro v0.5.0
4552026-08-22T02:24:52.966Z Compiling usdt-macro v0.5.0
4562026-08-22T02:24:53.353Z Compiling usdt v0.5.0
4572026-08-22T02:24:53.520Z Compiling toml v0.8.23
4582026-08-22T02:24:53.805Z Compiling cargo_toml v0.21.0
4592026-08-22T02:24:55.098Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4602026-08-22T02:24:57.150Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.25s
4612026-08-22T02:24:57.404Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4622026-08-22T02:24:57.877Z Downloading crates ...
4632026-08-22T02:24:57.922Z Downloaded async-stream v0.3.6
4642026-08-22T02:24:57.936Z Downloaded anstream v0.6.21
4652026-08-22T02:24:57.936Z Downloaded arc-swap v1.8.2
4662026-08-22T02:24:57.963Z Downloaded cbc v0.2.1
4672026-08-22T02:24:57.963Z Downloaded bs58 v0.5.1
4682026-08-22T02:24:57.964Z Downloaded foreign-types v0.5.0
4692026-08-22T02:24:57.964Z Downloaded fxhash v0.2.1
4702026-08-22T02:24:57.964Z Downloaded adler2 v2.0.1
4712026-08-22T02:24:57.964Z Downloaded atomic-waker v1.1.2
4722026-08-22T02:24:57.964Z Downloaded buf-list v1.1.2
4732026-08-22T02:24:57.964Z Downloaded bzip2 v0.6.1
4742026-08-22T02:24:57.964Z Downloaded anstyle-parse v0.2.7
4752026-08-22T02:24:57.964Z Downloaded env_filter v2.0.0
4762026-08-22T02:24:57.964Z Downloaded embedded-io v0.6.1
4772026-08-22T02:24:57.964Z Downloaded bcrypt-pbkdf v0.11.0
4782026-08-22T02:24:57.964Z Downloaded arrayref v0.3.9
4792026-08-22T02:24:57.964Z Downloaded async-stream-impl v0.3.6
4802026-08-22T02:24:57.964Z Downloaded futures-sink v0.3.32
4812026-08-22T02:24:57.964Z Downloaded ciborium v0.2.2
4822026-08-22T02:24:57.964Z Downloaded atomicwrites v0.4.4
4832026-08-22T02:24:57.980Z Downloaded ff v0.14.0
4842026-08-22T02:24:57.980Z Downloaded flagset v0.4.7
4852026-08-22T02:24:57.981Z Downloaded atty v0.2.14
4862026-08-22T02:24:57.981Z Downloaded hash32 v0.3.1
4872026-08-22T02:24:57.981Z Downloaded assert_matches v1.5.0
4882026-08-22T02:24:57.981Z Downloaded addr2line v0.25.1
4892026-08-22T02:24:57.981Z Downloaded http-body v1.0.1
4902026-08-22T02:24:57.981Z Downloaded hex-literal v1.1.0
4912026-08-22T02:24:57.981Z Downloaded hostname v0.3.1
4922026-08-22T02:24:57.981Z Downloaded backoff v0.4.0
4932026-08-22T02:24:57.981Z Downloaded bitfield-struct v0.6.2
4942026-08-22T02:24:57.981Z Downloaded hubpack v0.1.2
4952026-08-22T02:24:57.981Z Downloaded bcs v0.1.6
4962026-08-22T02:24:58.221Z Downloaded bit-vec v0.8.0
4972026-08-22T02:24:58.221Z Downloaded ahash v0.8.12
4982026-08-22T02:24:58.221Z Downloaded backon v1.6.0
4992026-08-22T02:24:58.221Z Downloaded aead v0.5.2
5002026-08-22T02:24:58.221Z Downloaded endian-type v0.1.2
5012026-08-22T02:24:58.221Z Downloaded fs_extra v1.3.0
5022026-08-22T02:24:58.221Z Downloaded futures-executor v0.3.32
5032026-08-22T02:24:58.221Z Downloaded backtrace-ext v0.2.1
5042026-08-22T02:24:58.221Z Downloaded nibble_vec v0.1.0
5052026-08-22T02:24:58.221Z Downloaded bit-set v0.5.3
5062026-08-22T02:24:58.222Z Downloaded bit-set v0.8.0
5072026-08-22T02:24:58.222Z Downloaded foldhash v0.1.5
5082026-08-22T02:24:58.222Z Downloaded cfg_aliases v0.1.1
5092026-08-22T02:24:58.222Z Downloaded ciborium-ll v0.2.2
5102026-08-22T02:24:58.222Z Downloaded block-padding v0.4.2
5112026-08-22T02:24:58.222Z Downloaded aead v0.6.1
5122026-08-22T02:24:58.222Z Downloaded bitfield v0.19.4
5132026-08-22T02:24:58.222Z Downloaded fixedbitset v0.5.7
5142026-08-22T02:24:58.222Z Downloaded group v0.13.0
5152026-08-22T02:24:58.222Z Downloaded highway v1.3.0
5162026-08-22T02:24:58.222Z Downloaded async-recursion v1.1.1
5172026-08-22T02:24:58.222Z Downloaded ascii-canvas v3.0.0
5182026-08-22T02:24:58.223Z Downloaded bitfield-macros v0.19.4
5192026-08-22T02:24:58.223Z Downloaded ciborium-io v0.2.2
5202026-08-22T02:24:58.223Z Downloaded expectorate v1.2.0
5212026-08-22T02:24:58.223Z Downloaded cobs v0.3.0
5222026-08-22T02:24:58.223Z Downloaded block-buffer v0.12.1
5232026-08-22T02:24:58.223Z Downloaded float-cmp v0.10.0
5242026-08-22T02:24:58.223Z Downloaded num-integer v0.1.46
5252026-08-22T02:24:58.223Z Downloaded base16ct v1.0.0
5262026-08-22T02:24:58.270Z Downloaded compression-core v0.4.31
5272026-08-22T02:24:58.271Z Downloaded embedded-io v0.4.0
5282026-08-22T02:24:58.271Z Downloaded half v1.8.3
5292026-08-22T02:24:58.271Z Downloaded httparse v1.10.1
5302026-08-22T02:24:58.271Z Downloaded newline-converter v0.3.0
5312026-08-22T02:24:58.271Z Downloaded globset v0.4.18
5322026-08-22T02:24:58.271Z Downloaded hmac v0.12.1
5332026-08-22T02:24:58.271Z Downloaded find-msvc-tools v0.1.9
5342026-08-22T02:24:58.271Z Downloaded futures v0.3.32
5352026-08-22T02:24:58.271Z Downloaded cfg_aliases v0.2.1
5362026-08-22T02:24:58.271Z Downloaded enum-as-inner v0.6.1
5372026-08-22T02:24:58.271Z Downloaded foreign-types-shared v0.1.1
5382026-08-22T02:24:58.271Z Downloaded castaway v0.2.4
5392026-08-22T02:24:58.271Z Downloaded form_urlencoded v1.2.2
5402026-08-22T02:24:58.271Z Downloaded futures-io v0.3.32
5412026-08-22T02:24:58.272Z Downloaded ghash v0.6.0
5422026-08-22T02:24:58.272Z Downloaded home v0.5.12
5432026-08-22T02:24:58.272Z Downloaded funty v2.0.0
5442026-08-22T02:24:58.272Z Downloaded http-range v0.1.5
5452026-08-22T02:24:58.272Z Downloaded arrayvec v0.7.6
5462026-08-22T02:24:58.272Z Downloaded bb8 v0.8.6
5472026-08-22T02:24:58.272Z Downloaded headers-core v0.3.0
5482026-08-22T02:24:58.272Z Downloaded git-stub v1.0.0
5492026-08-22T02:24:58.272Z Downloaded normalize-line-endings v0.3.0
5502026-08-22T02:24:58.272Z Downloaded foreign-types v0.3.2
5512026-08-22T02:24:58.272Z Downloaded bit-vec v0.6.3
5522026-08-22T02:24:58.272Z Downloaded hash32 v0.2.1
5532026-08-22T02:24:58.272Z Downloaded globwalk v0.9.1
5542026-08-22T02:24:58.273Z Downloaded nodrop v0.1.14
5552026-08-22T02:24:58.273Z Downloaded num_threads v0.1.7
5562026-08-22T02:24:58.273Z Downloaded openssl-macros v0.1.1
5572026-08-22T02:24:58.273Z Downloaded foreign-types-shared v0.3.1
5582026-08-22T02:24:58.273Z Downloaded futures-task v0.3.32
5592026-08-22T02:24:58.273Z Downloaded parse-display v0.10.0
5602026-08-22T02:24:58.273Z Downloaded gethostname v0.5.0
5612026-08-22T02:24:58.273Z Downloaded proc-macro-error-attr2 v2.0.0
5622026-08-22T02:24:58.273Z Downloaded float-ord v0.3.2
5632026-08-22T02:24:58.273Z Downloaded futures-core v0.3.32
5642026-08-22T02:24:58.273Z Downloaded ref-cast-impl v1.0.25
5652026-08-22T02:24:58.273Z Downloaded psl-types v2.0.11
5662026-08-22T02:24:58.273Z Downloaded hex v0.4.3
5672026-08-22T02:24:58.274Z Downloaded hostname v0.4.2
5682026-08-22T02:24:58.274Z Downloaded array-init v0.0.4
5692026-08-22T02:24:58.274Z Downloaded num-derive v0.4.2
5702026-08-22T02:24:58.274Z Downloaded fd-lock v4.0.4
5712026-08-22T02:24:58.274Z Downloaded async-trait v0.1.89
5722026-08-22T02:24:58.274Z Downloaded base16ct v0.2.0
5732026-08-22T02:24:58.274Z Downloaded foreign-types-macros v0.2.3
5742026-08-22T02:24:58.274Z Downloaded hubpack_derive v0.1.1
5752026-08-22T02:24:58.274Z Downloaded bitflags v1.3.2
5762026-08-22T02:24:58.274Z Downloaded cexpr v0.6.0
5772026-08-22T02:24:58.274Z Downloaded blowfish v0.10.0
5782026-08-22T02:24:58.275Z Downloaded chacha20 v0.9.1
5792026-08-22T02:24:58.275Z Downloaded byte-wrapper v0.1.0
5802026-08-22T02:24:58.275Z Downloaded compression-codecs v0.4.37
5812026-08-22T02:24:58.275Z Downloaded cassowary v0.3.0
5822026-08-22T02:24:58.275Z Downloaded fatfs v0.3.6
5832026-08-22T02:24:58.275Z Downloaded base64 v0.21.7
5842026-08-22T02:24:58.275Z Downloaded base64ct v1.8.3
5852026-08-22T02:24:58.275Z Downloaded cipher v0.4.4
5862026-08-22T02:24:58.275Z Downloaded phf_shared v0.11.3
5872026-08-22T02:24:58.275Z Downloaded precomputed-hash v0.1.1
5882026-08-22T02:24:58.275Z Downloaded russh-util v0.52.0
5892026-08-22T02:24:58.275Z Downloaded camino-tempfile-ext v0.3.3
5902026-08-22T02:24:58.275Z Downloaded cipher v0.5.2
5912026-08-22T02:24:58.275Z Downloaded rand_pcg v0.10.2
5922026-08-22T02:24:58.275Z Downloaded rand_xorshift v0.4.0
5932026-08-22T02:24:58.275Z Downloaded same-file v1.0.6
5942026-08-22T02:24:58.275Z Downloaded scroll_derive v0.13.1
5952026-08-22T02:24:58.275Z Downloaded seq-macro v0.3.6
5962026-08-22T02:24:58.353Z Downloaded serde-big-array v0.5.1
5972026-08-22T02:24:58.353Z Downloaded erased-serde v0.3.31
5982026-08-22T02:24:58.353Z Downloaded oxide-update-engine v0.1.2
5992026-08-22T02:24:58.353Z Downloaded signature v2.2.0
6002026-08-22T02:24:58.353Z Downloaded fallible-iterator v0.2.0
6012026-08-22T02:24:58.353Z Downloaded fixedbitset v0.4.2
6022026-08-22T02:24:58.353Z Downloaded phf v0.13.1
6032026-08-22T02:24:58.353Z Downloaded ena v0.14.4
6042026-08-22T02:24:58.353Z Downloaded enum_dispatch v0.3.13
6052026-08-22T02:24:58.353Z Downloaded fs-err v2.11.0
6062026-08-22T02:24:58.353Z Downloaded httpdate v1.0.3
6072026-08-22T02:24:58.353Z Downloaded paste v1.0.15
6082026-08-22T02:24:58.353Z Downloaded argon2 v0.5.3
6092026-08-22T02:24:58.353Z Downloaded oxide-tokio-rt v0.1.4
6102026-08-22T02:24:58.353Z Downloaded pem-rfc7468 v0.7.0
6112026-08-22T02:24:58.353Z Downloaded port-file v0.1.0
6122026-08-22T02:24:58.353Z Downloaded progenitor-client v0.13.0
6132026-08-22T02:24:58.353Z Downloaded stable_deref_trait v1.2.1
6142026-08-22T02:24:58.353Z Downloaded supports-hyperlinks v3.2.0
6152026-08-22T02:24:58.353Z Downloaded strum v0.27.2
6162026-08-22T02:24:58.354Z Downloaded tabwriter v1.4.1
6172026-08-22T02:24:58.354Z Downloaded tokio-macros v2.7.0
6182026-08-22T02:24:58.354Z Downloaded http-body-util v0.1.3
6192026-08-22T02:24:58.354Z Downloaded async-bb8-diesel v0.2.1
6202026-08-22T02:24:58.354Z Downloaded ff v0.13.1
6212026-08-22T02:24:58.354Z Downloaded filetime v0.2.27
6222026-08-22T02:24:58.354Z Downloaded psm v0.1.30
6232026-08-22T02:24:58.354Z Downloaded blake2 v0.10.6
6242026-08-22T02:24:58.354Z Downloaded bzip2 v0.4.4
6252026-08-22T02:24:58.354Z Downloaded futures-macro v0.3.32
6262026-08-22T02:24:58.354Z Downloaded git-stub-vcs v0.1.0
6272026-08-22T02:24:58.354Z Downloaded glob v0.3.3
6282026-08-22T02:24:58.354Z Downloaded group v0.14.0
6292026-08-22T02:24:58.354Z Downloaded packed_struct v0.10.1
6302026-08-22T02:24:58.354Z Downloaded clang-sys v1.8.1
6312026-08-22T02:24:58.354Z Downloaded cmake v0.1.57
6322026-08-22T02:24:58.354Z Downloaded cancel-safe-futures v0.1.5
6332026-08-22T02:24:58.354Z Downloaded chacha20 v0.10.0
6342026-08-22T02:24:58.354Z Downloaded console v0.15.11
6352026-08-22T02:24:58.354Z Downloaded headers v0.4.1
6362026-08-22T02:24:58.354Z Downloaded colored v3.1.1
6372026-08-22T02:24:58.354Z Downloaded peg-macros v0.8.5
6382026-08-22T02:24:58.355Z Downloaded tagptr v0.2.0
6392026-08-22T02:24:58.355Z Downloaded unit-prefix v0.5.2
6402026-08-22T02:24:58.355Z Downloaded usdt v0.6.0
6412026-08-22T02:24:58.355Z Downloaded want v0.3.1
6422026-08-22T02:24:58.355Z Downloaded const-oid v0.9.6
6432026-08-22T02:24:58.355Z Downloaded resolv-conf v0.7.6
6442026-08-22T02:24:58.355Z Downloaded utf-8 v0.7.6
6452026-08-22T02:24:58.355Z Downloaded rustc-demangle v0.1.27
6462026-08-22T02:24:58.355Z Downloaded rustversion v1.0.22
6472026-08-22T02:24:58.355Z Downloaded signature v3.0.0
6482026-08-22T02:24:58.355Z Downloaded cmov v0.5.4
6492026-08-22T02:24:58.355Z Downloaded sec1 v0.8.1
6502026-08-22T02:24:58.355Z Downloaded serde-hex v0.1.0
6512026-08-22T02:24:58.355Z Downloaded serdect v0.4.3
6522026-08-22T02:24:58.355Z Downloaded zone_cfg_derive v0.3.1
6532026-08-22T02:24:58.355Z Downloaded zeroize_derive v1.5.0
6542026-08-22T02:24:58.355Z Downloaded rand_seeder v0.4.0
6552026-08-22T02:24:58.355Z Downloaded yoke-derive v0.8.1
6562026-08-22T02:24:58.355Z Downloaded cpubits v0.1.1
6572026-08-22T02:24:58.355Z Downloaded env_logger v0.11.11
6582026-08-22T02:24:58.355Z Downloaded console v0.16.2
6592026-08-22T02:24:58.355Z Downloaded hmac v0.13.0
6602026-08-22T02:24:58.355Z Downloaded stringprep v0.1.5
6612026-08-22T02:24:58.356Z Downloaded parking_lot v0.11.2
6622026-08-22T02:24:58.356Z Downloaded postgres-types v0.2.12
6632026-08-22T02:24:58.356Z Downloaded slog-dtrace v0.3.0
6642026-08-22T02:24:58.356Z Downloaded slog-stdlog v4.1.1
6652026-08-22T02:24:58.356Z Downloaded slog-term v2.9.2
6662026-08-22T02:24:58.356Z Downloaded defmt v0.3.100
6672026-08-22T02:24:58.356Z Downloaded snafu-derive v0.8.9
6682026-08-22T02:24:58.356Z Downloaded crunchy v0.2.4
6692026-08-22T02:24:58.356Z Downloaded spki v0.7.3
6702026-08-22T02:24:58.356Z Downloaded strum_macros v0.24.3
6712026-08-22T02:24:58.356Z Downloaded synstructure v0.13.2
6722026-08-22T02:24:58.356Z Downloaded const-oid v0.10.2
6732026-08-22T02:24:58.356Z Downloaded curve25519-dalek-derive v0.1.1
6742026-08-22T02:24:58.356Z Downloaded foldhash v0.2.0
6752026-08-22T02:24:58.356Z Downloaded backtrace v0.3.76
6762026-08-22T02:24:58.356Z Downloaded toml_datetime v0.7.5+spec-1.1.0
6772026-08-22T02:24:58.356Z Downloaded blake2 v0.11.0-rc.6
6782026-08-22T02:24:58.356Z Downloaded debug-ignore v1.0.5
6792026-08-22T02:24:58.356Z Downloaded dirs-sys-next v0.1.2
6802026-08-22T02:24:58.356Z Downloaded display-error-chain v0.2.2
6812026-08-22T02:24:58.356Z Downloaded argon2 v0.6.0-rc.8
6822026-08-22T02:24:58.356Z Downloaded colored v2.2.0
6832026-08-22T02:24:58.357Z Downloaded dtrace-parser v0.3.0
6842026-08-22T02:24:58.357Z Downloaded instability v0.3.11
6852026-08-22T02:24:58.357Z Downloaded thread_local v1.1.9
6862026-08-22T02:24:58.357Z Downloaded hickory-resolver v0.24.4
6872026-08-22T02:24:58.357Z Downloaded heapless v0.8.0
6882026-08-22T02:24:58.357Z Downloaded uzers v0.12.2
6892026-08-22T02:24:58.357Z Downloaded illumos-nvpair v0.3.0
6902026-08-22T02:24:58.357Z Downloaded instant v0.1.13
6912026-08-22T02:24:58.357Z Downloaded idna_adapter v1.2.1
6922026-08-22T02:24:58.357Z Downloaded sha2 v0.11.0
6932026-08-22T02:24:58.357Z Downloaded zerovec-derive v0.11.2
6942026-08-22T02:24:58.357Z Downloaded is_ci v1.2.0
6952026-08-22T02:24:58.357Z Downloaded rusty-fork v0.3.1
6962026-08-22T02:24:58.381Z Downloaded jiff-static v0.2.34
6972026-08-22T02:24:58.381Z Downloaded match_cfg v0.1.0
6982026-08-22T02:24:58.381Z Downloaded getrandom v0.2.17
6992026-08-22T02:24:58.381Z Downloaded opaque-debug v0.3.1
7002026-08-22T02:24:58.381Z Downloaded vergen-lib v0.1.6
7012026-08-22T02:24:58.381Z Downloaded vergen-lib v9.1.0
7022026-08-22T02:24:58.381Z Downloaded wyz v0.5.1
7032026-08-22T02:24:58.381Z Downloaded olpc-cjson v0.1.4
7042026-08-22T02:24:58.381Z Downloaded password-hash v0.6.1
7052026-08-22T02:24:58.382Z Downloaded libscf-sys v1.2.0
7062026-08-22T02:24:58.382Z Downloaded lru-slab v0.1.2
7072026-08-22T02:24:58.382Z Downloaded memoffset v0.9.1
7082026-08-22T02:24:58.382Z Downloaded omicron-zone-package v0.12.3
7092026-08-22T02:24:58.382Z Downloaded oso v0.27.3
7102026-08-22T02:24:58.382Z Downloaded pkcs5 v0.8.1
7112026-08-22T02:24:58.382Z Downloaded getrandom v0.4.3
7122026-08-22T02:24:58.382Z Downloaded critical-section v1.2.0
7132026-08-22T02:24:58.382Z Downloaded der_derive v0.7.3
7142026-08-22T02:24:58.382Z Downloaded derive_builder_core v0.20.2
7152026-08-22T02:24:58.382Z Downloaded elliptic-curve v0.14.1
7162026-08-22T02:24:58.382Z Downloaded packed_struct_codegen v0.10.1
7172026-08-22T02:24:58.382Z Downloaded newtype_derive v0.1.6
7182026-08-22T02:24:58.383Z Downloaded proc-macro-crate v3.4.0
7192026-08-22T02:24:58.383Z Downloaded newtype-uuid-macros v0.1.0
7202026-08-22T02:24:58.383Z Downloaded radium v0.7.0
7212026-08-22T02:24:58.383Z Downloaded peg-runtime v0.8.5
7222026-08-22T02:24:58.383Z Downloaded flate2 v1.1.9
7232026-08-22T02:24:58.383Z Downloaded phf_shared v0.12.1
7242026-08-22T02:24:58.383Z Downloaded allocator-api2 v0.2.21
7252026-08-22T02:24:58.383Z Downloaded chumsky v0.9.3
7262026-08-22T02:24:58.383Z Downloaded generic-array v1.4.3
7272026-08-22T02:24:58.383Z Downloaded chacha20poly1305 v0.10.1
7282026-08-22T02:24:58.383Z Downloaded daft v0.1.7
7292026-08-22T02:24:58.383Z Downloaded diesel-dtrace v0.5.0
7302026-08-22T02:24:58.383Z Downloaded predicates-core v1.0.10
7312026-08-22T02:24:58.383Z Downloaded ed25519 v2.2.3
7322026-08-22T02:24:58.384Z Downloaded compact_str v0.8.1
7332026-08-22T02:24:58.384Z Downloaded tui-tree-widget v0.23.1
7342026-08-22T02:24:58.384Z Downloaded tokio-stream v0.1.18
7352026-08-22T02:24:58.384Z Downloaded rustc-hash v2.1.1
7362026-08-22T02:24:58.384Z Downloaded ref-cast v1.0.25
7372026-08-22T02:24:58.384Z Downloaded toml_writer v1.1.1+spec-1.1.0
7382026-08-22T02:24:58.384Z Downloaded libefi-sys v0.1.0
7392026-08-22T02:24:58.384Z Downloaded multer v3.1.0
7402026-08-22T02:24:58.384Z Downloaded tracing-attributes v0.1.31
7412026-08-22T02:24:58.384Z Downloaded multimap v0.10.1
7422026-08-22T02:24:58.384Z Downloaded ctr v0.10.1
7432026-08-22T02:24:58.384Z Downloaded jobserver v0.1.34
7442026-08-22T02:24:58.384Z Downloaded twox-hash v2.1.2
7452026-08-22T02:24:58.384Z Downloaded sync_wrapper v1.0.2
7462026-08-22T02:24:58.384Z Downloaded take_mut v0.2.2
7472026-08-22T02:24:58.385Z Downloaded testing_table v0.3.0
7482026-08-22T02:24:58.385Z Downloaded ar_archive_writer v0.5.1
7492026-08-22T02:24:58.385Z Downloaded serde_repr v0.1.20
7502026-08-22T02:24:58.385Z Downloaded signal-hook-mio v0.2.5
7512026-08-22T02:24:58.385Z Downloaded strum v0.26.3
7522026-08-22T02:24:58.385Z Downloaded owo-colors v4.3.0
7532026-08-22T02:24:58.385Z Downloaded base64 v0.22.1
7542026-08-22T02:24:58.385Z Downloaded strsim v0.10.0
7552026-08-22T02:24:58.385Z Downloaded progenitor-impl v0.14.0
7562026-08-22T02:24:58.385Z Downloaded libsw v3.5.0
7572026-08-22T02:24:58.385Z Downloaded corncobs v0.1.4
7582026-08-22T02:24:58.385Z Downloaded oxide-update-engine-display v0.1.2
7592026-08-22T02:24:58.385Z Downloaded pin-project-lite v0.2.17
7602026-08-22T02:24:58.385Z Downloaded futures-channel v0.3.32
7612026-08-22T02:24:58.385Z Downloaded flume v0.11.1
7622026-08-22T02:24:58.432Z Downloaded postgres-protocol v0.6.10
7632026-08-22T02:24:58.432Z Downloaded heapless v0.7.17
7642026-08-22T02:24:58.432Z Downloaded unarray v0.1.4
7652026-08-22T02:24:58.432Z Downloaded unicode-truncate v1.1.0
7662026-08-22T02:24:58.432Z Downloaded untrusted v0.7.1
7672026-08-22T02:24:58.433Z Downloaded tinyvec v1.10.0
7682026-08-22T02:24:58.433Z Downloaded num-rational v0.4.2
7692026-08-22T02:24:58.433Z Downloaded peg v0.8.5
7702026-08-22T02:24:58.433Z Downloaded cc v1.2.56
7712026-08-22T02:24:58.433Z Downloaded polyval v0.7.1
7722026-08-22T02:24:58.433Z Downloaded primeorder v0.13.6
7732026-08-22T02:24:58.434Z Downloaded proc-macro-crate v1.3.1
7742026-08-22T02:24:58.434Z Downloaded r2d2 v0.8.10
7752026-08-22T02:24:58.434Z Downloaded half v2.7.1
7762026-08-22T02:24:58.435Z Downloaded zerofrom-derive v0.1.6
7772026-08-22T02:24:58.435Z Downloaded crc v3.4.0
7782026-08-22T02:24:58.435Z Downloaded tungstenite v0.21.0
7792026-08-22T02:24:58.549Z Downloaded ecdsa v0.17.0
7802026-08-22T02:24:58.549Z Downloaded hybrid-array v0.4.13
7812026-08-22T02:24:58.549Z Downloaded xattr v1.6.1
7822026-08-22T02:24:58.549Z Downloaded cpufeatures v0.3.0
7832026-08-22T02:24:58.549Z Downloaded cstr-argument v0.1.2
7842026-08-22T02:24:58.549Z Downloaded darling_macro v0.23.0
7852026-08-22T02:24:58.549Z Downloaded dunce v1.0.5
7862026-08-22T02:24:58.549Z Downloaded crucible-workspace-hack v0.1.0
7872026-08-22T02:24:58.549Z Downloaded defmt-parser v1.0.0
7882026-08-22T02:24:58.549Z Downloaded serde_with_macros v1.5.2
7892026-08-22T02:24:58.549Z Downloaded smallvec v0.6.14
7902026-08-22T02:24:58.549Z Downloaded litrs v1.0.0
7912026-08-22T02:24:58.549Z Downloaded async-compression v0.4.41
7922026-08-22T02:24:58.550Z Downloaded document-features v0.2.12
7932026-08-22T02:24:58.550Z Downloaded inout v0.2.2
7942026-08-22T02:24:58.550Z Downloaded sqlformat v0.3.5
7952026-08-22T02:24:58.550Z Downloaded static_assertions v1.1.0
7962026-08-22T02:24:58.550Z Downloaded bytes v1.11.1
7972026-08-22T02:24:58.550Z Downloaded prefix-trie v0.7.0
7982026-08-22T02:24:58.550Z Downloaded scroll v0.13.0
7992026-08-22T02:24:58.550Z Downloaded derive_builder v0.20.2
8002026-08-22T02:24:58.550Z Downloaded pkcs1 v0.7.5
8012026-08-22T02:24:58.550Z Downloaded maplit v1.0.2
8022026-08-22T02:24:58.550Z Downloaded maybe-uninit v2.0.0
8032026-08-22T02:24:58.550Z Downloaded scrypt v0.12.0
8042026-08-22T02:24:58.550Z Downloaded shlex v1.3.0
8052026-08-22T02:24:58.550Z Downloaded strum_macros v0.26.4
8062026-08-22T02:24:58.550Z Downloaded primeorder v0.14.0
8072026-08-22T02:24:58.550Z Downloaded quinn v0.11.11
8082026-08-22T02:24:58.625Z Downloaded ident_case v1.0.1
8092026-08-22T02:24:58.625Z Downloaded memmap2 v0.9.10
8102026-08-22T02:24:58.625Z Downloaded tinystr v0.8.2
8112026-08-22T02:24:58.625Z Downloaded bumpalo v3.20.2
8122026-08-22T02:24:58.625Z Downloaded utf8_iter v1.0.4
8132026-08-22T02:24:58.625Z Downloaded aws-lc-rs v1.16.3
8142026-08-22T02:24:58.625Z Downloaded md-5 v0.10.6
8152026-08-22T02:24:58.625Z Downloaded tls_codec_derive v0.4.2
8162026-08-22T02:24:58.625Z Downloaded quinn-udp v0.5.14
8172026-08-22T02:24:58.625Z Downloaded tungstenite v0.23.0
8182026-08-22T02:24:58.625Z Downloaded indent_write v2.2.0
8192026-08-22T02:24:58.626Z Downloaded lru v0.12.5
8202026-08-22T02:24:58.626Z Downloaded hickory-resolver v0.25.2
8212026-08-22T02:24:58.626Z Downloaded rand_chacha v0.3.1
8222026-08-22T02:24:58.626Z Downloaded deranged v0.5.8
8232026-08-22T02:24:58.626Z Downloaded whoami v1.6.1
8242026-08-22T02:24:58.626Z Downloaded percent-encoding v2.3.2
8252026-08-22T02:24:58.626Z Downloaded serde_with_macros v3.21.0
8262026-08-22T02:24:58.626Z Downloaded spin v0.9.8
8272026-08-22T02:24:58.626Z Downloaded recursive-proc-macro-impl v0.1.1
8282026-08-22T02:24:58.626Z Downloaded rand v0.10.1
8292026-08-22T02:24:58.626Z Downloaded darling_core v0.20.11
8302026-08-22T02:24:58.626Z Downloaded sha1 v0.11.0
8312026-08-22T02:24:58.626Z Downloaded ipnetwork v0.21.1
8322026-08-22T02:24:58.626Z Downloaded semver v0.1.20
8332026-08-22T02:24:58.626Z Downloaded humantime v2.3.0
8342026-08-22T02:24:58.626Z Downloaded zerocopy v0.6.6
8352026-08-22T02:24:58.626Z Downloaded pretty_assertions v1.4.1
8362026-08-22T02:24:58.626Z Downloaded signal-hook-registry v1.4.8
8372026-08-22T02:24:58.626Z Downloaded time-core v0.1.8
8382026-08-22T02:24:58.626Z Downloaded digest v0.11.3
8392026-08-22T02:24:58.626Z Downloaded dof v0.4.0
8402026-08-22T02:24:58.627Z Downloaded newtype-uuid v1.3.2
8412026-08-22T02:24:58.627Z Downloaded num_enum v0.5.11
8422026-08-22T02:24:58.627Z Downloaded slog-envlogger v2.2.0
8432026-08-22T02:24:58.627Z Downloaded subtle v2.6.1
8442026-08-22T02:24:58.627Z Downloaded samael v0.0.19
8452026-08-22T02:24:58.627Z Downloaded usdt-attr-macro v0.6.0
8462026-08-22T02:24:58.627Z Downloaded wait-timeout v0.2.1
8472026-08-22T02:24:58.627Z Downloaded tokio-rustls v0.26.4
8482026-08-22T02:24:58.627Z Downloaded toml_parser v1.1.2+spec-1.1.0
8492026-08-22T02:24:58.627Z Downloaded parking_lot_core v0.9.12
8502026-08-22T02:24:58.627Z Downloaded lazy_static v1.5.0
8512026-08-22T02:24:58.627Z Downloaded vergen-git2 v9.1.0
8522026-08-22T02:24:58.627Z Downloaded hashbrown v0.13.2
8532026-08-22T02:24:58.627Z Downloaded const_format v0.2.35
8542026-08-22T02:24:58.627Z Downloaded http v1.4.2
8552026-08-22T02:24:58.627Z Downloaded hyper-rustls v0.27.7
8562026-08-22T02:24:58.627Z Downloaded test-strategy v0.4.5
8572026-08-22T02:24:58.627Z Downloaded aes v0.9.1
8582026-08-22T02:24:58.627Z Downloaded iana-time-zone v0.1.65
8592026-08-22T02:24:58.627Z Downloaded universal-hash v0.6.1
8602026-08-22T02:24:58.628Z Downloaded xshell-macros v0.2.7
8612026-08-22T02:24:58.628Z Downloaded toml v0.7.8
8622026-08-22T02:24:58.628Z Downloaded darling_core v0.21.3
8632026-08-22T02:24:58.628Z Downloaded rustls-native-certs v0.8.3
8642026-08-22T02:24:58.628Z Downloaded whoami v2.1.0
8652026-08-22T02:24:58.628Z Downloaded derive_builder_macro v0.20.2
8662026-08-22T02:24:58.628Z Downloaded hashbrown v0.14.5
8672026-08-22T02:24:58.628Z Downloaded ignore v0.4.25
8682026-08-22T02:24:59.103Z Downloaded rcgen v0.12.1
8692026-08-22T02:24:59.103Z Downloaded serde_derive_internals v0.29.1
8702026-08-22T02:24:59.103Z Downloaded smf v0.2.3
8712026-08-22T02:24:59.103Z Downloaded password-hash v0.5.0
8722026-08-22T02:24:59.103Z Downloaded phf v0.12.1
8732026-08-22T02:24:59.103Z Downloaded ppv-lite86 v0.2.21
8742026-08-22T02:24:59.103Z Downloaded typify v0.6.2
8752026-08-22T02:24:59.103Z Downloaded dirs-next v2.0.0
8762026-08-22T02:24:59.103Z Downloaded progenitor v0.13.0
8772026-08-22T02:24:59.103Z Downloaded dyn-clone v1.0.20
8782026-08-22T02:24:59.103Z Downloaded ssh-encoding v0.3.0
8792026-08-22T02:24:59.103Z Downloaded strum_macros v0.27.2
8802026-08-22T02:24:59.104Z Downloaded is-terminal v0.4.17
8812026-08-22T02:24:59.104Z Downloaded parking_lot v0.12.5
8822026-08-22T02:24:59.104Z Downloaded unicode_categories v0.1.1
8832026-08-22T02:24:59.104Z Downloaded tokio-native-tls v0.3.1
8842026-08-22T02:24:59.104Z Downloaded vte v0.14.1
8852026-08-22T02:24:59.104Z Downloaded aho-corasick v1.1.4
8862026-08-22T02:24:59.104Z Downloaded signal-hook v0.3.18
8872026-08-22T02:24:59.104Z Downloaded tls_codec v0.4.2
8882026-08-22T02:24:59.104Z Downloaded rsa v0.10.0-rc.18
8892026-08-22T02:24:59.104Z Downloaded poly1305 v0.8.0
8902026-08-22T02:24:59.104Z Downloaded tokio-dtrace v0.1.1
8912026-08-22T02:24:59.104Z Downloaded cookie_store v0.22.1
8922026-08-22T02:24:59.104Z Downloaded simd-adler32 v0.3.8
8932026-08-22T02:24:59.104Z Downloaded usdt-impl v0.6.0
8942026-08-22T02:24:59.167Z Downloaded vsss-rs v3.3.4
8952026-08-22T02:24:59.167Z Downloaded tracing-core v0.1.36
8962026-08-22T02:24:59.167Z Downloaded constant_time_eq v0.4.2
8972026-08-22T02:24:59.167Z Downloaded pkcs1 v0.8.0-rc.4
8982026-08-22T02:24:59.167Z Downloaded poly1305 v0.9.0
8992026-08-22T02:24:59.167Z Downloaded lru-cache v0.1.2
9002026-08-22T02:24:59.167Z Downloaded support-bundle-viewer v0.1.2
9012026-08-22T02:24:59.167Z Downloaded hickory-server v0.25.2
9022026-08-22T02:24:59.167Z Downloaded darling v0.13.4
9032026-08-22T02:24:59.167Z Downloaded crossbeam-channel v0.5.15
9042026-08-22T02:24:59.168Z Downloaded data-encoding v2.10.0
9052026-08-22T02:24:59.168Z Downloaded xshell v0.2.7
9062026-08-22T02:24:59.168Z Downloaded crossbeam-deque v0.8.6
9072026-08-22T02:24:59.168Z Downloaded salsa20 v0.11.0
9082026-08-22T02:24:59.168Z Downloaded num_enum_derive v0.5.11
9092026-08-22T02:24:59.168Z Downloaded parse-size v1.1.0
9102026-08-22T02:24:59.168Z Downloaded path-slash v0.1.5
9112026-08-22T02:24:59.168Z Downloaded phf_shared v0.13.1
9122026-08-22T02:24:59.168Z Downloaded oso-derive v0.27.3
9132026-08-22T02:24:59.168Z Downloaded either v1.15.0
9142026-08-22T02:24:59.168Z Downloaded toml_edit v0.23.10+spec-1.0.0
9152026-08-22T02:24:59.168Z Downloaded derive_more v0.99.20
9162026-08-22T02:24:59.168Z Downloaded ssh-cipher v0.3.0
9172026-08-22T02:24:59.168Z Downloaded ingot v0.2.1
9182026-08-22T02:24:59.168Z Downloaded scheduled-thread-pool v0.2.7
9192026-08-22T02:24:59.168Z Downloaded sigpipe v0.1.3
9202026-08-22T02:24:59.168Z Downloaded sapling-renderdag v0.1.0
9212026-08-22T02:24:59.168Z Downloaded knus-derive v3.4.0
9222026-08-22T02:24:59.168Z Downloaded schemars v0.9.0
9232026-08-22T02:24:59.168Z Downloaded scuffle v0.1.0
9242026-08-22T02:24:59.168Z Downloaded rustls-webpki v0.103.13
9252026-08-22T02:24:59.169Z Downloaded hashbrown v0.12.3
9262026-08-22T02:24:59.169Z Downloaded linear-map v1.2.0
9272026-08-22T02:24:59.169Z Downloaded thiserror-impl-no-std v2.0.2
9282026-08-22T02:24:59.169Z Downloaded typify-macro v0.6.2
9292026-08-22T02:24:59.169Z Downloaded recursive v0.1.1
9302026-08-22T02:24:59.169Z Downloaded progenitor-impl v0.13.0
9312026-08-22T02:24:59.169Z Downloaded rustc_version v0.4.1
9322026-08-22T02:24:59.169Z Downloaded serde_spanned v1.1.1
9332026-08-22T02:24:59.169Z Downloaded serde_plain v1.0.2
9342026-08-22T02:24:59.169Z Downloaded structmeta v0.3.0
9352026-08-22T02:24:59.169Z Downloaded minimal-lexical v0.2.1
9362026-08-22T02:24:59.169Z Downloaded zerocopy-derive v0.8.55
9372026-08-22T02:24:59.169Z Downloaded indexmap v1.9.3
9382026-08-22T02:24:59.169Z Downloaded wnaf v0.14.0
9392026-08-22T02:24:59.169Z Downloaded crc-catalog v2.4.0
9402026-08-22T02:24:59.169Z Downloaded num-bigint-dig v0.8.6
9412026-08-22T02:24:59.169Z Downloaded universal-hash v0.5.1
9422026-08-22T02:24:59.169Z Downloaded nanorand v0.7.0
9432026-08-22T02:24:59.169Z Downloaded native-tls v0.2.18
9442026-08-22T02:24:59.172Z Downloaded darling v0.20.11
9452026-08-22T02:24:59.172Z Downloaded num-complex v0.4.6
9462026-08-22T02:24:59.172Z Downloaded crc8 v0.1.1
9472026-08-22T02:24:59.172Z Downloaded diesel_table_macro_syntax v0.3.0
9482026-08-22T02:24:59.172Z Downloaded hyper-tls v0.6.0
9492026-08-22T02:24:59.172Z Downloaded crossbeam-epoch v0.9.18
9502026-08-22T02:24:59.172Z Downloaded socket2 v0.6.3
9512026-08-22T02:24:59.172Z Downloaded inout v0.1.4
9522026-08-22T02:24:59.172Z Downloaded num_enum v0.7.6
9532026-08-22T02:24:59.172Z Downloaded pkg-config v0.3.32
9542026-08-22T02:24:59.172Z Downloaded unicode-xid v0.2.6
9552026-08-22T02:24:59.172Z Downloaded primefield v0.14.0
9562026-08-22T02:24:59.172Z Downloaded zip v0.6.6
9572026-08-22T02:24:59.172Z Downloaded ingot-macros v0.2.0
9582026-08-22T02:24:59.172Z Downloaded darling_core v0.23.0
9592026-08-22T02:24:59.173Z Downloaded stacker v0.1.23
9602026-08-22T02:24:59.173Z Downloaded subprocess v0.2.15
9612026-08-22T02:24:59.173Z Downloaded lalrpop-util v0.19.12
9622026-08-22T02:24:59.173Z Downloaded rand_chacha v0.9.0
9632026-08-22T02:24:59.173Z Downloaded slog-scope v4.4.1
9642026-08-22T02:24:59.173Z Downloaded mime v0.3.17
9652026-08-22T02:24:59.173Z Downloaded predicates-tree v1.0.13
9662026-08-22T02:24:59.173Z Downloaded num-iter v0.1.45
9672026-08-22T02:24:59.173Z Downloaded rsa v0.9.10
9682026-08-22T02:24:59.173Z Downloaded impl-trait-for-tuples v0.2.3
9692026-08-22T02:24:59.173Z Downloaded rpassword v7.5.4
9702026-08-22T02:24:59.173Z Downloaded thiserror-no-std v2.0.2
9712026-08-22T02:24:59.173Z Downloaded zopfli v0.8.3
9722026-08-22T02:24:59.173Z Downloaded lzss v0.8.2
9732026-08-22T02:24:59.173Z Downloaded walkdir v2.5.0
9742026-08-22T02:24:59.173Z Downloaded quick-error v1.2.3
9752026-08-22T02:24:59.173Z Downloaded rfc6979 v0.6.0
9762026-08-22T02:24:59.173Z Downloaded rustc_version v0.1.7
9772026-08-22T02:24:59.173Z Downloaded hashbrown v0.15.5
9782026-08-22T02:24:59.173Z Downloaded hashbrown v0.16.1
9792026-08-22T02:24:59.173Z Downloaded icu_normalizer_data v2.1.1
9802026-08-22T02:24:59.173Z Downloaded knus v3.4.0
9812026-08-22T02:24:59.174Z Downloaded structmeta-derive v0.3.0
9822026-08-22T02:24:59.174Z Downloaded sponge-cursor v0.1.0
9832026-08-22T02:24:59.174Z Downloaded tower-layer v0.3.3
9842026-08-22T02:24:59.174Z Downloaded trait-variant v0.1.2
9852026-08-22T02:24:59.174Z Downloaded hyper-staticfile v0.10.1
9862026-08-22T02:24:59.174Z Downloaded slog-bunyan v2.5.0
9872026-08-22T02:24:59.174Z Downloaded sync-ptr v0.1.4
9882026-08-22T02:24:59.174Z Downloaded tap v1.0.1
9892026-08-22T02:24:59.174Z Downloaded aes-gcm v0.11.0
9902026-08-22T02:24:59.174Z Downloaded tower-http v0.6.8
9912026-08-22T02:24:59.174Z Downloaded crc-any v2.5.0
9922026-08-22T02:24:59.174Z Downloaded zstd-safe v7.2.4
9932026-08-22T02:24:59.174Z Downloaded delegate v0.13.5
9942026-08-22T02:24:59.191Z Downloaded dsl_auto_type v0.2.0
9952026-08-22T02:24:59.191Z Downloaded void v1.0.2
9962026-08-22T02:24:59.191Z Downloaded zone v0.3.1
9972026-08-22T02:24:59.191Z Downloaded p384 v0.14.0
9982026-08-22T02:24:59.191Z Downloaded module-lattice v0.2.3
9992026-08-22T02:24:59.191Z Downloaded difflib v0.4.0
10002026-08-22T02:24:59.191Z Downloaded illumos-nvpair-sys v0.2.0
10012026-08-22T02:24:59.192Z Downloaded darling_macro v0.20.11
10022026-08-22T02:24:59.192Z Downloaded zerofrom v0.1.6
10032026-08-22T02:24:59.192Z Downloaded darling_macro v0.21.3
10042026-08-22T02:24:59.192Z Downloaded rand v0.8.6
10052026-08-22T02:24:59.192Z Downloaded icu_properties v2.1.2
10062026-08-22T02:24:59.192Z Downloaded progenitor-extras v0.2.0
10072026-08-22T02:24:59.192Z Downloaded rustls-pemfile v2.2.0
10082026-08-22T02:24:59.192Z Downloaded linked-hash-map v0.5.6
10092026-08-22T02:24:59.192Z Downloaded num v0.4.3
10102026-08-22T02:24:59.192Z Downloaded parking_lot_core v0.8.6
10112026-08-22T02:24:59.192Z Downloaded ryu v1.0.23
10122026-08-22T02:24:59.192Z Downloaded pkcs8 v0.11.0
10132026-08-22T02:24:59.192Z Downloaded crc32fast v1.5.0
10142026-08-22T02:24:59.192Z Downloaded pbkdf2 v0.13.0
10152026-08-22T02:24:59.192Z Downloaded pem v3.0.6
10162026-08-22T02:24:59.192Z Downloaded darling v0.21.3
10172026-08-22T02:24:59.192Z Downloaded siphasher v1.0.2
10182026-08-22T02:24:59.192Z Downloaded scopeguard v1.2.0
10192026-08-22T02:24:59.192Z Downloaded rtoolbox v0.0.3
10202026-08-22T02:24:59.192Z Downloaded term v1.2.1
10212026-08-22T02:24:59.193Z Downloaded rand_core v0.10.0
10222026-08-22T02:24:59.193Z Downloaded slab v0.4.12
10232026-08-22T02:24:59.193Z Downloaded tiny-keccak v2.0.2
10242026-08-22T02:24:59.193Z Downloaded spki v0.8.0
10252026-08-22T02:24:59.193Z Downloaded diesel_derives v2.3.7
10262026-08-22T02:24:59.193Z Downloaded ssh-key v0.7.0-rc.11
10272026-08-22T02:24:59.193Z Downloaded dropshot-api-manager v0.8.0
10282026-08-22T02:24:59.193Z Downloaded unicode-segmentation v1.12.0
10292026-08-22T02:24:59.193Z Downloaded tokio-tungstenite v0.23.1
10302026-08-22T02:24:59.193Z Downloaded darling v0.23.0
10312026-08-22T02:24:59.193Z Downloaded topological-sort v0.2.2
10322026-08-22T02:24:59.193Z Downloaded writeable v0.6.2
10332026-08-22T02:24:59.193Z Downloaded tokio-test v0.4.5
10342026-08-22T02:24:59.193Z Downloaded tower-service v0.3.3
10352026-08-22T02:24:59.193Z Downloaded supports-unicode v3.0.0
10362026-08-22T02:24:59.193Z Downloaded usdt-macro v0.6.0
10372026-08-22T02:24:59.193Z Downloaded ml-kem v0.3.2
10382026-08-22T02:24:59.193Z Downloaded publicsuffix v2.3.0
10392026-08-22T02:24:59.193Z Downloaded md5 v0.8.0
10402026-08-22T02:24:59.193Z Downloaded digest-io v0.1.0
10412026-08-22T02:24:59.194Z Downloaded ed25519 v3.0.0
10422026-08-22T02:24:59.194Z Downloaded rand v0.9.2
10432026-08-22T02:24:59.194Z Downloaded ctutils v0.4.2
10442026-08-22T02:24:59.194Z Downloaded darling_macro v0.13.4
10452026-08-22T02:24:59.194Z Downloaded miniz_oxide v0.8.9
10462026-08-22T02:24:59.194Z Downloaded tokio-util v0.7.18
10472026-08-22T02:24:59.194Z Downloaded kstat-rs v0.2.5
10482026-08-22T02:24:59.194Z Downloaded progenitor-client v0.14.0
10492026-08-22T02:24:59.194Z Downloaded x509-cert v0.2.5
10502026-08-22T02:24:59.194Z Downloaded miette-derive v7.6.0
10512026-08-22T02:24:59.194Z Downloaded serde_path_to_error v0.1.20
10522026-08-22T02:24:59.194Z Downloaded ed25519-dalek v2.2.0
10532026-08-22T02:24:59.194Z Downloaded phc v0.6.1
10542026-08-22T02:24:59.194Z Downloaded openssl-sys v0.9.117
10552026-08-22T02:24:59.194Z Downloaded new_debug_unreachable v1.0.6
10562026-08-22T02:24:59.194Z Downloaded socket2 v0.5.10
10572026-08-22T02:24:59.194Z Downloaded tokio-postgres v0.7.16
10582026-08-22T02:24:59.194Z Downloaded postcard v1.1.3
10592026-08-22T02:24:59.194Z Downloaded des v0.9.0
10602026-08-22T02:24:59.194Z Downloaded parse-display-derive v0.10.0
10612026-08-22T02:24:59.194Z Downloaded progenitor-macro v0.13.0
10622026-08-22T02:24:59.194Z Downloaded secrecy v0.10.3
10632026-08-22T02:24:59.194Z Downloaded slog-json v2.6.1
10642026-08-22T02:24:59.195Z Downloaded futures-util v0.3.32
10652026-08-22T02:24:59.195Z Downloaded hkdf v0.13.0
10662026-08-22T02:24:59.195Z Downloaded blake3 v1.8.5
10672026-08-22T02:24:59.195Z Downloaded nom v7.1.3
10682026-08-22T02:24:59.195Z Downloaded termios v0.3.3
10692026-08-22T02:24:59.195Z Downloaded schemars v0.8.22
10702026-08-22T02:24:59.195Z Downloaded cookie v0.18.1
10712026-08-22T02:24:59.195Z Downloaded similar v2.7.0
10722026-08-22T02:24:59.195Z Downloaded uuid v1.23.4
10732026-08-22T02:24:59.195Z Downloaded proc-macro-error2 v2.0.1
10742026-08-22T02:24:59.195Z Downloaded schemars_derive v0.8.22
10752026-08-22T02:24:59.195Z Downloaded sqlparser_derive v0.5.0
10762026-08-22T02:24:59.195Z Downloaded unicode-properties v0.1.4
10772026-08-22T02:24:59.195Z Downloaded zip v4.6.1
10782026-08-22T02:24:59.195Z Downloaded downcast-rs v2.0.2
10792026-08-22T02:24:59.195Z Downloaded rfc6979 v0.4.0
10802026-08-22T02:24:59.195Z Downloaded reqwest v0.13.2
10812026-08-22T02:24:59.195Z Downloaded winnow v0.6.26
10822026-08-22T02:24:59.195Z Downloaded libbz2-rs-sys v0.2.2
10832026-08-22T02:24:59.195Z Downloaded convert_case v0.10.0
10842026-08-22T02:24:59.196Z Downloaded pem-rfc7468 v1.0.0
10852026-08-22T02:24:59.196Z Downloaded strip-ansi-escapes v0.2.1
10862026-08-22T02:24:59.196Z Downloaded sha1 v0.10.6
10872026-08-22T02:24:59.196Z Downloaded nonempty v0.12.0
10882026-08-22T02:24:59.196Z Downloaded rustyline v14.0.0
10892026-08-22T02:24:59.196Z Downloaded derive_more v2.1.1
10902026-08-22T02:24:59.196Z Downloaded h2 v0.4.15
10912026-08-22T02:24:59.196Z Downloaded oxnet v0.1.6
10922026-08-22T02:24:59.196Z Downloaded serde_with v1.14.0
10932026-08-22T02:24:59.196Z Downloaded idna v1.1.0
10942026-08-22T02:24:59.261Z Downloaded rand_core v0.6.4
10952026-08-22T02:24:59.262Z Downloaded rand_core v0.9.5
10962026-08-22T02:24:59.262Z Downloaded supports-color v3.0.2
10972026-08-22T02:24:59.262Z Downloaded num-traits v0.2.19
10982026-08-22T02:24:59.262Z Downloaded slog-async v2.8.0
10992026-08-22T02:24:59.262Z Downloaded dropshot-api-manager-types v0.8.0
11002026-08-22T02:24:59.262Z Downloaded progenitor-macro v0.14.0
11012026-08-22T02:24:59.262Z Downloaded tinyvec_macros v0.1.1
11022026-08-22T02:24:59.262Z Downloaded convert_case v0.4.0
11032026-08-22T02:24:59.262Z Downloaded p256 v0.14.0
11042026-08-22T02:24:59.262Z Downloaded toml v1.1.2+spec-1.1.0
11052026-08-22T02:24:59.262Z Downloaded der v0.7.10
11062026-08-22T02:24:59.262Z Downloaded drift v0.2.0
11072026-08-22T02:24:59.262Z Downloaded time-macros v0.2.27
11082026-08-22T02:24:59.262Z Downloaded num-conv v0.2.0
11092026-08-22T02:24:59.262Z Downloaded try-lock v0.2.5
11102026-08-22T02:24:59.262Z Downloaded zstd v0.13.3
11112026-08-22T02:24:59.262Z Downloaded itertools v0.14.0
11122026-08-22T02:24:59.262Z Downloaded keccak v0.2.0
11132026-08-22T02:24:59.262Z Downloaded signal-hook-tokio v0.3.1
11142026-08-22T02:24:59.262Z Downloaded pin-project-internal v1.1.11
11152026-08-22T02:24:59.262Z Downloaded sec1 v0.7.3
11162026-08-22T02:24:59.262Z Downloaded untrusted v0.9.0
11172026-08-22T02:24:59.263Z Downloaded shell-words v1.1.1
11182026-08-22T02:24:59.263Z Downloaded potential_utf v0.1.4
11192026-08-22T02:24:59.263Z Downloaded prettyplease v0.2.37
11202026-08-22T02:24:59.263Z Downloaded serde_urlencoded v0.7.1
11212026-08-22T02:24:59.263Z Downloaded defmt v1.0.1
11222026-08-22T02:24:59.263Z Downloaded indicatif v0.18.4
11232026-08-22T02:24:59.263Z Downloaded hyper v1.10.1
11242026-08-22T02:24:59.263Z Downloaded crypto-primes v0.7.2
11252026-08-22T02:24:59.263Z Downloaded jiff-core v0.1.0
11262026-08-22T02:24:59.263Z Downloaded crypto-common v0.2.2
11272026-08-22T02:24:59.263Z Downloaded ecdsa v0.16.9
11282026-08-22T02:24:59.263Z Downloaded nu-ansi-term v0.50.3
11292026-08-22T02:24:59.263Z Downloaded powerfmt v0.2.0
11302026-08-22T02:24:59.263Z Downloaded ingot-types v0.2.0
11312026-08-22T02:24:59.263Z Downloaded predicates v3.1.4
11322026-08-22T02:24:59.263Z Downloaded hyper-util v0.1.20
11332026-08-22T02:24:59.263Z Downloaded lock_api v0.4.14
11342026-08-22T02:24:59.263Z Downloaded openssl-probe v0.1.6
11352026-08-22T02:24:59.263Z Downloaded managed v0.8.0
11362026-08-22T02:24:59.263Z Downloaded internet-checksum v0.2.1
11372026-08-22T02:24:59.263Z Downloaded salty v0.3.0
11382026-08-22T02:24:59.264Z Downloaded serde_bytes v0.11.19
11392026-08-22T02:24:59.264Z Downloaded unicase v2.9.0
11402026-08-22T02:24:59.264Z Downloaded russh-cryptovec v0.62.0
11412026-08-22T02:24:59.264Z Downloaded thread-id v5.1.0
11422026-08-22T02:24:59.264Z Downloaded hkdf v0.12.4
11432026-08-22T02:24:59.264Z Downloaded crossbeam-utils v0.8.21
11442026-08-22T02:24:59.264Z Downloaded bitvec v1.0.1
11452026-08-22T02:24:59.264Z Downloaded secrecy v0.8.0
11462026-08-22T02:24:59.264Z Downloaded rustls-pki-types v1.14.0
11472026-08-22T02:24:59.264Z Downloaded schemars v1.2.1
11482026-08-22T02:24:59.264Z Downloaded derive-ex v0.1.8
11492026-08-22T02:24:59.264Z Downloaded dropshot_endpoint v0.17.1
11502026-08-22T02:24:59.264Z Downloaded icu_provider v2.1.1
11512026-08-22T02:24:59.264Z Downloaded waitgroup v0.1.2
11522026-08-22T02:24:59.264Z Downloaded indoc v1.0.9
11532026-08-22T02:24:59.264Z Downloaded zeroize v1.9.0
11542026-08-22T02:24:59.264Z Downloaded mime_guess v2.0.5
11552026-08-22T02:24:59.264Z Downloaded const_format_proc_macros v0.2.34
11562026-08-22T02:24:59.264Z Downloaded keccak v0.1.6
11572026-08-22T02:24:59.264Z Downloaded unsafe-libyaml v0.2.11
11582026-08-22T02:24:59.264Z Downloaded serde_yaml v0.9.34+deprecated
11592026-08-22T02:24:59.264Z Downloaded num_enum_derive v0.7.6
11602026-08-22T02:24:59.265Z Downloaded derive_more-impl v2.1.1
11612026-08-22T02:24:59.265Z Downloaded indoc v2.0.7
11622026-08-22T02:24:59.265Z Downloaded defmt-macros v1.0.1
11632026-08-22T02:24:59.265Z Downloaded bindgen v0.71.1
11642026-08-22T02:24:59.265Z Downloaded openssl-probe v0.2.1
11652026-08-22T02:24:59.265Z Downloaded git2 v0.20.4
11662026-08-22T02:24:59.265Z Downloaded termtree v0.5.1
11672026-08-22T02:24:59.287Z Downloaded ipnet v2.12.0
11682026-08-22T02:24:59.287Z Downloaded displaydoc v0.2.5
11692026-08-22T02:24:59.287Z Downloaded libloading v0.8.9
11702026-08-22T02:24:59.287Z Downloaded icu_properties_data v2.1.2
11712026-08-22T02:24:59.287Z Downloaded daft-derive v0.1.7
11722026-08-22T02:24:59.287Z Downloaded kem v0.3.0
11732026-08-22T02:24:59.287Z Downloaded crypto-bigint v0.5.5
11742026-08-22T02:24:59.288Z Downloaded serde_cbor v0.11.2
11752026-08-22T02:24:59.288Z Downloaded vergen-gitcl v1.0.8
11762026-08-22T02:24:59.288Z Downloaded litemap v0.8.1
11772026-08-22T02:24:59.288Z Downloaded smallvec v1.15.1
11782026-08-22T02:24:59.288Z Downloaded yasna v0.5.2
11792026-08-22T02:24:59.288Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11802026-08-22T02:24:59.288Z Downloaded tokio-tungstenite v0.21.0
11812026-08-22T02:24:59.288Z Downloaded miette v7.6.0
11822026-08-22T02:24:59.288Z Downloaded icu_locale_core v2.1.1
11832026-08-22T02:24:59.288Z Downloaded icu_normalizer v2.1.1
11842026-08-22T02:24:59.288Z Downloaded csv-core v0.1.13
11852026-08-22T02:24:59.288Z Downloaded pkcs8 v0.10.2
11862026-08-22T02:24:59.288Z Downloaded chrono v0.4.45
11872026-08-22T02:24:59.288Z Downloaded quick-xml v0.37.5
11882026-08-22T02:24:59.288Z Downloaded vergen v9.1.0
11892026-08-22T02:24:59.288Z Downloaded steno v0.4.1
11902026-08-22T02:24:59.288Z Downloaded string_cache v0.8.9
11912026-08-22T02:24:59.288Z Downloaded yoke v0.8.1
11922026-08-22T02:24:59.295Z Downloaded itertools v0.10.5
11932026-08-22T02:24:59.296Z Downloaded pin-project v1.1.11
11942026-08-22T02:24:59.296Z Downloaded yansi v1.0.1
11952026-08-22T02:24:59.296Z Downloaded zerotrie v0.2.3
11962026-08-22T02:24:59.296Z Downloaded progenitor v0.14.0
11972026-08-22T02:24:59.296Z Downloaded diff v0.1.13
11982026-08-22T02:24:59.296Z Downloaded darling_core v0.13.4
11992026-08-22T02:24:59.296Z Downloaded papergrid v0.18.0
12002026-08-22T02:24:59.310Z Downloaded libsw-core v0.3.2
12012026-08-22T02:24:59.322Z Downloaded zerovec v0.11.5
12022026-08-22T02:24:59.322Z Downloaded term v0.7.0
12032026-08-22T02:24:59.322Z Downloaded libm v0.2.16
12042026-08-22T02:24:59.398Z Downloaded elliptic-curve v0.13.8
12052026-08-22T02:24:59.398Z Downloaded tar v0.4.46
12062026-08-22T02:24:59.398Z Downloaded itertools v0.12.1
12072026-08-22T02:24:59.398Z Downloaded tower v0.5.3
12082026-08-22T02:24:59.398Z Downloaded unicode-bidi v0.3.18
12092026-08-22T02:24:59.398Z Downloaded unicode-normalization v0.1.25
12102026-08-22T02:24:59.398Z Downloaded ed25519-dalek v3.0.0
12112026-08-22T02:24:59.400Z Downloaded derive-where v1.6.0
12122026-08-22T02:24:59.400Z Downloaded url v2.5.8
12132026-08-22T02:24:59.400Z Downloaded reedline v0.40.0
12142026-08-22T02:24:59.400Z Downloaded serde_with v3.21.0
12152026-08-22T02:24:59.400Z Downloaded snafu v0.8.9
12162026-08-22T02:24:59.400Z Downloaded tabled v0.21.0
12172026-08-22T02:24:59.410Z Downloaded rustls-platform-verifier v0.6.2
12182026-08-22T02:24:59.410Z Downloaded icu_collections v2.1.1
12192026-08-22T02:24:59.411Z Downloaded quinn-proto v0.11.16
12202026-08-22T02:24:59.411Z Downloaded slog v2.8.2
12212026-08-22T02:24:59.411Z Downloaded itertools v0.13.0
12222026-08-22T02:24:59.411Z Downloaded rayon-core v1.13.0
12232026-08-22T02:24:59.411Z Downloaded p521 v0.14.0
12242026-08-22T02:24:59.411Z Downloaded internal-russh-num-bigint v0.5.0
12252026-08-22T02:24:59.445Z Downloaded qorb v0.4.1
12262026-08-22T02:24:59.446Z Downloaded ron v0.8.1
12272026-08-22T02:24:59.446Z Downloaded toml_edit v0.19.15
12282026-08-22T02:24:59.546Z Downloaded time v0.3.47
12292026-08-22T02:24:59.546Z Downloaded oxide-update-engine-types v0.1.2
12302026-08-22T02:24:59.547Z Downloaded regex v1.12.3
12312026-08-22T02:24:59.547Z Downloaded itertools v0.15.0
12322026-08-22T02:24:59.547Z Downloaded russh v0.62.4
12332026-08-22T02:24:59.547Z Downloaded goblin v0.10.5
12342026-08-22T02:24:59.640Z Downloaded reqwest v0.12.28
12352026-08-22T02:24:59.640Z Downloaded iri-string v0.7.10
12362026-08-22T02:24:59.640Z Downloaded tough v0.22.0
12372026-08-22T02:24:59.640Z Downloaded sha3 v0.12.0
12382026-08-22T02:24:59.640Z Downloaded typed-path v0.9.3
12392026-08-22T02:24:59.640Z Downloaded der v0.8.0
12402026-08-22T02:24:59.641Z Downloaded gimli v0.32.3
12412026-08-22T02:24:59.641Z Downloaded rawzip v0.4.4
12422026-08-22T02:24:59.641Z Downloaded regex-syntax v0.6.29
12432026-08-22T02:24:59.641Z Downloaded zlib-rs v0.6.2
12442026-08-22T02:24:59.641Z Downloaded lalrpop v0.19.12
12452026-08-22T02:24:59.641Z Downloaded mio v1.2.0
12462026-08-22T02:24:59.641Z Downloaded num-bigint v0.4.6
12472026-08-22T02:24:59.641Z Downloaded portable-atomic v1.13.1
12482026-08-22T02:24:59.641Z Downloaded bstr v1.12.1
12492026-08-22T02:24:59.641Z Downloaded rayon v1.11.0
12502026-08-22T02:24:59.641Z Downloaded libxml v0.3.3
12512026-08-22T02:24:59.641Z Downloaded nom v8.0.0
12522026-08-22T02:24:59.641Z Downloaded crossterm v0.29.0
12532026-08-22T02:24:59.641Z Downloaded regex-syntax v0.8.10
12542026-08-22T02:24:59.641Z Downloaded curve25519-dalek v4.1.3
12552026-08-22T02:24:59.641Z Downloaded moka v0.12.13
12562026-08-22T02:24:59.641Z Downloaded crossterm v0.28.1
12572026-08-22T02:24:59.641Z Downloaded winnow v1.0.3
12582026-08-22T02:24:59.641Z Downloaded nix v0.27.1
12592026-08-22T02:24:59.641Z Downloaded rustls v0.23.41
12602026-08-22T02:24:59.641Z Downloaded polar-core v0.27.3
12612026-08-22T02:24:59.642Z Downloaded regress v0.10.5
12622026-08-22T02:24:59.642Z Downloaded zerocopy v0.8.55
12632026-08-22T02:25:00.113Z Downloaded curve25519-dalek v5.0.0
12642026-08-22T02:25:00.113Z Downloaded proptest v1.11.0
12652026-08-22T02:25:00.113Z Downloaded vcpkg v0.2.15
12662026-08-22T02:25:00.115Z Downloaded winnow v0.5.40
12672026-08-22T02:25:00.115Z Downloaded nix v0.31.2
12682026-08-22T02:25:00.115Z Downloaded object v0.30.4
12692026-08-22T02:25:00.115Z Downloaded iddqd v0.4.2
12702026-08-22T02:25:00.147Z Downloaded p384 v0.13.1
12712026-08-22T02:25:00.147Z Downloaded nix v0.28.0
12722026-08-22T02:25:00.147Z Downloaded diesel v2.3.7
12732026-08-22T02:25:00.147Z Downloaded hickory-proto v0.24.4
12742026-08-22T02:25:00.147Z Downloaded smoltcp v0.11.0
12752026-08-22T02:25:00.147Z Downloaded sled v0.34.7
12762026-08-22T02:25:00.147Z Downloaded radix_trie v0.2.1
12772026-08-22T02:25:00.147Z Downloaded petname v2.0.2
12782026-08-22T02:25:00.147Z Downloaded hickory-proto v0.25.2
12792026-08-22T02:25:00.147Z Downloaded typify-impl v0.6.2
12802026-08-22T02:25:00.148Z Downloaded crypto-bigint v0.7.5
12812026-08-22T02:25:00.148Z Downloaded rustix v0.38.44
12822026-08-22T02:25:00.148Z Downloaded regress v0.11.1
12832026-08-22T02:25:00.148Z Downloaded openapiv3 v2.2.0
12842026-08-22T02:25:00.148Z Downloaded dropshot v0.17.1
12852026-08-22T02:25:00.148Z Downloaded smoltcp v0.9.1
12862026-08-22T02:25:00.148Z Downloaded tracing v0.1.44
12872026-08-22T02:25:00.148Z Downloaded object v0.37.3
12882026-08-22T02:25:00.148Z Downloaded bzip2-sys v0.1.13+1.0.8
12892026-08-22T02:25:00.148Z Downloaded sqlparser v0.61.0
12902026-08-22T02:25:00.148Z Downloaded openssl v0.10.80
12912026-08-22T02:25:00.148Z Downloaded sha3 v0.11.0
12922026-08-22T02:25:00.148Z Downloaded chrono-tz v0.10.4
12932026-08-22T02:25:00.148Z Downloaded jiff v0.2.34
12942026-08-22T02:25:00.148Z Downloaded zerocopy-derive v0.6.6
12952026-08-22T02:25:00.148Z Downloaded petgraph v0.8.3
12962026-08-22T02:25:00.148Z Downloaded ratatui v0.29.0
12972026-08-22T02:25:00.148Z Downloaded libz-sys v1.1.24
12982026-08-22T02:25:00.149Z Downloaded tokio v1.52.1
12992026-08-22T02:25:00.149Z Downloaded csv v1.4.0
13002026-08-22T02:25:00.149Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13012026-08-22T02:25:00.149Z Downloaded regex-automata v0.4.14
13022026-08-22T02:25:00.149Z Downloaded sha3 v0.10.8
13032026-08-22T02:25:00.149Z Downloaded petgraph v0.6.5
13042026-08-22T02:25:00.149Z Downloaded libgit2-sys v0.18.3+1.9.2
13052026-08-22T02:25:00.149Z Downloaded encoding_rs v0.8.35
13062026-08-22T02:25:00.149Z Downloaded ring v0.17.14
13072026-08-22T02:25:00.572Z Downloaded aws-lc-sys v0.40.0
13082026-08-22T02:25:00.830Z Compiling serde_core v1.0.228
13092026-08-22T02:25:00.830Z Compiling libc v0.2.185
13102026-08-22T02:25:00.830Z Compiling serde v1.0.228
13112026-08-22T02:25:00.839Z Compiling log v0.4.33
13122026-08-22T02:25:00.839Z Compiling smallvec v1.15.1
13132026-08-22T02:25:00.839Z Compiling shlex v1.3.0
13142026-08-22T02:25:00.840Z Compiling find-msvc-tools v0.1.9
13152026-08-22T02:25:00.840Z Compiling subtle v2.6.1
13162026-08-22T02:25:00.840Z Compiling scopeguard v1.2.0
13172026-08-22T02:25:00.840Z Compiling stable_deref_trait v1.2.1
13182026-08-22T02:25:00.973Z Compiling typenum v1.20.1
13192026-08-22T02:25:00.990Z Compiling zerocopy v0.8.55
13202026-08-22T02:25:01.000Z Compiling portable-atomic v1.13.1
13212026-08-22T02:25:01.043Z Compiling serde_json v1.0.151
13222026-08-22T02:25:01.056Z Compiling syn v2.0.117
13232026-08-22T02:25:01.062Z Compiling critical-section v1.2.0
13242026-08-22T02:25:01.129Z Compiling lock_api v0.4.14
13252026-08-22T02:25:01.145Z Compiling libm v0.2.16
13262026-08-22T02:25:01.201Z Compiling num-traits v0.2.19
13272026-08-22T02:25:01.220Z Compiling pkg-config v0.3.32
13282026-08-22T02:25:01.284Z Compiling generic-array v0.14.7
13292026-08-22T02:25:01.327Z Compiling const-oid v0.9.6
13302026-08-22T02:25:01.350Z Compiling parking_lot_core v0.9.12
13312026-08-22T02:25:01.395Z Compiling pin-project-lite v0.2.17
13322026-08-22T02:25:01.396Z Compiling getrandom v0.3.4
13332026-08-22T02:25:01.396Z Compiling futures-core v0.3.32
13342026-08-22T02:25:01.460Z Compiling percent-encoding v2.3.2
13352026-08-22T02:25:01.511Z Compiling writeable v0.6.2
13362026-08-22T02:25:01.565Z Compiling litemap v0.8.1
13372026-08-22T02:25:01.582Z Compiling icu_properties_data v2.1.2
13382026-08-22T02:25:01.582Z Compiling icu_normalizer_data v2.1.1
13392026-08-22T02:25:01.619Z Compiling getrandom v0.4.3
13402026-08-22T02:25:01.703Z Compiling rustix v1.1.4
13412026-08-22T02:25:01.748Z Compiling rand_core v0.10.0
13422026-08-22T02:25:01.763Z Compiling futures-sink v0.3.32
13432026-08-22T02:25:01.795Z Compiling slab v0.4.12
13442026-08-22T02:25:01.840Z Compiling futures-io v0.3.32
13452026-08-22T02:25:01.900Z Compiling futures-channel v0.3.32
13462026-08-22T02:25:01.910Z Compiling utf8_iter v1.0.4
13472026-08-22T02:25:01.932Z Compiling futures-task v0.3.32
13482026-08-22T02:25:01.991Z Compiling errno v0.3.14
13492026-08-22T02:25:02.031Z Compiling jobserver v0.1.34
13502026-08-22T02:25:02.046Z Compiling getrandom v0.2.17
13512026-08-22T02:25:02.082Z Compiling mio v1.2.0
13522026-08-22T02:25:02.101Z Compiling socket2 v0.6.3
13532026-08-22T02:25:02.149Z Compiling signal-hook-registry v1.4.8
13542026-08-22T02:25:02.151Z Compiling form_urlencoded v1.2.2
13552026-08-22T02:25:02.222Z Compiling once_cell v1.21.3
13562026-08-22T02:25:02.237Z Compiling rand_core v0.6.4
13572026-08-22T02:25:02.313Z Compiling cc v1.2.56
13582026-08-22T02:25:02.319Z Compiling parking_lot v0.12.5
13592026-08-22T02:25:02.372Z Compiling rustversion v1.0.22
13602026-08-22T02:25:02.387Z Compiling base64ct v1.8.3
13612026-08-22T02:25:02.401Z Compiling iana-time-zone v0.1.65
13622026-08-22T02:25:02.444Z Compiling flagset v0.4.7
13632026-08-22T02:25:02.460Z Compiling regex-syntax v0.8.10
13642026-08-22T02:25:02.463Z Compiling dunce v1.0.5
13652026-08-22T02:25:02.488Z Compiling fs_extra v1.3.0
13662026-08-22T02:25:02.543Z Compiling ident_case v1.0.1
13672026-08-22T02:25:02.557Z Compiling rand_core v0.9.5
13682026-08-22T02:25:02.574Z Compiling base64 v0.22.1
13692026-08-22T02:25:02.590Z Compiling vcpkg v0.2.15
13702026-08-22T02:25:02.590Z Compiling syn v1.0.109
13712026-08-22T02:25:02.618Z Compiling tracing-core v0.1.36
13722026-08-22T02:25:02.674Z Compiling pem-rfc7468 v0.7.0
13732026-08-22T02:25:02.705Z Compiling schemars v0.8.22
13742026-08-22T02:25:02.718Z Compiling simd-adler32 v0.3.8
13752026-08-22T02:25:02.780Z Compiling dyn-clone v1.0.20
13762026-08-22T02:25:02.799Z Compiling aws-lc-rs v1.16.3
13772026-08-22T02:25:02.849Z Compiling cpufeatures v0.2.17
13782026-08-22T02:25:02.940Z Compiling spin v0.9.8
13792026-08-22T02:25:02.940Z Compiling adler2 v2.0.1
13802026-08-22T02:25:02.967Z Compiling httparse v1.10.1
13812026-08-22T02:25:02.974Z Compiling crc32fast v1.5.0
13822026-08-22T02:25:03.009Z Compiling tinyvec_macros v0.1.1
13832026-08-22T02:25:03.014Z Compiling openssl-probe v0.2.1
13842026-08-22T02:25:03.090Z Compiling cmake v0.1.57
13852026-08-22T02:25:03.105Z Compiling cmov v0.5.4
13862026-08-22T02:25:03.115Z Compiling tinyvec v1.10.0
13872026-08-22T02:25:03.134Z Compiling miniz_oxide v0.8.9
13882026-08-22T02:25:03.181Z Compiling aho-corasick v1.1.4
13892026-08-22T02:25:03.201Z Compiling untrusted v0.7.1
13902026-08-22T02:25:03.201Z Compiling atomic-waker v1.1.2
13912026-08-22T02:25:03.329Z Compiling bitflags v2.11.0
13922026-08-22T02:25:03.394Z Compiling semver v1.0.28
13932026-08-22T02:25:03.397Z Compiling indexmap v2.14.0
13942026-08-22T02:25:03.397Z Compiling uuid v1.23.4
13952026-08-22T02:25:03.465Z Compiling ctutils v0.4.2
13962026-08-22T02:25:03.494Z Compiling tower-layer v0.3.3
13972026-08-22T02:25:03.550Z Compiling tower-service v0.3.3
13982026-08-22T02:25:03.560Z Compiling radium v0.7.0
13992026-08-22T02:25:03.586Z Compiling try-lock v0.2.5
14002026-08-22T02:25:03.668Z Compiling rustc_version v0.4.1
14012026-08-22T02:25:03.689Z Compiling want v0.3.1
14022026-08-22T02:25:03.761Z Compiling maybe-uninit v2.0.0
14032026-08-22T02:25:03.826Z Compiling rustls v0.23.41
14042026-08-22T02:25:03.861Z Compiling foreign-types-shared v0.1.1
14052026-08-22T02:25:03.876Z Compiling httpdate v1.0.3
14062026-08-22T02:25:03.926Z Compiling tap v1.0.1
14072026-08-22T02:25:03.963Z Compiling untrusted v0.9.0
14082026-08-22T02:25:03.979Z Compiling aws-lc-sys v0.40.0
14092026-08-22T02:25:04.018Z Compiling openssl-sys v0.9.117
14102026-08-22T02:25:04.036Z Compiling openssl v0.10.80
14112026-08-22T02:25:04.064Z Compiling wyz v0.5.1
14122026-08-22T02:25:04.079Z Compiling regex-automata v0.4.14
14132026-08-22T02:25:04.100Z Compiling bzip2-sys v0.1.13+1.0.8
14142026-08-22T02:25:04.116Z Compiling synstructure v0.13.2
14152026-08-22T02:25:04.119Z Compiling serde_derive_internals v0.29.1
14162026-08-22T02:25:04.145Z Compiling pest_generator v2.8.6
14172026-08-22T02:25:04.165Z Compiling darling_core v0.20.11
14182026-08-22T02:25:04.271Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14192026-08-22T02:25:04.287Z Compiling foreign-types v0.3.2
14202026-08-22T02:25:04.399Z Compiling unicode-normalization v0.1.25
14212026-08-22T02:25:04.571Z Compiling tempfile v3.27.0
14222026-08-22T02:25:04.598Z Compiling terminal_size v0.4.3
14232026-08-22T02:25:04.704Z Compiling num-integer v0.1.46
14242026-08-22T02:25:04.735Z Compiling wait-timeout v0.2.1
14252026-08-22T02:25:04.753Z Compiling ahash v0.8.12
14262026-08-22T02:25:04.758Z Compiling num-conv v0.2.0
14272026-08-22T02:25:04.887Z Compiling funty v2.0.0
14282026-08-22T02:25:04.901Z Compiling num-bigint-dig v0.8.6
14292026-08-22T02:25:04.915Z Compiling native-tls v0.2.18
14302026-08-22T02:25:04.954Z Compiling powerfmt v0.2.0
14312026-08-22T02:25:04.970Z Compiling packed_struct v0.10.1
14322026-08-22T02:25:04.989Z Compiling time-core v0.1.8
14332026-08-22T02:25:05.009Z Compiling quick-error v1.2.3
14342026-08-22T02:25:05.024Z Compiling bit-vec v0.8.0
14352026-08-22T02:25:05.074Z Compiling clap_builder v4.6.0
14362026-08-22T02:25:05.105Z Compiling rusty-fork v0.3.1
14372026-08-22T02:25:05.133Z Compiling deranged v0.5.8
14382026-08-22T02:25:05.153Z Compiling time-macros v0.2.27
14392026-08-22T02:25:05.185Z Compiling num-iter v0.1.45
14402026-08-22T02:25:05.261Z Compiling bit-set v0.8.0
14412026-08-22T02:25:05.278Z Compiling bitvec v1.0.1
14422026-08-22T02:25:05.329Z Compiling lazy_static v1.5.0
14432026-08-22T02:25:05.372Z Compiling rand_xorshift v0.4.0
14442026-08-22T02:25:05.439Z Compiling sync_wrapper v1.0.2
14452026-08-22T02:25:05.442Z Compiling indexmap v1.9.3
14462026-08-22T02:25:05.469Z Compiling paste v1.0.15
14472026-08-22T02:25:05.486Z Compiling siphasher v1.0.2
14482026-08-22T02:25:05.553Z Compiling zlib-rs v0.6.2
14492026-08-22T02:25:05.570Z Compiling crossbeam-utils v0.8.21
14502026-08-22T02:25:05.661Z Compiling unarray v0.1.4
14512026-08-22T02:25:05.691Z Compiling num_threads v0.1.7
14522026-08-22T02:25:05.778Z Compiling object v0.37.3
14532026-08-22T02:25:05.786Z Compiling crc-catalog v2.4.0
14542026-08-22T02:25:05.812Z Compiling usdt-impl v0.6.0
14552026-08-22T02:25:05.870Z Compiling serde_derive v1.0.228
14562026-08-22T02:25:05.888Z Compiling zeroize_derive v1.5.0
14572026-08-22T02:25:05.902Z Compiling zerofrom-derive v0.1.6
14582026-08-22T02:25:06.034Z Compiling zerocopy-derive v0.8.55
14592026-08-22T02:25:06.047Z Compiling yoke-derive v0.8.1
14602026-08-22T02:25:06.168Z Compiling zerovec-derive v0.11.2
14612026-08-22T02:25:06.183Z Compiling displaydoc v0.2.5
14622026-08-22T02:25:06.286Z Compiling tokio-macros v2.7.0
14632026-08-22T02:25:06.538Z Compiling futures-macro v0.3.32
14642026-08-22T02:25:06.556Z Compiling thiserror-impl v2.0.18
14652026-08-22T02:25:06.800Z Compiling der_derive v0.7.3
14662026-08-22T02:25:06.992Z Compiling tracing-attributes v0.1.31
14672026-08-22T02:25:07.094Z Compiling schemars_derive v0.8.22
14682026-08-22T02:25:07.132Z Compiling scroll_derive v0.13.1
14692026-08-22T02:25:07.299Z Compiling pest_derive v2.8.6
14702026-08-22T02:25:07.362Z Compiling zerofrom v0.1.6
14712026-08-22T02:25:07.382Z Compiling darling_macro v0.20.11
14722026-08-22T02:25:07.416Z Compiling futures-util v0.3.32
14732026-08-22T02:25:07.525Z Compiling yoke v0.8.1
14742026-08-22T02:25:07.704Z Compiling zerovec v0.11.5
14752026-08-22T02:25:07.796Z Compiling zerotrie v0.2.3
14762026-08-22T02:25:07.814Z Compiling thiserror-impl v1.0.69
14772026-08-22T02:25:07.914Z Compiling openssl-macros v0.1.1
14782026-08-22T02:25:07.954Z Compiling thiserror v2.0.18
14792026-08-22T02:25:07.980Z Compiling scroll v0.13.0
14802026-08-22T02:25:08.072Z Compiling darling v0.20.11
14812026-08-22T02:25:08.115Z Compiling packed_struct_codegen v0.10.1
14822026-08-22T02:25:08.171Z Compiling tinystr v0.8.2
14832026-08-22T02:25:08.198Z Compiling potential_utf v0.1.4
14842026-08-22T02:25:08.249Z Compiling goblin v0.10.5
14852026-08-22T02:25:08.271Z Compiling clap_derive v4.6.1
14862026-08-22T02:25:08.360Z Compiling icu_locale_core v2.1.1
14872026-08-22T02:25:08.364Z Compiling icu_collections v2.1.1
14882026-08-22T02:25:08.378Z Compiling tracing v0.1.44
14892026-08-22T02:25:08.411Z Compiling bitfield-macros v0.19.4
14902026-08-22T02:25:08.442Z Compiling zerocopy-derive v0.6.6
14912026-08-22T02:25:08.684Z Compiling nodrop v0.1.14
14922026-08-22T02:25:08.826Z Compiling array-init v0.0.4
14932026-08-22T02:25:08.853Z Compiling flate2 v1.1.9
14942026-08-22T02:25:08.909Z Compiling derive_builder_core v0.20.2
14952026-08-22T02:25:09.174Z Compiling icu_provider v2.1.1
14962026-08-22T02:25:09.200Z Compiling thiserror v1.0.69
14972026-08-22T02:25:09.215Z Compiling bitfield v0.19.4
14982026-08-22T02:25:09.291Z Compiling dtrace-parser v0.3.0
14992026-08-22T02:25:09.308Z Compiling time v0.3.47
15002026-08-22T02:25:09.355Z Compiling zerocopy v0.6.6
15012026-08-22T02:25:09.414Z Compiling zeroize v1.9.0
15022026-08-22T02:25:09.430Z Compiling bytes v1.11.1
15032026-08-22T02:25:09.483Z Compiling icu_normalizer v2.1.1
15042026-08-22T02:25:09.497Z Compiling icu_properties v2.1.2
15052026-08-22T02:25:09.529Z Compiling chrono v0.4.45
15062026-08-22T02:25:09.690Z Compiling der v0.7.10
15072026-08-22T02:25:09.792Z Compiling rustls-pki-types v1.14.0
15082026-08-22T02:25:09.807Z Compiling hybrid-array v0.4.13
15092026-08-22T02:25:09.894Z Compiling tokio v1.52.1
15102026-08-22T02:25:10.040Z Compiling http v1.4.2
15112026-08-22T02:25:10.054Z Compiling ipnet v2.12.0
15122026-08-22T02:25:10.096Z Compiling hex v0.4.3
15132026-08-22T02:25:10.222Z Compiling block-buffer v0.10.4
15142026-08-22T02:25:10.265Z Compiling crypto-common v0.1.7
15152026-08-22T02:25:10.376Z Compiling digest v0.10.7
15162026-08-22T02:25:10.404Z Compiling idna_adapter v1.2.1
15172026-08-22T02:25:10.425Z Compiling toml_datetime v0.6.11
15182026-08-22T02:25:10.558Z Compiling ppv-lite86 v0.2.21
15192026-08-22T02:25:10.573Z Compiling idna v1.1.0
15202026-08-22T02:25:10.608Z Compiling spki v0.7.3
15212026-08-22T02:25:10.622Z Compiling sha2 v0.10.9
15222026-08-22T02:25:10.641Z Compiling signature v2.2.0
15232026-08-22T02:25:10.695Z Compiling http-body v1.0.1
15242026-08-22T02:25:10.727Z Compiling hmac v0.12.1
15252026-08-22T02:25:10.832Z Compiling pkcs8 v0.10.2
15262026-08-22T02:25:10.847Z Compiling serde_spanned v0.6.9
15272026-08-22T02:25:10.863Z Compiling rand_chacha v0.9.0
15282026-08-22T02:25:10.903Z Compiling url v2.5.8
15292026-08-22T02:25:10.918Z Compiling rand_chacha v0.3.1
15302026-08-22T02:25:10.932Z Compiling http-body-util v0.1.3
15312026-08-22T02:25:10.978Z Compiling dof v0.4.0
15322026-08-22T02:25:11.003Z Compiling pkcs1 v0.7.5
15332026-08-22T02:25:11.111Z Compiling rand v0.9.2
15342026-08-22T02:25:11.182Z Compiling rand v0.8.6
15352026-08-22T02:25:11.198Z Compiling clap v4.6.1
15362026-08-22T02:25:11.300Z Compiling scroll_derive v0.12.1
15372026-08-22T02:25:11.318Z Compiling structmeta-derive v0.3.0
15382026-08-22T02:25:11.421Z Compiling crc v3.4.0
15392026-08-22T02:25:11.652Z Compiling smallvec v0.6.14
15402026-08-22T02:25:11.712Z Compiling proptest v1.11.0
15412026-08-22T02:25:11.727Z Compiling darling_core v0.23.0
15422026-08-22T02:25:11.781Z Compiling heapless v0.7.17
15432026-08-22T02:25:11.916Z Compiling slog v2.8.2
15442026-08-22T02:25:11.998Z Compiling thread-id v5.1.0
15452026-08-22T02:25:12.013Z Compiling env_filter v2.0.0
15462026-08-22T02:25:12.044Z Compiling cookie v0.18.1
15472026-08-22T02:25:12.059Z Compiling gimli v0.32.3
15482026-08-22T02:25:12.091Z Compiling hashbrown v0.12.3
15492026-08-22T02:25:12.107Z Compiling ryu v1.0.23
15502026-08-22T02:25:12.121Z Compiling iri-string v0.7.10
15512026-08-22T02:25:12.174Z Compiling unicode-bidi v0.3.18
15522026-08-22T02:25:12.239Z Compiling signal-hook v0.3.18
15532026-08-22T02:25:12.301Z Compiling ipnetwork v0.21.1
15542026-08-22T02:25:12.330Z Compiling zstd-safe v7.2.4
15552026-08-22T02:25:12.433Z Compiling winnow v0.5.40
15562026-08-22T02:25:12.480Z Compiling base64 v0.21.7
15572026-08-22T02:25:12.551Z Compiling allocator-api2 v0.2.21
15582026-08-22T02:25:12.566Z Compiling anyhow v1.0.104
15592026-08-22T02:25:12.584Z Compiling unicode-properties v0.1.4
15602026-08-22T02:25:12.656Z Compiling oxnet v0.1.6
15612026-08-22T02:25:12.734Z Compiling ron v0.8.1
15622026-08-22T02:25:12.806Z Compiling stringprep v0.1.5
15632026-08-22T02:25:12.818Z Compiling structmeta v0.3.0
15642026-08-22T02:25:12.822Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15652026-08-22T02:25:12.932Z Compiling rsa v0.9.10
15662026-08-22T02:25:13.105Z Compiling serde_urlencoded v0.7.1
15672026-08-22T02:25:13.119Z Compiling env_logger v0.11.11
15682026-08-22T02:25:13.287Z Compiling scroll v0.12.0
15692026-08-22T02:25:13.314Z Compiling serde-hex v0.1.0
15702026-08-22T02:25:13.480Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15712026-08-22T02:25:13.571Z Compiling camino v1.2.5
15722026-08-22T02:25:13.684Z Compiling hashbrown v0.13.2
15732026-08-22T02:25:13.696Z Compiling x509-cert v0.2.5
15742026-08-22T02:25:13.773Z Compiling tokio-util v0.7.18
15752026-08-22T02:25:13.900Z Compiling tower v0.5.3
15762026-08-22T02:25:13.917Z Compiling addr2line v0.25.1
15772026-08-22T02:25:13.978Z Compiling toml_edit v0.19.15
15782026-08-22T02:25:14.046Z Compiling tokio-native-tls v0.3.1
15792026-08-22T02:25:14.174Z Compiling newtype-uuid v1.3.2
15802026-08-22T02:25:14.174Z Compiling md-5 v0.10.6
15812026-08-22T02:25:14.233Z Compiling crypto-common v0.2.2
15822026-08-22T02:25:14.254Z Compiling block-padding v0.4.2
15832026-08-22T02:25:14.301Z Compiling darling_macro v0.23.0
15842026-08-22T02:25:14.359Z Compiling tower-http v0.6.8
15852026-08-22T02:25:14.408Z Compiling block-buffer v0.12.1
15862026-08-22T02:25:14.442Z Compiling rustls-native-certs v0.8.3
15872026-08-22T02:25:14.546Z Compiling h2 v0.4.15
15882026-08-22T02:25:14.621Z Compiling derive_builder_macro v0.20.2
15892026-08-22T02:25:14.750Z Compiling bzip2 v0.4.4
15902026-08-22T02:25:14.777Z Compiling erased-serde v0.3.31
15912026-08-22T02:25:14.816Z Compiling serde_tokenstream v0.2.3
15922026-08-22T02:25:14.978Z Compiling bstr v1.12.1
15932026-08-22T02:25:15.068Z Compiling pin-project-internal v1.1.11
15942026-08-22T02:25:15.133Z Compiling daft-derive v0.1.7
15952026-08-22T02:25:15.155Z Compiling zerocopy-derive v0.7.35
15962026-08-22T02:25:15.279Z Compiling async-trait v0.1.89
15972026-08-22T02:25:15.334Z Compiling curve25519-dalek v4.1.3
15982026-08-22T02:25:15.650Z Compiling vergen-lib v9.1.0
15992026-08-22T02:25:15.682Z Compiling hash32 v0.2.1
16002026-08-22T02:25:15.722Z Compiling memoffset v0.9.1
16012026-08-22T02:25:15.851Z Compiling encoding_rs v0.8.35
16022026-08-22T02:25:15.891Z Compiling fallible-iterator v0.2.0
16032026-08-22T02:25:15.909Z Compiling cfg_aliases v0.2.1
16042026-08-22T02:25:15.937Z Compiling rustc-demangle v0.1.27
16052026-08-22T02:25:15.989Z Compiling smoltcp v0.9.1
16062026-08-22T02:25:16.004Z Compiling owo-colors v4.3.0
16072026-08-22T02:25:16.019Z Compiling litrs v1.0.0
16082026-08-22T02:25:16.063Z Compiling crc-any v2.5.0
16092026-08-22T02:25:16.206Z Compiling psl-types v2.0.11
16102026-08-22T02:25:16.223Z Compiling mime v0.3.17
16112026-08-22T02:25:16.308Z Compiling rustix v0.38.44
16122026-08-22T02:25:16.327Z Compiling ref-cast v1.0.25
16132026-08-22T02:25:16.360Z Compiling publicsuffix v2.3.0
16142026-08-22T02:25:16.363Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16152026-08-22T02:25:16.399Z Compiling pin-project v1.1.11
16162026-08-22T02:25:16.402Z Compiling postgres-protocol v0.6.10
16172026-08-22T02:25:16.495Z Compiling zerocopy v0.7.35
16182026-08-22T02:25:16.510Z Compiling nix v0.31.2
16192026-08-22T02:25:16.543Z Compiling document-features v0.2.12
16202026-08-22T02:25:16.697Z Compiling daft v0.1.7
16212026-08-22T02:25:16.816Z Compiling toml v0.7.8
16222026-08-22T02:25:16.951Z Compiling derive_builder v0.20.2
16232026-08-22T02:25:17.008Z Compiling zip v0.6.6
16242026-08-22T02:25:17.023Z Compiling darling v0.23.0
16252026-08-22T02:25:17.094Z Compiling inout v0.2.2
16262026-08-22T02:25:17.116Z Compiling object v0.30.4
16272026-08-22T02:25:17.132Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16282026-08-22T02:25:17.185Z Compiling goblin v0.8.2
16292026-08-22T02:25:17.425Z Compiling backtrace v0.3.76
16302026-08-22T02:25:17.447Z Compiling derive-ex v0.1.8
16312026-08-22T02:25:17.477Z Compiling futures-executor v0.3.32
16322026-08-22T02:25:17.492Z Compiling hubpack_derive v0.1.1
16332026-08-22T02:25:17.540Z Compiling regex v1.12.3
16342026-08-22T02:25:17.608Z Compiling curve25519-dalek-derive v0.1.1
16352026-08-22T02:25:17.641Z Compiling ref-cast-impl v1.0.25
16362026-08-22T02:25:17.713Z Compiling hyper v1.10.1
16372026-08-22T02:25:17.759Z Compiling snafu-derive v0.8.9
16382026-08-22T02:25:17.783Z Compiling strum_macros v0.27.2
16392026-08-22T02:25:17.859Z Compiling phf_shared v0.13.1
16402026-08-22T02:25:17.975Z Compiling vergen v9.1.0
16412026-08-22T02:25:17.998Z Compiling cargo-platform v0.3.2
16422026-08-22T02:25:18.112Z Compiling ff v0.13.1
16432026-08-22T02:25:18.174Z Compiling fs-err v3.3.0
16442026-08-22T02:25:18.225Z Compiling foldhash v0.1.5
16452026-08-22T02:25:18.265Z Compiling base16ct v0.2.0
16462026-08-22T02:25:18.288Z Compiling same-file v1.0.6
16472026-08-22T02:25:18.302Z Compiling either v1.15.0
16482026-08-22T02:25:18.383Z Compiling managed v0.8.0
16492026-08-22T02:25:18.420Z Compiling unicode-segmentation v1.12.0
16502026-08-22T02:25:18.465Z Compiling bitflags v1.3.2
16512026-08-22T02:25:18.479Z Compiling is_ci v1.2.0
16522026-08-22T02:25:18.525Z Compiling bumpalo v3.20.2
16532026-08-22T02:25:18.559Z Compiling libbz2-rs-sys v0.2.2
16542026-08-22T02:25:18.627Z Compiling path-slash v0.1.5
16552026-08-22T02:25:18.644Z Compiling foldhash v0.2.0
16562026-08-22T02:25:18.657Z Compiling jiff-core v0.1.0
16572026-08-22T02:25:18.773Z Compiling zopfli v0.8.3
16582026-08-22T02:25:18.787Z Compiling textwrap v0.16.2
16592026-08-22T02:25:18.803Z Compiling supports-color v3.0.2
16602026-08-22T02:25:18.829Z Compiling hashbrown v0.16.1
16612026-08-22T02:25:18.880Z Compiling hyper-util v0.1.20
16622026-08-22T02:25:18.992Z Compiling bzip2 v0.6.1
16632026-08-22T02:25:19.158Z Compiling test-strategy v0.4.5
16642026-08-22T02:25:19.261Z Compiling walkdir v2.5.0
16652026-08-22T02:25:19.275Z Compiling sec1 v0.7.3
16662026-08-22T02:25:19.432Z Compiling jiff v0.2.34
16672026-08-22T02:25:19.456Z Compiling hashbrown v0.15.5
16682026-08-22T02:25:19.492Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16692026-08-22T02:25:19.569Z Compiling dof v0.3.0
16702026-08-22T02:25:19.733Z Compiling snafu v0.8.9
16712026-08-22T02:25:19.756Z Compiling group v0.13.0
16722026-08-22T02:25:19.813Z Compiling strum v0.27.2
16732026-08-22T02:25:19.971Z Compiling cargo_metadata v0.23.1
16742026-08-22T02:25:20.042Z Compiling phf v0.13.1
16752026-08-22T02:25:20.061Z Compiling hubpack v0.1.2
16762026-08-22T02:25:20.079Z Compiling backtrace-ext v0.2.1
16772026-08-22T02:25:20.082Z Compiling signal-hook-mio v0.2.5
16782026-08-22T02:25:20.109Z Compiling futures v0.3.32
16792026-08-22T02:25:20.201Z Compiling cookie_store v0.22.1
16802026-08-22T02:25:20.233Z Compiling zstd v0.13.3
16812026-08-22T02:25:20.276Z Compiling cipher v0.5.2
16822026-08-22T02:25:20.293Z Compiling hyper-tls v0.6.0
16832026-08-22T02:25:20.308Z Compiling serde_with_macros v3.21.0
16842026-08-22T02:25:20.515Z Compiling reqwest v0.12.28
16852026-08-22T02:25:20.571Z Compiling postgres-types v0.2.12
16862026-08-22T02:25:20.694Z Compiling globset v0.4.18
16872026-08-22T02:25:20.710Z Compiling usdt-attr-macro v0.6.0
16882026-08-22T02:25:20.757Z Compiling usdt-macro v0.6.0
16892026-08-22T02:25:20.868Z Compiling byte-wrapper v0.1.0
16902026-08-22T02:25:20.930Z Compiling ed25519 v2.2.3
16912026-08-22T02:25:21.165Z Compiling hkdf v0.12.4
16922026-08-22T02:25:21.213Z Compiling crypto-bigint v0.5.5
16932026-08-22T02:25:21.364Z Compiling olpc-cjson v0.1.4
16942026-08-22T02:25:21.380Z Compiling serde-big-array v0.5.1
16952026-08-22T02:25:21.394Z Compiling serde_plain v1.0.2
16962026-08-22T02:25:21.397Z Compiling dtrace-parser v0.2.0
16972026-08-22T02:25:21.489Z Compiling enum-as-inner v0.6.1
16982026-08-22T02:25:21.544Z Compiling serde_repr v0.1.20
16992026-08-22T02:25:21.549Z Compiling miette-derive v7.6.0
17002026-08-22T02:25:21.572Z Compiling async-recursion v1.1.1
17012026-08-22T02:25:21.585Z Compiling strum_macros v0.26.4
17022026-08-22T02:25:21.615Z Compiling phf_shared v0.11.3
17032026-08-22T02:25:21.747Z Compiling float-cmp v0.10.0
17042026-08-22T02:25:21.863Z Compiling pem v3.0.6
17052026-08-22T02:25:21.877Z Compiling thread-id v4.2.2
17062026-08-22T02:25:21.924Z Compiling memmap2 v0.9.10
17072026-08-22T02:25:21.973Z Compiling precomputed-hash v0.1.1
17082026-08-22T02:25:22.075Z Compiling supports-hyperlinks v3.2.0
17092026-08-22T02:25:22.090Z Compiling fixedbitset v0.4.2
17102026-08-22T02:25:22.156Z Compiling typed-path v0.9.3
17112026-08-22T02:25:22.159Z Compiling static_assertions v1.1.0
17122026-08-22T02:25:22.209Z Compiling winnow v1.0.3
17132026-08-22T02:25:22.223Z Compiling new_debug_unreachable v1.0.6
17142026-08-22T02:25:22.252Z Compiling normalize-line-endings v0.3.0
17152026-08-22T02:25:22.266Z Compiling keccak v0.1.6
17162026-08-22T02:25:22.303Z Compiling data-encoding v2.10.0
17172026-08-22T02:25:22.317Z Compiling difflib v0.4.0
17182026-08-22T02:25:22.332Z Compiling supports-unicode v3.0.0
17192026-08-22T02:25:22.361Z Compiling cpufeatures v0.3.0
17202026-08-22T02:25:22.453Z Compiling predicates-core v1.0.10
17212026-08-22T02:25:22.495Z Compiling const-oid v0.10.2
17222026-08-22T02:25:22.652Z Compiling fixedbitset v0.5.7
17232026-08-22T02:25:22.667Z Compiling whoami v2.1.0
17242026-08-22T02:25:22.723Z Compiling digest v0.11.3
17252026-08-22T02:25:22.773Z Compiling miette v7.6.0
17262026-08-22T02:25:22.890Z Compiling tokio-postgres v0.7.16
17272026-08-22T02:25:22.918Z Compiling petgraph v0.8.3
17282026-08-22T02:25:22.982Z Compiling hickory-proto v0.25.2
17292026-08-22T02:25:22.997Z Compiling predicates v3.1.4
17302026-08-22T02:25:23.029Z Compiling chacha20 v0.10.0
17312026-08-22T02:25:23.030Z Compiling sha3 v0.10.8
17322026-08-22T02:25:23.069Z Compiling string_cache v0.8.9
17332026-08-22T02:25:23.084Z Compiling elliptic-curve v0.13.8
17342026-08-22T02:25:23.314Z Compiling toml_parser v1.1.2+spec-1.1.0
17352026-08-22T02:25:23.329Z Compiling petgraph v0.6.5
17362026-08-22T02:25:23.427Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17372026-08-22T02:25:23.448Z Compiling usdt v0.6.0
17382026-08-22T02:25:23.463Z Compiling toml_edit v0.22.27
17392026-08-22T02:25:23.477Z Compiling strum v0.26.3
17402026-08-22T02:25:23.512Z Compiling usdt-impl v0.5.0
17412026-08-22T02:25:23.515Z Compiling zip v4.6.1
17422026-08-22T02:25:23.621Z Compiling serde_with v3.21.0
17432026-08-22T02:25:23.663Z Compiling crossterm v0.28.1
17442026-08-22T02:25:23.735Z Compiling ed25519-dalek v2.2.0
17452026-08-22T02:25:23.974Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17462026-08-22T02:25:24.270Z Compiling iddqd v0.4.2
17472026-08-22T02:25:24.405Z Compiling heck v0.4.1
17482026-08-22T02:25:24.493Z Compiling similar v2.7.0
17492026-08-22T02:25:24.648Z Compiling itertools v0.15.0
17502026-08-22T02:25:24.745Z Compiling itertools v0.13.0
17512026-08-22T02:25:24.849Z Compiling tokio-stream v0.1.18
17522026-08-22T02:25:24.906Z Compiling crossbeam-epoch v0.9.18
17532026-08-22T02:25:24.927Z Compiling buf-list v1.1.2
17542026-08-22T02:25:25.166Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17552026-08-22T02:25:25.218Z Compiling openapiv3 v2.2.0
17562026-08-22T02:25:25.248Z Compiling peg-runtime v0.8.5
17572026-08-22T02:25:25.317Z Compiling lalrpop-util v0.19.12
17582026-08-22T02:25:25.359Z Compiling thread_local v1.1.9
17592026-08-22T02:25:25.410Z Compiling slog-async v2.8.0
17602026-08-22T02:25:25.488Z Compiling crossbeam-channel v0.5.15
17612026-08-22T02:25:25.518Z Compiling filetime v0.2.27
17622026-08-22T02:25:25.536Z Compiling is-terminal v0.4.17
17632026-08-22T02:25:25.550Z Compiling take_mut v0.2.2
17642026-08-22T02:25:25.566Z Compiling xattr v1.6.1
17652026-08-22T02:25:25.610Z Compiling term v1.2.1
17662026-08-22T02:25:25.633Z Compiling camino-tempfile v1.4.1
17672026-08-22T02:25:25.712Z Compiling tar v0.4.46
17682026-08-22T02:25:25.957Z Compiling slog-term v2.9.2
17692026-08-22T02:25:43.234Z Compiling rustls-webpki v0.103.13
17702026-08-22T02:25:45.900Z Compiling tokio-rustls v0.26.4
17712026-08-22T02:25:45.900Z Compiling rustls-platform-verifier v0.6.2
17722026-08-22T02:25:45.900Z Compiling tough v0.22.0
17732026-08-22T02:25:46.130Z Compiling hyper-rustls v0.27.7
17742026-08-22T02:25:46.286Z Compiling reqwest v0.13.2
17752026-08-22T02:25:48.442Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17762026-08-22T02:25:48.676Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17772026-08-22T02:25:51.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.32s
17782026-08-22T02:25:51.866Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17792026-08-22T02:25:51.920ZAug 22 02:25:50.769 INFO Starting download, target: Cockroach
17802026-08-22T02:25:51.920ZAug 22 02:25:50.770 INFO Starting download, target: Console
17812026-08-22T02:25:51.920ZAug 22 02:25:50.770 INFO Starting download, target: Clickhouse
17822026-08-22T02:25:51.920ZAug 22 02:25:50.770 INFO Starting download, target: DendriteStub
17832026-08-22T02:25:51.924ZAug 22 02:25:50.770 INFO Starting download, target: MaghemiteMgd
17842026-08-22T02:25:51.924ZAug 22 02:25:50.770 INFO Starting download, target: MaghemiteDdmd
17852026-08-22T02:25:51.924ZAug 22 02:25:50.770 INFO Starting download, target: TransceiverControl
17862026-08-22T02:25:51.924ZAug 22 02:25:50.770 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17872026-08-22T02:25:51.924ZAug 22 02:25:50.770 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17882026-08-22T02:25:51.924ZAug 22 02:25:50.770 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17892026-08-22T02:25:51.924ZAug 22 02:25:50.770 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17902026-08-22T02:25:51.924ZAug 22 02:25:50.770 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17912026-08-22T02:25:51.924ZAug 22 02:25:50.770 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17922026-08-22T02:25:51.924ZAug 22 02:25:50.770 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17932026-08-22T02:25:52.363ZAug 22 02:25:51.208 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17942026-08-22T02:25:52.585ZAug 22 02:25:51.429 INFO Download complete, target: TransceiverControl
17952026-08-22T02:25:53.661ZAug 22 02:25:52.502 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17962026-08-22T02:25:53.807ZAug 22 02:25:52.649 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17972026-08-22T02:25:53.946ZAug 22 02:25:52.791 INFO Download complete, target: Console
17982026-08-22T02:25:53.977ZAug 22 02:25:52.825 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17992026-08-22T02:25:53.994ZAug 22 02:25:52.837 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18002026-08-22T02:25:54.308ZAug 22 02:25:53.156 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18012026-08-22T02:25:54.415ZAug 22 02:25:53.265 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18022026-08-22T02:25:54.415ZAug 22 02:25:53.265 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18032026-08-22T02:25:56.044ZAug 22 02:25:54.859 INFO Download complete, target: MaghemiteDdmd
18042026-08-22T02:25:56.487ZAug 22 02:25:55.337 INFO Download complete, target: DendriteStub
18052026-08-22T02:25:56.768ZAug 22 02:25:55.618 INFO Download complete, target: MaghemiteMgd
18062026-08-22T02:25:59.164ZAug 22 02:25:58.013 INFO Checking that binary works, target: Cockroach
18072026-08-22T02:25:59.286ZAug 22 02:25:58.136 INFO Download complete, target: Cockroach
18082026-08-22T02:26:01.130ZAug 22 02:25:59.979 INFO Checking that binary works, target: Clickhouse
18092026-08-22T02:26:01.215ZAug 22 02:26:00.064 INFO Download complete, target: Clickhouse
18102026-08-22T02:26:01.224ZAll prerequisites installed successfully
18112026-08-22T02:26:01.228Z
18122026-08-22T02:26:01.228Zreal 1:53.921050424
18132026-08-22T02:26:01.228Zuser 7:18.945007355
18142026-08-22T02:26:01.228Zsys 1:45.729191544
18152026-08-22T02:26:01.228Ztrap 0.315578812
18162026-08-22T02:26:01.228Ztflt 0.909395499
18172026-08-22T02:26:01.228Zdflt 1.688052879
18182026-08-22T02:26:01.228Zkflt 0.025700412
18192026-08-22T02:26:01.228Zlock 28:41.517860272
18202026-08-22T02:26:01.228Zslp 20:04.051554325
18212026-08-22T02:26:01.228Zlat 28.811708557
18222026-08-22T02:26:01.228Zstop 3:30.355788909
18232026-08-22T02:26:01.228Z+ ptime -m cargo xtask download softnpu
18242026-08-22T02:26:01.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18252026-08-22T02:26:01.704Z Running `target/debug/xtask download softnpu`
18262026-08-22T02:26:02.473Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
18272026-08-22T02:26:02.543Z Running `target/debug/xtask-downloader softnpu`
18282026-08-22T02:26:02.584ZAug 22 02:26:01.433 INFO Starting download, target: Softnpu
18292026-08-22T02:26:02.588ZAug 22 02:26:01.433 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
18302026-08-22T02:26:03.944ZAug 22 02:26:02.793 INFO Download complete, target: Softnpu
18312026-08-22T02:26:03.948Z
18322026-08-22T02:26:03.951Zreal 2.718909022
18332026-08-22T02:26:03.951Zuser 1.317878626
18342026-08-22T02:26:03.951Zsys 0.619998259
18352026-08-22T02:26:03.951Ztrap 0.000816510
18362026-08-22T02:26:03.951Ztflt 0.000103030
18372026-08-22T02:26:03.951Zdflt 0.000352160
18382026-08-22T02:26:03.951Zkflt 0.000000000
18392026-08-22T02:26:03.951Zlock 25.489509551
18402026-08-22T02:26:03.951Zslp 1.235564865
18412026-08-22T02:26:03.951Zlat 0.090929797
18422026-08-22T02:26:03.951Zstop 0.000224350
18432026-08-22T02:26:03.951Z+ export CARGO_INCREMENTAL=0
18442026-08-22T02:26:03.951Z+ CARGO_INCREMENTAL=0
18452026-08-22T02:26:03.951Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18462026-08-22T02:26:04.849Z Compiling proc-macro2 v1.0.106
18472026-08-22T02:26:04.849Z Compiling quote v1.0.45
18482026-08-22T02:26:04.849Z Compiling unicode-ident v1.0.24
18492026-08-22T02:26:04.849Z Compiling serde_core v1.0.228
18502026-08-22T02:26:04.849Z Compiling libc v0.2.185
18512026-08-22T02:26:04.853Z Compiling serde v1.0.228
18522026-08-22T02:26:04.853Z Compiling cfg-if v1.0.4
18532026-08-22T02:26:04.853Z Compiling version_check v0.9.5
18542026-08-22T02:26:04.854Z Compiling autocfg v1.5.0
18552026-08-22T02:26:04.854Z Compiling find-msvc-tools v0.1.9
18562026-08-22T02:26:04.854Z Compiling shlex v1.3.0
18572026-08-22T02:26:04.854Z Compiling memchr v2.8.0
18582026-08-22T02:26:04.854Z Compiling zmij v1.0.21
18592026-08-22T02:26:04.854Z Compiling serde_json v1.0.151
18602026-08-22T02:26:05.175Z Compiling portable-atomic v1.13.1
18612026-08-22T02:26:05.190Z Compiling zerocopy v0.8.55
18622026-08-22T02:26:05.205Z Compiling libm v0.2.16
18632026-08-22T02:26:05.324Z Compiling parking_lot_core v0.9.12
18642026-08-22T02:26:05.394Z Compiling generic-array v0.14.7
18652026-08-22T02:26:05.394Z Compiling icu_properties_data v2.1.2
18662026-08-22T02:26:05.412Z Compiling icu_normalizer_data v2.1.1
18672026-08-22T02:26:05.455Z Compiling smallvec v1.15.1
18682026-08-22T02:26:05.516Z Compiling num-traits v0.2.19
18692026-08-22T02:26:05.544Z Compiling itoa v1.0.17
18702026-08-22T02:26:05.599Z Compiling getrandom v0.4.3
18712026-08-22T02:26:05.614Z Compiling log v0.4.33
18722026-08-22T02:26:05.647Z Compiling getrandom v0.3.4
18732026-08-22T02:26:05.663Z Compiling subtle v2.6.1
18742026-08-22T02:26:05.696Z Compiling pkg-config v0.3.32
18752026-08-22T02:26:05.745Z Compiling typenum v1.20.1
18762026-08-22T02:26:05.760Z Compiling stable_deref_trait v1.2.1
18772026-08-22T02:26:05.836Z Compiling rustix v1.1.4
18782026-08-22T02:26:05.867Z Compiling scopeguard v1.2.0
18792026-08-22T02:26:05.902Z Compiling thiserror v2.0.18
18802026-08-22T02:26:05.933Z Compiling jobserver v0.1.34
18812026-08-22T02:26:05.936Z Compiling errno v0.3.14
18822026-08-22T02:26:06.010Z Compiling lock_api v0.4.14
18832026-08-22T02:26:06.144Z Compiling cc v1.2.56
18842026-08-22T02:26:06.158Z Compiling getrandom v0.2.17
18852026-08-22T02:26:06.242Z Compiling heck v0.5.0
18862026-08-22T02:26:06.253Z Compiling equivalent v1.0.2
18872026-08-22T02:26:06.294Z Compiling syn v2.0.117
18882026-08-22T02:26:06.326Z Compiling rand_core v0.6.4
18892026-08-22T02:26:06.401Z Compiling critical-section v1.2.0
18902026-08-22T02:26:06.401Z Compiling pin-project-lite v0.2.17
18912026-08-22T02:26:06.420Z Compiling syn v1.0.109
18922026-08-22T02:26:06.507Z Compiling schemars v0.8.22
18932026-08-22T02:26:06.534Z Compiling percent-encoding v2.3.2
18942026-08-22T02:26:06.602Z Compiling writeable v0.6.2
18952026-08-22T02:26:06.617Z Compiling litemap v0.8.1
18962026-08-22T02:26:06.617Z Compiling hashbrown v0.17.0
18972026-08-22T02:26:06.714Z Compiling fs_extra v1.3.0
18982026-08-22T02:26:06.726Z Compiling dunce v1.0.5
18992026-08-22T02:26:06.750Z Compiling rustversion v1.0.22
19002026-08-22T02:26:06.963Z Compiling once_cell v1.21.3
19012026-08-22T02:26:06.980Z Compiling cmake v0.1.57
19022026-08-22T02:26:06.980Z Compiling byteorder v1.5.0
19032026-08-22T02:26:07.047Z Compiling rand_core v0.10.0
19042026-08-22T02:26:07.064Z Compiling strsim v0.11.1
19052026-08-22T02:26:07.082Z Compiling signal-hook-registry v1.4.8
19062026-08-22T02:26:07.223Z Compiling thiserror v1.0.69
19072026-08-22T02:26:07.360Z Compiling bitflags v2.11.0
19082026-08-22T02:26:07.429Z Compiling semver v1.0.28
19092026-08-22T02:26:07.464Z Compiling indexmap v2.14.0
19102026-08-22T02:26:07.479Z Compiling utf8_iter v1.0.4
19112026-08-22T02:26:07.505Z Compiling aws-lc-sys v0.40.0
19122026-08-22T02:26:07.548Z Compiling parking_lot v0.12.5
19132026-08-22T02:26:07.564Z Compiling form_urlencoded v1.2.2
19142026-08-22T02:26:07.663Z Compiling socket2 v0.6.3
19152026-08-22T02:26:07.678Z Compiling mio v1.2.0
19162026-08-22T02:26:07.773Z Compiling const-oid v0.9.6
19172026-08-22T02:26:07.787Z Compiling aws-lc-rs v1.16.3
19182026-08-22T02:26:07.852Z Compiling futures-core v0.3.32
19192026-08-22T02:26:08.038Z Compiling httparse v1.10.1
19202026-08-22T02:26:08.131Z Compiling fnv v1.0.7
19212026-08-22T02:26:08.373Z Compiling ucd-trie v0.1.7
19222026-08-22T02:26:08.417Z Compiling regex-syntax v0.8.10
19232026-08-22T02:26:08.438Z Compiling crc32fast v1.5.0
19242026-08-22T02:26:08.472Z Compiling iana-time-zone v0.1.65
19252026-08-22T02:26:08.487Z Compiling vcpkg v0.2.15
19262026-08-22T02:26:08.517Z Compiling ident_case v1.0.1
19272026-08-22T02:26:08.548Z Compiling pest v2.8.6
19282026-08-22T02:26:08.757Z Compiling uuid v1.23.4
19292026-08-22T02:26:08.797Z Compiling rustc_version v0.4.1
19302026-08-22T02:26:08.872Z Compiling futures-sink v0.3.32
19312026-08-22T02:26:08.890Z Compiling rustls v0.23.41
19322026-08-22T02:26:08.995Z Compiling futures-channel v0.3.32
19332026-08-22T02:26:09.069Z Compiling openssl-sys v0.9.117
19342026-08-22T02:26:09.167Z Compiling synstructure v0.13.2
19352026-08-22T02:26:09.246Z Compiling serde_derive_internals v0.29.1
19362026-08-22T02:26:09.286Z Compiling aho-corasick v1.1.4
19372026-08-22T02:26:09.300Z Compiling futures-task v0.3.32
19382026-08-22T02:26:09.393Z Compiling slab v0.4.12
19392026-08-22T02:26:09.425Z Compiling futures-io v0.3.32
19402026-08-22T02:26:09.630Z Compiling pest_meta v2.8.6
19412026-08-22T02:26:09.689Z Compiling plain v0.2.3
19422026-08-22T02:26:09.716Z Compiling dyn-clone v1.0.20
19432026-08-22T02:26:09.736Z Compiling num-conv v0.2.0
19442026-08-22T02:26:09.740Z Compiling time-core v0.1.8
19452026-08-22T02:26:09.809Z Compiling radium v0.7.0
19462026-08-22T02:26:09.861Z Compiling crossbeam-utils v0.8.21
19472026-08-22T02:26:09.880Z Compiling maybe-uninit v2.0.0
19482026-08-22T02:26:09.897Z Compiling pretty-hex v0.4.1
19492026-08-22T02:26:09.932Z Compiling time-macros v0.2.27
19502026-08-22T02:26:10.057Z Compiling base64ct v1.8.3
19512026-08-22T02:26:10.073Z Compiling base64 v0.22.1
19522026-08-22T02:26:10.088Z Compiling openssl v0.10.80
19532026-08-22T02:26:10.105Z Compiling regex-automata v0.4.14
19542026-08-22T02:26:10.161Z Compiling flagset v0.4.7
19552026-08-22T02:26:10.251Z Compiling pest_generator v2.8.6
19562026-08-22T02:26:10.318Z Compiling pem-rfc7468 v0.7.0
19572026-08-22T02:26:10.335Z Compiling darling_core v0.23.0
19582026-08-22T02:26:10.350Z Compiling rand_core v0.9.5
19592026-08-22T02:26:10.368Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19602026-08-22T02:26:10.372Z Compiling bzip2-sys v0.1.13+1.0.8
19612026-08-22T02:26:10.403Z Compiling serde_derive v1.0.228
19622026-08-22T02:26:10.512Z Compiling zeroize_derive v1.5.0
19632026-08-22T02:26:10.579Z Compiling zerofrom-derive v0.1.6
19642026-08-22T02:26:10.597Z Compiling yoke-derive v0.8.1
19652026-08-22T02:26:10.600Z Compiling zerocopy-derive v0.8.55
19662026-08-22T02:26:10.627Z Compiling zerovec-derive v0.11.2
19672026-08-22T02:26:10.676Z Compiling displaydoc v0.2.5
19682026-08-22T02:26:10.692Z Compiling tokio-macros v2.7.0
19692026-08-22T02:26:10.710Z Compiling futures-macro v0.3.32
19702026-08-22T02:26:10.783Z Compiling thiserror-impl v2.0.18
19712026-08-22T02:26:10.882Z Compiling schemars_derive v0.8.22
19722026-08-22T02:26:10.900Z Compiling der_derive v0.7.3
19732026-08-22T02:26:10.917Z Compiling tracing-attributes v0.1.31
19742026-08-22T02:26:11.128Z Compiling thiserror-impl v1.0.69
19752026-08-22T02:26:11.369Z Compiling pest_derive v2.8.6
19762026-08-22T02:26:11.385Z Compiling scroll_derive v0.12.1
19772026-08-22T02:26:11.493Z Compiling futures-util v0.3.32
19782026-08-22T02:26:11.671Z Compiling scroll_derive v0.13.1
19792026-08-22T02:26:11.716Z Compiling zerofrom v0.1.6
19802026-08-22T02:26:11.835Z Compiling openssl-macros v0.1.1
19812026-08-22T02:26:11.857Z Compiling yoke v0.8.1
19822026-08-22T02:26:11.875Z Compiling ahash v0.8.12
19832026-08-22T02:26:12.045Z Compiling zerovec v0.11.5
19842026-08-22T02:26:12.062Z Compiling zerotrie v0.2.3
19852026-08-22T02:26:12.114Z Compiling anyhow v1.0.104
19862026-08-22T02:26:12.229Z Compiling num-bigint-dig v0.8.6
19872026-08-22T02:26:12.232Z Compiling native-tls v0.2.18
19882026-08-22T02:26:12.453Z Compiling packed_struct v0.10.1
19892026-08-22T02:26:12.474Z Compiling regex v1.12.3
19902026-08-22T02:26:12.492Z Compiling zerocopy-derive v0.7.35
19912026-08-22T02:26:12.495Z Compiling darling_macro v0.23.0
19922026-08-22T02:26:12.589Z Compiling tinystr v0.8.2
19932026-08-22T02:26:12.652Z Compiling potential_utf v0.1.4
19942026-08-22T02:26:12.808Z Compiling icu_locale_core v2.1.1
19952026-08-22T02:26:12.830Z Compiling icu_collections v2.1.1
19962026-08-22T02:26:12.888Z Compiling slog v2.8.2
19972026-08-22T02:26:13.137Z Compiling tracing-core v0.1.36
19982026-08-22T02:26:13.321Z Compiling cookie v0.18.1
19992026-08-22T02:26:13.352Z Compiling camino v1.2.5
20002026-08-22T02:26:13.367Z Compiling cpufeatures v0.2.17
20012026-08-22T02:26:13.533Z Compiling zeroize v1.9.0
20022026-08-22T02:26:13.598Z Compiling bytes v1.11.1
20032026-08-22T02:26:13.649Z Compiling icu_provider v2.1.1
20042026-08-22T02:26:13.670Z Compiling chrono v0.4.45
20052026-08-22T02:26:13.805Z Compiling serde_tokenstream v0.2.3
20062026-08-22T02:26:13.819Z Compiling der v0.7.10
20072026-08-22T02:26:13.971Z Compiling icu_properties v2.1.2
20082026-08-22T02:26:14.069Z Compiling icu_normalizer v2.1.1
20092026-08-22T02:26:14.115Z Compiling tokio v1.52.1
20102026-08-22T02:26:14.265Z Compiling crypto-common v0.1.7
20112026-08-22T02:26:14.320Z Compiling block-buffer v0.10.4
20122026-08-22T02:26:14.462Z Compiling digest v0.10.7
20132026-08-22T02:26:14.707Z Compiling spki v0.7.3
20142026-08-22T02:26:14.921Z Compiling idna_adapter v1.2.1
20152026-08-22T02:26:14.936Z Compiling http v1.4.2
20162026-08-22T02:26:14.956Z Compiling ppv-lite86 v0.2.21
20172026-08-22T02:26:15.075Z Compiling idna v1.1.0
20182026-08-22T02:26:15.300Z Compiling rand_chacha v0.9.0
20192026-08-22T02:26:15.316Z Compiling serde_spanned v0.6.9
20202026-08-22T02:26:15.319Z Compiling toml_datetime v0.6.11
20212026-08-22T02:26:15.319Z Compiling tracing v0.1.44
20222026-08-22T02:26:15.478Z Compiling url v2.5.8
20232026-08-22T02:26:15.600Z Compiling darling v0.23.0
20242026-08-22T02:26:15.624Z Compiling zerocopy-derive v0.6.6
20252026-08-22T02:26:15.662Z Compiling clap_derive v4.6.1
20262026-08-22T02:26:15.680Z Compiling bitfield-macros v0.19.4
20272026-08-22T02:26:15.735Z Compiling packed_struct_codegen v0.10.1
20282026-08-22T02:26:15.812Z Compiling indexmap v1.9.3
20292026-08-22T02:26:15.974Z Compiling object v0.37.3
20302026-08-22T02:26:16.245Z Compiling simd-adler32 v0.3.8
20312026-08-22T02:26:16.292Z Compiling paste v1.0.15
20322026-08-22T02:26:16.376Z Compiling http-body v1.0.1
20332026-08-22T02:26:16.392Z Compiling rand v0.9.2
20342026-08-22T02:26:16.489Z Compiling pkcs8 v0.10.2
20352026-08-22T02:26:16.551Z Compiling rustls-pki-types v1.14.0
20362026-08-22T02:26:16.765Z Compiling spin v0.9.8
20372026-08-22T02:26:16.782Z Compiling usdt-impl v0.5.0
20382026-08-22T02:26:16.796Z Compiling cmov v0.5.4
20392026-08-22T02:26:16.993Z Compiling openssl-probe v0.2.1
20402026-08-22T02:26:17.027Z Compiling winnow v0.5.40
20412026-08-22T02:26:17.030Z Compiling anstyle v1.0.14
20422026-08-22T02:26:17.132Z Compiling either v1.15.0
20432026-08-22T02:26:17.175Z Compiling usdt-impl v0.6.0
20442026-08-22T02:26:17.254Z Compiling utf8parse v0.2.2
20452026-08-22T02:26:17.277Z Compiling ref-cast v1.0.25
20462026-08-22T02:26:17.306Z Compiling tinyvec_macros v0.1.1
20472026-08-22T02:26:17.358Z Compiling fastrand v2.3.0
20482026-08-22T02:26:17.385Z Compiling adler2 v2.0.1
20492026-08-22T02:26:17.402Z Compiling tinyvec v1.10.0
20502026-08-22T02:26:17.405Z Compiling ctutils v0.4.2
20512026-08-22T02:26:17.434Z Compiling anstyle-parse v1.0.0
20522026-08-22T02:26:17.534Z Compiling miniz_oxide v0.8.9
20532026-08-22T02:26:17.680Z Compiling sha2 v0.10.9
20542026-08-22T02:26:17.772Z Compiling scroll v0.13.0
20552026-08-22T02:26:17.821Z Compiling tokio-util v0.7.18
20562026-08-22T02:26:17.874Z Compiling scroll v0.12.0
20572026-08-22T02:26:17.895Z Compiling terminal_size v0.4.3
20582026-08-22T02:26:18.049Z Compiling async-trait v0.1.89
20592026-08-22T02:26:18.066Z Compiling heapless v0.7.17
20602026-08-22T02:26:18.239Z Compiling is_terminal_polyfill v1.70.2
20612026-08-22T02:26:18.259Z Compiling colorchoice v1.0.4
20622026-08-22T02:26:18.348Z Compiling toml_edit v0.19.15
20632026-08-22T02:26:18.381Z Compiling tower-layer v0.3.3
20642026-08-22T02:26:18.385Z Compiling litrs v1.0.0
20652026-08-22T02:26:18.412Z Compiling anstyle-query v1.1.5
20662026-08-22T02:26:18.474Z Compiling winnow v0.7.14
20672026-08-22T02:26:18.536Z Compiling tower-service v0.3.3
20682026-08-22T02:26:18.651Z Compiling winnow v1.0.3
20692026-08-22T02:26:18.750Z Compiling atomic-waker v1.1.2
20702026-08-22T02:26:18.781Z Compiling untrusted v0.7.1
20712026-08-22T02:26:18.797Z Compiling signal-hook v0.3.18
20722026-08-22T02:26:18.870Z Compiling rustix v0.38.44
20732026-08-22T02:26:18.908Z Compiling zstd-safe v7.2.4
20742026-08-22T02:26:18.926Z Compiling try-lock v0.2.5
20752026-08-22T02:26:19.005Z Compiling document-features v0.2.12
20762026-08-22T02:26:19.055Z Compiling want v0.3.1
20772026-08-22T02:26:19.131Z Compiling h2 v0.4.15
20782026-08-22T02:26:19.203Z Compiling anstream v1.0.0
20792026-08-22T02:26:19.241Z Compiling tempfile v3.27.0
20802026-08-22T02:26:19.593Z Compiling toml_parser v1.1.2+spec-1.1.0
20812026-08-22T02:26:19.715Z Compiling goblin v0.8.2
20822026-08-22T02:26:19.751Z Compiling goblin v0.10.5
20832026-08-22T02:26:19.836Z Compiling hybrid-array v0.4.13
20842026-08-22T02:26:20.003Z Compiling itertools v0.15.0
20852026-08-22T02:26:20.182Z Compiling ipnet v2.12.0
20862026-08-22T02:26:20.218Z Compiling zerocopy v0.7.35
20872026-08-22T02:26:20.308Z Compiling daft-derive v0.1.7
20882026-08-22T02:26:20.542Z Compiling ref-cast-impl v1.0.25
20892026-08-22T02:26:20.558Z Compiling structmeta-derive v0.3.0
20902026-08-22T02:26:20.654Z Compiling darling_core v0.20.11
20912026-08-22T02:26:20.669Z Compiling curve25519-dalek v4.1.3
20922026-08-22T02:26:20.741Z Compiling memoffset v0.9.1
20932026-08-22T02:26:20.784Z Compiling powerfmt v0.2.0
20942026-08-22T02:26:20.803Z Compiling httpdate v1.0.3
20952026-08-22T02:26:20.932Z Compiling tap v1.0.1
20962026-08-22T02:26:21.061Z Compiling foreign-types-shared v0.1.1
20972026-08-22T02:26:21.113Z Compiling untrusted v0.9.0
20982026-08-22T02:26:21.165Z Compiling foreign-types v0.3.2
20992026-08-22T02:26:21.237Z Compiling wyz v0.5.1
21002026-08-22T02:26:21.256Z Compiling deranged v0.5.8
21012026-08-22T02:26:21.428Z Compiling unicode-normalization v0.1.25
21022026-08-22T02:26:21.529Z Compiling structmeta v0.3.0
21032026-08-22T02:26:21.651Z Compiling rand_chacha v0.3.1
21042026-08-22T02:26:21.759Z Compiling signature v2.2.0
21052026-08-22T02:26:21.931Z Compiling dtrace-parser v0.2.0
21062026-08-22T02:26:21.936Z Compiling dof v0.3.0
21072026-08-22T02:26:21.990Z Compiling hex v0.4.3
21082026-08-22T02:26:22.039Z Compiling dtrace-parser v0.3.0
21092026-08-22T02:26:22.227Z Compiling hyper v1.10.1
21102026-08-22T02:26:22.269Z Compiling pin-project-internal v1.1.11
21112026-08-22T02:26:22.416Z Compiling dof v0.4.0
21122026-08-22T02:26:22.540Z Compiling num-integer v0.1.46
21132026-08-22T02:26:22.596Z Compiling darling_macro v0.20.11
21142026-08-22T02:26:22.627Z Compiling thread-id v5.1.0
21152026-08-22T02:26:22.728Z Compiling wait-timeout v0.2.1
21162026-08-22T02:26:22.764Z Compiling thread-id v4.2.2
21172026-08-22T02:26:22.868Z Compiling smoltcp v0.9.1
21182026-08-22T02:26:22.984Z Compiling num_threads v0.1.7
21192026-08-22T02:26:23.083Z Compiling funty v2.0.0
21202026-08-22T02:26:23.101Z Compiling clap_lex v1.0.0
21212026-08-22T02:26:23.122Z Compiling cfg_aliases v0.2.1
21222026-08-22T02:26:23.162Z Compiling quick-error v1.2.3
21232026-08-22T02:26:23.209Z Compiling owo-colors v4.3.0
21242026-08-22T02:26:23.225Z Compiling bit-vec v0.8.0
21252026-08-22T02:26:23.261Z Compiling nix v0.31.2
21262026-08-22T02:26:23.305Z Compiling clap_builder v4.6.0
21272026-08-22T02:26:23.308Z Compiling rusty-fork v0.3.1
21282026-08-22T02:26:23.376Z Compiling hyper-util v0.1.20
21292026-08-22T02:26:23.465Z Compiling bitvec v1.0.1
21302026-08-22T02:26:23.481Z Compiling bit-set v0.8.0
21312026-08-22T02:26:23.497Z Compiling time v0.3.47
21322026-08-22T02:26:23.533Z Compiling darling v0.20.11
21332026-08-22T02:26:23.644Z Compiling num-iter v0.1.45
21342026-08-22T02:26:23.753Z Compiling rand v0.8.6
21352026-08-22T02:26:23.859Z Compiling ipnetwork v0.21.1
21362026-08-22T02:26:23.895Z Compiling lazy_static v1.5.0
21372026-08-22T02:26:24.026Z Compiling hmac v0.12.1
21382026-08-22T02:26:24.368Z Compiling rand_xorshift v0.4.0
21392026-08-22T02:26:24.401Z Compiling curve25519-dalek-derive v0.1.1
21402026-08-22T02:26:24.497Z Compiling sync_wrapper v1.0.2
21412026-08-22T02:26:24.554Z Compiling unarray v0.1.4
21422026-08-22T02:26:24.887Z Compiling zlib-rs v0.6.2
21432026-08-22T02:26:24.902Z Compiling siphasher v1.0.2
21442026-08-22T02:26:24.928Z Compiling crc-catalog v2.4.0
21452026-08-22T02:26:25.024Z Compiling nodrop v0.1.14
21462026-08-22T02:26:25.102Z Compiling array-init v0.0.4
21472026-08-22T02:26:25.130Z Compiling crc v3.4.0
21482026-08-22T02:26:25.335Z Compiling clap v4.6.1
21492026-08-22T02:26:25.434Z Compiling proptest v1.11.0
21502026-08-22T02:26:25.458Z Compiling tower v0.5.3
21512026-08-22T02:26:26.235Z Compiling smallvec v0.6.14
21522026-08-22T02:26:26.336Z Compiling derive_builder_core v0.20.2
21532026-08-22T02:26:26.488Z Compiling pkcs1 v0.7.5
21542026-08-22T02:26:26.505Z Compiling http-body-util v0.1.3
21552026-08-22T02:26:26.680Z Compiling bitfield v0.19.4
21562026-08-22T02:26:26.718Z Compiling zerocopy v0.6.6
21572026-08-22T02:26:26.865Z Compiling snafu-derive v0.8.9
21582026-08-22T02:26:26.884Z Compiling flate2 v1.1.9
21592026-08-22T02:26:26.977Z Compiling strum_macros v0.26.4
21602026-08-22T02:26:26.993Z Compiling strum_macros v0.27.2
21612026-08-22T02:26:27.068Z Compiling hubpack_derive v0.1.1
21622026-08-22T02:26:27.126Z Compiling env_filter v2.0.0
21632026-08-22T02:26:27.144Z Compiling fs-err v3.3.0
21642026-08-22T02:26:27.228Z Compiling ryu v1.0.23
21652026-08-22T02:26:27.290Z Compiling iri-string v0.7.10
21662026-08-22T02:26:27.357Z Compiling unicode-segmentation v1.12.0
21672026-08-22T02:26:27.401Z Compiling base64 v0.21.7
21682026-08-22T02:26:27.418Z Compiling unicode-properties v0.1.4
21692026-08-22T02:26:27.516Z Compiling allocator-api2 v0.2.21
21702026-08-22T02:26:27.722Z Compiling hashbrown v0.12.3
21712026-08-22T02:26:27.748Z Compiling gimli v0.32.3
21722026-08-22T02:26:27.860Z Compiling unicode-bidi v0.3.18
21732026-08-22T02:26:28.493Z Compiling tower-http v0.6.8
21742026-08-22T02:26:28.537Z Compiling stringprep v0.1.5
21752026-08-22T02:26:28.643Z Compiling ron v0.8.1
21762026-08-22T02:26:28.681Z Compiling newtype-uuid v1.3.2
21772026-08-22T02:26:28.749Z Compiling serde_urlencoded v0.7.1
21782026-08-22T02:26:28.849Z Compiling env_logger v0.11.11
21792026-08-22T02:26:28.938Z Compiling derive_builder_macro v0.20.2
21802026-08-22T02:26:28.957Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21812026-08-22T02:26:29.003Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21822026-08-22T02:26:29.157Z Compiling rsa v0.9.10
21832026-08-22T02:26:29.174Z Compiling oxnet v0.1.6
21842026-08-22T02:26:29.191Z Compiling serde-hex v0.1.0
21852026-08-22T02:26:29.232Z Compiling hashbrown v0.13.2
21862026-08-22T02:26:29.431Z Compiling tokio-native-tls v0.3.1
21872026-08-22T02:26:29.508Z Compiling addr2line v0.25.1
21882026-08-22T02:26:29.544Z Compiling bzip2 v0.4.4
21892026-08-22T02:26:29.587Z Compiling usdt-macro v0.6.0
21902026-08-22T02:26:29.624Z Compiling usdt-attr-macro v0.6.0
21912026-08-22T02:26:29.684Z Compiling derive-ex v0.1.8
21922026-08-22T02:26:29.747Z Compiling crypto-common v0.2.2
21932026-08-22T02:26:29.766Z Compiling block-buffer v0.12.1
21942026-08-22T02:26:29.854Z Compiling block-padding v0.4.2
21952026-08-22T02:26:30.040Z Compiling rustls-native-certs v0.8.3
21962026-08-22T02:26:30.304Z Compiling x509-cert v0.2.5
21972026-08-22T02:26:30.321Z Compiling md-5 v0.10.6
21982026-08-22T02:26:30.414Z Compiling erased-serde v0.3.31
21992026-08-22T02:26:30.493Z Compiling bstr v1.12.1
22002026-08-22T02:26:30.705Z Compiling vergen-lib v9.1.0
22012026-08-22T02:26:30.778Z Compiling hash32 v0.2.1
22022026-08-22T02:26:30.851Z Compiling encoding_rs v0.8.35
22032026-08-22T02:26:30.912Z Compiling unicode-width v0.2.0
22042026-08-22T02:26:30.928Z Compiling crc-any v2.5.0
22052026-08-22T02:26:31.019Z Compiling fallible-iterator v0.2.0
22062026-08-22T02:26:31.064Z Compiling rustc-demangle v0.1.27
22072026-08-22T02:26:31.087Z Compiling cpufeatures v0.3.0
22082026-08-22T02:26:31.198Z Compiling mime v0.3.17
22092026-08-22T02:26:31.280Z Compiling psl-types v2.0.11
22102026-08-22T02:26:31.322Z Compiling postgres-protocol v0.6.10
22112026-08-22T02:26:31.375Z Compiling test-strategy v0.4.5
22122026-08-22T02:26:31.422Z Compiling publicsuffix v2.3.0
22132026-08-22T02:26:31.548Z Compiling backtrace v0.3.76
22142026-08-22T02:26:32.135Z Compiling inout v0.2.2
22152026-08-22T02:26:32.198Z Compiling zip v0.6.6
22162026-08-22T02:26:32.265Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22172026-08-22T02:26:32.383Z Compiling object v0.30.4
22182026-08-22T02:26:32.387Z Compiling hyper-tls v0.6.0
22192026-08-22T02:26:32.387Z Compiling daft v0.1.7
22202026-08-22T02:26:32.387Z Compiling derive_builder v0.20.2
22212026-08-22T02:26:32.418Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22222026-08-22T02:26:32.528Z Compiling heck v0.4.1
22232026-08-22T02:26:32.576Z Compiling phf_shared v0.13.1
22242026-08-22T02:26:32.687Z Compiling pin-project v1.1.11
22252026-08-22T02:26:32.744Z Compiling toml v0.7.8
22262026-08-22T02:26:32.813Z Compiling serde_with_macros v3.21.0
22272026-08-22T02:26:32.836Z Compiling futures-executor v0.3.32
22282026-08-22T02:26:32.880Z Compiling async-recursion v1.1.1
22292026-08-22T02:26:33.043Z Compiling enum-as-inner v0.6.1
22302026-08-22T02:26:33.086Z Compiling serde_repr v0.1.20
22312026-08-22T02:26:33.113Z Compiling miette-derive v7.6.0
22322026-08-22T02:26:33.231Z Compiling vergen v9.1.0
22332026-08-22T02:26:33.261Z Compiling ff v0.13.1
22342026-08-22T02:26:33.331Z Compiling cargo-platform v0.3.2
22352026-08-22T02:26:33.446Z Compiling libbz2-rs-sys v0.2.2
22362026-08-22T02:26:33.532Z Compiling foldhash v0.2.0
22372026-08-22T02:26:33.592Z Compiling smawk v0.3.2
22382026-08-22T02:26:33.608Z Compiling jiff-core v0.1.0
22392026-08-22T02:26:33.669Z Compiling base16ct v0.2.0
22402026-08-22T02:26:33.751Z Compiling foldhash v0.1.5
22412026-08-22T02:26:33.856Z Compiling bitflags v1.3.2
22422026-08-22T02:26:33.891Z Compiling is_ci v1.2.0
22432026-08-22T02:26:33.933Z Compiling managed v0.8.0
22442026-08-22T02:26:33.948Z Compiling same-file v1.0.6
22452026-08-22T02:26:34.054Z Compiling path-slash v0.1.5
22462026-08-22T02:26:34.094Z Compiling bumpalo v3.20.2
22472026-08-22T02:26:34.196Z Compiling unicode-linebreak v0.1.5
22482026-08-22T02:26:34.322Z Compiling zopfli v0.8.3
22492026-08-22T02:26:34.353Z Compiling walkdir v2.5.0
22502026-08-22T02:26:34.453Z Compiling textwrap v0.16.2
22512026-08-22T02:26:34.469Z Compiling jiff v0.2.34
22522026-08-22T02:26:34.473Z Compiling supports-color v3.0.2
22532026-08-22T02:26:34.635Z Compiling hashbrown v0.15.5
22542026-08-22T02:26:34.655Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22552026-08-22T02:26:34.776Z Compiling bzip2 v0.6.1
22562026-08-22T02:26:34.861Z Compiling sec1 v0.7.3
22572026-08-22T02:26:34.894Z Compiling hashbrown v0.16.1
22582026-08-22T02:26:34.998Z Compiling cargo_metadata v0.23.1
22592026-08-22T02:26:35.093Z Compiling group v0.13.0
22602026-08-22T02:26:35.280Z Compiling futures v0.3.32
22612026-08-22T02:26:35.514Z Compiling phf v0.13.1
22622026-08-22T02:26:35.531Z Compiling snafu v0.8.9
22632026-08-22T02:26:35.698Z Compiling reqwest v0.12.28
22642026-08-22T02:26:35.888Z Compiling signal-hook-mio v0.2.5
22652026-08-22T02:26:35.904Z Compiling cipher v0.5.2
22662026-08-22T02:26:36.006Z Compiling cookie_store v0.22.1
22672026-08-22T02:26:36.027Z Compiling backtrace-ext v0.2.1
22682026-08-22T02:26:36.128Z Compiling zstd v0.13.3
22692026-08-22T02:26:36.145Z Compiling postgres-types v0.2.12
22702026-08-22T02:26:36.145Z Compiling globset v0.4.18
22712026-08-22T02:26:36.226Z Compiling strum v0.27.2
22722026-08-22T02:26:36.231Z Compiling hubpack v0.1.2
22732026-08-22T02:26:36.430Z Compiling phf_shared v0.11.3
22742026-08-22T02:26:36.451Z Compiling hkdf v0.12.4
22752026-08-22T02:26:36.469Z Compiling crossbeam-epoch v0.9.18
22762026-08-22T02:26:36.524Z Compiling byte-wrapper v0.1.0
22772026-08-22T02:26:36.594Z Compiling ed25519 v2.2.3
22782026-08-22T02:26:36.622Z Compiling olpc-cjson v0.1.4
22792026-08-22T02:26:36.846Z Compiling crypto-bigint v0.5.5
22802026-08-22T02:26:36.876Z Compiling serde_plain v1.0.2
22812026-08-22T02:26:36.894Z Compiling serde-big-array v0.5.1
22822026-08-22T02:26:36.974Z Compiling pem v3.0.6
22832026-08-22T02:26:37.018Z Compiling float-cmp v0.10.0
22842026-08-22T02:26:37.073Z Compiling memmap2 v0.9.10
22852026-08-22T02:26:37.176Z Compiling fixedbitset v0.5.7
22862026-08-22T02:26:37.300Z Compiling new_debug_unreachable v1.0.6
22872026-08-22T02:26:37.315Z Compiling supports-hyperlinks v3.2.0
22882026-08-22T02:26:37.344Z Compiling toml_write v0.1.2
22892026-08-22T02:26:37.386Z Compiling fixedbitset v0.4.2
22902026-08-22T02:26:37.417Z Compiling supports-unicode v3.0.0
22912026-08-22T02:26:37.471Z Compiling whoami v2.1.0
22922026-08-22T02:26:37.487Z Compiling unicode-width v0.1.14
22932026-08-22T02:26:37.562Z Compiling difflib v0.4.0
22942026-08-22T02:26:37.580Z Compiling static_assertions v1.1.0
22952026-08-22T02:26:37.597Z Compiling keccak v0.1.6
22962026-08-22T02:26:37.613Z Compiling precomputed-hash v0.1.1
22972026-08-22T02:26:37.636Z Compiling const-oid v0.10.2
22982026-08-22T02:26:37.719Z Compiling typed-path v0.9.3
22992026-08-22T02:26:37.781Z Compiling predicates-core v1.0.10
23002026-08-22T02:26:37.818Z Compiling data-encoding v2.10.0
23012026-08-22T02:26:37.834Z Compiling normalize-line-endings v0.3.0
23022026-08-22T02:26:37.950Z Compiling predicates v3.1.4
23032026-08-22T02:26:37.966Z Compiling digest v0.11.3
23042026-08-22T02:26:37.981Z Compiling elliptic-curve v0.13.8
23052026-08-22T02:26:38.034Z Compiling sha3 v0.10.8
23062026-08-22T02:26:38.034Z Compiling miette v7.6.0
23072026-08-22T02:26:38.208Z Compiling hickory-proto v0.25.2
23082026-08-22T02:26:38.235Z Compiling tokio-postgres v0.7.16
23092026-08-22T02:26:38.337Z Compiling string_cache v0.8.9
23102026-08-22T02:26:38.361Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23112026-08-22T02:26:38.374Z Compiling petgraph v0.6.5
23122026-08-22T02:26:38.391Z Compiling toml_edit v0.22.27
23132026-08-22T02:26:38.531Z Compiling petgraph v0.8.3
23142026-08-22T02:26:39.100Z Compiling usdt v0.6.0
23152026-08-22T02:26:39.228Z Compiling chacha20 v0.10.0
23162026-08-22T02:26:39.897Z Compiling ed25519-dalek v2.2.0
23172026-08-22T02:26:40.084Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23182026-08-22T02:26:40.217Z Compiling zip v4.6.1
23192026-08-22T02:26:40.721Z Compiling crossterm v0.28.1
23202026-08-22T02:26:41.107Z Compiling iddqd v0.4.2
23212026-08-22T02:26:41.124Z Compiling serde_with v3.21.0
23222026-08-22T02:26:41.173Z Compiling similar v2.7.0
23232026-08-22T02:26:41.203Z Compiling strum v0.26.3
23242026-08-22T02:26:41.388Z Compiling tokio-stream v0.1.18
23252026-08-22T02:26:41.490Z Compiling buf-list v1.1.2
23262026-08-22T02:26:41.830Z Compiling itertools v0.13.0
23272026-08-22T02:26:41.877Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23282026-08-22T02:26:41.895Z Compiling openapiv3 v2.2.0
23292026-08-22T02:26:42.473Z Compiling lalrpop-util v0.19.12
23302026-08-22T02:26:43.087Z Compiling peg-runtime v0.8.5
23312026-08-22T02:26:57.627Z Compiling rustls-webpki v0.103.13
23322026-08-22T02:27:01.009Z Compiling tokio-rustls v0.26.4
23332026-08-22T02:27:01.167Z Compiling rustls-platform-verifier v0.6.2
23342026-08-22T02:27:01.303Z Compiling hyper-rustls v0.27.7
23352026-08-22T02:27:01.382Z Compiling tough v0.22.0
23362026-08-22T02:27:01.615Z Compiling reqwest v0.13.2
23372026-08-22T02:27:04.457Z Compiling macaddr v1.0.1
23382026-08-22T02:27:04.594Z Compiling crucible-workspace-hack v0.1.0
23392026-08-22T02:27:04.636Z Compiling rayon-core v1.13.0
23402026-08-22T02:27:04.750Z Compiling secrecy v0.10.3
23412026-08-22T02:27:04.766Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23422026-08-22T02:27:04.784Z Compiling toml_datetime v0.7.5+spec-1.1.0
23432026-08-22T02:27:04.824Z Compiling heapless v0.8.0
23442026-08-22T02:27:04.884Z Compiling crossbeam-deque v0.8.6
23452026-08-22T02:27:04.918Z Compiling ingot-macros v0.2.0
23462026-08-22T02:27:04.941Z Compiling inout v0.1.4
23472026-08-22T02:27:04.958Z Compiling toml_edit v0.23.10+spec-1.0.0
23482026-08-22T02:27:04.972Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23492026-08-22T02:27:05.027Z Compiling hash32 v0.3.1
23502026-08-22T02:27:05.137Z Compiling multer v3.1.0
23512026-08-22T02:27:05.141Z Compiling thread_local v1.1.9
23522026-08-22T02:27:05.191Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23532026-08-22T02:27:05.208Z Compiling slog-async v2.8.0
23542026-08-22T02:27:05.226Z Compiling smoltcp v0.11.0
23552026-08-22T02:27:05.332Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23562026-08-22T02:27:05.365Z Compiling compression-core v0.4.31
23572026-08-22T02:27:05.380Z Compiling match_cfg v0.1.0
23582026-08-22T02:27:05.502Z Compiling proc-macro-crate v3.4.0
23592026-08-22T02:27:05.517Z Compiling compression-codecs v0.4.37
23602026-08-22T02:27:05.542Z Compiling hostname v0.3.1
23612026-08-22T02:27:05.655Z Compiling cipher v0.4.4
23622026-08-22T02:27:05.659Z Compiling atomicwrites v0.4.4
23632026-08-22T02:27:05.818Z Compiling slog-json v2.6.1
23642026-08-22T02:27:05.868Z Compiling crossbeam-channel v0.5.15
23652026-08-22T02:27:05.884Z Compiling half v2.7.1
23662026-08-22T02:27:05.902Z Compiling universal-hash v0.5.1
23672026-08-22T02:27:05.928Z Compiling newtype-uuid-macros v0.1.0
23682026-08-22T02:27:05.945Z Compiling cobs v0.3.0
23692026-08-22T02:27:05.963Z Compiling async-stream-impl v0.3.6
23702026-08-22T02:27:06.071Z Compiling thiserror-impl-no-std v2.0.2
23712026-08-22T02:27:06.090Z Compiling serde_spanned v1.1.1
23722026-08-22T02:27:06.107Z Compiling toml_datetime v1.1.1+spec-1.1.0
23732026-08-22T02:27:06.239Z Compiling is-terminal v0.4.17
23742026-08-22T02:27:06.256Z Compiling dropshot v0.17.1
23752026-08-22T02:27:06.273Z Compiling proc-macro-error-attr v1.0.4
23762026-08-22T02:27:06.364Z Compiling term v1.2.1
23772026-08-22T02:27:06.476Z Compiling opaque-debug v0.3.1
23782026-08-22T02:27:06.495Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
23792026-08-22T02:27:06.555Z Compiling take_mut v0.2.2
23802026-08-22T02:27:06.559Z Compiling toml_writer v1.1.1+spec-1.1.0
23812026-08-22T02:27:06.587Z Compiling ciborium-io v0.2.2
23822026-08-22T02:27:06.590Z Compiling convert_case v0.4.0
23832026-08-22T02:27:06.663Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23842026-08-22T02:27:06.695Z Compiling slog-term v2.9.2
23852026-08-22T02:27:06.711Z Compiling ciborium-ll v0.2.2
23862026-08-22T02:27:06.855Z Compiling toml v1.1.2+spec-1.1.0
23872026-08-22T02:27:06.920Z Compiling derive_more v0.99.20
23882026-08-22T02:27:07.011Z Compiling async-stream v0.3.6
23892026-08-22T02:27:07.095Z Compiling thiserror-no-std v2.0.2
23902026-08-22T02:27:07.133Z Compiling poly1305 v0.8.0
23912026-08-22T02:27:07.269Z Compiling postcard v1.1.3
23922026-08-22T02:27:07.478Z Compiling slog-bunyan v2.5.0
23932026-08-22T02:27:07.492Z Compiling num_enum_derive v0.7.6
23942026-08-22T02:27:07.516Z Compiling ingot-types v0.2.0
23952026-08-22T02:27:07.676Z Compiling chacha20 v0.9.1
23962026-08-22T02:27:07.693Z Compiling async-compression v0.4.41
23972026-08-22T02:27:07.821Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
23982026-08-22T02:27:07.915Z Compiling sha1 v0.11.0
23992026-08-22T02:27:07.939Z Compiling ingot v0.2.1
24002026-08-22T02:27:07.954Z Compiling parse-display-derive v0.10.0
24012026-08-22T02:27:07.991Z Compiling proc-macro-crate v1.3.1
24022026-08-22T02:27:08.167Z Compiling waitgroup v0.1.2
24032026-08-22T02:27:08.216Z Compiling backon v1.6.0
24042026-08-22T02:27:08.353Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24052026-08-22T02:27:08.370Z Compiling rustls-pemfile v2.2.0
24062026-08-22T02:27:08.387Z Compiling blake2 v0.10.6
24072026-08-22T02:27:08.475Z Compiling aead v0.5.2
24082026-08-22T02:27:08.504Z Compiling dropshot_endpoint v0.17.1
24092026-08-22T02:27:08.692Z Compiling password-hash v0.5.0
24102026-08-22T02:27:08.716Z Compiling foreign-types-macros v0.2.3
24112026-08-22T02:27:08.894Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24122026-08-22T02:27:08.921Z Compiling serde_path_to_error v0.1.20
24132026-08-22T02:27:08.999Z Compiling hostname v0.4.2
24142026-08-22T02:27:09.144Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24152026-08-22T02:27:09.194Z Compiling proc-macro-error v1.0.4
24162026-08-22T02:27:09.309Z Compiling instant v0.1.13
24172026-08-22T02:27:09.325Z Compiling debug-ignore v1.0.5
24182026-08-22T02:27:09.365Z Compiling foreign-types-shared v0.3.1
24192026-08-22T02:27:09.440Z Compiling backoff v0.4.0
24202026-08-22T02:27:09.456Z Compiling argon2 v0.5.3
24212026-08-22T02:27:09.474Z Compiling foreign-types v0.5.0
24222026-08-22T02:27:09.489Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24232026-08-22T02:27:09.492Z Compiling parse-display v0.10.0
24242026-08-22T02:27:09.493Z Compiling chacha20poly1305 v0.10.1
24252026-08-22T02:27:09.551Z Compiling num_enum v0.7.6
24262026-08-22T02:27:09.572Z Compiling num_enum_derive v0.5.11
24272026-08-22T02:27:09.669Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24282026-08-22T02:27:09.702Z Compiling vsss-rs v3.3.4
24292026-08-22T02:27:09.718Z Compiling ciborium v0.2.2
24302026-08-22T02:27:09.933Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24312026-08-22T02:27:10.128Z Compiling regress v0.10.5
24322026-08-22T02:27:10.203Z Compiling itertools v0.14.0
24332026-08-22T02:27:10.219Z Compiling tabwriter v1.4.1
24342026-08-22T02:27:10.234Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24352026-08-22T02:27:10.313Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24362026-08-22T02:27:10.457Z Compiling cstr-argument v0.1.2
24372026-08-22T02:27:10.515Z Compiling humantime v2.3.0
24382026-08-22T02:27:10.578Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24392026-08-22T02:27:10.594Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24402026-08-22T02:27:10.616Z Compiling num_enum v0.5.11
24412026-08-22T02:27:10.645Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24422026-08-22T02:27:10.756Z Compiling rayon v1.11.0
24432026-08-22T02:27:10.773Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24442026-08-22T02:27:10.810Z Compiling rand v0.10.1
24452026-08-22T02:27:10.921Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24462026-08-22T02:27:10.963Z Compiling libefi-sys v0.1.0
24472026-08-22T02:27:10.979Z Compiling colored v3.1.1
24482026-08-22T02:27:11.001Z Compiling indent_write v2.2.0
24492026-08-22T02:27:11.007Z Compiling zone_cfg_derive v0.3.1
24502026-08-22T02:27:11.192Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24512026-08-22T02:27:11.227Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24522026-08-22T02:27:11.230Z Compiling camino-tempfile v1.4.1
24532026-08-22T02:27:11.348Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24542026-08-22T02:27:11.469Z Compiling itertools v0.12.1
24552026-08-22T02:27:11.595Z Compiling usdt-macro v0.5.0
24562026-08-22T02:27:11.624Z Compiling usdt-attr-macro v0.5.0
24572026-08-22T02:27:11.640Z Compiling bitfield-struct v0.6.2
24582026-08-22T02:27:11.658Z Compiling num-derive v0.4.2
24592026-08-22T02:27:11.661Z Compiling blake3 v1.8.5
24602026-08-22T02:27:11.722Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24612026-08-22T02:27:11.752Z Compiling sigpipe v0.1.3
24622026-08-22T02:27:11.769Z Compiling memmap v0.7.0
24632026-08-22T02:27:11.842Z Compiling glob v0.3.3
24642026-08-22T02:27:11.866Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24652026-08-22T02:27:12.026Z Compiling swrite v0.1.0
24662026-08-22T02:27:12.155Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24672026-08-22T02:27:12.274Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24682026-08-22T02:27:12.377Z Compiling usdt v0.5.0
24692026-08-22T02:27:12.460Z Compiling smf v0.2.3
24702026-08-22T02:27:12.526Z Compiling filetime v0.2.27
24712026-08-22T02:27:12.543Z Compiling arrayvec v0.7.6
24722026-08-22T02:27:12.569Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24732026-08-22T02:27:12.603Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24742026-08-22T02:27:12.620Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24752026-08-22T02:27:12.717Z Compiling arrayref v0.3.9
24762026-08-22T02:27:12.759Z Compiling constant_time_eq v0.4.2
24772026-08-22T02:27:12.783Z Compiling zone v0.3.1
24782026-08-22T02:27:12.807Z Compiling whoami v1.6.1
24792026-08-22T02:27:12.835Z Compiling xattr v1.6.1
24802026-08-22T02:27:12.965Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24812026-08-22T02:27:12.986Z Compiling tar v0.4.46
24822026-08-22T02:27:13.030Z Compiling tokio-dtrace v0.1.1
24832026-08-22T02:27:13.057Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24842026-08-22T02:27:13.271Z Compiling gethostname v0.5.0
24852026-08-22T02:27:13.318Z Compiling console v0.16.2
24862026-08-22T02:27:13.411Z Compiling topological-sort v0.2.2
24872026-08-22T02:27:13.431Z Compiling unit-prefix v0.5.2
24882026-08-22T02:27:13.446Z Compiling oxide-tokio-rt v0.1.4
24892026-08-22T02:27:13.483Z Compiling toml v0.8.23
24902026-08-22T02:27:13.616Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24912026-08-22T02:27:13.644Z Compiling shell-words v1.1.1
24922026-08-22T02:27:13.880Z Compiling indicatif v0.18.4
24932026-08-22T02:27:22.843Z Compiling progenitor-client v0.14.0
24942026-08-22T02:27:22.843Z Compiling omicron-zone-package v0.12.3
24952026-08-22T02:27:23.093Z Compiling progenitor-extras v0.2.0
24962026-08-22T02:27:23.370Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24972026-08-22T02:27:23.396Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24982026-08-22T02:27:23.502Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24992026-08-22T02:27:23.521Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25002026-08-22T02:27:23.573Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25012026-08-22T02:27:23.607Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25022026-08-22T02:27:23.663Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25032026-08-22T02:27:23.808Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25042026-08-22T02:27:24.559Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25052026-08-22T02:27:28.061Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25062026-08-22T02:27:36.743Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25072026-08-22T02:27:39.984Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25082026-08-22T02:27:41.101Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
25092026-08-22T02:27:51.127Z Finished `release` profile [optimized] target(s) in 1m 47s
25102026-08-22T02:27:51.276Z Running `target/release/omicron-package -t test target create -p dev`
25112026-08-22T02:27:51.339ZLogging to: /work/oxidecomputer/omicron/out/LOG
25122026-08-22T02:27:51.343ZCreated new build target 'test' and set it as active
25132026-08-22T02:27:51.343Z
25142026-08-22T02:27:51.343Zreal 1:47.388151210
25152026-08-22T02:27:51.343Zuser 17:44.685539346
25162026-08-22T02:27:51.343Zsys 2:47.611568010
25172026-08-22T02:27:51.343Ztrap 0.493797250
25182026-08-22T02:27:51.343Ztflt 2.316274461
25192026-08-22T02:27:51.343Zdflt 4.614393258
25202026-08-22T02:27:51.343Zkflt 0.000536500
25212026-08-22T02:27:51.343Zlock 58:06.240468665
25222026-08-22T02:27:51.343Zslp 45:19.045544905
25232026-08-22T02:27:51.343Zlat 49.191963173
25242026-08-22T02:27:51.343Zstop 6:19.135340650
25252026-08-22T02:27:51.343Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
25262026-08-22T02:27:52.236Z Finished `release` profile [optimized] target(s) in 0.88s
25272026-08-22T02:27:52.305Z Running `target/release/omicron-package -t test package`
25282026-08-22T02:27:52.362ZLogging to: /work/oxidecomputer/omicron/out/LOG
25292026-08-22T02:27:53.832Z Compiling heck v0.5.0
25302026-08-22T02:27:53.832Z Compiling regress v0.11.1
25312026-08-22T02:27:54.065Z Compiling unsafe-libyaml v0.2.11
25322026-08-22T02:27:54.086Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25332026-08-22T02:27:54.116Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25342026-08-22T02:27:54.116Z Compiling derive-where v1.6.0
25352026-08-22T02:27:54.116Z Compiling bytecount v0.6.9
25362026-08-22T02:27:54.179Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25372026-08-22T02:27:54.179Z Compiling atomicwrites v0.4.4
25382026-08-22T02:27:54.182Z Compiling is-terminal v0.4.17
25392026-08-22T02:27:54.182Z Compiling prettyplease v0.2.37
25402026-08-22T02:27:54.182Z Compiling newline-converter v0.3.0
25412026-08-22T02:27:54.200Z Compiling console v0.15.11
25422026-08-22T02:27:54.264Z Compiling slog-dtrace v0.3.0
25432026-08-22T02:27:54.267Z Compiling cancel-safe-futures v0.1.5
25442026-08-22T02:27:54.351Z Compiling resolv-conf v0.7.6
25452026-08-22T02:27:54.376Z Compiling num-rational v0.4.2
25462026-08-22T02:27:54.380Z Compiling num-complex v0.4.6
25472026-08-22T02:27:54.381Z Compiling thread_local v1.1.9
25482026-08-22T02:27:54.478Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25492026-08-22T02:27:54.532Z Compiling match_cfg v0.1.0
25502026-08-22T02:27:54.603Z Compiling serde_yaml v0.9.34+deprecated
25512026-08-22T02:27:54.624Z Compiling compression-core v0.4.31
25522026-08-22T02:27:54.667Z Compiling expectorate v1.2.0
25532026-08-22T02:27:54.799Z Compiling num v0.4.3
25542026-08-22T02:27:54.870Z Compiling compression-codecs v0.4.37
25552026-08-22T02:27:54.891Z Compiling hostname v0.3.1
25562026-08-22T02:27:54.915Z Compiling slog-async v2.8.0
25572026-08-22T02:27:54.918Z Compiling multer v3.1.0
25582026-08-22T02:27:54.963Z Compiling crossbeam-channel v0.5.15
25592026-08-22T02:27:54.987Z Compiling slog-json v2.6.1
25602026-08-22T02:27:55.016Z Compiling serde_spanned v1.1.1
25612026-08-22T02:27:55.050Z Compiling toml_datetime v1.1.1+spec-1.1.0
25622026-08-22T02:27:55.122Z Compiling linked-hash-map v0.5.6
25632026-08-22T02:27:55.144Z Compiling take_mut v0.2.2
25642026-08-22T02:27:55.178Z Compiling term v1.2.1
25652026-08-22T02:27:55.208Z Compiling linear-map v1.2.0
25662026-08-22T02:27:55.280Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25672026-08-22T02:27:55.317Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25682026-08-22T02:27:55.340Z Compiling oxide-update-engine-types v0.1.2
25692026-08-22T02:27:55.363Z Compiling float-ord v0.3.2
25702026-08-22T02:27:55.366Z Compiling toml_writer v1.1.1+spec-1.1.0
25712026-08-22T02:27:55.424Z Compiling lru-cache v0.1.2
25722026-08-22T02:27:55.446Z Compiling slog-bunyan v2.5.0
25732026-08-22T02:27:55.466Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25742026-08-22T02:27:55.491Z Compiling slog-term v2.9.2
25752026-08-22T02:27:55.514Z Compiling async-compression v0.4.41
25762026-08-22T02:27:55.589Z Compiling typify-impl v0.6.2
25772026-08-22T02:27:55.612Z Compiling toml v1.1.2+spec-1.1.0
25782026-08-22T02:27:55.677Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25792026-08-22T02:27:55.836Z Compiling dropshot v0.17.1
25802026-08-22T02:27:55.858Z Compiling async-stream v0.3.6
25812026-08-22T02:27:55.884Z Compiling sha1 v0.11.0
25822026-08-22T02:27:55.906Z Compiling progenitor-client v0.14.0
25832026-08-22T02:27:55.986Z Compiling waitgroup v0.1.2
25842026-08-22T02:27:56.008Z Compiling rustls-pemfile v2.2.0
25852026-08-22T02:27:56.049Z Compiling backon v1.6.0
25862026-08-22T02:27:56.079Z Compiling hostname v0.4.2
25872026-08-22T02:27:56.158Z Compiling serde_path_to_error v0.1.20
25882026-08-22T02:27:56.180Z Compiling instant v0.1.13
25892026-08-22T02:27:56.224Z Compiling minimal-lexical v0.2.1
25902026-08-22T02:27:56.224Z Compiling debug-ignore v1.0.5
25912026-08-22T02:27:56.268Z Compiling progenitor-extras v0.2.0
25922026-08-22T02:27:56.288Z Compiling backoff v0.4.0
25932026-08-22T02:27:56.318Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25942026-08-22T02:27:56.437Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25952026-08-22T02:27:56.531Z Compiling nom v7.1.3
25962026-08-22T02:27:56.551Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25972026-08-22T02:27:56.551Z Compiling parse-display v0.10.0
25982026-08-22T02:27:56.596Z Compiling oxide-update-engine v0.1.2
25992026-08-22T02:27:56.649Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26002026-08-22T02:27:56.737Z Compiling hickory-proto v0.24.4
26012026-08-22T02:27:57.204Z Compiling regress v0.10.5
26022026-08-22T02:27:57.306Z Compiling itertools v0.14.0
26032026-08-22T02:27:57.809Z Compiling macaddr v1.0.1
26042026-08-22T02:27:57.882Z Compiling unicode-xid v0.2.6
26052026-08-22T02:27:57.939Z Compiling humantime v2.3.0
26062026-08-22T02:27:58.066Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
26072026-08-22T02:27:58.216Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26082026-08-22T02:27:58.288Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26092026-08-22T02:27:58.544Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
26102026-08-22T02:27:58.567Z Compiling convert_case v0.10.0
26112026-08-22T02:27:58.592Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26122026-08-22T02:27:58.645Z Compiling toml v0.8.23
26132026-08-22T02:27:58.844Z Compiling papergrid v0.11.0
26142026-08-22T02:27:58.867Z Compiling derive_more-impl v2.1.1
26152026-08-22T02:27:59.053Z Compiling typify-macro v0.6.2
26162026-08-22T02:27:59.228Z Compiling tabled_derive v0.7.0
26172026-08-22T02:27:59.261Z Compiling termtree v0.5.1
26182026-08-22T02:27:59.324Z Compiling hickory-resolver v0.24.4
26192026-08-22T02:27:59.465Z Compiling phf_shared v0.12.1
26202026-08-22T02:27:59.638Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26212026-08-22T02:27:59.718Z Compiling derive_more v2.1.1
26222026-08-22T02:27:59.828Z Compiling crossterm v0.29.0
26232026-08-22T02:27:59.992Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26242026-08-22T02:28:00.122Z Compiling tabled v0.15.0
26252026-08-22T02:28:00.486Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26262026-08-22T02:28:00.622Z Compiling typify v0.6.2
26272026-08-22T02:28:00.906Z Compiling progenitor-impl v0.14.0
26282026-08-22T02:28:01.338Z Compiling qorb v0.4.1
26292026-08-22T02:28:01.638Z Compiling vte v0.14.1
26302026-08-22T02:28:01.897Z Compiling csv-core v0.1.13
26312026-08-22T02:28:02.333Z Compiling highway v1.3.0
26322026-08-22T02:28:02.635Z Compiling chrono-tz v0.10.4
26332026-08-22T02:28:03.112Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26342026-08-22T02:28:03.136Z Compiling progenitor-macro v0.14.0
26352026-08-22T02:28:03.927Z Compiling csv v1.4.0
26362026-08-22T02:28:04.013Z Compiling strip-ansi-escapes v0.2.1
26372026-08-22T02:28:04.565Z Compiling phf v0.12.1
26382026-08-22T02:28:04.600Z Compiling const_format_proc_macros v0.2.34
26392026-08-22T02:28:04.626Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26402026-08-22T02:28:04.886Z Compiling fd-lock v4.0.4
26412026-08-22T02:28:04.963Z Compiling peg-macros v0.8.5
26422026-08-22T02:28:05.108Z Compiling nu-ansi-term v0.50.3
26432026-08-22T02:28:05.357Z Compiling const_format v0.2.35
26442026-08-22T02:28:05.490Z Compiling reedline v0.40.0
26452026-08-22T02:28:05.651Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26462026-08-22T02:28:05.890Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26472026-08-22T02:28:06.206Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26482026-08-22T02:28:06.346Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
26492026-08-22T02:28:07.115Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26502026-08-22T02:28:07.240Z Compiling progenitor v0.14.0
26512026-08-22T02:28:07.448Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26522026-08-22T02:28:07.534Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26532026-08-22T02:28:07.620Z Compiling peg v0.8.5
26542026-08-22T02:28:07.720Z Compiling bcs v0.1.6
26552026-08-22T02:28:08.121Z Compiling nom v8.0.0
26562026-08-22T02:28:08.165Z Compiling semver v0.1.20
26572026-08-22T02:28:08.469Z Compiling rustc_version v0.1.7
26582026-08-22T02:28:08.714Z Compiling newtype_derive v0.1.6
26592026-08-22T02:28:08.858Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26602026-08-22T02:28:08.950Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26612026-08-22T02:28:09.123Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26622026-08-22T02:28:09.230Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26632026-08-22T02:28:09.251Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26642026-08-22T02:28:09.615Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
26652026-08-22T02:28:09.919Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26662026-08-22T02:28:10.197Z Compiling steno v0.4.1
26672026-08-22T02:28:10.238Z Compiling dropshot-api-manager-types v0.8.0
26682026-08-22T02:28:10.450Z Compiling sha1 v0.10.6
26692026-08-22T02:28:10.621Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26702026-08-22T02:28:10.822Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26712026-08-22T02:28:10.845Z Compiling utf-8 v0.7.6
26722026-08-22T02:28:11.021Z Compiling tagptr v0.2.0
26732026-08-22T02:28:11.109Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26742026-08-22T02:28:11.215Z Compiling moka v0.12.13
26752026-08-22T02:28:11.285Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26762026-08-22T02:28:11.534Z Compiling tungstenite v0.21.0
26772026-08-22T02:28:12.036Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26782026-08-22T02:28:12.502Z Compiling hickory-resolver v0.25.2
26792026-08-22T02:28:13.313Z Compiling tokio-tungstenite v0.21.0
26802026-08-22T02:28:13.618Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26812026-08-22T02:28:13.726Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26822026-08-22T02:28:14.682Z Compiling darling_core v0.21.3
26832026-08-22T02:28:15.846Z Compiling display-error-chain v0.2.2
26842026-08-22T02:28:15.995Z Compiling libscf-sys v1.2.0
26852026-08-22T02:28:16.040Z Compiling vergen-lib v0.1.6
26862026-08-22T02:28:16.176Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26872026-08-22T02:28:16.265Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26882026-08-22T02:28:16.854Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26892026-08-22T02:28:16.995Z Compiling darling_macro v0.21.3
26902026-08-22T02:28:17.621Z Compiling darling v0.21.3
26912026-08-22T02:28:17.625Z Compiling diesel_derives v2.3.7
26922026-08-22T02:28:17.650Z Compiling dsl_auto_type v0.2.0
26932026-08-22T02:28:17.861Z Compiling scheduled-thread-pool v0.2.7
26942026-08-22T02:28:17.994Z Compiling vergen-gitcl v1.0.8
26952026-08-22T02:28:18.197Z Compiling diesel_table_macro_syntax v0.3.0
26962026-08-22T02:28:18.234Z Compiling dirs-sys-next v0.1.2
26972026-08-22T02:28:18.357Z Compiling maplit v1.0.2
26982026-08-22T02:28:18.427Z Compiling glob v0.3.3
26992026-08-22T02:28:18.449Z Compiling crunchy v0.2.4
27002026-08-22T02:28:18.514Z Compiling dirs-next v2.0.0
27012026-08-22T02:28:18.608Z Compiling r2d2 v0.8.10
27022026-08-22T02:28:18.631Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
27032026-08-22T02:28:18.676Z Compiling papergrid v0.18.0
27042026-08-22T02:28:18.771Z Compiling tiny-keccak v2.0.2
27052026-08-22T02:28:18.792Z Compiling clang-sys v1.8.1
27062026-08-22T02:28:18.911Z Compiling xshell-macros v0.2.7
27072026-08-22T02:28:18.982Z Compiling downcast-rs v2.0.2
27082026-08-22T02:28:19.142Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27092026-08-22T02:28:19.210Z Compiling term v0.7.0
27102026-08-22T02:28:19.232Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27112026-08-22T02:28:19.315Z Compiling xshell v0.2.7
27122026-08-22T02:28:19.336Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27132026-08-22T02:28:19.539Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27142026-08-22T02:28:19.712Z Compiling bit-vec v0.6.3
27152026-08-22T02:28:19.767Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
27162026-08-22T02:28:19.852Z Compiling tabled v0.21.0
27172026-08-22T02:28:19.960Z Compiling bit-set v0.5.3
27182026-08-22T02:28:20.051Z Compiling ascii-canvas v3.0.0
27192026-08-22T02:28:20.304Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27202026-08-22T02:28:20.326Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27212026-08-22T02:28:20.399Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27222026-08-22T02:28:20.559Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27232026-08-22T02:28:20.752Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
27242026-08-22T02:28:21.136Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
27252026-08-22T02:28:21.159Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27262026-08-22T02:28:21.342Z Compiling itertools v0.10.5
27272026-08-22T02:28:21.428Z Compiling ena v0.14.4
27282026-08-22T02:28:21.563Z Compiling libloading v0.8.9
27292026-08-22T02:28:21.669Z Compiling diff v0.1.13
27302026-08-22T02:28:21.813Z Compiling bindgen v0.71.1
27312026-08-22T02:28:21.882Z Compiling unicase v2.9.0
27322026-08-22T02:28:21.999Z Compiling regex-syntax v0.6.29
27332026-08-22T02:28:22.353Z Compiling cexpr v0.6.0
27342026-08-22T02:28:22.444Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27352026-08-22T02:28:22.686Z Compiling rustc-hash v2.1.1
27362026-08-22T02:28:22.851Z Compiling crc8 v0.1.1
27372026-08-22T02:28:23.037Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27382026-08-22T02:28:23.124Z Compiling diesel v2.3.7
27392026-08-22T02:28:23.269Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27402026-08-22T02:28:23.300Z Compiling headers-core v0.3.0
27412026-08-22T02:28:23.462Z Compiling lalrpop v0.19.12
27422026-08-22T02:28:23.879Z Compiling libxml v0.3.3
27432026-08-22T02:28:24.187Z Compiling headers v0.4.1
27442026-08-22T02:28:24.340Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27452026-08-22T02:28:24.350Z Compiling strum_macros v0.24.3
27462026-08-22T02:28:24.458Z Compiling indoc v1.0.9
27472026-08-22T02:28:24.537Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27482026-08-22T02:28:24.753Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27492026-08-22T02:28:24.886Z Compiling derive_builder v0.20.2
27502026-08-22T02:28:25.062Z Compiling oso-derive v0.27.3
27512026-08-22T02:28:25.099Z Compiling quick-xml v0.37.5
27522026-08-22T02:28:25.503Z Compiling impl-trait-for-tuples v0.2.3
27532026-08-22T02:28:25.566Z Compiling openssl-probe v0.1.6
27542026-08-22T02:28:25.769Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27552026-08-22T02:28:25.866Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27562026-08-22T02:28:25.941Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27572026-08-22T02:28:26.367Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27582026-08-22T02:28:26.473Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27592026-08-22T02:28:26.516Z Compiling bb8 v0.8.6
27602026-08-22T02:28:26.717Z Compiling trait-variant v0.1.2
27612026-08-22T02:28:26.759Z Compiling proc-macro-error-attr2 v2.0.0
27622026-08-22T02:28:26.893Z Compiling half v1.8.3
27632026-08-22T02:28:27.140Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27642026-08-22T02:28:27.163Z Compiling proc-macro-error2 v2.0.1
27652026-08-22T02:28:27.250Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27662026-08-22T02:28:27.324Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27672026-08-22T02:28:27.396Z Compiling serde_cbor v0.11.2
27682026-08-22T02:28:27.522Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27692026-08-22T02:28:27.704Z Compiling hashbrown v0.14.5
27702026-08-22T02:28:27.781Z Compiling rfc6979 v0.4.0
27712026-08-22T02:28:27.804Z Compiling salty v0.3.0
27722026-08-22T02:28:27.945Z Compiling ecdsa v0.16.9
27732026-08-22T02:28:28.172Z Compiling knus-derive v3.4.0
27742026-08-22T02:28:28.316Z Compiling chumsky v0.9.3
27752026-08-22T02:28:28.367Z Compiling samael v0.0.19
27762026-08-22T02:28:28.417Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27772026-08-22T02:28:28.596Z Compiling progenitor-impl v0.13.0
27782026-08-22T02:28:28.686Z Compiling primeorder v0.13.6
27792026-08-22T02:28:29.026Z Compiling nonempty v0.12.0
27802026-08-22T02:28:29.339Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27812026-08-22T02:28:29.519Z Compiling knus v3.4.0
27822026-08-22T02:28:29.588Z Compiling p384 v0.13.1
27832026-08-22T02:28:30.392Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27842026-08-22T02:28:30.745Z Compiling progenitor-macro v0.13.0
27852026-08-22T02:28:30.923Z Compiling polar-core v0.27.3
27862026-08-22T02:28:31.078Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27872026-08-22T02:28:31.675Z Compiling progenitor-client v0.13.0
27882026-08-22T02:28:32.139Z Compiling fxhash v0.2.1
27892026-08-22T02:28:32.315Z Compiling libz-sys v1.1.24
27902026-08-22T02:28:32.433Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27912026-08-22T02:28:32.726Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
27922026-08-22T02:28:32.798Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27932026-08-22T02:28:32.945Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27942026-08-22T02:28:33.343Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27952026-08-22T02:28:33.477Z Compiling kstat-rs v0.2.5
27962026-08-22T02:28:33.716Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27972026-08-22T02:28:34.169Z Compiling mime_guess v2.0.5
27982026-08-22T02:28:34.687Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27992026-08-22T02:28:34.894Z Compiling progenitor v0.13.0
28002026-08-22T02:28:36.372Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28012026-08-22T02:28:36.468Z Compiling nanorand v0.7.0
28022026-08-22T02:28:36.540Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28032026-08-22T02:28:36.734Z Compiling libgit2-sys v0.18.3+1.9.2
28042026-08-22T02:28:36.849Z Compiling parking_lot_core v0.8.6
28052026-08-22T02:28:37.181Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28062026-08-22T02:28:37.270Z Compiling flume v0.11.1
28072026-08-22T02:28:37.760Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28082026-08-22T02:28:37.833Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28092026-08-22T02:28:38.478Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28102026-08-22T02:28:38.562Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28112026-08-22T02:28:39.045Z Compiling git-stub v1.0.0
28122026-08-22T02:28:39.230Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
28132026-08-22T02:28:39.322Z Compiling http-range v0.1.5
28142026-08-22T02:28:39.486Z Compiling instability v0.3.11
28152026-08-22T02:28:39.654Z Compiling corncobs v0.1.4
28162026-08-22T02:28:39.677Z Compiling strsim v0.10.0
28172026-08-22T02:28:39.770Z Compiling git-stub-vcs v0.1.0
28182026-08-22T02:28:39.914Z Compiling oso v0.27.3
28192026-08-22T02:28:40.001Z Compiling darling_core v0.13.4
28202026-08-22T02:28:40.152Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28212026-08-22T02:28:40.846Z Compiling diesel-dtrace v0.5.0
28222026-08-22T02:28:41.180Z Compiling async-bb8-diesel v0.2.1
28232026-08-22T02:28:41.645Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28242026-08-22T02:28:43.964Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28252026-08-22T02:28:44.400Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
28262026-08-22T02:28:44.741Z Compiling ignore v0.4.25
28272026-08-22T02:28:45.794Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28282026-08-22T02:28:45.955Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28292026-08-22T02:28:46.061Z Compiling anstyle-parse v0.2.7
28302026-08-22T02:28:46.196Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28312026-08-22T02:28:46.322Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28322026-08-22T02:28:46.494Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28332026-08-22T02:28:47.420Z Compiling secrecy v0.8.0
28342026-08-22T02:28:47.468Z Compiling castaway v0.2.4
28352026-08-22T02:28:47.493Z Compiling vergen-git2 v9.1.0
28362026-08-22T02:28:47.617Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28372026-08-22T02:28:47.637Z Compiling indoc v2.0.7
28382026-08-22T02:28:47.747Z Compiling compact_str v0.8.1
28392026-08-22T02:28:47.920Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28402026-08-22T02:28:48.797Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28412026-08-22T02:28:48.857Z Compiling anstream v0.6.21
28422026-08-22T02:28:49.387Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28432026-08-22T02:28:49.668Z Compiling globwalk v0.9.1
28442026-08-22T02:28:49.933Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28452026-08-22T02:28:50.300Z Compiling parking_lot v0.11.2
28462026-08-22T02:28:50.605Z Compiling hyper-staticfile v0.10.1
28472026-08-22T02:28:50.693Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28482026-08-22T02:28:51.200Z Compiling darling_macro v0.13.4
28492026-08-22T02:28:51.228Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28502026-08-22T02:28:51.734Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28512026-08-22T02:28:51.755Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28522026-08-22T02:28:51.779Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28532026-08-22T02:28:52.113Z Compiling predicates-tree v1.0.13
28542026-08-22T02:28:52.277Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28552026-08-22T02:28:52.376Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
28562026-08-22T02:28:52.507Z Compiling unicode-truncate v1.1.0
28572026-08-22T02:28:52.528Z Compiling lru v0.12.5
28582026-08-22T02:28:52.717Z Compiling sha2 v0.11.0
28592026-08-22T02:28:52.751Z Compiling digest-io v0.1.0
28602026-08-22T02:28:52.909Z Compiling prefix-trie v0.7.0
28612026-08-22T02:28:52.936Z Compiling rand_seeder v0.4.0
28622026-08-22T02:28:53.058Z Compiling cassowary v0.3.0
28632026-08-22T02:28:53.199Z Compiling illumos-nvpair-sys v0.2.0
28642026-08-22T02:28:53.428Z Compiling rawzip v0.4.4
28652026-08-22T02:28:53.483Z Compiling ratatui v0.29.0
28662026-08-22T02:28:53.613Z Compiling hickory-server v0.25.2
28672026-08-22T02:28:54.338Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28682026-08-22T02:28:54.399Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28692026-08-22T02:28:54.513Z Compiling camino-tempfile-ext v0.3.3
28702026-08-22T02:28:54.635Z Compiling darling v0.13.4
28712026-08-22T02:28:54.663Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28722026-08-22T02:28:54.750Z Compiling sled v0.34.7
28732026-08-22T02:28:54.979Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28742026-08-22T02:28:55.088Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28752026-08-22T02:28:57.210Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28762026-08-22T02:28:57.595Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28772026-08-22T02:28:57.815Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28782026-08-22T02:28:58.622Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28792026-08-22T02:29:00.294Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
28802026-08-22T02:29:01.037Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28812026-08-22T02:29:01.061Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28822026-08-22T02:29:01.905Z Compiling serde_with_macros v1.5.2
28832026-08-22T02:29:02.360Z Compiling git2 v0.20.4
28842026-08-22T02:29:02.414Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28852026-08-22T02:29:02.436Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28862026-08-22T02:29:02.665Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28872026-08-22T02:29:02.737Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28882026-08-22T02:29:02.896Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28892026-08-22T02:29:02.968Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28902026-08-22T02:29:03.124Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28912026-08-22T02:29:03.171Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28922026-08-22T02:29:03.210Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28932026-08-22T02:29:03.235Z Compiling arc-swap v1.8.2
28942026-08-22T02:29:03.365Z Compiling void v1.0.2
28952026-08-22T02:29:03.482Z Compiling lzss v0.8.2
28962026-08-22T02:29:03.526Z Compiling slog-scope v4.4.1
28972026-08-22T02:29:03.640Z Compiling serde_with v1.14.0
28982026-08-22T02:29:03.703Z Compiling illumos-nvpair v0.3.0
28992026-08-22T02:29:03.951Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29002026-08-22T02:29:04.243Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
29012026-08-22T02:29:05.160Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
29022026-08-22T02:29:05.423Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29032026-08-22T02:29:05.423Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29042026-08-22T02:29:05.726Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29052026-08-22T02:29:06.149Z Compiling scuffle v0.1.0
29062026-08-22T02:29:06.171Z Compiling tungstenite v0.23.0
29072026-08-22T02:29:06.926Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29082026-08-22T02:29:08.250Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29092026-08-22T02:29:08.465Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
29102026-08-22T02:29:08.533Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29112026-08-22T02:29:08.760Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29122026-08-22T02:29:08.993Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29132026-08-22T02:29:09.022Z Compiling nix v0.27.1
29142026-08-22T02:29:09.251Z Compiling twox-hash v2.1.2
29152026-08-22T02:29:09.776Z Compiling libsw-core v0.3.2
29162026-08-22T02:29:09.925Z Compiling serde_bytes v0.11.19
29172026-08-22T02:29:10.000Z Compiling atty v0.2.14
29182026-08-22T02:29:10.154Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29192026-08-22T02:29:10.202Z Compiling libsw v3.5.0
29202026-08-22T02:29:10.227Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
29212026-08-22T02:29:10.310Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29222026-08-22T02:29:10.442Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29232026-08-22T02:29:10.498Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
29242026-08-22T02:29:11.017Z Compiling tokio-tungstenite v0.23.1
29252026-08-22T02:29:11.443Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29262026-08-22T02:29:11.759Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29272026-08-22T02:29:12.359Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29282026-08-22T02:29:13.686Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29292026-08-22T02:29:14.336Z Compiling slog-stdlog v4.1.1
29302026-08-22T02:29:14.512Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29312026-08-22T02:29:14.731Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
29322026-08-22T02:29:14.803Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
29332026-08-22T02:29:15.287Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29342026-08-22T02:29:16.294Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29352026-08-22T02:29:16.588Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29362026-08-22T02:29:16.925Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29372026-08-22T02:29:18.629Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29382026-08-22T02:29:19.406Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
29392026-08-22T02:29:19.648Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
29402026-08-22T02:29:19.997Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29412026-08-22T02:29:21.086Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29422026-08-22T02:29:21.111Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29432026-08-22T02:29:22.996Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29442026-08-22T02:29:23.550Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29452026-08-22T02:29:23.916Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29462026-08-22T02:29:24.148Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29472026-08-22T02:29:25.037Z Compiling signal-hook-tokio v0.3.1
29482026-08-22T02:29:25.242Z Compiling fatfs v0.3.6
29492026-08-22T02:29:25.388Z Compiling yasna v0.5.2
29502026-08-22T02:29:26.192Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29512026-08-22T02:29:26.427Z Compiling assert_matches v1.5.0
29522026-08-22T02:29:26.510Z Compiling seq-macro v0.3.6
29532026-08-22T02:29:26.540Z Compiling rcgen v0.12.1
29542026-08-22T02:29:26.922Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29552026-08-22T02:29:27.006Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29562026-08-22T02:29:28.898Z Compiling slog-envlogger v2.2.0
29572026-08-22T02:29:29.134Z Compiling oxide-update-engine-display v0.1.2
29582026-08-22T02:29:29.954Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29592026-08-22T02:29:30.010Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29602026-08-22T02:29:30.060Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29612026-08-22T02:29:30.287Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29622026-08-22T02:29:30.331Z Compiling port-file v0.1.0
29632026-08-22T02:29:30.510Z Compiling rtoolbox v0.0.3
29642026-08-22T02:29:30.648Z Compiling subprocess v0.2.15
29652026-08-22T02:29:30.779Z Compiling rpassword v7.5.4
29662026-08-22T02:29:31.043Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29672026-08-22T02:29:31.391Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29682026-08-22T02:29:33.672Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29692026-08-22T02:29:33.846Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29702026-08-22T02:29:33.985Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29712026-08-22T02:29:35.917Z Compiling tui-tree-widget v0.23.1
29722026-08-22T02:29:36.040Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29732026-08-22T02:29:36.203Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29742026-08-22T02:29:36.643Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29752026-08-22T02:29:38.631Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29762026-08-22T02:29:39.455Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29772026-08-22T02:29:39.687Z Compiling uzers v0.12.2
29782026-08-22T02:29:40.195Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29792026-08-22T02:29:40.310Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29802026-08-22T02:29:40.699Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29812026-08-22T02:29:41.649Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29822026-08-22T02:29:42.553Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29832026-08-22T02:29:42.665Z Compiling support-bundle-viewer v0.1.2
29842026-08-22T02:29:44.508Z Compiling multimap v0.10.1
29852026-08-22T02:29:52.669Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29862026-08-22T02:29:54.317Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29872026-08-22T02:30:01.229Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29882026-08-22T02:30:02.840Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29892026-08-22T02:30:05.199Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29902026-08-22T02:38:45.741Z Finished `release` profile [optimized] target(s) in 10m 53s
29912026-08-22T02:38:45.744Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
29922026-08-22T02:38:45.744Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
29932026-08-22T02:39:37.294Z
29942026-08-22T02:39:37.294Zreal 11:45.916174610
29952026-08-22T02:39:37.294Zuser 1:23:14.405833963
29962026-08-22T02:39:37.294Zsys 3:42.636371148
29972026-08-22T02:39:37.294Ztrap 1.809711150
29982026-08-22T02:39:37.294Ztflt 2.171139255
29992026-08-22T02:39:37.297Zdflt 19.630478641
30002026-08-22T02:39:37.297Zkflt 0.128911490
30012026-08-22T02:39:37.297Zlock 8:43:59.251011390
30022026-08-22T02:39:37.297Zslp 2:22:41.946101210
30032026-08-22T02:39:37.297Zlat 2:31.220501350
30042026-08-22T02:39:37.297Zstop 5:33.064559679
30052026-08-22T02:39:37.297Z+ mapfile -t packages
30062026-08-22T02:39:37.297Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
30072026-08-22T02:39:38.267Z Finished `release` profile [optimized] target(s) in 0.96s
30082026-08-22T02:39:38.349Z Running `target/release/omicron-package -t test list-outputs`
30092026-08-22T02:39:38.411ZLogging to: /work/oxidecomputer/omicron/out/LOG
30102026-08-22T02:39:38.415Z+ ptime -m cargo build --locked --release -p xtask
30112026-08-22T02:39:38.891Z Compiling libc v0.2.185
30122026-08-22T02:39:38.891Z Compiling serde_core v1.0.228
30132026-08-22T02:39:38.891Z Compiling serde v1.0.228
30142026-08-22T02:39:38.894Z Compiling rustix v1.1.4
30152026-08-22T02:39:38.894Z Compiling serde_json v1.0.151
30162026-08-22T02:39:38.895Z Compiling bitflags v2.11.0
30172026-08-22T02:39:39.053Z Compiling syn v2.0.117
30182026-08-22T02:39:39.060Z Compiling usdt-impl v0.5.0
30192026-08-22T02:39:39.060Z Compiling syn v1.0.109
30202026-08-22T02:39:39.087Z Compiling getrandom v0.3.4
30212026-08-22T02:39:39.087Z Compiling log v0.4.33
30222026-08-22T02:39:39.106Z Compiling indexmap v2.14.0
30232026-08-22T02:39:39.124Z Compiling fs-err v3.3.0
30242026-08-22T02:39:39.291Z Compiling once_cell v1.21.3
30252026-08-22T02:39:39.410Z Compiling anyhow v1.0.104
30262026-08-22T02:39:39.430Z Compiling heck v0.4.1
30272026-08-22T02:39:39.722Z Compiling errno v0.3.14
30282026-08-22T02:39:39.722Z Compiling thread-id v4.2.2
30292026-08-22T02:39:39.726Z Compiling memmap v0.7.0
30302026-08-22T02:39:40.504Z Compiling proc-macro-error v1.0.4
30312026-08-22T02:39:40.691Z Compiling terminal_size v0.4.3
30322026-08-22T02:39:41.211Z Compiling tempfile v3.27.0
30332026-08-22T02:39:41.212Z Compiling tabled_derive v0.7.0
30342026-08-22T02:39:41.212Z Compiling clap_builder v4.6.0
30352026-08-22T02:39:41.212Z Compiling textwrap v0.16.2
30362026-08-22T02:39:41.222Z Compiling camino v1.2.5
30372026-08-22T02:39:41.222Z Compiling cargo-platform v0.3.2
30382026-08-22T02:39:41.222Z Compiling semver v1.0.28
30392026-08-22T02:39:41.222Z Compiling pest_generator v2.8.6
30402026-08-22T02:39:41.474Z Compiling tabled v0.15.0
30412026-08-22T02:39:41.522Z Compiling camino-tempfile v1.4.1
30422026-08-22T02:39:41.695Z Compiling serde_derive v1.0.228
30432026-08-22T02:39:41.695Z Compiling thiserror-impl v1.0.69
30442026-08-22T02:39:41.699Z Compiling zerocopy-derive v0.7.35
30452026-08-22T02:39:41.699Z Compiling scroll_derive v0.12.1
30462026-08-22T02:39:41.707Z Compiling thiserror-impl v2.0.18
30472026-08-22T02:39:41.716Z Compiling clap_derive v4.6.1
30482026-08-22T02:39:41.777Z Compiling pest_derive v2.8.6
30492026-08-22T02:39:42.411Z Compiling scroll v0.12.0
30502026-08-22T02:39:42.522Z Compiling zerocopy v0.7.35
30512026-08-22T02:39:42.736Z Compiling goblin v0.8.2
30522026-08-22T02:39:42.773Z Compiling thiserror v1.0.69
30532026-08-22T02:39:42.895Z Compiling dtrace-parser v0.2.0
30542026-08-22T02:39:42.918Z Compiling thiserror v2.0.18
30552026-08-22T02:39:43.145Z Compiling clap v4.6.1
30562026-08-22T02:39:44.786Z Compiling dof v0.3.0
30572026-08-22T02:39:44.835Z Compiling toml_datetime v0.6.11
30582026-08-22T02:39:44.906Z Compiling serde_spanned v0.6.9
30592026-08-22T02:39:44.918Z Compiling serde_tokenstream v0.2.3
30602026-08-22T02:39:44.936Z Compiling cargo_metadata v0.23.1
30612026-08-22T02:39:44.980Z Compiling macaddr v1.0.1
30622026-08-22T02:39:45.032Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30632026-08-22T02:39:45.162Z Compiling toml_edit v0.22.27
30642026-08-22T02:39:45.572Z Compiling usdt-macro v0.5.0
30652026-08-22T02:39:45.575Z Compiling usdt-attr-macro v0.5.0
30662026-08-22T02:39:46.177Z Compiling usdt v0.5.0
30672026-08-22T02:39:46.679Z Compiling toml v0.8.23
30682026-08-22T02:39:47.113Z Compiling cargo_toml v0.21.0
30692026-08-22T02:39:51.557Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30702026-08-22T02:39:54.909Z Finished `release` profile [optimized] target(s) in 16.35s
30712026-08-22T02:39:54.922Z
30722026-08-22T02:39:54.922Zreal 16.475094188
30732026-08-22T02:39:54.922Zuser 2:05.216642199
30742026-08-22T02:39:54.922Zsys 13.730709394
30752026-08-22T02:39:54.922Ztrap 0.067481531
30762026-08-22T02:39:54.922Ztflt 0.460306234
30772026-08-22T02:39:54.922Zdflt 1.374836106
30782026-08-22T02:39:54.926Zkflt 0.000051340
30792026-08-22T02:39:54.926Zlock 4:49.516919644
30802026-08-22T02:39:54.926Zslp 2:40.876929173
30812026-08-22T02:39:54.926Zlat 3.702861807
30822026-08-22T02:39:54.926Zstop 16.098365498
30832026-08-22T02:39:54.927Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30842026-08-22T02:39:54.927Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30852026-08-22T02:39:54.927Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30862026-08-22T02:39:54.927Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30872026-08-22T02:39:54.927Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30882026-08-22T02:39:55.885Z Compiling match_cfg v0.1.0
30892026-08-22T02:39:55.885Z Compiling progenitor-client v0.14.0
30902026-08-22T02:39:55.885Z Compiling slog-json v2.6.1
30912026-08-22T02:39:55.885Z Compiling newtype-uuid-macros v0.1.0
30922026-08-22T02:39:55.886Z Compiling sha1 v0.11.0
30932026-08-22T02:39:55.889Z Compiling multer v3.1.0
30942026-08-22T02:39:55.889Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30952026-08-22T02:39:55.889Z Compiling compression-core v0.4.31
30962026-08-22T02:39:55.889Z Compiling debug-ignore v1.0.5
30972026-08-22T02:39:55.889Z Compiling async-stream-impl v0.3.6
30982026-08-22T02:39:55.889Z Compiling toml_datetime v1.1.1+spec-1.1.0
30992026-08-22T02:39:55.889Z Compiling serde_spanned v1.1.1
31002026-08-22T02:39:56.035Z Compiling dropshot v0.17.1
31012026-08-22T02:39:56.038Z Compiling toml_writer v1.1.1+spec-1.1.0
31022026-08-22T02:39:56.072Z Compiling waitgroup v0.1.2
31032026-08-22T02:39:56.085Z Compiling rustls-pemfile v2.2.0
31042026-08-22T02:39:56.246Z Compiling compression-codecs v0.4.37
31052026-08-22T02:39:56.316Z Compiling toml v1.1.2+spec-1.1.0
31062026-08-22T02:39:56.335Z Compiling dropshot_endpoint v0.17.1
31072026-08-22T02:39:56.338Z Compiling serde_path_to_error v0.1.20
31082026-08-22T02:39:56.338Z Compiling hostname v0.4.2
31092026-08-22T02:39:56.355Z Compiling atomicwrites v0.4.4
31102026-08-22T02:39:56.422Z Compiling hostname v0.3.1
31112026-08-22T02:39:56.440Z Compiling async-compression v0.4.41
31122026-08-22T02:39:56.490Z Compiling macaddr v1.0.1
31132026-08-22T02:39:56.494Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31142026-08-22T02:39:56.531Z Compiling instant v0.1.13
31152026-08-22T02:39:56.534Z Compiling regress v0.10.5
31162026-08-22T02:39:56.601Z Compiling slog-bunyan v2.5.0
31172026-08-22T02:39:56.605Z Compiling parse-display-derive v0.10.0
31182026-08-22T02:39:56.605Z Compiling backon v1.6.0
31192026-08-22T02:39:56.605Z Compiling itertools v0.14.0
31202026-08-22T02:39:56.720Z Compiling backoff v0.4.0
31212026-08-22T02:39:56.741Z Compiling humantime v2.3.0
31222026-08-22T02:39:56.760Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31232026-08-22T02:39:56.779Z Compiling half v2.7.1
31242026-08-22T02:39:56.799Z Compiling crucible-workspace-hack v0.1.0
31252026-08-22T02:39:56.802Z Compiling ciborium-io v0.2.2
31262026-08-22T02:39:56.834Z Compiling async-stream v0.3.6
31272026-08-22T02:39:56.882Z Compiling progenitor-extras v0.2.0
31282026-08-22T02:39:56.915Z Compiling convert_case v0.4.0
31292026-08-22T02:39:56.944Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31302026-08-22T02:39:56.961Z Compiling regress v0.11.1
31312026-08-22T02:39:57.014Z Compiling secrecy v0.10.3
31322026-08-22T02:39:57.033Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31332026-08-22T02:39:57.036Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31342026-08-22T02:39:57.084Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31352026-08-22T02:39:57.103Z Compiling ciborium-ll v0.2.2
31362026-08-22T02:39:57.135Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31372026-08-22T02:39:57.151Z Compiling inout v0.1.4
31382026-08-22T02:39:57.193Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31392026-08-22T02:39:57.212Z Compiling thiserror-impl-no-std v2.0.2
31402026-08-22T02:39:57.231Z Compiling universal-hash v0.5.1
31412026-08-22T02:39:57.310Z Compiling derive_more v0.99.20
31422026-08-22T02:39:57.337Z Compiling ciborium v0.2.2
31432026-08-22T02:39:57.354Z Compiling cipher v0.4.4
31442026-08-22T02:39:57.374Z Compiling unsafe-libyaml v0.2.11
31452026-08-22T02:39:57.392Z Compiling opaque-debug v0.3.1
31462026-08-22T02:39:57.421Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31472026-08-22T02:39:57.439Z Compiling blake2 v0.10.6
31482026-08-22T02:39:57.480Z Compiling poly1305 v0.8.0
31492026-08-22T02:39:57.627Z Compiling chacha20 v0.9.1
31502026-08-22T02:39:57.646Z Compiling aead v0.5.2
31512026-08-22T02:39:57.814Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31522026-08-22T02:39:57.887Z Compiling password-hash v0.5.0
31532026-08-22T02:39:57.909Z Compiling indent_write v2.2.0
31542026-08-22T02:39:57.927Z Compiling serde_yaml v0.9.34+deprecated
31552026-08-22T02:39:57.943Z Compiling chacha20poly1305 v0.10.1
31562026-08-22T02:39:57.966Z Compiling toml_datetime v0.7.5+spec-1.1.0
31572026-08-22T02:39:58.021Z Compiling num-derive v0.4.2
31582026-08-22T02:39:58.081Z Compiling heapless v0.8.0
31592026-08-22T02:39:58.134Z Compiling ingot-macros v0.2.0
31602026-08-22T02:39:58.153Z Compiling toml_edit v0.23.10+spec-1.0.0
31612026-08-22T02:39:58.224Z Compiling argon2 v0.5.3
31622026-08-22T02:39:58.242Z Compiling tabwriter v1.4.1
31632026-08-22T02:39:58.320Z Compiling hash32 v0.3.1
31642026-08-22T02:39:58.380Z Compiling parse-display v0.10.0
31652026-08-22T02:39:58.446Z Compiling thiserror-no-std v2.0.2
31662026-08-22T02:39:58.496Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31672026-08-22T02:39:58.514Z Compiling smoltcp v0.11.0
31682026-08-22T02:39:58.576Z Compiling typify-impl v0.6.2
31692026-08-22T02:39:58.609Z Compiling vsss-rs v3.3.4
31702026-08-22T02:39:58.709Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31712026-08-22T02:39:58.742Z Compiling proc-macro-crate v3.4.0
31722026-08-22T02:39:58.993Z Compiling cobs v0.3.0
31732026-08-22T02:39:59.029Z Compiling colored v3.1.1
31742026-08-22T02:39:59.222Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31752026-08-22T02:39:59.266Z Compiling postcard v1.1.3
31762026-08-22T02:39:59.363Z Compiling num_enum_derive v0.7.6
31772026-08-22T02:39:59.469Z Compiling proc-macro-error v1.0.4
31782026-08-22T02:39:59.469Z Compiling rand v0.10.1
31792026-08-22T02:39:59.472Z Compiling proc-macro-crate v1.3.1
31802026-08-22T02:39:59.520Z Compiling foreign-types-macros v0.2.3
31812026-08-22T02:39:59.561Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31822026-08-22T02:39:59.643Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31832026-08-22T02:39:59.729Z Compiling rayon-core v1.13.0
31842026-08-22T02:39:59.831Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31852026-08-22T02:39:59.860Z Compiling foreign-types-shared v0.3.1
31862026-08-22T02:39:59.921Z Compiling num_enum_derive v0.5.11
31872026-08-22T02:39:59.995Z Compiling crossbeam-deque v0.8.6
31882026-08-22T02:39:59.999Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31892026-08-22T02:40:00.030Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31902026-08-22T02:40:00.104Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31912026-08-22T02:40:00.146Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31922026-08-22T02:40:00.164Z Compiling foreign-types v0.5.0
31932026-08-22T02:40:00.227Z Compiling cstr-argument v0.1.2
31942026-08-22T02:40:00.269Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
31952026-08-22T02:40:00.287Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31962026-08-22T02:40:00.370Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31972026-08-22T02:40:00.421Z Compiling zone_cfg_derive v0.3.1
31982026-08-22T02:40:00.506Z Compiling num_enum v0.7.6
31992026-08-22T02:40:00.529Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32002026-08-22T02:40:00.546Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32012026-08-22T02:40:00.648Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
32022026-08-22T02:40:00.665Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32032026-08-22T02:40:00.670Z Compiling itertools v0.12.1
32042026-08-22T02:40:00.699Z Compiling rayon v1.11.0
32052026-08-22T02:40:00.702Z Compiling sigpipe v0.1.3
32062026-08-22T02:40:00.733Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32072026-08-22T02:40:00.849Z Compiling glob v0.3.3
32082026-08-22T02:40:00.876Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32092026-08-22T02:40:00.897Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
32102026-08-22T02:40:00.972Z Compiling smf v0.2.3
32112026-08-22T02:40:00.995Z Compiling whoami v1.6.1
32122026-08-22T02:40:01.060Z Compiling num_enum v0.5.11
32132026-08-22T02:40:01.120Z Compiling ingot-types v0.2.0
32142026-08-22T02:40:01.135Z Compiling cpubits v0.1.1
32152026-08-22T02:40:01.155Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32162026-08-22T02:40:01.181Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
32172026-08-22T02:40:01.204Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32182026-08-22T02:40:01.239Z Compiling gethostname v0.5.0
32192026-08-22T02:40:01.268Z Compiling derive-where v1.6.0
32202026-08-22T02:40:01.287Z Compiling usdt-attr-macro v0.5.0
32212026-08-22T02:40:01.304Z Compiling usdt-macro v0.5.0
32222026-08-22T02:40:01.323Z Compiling num-rational v0.4.2
32232026-08-22T02:40:01.363Z Compiling num-complex v0.4.6
32242026-08-22T02:40:01.520Z Compiling ingot v0.2.1
32252026-08-22T02:40:01.538Z Compiling memmap v0.7.0
32262026-08-22T02:40:01.567Z Compiling toml v0.8.23
32272026-08-22T02:40:01.670Z Compiling pem-rfc7468 v1.0.0
32282026-08-22T02:40:01.750Z Compiling num v0.4.3
32292026-08-22T02:40:01.780Z Compiling float-ord v0.3.2
32302026-08-22T02:40:01.849Z Compiling zone v0.3.1
32312026-08-22T02:40:01.929Z Compiling cancel-safe-futures v0.1.5
32322026-08-22T02:40:01.951Z Compiling resolv-conf v0.7.6
32332026-08-22T02:40:01.968Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32342026-08-22T02:40:01.999Z Compiling hmac v0.13.0
32352026-08-22T02:40:02.114Z Compiling universal-hash v0.6.1
32362026-08-22T02:40:02.139Z Compiling usdt v0.5.0
32372026-08-22T02:40:02.229Z Compiling sha1 v0.10.6
32382026-08-22T02:40:02.233Z Compiling prettyplease v0.2.37
32392026-08-22T02:40:02.280Z Compiling linear-map v1.2.0
32402026-08-22T02:40:02.326Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32412026-08-22T02:40:02.378Z Compiling libefi-sys v0.1.0
32422026-08-22T02:40:02.443Z Compiling polyval v0.7.1
32432026-08-22T02:40:02.490Z Compiling der v0.8.0
32442026-08-22T02:40:02.536Z Compiling hickory-proto v0.24.4
32452026-08-22T02:40:02.540Z Compiling newline-converter v0.3.0
32462026-08-22T02:40:02.540Z Compiling console v0.15.11
32472026-08-22T02:40:02.563Z Compiling bitfield-struct v0.6.2
32482026-08-22T02:40:02.582Z Compiling linked-hash-map v0.5.6
32492026-08-22T02:40:02.618Z Compiling oxide-update-engine-types v0.1.2
32502026-08-22T02:40:02.673Z Compiling ghash v0.6.0
32512026-08-22T02:40:02.799Z Compiling lru-cache v0.1.2
32522026-08-22T02:40:02.835Z Compiling pbkdf2 v0.13.0
32532026-08-22T02:40:02.856Z Compiling crypto-bigint v0.7.5
32542026-08-22T02:40:02.923Z Compiling expectorate v1.2.0
32552026-08-22T02:40:02.947Z Compiling aes v0.9.1
32562026-08-22T02:40:02.985Z Compiling ctr v0.10.1
32572026-08-22T02:40:03.112Z Compiling aead v0.6.1
32582026-08-22T02:40:03.150Z Compiling sha2 v0.11.0
32592026-08-22T02:40:03.234Z Compiling nom v8.0.0
32602026-08-22T02:40:03.256Z Compiling typify-macro v0.6.2
32612026-08-22T02:40:03.272Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32622026-08-22T02:40:03.314Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32632026-08-22T02:40:03.466Z Compiling semver v0.1.20
32642026-08-22T02:40:03.634Z Compiling oxide-update-engine v0.1.2
32652026-08-22T02:40:03.764Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32662026-08-22T02:40:03.795Z Compiling rustc_version v0.1.7
32672026-08-22T02:40:03.813Z Compiling spki v0.8.0
32682026-08-22T02:40:03.849Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32692026-08-22T02:40:03.868Z Compiling aes-gcm v0.11.0
32702026-08-22T02:40:03.887Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32712026-08-22T02:40:04.097Z Compiling tokio-dtrace v0.1.1
32722026-08-22T02:40:04.116Z Compiling dropshot-api-manager-types v0.8.0
32732026-08-22T02:40:04.136Z Compiling salsa20 v0.11.0
32742026-08-22T02:40:04.139Z Compiling slog-dtrace v0.3.0
32752026-08-22T02:40:04.170Z Compiling minimal-lexical v0.2.1
32762026-08-22T02:40:04.313Z Compiling xshell-macros v0.2.7
32772026-08-22T02:40:04.344Z Compiling oxide-tokio-rt v0.1.4
32782026-08-22T02:40:04.360Z Compiling scrypt v0.12.0
32792026-08-22T02:40:04.409Z Compiling nom v7.1.3
32802026-08-22T02:40:04.437Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32812026-08-22T02:40:04.463Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32822026-08-22T02:40:04.463Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32832026-08-22T02:40:04.497Z Compiling newtype_derive v0.1.6
32842026-08-22T02:40:04.675Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32852026-08-22T02:40:04.693Z Compiling hickory-resolver v0.24.4
32862026-08-22T02:40:04.726Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32872026-08-22T02:40:04.745Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32882026-08-22T02:40:04.764Z Compiling xshell v0.2.7
32892026-08-22T02:40:04.993Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32902026-08-22T02:40:05.011Z Compiling phf_shared v0.12.1
32912026-08-22T02:40:05.169Z Compiling typify v0.6.2
32922026-08-22T02:40:05.218Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32932026-08-22T02:40:05.299Z Compiling progenitor-impl v0.14.0
32942026-08-22T02:40:05.316Z Compiling rfc6979 v0.4.0
32952026-08-22T02:40:05.386Z Compiling cbc v0.2.1
32962026-08-22T02:40:05.484Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32972026-08-22T02:40:05.502Z Compiling proc-macro-error-attr2 v2.0.0
32982026-08-22T02:40:05.585Z Compiling csv-core v0.1.13
32992026-08-22T02:40:05.604Z Compiling chrono-tz v0.10.4
33002026-08-22T02:40:05.649Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33012026-08-22T02:40:05.750Z Compiling highway v1.3.0
33022026-08-22T02:40:05.801Z Compiling qorb v0.4.1
33032026-08-22T02:40:05.822Z Compiling unicode-xid v0.2.6
33042026-08-22T02:40:05.867Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33052026-08-22T02:40:05.885Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33062026-08-22T02:40:05.950Z Compiling proc-macro-error2 v2.0.1
33072026-08-22T02:40:05.967Z Compiling csv v1.4.0
33082026-08-22T02:40:05.984Z Compiling const_format_proc_macros v0.2.34
33092026-08-22T02:40:06.085Z Compiling pkcs5 v0.8.1
33102026-08-22T02:40:06.157Z Compiling ecdsa v0.16.9
33112026-08-22T02:40:06.301Z Compiling phf v0.12.1
33122026-08-22T02:40:06.401Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33132026-08-22T02:40:06.484Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33142026-08-22T02:40:06.561Z Compiling primeorder v0.13.6
33152026-08-22T02:40:06.610Z Compiling hashbrown v0.14.5
33162026-08-22T02:40:06.667Z Compiling salty v0.3.0
33172026-08-22T02:40:06.764Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33182026-08-22T02:40:06.787Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33192026-08-22T02:40:06.855Z Compiling p384 v0.13.1
33202026-08-22T02:40:06.873Z Compiling const_format v0.2.35
33212026-08-22T02:40:06.964Z Compiling pkcs8 v0.11.0
33222026-08-22T02:40:07.125Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33232026-08-22T02:40:07.214Z Compiling chumsky v0.9.3
33242026-08-22T02:40:07.231Z Compiling knus-derive v3.4.0
33252026-08-22T02:40:07.373Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
33262026-08-22T02:40:07.458Z Compiling tabled_derive v0.7.0
33272026-08-22T02:40:07.487Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33282026-08-22T02:40:07.661Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
33292026-08-22T02:40:07.899Z Compiling bcs v0.1.6
33302026-08-22T02:40:07.977Z Compiling ff v0.14.0
33312026-08-22T02:40:08.006Z Compiling progenitor-macro v0.14.0
33322026-08-22T02:40:08.153Z Compiling termtree v0.5.1
33332026-08-22T02:40:08.246Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33342026-08-22T02:40:08.293Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33352026-08-22T02:40:08.339Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33362026-08-22T02:40:08.462Z Compiling steno v0.4.1
33372026-08-22T02:40:08.517Z Compiling tabled v0.15.0
33382026-08-22T02:40:08.584Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33392026-08-22T02:40:08.602Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33402026-08-22T02:40:08.606Z Compiling tagptr v0.2.0
33412026-08-22T02:40:08.636Z Compiling group v0.14.0
33422026-08-22T02:40:08.753Z Compiling knus v3.4.0
33432026-08-22T02:40:08.785Z Compiling moka v0.12.13
33442026-08-22T02:40:08.859Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33452026-08-22T02:40:08.883Z Compiling signature v3.0.0
33462026-08-22T02:40:08.941Z Compiling base16ct v1.0.0
33472026-08-22T02:40:09.153Z Compiling sec1 v0.8.1
33482026-08-22T02:40:09.189Z Compiling hkdf v0.13.0
33492026-08-22T02:40:09.255Z Compiling libscf-sys v1.2.0
33502026-08-22T02:40:09.384Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33512026-08-22T02:40:09.384Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
33522026-08-22T02:40:09.438Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33532026-08-22T02:40:09.514Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
33542026-08-22T02:40:09.611Z Compiling hickory-resolver v0.25.2
33552026-08-22T02:40:09.644Z Compiling elliptic-curve v0.14.1
33562026-08-22T02:40:09.669Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33572026-08-22T02:40:09.721Z Compiling corncobs v0.1.4
33582026-08-22T02:40:09.944Z Compiling utf-8 v0.7.6
33592026-08-22T02:40:10.029Z Compiling parking_lot_core v0.8.6
33602026-08-22T02:40:10.047Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33612026-08-22T02:40:10.156Z Compiling tungstenite v0.21.0
33622026-08-22T02:40:10.288Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33632026-08-22T02:40:10.453Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33642026-08-22T02:40:10.469Z Compiling wnaf v0.14.0
33652026-08-22T02:40:10.486Z Compiling primefield v0.14.0
33662026-08-22T02:40:10.576Z Compiling rfc6979 v0.6.0
33672026-08-22T02:40:10.698Z Compiling papergrid v0.18.0
33682026-08-22T02:40:10.760Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33692026-08-22T02:40:10.763Z Compiling git-stub v1.0.0
33702026-08-22T02:40:10.839Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33712026-08-22T02:40:10.952Z Compiling secrecy v0.8.0
33722026-08-22T02:40:11.052Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33732026-08-22T02:40:11.070Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33742026-08-22T02:40:11.070Z Compiling git-stub-vcs v0.1.0
33752026-08-22T02:40:11.125Z Compiling ecdsa v0.17.0
33762026-08-22T02:40:11.365Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33772026-08-22T02:40:11.508Z Compiling primeorder v0.14.0
33782026-08-22T02:40:11.556Z Compiling tokio-tungstenite v0.21.0
33792026-08-22T02:40:11.610Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33802026-08-22T02:40:11.670Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33812026-08-22T02:40:11.673Z Compiling curve25519-dalek v5.0.0
33822026-08-22T02:40:11.794Z Compiling tabled v0.21.0
33832026-08-22T02:40:11.865Z Compiling illumos-nvpair-sys v0.2.0
33842026-08-22T02:40:11.884Z Compiling unicase v2.9.0
33852026-08-22T02:40:11.940Z Compiling parking_lot v0.11.2
33862026-08-22T02:40:11.958Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33872026-08-22T02:40:11.978Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33882026-08-22T02:40:12.109Z Compiling ssh-encoding v0.3.0
33892026-08-22T02:40:12.125Z Compiling mime_guess v2.0.5
33902026-08-22T02:40:12.217Z Compiling progenitor-impl v0.13.0
33912026-08-22T02:40:12.234Z Compiling prefix-trie v0.7.0
33922026-08-22T02:40:12.354Z Compiling fxhash v0.2.1
33932026-08-22T02:40:12.372Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33942026-08-22T02:40:12.426Z Compiling keccak v0.2.0
33952026-08-22T02:40:12.487Z Compiling crc8 v0.1.1
33962026-08-22T02:40:12.504Z Compiling sled v0.34.7
33972026-08-22T02:40:12.652Z Compiling hickory-server v0.25.2
33982026-08-22T02:40:12.728Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
33992026-08-22T02:40:12.750Z Compiling ed25519 v3.0.0
34002026-08-22T02:40:12.823Z Compiling crypto-primes v0.7.2
34012026-08-22T02:40:12.951Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34022026-08-22T02:40:13.155Z Compiling pkcs1 v0.8.0-rc.4
34032026-08-22T02:40:13.206Z Compiling progenitor v0.14.0
34042026-08-22T02:40:13.318Z Compiling poly1305 v0.9.0
34052026-08-22T02:40:13.389Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34062026-08-22T02:40:13.578Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34072026-08-22T02:40:13.757Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34082026-08-22T02:40:13.871Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34092026-08-22T02:40:13.889Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34102026-08-22T02:40:14.125Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34112026-08-22T02:40:14.361Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34122026-08-22T02:40:14.395Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34132026-08-22T02:40:14.429Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34142026-08-22T02:40:14.535Z Compiling progenitor-client v0.13.0
34152026-08-22T02:40:14.632Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34162026-08-22T02:40:14.678Z Compiling blowfish v0.10.0
34172026-08-22T02:40:14.866Z Compiling blake2 v0.11.0-rc.6
34182026-08-22T02:40:14.899Z Compiling half v1.8.3
34192026-08-22T02:40:14.916Z Compiling progenitor-macro v0.13.0
34202026-08-22T02:40:14.969Z Compiling http-range v0.1.5
34212026-08-22T02:40:15.083Z Compiling bcrypt-pbkdf v0.11.0
34222026-08-22T02:40:15.193Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34232026-08-22T02:40:15.237Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34242026-08-22T02:40:15.432Z Compiling argon2 v0.6.0-rc.8
34252026-08-22T02:40:15.500Z Compiling serde_cbor v0.11.2
34262026-08-22T02:40:15.801Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34272026-08-22T02:40:16.136Z Compiling rsa v0.10.0-rc.18
34282026-08-22T02:40:16.401Z Compiling ssh-cipher v0.3.0
34292026-08-22T02:40:16.569Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34302026-08-22T02:40:16.588Z Compiling ed25519-dalek v3.0.0
34312026-08-22T02:40:16.902Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34322026-08-22T02:40:16.946Z Compiling illumos-nvpair v0.3.0
34332026-08-22T02:40:17.016Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34342026-08-22T02:40:17.126Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34352026-08-22T02:40:17.321Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34362026-08-22T02:40:17.426Z Compiling sha3 v0.11.0
34372026-08-22T02:40:17.654Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34382026-08-22T02:40:17.707Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34392026-08-22T02:40:17.810Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34402026-08-22T02:40:17.837Z Compiling p384 v0.14.0
34412026-08-22T02:40:17.909Z Compiling p521 v0.14.0
34422026-08-22T02:40:18.029Z Compiling p256 v0.14.0
34432026-08-22T02:40:18.149Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34442026-08-22T02:40:18.263Z Compiling scuffle v0.1.0
34452026-08-22T02:40:18.454Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34462026-08-22T02:40:18.752Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34472026-08-22T02:40:19.043Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34482026-08-22T02:40:19.188Z Compiling yasna v0.5.2
34492026-08-22T02:40:19.283Z Compiling kstat-rs v0.2.5
34502026-08-22T02:40:19.401Z Compiling headers-core v0.3.0
34512026-08-22T02:40:19.560Z Compiling kem v0.3.0
34522026-08-22T02:40:19.586Z Compiling module-lattice v0.2.3
34532026-08-22T02:40:19.614Z Compiling nanorand v0.7.0
34542026-08-22T02:40:19.632Z Compiling sponge-cursor v0.1.0
34552026-08-22T02:40:19.675Z Compiling rcgen v0.12.1
34562026-08-22T02:40:19.714Z Compiling headers v0.4.1
34572026-08-22T02:40:19.804Z Compiling sha3 v0.12.0
34582026-08-22T02:40:19.870Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34592026-08-22T02:40:19.906Z Compiling flume v0.11.1
34602026-08-22T02:40:19.937Z Compiling ml-kem v0.3.2
34612026-08-22T02:40:20.033Z Compiling progenitor v0.13.0
34622026-08-22T02:40:20.069Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34632026-08-22T02:40:20.107Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34642026-08-22T02:40:20.222Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34652026-08-22T02:40:20.225Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34662026-08-22T02:40:20.257Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34672026-08-22T02:40:20.312Z Compiling hyper-staticfile v0.10.1
34682026-08-22T02:40:20.406Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34692026-08-22T02:40:20.507Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34702026-08-22T02:40:20.590Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34712026-08-22T02:40:20.594Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34722026-08-22T02:40:20.839Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34732026-08-22T02:40:20.874Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34742026-08-22T02:40:20.893Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34752026-08-22T02:40:20.930Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34762026-08-22T02:40:20.953Z Compiling russh-cryptovec v0.62.0
34772026-08-22T02:40:20.971Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34782026-08-22T02:40:21.016Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34792026-08-22T02:40:21.196Z Compiling ssh-key v0.7.0-rc.11
34802026-08-22T02:40:21.215Z Compiling internal-russh-num-bigint v0.5.0
34812026-08-22T02:40:21.216Z Compiling port-file v0.1.0
34822026-08-22T02:40:21.265Z Compiling num-bigint v0.4.6
34832026-08-22T02:40:21.286Z Compiling generic-array v1.4.3
34842026-08-22T02:40:21.353Z Compiling russh-util v0.52.0
34852026-08-22T02:40:21.387Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34862026-08-22T02:40:21.490Z Compiling enum_dispatch v0.3.13
34872026-08-22T02:40:21.535Z Compiling delegate v0.13.5
34882026-08-22T02:40:21.704Z Compiling subprocess v0.2.15
34892026-08-22T02:40:21.794Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34902026-08-22T02:40:21.811Z Compiling display-error-chain v0.2.2
34912026-08-22T02:40:21.959Z Compiling md5 v0.8.0
34922026-08-22T02:40:21.977Z Compiling hex-literal v1.1.0
34932026-08-22T02:40:22.142Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34942026-08-22T02:40:22.242Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34952026-08-22T02:40:22.265Z Compiling colored v2.2.0
34962026-08-22T02:40:22.487Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34972026-08-22T02:40:22.505Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34982026-08-22T02:40:22.530Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34992026-08-22T02:40:22.548Z Compiling socket2 v0.5.10
35002026-08-22T02:40:22.646Z Compiling russh v0.62.4
35012026-08-22T02:40:22.802Z Compiling internet-checksum v0.2.1
35022026-08-22T02:40:22.972Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
35032026-08-22T02:40:25.338Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35042026-08-22T02:40:26.073Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35052026-08-22T02:40:26.604Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35062026-08-22T02:40:27.978Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
35072026-08-22T02:40:28.748Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35082026-08-22T02:40:37.633Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35092026-08-22T02:40:37.633Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35102026-08-22T02:40:37.633Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35112026-08-22T02:40:37.636Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
35122026-08-22T02:40:37.636Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35132026-08-22T02:40:39.402Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35142026-08-22T02:40:39.523Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35152026-08-22T02:40:43.687Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35162026-08-22T02:41:25.106Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s
35172026-08-22T02:41:25.109Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35182026-08-22T02:41:25.109Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35192026-08-22T02:41:25.330Z
35202026-08-22T02:41:25.330Zreal 1:30.340821279
35212026-08-22T02:41:25.330Zuser 8:38.872074259
35222026-08-22T02:41:25.330Zsys 1:43.362931429
35232026-08-22T02:41:25.330Ztrap 0.253150123
35242026-08-22T02:41:25.330Ztflt 0.376630762
35252026-08-22T02:41:25.330Zdflt 1.819645285
35262026-08-22T02:41:25.333Zkflt 0.000285240
35272026-08-22T02:41:25.333Zlock 32:12.479066902
35282026-08-22T02:41:25.333Zslp 19:40.816983849
35292026-08-22T02:41:25.333Zlat 40.743362517
35302026-08-22T02:41:25.333Zstop 3:09.391081105
35312026-08-22T02:41:25.333Z+ mkdir tests
35322026-08-22T02:41:25.336Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
35332026-08-22T02:41:25.336Z+ xargs -I '{}' -t cp '{}' tests/
35342026-08-22T02:41:25.358Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-1723d976607f4d93 tests/
35352026-08-22T02:41:25.380Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-476491571137d274 tests/
35362026-08-22T02:41:25.401Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-7982263f44fe845b tests/
35372026-08-22T02:41:25.423Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a11623f483df1ee9 tests/
35382026-08-22T02:41:25.747Z+ 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)
35392026-08-22T02:41:25.752Z+ ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-476491571137d274 tests/commtest-7982263f44fe845b tests/dhcp_server-1723d976607f4d93 tests/end_to_end_tests-a11623f483df1ee9 tools/opte_version tools/opte_version_override out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
35402026-08-22T02:42:55.526ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35412026-08-22T02:42:55.526Za .github/buildomat/ci-env.sh 1K
35422026-08-22T02:42:55.526Za out/target/test 1K
35432026-08-22T02:42:55.526Za out/npuzone/npuzone 27402K
35442026-08-22T02:42:55.526Za package-manifest.toml 35K
35452026-08-22T02:42:55.526Za smf/sled-agent/non-gimlet/config.toml 6K
35462026-08-22T02:42:55.526Za target/release/omicron-package 48235K
35472026-08-22T02:42:55.526Za target/release/xtask 11727K
35482026-08-22T02:42:55.526Za target/debug/bootstrap 438116K
35492026-08-22T02:42:55.526Za tests/bootstrap-476491571137d274 34430K
35502026-08-22T02:42:55.526Za tests/commtest-7982263f44fe845b 34431K
35512026-08-22T02:42:55.526Za tests/dhcp_server-1723d976607f4d93 34431K
35522026-08-22T02:42:55.526Za tests/end_to_end_tests-a11623f483df1ee9 501640K
35532026-08-22T02:42:55.526Za tools/opte_version 1K
35542026-08-22T02:42:55.526Za tools/opte_version_override 2K
35552026-08-22T02:42:55.526Za out/clickhouse.tar.gz 330122K
35562026-08-22T02:42:55.526Za out/clickhouse_keeper.tar.gz 314145K
35572026-08-22T02:42:55.526Za out/clickhouse_server.tar.gz 330119K
35582026-08-22T02:42:55.526Za out/cockroachdb.tar.gz 169544K
35592026-08-22T02:42:55.527Za out/crucible-pantry-zone.tar.gz 41324K
35602026-08-22T02:42:55.527Za out/crucible-utils.tar 18900K
35612026-08-22T02:42:55.527Za out/crucible-zone.tar.gz 56136K
35622026-08-22T02:42:55.527Za out/external-dns.tar.gz 54199K
35632026-08-22T02:42:55.527Za out/internal-dns.tar.gz 54199K
35642026-08-22T02:42:55.527Za out/mg-ddm-gz.tar 100917K
35652026-08-22T02:42:55.527Za out/nexus.tar.gz 358086K
35662026-08-22T02:42:55.527Za out/ntp.tar.gz 34647K
35672026-08-22T02:42:55.527Za out/omicron-gateway-softnpu.tar.gz 29965K
35682026-08-22T02:42:55.527Za out/omicron-sled-agent.tar 245364K
35692026-08-22T02:42:55.527Za out/overlay.tar.gz 4K
35702026-08-22T02:42:55.527Za out/oximeter.tar.gz 72398K
35712026-08-22T02:42:55.527Za out/oxlog.tar 4071K
35722026-08-22T02:42:55.527Za out/probe.tar.gz 3037K
35732026-08-22T02:42:55.527Za out/propolis-server.tar.gz 34642K
35742026-08-22T02:42:55.527Za out/pumpkind-gz.tar 26647K
35752026-08-22T02:42:55.527Za out/switch-softnpu.tar.gz 503571K
35762026-08-22T02:42:55.530Z
35772026-08-22T02:42:55.530Zreal 1:29.774314733
35782026-08-22T02:42:55.530Zuser 1:26.761426261
35792026-08-22T02:42:55.530Zsys 5.012149320
35802026-08-22T02:42:55.531Ztrap 0.007045507
35812026-08-22T02:42:55.531Ztflt 0.000000000
35822026-08-22T02:42:55.531Zdflt 0.000000000
35832026-08-22T02:42:55.531Zkflt 0.000000000
35842026-08-22T02:42:55.531Zlock 0.000000000
35852026-08-22T02:42:55.531Zslp 1:26.621129981
35862026-08-22T02:42:55.531Zlat 1.142005473
35872026-08-22T02:42:55.531Zstop 0.000256820
35882026-08-22T02:42:55.531Zprocess exited: duration 1128269 ms, exit code 0
 
35892026-08-22T02:42:55.546Zfound 1 output files
35902026-08-22T02:42:55.546Zuploading: /work/package.tar.gz (2779612631 bytes)
35912026-08-22T02:43:32.287Zuploaded: /work/package.tar.gz