01M12607H5FX00C8HKZ6TNBAWH: 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: 01M1260Q9FVKESXV0G3EWXG4SB

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-27T18:00:26.191Zjob assigned to worker 01M12611E84YM1QEJGB90DBTZG [factory aws, i-047cd354a1508b805] (queued for 1 m 5 s)
 
22026-08-27T18:00:33.278Zstarting task 0: "setup"
32026-08-27T18:00:33.282Z++ uname -s
42026-08-27T18:00:33.285Z+ kern=SunOS
52026-08-27T18:00:33.285Z+ build_user=build
62026-08-27T18:00:33.285Z+ build_uid=12345
72026-08-27T18:00:33.285Z+ work_dir=/work
82026-08-27T18:00:33.285Z+ input_dir=/input
92026-08-27T18:00:33.285Z+ [[ 0 == 12345 ]]
102026-08-27T18:00:33.285Z+ case "$kern" in
112026-08-27T18:00:33.285Z+ groupadd -g 12345 build
122026-08-27T18:00:33.288Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-27T18:00:35.298Z+ zfs create -o mountpoint=/work rpool/work
142026-08-27T18:00:35.397Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-27T18:00:35.404Z+ home_fs=zfs
162026-08-27T18:00:35.405Z+ [[ zfs == autofs ]]
172026-08-27T18:00:35.405Z+ mkdir -p /home/build
182026-08-27T18:00:35.405Z+ chown build:build /home/build /work
192026-08-27T18:00:37.407Z+ chmod 0700 /home/build /work
202026-08-27T18:00:37.415Zprocess exited: duration 4127 ms, exit code 0
 
212026-08-27T18:00:37.427Zstarting task 1: "rust-toolchain"
222026-08-27T18:00:37.449Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-27T18:00:37.449Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-27T18:00:37.449Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-27T18:00:37.449Z * rust toolchain channel = "1.97.1"
262026-08-27T18:00:37.450Z * rust toolchain profile = "default"
272026-08-27T18:00:37.450Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-27T18:00:37.450Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-27T18:00:37.450Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-27T18:00:37.493Zinfo: downloading installer
312026-08-27T18:00:38.682Zwarn: It looks like you have an existing rustup settings file at:
322026-08-27T18:00:38.682Zwarn: /home/build/.rustup/settings.toml
332026-08-27T18:00:38.683Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-27T18:00:38.683Zwarn: instead of the one inferred from the default host triple.
352026-08-27T18:00:38.699Zinfo: profile set to default
362026-08-27T18:00:38.699Zinfo: default host triple is x86_64-unknown-illumos
372026-08-27T18:00:38.704Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-27T18:00:38.837Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-27T18:00:38.840Zinfo: downloading 6 components
402026-08-27T18:00:53.060Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-27T18:00:53.060Z
422026-08-27T18:00:53.090Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-27T18:00:53.090Z
442026-08-27T18:00:53.090Z
452026-08-27T18:00:53.090ZRust is installed now. Great!
462026-08-27T18:00:53.090Z
472026-08-27T18:00:53.090ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-27T18:00:53.090Zenvironment variable. This has not been done automatically.
492026-08-27T18:00:53.090Z
502026-08-27T18:00:53.090ZTo configure your current shell, you need to source
512026-08-27T18:00:53.090Zthe corresponding env file under $HOME/.cargo.
522026-08-27T18:00:53.090Z
532026-08-27T18:00:53.090ZThis is usually done by running one of the following (note the leading DOT):
542026-08-27T18:00:53.094Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-27T18:00:53.094Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-27T18:00:53.094Zsource "~/.cargo/env.nu" # For nushell
572026-08-27T18:00:53.094Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-27T18:00:53.094Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-27T18:00:53.094Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-27T18:00:53.094Zwarn: no default linker (`cc`) was found in your PATH
612026-08-27T18:00:53.094Zwarn: many Rust crates require a system C toolchain to build
622026-08-27T18:00:53.192Z+ rustup --version
632026-08-27T18:00:53.198Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-27T18:00:53.203Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-27T18:00:53.219Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-27T18:00:53.222Z+ cargo --version
672026-08-27T18:00:53.230Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-27T18:00:53.233Z+ rustc --version
692026-08-27T18:00:53.252Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-27T18:00:53.255Zprocess exited: duration 15831 ms, exit code 0
 
712026-08-27T18:00:53.262Zstarting task 2: "authentication"
722026-08-27T18:00:53.280Zprocess exited: duration 17 ms, exit code 0
 
732026-08-27T18:00:53.288Zstarting task 3: "clone repository"
742026-08-27T18:00:53.291Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-27T18:00:53.295Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-27T18:00:53.327ZCloning into '/work/oxidecomputer/omicron'...
772026-08-27T18:01:13.120Z+ cd /work/oxidecomputer/omicron
782026-08-27T18:01:13.120Z+ git fetch origin d0f50ce34f6e02d9f9b200abb2b5ba22c459e1b1
792026-08-27T18:01:13.486ZFrom https://github.com/oxidecomputer/omicron
802026-08-27T18:01:13.486Z * branch d0f50ce34f6e02d9f9b200abb2b5ba22c459e1b1 -> FETCH_HEAD
812026-08-27T18:01:13.501Z+ [[ -n support-bundle-time-range-v2 ]]
822026-08-27T18:01:13.504Z++ git branch --show-current
832026-08-27T18:01:13.504Z+ current=main
842026-08-27T18:01:13.504Z+ [[ main != support-bundle-time-range-v2 ]]
852026-08-27T18:01:13.504Z+ git branch -f support-bundle-time-range-v2 d0f50ce34f6e02d9f9b200abb2b5ba22c459e1b1
862026-08-27T18:01:13.507Z+ git checkout -f support-bundle-time-range-v2
872026-08-27T18:01:13.762ZSwitched to branch 'support-bundle-time-range-v2'
882026-08-27T18:01:13.765Z+ git reset --hard d0f50ce34f6e02d9f9b200abb2b5ba22c459e1b1
892026-08-27T18:01:13.782ZHEAD is now at d0f50ce34 Drop unused omicron-common dependency from support-bundle-collection
902026-08-27T18:01:13.785Zprocess exited: duration 20495 ms, exit code 0
 
912026-08-27T18:01:13.792Zstarting task 4: "build"
922026-08-27T18:01:13.797Z+ source .github/buildomat/ci-env.sh
932026-08-27T18:01:13.797Z++ export CARGO_TERM_COLOR=always
942026-08-27T18:01:13.797Z++ CARGO_TERM_COLOR=always
952026-08-27T18:01:13.800Z+++ uname -s
962026-08-27T18:01:13.800Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-27T18:01:13.800Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-27T18:01:13.803Z+ cargo --version
992026-08-27T18:01:13.811Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-27T18:01:13.814Z+ rustc --version
1012026-08-27T18:01:13.834Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-27T18:01:13.837Z+ WORK=/work
1032026-08-27T18:01:13.837Z+ pfexec mkdir -p /work
1042026-08-27T18:01:13.840Z+ pfexec chown build /work
1052026-08-27T18:01:13.843Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-08-27T18:01:15.871Z Startup: Refreshing catalog 'helios' ... Done
1072026-08-27T18:01:16.256Z Startup: Caching catalogs ... Done
1082026-08-27T18:01:18.486ZPlanning: Solver setup ... Done (2.112s)
1092026-08-27T18:01:18.549ZPlanning: Running solver ... Done (0.062s)
1102026-08-27T18:01:18.597ZPlanning: Finding local manifests ... Done (0.003s)
1112026-08-27T18:01:18.611ZPlanning: Fetching manifests: 0/2 0% complete
1122026-08-27T18:01:18.627ZPlanning: Fetching manifests: 2/2 100% complete
1132026-08-27T18:01:18.640ZPlanning: Package planning ... Done (0.014s)
1142026-08-27T18:01:18.644ZPlanning: Merging actions ... Done (0.001s)
1152026-08-27T18:01:18.863ZPlanning: Checking for conflicting actions ... Done (0.220s)
1162026-08-27T18:01:18.866ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-08-27T18:01:19.743ZPlanning: Evaluating mediators ... Done (0.879s)
1182026-08-27T18:01:19.746ZPlanning: Planning completed in 3.45 seconds
1192026-08-27T18:01:19.753Z Packages to install: 2
1202026-08-27T18:01:19.753Z Estimated space available: 156.01 GB
1212026-08-27T18:01:19.753ZEstimated space to be consumed: 80.56 MB
1222026-08-27T18:01:19.753Z Create boot environment: No
1232026-08-27T18:01:19.757ZCreate backup boot environment: No
1242026-08-27T18:01:19.757Z Rebuild boot archive: No
1252026-08-27T18:01:19.757Z
1262026-08-27T18:01:19.757ZChanged packages:
1272026-08-27T18:01:19.757Zhelios
1282026-08-27T18:01:19.757Z developer/build-essential
1292026-08-27T18:01:19.757Z None -> 11-3.0
1302026-08-27T18:01:19.757Z library/libxmlsec1
1312026-08-27T18:01:19.757Z None -> 1.2.35-3.0
1322026-08-27T18:01:19.780Z
1332026-08-27T18:01:19.780ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-08-27T18:01:19.852ZDownload: Completed 1.28 MB in 0.07 seconds (17.7M/s)
1352026-08-27T18:01:19.916Z Actions: 1/268 actions (Installing new actions)
1362026-08-27T18:01:19.954Z Actions: Completed 268 actions in 0.04 seconds.
1372026-08-27T18:01:19.990ZFinalize: Updating package state database ... Done (0.035s)
1382026-08-27T18:01:19.990ZFinalize: Updating package cache ... Done (0.000s)
1392026-08-27T18:01:20.081ZFinalize: Updating image state ... Done (0.090s)
1402026-08-27T18:01:22.710ZFinalize: Creating fast lookup database ... Done (2.576s)
1412026-08-27T18:01:22.778ZFinalize: Reading search index ... Done (0.012s)
1422026-08-27T18:01:22.782ZFinalize: Updating search index ... Done (0.000s)
1432026-08-27T18:01:22.854ZFinalize: Updating package cache ... Done (0.000s)
1442026-08-27T18:01:23.221ZPlanning: Evaluating mediator changes ... Done
1452026-08-27T18:01:23.324ZPlanning: Checking for conflicting actions ... Done
1462026-08-27T18:01:23.327ZPlanning: Consolidating action changes ... Done
1472026-08-27T18:01:23.481ZPlanning: Evaluating mediators ... Done
1482026-08-27T18:01:23.485ZPlanning: Planning completed in 0.26 seconds
1492026-08-27T18:01:23.505Z Mediators to change: 2
1502026-08-27T18:01:23.505Z Create boot environment: No
1512026-08-27T18:01:23.505ZCreate backup boot environment: No
1522026-08-27T18:01:23.554ZFinalize: Updating package state database ... Done
1532026-08-27T18:01:23.554ZFinalize: Updating package cache ... Done
1542026-08-27T18:01:23.607ZFinalize: Updating image state ... Done
1552026-08-27T18:01:25.543ZFinalize: Creating fast lookup database ... Done
1562026-08-27T18:01:25.602ZFinalize: Reading search index ... Done
1572026-08-27T18:01:25.606ZFinalize: Updating search index ... Done
1582026-08-27T18:01:25.671ZFinalize: Updating package cache ... Done
1592026-08-27T18:01:25.953ZPlanning: Evaluating mediator changes ... Done
1602026-08-27T18:01:26.057ZPlanning: Checking for conflicting actions ... Done
1612026-08-27T18:01:26.060ZPlanning: Consolidating action changes ... Done
1622026-08-27T18:01:26.215ZPlanning: Evaluating mediators ... Done
1632026-08-27T18:01:26.218ZPlanning: Planning completed in 0.26 seconds
1642026-08-27T18:01:26.238Z Mediators to change: 1
1652026-08-27T18:01:26.238Z Create boot environment: No
1662026-08-27T18:01:26.238ZCreate backup boot environment: No
1672026-08-27T18:01:26.304ZFinalize: Updating package state database ... Done
1682026-08-27T18:01:26.304ZFinalize: Updating package cache ... Done
1692026-08-27T18:01:26.360ZFinalize: Updating image state ... Done
1702026-08-27T18:01:28.289ZFinalize: Creating fast lookup database ... Done
1712026-08-27T18:01:28.350ZFinalize: Reading search index ... Done
1722026-08-27T18:01:28.354ZFinalize: Updating search index ... Done
1732026-08-27T18:01:28.446ZFinalize: Updating package cache ... Done
1742026-08-27T18:01:28.756ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-08-27T18:01:28.756Zapache system 2.4 system
1762026-08-27T18:01:28.756Zclang system 15 system
1772026-08-27T18:01:28.756Zcsh system system illumos
1782026-08-27T18:01:28.756Zctags system system illumos
1792026-08-27T18:01:28.756Zfile vendor vendor darwinsys
1802026-08-27T18:01:28.756Zfile system system illumos
1812026-08-27T18:01:28.756Zgcc vendor 14 vendor
1822026-08-27T18:01:28.756Zgcc system 13 system
1832026-08-27T18:01:28.756Zgcc system 10 system
1842026-08-27T18:01:28.756Zgo system 1.25 system
1852026-08-27T18:01:28.756Zllvm system 15 system
1862026-08-27T18:01:28.756Zmariadb system 11.4 system
1872026-08-27T18:01:28.756Zmta vendor vendor dma
1882026-08-27T18:01:28.756Zopenjdk system 17 system
1892026-08-27T18:01:28.756Zopenjdk system 11 system
1902026-08-27T18:01:28.756Zopenssl vendor 3 vendor
1912026-08-27T18:01:28.756Zperl system 5.40 system
1922026-08-27T18:01:28.756Zpostgresql system 18 system
1932026-08-27T18:01:28.756Zpostgresql system 17 system
1942026-08-27T18:01:28.756Zpython vendor 3 vendor
1952026-08-27T18:01:28.756Zpython system 2 system
1962026-08-27T18:01:28.756Zpython3 vendor 3.13 vendor
1972026-08-27T18:01:28.756Zruby system 3.4 system
1982026-08-27T18:01:28.756Zruby system 3.0 system
1992026-08-27T18:01:28.756Zwords vendor vendor american-english
2002026-08-27T18:01:28.756Zwords system system australian-english
2012026-08-27T18:01:28.756Zwords system system british-english
2022026-08-27T18:01:28.756Zwords system system canadian-english
2032026-08-27T18:01:28.756Zwords system system french
2042026-08-27T18:01:28.756Zwords system system italian
2052026-08-27T18:01:28.756Zwords system system ngerman
2062026-08-27T18:01:28.756Zwords system system ogerman
2072026-08-27T18:01:28.757Zwords system system spanish
2082026-08-27T18:01:29.010ZPUBLISHER TYPE STATUS P LOCATION
2092026-08-27T18:01:29.010Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-08-27T18:01:29.491ZFMRI IFO
2112026-08-27T18:01:29.491Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-08-27T18:01:29.491Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-08-27T18:01:29.491Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-08-27T18:01:29.492Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-08-27T18:01:29.492Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-08-27T18:01:29.492Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-08-27T18:01:29.492Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-08-27T18:01:29.492Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-08-27T18:01:29.492Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-08-27T18:01:29.818Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-08-27T18:01:30.169Z Updating crates.io index
2222026-08-27T18:01:30.172Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-08-27T18:01:30.473Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-08-27T18:01:30.926Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2252026-08-27T18:01:31.229Z Updating git repository `https://github.com/oxidecomputer/propolis`
2262026-08-27T18:01:32.529Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2272026-08-27T18:01:33.197Z Updating git repository `https://github.com/oxidecomputer/crucible`
2282026-08-27T18:01:35.209Z Updating git repository `https://github.com/oxidecomputer/opte`
2292026-08-27T18:01:36.281Z Updating git repository `https://github.com/oxidecomputer/tofino`
2302026-08-27T18:01:36.657Z Updating git repository `https://github.com/oxidecomputer/lldp`
2312026-08-27T18:01:37.050Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2322026-08-27T18:01:38.469Z Updating git repository `https://github.com/oxidecomputer/clickward`
2332026-08-27T18:01:38.826Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2342026-08-27T18:01:39.344Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2352026-08-27T18:01:39.619Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2362026-08-27T18:01:39.920Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2372026-08-27T18:01:40.194Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2382026-08-27T18:01:40.507Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2392026-08-27T18:01:40.833Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2402026-08-27T18:01:41.144Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2412026-08-27T18:01:41.719Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-08-27T18:01:42.261Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2432026-08-27T18:01:43.900Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2442026-08-27T18:01:44.294Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2452026-08-27T18:01:44.830Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2462026-08-27T18:01:45.211Z Updating git repository `https://github.com/oxidecomputer/erebor`
2472026-08-27T18:01:45.589Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2482026-08-27T18:01:47.167Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2492026-08-27T18:01:47.617Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-27T18:01:48.069Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2512026-08-27T18:01:48.455Z Updating git repository `https://github.com/oxidecomputer/ispf`
2522026-08-27T18:01:48.855Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2532026-08-27T18:01:49.162Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2542026-08-27T18:01:49.552Z Updating git repository `https://github.com/oxidecomputer/tough`
2552026-08-27T18:01:50.403Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2562026-08-27T18:01:51.017Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-08-27T18:01:51.310Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2582026-08-27T18:01:51.629Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2592026-08-27T18:01:52.265Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2602026-08-27T18:01:52.779Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2612026-08-27T18:01:53.096Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2622026-08-27T18:01:53.379Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2632026-08-27T18:01:53.716Z Updating git repository `https://github.com/illumos/smf-rs`
2642026-08-27T18:01:54.012Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2652026-08-27T18:01:56.856Z Downloading crates ...
2662026-08-27T18:01:56.915Z Downloaded crypto-common v0.1.7
2672026-08-27T18:01:56.922Z Downloaded cpufeatures v0.2.17
2682026-08-27T18:01:56.926Z Downloaded cfg-if v1.0.4
2692026-08-27T18:01:56.926Z Downloaded equivalent v1.0.2
2702026-08-27T18:01:56.929Z Downloaded version_check v0.9.5
2712026-08-27T18:01:56.929Z Downloaded getrandom v0.4.3
2722026-08-27T18:01:56.933Z Downloaded heck v0.5.0
2732026-08-27T18:01:56.936Z Downloaded heck v0.4.1
2742026-08-27T18:01:56.939Z Downloaded generic-array v0.14.7
2752026-08-27T18:01:56.939Z Downloaded dtrace-parser v0.2.0
2762026-08-27T18:01:56.942Z Downloaded zerocopy v0.7.35
2772026-08-27T18:01:56.948Z Downloaded zmij v1.0.21
2782026-08-27T18:01:56.952Z Downloaded zerocopy-derive v0.7.35
2792026-08-27T18:01:56.952Z Downloaded clap_lex v1.0.0
2802026-08-27T18:01:56.957Z Downloaded errno v0.3.14
2812026-08-27T18:01:56.957Z Downloaded fnv v1.0.7
2822026-08-27T18:01:56.957Z Downloaded anstyle-query v1.1.5
2832026-08-27T18:01:56.957Z Downloaded block-buffer v0.10.4
2842026-08-27T18:01:56.957Z Downloaded cargo_metadata v0.23.1
2852026-08-27T18:01:56.960Z Downloaded bytecount v0.6.9
2862026-08-27T18:01:56.960Z Downloaded dof v0.3.0
2872026-08-27T18:01:56.960Z Downloaded fastrand v2.3.0
2882026-08-27T18:01:56.960Z Downloaded anstream v1.0.0
2892026-08-27T18:01:56.963Z Downloaded autocfg v1.5.0
2902026-08-27T18:01:56.963Z Downloaded digest v0.10.7
2912026-08-27T18:01:56.966Z Downloaded fs-err v3.3.0
2922026-08-27T18:01:56.970Z Downloaded is_terminal_polyfill v1.70.2
2932026-08-27T18:01:56.973Z Downloaded clap_derive v4.6.1
2942026-08-27T18:01:56.973Z Downloaded bitflags v2.11.0
2952026-08-27T18:01:56.976Z Downloaded macaddr v1.0.1
2962026-08-27T18:01:56.976Z Downloaded plain v0.2.3
2972026-08-27T18:01:56.980Z Downloaded memmap v0.7.0
2982026-08-27T18:01:56.984Z Downloaded itoa v1.0.17
2992026-08-27T18:01:56.987Z Downloaded anyhow v1.0.104
3002026-08-27T18:01:56.991Z Downloaded cargo-platform v0.3.2
3012026-08-27T18:01:56.996Z Downloaded cargo_toml v0.21.0
3022026-08-27T18:01:56.999Z Downloaded colorchoice v1.0.4
3032026-08-27T18:01:57.002Z Downloaded usdt v0.5.0
3042026-08-27T18:01:57.005Z Downloaded strsim v0.11.1
3052026-08-27T18:01:57.008Z Downloaded unicode-linebreak v0.1.5
3062026-08-27T18:01:57.015Z Downloaded toml_write v0.1.2
3072026-08-27T18:01:57.020Z Downloaded usdt-macro v0.5.0
3082026-08-27T18:01:57.023Z Downloaded tabled_derive v0.7.0
3092026-08-27T18:01:57.023Z Downloaded pretty-hex v0.4.1
3102026-08-27T18:01:57.023Z Downloaded utf8parse v0.2.2
3112026-08-27T18:01:57.026Z Downloaded thread-id v4.2.2
3122026-08-27T18:01:57.042Z Downloaded usdt-attr-macro v0.5.0
3132026-08-27T18:01:57.042Z Downloaded swrite v0.1.0
3142026-08-27T18:01:57.042Z Downloaded byteorder v1.5.0
3152026-08-27T18:01:57.042Z Downloaded proc-macro-error-attr v1.0.4
3162026-08-27T18:01:57.042Z Downloaded scroll_derive v0.12.1
3172026-08-27T18:01:57.042Z Downloaded terminal_size v0.4.3
3182026-08-27T18:01:57.046Z Downloaded serde_spanned v0.6.9
3192026-08-27T18:01:57.050Z Downloaded anstyle v1.0.14
3202026-08-27T18:01:57.050Z Downloaded thiserror-impl v1.0.69
3212026-08-27T18:01:57.053Z Downloaded clap v4.6.1
3222026-08-27T18:01:57.056Z Downloaded pest_generator v2.8.6
3232026-08-27T18:01:57.056Z Downloaded thiserror v1.0.69
3242026-08-27T18:01:57.060Z Downloaded anstyle-parse v1.0.0
3252026-08-27T18:01:57.060Z Downloaded camino-tempfile v1.4.1
3262026-08-27T18:01:57.063Z Downloaded toml_datetime v0.6.11
3272026-08-27T18:01:57.067Z Downloaded quote v1.0.45
3282026-08-27T18:01:57.070Z Downloaded serde_tokenstream v0.2.3
3292026-08-27T18:01:57.070Z Downloaded semver v1.0.28
3302026-08-27T18:01:57.073Z Downloaded thiserror-impl v2.0.18
3312026-08-27T18:01:57.073Z Downloaded ucd-trie v0.1.7
3322026-08-27T18:01:57.078Z Downloaded sha2 v0.10.9
3332026-08-27T18:01:57.078Z Downloaded once_cell v1.21.3
3342026-08-27T18:01:57.081Z Downloaded thiserror v2.0.18
3352026-08-27T18:01:57.081Z Downloaded smawk v0.3.2
3362026-08-27T18:01:57.084Z Downloaded proc-macro-error v1.0.4
3372026-08-27T18:01:57.087Z Downloaded scroll v0.12.0
3382026-08-27T18:01:57.091Z Downloaded pest_derive v2.8.6
3392026-08-27T18:01:57.095Z Downloaded papergrid v0.11.0
3402026-08-27T18:01:57.101Z Downloaded toml v0.8.23
3412026-08-27T18:01:57.104Z Downloaded usdt-impl v0.5.0
3422026-08-27T18:01:57.108Z Downloaded log v0.4.33
3432026-08-27T18:01:57.111Z Downloaded serde_derive v1.0.228
3442026-08-27T18:01:57.116Z Downloaded camino v1.2.5
3452026-08-27T18:01:57.121Z Downloaded pest_meta v2.8.6
3462026-08-27T18:01:57.124Z Downloaded indexmap v2.14.0
3472026-08-27T18:01:57.124Z Downloaded serde_core v1.0.228
3482026-08-27T18:01:57.133Z Downloaded proc-macro2 v1.0.106
3492026-08-27T18:01:57.136Z Downloaded textwrap v0.16.2
3502026-08-27T18:01:57.136Z Downloaded unicode-ident v1.0.24
3512026-08-27T18:01:57.140Z Downloaded tempfile v3.27.0
3522026-08-27T18:01:57.144Z Downloaded memchr v2.8.0
3532026-08-27T18:01:57.148Z Downloaded serde v1.0.228
3542026-08-27T18:01:57.152Z Downloaded toml_edit v0.22.27
3552026-08-27T18:01:57.167Z Downloaded typenum v1.20.1
3562026-08-27T18:01:57.178Z Downloaded pest v2.8.6
3572026-08-27T18:01:57.199Z Downloaded clap_builder v4.6.0
3582026-08-27T18:01:57.203Z Downloaded serde_json v1.0.151
3592026-08-27T18:01:57.207Z Downloaded hashbrown v0.17.0
3602026-08-27T18:01:57.228Z Downloaded winnow v0.7.14
3612026-08-27T18:01:57.233Z Downloaded goblin v0.8.2
3622026-08-27T18:01:57.236Z Downloaded tabled v0.15.0
3632026-08-27T18:01:57.256Z Downloaded syn v1.0.109
3642026-08-27T18:01:57.260Z Downloaded unicode-width v0.1.14
3652026-08-27T18:01:57.263Z Downloaded unicode-width v0.2.0
3662026-08-27T18:01:57.269Z Downloaded syn v2.0.117
3672026-08-27T18:01:57.288Z Downloaded rustix v1.1.4
3682026-08-27T18:01:57.305Z Downloaded libc v0.2.185
3692026-08-27T18:01:57.365Z Compiling proc-macro2 v1.0.106
3702026-08-27T18:01:57.369Z Compiling quote v1.0.45
3712026-08-27T18:01:57.369Z Compiling unicode-ident v1.0.24
3722026-08-27T18:01:57.369Z Compiling serde_core v1.0.228
3732026-08-27T18:01:57.369Z Compiling libc v0.2.185
3742026-08-27T18:01:57.369Z Compiling version_check v0.9.5
3752026-08-27T18:01:57.369Z Compiling memchr v2.8.0
3762026-08-27T18:01:57.369Z Compiling serde v1.0.228
3772026-08-27T18:01:57.537Z Compiling zmij v1.0.21
3782026-08-27T18:01:57.541Z Compiling itoa v1.0.17
3792026-08-27T18:01:57.541Z Compiling thiserror v1.0.69
3802026-08-27T18:01:57.541Z Compiling ucd-trie v0.1.7
3812026-08-27T18:01:57.541Z Compiling byteorder v1.5.0
3822026-08-27T18:01:57.541Z Compiling rustix v1.1.4
3832026-08-27T18:01:57.773Z Compiling serde_json v1.0.151
3842026-08-27T18:01:57.868Z Compiling bitflags v2.11.0
3852026-08-27T18:01:57.979Z Compiling syn v1.0.109
3862026-08-27T18:01:58.015Z Compiling camino v1.2.5
3872026-08-27T18:01:58.017Z Compiling hashbrown v0.17.0
3882026-08-27T18:01:58.017Z Compiling proc-macro-error-attr v1.0.4
3892026-08-27T18:01:58.089Z Compiling pest v2.8.6
3902026-08-27T18:01:58.162Z Compiling usdt-impl v0.5.0
3912026-08-27T18:01:58.239Z Compiling proc-macro-error v1.0.4
3922026-08-27T18:01:58.350Z Compiling log v0.4.33
3932026-08-27T18:01:58.382Z Compiling utf8parse v0.2.2
3942026-08-27T18:01:58.392Z Compiling plain v0.2.3
3952026-08-27T18:01:58.445Z Compiling getrandom v0.4.3
3962026-08-27T18:01:58.478Z Compiling equivalent v1.0.2
3972026-08-27T18:01:58.516Z Compiling anstyle-parse v1.0.0
3982026-08-27T18:01:58.555Z Compiling winnow v0.7.14
3992026-08-27T18:01:58.605Z Compiling indexmap v2.14.0
4002026-08-27T18:01:58.605Z Compiling autocfg v1.5.0
4012026-08-27T18:01:58.608Z Compiling anstyle-query v1.1.5
4022026-08-27T18:01:58.609Z Compiling colorchoice v1.0.4
4032026-08-27T18:01:58.675Z Compiling errno v0.3.14
4042026-08-27T18:01:58.693Z Compiling thread-id v4.2.2
4052026-08-27T18:01:58.697Z Compiling toml_write v0.1.2
4062026-08-27T18:01:58.731Z Compiling thiserror v2.0.18
4072026-08-27T18:01:58.752Z Compiling cfg-if v1.0.4
4082026-08-27T18:01:58.774Z Compiling anstyle v1.0.14
4092026-08-27T18:01:58.828Z Compiling pretty-hex v0.4.1
4102026-08-27T18:01:58.847Z Compiling is_terminal_polyfill v1.70.2
4112026-08-27T18:01:58.947Z Compiling bytecount v0.6.9
4122026-08-27T18:01:58.972Z Compiling anstream v1.0.0
4132026-08-27T18:01:58.993Z Compiling syn v2.0.117
4142026-08-27T18:01:59.031Z Compiling once_cell v1.21.3
4152026-08-27T18:01:59.094Z Compiling fs-err v3.3.0
4162026-08-27T18:01:59.097Z Compiling fastrand v2.3.0
4172026-08-27T18:01:59.130Z Compiling fnv v1.0.7
4182026-08-27T18:01:59.183Z Compiling heck v0.5.0
4192026-08-27T18:01:59.257Z Compiling pest_meta v2.8.6
4202026-08-27T18:01:59.286Z Compiling anyhow v1.0.104
4212026-08-27T18:01:59.302Z Compiling strsim v0.11.1
4222026-08-27T18:01:59.321Z Compiling unicode-width v0.1.14
4232026-08-27T18:01:59.324Z Compiling heck v0.4.1
4242026-08-27T18:01:59.396Z Compiling clap_lex v1.0.0
4252026-08-27T18:01:59.451Z Compiling memmap v0.7.0
4262026-08-27T18:01:59.497Z Compiling unicode-width v0.2.0
4272026-08-27T18:01:59.532Z Compiling smawk v0.3.2
4282026-08-27T18:01:59.576Z Compiling papergrid v0.11.0
4292026-08-27T18:01:59.595Z Compiling unicode-linebreak v0.1.5
4302026-08-27T18:01:59.660Z Compiling swrite v0.1.0
4312026-08-27T18:01:59.711Z Compiling terminal_size v0.4.3
4322026-08-27T18:01:59.711Z Compiling tempfile v3.27.0
4332026-08-27T18:01:59.835Z Compiling clap_builder v4.6.0
4342026-08-27T18:01:59.835Z Compiling textwrap v0.16.2
4352026-08-27T18:02:00.143Z Compiling cargo-platform v0.3.2
4362026-08-27T18:02:00.146Z Compiling semver v1.0.28
4372026-08-27T18:02:00.388Z Compiling camino-tempfile v1.4.1
4382026-08-27T18:02:00.528Z Compiling tabled_derive v0.7.0
4392026-08-27T18:02:01.163Z Compiling pest_generator v2.8.6
4402026-08-27T18:02:01.209Z Compiling tabled v0.15.0
4412026-08-27T18:02:01.654Z Compiling serde_derive v1.0.228
4422026-08-27T18:02:01.657Z Compiling thiserror-impl v1.0.69
4432026-08-27T18:02:01.657Z Compiling zerocopy-derive v0.7.35
4442026-08-27T18:02:01.657Z Compiling scroll_derive v0.12.1
4452026-08-27T18:02:01.657Z Compiling thiserror-impl v2.0.18
4462026-08-27T18:02:01.657Z Compiling clap_derive v4.6.1
4472026-08-27T18:02:01.755Z Compiling pest_derive v2.8.6
4482026-08-27T18:02:02.323Z Compiling scroll v0.12.0
4492026-08-27T18:02:02.383Z Compiling zerocopy v0.7.35
4502026-08-27T18:02:02.539Z Compiling goblin v0.8.2
4512026-08-27T18:02:02.650Z Compiling dtrace-parser v0.2.0
4522026-08-27T18:02:02.967Z Compiling clap v4.6.1
4532026-08-27T18:02:04.009Z Compiling serde_spanned v0.6.9
4542026-08-27T18:02:04.009Z Compiling toml_datetime v0.6.11
4552026-08-27T18:02:04.012Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4562026-08-27T18:02:04.013Z Compiling cargo_metadata v0.23.1
4572026-08-27T18:02:04.013Z Compiling macaddr v1.0.1
4582026-08-27T18:02:04.026Z Compiling dof v0.3.0
4592026-08-27T18:02:04.029Z Compiling serde_tokenstream v0.2.3
4602026-08-27T18:02:04.204Z Compiling toml_edit v0.22.27
4612026-08-27T18:02:04.777Z Compiling usdt-macro v0.5.0
4622026-08-27T18:02:04.777Z Compiling usdt-attr-macro v0.5.0
4632026-08-27T18:02:05.389Z Compiling usdt v0.5.0
4642026-08-27T18:02:05.487Z Compiling toml v0.8.23
4652026-08-27T18:02:05.814Z Compiling cargo_toml v0.21.0
4662026-08-27T18:02:07.112Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4672026-08-27T18:02:09.140Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.49s
4682026-08-27T18:02:09.357Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4692026-08-27T18:02:09.878Z Downloading crates ...
4702026-08-27T18:02:09.927Z Downloaded base16ct v0.2.0
4712026-08-27T18:02:09.935Z Downloaded async-trait v0.1.89
4722026-08-27T18:02:09.938Z Downloaded addr2line v0.25.1
4732026-08-27T18:02:09.941Z Downloaded base16ct v1.0.0
4742026-08-27T18:02:09.944Z Downloaded console v0.16.2
4752026-08-27T18:02:09.948Z Downloaded async-stream-impl v0.3.6
4762026-08-27T18:02:09.951Z Downloaded atomic-waker v1.1.2
4772026-08-27T18:02:09.951Z Downloaded bitfield-macros v0.19.4
4782026-08-27T18:02:09.954Z Downloaded flagset v0.4.7
4792026-08-27T18:02:09.958Z Downloaded backoff v0.4.0
4802026-08-27T18:02:09.961Z Downloaded endian-type v0.1.2
4812026-08-27T18:02:09.964Z Downloaded backtrace v0.3.76
4822026-08-27T18:02:09.967Z Downloaded foreign-types v0.5.0
4832026-08-27T18:02:09.967Z Downloaded foreign-types-shared v0.1.1
4842026-08-27T18:02:09.967Z Downloaded bcs v0.1.6
4852026-08-27T18:02:09.967Z Downloaded hex-literal v1.1.0
4862026-08-27T18:02:09.970Z Downloaded bindgen v0.71.1
4872026-08-27T18:02:09.974Z Downloaded env_logger v0.11.11
4882026-08-27T18:02:09.978Z Downloaded fallible-iterator v0.2.0
4892026-08-27T18:02:09.979Z Downloaded foldhash v0.2.0
4902026-08-27T18:02:09.979Z Downloaded arrayref v0.3.9
4912026-08-27T18:02:09.979Z Downloaded block-buffer v0.12.1
4922026-08-27T18:02:09.979Z Downloaded futures-macro v0.3.32
4932026-08-27T18:02:09.979Z Downloaded array-init v0.0.4
4942026-08-27T18:02:09.979Z Downloaded aead v0.6.1
4952026-08-27T18:02:09.982Z Downloaded anstyle-parse v0.2.7
4962026-08-27T18:02:09.982Z Downloaded backtrace-ext v0.2.1
4972026-08-27T18:02:09.982Z Downloaded form_urlencoded v1.2.2
4982026-08-27T18:02:09.982Z Downloaded bitfield-struct v0.6.2
4992026-08-27T18:02:09.985Z Downloaded bit-set v0.8.0
5002026-08-27T18:02:09.985Z Downloaded ff v0.13.1
5012026-08-27T18:02:09.985Z Downloaded float-cmp v0.10.0
5022026-08-27T18:02:09.988Z Downloaded fxhash v0.2.1
5032026-08-27T18:02:09.988Z Downloaded fatfs v0.3.6
5042026-08-27T18:02:09.991Z Downloaded foldhash v0.1.5
5052026-08-27T18:02:09.994Z Downloaded bit-vec v0.8.0
5062026-08-27T18:02:09.997Z Downloaded enum-as-inner v0.6.1
5072026-08-27T18:02:09.997Z Downloaded fd-lock v4.0.4
5082026-08-27T18:02:09.997Z Downloaded assert_matches v1.5.0
5092026-08-27T18:02:10.002Z Downloaded env_filter v2.0.0
5102026-08-27T18:02:10.005Z Downloaded futures-core v0.3.32
5112026-08-27T18:02:10.005Z Downloaded futures-io v0.3.32
5122026-08-27T18:02:10.005Z Downloaded ghash v0.6.0
5132026-08-27T18:02:10.005Z Downloaded async-recursion v1.1.1
5142026-08-27T18:02:10.008Z Downloaded ascii-canvas v3.0.0
5152026-08-27T18:02:10.008Z Downloaded bcrypt-pbkdf v0.11.0
5162026-08-27T18:02:10.008Z Downloaded async-stream v0.3.6
5172026-08-27T18:02:10.011Z Downloaded atomicwrites v0.4.4
5182026-08-27T18:02:10.011Z Downloaded find-msvc-tools v0.1.9
5192026-08-27T18:02:10.017Z Downloaded castaway v0.2.4
5202026-08-27T18:02:10.017Z Downloaded atty v0.2.14
5212026-08-27T18:02:10.021Z Downloaded block-padding v0.4.2
5222026-08-27T18:02:10.021Z Downloaded half v2.7.1
5232026-08-27T18:02:10.021Z Downloaded foreign-types-shared v0.3.1
5242026-08-27T18:02:10.021Z Downloaded ciborium-ll v0.2.2
5252026-08-27T18:02:10.021Z Downloaded compression-core v0.4.31
5262026-08-27T18:02:10.024Z Downloaded cfg_aliases v0.2.1
5272026-08-27T18:02:10.024Z Downloaded aead v0.5.2
5282026-08-27T18:02:10.024Z Downloaded foreign-types-macros v0.2.3
5292026-08-27T18:02:10.024Z Downloaded futures-sink v0.3.32
5302026-08-27T18:02:10.024Z Downloaded hostname v0.3.1
5312026-08-27T18:02:10.027Z Downloaded hubpack v0.1.2
5322026-08-27T18:02:10.027Z Downloaded foreign-types v0.3.2
5332026-08-27T18:02:10.027Z Downloaded cfg_aliases v0.1.1
5342026-08-27T18:02:10.027Z Downloaded float-ord v0.3.2
5352026-08-27T18:02:10.031Z Downloaded hash32 v0.3.1
5362026-08-27T18:02:10.034Z Downloaded funty v2.0.0
5372026-08-27T18:02:10.034Z Downloaded futures-task v0.3.32
5382026-08-27T18:02:10.034Z Downloaded headers-core v0.3.0
5392026-08-27T18:02:10.037Z Downloaded erased-serde v0.3.31
5402026-08-27T18:02:10.040Z Downloaded ciborium-io v0.2.2
5412026-08-27T18:02:10.040Z Downloaded fixedbitset v0.4.2
5422026-08-27T18:02:10.043Z Downloaded gethostname v0.5.0
5432026-08-27T18:02:10.043Z Downloaded httpdate v1.0.3
5442026-08-27T18:02:10.046Z Downloaded argon2 v0.5.3
5452026-08-27T18:02:10.046Z Downloaded home v0.5.12
5462026-08-27T18:02:10.046Z Downloaded bit-vec v0.6.3
5472026-08-27T18:02:10.050Z Downloaded adler2 v2.0.1
5482026-08-27T18:02:10.053Z Downloaded hostname v0.4.2
5492026-08-27T18:02:10.053Z Downloaded cobs v0.3.0
5502026-08-27T18:02:10.056Z Downloaded http-body v1.0.1
5512026-08-27T18:02:10.059Z Downloaded hash32 v0.2.1
5522026-08-27T18:02:10.062Z Downloaded hubpack_derive v0.1.1
5532026-08-27T18:02:10.062Z Downloaded bb8 v0.8.6
5542026-08-27T18:02:10.062Z Downloaded nibble_vec v0.1.0
5552026-08-27T18:02:10.065Z Downloaded nodrop v0.1.14
5562026-08-27T18:02:10.068Z Downloaded hex v0.4.3
5572026-08-27T18:02:10.073Z Downloaded filetime v0.2.27
5582026-08-27T18:02:10.076Z Downloaded fs_extra v1.3.0
5592026-08-27T18:02:10.076Z Downloaded futures v0.3.32
5602026-08-27T18:02:10.080Z Downloaded getrandom v0.3.4
5612026-08-27T18:02:10.080Z Downloaded normalize-line-endings v0.3.0
5622026-08-27T18:02:10.083Z Downloaded openssl-macros v0.1.1
5632026-08-27T18:02:10.083Z Downloaded http-range v0.1.5
5642026-08-27T18:02:10.083Z Downloaded oxide-generation-macros v0.2.0
5652026-08-27T18:02:10.083Z Downloaded git-stub v1.0.0
5662026-08-27T18:02:10.086Z Downloaded powerfmt v0.2.0
5672026-08-27T18:02:10.086Z Downloaded proc-macro-crate v1.3.1
5682026-08-27T18:02:10.089Z Downloaded predicates-core v1.0.10
5692026-08-27T18:02:10.089Z Downloaded radium v0.7.0
5702026-08-27T18:02:10.092Z Downloaded fixedbitset v0.5.7
5712026-08-27T18:02:10.092Z Downloaded futures-executor v0.3.32
5722026-08-27T18:02:10.092Z Downloaded ahash v0.8.12
5732026-08-27T18:02:10.095Z Downloaded group v0.14.0
5742026-08-27T18:02:10.095Z Downloaded arrayvec v0.7.6
5752026-08-27T18:02:10.095Z Downloaded anstream v0.6.21
5762026-08-27T18:02:10.098Z Downloaded bit-set v0.5.3
5772026-08-27T18:02:10.098Z Downloaded bitfield v0.19.4
5782026-08-27T18:02:10.103Z Downloaded rand_chacha v0.3.1
5792026-08-27T18:02:10.103Z Downloaded recursive-proc-macro-impl v0.1.1
5802026-08-27T18:02:10.103Z Downloaded base64ct v1.8.3
5812026-08-27T18:02:10.106Z Downloaded camino-tempfile-ext v0.3.3
5822026-08-27T18:02:10.106Z Downloaded ref-cast v1.0.25
5832026-08-27T18:02:10.110Z Downloaded buf-list v1.1.2
5842026-08-27T18:02:10.110Z Downloaded ff v0.14.0
5852026-08-27T18:02:10.113Z Downloaded fs-err v2.11.0
5862026-08-27T18:02:10.113Z Downloaded futures-channel v0.3.32
5872026-08-27T18:02:10.113Z Downloaded getrandom v0.2.17
5882026-08-27T18:02:10.113Z Downloaded bs58 v0.5.1
5892026-08-27T18:02:10.118Z Downloaded cexpr v0.6.0
5902026-08-27T18:02:10.118Z Downloaded git-stub-vcs v0.1.0
5912026-08-27T18:02:10.118Z Downloaded globwalk v0.9.1
5922026-08-27T18:02:10.118Z Downloaded base64 v0.21.7
5932026-08-27T18:02:10.121Z Downloaded globset v0.4.18
5942026-08-27T18:02:10.121Z Downloaded group v0.13.0
5952026-08-27T18:02:10.124Z Downloaded oxnet v0.1.6
5962026-08-27T18:02:10.124Z Downloaded compression-codecs v0.4.37
5972026-08-27T18:02:10.127Z Downloaded glob v0.3.3
5982026-08-27T18:02:10.127Z Downloaded highway v1.3.0
5992026-08-27T18:02:10.127Z Downloaded http-body-util v0.1.3
6002026-08-27T18:02:10.131Z Downloaded rand_xorshift v0.4.0
6012026-08-27T18:02:10.131Z Downloaded scopeguard v1.2.0
6022026-08-27T18:02:10.131Z Downloaded sha1 v0.11.0
6032026-08-27T18:02:10.131Z Downloaded rustc-hash v2.1.1
6042026-08-27T18:02:10.140Z Downloaded sha1 v0.10.6
6052026-08-27T18:02:10.140Z Downloaded rustc_version v0.1.7
6062026-08-27T18:02:10.140Z Downloaded same-file v1.0.6
6072026-08-27T18:02:10.140Z Downloaded secrecy v0.10.3
6082026-08-27T18:02:10.140Z Downloaded serde_spanned v1.1.1
6092026-08-27T18:02:10.140Z Downloaded async-bb8-diesel v0.2.1
6102026-08-27T18:02:10.144Z Downloaded cipher v0.5.2
6112026-08-27T18:02:10.144Z Downloaded cassowary v0.3.0
6122026-08-27T18:02:10.144Z Downloaded chacha20 v0.9.1
6132026-08-27T18:02:10.144Z Downloaded expectorate v1.2.0
6142026-08-27T18:02:10.147Z Downloaded slog-envlogger v2.2.0
6152026-08-27T18:02:10.147Z Downloaded cipher v0.4.4
6162026-08-27T18:02:10.147Z Downloaded cmake v0.1.57
6172026-08-27T18:02:10.148Z Downloaded stable_deref_trait v1.2.1
6182026-08-27T18:02:10.152Z Downloaded bitflags v1.3.2
6192026-08-27T18:02:10.155Z Downloaded cmov v0.5.4
6202026-08-27T18:02:10.155Z Downloaded num_enum v0.5.11
6212026-08-27T18:02:10.158Z Downloaded peg v0.8.5
6222026-08-27T18:02:10.161Z Downloaded num-integer v0.1.46
6232026-08-27T18:02:10.162Z Downloaded num_enum_derive v0.7.6
6242026-08-27T18:02:10.162Z Downloaded password-hash v0.5.0
6252026-08-27T18:02:10.162Z Downloaded pkcs8 v0.10.2
6262026-08-27T18:02:10.165Z Downloaded peg-macros v0.8.5
6272026-08-27T18:02:10.165Z Downloaded pbkdf2 v0.13.0
6282026-08-27T18:02:10.165Z Downloaded structmeta v0.3.0
6292026-08-27T18:02:10.165Z Downloaded subtle v2.6.1
6302026-08-27T18:02:10.165Z Downloaded sqlparser_derive v0.5.0
6312026-08-27T18:02:10.168Z Downloaded supports-unicode v3.0.0
6322026-08-27T18:02:10.168Z Downloaded progenitor v0.14.0
6332026-08-27T18:02:10.168Z Downloaded enum_dispatch v0.3.13
6342026-08-27T18:02:10.168Z Downloaded progenitor v0.13.0
6352026-08-27T18:02:10.172Z Downloaded progenitor-client v0.13.0
6362026-08-27T18:02:10.172Z Downloaded polyval v0.7.1
6372026-08-27T18:02:10.175Z Downloaded take_mut v0.2.2
6382026-08-27T18:02:10.175Z Downloaded testing_table v0.3.0
6392026-08-27T18:02:10.175Z Downloaded generic-array v1.4.3
6402026-08-27T18:02:10.178Z Downloaded hmac v0.12.1
6412026-08-27T18:02:10.178Z Downloaded clang-sys v1.8.1
6422026-08-27T18:02:10.181Z Downloaded argon2 v0.6.0-rc.8
6432026-08-27T18:02:10.181Z Downloaded backon v1.6.0
6442026-08-27T18:02:10.181Z Downloaded console v0.15.11
6452026-08-27T18:02:10.184Z Downloaded blowfish v0.10.0
6462026-08-27T18:02:10.184Z Downloaded cbc v0.2.1
6472026-08-27T18:02:10.184Z Downloaded chacha20 v0.10.0
6482026-08-27T18:02:10.187Z Downloaded colored v3.1.1
6492026-08-27T18:02:10.187Z Downloaded bzip2 v0.4.4
6502026-08-27T18:02:10.187Z Downloaded cancel-safe-futures v0.1.5
6512026-08-27T18:02:10.190Z Downloaded colored v2.2.0
6522026-08-27T18:02:10.190Z Downloaded half v1.8.3
6532026-08-27T18:02:10.193Z Downloaded signal-hook-mio v0.2.5
6542026-08-27T18:02:10.193Z Downloaded allocator-api2 v0.2.21
6552026-08-27T18:02:10.196Z Downloaded hybrid-array v0.4.13
6562026-08-27T18:02:10.199Z Downloaded serde_with_macros v1.5.2
6572026-08-27T18:02:10.199Z Downloaded serdect v0.4.3
6582026-08-27T18:02:10.202Z Downloaded rpassword v7.5.4
6592026-08-27T18:02:10.205Z Downloaded serde-hex v0.1.0
6602026-08-27T18:02:10.205Z Downloaded smallvec v0.6.14
6612026-08-27T18:02:10.208Z Downloaded unarray v0.1.4
6622026-08-27T18:02:10.208Z Downloaded usdt v0.6.0
6632026-08-27T18:02:10.211Z Downloaded want v0.3.1
6642026-08-27T18:02:10.211Z Downloaded xshell-macros v0.2.7
6652026-08-27T18:02:10.211Z Downloaded yoke-derive v0.8.1
6662026-08-27T18:02:10.211Z Downloaded httparse v1.10.1
6672026-08-27T18:02:10.211Z Downloaded humantime v2.3.0
6682026-08-27T18:02:10.214Z Downloaded blake2 v0.10.6
6692026-08-27T18:02:10.214Z Downloaded parking_lot_core v0.9.12
6702026-08-27T18:02:10.214Z Downloaded slog-term v2.9.2
6712026-08-27T18:02:10.217Z Downloaded spki v0.8.0
6722026-08-27T18:02:10.217Z Downloaded stacker v0.1.23
6732026-08-27T18:02:10.217Z Downloaded zeroize_derive v1.5.0
6742026-08-27T18:02:10.220Z Downloaded convert_case v0.4.0
6752026-08-27T18:02:10.221Z Downloaded crc v3.4.0
6762026-08-27T18:02:10.221Z Downloaded byte-wrapper v0.1.0
6772026-08-27T18:02:10.221Z Downloaded bzip2 v0.6.1
6782026-08-27T18:02:10.224Z Downloaded utf-8 v0.7.6
6792026-08-27T18:02:10.224Z Downloaded ciborium v0.2.2
6802026-08-27T18:02:10.224Z Downloaded darling_macro v0.20.11
6812026-08-27T18:02:10.224Z Downloaded curve25519-dalek-derive v0.1.1
6822026-08-27T18:02:10.227Z Downloaded nu-ansi-term v0.50.3
6832026-08-27T18:02:10.230Z Downloaded strum_macros v0.24.3
6842026-08-27T18:02:10.233Z Downloaded debug-ignore v1.0.5
6852026-08-27T18:02:10.239Z Downloaded crc-catalog v2.4.0
6862026-08-27T18:02:10.242Z Downloaded derive_builder_macro v0.20.2
6872026-08-27T18:02:10.242Z Downloaded dirs-sys-next v0.1.2
6882026-08-27T18:02:10.242Z Downloaded display-error-chain v0.2.2
6892026-08-27T18:02:10.242Z Downloaded arc-swap v1.8.2
6902026-08-27T18:02:10.245Z Downloaded defmt-parser v1.0.0
6912026-08-27T18:02:10.245Z Downloaded dtrace-parser v0.3.0
6922026-08-27T18:02:10.245Z Downloaded blake2 v0.11.0-rc.6
6932026-08-27T18:02:10.245Z Downloaded tls_codec_derive v0.4.2
6942026-08-27T18:02:10.249Z Downloaded difflib v0.4.0
6952026-08-27T18:02:10.253Z Downloaded hmac v0.13.0
6962026-08-27T18:02:10.256Z Downloaded embedded-io v0.6.1
6972026-08-27T18:02:10.256Z Downloaded hyper-rustls v0.27.7
6982026-08-27T18:02:10.256Z Downloaded indoc v1.0.9
6992026-08-27T18:02:10.260Z Downloaded scrypt v0.12.0
7002026-08-27T18:02:10.260Z Downloaded vergen-lib v9.1.0
7012026-08-27T18:02:10.260Z Downloaded idna_adapter v1.2.1
7022026-08-27T18:02:10.263Z Downloaded lalrpop-util v0.19.12
7032026-08-27T18:02:10.263Z Downloaded const-oid v0.9.6
7042026-08-27T18:02:10.263Z Downloaded maybe-uninit v2.0.0
7052026-08-27T18:02:10.266Z Downloaded base64 v0.22.1
7062026-08-27T18:02:10.266Z Downloaded thread_local v1.1.9
7072026-08-27T18:02:10.269Z Downloaded toml_writer v1.1.1+spec-1.1.0
7082026-08-27T18:02:10.269Z Downloaded tls_codec v0.4.2
7092026-08-27T18:02:10.269Z Downloaded instant v0.1.13
7102026-08-27T18:02:10.272Z Downloaded flate2 v1.1.9
7112026-08-27T18:02:10.275Z Downloaded lzss v0.8.2
7122026-08-27T18:02:10.275Z Downloaded omicron-zone-package v0.12.3
7132026-08-27T18:02:10.278Z Downloaded libscf-sys v1.2.0
7142026-08-27T18:02:10.278Z Downloaded slog-stdlog v4.1.1
7152026-08-27T18:02:10.278Z Downloaded oso v0.27.3
7162026-08-27T18:02:10.280Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7172026-08-27T18:02:10.281Z Downloaded vergen-lib v0.1.6
7182026-08-27T18:02:10.284Z Downloaded newline-converter v0.3.0
7192026-08-27T18:02:10.286Z Downloaded nonempty v0.12.0
7202026-08-27T18:02:10.286Z Downloaded num_threads v0.1.7
7212026-08-27T18:02:10.287Z Downloaded openssl-probe v0.1.6
7222026-08-27T18:02:10.290Z Downloaded num_enum_derive v0.5.11
7232026-08-27T18:02:10.290Z Downloaded openssl-probe v0.2.1
7242026-08-27T18:02:10.290Z Downloaded serde_path_to_error v0.1.20
7252026-08-27T18:02:10.293Z Downloaded wyz v0.5.1
7262026-08-27T18:02:10.293Z Downloaded const-oid v0.10.2
7272026-08-27T18:02:10.293Z Downloaded flume v0.11.1
7282026-08-27T18:02:10.296Z Downloaded oxide-update-engine-types v0.1.2
7292026-08-27T18:02:10.296Z Downloaded pkcs1 v0.7.5
7302026-08-27T18:02:10.299Z Downloaded multimap v0.10.1
7312026-08-27T18:02:10.299Z Downloaded ctr v0.10.1
7322026-08-27T18:02:10.299Z Downloaded elliptic-curve v0.14.1
7332026-08-27T18:02:10.302Z Downloaded derive_builder_core v0.20.2
7342026-08-27T18:02:10.306Z Downloaded papergrid v0.18.0
7352026-08-27T18:02:10.309Z Downloaded precomputed-hash v0.1.1
7362026-08-27T18:02:10.309Z Downloaded synstructure v0.13.2
7372026-08-27T18:02:10.309Z Downloaded corncobs v0.1.4
7382026-08-27T18:02:10.309Z Downloaded num-iter v0.1.45
7392026-08-27T18:02:10.309Z Downloaded progenitor-macro v0.14.0
7402026-08-27T18:02:10.313Z Downloaded peg-runtime v0.8.5
7412026-08-27T18:02:10.316Z Downloaded headers v0.4.1
7422026-08-27T18:02:10.319Z Downloaded heapless v0.7.17
7432026-08-27T18:02:10.322Z Downloaded ingot-types v0.2.0
7442026-08-27T18:02:10.325Z Downloaded russh-cryptovec v0.62.0
7452026-08-27T18:02:10.328Z Downloaded russh-util v0.52.0
7462026-08-27T18:02:10.328Z Downloaded scheduled-thread-pool v0.2.7
7472026-08-27T18:02:10.328Z Downloaded term v1.2.1
7482026-08-27T18:02:10.333Z Downloaded der_derive v0.7.3
7492026-08-27T18:02:10.333Z Downloaded ed25519 v2.2.3
7502026-08-27T18:02:10.333Z Downloaded serde-big-array v0.5.1
7512026-08-27T18:02:10.333Z Downloaded serde_bytes v0.11.19
7522026-08-27T18:02:10.336Z Downloaded chacha20poly1305 v0.10.1
7532026-08-27T18:02:10.336Z Downloaded seq-macro v0.3.6
7542026-08-27T18:02:10.336Z Downloaded proc-macro-crate v3.4.0
7552026-08-27T18:02:10.336Z Downloaded signature v2.2.0
7562026-08-27T18:02:10.339Z Downloaded slog v2.8.2
7572026-08-27T18:02:10.339Z Downloaded hashbrown v0.12.3
7582026-08-27T18:02:10.342Z Downloaded heapless v0.8.0
7592026-08-27T18:02:10.345Z Downloaded hickory-resolver v0.24.4
7602026-08-27T18:02:10.348Z Downloaded mime_guess v2.0.5
7612026-08-27T18:02:10.348Z Downloaded signal-hook-tokio v0.3.1
7622026-08-27T18:02:10.348Z Downloaded bytes v1.11.1
7632026-08-27T18:02:10.351Z Downloaded cc v1.2.56
7642026-08-27T18:02:10.351Z Downloaded toml_parser v1.1.2+spec-1.1.0
7652026-08-27T18:02:10.355Z Downloaded compact_str v0.8.1
7662026-08-27T18:02:10.355Z Downloaded md-5 v0.10.6
7672026-08-27T18:02:10.355Z Downloaded sponge-cursor v0.1.0
7682026-08-27T18:02:10.358Z Downloaded sync-ptr v0.1.4
7692026-08-27T18:02:10.358Z Downloaded hickory-resolver v0.25.2
7702026-08-27T18:02:10.361Z Downloaded newtype-uuid v1.3.2
7712026-08-27T18:02:10.364Z Downloaded keccak v0.2.0
7722026-08-27T18:02:10.364Z Downloaded libloading v0.8.9
7732026-08-27T18:02:10.367Z Downloaded rayon-core v1.13.0
7742026-08-27T18:02:10.367Z Downloaded rustls-platform-verifier v0.6.2
7752026-08-27T18:02:10.370Z Downloaded unicode-properties v0.1.4
7762026-08-27T18:02:10.370Z Downloaded crc32fast v1.5.0
7772026-08-27T18:02:10.374Z Downloaded progenitor-extras v0.2.0
7782026-08-27T18:02:10.374Z Downloaded similar v2.7.0
7792026-08-27T18:02:10.376Z Downloaded tokio-macros v2.7.0
7802026-08-27T18:02:10.376Z Downloaded supports-hyperlinks v3.2.0
7812026-08-27T18:02:10.376Z Downloaded universal-hash v0.6.1
7822026-08-27T18:02:10.379Z Downloaded thread-id v5.1.0
7832026-08-27T18:02:10.379Z Downloaded utf8_iter v1.0.4
7842026-08-27T18:02:10.382Z Downloaded tokio-test v0.4.5
7852026-08-27T18:02:10.382Z Downloaded wait-timeout v0.2.1
7862026-08-27T18:02:10.385Z Downloaded chumsky v0.9.3
7872026-08-27T18:02:10.392Z Downloaded oxide-update-engine-display v0.1.2
7882026-08-27T18:02:10.395Z Downloaded poly1305 v0.9.0
7892026-08-27T18:02:10.395Z Downloaded packed_struct v0.10.1
7902026-08-27T18:02:10.398Z Downloaded pem v3.0.6
7912026-08-27T18:02:10.398Z Downloaded pem-rfc7468 v0.7.0
7922026-08-27T18:02:10.398Z Downloaded pem-rfc7468 v1.0.0
7932026-08-27T18:02:10.400Z Downloaded pkg-config v0.3.32
7942026-08-27T18:02:10.401Z Downloaded rand_core v0.10.0
7952026-08-27T18:02:10.401Z Downloaded sapling-renderdag v0.1.0
7962026-08-27T18:02:10.401Z Downloaded usdt-attr-macro v0.6.0
7972026-08-27T18:02:10.405Z Downloaded zone_cfg_derive v0.3.1
7982026-08-27T18:02:10.408Z Downloaded ar_archive_writer v0.5.1
7992026-08-27T18:02:10.412Z Downloaded ecdsa v0.17.0
8002026-08-27T18:02:10.415Z Downloaded digest-io v0.1.0
8012026-08-27T18:02:10.418Z Downloaded async-compression v0.4.41
8022026-08-27T18:02:10.421Z Downloaded slog-json v2.6.1
8032026-08-27T18:02:10.429Z Downloaded ssh-encoding v0.3.0
8042026-08-27T18:02:10.437Z Downloaded string_cache v0.8.9
8052026-08-27T18:02:10.440Z Downloaded stringprep v0.1.5
8062026-08-27T18:02:10.442Z Downloaded dyn-clone v1.0.20
8072026-08-27T18:02:10.443Z Downloaded internet-checksum v0.2.1
8082026-08-27T18:02:10.443Z Downloaded is-terminal v0.4.17
8092026-08-27T18:02:10.446Z Downloaded keccak v0.1.6
8102026-08-27T18:02:10.446Z Downloaded md5 v0.8.0
8112026-08-27T18:02:10.446Z Downloaded dof v0.4.0
8122026-08-27T18:02:10.446Z Downloaded publicsuffix v2.3.0
8132026-08-27T18:02:10.449Z Downloaded signal-hook-registry v1.4.8
8142026-08-27T18:02:10.449Z Downloaded crc-any v2.5.0
8152026-08-27T18:02:10.449Z Downloaded unsafe-libyaml v0.2.11
8162026-08-27T18:02:10.452Z Downloaded tokio-tungstenite v0.23.1
8172026-08-27T18:02:10.455Z Downloaded tokio-tungstenite v0.21.0
8182026-08-27T18:02:10.455Z Downloaded unicase v2.9.0
8192026-08-27T18:02:10.455Z Downloaded writeable v0.6.2
8202026-08-27T18:02:10.458Z Downloaded linked-hash-map v0.5.6
8212026-08-27T18:02:10.461Z Downloaded olpc-cjson v0.1.4
8222026-08-27T18:02:10.462Z Downloaded num-conv v0.2.0
8232026-08-27T18:02:10.464Z Downloaded newtype_derive v0.1.6
8242026-08-27T18:02:10.468Z Downloaded darling v0.20.11
8252026-08-27T18:02:10.471Z Downloaded hashbrown v0.13.2
8262026-08-27T18:02:10.474Z Downloaded ml-kem v0.3.2
8272026-08-27T18:02:10.477Z Downloaded convert_case v0.10.0
8282026-08-27T18:02:10.477Z Downloaded prettyplease v0.2.37
8292026-08-27T18:02:10.480Z Downloaded derive_builder v0.20.2
8302026-08-27T18:02:10.483Z Downloaded pkcs8 v0.11.0
8312026-08-27T18:02:10.486Z Downloaded unicode-truncate v1.1.0
8322026-08-27T18:02:10.486Z Downloaded whoami v2.1.0
8332026-08-27T18:02:10.486Z Downloaded zeroize v1.9.0
8342026-08-27T18:02:10.489Z Downloaded hickory-server v0.25.2
8352026-08-27T18:02:10.492Z Downloaded predicates-tree v1.0.13
8362026-08-27T18:02:10.495Z Downloaded constant_time_eq v0.4.2
8372026-08-27T18:02:10.499Z Downloaded daft v0.1.8
8382026-08-27T18:02:10.502Z Downloaded http v1.4.2
8392026-08-27T18:02:10.505Z Downloaded quick-error v1.2.3
8402026-08-27T18:02:10.505Z Downloaded ref-cast-impl v1.0.25
8412026-08-27T18:02:10.505Z Downloaded secrecy v0.8.0
8422026-08-27T18:02:10.508Z Downloaded r2d2 v0.8.10
8432026-08-27T18:02:10.511Z Downloaded tokio-stream v0.1.18
8442026-08-27T18:02:10.514Z Downloaded futures-util v0.3.32
8452026-08-27T18:02:10.518Z Downloaded quinn-udp v0.5.14
8462026-08-27T18:02:10.522Z Downloaded rustls-pki-types v1.14.0
8472026-08-27T18:02:10.522Z Downloaded sha2 v0.11.0
8482026-08-27T18:02:10.524Z Downloaded bumpalo v3.20.2
8492026-08-27T18:02:10.527Z Downloaded toml_edit v0.23.10+spec-1.0.0
8502026-08-27T18:02:10.527Z Downloaded ena v0.14.4
8512026-08-27T18:02:10.530Z Downloaded kem v0.3.0
8522026-08-27T18:02:10.530Z Downloaded strip-ansi-escapes v0.2.1
8532026-08-27T18:02:10.530Z Downloaded strum v0.27.2
8542026-08-27T18:02:10.530Z Downloaded tagptr v0.2.0
8552026-08-27T18:02:10.530Z Downloaded zerotrie v0.2.3
8562026-08-27T18:02:10.533Z Downloaded nanorand v0.7.0
8572026-08-27T18:02:10.533Z Downloaded semver v0.1.20
8582026-08-27T18:02:10.536Z Downloaded siphasher v1.0.2
8592026-08-27T18:02:10.536Z Downloaded slog-bunyan v2.5.0
8602026-08-27T18:02:10.536Z Downloaded num-complex v0.4.6
8612026-08-27T18:02:10.539Z Downloaded tabwriter v1.4.1
8622026-08-27T18:02:10.539Z Downloaded samael v0.0.19
8632026-08-27T18:02:10.542Z Downloaded oxide-tokio-rt v0.1.4
8642026-08-27T18:02:10.542Z Downloaded phc v0.6.1
8652026-08-27T18:02:10.545Z Downloaded tower-layer v0.3.3
8662026-08-27T18:02:10.546Z Downloaded tower-service v0.3.3
8672026-08-27T18:02:10.546Z Downloaded universal-hash v0.5.1
8682026-08-27T18:02:10.546Z Downloaded rsa v0.9.10
8692026-08-27T18:02:10.548Z Downloaded unicode-xid v0.2.6
8702026-08-27T18:02:10.548Z Downloaded unit-prefix v0.5.2
8712026-08-27T18:02:10.551Z Downloaded void v1.0.2
8722026-08-27T18:02:10.551Z Downloaded pin-project-internal v1.1.11
8732026-08-27T18:02:10.555Z Downloaded toml_edit v0.19.15
8742026-08-27T18:02:10.561Z Downloaded twox-hash v2.1.2
8752026-08-27T18:02:10.566Z Downloaded linear-map v1.2.0
8762026-08-27T18:02:10.566Z Downloaded phf_shared v0.12.1
8772026-08-27T18:02:10.566Z Downloaded port-file v0.1.0
8782026-08-27T18:02:10.569Z Downloaded ryu v1.0.23
8792026-08-27T18:02:10.569Z Downloaded schemars v0.8.22
8802026-08-27T18:02:10.574Z Downloaded yasna v0.5.2
8812026-08-27T18:02:10.578Z Downloaded unicode_categories v0.1.1
8822026-08-27T18:02:10.578Z Downloaded daft-derive v0.1.8
8832026-08-27T18:02:10.581Z Downloaded darling v0.13.4
8842026-08-27T18:02:10.581Z Downloaded parse-display v0.10.0
8852026-08-27T18:02:10.584Z Downloaded parse-display-derive v0.10.0
8862026-08-27T18:02:10.585Z Downloaded pkcs5 v0.8.1
8872026-08-27T18:02:10.588Z Downloaded darling v0.21.3
8882026-08-27T18:02:10.588Z Downloaded darling_core v0.20.11
8892026-08-27T18:02:10.591Z Downloaded derive-ex v0.1.8
8902026-08-27T18:02:10.594Z Downloaded rustversion v1.0.22
8912026-08-27T18:02:10.594Z Downloaded zerofrom v0.1.6
8922026-08-27T18:02:10.594Z Downloaded crypto-common v0.2.2
8932026-08-27T18:02:10.594Z Downloaded wnaf v0.14.0
8942026-08-27T18:02:10.598Z Downloaded hyper-tls v0.6.0
8952026-08-27T18:02:10.598Z Downloaded cpubits v0.1.1
8962026-08-27T18:02:10.598Z Downloaded icu_normalizer v2.1.1
8972026-08-27T18:02:10.598Z Downloaded icu_normalizer_data v2.1.1
8982026-08-27T18:02:10.601Z Downloaded ignore v0.4.25
8992026-08-27T18:02:10.601Z Downloaded rand v0.10.1
9002026-08-27T18:02:10.606Z Downloaded toml v0.7.8
9012026-08-27T18:02:10.606Z Downloaded uuid v1.23.4
9022026-08-27T18:02:10.609Z Downloaded socket2 v0.5.10
9032026-08-27T18:02:10.610Z Downloaded memmap2 v0.9.10
9042026-08-27T18:02:10.610Z Downloaded ingot-macros v0.2.0
9052026-08-27T18:02:10.610Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9062026-08-27T18:02:10.613Z Downloaded typify-macro v0.6.2
9072026-08-27T18:02:10.613Z Downloaded dsl_auto_type v0.2.0
9082026-08-27T18:02:10.613Z Downloaded inout v0.1.4
9092026-08-27T18:02:10.613Z Downloaded postgres-types v0.2.12
9102026-08-27T18:02:10.617Z Downloaded lazy_static v1.5.0
9112026-08-27T18:02:10.617Z Downloaded slog-async v2.8.0
9122026-08-27T18:02:10.617Z Downloaded tinystr v0.8.2
9132026-08-27T18:02:10.623Z Downloaded test-strategy v0.4.5
9142026-08-27T18:02:10.626Z Downloaded jiff-static v0.2.34
9152026-08-27T18:02:10.626Z Downloaded derive-where v1.6.0
9162026-08-27T18:02:10.629Z Downloaded derive_more v0.99.20
9172026-08-27T18:02:10.632Z Downloaded memoffset v0.9.1
9182026-08-27T18:02:10.632Z Downloaded thiserror-no-std v2.0.2
9192026-08-27T18:02:10.632Z Downloaded tokio-native-tls v0.3.1
9202026-08-27T18:02:10.636Z Downloaded match_cfg v0.1.0
9212026-08-27T18:02:10.636Z Downloaded newtype-uuid-macros v0.1.0
9222026-08-27T18:02:10.636Z Downloaded tinyvec v1.10.0
9232026-08-27T18:02:10.639Z Downloaded path-slash v0.1.5
9242026-08-27T18:02:10.642Z Downloaded oso-derive v0.27.3
9252026-08-27T18:02:10.642Z Downloaded percent-encoding v2.3.2
9262026-08-27T18:02:10.646Z Downloaded indexmap v1.9.3
9272026-08-27T18:02:10.649Z Downloaded zstd-safe v7.2.4
9282026-08-27T18:02:10.652Z Downloaded cpufeatures v0.3.0
9292026-08-27T18:02:10.652Z Downloaded aes v0.9.1
9302026-08-27T18:02:10.656Z Downloaded deranged v0.5.8
9312026-08-27T18:02:10.656Z Downloaded pretty_assertions v1.4.1
9322026-08-27T18:02:10.659Z Downloaded yoke v0.8.1
9332026-08-27T18:02:10.659Z Downloaded digest v0.11.3
9342026-08-27T18:02:10.662Z Downloaded delegate v0.13.5
9352026-08-27T18:02:10.662Z Downloaded downcast-rs v2.0.2
9362026-08-27T18:02:10.663Z Downloaded data-encoding v2.10.0
9372026-08-27T18:02:10.663Z Downloaded diesel-dtrace v0.5.0
9382026-08-27T18:02:10.668Z Downloaded icu_provider v2.1.1
9392026-08-27T18:02:10.675Z Downloaded rfc6979 v0.6.0
9402026-08-27T18:02:10.678Z Downloaded serde_urlencoded v0.7.1
9412026-08-27T18:02:10.683Z Downloaded serde_yaml v0.9.34+deprecated
9422026-08-27T18:02:10.689Z Downloaded hashbrown v0.14.5
9432026-08-27T18:02:10.692Z Downloaded slab v0.4.12
9442026-08-27T18:02:10.698Z Downloaded topological-sort v0.2.2
9452026-08-27T18:02:10.702Z Downloaded h2 v0.4.15
9462026-08-27T18:02:10.706Z Downloaded rustyline v14.0.0
9472026-08-27T18:02:10.711Z Downloaded lru-cache v0.1.2
9482026-08-27T18:02:10.714Z Downloaded crunchy v0.2.4
9492026-08-27T18:02:10.719Z Downloaded darling_macro v0.13.4
9502026-08-27T18:02:10.719Z Downloaded owo-colors v4.3.0
9512026-08-27T18:02:10.724Z Downloaded zone v0.3.1
9522026-08-27T18:02:10.724Z Downloaded cookie_store v0.22.1
9532026-08-27T18:02:10.724Z Downloaded p384 v0.14.0
9542026-08-27T18:02:10.728Z Downloaded paste v1.0.15
9552026-08-27T18:02:10.728Z Downloaded ppv-lite86 v0.2.21
9562026-08-27T18:02:10.728Z Downloaded steno v0.4.1
9572026-08-27T18:02:10.731Z Downloaded parking_lot_core v0.8.6
9582026-08-27T18:02:10.731Z Downloaded rand_core v0.6.4
9592026-08-27T18:02:10.731Z Downloaded ident_case v1.0.1
9602026-08-27T18:02:10.731Z Downloaded proc-macro-error-attr2 v2.0.0
9612026-08-27T18:02:10.735Z Downloaded walkdir v2.5.0
9622026-08-27T18:02:10.735Z Downloaded aes-gcm v0.11.0
9632026-08-27T18:02:10.735Z Downloaded dirs-next v2.0.0
9642026-08-27T18:02:10.739Z Downloaded primeorder v0.14.0
9652026-08-27T18:02:10.743Z Downloaded progenitor-impl v0.13.0
9662026-08-27T18:02:10.743Z Downloaded progenitor-impl v0.14.0
9672026-08-27T18:02:10.746Z Downloaded reedline v0.40.0
9682026-08-27T18:02:10.750Z Downloaded knus v3.4.0
9692026-08-27T18:02:10.750Z Downloaded yansi v1.0.1
9702026-08-27T18:02:10.750Z Downloaded openssl-sys v0.9.117
9712026-08-27T18:02:10.753Z Downloaded managed v0.8.0
9722026-08-27T18:02:10.757Z Downloaded potential_utf v0.1.4
9732026-08-27T18:02:10.757Z Downloaded parse-size v1.1.0
9742026-08-27T18:02:10.757Z Downloaded rusty-fork v0.3.1
9752026-08-27T18:02:10.760Z Downloaded hyper-util v0.1.20
9762026-08-27T18:02:10.764Z Downloaded sqlformat v0.3.5
9772026-08-27T18:02:10.767Z Downloaded ssh-cipher v0.3.0
9782026-08-27T18:02:10.767Z Downloaded crossbeam-channel v0.5.15
9792026-08-27T18:02:10.771Z Downloaded itertools v0.10.5
9802026-08-27T18:02:10.775Z Downloaded support-bundle-viewer v0.1.2
9812026-08-27T18:02:10.778Z Downloaded tiny-keccak v2.0.2
9822026-08-27T18:02:10.778Z Downloaded iana-time-zone v0.1.65
9832026-08-27T18:02:10.781Z Downloaded subprocess v0.2.15
9842026-08-27T18:02:10.782Z Downloaded progenitor-macro v0.13.0
9852026-08-27T18:02:10.782Z Downloaded vergen-gitcl v1.0.8
9862026-08-27T18:02:10.785Z Downloaded whoami v1.6.1
9872026-08-27T18:02:10.785Z Downloaded prefix-trie v0.7.0
9882026-08-27T18:02:10.785Z Downloaded rand_pcg v0.10.2
9892026-08-27T18:02:10.788Z Downloaded termios v0.3.3
9902026-08-27T18:02:10.788Z Downloaded hashbrown v0.16.1
9912026-08-27T18:02:10.793Z Downloaded structmeta-derive v0.3.0
9922026-08-27T18:02:10.796Z Downloaded litemap v0.8.1
9932026-08-27T18:02:10.796Z Downloaded const_format_proc_macros v0.2.34
9942026-08-27T18:02:10.799Z Downloaded rtoolbox v0.0.3
9952026-08-27T18:02:10.799Z Downloaded strsim v0.10.0
9962026-08-27T18:02:10.802Z Downloaded serde_repr v0.1.20
9972026-08-27T18:02:10.807Z Downloaded crossbeam-deque v0.8.6
9982026-08-27T18:02:10.810Z Downloaded csv-core v0.1.13
9992026-08-27T18:02:10.813Z Downloaded displaydoc v0.2.5
10002026-08-27T18:02:10.814Z Downloaded indent_write v2.2.0
10012026-08-27T18:02:10.817Z Downloaded libsw-core v0.3.2
10022026-08-27T18:02:10.817Z Downloaded untrusted v0.7.1
10032026-08-27T18:02:10.821Z Downloaded indoc v2.0.7
10042026-08-27T18:02:10.828Z Downloaded rustls-pemfile v2.2.0
10052026-08-27T18:02:10.831Z Downloaded ed25519 v3.0.0
10062026-08-27T18:02:10.831Z Downloaded libsw v3.5.0
10072026-08-27T18:02:10.831Z Downloaded salsa20 v0.11.0
10082026-08-27T18:02:10.835Z Downloaded crc8 v0.1.1
10092026-08-27T18:02:10.838Z Downloaded native-tls v0.2.18
10102026-08-27T18:02:10.838Z Downloaded schemars v0.9.0
10112026-08-27T18:02:10.843Z Downloaded usdt-macro v0.6.0
10122026-08-27T18:02:10.847Z Downloaded hyper v1.10.1
10132026-08-27T18:02:10.850Z Downloaded typed-path v0.9.3
10142026-08-27T18:02:10.853Z Downloaded internal-russh-num-bigint v0.5.0
10152026-08-27T18:02:10.853Z Downloaded hashbrown v0.15.5
10162026-08-27T18:02:10.857Z Downloaded hkdf v0.12.4
10172026-08-27T18:02:10.857Z Downloaded icu_collections v2.1.1
10182026-08-27T18:02:10.860Z Downloaded hyper-staticfile v0.10.1
10192026-08-27T18:02:10.863Z Downloaded scroll v0.13.0
10202026-08-27T18:02:10.863Z Downloaded crucible-workspace-hack v0.1.0
10212026-08-27T18:02:10.863Z Downloaded darling_macro v0.23.0
10222026-08-27T18:02:10.863Z Downloaded diesel_table_macro_syntax v0.3.0
10232026-08-27T18:02:10.863Z Downloaded instability v0.3.11
10242026-08-27T18:02:10.867Z Downloaded is_ci v1.2.0
10252026-08-27T18:02:10.867Z Downloaded tokio-util v0.7.18
10262026-08-27T18:02:10.871Z Downloaded num-derive v0.4.2
10272026-08-27T18:02:10.872Z Downloaded schemars v1.2.1
10282026-08-27T18:02:10.877Z Downloaded quinn v0.11.11
10292026-08-27T18:02:10.881Z Downloaded sec1 v0.7.3
10302026-08-27T18:02:10.881Z Downloaded simd-adler32 v0.3.8
10312026-08-27T18:02:10.881Z Downloaded smf v0.2.3
10322026-08-27T18:02:10.884Z Downloaded password-hash v0.6.1
10332026-08-27T18:02:10.884Z Downloaded phf_shared v0.11.3
10342026-08-27T18:02:10.884Z Downloaded shlex v1.3.0
10352026-08-27T18:02:10.884Z Downloaded spki v0.7.3
10362026-08-27T18:02:10.884Z Downloaded psl-types v2.0.11
10372026-08-27T18:02:10.888Z Downloaded time-macros v0.2.27
10382026-08-27T18:02:10.888Z Downloaded recursive v0.1.1
10392026-08-27T18:02:10.899Z Downloaded p521 v0.14.0
10402026-08-27T18:02:10.902Z Downloaded indicatif v0.18.4
10412026-08-27T18:02:10.906Z Downloaded serde_with_macros v3.21.0
10422026-08-27T18:02:10.906Z Downloaded smallvec v1.15.1
10432026-08-27T18:02:10.909Z Downloaded signature v3.0.0
10442026-08-27T18:02:10.912Z Downloaded tinyvec_macros v0.1.1
10452026-08-27T18:02:10.912Z Downloaded zerofrom-derive v0.1.6
10462026-08-27T18:02:10.917Z Downloaded num_enum v0.7.6
10472026-08-27T18:02:10.920Z Downloaded hkdf v0.13.0
10482026-08-27T18:02:10.920Z Downloaded parking_lot v0.12.5
10492026-08-27T18:02:10.920Z Downloaded toml v1.1.2+spec-1.1.0
10502026-08-27T18:02:10.924Z Downloaded term v0.7.0
10512026-08-27T18:02:10.927Z Downloaded untrusted v0.9.0
10522026-08-27T18:02:10.936Z Downloaded ctutils v0.4.2
10532026-08-27T18:02:10.939Z Downloaded unicode-bidi v0.3.18
10542026-08-27T18:02:10.947Z Downloaded dropshot-api-manager-types v0.8.0
10552026-08-27T18:02:10.950Z Downloaded miette-derive v7.6.0
10562026-08-27T18:02:10.950Z Downloaded oxide-generation v0.1.3
10572026-08-27T18:02:10.950Z Downloaded illumos-nvpair-sys v0.2.0
10582026-08-27T18:02:10.950Z Downloaded knus-derive v3.4.0
10592026-08-27T18:02:10.950Z Downloaded winnow v0.6.26
10602026-08-27T18:02:10.955Z Downloaded darling_core v0.23.0
10612026-08-27T18:02:10.959Z Downloaded new_debug_unreachable v1.0.6
10622026-08-27T18:02:10.963Z Downloaded mime v0.3.17
10632026-08-27T18:02:10.966Z Downloaded opaque-debug v0.3.1
10642026-08-27T18:02:10.966Z Downloaded primefield v0.14.0
10652026-08-27T18:02:10.966Z Downloaded rustc-demangle v0.1.27
10662026-08-27T18:02:10.969Z Downloaded nom v8.0.0
10672026-08-27T18:02:10.974Z Downloaded ron v0.8.1
10682026-08-27T18:02:10.977Z Downloaded snafu v0.8.9
10692026-08-27T18:02:10.980Z Downloaded vsss-rs v3.3.4
10702026-08-27T18:02:10.983Z Downloaded nom v7.1.3
10712026-08-27T18:02:10.983Z Downloaded schemars_derive v0.8.22
10722026-08-27T18:02:10.987Z Downloaded rustc_version v0.4.1
10732026-08-27T18:02:10.990Z Downloaded termtree v0.5.1
10742026-08-27T18:02:10.990Z Downloaded serde_plain v1.0.2
10752026-08-27T18:02:10.990Z Downloaded sigpipe v0.1.3
10762026-08-27T18:02:10.993Z Downloaded aho-corasick v1.1.4
10772026-08-27T18:02:10.996Z Downloaded crossterm v0.28.1
10782026-08-27T18:02:11.001Z Downloaded ecdsa v0.16.9
10792026-08-27T18:02:11.005Z Downloaded pkcs1 v0.8.0-rc.4
10802026-08-27T18:02:11.005Z Downloaded strum_macros v0.27.2
10812026-08-27T18:02:11.005Z Downloaded supports-color v3.0.2
10822026-08-27T18:02:11.009Z Downloaded dunce v1.0.5
10832026-08-27T18:02:11.012Z Downloaded num v0.4.3
10842026-08-27T18:02:11.015Z Downloaded defmt-macros v1.0.1
10852026-08-27T18:02:11.019Z Downloaded ed25519-dalek v3.0.0
10862026-08-27T18:02:11.023Z Downloaded kstat-rs v0.2.5
10872026-08-27T18:02:11.027Z Downloaded defmt v1.0.1
10882026-08-27T18:02:11.031Z Downloaded impl-trait-for-tuples v0.2.3
10892026-08-27T18:02:11.034Z Downloaded phf_shared v0.13.1
10902026-08-27T18:02:11.034Z Downloaded jobserver v0.1.34
10912026-08-27T18:02:11.034Z Downloaded icu_locale_core v2.1.1
10922026-08-27T18:02:11.038Z Downloaded reqwest v0.12.28
10932026-08-27T18:02:11.041Z Downloaded serde_tokenstream v0.3.0
10942026-08-27T18:02:11.044Z Downloaded mio v1.2.0
10952026-08-27T18:02:11.047Z Downloaded darling_core v0.21.3
10962026-08-27T18:02:11.051Z Downloaded quick-xml v0.37.5
10972026-08-27T18:02:11.056Z Downloaded rustls-webpki v0.103.13
10982026-08-27T18:02:11.061Z Downloaded tracing-core v0.1.36
10992026-08-27T18:02:11.064Z Downloaded proc-macro-error2 v2.0.1
11002026-08-27T18:02:11.065Z Downloaded tui-tree-widget v0.23.1
11012026-08-27T18:02:11.068Z Downloaded uzers v0.12.2
11022026-08-27T18:02:11.068Z Downloaded defmt v0.3.100
11032026-08-27T18:02:11.068Z Downloaded strum_macros v0.26.4
11042026-08-27T18:02:11.071Z Downloaded inout v0.2.2
11052026-08-27T18:02:11.074Z Downloaded dropshot-api-manager v0.8.0
11062026-08-27T18:02:11.080Z Downloaded icu_properties v2.1.2
11072026-08-27T18:02:11.083Z Downloaded miniz_oxide v0.8.9
11082026-08-27T18:02:11.083Z Downloaded crossbeam-utils v0.8.21
11092026-08-27T18:02:11.087Z Downloaded illumos-nvpair v0.3.0
11102026-08-27T18:02:11.087Z Downloaded tokio-rustls v0.26.4
11112026-08-27T18:02:11.087Z Downloaded packed_struct_codegen v0.10.1
11122026-08-27T18:02:11.090Z Downloaded time-core v0.1.8
11132026-08-27T18:02:11.090Z Downloaded tokio-dtrace v0.1.1
11142026-08-27T18:02:11.090Z Downloaded zerocopy v0.6.6
11152026-08-27T18:02:11.094Z Downloaded ed25519-dalek v2.2.0
11162026-08-27T18:02:11.097Z Downloaded serde_with v1.14.0
11172026-08-27T18:02:11.097Z Downloaded itertools v0.15.0
11182026-08-27T18:02:11.101Z Downloaded ipnetwork v0.21.1
11192026-08-27T18:02:11.104Z Downloaded litrs v1.0.0
11202026-08-27T18:02:11.108Z Downloaded zopfli v0.8.3
11212026-08-27T18:02:11.108Z Downloaded phf v0.13.1
11222026-08-27T18:02:11.112Z Downloaded rand_seeder v0.4.0
11232026-08-27T18:02:11.115Z Downloaded psm v0.1.30
11242026-08-27T18:02:11.124Z Downloaded poly1305 v0.8.0
11252026-08-27T18:02:11.127Z Downloaded static_assertions v1.1.0
11262026-08-27T18:02:11.127Z Downloaded zerovec-derive v0.11.2
11272026-08-27T18:02:11.127Z Downloaded critical-section v1.2.0
11282026-08-27T18:02:11.130Z Downloaded vergen-git2 v9.1.0
11292026-08-27T18:02:11.130Z Downloaded rfc6979 v0.4.0
11302026-08-27T18:02:11.134Z Downloaded progenitor-client v0.14.0
11312026-08-27T18:02:11.137Z Downloaded tar v0.4.46
11322026-08-27T18:02:11.137Z Downloaded tungstenite v0.21.0
11332026-08-27T18:02:11.141Z Downloaded either v1.15.0
11342026-08-27T18:02:11.141Z Downloaded zerovec v0.11.5
11352026-08-27T18:02:11.144Z Downloaded usdt-impl v0.6.0
11362026-08-27T18:02:11.144Z Downloaded zip v4.6.1
11372026-08-27T18:02:11.147Z Downloaded vergen v9.1.0
11382026-08-27T18:02:11.162Z Downloaded darling_macro v0.21.3
11392026-08-27T18:02:11.162Z Downloaded document-features v0.2.12
11402026-08-27T18:02:11.162Z Downloaded try-lock v0.2.5
11412026-08-27T18:02:11.162Z Downloaded lock_api v0.4.14
11422026-08-27T18:02:11.162Z Downloaded rand_chacha v0.9.0
11432026-08-27T18:02:11.162Z Downloaded rand v0.8.6
11442026-08-27T18:02:11.162Z Downloaded crossterm v0.29.0
11452026-08-27T18:02:11.162Z Downloaded cookie v0.18.1
11462026-08-27T18:02:11.162Z Downloaded aws-lc-rs v1.16.3
11472026-08-27T18:02:11.166Z Downloaded p256 v0.14.0
11482026-08-27T18:02:11.169Z Downloaded rand_core v0.9.5
11492026-08-27T18:02:11.169Z Downloaded serde_derive_internals v0.29.1
11502026-08-27T18:02:11.169Z Downloaded slog-scope v4.4.1
11512026-08-27T18:02:11.173Z Downloaded sync_wrapper v1.0.2
11522026-08-27T18:02:11.173Z Downloaded diff v0.1.13
11532026-08-27T18:02:11.173Z Downloaded strum v0.26.3
11542026-08-27T18:02:11.179Z Downloaded libbz2-rs-sys v0.2.2
11552026-08-27T18:02:11.182Z Downloaded xshell v0.2.7
11562026-08-27T18:02:11.182Z Downloaded darling v0.23.0
11572026-08-27T18:02:11.186Z Downloaded libm v0.2.16
11582026-08-27T18:02:11.193Z Downloaded elliptic-curve v0.13.8
11592026-08-27T18:02:11.196Z Downloaded ipnet v2.12.0
11602026-08-27T18:02:11.199Z Downloaded slog-dtrace v0.3.0
11612026-08-27T18:02:11.199Z Downloaded spin v0.9.8
11622026-08-27T18:02:11.204Z Downloaded libefi-sys v0.1.0
11632026-08-27T18:02:11.207Z Downloaded tap v1.0.1
11642026-08-27T18:02:11.207Z Downloaded embedded-io v0.4.0
11652026-08-27T18:02:11.210Z Downloaded lru-slab v0.1.2
11662026-08-27T18:02:11.210Z Downloaded shell-words v1.1.1
11672026-08-27T18:02:11.210Z Downloaded cstr-argument v0.1.2
11682026-08-27T18:02:11.210Z Downloaded pin-project-lite v0.2.17
11692026-08-27T18:02:11.213Z Downloaded crypto-primes v0.7.2
11702026-08-27T18:02:11.219Z Downloaded tower-http v0.6.8
11712026-08-27T18:02:11.223Z Downloaded socket2 v0.6.3
11722026-08-27T18:02:11.226Z Downloaded trait-variant v0.1.2
11732026-08-27T18:02:11.226Z Downloaded thiserror-impl-no-std v2.0.2
11742026-08-27T18:02:11.226Z Downloaded lru v0.12.5
11752026-08-27T18:02:11.226Z Downloaded maplit v1.0.2
11762026-08-27T18:02:11.229Z Downloaded waitgroup v0.1.2
11772026-08-27T18:02:11.229Z Downloaded git2 v0.20.4
11782026-08-27T18:02:11.232Z Downloaded rayon v1.11.0
11792026-08-27T18:02:11.236Z Downloaded xattr v1.6.1
11802026-08-27T18:02:11.239Z Downloaded multer v3.1.0
11812026-08-27T18:02:11.239Z Downloaded primeorder v0.13.6
11822026-08-27T18:02:11.239Z Downloaded sec1 v0.8.1
11832026-08-27T18:02:11.242Z Downloaded rawzip v0.4.4
11842026-08-27T18:02:11.242Z Downloaded rcgen v0.12.1
11852026-08-27T18:02:11.245Z Downloaded oxide-update-engine v0.1.2
11862026-08-27T18:02:11.246Z Downloaded module-lattice v0.2.3
11872026-08-27T18:02:11.246Z Downloaded rustls-native-certs v0.8.3
11882026-08-27T18:02:11.250Z Downloaded scroll_derive v0.13.1
11892026-08-27T18:02:11.250Z Downloaded rsa v0.10.0-rc.18
11902026-08-27T18:02:11.254Z Downloaded zstd v0.13.3
11912026-08-27T18:02:11.254Z Downloaded miette v7.6.0
11922026-08-27T18:02:11.254Z Downloaded postgres-protocol v0.6.10
11932026-08-27T18:02:11.257Z Downloaded zerocopy-derive v0.8.55
11942026-08-27T18:02:11.261Z Downloaded ingot v0.2.1
11952026-08-27T18:02:11.261Z Downloaded itertools v0.14.0
11962026-08-27T18:02:11.264Z Downloaded num-rational v0.4.2
11972026-08-27T18:02:11.267Z Downloaded signal-hook v0.3.18
11982026-08-27T18:02:11.267Z Downloaded tungstenite v0.23.0
11992026-08-27T18:02:11.271Z Downloaded resolv-conf v0.7.6
12002026-08-27T18:02:11.275Z Downloaded jiff-core v0.1.0
12012026-08-27T18:02:11.279Z Downloaded serde_cbor v0.11.2
12022026-08-27T18:02:11.282Z Downloaded scuffle v0.1.0
12032026-08-27T18:02:11.282Z Downloaded snafu-derive v0.8.9
12042026-08-27T18:02:11.282Z Downloaded phf v0.12.1
12052026-08-27T18:02:11.285Z Downloaded blake3 v1.8.5
12062026-08-27T18:02:11.289Z Downloaded der v0.8.0
12072026-08-27T18:02:11.292Z Downloaded tracing-attributes v0.1.31
12082026-08-27T18:02:11.292Z Downloaded url v2.5.8
12092026-08-27T18:02:11.295Z Downloaded petname v2.0.2
12102026-08-27T18:02:11.300Z Downloaded goblin v0.10.5
12112026-08-27T18:02:11.303Z Downloaded time v0.3.47
12122026-08-27T18:02:11.307Z Downloaded darling_core v0.13.4
12132026-08-27T18:02:11.310Z Downloaded tokio-postgres v0.7.16
12142026-08-27T18:02:11.313Z Downloaded x509-cert v0.2.5
12152026-08-27T18:02:11.317Z Downloaded des v0.9.0
12162026-08-27T18:02:11.317Z Downloaded num-traits v0.2.19
12172026-08-27T18:02:11.317Z Downloaded predicates v3.1.4
12182026-08-27T18:02:11.320Z Downloaded vte v0.14.1
12192026-08-27T18:02:11.320Z Downloaded p384 v0.13.1
12202026-08-27T18:02:11.323Z Downloaded idna v1.1.0
12212026-08-27T18:02:11.326Z Downloaded num-bigint-dig v0.8.6
12222026-08-27T18:02:11.329Z Downloaded postcard v1.1.3
12232026-08-27T18:02:11.329Z Downloaded tough v0.22.0
12242026-08-27T18:02:11.333Z Downloaded der v0.7.10
12252026-08-27T18:02:11.336Z Downloaded unicode-normalization v0.1.25
12262026-08-27T18:02:11.339Z Downloaded diesel_derives v2.3.7
12272026-08-27T18:02:11.343Z Downloaded reqwest v0.13.2
12282026-08-27T18:02:11.346Z Downloaded parking_lot v0.11.2
12292026-08-27T18:02:11.346Z Downloaded zlib-rs v0.6.2
12302026-08-27T18:02:11.349Z Downloaded rand v0.9.2
12312026-08-27T18:02:11.352Z Downloaded itertools v0.12.1
12322026-08-27T18:02:11.355Z Downloaded dropshot_endpoint v0.17.1
12332026-08-27T18:02:11.359Z Downloaded itertools v0.13.0
12342026-08-27T18:02:11.362Z Downloaded proptest v1.11.0
12352026-08-27T18:02:11.365Z Downloaded const_format v0.2.35
12362026-08-27T18:02:11.369Z Downloaded winnow v0.5.40
12372026-08-27T18:02:11.374Z Downloaded crossbeam-epoch v0.9.18
12382026-08-27T18:02:11.377Z Downloaded drift v0.2.0
12392026-08-27T18:02:11.382Z Downloaded num-bigint v0.4.6
12402026-08-27T18:02:11.387Z Downloaded typify v0.6.2
12412026-08-27T18:02:11.390Z Downloaded zip v0.6.6
12422026-08-27T18:02:11.390Z Downloaded iri-string v0.7.10
12432026-08-27T18:02:11.395Z Downloaded vcpkg v0.2.15
12442026-08-27T18:02:11.416Z Downloaded tower v0.5.3
12452026-08-27T18:02:11.421Z Downloaded chrono v0.4.45
12462026-08-27T18:02:11.425Z Downloaded bitvec v1.0.1
12472026-08-27T18:02:11.433Z Downloaded regex v1.12.3
12482026-08-27T18:02:11.436Z Downloaded crypto-bigint v0.5.5
12492026-08-27T18:02:11.439Z Downloaded ssh-key v0.7.0-rc.11
12502026-08-27T18:02:11.443Z Downloaded minimal-lexical v0.2.1
12512026-08-27T18:02:11.447Z Downloaded pin-project v1.1.11
12522026-08-27T18:02:11.452Z Downloaded gimli v0.32.3
12532026-08-27T18:02:11.456Z Downloaded icu_properties_data v2.1.2
12542026-08-27T18:02:11.461Z Downloaded derive_more v2.1.1
12552026-08-27T18:02:11.468Z Downloaded quinn-proto v0.11.16
12562026-08-27T18:02:11.472Z Downloaded serde_with v3.21.0
12572026-08-27T18:02:11.478Z Downloaded russh v0.62.4
12582026-08-27T18:02:11.483Z Downloaded winnow v1.0.3
12592026-08-27T18:02:11.488Z Downloaded sha3 v0.12.0
12602026-08-27T18:02:11.492Z Downloaded portable-atomic v1.13.1
12612026-08-27T18:02:11.496Z Downloaded derive_more-impl v2.1.1
12622026-08-27T18:02:11.504Z Downloaded unicode-segmentation v1.12.0
12632026-08-27T18:02:11.530Z Downloaded hickory-proto v0.24.4
12642026-08-27T18:02:11.541Z Downloaded syn v3.0.3
12652026-08-27T18:02:11.547Z Downloaded hickory-proto v0.25.2
12662026-08-27T18:02:11.555Z Downloaded curve25519-dalek v4.1.3
12672026-08-27T18:02:11.562Z Downloaded object v0.30.4
12682026-08-27T18:02:11.566Z Downloaded lalrpop v0.19.12
12692026-08-27T18:02:11.574Z Downloaded qorb v0.4.1
12702026-08-27T18:02:11.579Z Downloaded tabled v0.21.0
12712026-08-27T18:02:11.583Z Downloaded salty v0.3.0
12722026-08-27T18:02:11.586Z Downloaded libxml v0.3.3
12732026-08-27T18:02:11.590Z Downloaded smoltcp v0.9.1
12742026-08-27T18:02:11.608Z Downloaded smoltcp v0.11.0
12752026-08-27T18:02:11.613Z Downloaded regex-syntax v0.6.29
12762026-08-27T18:02:11.617Z Downloaded openssl v0.10.80
12772026-08-27T18:02:11.640Z Downloaded rustix v0.38.44
12782026-08-27T18:02:11.654Z Downloaded tracing v0.1.44
12792026-08-27T18:02:11.666Z Downloaded diesel v2.3.7
12802026-08-27T18:02:11.677Z Downloaded radix_trie v0.2.1
12812026-08-27T18:02:11.705Z Downloaded bstr v1.12.1
12822026-08-27T18:02:11.710Z Downloaded petgraph v0.6.5
12832026-08-27T18:02:11.729Z Downloaded csv v1.4.0
12842026-08-27T18:02:11.738Z Downloaded nix v0.27.1
12852026-08-27T18:02:11.747Z Downloaded tokio v1.52.1
12862026-08-27T18:02:11.771Z Downloaded polar-core v0.27.3
12872026-08-27T18:02:11.775Z Downloaded encoding_rs v0.8.35
12882026-08-27T18:02:11.787Z Downloaded moka v0.12.13
12892026-08-27T18:02:11.791Z Downloaded iddqd v0.4.2
12902026-08-27T18:02:11.795Z Downloaded regex-syntax v0.8.10
12912026-08-27T18:02:11.800Z Downloaded regress v0.11.1
12922026-08-27T18:02:11.805Z Downloaded regress v0.10.5
12932026-08-27T18:02:11.810Z Downloaded curve25519-dalek v5.0.0
12942026-08-27T18:02:11.815Z Downloaded nix v0.28.0
12952026-08-27T18:02:11.822Z Downloaded dropshot v0.17.1
12962026-08-27T18:02:11.834Z Downloaded zerocopy v0.8.55
12972026-08-27T18:02:11.853Z Downloaded rustls v0.23.41
12982026-08-27T18:02:11.871Z Downloaded nix v0.31.2
12992026-08-27T18:02:11.890Z Downloaded crypto-bigint v0.7.5
13002026-08-27T18:02:11.941Z Downloaded object v0.37.3
13012026-08-27T18:02:11.965Z Downloaded sqlparser v0.61.0
13022026-08-27T18:02:11.971Z Downloaded zerocopy-derive v0.6.6
13032026-08-27T18:02:11.976Z Downloaded openapiv3 v2.2.0
13042026-08-27T18:02:11.990Z Downloaded sled v0.34.7
13052026-08-27T18:02:12.003Z Downloaded typify-impl v0.6.2
13062026-08-27T18:02:12.018Z Downloaded sha3 v0.11.0
13072026-08-27T18:02:12.033Z Downloaded bzip2-sys v0.1.13+1.0.8
13082026-08-27T18:02:12.075Z Downloaded ratatui v0.29.0
13092026-08-27T18:02:12.086Z Downloaded jiff v0.2.34
13102026-08-27T18:02:12.100Z Downloaded regex-automata v0.4.14
13112026-08-27T18:02:12.143Z Downloaded chrono-tz v0.10.4
13122026-08-27T18:02:12.154Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13132026-08-27T18:02:12.163Z Downloaded petgraph v0.8.3
13142026-08-27T18:02:12.202Z Downloaded libz-sys v1.1.24
13152026-08-27T18:02:12.225Z Downloaded sha3 v0.10.8
13162026-08-27T18:02:12.350Z Downloaded ring v0.17.14
13172026-08-27T18:02:12.398Z Downloaded libgit2-sys v0.18.3+1.9.2
13182026-08-27T18:02:12.924Z Downloaded aws-lc-sys v0.40.0
13192026-08-27T18:02:13.184Z Compiling serde_core v1.0.228
13202026-08-27T18:02:13.185Z Compiling libc v0.2.185
13212026-08-27T18:02:13.185Z Compiling serde v1.0.228
13222026-08-27T18:02:13.189Z Compiling log v0.4.33
13232026-08-27T18:02:13.190Z Compiling smallvec v1.15.1
13242026-08-27T18:02:13.190Z Compiling find-msvc-tools v0.1.9
13252026-08-27T18:02:13.190Z Compiling shlex v1.3.0
13262026-08-27T18:02:13.190Z Compiling subtle v2.6.1
13272026-08-27T18:02:13.190Z Compiling scopeguard v1.2.0
13282026-08-27T18:02:13.190Z Compiling typenum v1.20.1
13292026-08-27T18:02:13.190Z Compiling stable_deref_trait v1.2.1
13302026-08-27T18:02:13.319Z Compiling zerocopy v0.8.55
13312026-08-27T18:02:13.323Z Compiling portable-atomic v1.13.1
13322026-08-27T18:02:13.358Z Compiling serde_json v1.0.151
13332026-08-27T18:02:13.361Z Compiling syn v2.0.117
13342026-08-27T18:02:13.368Z Compiling critical-section v1.2.0
13352026-08-27T18:02:13.592Z Compiling libm v0.2.16
13362026-08-27T18:02:13.606Z Compiling num-traits v0.2.19
13372026-08-27T18:02:13.627Z Compiling pkg-config v0.3.32
13382026-08-27T18:02:13.680Z Compiling generic-array v0.14.7
13392026-08-27T18:02:13.722Z Compiling lock_api v0.4.14
13402026-08-27T18:02:13.737Z Compiling const-oid v0.9.6
13412026-08-27T18:02:13.740Z Compiling parking_lot_core v0.9.12
13422026-08-27T18:02:13.838Z Compiling pin-project-lite v0.2.17
13432026-08-27T18:02:13.883Z Compiling getrandom v0.4.3
13442026-08-27T18:02:13.912Z Compiling rand_core v0.10.0
13452026-08-27T18:02:13.990Z Compiling litemap v0.8.1
13462026-08-27T18:02:13.994Z Compiling percent-encoding v2.3.2
13472026-08-27T18:02:14.019Z Compiling writeable v0.6.2
13482026-08-27T18:02:14.078Z Compiling futures-core v0.3.32
13492026-08-27T18:02:14.111Z Compiling icu_normalizer_data v2.1.1
13502026-08-27T18:02:14.126Z Compiling icu_properties_data v2.1.2
13512026-08-27T18:02:14.139Z Compiling getrandom v0.3.4
13522026-08-27T18:02:14.229Z Compiling rustix v1.1.4
13532026-08-27T18:02:14.244Z Compiling futures-sink v0.3.32
13542026-08-27T18:02:14.270Z Compiling utf8_iter v1.0.4
13552026-08-27T18:02:14.275Z Compiling futures-task v0.3.32
13562026-08-27T18:02:14.299Z Compiling futures-io v0.3.32
13572026-08-27T18:02:14.303Z Compiling slab v0.4.12
13582026-08-27T18:02:14.372Z Compiling futures-channel v0.3.32
13592026-08-27T18:02:14.388Z Compiling form_urlencoded v1.2.2
13602026-08-27T18:02:14.403Z Compiling errno v0.3.14
13612026-08-27T18:02:14.459Z Compiling jobserver v0.1.34
13622026-08-27T18:02:14.486Z Compiling getrandom v0.2.17
13632026-08-27T18:02:14.503Z Compiling mio v1.2.0
13642026-08-27T18:02:14.547Z Compiling signal-hook-registry v1.4.8
13652026-08-27T18:02:14.597Z Compiling socket2 v0.6.3
13662026-08-27T18:02:14.613Z Compiling once_cell v1.21.3
13672026-08-27T18:02:14.645Z Compiling rand_core v0.6.4
13682026-08-27T18:02:14.721Z Compiling cc v1.2.56
13692026-08-27T18:02:14.736Z Compiling parking_lot v0.12.5
13702026-08-27T18:02:14.762Z Compiling rustversion v1.0.22
13712026-08-27T18:02:14.777Z Compiling base64ct v1.8.3
13722026-08-27T18:02:14.862Z Compiling iana-time-zone v0.1.65
13732026-08-27T18:02:14.892Z Compiling ident_case v1.0.1
13742026-08-27T18:02:14.892Z Compiling regex-syntax v0.8.10
13752026-08-27T18:02:14.921Z Compiling fs_extra v1.3.0
13762026-08-27T18:02:14.967Z Compiling dunce v1.0.5
13772026-08-27T18:02:15.054Z Compiling pem-rfc7468 v0.7.0
13782026-08-27T18:02:15.071Z Compiling flagset v0.4.7
13792026-08-27T18:02:15.074Z Compiling base64 v0.22.1
13802026-08-27T18:02:15.125Z Compiling rand_core v0.9.5
13812026-08-27T18:02:15.145Z Compiling syn v1.0.109
13822026-08-27T18:02:15.148Z Compiling vcpkg v0.2.15
13832026-08-27T18:02:15.190Z Compiling tracing-core v0.1.36
13842026-08-27T18:02:15.210Z Compiling simd-adler32 v0.3.8
13852026-08-27T18:02:15.228Z Compiling dyn-clone v1.0.20
13862026-08-27T18:02:15.259Z Compiling schemars v0.8.22
13872026-08-27T18:02:15.275Z Compiling aws-lc-rs v1.16.3
13882026-08-27T18:02:15.413Z Compiling cpufeatures v0.2.17
13892026-08-27T18:02:15.432Z Compiling spin v0.9.8
13902026-08-27T18:02:15.448Z Compiling openssl-probe v0.2.1
13912026-08-27T18:02:15.477Z Compiling tinyvec_macros v0.1.1
13922026-08-27T18:02:15.504Z Compiling cmake v0.1.57
13932026-08-27T18:02:15.537Z Compiling crc32fast v1.5.0
13942026-08-27T18:02:15.568Z Compiling adler2 v2.0.1
13952026-08-27T18:02:15.584Z Compiling httparse v1.10.1
13962026-08-27T18:02:15.587Z Compiling cmov v0.5.4
13972026-08-27T18:02:15.626Z Compiling tinyvec v1.10.0
13982026-08-27T18:02:15.663Z Compiling aho-corasick v1.1.4
13992026-08-27T18:02:15.677Z Compiling bitflags v2.11.0
14002026-08-27T18:02:15.817Z Compiling semver v1.0.28
14012026-08-27T18:02:15.879Z Compiling indexmap v2.14.0
14022026-08-27T18:02:15.884Z Compiling uuid v1.23.4
14032026-08-27T18:02:15.947Z Compiling ctutils v0.4.2
14042026-08-27T18:02:15.962Z Compiling miniz_oxide v0.8.9
14052026-08-27T18:02:15.965Z Compiling untrusted v0.7.1
14062026-08-27T18:02:15.993Z Compiling radium v0.7.0
14072026-08-27T18:02:16.022Z Compiling try-lock v0.2.5
14082026-08-27T18:02:16.056Z Compiling tower-service v0.3.3
14092026-08-27T18:02:16.118Z Compiling rustc_version v0.4.1
14102026-08-27T18:02:16.166Z Compiling atomic-waker v1.1.2
14112026-08-27T18:02:16.186Z Compiling tower-layer v0.3.3
14122026-08-27T18:02:16.201Z Compiling want v0.3.1
14132026-08-27T18:02:16.336Z Compiling rustls v0.23.41
14142026-08-27T18:02:16.381Z Compiling aws-lc-sys v0.40.0
14152026-08-27T18:02:16.397Z Compiling openssl-sys v0.9.117
14162026-08-27T18:02:16.412Z Compiling maybe-uninit v2.0.0
14172026-08-27T18:02:16.480Z Compiling synstructure v0.13.2
14182026-08-27T18:02:16.556Z Compiling serde_derive_internals v0.29.1
14192026-08-27T18:02:16.571Z Compiling pest_generator v2.8.6
14202026-08-27T18:02:16.588Z Compiling regex-automata v0.4.14
14212026-08-27T18:02:16.592Z Compiling darling_core v0.20.11
14222026-08-27T18:02:16.644Z Compiling untrusted v0.9.0
14232026-08-27T18:02:16.660Z Compiling foreign-types-shared v0.1.1
14242026-08-27T18:02:16.738Z Compiling openssl v0.10.80
14252026-08-27T18:02:16.776Z Compiling httpdate v1.0.3
14262026-08-27T18:02:16.801Z Compiling terminal_size v0.4.3
14272026-08-27T18:02:16.942Z Compiling tempfile v3.27.0
14282026-08-27T18:02:16.976Z Compiling tap v1.0.1
14292026-08-27T18:02:17.012Z Compiling foreign-types v0.3.2
14302026-08-27T18:02:17.081Z Compiling wyz v0.5.1
14312026-08-27T18:02:17.111Z Compiling bzip2-sys v0.1.13+1.0.8
14322026-08-27T18:02:17.126Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14332026-08-27T18:02:17.129Z Compiling unicode-normalization v0.1.25
14342026-08-27T18:02:17.329Z Compiling num-integer v0.1.46
14352026-08-27T18:02:17.346Z Compiling wait-timeout v0.2.1
14362026-08-27T18:02:17.361Z Compiling ahash v0.8.12
14372026-08-27T18:02:17.377Z Compiling native-tls v0.2.18
14382026-08-27T18:02:17.395Z Compiling quick-error v1.2.3
14392026-08-27T18:02:17.441Z Compiling num-conv v0.2.0
14402026-08-27T18:02:17.469Z Compiling powerfmt v0.2.0
14412026-08-27T18:02:17.514Z Compiling bit-vec v0.8.0
14422026-08-27T18:02:17.538Z Compiling num-bigint-dig v0.8.6
14432026-08-27T18:02:17.584Z Compiling time-core v0.1.8
14442026-08-27T18:02:17.611Z Compiling packed_struct v0.10.1
14452026-08-27T18:02:17.625Z Compiling funty v2.0.0
14462026-08-27T18:02:17.664Z Compiling deranged v0.5.8
14472026-08-27T18:02:17.710Z Compiling num-iter v0.1.45
14482026-08-27T18:02:17.723Z Compiling bit-set v0.8.0
14492026-08-27T18:02:17.736Z Compiling rusty-fork v0.3.1
14502026-08-27T18:02:17.751Z Compiling clap_builder v4.6.0
14512026-08-27T18:02:17.766Z Compiling time-macros v0.2.27
14522026-08-27T18:02:17.865Z Compiling lazy_static v1.5.0
14532026-08-27T18:02:17.906Z Compiling rand_xorshift v0.4.0
14542026-08-27T18:02:17.921Z Compiling sync_wrapper v1.0.2
14552026-08-27T18:02:17.935Z Compiling indexmap v1.9.3
14562026-08-27T18:02:17.988Z Compiling bitvec v1.0.1
14572026-08-27T18:02:18.059Z Compiling siphasher v1.0.2
14582026-08-27T18:02:18.086Z Compiling num_threads v0.1.7
14592026-08-27T18:02:18.104Z Compiling nodrop v0.1.14
14602026-08-27T18:02:18.161Z Compiling usdt-impl v0.6.0
14612026-08-27T18:02:18.218Z Compiling object v0.37.3
14622026-08-27T18:02:18.233Z Compiling unarray v0.1.4
14632026-08-27T18:02:18.236Z Compiling crossbeam-utils v0.8.21
14642026-08-27T18:02:18.264Z Compiling serde_derive v1.0.228
14652026-08-27T18:02:18.281Z Compiling zeroize_derive v1.5.0
14662026-08-27T18:02:18.389Z Compiling zerocopy-derive v0.8.55
14672026-08-27T18:02:18.437Z Compiling zerofrom-derive v0.1.6
14682026-08-27T18:02:18.548Z Compiling yoke-derive v0.8.1
14692026-08-27T18:02:18.605Z Compiling zerovec-derive v0.11.2
14702026-08-27T18:02:18.727Z Compiling displaydoc v0.2.5
14712026-08-27T18:02:18.763Z Compiling tokio-macros v2.7.0
14722026-08-27T18:02:18.901Z Compiling futures-macro v0.3.32
14732026-08-27T18:02:18.968Z Compiling thiserror-impl v2.0.18
14742026-08-27T18:02:19.004Z Compiling der_derive v0.7.3
14752026-08-27T18:02:19.508Z Compiling tracing-attributes v0.1.31
14762026-08-27T18:02:19.530Z Compiling schemars_derive v0.8.22
14772026-08-27T18:02:19.553Z Compiling pest_derive v2.8.6
14782026-08-27T18:02:19.639Z Compiling scroll_derive v0.13.1
14792026-08-27T18:02:19.785Z Compiling futures-util v0.3.32
14802026-08-27T18:02:19.800Z Compiling darling_macro v0.20.11
14812026-08-27T18:02:19.803Z Compiling thiserror-impl v1.0.69
14822026-08-27T18:02:19.899Z Compiling zerofrom v0.1.6
14832026-08-27T18:02:20.032Z Compiling yoke v0.8.1
14842026-08-27T18:02:20.064Z Compiling openssl-macros v0.1.1
14852026-08-27T18:02:20.080Z Compiling packed_struct_codegen v0.10.1
14862026-08-27T18:02:20.254Z Compiling zerovec v0.11.5
14872026-08-27T18:02:20.351Z Compiling zerotrie v0.2.3
14882026-08-27T18:02:20.367Z Compiling thiserror v2.0.18
14892026-08-27T18:02:20.508Z Compiling scroll v0.13.0
14902026-08-27T18:02:20.527Z Compiling darling v0.20.11
14912026-08-27T18:02:20.637Z Compiling clap_derive v4.6.1
14922026-08-27T18:02:20.705Z Compiling zerocopy-derive v0.6.6
14932026-08-27T18:02:20.861Z Compiling tinystr v0.8.2
14942026-08-27T18:02:20.876Z Compiling potential_utf v0.1.4
14952026-08-27T18:02:20.879Z Compiling goblin v0.10.5
14962026-08-27T18:02:20.909Z Compiling bitfield-macros v0.19.4
14972026-08-27T18:02:20.909Z Compiling paste v1.0.15
14982026-08-27T18:02:20.937Z Compiling tracing v0.1.44
14992026-08-27T18:02:21.080Z Compiling icu_locale_core v2.1.1
15002026-08-27T18:02:21.102Z Compiling icu_collections v2.1.1
15012026-08-27T18:02:21.158Z Compiling thiserror v1.0.69
15022026-08-27T18:02:21.234Z Compiling zlib-rs v0.6.2
15032026-08-27T18:02:21.250Z Compiling crc-catalog v2.4.0
15042026-08-27T18:02:21.265Z Compiling unicode-segmentation v1.12.0
15052026-08-27T18:02:21.358Z Compiling crc v3.4.0
15062026-08-27T18:02:21.372Z Compiling derive_builder_core v0.20.2
15072026-08-27T18:02:21.589Z Compiling dtrace-parser v0.3.0
15082026-08-27T18:02:21.634Z Compiling time v0.3.47
15092026-08-27T18:02:21.637Z Compiling zerocopy v0.6.6
15102026-08-27T18:02:21.688Z Compiling bitfield v0.19.4
15112026-08-27T18:02:21.834Z Compiling zeroize v1.9.0
15122026-08-27T18:02:21.902Z Compiling bytes v1.11.1
15132026-08-27T18:02:21.992Z Compiling icu_provider v2.1.1
15142026-08-27T18:02:22.023Z Compiling chrono v0.4.45
15152026-08-27T18:02:22.084Z Compiling der v0.7.10
15162026-08-27T18:02:22.184Z Compiling rustls-pki-types v1.14.0
15172026-08-27T18:02:22.273Z Compiling icu_properties v2.1.2
15182026-08-27T18:02:22.323Z Compiling icu_normalizer v2.1.1
15192026-08-27T18:02:22.367Z Compiling hybrid-array v0.4.13
15202026-08-27T18:02:22.462Z Compiling tokio v1.52.1
15212026-08-27T18:02:22.537Z Compiling block-buffer v0.10.4
15222026-08-27T18:02:22.587Z Compiling crypto-common v0.1.7
15232026-08-27T18:02:22.664Z Compiling http v1.4.2
15242026-08-27T18:02:22.739Z Compiling digest v0.10.7
15252026-08-27T18:02:22.772Z Compiling ipnet v2.12.0
15262026-08-27T18:02:22.883Z Compiling hex v0.4.3
15272026-08-27T18:02:23.030Z Compiling ppv-lite86 v0.2.21
15282026-08-27T18:02:23.116Z Compiling spki v0.7.3
15292026-08-27T18:02:23.173Z Compiling idna_adapter v1.2.1
15302026-08-27T18:02:23.189Z Compiling sha2 v0.10.9
15312026-08-27T18:02:23.218Z Compiling signature v2.2.0
15322026-08-27T18:02:23.280Z Compiling hmac v0.12.1
15332026-08-27T18:02:23.292Z Compiling idna v1.1.0
15342026-08-27T18:02:23.347Z Compiling rand_chacha v0.9.0
15352026-08-27T18:02:23.362Z Compiling pkcs8 v0.10.2
15362026-08-27T18:02:23.400Z Compiling http-body v1.0.1
15372026-08-27T18:02:23.461Z Compiling rand_chacha v0.3.1
15382026-08-27T18:02:23.465Z Compiling serde_spanned v0.6.9
15392026-08-27T18:02:23.495Z Compiling toml_datetime v0.6.11
15402026-08-27T18:02:23.645Z Compiling rand v0.9.2
15412026-08-27T18:02:23.659Z Compiling dof v0.4.0
15422026-08-27T18:02:23.663Z Compiling http-body-util v0.1.3
15432026-08-27T18:02:23.687Z Compiling url v2.5.8
15442026-08-27T18:02:23.692Z Compiling rand v0.8.6
15452026-08-27T18:02:23.787Z Compiling pkcs1 v0.7.5
15462026-08-27T18:02:23.954Z Compiling clap v4.6.1
15472026-08-27T18:02:24.127Z Compiling scroll_derive v0.12.1
15482026-08-27T18:02:24.150Z Compiling flate2 v1.1.9
15492026-08-27T18:02:24.165Z Compiling structmeta-derive v0.3.0
15502026-08-27T18:02:24.281Z Compiling proptest v1.11.0
15512026-08-27T18:02:24.529Z Compiling array-init v0.0.4
15522026-08-27T18:02:24.559Z Compiling smallvec v0.6.14
15532026-08-27T18:02:24.578Z Compiling heapless v0.7.17
15542026-08-27T18:02:24.581Z Compiling darling_core v0.23.0
15552026-08-27T18:02:24.609Z Compiling slog v2.8.2
15562026-08-27T18:02:24.795Z Compiling thread-id v5.1.0
15572026-08-27T18:02:24.837Z Compiling env_filter v2.0.0
15582026-08-27T18:02:24.854Z Compiling syn v3.0.3
15592026-08-27T18:02:24.868Z Compiling cookie v0.18.1
15602026-08-27T18:02:24.884Z Compiling gimli v0.32.3
15612026-08-27T18:02:24.906Z Compiling anyhow v1.0.104
15622026-08-27T18:02:24.910Z Compiling iri-string v0.7.10
15632026-08-27T18:02:25.053Z Compiling ipnetwork v0.21.1
15642026-08-27T18:02:25.084Z Compiling hashbrown v0.12.3
15652026-08-27T18:02:25.179Z Compiling base64 v0.21.7
15662026-08-27T18:02:25.210Z Compiling unicode-properties v0.1.4
15672026-08-27T18:02:25.261Z Compiling allocator-api2 v0.2.21
15682026-08-27T18:02:25.295Z Compiling signal-hook v0.3.18
15692026-08-27T18:02:25.402Z Compiling ryu v1.0.23
15702026-08-27T18:02:25.460Z Compiling zstd-safe v7.2.4
15712026-08-27T18:02:25.489Z Compiling unicode-bidi v0.3.18
15722026-08-27T18:02:25.504Z Compiling winnow v0.5.40
15732026-08-27T18:02:25.575Z Compiling serde_urlencoded v0.7.1
15742026-08-27T18:02:25.618Z Compiling rsa v0.9.10
15752026-08-27T18:02:25.634Z Compiling ron v0.8.1
15762026-08-27T18:02:25.637Z Compiling structmeta v0.3.0
15772026-08-27T18:02:25.712Z Compiling oxnet v0.1.6
15782026-08-27T18:02:25.863Z Compiling stringprep v0.1.5
15792026-08-27T18:02:25.940Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15802026-08-27T18:02:26.162Z Compiling env_logger v0.11.11
15812026-08-27T18:02:26.336Z Compiling tokio-util v0.7.18
15822026-08-27T18:02:26.352Z Compiling tower v0.5.3
15832026-08-27T18:02:26.481Z Compiling tokio-native-tls v0.3.1
15842026-08-27T18:02:26.556Z Compiling addr2line v0.25.1
15852026-08-27T18:02:26.615Z Compiling serde-hex v0.1.0
15862026-08-27T18:02:26.692Z Compiling scroll v0.12.0
15872026-08-27T18:02:26.813Z Compiling toml_edit v0.19.15
15882026-08-27T18:02:26.845Z Compiling tower-http v0.6.8
15892026-08-27T18:02:26.876Z Compiling newtype-uuid v1.3.2
15902026-08-27T18:02:26.947Z Compiling camino v1.2.5
15912026-08-27T18:02:27.139Z Compiling h2 v0.4.15
15922026-08-27T18:02:27.250Z Compiling darling_macro v0.23.0
15932026-08-27T18:02:27.282Z Compiling hashbrown v0.13.2
15942026-08-27T18:02:27.374Z Compiling x509-cert v0.2.5
15952026-08-27T18:02:27.415Z Compiling block-padding v0.4.2
15962026-08-27T18:02:27.532Z Compiling crypto-common v0.2.2
15972026-08-27T18:02:27.620Z Compiling block-buffer v0.12.1
15982026-08-27T18:02:27.776Z Compiling md-5 v0.10.6
15992026-08-27T18:02:27.808Z Compiling rustls-native-certs v0.8.3
16002026-08-27T18:02:27.858Z Compiling derive_builder_macro v0.20.2
16012026-08-27T18:02:27.987Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16022026-08-27T18:02:28.135Z Compiling serde_tokenstream v0.2.3
16032026-08-27T18:02:28.194Z Compiling erased-serde v0.3.31
16042026-08-27T18:02:28.290Z Compiling bzip2 v0.4.4
16052026-08-27T18:02:28.313Z Compiling daft-derive v0.1.8
16062026-08-27T18:02:28.431Z Compiling bstr v1.12.1
16072026-08-27T18:02:28.521Z Compiling async-trait v0.1.89
16082026-08-27T18:02:28.564Z Compiling zerocopy-derive v0.7.35
16092026-08-27T18:02:28.720Z Compiling pin-project-internal v1.1.11
16102026-08-27T18:02:28.743Z Compiling curve25519-dalek v4.1.3
16112026-08-27T18:02:28.970Z Compiling vergen-lib v9.1.0
16122026-08-27T18:02:29.063Z Compiling hash32 v0.2.1
16132026-08-27T18:02:29.126Z Compiling encoding_rs v0.8.35
16142026-08-27T18:02:29.141Z Compiling memoffset v0.9.1
16152026-08-27T18:02:29.144Z Compiling fallible-iterator v0.2.0
16162026-08-27T18:02:29.188Z Compiling litrs v1.0.0
16172026-08-27T18:02:29.296Z Compiling ref-cast v1.0.25
16182026-08-27T18:02:29.362Z Compiling crc-any v2.5.0
16192026-08-27T18:02:29.377Z Compiling psl-types v2.0.11
16202026-08-27T18:02:29.514Z Compiling cfg_aliases v0.2.1
16212026-08-27T18:02:29.531Z Compiling mime v0.3.17
16222026-08-27T18:02:29.534Z Compiling rustix v0.38.44
16232026-08-27T18:02:29.547Z Compiling smoltcp v0.9.1
16242026-08-27T18:02:29.612Z Compiling rustc-demangle v0.1.27
16252026-08-27T18:02:29.626Z Compiling owo-colors v4.3.0
16262026-08-27T18:02:29.641Z Compiling nix v0.31.2
16272026-08-27T18:02:29.718Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16282026-08-27T18:02:29.743Z Compiling document-features v0.2.12
16292026-08-27T18:02:29.828Z Compiling zerocopy v0.7.35
16302026-08-27T18:02:29.847Z Compiling publicsuffix v2.3.0
16312026-08-27T18:02:29.898Z Compiling pin-project v1.1.11
16322026-08-27T18:02:29.963Z Compiling backtrace v0.3.76
16332026-08-27T18:02:30.014Z Compiling postgres-protocol v0.6.10
16342026-08-27T18:02:30.081Z Compiling daft v0.1.8
16352026-08-27T18:02:30.125Z Compiling zip v0.6.6
16362026-08-27T18:02:30.166Z Compiling derive_builder v0.20.2
16372026-08-27T18:02:30.181Z Compiling toml v0.7.8
16382026-08-27T18:02:30.331Z Compiling hyper v1.10.1
16392026-08-27T18:02:30.394Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16402026-08-27T18:02:30.430Z Compiling darling v0.23.0
16412026-08-27T18:02:30.433Z Compiling object v0.30.4
16422026-08-27T18:02:30.525Z Compiling inout v0.2.2
16432026-08-27T18:02:30.545Z Compiling goblin v0.8.2
16442026-08-27T18:02:30.698Z Compiling derive-ex v0.1.8
16452026-08-27T18:02:30.755Z Compiling futures-executor v0.3.32
16462026-08-27T18:02:30.770Z Compiling convert_case v0.10.0
16472026-08-27T18:02:30.810Z Compiling hubpack_derive v0.1.1
16482026-08-27T18:02:30.826Z Compiling regex v1.12.3
16492026-08-27T18:02:30.994Z Compiling snafu-derive v0.8.9
16502026-08-27T18:02:31.052Z Compiling curve25519-dalek-derive v0.1.1
16512026-08-27T18:02:31.068Z Compiling strum_macros v0.27.2
16522026-08-27T18:02:31.107Z Compiling ref-cast-impl v1.0.25
16532026-08-27T18:02:31.166Z Compiling phf_shared v0.13.1
16542026-08-27T18:02:31.198Z Compiling vergen v9.1.0
16552026-08-27T18:02:31.294Z Compiling cargo-platform v0.3.2
16562026-08-27T18:02:31.317Z Compiling ff v0.13.1
16572026-08-27T18:02:31.371Z Compiling fs-err v3.3.0
16582026-08-27T18:02:31.412Z Compiling path-slash v0.1.5
16592026-08-27T18:02:31.439Z Compiling base16ct v0.2.0
16602026-08-27T18:02:31.492Z Compiling hyper-util v0.1.20
16612026-08-27T18:02:31.578Z Compiling either v1.15.0
16622026-08-27T18:02:31.593Z Compiling foldhash v0.2.0
16632026-08-27T18:02:31.608Z Compiling libbz2-rs-sys v0.2.2
16642026-08-27T18:02:31.660Z Compiling foldhash v0.1.5
16652026-08-27T18:02:31.721Z Compiling jiff-core v0.1.0
16662026-08-27T18:02:31.754Z Compiling same-file v1.0.6
16672026-08-27T18:02:31.823Z Compiling managed v0.8.0
16682026-08-27T18:02:31.850Z Compiling is_ci v1.2.0
16692026-08-27T18:02:31.870Z Compiling bumpalo v3.20.2
16702026-08-27T18:02:31.961Z Compiling bitflags v1.3.2
16712026-08-27T18:02:31.986Z Compiling textwrap v0.16.2
16722026-08-27T18:02:32.026Z Compiling supports-color v3.0.2
16732026-08-27T18:02:32.081Z Compiling bzip2 v0.6.1
16742026-08-27T18:02:32.162Z Compiling zopfli v0.8.3
16752026-08-27T18:02:32.235Z Compiling walkdir v2.5.0
16762026-08-27T18:02:32.323Z Compiling hashbrown v0.15.5
16772026-08-27T18:02:32.437Z Compiling test-strategy v0.4.5
16782026-08-27T18:02:32.488Z Compiling jiff v0.2.34
16792026-08-27T18:02:32.585Z Compiling hashbrown v0.16.1
16802026-08-27T18:02:32.829Z Compiling dof v0.3.0
16812026-08-27T18:02:32.850Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16822026-08-27T18:02:32.899Z Compiling hyper-tls v0.6.0
16832026-08-27T18:02:32.972Z Compiling snafu v0.8.9
16842026-08-27T18:02:33.085Z Compiling strum v0.27.2
16852026-08-27T18:02:33.173Z Compiling reqwest v0.12.28
16862026-08-27T18:02:33.188Z Compiling sec1 v0.7.3
16872026-08-27T18:02:33.217Z Compiling cargo_metadata v0.23.1
16882026-08-27T18:02:33.251Z Compiling group v0.13.0
16892026-08-27T18:02:33.300Z Compiling phf v0.13.1
16902026-08-27T18:02:33.352Z Compiling hubpack v0.1.2
16912026-08-27T18:02:33.366Z Compiling derive_more-impl v2.1.1
16922026-08-27T18:02:33.499Z Compiling signal-hook-mio v0.2.5
16932026-08-27T18:02:33.514Z Compiling futures v0.3.32
16942026-08-27T18:02:33.552Z Compiling cookie_store v0.22.1
16952026-08-27T18:02:33.626Z Compiling zstd v0.13.3
16962026-08-27T18:02:33.626Z Compiling cipher v0.5.2
16972026-08-27T18:02:33.657Z Compiling serde_with_macros v3.21.0
16982026-08-27T18:02:33.940Z Compiling backtrace-ext v0.2.1
16992026-08-27T18:02:34.002Z Compiling postgres-types v0.2.12
17002026-08-27T18:02:34.142Z Compiling globset v0.4.18
17012026-08-27T18:02:34.159Z Compiling usdt-macro v0.6.0
17022026-08-27T18:02:34.259Z Compiling usdt-attr-macro v0.6.0
17032026-08-27T18:02:34.367Z Compiling byte-wrapper v0.1.0
17042026-08-27T18:02:34.612Z Compiling ed25519 v2.2.3
17052026-08-27T18:02:34.627Z Compiling hkdf v0.12.4
17062026-08-27T18:02:34.661Z Compiling crypto-bigint v0.5.5
17072026-08-27T18:02:34.742Z Compiling olpc-cjson v0.1.4
17082026-08-27T18:02:34.822Z Compiling serde_plain v1.0.2
17092026-08-27T18:02:34.841Z Compiling serde-big-array v0.5.1
17102026-08-27T18:02:34.861Z Compiling dtrace-parser v0.2.0
17112026-08-27T18:02:34.885Z Compiling enum-as-inner v0.6.1
17122026-08-27T18:02:34.942Z Compiling miette-derive v7.6.0
17132026-08-27T18:02:34.984Z Compiling strum_macros v0.26.4
17142026-08-27T18:02:35.031Z Compiling async-recursion v1.1.1
17152026-08-27T18:02:35.064Z Compiling serde_repr v0.1.20
17162026-08-27T18:02:35.137Z Compiling phf_shared v0.11.3
17172026-08-27T18:02:35.252Z Compiling float-cmp v0.10.0
17182026-08-27T18:02:35.365Z Compiling pem v3.0.6
17192026-08-27T18:02:35.421Z Compiling memmap2 v0.9.10
17202026-08-27T18:02:35.437Z Compiling thread-id v4.2.2
17212026-08-27T18:02:35.452Z Compiling cpufeatures v0.3.0
17222026-08-27T18:02:35.465Z Compiling normalize-line-endings v0.3.0
17232026-08-27T18:02:35.548Z Compiling precomputed-hash v0.1.1
17242026-08-27T18:02:35.563Z Compiling fixedbitset v0.5.7
17252026-08-27T18:02:35.582Z Compiling typed-path v0.9.3
17262026-08-27T18:02:35.597Z Compiling supports-unicode v3.0.0
17272026-08-27T18:02:35.662Z Compiling data-encoding v2.10.0
17282026-08-27T18:02:35.676Z Compiling supports-hyperlinks v3.2.0
17292026-08-27T18:02:35.680Z Compiling new_debug_unreachable v1.0.6
17302026-08-27T18:02:35.706Z Compiling static_assertions v1.1.0
17312026-08-27T18:02:35.739Z Compiling winnow v1.0.3
17322026-08-27T18:02:35.755Z Compiling fixedbitset v0.4.2
17332026-08-27T18:02:35.771Z Compiling const-oid v0.10.2
17342026-08-27T18:02:35.771Z Compiling difflib v0.4.0
17352026-08-27T18:02:35.801Z Compiling whoami v2.1.0
17362026-08-27T18:02:35.878Z Compiling keccak v0.1.6
17372026-08-27T18:02:35.908Z Compiling predicates-core v1.0.10
17382026-08-27T18:02:36.008Z Compiling hickory-proto v0.25.2
17392026-08-27T18:02:36.008Z Compiling digest v0.11.3
17402026-08-27T18:02:36.115Z Compiling sha3 v0.10.8
17412026-08-27T18:02:36.130Z Compiling predicates v3.1.4
17422026-08-27T18:02:36.159Z Compiling miette v7.6.0
17432026-08-27T18:02:36.220Z Compiling tokio-postgres v0.7.16
17442026-08-27T18:02:36.284Z Compiling petgraph v0.6.5
17452026-08-27T18:02:36.394Z Compiling petgraph v0.8.3
17462026-08-27T18:02:36.409Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17472026-08-27T18:02:36.616Z Compiling toml_edit v0.22.27
17482026-08-27T18:02:36.640Z Compiling string_cache v0.8.9
17492026-08-27T18:02:36.787Z Compiling strum v0.26.3
17502026-08-27T18:02:36.824Z Compiling toml_parser v1.1.2+spec-1.1.0
17512026-08-27T18:02:36.843Z Compiling elliptic-curve v0.13.8
17522026-08-27T18:02:36.859Z Compiling usdt v0.6.0
17532026-08-27T18:02:36.862Z Compiling chacha20 v0.10.0
17542026-08-27T18:02:36.905Z Compiling usdt-impl v0.5.0
17552026-08-27T18:02:36.950Z Compiling crossterm v0.28.1
17562026-08-27T18:02:37.015Z Compiling serde_with v3.21.0
17572026-08-27T18:02:37.150Z Compiling ed25519-dalek v2.2.0
17582026-08-27T18:02:37.279Z Compiling zip v4.6.1
17592026-08-27T18:02:37.293Z Compiling derive_more v2.1.1
17602026-08-27T18:02:37.346Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17612026-08-27T18:02:37.721Z Compiling iddqd v0.4.2
17622026-08-27T18:02:37.828Z Compiling itertools v0.13.0
17632026-08-27T18:02:37.861Z Compiling itertools v0.15.0
17642026-08-27T18:02:37.971Z Compiling similar v2.7.0
17652026-08-27T18:02:38.246Z Compiling crossbeam-epoch v0.9.18
17662026-08-27T18:02:38.250Z Compiling tokio-stream v0.1.18
17672026-08-27T18:02:38.371Z Compiling buf-list v1.1.2
17682026-08-27T18:02:38.506Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17692026-08-27T18:02:38.675Z Compiling openapiv3 v2.2.0
17702026-08-27T18:02:38.750Z Compiling heck v0.4.1
17712026-08-27T18:02:38.773Z Compiling peg-runtime v0.8.5
17722026-08-27T18:02:38.855Z Compiling lalrpop-util v0.19.12
17732026-08-27T18:02:38.870Z Compiling thread_local v1.1.9
17742026-08-27T18:02:38.906Z Compiling slog-async v2.8.0
17752026-08-27T18:02:38.922Z Compiling crossbeam-channel v0.5.15
17762026-08-27T18:02:38.926Z Compiling is-terminal v0.4.17
17772026-08-27T18:02:39.016Z Compiling filetime v0.2.27
17782026-08-27T18:02:39.058Z Compiling term v1.2.1
17792026-08-27T18:02:39.083Z Compiling take_mut v0.2.2
17802026-08-27T18:02:39.087Z Compiling xattr v1.6.1
17812026-08-27T18:02:39.098Z Compiling camino-tempfile v1.4.1
17822026-08-27T18:02:39.231Z Compiling tar v0.4.46
17832026-08-27T18:02:39.377Z Compiling slog-term v2.9.2
17842026-08-27T18:02:56.407Z Compiling rustls-webpki v0.103.13
17852026-08-27T18:02:59.076Z Compiling tokio-rustls v0.26.4
17862026-08-27T18:02:59.076Z Compiling rustls-platform-verifier v0.6.2
17872026-08-27T18:02:59.076Z Compiling tough v0.22.0
17882026-08-27T18:02:59.281Z Compiling hyper-rustls v0.27.7
17892026-08-27T18:02:59.473Z Compiling reqwest v0.13.2
17902026-08-27T18:03:01.620Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17912026-08-27T18:03:01.862Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17922026-08-27T18:03:04.788Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.36s
17932026-08-27T18:03:04.926Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17942026-08-27T18:03:04.985ZAug 27 18:03:04.322 INFO Starting download, target: Clickhouse
17952026-08-27T18:03:04.985ZAug 27 18:03:04.323 INFO Starting download, target: Cockroach
17962026-08-27T18:03:04.985ZAug 27 18:03:04.323 INFO Starting download, target: Console
17972026-08-27T18:03:04.985ZAug 27 18:03:04.323 INFO Starting download, target: DendriteStub
17982026-08-27T18:03:04.997ZAug 27 18:03:04.323 INFO Starting download, target: MaghemiteMgd
17992026-08-27T18:03:04.997ZAug 27 18:03:04.323 INFO Starting download, target: MaghemiteDdmd
18002026-08-27T18:03:04.997ZAug 27 18:03:04.323 INFO Starting download, target: TransceiverControl
18012026-08-27T18:03:04.997ZAug 27 18:03:04.323 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18022026-08-27T18:03:04.997ZAug 27 18:03:04.323 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18032026-08-27T18:03:04.997ZAug 27 18:03:04.323 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18042026-08-27T18:03:04.997ZAug 27 18:03:04.323 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18052026-08-27T18:03:04.997ZAug 27 18:03:04.323 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18062026-08-27T18:03:04.998ZAug 27 18:03:04.323 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18072026-08-27T18:03:04.998ZAug 27 18:03:04.323 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18082026-08-27T18:03:05.432ZAug 27 18:03:04.716 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18092026-08-27T18:03:05.632ZAug 27 18:03:04.958 INFO Download complete, target: TransceiverControl
18102026-08-27T18:03:06.317ZAug 27 18:03:05.636 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18112026-08-27T18:03:06.760ZAug 27 18:03:06.085 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18122026-08-27T18:03:06.980ZAug 27 18:03:06.307 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18132026-08-27T18:03:07.016ZAug 27 18:03:06.346 INFO Download complete, target: Console
18142026-08-27T18:03:07.147ZAug 27 18:03:06.479 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18152026-08-27T18:03:07.471ZAug 27 18:03:06.806 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18162026-08-27T18:03:07.798ZAug 27 18:03:07.138 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18172026-08-27T18:03:07.798ZAug 27 18:03:07.138 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18182026-08-27T18:03:08.906ZAug 27 18:03:08.245 INFO Download complete, target: MaghemiteMgd
18192026-08-27T18:03:09.073ZAug 27 18:03:08.410 INFO Download complete, target: MaghemiteDdmd
18202026-08-27T18:03:09.756ZAug 27 18:03:09.093 INFO Download complete, target: DendriteStub
18212026-08-27T18:03:12.623ZAug 27 18:03:11.962 INFO Checking that binary works, target: Cockroach
18222026-08-27T18:03:12.744ZAug 27 18:03:12.083 INFO Download complete, target: Cockroach
18232026-08-27T18:03:14.361ZAug 27 18:03:13.696 INFO Checking that binary works, target: Clickhouse
18242026-08-27T18:03:14.449ZAug 27 18:03:13.788 INFO Download complete, target: Clickhouse
18252026-08-27T18:03:14.455ZAll prerequisites installed successfully
18262026-08-27T18:03:14.459Z
18272026-08-27T18:03:14.459Zreal 2:00.610648586
18282026-08-27T18:03:14.459Zuser 7:21.910801805
18292026-08-27T18:03:14.459Zsys 1:52.574810460
18302026-08-27T18:03:14.459Ztrap 0.292939219
18312026-08-27T18:03:14.459Ztflt 1.099495866
18322026-08-27T18:03:14.459Zdflt 1.808142376
18332026-08-27T18:03:14.459Zkflt 0.022769324
18342026-08-27T18:03:14.459Zlock 29:22.490353891
18352026-08-27T18:03:14.459Zslp 20:34.352278242
18362026-08-27T18:03:14.459Zlat 29.901648669
18372026-08-27T18:03:14.459Zstop 3:38.769862607
18382026-08-27T18:03:14.459Z+ ptime -m cargo xtask download softnpu
18392026-08-27T18:03:14.918Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18402026-08-27T18:03:14.937Z Running `target/debug/xtask download softnpu`
18412026-08-27T18:03:15.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
18422026-08-27T18:03:15.773Z Running `target/debug/xtask-downloader softnpu`
18432026-08-27T18:03:15.817ZAug 27 18:03:15.156 INFO Starting download, target: Softnpu
18442026-08-27T18:03:15.823ZAug 27 18:03:15.156 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
18452026-08-27T18:03:17.916ZAug 27 18:03:17.250 INFO Download complete, target: Softnpu
18462026-08-27T18:03:17.925Z
18472026-08-27T18:03:17.925Zreal 3.452444799
18482026-08-27T18:03:17.925Zuser 1.324497323
18492026-08-27T18:03:17.925Zsys 0.624656834
18502026-08-27T18:03:17.925Ztrap 0.000679880
18512026-08-27T18:03:17.925Ztflt 0.000199900
18522026-08-27T18:03:17.925Zdflt 0.000305930
18532026-08-27T18:03:17.925Zkflt 0.000000000
18542026-08-27T18:03:17.926Zlock 39.441433446
18552026-08-27T18:03:17.926Zslp 1.937999376
18562026-08-27T18:03:17.926Zlat 0.091077833
18572026-08-27T18:03:17.926Zstop 0.000194210
18582026-08-27T18:03:17.926Z+ export CARGO_INCREMENTAL=0
18592026-08-27T18:03:17.926Z+ CARGO_INCREMENTAL=0
18602026-08-27T18:03:17.926Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18612026-08-27T18:03:18.851Z Compiling proc-macro2 v1.0.106
18622026-08-27T18:03:18.851Z Compiling quote v1.0.45
18632026-08-27T18:03:18.868Z Compiling unicode-ident v1.0.24
18642026-08-27T18:03:18.868Z Compiling serde_core v1.0.228
18652026-08-27T18:03:18.868Z Compiling libc v0.2.185
18662026-08-27T18:03:18.868Z Compiling serde v1.0.228
18672026-08-27T18:03:18.868Z Compiling cfg-if v1.0.4
18682026-08-27T18:03:18.868Z Compiling version_check v0.9.5
18692026-08-27T18:03:19.007Z Compiling autocfg v1.5.0
18702026-08-27T18:03:19.022Z Compiling shlex v1.3.0
18712026-08-27T18:03:19.023Z Compiling find-msvc-tools v0.1.9
18722026-08-27T18:03:19.023Z Compiling memchr v2.8.0
18732026-08-27T18:03:19.023Z Compiling zmij v1.0.21
18742026-08-27T18:03:19.054Z Compiling serde_json v1.0.151
18752026-08-27T18:03:19.169Z Compiling portable-atomic v1.13.1
18762026-08-27T18:03:19.189Z Compiling zerocopy v0.8.55
18772026-08-27T18:03:19.200Z Compiling libm v0.2.16
18782026-08-27T18:03:19.348Z Compiling getrandom v0.4.3
18792026-08-27T18:03:19.459Z Compiling generic-array v0.14.7
18802026-08-27T18:03:19.524Z Compiling num-traits v0.2.19
18812026-08-27T18:03:19.536Z Compiling icu_normalizer_data v2.1.1
18822026-08-27T18:03:19.536Z Compiling icu_properties_data v2.1.2
18832026-08-27T18:03:19.536Z Compiling smallvec v1.15.1
18842026-08-27T18:03:19.626Z Compiling parking_lot_core v0.9.12
18852026-08-27T18:03:19.660Z Compiling itoa v1.0.17
18862026-08-27T18:03:19.694Z Compiling log v0.4.33
18872026-08-27T18:03:19.747Z Compiling subtle v2.6.1
18882026-08-27T18:03:19.766Z Compiling pkg-config v0.3.32
18892026-08-27T18:03:19.801Z Compiling stable_deref_trait v1.2.1
18902026-08-27T18:03:19.846Z Compiling rustix v1.1.4
18912026-08-27T18:03:19.878Z Compiling typenum v1.20.1
18922026-08-27T18:03:19.945Z Compiling getrandom v0.3.4
18932026-08-27T18:03:19.962Z Compiling scopeguard v1.2.0
18942026-08-27T18:03:20.042Z Compiling thiserror v2.0.18
18952026-08-27T18:03:20.085Z Compiling jobserver v0.1.34
18962026-08-27T18:03:20.112Z Compiling errno v0.3.14
18972026-08-27T18:03:20.166Z Compiling lock_api v0.4.14
18982026-08-27T18:03:20.201Z Compiling rand_core v0.10.0
18992026-08-27T18:03:20.290Z Compiling heck v0.5.0
19002026-08-27T18:03:20.306Z Compiling cc v1.2.56
19012026-08-27T18:03:20.390Z Compiling syn v2.0.117
19022026-08-27T18:03:20.422Z Compiling critical-section v1.2.0
19032026-08-27T18:03:20.454Z Compiling getrandom v0.2.17
19042026-08-27T18:03:20.458Z Compiling schemars v0.8.22
19052026-08-27T18:03:20.469Z Compiling equivalent v1.0.2
19062026-08-27T18:03:20.502Z Compiling writeable v0.6.2
19072026-08-27T18:03:20.519Z Compiling percent-encoding v2.3.2
19082026-08-27T18:03:20.576Z Compiling litemap v0.8.1
19092026-08-27T18:03:20.615Z Compiling rand_core v0.6.4
19102026-08-27T18:03:20.631Z Compiling syn v1.0.109
19112026-08-27T18:03:20.649Z Compiling pin-project-lite v0.2.17
19122026-08-27T18:03:20.804Z Compiling once_cell v1.21.3
19132026-08-27T18:03:20.807Z Compiling rustversion v1.0.22
19142026-08-27T18:03:20.895Z Compiling hashbrown v0.17.0
19152026-08-27T18:03:20.960Z Compiling dunce v1.0.5
19162026-08-27T18:03:20.965Z Compiling fs_extra v1.3.0
19172026-08-27T18:03:21.006Z Compiling utf8_iter v1.0.4
19182026-08-27T18:03:21.034Z Compiling cmake v0.1.57
19192026-08-27T18:03:21.060Z Compiling byteorder v1.5.0
19202026-08-27T18:03:21.076Z Compiling form_urlencoded v1.2.2
19212026-08-27T18:03:21.117Z Compiling strsim v0.11.1
19222026-08-27T18:03:21.377Z Compiling semver v1.0.28
19232026-08-27T18:03:21.419Z Compiling bitflags v2.11.0
19242026-08-27T18:03:21.482Z Compiling indexmap v2.14.0
19252026-08-27T18:03:21.498Z Compiling signal-hook-registry v1.4.8
19262026-08-27T18:03:21.637Z Compiling thiserror v1.0.69
19272026-08-27T18:03:21.654Z Compiling aws-lc-sys v0.40.0
19282026-08-27T18:03:21.671Z Compiling parking_lot v0.12.5
19292026-08-27T18:03:21.691Z Compiling socket2 v0.6.3
19302026-08-27T18:03:21.706Z Compiling mio v1.2.0
19312026-08-27T18:03:21.891Z Compiling futures-core v0.3.32
19322026-08-27T18:03:21.933Z Compiling const-oid v0.9.6
19332026-08-27T18:03:22.008Z Compiling aws-lc-rs v1.16.3
19342026-08-27T18:03:22.123Z Compiling iana-time-zone v0.1.65
19352026-08-27T18:03:22.165Z Compiling httparse v1.10.1
19362026-08-27T18:03:22.374Z Compiling regex-syntax v0.8.10
19372026-08-27T18:03:22.446Z Compiling crc32fast v1.5.0
19382026-08-27T18:03:22.500Z Compiling ucd-trie v0.1.7
19392026-08-27T18:03:22.500Z Compiling fnv v1.0.7
19402026-08-27T18:03:22.616Z Compiling uuid v1.23.4
19412026-08-27T18:03:22.673Z Compiling vcpkg v0.2.15
19422026-08-27T18:03:22.676Z Compiling ident_case v1.0.1
19432026-08-27T18:03:22.710Z Compiling pest v2.8.6
19442026-08-27T18:03:22.896Z Compiling rustc_version v0.4.1
19452026-08-27T18:03:22.968Z Compiling futures-sink v0.3.32
19462026-08-27T18:03:22.994Z Compiling dyn-clone v1.0.20
19472026-08-27T18:03:23.024Z Compiling rustls v0.23.41
19482026-08-27T18:03:23.160Z Compiling synstructure v0.13.2
19492026-08-27T18:03:23.193Z Compiling serde_derive_internals v0.29.1
19502026-08-27T18:03:23.211Z Compiling futures-channel v0.3.32
19512026-08-27T18:03:23.261Z Compiling openssl-sys v0.9.117
19522026-08-27T18:03:23.437Z Compiling aho-corasick v1.1.4
19532026-08-27T18:03:23.452Z Compiling futures-task v0.3.32
19542026-08-27T18:03:23.526Z Compiling slab v0.4.12
19552026-08-27T18:03:23.624Z Compiling futures-io v0.3.32
19562026-08-27T18:03:23.785Z Compiling pest_meta v2.8.6
19572026-08-27T18:03:23.803Z Compiling time-core v0.1.8
19582026-08-27T18:03:23.838Z Compiling num-conv v0.2.0
19592026-08-27T18:03:23.860Z Compiling plain v0.2.3
19602026-08-27T18:03:23.911Z Compiling radium v0.7.0
19612026-08-27T18:03:23.986Z Compiling time-macros v0.2.27
19622026-08-27T18:03:23.989Z Compiling crossbeam-utils v0.8.21
19632026-08-27T18:03:24.034Z Compiling maybe-uninit v2.0.0
19642026-08-27T18:03:24.038Z Compiling openssl v0.10.80
19652026-08-27T18:03:24.120Z Compiling pretty-hex v0.4.1
19662026-08-27T18:03:24.180Z Compiling base64ct v1.8.3
19672026-08-27T18:03:24.196Z Compiling base64 v0.22.1
19682026-08-27T18:03:24.213Z Compiling slog v2.8.2
19692026-08-27T18:03:24.278Z Compiling regex-automata v0.4.14
19702026-08-27T18:03:24.311Z Compiling flagset v0.4.7
19712026-08-27T18:03:24.328Z Compiling rand_core v0.9.5
19722026-08-27T18:03:24.376Z Compiling pest_generator v2.8.6
19732026-08-27T18:03:24.394Z Compiling serde_derive v1.0.228
19742026-08-27T18:03:24.431Z Compiling zeroize_derive v1.5.0
19752026-08-27T18:03:24.447Z Compiling zerofrom-derive v0.1.6
19762026-08-27T18:03:24.469Z Compiling yoke-derive v0.8.1
19772026-08-27T18:03:24.491Z Compiling zerocopy-derive v0.8.55
19782026-08-27T18:03:24.524Z Compiling zerovec-derive v0.11.2
19792026-08-27T18:03:24.573Z Compiling displaydoc v0.2.5
19802026-08-27T18:03:24.592Z Compiling tokio-macros v2.7.0
19812026-08-27T18:03:24.710Z Compiling futures-macro v0.3.32
19822026-08-27T18:03:24.761Z Compiling thiserror-impl v2.0.18
19832026-08-27T18:03:24.827Z Compiling schemars_derive v0.8.22
19842026-08-27T18:03:24.947Z Compiling der_derive v0.7.3
19852026-08-27T18:03:25.022Z Compiling tracing-attributes v0.1.31
19862026-08-27T18:03:25.033Z Compiling thiserror-impl v1.0.69
19872026-08-27T18:03:25.062Z Compiling pest_derive v2.8.6
19882026-08-27T18:03:25.093Z Compiling pem-rfc7468 v0.7.0
19892026-08-27T18:03:25.273Z Compiling scroll_derive v0.13.1
19902026-08-27T18:03:25.289Z Compiling scroll_derive v0.12.1
19912026-08-27T18:03:25.380Z Compiling openssl-macros v0.1.1
19922026-08-27T18:03:25.431Z Compiling darling_core v0.23.0
19932026-08-27T18:03:25.492Z Compiling futures-util v0.3.32
19942026-08-27T18:03:25.595Z Compiling zerofrom v0.1.6
19952026-08-27T18:03:25.745Z Compiling yoke v0.8.1
19962026-08-27T18:03:25.870Z Compiling bzip2-sys v0.1.13+1.0.8
19972026-08-27T18:03:25.945Z Compiling zerovec v0.11.5
19982026-08-27T18:03:25.963Z Compiling zerotrie v0.2.3
19992026-08-27T18:03:26.071Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20002026-08-27T18:03:26.134Z Compiling syn v3.0.3
20012026-08-27T18:03:26.155Z Compiling ahash v0.8.12
20022026-08-27T18:03:26.204Z Compiling paste v1.0.15
20032026-08-27T18:03:26.221Z Compiling packed_struct v0.10.1
20042026-08-27T18:03:26.465Z Compiling num-bigint-dig v0.8.6
20052026-08-27T18:03:26.509Z Compiling tinystr v0.8.2
20062026-08-27T18:03:26.526Z Compiling potential_utf v0.1.4
20072026-08-27T18:03:26.543Z Compiling native-tls v0.2.18
20082026-08-27T18:03:26.574Z Compiling anyhow v1.0.104
20092026-08-27T18:03:26.666Z Compiling icu_collections v2.1.1
20102026-08-27T18:03:26.730Z Compiling icu_locale_core v2.1.1
20112026-08-27T18:03:26.784Z Compiling regex v1.12.3
20122026-08-27T18:03:26.819Z Compiling zerocopy-derive v0.7.35
20132026-08-27T18:03:27.591Z Compiling icu_provider v2.1.1
20142026-08-27T18:03:27.628Z Compiling zeroize v1.9.0
20152026-08-27T18:03:27.646Z Compiling bytes v1.11.1
20162026-08-27T18:03:27.827Z Compiling chrono v0.4.45
20172026-08-27T18:03:27.846Z Compiling serde_tokenstream v0.2.3
20182026-08-27T18:03:27.899Z Compiling icu_normalizer v2.1.1
20192026-08-27T18:03:27.927Z Compiling icu_properties v2.1.2
20202026-08-27T18:03:28.231Z Compiling tokio v1.52.1
20212026-08-27T18:03:28.362Z Compiling crypto-common v0.1.7
20222026-08-27T18:03:28.524Z Compiling block-buffer v0.10.4
20232026-08-27T18:03:28.542Z Compiling der v0.7.10
20242026-08-27T18:03:28.660Z Compiling digest v0.10.7
20252026-08-27T18:03:28.902Z Compiling idna_adapter v1.2.1
20262026-08-27T18:03:28.977Z Compiling ppv-lite86 v0.2.21
20272026-08-27T18:03:29.065Z Compiling idna v1.1.0
20282026-08-27T18:03:29.116Z Compiling http v1.4.2
20292026-08-27T18:03:29.265Z Compiling darling_macro v0.23.0
20302026-08-27T18:03:29.269Z Compiling tracing-core v0.1.36
20312026-08-27T18:03:29.317Z Compiling cookie v0.18.1
20322026-08-27T18:03:29.443Z Compiling url v2.5.8
20332026-08-27T18:03:29.457Z Compiling spki v0.7.3
20342026-08-27T18:03:29.686Z Compiling fastrand v2.3.0
20352026-08-27T18:03:29.764Z Compiling cpufeatures v0.2.17
20362026-08-27T18:03:29.784Z Compiling camino v1.2.5
20372026-08-27T18:03:29.856Z Compiling darling v0.23.0
20382026-08-27T18:03:29.949Z Compiling tracing v0.1.44
20392026-08-27T18:03:29.965Z Compiling rand_chacha v0.9.0
20402026-08-27T18:03:30.023Z Compiling toml_datetime v0.6.11
20412026-08-27T18:03:30.027Z Compiling serde_spanned v0.6.9
20422026-08-27T18:03:30.299Z Compiling zerocopy-derive v0.6.6
20432026-08-27T18:03:30.322Z Compiling clap_derive v4.6.1
20442026-08-27T18:03:30.342Z Compiling bitfield-macros v0.19.4
20452026-08-27T18:03:30.358Z Compiling packed_struct_codegen v0.10.1
20462026-08-27T18:03:30.748Z Compiling indexmap v1.9.3
20472026-08-27T18:03:31.021Z Compiling object v0.37.3
20482026-08-27T18:03:31.048Z Compiling simd-adler32 v0.3.8
20492026-08-27T18:03:31.127Z Compiling rand v0.9.2
20502026-08-27T18:03:31.175Z Compiling http-body v1.0.1
20512026-08-27T18:03:31.191Z Compiling pkcs8 v0.10.2
20522026-08-27T18:03:31.208Z Compiling daft-derive v0.1.8
20532026-08-27T18:03:31.297Z Compiling rustls-pki-types v1.14.0
20542026-08-27T18:03:31.415Z Compiling spin v0.9.8
20552026-08-27T18:03:31.464Z Compiling usdt-impl v0.5.0
20562026-08-27T18:03:31.479Z Compiling ref-cast v1.0.25
20572026-08-27T18:03:31.646Z Compiling anstyle v1.0.14
20582026-08-27T18:03:31.701Z Compiling adler2 v2.0.1
20592026-08-27T18:03:31.742Z Compiling cmov v0.5.4
20602026-08-27T18:03:31.781Z Compiling openssl-probe v0.2.1
20612026-08-27T18:03:31.849Z Compiling utf8parse v0.2.2
20622026-08-27T18:03:31.867Z Compiling usdt-impl v0.6.0
20632026-08-27T18:03:31.906Z Compiling either v1.15.0
20642026-08-27T18:03:31.951Z Compiling winnow v0.5.40
20652026-08-27T18:03:31.967Z Compiling tinyvec_macros v0.1.1
20662026-08-27T18:03:31.995Z Compiling anstyle-parse v1.0.0
20672026-08-27T18:03:32.049Z Compiling tinyvec v1.10.0
20682026-08-27T18:03:32.065Z Compiling ctutils v0.4.2
20692026-08-27T18:03:32.097Z Compiling miniz_oxide v0.8.9
20702026-08-27T18:03:32.129Z Compiling tokio-util v0.7.18
20712026-08-27T18:03:32.234Z Compiling sha2 v0.10.9
20722026-08-27T18:03:32.419Z Compiling tempfile v3.27.0
20732026-08-27T18:03:32.548Z Compiling scroll v0.13.0
20742026-08-27T18:03:32.604Z Compiling scroll v0.12.0
20752026-08-27T18:03:32.641Z Compiling terminal_size v0.4.3
20762026-08-27T18:03:32.800Z Compiling async-trait v0.1.89
20772026-08-27T18:03:32.839Z Compiling heapless v0.7.17
20782026-08-27T18:03:32.989Z Compiling tower-service v0.3.3
20792026-08-27T18:03:33.101Z Compiling winnow v1.0.3
20802026-08-27T18:03:33.105Z Compiling atomic-waker v1.1.2
20812026-08-27T18:03:33.187Z Compiling anstyle-query v1.1.5
20822026-08-27T18:03:33.207Z Compiling colorchoice v1.0.4
20832026-08-27T18:03:33.244Z Compiling toml_edit v0.19.15
20842026-08-27T18:03:33.319Z Compiling signal-hook v0.3.18
20852026-08-27T18:03:33.344Z Compiling try-lock v0.2.5
20862026-08-27T18:03:33.413Z Compiling unicode-segmentation v1.12.0
20872026-08-27T18:03:33.416Z Compiling tower-layer v0.3.3
20882026-08-27T18:03:33.476Z Compiling winnow v0.7.14
20892026-08-27T18:03:33.497Z Compiling litrs v1.0.0
20902026-08-27T18:03:33.518Z Compiling is_terminal_polyfill v1.70.2
20912026-08-27T18:03:33.548Z Compiling zstd-safe v7.2.4
20922026-08-27T18:03:33.598Z Compiling rustix v0.38.44
20932026-08-27T18:03:33.631Z Compiling untrusted v0.7.1
20942026-08-27T18:03:33.693Z Compiling anstream v1.0.0
20952026-08-27T18:03:33.771Z Compiling want v0.3.1
20962026-08-27T18:03:33.817Z Compiling h2 v0.4.15
20972026-08-27T18:03:33.952Z Compiling document-features v0.2.12
20982026-08-27T18:03:34.132Z Compiling toml_parser v1.1.2+spec-1.1.0
20992026-08-27T18:03:34.258Z Compiling goblin v0.8.2
21002026-08-27T18:03:34.392Z Compiling goblin v0.10.5
21012026-08-27T18:03:34.487Z Compiling hybrid-array v0.4.13
21022026-08-27T18:03:34.549Z Compiling itertools v0.15.0
21032026-08-27T18:03:34.697Z Compiling ipnetwork v0.21.1
21042026-08-27T18:03:34.892Z Compiling ipnet v2.12.0
21052026-08-27T18:03:34.960Z Compiling zerocopy v0.7.35
21062026-08-27T18:03:35.176Z Compiling ref-cast-impl v1.0.25
21072026-08-27T18:03:35.284Z Compiling structmeta-derive v0.3.0
21082026-08-27T18:03:35.318Z Compiling curve25519-dalek v4.1.3
21092026-08-27T18:03:35.337Z Compiling darling_core v0.20.11
21102026-08-27T18:03:35.406Z Compiling memoffset v0.9.1
21112026-08-27T18:03:35.540Z Compiling untrusted v0.9.0
21122026-08-27T18:03:35.623Z Compiling httpdate v1.0.3
21132026-08-27T18:03:35.627Z Compiling powerfmt v0.2.0
21142026-08-27T18:03:35.738Z Compiling foreign-types-shared v0.1.1
21152026-08-27T18:03:35.861Z Compiling tap v1.0.1
21162026-08-27T18:03:35.876Z Compiling foreign-types v0.3.2
21172026-08-27T18:03:35.923Z Compiling deranged v0.5.8
21182026-08-27T18:03:35.960Z Compiling wyz v0.5.1
21192026-08-27T18:03:36.162Z Compiling unicode-normalization v0.1.25
21202026-08-27T18:03:36.256Z Compiling dtrace-parser v0.2.0
21212026-08-27T18:03:36.273Z Compiling structmeta v0.3.0
21222026-08-27T18:03:36.276Z Compiling rand_chacha v0.3.1
21232026-08-27T18:03:36.341Z Compiling signature v2.2.0
21242026-08-27T18:03:36.421Z Compiling hex v0.4.3
21252026-08-27T18:03:36.504Z Compiling dof v0.3.0
21262026-08-27T18:03:36.655Z Compiling dtrace-parser v0.3.0
21272026-08-27T18:03:36.671Z Compiling pin-project-internal v1.1.11
21282026-08-27T18:03:36.734Z Compiling num-integer v0.1.46
21292026-08-27T18:03:36.885Z Compiling thread-id v4.2.2
21302026-08-27T18:03:36.985Z Compiling hyper v1.10.1
21312026-08-27T18:03:37.012Z Compiling wait-timeout v0.2.1
21322026-08-27T18:03:37.050Z Compiling thread-id v5.1.0
21332026-08-27T18:03:37.088Z Compiling funty v2.0.0
21342026-08-27T18:03:37.123Z Compiling dof v0.4.0
21352026-08-27T18:03:37.151Z Compiling num_threads v0.1.7
21362026-08-27T18:03:37.252Z Compiling bit-vec v0.8.0
21372026-08-27T18:03:37.271Z Compiling clap_lex v1.0.0
21382026-08-27T18:03:37.332Z Compiling darling_macro v0.20.11
21392026-08-27T18:03:37.506Z Compiling owo-colors v4.3.0
21402026-08-27T18:03:37.521Z Compiling cfg_aliases v0.2.1
21412026-08-27T18:03:37.610Z Compiling smoltcp v0.9.1
21422026-08-27T18:03:37.645Z Compiling quick-error v1.2.3
21432026-08-27T18:03:37.680Z Compiling nix v0.31.2
21442026-08-27T18:03:37.696Z Compiling bit-set v0.8.0
21452026-08-27T18:03:37.759Z Compiling rusty-fork v0.3.1
21462026-08-27T18:03:37.775Z Compiling time v0.3.47
21472026-08-27T18:03:37.791Z Compiling clap_builder v4.6.0
21482026-08-27T18:03:37.807Z Compiling bitvec v1.0.1
21492026-08-27T18:03:37.828Z Compiling num-iter v0.1.45
21502026-08-27T18:03:37.843Z Compiling darling v0.20.11
21512026-08-27T18:03:38.054Z Compiling rand v0.8.6
21522026-08-27T18:03:38.147Z Compiling hyper-util v0.1.20
21532026-08-27T18:03:38.176Z Compiling lazy_static v1.5.0
21542026-08-27T18:03:38.312Z Compiling hmac v0.12.1
21552026-08-27T18:03:38.401Z Compiling erased-serde v0.3.31
21562026-08-27T18:03:38.583Z Compiling rand_xorshift v0.4.0
21572026-08-27T18:03:38.699Z Compiling curve25519-dalek-derive v0.1.1
21582026-08-27T18:03:38.714Z Compiling sync_wrapper v1.0.2
21592026-08-27T18:03:38.820Z Compiling siphasher v1.0.2
21602026-08-27T18:03:38.840Z Compiling nodrop v0.1.14
21612026-08-27T18:03:38.949Z Compiling crc-catalog v2.4.0
21622026-08-27T18:03:39.056Z Compiling unarray v0.1.4
21632026-08-27T18:03:39.117Z Compiling zlib-rs v0.6.2
21642026-08-27T18:03:39.378Z Compiling clap v4.6.1
21652026-08-27T18:03:39.428Z Compiling proptest v1.11.0
21662026-08-27T18:03:39.552Z Compiling crc v3.4.0
21672026-08-27T18:03:39.798Z Compiling array-init v0.0.4
21682026-08-27T18:03:40.196Z Compiling tower v0.5.3
21692026-08-27T18:03:40.677Z Compiling smallvec v0.6.14
21702026-08-27T18:03:40.693Z Compiling derive_builder_core v0.20.2
21712026-08-27T18:03:40.804Z Compiling pkcs1 v0.7.5
21722026-08-27T18:03:40.836Z Compiling http-body-util v0.1.3
21732026-08-27T18:03:40.896Z Compiling zerocopy v0.6.6
21742026-08-27T18:03:40.923Z Compiling bitfield v0.19.4
21752026-08-27T18:03:41.072Z Compiling snafu-derive v0.8.9
21762026-08-27T18:03:41.093Z Compiling strum_macros v0.26.4
21772026-08-27T18:03:41.215Z Compiling flate2 v1.1.9
21782026-08-27T18:03:41.235Z Compiling strum_macros v0.27.2
21792026-08-27T18:03:41.398Z Compiling hubpack_derive v0.1.1
21802026-08-27T18:03:41.539Z Compiling env_filter v2.0.0
21812026-08-27T18:03:41.572Z Compiling fs-err v3.3.0
21822026-08-27T18:03:41.710Z Compiling base64 v0.21.7
21832026-08-27T18:03:41.801Z Compiling unicode-properties v0.1.4
21842026-08-27T18:03:41.818Z Compiling unicode-bidi v0.3.18
21852026-08-27T18:03:41.849Z Compiling ryu v1.0.23
21862026-08-27T18:03:42.159Z Compiling hashbrown v0.12.3
21872026-08-27T18:03:42.306Z Compiling gimli v0.32.3
21882026-08-27T18:03:42.321Z Compiling iri-string v0.7.10
21892026-08-27T18:03:42.357Z Compiling allocator-api2 v0.2.21
21902026-08-27T18:03:42.729Z Compiling stringprep v0.1.5
21912026-08-27T18:03:42.869Z Compiling serde_urlencoded v0.7.1
21922026-08-27T18:03:42.998Z Compiling ron v0.8.1
21932026-08-27T18:03:43.034Z Compiling env_logger v0.11.11
21942026-08-27T18:03:43.100Z Compiling newtype-uuid v1.3.2
21952026-08-27T18:03:43.129Z Compiling derive_builder_macro v0.20.2
21962026-08-27T18:03:43.361Z Compiling rsa v0.9.10
21972026-08-27T18:03:43.414Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21982026-08-27T18:03:43.446Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21992026-08-27T18:03:43.619Z Compiling tower-http v0.6.8
22002026-08-27T18:03:43.636Z Compiling oxnet v0.1.6
22012026-08-27T18:03:43.830Z Compiling serde-hex v0.1.0
22022026-08-27T18:03:43.901Z Compiling hashbrown v0.13.2
22032026-08-27T18:03:43.948Z Compiling addr2line v0.25.1
22042026-08-27T18:03:43.988Z Compiling tokio-native-tls v0.3.1
22052026-08-27T18:03:44.006Z Compiling bzip2 v0.4.4
22062026-08-27T18:03:44.047Z Compiling usdt-macro v0.6.0
22072026-08-27T18:03:44.066Z Compiling usdt-attr-macro v0.6.0
22082026-08-27T18:03:44.190Z Compiling derive-ex v0.1.8
22092026-08-27T18:03:44.221Z Compiling block-buffer v0.12.1
22102026-08-27T18:03:44.243Z Compiling crypto-common v0.2.2
22112026-08-27T18:03:44.281Z Compiling block-padding v0.4.2
22122026-08-27T18:03:44.458Z Compiling convert_case v0.10.0
22132026-08-27T18:03:44.744Z Compiling rustls-native-certs v0.8.3
22142026-08-27T18:03:44.839Z Compiling x509-cert v0.2.5
22152026-08-27T18:03:44.931Z Compiling md-5 v0.10.6
22162026-08-27T18:03:45.107Z Compiling bstr v1.12.1
22172026-08-27T18:03:45.294Z Compiling vergen-lib v9.1.0
22182026-08-27T18:03:45.316Z Compiling hash32 v0.2.1
22192026-08-27T18:03:45.393Z Compiling encoding_rs v0.8.35
22202026-08-27T18:03:45.549Z Compiling cpufeatures v0.3.0
22212026-08-27T18:03:45.564Z Compiling fallible-iterator v0.2.0
22222026-08-27T18:03:45.687Z Compiling psl-types v2.0.11
22232026-08-27T18:03:45.703Z Compiling unicode-width v0.2.0
22242026-08-27T18:03:45.720Z Compiling mime v0.3.17
22252026-08-27T18:03:45.782Z Compiling crc-any v2.5.0
22262026-08-27T18:03:45.912Z Compiling rustc-demangle v0.1.27
22272026-08-27T18:03:46.018Z Compiling postgres-protocol v0.6.10
22282026-08-27T18:03:46.033Z Compiling publicsuffix v2.3.0
22292026-08-27T18:03:46.128Z Compiling test-strategy v0.4.5
22302026-08-27T18:03:46.202Z Compiling backtrace v0.3.76
22312026-08-27T18:03:46.678Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22322026-08-27T18:03:46.850Z Compiling derive_more-impl v2.1.1
22332026-08-27T18:03:46.890Z Compiling inout v0.2.2
22342026-08-27T18:03:47.074Z Compiling object v0.30.4
22352026-08-27T18:03:47.106Z Compiling zip v0.6.6
22362026-08-27T18:03:47.177Z Compiling hyper-tls v0.6.0
22372026-08-27T18:03:47.194Z Compiling daft v0.1.8
22382026-08-27T18:03:47.194Z Compiling derive_builder v0.20.2
22392026-08-27T18:03:47.351Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22402026-08-27T18:03:47.423Z Compiling phf_shared v0.13.1
22412026-08-27T18:03:47.496Z Compiling pin-project v1.1.11
22422026-08-27T18:03:47.621Z Compiling toml v0.7.8
22432026-08-27T18:03:47.644Z Compiling heck v0.4.1
22442026-08-27T18:03:47.693Z Compiling serde_with_macros v3.21.0
22452026-08-27T18:03:47.703Z Compiling futures-executor v0.3.32
22462026-08-27T18:03:47.898Z Compiling async-recursion v1.1.1
22472026-08-27T18:03:47.929Z Compiling miette-derive v7.6.0
22482026-08-27T18:03:47.955Z Compiling serde_repr v0.1.20
22492026-08-27T18:03:48.008Z Compiling enum-as-inner v0.6.1
22502026-08-27T18:03:48.150Z Compiling ff v0.13.1
22512026-08-27T18:03:48.172Z Compiling vergen v9.1.0
22522026-08-27T18:03:48.179Z Compiling cargo-platform v0.3.2
22532026-08-27T18:03:48.310Z Compiling bitflags v1.3.2
22542026-08-27T18:03:48.407Z Compiling managed v0.8.0
22552026-08-27T18:03:48.448Z Compiling foldhash v0.1.5
22562026-08-27T18:03:48.487Z Compiling is_ci v1.2.0
22572026-08-27T18:03:48.522Z Compiling bumpalo v3.20.2
22582026-08-27T18:03:48.530Z Compiling base16ct v0.2.0
22592026-08-27T18:03:48.634Z Compiling jiff-core v0.1.0
22602026-08-27T18:03:48.681Z Compiling libbz2-rs-sys v0.2.2
22612026-08-27T18:03:48.716Z Compiling same-file v1.0.6
22622026-08-27T18:03:48.733Z Compiling smawk v0.3.2
22632026-08-27T18:03:48.888Z Compiling unicode-linebreak v0.1.5
22642026-08-27T18:03:48.897Z Compiling foldhash v0.2.0
22652026-08-27T18:03:48.979Z Compiling path-slash v0.1.5
22662026-08-27T18:03:49.122Z Compiling bzip2 v0.6.1
22672026-08-27T18:03:49.139Z Compiling hashbrown v0.16.1
22682026-08-27T18:03:49.149Z Compiling textwrap v0.16.2
22692026-08-27T18:03:49.149Z Compiling walkdir v2.5.0
22702026-08-27T18:03:49.288Z Compiling zopfli v0.8.3
22712026-08-27T18:03:49.344Z Compiling sec1 v0.7.3
22722026-08-27T18:03:49.472Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22732026-08-27T18:03:49.570Z Compiling jiff v0.2.34
22742026-08-27T18:03:49.615Z Compiling hashbrown v0.15.5
22752026-08-27T18:03:49.634Z Compiling supports-color v3.0.2
22762026-08-27T18:03:49.806Z Compiling cargo_metadata v0.23.1
22772026-08-27T18:03:49.826Z Compiling group v0.13.0
22782026-08-27T18:03:50.051Z Compiling futures v0.3.32
22792026-08-27T18:03:50.371Z Compiling phf v0.13.1
22802026-08-27T18:03:50.554Z Compiling snafu v0.8.9
22812026-08-27T18:03:50.634Z Compiling reqwest v0.12.28
22822026-08-27T18:03:50.682Z Compiling signal-hook-mio v0.2.5
22832026-08-27T18:03:50.815Z Compiling cipher v0.5.2
22842026-08-27T18:03:50.913Z Compiling cookie_store v0.22.1
22852026-08-27T18:03:50.978Z Compiling backtrace-ext v0.2.1
22862026-08-27T18:03:51.035Z Compiling zstd v0.13.3
22872026-08-27T18:03:51.115Z Compiling postgres-types v0.2.12
22882026-08-27T18:03:51.135Z Compiling globset v0.4.18
22892026-08-27T18:03:51.154Z Compiling strum v0.27.2
22902026-08-27T18:03:51.301Z Compiling hubpack v0.1.2
22912026-08-27T18:03:51.395Z Compiling phf_shared v0.11.3
22922026-08-27T18:03:51.469Z Compiling hkdf v0.12.4
22932026-08-27T18:03:51.485Z Compiling crossbeam-epoch v0.9.18
22942026-08-27T18:03:51.554Z Compiling byte-wrapper v0.1.0
22952026-08-27T18:03:51.575Z Compiling olpc-cjson v0.1.4
22962026-08-27T18:03:51.600Z Compiling ed25519 v2.2.3
22972026-08-27T18:03:51.813Z Compiling crypto-bigint v0.5.5
22982026-08-27T18:03:51.871Z Compiling serde-big-array v0.5.1
22992026-08-27T18:03:51.894Z Compiling serde_plain v1.0.2
23002026-08-27T18:03:51.905Z Compiling pem v3.0.6
23012026-08-27T18:03:52.030Z Compiling float-cmp v0.10.0
23022026-08-27T18:03:52.066Z Compiling memmap2 v0.9.10
23032026-08-27T18:03:52.201Z Compiling unicode-width v0.1.14
23042026-08-27T18:03:52.207Z Compiling normalize-line-endings v0.3.0
23052026-08-27T18:03:52.284Z Compiling typed-path v0.9.3
23062026-08-27T18:03:52.303Z Compiling const-oid v0.10.2
23072026-08-27T18:03:52.322Z Compiling static_assertions v1.1.0
23082026-08-27T18:03:52.334Z Compiling keccak v0.1.6
23092026-08-27T18:03:52.351Z Compiling precomputed-hash v0.1.1
23102026-08-27T18:03:52.403Z Compiling fixedbitset v0.4.2
23112026-08-27T18:03:52.427Z Compiling supports-unicode v3.0.0
23122026-08-27T18:03:52.512Z Compiling data-encoding v2.10.0
23132026-08-27T18:03:52.550Z Compiling toml_write v0.1.2
23142026-08-27T18:03:52.571Z Compiling fixedbitset v0.5.7
23152026-08-27T18:03:52.630Z Compiling difflib v0.4.0
23162026-08-27T18:03:52.761Z Compiling new_debug_unreachable v1.0.6
23172026-08-27T18:03:52.773Z Compiling supports-hyperlinks v3.2.0
23182026-08-27T18:03:52.832Z Compiling whoami v2.1.0
23192026-08-27T18:03:52.853Z Compiling predicates-core v1.0.10
23202026-08-27T18:03:52.877Z Compiling string_cache v0.8.9
23212026-08-27T18:03:52.941Z Compiling miette v7.6.0
23222026-08-27T18:03:53.055Z Compiling predicates v3.1.4
23232026-08-27T18:03:53.071Z Compiling tokio-postgres v0.7.16
23242026-08-27T18:03:53.071Z Compiling hickory-proto v0.25.2
23252026-08-27T18:03:53.186Z Compiling petgraph v0.8.3
23262026-08-27T18:03:53.214Z Compiling elliptic-curve v0.13.8
23272026-08-27T18:03:53.278Z Compiling toml_edit v0.22.27
23282026-08-27T18:03:53.537Z Compiling petgraph v0.6.5
23292026-08-27T18:03:53.554Z Compiling sha3 v0.10.8
23302026-08-27T18:03:53.620Z Compiling digest v0.11.3
23312026-08-27T18:03:53.652Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23322026-08-27T18:03:53.842Z Compiling chacha20 v0.10.0
23332026-08-27T18:03:54.004Z Compiling usdt v0.6.0
23342026-08-27T18:03:54.561Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23352026-08-27T18:03:54.759Z Compiling zip v4.6.1
23362026-08-27T18:03:55.006Z Compiling ed25519-dalek v2.2.0
23372026-08-27T18:03:55.328Z Compiling crossterm v0.28.1
23382026-08-27T18:03:55.603Z Compiling iddqd v0.4.2
23392026-08-27T18:03:55.877Z Compiling serde_with v3.21.0
23402026-08-27T18:03:55.914Z Compiling derive_more v2.1.1
23412026-08-27T18:03:55.994Z Compiling similar v2.7.0
23422026-08-27T18:03:56.040Z Compiling strum v0.26.3
23432026-08-27T18:03:56.204Z Compiling tokio-stream v0.1.18
23442026-08-27T18:03:56.223Z Compiling buf-list v1.1.2
23452026-08-27T18:03:56.464Z Compiling itertools v0.13.0
23462026-08-27T18:03:56.514Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23472026-08-27T18:03:56.577Z Compiling openapiv3 v2.2.0
23482026-08-27T18:03:56.993Z Compiling peg-runtime v0.8.5
23492026-08-27T18:03:57.182Z Compiling lalrpop-util v0.19.12
23502026-08-27T18:04:11.749Z Compiling rustls-webpki v0.103.13
23512026-08-27T18:04:15.255Z Compiling tokio-rustls v0.26.4
23522026-08-27T18:04:15.548Z Compiling hyper-rustls v0.27.7
23532026-08-27T18:04:15.579Z Compiling rustls-platform-verifier v0.6.2
23542026-08-27T18:04:15.790Z Compiling reqwest v0.13.2
23552026-08-27T18:04:15.818Z Compiling tough v0.22.0
23562026-08-27T18:04:19.951Z Compiling macaddr v1.0.1
23572026-08-27T18:04:19.952Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23582026-08-27T18:04:19.952Z Compiling crucible-workspace-hack v0.1.0
23592026-08-27T18:04:19.952Z Compiling rayon-core v1.13.0
23602026-08-27T18:04:19.952Z Compiling secrecy v0.10.3
23612026-08-27T18:04:19.952Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23622026-08-27T18:04:19.952Z Compiling heapless v0.8.0
23632026-08-27T18:04:19.952Z Compiling toml_datetime v0.7.5+spec-1.1.0
23642026-08-27T18:04:19.952Z Compiling crossbeam-deque v0.8.6
23652026-08-27T18:04:19.952Z Compiling ingot-macros v0.2.0
23662026-08-27T18:04:19.952Z Compiling inout v0.1.4
23672026-08-27T18:04:19.952Z Compiling hash32 v0.3.1
23682026-08-27T18:04:19.952Z Compiling multer v3.1.0
23692026-08-27T18:04:19.952Z Compiling toml_edit v0.23.10+spec-1.0.0
23702026-08-27T18:04:19.986Z Compiling thread_local v1.1.9
23712026-08-27T18:04:19.991Z Compiling compression-core v0.4.31
23722026-08-27T18:04:19.998Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23732026-08-27T18:04:20.012Z Compiling match_cfg v0.1.0
23742026-08-27T18:04:20.037Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23752026-08-27T18:04:20.037Z Compiling slog-async v2.8.0
23762026-08-27T18:04:20.062Z Compiling smoltcp v0.11.0
23772026-08-27T18:04:20.105Z Compiling hostname v0.3.1
23782026-08-27T18:04:20.134Z Compiling compression-codecs v0.4.37
23792026-08-27T18:04:20.267Z Compiling cipher v0.4.4
23802026-08-27T18:04:20.283Z Compiling atomicwrites v0.4.4
23812026-08-27T18:04:20.299Z Compiling slog-json v2.6.1
23822026-08-27T18:04:20.318Z Compiling crossbeam-channel v0.5.15
23832026-08-27T18:04:20.377Z Compiling half v2.7.1
23842026-08-27T18:04:20.421Z Compiling universal-hash v0.5.1
23852026-08-27T18:04:20.514Z Compiling proc-macro-crate v3.4.0
23862026-08-27T18:04:20.531Z Compiling newtype-uuid-macros v0.1.0
23872026-08-27T18:04:20.573Z Compiling serde_tokenstream v0.3.0
23882026-08-27T18:04:20.589Z Compiling cobs v0.3.0
23892026-08-27T18:04:20.592Z Compiling async-stream-impl v0.3.6
23902026-08-27T18:04:20.675Z Compiling thiserror-impl-no-std v2.0.2
23912026-08-27T18:04:20.753Z Compiling toml_datetime v1.1.1+spec-1.1.0
23922026-08-27T18:04:20.831Z Compiling serde_spanned v1.1.1
23932026-08-27T18:04:20.885Z Compiling is-terminal v0.4.17
23942026-08-27T18:04:20.899Z Compiling proc-macro-error-attr v1.0.4
23952026-08-27T18:04:20.956Z Compiling dropshot v0.17.1
23962026-08-27T18:04:21.000Z Compiling opaque-debug v0.3.1
23972026-08-27T18:04:21.016Z Compiling ciborium-io v0.2.2
23982026-08-27T18:04:21.038Z Compiling toml_writer v1.1.1+spec-1.1.0
23992026-08-27T18:04:21.092Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24002026-08-27T18:04:21.118Z Compiling take_mut v0.2.2
24012026-08-27T18:04:21.140Z Compiling convert_case v0.4.0
24022026-08-27T18:04:21.176Z Compiling term v1.2.1
24032026-08-27T18:04:21.202Z Compiling async-stream v0.3.6
24042026-08-27T18:04:21.277Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24052026-08-27T18:04:21.344Z Compiling toml v1.1.2+spec-1.1.0
24062026-08-27T18:04:21.378Z Compiling ciborium-ll v0.2.2
24072026-08-27T18:04:21.419Z Compiling poly1305 v0.8.0
24082026-08-27T18:04:21.436Z Compiling num_enum_derive v0.7.6
24092026-08-27T18:04:21.468Z Compiling derive_more v0.99.20
24102026-08-27T18:04:21.669Z Compiling slog-term v2.9.2
24112026-08-27T18:04:21.704Z Compiling thiserror-no-std v2.0.2
24122026-08-27T18:04:21.720Z Compiling oxide-generation-macros v0.2.0
24132026-08-27T18:04:21.825Z Compiling postcard v1.1.3
24142026-08-27T18:04:21.976Z Compiling slog-bunyan v2.5.0
24152026-08-27T18:04:22.075Z Compiling chacha20 v0.9.1
24162026-08-27T18:04:22.190Z Compiling async-compression v0.4.41
24172026-08-27T18:04:22.362Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24182026-08-27T18:04:22.379Z Compiling ingot-types v0.2.0
24192026-08-27T18:04:22.415Z Compiling sha1 v0.11.0
24202026-08-27T18:04:22.463Z Compiling oxide-generation v0.1.3
24212026-08-27T18:04:22.479Z Compiling parse-display-derive v0.10.0
24222026-08-27T18:04:22.697Z Compiling proc-macro-crate v1.3.1
24232026-08-27T18:04:22.863Z Compiling ingot v0.2.1
24242026-08-27T18:04:22.880Z Compiling waitgroup v0.1.2
24252026-08-27T18:04:22.960Z Compiling rustls-pemfile v2.2.0
24262026-08-27T18:04:22.997Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24272026-08-27T18:04:23.060Z Compiling backon v1.6.0
24282026-08-27T18:04:23.076Z Compiling blake2 v0.10.6
24292026-08-27T18:04:23.264Z Compiling aead v0.5.2
24302026-08-27T18:04:23.285Z Compiling dropshot_endpoint v0.17.1
24312026-08-27T18:04:23.331Z Compiling password-hash v0.5.0
24322026-08-27T18:04:23.487Z Compiling foreign-types-macros v0.2.3
24332026-08-27T18:04:23.518Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24342026-08-27T18:04:23.585Z Compiling serde_path_to_error v0.1.20
24352026-08-27T18:04:23.603Z Compiling hostname v0.4.2
24362026-08-27T18:04:23.693Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24372026-08-27T18:04:23.790Z Compiling proc-macro-error v1.0.4
24382026-08-27T18:04:23.905Z Compiling instant v0.1.13
24392026-08-27T18:04:23.924Z Compiling debug-ignore v1.0.5
24402026-08-27T18:04:23.940Z Compiling illumos-nvpair-sys v0.2.0
24412026-08-27T18:04:24.018Z Compiling foreign-types-shared v0.3.1
24422026-08-27T18:04:24.060Z Compiling backoff v0.4.0
24432026-08-27T18:04:24.060Z Compiling parse-display v0.10.0
24442026-08-27T18:04:24.107Z Compiling foreign-types v0.5.0
24452026-08-27T18:04:24.135Z Compiling argon2 v0.5.3
24462026-08-27T18:04:24.151Z Compiling chacha20poly1305 v0.10.1
24472026-08-27T18:04:24.188Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24482026-08-27T18:04:24.207Z Compiling num_enum_derive v0.5.11
24492026-08-27T18:04:24.224Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
24502026-08-27T18:04:24.287Z Compiling num_enum v0.7.6
24512026-08-27T18:04:24.305Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24522026-08-27T18:04:24.331Z Compiling vsss-rs v3.3.4
24532026-08-27T18:04:24.410Z Compiling ciborium v0.2.2
24542026-08-27T18:04:24.794Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24552026-08-27T18:04:24.849Z Compiling regress v0.10.5
24562026-08-27T18:04:24.882Z Compiling itertools v0.14.0
24572026-08-27T18:04:24.899Z Compiling tabwriter v1.4.1
24582026-08-27T18:04:24.966Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24592026-08-27T18:04:25.066Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24602026-08-27T18:04:25.128Z Compiling cstr-argument v0.1.2
24612026-08-27T18:04:25.149Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24622026-08-27T18:04:25.166Z Compiling humantime v2.3.0
24632026-08-27T18:04:25.265Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24642026-08-27T18:04:25.295Z Compiling num_enum v0.5.11
24652026-08-27T18:04:25.320Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24662026-08-27T18:04:25.440Z Compiling rayon v1.11.0
24672026-08-27T18:04:25.443Z Compiling rand v0.10.1
24682026-08-27T18:04:25.474Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24692026-08-27T18:04:25.523Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24702026-08-27T18:04:25.550Z Compiling libefi-sys v0.1.0
24712026-08-27T18:04:25.575Z Compiling indent_write v2.2.0
24722026-08-27T18:04:25.611Z Compiling colored v3.1.1
24732026-08-27T18:04:25.656Z Compiling zone_cfg_derive v0.3.1
24742026-08-27T18:04:25.676Z Compiling illumos-nvpair v0.3.0
24752026-08-27T18:04:25.693Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24762026-08-27T18:04:25.696Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24772026-08-27T18:04:25.743Z Compiling camino-tempfile v1.4.1
24782026-08-27T18:04:25.827Z Compiling itertools v0.12.1
24792026-08-27T18:04:25.894Z Compiling usdt-attr-macro v0.5.0
24802026-08-27T18:04:25.948Z Compiling usdt-macro v0.5.0
24812026-08-27T18:04:26.147Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24822026-08-27T18:04:26.225Z Compiling num-derive v0.4.2
24832026-08-27T18:04:26.242Z Compiling bitfield-struct v0.6.2
24842026-08-27T18:04:26.259Z Compiling blake3 v1.8.5
24852026-08-27T18:04:26.276Z Compiling sigpipe v0.1.3
24862026-08-27T18:04:26.410Z Compiling memmap v0.7.0
24872026-08-27T18:04:26.452Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24882026-08-27T18:04:26.545Z Compiling glob v0.3.3
24892026-08-27T18:04:26.578Z Compiling swrite v0.1.0
24902026-08-27T18:04:26.626Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24912026-08-27T18:04:26.703Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24922026-08-27T18:04:26.719Z Compiling usdt v0.5.0
24932026-08-27T18:04:26.862Z Compiling smf v0.2.3
24942026-08-27T18:04:26.888Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24952026-08-27T18:04:26.959Z Compiling filetime v0.2.27
24962026-08-27T18:04:27.013Z Compiling xattr v1.6.1
24972026-08-27T18:04:27.166Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24982026-08-27T18:04:27.183Z Compiling zone v0.3.1
24992026-08-27T18:04:27.201Z Compiling arrayref v0.3.9
25002026-08-27T18:04:27.217Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25012026-08-27T18:04:27.233Z Compiling arrayvec v0.7.6
25022026-08-27T18:04:27.237Z Compiling whoami v1.6.1
25032026-08-27T18:04:27.294Z Compiling constant_time_eq v0.4.2
25042026-08-27T18:04:27.317Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25052026-08-27T18:04:27.341Z Compiling tar v0.4.46
25062026-08-27T18:04:27.374Z Compiling tokio-dtrace v0.1.1
25072026-08-27T18:04:27.505Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25082026-08-27T18:04:27.522Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25092026-08-27T18:04:27.620Z Compiling gethostname v0.5.0
25102026-08-27T18:04:27.721Z Compiling console v0.16.2
25112026-08-27T18:04:27.766Z Compiling topological-sort v0.2.2
25122026-08-27T18:04:27.784Z Compiling unit-prefix v0.5.2
25132026-08-27T18:04:27.853Z Compiling oxide-tokio-rt v0.1.4
25142026-08-27T18:04:27.953Z Compiling toml v0.8.23
25152026-08-27T18:04:28.004Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25162026-08-27T18:04:28.019Z Compiling shell-words v1.1.1
25172026-08-27T18:04:28.283Z Compiling indicatif v0.18.4
25182026-08-27T18:04:37.266Z Compiling progenitor-client v0.14.0
25192026-08-27T18:04:37.266Z Compiling omicron-zone-package v0.12.3
25202026-08-27T18:04:37.510Z Compiling progenitor-extras v0.2.0
25212026-08-27T18:04:37.857Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25222026-08-27T18:04:37.949Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25232026-08-27T18:04:38.017Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25242026-08-27T18:04:38.055Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25252026-08-27T18:04:38.086Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25262026-08-27T18:04:38.142Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25272026-08-27T18:04:38.203Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25282026-08-27T18:04:38.382Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25292026-08-27T18:04:38.703Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25302026-08-27T18:04:42.239Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25312026-08-27T18:04:51.368Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25322026-08-27T18:04:54.617Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25332026-08-27T18:04:55.705Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
25342026-08-27T18:05:06.215Z Finished `release` profile [optimized] target(s) in 1m 48s
25352026-08-27T18:05:06.365Z Running `target/release/omicron-package -t test target create -p dev`
25362026-08-27T18:05:06.427ZLogging to: /work/oxidecomputer/omicron/out/LOG
25372026-08-27T18:05:06.432ZCreated new build target 'test' and set it as active
25382026-08-27T18:05:06.432Z
25392026-08-27T18:05:06.432Zreal 1:48.510424203
25402026-08-27T18:05:06.432Zuser 17:49.969653120
25412026-08-27T18:05:06.432Zsys 2:50.554861209
25422026-08-27T18:05:06.432Ztrap 0.484255766
25432026-08-27T18:05:06.432Ztflt 2.408272137
25442026-08-27T18:05:06.432Zdflt 4.125260096
25452026-08-27T18:05:06.432Zkflt 0.000552790
25462026-08-27T18:05:06.432Zlock 58:29.156729924
25472026-08-27T18:05:06.432Zslp 45:35.765860309
25482026-08-27T18:05:06.432Zlat 49.806400273
25492026-08-27T18:05:06.432Zstop 6:21.082424947
25502026-08-27T18:05:06.432Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
25512026-08-27T18:05:07.333Z Finished `release` profile [optimized] target(s) in 0.89s
25522026-08-27T18:05:07.407Z Running `target/release/omicron-package -t test package`
25532026-08-27T18:05:07.464ZLogging to: /work/oxidecomputer/omicron/out/LOG
25542026-08-27T18:05:08.933Z Compiling heck v0.5.0
25552026-08-27T18:05:08.933Z Compiling regress v0.11.1
25562026-08-27T18:05:09.174Z Compiling unsafe-libyaml v0.2.11
25572026-08-27T18:05:09.196Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25582026-08-27T18:05:09.222Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25592026-08-27T18:05:09.222Z Compiling derive-where v1.6.0
25602026-08-27T18:05:09.225Z Compiling bytecount v0.6.9
25612026-08-27T18:05:09.285Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25622026-08-27T18:05:09.307Z Compiling atomicwrites v0.4.4
25632026-08-27T18:05:09.310Z Compiling is-terminal v0.4.17
25642026-08-27T18:05:09.310Z Compiling prettyplease v0.2.37
25652026-08-27T18:05:09.310Z Compiling newline-converter v0.3.0
25662026-08-27T18:05:09.310Z Compiling console v0.15.11
25672026-08-27T18:05:09.365Z Compiling slog-dtrace v0.3.0
25682026-08-27T18:05:09.368Z Compiling cancel-safe-futures v0.1.5
25692026-08-27T18:05:09.452Z Compiling resolv-conf v0.7.6
25702026-08-27T18:05:09.476Z Compiling num-rational v0.4.2
25712026-08-27T18:05:09.530Z Compiling num-complex v0.4.6
25722026-08-27T18:05:09.530Z Compiling thread_local v1.1.9
25732026-08-27T18:05:09.542Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25742026-08-27T18:05:09.666Z Compiling compression-core v0.4.31
25752026-08-27T18:05:09.707Z Compiling serde_yaml v0.9.34+deprecated
25762026-08-27T18:05:09.780Z Compiling expectorate v1.2.0
25772026-08-27T18:05:09.834Z Compiling match_cfg v0.1.0
25782026-08-27T18:05:09.864Z Compiling num v0.4.3
25792026-08-27T18:05:09.928Z Compiling hostname v0.3.1
25802026-08-27T18:05:09.955Z Compiling compression-codecs v0.4.37
25812026-08-27T18:05:09.999Z Compiling multer v3.1.0
25822026-08-27T18:05:10.020Z Compiling slog-async v2.8.0
25832026-08-27T18:05:10.050Z Compiling crossbeam-channel v0.5.15
25842026-08-27T18:05:10.072Z Compiling slog-json v2.6.1
25852026-08-27T18:05:10.092Z Compiling serde_spanned v1.1.1
25862026-08-27T18:05:10.095Z Compiling toml_datetime v1.1.1+spec-1.1.0
25872026-08-27T18:05:10.221Z Compiling float-ord v0.3.2
25882026-08-27T18:05:10.275Z Compiling term v1.2.1
25892026-08-27T18:05:10.302Z Compiling take_mut v0.2.2
25902026-08-27T18:05:10.354Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25912026-08-27T18:05:10.375Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25922026-08-27T18:05:10.417Z Compiling linked-hash-map v0.5.6
25932026-08-27T18:05:10.440Z Compiling linear-map v1.2.0
25942026-08-27T18:05:10.443Z Compiling oxide-update-engine-types v0.1.2
25952026-08-27T18:05:10.443Z Compiling toml_writer v1.1.1+spec-1.1.0
25962026-08-27T18:05:10.532Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25972026-08-27T18:05:10.553Z Compiling slog-bunyan v2.5.0
25982026-08-27T18:05:10.556Z Compiling async-compression v0.4.41
25992026-08-27T18:05:10.659Z Compiling lru-cache v0.1.2
26002026-08-27T18:05:10.662Z Compiling slog-term v2.9.2
26012026-08-27T18:05:10.700Z Compiling typify-impl v0.6.2
26022026-08-27T18:05:10.727Z Compiling toml v1.1.2+spec-1.1.0
26032026-08-27T18:05:10.827Z Compiling dropshot v0.17.1
26042026-08-27T18:05:10.918Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26052026-08-27T18:05:10.940Z Compiling async-stream v0.3.6
26062026-08-27T18:05:10.987Z Compiling sha1 v0.11.0
26072026-08-27T18:05:11.079Z Compiling progenitor-client v0.14.0
26082026-08-27T18:05:11.145Z Compiling oxide-generation v0.1.3
26092026-08-27T18:05:11.187Z Compiling waitgroup v0.1.2
26102026-08-27T18:05:11.191Z Compiling rustls-pemfile v2.2.0
26112026-08-27T18:05:11.230Z Compiling backon v1.6.0
26122026-08-27T18:05:11.259Z Compiling serde_path_to_error v0.1.20
26132026-08-27T18:05:11.357Z Compiling hostname v0.4.2
26142026-08-27T18:05:11.413Z Compiling instant v0.1.13
26152026-08-27T18:05:11.445Z Compiling debug-ignore v1.0.5
26162026-08-27T18:05:11.470Z Compiling minimal-lexical v0.2.1
26172026-08-27T18:05:11.494Z Compiling progenitor-extras v0.2.0
26182026-08-27T18:05:11.521Z Compiling backoff v0.4.0
26192026-08-27T18:05:11.549Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
26202026-08-27T18:05:11.639Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26212026-08-27T18:05:11.748Z Compiling oxide-update-engine v0.1.2
26222026-08-27T18:05:11.769Z Compiling nom v7.1.3
26232026-08-27T18:05:11.797Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
26242026-08-27T18:05:11.801Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
26252026-08-27T18:05:11.840Z Compiling parse-display v0.10.0
26262026-08-27T18:05:11.866Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26272026-08-27T18:05:11.924Z Compiling hickory-proto v0.24.4
26282026-08-27T18:05:12.389Z Compiling regress v0.10.5
26292026-08-27T18:05:12.575Z Compiling itertools v0.14.0
26302026-08-27T18:05:13.050Z Compiling macaddr v1.0.1
26312026-08-27T18:05:13.124Z Compiling humantime v2.3.0
26322026-08-27T18:05:13.170Z Compiling unicode-xid v0.2.6
26332026-08-27T18:05:13.327Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
26342026-08-27T18:05:13.415Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26352026-08-27T18:05:13.541Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26362026-08-27T18:05:13.564Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26372026-08-27T18:05:13.804Z Compiling toml v0.8.23
26382026-08-27T18:05:13.833Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
26392026-08-27T18:05:13.892Z Compiling papergrid v0.11.0
26402026-08-27T18:05:14.109Z Compiling tabled_derive v0.7.0
26412026-08-27T18:05:14.211Z Compiling typify-macro v0.6.2
26422026-08-27T18:05:14.301Z Compiling termtree v0.5.1
26432026-08-27T18:05:14.359Z Compiling crossterm v0.29.0
26442026-08-27T18:05:14.395Z Compiling phf_shared v0.12.1
26452026-08-27T18:05:14.504Z Compiling hickory-resolver v0.24.4
26462026-08-27T18:05:14.643Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26472026-08-27T18:05:15.014Z Compiling tabled v0.15.0
26482026-08-27T18:05:15.095Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26492026-08-27T18:05:15.689Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26502026-08-27T18:05:15.765Z Compiling typify v0.6.2
26512026-08-27T18:05:16.098Z Compiling progenitor-impl v0.14.0
26522026-08-27T18:05:16.333Z Compiling qorb v0.4.1
26532026-08-27T18:05:16.616Z Compiling csv-core v0.1.13
26542026-08-27T18:05:17.048Z Compiling vte v0.14.1
26552026-08-27T18:05:17.189Z Compiling highway v1.3.0
26562026-08-27T18:05:17.313Z Compiling chrono-tz v0.10.4
26572026-08-27T18:05:17.566Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26582026-08-27T18:05:18.295Z Compiling progenitor-macro v0.14.0
26592026-08-27T18:05:18.947Z Compiling strip-ansi-escapes v0.2.1
26602026-08-27T18:05:19.060Z Compiling csv v1.4.0
26612026-08-27T18:05:19.500Z Compiling phf v0.12.1
26622026-08-27T18:05:19.639Z Compiling const_format_proc_macros v0.2.34
26632026-08-27T18:05:19.911Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26642026-08-27T18:05:19.990Z Compiling fd-lock v4.0.4
26652026-08-27T18:05:20.115Z Compiling peg-macros v0.8.5
26662026-08-27T18:05:20.163Z Compiling nu-ansi-term v0.50.3
26672026-08-27T18:05:20.416Z Compiling const_format v0.2.35
26682026-08-27T18:05:20.499Z Compiling reedline v0.40.0
26692026-08-27T18:05:20.747Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26702026-08-27T18:05:20.912Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26712026-08-27T18:05:21.374Z Compiling peg v0.8.5
26722026-08-27T18:05:21.400Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26732026-08-27T18:05:21.486Z Compiling bcs v0.1.6
26742026-08-27T18:05:21.929Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26752026-08-27T18:05:22.465Z Compiling progenitor v0.14.0
26762026-08-27T18:05:22.495Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
26772026-08-27T18:05:22.619Z Compiling nom v8.0.0
26782026-08-27T18:05:22.659Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26792026-08-27T18:05:22.725Z Compiling semver v0.1.20
26802026-08-27T18:05:23.029Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26812026-08-27T18:05:23.049Z Compiling rustc_version v0.1.7
26822026-08-27T18:05:23.292Z Compiling newtype_derive v0.1.6
26832026-08-27T18:05:23.517Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26842026-08-27T18:05:23.560Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26852026-08-27T18:05:23.778Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26862026-08-27T18:05:23.952Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26872026-08-27T18:05:23.989Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26882026-08-27T18:05:24.518Z Compiling steno v0.4.1
26892026-08-27T18:05:24.845Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26902026-08-27T18:05:24.929Z Compiling dropshot-api-manager-types v0.8.0
26912026-08-27T18:05:25.273Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26922026-08-27T18:05:25.329Z Compiling sha1 v0.10.6
26932026-08-27T18:05:25.519Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
26942026-08-27T18:05:25.563Z Compiling utf-8 v0.7.6
26952026-08-27T18:05:25.789Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26962026-08-27T18:05:25.813Z Compiling tagptr v0.2.0
26972026-08-27T18:05:25.835Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26982026-08-27T18:05:26.001Z Compiling moka v0.12.13
26992026-08-27T18:05:26.024Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27002026-08-27T18:05:26.337Z Compiling tungstenite v0.21.0
27012026-08-27T18:05:26.658Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
27022026-08-27T18:05:27.317Z Compiling hickory-resolver v0.25.2
27032026-08-27T18:05:28.382Z Compiling tokio-tungstenite v0.21.0
27042026-08-27T18:05:28.470Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27052026-08-27T18:05:28.781Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
27062026-08-27T18:05:29.248Z Compiling darling_core v0.21.3
27072026-08-27T18:05:30.931Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27082026-08-27T18:05:31.133Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27092026-08-27T18:05:31.348Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27102026-08-27T18:05:31.394Z Compiling darling_macro v0.21.3
27112026-08-27T18:05:31.950Z Compiling display-error-chain v0.2.2
27122026-08-27T18:05:32.135Z Compiling darling v0.21.3
27132026-08-27T18:05:32.244Z Compiling libscf-sys v1.2.0
27142026-08-27T18:05:32.281Z Compiling vergen-lib v0.1.6
27152026-08-27T18:05:32.425Z Compiling diesel_derives v2.3.7
27162026-08-27T18:05:32.557Z Compiling dsl_auto_type v0.2.0
27172026-08-27T18:05:32.835Z Compiling scheduled-thread-pool v0.2.7
27182026-08-27T18:05:32.954Z Compiling vergen-gitcl v1.0.8
27192026-08-27T18:05:33.087Z Compiling diesel_table_macro_syntax v0.3.0
27202026-08-27T18:05:33.177Z Compiling dirs-sys-next v0.1.2
27212026-08-27T18:05:33.304Z Compiling glob v0.3.3
27222026-08-27T18:05:33.406Z Compiling maplit v1.0.2
27232026-08-27T18:05:33.451Z Compiling crunchy v0.2.4
27242026-08-27T18:05:33.529Z Compiling dirs-next v2.0.0
27252026-08-27T18:05:33.676Z Compiling clang-sys v1.8.1
27262026-08-27T18:05:33.721Z Compiling r2d2 v0.8.10
27272026-08-27T18:05:33.795Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
27282026-08-27T18:05:33.931Z Compiling papergrid v0.18.0
27292026-08-27T18:05:34.016Z Compiling xshell-macros v0.2.7
27302026-08-27T18:05:34.060Z Compiling tiny-keccak v2.0.2
27312026-08-27T18:05:34.101Z Compiling downcast-rs v2.0.2
27322026-08-27T18:05:34.414Z Compiling xshell v0.2.7
27332026-08-27T18:05:34.441Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27342026-08-27T18:05:34.469Z Compiling term v0.7.0
27352026-08-27T18:05:34.552Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27362026-08-27T18:05:34.777Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27372026-08-27T18:05:34.917Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27382026-08-27T18:05:34.968Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27392026-08-27T18:05:35.081Z Compiling bit-vec v0.6.3
27402026-08-27T18:05:35.197Z Compiling tabled v0.21.0
27412026-08-27T18:05:35.328Z Compiling bit-set v0.5.3
27422026-08-27T18:05:35.521Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
27432026-08-27T18:05:35.542Z Compiling ascii-canvas v3.0.0
27442026-08-27T18:05:35.710Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27452026-08-27T18:05:35.862Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27462026-08-27T18:05:36.041Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27472026-08-27T18:05:36.081Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
27482026-08-27T18:05:36.378Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
27492026-08-27T18:05:36.453Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27502026-08-27T18:05:36.620Z Compiling itertools v0.10.5
27512026-08-27T18:05:36.644Z Compiling ena v0.14.4
27522026-08-27T18:05:36.899Z Compiling libloading v0.8.9
27532026-08-27T18:05:36.926Z Compiling bindgen v0.71.1
27542026-08-27T18:05:36.970Z Compiling diff v0.1.13
27552026-08-27T18:05:37.127Z Compiling unicase v2.9.0
27562026-08-27T18:05:37.226Z Compiling regex-syntax v0.6.29
27572026-08-27T18:05:37.589Z Compiling cexpr v0.6.0
27582026-08-27T18:05:37.746Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27592026-08-27T18:05:37.972Z Compiling crc8 v0.1.1
27602026-08-27T18:05:38.114Z Compiling rustc-hash v2.1.1
27612026-08-27T18:05:38.284Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27622026-08-27T18:05:38.301Z Compiling diesel v2.3.7
27632026-08-27T18:05:38.503Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27642026-08-27T18:05:38.614Z Compiling lalrpop v0.19.12
27652026-08-27T18:05:39.089Z Compiling headers-core v0.3.0
27662026-08-27T18:05:39.255Z Compiling libxml v0.3.3
27672026-08-27T18:05:39.452Z Compiling headers v0.4.1
27682026-08-27T18:05:39.568Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27692026-08-27T18:05:39.592Z Compiling strum_macros v0.24.3
27702026-08-27T18:05:39.788Z Compiling indoc v1.0.9
27712026-08-27T18:05:40.213Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27722026-08-27T18:05:40.236Z Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
27732026-08-27T18:05:40.291Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27742026-08-27T18:05:40.435Z Compiling derive_builder v0.20.2
27752026-08-27T18:05:40.481Z Compiling quick-xml v0.37.5
27762026-08-27T18:05:40.610Z Compiling oso-derive v0.27.3
27772026-08-27T18:05:40.636Z Compiling impl-trait-for-tuples v0.2.3
27782026-08-27T18:05:40.803Z Compiling openssl-probe v0.1.6
27792026-08-27T18:05:41.090Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27802026-08-27T18:05:41.112Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27812026-08-27T18:05:41.134Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27822026-08-27T18:05:41.659Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27832026-08-27T18:05:41.831Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27842026-08-27T18:05:41.933Z Compiling bb8 v0.8.6
27852026-08-27T18:05:42.054Z Compiling trait-variant v0.1.2
27862026-08-27T18:05:42.092Z Compiling proc-macro-error-attr2 v2.0.0
27872026-08-27T18:05:42.334Z Compiling half v1.8.3
27882026-08-27T18:05:42.368Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27892026-08-27T18:05:42.531Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27902026-08-27T18:05:42.629Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27912026-08-27T18:05:42.660Z Compiling serde_cbor v0.11.2
27922026-08-27T18:05:42.784Z Compiling proc-macro-error2 v2.0.1
27932026-08-27T18:05:43.072Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27942026-08-27T18:05:43.159Z Compiling hashbrown v0.14.5
27952026-08-27T18:05:43.181Z Compiling rfc6979 v0.4.0
27962026-08-27T18:05:43.358Z Compiling salty v0.3.0
27972026-08-27T18:05:43.443Z Compiling ecdsa v0.16.9
27982026-08-27T18:05:43.619Z Compiling knus-derive v3.4.0
27992026-08-27T18:05:43.622Z Compiling samael v0.0.19
28002026-08-27T18:05:43.695Z Compiling chumsky v0.9.3
28012026-08-27T18:05:43.869Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
28022026-08-27T18:05:43.893Z Compiling progenitor-impl v0.13.0
28032026-08-27T18:05:44.058Z Compiling primeorder v0.13.6
28042026-08-27T18:05:44.355Z Compiling nonempty v0.12.0
28052026-08-27T18:05:44.610Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
28062026-08-27T18:05:44.945Z Compiling p384 v0.13.1
28072026-08-27T18:05:44.971Z Compiling knus v3.4.0
28082026-08-27T18:05:45.850Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28092026-08-27T18:05:45.976Z Compiling polar-core v0.27.3
28102026-08-27T18:05:46.017Z Compiling progenitor-macro v0.13.0
28112026-08-27T18:05:46.459Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
28122026-08-27T18:05:47.022Z Compiling progenitor-client v0.13.0
28132026-08-27T18:05:47.221Z Compiling fxhash v0.2.1
28142026-08-27T18:05:47.390Z Compiling libz-sys v1.1.24
28152026-08-27T18:05:47.515Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28162026-08-27T18:05:47.537Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
28172026-08-27T18:05:47.884Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28182026-08-27T18:05:48.251Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28192026-08-27T18:05:48.416Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28202026-08-27T18:05:48.732Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
28212026-08-27T18:05:49.120Z Compiling kstat-rs v0.2.5
28222026-08-27T18:05:49.827Z Compiling mime_guess v2.0.5
28232026-08-27T18:05:50.158Z Compiling progenitor v0.13.0
28242026-08-27T18:05:50.349Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28252026-08-27T18:05:51.308Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28262026-08-27T18:05:51.797Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28272026-08-27T18:05:52.020Z Compiling nanorand v0.7.0
28282026-08-27T18:05:52.294Z Compiling libgit2-sys v0.18.3+1.9.2
28292026-08-27T18:05:52.396Z Compiling parking_lot_core v0.8.6
28302026-08-27T18:05:52.624Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28312026-08-27T18:05:52.854Z Compiling flume v0.11.1
28322026-08-27T18:05:52.967Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28332026-08-27T18:05:53.410Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28342026-08-27T18:05:53.881Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28352026-08-27T18:05:54.193Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28362026-08-27T18:05:54.660Z Compiling git-stub v1.0.0
28372026-08-27T18:05:54.663Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
28382026-08-27T18:05:54.930Z Compiling corncobs v0.1.4
28392026-08-27T18:05:54.953Z Compiling strsim v0.10.0
28402026-08-27T18:05:55.068Z Compiling oso v0.27.3
28412026-08-27T18:05:55.182Z Compiling instability v0.3.11
28422026-08-27T18:05:55.267Z Compiling http-range v0.1.5
28432026-08-27T18:05:55.438Z Compiling darling_core v0.13.4
28442026-08-27T18:05:55.848Z Compiling diesel-dtrace v0.5.0
28452026-08-27T18:05:56.209Z Compiling async-bb8-diesel v0.2.1
28462026-08-27T18:05:56.689Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28472026-08-27T18:05:57.115Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28482026-08-27T18:05:57.819Z Compiling git-stub-vcs v0.1.0
28492026-08-27T18:05:58.497Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28502026-08-27T18:05:59.669Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
28512026-08-27T18:05:59.898Z Compiling ignore v0.4.25
28522026-08-27T18:06:01.000Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28532026-08-27T18:06:01.211Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28542026-08-27T18:06:01.300Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28552026-08-27T18:06:01.590Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28562026-08-27T18:06:01.863Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28572026-08-27T18:06:01.887Z Compiling anstyle-parse v0.2.7
28582026-08-27T18:06:02.157Z Compiling secrecy v0.8.0
28592026-08-27T18:06:02.375Z Compiling castaway v0.2.4
28602026-08-27T18:06:02.538Z Compiling vergen-git2 v9.1.0
28612026-08-27T18:06:02.765Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28622026-08-27T18:06:03.010Z Compiling indoc v2.0.7
28632026-08-27T18:06:03.149Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28642026-08-27T18:06:03.312Z Compiling compact_str v0.8.1
28652026-08-27T18:06:03.453Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28662026-08-27T18:06:04.673Z Compiling anstream v0.6.21
28672026-08-27T18:06:04.767Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28682026-08-27T18:06:05.280Z Compiling globwalk v0.9.1
28692026-08-27T18:06:05.530Z Compiling parking_lot v0.11.2
28702026-08-27T18:06:05.558Z Compiling hyper-staticfile v0.10.1
28712026-08-27T18:06:05.919Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28722026-08-27T18:06:06.328Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28732026-08-27T18:06:06.426Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28742026-08-27T18:06:06.600Z Compiling darling_macro v0.13.4
28752026-08-27T18:06:06.712Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28762026-08-27T18:06:06.823Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28772026-08-27T18:06:07.110Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28782026-08-27T18:06:07.324Z Compiling predicates-tree v1.0.13
28792026-08-27T18:06:07.350Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28802026-08-27T18:06:07.582Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
28812026-08-27T18:06:07.770Z Compiling unicode-truncate v1.1.0
28822026-08-27T18:06:07.794Z Compiling lru v0.12.5
28832026-08-27T18:06:07.984Z Compiling digest-io v0.1.0
28842026-08-27T18:06:08.008Z Compiling sha2 v0.11.0
28852026-08-27T18:06:08.027Z Compiling rand_seeder v0.4.0
28862026-08-27T18:06:08.169Z Compiling prefix-trie v0.7.0
28872026-08-27T18:06:08.285Z Compiling cassowary v0.3.0
28882026-08-27T18:06:08.673Z Compiling rawzip v0.4.4
28892026-08-27T18:06:08.851Z Compiling ratatui v0.29.0
28902026-08-27T18:06:08.938Z Compiling hickory-server v0.25.2
28912026-08-27T18:06:09.224Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28922026-08-27T18:06:09.431Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28932026-08-27T18:06:09.596Z Compiling camino-tempfile-ext v0.3.3
28942026-08-27T18:06:09.631Z Compiling darling v0.13.4
28952026-08-27T18:06:09.737Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28962026-08-27T18:06:09.798Z Compiling sled v0.34.7
28972026-08-27T18:06:09.864Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28982026-08-27T18:06:10.176Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28992026-08-27T18:06:12.209Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
29002026-08-27T18:06:12.665Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
29012026-08-27T18:06:12.888Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29022026-08-27T18:06:13.886Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29032026-08-27T18:06:15.226Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
29042026-08-27T18:06:15.836Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29052026-08-27T18:06:17.120Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
29062026-08-27T18:06:17.182Z Compiling serde_with_macros v1.5.2
29072026-08-27T18:06:17.561Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
29082026-08-27T18:06:17.598Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29092026-08-27T18:06:17.827Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29102026-08-27T18:06:18.001Z Compiling git2 v0.20.4
29112026-08-27T18:06:18.030Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
29122026-08-27T18:06:18.053Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
29132026-08-27T18:06:18.256Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29142026-08-27T18:06:18.293Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29152026-08-27T18:06:18.519Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
29162026-08-27T18:06:18.591Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29172026-08-27T18:06:18.751Z Compiling arc-swap v1.8.2
29182026-08-27T18:06:18.823Z Compiling void v1.0.2
29192026-08-27T18:06:18.983Z Compiling lzss v0.8.2
29202026-08-27T18:06:19.076Z Compiling slog-scope v4.4.1
29212026-08-27T18:06:19.309Z Compiling serde_with v1.14.0
29222026-08-27T18:06:19.396Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29232026-08-27T18:06:19.488Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
29242026-08-27T18:06:20.614Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
29252026-08-27T18:06:20.801Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29262026-08-27T18:06:21.043Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29272026-08-27T18:06:21.066Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29282026-08-27T18:06:21.260Z Compiling scuffle v0.1.0
29292026-08-27T18:06:21.537Z Compiling tungstenite v0.23.0
29302026-08-27T18:06:21.941Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29312026-08-27T18:06:23.379Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29322026-08-27T18:06:23.667Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
29332026-08-27T18:06:23.802Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29342026-08-27T18:06:23.828Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29352026-08-27T18:06:24.026Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29362026-08-27T18:06:24.057Z Compiling nix v0.27.1
29372026-08-27T18:06:24.273Z Compiling twox-hash v2.1.2
29382026-08-27T18:06:24.774Z Compiling libsw-core v0.3.2
29392026-08-27T18:06:24.888Z Compiling atty v0.2.14
29402026-08-27T18:06:25.006Z Compiling serde_bytes v0.11.19
29412026-08-27T18:06:25.052Z Compiling libsw v3.5.0
29422026-08-27T18:06:25.225Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29432026-08-27T18:06:25.313Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29442026-08-27T18:06:25.341Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29452026-08-27T18:06:25.361Z Compiling tokio-tungstenite v0.23.1
29462026-08-27T18:06:25.689Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
29472026-08-27T18:06:25.768Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
29482026-08-27T18:06:26.727Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29492026-08-27T18:06:27.145Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29502026-08-27T18:06:27.539Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29512026-08-27T18:06:28.882Z Compiling slog-stdlog v4.1.1
29522026-08-27T18:06:29.279Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29532026-08-27T18:06:29.533Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
29542026-08-27T18:06:29.869Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
29552026-08-27T18:06:30.340Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29562026-08-27T18:06:31.739Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29572026-08-27T18:06:32.180Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29582026-08-27T18:06:32.300Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29592026-08-27T18:06:33.983Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29602026-08-27T18:06:34.760Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29612026-08-27T18:06:34.932Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
29622026-08-27T18:06:35.390Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
29632026-08-27T18:06:35.506Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29642026-08-27T18:06:36.086Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29652026-08-27T18:06:37.591Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29662026-08-27T18:06:39.525Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29672026-08-27T18:06:39.644Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29682026-08-27T18:06:40.514Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29692026-08-27T18:06:40.745Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29702026-08-27T18:06:41.613Z Compiling fatfs v0.3.6
29712026-08-27T18:06:42.720Z Compiling signal-hook-tokio v0.3.1
29722026-08-27T18:06:42.805Z Compiling yasna v0.5.2
29732026-08-27T18:06:42.898Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29742026-08-27T18:06:42.919Z Compiling assert_matches v1.5.0
29752026-08-27T18:06:42.944Z Compiling seq-macro v0.3.6
29762026-08-27T18:06:43.031Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29772026-08-27T18:06:43.450Z Compiling rcgen v0.12.1
29782026-08-27T18:06:44.379Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29792026-08-27T18:06:44.402Z Compiling slog-envlogger v2.2.0
29802026-08-27T18:06:44.702Z Compiling oxide-update-engine-display v0.1.2
29812026-08-27T18:06:45.533Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29822026-08-27T18:06:45.643Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29832026-08-27T18:06:46.599Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29842026-08-27T18:06:46.827Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29852026-08-27T18:06:47.061Z Compiling port-file v0.1.0
29862026-08-27T18:06:47.395Z Compiling rtoolbox v0.0.3
29872026-08-27T18:06:47.489Z Compiling subprocess v0.2.15
29882026-08-27T18:06:47.677Z Compiling rpassword v7.5.4
29892026-08-27T18:06:47.927Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29902026-08-27T18:06:48.274Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29912026-08-27T18:06:49.407Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29922026-08-27T18:06:49.627Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29932026-08-27T18:06:49.768Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29942026-08-27T18:06:50.916Z Compiling tui-tree-widget v0.23.1
29952026-08-27T18:06:51.251Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29962026-08-27T18:06:51.673Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29972026-08-27T18:06:53.523Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29982026-08-27T18:06:55.054Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29992026-08-27T18:06:55.222Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30002026-08-27T18:06:55.444Z Compiling uzers v0.12.2
30012026-08-27T18:06:55.718Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30022026-08-27T18:06:55.773Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30032026-08-27T18:06:56.846Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30042026-08-27T18:06:57.473Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30052026-08-27T18:06:57.506Z Compiling support-bundle-viewer v0.1.2
30062026-08-27T18:06:58.079Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30072026-08-27T18:06:59.397Z Compiling multimap v0.10.1
30082026-08-27T18:07:08.415Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30092026-08-27T18:07:10.070Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30102026-08-27T18:07:13.630Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30112026-08-27T18:07:18.702Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30122026-08-27T18:07:20.438Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30132026-08-27T18:14:49.987Z Finished `release` profile [optimized] target(s) in 9m 42s
30142026-08-27T18:14:49.991Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
30152026-08-27T18:14:49.991Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
30162026-08-27T18:15:44.024Z
30172026-08-27T18:15:44.024Zreal 10:37.564188275
30182026-08-27T18:15:44.028Zuser 1:22:06.535989904
30192026-08-27T18:15:44.028Zsys 3:40.183161371
30202026-08-27T18:15:44.028Ztrap 1.802605618
30212026-08-27T18:15:44.028Ztflt 2.210151057
30222026-08-27T18:15:44.028Zdflt 20.078449492
30232026-08-27T18:15:44.028Zkflt 0.006016002
30242026-08-27T18:15:44.028Zlock 7:59:04.115163317
30252026-08-27T18:15:44.028Zslp 2:18:00.935046199
30262026-08-27T18:15:44.028Zlat 2:37.536340715
30272026-08-27T18:15:44.028Zstop 5:51.932356035
30282026-08-27T18:15:44.028Z+ mapfile -t packages
30292026-08-27T18:15:44.028Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
30302026-08-27T18:15:45.005Z Finished `release` profile [optimized] target(s) in 0.96s
30312026-08-27T18:15:45.074Z Running `target/release/omicron-package -t test list-outputs`
30322026-08-27T18:15:45.132ZLogging to: /work/oxidecomputer/omicron/out/LOG
30332026-08-27T18:15:45.136Z+ ptime -m cargo build --locked --release -p xtask
30342026-08-27T18:15:45.625Z Compiling libc v0.2.185
30352026-08-27T18:15:45.625Z Compiling serde_core v1.0.228
30362026-08-27T18:15:45.625Z Compiling serde v1.0.228
30372026-08-27T18:15:45.628Z Compiling rustix v1.1.4
30382026-08-27T18:15:45.724Z Compiling serde_json v1.0.151
30392026-08-27T18:15:45.758Z Compiling bitflags v2.11.0
30402026-08-27T18:15:45.777Z Compiling usdt-impl v0.5.0
30412026-08-27T18:15:45.789Z Compiling syn v2.0.117
30422026-08-27T18:15:45.792Z Compiling syn v1.0.109
30432026-08-27T18:15:45.812Z Compiling log v0.4.33
30442026-08-27T18:15:45.812Z Compiling getrandom v0.4.3
30452026-08-27T18:15:45.834Z Compiling indexmap v2.14.0
30462026-08-27T18:15:45.849Z Compiling fs-err v3.3.0
30472026-08-27T18:15:46.017Z Compiling once_cell v1.21.3
30482026-08-27T18:15:46.078Z Compiling anyhow v1.0.104
30492026-08-27T18:15:46.138Z Compiling heck v0.4.1
30502026-08-27T18:15:46.487Z Compiling errno v0.3.14
30512026-08-27T18:15:46.491Z Compiling thread-id v4.2.2
30522026-08-27T18:15:46.491Z Compiling memmap v0.7.0
30532026-08-27T18:15:47.247Z Compiling proc-macro-error v1.0.4
30542026-08-27T18:15:47.456Z Compiling terminal_size v0.4.3
30552026-08-27T18:15:47.459Z Compiling tempfile v3.27.0
30562026-08-27T18:15:47.509Z Compiling tabled_derive v0.7.0
30572026-08-27T18:15:47.554Z Compiling clap_builder v4.6.0
30582026-08-27T18:15:47.555Z Compiling textwrap v0.16.2
30592026-08-27T18:15:47.785Z Compiling camino v1.2.5
30602026-08-27T18:15:47.789Z Compiling cargo-platform v0.3.2
30612026-08-27T18:15:47.789Z Compiling semver v1.0.28
30622026-08-27T18:15:47.944Z Compiling pest_generator v2.8.6
30632026-08-27T18:15:48.139Z Compiling camino-tempfile v1.4.1
30642026-08-27T18:15:48.229Z Compiling tabled v0.15.0
30652026-08-27T18:15:48.468Z Compiling serde_derive v1.0.228
30662026-08-27T18:15:48.468Z Compiling thiserror-impl v1.0.69
30672026-08-27T18:15:48.472Z Compiling zerocopy-derive v0.7.35
30682026-08-27T18:15:48.472Z Compiling scroll_derive v0.12.1
30692026-08-27T18:15:48.472Z Compiling thiserror-impl v2.0.18
30702026-08-27T18:15:48.472Z Compiling clap_derive v4.6.1
30712026-08-27T18:15:48.535Z Compiling pest_derive v2.8.6
30722026-08-27T18:15:49.167Z Compiling scroll v0.12.0
30732026-08-27T18:15:49.305Z Compiling zerocopy v0.7.35
30742026-08-27T18:15:49.408Z Compiling goblin v0.8.2
30752026-08-27T18:15:49.616Z Compiling thiserror v1.0.69
30762026-08-27T18:15:49.741Z Compiling dtrace-parser v0.2.0
30772026-08-27T18:15:49.875Z Compiling thiserror v2.0.18
30782026-08-27T18:15:49.887Z Compiling clap v4.6.1
30792026-08-27T18:15:51.520Z Compiling dof v0.3.0
30802026-08-27T18:15:51.532Z Compiling serde_tokenstream v0.2.3
30812026-08-27T18:15:51.556Z Compiling toml_datetime v0.6.11
30822026-08-27T18:15:51.588Z Compiling serde_spanned v0.6.9
30832026-08-27T18:15:51.599Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30842026-08-27T18:15:51.602Z Compiling cargo_metadata v0.23.1
30852026-08-27T18:15:51.628Z Compiling macaddr v1.0.1
30862026-08-27T18:15:51.840Z Compiling toml_edit v0.22.27
30872026-08-27T18:15:52.219Z Compiling usdt-macro v0.5.0
30882026-08-27T18:15:52.219Z Compiling usdt-attr-macro v0.5.0
30892026-08-27T18:15:52.837Z Compiling usdt v0.5.0
30902026-08-27T18:15:53.386Z Compiling toml v0.8.23
30912026-08-27T18:15:53.830Z Compiling cargo_toml v0.21.0
30922026-08-27T18:15:58.233Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30932026-08-27T18:16:01.438Z Finished `release` profile [optimized] target(s) in 16.29s
30942026-08-27T18:16:01.580Z
30952026-08-27T18:16:01.580Zreal 16.408878301
30962026-08-27T18:16:01.580Zuser 2:04.861307723
30972026-08-27T18:16:01.580Zsys 13.767822891
30982026-08-27T18:16:01.583Ztrap 0.063134294
30992026-08-27T18:16:01.584Ztflt 0.494308961
31002026-08-27T18:16:01.584Zdflt 1.209551456
31012026-08-27T18:16:01.584Zkflt 0.000084020
31022026-08-27T18:16:01.584Zlock 4:48.868227869
31032026-08-27T18:16:01.584Zslp 2:41.530310083
31042026-08-27T18:16:01.584Zlat 3.152116855
31052026-08-27T18:16:01.584Zstop 15.969677879
31062026-08-27T18:16:01.584Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
31072026-08-27T18:16:01.584Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
31082026-08-27T18:16:01.584Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
31092026-08-27T18:16:01.584Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
31102026-08-27T18:16:01.584Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
31112026-08-27T18:16:02.553Z Compiling match_cfg v0.1.0
31122026-08-27T18:16:02.553Z Compiling progenitor-client v0.14.0
31132026-08-27T18:16:02.556Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31142026-08-27T18:16:02.557Z Compiling slog-json v2.6.1
31152026-08-27T18:16:02.557Z Compiling newtype-uuid-macros v0.1.0
31162026-08-27T18:16:02.557Z Compiling sha1 v0.11.0
31172026-08-27T18:16:02.701Z Compiling multer v3.1.0
31182026-08-27T18:16:02.706Z Compiling debug-ignore v1.0.5
31192026-08-27T18:16:02.706Z Compiling compression-core v0.4.31
31202026-08-27T18:16:02.715Z Compiling async-stream-impl v0.3.6
31212026-08-27T18:16:02.719Z Compiling serde_spanned v1.1.1
31222026-08-27T18:16:02.719Z Compiling toml_datetime v1.1.1+spec-1.1.0
31232026-08-27T18:16:02.719Z Compiling dropshot v0.17.1
31242026-08-27T18:16:02.732Z Compiling toml_writer v1.1.1+spec-1.1.0
31252026-08-27T18:16:02.858Z Compiling waitgroup v0.1.2
31262026-08-27T18:16:02.894Z Compiling hostname v0.3.1
31272026-08-27T18:16:02.910Z Compiling compression-codecs v0.4.37
31282026-08-27T18:16:02.914Z Compiling rustls-pemfile v2.2.0
31292026-08-27T18:16:02.929Z Compiling dropshot_endpoint v0.17.1
31302026-08-27T18:16:02.961Z Compiling hostname v0.4.2
31312026-08-27T18:16:03.016Z Compiling serde_path_to_error v0.1.20
31322026-08-27T18:16:03.053Z Compiling toml v1.1.2+spec-1.1.0
31332026-08-27T18:16:03.056Z Compiling atomicwrites v0.4.4
31342026-08-27T18:16:03.106Z Compiling slog-bunyan v2.5.0
31352026-08-27T18:16:03.110Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31362026-08-27T18:16:03.178Z Compiling async-compression v0.4.41
31372026-08-27T18:16:03.178Z Compiling macaddr v1.0.1
31382026-08-27T18:16:03.178Z Compiling serde_tokenstream v0.3.0
31392026-08-27T18:16:03.182Z Compiling oxide-generation v0.1.3
31402026-08-27T18:16:03.252Z Compiling instant v0.1.13
31412026-08-27T18:16:03.255Z Compiling regress v0.10.5
31422026-08-27T18:16:03.305Z Compiling parse-display-derive v0.10.0
31432026-08-27T18:16:03.308Z Compiling backon v1.6.0
31442026-08-27T18:16:03.391Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31452026-08-27T18:16:03.410Z Compiling backoff v0.4.0
31462026-08-27T18:16:03.428Z Compiling itertools v0.14.0
31472026-08-27T18:16:03.445Z Compiling humantime v2.3.0
31482026-08-27T18:16:03.449Z Compiling async-stream v0.3.6
31492026-08-27T18:16:03.538Z Compiling progenitor-extras v0.2.0
31502026-08-27T18:16:03.556Z Compiling oxide-generation-macros v0.2.0
31512026-08-27T18:16:03.570Z Compiling half v2.7.1
31522026-08-27T18:16:03.593Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31532026-08-27T18:16:03.612Z Compiling ciborium-io v0.2.2
31542026-08-27T18:16:03.631Z Compiling crucible-workspace-hack v0.1.0
31552026-08-27T18:16:03.653Z Compiling convert_case v0.4.0
31562026-08-27T18:16:03.671Z Compiling regress v0.11.1
31572026-08-27T18:16:03.710Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31582026-08-27T18:16:03.735Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31592026-08-27T18:16:03.752Z Compiling secrecy v0.10.3
31602026-08-27T18:16:03.755Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31612026-08-27T18:16:03.816Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31622026-08-27T18:16:03.858Z Compiling ciborium-ll v0.2.2
31632026-08-27T18:16:03.898Z Compiling inout v0.1.4
31642026-08-27T18:16:03.939Z Compiling thiserror-impl-no-std v2.0.2
31652026-08-27T18:16:03.970Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31662026-08-27T18:16:04.023Z Compiling universal-hash v0.5.1
31672026-08-27T18:16:04.049Z Compiling derive_more v0.99.20
31682026-08-27T18:16:04.093Z Compiling ciborium v0.2.2
31692026-08-27T18:16:04.111Z Compiling cipher v0.4.4
31702026-08-27T18:16:04.147Z Compiling opaque-debug v0.3.1
31712026-08-27T18:16:04.166Z Compiling unsafe-libyaml v0.2.11
31722026-08-27T18:16:04.188Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31732026-08-27T18:16:04.241Z Compiling poly1305 v0.8.0
31742026-08-27T18:16:04.356Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
31752026-08-27T18:16:04.379Z Compiling chacha20 v0.9.1
31762026-08-27T18:16:04.398Z Compiling blake2 v0.10.6
31772026-08-27T18:16:04.420Z Compiling aead v0.5.2
31782026-08-27T18:16:04.615Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31792026-08-27T18:16:04.654Z Compiling password-hash v0.5.0
31802026-08-27T18:16:04.676Z Compiling indent_write v2.2.0
31812026-08-27T18:16:04.694Z Compiling chacha20poly1305 v0.10.1
31822026-08-27T18:16:04.697Z Compiling toml_datetime v0.7.5+spec-1.1.0
31832026-08-27T18:16:04.747Z Compiling serde_yaml v0.9.34+deprecated
31842026-08-27T18:16:04.845Z Compiling num-derive v0.4.2
31852026-08-27T18:16:04.881Z Compiling heapless v0.8.0
31862026-08-27T18:16:04.964Z Compiling argon2 v0.5.3
31872026-08-27T18:16:04.985Z Compiling toml_edit v0.23.10+spec-1.0.0
31882026-08-27T18:16:05.003Z Compiling ingot-macros v0.2.0
31892026-08-27T18:16:05.019Z Compiling tabwriter v1.4.1
31902026-08-27T18:16:05.077Z Compiling hash32 v0.3.1
31912026-08-27T18:16:05.096Z Compiling parse-display v0.10.0
31922026-08-27T18:16:05.170Z Compiling thiserror-no-std v2.0.2
31932026-08-27T18:16:05.258Z Compiling typify-impl v0.6.2
31942026-08-27T18:16:05.282Z Compiling vsss-rs v3.3.4
31952026-08-27T18:16:05.299Z Compiling smoltcp v0.11.0
31962026-08-27T18:16:05.402Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31972026-08-27T18:16:05.419Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31982026-08-27T18:16:05.655Z Compiling proc-macro-crate v3.4.0
31992026-08-27T18:16:05.740Z Compiling cobs v0.3.0
32002026-08-27T18:16:05.828Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
32012026-08-27T18:16:05.967Z Compiling colored v3.1.1
32022026-08-27T18:16:06.041Z Compiling illumos-nvpair-sys v0.2.0
32032026-08-27T18:16:06.120Z Compiling postcard v1.1.3
32042026-08-27T18:16:06.209Z Compiling proc-macro-error v1.0.4
32052026-08-27T18:16:06.235Z Compiling num_enum_derive v0.7.6
32062026-08-27T18:16:06.252Z Compiling rand v0.10.1
32072026-08-27T18:16:06.298Z Compiling proc-macro-crate v1.3.1
32082026-08-27T18:16:06.317Z Compiling foreign-types-macros v0.2.3
32092026-08-27T18:16:06.356Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32102026-08-27T18:16:06.438Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32112026-08-27T18:16:06.487Z Compiling rayon-core v1.13.0
32122026-08-27T18:16:06.550Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32132026-08-27T18:16:06.670Z Compiling foreign-types-shared v0.3.1
32142026-08-27T18:16:06.690Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32152026-08-27T18:16:06.721Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32162026-08-27T18:16:06.754Z Compiling num_enum_derive v0.5.11
32172026-08-27T18:16:06.847Z Compiling crossbeam-deque v0.8.6
32182026-08-27T18:16:06.865Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32192026-08-27T18:16:06.931Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32202026-08-27T18:16:06.948Z Compiling cstr-argument v0.1.2
32212026-08-27T18:16:06.965Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
32222026-08-27T18:16:06.987Z Compiling foreign-types v0.5.0
32232026-08-27T18:16:07.085Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32242026-08-27T18:16:07.123Z Compiling illumos-nvpair v0.3.0
32252026-08-27T18:16:07.142Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
32262026-08-27T18:16:07.209Z Compiling zone_cfg_derive v0.3.1
32272026-08-27T18:16:07.336Z Compiling num_enum v0.7.6
32282026-08-27T18:16:07.356Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32292026-08-27T18:16:07.374Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32302026-08-27T18:16:07.402Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32312026-08-27T18:16:07.435Z Compiling itertools v0.12.1
32322026-08-27T18:16:07.484Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
32332026-08-27T18:16:07.513Z Compiling sigpipe v0.1.3
32342026-08-27T18:16:07.532Z Compiling rayon v1.11.0
32352026-08-27T18:16:07.565Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32362026-08-27T18:16:07.571Z Compiling glob v0.3.3
32372026-08-27T18:16:07.628Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32382026-08-27T18:16:07.631Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
32392026-08-27T18:16:07.738Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32402026-08-27T18:16:07.861Z Compiling smf v0.2.3
32412026-08-27T18:16:07.880Z Compiling whoami v1.6.1
32422026-08-27T18:16:07.912Z Compiling cpubits v0.1.1
32432026-08-27T18:16:07.915Z Compiling num_enum v0.5.11
32442026-08-27T18:16:07.947Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32452026-08-27T18:16:07.996Z Compiling gethostname v0.5.0
32462026-08-27T18:16:08.013Z Compiling derive-where v1.6.0
32472026-08-27T18:16:08.017Z Compiling ingot-types v0.2.0
32482026-08-27T18:16:08.017Z Compiling usdt-macro v0.5.0
32492026-08-27T18:16:08.064Z Compiling usdt-attr-macro v0.5.0
32502026-08-27T18:16:08.079Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
32512026-08-27T18:16:08.114Z Compiling num-rational v0.4.2
32522026-08-27T18:16:08.147Z Compiling num-complex v0.4.6
32532026-08-27T18:16:08.198Z Compiling memmap v0.7.0
32542026-08-27T18:16:08.451Z Compiling ingot v0.2.1
32552026-08-27T18:16:08.486Z Compiling toml v0.8.23
32562026-08-27T18:16:08.514Z Compiling pem-rfc7468 v1.0.0
32572026-08-27T18:16:08.586Z Compiling num v0.4.3
32582026-08-27T18:16:08.684Z Compiling zone v0.3.1
32592026-08-27T18:16:08.727Z Compiling float-ord v0.3.2
32602026-08-27T18:16:08.745Z Compiling cancel-safe-futures v0.1.5
32612026-08-27T18:16:08.772Z Compiling resolv-conf v0.7.6
32622026-08-27T18:16:08.849Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32632026-08-27T18:16:08.882Z Compiling hmac v0.13.0
32642026-08-27T18:16:08.899Z Compiling universal-hash v0.6.1
32652026-08-27T18:16:08.986Z Compiling usdt v0.5.0
32662026-08-27T18:16:09.074Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32672026-08-27T18:16:09.112Z Compiling sha1 v0.10.6
32682026-08-27T18:16:09.143Z Compiling libefi-sys v0.1.0
32692026-08-27T18:16:09.159Z Compiling prettyplease v0.2.37
32702026-08-27T18:16:09.293Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32712026-08-27T18:16:09.365Z Compiling linear-map v1.2.0
32722026-08-27T18:16:09.385Z Compiling polyval v0.7.1
32732026-08-27T18:16:09.421Z Compiling der v0.8.0
32742026-08-27T18:16:09.424Z Compiling hickory-proto v0.24.4
32752026-08-27T18:16:09.471Z Compiling newline-converter v0.3.0
32762026-08-27T18:16:09.475Z Compiling console v0.15.11
32772026-08-27T18:16:09.475Z Compiling oxide-update-engine-types v0.1.2
32782026-08-27T18:16:09.504Z Compiling bitfield-struct v0.6.2
32792026-08-27T18:16:09.584Z Compiling linked-hash-map v0.5.6
32802026-08-27T18:16:09.617Z Compiling ghash v0.6.0
32812026-08-27T18:16:09.787Z Compiling lru-cache v0.1.2
32822026-08-27T18:16:09.846Z Compiling expectorate v1.2.0
32832026-08-27T18:16:09.896Z Compiling typify-macro v0.6.2
32842026-08-27T18:16:09.921Z Compiling pbkdf2 v0.13.0
32852026-08-27T18:16:09.945Z Compiling crypto-bigint v0.7.5
32862026-08-27T18:16:10.032Z Compiling aes v0.9.1
32872026-08-27T18:16:10.050Z Compiling ctr v0.10.1
32882026-08-27T18:16:10.081Z Compiling aead v0.6.1
32892026-08-27T18:16:10.105Z Compiling sha2 v0.11.0
32902026-08-27T18:16:10.233Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32912026-08-27T18:16:10.285Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32922026-08-27T18:16:10.302Z Compiling nom v8.0.0
32932026-08-27T18:16:10.454Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32942026-08-27T18:16:10.476Z Compiling semver v0.1.20
32952026-08-27T18:16:10.556Z Compiling oxide-update-engine v0.1.2
32962026-08-27T18:16:10.560Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32972026-08-27T18:16:10.742Z Compiling rustc_version v0.1.7
32982026-08-27T18:16:10.760Z Compiling aes-gcm v0.11.0
32992026-08-27T18:16:10.813Z Compiling spki v0.8.0
33002026-08-27T18:16:10.884Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
33012026-08-27T18:16:10.985Z Compiling tokio-dtrace v0.1.1
33022026-08-27T18:16:11.008Z Compiling dropshot-api-manager-types v0.8.0
33032026-08-27T18:16:11.025Z Compiling salsa20 v0.11.0
33042026-08-27T18:16:11.071Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33052026-08-27T18:16:11.116Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33062026-08-27T18:16:11.130Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33072026-08-27T18:16:11.170Z Compiling slog-dtrace v0.3.0
33082026-08-27T18:16:11.245Z Compiling xshell-macros v0.2.7
33092026-08-27T18:16:11.290Z Compiling minimal-lexical v0.2.1
33102026-08-27T18:16:11.353Z Compiling oxide-tokio-rt v0.1.4
33112026-08-27T18:16:11.471Z Compiling scrypt v0.12.0
33122026-08-27T18:16:11.486Z Compiling newtype_derive v0.1.6
33132026-08-27T18:16:11.578Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33142026-08-27T18:16:11.684Z Compiling hickory-resolver v0.24.4
33152026-08-27T18:16:11.702Z Compiling xshell v0.2.7
33162026-08-27T18:16:11.721Z Compiling nom v7.1.3
33172026-08-27T18:16:11.740Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33182026-08-27T18:16:11.770Z Compiling typify v0.6.2
33192026-08-27T18:16:11.802Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33202026-08-27T18:16:11.911Z Compiling progenitor-impl v0.14.0
33212026-08-27T18:16:11.929Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33222026-08-27T18:16:11.994Z Compiling phf_shared v0.12.1
33232026-08-27T18:16:12.198Z Compiling rfc6979 v0.4.0
33242026-08-27T18:16:12.218Z Compiling cbc v0.2.1
33252026-08-27T18:16:12.240Z Compiling proc-macro-error-attr2 v2.0.0
33262026-08-27T18:16:12.367Z Compiling csv-core v0.1.13
33272026-08-27T18:16:12.416Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33282026-08-27T18:16:12.437Z Compiling highway v1.3.0
33292026-08-27T18:16:12.504Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33302026-08-27T18:16:12.523Z Compiling chrono-tz v0.10.4
33312026-08-27T18:16:12.543Z Compiling unicode-xid v0.2.6
33322026-08-27T18:16:12.673Z Compiling csv v1.4.0
33332026-08-27T18:16:12.693Z Compiling pkcs5 v0.8.1
33342026-08-27T18:16:12.696Z Compiling proc-macro-error2 v2.0.1
33352026-08-27T18:16:12.712Z Compiling qorb v0.4.1
33362026-08-27T18:16:12.750Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33372026-08-27T18:16:12.792Z Compiling const_format_proc_macros v0.2.34
33382026-08-27T18:16:12.833Z Compiling ecdsa v0.16.9
33392026-08-27T18:16:12.945Z Compiling phf v0.12.1
33402026-08-27T18:16:13.078Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33412026-08-27T18:16:13.118Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33422026-08-27T18:16:13.260Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33432026-08-27T18:16:13.279Z Compiling primeorder v0.13.6
33442026-08-27T18:16:13.291Z Compiling hashbrown v0.14.5
33452026-08-27T18:16:13.493Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33462026-08-27T18:16:13.593Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33472026-08-27T18:16:13.621Z Compiling salty v0.3.0
33482026-08-27T18:16:13.714Z Compiling p384 v0.13.1
33492026-08-27T18:16:13.731Z Compiling const_format v0.2.35
33502026-08-27T18:16:13.914Z Compiling chumsky v0.9.3
33512026-08-27T18:16:13.948Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33522026-08-27T18:16:13.952Z Compiling knus-derive v3.4.0
33532026-08-27T18:16:14.092Z Compiling pkcs8 v0.11.0
33542026-08-27T18:16:14.127Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
33552026-08-27T18:16:14.337Z Compiling tabled_derive v0.7.0
33562026-08-27T18:16:14.535Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33572026-08-27T18:16:14.664Z Compiling progenitor-macro v0.14.0
33582026-08-27T18:16:14.714Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
33592026-08-27T18:16:14.820Z Compiling bcs v0.1.6
33602026-08-27T18:16:14.851Z Compiling ff v0.14.0
33612026-08-27T18:16:15.033Z Compiling termtree v0.5.1
33622026-08-27T18:16:15.050Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33632026-08-27T18:16:15.177Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33642026-08-27T18:16:15.209Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33652026-08-27T18:16:15.372Z Compiling steno v0.4.1
33662026-08-27T18:16:15.389Z Compiling tabled v0.15.0
33672026-08-27T18:16:15.416Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33682026-08-27T18:16:15.458Z Compiling tagptr v0.2.0
33692026-08-27T18:16:15.478Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33702026-08-27T18:16:15.546Z Compiling knus v3.4.0
33712026-08-27T18:16:15.648Z Compiling moka v0.12.13
33722026-08-27T18:16:15.667Z Compiling group v0.14.0
33732026-08-27T18:16:15.688Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33742026-08-27T18:16:15.769Z Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
33752026-08-27T18:16:15.883Z Compiling signature v3.0.0
33762026-08-27T18:16:16.016Z Compiling base16ct v1.0.0
33772026-08-27T18:16:16.105Z Compiling hkdf v0.13.0
33782026-08-27T18:16:16.119Z Compiling libscf-sys v1.2.0
33792026-08-27T18:16:16.234Z Compiling sec1 v0.8.1
33802026-08-27T18:16:16.287Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
33812026-08-27T18:16:16.306Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33822026-08-27T18:16:16.309Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33832026-08-27T18:16:16.468Z Compiling hickory-resolver v0.25.2
33842026-08-27T18:16:16.486Z Compiling elliptic-curve v0.14.1
33852026-08-27T18:16:16.554Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
33862026-08-27T18:16:16.575Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33872026-08-27T18:16:16.803Z Compiling utf-8 v0.7.6
33882026-08-27T18:16:16.892Z Compiling parking_lot_core v0.8.6
33892026-08-27T18:16:16.938Z Compiling corncobs v0.1.4
33902026-08-27T18:16:17.021Z Compiling tungstenite v0.21.0
33912026-08-27T18:16:17.083Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33922026-08-27T18:16:17.212Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33932026-08-27T18:16:17.250Z Compiling wnaf v0.14.0
33942026-08-27T18:16:17.405Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33952026-08-27T18:16:17.473Z Compiling primefield v0.14.0
33962026-08-27T18:16:17.513Z Compiling rfc6979 v0.6.0
33972026-08-27T18:16:17.544Z Compiling papergrid v0.18.0
33982026-08-27T18:16:17.610Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33992026-08-27T18:16:17.699Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34002026-08-27T18:16:17.722Z Compiling git-stub v1.0.0
34012026-08-27T18:16:17.749Z Compiling secrecy v0.8.0
34022026-08-27T18:16:17.901Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34032026-08-27T18:16:17.926Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34042026-08-27T18:16:17.943Z Compiling git-stub-vcs v0.1.0
34052026-08-27T18:16:18.029Z Compiling primeorder v0.14.0
34062026-08-27T18:16:18.177Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34072026-08-27T18:16:18.195Z Compiling ecdsa v0.17.0
34082026-08-27T18:16:18.332Z Compiling tokio-tungstenite v0.21.0
34092026-08-27T18:16:18.513Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34102026-08-27T18:16:18.531Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34112026-08-27T18:16:18.668Z Compiling tabled v0.21.0
34122026-08-27T18:16:18.691Z Compiling curve25519-dalek v5.0.0
34132026-08-27T18:16:18.709Z Compiling unicase v2.9.0
34142026-08-27T18:16:18.728Z Compiling parking_lot v0.11.2
34152026-08-27T18:16:18.731Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34162026-08-27T18:16:18.767Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34172026-08-27T18:16:18.787Z Compiling ssh-encoding v0.3.0
34182026-08-27T18:16:18.845Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34192026-08-27T18:16:18.950Z Compiling mime_guess v2.0.5
34202026-08-27T18:16:19.186Z Compiling progenitor-impl v0.13.0
34212026-08-27T18:16:19.212Z Compiling prefix-trie v0.7.0
34222026-08-27T18:16:19.231Z Compiling fxhash v0.2.1
34232026-08-27T18:16:19.250Z Compiling keccak v0.2.0
34242026-08-27T18:16:19.270Z Compiling crc8 v0.1.1
34252026-08-27T18:16:19.367Z Compiling sled v0.34.7
34262026-08-27T18:16:19.423Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34272026-08-27T18:16:19.460Z Compiling ed25519 v3.0.0
34282026-08-27T18:16:19.578Z Compiling hickory-server v0.25.2
34292026-08-27T18:16:19.645Z Compiling crypto-primes v0.7.2
34302026-08-27T18:16:19.845Z Compiling progenitor v0.14.0
34312026-08-27T18:16:19.922Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34322026-08-27T18:16:20.020Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34332026-08-27T18:16:20.036Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34342026-08-27T18:16:20.056Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34352026-08-27T18:16:20.625Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34362026-08-27T18:16:20.647Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34372026-08-27T18:16:20.647Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34382026-08-27T18:16:20.692Z Compiling pkcs1 v0.8.0-rc.4
34392026-08-27T18:16:21.133Z Compiling poly1305 v0.9.0
34402026-08-27T18:16:21.170Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34412026-08-27T18:16:21.235Z Compiling progenitor-client v0.13.0
34422026-08-27T18:16:21.235Z Compiling blowfish v0.10.0
34432026-08-27T18:16:21.378Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34442026-08-27T18:16:21.487Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34452026-08-27T18:16:21.504Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34462026-08-27T18:16:21.527Z Compiling blake2 v0.11.0-rc.6
34472026-08-27T18:16:21.594Z Compiling http-range v0.1.5
34482026-08-27T18:16:21.816Z Compiling half v1.8.3
34492026-08-27T18:16:21.840Z Compiling argon2 v0.6.0-rc.8
34502026-08-27T18:16:21.886Z Compiling progenitor-macro v0.13.0
34512026-08-27T18:16:21.932Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34522026-08-27T18:16:22.103Z Compiling serde_cbor v0.11.2
34532026-08-27T18:16:22.121Z Compiling ssh-cipher v0.3.0
34542026-08-27T18:16:22.152Z Compiling bcrypt-pbkdf v0.11.0
34552026-08-27T18:16:22.718Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34562026-08-27T18:16:22.744Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34572026-08-27T18:16:22.747Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34582026-08-27T18:16:22.942Z Compiling rsa v0.10.0-rc.18
34592026-08-27T18:16:23.186Z Compiling ed25519-dalek v3.0.0
34602026-08-27T18:16:23.309Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34612026-08-27T18:16:23.692Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34622026-08-27T18:16:23.891Z Compiling sha3 v0.11.0
34632026-08-27T18:16:24.305Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34642026-08-27T18:16:24.325Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34652026-08-27T18:16:24.342Z Compiling p256 v0.14.0
34662026-08-27T18:16:24.387Z Compiling p521 v0.14.0
34672026-08-27T18:16:24.426Z Compiling p384 v0.14.0
34682026-08-27T18:16:24.538Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34692026-08-27T18:16:24.614Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34702026-08-27T18:16:24.711Z Compiling scuffle v0.1.0
34712026-08-27T18:16:25.170Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34722026-08-27T18:16:25.281Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34732026-08-27T18:16:25.516Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34742026-08-27T18:16:25.715Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34752026-08-27T18:16:25.908Z Compiling yasna v0.5.2
34762026-08-27T18:16:26.081Z Compiling kstat-rs v0.2.5
34772026-08-27T18:16:26.359Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34782026-08-27T18:16:26.402Z Compiling headers-core v0.3.0
34792026-08-27T18:16:26.556Z Compiling kem v0.3.0
34802026-08-27T18:16:26.574Z Compiling module-lattice v0.2.3
34812026-08-27T18:16:26.604Z Compiling nanorand v0.7.0
34822026-08-27T18:16:26.655Z Compiling sponge-cursor v0.1.0
34832026-08-27T18:16:26.714Z Compiling headers v0.4.1
34842026-08-27T18:16:26.734Z Compiling rcgen v0.12.1
34852026-08-27T18:16:26.796Z Compiling ml-kem v0.3.2
34862026-08-27T18:16:26.823Z Compiling flume v0.11.1
34872026-08-27T18:16:26.860Z Compiling sha3 v0.12.0
34882026-08-27T18:16:26.918Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34892026-08-27T18:16:26.936Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34902026-08-27T18:16:27.017Z Compiling progenitor v0.13.0
34912026-08-27T18:16:27.062Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34922026-08-27T18:16:27.085Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34932026-08-27T18:16:27.164Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34942026-08-27T18:16:27.210Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34952026-08-27T18:16:27.454Z Compiling ssh-key v0.7.0-rc.11
34962026-08-27T18:16:27.457Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34972026-08-27T18:16:27.513Z Compiling hyper-staticfile v0.10.1
34982026-08-27T18:16:27.571Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34992026-08-27T18:16:27.675Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
35002026-08-27T18:16:27.710Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
35012026-08-27T18:16:27.777Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35022026-08-27T18:16:27.803Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
35032026-08-27T18:16:27.838Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
35042026-08-27T18:16:27.958Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
35052026-08-27T18:16:28.081Z Compiling russh-cryptovec v0.62.0
35062026-08-27T18:16:28.104Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35072026-08-27T18:16:28.121Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35082026-08-27T18:16:28.191Z Compiling internal-russh-num-bigint v0.5.0
35092026-08-27T18:16:28.224Z Compiling port-file v0.1.0
35102026-08-27T18:16:28.289Z Compiling num-bigint v0.4.6
35112026-08-27T18:16:28.306Z Compiling generic-array v1.4.3
35122026-08-27T18:16:28.326Z Compiling russh-util v0.52.0
35132026-08-27T18:16:28.377Z Compiling enum_dispatch v0.3.13
35142026-08-27T18:16:28.537Z Compiling delegate v0.13.5
35152026-08-27T18:16:28.554Z Compiling subprocess v0.2.15
35162026-08-27T18:16:28.627Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35172026-08-27T18:16:28.866Z Compiling md5 v0.8.0
35182026-08-27T18:16:28.929Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
35192026-08-27T18:16:29.080Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
35202026-08-27T18:16:29.163Z Compiling hex-literal v1.1.0
35212026-08-27T18:16:29.305Z Compiling display-error-chain v0.2.2
35222026-08-27T18:16:29.331Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35232026-08-27T18:16:29.426Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35242026-08-27T18:16:29.479Z Compiling colored v2.2.0
35252026-08-27T18:16:29.498Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35262026-08-27T18:16:29.555Z Compiling russh v0.62.4
35272026-08-27T18:16:29.573Z Compiling socket2 v0.5.10
35282026-08-27T18:16:29.770Z Compiling internet-checksum v0.2.1
35292026-08-27T18:16:30.100Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
35302026-08-27T18:16:30.152Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
35312026-08-27T18:16:32.887Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35322026-08-27T18:16:33.593Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35332026-08-27T18:16:34.134Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35342026-08-27T18:16:34.975Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35352026-08-27T18:16:35.498Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
35362026-08-27T18:16:44.232Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35372026-08-27T18:16:44.232Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35382026-08-27T18:16:44.233Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35392026-08-27T18:16:44.233Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35402026-08-27T18:16:44.233Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
35412026-08-27T18:16:46.096Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35422026-08-27T18:16:46.110Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35432026-08-27T18:16:50.246Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35442026-08-27T18:17:31.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s
35452026-08-27T18:17:31.984Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35462026-08-27T18:17:31.984Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35472026-08-27T18:17:32.231Z
35482026-08-27T18:17:32.232Zreal 1:30.582709034
35492026-08-27T18:17:32.232Zuser 8:41.665108672
35502026-08-27T18:17:32.232Zsys 1:44.089802906
35512026-08-27T18:17:32.232Ztrap 0.248225814
35522026-08-27T18:17:32.235Ztflt 0.335358300
35532026-08-27T18:17:32.235Zdflt 1.947369501
35542026-08-27T18:17:32.236Zkflt 0.000340590
35552026-08-27T18:17:32.236Zlock 30:58.105749804
35562026-08-27T18:17:32.236Zslp 19:44.178706362
35572026-08-27T18:17:32.236Zlat 41.408365428
35582026-08-27T18:17:32.236Zstop 3:01.717085890
35592026-08-27T18:17:32.236Z+ mkdir tests
35602026-08-27T18:17:32.236Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
35612026-08-27T18:17:32.239Z+ xargs -I '{}' -t cp '{}' tests/
35622026-08-27T18:17:32.260Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-bed5e8dda5ea5020 tests/
35632026-08-27T18:17:32.292Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f2310e202f420246 tests/
35642026-08-27T18:17:32.323Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-dbb802d24e5b6927 tests/
35652026-08-27T18:17:32.355Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-b5ca3a6470910f92 tests/
35662026-08-27T18:17:32.686Z+ 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-27T18:17:32.689Z+ 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-27T18:19:02.212ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35692026-08-27T18:19:02.213Za .github/buildomat/ci-env.sh 1K
35702026-08-27T18:19:02.213Za out/target/test 1K
35712026-08-27T18:19:02.213Za out/npuzone/npuzone 27402K
35722026-08-27T18:19:02.213Za package-manifest.toml 35K
35732026-08-27T18:19:02.213Za smf/sled-agent/non-gimlet/config.toml 6K
35742026-08-27T18:19:02.213Za target/release/omicron-package 49475K
35752026-08-27T18:19:02.213Za target/release/xtask 11727K
35762026-08-27T18:19:02.213Za target/debug/bootstrap 440166K
35772026-08-27T18:19:02.213Za tests/bootstrap-f2310e202f420246 34430K
35782026-08-27T18:19:02.213Za tests/commtest-dbb802d24e5b6927 34431K
35792026-08-27T18:19:02.213Za tests/dhcp_server-bed5e8dda5ea5020 34431K
35802026-08-27T18:19:02.213Za tests/end_to_end_tests-b5ca3a6470910f92 503748K
35812026-08-27T18:19:02.213Za tools/opte_version 1K
35822026-08-27T18:19:02.213Za tools/opte_version_override 2K
35832026-08-27T18:19:02.213Za out/clickhouse.tar.gz 330983K
35842026-08-27T18:19:02.213Za out/clickhouse_keeper.tar.gz 314988K
35852026-08-27T18:19:02.213Za out/clickhouse_server.tar.gz 330979K
35862026-08-27T18:19:02.213Za out/cockroachdb.tar.gz 170225K
35872026-08-27T18:19:02.213Za out/crucible-pantry-zone.tar.gz 41906K
35882026-08-27T18:19:02.213Za out/crucible-utils.tar 18900K
35892026-08-27T18:19:02.213Za out/crucible-zone.tar.gz 56718K
35902026-08-27T18:19:02.213Za out/external-dns.tar.gz 46758K
35912026-08-27T18:19:02.213Za out/internal-dns.tar.gz 46758K
35922026-08-27T18:19:02.213Za out/mg-ddm-gz.tar 100917K
35932026-08-27T18:19:02.213Za out/nexus.tar.gz 363255K
35942026-08-27T18:19:02.213Za out/ntp.tar.gz 35244K
35952026-08-27T18:19:02.213Za out/omicron-gateway-softnpu.tar.gz 29005K
35962026-08-27T18:19:02.213Za out/omicron-sled-agent.tar 243001K
35972026-08-27T18:19:02.213Za out/overlay.tar.gz 4K
35982026-08-27T18:19:02.213Za out/oximeter.tar.gz 72052K
35992026-08-27T18:19:02.213Za out/oxlog.tar 4088K
36002026-08-27T18:19:02.213Za out/probe.tar.gz 3037K
36012026-08-27T18:19:02.213Za out/propolis-server.tar.gz 34642K
36022026-08-27T18:19:02.213Za out/pumpkind-gz.tar 26647K
36032026-08-27T18:19:02.213Za out/switch-softnpu.tar.gz 504329K
36042026-08-27T18:19:02.218Z
36052026-08-27T18:19:02.218Zreal 1:29.523813822
36062026-08-27T18:19:02.218Zuser 1:26.570890473
36072026-08-27T18:19:02.218Zsys 5.004983582
36082026-08-27T18:19:02.218Ztrap 0.006765665
36092026-08-27T18:19:02.218Ztflt 0.000000000
36102026-08-27T18:19:02.218Zdflt 0.000000000
36112026-08-27T18:19:02.218Zkflt 0.000000000
36122026-08-27T18:19:02.218Zlock 0.000000000
36132026-08-27T18:19:02.218Zslp 1:26.355484980
36142026-08-27T18:19:02.218Zlat 1.104994342
36152026-08-27T18:19:02.218Zstop 0.000190520
36162026-08-27T18:19:02.218Zprocess exited: duration 1068415 ms, exit code 0
 
36172026-08-27T18:19:02.235Zfound 1 output files
36182026-08-27T18:19:02.275Zuploading: /work/package.tar.gz (2775539141 bytes)
36192026-08-27T18:19:38.509Zuploaded: /work/package.tar.gz