01M0TN5GRRK900V57R2PBWRKBK: 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: 01M0TN645WAQFRCD4DQWC92ATC

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-24T19:51:19.246Zjob assigned to worker 01M0TN68W66680FMJRB968PRH7 [factory aws, i-08825e8ab70ea3421] (queued for 47 s)
 
22026-08-24T19:51:26.038Zstarting task 0: "setup"
32026-08-24T19:51:26.042Z++ uname -s
42026-08-24T19:51:26.045Z+ kern=SunOS
52026-08-24T19:51:26.045Z+ build_user=build
62026-08-24T19:51:26.045Z+ build_uid=12345
72026-08-24T19:51:26.045Z+ work_dir=/work
82026-08-24T19:51:26.045Z+ input_dir=/input
92026-08-24T19:51:26.045Z+ [[ 0 == 12345 ]]
102026-08-24T19:51:26.045Z+ case "$kern" in
112026-08-24T19:51:26.045Z+ groupadd -g 12345 build
122026-08-24T19:51:26.048Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-24T19:51:28.054Z+ zfs create -o mountpoint=/work rpool/work
142026-08-24T19:51:28.194Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-24T19:51:28.197Z+ home_fs=zfs
162026-08-24T19:51:28.197Z+ [[ zfs == autofs ]]
172026-08-24T19:51:28.197Z+ mkdir -p /home/build
182026-08-24T19:51:28.200Z+ chown build:build /home/build /work
192026-08-24T19:51:30.200Z+ chmod 0700 /home/build /work
202026-08-24T19:51:30.204Zprocess exited: duration 4167 ms, exit code 0
 
212026-08-24T19:51:30.211Zstarting task 1: "rust-toolchain"
222026-08-24T19:51:30.218Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-24T19:51:30.218Z * rust toolchain channel = "1.97.1"
242026-08-24T19:51:30.218Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-24T19:51:30.218Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-24T19:51:30.218Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-24T19:51:30.218Z * rust toolchain profile = "default"
282026-08-24T19:51:30.222Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-24T19:51:30.222Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-24T19:51:30.307Zinfo: downloading installer
312026-08-24T19:51:31.599Zwarn: It looks like you have an existing rustup settings file at:
322026-08-24T19:51:31.599Zwarn: /home/build/.rustup/settings.toml
332026-08-24T19:51:31.599Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-24T19:51:31.599Zwarn: instead of the one inferred from the default host triple.
352026-08-24T19:51:31.611Zinfo: profile set to default
362026-08-24T19:51:31.612Zinfo: default host triple is x86_64-unknown-illumos
372026-08-24T19:51:31.614Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-24T19:51:31.739Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-24T19:51:31.742Zinfo: downloading 6 components
402026-08-24T19:51:45.562Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-24T19:51:45.562Z
422026-08-24T19:51:45.591Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-24T19:51:45.591Z
442026-08-24T19:51:45.591Z
452026-08-24T19:51:45.591ZRust is installed now. Great!
462026-08-24T19:51:45.591Z
472026-08-24T19:51:45.591ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-24T19:51:45.591Zenvironment variable. This has not been done automatically.
492026-08-24T19:51:45.591Z
502026-08-24T19:51:45.591ZTo configure your current shell, you need to source
512026-08-24T19:51:45.591Zthe corresponding env file under $HOME/.cargo.
522026-08-24T19:51:45.591Z
532026-08-24T19:51:45.591ZThis is usually done by running one of the following (note the leading DOT):
542026-08-24T19:51:45.596Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-24T19:51:45.596Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-24T19:51:45.596Zsource "~/.cargo/env.nu" # For nushell
572026-08-24T19:51:45.596Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-24T19:51:45.596Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-24T19:51:45.596Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-24T19:51:45.596Zwarn: no default linker (`cc`) was found in your PATH
612026-08-24T19:51:45.596Zwarn: many Rust crates require a system C toolchain to build
622026-08-24T19:51:45.700Z+ rustup --version
632026-08-24T19:51:45.706Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-24T19:51:45.709Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-24T19:51:45.727Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-24T19:51:45.730Z+ cargo --version
672026-08-24T19:51:45.738Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-24T19:51:45.741Z+ rustc --version
692026-08-24T19:51:45.761Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-24T19:51:45.764Zprocess exited: duration 15552 ms, exit code 0
 
712026-08-24T19:51:45.774Zstarting task 2: "authentication"
722026-08-24T19:51:45.791Zprocess exited: duration 17 ms, exit code 0
 
732026-08-24T19:51:45.797Zstarting task 3: "clone repository"
742026-08-24T19:51:45.801Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-24T19:51:45.804Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-24T19:51:45.837ZCloning into '/work/oxidecomputer/omicron'...
772026-08-24T19:51:58.179Z+ cd /work/oxidecomputer/omicron
782026-08-24T19:51:58.179Z+ git fetch origin dd9b78d9d5bf584fa652f8f058f751474d068b40
792026-08-24T19:51:58.541ZFrom https://github.com/oxidecomputer/omicron
802026-08-24T19:51:58.541Z * branch dd9b78d9d5bf584fa652f8f058f751474d068b40 -> FETCH_HEAD
812026-08-24T19:51:58.556Z+ [[ -n '' ]]
822026-08-24T19:51:58.556Z+ git reset --hard dd9b78d9d5bf584fa652f8f058f751474d068b40
832026-08-24T19:51:58.810ZHEAD is now at dd9b78d9d Bump postgres-protocol from 0.6.10 to 0.6.12
842026-08-24T19:51:58.813Zprocess exited: duration 13014 ms, exit code 0
 
852026-08-24T19:51:58.819Zstarting task 4: "build"
862026-08-24T19:51:58.824Z+ source .github/buildomat/ci-env.sh
872026-08-24T19:51:58.824Z++ export CARGO_TERM_COLOR=always
882026-08-24T19:51:58.824Z++ CARGO_TERM_COLOR=always
892026-08-24T19:51:58.827Z+++ uname -s
902026-08-24T19:51:58.827Z++ [[ SunOS == \S\u\n\O\S ]]
912026-08-24T19:51:58.827Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
922026-08-24T19:51:58.830Z+ cargo --version
932026-08-24T19:51:58.840Zcargo 1.97.1 (c980f4866 2026-06-30)
942026-08-24T19:51:58.843Z+ rustc --version
952026-08-24T19:51:58.864Zrustc 1.97.1 (8bab26f4f 2026-07-14)
962026-08-24T19:51:58.867Z+ WORK=/work
972026-08-24T19:51:58.867Z+ pfexec mkdir -p /work
982026-08-24T19:51:58.870Z+ pfexec chown build /work
992026-08-24T19:51:58.873Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1002026-08-24T19:52:00.831Z Startup: Refreshing catalog 'helios' ... Done
1012026-08-24T19:52:01.191Z Startup: Caching catalogs ... Done
1022026-08-24T19:52:03.203ZPlanning: Solver setup ... Done (1.901s)
1032026-08-24T19:52:03.263ZPlanning: Running solver ... Done (0.060s)
1042026-08-24T19:52:03.307ZPlanning: Finding local manifests ... Done (0.003s)
1052026-08-24T19:52:03.321ZPlanning: Fetching manifests: 0/2 0% complete
1062026-08-24T19:52:03.341ZPlanning: Fetching manifests: 2/2 100% complete
1072026-08-24T19:52:03.354ZPlanning: Package planning ... Done (0.013s)
1082026-08-24T19:52:03.357ZPlanning: Merging actions ... Done (0.001s)
1092026-08-24T19:52:03.575ZPlanning: Checking for conflicting actions ... Done (0.218s)
1102026-08-24T19:52:03.578ZPlanning: Consolidating action changes ... Done (0.001s)
1112026-08-24T19:52:04.380ZPlanning: Evaluating mediators ... Done (0.804s)
1122026-08-24T19:52:04.383ZPlanning: Planning completed in 3.16 seconds
1132026-08-24T19:52:04.390Z Packages to install: 2
1142026-08-24T19:52:04.390Z Estimated space available: 156.01 GB
1152026-08-24T19:52:04.390ZEstimated space to be consumed: 76.36 MB
1162026-08-24T19:52:04.390Z Create boot environment: No
1172026-08-24T19:52:04.393ZCreate backup boot environment: No
1182026-08-24T19:52:04.393Z Rebuild boot archive: No
1192026-08-24T19:52:04.393Z
1202026-08-24T19:52:04.393ZChanged packages:
1212026-08-24T19:52:04.393Zhelios
1222026-08-24T19:52:04.393Z developer/build-essential
1232026-08-24T19:52:04.393Z None -> 11-3.0
1242026-08-24T19:52:04.394Z library/libxmlsec1
1252026-08-24T19:52:04.394Z None -> 1.2.35-3.0
1262026-08-24T19:52:04.416Z
1272026-08-24T19:52:04.416ZDownload: 0/214 items 0.0/1.3MB 0% complete
1282026-08-24T19:52:04.496ZDownload: Completed 1.28 MB in 0.08 seconds (16.2M/s)
1292026-08-24T19:52:04.589Z Actions: 1/268 actions (Installing new actions)
1302026-08-24T19:52:04.628Z Actions: Completed 268 actions in 0.04 seconds.
1312026-08-24T19:52:04.663ZFinalize: Updating package state database ... Done (0.034s)
1322026-08-24T19:52:04.666ZFinalize: Updating package cache ... Done (0.000s)
1332026-08-24T19:52:04.745ZFinalize: Updating image state ... Done (0.082s)
1342026-08-24T19:52:07.384ZFinalize: Creating fast lookup database ... Done (2.584s)
1352026-08-24T19:52:07.447ZFinalize: Reading search index ... Done (0.013s)
1362026-08-24T19:52:07.463ZFinalize: Updating search index ... Done (0.000s)
1372026-08-24T19:52:07.544ZFinalize: Updating package cache ... Done (0.000s)
1382026-08-24T19:52:07.914ZPlanning: Evaluating mediator changes ... Done
1392026-08-24T19:52:08.018ZPlanning: Checking for conflicting actions ... Done
1402026-08-24T19:52:08.027ZPlanning: Consolidating action changes ... Done
1412026-08-24T19:52:08.180ZPlanning: Evaluating mediators ... Done
1422026-08-24T19:52:08.184ZPlanning: Planning completed in 0.27 seconds
1432026-08-24T19:52:08.200Z Mediators to change: 2
1442026-08-24T19:52:08.200Z Create boot environment: No
1452026-08-24T19:52:08.200ZCreate backup boot environment: No
1462026-08-24T19:52:08.253ZFinalize: Updating package state database ... Done
1472026-08-24T19:52:08.253ZFinalize: Updating package cache ... Done
1482026-08-24T19:52:08.301ZFinalize: Updating image state ... Done
1492026-08-24T19:52:10.232ZFinalize: Creating fast lookup database ... Done
1502026-08-24T19:52:10.293ZFinalize: Reading search index ... Done
1512026-08-24T19:52:10.296ZFinalize: Updating search index ... Done
1522026-08-24T19:52:10.363ZFinalize: Updating package cache ... Done
1532026-08-24T19:52:10.650ZPlanning: Evaluating mediator changes ... Done
1542026-08-24T19:52:10.756ZPlanning: Checking for conflicting actions ... Done
1552026-08-24T19:52:10.759ZPlanning: Consolidating action changes ... Done
1562026-08-24T19:52:10.918ZPlanning: Evaluating mediators ... Done
1572026-08-24T19:52:10.922ZPlanning: Planning completed in 0.26 seconds
1582026-08-24T19:52:10.935Z Mediators to change: 1
1592026-08-24T19:52:10.951Z Create boot environment: No
1602026-08-24T19:52:10.951ZCreate backup boot environment: No
1612026-08-24T19:52:10.986ZFinalize: Updating package state database ... Done
1622026-08-24T19:52:10.986ZFinalize: Updating package cache ... Done
1632026-08-24T19:52:11.031ZFinalize: Updating image state ... Done
1642026-08-24T19:52:12.964ZFinalize: Creating fast lookup database ... Done
1652026-08-24T19:52:13.021ZFinalize: Reading search index ... Done
1662026-08-24T19:52:13.024ZFinalize: Updating search index ... Done
1672026-08-24T19:52:13.076ZFinalize: Updating package cache ... Done
1682026-08-24T19:52:13.384ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1692026-08-24T19:52:13.384Zapache system 2.4 system
1702026-08-24T19:52:13.384Zclang system 15 system
1712026-08-24T19:52:13.385Zcsh system system illumos
1722026-08-24T19:52:13.385Zctags system system illumos
1732026-08-24T19:52:13.385Zfile vendor vendor darwinsys
1742026-08-24T19:52:13.385Zfile system system illumos
1752026-08-24T19:52:13.385Zgcc vendor 14 vendor
1762026-08-24T19:52:13.385Zgcc system 13 system
1772026-08-24T19:52:13.385Zgcc system 10 system
1782026-08-24T19:52:13.385Zgo system 1.25 system
1792026-08-24T19:52:13.385Zllvm system 15 system
1802026-08-24T19:52:13.385Zmariadb system 11.4 system
1812026-08-24T19:52:13.385Zmta vendor vendor dma
1822026-08-24T19:52:13.385Zopenjdk system 17 system
1832026-08-24T19:52:13.385Zopenjdk system 11 system
1842026-08-24T19:52:13.385Zopenssl vendor 3 vendor
1852026-08-24T19:52:13.385Zperl system 5.40 system
1862026-08-24T19:52:13.385Zpostgresql system 18 system
1872026-08-24T19:52:13.385Zpostgresql system 17 system
1882026-08-24T19:52:13.385Zpython vendor 3 vendor
1892026-08-24T19:52:13.385Zpython system 2 system
1902026-08-24T19:52:13.385Zpython3 vendor 3.13 vendor
1912026-08-24T19:52:13.385Zruby system 3.4 system
1922026-08-24T19:52:13.385Zruby system 3.0 system
1932026-08-24T19:52:13.385Zwords vendor vendor american-english
1942026-08-24T19:52:13.385Zwords system system australian-english
1952026-08-24T19:52:13.385Zwords system system british-english
1962026-08-24T19:52:13.385Zwords system system canadian-english
1972026-08-24T19:52:13.385Zwords system system french
1982026-08-24T19:52:13.385Zwords system system italian
1992026-08-24T19:52:13.385Zwords system system ngerman
2002026-08-24T19:52:13.385Zwords system system ogerman
2012026-08-24T19:52:13.385Zwords system system spanish
2022026-08-24T19:52:13.640ZPUBLISHER TYPE STATUS P LOCATION
2032026-08-24T19:52:13.640Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2042026-08-24T19:52:14.111ZFMRI IFO
2052026-08-24T19:52:14.111Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2062026-08-24T19:52:14.111Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2072026-08-24T19:52:14.111Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2082026-08-24T19:52:14.111Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2092026-08-24T19:52:14.111Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2102026-08-24T19:52:14.111Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2112026-08-24T19:52:14.111Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2122026-08-24T19:52:14.111Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2132026-08-24T19:52:14.111Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2142026-08-24T19:52:14.440Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2152026-08-24T19:52:14.917Z Updating crates.io index
2162026-08-24T19:52:14.920Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2172026-08-24T19:52:15.404Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2182026-08-24T19:52:15.763Z Updating git repository `https://github.com/oxidecomputer/propolis`
2192026-08-24T19:52:16.756Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2202026-08-24T19:52:17.305Z Updating git repository `https://github.com/oxidecomputer/crucible`
2212026-08-24T19:52:19.011Z Updating git repository `https://github.com/oxidecomputer/opte`
2222026-08-24T19:52:20.401Z Updating git repository `https://github.com/oxidecomputer/tofino`
2232026-08-24T19:52:20.760Z Updating git repository `https://github.com/oxidecomputer/lldp`
2242026-08-24T19:52:21.251Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2252026-08-24T19:52:22.441Z Updating git repository `https://github.com/oxidecomputer/clickward`
2262026-08-24T19:52:23.114Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2272026-08-24T19:52:23.618Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2282026-08-24T19:52:23.923Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2292026-08-24T19:52:24.433Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2302026-08-24T19:52:24.720Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2312026-08-24T19:52:25.094Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2322026-08-24T19:52:25.410Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2332026-08-24T19:52:25.745Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2342026-08-24T19:52:26.325Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2352026-08-24T19:52:26.719Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2362026-08-24T19:52:27.080Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2372026-08-24T19:52:27.608Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2382026-08-24T19:52:27.939Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2392026-08-24T19:52:28.596Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2402026-08-24T19:52:28.979Z Updating git repository `https://github.com/oxidecomputer/erebor`
2412026-08-24T19:52:29.293Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2422026-08-24T19:52:29.962Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2432026-08-24T19:52:30.244Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2442026-08-24T19:52:30.652Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2452026-08-24T19:52:31.241Z Updating git repository `https://github.com/oxidecomputer/ispf`
2462026-08-24T19:52:31.743Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2472026-08-24T19:52:32.214Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2482026-08-24T19:52:32.604Z Updating git repository `https://github.com/oxidecomputer/tough`
2492026-08-24T19:52:33.184Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2502026-08-24T19:52:33.781Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2512026-08-24T19:52:34.149Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2522026-08-24T19:52:34.515Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2532026-08-24T19:52:35.160Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2542026-08-24T19:52:35.461Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2552026-08-24T19:52:35.812Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2562026-08-24T19:52:36.292Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2572026-08-24T19:52:36.610Z Updating git repository `https://github.com/illumos/smf-rs`
2582026-08-24T19:52:36.908Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2592026-08-24T19:52:39.763Z Downloading crates ...
2602026-08-24T19:52:39.809Z Downloaded cpufeatures v0.2.17
2612026-08-24T19:52:39.812Z Downloaded cargo-platform v0.3.2
2622026-08-24T19:52:39.814Z Downloaded anstyle-query v1.1.5
2632026-08-24T19:52:39.818Z Downloaded anstream v1.0.0
2642026-08-24T19:52:39.821Z Downloaded scroll v0.12.0
2652026-08-24T19:52:39.824Z Downloaded serde_tokenstream v0.2.3
2662026-08-24T19:52:39.827Z Downloaded thiserror v1.0.69
2672026-08-24T19:52:39.827Z Downloaded tempfile v3.27.0
2682026-08-24T19:52:39.830Z Downloaded unicode-ident v1.0.24
2692026-08-24T19:52:39.833Z Downloaded dof v0.3.0
2702026-08-24T19:52:39.833Z Downloaded macaddr v1.0.1
2712026-08-24T19:52:39.837Z Downloaded cfg-if v1.0.4
2722026-08-24T19:52:39.837Z Downloaded heck v0.5.0
2732026-08-24T19:52:39.839Z Downloaded errno v0.3.14
2742026-08-24T19:52:39.842Z Downloaded dtrace-parser v0.2.0
2752026-08-24T19:52:39.842Z Downloaded is_terminal_polyfill v1.70.2
2762026-08-24T19:52:39.842Z Downloaded zerocopy v0.7.35
2772026-08-24T19:52:39.850Z Downloaded clap_lex v1.0.0
2782026-08-24T19:52:39.853Z Downloaded anstyle-parse v1.0.0
2792026-08-24T19:52:39.853Z Downloaded itoa v1.0.17
2802026-08-24T19:52:39.856Z Downloaded autocfg v1.5.0
2812026-08-24T19:52:39.859Z Downloaded bitflags v2.11.0
2822026-08-24T19:52:39.861Z Downloaded heck v0.4.1
2832026-08-24T19:52:39.866Z Downloaded camino v1.2.5
2842026-08-24T19:52:39.869Z Downloaded digest v0.10.7
2852026-08-24T19:52:39.873Z Downloaded clap_derive v4.6.1
2862026-08-24T19:52:39.876Z Downloaded crypto-common v0.1.7
2872026-08-24T19:52:39.878Z Downloaded toml_datetime v0.6.11
2882026-08-24T19:52:39.881Z Downloaded fnv v1.0.7
2892026-08-24T19:52:39.884Z Downloaded pretty-hex v0.4.1
2902026-08-24T19:52:39.887Z Downloaded memmap v0.7.0
2912026-08-24T19:52:39.887Z Downloaded serde_spanned v0.6.9
2922026-08-24T19:52:39.890Z Downloaded unicode-linebreak v0.1.5
2932026-08-24T19:52:39.894Z Downloaded swrite v0.1.0
2942026-08-24T19:52:39.894Z Downloaded colorchoice v1.0.4
2952026-08-24T19:52:39.894Z Downloaded fastrand v2.3.0
2962026-08-24T19:52:39.897Z Downloaded utf8parse v0.2.2
2972026-08-24T19:52:39.897Z Downloaded plain v0.2.3
2982026-08-24T19:52:39.900Z Downloaded scroll_derive v0.12.1
2992026-08-24T19:52:39.900Z Downloaded terminal_size v0.4.3
3002026-08-24T19:52:39.900Z Downloaded equivalent v1.0.2
3012026-08-24T19:52:39.900Z Downloaded version_check v0.9.5
3022026-08-24T19:52:39.903Z Downloaded usdt-macro v0.5.0
3032026-08-24T19:52:39.905Z Downloaded usdt-attr-macro v0.5.0
3042026-08-24T19:52:39.905Z Downloaded proc-macro-error-attr v1.0.4
3052026-08-24T19:52:39.905Z Downloaded thread-id v4.2.2
3062026-08-24T19:52:39.908Z Downloaded strsim v0.11.1
3072026-08-24T19:52:39.908Z Downloaded smawk v0.3.2
3082026-08-24T19:52:39.908Z Downloaded once_cell v1.21.3
3092026-08-24T19:52:39.911Z Downloaded anstyle v1.0.14
3102026-08-24T19:52:39.911Z Downloaded byteorder v1.5.0
3112026-08-24T19:52:39.915Z Downloaded log v0.4.33
3122026-08-24T19:52:39.921Z Downloaded tabled_derive v0.7.0
3132026-08-24T19:52:39.927Z Downloaded usdt v0.5.0
3142026-08-24T19:52:39.930Z Downloaded block-buffer v0.10.4
3152026-08-24T19:52:39.933Z Downloaded fs-err v3.3.0
3162026-08-24T19:52:39.936Z Downloaded cargo_toml v0.21.0
3172026-08-24T19:52:39.939Z Downloaded camino-tempfile v1.4.1
3182026-08-24T19:52:39.941Z Downloaded thiserror v2.0.18
3192026-08-24T19:52:39.944Z Downloaded cargo_metadata v0.23.1
3202026-08-24T19:52:39.944Z Downloaded generic-array v0.14.7
3212026-08-24T19:52:39.947Z Downloaded usdt-impl v0.5.0
3222026-08-24T19:52:39.949Z Downloaded thiserror-impl v2.0.18
3232026-08-24T19:52:39.950Z Downloaded pest_derive v2.8.6
3242026-08-24T19:52:39.952Z Downloaded pest_generator v2.8.6
3252026-08-24T19:52:39.960Z Downloaded toml_write v0.1.2
3262026-08-24T19:52:39.963Z Downloaded quote v1.0.45
3272026-08-24T19:52:39.963Z Downloaded sha2 v0.10.9
3282026-08-24T19:52:39.967Z Downloaded proc-macro-error v1.0.4
3292026-08-24T19:52:39.967Z Downloaded thiserror-impl v1.0.69
3302026-08-24T19:52:39.967Z Downloaded anyhow v1.0.104
3312026-08-24T19:52:39.970Z Downloaded zmij v1.0.21
3322026-08-24T19:52:39.970Z Downloaded semver v1.0.28
3332026-08-24T19:52:39.973Z Downloaded bytecount v0.6.9
3342026-08-24T19:52:39.980Z Downloaded toml v0.8.23
3352026-08-24T19:52:39.984Z Downloaded indexmap v2.14.0
3362026-08-24T19:52:39.987Z Downloaded zerocopy-derive v0.7.35
3372026-08-24T19:52:39.990Z Downloaded getrandom v0.4.3
3382026-08-24T19:52:39.994Z Downloaded proc-macro2 v1.0.106
3392026-08-24T19:52:39.997Z Downloaded textwrap v0.16.2
3402026-08-24T19:52:40.001Z Downloaded pest_meta v2.8.6
3412026-08-24T19:52:40.004Z Downloaded memchr v2.8.0
3422026-08-24T19:52:40.008Z Downloaded clap v4.6.1
3432026-08-24T19:52:40.013Z Downloaded papergrid v0.11.0
3442026-08-24T19:52:40.016Z Downloaded serde_derive v1.0.228
3452026-08-24T19:52:40.018Z Downloaded serde_core v1.0.228
3462026-08-24T19:52:40.021Z Downloaded ucd-trie v0.1.7
3472026-08-24T19:52:40.028Z Downloaded serde v1.0.228
3482026-08-24T19:52:40.030Z Downloaded toml_edit v0.22.27
3492026-08-24T19:52:40.036Z Downloaded typenum v1.20.1
3502026-08-24T19:52:40.049Z Downloaded pest v2.8.6
3512026-08-24T19:52:40.072Z Downloaded clap_builder v4.6.0
3522026-08-24T19:52:40.094Z Downloaded hashbrown v0.17.0
3532026-08-24T19:52:40.097Z Downloaded serde_json v1.0.151
3542026-08-24T19:52:40.097Z Downloaded winnow v0.7.14
3552026-08-24T19:52:40.101Z Downloaded syn v2.0.117
3562026-08-24T19:52:40.104Z Downloaded goblin v0.8.2
3572026-08-24T19:52:40.107Z Downloaded tabled v0.15.0
3582026-08-24T19:52:40.113Z Downloaded syn v1.0.109
3592026-08-24T19:52:40.119Z Downloaded unicode-width v0.1.14
3602026-08-24T19:52:40.122Z Downloaded unicode-width v0.2.0
3612026-08-24T19:52:40.130Z Downloaded rustix v1.1.4
3622026-08-24T19:52:40.151Z Downloaded libc v0.2.185
3632026-08-24T19:52:40.213Z Compiling proc-macro2 v1.0.106
3642026-08-24T19:52:40.213Z Compiling unicode-ident v1.0.24
3652026-08-24T19:52:40.216Z Compiling quote v1.0.45
3662026-08-24T19:52:40.216Z Compiling serde_core v1.0.228
3672026-08-24T19:52:40.216Z Compiling libc v0.2.185
3682026-08-24T19:52:40.216Z Compiling version_check v0.9.5
3692026-08-24T19:52:40.216Z Compiling memchr v2.8.0
3702026-08-24T19:52:40.216Z Compiling serde v1.0.228
3712026-08-24T19:52:40.216Z Compiling zmij v1.0.21
3722026-08-24T19:52:40.383Z Compiling itoa v1.0.17
3732026-08-24T19:52:40.388Z Compiling ucd-trie v0.1.7
3742026-08-24T19:52:40.388Z Compiling thiserror v1.0.69
3752026-08-24T19:52:40.388Z Compiling byteorder v1.5.0
3762026-08-24T19:52:40.388Z Compiling rustix v1.1.4
3772026-08-24T19:52:40.579Z Compiling serde_json v1.0.151
3782026-08-24T19:52:40.694Z Compiling bitflags v2.11.0
3792026-08-24T19:52:40.822Z Compiling camino v1.2.5
3802026-08-24T19:52:40.824Z Compiling usdt-impl v0.5.0
3812026-08-24T19:52:40.963Z Compiling proc-macro-error-attr v1.0.4
3822026-08-24T19:52:41.033Z Compiling pest v2.8.6
3832026-08-24T19:52:41.033Z Compiling syn v1.0.109
3842026-08-24T19:52:41.033Z Compiling proc-macro-error v1.0.4
3852026-08-24T19:52:41.144Z Compiling plain v0.2.3
3862026-08-24T19:52:41.200Z Compiling log v0.4.33
3872026-08-24T19:52:41.203Z Compiling equivalent v1.0.2
3882026-08-24T19:52:41.257Z Compiling utf8parse v0.2.2
3892026-08-24T19:52:41.308Z Compiling hashbrown v0.17.0
3902026-08-24T19:52:41.311Z Compiling getrandom v0.4.3
3912026-08-24T19:52:41.345Z Compiling winnow v0.7.14
3922026-08-24T19:52:41.362Z Compiling cfg-if v1.0.4
3932026-08-24T19:52:41.369Z Compiling autocfg v1.5.0
3942026-08-24T19:52:41.411Z Compiling errno v0.3.14
3952026-08-24T19:52:41.445Z Compiling thread-id v4.2.2
3962026-08-24T19:52:41.461Z Compiling anstyle-parse v1.0.0
3972026-08-24T19:52:41.477Z Compiling is_terminal_polyfill v1.70.2
3982026-08-24T19:52:41.480Z Compiling toml_write v0.1.2
3992026-08-24T19:52:41.531Z Compiling pretty-hex v0.4.1
4002026-08-24T19:52:41.549Z Compiling colorchoice v1.0.4
4012026-08-24T19:52:41.633Z Compiling anstyle v1.0.14
4022026-08-24T19:52:41.648Z Compiling thiserror v2.0.18
4032026-08-24T19:52:41.692Z Compiling anstyle-query v1.1.5
4042026-08-24T19:52:41.711Z Compiling heck v0.4.1
4052026-08-24T19:52:41.791Z Compiling once_cell v1.21.3
4062026-08-24T19:52:41.841Z Compiling syn v2.0.117
4072026-08-24T19:52:41.891Z Compiling indexmap v2.14.0
4082026-08-24T19:52:41.908Z Compiling fs-err v3.3.0
4092026-08-24T19:52:41.909Z Compiling anstream v1.0.0
4102026-08-24T19:52:41.909Z Compiling heck v0.5.0
4112026-08-24T19:52:41.976Z Compiling clap_lex v1.0.0
4122026-08-24T19:52:41.989Z Compiling fnv v1.0.7
4132026-08-24T19:52:42.039Z Compiling unicode-width v0.1.14
4142026-08-24T19:52:42.108Z Compiling anyhow v1.0.104
4152026-08-24T19:52:42.122Z Compiling fastrand v2.3.0
4162026-08-24T19:52:42.183Z Compiling pest_meta v2.8.6
4172026-08-24T19:52:42.231Z Compiling bytecount v0.6.9
4182026-08-24T19:52:42.248Z Compiling strsim v0.11.1
4192026-08-24T19:52:42.343Z Compiling memmap v0.7.0
4202026-08-24T19:52:42.397Z Compiling papergrid v0.11.0
4212026-08-24T19:52:42.406Z Compiling smawk v0.3.2
4222026-08-24T19:52:42.407Z Compiling unicode-width v0.2.0
4232026-08-24T19:52:42.407Z Compiling unicode-linebreak v0.1.5
4242026-08-24T19:52:42.452Z Compiling terminal_size v0.4.3
4252026-08-24T19:52:42.525Z Compiling tempfile v3.27.0
4262026-08-24T19:52:42.586Z Compiling clap_builder v4.6.0
4272026-08-24T19:52:42.610Z Compiling swrite v0.1.0
4282026-08-24T19:52:42.640Z Compiling textwrap v0.16.2
4292026-08-24T19:52:42.755Z Compiling semver v1.0.28
4302026-08-24T19:52:42.767Z Compiling cargo-platform v0.3.2
4312026-08-24T19:52:43.017Z Compiling camino-tempfile v1.4.1
4322026-08-24T19:52:43.398Z Compiling tabled_derive v0.7.0
4332026-08-24T19:52:44.016Z Compiling pest_generator v2.8.6
4342026-08-24T19:52:44.085Z Compiling tabled v0.15.0
4352026-08-24T19:52:44.541Z Compiling serde_derive v1.0.228
4362026-08-24T19:52:44.549Z Compiling thiserror-impl v1.0.69
4372026-08-24T19:52:44.549Z Compiling zerocopy-derive v0.7.35
4382026-08-24T19:52:44.549Z Compiling scroll_derive v0.12.1
4392026-08-24T19:52:44.549Z Compiling thiserror-impl v2.0.18
4402026-08-24T19:52:44.549Z Compiling clap_derive v4.6.1
4412026-08-24T19:52:44.631Z Compiling pest_derive v2.8.6
4422026-08-24T19:52:45.206Z Compiling scroll v0.12.0
4432026-08-24T19:52:45.242Z Compiling zerocopy v0.7.35
4442026-08-24T19:52:45.418Z Compiling goblin v0.8.2
4452026-08-24T19:52:45.578Z Compiling dtrace-parser v0.2.0
4462026-08-24T19:52:45.860Z Compiling clap v4.6.1
4472026-08-24T19:52:46.867Z Compiling dof v0.3.0
4482026-08-24T19:52:46.867Z Compiling serde_tokenstream v0.2.3
4492026-08-24T19:52:46.884Z Compiling serde_spanned v0.6.9
4502026-08-24T19:52:46.887Z Compiling toml_datetime v0.6.11
4512026-08-24T19:52:46.900Z Compiling macaddr v1.0.1
4522026-08-24T19:52:46.904Z Compiling cargo_metadata v0.23.1
4532026-08-24T19:52:46.904Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4542026-08-24T19:52:47.114Z Compiling toml_edit v0.22.27
4552026-08-24T19:52:47.539Z Compiling usdt-macro v0.5.0
4562026-08-24T19:52:47.539Z Compiling usdt-attr-macro v0.5.0
4572026-08-24T19:52:48.167Z Compiling usdt v0.5.0
4582026-08-24T19:52:48.362Z Compiling toml v0.8.23
4592026-08-24T19:52:48.680Z Compiling cargo_toml v0.21.0
4602026-08-24T19:52:49.950Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4612026-08-24T19:52:52.007Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.74s
4622026-08-24T19:52:52.221Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4632026-08-24T19:52:52.723Z Downloading crates ...
4642026-08-24T19:52:52.787Z Downloaded adler2 v2.0.1
4652026-08-24T19:52:52.792Z Downloaded block-buffer v0.12.1
4662026-08-24T19:52:52.794Z Downloaded compression-codecs v0.4.37
4672026-08-24T19:52:52.797Z Downloaded ciborium v0.2.2
4682026-08-24T19:52:52.797Z Downloaded endian-type v0.1.2
4692026-08-24T19:52:52.797Z Downloaded futures-io v0.3.32
4702026-08-24T19:52:52.800Z Downloaded ascii-canvas v3.0.0
4712026-08-24T19:52:52.803Z Downloaded bcrypt-pbkdf v0.11.0
4722026-08-24T19:52:52.803Z Downloaded atty v0.2.14
4732026-08-24T19:52:52.806Z Downloaded enum-as-inner v0.6.1
4742026-08-24T19:52:52.806Z Downloaded backtrace-ext v0.2.1
4752026-08-24T19:52:52.810Z Downloaded async-recursion v1.1.1
4762026-08-24T19:52:52.813Z Downloaded aead v0.5.2
4772026-08-24T19:52:52.813Z Downloaded chacha20poly1305 v0.10.1
4782026-08-24T19:52:52.813Z Downloaded ena v0.14.4
4792026-08-24T19:52:52.816Z Downloaded async-stream-impl v0.3.6
4802026-08-24T19:52:52.818Z Downloaded assert_matches v1.5.0
4812026-08-24T19:52:52.818Z Downloaded bb8 v0.8.6
4822026-08-24T19:52:52.819Z Downloaded globwalk v0.9.1
4832026-08-24T19:52:52.824Z Downloaded foreign-types v0.5.0
4842026-08-24T19:52:52.824Z Downloaded foreign-types-shared v0.1.1
4852026-08-24T19:52:52.824Z Downloaded env_filter v2.0.0
4862026-08-24T19:52:52.827Z Downloaded base16ct v1.0.0
4872026-08-24T19:52:52.827Z Downloaded castaway v0.2.4
4882026-08-24T19:52:52.827Z Downloaded bitfield-struct v0.6.2
4892026-08-24T19:52:52.827Z Downloaded embedded-io v0.4.0
4902026-08-24T19:52:52.827Z Downloaded aead v0.6.1
4912026-08-24T19:52:52.830Z Downloaded ff v0.13.1
4922026-08-24T19:52:52.830Z Downloaded filetime v0.2.27
4932026-08-24T19:52:52.830Z Downloaded float-ord v0.3.2
4942026-08-24T19:52:52.833Z Downloaded foreign-types v0.3.2
4952026-08-24T19:52:52.833Z Downloaded base16ct v0.2.0
4962026-08-24T19:52:52.837Z Downloaded backoff v0.4.0
4972026-08-24T19:52:52.837Z Downloaded async-trait v0.1.89
4982026-08-24T19:52:52.840Z Downloaded async-stream v0.3.6
4992026-08-24T19:52:52.840Z Downloaded fd-lock v4.0.4
5002026-08-24T19:52:52.840Z Downloaded fixedbitset v0.4.2
5012026-08-24T19:52:52.840Z Downloaded ciborium-ll v0.2.2
5022026-08-24T19:52:52.840Z Downloaded fxhash v0.2.1
5032026-08-24T19:52:52.840Z Downloaded foreign-types-macros v0.2.3
5042026-08-24T19:52:52.843Z Downloaded atomicwrites v0.4.4
5052026-08-24T19:52:52.846Z Downloaded float-cmp v0.10.0
5062026-08-24T19:52:52.846Z Downloaded backon v1.6.0
5072026-08-24T19:52:52.849Z Downloaded foreign-types-shared v0.3.1
5082026-08-24T19:52:52.849Z Downloaded base64ct v1.8.3
5092026-08-24T19:52:52.849Z Downloaded futures-sink v0.3.32
5102026-08-24T19:52:52.849Z Downloaded futures-task v0.3.32
5112026-08-24T19:52:52.852Z Downloaded hash32 v0.2.1
5122026-08-24T19:52:52.852Z Downloaded cc v1.2.56
5132026-08-24T19:52:52.855Z Downloaded group v0.14.0
5142026-08-24T19:52:52.855Z Downloaded foldhash v0.1.5
5152026-08-24T19:52:52.858Z Downloaded futures-executor v0.3.32
5162026-08-24T19:52:52.858Z Downloaded futures-channel v0.3.32
5172026-08-24T19:52:52.860Z Downloaded funty v2.0.0
5182026-08-24T19:52:52.860Z Downloaded gethostname v0.5.0
5192026-08-24T19:52:52.860Z Downloaded cfg_aliases v0.2.1
5202026-08-24T19:52:52.863Z Downloaded arrayref v0.3.9
5212026-08-24T19:52:52.863Z Downloaded chacha20 v0.9.1
5222026-08-24T19:52:52.863Z Downloaded compression-core v0.4.31
5232026-08-24T19:52:52.866Z Downloaded futures-core v0.3.32
5242026-08-24T19:52:52.869Z Downloaded cobs v0.3.0
5252026-08-24T19:52:52.872Z Downloaded ciborium-io v0.2.2
5262026-08-24T19:52:52.872Z Downloaded ghash v0.6.0
5272026-08-24T19:52:52.872Z Downloaded flagset v0.4.7
5282026-08-24T19:52:52.872Z Downloaded home v0.5.12
5292026-08-24T19:52:52.875Z Downloaded hostname v0.4.2
5302026-08-24T19:52:52.875Z Downloaded http-range v0.1.5
5312026-08-24T19:52:52.875Z Downloaded ff v0.14.0
5322026-08-24T19:52:52.878Z Downloaded form_urlencoded v1.2.2
5332026-08-24T19:52:52.879Z Downloaded erased-serde v0.3.31
5342026-08-24T19:52:52.881Z Downloaded newline-converter v0.3.0
5352026-08-24T19:52:52.881Z Downloaded bitfield-macros v0.19.4
5362026-08-24T19:52:52.881Z Downloaded array-init v0.0.4
5372026-08-24T19:52:52.881Z Downloaded atomic-waker v1.1.2
5382026-08-24T19:52:52.884Z Downloaded bit-set v0.5.3
5392026-08-24T19:52:52.884Z Downloaded find-msvc-tools v0.1.9
5402026-08-24T19:52:52.884Z Downloaded fs-err v2.11.0
5412026-08-24T19:52:52.887Z Downloaded enum_dispatch v0.3.13
5422026-08-24T19:52:52.890Z Downloaded globset v0.4.18
5432026-08-24T19:52:52.890Z Downloaded hubpack v0.1.2
5442026-08-24T19:52:52.890Z Downloaded hex-literal v1.1.0
5452026-08-24T19:52:52.893Z Downloaded futures-macro v0.3.32
5462026-08-24T19:52:52.893Z Downloaded headers-core v0.3.0
5472026-08-24T19:52:52.893Z Downloaded hostname v0.3.1
5482026-08-24T19:52:52.893Z Downloaded httpdate v1.0.3
5492026-08-24T19:52:52.893Z Downloaded bitflags v1.3.2
5502026-08-24T19:52:52.896Z Downloaded cfg_aliases v0.1.1
5512026-08-24T19:52:52.896Z Downloaded hex v0.4.3
5522026-08-24T19:52:52.896Z Downloaded hash32 v0.3.1
5532026-08-24T19:52:52.896Z Downloaded hubpack_derive v0.1.1
5542026-08-24T19:52:52.899Z Downloaded arrayvec v0.7.6
5552026-08-24T19:52:52.899Z Downloaded cipher v0.4.4
5562026-08-24T19:52:52.901Z Downloaded bit-set v0.8.0
5572026-08-24T19:52:52.904Z Downloaded fixedbitset v0.5.7
5582026-08-24T19:52:52.904Z Downloaded git-stub v1.0.0
5592026-08-24T19:52:52.904Z Downloaded env_logger v0.11.11
5602026-08-24T19:52:52.907Z Downloaded foldhash v0.2.0
5612026-08-24T19:52:52.907Z Downloaded elliptic-curve v0.14.1
5622026-08-24T19:52:52.910Z Downloaded block-padding v0.4.2
5632026-08-24T19:52:52.913Z Downloaded http-body v1.0.1
5642026-08-24T19:52:52.916Z Downloaded nibble_vec v0.1.0
5652026-08-24T19:52:52.916Z Downloaded nodrop v0.1.14
5662026-08-24T19:52:52.916Z Downloaded openssl-macros v0.1.1
5672026-08-24T19:52:52.919Z Downloaded embedded-io v0.6.1
5682026-08-24T19:52:52.922Z Downloaded normalize-line-endings v0.3.0
5692026-08-24T19:52:52.924Z Downloaded num_threads v0.1.7
5702026-08-24T19:52:52.924Z Downloaded olpc-cjson v0.1.4
5712026-08-24T19:52:52.924Z Downloaded fs_extra v1.3.0
5722026-08-24T19:52:52.927Z Downloaded anstream v0.6.21
5732026-08-24T19:52:52.930Z Downloaded bcs v0.1.6
5742026-08-24T19:52:52.930Z Downloaded glob v0.3.3
5752026-08-24T19:52:52.932Z Downloaded phf_shared v0.11.3
5762026-08-24T19:52:52.936Z Downloaded oxide-generation-macros v0.2.0
5772026-08-24T19:52:52.936Z Downloaded predicates-core v1.0.10
5782026-08-24T19:52:52.936Z Downloaded predicates-tree v1.0.13
5792026-08-24T19:52:52.938Z Downloaded proc-macro-crate v1.3.1
5802026-08-24T19:52:52.938Z Downloaded rand_xorshift v0.4.0
5812026-08-24T19:52:52.939Z Downloaded rfc6979 v0.4.0
5822026-08-24T19:52:52.941Z Downloaded powerfmt v0.2.0
5832026-08-24T19:52:52.941Z Downloaded russh-util v0.52.0
5842026-08-24T19:52:52.941Z Downloaded progenitor-macro v0.14.0
5852026-08-24T19:52:52.944Z Downloaded fallible-iterator v0.2.0
5862026-08-24T19:52:52.951Z Downloaded cmake v0.1.57
5872026-08-24T19:52:52.954Z Downloaded russh-cryptovec v0.62.0
5882026-08-24T19:52:52.954Z Downloaded anstyle-parse v0.2.7
5892026-08-24T19:52:52.954Z Downloaded buf-list v1.1.2
5902026-08-24T19:52:52.957Z Downloaded cassowary v0.3.0
5912026-08-24T19:52:52.957Z Downloaded bs58 v0.5.1
5922026-08-24T19:52:52.960Z Downloaded scopeguard v1.2.0
5932026-08-24T19:52:52.960Z Downloaded same-file v1.0.6
5942026-08-24T19:52:52.960Z Downloaded const-oid v0.10.2
5952026-08-24T19:52:52.963Z Downloaded blowfish v0.10.0
5962026-08-24T19:52:52.963Z Downloaded group v0.13.0
5972026-08-24T19:52:52.963Z Downloaded http-body-util v0.1.3
5982026-08-24T19:52:52.963Z Downloaded bitfield v0.19.4
5992026-08-24T19:52:52.966Z Downloaded cipher v0.5.2
6002026-08-24T19:52:52.966Z Downloaded serde_spanned v1.1.1
6012026-08-24T19:52:52.969Z Downloaded signal-hook-tokio v0.3.1
6022026-08-24T19:52:52.969Z Downloaded siphasher v1.0.2
6032026-08-24T19:52:52.971Z Downloaded bit-vec v0.8.0
6042026-08-24T19:52:52.971Z Downloaded blake2 v0.10.6
6052026-08-24T19:52:52.974Z Downloaded git-stub-vcs v0.1.0
6062026-08-24T19:52:52.977Z Downloaded camino-tempfile-ext v0.3.3
6072026-08-24T19:52:52.980Z Downloaded seq-macro v0.3.6
6082026-08-24T19:52:52.982Z Downloaded serde_repr v0.1.20
6092026-08-24T19:52:52.982Z Downloaded pem v3.0.6
6102026-08-24T19:52:52.985Z Downloaded subtle v2.6.1
6112026-08-24T19:52:52.989Z Downloaded half v1.8.3
6122026-08-24T19:52:52.991Z Downloaded num-rational v0.4.2
6132026-08-24T19:52:52.996Z Downloaded strip-ansi-escapes v0.2.1
6142026-08-24T19:52:52.999Z Downloaded tokio-test v0.4.5
6152026-08-24T19:52:52.999Z Downloaded progenitor v0.13.0
6162026-08-24T19:52:53.004Z Downloaded oxide-update-engine-display v0.1.2
6172026-08-24T19:52:53.007Z Downloaded cbc v0.2.1
6182026-08-24T19:52:53.007Z Downloaded time-core v0.1.8
6192026-08-24T19:52:53.007Z Downloaded password-hash v0.6.1
6202026-08-24T19:52:53.011Z Downloaded password-hash v0.5.0
6212026-08-24T19:52:53.013Z Downloaded progenitor-extras v0.2.0
6222026-08-24T19:52:53.013Z Downloaded psm v0.1.30
6232026-08-24T19:52:53.013Z Downloaded unarray v0.1.4
6242026-08-24T19:52:53.016Z Downloaded unit-prefix v0.5.2
6252026-08-24T19:52:53.016Z Downloaded usdt v0.6.0
6262026-08-24T19:52:53.019Z Downloaded utf-8 v0.7.6
6272026-08-24T19:52:53.019Z Downloaded fatfs v0.3.6
6282026-08-24T19:52:53.024Z Downloaded async-bb8-diesel v0.2.1
6292026-08-24T19:52:53.027Z Downloaded clang-sys v1.8.1
6302026-08-24T19:52:53.029Z Downloaded cancel-safe-futures v0.1.5
6312026-08-24T19:52:53.029Z Downloaded want v0.3.1
6322026-08-24T19:52:53.032Z Downloaded generic-array v1.4.3
6332026-08-24T19:52:53.032Z Downloaded getrandom v0.2.17
6342026-08-24T19:52:53.035Z Downloaded half v2.7.1
6352026-08-24T19:52:53.035Z Downloaded httparse v1.10.1
6362026-08-24T19:52:53.038Z Downloaded cexpr v0.6.0
6372026-08-24T19:52:53.038Z Downloaded cmov v0.5.4
6382026-08-24T19:52:53.038Z Downloaded colored v2.2.0
6392026-08-24T19:52:53.040Z Downloaded colored v3.1.1
6402026-08-24T19:52:53.040Z Downloaded argon2 v0.6.0-rc.8
6412026-08-24T19:52:53.040Z Downloaded byte-wrapper v0.1.0
6422026-08-24T19:52:53.044Z Downloaded blake2 v0.11.0-rc.6
6432026-08-24T19:52:53.047Z Downloaded bzip2 v0.6.1
6442026-08-24T19:52:53.050Z Downloaded sec1 v0.7.3
6452026-08-24T19:52:53.050Z Downloaded simd-adler32 v0.3.8
6462026-08-24T19:52:53.050Z Downloaded slab v0.4.12
6472026-08-24T19:52:53.053Z Downloaded cpubits v0.1.1
6482026-08-24T19:52:53.053Z Downloaded serde_plain v1.0.2
6492026-08-24T19:52:53.053Z Downloaded convert_case v0.4.0
6502026-08-24T19:52:53.053Z Downloaded cpufeatures v0.3.0
6512026-08-24T19:52:53.056Z Downloaded cstr-argument v0.1.2
6522026-08-24T19:52:53.056Z Downloaded addr2line v0.25.1
6532026-08-24T19:52:53.056Z Downloaded argon2 v0.5.3
6542026-08-24T19:52:53.056Z Downloaded console v0.16.2
6552026-08-24T19:52:53.059Z Downloaded serde_path_to_error v0.1.20
6562026-08-24T19:52:53.059Z Downloaded zeroize_derive v1.5.0
6572026-08-24T19:52:53.059Z Downloaded curve25519-dalek-derive v0.1.1
6582026-08-24T19:52:53.062Z Downloaded highway v1.3.0
6592026-08-24T19:52:53.062Z Downloaded num-complex v0.4.6
6602026-08-24T19:52:53.062Z Downloaded backtrace v0.3.76
6612026-08-24T19:52:53.064Z Downloaded base64 v0.21.7
6622026-08-24T19:52:53.067Z Downloaded bit-vec v0.6.3
6632026-08-24T19:52:53.067Z Downloaded bzip2 v0.4.4
6642026-08-24T19:52:53.070Z Downloaded console v0.15.11
6652026-08-24T19:52:53.070Z Downloaded spki v0.8.0
6662026-08-24T19:52:53.073Z Downloaded support-bundle-viewer v0.1.2
6672026-08-24T19:52:53.073Z Downloaded futures v0.3.32
6682026-08-24T19:52:53.076Z Downloaded darling_macro v0.21.3
6692026-08-24T19:52:53.076Z Downloaded darling_macro v0.23.0
6702026-08-24T19:52:53.076Z Downloaded sqlparser_derive v0.5.0
6712026-08-24T19:52:53.076Z Downloaded string_cache v0.8.9
6722026-08-24T19:52:53.076Z Downloaded stringprep v0.1.5
6732026-08-24T19:52:53.079Z Downloaded darling_macro v0.20.11
6742026-08-24T19:52:53.079Z Downloaded dirs-sys-next v0.1.2
6752026-08-24T19:52:53.079Z Downloaded downcast-rs v2.0.2
6762026-08-24T19:52:53.079Z Downloaded dof v0.4.0
6772026-08-24T19:52:53.079Z Downloaded illumos-nvpair-sys v0.2.0
6782026-08-24T19:52:53.079Z Downloaded hmac v0.12.1
6792026-08-24T19:52:53.083Z Downloaded ahash v0.8.12
6802026-08-24T19:52:53.083Z Downloaded postcard v1.1.3
6812026-08-24T19:52:53.086Z Downloaded parking_lot_core v0.9.12
6822026-08-24T19:52:53.086Z Downloaded pkcs1 v0.7.5
6832026-08-24T19:52:53.086Z Downloaded pkcs1 v0.8.0-rc.4
6842026-08-24T19:52:53.086Z Downloaded poly1305 v0.9.0
6852026-08-24T19:52:53.089Z Downloaded synstructure v0.13.2
6862026-08-24T19:52:53.089Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6872026-08-24T19:52:53.089Z Downloaded vergen-lib v0.1.6
6882026-08-24T19:52:53.092Z Downloaded indoc v1.0.9
6892026-08-24T19:52:53.092Z Downloaded hyper-tls v0.6.0
6902026-08-24T19:52:53.095Z Downloaded instability v0.3.11
6912026-08-24T19:52:53.095Z Downloaded chacha20 v0.10.0
6922026-08-24T19:52:53.095Z Downloaded const-oid v0.9.6
6932026-08-24T19:52:53.095Z Downloaded toml_writer v1.1.1+spec-1.1.0
6942026-08-24T19:52:53.098Z Downloaded unicase v2.9.0
6952026-08-24T19:52:53.098Z Downloaded flume v0.11.1
6962026-08-24T19:52:53.101Z Downloaded wyz v0.5.1
6972026-08-24T19:52:53.101Z Downloaded jiff-static v0.2.34
6982026-08-24T19:52:53.101Z Downloaded kem v0.3.0
6992026-08-24T19:52:53.101Z Downloaded hmac v0.13.0
7002026-08-24T19:52:53.108Z Downloaded is_ci v1.2.0
7012026-08-24T19:52:53.111Z Downloaded lru-slab v0.1.2
7022026-08-24T19:52:53.115Z Downloaded async-compression v0.4.41
7032026-08-24T19:52:53.118Z Downloaded base64 v0.22.1
7042026-08-24T19:52:53.120Z Downloaded corncobs v0.1.4
7052026-08-24T19:52:53.120Z Downloaded new_debug_unreachable v1.0.6
7062026-08-24T19:52:53.120Z Downloaded num-iter v0.1.45
7072026-08-24T19:52:53.123Z Downloaded maybe-uninit v2.0.0
7082026-08-24T19:52:53.126Z Downloaded getrandom v0.3.4
7092026-08-24T19:52:53.126Z Downloaded nonempty v0.12.0
7102026-08-24T19:52:53.129Z Downloaded term v1.2.1
7112026-08-24T19:52:53.132Z Downloaded thread_local v1.1.9
7122026-08-24T19:52:53.132Z Downloaded mime v0.3.17
7132026-08-24T19:52:53.132Z Downloaded tokio-stream v0.1.18
7142026-08-24T19:52:53.135Z Downloaded num_enum_derive v0.5.11
7152026-08-24T19:52:53.135Z Downloaded opaque-debug v0.3.1
7162026-08-24T19:52:53.135Z Downloaded oso v0.27.3
7172026-08-24T19:52:53.138Z Downloaded tracing-attributes v0.1.31
7182026-08-24T19:52:53.141Z Downloaded vergen-gitcl v1.0.8
7192026-08-24T19:52:53.141Z Downloaded data-encoding v2.10.0
7202026-08-24T19:52:53.141Z Downloaded diesel-dtrace v0.5.0
7212026-08-24T19:52:53.143Z Downloaded packed_struct_codegen v0.10.1
7222026-08-24T19:52:53.143Z Downloaded toml_parser v1.1.2+spec-1.1.0
7232026-08-24T19:52:53.146Z Downloaded proc-macro-crate v3.4.0
7242026-08-24T19:52:53.146Z Downloaded radium v0.7.0
7252026-08-24T19:52:53.146Z Downloaded ar_archive_writer v0.5.1
7262026-08-24T19:52:53.149Z Downloaded arc-swap v1.8.2
7272026-08-24T19:52:53.152Z Downloaded chumsky v0.9.3
7282026-08-24T19:52:53.155Z Downloaded compact_str v0.8.1
7292026-08-24T19:52:53.157Z Downloaded ron v0.8.1
7302026-08-24T19:52:53.160Z Downloaded yasna v0.5.2
7312026-08-24T19:52:53.163Z Downloaded progenitor-macro v0.13.0
7322026-08-24T19:52:53.163Z Downloaded flate2 v1.1.9
7332026-08-24T19:52:53.166Z Downloaded heapless v0.7.17
7342026-08-24T19:52:53.169Z Downloaded ipnet v2.12.0
7352026-08-24T19:52:53.169Z Downloaded allocator-api2 v0.2.21
7362026-08-24T19:52:53.173Z Downloaded bytes v1.11.1
7372026-08-24T19:52:53.176Z Downloaded libefi-sys v0.1.0
7382026-08-24T19:52:53.176Z Downloaded match_cfg v0.1.0
7392026-08-24T19:52:53.178Z Downloaded serde-big-array v0.5.1
7402026-08-24T19:52:53.182Z Downloaded sigpipe v0.1.3
7412026-08-24T19:52:53.185Z Downloaded slog-bunyan v2.5.0
7422026-08-24T19:52:53.188Z Downloaded multer v3.1.0
7432026-08-24T19:52:53.190Z Downloaded signal-hook v0.3.18
7442026-08-24T19:52:53.190Z Downloaded derive_builder v0.20.2
7452026-08-24T19:52:53.193Z Downloaded stable_deref_trait v1.2.1
7462026-08-24T19:52:53.193Z Downloaded testing_table v0.3.0
7472026-08-24T19:52:53.193Z Downloaded tokio-macros v2.7.0
7482026-08-24T19:52:53.193Z Downloaded crossbeam-utils v0.8.21
7492026-08-24T19:52:53.196Z Downloaded mime_guess v2.0.5
7502026-08-24T19:52:53.196Z Downloaded similar v2.7.0
7512026-08-24T19:52:53.199Z Downloaded strum v0.26.3
7522026-08-24T19:52:53.199Z Downloaded strum v0.27.2
7532026-08-24T19:52:53.199Z Downloaded topological-sort v0.2.2
7542026-08-24T19:52:53.202Z Downloaded test-strategy v0.4.5
7552026-08-24T19:52:53.205Z Downloaded packed_struct v0.10.1
7562026-08-24T19:52:53.205Z Downloaded peg v0.8.5
7572026-08-24T19:52:53.208Z Downloaded p384 v0.14.0
7582026-08-24T19:52:53.210Z Downloaded usdt-attr-macro v0.6.0
7592026-08-24T19:52:53.210Z Downloaded tracing-core v0.1.36
7602026-08-24T19:52:53.211Z Downloaded rand_core v0.9.5
7612026-08-24T19:52:53.213Z Downloaded heapless v0.8.0
7622026-08-24T19:52:53.213Z Downloaded hickory-resolver v0.24.4
7632026-08-24T19:52:53.216Z Downloaded peg-macros v0.8.5
7642026-08-24T19:52:53.219Z Downloaded progenitor-client v0.13.0
7652026-08-24T19:52:53.219Z Downloaded polyval v0.7.1
7662026-08-24T19:52:53.219Z Downloaded unicode-truncate v1.1.0
7672026-08-24T19:52:53.222Z Downloaded unicode-xid v0.2.6
7682026-08-24T19:52:53.222Z Downloaded time-macros v0.2.27
7692026-08-24T19:52:53.222Z Downloaded rustls-platform-verifier v0.6.2
7702026-08-24T19:52:53.225Z Downloaded r2d2 v0.8.10
7712026-08-24T19:52:53.227Z Downloaded hybrid-array v0.4.13
7722026-08-24T19:52:53.230Z Downloaded port-file v0.1.0
7732026-08-24T19:52:53.230Z Downloaded wait-timeout v0.2.1
7742026-08-24T19:52:53.230Z Downloaded waitgroup v0.1.2
7752026-08-24T19:52:53.233Z Downloaded poly1305 v0.8.0
7762026-08-24T19:52:53.238Z Downloaded resolv-conf v0.7.6
7772026-08-24T19:52:53.241Z Downloaded expectorate v1.2.0
7782026-08-24T19:52:53.241Z Downloaded rustls-native-certs v0.8.3
7792026-08-24T19:52:53.244Z Downloaded rustls-pemfile v2.2.0
7802026-08-24T19:52:53.247Z Downloaded litrs v1.0.0
7812026-08-24T19:52:53.250Z Downloaded ssh-encoding v0.3.0
7822026-08-24T19:52:53.250Z Downloaded crc8 v0.1.1
7832026-08-24T19:52:53.253Z Downloaded diesel_table_macro_syntax v0.3.0
7842026-08-24T19:52:53.255Z Downloaded scuffle v0.1.0
7852026-08-24T19:52:53.258Z Downloaded serdect v0.4.3
7862026-08-24T19:52:53.258Z Downloaded smf v0.2.3
7872026-08-24T19:52:53.258Z Downloaded strum_macros v0.24.3
7882026-08-24T19:52:53.261Z Downloaded slog-async v2.8.0
7892026-08-24T19:52:53.264Z Downloaded schemars_derive v0.8.22
7902026-08-24T19:52:53.264Z Downloaded idna_adapter v1.2.1
7912026-08-24T19:52:53.264Z Downloaded strum_macros v0.26.4
7922026-08-24T19:52:53.267Z Downloaded tiny-keccak v2.0.2
7932026-08-24T19:52:53.267Z Downloaded darling v0.20.11
7942026-08-24T19:52:53.270Z Downloaded document-features v0.2.12
7952026-08-24T19:52:53.273Z Downloaded parking_lot v0.11.2
7962026-08-24T19:52:53.277Z Downloaded tokio-tungstenite v0.21.0
7972026-08-24T19:52:53.281Z Downloaded indent_write v2.2.0
7982026-08-24T19:52:53.286Z Downloaded linked-hash-map v0.5.6
7992026-08-24T19:52:53.291Z Downloaded multimap v0.10.1
8002026-08-24T19:52:53.293Z Downloaded pin-project-internal v1.1.11
8012026-08-24T19:52:53.296Z Downloaded quinn v0.11.11
8022026-08-24T19:52:53.296Z Downloaded newtype-uuid-macros v0.1.0
8032026-08-24T19:52:53.299Z Downloaded headers v0.4.1
8042026-08-24T19:52:53.299Z Downloaded lru-cache v0.1.2
8052026-08-24T19:52:53.302Z Downloaded bumpalo v3.20.2
8062026-08-24T19:52:53.302Z Downloaded rand_core v0.10.0
8072026-08-24T19:52:53.302Z Downloaded vergen-lib v9.1.0
8082026-08-24T19:52:53.305Z Downloaded http v1.4.2
8092026-08-24T19:52:53.305Z Downloaded rustc-demangle v0.1.27
8102026-08-24T19:52:53.307Z Downloaded zeroize v1.9.0
8112026-08-24T19:52:53.307Z Downloaded zstd v0.13.3
8122026-08-24T19:52:53.311Z Downloaded drift v0.2.0
8132026-08-24T19:52:53.314Z Downloaded oso-derive v0.27.3
8142026-08-24T19:52:53.314Z Downloaded writeable v0.6.2
8152026-08-24T19:52:53.317Z Downloaded convert_case v0.10.0
8162026-08-24T19:52:53.317Z Downloaded newtype_derive v0.1.6
8172026-08-24T19:52:53.317Z Downloaded num-conv v0.2.0
8182026-08-24T19:52:53.317Z Downloaded zerotrie v0.2.3
8192026-08-24T19:52:53.320Z Downloaded smallvec v1.15.1
8202026-08-24T19:52:53.323Z Downloaded hashbrown v0.12.3
8212026-08-24T19:52:53.326Z Downloaded hickory-resolver v0.25.2
8222026-08-24T19:52:53.326Z Downloaded dsl_auto_type v0.2.0
8232026-08-24T19:52:53.328Z Downloaded serde_derive_internals v0.29.1
8242026-08-24T19:52:53.328Z Downloaded csv-core v0.1.13
8252026-08-24T19:52:53.328Z Downloaded percent-encoding v2.3.2
8262026-08-24T19:52:53.332Z Downloaded recursive-proc-macro-impl v0.1.1
8272026-08-24T19:52:53.334Z Downloaded scroll v0.13.0
8282026-08-24T19:52:53.334Z Downloaded defmt v1.0.1
8292026-08-24T19:52:53.337Z Downloaded serde_with_macros v3.21.0
8302026-08-24T19:52:53.340Z Downloaded serde_tokenstream v0.3.0
8312026-08-24T19:52:53.343Z Downloaded ecdsa v0.16.9
8322026-08-24T19:52:53.343Z Downloaded rand_chacha v0.3.1
8332026-08-24T19:52:53.343Z Downloaded rtoolbox v0.0.3
8342026-08-24T19:52:53.346Z Downloaded tinystr v0.8.2
8352026-08-24T19:52:53.346Z Downloaded scheduled-thread-pool v0.2.7
8362026-08-24T19:52:53.349Z Downloaded papergrid v0.18.0
8372026-08-24T19:52:53.351Z Downloaded hashbrown v0.13.2
8382026-08-24T19:52:53.354Z Downloaded icu_normalizer v2.1.1
8392026-08-24T19:52:53.357Z Downloaded hickory-server v0.25.2
8402026-08-24T19:52:53.357Z Downloaded pin-project v1.1.11
8412026-08-24T19:52:53.364Z Downloaded scroll_derive v0.13.1
8422026-08-24T19:52:53.367Z Downloaded ingot-types v0.2.0
8432026-08-24T19:52:53.367Z Downloaded signal-hook-mio v0.2.5
8442026-08-24T19:52:53.367Z Downloaded knus-derive v3.4.0
8452026-08-24T19:52:53.367Z Downloaded miette-derive v7.6.0
8462026-08-24T19:52:53.370Z Downloaded sponge-cursor v0.1.0
8472026-08-24T19:52:53.370Z Downloaded twox-hash v2.1.2
8482026-08-24T19:52:53.370Z Downloaded indicatif v0.18.4
8492026-08-24T19:52:53.372Z Downloaded omicron-zone-package v0.12.3
8502026-08-24T19:52:53.375Z Downloaded unicode_categories v0.1.1
8512026-08-24T19:52:53.378Z Downloaded libsw v3.5.0
8522026-08-24T19:52:53.378Z Downloaded md-5 v0.11.0
8532026-08-24T19:52:53.381Z Downloaded num_enum v0.5.11
8542026-08-24T19:52:53.383Z Downloaded supports-unicode v3.0.0
8552026-08-24T19:52:53.383Z Downloaded num_enum v0.7.6
8562026-08-24T19:52:53.386Z Downloaded pbkdf2 v0.13.0
8572026-08-24T19:52:53.386Z Downloaded constant_time_eq v0.4.2
8582026-08-24T19:52:53.389Z Downloaded crossbeam-epoch v0.9.18
8592026-08-24T19:52:53.392Z Downloaded samael v0.0.19
8602026-08-24T19:52:53.395Z Downloaded darling v0.21.3
8612026-08-24T19:52:53.397Z Downloaded darling v0.23.0
8622026-08-24T19:52:53.400Z Downloaded delegate v0.13.5
8632026-08-24T19:52:53.400Z Downloaded phf v0.13.1
8642026-08-24T19:52:53.400Z Downloaded primeorder v0.13.6
8652026-08-24T19:52:53.403Z Downloaded trait-variant v0.1.2
8662026-08-24T19:52:53.403Z Downloaded try-lock v0.2.5
8672026-08-24T19:52:53.403Z Downloaded zerofrom v0.1.6
8682026-08-24T19:52:53.403Z Downloaded darling_core v0.20.11
8692026-08-24T19:52:53.406Z Downloaded primeorder v0.14.0
8702026-08-24T19:52:53.406Z Downloaded serde_yaml v0.9.34+deprecated
8712026-08-24T19:52:53.408Z Downloaded toml v1.1.2+spec-1.1.0
8722026-08-24T19:52:53.411Z Downloaded tower-service v0.3.3
8732026-08-24T19:52:53.411Z Downloaded void v1.0.2
8742026-08-24T19:52:53.411Z Downloaded wnaf v0.14.0
8752026-08-24T19:52:53.411Z Downloaded xattr v1.6.1
8762026-08-24T19:52:53.414Z Downloaded unicode-bidi v0.3.18
8772026-08-24T19:52:53.414Z Downloaded untrusted v0.9.0
8782026-08-24T19:52:53.414Z Downloaded usdt-macro v0.6.0
8792026-08-24T19:52:53.417Z Downloaded icu_locale_core v2.1.1
8802026-08-24T19:52:53.420Z Downloaded ingot-macros v0.2.0
8812026-08-24T19:52:53.420Z Downloaded spin v0.9.8
8822026-08-24T19:52:53.420Z Downloaded crypto-common v0.2.2
8832026-08-24T19:52:53.424Z Downloaded serde-hex v0.1.0
8842026-08-24T19:52:53.424Z Downloaded serde_with_macros v1.5.2
8852026-08-24T19:52:53.424Z Downloaded p521 v0.14.0
8862026-08-24T19:52:53.427Z Downloaded scrypt v0.12.0
8872026-08-24T19:52:53.427Z Downloaded smallvec v0.6.14
8882026-08-24T19:52:53.427Z Downloaded x509-cert v0.2.5
8892026-08-24T19:52:53.430Z Downloaded ident_case v1.0.1
8902026-08-24T19:52:53.433Z Downloaded slog-json v2.6.1
8912026-08-24T19:52:53.433Z Downloaded zerocopy v0.6.6
8922026-08-24T19:52:53.436Z Downloaded prettyplease v0.2.37
8932026-08-24T19:52:53.439Z Downloaded tokio-native-tls v0.3.1
8942026-08-24T19:52:53.439Z Downloaded dropshot-api-manager-types v0.8.0
8952026-08-24T19:52:53.439Z Downloaded rand v0.10.1
8962026-08-24T19:52:53.443Z Downloaded inout v0.2.2
8972026-08-24T19:52:53.446Z Downloaded lazy_static v1.5.0
8982026-08-24T19:52:53.446Z Downloaded maplit v1.0.2
8992026-08-24T19:52:53.446Z Downloaded uuid v1.23.4
9002026-08-24T19:52:53.450Z Downloaded oxide-update-engine v0.1.2
9012026-08-24T19:52:53.453Z Downloaded tls_codec v0.4.2
9022026-08-24T19:52:53.453Z Downloaded strum_macros v0.27.2
9032026-08-24T19:52:53.455Z Downloaded thiserror-no-std v2.0.2
9042026-08-24T19:52:53.460Z Downloaded hashbrown v0.14.5
9052026-08-24T19:52:53.463Z Downloaded hashbrown v0.16.1
9062026-08-24T19:52:53.465Z Downloaded rand_seeder v0.4.0
9072026-08-24T19:52:53.468Z Downloaded diff v0.1.13
9082026-08-24T19:52:53.468Z Downloaded tui-tree-widget v0.23.1
9092026-08-24T19:52:53.468Z Downloaded ecdsa v0.17.0
9102026-08-24T19:52:53.471Z Downloaded path-slash v0.1.5
9112026-08-24T19:52:53.471Z Downloaded precomputed-hash v0.1.1
9122026-08-24T19:52:53.475Z Downloaded tar v0.4.46
9132026-08-24T19:52:53.478Z Downloaded rustls-pki-types v1.14.0
9142026-08-24T19:52:53.478Z Downloaded zstd-safe v7.2.4
9152026-08-24T19:52:53.481Z Downloaded hyper-rustls v0.27.7
9162026-08-24T19:52:53.485Z Downloaded rfc6979 v0.6.0
9172026-08-24T19:52:53.485Z Downloaded typed-path v0.9.3
9182026-08-24T19:52:53.488Z Downloaded derive_builder_core v0.20.2
9192026-08-24T19:52:53.488Z Downloaded proc-macro-error-attr2 v2.0.0
9202026-08-24T19:52:53.491Z Downloaded rustc-hash v2.1.1
9212026-08-24T19:52:53.493Z Downloaded num-bigint-dig v0.8.6
9222026-08-24T19:52:53.496Z Downloaded signature v2.2.0
9232026-08-24T19:52:53.499Z Downloaded slog-envlogger v2.2.0
9242026-08-24T19:52:53.502Z Downloaded yansi v1.0.1
9252026-08-24T19:52:53.502Z Downloaded rayon-core v1.13.0
9262026-08-24T19:52:53.504Z Downloaded libbz2-rs-sys v0.2.2
9272026-08-24T19:52:53.509Z Downloaded libloading v0.8.9
9282026-08-24T19:52:53.513Z Downloaded sapling-renderdag v0.1.0
9292026-08-24T19:52:53.513Z Downloaded serde_urlencoded v0.7.1
9302026-08-24T19:52:53.513Z Downloaded derive_more v2.1.1
9312026-08-24T19:52:53.516Z Downloaded humantime v2.3.0
9322026-08-24T19:52:53.518Z Downloaded tap v1.0.1
9332026-08-24T19:52:53.518Z Downloaded sync_wrapper v1.0.2
9342026-08-24T19:52:53.518Z Downloaded thread-id v5.1.0
9352026-08-24T19:52:53.518Z Downloaded tinyvec_macros v0.1.1
9362026-08-24T19:52:53.518Z Downloaded universal-hash v0.6.1
9372026-08-24T19:52:53.521Z Downloaded xshell-macros v0.2.7
9382026-08-24T19:52:53.521Z Downloaded parking_lot v0.12.5
9392026-08-24T19:52:53.521Z Downloaded pkcs5 v0.8.1
9402026-08-24T19:52:53.524Z Downloaded term v0.7.0
9412026-08-24T19:52:53.527Z Downloaded aes v0.9.1
9422026-08-24T19:52:53.531Z Downloaded keccak v0.2.0
9432026-08-24T19:52:53.531Z Downloaded lock_api v0.4.14
9442026-08-24T19:52:53.531Z Downloaded hashbrown v0.15.5
9452026-08-24T19:52:53.534Z Downloaded prefix-trie v0.7.0
9462026-08-24T19:52:53.536Z Downloaded walkdir v2.5.0
9472026-08-24T19:52:53.537Z Downloaded nu-ansi-term v0.50.3
9482026-08-24T19:52:53.537Z Downloaded num-integer v0.1.46
9492026-08-24T19:52:53.540Z Downloaded paste v1.0.15
9502026-08-24T19:52:53.540Z Downloaded rustyline v14.0.0
9512026-08-24T19:52:53.542Z Downloaded crc-catalog v2.4.0
9522026-08-24T19:52:53.545Z Downloaded crucible-workspace-hack v0.1.0
9532026-08-24T19:52:53.545Z Downloaded newtype-uuid v1.3.2
9542026-08-24T19:52:53.545Z Downloaded owo-colors v4.3.0
9552026-08-24T19:52:53.545Z Downloaded zone v0.3.1
9562026-08-24T19:52:53.545Z Downloaded darling_macro v0.13.4
9572026-08-24T19:52:53.545Z Downloaded dirs-next v2.0.0
9582026-08-24T19:52:53.548Z Downloaded postgres-protocol v0.6.12
9592026-08-24T19:52:53.548Z Downloaded zerocopy-derive v0.8.55
9602026-08-24T19:52:53.554Z Downloaded oxnet v0.1.6
9612026-08-24T19:52:53.556Z Downloaded progenitor v0.14.0
9622026-08-24T19:52:53.556Z Downloaded proc-macro-error2 v2.0.1
9632026-08-24T19:52:53.559Z Downloaded dtrace-parser v0.3.0
9642026-08-24T19:52:53.562Z Downloaded crc32fast v1.5.0
9652026-08-24T19:52:53.569Z Downloaded ssh-cipher v0.3.0
9662026-08-24T19:52:53.574Z Downloaded instant v0.1.13
9672026-08-24T19:52:53.574Z Downloaded keccak v0.1.6
9682026-08-24T19:52:53.578Z Downloaded reedline v0.40.0
9692026-08-24T19:52:53.581Z Downloaded openssl-probe v0.2.1
9702026-08-24T19:52:53.581Z Downloaded ipnetwork v0.21.1
9712026-08-24T19:52:53.584Z Downloaded sqlformat v0.3.5
9722026-08-24T19:52:53.584Z Downloaded des v0.9.0
9732026-08-24T19:52:53.587Z Downloaded slog-scope v4.4.1
9742026-08-24T19:52:53.590Z Downloaded diesel_derives v2.3.7
9752026-08-24T19:52:53.595Z Downloaded parse-size v1.1.0
9762026-08-24T19:52:53.598Z Downloaded whoami v1.6.1
9772026-08-24T19:52:53.601Z Downloaded crypto-bigint v0.5.5
9782026-08-24T19:52:53.604Z Downloaded ref-cast-impl v1.0.25
9792026-08-24T19:52:53.604Z Downloaded yoke v0.8.1
9802026-08-24T19:52:53.607Z Downloaded darling v0.13.4
9812026-08-24T19:52:53.609Z Downloaded rustc_version v0.4.1
9822026-08-24T19:52:53.612Z Downloaded semver v0.1.20
9832026-08-24T19:52:53.612Z Downloaded secrecy v0.10.3
9842026-08-24T19:52:53.615Z Downloaded signature v3.0.0
9852026-08-24T19:52:53.615Z Downloaded const_format_proc_macros v0.2.34
9862026-08-24T19:52:53.618Z Downloaded zerovec v0.11.5
9872026-08-24T19:52:53.620Z Downloaded ctutils v0.4.2
9882026-08-24T19:52:53.621Z Downloaded cookie_store v0.22.1
9892026-08-24T19:52:53.624Z Downloaded ed25519 v3.0.0
9902026-08-24T19:52:53.624Z Downloaded pin-project-lite v0.2.17
9912026-08-24T19:52:53.626Z Downloaded crossterm v0.28.1
9922026-08-24T19:52:53.629Z Downloaded der v0.7.10
9932026-08-24T19:52:53.633Z Downloaded darling_core v0.13.4
9942026-08-24T19:52:53.635Z Downloaded strsim v0.10.0
9952026-08-24T19:52:53.635Z Downloaded zone_cfg_derive v0.3.1
9962026-08-24T19:52:53.635Z Downloaded inout v0.1.4
9972026-08-24T19:52:53.635Z Downloaded lalrpop-util v0.19.12
9982026-08-24T19:52:53.635Z Downloaded kstat-rs v0.2.5
9992026-08-24T19:52:53.638Z Downloaded take_mut v0.2.2
10002026-08-24T19:52:53.638Z Downloaded tower-layer v0.3.3
10012026-08-24T19:52:53.643Z Downloaded utf8_iter v1.0.4
10022026-08-24T19:52:53.646Z Downloaded derive_builder_macro v0.20.2
10032026-08-24T19:52:53.649Z Downloaded linear-map v1.2.0
10042026-08-24T19:52:53.652Z Downloaded nanorand v0.7.0
10052026-08-24T19:52:53.654Z Downloaded aes-gcm v0.11.0
10062026-08-24T19:52:53.657Z Downloaded futures-util v0.3.32
10072026-08-24T19:52:53.663Z Downloaded snafu v0.8.9
10082026-08-24T19:52:53.667Z Downloaded phf v0.12.1
10092026-08-24T19:52:53.670Z Downloaded defmt v0.3.100
10102026-08-24T19:52:53.670Z Downloaded md5 v0.8.0
10112026-08-24T19:52:53.670Z Downloaded ed25519-dalek v3.0.0
10122026-08-24T19:52:53.670Z Downloaded phf_shared v0.12.1
10132026-08-24T19:52:53.674Z Downloaded primefield v0.14.0
10142026-08-24T19:52:53.674Z Downloaded rpassword v7.5.4
10152026-08-24T19:52:53.674Z Downloaded publicsuffix v2.3.0
10162026-08-24T19:52:53.677Z Downloaded hkdf v0.13.0
10172026-08-24T19:52:53.680Z Downloaded phc v0.6.1
10182026-08-24T19:52:53.680Z Downloaded hkdf v0.12.4
10192026-08-24T19:52:53.680Z Downloaded rand_core v0.6.4
10202026-08-24T19:52:53.683Z Downloaded toml_edit v0.23.10+spec-1.0.0
10212026-08-24T19:52:53.686Z Downloaded vergen-git2 v9.1.0
10222026-08-24T19:52:53.686Z Downloaded progenitor-client v0.14.0
10232026-08-24T19:52:53.689Z Downloaded derive-ex v0.1.8
10242026-08-24T19:52:53.691Z Downloaded ref-cast v1.0.25
10252026-08-24T19:52:53.694Z Downloaded secrecy v0.8.0
10262026-08-24T19:52:53.694Z Downloaded slog-stdlog v4.1.1
10272026-08-24T19:52:53.694Z Downloaded iana-time-zone v0.1.65
10282026-08-24T19:52:53.698Z Downloaded ssh-key v0.7.0-rc.11
10292026-08-24T19:52:53.701Z Downloaded tokio-dtrace v0.1.1
10302026-08-24T19:52:53.701Z Downloaded usdt-impl v0.6.0
10312026-08-24T19:52:53.704Z Downloaded sha1 v0.10.6
10322026-08-24T19:52:53.704Z Downloaded shell-words v1.1.1
10332026-08-24T19:52:53.704Z Downloaded tagptr v0.2.0
10342026-08-24T19:52:53.704Z Downloaded rcgen v0.12.1
10352026-08-24T19:52:53.707Z Downloaded crossbeam-deque v0.8.6
10362026-08-24T19:52:53.707Z Downloaded schemars v0.8.22
10372026-08-24T19:52:53.711Z Downloaded serde_cbor v0.11.2
10382026-08-24T19:52:53.718Z Downloaded untrusted v0.7.1
10392026-08-24T19:52:53.721Z Downloaded difflib v0.4.0
10402026-08-24T19:52:53.721Z Downloaded litemap v0.8.1
10412026-08-24T19:52:53.721Z Downloaded steno v0.4.1
10422026-08-24T19:52:53.724Z Downloaded ed25519 v2.2.3
10432026-08-24T19:52:53.724Z Downloaded rusty-fork v0.3.1
10442026-08-24T19:52:53.727Z Downloaded tls_codec_derive v0.4.2
10452026-08-24T19:52:53.727Z Downloaded uzers v0.12.2
10462026-08-24T19:52:53.727Z Downloaded aho-corasick v1.1.4
10472026-08-24T19:52:53.730Z Downloaded itertools v0.13.0
10482026-08-24T19:52:53.732Z Downloaded icu_normalizer_data v2.1.1
10492026-08-24T19:52:53.735Z Downloaded darling_core v0.21.3
10502026-08-24T19:52:53.738Z Downloaded module-lattice v0.2.3
10512026-08-24T19:52:53.739Z Downloaded deranged v0.5.8
10522026-08-24T19:52:53.739Z Downloaded rayon v1.11.0
10532026-08-24T19:52:53.743Z Downloaded zerofrom-derive v0.1.6
10542026-08-24T19:52:53.746Z Downloaded defmt-parser v1.0.0
10552026-08-24T19:52:53.746Z Downloaded internet-checksum v0.2.1
10562026-08-24T19:52:53.746Z Downloaded qorb v0.4.1
10572026-08-24T19:52:53.749Z Downloaded quinn-udp v0.5.14
10582026-08-24T19:52:53.749Z Downloaded num_enum_derive v0.7.6
10592026-08-24T19:52:53.749Z Downloaded pkg-config v0.3.32
10602026-08-24T19:52:53.749Z Downloaded tungstenite v0.23.0
10612026-08-24T19:52:53.752Z Downloaded num-derive v0.4.2
10622026-08-24T19:52:53.752Z Downloaded oxide-generation v0.1.3
10632026-08-24T19:52:53.755Z Downloaded parse-display-derive v0.10.0
10642026-08-24T19:52:53.761Z Downloaded rustc_version v0.1.7
10652026-08-24T19:52:53.765Z Downloaded p256 v0.14.0
10662026-08-24T19:52:53.768Z Downloaded static_assertions v1.1.0
10672026-08-24T19:52:53.768Z Downloaded aws-lc-rs v1.16.3
10682026-08-24T19:52:53.771Z Downloaded serde_bytes v0.11.19
10692026-08-24T19:52:53.774Z Downloaded rustls-webpki v0.103.13
10702026-08-24T19:52:53.774Z Downloaded stacker v0.1.23
10712026-08-24T19:52:53.777Z Downloaded der v0.8.0
10722026-08-24T19:52:53.779Z Downloaded snafu-derive v0.8.9
10732026-08-24T19:52:53.782Z Downloaded h2 v0.4.15
10742026-08-24T19:52:53.785Z Downloaded universal-hash v0.5.1
10752026-08-24T19:52:53.795Z Downloaded xshell v0.2.7
10762026-08-24T19:52:53.795Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10772026-08-24T19:52:53.795Z Downloaded darling_core v0.23.0
10782026-08-24T19:52:53.795Z Downloaded oxide-update-engine-types v0.1.2
10792026-08-24T19:52:53.795Z Downloaded daft v0.1.8
10802026-08-24T19:52:53.795Z Downloaded hyper-staticfile v0.10.1
10812026-08-24T19:52:53.798Z Downloaded schemars v0.9.0
10822026-08-24T19:52:53.801Z Downloaded ml-kem v0.3.2
10832026-08-24T19:52:53.805Z Downloaded is-terminal v0.4.17
10842026-08-24T19:52:53.805Z Downloaded dyn-clone v1.0.20
10852026-08-24T19:52:53.805Z Downloaded jobserver v0.1.34
10862026-08-24T19:52:53.808Z Downloaded miette v7.6.0
10872026-08-24T19:52:53.808Z Downloaded structmeta v0.3.0
10882026-08-24T19:52:53.811Z Downloaded ed25519-dalek v2.2.0
10892026-08-24T19:52:53.811Z Downloaded digest v0.11.3
10902026-08-24T19:52:53.814Z Downloaded lru v0.12.5
10912026-08-24T19:52:53.814Z Downloaded peg-runtime v0.8.5
10922026-08-24T19:52:53.814Z Downloaded libscf-sys v1.2.0
10932026-08-24T19:52:53.814Z Downloaded openssl-probe v0.1.6
10942026-08-24T19:52:53.814Z Downloaded idna v1.1.0
10952026-08-24T19:52:53.816Z Downloaded ignore v0.4.25
10962026-08-24T19:52:53.816Z Downloaded potential_utf v0.1.4
10972026-08-24T19:52:53.819Z Downloaded parking_lot_core v0.8.6
10982026-08-24T19:52:53.819Z Downloaded tinyvec v1.10.0
10992026-08-24T19:52:53.819Z Downloaded recursive v0.1.1
11002026-08-24T19:52:53.822Z Downloaded typify v0.6.2
11012026-08-24T19:52:53.822Z Downloaded unsafe-libyaml v0.2.11
11022026-08-24T19:52:53.825Z Downloaded oxide-tokio-rt v0.1.4
11032026-08-24T19:52:53.825Z Downloaded predicates v3.1.4
11042026-08-24T19:52:53.830Z Downloaded native-tls v0.2.18
11052026-08-24T19:52:53.832Z Downloaded debug-ignore v1.0.5
11062026-08-24T19:52:53.832Z Downloaded winnow v0.6.26
11072026-08-24T19:52:53.836Z Downloaded yoke-derive v0.8.1
11082026-08-24T19:52:53.839Z Downloaded nom v8.0.0
11092026-08-24T19:52:53.842Z Downloaded signal-hook-registry v1.4.8
11102026-08-24T19:52:53.842Z Downloaded spki v0.7.3
11112026-08-24T19:52:53.842Z Downloaded zopfli v0.8.3
11122026-08-24T19:52:53.845Z Downloaded illumos-nvpair v0.3.0
11132026-08-24T19:52:53.845Z Downloaded supports-hyperlinks v3.2.0
11142026-08-24T19:52:53.847Z Downloaded sha1 v0.11.0
11152026-08-24T19:52:53.847Z Downloaded dunce v1.0.5
11162026-08-24T19:52:53.847Z Downloaded termios v0.3.3
11172026-08-24T19:52:53.850Z Downloaded slog-term v2.9.2
11182026-08-24T19:52:53.857Z Downloaded tough v0.22.0
11192026-08-24T19:52:53.861Z Downloaded miniz_oxide v0.8.9
11202026-08-24T19:52:53.864Z Downloaded num-traits v0.2.19
11212026-08-24T19:52:53.864Z Downloaded tokio-tungstenite v0.23.1
11222026-08-24T19:52:53.867Z Downloaded critical-section v1.2.0
11232026-08-24T19:52:53.867Z Downloaded impl-trait-for-tuples v0.2.3
11242026-08-24T19:52:53.870Z Downloaded whoami v2.1.0
11252026-08-24T19:52:53.870Z Downloaded defmt-macros v1.0.1
11262026-08-24T19:52:53.873Z Downloaded typify-macro v0.6.2
11272026-08-24T19:52:53.873Z Downloaded memmap2 v0.9.10
11282026-08-24T19:52:53.877Z Downloaded derive-where v1.6.0
11292026-08-24T19:52:53.880Z Downloaded icu_properties v2.1.2
11302026-08-24T19:52:53.882Z Downloaded icu_provider v2.1.1
11312026-08-24T19:52:53.882Z Downloaded num v0.4.3
11322026-08-24T19:52:53.882Z Downloaded structmeta-derive v0.3.0
11332026-08-24T19:52:53.885Z Downloaded libsw-core v0.3.2
11342026-08-24T19:52:53.885Z Downloaded shlex v1.3.0
11352026-08-24T19:52:53.885Z Downloaded thiserror-impl-no-std v2.0.2
11362026-08-24T19:52:53.888Z Downloaded minimal-lexical v0.2.1
11372026-08-24T19:52:53.888Z Downloaded blake3 v1.8.5
11382026-08-24T19:52:53.892Z Downloaded crypto-primes v0.7.2
11392026-08-24T19:52:53.895Z Downloaded sync-ptr v0.1.4
11402026-08-24T19:52:53.898Z Downloaded reqwest v0.13.2
11412026-08-24T19:52:53.901Z Downloaded pkcs8 v0.11.0
11422026-08-24T19:52:53.901Z Downloaded pretty_assertions v1.4.1
11432026-08-24T19:52:53.904Z Downloaded digest-io v0.1.0
11442026-08-24T19:52:53.904Z Downloaded phf_shared v0.13.1
11452026-08-24T19:52:53.904Z Downloaded rand_pcg v0.10.2
11462026-08-24T19:52:53.904Z Downloaded either v1.15.0
11472026-08-24T19:52:53.906Z Downloaded tabwriter v1.4.1
11482026-08-24T19:52:53.906Z Downloaded daft-derive v0.1.8
11492026-08-24T19:52:53.909Z Downloaded ryu v1.0.23
11502026-08-24T19:52:53.912Z Downloaded ppv-lite86 v0.2.21
11512026-08-24T19:52:53.915Z Downloaded quick-error v1.2.3
11522026-08-24T19:52:53.915Z Downloaded subprocess v0.2.15
11532026-08-24T19:52:53.915Z Downloaded display-error-chain v0.2.2
11542026-08-24T19:52:53.918Z Downloaded rand_chacha v0.9.0
11552026-08-24T19:52:53.918Z Downloaded supports-color v3.0.2
11562026-08-24T19:52:53.918Z Downloaded lzss v0.8.2
11572026-08-24T19:52:53.918Z Downloaded termtree v0.5.1
11582026-08-24T19:52:53.918Z Downloaded crunchy v0.2.4
11592026-08-24T19:52:53.922Z Downloaded zip v4.6.1
11602026-08-24T19:52:53.924Z Downloaded der_derive v0.7.3
11612026-08-24T19:52:53.928Z Downloaded pem-rfc7468 v0.7.0
11622026-08-24T19:52:53.928Z Downloaded rustversion v1.0.22
11632026-08-24T19:52:53.931Z Downloaded zerovec-derive v0.11.2
11642026-08-24T19:52:53.931Z Downloaded icu_collections v2.1.1
11652026-08-24T19:52:53.934Z Downloaded rand v0.9.2
11662026-08-24T19:52:53.934Z Downloaded iri-string v0.7.10
11672026-08-24T19:52:53.940Z Downloaded cookie v0.18.1
11682026-08-24T19:52:53.943Z Downloaded crc v3.4.0
11692026-08-24T19:52:53.943Z Downloaded parse-display v0.10.0
11702026-08-24T19:52:53.946Z Downloaded sec1 v0.8.1
11712026-08-24T19:52:53.954Z Downloaded memoffset v0.9.1
11722026-08-24T19:52:53.957Z Downloaded postgres-types v0.2.12
11732026-08-24T19:52:53.957Z Downloaded pem-rfc7468 v1.0.0
11742026-08-24T19:52:53.960Z Downloaded managed v0.8.0
11752026-08-24T19:52:53.960Z Downloaded psl-types v2.0.11
11762026-08-24T19:52:53.972Z Downloaded progenitor-impl v0.13.0
11772026-08-24T19:52:53.974Z Downloaded indoc v2.0.7
11782026-08-24T19:52:53.977Z Downloaded unicode-properties v0.1.4
11792026-08-24T19:52:53.978Z Downloaded derive_more-impl v2.1.1
11802026-08-24T19:52:53.980Z Downloaded ingot v0.2.1
11812026-08-24T19:52:53.980Z Downloaded tokio-rustls v0.26.4
11822026-08-24T19:52:53.983Z Downloaded slog-dtrace v0.3.0
11832026-08-24T19:52:53.983Z Downloaded toml v0.7.8
11842026-08-24T19:52:53.991Z Downloaded bindgen v0.71.1
11852026-08-24T19:52:53.996Z Downloaded socket2 v0.6.3
11862026-08-24T19:52:53.998Z Downloaded displaydoc v0.2.5
11872026-08-24T19:52:53.998Z Downloaded elliptic-curve v0.13.8
11882026-08-24T19:52:54.001Z Downloaded pkcs8 v0.10.2
11892026-08-24T19:52:54.005Z Downloaded ctr v0.10.1
11902026-08-24T19:52:54.009Z Downloaded bitvec v1.0.1
11912026-08-24T19:52:54.017Z Downloaded vergen v9.1.0
11922026-08-24T19:52:54.020Z Downloaded chrono v0.4.45
11932026-08-24T19:52:54.023Z Downloaded rsa v0.9.10
11942026-08-24T19:52:54.026Z Downloaded tokio-util v0.7.18
11952026-08-24T19:52:54.030Z Downloaded tower v0.5.3
11962026-08-24T19:52:54.034Z Downloaded sha2 v0.11.0
11972026-08-24T19:52:54.037Z Downloaded git2 v0.20.4
11982026-08-24T19:52:54.041Z Downloaded tungstenite v0.21.0
11992026-08-24T19:52:54.044Z Downloaded crc-any v2.5.0
12002026-08-24T19:52:54.046Z Downloaded icu_properties_data v2.1.2
12012026-08-24T19:52:54.049Z Downloaded vsss-rs v3.3.4
12022026-08-24T19:52:54.052Z Downloaded nom v7.1.3
12032026-08-24T19:52:54.055Z Downloaded salsa20 v0.11.0
12042026-08-24T19:52:54.055Z Downloaded quinn-proto v0.11.16
12052026-08-24T19:52:54.058Z Downloaded crossterm v0.29.0
12062026-08-24T19:52:54.061Z Downloaded hyper v1.10.1
12072026-08-24T19:52:54.065Z Downloaded itertools v0.14.0
12082026-08-24T19:52:54.069Z Downloaded itertools v0.15.0
12092026-08-24T19:52:54.073Z Downloaded tokio-postgres v0.7.16
12102026-08-24T19:52:54.076Z Downloaded hyper-util v0.1.20
12112026-08-24T19:52:54.080Z Downloaded itertools v0.10.5
12122026-08-24T19:52:54.084Z Downloaded rawzip v0.4.4
12132026-08-24T19:52:54.087Z Downloaded dropshot-api-manager v0.8.0
12142026-08-24T19:52:54.090Z Downloaded russh v0.62.4
12152026-08-24T19:52:54.096Z Downloaded rand v0.8.6
12162026-08-24T19:52:54.099Z Downloaded proptest v1.11.0
12172026-08-24T19:52:54.104Z Downloaded indexmap v1.9.3
12182026-08-24T19:52:54.106Z Downloaded vte v0.14.1
12192026-08-24T19:52:54.109Z Downloaded time v0.3.47
12202026-08-24T19:52:54.115Z Downloaded dropshot_endpoint v0.17.1
12212026-08-24T19:52:54.118Z Downloaded toml_edit v0.19.15
12222026-08-24T19:52:54.127Z Downloaded slog v2.8.2
12232026-08-24T19:52:54.131Z Downloaded zip v0.6.6
12242026-08-24T19:52:54.133Z Downloaded derive_more v0.99.20
12252026-08-24T19:52:54.136Z Downloaded tabled v0.21.0
12262026-08-24T19:52:54.146Z Downloaded p384 v0.13.1
12272026-08-24T19:52:54.149Z Downloaded vcpkg v0.2.15
12282026-08-24T19:52:54.174Z Downloaded openssl-sys v0.9.117
12292026-08-24T19:52:54.178Z Downloaded goblin v0.10.5
12302026-08-24T19:52:54.183Z Downloaded internal-russh-num-bigint v0.5.0
12312026-08-24T19:52:54.186Z Downloaded socket2 v0.5.10
12322026-08-24T19:52:54.189Z Downloaded crossbeam-channel v0.5.15
12332026-08-24T19:52:54.192Z Downloaded knus v3.4.0
12342026-08-24T19:52:54.192Z Downloaded zlib-rs v0.6.2
12352026-08-24T19:52:54.195Z Downloaded progenitor-impl v0.14.0
12362026-08-24T19:52:54.198Z Downloaded portable-atomic v1.13.1
12372026-08-24T19:52:54.201Z Downloaded const_format v0.2.35
12382026-08-24T19:52:54.204Z Downloaded unicode-segmentation v1.12.0
12392026-08-24T19:52:54.206Z Downloaded smoltcp v0.9.1
12402026-08-24T19:52:54.212Z Downloaded rsa v0.10.0-rc.18
12412026-08-24T19:52:54.216Z Downloaded libm v0.2.16
12422026-08-24T19:52:54.222Z Downloaded gimli v0.32.3
12432026-08-24T19:52:54.227Z Downloaded serde_with v1.14.0
12442026-08-24T19:52:54.230Z Downloaded schemars v1.2.1
12452026-08-24T19:52:54.239Z Downloaded lalrpop v0.19.12
12462026-08-24T19:52:54.246Z Downloaded libxml v0.3.3
12472026-08-24T19:52:54.250Z Downloaded url v2.5.8
12482026-08-24T19:52:54.253Z Downloaded mio v1.2.0
12492026-08-24T19:52:54.256Z Downloaded num-bigint v0.4.6
12502026-08-24T19:52:54.259Z Downloaded tower-http v0.6.8
12512026-08-24T19:52:54.263Z Downloaded salty v0.3.0
12522026-08-24T19:52:54.268Z Downloaded jiff-core v0.1.0
12532026-08-24T19:52:54.270Z Downloaded sha3 v0.12.0
12542026-08-24T19:52:54.273Z Downloaded regex v1.12.3
12552026-08-24T19:52:54.276Z Downloaded itertools v0.12.1
12562026-08-24T19:52:54.279Z Downloaded bstr v1.12.1
12572026-08-24T19:52:54.285Z Downloaded unicode-normalization v0.1.25
12582026-08-24T19:52:54.288Z Downloaded hickory-proto v0.24.4
12592026-08-24T19:52:54.297Z Downloaded smoltcp v0.11.0
12602026-08-24T19:52:54.304Z Downloaded regress v0.10.5
12612026-08-24T19:52:54.311Z Downloaded winnow v1.0.3
12622026-08-24T19:52:54.317Z Downloaded regex-syntax v0.6.29
12632026-08-24T19:52:54.321Z Downloaded nix v0.27.1
12642026-08-24T19:52:54.328Z Downloaded reqwest v0.12.28
12652026-08-24T19:52:54.334Z Downloaded polar-core v0.27.3
12662026-08-24T19:52:54.337Z Downloaded winnow v0.5.40
12672026-08-24T19:52:54.342Z Downloaded openssl v0.10.80
12682026-08-24T19:52:54.348Z Downloaded petname v2.0.2
12692026-08-24T19:52:54.352Z Downloaded quick-xml v0.37.5
12702026-08-24T19:52:54.355Z Downloaded iddqd v0.4.2
12712026-08-24T19:52:54.360Z Downloaded curve25519-dalek v5.0.0
12722026-08-24T19:52:54.367Z Downloaded dropshot v0.17.1
12732026-08-24T19:52:54.381Z Downloaded serde_with v3.21.0
12742026-08-24T19:52:54.390Z Downloaded syn v3.0.3
12752026-08-24T19:52:54.396Z Downloaded rustix v0.38.44
12762026-08-24T19:52:54.410Z Downloaded rustls v0.23.41
12772026-08-24T19:52:54.417Z Downloaded radix_trie v0.2.1
12782026-08-24T19:52:54.420Z Downloaded curve25519-dalek v4.1.3
12792026-08-24T19:52:54.426Z Downloaded moka v0.12.13
12802026-08-24T19:52:54.431Z Downloaded regex-syntax v0.8.10
12812026-08-24T19:52:54.436Z Downloaded openapiv3 v2.2.0
12822026-08-24T19:52:54.443Z Downloaded zerocopy v0.8.55
12832026-08-24T19:52:54.456Z Downloaded object v0.30.4
12842026-08-24T19:52:54.464Z Downloaded hickory-proto v0.25.2
12852026-08-24T19:52:54.472Z Downloaded object v0.37.3
12862026-08-24T19:52:54.479Z Downloaded nix v0.28.0
12872026-08-24T19:52:54.486Z Downloaded crypto-bigint v0.7.5
12882026-08-24T19:52:54.495Z Downloaded nix v0.31.2
12892026-08-24T19:52:54.503Z Downloaded sha3 v0.11.0
12902026-08-24T19:52:54.505Z Downloaded tracing v0.1.44
12912026-08-24T19:52:54.518Z Downloaded regress v0.11.1
12922026-08-24T19:52:54.523Z Downloaded diesel v2.3.7
12932026-08-24T19:52:54.535Z Downloaded sled v0.34.7
12942026-08-24T19:52:54.541Z Downloaded sqlparser v0.61.0
12952026-08-24T19:52:54.546Z Downloaded bzip2-sys v0.1.13+1.0.8
12962026-08-24T19:52:54.553Z Downloaded typify-impl v0.6.2
12972026-08-24T19:52:54.561Z Downloaded ratatui v0.29.0
12982026-08-24T19:52:54.572Z Downloaded regex-automata v0.4.14
12992026-08-24T19:52:54.583Z Downloaded chrono-tz v0.10.4
13002026-08-24T19:52:54.594Z Downloaded zerocopy-derive v0.6.6
13012026-08-24T19:52:54.599Z Downloaded jiff v0.2.34
13022026-08-24T19:52:54.609Z Downloaded petgraph v0.6.5
13032026-08-24T19:52:54.624Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13042026-08-24T19:52:54.635Z Downloaded petgraph v0.8.3
13052026-08-24T19:52:54.648Z Downloaded sha3 v0.10.8
13062026-08-24T19:52:54.650Z Downloaded tokio v1.52.1
13072026-08-24T19:52:54.673Z Downloaded libz-sys v1.1.24
13082026-08-24T19:52:54.686Z Downloaded csv v1.4.0
13092026-08-24T19:52:54.703Z Downloaded encoding_rs v0.8.35
13102026-08-24T19:52:54.726Z Downloaded ring v0.17.14
13112026-08-24T19:52:54.758Z Downloaded libgit2-sys v0.18.3+1.9.2
13122026-08-24T19:52:55.244Z Downloaded aws-lc-sys v0.40.0
13132026-08-24T19:52:55.509Z Compiling serde_core v1.0.228
13142026-08-24T19:52:55.509Z Compiling libc v0.2.185
13152026-08-24T19:52:55.512Z Compiling serde v1.0.228
13162026-08-24T19:52:55.512Z Compiling log v0.4.33
13172026-08-24T19:52:55.512Z Compiling smallvec v1.15.1
13182026-08-24T19:52:55.512Z Compiling subtle v2.6.1
13192026-08-24T19:52:55.512Z Compiling shlex v1.3.0
13202026-08-24T19:52:55.512Z Compiling find-msvc-tools v0.1.9
13212026-08-24T19:52:55.689Z Compiling typenum v1.20.1
13222026-08-24T19:52:55.692Z Compiling scopeguard v1.2.0
13232026-08-24T19:52:55.700Z Compiling stable_deref_trait v1.2.1
13242026-08-24T19:52:55.703Z Compiling portable-atomic v1.13.1
13252026-08-24T19:52:55.703Z Compiling getrandom v0.4.3
13262026-08-24T19:52:55.738Z Compiling serde_json v1.0.151
13272026-08-24T19:52:55.741Z Compiling syn v2.0.117
13282026-08-24T19:52:55.752Z Compiling rand_core v0.10.0
13292026-08-24T19:52:55.840Z Compiling lock_api v0.4.14
13302026-08-24T19:52:55.868Z Compiling zerocopy v0.8.55
13312026-08-24T19:52:55.894Z Compiling critical-section v1.2.0
13322026-08-24T19:52:55.910Z Compiling libm v0.2.16
13332026-08-24T19:52:55.913Z Compiling num-traits v0.2.19
13342026-08-24T19:52:55.938Z Compiling pkg-config v0.3.32
13352026-08-24T19:52:56.013Z Compiling parking_lot_core v0.9.12
13362026-08-24T19:52:56.029Z Compiling pin-project-lite v0.2.17
13372026-08-24T19:52:56.045Z Compiling writeable v0.6.2
13382026-08-24T19:52:56.110Z Compiling percent-encoding v2.3.2
13392026-08-24T19:52:56.125Z Compiling litemap v0.8.1
13402026-08-24T19:52:56.128Z Compiling futures-core v0.3.32
13412026-08-24T19:52:56.158Z Compiling icu_normalizer_data v2.1.1
13422026-08-24T19:52:56.220Z Compiling icu_properties_data v2.1.2
13432026-08-24T19:52:56.289Z Compiling generic-array v0.14.7
13442026-08-24T19:52:56.336Z Compiling rustix v1.1.4
13452026-08-24T19:52:56.339Z Compiling const-oid v0.9.6
13462026-08-24T19:52:56.352Z Compiling getrandom v0.3.4
13472026-08-24T19:52:56.355Z Compiling futures-sink v0.3.32
13482026-08-24T19:52:56.405Z Compiling utf8_iter v1.0.4
13492026-08-24T19:52:56.434Z Compiling form_urlencoded v1.2.2
13502026-08-24T19:52:56.496Z Compiling futures-channel v0.3.32
13512026-08-24T19:52:56.511Z Compiling futures-task v0.3.32
13522026-08-24T19:52:56.554Z Compiling slab v0.4.12
13532026-08-24T19:52:56.570Z Compiling futures-io v0.3.32
13542026-08-24T19:52:56.572Z Compiling rustversion v1.0.22
13552026-08-24T19:52:56.601Z Compiling cmov v0.5.4
13562026-08-24T19:52:56.630Z Compiling errno v0.3.14
13572026-08-24T19:52:56.671Z Compiling jobserver v0.1.34
13582026-08-24T19:52:56.709Z Compiling getrandom v0.2.17
13592026-08-24T19:52:56.744Z Compiling signal-hook-registry v1.4.8
13602026-08-24T19:52:56.747Z Compiling mio v1.2.0
13612026-08-24T19:52:56.797Z Compiling socket2 v0.6.3
13622026-08-24T19:52:56.830Z Compiling ctutils v0.4.2
13632026-08-24T19:52:56.932Z Compiling cc v1.2.56
13642026-08-24T19:52:56.957Z Compiling once_cell v1.21.3
13652026-08-24T19:52:56.972Z Compiling parking_lot v0.12.5
13662026-08-24T19:52:56.985Z Compiling rand_core v0.6.4
13672026-08-24T19:52:57.047Z Compiling iana-time-zone v0.1.65
13682026-08-24T19:52:57.058Z Compiling base64ct v1.8.3
13692026-08-24T19:52:57.101Z Compiling regex-syntax v0.8.10
13702026-08-24T19:52:57.104Z Compiling dunce v1.0.5
13712026-08-24T19:52:57.179Z Compiling flagset v0.4.7
13722026-08-24T19:52:57.219Z Compiling fs_extra v1.3.0
13732026-08-24T19:52:57.234Z Compiling ident_case v1.0.1
13742026-08-24T19:52:57.250Z Compiling base64 v0.22.1
13752026-08-24T19:52:57.266Z Compiling rand_core v0.9.5
13762026-08-24T19:52:57.281Z Compiling syn v1.0.109
13772026-08-24T19:52:57.308Z Compiling pem-rfc7468 v0.7.0
13782026-08-24T19:52:57.322Z Compiling vcpkg v0.2.15
13792026-08-24T19:52:57.363Z Compiling dyn-clone v1.0.20
13802026-08-24T19:52:57.378Z Compiling schemars v0.8.22
13812026-08-24T19:52:57.380Z Compiling tracing-core v0.1.36
13822026-08-24T19:52:57.407Z Compiling simd-adler32 v0.3.8
13832026-08-24T19:52:57.500Z Compiling aws-lc-rs v1.16.3
13842026-08-24T19:52:57.517Z Compiling spin v0.9.8
13852026-08-24T19:52:57.553Z Compiling crc32fast v1.5.0
13862026-08-24T19:52:57.583Z Compiling adler2 v2.0.1
13872026-08-24T19:52:57.623Z Compiling httparse v1.10.1
13882026-08-24T19:52:57.653Z Compiling openssl-probe v0.2.1
13892026-08-24T19:52:57.656Z Compiling tinyvec_macros v0.1.1
13902026-08-24T19:52:57.682Z Compiling cmake v0.1.57
13912026-08-24T19:52:57.698Z Compiling miniz_oxide v0.8.9
13922026-08-24T19:52:57.728Z Compiling tinyvec v1.10.0
13932026-08-24T19:52:57.744Z Compiling aho-corasick v1.1.4
13942026-08-24T19:52:57.763Z Compiling untrusted v0.7.1
13952026-08-24T19:52:57.816Z Compiling bitflags v2.11.0
13962026-08-24T19:52:57.875Z Compiling semver v1.0.28
13972026-08-24T19:52:57.925Z Compiling indexmap v2.14.0
13982026-08-24T19:52:57.969Z Compiling uuid v1.23.4
13992026-08-24T19:52:58.073Z Compiling tower-layer v0.3.3
14002026-08-24T19:52:58.149Z Compiling try-lock v0.2.5
14012026-08-24T19:52:58.165Z Compiling rustc_version v0.4.1
14022026-08-24T19:52:58.180Z Compiling atomic-waker v1.1.2
14032026-08-24T19:52:58.195Z Compiling tower-service v0.3.3
14042026-08-24T19:52:58.270Z Compiling radium v0.7.0
14052026-08-24T19:52:58.284Z Compiling want v0.3.1
14062026-08-24T19:52:58.335Z Compiling wait-timeout v0.2.1
14072026-08-24T19:52:58.447Z Compiling maybe-uninit v2.0.0
14082026-08-24T19:52:58.469Z Compiling foreign-types-shared v0.1.1
14092026-08-24T19:52:58.506Z Compiling cpufeatures v0.2.17
14102026-08-24T19:52:58.525Z Compiling rustls v0.23.41
14112026-08-24T19:52:58.564Z Compiling httpdate v1.0.3
14122026-08-24T19:52:58.579Z Compiling openssl v0.10.80
14132026-08-24T19:52:58.596Z Compiling tap v1.0.1
14142026-08-24T19:52:58.614Z Compiling aws-lc-sys v0.40.0
14152026-08-24T19:52:58.630Z Compiling openssl-sys v0.9.117
14162026-08-24T19:52:58.646Z Compiling synstructure v0.13.2
14172026-08-24T19:52:58.662Z Compiling serde_derive_internals v0.29.1
14182026-08-24T19:52:58.721Z Compiling pest_generator v2.8.6
14192026-08-24T19:52:58.736Z Compiling regex-automata v0.4.14
14202026-08-24T19:52:58.739Z Compiling darling_core v0.20.11
14212026-08-24T19:52:58.765Z Compiling const-oid v0.10.2
14222026-08-24T19:52:58.823Z Compiling untrusted v0.9.0
14232026-08-24T19:52:58.836Z Compiling bit-vec v0.8.0
14242026-08-24T19:52:58.955Z Compiling quick-error v1.2.3
14252026-08-24T19:52:59.046Z Compiling tempfile v3.27.0
14262026-08-24T19:52:59.080Z Compiling terminal_size v0.4.3
14272026-08-24T19:52:59.096Z Compiling bit-set v0.8.0
14282026-08-24T19:52:59.126Z Compiling wyz v0.5.1
14292026-08-24T19:52:59.244Z Compiling bzip2-sys v0.1.13+1.0.8
14302026-08-24T19:52:59.272Z Compiling rusty-fork v0.3.1
14312026-08-24T19:52:59.298Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14322026-08-24T19:52:59.362Z Compiling foreign-types v0.3.2
14332026-08-24T19:52:59.445Z Compiling unicode-normalization v0.1.25
14342026-08-24T19:52:59.473Z Compiling num-integer v0.1.46
14352026-08-24T19:52:59.525Z Compiling rand_xorshift v0.4.0
14362026-08-24T19:52:59.541Z Compiling ahash v0.8.12
14372026-08-24T19:52:59.585Z Compiling powerfmt v0.2.0
14382026-08-24T19:52:59.604Z Compiling funty v2.0.0
14392026-08-24T19:52:59.625Z Compiling packed_struct v0.10.1
14402026-08-24T19:52:59.639Z Compiling cpufeatures v0.3.0
14412026-08-24T19:52:59.656Z Compiling num-bigint-dig v0.8.6
14422026-08-24T19:52:59.718Z Compiling paste v1.0.15
14432026-08-24T19:52:59.735Z Compiling num-conv v0.2.0
14442026-08-24T19:52:59.738Z Compiling unarray v0.1.4
14452026-08-24T19:52:59.778Z Compiling native-tls v0.2.18
14462026-08-24T19:52:59.813Z Compiling time-core v0.1.8
14472026-08-24T19:52:59.886Z Compiling deranged v0.5.8
14482026-08-24T19:52:59.918Z Compiling num-iter v0.1.45
14492026-08-24T19:52:59.949Z Compiling bitvec v1.0.1
14502026-08-24T19:52:59.964Z Compiling clap_builder v4.6.0
14512026-08-24T19:53:00.011Z Compiling time-macros v0.2.27
14522026-08-24T19:53:00.057Z Compiling slog v2.8.2
14532026-08-24T19:53:00.077Z Compiling lazy_static v1.5.0
14542026-08-24T19:53:00.089Z Compiling sync_wrapper v1.0.2
14552026-08-24T19:53:00.102Z Compiling syn v3.0.3
14562026-08-24T19:53:00.179Z Compiling indexmap v1.9.3
14572026-08-24T19:53:00.215Z Compiling object v0.37.3
14582026-08-24T19:53:00.229Z Compiling zlib-rs v0.6.2
14592026-08-24T19:53:00.266Z Compiling unicode-segmentation v1.12.0
14602026-08-24T19:53:00.390Z Compiling crossbeam-utils v0.8.21
14612026-08-24T19:53:00.444Z Compiling serde_derive v1.0.228
14622026-08-24T19:53:00.500Z Compiling zeroize_derive v1.5.0
14632026-08-24T19:53:00.670Z Compiling zerofrom-derive v0.1.6
14642026-08-24T19:53:00.699Z Compiling yoke-derive v0.8.1
14652026-08-24T19:53:00.934Z Compiling zerocopy-derive v0.8.55
14662026-08-24T19:53:00.949Z Compiling zerovec-derive v0.11.2
14672026-08-24T19:53:01.134Z Compiling displaydoc v0.2.5
14682026-08-24T19:53:01.176Z Compiling tokio-macros v2.7.0
14692026-08-24T19:53:01.203Z Compiling futures-macro v0.3.32
14702026-08-24T19:53:01.462Z Compiling thiserror-impl v2.0.18
14712026-08-24T19:53:01.811Z Compiling der_derive v0.7.3
14722026-08-24T19:53:01.913Z Compiling tracing-attributes v0.1.31
14732026-08-24T19:53:01.913Z Compiling schemars_derive v0.8.22
14742026-08-24T19:53:01.960Z Compiling scroll_derive v0.13.1
14752026-08-24T19:53:02.061Z Compiling futures-util v0.3.32
14762026-08-24T19:53:02.120Z Compiling pest_derive v2.8.6
14772026-08-24T19:53:02.137Z Compiling zerofrom v0.1.6
14782026-08-24T19:53:02.278Z Compiling yoke v0.8.1
14792026-08-24T19:53:02.483Z Compiling zerovec v0.11.5
14802026-08-24T19:53:02.611Z Compiling zerotrie v0.2.3
14812026-08-24T19:53:02.823Z Compiling darling_macro v0.20.11
14822026-08-24T19:53:02.846Z Compiling scroll v0.13.0
14832026-08-24T19:53:02.862Z Compiling thiserror v2.0.18
14842026-08-24T19:53:02.936Z Compiling thiserror-impl v1.0.69
14852026-08-24T19:53:02.983Z Compiling tinystr v0.8.2
14862026-08-24T19:53:03.032Z Compiling potential_utf v0.1.4
14872026-08-24T19:53:03.056Z Compiling openssl-macros v0.1.1
14882026-08-24T19:53:03.071Z Compiling packed_struct_codegen v0.10.1
14892026-08-24T19:53:03.193Z Compiling icu_collections v2.1.1
14902026-08-24T19:53:03.253Z Compiling icu_locale_core v2.1.1
14912026-08-24T19:53:03.274Z Compiling goblin v0.10.5
14922026-08-24T19:53:03.289Z Compiling zerocopy-derive v0.6.6
14932026-08-24T19:53:03.377Z Compiling darling v0.20.11
14942026-08-24T19:53:03.380Z Compiling tracing v0.1.44
14952026-08-24T19:53:03.480Z Compiling clap_derive v4.6.1
14962026-08-24T19:53:03.579Z Compiling bitfield-macros v0.19.4
14972026-08-24T19:53:03.685Z Compiling crc-catalog v2.4.0
14982026-08-24T19:53:03.698Z Compiling usdt-impl v0.6.0
14992026-08-24T19:53:03.722Z Compiling nodrop v0.1.14
15002026-08-24T19:53:03.787Z Compiling num_threads v0.1.7
15012026-08-24T19:53:03.827Z Compiling siphasher v1.0.2
15022026-08-24T19:53:03.898Z Compiling icu_provider v2.1.1
15032026-08-24T19:53:03.947Z Compiling time v0.3.47
15042026-08-24T19:53:04.039Z Compiling zeroize v1.9.0
15052026-08-24T19:53:04.082Z Compiling bytes v1.11.1
15062026-08-24T19:53:04.167Z Compiling icu_properties v2.1.2
15072026-08-24T19:53:04.183Z Compiling icu_normalizer v2.1.1
15082026-08-24T19:53:04.261Z Compiling hybrid-array v0.4.13
15092026-08-24T19:53:04.280Z Compiling chrono v0.4.45
15102026-08-24T19:53:04.295Z Compiling der v0.7.10
15112026-08-24T19:53:04.345Z Compiling rustls-pki-types v1.14.0
15122026-08-24T19:53:04.484Z Compiling ipnet v2.12.0
15132026-08-24T19:53:04.585Z Compiling tokio v1.52.1
15142026-08-24T19:53:04.741Z Compiling crypto-common v0.1.7
15152026-08-24T19:53:04.802Z Compiling block-buffer v0.10.4
15162026-08-24T19:53:04.820Z Compiling http v1.4.2
15172026-08-24T19:53:04.908Z Compiling hex v0.4.3
15182026-08-24T19:53:04.989Z Compiling digest v0.10.7
15192026-08-24T19:53:05.004Z Compiling block-buffer v0.12.1
15202026-08-24T19:53:05.062Z Compiling idna_adapter v1.2.1
15212026-08-24T19:53:05.191Z Compiling idna v1.1.0
15222026-08-24T19:53:05.217Z Compiling spki v0.7.3
15232026-08-24T19:53:05.232Z Compiling crypto-common v0.2.2
15242026-08-24T19:53:05.262Z Compiling block-padding v0.4.2
15252026-08-24T19:53:05.301Z Compiling signature v2.2.0
15262026-08-24T19:53:05.326Z Compiling sha2 v0.10.9
15272026-08-24T19:53:05.449Z Compiling pkcs8 v0.10.2
15282026-08-24T19:53:05.463Z Compiling ppv-lite86 v0.2.21
15292026-08-24T19:53:05.505Z Compiling url v2.5.8
15302026-08-24T19:53:05.521Z Compiling http-body v1.0.1
15312026-08-24T19:53:05.545Z Compiling inout v0.2.2
15322026-08-24T19:53:05.665Z Compiling thiserror v1.0.69
15332026-08-24T19:53:05.693Z Compiling serde_spanned v0.6.9
15342026-08-24T19:53:05.698Z Compiling toml_datetime v0.6.11
15352026-08-24T19:53:05.729Z Compiling http-body-util v0.1.3
15362026-08-24T19:53:05.745Z Compiling pkcs1 v0.7.5
15372026-08-24T19:53:05.783Z Compiling rand_chacha v0.9.0
15382026-08-24T19:53:05.807Z Compiling rand_chacha v0.3.1
15392026-08-24T19:53:05.866Z Compiling digest v0.11.3
15402026-08-24T19:53:05.978Z Compiling cipher v0.5.2
15412026-08-24T19:53:05.992Z Compiling rand v0.9.2
15422026-08-24T19:53:06.107Z Compiling rand v0.8.6
15432026-08-24T19:53:06.146Z Compiling dof v0.4.0
15442026-08-24T19:53:06.175Z Compiling clap v4.6.1
15452026-08-24T19:53:06.266Z Compiling chacha20 v0.10.0
15462026-08-24T19:53:06.292Z Compiling bitfield v0.19.4
15472026-08-24T19:53:06.514Z Compiling zerocopy v0.6.6
15482026-08-24T19:53:06.563Z Compiling proptest v1.11.0
15492026-08-24T19:53:06.591Z Compiling erased-serde v0.3.31
15502026-08-24T19:53:06.604Z Compiling array-init v0.0.4
15512026-08-24T19:53:06.643Z Compiling crc v3.4.0
15522026-08-24T19:53:06.658Z Compiling daft-derive v0.1.8
15532026-08-24T19:53:06.839Z Compiling ipnetwork v0.21.1
15542026-08-24T19:53:06.852Z Compiling derive_builder_core v0.20.2
15552026-08-24T19:53:06.916Z Compiling flate2 v1.1.9
15562026-08-24T19:53:06.964Z Compiling dtrace-parser v0.3.0
15572026-08-24T19:53:07.063Z Compiling structmeta-derive v0.3.0
15582026-08-24T19:53:07.089Z Compiling oxnet v0.1.6
15592026-08-24T19:53:07.103Z Compiling scroll_derive v0.12.1
15602026-08-24T19:53:07.311Z Compiling smallvec v0.6.14
15612026-08-24T19:53:07.326Z Compiling darling_core v0.23.0
15622026-08-24T19:53:07.343Z Compiling heapless v0.7.17
15632026-08-24T19:53:07.396Z Compiling thread-id v5.1.0
15642026-08-24T19:53:07.490Z Compiling env_filter v2.0.0
15652026-08-24T19:53:07.530Z Compiling cookie v0.18.1
15662026-08-24T19:53:07.533Z Compiling allocator-api2 v0.2.21
15672026-08-24T19:53:07.557Z Compiling base64 v0.21.7
15682026-08-24T19:53:07.600Z Compiling gimli v0.32.3
15692026-08-24T19:53:07.628Z Compiling zstd-safe v7.2.4
15702026-08-24T19:53:07.697Z Compiling ryu v1.0.23
15712026-08-24T19:53:07.712Z Compiling iri-string v0.7.10
15722026-08-24T19:53:07.733Z Compiling unicode-properties v0.1.4
15732026-08-24T19:53:07.807Z Compiling winnow v0.5.40
15742026-08-24T19:53:07.822Z Compiling signal-hook v0.3.18
15752026-08-24T19:53:07.825Z Compiling anyhow v1.0.104
15762026-08-24T19:53:07.851Z Compiling unicode-bidi v0.3.18
15772026-08-24T19:53:07.877Z Compiling hashbrown v0.12.3
15782026-08-24T19:53:07.894Z Compiling serde_urlencoded v0.7.1
15792026-08-24T19:53:07.926Z Compiling scroll v0.12.0
15802026-08-24T19:53:07.960Z Compiling ron v0.8.1
15812026-08-24T19:53:08.039Z Compiling rsa v0.9.10
15822026-08-24T19:53:08.203Z Compiling structmeta v0.3.0
15832026-08-24T19:53:08.235Z Compiling stringprep v0.1.5
15842026-08-24T19:53:08.301Z Compiling derive_builder_macro v0.20.2
15852026-08-24T19:53:08.410Z Compiling tokio-util v0.7.18
15862026-08-24T19:53:08.439Z Compiling tower v0.5.3
15872026-08-24T19:53:08.455Z Compiling tokio-native-tls v0.3.1
15882026-08-24T19:53:08.646Z Compiling env_logger v0.11.11
15892026-08-24T19:53:08.749Z Compiling serde-hex v0.1.0
15902026-08-24T19:53:08.873Z Compiling tower-http v0.6.8
15912026-08-24T19:53:08.940Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15922026-08-24T19:53:08.979Z Compiling newtype-uuid v1.3.2
15932026-08-24T19:53:09.015Z Compiling camino v1.2.5
15942026-08-24T19:53:09.280Z Compiling h2 v0.4.15
15952026-08-24T19:53:09.303Z Compiling daft v0.1.8
15962026-08-24T19:53:09.319Z Compiling toml_edit v0.19.15
15972026-08-24T19:53:09.421Z Compiling addr2line v0.25.1
15982026-08-24T19:53:09.500Z Compiling bzip2 v0.4.4
15992026-08-24T19:53:09.722Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16002026-08-24T19:53:09.760Z Compiling rand v0.10.1
16012026-08-24T19:53:09.773Z Compiling sha2 v0.11.0
16022026-08-24T19:53:09.789Z Compiling hmac v0.13.0
16032026-08-24T19:53:09.887Z Compiling darling_macro v0.23.0
16042026-08-24T19:53:09.928Z Compiling md-5 v0.11.0
16052026-08-24T19:53:09.987Z Compiling hashbrown v0.13.2
16062026-08-24T19:53:10.136Z Compiling x509-cert v0.2.5
16072026-08-24T19:53:10.262Z Compiling rustls-native-certs v0.8.3
16082026-08-24T19:53:10.367Z Compiling serde_tokenstream v0.2.3
16092026-08-24T19:53:10.417Z Compiling bstr v1.12.1
16102026-08-24T19:53:10.501Z Compiling pin-project-internal v1.1.11
16112026-08-24T19:53:10.534Z Compiling async-trait v0.1.89
16122026-08-24T19:53:10.581Z Compiling zerocopy-derive v0.7.35
16132026-08-24T19:53:10.613Z Compiling curve25519-dalek v4.1.3
16142026-08-24T19:53:10.711Z Compiling vergen-lib v9.1.0
16152026-08-24T19:53:10.899Z Compiling hash32 v0.2.1
16162026-08-24T19:53:10.973Z Compiling memoffset v0.9.1
16172026-08-24T19:53:11.077Z Compiling encoding_rs v0.8.35
16182026-08-24T19:53:11.106Z Compiling owo-colors v4.3.0
16192026-08-24T19:53:11.121Z Compiling psl-types v2.0.11
16202026-08-24T19:53:11.178Z Compiling cfg_aliases v0.2.1
16212026-08-24T19:53:11.259Z Compiling mime v0.3.17
16222026-08-24T19:53:11.273Z Compiling crc-any v2.5.0
16232026-08-24T19:53:11.447Z Compiling litrs v1.0.0
16242026-08-24T19:53:11.479Z Compiling smoltcp v0.9.1
16252026-08-24T19:53:11.517Z Compiling fallible-iterator v0.2.0
16262026-08-24T19:53:11.532Z Compiling rustc-demangle v0.1.27
16272026-08-24T19:53:11.548Z Compiling ref-cast v1.0.25
16282026-08-24T19:53:11.594Z Compiling rustix v0.38.44
16292026-08-24T19:53:11.615Z Compiling pin-project v1.1.11
16302026-08-24T19:53:11.731Z Compiling zerocopy v0.7.35
16312026-08-24T19:53:11.822Z Compiling postgres-protocol v0.6.12
16322026-08-24T19:53:11.850Z Compiling nix v0.31.2
16332026-08-24T19:53:11.870Z Compiling publicsuffix v2.3.0
16342026-08-24T19:53:11.988Z Compiling document-features v0.2.12
16352026-08-24T19:53:12.001Z Compiling backtrace v0.3.76
16362026-08-24T19:53:12.071Z Compiling toml v0.7.8
16372026-08-24T19:53:12.102Z Compiling object v0.30.4
16382026-08-24T19:53:12.137Z Compiling darling v0.23.0
16392026-08-24T19:53:12.232Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16402026-08-24T19:53:12.248Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16412026-08-24T19:53:12.306Z Compiling zip v0.6.6
16422026-08-24T19:53:12.325Z Compiling derive_builder v0.20.2
16432026-08-24T19:53:12.396Z Compiling hyper v1.10.1
16442026-08-24T19:53:12.484Z Compiling derive-ex v0.1.8
16452026-08-24T19:53:12.548Z Compiling goblin v0.8.2
16462026-08-24T19:53:12.631Z Compiling hmac v0.12.1
16472026-08-24T19:53:12.685Z Compiling futures-executor v0.3.32
16482026-08-24T19:53:12.815Z Compiling phf_shared v0.13.1
16492026-08-24T19:53:12.829Z Compiling hubpack_derive v0.1.1
16502026-08-24T19:53:12.884Z Compiling regex v1.12.3
16512026-08-24T19:53:12.923Z Compiling convert_case v0.10.0
16522026-08-24T19:53:12.966Z Compiling snafu-derive v0.8.9
16532026-08-24T19:53:13.050Z Compiling ref-cast-impl v1.0.25
16542026-08-24T19:53:13.072Z Compiling curve25519-dalek-derive v0.1.1
16552026-08-24T19:53:13.222Z Compiling strum_macros v0.27.2
16562026-08-24T19:53:13.287Z Compiling cargo-platform v0.3.2
16572026-08-24T19:53:13.350Z Compiling vergen v9.1.0
16582026-08-24T19:53:13.370Z Compiling ff v0.13.1
16592026-08-24T19:53:13.437Z Compiling fs-err v3.3.0
16602026-08-24T19:53:13.522Z Compiling hyper-util v0.1.20
16612026-08-24T19:53:13.559Z Compiling either v1.15.0
16622026-08-24T19:53:13.581Z Compiling libbz2-rs-sys v0.2.2
16632026-08-24T19:53:13.658Z Compiling jiff-core v0.1.0
16642026-08-24T19:53:13.674Z Compiling path-slash v0.1.5
16652026-08-24T19:53:13.686Z Compiling bitflags v1.3.2
16662026-08-24T19:53:13.775Z Compiling foldhash v0.1.5
16672026-08-24T19:53:13.793Z Compiling same-file v1.0.6
16682026-08-24T19:53:13.796Z Compiling base16ct v0.2.0
16692026-08-24T19:53:13.823Z Compiling bumpalo v3.20.2
16702026-08-24T19:53:13.963Z Compiling foldhash v0.2.0
16712026-08-24T19:53:13.978Z Compiling is_ci v1.2.0
16722026-08-24T19:53:14.007Z Compiling managed v0.8.0
16732026-08-24T19:53:14.049Z Compiling zopfli v0.8.3
16742026-08-24T19:53:14.096Z Compiling supports-color v3.0.2
16752026-08-24T19:53:14.122Z Compiling hashbrown v0.16.1
16762026-08-24T19:53:14.203Z Compiling bzip2 v0.6.1
16772026-08-24T19:53:14.233Z Compiling test-strategy v0.4.5
16782026-08-24T19:53:14.283Z Compiling textwrap v0.16.2
16792026-08-24T19:53:14.297Z Compiling sec1 v0.7.3
16802026-08-24T19:53:14.434Z Compiling jiff v0.2.34
16812026-08-24T19:53:14.600Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16822026-08-24T19:53:14.735Z Compiling walkdir v2.5.0
16832026-08-24T19:53:14.753Z Compiling hashbrown v0.15.5
16842026-08-24T19:53:14.900Z Compiling dof v0.3.0
16852026-08-24T19:53:14.973Z Compiling hyper-tls v0.6.0
16862026-08-24T19:53:15.033Z Compiling snafu v0.8.9
16872026-08-24T19:53:15.113Z Compiling group v0.13.0
16882026-08-24T19:53:15.192Z Compiling reqwest v0.12.28
16892026-08-24T19:53:15.228Z Compiling cargo_metadata v0.23.1
16902026-08-24T19:53:15.264Z Compiling strum v0.27.2
16912026-08-24T19:53:15.316Z Compiling hubpack v0.1.2
16922026-08-24T19:53:15.332Z Compiling derive_more-impl v2.1.1
16932026-08-24T19:53:15.344Z Compiling phf v0.13.1
16942026-08-24T19:53:15.410Z Compiling futures v0.3.32
16952026-08-24T19:53:15.425Z Compiling signal-hook-mio v0.2.5
16962026-08-24T19:53:15.504Z Compiling cookie_store v0.22.1
16972026-08-24T19:53:15.519Z Compiling hkdf v0.12.4
16982026-08-24T19:53:15.562Z Compiling zstd v0.13.3
16992026-08-24T19:53:15.631Z Compiling backtrace-ext v0.2.1
17002026-08-24T19:53:15.742Z Compiling serde_with_macros v3.21.0
17012026-08-24T19:53:15.750Z Compiling postgres-types v0.2.12
17022026-08-24T19:53:15.939Z Compiling globset v0.4.18
17032026-08-24T19:53:16.044Z Compiling usdt-macro v0.6.0
17042026-08-24T19:53:16.132Z Compiling usdt-attr-macro v0.6.0
17052026-08-24T19:53:16.164Z Compiling byte-wrapper v0.1.0
17062026-08-24T19:53:16.307Z Compiling dtrace-parser v0.2.0
17072026-08-24T19:53:16.510Z Compiling ed25519 v2.2.3
17082026-08-24T19:53:16.525Z Compiling crypto-bigint v0.5.5
17092026-08-24T19:53:16.593Z Compiling serde-big-array v0.5.1
17102026-08-24T19:53:16.631Z Compiling olpc-cjson v0.1.4
17112026-08-24T19:53:16.660Z Compiling serde_plain v1.0.2
17122026-08-24T19:53:16.757Z Compiling phf_shared v0.11.3
17132026-08-24T19:53:16.812Z Compiling miette-derive v7.6.0
17142026-08-24T19:53:16.837Z Compiling async-recursion v1.1.1
17152026-08-24T19:53:16.897Z Compiling enum-as-inner v0.6.1
17162026-08-24T19:53:16.912Z Compiling strum_macros v0.26.4
17172026-08-24T19:53:16.963Z Compiling serde_repr v0.1.20
17182026-08-24T19:53:16.978Z Compiling float-cmp v0.10.0
17192026-08-24T19:53:16.992Z Compiling pem v3.0.6
17202026-08-24T19:53:17.058Z Compiling thread-id v4.2.2
17212026-08-24T19:53:17.141Z Compiling memmap2 v0.9.10
17222026-08-24T19:53:17.156Z Compiling fixedbitset v0.5.7
17232026-08-24T19:53:17.331Z Compiling fixedbitset v0.4.2
17242026-08-24T19:53:17.374Z Compiling normalize-line-endings v0.3.0
17252026-08-24T19:53:17.430Z Compiling predicates-core v1.0.10
17262026-08-24T19:53:17.445Z Compiling supports-unicode v3.0.0
17272026-08-24T19:53:17.482Z Compiling precomputed-hash v0.1.1
17282026-08-24T19:53:17.497Z Compiling winnow v1.0.3
17292026-08-24T19:53:17.533Z Compiling supports-hyperlinks v3.2.0
17302026-08-24T19:53:17.549Z Compiling new_debug_unreachable v1.0.6
17312026-08-24T19:53:17.568Z Compiling typed-path v0.9.3
17322026-08-24T19:53:17.585Z Compiling keccak v0.1.6
17332026-08-24T19:53:17.607Z Compiling data-encoding v2.10.0
17342026-08-24T19:53:17.625Z Compiling static_assertions v1.1.0
17352026-08-24T19:53:17.640Z Compiling difflib v0.4.0
17362026-08-24T19:53:17.670Z Compiling whoami v2.1.0
17372026-08-24T19:53:17.709Z Compiling toml_edit v0.22.27
17382026-08-24T19:53:17.727Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17392026-08-24T19:53:17.727Z Compiling string_cache v0.8.9
17402026-08-24T19:53:17.990Z Compiling hickory-proto v0.25.2
17412026-08-24T19:53:18.007Z Compiling miette v7.6.0
17422026-08-24T19:53:18.012Z Compiling tokio-postgres v0.7.16
17432026-08-24T19:53:18.066Z Compiling predicates v3.1.4
17442026-08-24T19:53:18.257Z Compiling sha3 v0.10.8
17452026-08-24T19:53:18.378Z Compiling elliptic-curve v0.13.8
17462026-08-24T19:53:18.392Z Compiling petgraph v0.6.5
17472026-08-24T19:53:18.642Z Compiling toml_parser v1.1.2+spec-1.1.0
17482026-08-24T19:53:18.657Z Compiling petgraph v0.8.3
17492026-08-24T19:53:18.744Z Compiling usdt v0.6.0
17502026-08-24T19:53:18.757Z Compiling usdt-impl v0.5.0
17512026-08-24T19:53:18.773Z Compiling strum v0.26.3
17522026-08-24T19:53:18.812Z Compiling serde_with v3.21.0
17532026-08-24T19:53:18.828Z Compiling ed25519-dalek v2.2.0
17542026-08-24T19:53:18.928Z Compiling crossterm v0.28.1
17552026-08-24T19:53:18.987Z Compiling zip v4.6.1
17562026-08-24T19:53:19.039Z Compiling derive_more v2.1.1
17572026-08-24T19:53:19.153Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17582026-08-24T19:53:19.386Z Compiling iddqd v0.4.2
17592026-08-24T19:53:19.668Z Compiling itertools v0.15.0
17602026-08-24T19:53:19.801Z Compiling itertools v0.13.0
17612026-08-24T19:53:19.908Z Compiling similar v2.7.0
17622026-08-24T19:53:19.964Z Compiling crossbeam-epoch v0.9.18
17632026-08-24T19:53:20.269Z Compiling oxide-generation v0.1.3
17642026-08-24T19:53:20.337Z Compiling tokio-stream v0.1.18
17652026-08-24T19:53:20.363Z Compiling buf-list v1.1.2
17662026-08-24T19:53:20.544Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17672026-08-24T19:53:20.589Z Compiling openapiv3 v2.2.0
17682026-08-24T19:53:20.636Z Compiling heck v0.4.1
17692026-08-24T19:53:20.661Z Compiling lalrpop-util v0.19.12
17702026-08-24T19:53:20.693Z Compiling peg-runtime v0.8.5
17712026-08-24T19:53:20.722Z Compiling thread_local v1.1.9
17722026-08-24T19:53:20.739Z Compiling slog-async v2.8.0
17732026-08-24T19:53:20.761Z Compiling crossbeam-channel v0.5.15
17742026-08-24T19:53:20.816Z Compiling filetime v0.2.27
17752026-08-24T19:53:20.833Z Compiling is-terminal v0.4.17
17762026-08-24T19:53:20.866Z Compiling xattr v1.6.1
17772026-08-24T19:53:20.875Z Compiling term v1.2.1
17782026-08-24T19:53:20.893Z Compiling take_mut v0.2.2
17792026-08-24T19:53:20.938Z Compiling camino-tempfile v1.4.1
17802026-08-24T19:53:20.996Z Compiling tar v0.4.46
17812026-08-24T19:53:21.178Z Compiling slog-term v2.9.2
17822026-08-24T19:53:38.321Z Compiling rustls-webpki v0.103.13
17832026-08-24T19:53:41.052Z Compiling tokio-rustls v0.26.4
17842026-08-24T19:53:41.052Z Compiling rustls-platform-verifier v0.6.2
17852026-08-24T19:53:41.052Z Compiling tough v0.22.0
17862026-08-24T19:53:41.246Z Compiling hyper-rustls v0.27.7
17872026-08-24T19:53:41.434Z Compiling reqwest v0.13.2
17882026-08-24T19:53:43.606Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17892026-08-24T19:53:43.847Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17902026-08-24T19:53:46.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.44s
17912026-08-24T19:53:46.862Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17922026-08-24T19:53:46.921ZAug 24 19:53:46.348 INFO Starting download, target: Clickhouse
17932026-08-24T19:53:46.921ZAug 24 19:53:46.349 INFO Starting download, target: Cockroach
17942026-08-24T19:53:46.921ZAug 24 19:53:46.349 INFO Starting download, target: TransceiverControl
17952026-08-24T19:53:46.925ZAug 24 19:53:46.349 INFO Starting download, target: MaghemiteMgd
17962026-08-24T19:53:46.925ZAug 24 19:53:46.349 INFO Starting download, target: Console
17972026-08-24T19:53:46.925ZAug 24 19:53:46.349 INFO Starting download, target: MaghemiteDdmd
17982026-08-24T19:53:46.925ZAug 24 19:53:46.349 INFO Starting download, target: DendriteStub
17992026-08-24T19:53:46.925ZAug 24 19:53:46.349 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18002026-08-24T19:53:46.925ZAug 24 19:53:46.349 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18012026-08-24T19:53:46.926ZAug 24 19:53:46.349 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18022026-08-24T19:53:46.926ZAug 24 19:53:46.349 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18032026-08-24T19:53:46.926ZAug 24 19:53:46.349 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18042026-08-24T19:53:46.926ZAug 24 19:53:46.349 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18052026-08-24T19:53:46.926ZAug 24 19:53:46.349 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18062026-08-24T19:53:47.516ZAug 24 19:53:46.902 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18072026-08-24T19:53:47.734ZAug 24 19:53:47.142 INFO Download complete, target: TransceiverControl
18082026-08-24T19:53:48.948ZAug 24 19:53:48.377 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18092026-08-24T19:53:49.216ZAug 24 19:53:48.618 INFO Download complete, target: Console
18102026-08-24T19:53:49.426ZAug 24 19:53:48.849 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18112026-08-24T19:53:49.785ZAug 24 19:53:49.194 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18122026-08-24T19:53:49.876ZAug 24 19:53:49.287 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18132026-08-24T19:53:50.695ZAug 24 19:53:50.106 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18142026-08-24T19:53:50.696ZAug 24 19:53:50.106 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18152026-08-24T19:53:52.110ZAug 24 19:53:51.533 INFO Download complete, target: MaghemiteDdmd
18162026-08-24T19:53:52.180ZAug 24 19:53:51.604 INFO Download complete, target: DendriteStub
18172026-08-24T19:53:52.517ZAug 24 19:53:51.946 INFO Download complete, target: MaghemiteMgd
18182026-08-24T19:53:52.573ZAug 24 19:53:52.002 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18192026-08-24T19:53:55.430ZAug 24 19:53:54.859 INFO Checking that binary works, target: Cockroach
18202026-08-24T19:53:55.560ZAug 24 19:53:54.986 INFO Download complete, target: Cockroach
18212026-08-24T19:53:59.222ZAug 24 19:53:58.649 INFO Checking that binary works, target: Clickhouse
18222026-08-24T19:53:59.310ZAug 24 19:53:58.737 INFO Download complete, target: Clickhouse
18232026-08-24T19:53:59.315ZAll prerequisites installed successfully
18242026-08-24T19:53:59.318Z
18252026-08-24T19:53:59.318Zreal 2:00.439278151
18262026-08-24T19:53:59.318Zuser 7:24.123420035
18272026-08-24T19:53:59.318Zsys 1:47.020336571
18282026-08-24T19:53:59.318Ztrap 0.317849546
18292026-08-24T19:53:59.318Ztflt 0.937814922
18302026-08-24T19:53:59.318Zdflt 1.630022437
18312026-08-24T19:53:59.318Zkflt 0.027074095
18322026-08-24T19:53:59.318Zlock 30:14.309323298
18332026-08-24T19:53:59.318Zslp 20:31.963688715
18342026-08-24T19:53:59.318Zlat 29.498660517
18352026-08-24T19:53:59.318Zstop 3:31.754846324
18362026-08-24T19:53:59.318Z+ ptime -m cargo xtask download softnpu
18372026-08-24T19:53:59.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18382026-08-24T19:53:59.810Z Running `target/debug/xtask download softnpu`
18392026-08-24T19:54:00.598Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
18402026-08-24T19:54:00.662Z Running `target/debug/xtask-downloader softnpu`
18412026-08-24T19:54:00.704ZAug 24 19:54:00.133 INFO Starting download, target: Softnpu
18422026-08-24T19:54:00.707ZAug 24 19:54:00.133 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
18432026-08-24T19:54:01.432ZAug 24 19:54:00.861 INFO Download complete, target: Softnpu
18442026-08-24T19:54:01.435Z
18452026-08-24T19:54:01.438Zreal 2.114468863
18462026-08-24T19:54:01.438Zuser 1.342135736
18472026-08-24T19:54:01.438Zsys 0.642316480
18482026-08-24T19:54:01.438Ztrap 0.000583340
18492026-08-24T19:54:01.438Ztflt 0.000133930
18502026-08-24T19:54:01.438Zdflt 0.000203550
18512026-08-24T19:54:01.438Zkflt 0.000000000
18522026-08-24T19:54:01.438Zlock 13.508104162
18532026-08-24T19:54:01.438Zslp 0.596269553
18542026-08-24T19:54:01.438Zlat 0.110893047
18552026-08-24T19:54:01.438Zstop 0.000187510
18562026-08-24T19:54:01.438Z+ export CARGO_INCREMENTAL=0
18572026-08-24T19:54:01.438Z+ CARGO_INCREMENTAL=0
18582026-08-24T19:54:01.438Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18592026-08-24T19:54:02.363Z Compiling proc-macro2 v1.0.106
18602026-08-24T19:54:02.364Z Compiling quote v1.0.45
18612026-08-24T19:54:02.364Z Compiling unicode-ident v1.0.24
18622026-08-24T19:54:02.364Z Compiling serde_core v1.0.228
18632026-08-24T19:54:02.367Z Compiling libc v0.2.185
18642026-08-24T19:54:02.367Z Compiling serde v1.0.228
18652026-08-24T19:54:02.367Z Compiling cfg-if v1.0.4
18662026-08-24T19:54:02.367Z Compiling version_check v0.9.5
18672026-08-24T19:54:02.367Z Compiling autocfg v1.5.0
18682026-08-24T19:54:02.538Z Compiling shlex v1.3.0
18692026-08-24T19:54:02.548Z Compiling find-msvc-tools v0.1.9
18702026-08-24T19:54:02.551Z Compiling memchr v2.8.0
18712026-08-24T19:54:02.551Z Compiling zmij v1.0.21
18722026-08-24T19:54:02.552Z Compiling serde_json v1.0.151
18732026-08-24T19:54:02.676Z Compiling getrandom v0.4.3
18742026-08-24T19:54:02.690Z Compiling portable-atomic v1.13.1
18752026-08-24T19:54:02.861Z Compiling zerocopy v0.8.55
18762026-08-24T19:54:02.878Z Compiling libm v0.2.16
18772026-08-24T19:54:02.883Z Compiling icu_properties_data v2.1.2
18782026-08-24T19:54:02.903Z Compiling icu_normalizer_data v2.1.1
18792026-08-24T19:54:02.958Z Compiling smallvec v1.15.1
18802026-08-24T19:54:02.972Z Compiling parking_lot_core v0.9.12
18812026-08-24T19:54:02.988Z Compiling itoa v1.0.17
18822026-08-24T19:54:03.020Z Compiling num-traits v0.2.19
18832026-08-24T19:54:03.160Z Compiling generic-array v0.14.7
18842026-08-24T19:54:03.196Z Compiling log v0.4.33
18852026-08-24T19:54:03.218Z Compiling subtle v2.6.1
18862026-08-24T19:54:03.269Z Compiling pkg-config v0.3.32
18872026-08-24T19:54:03.314Z Compiling typenum v1.20.1
18882026-08-24T19:54:03.342Z Compiling stable_deref_trait v1.2.1
18892026-08-24T19:54:03.388Z Compiling rustix v1.1.4
18902026-08-24T19:54:03.478Z Compiling rand_core v0.10.0
18912026-08-24T19:54:03.507Z Compiling scopeguard v1.2.0
18922026-08-24T19:54:03.510Z Compiling getrandom v0.3.4
18932026-08-24T19:54:03.555Z Compiling thiserror v2.0.18
18942026-08-24T19:54:03.658Z Compiling jobserver v0.1.34
18952026-08-24T19:54:03.680Z Compiling errno v0.3.14
18962026-08-24T19:54:03.734Z Compiling lock_api v0.4.14
18972026-08-24T19:54:03.817Z Compiling syn v2.0.117
18982026-08-24T19:54:03.879Z Compiling cc v1.2.56
18992026-08-24T19:54:03.982Z Compiling heck v0.5.0
19002026-08-24T19:54:04.006Z Compiling critical-section v1.2.0
19012026-08-24T19:54:04.014Z Compiling equivalent v1.0.2
19022026-08-24T19:54:04.062Z Compiling schemars v0.8.22
19032026-08-24T19:54:04.096Z Compiling pin-project-lite v0.2.17
19042026-08-24T19:54:04.145Z Compiling percent-encoding v2.3.2
19052026-08-24T19:54:04.159Z Compiling litemap v0.8.1
19062026-08-24T19:54:04.159Z Compiling writeable v0.6.2
19072026-08-24T19:54:04.213Z Compiling syn v1.0.109
19082026-08-24T19:54:04.280Z Compiling rustversion v1.0.22
19092026-08-24T19:54:04.374Z Compiling hashbrown v0.17.0
19102026-08-24T19:54:04.399Z Compiling getrandom v0.2.17
19112026-08-24T19:54:04.428Z Compiling fs_extra v1.3.0
19122026-08-24T19:54:04.439Z Compiling dunce v1.0.5
19132026-08-24T19:54:04.519Z Compiling once_cell v1.21.3
19142026-08-24T19:54:04.570Z Compiling rand_core v0.6.4
19152026-08-24T19:54:05.041Z Compiling byteorder v1.5.0
19162026-08-24T19:54:05.053Z Compiling cmake v0.1.57
19172026-08-24T19:54:05.054Z Compiling utf8_iter v1.0.4
19182026-08-24T19:54:05.054Z Compiling strsim v0.11.1
19192026-08-24T19:54:05.054Z Compiling semver v1.0.28
19202026-08-24T19:54:05.054Z Compiling bitflags v2.11.0
19212026-08-24T19:54:05.054Z Compiling indexmap v2.14.0
19222026-08-24T19:54:05.054Z Compiling form_urlencoded v1.2.2
19232026-08-24T19:54:05.138Z Compiling signal-hook-registry v1.4.8
19242026-08-24T19:54:05.138Z Compiling thiserror v1.0.69
19252026-08-24T19:54:05.165Z Compiling parking_lot v0.12.5
19262026-08-24T19:54:05.233Z Compiling aws-lc-sys v0.40.0
19272026-08-24T19:54:05.253Z Compiling socket2 v0.6.3
19282026-08-24T19:54:05.258Z Compiling mio v1.2.0
19292026-08-24T19:54:05.569Z Compiling aws-lc-rs v1.16.3
19302026-08-24T19:54:05.579Z Compiling futures-core v0.3.32
19312026-08-24T19:54:05.634Z Compiling regex-syntax v0.8.10
19322026-08-24T19:54:05.649Z Compiling fnv v1.0.7
19332026-08-24T19:54:05.768Z Compiling httparse v1.10.1
19342026-08-24T19:54:05.867Z Compiling iana-time-zone v0.1.65
19352026-08-24T19:54:05.905Z Compiling crc32fast v1.5.0
19362026-08-24T19:54:05.975Z Compiling ucd-trie v0.1.7
19372026-08-24T19:54:06.074Z Compiling ident_case v1.0.1
19382026-08-24T19:54:06.139Z Compiling pest v2.8.6
19392026-08-24T19:54:06.142Z Compiling vcpkg v0.2.15
19402026-08-24T19:54:06.186Z Compiling uuid v1.23.4
19412026-08-24T19:54:06.233Z Compiling const-oid v0.9.6
19422026-08-24T19:54:06.326Z Compiling rustc_version v0.4.1
19432026-08-24T19:54:06.606Z Compiling synstructure v0.13.2
19442026-08-24T19:54:06.622Z Compiling serde_derive_internals v0.29.1
19452026-08-24T19:54:06.641Z Compiling futures-sink v0.3.32
19462026-08-24T19:54:06.677Z Compiling rustls v0.23.41
19472026-08-24T19:54:06.720Z Compiling openssl-sys v0.9.117
19482026-08-24T19:54:06.764Z Compiling futures-channel v0.3.32
19492026-08-24T19:54:07.081Z Compiling aho-corasick v1.1.4
19502026-08-24T19:54:07.104Z Compiling dyn-clone v1.0.20
19512026-08-24T19:54:07.128Z Compiling futures-io v0.3.32
19522026-08-24T19:54:07.156Z Compiling slab v0.4.12
19532026-08-24T19:54:07.177Z Compiling futures-task v0.3.32
19542026-08-24T19:54:07.243Z Compiling pest_meta v2.8.6
19552026-08-24T19:54:07.390Z Compiling num-conv v0.2.0
19562026-08-24T19:54:07.412Z Compiling radium v0.7.0
19572026-08-24T19:54:07.428Z Compiling cmov v0.5.4
19582026-08-24T19:54:07.431Z Compiling plain v0.2.3
19592026-08-24T19:54:07.461Z Compiling time-core v0.1.8
19602026-08-24T19:54:07.556Z Compiling crossbeam-utils v0.8.21
19612026-08-24T19:54:07.630Z Compiling time-macros v0.2.27
19622026-08-24T19:54:07.666Z Compiling ctutils v0.4.2
19632026-08-24T19:54:07.682Z Compiling maybe-uninit v2.0.0
19642026-08-24T19:54:07.698Z Compiling base64 v0.22.1
19652026-08-24T19:54:07.731Z Compiling pretty-hex v0.4.1
19662026-08-24T19:54:07.789Z Compiling base64ct v1.8.3
19672026-08-24T19:54:07.809Z Compiling serde_derive v1.0.228
19682026-08-24T19:54:07.864Z Compiling zeroize_derive v1.5.0
19692026-08-24T19:54:07.882Z Compiling zerofrom-derive v0.1.6
19702026-08-24T19:54:07.926Z Compiling yoke-derive v0.8.1
19712026-08-24T19:54:07.930Z Compiling zerovec-derive v0.11.2
19722026-08-24T19:54:07.935Z Compiling zerocopy-derive v0.8.55
19732026-08-24T19:54:07.952Z Compiling displaydoc v0.2.5
19742026-08-24T19:54:07.972Z Compiling tokio-macros v2.7.0
19752026-08-24T19:54:07.990Z Compiling futures-macro v0.3.32
19762026-08-24T19:54:08.054Z Compiling thiserror-impl v2.0.18
19772026-08-24T19:54:08.093Z Compiling schemars_derive v0.8.22
19782026-08-24T19:54:08.208Z Compiling der_derive v0.7.3
19792026-08-24T19:54:08.481Z Compiling tracing-attributes v0.1.31
19802026-08-24T19:54:08.496Z Compiling thiserror-impl v1.0.69
19812026-08-24T19:54:08.499Z Compiling pest_generator v2.8.6
19822026-08-24T19:54:08.590Z Compiling regex-automata v0.4.14
19832026-08-24T19:54:08.651Z Compiling openssl v0.10.80
19842026-08-24T19:54:08.666Z Compiling pem-rfc7468 v0.7.0
19852026-08-24T19:54:08.778Z Compiling futures-util v0.3.32
19862026-08-24T19:54:08.906Z Compiling scroll_derive v0.13.1
19872026-08-24T19:54:08.967Z Compiling scroll_derive v0.12.1
19882026-08-24T19:54:08.970Z Compiling slog v2.8.2
19892026-08-24T19:54:09.015Z Compiling zerofrom v0.1.6
19902026-08-24T19:54:09.140Z Compiling yoke v0.8.1
19912026-08-24T19:54:09.158Z Compiling pest_derive v2.8.6
19922026-08-24T19:54:09.229Z Compiling flagset v0.4.7
19932026-08-24T19:54:09.323Z Compiling zerovec v0.11.5
19942026-08-24T19:54:09.383Z Compiling zerotrie v0.2.3
19952026-08-24T19:54:09.682Z Compiling openssl-macros v0.1.1
19962026-08-24T19:54:09.702Z Compiling darling_core v0.23.0
19972026-08-24T19:54:09.705Z Compiling bzip2-sys v0.1.13+1.0.8
19982026-08-24T19:54:09.736Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19992026-08-24T19:54:09.741Z Compiling ahash v0.8.12
20002026-08-24T19:54:09.849Z Compiling paste v1.0.15
20012026-08-24T19:54:10.020Z Compiling tinystr v0.8.2
20022026-08-24T19:54:10.071Z Compiling potential_utf v0.1.4
20032026-08-24T19:54:10.110Z Compiling anyhow v1.0.104
20042026-08-24T19:54:10.127Z Compiling native-tls v0.2.18
20052026-08-24T19:54:10.162Z Compiling num-bigint-dig v0.8.6
20062026-08-24T19:54:10.207Z Compiling icu_collections v2.1.1
20072026-08-24T19:54:10.228Z Compiling icu_locale_core v2.1.1
20082026-08-24T19:54:10.278Z Compiling packed_struct v0.10.1
20092026-08-24T19:54:10.332Z Compiling zerocopy-derive v0.7.35
20102026-08-24T19:54:10.374Z Compiling rand_core v0.9.5
20112026-08-24T19:54:10.805Z Compiling tracing-core v0.1.36
20122026-08-24T19:54:10.923Z Compiling icu_provider v2.1.1
20132026-08-24T19:54:10.958Z Compiling regex v1.12.3
20142026-08-24T19:54:11.137Z Compiling zeroize v1.9.0
20152026-08-24T19:54:11.161Z Compiling bytes v1.11.1
20162026-08-24T19:54:11.206Z Compiling chrono v0.4.45
20172026-08-24T19:54:11.350Z Compiling icu_normalizer v2.1.1
20182026-08-24T19:54:11.378Z Compiling icu_properties v2.1.2
20192026-08-24T19:54:11.760Z Compiling tokio v1.52.1
20202026-08-24T19:54:11.875Z Compiling crypto-common v0.1.7
20212026-08-24T19:54:11.912Z Compiling hybrid-array v0.4.13
20222026-08-24T19:54:11.999Z Compiling block-buffer v0.10.4
20232026-08-24T19:54:12.126Z Compiling serde_tokenstream v0.2.3
20242026-08-24T19:54:12.396Z Compiling idna_adapter v1.2.1
20252026-08-24T19:54:12.418Z Compiling ppv-lite86 v0.2.21
20262026-08-24T19:54:12.523Z Compiling idna v1.1.0
20272026-08-24T19:54:12.833Z Compiling digest v0.10.7
20282026-08-24T19:54:12.833Z Compiling der v0.7.10
20292026-08-24T19:54:12.878Z Compiling darling_macro v0.23.0
20302026-08-24T19:54:12.878Z Compiling http v1.4.2
20312026-08-24T19:54:12.878Z Compiling url v2.5.8
20322026-08-24T19:54:12.994Z Compiling cookie v0.18.1
20332026-08-24T19:54:13.052Z Compiling camino v1.2.5
20342026-08-24T19:54:13.211Z Compiling block-buffer v0.12.1
20352026-08-24T19:54:13.271Z Compiling crypto-common v0.2.2
20362026-08-24T19:54:13.280Z Compiling darling v0.23.0
20372026-08-24T19:54:13.363Z Compiling tracing v0.1.44
20382026-08-24T19:54:13.392Z Compiling toml_datetime v0.6.11
20392026-08-24T19:54:13.404Z Compiling serde_spanned v0.6.9
20402026-08-24T19:54:13.565Z Compiling spki v0.7.3
20412026-08-24T19:54:13.724Z Compiling packed_struct_codegen v0.10.1
20422026-08-24T19:54:13.791Z Compiling bitfield-macros v0.19.4
20432026-08-24T19:54:13.791Z Compiling clap_derive v4.6.1
20442026-08-24T19:54:13.791Z Compiling zerocopy-derive v0.6.6
20452026-08-24T19:54:14.114Z Compiling syn v3.0.3
20462026-08-24T19:54:14.130Z Compiling indexmap v1.9.3
20472026-08-24T19:54:14.316Z Compiling fastrand v2.3.0
20482026-08-24T19:54:14.340Z Compiling simd-adler32 v0.3.8
20492026-08-24T19:54:14.557Z Compiling object v0.37.3
20502026-08-24T19:54:14.646Z Compiling pkcs8 v0.10.2
20512026-08-24T19:54:14.677Z Compiling http-body v1.0.1
20522026-08-24T19:54:14.835Z Compiling rand_chacha v0.9.0
20532026-08-24T19:54:14.882Z Compiling rustls-pki-types v1.14.0
20542026-08-24T19:54:14.984Z Compiling spin v0.9.8
20552026-08-24T19:54:15.217Z Compiling usdt-impl v0.5.0
20562026-08-24T19:54:15.300Z Compiling utf8parse v0.2.2
20572026-08-24T19:54:15.397Z Compiling openssl-probe v0.2.1
20582026-08-24T19:54:15.415Z Compiling winnow v0.5.40
20592026-08-24T19:54:15.451Z Compiling usdt-impl v0.6.0
20602026-08-24T19:54:15.585Z Compiling tokio-util v0.7.18
20612026-08-24T19:54:15.600Z Compiling either v1.15.0
20622026-08-24T19:54:15.618Z Compiling anstyle v1.0.14
20632026-08-24T19:54:15.683Z Compiling tinyvec_macros v0.1.1
20642026-08-24T19:54:15.738Z Compiling ref-cast v1.0.25
20652026-08-24T19:54:15.783Z Compiling adler2 v2.0.1
20662026-08-24T19:54:15.826Z Compiling tinyvec v1.10.0
20672026-08-24T19:54:15.890Z Compiling anstyle-parse v1.0.0
20682026-08-24T19:54:15.927Z Compiling miniz_oxide v0.8.9
20692026-08-24T19:54:16.044Z Compiling tempfile v3.27.0
20702026-08-24T19:54:16.063Z Compiling rand v0.9.2
20712026-08-24T19:54:16.198Z Compiling scroll v0.13.0
20722026-08-24T19:54:16.268Z Compiling scroll v0.12.0
20732026-08-24T19:54:16.398Z Compiling async-trait v0.1.89
20742026-08-24T19:54:16.471Z Compiling terminal_size v0.4.3
20752026-08-24T19:54:16.487Z Compiling heapless v0.7.17
20762026-08-24T19:54:16.620Z Compiling unicode-segmentation v1.12.0
20772026-08-24T19:54:16.635Z Compiling try-lock v0.2.5
20782026-08-24T19:54:16.651Z Compiling anstyle-query v1.1.5
20792026-08-24T19:54:16.665Z Compiling colorchoice v1.0.4
20802026-08-24T19:54:16.738Z Compiling toml_edit v0.19.15
20812026-08-24T19:54:16.758Z Compiling litrs v1.0.0
20822026-08-24T19:54:16.779Z Compiling signal-hook v0.3.18
20832026-08-24T19:54:16.794Z Compiling cpufeatures v0.2.17
20842026-08-24T19:54:16.847Z Compiling tower-service v0.3.3
20852026-08-24T19:54:16.886Z Compiling is_terminal_polyfill v1.70.2
20862026-08-24T19:54:16.922Z Compiling rustix v0.38.44
20872026-08-24T19:54:16.966Z Compiling zstd-safe v7.2.4
20882026-08-24T19:54:16.983Z Compiling winnow v1.0.3
20892026-08-24T19:54:17.003Z Compiling tower-layer v0.3.3
20902026-08-24T19:54:17.018Z Compiling untrusted v0.7.1
20912026-08-24T19:54:17.151Z Compiling daft-derive v0.1.8
20922026-08-24T19:54:17.182Z Compiling atomic-waker v1.1.2
20932026-08-24T19:54:17.230Z Compiling winnow v0.7.14
20942026-08-24T19:54:17.260Z Compiling document-features v0.2.12
20952026-08-24T19:54:17.325Z Compiling h2 v0.4.15
20962026-08-24T19:54:17.352Z Compiling anstream v1.0.0
20972026-08-24T19:54:17.649Z Compiling want v0.3.1
20982026-08-24T19:54:17.829Z Compiling goblin v0.8.2
20992026-08-24T19:54:17.845Z Compiling goblin v0.10.5
21002026-08-24T19:54:17.971Z Compiling toml_parser v1.1.2+spec-1.1.0
21012026-08-24T19:54:17.994Z Compiling itertools v0.15.0
21022026-08-24T19:54:18.083Z Compiling block-padding v0.4.2
21032026-08-24T19:54:18.230Z Compiling zerocopy v0.7.35
21042026-08-24T19:54:18.253Z Compiling ipnet v2.12.0
21052026-08-24T19:54:18.677Z Compiling ref-cast-impl v1.0.25
21062026-08-24T19:54:18.696Z Compiling structmeta-derive v0.3.0
21072026-08-24T19:54:18.728Z Compiling curve25519-dalek v4.1.3
21082026-08-24T19:54:18.749Z Compiling darling_core v0.20.11
21092026-08-24T19:54:18.810Z Compiling wait-timeout v0.2.1
21102026-08-24T19:54:18.825Z Compiling memoffset v0.9.1
21112026-08-24T19:54:19.002Z Compiling tap v1.0.1
21122026-08-24T19:54:19.056Z Compiling httpdate v1.0.3
21132026-08-24T19:54:19.116Z Compiling bit-vec v0.8.0
21142026-08-24T19:54:19.133Z Compiling cpufeatures v0.3.0
21152026-08-24T19:54:19.136Z Compiling untrusted v0.9.0
21162026-08-24T19:54:19.168Z Compiling quick-error v1.2.3
21172026-08-24T19:54:19.225Z Compiling powerfmt v0.2.0
21182026-08-24T19:54:19.286Z Compiling foreign-types-shared v0.1.1
21192026-08-24T19:54:19.338Z Compiling const-oid v0.10.2
21202026-08-24T19:54:19.389Z Compiling deranged v0.5.8
21212026-08-24T19:54:19.405Z Compiling foreign-types v0.3.2
21222026-08-24T19:54:19.439Z Compiling bit-set v0.8.0
21232026-08-24T19:54:19.499Z Compiling digest v0.11.3
21242026-08-24T19:54:19.543Z Compiling rusty-fork v0.3.1
21252026-08-24T19:54:19.573Z Compiling wyz v0.5.1
21262026-08-24T19:54:19.637Z Compiling inout v0.2.2
21272026-08-24T19:54:19.706Z Compiling structmeta v0.3.0
21282026-08-24T19:54:19.791Z Compiling unicode-normalization v0.1.25
21292026-08-24T19:54:19.901Z Compiling ipnetwork v0.21.1
21302026-08-24T19:54:19.920Z Compiling dtrace-parser v0.2.0
21312026-08-24T19:54:19.936Z Compiling signature v2.2.0
21322026-08-24T19:54:19.980Z Compiling rand_chacha v0.3.1
21332026-08-24T19:54:20.111Z Compiling dof v0.3.0
21342026-08-24T19:54:20.274Z Compiling hex v0.4.3
21352026-08-24T19:54:20.367Z Compiling rand_xorshift v0.4.0
21362026-08-24T19:54:20.516Z Compiling hyper v1.10.1
21372026-08-24T19:54:20.532Z Compiling dtrace-parser v0.3.0
21382026-08-24T19:54:20.573Z Compiling dof v0.4.0
21392026-08-24T19:54:20.673Z Compiling pin-project-internal v1.1.11
21402026-08-24T19:54:20.727Z Compiling num-integer v0.1.46
21412026-08-24T19:54:20.744Z Compiling darling_macro v0.20.11
21422026-08-24T19:54:21.043Z Compiling thread-id v4.2.2
21432026-08-24T19:54:21.144Z Compiling thread-id v5.1.0
21442026-08-24T19:54:21.176Z Compiling cfg_aliases v0.2.1
21452026-08-24T19:54:21.203Z Compiling funty v2.0.0
21462026-08-24T19:54:21.234Z Compiling smoltcp v0.9.1
21472026-08-24T19:54:21.266Z Compiling clap_lex v1.0.0
21482026-08-24T19:54:21.269Z Compiling owo-colors v4.3.0
21492026-08-24T19:54:21.388Z Compiling num_threads v0.1.7
21502026-08-24T19:54:21.501Z Compiling unarray v0.1.4
21512026-08-24T19:54:21.533Z Compiling time v0.3.47
21522026-08-24T19:54:21.563Z Compiling bitvec v1.0.1
21532026-08-24T19:54:21.580Z Compiling clap_builder v4.6.0
21542026-08-24T19:54:21.629Z Compiling hyper-util v0.1.20
21552026-08-24T19:54:21.632Z Compiling proptest v1.11.0
21562026-08-24T19:54:21.662Z Compiling darling v0.20.11
21572026-08-24T19:54:21.665Z Compiling nix v0.31.2
21582026-08-24T19:54:21.719Z Compiling num-iter v0.1.45
21592026-08-24T19:54:21.887Z Compiling rand v0.8.6
21602026-08-24T19:54:22.001Z Compiling cipher v0.5.2
21612026-08-24T19:54:22.025Z Compiling sha2 v0.10.9
21622026-08-24T19:54:22.399Z Compiling lazy_static v1.5.0
21632026-08-24T19:54:22.618Z Compiling curve25519-dalek-derive v0.1.1
21642026-08-24T19:54:22.654Z Compiling sync_wrapper v1.0.2
21652026-08-24T19:54:22.972Z Compiling crc-catalog v2.4.0
21662026-08-24T19:54:23.017Z Compiling nodrop v0.1.14
21672026-08-24T19:54:23.107Z Compiling siphasher v1.0.2
21682026-08-24T19:54:23.128Z Compiling zlib-rs v0.6.2
21692026-08-24T19:54:23.319Z Compiling array-init v0.0.4
21702026-08-24T19:54:23.463Z Compiling crc v3.4.0
21712026-08-24T19:54:23.672Z Compiling newtype-uuid v1.3.2
21722026-08-24T19:54:23.672Z Compiling clap v4.6.1
21732026-08-24T19:54:23.884Z Compiling tower v0.5.3
21742026-08-24T19:54:24.288Z Compiling oxnet v0.1.6
21752026-08-24T19:54:24.377Z Compiling chacha20 v0.10.0
21762026-08-24T19:54:24.421Z Compiling smallvec v0.6.14
21772026-08-24T19:54:24.511Z Compiling derive_builder_core v0.20.2
21782026-08-24T19:54:24.669Z Compiling pkcs1 v0.7.5
21792026-08-24T19:54:24.687Z Compiling http-body-util v0.1.3
21802026-08-24T19:54:24.707Z Compiling zerocopy v0.6.6
21812026-08-24T19:54:24.726Z Compiling bitfield v0.19.4
21822026-08-24T19:54:25.048Z Compiling erased-serde v0.3.31
21832026-08-24T19:54:25.082Z Compiling hubpack_derive v0.1.1
21842026-08-24T19:54:25.085Z Compiling strum_macros v0.27.2
21852026-08-24T19:54:25.116Z Compiling snafu-derive v0.8.9
21862026-08-24T19:54:25.121Z Compiling strum_macros v0.26.4
21872026-08-24T19:54:25.210Z Compiling flate2 v1.1.9
21882026-08-24T19:54:25.284Z Compiling env_filter v2.0.0
21892026-08-24T19:54:25.318Z Compiling fs-err v3.3.0
21902026-08-24T19:54:25.393Z Compiling allocator-api2 v0.2.21
21912026-08-24T19:54:25.414Z Compiling unicode-bidi v0.3.18
21922026-08-24T19:54:25.540Z Compiling ryu v1.0.23
21932026-08-24T19:54:25.617Z Compiling iri-string v0.7.10
21942026-08-24T19:54:25.654Z Compiling base64 v0.21.7
21952026-08-24T19:54:25.726Z Compiling unicode-properties v0.1.4
21962026-08-24T19:54:25.919Z Compiling hashbrown v0.12.3
21972026-08-24T19:54:25.953Z Compiling gimli v0.32.3
21982026-08-24T19:54:25.972Z Compiling stringprep v0.1.5
21992026-08-24T19:54:26.058Z Compiling ron v0.8.1
22002026-08-24T19:54:26.586Z Compiling serde_urlencoded v0.7.1
22012026-08-24T19:54:26.775Z Compiling tower-http v0.6.8
22022026-08-24T19:54:26.846Z Compiling env_logger v0.11.11
22032026-08-24T19:54:26.908Z Compiling derive_builder_macro v0.20.2
22042026-08-24T19:54:27.161Z Compiling rsa v0.9.10
22052026-08-24T19:54:27.177Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22062026-08-24T19:54:27.194Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22072026-08-24T19:54:27.376Z Compiling serde-hex v0.1.0
22082026-08-24T19:54:27.394Z Compiling rand v0.10.1
22092026-08-24T19:54:27.448Z Compiling daft v0.1.8
22102026-08-24T19:54:27.603Z Compiling addr2line v0.25.1
22112026-08-24T19:54:27.620Z Compiling tokio-native-tls v0.3.1
22122026-08-24T19:54:27.731Z Compiling hashbrown v0.13.2
22132026-08-24T19:54:27.748Z Compiling bzip2 v0.4.4
22142026-08-24T19:54:27.752Z Compiling usdt-attr-macro v0.6.0
22152026-08-24T19:54:27.784Z Compiling usdt-macro v0.6.0
22162026-08-24T19:54:27.812Z Compiling sha2 v0.11.0
22172026-08-24T19:54:27.828Z Compiling derive-ex v0.1.8
22182026-08-24T19:54:27.974Z Compiling md-5 v0.11.0
22192026-08-24T19:54:27.990Z Compiling hmac v0.13.0
22202026-08-24T19:54:28.049Z Compiling convert_case v0.10.0
22212026-08-24T19:54:28.234Z Compiling rustls-native-certs v0.8.3
22222026-08-24T19:54:28.249Z Compiling x509-cert v0.2.5
22232026-08-24T19:54:28.495Z Compiling bstr v1.12.1
22242026-08-24T19:54:28.573Z Compiling vergen-lib v9.1.0
22252026-08-24T19:54:28.718Z Compiling hash32 v0.2.1
22262026-08-24T19:54:28.782Z Compiling encoding_rs v0.8.35
22272026-08-24T19:54:28.936Z Compiling crc-any v2.5.0
22282026-08-24T19:54:29.091Z Compiling mime v0.3.17
22292026-08-24T19:54:29.113Z Compiling unicode-width v0.2.0
22302026-08-24T19:54:29.128Z Compiling psl-types v2.0.11
22312026-08-24T19:54:29.165Z Compiling rustc-demangle v0.1.27
22322026-08-24T19:54:29.348Z Compiling fallible-iterator v0.2.0
22332026-08-24T19:54:29.606Z Compiling test-strategy v0.4.5
22342026-08-24T19:54:29.716Z Compiling postgres-protocol v0.6.12
22352026-08-24T19:54:29.760Z Compiling backtrace v0.3.76
22362026-08-24T19:54:29.810Z Compiling publicsuffix v2.3.0
22372026-08-24T19:54:30.227Z Compiling derive_more-impl v2.1.1
22382026-08-24T19:54:30.317Z Compiling object v0.30.4
22392026-08-24T19:54:30.440Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22402026-08-24T19:54:30.517Z Compiling zip v0.6.6
22412026-08-24T19:54:30.613Z Compiling hyper-tls v0.6.0
22422026-08-24T19:54:30.630Z Compiling derive_builder v0.20.2
22432026-08-24T19:54:30.690Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22442026-08-24T19:54:30.863Z Compiling phf_shared v0.13.1
22452026-08-24T19:54:30.884Z Compiling pin-project v1.1.11
22462026-08-24T19:54:31.053Z Compiling toml v0.7.8
22472026-08-24T19:54:31.139Z Compiling heck v0.4.1
22482026-08-24T19:54:31.188Z Compiling serde_with_macros v3.21.0
22492026-08-24T19:54:31.216Z Compiling hmac v0.12.1
22502026-08-24T19:54:31.367Z Compiling futures-executor v0.3.32
22512026-08-24T19:54:31.593Z Compiling serde_repr v0.1.20
22522026-08-24T19:54:31.635Z Compiling miette-derive v7.6.0
22532026-08-24T19:54:31.648Z Compiling async-recursion v1.1.1
22542026-08-24T19:54:31.657Z Compiling enum-as-inner v0.6.1
22552026-08-24T19:54:31.703Z Compiling ff v0.13.1
22562026-08-24T19:54:31.733Z Compiling vergen v9.1.0
22572026-08-24T19:54:31.765Z Compiling cargo-platform v0.3.2
22582026-08-24T19:54:31.862Z Compiling bumpalo v3.20.2
22592026-08-24T19:54:31.945Z Compiling path-slash v0.1.5
22602026-08-24T19:54:32.037Z Compiling foldhash v0.2.0
22612026-08-24T19:54:32.086Z Compiling is_ci v1.2.0
22622026-08-24T19:54:32.144Z Compiling unicode-linebreak v0.1.5
22632026-08-24T19:54:32.190Z Compiling foldhash v0.1.5
22642026-08-24T19:54:32.246Z Compiling bitflags v1.3.2
22652026-08-24T19:54:32.282Z Compiling same-file v1.0.6
22662026-08-24T19:54:32.297Z Compiling libbz2-rs-sys v0.2.2
22672026-08-24T19:54:32.349Z Compiling base16ct v0.2.0
22682026-08-24T19:54:32.369Z Compiling managed v0.8.0
22692026-08-24T19:54:32.443Z Compiling smawk v0.3.2
22702026-08-24T19:54:32.563Z Compiling jiff-core v0.1.0
22712026-08-24T19:54:32.649Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22722026-08-24T19:54:32.716Z Compiling textwrap v0.16.2
22732026-08-24T19:54:32.752Z Compiling bzip2 v0.6.1
22742026-08-24T19:54:32.784Z Compiling sec1 v0.7.3
22752026-08-24T19:54:32.878Z Compiling walkdir v2.5.0
22762026-08-24T19:54:32.971Z Compiling hashbrown v0.15.5
22772026-08-24T19:54:33.063Z Compiling hashbrown v0.16.1
22782026-08-24T19:54:33.079Z Compiling supports-color v3.0.2
22792026-08-24T19:54:33.122Z Compiling zopfli v0.8.3
22802026-08-24T19:54:33.170Z Compiling cargo_metadata v0.23.1
22812026-08-24T19:54:33.238Z Compiling group v0.13.0
22822026-08-24T19:54:33.373Z Compiling jiff v0.2.34
22832026-08-24T19:54:33.558Z Compiling futures v0.3.32
22842026-08-24T19:54:33.659Z Compiling hkdf v0.12.4
22852026-08-24T19:54:33.816Z Compiling phf v0.13.1
22862026-08-24T19:54:34.032Z Compiling snafu v0.8.9
22872026-08-24T19:54:34.035Z Compiling reqwest v0.12.28
22882026-08-24T19:54:34.217Z Compiling signal-hook-mio v0.2.5
22892026-08-24T19:54:34.354Z Compiling cookie_store v0.22.1
22902026-08-24T19:54:34.383Z Compiling backtrace-ext v0.2.1
22912026-08-24T19:54:34.399Z Compiling postgres-types v0.2.12
22922026-08-24T19:54:34.513Z Compiling zstd v0.13.3
22932026-08-24T19:54:34.587Z Compiling globset v0.4.18
22942026-08-24T19:54:34.751Z Compiling strum v0.27.2
22952026-08-24T19:54:34.788Z Compiling hubpack v0.1.2
22962026-08-24T19:54:34.948Z Compiling phf_shared v0.11.3
22972026-08-24T19:54:34.969Z Compiling crossbeam-epoch v0.9.18
22982026-08-24T19:54:35.010Z Compiling byte-wrapper v0.1.0
22992026-08-24T19:54:35.027Z Compiling olpc-cjson v0.1.4
23002026-08-24T19:54:35.042Z Compiling ed25519 v2.2.3
23012026-08-24T19:54:35.232Z Compiling crypto-bigint v0.5.5
23022026-08-24T19:54:35.271Z Compiling serde-big-array v0.5.1
23032026-08-24T19:54:35.293Z Compiling serde_plain v1.0.2
23042026-08-24T19:54:35.327Z Compiling pem v3.0.6
23052026-08-24T19:54:35.438Z Compiling float-cmp v0.10.0
23062026-08-24T19:54:35.480Z Compiling memmap2 v0.9.10
23072026-08-24T19:54:35.604Z Compiling new_debug_unreachable v1.0.6
23082026-08-24T19:54:35.631Z Compiling supports-unicode v3.0.0
23092026-08-24T19:54:35.664Z Compiling unicode-width v0.1.14
23102026-08-24T19:54:35.693Z Compiling supports-hyperlinks v3.2.0
23112026-08-24T19:54:35.710Z Compiling predicates-core v1.0.10
23122026-08-24T19:54:35.713Z Compiling keccak v0.1.6
23132026-08-24T19:54:35.840Z Compiling precomputed-hash v0.1.1
23142026-08-24T19:54:35.866Z Compiling static_assertions v1.1.0
23152026-08-24T19:54:35.893Z Compiling toml_write v0.1.2
23162026-08-24T19:54:35.955Z Compiling fixedbitset v0.4.2
23172026-08-24T19:54:35.958Z Compiling normalize-line-endings v0.3.0
23182026-08-24T19:54:36.001Z Compiling data-encoding v2.10.0
23192026-08-24T19:54:36.081Z Compiling whoami v2.1.0
23202026-08-24T19:54:36.108Z Compiling fixedbitset v0.5.7
23212026-08-24T19:54:36.220Z Compiling difflib v0.4.0
23222026-08-24T19:54:36.345Z Compiling typed-path v0.9.3
23232026-08-24T19:54:36.361Z Compiling petgraph v0.8.3
23242026-08-24T19:54:36.413Z Compiling tokio-postgres v0.7.16
23252026-08-24T19:54:36.441Z Compiling hickory-proto v0.25.2
23262026-08-24T19:54:36.466Z Compiling predicates v3.1.4
23272026-08-24T19:54:36.555Z Compiling elliptic-curve v0.13.8
23282026-08-24T19:54:36.737Z Compiling petgraph v0.6.5
23292026-08-24T19:54:36.756Z Compiling toml_edit v0.22.27
23302026-08-24T19:54:36.922Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23312026-08-24T19:54:37.042Z Compiling string_cache v0.8.9
23322026-08-24T19:54:37.045Z Compiling miette v7.6.0
23332026-08-24T19:54:37.279Z Compiling sha3 v0.10.8
23342026-08-24T19:54:37.575Z Compiling usdt v0.6.0
23352026-08-24T19:54:37.878Z Compiling zip v4.6.1
23362026-08-24T19:54:38.499Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23372026-08-24T19:54:38.744Z Compiling ed25519-dalek v2.2.0
23382026-08-24T19:54:39.105Z Compiling crossterm v0.28.1
23392026-08-24T19:54:39.553Z Compiling iddqd v0.4.2
23402026-08-24T19:54:39.691Z Compiling oxide-generation v0.1.3
23412026-08-24T19:54:39.805Z Compiling serde_with v3.21.0
23422026-08-24T19:54:39.840Z Compiling derive_more v2.1.1
23432026-08-24T19:54:39.969Z Compiling similar v2.7.0
23442026-08-24T19:54:40.012Z Compiling strum v0.26.3
23452026-08-24T19:54:40.291Z Compiling tokio-stream v0.1.18
23462026-08-24T19:54:40.322Z Compiling itertools v0.13.0
23472026-08-24T19:54:40.366Z Compiling buf-list v1.1.2
23482026-08-24T19:54:40.661Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23492026-08-24T19:54:40.712Z Compiling openapiv3 v2.2.0
23502026-08-24T19:54:41.026Z Compiling lalrpop-util v0.19.12
23512026-08-24T19:54:41.239Z Compiling peg-runtime v0.8.5
23522026-08-24T19:54:55.538Z Compiling rustls-webpki v0.103.13
23532026-08-24T19:54:58.960Z Compiling tokio-rustls v0.26.4
23542026-08-24T19:54:59.124Z Compiling rustls-platform-verifier v0.6.2
23552026-08-24T19:54:59.245Z Compiling hyper-rustls v0.27.7
23562026-08-24T19:54:59.352Z Compiling tough v0.22.0
23572026-08-24T19:54:59.577Z Compiling reqwest v0.13.2
23582026-08-24T19:55:02.922Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23592026-08-24T19:55:02.947Z Compiling macaddr v1.0.1
23602026-08-24T19:55:03.032Z Compiling rayon-core v1.13.0
23612026-08-24T19:55:03.050Z Compiling crucible-workspace-hack v0.1.0
23622026-08-24T19:55:03.090Z Compiling secrecy v0.10.3
23632026-08-24T19:55:03.115Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23642026-08-24T19:55:03.134Z Compiling toml_datetime v0.7.5+spec-1.1.0
23652026-08-24T19:55:03.232Z Compiling heapless v0.8.0
23662026-08-24T19:55:03.250Z Compiling crossbeam-deque v0.8.6
23672026-08-24T19:55:03.284Z Compiling ingot-macros v0.2.0
23682026-08-24T19:55:03.317Z Compiling toml_edit v0.23.10+spec-1.0.0
23692026-08-24T19:55:03.400Z Compiling inout v0.1.4
23702026-08-24T19:55:03.469Z Compiling hash32 v0.3.1
23712026-08-24T19:55:03.486Z Compiling multer v3.1.0
23722026-08-24T19:55:03.500Z Compiling thread_local v1.1.9
23732026-08-24T19:55:03.550Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23742026-08-24T19:55:03.569Z Compiling slog-async v2.8.0
23752026-08-24T19:55:03.588Z Compiling smoltcp v0.11.0
23762026-08-24T19:55:03.695Z Compiling match_cfg v0.1.0
23772026-08-24T19:55:03.724Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23782026-08-24T19:55:03.739Z Compiling compression-core v0.4.31
23792026-08-24T19:55:03.789Z Compiling hostname v0.3.1
23802026-08-24T19:55:03.922Z Compiling compression-codecs v0.4.37
23812026-08-24T19:55:03.951Z Compiling proc-macro-crate v3.4.0
23822026-08-24T19:55:03.954Z Compiling cipher v0.4.4
23832026-08-24T19:55:04.032Z Compiling atomicwrites v0.4.4
23842026-08-24T19:55:04.048Z Compiling slog-json v2.6.1
23852026-08-24T19:55:04.064Z Compiling crossbeam-channel v0.5.15
23862026-08-24T19:55:04.224Z Compiling half v2.7.1
23872026-08-24T19:55:04.240Z Compiling newtype-uuid-macros v0.1.0
23882026-08-24T19:55:04.272Z Compiling universal-hash v0.5.1
23892026-08-24T19:55:04.303Z Compiling cobs v0.3.0
23902026-08-24T19:55:04.324Z Compiling thiserror-impl-no-std v2.0.2
23912026-08-24T19:55:04.324Z Compiling async-stream-impl v0.3.6
23922026-08-24T19:55:04.391Z Compiling toml_datetime v1.1.1+spec-1.1.0
23932026-08-24T19:55:04.446Z Compiling serde_spanned v1.1.1
23942026-08-24T19:55:04.593Z Compiling is-terminal v0.4.17
23952026-08-24T19:55:04.609Z Compiling dropshot v0.17.1
23962026-08-24T19:55:04.628Z Compiling proc-macro-error-attr v1.0.4
23972026-08-24T19:55:04.641Z Compiling convert_case v0.4.0
23982026-08-24T19:55:04.718Z Compiling ciborium-io v0.2.2
23992026-08-24T19:55:04.785Z Compiling term v1.2.1
24002026-08-24T19:55:04.834Z Compiling toml_writer v1.1.1+spec-1.1.0
24012026-08-24T19:55:04.852Z Compiling take_mut v0.2.2
24022026-08-24T19:55:04.872Z Compiling opaque-debug v0.3.1
24032026-08-24T19:55:04.875Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24042026-08-24T19:55:04.923Z Compiling async-stream v0.3.6
24052026-08-24T19:55:04.994Z Compiling derive_more v0.99.20
24062026-08-24T19:55:05.011Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24072026-08-24T19:55:05.014Z Compiling poly1305 v0.8.0
24082026-08-24T19:55:05.105Z Compiling toml v1.1.2+spec-1.1.0
24092026-08-24T19:55:05.132Z Compiling slog-term v2.9.2
24102026-08-24T19:55:05.266Z Compiling ciborium-ll v0.2.2
24112026-08-24T19:55:05.375Z Compiling thiserror-no-std v2.0.2
24122026-08-24T19:55:05.499Z Compiling postcard v1.1.3
24132026-08-24T19:55:05.515Z Compiling num_enum_derive v0.7.6
24142026-08-24T19:55:05.550Z Compiling slog-bunyan v2.5.0
24152026-08-24T19:55:05.684Z Compiling chacha20 v0.9.1
24162026-08-24T19:55:05.763Z Compiling async-compression v0.4.41
24172026-08-24T19:55:05.900Z Compiling ingot-types v0.2.0
24182026-08-24T19:55:05.960Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24192026-08-24T19:55:06.010Z Compiling sha1 v0.11.0
24202026-08-24T19:55:06.173Z Compiling parse-display-derive v0.10.0
24212026-08-24T19:55:06.247Z Compiling proc-macro-crate v1.3.1
24222026-08-24T19:55:06.377Z Compiling ingot v0.2.1
24232026-08-24T19:55:06.393Z Compiling waitgroup v0.1.2
24242026-08-24T19:55:06.463Z Compiling rustls-pemfile v2.2.0
24252026-08-24T19:55:06.481Z Compiling backon v1.6.0
24262026-08-24T19:55:06.600Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24272026-08-24T19:55:06.618Z Compiling blake2 v0.10.6
24282026-08-24T19:55:06.634Z Compiling dropshot_endpoint v0.17.1
24292026-08-24T19:55:06.757Z Compiling aead v0.5.2
24302026-08-24T19:55:06.773Z Compiling password-hash v0.5.0
24312026-08-24T19:55:06.979Z Compiling foreign-types-macros v0.2.3
24322026-08-24T19:55:07.104Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24332026-08-24T19:55:07.138Z Compiling serde_path_to_error v0.1.20
24342026-08-24T19:55:07.210Z Compiling hostname v0.4.2
24352026-08-24T19:55:07.268Z Compiling proc-macro-error v1.0.4
24362026-08-24T19:55:07.395Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24372026-08-24T19:55:07.490Z Compiling instant v0.1.13
24382026-08-24T19:55:07.523Z Compiling foreign-types-shared v0.3.1
24392026-08-24T19:55:07.599Z Compiling debug-ignore v1.0.5
24402026-08-24T19:55:07.616Z Compiling foreign-types v0.5.0
24412026-08-24T19:55:07.632Z Compiling parse-display v0.10.0
24422026-08-24T19:55:07.635Z Compiling backoff v0.4.0
24432026-08-24T19:55:07.700Z Compiling argon2 v0.5.3
24442026-08-24T19:55:07.715Z Compiling chacha20poly1305 v0.10.1
24452026-08-24T19:55:07.733Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24462026-08-24T19:55:07.750Z Compiling num_enum_derive v0.5.11
24472026-08-24T19:55:07.753Z Compiling num_enum v0.7.6
24482026-08-24T19:55:07.792Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24492026-08-24T19:55:07.886Z Compiling vsss-rs v3.3.4
24502026-08-24T19:55:07.922Z Compiling ciborium v0.2.2
24512026-08-24T19:55:08.213Z Compiling regress v0.10.5
24522026-08-24T19:55:08.229Z Compiling itertools v0.14.0
24532026-08-24T19:55:08.283Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24542026-08-24T19:55:08.329Z Compiling tabwriter v1.4.1
24552026-08-24T19:55:08.451Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24562026-08-24T19:55:08.607Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24572026-08-24T19:55:08.684Z Compiling cstr-argument v0.1.2
24582026-08-24T19:55:08.702Z Compiling humantime v2.3.0
24592026-08-24T19:55:08.716Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24602026-08-24T19:55:08.785Z Compiling num_enum v0.5.11
24612026-08-24T19:55:08.877Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24622026-08-24T19:55:08.911Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24632026-08-24T19:55:08.943Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24642026-08-24T19:55:08.966Z Compiling rayon v1.11.0
24652026-08-24T19:55:09.069Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24662026-08-24T19:55:09.085Z Compiling libefi-sys v0.1.0
24672026-08-24T19:55:09.154Z Compiling colored v3.1.1
24682026-08-24T19:55:09.185Z Compiling indent_write v2.2.0
24692026-08-24T19:55:09.189Z Compiling zone_cfg_derive v0.3.1
24702026-08-24T19:55:09.296Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24712026-08-24T19:55:09.340Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24722026-08-24T19:55:09.373Z Compiling camino-tempfile v1.4.1
24732026-08-24T19:55:09.443Z Compiling itertools v0.12.1
24742026-08-24T19:55:09.583Z Compiling usdt-macro v0.5.0
24752026-08-24T19:55:09.665Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24762026-08-24T19:55:09.782Z Compiling usdt-attr-macro v0.5.0
24772026-08-24T19:55:09.786Z Compiling bitfield-struct v0.6.2
24782026-08-24T19:55:09.835Z Compiling num-derive v0.4.2
24792026-08-24T19:55:09.861Z Compiling blake3 v1.8.5
24802026-08-24T19:55:09.903Z Compiling sigpipe v0.1.3
24812026-08-24T19:55:09.986Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24822026-08-24T19:55:10.016Z Compiling memmap v0.7.0
24832026-08-24T19:55:10.094Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24842026-08-24T19:55:10.110Z Compiling glob v0.3.3
24852026-08-24T19:55:10.231Z Compiling swrite v0.1.0
24862026-08-24T19:55:10.347Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24872026-08-24T19:55:10.418Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24882026-08-24T19:55:10.564Z Compiling usdt v0.5.0
24892026-08-24T19:55:10.589Z Compiling smf v0.2.3
24902026-08-24T19:55:10.661Z Compiling filetime v0.2.27
24912026-08-24T19:55:10.729Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24922026-08-24T19:55:10.747Z Compiling arrayref v0.3.9
24932026-08-24T19:55:10.793Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24942026-08-24T19:55:10.840Z Compiling zone v0.3.1
24952026-08-24T19:55:10.856Z Compiling arrayvec v0.7.6
24962026-08-24T19:55:10.896Z Compiling xattr v1.6.1
24972026-08-24T19:55:10.911Z Compiling constant_time_eq v0.4.2
24982026-08-24T19:55:10.985Z Compiling whoami v1.6.1
24992026-08-24T19:55:11.035Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25002026-08-24T19:55:11.133Z Compiling tar v0.4.46
25012026-08-24T19:55:11.138Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25022026-08-24T19:55:11.185Z Compiling tokio-dtrace v0.1.1
25032026-08-24T19:55:11.204Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25042026-08-24T19:55:11.412Z Compiling gethostname v0.5.0
25052026-08-24T19:55:11.459Z Compiling console v0.16.2
25062026-08-24T19:55:11.525Z Compiling topological-sort v0.2.2
25072026-08-24T19:55:11.543Z Compiling unit-prefix v0.5.2
25082026-08-24T19:55:11.561Z Compiling oxide-tokio-rt v0.1.4
25092026-08-24T19:55:11.731Z Compiling toml v0.8.23
25102026-08-24T19:55:11.747Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25112026-08-24T19:55:11.816Z Compiling shell-words v1.1.1
25122026-08-24T19:55:11.868Z Compiling indicatif v0.18.4
25132026-08-24T19:55:21.028Z Compiling progenitor-client v0.14.0
25142026-08-24T19:55:21.028Z Compiling omicron-zone-package v0.12.3
25152026-08-24T19:55:21.254Z Compiling progenitor-extras v0.2.0
25162026-08-24T19:55:21.554Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25172026-08-24T19:55:21.643Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25182026-08-24T19:55:21.679Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25192026-08-24T19:55:21.724Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25202026-08-24T19:55:21.781Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25212026-08-24T19:55:21.784Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25222026-08-24T19:55:21.867Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25232026-08-24T19:55:22.060Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25242026-08-24T19:55:22.400Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25252026-08-24T19:55:25.981Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25262026-08-24T19:55:34.813Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25272026-08-24T19:55:38.110Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25282026-08-24T19:55:39.178Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
25292026-08-24T19:55:49.204Z Finished `release` profile [optimized] target(s) in 1m 47s
25302026-08-24T19:55:49.353Z Running `target/release/omicron-package -t test target create -p dev`
25312026-08-24T19:55:49.413ZLogging to: /work/oxidecomputer/omicron/out/LOG
25322026-08-24T19:55:49.417ZCreated new build target 'test' and set it as active
25332026-08-24T19:55:49.417Z
25342026-08-24T19:55:49.417Zreal 1:47.975664649
25352026-08-24T19:55:49.417Zuser 17:51.244901604
25362026-08-24T19:55:49.417Zsys 2:49.323889540
25372026-08-24T19:55:49.417Ztrap 0.484776341
25382026-08-24T19:55:49.417Ztflt 2.206683241
25392026-08-24T19:55:49.417Zdflt 4.954865668
25402026-08-24T19:55:49.417Zkflt 0.000634440
25412026-08-24T19:55:49.417Zlock 58:26.342928034
25422026-08-24T19:55:49.417Zslp 45:32.921685680
25432026-08-24T19:55:49.417Zlat 52.776837649
25442026-08-24T19:55:49.417Zstop 6:25.163106126
25452026-08-24T19:55:49.417Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
25462026-08-24T19:55:50.322Z Finished `release` profile [optimized] target(s) in 0.89s
25472026-08-24T19:55:50.390Z Running `target/release/omicron-package -t test package`
25482026-08-24T19:55:50.448ZLogging to: /work/oxidecomputer/omicron/out/LOG
25492026-08-24T19:55:51.920Z Compiling heck v0.5.0
25502026-08-24T19:55:51.923Z Compiling regress v0.11.1
25512026-08-24T19:55:52.170Z Compiling unsafe-libyaml v0.2.11
25522026-08-24T19:55:52.188Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25532026-08-24T19:55:52.218Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25542026-08-24T19:55:52.218Z Compiling derive-where v1.6.0
25552026-08-24T19:55:52.222Z Compiling bytecount v0.6.9
25562026-08-24T19:55:52.281Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25572026-08-24T19:55:52.284Z Compiling atomicwrites v0.4.4
25582026-08-24T19:55:52.284Z Compiling is-terminal v0.4.17
25592026-08-24T19:55:52.344Z Compiling prettyplease v0.2.37
25602026-08-24T19:55:52.347Z Compiling newline-converter v0.3.0
25612026-08-24T19:55:52.347Z Compiling console v0.15.11
25622026-08-24T19:55:52.384Z Compiling slog-dtrace v0.3.0
25632026-08-24T19:55:52.403Z Compiling resolv-conf v0.7.6
25642026-08-24T19:55:52.446Z Compiling cancel-safe-futures v0.1.5
25652026-08-24T19:55:52.471Z Compiling num-rational v0.4.2
25662026-08-24T19:55:52.474Z Compiling num-complex v0.4.6
25672026-08-24T19:55:52.517Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25682026-08-24T19:55:52.541Z Compiling thread_local v1.1.9
25692026-08-24T19:55:52.612Z Compiling match_cfg v0.1.0
25702026-08-24T19:55:52.684Z Compiling serde_yaml v0.9.34+deprecated
25712026-08-24T19:55:52.755Z Compiling compression-core v0.4.31
25722026-08-24T19:55:52.804Z Compiling expectorate v1.2.0
25732026-08-24T19:55:52.938Z Compiling compression-codecs v0.4.37
25742026-08-24T19:55:52.972Z Compiling num v0.4.3
25752026-08-24T19:55:52.994Z Compiling hostname v0.3.1
25762026-08-24T19:55:53.065Z Compiling multer v3.1.0
25772026-08-24T19:55:53.070Z Compiling slog-async v2.8.0
25782026-08-24T19:55:53.089Z Compiling crossbeam-channel v0.5.15
25792026-08-24T19:55:53.115Z Compiling slog-json v2.6.1
25802026-08-24T19:55:53.147Z Compiling serde_spanned v1.1.1
25812026-08-24T19:55:53.150Z Compiling toml_datetime v1.1.1+spec-1.1.0
25822026-08-24T19:55:53.209Z Compiling linear-map v1.2.0
25832026-08-24T19:55:53.232Z Compiling toml_writer v1.1.1+spec-1.1.0
25842026-08-24T19:55:53.324Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25852026-08-24T19:55:53.345Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25862026-08-24T19:55:53.389Z Compiling oxide-update-engine-types v0.1.2
25872026-08-24T19:55:53.415Z Compiling float-ord v0.3.2
25882026-08-24T19:55:53.444Z Compiling term v1.2.1
25892026-08-24T19:55:53.469Z Compiling linked-hash-map v0.5.6
25902026-08-24T19:55:53.472Z Compiling take_mut v0.2.2
25912026-08-24T19:55:53.472Z Compiling toml v1.1.2+spec-1.1.0
25922026-08-24T19:55:53.472Z Compiling slog-bunyan v2.5.0
25932026-08-24T19:55:53.560Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25942026-08-24T19:55:53.563Z Compiling async-compression v0.4.41
25952026-08-24T19:55:53.680Z Compiling typify-impl v0.6.2
25962026-08-24T19:55:53.683Z Compiling lru-cache v0.1.2
25972026-08-24T19:55:53.851Z Compiling slog-term v2.9.2
25982026-08-24T19:55:53.958Z Compiling dropshot v0.17.1
25992026-08-24T19:55:53.961Z Compiling async-stream v0.3.6
26002026-08-24T19:55:54.029Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26012026-08-24T19:55:54.048Z Compiling progenitor-client v0.14.0
26022026-08-24T19:55:54.073Z Compiling sha1 v0.11.0
26032026-08-24T19:55:54.174Z Compiling waitgroup v0.1.2
26042026-08-24T19:55:54.195Z Compiling rustls-pemfile v2.2.0
26052026-08-24T19:55:54.199Z Compiling backon v1.6.0
26062026-08-24T19:55:54.341Z Compiling serde_path_to_error v0.1.20
26072026-08-24T19:55:54.365Z Compiling hostname v0.4.2
26082026-08-24T19:55:54.369Z Compiling instant v0.1.13
26092026-08-24T19:55:54.409Z Compiling debug-ignore v1.0.5
26102026-08-24T19:55:54.429Z Compiling minimal-lexical v0.2.1
26112026-08-24T19:55:54.449Z Compiling progenitor-extras v0.2.0
26122026-08-24T19:55:54.516Z Compiling backoff v0.4.0
26132026-08-24T19:55:54.539Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26142026-08-24T19:55:54.557Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
26152026-08-24T19:55:54.670Z Compiling oxide-update-engine v0.1.2
26162026-08-24T19:55:54.739Z Compiling nom v7.1.3
26172026-08-24T19:55:54.742Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
26182026-08-24T19:55:54.783Z Compiling parse-display v0.10.0
26192026-08-24T19:55:54.786Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26202026-08-24T19:55:54.829Z Compiling hickory-proto v0.24.4
26212026-08-24T19:55:55.320Z Compiling itertools v0.14.0
26222026-08-24T19:55:55.486Z Compiling regress v0.10.5
26232026-08-24T19:55:55.981Z Compiling macaddr v1.0.1
26242026-08-24T19:55:56.047Z Compiling unicode-xid v0.2.6
26252026-08-24T19:55:56.116Z Compiling humantime v2.3.0
26262026-08-24T19:55:56.269Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
26272026-08-24T19:55:56.388Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26282026-08-24T19:55:56.500Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26292026-08-24T19:55:56.545Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26302026-08-24T19:55:56.607Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
26312026-08-24T19:55:56.768Z Compiling toml v0.8.23
26322026-08-24T19:55:56.895Z Compiling papergrid v0.11.0
26332026-08-24T19:55:56.918Z Compiling tabled_derive v0.7.0
26342026-08-24T19:55:57.153Z Compiling typify-macro v0.6.2
26352026-08-24T19:55:57.357Z Compiling hickory-resolver v0.24.4
26362026-08-24T19:55:57.433Z Compiling termtree v0.5.1
26372026-08-24T19:55:57.506Z Compiling crossterm v0.29.0
26382026-08-24T19:55:57.638Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26392026-08-24T19:55:57.813Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26402026-08-24T19:55:58.101Z Compiling tabled v0.15.0
26412026-08-24T19:55:58.649Z Compiling qorb v0.4.1
26422026-08-24T19:55:58.712Z Compiling typify v0.6.2
26432026-08-24T19:55:59.005Z Compiling progenitor-impl v0.14.0
26442026-08-24T19:55:59.564Z Compiling phf_shared v0.12.1
26452026-08-24T19:55:59.823Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26462026-08-24T19:56:00.387Z Compiling vte v0.14.1
26472026-08-24T19:56:00.411Z Compiling csv-core v0.1.13
26482026-08-24T19:56:00.652Z Compiling chrono-tz v0.10.4
26492026-08-24T19:56:00.832Z Compiling highway v1.3.0
26502026-08-24T19:56:00.893Z Compiling csv v1.4.0
26512026-08-24T19:56:01.186Z Compiling progenitor-macro v0.14.0
26522026-08-24T19:56:01.823Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26532026-08-24T19:56:02.101Z Compiling strip-ansi-escapes v0.2.1
26542026-08-24T19:56:02.124Z Compiling phf v0.12.1
26552026-08-24T19:56:02.332Z Compiling const_format_proc_macros v0.2.34
26562026-08-24T19:56:02.670Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26572026-08-24T19:56:02.714Z Compiling fd-lock v4.0.4
26582026-08-24T19:56:02.756Z Compiling peg-macros v0.8.5
26592026-08-24T19:56:03.053Z Compiling nu-ansi-term v0.50.3
26602026-08-24T19:56:03.145Z Compiling const_format v0.2.35
26612026-08-24T19:56:03.257Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26622026-08-24T19:56:03.655Z Compiling reedline v0.40.0
26632026-08-24T19:56:04.026Z Compiling peg v0.8.5
26642026-08-24T19:56:04.132Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26652026-08-24T19:56:04.216Z Compiling bcs v0.1.6
26662026-08-24T19:56:04.684Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26672026-08-24T19:56:04.937Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
26682026-08-24T19:56:05.328Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26692026-08-24T19:56:05.351Z Compiling progenitor v0.14.0
26702026-08-24T19:56:05.547Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26712026-08-24T19:56:05.571Z Compiling nom v8.0.0
26722026-08-24T19:56:05.653Z Compiling semver v0.1.20
26732026-08-24T19:56:05.946Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26742026-08-24T19:56:06.194Z Compiling rustc_version v0.1.7
26752026-08-24T19:56:06.420Z Compiling newtype_derive v0.1.6
26762026-08-24T19:56:06.492Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26772026-08-24T19:56:06.659Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26782026-08-24T19:56:06.754Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26792026-08-24T19:56:06.943Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26802026-08-24T19:56:07.320Z Compiling serde_tokenstream v0.3.0
26812026-08-24T19:56:07.659Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26822026-08-24T19:56:07.865Z Compiling oxide-generation-macros v0.2.0
26832026-08-24T19:56:07.980Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
26842026-08-24T19:56:08.034Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26852026-08-24T19:56:08.278Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26862026-08-24T19:56:08.409Z Compiling dropshot-api-manager-types v0.8.0
26872026-08-24T19:56:08.467Z Compiling steno v0.4.1
26882026-08-24T19:56:08.617Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
26892026-08-24T19:56:08.791Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26902026-08-24T19:56:08.986Z Compiling sha1 v0.10.6
26912026-08-24T19:56:09.171Z Compiling tagptr v0.2.0
26922026-08-24T19:56:09.370Z Compiling utf-8 v0.7.6
26932026-08-24T19:56:09.448Z Compiling moka v0.12.13
26942026-08-24T19:56:09.603Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26952026-08-24T19:56:09.635Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26962026-08-24T19:56:09.786Z Compiling tungstenite v0.21.0
26972026-08-24T19:56:10.083Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26982026-08-24T19:56:10.767Z Compiling hickory-resolver v0.25.2
26992026-08-24T19:56:11.311Z Compiling tokio-tungstenite v0.21.0
27002026-08-24T19:56:11.693Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
27012026-08-24T19:56:11.879Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27022026-08-24T19:56:12.702Z Compiling darling_core v0.21.3
27032026-08-24T19:56:14.020Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27042026-08-24T19:56:14.501Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27052026-08-24T19:56:14.659Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27062026-08-24T19:56:14.807Z Compiling darling_macro v0.21.3
27072026-08-24T19:56:15.296Z Compiling display-error-chain v0.2.2
27082026-08-24T19:56:15.329Z Compiling darling v0.21.3
27092026-08-24T19:56:15.441Z Compiling libscf-sys v1.2.0
27102026-08-24T19:56:15.474Z Compiling vergen-lib v0.1.6
27112026-08-24T19:56:15.620Z Compiling diesel_derives v2.3.7
27122026-08-24T19:56:15.738Z Compiling dsl_auto_type v0.2.0
27132026-08-24T19:56:16.071Z Compiling scheduled-thread-pool v0.2.7
27142026-08-24T19:56:16.289Z Compiling vergen-gitcl v1.0.8
27152026-08-24T19:56:16.515Z Compiling diesel_table_macro_syntax v0.3.0
27162026-08-24T19:56:16.539Z Compiling dirs-sys-next v0.1.2
27172026-08-24T19:56:16.588Z Compiling crunchy v0.2.4
27182026-08-24T19:56:16.643Z Compiling glob v0.3.3
27192026-08-24T19:56:16.743Z Compiling maplit v1.0.2
27202026-08-24T19:56:16.866Z Compiling dirs-next v2.0.0
27212026-08-24T19:56:16.949Z Compiling r2d2 v0.8.10
27222026-08-24T19:56:17.003Z Compiling clang-sys v1.8.1
27232026-08-24T19:56:17.039Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
27242026-08-24T19:56:17.107Z Compiling papergrid v0.18.0
27252026-08-24T19:56:17.247Z Compiling tiny-keccak v2.0.2
27262026-08-24T19:56:17.315Z Compiling xshell-macros v0.2.7
27272026-08-24T19:56:17.414Z Compiling downcast-rs v2.0.2
27282026-08-24T19:56:17.530Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27292026-08-24T19:56:17.554Z Compiling term v0.7.0
27302026-08-24T19:56:17.677Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27312026-08-24T19:56:17.713Z Compiling xshell v0.2.7
27322026-08-24T19:56:17.735Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27332026-08-24T19:56:17.995Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27342026-08-24T19:56:18.057Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27352026-08-24T19:56:18.216Z Compiling bit-vec v0.6.3
27362026-08-24T19:56:18.342Z Compiling tabled v0.21.0
27372026-08-24T19:56:18.464Z Compiling bit-set v0.5.3
27382026-08-24T19:56:18.565Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
27392026-08-24T19:56:18.654Z Compiling ascii-canvas v3.0.0
27402026-08-24T19:56:18.910Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27412026-08-24T19:56:18.967Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27422026-08-24T19:56:19.206Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27432026-08-24T19:56:19.260Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
27442026-08-24T19:56:19.404Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
27452026-08-24T19:56:19.640Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27462026-08-24T19:56:19.810Z Compiling itertools v0.10.5
27472026-08-24T19:56:19.835Z Compiling ena v0.14.4
27482026-08-24T19:56:19.912Z Compiling libloading v0.8.9
27492026-08-24T19:56:20.098Z Compiling diff v0.1.13
27502026-08-24T19:56:20.153Z Compiling bindgen v0.71.1
27512026-08-24T19:56:20.175Z Compiling unicase v2.9.0
27522026-08-24T19:56:20.437Z Compiling regex-syntax v0.6.29
27532026-08-24T19:56:20.805Z Compiling cexpr v0.6.0
27542026-08-24T19:56:20.910Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27552026-08-24T19:56:21.134Z Compiling rustc-hash v2.1.1
27562026-08-24T19:56:21.312Z Compiling crc8 v0.1.1
27572026-08-24T19:56:21.509Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27582026-08-24T19:56:21.532Z Compiling diesel v2.3.7
27592026-08-24T19:56:21.710Z Compiling lalrpop v0.19.12
27602026-08-24T19:56:21.735Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27612026-08-24T19:56:22.353Z Compiling headers-core v0.3.0
27622026-08-24T19:56:22.431Z Compiling libxml v0.3.3
27632026-08-24T19:56:22.706Z Compiling headers v0.4.1
27642026-08-24T19:56:22.728Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27652026-08-24T19:56:22.751Z Compiling strum_macros v0.24.3
27662026-08-24T19:56:22.945Z Compiling indoc v1.0.9
27672026-08-24T19:56:23.195Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27682026-08-24T19:56:23.387Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27692026-08-24T19:56:23.416Z Compiling derive_builder v0.20.2
27702026-08-24T19:56:23.546Z Compiling oso-derive v0.27.3
27712026-08-24T19:56:23.609Z Compiling quick-xml v0.37.5
27722026-08-24T19:56:23.615Z Compiling impl-trait-for-tuples v0.2.3
27732026-08-24T19:56:24.002Z Compiling openssl-probe v0.1.6
27742026-08-24T19:56:24.056Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27752026-08-24T19:56:24.320Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27762026-08-24T19:56:24.324Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27772026-08-24T19:56:24.763Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27782026-08-24T19:56:24.850Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27792026-08-24T19:56:24.887Z Compiling bb8 v0.8.6
27802026-08-24T19:56:25.077Z Compiling trait-variant v0.1.2
27812026-08-24T19:56:25.169Z Compiling proc-macro-error-attr2 v2.0.0
27822026-08-24T19:56:25.275Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27832026-08-24T19:56:25.511Z Compiling half v1.8.3
27842026-08-24T19:56:25.610Z Compiling proc-macro-error2 v2.0.1
27852026-08-24T19:56:25.634Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27862026-08-24T19:56:25.691Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27872026-08-24T19:56:25.908Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27882026-08-24T19:56:25.936Z Compiling serde_cbor v0.11.2
27892026-08-24T19:56:25.975Z Compiling rfc6979 v0.4.0
27902026-08-24T19:56:26.201Z Compiling hashbrown v0.14.5
27912026-08-24T19:56:26.255Z Compiling salty v0.3.0
27922026-08-24T19:56:26.264Z Compiling ecdsa v0.16.9
27932026-08-24T19:56:26.567Z Compiling knus-derive v3.4.0
27942026-08-24T19:56:26.743Z Compiling chumsky v0.9.3
27952026-08-24T19:56:27.236Z Compiling samael v0.0.19
27962026-08-24T19:56:27.271Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27972026-08-24T19:56:27.271Z Compiling progenitor-impl v0.13.0
27982026-08-24T19:56:27.275Z Compiling primeorder v0.13.6
27992026-08-24T19:56:27.443Z Compiling nonempty v0.12.0
28002026-08-24T19:56:27.687Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
28012026-08-24T19:56:27.910Z Compiling knus v3.4.0
28022026-08-24T19:56:27.987Z Compiling p384 v0.13.1
28032026-08-24T19:56:28.798Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28042026-08-24T19:56:29.050Z Compiling polar-core v0.27.3
28052026-08-24T19:56:29.095Z Compiling progenitor-macro v0.13.0
28062026-08-24T19:56:29.482Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
28072026-08-24T19:56:30.092Z Compiling progenitor-client v0.13.0
28082026-08-24T19:56:30.370Z Compiling fxhash v0.2.1
28092026-08-24T19:56:30.553Z Compiling libz-sys v1.1.24
28102026-08-24T19:56:30.590Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28112026-08-24T19:56:30.776Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
28122026-08-24T19:56:31.035Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28132026-08-24T19:56:31.297Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28142026-08-24T19:56:31.505Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28152026-08-24T19:56:31.684Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
28162026-08-24T19:56:36.264Z Compiling kstat-rs v0.2.5
28172026-08-24T19:56:36.617Z Compiling mime_guess v2.0.5
28182026-08-24T19:56:36.618Z Compiling progenitor v0.13.0
28192026-08-24T19:56:36.618Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28202026-08-24T19:56:36.618Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28212026-08-24T19:56:36.618Z Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
28222026-08-24T19:56:36.618Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28232026-08-24T19:56:36.618Z Compiling nanorand v0.7.0
28242026-08-24T19:56:36.618Z Compiling libgit2-sys v0.18.3+1.9.2
28252026-08-24T19:56:36.618Z Compiling parking_lot_core v0.8.6
28262026-08-24T19:56:36.618Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28272026-08-24T19:56:36.618Z Compiling flume v0.11.1
28282026-08-24T19:56:36.618Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28292026-08-24T19:56:36.775Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28302026-08-24T19:56:36.891Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28312026-08-24T19:56:36.938Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28322026-08-24T19:56:37.404Z Compiling git-stub v1.0.0
28332026-08-24T19:56:37.694Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
28342026-08-24T19:56:37.719Z Compiling instability v0.3.11
28352026-08-24T19:56:37.942Z Compiling http-range v0.1.5
28362026-08-24T19:56:37.965Z Compiling corncobs v0.1.4
28372026-08-24T19:56:38.128Z Compiling oso v0.27.3
28382026-08-24T19:56:38.217Z Compiling strsim v0.10.0
28392026-08-24T19:56:38.282Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28402026-08-24T19:56:38.785Z Compiling darling_core v0.13.4
28412026-08-24T19:56:38.954Z Compiling diesel-dtrace v0.5.0
28422026-08-24T19:56:39.286Z Compiling async-bb8-diesel v0.2.1
28432026-08-24T19:56:39.757Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28442026-08-24T19:56:40.288Z Compiling git-stub-vcs v0.1.0
28452026-08-24T19:56:42.185Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28462026-08-24T19:56:42.700Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
28472026-08-24T19:56:42.947Z Compiling ignore v0.4.25
28482026-08-24T19:56:44.342Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28492026-08-24T19:56:44.432Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28502026-08-24T19:56:44.541Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28512026-08-24T19:56:44.670Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28522026-08-24T19:56:44.961Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28532026-08-24T19:56:45.865Z Compiling anstyle-parse v0.2.7
28542026-08-24T19:56:46.111Z Compiling secrecy v0.8.0
28552026-08-24T19:56:46.136Z Compiling castaway v0.2.4
28562026-08-24T19:56:46.303Z Compiling vergen-git2 v9.1.0
28572026-08-24T19:56:46.326Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28582026-08-24T19:56:46.388Z Compiling indoc v2.0.7
28592026-08-24T19:56:46.468Z Compiling compact_str v0.8.1
28602026-08-24T19:56:46.543Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28612026-08-24T19:56:47.556Z Compiling anstream v0.6.21
28622026-08-24T19:56:47.581Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28632026-08-24T19:56:47.827Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28642026-08-24T19:56:48.123Z Compiling globwalk v0.9.1
28652026-08-24T19:56:48.578Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28662026-08-24T19:56:48.783Z Compiling parking_lot v0.11.2
28672026-08-24T19:56:48.829Z Compiling hyper-staticfile v0.10.1
28682026-08-24T19:56:49.298Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28692026-08-24T19:56:49.684Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28702026-08-24T19:56:49.707Z Compiling darling_macro v0.13.4
28712026-08-24T19:56:49.799Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28722026-08-24T19:56:49.986Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28732026-08-24T19:56:50.238Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28742026-08-24T19:56:50.468Z Compiling predicates-tree v1.0.13
28752026-08-24T19:56:50.882Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28762026-08-24T19:56:50.936Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
28772026-08-24T19:56:51.105Z Compiling unicode-truncate v1.1.0
28782026-08-24T19:56:51.249Z Compiling lru v0.12.5
28792026-08-24T19:56:51.338Z Compiling digest-io v0.1.0
28802026-08-24T19:56:51.490Z Compiling prefix-trie v0.7.0
28812026-08-24T19:56:51.521Z Compiling rand_seeder v0.4.0
28822026-08-24T19:56:51.779Z Compiling rawzip v0.4.4
28832026-08-24T19:56:51.814Z Compiling illumos-nvpair-sys v0.2.0
28842026-08-24T19:56:51.818Z Compiling cassowary v0.3.0
28852026-08-24T19:56:51.959Z Compiling hickory-server v0.25.2
28862026-08-24T19:56:51.998Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28872026-08-24T19:56:52.113Z Compiling camino-tempfile-ext v0.3.3
28882026-08-24T19:56:52.214Z Compiling ratatui v0.29.0
28892026-08-24T19:56:52.239Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28902026-08-24T19:56:52.412Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28912026-08-24T19:56:52.688Z Compiling darling v0.13.4
28922026-08-24T19:56:52.830Z Compiling sled v0.34.7
28932026-08-24T19:56:53.271Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28942026-08-24T19:56:53.389Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28952026-08-24T19:56:55.256Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28962026-08-24T19:56:55.913Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28972026-08-24T19:56:56.138Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28982026-08-24T19:56:56.973Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28992026-08-24T19:56:58.335Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29002026-08-24T19:56:59.250Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
29012026-08-24T19:57:00.580Z Compiling serde_with_macros v1.5.2
29022026-08-24T19:57:00.644Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
29032026-08-24T19:57:00.921Z Compiling git2 v0.20.4
29042026-08-24T19:57:00.972Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
29052026-08-24T19:57:01.326Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29062026-08-24T19:57:01.384Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
29072026-08-24T19:57:01.552Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29082026-08-24T19:57:01.611Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29092026-08-24T19:57:01.783Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
29102026-08-24T19:57:01.971Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29112026-08-24T19:57:01.998Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29122026-08-24T19:57:02.045Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
29132026-08-24T19:57:02.218Z Compiling arc-swap v1.8.2
29142026-08-24T19:57:02.276Z Compiling void v1.0.2
29152026-08-24T19:57:02.427Z Compiling lzss v0.8.2
29162026-08-24T19:57:02.480Z Compiling slog-scope v4.4.1
29172026-08-24T19:57:02.724Z Compiling serde_with v1.14.0
29182026-08-24T19:57:02.772Z Compiling illumos-nvpair v0.3.0
29192026-08-24T19:57:02.880Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29202026-08-24T19:57:03.806Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
29212026-08-24T19:57:03.904Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
29222026-08-24T19:57:03.952Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29232026-08-24T19:57:03.994Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29242026-08-24T19:57:04.026Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29252026-08-24T19:57:04.132Z Compiling scuffle v0.1.0
29262026-08-24T19:57:04.458Z Compiling tungstenite v0.23.0
29272026-08-24T19:57:04.722Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29282026-08-24T19:57:06.251Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29292026-08-24T19:57:06.298Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
29302026-08-24T19:57:06.635Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29312026-08-24T19:57:06.756Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29322026-08-24T19:57:06.860Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29332026-08-24T19:57:06.980Z Compiling nix v0.27.1
29342026-08-24T19:57:07.109Z Compiling twox-hash v2.1.2
29352026-08-24T19:57:07.623Z Compiling libsw-core v0.3.2
29362026-08-24T19:57:07.672Z Compiling atty v0.2.14
29372026-08-24T19:57:07.827Z Compiling serde_bytes v0.11.19
29382026-08-24T19:57:07.851Z Compiling libsw v3.5.0
29392026-08-24T19:57:08.080Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29402026-08-24T19:57:08.178Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29412026-08-24T19:57:08.201Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29422026-08-24T19:57:08.224Z Compiling tokio-tungstenite v0.23.1
29432026-08-24T19:57:08.298Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
29442026-08-24T19:57:08.597Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29452026-08-24T19:57:10.035Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
29462026-08-24T19:57:10.101Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29472026-08-24T19:57:10.621Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29482026-08-24T19:57:11.944Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29492026-08-24T19:57:12.370Z Compiling slog-stdlog v4.1.1
29502026-08-24T19:57:12.583Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
29512026-08-24T19:57:12.755Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29522026-08-24T19:57:13.278Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
29532026-08-24T19:57:13.524Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29542026-08-24T19:57:15.023Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29552026-08-24T19:57:15.094Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29562026-08-24T19:57:15.216Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29572026-08-24T19:57:16.884Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29582026-08-24T19:57:17.851Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
29592026-08-24T19:57:18.407Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
29602026-08-24T19:57:18.860Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29612026-08-24T19:57:19.063Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29622026-08-24T19:57:22.037Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29632026-08-24T19:57:22.619Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29642026-08-24T19:57:22.651Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29652026-08-24T19:57:23.240Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29662026-08-24T19:57:24.057Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29672026-08-24T19:57:24.271Z Compiling fatfs v0.3.6
29682026-08-24T19:57:25.150Z Compiling signal-hook-tokio v0.3.1
29692026-08-24T19:57:25.342Z Compiling yasna v0.5.2
29702026-08-24T19:57:25.518Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29712026-08-24T19:57:25.837Z Compiling seq-macro v0.3.6
29722026-08-24T19:57:26.275Z Compiling assert_matches v1.5.0
29732026-08-24T19:57:26.341Z Compiling rcgen v0.12.1
29742026-08-24T19:57:26.387Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29752026-08-24T19:57:27.590Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29762026-08-24T19:57:27.641Z Compiling slog-envlogger v2.2.0
29772026-08-24T19:57:28.873Z Compiling oxide-update-engine-display v0.1.2
29782026-08-24T19:57:29.149Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29792026-08-24T19:57:29.809Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29802026-08-24T19:57:30.000Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29812026-08-24T19:57:30.235Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29822026-08-24T19:57:30.478Z Compiling port-file v0.1.0
29832026-08-24T19:57:30.724Z Compiling subprocess v0.2.15
29842026-08-24T19:57:30.837Z Compiling rtoolbox v0.0.3
29852026-08-24T19:57:31.117Z Compiling rpassword v7.5.4
29862026-08-24T19:57:31.744Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29872026-08-24T19:57:31.999Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29882026-08-24T19:57:33.245Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29892026-08-24T19:57:33.392Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29902026-08-24T19:57:33.725Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29912026-08-24T19:57:35.754Z Compiling tui-tree-widget v0.23.1
29922026-08-24T19:57:36.063Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29932026-08-24T19:57:36.955Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29942026-08-24T19:57:37.238Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29952026-08-24T19:57:37.751Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29962026-08-24T19:57:39.440Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29972026-08-24T19:57:39.677Z Compiling uzers v0.12.2
29982026-08-24T19:57:39.788Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29992026-08-24T19:57:41.113Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30002026-08-24T19:57:41.137Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30012026-08-24T19:57:41.828Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30022026-08-24T19:57:42.138Z Compiling support-bundle-viewer v0.1.2
30032026-08-24T19:57:42.172Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30042026-08-24T19:57:44.037Z Compiling multimap v0.10.1
30052026-08-24T19:57:50.443Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30062026-08-24T19:57:54.430Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30072026-08-24T19:58:00.195Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30082026-08-24T19:58:03.018Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30092026-08-24T19:58:05.563Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30102026-08-24T20:05:31.632Z Finished `release` profile [optimized] target(s) in 9m 41s
30112026-08-24T20:05:31.635Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
30122026-08-24T20:05:31.635Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
30132026-08-24T20:06:22.837Z
30142026-08-24T20:06:22.841Zreal 10:33.387506520
30152026-08-24T20:06:22.841Zuser 1:21:56.606520313
30162026-08-24T20:06:22.841Zsys 3:41.327025365
30172026-08-24T20:06:22.841Ztrap 1.815257361
30182026-08-24T20:06:22.841Ztflt 1.863704937
30192026-08-24T20:06:22.841Zdflt 19.619076123
30202026-08-24T20:06:22.841Zkflt 0.006463440
30212026-08-24T20:06:22.841Zlock 7:52:59.091255357
30222026-08-24T20:06:22.841Zslp 2:20:48.166811557
30232026-08-24T20:06:22.841Zlat 2:23.391757728
30242026-08-24T20:06:22.841Zstop 5:30.880703170
30252026-08-24T20:06:22.841Z+ mapfile -t packages
30262026-08-24T20:06:22.841Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
30272026-08-24T20:06:23.820Z Finished `release` profile [optimized] target(s) in 0.97s
30282026-08-24T20:06:23.889Z Running `target/release/omicron-package -t test list-outputs`
30292026-08-24T20:06:23.949ZLogging to: /work/oxidecomputer/omicron/out/LOG
30302026-08-24T20:06:23.952Z+ ptime -m cargo build --locked --release -p xtask
30312026-08-24T20:06:24.437Z Compiling libc v0.2.185
30322026-08-24T20:06:24.437Z Compiling serde_core v1.0.228
30332026-08-24T20:06:24.441Z Compiling serde v1.0.228
30342026-08-24T20:06:24.441Z Compiling rustix v1.1.4
30352026-08-24T20:06:24.441Z Compiling serde_json v1.0.151
30362026-08-24T20:06:24.570Z Compiling bitflags v2.11.0
30372026-08-24T20:06:24.599Z Compiling usdt-impl v0.5.0
30382026-08-24T20:06:24.602Z Compiling syn v2.0.117
30392026-08-24T20:06:24.623Z Compiling syn v1.0.109
30402026-08-24T20:06:24.634Z Compiling getrandom v0.4.3
30412026-08-24T20:06:24.637Z Compiling log v0.4.33
30422026-08-24T20:06:24.637Z Compiling indexmap v2.14.0
30432026-08-24T20:06:24.670Z Compiling fs-err v3.3.0
30442026-08-24T20:06:24.835Z Compiling heck v0.4.1
30452026-08-24T20:06:24.923Z Compiling anyhow v1.0.104
30462026-08-24T20:06:25.036Z Compiling once_cell v1.21.3
30472026-08-24T20:06:25.311Z Compiling thread-id v4.2.2
30482026-08-24T20:06:25.350Z Compiling errno v0.3.14
30492026-08-24T20:06:25.353Z Compiling memmap v0.7.0
30502026-08-24T20:06:26.108Z Compiling proc-macro-error v1.0.4
30512026-08-24T20:06:26.346Z Compiling terminal_size v0.4.3
30522026-08-24T20:06:26.346Z Compiling tempfile v3.27.0
30532026-08-24T20:06:26.372Z Compiling tabled_derive v0.7.0
30542026-08-24T20:06:26.445Z Compiling clap_builder v4.6.0
30552026-08-24T20:06:26.445Z Compiling textwrap v0.16.2
30562026-08-24T20:06:26.727Z Compiling camino v1.2.5
30572026-08-24T20:06:26.727Z Compiling semver v1.0.28
30582026-08-24T20:06:26.772Z Compiling cargo-platform v0.3.2
30592026-08-24T20:06:26.798Z Compiling pest_generator v2.8.6
30602026-08-24T20:06:27.050Z Compiling camino-tempfile v1.4.1
30612026-08-24T20:06:27.072Z Compiling tabled v0.15.0
30622026-08-24T20:06:27.352Z Compiling serde_derive v1.0.228
30632026-08-24T20:06:27.352Z Compiling thiserror-impl v1.0.69
30642026-08-24T20:06:27.355Z Compiling zerocopy-derive v0.7.35
30652026-08-24T20:06:27.355Z Compiling pest_derive v2.8.6
30662026-08-24T20:06:27.355Z Compiling scroll_derive v0.12.1
30672026-08-24T20:06:27.355Z Compiling thiserror-impl v2.0.18
30682026-08-24T20:06:27.355Z Compiling clap_derive v4.6.1
30692026-08-24T20:06:28.031Z Compiling scroll v0.12.0
30702026-08-24T20:06:28.210Z Compiling zerocopy v0.7.35
30712026-08-24T20:06:28.315Z Compiling goblin v0.8.2
30722026-08-24T20:06:28.503Z Compiling thiserror v1.0.69
30732026-08-24T20:06:28.626Z Compiling dtrace-parser v0.2.0
30742026-08-24T20:06:28.746Z Compiling thiserror v2.0.18
30752026-08-24T20:06:28.806Z Compiling clap v4.6.1
30762026-08-24T20:06:30.486Z Compiling dof v0.3.0
30772026-08-24T20:06:30.508Z Compiling serde_spanned v0.6.9
30782026-08-24T20:06:30.530Z Compiling toml_datetime v0.6.11
30792026-08-24T20:06:30.547Z Compiling serde_tokenstream v0.2.3
30802026-08-24T20:06:30.560Z Compiling cargo_metadata v0.23.1
30812026-08-24T20:06:30.563Z Compiling macaddr v1.0.1
30822026-08-24T20:06:30.611Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30832026-08-24T20:06:30.866Z Compiling toml_edit v0.22.27
30842026-08-24T20:06:31.365Z Compiling usdt-macro v0.5.0
30852026-08-24T20:06:31.365Z Compiling usdt-attr-macro v0.5.0
30862026-08-24T20:06:31.928Z Compiling usdt v0.5.0
30872026-08-24T20:06:32.448Z Compiling toml v0.8.23
30882026-08-24T20:06:32.874Z Compiling cargo_toml v0.21.0
30892026-08-24T20:06:37.280Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30902026-08-24T20:06:40.501Z Finished `release` profile [optimized] target(s) in 16.54s
30912026-08-24T20:06:40.643Z
30922026-08-24T20:06:40.646Zreal 16.655274635
30932026-08-24T20:06:40.647Zuser 2:05.667715154
30942026-08-24T20:06:40.647Zsys 13.827990475
30952026-08-24T20:06:40.647Ztrap 0.065702710
30962026-08-24T20:06:40.647Ztflt 0.380483073
30972026-08-24T20:06:40.647Zdflt 1.395148821
30982026-08-24T20:06:40.647Zkflt 0.000035580
30992026-08-24T20:06:40.647Zlock 4:49.765792305
31002026-08-24T20:06:40.647Zslp 2:42.900813958
31012026-08-24T20:06:40.647Zlat 3.709910200
31022026-08-24T20:06:40.647Zstop 17.060976614
31032026-08-24T20:06:40.648Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
31042026-08-24T20:06:40.648Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
31052026-08-24T20:06:40.648Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
31062026-08-24T20:06:40.648Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
31072026-08-24T20:06:40.648Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
31082026-08-24T20:06:41.619Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31092026-08-24T20:06:41.619Z Compiling match_cfg v0.1.0
31102026-08-24T20:06:41.619Z Compiling progenitor-client v0.14.0
31112026-08-24T20:06:41.623Z Compiling slog-json v2.6.1
31122026-08-24T20:06:41.623Z Compiling newtype-uuid-macros v0.1.0
31132026-08-24T20:06:41.623Z Compiling sha1 v0.11.0
31142026-08-24T20:06:41.623Z Compiling multer v3.1.0
31152026-08-24T20:06:41.623Z Compiling debug-ignore v1.0.5
31162026-08-24T20:06:41.623Z Compiling compression-core v0.4.31
31172026-08-24T20:06:41.623Z Compiling async-stream-impl v0.3.6
31182026-08-24T20:06:41.623Z Compiling toml_datetime v1.1.1+spec-1.1.0
31192026-08-24T20:06:41.770Z Compiling serde_spanned v1.1.1
31202026-08-24T20:06:41.774Z Compiling dropshot v0.17.1
31212026-08-24T20:06:41.869Z Compiling toml_writer v1.1.1+spec-1.1.0
31222026-08-24T20:06:41.905Z Compiling compression-codecs v0.4.37
31232026-08-24T20:06:41.908Z Compiling waitgroup v0.1.2
31242026-08-24T20:06:41.970Z Compiling rustls-pemfile v2.2.0
31252026-08-24T20:06:42.036Z Compiling hostname v0.3.1
31262026-08-24T20:06:42.036Z Compiling dropshot_endpoint v0.17.1
31272026-08-24T20:06:42.053Z Compiling hostname v0.4.2
31282026-08-24T20:06:42.075Z Compiling serde_path_to_error v0.1.20
31292026-08-24T20:06:42.077Z Compiling atomicwrites v0.4.4
31302026-08-24T20:06:42.082Z Compiling toml v1.1.2+spec-1.1.0
31312026-08-24T20:06:42.169Z Compiling async-compression v0.4.41
31322026-08-24T20:06:42.189Z Compiling slog-bunyan v2.5.0
31332026-08-24T20:06:42.239Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31342026-08-24T20:06:42.243Z Compiling macaddr v1.0.1
31352026-08-24T20:06:42.258Z Compiling instant v0.1.13
31362026-08-24T20:06:42.261Z Compiling regress v0.10.5
31372026-08-24T20:06:42.261Z Compiling parse-display-derive v0.10.0
31382026-08-24T20:06:42.363Z Compiling backon v1.6.0
31392026-08-24T20:06:42.366Z Compiling itertools v0.14.0
31402026-08-24T20:06:42.424Z Compiling async-stream v0.3.6
31412026-08-24T20:06:42.442Z Compiling backoff v0.4.0
31422026-08-24T20:06:42.446Z Compiling humantime v2.3.0
31432026-08-24T20:06:42.515Z Compiling half v2.7.1
31442026-08-24T20:06:42.530Z Compiling crucible-workspace-hack v0.1.0
31452026-08-24T20:06:42.549Z Compiling ciborium-io v0.2.2
31462026-08-24T20:06:42.578Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31472026-08-24T20:06:42.618Z Compiling progenitor-extras v0.2.0
31482026-08-24T20:06:42.621Z Compiling convert_case v0.4.0
31492026-08-24T20:06:42.666Z Compiling regress v0.11.1
31502026-08-24T20:06:42.683Z Compiling secrecy v0.10.3
31512026-08-24T20:06:42.702Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31522026-08-24T20:06:42.751Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31532026-08-24T20:06:42.799Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31542026-08-24T20:06:42.799Z Compiling ciborium-ll v0.2.2
31552026-08-24T20:06:42.844Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31562026-08-24T20:06:42.863Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31572026-08-24T20:06:42.866Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31582026-08-24T20:06:42.866Z Compiling inout v0.1.4
31592026-08-24T20:06:42.910Z Compiling thiserror-impl-no-std v2.0.2
31602026-08-24T20:06:43.030Z Compiling derive_more v0.99.20
31612026-08-24T20:06:43.049Z Compiling ciborium v0.2.2
31622026-08-24T20:06:43.065Z Compiling cipher v0.4.4
31632026-08-24T20:06:43.083Z Compiling universal-hash v0.5.1
31642026-08-24T20:06:43.124Z Compiling unsafe-libyaml v0.2.11
31652026-08-24T20:06:43.144Z Compiling opaque-debug v0.3.1
31662026-08-24T20:06:43.231Z Compiling poly1305 v0.8.0
31672026-08-24T20:06:43.249Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31682026-08-24T20:06:43.252Z Compiling blake2 v0.10.6
31692026-08-24T20:06:43.343Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31702026-08-24T20:06:43.407Z Compiling chacha20 v0.9.1
31712026-08-24T20:06:43.509Z Compiling aead v0.5.2
31722026-08-24T20:06:43.551Z Compiling password-hash v0.5.0
31732026-08-24T20:06:43.643Z Compiling indent_write v2.2.0
31742026-08-24T20:06:43.726Z Compiling serde_yaml v0.9.34+deprecated
31752026-08-24T20:06:43.726Z Compiling chacha20poly1305 v0.10.1
31762026-08-24T20:06:43.747Z Compiling toml_datetime v0.7.5+spec-1.1.0
31772026-08-24T20:06:43.807Z Compiling argon2 v0.5.3
31782026-08-24T20:06:43.859Z Compiling num-derive v0.4.2
31792026-08-24T20:06:43.881Z Compiling heapless v0.8.0
31802026-08-24T20:06:43.901Z Compiling ingot-macros v0.2.0
31812026-08-24T20:06:43.973Z Compiling toml_edit v0.23.10+spec-1.0.0
31822026-08-24T20:06:43.997Z Compiling tabwriter v1.4.1
31832026-08-24T20:06:44.023Z Compiling hash32 v0.3.1
31842026-08-24T20:06:44.063Z Compiling parse-display v0.10.0
31852026-08-24T20:06:44.120Z Compiling thiserror-no-std v2.0.2
31862026-08-24T20:06:44.208Z Compiling vsss-rs v3.3.4
31872026-08-24T20:06:44.211Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31882026-08-24T20:06:44.245Z Compiling typify-impl v0.6.2
31892026-08-24T20:06:44.391Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31902026-08-24T20:06:44.461Z Compiling smoltcp v0.11.0
31912026-08-24T20:06:44.628Z Compiling proc-macro-crate v3.4.0
31922026-08-24T20:06:44.873Z Compiling cobs v0.3.0
31932026-08-24T20:06:44.890Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31942026-08-24T20:06:44.994Z Compiling colored v3.1.1
31952026-08-24T20:06:45.051Z Compiling postcard v1.1.3
31962026-08-24T20:06:45.105Z Compiling proc-macro-error v1.0.4
31972026-08-24T20:06:45.149Z Compiling proc-macro-crate v1.3.1
31982026-08-24T20:06:45.173Z Compiling foreign-types-macros v0.2.3
31992026-08-24T20:06:45.223Z Compiling num_enum_derive v0.7.6
32002026-08-24T20:06:45.383Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32012026-08-24T20:06:45.403Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32022026-08-24T20:06:45.423Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32032026-08-24T20:06:45.461Z Compiling foreign-types-shared v0.3.1
32042026-08-24T20:06:45.513Z Compiling rayon-core v1.13.0
32052026-08-24T20:06:45.610Z Compiling num_enum_derive v0.5.11
32062026-08-24T20:06:45.674Z Compiling crossbeam-deque v0.8.6
32072026-08-24T20:06:45.692Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32082026-08-24T20:06:45.715Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32092026-08-24T20:06:45.733Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32102026-08-24T20:06:45.733Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32112026-08-24T20:06:45.792Z Compiling cstr-argument v0.1.2
32122026-08-24T20:06:45.817Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
32132026-08-24T20:06:45.834Z Compiling foreign-types v0.5.0
32142026-08-24T20:06:45.937Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32152026-08-24T20:06:45.956Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
32162026-08-24T20:06:45.975Z Compiling zone_cfg_derive v0.3.1
32172026-08-24T20:06:46.060Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32182026-08-24T20:06:46.216Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32192026-08-24T20:06:46.256Z Compiling itertools v0.12.1
32202026-08-24T20:06:46.274Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32212026-08-24T20:06:46.293Z Compiling sigpipe v0.1.3
32222026-08-24T20:06:46.334Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32232026-08-24T20:06:46.371Z Compiling num_enum v0.7.6
32242026-08-24T20:06:46.398Z Compiling rayon v1.11.0
32252026-08-24T20:06:46.416Z Compiling glob v0.3.3
32262026-08-24T20:06:46.432Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32272026-08-24T20:06:46.452Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
32282026-08-24T20:06:46.529Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
32292026-08-24T20:06:46.576Z Compiling smf v0.2.3
32302026-08-24T20:06:46.641Z Compiling cpubits v0.1.1
32312026-08-24T20:06:46.695Z Compiling whoami v1.6.1
32322026-08-24T20:06:46.744Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32332026-08-24T20:06:46.770Z Compiling gethostname v0.5.0
32342026-08-24T20:06:46.774Z Compiling num_enum v0.5.11
32352026-08-24T20:06:46.839Z Compiling derive-where v1.6.0
32362026-08-24T20:06:46.874Z Compiling usdt-macro v0.5.0
32372026-08-24T20:06:46.898Z Compiling usdt-attr-macro v0.5.0
32382026-08-24T20:06:46.917Z Compiling ingot-types v0.2.0
32392026-08-24T20:06:46.920Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
32402026-08-24T20:06:46.920Z Compiling num-rational v0.4.2
32412026-08-24T20:06:46.970Z Compiling num-complex v0.4.6
32422026-08-24T20:06:46.987Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32432026-08-24T20:06:47.014Z Compiling memmap v0.7.0
32442026-08-24T20:06:47.128Z Compiling toml v0.8.23
32452026-08-24T20:06:47.279Z Compiling pem-rfc7468 v1.0.0
32462026-08-24T20:06:47.369Z Compiling ingot v0.2.1
32472026-08-24T20:06:47.401Z Compiling num v0.4.3
32482026-08-24T20:06:47.497Z Compiling zone v0.3.1
32492026-08-24T20:06:47.516Z Compiling float-ord v0.3.2
32502026-08-24T20:06:47.543Z Compiling cancel-safe-futures v0.1.5
32512026-08-24T20:06:47.571Z Compiling resolv-conf v0.7.6
32522026-08-24T20:06:47.688Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32532026-08-24T20:06:47.693Z Compiling universal-hash v0.6.1
32542026-08-24T20:06:47.700Z Compiling sha1 v0.10.6
32552026-08-24T20:06:47.804Z Compiling usdt v0.5.0
32562026-08-24T20:06:47.819Z Compiling libefi-sys v0.1.0
32572026-08-24T20:06:47.838Z Compiling prettyplease v0.2.37
32582026-08-24T20:06:47.953Z Compiling linear-map v1.2.0
32592026-08-24T20:06:47.976Z Compiling polyval v0.7.1
32602026-08-24T20:06:48.072Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32612026-08-24T20:06:48.109Z Compiling der v0.8.0
32622026-08-24T20:06:48.131Z Compiling hickory-proto v0.24.4
32632026-08-24T20:06:48.180Z Compiling newline-converter v0.3.0
32642026-08-24T20:06:48.208Z Compiling console v0.15.11
32652026-08-24T20:06:48.226Z Compiling oxide-update-engine-types v0.1.2
32662026-08-24T20:06:48.247Z Compiling bitfield-struct v0.6.2
32672026-08-24T20:06:48.251Z Compiling linked-hash-map v0.5.6
32682026-08-24T20:06:48.287Z Compiling ghash v0.6.0
32692026-08-24T20:06:48.450Z Compiling lru-cache v0.1.2
32702026-08-24T20:06:48.479Z Compiling crypto-bigint v0.7.5
32712026-08-24T20:06:48.550Z Compiling expectorate v1.2.0
32722026-08-24T20:06:48.602Z Compiling aes v0.9.1
32732026-08-24T20:06:48.675Z Compiling pbkdf2 v0.13.0
32742026-08-24T20:06:48.739Z Compiling ctr v0.10.1
32752026-08-24T20:06:48.818Z Compiling aead v0.6.1
32762026-08-24T20:06:48.835Z Compiling nom v8.0.0
32772026-08-24T20:06:48.898Z Compiling typify-macro v0.6.2
32782026-08-24T20:06:48.937Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32792026-08-24T20:06:48.980Z Compiling semver v0.1.20
32802026-08-24T20:06:49.022Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32812026-08-24T20:06:49.119Z Compiling spki v0.8.0
32822026-08-24T20:06:49.249Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32832026-08-24T20:06:49.313Z Compiling oxide-update-engine v0.1.2
32842026-08-24T20:06:49.360Z Compiling rustc_version v0.1.7
32852026-08-24T20:06:49.378Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32862026-08-24T20:06:49.424Z Compiling aes-gcm v0.11.0
32872026-08-24T20:06:49.450Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32882026-08-24T20:06:49.481Z Compiling tokio-dtrace v0.1.1
32892026-08-24T20:06:49.619Z Compiling dropshot-api-manager-types v0.8.0
32902026-08-24T20:06:49.652Z Compiling salsa20 v0.11.0
32912026-08-24T20:06:49.687Z Compiling slog-dtrace v0.3.0
32922026-08-24T20:06:49.719Z Compiling minimal-lexical v0.2.1
32932026-08-24T20:06:49.739Z Compiling xshell-macros v0.2.7
32942026-08-24T20:06:49.783Z Compiling oxide-tokio-rt v0.1.4
32952026-08-24T20:06:49.802Z Compiling newtype_derive v0.1.6
32962026-08-24T20:06:49.834Z Compiling scrypt v0.12.0
32972026-08-24T20:06:49.853Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32982026-08-24T20:06:49.976Z Compiling nom v7.1.3
32992026-08-24T20:06:49.979Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33002026-08-24T20:06:50.016Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33012026-08-24T20:06:50.041Z Compiling phf_shared v0.12.1
33022026-08-24T20:06:50.044Z Compiling rfc6979 v0.4.0
33032026-08-24T20:06:50.104Z Compiling cbc v0.2.1
33042026-08-24T20:06:50.157Z Compiling proc-macro-error-attr2 v2.0.0
33052026-08-24T20:06:50.174Z Compiling xshell v0.2.7
33062026-08-24T20:06:50.215Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33072026-08-24T20:06:50.240Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33082026-08-24T20:06:50.294Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33092026-08-24T20:06:50.391Z Compiling hickory-resolver v0.24.4
33102026-08-24T20:06:50.595Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33112026-08-24T20:06:50.611Z Compiling csv-core v0.1.13
33122026-08-24T20:06:50.630Z Compiling chrono-tz v0.10.4
33132026-08-24T20:06:50.653Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33142026-08-24T20:06:50.704Z Compiling highway v1.3.0
33152026-08-24T20:06:50.741Z Compiling typify v0.6.2
33162026-08-24T20:06:50.759Z Compiling unicode-xid v0.2.6
33172026-08-24T20:06:50.911Z Compiling progenitor-impl v0.14.0
33182026-08-24T20:06:50.919Z Compiling csv v1.4.0
33192026-08-24T20:06:50.919Z Compiling proc-macro-error2 v2.0.1
33202026-08-24T20:06:50.924Z Compiling const_format_proc_macros v0.2.34
33212026-08-24T20:06:51.131Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33222026-08-24T20:06:51.204Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33232026-08-24T20:06:51.304Z Compiling pkcs5 v0.8.1
33242026-08-24T20:06:51.333Z Compiling phf v0.12.1
33252026-08-24T20:06:51.389Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33262026-08-24T20:06:51.408Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33272026-08-24T20:06:51.523Z Compiling qorb v0.4.1
33282026-08-24T20:06:51.541Z Compiling ecdsa v0.16.9
33292026-08-24T20:06:51.873Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33302026-08-24T20:06:51.873Z Compiling primeorder v0.13.6
33312026-08-24T20:06:51.950Z Compiling serde_tokenstream v0.3.0
33322026-08-24T20:06:51.991Z Compiling hashbrown v0.14.5
33332026-08-24T20:06:52.090Z Compiling salty v0.3.0
33342026-08-24T20:06:52.135Z Compiling const_format v0.2.35
33352026-08-24T20:06:52.191Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33362026-08-24T20:06:52.296Z Compiling p384 v0.13.1
33372026-08-24T20:06:52.311Z Compiling oxide-generation-macros v0.2.0
33382026-08-24T20:06:52.483Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33392026-08-24T20:06:52.501Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33402026-08-24T20:06:52.553Z Compiling chumsky v0.9.3
33412026-08-24T20:06:52.608Z Compiling pkcs8 v0.11.0
33422026-08-24T20:06:52.891Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33432026-08-24T20:06:52.911Z Compiling knus-derive v3.4.0
33442026-08-24T20:06:53.029Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
33452026-08-24T20:06:53.157Z Compiling tabled_derive v0.7.0
33462026-08-24T20:06:53.293Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33472026-08-24T20:06:53.589Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33482026-08-24T20:06:53.666Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
33492026-08-24T20:06:53.705Z Compiling progenitor-macro v0.14.0
33502026-08-24T20:06:53.768Z Compiling bcs v0.1.6
33512026-08-24T20:06:53.812Z Compiling ff v0.14.0
33522026-08-24T20:06:53.887Z Compiling termtree v0.5.1
33532026-08-24T20:06:53.986Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33542026-08-24T20:06:54.070Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
33552026-08-24T20:06:54.090Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33562026-08-24T20:06:54.090Z Compiling steno v0.4.1
33572026-08-24T20:06:54.199Z Compiling tabled v0.15.0
33582026-08-24T20:06:54.229Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33592026-08-24T20:06:54.271Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33602026-08-24T20:06:54.327Z Compiling tagptr v0.2.0
33612026-08-24T20:06:54.344Z Compiling group v0.14.0
33622026-08-24T20:06:54.478Z Compiling knus v3.4.0
33632026-08-24T20:06:54.515Z Compiling moka v0.12.13
33642026-08-24T20:06:54.538Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33652026-08-24T20:06:54.556Z Compiling signature v3.0.0
33662026-08-24T20:06:54.578Z Compiling base16ct v1.0.0
33672026-08-24T20:06:54.780Z Compiling sec1 v0.8.1
33682026-08-24T20:06:54.798Z Compiling libscf-sys v1.2.0
33692026-08-24T20:06:54.829Z Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
33702026-08-24T20:06:54.911Z Compiling hkdf v0.13.0
33712026-08-24T20:06:54.977Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33722026-08-24T20:06:55.117Z Compiling elliptic-curve v0.14.1
33732026-08-24T20:06:55.135Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33742026-08-24T20:06:55.152Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
33752026-08-24T20:06:55.193Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
33762026-08-24T20:06:55.328Z Compiling hickory-resolver v0.25.2
33772026-08-24T20:06:55.407Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33782026-08-24T20:06:55.410Z Compiling corncobs v0.1.4
33792026-08-24T20:06:55.636Z Compiling parking_lot_core v0.8.6
33802026-08-24T20:06:55.694Z Compiling utf-8 v0.7.6
33812026-08-24T20:06:55.712Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33822026-08-24T20:06:55.912Z Compiling tungstenite v0.21.0
33832026-08-24T20:06:55.930Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33842026-08-24T20:06:56.057Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33852026-08-24T20:06:56.101Z Compiling wnaf v0.14.0
33862026-08-24T20:06:56.120Z Compiling primefield v0.14.0
33872026-08-24T20:06:56.179Z Compiling rfc6979 v0.6.0
33882026-08-24T20:06:56.328Z Compiling papergrid v0.18.0
33892026-08-24T20:06:56.363Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33902026-08-24T20:06:56.383Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33912026-08-24T20:06:56.466Z Compiling git-stub v1.0.0
33922026-08-24T20:06:56.633Z Compiling secrecy v0.8.0
33932026-08-24T20:06:56.675Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33942026-08-24T20:06:56.759Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33952026-08-24T20:06:56.822Z Compiling git-stub-vcs v0.1.0
33962026-08-24T20:06:56.839Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33972026-08-24T20:06:56.994Z Compiling tokio-tungstenite v0.21.0
33982026-08-24T20:06:57.015Z Compiling primeorder v0.14.0
33992026-08-24T20:06:57.218Z Compiling ecdsa v0.17.0
34002026-08-24T20:06:57.247Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34012026-08-24T20:06:57.334Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34022026-08-24T20:06:57.397Z Compiling tabled v0.21.0
34032026-08-24T20:06:57.427Z Compiling curve25519-dalek v5.0.0
34042026-08-24T20:06:57.444Z Compiling illumos-nvpair-sys v0.2.0
34052026-08-24T20:06:57.473Z Compiling unicase v2.9.0
34062026-08-24T20:06:57.530Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34072026-08-24T20:06:57.650Z Compiling parking_lot v0.11.2
34082026-08-24T20:06:57.698Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34092026-08-24T20:06:57.716Z Compiling mime_guess v2.0.5
34102026-08-24T20:06:57.734Z Compiling ssh-encoding v0.3.0
34112026-08-24T20:06:57.842Z Compiling progenitor-impl v0.13.0
34122026-08-24T20:06:57.930Z Compiling prefix-trie v0.7.0
34132026-08-24T20:06:57.948Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34142026-08-24T20:06:58.049Z Compiling fxhash v0.2.1
34152026-08-24T20:06:58.068Z Compiling keccak v0.2.0
34162026-08-24T20:06:58.109Z Compiling crc8 v0.1.1
34172026-08-24T20:06:58.252Z Compiling sled v0.34.7
34182026-08-24T20:06:58.276Z Compiling hickory-server v0.25.2
34192026-08-24T20:06:58.342Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34202026-08-24T20:06:58.359Z Compiling ed25519 v3.0.0
34212026-08-24T20:06:58.450Z Compiling crypto-primes v0.7.2
34222026-08-24T20:06:58.668Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34232026-08-24T20:06:58.763Z Compiling pkcs1 v0.8.0-rc.4
34242026-08-24T20:06:58.898Z Compiling progenitor v0.14.0
34252026-08-24T20:06:59.103Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34262026-08-24T20:06:59.178Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34272026-08-24T20:06:59.481Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34282026-08-24T20:06:59.499Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34292026-08-24T20:06:59.503Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34302026-08-24T20:06:59.534Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34312026-08-24T20:06:59.930Z Compiling poly1305 v0.9.0
34322026-08-24T20:07:00.010Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34332026-08-24T20:07:00.115Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34342026-08-24T20:07:00.165Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34352026-08-24T20:07:00.224Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34362026-08-24T20:07:00.243Z Compiling progenitor-client v0.13.0
34372026-08-24T20:07:00.262Z Compiling blowfish v0.10.0
34382026-08-24T20:07:00.398Z Compiling blake2 v0.11.0-rc.6
34392026-08-24T20:07:00.530Z Compiling progenitor-macro v0.13.0
34402026-08-24T20:07:00.548Z Compiling http-range v0.1.5
34412026-08-24T20:07:00.596Z Compiling half v1.8.3
34422026-08-24T20:07:00.719Z Compiling argon2 v0.6.0-rc.8
34432026-08-24T20:07:00.766Z Compiling bcrypt-pbkdf v0.11.0
34442026-08-24T20:07:00.814Z Compiling serde_cbor v0.11.2
34452026-08-24T20:07:00.892Z Compiling ssh-cipher v0.3.0
34462026-08-24T20:07:01.093Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34472026-08-24T20:07:01.256Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34482026-08-24T20:07:01.552Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34492026-08-24T20:07:01.742Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34502026-08-24T20:07:01.856Z Compiling rsa v0.10.0-rc.18
34512026-08-24T20:07:01.875Z Compiling ed25519-dalek v3.0.0
34522026-08-24T20:07:01.998Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34532026-08-24T20:07:02.086Z Compiling illumos-nvpair v0.3.0
34542026-08-24T20:07:02.598Z Compiling sha3 v0.11.0
34552026-08-24T20:07:02.927Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34562026-08-24T20:07:02.955Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34572026-08-24T20:07:02.982Z Compiling p521 v0.14.0
34582026-08-24T20:07:03.098Z Compiling p384 v0.14.0
34592026-08-24T20:07:03.237Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34602026-08-24T20:07:03.473Z Compiling p256 v0.14.0
34612026-08-24T20:07:03.596Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34622026-08-24T20:07:03.671Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34632026-08-24T20:07:03.689Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34642026-08-24T20:07:03.913Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34652026-08-24T20:07:04.085Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34662026-08-24T20:07:04.506Z Compiling scuffle v0.1.0
34672026-08-24T20:07:04.627Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34682026-08-24T20:07:04.662Z Compiling yasna v0.5.2
34692026-08-24T20:07:04.732Z Compiling kstat-rs v0.2.5
34702026-08-24T20:07:05.050Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34712026-08-24T20:07:05.297Z Compiling headers-core v0.3.0
34722026-08-24T20:07:05.362Z Compiling kem v0.3.0
34732026-08-24T20:07:05.456Z Compiling module-lattice v0.2.3
34742026-08-24T20:07:05.462Z Compiling nanorand v0.7.0
34752026-08-24T20:07:05.496Z Compiling sponge-cursor v0.1.0
34762026-08-24T20:07:05.501Z Compiling headers v0.4.1
34772026-08-24T20:07:05.512Z Compiling rcgen v0.12.1
34782026-08-24T20:07:05.546Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34792026-08-24T20:07:05.664Z Compiling flume v0.11.1
34802026-08-24T20:07:05.668Z Compiling sha3 v0.12.0
34812026-08-24T20:07:05.734Z Compiling progenitor v0.13.0
34822026-08-24T20:07:05.750Z Compiling ml-kem v0.3.2
34832026-08-24T20:07:05.772Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34842026-08-24T20:07:05.810Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34852026-08-24T20:07:05.916Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34862026-08-24T20:07:05.972Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34872026-08-24T20:07:06.009Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34882026-08-24T20:07:06.113Z Compiling ssh-key v0.7.0-rc.11
34892026-08-24T20:07:06.303Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34902026-08-24T20:07:06.321Z Compiling hyper-staticfile v0.10.1
34912026-08-24T20:07:06.374Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34922026-08-24T20:07:06.449Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34932026-08-24T20:07:06.462Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34942026-08-24T20:07:06.482Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34952026-08-24T20:07:06.582Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34962026-08-24T20:07:06.724Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34972026-08-24T20:07:06.770Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34982026-08-24T20:07:06.841Z Compiling russh-cryptovec v0.62.0
34992026-08-24T20:07:06.866Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35002026-08-24T20:07:06.898Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35012026-08-24T20:07:07.019Z Compiling port-file v0.1.0
35022026-08-24T20:07:07.051Z Compiling internal-russh-num-bigint v0.5.0
35032026-08-24T20:07:07.071Z Compiling num-bigint v0.4.6
35042026-08-24T20:07:07.090Z Compiling generic-array v1.4.3
35052026-08-24T20:07:07.114Z Compiling russh-util v0.52.0
35062026-08-24T20:07:07.127Z Compiling enum_dispatch v0.3.13
35072026-08-24T20:07:07.278Z Compiling delegate v0.13.5
35082026-08-24T20:07:07.297Z Compiling subprocess v0.2.15
35092026-08-24T20:07:07.309Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35102026-08-24T20:07:07.597Z Compiling md5 v0.8.0
35112026-08-24T20:07:07.684Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
35122026-08-24T20:07:07.772Z Compiling display-error-chain v0.2.2
35132026-08-24T20:07:07.893Z Compiling hex-literal v1.1.0
35142026-08-24T20:07:07.941Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35152026-08-24T20:07:08.056Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35162026-08-24T20:07:08.078Z Compiling colored v2.2.0
35172026-08-24T20:07:08.135Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35182026-08-24T20:07:08.217Z Compiling socket2 v0.5.10
35192026-08-24T20:07:08.256Z Compiling russh v0.62.4
35202026-08-24T20:07:08.378Z Compiling internet-checksum v0.2.1
35212026-08-24T20:07:08.670Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
35222026-08-24T20:07:08.791Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
35232026-08-24T20:07:09.068Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
35242026-08-24T20:07:11.515Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35252026-08-24T20:07:12.258Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35262026-08-24T20:07:12.786Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35272026-08-24T20:07:14.080Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
35282026-08-24T20:07:14.188Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35292026-08-24T20:07:25.372Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35302026-08-24T20:07:25.372Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35312026-08-24T20:07:25.372Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35322026-08-24T20:07:25.406Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35332026-08-24T20:07:25.406Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
35342026-08-24T20:07:25.407Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35352026-08-24T20:07:25.407Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35362026-08-24T20:07:29.952Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35372026-08-24T20:08:10.364Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s
35382026-08-24T20:08:10.368Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35392026-08-24T20:08:10.368Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35402026-08-24T20:08:10.594Z
35412026-08-24T20:08:10.594Zreal 1:29.880721226
35422026-08-24T20:08:10.594Zuser 8:38.833553518
35432026-08-24T20:08:10.594Zsys 1:43.376929685
35442026-08-24T20:08:10.594Ztrap 0.253590311
35452026-08-24T20:08:10.594Ztflt 0.378948196
35462026-08-24T20:08:10.594Zdflt 1.606192319
35472026-08-24T20:08:10.594Zkflt 0.000316110
35482026-08-24T20:08:10.600Zlock 32:03.685389820
35492026-08-24T20:08:10.600Zslp 19:39.333640156
35502026-08-24T20:08:10.600Zlat 38.393665343
35512026-08-24T20:08:10.600Zstop 3:06.518752282
35522026-08-24T20:08:10.600Z+ mkdir tests
35532026-08-24T20:08:10.600Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
35542026-08-24T20:08:10.603Z+ xargs -I '{}' -t cp '{}' tests/
35552026-08-24T20:08:10.621Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-5603799ec0ef2aaa tests/
35562026-08-24T20:08:10.645Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-0719a7750ae37985 tests/
35572026-08-24T20:08:10.668Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-0ae26628e18408e3 tests/
35582026-08-24T20:08:10.689Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-7b0cf4a2b0a94c51 tests/
35592026-08-24T20:08:10.986Z+ 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)
35602026-08-24T20:08:10.990Z+ 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-0719a7750ae37985 tests/commtest-0ae26628e18408e3 tests/dhcp_server-5603799ec0ef2aaa tests/end_to_end_tests-7b0cf4a2b0a94c51 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
35612026-08-24T20:09:40.343ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35622026-08-24T20:09:40.343Za .github/buildomat/ci-env.sh 1K
35632026-08-24T20:09:40.343Za out/target/test 1K
35642026-08-24T20:09:40.343Za out/npuzone/npuzone 27402K
35652026-08-24T20:09:40.343Za package-manifest.toml 35K
35662026-08-24T20:09:40.343Za smf/sled-agent/non-gimlet/config.toml 6K
35672026-08-24T20:09:40.343Za target/release/omicron-package 48314K
35682026-08-24T20:09:40.343Za target/release/xtask 11727K
35692026-08-24T20:09:40.343Za target/debug/bootstrap 438899K
35702026-08-24T20:09:40.343Za tests/bootstrap-0719a7750ae37985 34430K
35712026-08-24T20:09:40.343Za tests/commtest-0ae26628e18408e3 34431K
35722026-08-24T20:09:40.344Za tests/dhcp_server-5603799ec0ef2aaa 34431K
35732026-08-24T20:09:40.344Za tests/end_to_end_tests-7b0cf4a2b0a94c51 502229K
35742026-08-24T20:09:40.344Za tools/opte_version 1K
35752026-08-24T20:09:40.344Za tools/opte_version_override 2K
35762026-08-24T20:09:40.344Za out/clickhouse.tar.gz 330343K
35772026-08-24T20:09:40.344Za out/clickhouse_keeper.tar.gz 314346K
35782026-08-24T20:09:40.344Za out/clickhouse_server.tar.gz 330340K
35792026-08-24T20:09:40.344Za out/cockroachdb.tar.gz 169661K
35802026-08-24T20:09:40.344Za out/crucible-pantry-zone.tar.gz 41359K
35812026-08-24T20:09:40.344Za out/crucible-utils.tar 18900K
35822026-08-24T20:09:40.344Za out/crucible-zone.tar.gz 56171K
35832026-08-24T20:09:40.344Za out/external-dns.tar.gz 47478K
35842026-08-24T20:09:40.344Za out/internal-dns.tar.gz 47478K
35852026-08-24T20:09:40.344Za out/mg-ddm-gz.tar 100917K
35862026-08-24T20:09:40.344Za out/nexus.tar.gz 361585K
35872026-08-24T20:09:40.344Za out/ntp.tar.gz 34709K
35882026-08-24T20:09:40.344Za out/omicron-gateway-softnpu.tar.gz 28962K
35892026-08-24T20:09:40.344Za out/omicron-sled-agent.tar 240001K
35902026-08-24T20:09:40.344Za out/overlay.tar.gz 4K
35912026-08-24T20:09:40.344Za out/oximeter.tar.gz 71466K
35922026-08-24T20:09:40.344Za out/oxlog.tar 4071K
35932026-08-24T20:09:40.344Za out/probe.tar.gz 3037K
35942026-08-24T20:09:40.345Za out/propolis-server.tar.gz 34642K
35952026-08-24T20:09:40.345Za out/pumpkind-gz.tar 26647K
35962026-08-24T20:09:40.345Za out/switch-softnpu.tar.gz 502972K
35972026-08-24T20:09:40.349Z
35982026-08-24T20:09:40.349Zreal 1:29.351198213
35992026-08-24T20:09:40.349Zuser 1:26.435199354
36002026-08-24T20:09:40.349Zsys 4.894722843
36012026-08-24T20:09:40.349Ztrap 0.006467182
36022026-08-24T20:09:40.349Ztflt 0.000000000
36032026-08-24T20:09:40.349Zdflt 0.000000000
36042026-08-24T20:09:40.349Zkflt 0.000000000
36052026-08-24T20:09:40.349Zlock 0.000000000
36062026-08-24T20:09:40.349Zslp 1:26.306529136
36072026-08-24T20:09:40.349Zlat 1.054778845
36082026-08-24T20:09:40.349Zstop 0.000166510
36092026-08-24T20:09:40.349Zprocess exited: duration 1061511 ms, exit code 0
 
36102026-08-24T20:09:40.364Zfound 1 output files
36112026-08-24T20:09:40.364Zuploading: /work/package.tar.gz (2767121776 bytes)
36122026-08-24T20:10:14.800Zuploaded: /work/package.tar.gz