01KZRTQ0ZTBCG69Q231GNT8FSM: 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: 01KZRTQM0KTKCWJFH6M6YNDCGM

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-11T16:34:18.248Zjob assigned to worker 01KZRTQWEQ0FNYJCPR4KC874ZN [factory aws, i-01348d93ccbb4cc81] (queued for 1 m 1 s)
 
22026-08-11T16:34:25.448Zstarting task 0: "setup"
32026-08-11T16:34:25.454Z++ uname -s
42026-08-11T16:34:25.457Z+ kern=SunOS
52026-08-11T16:34:25.457Z+ build_user=build
62026-08-11T16:34:25.457Z+ build_uid=12345
72026-08-11T16:34:25.457Z+ work_dir=/work
82026-08-11T16:34:25.457Z+ input_dir=/input
92026-08-11T16:34:25.457Z+ [[ 0 == 12345 ]]
102026-08-11T16:34:25.457Z+ case "$kern" in
112026-08-11T16:34:25.457Z+ groupadd -g 12345 build
122026-08-11T16:34:25.460Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-11T16:34:27.466Z+ zfs create -o mountpoint=/work rpool/work
142026-08-11T16:34:27.547Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-11T16:34:27.550Z+ home_fs=zfs
162026-08-11T16:34:27.550Z+ [[ zfs == autofs ]]
172026-08-11T16:34:27.550Z+ mkdir -p /home/build
182026-08-11T16:34:27.553Z+ chown build:build /home/build /work
192026-08-11T16:34:29.553Z+ chmod 0700 /home/build /work
202026-08-11T16:34:29.558Zprocess exited: duration 4112 ms, exit code 0
 
212026-08-11T16:34:29.564Zstarting task 1: "rust-toolchain"
222026-08-11T16:34:29.572Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-11T16:34:29.572Z * rust toolchain channel = "1.97.1"
242026-08-11T16:34:29.572Z * rust toolchain profile = "default"
252026-08-11T16:34:29.572Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-11T16:34:29.572Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-11T16:34:29.572Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-11T16:34:29.576Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-11T16:34:29.576Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-11T16:34:29.648Zinfo: downloading installer
312026-08-11T16:34:31.111Zwarn: It looks like you have an existing rustup settings file at:
322026-08-11T16:34:31.111Zwarn: /home/build/.rustup/settings.toml
332026-08-11T16:34:31.111Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-11T16:34:31.111Zwarn: instead of the one inferred from the default host triple.
352026-08-11T16:34:31.124Zinfo: profile set to default
362026-08-11T16:34:31.124Zinfo: default host triple is x86_64-unknown-illumos
372026-08-11T16:34:31.127Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-11T16:34:31.260Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-11T16:34:31.260Zinfo: downloading 6 components
402026-08-11T16:34:46.538Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-11T16:34:46.538Z
422026-08-11T16:34:46.566Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-11T16:34:46.566Z
442026-08-11T16:34:46.566Z
452026-08-11T16:34:46.566ZRust is installed now. Great!
462026-08-11T16:34:46.566Z
472026-08-11T16:34:46.566ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-11T16:34:46.566Zenvironment variable. This has not been done automatically.
492026-08-11T16:34:46.566Z
502026-08-11T16:34:46.566ZTo configure your current shell, you need to source
512026-08-11T16:34:46.566Zthe corresponding env file under $HOME/.cargo.
522026-08-11T16:34:46.566Z
532026-08-11T16:34:46.566ZThis is usually done by running one of the following (note the leading DOT):
542026-08-11T16:34:46.566Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-11T16:34:46.566Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-11T16:34:46.566Zsource "~/.cargo/env.nu" # For nushell
572026-08-11T16:34:46.566Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-11T16:34:46.566Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-11T16:34:46.566Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-11T16:34:46.569Zwarn: no default linker (`cc`) was found in your PATH
612026-08-11T16:34:46.569Zwarn: many Rust crates require a system C toolchain to build
622026-08-11T16:34:46.671Z+ rustup --version
632026-08-11T16:34:46.677Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-11T16:34:46.684Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-11T16:34:46.696Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-11T16:34:46.701Z+ cargo --version
672026-08-11T16:34:46.710Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-11T16:34:46.714Z+ rustc --version
692026-08-11T16:34:46.731Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-11T16:34:46.734Zprocess exited: duration 17168 ms, exit code 0
 
712026-08-11T16:34:46.740Zstarting task 2: "authentication"
722026-08-11T16:34:46.758Zprocess exited: duration 17 ms, exit code 0
 
732026-08-11T16:34:46.765Zstarting task 3: "clone repository"
742026-08-11T16:34:46.770Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-11T16:34:46.773Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-11T16:34:46.805ZCloning into '/work/oxidecomputer/omicron'...
772026-08-11T16:34:57.401Z+ cd /work/oxidecomputer/omicron
782026-08-11T16:34:57.401Z+ git fetch origin 7649f3c7afa892963f4b524e481009f67f20735e
792026-08-11T16:34:57.747ZFrom https://github.com/oxidecomputer/omicron
802026-08-11T16:34:57.747Z * branch 7649f3c7afa892963f4b524e481009f67f20735e -> FETCH_HEAD
812026-08-11T16:34:57.758Z+ [[ -n eliza/committed-sitrep-type ]]
822026-08-11T16:34:57.770Z++ git branch --show-current
832026-08-11T16:34:57.776Z+ current=main
842026-08-11T16:34:57.776Z+ [[ main != eliza/committed-sitrep-type ]]
852026-08-11T16:34:57.776Z+ git branch -f eliza/committed-sitrep-type 7649f3c7afa892963f4b524e481009f67f20735e
862026-08-11T16:34:57.776Z+ git checkout -f eliza/committed-sitrep-type
872026-08-11T16:34:58.019ZSwitched to branch 'eliza/committed-sitrep-type'
882026-08-11T16:34:58.022Z+ git reset --hard 7649f3c7afa892963f4b524e481009f67f20735e
892026-08-11T16:34:58.057ZHEAD is now at 7649f3c7a fm: refactor `(SitrepVersion, Sitrep)` into a type
902026-08-11T16:34:58.063Zprocess exited: duration 11293 ms, exit code 0
 
912026-08-11T16:34:58.081Zstarting task 4: "build"
922026-08-11T16:34:58.085Z+ source .github/buildomat/ci-env.sh
932026-08-11T16:34:58.085Z++ export CARGO_TERM_COLOR=always
942026-08-11T16:34:58.085Z++ CARGO_TERM_COLOR=always
952026-08-11T16:34:58.091Z+++ uname -s
962026-08-11T16:34:58.091Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-11T16:34:58.091Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-11T16:34:58.094Z+ cargo --version
992026-08-11T16:34:58.101Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-11T16:34:58.108Z+ rustc --version
1012026-08-11T16:34:58.124Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-11T16:34:58.128Z+ WORK=/work
1032026-08-11T16:34:58.128Z+ pfexec mkdir -p /work
1042026-08-11T16:34:58.141Z+ pfexec chown build /work
1052026-08-11T16:34:58.146Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-08-11T16:35:00.048Z Startup: Refreshing catalog 'helios' ... Done
1072026-08-11T16:35:00.355Z Startup: Caching catalogs ... Done
1082026-08-11T16:35:02.027ZPlanning: Solver setup ... Done (1.570s)
1092026-08-11T16:35:02.078ZPlanning: Running solver ... Done (0.051s)
1102026-08-11T16:35:02.118ZPlanning: Finding local manifests ... Done (0.003s)
1112026-08-11T16:35:02.129ZPlanning: Fetching manifests: 0/2 0% complete
1122026-08-11T16:35:02.149ZPlanning: Fetching manifests: 2/2 100% complete
1132026-08-11T16:35:02.163ZPlanning: Package planning ... Done (0.015s)
1142026-08-11T16:35:02.166ZPlanning: Merging actions ... Done (0.001s)
1152026-08-11T16:35:02.336ZPlanning: Checking for conflicting actions ... Done (0.171s)
1162026-08-11T16:35:02.339ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-08-11T16:35:03.256ZPlanning: Evaluating mediators ... Done (0.919s)
1182026-08-11T16:35:03.260ZPlanning: Planning completed in 2.87 seconds
1192026-08-11T16:35:03.267Z Packages to install: 2
1202026-08-11T16:35:03.267Z Estimated space available: 156.02 GB
1212026-08-11T16:35:03.267ZEstimated space to be consumed: 66.55 MB
1222026-08-11T16:35:03.267Z Create boot environment: No
1232026-08-11T16:35:03.267ZCreate backup boot environment: No
1242026-08-11T16:35:03.267Z Rebuild boot archive: No
1252026-08-11T16:35:03.270Z
1262026-08-11T16:35:03.270ZChanged packages:
1272026-08-11T16:35:03.270Zhelios
1282026-08-11T16:35:03.270Z developer/build-essential
1292026-08-11T16:35:03.270Z None -> 11-3.0
1302026-08-11T16:35:03.270Z library/libxmlsec1
1312026-08-11T16:35:03.270Z None -> 1.2.35-3.0
1322026-08-11T16:35:03.294Z
1332026-08-11T16:35:03.294ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-08-11T16:35:03.364ZDownload: Completed 1.28 MB in 0.07 seconds (18.5M/s)
1352026-08-11T16:35:03.434Z Actions: 1/268 actions (Installing new actions)
1362026-08-11T16:35:03.473Z Actions: Completed 268 actions in 0.04 seconds.
1372026-08-11T16:35:03.504ZFinalize: Updating package state database ... Done (0.031s)
1382026-08-11T16:35:03.504ZFinalize: Updating package cache ... Done (0.000s)
1392026-08-11T16:35:03.575ZFinalize: Updating image state ... Done (0.070s)
1402026-08-11T16:35:06.229ZFinalize: Creating fast lookup database ... Done (2.579s)
1412026-08-11T16:35:06.298ZFinalize: Reading search index ... Done (0.013s)
1422026-08-11T16:35:06.301ZFinalize: Updating search index ... Done (0.000s)
1432026-08-11T16:35:06.440ZFinalize: Updating package cache ... Done (0.000s)
1442026-08-11T16:35:06.802ZPlanning: Evaluating mediator changes ... Done
1452026-08-11T16:35:06.907ZPlanning: Checking for conflicting actions ... Done
1462026-08-11T16:35:06.910ZPlanning: Consolidating action changes ... Done
1472026-08-11T16:35:07.063ZPlanning: Evaluating mediators ... Done
1482026-08-11T16:35:07.066ZPlanning: Planning completed in 0.26 seconds
1492026-08-11T16:35:07.088Z Mediators to change: 2
1502026-08-11T16:35:07.088Z Create boot environment: No
1512026-08-11T16:35:07.088ZCreate backup boot environment: No
1522026-08-11T16:35:07.138ZFinalize: Updating package state database ... Done
1532026-08-11T16:35:07.138ZFinalize: Updating package cache ... Done
1542026-08-11T16:35:07.184ZFinalize: Updating image state ... Done
1552026-08-11T16:35:09.133ZFinalize: Creating fast lookup database ... Done
1562026-08-11T16:35:09.193ZFinalize: Reading search index ... Done
1572026-08-11T16:35:09.196ZFinalize: Updating search index ... Done
1582026-08-11T16:35:09.276ZFinalize: Updating package cache ... Done
1592026-08-11T16:35:09.562ZPlanning: Evaluating mediator changes ... Done
1602026-08-11T16:35:09.668ZPlanning: Checking for conflicting actions ... Done
1612026-08-11T16:35:09.671ZPlanning: Consolidating action changes ... Done
1622026-08-11T16:35:09.828ZPlanning: Evaluating mediators ... Done
1632026-08-11T16:35:09.832ZPlanning: Planning completed in 0.27 seconds
1642026-08-11T16:35:09.851Z Mediators to change: 1
1652026-08-11T16:35:09.851Z Create boot environment: No
1662026-08-11T16:35:09.851ZCreate backup boot environment: No
1672026-08-11T16:35:09.903ZFinalize: Updating package state database ... Done
1682026-08-11T16:35:09.903ZFinalize: Updating package cache ... Done
1692026-08-11T16:35:09.946ZFinalize: Updating image state ... Done
1702026-08-11T16:35:11.911ZFinalize: Creating fast lookup database ... Done
1712026-08-11T16:35:11.978ZFinalize: Reading search index ... Done
1722026-08-11T16:35:11.985ZFinalize: Updating search index ... Done
1732026-08-11T16:35:12.059ZFinalize: Updating package cache ... Done
1742026-08-11T16:35:12.375ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-08-11T16:35:12.375Zapache system 2.4 system
1762026-08-11T16:35:12.376Zclang system 15 system
1772026-08-11T16:35:12.376Zcsh system system illumos
1782026-08-11T16:35:12.376Zctags system system illumos
1792026-08-11T16:35:12.376Zfile vendor vendor darwinsys
1802026-08-11T16:35:12.376Zfile system system illumos
1812026-08-11T16:35:12.376Zgcc vendor 14 vendor
1822026-08-11T16:35:12.376Zgcc system 13 system
1832026-08-11T16:35:12.376Zgcc system 10 system
1842026-08-11T16:35:12.376Zgo system 1.25 system
1852026-08-11T16:35:12.376Zllvm system 15 system
1862026-08-11T16:35:12.376Zmariadb system 11.4 system
1872026-08-11T16:35:12.376Zmta vendor vendor dma
1882026-08-11T16:35:12.376Zopenjdk system 17 system
1892026-08-11T16:35:12.376Zopenjdk system 11 system
1902026-08-11T16:35:12.376Zopenssl vendor 3 vendor
1912026-08-11T16:35:12.376Zperl system 5.40 system
1922026-08-11T16:35:12.376Zpostgresql system 18 system
1932026-08-11T16:35:12.376Zpostgresql system 17 system
1942026-08-11T16:35:12.376Zpython vendor 3 vendor
1952026-08-11T16:35:12.376Zpython system 2 system
1962026-08-11T16:35:12.376Zpython3 vendor 3.13 vendor
1972026-08-11T16:35:12.376Zruby system 3.4 system
1982026-08-11T16:35:12.376Zruby system 3.0 system
1992026-08-11T16:35:12.376Zwords vendor vendor american-english
2002026-08-11T16:35:12.376Zwords system system australian-english
2012026-08-11T16:35:12.376Zwords system system british-english
2022026-08-11T16:35:12.376Zwords system system canadian-english
2032026-08-11T16:35:12.376Zwords system system french
2042026-08-11T16:35:12.376Zwords system system italian
2052026-08-11T16:35:12.376Zwords system system ngerman
2062026-08-11T16:35:12.376Zwords system system ogerman
2072026-08-11T16:35:12.376Zwords system system spanish
2082026-08-11T16:35:12.634ZPUBLISHER TYPE STATUS P LOCATION
2092026-08-11T16:35:12.634Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-08-11T16:35:13.068ZFMRI IFO
2112026-08-11T16:35:13.068Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-08-11T16:35:13.068Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-08-11T16:35:13.068Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-08-11T16:35:13.068Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-08-11T16:35:13.068Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-08-11T16:35:13.068Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-08-11T16:35:13.068Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-08-11T16:35:13.068Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-08-11T16:35:13.068Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-08-11T16:35:13.384Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-08-11T16:35:13.728Z Updating crates.io index
2222026-08-11T16:35:13.731Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-08-11T16:35:14.004Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-08-11T16:35:14.443Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-08-11T16:35:15.462Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-08-11T16:35:16.051Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-08-11T16:35:17.639Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-08-11T16:35:18.505Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-08-11T16:35:18.801Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-08-11T16:35:19.178Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-08-11T16:35:20.474Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-08-11T16:35:20.798Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-08-11T16:35:21.165Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2342026-08-11T16:35:21.548Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2352026-08-11T16:35:22.076Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2362026-08-11T16:35:22.630Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2372026-08-11T16:35:23.222Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-08-11T16:35:23.583Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-08-11T16:35:23.896Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2402026-08-11T16:35:24.247Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2412026-08-11T16:35:24.517Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2422026-08-11T16:35:24.805Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2432026-08-11T16:35:25.157Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2442026-08-11T16:35:25.715Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2452026-08-11T16:35:26.110Z Updating git repository `https://github.com/oxidecomputer/erebor`
2462026-08-11T16:35:26.804Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2472026-08-11T16:35:27.240Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2482026-08-11T16:35:27.854Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2492026-08-11T16:35:28.368Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2502026-08-11T16:35:28.719Z Updating git repository `https://github.com/oxidecomputer/ispf`
2512026-08-11T16:35:29.034Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-08-11T16:35:29.381Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2532026-08-11T16:35:29.769Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2542026-08-11T16:35:30.162Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2552026-08-11T16:35:30.460Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2562026-08-11T16:35:30.751Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2572026-08-11T16:35:31.103Z Updating git repository `https://github.com/oxidecomputer/tough`
2582026-08-11T16:35:31.841Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2592026-08-11T16:35:32.181Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2602026-08-11T16:35:32.457Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2612026-08-11T16:35:32.753Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2622026-08-11T16:35:33.068Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2632026-08-11T16:35:33.384Z Updating git repository `https://github.com/illumos/smf-rs`
2642026-08-11T16:35:36.175Z Downloading crates ...
2652026-08-11T16:35:36.225Z Downloaded anstyle-parse v1.0.0
2662026-08-11T16:35:36.228Z Downloaded byteorder v1.5.0
2672026-08-11T16:35:36.228Z Downloaded camino-tempfile v1.4.1
2682026-08-11T16:35:36.231Z Downloaded camino v1.2.2
2692026-08-11T16:35:36.234Z Downloaded anstyle v1.0.14
2702026-08-11T16:35:36.234Z Downloaded equivalent v1.0.2
2712026-08-11T16:35:36.234Z Downloaded cargo-platform v0.3.2
2722026-08-11T16:35:36.241Z Downloaded itoa v1.0.17
2732026-08-11T16:35:36.244Z Downloaded errno v0.3.14
2742026-08-11T16:35:36.244Z Downloaded zerocopy-derive v0.7.35
2752026-08-11T16:35:36.247Z Downloaded colorchoice v1.0.4
2762026-08-11T16:35:36.247Z Downloaded bytecount v0.6.9
2772026-08-11T16:35:36.249Z Downloaded heck v0.4.1
2782026-08-11T16:35:36.249Z Downloaded memmap v0.7.0
2792026-08-11T16:35:36.249Z Downloaded block-buffer v0.10.4
2802026-08-11T16:35:36.252Z Downloaded zmij v1.0.21
2812026-08-11T16:35:36.252Z Downloaded macaddr v1.0.1
2822026-08-11T16:35:36.252Z Downloaded dof v0.3.0
2832026-08-11T16:35:36.252Z Downloaded dtrace-parser v0.2.0
2842026-08-11T16:35:36.255Z Downloaded zerocopy v0.7.35
2852026-08-11T16:35:36.261Z Downloaded anstyle-query v1.1.5
2862026-08-11T16:35:36.264Z Downloaded autocfg v1.5.0
2872026-08-11T16:35:36.264Z Downloaded fastrand v2.3.0
2882026-08-11T16:35:36.264Z Downloaded cpufeatures v0.2.17
2892026-08-11T16:35:36.267Z Downloaded thread-id v4.2.2
2902026-08-11T16:35:36.267Z Downloaded toml_write v0.1.2
2912026-08-11T16:35:36.271Z Downloaded digest v0.10.7
2922026-08-11T16:35:36.277Z Downloaded clap_lex v1.0.0
2932026-08-11T16:35:36.280Z Downloaded swrite v0.1.0
2942026-08-11T16:35:36.280Z Downloaded bitflags v2.11.0
2952026-08-11T16:35:36.284Z Downloaded fs-err v3.3.0
2962026-08-11T16:35:36.284Z Downloaded scroll v0.12.0
2972026-08-11T16:35:36.288Z Downloaded anstream v1.0.0
2982026-08-11T16:35:36.288Z Downloaded tabled_derive v0.7.0
2992026-08-11T16:35:36.288Z Downloaded usdt v0.5.0
3002026-08-11T16:35:36.294Z Downloaded scroll_derive v0.12.1
3012026-08-11T16:35:36.298Z Downloaded cfg-if v1.0.4
3022026-08-11T16:35:36.299Z Downloaded is_terminal_polyfill v1.70.2
3032026-08-11T16:35:36.299Z Downloaded pretty-hex v0.4.1
3042026-08-11T16:35:36.303Z Downloaded smawk v0.3.2
3052026-08-11T16:35:36.306Z Downloaded usdt-attr-macro v0.5.0
3062026-08-11T16:35:36.310Z Downloaded strsim v0.11.1
3072026-08-11T16:35:36.315Z Downloaded plain v0.2.3
3082026-08-11T16:35:36.315Z Downloaded version_check v0.9.5
3092026-08-11T16:35:36.315Z Downloaded crypto-common v0.1.7
3102026-08-11T16:35:36.315Z Downloaded heck v0.5.0
3112026-08-11T16:35:36.320Z Downloaded fnv v1.0.7
3122026-08-11T16:35:36.320Z Downloaded terminal_size v0.4.3
3132026-08-11T16:35:36.323Z Downloaded toml_datetime v0.6.11
3142026-08-11T16:35:36.327Z Downloaded thiserror v1.0.69
3152026-08-11T16:35:36.327Z Downloaded usdt-impl v0.5.0
3162026-08-11T16:35:36.327Z Downloaded cargo_toml v0.21.0
3172026-08-11T16:35:36.331Z Downloaded quote v1.0.45
3182026-08-11T16:35:36.331Z Downloaded serde_tokenstream v0.2.3
3192026-08-11T16:35:36.331Z Downloaded generic-array v0.14.7
3202026-08-11T16:35:36.335Z Downloaded clap v4.6.1
3212026-08-11T16:35:36.338Z Downloaded indexmap v2.14.0
3222026-08-11T16:35:36.338Z Downloaded usdt-macro v0.5.0
3232026-08-11T16:35:36.341Z Downloaded unicode-linebreak v0.1.5
3242026-08-11T16:35:36.344Z Downloaded thiserror-impl v2.0.18
3252026-08-11T16:35:36.351Z Downloaded thiserror-impl v1.0.69
3262026-08-11T16:35:36.353Z Downloaded thiserror v2.0.18
3272026-08-11T16:35:36.357Z Downloaded utf8parse v0.2.2
3282026-08-11T16:35:36.360Z Downloaded proc-macro-error v1.0.4
3292026-08-11T16:35:36.360Z Downloaded anyhow v1.0.102
3302026-08-11T16:35:36.364Z Downloaded cargo_metadata v0.23.1
3312026-08-11T16:35:36.368Z Downloaded getrandom v0.4.1
3322026-08-11T16:35:36.368Z Downloaded once_cell v1.21.3
3332026-08-11T16:35:36.372Z Downloaded log v0.4.29
3342026-08-11T16:35:36.372Z Downloaded proc-macro-error-attr v1.0.4
3352026-08-11T16:35:36.372Z Downloaded serde_spanned v0.6.9
3362026-08-11T16:35:36.372Z Downloaded sha2 v0.10.9
3372026-08-11T16:35:36.376Z Downloaded tempfile v3.25.0
3382026-08-11T16:35:36.383Z Downloaded pest_derive v2.8.6
3392026-08-11T16:35:36.387Z Downloaded pest_generator v2.8.6
3402026-08-11T16:35:36.390Z Downloaded clap_derive v4.6.1
3412026-08-11T16:35:36.390Z Downloaded toml v0.8.23
3422026-08-11T16:35:36.393Z Downloaded semver v1.0.28
3432026-08-11T16:35:36.397Z Downloaded serde_core v1.0.228
3442026-08-11T16:35:36.403Z Downloaded textwrap v0.16.2
3452026-08-11T16:35:36.410Z Downloaded papergrid v0.11.0
3462026-08-11T16:35:36.415Z Downloaded ucd-trie v0.1.7
3472026-08-11T16:35:36.416Z Downloaded proc-macro2 v1.0.106
3482026-08-11T16:35:36.452Z Downloaded unicode-ident v1.0.24
3492026-08-11T16:35:36.472Z Downloaded pest_meta v2.8.6
3502026-08-11T16:35:36.472Z Downloaded memchr v2.8.0
3512026-08-11T16:35:36.472Z Downloaded serde_derive v1.0.228
3522026-08-11T16:35:36.472Z Downloaded toml_edit v0.22.27
3532026-08-11T16:35:36.472Z Downloaded pest v2.8.6
3542026-08-11T16:35:36.473Z Downloaded serde v1.0.228
3552026-08-11T16:35:36.473Z Downloaded typenum v1.20.1
3562026-08-11T16:35:36.491Z Downloaded hashbrown v0.17.0
3572026-08-11T16:35:36.507Z Downloaded serde_json v1.0.151
3582026-08-11T16:35:36.533Z Downloaded clap_builder v4.6.0
3592026-08-11T16:35:36.533Z Downloaded goblin v0.8.2
3602026-08-11T16:35:36.537Z Downloaded winnow v0.7.14
3612026-08-11T16:35:36.537Z Downloaded tabled v0.15.0
3622026-08-11T16:35:36.537Z Downloaded syn v1.0.109
3632026-08-11T16:35:36.560Z Downloaded unicode-width v0.1.14
3642026-08-11T16:35:36.568Z Downloaded syn v2.0.117
3652026-08-11T16:35:36.568Z Downloaded unicode-width v0.2.0
3662026-08-11T16:35:36.573Z Downloaded rustix v1.1.3
3672026-08-11T16:35:36.586Z Downloaded libc v0.2.185
3682026-08-11T16:35:36.650Z Compiling proc-macro2 v1.0.106
3692026-08-11T16:35:36.650Z Compiling quote v1.0.45
3702026-08-11T16:35:36.653Z Compiling unicode-ident v1.0.24
3712026-08-11T16:35:36.653Z Compiling serde_core v1.0.228
3722026-08-11T16:35:36.653Z Compiling libc v0.2.185
3732026-08-11T16:35:36.653Z Compiling version_check v0.9.5
3742026-08-11T16:35:36.653Z Compiling memchr v2.8.0
3752026-08-11T16:35:36.653Z Compiling serde v1.0.228
3762026-08-11T16:35:36.653Z Compiling zmij v1.0.21
3772026-08-11T16:35:36.653Z Compiling thiserror v1.0.69
3782026-08-11T16:35:36.834Z Compiling itoa v1.0.17
3792026-08-11T16:35:36.837Z Compiling ucd-trie v0.1.7
3802026-08-11T16:35:36.838Z Compiling rustix v1.1.3
3812026-08-11T16:35:36.838Z Compiling byteorder v1.5.0
3822026-08-11T16:35:37.237Z Compiling bitflags v2.11.0
3832026-08-11T16:35:37.264Z Compiling serde_json v1.0.151
3842026-08-11T16:35:37.358Z Compiling pest v2.8.6
3852026-08-11T16:35:37.488Z Compiling syn v1.0.109
3862026-08-11T16:35:37.509Z Compiling camino v1.2.2
3872026-08-11T16:35:37.509Z Compiling usdt-impl v0.5.0
3882026-08-11T16:35:37.573Z Compiling proc-macro-error-attr v1.0.4
3892026-08-11T16:35:37.576Z Compiling proc-macro-error v1.0.4
3902026-08-11T16:35:37.587Z Compiling hashbrown v0.17.0
3912026-08-11T16:35:37.627Z Compiling log v0.4.29
3922026-08-11T16:35:37.665Z Compiling plain v0.2.3
3932026-08-11T16:35:37.748Z Compiling getrandom v0.4.1
3942026-08-11T16:35:37.807Z Compiling utf8parse v0.2.2
3952026-08-11T16:35:37.819Z Compiling equivalent v1.0.2
3962026-08-11T16:35:37.900Z Compiling anstyle-parse v1.0.0
3972026-08-11T16:35:37.937Z Compiling pretty-hex v0.4.1
3982026-08-11T16:35:37.975Z Compiling errno v0.3.14
3992026-08-11T16:35:37.979Z Compiling thread-id v4.2.2
4002026-08-11T16:35:37.979Z Compiling toml_write v0.1.2
4012026-08-11T16:35:37.995Z Compiling is_terminal_polyfill v1.70.2
4022026-08-11T16:35:38.031Z Compiling anstyle v1.0.14
4032026-08-11T16:35:38.067Z Compiling anstyle-query v1.1.5
4042026-08-11T16:35:38.070Z Compiling thiserror v2.0.18
4052026-08-11T16:35:38.129Z Compiling indexmap v2.14.0
4062026-08-11T16:35:38.147Z Compiling autocfg v1.5.0
4072026-08-11T16:35:38.187Z Compiling winnow v0.7.14
4082026-08-11T16:35:38.190Z Compiling cfg-if v1.0.4
4092026-08-11T16:35:38.190Z Compiling colorchoice v1.0.4
4102026-08-11T16:35:38.258Z Compiling heck v0.4.1
4112026-08-11T16:35:38.295Z Compiling syn v2.0.117
4122026-08-11T16:35:38.396Z Compiling anstream v1.0.0
4132026-08-11T16:35:38.414Z Compiling heck v0.5.0
4142026-08-11T16:35:38.419Z Compiling fnv v1.0.7
4152026-08-11T16:35:38.434Z Compiling pest_meta v2.8.6
4162026-08-11T16:35:38.554Z Compiling bytecount v0.6.9
4172026-08-11T16:35:38.573Z Compiling once_cell v1.21.3
4182026-08-11T16:35:38.638Z Compiling fs-err v3.3.0
4192026-08-11T16:35:38.666Z Compiling clap_lex v1.0.0
4202026-08-11T16:35:38.685Z Compiling strsim v0.11.1
4212026-08-11T16:35:38.711Z Compiling anyhow v1.0.102
4222026-08-11T16:35:38.728Z Compiling unicode-width v0.1.14
4232026-08-11T16:35:38.765Z Compiling fastrand v2.3.0
4242026-08-11T16:35:38.786Z Compiling memmap v0.7.0
4252026-08-11T16:35:38.826Z Compiling smawk v0.3.2
4262026-08-11T16:35:38.898Z Compiling unicode-width v0.2.0
4272026-08-11T16:35:38.923Z Compiling unicode-linebreak v0.1.5
4282026-08-11T16:35:38.987Z Compiling papergrid v0.11.0
4292026-08-11T16:35:39.006Z Compiling swrite v0.1.0
4302026-08-11T16:35:39.041Z Compiling terminal_size v0.4.3
4312026-08-11T16:35:39.056Z Compiling tempfile v3.25.0
4322026-08-11T16:35:39.187Z Compiling clap_builder v4.6.0
4332026-08-11T16:35:39.205Z Compiling textwrap v0.16.2
4342026-08-11T16:35:39.290Z Compiling semver v1.0.28
4352026-08-11T16:35:39.308Z Compiling cargo-platform v0.3.2
4362026-08-11T16:35:39.588Z Compiling camino-tempfile v1.4.1
4372026-08-11T16:35:39.864Z Compiling tabled_derive v0.7.0
4382026-08-11T16:35:40.490Z Compiling pest_generator v2.8.6
4392026-08-11T16:35:40.569Z Compiling tabled v0.15.0
4402026-08-11T16:35:40.988Z Compiling serde_derive v1.0.228
4412026-08-11T16:35:40.988Z Compiling thiserror-impl v1.0.69
4422026-08-11T16:35:40.992Z Compiling zerocopy-derive v0.7.35
4432026-08-11T16:35:40.992Z Compiling scroll_derive v0.12.1
4442026-08-11T16:35:40.992Z Compiling thiserror-impl v2.0.18
4452026-08-11T16:35:40.992Z Compiling clap_derive v4.6.1
4462026-08-11T16:35:41.055Z Compiling pest_derive v2.8.6
4472026-08-11T16:35:41.591Z Compiling scroll v0.12.0
4482026-08-11T16:35:41.741Z Compiling zerocopy v0.7.35
4492026-08-11T16:35:41.801Z Compiling goblin v0.8.2
4502026-08-11T16:35:42.061Z Compiling dtrace-parser v0.2.0
4512026-08-11T16:35:42.342Z Compiling clap v4.6.1
4522026-08-11T16:35:43.439Z Compiling serde_spanned v0.6.9
4532026-08-11T16:35:43.439Z Compiling toml_datetime v0.6.11
4542026-08-11T16:35:43.443Z Compiling cargo_metadata v0.23.1
4552026-08-11T16:35:43.443Z Compiling macaddr v1.0.1
4562026-08-11T16:35:43.443Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4572026-08-11T16:35:43.456Z Compiling dof v0.3.0
4582026-08-11T16:35:43.459Z Compiling serde_tokenstream v0.2.3
4592026-08-11T16:35:43.622Z Compiling toml_edit v0.22.27
4602026-08-11T16:35:44.203Z Compiling usdt-attr-macro v0.5.0
4612026-08-11T16:35:44.206Z Compiling usdt-macro v0.5.0
4622026-08-11T16:35:44.804Z Compiling usdt v0.5.0
4632026-08-11T16:35:44.892Z Compiling toml v0.8.23
4642026-08-11T16:35:45.215Z Compiling cargo_toml v0.21.0
4652026-08-11T16:35:46.493Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4662026-08-11T16:35:48.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.36s
4672026-08-11T16:35:48.799Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4682026-08-11T16:35:49.308Z Downloading crates ...
4692026-08-11T16:35:49.358Z Downloaded adler2 v2.0.1
4702026-08-11T16:35:49.369Z Downloaded aead v0.5.2
4712026-08-11T16:35:49.373Z Downloaded env_filter v1.0.0
4722026-08-11T16:35:49.376Z Downloaded bitfield-macros v0.19.4
4732026-08-11T16:35:49.376Z Downloaded convert_case v0.4.0
4742026-08-11T16:35:49.380Z Downloaded flagset v0.4.7
4752026-08-11T16:35:49.380Z Downloaded async-recursion v1.1.1
4762026-08-11T16:35:49.383Z Downloaded async-stream v0.3.6
4772026-08-11T16:35:49.387Z Downloaded atomic-waker v1.1.2
4782026-08-11T16:35:49.390Z Downloaded fixedbitset v0.4.2
4792026-08-11T16:35:49.390Z Downloaded async-stream-impl v0.3.6
4802026-08-11T16:35:49.395Z Downloaded endian-type v0.1.2
4812026-08-11T16:35:49.398Z Downloaded futures-task v0.3.32
4822026-08-11T16:35:49.398Z Downloaded block-buffer v0.12.1
4832026-08-11T16:35:49.401Z Downloaded ciborium-io v0.2.2
4842026-08-11T16:35:49.401Z Downloaded aead v0.6.1
4852026-08-11T16:35:49.404Z Downloaded enum-as-inner v0.6.1
4862026-08-11T16:35:49.404Z Downloaded arrayref v0.3.9
4872026-08-11T16:35:49.408Z Downloaded bb8 v0.8.6
4882026-08-11T16:35:49.408Z Downloaded cfg_aliases v0.1.1
4892026-08-11T16:35:49.408Z Downloaded base16ct v1.0.0
4902026-08-11T16:35:49.408Z Downloaded castaway v0.2.4
4912026-08-11T16:35:49.411Z Downloaded foreign-types-macros v0.2.3
4922026-08-11T16:35:49.414Z Downloaded base16ct v0.2.0
4932026-08-11T16:35:49.414Z Downloaded bit-set v0.8.0
4942026-08-11T16:35:49.417Z Downloaded enum_dispatch v0.3.13
4952026-08-11T16:35:49.417Z Downloaded float-ord v0.3.2
4962026-08-11T16:35:49.417Z Downloaded futures-sink v0.3.32
4972026-08-11T16:35:49.420Z Downloaded globwalk v0.9.1
4982026-08-11T16:35:49.420Z Downloaded hubpack_derive v0.1.1
4992026-08-11T16:35:49.420Z Downloaded array-init v0.0.4
5002026-08-11T16:35:49.420Z Downloaded ascii-canvas v3.0.0
5012026-08-11T16:35:49.420Z Downloaded hash32 v0.3.1
5022026-08-11T16:35:49.421Z Downloaded bcrypt-pbkdf v0.11.0
5032026-08-11T16:35:49.424Z Downloaded bit-set v0.5.3
5042026-08-11T16:35:49.424Z Downloaded futures-io v0.3.32
5052026-08-11T16:35:49.424Z Downloaded fxhash v0.2.1
5062026-08-11T16:35:49.424Z Downloaded futures-core v0.3.32
5072026-08-11T16:35:49.424Z Downloaded env_logger v0.11.9
5082026-08-11T16:35:49.427Z Downloaded fs-err v2.11.0
5092026-08-11T16:35:49.427Z Downloaded getrandom v0.2.17
5102026-08-11T16:35:49.430Z Downloaded gethostname v0.5.0
5112026-08-11T16:35:49.430Z Downloaded block-padding v0.4.2
5122026-08-11T16:35:49.430Z Downloaded ciborium-ll v0.2.2
5132026-08-11T16:35:49.430Z Downloaded backoff v0.4.0
5142026-08-11T16:35:49.430Z Downloaded headers-core v0.3.0
5152026-08-11T16:35:49.433Z Downloaded hash32 v0.2.1
5162026-08-11T16:35:49.436Z Downloaded anstyle-parse v0.2.7
5172026-08-11T16:35:49.436Z Downloaded bit-vec v0.6.3
5182026-08-11T16:35:49.437Z Downloaded find-msvc-tools v0.1.9
5192026-08-11T16:35:49.440Z Downloaded async-trait v0.1.89
5202026-08-11T16:35:49.440Z Downloaded bitfield v0.19.4
5212026-08-11T16:35:49.440Z Downloaded fd-lock v4.0.4
5222026-08-11T16:35:49.444Z Downloaded float-cmp v0.10.0
5232026-08-11T16:35:49.444Z Downloaded foreign-types v0.3.2
5242026-08-11T16:35:49.444Z Downloaded arrayvec v0.7.6
5252026-08-11T16:35:49.447Z Downloaded git-stub v1.0.0
5262026-08-11T16:35:49.447Z Downloaded hex-literal v1.1.0
5272026-08-11T16:35:49.447Z Downloaded foreign-types-shared v0.3.1
5282026-08-11T16:35:49.447Z Downloaded funty v2.0.0
5292026-08-11T16:35:49.450Z Downloaded bitfield-struct v0.6.2
5302026-08-11T16:35:49.450Z Downloaded form_urlencoded v1.2.2
5312026-08-11T16:35:49.455Z Downloaded ff v0.13.1
5322026-08-11T16:35:49.455Z Downloaded foldhash v0.2.0
5332026-08-11T16:35:49.459Z Downloaded atty v0.2.14
5342026-08-11T16:35:49.459Z Downloaded atomicwrites v0.4.4
5352026-08-11T16:35:49.459Z Downloaded compression-core v0.4.31
5362026-08-11T16:35:49.459Z Downloaded bs58 v0.5.1
5372026-08-11T16:35:49.462Z Downloaded httpdate v1.0.3
5382026-08-11T16:35:49.462Z Downloaded hex v0.4.3
5392026-08-11T16:35:49.462Z Downloaded hubpack v0.1.2
5402026-08-11T16:35:49.466Z Downloaded ghash v0.6.0
5412026-08-11T16:35:49.467Z Downloaded hostname v0.3.1
5422026-08-11T16:35:49.470Z Downloaded home v0.5.12
5432026-08-11T16:35:49.470Z Downloaded foreign-types v0.5.0
5442026-08-11T16:35:49.474Z Downloaded http-range v0.1.5
5452026-08-11T16:35:49.474Z Downloaded cobs v0.3.0
5462026-08-11T16:35:49.478Z Downloaded http-body v1.0.1
5472026-08-11T16:35:49.478Z Downloaded cfg_aliases v0.2.1
5482026-08-11T16:35:49.481Z Downloaded assert_matches v1.5.0
5492026-08-11T16:35:49.513Z Downloaded cbc v0.2.1
5502026-08-11T16:35:49.513Z Downloaded num-conv v0.2.0
5512026-08-11T16:35:49.513Z Downloaded anstream v0.6.21
5522026-08-11T16:35:49.513Z Downloaded chacha20 v0.9.1
5532026-08-11T16:35:49.513Z Downloaded futures-macro v0.3.32
5542026-08-11T16:35:49.513Z Downloaded bit-vec v0.8.0
5552026-08-11T16:35:49.513Z Downloaded blowfish v0.10.0
5562026-08-11T16:35:49.513Z Downloaded hyper-tls v0.6.0
5572026-08-11T16:35:49.513Z Downloaded hostname v0.4.2
5582026-08-11T16:35:49.514Z Downloaded num v0.4.3
5592026-08-11T16:35:49.514Z Downloaded foldhash v0.1.5
5602026-08-11T16:35:49.514Z Downloaded peg-runtime v0.8.5
5612026-08-11T16:35:49.514Z Downloaded ff v0.14.0
5622026-08-11T16:35:49.514Z Downloaded fs_extra v1.3.0
5632026-08-11T16:35:49.514Z Downloaded bcs v0.1.6
5642026-08-11T16:35:49.514Z Downloaded http-body-util v0.1.3
5652026-08-11T16:35:49.518Z Downloaded argon2 v0.5.3
5662026-08-11T16:35:49.518Z Downloaded chacha20 v0.10.0
5672026-08-11T16:35:49.518Z Downloaded fatfs v0.3.6
5682026-08-11T16:35:49.518Z Downloaded glob v0.3.3
5692026-08-11T16:35:49.518Z Downloaded argon2 v0.6.0-rc.8
5702026-08-11T16:35:49.518Z Downloaded byte-wrapper v0.1.0
5712026-08-11T16:35:49.518Z Downloaded hmac v0.12.1
5722026-08-11T16:35:49.518Z Downloaded proc-macro-crate v1.3.1
5732026-08-11T16:35:49.518Z Downloaded base64ct v1.8.3
5742026-08-11T16:35:49.521Z Downloaded proc-macro-crate v3.4.0
5752026-08-11T16:35:49.521Z Downloaded proc-macro-error-attr2 v2.0.0
5762026-08-11T16:35:49.521Z Downloaded radium v0.7.0
5772026-08-11T16:35:49.521Z Downloaded phf_shared v0.13.1
5782026-08-11T16:35:49.521Z Downloaded rand_xorshift v0.4.0
5792026-08-11T16:35:49.527Z Downloaded serde-big-array v0.5.1
5802026-08-11T16:35:49.530Z Downloaded const_format_proc_macros v0.2.34
5812026-08-11T16:35:49.530Z Downloaded async-bb8-diesel v0.2.1
5822026-08-11T16:35:49.530Z Downloaded serde_plain v1.0.2
5832026-08-11T16:35:49.534Z Downloaded signal-hook-tokio v0.3.1
5842026-08-11T16:35:49.534Z Downloaded progenitor-macro v0.14.0
5852026-08-11T16:35:49.537Z Downloaded fixedbitset v0.5.7
5862026-08-11T16:35:49.540Z Downloaded rand_chacha v0.3.1
5872026-08-11T16:35:49.540Z Downloaded futures-executor v0.3.32
5882026-08-11T16:35:49.540Z Downloaded hyper-staticfile v0.10.1
5892026-08-11T16:35:49.543Z Downloaded rtoolbox v0.0.3
5902026-08-11T16:35:49.543Z Downloaded same-file v1.0.6
5912026-08-11T16:35:49.543Z Downloaded sapling-renderdag v0.1.0
5922026-08-11T16:35:49.543Z Downloaded cmake v0.1.57
5932026-08-11T16:35:49.547Z Downloaded foreign-types-shared v0.1.1
5942026-08-11T16:35:49.547Z Downloaded git-stub-vcs v0.1.0
5952026-08-11T16:35:49.547Z Downloaded group v0.14.0
5962026-08-11T16:35:49.547Z Downloaded camino-tempfile-ext v0.3.3
5972026-08-11T16:35:49.552Z Downloaded cexpr v0.6.0
5982026-08-11T16:35:49.552Z Downloaded filetime v0.2.27
5992026-08-11T16:35:49.552Z Downloaded cipher v0.4.4
6002026-08-11T16:35:49.555Z Downloaded compression-codecs v0.4.37
6012026-08-11T16:35:49.555Z Downloaded openssl-probe v0.2.1
6022026-08-11T16:35:49.555Z Downloaded serde_repr v0.1.20
6032026-08-11T16:35:49.555Z Downloaded cipher v0.5.2
6042026-08-11T16:35:49.559Z Downloaded num-rational v0.4.2
6052026-08-11T16:35:49.559Z Downloaded cmov v0.5.4
6062026-08-11T16:35:49.559Z Downloaded constant_time_eq v0.4.2
6072026-08-11T16:35:49.562Z Downloaded flume v0.11.1
6082026-08-11T16:35:49.562Z Downloaded blake2 v0.10.6
6092026-08-11T16:35:49.563Z Downloaded bzip2 v0.4.4
6102026-08-11T16:35:49.567Z Downloaded bitflags v1.3.2
6112026-08-11T16:35:49.567Z Downloaded blake2 v0.11.0-rc.6
6122026-08-11T16:35:49.571Z Downloaded fallible-iterator v0.2.0
6132026-08-11T16:35:49.571Z Downloaded colored v2.2.0
6142026-08-11T16:35:49.571Z Downloaded owo-colors v4.3.0
6152026-08-11T16:35:49.571Z Downloaded password-hash v0.5.0
6162026-08-11T16:35:49.574Z Downloaded globset v0.4.18
6172026-08-11T16:35:49.574Z Downloaded group v0.13.0
6182026-08-11T16:35:49.577Z Downloaded testing_table v0.3.0
6192026-08-11T16:35:49.578Z Downloaded structmeta-derive v0.3.0
6202026-08-11T16:35:49.578Z Downloaded strip-ansi-escapes v0.2.1
6212026-08-11T16:35:49.581Z Downloaded supports-color v3.0.2
6222026-08-11T16:35:49.581Z Downloaded take_mut v0.2.2
6232026-08-11T16:35:49.581Z Downloaded tap v1.0.1
6242026-08-11T16:35:49.581Z Downloaded ahash v0.8.12
6252026-08-11T16:35:49.584Z Downloaded cancel-safe-futures v0.1.5
6262026-08-11T16:35:49.584Z Downloaded console v0.16.2
6272026-08-11T16:35:49.584Z Downloaded const-oid v0.9.6
6282026-08-11T16:35:49.584Z Downloaded allocator-api2 v0.2.21
6292026-08-11T16:35:49.588Z Downloaded proc-macro-error2 v2.0.1
6302026-08-11T16:35:49.588Z Downloaded phf v0.12.1
6312026-08-11T16:35:49.593Z Downloaded rpassword v7.5.4
6322026-08-11T16:35:49.596Z Downloaded scroll v0.13.0
6332026-08-11T16:35:49.596Z Downloaded ciborium v0.2.2
6342026-08-11T16:35:49.596Z Downloaded buf-list v1.1.2
6352026-08-11T16:35:49.599Z Downloaded bzip2 v0.6.1
6362026-08-11T16:35:49.599Z Downloaded arc-swap v1.8.2
6372026-08-11T16:35:49.602Z Downloaded universal-hash v0.6.1
6382026-08-11T16:35:49.602Z Downloaded pkg-config v0.3.32
6392026-08-11T16:35:49.602Z Downloaded powerfmt v0.2.0
6402026-08-11T16:35:49.605Z Downloaded ppv-lite86 v0.2.21
6412026-08-11T16:35:49.605Z Downloaded half v1.8.3
6422026-08-11T16:35:49.605Z Downloaded futures-channel v0.3.32
6432026-08-11T16:35:49.609Z Downloaded humantime v2.3.0
6442026-08-11T16:35:49.609Z Downloaded unarray v0.1.4
6452026-08-11T16:35:49.609Z Downloaded erased-serde v0.3.31
6462026-08-11T16:35:49.613Z Downloaded httparse v1.10.1
6472026-08-11T16:35:49.613Z Downloaded utf-8 v0.7.6
6482026-08-11T16:35:49.617Z Downloaded colored v3.1.1
6492026-08-11T16:35:49.620Z Downloaded clang-sys v1.8.1
6502026-08-11T16:35:49.620Z Downloaded hyper-rustls v0.27.7
6512026-08-11T16:35:49.623Z Downloaded sec1 v0.7.3
6522026-08-11T16:35:49.627Z Downloaded slab v0.4.12
6532026-08-11T16:35:49.627Z Downloaded serde_with_macros v1.5.2
6542026-08-11T16:35:49.627Z Downloaded zeroize_derive v1.5.0
6552026-08-11T16:35:49.627Z Downloaded signal-hook-registry v1.4.8
6562026-08-11T16:35:49.627Z Downloaded slog-scope v4.4.1
6572026-08-11T16:35:49.630Z Downloaded slog-stdlog v4.1.1
6582026-08-11T16:35:49.630Z Downloaded want v0.3.1
6592026-08-11T16:35:49.630Z Downloaded yoke-derive v0.8.1
6602026-08-11T16:35:49.630Z Downloaded highway v1.3.0
6612026-08-11T16:35:49.634Z Downloaded strum_macros v0.27.2
6622026-08-11T16:35:49.634Z Downloaded pbkdf2 v0.13.0
6632026-08-11T16:35:49.634Z Downloaded parking_lot v0.11.2
6642026-08-11T16:35:49.636Z Downloaded spki v0.7.3
6652026-08-11T16:35:49.637Z Downloaded ssh-encoding v0.3.0
6662026-08-11T16:35:49.637Z Downloaded getrandom v0.3.4
6672026-08-11T16:35:49.640Z Downloaded futures v0.3.32
6682026-08-11T16:35:49.643Z Downloaded crucible-workspace-hack v0.1.0
6692026-08-11T16:35:49.643Z Downloaded generic-array v1.4.3
6702026-08-11T16:35:49.643Z Downloaded hmac v0.13.0
6712026-08-11T16:35:49.646Z Downloaded curve25519-dalek-derive v0.1.1
6722026-08-11T16:35:49.646Z Downloaded cstr-argument v0.1.2
6732026-08-11T16:35:49.646Z Downloaded static_assertions v1.1.0
6742026-08-11T16:35:49.646Z Downloaded backon v1.6.0
6752026-08-11T16:35:49.649Z Downloaded difflib v0.4.0
6762026-08-11T16:35:49.649Z Downloaded darling_macro v0.20.11
6772026-08-11T16:35:49.649Z Downloaded darling_macro v0.21.3
6782026-08-11T16:35:49.649Z Downloaded time-macros v0.2.27
6792026-08-11T16:35:49.653Z Downloaded tls_codec v0.4.2
6802026-08-11T16:35:49.653Z Downloaded postcard v1.1.3
6812026-08-11T16:35:49.655Z Downloaded thread_local v1.1.9
6822026-08-11T16:35:49.658Z Downloaded ident_case v1.0.1
6832026-08-11T16:35:49.662Z Downloaded slog-async v2.8.0
6842026-08-11T16:35:49.662Z Downloaded toml_writer v1.1.1+spec-1.1.0
6852026-08-11T16:35:49.665Z Downloaded pkcs8 v0.11.0
6862026-08-11T16:35:49.665Z Downloaded tls_codec_derive v0.4.2
6872026-08-11T16:35:49.665Z Downloaded dtrace-parser v0.3.0
6882026-08-11T16:35:49.670Z Downloaded lru-slab v0.1.2
6892026-08-11T16:35:49.673Z Downloaded mime v0.3.17
6902026-08-11T16:35:49.673Z Downloaded inout v0.1.4
6912026-08-11T16:35:49.673Z Downloaded keccak v0.1.6
6922026-08-11T16:35:49.676Z Downloaded is-terminal v0.4.17
6932026-08-11T16:35:49.679Z Downloaded memoffset v0.9.1
6942026-08-11T16:35:49.679Z Downloaded tui-tree-widget v0.23.1
6952026-08-11T16:35:49.679Z Downloaded kstat-rs v0.2.5
6962026-08-11T16:35:49.679Z Downloaded whoami v1.6.1
6972026-08-11T16:35:49.682Z Downloaded rustls-native-certs v0.8.3
6982026-08-11T16:35:49.682Z Downloaded vergen-lib v0.1.6
6992026-08-11T16:35:49.682Z Downloaded cassowary v0.3.0
7002026-08-11T16:35:49.686Z Downloaded const-oid v0.10.2
7012026-08-11T16:35:49.689Z Downloaded sec1 v0.8.1
7022026-08-11T16:35:49.692Z Downloaded maybe-uninit v2.0.0
7032026-08-11T16:35:49.692Z Downloaded md5 v0.8.0
7042026-08-11T16:35:49.695Z Downloaded match_cfg v0.1.0
7052026-08-11T16:35:49.695Z Downloaded md-5 v0.10.6
7062026-08-11T16:35:49.695Z Downloaded num_enum_derive v0.5.11
7072026-08-11T16:35:49.695Z Downloaded compact_str v0.8.1
7082026-08-11T16:35:49.698Z Downloaded half v2.7.1
7092026-08-11T16:35:49.698Z Downloaded hybrid-array v0.4.13
7102026-08-11T16:35:49.703Z Downloaded sha2 v0.11.0
7112026-08-11T16:35:49.703Z Downloaded console v0.15.11
7122026-08-11T16:35:49.706Z Downloaded wyz v0.5.1
7132026-08-11T16:35:49.706Z Downloaded corncobs v0.1.4
7142026-08-11T16:35:49.706Z Downloaded spin v0.9.8
7152026-08-11T16:35:49.706Z Downloaded oso-derive v0.27.3
7162026-08-11T16:35:49.706Z Downloaded olpc-cjson v0.1.4
7172026-08-11T16:35:49.709Z Downloaded num-traits v0.2.19
7182026-08-11T16:35:49.713Z Downloaded flate2 v1.1.9
7192026-08-11T16:35:49.716Z Downloaded base64 v0.22.1
7202026-08-11T16:35:49.716Z Downloaded headers v0.4.1
7212026-08-11T16:35:49.719Z Downloaded openssl-macros v0.1.1
7222026-08-11T16:35:49.719Z Downloaded ar_archive_writer v0.5.1
7232026-08-11T16:35:49.722Z Downloaded critical-section v1.2.0
7242026-08-11T16:35:49.722Z Downloaded bytes v1.11.1
7252026-08-11T16:35:49.726Z Downloaded bumpalo v3.20.2
7262026-08-11T16:35:49.726Z Downloaded password-hash v0.6.1
7272026-08-11T16:35:49.726Z Downloaded predicates-core v1.0.10
7282026-08-11T16:35:49.726Z Downloaded delegate v0.13.5
7292026-08-11T16:35:49.729Z Downloaded dof v0.4.0
7302026-08-11T16:35:49.729Z Downloaded percent-encoding v2.3.2
7312026-08-11T16:35:49.729Z Downloaded bitvec v1.0.1
7322026-08-11T16:35:49.735Z Downloaded oxide-update-engine-types v0.1.2
7332026-08-11T16:35:49.741Z Downloaded diesel-dtrace v0.5.0
7342026-08-11T16:35:49.741Z Downloaded digest v0.11.3
7352026-08-11T16:35:49.744Z Downloaded tokio-stream v0.1.18
7362026-08-11T16:35:49.744Z Downloaded rand_pcg v0.10.2
7372026-08-11T16:35:49.744Z Downloaded ed25519 v2.2.3
7382026-08-11T16:35:49.744Z Downloaded ryu v1.0.23
7392026-08-11T16:35:49.744Z Downloaded unicode-properties v0.1.4
7402026-08-11T16:35:49.747Z Downloaded indoc v2.0.7
7412026-08-11T16:35:49.747Z Downloaded pin-project v1.1.11
7422026-08-11T16:35:49.752Z Downloaded libscf-sys v1.2.0
7432026-08-11T16:35:49.755Z Downloaded libsw v3.5.0
7442026-08-11T16:35:49.755Z Downloaded mime_guess v2.0.5
7452026-08-11T16:35:49.755Z Downloaded ref-cast-impl v1.0.25
7462026-08-11T16:35:49.755Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7472026-08-11T16:35:49.760Z Downloaded libefi-sys v0.1.0
7482026-08-11T16:35:49.760Z Downloaded scroll_derive v0.13.1
7492026-08-11T16:35:49.760Z Downloaded serde_bytes v0.11.19
7502026-08-11T16:35:49.760Z Downloaded sha1 v0.11.0
7512026-08-11T16:35:49.760Z Downloaded siphasher v1.0.2
7522026-08-11T16:35:49.763Z Downloaded const_format v0.2.35
7532026-08-11T16:35:49.763Z Downloaded signature v3.0.0
7542026-08-11T16:35:49.763Z Downloaded chacha20poly1305 v0.10.1
7552026-08-11T16:35:49.763Z Downloaded heapless v0.8.0
7562026-08-11T16:35:49.766Z Downloaded packed_struct v0.10.1
7572026-08-11T16:35:49.766Z Downloaded cc v1.2.56
7582026-08-11T16:35:49.770Z Downloaded heapless v0.7.17
7592026-08-11T16:35:49.770Z Downloaded crossbeam-utils v0.8.21
7602026-08-11T16:35:49.772Z Downloaded defmt-parser v1.0.0
7612026-08-11T16:35:49.773Z Downloaded oxide-update-engine-display v0.1.2
7622026-08-11T16:35:49.773Z Downloaded num-integer v0.1.46
7632026-08-11T16:35:49.773Z Downloaded sponge-cursor v0.1.0
7642026-08-11T16:35:49.776Z Downloaded trait-variant v0.1.2
7652026-08-11T16:35:49.776Z Downloaded unicode-truncate v1.1.0
7662026-08-11T16:35:49.776Z Downloaded utf8_iter v1.0.4
7672026-08-11T16:35:49.779Z Downloaded untrusted v0.7.1
7682026-08-11T16:35:49.779Z Downloaded subtle v2.6.1
7692026-08-11T16:35:49.782Z Downloaded peg-macros v0.8.5
7702026-08-11T16:35:49.782Z Downloaded termtree v0.5.1
7712026-08-11T16:35:49.785Z Downloaded progenitor v0.14.0
7722026-08-11T16:35:49.785Z Downloaded tokio-macros v2.7.0
7732026-08-11T16:35:49.785Z Downloaded tokio-test v0.4.5
7742026-08-11T16:35:49.789Z Downloaded pkcs8 v0.10.2
7752026-08-11T16:35:49.792Z Downloaded untrusted v0.9.0
7762026-08-11T16:35:49.796Z Downloaded crc-catalog v2.4.0
7772026-08-11T16:35:49.796Z Downloaded wait-timeout v0.2.1
7782026-08-11T16:35:49.796Z Downloaded psm v0.1.30
7792026-08-11T16:35:49.799Z Downloaded r2d2 v0.8.10
7802026-08-11T16:35:49.799Z Downloaded rand_seeder v0.4.0
7812026-08-11T16:35:49.799Z Downloaded papergrid v0.17.0
7822026-08-11T16:35:49.803Z Downloaded pin-project-lite v0.2.17
7832026-08-11T16:35:49.807Z Downloaded xattr v1.6.1
7842026-08-11T16:35:49.807Z Downloaded crunchy v0.2.4
7852026-08-11T16:35:49.807Z Downloaded crypto-common v0.2.2
7862026-08-11T16:35:49.810Z Downloaded iana-time-zone v0.1.65
7872026-08-11T16:35:49.810Z Downloaded base64 v0.21.7
7882026-08-11T16:35:49.814Z Downloaded ref-cast v1.0.25
7892026-08-11T16:35:49.814Z Downloaded memmap2 v0.9.10
7902026-08-11T16:35:49.819Z Downloaded scrypt v0.12.0
7912026-08-11T16:35:49.824Z Downloaded diesel_table_macro_syntax v0.3.0
7922026-08-11T16:35:49.827Z Downloaded embedded-io v0.4.0
7932026-08-11T16:35:49.827Z Downloaded instant v0.1.13
7942026-08-11T16:35:49.830Z Downloaded smallvec v0.6.14
7952026-08-11T16:35:49.833Z Downloaded stacker v0.1.23
7962026-08-11T16:35:49.833Z Downloaded vte v0.14.1
7972026-08-11T16:35:49.833Z Downloaded unsafe-libyaml v0.2.11
7982026-08-11T16:35:49.836Z Downloaded spki v0.8.0
7992026-08-11T16:35:49.836Z Downloaded dunce v1.0.5
8002026-08-11T16:35:49.843Z Downloaded hickory-resolver v0.24.4
8012026-08-11T16:35:49.847Z Downloaded slog-dtrace v0.3.0
8022026-08-11T16:35:49.851Z Downloaded snafu v0.8.9
8032026-08-11T16:35:49.855Z Downloaded tabled_derive v0.11.0
8042026-08-11T16:35:49.856Z Downloaded tinystr v0.8.2
8052026-08-11T16:35:49.856Z Downloaded lalrpop-util v0.19.12
8062026-08-11T16:35:49.856Z Downloaded is_ci v1.2.0
8072026-08-11T16:35:49.858Z Downloaded hickory-resolver v0.25.2
8082026-08-11T16:35:49.859Z Downloaded multimap v0.10.1
8092026-08-11T16:35:49.859Z Downloaded expectorate v1.2.0
8102026-08-11T16:35:49.859Z Downloaded num-derive v0.4.2
8112026-08-11T16:35:49.859Z Downloaded strum_macros v0.24.3
8122026-08-11T16:35:49.862Z Downloaded parking_lot_core v0.9.12
8132026-08-11T16:35:49.862Z Downloaded postgres-types v0.2.12
8142026-08-11T16:35:49.872Z Downloaded async-compression v0.4.41
8152026-08-11T16:35:49.875Z Downloaded managed v0.8.0
8162026-08-11T16:35:49.875Z Downloaded nodrop v0.1.14
8172026-08-11T16:35:49.875Z Downloaded opaque-debug v0.3.1
8182026-08-11T16:35:49.875Z Downloaded darling v0.20.11
8192026-08-11T16:35:49.879Z Downloaded poly1305 v0.9.0
8202026-08-11T16:35:49.884Z Downloaded elliptic-curve v0.13.8
8212026-08-11T16:35:49.884Z Downloaded parse-size v1.1.0
8222026-08-11T16:35:49.884Z Downloaded predicates-tree v1.0.13
8232026-08-11T16:35:49.884Z Downloaded psl-types v2.0.11
8242026-08-11T16:35:49.884Z Downloaded prettyplease v0.2.37
8252026-08-11T16:35:49.887Z Downloaded ecdsa v0.17.0
8262026-08-11T16:35:49.887Z Downloaded writeable v0.6.2
8272026-08-11T16:35:49.897Z Downloaded serde_with_macros v3.21.0
8282026-08-11T16:35:49.902Z Downloaded serde_path_to_error v0.1.20
8292026-08-11T16:35:49.902Z Downloaded data-encoding v2.10.0
8302026-08-11T16:35:49.902Z Downloaded defmt-macros v1.0.1
8312026-08-11T16:35:49.905Z Downloaded rustc_version v0.1.7
8322026-08-11T16:35:49.908Z Downloaded russh-cryptovec v0.62.0
8332026-08-11T16:35:49.908Z Downloaded secrecy v0.10.3
8342026-08-11T16:35:49.912Z Downloaded sha1 v0.10.6
8352026-08-11T16:35:49.916Z Downloaded http v1.4.2
8362026-08-11T16:35:49.919Z Downloaded ed25519 v3.0.0
8372026-08-11T16:35:49.924Z Downloaded hickory-server v0.25.2
8382026-08-11T16:35:49.928Z Downloaded shell-words v1.1.1
8392026-08-11T16:35:49.928Z Downloaded sqlparser_derive v0.5.0
8402026-08-11T16:35:49.928Z Downloaded zip v0.6.6
8412026-08-11T16:35:49.931Z Downloaded crc-any v2.5.0
8422026-08-11T16:35:49.931Z Downloaded jobserver v0.1.34
8432026-08-11T16:35:49.934Z Downloaded linear-map v1.2.0
8442026-08-11T16:35:49.938Z Downloaded libloading v0.8.9
8452026-08-11T16:35:49.942Z Downloaded tinyvec_macros v0.1.1
8462026-08-11T16:35:49.942Z Downloaded multer v3.1.0
8472026-08-11T16:35:49.946Z Downloaded nanorand v0.7.0
8482026-08-11T16:35:49.946Z Downloaded term v0.7.0
8492026-08-11T16:35:49.946Z Downloaded toml_parser v1.1.2+spec-1.1.0
8502026-08-11T16:35:49.949Z Downloaded twox-hash v2.1.2
8512026-08-11T16:35:49.949Z Downloaded typify-macro v0.6.2
8522026-08-11T16:35:49.949Z Downloaded cookie_store v0.22.1
8532026-08-11T16:35:49.949Z Downloaded aes v0.9.1
8542026-08-11T16:35:49.953Z Downloaded darling_core v0.20.11
8552026-08-11T16:35:49.956Z Downloaded phc v0.6.1
8562026-08-11T16:35:49.956Z Downloaded unit-prefix v0.5.2
8572026-08-11T16:35:49.956Z Downloaded usdt-attr-macro v0.6.0
8582026-08-11T16:35:49.956Z Downloaded void v1.0.2
8592026-08-11T16:35:49.956Z Downloaded crc v3.4.0
8602026-08-11T16:35:49.956Z Downloaded crc8 v0.1.1
8612026-08-11T16:35:49.960Z Downloaded num_enum_derive v0.7.6
8622026-08-11T16:35:49.960Z Downloaded pin-project-internal v1.1.11
8632026-08-11T16:35:49.960Z Downloaded paste v1.0.15
8642026-08-11T16:35:49.963Z Downloaded predicates v3.1.4
8652026-08-11T16:35:49.963Z Downloaded xshell-macros v0.2.7
8662026-08-11T16:35:49.966Z Downloaded rustls-webpki v0.103.13
8672026-08-11T16:35:49.966Z Downloaded crc32fast v1.5.0
8682026-08-11T16:35:49.969Z Downloaded zone_cfg_derive v0.3.1
8692026-08-11T16:35:49.969Z Downloaded rustls-platform-verifier v0.6.2
8702026-08-11T16:35:49.976Z Downloaded zstd-safe v7.2.4
8712026-08-11T16:35:49.977Z Downloaded icu_normalizer_data v2.1.1
8722026-08-11T16:35:49.980Z Downloaded rand_chacha v0.9.0
8732026-08-11T16:35:49.980Z Downloaded schemars_derive v0.8.22
8742026-08-11T16:35:49.980Z Downloaded litrs v1.0.0
8752026-08-11T16:35:49.985Z Downloaded daft-derive v0.1.7
8762026-08-11T16:35:49.985Z Downloaded dirs-sys-next v0.1.2
8772026-08-11T16:35:49.989Z Downloaded display-error-chain v0.2.2
8782026-08-11T16:35:49.989Z Downloaded rand_core v0.6.4
8792026-08-11T16:35:49.989Z Downloaded inout v0.2.2
8802026-08-11T16:35:49.989Z Downloaded rustversion v1.0.22
8812026-08-11T16:35:49.989Z Downloaded darling_macro v0.13.4
8822026-08-11T16:35:49.989Z Downloaded darling_macro v0.23.0
8832026-08-11T16:35:49.989Z Downloaded debug-ignore v1.0.5
8842026-08-11T16:35:49.992Z Downloaded illumos-nvpair v0.3.0
8852026-08-11T16:35:49.992Z Downloaded snafu-derive v0.8.9
8862026-08-11T16:35:49.995Z Downloaded hashbrown v0.12.3
8872026-08-11T16:35:49.998Z Downloaded des v0.9.0
8882026-08-11T16:35:49.998Z Downloaded serdect v0.4.3
8892026-08-11T16:35:50.002Z Downloaded hashbrown v0.13.2
8902026-08-11T16:35:50.006Z Downloaded indoc v1.0.9
8912026-08-11T16:35:50.009Z Downloaded stringprep v0.1.5
8922026-08-11T16:35:50.009Z Downloaded support-bundle-viewer v0.1.2
8932026-08-11T16:35:50.012Z Downloaded termios v0.3.3
8942026-08-11T16:35:50.013Z Downloaded thiserror-no-std v2.0.2
8952026-08-11T16:35:50.015Z Downloaded kem v0.3.0
8962026-08-11T16:35:50.015Z Downloaded string_cache v0.8.9
8972026-08-11T16:35:50.016Z Downloaded synstructure v0.13.2
8982026-08-11T16:35:50.018Z Downloaded toml v1.1.2+spec-1.1.0
8992026-08-11T16:35:50.021Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9002026-08-11T16:35:50.022Z Downloaded parking_lot v0.12.5
9012026-08-11T16:35:50.022Z Downloaded uuid v1.23.4
9022026-08-11T16:35:50.024Z Downloaded der v0.7.10
9032026-08-11T16:35:50.028Z Downloaded convert_case v0.10.0
9042026-08-11T16:35:50.028Z Downloaded newtype-uuid-macros v0.1.0
9052026-08-11T16:35:50.028Z Downloaded packed_struct_codegen v0.10.1
9062026-08-11T16:35:50.028Z Downloaded progenitor-impl v0.13.0
9072026-08-11T16:35:50.033Z Downloaded parse-display v0.10.0
9082026-08-11T16:35:50.033Z Downloaded pretty_assertions v1.4.1
9092026-08-11T16:35:50.038Z Downloaded xshell v0.2.7
9102026-08-11T16:35:50.041Z Downloaded rand v0.10.1
9112026-08-11T16:35:50.047Z Downloaded schemars v0.9.0
9122026-08-11T16:35:50.054Z Downloaded derive-where v1.6.0
9132026-08-11T16:35:50.057Z Downloaded ctutils v0.4.2
9142026-08-11T16:35:50.057Z Downloaded serde_cbor v0.11.2
9152026-08-11T16:35:50.060Z Downloaded progenitor-client v0.14.0
9162026-08-11T16:35:50.060Z Downloaded unicode_categories v0.1.1
9172026-08-11T16:35:50.065Z Downloaded derive_more v0.99.20
9182026-08-11T16:35:50.068Z Downloaded quick-error v1.2.3
9192026-08-11T16:35:50.068Z Downloaded icu_provider v2.1.1
9202026-08-11T16:35:50.068Z Downloaded seq-macro v0.3.6
9212026-08-11T16:35:50.068Z Downloaded displaydoc v0.2.5
9222026-08-11T16:35:50.072Z Downloaded ipnetwork v0.21.1
9232026-08-11T16:35:50.072Z Downloaded ecdsa v0.16.9
9242026-08-11T16:35:50.072Z Downloaded stable_deref_trait v1.2.1
9252026-08-11T16:35:50.072Z Downloaded sync-ptr v0.1.4
9262026-08-11T16:35:50.075Z Downloaded tower-layer v0.3.3
9272026-08-11T16:35:50.078Z Downloaded x509-cert v0.2.5
9282026-08-11T16:35:50.082Z Downloaded semver v0.1.20
9292026-08-11T16:35:50.082Z Downloaded sigpipe v0.1.3
9302026-08-11T16:35:50.086Z Downloaded native-tls v0.2.18
9312026-08-11T16:35:50.090Z Downloaded topological-sort v0.2.2
9322026-08-11T16:35:50.090Z Downloaded libsw-core v0.3.2
9332026-08-11T16:35:50.093Z Downloaded thiserror-impl-no-std v2.0.2
9342026-08-11T16:35:50.096Z Downloaded toml_edit v0.23.10+spec-1.0.0
9352026-08-11T16:35:50.099Z Downloaded tracing-attributes v0.1.31
9362026-08-11T16:35:50.099Z Downloaded typify v0.6.2
9372026-08-11T16:35:50.102Z Downloaded num_enum v0.5.11
9382026-08-11T16:35:50.106Z Downloaded nu-ansi-term v0.50.3
9392026-08-11T16:35:50.106Z Downloaded vergen v9.1.0
9402026-08-11T16:35:50.106Z Downloaded parking_lot_core v0.8.6
9412026-08-11T16:35:50.109Z Downloaded unicode-xid v0.2.6
9422026-08-11T16:35:50.109Z Downloaded zone v0.3.1
9432026-08-11T16:35:50.109Z Downloaded digest-io v0.1.0
9442026-08-11T16:35:50.112Z Downloaded dsl_auto_type v0.2.0
9452026-08-11T16:35:50.115Z Downloaded indent_write v2.2.0
9462026-08-11T16:35:50.115Z Downloaded illumos-nvpair-sys v0.2.0
9472026-08-11T16:35:50.119Z Downloaded aes-gcm v0.11.0
9482026-08-11T16:35:50.126Z Downloaded darling v0.21.3
9492026-08-11T16:35:50.130Z Downloaded typed-path v0.9.3
9502026-08-11T16:35:50.130Z Downloaded internal-russh-num-bigint v0.5.0
9512026-08-11T16:35:50.133Z Downloaded tower v0.5.3
9522026-08-11T16:35:50.137Z Downloaded postgres-protocol v0.6.10
9532026-08-11T16:35:50.141Z Downloaded primeorder v0.13.6
9542026-08-11T16:35:50.141Z Downloaded jiff-static v0.2.34
9552026-08-11T16:35:50.141Z Downloaded smallvec v1.15.1
9562026-08-11T16:35:50.141Z Downloaded progenitor-extras v0.2.0
9572026-08-11T16:35:50.144Z Downloaded darling_core v0.21.3
9582026-08-11T16:35:50.144Z Downloaded lzss v0.8.2
9592026-08-11T16:35:50.147Z Downloaded maplit v1.0.2
9602026-08-11T16:35:50.147Z Downloaded steno v0.4.1
9612026-08-11T16:35:50.147Z Downloaded indexmap v1.9.3
9622026-08-11T16:35:50.151Z Downloaded phf_shared v0.12.1
9632026-08-11T16:35:50.151Z Downloaded zerocopy-derive v0.8.40
9642026-08-11T16:35:50.154Z Downloaded smf v0.2.3
9652026-08-11T16:35:50.157Z Downloaded zip v4.6.1
9662026-08-11T16:35:50.160Z Downloaded num-bigint v0.4.6
9672026-08-11T16:35:50.163Z Downloaded indicatif v0.18.4
9682026-08-11T16:35:50.164Z Downloaded serde-hex v0.1.0
9692026-08-11T16:35:50.164Z Downloaded simd-adler32 v0.3.8
9702026-08-11T16:35:50.167Z Downloaded futures-util v0.3.32
9712026-08-11T16:35:50.171Z Downloaded vergen-git2 v9.1.0
9722026-08-11T16:35:50.174Z Downloaded rustc_version v0.4.1
9732026-08-11T16:35:50.177Z Downloaded tokio-tungstenite v0.21.0
9742026-08-11T16:35:50.180Z Downloaded der v0.8.0
9752026-08-11T16:35:50.184Z Downloaded toml v0.7.8
9762026-08-11T16:35:50.187Z Downloaded whoami v2.1.0
9772026-08-11T16:35:50.187Z Downloaded der_derive v0.7.3
9782026-08-11T16:35:50.191Z Downloaded prefix-trie v0.7.0
9792026-08-11T16:35:50.191Z Downloaded tracing-core v0.1.36
9802026-08-11T16:35:50.191Z Downloaded walkdir v2.5.0
9812026-08-11T16:35:50.194Z Downloaded secrecy v0.8.0
9822026-08-11T16:35:50.194Z Downloaded structmeta v0.3.0
9832026-08-11T16:35:50.194Z Downloaded crossbeam-deque v0.8.6
9842026-08-11T16:35:50.197Z Downloaded sync_wrapper v1.0.2
9852026-08-11T16:35:50.197Z Downloaded impl-trait-for-tuples v0.2.3
9862026-08-11T16:35:50.201Z Downloaded usdt-macro v0.6.0
9872026-08-11T16:35:50.208Z Downloaded reedline v0.40.0
9882026-08-11T16:35:50.215Z Downloaded either v1.15.0
9892026-08-11T16:35:50.218Z Downloaded waitgroup v0.1.2
9902026-08-11T16:35:50.218Z Downloaded icu_collections v2.1.1
9912026-08-11T16:35:50.222Z Downloaded keccak v0.2.0
9922026-08-11T16:35:50.222Z Downloaded newtype-uuid v1.3.2
9932026-08-11T16:35:50.222Z Downloaded polyval v0.7.1
9942026-08-11T16:35:50.225Z Downloaded num-complex v0.4.6
9952026-08-11T16:35:50.228Z Downloaded pem-rfc7468 v1.0.0
9962026-08-11T16:35:50.228Z Downloaded hashbrown v0.15.5
9972026-08-11T16:35:50.231Z Downloaded hashbrown v0.16.1
9982026-08-11T16:35:50.234Z Downloaded elliptic-curve v0.14.1
9992026-08-11T16:35:50.234Z Downloaded hyper v1.10.1
10002026-08-11T16:35:50.238Z Downloaded oxide-update-engine v0.1.2
10012026-08-11T16:35:50.241Z Downloaded parse-display-derive v0.10.0
10022026-08-11T16:35:50.241Z Downloaded slog-term v2.9.2
10032026-08-11T16:35:50.241Z Downloaded document-features v0.2.12
10042026-08-11T16:35:50.244Z Downloaded derive_builder_macro v0.20.2
10052026-08-11T16:35:50.244Z Downloaded downcast-rs v2.0.2
10062026-08-11T16:35:50.244Z Downloaded primefield v0.14.0
10072026-08-11T16:35:50.244Z Downloaded embedded-io v0.6.1
10082026-08-11T16:35:50.244Z Downloaded lazy_static v1.5.0
10092026-08-11T16:35:50.248Z Downloaded idna_adapter v1.2.1
10102026-08-11T16:35:50.251Z Downloaded usdt-impl v0.6.0
10112026-08-11T16:35:50.251Z Downloaded scheduled-thread-pool v0.2.7
10122026-08-11T16:35:50.251Z Downloaded zerocopy v0.6.6
10132026-08-11T16:35:50.255Z Downloaded resolv-conf v0.7.6
10142026-08-11T16:35:50.255Z Downloaded nibble_vec v0.1.0
10152026-08-11T16:35:50.258Z Downloaded num-iter v0.1.45
10162026-08-11T16:35:50.258Z Downloaded new_debug_unreachable v1.0.6
10172026-08-11T16:35:50.258Z Downloaded path-slash v0.1.5
10182026-08-11T16:35:50.258Z Downloaded precomputed-hash v0.1.1
10192026-08-11T16:35:50.258Z Downloaded rfc6979 v0.4.0
10202026-08-11T16:35:50.261Z Downloaded omicron-zone-package v0.12.3
10212026-08-11T16:35:50.265Z Downloaded derive_builder_core v0.20.2
10222026-08-11T16:35:50.268Z Downloaded crossbeam-epoch v0.9.18
10232026-08-11T16:35:50.268Z Downloaded oso v0.27.3
10242026-08-11T16:35:50.269Z Downloaded progenitor-macro v0.13.0
10252026-08-11T16:35:50.271Z Downloaded rfc6979 v0.6.0
10262026-08-11T16:35:50.272Z Downloaded signature v2.2.0
10272026-08-11T16:35:50.272Z Downloaded strum v0.26.3
10282026-08-11T16:35:50.272Z Downloaded strum v0.27.2
10292026-08-11T16:35:50.275Z Downloaded sqlformat v0.3.5
10302026-08-11T16:35:50.278Z Downloaded vsss-rs v3.3.4
10312026-08-11T16:35:50.281Z Downloaded quinn v0.11.11
10322026-08-11T16:35:50.281Z Downloaded slog-envlogger v2.2.0
10332026-08-11T16:35:50.285Z Downloaded tokio-util v0.7.18
10342026-08-11T16:35:50.290Z Downloaded tower-http v0.6.8
10352026-08-11T16:35:50.298Z Downloaded pkcs5 v0.8.1
10362026-08-11T16:35:50.301Z Downloaded rcgen v0.12.1
10372026-08-11T16:35:50.301Z Downloaded zeroize v1.9.0
10382026-08-11T16:35:50.301Z Downloaded universal-hash v0.5.1
10392026-08-11T16:35:50.301Z Downloaded wnaf v0.14.0
10402026-08-11T16:35:50.301Z Downloaded cpubits v0.1.1
10412026-08-11T16:35:50.301Z Downloaded dirs-next v2.0.0
10422026-08-11T16:35:50.305Z Downloaded csv-core v0.1.13
10432026-08-11T16:35:50.305Z Downloaded nom v8.0.0
10442026-08-11T16:35:50.306Z Downloaded defmt v1.0.1
10452026-08-11T16:35:50.348Z Downloaded hkdf v0.12.4
10462026-08-11T16:35:50.348Z Downloaded icu_normalizer v2.1.1
10472026-08-11T16:35:50.348Z Downloaded dyn-clone v1.0.20
10482026-08-11T16:35:50.348Z Downloaded darling v0.13.4
10492026-08-11T16:35:50.348Z Downloaded instability v0.3.11
10502026-08-11T16:35:50.348Z Downloaded lru-cache v0.1.2
10512026-08-11T16:35:50.348Z Downloaded quinn-udp v0.5.14
10522026-08-11T16:35:50.348Z Downloaded normalize-line-endings v0.3.0
10532026-08-11T16:35:50.348Z Downloaded nonempty v0.12.0
10542026-08-11T16:35:50.348Z Downloaded miniz_oxide v0.8.9
10552026-08-11T16:35:50.348Z Downloaded p256 v0.14.0
10562026-08-11T16:35:50.348Z Downloaded cookie v0.18.1
10572026-08-11T16:35:50.349Z Downloaded salsa20 v0.11.0
10582026-08-11T16:35:50.349Z Downloaded tokio-postgres v0.7.16
10592026-08-11T16:35:50.349Z Downloaded yansi v1.0.1
10602026-08-11T16:35:50.349Z Downloaded dropshot-api-manager v0.7.2
10612026-08-11T16:35:50.353Z Downloaded darling_core v0.13.4
10622026-08-11T16:35:50.353Z Downloaded drift v0.2.0
10632026-08-11T16:35:50.361Z Downloaded slog-json v2.6.1
10642026-08-11T16:35:50.361Z Downloaded newline-converter v0.3.0
10652026-08-11T16:35:50.361Z Downloaded tokio-rustls v0.26.4
10662026-08-11T16:35:50.361Z Downloaded serde_spanned v1.1.1
10672026-08-11T16:35:50.361Z Downloaded russh-util v0.52.0
10682026-08-11T16:35:50.365Z Downloaded signal-hook-mio v0.2.5
10692026-08-11T16:35:50.365Z Downloaded try-lock v0.2.5
10702026-08-11T16:35:50.365Z Downloaded rand v0.9.2
10712026-08-11T16:35:50.365Z Downloaded regex v1.12.3
10722026-08-11T16:35:50.365Z Downloaded iri-string v0.7.10
10732026-08-11T16:35:50.368Z Downloaded samael v0.0.19
10742026-08-11T16:35:50.371Z Downloaded newtype_derive v0.1.6
10752026-08-11T16:35:50.371Z Downloaded diesel_derives v2.3.7
10762026-08-11T16:35:50.383Z Downloaded hkdf v0.13.0
10772026-08-11T16:35:50.387Z Downloaded ctr v0.10.1
10782026-08-11T16:35:50.391Z Downloaded ingot v0.2.1
10792026-08-11T16:35:50.391Z Downloaded litemap v0.8.1
10802026-08-11T16:35:50.391Z Downloaded serde_urlencoded v0.7.1
10812026-08-11T16:35:50.394Z Downloaded p384 v0.13.1
10822026-08-11T16:35:50.397Z Downloaded aho-corasick v1.1.4
10832026-08-11T16:35:50.402Z Downloaded strsim v0.10.0
10842026-08-11T16:35:50.402Z Downloaded tabwriter v1.4.1
10852026-08-11T16:35:50.402Z Downloaded mio v1.2.0
10862026-08-11T16:35:50.405Z Downloaded potential_utf v0.1.4
10872026-08-11T16:35:50.405Z Downloaded progenitor-impl v0.14.0
10882026-08-11T16:35:50.409Z Downloaded lru v0.12.5
10892026-08-11T16:35:50.412Z Downloaded scopeguard v1.2.0
10902026-08-11T16:35:50.412Z Downloaded rustc-hash v2.1.1
10912026-08-11T16:35:50.415Z Downloaded pkcs1 v0.8.0-rc.4
10922026-08-11T16:35:50.418Z Downloaded tungstenite v0.23.0
10932026-08-11T16:35:50.422Z Downloaded num_enum v0.7.6
10942026-08-11T16:35:50.425Z Downloaded rusty-fork v0.3.1
10952026-08-11T16:35:50.425Z Downloaded tokio-dtrace v0.1.1
10962026-08-11T16:35:50.425Z Downloaded subprocess v0.2.15
10972026-08-11T16:35:50.428Z Downloaded tiny-keccak v2.0.2
10982026-08-11T16:35:50.428Z Downloaded openssl-probe v0.1.6
10992026-08-11T16:35:50.428Z Downloaded tagptr v0.2.0
11002026-08-11T16:35:50.428Z Downloaded zerofrom v0.1.6
11012026-08-11T16:35:50.431Z Downloaded cpufeatures v0.3.0
11022026-08-11T16:35:50.432Z Downloaded slog-bunyan v2.5.0
11032026-08-11T16:35:50.435Z Downloaded unicase v2.9.0
11042026-08-11T16:35:50.435Z Downloaded daft v0.1.7
11052026-08-11T16:35:50.435Z Downloaded idna v1.1.0
11062026-08-11T16:35:50.438Z Downloaded zerovec v0.11.5
11072026-08-11T16:35:50.442Z Downloaded icu_locale_core v2.1.1
11082026-08-11T16:35:50.445Z Downloaded rayon-core v1.13.0
11092026-08-11T16:35:50.456Z Downloaded deranged v0.5.8
11102026-08-11T16:35:50.460Z Downloaded module-lattice v0.2.3
11112026-08-11T16:35:50.460Z Downloaded vergen-gitcl v1.0.8
11122026-08-11T16:35:50.460Z Downloaded schemars v1.2.1
11132026-08-11T16:35:50.463Z Downloaded yasna v0.5.2
11142026-08-11T16:35:50.463Z Downloaded h2 v0.4.15
11152026-08-11T16:35:50.466Z Downloaded rand_core v0.9.5
11162026-08-11T16:35:50.469Z Downloaded internet-checksum v0.2.1
11172026-08-11T16:35:50.469Z Downloaded shlex v1.3.0
11182026-08-11T16:35:50.469Z Downloaded linked-hash-map v0.5.6
11192026-08-11T16:35:50.469Z Downloaded itertools v0.10.5
11202026-08-11T16:35:50.472Z Downloaded port-file v0.1.0
11212026-08-11T16:35:50.475Z Downloaded serde_with v1.14.0
11222026-08-11T16:35:50.478Z Downloaded strum_macros v0.26.4
11232026-08-11T16:35:50.478Z Downloaded ingot-types v0.2.0
11242026-08-11T16:35:50.482Z Downloaded yoke v0.8.1
11252026-08-11T16:35:50.482Z Downloaded recursive-proc-macro-impl v0.1.1
11262026-08-11T16:35:50.483Z Downloaded time-core v0.1.8
11272026-08-11T16:35:50.486Z Downloaded tar v0.4.46
11282026-08-11T16:35:50.486Z Downloaded poly1305 v0.8.0
11292026-08-11T16:35:50.495Z Downloaded derive-ex v0.1.8
11302026-08-11T16:35:50.502Z Downloaded dropshot-api-manager-types v0.7.2
11312026-08-11T16:35:50.505Z Downloaded tower-service v0.3.3
11322026-08-11T16:35:50.505Z Downloaded derive_more-impl v2.1.1
11332026-08-11T16:35:50.510Z Downloaded blake3 v1.8.5
11342026-08-11T16:35:50.513Z Downloaded serde_yaml v0.9.34+deprecated
11352026-08-11T16:35:50.516Z Downloaded scuffle v0.1.0
11362026-08-11T16:35:50.516Z Downloaded num_threads v0.1.7
11372026-08-11T16:35:50.516Z Downloaded tokio-native-tls v0.3.1
11382026-08-11T16:35:50.519Z Downloaded tinyvec v1.10.0
11392026-08-11T16:35:50.519Z Downloaded thread-id v5.1.0
11402026-08-11T16:35:50.535Z Downloaded zerovec-derive v0.11.2
11412026-08-11T16:35:50.539Z Downloaded oxnet v0.1.6
11422026-08-11T16:35:50.539Z Downloaded zerofrom-derive v0.1.6
11432026-08-11T16:35:50.539Z Downloaded serde_derive_internals v0.29.1
11442026-08-11T16:35:50.543Z Downloaded rsa v0.9.10
11452026-08-11T16:35:50.546Z Downloaded lock_api v0.4.14
11462026-08-11T16:35:50.546Z Downloaded phf v0.13.1
11472026-08-11T16:35:50.546Z Downloaded defmt v0.3.100
11482026-08-11T16:35:50.546Z Downloaded progenitor-client v0.13.0
11492026-08-11T16:35:50.550Z Downloaded zerotrie v0.2.3
11502026-08-11T16:35:50.559Z Downloaded phf_shared v0.11.3
11512026-08-11T16:35:50.559Z Downloaded proptest v1.11.0
11522026-08-11T16:35:50.562Z Downloaded recursive v0.1.1
11532026-08-11T16:35:50.563Z Downloaded peg v0.8.5
11542026-08-11T16:35:50.567Z Downloaded rustls-pemfile v2.2.0
11552026-08-11T16:35:50.567Z Downloaded similar v2.7.0
11562026-08-11T16:35:50.570Z Downloaded tungstenite v0.21.0
11572026-08-11T16:35:50.570Z Downloaded oxide-tokio-rt v0.1.4
11582026-08-11T16:35:50.570Z Downloaded pkcs1 v0.7.5
11592026-08-11T16:35:50.573Z Downloaded openssl-sys v0.9.117
11602026-08-11T16:35:50.577Z Downloaded usdt v0.6.0
11612026-08-11T16:35:50.577Z Downloaded derive_builder v0.20.2
11622026-08-11T16:35:50.579Z Downloaded rand_core v0.10.0
11632026-08-11T16:35:50.585Z Downloaded diff v0.1.13
11642026-08-11T16:35:50.588Z Downloaded term v1.2.1
11652026-08-11T16:35:50.591Z Downloaded tokio-tungstenite v0.23.1
11662026-08-11T16:35:50.591Z Downloaded p521 v0.14.0
11672026-08-11T16:35:50.595Z Downloaded crossbeam-channel v0.5.15
11682026-08-11T16:35:50.597Z Downloaded progenitor v0.13.0
11692026-08-11T16:35:50.598Z Downloaded git2 v0.20.4
11702026-08-11T16:35:50.600Z Downloaded ipnet v2.11.0
11712026-08-11T16:35:50.603Z Downloaded winnow v0.5.40
11722026-08-11T16:35:50.606Z Downloaded iddqd v0.4.2
11732026-08-11T16:35:50.610Z Downloaded salty v0.3.0
11742026-08-11T16:35:50.615Z Downloaded ssh-cipher v0.3.0
11752026-08-11T16:35:50.619Z Downloaded ignore v0.4.25
11762026-08-11T16:35:50.619Z Downloaded primeorder v0.14.0
11772026-08-11T16:35:50.619Z Downloaded ron v0.8.1
11782026-08-11T16:35:50.622Z Downloaded rustls-pki-types v1.14.0
11792026-08-11T16:35:50.622Z Downloaded pem v3.0.6
11802026-08-11T16:35:50.625Z Downloaded zstd v0.13.3
11812026-08-11T16:35:50.625Z Downloaded pem-rfc7468 v0.7.0
11822026-08-11T16:35:50.625Z Downloaded ena v0.14.4
11832026-08-11T16:35:50.629Z Downloaded rustyline v14.0.0
11842026-08-11T16:35:50.629Z Downloaded vergen-lib v9.1.0
11852026-08-11T16:35:50.632Z Downloaded icu_properties v2.1.2
11862026-08-11T16:35:50.632Z Downloaded slog v2.8.2
11872026-08-11T16:35:50.635Z Downloaded uzers v0.12.2
11882026-08-11T16:35:50.636Z Downloaded ml-kem v0.3.2
11892026-08-11T16:35:50.638Z Downloaded dropshot_endpoint v0.17.1
11902026-08-11T16:35:50.646Z Downloaded zlib-rs v0.6.2
11912026-08-11T16:35:50.651Z Downloaded crypto-primes v0.7.2
11922026-08-11T16:35:50.654Z Downloaded minimal-lexical v0.2.1
11932026-08-11T16:35:50.657Z Downloaded bindgen v0.71.1
11942026-08-11T16:35:50.661Z Downloaded ingot-macros v0.2.0
11952026-08-11T16:35:50.665Z Downloaded publicsuffix v2.3.0
11962026-08-11T16:35:50.665Z Downloaded quick-xml v0.37.5
11972026-08-11T16:35:50.668Z Downloaded reqwest v0.13.2
11982026-08-11T16:35:50.671Z Downloaded schemars v0.8.22
11992026-08-11T16:35:50.678Z Downloaded nom v7.1.3
12002026-08-11T16:35:50.685Z Downloaded signal-hook v0.3.18
12012026-08-11T16:35:50.688Z Downloaded socket2 v0.6.3
12022026-08-11T16:35:50.688Z Downloaded goblin v0.10.5
12032026-08-11T16:35:50.691Z Downloaded rand v0.8.6
12042026-08-11T16:35:50.696Z Downloaded ed25519-dalek v2.2.0
12052026-08-11T16:35:50.699Z Downloaded darling v0.23.0
12062026-08-11T16:35:50.699Z Downloaded libbz2-rs-sys v0.2.2
12072026-08-11T16:35:50.699Z Downloaded qorb v0.4.1
12082026-08-11T16:35:50.702Z Downloaded socket2 v0.5.10
12092026-08-11T16:35:50.702Z Downloaded test-strategy v0.4.5
12102026-08-11T16:35:50.705Z Downloaded zopfli v0.8.3
12112026-08-11T16:35:50.705Z Downloaded russh v0.62.4
12122026-08-11T16:35:50.711Z Downloaded unicode-bidi v0.3.18
12132026-08-11T16:35:50.718Z Downloaded unicode-segmentation v1.12.0
12142026-08-11T16:35:50.721Z Downloaded toml_edit v0.19.15
12152026-08-11T16:35:50.724Z Downloaded vcpkg v0.2.15
12162026-08-11T16:35:50.748Z Downloaded portable-atomic v1.13.1
12172026-08-11T16:35:50.753Z Downloaded p384 v0.14.0
12182026-08-11T16:35:50.756Z Downloaded icu_properties_data v2.1.2
12192026-08-11T16:35:50.760Z Downloaded ssh-key v0.7.0-rc.11
12202026-08-11T16:35:50.763Z Downloaded itertools v0.15.0
12212026-08-11T16:35:50.767Z Downloaded libm v0.2.16
12222026-08-11T16:35:50.773Z Downloaded crypto-bigint v0.5.5
12232026-08-11T16:35:50.776Z Downloaded tough v0.22.0
12242026-08-11T16:35:50.781Z Downloaded derive_more v2.1.1
12252026-08-11T16:35:50.788Z Downloaded tabled v0.20.0
12262026-08-11T16:35:50.797Z Downloaded winnow v0.6.26
12272026-08-11T16:35:50.802Z Downloaded crossterm v0.28.1
12282026-08-11T16:35:50.807Z Downloaded darling_core v0.23.0
12292026-08-11T16:35:50.810Z Downloaded jiff-core v0.1.0
12302026-08-11T16:35:50.813Z Downloaded chrono v0.4.45
12312026-08-11T16:35:50.816Z Downloaded rsa v0.10.0-rc.18
12322026-08-11T16:35:50.819Z Downloaded url v2.5.8
12332026-08-11T16:35:50.822Z Downloaded itertools v0.12.1
12342026-08-11T16:35:50.827Z Downloaded aws-lc-rs v1.16.3
12352026-08-11T16:35:50.830Z Downloaded num-bigint-dig v0.8.6
12362026-08-11T16:35:50.833Z Downloaded rayon v1.11.0
12372026-08-11T16:35:50.836Z Downloaded rawzip v0.4.4
12382026-08-11T16:35:50.840Z Downloaded libxml v0.3.3
12392026-08-11T16:35:50.843Z Downloaded hyper-util v0.1.20
12402026-08-11T16:35:50.846Z Downloaded ed25519-dalek v3.0.0
12412026-08-11T16:35:50.849Z Downloaded reqwest v0.12.28
12422026-08-11T16:35:50.852Z Downloaded unicode-normalization v0.1.25
12432026-08-11T16:35:50.855Z Downloaded itertools v0.13.0
12442026-08-11T16:35:50.858Z Downloaded crossterm v0.29.0
12452026-08-11T16:35:50.861Z Downloaded regex-syntax v0.6.29
12462026-08-11T16:35:50.865Z Downloaded time v0.3.47
12472026-08-11T16:35:50.872Z Downloaded radix_trie v0.2.1
12482026-08-11T16:35:50.875Z Downloaded zerocopy v0.8.40
12492026-08-11T16:35:50.880Z Downloaded itertools v0.14.0
12502026-08-11T16:35:50.884Z Downloaded sha3 v0.12.0
12512026-08-11T16:35:50.887Z Downloaded bstr v1.12.1
12522026-08-11T16:35:50.909Z Downloaded polar-core v0.27.3
12532026-08-11T16:35:50.912Z Downloaded winnow v1.0.3
12542026-08-11T16:35:50.918Z Downloaded hickory-proto v0.24.4
12552026-08-11T16:35:50.926Z Downloaded serde_with v3.21.0
12562026-08-11T16:35:50.934Z Downloaded object v0.37.3
12572026-08-11T16:35:50.940Z Downloaded curve25519-dalek v4.1.3
12582026-08-11T16:35:50.948Z Downloaded openapiv3 v2.2.0
12592026-08-11T16:35:50.952Z Downloaded moka v0.12.13
12602026-08-11T16:35:50.957Z Downloaded quinn-proto v0.11.16
12612026-08-11T16:35:50.961Z Downloaded petname v2.0.2
12622026-08-11T16:35:50.968Z Downloaded crypto-bigint v0.7.5
12632026-08-11T16:35:50.975Z Downloaded nix v0.31.2
12642026-08-11T16:35:50.979Z Downloaded openssl v0.10.80
12652026-08-11T16:35:50.984Z Downloaded nix v0.28.0
12662026-08-11T16:35:50.990Z Downloaded regress v0.10.5
12672026-08-11T16:35:50.995Z Downloaded object v0.30.4
12682026-08-11T16:35:51.002Z Downloaded smoltcp v0.11.0
12692026-08-11T16:35:51.010Z Downloaded regress v0.11.1
12702026-08-11T16:35:51.015Z Downloaded nix v0.27.1
12712026-08-11T16:35:51.022Z Downloaded rustix v0.38.44
12722026-08-11T16:35:51.036Z Downloaded lalrpop v0.19.12
12732026-08-11T16:35:51.043Z Downloaded regex-syntax v0.8.10
12742026-08-11T16:35:51.048Z Downloaded hickory-proto v0.25.2
12752026-08-11T16:35:51.059Z Downloaded rustls v0.23.41
12762026-08-11T16:35:51.066Z Downloaded smoltcp v0.9.1
12772026-08-11T16:35:51.072Z Downloaded sqlparser v0.61.0
12782026-08-11T16:35:51.079Z Downloaded zerocopy-derive v0.6.6
12792026-08-11T16:35:51.090Z Downloaded bzip2-sys v0.1.13+1.0.8
12802026-08-11T16:35:51.118Z Downloaded diesel v2.3.7
12812026-08-11T16:35:51.126Z Downloaded curve25519-dalek v5.0.0
12822026-08-11T16:35:51.137Z Downloaded chrono-tz v0.10.4
12832026-08-11T16:35:51.151Z Downloaded dropshot v0.17.1
12842026-08-11T16:35:51.164Z Downloaded ratatui v0.29.0
12852026-08-11T16:35:51.176Z Downloaded petgraph v0.8.3
12862026-08-11T16:35:51.191Z Downloaded tracing v0.1.44
12872026-08-11T16:35:51.204Z Downloaded sha3 v0.11.0
12882026-08-11T16:35:51.208Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12892026-08-11T16:35:51.218Z Downloaded tokio v1.52.1
12902026-08-11T16:35:51.243Z Downloaded typify-impl v0.6.2
12912026-08-11T16:35:51.253Z Downloaded sled v0.34.7
12922026-08-11T16:35:51.258Z Downloaded csv v1.4.0
12932026-08-11T16:35:51.273Z Downloaded regex-automata v0.4.14
12942026-08-11T16:35:51.281Z Downloaded petgraph v0.6.5
12952026-08-11T16:35:51.293Z Downloaded jiff v0.2.34
12962026-08-11T16:35:51.305Z Downloaded sha3 v0.10.8
12972026-08-11T16:35:51.321Z Downloaded libz-sys v1.1.24
12982026-08-11T16:35:51.344Z Downloaded encoding_rs v0.8.35
12992026-08-11T16:35:51.411Z Downloaded ring v0.17.14
13002026-08-11T16:35:51.437Z Downloaded libgit2-sys v0.18.3+1.9.2
13012026-08-11T16:35:51.778Z Downloaded aws-lc-sys v0.40.0
13022026-08-11T16:35:52.084Z Compiling libc v0.2.185
13032026-08-11T16:35:52.148Z Compiling serde_core v1.0.228
13042026-08-11T16:35:52.149Z Compiling serde v1.0.228
13052026-08-11T16:35:52.149Z Compiling log v0.4.29
13062026-08-11T16:35:52.149Z Compiling smallvec v1.15.1
13072026-08-11T16:35:52.149Z Compiling find-msvc-tools v0.1.9
13082026-08-11T16:35:52.149Z Compiling shlex v1.3.0
13092026-08-11T16:35:52.149Z Compiling subtle v2.6.1
13102026-08-11T16:35:52.259Z Compiling scopeguard v1.2.0
13112026-08-11T16:35:52.295Z Compiling typenum v1.20.1
13122026-08-11T16:35:52.295Z Compiling stable_deref_trait v1.2.1
13132026-08-11T16:35:52.295Z Compiling zerocopy v0.8.40
13142026-08-11T16:35:52.295Z Compiling portable-atomic v1.13.1
13152026-08-11T16:35:52.348Z Compiling serde_json v1.0.151
13162026-08-11T16:35:52.348Z Compiling syn v2.0.117
13172026-08-11T16:35:52.348Z Compiling critical-section v1.2.0
13182026-08-11T16:35:52.438Z Compiling libm v0.2.16
13192026-08-11T16:35:52.462Z Compiling lock_api v0.4.14
13202026-08-11T16:35:52.509Z Compiling num-traits v0.2.19
13212026-08-11T16:35:52.509Z Compiling pkg-config v0.3.32
13222026-08-11T16:35:52.538Z Compiling generic-array v0.14.7
13232026-08-11T16:35:52.538Z Compiling const-oid v0.9.6
13242026-08-11T16:35:52.558Z Compiling parking_lot_core v0.9.12
13252026-08-11T16:35:52.558Z Compiling pin-project-lite v0.2.17
13262026-08-11T16:35:52.647Z Compiling getrandom v0.4.1
13272026-08-11T16:35:52.667Z Compiling rand_core v0.10.0
13282026-08-11T16:35:52.694Z Compiling percent-encoding v2.3.2
13292026-08-11T16:35:52.718Z Compiling futures-core v0.3.32
13302026-08-11T16:35:52.794Z Compiling writeable v0.6.2
13312026-08-11T16:35:52.834Z Compiling litemap v0.8.1
13322026-08-11T16:35:52.852Z Compiling icu_properties_data v2.1.2
13332026-08-11T16:35:52.880Z Compiling icu_normalizer_data v2.1.1
13342026-08-11T16:35:52.892Z Compiling getrandom v0.3.4
13352026-08-11T16:35:52.905Z Compiling futures-sink v0.3.32
13362026-08-11T16:35:52.923Z Compiling rustix v1.1.3
13372026-08-11T16:35:53.023Z Compiling futures-channel v0.3.32
13382026-08-11T16:35:53.038Z Compiling futures-io v0.3.32
13392026-08-11T16:35:53.049Z Compiling slab v0.4.12
13402026-08-11T16:35:53.082Z Compiling utf8_iter v1.0.4
13412026-08-11T16:35:53.109Z Compiling futures-task v0.3.32
13422026-08-11T16:35:53.162Z Compiling jobserver v0.1.34
13432026-08-11T16:35:53.186Z Compiling errno v0.3.14
13442026-08-11T16:35:53.230Z Compiling getrandom v0.2.17
13452026-08-11T16:35:53.271Z Compiling mio v1.2.0
13462026-08-11T16:35:53.317Z Compiling signal-hook-registry v1.4.8
13472026-08-11T16:35:53.366Z Compiling socket2 v0.6.3
13482026-08-11T16:35:53.366Z Compiling form_urlencoded v1.2.2
13492026-08-11T16:35:53.452Z Compiling rand_core v0.6.4
13502026-08-11T16:35:53.452Z Compiling once_cell v1.21.3
13512026-08-11T16:35:53.473Z Compiling cc v1.2.56
13522026-08-11T16:35:53.503Z Compiling parking_lot v0.12.5
13532026-08-11T16:35:53.566Z Compiling rustversion v1.0.22
13542026-08-11T16:35:53.669Z Compiling base64ct v1.8.3
13552026-08-11T16:35:53.669Z Compiling iana-time-zone v0.1.65
13562026-08-11T16:35:53.669Z Compiling regex-syntax v0.8.10
13572026-08-11T16:35:53.710Z Compiling ident_case v1.0.1
13582026-08-11T16:35:53.710Z Compiling fs_extra v1.3.0
13592026-08-11T16:35:53.711Z Compiling flagset v0.4.7
13602026-08-11T16:35:53.764Z Compiling dunce v1.0.5
13612026-08-11T16:35:53.787Z Compiling base64 v0.22.1
13622026-08-11T16:35:53.792Z Compiling pem-rfc7468 v0.7.0
13632026-08-11T16:35:53.792Z Compiling vcpkg v0.2.15
13642026-08-11T16:35:53.839Z Compiling rand_core v0.9.5
13652026-08-11T16:35:53.859Z Compiling syn v1.0.109
13662026-08-11T16:35:53.886Z Compiling tracing-core v0.1.36
13672026-08-11T16:35:53.901Z Compiling dyn-clone v1.0.20
13682026-08-11T16:35:53.941Z Compiling schemars v0.8.22
13692026-08-11T16:35:54.001Z Compiling aws-lc-rs v1.16.3
13702026-08-11T16:35:54.001Z Compiling cpufeatures v0.2.17
13712026-08-11T16:35:54.078Z Compiling spin v0.9.8
13722026-08-11T16:35:54.155Z Compiling tinyvec_macros v0.1.1
13732026-08-11T16:35:54.213Z Compiling crc32fast v1.5.0
13742026-08-11T16:35:54.213Z Compiling httparse v1.10.1
13752026-08-11T16:35:54.213Z Compiling openssl-probe v0.2.1
13762026-08-11T16:35:54.213Z Compiling cmov v0.5.4
13772026-08-11T16:35:54.234Z Compiling cmake v0.1.57
13782026-08-11T16:35:54.255Z Compiling tinyvec v1.10.0
13792026-08-11T16:35:54.304Z Compiling aho-corasick v1.1.4
13802026-08-11T16:35:54.312Z Compiling try-lock v0.2.5
13812026-08-11T16:35:54.374Z Compiling tower-layer v0.3.3
13822026-08-11T16:35:54.427Z Compiling bitflags v2.11.0
13832026-08-11T16:35:54.470Z Compiling semver v1.0.28
13842026-08-11T16:35:54.489Z Compiling indexmap v2.14.0
13852026-08-11T16:35:54.567Z Compiling uuid v1.23.4
13862026-08-11T16:35:54.647Z Compiling ctutils v0.4.2
13872026-08-11T16:35:54.663Z Compiling radium v0.7.0
13882026-08-11T16:35:54.676Z Compiling untrusted v0.7.1
13892026-08-11T16:35:54.676Z Compiling atomic-waker v1.1.2
13902026-08-11T16:35:54.682Z Compiling tower-service v0.3.3
13912026-08-11T16:35:54.724Z Compiling rustc_version v0.4.1
13922026-08-11T16:35:54.841Z Compiling want v0.3.1
13932026-08-11T16:35:54.845Z Compiling foreign-types-shared v0.1.1
13942026-08-11T16:35:54.916Z Compiling openssl v0.10.80
13952026-08-11T16:35:54.962Z Compiling untrusted v0.9.0
13962026-08-11T16:35:54.970Z Compiling simd-adler32 v0.3.8
13972026-08-11T16:35:55.049Z Compiling httpdate v1.0.3
13982026-08-11T16:35:55.062Z Compiling maybe-uninit v2.0.0
13992026-08-11T16:35:55.070Z Compiling tap v1.0.1
14002026-08-11T16:35:55.100Z Compiling rustls v0.23.41
14012026-08-11T16:35:55.122Z Compiling aws-lc-sys v0.40.0
14022026-08-11T16:35:55.136Z Compiling openssl-sys v0.9.117
14032026-08-11T16:35:55.165Z Compiling regex-automata v0.4.14
14042026-08-11T16:35:55.195Z Compiling wyz v0.5.1
14052026-08-11T16:35:55.221Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14062026-08-11T16:35:55.243Z Compiling synstructure v0.13.2
14072026-08-11T16:35:55.301Z Compiling serde_derive_internals v0.29.1
14082026-08-11T16:35:55.314Z Compiling pest_generator v2.8.6
14092026-08-11T16:35:55.320Z Compiling darling_core v0.20.11
14102026-08-11T16:35:55.386Z Compiling bzip2-sys v0.1.13+1.0.8
14112026-08-11T16:35:55.620Z Compiling tempfile v3.25.0
14122026-08-11T16:35:55.637Z Compiling terminal_size v0.4.3
14132026-08-11T16:35:55.656Z Compiling foreign-types v0.3.2
14142026-08-11T16:35:55.709Z Compiling unicode-normalization v0.1.25
14152026-08-11T16:35:55.756Z Compiling num-integer v0.1.46
14162026-08-11T16:35:55.807Z Compiling wait-timeout v0.2.1
14172026-08-11T16:35:55.837Z Compiling ahash v0.8.12
14182026-08-11T16:35:55.867Z Compiling packed_struct v0.10.1
14192026-08-11T16:35:56.035Z Compiling time-core v0.1.8
14202026-08-11T16:35:56.041Z Compiling bit-vec v0.8.0
14212026-08-11T16:35:56.063Z Compiling quick-error v1.2.3
14222026-08-11T16:35:56.094Z Compiling powerfmt v0.2.0
14232026-08-11T16:35:56.094Z Compiling native-tls v0.2.18
14242026-08-11T16:35:56.127Z Compiling num-conv v0.2.0
14252026-08-11T16:35:56.127Z Compiling num-bigint-dig v0.8.6
14262026-08-11T16:35:56.150Z Compiling funty v2.0.0
14272026-08-11T16:35:56.193Z Compiling adler2 v2.0.1
14282026-08-11T16:35:56.212Z Compiling rusty-fork v0.3.1
14292026-08-11T16:35:56.247Z Compiling deranged v0.5.8
14302026-08-11T16:35:56.257Z Compiling bit-set v0.8.0
14312026-08-11T16:35:56.257Z Compiling time-macros v0.2.27
14322026-08-11T16:35:56.302Z Compiling miniz_oxide v0.8.9
14332026-08-11T16:35:56.347Z Compiling clap_builder v4.6.0
14342026-08-11T16:35:56.378Z Compiling num-iter v0.1.45
14352026-08-11T16:35:56.442Z Compiling lazy_static v1.5.0
14362026-08-11T16:35:56.509Z Compiling bitvec v1.0.1
14372026-08-11T16:35:56.532Z Compiling rand_xorshift v0.4.0
14382026-08-11T16:35:56.540Z Compiling anstyle-parse v0.2.7
14392026-08-11T16:35:56.555Z Compiling sync_wrapper v1.0.2
14402026-08-11T16:35:56.678Z Compiling indexmap v1.9.3
14412026-08-11T16:35:56.702Z Compiling unarray v0.1.4
14422026-08-11T16:35:56.738Z Compiling paste v1.0.15
14432026-08-11T16:35:56.754Z Compiling siphasher v1.0.2
14442026-08-11T16:35:56.825Z Compiling nodrop v0.1.14
14452026-08-11T16:35:56.889Z Compiling usdt-impl v0.6.0
14462026-08-11T16:35:56.930Z Compiling num_threads v0.1.7
14472026-08-11T16:35:56.934Z Compiling crc-catalog v2.4.0
14482026-08-11T16:35:56.962Z Compiling crossbeam-utils v0.8.21
14492026-08-11T16:35:56.993Z Compiling serde_derive v1.0.228
14502026-08-11T16:35:57.053Z Compiling zeroize_derive v1.5.0
14512026-08-11T16:35:57.074Z Compiling zerocopy-derive v0.8.40
14522026-08-11T16:35:57.093Z Compiling zerofrom-derive v0.1.6
14532026-08-11T16:35:57.165Z Compiling yoke-derive v0.8.1
14542026-08-11T16:35:57.287Z Compiling zerovec-derive v0.11.2
14552026-08-11T16:35:57.318Z Compiling displaydoc v0.2.5
14562026-08-11T16:35:57.358Z Compiling tokio-macros v2.7.0
14572026-08-11T16:35:57.410Z Compiling futures-macro v0.3.32
14582026-08-11T16:35:57.723Z Compiling der_derive v0.7.3
14592026-08-11T16:35:57.736Z Compiling zeroize v1.9.0
14602026-08-11T16:35:58.063Z Compiling thiserror-impl v2.0.18
14612026-08-11T16:35:58.115Z Compiling tracing-attributes v0.1.31
14622026-08-11T16:35:58.132Z Compiling rustls-pki-types v1.14.0
14632026-08-11T16:35:58.290Z Compiling futures-util v0.3.32
14642026-08-11T16:35:58.342Z Compiling schemars_derive v0.8.22
14652026-08-11T16:35:58.404Z Compiling hybrid-array v0.4.13
14662026-08-11T16:35:58.481Z Compiling pest_derive v2.8.6
14672026-08-11T16:35:58.548Z Compiling zerofrom v0.1.6
14682026-08-11T16:35:58.563Z Compiling crypto-common v0.1.7
14692026-08-11T16:35:58.614Z Compiling block-buffer v0.10.4
14702026-08-11T16:35:58.688Z Compiling yoke v0.8.1
14712026-08-11T16:35:58.737Z Compiling scroll_derive v0.13.1
14722026-08-11T16:35:58.750Z Compiling der v0.7.10
14732026-08-11T16:35:58.808Z Compiling digest v0.10.7
14742026-08-11T16:35:58.896Z Compiling zerovec v0.11.5
14752026-08-11T16:35:58.972Z Compiling zerotrie v0.2.3
14762026-08-11T16:35:59.077Z Compiling sha2 v0.10.9
14772026-08-11T16:35:59.221Z Compiling signature v2.2.0
14782026-08-11T16:35:59.305Z Compiling darling_macro v0.20.11
14792026-08-11T16:35:59.450Z Compiling tinystr v0.8.2
14802026-08-11T16:35:59.468Z Compiling potential_utf v0.1.4
14812026-08-11T16:35:59.485Z Compiling openssl-macros v0.1.1
14822026-08-11T16:35:59.503Z Compiling thiserror v2.0.18
14832026-08-11T16:35:59.518Z Compiling tracing v0.1.44
14842026-08-11T16:35:59.534Z Compiling thiserror-impl v1.0.69
14852026-08-11T16:35:59.613Z Compiling icu_collections v2.1.1
14862026-08-11T16:35:59.632Z Compiling icu_locale_core v2.1.1
14872026-08-11T16:35:59.683Z Compiling spki v0.7.3
14882026-08-11T16:35:59.700Z Compiling scroll v0.13.0
14892026-08-11T16:35:59.706Z Compiling hmac v0.12.1
14902026-08-11T16:35:59.811Z Compiling packed_struct_codegen v0.10.1
14912026-08-11T16:35:59.853Z Compiling pkcs8 v0.10.2
14922026-08-11T16:35:59.875Z Compiling darling v0.20.11
14932026-08-11T16:35:59.895Z Compiling bitfield-macros v0.19.4
14942026-08-11T16:35:59.976Z Compiling goblin v0.10.5
14952026-08-11T16:35:59.986Z Compiling zerocopy-derive v0.6.6
14962026-08-11T16:36:00.008Z Compiling clap_derive v4.6.1
14972026-08-11T16:36:00.117Z Compiling zlib-rs v0.6.2
14982026-08-11T16:36:00.134Z Compiling pkcs1 v0.7.5
14992026-08-11T16:36:00.432Z Compiling icu_provider v2.1.1
15002026-08-11T16:36:00.535Z Compiling bytes v1.11.1
15012026-08-11T16:36:00.550Z Compiling chrono v0.4.45
15022026-08-11T16:36:00.588Z Compiling ipnet v2.11.0
15032026-08-11T16:36:00.651Z Compiling hex v0.4.3
15042026-08-11T16:36:00.670Z Compiling icu_properties v2.1.2
15052026-08-11T16:36:00.755Z Compiling icu_normalizer v2.1.1
15062026-08-11T16:36:00.843Z Compiling thiserror v1.0.69
15072026-08-11T16:36:00.858Z Compiling toml_datetime v0.6.11
15082026-08-11T16:36:00.924Z Compiling serde_spanned v0.6.9
15092026-08-11T16:36:00.974Z Compiling zerocopy v0.6.6
15102026-08-11T16:36:01.046Z Compiling tokio v1.52.1
15112026-08-11T16:36:01.113Z Compiling http v1.4.2
15122026-08-11T16:36:01.128Z Compiling bitfield v0.19.4
15132026-08-11T16:36:01.166Z Compiling derive_builder_core v0.20.2
15142026-08-11T16:36:01.307Z Compiling dtrace-parser v0.3.0
15152026-08-11T16:36:01.323Z Compiling time v0.3.47
15162026-08-11T16:36:01.557Z Compiling idna_adapter v1.2.1
15172026-08-11T16:36:01.695Z Compiling ppv-lite86 v0.2.21
15182026-08-11T16:36:01.710Z Compiling idna v1.1.0
15192026-08-11T16:36:01.805Z Compiling http-body v1.0.1
15202026-08-11T16:36:01.826Z Compiling clap v4.6.1
15212026-08-11T16:36:01.931Z Compiling http-body-util v0.1.3
15222026-08-11T16:36:02.024Z Compiling rand_chacha v0.9.0
15232026-08-11T16:36:02.076Z Compiling rand_chacha v0.3.1
15242026-08-11T16:36:02.079Z Compiling url v2.5.8
15252026-08-11T16:36:02.141Z Compiling crc v3.4.0
15262026-08-11T16:36:02.182Z Compiling scroll_derive v0.12.1
15272026-08-11T16:36:02.222Z Compiling structmeta-derive v0.3.0
15282026-08-11T16:36:02.285Z Compiling rand v0.9.2
15292026-08-11T16:36:02.350Z Compiling rand v0.8.6
15302026-08-11T16:36:02.451Z Compiling array-init v0.0.4
15312026-08-11T16:36:02.571Z Compiling anstream v0.6.21
15322026-08-11T16:36:02.824Z Compiling dof v0.4.0
15332026-08-11T16:36:02.906Z Compiling proptest v1.11.0
15342026-08-11T16:36:02.961Z Compiling smallvec v0.6.14
15352026-08-11T16:36:02.961Z Compiling darling_core v0.23.0
15362026-08-11T16:36:02.983Z Compiling heapless v0.7.17
15372026-08-11T16:36:02.999Z Compiling slog v2.8.2
15382026-08-11T16:36:03.094Z Compiling flate2 v1.1.9
15392026-08-11T16:36:03.127Z Compiling thread-id v5.1.0
15402026-08-11T16:36:03.191Z Compiling env_filter v1.0.0
15412026-08-11T16:36:03.206Z Compiling cookie v0.18.1
15422026-08-11T16:36:03.221Z Compiling anyhow v1.0.102
15432026-08-11T16:36:03.236Z Compiling iri-string v0.7.10
15442026-08-11T16:36:03.338Z Compiling unicode-properties v0.1.4
15452026-08-11T16:36:03.413Z Compiling allocator-api2 v0.2.21
15462026-08-11T16:36:03.432Z Compiling signal-hook v0.3.18
15472026-08-11T16:36:03.504Z Compiling winnow v0.5.40
15482026-08-11T16:36:03.521Z Compiling ryu v1.0.23
15492026-08-11T16:36:03.567Z Compiling base64 v0.21.7
15502026-08-11T16:36:03.588Z Compiling zstd-safe v7.2.4
15512026-08-11T16:36:03.627Z Compiling ipnetwork v0.21.1
15522026-08-11T16:36:03.655Z Compiling unicode-bidi v0.3.18
15532026-08-11T16:36:03.725Z Compiling hashbrown v0.12.3
15542026-08-11T16:36:03.815Z Compiling ron v0.8.1
15552026-08-11T16:36:03.893Z Compiling oxnet v0.1.6
15562026-08-11T16:36:03.906Z Compiling serde_urlencoded v0.7.1
15572026-08-11T16:36:04.033Z Compiling rsa v0.9.10
15582026-08-11T16:36:04.048Z Compiling stringprep v0.1.5
15592026-08-11T16:36:04.255Z Compiling env_logger v0.11.9
15602026-08-11T16:36:04.281Z Compiling structmeta v0.3.0
15612026-08-11T16:36:04.401Z Compiling serde-hex v0.1.0
15622026-08-11T16:36:04.426Z Compiling scroll v0.12.0
15632026-08-11T16:36:04.526Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15642026-08-11T16:36:04.550Z Compiling hashbrown v0.13.2
15652026-08-11T16:36:04.631Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15662026-08-11T16:36:04.737Z Compiling derive_builder_macro v0.20.2
15672026-08-11T16:36:04.776Z Compiling bzip2 v0.4.4
15682026-08-11T16:36:04.796Z Compiling erased-serde v0.3.31
15692026-08-11T16:36:04.808Z Compiling toml_edit v0.19.15
15702026-08-11T16:36:04.979Z Compiling tokio-util v0.7.18
15712026-08-11T16:36:05.012Z Compiling tower v0.5.3
15722026-08-11T16:36:05.071Z Compiling tokio-native-tls v0.3.1
15732026-08-11T16:36:05.097Z Compiling serde_tokenstream v0.2.3
15742026-08-11T16:36:05.260Z Compiling camino v1.2.2
15752026-08-11T16:36:05.305Z Compiling x509-cert v0.2.5
15762026-08-11T16:36:05.305Z Compiling block-buffer v0.12.1
15772026-08-11T16:36:05.335Z Compiling newtype-uuid v1.3.2
15782026-08-11T16:36:05.449Z Compiling tower-http v0.6.8
15792026-08-11T16:36:05.549Z Compiling block-padding v0.4.2
15802026-08-11T16:36:05.549Z Compiling darling_macro v0.23.0
15812026-08-11T16:36:05.576Z Compiling crypto-common v0.2.2
15822026-08-11T16:36:05.650Z Compiling md-5 v0.10.6
15832026-08-11T16:36:05.677Z Compiling rustls-native-certs v0.8.3
15842026-08-11T16:36:05.722Z Compiling h2 v0.4.15
15852026-08-11T16:36:05.853Z Compiling bstr v1.12.1
15862026-08-11T16:36:05.884Z Compiling zerocopy-derive v0.7.35
15872026-08-11T16:36:05.995Z Compiling pin-project-internal v1.1.11
15882026-08-11T16:36:06.031Z Compiling daft-derive v0.1.7
15892026-08-11T16:36:06.048Z Compiling async-trait v0.1.89
15902026-08-11T16:36:06.178Z Compiling curve25519-dalek v4.1.3
15912026-08-11T16:36:06.536Z Compiling vergen-lib v9.1.0
15922026-08-11T16:36:06.599Z Compiling hash32 v0.2.1
15932026-08-11T16:36:06.726Z Compiling encoding_rs v0.8.35
15942026-08-11T16:36:06.751Z Compiling memoffset v0.9.1
15952026-08-11T16:36:06.755Z Compiling smoltcp v0.9.1
15962026-08-11T16:36:06.820Z Compiling rustix v0.38.44
15972026-08-11T16:36:06.922Z Compiling mime v0.3.17
15982026-08-11T16:36:06.943Z Compiling psl-types v2.0.11
15992026-08-11T16:36:06.973Z Compiling cfg_aliases v0.2.1
16002026-08-11T16:36:07.096Z Compiling fallible-iterator v0.2.0
16012026-08-11T16:36:07.096Z Compiling ref-cast v1.0.25
16022026-08-11T16:36:07.125Z Compiling litrs v1.0.0
16032026-08-11T16:36:07.166Z Compiling crc-any v2.5.0
16042026-08-11T16:36:07.200Z Compiling pin-project v1.1.11
16052026-08-11T16:36:07.204Z Compiling nix v0.31.2
16062026-08-11T16:36:07.251Z Compiling publicsuffix v2.3.0
16072026-08-11T16:36:07.335Z Compiling daft v0.1.7
16082026-08-11T16:36:07.362Z Compiling zerocopy v0.7.35
16092026-08-11T16:36:07.416Z Compiling postgres-protocol v0.6.10
16102026-08-11T16:36:07.493Z Compiling toml v0.7.8
16112026-08-11T16:36:07.497Z Compiling darling v0.23.0
16122026-08-11T16:36:07.537Z Compiling inout v0.2.2
16132026-08-11T16:36:07.576Z Compiling derive_builder v0.20.2
16142026-08-11T16:36:07.627Z Compiling object v0.30.4
16152026-08-11T16:36:07.657Z Compiling zip v0.6.6
16162026-08-11T16:36:07.673Z Compiling document-features v0.2.12
16172026-08-11T16:36:07.721Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16182026-08-11T16:36:07.735Z Compiling goblin v0.8.2
16192026-08-11T16:36:07.958Z Compiling derive-ex v0.1.8
16202026-08-11T16:36:07.974Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16212026-08-11T16:36:08.284Z Compiling futures-executor v0.3.32
16222026-08-11T16:36:08.299Z Compiling hubpack_derive v0.1.1
16232026-08-11T16:36:08.357Z Compiling regex v1.12.3
16242026-08-11T16:36:08.373Z Compiling snafu-derive v0.8.9
16252026-08-11T16:36:08.392Z Compiling curve25519-dalek-derive v0.1.1
16262026-08-11T16:36:08.396Z Compiling ref-cast-impl v1.0.25
16272026-08-11T16:36:08.580Z Compiling strum_macros v0.27.2
16282026-08-11T16:36:08.596Z Compiling phf_shared v0.13.1
16292026-08-11T16:36:08.636Z Compiling vergen v9.1.0
16302026-08-11T16:36:08.797Z Compiling cargo-platform v0.3.2
16312026-08-11T16:36:08.817Z Compiling ff v0.13.1
16322026-08-11T16:36:08.856Z Compiling fs-err v3.3.0
16332026-08-11T16:36:08.867Z Compiling libbz2-rs-sys v0.2.2
16342026-08-11T16:36:08.993Z Compiling bitflags v1.3.2
16352026-08-11T16:36:09.006Z Compiling hyper v1.10.1
16362026-08-11T16:36:09.068Z Compiling same-file v1.0.6
16372026-08-11T16:36:09.085Z Compiling managed v0.8.0
16382026-08-11T16:36:09.086Z Compiling foldhash v0.2.0
16392026-08-11T16:36:09.123Z Compiling unicode-segmentation v1.12.0
16402026-08-11T16:36:09.263Z Compiling path-slash v0.1.5
16412026-08-11T16:36:09.414Z Compiling foldhash v0.1.5
16422026-08-11T16:36:09.508Z Compiling object v0.37.3
16432026-08-11T16:36:09.508Z Compiling bumpalo v3.20.2
16442026-08-11T16:36:09.508Z Compiling jiff-core v0.1.0
16452026-08-11T16:36:09.569Z Compiling either v1.15.0
16462026-08-11T16:36:09.569Z Compiling base16ct v0.2.0
16472026-08-11T16:36:09.685Z Compiling hashbrown v0.15.5
16482026-08-11T16:36:09.766Z Compiling test-strategy v0.4.5
16492026-08-11T16:36:09.766Z Compiling sec1 v0.7.3
16502026-08-11T16:36:09.766Z Compiling zopfli v0.8.3
16512026-08-11T16:36:09.840Z Compiling bzip2 v0.6.1
16522026-08-11T16:36:10.044Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16532026-08-11T16:36:10.129Z Compiling hashbrown v0.16.1
16542026-08-11T16:36:10.129Z Compiling dof v0.3.0
16552026-08-11T16:36:10.291Z Compiling hyper-util v0.1.20
16562026-08-11T16:36:10.394Z Compiling snafu v0.8.9
16572026-08-11T16:36:10.445Z Compiling jiff v0.2.34
16582026-08-11T16:36:10.610Z Compiling walkdir v2.5.0
16592026-08-11T16:36:10.670Z Compiling strum v0.27.2
16602026-08-11T16:36:10.696Z Compiling cargo_metadata v0.23.1
16612026-08-11T16:36:10.696Z Compiling group v0.13.0
16622026-08-11T16:36:10.799Z Compiling hubpack v0.1.2
16632026-08-11T16:36:10.910Z Compiling phf v0.13.1
16642026-08-11T16:36:10.910Z Compiling futures v0.3.32
16652026-08-11T16:36:10.911Z Compiling cookie_store v0.22.1
16662026-08-11T16:36:10.978Z Compiling zstd v0.13.3
16672026-08-11T16:36:10.978Z Compiling signal-hook-mio v0.2.5
16682026-08-11T16:36:11.036Z Compiling postgres-types v0.2.12
16692026-08-11T16:36:11.036Z Compiling cipher v0.5.2
16702026-08-11T16:36:11.101Z Compiling serde_with_macros v3.21.0
16712026-08-11T16:36:11.320Z Compiling globset v0.4.18
16722026-08-11T16:36:11.387Z Compiling usdt-macro v0.6.0
16732026-08-11T16:36:11.387Z Compiling usdt-attr-macro v0.6.0
16742026-08-11T16:36:11.387Z Compiling byte-wrapper v0.1.0
16752026-08-11T16:36:11.472Z Compiling dtrace-parser v0.2.0
16762026-08-11T16:36:11.516Z Compiling serde-big-array v0.5.1
16772026-08-11T16:36:11.588Z Compiling olpc-cjson v0.1.4
16782026-08-11T16:36:11.668Z Compiling hyper-tls v0.6.0
16792026-08-11T16:36:11.700Z Compiling serde_plain v1.0.2
16802026-08-11T16:36:11.719Z Compiling ed25519 v2.2.3
16812026-08-11T16:36:11.924Z Compiling reqwest v0.12.28
16822026-08-11T16:36:11.957Z Compiling hkdf v0.12.4
16832026-08-11T16:36:11.957Z Compiling crypto-bigint v0.5.5
16842026-08-11T16:36:12.032Z Compiling async-recursion v1.1.1
16852026-08-11T16:36:12.064Z Compiling enum-as-inner v0.6.1
16862026-08-11T16:36:12.128Z Compiling serde_repr v0.1.20
16872026-08-11T16:36:12.194Z Compiling strum_macros v0.26.4
16882026-08-11T16:36:12.210Z Compiling phf_shared v0.11.3
16892026-08-11T16:36:12.278Z Compiling float-cmp v0.10.0
16902026-08-11T16:36:12.318Z Compiling pem v3.0.6
16912026-08-11T16:36:12.408Z Compiling thread-id v4.2.2
16922026-08-11T16:36:12.445Z Compiling memmap2 v0.9.10
16932026-08-11T16:36:12.483Z Compiling keccak v0.1.6
16942026-08-11T16:36:12.490Z Compiling difflib v0.4.0
16952026-08-11T16:36:12.639Z Compiling typed-path v0.9.3
16962026-08-11T16:36:12.667Z Compiling fixedbitset v0.5.7
16972026-08-11T16:36:12.667Z Compiling predicates-core v1.0.10
16982026-08-11T16:36:12.707Z Compiling const-oid v0.10.2
16992026-08-11T16:36:12.725Z Compiling precomputed-hash v0.1.1
17002026-08-11T16:36:12.741Z Compiling whoami v2.1.0
17012026-08-11T16:36:12.848Z Compiling normalize-line-endings v0.3.0
17022026-08-11T16:36:12.879Z Compiling data-encoding v2.10.0
17032026-08-11T16:36:12.957Z Compiling static_assertions v1.1.0
17042026-08-11T16:36:12.973Z Compiling cpufeatures v0.3.0
17052026-08-11T16:36:13.013Z Compiling winnow v1.0.3
17062026-08-11T16:36:13.067Z Compiling new_debug_unreachable v1.0.6
17072026-08-11T16:36:13.067Z Compiling fixedbitset v0.4.2
17082026-08-11T16:36:13.080Z Compiling chacha20 v0.10.0
17092026-08-11T16:36:13.112Z Compiling string_cache v0.8.9
17102026-08-11T16:36:13.144Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17112026-08-11T16:36:13.253Z Compiling petgraph v0.6.5
17122026-08-11T16:36:13.293Z Compiling hickory-proto v0.25.2
17132026-08-11T16:36:13.382Z Compiling toml_parser v1.1.2+spec-1.1.0
17142026-08-11T16:36:13.425Z Compiling elliptic-curve v0.13.8
17152026-08-11T16:36:13.488Z Compiling tokio-postgres v0.7.16
17162026-08-11T16:36:13.592Z Compiling toml_edit v0.22.27
17172026-08-11T16:36:13.619Z Compiling predicates v3.1.4
17182026-08-11T16:36:13.841Z Compiling petgraph v0.8.3
17192026-08-11T16:36:13.916Z Compiling digest v0.11.3
17202026-08-11T16:36:14.048Z Compiling strum v0.26.3
17212026-08-11T16:36:14.085Z Compiling zip v4.6.1
17222026-08-11T16:36:14.098Z Compiling sha3 v0.10.8
17232026-08-11T16:36:14.098Z Compiling usdt v0.6.0
17242026-08-11T16:36:14.177Z Compiling usdt-impl v0.5.0
17252026-08-11T16:36:14.193Z Compiling serde_with v3.21.0
17262026-08-11T16:36:14.193Z Compiling crossterm v0.28.1
17272026-08-11T16:36:14.279Z Compiling ed25519-dalek v2.2.0
17282026-08-11T16:36:14.402Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17292026-08-11T16:36:14.792Z Compiling iddqd v0.4.2
17302026-08-11T16:36:14.965Z Compiling itertools v0.15.0
17312026-08-11T16:36:15.027Z Compiling itertools v0.13.0
17322026-08-11T16:36:15.479Z Compiling similar v2.7.0
17332026-08-11T16:36:15.766Z Compiling heck v0.4.1
17342026-08-11T16:36:15.783Z Compiling tokio-stream v0.1.18
17352026-08-11T16:36:15.847Z Compiling crossbeam-epoch v0.9.18
17362026-08-11T16:36:15.897Z Compiling buf-list v1.1.2
17372026-08-11T16:36:15.974Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17382026-08-11T16:36:16.012Z Compiling openapiv3 v2.2.0
17392026-08-11T16:36:16.026Z Compiling lalrpop-util v0.19.12
17402026-08-11T16:36:16.072Z Compiling peg-runtime v0.8.5
17412026-08-11T16:36:16.189Z Compiling thread_local v1.1.9
17422026-08-11T16:36:16.205Z Compiling slog-async v2.8.0
17432026-08-11T16:36:16.231Z Compiling crossbeam-channel v0.5.15
17442026-08-11T16:36:16.265Z Compiling filetime v0.2.27
17452026-08-11T16:36:16.296Z Compiling is-terminal v0.4.17
17462026-08-11T16:36:16.299Z Compiling take_mut v0.2.2
17472026-08-11T16:36:16.325Z Compiling term v1.2.1
17482026-08-11T16:36:16.359Z Compiling xattr v1.6.1
17492026-08-11T16:36:16.375Z Compiling camino-tempfile v1.4.1
17502026-08-11T16:36:16.524Z Compiling tar v0.4.46
17512026-08-11T16:36:16.599Z Compiling slog-term v2.9.2
17522026-08-11T16:36:34.091Z Compiling rustls-webpki v0.103.13
17532026-08-11T16:36:36.765Z Compiling tokio-rustls v0.26.4
17542026-08-11T16:36:36.765Z Compiling rustls-platform-verifier v0.6.2
17552026-08-11T16:36:36.765Z Compiling tough v0.22.0
17562026-08-11T16:36:36.973Z Compiling hyper-rustls v0.27.7
17572026-08-11T16:36:37.152Z Compiling reqwest v0.13.2
17582026-08-11T16:36:39.318Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17592026-08-11T16:36:39.555Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17602026-08-11T16:36:42.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.62s
17612026-08-11T16:36:42.624Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17622026-08-11T16:36:42.681ZAug 11 16:36:42.092 INFO Starting download, target: Console
17632026-08-11T16:36:42.681ZAug 11 16:36:42.093 INFO Starting download, target: DendriteStub
17642026-08-11T16:36:42.681ZAug 11 16:36:42.093 INFO Starting download, target: Cockroach
17652026-08-11T16:36:42.681ZAug 11 16:36:42.093 INFO Starting download, target: Clickhouse
17662026-08-11T16:36:42.681ZAug 11 16:36:42.093 INFO Starting download, target: MaghemiteMgd
17672026-08-11T16:36:42.681ZAug 11 16:36:42.093 INFO Starting download, target: MaghemiteDdmd
17682026-08-11T16:36:42.681ZAug 11 16:36:42.093 INFO Starting download, target: TransceiverControl
17692026-08-11T16:36:42.684ZAug 11 16:36:42.094 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17702026-08-11T16:36:42.684ZAug 11 16:36:42.094 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17712026-08-11T16:36:42.684ZAug 11 16:36:42.094 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17722026-08-11T16:36:42.684ZAug 11 16:36:42.094 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17732026-08-11T16:36:42.684ZAug 11 16:36:42.094 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17742026-08-11T16:36:42.684ZAug 11 16:36:42.094 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17752026-08-11T16:36:42.684ZAug 11 16:36:42.094 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17762026-08-11T16:36:43.307ZAug 11 16:36:42.711 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17772026-08-11T16:36:43.541ZAug 11 16:36:42.948 INFO Download complete, target: TransceiverControl
17782026-08-11T16:36:44.563ZAug 11 16:36:43.959 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17792026-08-11T16:36:44.837ZAug 11 16:36:44.248 INFO Download complete, target: Console
17802026-08-11T16:36:44.911ZAug 11 16:36:44.320 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17812026-08-11T16:36:45.285ZAug 11 16:36:44.697 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17822026-08-11T16:36:46.697ZAug 11 16:36:46.102 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17832026-08-11T16:36:46.823ZAug 11 16:36:46.229 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17842026-08-11T16:36:47.276ZAug 11 16:36:46.681 INFO Download complete, target: DendriteStub
17852026-08-11T16:36:48.195ZAug 11 16:36:47.604 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17862026-08-11T16:36:48.195ZAug 11 16:36:47.604 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17872026-08-11T16:36:48.804ZAug 11 16:36:48.216 INFO Download complete, target: MaghemiteDdmd
17882026-08-11T16:36:49.455ZAug 11 16:36:48.867 INFO Download complete, target: MaghemiteMgd
17892026-08-11T16:36:52.189ZAug 11 16:36:51.601 INFO Checking that binary works, target: Clickhouse
17902026-08-11T16:36:52.284ZAug 11 16:36:51.693 INFO Download complete, target: Clickhouse
17912026-08-11T16:36:52.917ZAug 11 16:36:52.320 INFO Checking that binary works, target: Cockroach
17922026-08-11T16:36:53.050ZAug 11 16:36:52.452 INFO Download complete, target: Cockroach
17932026-08-11T16:36:53.066ZAll prerequisites installed successfully
17942026-08-11T16:36:53.066Z
17952026-08-11T16:36:53.066Zreal 1:54.908919941
17962026-08-11T16:36:53.066Zuser 7:13.018155570
17972026-08-11T16:36:53.066Zsys 1:44.508734634
17982026-08-11T16:36:53.066Ztrap 0.286227599
17992026-08-11T16:36:53.066Ztflt 0.903285632
18002026-08-11T16:36:53.067Zdflt 1.731967196
18012026-08-11T16:36:53.067Zkflt 0.028413838
18022026-08-11T16:36:53.067Zlock 28:33.120215666
18032026-08-11T16:36:53.067Zslp 19:47.716014503
18042026-08-11T16:36:53.067Zlat 27.805143586
18052026-08-11T16:36:53.067Zstop 3:30.407098245
18062026-08-11T16:36:53.067Z+ ptime -m cargo xtask download softnpu
18072026-08-11T16:36:53.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18082026-08-11T16:36:53.627Z Running `target/debug/xtask download softnpu`
18092026-08-11T16:36:54.361Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
18102026-08-11T16:36:54.402Z Running `target/debug/xtask-downloader softnpu`
18112026-08-11T16:36:54.454ZAug 11 16:36:53.835 INFO Starting download, target: Softnpu
18122026-08-11T16:36:54.465ZAug 11 16:36:53.836 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
18132026-08-11T16:36:55.458ZAug 11 16:36:54.858 INFO Download complete, target: Softnpu
18142026-08-11T16:36:55.458Z
18152026-08-11T16:36:55.458Zreal 2.397875754
18162026-08-11T16:36:55.459Zuser 1.335492593
18172026-08-11T16:36:55.459Zsys 0.629745086
18182026-08-11T16:36:55.459Ztrap 0.000750180
18192026-08-11T16:36:55.459Ztflt 0.000134420
18202026-08-11T16:36:55.459Zdflt 0.000646780
18212026-08-11T16:36:55.459Zkflt 0.000006330
18222026-08-11T16:36:55.459Zlock 19.070846912
18232026-08-11T16:36:55.459Zslp 0.867252420
18242026-08-11T16:36:55.459Zlat 0.086476357
18252026-08-11T16:36:55.459Zstop 0.000255830
18262026-08-11T16:36:55.459Z+ export CARGO_INCREMENTAL=0
18272026-08-11T16:36:55.459Z+ CARGO_INCREMENTAL=0
18282026-08-11T16:36:55.459Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18292026-08-11T16:36:56.369Z Compiling proc-macro2 v1.0.106
18302026-08-11T16:36:56.370Z Compiling quote v1.0.45
18312026-08-11T16:36:56.370Z Compiling unicode-ident v1.0.24
18322026-08-11T16:36:56.370Z Compiling libc v0.2.185
18332026-08-11T16:36:56.374Z Compiling serde_core v1.0.228
18342026-08-11T16:36:56.374Z Compiling serde v1.0.228
18352026-08-11T16:36:56.374Z Compiling cfg-if v1.0.4
18362026-08-11T16:36:56.374Z Compiling version_check v0.9.5
18372026-08-11T16:36:56.374Z Compiling autocfg v1.5.0
18382026-08-11T16:36:56.375Z Compiling find-msvc-tools v0.1.9
18392026-08-11T16:36:56.375Z Compiling shlex v1.3.0
18402026-08-11T16:36:56.375Z Compiling memchr v2.8.0
18412026-08-11T16:36:56.531Z Compiling zmij v1.0.21
18422026-08-11T16:36:56.543Z Compiling serde_json v1.0.151
18432026-08-11T16:36:56.664Z Compiling portable-atomic v1.13.1
18442026-08-11T16:36:56.667Z Compiling zerocopy v0.8.40
18452026-08-11T16:36:56.753Z Compiling libm v0.2.16
18462026-08-11T16:36:56.824Z Compiling getrandom v0.4.1
18472026-08-11T16:36:56.839Z Compiling parking_lot_core v0.9.12
18482026-08-11T16:36:56.913Z Compiling num-traits v0.2.19
18492026-08-11T16:36:56.917Z Compiling icu_properties_data v2.1.2
18502026-08-11T16:36:56.930Z Compiling smallvec v1.15.1
18512026-08-11T16:36:56.934Z Compiling icu_normalizer_data v2.1.1
18522026-08-11T16:36:56.991Z Compiling generic-array v0.14.7
18532026-08-11T16:36:57.079Z Compiling itoa v1.0.17
18542026-08-11T16:36:57.094Z Compiling log v0.4.29
18552026-08-11T16:36:57.157Z Compiling pkg-config v0.3.32
18562026-08-11T16:36:57.173Z Compiling subtle v2.6.1
18572026-08-11T16:36:57.219Z Compiling stable_deref_trait v1.2.1
18582026-08-11T16:36:57.235Z Compiling typenum v1.20.1
18592026-08-11T16:36:57.312Z Compiling getrandom v0.3.4
18602026-08-11T16:36:57.375Z Compiling scopeguard v1.2.0
18612026-08-11T16:36:57.378Z Compiling thiserror v2.0.18
18622026-08-11T16:36:57.407Z Compiling rustix v1.1.3
18632026-08-11T16:36:57.436Z Compiling jobserver v0.1.34
18642026-08-11T16:36:57.450Z Compiling errno v0.3.14
18652026-08-11T16:36:57.501Z Compiling lock_api v0.4.14
18662026-08-11T16:36:57.659Z Compiling rand_core v0.10.0
18672026-08-11T16:36:57.687Z Compiling cc v1.2.56
18682026-08-11T16:36:57.690Z Compiling getrandom v0.2.17
18692026-08-11T16:36:57.765Z Compiling equivalent v1.0.2
18702026-08-11T16:36:57.808Z Compiling heck v0.5.0
18712026-08-11T16:36:57.963Z Compiling syn v2.0.117
18722026-08-11T16:36:57.966Z Compiling rand_core v0.6.4
18732026-08-11T16:36:57.966Z Compiling syn v1.0.109
18742026-08-11T16:36:58.014Z Compiling pin-project-lite v0.2.17
18752026-08-11T16:36:58.031Z Compiling critical-section v1.2.0
18762026-08-11T16:36:58.111Z Compiling schemars v0.8.22
18772026-08-11T16:36:58.128Z Compiling litemap v0.8.1
18782026-08-11T16:36:58.143Z Compiling percent-encoding v2.3.2
18792026-08-11T16:36:58.197Z Compiling writeable v0.6.2
18802026-08-11T16:36:58.251Z Compiling hashbrown v0.17.0
18812026-08-11T16:36:58.354Z Compiling fs_extra v1.3.0
18822026-08-11T16:36:58.367Z Compiling rustversion v1.0.22
18832026-08-11T16:36:58.369Z Compiling dunce v1.0.5
18842026-08-11T16:36:58.402Z Compiling once_cell v1.21.3
18852026-08-11T16:36:58.467Z Compiling cmake v0.1.57
18862026-08-11T16:36:58.584Z Compiling byteorder v1.5.0
18872026-08-11T16:36:58.669Z Compiling strsim v0.11.1
18882026-08-11T16:36:58.710Z Compiling signal-hook-registry v1.4.8
18892026-08-11T16:36:58.826Z Compiling utf8_iter v1.0.4
18902026-08-11T16:36:58.842Z Compiling thiserror v1.0.69
18912026-08-11T16:36:58.939Z Compiling semver v1.0.28
18922026-08-11T16:36:58.959Z Compiling indexmap v2.14.0
18932026-08-11T16:36:58.998Z Compiling bitflags v2.11.0
18942026-08-11T16:36:59.013Z Compiling aws-lc-sys v0.40.0
18952026-08-11T16:36:59.016Z Compiling parking_lot v0.12.5
18962026-08-11T16:36:59.179Z Compiling form_urlencoded v1.2.2
18972026-08-11T16:36:59.240Z Compiling mio v1.2.0
18982026-08-11T16:36:59.264Z Compiling socket2 v0.6.3
18992026-08-11T16:36:59.332Z Compiling aws-lc-rs v1.16.3
19002026-08-11T16:36:59.402Z Compiling futures-core v0.3.32
19012026-08-11T16:36:59.455Z Compiling const-oid v0.9.6
19022026-08-11T16:36:59.590Z Compiling httparse v1.10.1
19032026-08-11T16:36:59.791Z Compiling regex-syntax v0.8.10
19042026-08-11T16:36:59.872Z Compiling crc32fast v1.5.0
19052026-08-11T16:36:59.917Z Compiling ucd-trie v0.1.7
19062026-08-11T16:36:59.933Z Compiling fnv v1.0.7
19072026-08-11T16:37:00.102Z Compiling pest v2.8.6
19082026-08-11T16:37:00.135Z Compiling vcpkg v0.2.15
19092026-08-11T16:37:00.138Z Compiling ident_case v1.0.1
19102026-08-11T16:37:00.165Z Compiling iana-time-zone v0.1.65
19112026-08-11T16:37:00.197Z Compiling uuid v1.23.4
19122026-08-11T16:37:00.319Z Compiling rustc_version v0.4.1
19132026-08-11T16:37:00.390Z Compiling futures-sink v0.3.32
19142026-08-11T16:37:00.520Z Compiling rustls v0.23.41
19152026-08-11T16:37:00.525Z Compiling futures-channel v0.3.32
19162026-08-11T16:37:00.648Z Compiling aho-corasick v1.1.4
19172026-08-11T16:37:00.711Z Compiling openssl-sys v0.9.117
19182026-08-11T16:37:00.749Z Compiling futures-task v0.3.32
19192026-08-11T16:37:00.781Z Compiling synstructure v0.13.2
19202026-08-11T16:37:00.852Z Compiling serde_derive_internals v0.29.1
19212026-08-11T16:37:00.867Z Compiling slab v0.4.12
19222026-08-11T16:37:00.898Z Compiling futures-io v0.3.32
19232026-08-11T16:37:01.113Z Compiling num-conv v0.2.0
19242026-08-11T16:37:01.153Z Compiling radium v0.7.0
19252026-08-11T16:37:01.169Z Compiling time-core v0.1.8
19262026-08-11T16:37:01.172Z Compiling dyn-clone v1.0.20
19272026-08-11T16:37:01.250Z Compiling pest_meta v2.8.6
19282026-08-11T16:37:01.266Z Compiling plain v0.2.3
19292026-08-11T16:37:01.340Z Compiling crossbeam-utils v0.8.21
19302026-08-11T16:37:01.371Z Compiling time-macros v0.2.27
19312026-08-11T16:37:01.405Z Compiling base64ct v1.8.3
19322026-08-11T16:37:01.426Z Compiling pretty-hex v0.4.1
19332026-08-11T16:37:01.441Z Compiling base64 v0.22.1
19342026-08-11T16:37:01.553Z Compiling regex-automata v0.4.14
19352026-08-11T16:37:01.604Z Compiling maybe-uninit v2.0.0
19362026-08-11T16:37:01.634Z Compiling openssl v0.10.80
19372026-08-11T16:37:01.650Z Compiling pem-rfc7468 v0.7.0
19382026-08-11T16:37:01.741Z Compiling flagset v0.4.7
19392026-08-11T16:37:01.898Z Compiling pest_generator v2.8.6
19402026-08-11T16:37:01.915Z Compiling darling_core v0.23.0
19412026-08-11T16:37:01.949Z Compiling rand_core v0.9.5
19422026-08-11T16:37:01.980Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19432026-08-11T16:37:01.984Z Compiling bzip2-sys v0.1.13+1.0.8
19442026-08-11T16:37:01.984Z Compiling ahash v0.8.12
19452026-08-11T16:37:02.029Z Compiling packed_struct v0.10.1
19462026-08-11T16:37:02.053Z Compiling serde_derive v1.0.228
19472026-08-11T16:37:02.101Z Compiling zeroize_derive v1.5.0
19482026-08-11T16:37:02.116Z Compiling zerofrom-derive v0.1.6
19492026-08-11T16:37:02.184Z Compiling yoke-derive v0.8.1
19502026-08-11T16:37:02.255Z Compiling zerocopy-derive v0.8.40
19512026-08-11T16:37:02.298Z Compiling zerovec-derive v0.11.2
19522026-08-11T16:37:02.319Z Compiling displaydoc v0.2.5
19532026-08-11T16:37:02.378Z Compiling tokio-macros v2.7.0
19542026-08-11T16:37:02.393Z Compiling futures-macro v0.3.32
19552026-08-11T16:37:02.409Z Compiling thiserror-impl v2.0.18
19562026-08-11T16:37:02.536Z Compiling schemars_derive v0.8.22
19572026-08-11T16:37:02.551Z Compiling der_derive v0.7.3
19582026-08-11T16:37:02.717Z Compiling tracing-attributes v0.1.31
19592026-08-11T16:37:02.733Z Compiling zeroize v1.9.0
19602026-08-11T16:37:03.090Z Compiling thiserror-impl v1.0.69
19612026-08-11T16:37:03.199Z Compiling pest_derive v2.8.6
19622026-08-11T16:37:03.230Z Compiling futures-util v0.3.32
19632026-08-11T16:37:03.260Z Compiling zerofrom v0.1.6
19642026-08-11T16:37:03.417Z Compiling yoke v0.8.1
19652026-08-11T16:37:03.603Z Compiling zerovec v0.11.5
19662026-08-11T16:37:03.622Z Compiling zerotrie v0.2.3
19672026-08-11T16:37:03.691Z Compiling crypto-common v0.1.7
19682026-08-11T16:37:03.738Z Compiling block-buffer v0.10.4
19692026-08-11T16:37:03.895Z Compiling digest v0.10.7
19702026-08-11T16:37:04.032Z Compiling scroll_derive v0.12.1
19712026-08-11T16:37:04.050Z Compiling scroll_derive v0.13.1
19722026-08-11T16:37:04.068Z Compiling der v0.7.10
19732026-08-11T16:37:04.087Z Compiling openssl-macros v0.1.1
19742026-08-11T16:37:04.128Z Compiling tinystr v0.8.2
19752026-08-11T16:37:04.214Z Compiling potential_utf v0.1.4
19762026-08-11T16:37:04.287Z Compiling anyhow v1.0.102
19772026-08-11T16:37:04.351Z Compiling icu_collections v2.1.1
19782026-08-11T16:37:04.408Z Compiling icu_locale_core v2.1.1
19792026-08-11T16:37:04.517Z Compiling native-tls v0.2.18
19802026-08-11T16:37:04.610Z Compiling num-bigint-dig v0.8.6
19812026-08-11T16:37:04.709Z Compiling darling_macro v0.23.0
19822026-08-11T16:37:04.828Z Compiling regex v1.12.3
19832026-08-11T16:37:04.842Z Compiling zerocopy-derive v0.7.35
19842026-08-11T16:37:05.077Z Compiling icu_provider v2.1.1
19852026-08-11T16:37:05.111Z Compiling spki v0.7.3
19862026-08-11T16:37:05.213Z Compiling bytes v1.11.1
19872026-08-11T16:37:05.273Z Compiling chrono v0.4.45
19882026-08-11T16:37:05.286Z Compiling serde_tokenstream v0.2.3
19892026-08-11T16:37:05.325Z Compiling icu_properties v2.1.2
19902026-08-11T16:37:05.364Z Compiling icu_normalizer v2.1.1
19912026-08-11T16:37:05.669Z Compiling slog v2.8.2
19922026-08-11T16:37:05.802Z Compiling tokio v1.52.1
19932026-08-11T16:37:05.838Z Compiling http v1.4.2
19942026-08-11T16:37:06.168Z Compiling tracing-core v0.1.36
19952026-08-11T16:37:06.338Z Compiling idna_adapter v1.2.1
19962026-08-11T16:37:06.397Z Compiling cookie v0.18.1
19972026-08-11T16:37:06.499Z Compiling ppv-lite86 v0.2.21
19982026-08-11T16:37:06.665Z Compiling idna v1.1.0
19992026-08-11T16:37:06.694Z Compiling utf8parse v0.2.2
20002026-08-11T16:37:06.823Z Compiling cpufeatures v0.2.17
20012026-08-11T16:37:06.826Z Compiling camino v1.2.2
20022026-08-11T16:37:06.840Z Compiling rand_chacha v0.9.0
20032026-08-11T16:37:06.872Z Compiling tracing v0.1.44
20042026-08-11T16:37:07.045Z Compiling url v2.5.8
20052026-08-11T16:37:07.068Z Compiling darling v0.23.0
20062026-08-11T16:37:07.176Z Compiling serde_spanned v0.6.9
20072026-08-11T16:37:07.180Z Compiling toml_datetime v0.6.11
20082026-08-11T16:37:07.207Z Compiling bitfield-macros v0.19.4
20092026-08-11T16:37:07.229Z Compiling zerocopy-derive v0.6.6
20102026-08-11T16:37:07.233Z Compiling clap_derive v4.6.1
20112026-08-11T16:37:07.257Z Compiling packed_struct_codegen v0.10.1
20122026-08-11T16:37:07.334Z Compiling indexmap v1.9.3
20132026-08-11T16:37:07.455Z Compiling anstyle v1.0.14
20142026-08-11T16:37:07.556Z Compiling paste v1.0.15
20152026-08-11T16:37:07.809Z Compiling rand v0.9.2
20162026-08-11T16:37:07.884Z Compiling http-body v1.0.1
20172026-08-11T16:37:07.888Z Compiling pkcs8 v0.10.2
20182026-08-11T16:37:07.993Z Compiling rustls-pki-types v1.14.0
20192026-08-11T16:37:08.166Z Compiling spin v0.9.8
20202026-08-11T16:37:08.181Z Compiling usdt-impl v0.5.0
20212026-08-11T16:37:08.269Z Compiling cmov v0.5.4
20222026-08-11T16:37:08.394Z Compiling winnow v0.5.40
20232026-08-11T16:37:08.412Z Compiling is_terminal_polyfill v1.70.2
20242026-08-11T16:37:08.427Z Compiling ref-cast v1.0.25
20252026-08-11T16:37:08.520Z Compiling tinyvec_macros v0.1.1
20262026-08-11T16:37:08.523Z Compiling fastrand v2.3.0
20272026-08-11T16:37:08.604Z Compiling either v1.15.0
20282026-08-11T16:37:08.748Z Compiling anstyle-query v1.1.5
20292026-08-11T16:37:08.763Z Compiling colorchoice v1.0.4
20302026-08-11T16:37:08.834Z Compiling usdt-impl v0.6.0
20312026-08-11T16:37:08.860Z Compiling openssl-probe v0.2.1
20322026-08-11T16:37:08.876Z Compiling ctutils v0.4.2
20332026-08-11T16:37:08.879Z Compiling tinyvec v1.10.0
20342026-08-11T16:37:09.038Z Compiling sha2 v0.10.9
20352026-08-11T16:37:09.140Z Compiling scroll v0.13.0
20362026-08-11T16:37:09.199Z Compiling scroll v0.12.0
20372026-08-11T16:37:09.242Z Compiling async-trait v0.1.89
20382026-08-11T16:37:09.399Z Compiling heapless v0.7.17
20392026-08-11T16:37:09.497Z Compiling untrusted v0.7.1
20402026-08-11T16:37:09.500Z Compiling signal-hook v0.3.18
20412026-08-11T16:37:09.542Z Compiling winnow v1.0.3
20422026-08-11T16:37:09.542Z Compiling winnow v0.7.14
20432026-08-11T16:37:09.609Z Compiling tokio-util v0.7.18
20442026-08-11T16:37:09.642Z Compiling litrs v1.0.0
20452026-08-11T16:37:09.660Z Compiling atomic-waker v1.1.2
20462026-08-11T16:37:09.712Z Compiling toml_edit v0.19.15
20472026-08-11T16:37:09.803Z Compiling try-lock v0.2.5
20482026-08-11T16:37:09.934Z Compiling tower-layer v0.3.3
20492026-08-11T16:37:10.048Z Compiling tower-service v0.3.3
20502026-08-11T16:37:10.079Z Compiling zstd-safe v7.2.4
20512026-08-11T16:37:10.095Z Compiling rustix v0.38.44
20522026-08-11T16:37:10.133Z Compiling document-features v0.2.12
20532026-08-11T16:37:10.147Z Compiling tempfile v3.25.0
20542026-08-11T16:37:10.161Z Compiling want v0.3.1
20552026-08-11T16:37:10.302Z Compiling h2 v0.4.15
20562026-08-11T16:37:10.428Z Compiling toml_parser v1.1.2+spec-1.1.0
20572026-08-11T16:37:10.676Z Compiling goblin v0.8.2
20582026-08-11T16:37:10.768Z Compiling goblin v0.10.5
20592026-08-11T16:37:10.784Z Compiling hybrid-array v0.4.13
20602026-08-11T16:37:10.987Z Compiling itertools v0.15.0
20612026-08-11T16:37:11.040Z Compiling anstyle-parse v1.0.0
20622026-08-11T16:37:11.191Z Compiling zerocopy v0.7.35
20632026-08-11T16:37:11.258Z Compiling ipnet v2.11.0
20642026-08-11T16:37:11.622Z Compiling ref-cast-impl v1.0.25
20652026-08-11T16:37:11.725Z Compiling daft-derive v0.1.7
20662026-08-11T16:37:11.748Z Compiling structmeta-derive v0.3.0
20672026-08-11T16:37:11.765Z Compiling darling_core v0.20.11
20682026-08-11T16:37:11.801Z Compiling curve25519-dalek v4.1.3
20692026-08-11T16:37:11.992Z Compiling memoffset v0.9.1
20702026-08-11T16:37:12.072Z Compiling httpdate v1.0.3
20712026-08-11T16:37:12.196Z Compiling untrusted v0.9.0
20722026-08-11T16:37:12.210Z Compiling powerfmt v0.2.0
20732026-08-11T16:37:12.224Z Compiling foreign-types-shared v0.1.1
20742026-08-11T16:37:12.306Z Compiling simd-adler32 v0.3.8
20752026-08-11T16:37:12.454Z Compiling tap v1.0.1
20762026-08-11T16:37:12.495Z Compiling deranged v0.5.8
20772026-08-11T16:37:12.553Z Compiling wyz v0.5.1
20782026-08-11T16:37:12.570Z Compiling foreign-types v0.3.2
20792026-08-11T16:37:12.601Z Compiling anstream v1.0.0
20802026-08-11T16:37:12.767Z Compiling structmeta v0.3.0
20812026-08-11T16:37:12.780Z Compiling unicode-normalization v0.1.25
20822026-08-11T16:37:12.930Z Compiling dof v0.3.0
20832026-08-11T16:37:13.025Z Compiling dtrace-parser v0.2.0
20842026-08-11T16:37:13.259Z Compiling rand_chacha v0.3.1
20852026-08-11T16:37:13.436Z Compiling hex v0.4.3
20862026-08-11T16:37:13.523Z Compiling hyper v1.10.1
20872026-08-11T16:37:13.616Z Compiling dof v0.4.0
20882026-08-11T16:37:13.631Z Compiling signature v2.2.0
20892026-08-11T16:37:13.645Z Compiling dtrace-parser v0.3.0
20902026-08-11T16:37:13.645Z Compiling terminal_size v0.4.3
20912026-08-11T16:37:13.736Z Compiling pin-project-internal v1.1.11
20922026-08-11T16:37:13.757Z Compiling darling_macro v0.20.11
20932026-08-11T16:37:13.816Z Compiling num-integer v0.1.46
20942026-08-11T16:37:13.845Z Compiling thread-id v5.1.0
20952026-08-11T16:37:13.948Z Compiling wait-timeout v0.2.1
20962026-08-11T16:37:14.079Z Compiling thread-id v4.2.2
20972026-08-11T16:37:14.184Z Compiling clap_lex v1.0.0
20982026-08-11T16:37:14.200Z Compiling bit-vec v0.8.0
20992026-08-11T16:37:14.203Z Compiling adler2 v2.0.1
21002026-08-11T16:37:14.406Z Compiling funty v2.0.0
21012026-08-11T16:37:14.437Z Compiling quick-error v1.2.3
21022026-08-11T16:37:14.454Z Compiling num_threads v0.1.7
21032026-08-11T16:37:14.510Z Compiling smoltcp v0.9.1
21042026-08-11T16:37:14.565Z Compiling cfg_aliases v0.2.1
21052026-08-11T16:37:14.595Z Compiling time v0.3.47
21062026-08-11T16:37:14.598Z Compiling rusty-fork v0.3.1
21072026-08-11T16:37:14.632Z Compiling hyper-util v0.1.20
21082026-08-11T16:37:14.656Z Compiling bit-set v0.8.0
21092026-08-11T16:37:14.659Z Compiling nix v0.31.2
21102026-08-11T16:37:14.729Z Compiling clap_builder v4.6.0
21112026-08-11T16:37:14.779Z Compiling bitvec v1.0.1
21122026-08-11T16:37:14.844Z Compiling miniz_oxide v0.8.9
21132026-08-11T16:37:14.911Z Compiling darling v0.20.11
21142026-08-11T16:37:14.980Z Compiling num-iter v0.1.45
21152026-08-11T16:37:15.044Z Compiling rand v0.8.6
21162026-08-11T16:37:15.369Z Compiling ipnetwork v0.21.1
21172026-08-11T16:37:15.385Z Compiling lazy_static v1.5.0
21182026-08-11T16:37:15.498Z Compiling anstyle-parse v0.2.7
21192026-08-11T16:37:15.538Z Compiling hmac v0.12.1
21202026-08-11T16:37:15.749Z Compiling rand_xorshift v0.4.0
21212026-08-11T16:37:15.786Z Compiling curve25519-dalek-derive v0.1.1
21222026-08-11T16:37:15.852Z Compiling sync_wrapper v1.0.2
21232026-08-11T16:37:15.976Z Compiling unarray v0.1.4
21242026-08-11T16:37:16.140Z Compiling zlib-rs v0.6.2
21252026-08-11T16:37:16.318Z Compiling nodrop v0.1.14
21262026-08-11T16:37:16.322Z Compiling crc-catalog v2.4.0
21272026-08-11T16:37:16.429Z Compiling siphasher v1.0.2
21282026-08-11T16:37:16.495Z Compiling crc v3.4.0
21292026-08-11T16:37:16.596Z Compiling array-init v0.0.4
21302026-08-11T16:37:16.971Z Compiling clap v4.6.1
21312026-08-11T16:37:17.071Z Compiling proptest v1.11.0
21322026-08-11T16:37:17.130Z Compiling tower v0.5.3
21332026-08-11T16:37:17.809Z Compiling anstream v0.6.21
21342026-08-11T16:37:17.943Z Compiling smallvec v0.6.14
21352026-08-11T16:37:18.128Z Compiling derive_builder_core v0.20.2
21362026-08-11T16:37:18.177Z Compiling flate2 v1.1.9
21372026-08-11T16:37:18.330Z Compiling pkcs1 v0.7.5
21382026-08-11T16:37:18.334Z Compiling http-body-util v0.1.3
21392026-08-11T16:37:18.399Z Compiling zerocopy v0.6.6
21402026-08-11T16:37:18.436Z Compiling bitfield v0.19.4
21412026-08-11T16:37:18.580Z Compiling strum_macros v0.27.2
21422026-08-11T16:37:18.597Z Compiling strum_macros v0.26.4
21432026-08-11T16:37:18.700Z Compiling snafu-derive v0.8.9
21442026-08-11T16:37:18.721Z Compiling hubpack_derive v0.1.1
21452026-08-11T16:37:18.753Z Compiling env_filter v1.0.0
21462026-08-11T16:37:18.797Z Compiling fs-err v3.3.0
21472026-08-11T16:37:18.922Z Compiling ryu v1.0.23
21482026-08-11T16:37:18.958Z Compiling hashbrown v0.12.3
21492026-08-11T16:37:19.034Z Compiling unicode-properties v0.1.4
21502026-08-11T16:37:19.121Z Compiling unicode-bidi v0.3.18
21512026-08-11T16:37:19.182Z Compiling unicode-segmentation v1.12.0
21522026-08-11T16:37:19.455Z Compiling iri-string v0.7.10
21532026-08-11T16:37:19.616Z Compiling allocator-api2 v0.2.21
21542026-08-11T16:37:19.633Z Compiling object v0.37.3
21552026-08-11T16:37:19.643Z Compiling base64 v0.21.7
21562026-08-11T16:37:19.880Z Compiling ron v0.8.1
21572026-08-11T16:37:19.949Z Compiling stringprep v0.1.5
21582026-08-11T16:37:19.990Z Compiling newtype-uuid v1.3.2
21592026-08-11T16:37:20.323Z Compiling serde_urlencoded v0.7.1
21602026-08-11T16:37:20.341Z Compiling env_logger v0.11.9
21612026-08-11T16:37:20.373Z Compiling derive_builder_macro v0.20.2
21622026-08-11T16:37:20.379Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21632026-08-11T16:37:20.532Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21642026-08-11T16:37:20.572Z Compiling rsa v0.9.10
21652026-08-11T16:37:20.589Z Compiling tower-http v0.6.8
21662026-08-11T16:37:20.589Z Compiling oxnet v0.1.6
21672026-08-11T16:37:20.630Z Compiling serde-hex v0.1.0
21682026-08-11T16:37:20.677Z Compiling hashbrown v0.13.2
21692026-08-11T16:37:20.728Z Compiling tokio-native-tls v0.3.1
21702026-08-11T16:37:20.819Z Compiling bzip2 v0.4.4
21712026-08-11T16:37:20.866Z Compiling usdt-macro v0.6.0
21722026-08-11T16:37:20.889Z Compiling usdt-attr-macro v0.6.0
21732026-08-11T16:37:20.918Z Compiling derive-ex v0.1.8
21742026-08-11T16:37:21.011Z Compiling block-buffer v0.12.1
21752026-08-11T16:37:21.032Z Compiling crypto-common v0.2.2
21762026-08-11T16:37:21.046Z Compiling block-padding v0.4.2
21772026-08-11T16:37:21.335Z Compiling rustls-native-certs v0.8.3
21782026-08-11T16:37:21.619Z Compiling x509-cert v0.2.5
21792026-08-11T16:37:21.624Z Compiling erased-serde v0.3.31
21802026-08-11T16:37:21.709Z Compiling md-5 v0.10.6
21812026-08-11T16:37:21.821Z Compiling bstr v1.12.1
21822026-08-11T16:37:21.885Z Compiling vergen-lib v9.1.0
21832026-08-11T16:37:21.912Z Compiling hash32 v0.2.1
21842026-08-11T16:37:22.005Z Compiling encoding_rs v0.8.35
21852026-08-11T16:37:22.114Z Compiling fallible-iterator v0.2.0
21862026-08-11T16:37:22.265Z Compiling mime v0.3.17
21872026-08-11T16:37:22.332Z Compiling cpufeatures v0.3.0
21882026-08-11T16:37:22.404Z Compiling crc-any v2.5.0
21892026-08-11T16:37:22.427Z Compiling psl-types v2.0.11
21902026-08-11T16:37:22.446Z Compiling test-strategy v0.4.5
21912026-08-11T16:37:22.476Z Compiling postgres-protocol v0.6.10
21922026-08-11T16:37:22.566Z Compiling publicsuffix v2.3.0
21932026-08-11T16:37:23.144Z Compiling inout v0.2.2
21942026-08-11T16:37:23.272Z Compiling object v0.30.4
21952026-08-11T16:37:23.325Z Compiling zip v0.6.6
21962026-08-11T16:37:23.343Z Compiling derive_builder v0.20.2
21972026-08-11T16:37:23.346Z Compiling hyper-tls v0.6.0
21982026-08-11T16:37:23.391Z Compiling daft v0.1.7
21992026-08-11T16:37:23.434Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22002026-08-11T16:37:23.463Z Compiling heck v0.4.1
22012026-08-11T16:37:23.495Z Compiling phf_shared v0.13.1
22022026-08-11T16:37:23.619Z Compiling pin-project v1.1.11
22032026-08-11T16:37:23.717Z Compiling toml v0.7.8
22042026-08-11T16:37:23.765Z Compiling serde_with_macros v3.21.0
22052026-08-11T16:37:23.781Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22062026-08-11T16:37:23.796Z Compiling futures-executor v0.3.32
22072026-08-11T16:37:23.878Z Compiling serde_repr v0.1.20
22082026-08-11T16:37:24.011Z Compiling async-recursion v1.1.1
22092026-08-11T16:37:24.043Z Compiling enum-as-inner v0.6.1
22102026-08-11T16:37:24.161Z Compiling ff v0.13.1
22112026-08-11T16:37:24.213Z Compiling vergen v9.1.0
22122026-08-11T16:37:24.264Z Compiling cargo-platform v0.3.2
22132026-08-11T16:37:24.413Z Compiling foldhash v0.1.5
22142026-08-11T16:37:24.568Z Compiling same-file v1.0.6
22152026-08-11T16:37:24.601Z Compiling base16ct v0.2.0
22162026-08-11T16:37:24.665Z Compiling path-slash v0.1.5
22172026-08-11T16:37:24.740Z Compiling jiff-core v0.1.0
22182026-08-11T16:37:24.756Z Compiling managed v0.8.0
22192026-08-11T16:37:24.789Z Compiling foldhash v0.2.0
22202026-08-11T16:37:24.819Z Compiling bitflags v1.3.2
22212026-08-11T16:37:24.825Z Compiling libbz2-rs-sys v0.2.2
22222026-08-11T16:37:24.993Z Compiling bumpalo v3.20.2
22232026-08-11T16:37:25.030Z Compiling hashbrown v0.16.1
22242026-08-11T16:37:25.191Z Compiling sec1 v0.7.3
22252026-08-11T16:37:25.253Z Compiling bzip2 v0.6.1
22262026-08-11T16:37:25.300Z Compiling zopfli v0.8.3
22272026-08-11T16:37:25.428Z Compiling walkdir v2.5.0
22282026-08-11T16:37:25.472Z Compiling jiff v0.2.34
22292026-08-11T16:37:25.653Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22302026-08-11T16:37:25.697Z Compiling hashbrown v0.15.5
22312026-08-11T16:37:25.721Z Compiling cargo_metadata v0.23.1
22322026-08-11T16:37:25.754Z Compiling group v0.13.0
22332026-08-11T16:37:25.957Z Compiling futures v0.3.32
22342026-08-11T16:37:26.390Z Compiling snafu v0.8.9
22352026-08-11T16:37:26.404Z Compiling phf v0.13.1
22362026-08-11T16:37:26.538Z Compiling reqwest v0.12.28
22372026-08-11T16:37:26.635Z Compiling signal-hook-mio v0.2.5
22382026-08-11T16:37:26.793Z Compiling cipher v0.5.2
22392026-08-11T16:37:26.841Z Compiling cookie_store v0.22.1
22402026-08-11T16:37:26.857Z Compiling postgres-types v0.2.12
22412026-08-11T16:37:26.916Z Compiling zstd v0.13.3
22422026-08-11T16:37:26.973Z Compiling globset v0.4.18
22432026-08-11T16:37:27.123Z Compiling strum v0.27.2
22442026-08-11T16:37:27.221Z Compiling hubpack v0.1.2
22452026-08-11T16:37:27.304Z Compiling phf_shared v0.11.3
22462026-08-11T16:37:27.320Z Compiling hkdf v0.12.4
22472026-08-11T16:37:27.389Z Compiling crossbeam-epoch v0.9.18
22482026-08-11T16:37:27.427Z Compiling ed25519 v2.2.3
22492026-08-11T16:37:27.441Z Compiling byte-wrapper v0.1.0
22502026-08-11T16:37:27.456Z Compiling olpc-cjson v0.1.4
22512026-08-11T16:37:27.693Z Compiling serde_plain v1.0.2
22522026-08-11T16:37:27.726Z Compiling serde-big-array v0.5.1
22532026-08-11T16:37:27.759Z Compiling pem v3.0.6
22542026-08-11T16:37:27.853Z Compiling crypto-bigint v0.5.5
22552026-08-11T16:37:27.959Z Compiling float-cmp v0.10.0
22562026-08-11T16:37:27.978Z Compiling memmap2 v0.9.10
22572026-08-11T16:37:28.057Z Compiling new_debug_unreachable v1.0.6
22582026-08-11T16:37:28.073Z Compiling predicates-core v1.0.10
22592026-08-11T16:37:28.093Z Compiling normalize-line-endings v0.3.0
22602026-08-11T16:37:28.153Z Compiling precomputed-hash v0.1.1
22612026-08-11T16:37:28.261Z Compiling keccak v0.1.6
22622026-08-11T16:37:28.283Z Compiling toml_write v0.1.2
22632026-08-11T16:37:28.283Z Compiling whoami v2.1.0
22642026-08-11T16:37:28.283Z Compiling fixedbitset v0.5.7
22652026-08-11T16:37:28.381Z Compiling difflib v0.4.0
22662026-08-11T16:37:28.389Z Compiling fixedbitset v0.4.2
22672026-08-11T16:37:28.418Z Compiling static_assertions v1.1.0
22682026-08-11T16:37:28.521Z Compiling data-encoding v2.10.0
22692026-08-11T16:37:28.536Z Compiling typed-path v0.9.3
22702026-08-11T16:37:28.600Z Compiling const-oid v0.10.2
22712026-08-11T16:37:28.657Z Compiling predicates v3.1.4
22722026-08-11T16:37:28.811Z Compiling elliptic-curve v0.13.8
22732026-08-11T16:37:28.826Z Compiling digest v0.11.3
22742026-08-11T16:37:28.959Z Compiling hickory-proto v0.25.2
22752026-08-11T16:37:29.043Z Compiling petgraph v0.6.5
22762026-08-11T16:37:29.082Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22772026-08-11T16:37:29.171Z Compiling petgraph v0.8.3
22782026-08-11T16:37:29.233Z Compiling tokio-postgres v0.7.16
22792026-08-11T16:37:29.278Z Compiling toml_edit v0.22.27
22802026-08-11T16:37:29.502Z Compiling sha3 v0.10.8
22812026-08-11T16:37:29.566Z Compiling chacha20 v0.10.0
22822026-08-11T16:37:29.787Z Compiling string_cache v0.8.9
22832026-08-11T16:37:29.905Z Compiling usdt v0.6.0
22842026-08-11T16:37:30.560Z Compiling zip v4.6.1
22852026-08-11T16:37:30.763Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
22862026-08-11T16:37:31.090Z Compiling ed25519-dalek v2.2.0
22872026-08-11T16:37:31.639Z Compiling crossterm v0.28.1
22882026-08-11T16:37:31.896Z Compiling iddqd v0.4.2
22892026-08-11T16:37:32.077Z Compiling serde_with v3.21.0
22902026-08-11T16:37:32.189Z Compiling similar v2.7.0
22912026-08-11T16:37:32.205Z Compiling strum v0.26.3
22922026-08-11T16:37:32.739Z Compiling tokio-stream v0.1.18
22932026-08-11T16:37:32.809Z Compiling buf-list v1.1.2
22942026-08-11T16:37:32.902Z Compiling itertools v0.13.0
22952026-08-11T16:37:33.007Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22962026-08-11T16:37:33.122Z Compiling openapiv3 v2.2.0
22972026-08-11T16:37:33.812Z Compiling peg-runtime v0.8.5
22982026-08-11T16:37:33.880Z Compiling lalrpop-util v0.19.12
22992026-08-11T16:37:50.225Z Compiling rustls-webpki v0.103.13
23002026-08-11T16:37:53.924Z Compiling tokio-rustls v0.26.4
23012026-08-11T16:37:53.981Z Compiling rustls-platform-verifier v0.6.2
23022026-08-11T16:37:54.011Z Compiling tough v0.22.0
23032026-08-11T16:37:54.203Z Compiling hyper-rustls v0.27.7
23042026-08-11T16:37:54.521Z Compiling reqwest v0.13.2
23052026-08-11T16:37:54.680Z Compiling macaddr v1.0.1
23062026-08-11T16:37:54.700Z Compiling rayon-core v1.13.0
23072026-08-11T16:37:54.729Z Compiling crucible-workspace-hack v0.1.0
23082026-08-11T16:37:54.735Z Compiling secrecy v0.10.3
23092026-08-11T16:37:54.798Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23102026-08-11T16:37:54.858Z Compiling toml_datetime v0.7.5+spec-1.1.0
23112026-08-11T16:37:54.926Z Compiling heapless v0.8.0
23122026-08-11T16:37:54.970Z Compiling crossbeam-deque v0.8.6
23132026-08-11T16:37:54.988Z Compiling ingot-macros v0.2.0
23142026-08-11T16:37:55.094Z Compiling toml_edit v0.23.10+spec-1.0.0
23152026-08-11T16:37:55.098Z Compiling inout v0.1.4
23162026-08-11T16:37:55.180Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23172026-08-11T16:37:55.212Z Compiling hash32 v0.3.1
23182026-08-11T16:37:55.251Z Compiling multer v3.1.0
23192026-08-11T16:37:55.291Z Compiling thread_local v1.1.9
23202026-08-11T16:37:55.351Z Compiling unicode-width v0.2.0
23212026-08-11T16:37:55.397Z Compiling compression-core v0.4.31
23222026-08-11T16:37:55.411Z Compiling slog-async v2.8.0
23232026-08-11T16:37:55.436Z Compiling match_cfg v0.1.0
23242026-08-11T16:37:55.470Z Compiling smoltcp v0.11.0
23252026-08-11T16:37:55.526Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23262026-08-11T16:37:55.597Z Compiling compression-codecs v0.4.37
23272026-08-11T16:37:55.639Z Compiling hostname v0.3.1
23282026-08-11T16:37:55.685Z Compiling proc-macro-crate v3.4.0
23292026-08-11T16:37:55.773Z Compiling cipher v0.4.4
23302026-08-11T16:37:55.827Z Compiling atomicwrites v0.4.4
23312026-08-11T16:37:55.845Z Compiling slog-json v2.6.1
23322026-08-11T16:37:55.967Z Compiling crossbeam-channel v0.5.15
23332026-08-11T16:37:56.029Z Compiling half v2.7.1
23342026-08-11T16:37:56.045Z Compiling newtype-uuid-macros v0.1.0
23352026-08-11T16:37:56.158Z Compiling cobs v0.3.0
23362026-08-11T16:37:56.161Z Compiling universal-hash v0.5.1
23372026-08-11T16:37:56.230Z Compiling async-stream-impl v0.3.6
23382026-08-11T16:37:56.288Z Compiling thiserror-impl-no-std v2.0.2
23392026-08-11T16:37:56.356Z Compiling serde_spanned v1.1.1
23402026-08-11T16:37:56.421Z Compiling toml_datetime v1.1.1+spec-1.1.0
23412026-08-11T16:37:56.533Z Compiling is-terminal v0.4.17
23422026-08-11T16:37:56.551Z Compiling dropshot v0.17.1
23432026-08-11T16:37:56.661Z Compiling proc-macro-error-attr v1.0.4
23442026-08-11T16:37:56.686Z Compiling toml_writer v1.1.1+spec-1.1.0
23452026-08-11T16:37:56.811Z Compiling take_mut v0.2.2
23462026-08-11T16:37:56.821Z Compiling term v1.2.1
23472026-08-11T16:37:56.875Z Compiling ciborium-io v0.2.2
23482026-08-11T16:37:56.891Z Compiling opaque-debug v0.3.1
23492026-08-11T16:37:56.895Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23502026-08-11T16:37:56.906Z Compiling convert_case v0.4.0
23512026-08-11T16:37:56.982Z Compiling poly1305 v0.8.0
23522026-08-11T16:37:56.997Z Compiling ciborium-ll v0.2.2
23532026-08-11T16:37:57.001Z Compiling toml v1.1.2+spec-1.1.0
23542026-08-11T16:37:57.201Z Compiling slog-term v2.9.2
23552026-08-11T16:37:57.259Z Compiling derive_more v0.99.20
23562026-08-11T16:37:57.297Z Compiling async-stream v0.3.6
23572026-08-11T16:37:57.320Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23582026-08-11T16:37:57.339Z Compiling thiserror-no-std v2.0.2
23592026-08-11T16:37:57.521Z Compiling postcard v1.1.3
23602026-08-11T16:37:57.633Z Compiling num_enum_derive v0.7.6
23612026-08-11T16:37:57.643Z Compiling ingot-types v0.2.0
23622026-08-11T16:37:57.655Z Compiling slog-bunyan v2.5.0
23632026-08-11T16:37:57.830Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23642026-08-11T16:37:57.859Z Compiling chacha20 v0.9.1
23652026-08-11T16:37:57.912Z Compiling async-compression v0.4.41
23662026-08-11T16:37:58.146Z Compiling ingot v0.2.1
23672026-08-11T16:37:58.182Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
23682026-08-11T16:37:58.193Z Compiling sha1 v0.11.0
23692026-08-11T16:37:58.391Z Compiling parse-display-derive v0.10.0
23702026-08-11T16:37:58.454Z Compiling proc-macro-crate v1.3.1
23712026-08-11T16:37:58.576Z Compiling waitgroup v0.1.2
23722026-08-11T16:37:58.644Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23732026-08-11T16:37:58.679Z Compiling backon v1.6.0
23742026-08-11T16:37:58.748Z Compiling rustls-pemfile v2.2.0
23752026-08-11T16:37:58.765Z Compiling dropshot_endpoint v0.17.1
23762026-08-11T16:37:58.813Z Compiling password-hash v0.5.0
23772026-08-11T16:37:58.942Z Compiling blake2 v0.10.6
23782026-08-11T16:37:59.054Z Compiling aead v0.5.2
23792026-08-11T16:37:59.270Z Compiling foreign-types-macros v0.2.3
23802026-08-11T16:37:59.321Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23812026-08-11T16:37:59.361Z Compiling serde_path_to_error v0.1.20
23822026-08-11T16:37:59.456Z Compiling hostname v0.4.2
23832026-08-11T16:37:59.473Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23842026-08-11T16:37:59.650Z Compiling proc-macro-error v1.0.4
23852026-08-11T16:37:59.690Z Compiling instant v0.1.13
23862026-08-11T16:37:59.706Z Compiling foreign-types-shared v0.3.1
23872026-08-11T16:37:59.747Z Compiling debug-ignore v1.0.5
23882026-08-11T16:37:59.829Z Compiling backoff v0.4.0
23892026-08-11T16:37:59.829Z Compiling chacha20poly1305 v0.10.1
23902026-08-11T16:37:59.864Z Compiling argon2 v0.5.3
23912026-08-11T16:37:59.879Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23922026-08-11T16:37:59.890Z Compiling parse-display v0.10.0
23932026-08-11T16:37:59.894Z Compiling num_enum_derive v0.5.11
23942026-08-11T16:37:59.907Z Compiling foreign-types v0.5.0
23952026-08-11T16:37:59.996Z Compiling num_enum v0.7.6
23962026-08-11T16:38:00.026Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23972026-08-11T16:38:00.074Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23982026-08-11T16:38:00.090Z Compiling vsss-rs v3.3.4
23992026-08-11T16:38:00.230Z Compiling ciborium v0.2.2
24002026-08-11T16:38:00.514Z Compiling tabwriter v1.4.1
24012026-08-11T16:38:00.523Z Compiling regress v0.10.5
24022026-08-11T16:38:00.529Z Compiling itertools v0.14.0
24032026-08-11T16:38:00.549Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24042026-08-11T16:38:00.712Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24052026-08-11T16:38:00.758Z Compiling cstr-argument v0.1.2
24062026-08-11T16:38:00.878Z Compiling humantime v2.3.0
24072026-08-11T16:38:00.881Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
24082026-08-11T16:38:00.932Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24092026-08-11T16:38:00.939Z Compiling num_enum v0.5.11
24102026-08-11T16:38:01.084Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
24112026-08-11T16:38:01.155Z Compiling rayon v1.11.0
24122026-08-11T16:38:01.159Z Compiling rand v0.10.1
24132026-08-11T16:38:01.183Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24142026-08-11T16:38:01.187Z Compiling indent_write v2.2.0
24152026-08-11T16:38:01.216Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24162026-08-11T16:38:01.275Z Compiling libefi-sys v0.1.0
24172026-08-11T16:38:01.369Z Compiling colored v3.1.1
24182026-08-11T16:38:01.372Z Compiling zone_cfg_derive v0.3.1
24192026-08-11T16:38:01.401Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24202026-08-11T16:38:01.404Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24212026-08-11T16:38:01.404Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24222026-08-11T16:38:01.529Z Compiling camino-tempfile v1.4.1
24232026-08-11T16:38:01.579Z Compiling itertools v0.12.1
24242026-08-11T16:38:01.618Z Compiling usdt-attr-macro v0.5.0
24252026-08-11T16:38:01.653Z Compiling usdt-macro v0.5.0
24262026-08-11T16:38:01.896Z Compiling bitfield-struct v0.6.2
24272026-08-11T16:38:01.949Z Compiling num-derive v0.4.2
24282026-08-11T16:38:01.964Z Compiling blake3 v1.8.5
24292026-08-11T16:38:01.983Z Compiling memmap v0.7.0
24302026-08-11T16:38:02.007Z Compiling sigpipe v0.1.3
24312026-08-11T16:38:02.039Z Compiling swrite v0.1.0
24322026-08-11T16:38:02.122Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24332026-08-11T16:38:02.138Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24342026-08-11T16:38:02.174Z Compiling glob v0.3.3
24352026-08-11T16:38:02.274Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24362026-08-11T16:38:02.412Z Compiling smf v0.2.3
24372026-08-11T16:38:02.427Z Compiling usdt v0.5.0
24382026-08-11T16:38:02.534Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24392026-08-11T16:38:02.588Z Compiling filetime v0.2.27
24402026-08-11T16:38:02.603Z Compiling arrayvec v0.7.6
24412026-08-11T16:38:02.758Z Compiling constant_time_eq v0.4.2
24422026-08-11T16:38:02.821Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24432026-08-11T16:38:02.850Z Compiling arrayref v0.3.9
24442026-08-11T16:38:02.872Z Compiling xattr v1.6.1
24452026-08-11T16:38:02.878Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24462026-08-11T16:38:02.878Z Compiling whoami v1.6.1
24472026-08-11T16:38:02.923Z Compiling zone v0.3.1
24482026-08-11T16:38:02.941Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
24492026-08-11T16:38:03.073Z Compiling tar v0.4.46
24502026-08-11T16:38:03.090Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24512026-08-11T16:38:03.107Z Compiling tokio-dtrace v0.1.1
24522026-08-11T16:38:03.115Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24532026-08-11T16:38:03.349Z Compiling console v0.16.2
24542026-08-11T16:38:03.378Z Compiling gethostname v0.5.0
24552026-08-11T16:38:03.451Z Compiling topological-sort v0.2.2
24562026-08-11T16:38:03.547Z Compiling unit-prefix v0.5.2
24572026-08-11T16:38:03.563Z Compiling oxide-tokio-rt v0.1.4
24582026-08-11T16:38:03.580Z Compiling toml v0.8.23
24592026-08-11T16:38:03.651Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24602026-08-11T16:38:03.724Z Compiling shell-words v1.1.1
24612026-08-11T16:38:03.763Z Compiling indicatif v0.18.4
24622026-08-11T16:38:13.067Z Compiling progenitor-client v0.14.0
24632026-08-11T16:38:13.067Z Compiling omicron-zone-package v0.12.3
24642026-08-11T16:38:13.311Z Compiling progenitor-extras v0.2.0
24652026-08-11T16:38:13.614Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24662026-08-11T16:38:13.721Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24672026-08-11T16:38:13.817Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24682026-08-11T16:38:13.834Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24692026-08-11T16:38:13.855Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24702026-08-11T16:38:13.901Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24712026-08-11T16:38:14.209Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24722026-08-11T16:38:14.240Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24732026-08-11T16:38:14.650Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24742026-08-11T16:38:18.475Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24752026-08-11T16:38:26.716Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24762026-08-11T16:38:29.959Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24772026-08-11T16:38:31.040Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24782026-08-11T16:38:40.508Z Finished `release` profile [optimized] target(s) in 1m 45s
24792026-08-11T16:38:40.655Z Running `target/release/omicron-package -t test target create -p dev`
24802026-08-11T16:38:40.720ZLogging to: /work/oxidecomputer/omicron/out/LOG
24812026-08-11T16:38:40.724ZCreated new build target 'test' and set it as active
24822026-08-11T16:38:40.724Z
24832026-08-11T16:38:40.724Zreal 1:45.267590869
24842026-08-11T16:38:40.724Zuser 17:25.998448029
24852026-08-11T16:38:40.724Zsys 2:45.020226763
24862026-08-11T16:38:40.724Ztrap 0.487416922
24872026-08-11T16:38:40.724Ztflt 2.284067024
24882026-08-11T16:38:40.724Zdflt 4.775747571
24892026-08-11T16:38:40.724Zkflt 0.000738360
24902026-08-11T16:38:40.724Zlock 56:54.941050929
24912026-08-11T16:38:40.724Zslp 44:43.376513601
24922026-08-11T16:38:40.724Zlat 47.449311216
24932026-08-11T16:38:40.724Zstop 5:55.753580938
24942026-08-11T16:38:40.724Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24952026-08-11T16:38:41.619Z Finished `release` profile [optimized] target(s) in 0.88s
24962026-08-11T16:38:41.688Z Running `target/release/omicron-package -t test package`
24972026-08-11T16:38:41.746ZLogging to: /work/oxidecomputer/omicron/out/LOG
24982026-08-11T16:38:43.191Z Compiling heck v0.5.0
24992026-08-11T16:38:43.191Z Compiling regress v0.11.1
25002026-08-11T16:38:43.416Z Compiling unsafe-libyaml v0.2.11
25012026-08-11T16:38:43.457Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25022026-08-11T16:38:43.479Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25032026-08-11T16:38:43.503Z Compiling derive-where v1.6.0
25042026-08-11T16:38:43.507Z Compiling bytecount v0.6.9
25052026-08-11T16:38:43.542Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25062026-08-11T16:38:43.547Z Compiling atomicwrites v0.4.4
25072026-08-11T16:38:43.547Z Compiling is-terminal v0.4.17
25082026-08-11T16:38:43.547Z Compiling prettyplease v0.2.37
25092026-08-11T16:38:43.547Z Compiling console v0.15.11
25102026-08-11T16:38:43.547Z Compiling newline-converter v0.3.0
25112026-08-11T16:38:43.619Z Compiling slog-dtrace v0.3.0
25122026-08-11T16:38:43.663Z Compiling resolv-conf v0.7.6
25132026-08-11T16:38:43.711Z Compiling num-rational v0.4.2
25142026-08-11T16:38:43.714Z Compiling num-complex v0.4.6
25152026-08-11T16:38:43.756Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25162026-08-11T16:38:43.760Z Compiling thread_local v1.1.9
25172026-08-11T16:38:43.831Z Compiling unicode-width v0.1.14
25182026-08-11T16:38:43.854Z Compiling match_cfg v0.1.0
25192026-08-11T16:38:43.943Z Compiling serde_yaml v0.9.34+deprecated
25202026-08-11T16:38:43.963Z Compiling expectorate v1.2.0
25212026-08-11T16:38:44.083Z Compiling cancel-safe-futures v0.1.5
25222026-08-11T16:38:44.170Z Compiling compression-core v0.4.31
25232026-08-11T16:38:44.196Z Compiling num v0.4.3
25242026-08-11T16:38:44.218Z Compiling hostname v0.3.1
25252026-08-11T16:38:44.268Z Compiling multer v3.1.0
25262026-08-11T16:38:44.296Z Compiling compression-codecs v0.4.37
25272026-08-11T16:38:44.319Z Compiling slog-async v2.8.0
25282026-08-11T16:38:44.360Z Compiling crossbeam-channel v0.5.15
25292026-08-11T16:38:44.364Z Compiling slog-json v2.6.1
25302026-08-11T16:38:44.382Z Compiling serde_spanned v1.1.1
25312026-08-11T16:38:44.424Z Compiling toml_datetime v1.1.1+spec-1.1.0
25322026-08-11T16:38:44.458Z Compiling float-ord v0.3.2
25332026-08-11T16:38:44.557Z Compiling take_mut v0.2.2
25342026-08-11T16:38:44.583Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25352026-08-11T16:38:44.608Z Compiling term v1.2.1
25362026-08-11T16:38:44.627Z Compiling toml_writer v1.1.1+spec-1.1.0
25372026-08-11T16:38:44.697Z Compiling linked-hash-map v0.5.6
25382026-08-11T16:38:44.700Z Compiling oxide-update-engine-types v0.1.2
25392026-08-11T16:38:44.744Z Compiling slog-bunyan v2.5.0
25402026-08-11T16:38:44.748Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25412026-08-11T16:38:44.765Z Compiling async-compression v0.4.41
25422026-08-11T16:38:44.831Z Compiling toml v1.1.2+spec-1.1.0
25432026-08-11T16:38:44.924Z Compiling slog-term v2.9.2
25442026-08-11T16:38:44.945Z Compiling typify-impl v0.6.2
25452026-08-11T16:38:45.113Z Compiling lru-cache v0.1.2
25462026-08-11T16:38:45.224Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25472026-08-11T16:38:45.269Z Compiling dropshot v0.17.1
25482026-08-11T16:38:45.290Z Compiling async-stream v0.3.6
25492026-08-11T16:38:45.318Z Compiling sha1 v0.11.0
25502026-08-11T16:38:45.340Z Compiling progenitor-client v0.14.0
25512026-08-11T16:38:45.384Z Compiling waitgroup v0.1.2
25522026-08-11T16:38:45.428Z Compiling rustls-pemfile v2.2.0
25532026-08-11T16:38:45.453Z Compiling backon v1.6.0
25542026-08-11T16:38:45.498Z Compiling serde_path_to_error v0.1.20
25552026-08-11T16:38:45.539Z Compiling hostname v0.4.2
25562026-08-11T16:38:45.588Z Compiling instant v0.1.13
25572026-08-11T16:38:45.638Z Compiling minimal-lexical v0.2.1
25582026-08-11T16:38:45.679Z Compiling debug-ignore v1.0.5
25592026-08-11T16:38:45.679Z Compiling linear-map v1.2.0
25602026-08-11T16:38:45.723Z Compiling backoff v0.4.0
25612026-08-11T16:38:45.745Z Compiling progenitor-extras v0.2.0
25622026-08-11T16:38:45.874Z Compiling nom v7.1.3
25632026-08-11T16:38:45.921Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25642026-08-11T16:38:45.962Z Compiling oxide-update-engine v0.1.2
25652026-08-11T16:38:45.984Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25662026-08-11T16:38:45.987Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25672026-08-11T16:38:46.032Z Compiling parse-display v0.10.0
25682026-08-11T16:38:46.150Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25692026-08-11T16:38:46.227Z Compiling hickory-proto v0.24.4
25702026-08-11T16:38:46.615Z Compiling regress v0.10.5
25712026-08-11T16:38:46.843Z Compiling itertools v0.14.0
25722026-08-11T16:38:47.285Z Compiling macaddr v1.0.1
25732026-08-11T16:38:47.328Z Compiling unicode-xid v0.2.6
25742026-08-11T16:38:47.349Z Compiling humantime v2.3.0
25752026-08-11T16:38:47.541Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25762026-08-11T16:38:47.619Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25772026-08-11T16:38:47.735Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25782026-08-11T16:38:47.824Z Compiling convert_case v0.10.0
25792026-08-11T16:38:47.976Z Compiling owo-colors v4.3.0
25802026-08-11T16:38:48.001Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25812026-08-11T16:38:48.117Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25822026-08-11T16:38:48.166Z Compiling derive_more-impl v2.1.1
25832026-08-11T16:38:48.253Z Compiling toml v0.8.23
25842026-08-11T16:38:48.465Z Compiling typify-macro v0.6.2
25852026-08-11T16:38:48.660Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25862026-08-11T16:38:48.781Z Compiling hickory-resolver v0.24.4
25872026-08-11T16:38:48.834Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25882026-08-11T16:38:48.856Z Compiling papergrid v0.11.0
25892026-08-11T16:38:48.957Z Compiling derive_more v2.1.1
25902026-08-11T16:38:49.068Z Compiling tabled_derive v0.7.0
25912026-08-11T16:38:49.311Z Compiling termtree v0.5.1
25922026-08-11T16:38:49.353Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25932026-08-11T16:38:49.576Z Compiling crossterm v0.29.0
25942026-08-11T16:38:49.907Z Compiling phf_shared v0.12.1
25952026-08-11T16:38:49.962Z Compiling qorb v0.4.1
25962026-08-11T16:38:50.034Z Compiling typify v0.6.2
25972026-08-11T16:38:50.196Z Compiling progenitor-impl v0.14.0
25982026-08-11T16:38:50.616Z Compiling tabled v0.15.0
25992026-08-11T16:38:51.048Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26002026-08-11T16:38:51.611Z Compiling csv-core v0.1.13
26012026-08-11T16:38:52.060Z Compiling vte v0.14.1
26022026-08-11T16:38:52.318Z Compiling chrono-tz v0.10.4
26032026-08-11T16:38:52.348Z Compiling progenitor-macro v0.14.0
26042026-08-11T16:38:52.527Z Compiling highway v1.3.0
26052026-08-11T16:38:53.275Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26062026-08-11T16:38:53.602Z Compiling strip-ansi-escapes v0.2.1
26072026-08-11T16:38:54.024Z Compiling csv v1.4.0
26082026-08-11T16:38:54.047Z Compiling phf v0.12.1
26092026-08-11T16:38:54.159Z Compiling const_format_proc_macros v0.2.34
26102026-08-11T16:38:54.275Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26112026-08-11T16:38:54.457Z Compiling fd-lock v4.0.4
26122026-08-11T16:38:54.640Z Compiling peg-macros v0.8.5
26132026-08-11T16:38:54.761Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26142026-08-11T16:38:54.785Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
26152026-08-11T16:38:54.945Z Compiling nu-ansi-term v0.50.3
26162026-08-11T16:38:55.069Z Compiling const_format v0.2.35
26172026-08-11T16:38:55.347Z Compiling reedline v0.40.0
26182026-08-11T16:38:55.613Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26192026-08-11T16:38:55.901Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26202026-08-11T16:38:55.925Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26212026-08-11T16:38:56.514Z Compiling progenitor v0.14.0
26222026-08-11T16:38:56.712Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26232026-08-11T16:38:57.062Z Compiling peg v0.8.5
26242026-08-11T16:38:57.190Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26252026-08-11T16:38:57.270Z Compiling bcs v0.1.6
26262026-08-11T16:38:57.703Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
26272026-08-11T16:38:57.994Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26282026-08-11T16:38:58.670Z Compiling nom v8.0.0
26292026-08-11T16:38:58.704Z Compiling semver v0.1.20
26302026-08-11T16:38:58.850Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26312026-08-11T16:38:59.002Z Compiling rustc_version v0.1.7
26322026-08-11T16:38:59.120Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26332026-08-11T16:38:59.283Z Compiling newtype_derive v0.1.6
26342026-08-11T16:38:59.343Z Compiling unicode-linebreak v0.1.5
26352026-08-11T16:38:59.423Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26362026-08-11T16:38:59.519Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26372026-08-11T16:38:59.663Z Compiling smawk v0.3.2
26382026-08-11T16:38:59.766Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26392026-08-11T16:38:59.864Z Compiling textwrap v0.16.2
26402026-08-11T16:38:59.947Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26412026-08-11T16:39:00.103Z Compiling steno v0.4.1
26422026-08-11T16:39:01.442Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26432026-08-11T16:39:01.495Z Compiling dropshot-api-manager-types v0.7.2
26442026-08-11T16:39:02.050Z Compiling sha1 v0.10.6
26452026-08-11T16:39:02.104Z Compiling utf-8 v0.7.6
26462026-08-11T16:39:02.126Z Compiling tagptr v0.2.0
26472026-08-11T16:39:02.321Z Compiling moka v0.12.13
26482026-08-11T16:39:02.350Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26492026-08-11T16:39:02.520Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26502026-08-11T16:39:02.543Z Compiling tungstenite v0.21.0
26512026-08-11T16:39:02.642Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26522026-08-11T16:39:02.710Z Compiling darling_core v0.21.3
26532026-08-11T16:39:02.807Z Compiling display-error-chain v0.2.2
26542026-08-11T16:39:02.986Z Compiling libscf-sys v1.2.0
26552026-08-11T16:39:03.163Z Compiling tokio-tungstenite v0.21.0
26562026-08-11T16:39:03.552Z Compiling hickory-resolver v0.25.2
26572026-08-11T16:39:03.640Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26582026-08-11T16:39:04.626Z Compiling vergen-lib v0.1.6
26592026-08-11T16:39:04.851Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26602026-08-11T16:39:04.885Z Compiling darling_macro v0.21.3
26612026-08-11T16:39:05.252Z Compiling proc-macro-error-attr2 v2.0.0
26622026-08-11T16:39:05.357Z Compiling diesel_derives v2.3.7
26632026-08-11T16:39:05.410Z Compiling darling v0.21.3
26642026-08-11T16:39:05.523Z Compiling dsl_auto_type v0.2.0
26652026-08-11T16:39:05.606Z Compiling scheduled-thread-pool v0.2.7
26662026-08-11T16:39:05.627Z Compiling vergen-gitcl v1.0.8
26672026-08-11T16:39:05.667Z Compiling proc-macro-error2 v2.0.1
26682026-08-11T16:39:05.670Z Compiling diesel_table_macro_syntax v0.3.0
26692026-08-11T16:39:05.755Z Compiling dirs-sys-next v0.1.2
26702026-08-11T16:39:05.899Z Compiling maplit v1.0.2
26712026-08-11T16:39:05.920Z Compiling glob v0.3.3
26722026-08-11T16:39:05.991Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26732026-08-11T16:39:06.019Z Compiling crunchy v0.2.4
26742026-08-11T16:39:06.043Z Compiling tabled_derive v0.11.0
26752026-08-11T16:39:06.194Z Compiling dirs-next v2.0.0
26762026-08-11T16:39:06.300Z Compiling clang-sys v1.8.1
26772026-08-11T16:39:06.368Z Compiling r2d2 v0.8.10
26782026-08-11T16:39:06.670Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26792026-08-11T16:39:06.689Z Compiling papergrid v0.17.0
26802026-08-11T16:39:06.736Z Compiling testing_table v0.3.0
26812026-08-11T16:39:07.024Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26822026-08-11T16:39:07.119Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26832026-08-11T16:39:07.174Z Compiling tiny-keccak v2.0.2
26842026-08-11T16:39:07.362Z Compiling downcast-rs v2.0.2
26852026-08-11T16:39:07.601Z Compiling term v0.7.0
26862026-08-11T16:39:07.977Z Compiling tabled v0.20.0
26872026-08-11T16:39:08.112Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26882026-08-11T16:39:08.373Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26892026-08-11T16:39:08.507Z Compiling bit-vec v0.6.3
26902026-08-11T16:39:08.531Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26912026-08-11T16:39:08.555Z Compiling ascii-canvas v3.0.0
26922026-08-11T16:39:08.760Z Compiling bit-set v0.5.3
26932026-08-11T16:39:08.822Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26942026-08-11T16:39:08.924Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26952026-08-11T16:39:08.946Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26962026-08-11T16:39:09.079Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26972026-08-11T16:39:09.160Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26982026-08-11T16:39:09.333Z Compiling itertools v0.10.5
26992026-08-11T16:39:09.505Z Compiling ena v0.14.4
27002026-08-11T16:39:09.567Z Compiling libloading v0.8.9
27012026-08-11T16:39:09.745Z Compiling diff v0.1.13
27022026-08-11T16:39:09.806Z Compiling unicase v2.9.0
27032026-08-11T16:39:10.006Z Compiling regex-syntax v0.6.29
27042026-08-11T16:39:10.098Z Compiling bindgen v0.71.1
27052026-08-11T16:39:10.123Z Compiling xshell-macros v0.2.7
27062026-08-11T16:39:10.522Z Compiling xshell v0.2.7
27072026-08-11T16:39:10.570Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27082026-08-11T16:39:10.740Z Compiling diesel v2.3.7
27092026-08-11T16:39:11.131Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27102026-08-11T16:39:11.810Z Compiling lalrpop v0.19.12
27112026-08-11T16:39:11.896Z Compiling cexpr v0.6.0
27122026-08-11T16:39:12.346Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27132026-08-11T16:39:12.410Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27142026-08-11T16:39:12.526Z Compiling rustc-hash v2.1.1
27152026-08-11T16:39:12.605Z Compiling crc8 v0.1.1
27162026-08-11T16:39:12.780Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27172026-08-11T16:39:12.913Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27182026-08-11T16:39:13.123Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27192026-08-11T16:39:13.150Z Compiling headers-core v0.3.0
27202026-08-11T16:39:13.295Z Compiling libxml v0.3.3
27212026-08-11T16:39:13.317Z Compiling headers v0.4.1
27222026-08-11T16:39:13.592Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27232026-08-11T16:39:13.640Z Compiling strum_macros v0.24.3
27242026-08-11T16:39:13.826Z Compiling indoc v1.0.9
27252026-08-11T16:39:14.109Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27262026-08-11T16:39:14.276Z Compiling derive_builder v0.20.2
27272026-08-11T16:39:14.333Z Compiling oso-derive v0.27.3
27282026-08-11T16:39:14.449Z Compiling quick-xml v0.37.5
27292026-08-11T16:39:14.843Z Compiling impl-trait-for-tuples v0.2.3
27302026-08-11T16:39:14.867Z Compiling openssl-probe v0.1.6
27312026-08-11T16:39:14.935Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27322026-08-11T16:39:14.952Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27332026-08-11T16:39:15.172Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27342026-08-11T16:39:15.396Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27352026-08-11T16:39:15.634Z Compiling bb8 v0.8.6
27362026-08-11T16:39:15.901Z Compiling trait-variant v0.1.2
27372026-08-11T16:39:15.928Z Compiling half v1.8.3
27382026-08-11T16:39:16.052Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27392026-08-11T16:39:16.122Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27402026-08-11T16:39:16.365Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27412026-08-11T16:39:16.386Z Compiling serde_cbor v0.11.2
27422026-08-11T16:39:16.475Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27432026-08-11T16:39:16.735Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27442026-08-11T16:39:17.113Z Compiling progenitor-impl v0.13.0
27452026-08-11T16:39:17.204Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27462026-08-11T16:39:17.252Z Compiling nonempty v0.12.0
27472026-08-11T16:39:17.362Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27482026-08-11T16:39:17.367Z Compiling samael v0.0.19
27492026-08-11T16:39:17.515Z Compiling progenitor-client v0.13.0
27502026-08-11T16:39:18.021Z Compiling fxhash v0.2.1
27512026-08-11T16:39:18.197Z Compiling libz-sys v1.1.24
27522026-08-11T16:39:18.638Z Compiling salty v0.3.0
27532026-08-11T16:39:18.948Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27542026-08-11T16:39:18.999Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27552026-08-11T16:39:19.081Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27562026-08-11T16:39:19.281Z Compiling progenitor-macro v0.13.0
27572026-08-11T16:39:19.323Z Compiling polar-core v0.27.3
27582026-08-11T16:39:19.339Z Compiling kstat-rs v0.2.5
27592026-08-11T16:39:20.042Z Compiling mime_guess v2.0.5
27602026-08-11T16:39:20.548Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27612026-08-11T16:39:21.079Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27622026-08-11T16:39:22.149Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27632026-08-11T16:39:22.218Z Compiling rfc6979 v0.4.0
27642026-08-11T16:39:22.401Z Compiling nanorand v0.7.0
27652026-08-11T16:39:22.651Z Compiling libgit2-sys v0.18.3+1.9.2
27662026-08-11T16:39:22.765Z Compiling parking_lot_core v0.8.6
27672026-08-11T16:39:23.114Z Compiling flume v0.11.1
27682026-08-11T16:39:23.421Z Compiling ecdsa v0.16.9
27692026-08-11T16:39:23.482Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27702026-08-11T16:39:23.541Z Compiling progenitor v0.13.0
27712026-08-11T16:39:23.711Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27722026-08-11T16:39:23.737Z Compiling primeorder v0.13.6
27732026-08-11T16:39:24.055Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27742026-08-11T16:39:24.100Z Compiling git-stub v1.0.0
27752026-08-11T16:39:24.231Z Compiling strsim v0.10.0
27762026-08-11T16:39:24.374Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27772026-08-11T16:39:24.546Z Compiling instability v0.3.11
27782026-08-11T16:39:24.779Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27792026-08-11T16:39:24.895Z Compiling http-range v0.1.5
27802026-08-11T16:39:25.075Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27812026-08-11T16:39:25.234Z Compiling darling_core v0.13.4
27822026-08-11T16:39:26.140Z Compiling git-stub-vcs v0.1.0
27832026-08-11T16:39:26.365Z Compiling p384 v0.13.1
27842026-08-11T16:39:26.958Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27852026-08-11T16:39:27.375Z Compiling ignore v0.4.25
27862026-08-11T16:39:27.397Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27872026-08-11T16:39:27.700Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27882026-08-11T16:39:29.114Z Compiling oso v0.27.3
27892026-08-11T16:39:30.395Z Compiling async-bb8-diesel v0.2.1
27902026-08-11T16:39:30.844Z Compiling diesel-dtrace v0.5.0
27912026-08-11T16:39:31.175Z Compiling castaway v0.2.4
27922026-08-11T16:39:31.343Z Compiling vergen-git2 v9.1.0
27932026-08-11T16:39:31.538Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27942026-08-11T16:39:31.597Z Compiling indoc v2.0.7
27952026-08-11T16:39:31.659Z Compiling compact_str v0.8.1
27962026-08-11T16:39:31.863Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27972026-08-11T16:39:32.341Z Compiling globwalk v0.9.1
27982026-08-11T16:39:32.743Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27992026-08-11T16:39:32.789Z Compiling parking_lot v0.11.2
28002026-08-11T16:39:32.856Z Compiling darling_macro v0.13.4
28012026-08-11T16:39:32.981Z Compiling hyper-staticfile v0.10.1
28022026-08-11T16:39:33.363Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28032026-08-11T16:39:33.504Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28042026-08-11T16:39:33.682Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28052026-08-11T16:39:33.846Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28062026-08-11T16:39:33.885Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28072026-08-11T16:39:34.120Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28082026-08-11T16:39:34.264Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28092026-08-11T16:39:34.319Z Compiling predicates-tree v1.0.13
28102026-08-11T16:39:34.605Z Compiling unicode-truncate v1.1.0
28112026-08-11T16:39:34.741Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28122026-08-11T16:39:34.822Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
28132026-08-11T16:39:34.909Z Compiling sha2 v0.11.0
28142026-08-11T16:39:34.974Z Compiling lru v0.12.5
28152026-08-11T16:39:35.197Z Compiling digest-io v0.1.0
28162026-08-11T16:39:35.372Z Compiling prefix-trie v0.7.0
28172026-08-11T16:39:35.690Z Compiling rand_seeder v0.4.0
28182026-08-11T16:39:35.893Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28192026-08-11T16:39:35.956Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
28202026-08-11T16:39:35.974Z Compiling cassowary v0.3.0
28212026-08-11T16:39:36.070Z Compiling rawzip v0.4.4
28222026-08-11T16:39:36.233Z Compiling corncobs v0.1.4
28232026-08-11T16:39:36.382Z Compiling illumos-nvpair-sys v0.2.0
28242026-08-11T16:39:36.475Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28252026-08-11T16:39:36.479Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28262026-08-11T16:39:36.616Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28272026-08-11T16:39:37.162Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28282026-08-11T16:39:37.337Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28292026-08-11T16:39:37.597Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28302026-08-11T16:39:38.088Z Compiling ratatui v0.29.0
28312026-08-11T16:39:38.329Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28322026-08-11T16:39:38.537Z Compiling hickory-server v0.25.2
28332026-08-11T16:39:40.446Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28342026-08-11T16:39:41.005Z Compiling camino-tempfile-ext v0.3.3
28352026-08-11T16:39:41.610Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28362026-08-11T16:39:41.705Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28372026-08-11T16:39:42.426Z Compiling darling v0.13.4
28382026-08-11T16:39:43.082Z Compiling sled v0.34.7
28392026-08-11T16:39:43.548Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28402026-08-11T16:39:44.190Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28412026-08-11T16:39:44.471Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28422026-08-11T16:39:44.851Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28432026-08-11T16:39:44.935Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28442026-08-11T16:39:45.083Z Compiling secrecy v0.8.0
28452026-08-11T16:39:45.162Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28462026-08-11T16:39:45.627Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28472026-08-11T16:39:46.412Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28482026-08-11T16:39:46.732Z Compiling serde_with_macros v1.5.2
28492026-08-11T16:39:46.786Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28502026-08-11T16:39:47.535Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28512026-08-11T16:39:47.732Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28522026-08-11T16:39:48.216Z Compiling git2 v0.20.4
28532026-08-11T16:39:48.854Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28542026-08-11T16:39:49.075Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28552026-08-11T16:39:49.099Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28562026-08-11T16:39:49.234Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28572026-08-11T16:39:49.313Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28582026-08-11T16:39:49.342Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28592026-08-11T16:39:49.473Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28602026-08-11T16:39:49.550Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28612026-08-11T16:39:49.591Z Compiling arc-swap v1.8.2
28622026-08-11T16:39:49.709Z Compiling void v1.0.2
28632026-08-11T16:39:49.869Z Compiling lzss v0.8.2
28642026-08-11T16:39:49.891Z Compiling slog-scope v4.4.1
28652026-08-11T16:39:50.237Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28662026-08-11T16:39:50.270Z Compiling illumos-nvpair v0.3.0
28672026-08-11T16:39:50.309Z Compiling serde_with v1.14.0
28682026-08-11T16:39:51.071Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28692026-08-11T16:39:51.091Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28702026-08-11T16:39:51.328Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28712026-08-11T16:39:51.501Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28722026-08-11T16:39:52.305Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28732026-08-11T16:39:53.024Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28742026-08-11T16:39:54.183Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28752026-08-11T16:39:54.526Z Compiling scuffle v0.1.0
28762026-08-11T16:39:56.626Z Compiling tungstenite v0.23.0
28772026-08-11T16:39:56.963Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28782026-08-11T16:39:57.163Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28792026-08-11T16:39:58.362Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28802026-08-11T16:39:58.583Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28812026-08-11T16:39:58.762Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28822026-08-11T16:39:58.799Z Compiling nix v0.27.1
28832026-08-11T16:39:58.921Z Compiling twox-hash v2.1.2
28842026-08-11T16:39:58.946Z Compiling libsw-core v0.3.2
28852026-08-11T16:39:59.005Z Compiling serde_bytes v0.11.19
28862026-08-11T16:39:59.081Z Compiling atty v0.2.14
28872026-08-11T16:39:59.163Z Compiling libsw v3.5.0
28882026-08-11T16:39:59.246Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28892026-08-11T16:39:59.277Z Compiling tokio-tungstenite v0.23.1
28902026-08-11T16:39:59.299Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28912026-08-11T16:39:59.385Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
28922026-08-11T16:39:59.433Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28932026-08-11T16:39:59.646Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28942026-08-11T16:39:59.975Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28952026-08-11T16:40:02.145Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28962026-08-11T16:40:02.386Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28972026-08-11T16:40:02.989Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28982026-08-11T16:40:03.440Z Compiling slog-stdlog v4.1.1
28992026-08-11T16:40:03.631Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29002026-08-11T16:40:03.721Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
29012026-08-11T16:40:03.753Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29022026-08-11T16:40:03.842Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29032026-08-11T16:40:03.981Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29042026-08-11T16:40:04.216Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29052026-08-11T16:40:05.140Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29062026-08-11T16:40:05.907Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
29072026-08-11T16:40:06.108Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
29082026-08-11T16:40:06.513Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29092026-08-11T16:40:08.558Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29102026-08-11T16:40:10.326Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29112026-08-11T16:40:10.702Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29122026-08-11T16:40:11.023Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29132026-08-11T16:40:11.563Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29142026-08-11T16:40:11.737Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29152026-08-11T16:40:11.979Z Compiling signal-hook-tokio v0.3.1
29162026-08-11T16:40:12.202Z Compiling fatfs v0.3.6
29172026-08-11T16:40:12.511Z Compiling yasna v0.5.2
29182026-08-11T16:40:13.509Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29192026-08-11T16:40:14.107Z Compiling is_ci v1.2.0
29202026-08-11T16:40:14.311Z Compiling seq-macro v0.3.6
29212026-08-11T16:40:14.334Z Compiling assert_matches v1.5.0
29222026-08-11T16:40:14.417Z Compiling supports-color v3.0.2
29232026-08-11T16:40:14.442Z Compiling rcgen v0.12.1
29242026-08-11T16:40:14.716Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29252026-08-11T16:40:15.672Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29262026-08-11T16:40:17.514Z Compiling slog-envlogger v2.2.0
29272026-08-11T16:40:18.253Z Compiling oxide-update-engine-display v0.1.2
29282026-08-11T16:40:18.718Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29292026-08-11T16:40:18.945Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29302026-08-11T16:40:19.146Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29312026-08-11T16:40:19.233Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29322026-08-11T16:40:19.384Z Compiling port-file v0.1.0
29332026-08-11T16:40:19.465Z Compiling rtoolbox v0.0.3
29342026-08-11T16:40:19.644Z Compiling subprocess v0.2.15
29352026-08-11T16:40:19.714Z Compiling rpassword v7.5.4
29362026-08-11T16:40:19.815Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29372026-08-11T16:40:20.360Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29382026-08-11T16:40:21.821Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29392026-08-11T16:40:21.968Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29402026-08-11T16:40:22.603Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29412026-08-11T16:40:24.242Z Compiling tui-tree-widget v0.23.1
29422026-08-11T16:40:24.547Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29432026-08-11T16:40:24.735Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29442026-08-11T16:40:25.172Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29452026-08-11T16:40:25.702Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29462026-08-11T16:40:26.326Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29472026-08-11T16:40:26.560Z Compiling uzers v0.12.2
29482026-08-11T16:40:27.648Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29492026-08-11T16:40:27.982Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29502026-08-11T16:40:29.038Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29512026-08-11T16:40:30.136Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29522026-08-11T16:40:31.002Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29532026-08-11T16:40:31.487Z Compiling support-bundle-viewer v0.1.2
29542026-08-11T16:40:33.186Z Compiling multimap v0.10.1
29552026-08-11T16:40:41.144Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29562026-08-11T16:40:42.810Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29572026-08-11T16:40:45.204Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29582026-08-11T16:40:51.868Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29592026-08-11T16:40:52.010Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29602026-08-11T16:48:40.778Z Finished `release` profile [optimized] target(s) in 9m 58s
29612026-08-11T16:48:40.781Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
29622026-08-11T16:48:40.781Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
29632026-08-11T16:49:32.299Z
29642026-08-11T16:49:32.299Zreal 10:51.545361332
29652026-08-11T16:49:32.299Zuser 1:21:27.957342348
29662026-08-11T16:49:32.299Zsys 3:38.725062356
29672026-08-11T16:49:32.299Ztrap 1.820450811
29682026-08-11T16:49:32.302Ztflt 1.849293772
29692026-08-11T16:49:32.302Zdflt 21.164951345
29702026-08-11T16:49:32.302Zkflt 0.029912783
29712026-08-11T16:49:32.302Zlock 8:06:14.318442044
29722026-08-11T16:49:32.302Zslp 2:19:21.728623744
29732026-08-11T16:49:32.302Zlat 2:32.939185551
29742026-08-11T16:49:32.302Zstop 5:28.311690446
29752026-08-11T16:49:32.302Z+ mapfile -t packages
29762026-08-11T16:49:32.303Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29772026-08-11T16:49:33.252Z Finished `release` profile [optimized] target(s) in 0.93s
29782026-08-11T16:49:33.321Z Running `target/release/omicron-package -t test list-outputs`
29792026-08-11T16:49:33.383ZLogging to: /work/oxidecomputer/omicron/out/LOG
29802026-08-11T16:49:33.388Z+ ptime -m cargo build --locked --release -p xtask
29812026-08-11T16:49:33.870Z Compiling libc v0.2.185
29822026-08-11T16:49:33.870Z Compiling serde_core v1.0.228
29832026-08-11T16:49:33.870Z Compiling serde v1.0.228
29842026-08-11T16:49:33.874Z Compiling rustix v1.1.3
29852026-08-11T16:49:33.874Z Compiling serde_json v1.0.151
29862026-08-11T16:49:33.874Z Compiling bitflags v2.11.0
29872026-08-11T16:49:34.029Z Compiling syn v2.0.117
29882026-08-11T16:49:34.029Z Compiling usdt-impl v0.5.0
29892026-08-11T16:49:34.033Z Compiling syn v1.0.109
29902026-08-11T16:49:34.065Z Compiling getrandom v0.4.1
29912026-08-11T16:49:34.069Z Compiling log v0.4.29
29922026-08-11T16:49:34.069Z Compiling indexmap v2.14.0
29932026-08-11T16:49:34.102Z Compiling fs-err v3.3.0
29942026-08-11T16:49:34.302Z Compiling heck v0.4.1
29952026-08-11T16:49:34.409Z Compiling once_cell v1.21.3
29962026-08-11T16:49:34.432Z Compiling anyhow v1.0.102
29972026-08-11T16:49:34.751Z Compiling errno v0.3.14
29982026-08-11T16:49:34.754Z Compiling thread-id v4.2.2
29992026-08-11T16:49:34.754Z Compiling memmap v0.7.0
30002026-08-11T16:49:35.522Z Compiling proc-macro-error v1.0.4
30012026-08-11T16:49:35.718Z Compiling terminal_size v0.4.3
30022026-08-11T16:49:35.718Z Compiling tempfile v3.25.0
30032026-08-11T16:49:35.788Z Compiling tabled_derive v0.7.0
30042026-08-11T16:49:35.816Z Compiling clap_builder v4.6.0
30052026-08-11T16:49:35.816Z Compiling textwrap v0.16.2
30062026-08-11T16:49:36.103Z Compiling camino v1.2.2
30072026-08-11T16:49:36.103Z Compiling semver v1.0.28
30082026-08-11T16:49:36.139Z Compiling cargo-platform v0.3.2
30092026-08-11T16:49:36.212Z Compiling pest_generator v2.8.6
30102026-08-11T16:49:36.449Z Compiling camino-tempfile v1.4.1
30112026-08-11T16:49:36.562Z Compiling tabled v0.15.0
30122026-08-11T16:49:36.753Z Compiling serde_derive v1.0.228
30132026-08-11T16:49:36.753Z Compiling thiserror-impl v1.0.69
30142026-08-11T16:49:36.757Z Compiling zerocopy-derive v0.7.35
30152026-08-11T16:49:36.757Z Compiling scroll_derive v0.12.1
30162026-08-11T16:49:36.757Z Compiling thiserror-impl v2.0.18
30172026-08-11T16:49:36.757Z Compiling clap_derive v4.6.1
30182026-08-11T16:49:36.807Z Compiling pest_derive v2.8.6
30192026-08-11T16:49:37.467Z Compiling scroll v0.12.0
30202026-08-11T16:49:37.626Z Compiling zerocopy v0.7.35
30212026-08-11T16:49:37.724Z Compiling goblin v0.8.2
30222026-08-11T16:49:37.864Z Compiling thiserror v1.0.69
30232026-08-11T16:49:37.981Z Compiling dtrace-parser v0.2.0
30242026-08-11T16:49:38.223Z Compiling thiserror v2.0.18
30252026-08-11T16:49:38.327Z Compiling clap v4.6.1
30262026-08-11T16:49:39.891Z Compiling dof v0.3.0
30272026-08-11T16:49:39.965Z Compiling serde_spanned v0.6.9
30282026-08-11T16:49:40.004Z Compiling toml_datetime v0.6.11
30292026-08-11T16:49:40.058Z Compiling serde_tokenstream v0.2.3
30302026-08-11T16:49:40.131Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30312026-08-11T16:49:40.227Z Compiling cargo_metadata v0.23.1
30322026-08-11T16:49:40.243Z Compiling macaddr v1.0.1
30332026-08-11T16:49:40.271Z Compiling toml_edit v0.22.27
30342026-08-11T16:49:40.670Z Compiling usdt-macro v0.5.0
30352026-08-11T16:49:40.675Z Compiling usdt-attr-macro v0.5.0
30362026-08-11T16:49:41.327Z Compiling usdt v0.5.0
30372026-08-11T16:49:41.795Z Compiling toml v0.8.23
30382026-08-11T16:49:42.225Z Compiling cargo_toml v0.21.0
30392026-08-11T16:49:46.661Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30402026-08-11T16:49:49.897Z Finished `release` profile [optimized] target(s) in 16.50s
30412026-08-11T16:49:50.008Z
30422026-08-11T16:49:50.008Zreal 16.583493899
30432026-08-11T16:49:50.008Zuser 2:06.131201580
30442026-08-11T16:49:50.008Zsys 13.903220242
30452026-08-11T16:49:50.011Ztrap 0.071793886
30462026-08-11T16:49:50.011Ztflt 0.445382754
30472026-08-11T16:49:50.011Zdflt 1.372141847
30482026-08-11T16:49:50.011Zkflt 0.000019390
30492026-08-11T16:49:50.011Zlock 4:47.052527673
30502026-08-11T16:49:50.011Zslp 2:42.071845975
30512026-08-11T16:49:50.011Zlat 4.426849607
30522026-08-11T16:49:50.011Zstop 15.864270388
30532026-08-11T16:49:50.012Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30542026-08-11T16:49:50.012Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30552026-08-11T16:49:50.012Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30562026-08-11T16:49:50.012Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30572026-08-11T16:49:50.012Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30582026-08-11T16:49:50.953Z Compiling match_cfg v0.1.0
30592026-08-11T16:49:50.953Z Compiling progenitor-client v0.14.0
30602026-08-11T16:49:50.954Z Compiling slog-json v2.6.1
30612026-08-11T16:49:50.954Z Compiling newtype-uuid-macros v0.1.0
30622026-08-11T16:49:50.957Z Compiling sha1 v0.11.0
30632026-08-11T16:49:50.957Z Compiling multer v3.1.0
30642026-08-11T16:49:50.957Z Compiling debug-ignore v1.0.5
30652026-08-11T16:49:50.957Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30662026-08-11T16:49:50.957Z Compiling compression-core v0.4.31
30672026-08-11T16:49:51.103Z Compiling async-stream-impl v0.3.6
30682026-08-11T16:49:51.106Z Compiling serde_spanned v1.1.1
30692026-08-11T16:49:51.107Z Compiling toml_datetime v1.1.1+spec-1.1.0
30702026-08-11T16:49:51.117Z Compiling dropshot v0.17.1
30712026-08-11T16:49:51.120Z Compiling toml_writer v1.1.1+spec-1.1.0
30722026-08-11T16:49:51.123Z Compiling waitgroup v0.1.2
30732026-08-11T16:49:51.123Z Compiling rustls-pemfile v2.2.0
30742026-08-11T16:49:51.204Z Compiling hostname v0.3.1
30752026-08-11T16:49:51.386Z Compiling dropshot_endpoint v0.17.1
30762026-08-11T16:49:51.403Z Compiling serde_path_to_error v0.1.20
30772026-08-11T16:49:51.406Z Compiling hostname v0.4.2
30782026-08-11T16:49:51.423Z Compiling compression-codecs v0.4.37
30792026-08-11T16:49:51.475Z Compiling toml v1.1.2+spec-1.1.0
30802026-08-11T16:49:51.493Z Compiling atomicwrites v0.4.4
30812026-08-11T16:49:51.496Z Compiling macaddr v1.0.1
30822026-08-11T16:49:51.496Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30832026-08-11T16:49:51.564Z Compiling slog-bunyan v2.5.0
30842026-08-11T16:49:51.600Z Compiling instant v0.1.13
30852026-08-11T16:49:51.603Z Compiling itertools v0.14.0
30862026-08-11T16:49:51.604Z Compiling regress v0.10.5
30872026-08-11T16:49:51.718Z Compiling async-compression v0.4.41
30882026-08-11T16:49:51.739Z Compiling parse-display-derive v0.10.0
30892026-08-11T16:49:51.743Z Compiling backon v1.6.0
30902026-08-11T16:49:51.743Z Compiling backoff v0.4.0
30912026-08-11T16:49:51.788Z Compiling humantime v2.3.0
30922026-08-11T16:49:51.792Z Compiling half v2.7.1
30932026-08-11T16:49:51.804Z Compiling crucible-workspace-hack v0.1.0
30942026-08-11T16:49:51.842Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30952026-08-11T16:49:51.922Z Compiling async-stream v0.3.6
30962026-08-11T16:49:51.954Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30972026-08-11T16:49:51.973Z Compiling progenitor-extras v0.2.0
30982026-08-11T16:49:51.999Z Compiling ciborium-io v0.2.2
30992026-08-11T16:49:52.055Z Compiling regress v0.11.1
31002026-08-11T16:49:52.074Z Compiling convert_case v0.4.0
31012026-08-11T16:49:52.092Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31022026-08-11T16:49:52.110Z Compiling ciborium-ll v0.2.2
31032026-08-11T16:49:52.127Z Compiling secrecy v0.10.3
31042026-08-11T16:49:52.165Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31052026-08-11T16:49:52.165Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31062026-08-11T16:49:52.168Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31072026-08-11T16:49:52.222Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31082026-08-11T16:49:52.250Z Compiling inout v0.1.4
31092026-08-11T16:49:52.306Z Compiling ciborium v0.2.2
31102026-08-11T16:49:52.330Z Compiling unsafe-libyaml v0.2.11
31112026-08-11T16:49:52.347Z Compiling thiserror-impl-no-std v2.0.2
31122026-08-11T16:49:52.378Z Compiling universal-hash v0.5.1
31132026-08-11T16:49:52.441Z Compiling cipher v0.4.4
31142026-08-11T16:49:52.471Z Compiling derive_more v0.99.20
31152026-08-11T16:49:52.536Z Compiling opaque-debug v0.3.1
31162026-08-11T16:49:52.554Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31172026-08-11T16:49:52.574Z Compiling blake2 v0.10.6
31182026-08-11T16:49:52.631Z Compiling poly1305 v0.8.0
31192026-08-11T16:49:52.720Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31202026-08-11T16:49:52.817Z Compiling chacha20 v0.9.1
31212026-08-11T16:49:52.847Z Compiling aead v0.5.2
31222026-08-11T16:49:52.912Z Compiling serde_yaml v0.9.34+deprecated
31232026-08-11T16:49:52.935Z Compiling password-hash v0.5.0
31242026-08-11T16:49:52.952Z Compiling indent_write v2.2.0
31252026-08-11T16:49:53.086Z Compiling chacha20poly1305 v0.10.1
31262026-08-11T16:49:53.112Z Compiling toml_datetime v0.7.5+spec-1.1.0
31272026-08-11T16:49:53.130Z Compiling num-derive v0.4.2
31282026-08-11T16:49:53.133Z Compiling heapless v0.8.0
31292026-08-11T16:49:53.177Z Compiling tabwriter v1.4.1
31302026-08-11T16:49:53.270Z Compiling argon2 v0.5.3
31312026-08-11T16:49:53.378Z Compiling toml_edit v0.23.10+spec-1.0.0
31322026-08-11T16:49:53.397Z Compiling ingot-macros v0.2.0
31332026-08-11T16:49:53.415Z Compiling hash32 v0.3.1
31342026-08-11T16:49:53.440Z Compiling smoltcp v0.11.0
31352026-08-11T16:49:53.529Z Compiling parse-display v0.10.0
31362026-08-11T16:49:53.601Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31372026-08-11T16:49:53.618Z Compiling thiserror-no-std v2.0.2
31382026-08-11T16:49:53.685Z Compiling typify-impl v0.6.2
31392026-08-11T16:49:53.742Z Compiling vsss-rs v3.3.4
31402026-08-11T16:49:53.824Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31412026-08-11T16:49:53.904Z Compiling cobs v0.3.0
31422026-08-11T16:49:54.121Z Compiling proc-macro-crate v3.4.0
31432026-08-11T16:49:54.139Z Compiling colored v3.1.1
31442026-08-11T16:49:54.159Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31452026-08-11T16:49:54.412Z Compiling postcard v1.1.3
31462026-08-11T16:49:54.439Z Compiling proc-macro-error v1.0.4
31472026-08-11T16:49:54.483Z Compiling rand v0.10.1
31482026-08-11T16:49:54.498Z Compiling proc-macro-crate v1.3.1
31492026-08-11T16:49:54.537Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31502026-08-11T16:49:54.710Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31512026-08-11T16:49:54.728Z Compiling num_enum_derive v0.7.6
31522026-08-11T16:49:54.781Z Compiling foreign-types-macros v0.2.3
31532026-08-11T16:49:54.802Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31542026-08-11T16:49:54.835Z Compiling foreign-types-shared v0.3.1
31552026-08-11T16:49:54.851Z Compiling rayon-core v1.13.0
31562026-08-11T16:49:54.947Z Compiling num_enum_derive v0.5.11
31572026-08-11T16:49:55.031Z Compiling crossbeam-deque v0.8.6
31582026-08-11T16:49:55.120Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31592026-08-11T16:49:55.148Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31602026-08-11T16:49:55.163Z Compiling cstr-argument v0.1.2
31612026-08-11T16:49:55.184Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31622026-08-11T16:49:55.261Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31632026-08-11T16:49:55.352Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31642026-08-11T16:49:55.392Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31652026-08-11T16:49:55.444Z Compiling cpubits v0.1.1
31662026-08-11T16:49:55.629Z Compiling foreign-types v0.5.0
31672026-08-11T16:49:55.633Z Compiling zone_cfg_derive v0.3.1
31682026-08-11T16:49:55.634Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31692026-08-11T16:49:55.634Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31702026-08-11T16:49:55.634Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31712026-08-11T16:49:55.676Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31722026-08-11T16:49:55.751Z Compiling itertools v0.12.1
31732026-08-11T16:49:55.771Z Compiling sigpipe v0.1.3
31742026-08-11T16:49:55.788Z Compiling rayon v1.11.0
31752026-08-11T16:49:55.791Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31762026-08-11T16:49:55.867Z Compiling glob v0.3.3
31772026-08-11T16:49:55.887Z Compiling num_enum v0.7.6
31782026-08-11T16:49:55.903Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31792026-08-11T16:49:55.922Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31802026-08-11T16:49:56.029Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31812026-08-11T16:49:56.074Z Compiling smf v0.2.3
31822026-08-11T16:49:56.092Z Compiling whoami v1.6.1
31832026-08-11T16:49:56.111Z Compiling num_enum v0.5.11
31842026-08-11T16:49:56.179Z Compiling usdt-macro v0.5.0
31852026-08-11T16:49:56.249Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31862026-08-11T16:49:56.268Z Compiling usdt-attr-macro v0.5.0
31872026-08-11T16:49:56.300Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31882026-08-11T16:49:56.321Z Compiling gethostname v0.5.0
31892026-08-11T16:49:56.352Z Compiling num-rational v0.4.2
31902026-08-11T16:49:56.371Z Compiling pem-rfc7468 v1.0.0
31912026-08-11T16:49:56.395Z Compiling ingot-types v0.2.0
31922026-08-11T16:49:56.418Z Compiling num-complex v0.4.6
31932026-08-11T16:49:56.592Z Compiling derive-where v1.6.0
31942026-08-11T16:49:56.648Z Compiling memmap v0.7.0
31952026-08-11T16:49:56.709Z Compiling float-ord v0.3.2
31962026-08-11T16:49:56.774Z Compiling ingot v0.2.1
31972026-08-11T16:49:56.850Z Compiling num v0.4.3
31982026-08-11T16:49:56.854Z Compiling toml v0.8.23
31992026-08-11T16:49:56.868Z Compiling hmac v0.13.0
32002026-08-11T16:49:56.904Z Compiling universal-hash v0.6.1
32012026-08-11T16:49:56.957Z Compiling zone v0.3.1
32022026-08-11T16:49:57.004Z Compiling resolv-conf v0.7.6
32032026-08-11T16:49:57.021Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32042026-08-11T16:49:57.067Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32052026-08-11T16:49:57.085Z Compiling cancel-safe-futures v0.1.5
32062026-08-11T16:49:57.111Z Compiling polyval v0.7.1
32072026-08-11T16:49:57.155Z Compiling usdt v0.5.0
32082026-08-11T16:49:57.237Z Compiling der v0.8.0
32092026-08-11T16:49:57.360Z Compiling prettyplease v0.2.37
32102026-08-11T16:49:57.396Z Compiling ghash v0.6.0
32112026-08-11T16:49:57.465Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32122026-08-11T16:49:57.525Z Compiling pbkdf2 v0.13.0
32132026-08-11T16:49:57.558Z Compiling aes v0.9.1
32142026-08-11T16:49:57.637Z Compiling crypto-bigint v0.7.5
32152026-08-11T16:49:57.656Z Compiling console v0.15.11
32162026-08-11T16:49:57.676Z Compiling hickory-proto v0.24.4
32172026-08-11T16:49:57.693Z Compiling newline-converter v0.3.0
32182026-08-11T16:49:57.723Z Compiling ctr v0.10.1
32192026-08-11T16:49:57.839Z Compiling aead v0.6.1
32202026-08-11T16:49:57.858Z Compiling sha2 v0.11.0
32212026-08-11T16:49:57.962Z Compiling oxide-update-engine-types v0.1.2
32222026-08-11T16:49:57.980Z Compiling linear-map v1.2.0
32232026-08-11T16:49:58.034Z Compiling linked-hash-map v0.5.6
32242026-08-11T16:49:58.077Z Compiling libefi-sys v0.1.0
32252026-08-11T16:49:58.200Z Compiling spki v0.8.0
32262026-08-11T16:49:58.256Z Compiling lru-cache v0.1.2
32272026-08-11T16:49:58.279Z Compiling expectorate v1.2.0
32282026-08-11T16:49:58.332Z Compiling aes-gcm v0.11.0
32292026-08-11T16:49:58.363Z Compiling typify-macro v0.6.2
32302026-08-11T16:49:58.459Z Compiling salsa20 v0.11.0
32312026-08-11T16:49:58.486Z Compiling bitfield-struct v0.6.2
32322026-08-11T16:49:58.542Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32332026-08-11T16:49:58.561Z Compiling nom v8.0.0
32342026-08-11T16:49:58.644Z Compiling semver v0.1.20
32352026-08-11T16:49:58.683Z Compiling scrypt v0.12.0
32362026-08-11T16:49:58.938Z Compiling rustc_version v0.1.7
32372026-08-11T16:49:58.982Z Compiling tokio-dtrace v0.1.1
32382026-08-11T16:49:59.000Z Compiling cbc v0.2.1
32392026-08-11T16:49:59.018Z Compiling slog-dtrace v0.3.0
32402026-08-11T16:49:59.200Z Compiling oxide-update-engine v0.1.2
32412026-08-11T16:49:59.203Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32422026-08-11T16:49:59.235Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32432026-08-11T16:49:59.254Z Compiling minimal-lexical v0.2.1
32442026-08-11T16:49:59.294Z Compiling newtype_derive v0.1.6
32452026-08-11T16:49:59.346Z Compiling oxide-tokio-rt v0.1.4
32462026-08-11T16:49:59.356Z Compiling pkcs5 v0.8.1
32472026-08-11T16:49:59.377Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32482026-08-11T16:49:59.538Z Compiling nom v7.1.3
32492026-08-11T16:49:59.557Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32502026-08-11T16:49:59.618Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32512026-08-11T16:49:59.636Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32522026-08-11T16:49:59.653Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32532026-08-11T16:49:59.678Z Compiling phf_shared v0.12.1
32542026-08-11T16:49:59.704Z Compiling dropshot-api-manager-types v0.7.2
32552026-08-11T16:49:59.729Z Compiling csv-core v0.1.13
32562026-08-11T16:49:59.880Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32572026-08-11T16:49:59.897Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32582026-08-11T16:49:59.985Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32592026-08-11T16:50:00.038Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32602026-08-11T16:50:00.041Z Compiling hickory-resolver v0.24.4
32612026-08-11T16:50:00.074Z Compiling unicode-xid v0.2.6
32622026-08-11T16:50:00.107Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32632026-08-11T16:50:00.214Z Compiling typify v0.6.2
32642026-08-11T16:50:00.229Z Compiling highway v1.3.0
32652026-08-11T16:50:00.249Z Compiling chrono-tz v0.10.4
32662026-08-11T16:50:00.317Z Compiling xshell-macros v0.2.7
32672026-08-11T16:50:00.337Z Compiling progenitor-impl v0.14.0
32682026-08-11T16:50:00.365Z Compiling const_format_proc_macros v0.2.34
32692026-08-11T16:50:00.491Z Compiling csv v1.4.0
32702026-08-11T16:50:00.643Z Compiling phf v0.12.1
32712026-08-11T16:50:00.773Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32722026-08-11T16:50:00.849Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32732026-08-11T16:50:00.988Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32742026-08-11T16:50:01.017Z Compiling xshell v0.2.7
32752026-08-11T16:50:01.039Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32762026-08-11T16:50:01.076Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32772026-08-11T16:50:01.095Z Compiling pkcs8 v0.11.0
32782026-08-11T16:50:01.264Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32792026-08-11T16:50:01.349Z Compiling qorb v0.4.1
32802026-08-11T16:50:01.520Z Compiling ff v0.14.0
32812026-08-11T16:50:01.539Z Compiling owo-colors v4.3.0
32822026-08-11T16:50:01.616Z Compiling const_format v0.2.35
32832026-08-11T16:50:01.745Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32842026-08-11T16:50:01.860Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32852026-08-11T16:50:01.917Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32862026-08-11T16:50:01.977Z Compiling tabled_derive v0.7.0
32872026-08-11T16:50:02.000Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32882026-08-11T16:50:02.279Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32892026-08-11T16:50:02.301Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32902026-08-11T16:50:02.390Z Compiling bcs v0.1.6
32912026-08-11T16:50:02.607Z Compiling tagptr v0.2.0
32922026-08-11T16:50:02.755Z Compiling termtree v0.5.1
32932026-08-11T16:50:02.827Z Compiling salty v0.3.0
32942026-08-11T16:50:02.945Z Compiling textwrap v0.16.2
32952026-08-11T16:50:02.963Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32962026-08-11T16:50:03.022Z Compiling tabled v0.15.0
32972026-08-11T16:50:03.061Z Compiling moka v0.12.13
32982026-08-11T16:50:03.088Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32992026-08-11T16:50:03.105Z Compiling progenitor-macro v0.14.0
33002026-08-11T16:50:03.264Z Compiling steno v0.4.1
33012026-08-11T16:50:03.341Z Compiling group v0.14.0
33022026-08-11T16:50:03.446Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33032026-08-11T16:50:03.502Z Compiling sha1 v0.10.6
33042026-08-11T16:50:03.563Z Compiling signature v3.0.0
33052026-08-11T16:50:03.617Z Compiling base16ct v1.0.0
33062026-08-11T16:50:03.763Z Compiling sec1 v0.8.1
33072026-08-11T16:50:03.787Z Compiling hickory-resolver v0.25.2
33082026-08-11T16:50:03.825Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33092026-08-11T16:50:03.841Z Compiling hkdf v0.13.0
33102026-08-11T16:50:03.899Z Compiling libscf-sys v1.2.0
33112026-08-11T16:50:03.916Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33122026-08-11T16:50:04.042Z Compiling rfc6979 v0.4.0
33132026-08-11T16:50:04.077Z Compiling proc-macro-error-attr2 v2.0.0
33142026-08-11T16:50:04.096Z Compiling elliptic-curve v0.14.1
33152026-08-11T16:50:04.114Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33162026-08-11T16:50:04.212Z Compiling ecdsa v0.16.9
33172026-08-11T16:50:04.247Z Compiling primeorder v0.13.6
33182026-08-11T16:50:04.485Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33192026-08-11T16:50:04.530Z Compiling proc-macro-error2 v2.0.1
33202026-08-11T16:50:04.551Z Compiling utf-8 v0.7.6
33212026-08-11T16:50:04.679Z Compiling parking_lot_core v0.8.6
33222026-08-11T16:50:04.698Z Compiling tungstenite v0.21.0
33232026-08-11T16:50:04.743Z Compiling p384 v0.13.1
33242026-08-11T16:50:04.765Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33252026-08-11T16:50:04.902Z Compiling tabled_derive v0.11.0
33262026-08-11T16:50:05.042Z Compiling wnaf v0.14.0
33272026-08-11T16:50:05.231Z Compiling primefield v0.14.0
33282026-08-11T16:50:05.276Z Compiling rfc6979 v0.6.0
33292026-08-11T16:50:05.407Z Compiling papergrid v0.17.0
33302026-08-11T16:50:05.464Z Compiling testing_table v0.3.0
33312026-08-11T16:50:05.482Z Compiling git-stub v1.0.0
33322026-08-11T16:50:05.500Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33332026-08-11T16:50:05.623Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33342026-08-11T16:50:05.657Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33352026-08-11T16:50:05.756Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33362026-08-11T16:50:05.776Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33372026-08-11T16:50:05.792Z Compiling git-stub-vcs v0.1.0
33382026-08-11T16:50:05.910Z Compiling primeorder v0.14.0
33392026-08-11T16:50:05.910Z Compiling ecdsa v0.17.0
33402026-08-11T16:50:05.945Z Compiling tokio-tungstenite v0.21.0
33412026-08-11T16:50:06.176Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33422026-08-11T16:50:06.193Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33432026-08-11T16:50:06.264Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33442026-08-11T16:50:06.294Z Compiling curve25519-dalek v5.0.0
33452026-08-11T16:50:06.311Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33462026-08-11T16:50:06.351Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33472026-08-11T16:50:06.424Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33482026-08-11T16:50:06.448Z Compiling tabled v0.20.0
33492026-08-11T16:50:06.517Z Compiling corncobs v0.1.4
33502026-08-11T16:50:06.566Z Compiling illumos-nvpair-sys v0.2.0
33512026-08-11T16:50:06.583Z Compiling unicase v2.9.0
33522026-08-11T16:50:06.710Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33532026-08-11T16:50:06.735Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33542026-08-11T16:50:06.759Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33552026-08-11T16:50:06.836Z Compiling mime_guess v2.0.5
33562026-08-11T16:50:06.856Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33572026-08-11T16:50:06.873Z Compiling parking_lot v0.11.2
33582026-08-11T16:50:07.072Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33592026-08-11T16:50:07.157Z Compiling progenitor-impl v0.13.0
33602026-08-11T16:50:07.199Z Compiling ssh-encoding v0.3.0
33612026-08-11T16:50:07.215Z Compiling prefix-trie v0.7.0
33622026-08-11T16:50:07.273Z Compiling fxhash v0.2.1
33632026-08-11T16:50:07.293Z Compiling secrecy v0.8.0
33642026-08-11T16:50:07.389Z Compiling keccak v0.2.0
33652026-08-11T16:50:07.440Z Compiling crc8 v0.1.1
33662026-08-11T16:50:07.457Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33672026-08-11T16:50:07.580Z Compiling hickory-server v0.25.2
33682026-08-11T16:50:07.599Z Compiling sled v0.34.7
33692026-08-11T16:50:07.713Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
33702026-08-11T16:50:07.783Z Compiling ed25519 v3.0.0
33712026-08-11T16:50:07.786Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33722026-08-11T16:50:07.821Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33732026-08-11T16:50:08.420Z Compiling progenitor v0.14.0
33742026-08-11T16:50:08.457Z Compiling crypto-primes v0.7.2
33752026-08-11T16:50:08.494Z Compiling pkcs1 v0.8.0-rc.4
33762026-08-11T16:50:08.609Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33772026-08-11T16:50:08.627Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33782026-08-11T16:50:08.654Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33792026-08-11T16:50:08.884Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33802026-08-11T16:50:08.903Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33812026-08-11T16:50:08.922Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
33822026-08-11T16:50:08.938Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33832026-08-11T16:50:09.188Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33842026-08-11T16:50:09.210Z Compiling poly1305 v0.9.0
33852026-08-11T16:50:09.488Z Compiling progenitor-client v0.13.0
33862026-08-11T16:50:09.511Z Compiling blowfish v0.10.0
33872026-08-11T16:50:09.624Z Compiling blake2 v0.11.0-rc.6
33882026-08-11T16:50:09.779Z Compiling half v1.8.3
33892026-08-11T16:50:09.799Z Compiling http-range v0.1.5
33902026-08-11T16:50:09.846Z Compiling progenitor-macro v0.13.0
33912026-08-11T16:50:09.864Z Compiling bcrypt-pbkdf v0.11.0
33922026-08-11T16:50:10.020Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33932026-08-11T16:50:10.075Z Compiling serde_cbor v0.11.2
33942026-08-11T16:50:10.146Z Compiling argon2 v0.6.0-rc.8
33952026-08-11T16:50:10.215Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33962026-08-11T16:50:10.301Z Compiling ssh-cipher v0.3.0
33972026-08-11T16:50:10.714Z Compiling rsa v0.10.0-rc.18
33982026-08-11T16:50:10.938Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
33992026-08-11T16:50:10.983Z Compiling ed25519-dalek v3.0.0
34002026-08-11T16:50:11.283Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34012026-08-11T16:50:11.302Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34022026-08-11T16:50:11.389Z Compiling illumos-nvpair v0.3.0
34032026-08-11T16:50:11.533Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34042026-08-11T16:50:11.565Z Compiling sha3 v0.11.0
34052026-08-11T16:50:11.684Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34062026-08-11T16:50:11.856Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34072026-08-11T16:50:11.931Z Compiling p256 v0.14.0
34082026-08-11T16:50:12.064Z Compiling p384 v0.14.0
34092026-08-11T16:50:12.182Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34102026-08-11T16:50:12.251Z Compiling p521 v0.14.0
34112026-08-11T16:50:12.438Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34122026-08-11T16:50:12.523Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34132026-08-11T16:50:13.054Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34142026-08-11T16:50:13.136Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34152026-08-11T16:50:13.162Z Compiling scuffle v0.1.0
34162026-08-11T16:50:13.212Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34172026-08-11T16:50:13.580Z Compiling yasna v0.5.2
34182026-08-11T16:50:13.616Z Compiling kstat-rs v0.2.5
34192026-08-11T16:50:13.706Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34202026-08-11T16:50:13.948Z Compiling headers-core v0.3.0
34212026-08-11T16:50:14.053Z Compiling kem v0.3.0
34222026-08-11T16:50:14.102Z Compiling module-lattice v0.2.3
34232026-08-11T16:50:14.134Z Compiling nanorand v0.7.0
34242026-08-11T16:50:14.173Z Compiling sponge-cursor v0.1.0
34252026-08-11T16:50:14.209Z Compiling headers v0.4.1
34262026-08-11T16:50:14.292Z Compiling rcgen v0.12.1
34272026-08-11T16:50:14.346Z Compiling ml-kem v0.3.2
34282026-08-11T16:50:14.381Z Compiling flume v0.11.1
34292026-08-11T16:50:14.400Z Compiling sha3 v0.12.0
34302026-08-11T16:50:14.459Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34312026-08-11T16:50:14.481Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34322026-08-11T16:50:14.732Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34332026-08-11T16:50:14.751Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34342026-08-11T16:50:14.966Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34352026-08-11T16:50:15.010Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34362026-08-11T16:50:15.029Z Compiling hyper-staticfile v0.10.1
34372026-08-11T16:50:15.059Z Compiling progenitor v0.13.0
34382026-08-11T16:50:15.135Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34392026-08-11T16:50:15.168Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34402026-08-11T16:50:15.213Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34412026-08-11T16:50:15.254Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34422026-08-11T16:50:15.352Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34432026-08-11T16:50:15.483Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34442026-08-11T16:50:15.503Z Compiling ssh-key v0.7.0-rc.11
34452026-08-11T16:50:15.554Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34462026-08-11T16:50:15.582Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34472026-08-11T16:50:15.600Z Compiling russh-cryptovec v0.62.0
34482026-08-11T16:50:15.784Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34492026-08-11T16:50:15.819Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34502026-08-11T16:50:15.838Z Compiling internal-russh-num-bigint v0.5.0
34512026-08-11T16:50:15.858Z Compiling port-file v0.1.0
34522026-08-11T16:50:15.861Z Compiling num-bigint v0.4.6
34532026-08-11T16:50:15.894Z Compiling generic-array v1.4.3
34542026-08-11T16:50:15.947Z Compiling russh-util v0.52.0
34552026-08-11T16:50:16.006Z Compiling enum_dispatch v0.3.13
34562026-08-11T16:50:16.063Z Compiling delegate v0.13.5
34572026-08-11T16:50:16.128Z Compiling subprocess v0.2.15
34582026-08-11T16:50:16.146Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34592026-08-11T16:50:16.409Z Compiling md5 v0.8.0
34602026-08-11T16:50:16.615Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34612026-08-11T16:50:16.633Z Compiling display-error-chain v0.2.2
34622026-08-11T16:50:16.706Z Compiling hex-literal v1.1.0
34632026-08-11T16:50:16.809Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34642026-08-11T16:50:16.877Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34652026-08-11T16:50:16.908Z Compiling colored v2.2.0
34662026-08-11T16:50:17.022Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34672026-08-11T16:50:17.047Z Compiling socket2 v0.5.10
34682026-08-11T16:50:17.070Z Compiling russh v0.62.4
34692026-08-11T16:50:17.182Z Compiling internet-checksum v0.2.1
34702026-08-11T16:50:17.842Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34712026-08-11T16:50:17.863Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34722026-08-11T16:50:18.129Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
34732026-08-11T16:50:20.492Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34742026-08-11T16:50:21.233Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34752026-08-11T16:50:21.779Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34762026-08-11T16:50:23.299Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34772026-08-11T16:50:32.125Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34782026-08-11T16:50:32.125Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34792026-08-11T16:50:32.130Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34802026-08-11T16:50:32.130Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34812026-08-11T16:50:33.904Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34822026-08-11T16:50:34.046Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34832026-08-11T16:50:38.148Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34842026-08-11T16:51:18.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s
34852026-08-11T16:51:18.678Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
34862026-08-11T16:51:18.678Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
34872026-08-11T16:51:18.910Z
34882026-08-11T16:51:18.910Zreal 1:28.833525697
34892026-08-11T16:51:18.910Zuser 8:29.125375513
34902026-08-11T16:51:18.910Zsys 1:43.285630152
34912026-08-11T16:51:18.913Ztrap 0.245759422
34922026-08-11T16:51:18.913Ztflt 0.287479525
34932026-08-11T16:51:18.913Zdflt 1.934942675
34942026-08-11T16:51:18.913Zkflt 0.000364610
34952026-08-11T16:51:18.913Zlock 31:19.566881017
34962026-08-11T16:51:18.913Zslp 19:10.476434902
34972026-08-11T16:51:18.914Zlat 40.042282854
34982026-08-11T16:51:18.914Zstop 3:06.264851607
34992026-08-11T16:51:18.914Z+ mkdir tests
35002026-08-11T16:51:18.917Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
35012026-08-11T16:51:18.917Z+ xargs -I '{}' -t cp '{}' tests/
35022026-08-11T16:51:18.940Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-1335160514af616c tests/
35032026-08-11T16:51:18.972Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-8d5b6660c2f1bec4 tests/
35042026-08-11T16:51:19.004Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-23ef3dc43cbb5332 tests/
35052026-08-11T16:51:19.036Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-39a84eab2dce3d49 tests/
35062026-08-11T16:51:19.353Z+ 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)
35072026-08-11T16:51:19.357Z+ 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-8d5b6660c2f1bec4 tests/commtest-23ef3dc43cbb5332 tests/dhcp_server-1335160514af616c tests/end_to_end_tests-39a84eab2dce3d49 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
35082026-08-11T16:52:48.539ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35092026-08-11T16:52:48.539Za .github/buildomat/ci-env.sh 1K
35102026-08-11T16:52:48.539Za out/target/test 1K
35112026-08-11T16:52:48.539Za out/npuzone/npuzone 27402K
35122026-08-11T16:52:48.539Za package-manifest.toml 35K
35132026-08-11T16:52:48.540Za smf/sled-agent/non-gimlet/config.toml 6K
35142026-08-11T16:52:48.540Za target/release/omicron-package 48082K
35152026-08-11T16:52:48.540Za target/release/xtask 11722K
35162026-08-11T16:52:48.540Za target/debug/bootstrap 435511K
35172026-08-11T16:52:48.540Za tests/bootstrap-8d5b6660c2f1bec4 34516K
35182026-08-11T16:52:48.540Za tests/commtest-23ef3dc43cbb5332 34517K
35192026-08-11T16:52:48.540Za tests/dhcp_server-1335160514af616c 34516K
35202026-08-11T16:52:48.540Za tests/end_to_end_tests-39a84eab2dce3d49 498500K
35212026-08-11T16:52:48.540Za tools/opte_version 1K
35222026-08-11T16:52:48.540Za tools/opte_version_override 2K
35232026-08-11T16:52:48.540Za out/clickhouse.tar.gz 327618K
35242026-08-11T16:52:48.540Za out/clickhouse_keeper.tar.gz 311610K
35252026-08-11T16:52:48.540Za out/clickhouse_server.tar.gz 327613K
35262026-08-11T16:52:48.540Za out/cockroachdb.tar.gz 168972K
35272026-08-11T16:52:48.540Za out/crucible-pantry-zone.tar.gz 41281K
35282026-08-11T16:52:48.540Za out/crucible-utils.tar 18900K
35292026-08-11T16:52:48.540Za out/crucible-zone.tar.gz 56093K
35302026-08-11T16:52:48.540Za out/external-dns.tar.gz 54273K
35312026-08-11T16:52:48.540Za out/internal-dns.tar.gz 54272K
35322026-08-11T16:52:48.540Za out/mg-ddm-gz.tar 100917K
35332026-08-11T16:52:48.540Za out/nexus.tar.gz 352745K
35342026-08-11T16:52:48.540Za out/ntp.tar.gz 34634K
35352026-08-11T16:52:48.540Za out/omicron-gateway-softnpu.tar.gz 29121K
35362026-08-11T16:52:48.540Za out/omicron-sled-agent.tar 241961K
35372026-08-11T16:52:48.540Za out/overlay.tar.gz 4K
35382026-08-11T16:52:48.540Za out/oximeter.tar.gz 71180K
35392026-08-11T16:52:48.541Za out/oxlog.tar 4066K
35402026-08-11T16:52:48.541Za out/probe.tar.gz 3037K
35412026-08-11T16:52:48.541Za out/propolis-server.tar.gz 34642K
35422026-08-11T16:52:48.541Za out/pumpkind-gz.tar 26647K
35432026-08-11T16:52:48.542Za out/switch-softnpu.tar.gz 497941K
35442026-08-11T16:52:48.550Z
35452026-08-11T16:52:48.550Zreal 1:29.179838946
35462026-08-11T16:52:48.550Zuser 1:26.161677378
35472026-08-11T16:52:48.550Zsys 5.042190998
35482026-08-11T16:52:48.550Ztrap 0.007732051
35492026-08-11T16:52:48.550Ztflt 0.000000000
35502026-08-11T16:52:48.551Zdflt 0.000000000
35512026-08-11T16:52:48.551Zkflt 0.000000000
35522026-08-11T16:52:48.551Zlock 0.000000000
35532026-08-11T16:52:48.551Zslp 1:26.012751321
35542026-08-11T16:52:48.551Zlat 1.130729288
35552026-08-11T16:52:48.551Zstop 0.000223970
35562026-08-11T16:52:48.551Zprocess exited: duration 1070453 ms, exit code 0
 
35572026-08-11T16:52:48.568Zfound 1 output files
35582026-08-11T16:52:48.568Zuploading: /work/package.tar.gz (2756862853 bytes)
35592026-08-11T16:54:23.144Zuploaded: /work/package.tar.gz