01M023CXAN7AYK3783E40Y3Y75: 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: 01M023DB72HC0BFK2D32QCNE91

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-15T06:59:00.992Zjob assigned to worker 01M023DP23W2AMZWKMN4VSNP9A [factory aws, i-07c10eb4364d0f0c7] (queued for 53 s)
 
22026-08-15T06:59:07.861Zstarting task 0: "setup"
32026-08-15T06:59:07.866Z++ uname -s
42026-08-15T06:59:07.869Z+ kern=SunOS
52026-08-15T06:59:07.869Z+ build_user=build
62026-08-15T06:59:07.869Z+ build_uid=12345
72026-08-15T06:59:07.869Z+ work_dir=/work
82026-08-15T06:59:07.869Z+ input_dir=/input
92026-08-15T06:59:07.869Z+ [[ 0 == 12345 ]]
102026-08-15T06:59:07.869Z+ case "$kern" in
112026-08-15T06:59:07.869Z+ groupadd -g 12345 build
122026-08-15T06:59:07.872Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-15T06:59:09.877Z+ zfs create -o mountpoint=/work rpool/work
142026-08-15T06:59:10.037Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-15T06:59:10.044Z+ home_fs=zfs
162026-08-15T06:59:10.044Z+ [[ zfs == autofs ]]
172026-08-15T06:59:10.044Z+ mkdir -p /home/build
182026-08-15T06:59:10.044Z+ chown build:build /home/build /work
192026-08-15T06:59:12.039Z+ chmod 0700 /home/build /work
202026-08-15T06:59:12.043Zprocess exited: duration 4183 ms, exit code 0
 
212026-08-15T06:59:12.049Zstarting task 1: "rust-toolchain"
222026-08-15T06:59:12.055Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-15T06:59:12.057Z * rust toolchain channel = "1.97.1"
242026-08-15T06:59:12.057Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-15T06:59:12.057Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-15T06:59:12.057Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-15T06:59:12.057Z * rust toolchain profile = "default"
282026-08-15T06:59:12.060Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-15T06:59:12.060Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-15T06:59:12.169Zinfo: downloading installer
312026-08-15T06:59:13.761Zwarn: It looks like you have an existing rustup settings file at:
322026-08-15T06:59:13.761Zwarn: /home/build/.rustup/settings.toml
332026-08-15T06:59:13.761Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-15T06:59:13.761Zwarn: instead of the one inferred from the default host triple.
352026-08-15T06:59:13.768Zinfo: profile set to default
362026-08-15T06:59:13.768Zinfo: default host triple is x86_64-unknown-illumos
372026-08-15T06:59:13.768Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-15T06:59:13.889Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-15T06:59:13.894Zinfo: downloading 6 components
402026-08-15T06:59:28.356Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-15T06:59:28.356Z
422026-08-15T06:59:28.383Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-15T06:59:28.384Z
442026-08-15T06:59:28.384Z
452026-08-15T06:59:28.384ZRust is installed now. Great!
462026-08-15T06:59:28.384Z
472026-08-15T06:59:28.384ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-15T06:59:28.384Zenvironment variable. This has not been done automatically.
492026-08-15T06:59:28.384Z
502026-08-15T06:59:28.384ZTo configure your current shell, you need to source
512026-08-15T06:59:28.384Zthe corresponding env file under $HOME/.cargo.
522026-08-15T06:59:28.384Z
532026-08-15T06:59:28.384ZThis is usually done by running one of the following (note the leading DOT):
542026-08-15T06:59:28.384Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-15T06:59:28.384Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-15T06:59:28.384Zsource "~/.cargo/env.nu" # For nushell
572026-08-15T06:59:28.384Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-15T06:59:28.384Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-15T06:59:28.384Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-15T06:59:28.388Zwarn: no default linker (`cc`) was found in your PATH
612026-08-15T06:59:28.388Zwarn: many Rust crates require a system C toolchain to build
622026-08-15T06:59:28.493Z+ rustup --version
632026-08-15T06:59:28.499Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-15T06:59:28.499Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-15T06:59:28.520Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-15T06:59:28.523Z+ cargo --version
672026-08-15T06:59:28.532Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-15T06:59:28.536Z+ rustc --version
692026-08-15T06:59:28.554Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-15T06:59:28.558Zprocess exited: duration 16508 ms, exit code 0
 
712026-08-15T06:59:28.564Zstarting task 2: "authentication"
722026-08-15T06:59:28.584Zprocess exited: duration 18 ms, exit code 0
 
732026-08-15T06:59:28.591Zstarting task 3: "clone repository"
742026-08-15T06:59:28.595Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-15T06:59:28.600Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-15T06:59:28.628ZCloning into '/work/oxidecomputer/omicron'...
772026-08-15T06:59:39.612Z+ cd /work/oxidecomputer/omicron
782026-08-15T06:59:39.613Z+ git fetch origin c47b10a3ebc0ac688667beaa89e6aa7d217c6ad5
792026-08-15T06:59:39.918ZFrom https://github.com/oxidecomputer/omicron
802026-08-15T06:59:39.918Z * branch c47b10a3ebc0ac688667beaa89e6aa7d217c6ad5 -> FETCH_HEAD
812026-08-15T06:59:39.935Z+ [[ -n sush-integration ]]
822026-08-15T06:59:39.939Z++ git branch --show-current
832026-08-15T06:59:39.939Z+ current=main
842026-08-15T06:59:39.939Z+ [[ main != sush-integration ]]
852026-08-15T06:59:39.939Z+ git branch -f sush-integration c47b10a3ebc0ac688667beaa89e6aa7d217c6ad5
862026-08-15T06:59:39.939Z+ git checkout -f sush-integration
872026-08-15T06:59:40.198ZSwitched to branch 'sush-integration'
882026-08-15T06:59:40.202Z+ git reset --hard c47b10a3ebc0ac688667beaa89e6aa7d217c6ad5
892026-08-15T06:59:40.455ZHEAD is now at c47b10a3e Faster, steadier sush routing
902026-08-15T06:59:40.458Zprocess exited: duration 11865 ms, exit code 0
 
912026-08-15T06:59:40.464Zstarting task 4: "build"
922026-08-15T06:59:40.469Z+ source .github/buildomat/ci-env.sh
932026-08-15T06:59:40.469Z++ export CARGO_TERM_COLOR=always
942026-08-15T06:59:40.469Z++ CARGO_TERM_COLOR=always
952026-08-15T06:59:40.472Z+++ uname -s
962026-08-15T06:59:40.472Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-15T06:59:40.472Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-15T06:59:40.475Z+ cargo --version
992026-08-15T06:59:40.485Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-15T06:59:40.488Z+ rustc --version
1012026-08-15T06:59:40.508Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-15T06:59:40.511Z+ WORK=/work
1032026-08-15T06:59:40.511Z+ pfexec mkdir -p /work
1042026-08-15T06:59:40.516Z+ pfexec chown build /work
1052026-08-15T06:59:40.519Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-08-15T06:59:42.390Z Startup: Refreshing catalog 'helios' ... Done
1072026-08-15T06:59:42.805Z Startup: Caching catalogs ... Done
1082026-08-15T06:59:44.566ZPlanning: Solver setup ... Done (1.655s)
1092026-08-15T06:59:44.619ZPlanning: Running solver ... Done (0.053s)
1102026-08-15T06:59:44.657ZPlanning: Finding local manifests ... Done (0.004s)
1112026-08-15T06:59:44.670ZPlanning: Fetching manifests: 0/2 0% complete
1122026-08-15T06:59:44.690ZPlanning: Fetching manifests: 2/2 100% complete
1132026-08-15T06:59:44.704ZPlanning: Package planning ... Done (0.014s)
1142026-08-15T06:59:44.707ZPlanning: Merging actions ... Done (0.002s)
1152026-08-15T06:59:44.876ZPlanning: Checking for conflicting actions ... Done (0.170s)
1162026-08-15T06:59:44.880ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-08-15T06:59:45.762ZPlanning: Evaluating mediators ... Done (0.885s)
1182026-08-15T06:59:45.765ZPlanning: Planning completed in 2.92 seconds
1192026-08-15T06:59:45.772Z Packages to install: 2
1202026-08-15T06:59:45.772Z Estimated space available: 156.01 GB
1212026-08-15T06:59:45.772ZEstimated space to be consumed: 67.96 MB
1222026-08-15T06:59:45.772Z Create boot environment: No
1232026-08-15T06:59:45.772ZCreate backup boot environment: No
1242026-08-15T06:59:45.772Z Rebuild boot archive: No
1252026-08-15T06:59:45.775Z
1262026-08-15T06:59:45.775ZChanged packages:
1272026-08-15T06:59:45.775Zhelios
1282026-08-15T06:59:45.775Z developer/build-essential
1292026-08-15T06:59:45.775Z None -> 11-3.0
1302026-08-15T06:59:45.775Z library/libxmlsec1
1312026-08-15T06:59:45.775Z None -> 1.2.35-3.0
1322026-08-15T06:59:45.800Z
1332026-08-15T06:59:45.800ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-08-15T06:59:45.866ZDownload: Completed 1.28 MB in 0.07 seconds (18.9M/s)
1352026-08-15T06:59:45.958Z Actions: 1/268 actions (Installing new actions)
1362026-08-15T06:59:45.997Z Actions: Completed 268 actions in 0.04 seconds.
1372026-08-15T06:59:46.028ZFinalize: Updating package state database ... Done (0.030s)
1382026-08-15T06:59:46.028ZFinalize: Updating package cache ... Done (0.000s)
1392026-08-15T06:59:46.100ZFinalize: Updating image state ... Done (0.072s)
1402026-08-15T06:59:48.776ZFinalize: Creating fast lookup database ... Done (2.621s)
1412026-08-15T06:59:48.834ZFinalize: Reading search index ... Done (0.012s)
1422026-08-15T06:59:48.837ZFinalize: Updating search index ... Done (0.000s)
1432026-08-15T06:59:48.932ZFinalize: Updating package cache ... Done (0.000s)
1442026-08-15T06:59:49.294ZPlanning: Evaluating mediator changes ... Done
1452026-08-15T06:59:49.399ZPlanning: Checking for conflicting actions ... Done
1462026-08-15T06:59:49.402ZPlanning: Consolidating action changes ... Done
1472026-08-15T06:59:49.578ZPlanning: Evaluating mediators ... Done
1482026-08-15T06:59:49.582ZPlanning: Planning completed in 0.27 seconds
1492026-08-15T06:59:49.589Z Mediators to change: 2
1502026-08-15T06:59:49.589Z Create boot environment: No
1512026-08-15T06:59:49.590ZCreate backup boot environment: No
1522026-08-15T06:59:49.632ZFinalize: Updating package state database ... Done
1532026-08-15T06:59:49.632ZFinalize: Updating package cache ... Done
1542026-08-15T06:59:49.675ZFinalize: Updating image state ... Done
1552026-08-15T06:59:51.628ZFinalize: Creating fast lookup database ... Done
1562026-08-15T06:59:51.686ZFinalize: Reading search index ... Done
1572026-08-15T06:59:51.689ZFinalize: Updating search index ... Done
1582026-08-15T06:59:51.775ZFinalize: Updating package cache ... Done
1592026-08-15T06:59:52.060ZPlanning: Evaluating mediator changes ... Done
1602026-08-15T06:59:52.166ZPlanning: Checking for conflicting actions ... Done
1612026-08-15T06:59:52.169ZPlanning: Consolidating action changes ... Done
1622026-08-15T06:59:52.324ZPlanning: Evaluating mediators ... Done
1632026-08-15T06:59:52.327ZPlanning: Planning completed in 0.26 seconds
1642026-08-15T06:59:52.348Z Mediators to change: 1
1652026-08-15T06:59:52.348Z Create boot environment: No
1662026-08-15T06:59:52.348ZCreate backup boot environment: No
1672026-08-15T06:59:52.404ZFinalize: Updating package state database ... Done
1682026-08-15T06:59:52.404ZFinalize: Updating package cache ... Done
1692026-08-15T06:59:52.449ZFinalize: Updating image state ... Done
1702026-08-15T06:59:54.413ZFinalize: Creating fast lookup database ... Done
1712026-08-15T06:59:54.474ZFinalize: Reading search index ... Done
1722026-08-15T06:59:54.477ZFinalize: Updating search index ... Done
1732026-08-15T06:59:54.562ZFinalize: Updating package cache ... Done
1742026-08-15T06:59:54.871ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-08-15T06:59:54.871Zapache system 2.4 system
1762026-08-15T06:59:54.873Zclang system 15 system
1772026-08-15T06:59:54.873Zcsh system system illumos
1782026-08-15T06:59:54.873Zctags system system illumos
1792026-08-15T06:59:54.873Zfile vendor vendor darwinsys
1802026-08-15T06:59:54.873Zfile system system illumos
1812026-08-15T06:59:54.873Zgcc vendor 14 vendor
1822026-08-15T06:59:54.873Zgcc system 13 system
1832026-08-15T06:59:54.873Zgcc system 10 system
1842026-08-15T06:59:54.873Zgo system 1.25 system
1852026-08-15T06:59:54.873Zllvm system 15 system
1862026-08-15T06:59:54.873Zmariadb system 11.4 system
1872026-08-15T06:59:54.873Zmta vendor vendor dma
1882026-08-15T06:59:54.873Zopenjdk system 17 system
1892026-08-15T06:59:54.873Zopenjdk system 11 system
1902026-08-15T06:59:54.873Zopenssl vendor 3 vendor
1912026-08-15T06:59:54.873Zperl system 5.40 system
1922026-08-15T06:59:54.873Zpostgresql system 18 system
1932026-08-15T06:59:54.873Zpostgresql system 17 system
1942026-08-15T06:59:54.873Zpython vendor 3 vendor
1952026-08-15T06:59:54.873Zpython system 2 system
1962026-08-15T06:59:54.873Zpython3 vendor 3.13 vendor
1972026-08-15T06:59:54.873Zruby system 3.4 system
1982026-08-15T06:59:54.873Zruby system 3.0 system
1992026-08-15T06:59:54.874Zwords vendor vendor american-english
2002026-08-15T06:59:54.874Zwords system system australian-english
2012026-08-15T06:59:54.874Zwords system system british-english
2022026-08-15T06:59:54.875Zwords system system canadian-english
2032026-08-15T06:59:54.875Zwords system system french
2042026-08-15T06:59:54.875Zwords system system italian
2052026-08-15T06:59:54.875Zwords system system ngerman
2062026-08-15T06:59:54.875Zwords system system ogerman
2072026-08-15T06:59:54.875Zwords system system spanish
2082026-08-15T06:59:55.125ZPUBLISHER TYPE STATUS P LOCATION
2092026-08-15T06:59:55.126Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-08-15T06:59:55.581ZFMRI IFO
2112026-08-15T06:59:55.582Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-08-15T06:59:55.582Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-08-15T06:59:55.582Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-08-15T06:59:55.582Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-08-15T06:59:55.582Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-08-15T06:59:55.582Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-08-15T06:59:55.582Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-08-15T06:59:55.582Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-08-15T06:59:55.582Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-08-15T06:59:55.903Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-08-15T06:59:56.281Z Updating crates.io index
2222026-08-15T06:59:56.286Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-08-15T06:59:56.548Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-08-15T06:59:56.920Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-08-15T06:59:57.955Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-08-15T06:59:58.503Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-08-15T07:00:00.078Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-08-15T07:00:00.934Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-08-15T07:00:01.282Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-08-15T07:00:01.667Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-08-15T07:00:03.056Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-08-15T07:00:03.368Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-08-15T07:00:03.770Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-08-15T07:00:04.136Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2352026-08-15T07:00:04.440Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2362026-08-15T07:00:04.700Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2372026-08-15T07:00:05.063Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-08-15T07:00:05.400Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-08-15T07:00:05.718Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2402026-08-15T07:00:06.056Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2412026-08-15T07:00:06.638Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-08-15T07:00:07.050Z Updating git repository `https://github.com/oxidecomputer/sush`
2432026-08-15T07:00:07.635Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2442026-08-15T07:00:08.062Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2452026-08-15T07:00:08.379Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2462026-08-15T07:00:09.006Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2472026-08-15T07:00:09.352Z Updating git repository `https://github.com/oxidecomputer/erebor`
2482026-08-15T07:00:09.639Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2492026-08-15T07:00:10.123Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2502026-08-15T07:00:10.425Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2512026-08-15T07:00:10.772Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2522026-08-15T07:00:11.130Z Updating git repository `https://github.com/oxidecomputer/ispf`
2532026-08-15T07:00:11.415Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2542026-08-15T07:00:11.772Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2552026-08-15T07:00:12.197Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2562026-08-15T07:00:12.568Z Updating git repository `https://github.com/oxidecomputer/tough`
2572026-08-15T07:00:13.303Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2582026-08-15T07:00:13.577Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-08-15T07:00:13.879Z Updating git repository `https://github.com/oxidecomputer/rumors`
2602026-08-15T07:00:18.486Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2612026-08-15T07:00:18.773Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2622026-08-15T07:00:19.097Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2632026-08-15T07:00:19.392Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2642026-08-15T07:00:19.677Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2652026-08-15T07:00:19.966Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2662026-08-15T07:00:20.296Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2672026-08-15T07:00:20.577Z Updating git repository `https://github.com/illumos/smf-rs`
2682026-08-15T07:00:23.438Z Downloading crates ...
2692026-08-15T07:00:23.496Z Downloaded anstream v1.0.0
2702026-08-15T07:00:23.499Z Downloaded bytecount v0.6.9
2712026-08-15T07:00:23.499Z Downloaded fs-err v3.3.0
2722026-08-15T07:00:23.502Z Downloaded zmij v1.0.21
2732026-08-15T07:00:23.505Z Downloaded memmap v0.7.0
2742026-08-15T07:00:23.506Z Downloaded heck v0.4.1
2752026-08-15T07:00:23.506Z Downloaded toml_datetime v0.6.11
2762026-08-15T07:00:23.509Z Downloaded zerocopy-derive v0.7.35
2772026-08-15T07:00:23.511Z Downloaded block-buffer v0.10.4
2782026-08-15T07:00:23.514Z Downloaded generic-array v0.14.7
2792026-08-15T07:00:23.517Z Downloaded heck v0.5.0
2802026-08-15T07:00:23.520Z Downloaded anstyle-query v1.1.5
2812026-08-15T07:00:23.520Z Downloaded zerocopy v0.7.35
2822026-08-15T07:00:23.528Z Downloaded cargo_metadata v0.23.1
2832026-08-15T07:00:23.531Z Downloaded version_check v0.9.5
2842026-08-15T07:00:23.531Z Downloaded fnv v1.0.7
2852026-08-15T07:00:23.531Z Downloaded autocfg v1.5.0
2862026-08-15T07:00:23.531Z Downloaded fastrand v2.3.0
2872026-08-15T07:00:23.533Z Downloaded getrandom v0.3.4
2882026-08-15T07:00:23.537Z Downloaded cfg-if v1.0.4
2892026-08-15T07:00:23.540Z Downloaded equivalent v1.0.2
2902026-08-15T07:00:23.540Z Downloaded clap_lex v1.0.0
2912026-08-15T07:00:23.540Z Downloaded is_terminal_polyfill v1.70.2
2922026-08-15T07:00:23.540Z Downloaded colorchoice v1.0.4
2932026-08-15T07:00:23.543Z Downloaded dtrace-parser v0.2.0
2942026-08-15T07:00:23.543Z Downloaded cpufeatures v0.2.17
2952026-08-15T07:00:23.546Z Downloaded once_cell v1.21.3
2962026-08-15T07:00:23.551Z Downloaded utf8parse v0.2.2
2972026-08-15T07:00:23.554Z Downloaded cargo-platform v0.3.2
2982026-08-15T07:00:23.557Z Downloaded terminal_size v0.4.3
2992026-08-15T07:00:23.557Z Downloaded errno v0.3.14
3002026-08-15T07:00:23.557Z Downloaded pretty-hex v0.4.1
3012026-08-15T07:00:23.562Z Downloaded thread-id v4.2.2
3022026-08-15T07:00:23.562Z Downloaded plain v0.2.3
3032026-08-15T07:00:23.565Z Downloaded strsim v0.11.1
3042026-08-15T07:00:23.565Z Downloaded byteorder v1.5.0
3052026-08-15T07:00:23.567Z Downloaded usdt-macro v0.5.0
3062026-08-15T07:00:23.570Z Downloaded usdt-attr-macro v0.5.0
3072026-08-15T07:00:23.570Z Downloaded smawk v0.3.2
3082026-08-15T07:00:23.576Z Downloaded proc-macro-error-attr v1.0.4
3092026-08-15T07:00:23.584Z Downloaded crypto-common v0.1.7
3102026-08-15T07:00:23.588Z Downloaded itoa v1.0.17
3112026-08-15T07:00:23.591Z Downloaded anstyle v1.0.14
3122026-08-15T07:00:23.591Z Downloaded anstyle-parse v1.0.0
3132026-08-15T07:00:23.594Z Downloaded clap_derive v4.6.1
3142026-08-15T07:00:23.594Z Downloaded papergrid v0.11.0
3152026-08-15T07:00:23.598Z Downloaded serde_spanned v0.6.9
3162026-08-15T07:00:23.601Z Downloaded swrite v0.1.0
3172026-08-15T07:00:23.601Z Downloaded tabled_derive v0.7.0
3182026-08-15T07:00:23.604Z Downloaded macaddr v1.0.1
3192026-08-15T07:00:23.607Z Downloaded scroll_derive v0.12.1
3202026-08-15T07:00:23.607Z Downloaded unicode-linebreak v0.1.5
3212026-08-15T07:00:23.610Z Downloaded camino-tempfile v1.4.1
3222026-08-15T07:00:23.616Z Downloaded dof v0.3.0
3232026-08-15T07:00:23.619Z Downloaded indexmap v2.14.0
3242026-08-15T07:00:23.625Z Downloaded digest v0.10.7
3252026-08-15T07:00:23.629Z Downloaded usdt-impl v0.5.0
3262026-08-15T07:00:23.638Z Downloaded toml_write v0.1.2
3272026-08-15T07:00:23.645Z Downloaded bitflags v2.11.0
3282026-08-15T07:00:23.648Z Downloaded thiserror-impl v1.0.69
3292026-08-15T07:00:23.650Z Downloaded usdt v0.5.0
3302026-08-15T07:00:23.650Z Downloaded cargo_toml v0.21.0
3312026-08-15T07:00:23.653Z Downloaded thiserror-impl v2.0.18
3322026-08-15T07:00:23.653Z Downloaded quote v1.0.45
3332026-08-15T07:00:23.656Z Downloaded scroll v0.12.0
3342026-08-15T07:00:23.656Z Downloaded serde_tokenstream v0.2.3
3352026-08-15T07:00:23.663Z Downloaded thiserror v1.0.69
3362026-08-15T07:00:23.666Z Downloaded thiserror v2.0.18
3372026-08-15T07:00:23.669Z Downloaded pest_derive v2.8.6
3382026-08-15T07:00:23.672Z Downloaded anyhow v1.0.104
3392026-08-15T07:00:23.672Z Downloaded semver v1.0.28
3402026-08-15T07:00:23.675Z Downloaded toml v0.8.23
3412026-08-15T07:00:23.675Z Downloaded camino v1.2.5
3422026-08-15T07:00:23.678Z Downloaded pest_generator v2.8.6
3432026-08-15T07:00:23.678Z Downloaded proc-macro-error v1.0.4
3442026-08-15T07:00:23.708Z Downloaded ucd-trie v0.1.7
3452026-08-15T07:00:23.708Z Downloaded tempfile v3.27.0
3462026-08-15T07:00:23.708Z Downloaded unicode-ident v1.0.24
3472026-08-15T07:00:23.708Z Downloaded proc-macro2 v1.0.106
3482026-08-15T07:00:23.708Z Downloaded sha2 v0.10.9
3492026-08-15T07:00:23.708Z Downloaded clap v4.6.1
3502026-08-15T07:00:23.711Z Downloaded textwrap v0.16.2
3512026-08-15T07:00:23.717Z Downloaded serde_core v1.0.228
3522026-08-15T07:00:23.720Z Downloaded serde_derive v1.0.228
3532026-08-15T07:00:23.735Z Downloaded log v0.4.33
3542026-08-15T07:00:23.738Z Downloaded pest_meta v2.8.6
3552026-08-15T07:00:23.742Z Downloaded goblin v0.8.2
3562026-08-15T07:00:23.745Z Downloaded memchr v2.8.0
3572026-08-15T07:00:23.748Z Downloaded serde v1.0.228
3582026-08-15T07:00:23.751Z Downloaded toml_edit v0.22.27
3592026-08-15T07:00:23.758Z Downloaded typenum v1.20.1
3602026-08-15T07:00:23.764Z Downloaded hashbrown v0.17.0
3612026-08-15T07:00:23.778Z Downloaded pest v2.8.6
3622026-08-15T07:00:23.800Z Downloaded clap_builder v4.6.0
3632026-08-15T07:00:23.803Z Downloaded serde_json v1.0.151
3642026-08-15T07:00:23.808Z Downloaded winnow v0.7.14
3652026-08-15T07:00:23.821Z Downloaded tabled v0.15.0
3662026-08-15T07:00:23.837Z Downloaded syn v1.0.109
3672026-08-15T07:00:23.843Z Downloaded unicode-width v0.2.0
3682026-08-15T07:00:23.850Z Downloaded syn v2.0.117
3692026-08-15T07:00:23.856Z Downloaded unicode-width v0.1.14
3702026-08-15T07:00:23.869Z Downloaded rustix v1.1.4
3712026-08-15T07:00:23.902Z Downloaded libc v0.2.185
3722026-08-15T07:00:23.965Z Compiling proc-macro2 v1.0.106
3732026-08-15T07:00:23.965Z Compiling unicode-ident v1.0.24
3742026-08-15T07:00:23.969Z Compiling quote v1.0.45
3752026-08-15T07:00:23.969Z Compiling serde_core v1.0.228
3762026-08-15T07:00:23.969Z Compiling libc v0.2.185
3772026-08-15T07:00:23.969Z Compiling version_check v0.9.5
3782026-08-15T07:00:24.144Z Compiling memchr v2.8.0
3792026-08-15T07:00:24.147Z Compiling serde v1.0.228
3802026-08-15T07:00:24.147Z Compiling zmij v1.0.21
3812026-08-15T07:00:24.147Z Compiling ucd-trie v0.1.7
3822026-08-15T07:00:24.148Z Compiling thiserror v1.0.69
3832026-08-15T07:00:24.148Z Compiling itoa v1.0.17
3842026-08-15T07:00:24.157Z Compiling byteorder v1.5.0
3852026-08-15T07:00:24.160Z Compiling rustix v1.1.4
3862026-08-15T07:00:24.349Z Compiling serde_json v1.0.151
3872026-08-15T07:00:24.395Z Compiling bitflags v2.11.0
3882026-08-15T07:00:24.495Z Compiling proc-macro-error-attr v1.0.4
3892026-08-15T07:00:24.651Z Compiling usdt-impl v0.5.0
3902026-08-15T07:00:24.670Z Compiling syn v1.0.109
3912026-08-15T07:00:24.724Z Compiling camino v1.2.5
3922026-08-15T07:00:24.727Z Compiling proc-macro-error v1.0.4
3932026-08-15T07:00:24.783Z Compiling pest v2.8.6
3942026-08-15T07:00:24.824Z Compiling plain v0.2.3
3952026-08-15T07:00:24.892Z Compiling hashbrown v0.17.0
3962026-08-15T07:00:24.960Z Compiling getrandom v0.3.4
3972026-08-15T07:00:25.001Z Compiling utf8parse v0.2.2
3982026-08-15T07:00:25.033Z Compiling equivalent v1.0.2
3992026-08-15T07:00:25.038Z Compiling log v0.4.33
4002026-08-15T07:00:25.189Z Compiling toml_write v0.1.2
4012026-08-15T07:00:25.280Z Compiling anstyle-parse v1.0.0
4022026-08-15T07:00:25.280Z Compiling thiserror v2.0.18
4032026-08-15T07:00:25.280Z Compiling pretty-hex v0.4.1
4042026-08-15T07:00:25.280Z Compiling anstyle-query v1.1.5
4052026-08-15T07:00:25.396Z Compiling anstyle v1.0.14
4062026-08-15T07:00:25.486Z Compiling colorchoice v1.0.4
4072026-08-15T07:00:25.486Z Compiling is_terminal_polyfill v1.70.2
4082026-08-15T07:00:25.486Z Compiling winnow v0.7.14
4092026-08-15T07:00:25.486Z Compiling autocfg v1.5.0
4102026-08-15T07:00:25.537Z Compiling cfg-if v1.0.4
4112026-08-15T07:00:25.546Z Compiling strsim v0.11.1
4122026-08-15T07:00:25.546Z Compiling errno v0.3.14
4132026-08-15T07:00:25.567Z Compiling thread-id v4.2.2
4142026-08-15T07:00:25.567Z Compiling indexmap v2.14.0
4152026-08-15T07:00:25.618Z Compiling anstream v1.0.0
4162026-08-15T07:00:25.618Z Compiling bytecount v0.6.9
4172026-08-15T07:00:25.631Z Compiling fastrand v2.3.0
4182026-08-15T07:00:25.631Z Compiling clap_lex v1.0.0
4192026-08-15T07:00:25.751Z Compiling fnv v1.0.7
4202026-08-15T07:00:25.817Z Compiling syn v2.0.117
4212026-08-15T07:00:25.878Z Compiling unicode-width v0.1.14
4222026-08-15T07:00:25.898Z Compiling fs-err v3.3.0
4232026-08-15T07:00:25.901Z Compiling heck v0.4.1
4242026-08-15T07:00:25.918Z Compiling once_cell v1.21.3
4252026-08-15T07:00:25.937Z Compiling anyhow v1.0.104
4262026-08-15T07:00:25.954Z Compiling heck v0.5.0
4272026-08-15T07:00:25.958Z Compiling memmap v0.7.0
4282026-08-15T07:00:26.123Z Compiling pest_meta v2.8.6
4292026-08-15T07:00:26.198Z Compiling papergrid v0.11.0
4302026-08-15T07:00:26.216Z Compiling unicode-linebreak v0.1.5
4312026-08-15T07:00:26.216Z Compiling smawk v0.3.2
4322026-08-15T07:00:26.253Z Compiling unicode-width v0.2.0
4332026-08-15T07:00:26.256Z Compiling swrite v0.1.0
4342026-08-15T07:00:26.535Z Compiling terminal_size v0.4.3
4352026-08-15T07:00:26.535Z Compiling tempfile v3.27.0
4362026-08-15T07:00:26.645Z Compiling clap_builder v4.6.0
4372026-08-15T07:00:26.645Z Compiling textwrap v0.16.2
4382026-08-15T07:00:26.785Z Compiling semver v1.0.28
4392026-08-15T07:00:26.786Z Compiling cargo-platform v0.3.2
4402026-08-15T07:00:27.109Z Compiling camino-tempfile v1.4.1
4412026-08-15T07:00:27.434Z Compiling tabled_derive v0.7.0
4422026-08-15T07:00:28.043Z Compiling pest_generator v2.8.6
4432026-08-15T07:00:28.102Z Compiling tabled v0.15.0
4442026-08-15T07:00:28.574Z Compiling serde_derive v1.0.228
4452026-08-15T07:00:28.637Z Compiling thiserror-impl v1.0.69
4462026-08-15T07:00:28.637Z Compiling zerocopy-derive v0.7.35
4472026-08-15T07:00:28.637Z Compiling scroll_derive v0.12.1
4482026-08-15T07:00:28.637Z Compiling thiserror-impl v2.0.18
4492026-08-15T07:00:28.637Z Compiling clap_derive v4.6.1
4502026-08-15T07:00:28.699Z Compiling pest_derive v2.8.6
4512026-08-15T07:00:29.245Z Compiling scroll v0.12.0
4522026-08-15T07:00:29.280Z Compiling zerocopy v0.7.35
4532026-08-15T07:00:29.467Z Compiling goblin v0.8.2
4542026-08-15T07:00:29.630Z Compiling dtrace-parser v0.2.0
4552026-08-15T07:00:29.992Z Compiling clap v4.6.1
4562026-08-15T07:00:31.125Z Compiling toml_datetime v0.6.11
4572026-08-15T07:00:31.125Z Compiling serde_spanned v0.6.9
4582026-08-15T07:00:31.147Z Compiling macaddr v1.0.1
4592026-08-15T07:00:31.147Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4602026-08-15T07:00:31.147Z Compiling cargo_metadata v0.23.1
4612026-08-15T07:00:31.147Z Compiling dof v0.3.0
4622026-08-15T07:00:31.147Z Compiling serde_tokenstream v0.2.3
4632026-08-15T07:00:31.313Z Compiling toml_edit v0.22.27
4642026-08-15T07:00:31.840Z Compiling usdt-macro v0.5.0
4652026-08-15T07:00:31.844Z Compiling usdt-attr-macro v0.5.0
4662026-08-15T07:00:32.463Z Compiling usdt v0.5.0
4672026-08-15T07:00:32.618Z Compiling toml v0.8.23
4682026-08-15T07:00:32.947Z Compiling cargo_toml v0.21.0
4692026-08-15T07:00:34.276Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4702026-08-15T07:00:36.400Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.67s
4712026-08-15T07:00:36.629Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4722026-08-15T07:00:37.169Z Downloading crates ...
4732026-08-15T07:00:37.214Z Downloaded array-init v0.0.4
4742026-08-15T07:00:37.220Z Downloaded argon2 v0.6.0-rc.8
4752026-08-15T07:00:37.225Z Downloaded arrayref v0.3.9
4762026-08-15T07:00:37.225Z Downloaded aead v0.5.2
4772026-08-15T07:00:37.228Z Downloaded adler2 v2.0.1
4782026-08-15T07:00:37.228Z Downloaded backtrace-ext v0.2.1
4792026-08-15T07:00:37.231Z Downloaded addr2line v0.25.1
4802026-08-15T07:00:37.237Z Downloaded backon v1.6.0
4812026-08-15T07:00:37.240Z Downloaded aead v0.6.1
4822026-08-15T07:00:37.241Z Downloaded embedded-io v0.4.0
4832026-08-15T07:00:37.244Z Downloaded base16ct v0.2.0
4842026-08-15T07:00:37.244Z Downloaded assert_matches v1.5.0
4852026-08-15T07:00:37.247Z Downloaded atomicwrites v0.4.4
4862026-08-15T07:00:37.247Z Downloaded atty v0.2.14
4872026-08-15T07:00:37.247Z Downloaded bit-set v0.8.0
4882026-08-15T07:00:37.247Z Downloaded env_filter v2.0.0
4892026-08-15T07:00:37.251Z Downloaded base16ct v1.0.0
4902026-08-15T07:00:37.251Z Downloaded embedded-io v0.6.1
4912026-08-15T07:00:37.251Z Downloaded bitfield-struct v0.6.2
4922026-08-15T07:00:37.251Z Downloaded async-stream v0.3.6
4932026-08-15T07:00:37.254Z Downloaded atomic-waker v1.1.2
4942026-08-15T07:00:37.254Z Downloaded bit-set v0.5.3
4952026-08-15T07:00:37.254Z Downloaded either v1.15.0
4962026-08-15T07:00:37.254Z Downloaded endian-type v0.1.2
4972026-08-15T07:00:37.254Z Downloaded elliptic-curve v0.14.1
4982026-08-15T07:00:37.257Z Downloaded foreign-types v0.3.2
4992026-08-15T07:00:37.257Z Downloaded async-stream-impl v0.3.6
5002026-08-15T07:00:37.261Z Downloaded base64ct v1.8.3
5012026-08-15T07:00:37.261Z Downloaded bit-vec v0.8.0
5022026-08-15T07:00:37.261Z Downloaded colored v3.1.1
5032026-08-15T07:00:37.267Z Downloaded foreign-types-macros v0.2.3
5042026-08-15T07:00:37.267Z Downloaded foreign-types v0.5.0
5052026-08-15T07:00:37.267Z Downloaded futures-macro v0.3.32
5062026-08-15T07:00:37.268Z Downloaded bcrypt-pbkdf v0.11.0
5072026-08-15T07:00:37.268Z Downloaded async-recursion v1.1.1
5082026-08-15T07:00:37.271Z Downloaded form_urlencoded v1.2.2
5092026-08-15T07:00:37.271Z Downloaded futures-task v0.3.32
5102026-08-15T07:00:37.271Z Downloaded bb8 v0.8.6
5112026-08-15T07:00:37.271Z Downloaded ena v0.14.4
5122026-08-15T07:00:37.277Z Downloaded bitfield-macros v0.19.4
5132026-08-15T07:00:37.277Z Downloaded cobs v0.3.0
5142026-08-15T07:00:37.283Z Downloaded ciborium-ll v0.2.2
5152026-08-15T07:00:37.283Z Downloaded compression-core v0.4.31
5162026-08-15T07:00:37.283Z Downloaded fd-lock v4.0.4
5172026-08-15T07:00:37.288Z Downloaded futures-sink v0.3.32
5182026-08-15T07:00:37.289Z Downloaded fixedbitset v0.4.2
5192026-08-15T07:00:37.289Z Downloaded cfg_aliases v0.1.1
5202026-08-15T07:00:37.289Z Downloaded enum-as-inner v0.6.1
5212026-08-15T07:00:37.289Z Downloaded foreign-types-shared v0.3.1
5222026-08-15T07:00:37.289Z Downloaded futures-core v0.3.32
5232026-08-15T07:00:37.289Z Downloaded castaway v0.2.4
5242026-08-15T07:00:37.289Z Downloaded float-ord v0.3.2
5252026-08-15T07:00:37.289Z Downloaded foreign-types-shared v0.1.1
5262026-08-15T07:00:37.289Z Downloaded funty v2.0.0
5272026-08-15T07:00:37.289Z Downloaded block-padding v0.4.2
5282026-08-15T07:00:37.293Z Downloaded anstyle-parse v0.2.7
5292026-08-15T07:00:37.296Z Downloaded find-msvc-tools v0.1.9
5302026-08-15T07:00:37.296Z Downloaded arrayvec v0.7.6
5312026-08-15T07:00:37.300Z Downloaded erased-serde v0.3.31
5322026-08-15T07:00:37.300Z Downloaded foldhash v0.2.0
5332026-08-15T07:00:37.300Z Downloaded fs_extra v1.3.0
5342026-08-15T07:00:37.303Z Downloaded futures-executor v0.3.32
5352026-08-15T07:00:37.303Z Downloaded anstream v0.6.21
5362026-08-15T07:00:37.303Z Downloaded bitfield v0.19.4
5372026-08-15T07:00:37.306Z Downloaded console v0.15.11
5382026-08-15T07:00:37.306Z Downloaded fxhash v0.2.1
5392026-08-15T07:00:37.309Z Downloaded argon2 v0.5.3
5402026-08-15T07:00:37.309Z Downloaded http-body v1.0.1
5412026-08-15T07:00:37.312Z Downloaded futures-io v0.3.32
5422026-08-15T07:00:37.312Z Downloaded hash32 v0.3.1
5432026-08-15T07:00:37.312Z Downloaded ascii-canvas v3.0.0
5442026-08-15T07:00:37.312Z Downloaded fixedbitset v0.5.7
5452026-08-15T07:00:37.312Z Downloaded ciborium-io v0.2.2
5462026-08-15T07:00:37.315Z Downloaded env_logger v0.11.11
5472026-08-15T07:00:37.315Z Downloaded ff v0.14.0
5482026-08-15T07:00:37.315Z Downloaded flagset v0.4.7
5492026-08-15T07:00:37.320Z Downloaded ff v0.13.1
5502026-08-15T07:00:37.320Z Downloaded float-cmp v0.10.0
5512026-08-15T07:00:37.323Z Downloaded gethostname v0.5.0
5522026-08-15T07:00:37.323Z Downloaded git-stub v1.0.0
5532026-08-15T07:00:37.323Z Downloaded http-range-header v0.4.2
5542026-08-15T07:00:37.326Z Downloaded block-buffer v0.12.1
5552026-08-15T07:00:37.329Z Downloaded headers-core v0.3.0
5562026-08-15T07:00:37.329Z Downloaded httparse v1.10.1
5572026-08-15T07:00:37.332Z Downloaded cfg_aliases v0.2.1
5582026-08-15T07:00:37.332Z Downloaded multimap v0.10.1
5592026-08-15T07:00:37.336Z Downloaded newline-converter v0.3.0
5602026-08-15T07:00:37.336Z Downloaded nibble_vec v0.1.0
5612026-08-15T07:00:37.336Z Downloaded globwalk v0.9.1
5622026-08-15T07:00:37.336Z Downloaded hostname v0.3.1
5632026-08-15T07:00:37.339Z Downloaded nodrop v0.1.14
5642026-08-15T07:00:37.340Z Downloaded normalize-line-endings v0.3.0
5652026-08-15T07:00:37.343Z Downloaded openssl-probe v0.2.1
5662026-08-15T07:00:37.347Z Downloaded bit-vec v0.6.3
5672026-08-15T07:00:37.351Z Downloaded http-range v0.1.5
5682026-08-15T07:00:37.351Z Downloaded cmov v0.5.4
5692026-08-15T07:00:37.353Z Downloaded hash32 v0.2.1
5702026-08-15T07:00:37.353Z Downloaded hex v0.4.3
5712026-08-15T07:00:37.353Z Downloaded hostname v0.4.2
5722026-08-15T07:00:37.357Z Downloaded cipher v0.4.4
5732026-08-15T07:00:37.357Z Downloaded hex-literal v1.1.0
5742026-08-15T07:00:37.357Z Downloaded num_enum_derive v0.5.11
5752026-08-15T07:00:37.357Z Downloaded cipher v0.5.2
5762026-08-15T07:00:37.363Z Downloaded cmake v0.1.57
5772026-08-15T07:00:37.363Z Downloaded ghash v0.6.0
5782026-08-15T07:00:37.363Z Downloaded enum_dispatch v0.3.13
5792026-08-15T07:00:37.366Z Downloaded fallible-iterator v0.2.0
5802026-08-15T07:00:37.366Z Downloaded fs-err v2.11.0
5812026-08-15T07:00:37.366Z Downloaded blowfish v0.10.0
5822026-08-15T07:00:37.366Z Downloaded home v0.5.12
5832026-08-15T07:00:37.366Z Downloaded chacha20 v0.9.1
5842026-08-15T07:00:37.369Z Downloaded password-hash v0.6.1
5852026-08-15T07:00:37.372Z Downloaded psl-types v2.0.11
5862026-08-15T07:00:37.372Z Downloaded ahash v0.8.12
5872026-08-15T07:00:37.375Z Downloaded ref-cast v1.0.25
5882026-08-15T07:00:37.375Z Downloaded backoff v0.4.0
5892026-08-15T07:00:37.378Z Downloaded group v0.14.0
5902026-08-15T07:00:37.381Z Downloaded chacha20poly1305 v0.10.1
5912026-08-15T07:00:37.391Z Downloaded rand_chacha v0.3.1
5922026-08-15T07:00:37.394Z Downloaded group v0.13.0
5932026-08-15T07:00:37.394Z Downloaded foldhash v0.1.5
5942026-08-15T07:00:37.394Z Downloaded rand_xorshift v0.4.0
5952026-08-15T07:00:37.394Z Downloaded rfc6979 v0.4.0
5962026-08-15T07:00:37.398Z Downloaded scopeguard v1.2.0
5972026-08-15T07:00:37.398Z Downloaded bcs v0.1.6
5982026-08-15T07:00:37.398Z Downloaded cassowary v0.3.0
5992026-08-15T07:00:37.398Z Downloaded russh-util v0.52.0
6002026-08-15T07:00:37.398Z Downloaded elliptic-curve v0.13.8
6012026-08-15T07:00:37.401Z Downloaded camino-tempfile-ext v0.3.3
6022026-08-15T07:00:37.404Z Downloaded futures-channel v0.3.32
6032026-08-15T07:00:37.404Z Downloaded cbc v0.2.1
6042026-08-15T07:00:37.409Z Downloaded bitflags v1.3.2
6052026-08-15T07:00:37.412Z Downloaded serde_bytes v0.11.19
6062026-08-15T07:00:37.412Z Downloaded signature v2.2.0
6072026-08-15T07:00:37.415Z Downloaded bs58 v0.5.1
6082026-08-15T07:00:37.415Z Downloaded byte-wrapper v0.1.0
6092026-08-15T07:00:37.458Z Downloaded git-stub-vcs v0.1.0
6102026-08-15T07:00:37.458Z Downloaded highway v1.3.0
6112026-08-15T07:00:37.458Z Downloaded num-integer v0.1.46
6122026-08-15T07:00:37.458Z Downloaded ed25519 v2.2.3
6132026-08-15T07:00:37.458Z Downloaded num-primitive v0.2.1
6142026-08-15T07:00:37.458Z Downloaded http-body-util v0.1.3
6152026-08-15T07:00:37.461Z Downloaded secrecy v0.10.3
6162026-08-15T07:00:37.461Z Downloaded glob v0.3.3
6172026-08-15T07:00:37.461Z Downloaded async-trait v0.1.89
6182026-08-15T07:00:37.461Z Downloaded packed_struct v0.10.1
6192026-08-15T07:00:37.461Z Downloaded strip-ansi-escapes v0.2.1
6202026-08-15T07:00:37.461Z Downloaded strsim v0.10.0
6212026-08-15T07:00:37.461Z Downloaded async-bb8-diesel v0.2.1
6222026-08-15T07:00:37.461Z Downloaded bytesize v2.7.0
6232026-08-15T07:00:37.461Z Downloaded ssh-cipher v0.2.0
6242026-08-15T07:00:37.461Z Downloaded ssh-encoding v0.2.0
6252026-08-15T07:00:37.461Z Downloaded borsh-derive v1.8.0
6262026-08-15T07:00:37.461Z Downloaded bzip2 v0.4.4
6272026-08-15T07:00:37.461Z Downloaded cexpr v0.6.0
6282026-08-15T07:00:37.461Z Downloaded subtle v2.6.1
6292026-08-15T07:00:37.461Z Downloaded ciborium v0.2.2
6302026-08-15T07:00:37.461Z Downloaded clang-sys v1.8.1
6312026-08-15T07:00:37.461Z Downloaded colored v2.2.0
6322026-08-15T07:00:37.461Z Downloaded sponge-cursor v0.1.0
6332026-08-15T07:00:37.461Z Downloaded filetime v0.2.27
6342026-08-15T07:00:37.461Z Downloaded phc v0.6.1
6352026-08-15T07:00:37.461Z Downloaded parse-display-derive v0.10.0
6362026-08-15T07:00:37.461Z Downloaded peg v0.8.5
6372026-08-15T07:00:37.461Z Downloaded primeorder v0.13.6
6382026-08-15T07:00:37.462Z Downloaded primeorder v0.14.0
6392026-08-15T07:00:37.462Z Downloaded pin-project-internal v1.1.11
6402026-08-15T07:00:37.462Z Downloaded tagptr v0.2.0
6412026-08-15T07:00:37.463Z Downloaded thread-id v5.1.0
6422026-08-15T07:00:37.463Z Downloaded tinyvec_macros v0.1.1
6432026-08-15T07:00:37.463Z Downloaded pem-rfc7468 v1.0.0
6442026-08-15T07:00:37.463Z Downloaded port-file v0.1.0
6452026-08-15T07:00:37.468Z Downloaded progenitor-client v0.13.0
6462026-08-15T07:00:37.468Z Downloaded rand_chacha v0.9.0
6472026-08-15T07:00:37.468Z Downloaded rand_seeder v0.4.0
6482026-08-15T07:00:37.468Z Downloaded rustls-pemfile v2.2.0
6492026-08-15T07:00:37.468Z Downloaded tower-service v0.3.3
6502026-08-15T07:00:37.468Z Downloaded unit-prefix v0.5.2
6512026-08-15T07:00:37.468Z Downloaded utf8_iter v1.0.4
6522026-08-15T07:00:37.468Z Downloaded fatfs v0.3.6
6532026-08-15T07:00:37.468Z Downloaded globset v0.4.18
6542026-08-15T07:00:37.468Z Downloaded half v1.8.3
6552026-08-15T07:00:37.471Z Downloaded chacha20 v0.10.0
6562026-08-15T07:00:37.471Z Downloaded compression-codecs v0.4.37
6572026-08-15T07:00:37.474Z Downloaded blake2 v0.10.6
6582026-08-15T07:00:37.474Z Downloaded rpassword v7.5.4
6592026-08-15T07:00:37.477Z Downloaded trait-variant v0.1.2
6602026-08-15T07:00:37.477Z Downloaded bzip2 v0.6.1
6612026-08-15T07:00:37.477Z Downloaded universal-hash v0.5.1
6622026-08-15T07:00:37.481Z Downloaded flume v0.11.1
6632026-08-15T07:00:37.481Z Downloaded futures v0.3.32
6642026-08-15T07:00:37.484Z Downloaded siphasher v1.0.2
6652026-08-15T07:00:37.484Z Downloaded rustls-native-certs v0.8.3
6662026-08-15T07:00:37.487Z Downloaded serde-hex v0.1.0
6672026-08-15T07:00:37.488Z Downloaded zerofrom v0.1.6
6682026-08-15T07:00:37.488Z Downloaded wait-timeout v0.2.1
6692026-08-15T07:00:37.491Z Downloaded zone_cfg_derive v0.3.1
6702026-08-15T07:00:37.494Z Downloaded serde_derive_internals v0.29.1
6712026-08-15T07:00:37.499Z Downloaded shlex v1.3.0
6722026-08-15T07:00:37.499Z Downloaded hmac v0.13.0
6732026-08-15T07:00:37.499Z Downloaded buf-list v1.1.2
6742026-08-15T07:00:37.502Z Downloaded cpufeatures v0.3.0
6752026-08-15T07:00:37.502Z Downloaded crucible-workspace-hack v0.1.0
6762026-08-15T07:00:37.502Z Downloaded darling_macro v0.23.0
6772026-08-15T07:00:37.502Z Downloaded allocator-api2 v0.2.21
6782026-08-15T07:00:37.505Z Downloaded slog-json v2.6.1
6792026-08-15T07:00:37.505Z Downloaded ssh-cipher v0.3.0
6802026-08-15T07:00:37.505Z Downloaded slog-scope v4.4.1
6812026-08-15T07:00:37.508Z Downloaded tokio-dtrace v0.1.1
6822026-08-15T07:00:37.508Z Downloaded arc-swap v1.8.2
6832026-08-15T07:00:37.512Z Downloaded defmt-parser v1.0.0
6842026-08-15T07:00:37.515Z Downloaded dsl_auto_type v0.2.0
6852026-08-15T07:00:37.516Z Downloaded hmac v0.12.1
6862026-08-15T07:00:37.516Z Downloaded strum_macros v0.27.2
6872026-08-15T07:00:37.519Z Downloaded postcard v1.1.3
6882026-08-15T07:00:37.519Z Downloaded thread_local v1.1.9
6892026-08-15T07:00:37.522Z Downloaded parking_lot v0.12.5
6902026-08-15T07:00:37.523Z Downloaded psm v0.1.30
6912026-08-15T07:00:37.528Z Downloaded debug-ignore v1.0.5
6922026-08-15T07:00:37.533Z Downloaded getrandom v0.2.17
6932026-08-15T07:00:37.536Z Downloaded inout v0.1.4
6942026-08-15T07:00:37.539Z Downloaded inout v0.2.2
6952026-08-15T07:00:37.542Z Downloaded kstat-rs v0.2.5
6962026-08-15T07:00:37.543Z Downloaded getrandom v0.4.3
6972026-08-15T07:00:37.547Z Downloaded display-error-chain v0.2.2
6982026-08-15T07:00:37.550Z Downloaded blake2 v0.11.0-rc.6
6992026-08-15T07:00:37.550Z Downloaded cancel-safe-futures v0.1.5
7002026-08-15T07:00:37.553Z Downloaded ident_case v1.0.1
7012026-08-15T07:00:37.553Z Downloaded instant v0.1.13
7022026-08-15T07:00:37.553Z Downloaded instability v0.3.11
7032026-08-15T07:00:37.556Z Downloaded serde_with_macros v3.21.0
7042026-08-15T07:00:37.556Z Downloaded vergen-git2 v9.1.0
7052026-08-15T07:00:37.561Z Downloaded rustls-pki-types v1.14.0
7062026-08-15T07:00:37.564Z Downloaded universal-hash v0.6.1
7072026-08-15T07:00:37.567Z Downloaded oso v0.27.3
7082026-08-15T07:00:37.567Z Downloaded vsss-rs v3.3.4
7092026-08-15T07:00:37.572Z Downloaded base64 v0.22.1
7102026-08-15T07:00:37.575Z Downloaded managed v0.8.0
7112026-08-15T07:00:37.578Z Downloaded const_format_proc_macros v0.2.34
7122026-08-15T07:00:37.578Z Downloaded maplit v1.0.2
7132026-08-15T07:00:37.578Z Downloaded new_debug_unreachable v1.0.6
7142026-08-15T07:00:37.583Z Downloaded half v2.7.1
7152026-08-15T07:00:37.584Z Downloaded num v0.4.3
7162026-08-15T07:00:37.587Z Downloaded ar_archive_writer v0.5.1
7172026-08-15T07:00:37.587Z Downloaded base64 v0.21.7
7182026-08-15T07:00:37.587Z Downloaded slog-async v2.8.0
7192026-08-15T07:00:37.587Z Downloaded parse-display v0.10.0
7202026-08-15T07:00:37.590Z Downloaded predicates-core v1.0.10
7212026-08-15T07:00:37.590Z Downloaded csv-core v0.1.13
7222026-08-15T07:00:37.594Z Downloaded pin-project-lite v0.2.17
7232026-08-15T07:00:37.597Z Downloaded crossbeam-deque v0.8.6
7242026-08-15T07:00:37.600Z Downloaded phf_shared v0.11.3
7252026-08-15T07:00:37.600Z Downloaded powerfmt v0.2.0
7262026-08-15T07:00:37.603Z Downloaded term v0.7.0
7272026-08-15T07:00:37.606Z Downloaded term v1.2.1
7282026-08-15T07:00:37.609Z Downloaded tokio-stream v0.1.18
7292026-08-15T07:00:37.609Z Downloaded proc-macro-crate v1.3.1
7302026-08-15T07:00:37.609Z Downloaded derive_builder_core v0.20.2
7312026-08-15T07:00:37.612Z Downloaded dirs-sys-next v0.1.2
7322026-08-15T07:00:37.612Z Downloaded vergen v9.1.0
7332026-08-15T07:00:37.612Z Downloaded zerocopy v0.6.6
7342026-08-15T07:00:37.615Z Downloaded der_derive v0.7.3
7352026-08-15T07:00:37.615Z Downloaded diesel-dtrace v0.5.0
7362026-08-15T07:00:37.615Z Downloaded humantime v2.3.0
7372026-08-15T07:00:37.615Z Downloaded ecdsa v0.16.9
7382026-08-15T07:00:37.618Z Downloaded recursive v0.1.1
7392026-08-15T07:00:37.618Z Downloaded tokio-rustls v0.26.4
7402026-08-15T07:00:37.618Z Downloaded headers v0.4.1
7412026-08-15T07:00:37.623Z Downloaded quick-error v1.2.3
7422026-08-15T07:00:37.626Z Downloaded twox-hash v2.1.2
7432026-08-15T07:00:37.629Z Downloaded rtoolbox v0.0.3
7442026-08-15T07:00:37.629Z Downloaded serde_spanned v1.1.1
7452026-08-15T07:00:37.629Z Downloaded hyper-staticfile v0.10.1
7462026-08-15T07:00:37.632Z Downloaded serde_urlencoded v0.7.1
7472026-08-15T07:00:37.636Z Downloaded chumsky v0.9.3
7482026-08-15T07:00:37.639Z Downloaded hashbrown v0.12.3
7492026-08-15T07:00:37.643Z Downloaded serde_yaml v0.9.34+deprecated
7502026-08-15T07:00:37.647Z Downloaded keccak v0.2.0
7512026-08-15T07:00:37.647Z Downloaded libefi-sys v0.1.0
7522026-08-15T07:00:37.650Z Downloaded libsw v3.5.0
7532026-08-15T07:00:37.650Z Downloaded lru v0.18.2
7542026-08-15T07:00:37.650Z Downloaded console v0.16.2
7552026-08-15T07:00:37.650Z Downloaded cookie v0.18.1
7562026-08-15T07:00:37.654Z Downloaded serde_repr v0.1.20
7572026-08-15T07:00:37.654Z Downloaded sigpipe v0.1.3
7582026-08-15T07:00:37.654Z Downloaded module-lattice v0.2.3
7592026-08-15T07:00:37.654Z Downloaded miette-derive v7.6.0
7602026-08-15T07:00:37.659Z Downloaded serde_cbor v0.11.2
7612026-08-15T07:00:37.659Z Downloaded openssl-sys v0.9.117
7622026-08-15T07:00:37.662Z Downloaded newtype-uuid v1.3.2
7632026-08-15T07:00:37.662Z Downloaded borsh v1.8.0
7642026-08-15T07:00:37.665Z Downloaded native-tls v0.2.18
7652026-08-15T07:00:37.668Z Downloaded num_enum v0.7.6
7662026-08-15T07:00:37.671Z Downloaded generic-array v1.4.3
7672026-08-15T07:00:37.671Z Downloaded num_enum_derive v0.7.6
7682026-08-15T07:00:37.674Z Downloaded parse-size v1.1.0
7692026-08-15T07:00:37.674Z Downloaded socket2 v0.6.3
7702026-08-15T07:00:37.674Z Downloaded pkg-config v0.3.32
7712026-08-15T07:00:37.674Z Downloaded toml v1.1.2+spec-1.1.0
7722026-08-15T07:00:37.677Z Downloaded structmeta v0.3.0
7732026-08-15T07:00:37.677Z Downloaded tabwriter v1.4.1
7742026-08-15T07:00:37.680Z Downloaded take_mut v0.2.2
7752026-08-15T07:00:37.680Z Downloaded ctr v0.10.1
7762026-08-15T07:00:37.680Z Downloaded num_enum v0.5.11
7772026-08-15T07:00:37.683Z Downloaded flate2 v1.1.9
7782026-08-15T07:00:37.686Z Downloaded oxide-update-engine-display v0.1.2
7792026-08-15T07:00:37.686Z Downloaded supports-hyperlinks v3.2.0
7802026-08-15T07:00:37.689Z Downloaded supports-unicode v3.0.0
7812026-08-15T07:00:37.689Z Downloaded primefield v0.14.0
7822026-08-15T07:00:37.689Z Downloaded darling v0.23.0
7832026-08-15T07:00:37.692Z Downloaded heapless v0.7.17
7842026-08-15T07:00:37.695Z Downloaded prefix-trie v0.7.0
7852026-08-15T07:00:37.699Z Downloaded subprocess v0.2.15
7862026-08-15T07:00:37.706Z Downloaded unarray v0.1.4
7872026-08-15T07:00:37.709Z Downloaded progenitor-impl v0.14.0
7882026-08-15T07:00:37.709Z Downloaded rand_pcg v0.10.2
7892026-08-15T07:00:37.709Z Downloaded derive_builder v0.20.2
7902026-08-15T07:00:37.713Z Downloaded tokio-test v0.4.5
7912026-08-15T07:00:37.716Z Downloaded iana-time-zone v0.1.65
7922026-08-15T07:00:37.716Z Downloaded ingot-types v0.2.0
7932026-08-15T07:00:37.716Z Downloaded resolv-conf v0.7.6
7942026-08-15T07:00:37.716Z Downloaded rustversion v1.0.22
7952026-08-15T07:00:37.720Z Downloaded expectorate v1.2.0
7962026-08-15T07:00:37.720Z Downloaded sec1 v0.7.3
7972026-08-15T07:00:37.720Z Downloaded sec1 v0.8.1
7982026-08-15T07:00:37.723Z Downloaded hickory-resolver v0.24.4
7992026-08-15T07:00:37.726Z Downloaded schemars_derive v0.8.22
8002026-08-15T07:00:37.726Z Downloaded xattr v1.6.1
8012026-08-15T07:00:37.726Z Downloaded bumpalo v3.20.2
8022026-08-15T07:00:37.730Z Downloaded schemars v0.8.22
8032026-08-15T07:00:37.735Z Downloaded signal-hook-registry v1.4.8
8042026-08-15T07:00:37.737Z Downloaded vte v0.14.1
8052026-08-15T07:00:37.738Z Downloaded zone v0.3.1
8062026-08-15T07:00:37.738Z Downloaded litemap v0.8.1
8072026-08-15T07:00:37.741Z Downloaded convert_case v0.4.0
8082026-08-15T07:00:37.741Z Downloaded smf v0.2.3
8092026-08-15T07:00:37.741Z Downloaded sqlformat v0.3.5
8102026-08-15T07:00:37.741Z Downloaded stacker v0.1.23
8112026-08-15T07:00:37.744Z Downloaded crc-catalog v2.4.0
8122026-08-15T07:00:37.745Z Downloaded curve25519-dalek-derive v0.1.1
8132026-08-15T07:00:37.745Z Downloaded darling_macro v0.13.4
8142026-08-15T07:00:37.745Z Downloaded darling_macro v0.20.11
8152026-08-15T07:00:37.745Z Downloaded heapless v0.8.0
8162026-08-15T07:00:37.749Z Downloaded bytes v1.11.1
8172026-08-15T07:00:37.749Z Downloaded oxnet v0.1.6
8182026-08-15T07:00:37.753Z Downloaded async-compression v0.4.41
8192026-08-15T07:00:37.756Z Downloaded hickory-resolver v0.25.2
8202026-08-15T07:00:37.759Z Downloaded slog-stdlog v4.1.1
8212026-08-15T07:00:37.759Z Downloaded parking_lot_core v0.9.12
8222026-08-15T07:00:37.759Z Downloaded pkcs8 v0.11.0
8232026-08-15T07:00:37.762Z Downloaded strum_macros v0.24.3
8242026-08-15T07:00:37.762Z Downloaded derive_builder_macro v0.20.2
8252026-08-15T07:00:37.762Z Downloaded difflib v0.4.0
8262026-08-15T07:00:37.765Z Downloaded pkcs1 v0.7.5
8272026-08-15T07:00:37.765Z Downloaded tinystr v0.8.2
8282026-08-15T07:00:37.765Z Downloaded crc32fast v1.5.0
8292026-08-15T07:00:37.768Z Downloaded illumos-nvpair v0.3.0
8302026-08-15T07:00:37.768Z Downloaded progenitor-extras v0.2.0
8312026-08-15T07:00:37.768Z Downloaded toml_edit v0.23.10+spec-1.0.0
8322026-08-15T07:00:37.771Z Downloaded tungstenite v0.23.0
8332026-08-15T07:00:37.774Z Downloaded indexmap v1.9.3
8342026-08-15T07:00:37.774Z Downloaded indoc v1.0.9
8352026-08-15T07:00:37.778Z Downloaded unicode-truncate v1.1.0
8362026-08-15T07:00:37.778Z Downloaded usdt-impl v0.6.0
8372026-08-15T07:00:37.778Z Downloaded whoami v1.6.1
8382026-08-15T07:00:37.781Z Downloaded yoke v0.8.1
8392026-08-15T07:00:37.781Z Downloaded lalrpop-util v0.19.12
8402026-08-15T07:00:37.781Z Downloaded salsa20 v0.11.0
8412026-08-15T07:00:37.784Z Downloaded unicase v2.9.0
8422026-08-15T07:00:37.784Z Downloaded md-5 v0.10.6
8432026-08-15T07:00:37.784Z Downloaded mime v0.3.17
8442026-08-15T07:00:37.784Z Downloaded nonempty v0.12.0
8452026-08-15T07:00:37.785Z Downloaded num-conv v0.2.0
8462026-08-15T07:00:37.788Z Downloaded num-iter v0.1.45
8472026-08-15T07:00:37.788Z Downloaded num-derive v0.4.2
8482026-08-15T07:00:37.788Z Downloaded oso-derive v0.27.3
8492026-08-15T07:00:37.788Z Downloaded cc v1.2.56
8502026-08-15T07:00:37.792Z Downloaded compact_str v0.8.1
8512026-08-15T07:00:37.792Z Downloaded vergen-lib v9.1.0
8522026-08-15T07:00:37.792Z Downloaded proc-macro-error-attr2 v2.0.0
8532026-08-15T07:00:37.795Z Downloaded num-bigint v0.4.6
8542026-08-15T07:00:37.795Z Downloaded hashbrown v0.13.2
8552026-08-15T07:00:37.798Z Downloaded scuffle v0.1.0
8562026-08-15T07:00:37.801Z Downloaded libbz2-rs-sys v0.2.2
8572026-08-15T07:00:37.801Z Downloaded potential_utf v0.1.4
8582026-08-15T07:00:37.801Z Downloaded tungstenite v0.28.0
8592026-08-15T07:00:37.805Z Downloaded yansi v1.0.1
8602026-08-15T07:00:37.805Z Downloaded zerotrie v0.2.3
8612026-08-15T07:00:37.808Z Downloaded percent-encoding v2.3.2
8622026-08-15T07:00:37.808Z Downloaded zeroize_derive v1.5.0
8632026-08-15T07:00:37.808Z Downloaded constant_time_eq v0.4.2
8642026-08-15T07:00:37.811Z Downloaded daft v0.1.7
8652026-08-15T07:00:37.811Z Downloaded rustc_version v0.4.1
8662026-08-15T07:00:37.811Z Downloaded backtrace v0.3.76
8672026-08-15T07:00:37.814Z Downloaded ref-cast-impl v1.0.25
8682026-08-15T07:00:37.814Z Downloaded num-traits v0.2.19
8692026-08-15T07:00:37.817Z Downloaded secrecy v0.8.0
8702026-08-15T07:00:37.817Z Downloaded http v1.4.2
8712026-08-15T07:00:37.820Z Downloaded displaydoc v0.2.5
8722026-08-15T07:00:37.820Z Downloaded same-file v1.0.6
8732026-08-15T07:00:37.823Z Downloaded hubpack v0.1.2
8742026-08-15T07:00:37.823Z Downloaded russh-cryptovec v0.62.0
8752026-08-15T07:00:37.825Z Downloaded sapling-renderdag v0.1.0
8762026-08-15T07:00:37.825Z Downloaded serde-big-array v0.5.1
8772026-08-15T07:00:37.828Z Downloaded slog-bunyan v2.5.0
8782026-08-15T07:00:37.828Z Downloaded stable_deref_trait v1.2.1
8792026-08-15T07:00:37.828Z Downloaded indicatif v0.18.4
8802026-08-15T07:00:37.831Z Downloaded ron v0.8.1
8812026-08-15T07:00:37.834Z Downloaded darling_core v0.23.0
8822026-08-15T07:00:37.837Z Downloaded rcgen v0.12.1
8832026-08-15T07:00:37.841Z Downloaded internet-checksum v0.2.1
8842026-08-15T07:00:37.841Z Downloaded ipnet v2.12.1
8852026-08-15T07:00:37.841Z Downloaded ipnetwork v0.21.1
8862026-08-15T07:00:37.841Z Downloaded newtype-uuid-macros v0.1.0
8872026-08-15T07:00:37.844Z Downloaded mime_guess v2.0.5
8882026-08-15T07:00:37.844Z Downloaded nanorand v0.7.0
8892026-08-15T07:00:37.844Z Downloaded untrusted v0.7.1
8902026-08-15T07:00:37.847Z Downloaded pem-rfc7468 v0.7.0
8912026-08-15T07:00:37.850Z Downloaded hickory-server v0.25.2
8922026-08-15T07:00:37.853Z Downloaded try-lock v0.2.5
8932026-08-15T07:00:37.856Z Downloaded lock_api v0.4.14
8942026-08-15T07:00:37.859Z Downloaded progenitor v0.14.0
8952026-08-15T07:00:37.869Z Downloaded topological-sort v0.2.2
8962026-08-15T07:00:37.872Z Downloaded poly1305 v0.8.0
8972026-08-15T07:00:37.872Z Downloaded rsa v0.9.10
8982026-08-15T07:00:37.872Z Downloaded slog v2.8.2
8992026-08-15T07:00:37.876Z Downloaded parking_lot_core v0.8.6
9002026-08-15T07:00:37.879Z Downloaded password-hash v0.5.0
9012026-08-15T07:00:37.879Z Downloaded oxide-update-engine-types v0.1.2
9022026-08-15T07:00:37.883Z Downloaded tracing-attributes v0.1.31
9032026-08-15T07:00:37.883Z Downloaded aes v0.9.1
9042026-08-15T07:00:37.886Z Downloaded ecdsa v0.17.0
9052026-08-15T07:00:37.886Z Downloaded progenitor-client v0.14.0
9062026-08-15T07:00:37.886Z Downloaded document-features v0.2.12
9072026-08-15T07:00:37.886Z Downloaded dof v0.4.0
9082026-08-15T07:00:37.886Z Downloaded serde_path_to_error v0.1.20
9092026-08-15T07:00:37.889Z Downloaded dyn-clone v1.0.20
9102026-08-15T07:00:37.889Z Downloaded hubpack_derive v0.1.1
9112026-08-15T07:00:37.889Z Downloaded kem v0.3.0
9122026-08-15T07:00:37.890Z Downloaded x509-cert v0.2.5
9132026-08-15T07:00:37.893Z Downloaded socket2 v0.5.10
9142026-08-15T07:00:37.893Z Downloaded des v0.9.0
9152026-08-15T07:00:37.896Z Downloaded icu_normalizer_data v2.1.1
9162026-08-15T07:00:37.897Z Downloaded tungstenite v0.21.0
9172026-08-15T07:00:37.901Z Downloaded termios v0.3.3
9182026-08-15T07:00:37.904Z Downloaded time-macros v0.2.27
9192026-08-15T07:00:37.910Z Downloaded hyper-rustls v0.27.7
9202026-08-15T07:00:37.914Z Downloaded tiny-keccak v2.0.2
9212026-08-15T07:00:37.914Z Downloaded zopfli v0.8.3
9222026-08-15T07:00:37.917Z Downloaded stringprep v0.1.5
9232026-08-15T07:00:37.917Z Downloaded support-bundle-viewer v0.1.2
9242026-08-15T07:00:37.920Z Downloaded lru-slab v0.1.2
9252026-08-15T07:00:37.921Z Downloaded maybe-uninit v2.0.0
9262026-08-15T07:00:37.921Z Downloaded zeroize v1.9.0
9272026-08-15T07:00:37.925Z Downloaded peg-runtime v0.8.5
9282026-08-15T07:00:37.925Z Downloaded progenitor-macro v0.14.0
9292026-08-15T07:00:37.925Z Downloaded recursive-proc-macro-impl v0.1.1
9302026-08-15T07:00:37.928Z Downloaded predicates-tree v1.0.13
9312026-08-15T07:00:37.935Z Downloaded wyz v0.5.1
9322026-08-15T07:00:37.939Z Downloaded postgres-types v0.2.12
9332026-08-15T07:00:37.939Z Downloaded dashu-base v0.5.1
9342026-08-15T07:00:37.943Z Downloaded scheduled-thread-pool v0.2.7
9352026-08-15T07:00:37.946Z Downloaded litrs v1.0.0
9362026-08-15T07:00:37.946Z Downloaded tls_codec v0.4.2
9372026-08-15T07:00:37.951Z Downloaded uzers v0.12.2
9382026-08-15T07:00:37.954Z Downloaded smallvec v0.6.14
9392026-08-15T07:00:37.954Z Downloaded snafu-derive v0.8.9
9402026-08-15T07:00:37.957Z Downloaded typed-path v0.9.3
9412026-08-15T07:00:37.960Z Downloaded signature v3.0.0
9422026-08-15T07:00:37.960Z Downloaded crossbeam-epoch v0.9.18
9432026-08-15T07:00:37.963Z Downloaded sync_wrapper v1.0.2
9442026-08-15T07:00:37.963Z Downloaded aes-gcm v0.11.0
9452026-08-15T07:00:37.963Z Downloaded pkcs1 v0.8.0-rc.4
9462026-08-15T07:00:37.967Z Downloaded serde_plain v1.0.2
9472026-08-15T07:00:37.971Z Downloaded sha2 v0.11.0
9482026-08-15T07:00:37.974Z Downloaded linear-map v1.2.0
9492026-08-15T07:00:37.978Z Downloaded deranged v0.5.8
9502026-08-15T07:00:37.981Z Downloaded paste v1.0.15
9512026-08-15T07:00:37.981Z Downloaded strum v0.26.3
9522026-08-15T07:00:37.981Z Downloaded termtree v0.5.1
9532026-08-15T07:00:37.984Z Downloaded pem v3.0.6
9542026-08-15T07:00:37.987Z Downloaded typify-macro v0.6.2
9552026-08-15T07:00:37.987Z Downloaded simd-adler32 v0.3.8
9562026-08-15T07:00:37.990Z Downloaded cookie_store v0.22.1
9572026-08-15T07:00:37.994Z Downloaded postgres-protocol v0.6.10
9582026-08-15T07:00:37.994Z Downloaded want v0.3.1
9592026-08-15T07:00:37.994Z Downloaded xshell-macros v0.2.7
9602026-08-15T07:00:37.994Z Downloaded yoke-derive v0.8.1
9612026-08-15T07:00:37.997Z Downloaded rayon-core v1.13.0
9622026-08-15T07:00:37.997Z Downloaded ingot v0.2.1
9632026-08-15T07:00:38.000Z Downloaded hyper-tls v0.6.0
9642026-08-15T07:00:38.004Z Downloaded strum_macros v0.26.4
9652026-08-15T07:00:38.008Z Downloaded oxide-tokio-rt v0.1.4
9662026-08-15T07:00:38.008Z Downloaded proc-macro-error2 v2.0.1
9672026-08-15T07:00:38.011Z Downloaded darling_core v0.21.3
9682026-08-15T07:00:38.011Z Downloaded unicode-xid v0.2.6
9692026-08-15T07:00:38.011Z Downloaded usdt-attr-macro v0.6.0
9702026-08-15T07:00:38.011Z Downloaded usdt-macro v0.6.0
9712026-08-15T07:00:38.016Z Downloaded diesel_table_macro_syntax v0.3.0
9722026-08-15T07:00:38.016Z Downloaded crossbeam-utils v0.8.21
9732026-08-15T07:00:38.016Z Downloaded yasna v0.5.2
9742026-08-15T07:00:38.016Z Downloaded icu_provider v2.1.1
9752026-08-15T07:00:38.019Z Downloaded oxide-update-engine v0.1.2
9762026-08-15T07:00:38.019Z Downloaded hashbrown v0.14.5
9772026-08-15T07:00:38.022Z Downloaded hashbrown v0.15.5
9782026-08-15T07:00:38.025Z Downloaded rusty-fork v0.3.1
9792026-08-15T07:00:38.025Z Downloaded aho-corasick v1.1.4
9802026-08-15T07:00:38.029Z Downloaded icu_locale_core v2.1.1
9812026-08-15T07:00:38.032Z Downloaded vergen-gitcl v1.0.8
9822026-08-15T07:00:38.032Z Downloaded diff v0.1.13
9832026-08-15T07:00:38.035Z Downloaded const-oid v0.9.6
9842026-08-15T07:00:38.035Z Downloaded quinn-udp v0.5.14
9852026-08-15T07:00:38.035Z Downloaded indent_write v2.2.0
9862026-08-15T07:00:38.035Z Downloaded rand_core v0.6.4
9872026-08-15T07:00:38.038Z Downloaded slab v0.4.12
9882026-08-15T07:00:38.038Z Downloaded sqlparser_derive v0.5.0
9892026-08-15T07:00:38.038Z Downloaded idna_adapter v1.2.1
9902026-08-15T07:00:38.038Z Downloaded newtype_derive v0.1.6
9912026-08-15T07:00:38.042Z Downloaded serdect v0.4.3
9922026-08-15T07:00:38.045Z Downloaded match_cfg v0.1.0
9932026-08-15T07:00:38.045Z Downloaded openssl-macros v0.1.1
9942026-08-15T07:00:38.045Z Downloaded linked-hash-map v0.5.6
9952026-08-15T07:00:38.046Z Downloaded spki v0.8.0
9962026-08-15T07:00:38.050Z Downloaded thiserror-no-std v2.0.2
9972026-08-15T07:00:38.050Z Downloaded diesel_derives v2.3.7
9982026-08-15T07:00:38.054Z Downloaded drift v0.2.0
9992026-08-15T07:00:38.058Z Downloaded signal-hook v0.3.18
10002026-08-15T07:00:38.062Z Downloaded rsa v0.10.0-rc.18
10012026-08-15T07:00:38.065Z Downloaded tinyvec v1.12.0
10022026-08-15T07:00:38.065Z Downloaded ingot-macros v0.2.0
10032026-08-15T07:00:38.066Z Downloaded tokio-native-tls v0.3.1
10042026-08-15T07:00:38.069Z Downloaded tokio-tungstenite v0.28.0
10052026-08-15T07:00:38.069Z Downloaded phf_shared v0.13.1
10062026-08-15T07:00:38.069Z Downloaded unicode-bidi v0.3.18
10072026-08-15T07:00:38.069Z Downloaded p256 v0.13.2
10082026-08-15T07:00:38.073Z Downloaded zip v4.6.1
10092026-08-15T07:00:38.078Z Downloaded crc-any v2.5.0
10102026-08-15T07:00:38.078Z Downloaded whoami v2.1.0
10112026-08-15T07:00:38.078Z Downloaded darling v0.13.4
10122026-08-15T07:00:38.082Z Downloaded cpubits v0.1.1
10132026-08-15T07:00:38.082Z Downloaded corncobs v0.1.4
10142026-08-15T07:00:38.082Z Downloaded daft-derive v0.1.7
10152026-08-15T07:00:38.082Z Downloaded derive-ex v0.1.8
10162026-08-15T07:00:38.091Z Downloaded futures-util v0.3.32
10172026-08-15T07:00:38.096Z Downloaded scroll_derive v0.13.1
10182026-08-15T07:00:38.096Z Downloaded hashbrown v0.16.1
10192026-08-15T07:00:38.096Z Downloaded url v2.5.8
10202026-08-15T07:00:38.096Z Downloaded unsafe-libyaml v0.2.11
10212026-08-15T07:00:38.096Z Downloaded ed25519-dalek v3.0.0
10222026-08-15T07:00:38.099Z Downloaded rustc_version v0.1.7
10232026-08-15T07:00:38.100Z Downloaded sha1 v0.11.0
10242026-08-15T07:00:38.100Z Downloaded crypto-bigint v0.5.5
10252026-08-15T07:00:38.103Z Downloaded h2 v0.4.15
10262026-08-15T07:00:38.106Z Downloaded thiserror-impl-no-std v2.0.2
10272026-08-15T07:00:38.110Z Downloaded miette v7.6.0
10282026-08-15T07:00:38.110Z Downloaded knus-derive v3.4.0
10292026-08-15T07:00:38.114Z Downloaded toml_edit v0.19.15
10302026-08-15T07:00:38.120Z Downloaded signal-hook-tokio v0.3.1
10312026-08-15T07:00:38.124Z Downloaded strum v0.27.2
10322026-08-15T07:00:38.124Z Downloaded darling v0.21.3
10332026-08-15T07:00:38.127Z Downloaded untrusted v0.9.0
10342026-08-15T07:00:38.127Z Downloaded usdt v0.6.0
10352026-08-15T07:00:38.129Z Downloaded toml_parser v1.1.2+spec-1.1.0
10362026-08-15T07:00:38.129Z Downloaded tower-layer v0.3.3
10372026-08-15T07:00:38.129Z Downloaded crc8 v0.1.1
10382026-08-15T07:00:38.133Z Downloaded cstr-argument v0.1.2
10392026-08-15T07:00:38.133Z Downloaded crypto-common v0.2.2
10402026-08-15T07:00:38.133Z Downloaded tough v0.22.0
10412026-08-15T07:00:38.136Z Downloaded num-complex v0.4.6
10422026-08-15T07:00:38.136Z Downloaded tracing-core v0.1.36
10432026-08-15T07:00:38.140Z Downloaded defmt v0.3.100
10442026-08-15T07:00:38.143Z Downloaded rand v0.10.1
10452026-08-15T07:00:38.143Z Downloaded lzss v0.8.2
10462026-08-15T07:00:38.147Z Downloaded pin-project v1.1.11
10472026-08-15T07:00:38.152Z Downloaded polyval v0.7.1
10482026-08-15T07:00:38.155Z Downloaded illumos-nvpair-sys v0.2.0
10492026-08-15T07:00:38.155Z Downloaded jiff-static v0.2.34
10502026-08-15T07:00:38.155Z Downloaded precomputed-hash v0.1.1
10512026-08-15T07:00:38.156Z Downloaded darling v0.20.11
10522026-08-15T07:00:38.159Z Downloaded r2d2 v0.8.10
10532026-08-15T07:00:38.159Z Downloaded progenitor-macro v0.13.0
10542026-08-15T07:00:38.159Z Downloaded pwd v1.4.0
10552026-08-15T07:00:38.162Z Downloaded hkdf v0.13.0
10562026-08-15T07:00:38.168Z Downloaded reqwest v0.12.28
10572026-08-15T07:00:38.173Z Downloaded rlimit v0.10.2
10582026-08-15T07:00:38.177Z Downloaded zerocopy-derive v0.8.56
10592026-08-15T07:00:38.181Z Downloaded num-bigint-dig v0.8.6
10602026-08-15T07:00:38.181Z Downloaded rand v0.8.6
10612026-08-15T07:00:38.184Z Downloaded synstructure v0.13.2
10622026-08-15T07:00:38.184Z Downloaded ssh-key v0.6.7
10632026-08-15T07:00:38.193Z Downloaded sha1 v0.10.6
10642026-08-15T07:00:38.193Z Downloaded sync-ptr v0.1.4
10652026-08-15T07:00:38.193Z Downloaded testing_table v0.3.0
10662026-08-15T07:00:38.194Z Downloaded slog-term v2.9.2
10672026-08-15T07:00:38.197Z Downloaded utf-8 v0.7.6
10682026-08-15T07:00:38.197Z Downloaded tokio-tungstenite v0.21.0
10692026-08-15T07:00:38.197Z Downloaded zerofrom-derive v0.1.6
10702026-08-15T07:00:38.197Z Downloaded icu_normalizer v2.1.1
10712026-08-15T07:00:38.197Z Downloaded crc v3.4.0
10722026-08-15T07:00:38.197Z Downloaded crossterm v0.29.0
10732026-08-15T07:00:38.200Z Downloaded similar v2.7.0
10742026-08-15T07:00:38.200Z Downloaded static_assertions v1.1.0
10752026-08-15T07:00:38.203Z Downloaded memoffset v0.9.1
10762026-08-15T07:00:38.203Z Downloaded dtrace-parser v0.3.0
10772026-08-15T07:00:38.203Z Downloaded opaque-debug v0.3.1
10782026-08-15T07:00:38.208Z Downloaded ed25519 v3.0.0
10792026-08-15T07:00:38.211Z Downloaded tower v0.5.3
10802026-08-15T07:00:38.215Z Downloaded is-terminal v0.4.17
10812026-08-15T07:00:38.218Z Downloaded tar v0.4.46
10822026-08-15T07:00:38.221Z Downloaded dropshot-api-manager v0.7.2
10832026-08-15T07:00:38.225Z Downloaded miniz_oxide v0.8.9
10842026-08-15T07:00:38.225Z Downloaded predicates v3.1.4
10852026-08-15T07:00:38.229Z Downloaded impl-trait-for-tuples v0.2.3
10862026-08-15T07:00:38.229Z Downloaded peg-macros v0.8.5
10872026-08-15T07:00:38.229Z Downloaded num-modular v0.6.4
10882026-08-15T07:00:38.233Z Downloaded parking_lot v0.11.2
10892026-08-15T07:00:38.233Z Downloaded phf v0.12.1
10902026-08-15T07:00:38.234Z Downloaded lru v0.12.5
10912026-08-15T07:00:38.234Z Downloaded rfc6979 v0.6.0
10922026-08-15T07:00:38.234Z Downloaded nu-ansi-term v0.50.3
10932026-08-15T07:00:38.245Z Downloaded owo-colors v4.3.0
10942026-08-15T07:00:38.248Z Downloaded slog-envlogger v2.2.0
10952026-08-15T07:00:38.249Z Downloaded spin v0.9.8
10962026-08-15T07:00:38.252Z Downloaded string_cache v0.8.9
10972026-08-15T07:00:38.252Z Downloaded crunchy v0.2.4
10982026-08-15T07:00:38.255Z Downloaded digest-io v0.1.0
10992026-08-15T07:00:38.256Z Downloaded scrypt v0.12.0
11002026-08-15T07:00:38.260Z Downloaded structmeta-derive v0.3.0
11012026-08-15T07:00:38.260Z Downloaded dropshot_endpoint v0.17.1
11022026-08-15T07:00:38.263Z Downloaded hkdf v0.12.4
11032026-08-15T07:00:38.267Z Downloaded scroll v0.13.0
11042026-08-15T07:00:38.267Z Downloaded icu_collections v2.1.1
11052026-08-15T07:00:38.270Z Downloaded der v0.8.0
11062026-08-15T07:00:38.274Z Downloaded schemars v0.9.0
11072026-08-15T07:00:38.279Z Downloaded derive_more v2.1.1
11082026-08-15T07:00:38.285Z Downloaded dropshot-api-manager-types v0.7.2
11092026-08-15T07:00:38.289Z Downloaded lazy_static v1.5.0
11102026-08-15T07:00:38.289Z Downloaded lru-cache v0.1.2
11112026-08-15T07:00:38.289Z Downloaded olpc-cjson v0.1.4
11122026-08-15T07:00:38.289Z Downloaded ctutils v0.4.2
11132026-08-15T07:00:38.293Z Downloaded indoc v2.0.7
11142026-08-15T07:00:38.293Z Downloaded p384 v0.13.1
11152026-08-15T07:00:38.299Z Downloaded internal-russh-num-bigint v0.5.0
11162026-08-15T07:00:38.310Z Downloaded time-core v0.1.8
11172026-08-15T07:00:38.314Z Downloaded phf v0.13.1
11182026-08-15T07:00:38.314Z Downloaded proc-macro-crate v3.4.0
11192026-08-15T07:00:38.314Z Downloaded idna v1.1.0
11202026-08-15T07:00:38.372Z Downloaded downcast-rs v2.0.2
11212026-08-15T07:00:38.373Z Downloaded libscf-sys v1.2.0
11222026-08-15T07:00:38.373Z Downloaded openssl-probe v0.1.6
11232026-08-15T07:00:38.373Z Downloaded radium v0.7.0
11242026-08-15T07:00:38.373Z Downloaded tokio-tungstenite v0.23.1
11252026-08-15T07:00:38.373Z Downloaded progenitor v0.13.0
11262026-08-15T07:00:38.373Z Downloaded knus v3.4.0
11272026-08-15T07:00:38.373Z Downloaded p521 v0.14.0
11282026-08-15T07:00:38.373Z Downloaded unicode-properties v0.1.4
11292026-08-15T07:00:38.373Z Downloaded smallvec v1.15.1
11302026-08-15T07:00:38.373Z Downloaded vergen-lib v0.1.6
11312026-08-15T07:00:38.373Z Downloaded void v1.0.2
11322026-08-15T07:00:38.373Z Downloaded toml_writer v1.1.1+spec-1.1.0
11332026-08-15T07:00:38.373Z Downloaded quinn v0.11.11
11342026-08-15T07:00:38.373Z Downloaded seq-macro v0.3.6
11352026-08-15T07:00:38.373Z Downloaded packed_struct_codegen v0.10.1
11362026-08-15T07:00:38.373Z Downloaded p384 v0.14.0
11372026-08-15T07:00:38.373Z Downloaded derive-where v1.6.0
11382026-08-15T07:00:38.373Z Downloaded derive_more v0.99.20
11392026-08-15T07:00:38.373Z Downloaded delegate v0.13.5
11402026-08-15T07:00:38.373Z Downloaded hybrid-array v0.4.13
11412026-08-15T07:00:38.373Z Downloaded multer v3.1.0
11422026-08-15T07:00:38.383Z Downloaded dunce v1.0.5
11432026-08-15T07:00:38.383Z Downloaded is_ci v1.2.0
11442026-08-15T07:00:38.383Z Downloaded shell-words v1.1.1
11452026-08-15T07:00:38.383Z Downloaded const-oid v0.10.2
11462026-08-15T07:00:38.383Z Downloaded tokio-util v0.7.18
11472026-08-15T07:00:38.383Z Downloaded rand_core v0.10.0
11482026-08-15T07:00:38.383Z Downloaded tokio-macros v2.7.0
11492026-08-15T07:00:38.383Z Downloaded portable-atomic v1.13.1
11502026-08-15T07:00:38.383Z Downloaded progenitor-impl v0.13.0
11512026-08-15T07:00:38.391Z Downloaded icu_properties v2.1.2
11522026-08-15T07:00:38.391Z Downloaded ml-kem v0.3.2
11532026-08-15T07:00:38.391Z Downloaded path-slash v0.1.5
11542026-08-15T07:00:38.395Z Downloaded writeable v0.6.2
11552026-08-15T07:00:38.395Z Downloaded convert_case v0.10.0
11562026-08-15T07:00:38.395Z Downloaded zstd-safe v7.2.4
11572026-08-15T07:00:38.398Z Downloaded papergrid v0.18.0
11582026-08-15T07:00:38.401Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11592026-08-15T07:00:38.405Z Downloaded tui-tree-widget v0.23.1
11602026-08-15T07:00:38.405Z Downloaded poly1305 v0.9.0
11612026-08-15T07:00:38.405Z Downloaded zstd v0.13.3
11622026-08-15T07:00:38.408Z Downloaded toml v0.7.8
11632026-08-15T07:00:38.408Z Downloaded data-encoding v2.10.0
11642026-08-15T07:00:38.408Z Downloaded tap v1.0.1
11652026-08-15T07:00:38.415Z Downloaded aws-lc-rs v1.16.3
11662026-08-15T07:00:38.420Z Downloaded blake3 v1.8.5
11672026-08-15T07:00:38.425Z Downloaded wnaf v0.14.0
11682026-08-15T07:00:38.425Z Downloaded serde_with_macros v1.5.2
11692026-08-15T07:00:38.425Z Downloaded num-rational v0.4.2
11702026-08-15T07:00:38.432Z Downloaded rustc-demangle v0.1.27
11712026-08-15T07:00:38.432Z Downloaded ssh-encoding v0.3.0
11722026-08-15T07:00:38.432Z Downloaded waitgroup v0.1.2
11732026-08-15T07:00:38.435Z Downloaded md5 v0.8.0
11742026-08-15T07:00:38.435Z Downloaded hyper-util v0.1.20
11752026-08-15T07:00:38.435Z Downloaded dirs-next v2.0.0
11762026-08-15T07:00:38.439Z Downloaded signal-hook-mio v0.2.5
11772026-08-15T07:00:38.442Z Downloaded rustc-hash v2.1.1
11782026-08-15T07:00:38.447Z Downloaded tls_codec_derive v0.4.2
11792026-08-15T07:00:38.451Z Downloaded httpdate v1.0.3
11802026-08-15T07:00:38.451Z Downloaded rand_core v0.9.5
11812026-08-15T07:00:38.452Z Downloaded darling_macro v0.21.3
11822026-08-15T07:00:38.452Z Downloaded num_threads v0.1.7
11832026-08-15T07:00:38.458Z Downloaded nom v7.1.3
11842026-08-15T07:00:38.462Z Downloaded omicron-zone-package v0.12.3
11852026-08-15T07:00:38.466Z Downloaded pbkdf2 v0.13.0
11862026-08-15T07:00:38.466Z Downloaded walkdir v2.5.0
11872026-08-15T07:00:38.469Z Downloaded xshell v0.2.7
11882026-08-15T07:00:38.469Z Downloaded supports-color v3.0.2
11892026-08-15T07:00:38.473Z Downloaded critical-section v1.2.0
11902026-08-15T07:00:38.476Z Downloaded bitvec v1.0.1
11912026-08-15T07:00:38.484Z Downloaded libxml v0.3.3
11922026-08-15T07:00:38.487Z Downloaded zerovec v0.11.5
11932026-08-15T07:00:38.491Z Downloaded qorb v0.4.1
11942026-08-15T07:00:38.491Z Downloaded test-strategy v0.4.5
11952026-08-15T07:00:38.495Z Downloaded bindgen v0.71.1
11962026-08-15T07:00:38.498Z Downloaded semver v0.1.20
11972026-08-15T07:00:38.498Z Downloaded tokio-postgres v0.7.16
11982026-08-15T07:00:38.502Z Downloaded keccak v0.1.6
11992026-08-15T07:00:38.502Z Downloaded zerovec-derive v0.11.2
12002026-08-15T07:00:38.502Z Downloaded crossterm v0.28.1
12012026-08-15T07:00:38.505Z Downloaded libsw-core v0.3.2
12022026-08-15T07:00:38.510Z Downloaded phf_shared v0.12.1
12032026-08-15T07:00:38.510Z Downloaded pkcs8 v0.10.2
12042026-08-15T07:00:38.510Z Downloaded jobserver v0.1.34
12052026-08-15T07:00:38.510Z Downloaded toml_datetime v0.7.5+spec-1.1.0
12062026-08-15T07:00:38.510Z Downloaded minimal-lexical v0.2.1
12072026-08-15T07:00:38.514Z Downloaded unicode_categories v0.1.1
12082026-08-15T07:00:38.514Z Downloaded pkcs5 v0.8.1
12092026-08-15T07:00:38.517Z Downloaded libloading v0.8.9
12102026-08-15T07:00:38.517Z Downloaded spki v0.7.3
12112026-08-15T07:00:38.517Z Downloaded digest v0.11.3
12122026-08-15T07:00:38.521Z Downloaded ppv-lite86 v0.2.21
12132026-08-15T07:00:38.521Z Downloaded der v0.7.10
12142026-08-15T07:00:38.524Z Downloaded quick-xml v0.37.5
12152026-08-15T07:00:38.528Z Downloaded iri-string v0.7.10
12162026-08-15T07:00:38.533Z Downloaded petname v2.0.2
12172026-08-15T07:00:38.536Z Downloaded publicsuffix v2.3.0
12182026-08-15T07:00:38.540Z Downloaded ed25519-dalek v2.2.0
12192026-08-15T07:00:38.541Z Downloaded memmap2 v0.9.10
12202026-08-15T07:00:38.544Z Downloaded defmt-macros v1.0.1
12212026-08-15T07:00:38.544Z Downloaded salty v0.3.0
12222026-08-15T07:00:38.548Z Downloaded defmt v1.0.1
12232026-08-15T07:00:38.551Z Downloaded reedline v0.40.0
12242026-08-15T07:00:38.554Z Downloaded goblin v0.10.5
12252026-08-15T07:00:38.558Z Downloaded darling_core v0.13.4
12262026-08-15T07:00:38.561Z Downloaded prettyplease v0.2.37
12272026-08-15T07:00:38.566Z Downloaded snafu v0.8.9
12282026-08-15T07:00:38.571Z Downloaded const_format v0.2.35
12292026-08-15T07:00:38.571Z Downloaded slog-dtrace v0.3.0
12302026-08-15T07:00:38.575Z Downloaded zip v0.6.6
12312026-08-15T07:00:38.578Z Downloaded radix_trie v0.2.1
12322026-08-15T07:00:38.584Z Downloaded ignore v0.4.25
12332026-08-15T07:00:38.595Z Downloaded rustyline v14.0.0
12342026-08-15T07:00:38.598Z Downloaded rustls-webpki v0.103.13
12352026-08-15T07:00:38.602Z Downloaded winnow v1.0.3
12362026-08-15T07:00:38.609Z Downloaded darling_core v0.20.11
12372026-08-15T07:00:38.613Z Downloaded ryu v1.0.23
12382026-08-15T07:00:38.613Z Downloaded serde_with v1.14.0
12392026-08-15T07:00:38.616Z Downloaded derive_more-impl v2.1.1
12402026-08-15T07:00:38.619Z Downloaded sha3 v0.12.0
12412026-08-15T07:00:38.622Z Downloaded rustls-platform-verifier v0.6.2
12422026-08-15T07:00:38.628Z Downloaded itertools v0.10.5
12432026-08-15T07:00:38.628Z Downloaded quinn-proto v0.11.16
12442026-08-15T07:00:38.632Z Downloaded itertools v0.15.0
12452026-08-15T07:00:38.636Z Downloaded git2 v0.20.4
12462026-08-15T07:00:38.643Z Downloaded pretty_assertions v1.4.1
12472026-08-15T07:00:38.646Z Downloaded samael v0.0.19
12482026-08-15T07:00:38.650Z Downloaded uuid v1.23.4
12492026-08-15T07:00:38.650Z Downloaded libm v0.2.16
12502026-08-15T07:00:38.654Z Downloaded chrono v0.4.45
12512026-08-15T07:00:38.659Z Downloaded nom v8.0.0
12522026-08-15T07:00:38.663Z Downloaded schemars v1.2.1
12532026-08-15T07:00:38.673Z Downloaded regex v1.12.3
12542026-08-15T07:00:38.678Z Downloaded steno v0.4.1
12552026-08-15T07:00:38.682Z Downloaded winnow v0.5.40
12562026-08-15T07:00:38.685Z Downloaded typify v0.6.2
12572026-08-15T07:00:38.688Z Downloaded p256 v0.14.0
12582026-08-15T07:00:38.688Z Downloaded itertools v0.12.1
12592026-08-15T07:00:38.693Z Downloaded unicode-normalization v0.1.25
12602026-08-15T07:00:38.696Z Downloaded polar-core v0.27.3
12612026-08-15T07:00:38.700Z Downloaded unicode-segmentation v1.12.0
12622026-08-15T07:00:38.703Z Downloaded proptest v1.11.0
12632026-08-15T07:00:38.708Z Downloaded crossbeam-channel v0.5.15
12642026-08-15T07:00:38.711Z Downloaded rayon v1.11.0
12652026-08-15T07:00:38.715Z Downloaded gimli v0.32.3
12662026-08-15T07:00:38.721Z Downloaded rand v0.9.2
12672026-08-15T07:00:38.724Z Downloaded jiff-core v0.1.0
12682026-08-15T07:00:38.730Z Downloaded vcpkg v0.2.15
12692026-08-15T07:00:38.752Z Downloaded time v0.3.47
12702026-08-15T07:00:38.759Z Downloaded mio v1.2.0
12712026-08-15T07:00:38.763Z Downloaded dashu-int v0.5.1
12722026-08-15T07:00:38.770Z Downloaded rawzip v0.4.4
12732026-08-15T07:00:38.774Z Downloaded tower-http v0.6.8
12742026-08-15T07:00:38.777Z Downloaded lalrpop v0.19.12
12752026-08-15T07:00:38.784Z Downloaded crypto-primes v0.7.2
12762026-08-15T07:00:38.787Z Downloaded itertools v0.13.0
12772026-08-15T07:00:38.792Z Downloaded reqwest v0.13.2
12782026-08-15T07:00:38.796Z Downloaded winnow v0.6.26
12792026-08-15T07:00:38.802Z Downloaded p521 v0.13.3
12802026-08-15T07:00:38.805Z Downloaded hyper v1.10.1
12812026-08-15T07:00:38.809Z Downloaded moka v0.12.13
12822026-08-15T07:00:38.813Z Downloaded smoltcp v0.11.0
12832026-08-15T07:00:38.822Z Downloaded icu_properties_data v2.1.2
12842026-08-15T07:00:38.827Z Downloaded bstr v1.12.1
12852026-08-15T07:00:38.833Z Downloaded itertools v0.14.0
12862026-08-15T07:00:38.845Z Downloaded object v0.37.3
12872026-08-15T07:00:38.852Z Downloaded crypto-bigint v0.7.5
12882026-08-15T07:00:38.869Z Downloaded ssh-key v0.7.0-rc.11
12892026-08-15T07:00:38.882Z Downloaded serde_with v3.21.0
12902026-08-15T07:00:38.892Z Downloaded iddqd v0.4.2
12912026-08-15T07:00:38.896Z Downloaded hickory-proto v0.24.4
12922026-08-15T07:00:38.906Z Downloaded openapiv3 v2.2.0
12932026-08-15T07:00:38.913Z Downloaded object v0.30.4
12942026-08-15T07:00:38.920Z Downloaded rustls v0.23.41
12952026-08-15T07:00:38.928Z Downloaded russh v0.62.4
12962026-08-15T07:00:38.932Z Downloaded hickory-proto v0.25.2
12972026-08-15T07:00:38.941Z Downloaded tabled v0.21.0
12982026-08-15T07:00:38.954Z Downloaded zerocopy v0.8.56
12992026-08-15T07:00:38.966Z Downloaded nix v0.31.2
13002026-08-15T07:00:38.971Z Downloaded regress v0.11.1
13012026-08-15T07:00:38.979Z Downloaded zlib-rs v0.6.2
13022026-08-15T07:00:38.983Z Downloaded openssl v0.10.80
13032026-08-15T07:00:39.002Z Downloaded rustix v0.38.44
13042026-08-15T07:00:39.007Z Downloaded curve25519-dalek v5.0.0
13052026-08-15T07:00:39.012Z Downloaded regex-syntax v0.6.29
13062026-08-15T07:00:39.015Z Downloaded regress v0.10.5
13072026-08-15T07:00:39.020Z Downloaded nix v0.28.0
13082026-08-15T07:00:39.027Z Downloaded smoltcp v0.9.1
13092026-08-15T07:00:39.034Z Downloaded curve25519-dalek v4.1.3
13102026-08-15T07:00:39.037Z Downloaded sqlparser v0.61.0
13112026-08-15T07:00:39.043Z Downloaded nix v0.27.1
13122026-08-15T07:00:39.048Z Downloaded diesel v2.3.7
13132026-08-15T07:00:39.068Z Downloaded regex-syntax v0.8.10
13142026-08-15T07:00:39.097Z Downloaded dropshot v0.17.1
13152026-08-15T07:00:39.110Z Downloaded sled v0.34.7
13162026-08-15T07:00:39.117Z Downloaded regex-automata v0.4.14
13172026-08-15T07:00:39.132Z Downloaded sha3 v0.11.0
13182026-08-15T07:00:39.136Z Downloaded tracing v0.1.44
13192026-08-15T07:00:39.173Z Downloaded ratatui v0.29.0
13202026-08-15T07:00:39.181Z Downloaded bzip2-sys v0.1.13+1.0.8
13212026-08-15T07:00:39.189Z Downloaded typify-impl v0.6.2
13222026-08-15T07:00:39.198Z Downloaded zerocopy-derive v0.6.6
13232026-08-15T07:00:39.207Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13242026-08-15T07:00:39.230Z Downloaded tokio v1.52.1
13252026-08-15T07:00:39.255Z Downloaded petgraph v0.6.5
13262026-08-15T07:00:39.267Z Downloaded jiff v0.2.34
13272026-08-15T07:00:39.279Z Downloaded chrono-tz v0.10.4
13282026-08-15T07:00:39.291Z Downloaded libz-sys v1.1.24
13292026-08-15T07:00:39.304Z Downloaded csv v1.4.0
13302026-08-15T07:00:39.318Z Downloaded petgraph v0.8.3
13312026-08-15T07:00:39.332Z Downloaded sha3 v0.10.8
13322026-08-15T07:00:39.337Z Downloaded encoding_rs v0.8.35
13332026-08-15T07:00:39.367Z Downloaded ring v0.17.14
13342026-08-15T07:00:39.394Z Downloaded libgit2-sys v0.18.3+1.9.2
13352026-08-15T07:00:39.975Z Downloaded dsi-bitstream v0.10.1
13362026-08-15T07:00:40.199Z Downloaded aws-lc-sys v0.40.0
13372026-08-15T07:00:40.508Z Compiling libc v0.2.185
13382026-08-15T07:00:40.508Z Compiling serde_core v1.0.228
13392026-08-15T07:00:40.511Z Compiling serde v1.0.228
13402026-08-15T07:00:40.511Z Compiling portable-atomic v1.13.1
13412026-08-15T07:00:40.511Z Compiling log v0.4.33
13422026-08-15T07:00:40.511Z Compiling smallvec v1.15.1
13432026-08-15T07:00:40.511Z Compiling critical-section v1.2.0
13442026-08-15T07:00:40.511Z Compiling subtle v2.6.1
13452026-08-15T07:00:40.511Z Compiling allocator-api2 v0.2.21
13462026-08-15T07:00:40.716Z Compiling zerocopy v0.8.56
13472026-08-15T07:00:40.720Z Compiling typenum v1.20.1
13482026-08-15T07:00:40.720Z Compiling foldhash v0.2.0
13492026-08-15T07:00:40.756Z Compiling scopeguard v1.2.0
13502026-08-15T07:00:40.770Z Compiling find-msvc-tools v0.1.9
13512026-08-15T07:00:40.773Z Compiling shlex v1.3.0
13522026-08-15T07:00:40.773Z Compiling syn v2.0.117
13532026-08-15T07:00:40.848Z Compiling stable_deref_trait v1.2.1
13542026-08-15T07:00:40.894Z Compiling generic-array v0.14.7
13552026-08-15T07:00:40.960Z Compiling lock_api v0.4.14
13562026-08-15T07:00:40.977Z Compiling hashbrown v0.17.0
13572026-08-15T07:00:41.005Z Compiling serde_json v1.0.151
13582026-08-15T07:00:41.008Z Compiling const-oid v0.9.6
13592026-08-15T07:00:41.035Z Compiling libm v0.2.16
13602026-08-15T07:00:41.035Z Compiling num-traits v0.2.19
13612026-08-15T07:00:41.039Z Compiling getrandom v0.3.4
13622026-08-15T07:00:41.067Z Compiling pin-project-lite v0.2.17
13632026-08-15T07:00:41.144Z Compiling parking_lot_core v0.9.12
13642026-08-15T07:00:41.213Z Compiling writeable v0.6.2
13652026-08-15T07:00:41.227Z Compiling litemap v0.8.1
13662026-08-15T07:00:41.243Z Compiling percent-encoding v2.3.2
13672026-08-15T07:00:41.272Z Compiling icu_properties_data v2.1.2
13682026-08-15T07:00:41.288Z Compiling icu_normalizer_data v2.1.1
13692026-08-15T07:00:41.429Z Compiling rustix v1.1.4
13702026-08-15T07:00:41.460Z Compiling futures-core v0.3.32
13712026-08-15T07:00:41.477Z Compiling pkg-config v0.3.32
13722026-08-15T07:00:41.494Z Compiling base64ct v1.8.3
13732026-08-15T07:00:41.525Z Compiling utf8_iter v1.0.4
13742026-08-15T07:00:41.641Z Compiling errno v0.3.14
13752026-08-15T07:00:41.666Z Compiling getrandom v0.2.17
13762026-08-15T07:00:41.683Z Compiling jobserver v0.1.34
13772026-08-15T07:00:41.716Z Compiling mio v1.2.0
13782026-08-15T07:00:41.734Z Compiling socket2 v0.6.3
13792026-08-15T07:00:41.737Z Compiling form_urlencoded v1.2.2
13802026-08-15T07:00:41.822Z Compiling once_cell v1.21.3
13812026-08-15T07:00:41.840Z Compiling rand_core v0.6.4
13822026-08-15T07:00:41.856Z Compiling signal-hook-registry v1.4.8
13832026-08-15T07:00:41.937Z Compiling cc v1.2.56
13842026-08-15T07:00:41.958Z Compiling parking_lot v0.12.5
13852026-08-15T07:00:41.976Z Compiling pem-rfc7468 v0.7.0
13862026-08-15T07:00:42.042Z Compiling flagset v0.4.7
13872026-08-15T07:00:42.060Z Compiling getrandom v0.4.3
13882026-08-15T07:00:42.084Z Compiling cfg_aliases v0.2.1
13892026-08-15T07:00:42.115Z Compiling rand_core v0.10.0
13902026-08-15T07:00:42.131Z Compiling winnow v1.0.3
13912026-08-15T07:00:42.134Z Compiling toml_datetime v0.7.5+spec-1.1.0
13922026-08-15T07:00:42.162Z Compiling futures-sink v0.3.32
13932026-08-15T07:00:42.178Z Compiling slab v0.4.12
13942026-08-15T07:00:42.195Z Compiling futures-task v0.3.32
13952026-08-15T07:00:42.213Z Compiling futures-io v0.3.32
13962026-08-15T07:00:42.216Z Compiling rustversion v1.0.22
13972026-08-15T07:00:42.249Z Compiling borsh v1.8.0
13982026-08-15T07:00:42.308Z Compiling futures-channel v0.3.32
13992026-08-15T07:00:42.322Z Compiling iana-time-zone v0.1.65
14002026-08-15T07:00:42.387Z Compiling base64 v0.22.1
14012026-08-15T07:00:42.390Z Compiling ident_case v1.0.1
14022026-08-15T07:00:42.420Z Compiling cpufeatures v0.2.17
14032026-08-15T07:00:42.423Z Compiling simd-adler32 v0.3.8
14042026-08-15T07:00:42.471Z Compiling syn v1.0.109
14052026-08-15T07:00:42.513Z Compiling adler2 v2.0.1
14062026-08-15T07:00:42.547Z Compiling spin v0.9.8
14072026-08-15T07:00:42.578Z Compiling ahash v0.8.12
14082026-08-15T07:00:42.582Z Compiling dunce v1.0.5
14092026-08-15T07:00:42.612Z Compiling fs_extra v1.3.0
14102026-08-15T07:00:42.655Z Compiling miniz_oxide v0.8.9
14112026-08-15T07:00:42.672Z Compiling schemars v0.8.22
14122026-08-15T07:00:42.708Z Compiling dyn-clone v1.0.20
14132026-08-15T07:00:42.724Z Compiling tracing-core v0.1.36
14142026-08-15T07:00:42.741Z Compiling cmake v0.1.57
14152026-08-15T07:00:42.759Z Compiling rand_core v0.9.5
14162026-08-15T07:00:42.810Z Compiling regex-syntax v0.8.10
14172026-08-15T07:00:42.867Z Compiling tinyvec_macros v0.1.1
14182026-08-15T07:00:42.898Z Compiling num-integer v0.1.46
14192026-08-15T07:00:42.931Z Compiling tinyvec v1.12.0
14202026-08-15T07:00:42.951Z Compiling object v0.37.3
14212026-08-15T07:00:42.967Z Compiling aws-lc-rs v1.16.3
14222026-08-15T07:00:43.001Z Compiling anyhow v1.0.104
14232026-08-15T07:00:43.092Z Compiling bitflags v2.11.0
14242026-08-15T07:00:43.215Z Compiling indexmap v2.14.0
14252026-08-15T07:00:43.291Z Compiling semver v1.0.28
14262026-08-15T07:00:43.327Z Compiling toml_parser v1.1.2+spec-1.1.0
14272026-08-15T07:00:43.347Z Compiling vcpkg v0.2.15
14282026-08-15T07:00:43.365Z Compiling num-bigint-dig v0.8.6
14292026-08-15T07:00:43.382Z Compiling num-iter v0.1.45
14302026-08-15T07:00:43.385Z Compiling lazy_static v1.5.0
14312026-08-15T07:00:43.430Z Compiling ff v0.13.1
14322026-08-15T07:00:43.468Z Compiling gimli v0.32.3
14332026-08-15T07:00:43.508Z Compiling base16ct v0.2.0
14342026-08-15T07:00:43.525Z Compiling rustc_version v0.4.1
14352026-08-15T07:00:43.599Z Compiling group v0.13.0
14362026-08-15T07:00:43.647Z Compiling openssl-probe v0.2.1
14372026-08-15T07:00:43.694Z Compiling aws-lc-sys v0.40.0
14382026-08-15T07:00:43.713Z Compiling cmov v0.5.4
14392026-08-15T07:00:43.802Z Compiling untrusted v0.7.1
14402026-08-15T07:00:43.849Z Compiling owo-colors v4.3.0
14412026-08-15T07:00:43.882Z Compiling synstructure v0.13.2
14422026-08-15T07:00:43.933Z Compiling toml_edit v0.23.10+spec-1.0.0
14432026-08-15T07:00:43.949Z Compiling serde_derive_internals v0.29.1
14442026-08-15T07:00:43.952Z Compiling pest_generator v2.8.6
14452026-08-15T07:00:44.001Z Compiling crc32fast v1.5.0
14462026-08-15T07:00:44.062Z Compiling rustc-demangle v0.1.27
14472026-08-15T07:00:44.121Z Compiling openssl-sys v0.9.117
14482026-08-15T07:00:44.207Z Compiling httparse v1.10.1
14492026-08-15T07:00:44.413Z Compiling ctutils v0.4.2
14502026-08-15T07:00:44.453Z Compiling terminal_size v0.4.3
14512026-08-15T07:00:44.487Z Compiling tempfile v3.27.0
14522026-08-15T07:00:44.543Z Compiling curve25519-dalek v4.1.3
14532026-08-15T07:00:44.611Z Compiling proc-macro-crate v3.4.0
14542026-08-15T07:00:44.664Z Compiling clap_builder v4.6.0
14552026-08-15T07:00:44.733Z Compiling darling_core v0.23.0
14562026-08-15T07:00:44.770Z Compiling camino v1.2.5
14572026-08-15T07:00:44.825Z Compiling proc-macro-error-attr2 v2.0.0
14582026-08-15T07:00:44.925Z Compiling aho-corasick v1.1.4
14592026-08-15T07:00:44.940Z Compiling try-lock v0.2.5
14602026-08-15T07:00:44.958Z Compiling tower-layer v0.3.3
14612026-08-15T07:00:44.993Z Compiling radium v0.7.0
14622026-08-15T07:00:45.068Z Compiling tower-service v0.3.3
14632026-08-15T07:00:45.139Z Compiling atomic-waker v1.1.2
14642026-08-15T07:00:45.155Z Compiling rustls v0.23.41
14652026-08-15T07:00:45.185Z Compiling untrusted v0.9.0
14662026-08-15T07:00:45.206Z Compiling is_ci v1.2.0
14672026-08-15T07:00:45.222Z Compiling textwrap v0.16.2
14682026-08-15T07:00:45.274Z Compiling proc-macro-error2 v2.0.1
14692026-08-15T07:00:45.290Z Compiling want v0.3.1
14702026-08-15T07:00:45.331Z Compiling addr2line v0.25.1
14712026-08-15T07:00:45.345Z Compiling supports-color v3.0.2
14722026-08-15T07:00:45.489Z Compiling darling_core v0.20.11
14732026-08-15T07:00:45.537Z Compiling slog v2.8.2
14742026-08-15T07:00:45.609Z Compiling openssl v0.10.80
14752026-08-15T07:00:45.625Z Compiling powerfmt v0.2.0
14762026-08-15T07:00:45.660Z Compiling maybe-uninit v2.0.0
14772026-08-15T07:00:45.715Z Compiling tap v1.0.1
14782026-08-15T07:00:45.731Z Compiling num-conv v0.2.0
14792026-08-15T07:00:45.746Z Compiling foreign-types-shared v0.1.1
14802026-08-15T07:00:45.764Z Compiling supports-unicode v3.0.0
14812026-08-15T07:00:45.790Z Compiling serde_derive v1.0.228
14822026-08-15T07:00:45.851Z Compiling zeroize_derive v1.5.0
14832026-08-15T07:00:45.867Z Compiling zerocopy-derive v0.8.56
14842026-08-15T07:00:45.867Z Compiling zerofrom-derive v0.1.6
14852026-08-15T07:00:45.901Z Compiling yoke-derive v0.8.1
14862026-08-15T07:00:45.904Z Compiling zerovec-derive v0.11.2
14872026-08-15T07:00:45.935Z Compiling displaydoc v0.2.5
14882026-08-15T07:00:45.971Z Compiling tokio-macros v2.7.0
14892026-08-15T07:00:46.188Z Compiling thiserror-impl v2.0.18
14902026-08-15T07:00:46.611Z Compiling zeroize v1.9.0
14912026-08-15T07:00:46.763Z Compiling der_derive v0.7.3
14922026-08-15T07:00:46.824Z Compiling futures-macro v0.3.32
14932026-08-15T07:00:46.841Z Compiling borsh-derive v1.8.0
14942026-08-15T07:00:46.858Z Compiling thiserror-impl v1.0.69
14952026-08-15T07:00:47.154Z Compiling tracing-attributes v0.1.31
14962026-08-15T07:00:47.180Z Compiling schemars_derive v0.8.22
14972026-08-15T07:00:47.231Z Compiling clap_derive v4.6.1
14982026-08-15T07:00:47.427Z Compiling crypto-common v0.1.7
14992026-08-15T07:00:47.462Z Compiling zerofrom v0.1.6
15002026-08-15T07:00:47.492Z Compiling block-buffer v0.10.4
15012026-08-15T07:00:47.604Z Compiling yoke v0.8.1
15022026-08-15T07:00:47.620Z Compiling pest_derive v2.8.6
15032026-08-15T07:00:47.705Z Compiling digest v0.10.7
15042026-08-15T07:00:47.722Z Compiling thiserror v2.0.18
15052026-08-15T07:00:47.741Z Compiling futures-util v0.3.32
15062026-08-15T07:00:47.827Z Compiling zerovec v0.11.5
15072026-08-15T07:00:47.848Z Compiling zerotrie v0.2.3
15082026-08-15T07:00:47.865Z Compiling der v0.7.10
15092026-08-15T07:00:47.997Z Compiling sha2 v0.10.9
15102026-08-15T07:00:48.015Z Compiling hmac v0.12.1
15112026-08-15T07:00:48.033Z Compiling signature v2.2.0
15122026-08-15T07:00:48.136Z Compiling rustls-pki-types v1.14.0
15132026-08-15T07:00:48.182Z Compiling hkdf v0.12.4
15142026-08-15T07:00:48.203Z Compiling crypto-bigint v0.5.5
15152026-08-15T07:00:48.229Z Compiling thiserror v1.0.69
15162026-08-15T07:00:48.249Z Compiling backtrace v0.3.76
15172026-08-15T07:00:48.298Z Compiling scroll_derive v0.12.1
15182026-08-15T07:00:48.353Z Compiling tinystr v0.8.2
15192026-08-15T07:00:48.375Z Compiling potential_utf v0.1.4
15202026-08-15T07:00:48.396Z Compiling async-trait v0.1.89
15212026-08-15T07:00:48.549Z Compiling icu_locale_core v2.1.1
15222026-08-15T07:00:48.567Z Compiling icu_collections v2.1.1
15232026-08-15T07:00:48.591Z Compiling rfc6979 v0.4.0
15242026-08-15T07:00:48.594Z Compiling tracing v0.1.44
15252026-08-15T07:00:48.646Z Compiling darling_macro v0.23.0
15262026-08-15T07:00:48.737Z Compiling backtrace-ext v0.2.1
15272026-08-15T07:00:48.921Z Compiling spki v0.7.3
15282026-08-15T07:00:48.935Z Compiling hybrid-array v0.4.13
15292026-08-15T07:00:49.061Z Compiling scroll v0.12.0
15302026-08-15T07:00:49.082Z Compiling regex-automata v0.4.14
15312026-08-15T07:00:49.159Z Compiling pkcs8 v0.10.2
15322026-08-15T07:00:49.175Z Compiling clap v4.6.1
15332026-08-15T07:00:49.193Z Compiling icu_provider v2.1.1
15342026-08-15T07:00:49.213Z Compiling x509-cert v0.2.5
15352026-08-15T07:00:49.276Z Compiling curve25519-dalek-derive v0.1.1
15362026-08-15T07:00:49.366Z Compiling sec1 v0.7.3
15372026-08-15T07:00:49.430Z Compiling pkcs1 v0.7.5
15382026-08-15T07:00:49.450Z Compiling icu_normalizer v2.1.1
15392026-08-15T07:00:49.491Z Compiling bytes v1.11.1
15402026-08-15T07:00:49.519Z Compiling icu_properties v2.1.2
15412026-08-15T07:00:49.526Z Compiling chrono v0.4.45
15422026-08-15T07:00:49.544Z Compiling ipnet v2.12.1
15432026-08-15T07:00:49.670Z Compiling hex v0.4.3
15442026-08-15T07:00:49.763Z Compiling elliptic-curve v0.13.8
15452026-08-15T07:00:49.780Z Compiling serde_tokenstream v0.2.3
15462026-08-15T07:00:49.919Z Compiling toml_datetime v0.6.11
15472026-08-15T07:00:49.977Z Compiling serde_spanned v0.6.9
15482026-08-15T07:00:50.046Z Compiling tokio v1.52.1
15492026-08-15T07:00:50.130Z Compiling http v1.4.2
15502026-08-15T07:00:50.134Z Compiling miette-derive v7.6.0
15512026-08-15T07:00:50.162Z Compiling scroll_derive v0.13.1
15522026-08-15T07:00:50.193Z Compiling zerocopy-derive v0.7.35
15532026-08-15T07:00:50.225Z Compiling time-core v0.1.8
15542026-08-15T07:00:50.228Z Compiling supports-hyperlinks v3.2.0
15552026-08-15T07:00:50.322Z Compiling keccak v0.1.6
15562026-08-15T07:00:50.403Z Compiling httpdate v1.0.3
15572026-08-15T07:00:50.426Z Compiling time-macros v0.2.27
15582026-08-15T07:00:50.556Z Compiling idna_adapter v1.2.1
15592026-08-15T07:00:50.572Z Compiling uuid v1.23.4
15602026-08-15T07:00:50.670Z Compiling sha3 v0.10.8
15612026-08-15T07:00:50.720Z Compiling idna v1.1.0
15622026-08-15T07:00:50.792Z Compiling ppv-lite86 v0.2.21
15632026-08-15T07:00:51.043Z Compiling url v2.5.8
15642026-08-15T07:00:51.060Z Compiling http-body v1.0.1
15652026-08-15T07:00:51.106Z Compiling scroll v0.13.0
15662026-08-15T07:00:51.137Z Compiling rand_chacha v0.3.1
15672026-08-15T07:00:51.150Z Compiling rand_chacha v0.9.0
15682026-08-15T07:00:51.165Z Compiling zerocopy v0.7.35
15692026-08-15T07:00:51.168Z Compiling half v2.7.1
15702026-08-15T07:00:51.198Z Compiling hashbrown v0.14.5
15712026-08-15T07:00:51.243Z Compiling primeorder v0.13.6
15722026-08-15T07:00:51.258Z Compiling ecdsa v0.16.9
15732026-08-15T07:00:51.365Z Compiling rand v0.9.2
15742026-08-15T07:00:51.416Z Compiling rand v0.8.6
15752026-08-15T07:00:51.434Z Compiling miette v7.6.0
15762026-08-15T07:00:51.514Z Compiling erased-serde v0.3.31
15772026-08-15T07:00:51.535Z Compiling ed25519 v2.2.3
15782026-08-15T07:00:51.691Z Compiling goblin v0.8.2
15792026-08-15T07:00:51.785Z Compiling chumsky v0.9.3
15802026-08-15T07:00:51.812Z Compiling darling v0.23.0
15812026-08-15T07:00:51.912Z Compiling darling_macro v0.20.11
15822026-08-15T07:00:51.912Z Compiling hubpack_derive v0.1.1
15832026-08-15T07:00:52.011Z Compiling foreign-types v0.3.2
15842026-08-15T07:00:52.029Z Compiling wyz v0.5.1
15852026-08-15T07:00:52.058Z Compiling knus-derive v3.4.0
15862026-08-15T07:00:52.202Z Compiling openssl-macros v0.1.1
15872026-08-15T07:00:52.252Z Compiling deranged v0.5.8
15882026-08-15T07:00:52.476Z Compiling bzip2-sys v0.1.13+1.0.8
15892026-08-15T07:00:52.527Z Compiling zstd-sys v2.0.16+zstd.1.5.7
15902026-08-15T07:00:52.563Z Compiling unicode-normalization v0.1.25
15912026-08-15T07:00:52.656Z Compiling wait-timeout v0.2.1
15922026-08-15T07:00:52.694Z Compiling socket2 v0.5.10
15932026-08-15T07:00:52.796Z Compiling env_filter v2.0.0
15942026-08-15T07:00:52.896Z Compiling packed_struct v0.10.1
15952026-08-15T07:00:52.953Z Compiling funty v2.0.0
15962026-08-15T07:00:52.968Z Compiling num_threads v0.1.7
15972026-08-15T07:00:53.036Z Compiling crossbeam-utils v0.8.21
15982026-08-15T07:00:53.065Z Compiling ciborium-io v0.2.2
15992026-08-15T07:00:53.085Z Compiling quick-error v1.2.3
16002026-08-15T07:00:53.102Z Compiling bit-vec v0.8.0
16012026-08-15T07:00:53.129Z Compiling native-tls v0.2.18
16022026-08-15T07:00:53.177Z Compiling rsa v0.9.10
16032026-08-15T07:00:53.211Z Compiling rusty-fork v0.3.1
16042026-08-15T07:00:53.227Z Compiling time v0.3.47
16052026-08-15T07:00:53.322Z Compiling bit-set v0.8.0
16062026-08-15T07:00:53.374Z Compiling bitvec v1.0.1
16072026-08-15T07:00:53.405Z Compiling ciborium-ll v0.2.2
16082026-08-15T07:00:53.421Z Compiling env_logger v0.11.11
16092026-08-15T07:00:53.573Z Compiling darling v0.20.11
16102026-08-15T07:00:53.588Z Compiling hubpack v0.1.2
16112026-08-15T07:00:53.652Z Compiling ed25519-dalek v2.2.0
16122026-08-15T07:00:53.668Z Compiling knus v3.4.0
16132026-08-15T07:00:53.835Z Compiling serde_with_macros v3.21.0
16142026-08-15T07:00:53.892Z Compiling p384 v0.13.1
16152026-08-15T07:00:54.116Z Compiling tokio-util v0.7.18
16162026-08-15T07:00:54.223Z Compiling dof v0.3.0
16172026-08-15T07:00:54.320Z Compiling goblin v0.10.5
16182026-08-15T07:00:54.499Z Compiling dtrace-parser v0.2.0
16192026-08-15T07:00:54.646Z Compiling sha1 v0.10.6
16202026-08-15T07:00:54.665Z Compiling packed_struct_codegen v0.10.1
16212026-08-15T07:00:54.913Z Compiling h2 v0.4.15
16222026-08-15T07:00:54.974Z Compiling bitfield-macros v0.19.4
16232026-08-15T07:00:55.046Z Compiling strum_macros v0.26.4
16242026-08-15T07:00:55.065Z Compiling zerocopy-derive v0.6.6
16252026-08-15T07:00:55.259Z Compiling rand_xorshift v0.4.0
16262026-08-15T07:00:55.297Z Compiling thread-id v4.2.2
16272026-08-15T07:00:55.363Z Compiling sync_wrapper v1.0.2
16282026-08-15T07:00:55.401Z Compiling indexmap v1.9.3
16292026-08-15T07:00:55.423Z Compiling nodrop v0.1.14
16302026-08-15T07:00:55.454Z Compiling paste v1.0.15
16312026-08-15T07:00:55.499Z Compiling crc-catalog v2.4.0
16322026-08-15T07:00:55.537Z Compiling zlib-rs v0.6.2
16332026-08-15T07:00:55.612Z Compiling salty v0.3.0
16342026-08-15T07:00:55.628Z Compiling unarray v0.1.4
16352026-08-15T07:00:55.760Z Compiling siphasher v1.0.2
16362026-08-15T07:00:55.778Z Compiling usdt-impl v0.6.0
16372026-08-15T07:00:55.786Z Compiling unicode-segmentation v1.12.0
16382026-08-15T07:00:56.000Z Compiling zerocopy v0.6.6
16392026-08-15T07:00:56.050Z Compiling bitfield v0.19.4
16402026-08-15T07:00:56.070Z Compiling proptest v1.11.0
16412026-08-15T07:00:56.241Z Compiling crc v3.4.0
16422026-08-15T07:00:56.259Z Compiling array-init v0.0.4
16432026-08-15T07:00:56.273Z Compiling tower v0.5.3
16442026-08-15T07:00:56.375Z Compiling usdt-impl v0.5.0
16452026-08-15T07:00:56.393Z Compiling serde_with v3.21.0
16462026-08-15T07:00:56.454Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
16472026-08-15T07:00:56.596Z Compiling smallvec v0.6.14
16482026-08-15T07:00:56.650Z Compiling derive_builder_core v0.20.2
16492026-08-15T07:00:56.741Z Compiling ciborium v0.2.2
16502026-08-15T07:00:56.835Z Compiling ipnetwork v0.21.1
16512026-08-15T07:00:56.966Z Compiling strum v0.26.3
16522026-08-15T07:00:57.019Z Compiling http-body-util v0.1.3
16532026-08-15T07:00:57.127Z Compiling dtrace-parser v0.3.0
16542026-08-15T07:00:57.282Z Compiling dof v0.4.0
16552026-08-15T07:00:57.289Z Compiling enum-as-inner v0.6.1
16562026-08-15T07:00:57.315Z Compiling structmeta-derive v0.3.0
16572026-08-15T07:00:57.348Z Compiling heapless v0.7.17
16582026-08-15T07:00:57.357Z Compiling thread-id v5.1.0
16592026-08-15T07:00:57.460Z Compiling cookie v0.18.1
16602026-08-15T07:00:57.562Z Compiling base64 v0.21.7
16612026-08-15T07:00:57.624Z Compiling hashbrown v0.12.3
16622026-08-15T07:00:57.669Z Compiling iri-string v0.7.10
16632026-08-15T07:00:57.841Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
16642026-08-15T07:00:57.867Z Compiling zstd-safe v7.2.4
16652026-08-15T07:00:57.905Z Compiling data-encoding v2.10.0
16662026-08-15T07:00:57.932Z Compiling static_assertions v1.1.0
16672026-08-15T07:00:58.023Z Compiling unicode-bidi v0.3.18
16682026-08-15T07:00:58.064Z Compiling unicode-properties v0.1.4
16692026-08-15T07:00:58.092Z Compiling signal-hook v0.3.18
16702026-08-15T07:00:58.133Z Compiling winnow v0.5.40
16712026-08-15T07:00:58.303Z Compiling hyper v1.10.1
16722026-08-15T07:00:58.318Z Compiling ryu v1.0.23
16732026-08-15T07:00:58.356Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
16742026-08-15T07:00:58.493Z Compiling structmeta v0.3.0
16752026-08-15T07:00:58.537Z Compiling serde_urlencoded v0.7.1
16762026-08-15T07:00:58.562Z Compiling stringprep v0.1.5
16772026-08-15T07:00:58.608Z Compiling newtype-uuid v1.3.2
16782026-08-15T07:00:58.658Z Compiling flate2 v1.1.9
16792026-08-15T07:00:58.914Z Compiling tower-http v0.6.8
16802026-08-15T07:00:58.989Z Compiling ron v0.8.1
16812026-08-15T07:00:59.083Z Compiling derive_builder_macro v0.20.2
16822026-08-15T07:00:59.100Z Compiling oxnet v0.1.6
16832026-08-15T07:00:59.116Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16842026-08-15T07:00:59.146Z Compiling serde-hex v0.1.0
16852026-08-15T07:00:59.286Z Compiling bzip2 v0.4.4
16862026-08-15T07:00:59.301Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
16872026-08-15T07:00:59.371Z Compiling tokio-native-tls v0.3.1
16882026-08-15T07:00:59.485Z Compiling hyper-util v0.1.20
16892026-08-15T07:00:59.515Z Compiling toml_edit v0.19.15
16902026-08-15T07:00:59.537Z Compiling heck v0.4.1
16912026-08-15T07:00:59.661Z Compiling bstr v1.12.1
16922026-08-15T07:00:59.695Z Compiling hashbrown v0.13.2
16932026-08-15T07:00:59.818Z Compiling futures-executor v0.3.32
16942026-08-15T07:01:00.059Z Compiling crypto-common v0.2.2
16952026-08-15T07:01:00.077Z Compiling block-buffer v0.12.1
16962026-08-15T07:01:00.093Z Compiling block-padding v0.4.2
16972026-08-15T07:01:00.129Z Compiling serde-big-array v0.5.1
16982026-08-15T07:01:00.193Z Compiling rustls-native-certs v0.8.3
16992026-08-15T07:01:00.254Z Compiling md-5 v0.10.6
17002026-08-15T07:01:00.279Z Compiling daft-derive v0.1.7
17012026-08-15T07:01:00.296Z Compiling pin-project-internal v1.1.11
17022026-08-15T07:01:00.299Z Compiling vergen-lib v9.1.0
17032026-08-15T07:01:00.327Z Compiling hash32 v0.2.1
17042026-08-15T07:01:00.380Z Compiling memoffset v0.9.1
17052026-08-15T07:01:00.445Z Compiling thread_local v1.1.9
17062026-08-15T07:01:00.515Z Compiling encoding_rs v0.8.35
17072026-08-15T07:01:00.531Z Compiling slog-async v2.8.0
17082026-08-15T07:01:00.548Z Compiling mime v0.3.17
17092026-08-15T07:01:00.602Z Compiling linked-hash-map v0.5.6
17102026-08-15T07:01:00.742Z Compiling crc-any v2.5.0
17112026-08-15T07:01:00.823Z Compiling ref-cast v1.0.25
17122026-08-15T07:01:00.839Z Compiling psl-types v2.0.11
17132026-08-15T07:01:00.856Z Compiling smoltcp v0.9.1
17142026-08-15T07:01:00.859Z Compiling litrs v1.0.0
17152026-08-15T07:01:00.992Z Compiling fallible-iterator v0.2.0
17162026-08-15T07:01:01.009Z Compiling rustix v0.38.44
17172026-08-15T07:01:01.075Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
17182026-08-15T07:01:01.096Z Compiling daft v0.1.7
17192026-08-15T07:01:01.227Z Compiling toml v0.7.8
17202026-08-15T07:01:01.265Z Compiling hyper-tls v0.6.0
17212026-08-15T07:01:01.316Z Compiling postgres-protocol v0.6.10
17222026-08-15T07:01:01.351Z Compiling publicsuffix v2.3.0
17232026-08-15T07:01:01.453Z Compiling document-features v0.2.12
17242026-08-15T07:01:01.468Z Compiling lru-cache v0.1.2
17252026-08-15T07:01:01.498Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
17262026-08-15T07:01:01.543Z Compiling pin-project v1.1.11
17272026-08-15T07:01:01.543Z Compiling toml_edit v0.22.27
17282026-08-15T07:01:01.620Z Compiling inout v0.2.2
17292026-08-15T07:01:01.650Z Compiling object v0.30.4
17302026-08-15T07:01:01.668Z Compiling futures v0.3.32
17312026-08-15T07:01:01.684Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
17322026-08-15T07:01:01.768Z Compiling snafu-derive v0.8.9
17332026-08-15T07:01:01.830Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
17342026-08-15T07:01:01.892Z Compiling derive_builder v0.20.2
17352026-08-15T07:01:01.942Z Compiling zip v0.6.6
17362026-08-15T07:01:02.106Z Compiling derive-ex v0.1.8
17372026-08-15T07:01:02.156Z Compiling hickory-proto v0.24.4
17382026-08-15T07:01:02.172Z Compiling crossbeam-channel v0.5.15
17392026-08-15T07:01:02.250Z Compiling usdt-macro v0.5.0
17402026-08-15T07:01:02.274Z Compiling usdt-attr-macro v0.5.0
17412026-08-15T07:01:02.384Z Compiling phf_shared v0.13.1
17422026-08-15T07:01:02.467Z Compiling regex v1.12.3
17432026-08-15T07:01:02.567Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
17442026-08-15T07:01:02.582Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
17452026-08-15T07:01:02.656Z Compiling strum_macros v0.27.2
17462026-08-15T07:01:02.670Z Compiling ref-cast-impl v1.0.25
17472026-08-15T07:01:02.690Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17482026-08-15T07:01:02.911Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=b8782742d1bd91546887fbc1757a7d024a5469ef#b8782742)
17492026-08-15T07:01:02.942Z Compiling vergen v9.1.0
17502026-08-15T07:01:03.076Z Compiling cargo-platform v0.3.2
17512026-08-15T07:01:03.150Z Compiling nix v0.31.2
17522026-08-15T07:01:03.166Z Compiling memmap v0.7.0
17532026-08-15T07:01:03.169Z Compiling is-terminal v0.4.17
17542026-08-15T07:01:03.183Z Compiling fs-err v3.3.0
17552026-08-15T07:01:03.281Z Compiling resolv-conf v0.7.6
17562026-08-15T07:01:03.281Z Compiling term v1.2.1
17572026-08-15T07:01:03.383Z Compiling foldhash v0.1.5
17582026-08-15T07:01:03.399Z Compiling take_mut v0.2.2
17592026-08-15T07:01:03.417Z Compiling jiff-core v0.1.0
17602026-08-15T07:01:03.550Z Compiling managed v0.8.0
17612026-08-15T07:01:03.579Z Compiling path-slash v0.1.5
17622026-08-15T07:01:03.603Z Compiling corncobs v0.1.4
17632026-08-15T07:01:03.670Z Compiling libbz2-rs-sys v0.2.2
17642026-08-15T07:01:03.741Z Compiling same-file v1.0.6
17652026-08-15T07:01:03.803Z Compiling bitflags v1.3.2
17662026-08-15T07:01:03.806Z Compiling bumpalo v3.20.2
17672026-08-15T07:01:03.862Z Compiling snafu v0.8.9
17682026-08-15T07:01:03.940Z Compiling walkdir v2.5.0
17692026-08-15T07:01:03.956Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
17702026-08-15T07:01:03.956Z Compiling test-strategy v0.4.5
17712026-08-15T07:01:04.087Z Compiling zopfli v0.8.3
17722026-08-15T07:01:04.090Z Compiling slog-term v2.9.2
17732026-08-15T07:01:04.260Z Compiling jiff v0.2.34
17742026-08-15T07:01:04.288Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
17752026-08-15T07:01:04.417Z Compiling hickory-resolver v0.24.4
17762026-08-15T07:01:04.432Z Compiling bzip2 v0.6.1
17772026-08-15T07:01:04.566Z Compiling hashbrown v0.15.5
17782026-08-15T07:01:04.761Z Compiling usdt v0.5.0
17792026-08-15T07:01:04.831Z Compiling cargo_metadata v0.23.1
17802026-08-15T07:01:04.867Z Compiling strum v0.27.2
17812026-08-15T07:01:04.886Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17822026-08-15T07:01:04.903Z Compiling toml v0.8.23
17832026-08-15T07:01:05.024Z Compiling phf v0.13.1
17842026-08-15T07:01:05.047Z Compiling signal-hook-mio v0.2.5
17852026-08-15T07:01:05.066Z Compiling cookie_store v0.22.1
17862026-08-15T07:01:05.197Z Compiling cipher v0.5.2
17872026-08-15T07:01:05.215Z Compiling postgres-types v0.2.12
17882026-08-15T07:01:05.334Z Compiling zstd v0.13.3
17892026-08-15T07:01:05.561Z Compiling reqwest v0.12.28
17902026-08-15T07:01:05.597Z Compiling globset v0.4.18
17912026-08-15T07:01:05.631Z Compiling usdt-macro v0.6.0
17922026-08-15T07:01:05.647Z Compiling usdt-attr-macro v0.6.0
17932026-08-15T07:01:05.797Z Compiling phf_shared v0.11.3
17942026-08-15T07:01:05.828Z Compiling tokio-stream v0.1.18
17952026-08-15T07:01:05.844Z Compiling olpc-cjson v0.1.4
17962026-08-15T07:01:05.893Z Compiling byte-wrapper v0.1.0
17972026-08-15T07:01:06.017Z Compiling serde_plain v1.0.2
17982026-08-15T07:01:06.036Z Compiling inout v0.1.4
17992026-08-15T07:01:06.239Z Compiling secrecy v0.8.0
18002026-08-15T07:01:06.254Z Compiling derive-where v1.6.0
18012026-08-15T07:01:06.279Z Compiling serde_repr v0.1.20
18022026-08-15T07:01:06.331Z Compiling async-recursion v1.1.1
18032026-08-15T07:01:06.348Z Compiling float-cmp v0.10.0
18042026-08-15T07:01:06.366Z Compiling pem v3.0.6
18052026-08-15T07:01:06.380Z Compiling memmap2 v0.9.10
18062026-08-15T07:01:06.418Z Compiling hashbrown v0.16.1
18072026-08-15T07:01:06.511Z Compiling fixedbitset v0.4.2
18082026-08-15T07:01:06.533Z Compiling whoami v2.1.0
18092026-08-15T07:01:06.567Z Compiling typed-path v0.9.3
18102026-08-15T07:01:06.638Z Compiling difflib v0.4.0
18112026-08-15T07:01:06.736Z Compiling const-oid v0.10.2
18122026-08-15T07:01:06.765Z Compiling normalize-line-endings v0.3.0
18132026-08-15T07:01:06.779Z Compiling new_debug_unreachable v1.0.6
18142026-08-15T07:01:06.867Z Compiling either v1.15.0
18152026-08-15T07:01:06.887Z Compiling fixedbitset v0.5.7
18162026-08-15T07:01:06.904Z Compiling debug-ignore v1.0.5
18172026-08-15T07:01:06.920Z Compiling cpufeatures v0.3.0
18182026-08-15T07:01:06.957Z Compiling predicates-core v1.0.10
18192026-08-15T07:01:06.985Z Compiling precomputed-hash v0.1.1
18202026-08-15T07:01:07.015Z Compiling chacha20 v0.10.0
18212026-08-15T07:01:07.031Z Compiling iddqd v0.4.2
18222026-08-15T07:01:07.071Z Compiling itertools v0.13.0
18232026-08-15T07:01:07.090Z Compiling string_cache v0.8.9
18242026-08-15T07:01:07.106Z Compiling petgraph v0.8.3
18252026-08-15T07:01:07.122Z Compiling predicates v3.1.4
18262026-08-15T07:01:07.178Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18272026-08-15T07:01:07.227Z Compiling digest v0.11.3
18282026-08-15T07:01:07.258Z Compiling tokio-postgres v0.7.16
18292026-08-15T07:01:07.359Z Compiling petgraph v0.6.5
18302026-08-15T07:01:07.427Z Compiling zip v4.6.1
18312026-08-15T07:01:07.481Z Compiling usdt v0.6.0
18322026-08-15T07:01:07.691Z Compiling qorb v0.4.1
18332026-08-15T07:01:07.787Z Compiling crossterm v0.28.1
18342026-08-15T07:01:07.826Z Compiling cipher v0.4.4
18352026-08-15T07:01:07.920Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
18362026-08-15T07:01:08.442Z Compiling similar v2.7.0
18372026-08-15T07:01:08.459Z Compiling hickory-proto v0.25.2
18382026-08-15T07:01:08.476Z Compiling crossbeam-epoch v0.9.18
18392026-08-15T07:01:08.550Z Compiling buf-list v1.1.2
18402026-08-15T07:01:08.579Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
18412026-08-15T07:01:08.836Z Compiling openapiv3 v2.2.0
18422026-08-15T07:01:08.852Z Compiling peg-runtime v0.8.5
18432026-08-15T07:01:08.912Z Compiling lalrpop-util v0.19.12
18442026-08-15T07:01:08.977Z Compiling filetime v0.2.27
18452026-08-15T07:01:09.150Z Compiling xattr v1.6.1
18462026-08-15T07:01:09.167Z Compiling camino-tempfile v1.4.1
18472026-08-15T07:01:09.354Z Compiling tar v0.4.46
18482026-08-15T07:01:27.148Z Compiling rustls-webpki v0.103.13
18492026-08-15T07:01:29.897Z Compiling tokio-rustls v0.26.4
18502026-08-15T07:01:29.897Z Compiling rustls-platform-verifier v0.6.2
18512026-08-15T07:01:29.897Z Compiling tough v0.22.0
18522026-08-15T07:01:30.102Z Compiling hyper-rustls v0.27.7
18532026-08-15T07:01:30.311Z Compiling reqwest v0.13.2
18542026-08-15T07:01:32.535Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
18552026-08-15T07:01:32.774Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
18562026-08-15T07:01:35.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.09s
18572026-08-15T07:01:35.796Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
18582026-08-15T07:01:35.796Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
18592026-08-15T07:01:35.943Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18602026-08-15T07:01:36.005ZAug 15 07:01:35.683 INFO Starting download, target: DendriteStub
18612026-08-15T07:01:36.005ZAug 15 07:01:35.684 INFO Starting download, target: MaghemiteMgd
18622026-08-15T07:01:36.005ZAug 15 07:01:35.684 INFO Starting download, target: Clickhouse
18632026-08-15T07:01:36.008ZAug 15 07:01:35.684 INFO Starting download, target: Cockroach
18642026-08-15T07:01:36.009ZAug 15 07:01:35.684 INFO Starting download, target: MaghemiteDdmd
18652026-08-15T07:01:36.009ZAug 15 07:01:35.684 INFO Starting download, target: Console
18662026-08-15T07:01:36.009ZAug 15 07:01:35.684 INFO Starting download, target: TransceiverControl
18672026-08-15T07:01:36.009ZAug 15 07:01:35.684 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18682026-08-15T07:01:36.009ZAug 15 07:01:35.684 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18692026-08-15T07:01:36.009ZAug 15 07:01:35.684 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18702026-08-15T07:01:36.009ZAug 15 07:01:35.684 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18712026-08-15T07:01:36.009ZAug 15 07:01:35.684 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18722026-08-15T07:01:36.009ZAug 15 07:01:35.684 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18732026-08-15T07:01:36.009ZAug 15 07:01:35.684 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18742026-08-15T07:01:37.817ZAug 15 07:01:37.495 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18752026-08-15T07:01:38.082ZAug 15 07:01:37.756 INFO Download complete, target: Console
18762026-08-15T07:01:38.413ZAug 15 07:01:38.089 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18772026-08-15T07:01:38.463ZAug 15 07:01:38.134 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18782026-08-15T07:01:38.695ZAug 15 07:01:38.360 INFO Download complete, target: TransceiverControl
18792026-08-15T07:01:41.282ZAug 15 07:01:40.957 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18802026-08-15T07:01:41.415ZAug 15 07:01:41.094 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18812026-08-15T07:01:41.560ZAug 15 07:01:41.234 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18822026-08-15T07:01:41.883ZAug 15 07:01:41.563 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18832026-08-15T07:01:41.883ZAug 15 07:01:41.563 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18842026-08-15T07:01:43.443ZAug 15 07:01:43.122 INFO Download complete, target: MaghemiteDdmd
18852026-08-15T07:01:44.091ZAug 15 07:01:43.770 INFO Download complete, target: DendriteStub
18862026-08-15T07:01:44.277ZAug 15 07:01:43.956 INFO Download complete, target: MaghemiteMgd
18872026-08-15T07:01:45.495ZAug 15 07:01:45.175 INFO Checking that binary works, target: Clickhouse
18882026-08-15T07:01:45.586ZAug 15 07:01:45.266 INFO Download complete, target: Clickhouse
18892026-08-15T07:01:46.795ZAug 15 07:01:46.471 INFO Checking that binary works, target: Cockroach
18902026-08-15T07:01:46.914ZAug 15 07:01:46.593 INFO Download complete, target: Cockroach
18912026-08-15T07:01:46.920ZAll prerequisites installed successfully
18922026-08-15T07:01:46.923Z
18932026-08-15T07:01:46.923Zreal 2:06.400460153
18942026-08-15T07:01:46.923Zuser 8:15.647618508
18952026-08-15T07:01:46.923Zsys 1:58.921488895
18962026-08-15T07:01:46.923Ztrap 0.318402396
18972026-08-15T07:01:46.923Ztflt 0.965831196
18982026-08-15T07:01:46.923Zdflt 1.937963545
18992026-08-15T07:01:46.923Zkflt 0.022451302
19002026-08-15T07:01:46.923Zlock 32:13.896541582
19012026-08-15T07:01:46.923Zslp 22:42.145669929
19022026-08-15T07:01:46.923Zlat 33.732546417
19032026-08-15T07:01:46.923Zstop 4:00.408928874
19042026-08-15T07:01:46.923Z+ ptime -m cargo xtask download softnpu
19052026-08-15T07:01:47.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
19062026-08-15T07:01:47.433Z Running `target/debug/xtask download softnpu`
19072026-08-15T07:01:48.278Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
19082026-08-15T07:01:48.281Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
19092026-08-15T07:01:48.281Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
19102026-08-15T07:01:48.349Z Running `target/debug/xtask-downloader softnpu`
19112026-08-15T07:01:48.398ZAug 15 07:01:48.075 INFO Starting download, target: Softnpu
19122026-08-15T07:01:48.401ZAug 15 07:01:48.076 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
19132026-08-15T07:01:49.973ZAug 15 07:01:49.652 INFO Download complete, target: Softnpu
19142026-08-15T07:01:49.977Z
19152026-08-15T07:01:49.982Zreal 3.050732761
19162026-08-15T07:01:49.982Zuser 1.406687697
19172026-08-15T07:01:49.982Zsys 0.669937736
19182026-08-15T07:01:49.982Ztrap 0.001001630
19192026-08-15T07:01:49.982Ztflt 0.000263810
19202026-08-15T07:01:49.982Zdflt 0.000316730
19212026-08-15T07:01:49.982Zkflt 0.000000000
19222026-08-15T07:01:49.982Zlock 29.466340690
19232026-08-15T07:01:49.982Zslp 1.427050102
19242026-08-15T07:01:49.982Zlat 0.094529812
19252026-08-15T07:01:49.982Zstop 0.000191580
19262026-08-15T07:01:49.982Z+ export CARGO_INCREMENTAL=0
19272026-08-15T07:01:49.982Z+ CARGO_INCREMENTAL=0
19282026-08-15T07:01:49.982Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
19292026-08-15T07:01:50.955Z Compiling proc-macro2 v1.0.106
19302026-08-15T07:01:50.955Z Compiling quote v1.0.45
19312026-08-15T07:01:50.955Z Compiling unicode-ident v1.0.24
19322026-08-15T07:01:50.955Z Compiling libc v0.2.185
19332026-08-15T07:01:50.959Z Compiling serde_core v1.0.228
19342026-08-15T07:01:50.959Z Compiling serde v1.0.228
19352026-08-15T07:01:50.959Z Compiling cfg-if v1.0.4
19362026-08-15T07:01:50.959Z Compiling version_check v0.9.5
19372026-08-15T07:01:51.116Z Compiling portable-atomic v1.13.1
19382026-08-15T07:01:51.119Z Compiling memchr v2.8.0
19392026-08-15T07:01:51.119Z Compiling zerocopy v0.8.56
19402026-08-15T07:01:51.153Z Compiling autocfg v1.5.0
19412026-08-15T07:01:51.167Z Compiling critical-section v1.2.0
19422026-08-15T07:01:51.170Z Compiling allocator-api2 v0.2.21
19432026-08-15T07:01:51.195Z Compiling zmij v1.0.21
19442026-08-15T07:01:51.318Z Compiling serde_json v1.0.151
19452026-08-15T07:01:51.335Z Compiling shlex v1.3.0
19462026-08-15T07:01:51.416Z Compiling find-msvc-tools v0.1.9
19472026-08-15T07:01:51.648Z Compiling generic-array v0.14.7
19482026-08-15T07:01:51.673Z Compiling equivalent v1.0.2
19492026-08-15T07:01:51.686Z Compiling foldhash v0.2.0
19502026-08-15T07:01:51.687Z Compiling libm v0.2.16
19512026-08-15T07:01:51.721Z Compiling num-traits v0.2.19
19522026-08-15T07:01:51.731Z Compiling icu_properties_data v2.1.2
19532026-08-15T07:01:51.808Z Compiling icu_normalizer_data v2.1.1
19542026-08-15T07:01:51.824Z Compiling parking_lot_core v0.9.12
19552026-08-15T07:01:51.874Z Compiling smallvec v1.15.1
19562026-08-15T07:01:51.914Z Compiling hashbrown v0.17.0
19572026-08-15T07:01:51.930Z Compiling getrandom v0.3.4
19582026-08-15T07:01:51.948Z Compiling getrandom v0.4.3
19592026-08-15T07:01:51.975Z Compiling log v0.4.33
19602026-08-15T07:01:51.996Z Compiling itoa v1.0.17
19612026-08-15T07:01:52.064Z Compiling jobserver v0.1.34
19622026-08-15T07:01:52.084Z Compiling cfg_aliases v0.2.1
19632026-08-15T07:01:52.112Z Compiling thiserror v2.0.18
19642026-08-15T07:01:52.142Z Compiling subtle v2.6.1
19652026-08-15T07:01:52.184Z Compiling errno v0.3.14
19662026-08-15T07:01:52.269Z Compiling winnow v0.7.14
19672026-08-15T07:01:52.344Z Compiling cc v1.2.56
19682026-08-15T07:01:52.366Z Compiling once_cell v1.21.3
19692026-08-15T07:01:52.443Z Compiling rustix v1.1.4
19702026-08-15T07:01:52.452Z Compiling winnow v1.0.3
19712026-08-15T07:01:52.479Z Compiling toml_datetime v0.7.5+spec-1.1.0
19722026-08-15T07:01:52.534Z Compiling borsh v1.8.0
19732026-08-15T07:01:52.534Z Compiling stable_deref_trait v1.2.1
19742026-08-15T07:01:52.563Z Compiling typenum v1.20.1
19752026-08-15T07:01:52.592Z Compiling heck v0.5.0
19762026-08-15T07:01:52.612Z Compiling pkg-config v0.3.32
19772026-08-15T07:01:52.631Z Compiling syn v2.0.117
19782026-08-15T07:01:52.665Z Compiling getrandom v0.2.17
19792026-08-15T07:01:52.720Z Compiling scopeguard v1.2.0
19802026-08-15T07:01:52.829Z Compiling lock_api v0.4.14
19812026-08-15T07:01:52.843Z Compiling rand_core v0.6.4
19822026-08-15T07:01:52.952Z Compiling thiserror v1.0.69
19832026-08-15T07:01:53.117Z Compiling rustversion v1.0.22
19842026-08-15T07:01:53.124Z Compiling syn v1.0.109
19852026-08-15T07:01:53.160Z Compiling const-oid v0.9.6
19862026-08-15T07:01:53.200Z Compiling schemars v0.8.22
19872026-08-15T07:01:53.261Z Compiling strsim v0.11.1
19882026-08-15T07:01:53.326Z Compiling litemap v0.8.1
19892026-08-15T07:01:53.350Z Compiling percent-encoding v2.3.2
19902026-08-15T07:01:53.472Z Compiling writeable v0.6.2
19912026-08-15T07:01:53.485Z Compiling indexmap v2.14.0
19922026-08-15T07:01:53.496Z Compiling toml_parser v1.1.2+spec-1.1.0
19932026-08-15T07:01:53.523Z Compiling bitflags v2.11.0
19942026-08-15T07:01:53.533Z Compiling semver v1.0.28
19952026-08-15T07:01:53.692Z Compiling pin-project-lite v0.2.17
19962026-08-15T07:01:54.020Z Compiling utf8_iter v1.0.4
19972026-08-15T07:01:54.059Z Compiling form_urlencoded v1.2.2
19982026-08-15T07:01:54.119Z Compiling cmake v0.1.57
19992026-08-15T07:01:54.145Z Compiling toml_edit v0.23.10+spec-1.0.0
20002026-08-15T07:01:54.209Z Compiling signal-hook-registry v1.4.8
20012026-08-15T07:01:54.260Z Compiling fs_extra v1.3.0
20022026-08-15T07:01:54.279Z Compiling byteorder v1.5.0
20032026-08-15T07:01:54.297Z Compiling dunce v1.0.5
20042026-08-15T07:01:54.416Z Compiling rand_core v0.10.0
20052026-08-15T07:01:54.433Z Compiling parking_lot v0.12.5
20062026-08-15T07:01:54.488Z Compiling mio v1.2.0
20072026-08-15T07:01:54.506Z Compiling socket2 v0.6.3
20082026-08-15T07:01:54.562Z Compiling aws-lc-sys v0.40.0
20092026-08-15T07:01:54.668Z Compiling ident_case v1.0.1
20102026-08-15T07:01:54.757Z Compiling proc-macro-crate v3.4.0
20112026-08-15T07:01:55.192Z Compiling base64ct v1.8.3
20122026-08-15T07:01:55.211Z Compiling futures-core v0.3.32
20132026-08-15T07:01:55.319Z Compiling rustc_version v0.4.1
20142026-08-15T07:01:55.432Z Compiling aws-lc-rs v1.16.3
20152026-08-15T07:01:55.435Z Compiling flagset v0.4.7
20162026-08-15T07:01:55.466Z Compiling pem-rfc7468 v0.7.0
20172026-08-15T07:01:55.515Z Compiling iana-time-zone v0.1.65
20182026-08-15T07:01:55.518Z Compiling ucd-trie v0.1.7
20192026-08-15T07:01:55.549Z Compiling synstructure v0.13.2
20202026-08-15T07:01:55.578Z Compiling serde_derive_internals v0.29.1
20212026-08-15T07:01:55.677Z Compiling pest v2.8.6
20222026-08-15T07:01:55.785Z Compiling anyhow v1.0.104
20232026-08-15T07:01:55.838Z Compiling ahash v0.8.12
20242026-08-15T07:01:55.858Z Compiling httparse v1.10.1
20252026-08-15T07:01:55.930Z Compiling fnv v1.0.7
20262026-08-15T07:01:56.002Z Compiling regex-syntax v0.8.10
20272026-08-15T07:01:56.055Z Compiling crc32fast v1.5.0
20282026-08-15T07:01:56.102Z Compiling vcpkg v0.2.15
20292026-08-15T07:01:56.120Z Compiling futures-sink v0.3.32
20302026-08-15T07:01:56.212Z Compiling base64 v0.22.1
20312026-08-15T07:01:56.227Z Compiling futures-channel v0.3.32
20322026-08-15T07:01:56.230Z Compiling darling_core v0.23.0
20332026-08-15T07:01:56.341Z Compiling dyn-clone v1.0.20
20342026-08-15T07:01:56.376Z Compiling futures-io v0.3.32
20352026-08-15T07:01:56.404Z Compiling rustls v0.23.41
20362026-08-15T07:01:56.488Z Compiling futures-task v0.3.32
20372026-08-15T07:01:56.503Z Compiling num-bigint-dig v0.8.6
20382026-08-15T07:01:56.597Z Compiling slab v0.4.12
20392026-08-15T07:01:56.640Z Compiling cpufeatures v0.2.17
20402026-08-15T07:01:56.643Z Compiling terminal_size v0.4.3
20412026-08-15T07:01:56.744Z Compiling openssl-sys v0.9.117
20422026-08-15T07:01:56.748Z Compiling simd-adler32 v0.3.8
20432026-08-15T07:01:56.797Z Compiling num-conv v0.2.0
20442026-08-15T07:01:56.801Z Compiling camino v1.2.5
20452026-08-15T07:01:56.833Z Compiling anstyle v1.0.14
20462026-08-15T07:01:56.837Z Compiling time-core v0.1.8
20472026-08-15T07:01:56.837Z Compiling plain v0.2.3
20482026-08-15T07:01:56.886Z Compiling pest_meta v2.8.6
20492026-08-15T07:01:56.923Z Compiling serde_derive v1.0.228
20502026-08-15T07:01:56.970Z Compiling zeroize_derive v1.5.0
20512026-08-15T07:01:57.003Z Compiling zerocopy-derive v0.8.56
20522026-08-15T07:01:57.020Z Compiling zerofrom-derive v0.1.6
20532026-08-15T07:01:57.036Z Compiling yoke-derive v0.8.1
20542026-08-15T07:01:57.051Z Compiling zerovec-derive v0.11.2
20552026-08-15T07:01:57.072Z Compiling displaydoc v0.2.5
20562026-08-15T07:01:57.090Z Compiling tokio-macros v2.7.0
20572026-08-15T07:01:57.128Z Compiling thiserror-impl v2.0.18
20582026-08-15T07:01:57.207Z Compiling borsh-derive v1.8.0
20592026-08-15T07:01:57.295Z Compiling der_derive v0.7.3
20602026-08-15T07:01:57.311Z Compiling futures-macro v0.3.32
20612026-08-15T07:01:57.499Z Compiling thiserror-impl v1.0.69
20622026-08-15T07:01:57.628Z Compiling zeroize v1.9.0
20632026-08-15T07:01:57.832Z Compiling schemars_derive v0.8.22
20642026-08-15T07:01:58.057Z Compiling tracing-attributes v0.1.31
20652026-08-15T07:01:58.157Z Compiling pest_generator v2.8.6
20662026-08-15T07:01:58.194Z Compiling clap_derive v4.6.1
20672026-08-15T07:01:58.245Z Compiling zerofrom v0.1.6
20682026-08-15T07:01:58.280Z Compiling futures-util v0.3.32
20692026-08-15T07:01:58.314Z Compiling der v0.7.10
20702026-08-15T07:01:58.381Z Compiling yoke v0.8.1
20712026-08-15T07:01:58.444Z Compiling crypto-common v0.1.7
20722026-08-15T07:01:58.521Z Compiling block-buffer v0.10.4
20732026-08-15T07:01:58.621Z Compiling zerovec v0.11.5
20742026-08-15T07:01:58.622Z Compiling zerotrie v0.2.3
20752026-08-15T07:01:58.718Z Compiling digest v0.10.7
20762026-08-15T07:01:58.854Z Compiling pest_derive v2.8.6
20772026-08-15T07:01:59.002Z Compiling darling_macro v0.23.0
20782026-08-15T07:01:59.035Z Compiling utf8parse v0.2.2
20792026-08-15T07:01:59.054Z Compiling crossbeam-utils v0.8.21
20802026-08-15T07:01:59.112Z Compiling time-macros v0.2.27
20812026-08-15T07:01:59.173Z Compiling tinystr v0.8.2
20822026-08-15T07:01:59.267Z Compiling potential_utf v0.1.4
20832026-08-15T07:01:59.369Z Compiling icu_locale_core v2.1.1
20842026-08-15T07:01:59.386Z Compiling spki v0.7.3
20852026-08-15T07:01:59.403Z Compiling icu_collections v2.1.1
20862026-08-15T07:01:59.504Z Compiling anstyle-parse v1.0.0
20872026-08-15T07:01:59.550Z Compiling darling v0.23.0
20882026-08-15T07:01:59.637Z Compiling pkcs8 v0.10.2
20892026-08-15T07:01:59.657Z Compiling async-trait v0.1.89
20902026-08-15T07:01:59.715Z Compiling slog v2.8.2
20912026-08-15T07:01:59.964Z Compiling colorchoice v1.0.4
20922026-08-15T07:01:59.968Z Compiling is_terminal_polyfill v1.70.2
20932026-08-15T07:01:59.998Z Compiling adler2 v2.0.1
20942026-08-15T07:02:00.099Z Compiling icu_provider v2.1.1
20952026-08-15T07:02:00.118Z Compiling anstyle-query v1.1.5
20962026-08-15T07:02:00.168Z Compiling miniz_oxide v0.8.9
20972026-08-15T07:02:00.196Z Compiling sha2 v0.10.9
20982026-08-15T07:02:00.248Z Compiling bytes v1.11.1
20992026-08-15T07:02:00.287Z Compiling ipnet v2.12.1
21002026-08-15T07:02:00.305Z Compiling chrono v0.4.45
21012026-08-15T07:02:00.323Z Compiling anstream v1.0.0
21022026-08-15T07:02:00.428Z Compiling icu_normalizer v2.1.1
21032026-08-15T07:02:00.588Z Compiling icu_properties v2.1.2
21042026-08-15T07:02:00.737Z Compiling serde_spanned v0.6.9
21052026-08-15T07:02:00.773Z Compiling tokio v1.52.1
21062026-08-15T07:02:00.906Z Compiling toml_datetime v0.6.11
21072026-08-15T07:02:00.995Z Compiling hmac v0.12.1
21082026-08-15T07:02:01.094Z Compiling spin v0.9.8
21092026-08-15T07:02:01.143Z Compiling aho-corasick v1.1.4
21102026-08-15T07:02:01.362Z Compiling pretty-hex v0.4.1
21112026-08-15T07:02:01.438Z Compiling uuid v1.23.4
21122026-08-15T07:02:01.533Z Compiling serde_tokenstream v0.2.3
21132026-08-15T07:02:01.578Z Compiling idna_adapter v1.2.1
21142026-08-15T07:02:01.704Z Compiling ppv-lite86 v0.2.21
21152026-08-15T07:02:01.762Z Compiling idna v1.1.0
21162026-08-15T07:02:01.849Z Compiling hex v0.4.3
21172026-08-15T07:02:01.968Z Compiling signature v2.2.0
21182026-08-15T07:02:02.017Z Compiling scroll_derive v0.12.1
21192026-08-15T07:02:02.076Z Compiling rand_chacha v0.3.1
21202026-08-15T07:02:02.094Z Compiling regex-automata v0.4.14
21212026-08-15T07:02:02.097Z Compiling clap_lex v1.0.0
21222026-08-15T07:02:02.153Z Compiling url v2.5.8
21232026-08-15T07:02:02.316Z Compiling rand v0.8.6
21242026-08-15T07:02:02.349Z Compiling object v0.37.3
21252026-08-15T07:02:02.368Z Compiling radium v0.7.0
21262026-08-15T07:02:02.524Z Compiling clap_builder v4.6.0
21272026-08-15T07:02:02.659Z Compiling curve25519-dalek v4.1.3
21282026-08-15T07:02:02.680Z Compiling zerocopy-derive v0.7.35
21292026-08-15T07:02:02.738Z Compiling num-integer v0.1.46
21302026-08-15T07:02:02.755Z Compiling tracing-core v0.1.36
21312026-08-15T07:02:03.014Z Compiling maybe-uninit v2.0.0
21322026-08-15T07:02:03.068Z Compiling openssl v0.10.80
21332026-08-15T07:02:03.089Z Compiling winnow v0.5.40
21342026-08-15T07:02:03.279Z Compiling tracing v0.1.44
21352026-08-15T07:02:03.303Z Compiling num-iter v0.1.45
21362026-08-15T07:02:03.528Z Compiling lazy_static v1.5.0
21372026-08-15T07:02:03.546Z Compiling scroll_derive v0.13.1
21382026-08-15T07:02:03.666Z Compiling curve25519-dalek-derive v0.1.1
21392026-08-15T07:02:03.746Z Compiling rand_core v0.9.5
21402026-08-15T07:02:03.786Z Compiling ff v0.13.1
21412026-08-15T07:02:03.958Z Compiling gimli v0.32.3
21422026-08-15T07:02:03.974Z Compiling base16ct v0.2.0
21432026-08-15T07:02:03.991Z Compiling group v0.13.0
21442026-08-15T07:02:04.186Z Compiling clap v4.6.1
21452026-08-15T07:02:04.201Z Compiling sec1 v0.7.3
21462026-08-15T07:02:04.416Z Compiling hkdf v0.12.4
21472026-08-15T07:02:04.487Z Compiling toml_edit v0.19.15
21482026-08-15T07:02:04.505Z Compiling pkcs1 v0.7.5
21492026-08-15T07:02:04.586Z Compiling x509-cert v0.2.5
21502026-08-15T07:02:04.601Z Compiling crypto-bigint v0.5.5
21512026-08-15T07:02:04.632Z Compiling hubpack_derive v0.1.1
21522026-08-15T07:02:04.824Z Compiling strum_macros v0.26.4
21532026-08-15T07:02:04.919Z Compiling openssl-macros v0.1.1
21542026-08-15T07:02:05.267Z Compiling zstd-sys v2.0.16+zstd.1.5.7
21552026-08-15T07:02:05.362Z Compiling bzip2-sys v0.1.13+1.0.8
21562026-08-15T07:02:05.472Z Compiling usdt-impl v0.5.0
21572026-08-15T07:02:05.603Z Compiling packed_struct v0.10.1
21582026-08-15T07:02:05.678Z Compiling native-tls v0.2.18
21592026-08-15T07:02:05.694Z Compiling tinyvec_macros v0.1.1
21602026-08-15T07:02:05.724Z Compiling rustc-demangle v0.1.27
21612026-08-15T07:02:05.782Z Compiling addr2line v0.25.1
21622026-08-15T07:02:05.792Z Compiling owo-colors v4.3.0
21632026-08-15T07:02:05.841Z Compiling tinyvec v1.12.0
21642026-08-15T07:02:05.874Z Compiling elliptic-curve v0.13.8
21652026-08-15T07:02:05.926Z Compiling rsa v0.9.10
21662026-08-15T07:02:05.974Z Compiling tokio-util v0.7.18
21672026-08-15T07:02:06.106Z Compiling regex v1.12.3
21682026-08-15T07:02:06.142Z Compiling rand_chacha v0.9.0
21692026-08-15T07:02:06.160Z Compiling scroll v0.12.0
21702026-08-15T07:02:06.185Z Compiling http v1.4.2
21712026-08-15T07:02:06.317Z Compiling proc-macro-error-attr2 v2.0.0
21722026-08-15T07:02:06.336Z Compiling cookie v0.18.1
21732026-08-15T07:02:06.470Z Compiling smawk v0.3.2
21742026-08-15T07:02:06.487Z Compiling unicode-linebreak v0.1.5
21752026-08-15T07:02:06.552Z Compiling fastrand v2.3.0
21762026-08-15T07:02:06.579Z Compiling unicode-width v0.2.0
21772026-08-15T07:02:06.598Z Compiling is_ci v1.2.0
21782026-08-15T07:02:06.623Z Compiling goblin v0.8.2
21792026-08-15T07:02:06.659Z Compiling rand v0.9.2
21802026-08-15T07:02:06.757Z Compiling supports-color v3.0.2
21812026-08-15T07:02:06.773Z Compiling proc-macro-error2 v2.0.1
21822026-08-15T07:02:06.889Z Compiling textwrap v0.16.2
21832026-08-15T07:02:07.026Z Compiling zerocopy v0.7.35
21842026-08-15T07:02:07.085Z Compiling backtrace v0.3.76
21852026-08-15T07:02:07.181Z Compiling hashbrown v0.14.5
21862026-08-15T07:02:07.262Z Compiling rfc6979 v0.4.0
21872026-08-15T07:02:07.292Z Compiling serde_with_macros v3.21.0
21882026-08-15T07:02:07.319Z Compiling rustls-pki-types v1.14.0
21892026-08-15T07:02:07.383Z Compiling packed_struct_codegen v0.10.1
21902026-08-15T07:02:07.456Z Compiling bitfield-macros v0.19.4
21912026-08-15T07:02:07.645Z Compiling backtrace-ext v0.2.1
21922026-08-15T07:02:07.672Z Compiling miette-derive v7.6.0
21932026-08-15T07:02:07.770Z Compiling zerocopy-derive v0.6.6
21942026-08-15T07:02:07.787Z Compiling indexmap v1.9.3
21952026-08-15T07:02:07.803Z Compiling salty v0.3.0
21962026-08-15T07:02:08.015Z Compiling supports-hyperlinks v3.2.0
21972026-08-15T07:02:08.069Z Compiling unicode-width v0.1.14
21982026-08-15T07:02:08.086Z Compiling supports-unicode v3.0.0
21992026-08-15T07:02:08.114Z Compiling keccak v0.1.6
22002026-08-15T07:02:08.150Z Compiling paste v1.0.15
22012026-08-15T07:02:08.189Z Compiling tempfile v3.27.0
22022026-08-15T07:02:08.248Z Compiling chumsky v0.9.3
22032026-08-15T07:02:08.265Z Compiling ecdsa v0.16.9
22042026-08-15T07:02:08.343Z Compiling sha3 v0.10.8
22052026-08-15T07:02:08.384Z Compiling knus-derive v3.4.0
22062026-08-15T07:02:08.404Z Compiling http-body v1.0.1
22072026-08-15T07:02:08.438Z Compiling primeorder v0.13.6
22082026-08-15T07:02:08.565Z Compiling ed25519 v2.2.3
22092026-08-15T07:02:08.597Z Compiling dtrace-parser v0.2.0
22102026-08-15T07:02:08.700Z Compiling thread-id v4.2.2
22112026-08-15T07:02:08.715Z Compiling either v1.15.0
22122026-08-15T07:02:08.800Z Compiling miette v7.6.0
22132026-08-15T07:02:08.817Z Compiling usdt-impl v0.6.0
22142026-08-15T07:02:08.832Z Compiling ref-cast v1.0.25
22152026-08-15T07:02:08.943Z Compiling cmov v0.5.4
22162026-08-15T07:02:08.960Z Compiling openssl-probe v0.2.1
22172026-08-15T07:02:09.058Z Compiling dof v0.3.0
22182026-08-15T07:02:09.126Z Compiling unicode-segmentation v1.12.0
22192026-08-15T07:02:09.144Z Compiling untrusted v0.7.1
22202026-08-15T07:02:09.210Z Compiling ctutils v0.4.2
22212026-08-15T07:02:09.227Z Compiling ed25519-dalek v2.2.0
22222026-08-15T07:02:09.290Z Compiling p384 v0.13.1
22232026-08-15T07:02:09.569Z Compiling scroll v0.13.0
22242026-08-15T07:02:09.670Z Compiling sha1 v0.10.6
22252026-08-15T07:02:09.699Z Compiling enum-as-inner v0.6.1
22262026-08-15T07:02:09.783Z Compiling knus v3.4.0
22272026-08-15T07:02:09.860Z Compiling heapless v0.7.17
22282026-08-15T07:02:09.877Z Compiling untrusted v0.9.0
22292026-08-15T07:02:09.881Z Compiling zstd-safe v7.2.4
22302026-08-15T07:02:09.944Z Compiling rustix v0.38.44
22312026-08-15T07:02:09.947Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
22322026-08-15T07:02:09.947Z Compiling tower-layer v0.3.3
22332026-08-15T07:02:10.019Z Compiling atomic-waker v1.1.2
22342026-08-15T07:02:10.045Z Compiling powerfmt v0.2.0
22352026-08-15T07:02:10.048Z Compiling try-lock v0.2.5
22362026-08-15T07:02:10.149Z Compiling signal-hook v0.3.18
22372026-08-15T07:02:10.164Z Compiling tower-service v0.3.3
22382026-08-15T07:02:10.167Z Compiling litrs v1.0.0
22392026-08-15T07:02:10.214Z Compiling deranged v0.5.8
22402026-08-15T07:02:10.235Z Compiling want v0.3.1
22412026-08-15T07:02:10.284Z Compiling h2 v0.4.15
22422026-08-15T07:02:10.361Z Compiling goblin v0.10.5
22432026-08-15T07:02:10.392Z Compiling hybrid-array v0.4.13
22442026-08-15T07:02:10.426Z Compiling heck v0.4.1
22452026-08-15T07:02:10.549Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
22462026-08-15T07:02:10.678Z Compiling document-features v0.2.12
22472026-08-15T07:02:10.863Z Compiling ref-cast-impl v1.0.25
22482026-08-15T07:02:10.921Z Compiling daft-derive v0.1.7
22492026-08-15T07:02:11.032Z Compiling structmeta-derive v0.3.0
22502026-08-15T07:02:11.238Z Compiling darling_core v0.20.11
22512026-08-15T07:02:11.254Z Compiling memoffset v0.9.1
22522026-08-15T07:02:11.420Z Compiling foreign-types-shared v0.1.1
22532026-08-15T07:02:11.552Z Compiling tap v1.0.1
22542026-08-15T07:02:11.720Z Compiling httpdate v1.0.3
22552026-08-15T07:02:11.720Z Compiling slog-async v2.8.0
22562026-08-15T07:02:11.786Z Compiling num_threads v0.1.7
22572026-08-15T07:02:11.906Z Compiling time v0.3.47
22582026-08-15T07:02:12.004Z Compiling wyz v0.5.1
22592026-08-15T07:02:12.082Z Compiling foreign-types v0.3.2
22602026-08-15T07:02:12.117Z Compiling structmeta v0.3.0
22612026-08-15T07:02:12.537Z Compiling usdt-attr-macro v0.5.0
22622026-08-15T07:02:12.564Z Compiling usdt-macro v0.5.0
22632026-08-15T07:02:12.990Z Compiling unicode-normalization v0.1.25
22642026-08-15T07:02:13.083Z Compiling half v2.7.1
22652026-08-15T07:02:13.304Z Compiling dof v0.4.0
22662026-08-15T07:02:13.344Z Compiling erased-serde v0.3.31
22672026-08-15T07:02:13.347Z Compiling darling_macro v0.20.11
22682026-08-15T07:02:13.401Z Compiling dtrace-parser v0.3.0
22692026-08-15T07:02:13.418Z Compiling pin-project-internal v1.1.11
22702026-08-15T07:02:13.753Z Compiling hyper v1.10.1
22712026-08-15T07:02:13.765Z Compiling env_filter v2.0.0
22722026-08-15T07:02:13.876Z Compiling socket2 v0.5.10
22732026-08-15T07:02:13.893Z Compiling thread-id v5.1.0
22742026-08-15T07:02:13.999Z Compiling wait-timeout v0.2.1
22752026-08-15T07:02:14.263Z Compiling quick-error v1.2.3
22762026-08-15T07:02:14.398Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
22772026-08-15T07:02:14.441Z Compiling ciborium-io v0.2.2
22782026-08-15T07:02:14.476Z Compiling funty v2.0.0
22792026-08-15T07:02:14.479Z Compiling smoltcp v0.9.1
22802026-08-15T07:02:14.512Z Compiling bit-vec v0.8.0
22812026-08-15T07:02:14.534Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
22822026-08-15T07:02:14.563Z Compiling ciborium-ll v0.2.2
22832026-08-15T07:02:14.721Z Compiling bit-set v0.8.0
22842026-08-15T07:02:14.801Z Compiling rusty-fork v0.3.1
22852026-08-15T07:02:14.832Z Compiling bitvec v1.0.1
22862026-08-15T07:02:14.917Z Compiling hyper-util v0.1.20
22872026-08-15T07:02:14.992Z Compiling env_logger v0.11.11
22882026-08-15T07:02:15.009Z Compiling darling v0.20.11
22892026-08-15T07:02:15.450Z Compiling hubpack v0.1.2
22902026-08-15T07:02:15.491Z Compiling ipnetwork v0.21.1
22912026-08-15T07:02:15.535Z Compiling rand_xorshift v0.4.0
22922026-08-15T07:02:15.925Z Compiling sync_wrapper v1.0.2
22932026-08-15T07:02:15.976Z Compiling nix v0.31.2
22942026-08-15T07:02:16.096Z Compiling siphasher v1.0.2
22952026-08-15T07:02:16.114Z Compiling crc-catalog v2.4.0
22962026-08-15T07:02:16.228Z Compiling nodrop v0.1.14
22972026-08-15T07:02:16.383Z Compiling unarray v0.1.4
22982026-08-15T07:02:16.386Z Compiling zlib-rs v0.6.2
22992026-08-15T07:02:16.648Z Compiling proptest v1.11.0
23002026-08-15T07:02:16.705Z Compiling array-init v0.0.4
23012026-08-15T07:02:16.782Z Compiling crc v3.4.0
23022026-08-15T07:02:17.107Z Compiling tower v0.5.3
23032026-08-15T07:02:17.245Z Compiling smallvec v0.6.14
23042026-08-15T07:02:17.483Z Compiling derive_builder_core v0.20.2
23052026-08-15T07:02:17.512Z Compiling ciborium v0.2.2
23062026-08-15T07:02:17.721Z Compiling snafu-derive v0.8.9
23072026-08-15T07:02:17.977Z Compiling zerocopy v0.6.6
23082026-08-15T07:02:18.048Z Compiling http-body-util v0.1.3
23092026-08-15T07:02:18.065Z Compiling serde_with v3.21.0
23102026-08-15T07:02:18.117Z Compiling bitfield v0.19.4
23112026-08-15T07:02:18.248Z Compiling strum v0.26.3
23122026-08-15T07:02:18.333Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=b8782742d1bd91546887fbc1757a7d024a5469ef#b8782742)
23132026-08-15T07:02:18.404Z Compiling strum_macros v0.27.2
23142026-08-15T07:02:18.421Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23152026-08-15T07:02:18.439Z Compiling fs-err v3.3.0
23162026-08-15T07:02:18.572Z Compiling hashbrown v0.12.3
23172026-08-15T07:02:18.669Z Compiling flate2 v1.1.9
23182026-08-15T07:02:18.698Z Compiling ryu v1.0.23
23192026-08-15T07:02:18.853Z Compiling data-encoding v2.10.0
23202026-08-15T07:02:18.900Z Compiling unicode-bidi v0.3.18
23212026-08-15T07:02:18.916Z Compiling base64 v0.21.7
23222026-08-15T07:02:19.100Z Compiling unicode-properties v0.1.4
23232026-08-15T07:02:19.117Z Compiling static_assertions v1.1.0
23242026-08-15T07:02:19.247Z Compiling iri-string v0.7.10
23252026-08-15T07:02:20.338Z Compiling stringprep v0.1.5
23262026-08-15T07:02:20.341Z Compiling ron v0.8.1
23272026-08-15T07:02:20.341Z Compiling serde_urlencoded v0.7.1
23282026-08-15T07:02:20.341Z Compiling newtype-uuid v1.3.2
23292026-08-15T07:02:20.341Z Compiling oxnet v0.1.6
23302026-08-15T07:02:20.342Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
23312026-08-15T07:02:20.342Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23322026-08-15T07:02:20.342Z Compiling derive_builder_macro v0.20.2
23332026-08-15T07:02:20.342Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23342026-08-15T07:02:20.342Z Compiling tokio-native-tls v0.3.1
23352026-08-15T07:02:20.343Z Compiling serde-hex v0.1.0
23362026-08-15T07:02:20.444Z Compiling tower-http v0.6.8
23372026-08-15T07:02:20.475Z Compiling bzip2 v0.4.4
23382026-08-15T07:02:20.585Z Compiling usdt-macro v0.6.0
23392026-08-15T07:02:20.732Z Compiling usdt-attr-macro v0.6.0
23402026-08-15T07:02:20.736Z Compiling derive-ex v0.1.8
23412026-08-15T07:02:20.744Z Compiling crypto-common v0.2.2
23422026-08-15T07:02:20.827Z Compiling block-buffer v0.12.1
23432026-08-15T07:02:21.109Z Compiling block-padding v0.4.2
23442026-08-15T07:02:21.292Z Compiling rustls-native-certs v0.8.3
23452026-08-15T07:02:21.393Z Compiling bstr v1.12.1
23462026-08-15T07:02:21.414Z Compiling hashbrown v0.13.2
23472026-08-15T07:02:21.572Z Compiling futures-executor v0.3.32
23482026-08-15T07:02:21.841Z Compiling serde-big-array v0.5.1
23492026-08-15T07:02:21.969Z Compiling md-5 v0.10.6
23502026-08-15T07:02:22.058Z Compiling hash32 v0.2.1
23512026-08-15T07:02:22.130Z Compiling vergen-lib v9.1.0
23522026-08-15T07:02:22.163Z Compiling thread_local v1.1.9
23532026-08-15T07:02:22.178Z Compiling encoding_rs v0.8.35
23542026-08-15T07:02:22.280Z Compiling linked-hash-map v0.5.6
23552026-08-15T07:02:22.296Z Compiling mime v0.3.17
23562026-08-15T07:02:22.338Z Compiling crc-any v2.5.0
23572026-08-15T07:02:22.443Z Compiling fallible-iterator v0.2.0
23582026-08-15T07:02:22.487Z Compiling psl-types v2.0.11
23592026-08-15T07:02:22.536Z Compiling cpufeatures v0.3.0
23602026-08-15T07:02:22.569Z Compiling toml_write v0.1.2
23612026-08-15T07:02:22.631Z Compiling publicsuffix v2.3.0
23622026-08-15T07:02:22.647Z Compiling lru-cache v0.1.2
23632026-08-15T07:02:22.799Z Compiling postgres-protocol v0.6.10
23642026-08-15T07:02:22.799Z Compiling toml_edit v0.22.27
23652026-08-15T07:02:22.854Z Compiling test-strategy v0.4.5
23662026-08-15T07:02:23.343Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
23672026-08-15T07:02:23.584Z Compiling object v0.30.4
23682026-08-15T07:02:23.602Z Compiling futures v0.3.32
23692026-08-15T07:02:23.679Z Compiling inout v0.2.2
23702026-08-15T07:02:23.912Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
23712026-08-15T07:02:24.075Z Compiling zip v0.6.6
23722026-08-15T07:02:24.111Z Compiling derive_builder v0.20.2
23732026-08-15T07:02:24.202Z Compiling hyper-tls v0.6.0
23742026-08-15T07:02:24.226Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23752026-08-15T07:02:24.263Z Compiling daft v0.1.7
23762026-08-15T07:02:24.282Z Compiling hickory-proto v0.24.4
23772026-08-15T07:02:24.457Z Compiling crossbeam-channel v0.5.15
23782026-08-15T07:02:24.475Z Compiling phf_shared v0.13.1
23792026-08-15T07:02:24.636Z Compiling pin-project v1.1.11
23802026-08-15T07:02:24.772Z Compiling toml v0.7.8
23812026-08-15T07:02:24.858Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
23822026-08-15T07:02:24.946Z Compiling async-recursion v1.1.1
23832026-08-15T07:02:24.973Z Compiling serde_repr v0.1.20
23842026-08-15T07:02:25.139Z Compiling derive-where v1.6.0
23852026-08-15T07:02:25.170Z Compiling vergen v9.1.0
23862026-08-15T07:02:25.320Z Compiling cargo-platform v0.3.2
23872026-08-15T07:02:25.392Z Compiling is-terminal v0.4.17
23882026-08-15T07:02:25.522Z Compiling memmap v0.7.0
23892026-08-15T07:02:25.546Z Compiling bumpalo v3.20.2
23902026-08-15T07:02:25.597Z Compiling path-slash v0.1.5
23912026-08-15T07:02:25.720Z Compiling resolv-conf v0.7.6
23922026-08-15T07:02:25.752Z Compiling libbz2-rs-sys v0.2.2
23932026-08-15T07:02:25.852Z Compiling take_mut v0.2.2
23942026-08-15T07:02:25.951Z Compiling same-file v1.0.6
23952026-08-15T07:02:25.989Z Compiling managed v0.8.0
23962026-08-15T07:02:26.130Z Compiling term v1.2.1
23972026-08-15T07:02:26.164Z Compiling bitflags v1.3.2
23982026-08-15T07:02:26.260Z Compiling foldhash v0.1.5
23992026-08-15T07:02:26.457Z Compiling corncobs v0.1.4
24002026-08-15T07:02:26.474Z Compiling jiff-core v0.1.0
24012026-08-15T07:02:26.512Z Compiling hickory-resolver v0.24.4
24022026-08-15T07:02:26.735Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
24032026-08-15T07:02:26.739Z Compiling slog-term v2.9.2
24042026-08-15T07:02:26.880Z Compiling hashbrown v0.15.5
24052026-08-15T07:02:27.059Z Compiling bzip2 v0.6.1
24062026-08-15T07:02:27.217Z Compiling walkdir v2.5.0
24072026-08-15T07:02:27.270Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
24082026-08-15T07:02:27.288Z Compiling jiff v0.2.34
24092026-08-15T07:02:27.386Z Compiling zopfli v0.8.3
24102026-08-15T07:02:27.489Z Compiling usdt v0.5.0
24112026-08-15T07:02:27.530Z Compiling cargo_metadata v0.23.1
24122026-08-15T07:02:27.936Z Compiling snafu v0.8.9
24132026-08-15T07:02:27.997Z Compiling phf v0.13.1
24142026-08-15T07:02:28.205Z Compiling reqwest v0.12.28
24152026-08-15T07:02:28.224Z Compiling toml v0.8.23
24162026-08-15T07:02:28.474Z Compiling signal-hook-mio v0.2.5
24172026-08-15T07:02:28.507Z Compiling cookie_store v0.22.1
24182026-08-15T07:02:28.629Z Compiling cipher v0.5.2
24192026-08-15T07:02:28.654Z Compiling zstd v0.13.3
24202026-08-15T07:02:28.818Z Compiling postgres-types v0.2.12
24212026-08-15T07:02:28.842Z Compiling globset v0.4.18
24222026-08-15T07:02:28.878Z Compiling strum v0.27.2
24232026-08-15T07:02:28.938Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24242026-08-15T07:02:29.084Z Compiling phf_shared v0.11.3
24252026-08-15T07:02:29.102Z Compiling olpc-cjson v0.1.4
24262026-08-15T07:02:29.138Z Compiling crossbeam-epoch v0.9.18
24272026-08-15T07:02:29.374Z Compiling tokio-stream v0.1.18
24282026-08-15T07:02:29.501Z Compiling byte-wrapper v0.1.0
24292026-08-15T07:02:29.723Z Compiling serde_plain v1.0.2
24302026-08-15T07:02:29.758Z Compiling inout v0.1.4
24312026-08-15T07:02:29.850Z Compiling secrecy v0.8.0
24322026-08-15T07:02:29.874Z Compiling pem v3.0.6
24332026-08-15T07:02:29.934Z Compiling float-cmp v0.10.0
24342026-08-15T07:02:30.037Z Compiling memmap2 v0.9.10
24352026-08-15T07:02:30.091Z Compiling hashbrown v0.16.1
24362026-08-15T07:02:30.109Z Compiling debug-ignore v1.0.5
24372026-08-15T07:02:30.193Z Compiling typed-path v0.9.3
24382026-08-15T07:02:30.209Z Compiling whoami v2.1.0
24392026-08-15T07:02:30.239Z Compiling precomputed-hash v0.1.1
24402026-08-15T07:02:30.270Z Compiling const-oid v0.10.2
24412026-08-15T07:02:30.358Z Compiling fixedbitset v0.4.2
24422026-08-15T07:02:30.519Z Compiling predicates-core v1.0.10
24432026-08-15T07:02:30.611Z Compiling new_debug_unreachable v1.0.6
24442026-08-15T07:02:30.719Z Compiling difflib v0.4.0
24452026-08-15T07:02:30.737Z Compiling normalize-line-endings v0.3.0
24462026-08-15T07:02:30.755Z Compiling fixedbitset v0.5.7
24472026-08-15T07:02:30.832Z Compiling string_cache v0.8.9
24482026-08-15T07:02:30.867Z Compiling iddqd v0.4.2
24492026-08-15T07:02:31.074Z Compiling petgraph v0.8.3
24502026-08-15T07:02:31.092Z Compiling predicates v3.1.4
24512026-08-15T07:02:31.125Z Compiling chacha20 v0.10.0
24522026-08-15T07:02:31.193Z Compiling petgraph v0.6.5
24532026-08-15T07:02:31.359Z Compiling tokio-postgres v0.7.16
24542026-08-15T07:02:31.411Z Compiling digest v0.11.3
24552026-08-15T07:02:31.627Z Compiling qorb v0.4.1
24562026-08-15T07:02:31.666Z Compiling usdt v0.6.0
24572026-08-15T07:02:31.954Z Compiling cipher v0.4.4
24582026-08-15T07:02:32.182Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
24592026-08-15T07:02:32.313Z Compiling zip v4.6.1
24602026-08-15T07:02:33.448Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
24612026-08-15T07:02:33.490Z Compiling crossterm v0.28.1
24622026-08-15T07:02:33.604Z Compiling similar v2.7.0
24632026-08-15T07:02:33.678Z Compiling hickory-proto v0.25.2
24642026-08-15T07:02:34.385Z Compiling itertools v0.13.0
24652026-08-15T07:02:34.693Z Compiling buf-list v1.1.2
24662026-08-15T07:02:34.987Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
24672026-08-15T07:02:35.141Z Compiling openapiv3 v2.2.0
24682026-08-15T07:02:35.502Z Compiling peg-runtime v0.8.5
24692026-08-15T07:02:35.696Z Compiling lalrpop-util v0.19.12
24702026-08-15T07:02:51.955Z Compiling rustls-webpki v0.103.13
24712026-08-15T07:02:55.862Z Compiling tokio-rustls v0.26.4
24722026-08-15T07:02:56.160Z Compiling hyper-rustls v0.27.7
24732026-08-15T07:02:56.256Z Compiling rustls-platform-verifier v0.6.2
24742026-08-15T07:02:56.491Z Compiling reqwest v0.13.2
24752026-08-15T07:02:56.548Z Compiling tough v0.22.0
24762026-08-15T07:02:59.151Z Compiling proc-macro-crate v1.3.1
24772026-08-15T07:02:59.283Z Compiling macaddr v1.0.1
24782026-08-15T07:02:59.523Z Compiling rayon-core v1.13.0
24792026-08-15T07:02:59.554Z Compiling crucible-workspace-hack v0.1.0
24802026-08-15T07:02:59.612Z Compiling itertools v0.15.0
24812026-08-15T07:02:59.737Z Compiling secrecy v0.10.3
24822026-08-15T07:02:59.788Z Compiling heapless v0.8.0
24832026-08-15T07:02:59.902Z Compiling crossbeam-deque v0.8.6
24842026-08-15T07:02:59.902Z Compiling hash32 v0.3.1
24852026-08-15T07:02:59.937Z Compiling multer v3.1.0
24862026-08-15T07:02:59.977Z Compiling match_cfg v0.1.0
24872026-08-15T07:03:00.075Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24882026-08-15T07:03:00.117Z Compiling smoltcp v0.11.0
24892026-08-15T07:03:00.168Z Compiling compression-core v0.4.31
24902026-08-15T07:03:00.349Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
24912026-08-15T07:03:00.365Z Compiling compression-codecs v0.4.37
24922026-08-15T07:03:00.381Z Compiling hostname v0.3.1
24932026-08-15T07:03:00.491Z Compiling atomicwrites v0.4.4
24942026-08-15T07:03:00.592Z Compiling slog-json v2.6.1
24952026-08-15T07:03:00.611Z Compiling newtype-uuid-macros v0.1.0
24962026-08-15T07:03:00.680Z Compiling cobs v0.3.0
24972026-08-15T07:03:00.756Z Compiling universal-hash v0.5.1
24982026-08-15T07:03:00.773Z Compiling thiserror-impl-no-std v2.0.2
24992026-08-15T07:03:00.813Z Compiling async-stream-impl v0.3.6
25002026-08-15T07:03:00.842Z Compiling toml_datetime v1.1.1+spec-1.1.0
25012026-08-15T07:03:00.859Z Compiling serde_spanned v1.1.1
25022026-08-15T07:03:00.877Z Compiling dropshot v0.17.1
25032026-08-15T07:03:00.932Z Compiling proc-macro-error-attr v1.0.4
25042026-08-15T07:03:00.990Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
25052026-08-15T07:03:01.041Z Compiling opaque-debug v0.3.1
25062026-08-15T07:03:01.058Z Compiling ingot-macros v0.2.0
25072026-08-15T07:03:01.112Z Compiling toml_writer v1.1.1+spec-1.1.0
25082026-08-15T07:03:01.139Z Compiling convert_case v0.4.0
25092026-08-15T07:03:01.251Z Compiling poly1305 v0.8.0
25102026-08-15T07:03:01.290Z Compiling postcard v1.1.3
25112026-08-15T07:03:01.309Z Compiling slog-bunyan v2.5.0
25122026-08-15T07:03:01.387Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25132026-08-15T07:03:01.420Z Compiling toml v1.1.2+spec-1.1.0
25142026-08-15T07:03:01.446Z Compiling async-stream v0.3.6
25152026-08-15T07:03:01.481Z Compiling derive_more v0.99.20
25162026-08-15T07:03:01.676Z Compiling async-compression v0.4.41
25172026-08-15T07:03:01.746Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25182026-08-15T07:03:01.853Z Compiling thiserror-no-std v2.0.2
25192026-08-15T07:03:01.869Z Compiling num_enum_derive v0.7.6
25202026-08-15T07:03:01.964Z Compiling chacha20 v0.9.1
25212026-08-15T07:03:01.981Z Compiling sha1 v0.11.0
25222026-08-15T07:03:02.204Z Compiling parse-display-derive v0.10.0
25232026-08-15T07:03:02.266Z Compiling waitgroup v0.1.2
25242026-08-15T07:03:02.383Z Compiling rustls-pemfile v2.2.0
25252026-08-15T07:03:02.452Z Compiling backon v1.6.0
25262026-08-15T07:03:02.473Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25272026-08-15T07:03:02.715Z Compiling dropshot_endpoint v0.17.1
25282026-08-15T07:03:02.736Z Compiling blake2 v0.10.6
25292026-08-15T07:03:02.913Z Compiling aead v0.5.2
25302026-08-15T07:03:02.964Z Compiling password-hash v0.5.0
25312026-08-15T07:03:03.139Z Compiling foreign-types-macros v0.2.3
25322026-08-15T07:03:03.282Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25332026-08-15T07:03:03.571Z Compiling serde_path_to_error v0.1.20
25342026-08-15T07:03:03.605Z Compiling hostname v0.4.2
25352026-08-15T07:03:03.738Z Compiling proc-macro-error v1.0.4
25362026-08-15T07:03:03.776Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25372026-08-15T07:03:03.792Z Compiling instant v0.1.13
25382026-08-15T07:03:03.811Z Compiling foreign-types-shared v0.3.1
25392026-08-15T07:03:03.862Z Compiling ingot-types v0.2.0
25402026-08-15T07:03:03.880Z Compiling parse-display v0.10.0
25412026-08-15T07:03:03.929Z Compiling backoff v0.4.0
25422026-08-15T07:03:03.946Z Compiling foreign-types v0.5.0
25432026-08-15T07:03:03.979Z Compiling argon2 v0.5.3
25442026-08-15T07:03:03.999Z Compiling chacha20poly1305 v0.10.1
25452026-08-15T07:03:04.064Z Compiling num_enum v0.7.6
25462026-08-15T07:03:04.080Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25472026-08-15T07:03:04.099Z Compiling vsss-rs v3.3.4
25482026-08-15T07:03:04.134Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25492026-08-15T07:03:04.327Z Compiling ingot v0.2.1
25502026-08-15T07:03:04.361Z Compiling num_enum_derive v0.5.11
25512026-08-15T07:03:04.377Z Compiling regress v0.10.5
25522026-08-15T07:03:04.396Z Compiling itertools v0.14.0
25532026-08-15T07:03:04.580Z Compiling tabwriter v1.4.1
25542026-08-15T07:03:04.609Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25552026-08-15T07:03:04.740Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25562026-08-15T07:03:04.989Z Compiling cstr-argument v0.1.2
25572026-08-15T07:03:05.006Z Compiling humantime v2.3.0
25582026-08-15T07:03:05.039Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
25592026-08-15T07:03:05.083Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
25602026-08-15T07:03:05.190Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
25612026-08-15T07:03:05.251Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
25622026-08-15T07:03:05.309Z Compiling rayon v1.11.0
25632026-08-15T07:03:05.366Z Compiling num_enum v0.5.11
25642026-08-15T07:03:05.479Z Compiling rand v0.10.1
25652026-08-15T07:03:05.495Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
25662026-08-15T07:03:05.518Z Compiling indent_write v2.2.0
25672026-08-15T07:03:05.539Z Compiling libefi-sys v0.1.0
25682026-08-15T07:03:05.616Z Compiling colored v3.1.1
25692026-08-15T07:03:05.706Z Compiling zone_cfg_derive v0.3.1
25702026-08-15T07:03:05.723Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
25712026-08-15T07:03:05.726Z Compiling itertools v0.12.1
25722026-08-15T07:03:05.799Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25732026-08-15T07:03:05.815Z Compiling camino-tempfile v1.4.1
25742026-08-15T07:03:05.870Z Compiling num-derive v0.4.2
25752026-08-15T07:03:06.004Z Compiling bitfield-struct v0.6.2
25762026-08-15T07:03:06.050Z Compiling blake3 v1.8.5
25772026-08-15T07:03:06.283Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25782026-08-15T07:03:06.318Z Compiling sigpipe v0.1.3
25792026-08-15T07:03:06.336Z Compiling glob v0.3.3
25802026-08-15T07:03:06.377Z Compiling swrite v0.1.0
25812026-08-15T07:03:06.413Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25822026-08-15T07:03:06.433Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25832026-08-15T07:03:06.505Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
25842026-08-15T07:03:06.703Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25852026-08-15T07:03:06.744Z Compiling smf v0.2.3
25862026-08-15T07:03:06.836Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
25872026-08-15T07:03:06.864Z Compiling filetime v0.2.27
25882026-08-15T07:03:06.879Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25892026-08-15T07:03:06.987Z Compiling arrayref v0.3.9
25902026-08-15T07:03:07.004Z Compiling xattr v1.6.1
25912026-08-15T07:03:07.047Z Compiling constant_time_eq v0.4.2
25922026-08-15T07:03:07.082Z Compiling arrayvec v0.7.6
25932026-08-15T07:03:07.111Z Compiling whoami v1.6.1
25942026-08-15T07:03:07.114Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25952026-08-15T07:03:07.229Z Compiling zone v0.3.1
25962026-08-15T07:03:07.275Z Compiling tar v0.4.46
25972026-08-15T07:03:07.384Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25982026-08-15T07:03:07.580Z Compiling gethostname v0.5.0
25992026-08-15T07:03:07.608Z Compiling tokio-dtrace v0.1.1
26002026-08-15T07:03:07.655Z Compiling console v0.16.2
26012026-08-15T07:03:07.736Z Compiling unit-prefix v0.5.2
26022026-08-15T07:03:07.841Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26032026-08-15T07:03:07.927Z Compiling topological-sort v0.2.2
26042026-08-15T07:03:07.972Z Compiling oxide-tokio-rt v0.1.4
26052026-08-15T07:03:08.126Z Compiling indicatif v0.18.4
26062026-08-15T07:03:08.147Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
26072026-08-15T07:03:08.259Z Compiling shell-words v1.1.1
26082026-08-15T07:03:09.286Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
26092026-08-15T07:03:17.833Z Compiling progenitor-client v0.14.0
26102026-08-15T07:03:17.833Z Compiling omicron-zone-package v0.12.3
26112026-08-15T07:03:18.086Z Compiling progenitor-extras v0.2.0
26122026-08-15T07:03:18.441Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26132026-08-15T07:03:18.509Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
26142026-08-15T07:03:18.560Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26152026-08-15T07:03:18.623Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
26162026-08-15T07:03:18.649Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
26172026-08-15T07:03:18.673Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26182026-08-15T07:03:18.792Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26192026-08-15T07:03:18.933Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26202026-08-15T07:03:19.869Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26212026-08-15T07:03:23.686Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26222026-08-15T07:03:31.925Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26232026-08-15T07:03:35.239Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26242026-08-15T07:03:36.339Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26252026-08-15T07:03:45.946Z Finished `release` profile [optimized] target(s) in 1m 55s
26262026-08-15T07:03:45.971Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
26272026-08-15T07:03:45.971Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
26282026-08-15T07:03:46.099Z Running `target/release/omicron-package -t test target create -p dev`
26292026-08-15T07:03:46.161ZLogging to: /work/oxidecomputer/omicron/out/LOG
26302026-08-15T07:03:46.165ZCreated new build target 'test' and set it as active
26312026-08-15T07:03:46.165Z
26322026-08-15T07:03:46.165Zreal 1:56.181493923
26332026-08-15T07:03:46.166Zuser 19:49.198184841
26342026-08-15T07:03:46.166Zsys 3:06.580974137
26352026-08-15T07:03:46.166Ztrap 0.577532734
26362026-08-15T07:03:46.166Ztflt 2.502040991
26372026-08-15T07:03:46.166Zdflt 5.418722882
26382026-08-15T07:03:46.166Zkflt 0.000574510
26392026-08-15T07:03:46.166Zlock 1:05:45.920165541
26402026-08-15T07:03:46.166Zslp 50:23.027846105
26412026-08-15T07:03:46.166Zlat 1:03.665528707
26422026-08-15T07:03:46.166Zstop 7:11.576520281
26432026-08-15T07:03:46.166Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
26442026-08-15T07:03:47.122Z Finished `release` profile [optimized] target(s) in 0.94s
26452026-08-15T07:03:47.125Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
26462026-08-15T07:03:47.125Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
26472026-08-15T07:03:47.195Z Running `target/release/omicron-package -t test package`
26482026-08-15T07:03:47.253ZLogging to: /work/oxidecomputer/omicron/out/LOG
26492026-08-15T07:03:48.797Z Compiling heck v0.5.0
26502026-08-15T07:03:48.800Z Compiling regress v0.11.1
26512026-08-15T07:03:48.803Z Compiling unsafe-libyaml v0.2.11
26522026-08-15T07:03:49.073Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
26532026-08-15T07:03:49.097Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26542026-08-15T07:03:49.120Z Compiling bytecount v0.6.9
26552026-08-15T07:03:49.123Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
26562026-08-15T07:03:49.123Z Compiling atomicwrites v0.4.4
26572026-08-15T07:03:49.123Z Compiling slog-dtrace v0.3.0
26582026-08-15T07:03:49.123Z Compiling prettyplease v0.2.37
26592026-08-15T07:03:49.223Z Compiling newline-converter v0.3.0
26602026-08-15T07:03:49.227Z Compiling console v0.15.11
26612026-08-15T07:03:49.271Z Compiling oxide-update-engine-types v0.1.2
26622026-08-15T07:03:49.274Z Compiling num-rational v0.4.2
26632026-08-15T07:03:49.274Z Compiling num-complex v0.4.6
26642026-08-15T07:03:49.341Z Compiling compression-core v0.4.31
26652026-08-15T07:03:49.365Z Compiling cancel-safe-futures v0.1.5
26662026-08-15T07:03:49.414Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
26672026-08-15T07:03:49.417Z Compiling match_cfg v0.1.0
26682026-08-15T07:03:49.504Z Compiling unicode-width v0.1.14
26692026-08-15T07:03:49.525Z Compiling compression-codecs v0.4.37
26702026-08-15T07:03:49.563Z Compiling serde_yaml v0.9.34+deprecated
26712026-08-15T07:03:49.636Z Compiling expectorate v1.2.0
26722026-08-15T07:03:49.715Z Compiling num v0.4.3
26732026-08-15T07:03:49.812Z Compiling hostname v0.3.1
26742026-08-15T07:03:49.837Z Compiling multer v3.1.0
26752026-08-15T07:03:49.862Z Compiling slog-json v2.6.1
26762026-08-15T07:03:49.885Z Compiling serde_spanned v1.1.1
26772026-08-15T07:03:49.889Z Compiling toml_datetime v1.1.1+spec-1.1.0
26782026-08-15T07:03:49.931Z Compiling float-ord v0.3.2
26792026-08-15T07:03:49.956Z Compiling toml_writer v1.1.1+spec-1.1.0
26802026-08-15T07:03:50.068Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
26812026-08-15T07:03:50.093Z Compiling slog-bunyan v2.5.0
26822026-08-15T07:03:50.194Z Compiling toml v1.1.2+spec-1.1.0
26832026-08-15T07:03:50.217Z Compiling async-compression v0.4.41
26842026-08-15T07:03:50.267Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
26852026-08-15T07:03:50.323Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
26862026-08-15T07:03:50.351Z Compiling dropshot v0.17.1
26872026-08-15T07:03:50.415Z Compiling async-stream v0.3.6
26882026-08-15T07:03:50.436Z Compiling sha1 v0.11.0
26892026-08-15T07:03:50.508Z Compiling progenitor-client v0.14.0
26902026-08-15T07:03:50.558Z Compiling waitgroup v0.1.2
26912026-08-15T07:03:50.581Z Compiling rustls-pemfile v2.2.0
26922026-08-15T07:03:50.618Z Compiling typify-impl v0.6.2
26932026-08-15T07:03:50.718Z Compiling backon v1.6.0
26942026-08-15T07:03:50.740Z Compiling serde_path_to_error v0.1.20
26952026-08-15T07:03:50.851Z Compiling hostname v0.4.2
26962026-08-15T07:03:50.890Z Compiling instant v0.1.13
26972026-08-15T07:03:50.956Z Compiling linear-map v1.2.0
26982026-08-15T07:03:51.021Z Compiling minimal-lexical v0.2.1
26992026-08-15T07:03:51.044Z Compiling backoff v0.4.0
27002026-08-15T07:03:51.142Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27012026-08-15T07:03:51.234Z Compiling oxide-update-engine v0.1.2
27022026-08-15T07:03:51.284Z Compiling nom v7.1.3
27032026-08-15T07:03:51.307Z Compiling progenitor-extras v0.2.0
27042026-08-15T07:03:51.311Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
27052026-08-15T07:03:51.371Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
27062026-08-15T07:03:51.406Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
27072026-08-15T07:03:51.619Z Compiling parse-display v0.10.0
27082026-08-15T07:03:51.686Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27092026-08-15T07:03:51.935Z Compiling itertools v0.14.0
27102026-08-15T07:03:51.957Z Compiling regress v0.10.5
27112026-08-15T07:03:52.448Z Compiling macaddr v1.0.1
27122026-08-15T07:03:52.743Z Compiling humantime v2.3.0
27132026-08-15T07:03:52.766Z Compiling unicode-xid v0.2.6
27142026-08-15T07:03:52.939Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
27152026-08-15T07:03:52.942Z Compiling convert_case v0.10.0
27162026-08-15T07:03:53.013Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
27172026-08-15T07:03:53.065Z Compiling owo-colors v4.3.0
27182026-08-15T07:03:53.259Z Compiling derive_more-impl v2.1.1
27192026-08-15T07:03:53.337Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
27202026-08-15T07:03:53.513Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
27212026-08-15T07:03:53.606Z Compiling papergrid v0.11.0
27222026-08-15T07:03:53.803Z Compiling tabled_derive v0.7.0
27232026-08-15T07:03:53.945Z Compiling termtree v0.5.1
27242026-08-15T07:03:54.035Z Compiling phf_shared v0.12.1
27252026-08-15T07:03:54.070Z Compiling derive_more v2.1.1
27262026-08-15T07:03:54.092Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
27272026-08-15T07:03:54.157Z Compiling crossterm v0.29.0
27282026-08-15T07:03:54.187Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
27292026-08-15T07:03:54.211Z Compiling typify-macro v0.6.2
27302026-08-15T07:03:54.235Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
27312026-08-15T07:03:54.297Z Compiling csv-core v0.1.13
27322026-08-15T07:03:54.649Z Compiling vte v0.14.1
27332026-08-15T07:03:54.743Z Compiling highway v1.3.0
27342026-08-15T07:03:54.825Z Compiling tabled v0.15.0
27352026-08-15T07:03:54.919Z Compiling chrono-tz v0.10.4
27362026-08-15T07:03:55.143Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
27372026-08-15T07:03:55.202Z Compiling strip-ansi-escapes v0.2.1
27382026-08-15T07:03:55.493Z Compiling csv v1.4.0
27392026-08-15T07:03:55.784Z Compiling phf v0.12.1
27402026-08-15T07:03:55.826Z Compiling typify v0.6.2
27412026-08-15T07:03:56.005Z Compiling progenitor-impl v0.14.0
27422026-08-15T07:03:56.140Z Compiling const_format_proc_macros v0.2.34
27432026-08-15T07:03:56.212Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27442026-08-15T07:03:56.473Z Compiling fd-lock v4.0.4
27452026-08-15T07:03:56.683Z Compiling peg-macros v0.8.5
27462026-08-15T07:03:56.719Z Compiling nu-ansi-term v0.50.3
27472026-08-15T07:03:57.083Z Compiling reedline v0.40.0
27482026-08-15T07:03:57.352Z Compiling const_format v0.2.35
27492026-08-15T07:03:57.966Z Compiling peg v0.8.5
27502026-08-15T07:03:58.120Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
27512026-08-15T07:03:58.256Z Compiling progenitor-macro v0.14.0
27522026-08-15T07:03:59.078Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
27532026-08-15T07:03:59.125Z Compiling bcs v0.1.6
27542026-08-15T07:03:59.572Z Compiling nom v8.0.0
27552026-08-15T07:03:59.686Z Compiling semver v0.1.20
27562026-08-15T07:03:59.894Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
27572026-08-15T07:03:59.995Z Compiling rustc_version v0.1.7
27582026-08-15T07:04:00.202Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
27592026-08-15T07:04:00.241Z Compiling newtype_derive v0.1.6
27602026-08-15T07:04:00.472Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
27612026-08-15T07:04:00.639Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27622026-08-15T07:04:00.745Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27632026-08-15T07:04:00.849Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
27642026-08-15T07:04:01.561Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27652026-08-15T07:04:01.565Z Compiling sha1 v0.10.6
27662026-08-15T07:04:01.720Z Compiling steno v0.4.1
27672026-08-15T07:04:02.114Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27682026-08-15T07:04:02.431Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27692026-08-15T07:04:02.486Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
27702026-08-15T07:04:02.629Z Compiling progenitor v0.14.0
27712026-08-15T07:04:02.865Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
27722026-08-15T07:04:03.257Z Compiling dropshot-api-manager-types v0.7.2
27732026-08-15T07:04:03.312Z Compiling utf-8 v0.7.6
27742026-08-15T07:04:03.587Z Compiling tagptr v0.2.0
27752026-08-15T07:04:03.631Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
27762026-08-15T07:04:03.791Z Compiling moka v0.12.13
27772026-08-15T07:04:03.924Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
27782026-08-15T07:04:03.955Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
27792026-08-15T07:04:04.050Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
27802026-08-15T07:04:04.227Z Compiling tungstenite v0.21.0
27812026-08-15T07:04:04.252Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
27822026-08-15T07:04:05.104Z Compiling hickory-resolver v0.25.2
27832026-08-15T07:04:05.203Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27842026-08-15T07:04:06.371Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
27852026-08-15T07:04:07.012Z Compiling tokio-tungstenite v0.21.0
27862026-08-15T07:04:07.448Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
27872026-08-15T07:04:08.111Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27882026-08-15T07:04:08.265Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27892026-08-15T07:04:08.954Z Compiling darling_core v0.21.3
27902026-08-15T07:04:10.614Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27912026-08-15T07:04:11.181Z Compiling darling_macro v0.21.3
27922026-08-15T07:04:11.271Z Compiling display-error-chain v0.2.2
27932026-08-15T07:04:11.428Z Compiling libscf-sys v1.2.0
27942026-08-15T07:04:11.474Z Compiling vergen-lib v0.1.6
27952026-08-15T07:04:11.619Z Compiling diesel_derives v2.3.7
27962026-08-15T07:04:11.741Z Compiling darling v0.21.3
27972026-08-15T07:04:11.820Z Compiling scheduled-thread-pool v0.2.7
27982026-08-15T07:04:11.875Z Compiling dsl_auto_type v0.2.0
27992026-08-15T07:04:11.903Z Compiling vergen-gitcl v1.0.8
28002026-08-15T07:04:11.927Z Compiling diesel_table_macro_syntax v0.3.0
28012026-08-15T07:04:11.966Z Compiling dirs-sys-next v0.1.2
28022026-08-15T07:04:12.014Z Compiling crunchy v0.2.4
28032026-08-15T07:04:12.137Z Compiling maplit v1.0.2
28042026-08-15T07:04:12.178Z Compiling glob v0.3.3
28052026-08-15T07:04:12.251Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
28062026-08-15T07:04:12.274Z Compiling dirs-next v2.0.0
28072026-08-15T07:04:12.387Z Compiling r2d2 v0.8.10
28082026-08-15T07:04:12.444Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
28092026-08-15T07:04:12.470Z Compiling papergrid v0.18.0
28102026-08-15T07:04:12.515Z Compiling downcast-rs v2.0.2
28112026-08-15T07:04:12.635Z Compiling clang-sys v1.8.1
28122026-08-15T07:04:12.654Z Compiling tiny-keccak v2.0.2
28132026-08-15T07:04:12.762Z Compiling term v0.7.0
28142026-08-15T07:04:12.979Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
28152026-08-15T07:04:13.025Z Compiling itertools v0.15.0
28162026-08-15T07:04:13.150Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
28172026-08-15T07:04:13.238Z Compiling bit-vec v0.6.3
28182026-08-15T07:04:13.280Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
28192026-08-15T07:04:13.482Z Compiling bit-set v0.5.3
28202026-08-15T07:04:13.516Z Compiling ascii-canvas v3.0.0
28212026-08-15T07:04:13.787Z Compiling tabled v0.21.0
28222026-08-15T07:04:13.854Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28232026-08-15T07:04:13.940Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
28242026-08-15T07:04:14.172Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
28252026-08-15T07:04:14.486Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
28262026-08-15T07:04:14.509Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28272026-08-15T07:04:14.693Z Compiling itertools v0.10.5
28282026-08-15T07:04:14.719Z Compiling ena v0.14.4
28292026-08-15T07:04:14.743Z Compiling libloading v0.8.9
28302026-08-15T07:04:14.976Z Compiling diff v0.1.13
28312026-08-15T07:04:14.998Z Compiling bindgen v0.71.1
28322026-08-15T07:04:15.247Z Compiling regex-syntax v0.6.29
28332026-08-15T07:04:15.290Z Compiling unicase v2.9.0
28342026-08-15T07:04:15.314Z Compiling xshell-macros v0.2.7
28352026-08-15T07:04:15.646Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
28362026-08-15T07:04:15.722Z Compiling xshell v0.2.7
28372026-08-15T07:04:17.040Z Compiling lalrpop v0.19.12
28382026-08-15T07:04:17.228Z Compiling diesel v2.3.7
28392026-08-15T07:04:17.294Z Compiling cexpr v0.6.0
28402026-08-15T07:04:17.913Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28412026-08-15T07:04:17.951Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
28422026-08-15T07:04:18.139Z Compiling rustc-hash v2.1.1
28432026-08-15T07:04:18.164Z Compiling crc8 v0.1.1
28442026-08-15T07:04:18.360Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
28452026-08-15T07:04:18.411Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
28462026-08-15T07:04:18.475Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
28472026-08-15T07:04:18.522Z Compiling headers-core v0.3.0
28482026-08-15T07:04:18.572Z Compiling libxml v0.3.3
28492026-08-15T07:04:18.689Z Compiling headers v0.4.1
28502026-08-15T07:04:18.713Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
28512026-08-15T07:04:18.890Z Compiling strum_macros v0.24.3
28522026-08-15T07:04:18.944Z Compiling indoc v1.0.9
28532026-08-15T07:04:19.402Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
28542026-08-15T07:04:19.605Z Compiling derive_builder v0.20.2
28552026-08-15T07:04:19.634Z Compiling oso-derive v0.27.3
28562026-08-15T07:04:19.659Z Compiling quick-xml v0.37.5
28572026-08-15T07:04:19.784Z Compiling impl-trait-for-tuples v0.2.3
28582026-08-15T07:04:20.011Z Compiling openssl-probe v0.1.6
28592026-08-15T07:04:20.207Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
28602026-08-15T07:04:20.236Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
28612026-08-15T07:04:20.322Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
28622026-08-15T07:04:20.348Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
28632026-08-15T07:04:20.556Z Compiling bb8 v0.8.6
28642026-08-15T07:04:20.944Z Compiling trait-variant v0.1.2
28652026-08-15T07:04:20.966Z Compiling half v1.8.3
28662026-08-15T07:04:21.024Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
28672026-08-15T07:04:21.088Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28682026-08-15T07:04:21.317Z Compiling serde_cbor v0.11.2
28692026-08-15T07:04:21.459Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
28702026-08-15T07:04:21.515Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
28712026-08-15T07:04:22.002Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
28722026-08-15T07:04:22.282Z Compiling progenitor-impl v0.13.0
28732026-08-15T07:04:22.320Z Compiling nonempty v0.12.0
28742026-08-15T07:04:22.391Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28752026-08-15T07:04:22.575Z Compiling progenitor-client v0.13.0
28762026-08-15T07:04:23.099Z Compiling samael v0.0.19
28772026-08-15T07:04:23.122Z Compiling fxhash v0.2.1
28782026-08-15T07:04:23.302Z Compiling libz-sys v1.1.24
28792026-08-15T07:04:23.797Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28802026-08-15T07:04:23.824Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
28812026-08-15T07:04:23.875Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
28822026-08-15T07:04:24.210Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28832026-08-15T07:04:24.563Z Compiling progenitor-macro v0.13.0
28842026-08-15T07:04:24.773Z Compiling polar-core v0.27.3
28852026-08-15T07:04:25.350Z Compiling kstat-rs v0.2.5
28862026-08-15T07:04:25.820Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28872026-08-15T07:04:26.225Z Compiling dashu-int v0.5.1
28882026-08-15T07:04:26.460Z Compiling seq-macro v0.3.6
28892026-08-15T07:04:26.914Z Compiling mime_guess v2.0.5
28902026-08-15T07:04:27.027Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
28912026-08-15T07:04:27.094Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
28922026-08-15T07:04:27.243Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
28932026-08-15T07:04:27.446Z Compiling ssh-encoding v0.2.0
28942026-08-15T07:04:27.975Z Compiling nanorand v0.7.0
28952026-08-15T07:04:28.056Z Compiling libgit2-sys v0.18.3+1.9.2
28962026-08-15T07:04:28.370Z Compiling dashu-base v0.5.1
28972026-08-15T07:04:28.432Z Compiling rlimit v0.10.2
28982026-08-15T07:04:28.499Z Compiling parking_lot_core v0.8.6
28992026-08-15T07:04:28.695Z Compiling num-modular v0.6.4
29002026-08-15T07:04:28.847Z Compiling progenitor v0.13.0
29012026-08-15T07:04:28.895Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29022026-08-15T07:04:29.109Z Compiling flume v0.11.1
29032026-08-15T07:04:29.825Z Compiling ssh-cipher v0.2.0
29042026-08-15T07:04:30.044Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
29052026-08-15T07:04:30.848Z Compiling tungstenite v0.28.0
29062026-08-15T07:04:30.872Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29072026-08-15T07:04:31.006Z Compiling p256 v0.13.2
29082026-08-15T07:04:31.505Z Compiling git-stub v1.0.0
29092026-08-15T07:04:31.807Z Compiling strsim v0.10.0
29102026-08-15T07:04:32.012Z Compiling http-range v0.1.5
29112026-08-15T07:04:32.135Z Compiling sush-common v0.1.0 (https://github.com/oxidecomputer/sush?rev=853d935e08b2e7a0b28326bbb5e72eea91e00670#853d935e)
29122026-08-15T07:04:32.152Z Compiling num-primitive v0.2.1
29132026-08-15T07:04:32.389Z Compiling instability v0.3.11
29142026-08-15T07:04:32.509Z Compiling darling_core v0.13.4
29152026-08-15T07:04:32.666Z Compiling suanpan v0.1.0 (https://github.com/oxidecomputer/rumors?rev=b2675dbef99b784efb817db01920ee59dac708c3#b2675dbe)
29162026-08-15T07:04:32.850Z Compiling dsi-bitstream v0.10.1
29172026-08-15T07:04:33.430Z Compiling git-stub-vcs v0.1.0
29182026-08-15T07:04:33.577Z Compiling tokio-tungstenite v0.28.0
29192026-08-15T07:04:33.828Z Compiling ssh-key v0.6.7
29202026-08-15T07:04:34.205Z Compiling oso v0.27.3
29212026-08-15T07:04:34.804Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29222026-08-15T07:04:36.149Z Compiling async-bb8-diesel v0.2.1
29232026-08-15T07:04:36.669Z Compiling diesel-dtrace v0.5.0
29242026-08-15T07:04:37.695Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
29252026-08-15T07:04:38.135Z Compiling ignore v0.4.25
29262026-08-15T07:04:38.380Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
29272026-08-15T07:04:38.666Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
29282026-08-15T07:04:38.870Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29292026-08-15T07:04:39.350Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
29302026-08-15T07:04:40.797Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
29312026-08-15T07:04:41.031Z Compiling anstyle-parse v0.2.7
29322026-08-15T07:04:41.177Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29332026-08-15T07:04:41.231Z Compiling vergen-git2 v9.1.0
29342026-08-15T07:04:41.359Z Compiling castaway v0.2.4
29352026-08-15T07:04:41.470Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
29362026-08-15T07:04:41.491Z Compiling indoc v2.0.7
29372026-08-15T07:04:41.741Z Compiling bytesize v2.7.0
29382026-08-15T07:04:42.016Z Compiling http-range-header v0.4.2
29392026-08-15T07:04:42.547Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
29402026-08-15T07:04:42.960Z Compiling compact_str v0.8.1
29412026-08-15T07:04:43.059Z Compiling anstream v0.6.21
29422026-08-15T07:04:43.220Z Compiling globwalk v0.9.1
29432026-08-15T07:04:43.340Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
29442026-08-15T07:04:43.622Z Compiling parking_lot v0.11.2
29452026-08-15T07:04:43.707Z Compiling before v0.1.0 (https://github.com/oxidecomputer/rumors?rev=b2675dbef99b784efb817db01920ee59dac708c3#b2675dbe)
29462026-08-15T07:04:43.874Z Compiling hyper-staticfile v0.10.1
29472026-08-15T07:04:44.095Z Compiling darling_macro v0.13.4
29482026-08-15T07:04:44.532Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29492026-08-15T07:04:44.642Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
29502026-08-15T07:04:45.046Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
29512026-08-15T07:04:45.068Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
29522026-08-15T07:04:45.312Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29532026-08-15T07:04:46.109Z Compiling predicates-tree v1.0.13
29542026-08-15T07:04:46.534Z Compiling unicode-truncate v1.1.0
29552026-08-15T07:04:46.769Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
29562026-08-15T07:04:46.803Z Compiling lru v0.12.5
29572026-08-15T07:04:46.879Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
29582026-08-15T07:04:47.014Z Compiling digest-io v0.1.0
29592026-08-15T07:04:47.074Z Compiling sha2 v0.11.0
29602026-08-15T07:04:47.220Z Compiling prefix-trie v0.7.0
29612026-08-15T07:04:47.244Z Compiling rand_seeder v0.4.0
29622026-08-15T07:04:47.278Z Compiling cassowary v0.3.0
29632026-08-15T07:04:47.462Z Compiling rawzip v0.4.4
29642026-08-15T07:04:47.517Z Compiling illumos-nvpair-sys v0.2.0
29652026-08-15T07:04:47.742Z Compiling hickory-server v0.25.2
29662026-08-15T07:04:47.810Z Compiling ratatui v0.29.0
29672026-08-15T07:04:48.222Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
29682026-08-15T07:04:48.536Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
29692026-08-15T07:04:48.732Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
29702026-08-15T07:04:48.931Z Compiling camino-tempfile-ext v0.3.3
29712026-08-15T07:04:48.957Z Compiling rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=b2675dbef99b784efb817db01920ee59dac708c3#b2675dbe)
29722026-08-15T07:04:49.588Z Compiling darling v0.13.4
29732026-08-15T07:04:49.612Z Compiling sled v0.34.7
29742026-08-15T07:04:52.039Z Compiling sush-api v0.1.0 (https://github.com/oxidecomputer/sush?rev=853d935e08b2e7a0b28326bbb5e72eea91e00670#853d935e)
29752026-08-15T07:04:52.301Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29762026-08-15T07:04:52.978Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
29772026-08-15T07:04:53.008Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
29782026-08-15T07:04:54.373Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29792026-08-15T07:04:54.605Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
29802026-08-15T07:04:54.856Z Compiling lru v0.18.2
29812026-08-15T07:04:55.015Z Compiling git2 v0.20.4
29822026-08-15T07:04:55.148Z Compiling pwd v1.4.0
29832026-08-15T07:04:55.423Z Compiling sush-server v0.1.0 (https://github.com/oxidecomputer/sush?rev=853d935e08b2e7a0b28326bbb5e72eea91e00670#853d935e)
29842026-08-15T07:04:55.687Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
29852026-08-15T07:04:56.469Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29862026-08-15T07:04:56.611Z Compiling serde_with_macros v1.5.2
29872026-08-15T07:04:56.818Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
29882026-08-15T07:04:58.219Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
29892026-08-15T07:04:58.602Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
29902026-08-15T07:04:58.626Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29912026-08-15T07:04:58.629Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29922026-08-15T07:04:58.878Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
29932026-08-15T07:04:59.050Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
29942026-08-15T07:04:59.108Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
29952026-08-15T07:04:59.301Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29962026-08-15T07:04:59.357Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
29972026-08-15T07:04:59.406Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29982026-08-15T07:04:59.597Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
29992026-08-15T07:04:59.624Z Compiling arc-swap v1.8.2
30002026-08-15T07:04:59.655Z Compiling void v1.0.2
30012026-08-15T07:04:59.809Z Compiling lzss v0.8.2
30022026-08-15T07:04:59.911Z Compiling slog-scope v4.4.1
30032026-08-15T07:05:00.135Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
30042026-08-15T07:05:00.159Z Compiling illumos-nvpair v0.3.0
30052026-08-15T07:05:00.317Z Compiling serde_with v1.14.0
30062026-08-15T07:05:00.769Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
30072026-08-15T07:05:01.144Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
30082026-08-15T07:05:01.533Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
30092026-08-15T07:05:01.939Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
30102026-08-15T07:05:04.070Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
30112026-08-15T07:05:04.794Z Compiling scuffle v0.1.0
30122026-08-15T07:05:05.576Z Compiling tungstenite v0.23.0
30132026-08-15T07:05:07.046Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
30142026-08-15T07:05:07.138Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
30152026-08-15T07:05:08.005Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30162026-08-15T07:05:08.248Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30172026-08-15T07:05:08.282Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
30182026-08-15T07:05:08.508Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
30192026-08-15T07:05:08.716Z Compiling nix v0.27.1
30202026-08-15T07:05:08.776Z Compiling twox-hash v2.1.2
30212026-08-15T07:05:09.079Z Compiling libsw-core v0.3.2
30222026-08-15T07:05:09.145Z Compiling serde_bytes v0.11.19
30232026-08-15T07:05:09.229Z Compiling atty v0.2.14
30242026-08-15T07:05:09.313Z Compiling libsw v3.5.0
30252026-08-15T07:05:09.337Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
30262026-08-15T07:05:09.386Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
30272026-08-15T07:05:09.525Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
30282026-08-15T07:05:09.552Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
30292026-08-15T07:05:09.914Z Compiling tokio-tungstenite v0.23.1
30302026-08-15T07:05:10.314Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
30312026-08-15T07:05:11.455Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
30322026-08-15T07:05:13.043Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
30332026-08-15T07:05:13.606Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
30342026-08-15T07:05:13.717Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
30352026-08-15T07:05:13.886Z Compiling slog-stdlog v4.1.1
30362026-08-15T07:05:14.330Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
30372026-08-15T07:05:14.403Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
30382026-08-15T07:05:14.649Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
30392026-08-15T07:05:14.747Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
30402026-08-15T07:05:14.892Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
30412026-08-15T07:05:15.080Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
30422026-08-15T07:05:16.986Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30432026-08-15T07:05:19.447Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
30442026-08-15T07:05:20.071Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
30452026-08-15T07:05:21.123Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
30462026-08-15T07:05:22.288Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
30472026-08-15T07:05:22.911Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30482026-08-15T07:05:23.052Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30492026-08-15T07:05:23.755Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30502026-08-15T07:05:24.739Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
30512026-08-15T07:05:25.671Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
30522026-08-15T07:05:25.906Z Compiling signal-hook-tokio v0.3.1
30532026-08-15T07:05:26.116Z Compiling fatfs v0.3.6
30542026-08-15T07:05:26.219Z Compiling yasna v0.5.2
30552026-08-15T07:05:26.353Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
30562026-08-15T07:05:26.512Z Compiling assert_matches v1.5.0
30572026-08-15T07:05:26.630Z Compiling is_ci v1.2.0
30582026-08-15T07:05:26.657Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
30592026-08-15T07:05:26.849Z Compiling rcgen v0.12.1
30602026-08-15T07:05:27.428Z Compiling supports-color v3.0.2
30612026-08-15T07:05:27.798Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
30622026-08-15T07:05:30.157Z Compiling slog-envlogger v2.2.0
30632026-08-15T07:05:30.208Z Compiling oxide-update-engine-display v0.1.2
30642026-08-15T07:05:30.554Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
30652026-08-15T07:05:30.594Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
30662026-08-15T07:05:30.791Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
30672026-08-15T07:05:30.815Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
30682026-08-15T07:05:31.021Z Compiling port-file v0.1.0
30692026-08-15T07:05:31.045Z Compiling rtoolbox v0.0.3
30702026-08-15T07:05:31.249Z Compiling subprocess v0.2.15
30712026-08-15T07:05:31.334Z Compiling rpassword v7.5.4
30722026-08-15T07:05:31.358Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
30732026-08-15T07:05:31.490Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
30742026-08-15T07:05:31.995Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30752026-08-15T07:05:33.479Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
30762026-08-15T07:05:33.629Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
30772026-08-15T07:05:33.838Z Compiling tui-tree-widget v0.23.1
30782026-08-15T07:05:34.142Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
30792026-08-15T07:05:34.549Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
30802026-08-15T07:05:36.743Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
30812026-08-15T07:05:36.964Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
30822026-08-15T07:05:37.514Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30832026-08-15T07:05:37.756Z Compiling uzers v0.12.2
30842026-08-15T07:05:38.645Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
30852026-08-15T07:05:39.246Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
30862026-08-15T07:05:40.069Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
30872026-08-15T07:05:40.362Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30882026-08-15T07:05:42.694Z Compiling sush-proxy v0.1.0 (/work/oxidecomputer/omicron/sush-proxy)
30892026-08-15T07:05:43.183Z Compiling support-bundle-viewer v0.1.2
30902026-08-15T07:05:45.083Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
30912026-08-15T07:05:50.523Z Compiling multimap v0.10.1
30922026-08-15T07:05:52.230Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
30932026-08-15T07:05:57.546Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
30942026-08-15T07:06:01.634Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
30952026-08-15T07:06:09.217Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
30962026-08-15T07:06:09.789Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
30972026-08-15T07:13:27.767Z Finished `release` profile [optimized] target(s) in 9m 40s
30982026-08-15T07:13:27.770Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
30992026-08-15T07:13:27.770Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
31002026-08-15T07:14:18.670Z
31012026-08-15T07:14:18.670Zreal 10:32.477597977
31022026-08-15T07:14:18.670Zuser 1:27:38.967116170
31032026-08-15T07:14:18.674Zsys 3:47.903401684
31042026-08-15T07:14:18.674Ztrap 1.944996320
31052026-08-15T07:14:18.674Ztflt 2.138191926
31062026-08-15T07:14:18.674Zdflt 19.076353816
31072026-08-15T07:14:18.674Zkflt 0.032611283
31082026-08-15T07:14:18.674Zlock 8:08:10.067245950
31092026-08-15T07:14:18.674Zslp 2:28:02.568561360
31102026-08-15T07:14:18.675Zlat 2:38.827217014
31112026-08-15T07:14:18.675Zstop 5:49.611945181
31122026-08-15T07:14:18.675Z+ mapfile -t packages
31132026-08-15T07:14:18.675Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
31142026-08-15T07:14:19.666Z Finished `release` profile [optimized] target(s) in 0.98s
31152026-08-15T07:14:19.669Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
31162026-08-15T07:14:19.669Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
31172026-08-15T07:14:19.737Z Running `target/release/omicron-package -t test list-outputs`
31182026-08-15T07:14:19.797ZLogging to: /work/oxidecomputer/omicron/out/LOG
31192026-08-15T07:14:19.800Z+ ptime -m cargo build --locked --release -p xtask
31202026-08-15T07:14:20.295Z Compiling libc v0.2.185
31212026-08-15T07:14:20.295Z Compiling serde_core v1.0.228
31222026-08-15T07:14:20.298Z Compiling serde v1.0.228
31232026-08-15T07:14:20.298Z Compiling rustix v1.1.4
31242026-08-15T07:14:20.298Z Compiling bitflags v2.11.0
31252026-08-15T07:14:20.298Z Compiling serde_json v1.0.151
31262026-08-15T07:14:20.454Z Compiling syn v2.0.117
31272026-08-15T07:14:20.454Z Compiling usdt-impl v0.5.0
31282026-08-15T07:14:20.474Z Compiling syn v1.0.109
31292026-08-15T07:14:20.484Z Compiling getrandom v0.3.4
31302026-08-15T07:14:20.484Z Compiling hashbrown v0.17.0
31312026-08-15T07:14:20.487Z Compiling log v0.4.33
31322026-08-15T07:14:20.519Z Compiling fs-err v3.3.0
31332026-08-15T07:14:20.646Z Compiling anyhow v1.0.104
31342026-08-15T07:14:20.753Z Compiling heck v0.4.1
31352026-08-15T07:14:20.807Z Compiling once_cell v1.21.3
31362026-08-15T07:14:21.096Z Compiling indexmap v2.14.0
31372026-08-15T07:14:21.138Z Compiling errno v0.3.14
31382026-08-15T07:14:21.142Z Compiling thread-id v4.2.2
31392026-08-15T07:14:21.142Z Compiling memmap v0.7.0
31402026-08-15T07:14:21.909Z Compiling proc-macro-error v1.0.4
31412026-08-15T07:14:22.123Z Compiling terminal_size v0.4.3
31422026-08-15T07:14:22.123Z Compiling tempfile v3.27.0
31432026-08-15T07:14:22.176Z Compiling tabled_derive v0.7.0
31442026-08-15T07:14:22.218Z Compiling clap_builder v4.6.0
31452026-08-15T07:14:22.218Z Compiling textwrap v0.16.2
31462026-08-15T07:14:22.577Z Compiling camino v1.2.5
31472026-08-15T07:14:22.580Z Compiling semver v1.0.28
31482026-08-15T07:14:22.587Z Compiling cargo-platform v0.3.2
31492026-08-15T07:14:22.633Z Compiling pest_generator v2.8.6
31502026-08-15T07:14:22.870Z Compiling tabled v0.15.0
31512026-08-15T07:14:22.883Z Compiling camino-tempfile v1.4.1
31522026-08-15T07:14:23.130Z Compiling serde_derive v1.0.228
31532026-08-15T07:14:23.130Z Compiling thiserror-impl v1.0.69
31542026-08-15T07:14:23.133Z Compiling zerocopy-derive v0.7.35
31552026-08-15T07:14:23.134Z Compiling scroll_derive v0.12.1
31562026-08-15T07:14:23.134Z Compiling thiserror-impl v2.0.18
31572026-08-15T07:14:23.134Z Compiling clap_derive v4.6.1
31582026-08-15T07:14:23.199Z Compiling pest_derive v2.8.6
31592026-08-15T07:14:23.803Z Compiling scroll v0.12.0
31602026-08-15T07:14:23.972Z Compiling zerocopy v0.7.35
31612026-08-15T07:14:24.125Z Compiling goblin v0.8.2
31622026-08-15T07:14:24.275Z Compiling thiserror v1.0.69
31632026-08-15T07:14:24.402Z Compiling dtrace-parser v0.2.0
31642026-08-15T07:14:24.557Z Compiling thiserror v2.0.18
31652026-08-15T07:14:24.634Z Compiling clap v4.6.1
31662026-08-15T07:14:26.294Z Compiling dof v0.3.0
31672026-08-15T07:14:26.327Z Compiling serde_spanned v0.6.9
31682026-08-15T07:14:26.343Z Compiling toml_datetime v0.6.11
31692026-08-15T07:14:26.359Z Compiling serde_tokenstream v0.2.3
31702026-08-15T07:14:26.415Z Compiling macaddr v1.0.1
31712026-08-15T07:14:26.452Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
31722026-08-15T07:14:26.508Z Compiling cargo_metadata v0.23.1
31732026-08-15T07:14:26.675Z Compiling toml_edit v0.22.27
31742026-08-15T07:14:27.074Z Compiling usdt-attr-macro v0.5.0
31752026-08-15T07:14:27.078Z Compiling usdt-macro v0.5.0
31762026-08-15T07:14:27.731Z Compiling usdt v0.5.0
31772026-08-15T07:14:28.207Z Compiling toml v0.8.23
31782026-08-15T07:14:28.646Z Compiling cargo_toml v0.21.0
31792026-08-15T07:14:33.056Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
31802026-08-15T07:14:36.273Z Finished `release` profile [optimized] target(s) in 16.45s
31812026-08-15T07:14:36.413Z
31822026-08-15T07:14:36.413Zreal 16.576257803
31832026-08-15T07:14:36.413Zuser 2:06.024349312
31842026-08-15T07:14:36.417Zsys 13.930264134
31852026-08-15T07:14:36.417Ztrap 0.078426075
31862026-08-15T07:14:36.417Ztflt 0.441027123
31872026-08-15T07:14:36.417Zdflt 1.429403702
31882026-08-15T07:14:36.417Zkflt 0.000045880
31892026-08-15T07:14:36.417Zlock 4:50.539585543
31902026-08-15T07:14:36.417Zslp 2:43.233622993
31912026-08-15T07:14:36.417Zlat 4.567434267
31922026-08-15T07:14:36.417Zstop 16.629106312
31932026-08-15T07:14:36.417Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
31942026-08-15T07:14:36.417Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
31952026-08-15T07:14:36.417Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
31962026-08-15T07:14:36.417Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
31972026-08-15T07:14:36.417Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
31982026-08-15T07:14:37.413Z Compiling match_cfg v0.1.0
31992026-08-15T07:14:37.414Z Compiling slog-json v2.6.1
32002026-08-15T07:14:37.414Z Compiling progenitor-client v0.14.0
32012026-08-15T07:14:37.417Z Compiling newtype-uuid-macros v0.1.0
32022026-08-15T07:14:37.417Z Compiling sha1 v0.11.0
32032026-08-15T07:14:37.417Z Compiling async-stream-impl v0.3.6
32042026-08-15T07:14:37.417Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
32052026-08-15T07:14:37.417Z Compiling multer v3.1.0
32062026-08-15T07:14:37.417Z Compiling compression-core v0.4.31
32072026-08-15T07:14:37.570Z Compiling serde_spanned v1.1.1
32082026-08-15T07:14:37.582Z Compiling toml_datetime v1.1.1+spec-1.1.0
32092026-08-15T07:14:37.582Z Compiling dropshot v0.17.1
32102026-08-15T07:14:37.582Z Compiling toml_writer v1.1.1+spec-1.1.0
32112026-08-15T07:14:37.582Z Compiling waitgroup v0.1.2
32122026-08-15T07:14:37.587Z Compiling rustls-pemfile v2.2.0
32132026-08-15T07:14:37.593Z Compiling dropshot_endpoint v0.17.1
32142026-08-15T07:14:37.768Z Compiling compression-codecs v0.4.37
32152026-08-15T07:14:37.872Z Compiling serde_path_to_error v0.1.20
32162026-08-15T07:14:37.872Z Compiling hostname v0.4.2
32172026-08-15T07:14:37.907Z Compiling hostname v0.3.1
32182026-08-15T07:14:37.910Z Compiling atomicwrites v0.4.4
32192026-08-15T07:14:37.910Z Compiling macaddr v1.0.1
32202026-08-15T07:14:37.910Z Compiling instant v0.1.13
32212026-08-15T07:14:38.027Z Compiling slog-bunyan v2.5.0
32222026-08-15T07:14:38.046Z Compiling async-compression v0.4.41
32232026-08-15T07:14:38.046Z Compiling toml v1.1.2+spec-1.1.0
32242026-08-15T07:14:38.051Z Compiling itertools v0.14.0
32252026-08-15T07:14:38.100Z Compiling regress v0.10.5
32262026-08-15T07:14:38.118Z Compiling parse-display-derive v0.10.0
32272026-08-15T07:14:38.124Z Compiling backon v1.6.0
32282026-08-15T07:14:38.125Z Compiling backoff v0.4.0
32292026-08-15T07:14:38.135Z Compiling humantime v2.3.0
32302026-08-15T07:14:38.215Z Compiling crucible-workspace-hack v0.1.0
32312026-08-15T07:14:38.221Z Compiling regress v0.11.1
32322026-08-15T07:14:38.295Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
32332026-08-15T07:14:38.299Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
32342026-08-15T07:14:38.364Z Compiling progenitor-extras v0.2.0
32352026-08-15T07:14:38.410Z Compiling convert_case v0.4.0
32362026-08-15T07:14:38.427Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
32372026-08-15T07:14:38.435Z Compiling async-stream v0.3.6
32382026-08-15T07:14:38.550Z Compiling secrecy v0.10.3
32392026-08-15T07:14:38.582Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
32402026-08-15T07:14:38.599Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32412026-08-15T07:14:38.631Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
32422026-08-15T07:14:38.649Z Compiling unsafe-libyaml v0.2.11
32432026-08-15T07:14:38.658Z Compiling proc-macro-crate v1.3.1
32442026-08-15T07:14:38.687Z Compiling thiserror-impl-no-std v2.0.2
32452026-08-15T07:14:38.737Z Compiling universal-hash v0.5.1
32462026-08-15T07:14:38.757Z Compiling opaque-debug v0.3.1
32472026-08-15T07:14:38.805Z Compiling derive_more v0.99.20
32482026-08-15T07:14:38.826Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
32492026-08-15T07:14:38.847Z Compiling chacha20 v0.9.1
32502026-08-15T07:14:38.888Z Compiling poly1305 v0.8.0
32512026-08-15T07:14:38.950Z Compiling blake2 v0.10.6
32522026-08-15T07:14:39.108Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32532026-08-15T07:14:39.135Z Compiling aead v0.5.2
32542026-08-15T07:14:39.279Z Compiling serde_yaml v0.9.34+deprecated
32552026-08-15T07:14:39.306Z Compiling password-hash v0.5.0
32562026-08-15T07:14:39.348Z Compiling indent_write v2.2.0
32572026-08-15T07:14:39.375Z Compiling chacha20poly1305 v0.10.1
32582026-08-15T07:14:39.420Z Compiling itertools v0.15.0
32592026-08-15T07:14:39.425Z Compiling rayon-core v1.13.0
32602026-08-15T07:14:39.508Z Compiling num_enum_derive v0.7.6
32612026-08-15T07:14:39.530Z Compiling num-derive v0.4.2
32622026-08-15T07:14:39.551Z Compiling crossbeam-deque v0.8.6
32632026-08-15T07:14:39.651Z Compiling argon2 v0.5.3
32642026-08-15T07:14:39.691Z Compiling heapless v0.8.0
32652026-08-15T07:14:39.740Z Compiling tabwriter v1.4.1
32662026-08-15T07:14:39.933Z Compiling typify-impl v0.6.2
32672026-08-15T07:14:39.951Z Compiling parse-display v0.10.0
32682026-08-15T07:14:39.995Z Compiling thiserror-no-std v2.0.2
32692026-08-15T07:14:40.017Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
32702026-08-15T07:14:40.109Z Compiling vsss-rs v3.3.4
32712026-08-15T07:14:40.322Z Compiling hash32 v0.3.1
32722026-08-15T07:14:40.463Z Compiling smoltcp v0.11.0
32732026-08-15T07:14:40.480Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
32742026-08-15T07:14:40.531Z Compiling cobs v0.3.0
32752026-08-15T07:14:40.668Z Compiling num_enum v0.7.6
32762026-08-15T07:14:40.756Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
32772026-08-15T07:14:40.759Z Compiling colored v3.1.1
32782026-08-15T07:14:40.792Z Compiling postcard v1.1.3
32792026-08-15T07:14:40.794Z Compiling ingot-macros v0.2.0
32802026-08-15T07:14:40.825Z Compiling proc-macro-error v1.0.4
32812026-08-15T07:14:40.842Z Compiling rand v0.10.1
32822026-08-15T07:14:40.887Z Compiling foreign-types-macros v0.2.3
32832026-08-15T07:14:40.991Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32842026-08-15T07:14:41.016Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32852026-08-15T07:14:41.195Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32862026-08-15T07:14:41.198Z Compiling foreign-types-shared v0.3.1
32872026-08-15T07:14:41.329Z Compiling num_enum_derive v0.5.11
32882026-08-15T07:14:41.346Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
32892026-08-15T07:14:41.349Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32902026-08-15T07:14:41.385Z Compiling cstr-argument v0.1.2
32912026-08-15T07:14:41.385Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
32922026-08-15T07:14:41.421Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
32932026-08-15T07:14:41.508Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
32942026-08-15T07:14:41.527Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
32952026-08-15T07:14:41.553Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
32962026-08-15T07:14:41.587Z Compiling foreign-types v0.5.0
32972026-08-15T07:14:41.642Z Compiling cpubits v0.1.1
32982026-08-15T07:14:41.663Z Compiling zone_cfg_derive v0.3.1
32992026-08-15T07:14:41.696Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
33002026-08-15T07:14:41.742Z Compiling rayon v1.11.0
33012026-08-15T07:14:41.745Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
33022026-08-15T07:14:41.777Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33032026-08-15T07:14:41.835Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
33042026-08-15T07:14:41.877Z Compiling itertools v0.12.1
33052026-08-15T07:14:41.894Z Compiling sigpipe v0.1.3
33062026-08-15T07:14:41.915Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
33072026-08-15T07:14:41.997Z Compiling glob v0.3.3
33082026-08-15T07:14:42.012Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33092026-08-15T07:14:42.016Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
33102026-08-15T07:14:42.154Z Compiling smf v0.2.3
33112026-08-15T07:14:42.175Z Compiling whoami v1.6.1
33122026-08-15T07:14:42.278Z Compiling gethostname v0.5.0
33132026-08-15T07:14:42.386Z Compiling num-rational v0.4.2
33142026-08-15T07:14:42.417Z Compiling pem-rfc7468 v1.0.0
33152026-08-15T07:14:42.434Z Compiling num-complex v0.4.6
33162026-08-15T07:14:42.438Z Compiling float-ord v0.3.2
33172026-08-15T07:14:42.473Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
33182026-08-15T07:14:42.498Z Compiling num_enum v0.5.11
33192026-08-15T07:14:42.601Z Compiling hmac v0.13.0
33202026-08-15T07:14:42.647Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
33212026-08-15T07:14:42.692Z Compiling universal-hash v0.6.1
33222026-08-15T07:14:42.710Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
33232026-08-15T07:14:42.756Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33242026-08-15T07:14:42.812Z Compiling num v0.4.3
33252026-08-15T07:14:42.831Z Compiling cancel-safe-futures v0.1.5
33262026-08-15T07:14:42.857Z Compiling polyval v0.7.1
33272026-08-15T07:14:42.910Z Compiling der v0.8.0
33282026-08-15T07:14:42.928Z Compiling prettyplease v0.2.37
33292026-08-15T07:14:42.994Z Compiling pbkdf2 v0.13.0
33302026-08-15T07:14:43.011Z Compiling crypto-bigint v0.7.5
33312026-08-15T07:14:43.079Z Compiling zone v0.3.1
33322026-08-15T07:14:43.163Z Compiling ghash v0.6.0
33332026-08-15T07:14:43.166Z Compiling aes v0.9.1
33342026-08-15T07:14:43.199Z Compiling oxide-update-engine-types v0.1.2
33352026-08-15T07:14:43.242Z Compiling newline-converter v0.3.0
33362026-08-15T07:14:43.328Z Compiling console v0.15.11
33372026-08-15T07:14:43.389Z Compiling ctr v0.10.1
33382026-08-15T07:14:43.486Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33392026-08-15T07:14:43.537Z Compiling aead v0.6.1
33402026-08-15T07:14:43.579Z Compiling sha2 v0.11.0
33412026-08-15T07:14:43.634Z Compiling libefi-sys v0.1.0
33422026-08-15T07:14:43.741Z Compiling linear-map v1.2.0
33432026-08-15T07:14:43.776Z Compiling ingot-types v0.2.0
33442026-08-15T07:14:43.794Z Compiling aes-gcm v0.11.0
33452026-08-15T07:14:43.879Z Compiling spki v0.8.0
33462026-08-15T07:14:43.935Z Compiling expectorate v1.2.0
33472026-08-15T07:14:44.014Z Compiling salsa20 v0.11.0
33482026-08-15T07:14:44.097Z Compiling bitfield-struct v0.6.2
33492026-08-15T07:14:44.123Z Compiling nom v8.0.0
33502026-08-15T07:14:44.142Z Compiling semver v0.1.20
33512026-08-15T07:14:44.197Z Compiling ingot v0.2.1
33522026-08-15T07:14:44.229Z Compiling oxide-update-engine v0.1.2
33532026-08-15T07:14:44.315Z Compiling scrypt v0.12.0
33542026-08-15T07:14:44.424Z Compiling rustc_version v0.1.7
33552026-08-15T07:14:44.458Z Compiling tokio-dtrace v0.1.1
33562026-08-15T07:14:44.461Z Compiling cbc v0.2.1
33572026-08-15T07:14:44.563Z Compiling typify-macro v0.6.2
33582026-08-15T07:14:44.640Z Compiling slog-dtrace v0.3.0
33592026-08-15T07:14:44.673Z Compiling minimal-lexical v0.2.1
33602026-08-15T07:14:44.690Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
33612026-08-15T07:14:44.769Z Compiling newtype_derive v0.1.6
33622026-08-15T07:14:44.787Z Compiling oxide-tokio-rt v0.1.4
33632026-08-15T07:14:44.792Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
33642026-08-15T07:14:44.808Z Compiling pkcs5 v0.8.1
33652026-08-15T07:14:44.919Z Compiling nom v7.1.3
33662026-08-15T07:14:44.963Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33672026-08-15T07:14:44.990Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
33682026-08-15T07:14:45.067Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
33692026-08-15T07:14:45.109Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
33702026-08-15T07:14:45.113Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
33712026-08-15T07:14:45.147Z Compiling phf_shared v0.12.1
33722026-08-15T07:14:45.164Z Compiling dropshot-api-manager-types v0.7.2
33732026-08-15T07:14:45.215Z Compiling csv-core v0.1.13
33742026-08-15T07:14:45.233Z Compiling chrono-tz v0.10.4
33752026-08-15T07:14:45.345Z Compiling utf-8 v0.7.6
33762026-08-15T07:14:45.364Z Compiling xshell-macros v0.2.7
33772026-08-15T07:14:45.390Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33782026-08-15T07:14:45.440Z Compiling highway v1.3.0
33792026-08-15T07:14:45.475Z Compiling unicode-xid v0.2.6
33802026-08-15T07:14:45.511Z Compiling csv v1.4.0
33812026-08-15T07:14:45.514Z Compiling phf v0.12.1
33822026-08-15T07:14:45.546Z Compiling pkcs8 v0.11.0
33832026-08-15T07:14:45.642Z Compiling const_format_proc_macros v0.2.34
33842026-08-15T07:14:45.702Z Compiling ff v0.14.0
33852026-08-15T07:14:45.800Z Compiling xshell v0.2.7
33862026-08-15T07:14:45.839Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
33872026-08-15T07:14:45.859Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33882026-08-15T07:14:45.877Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33892026-08-15T07:14:45.957Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
33902026-08-15T07:14:45.979Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33912026-08-15T07:14:46.150Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33922026-08-15T07:14:46.193Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33932026-08-15T07:14:46.352Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
33942026-08-15T07:14:46.394Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33952026-08-15T07:14:46.459Z Compiling typify v0.6.2
33962026-08-15T07:14:46.558Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
33972026-08-15T07:14:46.606Z Compiling progenitor-impl v0.14.0
33982026-08-15T07:14:46.624Z Compiling const_format v0.2.35
33992026-08-15T07:14:46.728Z Compiling tabled_derive v0.7.0
34002026-08-15T07:14:46.886Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
34012026-08-15T07:14:47.137Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
34022026-08-15T07:14:47.170Z Compiling bcs v0.1.6
34032026-08-15T07:14:47.223Z Compiling termtree v0.5.1
34042026-08-15T07:14:47.412Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34052026-08-15T07:14:47.432Z Compiling tagptr v0.2.0
34062026-08-15T07:14:47.470Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
34072026-08-15T07:14:47.506Z Compiling steno v0.4.1
34082026-08-15T07:14:47.524Z Compiling group v0.14.0
34092026-08-15T07:14:47.615Z Compiling moka v0.12.13
34102026-08-15T07:14:47.738Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
34112026-08-15T07:14:47.756Z Compiling signature v3.0.0
34122026-08-15T07:14:47.776Z Compiling tabled v0.15.0
34132026-08-15T07:14:47.917Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
34142026-08-15T07:14:47.988Z Compiling base16ct v1.0.0
34152026-08-15T07:14:48.030Z Compiling hkdf v0.13.0
34162026-08-15T07:14:48.096Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
34172026-08-15T07:14:48.206Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
34182026-08-15T07:14:48.229Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
34192026-08-15T07:14:48.281Z Compiling sec1 v0.8.1
34202026-08-15T07:14:48.412Z Compiling hickory-resolver v0.25.2
34212026-08-15T07:14:48.474Z Compiling libscf-sys v1.2.0
34222026-08-15T07:14:48.633Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
34232026-08-15T07:14:48.651Z Compiling elliptic-curve v0.14.1
34242026-08-15T07:14:48.814Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
34252026-08-15T07:14:48.898Z Compiling blake3 v1.8.5
34262026-08-15T07:14:48.988Z Compiling parking_lot_core v0.8.6
34272026-08-15T07:14:49.190Z Compiling dashu-int v0.5.1
34282026-08-15T07:14:49.222Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
34292026-08-15T07:14:49.321Z Compiling progenitor-macro v0.14.0
34302026-08-15T07:14:49.340Z Compiling wnaf v0.14.0
34312026-08-15T07:14:49.436Z Compiling primefield v0.14.0
34322026-08-15T07:14:49.567Z Compiling rfc6979 v0.6.0
34332026-08-15T07:14:49.616Z Compiling tungstenite v0.21.0
34342026-08-15T07:14:49.633Z Compiling papergrid v0.18.0
34352026-08-15T07:14:49.701Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34362026-08-15T07:14:49.719Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
34372026-08-15T07:14:49.744Z Compiling git-stub v1.0.0
34382026-08-15T07:14:49.806Z Compiling ssh-encoding v0.2.0
34392026-08-15T07:14:50.001Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34402026-08-15T07:14:50.035Z Compiling rlimit v0.10.2
34412026-08-15T07:14:50.064Z Compiling arrayref v0.3.9
34422026-08-15T07:14:50.093Z Compiling dashu-base v0.5.1
34432026-08-15T07:14:50.154Z Compiling num-modular v0.6.4
34442026-08-15T07:14:50.172Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34452026-08-15T07:14:50.233Z Compiling arrayvec v0.7.6
34462026-08-15T07:14:50.281Z Compiling constant_time_eq v0.4.2
34472026-08-15T07:14:50.422Z Compiling tokio-tungstenite v0.21.0
34482026-08-15T07:14:50.459Z Compiling ssh-cipher v0.2.0
34492026-08-15T07:14:50.477Z Compiling git-stub-vcs v0.1.0
34502026-08-15T07:14:50.477Z Compiling ecdsa v0.17.0
34512026-08-15T07:14:50.512Z Compiling primeorder v0.14.0
34522026-08-15T07:14:50.548Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
34532026-08-15T07:14:50.672Z Compiling tabled v0.21.0
34542026-08-15T07:14:50.873Z Compiling tungstenite v0.28.0
34552026-08-15T07:14:50.892Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
34562026-08-15T07:14:50.945Z Compiling p256 v0.13.2
34572026-08-15T07:14:50.990Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34582026-08-15T07:14:51.007Z Compiling curve25519-dalek v5.0.0
34592026-08-15T07:14:51.086Z Compiling num-primitive v0.2.1
34602026-08-15T07:14:51.156Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34612026-08-15T07:14:51.332Z Compiling sush-common v0.1.0 (https://github.com/oxidecomputer/sush?rev=853d935e08b2e7a0b28326bbb5e72eea91e00670#853d935e)
34622026-08-15T07:14:51.381Z Compiling unicase v2.9.0
34632026-08-15T07:14:51.415Z Compiling illumos-nvpair-sys v0.2.0
34642026-08-15T07:14:51.582Z Compiling tokio-tungstenite v0.28.0
34652026-08-15T07:14:51.630Z Compiling mime_guess v2.0.5
34662026-08-15T07:14:51.692Z Compiling dsi-bitstream v0.10.1
34672026-08-15T07:14:51.709Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34682026-08-15T07:14:51.753Z Compiling ssh-key v0.6.7
34692026-08-15T07:14:51.823Z Compiling parking_lot v0.11.2
34702026-08-15T07:14:51.900Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34712026-08-15T07:14:52.136Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
34722026-08-15T07:14:52.154Z Compiling progenitor-impl v0.13.0
34732026-08-15T07:14:52.173Z Compiling ssh-encoding v0.3.0
34742026-08-15T07:14:52.220Z Compiling prefix-trie v0.7.0
34752026-08-15T07:14:52.238Z Compiling fxhash v0.2.1
34762026-08-15T07:14:52.426Z Compiling keccak v0.2.0
34772026-08-15T07:14:52.444Z Compiling crc8 v0.1.1
34782026-08-15T07:14:52.555Z Compiling http-range-header v0.4.2
34792026-08-15T07:14:52.591Z Compiling suanpan v0.1.0 (https://github.com/oxidecomputer/rumors?rev=b2675dbef99b784efb817db01920ee59dac708c3#b2675dbe)
34802026-08-15T07:14:52.640Z Compiling bytesize v2.7.0
34812026-08-15T07:14:52.658Z Compiling hickory-server v0.25.2
34822026-08-15T07:14:52.986Z Compiling sled v0.34.7
34832026-08-15T07:14:53.286Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
34842026-08-15T07:14:53.386Z Compiling ed25519 v3.0.0
34852026-08-15T07:14:53.493Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
34862026-08-15T07:14:53.609Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
34872026-08-15T07:14:53.665Z Compiling crypto-primes v0.7.2
34882026-08-15T07:14:53.852Z Compiling pkcs1 v0.8.0-rc.4
34892026-08-15T07:14:53.994Z Compiling poly1305 v0.9.0
34902026-08-15T07:14:54.272Z Compiling progenitor-client v0.13.0
34912026-08-15T07:14:54.337Z Compiling blowfish v0.10.0
34922026-08-15T07:14:54.517Z Compiling blake2 v0.11.0-rc.6
34932026-08-15T07:14:54.534Z Compiling progenitor v0.14.0
34942026-08-15T07:14:54.581Z Compiling before v0.1.0 (https://github.com/oxidecomputer/rumors?rev=b2675dbef99b784efb817db01920ee59dac708c3#b2675dbe)
34952026-08-15T07:14:54.613Z Compiling half v1.8.3
34962026-08-15T07:14:54.630Z Compiling seq-macro v0.3.6
34972026-08-15T07:14:54.696Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
34982026-08-15T07:14:54.730Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
34992026-08-15T07:14:54.748Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
35002026-08-15T07:14:54.768Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
35012026-08-15T07:14:54.831Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
35022026-08-15T07:14:54.859Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
35032026-08-15T07:14:54.878Z Compiling progenitor-macro v0.13.0
35042026-08-15T07:14:54.903Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
35052026-08-15T07:14:55.142Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
35062026-08-15T07:14:55.170Z Compiling http-range v0.1.5
35072026-08-15T07:14:55.286Z Compiling serde_cbor v0.11.2
35082026-08-15T07:14:55.357Z Compiling argon2 v0.6.0-rc.8
35092026-08-15T07:14:55.390Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
35102026-08-15T07:14:55.456Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
35112026-08-15T07:14:55.906Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
35122026-08-15T07:14:56.366Z Compiling rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=b2675dbef99b784efb817db01920ee59dac708c3#b2675dbe)
35132026-08-15T07:14:56.511Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
35142026-08-15T07:14:56.528Z Compiling rsa v0.10.0-rc.18
35152026-08-15T07:14:56.906Z Compiling bcrypt-pbkdf v0.11.0
35162026-08-15T07:14:57.146Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
35172026-08-15T07:14:57.164Z Compiling ssh-cipher v0.3.0
35182026-08-15T07:14:57.246Z Compiling ed25519-dalek v3.0.0
35192026-08-15T07:14:57.433Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
35202026-08-15T07:14:57.548Z Compiling sush-api v0.1.0 (https://github.com/oxidecomputer/sush?rev=853d935e08b2e7a0b28326bbb5e72eea91e00670#853d935e)
35212026-08-15T07:14:57.761Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
35222026-08-15T07:14:57.795Z Compiling illumos-nvpair v0.3.0
35232026-08-15T07:14:58.086Z Compiling sha3 v0.11.0
35242026-08-15T07:14:58.321Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
35252026-08-15T07:14:58.360Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35262026-08-15T07:14:58.399Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
35272026-08-15T07:14:58.580Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
35282026-08-15T07:14:58.598Z Compiling p521 v0.14.0
35292026-08-15T07:14:58.975Z Compiling p384 v0.14.0
35302026-08-15T07:14:59.104Z Compiling p256 v0.14.0
35312026-08-15T07:14:59.292Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
35322026-08-15T07:14:59.387Z Compiling scuffle v0.1.0
35332026-08-15T07:14:59.655Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
35342026-08-15T07:14:59.726Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
35352026-08-15T07:15:00.035Z Compiling progenitor v0.13.0
35362026-08-15T07:15:00.131Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35372026-08-15T07:15:00.227Z Compiling yasna v0.5.2
35382026-08-15T07:15:00.246Z Compiling kstat-rs v0.2.5
35392026-08-15T07:15:00.339Z Compiling pwd v1.4.0
35402026-08-15T07:15:00.370Z Compiling headers-core v0.3.0
35412026-08-15T07:15:00.388Z Compiling kem v0.3.0
35422026-08-15T07:15:00.523Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
35432026-08-15T07:15:00.544Z Compiling module-lattice v0.2.3
35442026-08-15T07:15:00.563Z Compiling nanorand v0.7.0
35452026-08-15T07:15:00.563Z Compiling lru v0.18.2
35462026-08-15T07:15:00.581Z Compiling sponge-cursor v0.1.0
35472026-08-15T07:15:00.694Z Compiling rcgen v0.12.1
35482026-08-15T07:15:00.697Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
35492026-08-15T07:15:00.764Z Compiling sha3 v0.12.0
35502026-08-15T07:15:00.804Z Compiling ml-kem v0.3.2
35512026-08-15T07:15:00.828Z Compiling flume v0.11.1
35522026-08-15T07:15:00.877Z Compiling sush-server v0.1.0 (https://github.com/oxidecomputer/sush?rev=853d935e08b2e7a0b28326bbb5e72eea91e00670#853d935e)
35532026-08-15T07:15:00.894Z Compiling headers v0.4.1
35542026-08-15T07:15:00.934Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
35552026-08-15T07:15:01.202Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
35562026-08-15T07:15:01.294Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
35572026-08-15T07:15:01.369Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
35582026-08-15T07:15:01.369Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
35592026-08-15T07:15:01.432Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
35602026-08-15T07:15:01.593Z Compiling hyper-staticfile v0.10.1
35612026-08-15T07:15:01.636Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
35622026-08-15T07:15:01.725Z Compiling ssh-key v0.7.0-rc.11
35632026-08-15T07:15:01.742Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
35642026-08-15T07:15:01.759Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
35652026-08-15T07:15:01.808Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
35662026-08-15T07:15:01.897Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35672026-08-15T07:15:02.071Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
35682026-08-15T07:15:02.147Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
35692026-08-15T07:15:02.165Z Compiling russh-cryptovec v0.62.0
35702026-08-15T07:15:02.247Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
35712026-08-15T07:15:02.268Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
35722026-08-15T07:15:02.287Z Compiling internal-russh-num-bigint v0.5.0
35732026-08-15T07:15:02.433Z Compiling port-file v0.1.0
35742026-08-15T07:15:02.442Z Compiling num-bigint v0.4.6
35752026-08-15T07:15:02.473Z Compiling russh-util v0.52.0
35762026-08-15T07:15:02.659Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
35772026-08-15T07:15:02.699Z Compiling generic-array v1.4.3
35782026-08-15T07:15:02.722Z Compiling enum_dispatch v0.3.13
35792026-08-15T07:15:02.726Z Compiling delegate v0.13.5
35802026-08-15T07:15:03.082Z Compiling subprocess v0.2.15
35812026-08-15T07:15:03.198Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35822026-08-15T07:15:03.620Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
35832026-08-15T07:15:03.658Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
35842026-08-15T07:15:03.753Z Compiling md5 v0.8.0
35852026-08-15T07:15:03.770Z Compiling display-error-chain v0.2.2
35862026-08-15T07:15:03.861Z Compiling hex-literal v1.1.0
35872026-08-15T07:15:03.944Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
35882026-08-15T07:15:04.008Z Compiling russh v0.62.4
35892026-08-15T07:15:04.075Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35902026-08-15T07:15:04.097Z Compiling colored v2.2.0
35912026-08-15T07:15:04.396Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35922026-08-15T07:15:04.441Z Compiling internet-checksum v0.2.1
35932026-08-15T07:15:06.492Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
35942026-08-15T07:15:07.220Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
35952026-08-15T07:15:07.750Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
35962026-08-15T07:15:09.410Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
35972026-08-15T07:15:18.418Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
35982026-08-15T07:15:18.419Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
35992026-08-15T07:15:18.423Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
36002026-08-15T07:15:18.423Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
36012026-08-15T07:15:20.200Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36022026-08-15T07:15:20.219Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
36032026-08-15T07:15:24.436Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
36042026-08-15T07:16:21.608Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 45s
36052026-08-15T07:16:21.611Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
36062026-08-15T07:16:21.611Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
36072026-08-15T07:16:21.840Z
36082026-08-15T07:16:21.840Zreal 1:45.358681225
36092026-08-15T07:16:21.840Zuser 9:08.539560489
36102026-08-15T07:16:21.840Zsys 1:42.050762133
36112026-08-15T07:16:21.840Ztrap 0.244772597
36122026-08-15T07:16:21.843Ztflt 0.304155431
36132026-08-15T07:16:21.843Zdflt 1.906953028
36142026-08-15T07:16:21.844Zkflt 0.000222070
36152026-08-15T07:16:21.844Zlock 33:59.188300381
36162026-08-15T07:16:21.844Zslp 19:57.337492466
36172026-08-15T07:16:21.844Zlat 37.901538600
36182026-08-15T07:16:21.844Zstop 3:00.359112458
36192026-08-15T07:16:21.844Z+ mkdir tests
36202026-08-15T07:16:21.847Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
36212026-08-15T07:16:21.847Z+ xargs -I '{}' -t cp '{}' tests/
36222026-08-15T07:16:21.867Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-9a85664d39bba84c tests/
36232026-08-15T07:16:21.891Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-250258f7e76d9466 tests/
36242026-08-15T07:16:21.915Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-2fc5097ae9357927 tests/
36252026-08-15T07:16:21.937Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-d6a00f6708078713 tests/
36262026-08-15T07:16:22.263Z+ 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)
36272026-08-15T07:16:22.267Z+ 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-250258f7e76d9466 tests/commtest-2fc5097ae9357927 tests/dhcp_server-9a85664d39bba84c tests/end_to_end_tests-d6a00f6708078713 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
36282026-08-15T07:17:52.789ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
36292026-08-15T07:17:52.789Za .github/buildomat/ci-env.sh 1K
36302026-08-15T07:17:52.789Za out/target/test 1K
36312026-08-15T07:17:52.790Za out/npuzone/npuzone 27402K
36322026-08-15T07:17:52.790Za package-manifest.toml 35K
36332026-08-15T07:17:52.790Za smf/sled-agent/non-gimlet/config.toml 6K
36342026-08-15T07:17:52.790Za target/release/omicron-package 49139K
36352026-08-15T07:17:52.790Za target/release/xtask 11727K
36362026-08-15T07:17:52.790Za target/debug/bootstrap 436122K
36372026-08-15T07:17:52.790Za tests/bootstrap-250258f7e76d9466 34431K
36382026-08-15T07:17:52.790Za tests/commtest-2fc5097ae9357927 34432K
36392026-08-15T07:17:52.790Za tests/dhcp_server-9a85664d39bba84c 34431K
36402026-08-15T07:17:52.790Za tests/end_to_end_tests-d6a00f6708078713 500271K
36412026-08-15T07:17:52.792Za tools/opte_version 1K
36422026-08-15T07:17:52.792Za tools/opte_version_override 2K
36432026-08-15T07:17:52.792Za out/clickhouse.tar.gz 330685K
36442026-08-15T07:17:52.792Za out/clickhouse_keeper.tar.gz 314648K
36452026-08-15T07:17:52.792Za out/clickhouse_server.tar.gz 330682K
36462026-08-15T07:17:52.792Za out/cockroachdb.tar.gz 170096K
36472026-08-15T07:17:52.792Za out/crucible-pantry-zone.tar.gz 41826K
36482026-08-15T07:17:52.792Za out/crucible-utils.tar 18900K
36492026-08-15T07:17:52.792Za out/crucible-zone.tar.gz 56639K
36502026-08-15T07:17:52.792Za out/external-dns.tar.gz 54225K
36512026-08-15T07:17:52.792Za out/internal-dns.tar.gz 54225K
36522026-08-15T07:17:52.792Za out/mg-ddm-gz.tar 100917K
36532026-08-15T07:17:52.792Za out/nexus.tar.gz 354306K
36542026-08-15T07:17:52.792Za out/ntp.tar.gz 35206K
36552026-08-15T07:17:52.792Za out/omicron-gateway-softnpu.tar.gz 29752K
36562026-08-15T07:17:52.792Za out/omicron-sled-agent.tar 269092K
36572026-08-15T07:17:52.792Za out/overlay.tar.gz 4K
36582026-08-15T07:17:52.792Za out/oximeter.tar.gz 71574K
36592026-08-15T07:17:52.792Za out/oxlog.tar 4092K
36602026-08-15T07:17:52.792Za out/probe.tar.gz 3037K
36612026-08-15T07:17:52.792Za out/propolis-server.tar.gz 34642K
36622026-08-15T07:17:52.792Za out/pumpkind-gz.tar 26647K
36632026-08-15T07:17:52.792Za out/switch-softnpu.tar.gz 521640K
36642026-08-15T07:17:52.796Z
36652026-08-15T07:17:52.796Zreal 1:30.523309337
36662026-08-15T07:17:52.796Zuser 1:27.555121306
36672026-08-15T07:17:52.796Zsys 4.988652124
36682026-08-15T07:17:52.796Ztrap 0.006782367
36692026-08-15T07:17:52.796Ztflt 0.000000000
36702026-08-15T07:17:52.796Zdflt 0.000000000
36712026-08-15T07:17:52.796Zkflt 0.000000000
36722026-08-15T07:17:52.796Zlock 0.000000000
36732026-08-15T07:17:52.796Zslp 1:27.371794837
36742026-08-15T07:17:52.796Zlat 1.119541827
36752026-08-15T07:17:52.796Zstop 0.000207610
36762026-08-15T07:17:52.796Zprocess exited: duration 1092319 ms, exit code 0
 
36772026-08-15T07:17:52.810Zfound 1 output files
36782026-08-15T07:17:52.810Zuploading: /work/package.tar.gz (2801738179 bytes)
36792026-08-15T07:18:27.054Zuploaded: /work/package.tar.gz