01KXPCPX04MSTNN9ZDNZDGAT4F: 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: 01KXPCQBR9X43E336G9BY9CS3H

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-16T21:18:36.770Zjob assigned to worker 01KXPCNJTD15P1TRXF326M4PDX [factory aws, i-0257d38ab024d9a4a] (queued for 0 s)
 
22026-07-16T21:18:36.921Zstarting task 0: "setup"
32026-07-16T21:18:36.926Z++ uname -s
42026-07-16T21:18:36.929Z+ kern=SunOS
52026-07-16T21:18:36.929Z+ build_user=build
62026-07-16T21:18:36.929Z+ build_uid=12345
72026-07-16T21:18:36.929Z+ work_dir=/work
82026-07-16T21:18:36.929Z+ input_dir=/input
92026-07-16T21:18:36.929Z+ [[ 0 == 12345 ]]
102026-07-16T21:18:36.929Z+ case "$kern" in
112026-07-16T21:18:36.929Z+ groupadd -g 12345 build
122026-07-16T21:18:36.932Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-16T21:18:38.940Z+ zfs create -o mountpoint=/work rpool/work
142026-07-16T21:18:39.102Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-16T21:18:39.105Z+ home_fs=zfs
162026-07-16T21:18:39.105Z+ [[ zfs == autofs ]]
172026-07-16T21:18:39.105Z+ mkdir -p /home/build
182026-07-16T21:18:39.108Z+ chown build:build /home/build /work
192026-07-16T21:18:41.110Z+ chmod 0700 /home/build /work
202026-07-16T21:18:41.113Zprocess exited: duration 4194 ms, exit code 0
 
212026-07-16T21:18:41.118Zstarting task 1: "rust-toolchain"
222026-07-16T21:18:41.125Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-16T21:18:41.125Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-16T21:18:41.125Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-07-16T21:18:41.125Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-16T21:18:41.125Z * rust toolchain channel = "1.96.1"
272026-07-16T21:18:41.125Z * rust toolchain profile = "default"
282026-07-16T21:18:41.128Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-16T21:18:41.128Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-16T21:18:41.246Zinfo: downloading installer
312026-07-16T21:18:42.693Zwarn: It looks like you have an existing rustup settings file at:
322026-07-16T21:18:42.693Zwarn: /home/build/.rustup/settings.toml
332026-07-16T21:18:42.693Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-16T21:18:42.693Zwarn: instead of the one inferred from the default host triple.
352026-07-16T21:18:42.704Zinfo: profile set to default
362026-07-16T21:18:42.704Zinfo: default host triple is x86_64-unknown-illumos
372026-07-16T21:18:42.707Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-16T21:18:42.849Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-16T21:18:42.849Zinfo: downloading 6 components
402026-07-16T21:18:57.939Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-16T21:18:57.940Z
422026-07-16T21:18:57.968Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-16T21:18:57.968Z
442026-07-16T21:18:57.968Z
452026-07-16T21:18:57.968ZRust is installed now. Great!
462026-07-16T21:18:57.968Z
472026-07-16T21:18:57.968ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-16T21:18:57.968Zenvironment variable. This has not been done automatically.
492026-07-16T21:18:57.968Z
502026-07-16T21:18:57.968ZTo configure your current shell, you need to source
512026-07-16T21:18:57.969Zthe corresponding env file under $HOME/.cargo.
522026-07-16T21:18:57.969Z
532026-07-16T21:18:57.969ZThis is usually done by running one of the following (note the leading DOT):
542026-07-16T21:18:57.969Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-16T21:18:57.969Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-16T21:18:57.969Zsource "~/.cargo/env.nu" # For nushell
572026-07-16T21:18:57.969Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-16T21:18:57.969Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-16T21:18:57.969Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-16T21:18:57.974Zwarn: no default linker (`cc`) was found in your PATH
612026-07-16T21:18:57.974Zwarn: many Rust crates require a system C toolchain to build
622026-07-16T21:18:58.076Z+ rustup --version
632026-07-16T21:18:58.082Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-16T21:18:58.086Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-16T21:18:58.103Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-16T21:18:58.107Z+ cargo --version
672026-07-16T21:18:58.115Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-16T21:18:58.118Z+ rustc --version
692026-07-16T21:18:58.139Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-16T21:18:58.142Zprocess exited: duration 17022 ms, exit code 0
 
712026-07-16T21:18:58.149Zstarting task 2: "authentication"
722026-07-16T21:18:58.167Zprocess exited: duration 17 ms, exit code 0
 
732026-07-16T21:18:58.176Zstarting task 3: "clone repository"
742026-07-16T21:18:58.179Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-16T21:18:58.182Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-16T21:18:58.212ZCloning into '/work/oxidecomputer/omicron'...
772026-07-16T21:19:10.492Z+ cd /work/oxidecomputer/omicron
782026-07-16T21:19:10.492Z+ git fetch origin f3118d41647e9bec06ef8eca567e050bc28662c4
792026-07-16T21:19:10.795ZFrom https://github.com/oxidecomputer/omicron
802026-07-16T21:19:10.795Z * branch f3118d41647e9bec06ef8eca567e050bc28662c4 -> FETCH_HEAD
812026-07-16T21:19:10.809Z+ [[ -n serve-zone-version ]]
822026-07-16T21:19:10.813Z++ git branch --show-current
832026-07-16T21:19:10.816Z+ current=main
842026-07-16T21:19:10.816Z+ [[ main != serve-zone-version ]]
852026-07-16T21:19:10.816Z+ git branch -f serve-zone-version f3118d41647e9bec06ef8eca567e050bc28662c4
862026-07-16T21:19:10.816Z+ git checkout -f serve-zone-version
872026-07-16T21:19:11.068ZSwitched to branch 'serve-zone-version'
882026-07-16T21:19:11.072Z+ git reset --hard f3118d41647e9bec06ef8eca567e050bc28662c4
892026-07-16T21:19:11.104ZHEAD is now at f3118d416 patch omicron-zone-package, try to test it in helios/deploy
902026-07-16T21:19:11.107Zprocess exited: duration 12931 ms, exit code 0
 
912026-07-16T21:19:11.113Zstarting task 4: "build"
922026-07-16T21:19:11.120Z+ source .github/buildomat/ci-env.sh
932026-07-16T21:19:11.120Z++ export CARGO_TERM_COLOR=always
942026-07-16T21:19:11.120Z++ CARGO_TERM_COLOR=always
952026-07-16T21:19:11.123Z+++ uname -s
962026-07-16T21:19:11.123Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-16T21:19:11.123Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-16T21:19:11.126Z+ cargo --version
992026-07-16T21:19:11.135Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-16T21:19:11.138Z+ rustc --version
1012026-07-16T21:19:11.159Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-16T21:19:11.162Z+ WORK=/work
1032026-07-16T21:19:11.162Z+ pfexec mkdir -p /work
1042026-07-16T21:19:11.165Z+ pfexec chown build /work
1052026-07-16T21:19:11.168Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-07-16T21:19:12.859Z Startup: Refreshing catalog 'helios' ... Done
1072026-07-16T21:19:12.983Z Startup: Caching catalogs ... Done
1082026-07-16T21:19:13.548ZPlanning: Solver setup ... Done (0.515s)
1092026-07-16T21:19:13.578ZPlanning: Running solver ... Done (0.029s)
1102026-07-16T21:19:13.593ZPlanning: Finding local manifests ... Done (0.003s)
1112026-07-16T21:19:13.603ZPlanning: Fetching manifests: 0/2 0% complete
1122026-07-16T21:19:13.622ZPlanning: Fetching manifests: 2/2 100% complete
1132026-07-16T21:19:13.637ZPlanning: Package planning ... Done (0.015s)
1142026-07-16T21:19:13.640ZPlanning: Merging actions ... Done (0.002s)
1152026-07-16T21:19:13.805ZPlanning: Checking for conflicting actions ... Done (0.165s)
1162026-07-16T21:19:13.808ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-07-16T21:19:14.759ZPlanning: Evaluating mediators ... Done (0.953s)
1182026-07-16T21:19:14.762ZPlanning: Planning completed in 1.76 seconds
1192026-07-16T21:19:14.769Z Packages to install: 2
1202026-07-16T21:19:14.769Z Estimated space available: 156.06 GB
1212026-07-16T21:19:14.769ZEstimated space to be consumed: 34.06 MB
1222026-07-16T21:19:14.769Z Create boot environment: No
1232026-07-16T21:19:14.772ZCreate backup boot environment: No
1242026-07-16T21:19:14.772Z Rebuild boot archive: No
1252026-07-16T21:19:14.772Z
1262026-07-16T21:19:14.772ZChanged packages:
1272026-07-16T21:19:14.772Zhelios
1282026-07-16T21:19:14.772Z developer/build-essential
1292026-07-16T21:19:14.772Z None -> 11-3.0
1302026-07-16T21:19:14.773Z library/libxmlsec1
1312026-07-16T21:19:14.773Z None -> 1.2.35-3.0
1322026-07-16T21:19:14.795Z
1332026-07-16T21:19:14.795ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-07-16T21:19:15.284ZDownload: Completed 1.28 MB in 0.49 seconds (2.6M/s)
1352026-07-16T21:19:15.351Z Actions: 1/268 actions (Installing new actions)
1362026-07-16T21:19:15.390Z Actions: Completed 268 actions in 0.04 seconds.
1372026-07-16T21:19:15.405ZFinalize: Updating package state database ... Done (0.014s)
1382026-07-16T21:19:15.405ZFinalize: Updating package cache ... Done (0.000s)
1392026-07-16T21:19:15.438ZFinalize: Updating image state ... Done (0.033s)
1402026-07-16T21:19:18.023ZFinalize: Creating fast lookup database ... Done (2.556s)
1412026-07-16T21:19:18.093ZFinalize: Reading search index ... Done (0.013s)
1422026-07-16T21:19:18.096ZFinalize: Updating search index ... Done (0.000s)
1432026-07-16T21:19:18.210ZFinalize: Updating package cache ... Done (0.000s)
1442026-07-16T21:19:18.532ZPlanning: Evaluating mediator changes ... Done
1452026-07-16T21:19:18.638ZPlanning: Checking for conflicting actions ... Done
1462026-07-16T21:19:18.641ZPlanning: Consolidating action changes ... Done
1472026-07-16T21:19:18.794ZPlanning: Evaluating mediators ... Done
1482026-07-16T21:19:18.797ZPlanning: Planning completed in 0.26 seconds
1492026-07-16T21:19:18.817Z Mediators to change: 2
1502026-07-16T21:19:18.817Z Create boot environment: No
1512026-07-16T21:19:18.817ZCreate backup boot environment: No
1522026-07-16T21:19:18.866ZFinalize: Updating package state database ... Done
1532026-07-16T21:19:18.866ZFinalize: Updating package cache ... Done
1542026-07-16T21:19:18.884ZFinalize: Updating image state ... Done
1552026-07-16T21:19:20.852ZFinalize: Creating fast lookup database ... Done
1562026-07-16T21:19:20.915ZFinalize: Reading search index ... Done
1572026-07-16T21:19:20.917ZFinalize: Updating search index ... Done
1582026-07-16T21:19:20.969ZFinalize: Updating package cache ... Done
1592026-07-16T21:19:21.257ZPlanning: Evaluating mediator changes ... Done
1602026-07-16T21:19:21.363ZPlanning: Checking for conflicting actions ... Done
1612026-07-16T21:19:21.367ZPlanning: Consolidating action changes ... Done
1622026-07-16T21:19:21.518ZPlanning: Evaluating mediators ... Done
1632026-07-16T21:19:21.521ZPlanning: Planning completed in 0.26 seconds
1642026-07-16T21:19:21.542Z Mediators to change: 1
1652026-07-16T21:19:21.542Z Create boot environment: No
1662026-07-16T21:19:21.542ZCreate backup boot environment: No
1672026-07-16T21:19:21.591ZFinalize: Updating package state database ... Done
1682026-07-16T21:19:21.591ZFinalize: Updating package cache ... Done
1692026-07-16T21:19:21.613ZFinalize: Updating image state ... Done
1702026-07-16T21:19:23.587ZFinalize: Creating fast lookup database ... Done
1712026-07-16T21:19:23.653ZFinalize: Reading search index ... Done
1722026-07-16T21:19:23.658ZFinalize: Updating search index ... Done
1732026-07-16T21:19:23.722ZFinalize: Updating package cache ... Done
1742026-07-16T21:19:24.040ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-07-16T21:19:24.040Zapache system 2.4 system
1762026-07-16T21:19:24.040Zclang system 15 system
1772026-07-16T21:19:24.040Zcsh system system illumos
1782026-07-16T21:19:24.040Zctags system system illumos
1792026-07-16T21:19:24.040Zfile vendor vendor darwinsys
1802026-07-16T21:19:24.040Zfile system system illumos
1812026-07-16T21:19:24.041Zgcc vendor 14 vendor
1822026-07-16T21:19:24.041Zgcc system 13 system
1832026-07-16T21:19:24.041Zgcc system 10 system
1842026-07-16T21:19:24.041Zgo system 1.25 system
1852026-07-16T21:19:24.041Zllvm system 15 system
1862026-07-16T21:19:24.041Zmariadb system 11.4 system
1872026-07-16T21:19:24.041Zmta vendor vendor dma
1882026-07-16T21:19:24.041Zopenjdk system 17 system
1892026-07-16T21:19:24.041Zopenjdk system 11 system
1902026-07-16T21:19:24.041Zopenssl vendor 3 vendor
1912026-07-16T21:19:24.041Zperl system 5.40 system
1922026-07-16T21:19:24.041Zpostgresql system 18 system
1932026-07-16T21:19:24.041Zpostgresql system 17 system
1942026-07-16T21:19:24.041Zpython vendor 3 vendor
1952026-07-16T21:19:24.041Zpython system 2 system
1962026-07-16T21:19:24.041Zpython3 vendor 3.13 vendor
1972026-07-16T21:19:24.041Zruby system 3.4 system
1982026-07-16T21:19:24.041Zruby system 3.0 system
1992026-07-16T21:19:24.041Zwords vendor vendor american-english
2002026-07-16T21:19:24.041Zwords system system australian-english
2012026-07-16T21:19:24.041Zwords system system british-english
2022026-07-16T21:19:24.045Zwords system system canadian-english
2032026-07-16T21:19:24.045Zwords system system french
2042026-07-16T21:19:24.046Zwords system system italian
2052026-07-16T21:19:24.046Zwords system system ngerman
2062026-07-16T21:19:24.046Zwords system system ogerman
2072026-07-16T21:19:24.046Zwords system system spanish
2082026-07-16T21:19:24.306ZPUBLISHER TYPE STATUS P LOCATION
2092026-07-16T21:19:24.306Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-07-16T21:19:24.623ZFMRI IFO
2112026-07-16T21:19:24.623Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-07-16T21:19:24.623Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-07-16T21:19:24.623Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-07-16T21:19:24.623Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-07-16T21:19:24.623Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-07-16T21:19:24.623Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-07-16T21:19:24.623Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-07-16T21:19:24.623Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-07-16T21:19:24.623Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-07-16T21:19:24.893Z Updating git repository `https://github.com/oxidecomputer/omicron-package.git`
2212026-07-16T21:19:25.187Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2222026-07-16T21:19:25.476Z Updating crates.io index
2232026-07-16T21:19:25.480Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2242026-07-16T21:19:25.714Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2252026-07-16T21:19:26.027Z Updating git repository `https://github.com/oxidecomputer/propolis`
2262026-07-16T21:19:27.279Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2272026-07-16T21:19:27.843Z Updating git repository `https://github.com/oxidecomputer/crucible`
2282026-07-16T21:19:29.846Z Updating git repository `https://github.com/oxidecomputer/opte`
2292026-07-16T21:19:30.825Z Updating git repository `https://github.com/oxidecomputer/tofino`
2302026-07-16T21:19:31.084Z Updating git repository `https://github.com/oxidecomputer/lldp`
2312026-07-16T21:19:31.404Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2322026-07-16T21:19:32.645Z Updating git repository `https://github.com/oxidecomputer/clickward`
2332026-07-16T21:19:32.879Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2342026-07-16T21:19:33.220Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2352026-07-16T21:19:33.467Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2362026-07-16T21:19:33.971Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2372026-07-16T21:19:34.464Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2382026-07-16T21:19:34.686Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2392026-07-16T21:19:35.197Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2402026-07-16T21:19:35.477Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2412026-07-16T21:19:35.753Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2422026-07-16T21:19:35.971Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2432026-07-16T21:19:36.220Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2442026-07-16T21:19:36.459Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2452026-07-16T21:19:36.778Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2462026-07-16T21:19:37.134Z Updating git repository `https://github.com/oxidecomputer/erebor`
2472026-07-16T21:19:37.350Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2482026-07-16T21:19:37.770Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2492026-07-16T21:19:38.007Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-07-16T21:19:38.365Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2512026-07-16T21:19:38.815Z Updating git repository `https://github.com/oxidecomputer/ispf`
2522026-07-16T21:19:39.040Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2532026-07-16T21:19:39.250Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2542026-07-16T21:19:39.588Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2552026-07-16T21:19:39.921Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2562026-07-16T21:19:40.143Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2572026-07-16T21:19:40.417Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2582026-07-16T21:19:40.662Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2592026-07-16T21:19:40.953Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2602026-07-16T21:19:41.227Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2612026-07-16T21:19:41.458Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2622026-07-16T21:19:41.701Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2632026-07-16T21:19:42.001Z Updating git repository `https://github.com/illumos/smf-rs`
2642026-07-16T21:19:44.879Z Downloading crates ...
2652026-07-16T21:19:44.935Z Downloaded anstream v1.0.0
2662026-07-16T21:19:44.940Z Downloaded colorchoice v1.0.4
2672026-07-16T21:19:44.945Z Downloaded cargo-platform v0.3.2
2682026-07-16T21:19:44.945Z Downloaded fastrand v2.3.0
2692026-07-16T21:19:44.945Z Downloaded equivalent v1.0.2
2702026-07-16T21:19:44.945Z Downloaded cpufeatures v0.2.17
2712026-07-16T21:19:44.951Z Downloaded anyhow v1.0.102
2722026-07-16T21:19:44.954Z Downloaded dtrace-parser v0.2.0
2732026-07-16T21:19:44.957Z Downloaded heck v0.5.0
2742026-07-16T21:19:44.958Z Downloaded fnv v1.0.7
2752026-07-16T21:19:44.958Z Downloaded dof v0.3.0
2762026-07-16T21:19:44.960Z Downloaded crypto-common v0.1.7
2772026-07-16T21:19:44.963Z Downloaded block-buffer v0.10.4
2782026-07-16T21:19:44.963Z Downloaded zerocopy v0.7.35
2792026-07-16T21:19:44.971Z Downloaded zmij v1.0.21
2802026-07-16T21:19:44.974Z Downloaded zerocopy-derive v0.7.35
2812026-07-16T21:19:44.976Z Downloaded toml_datetime v0.6.11
2822026-07-16T21:19:44.976Z Downloaded macaddr v1.0.1
2832026-07-16T21:19:44.976Z Downloaded itoa v1.0.17
2842026-07-16T21:19:44.976Z Downloaded pretty-hex v0.4.1
2852026-07-16T21:19:44.979Z Downloaded autocfg v1.5.0
2862026-07-16T21:19:44.979Z Downloaded errno v0.3.14
2872026-07-16T21:19:44.979Z Downloaded cfg-if v1.0.4
2882026-07-16T21:19:44.982Z Downloaded memmap v0.7.0
2892026-07-16T21:19:44.988Z Downloaded heck v0.4.1
2902026-07-16T21:19:44.991Z Downloaded clap_lex v1.0.0
2912026-07-16T21:19:44.995Z Downloaded is_terminal_polyfill v1.70.2
2922026-07-16T21:19:44.995Z Downloaded memchr v2.8.0
2932026-07-16T21:19:44.998Z Downloaded anstyle-parse v1.0.0
2942026-07-16T21:19:45.001Z Downloaded swrite v0.1.0
2952026-07-16T21:19:45.004Z Downloaded generic-array v0.14.7
2962026-07-16T21:19:45.004Z Downloaded anstyle-query v1.1.5
2972026-07-16T21:19:45.010Z Downloaded clap_derive v4.6.1
2982026-07-16T21:19:45.013Z Downloaded anstyle v1.0.14
2992026-07-16T21:19:45.019Z Downloaded utf8parse v0.2.2
3002026-07-16T21:19:45.022Z Downloaded thread-id v4.2.2
3012026-07-16T21:19:45.022Z Downloaded terminal_size v0.4.3
3022026-07-16T21:19:45.026Z Downloaded usdt v0.5.0
3032026-07-16T21:19:45.029Z Downloaded digest v0.10.7
3042026-07-16T21:19:45.029Z Downloaded cargo_toml v0.21.0
3052026-07-16T21:19:45.035Z Downloaded version_check v0.9.5
3062026-07-16T21:19:45.037Z Downloaded proc-macro-error-attr v1.0.4
3072026-07-16T21:19:45.043Z Downloaded strsim v0.11.1
3082026-07-16T21:19:45.047Z Downloaded tabled_derive v0.7.0
3092026-07-16T21:19:45.050Z Downloaded smawk v0.3.2
3102026-07-16T21:19:45.050Z Downloaded plain v0.2.3
3112026-07-16T21:19:45.050Z Downloaded scroll_derive v0.12.1
3122026-07-16T21:19:45.052Z Downloaded serde_spanned v0.6.9
3132026-07-16T21:19:45.053Z Downloaded usdt-attr-macro v0.5.0
3142026-07-16T21:19:45.053Z Downloaded usdt-macro v0.5.0
3152026-07-16T21:19:45.057Z Downloaded tempfile v3.25.0
3162026-07-16T21:19:45.062Z Downloaded pest_generator v2.8.6
3172026-07-16T21:19:45.062Z Downloaded fs-err v3.3.0
3182026-07-16T21:19:45.066Z Downloaded bytecount v0.6.9
3192026-07-16T21:19:45.070Z Downloaded serde_tokenstream v0.2.3
3202026-07-16T21:19:45.070Z Downloaded once_cell v1.21.3
3212026-07-16T21:19:45.070Z Downloaded cargo_metadata v0.23.1
3222026-07-16T21:19:45.080Z Downloaded thiserror-impl v1.0.69
3232026-07-16T21:19:45.083Z Downloaded sha2 v0.10.9
3242026-07-16T21:19:45.086Z Downloaded bitflags v2.11.0
3252026-07-16T21:19:45.089Z Downloaded unicode-linebreak v0.1.5
3262026-07-16T21:19:45.089Z Downloaded byteorder v1.5.0
3272026-07-16T21:19:45.092Z Downloaded thiserror v1.0.69
3282026-07-16T21:19:45.095Z Downloaded camino-tempfile v1.4.1
3292026-07-16T21:19:45.095Z Downloaded toml_write v0.1.2
3302026-07-16T21:19:45.099Z Downloaded usdt-impl v0.5.0
3312026-07-16T21:19:45.099Z Downloaded proc-macro-error v1.0.4
3322026-07-16T21:19:45.104Z Downloaded thiserror v2.0.18
3332026-07-16T21:19:45.109Z Downloaded quote v1.0.45
3342026-07-16T21:19:45.112Z Downloaded papergrid v0.11.0
3352026-07-16T21:19:45.112Z Downloaded scroll v0.12.0
3362026-07-16T21:19:45.115Z Downloaded camino v1.2.2
3372026-07-16T21:19:45.115Z Downloaded getrandom v0.4.1
3382026-07-16T21:19:45.119Z Downloaded pest_meta v2.8.6
3392026-07-16T21:19:45.124Z Downloaded semver v1.0.28
3402026-07-16T21:19:45.127Z Downloaded thiserror-impl v2.0.18
3412026-07-16T21:19:45.136Z Downloaded unicode-ident v1.0.24
3422026-07-16T21:19:45.139Z Downloaded ucd-trie v0.1.7
3432026-07-16T21:19:45.139Z Downloaded toml v0.8.23
3442026-07-16T21:19:45.144Z Downloaded clap v4.6.1
3452026-07-16T21:19:45.149Z Downloaded textwrap v0.16.2
3462026-07-16T21:19:45.156Z Downloaded pest_derive v2.8.6
3472026-07-16T21:19:45.159Z Downloaded serde_core v1.0.228
3482026-07-16T21:19:45.161Z Downloaded log v0.4.29
3492026-07-16T21:19:45.161Z Downloaded serde_derive v1.0.228
3502026-07-16T21:19:45.164Z Downloaded proc-macro2 v1.0.106
3512026-07-16T21:19:45.167Z Downloaded serde v1.0.228
3522026-07-16T21:19:45.178Z Downloaded toml_edit v0.22.27
3532026-07-16T21:19:45.205Z Downloaded indexmap v2.14.0
3542026-07-16T21:19:45.222Z Downloaded pest v2.8.6
3552026-07-16T21:19:45.225Z Downloaded typenum v1.20.1
3562026-07-16T21:19:45.240Z Downloaded clap_builder v4.6.0
3572026-07-16T21:19:45.248Z Downloaded serde_json v1.0.150
3582026-07-16T21:19:45.256Z Downloaded hashbrown v0.17.0
3592026-07-16T21:19:45.267Z Downloaded goblin v0.8.2
3602026-07-16T21:19:45.270Z Downloaded winnow v0.7.14
3612026-07-16T21:19:45.275Z Downloaded tabled v0.15.0
3622026-07-16T21:19:45.296Z Downloaded syn v2.0.117
3632026-07-16T21:19:45.302Z Downloaded syn v1.0.109
3642026-07-16T21:19:45.307Z Downloaded unicode-width v0.2.0
3652026-07-16T21:19:45.311Z Downloaded unicode-width v0.1.14
3662026-07-16T21:19:45.321Z Downloaded rustix v1.1.3
3672026-07-16T21:19:45.351Z Downloaded libc v0.2.185
3682026-07-16T21:19:45.414Z Compiling proc-macro2 v1.0.106
3692026-07-16T21:19:45.414Z Compiling unicode-ident v1.0.24
3702026-07-16T21:19:45.414Z Compiling quote v1.0.45
3712026-07-16T21:19:45.418Z Compiling serde_core v1.0.228
3722026-07-16T21:19:45.418Z Compiling libc v0.2.185
3732026-07-16T21:19:45.418Z Compiling version_check v0.9.5
3742026-07-16T21:19:45.418Z Compiling memchr v2.8.0
3752026-07-16T21:19:45.418Z Compiling serde v1.0.228
3762026-07-16T21:19:45.418Z Compiling zmij v1.0.21
3772026-07-16T21:19:45.418Z Compiling ucd-trie v0.1.7
3782026-07-16T21:19:45.419Z Compiling thiserror v1.0.69
3792026-07-16T21:19:45.419Z Compiling itoa v1.0.17
3802026-07-16T21:19:45.597Z Compiling rustix v1.1.3
3812026-07-16T21:19:45.600Z Compiling byteorder v1.5.0
3822026-07-16T21:19:45.907Z Compiling bitflags v2.11.0
3832026-07-16T21:19:45.930Z Compiling serde_json v1.0.150
3842026-07-16T21:19:46.067Z Compiling syn v1.0.109
3852026-07-16T21:19:46.070Z Compiling usdt-impl v0.5.0
3862026-07-16T21:19:46.116Z Compiling pest v2.8.6
3872026-07-16T21:19:46.167Z Compiling proc-macro-error-attr v1.0.4
3882026-07-16T21:19:46.216Z Compiling camino v1.2.2
3892026-07-16T21:19:46.319Z Compiling proc-macro-error v1.0.4
3902026-07-16T21:19:46.393Z Compiling hashbrown v0.17.0
3912026-07-16T21:19:46.396Z Compiling plain v0.2.3
3922026-07-16T21:19:46.415Z Compiling utf8parse v0.2.2
3932026-07-16T21:19:46.470Z Compiling getrandom v0.4.1
3942026-07-16T21:19:46.542Z Compiling equivalent v1.0.2
3952026-07-16T21:19:46.561Z Compiling log v0.4.29
3962026-07-16T21:19:46.563Z Compiling anstyle-parse v1.0.0
3972026-07-16T21:19:46.596Z Compiling anstyle v1.0.14
3982026-07-16T21:19:46.634Z Compiling errno v0.3.14
3992026-07-16T21:19:46.648Z Compiling thread-id v4.2.2
4002026-07-16T21:19:46.669Z Compiling toml_write v0.1.2
4012026-07-16T21:19:46.721Z Compiling winnow v0.7.14
4022026-07-16T21:19:46.772Z Compiling autocfg v1.5.0
4032026-07-16T21:19:46.792Z Compiling pretty-hex v0.4.1
4042026-07-16T21:19:46.795Z Compiling thiserror v2.0.18
4052026-07-16T21:19:46.826Z Compiling anstyle-query v1.1.5
4062026-07-16T21:19:46.829Z Compiling colorchoice v1.0.4
4072026-07-16T21:19:46.863Z Compiling cfg-if v1.0.4
4082026-07-16T21:19:46.881Z Compiling is_terminal_polyfill v1.70.2
4092026-07-16T21:19:46.949Z Compiling indexmap v2.14.0
4102026-07-16T21:19:46.968Z Compiling anstream v1.0.0
4112026-07-16T21:19:47.007Z Compiling fnv v1.0.7
4122026-07-16T21:19:47.026Z Compiling strsim v0.11.1
4132026-07-16T21:19:47.061Z Compiling bytecount v0.6.9
4142026-07-16T21:19:47.156Z Compiling syn v2.0.117
4152026-07-16T21:19:47.207Z Compiling heck v0.4.1
4162026-07-16T21:19:47.227Z Compiling unicode-width v0.1.14
4172026-07-16T21:19:47.279Z Compiling pest_meta v2.8.6
4182026-07-16T21:19:47.279Z Compiling fs-err v3.3.0
4192026-07-16T21:19:47.324Z Compiling clap_lex v1.0.0
4202026-07-16T21:19:47.464Z Compiling anyhow v1.0.102
4212026-07-16T21:19:47.468Z Compiling fastrand v2.3.0
4222026-07-16T21:19:47.501Z Compiling once_cell v1.21.3
4232026-07-16T21:19:47.504Z Compiling heck v0.5.0
4242026-07-16T21:19:47.554Z Compiling papergrid v0.11.0
4252026-07-16T21:19:47.575Z Compiling memmap v0.7.0
4262026-07-16T21:19:47.613Z Compiling smawk v0.3.2
4272026-07-16T21:19:47.662Z Compiling terminal_size v0.4.3
4282026-07-16T21:19:47.685Z Compiling tempfile v3.25.0
4292026-07-16T21:19:47.744Z Compiling unicode-width v0.2.0
4302026-07-16T21:19:47.766Z Compiling unicode-linebreak v0.1.5
4312026-07-16T21:19:47.787Z Compiling clap_builder v4.6.0
4322026-07-16T21:19:47.790Z Compiling swrite v0.1.0
4332026-07-16T21:19:47.942Z Compiling semver v1.0.28
4342026-07-16T21:19:48.040Z Compiling cargo-platform v0.3.2
4352026-07-16T21:19:48.080Z Compiling textwrap v0.16.2
4362026-07-16T21:19:48.214Z Compiling camino-tempfile v1.4.1
4372026-07-16T21:19:48.637Z Compiling tabled_derive v0.7.0
4382026-07-16T21:19:49.290Z Compiling tabled v0.15.0
4392026-07-16T21:19:49.309Z Compiling pest_generator v2.8.6
4402026-07-16T21:19:49.835Z Compiling serde_derive v1.0.228
4412026-07-16T21:19:49.835Z Compiling thiserror-impl v1.0.69
4422026-07-16T21:19:49.835Z Compiling zerocopy-derive v0.7.35
4432026-07-16T21:19:49.838Z Compiling scroll_derive v0.12.1
4442026-07-16T21:19:49.838Z Compiling thiserror-impl v2.0.18
4452026-07-16T21:19:49.838Z Compiling clap_derive v4.6.1
4462026-07-16T21:19:49.936Z Compiling pest_derive v2.8.6
4472026-07-16T21:19:50.536Z Compiling scroll v0.12.0
4482026-07-16T21:19:50.594Z Compiling zerocopy v0.7.35
4492026-07-16T21:19:50.770Z Compiling goblin v0.8.2
4502026-07-16T21:19:50.867Z Compiling dtrace-parser v0.2.0
4512026-07-16T21:19:51.194Z Compiling clap v4.6.1
4522026-07-16T21:19:52.261Z Compiling serde_spanned v0.6.9
4532026-07-16T21:19:52.261Z Compiling toml_datetime v0.6.11
4542026-07-16T21:19:52.273Z Compiling cargo_metadata v0.23.1
4552026-07-16T21:19:52.273Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4562026-07-16T21:19:52.273Z Compiling macaddr v1.0.1
4572026-07-16T21:19:52.295Z Compiling dof v0.3.0
4582026-07-16T21:19:52.298Z Compiling serde_tokenstream v0.2.3
4592026-07-16T21:19:52.482Z Compiling toml_edit v0.22.27
4602026-07-16T21:19:53.015Z Compiling usdt-attr-macro v0.5.0
4612026-07-16T21:19:53.018Z Compiling usdt-macro v0.5.0
4622026-07-16T21:19:53.635Z Compiling usdt v0.5.0
4632026-07-16T21:19:53.779Z Compiling toml v0.8.23
4642026-07-16T21:19:54.114Z Compiling cargo_toml v0.21.0
4652026-07-16T21:19:55.410Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4662026-07-16T21:19:57.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.70s
4672026-07-16T21:19:57.637Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4682026-07-16T21:19:58.142Z Downloading crates ...
4692026-07-16T21:19:58.250Z Downloaded arrayvec v0.7.6
4702026-07-16T21:19:58.257Z Downloaded arrayref v0.3.9
4712026-07-16T21:19:58.262Z Downloaded async-stream-impl v0.3.6
4722026-07-16T21:19:58.266Z Downloaded bitfield-struct v0.6.2
4732026-07-16T21:19:58.266Z Downloaded anstream v0.6.21
4742026-07-16T21:19:58.269Z Downloaded display-error-chain v0.2.2
4752026-07-16T21:19:58.269Z Downloaded crc8 v0.1.1
4762026-07-16T21:19:58.280Z Downloaded drift v0.2.0
4772026-07-16T21:19:58.283Z Downloaded bcrypt-pbkdf v0.11.0
4782026-07-16T21:19:58.288Z Downloaded async-stream v0.3.6
4792026-07-16T21:19:58.288Z Downloaded async-bb8-diesel v0.2.1
4802026-07-16T21:19:58.291Z Downloaded base16ct v0.2.0
4812026-07-16T21:19:58.291Z Downloaded adler2 v2.0.1
4822026-07-16T21:19:58.291Z Downloaded crucible-workspace-hack v0.1.0
4832026-07-16T21:19:58.291Z Downloaded atomic-waker v1.1.2
4842026-07-16T21:19:58.291Z Downloaded array-init v0.0.4
4852026-07-16T21:19:58.295Z Downloaded bitfield-macros v0.19.4
4862026-07-16T21:19:58.299Z Downloaded bb8 v0.8.6
4872026-07-16T21:19:58.306Z Downloaded daft v0.1.7
4882026-07-16T21:19:58.306Z Downloaded daft-derive v0.1.7
4892026-07-16T21:19:58.307Z Downloaded darling_macro v0.20.11
4902026-07-16T21:19:58.307Z Downloaded aead v0.5.2
4912026-07-16T21:19:58.310Z Downloaded darling_macro v0.13.4
4922026-07-16T21:19:58.310Z Downloaded crunchy v0.2.4
4932026-07-16T21:19:58.310Z Downloaded cpufeatures v0.3.0
4942026-07-16T21:19:58.310Z Downloaded cfg_aliases v0.2.1
4952026-07-16T21:19:58.310Z Downloaded crossbeam-epoch v0.9.18
4962026-07-16T21:19:58.310Z Downloaded bit-set v0.8.0
4972026-07-16T21:19:58.315Z Downloaded cfg_aliases v0.1.1
4982026-07-16T21:19:58.315Z Downloaded base16ct v1.0.0
4992026-07-16T21:19:58.315Z Downloaded atty v0.2.14
5002026-07-16T21:19:58.315Z Downloaded cpubits v0.1.1
5012026-07-16T21:19:58.319Z Downloaded crossbeam-deque v0.8.6
5022026-07-16T21:19:58.319Z Downloaded async-recursion v1.1.1
5032026-07-16T21:19:58.319Z Downloaded block-buffer v0.12.1
5042026-07-16T21:19:58.323Z Downloaded defmt v0.3.100
5052026-07-16T21:19:58.323Z Downloaded darling_macro v0.23.0
5062026-07-16T21:19:58.326Z Downloaded argon2 v0.6.0-rc.8
5072026-07-16T21:19:58.326Z Downloaded aead v0.6.1
5082026-07-16T21:19:58.326Z Downloaded crypto-common v0.2.2
5092026-07-16T21:19:58.332Z Downloaded cookie_store v0.22.1
5102026-07-16T21:19:58.332Z Downloaded bitflags v1.3.2
5112026-07-16T21:19:58.335Z Downloaded ciborium-ll v0.2.2
5122026-07-16T21:19:58.335Z Downloaded convert_case v0.4.0
5132026-07-16T21:19:58.335Z Downloaded castaway v0.2.4
5142026-07-16T21:19:58.335Z Downloaded bit-set v0.5.3
5152026-07-16T21:19:58.339Z Downloaded darling_macro v0.21.3
5162026-07-16T21:19:58.339Z Downloaded dropshot-api-manager-types v0.7.2
5172026-07-16T21:19:58.339Z Downloaded compression-core v0.4.31
5182026-07-16T21:19:58.348Z Downloaded ciborium-io v0.2.2
5192026-07-16T21:19:58.348Z Downloaded curve25519-dalek-derive v0.1.1
5202026-07-16T21:19:58.348Z Downloaded crc-catalog v2.4.0
5212026-07-16T21:19:58.352Z Downloaded atomicwrites v0.4.4
5222026-07-16T21:19:58.352Z Downloaded cobs v0.3.0
5232026-07-16T21:19:58.352Z Downloaded cstr-argument v0.1.2
5242026-07-16T21:19:58.352Z Downloaded debug-ignore v1.0.5
5252026-07-16T21:19:58.356Z Downloaded embedded-io v0.6.1
5262026-07-16T21:19:58.356Z Downloaded convert_case v0.10.0
5272026-07-16T21:19:58.362Z Downloaded block-padding v0.4.2
5282026-07-16T21:19:58.367Z Downloaded dirs-sys-next v0.1.2
5292026-07-16T21:19:58.367Z Downloaded dirs-next v2.0.0
5302026-07-16T21:19:58.367Z Downloaded enum-as-inner v0.6.1
5312026-07-16T21:19:58.367Z Downloaded diesel_table_macro_syntax v0.3.0
5322026-07-16T21:19:58.367Z Downloaded defmt-parser v1.0.0
5332026-07-16T21:19:58.367Z Downloaded endian-type v0.1.2
5342026-07-16T21:19:58.367Z Downloaded ascii-canvas v3.0.0
5352026-07-16T21:19:58.371Z Downloaded chacha20 v0.9.1
5362026-07-16T21:19:58.372Z Downloaded bitfield v0.19.4
5372026-07-16T21:19:58.372Z Downloaded cipher v0.4.4
5382026-07-16T21:19:58.372Z Downloaded cexpr v0.6.0
5392026-07-16T21:19:58.377Z Downloaded crc-any v2.5.0
5402026-07-16T21:19:58.377Z Downloaded diesel-dtrace v0.5.0
5412026-07-16T21:19:58.377Z Downloaded bit-vec v0.6.3
5422026-07-16T21:19:58.419Z Downloaded data-encoding v2.10.0
5432026-07-16T21:19:58.419Z Downloaded bit-vec v0.8.0
5442026-07-16T21:19:58.419Z Downloaded backoff v0.4.0
5452026-07-16T21:19:58.420Z Downloaded assert_matches v1.5.0
5462026-07-16T21:19:58.420Z Downloaded downcast-rs v2.0.2
5472026-07-16T21:19:58.420Z Downloaded dunce v1.0.5
5482026-07-16T21:19:58.420Z Downloaded cassowary v0.3.0
5492026-07-16T21:19:58.420Z Downloaded dsl_auto_type v0.2.0
5502026-07-16T21:19:58.420Z Downloaded anstyle-parse v0.2.7
5512026-07-16T21:19:58.420Z Downloaded const_format_proc_macros v0.2.34
5522026-07-16T21:19:58.420Z Downloaded dtrace-parser v0.3.0
5532026-07-16T21:19:58.420Z Downloaded dof v0.4.0
5542026-07-16T21:19:58.420Z Downloaded difflib v0.4.0
5552026-07-16T21:19:58.420Z Downloaded cmov v0.5.4
5562026-07-16T21:19:58.420Z Downloaded async-trait v0.1.89
5572026-07-16T21:19:58.420Z Downloaded embedded-io v0.4.0
5582026-07-16T21:19:58.420Z Downloaded fd-lock v4.0.4
5592026-07-16T21:19:58.420Z Downloaded compression-codecs v0.4.37
5602026-07-16T21:19:58.420Z Downloaded cipher v0.5.2
5612026-07-16T21:19:58.420Z Downloaded document-features v0.2.12
5622026-07-16T21:19:58.420Z Downloaded derive_builder_macro v0.20.2
5632026-07-16T21:19:58.420Z Downloaded dyn-clone v1.0.20
5642026-07-16T21:19:58.420Z Downloaded bcs v0.1.6
5652026-07-16T21:19:58.420Z Downloaded cbc v0.2.1
5662026-07-16T21:19:58.420Z Downloaded byte-wrapper v0.1.0
5672026-07-16T21:19:58.420Z Downloaded env_filter v1.0.0
5682026-07-16T21:19:58.421Z Downloaded digest-io v0.1.0
5692026-07-16T21:19:58.421Z Downloaded critical-section v1.2.0
5702026-07-16T21:19:58.422Z Downloaded defmt v1.0.1
5712026-07-16T21:19:58.429Z Downloaded constant_time_eq v0.4.2
5722026-07-16T21:19:58.429Z Downloaded camino-tempfile-ext v0.3.3
5732026-07-16T21:19:58.429Z Downloaded argon2 v0.5.3
5742026-07-16T21:19:58.429Z Downloaded ena v0.14.4
5752026-07-16T21:19:58.429Z Downloaded derive-ex v0.1.8
5762026-07-16T21:19:58.429Z Downloaded darling v0.13.4
5772026-07-16T21:19:58.429Z Downloaded crc v3.4.0
5782026-07-16T21:19:58.429Z Downloaded cmake v0.1.57
5792026-07-16T21:19:58.438Z Downloaded flagset v0.4.7
5802026-07-16T21:19:58.438Z Downloaded crc32fast v1.5.0
5812026-07-16T21:19:58.438Z Downloaded fixedbitset v0.4.2
5822026-07-16T21:19:58.439Z Downloaded corncobs v0.1.4
5832026-07-16T21:19:58.439Z Downloaded float-cmp v0.10.0
5842026-07-16T21:19:58.442Z Downloaded bzip2 v0.6.1
5852026-07-16T21:19:58.443Z Downloaded cookie v0.18.1
5862026-07-16T21:19:58.443Z Downloaded ed25519 v2.2.3
5872026-07-16T21:19:58.443Z Downloaded delegate v0.13.5
5882026-07-16T21:19:58.443Z Downloaded csv-core v0.1.13
5892026-07-16T21:19:58.443Z Downloaded console v0.16.2
5902026-07-16T21:19:58.443Z Downloaded base64ct v1.8.3
5912026-07-16T21:19:58.443Z Downloaded foreign-types-shared v0.1.1
5922026-07-16T21:19:58.448Z Downloaded backon v1.6.0
5932026-07-16T21:19:58.448Z Downloaded funty v2.0.0
5942026-07-16T21:19:58.448Z Downloaded bzip2 v0.4.4
5952026-07-16T21:19:58.448Z Downloaded blake2 v0.11.0-rc.6
5962026-07-16T21:19:58.452Z Downloaded cancel-safe-futures v0.1.5
5972026-07-16T21:19:58.453Z Downloaded foreign-types v0.3.2
5982026-07-16T21:19:58.453Z Downloaded futures-macro v0.3.32
5992026-07-16T21:19:58.453Z Downloaded futures-io v0.3.32
6002026-07-16T21:19:58.453Z Downloaded form_urlencoded v1.2.2
6012026-07-16T21:19:58.456Z Downloaded ed25519 v3.0.0
6022026-07-16T21:19:58.456Z Downloaded defmt-macros v1.0.1
6032026-07-16T21:19:58.456Z Downloaded gethostname v0.5.0
6042026-07-16T21:19:58.462Z Downloaded console v0.15.11
6052026-07-16T21:19:58.466Z Downloaded float-ord v0.3.2
6062026-07-16T21:19:58.466Z Downloaded derive_builder_core v0.20.2
6072026-07-16T21:19:58.466Z Downloaded ghash v0.6.0
6082026-07-16T21:19:58.466Z Downloaded fxhash v0.2.1
6092026-07-16T21:19:58.466Z Downloaded futures-sink v0.3.32
6102026-07-16T21:19:58.466Z Downloaded foreign-types-shared v0.3.1
6112026-07-16T21:19:58.466Z Downloaded foreign-types-macros v0.2.3
6122026-07-16T21:19:58.469Z Downloaded ctutils v0.4.2
6132026-07-16T21:19:58.469Z Downloaded futures-core v0.3.32
6142026-07-16T21:19:58.469Z Downloaded enum_dispatch v0.3.13
6152026-07-16T21:19:58.472Z Downloaded globwalk v0.9.1
6162026-07-16T21:19:58.472Z Downloaded either v1.15.0
6172026-07-16T21:19:58.473Z Downloaded ecdsa v0.16.9
6182026-07-16T21:19:58.476Z Downloaded headers-core v0.3.0
6192026-07-16T21:19:58.476Z Downloaded hash32 v0.2.1
6202026-07-16T21:19:58.476Z Downloaded git-stub v1.0.0
6212026-07-16T21:19:58.476Z Downloaded der_derive v0.7.3
6222026-07-16T21:19:58.481Z Downloaded hex-literal v1.1.0
6232026-07-16T21:19:58.481Z Downloaded const-oid v0.9.6
6242026-07-16T21:19:58.481Z Downloaded ctr v0.10.1
6252026-07-16T21:19:58.485Z Downloaded colored v3.1.1
6262026-07-16T21:19:58.485Z Downloaded displaydoc v0.2.5
6272026-07-16T21:19:58.485Z Downloaded crossbeam-utils v0.8.21
6282026-07-16T21:19:58.488Z Downloaded ciborium v0.2.2
6292026-07-16T21:19:58.488Z Downloaded chacha20 v0.10.0
6302026-07-16T21:19:58.491Z Downloaded hex v0.4.3
6312026-07-16T21:19:58.491Z Downloaded hash32 v0.3.1
6322026-07-16T21:19:58.495Z Downloaded ff v0.14.0
6332026-07-16T21:19:58.495Z Downloaded futures-task v0.3.32
6342026-07-16T21:19:58.495Z Downloaded filetime v0.2.27
6352026-07-16T21:19:58.498Z Downloaded futures-executor v0.3.32
6362026-07-16T21:19:58.498Z Downloaded env_logger v0.11.9
6372026-07-16T21:19:58.498Z Downloaded derive_builder v0.20.2
6382026-07-16T21:19:58.502Z Downloaded foreign-types v0.5.0
6392026-07-16T21:19:58.502Z Downloaded fixedbitset v0.5.7
6402026-07-16T21:19:58.505Z Downloaded hostname v0.4.2
6412026-07-16T21:19:58.505Z Downloaded foldhash v0.2.0
6422026-07-16T21:19:58.505Z Downloaded hostname v0.3.1
6432026-07-16T21:19:58.507Z Downloaded foldhash v0.1.5
6442026-07-16T21:19:58.507Z Downloaded ahash v0.8.12
6452026-07-16T21:19:58.511Z Downloaded deranged v0.5.8
6462026-07-16T21:19:58.512Z Downloaded fs-err v2.11.0
6472026-07-16T21:19:58.515Z Downloaded erased-serde v0.3.31
6482026-07-16T21:19:58.515Z Downloaded ff v0.13.1
6492026-07-16T21:19:58.515Z Downloaded allocator-api2 v0.2.21
6502026-07-16T21:19:58.517Z Downloaded home v0.5.12
6512026-07-16T21:19:58.518Z Downloaded blowfish v0.10.0
6522026-07-16T21:19:58.518Z Downloaded blake2 v0.10.6
6532026-07-16T21:19:58.521Z Downloaded arc-swap v1.8.2
6542026-07-16T21:19:58.522Z Downloaded hubpack v0.1.2
6552026-07-16T21:19:58.525Z Downloaded hubpack_derive v0.1.1
6562026-07-16T21:19:58.525Z Downloaded httpdate v1.0.3
6572026-07-16T21:19:58.525Z Downloaded http-range v0.1.5
6582026-07-16T21:19:58.525Z Downloaded hyper-tls v0.6.0
6592026-07-16T21:19:58.528Z Downloaded fallible-iterator v0.2.0
6602026-07-16T21:19:58.528Z Downloaded colored v2.2.0
6612026-07-16T21:19:58.528Z Downloaded buf-list v1.1.2
6622026-07-16T21:19:58.531Z Downloaded des v0.9.0
6632026-07-16T21:19:58.531Z Downloaded group v0.13.0
6642026-07-16T21:19:58.534Z Downloaded digest v0.11.3
6652026-07-16T21:19:58.534Z Downloaded darling v0.21.3
6662026-07-16T21:19:58.539Z Downloaded group v0.14.0
6672026-07-16T21:19:58.541Z Downloaded glob v0.3.3
6682026-07-16T21:19:58.541Z Downloaded git-stub-vcs v0.1.0
6692026-07-16T21:19:58.541Z Downloaded darling v0.20.11
6702026-07-16T21:19:58.545Z Downloaded illumos-nvpair v0.3.0
6712026-07-16T21:19:58.545Z Downloaded idna_adapter v1.2.1
6722026-07-16T21:19:58.545Z Downloaded ident_case v1.0.1
6732026-07-16T21:19:58.548Z Downloaded clang-sys v1.8.1
6742026-07-16T21:19:58.548Z Downloaded illumos-nvpair-sys v0.2.0
6752026-07-16T21:19:58.551Z Downloaded inout v0.2.2
6762026-07-16T21:19:58.551Z Downloaded diff v0.1.13
6772026-07-16T21:19:58.553Z Downloaded ecdsa v0.17.0-rc.18
6782026-07-16T21:19:58.556Z Downloaded darling v0.23.0
6792026-07-16T21:19:58.560Z Downloaded indoc v1.0.9
6802026-07-16T21:19:58.563Z Downloaded indent_write v2.2.0
6812026-07-16T21:19:58.567Z Downloaded futures-channel v0.3.32
6822026-07-16T21:19:58.567Z Downloaded darling_core v0.13.4
6832026-07-16T21:19:58.571Z Downloaded http-body v1.0.1
6842026-07-16T21:19:58.571Z Downloaded find-msvc-tools v0.1.9
6852026-07-16T21:19:58.574Z Downloaded highway v1.3.0
6862026-07-16T21:19:58.574Z Downloaded instant v0.1.13
6872026-07-16T21:19:58.574Z Downloaded internet-checksum v0.2.1
6882026-07-16T21:19:58.574Z Downloaded is-terminal v0.4.17
6892026-07-16T21:19:58.577Z Downloaded instability v0.3.11
6902026-07-16T21:19:58.577Z Downloaded base64 v0.22.1
6912026-07-16T21:19:58.580Z Downloaded is_ci v1.2.0
6922026-07-16T21:19:58.580Z Downloaded kstat-rs v0.2.4
6932026-07-16T21:19:58.583Z Downloaded darling_core v0.23.0
6942026-07-16T21:19:58.585Z Downloaded const-oid v0.10.2
6952026-07-16T21:19:58.585Z Downloaded chacha20poly1305 v0.10.1
6962026-07-16T21:19:58.589Z Downloaded bytes v1.11.1
6972026-07-16T21:19:58.592Z Downloaded hyper-staticfile v0.10.1
6982026-07-16T21:19:58.596Z Downloaded http-body-util v0.1.3
6992026-07-16T21:19:58.596Z Downloaded lazy_static v1.5.0
7002026-07-16T21:19:58.599Z Downloaded kem v0.3.0
7012026-07-16T21:19:58.599Z Downloaded linked-hash-map v0.5.6
7022026-07-16T21:19:58.599Z Downloaded keccak v0.1.6
7032026-07-16T21:19:58.599Z Downloaded libscf-sys v1.1.0
7042026-07-16T21:19:58.603Z Downloaded maplit v1.0.2
7052026-07-16T21:19:58.606Z Downloaded md5 v0.8.0
7062026-07-16T21:19:58.606Z Downloaded match_cfg v0.1.0
7072026-07-16T21:19:58.606Z Downloaded managed v0.8.0
7082026-07-16T21:19:58.609Z Downloaded lru-slab v0.1.2
7092026-07-16T21:19:58.609Z Downloaded elliptic-curve v0.13.8
7102026-07-16T21:19:58.612Z Downloaded getrandom v0.2.17
7112026-07-16T21:19:58.612Z Downloaded humantime v2.3.0
7122026-07-16T21:19:58.615Z Downloaded globset v0.4.18
7132026-07-16T21:19:58.615Z Downloaded fs_extra v1.3.0
7142026-07-16T21:19:58.615Z Downloaded derive-where v1.6.0
7152026-07-16T21:19:58.619Z Downloaded lru v0.12.5
7162026-07-16T21:19:58.624Z Downloaded mime v0.3.17
7172026-07-16T21:19:58.624Z Downloaded memoffset v0.9.1
7182026-07-16T21:19:58.627Z Downloaded impl-trait-for-tuples v0.2.3
7192026-07-16T21:19:58.630Z Downloaded dropshot_endpoint v0.17.1
7202026-07-16T21:19:58.630Z Downloaded inout v0.1.4
7212026-07-16T21:19:58.633Z Downloaded ingot v0.1.1
7222026-07-16T21:19:58.633Z Downloaded md-5 v0.10.6
7232026-07-16T21:19:58.633Z Downloaded maybe-uninit v2.0.0
7242026-07-16T21:19:58.639Z Downloaded new_debug_unreachable v1.0.6
7252026-07-16T21:19:58.639Z Downloaded lzss v0.8.2
7262026-07-16T21:19:58.639Z Downloaded derive_more v0.99.20
7272026-07-16T21:19:58.642Z Downloaded ipnetwork v0.21.1
7282026-07-16T21:19:58.642Z Downloaded indoc v2.0.7
7292026-07-16T21:19:58.646Z Downloaded compact_str v0.8.1
7302026-07-16T21:19:58.649Z Downloaded fatfs v0.3.6
7312026-07-16T21:19:58.649Z Downloaded nibble_vec v0.1.0
7322026-07-16T21:19:58.652Z Downloaded newtype-uuid-macros v0.1.0
7332026-07-16T21:19:58.652Z Downloaded nodrop v0.1.14
7342026-07-16T21:19:58.652Z Downloaded keccak v0.2.0
7352026-07-16T21:19:58.655Z Downloaded const_format v0.2.35
7362026-07-16T21:19:58.658Z Downloaded nonempty v0.12.0
7372026-07-16T21:19:58.660Z Downloaded hmac v0.12.1
7382026-07-16T21:19:58.661Z Downloaded newtype_derive v0.1.6
7392026-07-16T21:19:58.664Z Downloaded newline-converter v0.3.0
7402026-07-16T21:19:58.664Z Downloaded hyper-rustls v0.27.7
7412026-07-16T21:19:58.664Z Downloaded multimap v0.10.1
7422026-07-16T21:19:58.666Z Downloaded ar_archive_writer v0.5.1
7432026-07-16T21:19:58.667Z Downloaded libsw-core v0.3.2
7442026-07-16T21:19:58.670Z Downloaded libefi-sys v0.1.0
7452026-07-16T21:19:58.670Z Downloaded libsw v3.5.0
7462026-07-16T21:19:58.670Z Downloaded cc v1.2.56
7472026-07-16T21:19:58.673Z Downloaded num-derive v0.3.3
7482026-07-16T21:19:58.678Z Downloaded normalize-line-endings v0.3.0
7492026-07-16T21:19:58.678Z Downloaded bumpalo v3.20.2
7502026-07-16T21:19:58.683Z Downloaded num-conv v0.2.0
7512026-07-16T21:19:58.687Z Downloaded libloading v0.8.9
7522026-07-16T21:19:58.687Z Downloaded lock_api v0.4.14
7532026-07-16T21:19:58.690Z Downloaded jobserver v0.1.34
7542026-07-16T21:19:58.690Z Downloaded num-derive v0.4.2
7552026-07-16T21:19:58.693Z Downloaded num v0.4.3
7562026-07-16T21:19:58.694Z Downloaded hybrid-array v0.4.13
7572026-07-16T21:19:58.697Z Downloaded mime_guess v2.0.5
7582026-07-16T21:19:58.697Z Downloaded num-iter v0.1.45
7592026-07-16T21:19:58.697Z Downloaded half v2.7.1
7602026-07-16T21:19:58.700Z Downloaded getrandom v0.3.4
7612026-07-16T21:19:58.717Z Downloaded oso-derive v0.27.3
7622026-07-16T21:19:58.721Z Downloaded crossbeam-channel v0.5.15
7632026-07-16T21:19:58.721Z Downloaded openssl-probe v0.2.1
7642026-07-16T21:19:58.721Z Downloaded openssl-probe v0.1.6
7652026-07-16T21:19:58.724Z Downloaded openssl-macros v0.1.1
7662026-07-16T21:19:58.724Z Downloaded opaque-debug v0.3.1
7672026-07-16T21:19:58.724Z Downloaded olpc-cjson v0.1.4
7682026-07-16T21:19:58.729Z Downloaded newtype-uuid v1.3.2
7692026-07-16T21:19:58.729Z Downloaded nanorand v0.7.0
7702026-07-16T21:19:58.731Z Downloaded ipnet v2.11.0
7712026-07-16T21:19:58.731Z Downloaded num_threads v0.1.7
7722026-07-16T21:19:58.731Z Downloaded num_enum_derive v0.5.11
7732026-07-16T21:19:58.732Z Downloaded module-lattice v0.2.3
7742026-07-16T21:19:58.735Z Downloaded futures v0.3.32
7752026-07-16T21:19:58.737Z Downloaded diesel_derives v2.3.7
7762026-07-16T21:19:58.740Z Downloaded native-tls v0.2.18
7772026-07-16T21:19:58.743Z Downloaded multer v3.1.0
7782026-07-16T21:19:58.743Z Downloaded litrs v1.0.0
7792026-07-16T21:19:58.746Z Downloaded hmac v0.13.0
7802026-07-16T21:19:58.749Z Downloaded num-complex v0.4.6
7812026-07-16T21:19:58.749Z Downloaded parse-size v1.1.0
7822026-07-16T21:19:58.755Z Downloaded parse-display v0.10.0
7832026-07-16T21:19:58.756Z Downloaded crypto-bigint v0.7.5
7842026-07-16T21:19:58.760Z Downloaded packed_struct_codegen v0.10.1
7852026-07-16T21:19:58.763Z Downloaded path-slash v0.1.5
7862026-07-16T21:19:58.763Z Downloaded icu_properties v2.1.2
7872026-07-16T21:19:58.766Z Downloaded ml-kem v0.3.2
7882026-07-16T21:19:58.766Z Downloaded memmap2 v0.9.10
7892026-07-16T21:19:58.769Z Downloaded password-hash v0.6.1
7902026-07-16T21:19:58.769Z Downloaded percent-encoding v2.3.2
7912026-07-16T21:19:58.774Z Downloaded peg-runtime v0.8.5
7922026-07-16T21:19:58.774Z Downloaded num_enum v0.7.6
7932026-07-16T21:19:58.778Z Downloaded num_enum v0.5.11
7942026-07-16T21:19:58.781Z Downloaded num_enum_derive v0.7.6
7952026-07-16T21:19:58.781Z Downloaded ignore v0.4.25
7962026-07-16T21:19:58.784Z Downloaded heapless v0.7.17
7972026-07-16T21:19:58.787Z Downloaded phf_shared v0.12.1
7982026-07-16T21:19:58.787Z Downloaded phf_shared v0.13.1
7992026-07-16T21:19:58.787Z Downloaded ingot-types v0.1.2
8002026-07-16T21:19:58.790Z Downloaded phf_shared v0.11.3
8012026-07-16T21:19:58.790Z Downloaded headers v0.4.1
8022026-07-16T21:19:58.793Z Downloaded num-rational v0.4.2
8032026-07-16T21:19:58.796Z Downloaded powerfmt v0.2.0
8042026-07-16T21:19:58.796Z Downloaded flume v0.11.1
8052026-07-16T21:19:58.799Z Downloaded litemap v0.8.1
8062026-07-16T21:19:58.799Z Downloaded linear-map v1.2.0
8072026-07-16T21:19:58.802Z Downloaded lalrpop-util v0.19.12
8082026-07-16T21:19:58.803Z Downloaded packed_struct v0.10.1
8092026-07-16T21:19:58.808Z Downloaded oxnet v0.1.6
8102026-07-16T21:19:58.808Z Downloaded httparse v1.10.1
8112026-07-16T21:19:58.808Z Downloaded async-compression v0.4.41
8122026-07-16T21:19:58.810Z Downloaded crypto-bigint v0.5.5
8132026-07-16T21:19:58.814Z Downloaded lru-cache v0.1.2
8142026-07-16T21:19:58.817Z Downloaded nu-ansi-term v0.50.3
8152026-07-16T21:19:58.820Z Downloaded ingot-macros v0.1.1
8162026-07-16T21:19:58.820Z Downloaded password-hash v0.5.0
8172026-07-16T21:19:58.824Z Downloaded predicates-core v1.0.10
8182026-07-16T21:19:58.824Z Downloaded precomputed-hash v0.1.1
8192026-07-16T21:19:58.824Z Downloaded peg-macros v0.8.5
8202026-07-16T21:19:58.829Z Downloaded predicates-tree v1.0.13
8212026-07-16T21:19:58.829Z Downloaded parse-display-derive v0.10.0
8222026-07-16T21:19:58.829Z Downloaded progenitor-client v0.14.0
8232026-07-16T21:19:58.829Z Downloaded potential_utf v0.1.4
8242026-07-16T21:19:58.832Z Downloaded parking_lot_core v0.8.6
8252026-07-16T21:19:58.832Z Downloaded half v1.8.3
8262026-07-16T21:19:58.832Z Downloaded ed25519-dalek v3.0.0-rc.0
8272026-07-16T21:19:58.835Z Downloaded pem v3.0.6
8282026-07-16T21:19:58.835Z Downloaded libbz2-rs-sys v0.2.2
8292026-07-16T21:19:58.839Z Downloaded der v0.7.10
8302026-07-16T21:19:58.842Z Downloaded proc-macro-crate v1.3.1
8312026-07-16T21:19:58.842Z Downloaded peg v0.8.5
8322026-07-16T21:19:58.846Z Downloaded proc-macro-crate v3.4.0
8332026-07-16T21:19:58.846Z Downloaded pbkdf2 v0.13.0
8342026-07-16T21:19:58.846Z Downloaded proc-macro-error-attr2 v2.0.0
8352026-07-16T21:19:58.848Z Downloaded pem-rfc7468 v0.7.0
8362026-07-16T21:19:58.848Z Downloaded progenitor-macro v0.13.0
8372026-07-16T21:19:58.851Z Downloaded icu_normalizer v2.1.1
8382026-07-16T21:19:58.855Z Downloaded num-integer v0.1.46
8392026-07-16T21:19:58.855Z Downloaded flate2 v1.1.9
8402026-07-16T21:19:58.858Z Downloaded phf v0.13.1
8412026-07-16T21:19:58.861Z Downloaded owo-colors v4.3.0
8422026-07-16T21:19:58.861Z Downloaded pin-project-internal v1.1.11
8432026-07-16T21:19:58.864Z Downloaded pin-project-lite v0.2.17
8442026-07-16T21:19:58.869Z Downloaded quick-error v1.2.3
8452026-07-16T21:19:58.871Z Downloaded psl-types v2.0.11
8462026-07-16T21:19:58.872Z Downloaded radium v0.7.0
8472026-07-16T21:19:58.872Z Downloaded pkg-config v0.3.32
8482026-07-16T21:19:58.872Z Downloaded hickory-resolver v0.25.2
8492026-07-16T21:19:58.877Z Downloaded indicatif v0.18.4
8502026-07-16T21:19:58.880Z Downloaded pkcs8 v0.10.2
8512026-07-16T21:19:58.880Z Downloaded ed25519-dalek v2.2.0
8522026-07-16T21:19:58.880Z Downloaded oxide-tokio-rt v0.1.4
8532026-07-16T21:19:58.881Z Downloaded phf v0.12.1
8542026-07-16T21:19:58.883Z Downloaded indexmap v1.9.3
8552026-07-16T21:19:58.883Z Downloaded icu_locale_core v2.1.1
8562026-07-16T21:19:58.886Z Downloaded postgres-protocol v0.6.10
8572026-07-16T21:19:58.889Z Downloaded paste v1.0.15
8582026-07-16T21:19:58.892Z Downloaded port-file v0.1.0
8592026-07-16T21:19:58.892Z Downloaded icu_provider v2.1.1
8602026-07-16T21:19:58.894Z Downloaded darling_core v0.21.3
8612026-07-16T21:19:58.897Z Downloaded hickory-resolver v0.24.4
8622026-07-16T21:19:58.900Z Downloaded crossterm v0.28.1
8632026-07-16T21:19:58.903Z Downloaded progenitor v0.14.0
8642026-07-16T21:19:58.907Z Downloaded ppv-lite86 v0.2.21
8652026-07-16T21:19:58.907Z Downloaded parking_lot_core v0.9.12
8662026-07-16T21:19:58.910Z Downloaded ref-cast v1.0.25
8672026-07-16T21:19:58.910Z Downloaded derive_more-impl v2.1.1
8682026-07-16T21:19:58.912Z Downloaded predicates v3.1.4
8692026-07-16T21:19:58.915Z Downloaded ref-cast-impl v1.0.25
8702026-07-16T21:19:58.915Z Downloaded progenitor-extras v0.2.0
8712026-07-16T21:19:58.918Z Downloaded pem-rfc7468 v1.0.0
8722026-07-16T21:19:58.918Z Downloaded progenitor-client v0.13.0
8732026-07-16T21:19:58.921Z Downloaded recursive-proc-macro-impl v0.1.1
8742026-07-16T21:19:58.922Z Downloaded recursive v0.1.1
8752026-07-16T21:19:58.922Z Downloaded primeorder v0.14.0-rc.10
8762026-07-16T21:19:58.922Z Downloaded phc v0.6.1
8772026-07-16T21:19:58.924Z Downloaded primeorder v0.13.6
8782026-07-16T21:19:58.924Z Downloaded rand_chacha v0.3.1
8792026-07-16T21:19:58.925Z Downloaded progenitor-macro v0.14.0
8802026-07-16T21:19:58.929Z Downloaded num-traits v0.2.19
8812026-07-16T21:19:58.929Z Downloaded icu_normalizer_data v2.1.1
8822026-07-16T21:19:58.932Z Downloaded der v0.8.0
8832026-07-16T21:19:58.935Z Downloaded rfc6979 v0.4.0
8842026-07-16T21:19:58.935Z Downloaded icu_collections v2.1.1
8852026-07-16T21:19:58.937Z Downloaded derive_more v2.1.1
8862026-07-16T21:19:58.943Z Downloaded rfc6979 v0.5.0
8872026-07-16T21:19:58.946Z Downloaded crossterm v0.29.0
8882026-07-16T21:19:58.949Z Downloaded rtoolbox v0.0.3
8892026-07-16T21:19:58.949Z Downloaded rand_xorshift v0.4.0
8902026-07-16T21:19:58.952Z Downloaded r2d2 v0.8.10
8912026-07-16T21:19:58.952Z Downloaded rustc_version v0.1.7
8922026-07-16T21:19:58.952Z Downloaded rustc-hash v2.1.1
8932026-07-16T21:19:58.955Z Downloaded miniz_oxide v0.8.9
8942026-07-16T21:19:58.955Z Downloaded polyval v0.7.1
8952026-07-16T21:19:58.959Z Downloaded postcard v1.1.3
8962026-07-16T21:19:58.960Z Downloaded pkcs8 v0.11.0
8972026-07-16T21:19:58.963Z Downloaded rand_core v0.9.5
8982026-07-16T21:19:58.963Z Downloaded rand_core v0.6.4
8992026-07-16T21:19:58.963Z Downloaded rand_chacha v0.9.0
9002026-07-16T21:19:58.963Z Downloaded expectorate v1.2.0
9012026-07-16T21:19:58.966Z Downloaded rustc_version v0.4.1
9022026-07-16T21:19:58.966Z Downloaded poly1305 v0.9.0
9032026-07-16T21:19:58.969Z Downloaded poly1305 v0.8.0
9042026-07-16T21:19:58.971Z Downloaded russh-util v0.52.0
9052026-07-16T21:19:58.971Z Downloaded russh-cryptovec v0.61.0
9062026-07-16T21:19:58.971Z Downloaded rand_seeder v0.4.0
9072026-07-16T21:19:58.972Z Downloaded parking_lot v0.11.2
9082026-07-16T21:19:58.975Z Downloaded pkcs1 v0.7.5
9092026-07-16T21:19:58.978Z Downloaded progenitor v0.13.0
9102026-07-16T21:19:58.978Z Downloaded proc-macro-error2 v2.0.1
9112026-07-16T21:19:58.981Z Downloaded parking_lot v0.12.5
9122026-07-16T21:19:58.981Z Downloaded iana-time-zone v0.1.65
9132026-07-16T21:19:58.985Z Downloaded jiff-static v0.2.21
9142026-07-16T21:19:58.988Z Downloaded elliptic-curve v0.14.0-rc.33
9152026-07-16T21:19:58.988Z Downloaded darling_core v0.20.11
9162026-07-16T21:19:58.991Z Downloaded same-file v1.0.6
9172026-07-16T21:19:58.991Z Downloaded base64 v0.21.7
9182026-07-16T21:19:58.995Z Downloaded generic-array v1.4.3
9192026-07-16T21:19:58.998Z Downloaded scopeguard v1.2.0
9202026-07-16T21:19:58.998Z Downloaded scheduled-thread-pool v0.2.7
9212026-07-16T21:19:58.998Z Downloaded sapling-renderdag v0.1.0
9222026-07-16T21:19:58.998Z Downloaded heapless v0.8.0
9232026-07-16T21:19:59.001Z Downloaded hashbrown v0.12.3
9242026-07-16T21:19:59.004Z Downloaded primefield v0.14.0
9252026-07-16T21:19:59.008Z Downloaded pkcs1 v0.8.0-rc.4
9262026-07-16T21:19:59.015Z Downloaded scroll_derive v0.13.1
9272026-07-16T21:19:59.019Z Downloaded serde-big-array v0.5.1
9282026-07-16T21:19:59.022Z Downloaded semver v0.1.20
9292026-07-16T21:19:59.022Z Downloaded quinn-udp v0.5.14
9302026-07-16T21:19:59.024Z Downloaded pin-project v1.1.11
9312026-07-16T21:19:59.028Z Downloaded serde_spanned v1.1.1
9322026-07-16T21:19:59.032Z Downloaded oso v0.27.3
9332026-07-16T21:19:59.034Z Downloaded pkcs5 v0.8.1
9342026-07-16T21:19:59.038Z Downloaded secrecy v0.8.0
9352026-07-16T21:19:59.038Z Downloaded aes v0.9.1
9362026-07-16T21:19:59.042Z Downloaded serde_urlencoded v0.7.1
9372026-07-16T21:19:59.042Z Downloaded secrecy v0.10.3
9382026-07-16T21:19:59.042Z Downloaded serde_bytes v0.11.19
9392026-07-16T21:19:59.046Z Downloaded postgres-types v0.2.12
9402026-07-16T21:19:59.046Z Downloaded p384 v0.14.0-rc.10
9412026-07-16T21:19:59.046Z Downloaded p256 v0.14.0-rc.10
9422026-07-16T21:19:59.049Z Downloaded rustls-pemfile v2.2.0
9432026-07-16T21:19:59.051Z Downloaded sha1 v0.11.0
9442026-07-16T21:19:59.051Z Downloaded rustls-native-certs v0.8.3
9452026-07-16T21:19:59.056Z Downloaded hashbrown v0.13.2
9462026-07-16T21:19:59.056Z Downloaded http v1.4.2
9472026-07-16T21:19:59.059Z Downloaded rusty-fork v0.3.1
9482026-07-16T21:19:59.059Z Downloaded rustversion v1.0.22
9492026-07-16T21:19:59.061Z Downloaded hickory-server v0.25.2
9502026-07-16T21:19:59.064Z Downloaded papergrid v0.17.0
9512026-07-16T21:19:59.067Z Downloaded signal-hook-mio v0.2.5
9522026-07-16T21:19:59.067Z Downloaded serde_repr v0.1.20
9532026-07-16T21:19:59.070Z Downloaded serde_plain v1.0.2
9542026-07-16T21:19:59.070Z Downloaded seq-macro v0.3.6
9552026-07-16T21:19:59.073Z Downloaded sigpipe v0.1.3
9562026-07-16T21:19:59.073Z Downloaded signal-hook-tokio v0.3.1
9572026-07-16T21:19:59.073Z Downloaded siphasher v1.0.2
9582026-07-16T21:19:59.075Z Downloaded shell-words v1.1.1
9592026-07-16T21:19:59.075Z Downloaded resolv-conf v0.7.6
9602026-07-16T21:19:59.076Z Downloaded mio v1.2.0
9612026-07-16T21:19:59.078Z Downloaded prefix-trie v0.7.0
9622026-07-16T21:19:59.081Z Downloaded signature v2.2.0
9632026-07-16T21:19:59.081Z Downloaded scroll v0.13.0
9642026-07-16T21:19:59.084Z Downloaded progenitor-impl v0.14.0
9652026-07-16T21:19:59.084Z Downloaded progenitor-impl v0.13.0
9662026-07-16T21:19:59.088Z Downloaded schemars_derive v0.8.22
9672026-07-16T21:19:59.088Z Downloaded rand_core v0.10.0
9682026-07-16T21:19:59.088Z Downloaded minimal-lexical v0.2.1
9692026-07-16T21:19:59.092Z Downloaded psm v0.1.30
9702026-07-16T21:19:59.097Z Downloaded internal-russh-num-bigint v0.5.0
9712026-07-16T21:19:59.100Z Downloaded hyper-util v0.1.20
9722026-07-16T21:19:59.102Z Downloaded serde_derive_internals v0.29.1
9732026-07-16T21:19:59.107Z Downloaded slog-bunyan v2.5.0
9742026-07-16T21:19:59.110Z Downloaded slog-envlogger v2.2.0
9752026-07-16T21:19:59.110Z Downloaded aes-gcm v0.11.0
9762026-07-16T21:19:59.115Z Downloaded scrypt v0.12.0
9772026-07-16T21:19:59.117Z Downloaded serde-hex v0.1.0
9782026-07-16T21:19:59.117Z Downloaded sha1 v0.10.6
9792026-07-16T21:19:59.121Z Downloaded rustls-pki-types v1.14.0
9802026-07-16T21:19:59.121Z Downloaded sec1 v0.8.1
9812026-07-16T21:19:59.124Z Downloaded openssl-sys v0.9.115
9822026-07-16T21:19:59.127Z Downloaded itertools v0.10.5
9832026-07-16T21:19:59.130Z Downloaded serde_path_to_error v0.1.20
9842026-07-16T21:19:59.133Z Downloaded salsa20 v0.11.0
9852026-07-16T21:19:59.136Z Downloaded serdect v0.4.3
9862026-07-16T21:19:59.139Z Downloaded sqlparser_derive v0.5.0
9872026-07-16T21:19:59.185Z Downloaded simd-adler32 v0.3.8
9882026-07-16T21:19:59.185Z Downloaded shlex v1.3.0
9892026-07-16T21:19:59.190Z Downloaded signal-hook-registry v1.4.8
9902026-07-16T21:19:59.190Z Downloaded prettyplease v0.2.37
9912026-07-16T21:19:59.190Z Downloaded rcgen v0.12.1
9922026-07-16T21:19:59.190Z Downloaded stable_deref_trait v1.2.1
9932026-07-16T21:19:59.190Z Downloaded strum v0.26.3
9942026-07-16T21:19:59.190Z Downloaded subtle v2.6.1
9952026-07-16T21:19:59.190Z Downloaded sec1 v0.7.3
9962026-07-16T21:19:59.190Z Downloaded hashbrown v0.15.5
9972026-07-16T21:19:59.190Z Downloaded slog-stdlog v4.1.1
9982026-07-16T21:19:59.190Z Downloaded slab v0.4.12
9992026-07-16T21:19:59.190Z Downloaded slog-scope v4.4.1
10002026-07-16T21:19:59.190Z Downloaded signature v3.0.0
10012026-07-16T21:19:59.190Z Downloaded slog-term v2.9.2
10022026-07-16T21:19:59.190Z Downloaded sync_wrapper v1.0.2
10032026-07-16T21:19:59.191Z Downloaded sync-ptr v0.1.4
10042026-07-16T21:19:59.191Z Downloaded strsim v0.10.0
10052026-07-16T21:19:59.191Z Downloaded strum v0.27.2
10062026-07-16T21:19:59.191Z Downloaded serde_with_macros v3.17.0
10072026-07-16T21:19:59.191Z Downloaded hashbrown v0.16.1
10082026-07-16T21:19:59.191Z Downloaded dropshot-api-manager v0.7.2
10092026-07-16T21:19:59.191Z Downloaded structmeta v0.3.0
10102026-07-16T21:19:59.191Z Downloaded strip-ansi-escapes v0.2.1
10112026-07-16T21:19:59.196Z Downloaded ron v0.8.1
10122026-07-16T21:19:59.200Z Downloaded supports-color v3.0.2
10132026-07-16T21:19:59.200Z Downloaded take_mut v0.2.2
10142026-07-16T21:19:59.203Z Downloaded tabwriter v1.4.1
10152026-07-16T21:19:59.203Z Downloaded slog-dtrace v0.3.0
10162026-07-16T21:19:59.203Z Downloaded tagptr v0.2.0
10172026-07-16T21:19:59.203Z Downloaded tabled_derive v0.11.0
10182026-07-16T21:19:59.206Z Downloaded smf v0.2.3
10192026-07-16T21:19:59.206Z Downloaded smallvec v0.6.14
10202026-07-16T21:19:59.206Z Downloaded nom v7.1.3
10212026-07-16T21:19:59.208Z Downloaded slog-async v2.8.0
10222026-07-16T21:19:59.214Z Downloaded tap v1.0.1
10232026-07-16T21:19:59.217Z Downloaded snafu-derive v0.8.9
10242026-07-16T21:19:59.217Z Downloaded serde_with_macros v1.5.2
10252026-07-16T21:19:59.220Z Downloaded testing_table v0.3.0
10262026-07-16T21:19:59.220Z Downloaded termtree v0.5.1
10272026-07-16T21:19:59.223Z Downloaded thiserror-impl-no-std v2.0.2
10282026-07-16T21:19:59.226Z Downloaded thread-id v5.1.0
10292026-07-16T21:19:59.230Z Downloaded pretty_assertions v1.4.1
10302026-07-16T21:19:59.233Z Downloaded sha2 v0.11.0
10312026-07-16T21:19:59.236Z Downloaded stacker v0.1.23
10322026-07-16T21:19:59.240Z Downloaded ssh-cipher v0.3.0-rc.9
10332026-07-16T21:19:59.240Z Downloaded sqlformat v0.3.5
10342026-07-16T21:19:59.240Z Downloaded tinyvec_macros v0.1.1
10352026-07-16T21:19:59.244Z Downloaded time-core v0.1.8
10362026-07-16T21:19:59.244Z Downloaded strum_macros v0.27.2
10372026-07-16T21:19:59.244Z Downloaded strum_macros v0.24.3
10382026-07-16T21:19:59.247Z Downloaded ryu v1.0.23
10392026-07-16T21:19:59.247Z Downloaded idna v1.1.0
10402026-07-16T21:19:59.250Z Downloaded strum_macros v0.26.4
10412026-07-16T21:19:59.253Z Downloaded support-bundle-viewer v0.1.2
10422026-07-16T21:19:59.254Z Downloaded structmeta-derive v0.3.0
10432026-07-16T21:19:59.254Z Downloaded string_cache v0.8.9
10442026-07-16T21:19:59.257Z Downloaded slog-json v2.6.1
10452026-07-16T21:19:59.257Z Downloaded schemars v0.8.22
10462026-07-16T21:19:59.261Z Downloaded tokio-test v0.4.5
10472026-07-16T21:19:59.264Z Downloaded crypto-primes v0.7.2
10482026-07-16T21:19:59.267Z Downloaded synstructure v0.13.2
10492026-07-16T21:19:59.267Z Downloaded smallvec v1.15.1
10502026-07-16T21:19:59.267Z Downloaded rand v0.8.6
10512026-07-16T21:19:59.270Z Downloaded qorb v0.4.1
10522026-07-16T21:19:59.273Z Downloaded p521 v0.14.0-rc.10
10532026-07-16T21:19:59.276Z Downloaded tokio-macros v2.7.0
10542026-07-16T21:19:59.276Z Downloaded serde_yaml v0.9.34+deprecated
10552026-07-16T21:19:59.279Z Downloaded publicsuffix v2.3.0
10562026-07-16T21:19:59.282Z Downloaded static_assertions v1.1.0
10572026-07-16T21:19:59.282Z Downloaded spki v0.8.0
10582026-07-16T21:19:59.285Z Downloaded iri-string v0.7.10
10592026-07-16T21:19:59.290Z Downloaded termios v0.3.3
10602026-07-16T21:19:59.297Z Downloaded stringprep v0.1.5
10612026-07-16T21:19:59.297Z Downloaded itertools v0.13.0
10622026-07-16T21:19:59.300Z Downloaded ssh-encoding v0.3.0-rc.9
10632026-07-16T21:19:59.300Z Downloaded libxml v0.3.3
10642026-07-16T21:19:59.303Z Downloaded spki v0.7.3
10652026-07-16T21:19:59.305Z Downloaded num-bigint v0.4.6
10662026-07-16T21:19:59.308Z Downloaded similar v2.7.0
10672026-07-16T21:19:59.311Z Downloaded tower-layer v0.3.3
10682026-07-16T21:19:59.311Z Downloaded topological-sort v0.2.2
10692026-07-16T21:19:59.314Z Downloaded signal-hook v0.3.18
10702026-07-16T21:19:59.317Z Downloaded try-lock v0.2.5
10712026-07-16T21:19:59.317Z Downloaded trait-variant v0.1.2
10722026-07-16T21:19:59.317Z Downloaded tower-service v0.3.3
10732026-07-16T21:19:59.317Z Downloaded thiserror-no-std v2.0.2
10742026-07-16T21:19:59.320Z Downloaded rayon-core v1.13.0
10752026-07-16T21:19:59.323Z Downloaded spin v0.9.8
10762026-07-16T21:19:59.327Z Downloaded rustls-platform-verifier v0.6.2
10772026-07-16T21:19:59.330Z Downloaded tokio-dtrace v0.1.1
10782026-07-16T21:19:59.330Z Downloaded tinystr v0.8.2
10792026-07-16T21:19:59.334Z Downloaded futures-util v0.3.32
10802026-07-16T21:19:59.337Z Downloaded typify-macro v0.6.2
10812026-07-16T21:19:59.341Z Downloaded tokio-tungstenite v0.21.0
10822026-07-16T21:19:59.342Z Downloaded tokio-tungstenite v0.23.1
10832026-07-16T21:19:59.345Z Downloaded h2 v0.4.15
10842026-07-16T21:19:59.348Z Downloaded usdt-attr-macro v0.6.0
10852026-07-16T21:19:59.348Z Downloaded aho-corasick v1.1.4
10862026-07-16T21:19:59.351Z Downloaded universal-hash v0.6.1
10872026-07-16T21:19:59.351Z Downloaded unit-prefix v0.5.2
10882026-07-16T21:19:59.351Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10892026-07-16T21:19:59.354Z Downloaded tokio-native-tls v0.3.1
10902026-07-16T21:19:59.354Z Downloaded hkdf v0.13.0
10912026-07-16T21:19:59.357Z Downloaded unicode-xid v0.2.6
10922026-07-16T21:19:59.357Z Downloaded universal-hash v0.5.1
10932026-07-16T21:19:59.357Z Downloaded rustls-webpki v0.103.13
10942026-07-16T21:19:59.359Z Downloaded socket2 v0.6.3
10952026-07-16T21:19:59.362Z Downloaded tls_codec_derive v0.4.2
10962026-07-16T21:19:59.362Z Downloaded term v1.2.1
10972026-07-16T21:19:59.365Z Downloaded nom v8.0.0
10982026-07-16T21:19:59.368Z Downloaded usdt v0.6.0
10992026-07-16T21:19:59.368Z Downloaded serde_cbor v0.11.2
11002026-07-16T21:19:59.372Z Downloaded utf-8 v0.7.6
11012026-07-16T21:19:59.372Z Downloaded quinn v0.11.9
11022026-07-16T21:19:59.376Z Downloaded utf8_iter v1.0.4
11032026-07-16T21:19:59.376Z Downloaded usdt-macro v0.6.0
11042026-07-16T21:19:59.376Z Downloaded untrusted v0.9.0
11052026-07-16T21:19:59.379Z Downloaded wait-timeout v0.2.1
11062026-07-16T21:19:59.379Z Downloaded blake3 v1.8.5
11072026-07-16T21:19:59.381Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11082026-07-16T21:19:59.381Z Downloaded hyper v1.10.1
11092026-07-16T21:19:59.386Z Downloaded untrusted v0.7.1
11102026-07-16T21:19:59.389Z Downloaded tls_codec v0.4.2
11112026-07-16T21:19:59.389Z Downloaded schemars v0.9.0
11122026-07-16T21:19:59.394Z Downloaded want v0.3.1
11132026-07-16T21:19:59.398Z Downloaded toml_writer v1.1.1+spec-1.1.0
11142026-07-16T21:19:59.398Z Downloaded waitgroup v0.1.2
11152026-07-16T21:19:59.398Z Downloaded void v1.0.2
11162026-07-16T21:19:59.402Z Downloaded thread_local v1.1.9
11172026-07-16T21:19:59.402Z Downloaded num-bigint-dig v0.8.6
11182026-07-16T21:19:59.405Z Downloaded libm v0.2.16
11192026-07-16T21:19:59.408Z Downloaded icu_properties_data v2.1.2
11202026-07-16T21:19:59.413Z Downloaded unicase v2.9.0
11212026-07-16T21:19:59.416Z Downloaded tui-tree-widget v0.23.1
11222026-07-16T21:19:59.416Z Downloaded unarray v0.1.4
11232026-07-16T21:19:59.419Z Downloaded tokio-stream v0.1.18
11242026-07-16T21:19:59.422Z Downloaded tokio-rustls v0.26.4
11252026-07-16T21:19:59.422Z Downloaded subprocess v0.2.15
11262026-07-16T21:19:59.424Z Downloaded time-macros v0.2.27
11272026-07-16T21:19:59.427Z Downloaded slog v2.8.2
11282026-07-16T21:19:59.427Z Downloaded rsa v0.9.10
11292026-07-16T21:19:59.430Z Downloaded unicode-truncate v1.1.0
11302026-07-16T21:19:59.433Z Downloaded hkdf v0.12.4
11312026-07-16T21:19:59.433Z Downloaded rand v0.9.2
11322026-07-16T21:19:59.436Z Downloaded xshell-macros v0.2.7
11332026-07-16T21:19:59.436Z Downloaded xattr v1.6.1
11342026-07-16T21:19:59.439Z Downloaded test-strategy v0.4.5
11352026-07-16T21:19:59.442Z Downloaded toml_parser v1.1.2+spec-1.1.0
11362026-07-16T21:19:59.442Z Downloaded zerofrom v0.1.6
11372026-07-16T21:19:59.446Z Downloaded vergen-lib v0.1.6
11382026-07-16T21:19:59.446Z Downloaded term v0.7.0
11392026-07-16T21:19:59.451Z Downloaded uzers v0.12.2
11402026-07-16T21:19:59.451Z Downloaded yoke-derive v0.8.1
11412026-07-16T21:19:59.451Z Downloaded usdt-impl v0.6.0
11422026-07-16T21:19:59.454Z Downloaded tiny-keccak v2.0.2
11432026-07-16T21:19:59.454Z Downloaded itertools v0.14.0
11442026-07-16T21:19:59.457Z Downloaded zone v0.3.1
11452026-07-16T21:19:59.457Z Downloaded zeroize_derive v1.4.3
11462026-07-16T21:19:59.457Z Downloaded zerofrom-derive v0.1.6
11472026-07-16T21:19:59.460Z Downloaded vergen-lib v9.1.0
11482026-07-16T21:19:59.460Z Downloaded tracing-attributes v0.1.31
11492026-07-16T21:19:59.463Z Downloaded whoami v2.1.0
11502026-07-16T21:19:59.463Z Downloaded snafu v0.8.9
11512026-07-16T21:19:59.466Z Downloaded zone_cfg_derive v0.3.1
11522026-07-16T21:19:59.470Z Downloaded socket2 v0.5.10
11532026-07-16T21:19:59.470Z Downloaded itertools v0.12.1
11542026-07-16T21:19:59.473Z Downloaded walkdir v2.5.0
11552026-07-16T21:19:59.476Z Downloaded vergen-git2 v9.1.0
11562026-07-16T21:19:59.476Z Downloaded whoami v1.6.1
11572026-07-16T21:19:59.479Z Downloaded iddqd v0.4.2
11582026-07-16T21:19:59.483Z Downloaded writeable v0.6.2
11592026-07-16T21:19:59.486Z Downloaded tinyvec v1.10.0
11602026-07-16T21:19:59.498Z Downloaded xshell v0.2.7
11612026-07-16T21:19:59.501Z Downloaded unicode-properties v0.1.4
11622026-07-16T21:19:59.508Z Downloaded rand v0.10.1
11632026-07-16T21:19:59.512Z Downloaded tar v0.4.46
11642026-07-16T21:19:59.516Z Downloaded toml v1.1.2+spec-1.1.0
11652026-07-16T21:19:59.518Z Downloaded toml v0.7.8
11662026-07-16T21:19:59.521Z Downloaded zerovec-derive v0.11.2
11672026-07-16T21:19:59.521Z Downloaded aws-lc-rs v1.16.3
11682026-07-16T21:19:59.525Z Downloaded vergen-gitcl v1.0.8
11692026-07-16T21:19:59.530Z Downloaded samael v0.0.19
11702026-07-16T21:19:59.533Z Downloaded tracing-core v0.1.36
11712026-07-16T21:19:59.533Z Downloaded bindgen v0.71.1
11722026-07-16T21:19:59.536Z Downloaded vsss-rs v3.3.4
11732026-07-16T21:19:59.540Z Downloaded zstd v0.13.3
11742026-07-16T21:19:59.543Z Downloaded schemars v1.2.1
11752026-07-16T21:19:59.548Z Downloaded typify v0.6.2
11762026-07-16T21:19:59.551Z Downloaded twox-hash v2.1.2
11772026-07-16T21:19:59.554Z Downloaded tungstenite v0.23.0
11782026-07-16T21:19:59.554Z Downloaded wyz v0.5.1
11792026-07-16T21:19:59.556Z Downloaded tungstenite v0.21.0
11802026-07-16T21:19:59.560Z Downloaded vergen v9.1.0
11812026-07-16T21:19:59.560Z Downloaded rsa v0.10.0-rc.18
11822026-07-16T21:19:59.563Z Downloaded unicode-bidi v0.3.18
11832026-07-16T21:19:59.566Z Downloaded rpassword v7.4.0
11842026-07-16T21:19:59.569Z Downloaded zerocopy v0.6.6
11852026-07-16T21:19:59.569Z Downloaded yasna v0.5.2
11862026-07-16T21:19:59.572Z Downloaded chrono v0.4.45
11872026-07-16T21:19:59.574Z Downloaded uuid v1.23.4
11882026-07-16T21:19:59.577Z Downloaded yoke v0.8.1
11892026-07-16T21:19:59.577Z Downloaded serde_with v1.14.0
11902026-07-16T21:19:59.580Z Downloaded vte v0.14.1
11912026-07-16T21:19:59.583Z Downloaded zeroize v1.8.2
11922026-07-16T21:19:59.583Z Downloaded toml_edit v0.23.10+spec-1.0.0
11932026-07-16T21:19:59.594Z Downloaded zstd-safe v7.2.4
11942026-07-16T21:19:59.597Z Downloaded steno v0.4.1
11952026-07-16T21:19:59.600Z Downloaded rustyline v14.0.0
11962026-07-16T21:19:59.603Z Downloaded reedline v0.40.0
11972026-07-16T21:19:59.611Z Downloaded git2 v0.20.4
11982026-07-16T21:19:59.622Z Downloaded unsafe-libyaml v0.2.11
11992026-07-16T21:19:59.627Z Downloaded toml_edit v0.19.15
12002026-07-16T21:19:59.637Z Downloaded zopfli v0.8.3
12012026-07-16T21:19:59.647Z Downloaded regex v1.12.3
12022026-07-16T21:19:59.657Z Downloaded unicode_categories v0.1.1
12032026-07-16T21:19:59.660Z Downloaded yansi v1.0.1
12042026-07-16T21:19:59.664Z Downloaded p384 v0.13.1
12052026-07-16T21:19:59.668Z Downloaded zerotrie v0.2.3
12062026-07-16T21:19:59.670Z Downloaded reqwest v0.13.2
12072026-07-16T21:19:59.674Z Downloaded lalrpop v0.19.12
12082026-07-16T21:19:59.681Z Downloaded zip v0.6.6
12092026-07-16T21:19:59.684Z Downloaded tower v0.5.3
12102026-07-16T21:19:59.689Z Downloaded goblin v0.10.5
12112026-07-16T21:19:59.693Z Downloaded tokio-postgres v0.7.16
12122026-07-16T21:19:59.696Z Downloaded rawzip v0.4.4
12132026-07-16T21:19:59.700Z Downloaded bitvec v1.0.1
12142026-07-16T21:19:59.708Z Downloaded url v2.5.8
12152026-07-16T21:19:59.711Z Downloaded salty v0.3.0
12162026-07-16T21:19:59.715Z Downloaded portable-atomic v1.13.1
12172026-07-16T21:19:59.719Z Downloaded quick-xml v0.37.5
12182026-07-16T21:19:59.724Z Downloaded ssh-key v0.7.0-rc.10
12192026-07-16T21:19:59.728Z Downloaded typed-path v0.9.3
12202026-07-16T21:19:59.731Z Downloaded x509-cert v0.2.5
12212026-07-16T21:19:59.736Z Downloaded reqwest v0.12.28
12222026-07-16T21:19:59.739Z Downloaded moka v0.12.13
12232026-07-16T21:19:59.743Z Downloaded unicode-segmentation v1.12.0
12242026-07-16T21:19:59.746Z Downloaded curve25519-dalek v5.0.0-rc.0
12252026-07-16T21:19:59.751Z Downloaded rayon v1.11.0
12262026-07-16T21:19:59.766Z Downloaded curve25519-dalek v4.1.3
12272026-07-16T21:19:59.771Z Downloaded zerocopy-derive v0.8.40
12282026-07-16T21:19:59.775Z Downloaded unicode-normalization v0.1.25
12292026-07-16T21:19:59.778Z Downloaded tokio-util v0.7.18
12302026-07-16T21:19:59.782Z Downloaded zip v4.6.1
12312026-07-16T21:19:59.786Z Downloaded tower-http v0.6.8
12322026-07-16T21:19:59.789Z Downloaded object v0.30.4
12332026-07-16T21:19:59.794Z Downloaded petname v2.0.2
12342026-07-16T21:19:59.798Z Downloaded proptest v1.10.0
12352026-07-16T21:19:59.806Z Downloaded zerovec v0.11.5
12362026-07-16T21:19:59.818Z Downloaded radix_trie v0.2.1
12372026-07-16T21:19:59.829Z Downloaded serde_with v3.17.0
12382026-07-16T21:19:59.837Z Downloaded russh v0.61.2
12392026-07-16T21:19:59.843Z Downloaded polar-core v0.27.3
12402026-07-16T21:19:59.847Z Downloaded winnow v0.6.26
12412026-07-16T21:19:59.851Z Downloaded nix v0.27.1
12422026-07-16T21:19:59.857Z Downloaded tough v0.22.0
12432026-07-16T21:19:59.870Z Downloaded bstr v1.12.1
12442026-07-16T21:19:59.875Z Downloaded dropshot v0.17.1
12452026-07-16T21:19:59.888Z Downloaded winnow v0.5.40
12462026-07-16T21:19:59.894Z Downloaded quinn-proto v0.11.13
12472026-07-16T21:19:59.898Z Downloaded tabled v0.20.0
12482026-07-16T21:19:59.909Z Downloaded nix v0.31.2
12492026-07-16T21:19:59.915Z Downloaded winnow v1.0.3
12502026-07-16T21:19:59.921Z Downloaded regex-syntax v0.6.29
12512026-07-16T21:19:59.925Z Downloaded nix v0.28.0
12522026-07-16T21:19:59.931Z Downloaded openssl v0.10.79
12532026-07-16T21:19:59.941Z Downloaded object v0.37.3
12542026-07-16T21:19:59.947Z Downloaded vcpkg v0.2.15
12552026-07-16T21:19:59.971Z Downloaded time v0.3.47
12562026-07-16T21:19:59.977Z Downloaded hickory-proto v0.24.4
12572026-07-16T21:19:59.986Z Downloaded zlib-rs v0.6.2
12582026-07-16T21:19:59.989Z Downloaded smoltcp v0.11.0
12592026-07-16T21:19:59.997Z Downloaded regress v0.10.5
12602026-07-16T21:20:00.002Z Downloaded zerocopy v0.8.40
12612026-07-16T21:20:00.007Z Downloaded regex-syntax v0.8.10
12622026-07-16T21:20:00.012Z Downloaded hickory-proto v0.25.2
12632026-07-16T21:20:00.021Z Downloaded diesel v2.3.7
12642026-07-16T21:20:00.035Z Downloaded openapiv3 v2.2.0
12652026-07-16T21:20:00.039Z Downloaded smoltcp v0.9.1
12662026-07-16T21:20:00.054Z Downloaded regress v0.11.1
12672026-07-16T21:20:00.060Z Downloaded rustls v0.23.41
12682026-07-16T21:20:00.070Z Downloaded rustix v0.38.44
12692026-07-16T21:20:00.094Z Downloaded sqlparser v0.61.0
12702026-07-16T21:20:00.125Z Downloaded bzip2-sys v0.1.13+1.0.8
12712026-07-16T21:20:00.131Z Downloaded sled v0.34.7
12722026-07-16T21:20:00.137Z Downloaded typify-impl v0.6.2
12732026-07-16T21:20:00.145Z Downloaded tracing v0.1.44
12742026-07-16T21:20:00.158Z Downloaded sha3 v0.11.0
12752026-07-16T21:20:00.161Z Downloaded ratatui v0.29.0
12762026-07-16T21:20:00.171Z Downloaded fiat-crypto v0.3.0
12772026-07-16T21:20:00.183Z Downloaded regex-automata v0.4.14
12782026-07-16T21:20:00.191Z Downloaded zerocopy-derive v0.6.6
12792026-07-16T21:20:00.215Z Downloaded jiff v0.2.21
12802026-07-16T21:20:00.225Z Downloaded petgraph v0.6.5
12812026-07-16T21:20:00.238Z Downloaded chrono-tz v0.10.4
12822026-07-16T21:20:00.263Z Downloaded petgraph v0.8.3
12832026-07-16T21:20:00.275Z Downloaded libz-sys v1.1.24
12842026-07-16T21:20:00.288Z Downloaded csv v1.4.0
12852026-07-16T21:20:00.300Z Downloaded sha3 v0.10.8
12862026-07-16T21:20:00.302Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12872026-07-16T21:20:00.314Z Downloaded tokio v1.52.1
12882026-07-16T21:20:00.367Z Downloaded ring v0.17.14
12892026-07-16T21:20:00.407Z Downloaded encoding_rs v0.8.35
12902026-07-16T21:20:00.476Z Downloaded libgit2-sys v0.18.3+1.9.2
12912026-07-16T21:20:01.033Z Downloaded aws-lc-sys v0.40.0
12922026-07-16T21:20:01.290Z Compiling libc v0.2.185
12932026-07-16T21:20:01.290Z Compiling serde_core v1.0.228
12942026-07-16T21:20:01.290Z Compiling serde v1.0.228
12952026-07-16T21:20:01.293Z Compiling log v0.4.29
12962026-07-16T21:20:01.293Z Compiling smallvec v1.15.1
12972026-07-16T21:20:01.293Z Compiling shlex v1.3.0
12982026-07-16T21:20:01.293Z Compiling find-msvc-tools v0.1.9
12992026-07-16T21:20:01.293Z Compiling subtle v2.6.1
13002026-07-16T21:20:01.293Z Compiling scopeguard v1.2.0
13012026-07-16T21:20:01.293Z Compiling stable_deref_trait v1.2.1
13022026-07-16T21:20:01.293Z Compiling typenum v1.20.1
13032026-07-16T21:20:01.433Z Compiling serde_json v1.0.150
13042026-07-16T21:20:01.468Z Compiling portable-atomic v1.13.1
13052026-07-16T21:20:01.478Z Compiling syn v2.0.117
13062026-07-16T21:20:01.481Z Compiling zerocopy v0.8.40
13072026-07-16T21:20:01.492Z Compiling pin-project-lite v0.2.17
13082026-07-16T21:20:01.543Z Compiling parking_lot_core v0.9.12
13092026-07-16T21:20:01.598Z Compiling lock_api v0.4.14
13102026-07-16T21:20:01.652Z Compiling getrandom v0.4.1
13112026-07-16T21:20:01.667Z Compiling libm v0.2.16
13122026-07-16T21:20:01.683Z Compiling critical-section v1.2.0
13132026-07-16T21:20:01.699Z Compiling pkg-config v0.3.32
13142026-07-16T21:20:01.711Z Compiling num-traits v0.2.19
13152026-07-16T21:20:01.808Z Compiling rand_core v0.10.0
13162026-07-16T21:20:01.811Z Compiling futures-core v0.3.32
13172026-07-16T21:20:01.852Z Compiling generic-array v0.14.7
13182026-07-16T21:20:01.893Z Compiling percent-encoding v2.3.2
13192026-07-16T21:20:01.893Z Compiling writeable v0.6.2
13202026-07-16T21:20:01.896Z Compiling litemap v0.8.1
13212026-07-16T21:20:01.987Z Compiling const-oid v0.9.6
13222026-07-16T21:20:02.002Z Compiling icu_properties_data v2.1.2
13232026-07-16T21:20:02.092Z Compiling icu_normalizer_data v2.1.1
13242026-07-16T21:20:02.108Z Compiling futures-sink v0.3.32
13252026-07-16T21:20:02.108Z Compiling futures-io v0.3.32
13262026-07-16T21:20:02.137Z Compiling slab v0.4.12
13272026-07-16T21:20:02.140Z Compiling futures-task v0.3.32
13282026-07-16T21:20:02.152Z Compiling utf8_iter v1.0.4
13292026-07-16T21:20:02.218Z Compiling futures-channel v0.3.32
13302026-07-16T21:20:02.238Z Compiling form_urlencoded v1.2.2
13312026-07-16T21:20:02.291Z Compiling getrandom v0.3.4
13322026-07-16T21:20:02.306Z Compiling rustversion v1.0.22
13332026-07-16T21:20:02.337Z Compiling iana-time-zone v0.1.65
13342026-07-16T21:20:02.353Z Compiling ident_case v1.0.1
13352026-07-16T21:20:02.356Z Compiling rustix v1.1.3
13362026-07-16T21:20:02.379Z Compiling fs_extra v1.3.0
13372026-07-16T21:20:02.422Z Compiling dunce v1.0.5
13382026-07-16T21:20:02.437Z Compiling regex-syntax v0.8.10
13392026-07-16T21:20:02.466Z Compiling jobserver v0.1.34
13402026-07-16T21:20:02.480Z Compiling errno v0.3.14
13412026-07-16T21:20:02.496Z Compiling getrandom v0.2.17
13422026-07-16T21:20:02.542Z Compiling mio v1.2.0
13432026-07-16T21:20:02.650Z Compiling rand_core v0.6.4
13442026-07-16T21:20:02.682Z Compiling cc v1.2.56
13452026-07-16T21:20:02.696Z Compiling once_cell v1.21.3
13462026-07-16T21:20:02.746Z Compiling signal-hook-registry v1.4.8
13472026-07-16T21:20:02.761Z Compiling parking_lot v0.12.5
13482026-07-16T21:20:02.764Z Compiling socket2 v0.6.3
13492026-07-16T21:20:02.836Z Compiling base64ct v1.8.3
13502026-07-16T21:20:02.926Z Compiling vcpkg v0.2.15
13512026-07-16T21:20:02.946Z Compiling base64 v0.22.1
13522026-07-16T21:20:03.028Z Compiling tracing-core v0.1.36
13532026-07-16T21:20:03.044Z Compiling flagset v0.4.7
13542026-07-16T21:20:03.047Z Compiling aws-lc-rs v1.16.3
13552026-07-16T21:20:03.146Z Compiling pem-rfc7468 v0.7.0
13562026-07-16T21:20:03.179Z Compiling schemars v0.8.22
13572026-07-16T21:20:03.198Z Compiling httparse v1.10.1
13582026-07-16T21:20:03.202Z Compiling cmov v0.5.4
13592026-07-16T21:20:03.227Z Compiling openssl-probe v0.2.1
13602026-07-16T21:20:03.302Z Compiling rand_core v0.9.5
13612026-07-16T21:20:03.353Z Compiling dyn-clone v1.0.20
13622026-07-16T21:20:03.397Z Compiling tinyvec_macros v0.1.1
13632026-07-16T21:20:03.427Z Compiling cmake v0.1.57
13642026-07-16T21:20:03.472Z Compiling ctutils v0.4.2
13652026-07-16T21:20:03.479Z Compiling aho-corasick v1.1.4
13662026-07-16T21:20:03.485Z Compiling tinyvec v1.10.0
13672026-07-16T21:20:03.496Z Compiling tower-layer v0.3.3
13682026-07-16T21:20:03.508Z Compiling tower-service v0.3.3
13692026-07-16T21:20:03.522Z Compiling try-lock v0.2.5
13702026-07-16T21:20:03.539Z Compiling atomic-waker v1.1.2
13712026-07-16T21:20:03.602Z Compiling untrusted v0.7.1
13722026-07-16T21:20:03.631Z Compiling bitflags v2.11.0
13732026-07-16T21:20:03.648Z Compiling semver v1.0.28
13742026-07-16T21:20:03.651Z Compiling indexmap v2.14.0
13752026-07-16T21:20:03.762Z Compiling uuid v1.23.4
13762026-07-16T21:20:03.765Z Compiling want v0.3.1
13772026-07-16T21:20:03.765Z Compiling rustls v0.23.41
13782026-07-16T21:20:03.817Z Compiling cpufeatures v0.2.17
13792026-07-16T21:20:03.839Z Compiling openssl v0.10.79
13802026-07-16T21:20:03.904Z Compiling rustc_version v0.4.1
13812026-07-16T21:20:03.932Z Compiling httpdate v1.0.3
13822026-07-16T21:20:03.955Z Compiling untrusted v0.9.0
13832026-07-16T21:20:03.986Z Compiling foreign-types-shared v0.1.1
13842026-07-16T21:20:04.006Z Compiling unicode-normalization v0.1.25
13852026-07-16T21:20:04.020Z Compiling spin v0.9.8
13862026-07-16T21:20:04.080Z Compiling foreign-types v0.3.2
13872026-07-16T21:20:04.095Z Compiling crc32fast v1.5.0
13882026-07-16T21:20:04.098Z Compiling num-conv v0.2.0
13892026-07-16T21:20:04.123Z Compiling powerfmt v0.2.0
13902026-07-16T21:20:04.166Z Compiling native-tls v0.2.18
13912026-07-16T21:20:04.181Z Compiling time-core v0.1.8
13922026-07-16T21:20:04.244Z Compiling wait-timeout v0.2.1
13932026-07-16T21:20:04.260Z Compiling sync_wrapper v1.0.2
13942026-07-16T21:20:04.275Z Compiling simd-adler32 v0.3.8
13952026-07-16T21:20:04.290Z Compiling aws-lc-sys v0.40.0
13962026-07-16T21:20:04.352Z Compiling openssl-sys v0.9.115
13972026-07-16T21:20:04.367Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13982026-07-16T21:20:04.384Z Compiling regex-automata v0.4.14
13992026-07-16T21:20:04.422Z Compiling time-macros v0.2.27
14002026-07-16T21:20:04.438Z Compiling deranged v0.5.8
14012026-07-16T21:20:04.504Z Compiling synstructure v0.13.2
14022026-07-16T21:20:04.519Z Compiling serde_derive_internals v0.29.1
14032026-07-16T21:20:04.533Z Compiling pest_generator v2.8.6
14042026-07-16T21:20:04.549Z Compiling darling_core v0.20.11
14052026-07-16T21:20:04.567Z Compiling syn v1.0.109
14062026-07-16T21:20:04.895Z Compiling tempfile v3.25.0
14072026-07-16T21:20:04.931Z Compiling quick-error v1.2.3
14082026-07-16T21:20:04.944Z Compiling bit-vec v0.8.0
14092026-07-16T21:20:05.087Z Compiling num_threads v0.1.7
14102026-07-16T21:20:05.126Z Compiling usdt-impl v0.6.0
14112026-07-16T21:20:05.162Z Compiling crossbeam-utils v0.8.21
14122026-07-16T21:20:05.205Z Compiling siphasher v1.0.2
14132026-07-16T21:20:05.219Z Compiling bit-set v0.8.0
14142026-07-16T21:20:05.313Z Compiling rusty-fork v0.3.1
14152026-07-16T21:20:05.398Z Compiling darling_core v0.21.3
14162026-07-16T21:20:05.407Z Compiling bzip2-sys v0.1.13+1.0.8
14172026-07-16T21:20:05.420Z Compiling heapless v0.7.17
14182026-07-16T21:20:05.423Z Compiling slog v2.8.2
14192026-07-16T21:20:05.492Z Compiling rand_xorshift v0.4.0
14202026-07-16T21:20:05.520Z Compiling thread-id v5.1.0
14212026-07-16T21:20:05.536Z Compiling cookie v0.18.1
14222026-07-16T21:20:05.551Z Compiling allocator-api2 v0.2.21
14232026-07-16T21:20:05.566Z Compiling unicode-bidi v0.3.18
14242026-07-16T21:20:05.600Z Compiling time v0.3.47
14252026-07-16T21:20:05.620Z Compiling iri-string v0.7.10
14262026-07-16T21:20:05.664Z Compiling unarray v0.1.4
14272026-07-16T21:20:05.679Z Compiling anyhow v1.0.102
14282026-07-16T21:20:05.694Z Compiling adler2 v2.0.1
14292026-07-16T21:20:05.725Z Compiling zstd-safe v7.2.4
14302026-07-16T21:20:05.744Z Compiling signal-hook v0.3.18
14312026-07-16T21:20:05.770Z Compiling ryu v1.0.23
14322026-07-16T21:20:05.798Z Compiling unicode-properties v0.1.4
14332026-07-16T21:20:05.847Z Compiling paste v1.0.15
14342026-07-16T21:20:05.915Z Compiling miniz_oxide v0.8.9
14352026-07-16T21:20:05.972Z Compiling stringprep v0.1.5
14362026-07-16T21:20:06.165Z Compiling camino v1.2.2
14372026-07-16T21:20:06.234Z Compiling curve25519-dalek v4.1.3
14382026-07-16T21:20:06.249Z Compiling serde_derive v1.0.228
14392026-07-16T21:20:06.297Z Compiling zeroize_derive v1.4.3
14402026-07-16T21:20:06.458Z Compiling zerofrom-derive v0.1.6
14412026-07-16T21:20:06.576Z Compiling yoke-derive v0.8.1
14422026-07-16T21:20:06.576Z Compiling zerovec-derive v0.11.2
14432026-07-16T21:20:06.610Z Compiling displaydoc v0.2.5
14442026-07-16T21:20:06.626Z Compiling zerocopy-derive v0.8.40
14452026-07-16T21:20:06.770Z Compiling tokio-macros v2.7.0
14462026-07-16T21:20:06.993Z Compiling futures-macro v0.3.32
14472026-07-16T21:20:07.013Z Compiling zeroize v1.8.2
14482026-07-16T21:20:07.238Z Compiling tracing-attributes v0.1.31
14492026-07-16T21:20:07.287Z Compiling der_derive v0.7.3
14502026-07-16T21:20:07.434Z Compiling thiserror-impl v2.0.18
14512026-07-16T21:20:07.566Z Compiling rustls-pki-types v1.14.0
14522026-07-16T21:20:07.827Z Compiling block-buffer v0.10.4
14532026-07-16T21:20:07.854Z Compiling crypto-common v0.1.7
14542026-07-16T21:20:07.868Z Compiling schemars_derive v0.8.22
14552026-07-16T21:20:07.886Z Compiling futures-util v0.3.32
14562026-07-16T21:20:07.975Z Compiling zerofrom v0.1.6
14572026-07-16T21:20:08.028Z Compiling digest v0.10.7
14582026-07-16T21:20:08.042Z Compiling hybrid-array v0.4.13
14592026-07-16T21:20:08.083Z Compiling scroll_derive v0.13.1
14602026-07-16T21:20:08.094Z Compiling pest_derive v2.8.6
14612026-07-16T21:20:08.123Z Compiling yoke v0.8.1
14622026-07-16T21:20:08.306Z Compiling zerovec v0.11.5
14632026-07-16T21:20:08.327Z Compiling zerotrie v0.2.3
14642026-07-16T21:20:08.343Z Compiling der v0.7.10
14652026-07-16T21:20:08.581Z Compiling darling_macro v0.20.11
14662026-07-16T21:20:08.657Z Compiling openssl-macros v0.1.1
14672026-07-16T21:20:08.696Z Compiling tracing v0.1.44
14682026-07-16T21:20:08.748Z Compiling sha2 v0.10.9
14692026-07-16T21:20:08.919Z Compiling tinystr v0.8.2
14702026-07-16T21:20:08.919Z Compiling potential_utf v0.1.4
14712026-07-16T21:20:08.963Z Compiling thiserror v2.0.18
14722026-07-16T21:20:09.012Z Compiling scroll v0.13.0
14732026-07-16T21:20:09.048Z Compiling hmac v0.12.1
14742026-07-16T21:20:09.088Z Compiling icu_collections v2.1.1
14752026-07-16T21:20:09.115Z Compiling icu_locale_core v2.1.1
14762026-07-16T21:20:09.171Z Compiling dtrace-parser v0.3.0
14772026-07-16T21:20:09.176Z Compiling darling v0.20.11
14782026-07-16T21:20:09.222Z Compiling scroll_derive v0.12.1
14792026-07-16T21:20:09.261Z Compiling goblin v0.10.5
14802026-07-16T21:20:09.278Z Compiling spki v0.7.3
14812026-07-16T21:20:09.315Z Compiling derive_builder_core v0.20.2
14822026-07-16T21:20:09.506Z Compiling pkcs8 v0.10.2
14832026-07-16T21:20:09.604Z Compiling thiserror-impl v1.0.69
14842026-07-16T21:20:09.680Z Compiling crypto-common v0.2.2
14852026-07-16T21:20:09.790Z Compiling icu_provider v2.1.1
14862026-07-16T21:20:09.927Z Compiling bytes v1.11.1
14872026-07-16T21:20:09.936Z Compiling chrono v0.4.45
14882026-07-16T21:20:09.965Z Compiling ipnet v2.11.0
14892026-07-16T21:20:10.032Z Compiling icu_normalizer v2.1.1
14902026-07-16T21:20:10.116Z Compiling icu_properties v2.1.2
14912026-07-16T21:20:10.143Z Compiling scroll v0.12.0
14922026-07-16T21:20:10.198Z Compiling serde_tokenstream v0.2.3
14932026-07-16T21:20:10.222Z Compiling derive_builder_macro v0.20.2
14942026-07-16T21:20:10.339Z Compiling hex v0.4.3
14952026-07-16T21:20:10.431Z Compiling tokio v1.52.1
14962026-07-16T21:20:10.492Z Compiling http v1.4.2
14972026-07-16T21:20:10.546Z Compiling toml_datetime v0.6.11
14982026-07-16T21:20:10.575Z Compiling serde_spanned v0.6.9
14992026-07-16T21:20:10.590Z Compiling erased-serde v0.3.31
15002026-07-16T21:20:10.633Z Compiling serde_urlencoded v0.7.1
15012026-07-16T21:20:10.740Z Compiling block-buffer v0.12.1
15022026-07-16T21:20:10.752Z Compiling block-padding v0.4.2
15032026-07-16T21:20:10.832Z Compiling signature v2.2.0
15042026-07-16T21:20:10.899Z Compiling md-5 v0.10.6
15052026-07-16T21:20:10.936Z Compiling darling_macro v0.21.3
15062026-07-16T21:20:10.950Z Compiling thiserror v1.0.69
15072026-07-16T21:20:10.965Z Compiling rustls-native-certs v0.8.3
15082026-07-16T21:20:11.033Z Compiling idna_adapter v1.2.1
15092026-07-16T21:20:11.070Z Compiling bstr v1.12.1
15102026-07-16T21:20:11.085Z Compiling async-trait v0.1.89
15112026-07-16T21:20:11.100Z Compiling zerocopy-derive v0.7.35
15122026-07-16T21:20:11.191Z Compiling idna v1.1.0
15132026-07-16T21:20:11.293Z Compiling ppv-lite86 v0.2.21
15142026-07-16T21:20:11.305Z Compiling http-body v1.0.1
15152026-07-16T21:20:11.509Z Compiling pin-project-internal v1.1.11
15162026-07-16T21:20:11.565Z Compiling vergen-lib v9.1.0
15172026-07-16T21:20:11.565Z Compiling http-body-util v0.1.3
15182026-07-16T21:20:11.566Z Compiling num-integer v0.1.46
15192026-07-16T21:20:11.566Z Compiling url v2.5.8
15202026-07-16T21:20:11.648Z Compiling rand_chacha v0.9.0
15212026-07-16T21:20:11.680Z Compiling rand_chacha v0.3.1
15222026-07-16T21:20:11.752Z Compiling hash32 v0.2.1
15232026-07-16T21:20:11.775Z Compiling memoffset v0.9.1
15242026-07-16T21:20:11.794Z Compiling encoding_rs v0.8.35
15252026-07-16T21:20:11.848Z Compiling rand v0.9.2
15262026-07-16T21:20:11.885Z Compiling mime v0.3.17
15272026-07-16T21:20:11.983Z Compiling smoltcp v0.9.1
15282026-07-16T21:20:12.054Z Compiling dof v0.4.0
15292026-07-16T21:20:12.167Z Compiling ref-cast v1.0.25
15302026-07-16T21:20:12.189Z Compiling zlib-rs v0.6.2
15312026-07-16T21:20:12.229Z Compiling litrs v1.0.0
15322026-07-16T21:20:12.332Z Compiling num-bigint-dig v0.8.6
15332026-07-16T21:20:12.364Z Compiling cfg_aliases v0.2.1
15342026-07-16T21:20:12.365Z Compiling psl-types v2.0.11
15352026-07-16T21:20:12.435Z Compiling proptest v1.10.0
15362026-07-16T21:20:12.458Z Compiling rustix v0.38.44
15372026-07-16T21:20:12.484Z Compiling fallible-iterator v0.2.0
15382026-07-16T21:20:12.573Z Compiling pin-project v1.1.11
15392026-07-16T21:20:12.616Z Compiling nix v0.31.2
15402026-07-16T21:20:12.617Z Compiling publicsuffix v2.3.0
15412026-07-16T21:20:12.672Z Compiling zerocopy v0.7.35
15422026-07-16T21:20:12.787Z Compiling ipnetwork v0.21.1
15432026-07-16T21:20:12.815Z Compiling postgres-protocol v0.6.10
15442026-07-16T21:20:12.870Z Compiling document-features v0.2.12
15452026-07-16T21:20:12.985Z Compiling rand v0.8.6
15462026-07-16T21:20:13.075Z Compiling oxnet v0.1.6
15472026-07-16T21:20:13.193Z Compiling num-iter v0.1.45
15482026-07-16T21:20:13.225Z Compiling darling v0.21.3
15492026-07-16T21:20:13.316Z Compiling inout v0.2.2
15502026-07-16T21:20:13.332Z Compiling derive_builder v0.20.2
15512026-07-16T21:20:13.336Z Compiling goblin v0.8.2
15522026-07-16T21:20:13.336Z Compiling hubpack_derive v0.1.1
15532026-07-16T21:20:13.377Z Compiling futures-executor v0.3.32
15542026-07-16T21:20:13.479Z Compiling regex v1.12.3
15552026-07-16T21:20:13.544Z Compiling snafu-derive v0.8.9
15562026-07-16T21:20:13.548Z Compiling strum_macros v0.27.2
15572026-07-16T21:20:13.577Z Compiling daft-derive v0.1.7
15582026-07-16T21:20:13.604Z Compiling curve25519-dalek-derive v0.1.1
15592026-07-16T21:20:13.652Z Compiling ref-cast-impl v1.0.25
15602026-07-16T21:20:13.898Z Compiling phf_shared v0.13.1
15612026-07-16T21:20:13.952Z Compiling terminal_size v0.4.3
15622026-07-16T21:20:13.983Z Compiling lazy_static v1.5.0
15632026-07-16T21:20:13.997Z Compiling anstyle-parse v0.2.7
15642026-07-16T21:20:14.094Z Compiling cargo-platform v0.3.2
15652026-07-16T21:20:14.108Z Compiling vergen v9.1.0
15662026-07-16T21:20:14.149Z Compiling ff v0.13.1
15672026-07-16T21:20:14.163Z Compiling fs-err v3.3.0
15682026-07-16T21:20:14.204Z Compiling ahash v0.8.12
15692026-07-16T21:20:14.240Z Compiling base16ct v0.2.0
15702026-07-16T21:20:14.254Z Compiling foldhash v0.1.5
15712026-07-16T21:20:14.304Z Compiling tokio-util v0.7.18
15722026-07-16T21:20:14.339Z Compiling tower v0.5.3
15732026-07-16T21:20:14.364Z Compiling tokio-native-tls v0.3.1
15742026-07-16T21:20:14.392Z Compiling bitflags v1.3.2
15752026-07-16T21:20:14.407Z Compiling object v0.37.3
15762026-07-16T21:20:14.431Z Compiling managed v0.8.0
15772026-07-16T21:20:14.434Z Compiling bumpalo v3.20.2
15782026-07-16T21:20:14.446Z Compiling same-file v1.0.6
15792026-07-16T21:20:14.475Z Compiling unicode-segmentation v1.12.0
15802026-07-16T21:20:14.479Z Compiling libbz2-rs-sys v0.2.2
15812026-07-16T21:20:14.547Z Compiling foldhash v0.2.0
15822026-07-16T21:20:14.644Z Compiling winnow v0.5.40
15832026-07-16T21:20:14.665Z Compiling zopfli v0.8.3
15842026-07-16T21:20:14.718Z Compiling hashbrown v0.16.1
15852026-07-16T21:20:14.785Z Compiling tower-http v0.6.8
15862026-07-16T21:20:14.842Z Compiling newtype-uuid v1.3.2
15872026-07-16T21:20:14.880Z Compiling walkdir v2.5.0
15882026-07-16T21:20:15.200Z Compiling h2 v0.4.15
15892026-07-16T21:20:15.217Z Compiling flate2 v1.1.9
15902026-07-16T21:20:15.220Z Compiling daft v0.1.7
15912026-07-16T21:20:15.246Z Compiling bzip2 v0.6.1
15922026-07-16T21:20:15.356Z Compiling clap_builder v4.6.0
15932026-07-16T21:20:15.397Z Compiling hashbrown v0.15.5
15942026-07-16T21:20:15.467Z Compiling sec1 v0.7.3
15952026-07-16T21:20:15.600Z Compiling cargo_metadata v0.23.1
15962026-07-16T21:20:15.604Z Compiling snafu v0.8.9
15972026-07-16T21:20:15.604Z Compiling group v0.13.0
15982026-07-16T21:20:15.628Z Compiling strum v0.27.2
15992026-07-16T21:20:15.660Z Compiling dof v0.3.0
16002026-07-16T21:20:15.774Z Compiling anstream v0.6.21
16012026-07-16T21:20:15.790Z Compiling phf v0.13.1
16022026-07-16T21:20:15.797Z Compiling signal-hook-mio v0.2.5
16032026-07-16T21:20:15.939Z Compiling hubpack v0.1.2
16042026-07-16T21:20:15.966Z Compiling cookie_store v0.22.1
16052026-07-16T21:20:15.988Z Compiling toml_edit v0.19.15
16062026-07-16T21:20:16.093Z Compiling usdt-attr-macro v0.6.0
16072026-07-16T21:20:16.156Z Compiling usdt-macro v0.6.0
16082026-07-16T21:20:16.181Z Compiling futures v0.3.32
16092026-07-16T21:20:16.268Z Compiling bzip2 v0.4.4
16102026-07-16T21:20:16.285Z Compiling cipher v0.5.2
16112026-07-16T21:20:16.337Z Compiling serde_with_macros v3.17.0
16122026-07-16T21:20:16.418Z Compiling postgres-types v0.2.12
16132026-07-16T21:20:16.492Z Compiling zstd v0.13.3
16142026-07-16T21:20:16.738Z Compiling globset v0.4.18
16152026-07-16T21:20:16.765Z Compiling dtrace-parser v0.2.0
16162026-07-16T21:20:16.959Z Compiling ed25519 v2.2.3
16172026-07-16T21:20:16.973Z Compiling olpc-cjson v0.1.4
16182026-07-16T21:20:16.988Z Compiling serde_plain v1.0.2
16192026-07-16T21:20:16.991Z Compiling serde-big-array v0.5.1
16202026-07-16T21:20:17.017Z Compiling pkcs1 v0.7.5
16212026-07-16T21:20:17.149Z Compiling hkdf v0.12.4
16222026-07-16T21:20:17.163Z Compiling crypto-bigint v0.5.5
16232026-07-16T21:20:17.219Z Compiling clap_derive v4.6.1
16242026-07-16T21:20:17.328Z Compiling serde_repr v0.1.20
16252026-07-16T21:20:17.430Z Compiling async-recursion v1.1.1
16262026-07-16T21:20:17.445Z Compiling strum_macros v0.26.4
16272026-07-16T21:20:17.518Z Compiling enum-as-inner v0.6.1
16282026-07-16T21:20:17.536Z Compiling phf_shared v0.11.3
16292026-07-16T21:20:17.728Z Compiling float-cmp v0.10.0
16302026-07-16T21:20:17.744Z Compiling pem v3.0.6
16312026-07-16T21:20:17.886Z Compiling thread-id v4.2.2
16322026-07-16T21:20:17.903Z Compiling memmap2 v0.9.10
16332026-07-16T21:20:17.917Z Compiling env_filter v1.0.0
16342026-07-16T21:20:17.987Z Compiling precomputed-hash v0.1.1
16352026-07-16T21:20:18.081Z Compiling new_debug_unreachable v1.0.6
16362026-07-16T21:20:18.093Z Compiling jiff v0.2.21
16372026-07-16T21:20:18.108Z Compiling whoami v2.1.0
16382026-07-16T21:20:18.146Z Compiling data-encoding v2.10.0
16392026-07-16T21:20:18.161Z Compiling fixedbitset v0.5.7
16402026-07-16T21:20:18.167Z Compiling either v1.15.0
16412026-07-16T21:20:18.245Z Compiling static_assertions v1.1.0
16422026-07-16T21:20:18.333Z Compiling hyper v1.10.1
16432026-07-16T21:20:18.412Z Compiling const-oid v0.10.2
16442026-07-16T21:20:18.450Z Compiling cpufeatures v0.3.0
16452026-07-16T21:20:18.497Z Compiling typed-path v0.9.3
16462026-07-16T21:20:18.512Z Compiling normalize-line-endings v0.3.0
16472026-07-16T21:20:18.548Z Compiling fixedbitset v0.4.2
16482026-07-16T21:20:18.564Z Compiling difflib v0.4.0
16492026-07-16T21:20:18.621Z Compiling predicates-core v1.0.10
16502026-07-16T21:20:18.639Z Compiling keccak v0.1.6
16512026-07-16T21:20:18.659Z Compiling winnow v1.0.3
16522026-07-16T21:20:18.850Z Compiling sha3 v0.10.8
16532026-07-16T21:20:18.871Z Compiling predicates v3.1.4
16542026-07-16T21:20:18.902Z Compiling petgraph v0.6.5
16552026-07-16T21:20:19.052Z Compiling toml_parser v1.1.2+spec-1.1.0
16562026-07-16T21:20:19.071Z Compiling clap v4.6.1
16572026-07-16T21:20:19.166Z Compiling toml_edit v0.22.27
16582026-07-16T21:20:19.202Z Compiling digest v0.11.3
16592026-07-16T21:20:19.277Z Compiling strum v0.26.3
16602026-07-16T21:20:19.309Z Compiling chacha20 v0.10.0
16612026-07-16T21:20:19.339Z Compiling hickory-proto v0.25.2
16622026-07-16T21:20:19.390Z Compiling petgraph v0.8.3
16632026-07-16T21:20:19.420Z Compiling itertools v0.13.0
16642026-07-16T21:20:19.444Z Compiling tokio-postgres v0.7.16
16652026-07-16T21:20:19.461Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16662026-07-16T21:20:19.570Z Compiling hyper-util v0.1.20
16672026-07-16T21:20:19.708Z Compiling string_cache v0.8.9
16682026-07-16T21:20:19.727Z Compiling elliptic-curve v0.13.8
16692026-07-16T21:20:19.804Z Compiling env_logger v0.11.9
16702026-07-16T21:20:19.958Z Compiling usdt v0.6.0
16712026-07-16T21:20:20.052Z Compiling usdt-impl v0.5.0
16722026-07-16T21:20:20.146Z Compiling serde_with v3.17.0
16732026-07-16T21:20:20.182Z Compiling crossterm v0.28.1
16742026-07-16T21:20:20.253Z Compiling toml v0.7.8
16752026-07-16T21:20:20.453Z Compiling rsa v0.9.10
16762026-07-16T21:20:20.668Z Compiling ed25519-dalek v2.2.0
16772026-07-16T21:20:20.870Z Compiling zip v4.6.1
16782026-07-16T21:20:21.347Z Compiling hyper-tls v0.6.0
16792026-07-16T21:20:21.412Z Compiling zip v0.6.6
16802026-07-16T21:20:21.503Z Compiling iddqd v0.4.2
16812026-07-16T21:20:21.541Z Compiling reqwest v0.12.28
16822026-07-16T21:20:21.813Z Compiling tokio-stream v0.1.18
16832026-07-16T21:20:21.905Z Compiling similar v2.7.0
16842026-07-16T21:20:21.969Z Compiling heck v0.4.1
16852026-07-16T21:20:22.016Z Compiling buf-list v1.1.2
16862026-07-16T21:20:22.026Z Compiling byte-wrapper v0.1.0
16872026-07-16T21:20:22.030Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16882026-07-16T21:20:22.221Z Compiling openapiv3 v2.2.0
16892026-07-16T21:20:22.288Z Compiling x509-cert v0.2.5
16902026-07-16T21:20:22.303Z Compiling crossbeam-epoch v0.9.18
16912026-07-16T21:20:22.357Z Compiling lalrpop-util v0.19.12
16922026-07-16T21:20:22.389Z Compiling peg-runtime v0.8.5
16932026-07-16T21:20:22.402Z Compiling thread_local v1.1.9
16942026-07-16T21:20:22.449Z Compiling slog-async v2.8.0
16952026-07-16T21:20:22.473Z Compiling crossbeam-channel v0.5.15
16962026-07-16T21:20:22.566Z Compiling is-terminal v0.4.17
16972026-07-16T21:20:22.650Z Compiling filetime v0.2.27
16982026-07-16T21:20:22.683Z Compiling xattr v1.6.1
16992026-07-16T21:20:22.696Z Compiling take_mut v0.2.2
17002026-07-16T21:20:22.696Z Compiling term v1.2.1
17012026-07-16T21:20:22.798Z Compiling camino-tempfile v1.4.1
17022026-07-16T21:20:22.811Z Compiling tar v0.4.46
17032026-07-16T21:20:23.047Z Compiling slog-term v2.9.2
17042026-07-16T21:20:40.879Z Compiling rustls-webpki v0.103.13
17052026-07-16T21:20:43.570Z Compiling tokio-rustls v0.26.4
17062026-07-16T21:20:43.570Z Compiling rustls-platform-verifier v0.6.2
17072026-07-16T21:20:43.577Z Compiling tough v0.22.0
17082026-07-16T21:20:43.767Z Compiling hyper-rustls v0.27.7
17092026-07-16T21:20:43.968Z Compiling reqwest v0.13.2
17102026-07-16T21:20:46.154Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17112026-07-16T21:20:46.397Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17122026-07-16T21:20:49.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.52s
17132026-07-16T21:20:49.408Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17142026-07-16T21:20:49.422ZJul 16 21:20:48.894 INFO Starting download, target: Console
17152026-07-16T21:20:49.422ZJul 16 21:20:48.894 INFO Starting download, target: Cockroach
17162026-07-16T21:20:49.422ZJul 16 21:20:48.894 INFO Starting download, target: Clickhouse
17172026-07-16T21:20:49.422ZJul 16 21:20:48.894 INFO Starting download, target: DendriteStub
17182026-07-16T21:20:49.427ZJul 16 21:20:48.894 INFO Starting download, target: MaghemiteMgd
17192026-07-16T21:20:49.427ZJul 16 21:20:48.894 INFO Starting download, target: MaghemiteDdmd
17202026-07-16T21:20:49.427ZJul 16 21:20:48.894 INFO Starting download, target: TransceiverControl
17212026-07-16T21:20:49.427ZJul 16 21:20:48.895 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17222026-07-16T21:20:49.427ZJul 16 21:20:48.895 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17232026-07-16T21:20:49.427ZJul 16 21:20:48.895 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17242026-07-16T21:20:49.427ZJul 16 21:20:48.895 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17252026-07-16T21:20:49.427ZJul 16 21:20:48.895 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17262026-07-16T21:20:49.427ZJul 16 21:20:48.895 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17272026-07-16T21:20:49.427ZJul 16 21:20:48.895 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17282026-07-16T21:20:49.808ZJul 16 21:20:49.257 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17292026-07-16T21:20:50.003ZJul 16 21:20:49.474 INFO Download complete, target: TransceiverControl
17302026-07-16T21:20:51.211ZJul 16 21:20:50.668 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17312026-07-16T21:20:51.236ZJul 16 21:20:50.697 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17322026-07-16T21:20:51.407ZJul 16 21:20:50.870 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17332026-07-16T21:20:51.499ZJul 16 21:20:50.962 INFO Download complete, target: Console
17342026-07-16T21:20:51.543ZJul 16 21:20:51.013 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17352026-07-16T21:20:51.765ZJul 16 21:20:51.233 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17362026-07-16T21:20:52.033ZJul 16 21:20:51.506 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17372026-07-16T21:20:52.033ZJul 16 21:20:51.506 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17382026-07-16T21:20:53.898ZJul 16 21:20:53.369 INFO Download complete, target: MaghemiteDdmd
17392026-07-16T21:20:53.920ZJul 16 21:20:53.393 INFO Download complete, target: DendriteStub
17402026-07-16T21:20:54.457ZJul 16 21:20:53.930 INFO Download complete, target: MaghemiteMgd
17412026-07-16T21:20:56.792ZJul 16 21:20:56.265 INFO Checking that binary works, target: Cockroach
17422026-07-16T21:20:56.912ZJul 16 21:20:56.384 INFO Download complete, target: Cockroach
17432026-07-16T21:20:58.262ZJul 16 21:20:57.733 INFO Checking that binary works, target: Clickhouse
17442026-07-16T21:20:58.356ZJul 16 21:20:57.828 INFO Download complete, target: Clickhouse
17452026-07-16T21:20:58.363ZAll prerequisites installed successfully
17462026-07-16T21:20:58.366Z
17472026-07-16T21:20:58.366Zreal 1:47.191410767
17482026-07-16T21:20:58.366Zuser 6:39.657343379
17492026-07-16T21:20:58.366Zsys 1:39.947352324
17502026-07-16T21:20:58.366Ztrap 0.266677171
17512026-07-16T21:20:58.366Ztflt 0.720428994
17522026-07-16T21:20:58.366Zdflt 1.617799675
17532026-07-16T21:20:58.366Zkflt 0.022705442
17542026-07-16T21:20:58.366Zlock 23:16.193667227
17552026-07-16T21:20:58.366Zslp 18:14.990578125
17562026-07-16T21:20:58.366Zlat 23.746194423
17572026-07-16T21:20:58.366Zstop 2:47.883217183
17582026-07-16T21:20:58.366Z+ ptime -m cargo xtask download softnpu
17592026-07-16T21:20:58.827Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
17602026-07-16T21:20:58.848Z Running `target/debug/xtask download softnpu`
17612026-07-16T21:20:59.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
17622026-07-16T21:20:59.644Z Running `target/debug/xtask-downloader softnpu`
17632026-07-16T21:20:59.688ZJul 16 21:20:59.157 INFO Starting download, target: Softnpu
17642026-07-16T21:20:59.694ZJul 16 21:20:59.157 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17652026-07-16T21:21:00.376ZJul 16 21:20:59.842 INFO Download complete, target: Softnpu
17662026-07-16T21:21:00.388Z
17672026-07-16T21:21:00.389Zreal 2.004124062
17682026-07-16T21:21:00.389Zuser 1.295321754
17692026-07-16T21:21:00.389Zsys 0.599486508
17702026-07-16T21:21:00.389Ztrap 0.000655670
17712026-07-16T21:21:00.390Ztflt 0.000090580
17722026-07-16T21:21:00.390Zdflt 0.000122290
17732026-07-16T21:21:00.390Zkflt 0.000000000
17742026-07-16T21:21:00.390Zlock 12.396190789
17752026-07-16T21:21:00.390Zslp 0.547540999
17762026-07-16T21:21:00.390Zlat 0.083252693
17772026-07-16T21:21:00.390Zstop 0.000174690
17782026-07-16T21:21:00.390Z+ export CARGO_INCREMENTAL=0
17792026-07-16T21:21:00.390Z+ CARGO_INCREMENTAL=0
17802026-07-16T21:21:00.390Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17812026-07-16T21:21:01.260Z Compiling proc-macro2 v1.0.106
17822026-07-16T21:21:01.260Z Compiling quote v1.0.45
17832026-07-16T21:21:01.261Z Compiling unicode-ident v1.0.24
17842026-07-16T21:21:01.261Z Compiling libc v0.2.185
17852026-07-16T21:21:01.304Z Compiling serde_core v1.0.228
17862026-07-16T21:21:01.304Z Compiling serde v1.0.228
17872026-07-16T21:21:01.304Z Compiling cfg-if v1.0.4
17882026-07-16T21:21:01.305Z Compiling version_check v0.9.5
17892026-07-16T21:21:01.305Z Compiling shlex v1.3.0
17902026-07-16T21:21:01.305Z Compiling find-msvc-tools v0.1.9
17912026-07-16T21:21:01.305Z Compiling zmij v1.0.21
17922026-07-16T21:21:01.305Z Compiling memchr v2.8.0
17932026-07-16T21:21:01.305Z Compiling serde_json v1.0.150
17942026-07-16T21:21:01.305Z Compiling autocfg v1.5.0
17952026-07-16T21:21:01.591Z Compiling portable-atomic v1.13.1
17962026-07-16T21:21:01.685Z Compiling getrandom v0.4.1
17972026-07-16T21:21:01.722Z Compiling zerocopy v0.8.40
17982026-07-16T21:21:01.762Z Compiling libm v0.2.16
17992026-07-16T21:21:01.788Z Compiling parking_lot_core v0.9.12
18002026-07-16T21:21:01.801Z Compiling icu_normalizer_data v2.1.1
18012026-07-16T21:21:01.886Z Compiling num-traits v0.2.19
18022026-07-16T21:21:01.974Z Compiling icu_properties_data v2.1.2
18032026-07-16T21:21:02.010Z Compiling smallvec v1.15.1
18042026-07-16T21:21:02.010Z Compiling generic-array v0.14.7
18052026-07-16T21:21:02.023Z Compiling itoa v1.0.17
18062026-07-16T21:21:02.095Z Compiling log v0.4.29
18072026-07-16T21:21:02.120Z Compiling subtle v2.6.1
18082026-07-16T21:21:02.122Z Compiling pkg-config v0.3.32
18092026-07-16T21:21:02.165Z Compiling stable_deref_trait v1.2.1
18102026-07-16T21:21:02.242Z Compiling typenum v1.20.1
18112026-07-16T21:21:02.319Z Compiling scopeguard v1.2.0
18122026-07-16T21:21:02.344Z Compiling rand_core v0.10.0
18132026-07-16T21:21:02.362Z Compiling jobserver v0.1.34
18142026-07-16T21:21:02.378Z Compiling errno v0.3.14
18152026-07-16T21:21:02.404Z Compiling fnv v1.0.7
18162026-07-16T21:21:02.431Z Compiling lock_api v0.4.14
18172026-07-16T21:21:02.580Z Compiling getrandom v0.3.4
18182026-07-16T21:21:02.584Z Compiling thiserror v2.0.18
18192026-07-16T21:21:02.613Z Compiling cc v1.2.56
18202026-07-16T21:21:02.617Z Compiling pin-project-lite v0.2.17
18212026-07-16T21:21:02.673Z Compiling writeable v0.6.2
18222026-07-16T21:21:02.693Z Compiling percent-encoding v2.3.2
18232026-07-16T21:21:02.708Z Compiling litemap v0.8.1
18242026-07-16T21:21:02.713Z Compiling equivalent v1.0.2
18252026-07-16T21:21:02.739Z Compiling syn v2.0.117
18262026-07-16T21:21:02.756Z Compiling getrandom v0.2.17
18272026-07-16T21:21:02.859Z Compiling schemars v0.8.22
18282026-07-16T21:21:02.960Z Compiling rustversion v1.0.22
18292026-07-16T21:21:02.967Z Compiling rand_core v0.6.4
18302026-07-16T21:21:02.991Z Compiling dunce v1.0.5
18312026-07-16T21:21:02.992Z Compiling fs_extra v1.3.0
18322026-07-16T21:21:03.085Z Compiling rustix v1.1.3
18332026-07-16T21:21:03.091Z Compiling critical-section v1.2.0
18342026-07-16T21:21:03.158Z Compiling hashbrown v0.17.0
18352026-07-16T21:21:03.223Z Compiling signal-hook-registry v1.4.8
18362026-07-16T21:21:03.350Z Compiling utf8_iter v1.0.4
18372026-07-16T21:21:03.369Z Compiling cmake v0.1.57
18382026-07-16T21:21:03.401Z Compiling heck v0.5.0
18392026-07-16T21:21:03.429Z Compiling form_urlencoded v1.2.2
18402026-07-16T21:21:03.539Z Compiling once_cell v1.21.3
18412026-07-16T21:21:03.700Z Compiling parking_lot v0.12.5
18422026-07-16T21:21:03.733Z Compiling socket2 v0.6.3
18432026-07-16T21:21:03.738Z Compiling mio v1.2.0
18442026-07-16T21:21:03.783Z Compiling semver v1.0.28
18452026-07-16T21:21:03.806Z Compiling indexmap v2.14.0
18462026-07-16T21:21:03.955Z Compiling bitflags v2.11.0
18472026-07-16T21:21:03.958Z Compiling aws-lc-sys v0.40.0
18482026-07-16T21:21:03.972Z Compiling aws-lc-rs v1.16.3
18492026-07-16T21:21:04.003Z Compiling futures-core v0.3.32
18502026-07-16T21:21:04.119Z Compiling httparse v1.10.1
18512026-07-16T21:21:04.136Z Compiling strsim v0.11.1
18522026-07-16T21:21:04.464Z Compiling thiserror v1.0.69
18532026-07-16T21:21:04.480Z Compiling ucd-trie v0.1.7
18542026-07-16T21:21:04.508Z Compiling byteorder v1.5.0
18552026-07-16T21:21:04.579Z Compiling regex-syntax v0.8.10
18562026-07-16T21:21:04.594Z Compiling vcpkg v0.2.15
18572026-07-16T21:21:04.631Z Compiling pest v2.8.6
18582026-07-16T21:21:04.645Z Compiling iana-time-zone v0.1.65
18592026-07-16T21:21:04.728Z Compiling ident_case v1.0.1
18602026-07-16T21:21:04.744Z Compiling const-oid v0.9.6
18612026-07-16T21:21:04.788Z Compiling syn v1.0.109
18622026-07-16T21:21:04.919Z Compiling uuid v1.23.4
18632026-07-16T21:21:05.032Z Compiling rustc_version v0.4.1
18642026-07-16T21:21:05.073Z Compiling rustls v0.23.41
18652026-07-16T21:21:05.154Z Compiling futures-sink v0.3.32
18662026-07-16T21:21:05.200Z Compiling openssl-sys v0.9.115
18672026-07-16T21:21:05.274Z Compiling futures-channel v0.3.32
18682026-07-16T21:21:05.324Z Compiling aho-corasick v1.1.4
18692026-07-16T21:21:05.343Z Compiling futures-io v0.3.32
18702026-07-16T21:21:05.484Z Compiling futures-task v0.3.32
18712026-07-16T21:21:05.523Z Compiling slab v0.4.12
18722026-07-16T21:21:05.573Z Compiling synstructure v0.13.2
18732026-07-16T21:21:05.589Z Compiling serde_derive_internals v0.29.1
18742026-07-16T21:21:05.724Z Compiling num-conv v0.2.0
18752026-07-16T21:21:05.743Z Compiling pest_meta v2.8.6
18762026-07-16T21:21:05.836Z Compiling crc32fast v1.5.0
18772026-07-16T21:21:05.836Z Compiling plain v0.2.3
18782026-07-16T21:21:05.865Z Compiling dyn-clone v1.0.20
18792026-07-16T21:21:05.925Z Compiling time-core v0.1.8
18802026-07-16T21:21:06.018Z Compiling base64 v0.22.1
18812026-07-16T21:21:06.057Z Compiling crossbeam-utils v0.8.21
18822026-07-16T21:21:06.098Z Compiling pretty-hex v0.4.1
18832026-07-16T21:21:06.118Z Compiling time-macros v0.2.27
18842026-07-16T21:21:06.135Z Compiling openssl v0.10.79
18852026-07-16T21:21:06.220Z Compiling regex-automata v0.4.14
18862026-07-16T21:21:06.272Z Compiling darling_core v0.21.3
18872026-07-16T21:21:06.371Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18882026-07-16T21:21:06.385Z Compiling pest_generator v2.8.6
18892026-07-16T21:21:06.447Z Compiling native-tls v0.2.18
18902026-07-16T21:21:06.545Z Compiling anyhow v1.0.102
18912026-07-16T21:21:06.632Z Compiling rand_core v0.9.5
18922026-07-16T21:21:06.738Z Compiling slog v2.8.2
18932026-07-16T21:21:06.757Z Compiling tracing-core v0.1.36
18942026-07-16T21:21:06.831Z Compiling serde_derive v1.0.228
18952026-07-16T21:21:06.857Z Compiling zeroize_derive v1.4.3
18962026-07-16T21:21:06.890Z Compiling zerofrom-derive v0.1.6
18972026-07-16T21:21:06.984Z Compiling yoke-derive v0.8.1
18982026-07-16T21:21:07.048Z Compiling zerovec-derive v0.11.2
18992026-07-16T21:21:07.063Z Compiling displaydoc v0.2.5
19002026-07-16T21:21:07.068Z Compiling zerocopy-derive v0.8.40
19012026-07-16T21:21:07.100Z Compiling tokio-macros v2.7.0
19022026-07-16T21:21:07.125Z Compiling futures-macro v0.3.32
19032026-07-16T21:21:07.308Z Compiling thiserror-impl v2.0.18
19042026-07-16T21:21:07.501Z Compiling zeroize v1.8.2
19052026-07-16T21:21:07.807Z Compiling schemars_derive v0.8.22
19062026-07-16T21:21:07.822Z Compiling tracing-attributes v0.1.31
19072026-07-16T21:21:07.936Z Compiling der_derive v0.7.3
19082026-07-16T21:21:07.967Z Compiling thiserror-impl v1.0.69
19092026-07-16T21:21:08.054Z Compiling zerofrom v0.1.6
19102026-07-16T21:21:08.197Z Compiling yoke v0.8.1
19112026-07-16T21:21:08.414Z Compiling zerovec v0.11.5
19122026-07-16T21:21:08.418Z Compiling zerotrie v0.2.3
19132026-07-16T21:21:08.517Z Compiling crypto-common v0.1.7
19142026-07-16T21:21:08.578Z Compiling pest_derive v2.8.6
19152026-07-16T21:21:08.682Z Compiling futures-util v0.3.32
19162026-07-16T21:21:08.863Z Compiling block-buffer v0.10.4
19172026-07-16T21:21:08.985Z Compiling tinystr v0.8.2
19182026-07-16T21:21:09.010Z Compiling potential_utf v0.1.4
19192026-07-16T21:21:09.058Z Compiling digest v0.10.7
19202026-07-16T21:21:09.105Z Compiling scroll_derive v0.13.1
19212026-07-16T21:21:09.197Z Compiling icu_locale_core v2.1.1
19222026-07-16T21:21:09.217Z Compiling icu_collections v2.1.1
19232026-07-16T21:21:09.281Z Compiling scroll_derive v0.12.1
19242026-07-16T21:21:09.296Z Compiling openssl-macros v0.1.1
19252026-07-16T21:21:09.715Z Compiling regex v1.12.3
19262026-07-16T21:21:09.730Z Compiling darling_macro v0.21.3
19272026-07-16T21:21:09.817Z Compiling zerocopy-derive v0.7.35
19282026-07-16T21:21:09.902Z Compiling icu_provider v2.1.1
19292026-07-16T21:21:09.973Z Compiling bytes v1.11.1
19302026-07-16T21:21:10.045Z Compiling chrono v0.4.45
19312026-07-16T21:21:10.088Z Compiling serde_tokenstream v0.2.3
19322026-07-16T21:21:10.234Z Compiling icu_properties v2.1.2
19332026-07-16T21:21:10.258Z Compiling icu_normalizer v2.1.1
19342026-07-16T21:21:10.662Z Compiling tokio v1.52.1
19352026-07-16T21:21:10.899Z Compiling http v1.4.2
19362026-07-16T21:21:11.256Z Compiling idna_adapter v1.2.1
19372026-07-16T21:21:11.412Z Compiling idna v1.1.0
19382026-07-16T21:21:11.498Z Compiling ppv-lite86 v0.2.21
19392026-07-16T21:21:11.568Z Compiling cookie v0.18.1
19402026-07-16T21:21:11.585Z Compiling base64ct v1.8.3
19412026-07-16T21:21:11.762Z Compiling url v2.5.8
19422026-07-16T21:21:11.796Z Compiling camino v1.2.2
19432026-07-16T21:21:11.855Z Compiling pem-rfc7468 v0.7.0
19442026-07-16T21:21:11.890Z Compiling darling v0.21.3
19452026-07-16T21:21:11.919Z Compiling tracing v0.1.44
19462026-07-16T21:21:12.136Z Compiling flagset v0.4.7
19472026-07-16T21:21:12.151Z Compiling rand_chacha v0.9.0
19482026-07-16T21:21:12.174Z Compiling http-body v1.0.1
19492026-07-16T21:21:12.285Z Compiling der v0.7.10
19502026-07-16T21:21:12.347Z Compiling rustls-pki-types v1.14.0
19512026-07-16T21:21:12.824Z Compiling usdt-impl v0.5.0
19522026-07-16T21:21:12.883Z Compiling paste v1.0.15
19532026-07-16T21:21:12.961Z Compiling usdt-impl v0.6.0
19542026-07-16T21:21:13.077Z Compiling cmov v0.5.4
19552026-07-16T21:21:13.182Z Compiling tinyvec_macros v0.1.1
19562026-07-16T21:21:13.283Z Compiling openssl-probe v0.2.1
19572026-07-16T21:21:13.301Z Compiling ref-cast v1.0.25
19582026-07-16T21:21:13.343Z Compiling fastrand v2.3.0
19592026-07-16T21:21:13.424Z Compiling either v1.15.0
19602026-07-16T21:21:13.440Z Compiling ctutils v0.4.2
19612026-07-16T21:21:13.477Z Compiling tinyvec v1.10.0
19622026-07-16T21:21:13.608Z Compiling spki v0.7.3
19632026-07-16T21:21:13.660Z Compiling rand v0.9.2
19642026-07-16T21:21:13.724Z Compiling toml_datetime v0.6.11
19652026-07-16T21:21:13.772Z Compiling serde_spanned v0.6.9
19662026-07-16T21:21:13.837Z Compiling scroll v0.12.0
19672026-07-16T21:21:13.837Z Compiling scroll v0.13.0
19682026-07-16T21:21:13.837Z Compiling async-trait v0.1.89
19692026-07-16T21:21:13.846Z Compiling heapless v0.7.17
19702026-07-16T21:21:13.956Z Compiling bzip2-sys v0.1.13+1.0.8
19712026-07-16T21:21:14.002Z Compiling rustix v0.38.44
19722026-07-16T21:21:14.014Z Compiling zstd-safe v7.2.4
19732026-07-16T21:21:14.033Z Compiling litrs v1.0.0
19742026-07-16T21:21:14.072Z Compiling signal-hook v0.3.18
19752026-07-16T21:21:14.091Z Compiling atomic-waker v1.1.2
19762026-07-16T21:21:14.137Z Compiling cpufeatures v0.2.17
19772026-07-16T21:21:14.245Z Compiling winnow v1.0.3
19782026-07-16T21:21:14.262Z Compiling winnow v0.7.14
19792026-07-16T21:21:14.276Z Compiling untrusted v0.7.1
19802026-07-16T21:21:14.295Z Compiling tower-layer v0.3.3
19812026-07-16T21:21:14.298Z Compiling tower-service v0.3.3
19822026-07-16T21:21:14.327Z Compiling try-lock v0.2.5
19832026-07-16T21:21:14.361Z Compiling goblin v0.10.5
19842026-07-16T21:21:14.414Z Compiling goblin v0.8.2
19852026-07-16T21:21:14.429Z Compiling want v0.3.1
19862026-07-16T21:21:14.509Z Compiling tokio-util v0.7.18
19872026-07-16T21:21:14.602Z Compiling toml_parser v1.1.2+spec-1.1.0
19882026-07-16T21:21:14.618Z Compiling document-features v0.2.12
19892026-07-16T21:21:14.746Z Compiling hybrid-array v0.4.13
19902026-07-16T21:21:15.200Z Compiling zerocopy v0.7.35
19912026-07-16T21:21:15.484Z Compiling h2 v0.4.15
19922026-07-16T21:21:15.531Z Compiling ipnet v2.11.0
19932026-07-16T21:21:15.580Z Compiling ref-cast-impl v1.0.25
19942026-07-16T21:21:15.584Z Compiling darling_core v0.20.11
19952026-07-16T21:21:15.684Z Compiling curve25519-dalek v4.1.3
19962026-07-16T21:21:15.733Z Compiling memoffset v0.9.1
19972026-07-16T21:21:16.016Z Compiling winnow v0.5.40
19982026-07-16T21:21:16.046Z Compiling foreign-types-shared v0.1.1
19992026-07-16T21:21:16.149Z Compiling utf8parse v0.2.2
20002026-07-16T21:21:16.164Z Compiling untrusted v0.9.0
20012026-07-16T21:21:16.284Z Compiling powerfmt v0.2.0
20022026-07-16T21:21:16.300Z Compiling httpdate v1.0.3
20032026-07-16T21:21:16.341Z Compiling foreign-types v0.3.2
20042026-07-16T21:21:16.429Z Compiling tempfile v3.25.0
20052026-07-16T21:21:16.503Z Compiling deranged v0.5.8
20062026-07-16T21:21:16.568Z Compiling unicode-normalization v0.1.25
20072026-07-16T21:21:16.589Z Compiling pkcs8 v0.10.2
20082026-07-16T21:21:16.787Z Compiling dof v0.3.0
20092026-07-16T21:21:16.861Z Compiling dtrace-parser v0.2.0
20102026-07-16T21:21:17.125Z Compiling dof v0.4.0
20112026-07-16T21:21:17.416Z Compiling toml_edit v0.19.15
20122026-07-16T21:21:17.597Z Compiling darling_macro v0.20.11
20132026-07-16T21:21:17.619Z Compiling dtrace-parser v0.3.0
20142026-07-16T21:21:17.659Z Compiling daft-derive v0.1.7
20152026-07-16T21:21:17.904Z Compiling pin-project-internal v1.1.11
20162026-07-16T21:21:17.943Z Compiling spin v0.9.8
20172026-07-16T21:21:17.960Z Compiling thread-id v4.2.2
20182026-07-16T21:21:18.058Z Compiling thread-id v5.1.0
20192026-07-16T21:21:18.152Z Compiling anstyle v1.0.14
20202026-07-16T21:21:18.188Z Compiling cfg_aliases v0.2.1
20212026-07-16T21:21:18.267Z Compiling smoltcp v0.9.1
20222026-07-16T21:21:18.369Z Compiling num_threads v0.1.7
20232026-07-16T21:21:18.386Z Compiling num-bigint-dig v0.8.6
20242026-07-16T21:21:18.418Z Compiling nix v0.31.2
20252026-07-16T21:21:18.452Z Compiling time v0.3.47
20262026-07-16T21:21:18.623Z Compiling darling v0.20.11
20272026-07-16T21:21:18.711Z Compiling hyper v1.10.1
20282026-07-16T21:21:18.941Z Compiling sha2 v0.10.9
20292026-07-16T21:21:19.007Z Compiling ipnetwork v0.21.1
20302026-07-16T21:21:19.181Z Compiling hmac v0.12.1
20312026-07-16T21:21:19.309Z Compiling strum_macros v0.26.4
20322026-07-16T21:21:19.345Z Compiling curve25519-dalek-derive v0.1.1
20332026-07-16T21:21:19.523Z Compiling sync_wrapper v1.0.2
20342026-07-16T21:21:19.578Z Compiling wait-timeout v0.2.1
20352026-07-16T21:21:19.808Z Compiling simd-adler32 v0.3.8
20362026-07-16T21:21:19.831Z Compiling hyper-util v0.1.20
20372026-07-16T21:21:20.027Z Compiling anstyle-query v1.1.5
20382026-07-16T21:21:20.059Z Compiling siphasher v1.0.2
20392026-07-16T21:21:20.078Z Compiling quick-error v1.2.3
20402026-07-16T21:21:20.216Z Compiling is_terminal_polyfill v1.70.2
20412026-07-16T21:21:20.263Z Compiling colorchoice v1.0.4
20422026-07-16T21:21:20.326Z Compiling bit-vec v0.8.0
20432026-07-16T21:21:20.394Z Compiling rusty-fork v0.3.1
20442026-07-16T21:21:20.557Z Compiling bit-set v0.8.0
20452026-07-16T21:21:20.700Z Compiling tower v0.5.3
20462026-07-16T21:21:20.951Z Compiling derive_builder_core v0.20.2
20472026-07-16T21:21:21.243Z Compiling http-body-util v0.1.3
20482026-07-16T21:21:21.373Z Compiling hubpack_derive v0.1.1
20492026-07-16T21:21:21.389Z Compiling strum_macros v0.27.2
20502026-07-16T21:21:21.406Z Compiling snafu-derive v0.8.9
20512026-07-16T21:21:21.519Z Compiling rand_xorshift v0.4.0
20522026-07-16T21:21:21.590Z Compiling fs-err v3.3.0
20532026-07-16T21:21:21.664Z Compiling ahash v0.8.12
20542026-07-16T21:21:21.744Z Compiling iri-string v0.7.10
20552026-07-16T21:21:21.763Z Compiling unicode-properties v0.1.4
20562026-07-16T21:21:21.856Z Compiling allocator-api2 v0.2.21
20572026-07-16T21:21:21.876Z Compiling object v0.37.3
20582026-07-16T21:21:21.993Z Compiling unicode-segmentation v1.12.0
20592026-07-16T21:21:22.048Z Compiling unarray v0.1.4
20602026-07-16T21:21:22.171Z Compiling adler2 v2.0.1
20612026-07-16T21:21:22.208Z Compiling ryu v1.0.23
20622026-07-16T21:21:22.316Z Compiling unicode-bidi v0.3.18
20632026-07-16T21:21:22.335Z Compiling miniz_oxide v0.8.9
20642026-07-16T21:21:22.388Z Compiling serde_urlencoded v0.7.1
20652026-07-16T21:21:22.648Z Compiling stringprep v0.1.5
20662026-07-16T21:21:22.648Z Compiling proptest v1.10.0
20672026-07-16T21:21:22.827Z Compiling derive_builder_macro v0.20.2
20682026-07-16T21:21:23.022Z Compiling tower-http v0.6.8
20692026-07-16T21:21:23.040Z Compiling tokio-native-tls v0.3.1
20702026-07-16T21:21:23.100Z Compiling usdt-macro v0.6.0
20712026-07-16T21:21:23.148Z Compiling usdt-attr-macro v0.6.0
20722026-07-16T21:21:23.163Z Compiling anstyle-parse v1.0.0
20732026-07-16T21:21:23.203Z Compiling crypto-common v0.2.2
20742026-07-16T21:21:23.239Z Compiling block-buffer v0.12.1
20752026-07-16T21:21:23.346Z Compiling block-padding v0.4.2
20762026-07-16T21:21:23.729Z Compiling rustls-native-certs v0.8.3
20772026-07-16T21:21:23.843Z Compiling rand_chacha v0.3.1
20782026-07-16T21:21:23.932Z Compiling hex v0.4.3
20792026-07-16T21:21:23.935Z Compiling erased-serde v0.3.31
20802026-07-16T21:21:23.948Z Compiling md-5 v0.10.6
20812026-07-16T21:21:23.991Z Compiling signature v2.2.0
20822026-07-16T21:21:24.027Z Compiling bstr v1.12.1
20832026-07-16T21:21:24.165Z Compiling num-integer v0.1.46
20842026-07-16T21:21:24.211Z Compiling hash32 v0.2.1
20852026-07-16T21:21:24.287Z Compiling vergen-lib v9.1.0
20862026-07-16T21:21:24.372Z Compiling encoding_rs v0.8.35
20872026-07-16T21:21:24.419Z Compiling psl-types v2.0.11
20882026-07-16T21:21:24.443Z Compiling mime v0.3.17
20892026-07-16T21:21:24.478Z Compiling zlib-rs v0.6.2
20902026-07-16T21:21:24.515Z Compiling fallible-iterator v0.2.0
20912026-07-16T21:21:24.560Z Compiling cpufeatures v0.3.0
20922026-07-16T21:21:24.649Z Compiling publicsuffix v2.3.0
20932026-07-16T21:21:24.805Z Compiling postgres-protocol v0.6.10
20942026-07-16T21:21:24.827Z Compiling newtype-uuid v1.3.2
20952026-07-16T21:21:24.844Z Compiling num-iter v0.1.45
20962026-07-16T21:21:25.146Z Compiling rand v0.8.6
20972026-07-16T21:21:25.440Z Compiling oxnet v0.1.6
20982026-07-16T21:21:25.538Z Compiling inout v0.2.2
20992026-07-16T21:21:25.572Z Compiling derive_builder v0.20.2
21002026-07-16T21:21:25.640Z Compiling anstream v1.0.0
21012026-07-16T21:21:25.660Z Compiling hyper-tls v0.6.0
21022026-07-16T21:21:25.714Z Compiling heck v0.4.1
21032026-07-16T21:21:25.784Z Compiling phf_shared v0.13.1
21042026-07-16T21:21:25.809Z Compiling pin-project v1.1.11
21052026-07-16T21:21:25.895Z Compiling lazy_static v1.5.0
21062026-07-16T21:21:25.913Z Compiling anstyle-parse v0.2.7
21072026-07-16T21:21:26.084Z Compiling terminal_size v0.4.3
21082026-07-16T21:21:26.100Z Compiling serde_with_macros v3.17.0
21092026-07-16T21:21:26.103Z Compiling futures-executor v0.3.32
21102026-07-16T21:21:26.163Z Compiling serde_repr v0.1.20
21112026-07-16T21:21:26.245Z Compiling clap_derive v4.6.1
21122026-07-16T21:21:26.261Z Compiling enum-as-inner v0.6.1
21132026-07-16T21:21:26.282Z Compiling async-recursion v1.1.1
21142026-07-16T21:21:26.383Z Compiling ff v0.13.1
21152026-07-16T21:21:26.403Z Compiling vergen v9.1.0
21162026-07-16T21:21:26.456Z Compiling cargo-platform v0.3.2
21172026-07-16T21:21:26.541Z Compiling flate2 v1.1.9
21182026-07-16T21:21:26.632Z Compiling base16ct v0.2.0
21192026-07-16T21:21:26.734Z Compiling bitflags v1.3.2
21202026-07-16T21:21:26.789Z Compiling foldhash v0.1.5
21212026-07-16T21:21:26.804Z Compiling managed v0.8.0
21222026-07-16T21:21:26.821Z Compiling same-file v1.0.6
21232026-07-16T21:21:26.926Z Compiling libbz2-rs-sys v0.2.2
21242026-07-16T21:21:27.043Z Compiling bumpalo v3.20.2
21252026-07-16T21:21:27.086Z Compiling foldhash v0.2.0
21262026-07-16T21:21:27.103Z Compiling clap_lex v1.0.0
21272026-07-16T21:21:27.314Z Compiling clap_builder v4.6.0
21282026-07-16T21:21:27.317Z Compiling zopfli v0.8.3
21292026-07-16T21:21:27.344Z Compiling bzip2 v0.6.1
21302026-07-16T21:21:27.361Z Compiling hashbrown v0.16.1
21312026-07-16T21:21:27.563Z Compiling walkdir v2.5.0
21322026-07-16T21:21:27.726Z Compiling hashbrown v0.15.5
21332026-07-16T21:21:27.860Z Compiling sec1 v0.7.3
21342026-07-16T21:21:27.890Z Compiling cargo_metadata v0.23.1
21352026-07-16T21:21:27.950Z Compiling group v0.13.0
21362026-07-16T21:21:28.085Z Compiling futures v0.3.32
21372026-07-16T21:21:28.141Z Compiling zstd v0.13.3
21382026-07-16T21:21:28.308Z Compiling anstream v0.6.21
21392026-07-16T21:21:28.609Z Compiling phf v0.13.1
21402026-07-16T21:21:28.673Z Compiling snafu v0.8.9
21412026-07-16T21:21:28.753Z Compiling reqwest v0.12.28
21422026-07-16T21:21:28.784Z Compiling signal-hook-mio v0.2.5
21432026-07-16T21:21:28.922Z Compiling daft v0.1.7
21442026-07-16T21:21:29.216Z Compiling cipher v0.5.2
21452026-07-16T21:21:29.234Z Compiling cookie_store v0.22.1
21462026-07-16T21:21:29.278Z Compiling postgres-types v0.2.12
21472026-07-16T21:21:29.343Z Compiling bzip2 v0.4.4
21482026-07-16T21:21:29.414Z Compiling globset v0.4.18
21492026-07-16T21:21:29.505Z Compiling ed25519 v2.2.3
21502026-07-16T21:21:29.562Z Compiling strum v0.27.2
21512026-07-16T21:21:29.653Z Compiling hubpack v0.1.2
21522026-07-16T21:21:29.722Z Compiling phf_shared v0.11.3
21532026-07-16T21:21:29.745Z Compiling hkdf v0.12.4
21542026-07-16T21:21:29.788Z Compiling crossbeam-epoch v0.9.18
21552026-07-16T21:21:29.823Z Compiling olpc-cjson v0.1.4
21562026-07-16T21:21:29.843Z Compiling pkcs1 v0.7.5
21572026-07-16T21:21:30.078Z Compiling pem v3.0.6
21582026-07-16T21:21:30.165Z Compiling serde_plain v1.0.2
21592026-07-16T21:21:30.183Z Compiling serde-big-array v0.5.1
21602026-07-16T21:21:30.307Z Compiling crypto-bigint v0.5.5
21612026-07-16T21:21:30.370Z Compiling float-cmp v0.10.0
21622026-07-16T21:21:30.386Z Compiling memmap2 v0.9.10
21632026-07-16T21:21:30.386Z Compiling env_filter v1.0.0
21642026-07-16T21:21:30.417Z Compiling toml_write v0.1.2
21652026-07-16T21:21:30.519Z Compiling whoami v2.1.0
21662026-07-16T21:21:30.616Z Compiling typed-path v0.9.3
21672026-07-16T21:21:30.631Z Compiling normalize-line-endings v0.3.0
21682026-07-16T21:21:30.685Z Compiling static_assertions v1.1.0
21692026-07-16T21:21:30.703Z Compiling jiff v0.2.21
21702026-07-16T21:21:30.750Z Compiling keccak v0.1.6
21712026-07-16T21:21:30.774Z Compiling fixedbitset v0.5.7
21722026-07-16T21:21:30.818Z Compiling const-oid v0.10.2
21732026-07-16T21:21:30.961Z Compiling difflib v0.4.0
21742026-07-16T21:21:31.049Z Compiling fixedbitset v0.4.2
21752026-07-16T21:21:31.065Z Compiling new_debug_unreachable v1.0.6
21762026-07-16T21:21:31.082Z Compiling precomputed-hash v0.1.1
21772026-07-16T21:21:31.138Z Compiling data-encoding v2.10.0
21782026-07-16T21:21:31.154Z Compiling predicates-core v1.0.10
21792026-07-16T21:21:31.191Z Compiling string_cache v0.8.9
21802026-07-16T21:21:31.194Z Compiling chacha20 v0.10.0
21812026-07-16T21:21:31.274Z Compiling elliptic-curve v0.13.8
21822026-07-16T21:21:31.325Z Compiling predicates v3.1.4
21832026-07-16T21:21:31.341Z Compiling petgraph v0.6.5
21842026-07-16T21:21:31.422Z Compiling petgraph v0.8.3
21852026-07-16T21:21:31.438Z Compiling digest v0.11.3
21862026-07-16T21:21:31.441Z Compiling sha3 v0.10.8
21872026-07-16T21:21:31.482Z Compiling hickory-proto v0.25.2
21882026-07-16T21:21:31.649Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21892026-07-16T21:21:31.669Z Compiling tokio-postgres v0.7.16
21902026-07-16T21:21:31.744Z Compiling toml_edit v0.22.27
21912026-07-16T21:21:31.777Z Compiling env_logger v0.11.9
21922026-07-16T21:21:31.808Z Compiling usdt v0.6.0
21932026-07-16T21:21:32.152Z Compiling rsa v0.9.10
21942026-07-16T21:21:33.335Z Compiling zip v4.6.1
21952026-07-16T21:21:33.465Z Compiling ed25519-dalek v2.2.0
21962026-07-16T21:21:33.744Z Compiling zip v0.6.6
21972026-07-16T21:21:34.055Z Compiling iddqd v0.4.2
21982026-07-16T21:21:34.175Z Compiling crossterm v0.28.1
21992026-07-16T21:21:34.229Z Compiling clap v4.6.1
22002026-07-16T21:21:34.327Z Compiling serde_with v3.17.0
22012026-07-16T21:21:34.448Z Compiling similar v2.7.0
22022026-07-16T21:21:34.465Z Compiling byte-wrapper v0.1.0
22032026-07-16T21:21:34.516Z Compiling strum v0.26.3
22042026-07-16T21:21:34.597Z Compiling toml v0.7.8
22052026-07-16T21:21:34.655Z Compiling tokio-stream v0.1.18
22062026-07-16T21:21:34.779Z Compiling buf-list v1.1.2
22072026-07-16T21:21:35.060Z Compiling x509-cert v0.2.5
22082026-07-16T21:21:35.140Z Compiling itertools v0.13.0
22092026-07-16T21:21:35.199Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22102026-07-16T21:21:35.356Z Compiling openapiv3 v2.2.0
22112026-07-16T21:21:35.923Z Compiling lalrpop-util v0.19.12
22122026-07-16T21:21:36.078Z Compiling peg-runtime v0.8.5
22132026-07-16T21:21:52.205Z Compiling rustls-webpki v0.103.13
22142026-07-16T21:21:53.422Z Compiling macaddr v1.0.1
22152026-07-16T21:21:53.458Z Compiling structmeta-derive v0.3.0
22162026-07-16T21:21:53.470Z Compiling rayon-core v1.13.0
22172026-07-16T21:21:53.581Z Compiling crucible-workspace-hack v0.1.0
22182026-07-16T21:21:53.712Z Compiling itertools v0.14.0
22192026-07-16T21:21:53.731Z Compiling secrecy v0.10.3
22202026-07-16T21:21:53.838Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22212026-07-16T21:21:53.864Z Compiling toml_datetime v0.7.5+spec-1.1.0
22222026-07-16T21:21:53.878Z Compiling heapless v0.8.0
22232026-07-16T21:21:54.003Z Compiling crossbeam-deque v0.8.6
22242026-07-16T21:21:54.072Z Compiling toml_edit v0.23.10+spec-1.0.0
22252026-07-16T21:21:54.108Z Compiling inout v0.1.4
22262026-07-16T21:21:54.258Z Compiling hash32 v0.3.1
22272026-07-16T21:21:54.307Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22282026-07-16T21:21:54.320Z Compiling multer v3.1.0
22292026-07-16T21:21:54.324Z Compiling thread_local v1.1.9
22302026-07-16T21:21:54.324Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22312026-07-16T21:21:54.381Z Compiling slog-async v2.8.0
22322026-07-16T21:21:54.431Z Compiling unicode-width v0.2.0
22332026-07-16T21:21:54.465Z Compiling smoltcp v0.11.0
22342026-07-16T21:21:54.483Z Compiling structmeta v0.3.0
22352026-07-16T21:21:54.543Z Compiling compression-core v0.4.31
22362026-07-16T21:21:54.593Z Compiling match_cfg v0.1.0
22372026-07-16T21:21:54.699Z Compiling compression-codecs v0.4.37
22382026-07-16T21:21:54.721Z Compiling hostname v0.3.1
22392026-07-16T21:21:54.729Z Compiling derive-ex v0.1.8
22402026-07-16T21:21:54.748Z Compiling proc-macro-crate v3.4.0
22412026-07-16T21:21:54.824Z Compiling cipher v0.4.4
22422026-07-16T21:21:54.873Z Compiling atomicwrites v0.4.4
22432026-07-16T21:21:55.007Z Compiling ingot-macros v0.1.1
22442026-07-16T21:21:55.045Z Compiling slog-json v2.6.1
22452026-07-16T21:21:55.096Z Compiling crossbeam-channel v0.5.15
22462026-07-16T21:21:55.108Z Compiling half v2.7.1
22472026-07-16T21:21:55.166Z Compiling newtype-uuid-macros v0.1.0
22482026-07-16T21:21:55.200Z Compiling cobs v0.3.0
22492026-07-16T21:21:55.279Z Compiling universal-hash v0.5.1
22502026-07-16T21:21:55.302Z Compiling thiserror-impl-no-std v2.0.2
22512026-07-16T21:21:55.433Z Compiling async-stream-impl v0.3.6
22522026-07-16T21:21:55.478Z Compiling serde_spanned v1.1.1
22532026-07-16T21:21:55.498Z Compiling toml_datetime v1.1.1+spec-1.1.0
22542026-07-16T21:21:55.659Z Compiling is-terminal v0.4.17
22552026-07-16T21:21:55.778Z Compiling tokio-rustls v0.26.4
22562026-07-16T21:21:55.796Z Compiling rustls-platform-verifier v0.6.2
22572026-07-16T21:21:55.925Z Compiling tough v0.22.0
22582026-07-16T21:21:55.940Z Compiling proc-macro-error-attr v1.0.4
22592026-07-16T21:21:56.024Z Compiling hyper-rustls v0.27.7
22602026-07-16T21:21:56.062Z Compiling dropshot v0.17.1
22612026-07-16T21:21:56.083Z Compiling opaque-debug v0.3.1
22622026-07-16T21:21:56.172Z Compiling convert_case v0.4.0
22632026-07-16T21:21:56.205Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22642026-07-16T21:21:56.294Z Compiling reqwest v0.13.2
22652026-07-16T21:21:56.304Z Compiling take_mut v0.2.2
22662026-07-16T21:21:56.351Z Compiling term v1.2.1
22672026-07-16T21:21:56.373Z Compiling ciborium-io v0.2.2
22682026-07-16T21:21:56.402Z Compiling toml_writer v1.1.1+spec-1.1.0
22692026-07-16T21:21:56.463Z Compiling ciborium-ll v0.2.2
22702026-07-16T21:21:56.496Z Compiling thiserror-no-std v2.0.2
22712026-07-16T21:21:56.506Z Compiling derive_more v0.99.20
22722026-07-16T21:21:56.605Z Compiling toml v1.1.2+spec-1.1.0
22732026-07-16T21:21:56.692Z Compiling slog-term v2.9.2
22742026-07-16T21:21:56.813Z Compiling test-strategy v0.4.5
22752026-07-16T21:21:57.416Z Compiling poly1305 v0.8.0
22762026-07-16T21:21:57.460Z Compiling async-stream v0.3.6
22772026-07-16T21:21:57.700Z Compiling ingot-types v0.1.2
22782026-07-16T21:21:57.710Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22792026-07-16T21:21:57.718Z Compiling postcard v1.1.3
22802026-07-16T21:21:58.098Z Compiling ingot v0.1.1
22812026-07-16T21:21:58.113Z Compiling slog-bunyan v2.5.0
22822026-07-16T21:21:58.129Z Compiling num_enum_derive v0.7.6
22832026-07-16T21:21:58.144Z Compiling chacha20 v0.9.1
22842026-07-16T21:21:58.186Z Compiling async-compression v0.4.41
22852026-07-16T21:21:58.331Z Compiling parse-display-derive v0.10.0
22862026-07-16T21:21:58.417Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
22872026-07-16T21:21:58.704Z Compiling sha1 v0.11.0
22882026-07-16T21:21:58.722Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22892026-07-16T21:21:58.974Z Compiling proc-macro-crate v1.3.1
22902026-07-16T21:21:59.114Z Compiling waitgroup v0.1.2
22912026-07-16T21:21:59.182Z Compiling backon v1.6.0
22922026-07-16T21:21:59.289Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
22932026-07-16T21:21:59.460Z Compiling password-hash v0.5.0
22942026-07-16T21:21:59.464Z Compiling rustls-pemfile v2.2.0
22952026-07-16T21:21:59.494Z Compiling dropshot_endpoint v0.17.1
22962026-07-16T21:21:59.523Z Compiling blake2 v0.10.6
22972026-07-16T21:21:59.596Z Compiling aead v0.5.2
22982026-07-16T21:21:59.616Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22992026-07-16T21:21:59.633Z Compiling foreign-types-macros v0.2.3
23002026-07-16T21:21:59.780Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23012026-07-16T21:21:59.808Z Compiling serde_path_to_error v0.1.20
23022026-07-16T21:21:59.824Z Compiling hostname v0.4.2
23032026-07-16T21:21:59.964Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23042026-07-16T21:22:00.009Z Compiling proc-macro-error v1.0.4
23052026-07-16T21:22:00.054Z Compiling instant v0.1.13
23062026-07-16T21:22:00.196Z Compiling foreign-types-shared v0.3.1
23072026-07-16T21:22:00.211Z Compiling debug-ignore v1.0.5
23082026-07-16T21:22:00.270Z Compiling backoff v0.4.0
23092026-07-16T21:22:00.297Z Compiling foreign-types v0.5.0
23102026-07-16T21:22:00.315Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23112026-07-16T21:22:00.318Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23122026-07-16T21:22:00.344Z Compiling parse-display v0.10.0
23132026-07-16T21:22:00.359Z Compiling argon2 v0.5.3
23142026-07-16T21:22:00.425Z Compiling chacha20poly1305 v0.10.1
23152026-07-16T21:22:00.432Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23162026-07-16T21:22:00.432Z Compiling num_enum_derive v0.5.11
23172026-07-16T21:22:00.457Z Compiling num_enum v0.7.6
23182026-07-16T21:22:00.503Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23192026-07-16T21:22:00.559Z Compiling ciborium v0.2.2
23202026-07-16T21:22:00.598Z Compiling vsss-rs v3.3.4
23212026-07-16T21:22:00.900Z Compiling tabwriter v1.4.1
23222026-07-16T21:22:00.929Z Compiling regress v0.10.5
23232026-07-16T21:22:01.117Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23242026-07-16T21:22:01.189Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23252026-07-16T21:22:01.211Z Compiling cstr-argument v0.1.2
23262026-07-16T21:22:01.234Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23272026-07-16T21:22:01.312Z Compiling humantime v2.3.0
23282026-07-16T21:22:01.379Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23292026-07-16T21:22:01.440Z Compiling num_enum v0.5.11
23302026-07-16T21:22:01.456Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23312026-07-16T21:22:01.471Z Compiling rayon v1.11.0
23322026-07-16T21:22:01.507Z Compiling rand v0.10.1
23332026-07-16T21:22:01.583Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23342026-07-16T21:22:01.601Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23352026-07-16T21:22:01.715Z Compiling indent_write v2.2.0
23362026-07-16T21:22:01.735Z Compiling colored v3.1.1
23372026-07-16T21:22:01.756Z Compiling libefi-sys v0.1.0
23382026-07-16T21:22:01.780Z Compiling zone_cfg_derive v0.3.1
23392026-07-16T21:22:01.814Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23402026-07-16T21:22:01.886Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23412026-07-16T21:22:01.999Z Compiling camino-tempfile v1.4.1
23422026-07-16T21:22:02.022Z Compiling itertools v0.12.1
23432026-07-16T21:22:02.086Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23442026-07-16T21:22:02.144Z Compiling usdt-attr-macro v0.5.0
23452026-07-16T21:22:02.179Z Compiling usdt-macro v0.5.0
23462026-07-16T21:22:02.356Z Compiling num-derive v0.4.2
23472026-07-16T21:22:02.372Z Compiling bitfield-struct v0.6.2
23482026-07-16T21:22:02.435Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23492026-07-16T21:22:02.453Z Compiling blake3 v1.8.5
23502026-07-16T21:22:02.458Z Compiling memmap v0.7.0
23512026-07-16T21:22:02.531Z Compiling sigpipe v0.1.3
23522026-07-16T21:22:02.547Z Compiling swrite v0.1.0
23532026-07-16T21:22:02.564Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23542026-07-16T21:22:02.645Z Compiling glob v0.3.3
23552026-07-16T21:22:02.676Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23562026-07-16T21:22:02.921Z Compiling smf v0.2.3
23572026-07-16T21:22:02.935Z Compiling usdt v0.5.0
23582026-07-16T21:22:02.952Z Compiling filetime v0.2.27
23592026-07-16T21:22:02.990Z Compiling constant_time_eq v0.4.2
23602026-07-16T21:22:03.027Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23612026-07-16T21:22:03.212Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23622026-07-16T21:22:03.222Z Compiling whoami v1.6.1
23632026-07-16T21:22:03.276Z Compiling arrayref v0.3.9
23642026-07-16T21:22:03.292Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23652026-07-16T21:22:03.355Z Compiling zone v0.3.1
23662026-07-16T21:22:03.375Z Compiling xattr v1.6.1
23672026-07-16T21:22:03.382Z Compiling arrayvec v0.7.6
23682026-07-16T21:22:03.404Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23692026-07-16T21:22:03.521Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23702026-07-16T21:22:03.567Z Compiling tar v0.4.46
23712026-07-16T21:22:03.585Z Compiling tokio-dtrace v0.1.1
23722026-07-16T21:22:03.649Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23732026-07-16T21:22:03.670Z Compiling console v0.16.2
23742026-07-16T21:22:03.690Z Compiling gethostname v0.5.0
23752026-07-16T21:22:03.917Z Compiling unit-prefix v0.5.2
23762026-07-16T21:22:03.937Z Compiling topological-sort v0.2.2
23772026-07-16T21:22:03.990Z Compiling oxide-tokio-rt v0.1.4
23782026-07-16T21:22:04.101Z Compiling indicatif v0.18.4
23792026-07-16T21:22:04.120Z Compiling toml v0.8.23
23802026-07-16T21:22:04.131Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23812026-07-16T21:22:04.287Z Compiling shell-words v1.1.1
23822026-07-16T21:22:13.563Z Compiling progenitor-client v0.14.0
23832026-07-16T21:22:13.563Z Compiling omicron-zone-package v0.12.3 (https://github.com/oxidecomputer/omicron-package.git?rev=b3a1c66d2abf1c68f1ecf500a5de6df6515b7f5e#b3a1c66d)
23842026-07-16T21:22:13.819Z Compiling progenitor-extras v0.2.0
23852026-07-16T21:22:14.093Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23862026-07-16T21:22:14.122Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23872026-07-16T21:22:14.141Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23882026-07-16T21:22:14.262Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23892026-07-16T21:22:14.335Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23902026-07-16T21:22:14.351Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23912026-07-16T21:22:14.462Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23922026-07-16T21:22:14.496Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23932026-07-16T21:22:15.467Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23942026-07-16T21:22:19.356Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23952026-07-16T21:22:27.376Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23962026-07-16T21:22:30.537Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23972026-07-16T21:22:31.608Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23982026-07-16T21:22:40.963Z Finished `release` profile [optimized] target(s) in 1m 40s
23992026-07-16T21:22:41.108Z Running `target/release/omicron-package -t test target create -p dev`
24002026-07-16T21:22:41.169ZLogging to: /work/oxidecomputer/omicron/out/LOG
24012026-07-16T21:22:41.172ZCreated new build target 'test' and set it as active
24022026-07-16T21:22:41.172Z
24032026-07-16T21:22:41.172Zreal 1:40.791929600
24042026-07-16T21:22:41.172Zuser 16:27.640160917
24052026-07-16T21:22:41.172Zsys 2:37.037379602
24062026-07-16T21:22:41.172Ztrap 0.475261340
24072026-07-16T21:22:41.172Ztflt 2.360245841
24082026-07-16T21:22:41.172Zdflt 3.814204314
24092026-07-16T21:22:41.172Zkflt 0.000720070
24102026-07-16T21:22:41.172Zlock 51:55.378907386
24112026-07-16T21:22:41.172Zslp 42:19.652835141
24122026-07-16T21:22:41.172Zlat 44.822842404
24132026-07-16T21:22:41.173Zstop 5:19.847607414
24142026-07-16T21:22:41.173Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24152026-07-16T21:22:42.027Z Finished `release` profile [optimized] target(s) in 0.84s
24162026-07-16T21:22:42.096Z Running `target/release/omicron-package -t test package`
24172026-07-16T21:22:42.152ZLogging to: /work/oxidecomputer/omicron/out/LOG
24182026-07-16T21:22:43.543Z Compiling heck v0.5.0
24192026-07-16T21:22:43.543Z Compiling regress v0.11.1
24202026-07-16T21:22:43.779Z Compiling unsafe-libyaml v0.2.11
24212026-07-16T21:22:43.800Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24222026-07-16T21:22:43.828Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24232026-07-16T21:22:43.831Z Compiling unicode-width v0.1.14
24242026-07-16T21:22:43.872Z Compiling derive-where v1.6.0
24252026-07-16T21:22:43.875Z Compiling bytecount v0.6.9
24262026-07-16T21:22:43.890Z Compiling atomicwrites v0.4.4
24272026-07-16T21:22:43.894Z Compiling is-terminal v0.4.17
24282026-07-16T21:22:43.894Z Compiling prettyplease v0.2.37
24292026-07-16T21:22:43.894Z Compiling console v0.15.11
24302026-07-16T21:22:43.934Z Compiling newline-converter v0.3.0
24312026-07-16T21:22:43.953Z Compiling slog-dtrace v0.3.0
24322026-07-16T21:22:43.997Z Compiling owo-colors v4.3.0
24332026-07-16T21:22:44.064Z Compiling cancel-safe-futures v0.1.5
24342026-07-16T21:22:44.087Z Compiling resolv-conf v0.7.6
24352026-07-16T21:22:44.110Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24362026-07-16T21:22:44.158Z Compiling num-rational v0.4.2
24372026-07-16T21:22:44.179Z Compiling libsw-core v0.3.2
24382026-07-16T21:22:44.221Z Compiling num-complex v0.4.6
24392026-07-16T21:22:44.258Z Compiling thread_local v1.1.9
24402026-07-16T21:22:44.303Z Compiling serde_yaml v0.9.34+deprecated
24412026-07-16T21:22:44.324Z Compiling expectorate v1.2.0
24422026-07-16T21:22:44.416Z Compiling match_cfg v0.1.0
24432026-07-16T21:22:44.440Z Compiling compression-core v0.4.31
24442026-07-16T21:22:44.506Z Compiling hostname v0.3.1
24452026-07-16T21:22:44.555Z Compiling libsw v3.5.0
24462026-07-16T21:22:44.621Z Compiling num v0.4.3
24472026-07-16T21:22:44.662Z Compiling compression-codecs v0.4.37
24482026-07-16T21:22:44.693Z Compiling multer v3.1.0
24492026-07-16T21:22:44.714Z Compiling slog-async v2.8.0
24502026-07-16T21:22:44.734Z Compiling crossbeam-channel v0.5.15
24512026-07-16T21:22:44.759Z Compiling slog-json v2.6.1
24522026-07-16T21:22:44.780Z Compiling toml_datetime v1.1.1+spec-1.1.0
24532026-07-16T21:22:44.784Z Compiling serde_spanned v1.1.1
24542026-07-16T21:22:44.917Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24552026-07-16T21:22:44.952Z Compiling toml_writer v1.1.1+spec-1.1.0
24562026-07-16T21:22:44.980Z Compiling linear-map v1.2.0
24572026-07-16T21:22:45.001Z Compiling term v1.2.1
24582026-07-16T21:22:45.079Z Compiling linked-hash-map v0.5.6
24592026-07-16T21:22:45.082Z Compiling take_mut v0.2.2
24602026-07-16T21:22:45.122Z Compiling float-ord v0.3.2
24612026-07-16T21:22:45.143Z Compiling slog-bunyan v2.5.0
24622026-07-16T21:22:45.164Z Compiling toml v1.1.2+spec-1.1.0
24632026-07-16T21:22:45.187Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24642026-07-16T21:22:45.206Z Compiling async-compression v0.4.41
24652026-07-16T21:22:45.231Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24662026-07-16T21:22:45.311Z Compiling slog-term v2.9.2
24672026-07-16T21:22:45.335Z Compiling typify-impl v0.6.2
24682026-07-16T21:22:45.396Z Compiling lru-cache v0.1.2
24692026-07-16T21:22:45.554Z Compiling dropshot v0.17.1
24702026-07-16T21:22:45.573Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24712026-07-16T21:22:45.621Z Compiling async-stream v0.3.6
24722026-07-16T21:22:45.645Z Compiling sha1 v0.11.0
24732026-07-16T21:22:45.649Z Compiling progenitor-client v0.14.0
24742026-07-16T21:22:45.699Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24752026-07-16T21:22:45.736Z Compiling waitgroup v0.1.2
24762026-07-16T21:22:45.828Z Compiling rustls-pemfile v2.2.0
24772026-07-16T21:22:45.850Z Compiling backon v1.6.0
24782026-07-16T21:22:45.853Z Compiling serde_path_to_error v0.1.20
24792026-07-16T21:22:45.891Z Compiling hostname v0.4.2
24802026-07-16T21:22:45.915Z Compiling instant v0.1.13
24812026-07-16T21:22:45.935Z Compiling debug-ignore v1.0.5
24822026-07-16T21:22:45.992Z Compiling minimal-lexical v0.2.1
24832026-07-16T21:22:46.065Z Compiling progenitor-extras v0.2.0
24842026-07-16T21:22:46.087Z Compiling backoff v0.4.0
24852026-07-16T21:22:46.090Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24862026-07-16T21:22:46.090Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24872026-07-16T21:22:46.150Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24882026-07-16T21:22:46.259Z Compiling nom v7.1.3
24892026-07-16T21:22:46.321Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24902026-07-16T21:22:46.342Z Compiling parse-display v0.10.0
24912026-07-16T21:22:46.345Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24922026-07-16T21:22:46.345Z Compiling hickory-proto v0.24.4
24932026-07-16T21:22:46.639Z Compiling regress v0.10.5
24942026-07-16T21:22:46.985Z Compiling macaddr v1.0.1
24952026-07-16T21:22:47.089Z Compiling humantime v2.3.0
24962026-07-16T21:22:47.109Z Compiling unicode-xid v0.2.6
24972026-07-16T21:22:47.265Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24982026-07-16T21:22:47.361Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24992026-07-16T21:22:47.470Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25002026-07-16T21:22:47.675Z Compiling convert_case v0.10.0
25012026-07-16T21:22:47.704Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25022026-07-16T21:22:47.963Z Compiling derive_more-impl v2.1.1
25032026-07-16T21:22:48.133Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25042026-07-16T21:22:48.367Z Compiling toml v0.8.23
25052026-07-16T21:22:48.587Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25062026-07-16T21:22:48.691Z Compiling papergrid v0.11.0
25072026-07-16T21:22:48.755Z Compiling tabled_derive v0.7.0
25082026-07-16T21:22:48.777Z Compiling derive_more v2.1.1
25092026-07-16T21:22:48.817Z Compiling typify-macro v0.6.2
25102026-07-16T21:22:48.887Z Compiling termtree v0.5.1
25112026-07-16T21:22:48.953Z Compiling hickory-resolver v0.24.4
25122026-07-16T21:22:49.018Z Compiling crossterm v0.29.0
25132026-07-16T21:22:49.087Z Compiling phf_shared v0.12.1
25142026-07-16T21:22:49.333Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25152026-07-16T21:22:49.681Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25162026-07-16T21:22:49.895Z Compiling tabled v0.15.0
25172026-07-16T21:22:49.918Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25182026-07-16T21:22:50.406Z Compiling typify v0.6.2
25192026-07-16T21:22:50.698Z Compiling progenitor-impl v0.14.0
25202026-07-16T21:22:51.111Z Compiling qorb v0.4.1
25212026-07-16T21:22:52.014Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25222026-07-16T21:22:52.569Z Compiling vte v0.14.1
25232026-07-16T21:22:52.823Z Compiling csv-core v0.1.13
25242026-07-16T21:22:52.858Z Compiling progenitor-macro v0.14.0
25252026-07-16T21:22:52.958Z Compiling highway v1.3.0
25262026-07-16T21:22:53.686Z Compiling chrono-tz v0.10.4
25272026-07-16T21:22:53.911Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25282026-07-16T21:22:53.967Z Compiling csv v1.4.0
25292026-07-16T21:22:54.200Z Compiling strip-ansi-escapes v0.2.1
25302026-07-16T21:22:54.348Z Compiling phf v0.12.1
25312026-07-16T21:22:54.427Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25322026-07-16T21:22:54.489Z Compiling const_format_proc_macros v0.2.34
25332026-07-16T21:22:54.564Z Compiling fd-lock v4.0.4
25342026-07-16T21:22:54.742Z Compiling peg-macros v0.8.5
25352026-07-16T21:22:54.936Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25362026-07-16T21:22:54.950Z Compiling nu-ansi-term v0.50.3
25372026-07-16T21:22:55.228Z Compiling reedline v0.40.0
25382026-07-16T21:22:55.270Z Compiling const_format v0.2.35
25392026-07-16T21:22:55.927Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25402026-07-16T21:22:56.071Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25412026-07-16T21:22:56.670Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25422026-07-16T21:22:56.910Z Compiling progenitor v0.14.0
25432026-07-16T21:22:56.964Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25442026-07-16T21:22:57.077Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25452026-07-16T21:22:57.107Z Compiling peg v0.8.5
25462026-07-16T21:22:57.206Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25472026-07-16T21:22:57.279Z Compiling bcs v0.1.6
25482026-07-16T21:22:57.714Z Compiling nom v8.0.0
25492026-07-16T21:22:57.912Z Compiling semver v0.1.20
25502026-07-16T21:22:58.177Z Compiling rustc_version v0.1.7
25512026-07-16T21:22:58.416Z Compiling newtype_derive v0.1.6
25522026-07-16T21:22:58.650Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25532026-07-16T21:22:58.895Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25542026-07-16T21:22:59.332Z Compiling unicode-linebreak v0.1.5
25552026-07-16T21:22:59.593Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25562026-07-16T21:22:59.647Z Compiling smawk v0.3.2
25572026-07-16T21:22:59.703Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25582026-07-16T21:22:59.805Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25592026-07-16T21:22:59.836Z Compiling textwrap v0.16.2
25602026-07-16T21:22:59.968Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25612026-07-16T21:23:00.058Z Compiling steno v0.4.1
25622026-07-16T21:23:00.401Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25632026-07-16T21:23:00.697Z Compiling base64 v0.21.7
25642026-07-16T21:23:00.837Z Compiling dropshot-api-manager-types v0.7.2
25652026-07-16T21:23:01.328Z Compiling sha1 v0.10.6
25662026-07-16T21:23:01.490Z Compiling utf-8 v0.7.6
25672026-07-16T21:23:01.505Z Compiling tagptr v0.2.0
25682026-07-16T21:23:01.553Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25692026-07-16T21:23:01.708Z Compiling moka v0.12.13
25702026-07-16T21:23:01.727Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25712026-07-16T21:23:01.727Z Compiling tungstenite v0.21.0
25722026-07-16T21:23:01.819Z Compiling display-error-chain v0.2.2
25732026-07-16T21:23:01.985Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25742026-07-16T21:23:01.995Z Compiling radium v0.7.0
25752026-07-16T21:23:02.106Z Compiling maybe-uninit v2.0.0
25762026-07-16T21:23:02.348Z Compiling tap v1.0.1
25772026-07-16T21:23:02.418Z Compiling tokio-tungstenite v0.21.0
25782026-07-16T21:23:02.491Z Compiling wyz v0.5.1
25792026-07-16T21:23:02.734Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25802026-07-16T21:23:02.868Z Compiling hickory-resolver v0.25.2
25812026-07-16T21:23:03.020Z Compiling vergen-lib v0.1.6
25822026-07-16T21:23:03.228Z Compiling zerocopy-derive v0.6.6
25832026-07-16T21:23:03.250Z Compiling crc-catalog v2.4.0
25842026-07-16T21:23:03.386Z Compiling funty v2.0.0
25852026-07-16T21:23:03.890Z Compiling packed_struct v0.10.1
25862026-07-16T21:23:04.026Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25872026-07-16T21:23:04.188Z Compiling diesel_derives v2.3.7
25882026-07-16T21:23:04.375Z Compiling zerocopy v0.6.6
25892026-07-16T21:23:04.462Z Compiling bitvec v1.0.1
25902026-07-16T21:23:04.785Z Compiling crc v3.4.0
25912026-07-16T21:23:05.066Z Compiling dsl_auto_type v0.2.0
25922026-07-16T21:23:05.119Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25932026-07-16T21:23:05.529Z Compiling scheduled-thread-pool v0.2.7
25942026-07-16T21:23:05.607Z Compiling packed_struct_codegen v0.10.1
25952026-07-16T21:23:05.631Z Compiling vergen-gitcl v1.0.8
25962026-07-16T21:23:05.802Z Compiling diesel_table_macro_syntax v0.3.0
25972026-07-16T21:23:05.877Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25982026-07-16T21:23:06.070Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25992026-07-16T21:23:06.136Z Compiling bitfield-macros v0.19.4
26002026-07-16T21:23:06.245Z Compiling proc-macro-error-attr2 v2.0.0
26012026-07-16T21:23:06.309Z Compiling dirs-sys-next v0.1.2
26022026-07-16T21:23:06.587Z Compiling indexmap v1.9.3
26032026-07-16T21:23:06.686Z Compiling maplit v1.0.2
26042026-07-16T21:23:06.707Z Compiling crunchy v0.2.4
26052026-07-16T21:23:06.805Z Compiling glob v0.3.3
26062026-07-16T21:23:06.848Z Compiling nodrop v0.1.14
26072026-07-16T21:23:06.929Z Compiling bitfield v0.19.4
26082026-07-16T21:23:06.983Z Compiling array-init v0.0.4
26092026-07-16T21:23:07.167Z Compiling clang-sys v1.8.1
26102026-07-16T21:23:07.262Z Compiling proc-macro-error2 v2.0.1
26112026-07-16T21:23:07.371Z Compiling dirs-next v2.0.0
26122026-07-16T21:23:07.629Z Compiling r2d2 v0.8.10
26132026-07-16T21:23:07.646Z Compiling smallvec v0.6.14
26142026-07-16T21:23:08.114Z Compiling num-derive v0.3.3
26152026-07-16T21:23:08.127Z Compiling downcast-rs v2.0.2
26162026-07-16T21:23:08.127Z Compiling tiny-keccak v2.0.2
26172026-07-16T21:23:08.127Z Compiling hashbrown v0.12.3
26182026-07-16T21:23:08.403Z Compiling serde-hex v0.1.0
26192026-07-16T21:23:08.503Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26202026-07-16T21:23:08.835Z Compiling tabled_derive v0.11.0
26212026-07-16T21:23:08.944Z Compiling term v0.7.0
26222026-07-16T21:23:08.944Z Compiling libscf-sys v1.1.0
26232026-07-16T21:23:08.996Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26242026-07-16T21:23:09.047Z Compiling ron v0.8.1
26252026-07-16T21:23:09.199Z Compiling papergrid v0.17.0
26262026-07-16T21:23:09.254Z Compiling testing_table v0.3.0
26272026-07-16T21:23:09.320Z Compiling hashbrown v0.13.2
26282026-07-16T21:23:09.368Z Compiling crc-any v2.5.0
26292026-07-16T21:23:09.650Z Compiling bit-vec v0.6.3
26302026-07-16T21:23:09.810Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26312026-07-16T21:23:09.882Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26322026-07-16T21:23:09.943Z Compiling bit-set v0.5.3
26332026-07-16T21:23:09.943Z Compiling object v0.30.4
26342026-07-16T21:23:10.094Z Compiling ascii-canvas v3.0.0
26352026-07-16T21:23:10.330Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26362026-07-16T21:23:10.492Z Compiling tabled v0.20.0
26372026-07-16T21:23:10.863Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26382026-07-16T21:23:11.085Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26392026-07-16T21:23:11.403Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26402026-07-16T21:23:11.513Z Compiling progenitor-impl v0.13.0
26412026-07-16T21:23:11.570Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26422026-07-16T21:23:11.819Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26432026-07-16T21:23:11.921Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26442026-07-16T21:23:12.075Z Compiling itertools v0.10.5
26452026-07-16T21:23:12.114Z Compiling ena v0.14.4
26462026-07-16T21:23:12.251Z Compiling diesel v2.3.7
26472026-07-16T21:23:12.321Z Compiling libloading v0.8.9
26482026-07-16T21:23:12.397Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26492026-07-16T21:23:12.545Z Compiling unicase v2.9.0
26502026-07-16T21:23:12.633Z Compiling xshell-macros v0.2.7
26512026-07-16T21:23:12.849Z Compiling path-slash v0.1.5
26522026-07-16T21:23:13.039Z Compiling regex-syntax v0.6.29
26532026-07-16T21:23:13.046Z Compiling bindgen v0.71.1
26542026-07-16T21:23:13.127Z Compiling diff v0.1.13
26552026-07-16T21:23:13.242Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26562026-07-16T21:23:13.387Z Compiling xshell v0.2.7
26572026-07-16T21:23:13.397Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26582026-07-16T21:23:13.606Z Compiling progenitor-macro v0.13.0
26592026-07-16T21:23:14.697Z Compiling lalrpop v0.19.12
26602026-07-16T21:23:14.933Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26612026-07-16T21:23:15.379Z Compiling cexpr v0.6.0
26622026-07-16T21:23:16.072Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26632026-07-16T21:23:16.307Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26642026-07-16T21:23:16.764Z Compiling progenitor-client v0.13.0
26652026-07-16T21:23:17.317Z Compiling rustc-hash v2.1.1
26662026-07-16T21:23:17.660Z Compiling progenitor v0.13.0
26672026-07-16T21:23:17.744Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26682026-07-16T21:23:18.107Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26692026-07-16T21:23:18.444Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26702026-07-16T21:23:18.898Z Compiling headers-core v0.3.0
26712026-07-16T21:23:18.923Z Compiling libxml v0.3.3
26722026-07-16T21:23:19.010Z Compiling crc8 v0.1.1
26732026-07-16T21:23:19.060Z Compiling headers v0.4.1
26742026-07-16T21:23:19.104Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26752026-07-16T21:23:19.155Z Compiling strum_macros v0.24.3
26762026-07-16T21:23:19.248Z Compiling indoc v1.0.9
26772026-07-16T21:23:19.386Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26782026-07-16T21:23:19.442Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26792026-07-16T21:23:19.692Z Compiling derive_builder v0.20.2
26802026-07-16T21:23:19.709Z Compiling quick-xml v0.37.5
26812026-07-16T21:23:19.839Z Compiling oso-derive v0.27.3
26822026-07-16T21:23:20.351Z Compiling impl-trait-for-tuples v0.2.3
26832026-07-16T21:23:20.382Z Compiling openssl-probe v0.1.6
26842026-07-16T21:23:20.467Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26852026-07-16T21:23:20.671Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26862026-07-16T21:23:20.711Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26872026-07-16T21:23:20.943Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26882026-07-16T21:23:21.208Z Compiling bb8 v0.8.6
26892026-07-16T21:23:21.233Z Compiling trait-variant v0.1.2
26902026-07-16T21:23:21.594Z Compiling half v1.8.3
26912026-07-16T21:23:21.690Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26922026-07-16T21:23:21.807Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26932026-07-16T21:23:22.084Z Compiling serde_cbor v0.11.2
26942026-07-16T21:23:22.130Z Compiling samael v0.0.19
26952026-07-16T21:23:22.193Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26962026-07-16T21:23:22.207Z Compiling polar-core v0.27.3
26972026-07-16T21:23:22.513Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26982026-07-16T21:23:22.767Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26992026-07-16T21:23:22.944Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27002026-07-16T21:23:23.024Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27012026-07-16T21:23:23.067Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27022026-07-16T21:23:23.369Z Compiling nonempty v0.12.0
27032026-07-16T21:23:23.408Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27042026-07-16T21:23:23.556Z Compiling fxhash v0.2.1
27052026-07-16T21:23:23.735Z Compiling libz-sys v1.1.24
27062026-07-16T21:23:23.756Z Compiling salty v0.3.0
27072026-07-16T21:23:24.254Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27082026-07-16T21:23:24.379Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27092026-07-16T21:23:24.780Z Compiling kstat-rs v0.2.4
27102026-07-16T21:23:25.142Z Compiling arc-swap v1.8.2
27112026-07-16T21:23:25.265Z Compiling fs-err v2.11.0
27122026-07-16T21:23:25.540Z Compiling slog-scope v4.4.1
27132026-07-16T21:23:25.601Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27142026-07-16T21:23:25.671Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27152026-07-16T21:23:25.737Z Compiling mime_guess v2.0.5
27162026-07-16T21:23:26.324Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27172026-07-16T21:23:26.504Z Compiling rfc6979 v0.4.0
27182026-07-16T21:23:26.742Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27192026-07-16T21:23:26.788Z Compiling nanorand v0.7.0
27202026-07-16T21:23:27.145Z Compiling darling_core v0.23.0
27212026-07-16T21:23:27.167Z Compiling libgit2-sys v0.18.3+1.9.2
27222026-07-16T21:23:27.599Z Compiling parking_lot_core v0.8.6
27232026-07-16T21:23:27.804Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27242026-07-16T21:23:27.864Z Compiling flume v0.11.1
27252026-07-16T21:23:28.276Z Compiling ecdsa v0.16.9
27262026-07-16T21:23:28.968Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27272026-07-16T21:23:29.352Z Compiling darling_macro v0.23.0
27282026-07-16T21:23:29.374Z Compiling slog-stdlog v4.1.1
27292026-07-16T21:23:29.805Z Compiling diesel-dtrace v0.5.0
27302026-07-16T21:23:29.831Z Compiling async-bb8-diesel v0.2.1
27312026-07-16T21:23:30.033Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27322026-07-16T21:23:30.160Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27332026-07-16T21:23:30.301Z Compiling primeorder v0.13.6
27342026-07-16T21:23:30.356Z Compiling git-stub v1.0.0
27352026-07-16T21:23:30.627Z Compiling atty v0.2.14
27362026-07-16T21:23:30.653Z Compiling instability v0.3.11
27372026-07-16T21:23:30.770Z Compiling strsim v0.10.0
27382026-07-16T21:23:30.994Z Compiling http-range v0.1.5
27392026-07-16T21:23:31.094Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27402026-07-16T21:23:31.322Z Compiling oso v0.27.3
27412026-07-16T21:23:31.349Z Compiling parse-size v1.1.0
27422026-07-16T21:23:31.443Z Compiling darling_core v0.13.4
27432026-07-16T21:23:31.577Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27442026-07-16T21:23:33.131Z Compiling p384 v0.13.1
27452026-07-16T21:23:33.151Z Compiling git-stub-vcs v0.1.0
27462026-07-16T21:23:33.511Z Compiling darling v0.23.0
27472026-07-16T21:23:33.622Z Compiling slog-envlogger v2.2.0
27482026-07-16T21:23:34.804Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27492026-07-16T21:23:35.253Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27502026-07-16T21:23:35.659Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27512026-07-16T21:23:36.669Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27522026-07-16T21:23:37.413Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27532026-07-16T21:23:37.444Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27542026-07-16T21:23:37.847Z Compiling ignore v0.4.25
27552026-07-16T21:23:37.871Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27562026-07-16T21:23:39.128Z Compiling vergen-git2 v9.1.0
27572026-07-16T21:23:39.310Z Compiling castaway v0.2.4
27582026-07-16T21:23:39.401Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27592026-07-16T21:23:39.421Z Compiling indoc v2.0.7
27602026-07-16T21:23:39.480Z Compiling compact_str v0.8.1
27612026-07-16T21:23:39.788Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27622026-07-16T21:23:40.475Z Compiling globwalk v0.9.1
27632026-07-16T21:23:40.604Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27642026-07-16T21:23:40.613Z Compiling parking_lot v0.11.2
27652026-07-16T21:23:40.893Z Compiling hyper-staticfile v0.10.1
27662026-07-16T21:23:41.162Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27672026-07-16T21:23:41.306Z Compiling darling_macro v0.13.4
27682026-07-16T21:23:41.639Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27692026-07-16T21:23:41.796Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27702026-07-16T21:23:41.861Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27712026-07-16T21:23:42.076Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27722026-07-16T21:23:42.106Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27732026-07-16T21:23:42.315Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
27742026-07-16T21:23:42.648Z Compiling predicates-tree v1.0.13
27752026-07-16T21:23:42.957Z Compiling unicode-truncate v1.1.0
27762026-07-16T21:23:43.042Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27772026-07-16T21:23:43.122Z Compiling lru v0.12.5
27782026-07-16T21:23:43.167Z Compiling rand_seeder v0.4.0
27792026-07-16T21:23:43.248Z Compiling prefix-trie v0.7.0
27802026-07-16T21:23:43.351Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27812026-07-16T21:23:43.429Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27822026-07-16T21:23:43.460Z Compiling illumos-nvpair-sys v0.2.0
27832026-07-16T21:23:43.691Z Compiling corncobs v0.1.4
27842026-07-16T21:23:43.715Z Compiling cassowary v0.3.0
27852026-07-16T21:23:43.817Z Compiling hickory-server v0.25.2
27862026-07-16T21:23:43.837Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27872026-07-16T21:23:43.942Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27882026-07-16T21:23:43.993Z Compiling ratatui v0.29.0
27892026-07-16T21:23:44.233Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
27902026-07-16T21:23:44.295Z Compiling camino-tempfile-ext v0.3.3
27912026-07-16T21:23:44.346Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27922026-07-16T21:23:44.646Z Compiling darling v0.13.4
27932026-07-16T21:23:44.757Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27942026-07-16T21:23:44.996Z Compiling sled v0.34.7
27952026-07-16T21:23:45.220Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27962026-07-16T21:23:45.309Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27972026-07-16T21:23:45.951Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27982026-07-16T21:23:47.295Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27992026-07-16T21:23:47.767Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28002026-07-16T21:23:47.991Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28012026-07-16T21:23:48.226Z Compiling secrecy v0.8.0
28022026-07-16T21:23:48.334Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28032026-07-16T21:23:48.679Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28042026-07-16T21:23:48.826Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28052026-07-16T21:23:49.463Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28062026-07-16T21:23:49.519Z Compiling serde_with_macros v1.5.2
28072026-07-16T21:23:50.355Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28082026-07-16T21:23:50.625Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28092026-07-16T21:23:55.104Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28102026-07-16T21:23:55.208Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28112026-07-16T21:23:55.209Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28122026-07-16T21:23:55.370Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28132026-07-16T21:23:55.370Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28142026-07-16T21:23:55.371Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28152026-07-16T21:23:55.371Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28162026-07-16T21:23:55.372Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28172026-07-16T21:23:55.372Z Compiling git2 v0.20.4
28182026-07-16T21:23:55.372Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28192026-07-16T21:23:55.372Z Compiling void v1.0.2
28202026-07-16T21:23:55.372Z Compiling lzss v0.8.2
28212026-07-16T21:23:55.372Z Compiling illumos-nvpair v0.3.0
28222026-07-16T21:23:55.372Z Compiling serde_with v1.14.0
28232026-07-16T21:23:55.372Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28242026-07-16T21:23:55.372Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28252026-07-16T21:23:55.372Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28262026-07-16T21:23:55.498Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28272026-07-16T21:23:55.524Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
28282026-07-16T21:23:55.804Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28292026-07-16T21:23:56.147Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28302026-07-16T21:23:56.863Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28312026-07-16T21:23:57.083Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28322026-07-16T21:23:57.325Z Compiling tungstenite v0.23.0
28332026-07-16T21:23:57.517Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28342026-07-16T21:23:58.688Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28352026-07-16T21:23:59.537Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28362026-07-16T21:23:59.689Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28372026-07-16T21:23:59.789Z Compiling nix v0.27.1
28382026-07-16T21:23:59.880Z Compiling twox-hash v2.1.2
28392026-07-16T21:23:59.935Z Compiling serde_bytes v0.11.19
28402026-07-16T21:24:00.318Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28412026-07-16T21:24:00.406Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28422026-07-16T21:24:00.774Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28432026-07-16T21:24:00.799Z Compiling tokio-tungstenite v0.23.1
28442026-07-16T21:24:00.964Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28452026-07-16T21:24:01.189Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28462026-07-16T21:24:01.548Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28472026-07-16T21:24:02.925Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28482026-07-16T21:24:03.588Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28492026-07-16T21:24:05.163Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28502026-07-16T21:24:05.487Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28512026-07-16T21:24:05.566Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28522026-07-16T21:24:05.717Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28532026-07-16T21:24:05.962Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28542026-07-16T21:24:06.187Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
28552026-07-16T21:24:06.511Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28562026-07-16T21:24:06.970Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28572026-07-16T21:24:07.070Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28582026-07-16T21:24:07.886Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28592026-07-16T21:24:08.192Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28602026-07-16T21:24:09.132Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28612026-07-16T21:24:10.927Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28622026-07-16T21:24:11.021Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28632026-07-16T21:24:11.234Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28642026-07-16T21:24:11.389Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28652026-07-16T21:24:11.612Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28662026-07-16T21:24:12.653Z Compiling signal-hook-tokio v0.3.1
28672026-07-16T21:24:12.783Z Compiling fatfs v0.3.6
28682026-07-16T21:24:12.844Z Compiling yasna v0.5.2
28692026-07-16T21:24:13.548Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28702026-07-16T21:24:14.009Z Compiling assert_matches v1.5.0
28712026-07-16T21:24:14.115Z Compiling seq-macro v0.3.6
28722026-07-16T21:24:14.354Z Compiling is_ci v1.2.0
28732026-07-16T21:24:14.414Z Compiling rcgen v0.12.1
28742026-07-16T21:24:14.603Z Compiling supports-color v3.0.2
28752026-07-16T21:24:14.672Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28762026-07-16T21:24:14.719Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28772026-07-16T21:24:14.969Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28782026-07-16T21:24:16.695Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28792026-07-16T21:24:16.966Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28802026-07-16T21:24:17.279Z Compiling port-file v0.1.0
28812026-07-16T21:24:17.457Z Compiling subprocess v0.2.15
28822026-07-16T21:24:17.564Z Compiling rtoolbox v0.0.3
28832026-07-16T21:24:17.851Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28842026-07-16T21:24:18.825Z Compiling rpassword v7.4.0
28852026-07-16T21:24:19.031Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28862026-07-16T21:24:19.103Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28872026-07-16T21:24:19.672Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28882026-07-16T21:24:20.612Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28892026-07-16T21:24:20.750Z Compiling tui-tree-widget v0.23.1
28902026-07-16T21:24:21.063Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28912026-07-16T21:24:22.109Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28922026-07-16T21:24:22.601Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28932026-07-16T21:24:22.846Z Compiling uzers v0.12.2
28942026-07-16T21:24:23.194Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28952026-07-16T21:24:24.235Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28962026-07-16T21:24:24.659Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28972026-07-16T21:24:25.536Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28982026-07-16T21:24:26.935Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28992026-07-16T21:24:27.927Z Compiling support-bundle-viewer v0.1.2
29002026-07-16T21:24:29.097Z Compiling multimap v0.10.1
29012026-07-16T21:24:43.977Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29022026-07-16T21:24:45.193Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29032026-07-16T21:24:50.899Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29042026-07-16T21:24:51.022Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29052026-07-16T21:24:51.614Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29062026-07-16T21:31:25.816Z Finished `release` profile [optimized] target(s) in 8m 43s
29072026-07-16T21:32:15.830Z
29082026-07-16T21:32:15.830Zreal 9:34.626718531
29092026-07-16T21:32:15.835Zuser 1:18:53.466747496
29102026-07-16T21:32:15.835Zsys 3:30.927861781
29112026-07-16T21:32:15.835Ztrap 1.805839964
29122026-07-16T21:32:15.835Ztflt 2.283426755
29132026-07-16T21:32:15.835Zdflt 18.353647177
29142026-07-16T21:32:15.835Zkflt 0.004722546
29152026-07-16T21:32:15.835Zlock 6:52:34.055025483
29162026-07-16T21:32:15.835Zslp 2:11:29.453664205
29172026-07-16T21:32:15.835Zlat 2:17.036335750
29182026-07-16T21:32:15.835Zstop 5:10.514458793
29192026-07-16T21:32:15.835Z+ DEPLOY_SYSTEM_VERSION=0.0.0-deploy-test
29202026-07-16T21:32:15.835Z+ ptime -m cargo run --locked --release --bin omicron-package -- --target test stamp nexus 0.0.0-deploy-test
29212026-07-16T21:32:16.747Z Finished `release` profile [optimized] target(s) in 0.90s
29222026-07-16T21:32:16.825Z Running `target/release/omicron-package --target test stamp nexus 0.0.0-deploy-test`
29232026-07-16T21:32:16.886ZLogging to: /work/oxidecomputer/omicron/out/LOG
29242026-07-16T21:32:20.441ZCreated: out/versioned/nexus.tar.gz
29252026-07-16T21:32:20.445Z
29262026-07-16T21:32:20.448Zreal 4.610551234
29272026-07-16T21:32:20.448Zuser 3.569599423
29282026-07-16T21:32:20.448Zsys 1.043681119
29292026-07-16T21:32:20.448Ztrap 0.000439790
29302026-07-16T21:32:20.448Ztflt 0.000165240
29312026-07-16T21:32:20.448Zdflt 0.000044050
29322026-07-16T21:32:20.448Zkflt 0.000000000
29332026-07-16T21:32:20.448Zlock 1:00.501997808
29342026-07-16T21:32:20.448Zslp 3.600024449
29352026-07-16T21:32:20.448Zlat 0.002725710
29362026-07-16T21:32:20.448Zstop 0.000171870
29372026-07-16T21:32:20.448Z+ cp out/versioned/nexus.tar.gz out/nexus.tar.gz
29382026-07-16T21:32:20.708Z+ printf '%s\n' 0.0.0-deploy-test
29392026-07-16T21:32:20.711Z+ mapfile -t packages
29402026-07-16T21:32:20.711Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29412026-07-16T21:32:21.559Z Finished `release` profile [optimized] target(s) in 0.84s
29422026-07-16T21:32:21.638Z Running `target/release/omicron-package -t test list-outputs`
29432026-07-16T21:32:21.699ZLogging to: /work/oxidecomputer/omicron/out/LOG
29442026-07-16T21:32:21.702Z+ ptime -m cargo build --locked --release -p xtask
29452026-07-16T21:32:22.190Z Compiling libc v0.2.185
29462026-07-16T21:32:22.191Z Compiling serde_core v1.0.228
29472026-07-16T21:32:22.191Z Compiling serde v1.0.228
29482026-07-16T21:32:22.202Z Compiling rustix v1.1.3
29492026-07-16T21:32:22.202Z Compiling serde_json v1.0.150
29502026-07-16T21:32:22.202Z Compiling bitflags v2.11.0
29512026-07-16T21:32:22.202Z Compiling syn v2.0.117
29522026-07-16T21:32:22.281Z Compiling usdt-impl v0.5.0
29532026-07-16T21:32:22.292Z Compiling syn v1.0.109
29542026-07-16T21:32:22.377Z Compiling log v0.4.29
29552026-07-16T21:32:22.377Z Compiling getrandom v0.4.1
29562026-07-16T21:32:22.399Z Compiling indexmap v2.14.0
29572026-07-16T21:32:22.413Z Compiling fs-err v3.3.0
29582026-07-16T21:32:22.570Z Compiling once_cell v1.21.3
29592026-07-16T21:32:22.638Z Compiling heck v0.4.1
29602026-07-16T21:32:22.713Z Compiling anyhow v1.0.102
29612026-07-16T21:32:23.038Z Compiling errno v0.3.14
29622026-07-16T21:32:23.053Z Compiling thread-id v4.2.2
29632026-07-16T21:32:23.053Z Compiling memmap v0.7.0
29642026-07-16T21:32:23.805Z Compiling proc-macro-error v1.0.4
29652026-07-16T21:32:24.010Z Compiling terminal_size v0.4.3
29662026-07-16T21:32:24.010Z Compiling tempfile v3.25.0
29672026-07-16T21:32:24.050Z Compiling tabled_derive v0.7.0
29682026-07-16T21:32:24.112Z Compiling clap_builder v4.6.0
29692026-07-16T21:32:24.112Z Compiling textwrap v0.16.2
29702026-07-16T21:32:24.491Z Compiling camino v1.2.2
29712026-07-16T21:32:24.491Z Compiling cargo-platform v0.3.2
29722026-07-16T21:32:24.491Z Compiling semver v1.0.28
29732026-07-16T21:32:24.525Z Compiling pest_generator v2.8.6
29742026-07-16T21:32:24.761Z Compiling tabled v0.15.0
29752026-07-16T21:32:24.821Z Compiling camino-tempfile v1.4.1
29762026-07-16T21:32:24.980Z Compiling serde_derive v1.0.228
29772026-07-16T21:32:24.997Z Compiling thiserror-impl v1.0.69
29782026-07-16T21:32:25.002Z Compiling zerocopy-derive v0.7.35
29792026-07-16T21:32:25.009Z Compiling scroll_derive v0.12.1
29802026-07-16T21:32:25.009Z Compiling thiserror-impl v2.0.18
29812026-07-16T21:32:25.010Z Compiling clap_derive v4.6.1
29822026-07-16T21:32:25.090Z Compiling pest_derive v2.8.6
29832026-07-16T21:32:25.696Z Compiling scroll v0.12.0
29842026-07-16T21:32:25.827Z Compiling zerocopy v0.7.35
29852026-07-16T21:32:25.979Z Compiling goblin v0.8.2
29862026-07-16T21:32:26.089Z Compiling thiserror v1.0.69
29872026-07-16T21:32:26.192Z Compiling dtrace-parser v0.2.0
29882026-07-16T21:32:26.252Z Compiling thiserror v2.0.18
29892026-07-16T21:32:26.644Z Compiling clap v4.6.1
29902026-07-16T21:32:28.144Z Compiling toml_datetime v0.6.11
29912026-07-16T21:32:28.238Z Compiling serde_spanned v0.6.9
29922026-07-16T21:32:28.249Z Compiling cargo_metadata v0.23.1
29932026-07-16T21:32:28.260Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29942026-07-16T21:32:28.297Z Compiling dof v0.3.0
29952026-07-16T21:32:28.326Z Compiling serde_tokenstream v0.2.3
29962026-07-16T21:32:28.409Z Compiling toml_edit v0.22.27
29972026-07-16T21:32:28.439Z Compiling macaddr v1.0.1
29982026-07-16T21:32:29.015Z Compiling usdt-attr-macro v0.5.0
29992026-07-16T21:32:29.018Z Compiling usdt-macro v0.5.0
30002026-07-16T21:32:29.709Z Compiling usdt v0.5.0
30012026-07-16T21:32:30.018Z Compiling toml v0.8.23
30022026-07-16T21:32:30.519Z Compiling cargo_toml v0.21.0
30032026-07-16T21:32:34.966Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30042026-07-16T21:32:38.210Z Finished `release` profile [optimized] target(s) in 16.49s
30052026-07-16T21:32:38.354Z
30062026-07-16T21:32:38.354Zreal 16.616466081
30072026-07-16T21:32:38.357Zuser 2:07.031044163
30082026-07-16T21:32:38.358Zsys 14.203946213
30092026-07-16T21:32:38.358Ztrap 0.090386383
30102026-07-16T21:32:38.358Ztflt 0.483476935
30112026-07-16T21:32:38.358Zdflt 1.616016558
30122026-07-16T21:32:38.358Zkflt 0.000030730
30132026-07-16T21:32:38.358Zlock 4:36.327750525
30142026-07-16T21:32:38.358Zslp 2:46.799342247
30152026-07-16T21:32:38.358Zlat 4.567259395
30162026-07-16T21:32:38.358Zstop 16.285675992
30172026-07-16T21:32:38.358Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30182026-07-16T21:32:38.358Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30192026-07-16T21:32:38.358Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30202026-07-16T21:32:38.358Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30212026-07-16T21:32:38.359Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30222026-07-16T21:32:39.279Z Compiling progenitor-client v0.14.0
30232026-07-16T21:32:39.279Z Compiling newtype-uuid-macros v0.1.0
30242026-07-16T21:32:39.279Z Compiling match_cfg v0.1.0
30252026-07-16T21:32:39.279Z Compiling slog-json v2.6.1
30262026-07-16T21:32:39.282Z Compiling structmeta-derive v0.3.0
30272026-07-16T21:32:39.282Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30282026-07-16T21:32:39.282Z Compiling sha1 v0.11.0
30292026-07-16T21:32:39.282Z Compiling multer v3.1.0
30302026-07-16T21:32:39.283Z Compiling compression-core v0.4.31
30312026-07-16T21:32:39.283Z Compiling debug-ignore v1.0.5
30322026-07-16T21:32:39.283Z Compiling itertools v0.14.0
30332026-07-16T21:32:39.283Z Compiling async-stream-impl v0.3.6
30342026-07-16T21:32:39.429Z Compiling serde_spanned v1.1.1
30352026-07-16T21:32:39.442Z Compiling toml_datetime v1.1.1+spec-1.1.0
30362026-07-16T21:32:39.449Z Compiling dropshot v0.17.1
30372026-07-16T21:32:39.476Z Compiling toml_writer v1.1.1+spec-1.1.0
30382026-07-16T21:32:39.507Z Compiling hostname v0.3.1
30392026-07-16T21:32:39.725Z Compiling waitgroup v0.1.2
30402026-07-16T21:32:39.728Z Compiling rustls-pemfile v2.2.0
30412026-07-16T21:32:39.777Z Compiling compression-codecs v0.4.37
30422026-07-16T21:32:39.806Z Compiling toml v1.1.2+spec-1.1.0
30432026-07-16T21:32:39.809Z Compiling dropshot_endpoint v0.17.1
30442026-07-16T21:32:39.848Z Compiling hostname v0.4.2
30452026-07-16T21:32:39.848Z Compiling serde_path_to_error v0.1.20
30462026-07-16T21:32:39.902Z Compiling slog-bunyan v2.5.0
30472026-07-16T21:32:39.923Z Compiling atomicwrites v0.4.4
30482026-07-16T21:32:39.980Z Compiling async-compression v0.4.41
30492026-07-16T21:32:39.983Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30502026-07-16T21:32:40.049Z Compiling macaddr v1.0.1
30512026-07-16T21:32:40.070Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30522026-07-16T21:32:40.073Z Compiling instant v0.1.13
30532026-07-16T21:32:40.073Z Compiling regress v0.10.5
30542026-07-16T21:32:40.073Z Compiling backon v1.6.0
30552026-07-16T21:32:40.123Z Compiling async-stream v0.3.6
30562026-07-16T21:32:40.160Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30572026-07-16T21:32:40.190Z Compiling humantime v2.3.0
30582026-07-16T21:32:40.227Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30592026-07-16T21:32:40.258Z Compiling backoff v0.4.0
30602026-07-16T21:32:40.277Z Compiling progenitor-extras v0.2.0
30612026-07-16T21:32:40.296Z Compiling half v2.7.1
30622026-07-16T21:32:40.320Z Compiling crucible-workspace-hack v0.1.0
30632026-07-16T21:32:40.337Z Compiling ciborium-io v0.2.2
30642026-07-16T21:32:40.341Z Compiling regress v0.11.1
30652026-07-16T21:32:40.455Z Compiling convert_case v0.4.0
30662026-07-16T21:32:40.488Z Compiling secrecy v0.10.3
30672026-07-16T21:32:40.507Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30682026-07-16T21:32:40.507Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30692026-07-16T21:32:40.543Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30702026-07-16T21:32:40.579Z Compiling ciborium-ll v0.2.2
30712026-07-16T21:32:40.626Z Compiling inout v0.1.4
30722026-07-16T21:32:40.644Z Compiling unsafe-libyaml v0.2.11
30732026-07-16T21:32:40.667Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30742026-07-16T21:32:40.694Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30752026-07-16T21:32:40.711Z Compiling thiserror-impl-no-std v2.0.2
30762026-07-16T21:32:40.816Z Compiling ciborium v0.2.2
30772026-07-16T21:32:40.835Z Compiling structmeta v0.3.0
30782026-07-16T21:32:40.835Z Compiling cipher v0.4.4
30792026-07-16T21:32:40.867Z Compiling derive_more v0.99.20
30802026-07-16T21:32:40.887Z Compiling universal-hash v0.5.1
30812026-07-16T21:32:40.908Z Compiling opaque-debug v0.3.1
30822026-07-16T21:32:40.912Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30832026-07-16T21:32:40.943Z Compiling blake2 v0.10.6
30842026-07-16T21:32:40.963Z Compiling aead v0.5.2
30852026-07-16T21:32:41.002Z Compiling password-hash v0.5.0
30862026-07-16T21:32:41.047Z Compiling poly1305 v0.8.0
30872026-07-16T21:32:41.078Z Compiling derive-ex v0.1.8
30882026-07-16T21:32:41.125Z Compiling parse-display-derive v0.10.0
30892026-07-16T21:32:41.128Z Compiling chacha20 v0.9.1
30902026-07-16T21:32:41.192Z Compiling serde_yaml v0.9.34+deprecated
30912026-07-16T21:32:41.395Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30922026-07-16T21:32:41.430Z Compiling toml_datetime v0.7.5+spec-1.1.0
30932026-07-16T21:32:41.447Z Compiling chacha20poly1305 v0.10.1
30942026-07-16T21:32:41.451Z Compiling argon2 v0.5.3
30952026-07-16T21:32:41.451Z Compiling indent_write v2.2.0
30962026-07-16T21:32:41.525Z Compiling heapless v0.8.0
30972026-07-16T21:32:41.633Z Compiling toml_edit v0.23.10+spec-1.0.0
30982026-07-16T21:32:41.651Z Compiling ingot-macros v0.1.1
30992026-07-16T21:32:41.710Z Compiling tabwriter v1.4.1
31002026-07-16T21:32:41.834Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31012026-07-16T21:32:41.981Z Compiling typify-impl v0.6.2
31022026-07-16T21:32:42.005Z Compiling thiserror-no-std v2.0.2
31032026-07-16T21:32:42.080Z Compiling hash32 v0.3.1
31042026-07-16T21:32:42.122Z Compiling vsss-rs v3.3.4
31052026-07-16T21:32:42.142Z Compiling smoltcp v0.11.0
31062026-07-16T21:32:42.265Z Compiling proc-macro-crate v3.4.0
31072026-07-16T21:32:42.539Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31082026-07-16T21:32:42.763Z Compiling cobs v0.3.0
31092026-07-16T21:32:42.807Z Compiling colored v3.1.1
31102026-07-16T21:32:42.904Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31112026-07-16T21:32:42.922Z Compiling num_enum_derive v0.7.6
31122026-07-16T21:32:42.926Z Compiling test-strategy v0.4.5
31132026-07-16T21:32:42.976Z Compiling parse-display v0.10.0
31142026-07-16T21:32:42.993Z Compiling postcard v1.1.3
31152026-07-16T21:32:43.164Z Compiling proc-macro-error v1.0.4
31162026-07-16T21:32:43.204Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31172026-07-16T21:32:43.313Z Compiling proc-macro-crate v1.3.1
31182026-07-16T21:32:43.330Z Compiling rand v0.10.1
31192026-07-16T21:32:43.382Z Compiling foreign-types-macros v0.2.3
31202026-07-16T21:32:43.402Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31212026-07-16T21:32:43.420Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31222026-07-16T21:32:43.517Z Compiling foreign-types-shared v0.3.1
31232026-07-16T21:32:43.626Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31242026-07-16T21:32:43.645Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31252026-07-16T21:32:43.672Z Compiling rayon-core v1.13.0
31262026-07-16T21:32:43.761Z Compiling num_enum_derive v0.5.11
31272026-07-16T21:32:43.815Z Compiling crossbeam-deque v0.8.6
31282026-07-16T21:32:43.938Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31292026-07-16T21:32:43.955Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31302026-07-16T21:32:43.975Z Compiling cstr-argument v0.1.2
31312026-07-16T21:32:44.037Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31322026-07-16T21:32:44.081Z Compiling foreign-types v0.5.0
31332026-07-16T21:32:44.102Z Compiling num_enum v0.7.6
31342026-07-16T21:32:44.155Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31352026-07-16T21:32:44.183Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31362026-07-16T21:32:44.252Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31372026-07-16T21:32:44.308Z Compiling zone_cfg_derive v0.3.1
31382026-07-16T21:32:44.327Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31392026-07-16T21:32:44.444Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31402026-07-16T21:32:44.463Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31412026-07-16T21:32:44.482Z Compiling rayon v1.11.0
31422026-07-16T21:32:44.502Z Compiling itertools v0.12.1
31432026-07-16T21:32:44.505Z Compiling num-derive v0.4.2
31442026-07-16T21:32:44.552Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31452026-07-16T21:32:44.618Z Compiling sigpipe v0.1.3
31462026-07-16T21:32:44.691Z Compiling cpubits v0.1.1
31472026-07-16T21:32:44.715Z Compiling ingot-types v0.1.2
31482026-07-16T21:32:44.771Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31492026-07-16T21:32:44.788Z Compiling glob v0.3.3
31502026-07-16T21:32:44.811Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31512026-07-16T21:32:44.834Z Compiling smf v0.2.3
31522026-07-16T21:32:44.937Z Compiling num_enum v0.5.11
31532026-07-16T21:32:45.041Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31542026-07-16T21:32:45.088Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31552026-07-16T21:32:45.088Z Compiling whoami v1.6.1
31562026-07-16T21:32:45.124Z Compiling usdt-macro v0.5.0
31572026-07-16T21:32:45.125Z Compiling usdt-attr-macro v0.5.0
31582026-07-16T21:32:45.207Z Compiling ingot v0.1.1
31592026-07-16T21:32:45.225Z Compiling gethostname v0.5.0
31602026-07-16T21:32:45.228Z Compiling num-rational v0.4.2
31612026-07-16T21:32:45.398Z Compiling pem-rfc7468 v1.0.0
31622026-07-16T21:32:45.436Z Compiling num-complex v0.4.6
31632026-07-16T21:32:45.453Z Compiling memmap v0.7.0
31642026-07-16T21:32:45.598Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31652026-07-16T21:32:45.671Z Compiling derive-where v1.6.0
31662026-07-16T21:32:45.687Z Compiling float-ord v0.3.2
31672026-07-16T21:32:45.740Z Compiling zone v0.3.1
31682026-07-16T21:32:45.843Z Compiling num v0.4.3
31692026-07-16T21:32:45.865Z Compiling toml v0.8.23
31702026-07-16T21:32:45.888Z Compiling hmac v0.13.0
31712026-07-16T21:32:45.895Z Compiling universal-hash v0.6.1
31722026-07-16T21:32:45.951Z Compiling resolv-conf v0.7.6
31732026-07-16T21:32:45.985Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31742026-07-16T21:32:46.016Z Compiling usdt v0.5.0
31752026-07-16T21:32:46.035Z Compiling owo-colors v4.3.0
31762026-07-16T21:32:46.064Z Compiling cancel-safe-futures v0.1.5
31772026-07-16T21:32:46.107Z Compiling polyval v0.7.1
31782026-07-16T21:32:46.144Z Compiling der v0.8.0
31792026-07-16T21:32:46.256Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31802026-07-16T21:32:46.316Z Compiling libsw-core v0.3.2
31812026-07-16T21:32:46.334Z Compiling prettyplease v0.2.37
31822026-07-16T21:32:46.380Z Compiling ghash v0.6.0
31832026-07-16T21:32:46.419Z Compiling pbkdf2 v0.13.0
31842026-07-16T21:32:46.502Z Compiling libsw v3.5.0
31852026-07-16T21:32:46.521Z Compiling aes v0.9.1
31862026-07-16T21:32:46.540Z Compiling console v0.15.11
31872026-07-16T21:32:46.556Z Compiling hickory-proto v0.24.4
31882026-07-16T21:32:46.587Z Compiling newline-converter v0.3.0
31892026-07-16T21:32:46.629Z Compiling ctr v0.10.1
31902026-07-16T21:32:46.719Z Compiling aead v0.6.1
31912026-07-16T21:32:46.740Z Compiling sha2 v0.11.0
31922026-07-16T21:32:46.753Z Compiling linked-hash-map v0.5.6
31932026-07-16T21:32:46.782Z Compiling typify-macro v0.6.2
31942026-07-16T21:32:46.869Z Compiling libefi-sys v0.1.0
31952026-07-16T21:32:46.893Z Compiling linear-map v1.2.0
31962026-07-16T21:32:46.916Z Compiling expectorate v1.2.0
31972026-07-16T21:32:46.977Z Compiling aes-gcm v0.11.0
31982026-07-16T21:32:47.103Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31992026-07-16T21:32:47.121Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32002026-07-16T21:32:47.121Z Compiling spki v0.8.0
32012026-07-16T21:32:47.174Z Compiling lru-cache v0.1.2
32022026-07-16T21:32:47.212Z Compiling crypto-bigint v0.7.5
32032026-07-16T21:32:47.217Z Compiling cbc v0.2.1
32042026-07-16T21:32:47.252Z Compiling salsa20 v0.11.0
32052026-07-16T21:32:47.333Z Compiling bitfield-struct v0.6.2
32062026-07-16T21:32:47.403Z Compiling nom v8.0.0
32072026-07-16T21:32:47.421Z Compiling semver v0.1.20
32082026-07-16T21:32:47.491Z Compiling tokio-dtrace v0.1.1
32092026-07-16T21:32:47.583Z Compiling dropshot-api-manager-types v0.7.2
32102026-07-16T21:32:47.665Z Compiling rustc_version v0.1.7
32112026-07-16T21:32:47.681Z Compiling scrypt v0.12.0
32122026-07-16T21:32:47.754Z Compiling slog-dtrace v0.3.0
32132026-07-16T21:32:47.805Z Compiling minimal-lexical v0.2.1
32142026-07-16T21:32:47.929Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32152026-07-16T21:32:47.950Z Compiling newtype_derive v0.1.6
32162026-07-16T21:32:48.028Z Compiling nom v7.1.3
32172026-07-16T21:32:48.045Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32182026-07-16T21:32:48.072Z Compiling pkcs5 v0.8.1
32192026-07-16T21:32:48.111Z Compiling oxide-tokio-rt v0.1.4
32202026-07-16T21:32:48.186Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32212026-07-16T21:32:48.279Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32222026-07-16T21:32:48.368Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32232026-07-16T21:32:48.404Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32242026-07-16T21:32:48.424Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32252026-07-16T21:32:48.442Z Compiling phf_shared v0.12.1
32262026-07-16T21:32:48.512Z Compiling csv-core v0.1.13
32272026-07-16T21:32:48.635Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32282026-07-16T21:32:48.652Z Compiling chrono-tz v0.10.4
32292026-07-16T21:32:48.671Z Compiling highway v1.3.0
32302026-07-16T21:32:48.690Z Compiling typify v0.6.2
32312026-07-16T21:32:48.731Z Compiling unicode-xid v0.2.6
32322026-07-16T21:32:48.806Z Compiling progenitor-impl v0.14.0
32332026-07-16T21:32:48.828Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32342026-07-16T21:32:48.832Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32352026-07-16T21:32:48.867Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32362026-07-16T21:32:48.884Z Compiling hickory-resolver v0.24.4
32372026-07-16T21:32:48.887Z Compiling xshell-macros v0.2.7
32382026-07-16T21:32:49.027Z Compiling const_format_proc_macros v0.2.34
32392026-07-16T21:32:49.103Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32402026-07-16T21:32:49.351Z Compiling xshell v0.2.7
32412026-07-16T21:32:49.429Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32422026-07-16T21:32:49.743Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32432026-07-16T21:32:49.784Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32442026-07-16T21:32:49.852Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32452026-07-16T21:32:49.897Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32462026-07-16T21:32:49.945Z Compiling csv v1.4.0
32472026-07-16T21:32:49.964Z Compiling phf v0.12.1
32482026-07-16T21:32:50.045Z Compiling qorb v0.4.1
32492026-07-16T21:32:50.149Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32502026-07-16T21:32:50.381Z Compiling pkcs8 v0.11.0
32512026-07-16T21:32:50.507Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32522026-07-16T21:32:50.609Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32532026-07-16T21:32:50.765Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32542026-07-16T21:32:50.824Z Compiling const_format v0.2.35
32552026-07-16T21:32:50.852Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32562026-07-16T21:32:50.903Z Compiling tabled_derive v0.7.0
32572026-07-16T21:32:51.082Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32582026-07-16T21:32:51.155Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32592026-07-16T21:32:51.187Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32602026-07-16T21:32:51.204Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
32612026-07-16T21:32:51.440Z Compiling bcs v0.1.6
32622026-07-16T21:32:51.489Z Compiling ff v0.14.0
32632026-07-16T21:32:51.605Z Compiling progenitor-macro v0.14.0
32642026-07-16T21:32:51.669Z Compiling tagptr v0.2.0
32652026-07-16T21:32:51.799Z Compiling salty v0.3.0
32662026-07-16T21:32:51.828Z Compiling termtree v0.5.1
32672026-07-16T21:32:51.856Z Compiling textwrap v0.16.2
32682026-07-16T21:32:51.901Z Compiling moka v0.12.13
32692026-07-16T21:32:51.960Z Compiling tabled v0.15.0
32702026-07-16T21:32:52.016Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32712026-07-16T21:32:52.104Z Compiling steno v0.4.1
32722026-07-16T21:32:52.154Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32732026-07-16T21:32:52.179Z Compiling sha1 v0.10.6
32742026-07-16T21:32:52.196Z Compiling signature v3.0.0
32752026-07-16T21:32:52.266Z Compiling base64 v0.21.7
32762026-07-16T21:32:52.337Z Compiling base16ct v1.0.0
32772026-07-16T21:32:52.384Z Compiling radium v0.7.0
32782026-07-16T21:32:52.436Z Compiling group v0.14.0
32792026-07-16T21:32:52.545Z Compiling sec1 v0.8.1
32802026-07-16T21:32:52.616Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32812026-07-16T21:32:52.634Z Compiling hickory-resolver v0.25.2
32822026-07-16T21:32:52.653Z Compiling hkdf v0.13.0
32832026-07-16T21:32:52.729Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32842026-07-16T21:32:52.747Z Compiling rfc6979 v0.4.0
32852026-07-16T21:32:52.853Z Compiling maybe-uninit v2.0.0
32862026-07-16T21:32:52.853Z Compiling tap v1.0.1
32872026-07-16T21:32:52.887Z Compiling ecdsa v0.16.9
32882026-07-16T21:32:52.907Z Compiling elliptic-curve v0.14.0-rc.33
32892026-07-16T21:32:53.008Z Compiling wyz v0.5.1
32902026-07-16T21:32:53.164Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32912026-07-16T21:32:53.234Z Compiling primeorder v0.13.6
32922026-07-16T21:32:53.251Z Compiling proc-macro-error-attr2 v2.0.0
32932026-07-16T21:32:53.332Z Compiling utf-8 v0.7.6
32942026-07-16T21:32:53.519Z Compiling funty v2.0.0
32952026-07-16T21:32:53.541Z Compiling parking_lot_core v0.8.6
32962026-07-16T21:32:53.560Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32972026-07-16T21:32:53.610Z Compiling packed_struct v0.10.1
32982026-07-16T21:32:53.722Z Compiling proc-macro-error2 v2.0.1
32992026-07-16T21:32:53.852Z Compiling tungstenite v0.21.0
33002026-07-16T21:32:53.896Z Compiling bitvec v1.0.1
33012026-07-16T21:32:53.974Z Compiling p384 v0.13.1
33022026-07-16T21:32:54.161Z Compiling rfc6979 v0.5.0
33032026-07-16T21:32:54.189Z Compiling git-stub v1.0.0
33042026-07-16T21:32:54.339Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33052026-07-16T21:32:54.357Z Compiling packed_struct_codegen v0.10.1
33062026-07-16T21:32:54.493Z Compiling num-derive v0.3.3
33072026-07-16T21:32:54.559Z Compiling zerocopy-derive v0.6.6
33082026-07-16T21:32:54.578Z Compiling bitfield-macros v0.19.4
33092026-07-16T21:32:54.596Z Compiling indexmap v1.9.3
33102026-07-16T21:32:54.707Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33112026-07-16T21:32:54.747Z Compiling crc-catalog v2.4.0
33122026-07-16T21:32:54.875Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33132026-07-16T21:32:54.892Z Compiling nodrop v0.1.14
33142026-07-16T21:32:54.897Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33152026-07-16T21:32:55.022Z Compiling array-init v0.0.4
33162026-07-16T21:32:55.169Z Compiling crc v3.4.0
33172026-07-16T21:32:55.203Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33182026-07-16T21:32:55.218Z Compiling git-stub-vcs v0.1.0
33192026-07-16T21:32:55.416Z Compiling tokio-tungstenite v0.21.0
33202026-07-16T21:32:55.434Z Compiling ecdsa v0.17.0-rc.18
33212026-07-16T21:32:55.453Z Compiling bitfield v0.19.4
33222026-07-16T21:32:55.475Z Compiling smallvec v0.6.14
33232026-07-16T21:32:55.521Z Compiling tabled_derive v0.11.0
33242026-07-16T21:32:55.540Z Compiling libscf-sys v1.1.0
33252026-07-16T21:32:55.583Z Compiling zerocopy v0.6.6
33262026-07-16T21:32:55.716Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33272026-07-16T21:32:55.734Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33282026-07-16T21:32:55.738Z Compiling primeorder v0.14.0-rc.10
33292026-07-16T21:32:55.776Z Compiling primefield v0.14.0
33302026-07-16T21:32:55.797Z Compiling progenitor-impl v0.13.0
33312026-07-16T21:32:55.889Z Compiling papergrid v0.17.0
33322026-07-16T21:32:55.915Z Compiling testing_table v0.3.0
33332026-07-16T21:32:55.973Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33342026-07-16T21:32:56.019Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33352026-07-16T21:32:56.040Z Compiling curve25519-dalek v5.0.0-rc.0
33362026-07-16T21:32:56.106Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33372026-07-16T21:32:56.123Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33382026-07-16T21:32:56.167Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33392026-07-16T21:32:56.290Z Compiling illumos-nvpair-sys v0.2.0
33402026-07-16T21:32:56.362Z Compiling hashbrown v0.12.3
33412026-07-16T21:32:56.417Z Compiling unicase v2.9.0
33422026-07-16T21:32:56.460Z Compiling corncobs v0.1.4
33432026-07-16T21:32:56.593Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33442026-07-16T21:32:56.634Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33452026-07-16T21:32:56.655Z Compiling mime_guess v2.0.5
33462026-07-16T21:32:56.672Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33472026-07-16T21:32:56.692Z Compiling parking_lot v0.11.2
33482026-07-16T21:32:56.782Z Compiling progenitor v0.14.0
33492026-07-16T21:32:56.869Z Compiling tabled v0.20.0
33502026-07-16T21:32:56.901Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33512026-07-16T21:32:56.955Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33522026-07-16T21:32:56.986Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33532026-07-16T21:32:57.034Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33542026-07-16T21:32:57.070Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33552026-07-16T21:32:57.092Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33562026-07-16T21:32:57.109Z Compiling serde-hex v0.1.0
33572026-07-16T21:32:57.216Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33582026-07-16T21:32:57.280Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33592026-07-16T21:32:57.552Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33602026-07-16T21:32:57.570Z Compiling ron v0.8.1
33612026-07-16T21:32:57.612Z Compiling ssh-encoding v0.3.0-rc.9
33622026-07-16T21:32:57.652Z Compiling hashbrown v0.13.2
33632026-07-16T21:32:57.684Z Compiling progenitor-client v0.13.0
33642026-07-16T21:32:57.788Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33652026-07-16T21:32:57.808Z Compiling prefix-trie v0.7.0
33662026-07-16T21:32:57.979Z Compiling fxhash v0.2.1
33672026-07-16T21:32:58.026Z Compiling secrecy v0.8.0
33682026-07-16T21:32:58.152Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33692026-07-16T21:32:58.178Z Compiling crc-any v2.5.0
33702026-07-16T21:32:58.214Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33712026-07-16T21:32:58.241Z Compiling hickory-server v0.25.2
33722026-07-16T21:32:58.458Z Compiling object v0.30.4
33732026-07-16T21:32:58.505Z Compiling progenitor-macro v0.13.0
33742026-07-16T21:32:58.540Z Compiling sled v0.34.7
33752026-07-16T21:32:58.590Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33762026-07-16T21:32:59.139Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33772026-07-16T21:32:59.314Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33782026-07-16T21:32:59.332Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33792026-07-16T21:32:59.565Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33802026-07-16T21:32:59.654Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33812026-07-16T21:33:00.181Z Compiling ed25519 v3.0.0
33822026-07-16T21:33:00.245Z Compiling crypto-primes v0.7.2
33832026-07-16T21:33:00.288Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33842026-07-16T21:33:00.398Z Compiling pkcs1 v0.8.0-rc.4
33852026-07-16T21:33:00.845Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33862026-07-16T21:33:01.101Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33872026-07-16T21:33:01.344Z Compiling poly1305 v0.9.0
33882026-07-16T21:33:01.362Z Compiling blowfish v0.10.0
33892026-07-16T21:33:01.379Z Compiling blake2 v0.11.0-rc.6
33902026-07-16T21:33:01.493Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33912026-07-16T21:33:01.553Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33922026-07-16T21:33:01.572Z Compiling keccak v0.2.0
33932026-07-16T21:33:01.645Z Compiling http-range v0.1.5
33942026-07-16T21:33:01.663Z Compiling path-slash v0.1.5
33952026-07-16T21:33:01.797Z Compiling half v1.8.3
33962026-07-16T21:33:01.836Z Compiling crc8 v0.1.1
33972026-07-16T21:33:01.876Z Compiling fiat-crypto v0.3.0
33982026-07-16T21:33:01.965Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33992026-07-16T21:33:01.983Z Compiling sha3 v0.11.0
34002026-07-16T21:33:02.003Z Compiling argon2 v0.6.0-rc.8
34012026-07-16T21:33:02.031Z Compiling serde_cbor v0.11.2
34022026-07-16T21:33:02.098Z Compiling ssh-cipher v0.3.0-rc.9
34032026-07-16T21:33:02.147Z Compiling bcrypt-pbkdf v0.11.0
34042026-07-16T21:33:02.319Z Compiling rsa v0.10.0-rc.18
34052026-07-16T21:33:02.385Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
34062026-07-16T21:33:02.481Z Compiling ed25519-dalek v3.0.0-rc.0
34072026-07-16T21:33:02.576Z Compiling illumos-nvpair v0.3.0
34082026-07-16T21:33:02.661Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34092026-07-16T21:33:03.099Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34102026-07-16T21:33:03.137Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34112026-07-16T21:33:03.175Z Compiling p521 v0.14.0-rc.10
34122026-07-16T21:33:03.195Z Compiling p256 v0.14.0-rc.10
34132026-07-16T21:33:03.293Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34142026-07-16T21:33:03.385Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34152026-07-16T21:33:03.403Z Compiling yasna v0.5.2
34162026-07-16T21:33:03.423Z Compiling kstat-rs v0.2.4
34172026-07-16T21:33:03.666Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34182026-07-16T21:33:03.737Z Compiling progenitor v0.13.0
34192026-07-16T21:33:03.762Z Compiling headers-core v0.3.0
34202026-07-16T21:33:03.852Z Compiling kem v0.3.0
34212026-07-16T21:33:03.902Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34222026-07-16T21:33:03.921Z Compiling module-lattice v0.2.3
34232026-07-16T21:33:03.924Z Compiling nanorand v0.7.0
34242026-07-16T21:33:04.006Z Compiling atty v0.2.14
34252026-07-16T21:33:04.006Z Compiling headers v0.4.1
34262026-07-16T21:33:04.116Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
34272026-07-16T21:33:04.152Z Compiling ml-kem v0.3.2
34282026-07-16T21:33:04.170Z Compiling flume v0.11.1
34292026-07-16T21:33:04.200Z Compiling rcgen v0.12.1
34302026-07-16T21:33:04.249Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34312026-07-16T21:33:04.436Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34322026-07-16T21:33:04.525Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34332026-07-16T21:33:04.681Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34342026-07-16T21:33:04.861Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34352026-07-16T21:33:04.888Z Compiling hyper-staticfile v0.10.1
34362026-07-16T21:33:05.141Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34372026-07-16T21:33:05.142Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34382026-07-16T21:33:05.176Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34392026-07-16T21:33:05.442Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34402026-07-16T21:33:05.578Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34412026-07-16T21:33:05.633Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
34422026-07-16T21:33:05.708Z Compiling russh-cryptovec v0.61.0
34432026-07-16T21:33:05.940Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34442026-07-16T21:33:05.974Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34452026-07-16T21:33:05.991Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34462026-07-16T21:33:06.201Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34472026-07-16T21:33:06.235Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34482026-07-16T21:33:06.336Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34492026-07-16T21:33:06.434Z Compiling internal-russh-num-bigint v0.5.0
34502026-07-16T21:33:06.558Z Compiling port-file v0.1.0
34512026-07-16T21:33:06.791Z Compiling num-bigint v0.4.6
34522026-07-16T21:33:06.825Z Compiling generic-array v1.4.3
34532026-07-16T21:33:06.842Z Compiling russh-util v0.52.0
34542026-07-16T21:33:06.978Z Compiling enum_dispatch v0.3.13
34552026-07-16T21:33:07.032Z Compiling delegate v0.13.5
34562026-07-16T21:33:07.086Z Compiling subprocess v0.2.15
34572026-07-16T21:33:07.177Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34582026-07-16T21:33:07.348Z Compiling p384 v0.14.0-rc.10
34592026-07-16T21:33:07.433Z Compiling md5 v0.8.0
34602026-07-16T21:33:07.651Z Compiling display-error-chain v0.2.2
34612026-07-16T21:33:07.679Z Compiling hex-literal v1.1.0
34622026-07-16T21:33:07.741Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34632026-07-16T21:33:07.803Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34642026-07-16T21:33:07.819Z Compiling colored v2.2.0
34652026-07-16T21:33:07.835Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34662026-07-16T21:33:07.856Z Compiling socket2 v0.5.10
34672026-07-16T21:33:07.873Z Compiling internet-checksum v0.2.1
34682026-07-16T21:33:09.052Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34692026-07-16T21:33:09.460Z Compiling ssh-key v0.7.0-rc.10
34702026-07-16T21:33:09.787Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34712026-07-16T21:33:10.264Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34722026-07-16T21:33:10.749Z Compiling russh v0.61.2
34732026-07-16T21:33:11.007Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34742026-07-16T21:33:12.181Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34752026-07-16T21:33:20.626Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34762026-07-16T21:33:20.626Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34772026-07-16T21:33:20.630Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34782026-07-16T21:33:20.630Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34792026-07-16T21:33:22.380Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34802026-07-16T21:33:22.431Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34812026-07-16T21:33:26.404Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34822026-07-16T21:34:06.870Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s
34832026-07-16T21:34:07.092Z
34842026-07-16T21:34:07.092Zreal 1:28.671904342
34852026-07-16T21:34:07.092Zuser 8:48.462295770
34862026-07-16T21:34:07.092Zsys 1:45.668654038
34872026-07-16T21:34:07.092Ztrap 0.271091261
34882026-07-16T21:34:07.092Ztflt 0.489828943
34892026-07-16T21:34:07.092Zdflt 1.488543121
34902026-07-16T21:34:07.096Zkflt 0.000229350
34912026-07-16T21:34:07.096Zlock 31:22.336835390
34922026-07-16T21:34:07.096Zslp 20:10.416556162
34932026-07-16T21:34:07.096Zlat 41.930957933
34942026-07-16T21:34:07.096Zstop 3:08.371078286
34952026-07-16T21:34:07.096Z+ mkdir tests
34962026-07-16T21:34:07.099Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34972026-07-16T21:34:07.099Z+ xargs -I '{}' -t cp '{}' tests/
34982026-07-16T21:34:07.123Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-fbc415f6e3f29891 tests/
34992026-07-16T21:34:07.153Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-d4260c7f856a9489 tests/
35002026-07-16T21:34:07.182Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-fcaff78e173c553f tests/
35012026-07-16T21:34:07.213Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-986220471772af2d tests/
35022026-07-16T21:34:07.567Z+ files=(.github/buildomat/ci-env.sh out/deploy-system-version 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)
35032026-07-16T21:34:07.570Z+ ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/deploy-system-version 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-d4260c7f856a9489 tests/commtest-fcaff78e173c553f tests/dhcp_server-fbc415f6e3f29891 tests/end_to_end_tests-986220471772af2d 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
35042026-07-16T21:35:27.873ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35052026-07-16T21:35:27.873Za .github/buildomat/ci-env.sh 1K
35062026-07-16T21:35:27.873Za out/deploy-system-version 1K
35072026-07-16T21:35:27.873Za out/target/test 1K
35082026-07-16T21:35:27.873Za out/npuzone/npuzone 27402K
35092026-07-16T21:35:27.873Za package-manifest.toml 35K
35102026-07-16T21:35:27.873Za smf/sled-agent/non-gimlet/config.toml 6K
35112026-07-16T21:35:27.873Za target/release/omicron-package 40733K
35122026-07-16T21:35:27.873Za target/release/xtask 10468K
35132026-07-16T21:35:27.873Za target/debug/bootstrap 349481K
35142026-07-16T21:35:27.873Za tests/bootstrap-d4260c7f856a9489 31974K
35152026-07-16T21:35:27.873Za tests/commtest-fcaff78e173c553f 32169K
35162026-07-16T21:35:27.873Za tests/dhcp_server-fbc415f6e3f29891 31974K
35172026-07-16T21:35:27.873Za tests/end_to_end_tests-986220471772af2d 399360K
35182026-07-16T21:35:27.873Za tools/opte_version 1K
35192026-07-16T21:35:27.874Za tools/opte_version_override 2K
35202026-07-16T21:35:27.874Za out/clickhouse.tar.gz 310740K
35212026-07-16T21:35:27.874Za out/clickhouse_keeper.tar.gz 297210K
35222026-07-16T21:35:27.874Za out/clickhouse_server.tar.gz 310737K
35232026-07-16T21:35:27.874Za out/cockroachdb.tar.gz 161732K
35242026-07-16T21:35:27.874Za out/crucible-pantry-zone.tar.gz 39110K
35252026-07-16T21:35:27.874Za out/crucible-utils.tar 18900K
35262026-07-16T21:35:27.874Za out/crucible-zone.tar.gz 53805K
35272026-07-16T21:35:27.874Za out/external-dns.tar.gz 46708K
35282026-07-16T21:35:27.874Za out/internal-dns.tar.gz 46708K
35292026-07-16T21:35:27.874Za out/mg-ddm-gz.tar 102717K
35302026-07-16T21:35:27.874Za out/nexus.tar.gz 274467K
35312026-07-16T21:35:27.874Za out/ntp.tar.gz 29908K
35322026-07-16T21:35:27.874Za out/omicron-gateway-softnpu.tar.gz 27705K
35332026-07-16T21:35:27.875Za out/omicron-sled-agent.tar 190762K
35342026-07-16T21:35:27.875Za out/overlay.tar.gz 4K
35352026-07-16T21:35:27.875Za out/oximeter.tar.gz 60684K
35362026-07-16T21:35:27.875Za out/oxlog.tar 3808K
35372026-07-16T21:35:27.875Za out/probe.tar.gz 3037K
35382026-07-16T21:35:27.875Za out/propolis-server.tar.gz 34372K
35392026-07-16T21:35:27.875Za out/pumpkind-gz.tar 26647K
35402026-07-16T21:35:27.875Za out/switch-softnpu.tar.gz 451448K
35412026-07-16T21:35:27.878Z
35422026-07-16T21:35:27.878Zreal 1:20.303816525
35432026-07-16T21:35:27.878Zuser 1:17.605747887
35442026-07-16T21:35:27.878Zsys 4.505428177
35452026-07-16T21:35:27.878Ztrap 0.006642170
35462026-07-16T21:35:27.878Ztflt 0.000000000
35472026-07-16T21:35:27.878Zdflt 0.000000000
35482026-07-16T21:35:27.878Zkflt 0.000000000
35492026-07-16T21:35:27.878Zlock 0.000000000
35502026-07-16T21:35:27.878Zslp 1:17.491186582
35512026-07-16T21:35:27.878Zlat 0.993824308
35522026-07-16T21:35:27.878Zstop 0.000486580
35532026-07-16T21:35:27.878Zprocess exited: duration 976752 ms, exit code 0
 
35542026-07-16T21:35:27.892Zfound 1 output files
35552026-07-16T21:35:27.892Zuploading: /work/package.tar.gz (2487466639 bytes)
35562026-07-16T21:35:58.302Zuploaded: /work/package.tar.gz