01M14VJYGA7K5Y50EMG935DPTE: 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: 01M14VKQ3ZP0XJE07XE3WWJKSQ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-28T18:56:07.139Zjob assigned to worker 01M14VM2BNPW4WV7YVBJ49AT03 [factory aws, i-024f3316a8e211d7e] (queued for 54 s)
 
22026-08-28T18:56:14.294Zstarting task 0: "setup"
32026-08-28T18:56:14.301Z++ uname -s
42026-08-28T18:56:14.301Z+ kern=SunOS
52026-08-28T18:56:14.301Z+ build_user=build
62026-08-28T18:56:14.301Z+ build_uid=12345
72026-08-28T18:56:14.301Z+ work_dir=/work
82026-08-28T18:56:14.301Z+ input_dir=/input
92026-08-28T18:56:14.301Z+ [[ 0 == 12345 ]]
102026-08-28T18:56:14.301Z+ case "$kern" in
112026-08-28T18:56:14.301Z+ groupadd -g 12345 build
122026-08-28T18:56:14.308Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-28T18:56:16.312Z+ zfs create -o mountpoint=/work rpool/work
142026-08-28T18:56:16.431Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-28T18:56:16.436Z+ home_fs=zfs
162026-08-28T18:56:16.436Z+ [[ zfs == autofs ]]
172026-08-28T18:56:16.436Z+ mkdir -p /home/build
182026-08-28T18:56:16.437Z+ chown build:build /home/build /work
192026-08-28T18:56:18.436Z+ chmod 0700 /home/build /work
202026-08-28T18:56:18.440Zprocess exited: duration 4151 ms, exit code 0
 
212026-08-28T18:56:18.446Zstarting task 1: "rust-toolchain"
222026-08-28T18:56:18.453Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-28T18:56:18.453Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-28T18:56:18.453Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-28T18:56:18.453Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-28T18:56:18.453Z * rust toolchain channel = "1.97.1"
272026-08-28T18:56:18.453Z * rust toolchain profile = "default"
282026-08-28T18:56:18.457Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-28T18:56:18.457Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-28T18:56:18.568Zinfo: downloading installer
312026-08-28T18:56:19.874Zwarn: It looks like you have an existing rustup settings file at:
322026-08-28T18:56:19.874Zwarn: /home/build/.rustup/settings.toml
332026-08-28T18:56:19.875Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-28T18:56:19.875Zwarn: instead of the one inferred from the default host triple.
352026-08-28T18:56:19.887Zinfo: profile set to default
362026-08-28T18:56:19.887Zinfo: default host triple is x86_64-unknown-illumos
372026-08-28T18:56:19.890Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-28T18:56:20.016Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-28T18:56:20.020Zinfo: downloading 6 components
402026-08-28T18:56:34.637Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-28T18:56:34.637Z
422026-08-28T18:56:34.663Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-28T18:56:34.663Z
442026-08-28T18:56:34.663Z
452026-08-28T18:56:34.663ZRust is installed now. Great!
462026-08-28T18:56:34.663Z
472026-08-28T18:56:34.663ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-28T18:56:34.663Zenvironment variable. This has not been done automatically.
492026-08-28T18:56:34.663Z
502026-08-28T18:56:34.663ZTo configure your current shell, you need to source
512026-08-28T18:56:34.663Zthe corresponding env file under $HOME/.cargo.
522026-08-28T18:56:34.664Z
532026-08-28T18:56:34.664ZThis is usually done by running one of the following (note the leading DOT):
542026-08-28T18:56:34.664Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-28T18:56:34.664Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-28T18:56:34.664Zsource "~/.cargo/env.nu" # For nushell
572026-08-28T18:56:34.664Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-28T18:56:34.664Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-28T18:56:34.664Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-28T18:56:34.667Zwarn: no default linker (`cc`) was found in your PATH
612026-08-28T18:56:34.667Zwarn: many Rust crates require a system C toolchain to build
622026-08-28T18:56:34.774Z+ rustup --version
632026-08-28T18:56:34.782Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-28T18:56:34.785Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-28T18:56:34.800Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-28T18:56:34.804Z+ cargo --version
672026-08-28T18:56:34.814Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-28T18:56:34.819Z+ rustc --version
692026-08-28T18:56:34.835Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-28T18:56:34.840Zprocess exited: duration 16390 ms, exit code 0
 
712026-08-28T18:56:34.852Zstarting task 2: "authentication"
722026-08-28T18:56:34.869Zprocess exited: duration 19 ms, exit code 0
 
732026-08-28T18:56:34.881Zstarting task 3: "clone repository"
742026-08-28T18:56:34.886Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-28T18:56:34.887Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-28T18:56:34.919ZCloning into '/work/oxidecomputer/omicron'...
772026-08-28T18:56:48.442Z+ cd /work/oxidecomputer/omicron
782026-08-28T18:56:48.442Z+ git fetch origin 774254e8a4037268983f847224912f6574876d80
792026-08-28T18:56:48.780ZFrom https://github.com/oxidecomputer/omicron
802026-08-28T18:56:48.780Z * branch 774254e8a4037268983f847224912f6574876d80 -> FETCH_HEAD
812026-08-28T18:56:48.797Z+ [[ -n support-bundle-data-selection-api ]]
822026-08-28T18:56:48.804Z++ git branch --show-current
832026-08-28T18:56:48.804Z+ current=main
842026-08-28T18:56:48.804Z+ [[ main != support-bundle-data-selection-api ]]
852026-08-28T18:56:48.804Z+ git branch -f support-bundle-data-selection-api 774254e8a4037268983f847224912f6574876d80
862026-08-28T18:56:48.810Z+ git checkout -f support-bundle-data-selection-api
872026-08-28T18:56:49.061ZSwitched to branch 'support-bundle-data-selection-api'
882026-08-28T18:56:49.066Z+ git reset --hard 774254e8a4037268983f847224912f6574876d80
892026-08-28T18:56:49.323ZHEAD is now at 774254e8a Authorize bundle creation before validating the data selection
902026-08-28T18:56:49.329Zprocess exited: duration 14446 ms, exit code 0
 
912026-08-28T18:56:49.335Zstarting task 4: "build"
922026-08-28T18:56:49.341Z+ source .github/buildomat/ci-env.sh
932026-08-28T18:56:49.341Z++ export CARGO_TERM_COLOR=always
942026-08-28T18:56:49.341Z++ CARGO_TERM_COLOR=always
952026-08-28T18:56:49.344Z+++ uname -s
962026-08-28T18:56:49.344Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-28T18:56:49.344Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-28T18:56:49.347Z+ cargo --version
992026-08-28T18:56:49.357Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-28T18:56:49.361Z+ rustc --version
1012026-08-28T18:56:49.384Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-28T18:56:49.387Z+ WORK=/work
1032026-08-28T18:56:49.387Z+ pfexec mkdir -p /work
1042026-08-28T18:56:49.390Z+ pfexec chown build /work
1052026-08-28T18:56:49.390Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-08-28T18:56:52.086Z Startup: Refreshing catalog 'helios' ... Done
1072026-08-28T18:56:52.491Z Startup: Caching catalogs ... Done
1082026-08-28T18:56:54.825ZPlanning: Solver setup ... Done (2.206s)
1092026-08-28T18:56:54.889ZPlanning: Running solver ... Done (0.064s)
1102026-08-28T18:56:54.941ZPlanning: Finding local manifests ... Done (0.004s)
1112026-08-28T18:56:54.953ZPlanning: Fetching manifests: 0/2 0% complete
1122026-08-28T18:56:54.977ZPlanning: Fetching manifests: 2/2 100% complete
1132026-08-28T18:56:54.992ZPlanning: Package planning ... Done (0.015s)
1142026-08-28T18:56:54.995ZPlanning: Merging actions ... Done (0.002s)
1152026-08-28T18:56:55.221ZPlanning: Checking for conflicting actions ... Done (0.226s)
1162026-08-28T18:56:55.224ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-08-28T18:56:56.116ZPlanning: Evaluating mediators ... Done (0.895s)
1182026-08-28T18:56:56.119ZPlanning: Planning completed in 3.58 seconds
1192026-08-28T18:56:56.125Z Packages to install: 2
1202026-08-28T18:56:56.125Z Estimated space available: 156.00 GB
1212026-08-28T18:56:56.125ZEstimated space to be consumed: 83.65 MB
1222026-08-28T18:56:56.125Z Create boot environment: No
1232026-08-28T18:56:56.129ZCreate backup boot environment: No
1242026-08-28T18:56:56.129Z Rebuild boot archive: No
1252026-08-28T18:56:56.129Z
1262026-08-28T18:56:56.129ZChanged packages:
1272026-08-28T18:56:56.129Zhelios
1282026-08-28T18:56:56.129Z developer/build-essential
1292026-08-28T18:56:56.129Z None -> 11-3.0
1302026-08-28T18:56:56.129Z library/libxmlsec1
1312026-08-28T18:56:56.129Z None -> 1.2.35-3.0
1322026-08-28T18:56:56.152Z
1332026-08-28T18:56:56.152ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-08-28T18:56:56.232ZDownload: Completed 1.28 MB in 0.08 seconds (16.2M/s)
1352026-08-28T18:56:56.303Z Actions: 1/268 actions (Installing new actions)
1362026-08-28T18:56:56.342Z Actions: Completed 268 actions in 0.04 seconds.
1372026-08-28T18:56:56.382ZFinalize: Updating package state database ... Done (0.039s)
1382026-08-28T18:56:56.382ZFinalize: Updating package cache ... Done (0.000s)
1392026-08-28T18:56:56.472ZFinalize: Updating image state ... Done (0.091s)
1402026-08-28T18:56:59.161ZFinalize: Creating fast lookup database ... Done (2.633s)
1412026-08-28T18:56:59.228ZFinalize: Reading search index ... Done (0.013s)
1422026-08-28T18:56:59.232ZFinalize: Updating search index ... Done (0.000s)
1432026-08-28T18:56:59.301ZFinalize: Updating package cache ... Done (0.000s)
1442026-08-28T18:56:59.679ZPlanning: Evaluating mediator changes ... Done
1452026-08-28T18:56:59.785ZPlanning: Checking for conflicting actions ... Done
1462026-08-28T18:56:59.789ZPlanning: Consolidating action changes ... Done
1472026-08-28T18:56:59.943ZPlanning: Evaluating mediators ... Done
1482026-08-28T18:56:59.947ZPlanning: Planning completed in 0.26 seconds
1492026-08-28T18:56:59.967Z Mediators to change: 2
1502026-08-28T18:56:59.967Z Create boot environment: No
1512026-08-28T18:56:59.967ZCreate backup boot environment: No
1522026-08-28T18:57:00.016ZFinalize: Updating package state database ... Done
1532026-08-28T18:57:00.016ZFinalize: Updating package cache ... Done
1542026-08-28T18:57:00.072ZFinalize: Updating image state ... Done
1552026-08-28T18:57:02.017ZFinalize: Creating fast lookup database ... Done
1562026-08-28T18:57:02.080ZFinalize: Reading search index ... Done
1572026-08-28T18:57:02.084ZFinalize: Updating search index ... Done
1582026-08-28T18:57:02.170ZFinalize: Updating package cache ... Done
1592026-08-28T18:57:02.458ZPlanning: Evaluating mediator changes ... Done
1602026-08-28T18:57:02.564ZPlanning: Checking for conflicting actions ... Done
1612026-08-28T18:57:02.573ZPlanning: Consolidating action changes ... Done
1622026-08-28T18:57:02.723ZPlanning: Evaluating mediators ... Done
1632026-08-28T18:57:02.728ZPlanning: Planning completed in 0.26 seconds
1642026-08-28T18:57:02.745Z Mediators to change: 1
1652026-08-28T18:57:02.745Z Create boot environment: No
1662026-08-28T18:57:02.745ZCreate backup boot environment: No
1672026-08-28T18:57:02.819ZFinalize: Updating package state database ... Done
1682026-08-28T18:57:02.819ZFinalize: Updating package cache ... Done
1692026-08-28T18:57:02.881ZFinalize: Updating image state ... Done
1702026-08-28T18:57:04.819ZFinalize: Creating fast lookup database ... Done
1712026-08-28T18:57:04.884ZFinalize: Reading search index ... Done
1722026-08-28T18:57:04.889ZFinalize: Updating search index ... Done
1732026-08-28T18:57:04.968ZFinalize: Updating package cache ... Done
1742026-08-28T18:57:05.285ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-08-28T18:57:05.285Zapache system 2.4 system
1762026-08-28T18:57:05.285Zclang system 15 system
1772026-08-28T18:57:05.285Zcsh system system illumos
1782026-08-28T18:57:05.285Zctags system system illumos
1792026-08-28T18:57:05.285Zfile vendor vendor darwinsys
1802026-08-28T18:57:05.285Zfile system system illumos
1812026-08-28T18:57:05.285Zgcc vendor 14 vendor
1822026-08-28T18:57:05.285Zgcc system 13 system
1832026-08-28T18:57:05.285Zgcc system 10 system
1842026-08-28T18:57:05.285Zgo system 1.25 system
1852026-08-28T18:57:05.285Zllvm system 15 system
1862026-08-28T18:57:05.285Zmariadb system 11.4 system
1872026-08-28T18:57:05.285Zmta vendor vendor dma
1882026-08-28T18:57:05.285Zopenjdk system 17 system
1892026-08-28T18:57:05.285Zopenjdk system 11 system
1902026-08-28T18:57:05.285Zopenssl vendor 3 vendor
1912026-08-28T18:57:05.285Zperl system 5.40 system
1922026-08-28T18:57:05.285Zpostgresql system 18 system
1932026-08-28T18:57:05.285Zpostgresql system 17 system
1942026-08-28T18:57:05.285Zpython vendor 3 vendor
1952026-08-28T18:57:05.285Zpython system 2 system
1962026-08-28T18:57:05.286Zpython3 vendor 3.13 vendor
1972026-08-28T18:57:05.286Zruby system 3.4 system
1982026-08-28T18:57:05.286Zruby system 3.0 system
1992026-08-28T18:57:05.286Zwords vendor vendor american-english
2002026-08-28T18:57:05.286Zwords system system australian-english
2012026-08-28T18:57:05.286Zwords system system british-english
2022026-08-28T18:57:05.286Zwords system system canadian-english
2032026-08-28T18:57:05.286Zwords system system french
2042026-08-28T18:57:05.286Zwords system system italian
2052026-08-28T18:57:05.286Zwords system system ngerman
2062026-08-28T18:57:05.286Zwords system system ogerman
2072026-08-28T18:57:05.286Zwords system system spanish
2082026-08-28T18:57:05.550ZPUBLISHER TYPE STATUS P LOCATION
2092026-08-28T18:57:05.550Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-08-28T18:57:06.051ZFMRI IFO
2112026-08-28T18:57:06.051Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-08-28T18:57:06.051Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-08-28T18:57:06.051Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-08-28T18:57:06.051Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-08-28T18:57:06.051Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-08-28T18:57:06.051Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-08-28T18:57:06.051Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-08-28T18:57:06.051Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-08-28T18:57:06.051Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-08-28T18:57:06.393Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-08-28T18:57:06.745Z Updating crates.io index
2222026-08-28T18:57:06.749Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-08-28T18:57:07.031Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-08-28T18:57:07.481Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2252026-08-28T18:57:07.700Z Updating git repository `https://github.com/oxidecomputer/propolis`
2262026-08-28T18:57:08.699Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2272026-08-28T18:57:09.288Z Updating git repository `https://github.com/oxidecomputer/crucible`
2282026-08-28T18:57:10.910Z Updating git repository `https://github.com/oxidecomputer/opte`
2292026-08-28T18:57:11.752Z Updating git repository `https://github.com/oxidecomputer/tofino`
2302026-08-28T18:57:12.202Z Updating git repository `https://github.com/oxidecomputer/lldp`
2312026-08-28T18:57:12.591Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2322026-08-28T18:57:13.857Z Updating git repository `https://github.com/oxidecomputer/clickward`
2332026-08-28T18:57:14.181Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2342026-08-28T18:57:14.606Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2352026-08-28T18:57:15.901Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2362026-08-28T18:57:16.206Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2372026-08-28T18:57:16.469Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2382026-08-28T18:57:16.775Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2392026-08-28T18:57:17.075Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2402026-08-28T18:57:17.458Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2412026-08-28T18:57:17.967Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-08-28T18:57:18.353Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2432026-08-28T18:57:18.877Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2442026-08-28T18:57:19.191Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2452026-08-28T18:57:19.892Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2462026-08-28T18:57:20.264Z Updating git repository `https://github.com/oxidecomputer/erebor`
2472026-08-28T18:57:21.058Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2482026-08-28T18:57:21.485Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2492026-08-28T18:57:21.782Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-28T18:57:22.231Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2512026-08-28T18:57:22.969Z Updating git repository `https://github.com/oxidecomputer/ispf`
2522026-08-28T18:57:23.290Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2532026-08-28T18:57:23.595Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2542026-08-28T18:57:23.985Z Updating git repository `https://github.com/oxidecomputer/tough`
2552026-08-28T18:57:24.518Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2562026-08-28T18:57:25.138Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-08-28T18:57:25.446Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2582026-08-28T18:57:25.779Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2592026-08-28T18:57:26.411Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2602026-08-28T18:57:26.694Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2612026-08-28T18:57:27.003Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2622026-08-28T18:57:28.372Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2632026-08-28T18:57:28.640Z Updating git repository `https://github.com/illumos/smf-rs`
2642026-08-28T18:57:28.931Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2652026-08-28T18:57:31.640Z Downloading crates ...
2662026-08-28T18:57:31.693Z Downloaded cargo-platform v0.3.2
2672026-08-28T18:57:31.696Z Downloaded cpufeatures v0.2.17
2682026-08-28T18:57:31.696Z Downloaded dof v0.3.0
2692026-08-28T18:57:31.700Z Downloaded anstyle-query v1.1.5
2702026-08-28T18:57:31.703Z Downloaded usdt-macro v0.5.0
2712026-08-28T18:57:31.704Z Downloaded smawk v0.3.2
2722026-08-28T18:57:31.707Z Downloaded anstyle v1.0.14
2732026-08-28T18:57:31.707Z Downloaded anyhow v1.0.104
2742026-08-28T18:57:31.711Z Downloaded block-buffer v0.10.4
2752026-08-28T18:57:31.714Z Downloaded anstyle-parse v1.0.0
2762026-08-28T18:57:31.717Z Downloaded zmij v1.0.21
2772026-08-28T18:57:31.717Z Downloaded cargo_toml v0.21.0
2782026-08-28T18:57:31.720Z Downloaded dtrace-parser v0.2.0
2792026-08-28T18:57:31.720Z Downloaded anstream v1.0.0
2802026-08-28T18:57:31.720Z Downloaded digest v0.10.7
2812026-08-28T18:57:31.721Z Downloaded cargo_metadata v0.23.1
2822026-08-28T18:57:31.724Z Downloaded zerocopy-derive v0.7.35
2832026-08-28T18:57:31.725Z Downloaded bitflags v2.11.0
2842026-08-28T18:57:31.732Z Downloaded zerocopy v0.7.35
2852026-08-28T18:57:31.736Z Downloaded camino v1.2.5
2862026-08-28T18:57:31.736Z Downloaded fnv v1.0.7
2872026-08-28T18:57:31.736Z Downloaded autocfg v1.5.0
2882026-08-28T18:57:31.736Z Downloaded colorchoice v1.0.4
2892026-08-28T18:57:31.739Z Downloaded toml_write v0.1.2
2902026-08-28T18:57:31.739Z Downloaded equivalent v1.0.2
2912026-08-28T18:57:31.739Z Downloaded plain v0.2.3
2922026-08-28T18:57:31.739Z Downloaded thread-id v4.2.2
2932026-08-28T18:57:31.742Z Downloaded camino-tempfile v1.4.1
2942026-08-28T18:57:31.742Z Downloaded crypto-common v0.1.7
2952026-08-28T18:57:31.748Z Downloaded clap v4.6.1
2962026-08-28T18:57:31.754Z Downloaded bytecount v0.6.9
2972026-08-28T18:57:31.754Z Downloaded cfg-if v1.0.4
2982026-08-28T18:57:31.754Z Downloaded errno v0.3.14
2992026-08-28T18:57:31.754Z Downloaded strsim v0.11.1
3002026-08-28T18:57:31.757Z Downloaded fastrand v2.3.0
3012026-08-28T18:57:31.757Z Downloaded pretty-hex v0.4.1
3022026-08-28T18:57:31.757Z Downloaded swrite v0.1.0
3032026-08-28T18:57:31.757Z Downloaded heck v0.5.0
3042026-08-28T18:57:31.757Z Downloaded clap_lex v1.0.0
3052026-08-28T18:57:31.761Z Downloaded terminal_size v0.4.3
3062026-08-28T18:57:31.764Z Downloaded utf8parse v0.2.2
3072026-08-28T18:57:31.767Z Downloaded byteorder v1.5.0
3082026-08-28T18:57:31.770Z Downloaded memchr v2.8.0
3092026-08-28T18:57:31.773Z Downloaded clap_derive v4.6.1
3102026-08-28T18:57:31.777Z Downloaded memmap v0.7.0
3112026-08-28T18:57:31.777Z Downloaded scroll_derive v0.12.1
3122026-08-28T18:57:31.777Z Downloaded serde_spanned v0.6.9
3132026-08-28T18:57:31.777Z Downloaded usdt v0.5.0
3142026-08-28T18:57:31.781Z Downloaded usdt-attr-macro v0.5.0
3152026-08-28T18:57:31.784Z Downloaded macaddr v1.0.1
3162026-08-28T18:57:31.784Z Downloaded is_terminal_polyfill v1.70.2
3172026-08-28T18:57:31.784Z Downloaded toml_datetime v0.6.11
3182026-08-28T18:57:31.788Z Downloaded tabled_derive v0.7.0
3192026-08-28T18:57:31.788Z Downloaded unicode-linebreak v0.1.5
3202026-08-28T18:57:31.791Z Downloaded proc-macro-error-attr v1.0.4
3212026-08-28T18:57:31.794Z Downloaded itoa v1.0.17
3222026-08-28T18:57:31.797Z Downloaded generic-array v0.14.7
3232026-08-28T18:57:31.797Z Downloaded indexmap v2.14.0
3242026-08-28T18:57:31.801Z Downloaded quote v1.0.45
3252026-08-28T18:57:31.801Z Downloaded thiserror v1.0.69
3262026-08-28T18:57:31.805Z Downloaded version_check v0.9.5
3272026-08-28T18:57:31.806Z Downloaded proc-macro-error v1.0.4
3282026-08-28T18:57:31.809Z Downloaded sha2 v0.10.9
3292026-08-28T18:57:31.813Z Downloaded pest_meta v2.8.6
3302026-08-28T18:57:31.813Z Downloaded thiserror-impl v2.0.18
3312026-08-28T18:57:31.817Z Downloaded fs-err v3.3.0
3322026-08-28T18:57:31.817Z Downloaded heck v0.4.1
3332026-08-28T18:57:31.817Z Downloaded thiserror-impl v1.0.69
3342026-08-28T18:57:31.822Z Downloaded scroll v0.12.0
3352026-08-28T18:57:31.822Z Downloaded thiserror v2.0.18
3362026-08-28T18:57:31.825Z Downloaded serde_tokenstream v0.2.3
3372026-08-28T18:57:31.831Z Downloaded pest_derive v2.8.6
3382026-08-28T18:57:31.834Z Downloaded usdt-impl v0.5.0
3392026-08-28T18:57:31.835Z Downloaded once_cell v1.21.3
3402026-08-28T18:57:31.837Z Downloaded serde_core v1.0.228
3412026-08-28T18:57:31.841Z Downloaded pest_generator v2.8.6
3422026-08-28T18:57:31.845Z Downloaded toml v0.8.23
3432026-08-28T18:57:31.848Z Downloaded tempfile v3.27.0
3442026-08-28T18:57:31.848Z Downloaded semver v1.0.28
3452026-08-28T18:57:31.852Z Downloaded ucd-trie v0.1.7
3462026-08-28T18:57:31.852Z Downloaded textwrap v0.16.2
3472026-08-28T18:57:31.855Z Downloaded papergrid v0.11.0
3482026-08-28T18:57:31.858Z Downloaded proc-macro2 v1.0.106
3492026-08-28T18:57:31.858Z Downloaded log v0.4.33
3502026-08-28T18:57:31.858Z Downloaded unicode-ident v1.0.24
3512026-08-28T18:57:31.861Z Downloaded getrandom v0.4.3
3522026-08-28T18:57:31.866Z Downloaded serde_derive v1.0.228
3532026-08-28T18:57:31.880Z Downloaded serde v1.0.228
3542026-08-28T18:57:31.901Z Downloaded typenum v1.20.1
3552026-08-28T18:57:31.904Z Downloaded toml_edit v0.22.27
3562026-08-28T18:57:31.915Z Downloaded pest v2.8.6
3572026-08-28T18:57:31.932Z Downloaded clap_builder v4.6.0
3582026-08-28T18:57:31.943Z Downloaded hashbrown v0.17.0
3592026-08-28T18:57:31.946Z Downloaded serde_json v1.0.151
3602026-08-28T18:57:31.949Z Downloaded winnow v0.7.14
3612026-08-28T18:57:31.960Z Downloaded tabled v0.15.0
3622026-08-28T18:57:31.968Z Downloaded goblin v0.8.2
3632026-08-28T18:57:31.974Z Downloaded syn v1.0.109
3642026-08-28T18:57:31.979Z Downloaded unicode-width v0.1.14
3652026-08-28T18:57:31.982Z Downloaded unicode-width v0.2.0
3662026-08-28T18:57:31.987Z Downloaded syn v2.0.117
3672026-08-28T18:57:32.001Z Downloaded rustix v1.1.4
3682026-08-28T18:57:32.019Z Downloaded libc v0.2.185
3692026-08-28T18:57:32.079Z Compiling proc-macro2 v1.0.106
3702026-08-28T18:57:32.079Z Compiling unicode-ident v1.0.24
3712026-08-28T18:57:32.082Z Compiling quote v1.0.45
3722026-08-28T18:57:32.082Z Compiling serde_core v1.0.228
3732026-08-28T18:57:32.082Z Compiling libc v0.2.185
3742026-08-28T18:57:32.082Z Compiling version_check v0.9.5
3752026-08-28T18:57:32.083Z Compiling memchr v2.8.0
3762026-08-28T18:57:32.083Z Compiling serde v1.0.228
3772026-08-28T18:57:32.083Z Compiling zmij v1.0.21
3782026-08-28T18:57:32.083Z Compiling itoa v1.0.17
3792026-08-28T18:57:32.083Z Compiling ucd-trie v0.1.7
3802026-08-28T18:57:32.083Z Compiling thiserror v1.0.69
3812026-08-28T18:57:32.083Z Compiling rustix v1.1.4
3822026-08-28T18:57:32.083Z Compiling byteorder v1.5.0
3832026-08-28T18:57:32.524Z Compiling serde_json v1.0.151
3842026-08-28T18:57:32.544Z Compiling bitflags v2.11.0
3852026-08-28T18:57:32.602Z Compiling usdt-impl v0.5.0
3862026-08-28T18:57:32.668Z Compiling pest v2.8.6
3872026-08-28T18:57:32.781Z Compiling proc-macro-error-attr v1.0.4
3882026-08-28T18:57:32.819Z Compiling syn v1.0.109
3892026-08-28T18:57:32.853Z Compiling camino v1.2.5
3902026-08-28T18:57:32.884Z Compiling proc-macro-error v1.0.4
3912026-08-28T18:57:32.929Z Compiling equivalent v1.0.2
3922026-08-28T18:57:32.943Z Compiling getrandom v0.4.3
3932026-08-28T18:57:33.032Z Compiling hashbrown v0.17.0
3942026-08-28T18:57:33.052Z Compiling log v0.4.33
3952026-08-28T18:57:33.077Z Compiling plain v0.2.3
3962026-08-28T18:57:33.083Z Compiling utf8parse v0.2.2
3972026-08-28T18:57:33.171Z Compiling toml_write v0.1.2
3982026-08-28T18:57:33.203Z Compiling cfg-if v1.0.4
3992026-08-28T18:57:33.255Z Compiling anstyle-parse v1.0.0
4002026-08-28T18:57:33.264Z Compiling thiserror v2.0.18
4012026-08-28T18:57:33.288Z Compiling anstyle-query v1.1.5
4022026-08-28T18:57:33.302Z Compiling anstyle v1.0.14
4032026-08-28T18:57:33.323Z Compiling colorchoice v1.0.4
4042026-08-28T18:57:33.337Z Compiling pretty-hex v0.4.1
4052026-08-28T18:57:33.404Z Compiling autocfg v1.5.0
4062026-08-28T18:57:33.432Z Compiling is_terminal_polyfill v1.70.2
4072026-08-28T18:57:33.442Z Compiling winnow v0.7.14
4082026-08-28T18:57:33.488Z Compiling errno v0.3.14
4092026-08-28T18:57:33.505Z Compiling thread-id v4.2.2
4102026-08-28T18:57:33.521Z Compiling anstream v1.0.0
4112026-08-28T18:57:33.560Z Compiling fastrand v2.3.0
4122026-08-28T18:57:33.572Z Compiling indexmap v2.14.0
4132026-08-28T18:57:33.586Z Compiling heck v0.5.0
4142026-08-28T18:57:33.600Z Compiling bytecount v0.6.9
4152026-08-28T18:57:33.654Z Compiling anyhow v1.0.104
4162026-08-28T18:57:33.670Z Compiling strsim v0.11.1
4172026-08-28T18:57:33.767Z Compiling fnv v1.0.7
4182026-08-28T18:57:33.849Z Compiling pest_meta v2.8.6
4192026-08-28T18:57:33.858Z Compiling heck v0.4.1
4202026-08-28T18:57:33.866Z Compiling fs-err v3.3.0
4212026-08-28T18:57:33.900Z Compiling once_cell v1.21.3
4222026-08-28T18:57:33.909Z Compiling unicode-width v0.1.14
4232026-08-28T18:57:33.910Z Compiling clap_lex v1.0.0
4242026-08-28T18:57:33.995Z Compiling syn v2.0.117
4252026-08-28T18:57:34.038Z Compiling memmap v0.7.0
4262026-08-28T18:57:34.105Z Compiling smawk v0.3.2
4272026-08-28T18:57:34.133Z Compiling unicode-linebreak v0.1.5
4282026-08-28T18:57:34.169Z Compiling papergrid v0.11.0
4292026-08-28T18:57:34.207Z Compiling unicode-width v0.2.0
4302026-08-28T18:57:34.237Z Compiling swrite v0.1.0
4312026-08-28T18:57:34.464Z Compiling terminal_size v0.4.3
4322026-08-28T18:57:34.464Z Compiling tempfile v3.27.0
4332026-08-28T18:57:34.629Z Compiling clap_builder v4.6.0
4342026-08-28T18:57:34.647Z Compiling semver v1.0.28
4352026-08-28T18:57:34.651Z Compiling cargo-platform v0.3.2
4362026-08-28T18:57:34.695Z Compiling textwrap v0.16.2
4372026-08-28T18:57:34.878Z Compiling camino-tempfile v1.4.1
4382026-08-28T18:57:35.443Z Compiling tabled_derive v0.7.0
4392026-08-28T18:57:36.087Z Compiling tabled v0.15.0
4402026-08-28T18:57:36.149Z Compiling pest_generator v2.8.6
4412026-08-28T18:57:36.681Z Compiling serde_derive v1.0.228
4422026-08-28T18:57:36.681Z Compiling thiserror-impl v1.0.69
4432026-08-28T18:57:36.682Z Compiling zerocopy-derive v0.7.35
4442026-08-28T18:57:36.685Z Compiling scroll_derive v0.12.1
4452026-08-28T18:57:36.685Z Compiling thiserror-impl v2.0.18
4462026-08-28T18:57:36.685Z Compiling clap_derive v4.6.1
4472026-08-28T18:57:36.771Z Compiling pest_derive v2.8.6
4482026-08-28T18:57:37.277Z Compiling scroll v0.12.0
4492026-08-28T18:57:37.359Z Compiling zerocopy v0.7.35
4502026-08-28T18:57:37.488Z Compiling goblin v0.8.2
4512026-08-28T18:57:37.667Z Compiling dtrace-parser v0.2.0
4522026-08-28T18:57:38.003Z Compiling clap v4.6.1
4532026-08-28T18:57:39.059Z Compiling toml_datetime v0.6.11
4542026-08-28T18:57:39.059Z Compiling serde_spanned v0.6.9
4552026-08-28T18:57:39.068Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4562026-08-28T18:57:39.068Z Compiling cargo_metadata v0.23.1
4572026-08-28T18:57:39.068Z Compiling macaddr v1.0.1
4582026-08-28T18:57:39.068Z Compiling dof v0.3.0
4592026-08-28T18:57:39.068Z Compiling serde_tokenstream v0.2.3
4602026-08-28T18:57:39.261Z Compiling toml_edit v0.22.27
4612026-08-28T18:57:39.798Z Compiling usdt-attr-macro v0.5.0
4622026-08-28T18:57:39.798Z Compiling usdt-macro v0.5.0
4632026-08-28T18:57:40.415Z Compiling usdt v0.5.0
4642026-08-28T18:57:40.527Z Compiling toml v0.8.23
4652026-08-28T18:57:40.856Z Compiling cargo_toml v0.21.0
4662026-08-28T18:57:42.136Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4672026-08-28T18:57:44.203Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.98s
4682026-08-28T18:57:44.424Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4692026-08-28T18:57:44.950Z Downloading crates ...
4702026-08-28T18:57:45.000Z Downloaded bcrypt-pbkdf v0.11.0
4712026-08-28T18:57:45.007Z Downloaded atomicwrites v0.4.4
4722026-08-28T18:57:45.037Z Downloaded addr2line v0.25.1
4732026-08-28T18:57:45.044Z Downloaded cobs v0.3.0
4742026-08-28T18:57:45.044Z Downloaded adler2 v2.0.1
4752026-08-28T18:57:45.044Z Downloaded assert_matches v1.5.0
4762026-08-28T18:57:45.044Z Downloaded async-stream-impl v0.3.6
4772026-08-28T18:57:45.044Z Downloaded atomic-waker v1.1.2
4782026-08-28T18:57:45.044Z Downloaded endian-type v0.1.2
4792026-08-28T18:57:45.045Z Downloaded const-oid v0.10.2
4802026-08-28T18:57:45.045Z Downloaded enum_dispatch v0.3.13
4812026-08-28T18:57:45.045Z Downloaded backtrace-ext v0.2.1
4822026-08-28T18:57:45.045Z Downloaded enum-as-inner v0.6.1
4832026-08-28T18:57:45.045Z Downloaded env_filter v2.0.0
4842026-08-28T18:57:45.045Z Downloaded async-stream v0.3.6
4852026-08-28T18:57:45.045Z Downloaded env_logger v0.11.11
4862026-08-28T18:57:45.045Z Downloaded base16ct v1.0.0
4872026-08-28T18:57:45.045Z Downloaded flagset v0.4.7
4882026-08-28T18:57:45.045Z Downloaded ena v0.14.4
4892026-08-28T18:57:45.045Z Downloaded atty v0.2.14
4902026-08-28T18:57:45.045Z Downloaded futures-task v0.3.32
4912026-08-28T18:57:45.045Z Downloaded aead v0.5.2
4922026-08-28T18:57:45.049Z Downloaded arrayref v0.3.9
4932026-08-28T18:57:45.049Z Downloaded ascii-canvas v3.0.0
4942026-08-28T18:57:45.050Z Downloaded bitfield-macros v0.19.4
4952026-08-28T18:57:45.050Z Downloaded futures-io v0.3.32
4962026-08-28T18:57:45.050Z Downloaded foreign-types v0.3.2
4972026-08-28T18:57:45.050Z Downloaded cipher v0.4.4
4982026-08-28T18:57:45.050Z Downloaded cmake v0.1.57
4992026-08-28T18:57:45.053Z Downloaded fixedbitset v0.4.2
5002026-08-28T18:57:45.053Z Downloaded futures-macro v0.3.32
5012026-08-28T18:57:45.053Z Downloaded array-init v0.0.4
5022026-08-28T18:57:45.054Z Downloaded async-recursion v1.1.1
5032026-08-28T18:57:45.058Z Downloaded bit-set v0.5.3
5042026-08-28T18:57:45.058Z Downloaded bit-set v0.8.0
5052026-08-28T18:57:45.062Z Downloaded cassowary v0.3.0
5062026-08-28T18:57:45.063Z Downloaded form_urlencoded v1.2.2
5072026-08-28T18:57:45.066Z Downloaded hubpack v0.1.2
5082026-08-28T18:57:45.066Z Downloaded anstyle-parse v0.2.7
5092026-08-28T18:57:45.066Z Downloaded gethostname v0.5.0
5102026-08-28T18:57:45.066Z Downloaded foreign-types-macros v0.2.3
5112026-08-28T18:57:45.070Z Downloaded foreign-types-shared v0.1.1
5122026-08-28T18:57:45.070Z Downloaded fd-lock v4.0.4
5132026-08-28T18:57:45.071Z Downloaded bb8 v0.8.6
5142026-08-28T18:57:45.074Z Downloaded http-range v0.1.5
5152026-08-28T18:57:45.074Z Downloaded arrayvec v0.7.6
5162026-08-28T18:57:45.074Z Downloaded console v0.15.11
5172026-08-28T18:57:45.078Z Downloaded ff v0.13.1
5182026-08-28T18:57:45.078Z Downloaded headers-core v0.3.0
5192026-08-28T18:57:45.078Z Downloaded bit-vec v0.6.3
5202026-08-28T18:57:45.078Z Downloaded ff v0.14.0
5212026-08-28T18:57:45.081Z Downloaded futures-core v0.3.32
5222026-08-28T18:57:45.081Z Downloaded erased-serde v0.3.31
5232026-08-28T18:57:45.081Z Downloaded fs-err v2.11.0
5242026-08-28T18:57:45.087Z Downloaded block-buffer v0.12.1
5252026-08-28T18:57:45.087Z Downloaded cfg_aliases v0.2.1
5262026-08-28T18:57:45.087Z Downloaded ghash v0.6.0
5272026-08-28T18:57:45.087Z Downloaded hash32 v0.3.1
5282026-08-28T18:57:45.091Z Downloaded float-cmp v0.10.0
5292026-08-28T18:57:45.091Z Downloaded float-ord v0.3.2
5302026-08-28T18:57:45.091Z Downloaded block-padding v0.4.2
5312026-08-28T18:57:45.091Z Downloaded fxhash v0.2.1
5322026-08-28T18:57:45.091Z Downloaded bitfield-struct v0.6.2
5332026-08-28T18:57:45.091Z Downloaded castaway v0.2.4
5342026-08-28T18:57:45.091Z Downloaded ciborium-ll v0.2.2
5352026-08-28T18:57:45.095Z Downloaded httpdate v1.0.3
5362026-08-28T18:57:45.095Z Downloaded cfg_aliases v0.1.1
5372026-08-28T18:57:45.095Z Downloaded hex v0.4.3
5382026-08-28T18:57:45.098Z Downloaded compression-core v0.4.31
5392026-08-28T18:57:45.101Z Downloaded home v0.5.12
5402026-08-28T18:57:45.101Z Downloaded foreign-types v0.5.0
5412026-08-28T18:57:45.101Z Downloaded hash32 v0.2.1
5422026-08-28T18:57:45.101Z Downloaded futures-sink v0.3.32
5432026-08-28T18:57:45.109Z Downloaded fixedbitset v0.5.7
5442026-08-28T18:57:45.112Z Downloaded futures-executor v0.3.32
5452026-08-28T18:57:45.112Z Downloaded fallible-iterator v0.2.0
5462026-08-28T18:57:45.115Z Downloaded find-msvc-tools v0.1.9
5472026-08-28T18:57:45.115Z Downloaded ciborium-io v0.2.2
5482026-08-28T18:57:45.115Z Downloaded glob v0.3.3
5492026-08-28T18:57:45.119Z Downloaded hostname v0.3.1
5502026-08-28T18:57:45.119Z Downloaded hostname v0.4.2
5512026-08-28T18:57:45.119Z Downloaded nodrop v0.1.14
5522026-08-28T18:57:45.123Z Downloaded foreign-types-shared v0.3.1
5532026-08-28T18:57:45.123Z Downloaded http-body v1.0.1
5542026-08-28T18:57:45.123Z Downloaded hubpack_derive v0.1.1
5552026-08-28T18:57:45.123Z Downloaded globwalk v0.9.1
5562026-08-28T18:57:45.127Z Downloaded nibble_vec v0.1.0
5572026-08-28T18:57:45.127Z Downloaded openssl-macros v0.1.1
5582026-08-28T18:57:45.132Z Downloaded peg-runtime v0.8.5
5592026-08-28T18:57:45.132Z Downloaded backon v1.6.0
5602026-08-28T18:57:45.132Z Downloaded bitfield v0.19.4
5612026-08-28T18:57:45.139Z Downloaded foldhash v0.1.5
5622026-08-28T18:57:45.139Z Downloaded foldhash v0.2.0
5632026-08-28T18:57:45.139Z Downloaded futures-channel v0.3.32
5642026-08-28T18:57:45.139Z Downloaded httparse v1.10.1
5652026-08-28T18:57:45.140Z Downloaded async-bb8-diesel v0.2.1
5662026-08-28T18:57:45.140Z Downloaded backoff v0.4.0
5672026-08-28T18:57:45.148Z Downloaded num-iter v0.1.45
5682026-08-28T18:57:45.148Z Downloaded powerfmt v0.2.0
5692026-08-28T18:57:45.148Z Downloaded proc-macro-crate v1.3.1
5702026-08-28T18:57:45.148Z Downloaded normalize-line-endings v0.3.0
5712026-08-28T18:57:45.148Z Downloaded async-trait v0.1.89
5722026-08-28T18:57:45.148Z Downloaded rand_xorshift v0.4.0
5732026-08-28T18:57:45.148Z Downloaded bcs v0.1.6
5742026-08-28T18:57:45.153Z Downloaded group v0.13.0
5752026-08-28T18:57:45.153Z Downloaded highway v1.3.0
5762026-08-28T18:57:45.153Z Downloaded num_threads v0.1.7
5772026-08-28T18:57:45.153Z Downloaded oxide-generation-macros v0.2.0
5782026-08-28T18:57:45.153Z Downloaded packed_struct_codegen v0.10.1
5792026-08-28T18:57:45.154Z Downloaded phf_shared v0.11.3
5802026-08-28T18:57:45.154Z Downloaded fs_extra v1.3.0
5812026-08-28T18:57:45.158Z Downloaded funty v2.0.0
5822026-08-28T18:57:45.158Z Downloaded http-body-util v0.1.3
5832026-08-28T18:57:45.158Z Downloaded predicates-core v1.0.10
5842026-08-28T18:57:45.158Z Downloaded predicates-tree v1.0.13
5852026-08-28T18:57:45.158Z Downloaded progenitor-macro v0.14.0
5862026-08-28T18:57:45.162Z Downloaded recursive v0.1.1
5872026-08-28T18:57:45.162Z Downloaded radium v0.7.0
5882026-08-28T18:57:45.162Z Downloaded same-file v1.0.6
5892026-08-28T18:57:45.167Z Downloaded russh-cryptovec v0.62.0
5902026-08-28T18:57:45.167Z Downloaded seq-macro v0.3.6
5912026-08-28T18:57:45.167Z Downloaded base16ct v0.2.0
5922026-08-28T18:57:45.170Z Downloaded cipher v0.5.2
5932026-08-28T18:57:45.170Z Downloaded bit-vec v0.8.0
5942026-08-28T18:57:45.170Z Downloaded anstream v0.6.21
5952026-08-28T18:57:45.174Z Downloaded argon2 v0.5.3
5962026-08-28T18:57:45.177Z Downloaded hex-literal v1.1.0
5972026-08-28T18:57:45.181Z Downloaded git-stub v1.0.0
5982026-08-28T18:57:45.181Z Downloaded humantime v2.3.0
5992026-08-28T18:57:45.184Z Downloaded chacha20 v0.9.1
6002026-08-28T18:57:45.187Z Downloaded getrandom v0.3.4
6012026-08-28T18:57:45.187Z Downloaded git-stub-vcs v0.1.0
6022026-08-28T18:57:45.192Z Downloaded globset v0.4.18
6032026-08-28T18:57:45.192Z Downloaded pbkdf2 v0.13.0
6042026-08-28T18:57:45.192Z Downloaded buf-list v1.1.2
6052026-08-28T18:57:45.192Z Downloaded slog-envlogger v2.2.0
6062026-08-28T18:57:45.195Z Downloaded cmov v0.5.4
6072026-08-28T18:57:45.195Z Downloaded bitflags v1.3.2
6082026-08-28T18:57:45.200Z Downloaded structmeta v0.3.0
6092026-08-28T18:57:45.204Z Downloaded blowfish v0.10.0
6102026-08-28T18:57:45.204Z Downloaded compression-codecs v0.4.37
6112026-08-28T18:57:45.204Z Downloaded structmeta-derive v0.3.0
6122026-08-28T18:57:45.204Z Downloaded byte-wrapper v0.1.0
6132026-08-28T18:57:45.204Z Downloaded secrecy v0.10.3
6142026-08-28T18:57:45.204Z Downloaded ahash v0.8.12
6152026-08-28T18:57:45.215Z Downloaded filetime v0.2.27
6162026-08-28T18:57:45.215Z Downloaded proc-macro-error2 v2.0.1
6172026-08-28T18:57:45.215Z Downloaded getrandom v0.2.17
6182026-08-28T18:57:45.218Z Downloaded hmac v0.13.0
6192026-08-28T18:57:45.218Z Downloaded argon2 v0.6.0-rc.8
6202026-08-28T18:57:45.218Z Downloaded base64ct v1.8.3
6212026-08-28T18:57:45.218Z Downloaded camino-tempfile-ext v0.3.3
6222026-08-28T18:57:45.218Z Downloaded rand_core v0.9.5
6232026-08-28T18:57:45.218Z Downloaded signature v2.2.0
6242026-08-28T18:57:45.218Z Downloaded compact_str v0.8.1
6252026-08-28T18:57:45.219Z Downloaded rpassword v7.5.4
6262026-08-28T18:57:45.219Z Downloaded supports-unicode v3.0.0
6272026-08-28T18:57:45.219Z Downloaded take_mut v0.2.2
6282026-08-28T18:57:45.219Z Downloaded elliptic-curve v0.14.1
6292026-08-28T18:57:45.223Z Downloaded num-integer v0.1.46
6302026-08-28T18:57:45.223Z Downloaded sync_wrapper v1.0.2
6312026-08-28T18:57:45.223Z Downloaded thread-id v5.1.0
6322026-08-28T18:57:45.229Z Downloaded pkcs8 v0.10.2
6332026-08-28T18:57:45.229Z Downloaded rustls-native-certs v0.8.3
6342026-08-28T18:57:45.236Z Downloaded password-hash v0.5.0
6352026-08-28T18:57:45.236Z Downloaded progenitor-extras v0.2.0
6362026-08-28T18:57:45.236Z Downloaded rfc6979 v0.4.0
6372026-08-28T18:57:45.236Z Downloaded rand_seeder v0.4.0
6382026-08-28T18:57:45.236Z Downloaded tower-layer v0.3.3
6392026-08-28T18:57:45.236Z Downloaded hybrid-array v0.4.13
6402026-08-28T18:57:45.240Z Downloaded usdt v0.6.0
6412026-08-28T18:57:45.240Z Downloaded zeroize_derive v1.5.0
6422026-08-28T18:57:45.244Z Downloaded group v0.14.0
6432026-08-28T18:57:45.244Z Downloaded half v1.8.3
6442026-08-28T18:57:45.244Z Downloaded cpubits v0.1.1
6452026-08-28T18:57:45.244Z Downloaded crunchy v0.2.4
6462026-08-28T18:57:45.244Z Downloaded utf8_iter v1.0.4
6472026-08-28T18:57:45.247Z Downloaded utf-8 v0.7.6
6482026-08-28T18:57:45.247Z Downloaded fatfs v0.3.6
6492026-08-28T18:57:45.247Z Downloaded flume v0.11.1
6502026-08-28T18:57:45.253Z Downloaded chacha20 v0.10.0
6512026-08-28T18:57:45.253Z Downloaded serde_with_macros v1.5.2
6522026-08-28T18:57:45.253Z Downloaded serde_tokenstream v0.3.0
6532026-08-28T18:57:45.253Z Downloaded zone_cfg_derive v0.3.1
6542026-08-28T18:57:45.257Z Downloaded bzip2 v0.6.1
6552026-08-28T18:57:45.257Z Downloaded colored v2.2.0
6562026-08-28T18:57:45.257Z Downloaded colored v3.1.1
6572026-08-28T18:57:45.257Z Downloaded bzip2 v0.4.4
6582026-08-28T18:57:45.257Z Downloaded cexpr v0.6.0
6592026-08-28T18:57:45.261Z Downloaded ciborium v0.2.2
6602026-08-28T18:57:45.261Z Downloaded const-oid v0.9.6
6612026-08-28T18:57:45.261Z Downloaded aead v0.6.1
6622026-08-28T18:57:45.261Z Downloaded console v0.16.2
6632026-08-28T18:57:45.264Z Downloaded blake2 v0.10.6
6642026-08-28T18:57:45.264Z Downloaded blake2 v0.11.0-rc.6
6652026-08-28T18:57:45.264Z Downloaded postcard v1.1.3
6662026-08-28T18:57:45.264Z Downloaded smallvec v0.6.14
6672026-08-28T18:57:45.268Z Downloaded spki v0.8.0
6682026-08-28T18:57:45.268Z Downloaded sqlparser_derive v0.5.0
6692026-08-28T18:57:45.268Z Downloaded string_cache v0.8.9
6702026-08-28T18:57:45.268Z Downloaded strum_macros v0.27.2
6712026-08-28T18:57:45.268Z Downloaded cbc v0.2.1
6722026-08-28T18:57:45.273Z Downloaded curve25519-dalek-derive v0.1.1
6732026-08-28T18:57:45.273Z Downloaded bs58 v0.5.1
6742026-08-28T18:57:45.273Z Downloaded clang-sys v1.8.1
6752026-08-28T18:57:45.273Z Downloaded semver v0.1.20
6762026-08-28T18:57:45.277Z Downloaded cpufeatures v0.3.0
6772026-08-28T18:57:45.277Z Downloaded base64 v0.22.1
6782026-08-28T18:57:45.286Z Downloaded base64 v0.21.7
6792026-08-28T18:57:45.286Z Downloaded darling_macro v0.13.4
6802026-08-28T18:57:45.286Z Downloaded debug-ignore v1.0.5
6812026-08-28T18:57:45.286Z Downloaded tiny-keccak v2.0.2
6822026-08-28T18:57:45.286Z Downloaded tinystr v0.8.2
6832026-08-28T18:57:45.287Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6842026-08-28T18:57:45.300Z Downloaded defmt-parser v1.0.0
6852026-08-28T18:57:45.300Z Downloaded difflib v0.4.0
6862026-08-28T18:57:45.300Z Downloaded digest-io v0.1.0
6872026-08-28T18:57:45.300Z Downloaded dropshot-api-manager-types v0.8.0
6882026-08-28T18:57:45.300Z Downloaded idna_adapter v1.2.1
6892026-08-28T18:57:45.300Z Downloaded instant v0.1.13
6902026-08-28T18:57:45.300Z Downloaded hmac v0.12.1
6912026-08-28T18:57:45.300Z Downloaded pkcs1 v0.7.5
6922026-08-28T18:57:45.300Z Downloaded poly1305 v0.9.0
6932026-08-28T18:57:45.301Z Downloaded futures v0.3.32
6942026-08-28T18:57:45.305Z Downloaded generic-array v1.4.3
6952026-08-28T18:57:45.305Z Downloaded half v2.7.1
6962026-08-28T18:57:45.305Z Downloaded vergen-git2 v9.1.0
6972026-08-28T18:57:45.305Z Downloaded heapless v0.8.0
6982026-08-28T18:57:45.311Z Downloaded embedded-io v0.6.1
6992026-08-28T18:57:45.311Z Downloaded indoc v1.0.9
7002026-08-28T18:57:45.311Z Downloaded tui-tree-widget v0.23.1
7012026-08-28T18:57:45.311Z Downloaded wait-timeout v0.2.1
7022026-08-28T18:57:45.311Z Downloaded serde_with_macros v3.21.0
7032026-08-28T18:57:45.315Z Downloaded wyz v0.5.1
7042026-08-28T18:57:45.315Z Downloaded convert_case v0.4.0
7052026-08-28T18:57:45.315Z Downloaded memoffset v0.9.1
7062026-08-28T18:57:45.321Z Downloaded omicron-zone-package v0.12.3
7072026-08-28T18:57:45.321Z Downloaded papergrid v0.18.0
7082026-08-28T18:57:45.325Z Downloaded oxide-update-engine-types v0.1.2
7092026-08-28T18:57:45.325Z Downloaded managed v0.8.0
7102026-08-28T18:57:45.325Z Downloaded lzss v0.8.2
7112026-08-28T18:57:45.325Z Downloaded yoke v0.8.1
7122026-08-28T18:57:45.330Z Downloaded oso v0.27.3
7132026-08-28T18:57:45.336Z Downloaded cancel-safe-futures v0.1.5
7142026-08-28T18:57:45.340Z Downloaded corncobs v0.1.4
7152026-08-28T18:57:45.344Z Downloaded term v0.7.0
7162026-08-28T18:57:45.344Z Downloaded aes v0.9.1
7172026-08-28T18:57:45.348Z Downloaded tokio-stream v0.1.18
7182026-08-28T18:57:45.349Z Downloaded toml_parser v1.1.2+spec-1.1.0
7192026-08-28T18:57:45.355Z Downloaded derive_builder_core v0.20.2
7202026-08-28T18:57:45.355Z Downloaded ctr v0.10.1
7212026-08-28T18:57:45.356Z Downloaded newline-converter v0.3.0
7222026-08-28T18:57:45.356Z Downloaded precomputed-hash v0.1.1
7232026-08-28T18:57:45.356Z Downloaded rtoolbox v0.0.3
7242026-08-28T18:57:45.359Z Downloaded russh-util v0.52.0
7252026-08-28T18:57:45.359Z Downloaded slog-term v2.9.2
7262026-08-28T18:57:45.359Z Downloaded diesel-dtrace v0.5.0
7272026-08-28T18:57:45.359Z Downloaded nonempty v0.12.0
7282026-08-28T18:57:45.359Z Downloaded flate2 v1.1.9
7292026-08-28T18:57:45.365Z Downloaded parse-size v1.1.0
7302026-08-28T18:57:45.365Z Downloaded password-hash v0.6.1
7312026-08-28T18:57:45.380Z Downloaded proc-macro-crate v3.4.0
7322026-08-28T18:57:45.380Z Downloaded twox-hash v2.1.2
7332026-08-28T18:57:45.380Z Downloaded ipnet v2.12.0
7342026-08-28T18:57:45.380Z Downloaded expectorate v1.2.0
7352026-08-28T18:57:45.380Z Downloaded signal-hook v0.3.18
7362026-08-28T18:57:45.386Z Downloaded yasna v0.5.2
7372026-08-28T18:57:45.386Z Downloaded impl-trait-for-tuples v0.2.3
7382026-08-28T18:57:45.386Z Downloaded knus-derive v3.4.0
7392026-08-28T18:57:45.386Z Downloaded ingot-types v0.2.0
7402026-08-28T18:57:45.386Z Downloaded jobserver v0.1.34
7412026-08-28T18:57:45.386Z Downloaded crossbeam-utils v0.8.21
7422026-08-28T18:57:45.386Z Downloaded libsw v3.5.0
7432026-08-28T18:57:45.386Z Downloaded libsw-core v0.3.2
7442026-08-28T18:57:45.386Z Downloaded mime_guess v2.0.5
7452026-08-28T18:57:45.390Z Downloaded proc-macro-error-attr2 v2.0.0
7462026-08-28T18:57:45.391Z Downloaded der_derive v0.7.3
7472026-08-28T18:57:45.391Z Downloaded psl-types v2.0.11
7482026-08-28T18:57:45.391Z Downloaded quick-error v1.2.3
7492026-08-28T18:57:45.391Z Downloaded packed_struct v0.10.1
7502026-08-28T18:57:45.391Z Downloaded pem-rfc7468 v1.0.0
7512026-08-28T18:57:45.391Z Downloaded phf_shared v0.12.1
7522026-08-28T18:57:45.391Z Downloaded stable_deref_trait v1.2.1
7532026-08-28T18:57:45.391Z Downloaded strip-ansi-escapes v0.2.1
7542026-08-28T18:57:45.391Z Downloaded subtle v2.6.1
7552026-08-28T18:57:45.394Z Downloaded aes-gcm v0.11.0
7562026-08-28T18:57:45.394Z Downloaded allocator-api2 v0.2.21
7572026-08-28T18:57:45.401Z Downloaded time-core v0.1.8
7582026-08-28T18:57:45.401Z Downloaded unicode-truncate v1.1.0
7592026-08-28T18:57:45.401Z Downloaded unicode-xid v0.2.6
7602026-08-28T18:57:45.401Z Downloaded module-lattice v0.2.3
7612026-08-28T18:57:45.401Z Downloaded bytes v1.11.1
7622026-08-28T18:57:45.401Z Downloaded headers v0.4.1
7632026-08-28T18:57:45.405Z Downloaded phf v0.12.1
7642026-08-28T18:57:45.405Z Downloaded chacha20poly1305 v0.10.1
7652026-08-28T18:57:45.408Z Downloaded arc-swap v1.8.2
7662026-08-28T18:57:45.408Z Downloaded tinyvec v1.10.0
7672026-08-28T18:57:45.412Z Downloaded derive_builder v0.20.2
7682026-08-28T18:57:45.412Z Downloaded tungstenite v0.23.0
7692026-08-28T18:57:45.416Z Downloaded scopeguard v1.2.0
7702026-08-28T18:57:45.416Z Downloaded serde_urlencoded v0.7.1
7712026-08-28T18:57:45.416Z Downloaded signal-hook-tokio v0.3.1
7722026-08-28T18:57:45.416Z Downloaded signal-hook-mio v0.2.5
7732026-08-28T18:57:45.416Z Downloaded async-compression v0.4.41
7742026-08-28T18:57:45.421Z Downloaded rfc6979 v0.6.0
7752026-08-28T18:57:45.425Z Downloaded digest v0.11.3
7762026-08-28T18:57:45.425Z Downloaded postgres-protocol v0.6.10
7772026-08-28T18:57:45.425Z Downloaded predicates v3.1.4
7782026-08-28T18:57:45.425Z Downloaded waitgroup v0.1.2
7792026-08-28T18:57:45.425Z Downloaded darling v0.20.11
7802026-08-28T18:57:45.428Z Downloaded ecdsa v0.17.0
7812026-08-28T18:57:45.429Z Downloaded scuffle v0.1.0
7822026-08-28T18:57:45.433Z Downloaded tungstenite v0.21.0
7832026-08-28T18:57:45.433Z Downloaded sponge-cursor v0.1.0
7842026-08-28T18:57:45.462Z Downloaded hickory-resolver v0.25.2
7852026-08-28T18:57:45.462Z Downloaded similar v2.7.0
7862026-08-28T18:57:45.462Z Downloaded socket2 v0.5.10
7872026-08-28T18:57:45.462Z Downloaded num_enum_derive v0.5.11
7882026-08-28T18:57:45.462Z Downloaded num_enum_derive v0.7.6
7892026-08-28T18:57:45.462Z Downloaded nu-ansi-term v0.50.3
7902026-08-28T18:57:45.462Z Downloaded p384 v0.14.0
7912026-08-28T18:57:45.462Z Downloaded zopfli v0.8.3
7922026-08-28T18:57:45.462Z Downloaded tokio-test v0.4.5
7932026-08-28T18:57:45.462Z Downloaded lock_api v0.4.14
7942026-08-28T18:57:45.462Z Downloaded topological-sort v0.2.2
7952026-08-28T18:57:45.462Z Downloaded usdt-attr-macro v0.6.0
7962026-08-28T18:57:45.462Z Downloaded rustversion v1.0.22
7972026-08-28T18:57:45.463Z Downloaded sec1 v0.7.3
7982026-08-28T18:57:45.463Z Downloaded smf v0.2.3
7992026-08-28T18:57:45.463Z Downloaded owo-colors v4.3.0
8002026-08-28T18:57:45.463Z Downloaded oxide-update-engine-display v0.1.2
8012026-08-28T18:57:45.463Z Downloaded poly1305 v0.8.0
8022026-08-28T18:57:45.463Z Downloaded slog-json v2.6.1
8032026-08-28T18:57:45.463Z Downloaded hickory-resolver v0.24.4
8042026-08-28T18:57:45.463Z Downloaded vte v0.14.1
8052026-08-28T18:57:45.463Z Downloaded phf v0.13.1
8062026-08-28T18:57:45.463Z Downloaded unsafe-libyaml v0.2.11
8072026-08-28T18:57:45.463Z Downloaded psm v0.1.30
8082026-08-28T18:57:45.463Z Downloaded dyn-clone v1.0.20
8092026-08-28T18:57:45.463Z Downloaded ar_archive_writer v0.5.1
8102026-08-28T18:57:45.468Z Downloaded crypto-common v0.2.2
8112026-08-28T18:57:45.468Z Downloaded backtrace v0.3.76
8122026-08-28T18:57:45.468Z Downloaded cc v1.2.56
8132026-08-28T18:57:45.472Z Downloaded chumsky v0.9.3
8142026-08-28T18:57:45.472Z Downloaded http v1.4.2
8152026-08-28T18:57:45.472Z Downloaded serde-hex v0.1.0
8162026-08-28T18:57:45.472Z Downloaded test-strategy v0.4.5
8172026-08-28T18:57:45.477Z Downloaded samael v0.0.19
8182026-08-28T18:57:45.484Z Downloaded schemars v1.2.1
8192026-08-28T18:57:45.488Z Downloaded hashbrown v0.13.2
8202026-08-28T18:57:45.488Z Downloaded ml-kem v0.3.2
8212026-08-28T18:57:45.494Z Downloaded whoami v2.1.0
8222026-08-28T18:57:45.497Z Downloaded lru-slab v0.1.2
8232026-08-28T18:57:45.502Z Downloaded maplit v1.0.2
8242026-08-28T18:57:45.502Z Downloaded dof v0.4.0
8252026-08-28T18:57:45.502Z Downloaded diesel_table_macro_syntax v0.3.0
8262026-08-28T18:57:45.502Z Downloaded opaque-debug v0.3.1
8272026-08-28T18:57:45.507Z Downloaded signal-hook-registry v1.4.8
8282026-08-28T18:57:45.507Z Downloaded zstd-safe v7.2.4
8292026-08-28T18:57:45.507Z Downloaded crc v3.4.0
8302026-08-28T18:57:45.507Z Downloaded is-terminal v0.4.17
8312026-08-28T18:57:45.507Z Downloaded is_ci v1.2.0
8322026-08-28T18:57:45.507Z Downloaded rand_chacha v0.3.1
8332026-08-28T18:57:45.507Z Downloaded num v0.4.3
8342026-08-28T18:57:45.514Z Downloaded time-macros v0.2.27
8352026-08-28T18:57:45.518Z Downloaded tokio-tungstenite v0.21.0
8362026-08-28T18:57:45.518Z Downloaded daft v0.1.8
8372026-08-28T18:57:45.522Z Downloaded daft-derive v0.1.8
8382026-08-28T18:57:45.522Z Downloaded serde_path_to_error v0.1.20
8392026-08-28T18:57:45.525Z Downloaded constant_time_eq v0.4.2
8402026-08-28T18:57:45.525Z Downloaded secrecy v0.8.0
8412026-08-28T18:57:45.525Z Downloaded slog-bunyan v2.5.0
8422026-08-28T18:57:45.525Z Downloaded zerotrie v0.2.3
8432026-08-28T18:57:45.528Z Downloaded supports-color v3.0.2
8442026-08-28T18:57:45.528Z Downloaded supports-hyperlinks v3.2.0
8452026-08-28T18:57:45.529Z Downloaded bumpalo v3.20.2
8462026-08-28T18:57:45.532Z Downloaded heapless v0.7.17
8472026-08-28T18:57:45.539Z Downloaded tracing-attributes v0.1.31
8482026-08-28T18:57:45.539Z Downloaded path-slash v0.1.5
8492026-08-28T18:57:45.539Z Downloaded phf_shared v0.13.1
8502026-08-28T18:57:45.543Z Downloaded hashbrown v0.12.3
8512026-08-28T18:57:45.546Z Downloaded libefi-sys v0.1.0
8522026-08-28T18:57:45.546Z Downloaded multer v3.1.0
8532026-08-28T18:57:45.551Z Downloaded darling_core v0.20.11
8542026-08-28T18:57:45.551Z Downloaded miette-derive v7.6.0
8552026-08-28T18:57:45.554Z Downloaded untrusted v0.9.0
8562026-08-28T18:57:45.554Z Downloaded data-encoding v2.10.0
8572026-08-28T18:57:45.554Z Downloaded rustls-platform-verifier v0.6.2
8582026-08-28T18:57:45.554Z Downloaded num-rational v0.4.2
8592026-08-28T18:57:45.554Z Downloaded sigpipe v0.1.3
8602026-08-28T18:57:45.557Z Downloaded serde_plain v1.0.2
8612026-08-28T18:57:45.557Z Downloaded num-bigint v0.4.6
8622026-08-28T18:57:45.560Z Downloaded term v1.2.1
8632026-08-28T18:57:45.560Z Downloaded testing_table v0.3.0
8642026-08-28T18:57:45.563Z Downloaded peg v0.8.5
8652026-08-28T18:57:45.563Z Downloaded crc8 v0.1.1
8662026-08-28T18:57:45.563Z Downloaded toml_writer v1.1.1+spec-1.1.0
8672026-08-28T18:57:45.566Z Downloaded crypto-bigint v0.5.5
8682026-08-28T18:57:45.569Z Downloaded rand_chacha v0.9.0
8692026-08-28T18:57:45.569Z Downloaded rand_core v0.6.4
8702026-08-28T18:57:45.570Z Downloaded rand_core v0.10.0
8712026-08-28T18:57:45.570Z Downloaded hickory-server v0.25.2
8722026-08-28T18:57:45.573Z Downloaded subprocess v0.2.15
8732026-08-28T18:57:45.576Z Downloaded termtree v0.5.1
8742026-08-28T18:57:45.576Z Downloaded tracing-core v0.1.36
8752026-08-28T18:57:45.576Z Downloaded unit-prefix v0.5.2
8762026-08-28T18:57:45.576Z Downloaded yoke-derive v0.8.1
8772026-08-28T18:57:45.579Z Downloaded hyper-rustls v0.27.7
8782026-08-28T18:57:45.579Z Downloaded rusty-fork v0.3.1
8792026-08-28T18:57:45.579Z Downloaded slog-stdlog v4.1.1
8802026-08-28T18:57:45.582Z Downloaded publicsuffix v2.3.0
8812026-08-28T18:57:45.582Z Downloaded ssh-cipher v0.3.0
8822026-08-28T18:57:45.586Z Downloaded unicode_categories v0.1.1
8832026-08-28T18:57:45.589Z Downloaded rand v0.10.1
8842026-08-28T18:57:45.594Z Downloaded unicode-bidi v0.3.18
8852026-08-28T18:57:45.594Z Downloaded icu_normalizer_data v2.1.1
8862026-08-28T18:57:45.594Z Downloaded knus v3.4.0
8872026-08-28T18:57:45.597Z Downloaded uzers v0.12.2
8882026-08-28T18:57:45.597Z Downloaded writeable v0.6.2
8892026-08-28T18:57:45.597Z Downloaded zeroize v1.9.0
8902026-08-28T18:57:45.597Z Downloaded progenitor v0.13.0
8912026-08-28T18:57:45.600Z Downloaded oxide-tokio-rt v0.1.4
8922026-08-28T18:57:45.600Z Downloaded want v0.3.1
8932026-08-28T18:57:45.603Z Downloaded downcast-rs v2.0.2
8942026-08-28T18:57:45.607Z Downloaded primefield v0.14.0
8952026-08-28T18:57:45.607Z Downloaded jiff-static v0.2.34
8962026-08-28T18:57:45.614Z Downloaded crossbeam-epoch v0.9.18
8972026-08-28T18:57:45.617Z Downloaded pkcs1 v0.8.0-rc.4
8982026-08-28T18:57:45.617Z Downloaded crc-any v2.5.0
8992026-08-28T18:57:45.621Z Downloaded dirs-sys-next v0.1.2
9002026-08-28T18:57:45.621Z Downloaded parking_lot_core v0.9.12
9012026-08-28T18:57:45.621Z Downloaded scroll v0.13.0
9022026-08-28T18:57:45.625Z Downloaded serde_yaml v0.9.34+deprecated
9032026-08-28T18:57:45.625Z Downloaded rustc-demangle v0.1.27
9042026-08-28T18:57:45.625Z Downloaded serde_derive_internals v0.29.1
9052026-08-28T18:57:45.625Z Downloaded sha1 v0.11.0
9062026-08-28T18:57:45.628Z Downloaded delegate v0.13.5
9072026-08-28T18:57:45.628Z Downloaded lru v0.12.5
9082026-08-28T18:57:45.628Z Downloaded mime v0.3.17
9092026-08-28T18:57:45.628Z Downloaded stringprep v0.1.5
9102026-08-28T18:57:45.635Z Downloaded dropshot_endpoint v0.17.1
9112026-08-28T18:57:45.642Z Downloaded kstat-rs v0.2.5
9122026-08-28T18:57:45.644Z Downloaded parse-display v0.10.0
9132026-08-28T18:57:45.647Z Downloaded md-5 v0.10.6
9142026-08-28T18:57:45.650Z Downloaded litemap v0.8.1
9152026-08-28T18:57:45.650Z Downloaded qorb v0.4.1
9162026-08-28T18:57:45.654Z Downloaded unicase v2.9.0
9172026-08-28T18:57:45.657Z Downloaded icu_normalizer v2.1.1
9182026-08-28T18:57:45.658Z Downloaded rayon-core v1.13.0
9192026-08-28T18:57:45.660Z Downloaded rustc-hash v2.1.1
9202026-08-28T18:57:45.660Z Downloaded rustls-webpki v0.103.13
9212026-08-28T18:57:45.666Z Downloaded whoami v1.6.1
9222026-08-28T18:57:45.666Z Downloaded newtype-uuid-macros v0.1.0
9232026-08-28T18:57:45.670Z Downloaded olpc-cjson v0.1.4
9242026-08-28T18:57:45.673Z Downloaded scroll_derive v0.13.1
9252026-08-28T18:57:45.677Z Downloaded serde_bytes v0.11.19
9262026-08-28T18:57:45.677Z Downloaded shell-words v1.1.1
9272026-08-28T18:57:45.677Z Downloaded rustyline v14.0.0
9282026-08-28T18:57:45.681Z Downloaded serde_repr v0.1.20
9292026-08-28T18:57:45.684Z Downloaded indoc v2.0.7
9302026-08-28T18:57:45.684Z Downloaded x509-cert v0.2.5
9312026-08-28T18:57:45.687Z Downloaded ingot v0.2.1
9322026-08-28T18:57:45.690Z Downloaded rand_pcg v0.10.2
9332026-08-28T18:57:45.690Z Downloaded recursive-proc-macro-impl v0.1.1
9342026-08-28T18:57:45.690Z Downloaded scheduled-thread-pool v0.2.7
9352026-08-28T18:57:45.693Z Downloaded ref-cast-impl v1.0.25
9362026-08-28T18:57:45.693Z Downloaded sha2 v0.11.0
9372026-08-28T18:57:45.693Z Downloaded either v1.15.0
9382026-08-28T18:57:45.693Z Downloaded try-lock v0.2.5
9392026-08-28T18:57:45.696Z Downloaded typify-macro v0.6.2
9402026-08-28T18:57:45.696Z Downloaded strsim v0.10.0
9412026-08-28T18:57:45.700Z Downloaded yansi v1.0.1
9422026-08-28T18:57:45.703Z Downloaded ed25519 v3.0.0
9432026-08-28T18:57:45.703Z Downloaded tar v0.4.46
9442026-08-28T18:57:45.706Z Downloaded icu_provider v2.1.1
9452026-08-28T18:57:45.709Z Downloaded indexmap v1.9.3
9462026-08-28T18:57:45.712Z Downloaded oxnet v0.1.6
9472026-08-28T18:57:45.715Z Downloaded darling_macro v0.21.3
9482026-08-28T18:57:45.715Z Downloaded darling_macro v0.23.0
9492026-08-28T18:57:45.715Z Downloaded des v0.9.0
9502026-08-28T18:57:45.715Z Downloaded hashbrown v0.14.5
9512026-08-28T18:57:45.719Z Downloaded universal-hash v0.6.1
9522026-08-28T18:57:45.719Z Downloaded xshell-macros v0.2.7
9532026-08-28T18:57:45.719Z Downloaded progenitor v0.14.0
9542026-08-28T18:57:45.722Z Downloaded crucible-workspace-hack v0.1.0
9552026-08-28T18:57:45.722Z Downloaded hashbrown v0.15.5
9562026-08-28T18:57:45.725Z Downloaded tokio-native-tls v0.3.1
9572026-08-28T18:57:45.725Z Downloaded hyper-util v0.1.20
9582026-08-28T18:57:45.730Z Downloaded port-file v0.1.0
9592026-08-28T18:57:45.730Z Downloaded toml v0.7.8
9602026-08-28T18:57:45.733Z Downloaded display-error-chain v0.2.2
9612026-08-28T18:57:45.733Z Downloaded ed25519-dalek v3.0.0
9622026-08-28T18:57:45.733Z Downloaded kem v0.3.0
9632026-08-28T18:57:45.733Z Downloaded hashbrown v0.16.1
9642026-08-28T18:57:45.737Z Downloaded linked-hash-map v0.5.6
9652026-08-28T18:57:45.737Z Downloaded typify v0.6.2
9662026-08-28T18:57:45.740Z Downloaded futures-util v0.3.32
9672026-08-28T18:57:45.744Z Downloaded hkdf v0.12.4
9682026-08-28T18:57:45.749Z Downloaded vergen v9.1.0
9692026-08-28T18:57:45.749Z Downloaded zerocopy v0.6.6
9702026-08-28T18:57:45.749Z Downloaded dsl_auto_type v0.2.0
9712026-08-28T18:57:45.753Z Downloaded slog-async v2.8.0
9722026-08-28T18:57:45.753Z Downloaded polyval v0.7.1
9732026-08-28T18:57:45.753Z Downloaded synstructure v0.13.2
9742026-08-28T18:57:45.753Z Downloaded itertools v0.10.5
9752026-08-28T18:57:45.757Z Downloaded termios v0.3.3
9762026-08-28T18:57:45.757Z Downloaded thiserror-impl-no-std v2.0.2
9772026-08-28T18:57:45.757Z Downloaded cookie v0.18.1
9782026-08-28T18:57:45.761Z Downloaded tokio-tungstenite v0.23.1
9792026-08-28T18:57:45.761Z Downloaded vergen-lib v9.1.0
9802026-08-28T18:57:45.761Z Downloaded walkdir v2.5.0
9812026-08-28T18:57:45.761Z Downloaded percent-encoding v2.3.2
9822026-08-28T18:57:45.761Z Downloaded dtrace-parser v0.3.0
9832026-08-28T18:57:45.764Z Downloaded aho-corasick v1.1.4
9842026-08-28T18:57:45.764Z Downloaded darling_core v0.13.4
9852026-08-28T18:57:45.768Z Downloaded p521 v0.14.0
9862026-08-28T18:57:45.768Z Downloaded defmt-macros v1.0.1
9872026-08-28T18:57:45.771Z Downloaded pin-project-lite v0.2.17
9882026-08-28T18:57:45.777Z Downloaded ryu v1.0.23
9892026-08-28T18:57:45.777Z Downloaded maybe-uninit v2.0.0
9902026-08-28T18:57:45.780Z Downloaded new_debug_unreachable v1.0.6
9912026-08-28T18:57:45.780Z Downloaded static_assertions v1.1.0
9922026-08-28T18:57:45.780Z Downloaded tokio-dtrace v0.1.1
9932026-08-28T18:57:45.780Z Downloaded serde_spanned v1.1.1
9942026-08-28T18:57:45.780Z Downloaded hyper v1.10.1
9952026-08-28T18:57:45.783Z Downloaded hkdf v0.13.0
9962026-08-28T18:57:45.783Z Downloaded csv-core v0.1.13
9972026-08-28T18:57:45.783Z Downloaded indicatif v0.18.4
9982026-08-28T18:57:45.788Z Downloaded socket2 v0.6.3
9992026-08-28T18:57:45.788Z Downloaded universal-hash v0.5.1
10002026-08-28T18:57:45.792Z Downloaded xshell v0.2.7
10012026-08-28T18:57:45.792Z Downloaded rustls-pki-types v1.14.0
10022026-08-28T18:57:45.792Z Downloaded sapling-renderdag v0.1.0
10032026-08-28T18:57:45.792Z Downloaded serde-big-array v0.5.1
10042026-08-28T18:57:45.792Z Downloaded num-derive v0.4.2
10052026-08-28T18:57:45.792Z Downloaded h2 v0.4.15
10062026-08-28T18:57:45.796Z Downloaded potential_utf v0.1.4
10072026-08-28T18:57:45.796Z Downloaded drift v0.2.0
10082026-08-28T18:57:45.803Z Downloaded serde_cbor v0.11.2
10092026-08-28T18:57:45.806Z Downloaded tap v1.0.1
10102026-08-28T18:57:45.806Z Downloaded spki v0.7.3
10112026-08-28T18:57:45.806Z Downloaded const_format_proc_macros v0.2.34
10122026-08-28T18:57:45.810Z Downloaded zerofrom v0.1.6
10132026-08-28T18:57:45.810Z Downloaded zerofrom-derive v0.1.6
10142026-08-28T18:57:45.810Z Downloaded wnaf v0.14.0
10152026-08-28T18:57:45.810Z Downloaded uuid v1.23.4
10162026-08-28T18:57:45.814Z Downloaded document-features v0.2.12
10172026-08-28T18:57:45.815Z Downloaded ident_case v1.0.1
10182026-08-28T18:57:45.815Z Downloaded indent_write v2.2.0
10192026-08-28T18:57:45.818Z Downloaded inout v0.1.4
10202026-08-28T18:57:45.818Z Downloaded md5 v0.8.0
10212026-08-28T18:57:45.818Z Downloaded pin-project-internal v1.1.11
10222026-08-28T18:57:45.822Z Downloaded num-traits v0.2.19
10232026-08-28T18:57:45.822Z Downloaded crc32fast v1.5.0
10242026-08-28T18:57:45.825Z Downloaded derive_more v2.1.1
10252026-08-28T18:57:45.833Z Downloaded ed25519-dalek v2.2.0
10262026-08-28T18:57:45.838Z Downloaded parking_lot_core v0.8.6
10272026-08-28T18:57:45.838Z Downloaded darling_core v0.21.3
10282026-08-28T18:57:45.838Z Downloaded pem-rfc7468 v0.7.0
10292026-08-28T18:57:45.842Z Downloaded progenitor-impl v0.14.0
10302026-08-28T18:57:45.845Z Downloaded toml_edit v0.19.15
10312026-08-28T18:57:45.851Z Downloaded derive-where v1.6.0
10322026-08-28T18:57:45.854Z Downloaded quinn-udp v0.5.14
10332026-08-28T18:57:45.854Z Downloaded der v0.7.10
10342026-08-28T18:57:45.858Z Downloaded rustc_version v0.4.1
10352026-08-28T18:57:45.858Z Downloaded internal-russh-num-bigint v0.5.0
10362026-08-28T18:57:45.861Z Downloaded thiserror-no-std v2.0.2
10372026-08-28T18:57:45.865Z Downloaded elliptic-curve v0.13.8
10382026-08-28T18:57:45.865Z Downloaded void v1.0.2
10392026-08-28T18:57:45.865Z Downloaded rustc_version v0.1.7
10402026-08-28T18:57:45.865Z Downloaded ignore v0.4.25
10412026-08-28T18:57:45.870Z Downloaded signature v3.0.0
10422026-08-28T18:57:45.870Z Downloaded untrusted v0.7.1
10432026-08-28T18:57:45.870Z Downloaded itertools v0.12.1
10442026-08-28T18:57:45.873Z Downloaded libbz2-rs-sys v0.2.2
10452026-08-28T18:57:45.874Z Downloaded num_enum v0.5.11
10462026-08-28T18:57:45.877Z Downloaded parse-display-derive v0.10.0
10472026-08-28T18:57:45.877Z Downloaded zerovec-derive v0.11.2
10482026-08-28T18:57:45.877Z Downloaded deranged v0.5.8
10492026-08-28T18:57:45.877Z Downloaded linear-map v1.2.0
10502026-08-28T18:57:45.880Z Downloaded oxide-update-engine v0.1.2
10512026-08-28T18:57:45.880Z Downloaded lru-cache v0.1.2
10522026-08-28T18:57:45.880Z Downloaded tower-http v0.6.8
10532026-08-28T18:57:45.885Z Downloaded tokio-util v0.7.18
10542026-08-28T18:57:45.889Z Downloaded schemars_derive v0.8.22
10552026-08-28T18:57:45.889Z Downloaded scrypt v0.12.0
10562026-08-28T18:57:45.892Z Downloaded sec1 v0.8.1
10572026-08-28T18:57:45.892Z Downloaded newtype-uuid v1.3.2
10582026-08-28T18:57:45.892Z Downloaded progenitor-macro v0.13.0
10592026-08-28T18:57:45.892Z Downloaded strum v0.27.2
10602026-08-28T18:57:45.892Z Downloaded pretty_assertions v1.4.1
10612026-08-28T18:57:45.892Z Downloaded libscf-sys v1.2.0
10622026-08-28T18:57:45.896Z Downloaded oso-derive v0.27.3
10632026-08-28T18:57:45.896Z Downloaded strum_macros v0.24.3
10642026-08-28T18:57:45.899Z Downloaded prettyplease v0.2.37
10652026-08-28T18:57:45.903Z Downloaded quinn v0.11.11
10662026-08-28T18:57:45.906Z Downloaded primeorder v0.13.6
10672026-08-28T18:57:45.906Z Downloaded iana-time-zone v0.1.65
10682026-08-28T18:57:45.906Z Downloaded sqlformat v0.3.5
10692026-08-28T18:57:45.910Z Downloaded sync-ptr v0.1.4
10702026-08-28T18:57:45.910Z Downloaded trait-variant v0.1.2
10712026-08-28T18:57:45.911Z Downloaded shlex v1.3.0
10722026-08-28T18:57:45.911Z Downloaded ssh-encoding v0.3.0
10732026-08-28T18:57:45.915Z Downloaded xattr v1.6.1
10742026-08-28T18:57:45.915Z Downloaded illumos-nvpair-sys v0.2.0
10752026-08-28T18:57:45.915Z Downloaded steno v0.4.1
10762026-08-28T18:57:45.918Z Downloaded tls_codec_derive v0.4.2
10772026-08-28T18:57:45.918Z Downloaded cstr-argument v0.1.2
10782026-08-28T18:57:45.918Z Downloaded darling v0.13.4
10792026-08-28T18:57:45.922Z Downloaded diesel_derives v2.3.7
10802026-08-28T18:57:45.927Z Downloaded dirs-next v2.0.0
10812026-08-28T18:57:45.927Z Downloaded mio v1.2.0
10822026-08-28T18:57:45.927Z Downloaded usdt-impl v0.6.0
10832026-08-28T18:57:45.930Z Downloaded ctutils v0.4.2
10842026-08-28T18:57:45.930Z Downloaded icu_collections v2.1.1
10852026-08-28T18:57:45.935Z Downloaded minimal-lexical v0.2.1
10862026-08-28T18:57:45.938Z Downloaded progenitor-client v0.14.0
10872026-08-28T18:57:45.938Z Downloaded paste v1.0.15
10882026-08-28T18:57:45.941Z Downloaded ed25519 v2.2.3
10892026-08-28T18:57:45.941Z Downloaded openssl-sys v0.9.117
10902026-08-28T18:57:45.946Z Downloaded postgres-types v0.2.12
10912026-08-28T18:57:45.949Z Downloaded ssh-key v0.7.0-rc.11
10922026-08-28T18:57:45.952Z Downloaded illumos-nvpair v0.3.0
10932026-08-28T18:57:45.955Z Downloaded multimap v0.10.1
10942026-08-28T18:57:45.955Z Downloaded icu_properties v2.1.2
10952026-08-28T18:57:45.955Z Downloaded winnow v0.6.26
10962026-08-28T18:57:45.959Z Downloaded primeorder v0.14.0
10972026-08-28T18:57:45.963Z Downloaded rcgen v0.12.1
10982026-08-28T18:57:45.966Z Downloaded libloading v0.8.9
10992026-08-28T18:57:45.969Z Downloaded spin v0.9.8
11002026-08-28T18:57:45.969Z Downloaded darling v0.23.0
11012026-08-28T18:57:45.973Z Downloaded darling_macro v0.20.11
11022026-08-28T18:57:45.976Z Downloaded instability v0.3.11
11032026-08-28T18:57:45.976Z Downloaded defmt v0.3.100
11042026-08-28T18:57:45.976Z Downloaded ipnetwork v0.21.1
11052026-08-28T18:57:45.979Z Downloaded strum_macros v0.26.4
11062026-08-28T18:57:45.979Z Downloaded unicode-properties v0.1.4
11072026-08-28T18:57:45.982Z Downloaded hyper-staticfile v0.10.1
11082026-08-28T18:57:45.982Z Downloaded num_enum v0.7.6
11092026-08-28T18:57:45.985Z Downloaded support-bundle-viewer v0.1.2
11102026-08-28T18:57:45.985Z Downloaded critical-section v1.2.0
11112026-08-28T18:57:45.985Z Downloaded vsss-rs v3.3.4
11122026-08-28T18:57:45.988Z Downloaded tabwriter v1.4.1
11132026-08-28T18:57:45.988Z Downloaded tinyvec_macros v0.1.1
11142026-08-28T18:57:45.988Z Downloaded unarray v0.1.4
11152026-08-28T18:57:45.988Z Downloaded embedded-io v0.4.0
11162026-08-28T18:57:45.988Z Downloaded pem v3.0.6
11172026-08-28T18:57:45.993Z Downloaded nom v8.0.0
11182026-08-28T18:57:45.993Z Downloaded rustls-pemfile v2.2.0
11192026-08-28T18:57:45.998Z Downloaded miniz_oxide v0.8.9
11202026-08-28T18:57:45.998Z Downloaded darling v0.21.3
11212026-08-28T18:57:46.004Z Downloaded lazy_static v1.5.0
11222026-08-28T18:57:46.004Z Downloaded bindgen v0.71.1
11232026-08-28T18:57:46.009Z Downloaded defmt v1.0.1
11242026-08-28T18:57:46.010Z Downloaded ingot-macros v0.2.0
11252026-08-28T18:57:46.010Z Downloaded keccak v0.1.6
11262026-08-28T18:57:46.010Z Downloaded openssl-probe v0.2.1
11272026-08-28T18:57:46.010Z Downloaded openssl-probe v0.1.6
11282026-08-28T18:57:46.015Z Downloaded match_cfg v0.1.0
11292026-08-28T18:57:46.015Z Downloaded peg-macros v0.8.5
11302026-08-28T18:57:46.015Z Downloaded nom v7.1.3
11312026-08-28T18:57:46.015Z Downloaded dropshot-api-manager v0.8.0
11322026-08-28T18:57:46.019Z Downloaded zip v4.6.1
11332026-08-28T18:57:46.019Z Downloaded memmap2 v0.9.10
11342026-08-28T18:57:46.019Z Downloaded progenitor-impl v0.13.0
11352026-08-28T18:57:46.024Z Downloaded tagptr v0.2.0
11362026-08-28T18:57:46.024Z Downloaded sha1 v0.10.6
11372026-08-28T18:57:46.024Z Downloaded litrs v1.0.0
11382026-08-28T18:57:46.025Z Downloaded hyper-tls v0.6.0
11392026-08-28T18:57:46.028Z Downloaded pkg-config v0.3.32
11402026-08-28T18:57:46.028Z Downloaded serdect v0.4.3
11412026-08-28T18:57:46.029Z Downloaded slog-dtrace v0.3.0
11422026-08-28T18:57:46.029Z Downloaded siphasher v1.0.2
11432026-08-28T18:57:46.029Z Downloaded lalrpop-util v0.19.12
11442026-08-28T18:57:46.029Z Downloaded thread_local v1.1.9
11452026-08-28T18:57:46.032Z Downloaded blake3 v1.8.5
11462026-08-28T18:57:46.039Z Downloaded icu_locale_core v2.1.1
11472026-08-28T18:57:46.043Z Downloaded strum v0.26.3
11482026-08-28T18:57:46.046Z Downloaded num-complex v0.4.6
11492026-08-28T18:57:46.051Z Downloaded newtype_derive v0.1.6
11502026-08-28T18:57:46.054Z Downloaded inout v0.2.2
11512026-08-28T18:57:46.058Z Downloaded vergen-lib v0.1.6
11522026-08-28T18:57:46.058Z Downloaded num-conv v0.2.0
11532026-08-28T18:57:46.058Z Downloaded tower-service v0.3.3
11542026-08-28T18:57:46.062Z Downloaded derive_more v0.99.20
11552026-08-28T18:57:46.065Z Downloaded vergen-gitcl v1.0.8
11562026-08-28T18:57:46.065Z Downloaded progenitor-client v0.13.0
11572026-08-28T18:57:46.070Z Downloaded r2d2 v0.8.10
11582026-08-28T18:57:46.070Z Downloaded usdt-macro v0.6.0
11592026-08-28T18:57:46.070Z Downloaded derive-ex v0.1.8
11602026-08-28T18:57:46.070Z Downloaded dunce v1.0.5
11612026-08-28T18:57:46.073Z Downloaded tokio-macros v2.7.0
11622026-08-28T18:57:46.073Z Downloaded derive_builder_macro v0.20.2
11632026-08-28T18:57:46.078Z Downloaded nanorand v0.7.0
11642026-08-28T18:57:46.078Z Downloaded zone v0.3.1
11652026-08-28T18:57:46.078Z Downloaded internet-checksum v0.2.1
11662026-08-28T18:57:46.078Z Downloaded ref-cast v1.0.25
11672026-08-28T18:57:46.081Z Downloaded rsa v0.9.10
11682026-08-28T18:57:46.081Z Downloaded oxide-generation v0.1.3
11692026-08-28T18:57:46.081Z Downloaded pkcs8 v0.11.0
11702026-08-28T18:57:46.086Z Downloaded pkcs5 v0.8.1
11712026-08-28T18:57:46.091Z Downloaded ron v0.8.1
11722026-08-28T18:57:46.095Z Downloaded git2 v0.20.4
11732026-08-28T18:57:46.098Z Downloaded stacker v0.1.23
11742026-08-28T18:57:46.098Z Downloaded zstd v0.13.3
11752026-08-28T18:57:46.102Z Downloaded crossbeam-deque v0.8.6
11762026-08-28T18:57:46.102Z Downloaded ecdsa v0.16.9
11772026-08-28T18:57:46.102Z Downloaded tokio-rustls v0.26.4
11782026-08-28T18:57:46.102Z Downloaded prefix-trie v0.7.0
11792026-08-28T18:57:46.110Z Downloaded diff v0.1.13
11802026-08-28T18:57:46.113Z Downloaded salsa20 v0.11.0
11812026-08-28T18:57:46.113Z Downloaded slab v0.4.12
11822026-08-28T18:57:46.117Z Downloaded snafu-derive v0.8.9
11832026-08-28T18:57:46.129Z Downloaded toml_edit v0.23.10+spec-1.0.0
11842026-08-28T18:57:46.134Z Downloaded crc-catalog v2.4.0
11852026-08-28T18:57:46.134Z Downloaded displaydoc v0.2.5
11862026-08-28T18:57:46.134Z Downloaded reqwest v0.12.28
11872026-08-28T18:57:46.138Z Downloaded num-bigint-dig v0.8.6
11882026-08-28T18:57:46.138Z Downloaded crossterm v0.29.0
11892026-08-28T18:57:46.142Z Downloaded parking_lot v0.12.5
11902026-08-28T18:57:46.147Z Downloaded iri-string v0.7.10
11912026-08-28T18:57:46.151Z Downloaded keccak v0.2.0
11922026-08-28T18:57:46.151Z Downloaded simd-adler32 v0.3.8
11932026-08-28T18:57:46.151Z Downloaded itertools v0.13.0
11942026-08-28T18:57:46.155Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11952026-08-28T18:57:46.155Z Downloaded rand v0.8.6
11962026-08-28T18:57:46.155Z Downloaded slog v2.8.2
11972026-08-28T18:57:46.159Z Downloaded schemars v0.9.0
11982026-08-28T18:57:46.162Z Downloaded libxml v0.3.3
11992026-08-28T18:57:46.167Z Downloaded derive_more-impl v2.1.1
12002026-08-28T18:57:46.170Z Downloaded phc v0.6.1
12012026-08-28T18:57:46.170Z Downloaded ppv-lite86 v0.2.21
12022026-08-28T18:57:46.170Z Downloaded resolv-conf v0.7.6
12032026-08-28T18:57:46.171Z Downloaded zip v0.6.6
12042026-08-28T18:57:46.174Z Downloaded crossterm v0.28.1
12052026-08-28T18:57:46.179Z Downloaded cookie_store v0.22.1
12062026-08-28T18:57:46.179Z Downloaded convert_case v0.10.0
12072026-08-28T18:57:46.183Z Downloaded toml v1.1.2+spec-1.1.0
12082026-08-28T18:57:46.183Z Downloaded native-tls v0.2.18
12092026-08-28T18:57:46.183Z Downloaded parking_lot v0.11.2
12102026-08-28T18:57:46.188Z Downloaded tls_codec v0.4.2
12112026-08-28T18:57:46.193Z Downloaded rand v0.9.2
12122026-08-28T18:57:46.196Z Downloaded slog-scope v4.4.1
12132026-08-28T18:57:46.199Z Downloaded snafu v0.8.9
12142026-08-28T18:57:46.201Z Downloaded goblin v0.10.5
12152026-08-28T18:57:46.205Z Downloaded rayon v1.11.0
12162026-08-28T18:57:46.209Z Downloaded const_format v0.2.35
12172026-08-28T18:57:46.212Z Downloaded pin-project v1.1.11
12182026-08-28T18:57:46.218Z Downloaded portable-atomic v1.13.1
12192026-08-28T18:57:46.222Z Downloaded aws-lc-rs v1.16.3
12202026-08-28T18:57:46.226Z Downloaded bitvec v1.0.1
12212026-08-28T18:57:46.236Z Downloaded tokio-postgres v0.7.16
12222026-08-28T18:57:46.239Z Downloaded tower v0.5.3
12232026-08-28T18:57:46.243Z Downloaded gimli v0.32.3
12242026-08-28T18:57:46.247Z Downloaded crossbeam-channel v0.5.15
12252026-08-28T18:57:46.250Z Downloaded rsa v0.10.0-rc.18
12262026-08-28T18:57:46.253Z Downloaded itertools v0.14.0
12272026-08-28T18:57:46.256Z Downloaded zerovec v0.11.5
12282026-08-28T18:57:46.259Z Downloaded russh v0.62.4
12292026-08-28T18:57:46.264Z Downloaded chrono v0.4.45
12302026-08-28T18:57:46.268Z Downloaded regex v1.12.3
12312026-08-28T18:57:46.271Z Downloaded tabled v0.21.0
12322026-08-28T18:57:46.282Z Downloaded schemars v0.8.22
12332026-08-28T18:57:46.288Z Downloaded darling_core v0.23.0
12342026-08-28T18:57:46.291Z Downloaded smallvec v1.15.1
12352026-08-28T18:57:46.291Z Downloaded p256 v0.14.0
12362026-08-28T18:57:46.294Z Downloaded unicode-segmentation v1.12.0
12372026-08-28T18:57:46.299Z Downloaded tough v0.22.0
12382026-08-28T18:57:46.302Z Downloaded iddqd v0.4.2
12392026-08-28T18:57:46.305Z Downloaded proptest v1.11.0
12402026-08-28T18:57:46.309Z Downloaded p384 v0.13.1
12412026-08-28T18:57:46.312Z Downloaded typed-path v0.9.3
12422026-08-28T18:57:46.315Z Downloaded serde_with v1.14.0
12432026-08-28T18:57:46.318Z Downloaded jiff-core v0.1.0
12442026-08-28T18:57:46.321Z Downloaded url v2.5.8
12452026-08-28T18:57:46.324Z Downloaded miette v7.6.0
12462026-08-28T18:57:46.324Z Downloaded time v0.3.47
12472026-08-28T18:57:46.331Z Downloaded icu_properties_data v2.1.2
12482026-08-28T18:57:46.337Z Downloaded zerocopy-derive v0.8.55
12492026-08-28T18:57:46.341Z Downloaded vcpkg v0.2.15
12502026-08-28T18:57:46.367Z Downloaded smoltcp v0.9.1
12512026-08-28T18:57:46.370Z Downloaded object v0.30.4
12522026-08-28T18:57:46.374Z Downloaded der v0.8.0
12532026-08-28T18:57:46.378Z Downloaded rawzip v0.4.4
12542026-08-28T18:57:46.383Z Downloaded moka v0.12.13
12552026-08-28T18:57:46.386Z Downloaded nix v0.27.1
12562026-08-28T18:57:46.392Z Downloaded idna v1.1.0
12572026-08-28T18:57:46.398Z Downloaded regress v0.10.5
12582026-08-28T18:57:46.401Z Downloaded sha3 v0.12.0
12592026-08-28T18:57:46.401Z Downloaded quinn-proto v0.11.16
12602026-08-28T18:57:46.415Z Downloaded unicode-normalization v0.1.25
12612026-08-28T18:57:46.419Z Downloaded polar-core v0.27.3
12622026-08-28T18:57:46.430Z Downloaded regex-syntax v0.6.29
12632026-08-28T18:57:46.434Z Downloaded bstr v1.12.1
12642026-08-28T18:57:46.437Z Downloaded reedline v0.40.0
12652026-08-28T18:57:46.440Z Downloaded itertools v0.15.0
12662026-08-28T18:57:46.446Z Downloaded zerocopy v0.8.55
12672026-08-28T18:57:46.455Z Downloaded winnow v0.5.40
12682026-08-28T18:57:46.461Z Downloaded hickory-proto v0.25.2
12692026-08-28T18:57:46.470Z Downloaded reqwest v0.13.2
12702026-08-28T18:57:46.474Z Downloaded winnow v1.0.3
12712026-08-28T18:57:46.477Z Downloaded libm v0.2.16
12722026-08-28T18:57:46.483Z Downloaded hickory-proto v0.24.4
12732026-08-28T18:57:46.492Z Downloaded rustls v0.23.41
12742026-08-28T18:57:46.497Z Downloaded crypto-primes v0.7.2
12752026-08-28T18:57:46.500Z Downloaded crypto-bigint v0.7.5
12762026-08-28T18:57:46.508Z Downloaded zlib-rs v0.6.2
12772026-08-28T18:57:46.515Z Downloaded radix_trie v0.2.1
12782026-08-28T18:57:46.519Z Downloaded quick-xml v0.37.5
12792026-08-28T18:57:46.519Z Downloaded curve25519-dalek v4.1.3
12802026-08-28T18:57:46.522Z Downloaded serde_with v3.21.0
12812026-08-28T18:57:46.529Z Downloaded salty v0.3.0
12822026-08-28T18:57:46.532Z Downloaded lalrpop v0.19.12
12832026-08-28T18:57:46.538Z Downloaded curve25519-dalek v5.0.0
12842026-08-28T18:57:46.544Z Downloaded syn v3.0.3
12852026-08-28T18:57:46.550Z Downloaded regex-syntax v0.8.10
12862026-08-28T18:57:46.554Z Downloaded openapiv3 v2.2.0
12872026-08-28T18:57:46.561Z Downloaded petname v2.0.2
12882026-08-28T18:57:46.564Z Downloaded openssl v0.10.80
12892026-08-28T18:57:46.572Z Downloaded smoltcp v0.11.0
12902026-08-28T18:57:46.576Z Downloaded sqlparser v0.61.0
12912026-08-28T18:57:46.582Z Downloaded rustix v0.38.44
12922026-08-28T18:57:46.596Z Downloaded object v0.37.3
12932026-08-28T18:57:46.601Z Downloaded nix v0.28.0
12942026-08-28T18:57:46.608Z Downloaded sled v0.34.7
12952026-08-28T18:57:46.622Z Downloaded nix v0.31.2
12962026-08-28T18:57:46.626Z Downloaded dropshot v0.17.1
12972026-08-28T18:57:46.631Z Downloaded regress v0.11.1
12982026-08-28T18:57:46.637Z Downloaded zerocopy-derive v0.6.6
12992026-08-28T18:57:46.642Z Downloaded tracing v0.1.44
13002026-08-28T18:57:46.658Z Downloaded sha3 v0.11.0
13012026-08-28T18:57:46.662Z Downloaded diesel v2.3.7
13022026-08-28T18:57:46.668Z Downloaded regex-automata v0.4.14
13032026-08-28T18:57:46.677Z Downloaded typify-impl v0.6.2
13042026-08-28T18:57:46.685Z Downloaded bzip2-sys v0.1.13+1.0.8
13052026-08-28T18:57:46.692Z Downloaded petgraph v0.6.5
13062026-08-28T18:57:46.703Z Downloaded ratatui v0.29.0
13072026-08-28T18:57:46.716Z Downloaded chrono-tz v0.10.4
13082026-08-28T18:57:46.727Z Downloaded jiff v0.2.34
13092026-08-28T18:57:46.737Z Downloaded petgraph v0.8.3
13102026-08-28T18:57:46.750Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13112026-08-28T18:57:46.760Z Downloaded sha3 v0.10.8
13122026-08-28T18:57:46.781Z Downloaded libz-sys v1.1.24
13132026-08-28T18:57:46.793Z Downloaded tokio v1.52.1
13142026-08-28T18:57:46.816Z Downloaded csv v1.4.0
13152026-08-28T18:57:46.828Z Downloaded encoding_rs v0.8.35
13162026-08-28T18:57:46.844Z Downloaded ring v0.17.14
13172026-08-28T18:57:46.868Z Downloaded libgit2-sys v0.18.3+1.9.2
13182026-08-28T18:57:47.353Z Downloaded aws-lc-sys v0.40.0
13192026-08-28T18:57:47.618Z Compiling serde_core v1.0.228
13202026-08-28T18:57:47.618Z Compiling libc v0.2.185
13212026-08-28T18:57:47.618Z Compiling serde v1.0.228
13222026-08-28T18:57:47.618Z Compiling log v0.4.33
13232026-08-28T18:57:47.618Z Compiling smallvec v1.15.1
13242026-08-28T18:57:47.622Z Compiling shlex v1.3.0
13252026-08-28T18:57:47.622Z Compiling find-msvc-tools v0.1.9
13262026-08-28T18:57:47.622Z Compiling subtle v2.6.1
13272026-08-28T18:57:47.799Z Compiling scopeguard v1.2.0
13282026-08-28T18:57:47.809Z Compiling typenum v1.20.1
13292026-08-28T18:57:47.812Z Compiling stable_deref_trait v1.2.1
13302026-08-28T18:57:47.812Z Compiling zerocopy v0.8.55
13312026-08-28T18:57:47.821Z Compiling portable-atomic v1.13.1
13322026-08-28T18:57:47.876Z Compiling serde_json v1.0.151
13332026-08-28T18:57:47.882Z Compiling syn v2.0.117
13342026-08-28T18:57:47.904Z Compiling lock_api v0.4.14
13352026-08-28T18:57:47.944Z Compiling critical-section v1.2.0
13362026-08-28T18:57:47.979Z Compiling libm v0.2.16
13372026-08-28T18:57:47.995Z Compiling num-traits v0.2.19
13382026-08-28T18:57:48.009Z Compiling pkg-config v0.3.32
13392026-08-28T18:57:48.013Z Compiling generic-array v0.14.7
13402026-08-28T18:57:48.041Z Compiling const-oid v0.9.6
13412026-08-28T18:57:48.109Z Compiling getrandom v0.4.3
13422026-08-28T18:57:48.138Z Compiling parking_lot_core v0.9.12
13432026-08-28T18:57:48.143Z Compiling pin-project-lite v0.2.17
13442026-08-28T18:57:48.166Z Compiling rand_core v0.10.0
13452026-08-28T18:57:48.194Z Compiling litemap v0.8.1
13462026-08-28T18:57:48.307Z Compiling futures-core v0.3.32
13472026-08-28T18:57:48.334Z Compiling writeable v0.6.2
13482026-08-28T18:57:48.350Z Compiling percent-encoding v2.3.2
13492026-08-28T18:57:48.395Z Compiling icu_normalizer_data v2.1.1
13502026-08-28T18:57:48.422Z Compiling icu_properties_data v2.1.2
13512026-08-28T18:57:48.437Z Compiling getrandom v0.3.4
13522026-08-28T18:57:48.466Z Compiling rustix v1.1.4
13532026-08-28T18:57:48.494Z Compiling futures-sink v0.3.32
13542026-08-28T18:57:48.513Z Compiling futures-io v0.3.32
13552026-08-28T18:57:48.538Z Compiling futures-task v0.3.32
13562026-08-28T18:57:48.553Z Compiling slab v0.4.12
13572026-08-28T18:57:48.586Z Compiling futures-channel v0.3.32
13582026-08-28T18:57:48.618Z Compiling utf8_iter v1.0.4
13592026-08-28T18:57:48.664Z Compiling errno v0.3.14
13602026-08-28T18:57:48.679Z Compiling jobserver v0.1.34
13612026-08-28T18:57:49.103Z Compiling getrandom v0.2.17
13622026-08-28T18:57:49.109Z Compiling mio v1.2.0
13632026-08-28T18:57:49.109Z Compiling signal-hook-registry v1.4.8
13642026-08-28T18:57:49.109Z Compiling socket2 v0.6.3
13652026-08-28T18:57:49.109Z Compiling form_urlencoded v1.2.2
13662026-08-28T18:57:49.109Z Compiling rand_core v0.6.4
13672026-08-28T18:57:49.109Z Compiling cc v1.2.56
13682026-08-28T18:57:49.109Z Compiling once_cell v1.21.3
13692026-08-28T18:57:49.109Z Compiling parking_lot v0.12.5
13702026-08-28T18:57:49.109Z Compiling rustversion v1.0.22
13712026-08-28T18:57:49.109Z Compiling iana-time-zone v0.1.65
13722026-08-28T18:57:49.109Z Compiling base64ct v1.8.3
13732026-08-28T18:57:49.109Z Compiling dunce v1.0.5
13742026-08-28T18:57:49.109Z Compiling flagset v0.4.7
13752026-08-28T18:57:49.109Z Compiling fs_extra v1.3.0
13762026-08-28T18:57:49.167Z Compiling regex-syntax v0.8.10
13772026-08-28T18:57:49.183Z Compiling ident_case v1.0.1
13782026-08-28T18:57:49.217Z Compiling base64 v0.22.1
13792026-08-28T18:57:49.232Z Compiling syn v1.0.109
13802026-08-28T18:57:49.236Z Compiling vcpkg v0.2.15
13812026-08-28T18:57:49.263Z Compiling tracing-core v0.1.36
13822026-08-28T18:57:49.322Z Compiling pem-rfc7468 v0.7.0
13832026-08-28T18:57:49.355Z Compiling rand_core v0.9.5
13842026-08-28T18:57:49.366Z Compiling dyn-clone v1.0.20
13852026-08-28T18:57:49.383Z Compiling simd-adler32 v0.3.8
13862026-08-28T18:57:49.397Z Compiling aws-lc-rs v1.16.3
13872026-08-28T18:57:49.475Z Compiling schemars v0.8.22
13882026-08-28T18:57:49.507Z Compiling cpufeatures v0.2.17
13892026-08-28T18:57:49.564Z Compiling spin v0.9.8
13902026-08-28T18:57:49.598Z Compiling adler2 v2.0.1
13912026-08-28T18:57:49.635Z Compiling cmake v0.1.57
13922026-08-28T18:57:49.667Z Compiling httparse v1.10.1
13932026-08-28T18:57:49.670Z Compiling cmov v0.5.4
13942026-08-28T18:57:49.697Z Compiling crc32fast v1.5.0
13952026-08-28T18:57:49.732Z Compiling openssl-probe v0.2.1
13962026-08-28T18:57:49.748Z Compiling tinyvec_macros v0.1.1
13972026-08-28T18:57:49.779Z Compiling miniz_oxide v0.8.9
13982026-08-28T18:57:49.794Z Compiling aho-corasick v1.1.4
13992026-08-28T18:57:49.819Z Compiling tinyvec v1.10.0
14002026-08-28T18:57:49.833Z Compiling try-lock v0.2.5
14012026-08-28T18:57:49.925Z Compiling bitflags v2.11.0
14022026-08-28T18:57:50.044Z Compiling semver v1.0.28
14032026-08-28T18:57:50.049Z Compiling indexmap v2.14.0
14042026-08-28T18:57:50.080Z Compiling uuid v1.23.4
14052026-08-28T18:57:50.186Z Compiling ctutils v0.4.2
14062026-08-28T18:57:50.205Z Compiling untrusted v0.7.1
14072026-08-28T18:57:50.208Z Compiling tower-layer v0.3.3
14082026-08-28T18:57:50.240Z Compiling radium v0.7.0
14092026-08-28T18:57:50.300Z Compiling rustc_version v0.4.1
14102026-08-28T18:57:50.345Z Compiling tower-service v0.3.3
14112026-08-28T18:57:50.394Z Compiling atomic-waker v1.1.2
14122026-08-28T18:57:50.461Z Compiling want v0.3.1
14132026-08-28T18:57:50.508Z Compiling httpdate v1.0.3
14142026-08-28T18:57:50.538Z Compiling foreign-types-shared v0.1.1
14152026-08-28T18:57:50.557Z Compiling openssl v0.10.80
14162026-08-28T18:57:50.573Z Compiling aws-lc-sys v0.40.0
14172026-08-28T18:57:50.642Z Compiling openssl-sys v0.9.117
14182026-08-28T18:57:50.647Z Compiling rustls v0.23.41
14192026-08-28T18:57:50.673Z Compiling tap v1.0.1
14202026-08-28T18:57:50.677Z Compiling maybe-uninit v2.0.0
14212026-08-28T18:57:50.727Z Compiling regex-automata v0.4.14
14222026-08-28T18:57:50.761Z Compiling untrusted v0.9.0
14232026-08-28T18:57:50.765Z Compiling foreign-types v0.3.2
14242026-08-28T18:57:50.805Z Compiling synstructure v0.13.2
14252026-08-28T18:57:50.821Z Compiling serde_derive_internals v0.29.1
14262026-08-28T18:57:50.824Z Compiling pest_generator v2.8.6
14272026-08-28T18:57:50.857Z Compiling darling_core v0.20.11
14282026-08-28T18:57:50.870Z Compiling wyz v0.5.1
14292026-08-28T18:57:50.906Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14302026-08-28T18:57:51.031Z Compiling bzip2-sys v0.1.13+1.0.8
14312026-08-28T18:57:51.237Z Compiling tempfile v3.27.0
14322026-08-28T18:57:51.303Z Compiling terminal_size v0.4.3
14332026-08-28T18:57:51.336Z Compiling unicode-normalization v0.1.25
14342026-08-28T18:57:51.353Z Compiling num-integer v0.1.46
14352026-08-28T18:57:51.396Z Compiling wait-timeout v0.2.1
14362026-08-28T18:57:51.439Z Compiling ahash v0.8.12
14372026-08-28T18:57:51.530Z Compiling native-tls v0.2.18
14382026-08-28T18:57:51.619Z Compiling powerfmt v0.2.0
14392026-08-28T18:57:51.652Z Compiling packed_struct v0.10.1
14402026-08-28T18:57:51.679Z Compiling time-core v0.1.8
14412026-08-28T18:57:51.696Z Compiling num-conv v0.2.0
14422026-08-28T18:57:51.713Z Compiling funty v2.0.0
14432026-08-28T18:57:51.716Z Compiling bit-vec v0.8.0
14442026-08-28T18:57:51.742Z Compiling num-bigint-dig v0.8.6
14452026-08-28T18:57:51.760Z Compiling quick-error v1.2.3
14462026-08-28T18:57:51.801Z Compiling deranged v0.5.8
14472026-08-28T18:57:51.858Z Compiling time-macros v0.2.27
14482026-08-28T18:57:51.861Z Compiling rusty-fork v0.3.1
14492026-08-28T18:57:51.891Z Compiling clap_builder v4.6.0
14502026-08-28T18:57:51.891Z Compiling num-iter v0.1.45
14512026-08-28T18:57:51.951Z Compiling bit-set v0.8.0
14522026-08-28T18:57:51.997Z Compiling lazy_static v1.5.0
14532026-08-28T18:57:52.050Z Compiling rand_xorshift v0.4.0
14542026-08-28T18:57:52.107Z Compiling bitvec v1.0.1
14552026-08-28T18:57:52.122Z Compiling sync_wrapper v1.0.2
14562026-08-28T18:57:52.146Z Compiling indexmap v1.9.3
14572026-08-28T18:57:52.214Z Compiling num_threads v0.1.7
14582026-08-28T18:57:52.233Z Compiling object v0.37.3
14592026-08-28T18:57:52.247Z Compiling nodrop v0.1.14
14602026-08-28T18:57:52.328Z Compiling crc-catalog v2.4.0
14612026-08-28T18:57:52.344Z Compiling crossbeam-utils v0.8.21
14622026-08-28T18:57:52.360Z Compiling usdt-impl v0.6.0
14632026-08-28T18:57:52.363Z Compiling siphasher v1.0.2
14642026-08-28T18:57:52.436Z Compiling unicode-segmentation v1.12.0
14652026-08-28T18:57:52.523Z Compiling zlib-rs v0.6.2
14662026-08-28T18:57:52.565Z Compiling paste v1.0.15
14672026-08-28T18:57:52.587Z Compiling serde_derive v1.0.228
14682026-08-28T18:57:52.601Z Compiling zeroize_derive v1.5.0
14692026-08-28T18:57:52.651Z Compiling zerocopy-derive v0.8.55
14702026-08-28T18:57:52.844Z Compiling zerofrom-derive v0.1.6
14712026-08-28T18:57:52.858Z Compiling yoke-derive v0.8.1
14722026-08-28T18:57:52.875Z Compiling zerovec-derive v0.11.2
14732026-08-28T18:57:52.943Z Compiling displaydoc v0.2.5
14742026-08-28T18:57:52.978Z Compiling tokio-macros v2.7.0
14752026-08-28T18:57:53.284Z Compiling futures-macro v0.3.32
14762026-08-28T18:57:53.315Z Compiling der_derive v0.7.3
14772026-08-28T18:57:53.629Z Compiling thiserror-impl v2.0.18
14782026-08-28T18:57:53.743Z Compiling tracing-attributes v0.1.31
14792026-08-28T18:57:53.767Z Compiling schemars_derive v0.8.22
14802026-08-28T18:57:53.835Z Compiling pest_derive v2.8.6
14812026-08-28T18:57:54.042Z Compiling scroll_derive v0.13.1
14822026-08-28T18:57:54.100Z Compiling darling_macro v0.20.11
14832026-08-28T18:57:54.151Z Compiling futures-util v0.3.32
14842026-08-28T18:57:54.343Z Compiling openssl-macros v0.1.1
14852026-08-28T18:57:54.357Z Compiling zerofrom v0.1.6
14862026-08-28T18:57:54.370Z Compiling thiserror-impl v1.0.69
14872026-08-28T18:57:54.495Z Compiling yoke v0.8.1
14882026-08-28T18:57:54.631Z Compiling darling v0.20.11
14892026-08-28T18:57:54.702Z Compiling zerovec v0.11.5
14902026-08-28T18:57:54.733Z Compiling zerotrie v0.2.3
14912026-08-28T18:57:54.911Z Compiling scroll v0.13.0
14922026-08-28T18:57:55.025Z Compiling packed_struct_codegen v0.10.1
14932026-08-28T18:57:55.041Z Compiling thiserror v2.0.18
14942026-08-28T18:57:55.104Z Compiling clap_derive v4.6.1
14952026-08-28T18:57:55.107Z Compiling bitfield-macros v0.19.4
14962026-08-28T18:57:55.139Z Compiling zerocopy-derive v0.6.6
14972026-08-28T18:57:55.168Z Compiling unarray v0.1.4
14982026-08-28T18:57:55.192Z Compiling tinystr v0.8.2
14992026-08-28T18:57:55.240Z Compiling potential_utf v0.1.4
15002026-08-28T18:57:55.257Z Compiling tracing v0.1.44
15012026-08-28T18:57:55.297Z Compiling goblin v0.10.5
15022026-08-28T18:57:55.408Z Compiling icu_locale_core v2.1.1
15032026-08-28T18:57:55.423Z Compiling icu_collections v2.1.1
15042026-08-28T18:57:55.553Z Compiling flate2 v1.1.9
15052026-08-28T18:57:55.732Z Compiling thiserror v1.0.69
15062026-08-28T18:57:55.844Z Compiling bitfield v0.19.4
15072026-08-28T18:57:55.862Z Compiling dtrace-parser v0.3.0
15082026-08-28T18:57:55.880Z Compiling derive_builder_core v0.20.2
15092026-08-28T18:57:55.938Z Compiling time v0.3.47
15102026-08-28T18:57:56.019Z Compiling zerocopy v0.6.6
15112026-08-28T18:57:56.115Z Compiling zeroize v1.9.0
15122026-08-28T18:57:56.137Z Compiling bytes v1.11.1
15132026-08-28T18:57:56.166Z Compiling icu_provider v2.1.1
15142026-08-28T18:57:56.204Z Compiling chrono v0.4.45
15152026-08-28T18:57:56.349Z Compiling der v0.7.10
15162026-08-28T18:57:56.368Z Compiling rustls-pki-types v1.14.0
15172026-08-28T18:57:56.485Z Compiling icu_normalizer v2.1.1
15182026-08-28T18:57:56.581Z Compiling icu_properties v2.1.2
15192026-08-28T18:57:56.632Z Compiling tokio v1.52.1
15202026-08-28T18:57:56.773Z Compiling http v1.4.2
15212026-08-28T18:57:56.788Z Compiling hybrid-array v0.4.13
15222026-08-28T18:57:56.848Z Compiling ipnet v2.12.0
15232026-08-28T18:57:56.923Z Compiling crypto-common v0.1.7
15242026-08-28T18:57:56.939Z Compiling block-buffer v0.10.4
15252026-08-28T18:57:57.049Z Compiling hex v0.4.3
15262026-08-28T18:57:57.087Z Compiling digest v0.10.7
15272026-08-28T18:57:57.127Z Compiling toml_datetime v0.6.11
15282026-08-28T18:57:57.337Z Compiling ppv-lite86 v0.2.21
15292026-08-28T18:57:57.369Z Compiling spki v0.7.3
15302026-08-28T18:57:57.372Z Compiling sha2 v0.10.9
15312026-08-28T18:57:57.401Z Compiling signature v2.2.0
15322026-08-28T18:57:57.451Z Compiling idna_adapter v1.2.1
15332026-08-28T18:57:57.567Z Compiling idna v1.1.0
15342026-08-28T18:57:57.583Z Compiling pkcs8 v0.10.2
15352026-08-28T18:57:57.604Z Compiling http-body v1.0.1
15362026-08-28T18:57:57.608Z Compiling hmac v0.12.1
15372026-08-28T18:57:57.633Z Compiling rand_chacha v0.9.0
15382026-08-28T18:57:57.637Z Compiling rand_chacha v0.3.1
15392026-08-28T18:57:57.637Z Compiling serde_spanned v0.6.9
15402026-08-28T18:57:57.725Z Compiling clap v4.6.1
15412026-08-28T18:57:57.773Z Compiling pkcs1 v0.7.5
15422026-08-28T18:57:57.796Z Compiling http-body-util v0.1.3
15432026-08-28T18:57:57.868Z Compiling url v2.5.8
15442026-08-28T18:57:57.882Z Compiling rand v0.9.2
15452026-08-28T18:57:57.897Z Compiling rand v0.8.6
15462026-08-28T18:57:57.974Z Compiling structmeta-derive v0.3.0
15472026-08-28T18:57:58.036Z Compiling dof v0.4.0
15482026-08-28T18:57:58.060Z Compiling scroll_derive v0.12.1
15492026-08-28T18:57:58.234Z Compiling crc v3.4.0
15502026-08-28T18:57:58.271Z Compiling array-init v0.0.4
15512026-08-28T18:57:58.423Z Compiling smallvec v0.6.14
15522026-08-28T18:57:58.446Z Compiling proptest v1.11.0
15532026-08-28T18:57:58.646Z Compiling darling_core v0.23.0
15542026-08-28T18:57:58.661Z Compiling heapless v0.7.17
15552026-08-28T18:57:58.678Z Compiling slog v2.8.2
15562026-08-28T18:57:58.720Z Compiling thread-id v5.1.0
15572026-08-28T18:57:58.723Z Compiling env_filter v2.0.0
15582026-08-28T18:57:58.751Z Compiling syn v3.0.3
15592026-08-28T18:57:58.816Z Compiling cookie v0.18.1
15602026-08-28T18:57:58.884Z Compiling base64 v0.21.7
15612026-08-28T18:57:58.931Z Compiling signal-hook v0.3.18
15622026-08-28T18:57:59.024Z Compiling ryu v1.0.23
15632026-08-28T18:57:59.047Z Compiling iri-string v0.7.10
15642026-08-28T18:57:59.079Z Compiling anyhow v1.0.104
15652026-08-28T18:57:59.117Z Compiling gimli v0.32.3
15662026-08-28T18:57:59.132Z Compiling hashbrown v0.12.3
15672026-08-28T18:57:59.216Z Compiling ipnetwork v0.21.1
15682026-08-28T18:57:59.231Z Compiling zstd-safe v7.2.4
15692026-08-28T18:57:59.247Z Compiling unicode-bidi v0.3.18
15702026-08-28T18:57:59.363Z Compiling winnow v0.5.40
15712026-08-28T18:57:59.401Z Compiling unicode-properties v0.1.4
15722026-08-28T18:57:59.447Z Compiling allocator-api2 v0.2.21
15732026-08-28T18:57:59.575Z Compiling stringprep v0.1.5
15742026-08-28T18:57:59.626Z Compiling rsa v0.9.10
15752026-08-28T18:57:59.662Z Compiling oxnet v0.1.6
15762026-08-28T18:57:59.789Z Compiling serde_urlencoded v0.7.1
15772026-08-28T18:57:59.979Z Compiling ron v0.8.1
15782026-08-28T18:57:59.998Z Compiling structmeta v0.3.0
15792026-08-28T18:58:00.072Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15802026-08-28T18:58:00.088Z Compiling env_logger v0.11.11
15812026-08-28T18:58:00.168Z Compiling scroll v0.12.0
15822026-08-28T18:58:00.226Z Compiling serde-hex v0.1.0
15832026-08-28T18:58:00.465Z Compiling tokio-util v0.7.18
15842026-08-28T18:58:00.465Z Compiling tower v0.5.3
15852026-08-28T18:58:00.604Z Compiling tokio-native-tls v0.3.1
15862026-08-28T18:58:00.756Z Compiling toml_edit v0.19.15
15872026-08-28T18:58:00.798Z Compiling addr2line v0.25.1
15882026-08-28T18:58:00.848Z Compiling newtype-uuid v1.3.2
15892026-08-28T18:58:00.963Z Compiling tower-http v0.6.8
15902026-08-28T18:58:00.979Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15912026-08-28T18:58:01.087Z Compiling camino v1.2.5
15922026-08-28T18:58:01.184Z Compiling h2 v0.4.15
15932026-08-28T18:58:01.200Z Compiling darling_macro v0.23.0
15942026-08-28T18:58:01.492Z Compiling hashbrown v0.13.2
15952026-08-28T18:58:01.547Z Compiling x509-cert v0.2.5
15962026-08-28T18:58:01.719Z Compiling crypto-common v0.2.2
15972026-08-28T18:58:01.738Z Compiling block-padding v0.4.2
15982026-08-28T18:58:01.912Z Compiling block-buffer v0.12.1
15992026-08-28T18:58:01.927Z Compiling md-5 v0.10.6
16002026-08-28T18:58:02.008Z Compiling derive_builder_macro v0.20.2
16012026-08-28T18:58:02.023Z Compiling rustls-native-certs v0.8.3
16022026-08-28T18:58:02.123Z Compiling erased-serde v0.3.31
16032026-08-28T18:58:02.144Z Compiling serde_tokenstream v0.2.3
16042026-08-28T18:58:02.262Z Compiling daft-derive v0.1.8
16052026-08-28T18:58:02.333Z Compiling bzip2 v0.4.4
16062026-08-28T18:58:02.406Z Compiling bstr v1.12.1
16072026-08-28T18:58:02.478Z Compiling zerocopy-derive v0.7.35
16082026-08-28T18:58:02.514Z Compiling async-trait v0.1.89
16092026-08-28T18:58:02.557Z Compiling pin-project-internal v1.1.11
16102026-08-28T18:58:02.635Z Compiling curve25519-dalek v4.1.3
16112026-08-28T18:58:02.783Z Compiling vergen-lib v9.1.0
16122026-08-28T18:58:02.986Z Compiling hash32 v0.2.1
16132026-08-28T18:58:03.002Z Compiling memoffset v0.9.1
16142026-08-28T18:58:03.006Z Compiling encoding_rs v0.8.35
16152026-08-28T18:58:03.072Z Compiling smoltcp v0.9.1
16162026-08-28T18:58:03.161Z Compiling fallible-iterator v0.2.0
16172026-08-28T18:58:03.193Z Compiling cfg_aliases v0.2.1
16182026-08-28T18:58:03.210Z Compiling rustc-demangle v0.1.27
16192026-08-28T18:58:03.280Z Compiling litrs v1.0.0
16202026-08-28T18:58:03.376Z Compiling psl-types v2.0.11
16212026-08-28T18:58:03.421Z Compiling ref-cast v1.0.25
16222026-08-28T18:58:03.436Z Compiling owo-colors v4.3.0
16232026-08-28T18:58:03.490Z Compiling rustix v0.38.44
16242026-08-28T18:58:03.498Z Compiling mime v0.3.17
16252026-08-28T18:58:03.514Z Compiling crc-any v2.5.0
16262026-08-28T18:58:03.568Z Compiling publicsuffix v2.3.0
16272026-08-28T18:58:03.622Z Compiling postgres-protocol v0.6.10
16282026-08-28T18:58:03.687Z Compiling pin-project v1.1.11
16292026-08-28T18:58:03.763Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16302026-08-28T18:58:03.776Z Compiling backtrace v0.3.76
16312026-08-28T18:58:03.806Z Compiling zerocopy v0.7.35
16322026-08-28T18:58:03.809Z Compiling nix v0.31.2
16332026-08-28T18:58:03.852Z Compiling document-features v0.2.12
16342026-08-28T18:58:03.971Z Compiling daft v0.1.8
16352026-08-28T18:58:04.073Z Compiling derive_builder v0.20.2
16362026-08-28T18:58:04.180Z Compiling zip v0.6.6
16372026-08-28T18:58:04.200Z Compiling toml v0.7.8
16382026-08-28T18:58:04.214Z Compiling object v0.30.4
16392026-08-28T18:58:04.231Z Compiling inout v0.2.2
16402026-08-28T18:58:04.268Z Compiling darling v0.23.0
16412026-08-28T18:58:04.363Z Compiling hyper v1.10.1
16422026-08-28T18:58:04.393Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16432026-08-28T18:58:04.424Z Compiling goblin v0.8.2
16442026-08-28T18:58:04.439Z Compiling derive-ex v0.1.8
16452026-08-28T18:58:04.758Z Compiling futures-executor v0.3.32
16462026-08-28T18:58:04.772Z Compiling hubpack_derive v0.1.1
16472026-08-28T18:58:04.809Z Compiling regex v1.12.3
16482026-08-28T18:58:04.824Z Compiling convert_case v0.10.0
16492026-08-28T18:58:04.922Z Compiling ref-cast-impl v1.0.25
16502026-08-28T18:58:04.922Z Compiling curve25519-dalek-derive v0.1.1
16512026-08-28T18:58:05.016Z Compiling strum_macros v0.27.2
16522026-08-28T18:58:05.020Z Compiling snafu-derive v0.8.9
16532026-08-28T18:58:05.072Z Compiling phf_shared v0.13.1
16542026-08-28T18:58:05.182Z Compiling vergen v9.1.0
16552026-08-28T18:58:05.265Z Compiling cargo-platform v0.3.2
16562026-08-28T18:58:05.306Z Compiling ff v0.13.1
16572026-08-28T18:58:05.337Z Compiling fs-err v3.3.0
16582026-08-28T18:58:05.387Z Compiling libbz2-rs-sys v0.2.2
16592026-08-28T18:58:05.426Z Compiling foldhash v0.1.5
16602026-08-28T18:58:05.468Z Compiling either v1.15.0
16612026-08-28T18:58:05.556Z Compiling hyper-util v0.1.20
16622026-08-28T18:58:05.578Z Compiling jiff-core v0.1.0
16632026-08-28T18:58:05.583Z Compiling foldhash v0.2.0
16642026-08-28T18:58:05.617Z Compiling same-file v1.0.6
16652026-08-28T18:58:05.647Z Compiling base16ct v0.2.0
16662026-08-28T18:58:05.697Z Compiling managed v0.8.0
16672026-08-28T18:58:05.809Z Compiling is_ci v1.2.0
16682026-08-28T18:58:05.824Z Compiling path-slash v0.1.5
16692026-08-28T18:58:05.843Z Compiling bumpalo v3.20.2
16702026-08-28T18:58:05.928Z Compiling bitflags v1.3.2
16712026-08-28T18:58:05.963Z Compiling supports-color v3.0.2
16722026-08-28T18:58:05.977Z Compiling textwrap v0.16.2
16732026-08-28T18:58:06.030Z Compiling bzip2 v0.6.1
16742026-08-28T18:58:06.094Z Compiling zopfli v0.8.3
16752026-08-28T18:58:06.120Z Compiling sec1 v0.7.3
16762026-08-28T18:58:06.151Z Compiling test-strategy v0.4.5
16772026-08-28T18:58:06.166Z Compiling walkdir v2.5.0
16782026-08-28T18:58:06.260Z Compiling hashbrown v0.16.1
16792026-08-28T18:58:06.415Z Compiling jiff v0.2.34
16802026-08-28T18:58:06.704Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16812026-08-28T18:58:06.732Z Compiling dof v0.3.0
16822026-08-28T18:58:06.769Z Compiling hashbrown v0.15.5
16832026-08-28T18:58:06.839Z Compiling cargo_metadata v0.23.1
16842026-08-28T18:58:06.895Z Compiling group v0.13.0
16852026-08-28T18:58:06.996Z Compiling hyper-tls v0.6.0
16862026-08-28T18:58:07.074Z Compiling strum v0.27.2
16872026-08-28T18:58:07.092Z Compiling snafu v0.8.9
16882026-08-28T18:58:07.218Z Compiling reqwest v0.12.28
16892026-08-28T18:58:07.249Z Compiling phf v0.13.1
16902026-08-28T18:58:07.266Z Compiling hubpack v0.1.2
16912026-08-28T18:58:07.346Z Compiling derive_more-impl v2.1.1
16922026-08-28T18:58:07.361Z Compiling futures v0.3.32
16932026-08-28T18:58:07.424Z Compiling zstd v0.13.3
16942026-08-28T18:58:07.469Z Compiling cookie_store v0.22.1
16952026-08-28T18:58:07.485Z Compiling signal-hook-mio v0.2.5
16962026-08-28T18:58:07.504Z Compiling cipher v0.5.2
16972026-08-28T18:58:07.618Z Compiling serde_with_macros v3.21.0
16982026-08-28T18:58:07.691Z Compiling backtrace-ext v0.2.1
16992026-08-28T18:58:07.707Z Compiling postgres-types v0.2.12
17002026-08-28T18:58:07.941Z Compiling globset v0.4.18
17012026-08-28T18:58:07.997Z Compiling usdt-attr-macro v0.6.0
17022026-08-28T18:58:08.148Z Compiling usdt-macro v0.6.0
17032026-08-28T18:58:08.164Z Compiling byte-wrapper v0.1.0
17042026-08-28T18:58:08.222Z Compiling hkdf v0.12.4
17052026-08-28T18:58:08.281Z Compiling ed25519 v2.2.3
17062026-08-28T18:58:08.417Z Compiling crypto-bigint v0.5.5
17072026-08-28T18:58:08.516Z Compiling serde_plain v1.0.2
17082026-08-28T18:58:08.540Z Compiling olpc-cjson v0.1.4
17092026-08-28T18:58:08.609Z Compiling serde-big-array v0.5.1
17102026-08-28T18:58:08.639Z Compiling dtrace-parser v0.2.0
17112026-08-28T18:58:08.720Z Compiling enum-as-inner v0.6.1
17122026-08-28T18:58:08.735Z Compiling miette-derive v7.6.0
17132026-08-28T18:58:08.772Z Compiling serde_repr v0.1.20
17142026-08-28T18:58:08.800Z Compiling async-recursion v1.1.1
17152026-08-28T18:58:08.858Z Compiling strum_macros v0.26.4
17162026-08-28T18:58:08.943Z Compiling phf_shared v0.11.3
17172026-08-28T18:58:08.961Z Compiling float-cmp v0.10.0
17182026-08-28T18:58:09.119Z Compiling pem v3.0.6
17192026-08-28T18:58:09.143Z Compiling memmap2 v0.9.10
17202026-08-28T18:58:09.194Z Compiling thread-id v4.2.2
17212026-08-28T18:58:09.257Z Compiling fixedbitset v0.4.2
17222026-08-28T18:58:09.296Z Compiling fixedbitset v0.5.7
17232026-08-28T18:58:09.335Z Compiling static_assertions v1.1.0
17242026-08-28T18:58:09.377Z Compiling predicates-core v1.0.10
17252026-08-28T18:58:09.393Z Compiling normalize-line-endings v0.3.0
17262026-08-28T18:58:09.433Z Compiling new_debug_unreachable v1.0.6
17272026-08-28T18:58:09.457Z Compiling supports-unicode v3.0.0
17282026-08-28T18:58:09.474Z Compiling whoami v2.1.0
17292026-08-28T18:58:09.495Z Compiling difflib v0.4.0
17302026-08-28T18:58:09.510Z Compiling supports-hyperlinks v3.2.0
17312026-08-28T18:58:09.510Z Compiling precomputed-hash v0.1.1
17322026-08-28T18:58:09.541Z Compiling const-oid v0.10.2
17332026-08-28T18:58:09.558Z Compiling typed-path v0.9.3
17342026-08-28T18:58:09.577Z Compiling keccak v0.1.6
17352026-08-28T18:58:09.618Z Compiling data-encoding v2.10.0
17362026-08-28T18:58:09.633Z Compiling cpufeatures v0.3.0
17372026-08-28T18:58:09.637Z Compiling winnow v1.0.3
17382026-08-28T18:58:09.701Z Compiling digest v0.11.3
17392026-08-28T18:58:09.724Z Compiling chacha20 v0.10.0
17402026-08-28T18:58:09.765Z Compiling sha3 v0.10.8
17412026-08-28T18:58:09.874Z Compiling predicates v3.1.4
17422026-08-28T18:58:09.929Z Compiling miette v7.6.0
17432026-08-28T18:58:09.981Z Compiling hickory-proto v0.25.2
17442026-08-28T18:58:09.999Z Compiling tokio-postgres v0.7.16
17452026-08-28T18:58:10.110Z Compiling string_cache v0.8.9
17462026-08-28T18:58:10.125Z Compiling toml_edit v0.22.27
17472026-08-28T18:58:10.290Z Compiling petgraph v0.8.3
17482026-08-28T18:58:10.358Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17492026-08-28T18:58:10.382Z Compiling petgraph v0.6.5
17502026-08-28T18:58:10.386Z Compiling elliptic-curve v0.13.8
17512026-08-28T18:58:10.567Z Compiling usdt v0.6.0
17522026-08-28T18:58:10.639Z Compiling toml_parser v1.1.2+spec-1.1.0
17532026-08-28T18:58:10.715Z Compiling strum v0.26.3
17542026-08-28T18:58:10.759Z Compiling usdt-impl v0.5.0
17552026-08-28T18:58:10.847Z Compiling serde_with v3.21.0
17562026-08-28T18:58:10.864Z Compiling crossterm v0.28.1
17572026-08-28T18:58:10.868Z Compiling zip v4.6.1
17582026-08-28T18:58:10.894Z Compiling derive_more v2.1.1
17592026-08-28T18:58:11.003Z Compiling ed25519-dalek v2.2.0
17602026-08-28T18:58:11.018Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17612026-08-28T18:58:11.368Z Compiling iddqd v0.4.2
17622026-08-28T18:58:11.714Z Compiling itertools v0.15.0
17632026-08-28T18:58:11.837Z Compiling itertools v0.13.0
17642026-08-28T18:58:11.903Z Compiling similar v2.7.0
17652026-08-28T18:58:11.978Z Compiling crossbeam-epoch v0.9.18
17662026-08-28T18:58:12.209Z Compiling tokio-stream v0.1.18
17672026-08-28T18:58:12.331Z Compiling buf-list v1.1.2
17682026-08-28T18:58:12.346Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17692026-08-28T18:58:12.362Z Compiling openapiv3 v2.2.0
17702026-08-28T18:58:12.582Z Compiling heck v0.4.1
17712026-08-28T18:58:12.627Z Compiling lalrpop-util v0.19.12
17722026-08-28T18:58:12.668Z Compiling peg-runtime v0.8.5
17732026-08-28T18:58:12.702Z Compiling thread_local v1.1.9
17742026-08-28T18:58:12.724Z Compiling slog-async v2.8.0
17752026-08-28T18:58:12.725Z Compiling crossbeam-channel v0.5.15
17762026-08-28T18:58:12.801Z Compiling filetime v0.2.27
17772026-08-28T18:58:12.823Z Compiling is-terminal v0.4.17
17782026-08-28T18:58:12.841Z Compiling take_mut v0.2.2
17792026-08-28T18:58:12.933Z Compiling term v1.2.1
17802026-08-28T18:58:12.939Z Compiling xattr v1.6.1
17812026-08-28T18:58:12.946Z Compiling camino-tempfile v1.4.1
17822026-08-28T18:58:13.071Z Compiling tar v0.4.46
17832026-08-28T18:58:13.186Z Compiling slog-term v2.9.2
17842026-08-28T18:58:30.240Z Compiling rustls-webpki v0.103.13
17852026-08-28T18:58:32.921Z Compiling tokio-rustls v0.26.4
17862026-08-28T18:58:32.921Z Compiling rustls-platform-verifier v0.6.2
17872026-08-28T18:58:32.921Z Compiling tough v0.22.0
17882026-08-28T18:58:33.134Z Compiling hyper-rustls v0.27.7
17892026-08-28T18:58:33.322Z Compiling reqwest v0.13.2
17902026-08-28T18:58:35.453Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17912026-08-28T18:58:35.688Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17922026-08-28T18:58:38.611Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.12s
17932026-08-28T18:58:38.750Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17942026-08-28T18:58:38.805ZAug 28 18:58:38.705 INFO Starting download, target: Cockroach
17952026-08-28T18:58:38.805ZAug 28 18:58:38.706 INFO Starting download, target: Console
17962026-08-28T18:58:38.805ZAug 28 18:58:38.706 INFO Starting download, target: Clickhouse
17972026-08-28T18:58:38.805ZAug 28 18:58:38.706 INFO Starting download, target: DendriteStub
17982026-08-28T18:58:38.805ZAug 28 18:58:38.706 INFO Starting download, target: MaghemiteMgd
17992026-08-28T18:58:38.809ZAug 28 18:58:38.706 INFO Starting download, target: MaghemiteDdmd
18002026-08-28T18:58:38.809ZAug 28 18:58:38.706 INFO Starting download, target: TransceiverControl
18012026-08-28T18:58:38.809ZAug 28 18:58:38.706 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18022026-08-28T18:58:38.809ZAug 28 18:58:38.706 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18032026-08-28T18:58:38.809ZAug 28 18:58:38.706 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18042026-08-28T18:58:38.809ZAug 28 18:58:38.706 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18052026-08-28T18:58:38.809ZAug 28 18:58:38.706 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18062026-08-28T18:58:38.809ZAug 28 18:58:38.706 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18072026-08-28T18:58:38.809ZAug 28 18:58:38.706 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18082026-08-28T18:58:39.406ZAug 28 18:58:39.305 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18092026-08-28T18:58:39.635ZAug 28 18:58:39.525 INFO Download complete, target: TransceiverControl
18102026-08-28T18:58:40.584ZAug 28 18:58:40.484 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18112026-08-28T18:58:40.831ZAug 28 18:58:40.731 INFO Download complete, target: Console
18122026-08-28T18:58:41.132ZAug 28 18:58:41.028 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18132026-08-28T18:58:41.434ZAug 28 18:58:41.330 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18142026-08-28T18:58:41.558ZAug 28 18:58:41.453 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18152026-08-28T18:58:41.822ZAug 28 18:58:41.718 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18162026-08-28T18:58:42.329ZAug 28 18:58:42.230 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18172026-08-28T18:58:42.329ZAug 28 18:58:42.230 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18182026-08-28T18:58:43.113ZAug 28 18:58:43.013 INFO Download complete, target: MaghemiteDdmd
18192026-08-28T18:58:44.220ZAug 28 18:58:44.120 INFO Download complete, target: DendriteStub
18202026-08-28T18:58:44.327ZAug 28 18:58:44.227 INFO Download complete, target: MaghemiteMgd
18212026-08-28T18:58:47.104ZAug 28 18:58:47.004 INFO Checking that binary works, target: Cockroach
18222026-08-28T18:58:47.235ZAug 28 18:58:47.136 INFO Download complete, target: Cockroach
18232026-08-28T18:58:48.614ZAug 28 18:58:48.514 INFO Checking that binary works, target: Clickhouse
18242026-08-28T18:58:48.696ZAug 28 18:58:48.595 INFO Download complete, target: Clickhouse
18252026-08-28T18:58:48.702ZAll prerequisites installed successfully
18262026-08-28T18:58:48.706Z
18272026-08-28T18:58:48.706Zreal 1:59.306731071
18282026-08-28T18:58:48.706Zuser 7:22.793588757
18292026-08-28T18:58:48.706Zsys 1:46.664451456
18302026-08-28T18:58:48.706Ztrap 0.317204508
18312026-08-28T18:58:48.706Ztflt 0.948766933
18322026-08-28T18:58:48.706Zdflt 1.614129017
18332026-08-28T18:58:48.706Zkflt 0.026986948
18342026-08-28T18:58:48.706Zlock 29:14.436850434
18352026-08-28T18:58:48.706Zslp 20:23.802170795
18362026-08-28T18:58:48.706Zlat 29.465196491
18372026-08-28T18:58:48.706Zstop 3:32.584155162
18382026-08-28T18:58:48.706Z+ ptime -m cargo xtask download softnpu
18392026-08-28T18:58:49.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18402026-08-28T18:58:49.183Z Running `target/debug/xtask download softnpu`
18412026-08-28T18:58:49.955Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
18422026-08-28T18:58:50.024Z Running `target/debug/xtask-downloader softnpu`
18432026-08-28T18:58:50.067ZAug 28 18:58:49.967 INFO Starting download, target: Softnpu
18442026-08-28T18:58:50.072ZAug 28 18:58:49.968 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
18452026-08-28T18:58:51.375ZAug 28 18:58:51.275 INFO Download complete, target: Softnpu
18462026-08-28T18:58:51.378Z
18472026-08-28T18:58:51.379Zreal 2.671289335
18482026-08-28T18:58:51.379Zuser 1.319039265
18492026-08-28T18:58:51.379Zsys 0.618889796
18502026-08-28T18:58:51.379Ztrap 0.001415650
18512026-08-28T18:58:51.379Ztflt 0.000071675
18522026-08-28T18:58:51.379Zdflt 0.000211131
18532026-08-28T18:58:51.379Zkflt 0.000000000
18542026-08-28T18:58:51.379Zlock 24.568530669
18552026-08-28T18:58:51.379Zslp 1.165631170
18562026-08-28T18:58:51.379Zlat 0.099004446
18572026-08-28T18:58:51.379Zstop 0.000199746
18582026-08-28T18:58:51.382Z+ export CARGO_INCREMENTAL=0
18592026-08-28T18:58:51.382Z+ CARGO_INCREMENTAL=0
18602026-08-28T18:58:51.382Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18612026-08-28T18:58:52.303Z Compiling proc-macro2 v1.0.106
18622026-08-28T18:58:52.303Z Compiling quote v1.0.45
18632026-08-28T18:58:52.303Z Compiling unicode-ident v1.0.24
18642026-08-28T18:58:52.303Z Compiling serde_core v1.0.228
18652026-08-28T18:58:52.307Z Compiling libc v0.2.185
18662026-08-28T18:58:52.307Z Compiling serde v1.0.228
18672026-08-28T18:58:52.307Z Compiling cfg-if v1.0.4
18682026-08-28T18:58:52.307Z Compiling version_check v0.9.5
18692026-08-28T18:58:52.307Z Compiling autocfg v1.5.0
18702026-08-28T18:58:52.307Z Compiling shlex v1.3.0
18712026-08-28T18:58:52.307Z Compiling find-msvc-tools v0.1.9
18722026-08-28T18:58:52.450Z Compiling memchr v2.8.0
18732026-08-28T18:58:52.453Z Compiling zmij v1.0.21
18742026-08-28T18:58:52.453Z Compiling serde_json v1.0.151
18752026-08-28T18:58:52.730Z Compiling portable-atomic v1.13.1
18762026-08-28T18:58:52.748Z Compiling zerocopy v0.8.55
18772026-08-28T18:58:52.781Z Compiling libm v0.2.16
18782026-08-28T18:58:52.798Z Compiling getrandom v0.4.3
18792026-08-28T18:58:52.848Z Compiling icu_normalizer_data v2.1.1
18802026-08-28T18:58:52.902Z Compiling icu_properties_data v2.1.2
18812026-08-28T18:58:52.950Z Compiling generic-array v0.14.7
18822026-08-28T18:58:53.026Z Compiling num-traits v0.2.19
18832026-08-28T18:58:53.044Z Compiling smallvec v1.15.1
18842026-08-28T18:58:53.067Z Compiling parking_lot_core v0.9.12
18852026-08-28T18:58:53.084Z Compiling itoa v1.0.17
18862026-08-28T18:58:53.116Z Compiling log v0.4.33
18872026-08-28T18:58:53.160Z Compiling pkg-config v0.3.32
18882026-08-28T18:58:53.175Z Compiling subtle v2.6.1
18892026-08-28T18:58:53.205Z Compiling stable_deref_trait v1.2.1
18902026-08-28T18:58:53.305Z Compiling typenum v1.20.1
18912026-08-28T18:58:53.327Z Compiling rustix v1.1.4
18922026-08-28T18:58:53.356Z Compiling getrandom v0.3.4
18932026-08-28T18:58:53.387Z Compiling scopeguard v1.2.0
18942026-08-28T18:58:53.401Z Compiling thiserror v2.0.18
18952026-08-28T18:58:53.445Z Compiling jobserver v0.1.34
18962026-08-28T18:58:53.463Z Compiling errno v0.3.14
18972026-08-28T18:58:53.514Z Compiling lock_api v0.4.14
18982026-08-28T18:58:53.633Z Compiling rand_core v0.10.0
18992026-08-28T18:58:53.668Z Compiling cc v1.2.56
19002026-08-28T18:58:53.735Z Compiling heck v0.5.0
19012026-08-28T18:58:53.820Z Compiling syn v2.0.117
19022026-08-28T18:58:53.826Z Compiling critical-section v1.2.0
19032026-08-28T18:58:53.826Z Compiling getrandom v0.2.17
19042026-08-28T18:58:53.836Z Compiling equivalent v1.0.2
19052026-08-28T18:58:53.899Z Compiling litemap v0.8.1
19062026-08-28T18:58:53.936Z Compiling schemars v0.8.22
19072026-08-28T18:58:53.958Z Compiling percent-encoding v2.3.2
19082026-08-28T18:58:53.962Z Compiling writeable v0.6.2
19092026-08-28T18:58:53.991Z Compiling rand_core v0.6.4
19102026-08-28T18:58:54.028Z Compiling syn v1.0.109
19112026-08-28T18:58:54.065Z Compiling pin-project-lite v0.2.17
19122026-08-28T18:58:54.195Z Compiling rustversion v1.0.22
19132026-08-28T18:58:54.226Z Compiling once_cell v1.21.3
19142026-08-28T18:58:54.278Z Compiling hashbrown v0.17.0
19152026-08-28T18:58:54.361Z Compiling fs_extra v1.3.0
19162026-08-28T18:58:54.367Z Compiling dunce v1.0.5
19172026-08-28T18:58:54.384Z Compiling byteorder v1.5.0
19182026-08-28T18:58:54.429Z Compiling cmake v0.1.57
19192026-08-28T18:58:54.487Z Compiling utf8_iter v1.0.4
19202026-08-28T18:58:54.500Z Compiling form_urlencoded v1.2.2
19212026-08-28T18:58:54.662Z Compiling semver v1.0.28
19222026-08-28T18:58:54.670Z Compiling bitflags v2.11.0
19232026-08-28T18:58:54.804Z Compiling indexmap v2.14.0
19242026-08-28T18:58:54.809Z Compiling strsim v0.11.1
19252026-08-28T18:58:54.904Z Compiling signal-hook-registry v1.4.8
19262026-08-28T18:58:54.991Z Compiling aws-lc-sys v0.40.0
19272026-08-28T18:58:54.991Z Compiling thiserror v1.0.69
19282026-08-28T18:58:55.049Z Compiling socket2 v0.6.3
19292026-08-28T18:58:55.191Z Compiling parking_lot v0.12.5
19302026-08-28T18:58:55.203Z Compiling mio v1.2.0
19312026-08-28T18:58:55.287Z Compiling aws-lc-rs v1.16.3
19322026-08-28T18:58:55.335Z Compiling const-oid v0.9.6
19332026-08-28T18:58:55.346Z Compiling futures-core v0.3.32
19342026-08-28T18:58:55.506Z Compiling iana-time-zone v0.1.65
19352026-08-28T18:58:55.536Z Compiling httparse v1.10.1
19362026-08-28T18:58:55.705Z Compiling crc32fast v1.5.0
19372026-08-28T18:58:55.815Z Compiling fnv v1.0.7
19382026-08-28T18:58:55.865Z Compiling ucd-trie v0.1.7
19392026-08-28T18:58:55.871Z Compiling regex-syntax v0.8.10
19402026-08-28T18:58:55.965Z Compiling uuid v1.23.4
19412026-08-28T18:58:56.051Z Compiling pest v2.8.6
19422026-08-28T18:58:56.068Z Compiling ident_case v1.0.1
19432026-08-28T18:58:56.077Z Compiling vcpkg v0.2.15
19442026-08-28T18:58:56.279Z Compiling rustc_version v0.4.1
19452026-08-28T18:58:56.355Z Compiling dyn-clone v1.0.20
19462026-08-28T18:58:56.365Z Compiling futures-sink v0.3.32
19472026-08-28T18:58:56.424Z Compiling rustls v0.23.41
19482026-08-28T18:58:56.519Z Compiling futures-channel v0.3.32
19492026-08-28T18:58:56.668Z Compiling synstructure v0.13.2
19502026-08-28T18:58:56.672Z Compiling serde_derive_internals v0.29.1
19512026-08-28T18:58:56.699Z Compiling openssl-sys v0.9.117
19522026-08-28T18:58:56.779Z Compiling aho-corasick v1.1.4
19532026-08-28T18:58:56.786Z Compiling slab v0.4.12
19542026-08-28T18:58:56.880Z Compiling futures-task v0.3.32
19552026-08-28T18:58:56.981Z Compiling futures-io v0.3.32
19562026-08-28T18:58:57.162Z Compiling pest_meta v2.8.6
19572026-08-28T18:58:57.198Z Compiling time-core v0.1.8
19582026-08-28T18:58:57.228Z Compiling plain v0.2.3
19592026-08-28T18:58:57.261Z Compiling radium v0.7.0
19602026-08-28T18:58:57.309Z Compiling num-conv v0.2.0
19612026-08-28T18:58:57.373Z Compiling crossbeam-utils v0.8.21
19622026-08-28T18:58:57.387Z Compiling openssl v0.10.80
19632026-08-28T18:58:57.424Z Compiling maybe-uninit v2.0.0
19642026-08-28T18:58:57.459Z Compiling time-macros v0.2.27
19652026-08-28T18:58:57.476Z Compiling base64 v0.22.1
19662026-08-28T18:58:57.540Z Compiling base64ct v1.8.3
19672026-08-28T18:58:57.574Z Compiling pretty-hex v0.4.1
19682026-08-28T18:58:57.589Z Compiling slog v2.8.2
19692026-08-28T18:58:57.642Z Compiling regex-automata v0.4.14
19702026-08-28T18:58:57.674Z Compiling flagset v0.4.7
19712026-08-28T18:58:57.734Z Compiling rand_core v0.9.5
19722026-08-28T18:58:57.812Z Compiling pest_generator v2.8.6
19732026-08-28T18:58:57.828Z Compiling pem-rfc7468 v0.7.0
19742026-08-28T18:58:57.845Z Compiling darling_core v0.23.0
19752026-08-28T18:58:57.900Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19762026-08-28T18:58:57.916Z Compiling serde_derive v1.0.228
19772026-08-28T18:58:57.933Z Compiling zeroize_derive v1.5.0
19782026-08-28T18:58:57.963Z Compiling zerofrom-derive v0.1.6
19792026-08-28T18:58:57.990Z Compiling yoke-derive v0.8.1
19802026-08-28T18:58:58.007Z Compiling zerocopy-derive v0.8.55
19812026-08-28T18:58:58.108Z Compiling zerovec-derive v0.11.2
19822026-08-28T18:58:58.205Z Compiling displaydoc v0.2.5
19832026-08-28T18:58:58.224Z Compiling tokio-macros v2.7.0
19842026-08-28T18:58:58.264Z Compiling futures-macro v0.3.32
19852026-08-28T18:58:58.296Z Compiling thiserror-impl v2.0.18
19862026-08-28T18:58:58.417Z Compiling schemars_derive v0.8.22
19872026-08-28T18:58:58.433Z Compiling der_derive v0.7.3
19882026-08-28T18:58:58.467Z Compiling tracing-attributes v0.1.31
19892026-08-28T18:58:58.487Z Compiling thiserror-impl v1.0.69
19902026-08-28T18:58:58.554Z Compiling pest_derive v2.8.6
19912026-08-28T18:58:58.901Z Compiling scroll_derive v0.12.1
19922026-08-28T18:58:58.916Z Compiling scroll_derive v0.13.1
19932026-08-28T18:58:58.960Z Compiling openssl-macros v0.1.1
19942026-08-28T18:58:59.023Z Compiling bzip2-sys v0.1.13+1.0.8
19952026-08-28T18:58:59.054Z Compiling futures-util v0.3.32
19962026-08-28T18:58:59.135Z Compiling zerofrom v0.1.6
19972026-08-28T18:58:59.277Z Compiling yoke v0.8.1
19982026-08-28T18:58:59.370Z Compiling syn v3.0.3
19992026-08-28T18:58:59.490Z Compiling zerovec v0.11.5
20002026-08-28T18:58:59.511Z Compiling zerotrie v0.2.3
20012026-08-28T18:58:59.654Z Compiling ahash v0.8.12
20022026-08-28T18:58:59.716Z Compiling paste v1.0.15
20032026-08-28T18:58:59.741Z Compiling num-bigint-dig v0.8.6
20042026-08-28T18:58:59.890Z Compiling packed_struct v0.10.1
20052026-08-28T18:58:59.907Z Compiling anyhow v1.0.104
20062026-08-28T18:58:59.959Z Compiling native-tls v0.2.18
20072026-08-28T18:58:59.980Z Compiling darling_macro v0.23.0
20082026-08-28T18:59:00.000Z Compiling tinystr v0.8.2
20092026-08-28T18:59:00.104Z Compiling potential_utf v0.1.4
20102026-08-28T18:59:00.195Z Compiling icu_locale_core v2.1.1
20112026-08-28T18:59:00.208Z Compiling regex v1.12.3
20122026-08-28T18:59:00.223Z Compiling zerocopy-derive v0.7.35
20132026-08-28T18:59:00.307Z Compiling icu_collections v2.1.1
20142026-08-28T18:59:00.769Z Compiling tracing-core v0.1.36
20152026-08-28T18:59:00.920Z Compiling icu_provider v2.1.1
20162026-08-28T18:59:01.051Z Compiling cookie v0.18.1
20172026-08-28T18:59:01.064Z Compiling camino v1.2.5
20182026-08-28T18:59:01.120Z Compiling zeroize v1.9.0
20192026-08-28T18:59:01.164Z Compiling bytes v1.11.1
20202026-08-28T18:59:01.260Z Compiling chrono v0.4.45
20212026-08-28T18:59:01.409Z Compiling icu_normalizer v2.1.1
20222026-08-28T18:59:01.419Z Compiling icu_properties v2.1.2
20232026-08-28T18:59:01.758Z Compiling tokio v1.52.1
20242026-08-28T18:59:02.027Z Compiling crypto-common v0.1.7
20252026-08-28T18:59:02.042Z Compiling block-buffer v0.10.4
20262026-08-28T18:59:02.198Z Compiling serde_tokenstream v0.2.3
20272026-08-28T18:59:02.222Z Compiling digest v0.10.7
20282026-08-28T18:59:02.248Z Compiling der v0.7.10
20292026-08-28T18:59:02.373Z Compiling idna_adapter v1.2.1
20302026-08-28T18:59:02.458Z Compiling ppv-lite86 v0.2.21
20312026-08-28T18:59:02.514Z Compiling idna v1.1.0
20322026-08-28T18:59:02.611Z Compiling http v1.4.2
20332026-08-28T18:59:02.801Z Compiling cpufeatures v0.2.17
20342026-08-28T18:59:02.888Z Compiling url v2.5.8
20352026-08-28T18:59:02.904Z Compiling fastrand v2.3.0
20362026-08-28T18:59:02.937Z Compiling rand_chacha v0.9.0
20372026-08-28T18:59:02.954Z Compiling tracing v0.1.44
20382026-08-28T18:59:03.323Z Compiling spki v0.7.3
20392026-08-28T18:59:03.371Z Compiling toml_datetime v0.6.11
20402026-08-28T18:59:03.389Z Compiling serde_spanned v0.6.9
20412026-08-28T18:59:03.612Z Compiling darling v0.23.0
20422026-08-28T18:59:03.631Z Compiling zerocopy-derive v0.6.6
20432026-08-28T18:59:03.670Z Compiling bitfield-macros v0.19.4
20442026-08-28T18:59:03.686Z Compiling clap_derive v4.6.1
20452026-08-28T18:59:03.813Z Compiling packed_struct_codegen v0.10.1
20462026-08-28T18:59:04.273Z Compiling indexmap v1.9.3
20472026-08-28T18:59:04.386Z Compiling simd-adler32 v0.3.8
20482026-08-28T18:59:04.490Z Compiling object v0.37.3
20492026-08-28T18:59:04.550Z Compiling pkcs8 v0.10.2
20502026-08-28T18:59:04.564Z Compiling http-body v1.0.1
20512026-08-28T18:59:04.588Z Compiling rand v0.9.2
20522026-08-28T18:59:04.642Z Compiling daft-derive v0.1.8
20532026-08-28T18:59:04.705Z Compiling rustls-pki-types v1.14.0
20542026-08-28T18:59:04.792Z Compiling spin v0.9.8
20552026-08-28T18:59:04.847Z Compiling usdt-impl v0.5.0
20562026-08-28T18:59:04.863Z Compiling either v1.15.0
20572026-08-28T18:59:05.078Z Compiling winnow v0.5.40
20582026-08-28T18:59:05.093Z Compiling adler2 v2.0.1
20592026-08-28T18:59:05.132Z Compiling tinyvec_macros v0.1.1
20602026-08-28T18:59:05.174Z Compiling openssl-probe v0.2.1
20612026-08-28T18:59:05.238Z Compiling anstyle v1.0.14
20622026-08-28T18:59:05.268Z Compiling usdt-impl v0.6.0
20632026-08-28T18:59:05.304Z Compiling cmov v0.5.4
20642026-08-28T18:59:05.319Z Compiling ref-cast v1.0.25
20652026-08-28T18:59:05.357Z Compiling utf8parse v0.2.2
20662026-08-28T18:59:05.467Z Compiling anstyle-parse v1.0.0
20672026-08-28T18:59:05.486Z Compiling tinyvec v1.10.0
20682026-08-28T18:59:05.498Z Compiling tokio-util v0.7.18
20692026-08-28T18:59:05.550Z Compiling ctutils v0.4.2
20702026-08-28T18:59:05.605Z Compiling miniz_oxide v0.8.9
20712026-08-28T18:59:05.636Z Compiling sha2 v0.10.9
20722026-08-28T18:59:05.844Z Compiling tempfile v3.27.0
20732026-08-28T18:59:05.847Z Compiling scroll v0.13.0
20742026-08-28T18:59:06.010Z Compiling scroll v0.12.0
20752026-08-28T18:59:06.135Z Compiling terminal_size v0.4.3
20762026-08-28T18:59:06.151Z Compiling async-trait v0.1.89
20772026-08-28T18:59:06.229Z Compiling heapless v0.7.17
20782026-08-28T18:59:06.383Z Compiling toml_edit v0.19.15
20792026-08-28T18:59:06.449Z Compiling litrs v1.0.0
20802026-08-28T18:59:06.465Z Compiling try-lock v0.2.5
20812026-08-28T18:59:06.521Z Compiling tower-service v0.3.3
20822026-08-28T18:59:06.525Z Compiling is_terminal_polyfill v1.70.2
20832026-08-28T18:59:06.630Z Compiling unicode-segmentation v1.12.0
20842026-08-28T18:59:06.645Z Compiling winnow v0.7.14
20852026-08-28T18:59:06.660Z Compiling colorchoice v1.0.4
20862026-08-28T18:59:06.792Z Compiling rustix v0.38.44
20872026-08-28T18:59:06.850Z Compiling winnow v1.0.3
20882026-08-28T18:59:06.868Z Compiling tower-layer v0.3.3
20892026-08-28T18:59:06.925Z Compiling signal-hook v0.3.18
20902026-08-28T18:59:06.988Z Compiling atomic-waker v1.1.2
20912026-08-28T18:59:07.035Z Compiling anstyle-query v1.1.5
20922026-08-28T18:59:07.056Z Compiling untrusted v0.7.1
20932026-08-28T18:59:07.096Z Compiling zstd-safe v7.2.4
20942026-08-28T18:59:07.137Z Compiling anstream v1.0.0
20952026-08-28T18:59:07.154Z Compiling h2 v0.4.15
20962026-08-28T18:59:07.171Z Compiling document-features v0.2.12
20972026-08-28T18:59:07.318Z Compiling want v0.3.1
20982026-08-28T18:59:07.702Z Compiling goblin v0.8.2
20992026-08-28T18:59:07.808Z Compiling toml_parser v1.1.2+spec-1.1.0
21002026-08-28T18:59:07.830Z Compiling goblin v0.10.5
21012026-08-28T18:59:07.935Z Compiling hybrid-array v0.4.13
21022026-08-28T18:59:08.132Z Compiling itertools v0.15.0
21032026-08-28T18:59:08.145Z Compiling ipnetwork v0.21.1
21042026-08-28T18:59:08.308Z Compiling ipnet v2.12.0
21052026-08-28T18:59:08.381Z Compiling zerocopy v0.7.35
21062026-08-28T18:59:08.608Z Compiling ref-cast-impl v1.0.25
21072026-08-28T18:59:08.639Z Compiling structmeta-derive v0.3.0
21082026-08-28T18:59:08.680Z Compiling darling_core v0.20.11
21092026-08-28T18:59:08.725Z Compiling curve25519-dalek v4.1.3
21102026-08-28T18:59:08.767Z Compiling memoffset v0.9.1
21112026-08-28T18:59:08.939Z Compiling tap v1.0.1
21122026-08-28T18:59:09.068Z Compiling powerfmt v0.2.0
21132026-08-28T18:59:09.112Z Compiling untrusted v0.9.0
21142026-08-28T18:59:09.161Z Compiling foreign-types-shared v0.1.1
21152026-08-28T18:59:09.249Z Compiling httpdate v1.0.3
21162026-08-28T18:59:09.265Z Compiling foreign-types v0.3.2
21172026-08-28T18:59:09.344Z Compiling deranged v0.5.8
21182026-08-28T18:59:09.360Z Compiling wyz v0.5.1
21192026-08-28T18:59:09.547Z Compiling unicode-normalization v0.1.25
21202026-08-28T18:59:09.641Z Compiling structmeta v0.3.0
21212026-08-28T18:59:09.644Z Compiling dtrace-parser v0.2.0
21222026-08-28T18:59:09.676Z Compiling rand_chacha v0.3.1
21232026-08-28T18:59:09.679Z Compiling signature v2.2.0
21242026-08-28T18:59:09.709Z Compiling hex v0.4.3
21252026-08-28T18:59:09.882Z Compiling dtrace-parser v0.3.0
21262026-08-28T18:59:09.995Z Compiling dof v0.3.0
21272026-08-28T18:59:10.015Z Compiling pin-project-internal v1.1.11
21282026-08-28T18:59:10.091Z Compiling num-integer v0.1.46
21292026-08-28T18:59:10.232Z Compiling thread-id v5.1.0
21302026-08-28T18:59:10.328Z Compiling hyper v1.10.1
21312026-08-28T18:59:10.346Z Compiling thread-id v4.2.2
21322026-08-28T18:59:10.397Z Compiling wait-timeout v0.2.1
21332026-08-28T18:59:10.444Z Compiling owo-colors v4.3.0
21342026-08-28T18:59:10.475Z Compiling smoltcp v0.9.1
21352026-08-28T18:59:10.492Z Compiling clap_lex v1.0.0
21362026-08-28T18:59:10.588Z Compiling dof v0.4.0
21372026-08-28T18:59:10.620Z Compiling darling_macro v0.20.11
21382026-08-28T18:59:10.722Z Compiling num_threads v0.1.7
21392026-08-28T18:59:10.751Z Compiling bit-vec v0.8.0
21402026-08-28T18:59:10.932Z Compiling cfg_aliases v0.2.1
21412026-08-28T18:59:10.947Z Compiling quick-error v1.2.3
21422026-08-28T18:59:10.963Z Compiling funty v2.0.0
21432026-08-28T18:59:11.004Z Compiling bit-set v0.8.0
21442026-08-28T18:59:11.020Z Compiling nix v0.31.2
21452026-08-28T18:59:11.034Z Compiling time v0.3.47
21462026-08-28T18:59:11.038Z Compiling clap_builder v4.6.0
21472026-08-28T18:59:11.072Z Compiling rusty-fork v0.3.1
21482026-08-28T18:59:11.139Z Compiling darling v0.20.11
21492026-08-28T18:59:11.184Z Compiling num-iter v0.1.45
21502026-08-28T18:59:11.358Z Compiling bitvec v1.0.1
21512026-08-28T18:59:11.413Z Compiling rand v0.8.6
21522026-08-28T18:59:11.506Z Compiling hyper-util v0.1.20
21532026-08-28T18:59:11.616Z Compiling lazy_static v1.5.0
21542026-08-28T18:59:11.696Z Compiling hmac v0.12.1
21552026-08-28T18:59:11.725Z Compiling erased-serde v0.3.31
21562026-08-28T18:59:11.930Z Compiling rand_xorshift v0.4.0
21572026-08-28T18:59:11.991Z Compiling curve25519-dalek-derive v0.1.1
21582026-08-28T18:59:12.078Z Compiling sync_wrapper v1.0.2
21592026-08-28T18:59:12.206Z Compiling nodrop v0.1.14
21602026-08-28T18:59:12.314Z Compiling zlib-rs v0.6.2
21612026-08-28T18:59:12.329Z Compiling siphasher v1.0.2
21622026-08-28T18:59:12.344Z Compiling crc-catalog v2.4.0
21632026-08-28T18:59:12.534Z Compiling unarray v0.1.4
21642026-08-28T18:59:12.663Z Compiling proptest v1.11.0
21652026-08-28T18:59:13.017Z Compiling clap v4.6.1
21662026-08-28T18:59:13.121Z Compiling crc v3.4.0
21672026-08-28T18:59:13.330Z Compiling array-init v0.0.4
21682026-08-28T18:59:13.744Z Compiling tower v0.5.3
21692026-08-28T18:59:14.080Z Compiling smallvec v0.6.14
21702026-08-28T18:59:14.122Z Compiling derive_builder_core v0.20.2
21712026-08-28T18:59:14.267Z Compiling pkcs1 v0.7.5
21722026-08-28T18:59:14.295Z Compiling http-body-util v0.1.3
21732026-08-28T18:59:14.332Z Compiling flate2 v1.1.9
21742026-08-28T18:59:14.349Z Compiling zerocopy v0.6.6
21752026-08-28T18:59:14.363Z Compiling bitfield v0.19.4
21762026-08-28T18:59:14.591Z Compiling strum_macros v0.26.4
21772026-08-28T18:59:14.648Z Compiling strum_macros v0.27.2
21782026-08-28T18:59:14.663Z Compiling snafu-derive v0.8.9
21792026-08-28T18:59:14.678Z Compiling hubpack_derive v0.1.1
21802026-08-28T18:59:14.750Z Compiling env_filter v2.0.0
21812026-08-28T18:59:14.903Z Compiling fs-err v3.3.0
21822026-08-28T18:59:15.023Z Compiling ryu v1.0.23
21832026-08-28T18:59:15.122Z Compiling allocator-api2 v0.2.21
21842026-08-28T18:59:15.137Z Compiling base64 v0.21.7
21852026-08-28T18:59:15.155Z Compiling unicode-properties v0.1.4
21862026-08-28T18:59:15.203Z Compiling iri-string v0.7.10
21872026-08-28T18:59:15.307Z Compiling gimli v0.32.3
21882026-08-28T18:59:15.458Z Compiling hashbrown v0.12.3
21892026-08-28T18:59:15.683Z Compiling unicode-bidi v0.3.18
21902026-08-28T18:59:16.138Z Compiling stringprep v0.1.5
21912026-08-28T18:59:16.153Z Compiling ron v0.8.1
21922026-08-28T18:59:16.303Z Compiling serde_urlencoded v0.7.1
21932026-08-28T18:59:16.397Z Compiling tower-http v0.6.8
21942026-08-28T18:59:16.582Z Compiling env_logger v0.11.11
21952026-08-28T18:59:16.603Z Compiling derive_builder_macro v0.20.2
21962026-08-28T18:59:16.841Z Compiling rsa v0.9.10
21972026-08-28T18:59:16.916Z Compiling newtype-uuid v1.3.2
21982026-08-28T18:59:16.935Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21992026-08-28T18:59:17.020Z Compiling addr2line v0.25.1
22002026-08-28T18:59:17.052Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22012026-08-28T18:59:17.107Z Compiling oxnet v0.1.6
22022026-08-28T18:59:17.248Z Compiling serde-hex v0.1.0
22032026-08-28T18:59:17.263Z Compiling hashbrown v0.13.2
22042026-08-28T18:59:17.329Z Compiling tokio-native-tls v0.3.1
22052026-08-28T18:59:17.362Z Compiling bzip2 v0.4.4
22062026-08-28T18:59:17.379Z Compiling usdt-attr-macro v0.6.0
22072026-08-28T18:59:17.453Z Compiling usdt-macro v0.6.0
22082026-08-28T18:59:17.489Z Compiling derive-ex v0.1.8
22092026-08-28T18:59:17.493Z Compiling crypto-common v0.2.2
22102026-08-28T18:59:17.524Z Compiling block-buffer v0.12.1
22112026-08-28T18:59:17.529Z Compiling block-padding v0.4.2
22122026-08-28T18:59:17.794Z Compiling convert_case v0.10.0
22132026-08-28T18:59:18.067Z Compiling rustls-native-certs v0.8.3
22142026-08-28T18:59:18.186Z Compiling x509-cert v0.2.5
22152026-08-28T18:59:18.317Z Compiling md-5 v0.10.6
22162026-08-28T18:59:18.463Z Compiling bstr v1.12.1
22172026-08-28T18:59:18.661Z Compiling vergen-lib v9.1.0
22182026-08-28T18:59:18.680Z Compiling hash32 v0.2.1
22192026-08-28T18:59:18.712Z Compiling encoding_rs v0.8.35
22202026-08-28T18:59:18.873Z Compiling cpufeatures v0.3.0
22212026-08-28T18:59:18.888Z Compiling unicode-width v0.2.0
22222026-08-28T18:59:18.969Z Compiling mime v0.3.17
22232026-08-28T18:59:19.110Z Compiling rustc-demangle v0.1.27
22242026-08-28T18:59:19.212Z Compiling crc-any v2.5.0
22252026-08-28T18:59:19.228Z Compiling fallible-iterator v0.2.0
22262026-08-28T18:59:19.267Z Compiling psl-types v2.0.11
22272026-08-28T18:59:19.412Z Compiling publicsuffix v2.3.0
22282026-08-28T18:59:19.447Z Compiling test-strategy v0.4.5
22292026-08-28T18:59:19.563Z Compiling postgres-protocol v0.6.10
22302026-08-28T18:59:19.661Z Compiling backtrace v0.3.76
22312026-08-28T18:59:20.029Z Compiling derive_more-impl v2.1.1
22322026-08-28T18:59:20.116Z Compiling object v0.30.4
22332026-08-28T18:59:20.358Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22342026-08-28T18:59:20.375Z Compiling inout v0.2.2
22352026-08-28T18:59:20.409Z Compiling zip v0.6.6
22362026-08-28T18:59:20.426Z Compiling hyper-tls v0.6.0
22372026-08-28T18:59:20.555Z Compiling daft v0.1.8
22382026-08-28T18:59:20.600Z Compiling derive_builder v0.20.2
22392026-08-28T18:59:20.660Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22402026-08-28T18:59:20.737Z Compiling phf_shared v0.13.1
22412026-08-28T18:59:20.753Z Compiling pin-project v1.1.11
22422026-08-28T18:59:20.939Z Compiling toml v0.7.8
22432026-08-28T18:59:20.966Z Compiling heck v0.4.1
22442026-08-28T18:59:21.037Z Compiling serde_with_macros v3.21.0
22452026-08-28T18:59:21.051Z Compiling futures-executor v0.3.32
22462026-08-28T18:59:21.228Z Compiling enum-as-inner v0.6.1
22472026-08-28T18:59:21.246Z Compiling miette-derive v7.6.0
22482026-08-28T18:59:21.300Z Compiling async-recursion v1.1.1
22492026-08-28T18:59:21.455Z Compiling serde_repr v0.1.20
22502026-08-28T18:59:21.544Z Compiling ff v0.13.1
22512026-08-28T18:59:21.559Z Compiling vergen v9.1.0
22522026-08-28T18:59:21.687Z Compiling cargo-platform v0.3.2
22532026-08-28T18:59:21.708Z Compiling base16ct v0.2.0
22542026-08-28T18:59:21.767Z Compiling bitflags v1.3.2
22552026-08-28T18:59:21.858Z Compiling is_ci v1.2.0
22562026-08-28T18:59:21.896Z Compiling unicode-linebreak v0.1.5
22572026-08-28T18:59:21.971Z Compiling libbz2-rs-sys v0.2.2
22582026-08-28T18:59:22.002Z Compiling foldhash v0.1.5
22592026-08-28T18:59:22.017Z Compiling jiff-core v0.1.0
22602026-08-28T18:59:22.033Z Compiling same-file v1.0.6
22612026-08-28T18:59:22.150Z Compiling smawk v0.3.2
22622026-08-28T18:59:22.187Z Compiling foldhash v0.2.0
22632026-08-28T18:59:22.202Z Compiling managed v0.8.0
22642026-08-28T18:59:22.310Z Compiling path-slash v0.1.5
22652026-08-28T18:59:22.328Z Compiling bumpalo v3.20.2
22662026-08-28T18:59:22.486Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22672026-08-28T18:59:22.491Z Compiling bzip2 v0.6.1
22682026-08-28T18:59:22.575Z Compiling zopfli v0.8.3
22692026-08-28T18:59:22.591Z Compiling hashbrown v0.16.1
22702026-08-28T18:59:22.682Z Compiling textwrap v0.16.2
22712026-08-28T18:59:22.806Z Compiling jiff v0.2.34
22722026-08-28T18:59:22.919Z Compiling walkdir v2.5.0
22732026-08-28T18:59:23.041Z Compiling hashbrown v0.15.5
22742026-08-28T18:59:23.103Z Compiling supports-color v3.0.2
22752026-08-28T18:59:23.162Z Compiling cargo_metadata v0.23.1
22762026-08-28T18:59:23.207Z Compiling sec1 v0.7.3
22772026-08-28T18:59:23.262Z Compiling group v0.13.0
22782026-08-28T18:59:23.502Z Compiling futures v0.3.32
22792026-08-28T18:59:23.688Z Compiling phf v0.13.1
22802026-08-28T18:59:23.763Z Compiling snafu v0.8.9
22812026-08-28T18:59:24.110Z Compiling reqwest v0.12.28
22822026-08-28T18:59:24.126Z Compiling cipher v0.5.2
22832026-08-28T18:59:24.151Z Compiling signal-hook-mio v0.2.5
22842026-08-28T18:59:24.275Z Compiling cookie_store v0.22.1
22852026-08-28T18:59:24.292Z Compiling backtrace-ext v0.2.1
22862026-08-28T18:59:24.382Z Compiling zstd v0.13.3
22872026-08-28T18:59:24.419Z Compiling postgres-types v0.2.12
22882026-08-28T18:59:24.442Z Compiling globset v0.4.18
22892026-08-28T18:59:24.599Z Compiling strum v0.27.2
22902026-08-28T18:59:24.659Z Compiling hubpack v0.1.2
22912026-08-28T18:59:24.835Z Compiling phf_shared v0.11.3
22922026-08-28T18:59:24.852Z Compiling hkdf v0.12.4
22932026-08-28T18:59:24.872Z Compiling crossbeam-epoch v0.9.18
22942026-08-28T18:59:24.913Z Compiling byte-wrapper v0.1.0
22952026-08-28T18:59:24.935Z Compiling olpc-cjson v0.1.4
22962026-08-28T18:59:24.951Z Compiling ed25519 v2.2.3
22972026-08-28T18:59:25.112Z Compiling crypto-bigint v0.5.5
22982026-08-28T18:59:25.246Z Compiling serde-big-array v0.5.1
22992026-08-28T18:59:25.277Z Compiling serde_plain v1.0.2
23002026-08-28T18:59:25.281Z Compiling pem v3.0.6
23012026-08-28T18:59:25.347Z Compiling float-cmp v0.10.0
23022026-08-28T18:59:25.418Z Compiling memmap2 v0.9.10
23032026-08-28T18:59:25.482Z Compiling unicode-width v0.1.14
23042026-08-28T18:59:25.591Z Compiling whoami v2.1.0
23052026-08-28T18:59:25.621Z Compiling typed-path v0.9.3
23062026-08-28T18:59:25.638Z Compiling normalize-line-endings v0.3.0
23072026-08-28T18:59:25.743Z Compiling difflib v0.4.0
23082026-08-28T18:59:25.758Z Compiling keccak v0.1.6
23092026-08-28T18:59:25.783Z Compiling new_debug_unreachable v1.0.6
23102026-08-28T18:59:25.798Z Compiling supports-hyperlinks v3.2.0
23112026-08-28T18:59:25.869Z Compiling fixedbitset v0.4.2
23122026-08-28T18:59:25.916Z Compiling static_assertions v1.1.0
23132026-08-28T18:59:25.937Z Compiling data-encoding v2.10.0
23142026-08-28T18:59:25.963Z Compiling fixedbitset v0.5.7
23152026-08-28T18:59:25.978Z Compiling const-oid v0.10.2
23162026-08-28T18:59:26.018Z Compiling supports-unicode v3.0.0
23172026-08-28T18:59:26.088Z Compiling precomputed-hash v0.1.1
23182026-08-28T18:59:26.195Z Compiling predicates-core v1.0.10
23192026-08-28T18:59:26.226Z Compiling toml_write v0.1.2
23202026-08-28T18:59:26.244Z Compiling hickory-proto v0.25.2
23212026-08-28T18:59:26.260Z Compiling petgraph v0.8.3
23222026-08-28T18:59:26.299Z Compiling chacha20 v0.10.0
23232026-08-28T18:59:26.478Z Compiling toml_edit v0.22.27
23242026-08-28T18:59:26.494Z Compiling predicates v3.1.4
23252026-08-28T18:59:26.578Z Compiling string_cache v0.8.9
23262026-08-28T18:59:26.606Z Compiling digest v0.11.3
23272026-08-28T18:59:26.647Z Compiling miette v7.6.0
23282026-08-28T18:59:26.780Z Compiling petgraph v0.6.5
23292026-08-28T18:59:26.812Z Compiling elliptic-curve v0.13.8
23302026-08-28T18:59:26.842Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23312026-08-28T18:59:27.084Z Compiling sha3 v0.10.8
23322026-08-28T18:59:27.140Z Compiling tokio-postgres v0.7.16
23332026-08-28T18:59:27.567Z Compiling usdt v0.6.0
23342026-08-28T18:59:28.046Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23352026-08-28T18:59:28.222Z Compiling ed25519-dalek v2.2.0
23362026-08-28T18:59:28.342Z Compiling zip v4.6.1
23372026-08-28T18:59:28.826Z Compiling crossterm v0.28.1
23382026-08-28T18:59:29.211Z Compiling iddqd v0.4.2
23392026-08-28T18:59:29.323Z Compiling serde_with v3.21.0
23402026-08-28T18:59:29.414Z Compiling derive_more v2.1.1
23412026-08-28T18:59:29.440Z Compiling similar v2.7.0
23422026-08-28T18:59:29.537Z Compiling strum v0.26.3
23432026-08-28T18:59:29.612Z Compiling tokio-stream v0.1.18
23442026-08-28T18:59:29.707Z Compiling buf-list v1.1.2
23452026-08-28T18:59:29.750Z Compiling itertools v0.13.0
23462026-08-28T18:59:29.987Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23472026-08-28T18:59:30.004Z Compiling openapiv3 v2.2.0
23482026-08-28T18:59:30.819Z Compiling peg-runtime v0.8.5
23492026-08-28T18:59:30.995Z Compiling lalrpop-util v0.19.12
23502026-08-28T18:59:45.338Z Compiling rustls-webpki v0.103.13
23512026-08-28T18:59:48.890Z Compiling tokio-rustls v0.26.4
23522026-08-28T18:59:49.178Z Compiling hyper-rustls v0.27.7
23532026-08-28T18:59:49.196Z Compiling rustls-platform-verifier v0.6.2
23542026-08-28T18:59:49.310Z Compiling tough v0.22.0
23552026-08-28T18:59:49.424Z Compiling reqwest v0.13.2
23562026-08-28T18:59:52.821Z Compiling macaddr v1.0.1
23572026-08-28T18:59:52.916Z Compiling rayon-core v1.13.0
23582026-08-28T18:59:52.942Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23592026-08-28T18:59:52.967Z Compiling crucible-workspace-hack v0.1.0
23602026-08-28T18:59:52.989Z Compiling secrecy v0.10.3
23612026-08-28T18:59:53.095Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23622026-08-28T18:59:53.123Z Compiling heapless v0.8.0
23632026-08-28T18:59:53.208Z Compiling toml_datetime v0.7.5+spec-1.1.0
23642026-08-28T18:59:53.212Z Compiling crossbeam-deque v0.8.6
23652026-08-28T18:59:53.240Z Compiling ingot-macros v0.2.0
23662026-08-28T18:59:53.243Z Compiling inout v0.1.4
23672026-08-28T18:59:53.243Z Compiling hash32 v0.3.1
23682026-08-28T18:59:53.324Z Compiling multer v3.1.0
23692026-08-28T18:59:53.328Z Compiling thread_local v1.1.9
23702026-08-28T18:59:53.366Z Compiling compression-core v0.4.31
23712026-08-28T18:59:53.370Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23722026-08-28T18:59:53.448Z Compiling toml_edit v0.23.10+spec-1.0.0
23732026-08-28T18:59:53.465Z Compiling match_cfg v0.1.0
23742026-08-28T18:59:53.485Z Compiling smoltcp v0.11.0
23752026-08-28T18:59:53.529Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23762026-08-28T18:59:53.546Z Compiling slog-async v2.8.0
23772026-08-28T18:59:53.565Z Compiling hostname v0.3.1
23782026-08-28T18:59:53.590Z Compiling compression-codecs v0.4.37
23792026-08-28T18:59:53.643Z Compiling cipher v0.4.4
23802026-08-28T18:59:53.711Z Compiling atomicwrites v0.4.4
23812026-08-28T18:59:53.749Z Compiling slog-json v2.6.1
23822026-08-28T18:59:53.854Z Compiling crossbeam-channel v0.5.15
23832026-08-28T18:59:53.871Z Compiling newtype-uuid-macros v0.1.0
23842026-08-28T18:59:53.887Z Compiling half v2.7.1
23852026-08-28T18:59:53.921Z Compiling universal-hash v0.5.1
23862026-08-28T18:59:53.953Z Compiling serde_tokenstream v0.3.0
23872026-08-28T18:59:54.012Z Compiling proc-macro-crate v3.4.0
23882026-08-28T18:59:54.027Z Compiling cobs v0.3.0
23892026-08-28T18:59:54.086Z Compiling async-stream-impl v0.3.6
23902026-08-28T18:59:54.137Z Compiling thiserror-impl-no-std v2.0.2
23912026-08-28T18:59:54.255Z Compiling serde_spanned v1.1.1
23922026-08-28T18:59:54.270Z Compiling toml_datetime v1.1.1+spec-1.1.0
23932026-08-28T18:59:54.326Z Compiling is-terminal v0.4.17
23942026-08-28T18:59:54.361Z Compiling proc-macro-error-attr v1.0.4
23952026-08-28T18:59:54.426Z Compiling dropshot v0.17.1
23962026-08-28T18:59:54.449Z Compiling toml_writer v1.1.1+spec-1.1.0
23972026-08-28T18:59:54.452Z Compiling opaque-debug v0.3.1
23982026-08-28T18:59:54.545Z Compiling convert_case v0.4.0
23992026-08-28T18:59:54.562Z Compiling term v1.2.1
24002026-08-28T18:59:54.602Z Compiling ciborium-io v0.2.2
24012026-08-28T18:59:54.631Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24022026-08-28T18:59:54.659Z Compiling take_mut v0.2.2
24032026-08-28T18:59:54.685Z Compiling async-stream v0.3.6
24042026-08-28T18:59:54.719Z Compiling ciborium-ll v0.2.2
24052026-08-28T18:59:54.734Z Compiling toml v1.1.2+spec-1.1.0
24062026-08-28T18:59:54.811Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24072026-08-28T18:59:54.884Z Compiling derive_more v0.99.20
24082026-08-28T18:59:54.901Z Compiling slog-term v2.9.2
24092026-08-28T18:59:54.930Z Compiling poly1305 v0.8.0
24102026-08-28T18:59:55.009Z Compiling num_enum_derive v0.7.6
24112026-08-28T18:59:55.112Z Compiling oxide-generation-macros v0.2.0
24122026-08-28T18:59:55.163Z Compiling thiserror-no-std v2.0.2
24132026-08-28T18:59:55.180Z Compiling postcard v1.1.3
24142026-08-28T18:59:55.588Z Compiling slog-bunyan v2.5.0
24152026-08-28T18:59:55.604Z Compiling chacha20 v0.9.1
24162026-08-28T18:59:55.725Z Compiling async-compression v0.4.41
24172026-08-28T18:59:55.886Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24182026-08-28T18:59:55.904Z Compiling ingot-types v0.2.0
24192026-08-28T18:59:55.924Z Compiling sha1 v0.11.0
24202026-08-28T18:59:55.956Z Compiling oxide-generation v0.1.3
24212026-08-28T18:59:56.014Z Compiling parse-display-derive v0.10.0
24222026-08-28T18:59:56.154Z Compiling proc-macro-crate v1.3.1
24232026-08-28T18:59:56.206Z Compiling waitgroup v0.1.2
24242026-08-28T18:59:56.364Z Compiling ingot v0.2.1
24252026-08-28T18:59:56.415Z Compiling rustls-pemfile v2.2.0
24262026-08-28T18:59:56.424Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24272026-08-28T18:59:56.448Z Compiling backon v1.6.0
24282026-08-28T18:59:56.544Z Compiling blake2 v0.10.6
24292026-08-28T18:59:56.724Z Compiling dropshot_endpoint v0.17.1
24302026-08-28T18:59:56.739Z Compiling aead v0.5.2
24312026-08-28T18:59:56.815Z Compiling password-hash v0.5.0
24322026-08-28T18:59:56.962Z Compiling foreign-types-macros v0.2.3
24332026-08-28T18:59:57.028Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24342026-08-28T18:59:57.076Z Compiling serde_path_to_error v0.1.20
24352026-08-28T18:59:57.091Z Compiling hostname v0.4.2
24362026-08-28T18:59:57.148Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24372026-08-28T18:59:57.281Z Compiling proc-macro-error v1.0.4
24382026-08-28T18:59:57.375Z Compiling instant v0.1.13
24392026-08-28T18:59:57.458Z Compiling foreign-types-shared v0.3.1
24402026-08-28T18:59:57.490Z Compiling illumos-nvpair-sys v0.2.0
24412026-08-28T18:59:57.510Z Compiling debug-ignore v1.0.5
24422026-08-28T18:59:57.510Z Compiling parse-display v0.10.0
24432026-08-28T18:59:57.568Z Compiling backoff v0.4.0
24442026-08-28T18:59:57.586Z Compiling foreign-types v0.5.0
24452026-08-28T18:59:57.648Z Compiling argon2 v0.5.3
24462026-08-28T18:59:57.664Z Compiling chacha20poly1305 v0.10.1
24472026-08-28T18:59:57.681Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24482026-08-28T18:59:57.701Z Compiling num_enum_derive v0.5.11
24492026-08-28T18:59:57.736Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
24502026-08-28T18:59:57.795Z Compiling num_enum v0.7.6
24512026-08-28T18:59:57.817Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
24522026-08-28T18:59:57.844Z Compiling vsss-rs v3.3.4
24532026-08-28T18:59:57.979Z Compiling ciborium v0.2.2
24542026-08-28T18:59:58.303Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24552026-08-28T18:59:58.346Z Compiling regress v0.10.5
24562026-08-28T18:59:58.362Z Compiling itertools v0.14.0
24572026-08-28T18:59:58.377Z Compiling tabwriter v1.4.1
24582026-08-28T18:59:58.464Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24592026-08-28T18:59:58.566Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24602026-08-28T18:59:58.592Z Compiling cstr-argument v0.1.2
24612026-08-28T18:59:58.642Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24622026-08-28T18:59:58.657Z Compiling humantime v2.3.0
24632026-08-28T18:59:58.762Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24642026-08-28T18:59:58.803Z Compiling num_enum v0.5.11
24652026-08-28T18:59:58.892Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24662026-08-28T18:59:58.928Z Compiling rayon v1.11.0
24672026-08-28T18:59:58.946Z Compiling rand v0.10.1
24682026-08-28T18:59:59.013Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24692026-08-28T18:59:59.061Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24702026-08-28T18:59:59.135Z Compiling libefi-sys v0.1.0
24712026-08-28T18:59:59.152Z Compiling colored v3.1.1
24722026-08-28T18:59:59.168Z Compiling indent_write v2.2.0
24732026-08-28T18:59:59.183Z Compiling zone_cfg_derive v0.3.1
24742026-08-28T18:59:59.198Z Compiling illumos-nvpair v0.3.0
24752026-08-28T18:59:59.351Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24762026-08-28T18:59:59.385Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24772026-08-28T18:59:59.421Z Compiling camino-tempfile v1.4.1
24782026-08-28T18:59:59.438Z Compiling itertools v0.12.1
24792026-08-28T18:59:59.460Z Compiling usdt-attr-macro v0.5.0
24802026-08-28T18:59:59.698Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24812026-08-28T18:59:59.750Z Compiling usdt-macro v0.5.0
24822026-08-28T18:59:59.803Z Compiling num-derive v0.4.2
24832026-08-28T18:59:59.821Z Compiling bitfield-struct v0.6.2
24842026-08-28T18:59:59.837Z Compiling blake3 v1.8.5
24852026-08-28T18:59:59.903Z Compiling memmap v0.7.0
24862026-08-28T18:59:59.918Z Compiling sigpipe v0.1.3
24872026-08-28T19:00:00.034Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24882026-08-28T19:00:00.059Z Compiling swrite v0.1.0
24892026-08-28T19:00:00.158Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24902026-08-28T19:00:00.174Z Compiling glob v0.3.3
24912026-08-28T19:00:00.192Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24922026-08-28T19:00:00.401Z Compiling smf v0.2.3
24932026-08-28T19:00:00.458Z Compiling filetime v0.2.27
24942026-08-28T19:00:00.473Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24952026-08-28T19:00:00.476Z Compiling usdt v0.5.0
24962026-08-28T19:00:00.516Z Compiling whoami v1.6.1
24972026-08-28T19:00:00.694Z Compiling constant_time_eq v0.4.2
24982026-08-28T19:00:00.710Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24992026-08-28T19:00:00.726Z Compiling arrayref v0.3.9
25002026-08-28T19:00:00.730Z Compiling arrayvec v0.7.6
25012026-08-28T19:00:00.812Z Compiling zone v0.3.1
25022026-08-28T19:00:00.828Z Compiling xattr v1.6.1
25032026-08-28T19:00:00.910Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25042026-08-28T19:00:00.926Z Compiling tokio-dtrace v0.1.1
25052026-08-28T19:00:00.983Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25062026-08-28T19:00:01.004Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25072026-08-28T19:00:01.041Z Compiling tar v0.4.46
25082026-08-28T19:00:01.083Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25092026-08-28T19:00:01.113Z Compiling gethostname v0.5.0
25102026-08-28T19:00:01.116Z Compiling console v0.16.2
25112026-08-28T19:00:01.284Z Compiling unit-prefix v0.5.2
25122026-08-28T19:00:01.385Z Compiling topological-sort v0.2.2
25132026-08-28T19:00:01.405Z Compiling oxide-tokio-rt v0.1.4
25142026-08-28T19:00:01.484Z Compiling toml v0.8.23
25152026-08-28T19:00:01.582Z Compiling indicatif v0.18.4
25162026-08-28T19:00:01.708Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25172026-08-28T19:00:01.844Z Compiling shell-words v1.1.1
25182026-08-28T19:00:11.006Z Compiling progenitor-client v0.14.0
25192026-08-28T19:00:11.006Z Compiling omicron-zone-package v0.12.3
25202026-08-28T19:00:11.262Z Compiling progenitor-extras v0.2.0
25212026-08-28T19:00:11.572Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25222026-08-28T19:00:11.626Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25232026-08-28T19:00:11.652Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25242026-08-28T19:00:11.720Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25252026-08-28T19:00:11.756Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25262026-08-28T19:00:11.803Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25272026-08-28T19:00:11.939Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25282026-08-28T19:00:12.053Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25292026-08-28T19:00:12.875Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25302026-08-28T19:00:16.347Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25312026-08-28T19:00:25.631Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25322026-08-28T19:00:28.915Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25332026-08-28T19:00:30.005Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
25342026-08-28T19:00:40.644Z Finished `release` profile [optimized] target(s) in 1m 49s
25352026-08-28T19:00:40.792Z Running `target/release/omicron-package -t test target create -p dev`
25362026-08-28T19:00:40.860ZLogging to: /work/oxidecomputer/omicron/out/LOG
25372026-08-28T19:00:40.864ZCreated new build target 'test' and set it as active
25382026-08-28T19:00:40.864Z
25392026-08-28T19:00:40.865Zreal 1:49.477404871
25402026-08-28T19:00:40.865Zuser 17:54.626157638
25412026-08-28T19:00:40.865Zsys 2:49.778107911
25422026-08-28T19:00:40.865Ztrap 0.515475810
25432026-08-28T19:00:40.865Ztflt 2.514284153
25442026-08-28T19:00:40.865Zdflt 4.797858381
25452026-08-28T19:00:40.865Zkflt 0.000539852
25462026-08-28T19:00:40.865Zlock 58:47.581306157
25472026-08-28T19:00:40.865Zslp 45:50.950787857
25482026-08-28T19:00:40.865Zlat 51.677637254
25492026-08-28T19:00:40.865Zstop 6:13.344989849
25502026-08-28T19:00:40.865Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
25512026-08-28T19:00:41.765Z Finished `release` profile [optimized] target(s) in 0.89s
25522026-08-28T19:00:41.838Z Running `target/release/omicron-package -t test package`
25532026-08-28T19:00:41.898ZLogging to: /work/oxidecomputer/omicron/out/LOG
25542026-08-28T19:00:43.366Z Compiling heck v0.5.0
25552026-08-28T19:00:43.366Z Compiling regress v0.11.1
25562026-08-28T19:00:43.370Z Compiling unsafe-libyaml v0.2.11
25572026-08-28T19:00:43.624Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25582026-08-28T19:00:43.655Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25592026-08-28T19:00:43.655Z Compiling derive-where v1.6.0
25602026-08-28T19:00:43.660Z Compiling bytecount v0.6.9
25612026-08-28T19:00:43.720Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25622026-08-28T19:00:43.739Z Compiling atomicwrites v0.4.4
25632026-08-28T19:00:43.742Z Compiling is-terminal v0.4.17
25642026-08-28T19:00:43.742Z Compiling prettyplease v0.2.37
25652026-08-28T19:00:43.742Z Compiling newline-converter v0.3.0
25662026-08-28T19:00:43.758Z Compiling console v0.15.11
25672026-08-28T19:00:43.798Z Compiling slog-dtrace v0.3.0
25682026-08-28T19:00:43.801Z Compiling cancel-safe-futures v0.1.5
25692026-08-28T19:00:43.887Z Compiling resolv-conf v0.7.6
25702026-08-28T19:00:43.911Z Compiling num-rational v0.4.2
25712026-08-28T19:00:43.914Z Compiling num-complex v0.4.6
25722026-08-28T19:00:43.956Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25732026-08-28T19:00:43.963Z Compiling thread_local v1.1.9
25742026-08-28T19:00:44.060Z Compiling compression-core v0.4.31
25752026-08-28T19:00:44.103Z Compiling serde_yaml v0.9.34+deprecated
25762026-08-28T19:00:44.229Z Compiling match_cfg v0.1.0
25772026-08-28T19:00:44.251Z Compiling compression-codecs v0.4.37
25782026-08-28T19:00:44.330Z Compiling expectorate v1.2.0
25792026-08-28T19:00:44.417Z Compiling num v0.4.3
25802026-08-28T19:00:44.437Z Compiling hostname v0.3.1
25812026-08-28T19:00:44.507Z Compiling multer v3.1.0
25822026-08-28T19:00:44.525Z Compiling slog-async v2.8.0
25832026-08-28T19:00:44.549Z Compiling crossbeam-channel v0.5.15
25842026-08-28T19:00:44.573Z Compiling slog-json v2.6.1
25852026-08-28T19:00:44.573Z Compiling toml_datetime v1.1.1+spec-1.1.0
25862026-08-28T19:00:44.620Z Compiling serde_spanned v1.1.1
25872026-08-28T19:00:44.625Z Compiling term v1.2.1
25882026-08-28T19:00:44.667Z Compiling toml_writer v1.1.1+spec-1.1.0
25892026-08-28T19:00:44.797Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25902026-08-28T19:00:44.819Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25912026-08-28T19:00:44.842Z Compiling linked-hash-map v0.5.6
25922026-08-28T19:00:44.876Z Compiling take_mut v0.2.2
25932026-08-28T19:00:44.900Z Compiling oxide-update-engine-types v0.1.2
25942026-08-28T19:00:44.925Z Compiling float-ord v0.3.2
25952026-08-28T19:00:44.930Z Compiling linear-map v1.2.0
25962026-08-28T19:00:44.930Z Compiling toml v1.1.2+spec-1.1.0
25972026-08-28T19:00:44.991Z Compiling slog-term v2.9.2
25982026-08-28T19:00:45.037Z Compiling lru-cache v0.1.2
25992026-08-28T19:00:45.066Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
26002026-08-28T19:00:45.088Z Compiling slog-bunyan v2.5.0
26012026-08-28T19:00:45.155Z Compiling typify-impl v0.6.2
26022026-08-28T19:00:45.208Z Compiling async-compression v0.4.41
26032026-08-28T19:00:45.257Z Compiling async-stream v0.3.6
26042026-08-28T19:00:45.441Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26052026-08-28T19:00:45.462Z Compiling dropshot v0.17.1
26062026-08-28T19:00:45.496Z Compiling sha1 v0.11.0
26072026-08-28T19:00:45.533Z Compiling progenitor-client v0.14.0
26082026-08-28T19:00:45.563Z Compiling oxide-generation v0.1.3
26092026-08-28T19:00:45.608Z Compiling waitgroup v0.1.2
26102026-08-28T19:00:45.631Z Compiling rustls-pemfile v2.2.0
26112026-08-28T19:00:45.653Z Compiling backon v1.6.0
26122026-08-28T19:00:45.779Z Compiling hostname v0.4.2
26132026-08-28T19:00:45.800Z Compiling serde_path_to_error v0.1.20
26142026-08-28T19:00:45.863Z Compiling instant v0.1.13
26152026-08-28T19:00:45.863Z Compiling debug-ignore v1.0.5
26162026-08-28T19:00:45.909Z Compiling minimal-lexical v0.2.1
26172026-08-28T19:00:45.913Z Compiling progenitor-extras v0.2.0
26182026-08-28T19:00:45.952Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
26192026-08-28T19:00:46.003Z Compiling backoff v0.4.0
26202026-08-28T19:00:46.029Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26212026-08-28T19:00:46.098Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
26222026-08-28T19:00:46.185Z Compiling oxide-update-engine v0.1.2
26232026-08-28T19:00:46.230Z Compiling nom v7.1.3
26242026-08-28T19:00:46.233Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
26252026-08-28T19:00:46.272Z Compiling parse-display v0.10.0
26262026-08-28T19:00:46.277Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26272026-08-28T19:00:46.319Z Compiling hickory-proto v0.24.4
26282026-08-28T19:00:46.803Z Compiling itertools v0.14.0
26292026-08-28T19:00:47.041Z Compiling regress v0.10.5
26302026-08-28T19:00:47.464Z Compiling macaddr v1.0.1
26312026-08-28T19:00:47.568Z Compiling unicode-xid v0.2.6
26322026-08-28T19:00:47.654Z Compiling humantime v2.3.0
26332026-08-28T19:00:47.745Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
26342026-08-28T19:00:47.935Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
26352026-08-28T19:00:47.983Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
26362026-08-28T19:00:48.006Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
26372026-08-28T19:00:48.133Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
26382026-08-28T19:00:48.240Z Compiling toml v0.8.23
26392026-08-28T19:00:48.322Z Compiling papergrid v0.11.0
26402026-08-28T19:00:48.423Z Compiling tabled_derive v0.7.0
26412026-08-28T19:00:48.617Z Compiling typify-macro v0.6.2
26422026-08-28T19:00:48.750Z Compiling termtree v0.5.1
26432026-08-28T19:00:48.815Z Compiling crossterm v0.29.0
26442026-08-28T19:00:48.956Z Compiling hickory-resolver v0.24.4
26452026-08-28T19:00:49.041Z Compiling phf_shared v0.12.1
26462026-08-28T19:00:49.302Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26472026-08-28T19:00:49.327Z Compiling tabled v0.15.0
26482026-08-28T19:00:49.569Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
26492026-08-28T19:00:50.149Z Compiling typify v0.6.2
26502026-08-28T19:00:50.293Z Compiling progenitor-impl v0.14.0
26512026-08-28T19:00:50.968Z Compiling qorb v0.4.1
26522026-08-28T19:00:51.042Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
26532026-08-28T19:00:51.627Z Compiling csv-core v0.1.13
26542026-08-28T19:00:51.650Z Compiling vte v0.14.1
26552026-08-28T19:00:51.944Z Compiling chrono-tz v0.10.4
26562026-08-28T19:00:52.072Z Compiling highway v1.3.0
26572026-08-28T19:00:52.201Z Compiling strip-ansi-escapes v0.2.1
26582026-08-28T19:00:52.446Z Compiling progenitor-macro v0.14.0
26592026-08-28T19:00:52.822Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26602026-08-28T19:00:53.494Z Compiling csv v1.4.0
26612026-08-28T19:00:53.576Z Compiling phf v0.12.1
26622026-08-28T19:00:53.777Z Compiling const_format_proc_macros v0.2.34
26632026-08-28T19:00:54.134Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26642026-08-28T19:00:54.236Z Compiling fd-lock v4.0.4
26652026-08-28T19:00:54.416Z Compiling peg-macros v0.8.5
26662026-08-28T19:00:54.447Z Compiling nu-ansi-term v0.50.3
26672026-08-28T19:00:54.657Z Compiling const_format v0.2.35
26682026-08-28T19:00:54.981Z Compiling reedline v0.40.0
26692026-08-28T19:00:55.004Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26702026-08-28T19:00:55.401Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26712026-08-28T19:00:55.683Z Compiling peg v0.8.5
26722026-08-28T19:00:55.789Z Compiling bcs v0.1.6
26732026-08-28T19:00:56.183Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26742026-08-28T19:00:56.225Z Compiling nom v8.0.0
26752026-08-28T19:00:56.681Z Compiling progenitor v0.14.0
26762026-08-28T19:00:56.729Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26772026-08-28T19:00:56.898Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
26782026-08-28T19:00:57.106Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26792026-08-28T19:00:57.252Z Compiling semver v0.1.20
26802026-08-28T19:00:57.405Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26812026-08-28T19:00:57.558Z Compiling rustc_version v0.1.7
26822026-08-28T19:00:57.662Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26832026-08-28T19:00:57.805Z Compiling newtype_derive v0.1.6
26842026-08-28T19:00:58.052Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26852026-08-28T19:00:58.233Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26862026-08-28T19:00:58.410Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26872026-08-28T19:00:58.907Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26882026-08-28T19:00:59.015Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26892026-08-28T19:00:59.598Z Compiling steno v0.4.1
26902026-08-28T19:00:59.640Z Compiling dropshot-api-manager-types v0.8.0
26912026-08-28T19:00:59.661Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26922026-08-28T19:00:59.739Z Compiling sha1 v0.10.6
26932026-08-28T19:01:00.027Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
26942026-08-28T19:01:00.211Z Compiling tagptr v0.2.0
26952026-08-28T19:01:00.256Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26962026-08-28T19:01:00.326Z Compiling utf-8 v0.7.6
26972026-08-28T19:01:00.410Z Compiling moka v0.12.13
26982026-08-28T19:01:00.580Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26992026-08-28T19:01:00.603Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27002026-08-28T19:01:00.767Z Compiling tungstenite v0.21.0
27012026-08-28T19:01:01.050Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
27022026-08-28T19:01:01.708Z Compiling hickory-resolver v0.25.2
27032026-08-28T19:01:02.875Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27042026-08-28T19:01:02.903Z Compiling tokio-tungstenite v0.21.0
27052026-08-28T19:01:03.300Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
27062026-08-28T19:01:03.652Z Compiling darling_core v0.21.3
27072026-08-28T19:01:05.286Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27082026-08-28T19:01:05.333Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27092026-08-28T19:01:05.432Z Compiling display-error-chain v0.2.2
27102026-08-28T19:01:05.613Z Compiling libscf-sys v1.2.0
27112026-08-28T19:01:05.765Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27122026-08-28T19:01:05.809Z Compiling darling_macro v0.21.3
27132026-08-28T19:01:06.363Z Compiling darling v0.21.3
27142026-08-28T19:01:06.486Z Compiling vergen-lib v0.1.6
27152026-08-28T19:01:06.673Z Compiling diesel_derives v2.3.7
27162026-08-28T19:01:06.807Z Compiling dsl_auto_type v0.2.0
27172026-08-28T19:01:07.112Z Compiling scheduled-thread-pool v0.2.7
27182026-08-28T19:01:07.352Z Compiling vergen-gitcl v1.0.8
27192026-08-28T19:01:07.581Z Compiling diesel_table_macro_syntax v0.3.0
27202026-08-28T19:01:07.687Z Compiling dirs-sys-next v0.1.2
27212026-08-28T19:01:07.807Z Compiling maplit v1.0.2
27222026-08-28T19:01:07.930Z Compiling glob v0.3.3
27232026-08-28T19:01:07.966Z Compiling crunchy v0.2.4
27242026-08-28T19:01:08.025Z Compiling dirs-next v2.0.0
27252026-08-28T19:01:08.211Z Compiling r2d2 v0.8.10
27262026-08-28T19:01:08.304Z Compiling clang-sys v1.8.1
27272026-08-28T19:01:08.360Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
27282026-08-28T19:01:08.490Z Compiling papergrid v0.18.0
27292026-08-28T19:01:08.512Z Compiling tiny-keccak v2.0.2
27302026-08-28T19:01:08.615Z Compiling xshell-macros v0.2.7
27312026-08-28T19:01:08.686Z Compiling downcast-rs v2.0.2
27322026-08-28T19:01:08.825Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27332026-08-28T19:01:09.019Z Compiling xshell v0.2.7
27342026-08-28T19:01:09.065Z Compiling term v0.7.0
27352026-08-28T19:01:09.150Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27362026-08-28T19:01:09.312Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
27372026-08-28T19:01:09.458Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27382026-08-28T19:01:09.596Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27392026-08-28T19:01:09.690Z Compiling tabled v0.21.0
27402026-08-28T19:01:09.830Z Compiling bit-vec v0.6.3
27412026-08-28T19:01:10.077Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27422026-08-28T19:01:10.253Z Compiling bit-set v0.5.3
27432026-08-28T19:01:10.398Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
27442026-08-28T19:01:10.442Z Compiling ascii-canvas v3.0.0
27452026-08-28T19:01:10.584Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
27462026-08-28T19:01:10.897Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
27472026-08-28T19:01:10.962Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
27482026-08-28T19:01:11.136Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
27492026-08-28T19:01:11.294Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
27502026-08-28T19:01:11.388Z Compiling itertools v0.10.5
27512026-08-28T19:01:11.417Z Compiling ena v0.14.4
27522026-08-28T19:01:11.485Z Compiling libloading v0.8.9
27532026-08-28T19:01:11.514Z Compiling bindgen v0.71.1
27542026-08-28T19:01:11.666Z Compiling unicase v2.9.0
27552026-08-28T19:01:11.729Z Compiling diff v0.1.13
27562026-08-28T19:01:11.825Z Compiling regex-syntax v0.6.29
27572026-08-28T19:01:12.424Z Compiling cexpr v0.6.0
27582026-08-28T19:01:12.519Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27592026-08-28T19:01:12.748Z Compiling crc8 v0.1.1
27602026-08-28T19:01:12.774Z Compiling diesel v2.3.7
27612026-08-28T19:01:12.888Z Compiling rustc-hash v2.1.1
27622026-08-28T19:01:13.057Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27632026-08-28T19:01:13.110Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27642026-08-28T19:01:13.331Z Compiling lalrpop v0.19.12
27652026-08-28T19:01:13.689Z Compiling headers-core v0.3.0
27662026-08-28T19:01:13.850Z Compiling libxml v0.3.3
27672026-08-28T19:01:14.130Z Compiling headers v0.4.1
27682026-08-28T19:01:14.157Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27692026-08-28T19:01:14.235Z Compiling strum_macros v0.24.3
27702026-08-28T19:01:14.380Z Compiling indoc v1.0.9
27712026-08-28T19:01:14.625Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27722026-08-28T19:01:14.823Z Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
27732026-08-28T19:01:14.855Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27742026-08-28T19:01:14.904Z Compiling derive_builder v0.20.2
27752026-08-28T19:01:14.936Z Compiling oso-derive v0.27.3
27762026-08-28T19:01:15.071Z Compiling quick-xml v0.37.5
27772026-08-28T19:01:15.218Z Compiling impl-trait-for-tuples v0.2.3
27782026-08-28T19:01:15.458Z Compiling openssl-probe v0.1.6
27792026-08-28T19:01:15.519Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27802026-08-28T19:01:15.733Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27812026-08-28T19:01:15.784Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27822026-08-28T19:01:16.241Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27832026-08-28T19:01:16.330Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27842026-08-28T19:01:16.498Z Compiling bb8 v0.8.6
27852026-08-28T19:01:16.574Z Compiling trait-variant v0.1.2
27862026-08-28T19:01:16.681Z Compiling proc-macro-error-attr2 v2.0.0
27872026-08-28T19:01:16.891Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27882026-08-28T19:01:17.010Z Compiling half v1.8.3
27892026-08-28T19:01:17.038Z Compiling proc-macro-error2 v2.0.1
27902026-08-28T19:01:17.152Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27912026-08-28T19:01:17.156Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27922026-08-28T19:01:17.361Z Compiling serde_cbor v0.11.2
27932026-08-28T19:01:17.553Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27942026-08-28T19:01:17.596Z Compiling hashbrown v0.14.5
27952026-08-28T19:01:17.755Z Compiling rfc6979 v0.4.0
27962026-08-28T19:01:17.783Z Compiling salty v0.3.0
27972026-08-28T19:01:17.920Z Compiling ecdsa v0.16.9
27982026-08-28T19:01:18.245Z Compiling chumsky v0.9.3
27992026-08-28T19:01:18.316Z Compiling samael v0.0.19
28002026-08-28T19:01:18.374Z Compiling knus-derive v3.4.0
28012026-08-28T19:01:18.396Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
28022026-08-28T19:01:18.463Z Compiling progenitor-impl v0.13.0
28032026-08-28T19:01:18.485Z Compiling primeorder v0.13.6
28042026-08-28T19:01:18.779Z Compiling nonempty v0.12.0
28052026-08-28T19:01:19.008Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
28062026-08-28T19:01:19.483Z Compiling p384 v0.13.1
28072026-08-28T19:01:19.737Z Compiling knus v3.4.0
28082026-08-28T19:01:20.618Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28092026-08-28T19:01:20.624Z Compiling progenitor-macro v0.13.0
28102026-08-28T19:01:20.800Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
28112026-08-28T19:01:20.828Z Compiling polar-core v0.27.3
28122026-08-28T19:01:21.003Z Compiling progenitor-client v0.13.0
28132026-08-28T19:01:21.775Z Compiling fxhash v0.2.1
28142026-08-28T19:01:21.860Z Compiling libz-sys v1.1.24
28152026-08-28T19:01:21.950Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28162026-08-28T19:01:22.066Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
28172026-08-28T19:01:22.353Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
28182026-08-28T19:01:22.692Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28192026-08-28T19:01:22.863Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28202026-08-28T19:01:23.247Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
28212026-08-28T19:01:23.608Z Compiling kstat-rs v0.2.5
28222026-08-28T19:01:24.310Z Compiling mime_guess v2.0.5
28232026-08-28T19:01:24.821Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28242026-08-28T19:01:24.866Z Compiling progenitor v0.13.0
28252026-08-28T19:01:25.824Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28262026-08-28T19:01:26.302Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28272026-08-28T19:01:26.520Z Compiling nanorand v0.7.0
28282026-08-28T19:01:26.843Z Compiling libgit2-sys v0.18.3+1.9.2
28292026-08-28T19:01:26.899Z Compiling parking_lot_core v0.8.6
28302026-08-28T19:01:27.264Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28312026-08-28T19:01:27.342Z Compiling flume v0.11.1
28322026-08-28T19:01:27.659Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28332026-08-28T19:01:27.907Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28342026-08-28T19:01:28.562Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28352026-08-28T19:01:28.612Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28362026-08-28T19:01:29.160Z Compiling git-stub v1.0.0
28372026-08-28T19:01:29.180Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
28382026-08-28T19:01:29.431Z Compiling strsim v0.10.0
28392026-08-28T19:01:29.454Z Compiling instability v0.3.11
28402026-08-28T19:01:29.697Z Compiling http-range v0.1.5
28412026-08-28T19:01:29.756Z Compiling corncobs v0.1.4
28422026-08-28T19:01:29.829Z Compiling oso v0.27.3
28432026-08-28T19:01:30.015Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
28442026-08-28T19:01:30.053Z Compiling darling_core v0.13.4
28452026-08-28T19:01:30.713Z Compiling diesel-dtrace v0.5.0
28462026-08-28T19:01:31.030Z Compiling async-bb8-diesel v0.2.1
28472026-08-28T19:01:31.506Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28482026-08-28T19:01:31.766Z Compiling git-stub-vcs v0.1.0
28492026-08-28T19:01:32.926Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28502026-08-28T19:01:34.138Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
28512026-08-28T19:01:34.513Z Compiling ignore v0.4.25
28522026-08-28T19:01:35.662Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28532026-08-28T19:01:35.802Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28542026-08-28T19:01:36.089Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28552026-08-28T19:01:36.373Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28562026-08-28T19:01:36.646Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28572026-08-28T19:01:36.844Z Compiling anstyle-parse v0.2.7
28582026-08-28T19:01:37.118Z Compiling secrecy v0.8.0
28592026-08-28T19:01:37.325Z Compiling vergen-git2 v9.1.0
28602026-08-28T19:01:37.551Z Compiling castaway v0.2.4
28612026-08-28T19:01:37.571Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28622026-08-28T19:01:37.718Z Compiling indoc v2.0.7
28632026-08-28T19:01:37.902Z Compiling compact_str v0.8.1
28642026-08-28T19:01:37.947Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28652026-08-28T19:01:38.088Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
28662026-08-28T19:01:38.987Z Compiling anstream v0.6.21
28672026-08-28T19:01:39.433Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
28682026-08-28T19:01:39.527Z Compiling globwalk v0.9.1
28692026-08-28T19:01:40.044Z Compiling hyper-staticfile v0.10.1
28702026-08-28T19:01:40.197Z Compiling parking_lot v0.11.2
28712026-08-28T19:01:40.227Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28722026-08-28T19:01:40.936Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28732026-08-28T19:01:41.080Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28742026-08-28T19:01:41.100Z Compiling darling_macro v0.13.4
28752026-08-28T19:01:41.193Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28762026-08-28T19:01:41.585Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28772026-08-28T19:01:41.633Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28782026-08-28T19:01:41.841Z Compiling predicates-tree v1.0.13
28792026-08-28T19:01:42.241Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28802026-08-28T19:01:42.291Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
28812026-08-28T19:01:42.469Z Compiling unicode-truncate v1.1.0
28822026-08-28T19:01:42.528Z Compiling lru v0.12.5
28832026-08-28T19:01:42.552Z Compiling sha2 v0.11.0
28842026-08-28T19:01:42.674Z Compiling digest-io v0.1.0
28852026-08-28T19:01:42.765Z Compiling prefix-trie v0.7.0
28862026-08-28T19:01:42.857Z Compiling rand_seeder v0.4.0
28872026-08-28T19:01:43.119Z Compiling rawzip v0.4.4
28882026-08-28T19:01:43.261Z Compiling cassowary v0.3.0
28892026-08-28T19:01:43.473Z Compiling hickory-server v0.25.2
28902026-08-28T19:01:43.823Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28912026-08-28T19:01:43.966Z Compiling ratatui v0.29.0
28922026-08-28T19:01:44.122Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28932026-08-28T19:01:44.175Z Compiling camino-tempfile-ext v0.3.3
28942026-08-28T19:01:44.208Z Compiling darling v0.13.4
28952026-08-28T19:01:44.349Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28962026-08-28T19:01:44.377Z Compiling sled v0.34.7
28972026-08-28T19:01:44.759Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28982026-08-28T19:01:44.808Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28992026-08-28T19:01:47.099Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
29002026-08-28T19:01:47.277Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
29012026-08-28T19:01:47.499Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29022026-08-28T19:01:48.429Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29032026-08-28T19:01:50.210Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
29042026-08-28T19:01:50.790Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29052026-08-28T19:01:51.587Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
29062026-08-28T19:01:52.315Z Compiling serde_with_macros v1.5.2
29072026-08-28T19:01:52.338Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
29082026-08-28T19:01:52.558Z Compiling git2 v0.20.4
29092026-08-28T19:01:52.694Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29102026-08-28T19:01:52.939Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
29112026-08-28T19:01:53.168Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29122026-08-28T19:01:53.219Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
29132026-08-28T19:01:53.450Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
29142026-08-28T19:01:53.497Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29152026-08-28T19:01:53.641Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29162026-08-28T19:01:53.676Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29172026-08-28T19:01:53.718Z Compiling arc-swap v1.8.2
29182026-08-28T19:01:53.899Z Compiling void v1.0.2
29192026-08-28T19:01:54.022Z Compiling lzss v0.8.2
29202026-08-28T19:01:54.044Z Compiling slog-scope v4.4.1
29212026-08-28T19:01:54.171Z Compiling serde_with v1.14.0
29222026-08-28T19:01:54.298Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
29232026-08-28T19:01:54.459Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
29242026-08-28T19:01:55.435Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
29252026-08-28T19:01:55.617Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29262026-08-28T19:01:55.639Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29272026-08-28T19:01:55.782Z Compiling scuffle v0.1.0
29282026-08-28T19:01:55.900Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29292026-08-28T19:01:56.326Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29302026-08-28T19:01:56.555Z Compiling tungstenite v0.23.0
29312026-08-28T19:01:57.882Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29322026-08-28T19:01:58.124Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
29332026-08-28T19:01:58.828Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29342026-08-28T19:01:58.890Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
29352026-08-28T19:01:59.065Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29362026-08-28T19:01:59.131Z Compiling nix v0.27.1
29372026-08-28T19:01:59.318Z Compiling twox-hash v2.1.2
29382026-08-28T19:01:59.342Z Compiling libsw-core v0.3.2
29392026-08-28T19:01:59.577Z Compiling atty v0.2.14
29402026-08-28T19:01:59.737Z Compiling serde_bytes v0.11.19
29412026-08-28T19:01:59.833Z Compiling libsw v3.5.0
29422026-08-28T19:01:59.923Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29432026-08-28T19:02:00.041Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
29442026-08-28T19:02:00.070Z Compiling tokio-tungstenite v0.23.1
29452026-08-28T19:02:00.176Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
29462026-08-28T19:02:00.313Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
29472026-08-28T19:02:00.445Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
29482026-08-28T19:02:01.266Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
29492026-08-28T19:02:01.290Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
29502026-08-28T19:02:01.715Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
29512026-08-28T19:02:03.050Z Compiling slog-stdlog v4.1.1
29522026-08-28T19:02:03.447Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29532026-08-28T19:02:04.133Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
29542026-08-28T19:02:04.583Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
29552026-08-28T19:02:05.051Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
29562026-08-28T19:02:06.509Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
29572026-08-28T19:02:06.534Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
29582026-08-28T19:02:06.703Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29592026-08-28T19:02:08.365Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29602026-08-28T19:02:09.331Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29612026-08-28T19:02:09.522Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
29622026-08-28T19:02:09.981Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
29632026-08-28T19:02:10.101Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29642026-08-28T19:02:10.964Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29652026-08-28T19:02:12.161Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29662026-08-28T19:02:13.980Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29672026-08-28T19:02:14.287Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29682026-08-28T19:02:16.307Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29692026-08-28T19:02:16.540Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29702026-08-28T19:02:16.571Z Compiling signal-hook-tokio v0.3.1
29712026-08-28T19:02:16.780Z Compiling fatfs v0.3.6
29722026-08-28T19:02:17.242Z Compiling yasna v0.5.2
29732026-08-28T19:02:17.418Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29742026-08-28T19:02:17.635Z Compiling seq-macro v0.3.6
29752026-08-28T19:02:18.065Z Compiling assert_matches v1.5.0
29762026-08-28T19:02:18.216Z Compiling rcgen v0.12.1
29772026-08-28T19:02:18.220Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29782026-08-28T19:02:18.731Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29792026-08-28T19:02:18.805Z Compiling slog-envlogger v2.2.0
29802026-08-28T19:02:19.995Z Compiling oxide-update-engine-display v0.1.2
29812026-08-28T19:02:20.415Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29822026-08-28T19:02:20.951Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29832026-08-28T19:02:21.231Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29842026-08-28T19:02:22.342Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29852026-08-28T19:02:22.360Z Compiling port-file v0.1.0
29862026-08-28T19:02:22.360Z Compiling rtoolbox v0.0.3
29872026-08-28T19:02:22.360Z Compiling subprocess v0.2.15
29882026-08-28T19:02:22.367Z Compiling rpassword v7.5.4
29892026-08-28T19:02:22.649Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29902026-08-28T19:02:23.077Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29912026-08-28T19:02:24.283Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29922026-08-28T19:02:24.728Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29932026-08-28T19:02:24.877Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29942026-08-28T19:02:26.051Z Compiling tui-tree-widget v0.23.1
29952026-08-28T19:02:26.349Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29962026-08-28T19:02:26.543Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29972026-08-28T19:02:28.251Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29982026-08-28T19:02:30.202Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29992026-08-28T19:02:30.488Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30002026-08-28T19:02:30.620Z Compiling uzers v0.12.2
30012026-08-28T19:02:30.774Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30022026-08-28T19:02:31.944Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30032026-08-28T19:02:32.032Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30042026-08-28T19:02:33.098Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30052026-08-28T19:02:33.143Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30062026-08-28T19:02:34.216Z Compiling support-bundle-viewer v0.1.2
30072026-08-28T19:02:35.332Z Compiling multimap v0.10.1
30082026-08-28T19:02:43.039Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30092026-08-28T19:02:45.794Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30102026-08-28T19:02:51.143Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30112026-08-28T19:02:54.444Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30122026-08-28T19:02:56.231Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30132026-08-28T19:10:46.722Z Finished `release` profile [optimized] target(s) in 10m 04s
30142026-08-28T19:10:46.726Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
30152026-08-28T19:10:46.726Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
30162026-08-28T19:11:41.823Z
30172026-08-28T19:11:41.823Zreal 11:00.933085888
30182026-08-28T19:11:41.823Zuser 1:22:54.132184004
30192026-08-28T19:11:41.827Zsys 3:42.839331638
30202026-08-28T19:11:41.827Ztrap 1.840748829
30212026-08-28T19:11:41.827Ztflt 2.053955088
30222026-08-28T19:11:41.827Zdflt 20.754420243
30232026-08-28T19:11:41.827Zkflt 0.119722511
30242026-08-28T19:11:41.827Zlock 8:15:46.813415722
30252026-08-28T19:11:41.827Zslp 2:21:28.934238405
30262026-08-28T19:11:41.827Zlat 2:35.012905137
30272026-08-28T19:11:41.827Zstop 5:31.514492220
30282026-08-28T19:11:41.827Z+ mapfile -t packages
30292026-08-28T19:11:41.827Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
30302026-08-28T19:11:42.783Z Finished `release` profile [optimized] target(s) in 0.95s
30312026-08-28T19:11:42.860Z Running `target/release/omicron-package -t test list-outputs`
30322026-08-28T19:11:42.920ZLogging to: /work/oxidecomputer/omicron/out/LOG
30332026-08-28T19:11:42.924Z+ ptime -m cargo build --locked --release -p xtask
30342026-08-28T19:11:43.419Z Compiling libc v0.2.185
30352026-08-28T19:11:43.419Z Compiling serde_core v1.0.228
30362026-08-28T19:11:43.419Z Compiling serde v1.0.228
30372026-08-28T19:11:43.423Z Compiling rustix v1.1.4
30382026-08-28T19:11:43.423Z Compiling serde_json v1.0.151
30392026-08-28T19:11:43.423Z Compiling bitflags v2.11.0
30402026-08-28T19:11:43.423Z Compiling usdt-impl v0.5.0
30412026-08-28T19:11:43.423Z Compiling syn v2.0.117
30422026-08-28T19:11:43.423Z Compiling syn v1.0.109
30432026-08-28T19:11:43.543Z Compiling getrandom v0.4.3
30442026-08-28T19:11:43.553Z Compiling log v0.4.33
30452026-08-28T19:11:43.632Z Compiling indexmap v2.14.0
30462026-08-28T19:11:43.645Z Compiling fs-err v3.3.0
30472026-08-28T19:11:43.832Z Compiling once_cell v1.21.3
30482026-08-28T19:11:43.883Z Compiling heck v0.4.1
30492026-08-28T19:11:43.905Z Compiling anyhow v1.0.104
30502026-08-28T19:11:44.286Z Compiling thread-id v4.2.2
30512026-08-28T19:11:44.303Z Compiling errno v0.3.14
30522026-08-28T19:11:44.308Z Compiling memmap v0.7.0
30532026-08-28T19:11:45.014Z Compiling proc-macro-error v1.0.4
30542026-08-28T19:11:45.282Z Compiling tabled_derive v0.7.0
30552026-08-28T19:11:45.292Z Compiling terminal_size v0.4.3
30562026-08-28T19:11:45.296Z Compiling tempfile v3.27.0
30572026-08-28T19:11:45.391Z Compiling clap_builder v4.6.0
30582026-08-28T19:11:45.391Z Compiling textwrap v0.16.2
30592026-08-28T19:11:45.743Z Compiling camino v1.2.5
30602026-08-28T19:11:45.747Z Compiling cargo-platform v0.3.2
30612026-08-28T19:11:45.764Z Compiling semver v1.0.28
30622026-08-28T19:11:45.776Z Compiling pest_generator v2.8.6
30632026-08-28T19:11:45.975Z Compiling tabled v0.15.0
30642026-08-28T19:11:46.074Z Compiling camino-tempfile v1.4.1
30652026-08-28T19:11:46.277Z Compiling serde_derive v1.0.228
30662026-08-28T19:11:46.278Z Compiling thiserror-impl v1.0.69
30672026-08-28T19:11:46.282Z Compiling zerocopy-derive v0.7.35
30682026-08-28T19:11:46.282Z Compiling scroll_derive v0.12.1
30692026-08-28T19:11:46.282Z Compiling thiserror-impl v2.0.18
30702026-08-28T19:11:46.282Z Compiling clap_derive v4.6.1
30712026-08-28T19:11:46.345Z Compiling pest_derive v2.8.6
30722026-08-28T19:11:46.988Z Compiling scroll v0.12.0
30732026-08-28T19:11:47.111Z Compiling zerocopy v0.7.35
30742026-08-28T19:11:47.269Z Compiling goblin v0.8.2
30752026-08-28T19:11:47.417Z Compiling thiserror v1.0.69
30762026-08-28T19:11:47.545Z Compiling dtrace-parser v0.2.0
30772026-08-28T19:11:47.683Z Compiling thiserror v2.0.18
30782026-08-28T19:11:47.801Z Compiling clap v4.6.1
30792026-08-28T19:11:49.367Z Compiling dof v0.3.0
30802026-08-28T19:11:49.383Z Compiling toml_datetime v0.6.11
30812026-08-28T19:11:49.412Z Compiling serde_spanned v0.6.9
30822026-08-28T19:11:49.487Z Compiling serde_tokenstream v0.2.3
30832026-08-28T19:11:49.522Z Compiling cargo_metadata v0.23.1
30842026-08-28T19:11:49.587Z Compiling toml_edit v0.22.27
30852026-08-28T19:11:49.759Z Compiling macaddr v1.0.1
30862026-08-28T19:11:49.780Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30872026-08-28T19:11:50.162Z Compiling usdt-macro v0.5.0
30882026-08-28T19:11:50.166Z Compiling usdt-attr-macro v0.5.0
30892026-08-28T19:11:50.828Z Compiling usdt v0.5.0
30902026-08-28T19:11:51.180Z Compiling toml v0.8.23
30912026-08-28T19:11:51.608Z Compiling cargo_toml v0.21.0
30922026-08-28T19:11:56.030Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30932026-08-28T19:11:59.274Z Finished `release` profile [optimized] target(s) in 16.34s
30942026-08-28T19:11:59.381Z
30952026-08-28T19:11:59.386Zreal 16.423037008
30962026-08-28T19:11:59.386Zuser 2:05.332075036
30972026-08-28T19:11:59.386Zsys 13.804530216
30982026-08-28T19:11:59.387Ztrap 0.059242712
30992026-08-28T19:11:59.387Ztflt 0.515264274
31002026-08-28T19:11:59.387Zdflt 1.225039179
31012026-08-28T19:11:59.387Zkflt 0.000063063
31022026-08-28T19:11:59.387Zlock 4:42.313675733
31032026-08-28T19:11:59.387Zslp 2:40.478074916
31042026-08-28T19:11:59.387Zlat 4.275146766
31052026-08-28T19:11:59.387Zstop 16.789289203
31062026-08-28T19:11:59.387Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
31072026-08-28T19:11:59.387Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
31082026-08-28T19:11:59.387Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
31092026-08-28T19:11:59.387Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
31102026-08-28T19:11:59.387Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
31112026-08-28T19:12:00.351Z Compiling match_cfg v0.1.0
31122026-08-28T19:12:00.352Z Compiling progenitor-client v0.14.0
31132026-08-28T19:12:00.352Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
31142026-08-28T19:12:00.356Z Compiling slog-json v2.6.1
31152026-08-28T19:12:00.357Z Compiling newtype-uuid-macros v0.1.0
31162026-08-28T19:12:00.357Z Compiling sha1 v0.11.0
31172026-08-28T19:12:00.357Z Compiling multer v3.1.0
31182026-08-28T19:12:00.357Z Compiling debug-ignore v1.0.5
31192026-08-28T19:12:00.357Z Compiling compression-core v0.4.31
31202026-08-28T19:12:00.501Z Compiling async-stream-impl v0.3.6
31212026-08-28T19:12:00.505Z Compiling toml_datetime v1.1.1+spec-1.1.0
31222026-08-28T19:12:00.505Z Compiling serde_spanned v1.1.1
31232026-08-28T19:12:00.505Z Compiling dropshot v0.17.1
31242026-08-28T19:12:00.516Z Compiling toml_writer v1.1.1+spec-1.1.0
31252026-08-28T19:12:00.547Z Compiling waitgroup v0.1.2
31262026-08-28T19:12:00.567Z Compiling hostname v0.3.1
31272026-08-28T19:12:00.579Z Compiling rustls-pemfile v2.2.0
31282026-08-28T19:12:00.724Z Compiling compression-codecs v0.4.37
31292026-08-28T19:12:00.776Z Compiling toml v1.1.2+spec-1.1.0
31302026-08-28T19:12:00.797Z Compiling dropshot_endpoint v0.17.1
31312026-08-28T19:12:00.817Z Compiling hostname v0.4.2
31322026-08-28T19:12:00.824Z Compiling serde_path_to_error v0.1.20
31332026-08-28T19:12:00.869Z Compiling slog-bunyan v2.5.0
31342026-08-28T19:12:00.873Z Compiling atomicwrites v0.4.4
31352026-08-28T19:12:00.873Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31362026-08-28T19:12:00.926Z Compiling macaddr v1.0.1
31372026-08-28T19:12:00.933Z Compiling serde_tokenstream v0.3.0
31382026-08-28T19:12:00.997Z Compiling async-compression v0.4.41
31392026-08-28T19:12:01.003Z Compiling oxide-generation v0.1.3
31402026-08-28T19:12:01.053Z Compiling instant v0.1.13
31412026-08-28T19:12:01.059Z Compiling regress v0.10.5
31422026-08-28T19:12:01.102Z Compiling parse-display-derive v0.10.0
31432026-08-28T19:12:01.116Z Compiling backon v1.6.0
31442026-08-28T19:12:01.177Z Compiling backoff v0.4.0
31452026-08-28T19:12:01.181Z Compiling itertools v0.14.0
31462026-08-28T19:12:01.216Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
31472026-08-28T19:12:01.234Z Compiling humantime v2.3.0
31482026-08-28T19:12:01.294Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
31492026-08-28T19:12:01.311Z Compiling async-stream v0.3.6
31502026-08-28T19:12:01.315Z Compiling oxide-generation-macros v0.2.0
31512026-08-28T19:12:01.352Z Compiling progenitor-extras v0.2.0
31522026-08-28T19:12:01.353Z Compiling half v2.7.1
31532026-08-28T19:12:01.387Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
31542026-08-28T19:12:01.392Z Compiling crucible-workspace-hack v0.1.0
31552026-08-28T19:12:01.422Z Compiling ciborium-io v0.2.2
31562026-08-28T19:12:01.525Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
31572026-08-28T19:12:01.536Z Compiling convert_case v0.4.0
31582026-08-28T19:12:01.554Z Compiling regress v0.11.1
31592026-08-28T19:12:01.570Z Compiling secrecy v0.10.3
31602026-08-28T19:12:01.574Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31612026-08-28T19:12:01.633Z Compiling ciborium-ll v0.2.2
31622026-08-28T19:12:01.671Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31632026-08-28T19:12:01.693Z Compiling inout v0.1.4
31642026-08-28T19:12:01.738Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31652026-08-28T19:12:01.755Z Compiling thiserror-impl-no-std v2.0.2
31662026-08-28T19:12:01.817Z Compiling universal-hash v0.5.1
31672026-08-28T19:12:01.878Z Compiling ciborium v0.2.2
31682026-08-28T19:12:01.895Z Compiling cipher v0.4.4
31692026-08-28T19:12:01.932Z Compiling derive_more v0.99.20
31702026-08-28T19:12:01.970Z Compiling opaque-debug v0.3.1
31712026-08-28T19:12:01.988Z Compiling unsafe-libyaml v0.2.11
31722026-08-28T19:12:01.994Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31732026-08-28T19:12:02.021Z Compiling blake2 v0.10.6
31742026-08-28T19:12:02.062Z Compiling poly1305 v0.8.0
31752026-08-28T19:12:02.092Z Compiling aead v0.5.2
31762026-08-28T19:12:02.126Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
31772026-08-28T19:12:02.183Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31782026-08-28T19:12:02.328Z Compiling chacha20 v0.9.1
31792026-08-28T19:12:02.398Z Compiling password-hash v0.5.0
31802026-08-28T19:12:02.443Z Compiling indent_write v2.2.0
31812026-08-28T19:12:02.483Z Compiling toml_datetime v0.7.5+spec-1.1.0
31822026-08-28T19:12:02.496Z Compiling num-derive v0.4.2
31832026-08-28T19:12:02.620Z Compiling serde_yaml v0.9.34+deprecated
31842026-08-28T19:12:02.626Z Compiling chacha20poly1305 v0.10.1
31852026-08-28T19:12:02.656Z Compiling heapless v0.8.0
31862026-08-28T19:12:02.765Z Compiling argon2 v0.5.3
31872026-08-28T19:12:02.792Z Compiling toml_edit v0.23.10+spec-1.0.0
31882026-08-28T19:12:02.865Z Compiling ingot-macros v0.2.0
31892026-08-28T19:12:02.896Z Compiling tabwriter v1.4.1
31902026-08-28T19:12:02.896Z Compiling hash32 v0.3.1
31912026-08-28T19:12:02.896Z Compiling parse-display v0.10.0
31922026-08-28T19:12:02.998Z Compiling thiserror-no-std v2.0.2
31932026-08-28T19:12:03.040Z Compiling smoltcp v0.11.0
31942026-08-28T19:12:03.096Z Compiling vsss-rs v3.3.4
31952026-08-28T19:12:03.116Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31962026-08-28T19:12:03.185Z Compiling typify-impl v0.6.2
31972026-08-28T19:12:03.210Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31982026-08-28T19:12:03.362Z Compiling proc-macro-crate v3.4.0
31992026-08-28T19:12:03.485Z Compiling cobs v0.3.0
32002026-08-28T19:12:03.504Z Compiling illumos-nvpair-sys v0.2.0
32012026-08-28T19:12:03.709Z Compiling colored v3.1.1
32022026-08-28T19:12:03.728Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
32032026-08-28T19:12:03.945Z Compiling num_enum_derive v0.7.6
32042026-08-28T19:12:03.982Z Compiling postcard v1.1.3
32052026-08-28T19:12:03.986Z Compiling proc-macro-error v1.0.4
32062026-08-28T19:12:04.021Z Compiling rand v0.10.1
32072026-08-28T19:12:04.098Z Compiling proc-macro-crate v1.3.1
32082026-08-28T19:12:04.117Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32092026-08-28T19:12:04.135Z Compiling foreign-types-macros v0.2.3
32102026-08-28T19:12:04.252Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32112026-08-28T19:12:04.276Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32122026-08-28T19:12:04.336Z Compiling foreign-types-shared v0.3.1
32132026-08-28T19:12:04.378Z Compiling rayon-core v1.13.0
32142026-08-28T19:12:04.541Z Compiling num_enum_derive v0.5.11
32152026-08-28T19:12:04.588Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32162026-08-28T19:12:04.623Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32172026-08-28T19:12:04.666Z Compiling crossbeam-deque v0.8.6
32182026-08-28T19:12:04.688Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32192026-08-28T19:12:04.726Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32202026-08-28T19:12:04.735Z Compiling cstr-argument v0.1.2
32212026-08-28T19:12:04.784Z Compiling foreign-types v0.5.0
32222026-08-28T19:12:04.843Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
32232026-08-28T19:12:04.889Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32242026-08-28T19:12:04.926Z Compiling illumos-nvpair v0.3.0
32252026-08-28T19:12:04.932Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
32262026-08-28T19:12:05.056Z Compiling num_enum v0.7.6
32272026-08-28T19:12:05.099Z Compiling zone_cfg_derive v0.3.1
32282026-08-28T19:12:05.145Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
32292026-08-28T19:12:05.166Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32302026-08-28T19:12:05.166Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32312026-08-28T19:12:05.208Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
32322026-08-28T19:12:05.225Z Compiling itertools v0.12.1
32332026-08-28T19:12:05.240Z Compiling sigpipe v0.1.3
32342026-08-28T19:12:05.310Z Compiling rayon v1.11.0
32352026-08-28T19:12:05.328Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
32362026-08-28T19:12:05.333Z Compiling glob v0.3.3
32372026-08-28T19:12:05.371Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32382026-08-28T19:12:05.443Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
32392026-08-28T19:12:05.581Z Compiling smf v0.2.3
32402026-08-28T19:12:05.603Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32412026-08-28T19:12:05.648Z Compiling cpubits v0.1.1
32422026-08-28T19:12:05.676Z Compiling num_enum v0.5.11
32432026-08-28T19:12:05.698Z Compiling whoami v1.6.1
32442026-08-28T19:12:05.751Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
32452026-08-28T19:12:05.768Z Compiling gethostname v0.5.0
32462026-08-28T19:12:05.787Z Compiling ingot-types v0.2.0
32472026-08-28T19:12:05.793Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
32482026-08-28T19:12:05.823Z Compiling derive-where v1.6.0
32492026-08-28T19:12:05.829Z Compiling usdt-macro v0.5.0
32502026-08-28T19:12:05.855Z Compiling usdt-attr-macro v0.5.0
32512026-08-28T19:12:05.910Z Compiling num-rational v0.4.2
32522026-08-28T19:12:05.929Z Compiling num-complex v0.4.6
32532026-08-28T19:12:06.169Z Compiling memmap v0.7.0
32542026-08-28T19:12:06.194Z Compiling toml v0.8.23
32552026-08-28T19:12:06.296Z Compiling ingot v0.2.1
32562026-08-28T19:12:06.330Z Compiling num v0.4.3
32572026-08-28T19:12:06.379Z Compiling pem-rfc7468 v1.0.0
32582026-08-28T19:12:06.397Z Compiling float-ord v0.3.2
32592026-08-28T19:12:06.434Z Compiling cancel-safe-futures v0.1.5
32602026-08-28T19:12:06.547Z Compiling zone v0.3.1
32612026-08-28T19:12:06.566Z Compiling resolv-conf v0.7.6
32622026-08-28T19:12:06.583Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32632026-08-28T19:12:06.673Z Compiling hmac v0.13.0
32642026-08-28T19:12:06.714Z Compiling universal-hash v0.6.1
32652026-08-28T19:12:06.747Z Compiling usdt v0.5.0
32662026-08-28T19:12:06.868Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32672026-08-28T19:12:06.887Z Compiling sha1 v0.10.6
32682026-08-28T19:12:06.904Z Compiling linear-map v1.2.0
32692026-08-28T19:12:06.945Z Compiling libefi-sys v0.1.0
32702026-08-28T19:12:07.053Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32712026-08-28T19:12:07.053Z Compiling prettyplease v0.2.37
32722026-08-28T19:12:07.089Z Compiling polyval v0.7.1
32732026-08-28T19:12:07.120Z Compiling der v0.8.0
32742026-08-28T19:12:07.158Z Compiling hickory-proto v0.24.4
32752026-08-28T19:12:07.195Z Compiling newline-converter v0.3.0
32762026-08-28T19:12:07.218Z Compiling console v0.15.11
32772026-08-28T19:12:07.243Z Compiling oxide-update-engine-types v0.1.2
32782026-08-28T19:12:07.272Z Compiling bitfield-struct v0.6.2
32792026-08-28T19:12:07.343Z Compiling linked-hash-map v0.5.6
32802026-08-28T19:12:07.378Z Compiling ghash v0.6.0
32812026-08-28T19:12:07.558Z Compiling lru-cache v0.1.2
32822026-08-28T19:12:07.572Z Compiling expectorate v1.2.0
32832026-08-28T19:12:07.690Z Compiling pbkdf2 v0.13.0
32842026-08-28T19:12:07.709Z Compiling crypto-bigint v0.7.5
32852026-08-28T19:12:07.761Z Compiling aes v0.9.1
32862026-08-28T19:12:07.840Z Compiling ctr v0.10.1
32872026-08-28T19:12:07.859Z Compiling aead v0.6.1
32882026-08-28T19:12:07.863Z Compiling sha2 v0.11.0
32892026-08-28T19:12:07.896Z Compiling typify-macro v0.6.2
32902026-08-28T19:12:07.998Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32912026-08-28T19:12:08.065Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32922026-08-28T19:12:08.091Z Compiling nom v8.0.0
32932026-08-28T19:12:08.278Z Compiling oxide-update-engine v0.1.2
32942026-08-28T19:12:08.300Z Compiling semver v0.1.20
32952026-08-28T19:12:08.377Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32962026-08-28T19:12:08.410Z Compiling aes-gcm v0.11.0
32972026-08-28T19:12:08.492Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32982026-08-28T19:12:08.511Z Compiling rustc_version v0.1.7
32992026-08-28T19:12:08.567Z Compiling spki v0.8.0
33002026-08-28T19:12:08.638Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
33012026-08-28T19:12:08.656Z Compiling tokio-dtrace v0.1.1
33022026-08-28T19:12:08.781Z Compiling dropshot-api-manager-types v0.8.0
33032026-08-28T19:12:08.824Z Compiling salsa20 v0.11.0
33042026-08-28T19:12:08.841Z Compiling slog-dtrace v0.3.0
33052026-08-28T19:12:08.883Z Compiling minimal-lexical v0.2.1
33062026-08-28T19:12:08.899Z Compiling xshell-macros v0.2.7
33072026-08-28T19:12:08.929Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33082026-08-28T19:12:08.947Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33092026-08-28T19:12:09.008Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33102026-08-28T19:12:09.129Z Compiling nom v7.1.3
33112026-08-28T19:12:09.145Z Compiling scrypt v0.12.0
33122026-08-28T19:12:09.170Z Compiling oxide-tokio-rt v0.1.4
33132026-08-28T19:12:09.238Z Compiling newtype_derive v0.1.6
33142026-08-28T19:12:09.324Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33152026-08-28T19:12:09.467Z Compiling hickory-resolver v0.24.4
33162026-08-28T19:12:09.487Z Compiling xshell v0.2.7
33172026-08-28T19:12:09.508Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33182026-08-28T19:12:09.524Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33192026-08-28T19:12:09.719Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33202026-08-28T19:12:09.765Z Compiling phf_shared v0.12.1
33212026-08-28T19:12:09.782Z Compiling typify v0.6.2
33222026-08-28T19:12:09.929Z Compiling progenitor-impl v0.14.0
33232026-08-28T19:12:09.981Z Compiling rfc6979 v0.4.0
33242026-08-28T19:12:10.025Z Compiling cbc v0.2.1
33252026-08-28T19:12:10.108Z Compiling proc-macro-error-attr2 v2.0.0
33262026-08-28T19:12:10.156Z Compiling csv-core v0.1.13
33272026-08-28T19:12:10.176Z Compiling chrono-tz v0.10.4
33282026-08-28T19:12:10.215Z Compiling highway v1.3.0
33292026-08-28T19:12:10.303Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33302026-08-28T19:12:10.377Z Compiling unicode-xid v0.2.6
33312026-08-28T19:12:10.396Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33322026-08-28T19:12:10.453Z Compiling csv v1.4.0
33332026-08-28T19:12:10.457Z Compiling pkcs5 v0.8.1
33342026-08-28T19:12:10.468Z Compiling ecdsa v0.16.9
33352026-08-28T19:12:10.502Z Compiling qorb v0.4.1
33362026-08-28T19:12:10.522Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33372026-08-28T19:12:10.537Z Compiling const_format_proc_macros v0.2.34
33382026-08-28T19:12:10.556Z Compiling proc-macro-error2 v2.0.1
33392026-08-28T19:12:10.625Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33402026-08-28T19:12:10.723Z Compiling phf v0.12.1
33412026-08-28T19:12:10.903Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33422026-08-28T19:12:10.981Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33432026-08-28T19:12:11.025Z Compiling primeorder v0.13.6
33442026-08-28T19:12:11.043Z Compiling hashbrown v0.14.5
33452026-08-28T19:12:11.191Z Compiling salty v0.3.0
33462026-08-28T19:12:11.313Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33472026-08-28T19:12:11.331Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33482026-08-28T19:12:11.331Z Compiling p384 v0.13.1
33492026-08-28T19:12:11.461Z Compiling const_format v0.2.35
33502026-08-28T19:12:11.577Z Compiling knus-derive v3.4.0
33512026-08-28T19:12:11.642Z Compiling chumsky v0.9.3
33522026-08-28T19:12:11.749Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33532026-08-28T19:12:11.818Z Compiling pkcs8 v0.11.0
33542026-08-28T19:12:11.954Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
33552026-08-28T19:12:11.971Z Compiling tabled_derive v0.7.0
33562026-08-28T19:12:12.261Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
33572026-08-28T19:12:12.440Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
33582026-08-28T19:12:12.617Z Compiling bcs v0.1.6
33592026-08-28T19:12:12.639Z Compiling ff v0.14.0
33602026-08-28T19:12:12.679Z Compiling progenitor-macro v0.14.0
33612026-08-28T19:12:12.820Z Compiling termtree v0.5.1
33622026-08-28T19:12:12.850Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33632026-08-28T19:12:12.947Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33642026-08-28T19:12:12.974Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33652026-08-28T19:12:13.010Z Compiling steno v0.4.1
33662026-08-28T19:12:13.027Z Compiling tabled v0.15.0
33672026-08-28T19:12:13.126Z Compiling knus v3.4.0
33682026-08-28T19:12:13.188Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33692026-08-28T19:12:13.233Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33702026-08-28T19:12:13.252Z Compiling tagptr v0.2.0
33712026-08-28T19:12:13.413Z Compiling moka v0.12.13
33722026-08-28T19:12:13.434Z Compiling group v0.14.0
33732026-08-28T19:12:13.486Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33742026-08-28T19:12:13.590Z Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
33752026-08-28T19:12:13.667Z Compiling signature v3.0.0
33762026-08-28T19:12:13.736Z Compiling base16ct v1.0.0
33772026-08-28T19:12:13.853Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
33782026-08-28T19:12:13.893Z Compiling sec1 v0.8.1
33792026-08-28T19:12:13.949Z Compiling hkdf v0.13.0
33802026-08-28T19:12:14.065Z Compiling libscf-sys v1.2.0
33812026-08-28T19:12:14.152Z Compiling hickory-resolver v0.25.2
33822026-08-28T19:12:14.152Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33832026-08-28T19:12:14.228Z Compiling elliptic-curve v0.14.1
33842026-08-28T19:12:14.246Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33852026-08-28T19:12:14.265Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
33862026-08-28T19:12:14.430Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33872026-08-28T19:12:14.526Z Compiling parking_lot_core v0.8.6
33882026-08-28T19:12:14.791Z Compiling corncobs v0.1.4
33892026-08-28T19:12:14.813Z Compiling utf-8 v0.7.6
33902026-08-28T19:12:14.892Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33912026-08-28T19:12:14.997Z Compiling tungstenite v0.21.0
33922026-08-28T19:12:15.020Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
33932026-08-28T19:12:15.036Z Compiling wnaf v0.14.0
33942026-08-28T19:12:15.106Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33952026-08-28T19:12:15.251Z Compiling primefield v0.14.0
33962026-08-28T19:12:15.275Z Compiling rfc6979 v0.6.0
33972026-08-28T19:12:15.290Z Compiling papergrid v0.18.0
33982026-08-28T19:12:15.417Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33992026-08-28T19:12:15.463Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34002026-08-28T19:12:15.480Z Compiling git-stub v1.0.0
34012026-08-28T19:12:15.529Z Compiling secrecy v0.8.0
34022026-08-28T19:12:15.566Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34032026-08-28T19:12:15.710Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34042026-08-28T19:12:15.780Z Compiling git-stub-vcs v0.1.0
34052026-08-28T19:12:15.866Z Compiling tokio-tungstenite v0.21.0
34062026-08-28T19:12:15.869Z Compiling primeorder v0.14.0
34072026-08-28T19:12:15.987Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34082026-08-28T19:12:16.095Z Compiling ecdsa v0.17.0
34092026-08-28T19:12:16.579Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34102026-08-28T19:12:16.585Z Compiling tabled v0.21.0
34112026-08-28T19:12:16.585Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34122026-08-28T19:12:16.585Z Compiling curve25519-dalek v5.0.0
34132026-08-28T19:12:16.585Z Compiling unicase v2.9.0
34142026-08-28T19:12:16.585Z Compiling parking_lot v0.11.2
34152026-08-28T19:12:16.585Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34162026-08-28T19:12:16.589Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34172026-08-28T19:12:16.614Z Compiling ssh-encoding v0.3.0
34182026-08-28T19:12:16.722Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34192026-08-28T19:12:16.742Z Compiling mime_guess v2.0.5
34202026-08-28T19:12:16.965Z Compiling progenitor-impl v0.13.0
34212026-08-28T19:12:17.004Z Compiling prefix-trie v0.7.0
34222026-08-28T19:12:17.078Z Compiling fxhash v0.2.1
34232026-08-28T19:12:17.098Z Compiling keccak v0.2.0
34242026-08-28T19:12:17.115Z Compiling crc8 v0.1.1
34252026-08-28T19:12:17.246Z Compiling sled v0.34.7
34262026-08-28T19:12:17.266Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34272026-08-28T19:12:17.310Z Compiling ed25519 v3.0.0
34282026-08-28T19:12:17.375Z Compiling hickory-server v0.25.2
34292026-08-28T19:12:17.440Z Compiling crypto-primes v0.7.2
34302026-08-28T19:12:17.843Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34312026-08-28T19:12:17.885Z Compiling pkcs1 v0.8.0-rc.4
34322026-08-28T19:12:17.907Z Compiling progenitor v0.14.0
34332026-08-28T19:12:17.940Z Compiling poly1305 v0.9.0
34342026-08-28T19:12:18.095Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34352026-08-28T19:12:18.306Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34362026-08-28T19:12:18.419Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
34372026-08-28T19:12:18.455Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34382026-08-28T19:12:18.537Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34392026-08-28T19:12:18.735Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
34402026-08-28T19:12:18.800Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
34412026-08-28T19:12:18.949Z Compiling progenitor-client v0.13.0
34422026-08-28T19:12:18.949Z Compiling blowfish v0.10.0
34432026-08-28T19:12:19.213Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
34442026-08-28T19:12:19.233Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
34452026-08-28T19:12:19.294Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34462026-08-28T19:12:19.304Z Compiling blake2 v0.11.0-rc.6
34472026-08-28T19:12:19.325Z Compiling http-range v0.1.5
34482026-08-28T19:12:19.347Z Compiling half v1.8.3
34492026-08-28T19:12:19.549Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34502026-08-28T19:12:19.646Z Compiling argon2 v0.6.0-rc.8
34512026-08-28T19:12:19.692Z Compiling progenitor-macro v0.13.0
34522026-08-28T19:12:19.722Z Compiling serde_cbor v0.11.2
34532026-08-28T19:12:19.883Z Compiling bcrypt-pbkdf v0.11.0
34542026-08-28T19:12:20.344Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
34552026-08-28T19:12:20.511Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
34562026-08-28T19:12:20.946Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34572026-08-28T19:12:21.022Z Compiling rsa v0.10.0-rc.18
34582026-08-28T19:12:21.048Z Compiling ssh-cipher v0.3.0
34592026-08-28T19:12:21.111Z Compiling ed25519-dalek v3.0.0
34602026-08-28T19:12:21.362Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34612026-08-28T19:12:21.669Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34622026-08-28T19:12:21.747Z Compiling sha3 v0.11.0
34632026-08-28T19:12:21.908Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
34642026-08-28T19:12:22.190Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
34652026-08-28T19:12:22.233Z Compiling p256 v0.14.0
34662026-08-28T19:12:22.251Z Compiling p521 v0.14.0
34672026-08-28T19:12:22.300Z Compiling p384 v0.14.0
34682026-08-28T19:12:22.414Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34692026-08-28T19:12:22.641Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34702026-08-28T19:12:22.659Z Compiling scuffle v0.1.0
34712026-08-28T19:12:22.983Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34722026-08-28T19:12:23.059Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34732026-08-28T19:12:23.390Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34742026-08-28T19:12:23.650Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34752026-08-28T19:12:23.733Z Compiling yasna v0.5.2
34762026-08-28T19:12:23.949Z Compiling kstat-rs v0.2.5
34772026-08-28T19:12:24.111Z Compiling headers-core v0.3.0
34782026-08-28T19:12:24.133Z Compiling kem v0.3.0
34792026-08-28T19:12:24.266Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34802026-08-28T19:12:24.285Z Compiling module-lattice v0.2.3
34812026-08-28T19:12:24.306Z Compiling nanorand v0.7.0
34822026-08-28T19:12:24.440Z Compiling sponge-cursor v0.1.0
34832026-08-28T19:12:24.471Z Compiling headers v0.4.1
34842026-08-28T19:12:24.492Z Compiling rcgen v0.12.1
34852026-08-28T19:12:24.567Z Compiling sha3 v0.12.0
34862026-08-28T19:12:24.612Z Compiling flume v0.11.1
34872026-08-28T19:12:24.630Z Compiling ml-kem v0.3.2
34882026-08-28T19:12:24.684Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34892026-08-28T19:12:24.689Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34902026-08-28T19:12:24.779Z Compiling progenitor v0.13.0
34912026-08-28T19:12:24.809Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34922026-08-28T19:12:24.931Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34932026-08-28T19:12:24.960Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34942026-08-28T19:12:24.978Z Compiling hyper-staticfile v0.10.1
34952026-08-28T19:12:25.156Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34962026-08-28T19:12:25.257Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34972026-08-28T19:12:25.276Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34982026-08-28T19:12:25.297Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34992026-08-28T19:12:25.399Z Compiling ssh-key v0.7.0-rc.11
35002026-08-28T19:12:25.526Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35012026-08-28T19:12:25.559Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
35022026-08-28T19:12:25.590Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
35032026-08-28T19:12:25.703Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
35042026-08-28T19:12:25.723Z Compiling russh-cryptovec v0.62.0
35052026-08-28T19:12:25.727Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35062026-08-28T19:12:25.785Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35072026-08-28T19:12:25.829Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
35082026-08-28T19:12:25.914Z Compiling internal-russh-num-bigint v0.5.0
35092026-08-28T19:12:25.960Z Compiling port-file v0.1.0
35102026-08-28T19:12:25.982Z Compiling num-bigint v0.4.6
35112026-08-28T19:12:26.074Z Compiling generic-array v1.4.3
35122026-08-28T19:12:26.077Z Compiling russh-util v0.52.0
35132026-08-28T19:12:26.261Z Compiling enum_dispatch v0.3.13
35142026-08-28T19:12:26.279Z Compiling delegate v0.13.5
35152026-08-28T19:12:26.296Z Compiling subprocess v0.2.15
35162026-08-28T19:12:26.365Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35172026-08-28T19:12:26.600Z Compiling hex-literal v1.1.0
35182026-08-28T19:12:26.617Z Compiling display-error-chain v0.2.2
35192026-08-28T19:12:26.747Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
35202026-08-28T19:12:26.794Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
35212026-08-28T19:12:26.826Z Compiling md5 v0.8.0
35222026-08-28T19:12:27.076Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35232026-08-28T19:12:27.150Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35242026-08-28T19:12:27.284Z Compiling colored v2.2.0
35252026-08-28T19:12:27.301Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35262026-08-28T19:12:27.305Z Compiling russh v0.62.4
35272026-08-28T19:12:27.384Z Compiling socket2 v0.5.10
35282026-08-28T19:12:27.580Z Compiling internet-checksum v0.2.1
35292026-08-28T19:12:27.973Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
35302026-08-28T19:12:28.034Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
35312026-08-28T19:12:30.748Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35322026-08-28T19:12:31.478Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35332026-08-28T19:12:32.006Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35342026-08-28T19:12:33.163Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35352026-08-28T19:12:33.363Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
35362026-08-28T19:12:42.264Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
35372026-08-28T19:12:42.264Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35382026-08-28T19:12:42.269Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35392026-08-28T19:12:42.269Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
35402026-08-28T19:12:42.269Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
35412026-08-28T19:12:44.067Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
35422026-08-28T19:12:44.162Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
35432026-08-28T19:12:48.461Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
35442026-08-28T19:13:29.629Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s
35452026-08-28T19:13:29.633Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
35462026-08-28T19:13:29.633Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
35472026-08-28T19:13:29.872Z
35482026-08-28T19:13:29.872Zreal 1:30.422883009
35492026-08-28T19:13:29.872Zuser 8:43.457921845
35502026-08-28T19:13:29.872Zsys 1:45.286392280
35512026-08-28T19:13:29.872Ztrap 0.251966626
35522026-08-28T19:13:29.872Ztflt 0.338067041
35532026-08-28T19:13:29.876Zdflt 2.024638641
35542026-08-28T19:13:29.876Zkflt 0.000213234
35552026-08-28T19:13:29.876Zlock 31:00.609471736
35562026-08-28T19:13:29.876Zslp 19:50.143995122
35572026-08-28T19:13:29.876Zlat 39.951920700
35582026-08-28T19:13:29.876Zstop 2:58.014209890
35592026-08-28T19:13:29.876Z+ mkdir tests
35602026-08-28T19:13:29.880Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
35612026-08-28T19:13:29.880Z+ xargs -I '{}' -t cp '{}' tests/
35622026-08-28T19:13:29.904Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-bed5e8dda5ea5020 tests/
35632026-08-28T19:13:29.936Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f2310e202f420246 tests/
35642026-08-28T19:13:29.969Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-dbb802d24e5b6927 tests/
35652026-08-28T19:13:30.002Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-b5ca3a6470910f92 tests/
35662026-08-28T19:13:30.350Z+ 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-28T19:13:30.354Z+ 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-28T19:15:00.330ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35692026-08-28T19:15:00.330Za .github/buildomat/ci-env.sh 1K
35702026-08-28T19:15:00.330Za out/target/test 1K
35712026-08-28T19:15:00.331Za out/npuzone/npuzone 27402K
35722026-08-28T19:15:00.331Za package-manifest.toml 35K
35732026-08-28T19:15:00.331Za smf/sled-agent/non-gimlet/config.toml 6K
35742026-08-28T19:15:00.331Za target/release/omicron-package 49475K
35752026-08-28T19:15:00.331Za target/release/xtask 11727K
35762026-08-28T19:15:00.331Za target/debug/bootstrap 440567K
35772026-08-28T19:15:00.331Za tests/bootstrap-f2310e202f420246 34430K
35782026-08-28T19:15:00.331Za tests/commtest-dbb802d24e5b6927 34431K
35792026-08-28T19:15:00.331Za tests/dhcp_server-bed5e8dda5ea5020 34431K
35802026-08-28T19:15:00.331Za tests/end_to_end_tests-b5ca3a6470910f92 504378K
35812026-08-28T19:15:00.331Za tools/opte_version 1K
35822026-08-28T19:15:00.331Za tools/opte_version_override 2K
35832026-08-28T19:15:00.331Za out/clickhouse.tar.gz 330983K
35842026-08-28T19:15:00.331Za out/clickhouse_keeper.tar.gz 314988K
35852026-08-28T19:15:00.331Za out/clickhouse_server.tar.gz 330979K
35862026-08-28T19:15:00.331Za out/cockroachdb.tar.gz 170226K
35872026-08-28T19:15:00.331Za out/crucible-pantry-zone.tar.gz 41906K
35882026-08-28T19:15:00.331Za out/crucible-utils.tar 18900K
35892026-08-28T19:15:00.331Za out/crucible-zone.tar.gz 56718K
35902026-08-28T19:15:00.331Za out/external-dns.tar.gz 46758K
35912026-08-28T19:15:00.331Za out/internal-dns.tar.gz 46758K
35922026-08-28T19:15:00.331Za out/mg-ddm-gz.tar 100917K
35932026-08-28T19:15:00.331Za out/nexus.tar.gz 362343K
35942026-08-28T19:15:00.331Za out/ntp.tar.gz 35244K
35952026-08-28T19:15:00.331Za out/omicron-gateway-softnpu.tar.gz 29005K
35962026-08-28T19:15:00.331Za out/omicron-sled-agent.tar 243152K
35972026-08-28T19:15:00.332Za out/overlay.tar.gz 4K
35982026-08-28T19:15:00.332Za out/oximeter.tar.gz 72082K
35992026-08-28T19:15:00.332Za out/oxlog.tar 4088K
36002026-08-28T19:15:00.332Za out/probe.tar.gz 3037K
36012026-08-28T19:15:00.332Za out/propolis-server.tar.gz 34642K
36022026-08-28T19:15:00.332Za out/pumpkind-gz.tar 26647K
36032026-08-28T19:15:00.332Za out/switch-softnpu.tar.gz 503822K
36042026-08-28T19:15:00.336Z
36052026-08-28T19:15:00.336Zreal 1:29.977977040
36062026-08-28T19:15:00.336Zuser 1:26.903287189
36072026-08-28T19:15:00.336Zsys 5.111156681
36082026-08-28T19:15:00.336Ztrap 0.008031978
36092026-08-28T19:15:00.336Ztflt 0.000000000
36102026-08-28T19:15:00.336Zdflt 0.000000000
36112026-08-28T19:15:00.336Zkflt 0.000000000
36122026-08-28T19:15:00.336Zlock 0.000000000
36132026-08-28T19:15:00.336Zslp 1:26.774224129
36142026-08-28T19:15:00.336Zlat 1.154535247
36152026-08-28T19:15:00.336Zstop 0.000217198
36162026-08-28T19:15:00.336Zprocess exited: duration 1090987 ms, exit code 0
 
36172026-08-28T19:15:00.353Zfound 1 output files
36182026-08-28T19:15:00.369Zuploading: /work/package.tar.gz (2774425923 bytes)
36192026-08-28T19:15:42.625Zuploaded: /work/package.tar.gz