01M0XEAHCH16VTTK9D0QEEE8BN: 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: 01M0XEB1CWSWBFA47MAE3QNDAC

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-25T21:49:25.966Zjob assigned to worker 01M0XEB89R06M60W3XSQQP3DT7 [factory aws, i-0692142cb623479ea] (queued for 50 s)
 
22026-08-25T21:49:33.178Zstarting task 0: "setup"
32026-08-25T21:49:33.182Z++ uname -s
42026-08-25T21:49:33.185Z+ kern=SunOS
52026-08-25T21:49:33.185Z+ build_user=build
62026-08-25T21:49:33.185Z+ build_uid=12345
72026-08-25T21:49:33.185Z+ work_dir=/work
82026-08-25T21:49:33.185Z+ input_dir=/input
92026-08-25T21:49:33.185Z+ [[ 0 == 12345 ]]
102026-08-25T21:49:33.185Z+ case "$kern" in
112026-08-25T21:49:33.185Z+ groupadd -g 12345 build
122026-08-25T21:49:33.189Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-25T21:49:35.193Z+ zfs create -o mountpoint=/work rpool/work
142026-08-25T21:49:35.251Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-25T21:49:35.255Z+ home_fs=zfs
162026-08-25T21:49:35.256Z+ [[ zfs == autofs ]]
172026-08-25T21:49:35.256Z+ mkdir -p /home/build
182026-08-25T21:49:35.256Z+ chown build:build /home/build /work
192026-08-25T21:49:37.257Z+ chmod 0700 /home/build /work
202026-08-25T21:49:37.261Zprocess exited: duration 4085 ms, exit code 0
 
212026-08-25T21:49:37.269Zstarting task 1: "rust-toolchain"
222026-08-25T21:49:37.273Z * rust toolchain channel = "1.97.1"
232026-08-25T21:49:37.273Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
242026-08-25T21:49:37.273Z * rust toolchain profile = "default"
252026-08-25T21:49:37.273Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-25T21:49:37.273Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-25T21:49:37.273Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-25T21:49:37.276Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-25T21:49:37.277Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-25T21:49:37.383Zinfo: downloading installer
312026-08-25T21:49:39.024Zwarn: It looks like you have an existing rustup settings file at:
322026-08-25T21:49:39.024Zwarn: /home/build/.rustup/settings.toml
332026-08-25T21:49:39.024Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-25T21:49:39.025Zwarn: instead of the one inferred from the default host triple.
352026-08-25T21:49:39.036Zinfo: profile set to default
362026-08-25T21:49:39.037Zinfo: default host triple is x86_64-unknown-illumos
372026-08-25T21:49:39.040Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-25T21:49:39.163Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-25T21:49:39.166Zinfo: downloading 6 components
402026-08-25T21:49:53.708Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-25T21:49:53.708Z
422026-08-25T21:49:53.737Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-25T21:49:53.737Z
442026-08-25T21:49:53.737Z
452026-08-25T21:49:53.737ZRust is installed now. Great!
462026-08-25T21:49:53.737Z
472026-08-25T21:49:53.737ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-25T21:49:53.737Zenvironment variable. This has not been done automatically.
492026-08-25T21:49:53.737Z
502026-08-25T21:49:53.737ZTo configure your current shell, you need to source
512026-08-25T21:49:53.737Zthe corresponding env file under $HOME/.cargo.
522026-08-25T21:49:53.737Z
532026-08-25T21:49:53.738ZThis is usually done by running one of the following (note the leading DOT):
542026-08-25T21:49:53.738Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-25T21:49:53.738Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-25T21:49:53.738Zsource "~/.cargo/env.nu" # For nushell
572026-08-25T21:49:53.738Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-25T21:49:53.738Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-25T21:49:53.738Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-25T21:49:53.741Zwarn: no default linker (`cc`) was found in your PATH
612026-08-25T21:49:53.741Zwarn: many Rust crates require a system C toolchain to build
622026-08-25T21:49:53.844Z+ rustup --version
632026-08-25T21:49:53.850Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-25T21:49:53.853Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-25T21:49:53.872Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-25T21:49:53.875Z+ cargo --version
672026-08-25T21:49:53.882Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-25T21:49:53.886Z+ rustc --version
692026-08-25T21:49:53.906Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-25T21:49:53.909Zprocess exited: duration 16641 ms, exit code 0
 
712026-08-25T21:49:53.915Zstarting task 2: "authentication"
722026-08-25T21:49:53.933Zprocess exited: duration 17 ms, exit code 0
 
732026-08-25T21:49:53.939Zstarting task 3: "clone repository"
742026-08-25T21:49:53.944Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-25T21:49:53.947Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-25T21:49:53.987ZCloning into '/work/oxidecomputer/omicron'...
772026-08-25T21:50:07.770Z+ cd /work/oxidecomputer/omicron
782026-08-25T21:50:07.770Z+ git fetch origin e5d565df6d27d2e9f31b1321c2da4db0856c541f
792026-08-25T21:50:08.113ZFrom https://github.com/oxidecomputer/omicron
802026-08-25T21:50:08.113Z * branch e5d565df6d27d2e9f31b1321c2da4db0856c541f -> FETCH_HEAD
812026-08-25T21:50:08.123Z+ [[ -n ben/multiple-eips-in-database-inventory ]]
822026-08-25T21:50:08.126Z++ git branch --show-current
832026-08-25T21:50:08.129Z+ current=main
842026-08-25T21:50:08.129Z+ [[ main != ben/multiple-eips-in-database-inventory ]]
852026-08-25T21:50:08.129Z+ git branch -f ben/multiple-eips-in-database-inventory e5d565df6d27d2e9f31b1321c2da4db0856c541f
862026-08-25T21:50:08.132Z+ git checkout -f ben/multiple-eips-in-database-inventory
872026-08-25T21:50:08.195ZSwitched to branch 'ben/multiple-eips-in-database-inventory'
882026-08-25T21:50:08.199Z+ git reset --hard e5d565df6d27d2e9f31b1321c2da4db0856c541f
892026-08-25T21:50:08.259ZHEAD is now at e5d565df6 Support multiple external addresses in database inventory tables
902026-08-25T21:50:08.262Zprocess exited: duration 14321 ms, exit code 0
 
912026-08-25T21:50:08.269Zstarting task 4: "build"
922026-08-25T21:50:08.274Z+ source .github/buildomat/ci-env.sh
932026-08-25T21:50:08.274Z++ export CARGO_TERM_COLOR=always
942026-08-25T21:50:08.274Z++ CARGO_TERM_COLOR=always
952026-08-25T21:50:08.277Z+++ uname -s
962026-08-25T21:50:08.277Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-25T21:50:08.277Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-25T21:50:08.280Z+ cargo --version
992026-08-25T21:50:08.288Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-25T21:50:08.291Z+ rustc --version
1012026-08-25T21:50:08.312Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-25T21:50:08.315Z+ WORK=/work
1032026-08-25T21:50:08.315Z+ pfexec mkdir -p /work
1042026-08-25T21:50:08.318Z+ pfexec chown build /work
1052026-08-25T21:50:08.321Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-08-25T21:50:10.628Z Startup: Refreshing catalog 'helios' ... Done
1072026-08-25T21:50:11.029Z Startup: Caching catalogs ... Done
1082026-08-25T21:50:13.198ZPlanning: Solver setup ... Done (2.048s)
1092026-08-25T21:50:13.260ZPlanning: Running solver ... Done (0.062s)
1102026-08-25T21:50:13.309ZPlanning: Finding local manifests ... Done (0.002s)
1112026-08-25T21:50:13.322ZPlanning: Fetching manifests: 0/2 0% complete
1122026-08-25T21:50:13.338ZPlanning: Fetching manifests: 2/2 100% complete
1132026-08-25T21:50:13.352ZPlanning: Package planning ... Done (0.014s)
1142026-08-25T21:50:13.355ZPlanning: Merging actions ... Done (0.001s)
1152026-08-25T21:50:13.574ZPlanning: Checking for conflicting actions ... Done (0.220s)
1162026-08-25T21:50:13.577ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-08-25T21:50:14.716ZPlanning: Evaluating mediators ... Done (1.140s)
1182026-08-25T21:50:14.719ZPlanning: Planning completed in 3.65 seconds
1192026-08-25T21:50:14.724Z Packages to install: 2
1202026-08-25T21:50:14.724Z Estimated space available: 156.01 GB
1212026-08-25T21:50:14.724ZEstimated space to be consumed: 80.56 MB
1222026-08-25T21:50:14.724Z Create boot environment: No
1232026-08-25T21:50:14.727ZCreate backup boot environment: No
1242026-08-25T21:50:14.727Z Rebuild boot archive: No
1252026-08-25T21:50:14.727Z
1262026-08-25T21:50:14.727ZChanged packages:
1272026-08-25T21:50:14.727Zhelios
1282026-08-25T21:50:14.727Z developer/build-essential
1292026-08-25T21:50:14.727Z None -> 11-3.0
1302026-08-25T21:50:14.727Z library/libxmlsec1
1312026-08-25T21:50:14.727Z None -> 1.2.35-3.0
1322026-08-25T21:50:14.768Z
1332026-08-25T21:50:14.768ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-08-25T21:50:14.837ZDownload: Completed 1.28 MB in 0.07 seconds (18.5M/s)
1352026-08-25T21:50:14.881Z Actions: 1/268 actions (Installing new actions)
1362026-08-25T21:50:14.919Z Actions: Completed 268 actions in 0.04 seconds.
1372026-08-25T21:50:14.956ZFinalize: Updating package state database ... Done (0.037s)
1382026-08-25T21:50:14.956ZFinalize: Updating package cache ... Done (0.000s)
1392026-08-25T21:50:15.044ZFinalize: Updating image state ... Done (0.087s)
1402026-08-25T21:50:18.092ZFinalize: Creating fast lookup database ... Done (2.993s)
1412026-08-25T21:50:18.189ZFinalize: Reading search index ... Done (0.042s)
1422026-08-25T21:50:18.193ZFinalize: Updating search index ... Done (0.000s)
1432026-08-25T21:50:18.254ZFinalize: Updating package cache ... Done (0.000s)
1442026-08-25T21:50:18.629ZPlanning: Evaluating mediator changes ... Done
1452026-08-25T21:50:18.735ZPlanning: Checking for conflicting actions ... Done
1462026-08-25T21:50:18.738ZPlanning: Consolidating action changes ... Done
1472026-08-25T21:50:18.894ZPlanning: Evaluating mediators ... Done
1482026-08-25T21:50:18.897ZPlanning: Planning completed in 0.27 seconds
1492026-08-25T21:50:18.916Z Mediators to change: 2
1502026-08-25T21:50:18.916Z Create boot environment: No
1512026-08-25T21:50:18.916ZCreate backup boot environment: No
1522026-08-25T21:50:18.960ZFinalize: Updating package state database ... Done
1532026-08-25T21:50:18.960ZFinalize: Updating package cache ... Done
1542026-08-25T21:50:19.012ZFinalize: Updating image state ... Done
1552026-08-25T21:50:20.956ZFinalize: Creating fast lookup database ... Done
1562026-08-25T21:50:21.017ZFinalize: Reading search index ... Done
1572026-08-25T21:50:21.020ZFinalize: Updating search index ... Done
1582026-08-25T21:50:21.078ZFinalize: Updating package cache ... Done
1592026-08-25T21:50:21.364ZPlanning: Evaluating mediator changes ... Done
1602026-08-25T21:50:21.470ZPlanning: Checking for conflicting actions ... Done
1612026-08-25T21:50:21.474ZPlanning: Consolidating action changes ... Done
1622026-08-25T21:50:21.628ZPlanning: Evaluating mediators ... Done
1632026-08-25T21:50:21.631ZPlanning: Planning completed in 0.26 seconds
1642026-08-25T21:50:21.651Z Mediators to change: 1
1652026-08-25T21:50:21.651Z Create boot environment: No
1662026-08-25T21:50:21.651ZCreate backup boot environment: No
1672026-08-25T21:50:21.705ZFinalize: Updating package state database ... Done
1682026-08-25T21:50:21.705ZFinalize: Updating package cache ... Done
1692026-08-25T21:50:21.763ZFinalize: Updating image state ... Done
1702026-08-25T21:50:23.723ZFinalize: Creating fast lookup database ... Done
1712026-08-25T21:50:23.787ZFinalize: Reading search index ... Done
1722026-08-25T21:50:23.790ZFinalize: Updating search index ... Done
1732026-08-25T21:50:23.889ZFinalize: Updating package cache ... Done
1742026-08-25T21:50:24.202ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-08-25T21:50:24.202Zapache system 2.4 system
1762026-08-25T21:50:24.203Zclang system 15 system
1772026-08-25T21:50:24.203Zcsh system system illumos
1782026-08-25T21:50:24.203Zctags system system illumos
1792026-08-25T21:50:24.203Zfile vendor vendor darwinsys
1802026-08-25T21:50:24.203Zfile system system illumos
1812026-08-25T21:50:24.203Zgcc vendor 14 vendor
1822026-08-25T21:50:24.203Zgcc system 13 system
1832026-08-25T21:50:24.203Zgcc system 10 system
1842026-08-25T21:50:24.203Zgo system 1.25 system
1852026-08-25T21:50:24.203Zllvm system 15 system
1862026-08-25T21:50:24.203Zmariadb system 11.4 system
1872026-08-25T21:50:24.203Zmta vendor vendor dma
1882026-08-25T21:50:24.203Zopenjdk system 17 system
1892026-08-25T21:50:24.203Zopenjdk system 11 system
1902026-08-25T21:50:24.203Zopenssl vendor 3 vendor
1912026-08-25T21:50:24.203Zperl system 5.40 system
1922026-08-25T21:50:24.203Zpostgresql system 18 system
1932026-08-25T21:50:24.203Zpostgresql system 17 system
1942026-08-25T21:50:24.203Zpython vendor 3 vendor
1952026-08-25T21:50:24.203Zpython system 2 system
1962026-08-25T21:50:24.203Zpython3 vendor 3.13 vendor
1972026-08-25T21:50:24.203Zruby system 3.4 system
1982026-08-25T21:50:24.203Zruby system 3.0 system
1992026-08-25T21:50:24.203Zwords vendor vendor american-english
2002026-08-25T21:50:24.203Zwords system system australian-english
2012026-08-25T21:50:24.203Zwords system system british-english
2022026-08-25T21:50:24.203Zwords system system canadian-english
2032026-08-25T21:50:24.204Zwords system system french
2042026-08-25T21:50:24.204Zwords system system italian
2052026-08-25T21:50:24.204Zwords system system ngerman
2062026-08-25T21:50:24.204Zwords system system ogerman
2072026-08-25T21:50:24.204Zwords system system spanish
2082026-08-25T21:50:24.451ZPUBLISHER TYPE STATUS P LOCATION
2092026-08-25T21:50:24.452Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-08-25T21:50:24.936ZFMRI IFO
2112026-08-25T21:50:24.937Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-08-25T21:50:24.937Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-08-25T21:50:24.937Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-08-25T21:50:24.937Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-08-25T21:50:24.937Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-08-25T21:50:24.937Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-08-25T21:50:24.937Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-08-25T21:50:24.937Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-08-25T21:50:24.937Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-08-25T21:50:25.276Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-08-25T21:50:25.608Z Updating crates.io index
2222026-08-25T21:50:25.611Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-08-25T21:50:25.908Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-08-25T21:50:26.309Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2252026-08-25T21:50:26.592Z Updating git repository `https://github.com/oxidecomputer/propolis`
2262026-08-25T21:50:27.620Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2272026-08-25T21:50:28.158Z Updating git repository `https://github.com/oxidecomputer/crucible`
2282026-08-25T21:50:31.570Z Updating git repository `https://github.com/oxidecomputer/opte`
2292026-08-25T21:50:31.595Z Updating git repository `https://github.com/oxidecomputer/tofino`
2302026-08-25T21:50:31.595Z Updating git repository `https://github.com/oxidecomputer/lldp`
2312026-08-25T21:50:32.859Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2322026-08-25T21:50:36.528Z Updating git repository `https://github.com/oxidecomputer/clickward`
2332026-08-25T21:50:36.558Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2342026-08-25T21:50:36.558Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2352026-08-25T21:50:36.558Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2362026-08-25T21:50:36.558Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2372026-08-25T21:50:36.558Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2382026-08-25T21:50:38.898Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2392026-08-25T21:50:38.931Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2402026-08-25T21:50:38.931Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2412026-08-25T21:50:38.931Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-08-25T21:50:38.931Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2432026-08-25T21:50:38.931Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2442026-08-25T21:50:39.441Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2452026-08-25T21:50:39.726Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2462026-08-25T21:50:40.726Z Updating git repository `https://github.com/oxidecomputer/erebor`
2472026-08-25T21:50:40.758Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2482026-08-25T21:50:40.765Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2492026-08-25T21:50:41.125Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-25T21:50:41.538Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2512026-08-25T21:50:41.914Z Updating git repository `https://github.com/oxidecomputer/ispf`
2522026-08-25T21:50:42.194Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2532026-08-25T21:50:42.567Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2542026-08-25T21:50:42.988Z Updating git repository `https://github.com/oxidecomputer/tough`
2552026-08-25T21:50:43.554Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2562026-08-25T21:50:44.151Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-08-25T21:50:44.457Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2582026-08-25T21:50:44.827Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2592026-08-25T21:50:45.517Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2602026-08-25T21:50:45.823Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2612026-08-25T21:50:46.126Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2622026-08-25T21:50:46.496Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2632026-08-25T21:50:46.778Z Updating git repository `https://github.com/illumos/smf-rs`
2642026-08-25T21:50:48.102Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2652026-08-25T21:50:50.891Z Downloading crates ...
2662026-08-25T21:50:50.942Z Downloaded cfg-if v1.0.4
2672026-08-25T21:50:50.950Z Downloaded is_terminal_polyfill v1.70.2
2682026-08-25T21:50:50.958Z Downloaded byteorder v1.5.0
2692026-08-25T21:50:50.961Z Downloaded pest v2.8.6
2702026-08-25T21:50:50.964Z Downloaded zmij v1.0.21
2712026-08-25T21:50:50.969Z Downloaded typenum v1.20.1
2722026-08-25T21:50:50.969Z Downloaded zerocopy-derive v0.7.35
2732026-08-25T21:50:50.972Z Downloaded clap v4.6.1
2742026-08-25T21:50:50.975Z Downloaded crypto-common v0.1.7
2752026-08-25T21:50:50.975Z Downloaded macaddr v1.0.1
2762026-08-25T21:50:50.978Z Downloaded pest_derive v2.8.6
2772026-08-25T21:50:50.978Z Downloaded anstream v1.0.0
2782026-08-25T21:50:50.978Z Downloaded zerocopy v0.7.35
2792026-08-25T21:50:50.987Z Downloaded itoa v1.0.17
2802026-08-25T21:50:50.990Z Downloaded clap_derive v4.6.1
2812026-08-25T21:50:50.990Z Downloaded heck v0.5.0
2822026-08-25T21:50:50.990Z Downloaded memmap v0.7.0
2832026-08-25T21:50:50.990Z Downloaded block-buffer v0.10.4
2842026-08-25T21:50:50.993Z Downloaded once_cell v1.21.3
2852026-08-25T21:50:50.993Z Downloaded fnv v1.0.7
2862026-08-25T21:50:50.993Z Downloaded digest v0.10.7
2872026-08-25T21:50:50.993Z Downloaded dtrace-parser v0.2.0
2882026-08-25T21:50:51.000Z Downloaded papergrid v0.11.0
2892026-08-25T21:50:51.000Z Downloaded camino-tempfile v1.4.1
2902026-08-25T21:50:51.004Z Downloaded log v0.4.33
2912026-08-25T21:50:51.004Z Downloaded equivalent v1.0.2
2922026-08-25T21:50:51.004Z Downloaded cpufeatures v0.2.17
2932026-08-25T21:50:51.004Z Downloaded thread-id v4.2.2
2942026-08-25T21:50:51.015Z Downloaded clap_lex v1.0.0
2952026-08-25T21:50:51.021Z Downloaded cargo-platform v0.3.2
2962026-08-25T21:50:51.024Z Downloaded usdt-attr-macro v0.5.0
2972026-08-25T21:50:51.024Z Downloaded toml_datetime v0.6.11
2982026-08-25T21:50:51.032Z Downloaded tabled_derive v0.7.0
2992026-08-25T21:50:51.035Z Downloaded version_check v0.9.5
3002026-08-25T21:50:51.039Z Downloaded generic-array v0.14.7
3012026-08-25T21:50:51.043Z Downloaded usdt-macro v0.5.0
3022026-08-25T21:50:51.048Z Downloaded fastrand v2.3.0
3032026-08-25T21:50:51.051Z Downloaded heck v0.4.1
3042026-08-25T21:50:51.051Z Downloaded utf8parse v0.2.2
3052026-08-25T21:50:51.054Z Downloaded colorchoice v1.0.4
3062026-08-25T21:50:51.058Z Downloaded unicode-linebreak v0.1.5
3072026-08-25T21:50:51.061Z Downloaded pretty-hex v0.4.1
3082026-08-25T21:50:51.064Z Downloaded dof v0.3.0
3092026-08-25T21:50:51.064Z Downloaded scroll_derive v0.12.1
3102026-08-25T21:50:51.064Z Downloaded terminal_size v0.4.3
3112026-08-25T21:50:51.068Z Downloaded serde_spanned v0.6.9
3122026-08-25T21:50:51.076Z Downloaded swrite v0.1.0
3132026-08-25T21:50:51.079Z Downloaded errno v0.3.14
3142026-08-25T21:50:51.079Z Downloaded plain v0.2.3
3152026-08-25T21:50:51.079Z Downloaded strsim v0.11.1
3162026-08-25T21:50:51.082Z Downloaded anstyle v1.0.14
3172026-08-25T21:50:51.082Z Downloaded anstyle-query v1.1.5
3182026-08-25T21:50:51.085Z Downloaded bytecount v0.6.9
3192026-08-25T21:50:51.085Z Downloaded cargo_toml v0.21.0
3202026-08-25T21:50:51.086Z Downloaded fs-err v3.3.0
3212026-08-25T21:50:51.089Z Downloaded toml_write v0.1.2
3222026-08-25T21:50:51.089Z Downloaded thiserror-impl v1.0.69
3232026-08-25T21:50:51.092Z Downloaded proc-macro-error v1.0.4
3242026-08-25T21:50:51.098Z Downloaded thiserror-impl v2.0.18
3252026-08-25T21:50:51.105Z Downloaded smawk v0.3.2
3262026-08-25T21:50:51.108Z Downloaded usdt-impl v0.5.0
3272026-08-25T21:50:51.108Z Downloaded proc-macro-error-attr v1.0.4
3282026-08-25T21:50:51.108Z Downloaded scroll v0.12.0
3292026-08-25T21:50:51.108Z Downloaded thiserror v2.0.18
3302026-08-25T21:50:51.112Z Downloaded serde_tokenstream v0.2.3
3312026-08-25T21:50:51.117Z Downloaded cargo_metadata v0.23.1
3322026-08-25T21:50:51.124Z Downloaded thiserror v1.0.69
3332026-08-25T21:50:51.128Z Downloaded usdt v0.5.0
3342026-08-25T21:50:51.128Z Downloaded autocfg v1.5.0
3352026-08-25T21:50:51.132Z Downloaded sha2 v0.10.9
3362026-08-25T21:50:51.136Z Downloaded textwrap v0.16.2
3372026-08-25T21:50:51.139Z Downloaded anstyle-parse v1.0.0
3382026-08-25T21:50:51.142Z Downloaded indexmap v2.14.0
3392026-08-25T21:50:51.145Z Downloaded toml v0.8.23
3402026-08-25T21:50:51.145Z Downloaded pest_generator v2.8.6
3412026-08-25T21:50:51.148Z Downloaded semver v1.0.28
3422026-08-25T21:50:51.152Z Downloaded camino v1.2.5
3432026-08-25T21:50:51.152Z Downloaded tempfile v3.27.0
3442026-08-25T21:50:51.155Z Downloaded getrandom v0.4.3
3452026-08-25T21:50:51.158Z Downloaded serde_derive v1.0.228
3462026-08-25T21:50:51.162Z Downloaded bitflags v2.11.0
3472026-08-25T21:50:51.165Z Downloaded serde_core v1.0.228
3482026-08-25T21:50:51.168Z Downloaded proc-macro2 v1.0.106
3492026-08-25T21:50:51.171Z Downloaded anyhow v1.0.104
3502026-08-25T21:50:51.174Z Downloaded unicode-ident v1.0.24
3512026-08-25T21:50:51.177Z Downloaded quote v1.0.45
3522026-08-25T21:50:51.177Z Downloaded ucd-trie v0.1.7
3532026-08-25T21:50:51.186Z Downloaded toml_edit v0.22.27
3542026-08-25T21:50:51.194Z Downloaded pest_meta v2.8.6
3552026-08-25T21:50:51.204Z Downloaded serde v1.0.228
3562026-08-25T21:50:51.213Z Downloaded memchr v2.8.0
3572026-08-25T21:50:51.242Z Downloaded hashbrown v0.17.0
3582026-08-25T21:50:51.256Z Downloaded clap_builder v4.6.0
3592026-08-25T21:50:51.274Z Downloaded serde_json v1.0.151
3602026-08-25T21:50:51.281Z Downloaded winnow v0.7.14
3612026-08-25T21:50:51.286Z Downloaded goblin v0.8.2
3622026-08-25T21:50:51.300Z Downloaded tabled v0.15.0
3632026-08-25T21:50:51.309Z Downloaded syn v1.0.109
3642026-08-25T21:50:51.314Z Downloaded unicode-width v0.2.0
3652026-08-25T21:50:51.329Z Downloaded unicode-width v0.1.14
3662026-08-25T21:50:51.332Z Downloaded syn v2.0.117
3672026-08-25T21:50:51.346Z Downloaded rustix v1.1.4
3682026-08-25T21:50:51.372Z Downloaded libc v0.2.185
3692026-08-25T21:50:51.434Z Compiling proc-macro2 v1.0.106
3702026-08-25T21:50:51.435Z Compiling unicode-ident v1.0.24
3712026-08-25T21:50:51.435Z Compiling quote v1.0.45
3722026-08-25T21:50:51.435Z Compiling serde_core v1.0.228
3732026-08-25T21:50:51.438Z Compiling libc v0.2.185
3742026-08-25T21:50:51.438Z Compiling version_check v0.9.5
3752026-08-25T21:50:51.606Z Compiling memchr v2.8.0
3762026-08-25T21:50:51.610Z Compiling serde v1.0.228
3772026-08-25T21:50:51.610Z Compiling zmij v1.0.21
3782026-08-25T21:50:51.610Z Compiling thiserror v1.0.69
3792026-08-25T21:50:51.622Z Compiling ucd-trie v0.1.7
3802026-08-25T21:50:51.628Z Compiling itoa v1.0.17
3812026-08-25T21:50:51.638Z Compiling rustix v1.1.4
3822026-08-25T21:50:51.768Z Compiling byteorder v1.5.0
3832026-08-25T21:50:51.817Z Compiling serde_json v1.0.151
3842026-08-25T21:50:51.985Z Compiling bitflags v2.11.0
3852026-08-25T21:50:52.069Z Compiling camino v1.2.5
3862026-08-25T21:50:52.106Z Compiling pest v2.8.6
3872026-08-25T21:50:52.218Z Compiling usdt-impl v0.5.0
3882026-08-25T21:50:52.327Z Compiling proc-macro-error-attr v1.0.4
3892026-08-25T21:50:52.474Z Compiling syn v1.0.109
3902026-08-25T21:50:52.514Z Compiling proc-macro-error v1.0.4
3912026-08-25T21:50:52.565Z Compiling equivalent v1.0.2
3922026-08-25T21:50:52.603Z Compiling utf8parse v0.2.2
3932026-08-25T21:50:52.741Z Compiling getrandom v0.4.3
3942026-08-25T21:50:52.795Z Compiling plain v0.2.3
3952026-08-25T21:50:52.813Z Compiling hashbrown v0.17.0
3962026-08-25T21:50:52.816Z Compiling log v0.4.33
3972026-08-25T21:50:52.816Z Compiling anstyle-parse v1.0.0
3982026-08-25T21:50:52.951Z Compiling cfg-if v1.0.4
3992026-08-25T21:50:52.985Z Compiling autocfg v1.5.0
4002026-08-25T21:50:52.988Z Compiling anstyle-query v1.1.5
4012026-08-25T21:50:53.037Z Compiling toml_write v0.1.2
4022026-08-25T21:50:53.041Z Compiling colorchoice v1.0.4
4032026-08-25T21:50:53.069Z Compiling winnow v0.7.14
4042026-08-25T21:50:53.073Z Compiling anstyle v1.0.14
4052026-08-25T21:50:53.104Z Compiling thiserror v2.0.18
4062026-08-25T21:50:53.107Z Compiling pretty-hex v0.4.1
4072026-08-25T21:50:53.143Z Compiling errno v0.3.14
4082026-08-25T21:50:53.161Z Compiling thread-id v4.2.2
4092026-08-25T21:50:53.181Z Compiling is_terminal_polyfill v1.70.2
4102026-08-25T21:50:53.198Z Compiling pest_meta v2.8.6
4112026-08-25T21:50:53.275Z Compiling anstream v1.0.0
4122026-08-25T21:50:53.336Z Compiling fastrand v2.3.0
4132026-08-25T21:50:53.340Z Compiling anyhow v1.0.104
4142026-08-25T21:50:53.372Z Compiling clap_lex v1.0.0
4152026-08-25T21:50:53.426Z Compiling indexmap v2.14.0
4162026-08-25T21:50:53.445Z Compiling fs-err v3.3.0
4172026-08-25T21:50:53.460Z Compiling bytecount v0.6.9
4182026-08-25T21:50:53.480Z Compiling heck v0.4.1
4192026-08-25T21:50:53.585Z Compiling syn v2.0.117
4202026-08-25T21:50:53.645Z Compiling unicode-width v0.1.14
4212026-08-25T21:50:53.648Z Compiling once_cell v1.21.3
4222026-08-25T21:50:53.697Z Compiling strsim v0.11.1
4232026-08-25T21:50:53.700Z Compiling heck v0.5.0
4242026-08-25T21:50:53.716Z Compiling fnv v1.0.7
4252026-08-25T21:50:53.898Z Compiling memmap v0.7.0
4262026-08-25T21:50:53.916Z Compiling papergrid v0.11.0
4272026-08-25T21:50:53.933Z Compiling unicode-linebreak v0.1.5
4282026-08-25T21:50:53.974Z Compiling unicode-width v0.2.0
4292026-08-25T21:50:53.995Z Compiling smawk v0.3.2
4302026-08-25T21:50:54.115Z Compiling swrite v0.1.0
4312026-08-25T21:50:54.157Z Compiling terminal_size v0.4.3
4322026-08-25T21:50:54.160Z Compiling tempfile v3.27.0
4332026-08-25T21:50:54.265Z Compiling clap_builder v4.6.0
4342026-08-25T21:50:54.265Z Compiling textwrap v0.16.2
4352026-08-25T21:50:54.650Z Compiling cargo-platform v0.3.2
4362026-08-25T21:50:54.650Z Compiling semver v1.0.28
4372026-08-25T21:50:54.962Z Compiling camino-tempfile v1.4.1
4382026-08-25T21:50:55.104Z Compiling tabled_derive v0.7.0
4392026-08-25T21:50:55.780Z Compiling pest_generator v2.8.6
4402026-08-25T21:50:55.801Z Compiling tabled v0.15.0
4412026-08-25T21:50:56.274Z Compiling serde_derive v1.0.228
4422026-08-25T21:50:56.274Z Compiling thiserror-impl v1.0.69
4432026-08-25T21:50:56.277Z Compiling zerocopy-derive v0.7.35
4442026-08-25T21:50:56.277Z Compiling scroll_derive v0.12.1
4452026-08-25T21:50:56.277Z Compiling thiserror-impl v2.0.18
4462026-08-25T21:50:56.277Z Compiling clap_derive v4.6.1
4472026-08-25T21:50:56.365Z Compiling pest_derive v2.8.6
4482026-08-25T21:50:56.967Z Compiling scroll v0.12.0
4492026-08-25T21:50:57.013Z Compiling zerocopy v0.7.35
4502026-08-25T21:50:57.190Z Compiling goblin v0.8.2
4512026-08-25T21:50:57.358Z Compiling dtrace-parser v0.2.0
4522026-08-25T21:50:57.593Z Compiling clap v4.6.1
4532026-08-25T21:50:58.644Z Compiling dof v0.3.0
4542026-08-25T21:50:58.644Z Compiling serde_tokenstream v0.2.3
4552026-08-25T21:50:58.647Z Compiling toml_datetime v0.6.11
4562026-08-25T21:50:58.661Z Compiling serde_spanned v0.6.9
4572026-08-25T21:50:58.664Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4582026-08-25T21:50:58.664Z Compiling macaddr v1.0.1
4592026-08-25T21:50:58.664Z Compiling cargo_metadata v0.23.1
4602026-08-25T21:50:58.921Z Compiling toml_edit v0.22.27
4612026-08-25T21:50:59.315Z Compiling usdt-macro v0.5.0
4622026-08-25T21:50:59.319Z Compiling usdt-attr-macro v0.5.0
4632026-08-25T21:50:59.940Z Compiling usdt v0.5.0
4642026-08-25T21:51:00.184Z Compiling toml v0.8.23
4652026-08-25T21:51:00.501Z Compiling cargo_toml v0.21.0
4662026-08-25T21:51:01.769Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4672026-08-25T21:51:03.819Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.72s
4682026-08-25T21:51:04.039Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4692026-08-25T21:51:04.564Z Downloading crates ...
4702026-08-25T21:51:04.613Z Downloaded backtrace-ext v0.2.1
4712026-08-25T21:51:04.627Z Downloaded addr2line v0.25.1
4722026-08-25T21:51:04.633Z Downloaded base64 v0.21.7
4732026-08-25T21:51:04.635Z Downloaded aead v0.5.2
4742026-08-25T21:51:04.638Z Downloaded cbc v0.2.1
4752026-08-25T21:51:04.641Z Downloaded colored v3.1.1
4762026-08-25T21:51:04.641Z Downloaded aes v0.9.1
4772026-08-25T21:51:04.644Z Downloaded array-init v0.0.4
4782026-08-25T21:51:04.644Z Downloaded float-ord v0.3.2
4792026-08-25T21:51:04.647Z Downloaded arrayvec v0.7.6
4802026-08-25T21:51:04.647Z Downloaded argon2 v0.5.3
4812026-08-25T21:51:04.649Z Downloaded async-trait v0.1.89
4822026-08-25T21:51:04.649Z Downloaded async-stream-impl v0.3.6
4832026-08-25T21:51:04.652Z Downloaded foldhash v0.2.0
4842026-08-25T21:51:04.652Z Downloaded hostname v0.4.2
4852026-08-25T21:51:04.652Z Downloaded hex v0.4.3
4862026-08-25T21:51:04.655Z Downloaded generic-array v1.4.3
4872026-08-25T21:51:04.657Z Downloaded ascii-canvas v3.0.0
4882026-08-25T21:51:04.658Z Downloaded adler2 v2.0.1
4892026-08-25T21:51:04.662Z Downloaded arc-swap v1.8.2
4902026-08-25T21:51:04.665Z Downloaded backoff v0.4.0
4912026-08-25T21:51:04.668Z Downloaded ahash v0.8.12
4922026-08-25T21:51:04.668Z Downloaded atty v0.2.14
4932026-08-25T21:51:04.671Z Downloaded hashbrown v0.15.5
4942026-08-25T21:51:04.674Z Downloaded base64 v0.22.1
4952026-08-25T21:51:04.674Z Downloaded bitfield-struct v0.6.2
4962026-08-25T21:51:04.677Z Downloaded foreign-types v0.3.2
4972026-08-25T21:51:04.677Z Downloaded arrayref v0.3.9
4982026-08-25T21:51:04.677Z Downloaded flagset v0.4.7
4992026-08-25T21:51:04.677Z Downloaded foreign-types-macros v0.2.3
5002026-08-25T21:51:04.677Z Downloaded gethostname v0.5.0
5012026-08-25T21:51:04.680Z Downloaded enum_dispatch v0.3.13
5022026-08-25T21:51:04.680Z Downloaded fs_extra v1.3.0
5032026-08-25T21:51:04.680Z Downloaded endian-type v0.1.2
5042026-08-25T21:51:04.680Z Downloaded env_filter v2.0.0
5052026-08-25T21:51:04.683Z Downloaded ff v0.13.1
5062026-08-25T21:51:04.683Z Downloaded async-recursion v1.1.1
5072026-08-25T21:51:04.685Z Downloaded atomic-waker v1.1.2
5082026-08-25T21:51:04.685Z Downloaded atomicwrites v0.4.4
5092026-08-25T21:51:04.686Z Downloaded bb8 v0.8.6
5102026-08-25T21:51:04.686Z Downloaded async-stream v0.3.6
5112026-08-25T21:51:04.688Z Downloaded futures-macro v0.3.32
5122026-08-25T21:51:04.688Z Downloaded erased-serde v0.3.31
5132026-08-25T21:51:04.688Z Downloaded bit-set v0.8.0
5142026-08-25T21:51:04.692Z Downloaded assert_matches v1.5.0
5152026-08-25T21:51:04.692Z Downloaded base16ct v0.2.0
5162026-08-25T21:51:04.692Z Downloaded compression-core v0.4.31
5172026-08-25T21:51:04.692Z Downloaded futures-sink v0.3.32
5182026-08-25T21:51:04.692Z Downloaded base16ct v1.0.0
5192026-08-25T21:51:04.692Z Downloaded bit-set v0.5.3
5202026-08-25T21:51:04.694Z Downloaded aead v0.6.1
5212026-08-25T21:51:04.694Z Downloaded allocator-api2 v0.2.21
5222026-08-25T21:51:04.695Z Downloaded fxhash v0.2.1
5232026-08-25T21:51:04.695Z Downloaded funty v2.0.0
5242026-08-25T21:51:04.697Z Downloaded enum-as-inner v0.6.1
5252026-08-25T21:51:04.697Z Downloaded fd-lock v4.0.4
5262026-08-25T21:51:04.700Z Downloaded bcrypt-pbkdf v0.11.0
5272026-08-25T21:51:04.700Z Downloaded fallible-iterator v0.2.0
5282026-08-25T21:51:04.703Z Downloaded env_logger v0.11.11
5292026-08-25T21:51:04.703Z Downloaded futures-executor v0.3.32
5302026-08-25T21:51:04.706Z Downloaded block-buffer v0.12.1
5312026-08-25T21:51:04.709Z Downloaded cfg_aliases v0.2.1
5322026-08-25T21:51:04.709Z Downloaded foreign-types-shared v0.3.1
5332026-08-25T21:51:04.709Z Downloaded futures-io v0.3.32
5342026-08-25T21:51:04.709Z Downloaded block-padding v0.4.2
5352026-08-25T21:51:04.709Z Downloaded foreign-types-shared v0.1.1
5362026-08-25T21:51:04.712Z Downloaded fixedbitset v0.4.2
5372026-08-25T21:51:04.712Z Downloaded futures-core v0.3.32
5382026-08-25T21:51:04.715Z Downloaded ciborium-io v0.2.2
5392026-08-25T21:51:04.715Z Downloaded fs-err v2.11.0
5402026-08-25T21:51:04.715Z Downloaded ciborium-ll v0.2.2
5412026-08-25T21:51:04.718Z Downloaded filetime v0.2.27
5422026-08-25T21:51:04.718Z Downloaded futures-channel v0.3.32
5432026-08-25T21:51:04.718Z Downloaded flate2 v1.1.9
5442026-08-25T21:51:04.720Z Downloaded foreign-types v0.5.0
5452026-08-25T21:51:04.720Z Downloaded form_urlencoded v1.2.2
5462026-08-25T21:51:04.720Z Downloaded castaway v0.2.4
5472026-08-25T21:51:04.724Z Downloaded headers-core v0.3.0
5482026-08-25T21:51:04.727Z Downloaded hash32 v0.2.1
5492026-08-25T21:51:04.727Z Downloaded globwalk v0.9.1
5502026-08-25T21:51:04.727Z Downloaded cobs v0.3.0
5512026-08-25T21:51:04.733Z Downloaded hash32 v0.3.1
5522026-08-25T21:51:04.736Z Downloaded httpdate v1.0.3
5532026-08-25T21:51:04.736Z Downloaded cfg_aliases v0.1.1
5542026-08-25T21:51:04.736Z Downloaded hubpack_derive v0.1.1
5552026-08-25T21:51:04.736Z Downloaded nodrop v0.1.14
5562026-08-25T21:51:04.736Z Downloaded http-body v1.0.1
5572026-08-25T21:51:04.740Z Downloaded anstream v0.6.21
5582026-08-25T21:51:04.743Z Downloaded hubpack v0.1.2
5592026-08-25T21:51:04.743Z Downloaded base64ct v1.8.3
5602026-08-25T21:51:04.746Z Downloaded bit-vec v0.6.3
5612026-08-25T21:51:04.746Z Downloaded bitfield-macros v0.19.4
5622026-08-25T21:51:04.746Z Downloaded cmov v0.5.4
5632026-08-25T21:51:04.746Z Downloaded cipher v0.4.4
5642026-08-25T21:51:04.750Z Downloaded byte-wrapper v0.1.0
5652026-08-25T21:51:04.750Z Downloaded futures v0.3.32
5662026-08-25T21:51:04.753Z Downloaded float-cmp v0.10.0
5672026-08-25T21:51:04.753Z Downloaded nibble_vec v0.1.0
5682026-08-25T21:51:04.753Z Downloaded normalize-line-endings v0.3.0
5692026-08-25T21:51:04.753Z Downloaded num_threads v0.1.7
5702026-08-25T21:51:04.756Z Downloaded openssl-macros v0.1.1
5712026-08-25T21:51:04.756Z Downloaded http-range v0.1.5
5722026-08-25T21:51:04.756Z Downloaded ghash v0.6.0
5732026-08-25T21:51:04.756Z Downloaded peg-runtime v0.8.5
5742026-08-25T21:51:04.756Z Downloaded hex-literal v1.1.0
5752026-08-25T21:51:04.759Z Downloaded futures-task v0.3.32
5762026-08-25T21:51:04.759Z Downloaded phf_shared v0.13.1
5772026-08-25T21:51:04.759Z Downloaded git-stub v1.0.0
5782026-08-25T21:51:04.763Z Downloaded predicates-core v1.0.10
5792026-08-25T21:51:04.766Z Downloaded hostname v0.3.1
5802026-08-25T21:51:04.766Z Downloaded same-file v1.0.6
5812026-08-25T21:51:04.766Z Downloaded cipher v0.5.2
5822026-08-25T21:51:04.766Z Downloaded group v0.13.0
5832026-08-25T21:51:04.770Z Downloaded humantime v2.3.0
5842026-08-25T21:51:04.773Z Downloaded home v0.5.12
5852026-08-25T21:51:04.773Z Downloaded bit-vec v0.8.0
5862026-08-25T21:51:04.773Z Downloaded cmake v0.1.57
5872026-08-25T21:51:04.776Z Downloaded predicates-tree v1.0.13
5882026-08-25T21:51:04.779Z Downloaded quick-error v1.2.3
5892026-08-25T21:51:04.779Z Downloaded cassowary v0.3.0
5902026-08-25T21:51:04.782Z Downloaded chacha20 v0.9.1
5912026-08-25T21:51:04.782Z Downloaded secrecy v0.10.3
5922026-08-25T21:51:04.782Z Downloaded rtoolbox v0.0.3
5932026-08-25T21:51:04.782Z Downloaded sapling-renderdag v0.1.0
5942026-08-25T21:51:04.787Z Downloaded anstyle-parse v0.2.7
5952026-08-25T21:51:04.788Z Downloaded fixedbitset v0.5.7
5962026-08-25T21:51:04.788Z Downloaded ff v0.14.0
5972026-08-25T21:51:04.791Z Downloaded http-body-util v0.1.3
5982026-08-25T21:51:04.791Z Downloaded bs58 v0.5.1
5992026-08-25T21:51:04.791Z Downloaded cexpr v0.6.0
6002026-08-25T21:51:04.791Z Downloaded bitflags v1.3.2
6012026-08-25T21:51:04.791Z Downloaded blowfish v0.10.0
6022026-08-25T21:51:04.791Z Downloaded compression-codecs v0.4.37
6032026-08-25T21:51:04.794Z Downloaded buf-list v1.1.2
6042026-08-25T21:51:04.794Z Downloaded highway v1.3.0
6052026-08-25T21:51:04.798Z Downloaded argon2 v0.6.0-rc.8
6062026-08-25T21:51:04.798Z Downloaded foldhash v0.1.5
6072026-08-25T21:51:04.801Z Downloaded glob v0.3.3
6082026-08-25T21:51:04.801Z Downloaded backon v1.6.0
6092026-08-25T21:51:04.801Z Downloaded bcs v0.1.6
6102026-08-25T21:51:04.804Z Downloaded bitfield v0.19.4
6112026-08-25T21:51:04.804Z Downloaded rfc6979 v0.4.0
6122026-08-25T21:51:04.807Z Downloaded slog-envlogger v2.2.0
6132026-08-25T21:51:04.809Z Downloaded signal-hook-tokio v0.3.1
6142026-08-25T21:51:04.810Z Downloaded structmeta v0.3.0
6152026-08-25T21:51:04.810Z Downloaded pbkdf2 v0.13.0
6162026-08-25T21:51:04.810Z Downloaded strum v0.27.2
6172026-08-25T21:51:04.810Z Downloaded oxide-update-engine-display v0.1.2
6182026-08-25T21:51:04.813Z Downloaded const-oid v0.10.2
6192026-08-25T21:51:04.816Z Downloaded num-integer v0.1.46
6202026-08-25T21:51:04.816Z Downloaded poly1305 v0.8.0
6212026-08-25T21:51:04.818Z Downloaded sqlparser_derive v0.5.0
6222026-08-25T21:51:04.818Z Downloaded supports-unicode v3.0.0
6232026-08-25T21:51:04.818Z Downloaded testing_table v0.3.0
6242026-08-25T21:51:04.819Z Downloaded usdt-attr-macro v0.6.0
6252026-08-25T21:51:04.821Z Downloaded tinyvec_macros v0.1.1
6262026-08-25T21:51:04.821Z Downloaded group v0.14.0
6272026-08-25T21:51:04.827Z Downloaded password-hash v0.5.0
6282026-08-25T21:51:04.830Z Downloaded polyval v0.7.1
6292026-08-25T21:51:04.830Z Downloaded clang-sys v1.8.1
6302026-08-25T21:51:04.833Z Downloaded ciborium v0.2.2
6312026-08-25T21:51:04.833Z Downloaded colored v2.2.0
6322026-08-25T21:51:04.836Z Downloaded getrandom v0.2.17
6332026-08-25T21:51:04.836Z Downloaded blake2 v0.11.0-rc.6
6342026-08-25T21:51:04.839Z Downloaded tagptr v0.2.0
6352026-08-25T21:51:04.839Z Downloaded git-stub-vcs v0.1.0
6362026-08-25T21:51:04.839Z Downloaded const-oid v0.9.6
6372026-08-25T21:51:04.839Z Downloaded console v0.15.11
6382026-08-25T21:51:04.842Z Downloaded bzip2 v0.6.1
6392026-08-25T21:51:04.842Z Downloaded chacha20 v0.10.0
6402026-08-25T21:51:04.845Z Downloaded blake2 v0.10.6
6412026-08-25T21:51:04.845Z Downloaded bzip2 v0.4.4
6422026-08-25T21:51:04.845Z Downloaded camino-tempfile-ext v0.3.3
6432026-08-25T21:51:04.848Z Downloaded xshell-macros v0.2.7
6442026-08-25T21:51:04.848Z Downloaded zerofrom v0.1.6
6452026-08-25T21:51:04.851Z Downloaded progenitor-extras v0.2.0
6462026-08-25T21:51:04.851Z Downloaded half v1.8.3
6472026-08-25T21:51:04.854Z Downloaded find-msvc-tools v0.1.9
6482026-08-25T21:51:04.858Z Downloaded httparse v1.10.1
6492026-08-25T21:51:04.861Z Downloaded hybrid-array v0.4.13
6502026-08-25T21:51:04.864Z Downloaded usdt v0.6.0
6512026-08-25T21:51:04.867Z Downloaded unarray v0.1.4
6522026-08-25T21:51:04.867Z Downloaded oxide-generation-macros v0.2.0
6532026-08-25T21:51:04.871Z Downloaded serde_tokenstream v0.3.0
6542026-08-25T21:51:04.876Z Downloaded serde_path_to_error v0.1.20
6552026-08-25T21:51:04.876Z Downloaded serde_with_macros v1.5.2
6562026-08-25T21:51:04.876Z Downloaded ssh-encoding v0.3.0
6572026-08-25T21:51:04.876Z Downloaded strum_macros v0.24.3
6582026-08-25T21:51:04.876Z Downloaded convert_case v0.4.0
6592026-08-25T21:51:04.881Z Downloaded crunchy v0.2.4
6602026-08-25T21:51:04.881Z Downloaded curve25519-dalek-derive v0.1.1
6612026-08-25T21:51:04.881Z Downloaded globset v0.4.18
6622026-08-25T21:51:04.884Z Downloaded debug-ignore v1.0.5
6632026-08-25T21:51:04.884Z Downloaded difflib v0.4.0
6642026-08-25T21:51:04.884Z Downloaded slog-term v2.9.2
6652026-08-25T21:51:04.884Z Downloaded spki v0.8.0
6662026-08-25T21:51:04.884Z Downloaded hmac v0.13.0
6672026-08-25T21:51:04.887Z Downloaded diesel_table_macro_syntax v0.3.0
6682026-08-25T21:51:04.887Z Downloaded signal-hook-registry v1.4.8
6692026-08-25T21:51:04.890Z Downloaded idna_adapter v1.2.1
6702026-08-25T21:51:04.890Z Downloaded async-bb8-diesel v0.2.1
6712026-08-25T21:51:04.893Z Downloaded synstructure v0.13.2
6722026-08-25T21:51:04.893Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6732026-08-25T21:51:04.893Z Downloaded pkcs1 v0.7.5
6742026-08-25T21:51:04.896Z Downloaded poly1305 v0.9.0
6752026-08-25T21:51:04.896Z Downloaded hkdf v0.13.0
6762026-08-25T21:51:04.900Z Downloaded parking_lot_core v0.9.12
6772026-08-25T21:51:04.900Z Downloaded defmt-parser v1.0.0
6782026-08-25T21:51:04.903Z Downloaded progenitor v0.13.0
6792026-08-25T21:51:04.903Z Downloaded thread_local v1.1.9
6802026-08-25T21:51:04.903Z Downloaded tls_codec v0.4.2
6812026-08-25T21:51:04.903Z Downloaded console v0.16.2
6822026-08-25T21:51:04.906Z Downloaded cancel-safe-futures v0.1.5
6832026-08-25T21:51:04.914Z Downloaded dtrace-parser v0.3.0
6842026-08-25T21:51:04.914Z Downloaded indoc v1.0.9
6852026-08-25T21:51:04.919Z Downloaded rpassword v7.5.4
6862026-08-25T21:51:04.919Z Downloaded xshell v0.2.7
6872026-08-25T21:51:04.919Z Downloaded pkcs8 v0.11.0
6882026-08-25T21:51:04.919Z Downloaded walkdir v2.5.0
6892026-08-25T21:51:04.919Z Downloaded wyz v0.5.1
6902026-08-25T21:51:04.919Z Downloaded chacha20poly1305 v0.10.1
6912026-08-25T21:51:04.919Z Downloaded instant v0.1.13
6922026-08-25T21:51:04.919Z Downloaded keccak v0.1.6
6932026-08-25T21:51:04.923Z Downloaded lalrpop-util v0.19.12
6942026-08-25T21:51:04.923Z Downloaded getrandom v0.3.4
6952026-08-25T21:51:04.928Z Downloaded half v2.7.1
6962026-08-25T21:51:04.928Z Downloaded lazy_static v1.5.0
6972026-08-25T21:51:04.928Z Downloaded bumpalo v3.20.2
6982026-08-25T21:51:04.934Z Downloaded serde-hex v0.1.0
6992026-08-25T21:51:04.934Z Downloaded serde_with_macros v3.21.0
7002026-08-25T21:51:04.939Z Downloaded ssh-cipher v0.3.0
7012026-08-25T21:51:04.939Z Downloaded lzss v0.8.2
7022026-08-25T21:51:04.939Z Downloaded md-5 v0.10.6
7032026-08-25T21:51:04.939Z Downloaded num-iter v0.1.45
7042026-08-25T21:51:04.939Z Downloaded opaque-debug v0.3.1
7052026-08-25T21:51:04.939Z Downloaded maybe-uninit v2.0.0
7062026-08-25T21:51:04.944Z Downloaded olpc-cjson v0.1.4
7072026-08-25T21:51:04.944Z Downloaded num-traits v0.2.19
7082026-08-25T21:51:04.944Z Downloaded oso v0.27.3
7092026-08-25T21:51:04.944Z Downloaded corncobs v0.1.4
7102026-08-25T21:51:04.948Z Downloaded omicron-zone-package v0.12.3
7112026-08-25T21:51:04.948Z Downloaded hmac v0.12.1
7122026-08-25T21:51:04.948Z Downloaded critical-section v1.2.0
7132026-08-25T21:51:04.952Z Downloaded flume v0.11.1
7142026-08-25T21:51:04.952Z Downloaded hyper-rustls v0.27.7
7152026-08-25T21:51:04.952Z Downloaded papergrid v0.18.0
7162026-08-25T21:51:04.955Z Downloaded precomputed-hash v0.1.1
7172026-08-25T21:51:04.960Z Downloaded proc-macro-crate v3.4.0
7182026-08-25T21:51:04.960Z Downloaded expectorate v1.2.0
7192026-08-25T21:51:04.966Z Downloaded term v1.2.1
7202026-08-25T21:51:04.966Z Downloaded der_derive v0.7.3
7212026-08-25T21:51:04.973Z Downloaded deranged v0.5.8
7222026-08-25T21:51:04.973Z Downloaded either v1.15.0
7232026-08-25T21:51:04.973Z Downloaded elliptic-curve v0.14.1
7242026-08-25T21:51:04.974Z Downloaded impl-trait-for-tuples v0.2.3
7252026-08-25T21:51:04.974Z Downloaded indoc v2.0.7
7262026-08-25T21:51:04.978Z Downloaded bytes v1.11.1
7272026-08-25T21:51:04.978Z Downloaded compact_str v0.8.1
7282026-08-25T21:51:04.978Z Downloaded radium v0.7.0
7292026-08-25T21:51:04.978Z Downloaded progenitor-client v0.14.0
7302026-08-25T21:51:04.981Z Downloaded fatfs v0.3.6
7312026-08-25T21:51:04.981Z Downloaded ref-cast v1.0.25
7322026-08-25T21:51:04.981Z Downloaded chumsky v0.9.3
7332026-08-25T21:51:04.989Z Downloaded heapless v0.8.0
7342026-08-25T21:51:04.994Z Downloaded prefix-trie v0.7.0
7352026-08-25T21:51:04.994Z Downloaded progenitor-impl v0.13.0
7362026-08-25T21:51:04.994Z Downloaded recursive-proc-macro-impl v0.1.1
7372026-08-25T21:51:04.994Z Downloaded lock_api v0.4.14
7382026-08-25T21:51:04.994Z Downloaded tracing-attributes v0.1.31
7392026-08-25T21:51:04.994Z Downloaded vergen v9.1.0
7402026-08-25T21:51:05.002Z Downloaded native-tls v0.2.18
7412026-08-25T21:51:05.002Z Downloaded rfc6979 v0.6.0
7422026-08-25T21:51:05.002Z Downloaded jobserver v0.1.34
7432026-08-25T21:51:05.002Z Downloaded libefi-sys v0.1.0
7442026-08-25T21:51:05.002Z Downloaded num_enum v0.7.6
7452026-08-25T21:51:05.006Z Downloaded secrecy v0.8.0
7462026-08-25T21:51:05.007Z Downloaded darling v0.20.11
7472026-08-25T21:51:05.007Z Downloaded stable_deref_trait v1.2.1
7482026-08-25T21:51:05.007Z Downloaded mime_guess v2.0.5
7492026-08-25T21:51:05.007Z Downloaded tinyvec v1.10.0
7502026-08-25T21:51:05.011Z Downloaded scopeguard v1.2.0
7512026-08-25T21:51:05.011Z Downloaded serde_urlencoded v0.7.1
7522026-08-25T21:51:05.011Z Downloaded crossbeam-utils v0.8.21
7532026-08-25T21:51:05.016Z Downloaded ctr v0.10.1
7542026-08-25T21:51:05.016Z Downloaded peg v0.8.5
7552026-08-25T21:51:05.016Z Downloaded ecdsa v0.17.0
7562026-08-25T21:51:05.019Z Downloaded signal-hook-mio v0.2.5
7572026-08-25T21:51:05.019Z Downloaded diff v0.1.13
7582026-08-25T21:51:05.019Z Downloaded owo-colors v4.3.0
7592026-08-25T21:51:05.019Z Downloaded oxide-generation v0.1.3
7602026-08-25T21:51:05.022Z Downloaded oxide-tokio-rt v0.1.4
7612026-08-25T21:51:05.022Z Downloaded subtle v2.6.1
7622026-08-25T21:51:05.022Z Downloaded termtree v0.5.1
7632026-08-25T21:51:05.025Z Downloaded time-core v0.1.8
7642026-08-25T21:51:05.025Z Downloaded tokio-test v0.4.5
7652026-08-25T21:51:05.025Z Downloaded structmeta-derive v0.3.0
7662026-08-25T21:51:05.025Z Downloaded pem-rfc7468 v1.0.0
7672026-08-25T21:51:05.028Z Downloaded tracing-core v0.1.36
7682026-08-25T21:51:05.028Z Downloaded phf v0.12.1
7692026-08-25T21:51:05.028Z Downloaded ar_archive_writer v0.5.1
7702026-08-25T21:51:05.031Z Downloaded pin-project-internal v1.1.11
7712026-08-25T21:51:05.032Z Downloaded ipnetwork v0.21.1
7722026-08-25T21:51:05.032Z Downloaded primefield v0.14.0
7732026-08-25T21:51:05.036Z Downloaded topological-sort v0.2.2
7742026-08-25T21:51:05.041Z Downloaded unsafe-libyaml v0.2.11
7752026-08-25T21:51:05.045Z Downloaded vte v0.14.1
7762026-08-25T21:51:05.045Z Downloaded port-file v0.1.0
7772026-08-25T21:51:05.045Z Downloaded r2d2 v0.8.10
7782026-08-25T21:51:05.046Z Downloaded unicode-xid v0.2.6
7792026-08-25T21:51:05.050Z Downloaded unicode-truncate v1.1.0
7802026-08-25T21:51:05.050Z Downloaded async-compression v0.4.41
7812026-08-25T21:51:05.050Z Downloaded headers v0.4.1
7822026-08-25T21:51:05.054Z Downloaded backtrace v0.3.76
7832026-08-25T21:51:05.059Z Downloaded cc v1.2.56
7842026-08-25T21:51:05.059Z Downloaded heapless v0.7.17
7852026-08-25T21:51:05.059Z Downloaded rand_seeder v0.4.0
7862026-08-25T21:51:05.064Z Downloaded scuffle v0.1.0
7872026-08-25T21:51:05.064Z Downloaded resolv-conf v0.7.6
7882026-08-25T21:51:05.064Z Downloaded zeroize_derive v1.5.0
7892026-08-25T21:51:05.064Z Downloaded ml-kem v0.3.2
7902026-08-25T21:51:05.068Z Downloaded darling_macro v0.20.11
7912026-08-25T21:51:05.068Z Downloaded sec1 v0.8.1
7922026-08-25T21:51:05.073Z Downloaded crc-any v2.5.0
7932026-08-25T21:51:05.073Z Downloaded slog v2.8.2
7942026-08-25T21:51:05.073Z Downloaded slog-json v2.6.1
7952026-08-25T21:51:05.077Z Downloaded socket2 v0.5.10
7962026-08-25T21:51:05.077Z Downloaded hickory-resolver v0.24.4
7972026-08-25T21:51:05.077Z Downloaded darling_macro v0.13.4
7982026-08-25T21:51:05.077Z Downloaded hickory-resolver v0.25.2
7992026-08-25T21:51:05.080Z Downloaded simd-adler32 v0.3.8
8002026-08-25T21:51:05.084Z Downloaded dirs-sys-next v0.1.2
8012026-08-25T21:51:05.086Z Downloaded dof v0.4.0
8022026-08-25T21:51:05.087Z Downloaded dyn-clone v1.0.20
8032026-08-25T21:51:05.090Z Downloaded p384 v0.14.0
8042026-08-25T21:51:05.090Z Downloaded illumos-nvpair v0.3.0
8052026-08-25T21:51:05.090Z Downloaded is_ci v1.2.0
8062026-08-25T21:51:05.090Z Downloaded kem v0.3.0
8072026-08-25T21:51:05.094Z Downloaded qorb v0.4.1
8082026-08-25T21:51:05.097Z Downloaded snafu-derive v0.8.9
8092026-08-25T21:51:05.097Z Downloaded tls_codec_derive v0.4.2
8102026-08-25T21:51:05.097Z Downloaded typify-macro v0.6.2
8112026-08-25T21:51:05.100Z Downloaded progenitor-client v0.13.0
8122026-08-25T21:51:05.100Z Downloaded rand v0.8.6
8132026-08-25T21:51:05.100Z Downloaded toml_writer v1.1.1+spec-1.1.0
8142026-08-25T21:51:05.105Z Downloaded rsa v0.9.10
8152026-08-25T21:51:05.105Z Downloaded md5 v0.8.0
8162026-08-25T21:51:05.108Z Downloaded newtype_derive v0.1.6
8172026-08-25T21:51:05.108Z Downloaded publicsuffix v2.3.0
8182026-08-25T21:51:05.108Z Downloaded is-terminal v0.4.17
8192026-08-25T21:51:05.109Z Downloaded postgres-types v0.2.12
8202026-08-25T21:51:05.109Z Downloaded vergen-lib v0.1.6
8212026-08-25T21:51:05.118Z Downloaded hashbrown v0.13.2
8222026-08-25T21:51:05.121Z Downloaded newtype-uuid-macros v0.1.0
8232026-08-25T21:51:05.121Z Downloaded vergen-gitcl v1.0.8
8242026-08-25T21:51:05.121Z Downloaded usdt-impl v0.6.0
8252026-08-25T21:51:05.125Z Downloaded whoami v2.1.0
8262026-08-25T21:51:05.125Z Downloaded libbz2-rs-sys v0.2.2
8272026-08-25T21:51:05.125Z Downloaded convert_case v0.10.0
8282026-08-25T21:51:05.130Z Downloaded potential_utf v0.1.4
8292026-08-25T21:51:05.130Z Downloaded zerovec-derive v0.11.2
8302026-08-25T21:51:05.130Z Downloaded zstd v0.13.3
8312026-08-25T21:51:05.134Z Downloaded parse-display v0.10.0
8322026-08-25T21:51:05.135Z Downloaded csv-core v0.1.13
8332026-08-25T21:51:05.135Z Downloaded ctutils v0.4.2
8342026-08-25T21:51:05.135Z Downloaded parse-size v1.1.0
8352026-08-25T21:51:05.138Z Downloaded parking_lot v0.12.5
8362026-08-25T21:51:05.138Z Downloaded constant_time_eq v0.4.2
8372026-08-25T21:51:05.138Z Downloaded delegate v0.13.5
8382026-08-25T21:51:05.138Z Downloaded sec1 v0.7.3
8392026-08-25T21:51:05.143Z Downloaded smallvec v1.15.1
8402026-08-25T21:51:05.143Z Downloaded proc-macro-crate v1.3.1
8412026-08-25T21:51:05.148Z Downloaded zip v0.6.6
8422026-08-25T21:51:05.148Z Downloaded darling_core v0.20.11
8432026-08-25T21:51:05.153Z Downloaded parking_lot_core v0.8.6
8442026-08-25T21:51:05.153Z Downloaded icu_normalizer v2.1.1
8452026-08-25T21:51:05.153Z Downloaded dropshot-api-manager-types v0.8.0
8462026-08-25T21:51:05.153Z Downloaded progenitor-macro v0.13.0
8472026-08-25T21:51:05.163Z Downloaded scheduled-thread-pool v0.2.7
8482026-08-25T21:51:05.166Z Downloaded pin-project v1.1.11
8492026-08-25T21:51:05.170Z Downloaded ingot-types v0.2.0
8502026-08-25T21:51:05.170Z Downloaded sha1 v0.11.0
8512026-08-25T21:51:05.175Z Downloaded slog-bunyan v2.5.0
8522026-08-25T21:51:05.176Z Downloaded keccak v0.2.0
8532026-08-25T21:51:05.176Z Downloaded lru-slab v0.1.2
8542026-08-25T21:51:05.176Z Downloaded rand v0.9.2
8552026-08-25T21:51:05.189Z Downloaded sync_wrapper v1.0.2
8562026-08-25T21:51:05.189Z Downloaded miette-derive v7.6.0
8572026-08-25T21:51:05.189Z Downloaded num-complex v0.4.6
8582026-08-25T21:51:05.189Z Downloaded unicode_categories v0.1.1
8592026-08-25T21:51:05.189Z Downloaded progenitor-impl v0.14.0
8602026-08-25T21:51:05.189Z Downloaded strum v0.26.3
8612026-08-25T21:51:05.189Z Downloaded yasna v0.5.2
8622026-08-25T21:51:05.189Z Downloaded module-lattice v0.2.3
8632026-08-25T21:51:05.190Z Downloaded rustls-platform-verifier v0.6.2
8642026-08-25T21:51:05.196Z Downloaded twox-hash v2.1.2
8652026-08-25T21:51:05.196Z Downloaded ryu v1.0.23
8662026-08-25T21:51:05.196Z Downloaded samael v0.0.19
8672026-08-25T21:51:05.196Z Downloaded supports-color v3.0.2
8682026-08-25T21:51:05.196Z Downloaded parse-display-derive v0.10.0
8692026-08-25T21:51:05.196Z Downloaded phf v0.13.1
8702026-08-25T21:51:05.197Z Downloaded schemars v0.8.22
8712026-08-25T21:51:05.202Z Downloaded hickory-server v0.25.2
8722026-08-25T21:51:05.202Z Downloaded crc32fast v1.5.0
8732026-08-25T21:51:05.205Z Downloaded num_enum v0.5.11
8742026-08-25T21:51:05.205Z Downloaded http v1.4.2
8752026-08-25T21:51:05.224Z Downloaded trait-variant v0.1.2
8762026-08-25T21:51:05.224Z Downloaded try-lock v0.2.5
8772026-08-25T21:51:05.225Z Downloaded crossbeam-epoch v0.9.18
8782026-08-25T21:51:05.225Z Downloaded darling_core v0.21.3
8792026-08-25T21:51:05.229Z Downloaded zerofrom-derive v0.1.6
8802026-08-25T21:51:05.229Z Downloaded crc-catalog v2.4.0
8812026-08-25T21:51:05.229Z Downloaded crc8 v0.1.1
8822026-08-25T21:51:05.229Z Downloaded crypto-common v0.2.2
8832026-08-25T21:51:05.229Z Downloaded progenitor v0.14.0
8842026-08-25T21:51:05.229Z Downloaded untrusted v0.9.0
8852026-08-25T21:51:05.229Z Downloaded usdt-macro v0.6.0
8862026-08-25T21:51:05.229Z Downloaded derive_more v2.1.1
8872026-08-25T21:51:05.229Z Downloaded icu_normalizer_data v2.1.1
8882026-08-25T21:51:05.229Z Downloaded toml v1.1.2+spec-1.1.0
8892026-08-25T21:51:05.229Z Downloaded zone v0.3.1
8902026-08-25T21:51:05.229Z Downloaded rustc-demangle v0.1.27
8912026-08-25T21:51:05.229Z Downloaded rustls-native-certs v0.8.3
8922026-08-25T21:51:05.233Z Downloaded rustversion v1.0.22
8932026-08-25T21:51:05.233Z Downloaded schemars_derive v0.8.22
8942026-08-25T21:51:05.233Z Downloaded toml_edit v0.19.15
8952026-08-25T21:51:05.241Z Downloaded litemap v0.8.1
8962026-08-25T21:51:05.248Z Downloaded downcast-rs v2.0.2
8972026-08-25T21:51:05.248Z Downloaded hyper-tls v0.6.0
8982026-08-25T21:51:05.248Z Downloaded rand v0.10.1
8992026-08-25T21:51:05.256Z Downloaded indent_write v2.2.0
9002026-08-25T21:51:05.256Z Downloaded rsa v0.10.0-rc.18
9012026-08-25T21:51:05.257Z Downloaded uuid v1.23.4
9022026-08-25T21:51:05.257Z Downloaded jiff-static v0.2.34
9032026-08-25T21:51:05.257Z Downloaded lru v0.12.5
9042026-08-25T21:51:05.260Z Downloaded multimap v0.10.1
9052026-08-25T21:51:05.260Z Downloaded thiserror-no-std v2.0.2
9062026-08-25T21:51:05.260Z Downloaded inout v0.2.2
9072026-08-25T21:51:05.260Z Downloaded match_cfg v0.1.0
9082026-08-25T21:51:05.260Z Downloaded aes-gcm v0.11.0
9092026-08-25T21:51:05.260Z Downloaded zerocopy-derive v0.8.55
9102026-08-25T21:51:05.266Z Downloaded mime v0.3.17
9112026-08-25T21:51:05.269Z Downloaded nonempty v0.12.0
9122026-08-25T21:51:05.269Z Downloaded pkcs1 v0.8.0-rc.4
9132026-08-25T21:51:05.269Z Downloaded tinystr v0.8.2
9142026-08-25T21:51:05.273Z Downloaded tokio-tungstenite v0.23.1
9152026-08-25T21:51:05.273Z Downloaded predicates v3.1.4
9162026-08-25T21:51:05.273Z Downloaded num-derive v0.4.2
9172026-08-25T21:51:05.277Z Downloaded phf_shared v0.11.3
9182026-08-25T21:51:05.277Z Downloaded quinn-udp v0.5.14
9192026-08-25T21:51:05.277Z Downloaded futures-util v0.3.32
9202026-08-25T21:51:05.282Z Downloaded oso-derive v0.27.3
9212026-08-25T21:51:05.285Z Downloaded rand_core v0.9.5
9222026-08-25T21:51:05.285Z Downloaded rustyline v14.0.0
9232026-08-25T21:51:05.289Z Downloaded derive_more-impl v2.1.1
9242026-08-25T21:51:05.292Z Downloaded derive_more v0.99.20
9252026-08-25T21:51:05.298Z Downloaded socket2 v0.6.3
9262026-08-25T21:51:05.298Z Downloaded tar v0.4.46
9272026-08-25T21:51:05.300Z Downloaded tui-tree-widget v0.23.1
9282026-08-25T21:51:05.300Z Downloaded ignore v0.4.25
9292026-08-25T21:51:05.301Z Downloaded vsss-rs v3.3.4
9302026-08-25T21:51:05.301Z Downloaded psl-types v2.0.11
9312026-08-25T21:51:05.301Z Downloaded subprocess v0.2.15
9322026-08-25T21:51:05.304Z Downloaded daft v0.1.8
9332026-08-25T21:51:05.304Z Downloaded elliptic-curve v0.13.8
9342026-08-25T21:51:05.308Z Downloaded ed25519-dalek v3.0.0
9352026-08-25T21:51:05.308Z Downloaded diesel-dtrace v0.5.0
9362026-08-25T21:51:05.314Z Downloaded hyper-staticfile v0.10.1
9372026-08-25T21:51:05.314Z Downloaded icu_provider v2.1.1
9382026-08-25T21:51:05.314Z Downloaded num-bigint-dig v0.8.6
9392026-08-25T21:51:05.314Z Downloaded spin v0.9.8
9402026-08-25T21:51:05.318Z Downloaded defmt-macros v1.0.1
9412026-08-25T21:51:05.318Z Downloaded semver v0.1.20
9422026-08-25T21:51:05.323Z Downloaded slog-stdlog v4.1.1
9432026-08-25T21:51:05.323Z Downloaded rustc-hash v2.1.1
9442026-08-25T21:51:05.323Z Downloaded signature v3.0.0
9452026-08-25T21:51:05.323Z Downloaded sponge-cursor v0.1.0
9462026-08-25T21:51:05.330Z Downloaded sync-ptr v0.1.4
9472026-08-25T21:51:05.330Z Downloaded thread-id v5.1.0
9482026-08-25T21:51:05.330Z Downloaded typed-path v0.9.3
9492026-08-25T21:51:05.333Z Downloaded hashbrown v0.12.3
9502026-08-25T21:51:05.333Z Downloaded hashbrown v0.16.1
9512026-08-25T21:51:05.333Z Downloaded libloading v0.8.9
9522026-08-25T21:51:05.333Z Downloaded zip v4.6.1
9532026-08-25T21:51:05.337Z Downloaded newtype-uuid v1.3.2
9542026-08-25T21:51:05.337Z Downloaded ed25519 v3.0.0
9552026-08-25T21:51:05.340Z Downloaded term v0.7.0
9562026-08-25T21:51:05.340Z Downloaded serde_spanned v1.1.1
9572026-08-25T21:51:05.343Z Downloaded universal-hash v0.5.1
9582026-08-25T21:51:05.343Z Downloaded writeable v0.6.2
9592026-08-25T21:51:05.343Z Downloaded num-bigint v0.4.6
9602026-08-25T21:51:05.346Z Downloaded pem v3.0.6
9612026-08-25T21:51:05.346Z Downloaded defmt v0.3.100
9622026-08-25T21:51:05.346Z Downloaded cookie_store v0.22.1
9632026-08-25T21:51:05.353Z Downloaded peg-macros v0.8.5
9642026-08-25T21:51:05.353Z Downloaded rand_core v0.6.4
9652026-08-25T21:51:05.353Z Downloaded display-error-chain v0.2.2
9662026-08-25T21:51:05.356Z Downloaded pin-project-lite v0.2.17
9672026-08-25T21:51:05.359Z Downloaded instability v0.3.11
9682026-08-25T21:51:05.363Z Downloaded reedline v0.40.0
9692026-08-25T21:51:05.367Z Downloaded linked-hash-map v0.5.6
9702026-08-25T21:51:05.367Z Downloaded similar v2.7.0
9712026-08-25T21:51:05.371Z Downloaded maplit v1.0.2
9722026-08-25T21:51:05.371Z Downloaded new_debug_unreachable v1.0.6
9732026-08-25T21:51:05.371Z Downloaded newline-converter v0.3.0
9742026-08-25T21:51:05.371Z Downloaded password-hash v0.6.1
9752026-08-25T21:51:05.375Z Downloaded rand_pcg v0.10.2
9762026-08-25T21:51:05.375Z Downloaded openssl-probe v0.2.1
9772026-08-25T21:51:05.375Z Downloaded rustc_version v0.4.1
9782026-08-25T21:51:05.375Z Downloaded slab v0.4.12
9792026-08-25T21:51:05.375Z Downloaded string_cache v0.8.9
9802026-08-25T21:51:05.375Z Downloaded stringprep v0.1.5
9812026-08-25T21:51:05.379Z Downloaded tiny-keccak v2.0.2
9822026-08-25T21:51:05.379Z Downloaded signal-hook v0.3.18
9832026-08-25T21:51:05.379Z Downloaded slog-async v2.8.0
9842026-08-25T21:51:05.383Z Downloaded hashbrown v0.14.5
9852026-08-25T21:51:05.387Z Downloaded iana-time-zone v0.1.65
9862026-08-25T21:51:05.387Z Downloaded itertools v0.10.5
9872026-08-25T21:51:05.395Z Downloaded progenitor-macro v0.14.0
9882026-08-25T21:51:05.395Z Downloaded time-macros v0.2.27
9892026-08-25T21:51:05.395Z Downloaded tokio-dtrace v0.1.1
9902026-08-25T21:51:05.399Z Downloaded utf8_iter v1.0.4
9912026-08-25T21:51:05.399Z Downloaded uzers v0.12.2
9922026-08-25T21:51:05.399Z Downloaded tokio-macros v2.7.0
9932026-08-25T21:51:05.399Z Downloaded whoami v1.6.1
9942026-08-25T21:51:05.399Z Downloaded serde_repr v0.1.20
9952026-08-25T21:51:05.399Z Downloaded crypto-bigint v0.5.5
9962026-08-25T21:51:05.402Z Downloaded const_format_proc_macros v0.2.34
9972026-08-25T21:51:05.402Z Downloaded zeroize v1.9.0
9982026-08-25T21:51:05.406Z Downloaded serde_plain v1.0.2
9992026-08-25T21:51:05.406Z Downloaded sigpipe v0.1.3
10002026-08-25T21:51:05.406Z Downloaded thiserror-impl-no-std v2.0.2
10012026-08-25T21:51:05.406Z Downloaded tap v1.0.1
10022026-08-25T21:51:05.406Z Downloaded tower-layer v0.3.3
10032026-08-25T21:51:05.406Z Downloaded tower-service v0.3.3
10042026-08-25T21:51:05.410Z Downloaded der v0.7.10
10052026-08-25T21:51:05.410Z Downloaded steno v0.4.1
10062026-08-25T21:51:05.415Z Downloaded unicode-normalization v0.1.25
10072026-08-25T21:51:05.415Z Downloaded hyper-util v0.1.20
10082026-08-25T21:51:05.419Z Downloaded rayon-core v1.13.0
10092026-08-25T21:51:05.423Z Downloaded darling v0.23.0
10102026-08-25T21:51:05.423Z Downloaded parking_lot v0.11.2
10112026-08-25T21:51:05.428Z Downloaded phf_shared v0.12.1
10122026-08-25T21:51:05.428Z Downloaded data-encoding v2.10.0
10132026-08-25T21:51:05.428Z Downloaded wait-timeout v0.2.1
10142026-08-25T21:51:05.428Z Downloaded displaydoc v0.2.5
10152026-08-25T21:51:05.432Z Downloaded ed25519 v2.2.3
10162026-08-25T21:51:05.432Z Downloaded libscf-sys v1.2.0
10172026-08-25T21:51:05.432Z Downloaded rustls-pki-types v1.14.0
10182026-08-25T21:51:05.432Z Downloaded serde_cbor v0.11.2
10192026-08-25T21:51:05.438Z Downloaded cpufeatures v0.3.0
10202026-08-25T21:51:05.438Z Downloaded sha2 v0.11.0
10212026-08-25T21:51:05.442Z Downloaded waitgroup v0.1.2
10222026-08-25T21:51:05.442Z Downloaded darling_core v0.13.4
10232026-08-25T21:51:05.442Z Downloaded darling_macro v0.21.3
10242026-08-25T21:51:05.442Z Downloaded digest-io v0.1.0
10252026-08-25T21:51:05.442Z Downloaded tough v0.22.0
10262026-08-25T21:51:05.445Z Downloaded oxnet v0.1.6
10272026-08-25T21:51:05.445Z Downloaded illumos-nvpair-sys v0.2.0
10282026-08-25T21:51:05.449Z Downloaded num-rational v0.4.2
10292026-08-25T21:51:05.449Z Downloaded percent-encoding v2.3.2
10302026-08-25T21:51:05.449Z Downloaded postgres-protocol v0.6.10
10312026-08-25T21:51:05.449Z Downloaded inout v0.1.4
10322026-08-25T21:51:05.453Z Downloaded memoffset v0.9.1
10332026-08-25T21:51:05.453Z Downloaded mio v1.2.0
10342026-08-25T21:51:05.463Z Downloaded drift v0.2.0
10352026-08-25T21:51:05.468Z Downloaded hkdf v0.12.4
10362026-08-25T21:51:05.468Z Downloaded spki v0.7.3
10372026-08-25T21:51:05.468Z Downloaded powerfmt v0.2.0
10382026-08-25T21:51:05.468Z Downloaded toml v0.7.8
10392026-08-25T21:51:05.468Z Downloaded sqlformat v0.3.5
10402026-08-25T21:51:05.468Z Downloaded dropshot-api-manager v0.8.0
10412026-08-25T21:51:05.472Z Downloaded seq-macro v0.3.6
10422026-08-25T21:51:05.472Z Downloaded num_enum_derive v0.5.11
10432026-08-25T21:51:05.472Z Downloaded icu_collections v2.1.1
10442026-08-25T21:51:05.475Z Downloaded schemars v0.9.0
10452026-08-25T21:51:05.482Z Downloaded schemars v1.2.1
10462026-08-25T21:51:05.492Z Downloaded ref-cast-impl v1.0.25
10472026-08-25T21:51:05.497Z Downloaded des v0.9.0
10482026-08-25T21:51:05.497Z Downloaded cookie v0.18.1
10492026-08-25T21:51:05.497Z Downloaded hyper v1.10.1
10502026-08-25T21:51:05.500Z Downloaded tokio-tungstenite v0.21.0
10512026-08-25T21:51:05.504Z Downloaded shell-words v1.1.1
10522026-08-25T21:51:05.504Z Downloaded universal-hash v0.6.1
10532026-08-25T21:51:05.504Z Downloaded untrusted v0.7.1
10542026-08-25T21:51:05.504Z Downloaded pkcs5 v0.8.1
10552026-08-25T21:51:05.507Z Downloaded unicase v2.9.0
10562026-08-25T21:51:05.507Z Downloaded utf-8 v0.7.6
10572026-08-25T21:51:05.507Z Downloaded embedded-io v0.4.0
10582026-08-25T21:51:05.507Z Downloaded slog-scope v4.4.1
10592026-08-25T21:51:05.511Z Downloaded ecdsa v0.16.9
10602026-08-25T21:51:05.511Z Downloaded serde_with v1.14.0
10612026-08-25T21:51:05.514Z Downloaded aho-corasick v1.1.4
10622026-08-25T21:51:05.521Z Downloaded ed25519-dalek v2.2.0
10632026-08-25T21:51:05.525Z Downloaded tokio-util v0.7.18
10642026-08-25T21:51:05.525Z Downloaded postcard v1.1.3
10652026-08-25T21:51:05.525Z Downloaded memmap2 v0.9.10
10662026-08-25T21:51:05.525Z Downloaded digest v0.11.3
10672026-08-25T21:51:05.528Z Downloaded num-conv v0.2.0
10682026-08-25T21:51:05.528Z Downloaded path-slash v0.1.5
10692026-08-25T21:51:05.528Z Downloaded linear-map v1.2.0
10702026-08-25T21:51:05.528Z Downloaded rand_chacha v0.3.1
10712026-08-25T21:51:05.532Z Downloaded tokio-postgres v0.7.16
10722026-08-25T21:51:05.535Z Downloaded h2 v0.4.15
10732026-08-25T21:51:05.538Z Downloaded unicode-bidi v0.3.18
10742026-08-25T21:51:05.542Z Downloaded packed_struct v0.10.1
10752026-08-25T21:51:05.542Z Downloaded rusty-fork v0.3.1
10762026-08-25T21:51:05.542Z Downloaded supports-hyperlinks v3.2.0
10772026-08-25T21:51:05.542Z Downloaded recursive v0.1.1
10782026-08-25T21:51:05.545Z Downloaded url v2.5.8
10792026-08-25T21:51:05.546Z Downloaded tabwriter v1.4.1
10802026-08-25T21:51:05.546Z Downloaded phc v0.6.1
10812026-08-25T21:51:05.546Z Downloaded proc-macro-error-attr2 v2.0.0
10822026-08-25T21:51:05.549Z Downloaded want v0.3.1
10832026-08-25T21:51:05.549Z Downloaded cpubits v0.1.1
10842026-08-25T21:51:05.549Z Downloaded crc v3.4.0
10852026-08-25T21:51:05.549Z Downloaded primeorder v0.13.6
10862026-08-25T21:51:05.549Z Downloaded strum_macros v0.27.2
10872026-08-25T21:51:05.552Z Downloaded icu_properties v2.1.2
10882026-08-25T21:51:05.552Z Downloaded oxide-update-engine v0.1.2
10892026-08-25T21:51:05.555Z Downloaded vergen-lib v9.1.0
10902026-08-25T21:51:05.555Z Downloaded sha1 v0.10.6
10912026-08-25T21:51:05.555Z Downloaded vergen-git2 v9.1.0
10922026-08-25T21:51:05.555Z Downloaded darling_macro v0.23.0
10932026-08-25T21:51:05.558Z Downloaded dirs-next v2.0.0
10942026-08-25T21:51:05.558Z Downloaded dunce v1.0.5
10952026-08-25T21:51:05.559Z Downloaded ident_case v1.0.1
10962026-08-25T21:51:05.559Z Downloaded p256 v0.14.0
10972026-08-25T21:51:05.562Z Downloaded unicode-properties v0.1.4
10982026-08-25T21:51:05.562Z Downloaded darling v0.21.3
10992026-08-25T21:51:05.565Z Downloaded serdect v0.4.3
11002026-08-25T21:51:05.565Z Downloaded daft-derive v0.1.8
11012026-08-25T21:51:05.569Z Downloaded support-bundle-viewer v0.1.2
11022026-08-25T21:51:05.572Z Downloaded crossbeam-deque v0.8.6
11032026-08-25T21:51:05.572Z Downloaded packed_struct_codegen v0.10.1
11042026-08-25T21:51:05.572Z Downloaded rcgen v0.12.1
11052026-08-25T21:51:05.572Z Downloaded rustc_version v0.1.7
11062026-08-25T21:51:05.576Z Downloaded itertools v0.15.0
11072026-08-25T21:51:05.580Z Downloaded tower v0.5.3
11082026-08-25T21:51:05.584Z Downloaded rand_xorshift v0.4.0
11092026-08-25T21:51:05.584Z Downloaded internal-russh-num-bigint v0.5.0
11102026-08-25T21:51:05.589Z Downloaded siphasher v1.0.2
11112026-08-25T21:51:05.589Z Downloaded ena v0.14.4
11122026-08-25T21:51:05.593Z Downloaded strip-ansi-escapes v0.2.1
11132026-08-25T21:51:05.593Z Downloaded xattr v1.6.1
11142026-08-25T21:51:05.593Z Downloaded serde-big-array v0.5.1
11152026-08-25T21:51:05.593Z Downloaded ingot v0.2.1
11162026-08-25T21:51:05.593Z Downloaded internet-checksum v0.2.1
11172026-08-25T21:51:05.593Z Downloaded take_mut v0.2.2
11182026-08-25T21:51:05.593Z Downloaded multer v3.1.0
11192026-08-25T21:51:05.596Z Downloaded winnow v0.6.26
11202026-08-25T21:51:05.600Z Downloaded pem-rfc7468 v0.7.0
11212026-08-25T21:51:05.603Z Downloaded embedded-io v0.6.1
11222026-08-25T21:51:05.604Z Downloaded num v0.4.3
11232026-08-25T21:51:05.604Z Downloaded rustls-pemfile v2.2.0
11242026-08-25T21:51:05.604Z Downloaded smf v0.2.3
11252026-08-25T21:51:05.607Z Downloaded yoke v0.8.1
11262026-08-25T21:51:05.607Z Downloaded slog-dtrace v0.3.0
11272026-08-25T21:51:05.607Z Downloaded smallvec v0.6.14
11282026-08-25T21:51:05.607Z Downloaded zopfli v0.8.3
11292026-08-25T21:51:05.610Z Downloaded primeorder v0.14.0
11302026-08-25T21:51:05.610Z Downloaded serde_derive_internals v0.29.1
11312026-08-25T21:51:05.610Z Downloaded scrypt v0.12.0
11322026-08-25T21:51:05.613Z Downloaded zerocopy v0.6.6
11332026-08-25T21:51:05.613Z Downloaded serde_bytes v0.11.19
11342026-08-25T21:51:05.617Z Downloaded dsl_auto_type v0.2.0
11352026-08-25T21:51:05.617Z Downloaded sha3 v0.12.0
11362026-08-25T21:51:05.622Z Downloaded x509-cert v0.2.5
11372026-08-25T21:51:05.622Z Downloaded diesel_derives v2.3.7
11382026-08-25T21:51:05.625Z Downloaded ppv-lite86 v0.2.21
11392026-08-25T21:51:05.625Z Downloaded tokio-stream v0.1.18
11402026-08-25T21:51:05.630Z Downloaded crucible-workspace-hack v0.1.0
11412026-08-25T21:51:05.630Z Downloaded blake3 v1.8.5
11422026-08-25T21:51:05.633Z Downloaded derive-where v1.6.0
11432026-08-25T21:51:05.637Z Downloaded icu_locale_core v2.1.1
11442026-08-25T21:51:05.642Z Downloaded managed v0.8.0
11452026-08-25T21:51:05.642Z Downloaded num_enum_derive v0.7.6
11462026-08-25T21:51:05.646Z Downloaded russh-util v0.52.0
11472026-08-25T21:51:05.646Z Downloaded psm v0.1.30
11482026-08-25T21:51:05.646Z Downloaded signature v2.2.0
11492026-08-25T21:51:05.646Z Downloaded indicatif v0.18.4
11502026-08-25T21:51:05.651Z Downloaded derive-ex v0.1.8
11512026-08-25T21:51:05.651Z Downloaded libsw-core v0.3.2
11522026-08-25T21:51:05.652Z Downloaded termios v0.3.3
11532026-08-25T21:51:05.652Z Downloaded derive_builder_core v0.20.2
11542026-08-25T21:51:05.652Z Downloaded openssl-probe v0.1.6
11552026-08-25T21:51:05.652Z Downloaded libsw v3.5.0
11562026-08-25T21:51:05.655Z Downloaded strsim v0.10.0
11572026-08-25T21:51:05.655Z Downloaded litrs v1.0.0
11582026-08-25T21:51:05.655Z Downloaded kstat-rs v0.2.5
11592026-08-25T21:51:05.655Z Downloaded paste v1.0.15
11602026-08-25T21:51:05.660Z Downloaded snafu v0.8.9
11612026-08-25T21:51:05.666Z Downloaded darling v0.13.4
11622026-08-25T21:51:05.666Z Downloaded scroll_derive v0.13.1
11632026-08-25T21:51:05.667Z Downloaded cstr-argument v0.1.2
11642026-08-25T21:51:05.672Z Downloaded zone_cfg_derive v0.3.1
11652026-08-25T21:51:05.672Z Downloaded document-features v0.2.12
11662026-08-25T21:51:05.673Z Downloaded void v1.0.2
11672026-08-25T21:51:05.673Z Downloaded derive_builder_macro v0.20.2
11682026-08-25T21:51:05.673Z Downloaded nom v8.0.0
11692026-08-25T21:51:05.673Z Downloaded rand_chacha v0.9.0
11702026-08-25T21:51:05.673Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11712026-08-25T21:51:05.680Z Downloaded yansi v1.0.1
11722026-08-25T21:51:05.680Z Downloaded typify v0.6.2
11732026-08-25T21:51:05.680Z Downloaded reqwest v0.13.2
11742026-08-25T21:51:05.684Z Downloaded unit-prefix v0.5.2
11752026-08-25T21:51:05.684Z Downloaded crypto-primes v0.7.2
11762026-08-25T21:51:05.684Z Downloaded tokio-rustls v0.26.4
11772026-08-25T21:51:05.684Z Downloaded yoke-derive v0.8.1
11782026-08-25T21:51:05.685Z Downloaded lru-cache v0.1.2
11792026-08-25T21:51:05.685Z Downloaded pkcs8 v0.10.2
11802026-08-25T21:51:05.688Z Downloaded aws-lc-rs v1.16.3
11812026-08-25T21:51:05.692Z Downloaded bitvec v1.0.1
11822026-08-25T21:51:05.702Z Downloaded defmt v1.0.1
11832026-08-25T21:51:05.705Z Downloaded nu-ansi-term v0.50.3
11842026-08-25T21:51:05.705Z Downloaded proc-macro-error2 v2.0.1
11852026-08-25T21:51:05.709Z Downloaded shlex v1.3.0
11862026-08-25T21:51:05.709Z Downloaded libxml v0.3.3
11872026-08-25T21:51:05.712Z Downloaded wnaf v0.14.0
11882026-08-25T21:51:05.715Z Downloaded dropshot_endpoint v0.17.1
11892026-08-25T21:51:05.715Z Downloaded nanorand v0.7.0
11902026-08-25T21:51:05.720Z Downloaded pkg-config v0.3.32
11912026-08-25T21:51:05.720Z Downloaded toml_parser v1.1.2+spec-1.1.0
11922026-08-25T21:51:05.723Z Downloaded indexmap v1.9.3
11932026-08-25T21:51:05.723Z Downloaded oxide-update-engine-types v0.1.2
11942026-08-25T21:51:05.723Z Downloaded quinn v0.11.11
11952026-08-25T21:51:05.726Z Downloaded rawzip v0.4.4
11962026-08-25T21:51:05.729Z Downloaded knus-derive v3.4.0
11972026-08-25T21:51:05.729Z Downloaded russh-cryptovec v0.62.0
11982026-08-25T21:51:05.732Z Downloaded strum_macros v0.26.4
11992026-08-25T21:51:05.732Z Downloaded ipnet v2.12.0
12002026-08-25T21:51:05.733Z Downloaded scroll v0.13.0
12012026-08-25T21:51:05.733Z Downloaded tokio-native-tls v0.3.1
12022026-08-25T21:51:05.735Z Downloaded serde_yaml v0.9.34+deprecated
12032026-08-25T21:51:05.736Z Downloaded rand_core v0.10.0
12042026-08-25T21:51:05.738Z Downloaded stacker v0.1.23
12052026-08-25T21:51:05.739Z Downloaded rustls-webpki v0.103.13
12062026-08-25T21:51:05.742Z Downloaded der v0.8.0
12072026-08-25T21:51:05.748Z Downloaded ssh-key v0.7.0-rc.11
12082026-08-25T21:51:05.751Z Downloaded zstd-safe v7.2.4
12092026-08-25T21:51:05.751Z Downloaded ingot-macros v0.2.0
12102026-08-25T21:51:05.751Z Downloaded p521 v0.14.0
12112026-08-25T21:51:05.755Z Downloaded static_assertions v1.1.0
12122026-08-25T21:51:05.755Z Downloaded salsa20 v0.11.0
12132026-08-25T21:51:05.759Z Downloaded tungstenite v0.23.0
12142026-08-25T21:51:05.759Z Downloaded derive_builder v0.20.2
12152026-08-25T21:51:05.762Z Downloaded knus v3.4.0
12162026-08-25T21:51:05.765Z Downloaded bindgen v0.71.1
12172026-08-25T21:51:05.768Z Downloaded chrono v0.4.45
12182026-08-25T21:51:05.773Z Downloaded radix_trie v0.2.1
12192026-08-25T21:51:05.776Z Downloaded libm v0.2.16
12202026-08-25T21:51:05.782Z Downloaded time v0.3.47
12212026-08-25T21:51:05.790Z Downloaded toml_edit v0.23.10+spec-1.0.0
12222026-08-25T21:51:05.793Z Downloaded iri-string v0.7.10
12232026-08-25T21:51:05.797Z Downloaded itertools v0.12.1
12242026-08-25T21:51:05.801Z Downloaded winnow v0.5.40
12252026-08-25T21:51:05.806Z Downloaded pretty_assertions v1.4.1
12262026-08-25T21:51:05.809Z Downloaded vcpkg v0.2.15
12272026-08-25T21:51:05.835Z Downloaded rayon v1.11.0
12282026-08-25T21:51:05.840Z Downloaded test-strategy v0.4.5
12292026-08-25T21:51:05.843Z Downloaded git2 v0.20.4
12302026-08-25T21:51:05.847Z Downloaded miniz_oxide v0.8.9
12312026-08-25T21:51:05.849Z Downloaded goblin v0.10.5
12322026-08-25T21:51:05.853Z Downloaded openssl-sys v0.9.117
12332026-08-25T21:51:05.857Z Downloaded tungstenite v0.21.0
12342026-08-25T21:51:05.861Z Downloaded crossterm v0.29.0
12352026-08-25T21:51:05.864Z Downloaded ron v0.8.1
12362026-08-25T21:51:05.867Z Downloaded const_format v0.2.35
12372026-08-25T21:51:05.871Z Downloaded reqwest v0.12.28
12382026-08-25T21:51:05.875Z Downloaded zerotrie v0.2.3
12392026-08-25T21:51:05.878Z Downloaded jiff-core v0.1.0
12402026-08-25T21:51:05.878Z Downloaded crossbeam-channel v0.5.15
12412026-08-25T21:51:05.882Z Downloaded darling_core v0.23.0
12422026-08-25T21:51:05.886Z Downloaded smoltcp v0.9.1
12432026-08-25T21:51:05.890Z Downloaded prettyplease v0.2.37
12442026-08-25T21:51:05.892Z Downloaded nom v7.1.3
12452026-08-25T21:51:05.896Z Downloaded crossterm v0.28.1
12462026-08-25T21:51:05.899Z Downloaded miette v7.6.0
12472026-08-25T21:51:05.902Z Downloaded itertools v0.14.0
12482026-08-25T21:51:05.908Z Downloaded minimal-lexical v0.2.1
12492026-08-25T21:51:05.912Z Downloaded tabled v0.21.0
12502026-08-25T21:51:05.920Z Downloaded serde_with v3.21.0
12512026-08-25T21:51:05.929Z Downloaded idna v1.1.0
12522026-08-25T21:51:05.934Z Downloaded moka v0.12.13
12532026-08-25T21:51:05.938Z Downloaded salty v0.3.0
12542026-08-25T21:51:05.941Z Downloaded gimli v0.32.3
12552026-08-25T21:51:05.945Z Downloaded nix v0.27.1
12562026-08-25T21:51:05.952Z Downloaded regex v1.12.3
12572026-08-25T21:51:05.955Z Downloaded zerovec v0.11.5
12582026-08-25T21:51:05.959Z Downloaded zlib-rs v0.6.2
12592026-08-25T21:51:05.962Z Downloaded itertools v0.13.0
12602026-08-25T21:51:05.966Z Downloaded unicode-segmentation v1.12.0
12612026-08-25T21:51:05.969Z Downloaded tower-http v0.6.8
12622026-08-25T21:51:05.973Z Downloaded zerocopy v0.8.55
12632026-08-25T21:51:05.986Z Downloaded proptest v1.11.0
12642026-08-25T21:51:05.992Z Downloaded icu_properties_data v2.1.2
12652026-08-25T21:51:05.998Z Downloaded hickory-proto v0.24.4
12662026-08-25T21:51:06.007Z Downloaded bstr v1.12.1
12672026-08-25T21:51:06.013Z Downloaded object v0.30.4
12682026-08-25T21:51:06.019Z Downloaded petname v2.0.2
12692026-08-25T21:51:06.022Z Downloaded rustls v0.23.41
12702026-08-25T21:51:06.029Z Downloaded russh v0.62.4
12712026-08-25T21:51:06.036Z Downloaded polar-core v0.27.3
12722026-08-25T21:51:06.040Z Downloaded p384 v0.13.1
12732026-08-25T21:51:06.043Z Downloaded portable-atomic v1.13.1
12742026-08-25T21:51:06.050Z Downloaded winnow v1.0.3
12752026-08-25T21:51:06.054Z Downloaded quick-xml v0.37.5
12762026-08-25T21:51:06.058Z Downloaded iddqd v0.4.2
12772026-08-25T21:51:06.064Z Downloaded regress v0.11.1
12782026-08-25T21:51:06.072Z Downloaded hickory-proto v0.25.2
12792026-08-25T21:51:06.080Z Downloaded quinn-proto v0.11.16
12802026-08-25T21:51:06.084Z Downloaded regex-syntax v0.6.29
12812026-08-25T21:51:06.089Z Downloaded lalrpop v0.19.12
12822026-08-25T21:51:06.095Z Downloaded object v0.37.3
12832026-08-25T21:51:06.102Z Downloaded rustix v0.38.44
12842026-08-25T21:51:06.118Z Downloaded openssl v0.10.80
12852026-08-25T21:51:06.126Z Downloaded curve25519-dalek v4.1.3
12862026-08-25T21:51:06.131Z Downloaded syn v3.0.3
12872026-08-25T21:51:06.136Z Downloaded openapiv3 v2.2.0
12882026-08-25T21:51:06.144Z Downloaded nix v0.28.0
12892026-08-25T21:51:06.151Z Downloaded smoltcp v0.11.0
12902026-08-25T21:51:06.158Z Downloaded regress v0.10.5
12912026-08-25T21:51:06.164Z Downloaded crypto-bigint v0.7.5
12922026-08-25T21:51:06.174Z Downloaded curve25519-dalek v5.0.0
12932026-08-25T21:51:06.180Z Downloaded regex-syntax v0.8.10
12942026-08-25T21:51:06.186Z Downloaded sled v0.34.7
12952026-08-25T21:51:06.193Z Downloaded sqlparser v0.61.0
12962026-08-25T21:51:06.199Z Downloaded diesel v2.3.7
12972026-08-25T21:51:06.211Z Downloaded nix v0.31.2
12982026-08-25T21:51:06.219Z Downloaded sha3 v0.11.0
12992026-08-25T21:51:06.222Z Downloaded dropshot v0.17.1
13002026-08-25T21:51:06.235Z Downloaded tracing v0.1.44
13012026-08-25T21:51:06.249Z Downloaded typify-impl v0.6.2
13022026-08-25T21:51:06.259Z Downloaded regex-automata v0.4.14
13032026-08-25T21:51:06.269Z Downloaded ratatui v0.29.0
13042026-08-25T21:51:06.281Z Downloaded zerocopy-derive v0.6.6
13052026-08-25T21:51:06.287Z Downloaded bzip2-sys v0.1.13+1.0.8
13062026-08-25T21:51:06.295Z Downloaded petgraph v0.6.5
13072026-08-25T21:51:06.308Z Downloaded jiff v0.2.34
13082026-08-25T21:51:06.319Z Downloaded chrono-tz v0.10.4
13092026-08-25T21:51:06.331Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13102026-08-25T21:51:06.343Z Downloaded sha3 v0.10.8
13112026-08-25T21:51:06.346Z Downloaded petgraph v0.8.3
13122026-08-25T21:51:06.362Z Downloaded tokio v1.52.1
13132026-08-25T21:51:06.386Z Downloaded csv v1.4.0
13142026-08-25T21:51:06.398Z Downloaded libz-sys v1.1.24
13152026-08-25T21:51:06.412Z Downloaded encoding_rs v0.8.35
13162026-08-25T21:51:06.426Z Downloaded ring v0.17.14
13172026-08-25T21:51:06.451Z Downloaded libgit2-sys v0.18.3+1.9.2
13182026-08-25T21:51:06.838Z Downloaded aws-lc-sys v0.40.0
13192026-08-25T21:51:07.099Z Compiling serde_core v1.0.228
13202026-08-25T21:51:07.099Z Compiling libc v0.2.185
13212026-08-25T21:51:07.102Z Compiling serde v1.0.228
13222026-08-25T21:51:07.102Z Compiling log v0.4.33
13232026-08-25T21:51:07.102Z Compiling smallvec v1.15.1
13242026-08-25T21:51:07.102Z Compiling shlex v1.3.0
13252026-08-25T21:51:07.102Z Compiling find-msvc-tools v0.1.9
13262026-08-25T21:51:07.102Z Compiling subtle v2.6.1
13272026-08-25T21:51:07.102Z Compiling scopeguard v1.2.0
13282026-08-25T21:51:07.102Z Compiling stable_deref_trait v1.2.1
13292026-08-25T21:51:07.102Z Compiling typenum v1.20.1
13302026-08-25T21:51:07.239Z Compiling zerocopy v0.8.55
13312026-08-25T21:51:07.242Z Compiling portable-atomic v1.13.1
13322026-08-25T21:51:07.256Z Compiling serde_json v1.0.151
13332026-08-25T21:51:07.281Z Compiling syn v2.0.117
13342026-08-25T21:51:07.295Z Compiling critical-section v1.2.0
13352026-08-25T21:51:07.403Z Compiling libm v0.2.16
13362026-08-25T21:51:07.445Z Compiling num-traits v0.2.19
13372026-08-25T21:51:07.479Z Compiling pkg-config v0.3.32
13382026-08-25T21:51:07.524Z Compiling lock_api v0.4.14
13392026-08-25T21:51:07.539Z Compiling generic-array v0.14.7
13402026-08-25T21:51:07.598Z Compiling parking_lot_core v0.9.12
13412026-08-25T21:51:07.598Z Compiling getrandom v0.4.3
13422026-08-25T21:51:07.612Z Compiling const-oid v0.9.6
13432026-08-25T21:51:07.629Z Compiling pin-project-lite v0.2.17
13442026-08-25T21:51:07.661Z Compiling rand_core v0.10.0
13452026-08-25T21:51:07.799Z Compiling futures-core v0.3.32
13462026-08-25T21:51:07.802Z Compiling percent-encoding v2.3.2
13472026-08-25T21:51:07.802Z Compiling litemap v0.8.1
13482026-08-25T21:51:07.884Z Compiling writeable v0.6.2
13492026-08-25T21:51:07.908Z Compiling icu_properties_data v2.1.2
13502026-08-25T21:51:07.939Z Compiling icu_normalizer_data v2.1.1
13512026-08-25T21:51:07.968Z Compiling rustix v1.1.4
13522026-08-25T21:51:08.001Z Compiling getrandom v0.3.4
13532026-08-25T21:51:08.036Z Compiling futures-sink v0.3.32
13542026-08-25T21:51:08.036Z Compiling utf8_iter v1.0.4
13552026-08-25T21:51:08.064Z Compiling slab v0.4.12
13562026-08-25T21:51:08.078Z Compiling futures-task v0.3.32
13572026-08-25T21:51:08.093Z Compiling futures-io v0.3.32
13582026-08-25T21:51:08.131Z Compiling futures-channel v0.3.32
13592026-08-25T21:51:08.177Z Compiling form_urlencoded v1.2.2
13602026-08-25T21:51:08.212Z Compiling errno v0.3.14
13612026-08-25T21:51:08.255Z Compiling jobserver v0.1.34
13622026-08-25T21:51:08.271Z Compiling getrandom v0.2.17
13632026-08-25T21:51:08.316Z Compiling mio v1.2.0
13642026-08-25T21:51:08.335Z Compiling socket2 v0.6.3
13652026-08-25T21:51:08.353Z Compiling signal-hook-registry v1.4.8
13662026-08-25T21:51:08.384Z Compiling once_cell v1.21.3
13672026-08-25T21:51:08.400Z Compiling rustversion v1.0.22
13682026-08-25T21:51:08.417Z Compiling rand_core v0.6.4
13692026-08-25T21:51:08.481Z Compiling cc v1.2.56
13702026-08-25T21:51:08.518Z Compiling parking_lot v0.12.5
13712026-08-25T21:51:08.521Z Compiling iana-time-zone v0.1.65
13722026-08-25T21:51:08.584Z Compiling base64ct v1.8.3
13732026-08-25T21:51:08.599Z Compiling dunce v1.0.5
13742026-08-25T21:51:08.614Z Compiling regex-syntax v0.8.10
13752026-08-25T21:51:08.638Z Compiling ident_case v1.0.1
13762026-08-25T21:51:08.708Z Compiling flagset v0.4.7
13772026-08-25T21:51:08.724Z Compiling fs_extra v1.3.0
13782026-08-25T21:51:08.740Z Compiling base64 v0.22.1
13792026-08-25T21:51:08.779Z Compiling syn v1.0.109
13802026-08-25T21:51:08.779Z Compiling vcpkg v0.2.15
13812026-08-25T21:51:08.808Z Compiling tracing-core v0.1.36
13822026-08-25T21:51:08.926Z Compiling pem-rfc7468 v0.7.0
13832026-08-25T21:51:08.953Z Compiling rand_core v0.9.5
13842026-08-25T21:51:08.967Z Compiling simd-adler32 v0.3.8
13852026-08-25T21:51:09.002Z Compiling aws-lc-rs v1.16.3
13862026-08-25T21:51:09.033Z Compiling schemars v0.8.22
13872026-08-25T21:51:09.072Z Compiling cpufeatures v0.2.17
13882026-08-25T21:51:09.161Z Compiling dyn-clone v1.0.20
13892026-08-25T21:51:09.194Z Compiling spin v0.9.8
13902026-08-25T21:51:09.250Z Compiling openssl-probe v0.2.1
13912026-08-25T21:51:09.266Z Compiling crc32fast v1.5.0
13922026-08-25T21:51:09.298Z Compiling cmake v0.1.57
13932026-08-25T21:51:09.319Z Compiling cmov v0.5.4
13942026-08-25T21:51:09.322Z Compiling tinyvec_macros v0.1.1
13952026-08-25T21:51:09.322Z Compiling httparse v1.10.1
13962026-08-25T21:51:09.406Z Compiling adler2 v2.0.1
13972026-08-25T21:51:09.439Z Compiling tinyvec v1.10.0
13982026-08-25T21:51:09.441Z Compiling aho-corasick v1.1.4
13992026-08-25T21:51:09.474Z Compiling tower-service v0.3.3
14002026-08-25T21:51:09.490Z Compiling bitflags v2.11.0
14012026-08-25T21:51:09.584Z Compiling semver v1.0.28
14022026-08-25T21:51:09.587Z Compiling indexmap v2.14.0
14032026-08-25T21:51:09.615Z Compiling uuid v1.23.4
14042026-08-25T21:51:09.631Z Compiling miniz_oxide v0.8.9
14052026-08-25T21:51:09.701Z Compiling ctutils v0.4.2
14062026-08-25T21:51:09.741Z Compiling tower-layer v0.3.3
14072026-08-25T21:51:09.756Z Compiling try-lock v0.2.5
14082026-08-25T21:51:09.811Z Compiling rustc_version v0.4.1
14092026-08-25T21:51:09.835Z Compiling radium v0.7.0
14102026-08-25T21:51:09.915Z Compiling atomic-waker v1.1.2
14112026-08-25T21:51:09.933Z Compiling untrusted v0.7.1
14122026-08-25T21:51:09.948Z Compiling want v0.3.1
14132026-08-25T21:51:10.072Z Compiling untrusted v0.9.0
14142026-08-25T21:51:10.137Z Compiling foreign-types-shared v0.1.1
14152026-08-25T21:51:10.151Z Compiling rustls v0.23.41
14162026-08-25T21:51:10.166Z Compiling httpdate v1.0.3
14172026-08-25T21:51:10.189Z Compiling aws-lc-sys v0.40.0
14182026-08-25T21:51:10.205Z Compiling openssl-sys v0.9.117
14192026-08-25T21:51:10.242Z Compiling openssl v0.10.80
14202026-08-25T21:51:10.260Z Compiling maybe-uninit v2.0.0
14212026-08-25T21:51:10.302Z Compiling tap v1.0.1
14222026-08-25T21:51:10.319Z Compiling regex-automata v0.4.14
14232026-08-25T21:51:10.322Z Compiling foreign-types v0.3.2
14242026-08-25T21:51:10.350Z Compiling bzip2-sys v0.1.13+1.0.8
14252026-08-25T21:51:10.366Z Compiling synstructure v0.13.2
14262026-08-25T21:51:10.419Z Compiling serde_derive_internals v0.29.1
14272026-08-25T21:51:10.434Z Compiling pest_generator v2.8.6
14282026-08-25T21:51:10.437Z Compiling darling_core v0.20.11
14292026-08-25T21:51:10.503Z Compiling wyz v0.5.1
14302026-08-25T21:51:10.618Z Compiling terminal_size v0.4.3
14312026-08-25T21:51:10.669Z Compiling tempfile v3.27.0
14322026-08-25T21:51:10.718Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14332026-08-25T21:51:10.794Z Compiling unicode-normalization v0.1.25
14342026-08-25T21:51:10.881Z Compiling num-integer v0.1.46
14352026-08-25T21:51:11.006Z Compiling wait-timeout v0.2.1
14362026-08-25T21:51:11.022Z Compiling ahash v0.8.12
14372026-08-25T21:51:11.084Z Compiling native-tls v0.2.18
14382026-08-25T21:51:11.160Z Compiling num-conv v0.2.0
14392026-08-25T21:51:11.175Z Compiling time-core v0.1.8
14402026-08-25T21:51:11.207Z Compiling num-bigint-dig v0.8.6
14412026-08-25T21:51:11.234Z Compiling powerfmt v0.2.0
14422026-08-25T21:51:11.262Z Compiling bit-vec v0.8.0
14432026-08-25T21:51:11.277Z Compiling quick-error v1.2.3
14442026-08-25T21:51:11.307Z Compiling packed_struct v0.10.1
14452026-08-25T21:51:11.321Z Compiling funty v2.0.0
14462026-08-25T21:51:11.321Z Compiling clap_builder v4.6.0
14472026-08-25T21:51:11.366Z Compiling time-macros v0.2.27
14482026-08-25T21:51:11.382Z Compiling rusty-fork v0.3.1
14492026-08-25T21:51:11.398Z Compiling deranged v0.5.8
14502026-08-25T21:51:11.447Z Compiling num-iter v0.1.45
14512026-08-25T21:51:11.462Z Compiling bit-set v0.8.0
14522026-08-25T21:51:11.602Z Compiling lazy_static v1.5.0
14532026-08-25T21:51:11.640Z Compiling rand_xorshift v0.4.0
14542026-08-25T21:51:11.663Z Compiling bitvec v1.0.1
14552026-08-25T21:51:11.710Z Compiling sync_wrapper v1.0.2
14562026-08-25T21:51:11.724Z Compiling indexmap v1.9.3
14572026-08-25T21:51:11.823Z Compiling zlib-rs v0.6.2
14582026-08-25T21:51:11.836Z Compiling num_threads v0.1.7
14592026-08-25T21:51:11.943Z Compiling usdt-impl v0.6.0
14602026-08-25T21:51:11.958Z Compiling crc-catalog v2.4.0
14612026-08-25T21:51:11.974Z Compiling paste v1.0.15
14622026-08-25T21:51:12.068Z Compiling crossbeam-utils v0.8.21
14632026-08-25T21:51:12.148Z Compiling serde_derive v1.0.228
14642026-08-25T21:51:12.172Z Compiling zeroize_derive v1.5.0
14652026-08-25T21:51:12.264Z Compiling zerocopy-derive v0.8.55
14662026-08-25T21:51:12.304Z Compiling zerofrom-derive v0.1.6
14672026-08-25T21:51:12.373Z Compiling yoke-derive v0.8.1
14682026-08-25T21:51:12.411Z Compiling zerovec-derive v0.11.2
14692026-08-25T21:51:12.462Z Compiling displaydoc v0.2.5
14702026-08-25T21:51:12.857Z Compiling tokio-macros v2.7.0
14712026-08-25T21:51:12.875Z Compiling futures-macro v0.3.32
14722026-08-25T21:51:13.015Z Compiling der_derive v0.7.3
14732026-08-25T21:51:13.161Z Compiling thiserror-impl v2.0.18
14742026-08-25T21:51:13.253Z Compiling tracing-attributes v0.1.31
14752026-08-25T21:51:13.291Z Compiling schemars_derive v0.8.22
14762026-08-25T21:51:13.576Z Compiling pest_derive v2.8.6
14772026-08-25T21:51:13.618Z Compiling scroll_derive v0.13.1
14782026-08-25T21:51:13.645Z Compiling darling_macro v0.20.11
14792026-08-25T21:51:13.768Z Compiling futures-util v0.3.32
14802026-08-25T21:51:13.783Z Compiling zerofrom v0.1.6
14812026-08-25T21:51:13.990Z Compiling yoke v0.8.1
14822026-08-25T21:51:14.050Z Compiling openssl-macros v0.1.1
14832026-08-25T21:51:14.120Z Compiling thiserror-impl v1.0.69
14842026-08-25T21:51:14.183Z Compiling zerovec v0.11.5
14852026-08-25T21:51:14.197Z Compiling zerotrie v0.2.3
14862026-08-25T21:51:14.476Z Compiling darling v0.20.11
14872026-08-25T21:51:14.568Z Compiling scroll v0.13.0
14882026-08-25T21:51:14.585Z Compiling packed_struct_codegen v0.10.1
14892026-08-25T21:51:14.588Z Compiling zerocopy-derive v0.6.6
14902026-08-25T21:51:14.614Z Compiling bitfield-macros v0.19.4
14912026-08-25T21:51:14.629Z Compiling thiserror v2.0.18
14922026-08-25T21:51:14.667Z Compiling tracing v0.1.44
14932026-08-25T21:51:14.694Z Compiling tinystr v0.8.2
14942026-08-25T21:51:14.748Z Compiling potential_utf v0.1.4
14952026-08-25T21:51:14.763Z Compiling clap_derive v4.6.1
14962026-08-25T21:51:14.859Z Compiling icu_locale_core v2.1.1
14972026-08-25T21:51:14.917Z Compiling icu_collections v2.1.1
14982026-08-25T21:51:14.932Z Compiling goblin v0.10.5
14992026-08-25T21:51:14.962Z Compiling object v0.37.3
15002026-08-25T21:51:15.177Z Compiling siphasher v1.0.2
15012026-08-25T21:51:15.257Z Compiling unicode-segmentation v1.12.0
15022026-08-25T21:51:15.368Z Compiling nodrop v0.1.14
15032026-08-25T21:51:15.390Z Compiling unarray v0.1.4
15042026-08-25T21:51:15.415Z Compiling bitfield v0.19.4
15052026-08-25T21:51:15.473Z Compiling array-init v0.0.4
15062026-08-25T21:51:15.477Z Compiling zerocopy v0.6.6
15072026-08-25T21:51:15.502Z Compiling icu_provider v2.1.1
15082026-08-25T21:51:15.516Z Compiling thiserror v1.0.69
15092026-08-25T21:51:15.669Z Compiling zeroize v1.9.0
15102026-08-25T21:51:15.695Z Compiling bytes v1.11.1
15112026-08-25T21:51:15.720Z Compiling chrono v0.4.45
15122026-08-25T21:51:15.736Z Compiling ipnet v2.12.0
15132026-08-25T21:51:15.753Z Compiling icu_properties v2.1.2
15142026-08-25T21:51:15.767Z Compiling icu_normalizer v2.1.1
15152026-08-25T21:51:15.819Z Compiling hex v0.4.3
15162026-08-25T21:51:15.851Z Compiling der v0.7.10
15172026-08-25T21:51:15.904Z Compiling rustls-pki-types v1.14.0
15182026-08-25T21:51:16.114Z Compiling hybrid-array v0.4.13
15192026-08-25T21:51:16.175Z Compiling tokio v1.52.1
15202026-08-25T21:51:16.273Z Compiling http v1.4.2
15212026-08-25T21:51:16.325Z Compiling serde_spanned v0.6.9
15222026-08-25T21:51:16.340Z Compiling toml_datetime v0.6.11
15232026-08-25T21:51:16.382Z Compiling block-buffer v0.10.4
15242026-08-25T21:51:16.422Z Compiling crypto-common v0.1.7
15252026-08-25T21:51:16.569Z Compiling digest v0.10.7
15262026-08-25T21:51:16.596Z Compiling flate2 v1.1.9
15272026-08-25T21:51:16.611Z Compiling idna_adapter v1.2.1
15282026-08-25T21:51:16.626Z Compiling clap v4.6.1
15292026-08-25T21:51:16.718Z Compiling idna v1.1.0
15302026-08-25T21:51:16.763Z Compiling spki v0.7.3
15312026-08-25T21:51:16.841Z Compiling sha2 v0.10.9
15322026-08-25T21:51:16.870Z Compiling signature v2.2.0
15332026-08-25T21:51:16.908Z Compiling ppv-lite86 v0.2.21
15342026-08-25T21:51:16.991Z Compiling pkcs8 v0.10.2
15352026-08-25T21:51:17.011Z Compiling url v2.5.8
15362026-08-25T21:51:17.076Z Compiling http-body v1.0.1
15372026-08-25T21:51:17.092Z Compiling hmac v0.12.1
15382026-08-25T21:51:17.200Z Compiling rand_chacha v0.9.0
15392026-08-25T21:51:17.242Z Compiling rand_chacha v0.3.1
15402026-08-25T21:51:17.257Z Compiling http-body-util v0.1.3
15412026-08-25T21:51:17.273Z Compiling pkcs1 v0.7.5
15422026-08-25T21:51:17.273Z Compiling dtrace-parser v0.3.0
15432026-08-25T21:51:17.365Z Compiling derive_builder_core v0.20.2
15442026-08-25T21:51:17.461Z Compiling rand v0.9.2
15452026-08-25T21:51:17.517Z Compiling rand v0.8.6
15462026-08-25T21:51:17.577Z Compiling time v0.3.47
15472026-08-25T21:51:17.695Z Compiling dof v0.4.0
15482026-08-25T21:51:17.850Z Compiling structmeta-derive v0.3.0
15492026-08-25T21:51:17.868Z Compiling scroll_derive v0.12.1
15502026-08-25T21:51:17.907Z Compiling crc v3.4.0
15512026-08-25T21:51:18.038Z Compiling proptest v1.11.0
15522026-08-25T21:51:18.056Z Compiling smallvec v0.6.14
15532026-08-25T21:51:18.156Z Compiling darling_core v0.23.0
15542026-08-25T21:51:18.239Z Compiling heapless v0.7.17
15552026-08-25T21:51:18.254Z Compiling slog v2.8.2
15562026-08-25T21:51:18.268Z Compiling ipnetwork v0.21.1
15572026-08-25T21:51:18.336Z Compiling thread-id v5.1.0
15582026-08-25T21:51:18.435Z Compiling env_filter v2.0.0
15592026-08-25T21:51:18.455Z Compiling syn v3.0.3
15602026-08-25T21:51:18.499Z Compiling cookie v0.18.1
15612026-08-25T21:51:18.561Z Compiling zstd-safe v7.2.4
15622026-08-25T21:51:18.668Z Compiling signal-hook v0.3.18
15632026-08-25T21:51:18.699Z Compiling base64 v0.21.7
15642026-08-25T21:51:18.741Z Compiling unicode-properties v0.1.4
15652026-08-25T21:51:18.780Z Compiling allocator-api2 v0.2.21
15662026-08-25T21:51:18.815Z Compiling winnow v0.5.40
15672026-08-25T21:51:18.894Z Compiling hashbrown v0.12.3
15682026-08-25T21:51:18.935Z Compiling anyhow v1.0.104
15692026-08-25T21:51:18.978Z Compiling unicode-bidi v0.3.18
15702026-08-25T21:51:18.994Z Compiling ryu v1.0.23
15712026-08-25T21:51:19.085Z Compiling iri-string v0.7.10
15722026-08-25T21:51:19.138Z Compiling gimli v0.32.3
15732026-08-25T21:51:19.190Z Compiling rsa v0.9.10
15742026-08-25T21:51:19.207Z Compiling serde_urlencoded v0.7.1
15752026-08-25T21:51:19.224Z Compiling structmeta v0.3.0
15762026-08-25T21:51:19.470Z Compiling stringprep v0.1.5
15772026-08-25T21:51:19.490Z Compiling ron v0.8.1
15782026-08-25T21:51:19.539Z Compiling env_logger v0.11.11
15792026-08-25T21:51:19.542Z Compiling scroll v0.12.0
15802026-08-25T21:51:19.633Z Compiling oxnet v0.1.6
15812026-08-25T21:51:19.830Z Compiling derive_builder_macro v0.20.2
15822026-08-25T21:51:19.907Z Compiling serde-hex v0.1.0
15832026-08-25T21:51:19.926Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15842026-08-25T21:51:20.086Z Compiling tokio-util v0.7.18
15852026-08-25T21:51:20.128Z Compiling tower v0.5.3
15862026-08-25T21:51:20.334Z Compiling toml_edit v0.19.15
15872026-08-25T21:51:20.334Z Compiling tokio-native-tls v0.3.1
15882026-08-25T21:51:20.546Z Compiling tower-http v0.6.8
15892026-08-25T21:51:20.636Z Compiling newtype-uuid v1.3.2
15902026-08-25T21:51:20.652Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15912026-08-25T21:51:20.746Z Compiling darling_macro v0.23.0
15922026-08-25T21:51:20.923Z Compiling h2 v0.4.15
15932026-08-25T21:51:20.957Z Compiling addr2line v0.25.1
15942026-08-25T21:51:20.973Z Compiling bzip2 v0.4.4
15952026-08-25T21:51:20.992Z Compiling hashbrown v0.13.2
15962026-08-25T21:51:21.121Z Compiling x509-cert v0.2.5
15972026-08-25T21:51:21.162Z Compiling block-buffer v0.12.1
15982026-08-25T21:51:21.200Z Compiling block-padding v0.4.2
15992026-08-25T21:51:21.279Z Compiling crypto-common v0.2.2
16002026-08-25T21:51:21.309Z Compiling md-5 v0.10.6
16012026-08-25T21:51:21.384Z Compiling camino v1.2.5
16022026-08-25T21:51:21.398Z Compiling rustls-native-certs v0.8.3
16032026-08-25T21:51:21.489Z Compiling serde_tokenstream v0.2.3
16042026-08-25T21:51:21.689Z Compiling erased-serde v0.3.31
16052026-08-25T21:51:21.713Z Compiling bstr v1.12.1
16062026-08-25T21:51:21.785Z Compiling pin-project-internal v1.1.11
16072026-08-25T21:51:21.823Z Compiling async-trait v0.1.89
16082026-08-25T21:51:21.970Z Compiling daft-derive v0.1.8
16092026-08-25T21:51:22.001Z Compiling zerocopy-derive v0.7.35
16102026-08-25T21:51:22.191Z Compiling curve25519-dalek v4.1.3
16112026-08-25T21:51:22.296Z Compiling vergen-lib v9.1.0
16122026-08-25T21:51:22.377Z Compiling hash32 v0.2.1
16132026-08-25T21:51:22.491Z Compiling memoffset v0.9.1
16142026-08-25T21:51:22.548Z Compiling encoding_rs v0.8.35
16152026-08-25T21:51:22.589Z Compiling crc-any v2.5.0
16162026-08-25T21:51:22.712Z Compiling smoltcp v0.9.1
16172026-08-25T21:51:22.727Z Compiling fallible-iterator v0.2.0
16182026-08-25T21:51:22.750Z Compiling rustix v0.38.44
16192026-08-25T21:51:22.842Z Compiling mime v0.3.17
16202026-08-25T21:51:22.878Z Compiling cfg_aliases v0.2.1
16212026-08-25T21:51:22.922Z Compiling ref-cast v1.0.25
16222026-08-25T21:51:22.937Z Compiling rustc-demangle v0.1.27
16232026-08-25T21:51:22.965Z Compiling psl-types v2.0.11
16242026-08-25T21:51:22.996Z Compiling owo-colors v4.3.0
16252026-08-25T21:51:23.011Z Compiling litrs v1.0.0
16262026-08-25T21:51:23.064Z Compiling postgres-protocol v0.6.10
16272026-08-25T21:51:23.100Z Compiling publicsuffix v2.3.0
16282026-08-25T21:51:23.103Z Compiling nix v0.31.2
16292026-08-25T21:51:23.131Z Compiling pin-project v1.1.11
16302026-08-25T21:51:23.237Z Compiling zerocopy v0.7.35
16312026-08-25T21:51:23.241Z Compiling daft v0.1.8
16322026-08-25T21:51:23.421Z Compiling toml v0.7.8
16332026-08-25T21:51:23.424Z Compiling object v0.30.4
16342026-08-25T21:51:23.510Z Compiling inout v0.2.2
16352026-08-25T21:51:23.532Z Compiling document-features v0.2.12
16362026-08-25T21:51:23.548Z Compiling darling v0.23.0
16372026-08-25T21:51:23.634Z Compiling zip v0.6.6
16382026-08-25T21:51:23.648Z Compiling derive_builder v0.20.2
16392026-08-25T21:51:23.705Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16402026-08-25T21:51:23.721Z Compiling goblin v0.8.2
16412026-08-25T21:51:24.068Z Compiling backtrace v0.3.76
16422026-08-25T21:51:24.083Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16432026-08-25T21:51:24.101Z Compiling derive-ex v0.1.8
16442026-08-25T21:51:24.117Z Compiling hyper v1.10.1
16452026-08-25T21:51:24.160Z Compiling futures-executor v0.3.32
16462026-08-25T21:51:24.185Z Compiling convert_case v0.10.0
16472026-08-25T21:51:24.222Z Compiling phf_shared v0.13.1
16482026-08-25T21:51:24.280Z Compiling hubpack_derive v0.1.1
16492026-08-25T21:51:24.320Z Compiling regex v1.12.3
16502026-08-25T21:51:24.369Z Compiling ref-cast-impl v1.0.25
16512026-08-25T21:51:24.440Z Compiling strum_macros v0.27.2
16522026-08-25T21:51:24.486Z Compiling snafu-derive v0.8.9
16532026-08-25T21:51:24.504Z Compiling curve25519-dalek-derive v0.1.1
16542026-08-25T21:51:24.766Z Compiling vergen v9.1.0
16552026-08-25T21:51:24.780Z Compiling cargo-platform v0.3.2
16562026-08-25T21:51:24.953Z Compiling ff v0.13.1
16572026-08-25T21:51:24.972Z Compiling fs-err v3.3.0
16582026-08-25T21:51:25.085Z Compiling foldhash v0.1.5
16592026-08-25T21:51:25.118Z Compiling libbz2-rs-sys v0.2.2
16602026-08-25T21:51:25.190Z Compiling managed v0.8.0
16612026-08-25T21:51:25.209Z Compiling path-slash v0.1.5
16622026-08-25T21:51:25.222Z Compiling jiff-core v0.1.0
16632026-08-25T21:51:25.279Z Compiling hyper-util v0.1.20
16642026-08-25T21:51:25.295Z Compiling is_ci v1.2.0
16652026-08-25T21:51:25.357Z Compiling same-file v1.0.6
16662026-08-25T21:51:25.374Z Compiling foldhash v0.2.0
16672026-08-25T21:51:25.433Z Compiling bumpalo v3.20.2
16682026-08-25T21:51:25.445Z Compiling either v1.15.0
16692026-08-25T21:51:25.541Z Compiling base16ct v0.2.0
16702026-08-25T21:51:25.616Z Compiling bitflags v1.3.2
16712026-08-25T21:51:25.669Z Compiling zopfli v0.8.3
16722026-08-25T21:51:25.714Z Compiling sec1 v0.7.3
16732026-08-25T21:51:25.742Z Compiling textwrap v0.16.2
16742026-08-25T21:51:25.793Z Compiling bzip2 v0.6.1
16752026-08-25T21:51:25.819Z Compiling hashbrown v0.16.1
16762026-08-25T21:51:25.855Z Compiling test-strategy v0.4.5
16772026-08-25T21:51:26.029Z Compiling jiff v0.2.34
16782026-08-25T21:51:26.032Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16792026-08-25T21:51:26.225Z Compiling dof v0.3.0
16802026-08-25T21:51:26.321Z Compiling walkdir v2.5.0
16812026-08-25T21:51:26.345Z Compiling supports-color v3.0.2
16822026-08-25T21:51:26.438Z Compiling hashbrown v0.15.5
16832026-08-25T21:51:26.479Z Compiling strum v0.27.2
16842026-08-25T21:51:26.505Z Compiling snafu v0.8.9
16852026-08-25T21:51:26.536Z Compiling group v0.13.0
16862026-08-25T21:51:26.627Z Compiling cargo_metadata v0.23.1
16872026-08-25T21:51:26.677Z Compiling hubpack v0.1.2
16882026-08-25T21:51:26.731Z Compiling hyper-tls v0.6.0
16892026-08-25T21:51:26.772Z Compiling backtrace-ext v0.2.1
16902026-08-25T21:51:26.878Z Compiling derive_more-impl v2.1.1
16912026-08-25T21:51:26.907Z Compiling phf v0.13.1
16922026-08-25T21:51:26.954Z Compiling reqwest v0.12.28
16932026-08-25T21:51:26.968Z Compiling futures v0.3.32
16942026-08-25T21:51:26.989Z Compiling cookie_store v0.22.1
16952026-08-25T21:51:27.063Z Compiling signal-hook-mio v0.2.5
16962026-08-25T21:51:27.082Z Compiling zstd v0.13.3
16972026-08-25T21:51:27.105Z Compiling cipher v0.5.2
16982026-08-25T21:51:27.198Z Compiling serde_with_macros v3.21.0
16992026-08-25T21:51:27.337Z Compiling postgres-types v0.2.12
17002026-08-25T21:51:27.435Z Compiling globset v0.4.18
17012026-08-25T21:51:27.462Z Compiling usdt-attr-macro v0.6.0
17022026-08-25T21:51:27.489Z Compiling usdt-macro v0.6.0
17032026-08-25T21:51:27.661Z Compiling byte-wrapper v0.1.0
17042026-08-25T21:51:27.913Z Compiling hkdf v0.12.4
17052026-08-25T21:51:28.019Z Compiling ed25519 v2.2.3
17062026-08-25T21:51:28.042Z Compiling crypto-bigint v0.5.5
17072026-08-25T21:51:28.074Z Compiling serde_plain v1.0.2
17082026-08-25T21:51:28.109Z Compiling serde-big-array v0.5.1
17092026-08-25T21:51:28.130Z Compiling olpc-cjson v0.1.4
17102026-08-25T21:51:28.143Z Compiling dtrace-parser v0.2.0
17112026-08-25T21:51:28.270Z Compiling phf_shared v0.11.3
17122026-08-25T21:51:28.292Z Compiling async-recursion v1.1.1
17132026-08-25T21:51:28.307Z Compiling strum_macros v0.26.4
17142026-08-25T21:51:28.307Z Compiling enum-as-inner v0.6.1
17152026-08-25T21:51:28.339Z Compiling serde_repr v0.1.20
17162026-08-25T21:51:28.394Z Compiling miette-derive v7.6.0
17172026-08-25T21:51:28.472Z Compiling float-cmp v0.10.0
17182026-08-25T21:51:28.509Z Compiling pem v3.0.6
17192026-08-25T21:51:28.636Z Compiling thread-id v4.2.2
17202026-08-25T21:51:28.735Z Compiling memmap2 v0.9.10
17212026-08-25T21:51:28.845Z Compiling keccak v0.1.6
17222026-08-25T21:51:28.903Z Compiling supports-hyperlinks v3.2.0
17232026-08-25T21:51:28.918Z Compiling normalize-line-endings v0.3.0
17242026-08-25T21:51:28.957Z Compiling const-oid v0.10.2
17252026-08-25T21:51:28.976Z Compiling precomputed-hash v0.1.1
17262026-08-25T21:51:29.017Z Compiling fixedbitset v0.4.2
17272026-08-25T21:51:29.033Z Compiling difflib v0.4.0
17282026-08-25T21:51:29.047Z Compiling predicates-core v1.0.10
17292026-08-25T21:51:29.075Z Compiling supports-unicode v3.0.0
17302026-08-25T21:51:29.090Z Compiling winnow v1.0.3
17312026-08-25T21:51:29.192Z Compiling data-encoding v2.10.0
17322026-08-25T21:51:29.208Z Compiling new_debug_unreachable v1.0.6
17332026-08-25T21:51:29.240Z Compiling cpufeatures v0.3.0
17342026-08-25T21:51:29.255Z Compiling typed-path v0.9.3
17352026-08-25T21:51:29.258Z Compiling static_assertions v1.1.0
17362026-08-25T21:51:29.289Z Compiling fixedbitset v0.5.7
17372026-08-25T21:51:29.329Z Compiling whoami v2.1.0
17382026-08-25T21:51:29.357Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17392026-08-25T21:51:29.518Z Compiling hickory-proto v0.25.2
17402026-08-25T21:51:29.617Z Compiling tokio-postgres v0.7.16
17412026-08-25T21:51:29.634Z Compiling petgraph v0.8.3
17422026-08-25T21:51:29.637Z Compiling miette v7.6.0
17432026-08-25T21:51:29.637Z Compiling chacha20 v0.10.0
17442026-08-25T21:51:29.679Z Compiling predicates v3.1.4
17452026-08-25T21:51:29.729Z Compiling string_cache v0.8.9
17462026-08-25T21:51:29.917Z Compiling toml_edit v0.22.27
17472026-08-25T21:51:29.994Z Compiling petgraph v0.6.5
17482026-08-25T21:51:30.075Z Compiling toml_parser v1.1.2+spec-1.1.0
17492026-08-25T21:51:30.211Z Compiling strum v0.26.3
17502026-08-25T21:51:30.211Z Compiling digest v0.11.3
17512026-08-25T21:51:30.272Z Compiling elliptic-curve v0.13.8
17522026-08-25T21:51:30.361Z Compiling sha3 v0.10.8
17532026-08-25T21:51:30.376Z Compiling usdt v0.6.0
17542026-08-25T21:51:30.483Z Compiling usdt-impl v0.5.0
17552026-08-25T21:51:30.537Z Compiling serde_with v3.21.0
17562026-08-25T21:51:30.674Z Compiling zip v4.6.1
17572026-08-25T21:51:30.722Z Compiling crossterm v0.28.1
17582026-08-25T21:51:30.743Z Compiling ed25519-dalek v2.2.0
17592026-08-25T21:51:30.786Z Compiling derive_more v2.1.1
17602026-08-25T21:51:30.855Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17612026-08-25T21:51:31.132Z Compiling iddqd v0.4.2
17622026-08-25T21:51:31.312Z Compiling itertools v0.13.0
17632026-08-25T21:51:31.547Z Compiling itertools v0.15.0
17642026-08-25T21:51:31.649Z Compiling similar v2.7.0
17652026-08-25T21:51:31.676Z Compiling crossbeam-epoch v0.9.18
17662026-08-25T21:51:31.728Z Compiling tokio-stream v0.1.18
17672026-08-25T21:51:31.917Z Compiling buf-list v1.1.2
17682026-08-25T21:51:32.019Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17692026-08-25T21:51:32.042Z Compiling openapiv3 v2.2.0
17702026-08-25T21:51:32.205Z Compiling heck v0.4.1
17712026-08-25T21:51:32.232Z Compiling lalrpop-util v0.19.12
17722026-08-25T21:51:32.261Z Compiling peg-runtime v0.8.5
17732026-08-25T21:51:32.352Z Compiling thread_local v1.1.9
17742026-08-25T21:51:32.381Z Compiling slog-async v2.8.0
17752026-08-25T21:51:32.395Z Compiling crossbeam-channel v0.5.15
17762026-08-25T21:51:32.441Z Compiling is-terminal v0.4.17
17772026-08-25T21:51:32.456Z Compiling filetime v0.2.27
17782026-08-25T21:51:32.475Z Compiling take_mut v0.2.2
17792026-08-25T21:51:32.531Z Compiling term v1.2.1
17802026-08-25T21:51:32.559Z Compiling xattr v1.6.1
17812026-08-25T21:51:32.568Z Compiling camino-tempfile v1.4.1
17822026-08-25T21:51:32.715Z Compiling tar v0.4.46
17832026-08-25T21:51:32.816Z Compiling slog-term v2.9.2
17842026-08-25T21:51:50.014Z Compiling rustls-webpki v0.103.13
17852026-08-25T21:51:52.689Z Compiling tokio-rustls v0.26.4
17862026-08-25T21:51:52.689Z Compiling rustls-platform-verifier v0.6.2
17872026-08-25T21:51:52.689Z Compiling tough v0.22.0
17882026-08-25T21:51:52.906Z Compiling hyper-rustls v0.27.7
17892026-08-25T21:51:53.099Z Compiling reqwest v0.13.2
17902026-08-25T21:51:55.264Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17912026-08-25T21:51:55.494Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17922026-08-25T21:51:58.422Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.31s
17932026-08-25T21:51:58.566Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17942026-08-25T21:51:58.621ZAug 25 21:51:57.926 INFO Starting download, target: Clickhouse
17952026-08-25T21:51:58.621ZAug 25 21:51:57.927 INFO Starting download, target: DendriteStub
17962026-08-25T21:51:58.621ZAug 25 21:51:57.927 INFO Starting download, target: Console
17972026-08-25T21:51:58.621ZAug 25 21:51:57.927 INFO Starting download, target: Cockroach
17982026-08-25T21:51:58.622ZAug 25 21:51:57.927 INFO Starting download, target: MaghemiteMgd
17992026-08-25T21:51:58.622ZAug 25 21:51:57.927 INFO Starting download, target: MaghemiteDdmd
18002026-08-25T21:51:58.622ZAug 25 21:51:57.927 INFO Starting download, target: TransceiverControl
18012026-08-25T21:51:58.625ZAug 25 21:51:57.927 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18022026-08-25T21:51:58.625ZAug 25 21:51:57.927 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18032026-08-25T21:51:58.625ZAug 25 21:51:57.927 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18042026-08-25T21:51:58.626ZAug 25 21:51:57.927 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18052026-08-25T21:51:58.626ZAug 25 21:51:57.927 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18062026-08-25T21:51:58.626ZAug 25 21:51:57.928 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18072026-08-25T21:51:58.626ZAug 25 21:51:57.928 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18082026-08-25T21:52:00.646ZAug 25 21:51:59.949 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18092026-08-25T21:52:00.907ZAug 25 21:52:00.195 INFO Download complete, target: Console
18102026-08-25T21:52:00.971ZAug 25 21:52:00.268 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18112026-08-25T21:52:01.203ZAug 25 21:52:00.492 INFO Download complete, target: TransceiverControl
18122026-08-25T21:52:02.084ZAug 25 21:52:01.373 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18132026-08-25T21:52:02.181ZAug 25 21:52:01.470 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18142026-08-25T21:52:02.411ZAug 25 21:52:01.713 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18152026-08-25T21:52:02.418ZAug 25 21:52:01.722 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18162026-08-25T21:52:02.970ZAug 25 21:52:02.276 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18172026-08-25T21:52:02.970ZAug 25 21:52:02.276 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18182026-08-25T21:52:04.139ZAug 25 21:52:03.439 INFO Download complete, target: MaghemiteDdmd
18192026-08-25T21:52:05.193ZAug 25 21:52:04.498 INFO Download complete, target: DendriteStub
18202026-08-25T21:52:05.284ZAug 25 21:52:04.586 INFO Download complete, target: MaghemiteMgd
18212026-08-25T21:52:07.727ZAug 25 21:52:07.033 INFO Checking that binary works, target: Cockroach
18222026-08-25T21:52:07.906ZAug 25 21:52:07.211 INFO Download complete, target: Cockroach
18232026-08-25T21:52:08.968ZAug 25 21:52:08.269 INFO Checking that binary works, target: Clickhouse
18242026-08-25T21:52:09.092ZAug 25 21:52:08.389 INFO Download complete, target: Clickhouse
18252026-08-25T21:52:09.096ZAll prerequisites installed successfully
18262026-08-25T21:52:09.096Z
18272026-08-25T21:52:09.096Zreal 2:00.767480040
18282026-08-25T21:52:09.096Zuser 7:23.877939957
18292026-08-25T21:52:09.096Zsys 1:47.174723548
18302026-08-25T21:52:09.096Ztrap 0.310498636
18312026-08-25T21:52:09.096Ztflt 1.959563183
18322026-08-25T21:52:09.096Zdflt 4.349701413
18332026-08-25T21:52:09.096Zkflt 0.042715067
18342026-08-25T21:52:09.096Zlock 29:50.327281066
18352026-08-25T21:52:09.097Zslp 20:54.182040241
18362026-08-25T21:52:09.097Zlat 28.374445142
18372026-08-25T21:52:09.097Zstop 3:33.858656469
18382026-08-25T21:52:09.097Z+ ptime -m cargo xtask download softnpu
18392026-08-25T21:52:09.564Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18402026-08-25T21:52:09.585Z Running `target/debug/xtask download softnpu`
18412026-08-25T21:52:10.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s
18422026-08-25T21:52:10.452Z Running `target/debug/xtask-downloader softnpu`
18432026-08-25T21:52:10.498ZAug 25 21:52:09.794 INFO Starting download, target: Softnpu
18442026-08-25T21:52:10.513ZAug 25 21:52:09.794 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
18452026-08-25T21:52:14.712ZAug 25 21:52:13.986 INFO Download complete, target: Softnpu
18462026-08-25T21:52:14.763Z
18472026-08-25T21:52:14.763Zreal 5.587125394
18482026-08-25T21:52:14.763Zuser 1.371933667
18492026-08-25T21:52:14.763Zsys 0.652294284
18502026-08-25T21:52:14.763Ztrap 0.000895250
18512026-08-25T21:52:14.763Ztflt 0.000515440
18522026-08-25T21:52:14.763Zdflt 0.000552040
18532026-08-25T21:52:14.763Zkflt 0.000000000
18542026-08-25T21:52:14.763Zlock 1:23.522754096
18552026-08-25T21:52:14.763Zslp 3.999808742
18562026-08-25T21:52:14.763Zlat 0.124190661
18572026-08-25T21:52:14.763Zstop 0.000211210
18582026-08-25T21:52:14.763Z+ export CARGO_INCREMENTAL=0
18592026-08-25T21:52:14.763Z+ CARGO_INCREMENTAL=0
18602026-08-25T21:52:14.764Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18612026-08-25T21:52:15.642Z Compiling proc-macro2 v1.0.106
18622026-08-25T21:52:15.643Z Compiling quote v1.0.45
18632026-08-25T21:52:15.643Z Compiling unicode-ident v1.0.24
18642026-08-25T21:52:15.669Z Compiling serde_core v1.0.228
18652026-08-25T21:52:15.670Z Compiling libc v0.2.185
18662026-08-25T21:52:15.670Z Compiling serde v1.0.228
18672026-08-25T21:52:15.670Z Compiling cfg-if v1.0.4
18682026-08-25T21:52:15.670Z Compiling version_check v0.9.5
18692026-08-25T21:52:15.670Z Compiling autocfg v1.5.0
18702026-08-25T21:52:15.670Z Compiling shlex v1.3.0
18712026-08-25T21:52:15.670Z Compiling find-msvc-tools v0.1.9
18722026-08-25T21:52:15.802Z Compiling memchr v2.8.0
18732026-08-25T21:52:15.835Z Compiling zmij v1.0.21
18742026-08-25T21:52:15.835Z Compiling serde_json v1.0.151
18752026-08-25T21:52:15.914Z Compiling portable-atomic v1.13.1
18762026-08-25T21:52:16.015Z Compiling zerocopy v0.8.55
18772026-08-25T21:52:16.102Z Compiling libm v0.2.16
18782026-08-25T21:52:16.102Z Compiling getrandom v0.4.3
18792026-08-25T21:52:16.155Z Compiling generic-array v0.14.7
18802026-08-25T21:52:16.155Z Compiling icu_normalizer_data v2.1.1
18812026-08-25T21:52:16.325Z Compiling num-traits v0.2.19
18822026-08-25T21:52:16.382Z Compiling smallvec v1.15.1
18832026-08-25T21:52:16.408Z Compiling icu_properties_data v2.1.2
18842026-08-25T21:52:16.408Z Compiling parking_lot_core v0.9.12
18852026-08-25T21:52:16.424Z Compiling itoa v1.0.17
18862026-08-25T21:52:16.424Z Compiling log v0.4.33
18872026-08-25T21:52:16.459Z Compiling subtle v2.6.1
18882026-08-25T21:52:16.474Z Compiling pkg-config v0.3.32
18892026-08-25T21:52:16.599Z Compiling stable_deref_trait v1.2.1
18902026-08-25T21:52:16.633Z Compiling rustix v1.1.4
18912026-08-25T21:52:16.653Z Compiling typenum v1.20.1
18922026-08-25T21:52:16.679Z Compiling getrandom v0.3.4
18932026-08-25T21:52:16.692Z Compiling scopeguard v1.2.0
18942026-08-25T21:52:16.743Z Compiling jobserver v0.1.34
18952026-08-25T21:52:16.779Z Compiling errno v0.3.14
18962026-08-25T21:52:16.844Z Compiling lock_api v0.4.14
18972026-08-25T21:52:16.854Z Compiling thiserror v2.0.18
18982026-08-25T21:52:16.925Z Compiling rand_core v0.10.0
18992026-08-25T21:52:16.952Z Compiling cc v1.2.56
19002026-08-25T21:52:17.002Z Compiling heck v0.5.0
19012026-08-25T21:52:17.107Z Compiling syn v2.0.117
19022026-08-25T21:52:17.142Z Compiling critical-section v1.2.0
19032026-08-25T21:52:17.160Z Compiling getrandom v0.2.17
19042026-08-25T21:52:17.178Z Compiling litemap v0.8.1
19052026-08-25T21:52:17.184Z Compiling percent-encoding v2.3.2
19062026-08-25T21:52:17.212Z Compiling equivalent v1.0.2
19072026-08-25T21:52:17.224Z Compiling writeable v0.6.2
19082026-08-25T21:52:17.288Z Compiling schemars v0.8.22
19092026-08-25T21:52:17.321Z Compiling rand_core v0.6.4
19102026-08-25T21:52:17.324Z Compiling pin-project-lite v0.2.17
19112026-08-25T21:52:17.360Z Compiling syn v1.0.109
19122026-08-25T21:52:17.518Z Compiling once_cell v1.21.3
19132026-08-25T21:52:17.522Z Compiling rustversion v1.0.22
19142026-08-25T21:52:17.627Z Compiling hashbrown v0.17.0
19152026-08-25T21:52:17.662Z Compiling dunce v1.0.5
19162026-08-25T21:52:17.665Z Compiling fs_extra v1.3.0
19172026-08-25T21:52:17.712Z Compiling cmake v0.1.57
19182026-08-25T21:52:17.749Z Compiling utf8_iter v1.0.4
19192026-08-25T21:52:17.781Z Compiling byteorder v1.5.0
19202026-08-25T21:52:17.802Z Compiling form_urlencoded v1.2.2
19212026-08-25T21:52:17.840Z Compiling strsim v0.11.1
19222026-08-25T21:52:18.066Z Compiling semver v1.0.28
19232026-08-25T21:52:18.096Z Compiling bitflags v2.11.0
19242026-08-25T21:52:18.186Z Compiling indexmap v2.14.0
19252026-08-25T21:52:18.203Z Compiling signal-hook-registry v1.4.8
19262026-08-25T21:52:18.282Z Compiling aws-lc-sys v0.40.0
19272026-08-25T21:52:18.347Z Compiling thiserror v1.0.69
19282026-08-25T21:52:18.361Z Compiling parking_lot v0.12.5
19292026-08-25T21:52:18.379Z Compiling socket2 v0.6.3
19302026-08-25T21:52:18.394Z Compiling mio v1.2.0
19312026-08-25T21:52:18.614Z Compiling const-oid v0.9.6
19322026-08-25T21:52:18.640Z Compiling aws-lc-rs v1.16.3
19332026-08-25T21:52:18.645Z Compiling futures-core v0.3.32
19342026-08-25T21:52:18.851Z Compiling iana-time-zone v0.1.65
19352026-08-25T21:52:18.882Z Compiling httparse v1.10.1
19362026-08-25T21:52:19.086Z Compiling fnv v1.0.7
19372026-08-25T21:52:19.146Z Compiling regex-syntax v0.8.10
19382026-08-25T21:52:19.188Z Compiling crc32fast v1.5.0
19392026-08-25T21:52:19.240Z Compiling ucd-trie v0.1.7
19402026-08-25T21:52:19.285Z Compiling uuid v1.23.4
19412026-08-25T21:52:19.329Z Compiling ident_case v1.0.1
19422026-08-25T21:52:19.347Z Compiling vcpkg v0.2.15
19432026-08-25T21:52:19.414Z Compiling pest v2.8.6
19442026-08-25T21:52:19.557Z Compiling rustc_version v0.4.1
19452026-08-25T21:52:19.733Z Compiling futures-sink v0.3.32
19462026-08-25T21:52:19.751Z Compiling dyn-clone v1.0.20
19472026-08-25T21:52:19.792Z Compiling rustls v0.23.41
19482026-08-25T21:52:19.871Z Compiling futures-channel v0.3.32
19492026-08-25T21:52:19.920Z Compiling synstructure v0.13.2
19502026-08-25T21:52:19.939Z Compiling serde_derive_internals v0.29.1
19512026-08-25T21:52:19.945Z Compiling openssl-sys v0.9.117
19522026-08-25T21:52:20.118Z Compiling aho-corasick v1.1.4
19532026-08-25T21:52:20.154Z Compiling futures-io v0.3.32
19542026-08-25T21:52:20.253Z Compiling futures-task v0.3.32
19552026-08-25T21:52:20.292Z Compiling slab v0.4.12
19562026-08-25T21:52:20.481Z Compiling pest_meta v2.8.6
19572026-08-25T21:52:20.536Z Compiling num-conv v0.2.0
19582026-08-25T21:52:20.542Z Compiling plain v0.2.3
19592026-08-25T21:52:20.568Z Compiling radium v0.7.0
19602026-08-25T21:52:20.646Z Compiling time-core v0.1.8
19612026-08-25T21:52:20.693Z Compiling crossbeam-utils v0.8.21
19622026-08-25T21:52:20.734Z Compiling pretty-hex v0.4.1
19632026-08-25T21:52:20.741Z Compiling base64 v0.22.1
19642026-08-25T21:52:20.812Z Compiling time-macros v0.2.27
19652026-08-25T21:52:20.835Z Compiling maybe-uninit v2.0.0
19662026-08-25T21:52:20.851Z Compiling base64ct v1.8.3
19672026-08-25T21:52:20.879Z Compiling openssl v0.10.80
19682026-08-25T21:52:20.899Z Compiling slog v2.8.2
19692026-08-25T21:52:20.924Z Compiling regex-automata v0.4.14
19702026-08-25T21:52:21.112Z Compiling pest_generator v2.8.6
19712026-08-25T21:52:21.136Z Compiling pem-rfc7468 v0.7.0
19722026-08-25T21:52:21.153Z Compiling flagset v0.4.7
19732026-08-25T21:52:21.168Z Compiling rand_core v0.9.5
19742026-08-25T21:52:21.184Z Compiling darling_core v0.23.0
19752026-08-25T21:52:21.199Z Compiling serde_derive v1.0.228
19762026-08-25T21:52:21.217Z Compiling zeroize_derive v1.5.0
19772026-08-25T21:52:21.220Z Compiling zerofrom-derive v0.1.6
19782026-08-25T21:52:21.248Z Compiling yoke-derive v0.8.1
19792026-08-25T21:52:21.265Z Compiling zerocopy-derive v0.8.55
19802026-08-25T21:52:21.303Z Compiling zerovec-derive v0.11.2
19812026-08-25T21:52:21.395Z Compiling displaydoc v0.2.5
19822026-08-25T21:52:21.422Z Compiling tokio-macros v2.7.0
19832026-08-25T21:52:21.497Z Compiling futures-macro v0.3.32
19842026-08-25T21:52:21.559Z Compiling thiserror-impl v2.0.18
19852026-08-25T21:52:21.753Z Compiling schemars_derive v0.8.22
19862026-08-25T21:52:21.770Z Compiling der_derive v0.7.3
19872026-08-25T21:52:21.770Z Compiling tracing-attributes v0.1.31
19882026-08-25T21:52:21.833Z Compiling thiserror-impl v1.0.69
19892026-08-25T21:52:21.861Z Compiling pest_derive v2.8.6
19902026-08-25T21:52:22.143Z Compiling scroll_derive v0.13.1
19912026-08-25T21:52:22.158Z Compiling scroll_derive v0.12.1
19922026-08-25T21:52:22.254Z Compiling openssl-macros v0.1.1
19932026-08-25T21:52:22.347Z Compiling futures-util v0.3.32
19942026-08-25T21:52:22.439Z Compiling zerofrom v0.1.6
19952026-08-25T21:52:22.590Z Compiling yoke v0.8.1
19962026-08-25T21:52:22.821Z Compiling zerovec v0.11.5
19972026-08-25T21:52:22.829Z Compiling zerotrie v0.2.3
19982026-08-25T21:52:22.964Z Compiling bzip2-sys v0.1.13+1.0.8
19992026-08-25T21:52:23.005Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20002026-08-25T21:52:23.008Z Compiling syn v3.0.3
20012026-08-25T21:52:23.038Z Compiling ahash v0.8.12
20022026-08-25T21:52:23.286Z Compiling anyhow v1.0.104
20032026-08-25T21:52:23.302Z Compiling paste v1.0.15
20042026-08-25T21:52:23.319Z Compiling num-bigint-dig v0.8.6
20052026-08-25T21:52:23.390Z Compiling tinystr v0.8.2
20062026-08-25T21:52:23.409Z Compiling potential_utf v0.1.4
20072026-08-25T21:52:23.429Z Compiling packed_struct v0.10.1
20082026-08-25T21:52:23.462Z Compiling native-tls v0.2.18
20092026-08-25T21:52:23.589Z Compiling icu_locale_core v2.1.1
20102026-08-25T21:52:23.607Z Compiling icu_collections v2.1.1
20112026-08-25T21:52:23.653Z Compiling darling_macro v0.23.0
20122026-08-25T21:52:23.693Z Compiling regex v1.12.3
20132026-08-25T21:52:23.712Z Compiling zerocopy-derive v0.7.35
20142026-08-25T21:52:24.353Z Compiling icu_provider v2.1.1
20152026-08-25T21:52:24.428Z Compiling tracing-core v0.1.36
20162026-08-25T21:52:24.551Z Compiling zeroize v1.9.0
20172026-08-25T21:52:24.568Z Compiling bytes v1.11.1
20182026-08-25T21:52:24.661Z Compiling icu_normalizer v2.1.1
20192026-08-25T21:52:24.677Z Compiling icu_properties v2.1.2
20202026-08-25T21:52:24.722Z Compiling chrono v0.4.45
20212026-08-25T21:52:25.191Z Compiling tokio v1.52.1
20222026-08-25T21:52:25.318Z Compiling crypto-common v0.1.7
20232026-08-25T21:52:25.370Z Compiling block-buffer v0.10.4
20242026-08-25T21:52:25.489Z Compiling serde_tokenstream v0.2.3
20252026-08-25T21:52:25.514Z Compiling digest v0.10.7
20262026-08-25T21:52:25.547Z Compiling der v0.7.10
20272026-08-25T21:52:25.663Z Compiling idna_adapter v1.2.1
20282026-08-25T21:52:25.758Z Compiling ppv-lite86 v0.2.21
20292026-08-25T21:52:25.805Z Compiling idna v1.1.0
20302026-08-25T21:52:26.102Z Compiling http v1.4.2
20312026-08-25T21:52:26.118Z Compiling cookie v0.18.1
20322026-08-25T21:52:26.152Z Compiling url v2.5.8
20332026-08-25T21:52:26.155Z Compiling fastrand v2.3.0
20342026-08-25T21:52:26.246Z Compiling camino v1.2.5
20352026-08-25T21:52:26.251Z Compiling cpufeatures v0.2.17
20362026-08-25T21:52:26.350Z Compiling rand_chacha v0.9.0
20372026-08-25T21:52:26.530Z Compiling spki v0.7.3
20382026-08-25T21:52:26.606Z Compiling tracing v0.1.44
20392026-08-25T21:52:26.689Z Compiling serde_spanned v0.6.9
20402026-08-25T21:52:26.739Z Compiling toml_datetime v0.6.11
20412026-08-25T21:52:27.031Z Compiling darling v0.23.0
20422026-08-25T21:52:27.080Z Compiling packed_struct_codegen v0.10.1
20432026-08-25T21:52:27.126Z Compiling zerocopy-derive v0.6.6
20442026-08-25T21:52:27.141Z Compiling bitfield-macros v0.19.4
20452026-08-25T21:52:27.180Z Compiling clap_derive v4.6.1
20462026-08-25T21:52:27.543Z Compiling indexmap v1.9.3
20472026-08-25T21:52:27.783Z Compiling object v0.37.3
20482026-08-25T21:52:27.909Z Compiling simd-adler32 v0.3.8
20492026-08-25T21:52:28.042Z Compiling http-body v1.0.1
20502026-08-25T21:52:28.070Z Compiling pkcs8 v0.10.2
20512026-08-25T21:52:28.088Z Compiling rand v0.9.2
20522026-08-25T21:52:28.092Z Compiling daft-derive v0.1.8
20532026-08-25T21:52:28.121Z Compiling rustls-pki-types v1.14.0
20542026-08-25T21:52:28.251Z Compiling spin v0.9.8
20552026-08-25T21:52:28.320Z Compiling usdt-impl v0.5.0
20562026-08-25T21:52:28.342Z Compiling utf8parse v0.2.2
20572026-08-25T21:52:28.474Z Compiling ref-cast v1.0.25
20582026-08-25T21:52:28.489Z Compiling tinyvec_macros v0.1.1
20592026-08-25T21:52:28.556Z Compiling adler2 v2.0.1
20602026-08-25T21:52:28.571Z Compiling cmov v0.5.4
20612026-08-25T21:52:28.586Z Compiling openssl-probe v0.2.1
20622026-08-25T21:52:28.690Z Compiling usdt-impl v0.6.0
20632026-08-25T21:52:28.770Z Compiling either v1.15.0
20642026-08-25T21:52:28.789Z Compiling anstyle v1.0.14
20652026-08-25T21:52:28.822Z Compiling winnow v0.5.40
20662026-08-25T21:52:28.852Z Compiling ctutils v0.4.2
20672026-08-25T21:52:28.958Z Compiling miniz_oxide v0.8.9
20682026-08-25T21:52:28.978Z Compiling tinyvec v1.10.0
20692026-08-25T21:52:29.008Z Compiling anstyle-parse v1.0.0
20702026-08-25T21:52:29.069Z Compiling sha2 v0.10.9
20712026-08-25T21:52:29.203Z Compiling tempfile v3.27.0
20722026-08-25T21:52:29.252Z Compiling scroll v0.13.0
20732026-08-25T21:52:29.335Z Compiling tokio-util v0.7.18
20742026-08-25T21:52:29.365Z Compiling scroll v0.12.0
20752026-08-25T21:52:29.453Z Compiling terminal_size v0.4.3
20762026-08-25T21:52:29.519Z Compiling async-trait v0.1.89
20772026-08-25T21:52:29.547Z Compiling heapless v0.7.17
20782026-08-25T21:52:29.770Z Compiling winnow v1.0.3
20792026-08-25T21:52:29.814Z Compiling winnow v0.7.14
20802026-08-25T21:52:29.943Z Compiling tower-service v0.3.3
20812026-08-25T21:52:29.983Z Compiling unicode-segmentation v1.12.0
20822026-08-25T21:52:30.052Z Compiling rustix v0.38.44
20832026-08-25T21:52:30.178Z Compiling toml_edit v0.19.15
20842026-08-25T21:52:30.258Z Compiling zstd-safe v7.2.4
20852026-08-25T21:52:30.312Z Compiling signal-hook v0.3.18
20862026-08-25T21:52:30.370Z Compiling untrusted v0.7.1
20872026-08-25T21:52:30.395Z Compiling tower-layer v0.3.3
20882026-08-25T21:52:30.482Z Compiling atomic-waker v1.1.2
20892026-08-25T21:52:30.506Z Compiling anstyle-query v1.1.5
20902026-08-25T21:52:30.529Z Compiling colorchoice v1.0.4
20912026-08-25T21:52:30.573Z Compiling is_terminal_polyfill v1.70.2
20922026-08-25T21:52:30.625Z Compiling litrs v1.0.0
20932026-08-25T21:52:30.647Z Compiling try-lock v0.2.5
20942026-08-25T21:52:30.659Z Compiling anstream v1.0.0
20952026-08-25T21:52:30.691Z Compiling toml_parser v1.1.2+spec-1.1.0
20962026-08-25T21:52:30.766Z Compiling h2 v0.4.15
20972026-08-25T21:52:30.805Z Compiling want v0.3.1
20982026-08-25T21:52:31.104Z Compiling document-features v0.2.12
20992026-08-25T21:52:31.139Z Compiling goblin v0.8.2
21002026-08-25T21:52:31.276Z Compiling goblin v0.10.5
21012026-08-25T21:52:31.296Z Compiling hybrid-array v0.4.13
21022026-08-25T21:52:31.509Z Compiling itertools v0.15.0
21032026-08-25T21:52:31.621Z Compiling ipnetwork v0.21.1
21042026-08-25T21:52:31.728Z Compiling ipnet v2.12.0
21052026-08-25T21:52:31.774Z Compiling zerocopy v0.7.35
21062026-08-25T21:52:32.046Z Compiling structmeta-derive v0.3.0
21072026-08-25T21:52:32.128Z Compiling ref-cast-impl v1.0.25
21082026-08-25T21:52:32.191Z Compiling darling_core v0.20.11
21092026-08-25T21:52:32.219Z Compiling curve25519-dalek v4.1.3
21102026-08-25T21:52:32.425Z Compiling memoffset v0.9.1
21112026-08-25T21:52:32.447Z Compiling httpdate v1.0.3
21122026-08-25T21:52:32.487Z Compiling untrusted v0.9.0
21132026-08-25T21:52:32.631Z Compiling foreign-types-shared v0.1.1
21142026-08-25T21:52:32.705Z Compiling tap v1.0.1
21152026-08-25T21:52:32.756Z Compiling powerfmt v0.2.0
21162026-08-25T21:52:32.839Z Compiling wyz v0.5.1
21172026-08-25T21:52:32.874Z Compiling foreign-types v0.3.2
21182026-08-25T21:52:32.964Z Compiling deranged v0.5.8
21192026-08-25T21:52:33.060Z Compiling structmeta v0.3.0
21202026-08-25T21:52:33.092Z Compiling unicode-normalization v0.1.25
21212026-08-25T21:52:33.212Z Compiling dtrace-parser v0.2.0
21222026-08-25T21:52:33.244Z Compiling rand_chacha v0.3.1
21232026-08-25T21:52:33.270Z Compiling signature v2.2.0
21242026-08-25T21:52:33.292Z Compiling hex v0.4.3
21252026-08-25T21:52:33.442Z Compiling dof v0.3.0
21262026-08-25T21:52:33.568Z Compiling dtrace-parser v0.3.0
21272026-08-25T21:52:33.585Z Compiling pin-project-internal v1.1.11
21282026-08-25T21:52:33.662Z Compiling num-integer v0.1.46
21292026-08-25T21:52:33.810Z Compiling thread-id v4.2.2
21302026-08-25T21:52:33.911Z Compiling thread-id v5.1.0
21312026-08-25T21:52:33.927Z Compiling wait-timeout v0.2.1
21322026-08-25T21:52:33.984Z Compiling hyper v1.10.1
21332026-08-25T21:52:34.046Z Compiling dof v0.4.0
21342026-08-25T21:52:34.173Z Compiling quick-error v1.2.3
21352026-08-25T21:52:34.208Z Compiling smoltcp v0.9.1
21362026-08-25T21:52:34.212Z Compiling darling_macro v0.20.11
21372026-08-25T21:52:34.259Z Compiling clap_lex v1.0.0
21382026-08-25T21:52:34.263Z Compiling bit-vec v0.8.0
21392026-08-25T21:52:34.331Z Compiling cfg_aliases v0.2.1
21402026-08-25T21:52:34.493Z Compiling funty v2.0.0
21412026-08-25T21:52:34.520Z Compiling num_threads v0.1.7
21422026-08-25T21:52:34.537Z Compiling owo-colors v4.3.0
21432026-08-25T21:52:34.552Z Compiling bit-set v0.8.0
21442026-08-25T21:52:34.570Z Compiling nix v0.31.2
21452026-08-25T21:52:34.613Z Compiling time v0.3.47
21462026-08-25T21:52:34.634Z Compiling clap_builder v4.6.0
21472026-08-25T21:52:34.676Z Compiling rusty-fork v0.3.1
21482026-08-25T21:52:34.697Z Compiling num-iter v0.1.45
21492026-08-25T21:52:34.724Z Compiling darling v0.20.11
21502026-08-25T21:52:34.826Z Compiling bitvec v1.0.1
21512026-08-25T21:52:34.972Z Compiling rand v0.8.6
21522026-08-25T21:52:35.065Z Compiling lazy_static v1.5.0
21532026-08-25T21:52:35.085Z Compiling hyper-util v0.1.20
21542026-08-25T21:52:35.195Z Compiling hmac v0.12.1
21552026-08-25T21:52:35.268Z Compiling erased-serde v0.3.31
21562026-08-25T21:52:35.471Z Compiling rand_xorshift v0.4.0
21572026-08-25T21:52:35.606Z Compiling curve25519-dalek-derive v0.1.1
21582026-08-25T21:52:35.644Z Compiling sync_wrapper v1.0.2
21592026-08-25T21:52:35.978Z Compiling crc-catalog v2.4.0
21602026-08-25T21:52:36.013Z Compiling zlib-rs v0.6.2
21612026-08-25T21:52:36.034Z Compiling siphasher v1.0.2
21622026-08-25T21:52:36.110Z Compiling unarray v0.1.4
21632026-08-25T21:52:36.207Z Compiling nodrop v0.1.14
21642026-08-25T21:52:36.255Z Compiling proptest v1.11.0
21652026-08-25T21:52:36.302Z Compiling array-init v0.0.4
21662026-08-25T21:52:36.323Z Compiling clap v4.6.1
21672026-08-25T21:52:36.341Z Compiling crc v3.4.0
21682026-08-25T21:52:36.754Z Compiling tower v0.5.3
21692026-08-25T21:52:37.624Z Compiling smallvec v0.6.14
21702026-08-25T21:52:37.640Z Compiling derive_builder_core v0.20.2
21712026-08-25T21:52:37.810Z Compiling pkcs1 v0.7.5
21722026-08-25T21:52:37.849Z Compiling http-body-util v0.1.3
21732026-08-25T21:52:37.936Z Compiling zerocopy v0.6.6
21742026-08-25T21:52:37.958Z Compiling bitfield v0.19.4
21752026-08-25T21:52:38.051Z Compiling flate2 v1.1.9
21762026-08-25T21:52:38.207Z Compiling hubpack_derive v0.1.1
21772026-08-25T21:52:38.257Z Compiling strum_macros v0.26.4
21782026-08-25T21:52:38.290Z Compiling strum_macros v0.27.2
21792026-08-25T21:52:38.320Z Compiling snafu-derive v0.8.9
21802026-08-25T21:52:38.438Z Compiling env_filter v2.0.0
21812026-08-25T21:52:38.480Z Compiling fs-err v3.3.0
21822026-08-25T21:52:38.682Z Compiling ryu v1.0.23
21832026-08-25T21:52:38.699Z Compiling base64 v0.21.7
21842026-08-25T21:52:38.703Z Compiling gimli v0.32.3
21852026-08-25T21:52:38.865Z Compiling unicode-properties v0.1.4
21862026-08-25T21:52:38.881Z Compiling iri-string v0.7.10
21872026-08-25T21:52:39.090Z Compiling hashbrown v0.12.3
21882026-08-25T21:52:39.139Z Compiling unicode-bidi v0.3.18
21892026-08-25T21:52:39.273Z Compiling allocator-api2 v0.2.21
21902026-08-25T21:52:39.633Z Compiling stringprep v0.1.5
21912026-08-25T21:52:39.997Z Compiling ron v0.8.1
21922026-08-25T21:52:40.046Z Compiling tower-http v0.6.8
21932026-08-25T21:52:40.061Z Compiling serde_urlencoded v0.7.1
21942026-08-25T21:52:40.188Z Compiling env_logger v0.11.11
21952026-08-25T21:52:40.237Z Compiling derive_builder_macro v0.20.2
21962026-08-25T21:52:40.318Z Compiling rsa v0.9.10
21972026-08-25T21:52:40.435Z Compiling addr2line v0.25.1
21982026-08-25T21:52:40.473Z Compiling newtype-uuid v1.3.2
21992026-08-25T21:52:40.526Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22002026-08-25T21:52:40.581Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22012026-08-25T21:52:40.734Z Compiling oxnet v0.1.6
22022026-08-25T21:52:40.776Z Compiling serde-hex v0.1.0
22032026-08-25T21:52:40.810Z Compiling hashbrown v0.13.2
22042026-08-25T21:52:40.874Z Compiling tokio-native-tls v0.3.1
22052026-08-25T21:52:40.904Z Compiling bzip2 v0.4.4
22062026-08-25T21:52:40.922Z Compiling usdt-macro v0.6.0
22072026-08-25T21:52:40.953Z Compiling usdt-attr-macro v0.6.0
22082026-08-25T21:52:41.041Z Compiling derive-ex v0.1.8
22092026-08-25T21:52:41.065Z Compiling crypto-common v0.2.2
22102026-08-25T21:52:41.119Z Compiling block-buffer v0.12.1
22112026-08-25T21:52:41.155Z Compiling block-padding v0.4.2
22122026-08-25T21:52:41.420Z Compiling convert_case v0.10.0
22132026-08-25T21:52:41.663Z Compiling rustls-native-certs v0.8.3
22142026-08-25T21:52:41.748Z Compiling x509-cert v0.2.5
22152026-08-25T21:52:41.907Z Compiling md-5 v0.10.6
22162026-08-25T21:52:42.079Z Compiling bstr v1.12.1
22172026-08-25T21:52:42.256Z Compiling vergen-lib v9.1.0
22182026-08-25T21:52:42.327Z Compiling hash32 v0.2.1
22192026-08-25T21:52:42.438Z Compiling encoding_rs v0.8.35
22202026-08-25T21:52:42.557Z Compiling cpufeatures v0.3.0
22212026-08-25T21:52:42.560Z Compiling mime v0.3.17
22222026-08-25T21:52:42.560Z Compiling unicode-width v0.2.0
22232026-08-25T21:52:42.603Z Compiling fallible-iterator v0.2.0
22242026-08-25T21:52:42.683Z Compiling psl-types v2.0.11
22252026-08-25T21:52:42.901Z Compiling rustc-demangle v0.1.27
22262026-08-25T21:52:42.917Z Compiling crc-any v2.5.0
22272026-08-25T21:52:42.984Z Compiling postgres-protocol v0.6.10
22282026-08-25T21:52:43.157Z Compiling publicsuffix v2.3.0
22292026-08-25T21:52:43.256Z Compiling test-strategy v0.4.5
22302026-08-25T21:52:43.283Z Compiling backtrace v0.3.76
22312026-08-25T21:52:43.788Z Compiling derive_more-impl v2.1.1
22322026-08-25T21:52:43.856Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22332026-08-25T21:52:43.933Z Compiling inout v0.2.2
22342026-08-25T21:52:43.997Z Compiling object v0.30.4
22352026-08-25T21:52:44.021Z Compiling zip v0.6.6
22362026-08-25T21:52:44.100Z Compiling daft v0.1.8
22372026-08-25T21:52:44.117Z Compiling hyper-tls v0.6.0
22382026-08-25T21:52:44.221Z Compiling derive_builder v0.20.2
22392026-08-25T21:52:44.285Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22402026-08-25T21:52:44.370Z Compiling phf_shared v0.13.1
22412026-08-25T21:52:44.457Z Compiling pin-project v1.1.11
22422026-08-25T21:52:44.588Z Compiling toml v0.7.8
22432026-08-25T21:52:44.626Z Compiling heck v0.4.1
22442026-08-25T21:52:44.672Z Compiling serde_with_macros v3.21.0
22452026-08-25T21:52:44.702Z Compiling futures-executor v0.3.32
22462026-08-25T21:52:44.854Z Compiling async-recursion v1.1.1
22472026-08-25T21:52:44.897Z Compiling enum-as-inner v0.6.1
22482026-08-25T21:52:44.953Z Compiling serde_repr v0.1.20
22492026-08-25T21:52:45.086Z Compiling miette-derive v7.6.0
22502026-08-25T21:52:45.183Z Compiling ff v0.13.1
22512026-08-25T21:52:45.186Z Compiling vergen v9.1.0
22522026-08-25T21:52:45.229Z Compiling cargo-platform v0.3.2
22532026-08-25T21:52:45.344Z Compiling managed v0.8.0
22542026-08-25T21:52:45.425Z Compiling same-file v1.0.6
22552026-08-25T21:52:45.482Z Compiling libbz2-rs-sys v0.2.2
22562026-08-25T21:52:45.513Z Compiling bitflags v1.3.2
22572026-08-25T21:52:45.608Z Compiling base16ct v0.2.0
22582026-08-25T21:52:45.703Z Compiling is_ci v1.2.0
22592026-08-25T21:52:45.718Z Compiling unicode-linebreak v0.1.5
22602026-08-25T21:52:45.786Z Compiling smawk v0.3.2
22612026-08-25T21:52:45.855Z Compiling foldhash v0.1.5
22622026-08-25T21:52:45.921Z Compiling bumpalo v3.20.2
22632026-08-25T21:52:45.943Z Compiling foldhash v0.2.0
22642026-08-25T21:52:45.972Z Compiling jiff-core v0.1.0
22652026-08-25T21:52:46.079Z Compiling path-slash v0.1.5
22662026-08-25T21:52:46.135Z Compiling zopfli v0.8.3
22672026-08-25T21:52:46.163Z Compiling hashbrown v0.16.1
22682026-08-25T21:52:46.179Z Compiling hashbrown v0.15.5
22692026-08-25T21:52:46.216Z Compiling textwrap v0.16.2
22702026-08-25T21:52:46.225Z Compiling bzip2 v0.6.1
22712026-08-25T21:52:46.420Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22722026-08-25T21:52:46.441Z Compiling supports-color v3.0.2
22732026-08-25T21:52:46.613Z Compiling sec1 v0.7.3
22742026-08-25T21:52:46.693Z Compiling walkdir v2.5.0
22752026-08-25T21:52:46.738Z Compiling jiff v0.2.34
22762026-08-25T21:52:46.773Z Compiling cargo_metadata v0.23.1
22772026-08-25T21:52:46.921Z Compiling group v0.13.0
22782026-08-25T21:52:47.196Z Compiling futures v0.3.32
22792026-08-25T21:52:47.530Z Compiling phf v0.13.1
22802026-08-25T21:52:47.618Z Compiling snafu v0.8.9
22812026-08-25T21:52:47.750Z Compiling reqwest v0.12.28
22822026-08-25T21:52:47.788Z Compiling cipher v0.5.2
22832026-08-25T21:52:47.810Z Compiling signal-hook-mio v0.2.5
22842026-08-25T21:52:47.954Z Compiling cookie_store v0.22.1
22852026-08-25T21:52:47.970Z Compiling backtrace-ext v0.2.1
22862026-08-25T21:52:47.984Z Compiling zstd v0.13.3
22872026-08-25T21:52:48.035Z Compiling postgres-types v0.2.12
22882026-08-25T21:52:48.051Z Compiling globset v0.4.18
22892026-08-25T21:52:48.143Z Compiling strum v0.27.2
22902026-08-25T21:52:48.298Z Compiling hubpack v0.1.2
22912026-08-25T21:52:48.396Z Compiling phf_shared v0.11.3
22922026-08-25T21:52:48.464Z Compiling crossbeam-epoch v0.9.18
22932026-08-25T21:52:48.488Z Compiling hkdf v0.12.4
22942026-08-25T21:52:48.545Z Compiling byte-wrapper v0.1.0
22952026-08-25T21:52:48.562Z Compiling olpc-cjson v0.1.4
22962026-08-25T21:52:48.587Z Compiling ed25519 v2.2.3
22972026-08-25T21:52:48.754Z Compiling crypto-bigint v0.5.5
22982026-08-25T21:52:48.836Z Compiling serde-big-array v0.5.1
22992026-08-25T21:52:48.855Z Compiling serde_plain v1.0.2
23002026-08-25T21:52:48.875Z Compiling pem v3.0.6
23012026-08-25T21:52:48.971Z Compiling float-cmp v0.10.0
23022026-08-25T21:52:49.011Z Compiling memmap2 v0.9.10
23032026-08-25T21:52:49.057Z Compiling data-encoding v2.10.0
23042026-08-25T21:52:49.171Z Compiling normalize-line-endings v0.3.0
23052026-08-25T21:52:49.219Z Compiling static_assertions v1.1.0
23062026-08-25T21:52:49.236Z Compiling difflib v0.4.0
23072026-08-25T21:52:49.239Z Compiling keccak v0.1.6
23082026-08-25T21:52:49.282Z Compiling supports-unicode v3.0.0
23092026-08-25T21:52:49.308Z Compiling fixedbitset v0.4.2
23102026-08-25T21:52:49.324Z Compiling fixedbitset v0.5.7
23112026-08-25T21:52:49.363Z Compiling precomputed-hash v0.1.1
23122026-08-25T21:52:49.443Z Compiling predicates-core v1.0.10
23132026-08-25T21:52:49.517Z Compiling whoami v2.1.0
23142026-08-25T21:52:49.528Z Compiling toml_write v0.1.2
23152026-08-25T21:52:49.595Z Compiling unicode-width v0.1.14
23162026-08-25T21:52:49.615Z Compiling new_debug_unreachable v1.0.6
23172026-08-25T21:52:49.681Z Compiling typed-path v0.9.3
23182026-08-25T21:52:49.701Z Compiling supports-hyperlinks v3.2.0
23192026-08-25T21:52:49.857Z Compiling const-oid v0.10.2
23202026-08-25T21:52:49.872Z Compiling miette v7.6.0
23212026-08-25T21:52:49.889Z Compiling tokio-postgres v0.7.16
23222026-08-25T21:52:49.906Z Compiling toml_edit v0.22.27
23232026-08-25T21:52:49.910Z Compiling string_cache v0.8.9
23242026-08-25T21:52:50.070Z Compiling digest v0.11.3
23252026-08-25T21:52:50.152Z Compiling elliptic-curve v0.13.8
23262026-08-25T21:52:50.278Z Compiling predicates v3.1.4
23272026-08-25T21:52:50.294Z Compiling petgraph v0.8.3
23282026-08-25T21:52:50.521Z Compiling petgraph v0.6.5
23292026-08-25T21:52:50.571Z Compiling sha3 v0.10.8
23302026-08-25T21:52:50.750Z Compiling hickory-proto v0.25.2
23312026-08-25T21:52:50.819Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23322026-08-25T21:52:50.905Z Compiling chacha20 v0.10.0
23332026-08-25T21:52:50.992Z Compiling usdt v0.6.0
23342026-08-25T21:52:51.251Z Compiling zip v4.6.1
23352026-08-25T21:52:51.311Z Compiling ed25519-dalek v2.2.0
23362026-08-25T21:52:51.462Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23372026-08-25T21:52:52.242Z Compiling crossterm v0.28.1
23382026-08-25T21:52:52.531Z Compiling iddqd v0.4.2
23392026-08-25T21:52:52.793Z Compiling serde_with v3.21.0
23402026-08-25T21:52:52.892Z Compiling derive_more v2.1.1
23412026-08-25T21:52:52.963Z Compiling similar v2.7.0
23422026-08-25T21:52:53.013Z Compiling strum v0.26.3
23432026-08-25T21:52:53.173Z Compiling tokio-stream v0.1.18
23442026-08-25T21:52:53.239Z Compiling buf-list v1.1.2
23452026-08-25T21:52:53.435Z Compiling itertools v0.13.0
23462026-08-25T21:52:53.581Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23472026-08-25T21:52:53.647Z Compiling openapiv3 v2.2.0
23482026-08-25T21:52:54.292Z Compiling peg-runtime v0.8.5
23492026-08-25T21:52:54.665Z Compiling lalrpop-util v0.19.12
23502026-08-25T21:53:08.911Z Compiling rustls-webpki v0.103.13
23512026-08-25T21:53:12.513Z Compiling tokio-rustls v0.26.4
23522026-08-25T21:53:12.800Z Compiling hyper-rustls v0.27.7
23532026-08-25T21:53:12.972Z Compiling rustls-platform-verifier v0.6.2
23542026-08-25T21:53:13.098Z Compiling tough v0.22.0
23552026-08-25T21:53:13.201Z Compiling reqwest v0.13.2
23562026-08-25T21:53:16.241Z Compiling macaddr v1.0.1
23572026-08-25T21:53:16.258Z Compiling rayon-core v1.13.0
23582026-08-25T21:53:16.343Z Compiling crucible-workspace-hack v0.1.0
23592026-08-25T21:53:16.416Z Compiling secrecy v0.10.3
23602026-08-25T21:53:16.446Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23612026-08-25T21:53:16.495Z Compiling toml_datetime v0.7.5+spec-1.1.0
23622026-08-25T21:53:16.508Z Compiling heapless v0.8.0
23632026-08-25T21:53:16.605Z Compiling crossbeam-deque v0.8.6
23642026-08-25T21:53:16.619Z Compiling ingot-macros v0.2.0
23652026-08-25T21:53:16.676Z Compiling toml_edit v0.23.10+spec-1.0.0
23662026-08-25T21:53:16.692Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23672026-08-25T21:53:16.696Z Compiling inout v0.1.4
23682026-08-25T21:53:16.745Z Compiling hash32 v0.3.1
23692026-08-25T21:53:16.889Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23702026-08-25T21:53:16.905Z Compiling multer v3.1.0
23712026-08-25T21:53:16.924Z Compiling thread_local v1.1.9
23722026-08-25T21:53:16.943Z Compiling slog-async v2.8.0
23732026-08-25T21:53:16.957Z Compiling compression-core v0.4.31
23742026-08-25T21:53:16.997Z Compiling smoltcp v0.11.0
23752026-08-25T21:53:17.056Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23762026-08-25T21:53:17.072Z Compiling match_cfg v0.1.0
23772026-08-25T21:53:17.159Z Compiling hostname v0.3.1
23782026-08-25T21:53:17.244Z Compiling compression-codecs v0.4.37
23792026-08-25T21:53:17.275Z Compiling proc-macro-crate v3.4.0
23802026-08-25T21:53:17.344Z Compiling cipher v0.4.4
23812026-08-25T21:53:17.379Z Compiling atomicwrites v0.4.4
23822026-08-25T21:53:17.379Z Compiling slog-json v2.6.1
23832026-08-25T21:53:17.421Z Compiling crossbeam-channel v0.5.15
23842026-08-25T21:53:17.622Z Compiling half v2.7.1
23852026-08-25T21:53:17.622Z Compiling newtype-uuid-macros v0.1.0
23862026-08-25T21:53:17.653Z Compiling universal-hash v0.5.1
23872026-08-25T21:53:17.683Z Compiling serde_tokenstream v0.3.0
23882026-08-25T21:53:17.699Z Compiling cobs v0.3.0
23892026-08-25T21:53:17.721Z Compiling thiserror-impl-no-std v2.0.2
23902026-08-25T21:53:17.826Z Compiling async-stream-impl v0.3.6
23912026-08-25T21:53:17.842Z Compiling serde_spanned v1.1.1
23922026-08-25T21:53:18.000Z Compiling toml_datetime v1.1.1+spec-1.1.0
23932026-08-25T21:53:18.017Z Compiling is-terminal v0.4.17
23942026-08-25T21:53:18.017Z Compiling dropshot v0.17.1
23952026-08-25T21:53:18.050Z Compiling proc-macro-error-attr v1.0.4
23962026-08-25T21:53:18.128Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
23972026-08-25T21:53:18.143Z Compiling toml_writer v1.1.1+spec-1.1.0
23982026-08-25T21:53:18.258Z Compiling convert_case v0.4.0
23992026-08-25T21:53:18.275Z Compiling opaque-debug v0.3.1
24002026-08-25T21:53:18.335Z Compiling term v1.2.1
24012026-08-25T21:53:18.368Z Compiling ciborium-io v0.2.2
24022026-08-25T21:53:18.383Z Compiling take_mut v0.2.2
24032026-08-25T21:53:18.415Z Compiling async-stream v0.3.6
24042026-08-25T21:53:18.430Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24052026-08-25T21:53:18.445Z Compiling poly1305 v0.8.0
24062026-08-25T21:53:18.519Z Compiling ciborium-ll v0.2.2
24072026-08-25T21:53:18.579Z Compiling derive_more v0.99.20
24082026-08-25T21:53:18.657Z Compiling slog-term v2.9.2
24092026-08-25T21:53:18.722Z Compiling thiserror-no-std v2.0.2
24102026-08-25T21:53:18.798Z Compiling toml v1.1.2+spec-1.1.0
24112026-08-25T21:53:18.880Z Compiling oxide-generation-macros v0.2.0
24122026-08-25T21:53:18.902Z Compiling postcard v1.1.3
24132026-08-25T21:53:18.935Z Compiling num_enum_derive v0.7.6
24142026-08-25T21:53:19.102Z Compiling slog-bunyan v2.5.0
24152026-08-25T21:53:19.118Z Compiling chacha20 v0.9.1
24162026-08-25T21:53:19.255Z Compiling ingot-types v0.2.0
24172026-08-25T21:53:19.308Z Compiling async-compression v0.4.41
24182026-08-25T21:53:19.432Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24192026-08-25T21:53:19.593Z Compiling sha1 v0.11.0
24202026-08-25T21:53:19.687Z Compiling ingot v0.2.1
24212026-08-25T21:53:19.742Z Compiling oxide-generation v0.1.3
24222026-08-25T21:53:19.796Z Compiling parse-display-derive v0.10.0
24232026-08-25T21:53:19.885Z Compiling proc-macro-crate v1.3.1
24242026-08-25T21:53:19.907Z Compiling waitgroup v0.1.2
24252026-08-25T21:53:20.063Z Compiling rustls-pemfile v2.2.0
24262026-08-25T21:53:20.086Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24272026-08-25T21:53:20.121Z Compiling backon v1.6.0
24282026-08-25T21:53:20.246Z Compiling blake2 v0.10.6
24292026-08-25T21:53:20.370Z Compiling dropshot_endpoint v0.17.1
24302026-08-25T21:53:20.396Z Compiling aead v0.5.2
24312026-08-25T21:53:20.574Z Compiling password-hash v0.5.0
24322026-08-25T21:53:20.590Z Compiling foreign-types-macros v0.2.3
24332026-08-25T21:53:20.615Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24342026-08-25T21:53:20.719Z Compiling serde_path_to_error v0.1.20
24352026-08-25T21:53:20.765Z Compiling hostname v0.4.2
24362026-08-25T21:53:20.781Z Compiling proc-macro-error v1.0.4
24372026-08-25T21:53:20.951Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24382026-08-25T21:53:21.005Z Compiling instant v0.1.13
24392026-08-25T21:53:21.034Z Compiling foreign-types-shared v0.3.1
24402026-08-25T21:53:21.126Z Compiling debug-ignore v1.0.5
24412026-08-25T21:53:21.149Z Compiling illumos-nvpair-sys v0.2.0
24422026-08-25T21:53:21.171Z Compiling backoff v0.4.0
24432026-08-25T21:53:21.227Z Compiling foreign-types v0.5.0
24442026-08-25T21:53:21.257Z Compiling argon2 v0.5.3
24452026-08-25T21:53:21.273Z Compiling chacha20poly1305 v0.10.1
24462026-08-25T21:53:21.288Z Compiling parse-display v0.10.0
24472026-08-25T21:53:21.328Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24482026-08-25T21:53:21.345Z Compiling num_enum_derive v0.5.11
24492026-08-25T21:53:21.386Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
24502026-08-25T21:53:21.418Z Compiling num_enum v0.7.6
24512026-08-25T21:53:21.444Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24522026-08-25T21:53:21.553Z Compiling vsss-rs v3.3.4
24532026-08-25T21:53:21.570Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24542026-08-25T21:53:21.890Z Compiling ciborium v0.2.2
24552026-08-25T21:53:21.952Z Compiling regress v0.10.5
24562026-08-25T21:53:21.968Z Compiling itertools v0.14.0
24572026-08-25T21:53:22.045Z Compiling tabwriter v1.4.1
24582026-08-25T21:53:22.065Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24592026-08-25T21:53:22.123Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24602026-08-25T21:53:22.206Z Compiling cstr-argument v0.1.2
24612026-08-25T21:53:22.263Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24622026-08-25T21:53:22.284Z Compiling humantime v2.3.0
24632026-08-25T21:53:22.393Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24642026-08-25T21:53:22.438Z Compiling num_enum v0.5.11
24652026-08-25T21:53:22.501Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24662026-08-25T21:53:22.523Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24672026-08-25T21:53:22.740Z Compiling rayon v1.11.0
24682026-08-25T21:53:22.763Z Compiling rand v0.10.1
24692026-08-25T21:53:22.785Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24702026-08-25T21:53:22.801Z Compiling libefi-sys v0.1.0
24712026-08-25T21:53:22.824Z Compiling indent_write v2.2.0
24722026-08-25T21:53:22.902Z Compiling colored v3.1.1
24732026-08-25T21:53:22.917Z Compiling zone_cfg_derive v0.3.1
24742026-08-25T21:53:23.028Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24752026-08-25T21:53:23.050Z Compiling illumos-nvpair v0.3.0
24762026-08-25T21:53:23.117Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24772026-08-25T21:53:23.154Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24782026-08-25T21:53:23.350Z Compiling camino-tempfile v1.4.1
24792026-08-25T21:53:23.413Z Compiling itertools v0.12.1
24802026-08-25T21:53:23.430Z Compiling usdt-attr-macro v0.5.0
24812026-08-25T21:53:23.533Z Compiling usdt-macro v0.5.0
24822026-08-25T21:53:23.550Z Compiling num-derive v0.4.2
24832026-08-25T21:53:23.550Z Compiling bitfield-struct v0.6.2
24842026-08-25T21:53:23.580Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24852026-08-25T21:53:23.584Z Compiling blake3 v1.8.5
24862026-08-25T21:53:23.671Z Compiling memmap v0.7.0
24872026-08-25T21:53:23.702Z Compiling sigpipe v0.1.3
24882026-08-25T21:53:23.768Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24892026-08-25T21:53:23.810Z Compiling glob v0.3.3
24902026-08-25T21:53:23.930Z Compiling swrite v0.1.0
24912026-08-25T21:53:24.011Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24922026-08-25T21:53:24.212Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24932026-08-25T21:53:24.265Z Compiling usdt v0.5.0
24942026-08-25T21:53:24.318Z Compiling smf v0.2.3
24952026-08-25T21:53:24.412Z Compiling filetime v0.2.27
24962026-08-25T21:53:24.441Z Compiling constant_time_eq v0.4.2
24972026-08-25T21:53:24.452Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24982026-08-25T21:53:24.544Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24992026-08-25T21:53:24.575Z Compiling arrayref v0.3.9
25002026-08-25T21:53:24.641Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25012026-08-25T21:53:24.642Z Compiling arrayvec v0.7.6
25022026-08-25T21:53:24.672Z Compiling xattr v1.6.1
25032026-08-25T21:53:24.744Z Compiling zone v0.3.1
25042026-08-25T21:53:24.763Z Compiling whoami v1.6.1
25052026-08-25T21:53:24.908Z Compiling tar v0.4.46
25062026-08-25T21:53:24.925Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25072026-08-25T21:53:24.926Z Compiling tokio-dtrace v0.1.1
25082026-08-25T21:53:24.957Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25092026-08-25T21:53:25.005Z Compiling gethostname v0.5.0
25102026-08-25T21:53:25.135Z Compiling console v0.16.2
25112026-08-25T21:53:25.211Z Compiling topological-sort v0.2.2
25122026-08-25T21:53:25.228Z Compiling unit-prefix v0.5.2
25132026-08-25T21:53:25.231Z Compiling oxide-tokio-rt v0.1.4
25142026-08-25T21:53:25.265Z Compiling toml v0.8.23
25152026-08-25T21:53:25.428Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25162026-08-25T21:53:25.501Z Compiling shell-words v1.1.1
25172026-08-25T21:53:25.608Z Compiling indicatif v0.18.4
25182026-08-25T21:53:34.732Z Compiling progenitor-client v0.14.0
25192026-08-25T21:53:34.732Z Compiling omicron-zone-package v0.12.3
25202026-08-25T21:53:34.972Z Compiling progenitor-extras v0.2.0
25212026-08-25T21:53:35.268Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25222026-08-25T21:53:35.290Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25232026-08-25T21:53:35.380Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25242026-08-25T21:53:35.399Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25252026-08-25T21:53:35.466Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25262026-08-25T21:53:35.501Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25272026-08-25T21:53:35.575Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25282026-08-25T21:53:35.697Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25292026-08-25T21:53:36.183Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25302026-08-25T21:53:39.705Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25312026-08-25T21:53:48.716Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25322026-08-25T21:53:51.985Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25332026-08-25T21:53:53.095Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
25342026-08-25T21:54:03.574Z Finished `release` profile [optimized] target(s) in 1m 48s
25352026-08-25T21:54:03.726Z Running `target/release/omicron-package -t test target create -p dev`
25362026-08-25T21:54:03.793ZLogging to: /work/oxidecomputer/omicron/out/LOG
25372026-08-25T21:54:03.797ZCreated new build target 'test' and set it as active
25382026-08-25T21:54:03.797Z
25392026-08-25T21:54:03.797Zreal 1:49.107493144
25402026-08-25T21:54:03.797Zuser 18:01.283076550
25412026-08-25T21:54:03.797Zsys 2:49.884504646
25422026-08-25T21:54:03.797Ztrap 0.499496764
25432026-08-25T21:54:03.797Ztflt 2.327566522
25442026-08-25T21:54:03.797Zdflt 5.126749636
25452026-08-25T21:54:03.797Zkflt 0.000500730
25462026-08-25T21:54:03.797Zlock 59:05.502316979
25472026-08-25T21:54:03.797Zslp 45:56.187987191
25482026-08-25T21:54:03.797Zlat 52.005132330
25492026-08-25T21:54:03.797Zstop 6:26.336322900
25502026-08-25T21:54:03.797Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
25512026-08-25T21:54:04.702Z Finished `release` profile [optimized] target(s) in 0.89s
25522026-08-25T21:54:04.777Z Running `target/release/omicron-package -t test package`
25532026-08-25T21:54:04.837ZLogging to: /work/oxidecomputer/omicron/out/LOG
25542026-08-25T21:54:06.313Z Compiling heck v0.5.0
25552026-08-25T21:54:06.317Z Compiling regress v0.11.1
25562026-08-25T21:54:06.561Z Compiling unsafe-libyaml v0.2.11
25572026-08-25T21:54:06.583Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25582026-08-25T21:54:06.611Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25592026-08-25T21:54:06.612Z Compiling derive-where v1.6.0
25602026-08-25T21:54:06.616Z Compiling bytecount v0.6.9
25612026-08-25T21:54:06.656Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25622026-08-25T21:54:06.695Z Compiling atomicwrites v0.4.4
25632026-08-25T21:54:06.695Z Compiling is-terminal v0.4.17
25642026-08-25T21:54:06.700Z Compiling prettyplease v0.2.37
25652026-08-25T21:54:06.701Z Compiling newline-converter v0.3.0
25662026-08-25T21:54:06.701Z Compiling console v0.15.11
25672026-08-25T21:54:06.762Z Compiling slog-dtrace v0.3.0
25682026-08-25T21:54:06.765Z Compiling cancel-safe-futures v0.1.5
25692026-08-25T21:54:06.850Z Compiling resolv-conf v0.7.6
25702026-08-25T21:54:06.856Z Compiling num-rational v0.4.2
25712026-08-25T21:54:06.896Z Compiling num-complex v0.4.6
25722026-08-25T21:54:06.922Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25732026-08-25T21:54:06.995Z Compiling thread_local v1.1.9
25742026-08-25T21:54:07.085Z Compiling serde_yaml v0.9.34+deprecated
25752026-08-25T21:54:07.129Z Compiling compression-core v0.4.31
25762026-08-25T21:54:07.246Z Compiling expectorate v1.2.0
25772026-08-25T21:54:07.268Z Compiling match_cfg v0.1.0
25782026-08-25T21:54:07.317Z Compiling num v0.4.3
25792026-08-25T21:54:07.366Z Compiling hostname v0.3.1
25802026-08-25T21:54:07.387Z Compiling compression-codecs v0.4.37
25812026-08-25T21:54:07.433Z Compiling multer v3.1.0
25822026-08-25T21:54:07.478Z Compiling slog-async v2.8.0
25832026-08-25T21:54:07.500Z Compiling crossbeam-channel v0.5.15
25842026-08-25T21:54:07.524Z Compiling slog-json v2.6.1
25852026-08-25T21:54:07.548Z Compiling toml_datetime v1.1.1+spec-1.1.0
25862026-08-25T21:54:07.548Z Compiling serde_spanned v1.1.1
25872026-08-25T21:54:07.644Z Compiling linked-hash-map v0.5.6
25882026-08-25T21:54:07.744Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25892026-08-25T21:54:07.766Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25902026-08-25T21:54:07.788Z Compiling float-ord v0.3.2
25912026-08-25T21:54:07.813Z Compiling oxide-update-engine-types v0.1.2
25922026-08-25T21:54:07.840Z Compiling linear-map v1.2.0
25932026-08-25T21:54:07.863Z Compiling take_mut v0.2.2
25942026-08-25T21:54:07.887Z Compiling term v1.2.1
25952026-08-25T21:54:07.891Z Compiling toml_writer v1.1.1+spec-1.1.0
25962026-08-25T21:54:07.933Z Compiling lru-cache v0.1.2
25972026-08-25T21:54:07.957Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25982026-08-25T21:54:07.961Z Compiling slog-bunyan v2.5.0
25992026-08-25T21:54:08.019Z Compiling async-compression v0.4.41
26002026-08-25T21:54:08.071Z Compiling typify-impl v0.6.2
26012026-08-25T21:54:08.142Z Compiling toml v1.1.2+spec-1.1.0
26022026-08-25T21:54:08.165Z Compiling dropshot v0.17.1
26032026-08-25T21:54:08.235Z Compiling slog-term v2.9.2
26042026-08-25T21:54:08.382Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26052026-08-25T21:54:08.403Z Compiling async-stream v0.3.6
26062026-08-25T21:54:08.427Z Compiling progenitor-client v0.14.0
26072026-08-25T21:54:08.523Z Compiling sha1 v0.11.0
26082026-08-25T21:54:08.546Z Compiling oxide-generation v0.1.3
26092026-08-25T21:54:08.590Z Compiling waitgroup v0.1.2
26102026-08-25T21:54:08.608Z Compiling rustls-pemfile v2.2.0
26112026-08-25T21:54:08.748Z Compiling backon v1.6.0
26122026-08-25T21:54:08.769Z Compiling serde_path_to_error v0.1.20
26132026-08-25T21:54:08.773Z Compiling hostname v0.4.2
26142026-08-25T21:54:08.821Z Compiling instant v0.1.13
26152026-08-25T21:54:08.847Z Compiling debug-ignore v1.0.5
26162026-08-25T21:54:08.867Z Compiling minimal-lexical v0.2.1
26172026-08-25T21:54:08.959Z Compiling progenitor-extras v0.2.0
26182026-08-25T21:54:08.959Z Compiling backoff v0.4.0
26192026-08-25T21:54:09.003Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
26202026-08-25T21:54:09.006Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26212026-08-25T21:54:09.133Z Compiling oxide-update-engine v0.1.2
26222026-08-25T21:54:09.159Z Compiling nom v7.1.3
26232026-08-25T21:54:09.213Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
26242026-08-25T21:54:09.245Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
26252026-08-25T21:54:09.268Z Compiling parse-display v0.10.0
26262026-08-25T21:54:09.271Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26272026-08-25T21:54:09.316Z Compiling hickory-proto v0.24.4
26282026-08-25T21:54:09.781Z Compiling regress v0.10.5
26292026-08-25T21:54:09.971Z Compiling itertools v0.14.0
26302026-08-25T21:54:10.419Z Compiling macaddr v1.0.1
26312026-08-25T21:54:10.564Z Compiling humantime v2.3.0
26322026-08-25T21:54:10.590Z Compiling unicode-xid v0.2.6
26332026-08-25T21:54:10.741Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
26342026-08-25T21:54:10.835Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26352026-08-25T21:54:10.918Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26362026-08-25T21:54:11.005Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26372026-08-25T21:54:11.190Z Compiling toml v0.8.23
26382026-08-25T21:54:11.259Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
26392026-08-25T21:54:11.295Z Compiling papergrid v0.11.0
26402026-08-25T21:54:11.552Z Compiling tabled_derive v0.7.0
26412026-08-25T21:54:11.576Z Compiling typify-macro v0.6.2
26422026-08-25T21:54:11.775Z Compiling termtree v0.5.1
26432026-08-25T21:54:11.799Z Compiling crossterm v0.29.0
26442026-08-25T21:54:11.827Z Compiling hickory-resolver v0.24.4
26452026-08-25T21:54:11.988Z Compiling phf_shared v0.12.1
26462026-08-25T21:54:12.246Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26472026-08-25T21:54:12.463Z Compiling tabled v0.15.0
26482026-08-25T21:54:12.511Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26492026-08-25T21:54:13.150Z Compiling qorb v0.4.1
26502026-08-25T21:54:13.195Z Compiling typify v0.6.2
26512026-08-25T21:54:13.486Z Compiling progenitor-impl v0.14.0
26522026-08-25T21:54:14.089Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26532026-08-25T21:54:14.621Z Compiling csv-core v0.1.13
26542026-08-25T21:54:14.684Z Compiling vte v0.14.1
26552026-08-25T21:54:14.953Z Compiling chrono-tz v0.10.4
26562026-08-25T21:54:15.049Z Compiling highway v1.3.0
26572026-08-25T21:54:15.187Z Compiling strip-ansi-escapes v0.2.1
26582026-08-25T21:54:15.669Z Compiling progenitor-macro v0.14.0
26592026-08-25T21:54:15.784Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26602026-08-25T21:54:16.580Z Compiling csv v1.4.0
26612026-08-25T21:54:16.609Z Compiling phf v0.12.1
26622026-08-25T21:54:16.827Z Compiling const_format_proc_macros v0.2.34
26632026-08-25T21:54:17.133Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26642026-08-25T21:54:17.448Z Compiling fd-lock v4.0.4
26652026-08-25T21:54:17.600Z Compiling peg-macros v0.8.5
26662026-08-25T21:54:17.649Z Compiling nu-ansi-term v0.50.3
26672026-08-25T21:54:17.726Z Compiling const_format v0.2.35
26682026-08-25T21:54:18.011Z Compiling reedline v0.40.0
26692026-08-25T21:54:18.210Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26702026-08-25T21:54:18.468Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26712026-08-25T21:54:18.863Z Compiling peg v0.8.5
26722026-08-25T21:54:18.969Z Compiling bcs v0.1.6
26732026-08-25T21:54:19.280Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26742026-08-25T21:54:19.408Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
26752026-08-25T21:54:19.750Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26762026-08-25T21:54:19.876Z Compiling progenitor v0.14.0
26772026-08-25T21:54:20.070Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26782026-08-25T21:54:20.092Z Compiling nom v8.0.0
26792026-08-25T21:54:20.170Z Compiling semver v0.1.20
26802026-08-25T21:54:20.476Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26812026-08-25T21:54:20.585Z Compiling rustc_version v0.1.7
26822026-08-25T21:54:20.831Z Compiling newtype_derive v0.1.6
26832026-08-25T21:54:21.057Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26842026-08-25T21:54:21.312Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26852026-08-25T21:54:21.440Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26862026-08-25T21:54:21.615Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26872026-08-25T21:54:21.769Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26882026-08-25T21:54:21.997Z Compiling steno v0.4.1
26892026-08-25T21:54:22.754Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
26902026-08-25T21:54:22.850Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26912026-08-25T21:54:22.850Z Compiling dropshot-api-manager-types v0.8.0
26922026-08-25T21:54:23.077Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26932026-08-25T21:54:23.211Z Compiling sha1 v0.10.6
26942026-08-25T21:54:23.234Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26952026-08-25T21:54:23.459Z Compiling tagptr v0.2.0
26962026-08-25T21:54:23.660Z Compiling utf-8 v0.7.6
26972026-08-25T21:54:23.707Z Compiling moka v0.12.13
26982026-08-25T21:54:23.918Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26992026-08-25T21:54:24.098Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27002026-08-25T21:54:24.355Z Compiling tungstenite v0.21.0
27012026-08-25T21:54:24.568Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
27022026-08-25T21:54:24.970Z Compiling hickory-resolver v0.25.2
27032026-08-25T21:54:25.930Z Compiling tokio-tungstenite v0.21.0
27042026-08-25T21:54:26.361Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27052026-08-25T21:54:26.485Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
27062026-08-25T21:54:27.226Z Compiling darling_core v0.21.3
27072026-08-25T21:54:28.409Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27082026-08-25T21:54:29.262Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27092026-08-25T21:54:29.405Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27102026-08-25T21:54:29.487Z Compiling darling_macro v0.21.3
27112026-08-25T21:54:29.997Z Compiling display-error-chain v0.2.2
27122026-08-25T21:54:30.061Z Compiling darling v0.21.3
27132026-08-25T21:54:30.196Z Compiling libscf-sys v1.2.0
27142026-08-25T21:54:30.233Z Compiling vergen-lib v0.1.6
27152026-08-25T21:54:30.396Z Compiling diesel_derives v2.3.7
27162026-08-25T21:54:30.533Z Compiling dsl_auto_type v0.2.0
27172026-08-25T21:54:30.680Z Compiling scheduled-thread-pool v0.2.7
27182026-08-25T21:54:30.794Z Compiling vergen-gitcl v1.0.8
27192026-08-25T21:54:31.017Z Compiling diesel_table_macro_syntax v0.3.0
27202026-08-25T21:54:31.083Z Compiling dirs-sys-next v0.1.2
27212026-08-25T21:54:31.245Z Compiling maplit v1.0.2
27222026-08-25T21:54:31.266Z Compiling crunchy v0.2.4
27232026-08-25T21:54:31.357Z Compiling glob v0.3.3
27242026-08-25T21:54:31.379Z Compiling dirs-next v2.0.0
27252026-08-25T21:54:31.523Z Compiling r2d2 v0.8.10
27262026-08-25T21:54:31.611Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
27272026-08-25T21:54:31.634Z Compiling papergrid v0.18.0
27282026-08-25T21:54:31.724Z Compiling clang-sys v1.8.1
27292026-08-25T21:54:31.815Z Compiling tiny-keccak v2.0.2
27302026-08-25T21:54:31.862Z Compiling downcast-rs v2.0.2
27312026-08-25T21:54:31.887Z Compiling xshell-macros v0.2.7
27322026-08-25T21:54:32.166Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27332026-08-25T21:54:32.189Z Compiling term v0.7.0
27342026-08-25T21:54:32.285Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27352026-08-25T21:54:32.308Z Compiling xshell v0.2.7
27362026-08-25T21:54:32.312Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27372026-08-25T21:54:32.528Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27382026-08-25T21:54:32.700Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27392026-08-25T21:54:32.875Z Compiling tabled v0.21.0
27402026-08-25T21:54:32.937Z Compiling bit-vec v0.6.3
27412026-08-25T21:54:33.175Z Compiling bit-set v0.5.3
27422026-08-25T21:54:33.367Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
27432026-08-25T21:54:33.427Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27442026-08-25T21:54:33.567Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27452026-08-25T21:54:33.933Z Compiling ascii-canvas v3.0.0
27462026-08-25T21:54:34.013Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27472026-08-25T21:54:34.185Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
27482026-08-25T21:54:34.261Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
27492026-08-25T21:54:34.485Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27502026-08-25T21:54:34.584Z Compiling itertools v0.10.5
27512026-08-25T21:54:34.623Z Compiling ena v0.14.4
27522026-08-25T21:54:34.648Z Compiling libloading v0.8.9
27532026-08-25T21:54:34.675Z Compiling diff v0.1.13
27542026-08-25T21:54:34.880Z Compiling unicase v2.9.0
27552026-08-25T21:54:34.908Z Compiling regex-syntax v0.6.29
27562026-08-25T21:54:34.960Z Compiling bindgen v0.71.1
27572026-08-25T21:54:35.655Z Compiling cexpr v0.6.0
27582026-08-25T21:54:35.721Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27592026-08-25T21:54:35.971Z Compiling rustc-hash v2.1.1
27602026-08-25T21:54:36.139Z Compiling crc8 v0.1.1
27612026-08-25T21:54:36.176Z Compiling diesel v2.3.7
27622026-08-25T21:54:36.285Z Compiling lalrpop v0.19.12
27632026-08-25T21:54:36.386Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27642026-08-25T21:54:36.583Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27652026-08-25T21:54:36.803Z Compiling headers-core v0.3.0
27662026-08-25T21:54:37.124Z Compiling libxml v0.3.3
27672026-08-25T21:54:37.338Z Compiling headers v0.4.1
27682026-08-25T21:54:37.461Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27692026-08-25T21:54:37.644Z Compiling strum_macros v0.24.3
27702026-08-25T21:54:37.667Z Compiling indoc v1.0.9
27712026-08-25T21:54:37.845Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27722026-08-25T21:54:38.048Z Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
27732026-08-25T21:54:38.084Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27742026-08-25T21:54:38.106Z Compiling derive_builder v0.20.2
27752026-08-25T21:54:38.277Z Compiling quick-xml v0.37.5
27762026-08-25T21:54:38.312Z Compiling oso-derive v0.27.3
27772026-08-25T21:54:38.447Z Compiling impl-trait-for-tuples v0.2.3
27782026-08-25T21:54:38.842Z Compiling openssl-probe v0.1.6
27792026-08-25T21:54:38.919Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27802026-08-25T21:54:38.974Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27812026-08-25T21:54:39.147Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27822026-08-25T21:54:39.541Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27832026-08-25T21:54:39.650Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27842026-08-25T21:54:39.742Z Compiling bb8 v0.8.6
27852026-08-25T21:54:39.853Z Compiling trait-variant v0.1.2
27862026-08-25T21:54:39.878Z Compiling proc-macro-error-attr2 v2.0.0
27872026-08-25T21:54:40.170Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27882026-08-25T21:54:40.291Z Compiling half v1.8.3
27892026-08-25T21:54:40.328Z Compiling proc-macro-error2 v2.0.1
27902026-08-25T21:54:40.398Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27912026-08-25T21:54:40.422Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27922026-08-25T21:54:40.667Z Compiling serde_cbor v0.11.2
27932026-08-25T21:54:40.792Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27942026-08-25T21:54:40.815Z Compiling hashbrown v0.14.5
27952026-08-25T21:54:40.962Z Compiling rfc6979 v0.4.0
27962026-08-25T21:54:41.086Z Compiling salty v0.3.0
27972026-08-25T21:54:41.141Z Compiling ecdsa v0.16.9
27982026-08-25T21:54:41.394Z Compiling chumsky v0.9.3
27992026-08-25T21:54:41.604Z Compiling knus-derive v3.4.0
28002026-08-25T21:54:41.628Z Compiling samael v0.0.19
28012026-08-25T21:54:41.678Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
28022026-08-25T21:54:41.753Z Compiling progenitor-impl v0.13.0
28032026-08-25T21:54:41.774Z Compiling primeorder v0.13.6
28042026-08-25T21:54:42.114Z Compiling nonempty v0.12.0
28052026-08-25T21:54:42.371Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
28062026-08-25T21:54:42.654Z Compiling p384 v0.13.1
28072026-08-25T21:54:43.007Z Compiling knus v3.4.0
28082026-08-25T21:54:43.766Z Compiling polar-core v0.27.3
28092026-08-25T21:54:43.885Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28102026-08-25T21:54:43.978Z Compiling progenitor-macro v0.13.0
28112026-08-25T21:54:44.179Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
28122026-08-25T21:54:44.915Z Compiling progenitor-client v0.13.0
28132026-08-25T21:54:45.089Z Compiling fxhash v0.2.1
28142026-08-25T21:54:45.254Z Compiling libz-sys v1.1.24
28152026-08-25T21:54:45.407Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28162026-08-25T21:54:45.476Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
28172026-08-25T21:54:45.645Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28182026-08-25T21:54:45.945Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28192026-08-25T21:54:46.423Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28202026-08-25T21:54:46.567Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
28212026-08-25T21:54:47.142Z Compiling kstat-rs v0.2.5
28222026-08-25T21:54:47.851Z Compiling mime_guess v2.0.5
28232026-08-25T21:54:48.083Z Compiling progenitor v0.13.0
28242026-08-25T21:54:48.281Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28252026-08-25T21:54:49.244Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28262026-08-25T21:54:50.015Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28272026-08-25T21:54:50.038Z Compiling nanorand v0.7.0
28282026-08-25T21:54:50.269Z Compiling libgit2-sys v0.18.3+1.9.2
28292026-08-25T21:54:50.350Z Compiling parking_lot_core v0.8.6
28302026-08-25T21:54:50.412Z Compiling flume v0.11.1
28312026-08-25T21:54:50.531Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28322026-08-25T21:54:50.816Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28332026-08-25T21:54:50.986Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28342026-08-25T21:54:51.690Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28352026-08-25T21:54:51.796Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28362026-08-25T21:54:52.274Z Compiling git-stub v1.0.0
28372026-08-25T21:54:52.552Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
28382026-08-25T21:54:52.801Z Compiling oso v0.27.3
28392026-08-25T21:54:52.893Z Compiling corncobs v0.1.4
28402026-08-25T21:54:52.938Z Compiling instability v0.3.11
28412026-08-25T21:54:53.172Z Compiling http-range v0.1.5
28422026-08-25T21:54:53.193Z Compiling strsim v0.10.0
28432026-08-25T21:54:53.567Z Compiling async-bb8-diesel v0.2.1
28442026-08-25T21:54:53.688Z Compiling diesel-dtrace v0.5.0
28452026-08-25T21:54:54.021Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28462026-08-25T21:54:54.044Z Compiling darling_core v0.13.4
28472026-08-25T21:54:55.752Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28482026-08-25T21:54:56.450Z Compiling git-stub-vcs v0.1.0
28492026-08-25T21:54:56.822Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28502026-08-25T21:54:57.770Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
28512026-08-25T21:54:58.031Z Compiling ignore v0.4.25
28522026-08-25T21:54:58.607Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28532026-08-25T21:54:59.011Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28542026-08-25T21:54:59.222Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28552026-08-25T21:54:59.407Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28562026-08-25T21:54:59.677Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28572026-08-25T21:55:00.569Z Compiling anstyle-parse v0.2.7
28582026-08-25T21:55:00.836Z Compiling secrecy v0.8.0
28592026-08-25T21:55:01.036Z Compiling vergen-git2 v9.1.0
28602026-08-25T21:55:01.098Z Compiling castaway v0.2.4
28612026-08-25T21:55:01.199Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28622026-08-25T21:55:01.263Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28632026-08-25T21:55:01.266Z Compiling indoc v2.0.7
28642026-08-25T21:55:01.609Z Compiling compact_str v0.8.1
28652026-08-25T21:55:02.462Z Compiling anstream v0.6.21
28662026-08-25T21:55:02.753Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28672026-08-25T21:55:02.988Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28682026-08-25T21:55:03.010Z Compiling globwalk v0.9.1
28692026-08-25T21:55:03.158Z Compiling parking_lot v0.11.2
28702026-08-25T21:55:03.658Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28712026-08-25T21:55:03.682Z Compiling hyper-staticfile v0.10.1
28722026-08-25T21:55:04.073Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28732026-08-25T21:55:04.360Z Compiling darling_macro v0.13.4
28742026-08-25T21:55:04.570Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28752026-08-25T21:55:04.840Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28762026-08-25T21:55:04.888Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28772026-08-25T21:55:05.489Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28782026-08-25T21:55:05.799Z Compiling predicates-tree v1.0.13
28792026-08-25T21:55:06.189Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28802026-08-25T21:55:06.215Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
28812026-08-25T21:55:06.425Z Compiling unicode-truncate v1.1.0
28822026-08-25T21:55:06.654Z Compiling lru v0.12.5
28832026-08-25T21:55:06.702Z Compiling digest-io v0.1.0
28842026-08-25T21:55:06.889Z Compiling sha2 v0.11.0
28852026-08-25T21:55:06.912Z Compiling prefix-trie v0.7.0
28862026-08-25T21:55:06.971Z Compiling rand_seeder v0.4.0
28872026-08-25T21:55:07.138Z Compiling cassowary v0.3.0
28882026-08-25T21:55:07.227Z Compiling rawzip v0.4.4
28892026-08-25T21:55:07.363Z Compiling hickory-server v0.25.2
28902026-08-25T21:55:07.419Z Compiling ratatui v0.29.0
28912026-08-25T21:55:07.591Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28922026-08-25T21:55:07.802Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28932026-08-25T21:55:07.965Z Compiling camino-tempfile-ext v0.3.3
28942026-08-25T21:55:08.299Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28952026-08-25T21:55:08.483Z Compiling darling v0.13.4
28962026-08-25T21:55:08.620Z Compiling sled v0.34.7
28972026-08-25T21:55:08.684Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28982026-08-25T21:55:09.273Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28992026-08-25T21:55:11.034Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
29002026-08-25T21:55:11.735Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
29012026-08-25T21:55:11.978Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29022026-08-25T21:55:12.396Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29032026-08-25T21:55:14.179Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
29042026-08-25T21:55:14.761Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29052026-08-25T21:55:15.778Z Compiling serde_with_macros v1.5.2
29062026-08-25T21:55:15.880Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
29072026-08-25T21:55:15.917Z Compiling git2 v0.20.4
29082026-08-25T21:55:15.990Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
29092026-08-25T21:55:16.214Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
29102026-08-25T21:55:16.499Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29112026-08-25T21:55:16.615Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
29122026-08-25T21:55:16.725Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29132026-08-25T21:55:16.861Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29142026-08-25T21:55:17.020Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
29152026-08-25T21:55:17.087Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29162026-08-25T21:55:17.272Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29172026-08-25T21:55:17.325Z Compiling arc-swap v1.8.2
29182026-08-25T21:55:17.350Z Compiling void v1.0.2
29192026-08-25T21:55:17.501Z Compiling lzss v0.8.2
29202026-08-25T21:55:17.626Z Compiling slog-scope v4.4.1
29212026-08-25T21:55:17.844Z Compiling serde_with v1.14.0
29222026-08-25T21:55:18.007Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
29232026-08-25T21:55:18.041Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
29242026-08-25T21:55:19.036Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29252026-08-25T21:55:19.085Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29262026-08-25T21:55:19.363Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29272026-08-25T21:55:19.780Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29282026-08-25T21:55:19.826Z Compiling scuffle v0.1.0
29292026-08-25T21:55:20.198Z Compiling tungstenite v0.23.0
29302026-08-25T21:55:20.659Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29312026-08-25T21:55:21.944Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29322026-08-25T21:55:22.524Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
29332026-08-25T21:55:22.586Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29342026-08-25T21:55:22.814Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29352026-08-25T21:55:22.907Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29362026-08-25T21:55:23.045Z Compiling nix v0.27.1
29372026-08-25T21:55:23.179Z Compiling twox-hash v2.1.2
29382026-08-25T21:55:23.713Z Compiling libsw-core v0.3.2
29392026-08-25T21:55:23.738Z Compiling atty v0.2.14
29402026-08-25T21:55:23.898Z Compiling serde_bytes v0.11.19
29412026-08-25T21:55:23.950Z Compiling libsw v3.5.0
29422026-08-25T21:55:24.005Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
29432026-08-25T21:55:24.181Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29442026-08-25T21:55:24.225Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29452026-08-25T21:55:24.253Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29462026-08-25T21:55:24.587Z Compiling tokio-tungstenite v0.23.1
29472026-08-25T21:55:24.799Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
29482026-08-25T21:55:24.947Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29492026-08-25T21:55:24.979Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29502026-08-25T21:55:25.916Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29512026-08-25T21:55:27.270Z Compiling slog-stdlog v4.1.1
29522026-08-25T21:55:27.671Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29532026-08-25T21:55:28.496Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
29542026-08-25T21:55:29.358Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
29552026-08-25T21:55:29.836Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29562026-08-25T21:55:30.211Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29572026-08-25T21:55:30.389Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29582026-08-25T21:55:31.041Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29592026-08-25T21:55:32.733Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29602026-08-25T21:55:33.327Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29612026-08-25T21:55:33.763Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
29622026-08-25T21:55:34.029Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
29632026-08-25T21:55:34.358Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29642026-08-25T21:55:35.199Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29652026-08-25T21:55:37.630Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29662026-08-25T21:55:37.660Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29672026-08-25T21:55:38.189Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29682026-08-25T21:55:40.368Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29692026-08-25T21:55:40.788Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29702026-08-25T21:55:41.083Z Compiling signal-hook-tokio v0.3.1
29712026-08-25T21:55:41.218Z Compiling fatfs v0.3.6
29722026-08-25T21:55:41.315Z Compiling yasna v0.5.2
29732026-08-25T21:55:41.515Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29742026-08-25T21:55:42.124Z Compiling assert_matches v1.5.0
29752026-08-25T21:55:42.243Z Compiling seq-macro v0.3.6
29762026-08-25T21:55:42.544Z Compiling rcgen v0.12.1
29772026-08-25T21:55:42.762Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29782026-08-25T21:55:42.890Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29792026-08-25T21:55:43.060Z Compiling slog-envlogger v2.2.0
29802026-08-25T21:55:44.292Z Compiling oxide-update-engine-display v0.1.2
29812026-08-25T21:55:45.237Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29822026-08-25T21:55:45.378Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29832026-08-25T21:55:46.737Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29842026-08-25T21:55:46.768Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29852026-08-25T21:55:46.984Z Compiling port-file v0.1.0
29862026-08-25T21:55:47.010Z Compiling subprocess v0.2.15
29872026-08-25T21:55:47.071Z Compiling rtoolbox v0.0.3
29882026-08-25T21:55:47.326Z Compiling rpassword v7.5.4
29892026-08-25T21:55:47.422Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29902026-08-25T21:55:47.975Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29912026-08-25T21:55:48.628Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29922026-08-25T21:55:49.176Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29932026-08-25T21:55:49.308Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29942026-08-25T21:55:49.333Z Compiling tui-tree-widget v0.23.1
29952026-08-25T21:55:49.623Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29962026-08-25T21:55:50.881Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29972026-08-25T21:55:53.354Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29982026-08-25T21:55:53.547Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29992026-08-25T21:55:53.618Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30002026-08-25T21:55:53.855Z Compiling uzers v0.12.2
30012026-08-25T21:55:53.930Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30022026-08-25T21:55:55.324Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30032026-08-25T21:55:55.355Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30042026-08-25T21:55:56.407Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30052026-08-25T21:55:57.521Z Compiling support-bundle-viewer v0.1.2
30062026-08-25T21:55:57.525Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30072026-08-25T21:55:59.401Z Compiling multimap v0.10.1
30082026-08-25T21:56:07.347Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30092026-08-25T21:56:08.363Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30102026-08-25T21:56:15.097Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30112026-08-25T21:56:17.620Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30122026-08-25T21:56:19.817Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30132026-08-25T22:04:25.307Z Finished `release` profile [optimized] target(s) in 10m 20s
30142026-08-25T22:04:25.311Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
30152026-08-25T22:04:25.311Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
30162026-08-25T22:05:18.844Z
30172026-08-25T22:05:18.844Zreal 11:15.021448438
30182026-08-25T22:05:18.844Zuser 1:23:16.396045236
30192026-08-25T22:05:18.844Zsys 3:43.620440870
30202026-08-25T22:05:18.844Ztrap 1.810597040
30212026-08-25T22:05:18.844Ztflt 4.642678086
30222026-08-25T22:05:18.848Zdflt 22.224189936
30232026-08-25T22:05:18.848Zkflt 0.041897893
30242026-08-25T22:05:18.848Zlock 8:27:32.221587233
30252026-08-25T22:05:18.848Zslp 2:23:09.086850972
30262026-08-25T22:05:18.848Zlat 2:29.084619604
30272026-08-25T22:05:18.848Zstop 5:32.526727187
30282026-08-25T22:05:18.848Z+ mapfile -t packages
30292026-08-25T22:05:18.848Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
30302026-08-25T22:05:19.825Z Finished `release` profile [optimized] target(s) in 0.96s
30312026-08-25T22:05:19.900Z Running `target/release/omicron-package -t test list-outputs`
30322026-08-25T22:05:19.959ZLogging to: /work/oxidecomputer/omicron/out/LOG
30332026-08-25T22:05:19.963Z+ ptime -m cargo build --locked --release -p xtask
30342026-08-25T22:05:20.452Z Compiling libc v0.2.185
30352026-08-25T22:05:20.452Z Compiling serde_core v1.0.228
30362026-08-25T22:05:20.452Z Compiling serde v1.0.228
30372026-08-25T22:05:20.455Z Compiling rustix v1.1.4
30382026-08-25T22:05:20.540Z Compiling serde_json v1.0.151
30392026-08-25T22:05:20.594Z Compiling bitflags v2.11.0
30402026-08-25T22:05:20.614Z Compiling usdt-impl v0.5.0
30412026-08-25T22:05:20.617Z Compiling syn v2.0.117
30422026-08-25T22:05:20.636Z Compiling syn v1.0.109
30432026-08-25T22:05:20.650Z Compiling log v0.4.33
30442026-08-25T22:05:20.650Z Compiling getrandom v0.4.3
30452026-08-25T22:05:20.654Z Compiling indexmap v2.14.0
30462026-08-25T22:05:20.687Z Compiling fs-err v3.3.0
30472026-08-25T22:05:20.919Z Compiling once_cell v1.21.3
30482026-08-25T22:05:20.945Z Compiling anyhow v1.0.104
30492026-08-25T22:05:20.945Z Compiling heck v0.4.1
30502026-08-25T22:05:21.309Z Compiling thread-id v4.2.2
30512026-08-25T22:05:21.319Z Compiling errno v0.3.14
30522026-08-25T22:05:21.323Z Compiling memmap v0.7.0
30532026-08-25T22:05:22.085Z Compiling proc-macro-error v1.0.4
30542026-08-25T22:05:22.296Z Compiling terminal_size v0.4.3
30552026-08-25T22:05:22.297Z Compiling tempfile v3.27.0
30562026-08-25T22:05:22.350Z Compiling tabled_derive v0.7.0
30572026-08-25T22:05:22.394Z Compiling clap_builder v4.6.0
30582026-08-25T22:05:22.394Z Compiling textwrap v0.16.2
30592026-08-25T22:05:22.634Z Compiling camino v1.2.5
30602026-08-25T22:05:22.638Z Compiling cargo-platform v0.3.2
30612026-08-25T22:05:22.638Z Compiling semver v1.0.28
30622026-08-25T22:05:22.801Z Compiling pest_generator v2.8.6
30632026-08-25T22:05:22.982Z Compiling camino-tempfile v1.4.1
30642026-08-25T22:05:23.085Z Compiling tabled v0.15.0
30652026-08-25T22:05:23.293Z Compiling serde_derive v1.0.228
30662026-08-25T22:05:23.293Z Compiling thiserror-impl v1.0.69
30672026-08-25T22:05:23.298Z Compiling zerocopy-derive v0.7.35
30682026-08-25T22:05:23.298Z Compiling scroll_derive v0.12.1
30692026-08-25T22:05:23.298Z Compiling thiserror-impl v2.0.18
30702026-08-25T22:05:23.298Z Compiling clap_derive v4.6.1
30712026-08-25T22:05:23.386Z Compiling pest_derive v2.8.6
30722026-08-25T22:05:23.976Z Compiling scroll v0.12.0
30732026-08-25T22:05:24.155Z Compiling zerocopy v0.7.35
30742026-08-25T22:05:24.254Z Compiling goblin v0.8.2
30752026-08-25T22:05:24.425Z Compiling thiserror v1.0.69
30762026-08-25T22:05:24.546Z Compiling dtrace-parser v0.2.0
30772026-08-25T22:05:24.753Z Compiling thiserror v2.0.18
30782026-08-25T22:05:24.770Z Compiling clap v4.6.1
30792026-08-25T22:05:26.468Z Compiling dof v0.3.0
30802026-08-25T22:05:26.492Z Compiling toml_datetime v0.6.11
30812026-08-25T22:05:26.532Z Compiling serde_spanned v0.6.9
30822026-08-25T22:05:26.612Z Compiling serde_tokenstream v0.2.3
30832026-08-25T22:05:26.625Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30842026-08-25T22:05:26.711Z Compiling toml_edit v0.22.27
30852026-08-25T22:05:26.856Z Compiling macaddr v1.0.1
30862026-08-25T22:05:26.875Z Compiling cargo_metadata v0.23.1
30872026-08-25T22:05:27.239Z Compiling usdt-macro v0.5.0
30882026-08-25T22:05:27.242Z Compiling usdt-attr-macro v0.5.0
30892026-08-25T22:05:27.893Z Compiling usdt v0.5.0
30902026-08-25T22:05:28.249Z Compiling toml v0.8.23
30912026-08-25T22:05:28.684Z Compiling cargo_toml v0.21.0
30922026-08-25T22:05:33.128Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30932026-08-25T22:05:36.358Z Finished `release` profile [optimized] target(s) in 16.38s
30942026-08-25T22:05:36.464Z
30952026-08-25T22:05:36.464Zreal 16.466434697
30962026-08-25T22:05:36.464Zuser 2:05.990538526
30972026-08-25T22:05:36.468Zsys 13.722853916
30982026-08-25T22:05:36.468Ztrap 0.059826530
30992026-08-25T22:05:36.468Ztflt 0.486249708
31002026-08-25T22:05:36.468Zdflt 1.386515242
31012026-08-25T22:05:36.468Zkflt 0.000114790
31022026-08-25T22:05:36.468Zlock 4:47.675225063
31032026-08-25T22:05:36.468Zslp 2:42.383104674
31042026-08-25T22:05:36.468Zlat 3.456946224
31052026-08-25T22:05:36.468Zstop 16.003778026
31062026-08-25T22:05:36.468Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
31072026-08-25T22:05:36.468Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
31082026-08-25T22:05:36.468Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
31092026-08-25T22:05:36.468Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
31102026-08-25T22:05:36.468Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
31112026-08-25T22:05:37.446Z Compiling match_cfg v0.1.0
31122026-08-25T22:05:37.446Z Compiling progenitor-client v0.14.0
31132026-08-25T22:05:37.446Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31142026-08-25T22:05:37.449Z Compiling slog-json v2.6.1
31152026-08-25T22:05:37.449Z Compiling newtype-uuid-macros v0.1.0
31162026-08-25T22:05:37.449Z Compiling sha1 v0.11.0
31172026-08-25T22:05:37.449Z Compiling multer v3.1.0
31182026-08-25T22:05:37.449Z Compiling compression-core v0.4.31
31192026-08-25T22:05:37.449Z Compiling debug-ignore v1.0.5
31202026-08-25T22:05:37.597Z Compiling async-stream-impl v0.3.6
31212026-08-25T22:05:37.601Z Compiling toml_datetime v1.1.1+spec-1.1.0
31222026-08-25T22:05:37.601Z Compiling serde_spanned v1.1.1
31232026-08-25T22:05:37.601Z Compiling dropshot v0.17.1
31242026-08-25T22:05:37.614Z Compiling toml_writer v1.1.1+spec-1.1.0
31252026-08-25T22:05:37.664Z Compiling waitgroup v0.1.2
31262026-08-25T22:05:37.698Z Compiling rustls-pemfile v2.2.0
31272026-08-25T22:05:37.848Z Compiling toml v1.1.2+spec-1.1.0
31282026-08-25T22:05:37.851Z Compiling dropshot_endpoint v0.17.1
31292026-08-25T22:05:37.885Z Compiling compression-codecs v0.4.37
31302026-08-25T22:05:37.888Z Compiling hostname v0.4.2
31312026-08-25T22:05:37.925Z Compiling hostname v0.3.1
31322026-08-25T22:05:37.929Z Compiling serde_path_to_error v0.1.20
31332026-08-25T22:05:37.945Z Compiling atomicwrites v0.4.4
31342026-08-25T22:05:37.979Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31352026-08-25T22:05:37.999Z Compiling macaddr v1.0.1
31362026-08-25T22:05:38.033Z Compiling slog-bunyan v2.5.0
31372026-08-25T22:05:38.085Z Compiling async-compression v0.4.41
31382026-08-25T22:05:38.085Z Compiling serde_tokenstream v0.3.0
31392026-08-25T22:05:38.089Z Compiling oxide-generation v0.1.3
31402026-08-25T22:05:38.172Z Compiling instant v0.1.13
31412026-08-25T22:05:38.172Z Compiling regress v0.10.5
31422026-08-25T22:05:38.206Z Compiling parse-display-derive v0.10.0
31432026-08-25T22:05:38.225Z Compiling backon v1.6.0
31442026-08-25T22:05:38.246Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31452026-08-25T22:05:38.273Z Compiling itertools v0.14.0
31462026-08-25T22:05:38.323Z Compiling backoff v0.4.0
31472026-08-25T22:05:38.341Z Compiling humantime v2.3.0
31482026-08-25T22:05:38.360Z Compiling async-stream v0.3.6
31492026-08-25T22:05:38.389Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31502026-08-25T22:05:38.419Z Compiling progenitor-extras v0.2.0
31512026-08-25T22:05:38.454Z Compiling half v2.7.1
31522026-08-25T22:05:38.458Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31532026-08-25T22:05:38.458Z Compiling ciborium-io v0.2.2
31542026-08-25T22:05:38.458Z Compiling oxide-generation-macros v0.2.0
31552026-08-25T22:05:38.556Z Compiling crucible-workspace-hack v0.1.0
31562026-08-25T22:05:38.573Z Compiling convert_case v0.4.0
31572026-08-25T22:05:38.573Z Compiling regress v0.11.1
31582026-08-25T22:05:38.621Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31592026-08-25T22:05:38.638Z Compiling secrecy v0.10.3
31602026-08-25T22:05:38.658Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31612026-08-25T22:05:38.696Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31622026-08-25T22:05:38.714Z Compiling inout v0.1.4
31632026-08-25T22:05:38.786Z Compiling ciborium-ll v0.2.2
31642026-08-25T22:05:38.822Z Compiling thiserror-impl-no-std v2.0.2
31652026-08-25T22:05:38.895Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31662026-08-25T22:05:38.916Z Compiling cipher v0.4.4
31672026-08-25T22:05:38.919Z Compiling universal-hash v0.5.1
31682026-08-25T22:05:38.967Z Compiling derive_more v0.99.20
31692026-08-25T22:05:39.029Z Compiling ciborium v0.2.2
31702026-08-25T22:05:39.049Z Compiling opaque-debug v0.3.1
31712026-08-25T22:05:39.052Z Compiling unsafe-libyaml v0.2.11
31722026-08-25T22:05:39.086Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31732026-08-25T22:05:39.106Z Compiling blake2 v0.10.6
31742026-08-25T22:05:39.143Z Compiling poly1305 v0.8.0
31752026-08-25T22:05:39.161Z Compiling aead v0.5.2
31762026-08-25T22:05:39.237Z Compiling chacha20 v0.9.1
31772026-08-25T22:05:39.306Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
31782026-08-25T22:05:39.415Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31792026-08-25T22:05:39.526Z Compiling password-hash v0.5.0
31802026-08-25T22:05:39.560Z Compiling indent_write v2.2.0
31812026-08-25T22:05:39.601Z Compiling chacha20poly1305 v0.10.1
31822026-08-25T22:05:39.636Z Compiling toml_datetime v0.7.5+spec-1.1.0
31832026-08-25T22:05:39.654Z Compiling serde_yaml v0.9.34+deprecated
31842026-08-25T22:05:39.720Z Compiling num-derive v0.4.2
31852026-08-25T22:05:39.738Z Compiling heapless v0.8.0
31862026-08-25T22:05:39.787Z Compiling ingot-macros v0.2.0
31872026-08-25T22:05:39.895Z Compiling argon2 v0.5.3
31882026-08-25T22:05:39.917Z Compiling toml_edit v0.23.10+spec-1.0.0
31892026-08-25T22:05:39.944Z Compiling tabwriter v1.4.1
31902026-08-25T22:05:39.970Z Compiling hash32 v0.3.1
31912026-08-25T22:05:39.988Z Compiling parse-display v0.10.0
31922026-08-25T22:05:40.086Z Compiling thiserror-no-std v2.0.2
31932026-08-25T22:05:40.157Z Compiling smoltcp v0.11.0
31942026-08-25T22:05:40.199Z Compiling vsss-rs v3.3.4
31952026-08-25T22:05:40.199Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31962026-08-25T22:05:40.272Z Compiling typify-impl v0.6.2
31972026-08-25T22:05:40.323Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31982026-08-25T22:05:40.483Z Compiling proc-macro-crate v3.4.0
31992026-08-25T22:05:40.626Z Compiling cobs v0.3.0
32002026-08-25T22:05:40.715Z Compiling illumos-nvpair-sys v0.2.0
32012026-08-25T22:05:40.856Z Compiling colored v3.1.1
32022026-08-25T22:05:40.940Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
32032026-08-25T22:05:41.081Z Compiling postcard v1.1.3
32042026-08-25T22:05:41.098Z Compiling num_enum_derive v0.7.6
32052026-08-25T22:05:41.128Z Compiling proc-macro-error v1.0.4
32062026-08-25T22:05:41.147Z Compiling rand v0.10.1
32072026-08-25T22:05:41.194Z Compiling proc-macro-crate v1.3.1
32082026-08-25T22:05:41.253Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32092026-08-25T22:05:41.292Z Compiling foreign-types-macros v0.2.3
32102026-08-25T22:05:41.392Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32112026-08-25T22:05:41.453Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32122026-08-25T22:05:41.481Z Compiling foreign-types-shared v0.3.1
32132026-08-25T22:05:41.575Z Compiling rayon-core v1.13.0
32142026-08-25T22:05:41.643Z Compiling num_enum_derive v0.5.11
32152026-08-25T22:05:41.678Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32162026-08-25T22:05:41.697Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32172026-08-25T22:05:41.762Z Compiling crossbeam-deque v0.8.6
32182026-08-25T22:05:41.825Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32192026-08-25T22:05:41.844Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32202026-08-25T22:05:41.904Z Compiling cstr-argument v0.1.2
32212026-08-25T22:05:41.952Z Compiling foreign-types v0.5.0
32222026-08-25T22:05:41.972Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
32232026-08-25T22:05:42.021Z Compiling illumos-nvpair v0.3.0
32242026-08-25T22:05:42.057Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32252026-08-25T22:05:42.085Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
32262026-08-25T22:05:42.213Z Compiling num_enum v0.7.6
32272026-08-25T22:05:42.235Z Compiling zone_cfg_derive v0.3.1
32282026-08-25T22:05:42.295Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32292026-08-25T22:05:42.322Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32302026-08-25T22:05:42.346Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
32312026-08-25T22:05:42.365Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32322026-08-25T22:05:42.381Z Compiling itertools v0.12.1
32332026-08-25T22:05:42.438Z Compiling rayon v1.11.0
32342026-08-25T22:05:42.457Z Compiling sigpipe v0.1.3
32352026-08-25T22:05:42.477Z Compiling glob v0.3.3
32362026-08-25T22:05:42.494Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32372026-08-25T22:05:42.595Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32382026-08-25T22:05:42.595Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
32392026-08-25T22:05:42.687Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32402026-08-25T22:05:42.744Z Compiling smf v0.2.3
32412026-08-25T22:05:42.766Z Compiling num_enum v0.5.11
32422026-08-25T22:05:42.785Z Compiling ingot-types v0.2.0
32432026-08-25T22:05:42.833Z Compiling whoami v1.6.1
32442026-08-25T22:05:42.854Z Compiling cpubits v0.1.1
32452026-08-25T22:05:42.880Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32462026-08-25T22:05:42.898Z Compiling gethostname v0.5.0
32472026-08-25T22:05:42.922Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
32482026-08-25T22:05:42.955Z Compiling derive-where v1.6.0
32492026-08-25T22:05:42.973Z Compiling usdt-macro v0.5.0
32502026-08-25T22:05:43.009Z Compiling usdt-attr-macro v0.5.0
32512026-08-25T22:05:43.044Z Compiling num-rational v0.4.2
32522026-08-25T22:05:43.062Z Compiling num-complex v0.4.6
32532026-08-25T22:05:43.244Z Compiling ingot v0.2.1
32542026-08-25T22:05:43.265Z Compiling memmap v0.7.0
32552026-08-25T22:05:43.292Z Compiling toml v0.8.23
32562026-08-25T22:05:43.440Z Compiling num v0.4.3
32572026-08-25T22:05:43.489Z Compiling pem-rfc7468 v1.0.0
32582026-08-25T22:05:43.506Z Compiling float-ord v0.3.2
32592026-08-25T22:05:43.542Z Compiling resolv-conf v0.7.6
32602026-08-25T22:05:43.657Z Compiling zone v0.3.1
32612026-08-25T22:05:43.675Z Compiling cancel-safe-futures v0.1.5
32622026-08-25T22:05:43.695Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32632026-08-25T22:05:43.818Z Compiling hmac v0.13.0
32642026-08-25T22:05:43.837Z Compiling universal-hash v0.6.1
32652026-08-25T22:05:43.900Z Compiling usdt v0.5.0
32662026-08-25T22:05:43.919Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32672026-08-25T22:05:43.963Z Compiling sha1 v0.10.6
32682026-08-25T22:05:44.011Z Compiling prettyplease v0.2.37
32692026-08-25T22:05:44.040Z Compiling libefi-sys v0.1.0
32702026-08-25T22:05:44.159Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32712026-08-25T22:05:44.265Z Compiling linear-map v1.2.0
32722026-08-25T22:05:44.283Z Compiling polyval v0.7.1
32732026-08-25T22:05:44.335Z Compiling der v0.8.0
32742026-08-25T22:05:44.372Z Compiling hickory-proto v0.24.4
32752026-08-25T22:05:44.376Z Compiling newline-converter v0.3.0
32762026-08-25T22:05:44.376Z Compiling oxide-update-engine-types v0.1.2
32772026-08-25T22:05:44.376Z Compiling console v0.15.11
32782026-08-25T22:05:44.445Z Compiling bitfield-struct v0.6.2
32792026-08-25T22:05:44.484Z Compiling linked-hash-map v0.5.6
32802026-08-25T22:05:44.519Z Compiling ghash v0.6.0
32812026-08-25T22:05:44.684Z Compiling lru-cache v0.1.2
32822026-08-25T22:05:44.758Z Compiling expectorate v1.2.0
32832026-08-25T22:05:44.779Z Compiling pbkdf2 v0.13.0
32842026-08-25T22:05:44.839Z Compiling crypto-bigint v0.7.5
32852026-08-25T22:05:44.859Z Compiling aes v0.9.1
32862026-08-25T22:05:44.924Z Compiling typify-macro v0.6.2
32872026-08-25T22:05:44.943Z Compiling ctr v0.10.1
32882026-08-25T22:05:44.963Z Compiling aead v0.6.1
32892026-08-25T22:05:45.021Z Compiling sha2 v0.11.0
32902026-08-25T22:05:45.149Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32912026-08-25T22:05:45.170Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32922026-08-25T22:05:45.192Z Compiling nom v8.0.0
32932026-08-25T22:05:45.276Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32942026-08-25T22:05:45.378Z Compiling semver v0.1.20
32952026-08-25T22:05:45.399Z Compiling spki v0.8.0
32962026-08-25T22:05:45.489Z Compiling oxide-update-engine v0.1.2
32972026-08-25T22:05:45.667Z Compiling rustc_version v0.1.7
32982026-08-25T22:05:45.683Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32992026-08-25T22:05:45.707Z Compiling aes-gcm v0.11.0
33002026-08-25T22:05:45.710Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
33012026-08-25T22:05:45.933Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33022026-08-25T22:05:45.936Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33032026-08-25T22:05:45.967Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33042026-08-25T22:05:45.984Z Compiling tokio-dtrace v0.1.1
33052026-08-25T22:05:46.004Z Compiling dropshot-api-manager-types v0.8.0
33062026-08-25T22:05:46.035Z Compiling salsa20 v0.11.0
33072026-08-25T22:05:46.120Z Compiling slog-dtrace v0.3.0
33082026-08-25T22:05:46.220Z Compiling xshell-macros v0.2.7
33092026-08-25T22:05:46.303Z Compiling minimal-lexical v0.2.1
33102026-08-25T22:05:46.324Z Compiling oxide-tokio-rt v0.1.4
33112026-08-25T22:05:46.349Z Compiling scrypt v0.12.0
33122026-08-25T22:05:46.439Z Compiling newtype_derive v0.1.6
33132026-08-25T22:05:46.603Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33142026-08-25T22:05:46.624Z Compiling hickory-resolver v0.24.4
33152026-08-25T22:05:46.662Z Compiling xshell v0.2.7
33162026-08-25T22:05:46.665Z Compiling nom v7.1.3
33172026-08-25T22:05:46.698Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33182026-08-25T22:05:46.717Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33192026-08-25T22:05:46.807Z Compiling typify v0.6.2
33202026-08-25T22:05:46.837Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33212026-08-25T22:05:46.952Z Compiling progenitor-impl v0.14.0
33222026-08-25T22:05:46.971Z Compiling phf_shared v0.12.1
33232026-08-25T22:05:47.063Z Compiling rfc6979 v0.4.0
33242026-08-25T22:05:47.178Z Compiling cbc v0.2.1
33252026-08-25T22:05:47.222Z Compiling proc-macro-error-attr2 v2.0.0
33262026-08-25T22:05:47.240Z Compiling csv-core v0.1.13
33272026-08-25T22:05:47.349Z Compiling chrono-tz v0.10.4
33282026-08-25T22:05:47.378Z Compiling unicode-xid v0.2.6
33292026-08-25T22:05:47.427Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33302026-08-25T22:05:47.447Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33312026-08-25T22:05:47.530Z Compiling highway v1.3.0
33322026-08-25T22:05:47.547Z Compiling csv v1.4.0
33332026-08-25T22:05:47.551Z Compiling const_format_proc_macros v0.2.34
33342026-08-25T22:05:47.599Z Compiling pkcs5 v0.8.1
33352026-08-25T22:05:47.625Z Compiling ecdsa v0.16.9
33362026-08-25T22:05:47.670Z Compiling proc-macro-error2 v2.0.1
33372026-08-25T22:05:47.691Z Compiling qorb v0.4.1
33382026-08-25T22:05:47.933Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33392026-08-25T22:05:48.035Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33402026-08-25T22:05:48.053Z Compiling phf v0.12.1
33412026-08-25T22:05:48.074Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33422026-08-25T22:05:48.142Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33432026-08-25T22:05:48.169Z Compiling primeorder v0.13.6
33442026-08-25T22:05:48.241Z Compiling hashbrown v0.14.5
33452026-08-25T22:05:48.411Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33462026-08-25T22:05:48.439Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33472026-08-25T22:05:48.458Z Compiling salty v0.3.0
33482026-08-25T22:05:48.474Z Compiling const_format v0.2.35
33492026-08-25T22:05:48.659Z Compiling p384 v0.13.1
33502026-08-25T22:05:48.759Z Compiling chumsky v0.9.3
33512026-08-25T22:05:48.944Z Compiling knus-derive v3.4.0
33522026-08-25T22:05:48.964Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33532026-08-25T22:05:48.968Z Compiling pkcs8 v0.11.0
33542026-08-25T22:05:49.000Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
33552026-08-25T22:05:49.301Z Compiling tabled_derive v0.7.0
33562026-08-25T22:05:49.452Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33572026-08-25T22:05:49.627Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
33582026-08-25T22:05:49.723Z Compiling progenitor-macro v0.14.0
33592026-08-25T22:05:49.836Z Compiling bcs v0.1.6
33602026-08-25T22:05:49.881Z Compiling ff v0.14.0
33612026-08-25T22:05:50.018Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33622026-08-25T22:05:50.058Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33632026-08-25T22:05:50.078Z Compiling termtree v0.5.1
33642026-08-25T22:05:50.199Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33652026-08-25T22:05:50.270Z Compiling steno v0.4.1
33662026-08-25T22:05:50.332Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33672026-08-25T22:05:50.351Z Compiling tabled v0.15.0
33682026-08-25T22:05:50.368Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33692026-08-25T22:05:50.450Z Compiling tagptr v0.2.0
33702026-08-25T22:05:50.565Z Compiling knus v3.4.0
33712026-08-25T22:05:50.612Z Compiling moka v0.12.13
33722026-08-25T22:05:50.634Z Compiling group v0.14.0
33732026-08-25T22:05:50.651Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33742026-08-25T22:05:50.762Z Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
33752026-08-25T22:05:50.854Z Compiling signature v3.0.0
33762026-08-25T22:05:50.879Z Compiling base16ct v1.0.0
33772026-08-25T22:05:51.079Z Compiling sec1 v0.8.1
33782026-08-25T22:05:51.096Z Compiling hkdf v0.13.0
33792026-08-25T22:05:51.114Z Compiling libscf-sys v1.2.0
33802026-08-25T22:05:51.249Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33812026-08-25T22:05:51.293Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33822026-08-25T22:05:51.310Z Compiling elliptic-curve v0.14.1
33832026-08-25T22:05:51.420Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
33842026-08-25T22:05:51.442Z Compiling hickory-resolver v0.25.2
33852026-08-25T22:05:51.505Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
33862026-08-25T22:05:51.529Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33872026-08-25T22:05:51.761Z Compiling corncobs v0.1.4
33882026-08-25T22:05:51.864Z Compiling parking_lot_core v0.8.6
33892026-08-25T22:05:51.893Z Compiling utf-8 v0.7.6
33902026-08-25T22:05:51.933Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33912026-08-25T22:05:52.109Z Compiling tungstenite v0.21.0
33922026-08-25T22:05:52.176Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33932026-08-25T22:05:52.193Z Compiling wnaf v0.14.0
33942026-08-25T22:05:52.228Z Compiling primefield v0.14.0
33952026-08-25T22:05:52.368Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33962026-08-25T22:05:52.425Z Compiling rfc6979 v0.6.0
33972026-08-25T22:05:52.494Z Compiling papergrid v0.18.0
33982026-08-25T22:05:52.513Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33992026-08-25T22:05:52.576Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34002026-08-25T22:05:52.615Z Compiling git-stub v1.0.0
34012026-08-25T22:05:52.779Z Compiling secrecy v0.8.0
34022026-08-25T22:05:52.878Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34032026-08-25T22:05:52.922Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34042026-08-25T22:05:52.954Z Compiling git-stub-vcs v0.1.0
34052026-08-25T22:05:52.987Z Compiling tokio-tungstenite v0.21.0
34062026-08-25T22:05:53.171Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34072026-08-25T22:05:53.189Z Compiling ecdsa v0.17.0
34082026-08-25T22:05:53.344Z Compiling primeorder v0.14.0
34092026-08-25T22:05:53.395Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34102026-08-25T22:05:53.428Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34112026-08-25T22:05:53.563Z Compiling tabled v0.21.0
34122026-08-25T22:05:53.615Z Compiling curve25519-dalek v5.0.0
34132026-08-25T22:05:53.634Z Compiling unicase v2.9.0
34142026-08-25T22:05:53.653Z Compiling parking_lot v0.11.2
34152026-08-25T22:05:53.693Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34162026-08-25T22:05:53.710Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34172026-08-25T22:05:53.792Z Compiling ssh-encoding v0.3.0
34182026-08-25T22:05:53.870Z Compiling mime_guess v2.0.5
34192026-08-25T22:05:53.891Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34202026-08-25T22:05:54.057Z Compiling progenitor-impl v0.13.0
34212026-08-25T22:05:54.146Z Compiling prefix-trie v0.7.0
34222026-08-25T22:05:54.241Z Compiling fxhash v0.2.1
34232026-08-25T22:05:54.276Z Compiling keccak v0.2.0
34242026-08-25T22:05:54.276Z Compiling crc8 v0.1.1
34252026-08-25T22:05:54.425Z Compiling sled v0.34.7
34262026-08-25T22:05:54.428Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34272026-08-25T22:05:54.505Z Compiling ed25519 v3.0.0
34282026-08-25T22:05:54.556Z Compiling crypto-primes v0.7.2
34292026-08-25T22:05:54.634Z Compiling hickory-server v0.25.2
34302026-08-25T22:05:54.964Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34312026-08-25T22:05:54.991Z Compiling progenitor v0.14.0
34322026-08-25T22:05:54.991Z Compiling pkcs1 v0.8.0-rc.4
34332026-08-25T22:05:55.050Z Compiling poly1305 v0.9.0
34342026-08-25T22:05:55.188Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34352026-08-25T22:05:55.439Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34362026-08-25T22:05:55.574Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34372026-08-25T22:05:55.670Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34382026-08-25T22:05:55.688Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34392026-08-25T22:05:55.843Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34402026-08-25T22:05:56.118Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34412026-08-25T22:05:56.205Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34422026-08-25T22:05:56.243Z Compiling progenitor-client v0.13.0
34432026-08-25T22:05:56.301Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34442026-08-25T22:05:56.417Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34452026-08-25T22:05:56.539Z Compiling blowfish v0.10.0
34462026-08-25T22:05:56.572Z Compiling blake2 v0.11.0-rc.6
34472026-08-25T22:05:56.610Z Compiling http-range v0.1.5
34482026-08-25T22:05:56.834Z Compiling half v1.8.3
34492026-08-25T22:05:56.838Z Compiling progenitor-macro v0.13.0
34502026-08-25T22:05:56.868Z Compiling argon2 v0.6.0-rc.8
34512026-08-25T22:05:56.900Z Compiling bcrypt-pbkdf v0.11.0
34522026-08-25T22:05:57.037Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34532026-08-25T22:05:57.149Z Compiling serde_cbor v0.11.2
34542026-08-25T22:05:57.242Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34552026-08-25T22:05:57.345Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34562026-08-25T22:05:57.847Z Compiling rsa v0.10.0-rc.18
34572026-08-25T22:05:57.985Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34582026-08-25T22:05:58.003Z Compiling ssh-cipher v0.3.0
34592026-08-25T22:05:58.282Z Compiling ed25519-dalek v3.0.0
34602026-08-25T22:05:58.336Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34612026-08-25T22:05:58.834Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34622026-08-25T22:05:59.147Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34632026-08-25T22:05:59.166Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34642026-08-25T22:05:59.262Z Compiling sha3 v0.11.0
34652026-08-25T22:05:59.289Z Compiling p256 v0.14.0
34662026-08-25T22:05:59.716Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34672026-08-25T22:05:59.760Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34682026-08-25T22:05:59.779Z Compiling p384 v0.14.0
34692026-08-25T22:05:59.821Z Compiling p521 v0.14.0
34702026-08-25T22:05:59.874Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34712026-08-25T22:06:00.102Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34722026-08-25T22:06:00.181Z Compiling scuffle v0.1.0
34732026-08-25T22:06:00.453Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34742026-08-25T22:06:00.541Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34752026-08-25T22:06:00.835Z Compiling yasna v0.5.2
34762026-08-25T22:06:01.035Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34772026-08-25T22:06:01.179Z Compiling kstat-rs v0.2.5
34782026-08-25T22:06:01.409Z Compiling headers-core v0.3.0
34792026-08-25T22:06:01.459Z Compiling kem v0.3.0
34802026-08-25T22:06:01.506Z Compiling module-lattice v0.2.3
34812026-08-25T22:06:01.561Z Compiling nanorand v0.7.0
34822026-08-25T22:06:01.576Z Compiling sponge-cursor v0.1.0
34832026-08-25T22:06:01.623Z Compiling headers v0.4.1
34842026-08-25T22:06:01.694Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34852026-08-25T22:06:01.748Z Compiling ml-kem v0.3.2
34862026-08-25T22:06:01.787Z Compiling flume v0.11.1
34872026-08-25T22:06:01.808Z Compiling sha3 v0.12.0
34882026-08-25T22:06:01.879Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34892026-08-25T22:06:01.965Z Compiling rcgen v0.12.1
34902026-08-25T22:06:02.046Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34912026-08-25T22:06:02.064Z Compiling progenitor v0.13.0
34922026-08-25T22:06:02.133Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34932026-08-25T22:06:02.189Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34942026-08-25T22:06:02.233Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34952026-08-25T22:06:02.257Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34962026-08-25T22:06:02.395Z Compiling hyper-staticfile v0.10.1
34972026-08-25T22:06:02.415Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34982026-08-25T22:06:02.526Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34992026-08-25T22:06:02.607Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
35002026-08-25T22:06:02.706Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
35012026-08-25T22:06:02.731Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
35022026-08-25T22:06:02.855Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35032026-08-25T22:06:02.918Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
35042026-08-25T22:06:02.936Z Compiling russh-cryptovec v0.62.0
35052026-08-25T22:06:02.977Z Compiling ssh-key v0.7.0-rc.11
35062026-08-25T22:06:03.016Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35072026-08-25T22:06:03.048Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35082026-08-25T22:06:03.141Z Compiling internal-russh-num-bigint v0.5.0
35092026-08-25T22:06:03.197Z Compiling port-file v0.1.0
35102026-08-25T22:06:03.217Z Compiling num-bigint v0.4.6
35112026-08-25T22:06:03.245Z Compiling generic-array v1.4.3
35122026-08-25T22:06:03.281Z Compiling russh-util v0.52.0
35132026-08-25T22:06:03.343Z Compiling enum_dispatch v0.3.13
35142026-08-25T22:06:03.463Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
35152026-08-25T22:06:03.463Z Compiling delegate v0.13.5
35162026-08-25T22:06:03.651Z Compiling subprocess v0.2.15
35172026-08-25T22:06:03.764Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35182026-08-25T22:06:03.852Z Compiling hex-literal v1.1.0
35192026-08-25T22:06:03.990Z Compiling display-error-chain v0.2.2
35202026-08-25T22:06:04.009Z Compiling md5 v0.8.0
35212026-08-25T22:06:04.216Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35222026-08-25T22:06:04.250Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
35232026-08-25T22:06:04.348Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35242026-08-25T22:06:04.384Z Compiling colored v2.2.0
35252026-08-25T22:06:04.439Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35262026-08-25T22:06:04.475Z Compiling socket2 v0.5.10
35272026-08-25T22:06:04.498Z Compiling russh v0.62.4
35282026-08-25T22:06:04.708Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
35292026-08-25T22:06:04.782Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
35302026-08-25T22:06:04.935Z Compiling internet-checksum v0.2.1
35312026-08-25T22:06:07.577Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35322026-08-25T22:06:08.294Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35332026-08-25T22:06:08.825Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35342026-08-25T22:06:10.215Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
35352026-08-25T22:06:10.705Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35362026-08-25T22:06:19.847Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35372026-08-25T22:06:19.847Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35382026-08-25T22:06:19.847Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35392026-08-25T22:06:19.850Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
35402026-08-25T22:06:19.850Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35412026-08-25T22:06:21.638Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35422026-08-25T22:06:21.735Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35432026-08-25T22:06:26.102Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35442026-08-25T22:07:07.204Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s
35452026-08-25T22:07:07.208Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35462026-08-25T22:07:07.208Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35472026-08-25T22:07:07.449Z
35482026-08-25T22:07:07.449Zreal 1:30.918340496
35492026-08-25T22:07:07.450Zuser 8:45.353459112
35502026-08-25T22:07:07.450Zsys 1:45.022261733
35512026-08-25T22:07:07.452Ztrap 0.258110881
35522026-08-25T22:07:07.452Ztflt 0.260955649
35532026-08-25T22:07:07.452Zdflt 1.841247857
35542026-08-25T22:07:07.452Zkflt 0.000236580
35552026-08-25T22:07:07.452Zlock 31:11.223427713
35562026-08-25T22:07:07.452Zslp 19:54.747530291
35572026-08-25T22:07:07.452Zlat 38.771523836
35582026-08-25T22:07:07.452Zstop 3:04.761242796
35592026-08-25T22:07:07.452Z+ mkdir tests
35602026-08-25T22:07:07.455Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
35612026-08-25T22:07:07.455Z+ xargs -I '{}' -t cp '{}' tests/
35622026-08-25T22:07:07.701Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-bed5e8dda5ea5020 tests/
35632026-08-25T22:07:07.734Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f2310e202f420246 tests/
35642026-08-25T22:07:07.766Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-dbb802d24e5b6927 tests/
35652026-08-25T22:07:07.798Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-b5ca3a6470910f92 tests/
35662026-08-25T22:07:08.150Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/* tools/opte_version tools/opte_version_override)
35672026-08-25T22:07:08.153Z+ ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-f2310e202f420246 tests/commtest-dbb802d24e5b6927 tests/dhcp_server-bed5e8dda5ea5020 tests/end_to_end_tests-b5ca3a6470910f92 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
35682026-08-25T22:08:38.426ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35692026-08-25T22:08:38.426Za .github/buildomat/ci-env.sh 1K
35702026-08-25T22:08:38.426Za out/target/test 1K
35712026-08-25T22:08:38.426Za out/npuzone/npuzone 27402K
35722026-08-25T22:08:38.427Za package-manifest.toml 35K
35732026-08-25T22:08:38.427Za smf/sled-agent/non-gimlet/config.toml 6K
35742026-08-25T22:08:38.427Za target/release/omicron-package 49392K
35752026-08-25T22:08:38.427Za target/release/xtask 11727K
35762026-08-25T22:08:38.427Za target/debug/bootstrap 439761K
35772026-08-25T22:08:38.427Za tests/bootstrap-f2310e202f420246 34430K
35782026-08-25T22:08:38.427Za tests/commtest-dbb802d24e5b6927 34431K
35792026-08-25T22:08:38.427Za tests/dhcp_server-bed5e8dda5ea5020 34431K
35802026-08-25T22:08:38.427Za tests/end_to_end_tests-b5ca3a6470910f92 503289K
35812026-08-25T22:08:38.427Za tools/opte_version 1K
35822026-08-25T22:08:38.427Za tools/opte_version_override 2K
35832026-08-25T22:08:38.428Za out/clickhouse.tar.gz 330887K
35842026-08-25T22:08:38.428Za out/clickhouse_keeper.tar.gz 314893K
35852026-08-25T22:08:38.428Za out/clickhouse_server.tar.gz 330885K
35862026-08-25T22:08:38.428Za out/cockroachdb.tar.gz 170176K
35872026-08-25T22:08:38.428Za out/crucible-pantry-zone.tar.gz 41879K
35882026-08-25T22:08:38.428Za out/crucible-utils.tar 18900K
35892026-08-25T22:08:38.428Za out/crucible-zone.tar.gz 56691K
35902026-08-25T22:08:38.428Za out/external-dns.tar.gz 46732K
35912026-08-25T22:08:38.428Za out/internal-dns.tar.gz 46731K
35922026-08-25T22:08:38.428Za out/mg-ddm-gz.tar 100917K
35932026-08-25T22:08:38.429Za out/nexus.tar.gz 361895K
35942026-08-25T22:08:38.429Za out/ntp.tar.gz 35217K
35952026-08-25T22:08:38.429Za out/omicron-gateway-softnpu.tar.gz 28982K
35962026-08-25T22:08:38.429Za out/omicron-sled-agent.tar 242994K
35972026-08-25T22:08:38.429Za out/overlay.tar.gz 4K
35982026-08-25T22:08:38.429Za out/oximeter.tar.gz 71998K
35992026-08-25T22:08:38.429Za out/oxlog.tar 4088K
36002026-08-25T22:08:38.429Za out/probe.tar.gz 3037K
36012026-08-25T22:08:38.429Za out/propolis-server.tar.gz 34642K
36022026-08-25T22:08:38.429Za out/pumpkind-gz.tar 26647K
36032026-08-25T22:08:38.429Za out/switch-softnpu.tar.gz 503531K
36042026-08-25T22:08:38.450Z
36052026-08-25T22:08:38.450Zreal 1:30.266401778
36062026-08-25T22:08:38.450Zuser 1:27.239255798
36072026-08-25T22:08:38.450Zsys 5.078791971
36082026-08-25T22:08:38.450Ztrap 0.006374892
36092026-08-25T22:08:38.451Ztflt 0.000000000
36102026-08-25T22:08:38.451Zdflt 0.000000000
36112026-08-25T22:08:38.451Zkflt 0.000000000
36122026-08-25T22:08:38.451Zlock 0.000000000
36132026-08-25T22:08:38.451Zslp 1:27.080317190
36142026-08-25T22:08:38.451Zlat 1.123625581
36152026-08-25T22:08:38.451Zstop 0.000217390
36162026-08-25T22:08:38.452Zprocess exited: duration 1110149 ms, exit code 0
 
36172026-08-25T22:08:38.472Zfound 1 output files
36182026-08-25T22:08:38.472Zuploading: /work/package.tar.gz (2772683065 bytes)
36192026-08-25T22:09:16.532Zuploaded: /work/package.tar.gz