01KYJKX24DSFQZKYZNQ8TBCYAD: 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: 01KYJKXPE1YXK90X9EDBB8E0CT

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-27T20:23:58.997Zjob assigned to worker 01KYJKXYCAGEA4PWXBABBCMSPD [factory aws, i-05728937ced44174e] (queued for 51 s)
 
22026-07-27T20:24:05.753Zstarting task 0: "setup"
32026-07-27T20:24:05.762Z++ uname -s
42026-07-27T20:24:05.765Z+ kern=SunOS
52026-07-27T20:24:05.766Z+ build_user=build
62026-07-27T20:24:05.766Z+ build_uid=12345
72026-07-27T20:24:05.766Z+ work_dir=/work
82026-07-27T20:24:05.766Z+ input_dir=/input
92026-07-27T20:24:05.766Z+ [[ 0 == 12345 ]]
102026-07-27T20:24:05.766Z+ case "$kern" in
112026-07-27T20:24:05.766Z+ groupadd -g 12345 build
122026-07-27T20:24:05.771Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-27T20:24:07.778Z+ zfs create -o mountpoint=/work rpool/work
142026-07-27T20:24:07.863Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-27T20:24:07.866Z+ home_fs=zfs
162026-07-27T20:24:07.866Z+ [[ zfs == autofs ]]
172026-07-27T20:24:07.866Z+ mkdir -p /home/build
182026-07-27T20:24:07.869Z+ chown build:build /home/build /work
192026-07-27T20:24:09.869Z+ chmod 0700 /home/build /work
202026-07-27T20:24:09.872Zprocess exited: duration 4123 ms, exit code 0
 
212026-07-27T20:24:09.879Zstarting task 1: "rust-toolchain"
222026-07-27T20:24:09.887Z * rust toolchain channel = "1.97.1"
232026-07-27T20:24:09.887Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
242026-07-27T20:24:09.887Z * rust toolchain profile = "default"
252026-07-27T20:24:09.887Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-27T20:24:09.887Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-27T20:24:09.887Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-27T20:24:09.892Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-27T20:24:09.893Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-27T20:24:09.988Zinfo: downloading installer
312026-07-27T20:24:11.421Zwarn: It looks like you have an existing rustup settings file at:
322026-07-27T20:24:11.421Zwarn: /home/build/.rustup/settings.toml
332026-07-27T20:24:11.421Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-27T20:24:11.421Zwarn: instead of the one inferred from the default host triple.
352026-07-27T20:24:11.433Zinfo: profile set to default
362026-07-27T20:24:11.434Zinfo: default host triple is x86_64-unknown-illumos
372026-07-27T20:24:11.436Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-27T20:24:11.578Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-27T20:24:11.582Zinfo: downloading 6 components
402026-07-27T20:24:26.299Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-07-27T20:24:26.299Z
422026-07-27T20:24:26.331Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-27T20:24:26.331Z
442026-07-27T20:24:26.331Z
452026-07-27T20:24:26.334ZRust is installed now. Great!
462026-07-27T20:24:26.334Z
472026-07-27T20:24:26.334ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-27T20:24:26.335Zenvironment variable. This has not been done automatically.
492026-07-27T20:24:26.335Z
502026-07-27T20:24:26.335ZTo configure your current shell, you need to source
512026-07-27T20:24:26.335Zthe corresponding env file under $HOME/.cargo.
522026-07-27T20:24:26.335Z
532026-07-27T20:24:26.335ZThis is usually done by running one of the following (note the leading DOT):
542026-07-27T20:24:26.335Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-27T20:24:26.335Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-27T20:24:26.335Zsource "~/.cargo/env.nu" # For nushell
572026-07-27T20:24:26.335Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-27T20:24:26.335Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-27T20:24:26.335Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-27T20:24:26.335Zwarn: no default linker (`cc`) was found in your PATH
612026-07-27T20:24:26.335Zwarn: many Rust crates require a system C toolchain to build
622026-07-27T20:24:26.431Z+ rustup --version
632026-07-27T20:24:26.437Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-27T20:24:26.440Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-27T20:24:26.458Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-27T20:24:26.461Z+ cargo --version
672026-07-27T20:24:26.469Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-27T20:24:26.472Z+ rustc --version
692026-07-27T20:24:26.493Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-27T20:24:26.498Zprocess exited: duration 16615 ms, exit code 0
 
712026-07-27T20:24:26.505Zstarting task 2: "authentication"
722026-07-27T20:24:26.524Zprocess exited: duration 18 ms, exit code 0
 
732026-07-27T20:24:26.532Zstarting task 3: "clone repository"
742026-07-27T20:24:26.537Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-27T20:24:26.540Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-27T20:24:26.573ZCloning into '/work/oxidecomputer/omicron'...
772026-07-27T20:24:36.055Z+ cd /work/oxidecomputer/omicron
782026-07-27T20:24:36.055Z+ git fetch origin f20be7e2e1e30338963b1e1a9eecee78c2dbdf1c
792026-07-27T20:24:36.343ZFrom https://github.com/oxidecomputer/omicron
802026-07-27T20:24:36.343Z * branch f20be7e2e1e30338963b1e1a9eecee78c2dbdf1c -> FETCH_HEAD
812026-07-27T20:24:36.356Z+ [[ -n '' ]]
822026-07-27T20:24:36.356Z+ git reset --hard f20be7e2e1e30338963b1e1a9eecee78c2dbdf1c
832026-07-27T20:24:36.602ZHEAD is now at f20be7e2e update rust toolchain to 1.97.1
842026-07-27T20:24:36.610Zprocess exited: duration 10073 ms, exit code 0
 
852026-07-27T20:24:36.625Zstarting task 4: "build"
862026-07-27T20:24:36.631Z+ source .github/buildomat/ci-env.sh
872026-07-27T20:24:36.631Z++ export CARGO_TERM_COLOR=always
882026-07-27T20:24:36.631Z++ CARGO_TERM_COLOR=always
892026-07-27T20:24:36.631Z+++ uname -s
902026-07-27T20:24:36.635Z++ [[ SunOS == \S\u\n\O\S ]]
912026-07-27T20:24:36.635Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
922026-07-27T20:24:36.635Z+ cargo --version
932026-07-27T20:24:36.644Zcargo 1.97.1 (c980f4866 2026-06-30)
942026-07-27T20:24:36.647Z+ rustc --version
952026-07-27T20:24:36.666Zrustc 1.97.1 (8bab26f4f 2026-07-14)
962026-07-27T20:24:36.671Z+ WORK=/work
972026-07-27T20:24:36.671Z+ pfexec mkdir -p /work
982026-07-27T20:24:36.677Z+ pfexec chown build /work
992026-07-27T20:24:36.677Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1002026-07-27T20:24:38.505Z Startup: Refreshing catalog 'helios' ... Done
1012026-07-27T20:24:38.741Z Startup: Caching catalogs ... Done
1022026-07-27T20:24:39.892ZPlanning: Solver setup ... Done (1.071s)
1032026-07-27T20:24:39.935ZPlanning: Running solver ... Done (0.044s)
1042026-07-27T20:24:39.965ZPlanning: Finding local manifests ... Done (0.003s)
1052026-07-27T20:24:39.977ZPlanning: Fetching manifests: 0/2 0% complete
1062026-07-27T20:24:39.994ZPlanning: Fetching manifests: 2/2 100% complete
1072026-07-27T20:24:40.010ZPlanning: Package planning ... Done (0.016s)
1082026-07-27T20:24:40.014ZPlanning: Merging actions ... Done (0.002s)
1092026-07-27T20:24:40.230ZPlanning: Checking for conflicting actions ... Done (0.218s)
1102026-07-27T20:24:40.233ZPlanning: Consolidating action changes ... Done (0.001s)
1112026-07-27T20:24:41.111ZPlanning: Evaluating mediators ... Done (0.879s)
1122026-07-27T20:24:41.114ZPlanning: Planning completed in 2.34 seconds
1132026-07-27T20:24:41.121Z Packages to install: 2
1142026-07-27T20:24:41.121Z Estimated space available: 156.02 GB
1152026-07-27T20:24:41.121ZEstimated space to be consumed: 55.04 MB
1162026-07-27T20:24:41.121Z Create boot environment: No
1172026-07-27T20:24:41.121ZCreate backup boot environment: No
1182026-07-27T20:24:41.124Z Rebuild boot archive: No
1192026-07-27T20:24:41.124Z
1202026-07-27T20:24:41.125ZChanged packages:
1212026-07-27T20:24:41.125Zhelios
1222026-07-27T20:24:41.125Z developer/build-essential
1232026-07-27T20:24:41.125Z None -> 11-3.0
1242026-07-27T20:24:41.125Z library/libxmlsec1
1252026-07-27T20:24:41.125Z None -> 1.2.35-3.0
1262026-07-27T20:24:41.147Z
1272026-07-27T20:24:41.148ZDownload: 0/214 items 0.0/1.3MB 0% complete
1282026-07-27T20:24:41.226ZDownload: Completed 1.28 MB in 0.08 seconds (16.4M/s)
1292026-07-27T20:24:41.297Z Actions: 1/268 actions (Installing new actions)
1302026-07-27T20:24:41.336Z Actions: Completed 268 actions in 0.04 seconds.
1312026-07-27T20:24:41.364ZFinalize: Updating package state database ... Done (0.025s)
1322026-07-27T20:24:41.364ZFinalize: Updating package cache ... Done (0.000s)
1332026-07-27T20:24:41.419ZFinalize: Updating image state ... Done (0.057s)
1342026-07-27T20:24:44.043ZFinalize: Creating fast lookup database ... Done (2.580s)
1352026-07-27T20:24:44.103ZFinalize: Reading search index ... Done (0.013s)
1362026-07-27T20:24:44.106ZFinalize: Updating search index ... Done (0.000s)
1372026-07-27T20:24:44.204ZFinalize: Updating package cache ... Done (0.000s)
1382026-07-27T20:24:44.552ZPlanning: Evaluating mediator changes ... Done
1392026-07-27T20:24:44.646ZPlanning: Checking for conflicting actions ... Done
1402026-07-27T20:24:44.650ZPlanning: Consolidating action changes ... Done
1412026-07-27T20:24:44.802ZPlanning: Evaluating mediators ... Done
1422026-07-27T20:24:44.809ZPlanning: Planning completed in 0.26 seconds
1432026-07-27T20:24:44.825Z Mediators to change: 2
1442026-07-27T20:24:44.825Z Create boot environment: No
1452026-07-27T20:24:44.825ZCreate backup boot environment: No
1462026-07-27T20:24:44.868ZFinalize: Updating package state database ... Done
1472026-07-27T20:24:44.868ZFinalize: Updating package cache ... Done
1482026-07-27T20:24:44.902ZFinalize: Updating image state ... Done
1492026-07-27T20:24:46.818ZFinalize: Creating fast lookup database ... Done
1502026-07-27T20:24:46.874ZFinalize: Reading search index ... Done
1512026-07-27T20:24:46.879ZFinalize: Updating search index ... Done
1522026-07-27T20:24:46.940ZFinalize: Updating package cache ... Done
1532026-07-27T20:24:47.221ZPlanning: Evaluating mediator changes ... Done
1542026-07-27T20:24:47.324ZPlanning: Checking for conflicting actions ... Done
1552026-07-27T20:24:47.328ZPlanning: Consolidating action changes ... Done
1562026-07-27T20:24:47.483ZPlanning: Evaluating mediators ... Done
1572026-07-27T20:24:47.487ZPlanning: Planning completed in 0.26 seconds
1582026-07-27T20:24:47.505Z Mediators to change: 1
1592026-07-27T20:24:47.505Z Create boot environment: No
1602026-07-27T20:24:47.505ZCreate backup boot environment: No
1612026-07-27T20:24:47.548ZFinalize: Updating package state database ... Done
1622026-07-27T20:24:47.548ZFinalize: Updating package cache ... Done
1632026-07-27T20:24:47.586ZFinalize: Updating image state ... Done
1642026-07-27T20:24:49.509ZFinalize: Creating fast lookup database ... Done
1652026-07-27T20:24:49.575ZFinalize: Reading search index ... Done
1662026-07-27T20:24:49.578ZFinalize: Updating search index ... Done
1672026-07-27T20:24:49.638ZFinalize: Updating package cache ... Done
1682026-07-27T20:24:49.943ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1692026-07-27T20:24:49.943Zapache system 2.4 system
1702026-07-27T20:24:49.943Zclang system 15 system
1712026-07-27T20:24:49.943Zcsh system system illumos
1722026-07-27T20:24:49.943Zctags system system illumos
1732026-07-27T20:24:49.943Zfile vendor vendor darwinsys
1742026-07-27T20:24:49.943Zfile system system illumos
1752026-07-27T20:24:49.943Zgcc vendor 14 vendor
1762026-07-27T20:24:49.943Zgcc system 13 system
1772026-07-27T20:24:49.943Zgcc system 10 system
1782026-07-27T20:24:49.943Zgo system 1.25 system
1792026-07-27T20:24:49.943Zllvm system 15 system
1802026-07-27T20:24:49.943Zmariadb system 11.4 system
1812026-07-27T20:24:49.943Zmta vendor vendor dma
1822026-07-27T20:24:49.943Zopenjdk system 17 system
1832026-07-27T20:24:49.943Zopenjdk system 11 system
1842026-07-27T20:24:49.943Zopenssl vendor 3 vendor
1852026-07-27T20:24:49.943Zperl system 5.40 system
1862026-07-27T20:24:49.943Zpostgresql system 18 system
1872026-07-27T20:24:49.943Zpostgresql system 17 system
1882026-07-27T20:24:49.943Zpython vendor 3 vendor
1892026-07-27T20:24:49.943Zpython system 2 system
1902026-07-27T20:24:49.943Zpython3 vendor 3.13 vendor
1912026-07-27T20:24:49.943Zruby system 3.4 system
1922026-07-27T20:24:49.943Zruby system 3.0 system
1932026-07-27T20:24:49.943Zwords vendor vendor american-english
1942026-07-27T20:24:49.943Zwords system system australian-english
1952026-07-27T20:24:49.943Zwords system system british-english
1962026-07-27T20:24:49.944Zwords system system canadian-english
1972026-07-27T20:24:49.944Zwords system system french
1982026-07-27T20:24:49.944Zwords system system italian
1992026-07-27T20:24:49.944Zwords system system ngerman
2002026-07-27T20:24:49.944Zwords system system ogerman
2012026-07-27T20:24:49.944Zwords system system spanish
2022026-07-27T20:24:50.203ZPUBLISHER TYPE STATUS P LOCATION
2032026-07-27T20:24:50.203Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2042026-07-27T20:24:50.590ZFMRI IFO
2052026-07-27T20:24:50.590Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2062026-07-27T20:24:50.590Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2072026-07-27T20:24:50.590Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2082026-07-27T20:24:50.590Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2092026-07-27T20:24:50.590Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2102026-07-27T20:24:50.590Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2112026-07-27T20:24:50.590Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2122026-07-27T20:24:50.590Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2132026-07-27T20:24:50.590Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2142026-07-27T20:24:50.888Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2152026-07-27T20:24:51.171Z Updating crates.io index
2162026-07-27T20:24:51.174Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2172026-07-27T20:24:51.410Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2182026-07-27T20:24:51.693Z Updating git repository `https://github.com/oxidecomputer/propolis`
2192026-07-27T20:24:52.599Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2202026-07-27T20:24:53.107Z Updating git repository `https://github.com/oxidecomputer/crucible`
2212026-07-27T20:24:54.633Z Updating git repository `https://github.com/oxidecomputer/opte`
2222026-07-27T20:24:55.418Z Updating git repository `https://github.com/oxidecomputer/tofino`
2232026-07-27T20:24:55.651Z Updating git repository `https://github.com/oxidecomputer/lldp`
2242026-07-27T20:24:55.950Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2252026-07-27T20:24:57.078Z Updating git repository `https://github.com/oxidecomputer/clickward`
2262026-07-27T20:24:57.317Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2272026-07-27T20:24:57.643Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2282026-07-27T20:24:57.887Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2292026-07-27T20:24:58.353Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2302026-07-27T20:24:58.935Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2312026-07-27T20:24:59.310Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2322026-07-27T20:24:59.530Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2332026-07-27T20:24:59.799Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2342026-07-27T20:25:00.082Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2352026-07-27T20:25:00.477Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2362026-07-27T20:25:00.724Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2372026-07-27T20:25:01.004Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2382026-07-27T20:25:01.373Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2392026-07-27T20:25:01.677Z Updating git repository `https://github.com/oxidecomputer/erebor`
2402026-07-27T20:25:01.890Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2412026-07-27T20:25:02.257Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2422026-07-27T20:25:02.494Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2432026-07-27T20:25:02.881Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2442026-07-27T20:25:03.435Z Updating git repository `https://github.com/oxidecomputer/ispf`
2452026-07-27T20:25:03.653Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2462026-07-27T20:25:03.880Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2472026-07-27T20:25:04.194Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2482026-07-27T20:25:04.563Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2492026-07-27T20:25:04.790Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2502026-07-27T20:25:05.055Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2512026-07-27T20:25:05.284Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2522026-07-27T20:25:05.557Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2532026-07-27T20:25:05.854Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2542026-07-27T20:25:06.084Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2552026-07-27T20:25:06.383Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2562026-07-27T20:25:06.577Z Updating git repository `https://github.com/illumos/smf-rs`
2572026-07-27T20:25:09.192Z Downloading crates ...
2582026-07-27T20:25:09.242Z Downloaded dof v0.3.0
2592026-07-27T20:25:09.246Z Downloaded errno v0.3.14
2602026-07-27T20:25:09.251Z Downloaded anstream v1.0.0
2612026-07-27T20:25:09.251Z Downloaded thread-id v4.2.2
2622026-07-27T20:25:09.254Z Downloaded thiserror v2.0.18
2632026-07-27T20:25:09.258Z Downloaded anyhow v1.0.102
2642026-07-27T20:25:09.267Z Downloaded camino v1.2.2
2652026-07-27T20:25:09.267Z Downloaded toml_edit v0.22.27
2662026-07-27T20:25:09.271Z Downloaded heck v0.4.1
2672026-07-27T20:25:09.271Z Downloaded zmij v1.0.21
2682026-07-27T20:25:09.271Z Downloaded zerocopy-derive v0.7.35
2692026-07-27T20:25:09.274Z Downloaded cargo-platform v0.3.2
2702026-07-27T20:25:09.274Z Downloaded memmap v0.7.0
2712026-07-27T20:25:09.274Z Downloaded block-buffer v0.10.4
2722026-07-27T20:25:09.281Z Downloaded generic-array v0.14.7
2732026-07-27T20:25:09.284Z Downloaded zerocopy v0.7.35
2742026-07-27T20:25:09.292Z Downloaded fastrand v2.3.0
2752026-07-27T20:25:09.292Z Downloaded anstyle v1.0.14
2762026-07-27T20:25:09.292Z Downloaded bytecount v0.6.9
2772026-07-27T20:25:09.292Z Downloaded anstyle-query v1.1.5
2782026-07-27T20:25:09.297Z Downloaded cpufeatures v0.2.17
2792026-07-27T20:25:09.297Z Downloaded itoa v1.0.17
2802026-07-27T20:25:09.297Z Downloaded autocfg v1.5.0
2812026-07-27T20:25:09.297Z Downloaded fnv v1.0.7
2822026-07-27T20:25:09.311Z Downloaded clap_lex v1.0.0
2832026-07-27T20:25:09.311Z Downloaded byteorder v1.5.0
2842026-07-27T20:25:09.311Z Downloaded colorchoice v1.0.4
2852026-07-27T20:25:09.311Z Downloaded cargo_metadata v0.23.1
2862026-07-27T20:25:09.347Z Downloaded bitflags v2.11.0
2872026-07-27T20:25:09.348Z Downloaded pest_derive v2.8.6
2882026-07-27T20:25:09.348Z Downloaded crypto-common v0.1.7
2892026-07-27T20:25:09.348Z Downloaded equivalent v1.0.2
2902026-07-27T20:25:09.348Z Downloaded is_terminal_polyfill v1.70.2
2912026-07-27T20:25:09.348Z Downloaded cargo_toml v0.21.0
2922026-07-27T20:25:09.348Z Downloaded plain v0.2.3
2932026-07-27T20:25:09.348Z Downloaded scroll_derive v0.12.1
2942026-07-27T20:25:09.348Z Downloaded tabled_derive v0.7.0
2952026-07-27T20:25:09.349Z Downloaded usdt-attr-macro v0.5.0
2962026-07-27T20:25:09.349Z Downloaded toml_write v0.1.2
2972026-07-27T20:25:09.349Z Downloaded strsim v0.11.1
2982026-07-27T20:25:09.361Z Downloaded serde_spanned v0.6.9
2992026-07-27T20:25:09.361Z Downloaded unicode-linebreak v0.1.5
3002026-07-27T20:25:09.361Z Downloaded anstyle-parse v1.0.0
3012026-07-27T20:25:09.361Z Downloaded fs-err v3.3.0
3022026-07-27T20:25:09.361Z Downloaded smawk v0.3.2
3032026-07-27T20:25:09.361Z Downloaded pretty-hex v0.4.1
3042026-07-27T20:25:09.361Z Downloaded macaddr v1.0.1
3052026-07-27T20:25:09.361Z Downloaded cfg-if v1.0.4
3062026-07-27T20:25:09.361Z Downloaded dtrace-parser v0.2.0
3072026-07-27T20:25:09.361Z Downloaded version_check v0.9.5
3082026-07-27T20:25:09.361Z Downloaded terminal_size v0.4.3
3092026-07-27T20:25:09.372Z Downloaded proc-macro-error-attr v1.0.4
3102026-07-27T20:25:09.372Z Downloaded utf8parse v0.2.2
3112026-07-27T20:25:09.372Z Downloaded usdt-macro v0.5.0
3122026-07-27T20:25:09.372Z Downloaded swrite v0.1.0
3132026-07-27T20:25:09.372Z Downloaded heck v0.5.0
3142026-07-27T20:25:09.425Z Downloaded papergrid v0.11.0
3152026-07-27T20:25:09.425Z Downloaded camino-tempfile v1.4.1
3162026-07-27T20:25:09.425Z Downloaded pest_meta v2.8.6
3172026-07-27T20:25:09.426Z Downloaded thiserror-impl v2.0.18
3182026-07-27T20:25:09.426Z Downloaded scroll v0.12.0
3192026-07-27T20:25:09.426Z Downloaded thiserror v1.0.69
3202026-07-27T20:25:09.426Z Downloaded usdt-impl v0.5.0
3212026-07-27T20:25:09.426Z Downloaded toml_datetime v0.6.11
3222026-07-27T20:25:09.426Z Downloaded serde_tokenstream v0.2.3
3232026-07-27T20:25:09.426Z Downloaded proc-macro-error v1.0.4
3242026-07-27T20:25:09.529Z Downloaded once_cell v1.21.3
3252026-07-27T20:25:09.529Z Downloaded usdt v0.5.0
3262026-07-27T20:25:09.530Z Downloaded sha2 v0.10.9
3272026-07-27T20:25:09.530Z Downloaded getrandom v0.4.1
3282026-07-27T20:25:09.530Z Downloaded ucd-trie v0.1.7
3292026-07-27T20:25:09.530Z Downloaded clap_derive v4.6.1
3302026-07-27T20:25:09.530Z Downloaded pest_generator v2.8.6
3312026-07-27T20:25:09.530Z Downloaded digest v0.10.7
3322026-07-27T20:25:09.530Z Downloaded quote v1.0.45
3332026-07-27T20:25:09.530Z Downloaded toml v0.8.23
3342026-07-27T20:25:09.530Z Downloaded semver v1.0.28
3352026-07-27T20:25:09.530Z Downloaded thiserror-impl v1.0.69
3362026-07-27T20:25:09.635Z Downloaded clap v4.6.1
3372026-07-27T20:25:09.635Z Downloaded log v0.4.29
3382026-07-27T20:25:09.635Z Downloaded tempfile v3.25.0
3392026-07-27T20:25:09.635Z Downloaded textwrap v0.16.2
3402026-07-27T20:25:09.635Z Downloaded proc-macro2 v1.0.106
3412026-07-27T20:25:09.635Z Downloaded serde_derive v1.0.228
3422026-07-27T20:25:09.635Z Downloaded unicode-ident v1.0.24
3432026-07-27T20:25:09.635Z Downloaded serde_core v1.0.228
3442026-07-27T20:25:09.635Z Downloaded winnow v0.7.14
3452026-07-27T20:25:09.635Z Downloaded serde v1.0.228
3462026-07-27T20:25:09.635Z Downloaded memchr v2.8.0
3472026-07-27T20:25:09.635Z Downloaded typenum v1.20.1
3482026-07-27T20:25:09.635Z Downloaded pest v2.8.6
3492026-07-27T20:25:09.635Z Downloaded indexmap v2.14.0
3502026-07-27T20:25:09.635Z Downloaded hashbrown v0.17.0
3512026-07-27T20:25:09.635Z Downloaded clap_builder v4.6.0
3522026-07-27T20:25:09.636Z Downloaded goblin v0.8.2
3532026-07-27T20:25:09.636Z Downloaded serde_json v1.0.150
3542026-07-27T20:25:09.774Z Downloaded tabled v0.15.0
3552026-07-27T20:25:09.774Z Downloaded syn v1.0.109
3562026-07-27T20:25:09.775Z Downloaded unicode-width v0.2.0
3572026-07-27T20:25:09.775Z Downloaded unicode-width v0.1.14
3582026-07-27T20:25:09.775Z Downloaded syn v2.0.117
3592026-07-27T20:25:09.775Z Downloaded rustix v1.1.3
3602026-07-27T20:25:09.775Z Downloaded libc v0.2.185
3612026-07-27T20:25:09.853Z Compiling proc-macro2 v1.0.106
3622026-07-27T20:25:09.853Z Compiling quote v1.0.45
3632026-07-27T20:25:09.853Z Compiling unicode-ident v1.0.24
3642026-07-27T20:25:09.853Z Compiling serde_core v1.0.228
3652026-07-27T20:25:09.853Z Compiling libc v0.2.185
3662026-07-27T20:25:09.854Z Compiling version_check v0.9.5
3672026-07-27T20:25:09.854Z Compiling memchr v2.8.0
3682026-07-27T20:25:09.969Z Compiling serde v1.0.228
3692026-07-27T20:25:09.969Z Compiling zmij v1.0.21
3702026-07-27T20:25:09.969Z Compiling ucd-trie v0.1.7
3712026-07-27T20:25:09.969Z Compiling thiserror v1.0.69
3722026-07-27T20:25:09.969Z Compiling itoa v1.0.17
3732026-07-27T20:25:09.969Z Compiling rustix v1.1.3
3742026-07-27T20:25:10.122Z Compiling byteorder v1.5.0
3752026-07-27T20:25:10.256Z Compiling serde_json v1.0.150
3762026-07-27T20:25:10.380Z Compiling bitflags v2.11.0
3772026-07-27T20:25:10.508Z Compiling pest v2.8.6
3782026-07-27T20:25:10.508Z Compiling usdt-impl v0.5.0
3792026-07-27T20:25:10.508Z Compiling proc-macro-error-attr v1.0.4
3802026-07-27T20:25:10.667Z Compiling camino v1.2.2
3812026-07-27T20:25:10.688Z Compiling syn v1.0.109
3822026-07-27T20:25:10.817Z Compiling proc-macro-error v1.0.4
3832026-07-27T20:25:10.817Z Compiling utf8parse v0.2.2
3842026-07-27T20:25:10.817Z Compiling hashbrown v0.17.0
3852026-07-27T20:25:10.818Z Compiling plain v0.2.3
3862026-07-27T20:25:10.818Z Compiling log v0.4.29
3872026-07-27T20:25:10.949Z Compiling getrandom v0.4.1
3882026-07-27T20:25:10.949Z Compiling equivalent v1.0.2
3892026-07-27T20:25:10.950Z Compiling anstyle-parse v1.0.0
3902026-07-27T20:25:11.011Z Compiling errno v0.3.14
3912026-07-27T20:25:11.011Z Compiling thread-id v4.2.2
3922026-07-27T20:25:11.011Z Compiling colorchoice v1.0.4
3932026-07-27T20:25:11.027Z Compiling toml_write v0.1.2
3942026-07-27T20:25:11.027Z Compiling winnow v0.7.14
3952026-07-27T20:25:11.027Z Compiling autocfg v1.5.0
3962026-07-27T20:25:11.055Z Compiling is_terminal_polyfill v1.70.2
3972026-07-27T20:25:11.070Z Compiling thiserror v2.0.18
3982026-07-27T20:25:11.126Z Compiling pretty-hex v0.4.1
3992026-07-27T20:25:11.139Z Compiling cfg-if v1.0.4
4002026-07-27T20:25:11.139Z Compiling anstyle v1.0.14
4012026-07-27T20:25:11.139Z Compiling anstyle-query v1.1.5
4022026-07-27T20:25:11.231Z Compiling strsim v0.11.1
4032026-07-27T20:25:11.294Z Compiling indexmap v2.14.0
4042026-07-27T20:25:11.440Z Compiling fnv v1.0.7
4052026-07-27T20:25:11.440Z Compiling anstream v1.0.0
4062026-07-27T20:25:11.519Z Compiling once_cell v1.21.3
4072026-07-27T20:25:11.520Z Compiling syn v2.0.117
4082026-07-27T20:25:11.520Z Compiling pest_meta v2.8.6
4092026-07-27T20:25:11.555Z Compiling heck v0.5.0
4102026-07-27T20:25:11.555Z Compiling fs-err v3.3.0
4112026-07-27T20:25:11.632Z Compiling anyhow v1.0.102
4122026-07-27T20:25:11.682Z Compiling clap_lex v1.0.0
4132026-07-27T20:25:11.721Z Compiling bytecount v0.6.9
4142026-07-27T20:25:11.721Z Compiling heck v0.4.1
4152026-07-27T20:25:11.765Z Compiling unicode-width v0.1.14
4162026-07-27T20:25:11.780Z Compiling fastrand v2.3.0
4172026-07-27T20:25:11.849Z Compiling memmap v0.7.0
4182026-07-27T20:25:11.911Z Compiling unicode-width v0.2.0
4192026-07-27T20:25:11.929Z Compiling unicode-linebreak v0.1.5
4202026-07-27T20:25:11.941Z Compiling smawk v0.3.2
4212026-07-27T20:25:11.987Z Compiling terminal_size v0.4.3
4222026-07-27T20:25:12.051Z Compiling papergrid v0.11.0
4232026-07-27T20:25:12.062Z Compiling tempfile v3.25.0
4242026-07-27T20:25:12.082Z Compiling swrite v0.1.0
4252026-07-27T20:25:12.100Z Compiling clap_builder v4.6.0
4262026-07-27T20:25:12.202Z Compiling textwrap v0.16.2
4272026-07-27T20:25:12.467Z Compiling cargo-platform v0.3.2
4282026-07-27T20:25:12.467Z Compiling semver v1.0.28
4292026-07-27T20:25:12.754Z Compiling camino-tempfile v1.4.1
4302026-07-27T20:25:12.927Z Compiling tabled_derive v0.7.0
4312026-07-27T20:25:13.564Z Compiling tabled v0.15.0
4322026-07-27T20:25:13.591Z Compiling pest_generator v2.8.6
4332026-07-27T20:25:14.497Z Compiling serde_derive v1.0.228
4342026-07-27T20:25:14.497Z Compiling thiserror-impl v1.0.69
4352026-07-27T20:25:14.497Z Compiling zerocopy-derive v0.7.35
4362026-07-27T20:25:14.511Z Compiling scroll_derive v0.12.1
4372026-07-27T20:25:14.511Z Compiling thiserror-impl v2.0.18
4382026-07-27T20:25:14.511Z Compiling clap_derive v4.6.1
4392026-07-27T20:25:14.511Z Compiling pest_derive v2.8.6
4402026-07-27T20:25:14.737Z Compiling scroll v0.12.0
4412026-07-27T20:25:14.853Z Compiling zerocopy v0.7.35
4422026-07-27T20:25:14.961Z Compiling goblin v0.8.2
4432026-07-27T20:25:15.218Z Compiling dtrace-parser v0.2.0
4442026-07-27T20:25:15.426Z Compiling clap v4.6.1
4452026-07-27T20:25:16.458Z Compiling toml_datetime v0.6.11
4462026-07-27T20:25:16.458Z Compiling serde_spanned v0.6.9
4472026-07-27T20:25:16.458Z Compiling cargo_metadata v0.23.1
4482026-07-27T20:25:16.466Z Compiling macaddr v1.0.1
4492026-07-27T20:25:16.467Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4502026-07-27T20:25:16.476Z Compiling dof v0.3.0
4512026-07-27T20:25:16.476Z Compiling serde_tokenstream v0.2.3
4522026-07-27T20:25:16.730Z Compiling toml_edit v0.22.27
4532026-07-27T20:25:17.179Z Compiling usdt-macro v0.5.0
4542026-07-27T20:25:17.179Z Compiling usdt-attr-macro v0.5.0
4552026-07-27T20:25:17.776Z Compiling usdt v0.5.0
4562026-07-27T20:25:17.960Z Compiling toml v0.8.23
4572026-07-27T20:25:18.296Z Compiling cargo_toml v0.21.0
4582026-07-27T20:25:19.572Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4592026-07-27T20:25:21.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.91s
4602026-07-27T20:25:21.840Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4612026-07-27T20:25:22.334Z Downloading crates ...
4622026-07-27T20:25:22.399Z Downloaded bit-set v0.8.0
4632026-07-27T20:25:22.403Z Downloaded anstream v0.6.21
4642026-07-27T20:25:22.404Z Downloaded argon2 v0.5.3
4652026-07-27T20:25:22.404Z Downloaded arrayref v0.3.9
4662026-07-27T20:25:22.408Z Downloaded aead v0.5.2
4672026-07-27T20:25:22.408Z Downloaded bit-set v0.5.3
4682026-07-27T20:25:22.412Z Downloaded convert_case v0.4.0
4692026-07-27T20:25:22.412Z Downloaded bcrypt-pbkdf v0.11.0
4702026-07-27T20:25:22.417Z Downloaded cfg_aliases v0.1.1
4712026-07-27T20:25:22.424Z Downloaded adler2 v2.0.1
4722026-07-27T20:25:22.429Z Downloaded arc-swap v1.8.2
4732026-07-27T20:25:22.433Z Downloaded enum-as-inner v0.6.1
4742026-07-27T20:25:22.433Z Downloaded anstyle-parse v0.2.7
4752026-07-27T20:25:22.433Z Downloaded enum_dispatch v0.3.13
4762026-07-27T20:25:22.438Z Downloaded byte-wrapper v0.1.0
4772026-07-27T20:25:22.438Z Downloaded aead v0.6.1
4782026-07-27T20:25:22.438Z Downloaded getrandom v0.3.4
4792026-07-27T20:25:22.441Z Downloaded env_filter v1.0.0
4802026-07-27T20:25:22.441Z Downloaded futures-task v0.3.32
4812026-07-27T20:25:22.441Z Downloaded argon2 v0.6.0-rc.8
4822026-07-27T20:25:22.441Z Downloaded base16ct v1.0.0
4832026-07-27T20:25:22.441Z Downloaded flagset v0.4.7
4842026-07-27T20:25:22.441Z Downloaded futures-macro v0.3.32
4852026-07-27T20:25:22.445Z Downloaded endian-type v0.1.2
4862026-07-27T20:25:22.445Z Downloaded bit-vec v0.8.0
4872026-07-27T20:25:22.445Z Downloaded cmake v0.1.57
4882026-07-27T20:25:22.445Z Downloaded colored v2.2.0
4892026-07-27T20:25:22.448Z Downloaded fd-lock v4.0.4
4902026-07-27T20:25:22.448Z Downloaded fatfs v0.3.6
4912026-07-27T20:25:22.448Z Downloaded fixedbitset v0.4.2
4922026-07-27T20:25:22.451Z Downloaded funty v2.0.0
4932026-07-27T20:25:22.451Z Downloaded atomic-waker v1.1.2
4942026-07-27T20:25:22.451Z Downloaded foreign-types v0.3.2
4952026-07-27T20:25:22.455Z Downloaded assert_matches v1.5.0
4962026-07-27T20:25:22.458Z Downloaded bitfield-macros v0.19.4
4972026-07-27T20:25:22.458Z Downloaded num-derive v0.3.3
4982026-07-27T20:25:22.462Z Downloaded ghash v0.6.0
4992026-07-27T20:25:22.469Z Downloaded blake2 v0.11.0-rc.6
5002026-07-27T20:25:22.469Z Downloaded base64ct v1.8.3
5012026-07-27T20:25:22.477Z Downloaded base16ct v0.2.0
5022026-07-27T20:25:22.485Z Downloaded foreign-types v0.5.0
5032026-07-27T20:25:22.485Z Downloaded futures-io v0.3.32
5042026-07-27T20:25:22.485Z Downloaded gethostname v0.5.0
5052026-07-27T20:25:22.485Z Downloaded float-cmp v0.10.0
5062026-07-27T20:25:22.485Z Downloaded bb8 v0.8.6
5072026-07-27T20:25:22.485Z Downloaded form_urlencoded v1.2.2
5082026-07-27T20:25:22.490Z Downloaded async-stream-impl v0.3.6
5092026-07-27T20:25:22.491Z Downloaded env_logger v0.11.9
5102026-07-27T20:25:22.491Z Downloaded ff v0.14.0
5112026-07-27T20:25:22.491Z Downloaded foldhash v0.1.5
5122026-07-27T20:25:22.491Z Downloaded atty v0.2.14
5132026-07-27T20:25:22.491Z Downloaded cfg_aliases v0.2.1
5142026-07-27T20:25:22.491Z Downloaded array-init v0.0.4
5152026-07-27T20:25:22.491Z Downloaded hash32 v0.3.1
5162026-07-27T20:25:22.491Z Downloaded erased-serde v0.3.31
5172026-07-27T20:25:22.499Z Downloaded block-padding v0.4.2
5182026-07-27T20:25:22.499Z Downloaded ciborium-ll v0.2.2
5192026-07-27T20:25:22.499Z Downloaded futures-channel v0.3.32
5202026-07-27T20:25:22.499Z Downloaded hmac v0.12.1
5212026-07-27T20:25:22.499Z Downloaded async-stream v0.3.6
5222026-07-27T20:25:22.499Z Downloaded backon v1.6.0
5232026-07-27T20:25:22.507Z Downloaded bcs v0.1.6
5242026-07-27T20:25:22.507Z Downloaded bit-vec v0.6.3
5252026-07-27T20:25:22.507Z Downloaded async-trait v0.1.89
5262026-07-27T20:25:22.507Z Downloaded headers-core v0.3.0
5272026-07-27T20:25:22.507Z Downloaded futures-core v0.3.32
5282026-07-27T20:25:22.507Z Downloaded fxhash v0.2.1
5292026-07-27T20:25:22.507Z Downloaded home v0.5.12
5302026-07-27T20:25:22.508Z Downloaded const_format v0.2.35
5312026-07-27T20:25:22.523Z Downloaded base64 v0.22.1
5322026-07-27T20:25:22.523Z Downloaded bitfield-struct v0.6.2
5332026-07-27T20:25:22.523Z Downloaded foreign-types-macros v0.2.3
5342026-07-27T20:25:22.523Z Downloaded foreign-types-shared v0.3.1
5352026-07-27T20:25:22.524Z Downloaded fs-err v2.11.0
5362026-07-27T20:25:22.524Z Downloaded find-msvc-tools v0.1.9
5372026-07-27T20:25:22.524Z Downloaded async-recursion v1.1.1
5382026-07-27T20:25:22.524Z Downloaded atomicwrites v0.4.4
5392026-07-27T20:25:22.524Z Downloaded git-stub v1.0.0
5402026-07-27T20:25:22.528Z Downloaded humantime v2.3.0
5412026-07-27T20:25:22.528Z Downloaded filetime v0.2.27
5422026-07-27T20:25:22.528Z Downloaded fixedbitset v0.5.7
5432026-07-27T20:25:22.528Z Downloaded block-buffer v0.12.1
5442026-07-27T20:25:22.528Z Downloaded float-ord v0.3.2
5452026-07-27T20:25:22.529Z Downloaded foreign-types-shared v0.1.1
5462026-07-27T20:25:22.529Z Downloaded hostname v0.4.2
5472026-07-27T20:25:22.529Z Downloaded hubpack_derive v0.1.1
5482026-07-27T20:25:22.529Z Downloaded hex v0.4.3
5492026-07-27T20:25:22.534Z Downloaded httpdate v1.0.3
5502026-07-27T20:25:22.534Z Downloaded hubpack v0.1.2
5512026-07-27T20:25:22.534Z Downloaded hostname v0.3.1
5522026-07-27T20:25:22.534Z Downloaded ciborium-io v0.2.2
5532026-07-27T20:25:22.541Z Downloaded hex-literal v1.1.0
5542026-07-27T20:25:22.541Z Downloaded http-range v0.1.5
5552026-07-27T20:25:22.541Z Downloaded hash32 v0.2.1
5562026-07-27T20:25:22.546Z Downloaded nonempty v0.12.0
5572026-07-27T20:25:22.547Z Downloaded futures-sink v0.3.32
5582026-07-27T20:25:22.547Z Downloaded num-derive v0.4.2
5592026-07-27T20:25:22.551Z Downloaded cobs v0.3.0
5602026-07-27T20:25:22.555Z Downloaded powerfmt v0.2.0
5612026-07-27T20:25:22.558Z Downloaded ascii-canvas v3.0.0
5622026-07-27T20:25:22.558Z Downloaded compression-core v0.4.31
5632026-07-27T20:25:22.562Z Downloaded fallible-iterator v0.2.0
5642026-07-27T20:25:22.562Z Downloaded castaway v0.2.4
5652026-07-27T20:25:22.562Z Downloaded glob v0.3.3
5662026-07-27T20:25:22.568Z Downloaded num_enum_derive v0.5.11
5672026-07-27T20:25:22.571Z Downloaded hybrid-array v0.4.13
5682026-07-27T20:25:22.571Z Downloaded foldhash v0.2.0
5692026-07-27T20:25:22.571Z Downloaded openssl-probe v0.2.1
5702026-07-27T20:25:22.574Z Downloaded ff v0.13.1
5712026-07-27T20:25:22.577Z Downloaded arrayvec v0.7.6
5722026-07-27T20:25:22.577Z Downloaded generic-array v1.4.3
5732026-07-27T20:25:22.582Z Downloaded progenitor-macro v0.14.0
5742026-07-27T20:25:22.582Z Downloaded bitflags v1.3.2
5752026-07-27T20:25:22.589Z Downloaded rustc_version v0.4.1
5762026-07-27T20:25:22.589Z Downloaded ahash v0.8.12
5772026-07-27T20:25:22.589Z Downloaded rfc6979 v0.5.0
5782026-07-27T20:25:22.589Z Downloaded sapling-renderdag v0.1.0
5792026-07-27T20:25:22.600Z Downloaded scheduled-thread-pool v0.2.7
5802026-07-27T20:25:22.600Z Downloaded serde_spanned v1.1.1
5812026-07-27T20:25:22.600Z Downloaded signal-hook-mio v0.2.5
5822026-07-27T20:25:22.604Z Downloaded stable_deref_trait v1.2.1
5832026-07-27T20:25:22.604Z Downloaded futures-executor v0.3.32
5842026-07-27T20:25:22.605Z Downloaded git-stub-vcs v0.1.0
5852026-07-27T20:25:22.605Z Downloaded http-body v1.0.1
5862026-07-27T20:25:22.605Z Downloaded predicates-core v1.0.10
5872026-07-27T20:25:22.605Z Downloaded predicates-tree v1.0.13
5882026-07-27T20:25:22.605Z Downloaded globwalk v0.9.1
5892026-07-27T20:25:22.605Z Downloaded hyper-staticfile v0.10.1
5902026-07-27T20:25:22.611Z Downloaded rand_chacha v0.3.1
5912026-07-27T20:25:22.611Z Downloaded ref-cast v1.0.25
5922026-07-27T20:25:22.615Z Downloaded highway v1.3.0
5932026-07-27T20:25:22.615Z Downloaded group v0.13.0
5942026-07-27T20:25:22.615Z Downloaded bitfield v0.19.4
5952026-07-27T20:25:22.619Z Downloaded blowfish v0.10.0
5962026-07-27T20:25:22.624Z Downloaded chacha20 v0.9.1
5972026-07-27T20:25:22.629Z Downloaded supports-color v3.0.2
5982026-07-27T20:25:22.629Z Downloaded tagptr v0.2.0
5992026-07-27T20:25:22.629Z Downloaded cexpr v0.6.0
6002026-07-27T20:25:22.633Z Downloaded fs_extra v1.3.0
6012026-07-27T20:25:22.633Z Downloaded hyper-rustls v0.27.7
6022026-07-27T20:25:22.633Z Downloaded password-hash v0.5.0
6032026-07-27T20:25:22.636Z Downloaded cipher v0.4.4
6042026-07-27T20:25:22.641Z Downloaded phf v0.13.1
6052026-07-27T20:25:22.641Z Downloaded phf v0.12.1
6062026-07-27T20:25:22.641Z Downloaded polyval v0.7.1
6072026-07-27T20:25:22.642Z Downloaded compression-codecs v0.4.37
6082026-07-27T20:25:22.647Z Downloaded http-body-util v0.1.3
6092026-07-27T20:25:22.647Z Downloaded constant_time_eq v0.4.2
6102026-07-27T20:25:22.647Z Downloaded camino-tempfile-ext v0.3.3
6112026-07-27T20:25:22.647Z Downloaded getrandom v0.2.17
6122026-07-27T20:25:22.653Z Downloaded secrecy v0.8.0
6132026-07-27T20:25:22.653Z Downloaded tokio-macros v2.7.0
6142026-07-27T20:25:22.653Z Downloaded futures v0.3.32
6152026-07-27T20:25:22.653Z Downloaded serde_bytes v0.11.19
6162026-07-27T20:25:22.661Z Downloaded siphasher v1.0.2
6172026-07-27T20:25:22.661Z Downloaded sha1 v0.10.6
6182026-07-27T20:25:22.661Z Downloaded topological-sort v0.2.2
6192026-07-27T20:25:22.661Z Downloaded utf-8 v0.7.6
6202026-07-27T20:25:22.661Z Downloaded unit-prefix v0.5.2
6212026-07-27T20:25:22.661Z Downloaded strum v0.26.3
6222026-07-27T20:25:22.715Z Downloaded backoff v0.4.0
6232026-07-27T20:25:22.715Z Downloaded cbc v0.2.1
6242026-07-27T20:25:22.715Z Downloaded progenitor v0.13.0
6252026-07-27T20:25:22.727Z Downloaded signal-hook-registry v1.4.8
6262026-07-27T20:25:22.727Z Downloaded strip-ansi-escapes v0.2.1
6272026-07-27T20:25:22.727Z Downloaded cmov v0.5.4
6282026-07-27T20:25:22.727Z Downloaded const_format_proc_macros v0.2.34
6292026-07-27T20:25:22.727Z Downloaded sqlformat v0.3.5
6302026-07-27T20:25:22.727Z Downloaded cassowary v0.3.0
6312026-07-27T20:25:22.727Z Downloaded group v0.14.0
6322026-07-27T20:25:22.727Z Downloaded owo-colors v4.3.0
6332026-07-27T20:25:22.727Z Downloaded chacha20 v0.10.0
6342026-07-27T20:25:22.727Z Downloaded testing_table v0.3.0
6352026-07-27T20:25:22.727Z Downloaded thiserror-impl-no-std v2.0.2
6362026-07-27T20:25:22.727Z Downloaded globset v0.4.18
6372026-07-27T20:25:22.727Z Downloaded hmac v0.13.0
6382026-07-27T20:25:22.727Z Downloaded unicode-xid v0.2.6
6392026-07-27T20:25:22.727Z Downloaded want v0.3.1
6402026-07-27T20:25:22.727Z Downloaded pem v3.0.6
6412026-07-27T20:25:22.727Z Downloaded ar_archive_writer v0.5.1
6422026-07-27T20:25:22.727Z Downloaded base64 v0.21.7
6432026-07-27T20:25:22.727Z Downloaded pbkdf2 v0.13.0
6442026-07-27T20:25:22.727Z Downloaded pin-project-internal v1.1.11
6452026-07-27T20:25:22.728Z Downloaded zone_cfg_derive v0.3.1
6462026-07-27T20:25:22.728Z Downloaded crc-catalog v2.4.0
6472026-07-27T20:25:22.728Z Downloaded xattr v1.6.1
6482026-07-27T20:25:22.728Z Downloaded tiny-keccak v2.0.2
6492026-07-27T20:25:22.728Z Downloaded cpubits v0.1.1
6502026-07-27T20:25:22.728Z Downloaded cstr-argument v0.1.2
6512026-07-27T20:25:22.728Z Downloaded poly1305 v0.9.0
6522026-07-27T20:25:22.728Z Downloaded async-bb8-diesel v0.2.1
6532026-07-27T20:25:22.728Z Downloaded darling_macro v0.21.3
6542026-07-27T20:25:22.728Z Downloaded defmt v0.3.100
6552026-07-27T20:25:22.728Z Downloaded const-oid v0.9.6
6562026-07-27T20:25:22.728Z Downloaded derive_builder_macro v0.20.2
6572026-07-27T20:25:22.728Z Downloaded rustls-pemfile v2.2.0
6582026-07-27T20:25:22.736Z Downloaded bs58 v0.5.1
6592026-07-27T20:25:22.736Z Downloaded buf-list v1.1.2
6602026-07-27T20:25:22.736Z Downloaded ciborium v0.2.2
6612026-07-27T20:25:22.736Z Downloaded tokio-dtrace v0.1.1
6622026-07-27T20:25:22.736Z Downloaded toml_datetime v1.1.1+spec-1.1.0
6632026-07-27T20:25:22.736Z Downloaded bzip2 v0.4.4
6642026-07-27T20:25:22.736Z Downloaded console v0.15.11
6652026-07-27T20:25:22.736Z Downloaded downcast-rs v2.0.2
6662026-07-27T20:25:22.740Z Downloaded bzip2 v0.6.1
6672026-07-27T20:25:22.740Z Downloaded clang-sys v1.8.1
6682026-07-27T20:25:22.740Z Downloaded flume v0.11.1
6692026-07-27T20:25:22.741Z Downloaded cipher v0.5.2
6702026-07-27T20:25:22.741Z Downloaded sha1 v0.11.0
6712026-07-27T20:25:22.745Z Downloaded slab v0.4.12
6722026-07-27T20:25:22.745Z Downloaded tui-tree-widget v0.23.1
6732026-07-27T20:25:22.745Z Downloaded dunce v1.0.5
6742026-07-27T20:25:22.749Z Downloaded vergen-gitcl v1.0.8
6752026-07-27T20:25:22.749Z Downloaded rustversion v1.0.22
6762026-07-27T20:25:22.749Z Downloaded illumos-nvpair v0.3.0
6772026-07-27T20:25:22.753Z Downloaded secrecy v0.10.3
6782026-07-27T20:25:22.758Z Downloaded strum_macros v0.26.4
6792026-07-27T20:25:22.758Z Downloaded inout v0.1.4
6802026-07-27T20:25:22.758Z Downloaded inout v0.2.2
6812026-07-27T20:25:22.758Z Downloaded display-error-chain v0.2.2
6822026-07-27T20:25:22.763Z Downloaded blake2 v0.10.6
6832026-07-27T20:25:22.763Z Downloaded colored v3.1.1
6842026-07-27T20:25:22.763Z Downloaded convert_case v0.10.0
6852026-07-27T20:25:22.769Z Downloaded linked-hash-map v0.5.6
6862026-07-27T20:25:22.773Z Downloaded multimap v0.10.1
6872026-07-27T20:25:22.777Z Downloaded half v1.8.3
6882026-07-27T20:25:22.781Z Downloaded term v0.7.0
6892026-07-27T20:25:22.785Z Downloaded kem v0.3.0
6902026-07-27T20:25:22.785Z Downloaded parking_lot_core v0.9.12
6912026-07-27T20:25:22.785Z Downloaded pkcs8 v0.11.0
6922026-07-27T20:25:22.789Z Downloaded kstat-rs v0.2.4
6932026-07-27T20:25:22.789Z Downloaded lru-cache v0.1.2
6942026-07-27T20:25:22.789Z Downloaded httparse v1.10.1
6952026-07-27T20:25:22.789Z Downloaded mime v0.3.17
6962026-07-27T20:25:22.789Z Downloaded normalize-line-endings v0.3.0
6972026-07-27T20:25:22.790Z Downloaded tls_codec v0.4.2
6982026-07-27T20:25:22.798Z Downloaded ctutils v0.4.2
6992026-07-27T20:25:22.802Z Downloaded match_cfg v0.1.0
7002026-07-27T20:25:22.802Z Downloaded daft v0.1.7
7012026-07-27T20:25:22.802Z Downloaded lru v0.12.5
7022026-07-27T20:25:22.802Z Downloaded newtype_derive v0.1.6
7032026-07-27T20:25:22.802Z Downloaded defmt v1.0.1
7042026-07-27T20:25:22.802Z Downloaded openssl-probe v0.1.6
7052026-07-27T20:25:22.802Z Downloaded num_threads v0.1.7
7062026-07-27T20:25:22.802Z Downloaded headers v0.4.1
7072026-07-27T20:25:22.806Z Downloaded const-oid v0.10.2
7082026-07-27T20:25:22.806Z Downloaded salsa20 v0.11.0
7092026-07-27T20:25:22.809Z Downloaded cancel-safe-futures v0.1.5
7102026-07-27T20:25:22.809Z Downloaded tracing-attributes v0.1.31
7112026-07-27T20:25:22.813Z Downloaded deranged v0.5.8
7122026-07-27T20:25:22.813Z Downloaded either v1.15.0
7132026-07-27T20:25:22.813Z Downloaded password-hash v0.6.1
7142026-07-27T20:25:22.813Z Downloaded potential_utf v0.1.4
7152026-07-27T20:25:22.818Z Downloaded console v0.16.2
7162026-07-27T20:25:22.821Z Downloaded ron v0.8.1
7172026-07-27T20:25:22.821Z Downloaded rcgen v0.12.1
7182026-07-27T20:25:22.826Z Downloaded schemars v0.8.22
7192026-07-27T20:25:22.830Z Downloaded parse-size v1.1.0
7202026-07-27T20:25:22.830Z Downloaded unicode-properties v0.1.4
7212026-07-27T20:25:22.833Z Downloaded zerocopy v0.6.6
7222026-07-27T20:25:22.833Z Downloaded proc-macro-crate v1.3.1
7232026-07-27T20:25:22.834Z Downloaded ena v0.14.4
7242026-07-27T20:25:22.834Z Downloaded phf_shared v0.12.1
7252026-07-27T20:25:22.834Z Downloaded rand_xorshift v0.4.0
7262026-07-27T20:25:22.837Z Downloaded psl-types v2.0.11
7272026-07-27T20:25:22.838Z Downloaded rustc_version v0.1.7
7282026-07-27T20:25:22.841Z Downloaded crossbeam-utils v0.8.21
7292026-07-27T20:25:22.844Z Downloaded derive_builder_core v0.20.2
7302026-07-27T20:25:22.848Z Downloaded ed25519 v2.2.3
7312026-07-27T20:25:22.848Z Downloaded embedded-io v0.6.1
7322026-07-27T20:25:22.854Z Downloaded libsw-core v0.3.2
7332026-07-27T20:25:22.854Z Downloaded heapless v0.8.0
7342026-07-27T20:25:22.858Z Downloaded half v2.7.1
7352026-07-27T20:25:22.858Z Downloaded heapless v0.7.17
7362026-07-27T20:25:22.861Z Downloaded socket2 v0.5.10
7372026-07-27T20:25:22.861Z Downloaded indoc v2.0.7
7382026-07-27T20:25:22.865Z Downloaded shell-words v1.1.1
7392026-07-27T20:25:22.865Z Downloaded scopeguard v1.2.0
7402026-07-27T20:25:22.869Z Downloaded mime_guess v2.0.5
7412026-07-27T20:25:22.869Z Downloaded num-complex v0.4.6
7422026-07-27T20:25:22.872Z Downloaded serde-big-array v0.5.1
7432026-07-27T20:25:22.872Z Downloaded allocator-api2 v0.2.21
7442026-07-27T20:25:22.877Z Downloaded oxide-update-engine-types v0.1.2
7452026-07-27T20:25:22.878Z Downloaded darling v0.21.3
7462026-07-27T20:25:22.882Z Downloaded libloading v0.8.9
7472026-07-27T20:25:22.882Z Downloaded prefix-trie v0.7.0
7482026-07-27T20:25:22.887Z Downloaded toml_writer v1.1.1+spec-1.1.0
7492026-07-27T20:25:22.887Z Downloaded tungstenite v0.21.0
7502026-07-27T20:25:22.891Z Downloaded oxide-tokio-rt v0.1.4
7512026-07-27T20:25:22.891Z Downloaded paste v1.0.15
7522026-07-27T20:25:22.891Z Downloaded ppv-lite86 v0.2.21
7532026-07-27T20:25:22.891Z Downloaded multer v3.1.0
7542026-07-27T20:25:22.894Z Downloaded num_enum_derive v0.7.6
7552026-07-27T20:25:22.894Z Downloaded untrusted v0.7.1
7562026-07-27T20:25:22.905Z Downloaded tabled_derive v0.11.0
7572026-07-27T20:25:22.912Z Downloaded tinyvec_macros v0.1.1
7582026-07-27T20:25:22.915Z Downloaded tower-layer v0.3.3
7592026-07-27T20:25:22.916Z Downloaded num-rational v0.4.2
7602026-07-27T20:25:22.916Z Downloaded usdt-attr-macro v0.6.0
7612026-07-27T20:25:22.916Z Downloaded compact_str v0.8.1
7622026-07-27T20:25:22.919Z Downloaded yoke-derive v0.8.1
7632026-07-27T20:25:22.919Z Downloaded dof v0.4.0
7642026-07-27T20:25:22.925Z Downloaded slog v2.8.2
7652026-07-27T20:25:22.929Z Downloaded sec1 v0.7.3
7662026-07-27T20:25:22.929Z Downloaded hickory-resolver v0.25.2
7672026-07-27T20:25:22.932Z Downloaded hickory-resolver v0.24.4
7682026-07-27T20:25:22.935Z Downloaded tower-service v0.3.3
7692026-07-27T20:25:22.935Z Downloaded unicode-truncate v1.1.0
7702026-07-27T20:25:22.935Z Downloaded utf8_iter v1.0.4
7712026-07-27T20:25:22.939Z Downloaded pkg-config v0.3.32
7722026-07-27T20:25:22.939Z Downloaded progenitor v0.14.0
7732026-07-27T20:25:22.942Z Downloaded rand_core v0.6.4
7742026-07-27T20:25:22.946Z Downloaded darling v0.23.0
7752026-07-27T20:25:22.951Z Downloaded support-bundle-viewer v0.1.2
7762026-07-27T20:25:22.955Z Downloaded psm v0.1.30
7772026-07-27T20:25:22.955Z Downloaded slog-term v2.9.2
7782026-07-27T20:25:22.958Z Downloaded document-features v0.2.12
7792026-07-27T20:25:22.965Z Downloaded idna_adapter v1.2.1
7802026-07-27T20:25:22.972Z Downloaded serde_with_macros v1.5.2
7812026-07-27T20:25:22.972Z Downloaded embedded-io v0.4.0
7822026-07-27T20:25:22.972Z Downloaded illumos-nvpair-sys v0.2.0
7832026-07-27T20:25:22.972Z Downloaded hyper-tls v0.6.0
7842026-07-27T20:25:22.972Z Downloaded libscf-sys v1.1.0
7852026-07-27T20:25:22.972Z Downloaded pretty_assertions v1.4.1
7862026-07-27T20:25:22.972Z Downloaded derive_more v0.99.20
7872026-07-27T20:25:22.980Z Downloaded drift v0.2.0
7882026-07-27T20:25:22.983Z Downloaded defmt-parser v1.0.0
7892026-07-27T20:25:22.983Z Downloaded dyn-clone v1.0.20
7902026-07-27T20:25:22.983Z Downloaded managed v0.8.0
7912026-07-27T20:25:22.983Z Downloaded num-bigint v0.4.6
7922026-07-27T20:25:22.983Z Downloaded rpassword v7.5.4
7932026-07-27T20:25:22.983Z Downloaded newtype-uuid-macros v0.1.0
7942026-07-27T20:25:22.987Z Downloaded openssl-macros v0.1.1
7952026-07-27T20:25:22.987Z Downloaded vte v0.14.1
7962026-07-27T20:25:22.987Z Downloaded ssh-cipher v0.3.0-rc.9
7972026-07-27T20:25:22.987Z Downloaded tungstenite v0.23.0
7982026-07-27T20:25:22.994Z Downloaded uzers v0.12.2
7992026-07-27T20:25:22.994Z Downloaded zerotrie v0.2.3
8002026-07-27T20:25:22.997Z Downloaded whoami v2.1.0
8012026-07-27T20:25:22.998Z Downloaded slog-async v2.8.0
8022026-07-27T20:25:23.002Z Downloaded static_assertions v1.1.0
8032026-07-27T20:25:23.002Z Downloaded nodrop v0.1.14
8042026-07-27T20:25:23.006Z Downloaded string_cache v0.8.9
8052026-07-27T20:25:23.006Z Downloaded lru-slab v0.1.2
8062026-07-27T20:25:23.010Z Downloaded cc v1.2.56
8072026-07-27T20:25:23.013Z Downloaded unicase v2.9.0
8082026-07-27T20:25:23.013Z Downloaded chacha20poly1305 v0.10.1
8092026-07-27T20:25:23.017Z Downloaded bytes v1.11.1
8102026-07-27T20:25:23.017Z Downloaded flate2 v1.1.9
8112026-07-27T20:25:23.021Z Downloaded hashbrown v0.12.3
8122026-07-27T20:25:23.024Z Downloaded hashbrown v0.13.2
8132026-07-27T20:25:23.024Z Downloaded pin-project-lite v0.2.17
8142026-07-27T20:25:23.027Z Downloaded shlex v1.3.0
8152026-07-27T20:25:23.028Z Downloaded digest v0.11.3
8162026-07-27T20:25:23.035Z Downloaded num v0.4.3
8172026-07-27T20:25:23.035Z Downloaded russh-cryptovec v0.61.0
8182026-07-27T20:25:23.038Z Downloaded bumpalo v3.20.2
8192026-07-27T20:25:23.044Z Downloaded expectorate v1.2.0
8202026-07-27T20:25:23.049Z Downloaded twox-hash v2.1.2
8212026-07-27T20:25:23.052Z Downloaded native-tls v0.2.18
8222026-07-27T20:25:23.053Z Downloaded data-encoding v2.10.0
8232026-07-27T20:25:23.056Z Downloaded num-integer v0.1.46
8242026-07-27T20:25:23.059Z Downloaded tokio-stream v0.1.18
8252026-07-27T20:25:23.063Z Downloaded unicode_categories v0.1.1
8262026-07-27T20:25:23.063Z Downloaded zstd-safe v7.2.4
8272026-07-27T20:25:23.066Z Downloaded ignore v0.4.25
8282026-07-27T20:25:23.070Z Downloaded ryu v1.0.23
8292026-07-27T20:25:23.073Z Downloaded ipnetwork v0.21.1
8302026-07-27T20:25:23.073Z Downloaded rfc6979 v0.4.0
8312026-07-27T20:25:23.073Z Downloaded yasna v0.5.2
8322026-07-27T20:25:23.076Z Downloaded yoke v0.8.1
8332026-07-27T20:25:23.076Z Downloaded pem-rfc7468 v1.0.0
8342026-07-27T20:25:23.077Z Downloaded scroll_derive v0.13.1
8352026-07-27T20:25:23.077Z Downloaded signal-hook-tokio v0.3.1
8362026-07-27T20:25:23.080Z Downloaded structmeta-derive v0.3.0
8372026-07-27T20:25:23.080Z Downloaded tokio-test v0.4.5
8382026-07-27T20:25:23.080Z Downloaded thread-id v5.1.0
8392026-07-27T20:25:23.080Z Downloaded rustls-pki-types v1.14.0
8402026-07-27T20:25:23.080Z Downloaded p384 v0.14.0-rc.10
8412026-07-27T20:25:23.084Z Downloaded quinn v0.11.9
8422026-07-27T20:25:23.087Z Downloaded keccak v0.2.0
8432026-07-27T20:25:23.087Z Downloaded unarray v0.1.4
8442026-07-27T20:25:23.087Z Downloaded hickory-server v0.25.2
8452026-07-27T20:25:23.094Z Downloaded serde_derive_internals v0.29.1
8462026-07-27T20:25:23.097Z Downloaded linear-map v1.2.0
8472026-07-27T20:25:23.098Z Downloaded toml_parser v1.1.2+spec-1.1.0
8482026-07-27T20:25:23.101Z Downloaded primefield v0.14.0
8492026-07-27T20:25:23.101Z Downloaded des v0.9.0
8502026-07-27T20:25:23.101Z Downloaded poly1305 v0.8.0
8512026-07-27T20:25:23.105Z Downloaded void v1.0.2
8522026-07-27T20:25:23.105Z Downloaded crypto-bigint v0.5.5
8532026-07-27T20:25:23.108Z Downloaded p521 v0.14.0-rc.10
8542026-07-27T20:25:23.113Z Downloaded rusty-fork v0.3.1
8552026-07-27T20:25:23.117Z Downloaded papergrid v0.17.0
8562026-07-27T20:25:23.120Z Downloaded test-strategy v0.4.5
8572026-07-27T20:25:23.125Z Downloaded tokio-rustls v0.26.4
8582026-07-27T20:25:23.125Z Downloaded usdt v0.6.0
8592026-07-27T20:25:23.129Z Downloaded parking_lot v0.11.2
8602026-07-27T20:25:23.129Z Downloaded ml-kem v0.3.2
8612026-07-27T20:25:23.129Z Downloaded seq-macro v0.3.6
8622026-07-27T20:25:23.133Z Downloaded serde_path_to_error v0.1.20
8632026-07-27T20:25:23.133Z Downloaded peg v0.8.5
8642026-07-27T20:25:23.133Z Downloaded progenitor-impl v0.13.0
8652026-07-27T20:25:23.136Z Downloaded derive_more v2.1.1
8662026-07-27T20:25:23.142Z Downloaded instability v0.3.11
8672026-07-27T20:25:23.145Z Downloaded synstructure v0.13.2
8682026-07-27T20:25:23.145Z Downloaded parking_lot_core v0.8.6
8692026-07-27T20:25:23.146Z Downloaded phc v0.6.1
8702026-07-27T20:25:23.146Z Downloaded darling_macro v0.13.4
8712026-07-27T20:25:23.146Z Downloaded dirs-sys-next v0.1.2
8722026-07-27T20:25:23.149Z Downloaded port-file v0.1.0
8732026-07-27T20:25:23.149Z Downloaded stacker v0.1.23
8742026-07-27T20:25:23.149Z Downloaded difflib v0.4.0
8752026-07-27T20:25:23.149Z Downloaded http v1.4.2
8762026-07-27T20:25:23.153Z Downloaded icu_normalizer_data v2.1.1
8772026-07-27T20:25:23.161Z Downloaded crossbeam-epoch v0.9.18
8782026-07-27T20:25:23.166Z Downloaded darling v0.20.11
8792026-07-27T20:25:23.169Z Downloaded derive-ex v0.1.8
8802026-07-27T20:25:23.169Z Downloaded ingot-macros v0.1.1
8812026-07-27T20:25:23.169Z Downloaded primeorder v0.13.6
8822026-07-27T20:25:23.169Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8832026-07-27T20:25:23.173Z Downloaded rand_seeder v0.4.0
8842026-07-27T20:25:23.173Z Downloaded maplit v1.0.2
8852026-07-27T20:25:23.173Z Downloaded new_debug_unreachable v1.0.6
8862026-07-27T20:25:23.177Z Downloaded zerocopy-derive v0.8.40
8872026-07-27T20:25:23.182Z Downloaded jiff-static v0.2.21
8882026-07-27T20:25:23.189Z Downloaded num-conv v0.2.0
8892026-07-27T20:25:23.189Z Downloaded oso-derive v0.27.3
8902026-07-27T20:25:23.189Z Downloaded zeroize v1.8.2
8912026-07-27T20:25:23.189Z Downloaded similar v2.7.0
8922026-07-27T20:25:23.193Z Downloaded lzss v0.8.2
8932026-07-27T20:25:23.193Z Downloaded slog-stdlog v4.1.1
8942026-07-27T20:25:23.193Z Downloaded corncobs v0.1.4
8952026-07-27T20:25:23.193Z Downloaded percent-encoding v2.3.2
8962026-07-27T20:25:23.193Z Downloaded async-compression v0.4.41
8972026-07-27T20:25:23.197Z Downloaded progenitor-client v0.14.0
8982026-07-27T20:25:23.201Z Downloaded p256 v0.14.0-rc.10
8992026-07-27T20:25:23.201Z Downloaded rustc-hash v2.1.1
9002026-07-27T20:25:23.205Z Downloaded walkdir v2.5.0
9012026-07-27T20:25:23.211Z Downloaded libbz2-rs-sys v0.2.2
9022026-07-27T20:25:23.211Z Downloaded defmt-macros v1.0.1
9032026-07-27T20:25:23.212Z Downloaded parse-display v0.10.0
9042026-07-27T20:25:23.216Z Downloaded uuid v1.23.4
9052026-07-27T20:25:23.216Z Downloaded whoami v1.6.1
9062026-07-27T20:25:23.216Z Downloaded ingot-types v0.1.2
9072026-07-27T20:25:23.219Z Downloaded term v1.2.1
9082026-07-27T20:25:23.223Z Downloaded sigpipe v0.1.3
9092026-07-27T20:25:23.227Z Downloaded darling v0.13.4
9102026-07-27T20:25:23.227Z Downloaded signature v3.0.0
9112026-07-27T20:25:23.227Z Downloaded sqlparser_derive v0.5.0
9122026-07-27T20:25:23.231Z Downloaded trait-variant v0.1.2
9132026-07-27T20:25:23.234Z Downloaded tar v0.4.46
9142026-07-27T20:25:23.239Z Downloaded sync_wrapper v1.0.2
9152026-07-27T20:25:23.239Z Downloaded der_derive v0.7.3
9162026-07-27T20:25:23.239Z Downloaded diesel-dtrace v0.5.0
9172026-07-27T20:25:23.240Z Downloaded displaydoc v0.2.5
9182026-07-27T20:25:23.244Z Downloaded hashbrown v0.15.5
9192026-07-27T20:25:23.244Z Downloaded hashbrown v0.16.1
9202026-07-27T20:25:23.248Z Downloaded crc32fast v1.5.0
9212026-07-27T20:25:23.248Z Downloaded darling_core v0.23.0
9222026-07-27T20:25:23.252Z Downloaded smallvec v0.6.14
9232026-07-27T20:25:23.256Z Downloaded termtree v0.5.1
9242026-07-27T20:25:23.256Z Downloaded try-lock v0.2.5
9252026-07-27T20:25:23.260Z Downloaded wait-timeout v0.2.1
9262026-07-27T20:25:23.260Z Downloaded x509-cert v0.2.5
9272026-07-27T20:25:23.263Z Downloaded rand v0.10.1
9282026-07-27T20:25:23.267Z Downloaded crossbeam-channel v0.5.15
9292026-07-27T20:25:23.270Z Downloaded cookie v0.18.1
9302026-07-27T20:25:23.277Z Downloaded smallvec v1.15.1
9312026-07-27T20:25:23.277Z Downloaded snafu v0.8.9
9322026-07-27T20:25:23.281Z Downloaded tinyvec v1.10.0
9332026-07-27T20:25:23.281Z Downloaded cookie_store v0.22.1
9342026-07-27T20:25:23.281Z Downloaded zeroize_derive v1.4.3
9352026-07-27T20:25:23.281Z Downloaded progenitor-client v0.13.0
9362026-07-27T20:25:23.281Z Downloaded ctr v0.10.1
9372026-07-27T20:25:23.284Z Downloaded r2d2 v0.8.10
9382026-07-27T20:25:23.284Z Downloaded darling_macro v0.20.11
9392026-07-27T20:25:23.284Z Downloaded iana-time-zone v0.1.65
9402026-07-27T20:25:23.284Z Downloaded indent_write v2.2.0
9412026-07-27T20:25:23.288Z Downloaded aes v0.9.1
9422026-07-27T20:25:23.293Z Downloaded md5 v0.8.0
9432026-07-27T20:25:23.347Z Downloaded tinystr v0.8.2
9442026-07-27T20:25:23.347Z Downloaded nu-ansi-term v0.50.3
9452026-07-27T20:25:23.347Z Downloaded packed_struct v0.10.1
9462026-07-27T20:25:23.351Z Downloaded digest-io v0.1.0
9472026-07-27T20:25:23.351Z Downloaded dirs-next v2.0.0
9482026-07-27T20:25:23.351Z Downloaded spki v0.8.0
9492026-07-27T20:25:23.351Z Downloaded is_ci v1.2.0
9502026-07-27T20:25:23.351Z Downloaded snafu-derive v0.8.9
9512026-07-27T20:25:23.351Z Downloaded strum_macros v0.24.3
9522026-07-27T20:25:23.351Z Downloaded proc-macro-error-attr2 v2.0.0
9532026-07-27T20:25:23.351Z Downloaded rand_core v0.9.5
9542026-07-27T20:25:23.351Z Downloaded md-5 v0.10.6
9552026-07-27T20:25:23.351Z Downloaded path-slash v0.1.5
9562026-07-27T20:25:23.352Z Downloaded quick-error v1.2.3
9572026-07-27T20:25:23.352Z Downloaded pin-project v1.1.11
9582026-07-27T20:25:23.352Z Downloaded ecdsa v0.17.0-rc.18
9592026-07-27T20:25:23.352Z Downloaded hyper v1.10.1
9602026-07-27T20:25:23.352Z Downloaded instant v0.1.13
9612026-07-27T20:25:23.352Z Downloaded schemars_derive v0.8.22
9622026-07-27T20:25:23.352Z Downloaded scroll v0.13.0
9632026-07-27T20:25:23.352Z Downloaded serde_plain v1.0.2
9642026-07-27T20:25:23.352Z Downloaded precomputed-hash v0.1.1
9652026-07-27T20:25:23.352Z Downloaded unicode-bidi v0.3.18
9662026-07-27T20:25:23.352Z Downloaded memmap2 v0.9.10
9672026-07-27T20:25:23.352Z Downloaded termios v0.3.3
9682026-07-27T20:25:23.352Z Downloaded hkdf v0.12.4
9692026-07-27T20:25:23.352Z Downloaded rsa v0.9.10
9702026-07-27T20:25:23.352Z Downloaded signal-hook v0.3.18
9712026-07-27T20:25:23.352Z Downloaded pem-rfc7468 v0.7.0
9722026-07-27T20:25:23.356Z Downloaded phf_shared v0.11.3
9732026-07-27T20:25:23.356Z Downloaded progenitor-macro v0.13.0
9742026-07-27T20:25:23.364Z Downloaded schemars v0.9.0
9752026-07-27T20:25:23.368Z Downloaded serde_yaml v0.9.34+deprecated
9762026-07-27T20:25:23.368Z Downloaded steno v0.4.1
9772026-07-27T20:25:23.371Z Downloaded untrusted v0.9.0
9782026-07-27T20:25:23.371Z Downloaded csv-core v0.1.13
9792026-07-27T20:25:23.371Z Downloaded tokio-native-tls v0.3.1
9802026-07-27T20:25:23.375Z Downloaded time-core v0.1.8
9812026-07-27T20:25:23.375Z Downloaded tabwriter v1.4.1
9822026-07-27T20:25:23.375Z Downloaded sha2 v0.11.0
9832026-07-27T20:25:23.375Z Downloaded futures-util v0.3.32
9842026-07-27T20:25:23.383Z Downloaded elliptic-curve v0.14.0-rc.33
9852026-07-27T20:25:23.389Z Downloaded zerofrom-derive v0.1.6
9862026-07-27T20:25:23.393Z Downloaded crc8 v0.1.1
9872026-07-27T20:25:23.393Z Downloaded oxnet v0.1.6
9882026-07-27T20:25:23.393Z Downloaded postgres-protocol v0.6.10
9892026-07-27T20:25:23.396Z Downloaded usdt-macro v0.6.0
9902026-07-27T20:25:23.396Z Downloaded crunchy v0.2.4
9912026-07-27T20:25:23.396Z Downloaded keccak v0.1.6
9922026-07-27T20:25:23.400Z Downloaded opaque-debug v0.3.1
9932026-07-27T20:25:23.400Z Downloaded darling_macro v0.23.0
9942026-07-27T20:25:23.403Z Downloaded diesel_table_macro_syntax v0.3.0
9952026-07-27T20:25:23.403Z Downloaded aes-gcm v0.11.0
9962026-07-27T20:25:23.407Z Downloaded postgres-types v0.2.12
9972026-07-27T20:25:23.410Z Downloaded prettyplease v0.2.37
9982026-07-27T20:25:23.414Z Downloaded num_enum v0.7.6
9992026-07-27T20:25:23.417Z Downloaded rand_core v0.10.0
10002026-07-27T20:25:23.420Z Downloaded nibble_vec v0.1.0
10012026-07-27T20:25:23.423Z Downloaded ed25519-dalek v2.2.0
10022026-07-27T20:25:23.427Z Downloaded packed_struct_codegen v0.10.1
10032026-07-27T20:25:23.427Z Downloaded serde-hex v0.1.0
10042026-07-27T20:25:23.435Z Downloaded radium v0.7.0
10052026-07-27T20:25:23.440Z Downloaded recursive-proc-macro-impl v0.1.1
10062026-07-27T20:25:23.443Z Downloaded stringprep v0.1.5
10072026-07-27T20:25:23.448Z Downloaded peg-runtime v0.8.5
10082026-07-27T20:25:23.452Z Downloaded slog-json v2.6.1
10092026-07-27T20:25:23.456Z Downloaded serde_with v1.14.0
10102026-07-27T20:25:23.456Z Downloaded strum_macros v0.27.2
10112026-07-27T20:25:23.459Z Downloaded zone v0.3.1
10122026-07-27T20:25:23.460Z Downloaded crc v3.4.0
10132026-07-27T20:25:23.460Z Downloaded crypto-common v0.2.2
10142026-07-27T20:25:23.463Z Downloaded subprocess v0.2.15
10152026-07-27T20:25:23.466Z Downloaded simd-adler32 v0.3.8
10162026-07-27T20:25:23.466Z Downloaded rustyline v14.0.0
10172026-07-27T20:25:23.486Z Downloaded tls_codec_derive v0.4.2
10182026-07-27T20:25:23.491Z Downloaded zerofrom v0.1.6
10192026-07-27T20:25:23.491Z Downloaded litrs v1.0.0
10202026-07-27T20:25:23.491Z Downloaded newtype-uuid v1.3.2
10212026-07-27T20:25:23.491Z Downloaded tap v1.0.1
10222026-07-27T20:25:23.491Z Downloaded strum v0.27.2
10232026-07-27T20:25:23.491Z Downloaded ipnet v2.11.0
10242026-07-27T20:25:23.491Z Downloaded tokio-postgres v0.7.16
10252026-07-27T20:25:23.491Z Downloaded libefi-sys v0.1.0
10262026-07-27T20:25:23.491Z Downloaded module-lattice v0.2.3
10272026-07-27T20:25:23.491Z Downloaded rand v0.9.2
10282026-07-27T20:25:23.492Z Downloaded h2 v0.4.15
10292026-07-27T20:25:23.492Z Downloaded wyz v0.5.1
10302026-07-27T20:25:23.492Z Downloaded hkdf v0.13.0
10312026-07-27T20:25:23.496Z Downloaded vsss-rs v3.3.4
10322026-07-27T20:25:23.499Z Downloaded zip v0.6.6
10332026-07-27T20:25:23.512Z Downloaded serde_with_macros v3.21.0
10342026-07-27T20:25:23.516Z Downloaded resolv-conf v0.7.6
10352026-07-27T20:25:23.516Z Downloaded russh-util v0.52.0
10362026-07-27T20:25:23.516Z Downloaded serdect v0.4.3
10372026-07-27T20:25:23.517Z Downloaded ssh-encoding v0.3.0-rc.9
10382026-07-27T20:25:23.517Z Downloaded recursive v0.1.1
10392026-07-27T20:25:23.517Z Downloaded qorb v0.4.1
10402026-07-27T20:25:23.520Z Downloaded internal-russh-num-bigint v0.5.0
10412026-07-27T20:25:23.526Z Downloaded daft-derive v0.1.7
10422026-07-27T20:25:23.530Z Downloaded icu_provider v2.1.1
10432026-07-27T20:25:23.530Z Downloaded maybe-uninit v2.0.0
10442026-07-27T20:25:23.533Z Downloaded tokio-tungstenite v0.21.0
10452026-07-27T20:25:23.533Z Downloaded memoffset v0.9.1
10462026-07-27T20:25:23.538Z Downloaded vergen-lib v9.1.0
10472026-07-27T20:25:23.541Z Downloaded tokio-util v0.7.18
10482026-07-27T20:25:23.544Z Downloaded rayon-core v1.13.0
10492026-07-27T20:25:23.549Z Downloaded jobserver v0.1.34
10502026-07-27T20:25:23.552Z Downloaded indexmap v1.9.3
10512026-07-27T20:25:23.557Z Downloaded dsl_auto_type v0.2.0
10522026-07-27T20:25:23.557Z Downloaded lalrpop-util v0.19.12
10532026-07-27T20:25:23.561Z Downloaded progenitor-extras v0.2.0
10542026-07-27T20:25:23.565Z Downloaded pkcs5 v0.8.1
10552026-07-27T20:25:23.568Z Downloaded universal-hash v0.5.1
10562026-07-27T20:25:23.568Z Downloaded toml_edit v0.19.15
10572026-07-27T20:25:23.575Z Downloaded toml v1.1.2+spec-1.1.0
10582026-07-27T20:25:23.579Z Downloaded zip v4.6.1
10592026-07-27T20:25:23.582Z Downloaded crc-any v2.5.0
10602026-07-27T20:25:23.583Z Downloaded primeorder v0.14.0-rc.10
10612026-07-27T20:25:23.583Z Downloaded semver v0.1.20
10622026-07-27T20:25:23.583Z Downloaded serde_urlencoded v0.7.1
10632026-07-27T20:25:23.583Z Downloaded predicates v3.1.4
10642026-07-27T20:25:23.586Z Downloaded time-macros v0.2.27
10652026-07-27T20:25:23.586Z Downloaded scrypt v0.12.0
10662026-07-27T20:25:23.589Z Downloaded yansi v1.0.1
10672026-07-27T20:25:23.589Z Downloaded proptest v1.10.0
10682026-07-27T20:25:23.593Z Downloaded curve25519-dalek-derive v0.1.1
10692026-07-27T20:25:23.596Z Downloaded indoc v1.0.9
10702026-07-27T20:25:23.596Z Downloaded rtoolbox v0.0.3
10712026-07-27T20:25:23.596Z Downloaded sec1 v0.8.1
10722026-07-27T20:25:23.600Z Downloaded thiserror-no-std v2.0.2
10732026-07-27T20:25:23.600Z Downloaded unsafe-libyaml v0.2.11
10742026-07-27T20:25:23.603Z Downloaded url v2.5.8
10752026-07-27T20:25:23.603Z Downloaded socket2 v0.6.3
10762026-07-27T20:25:23.604Z Downloaded typify v0.6.2
10772026-07-27T20:25:23.607Z Downloaded critical-section v1.2.0
10782026-07-27T20:25:23.610Z Downloaded proc-macro-crate v3.4.0
10792026-07-27T20:25:23.613Z Downloaded winnow v0.6.26
10802026-07-27T20:25:23.617Z Downloaded hyper-util v0.1.20
10812026-07-27T20:25:23.621Z Downloaded iri-string v0.7.10
10822026-07-27T20:25:23.624Z Downloaded subtle v2.6.1
10832026-07-27T20:25:23.627Z Downloaded ed25519 v3.0.0
10842026-07-27T20:25:23.627Z Downloaded winnow v0.5.40
10852026-07-27T20:25:23.632Z Downloaded icu_properties v2.1.2
10862026-07-27T20:25:23.635Z Downloaded lock_api v0.4.14
10872026-07-27T20:25:23.636Z Downloaded num_enum v0.5.11
10882026-07-27T20:25:23.636Z Downloaded sync-ptr v0.1.4
10892026-07-27T20:25:23.639Z Downloaded universal-hash v0.6.1
10902026-07-27T20:25:23.639Z Downloaded diff v0.1.13
10912026-07-27T20:25:23.639Z Downloaded parse-display-derive v0.10.0
10922026-07-27T20:25:23.645Z Downloaded typify-macro v0.6.2
10932026-07-27T20:25:23.648Z Downloaded signature v2.2.0
10942026-07-27T20:25:23.648Z Downloaded typed-path v0.9.3
10952026-07-27T20:25:23.653Z Downloaded newline-converter v0.3.0
10962026-07-27T20:25:23.657Z Downloaded itertools v0.12.1
10972026-07-27T20:25:23.661Z Downloaded slog-dtrace v0.3.0
10982026-07-27T20:25:23.664Z Downloaded rustls-native-certs v0.8.3
10992026-07-27T20:25:23.668Z Downloaded dropshot-api-manager-types v0.7.2
11002026-07-27T20:25:23.668Z Downloaded lazy_static v1.5.0
11012026-07-27T20:25:23.672Z Downloaded rustls-platform-verifier v0.6.2
11022026-07-27T20:25:23.672Z Downloaded spki v0.7.3
11032026-07-27T20:25:23.672Z Downloaded zerovec-derive v0.11.2
11042026-07-27T20:25:23.672Z Downloaded debug-ignore v1.0.5
11052026-07-27T20:25:23.675Z Downloaded reqwest v0.12.28
11062026-07-27T20:25:23.679Z Downloaded vergen-git2 v9.1.0
11072026-07-27T20:25:23.679Z Downloaded ingot v0.1.1
11082026-07-27T20:25:23.679Z Downloaded ref-cast-impl v1.0.25
11092026-07-27T20:25:23.679Z Downloaded strsim v0.10.0
11102026-07-27T20:25:23.682Z Downloaded vergen-lib v0.1.6
11112026-07-27T20:25:23.682Z Downloaded libsw v3.5.0
11122026-07-27T20:25:23.686Z Downloaded num-iter v0.1.45
11132026-07-27T20:25:23.689Z Downloaded peg-macros v0.8.5
11142026-07-27T20:25:23.689Z Downloaded rand_chacha v0.9.0
11152026-07-27T20:25:23.689Z Downloaded xshell v0.2.7
11162026-07-27T20:25:23.689Z Downloaded dtrace-parser v0.3.0
11172026-07-27T20:25:23.694Z Downloaded rawzip v0.4.4
11182026-07-27T20:25:23.699Z Downloaded derive-where v1.6.0
11192026-07-27T20:25:23.702Z Downloaded oxide-update-engine-display v0.1.2
11202026-07-27T20:25:23.707Z Downloaded smf v0.2.3
11212026-07-27T20:25:23.707Z Downloaded usdt-impl v0.6.0
11222026-07-27T20:25:23.711Z Downloaded is-terminal v0.4.17
11232026-07-27T20:25:23.711Z Downloaded phf_shared v0.13.1
11242026-07-27T20:25:23.711Z Downloaded slog-bunyan v2.5.0
11252026-07-27T20:25:23.711Z Downloaded slog-envlogger v2.2.0
11262026-07-27T20:25:23.714Z Downloaded elliptic-curve v0.13.8
11272026-07-27T20:25:23.717Z Downloaded publicsuffix v2.3.0
11282026-07-27T20:25:23.717Z Downloaded litemap v0.8.1
11292026-07-27T20:25:23.717Z Downloaded pkcs1 v0.7.5
11302026-07-27T20:25:23.721Z Downloaded serde_with v3.21.0
11312026-07-27T20:25:23.726Z Downloaded num-traits v0.2.19
11322026-07-27T20:25:23.729Z Downloaded pkcs1 v0.8.0-rc.4
11332026-07-27T20:25:23.733Z Downloaded take_mut v0.2.2
11342026-07-27T20:25:23.733Z Downloaded xshell-macros v0.2.7
11352026-07-27T20:25:23.733Z Downloaded git2 v0.20.4
11362026-07-27T20:25:23.738Z Downloaded schemars v1.2.1
11372026-07-27T20:25:23.748Z Downloaded serde_repr v0.1.20
11382026-07-27T20:25:23.751Z Downloaded same-file v1.0.6
11392026-07-27T20:25:23.751Z Downloaded olpc-cjson v0.1.4
11402026-07-27T20:25:23.751Z Downloaded writeable v0.6.2
11412026-07-27T20:25:23.751Z Downloaded internet-checksum v0.2.1
11422026-07-27T20:25:23.751Z Downloaded structmeta v0.3.0
11432026-07-27T20:25:23.755Z Downloaded ecdsa v0.16.9
11442026-07-27T20:25:23.755Z Downloaded waitgroup v0.1.2
11452026-07-27T20:25:23.755Z Downloaded ident_case v1.0.1
11462026-07-27T20:25:23.755Z Downloaded crucible-workspace-hack v0.1.0
11472026-07-27T20:25:23.755Z Downloaded der v0.7.10
11482026-07-27T20:25:23.758Z Downloaded itertools v0.14.0
11492026-07-27T20:25:23.761Z Downloaded crossterm v0.28.1
11502026-07-27T20:25:23.766Z Downloaded toml v0.7.8
11512026-07-27T20:25:23.770Z Downloaded vergen v9.1.0
11522026-07-27T20:25:23.770Z Downloaded cpufeatures v0.3.0
11532026-07-27T20:25:23.770Z Downloaded tokio-tungstenite v0.23.1
11542026-07-27T20:25:23.775Z Downloaded darling_core v0.21.3
11552026-07-27T20:25:23.779Z Downloaded tracing-core v0.1.36
11562026-07-27T20:25:23.779Z Downloaded pkcs8 v0.10.2
11572026-07-27T20:25:23.783Z Downloaded proc-macro-error2 v2.0.1
11582026-07-27T20:25:23.783Z Downloaded mio v1.2.0
11592026-07-27T20:25:23.788Z Downloaded num-bigint-dig v0.8.6
11602026-07-27T20:25:23.793Z Downloaded blake3 v1.8.5
11612026-07-27T20:25:23.798Z Downloaded icu_collections v2.1.1
11622026-07-27T20:25:23.802Z Downloaded dropshot_endpoint v0.17.1
11632026-07-27T20:25:23.806Z Downloaded slog-scope v4.4.1
11642026-07-27T20:25:23.810Z Downloaded zstd v0.13.3
11652026-07-27T20:25:23.810Z Downloaded aho-corasick v1.1.4
11662026-07-27T20:25:23.814Z Downloaded thread_local v1.1.9
11672026-07-27T20:25:23.817Z Downloaded openssl-sys v0.9.115
11682026-07-27T20:25:23.817Z Downloaded indicatif v0.18.4
11692026-07-27T20:25:23.821Z Downloaded itertools v0.10.5
11702026-07-27T20:25:23.824Z Downloaded derive_builder v0.20.2
11712026-07-27T20:25:23.828Z Downloaded quinn-proto v0.11.13
11722026-07-27T20:25:23.832Z Downloaded quinn-udp v0.5.14
11732026-07-27T20:25:23.832Z Downloaded postcard v1.1.3
11742026-07-27T20:25:23.836Z Downloaded crossbeam-deque v0.8.6
11752026-07-27T20:25:23.836Z Downloaded delegate v0.13.5
11762026-07-27T20:25:23.836Z Downloaded icu_normalizer v2.1.1
11772026-07-27T20:25:23.839Z Downloaded regex v1.12.3
11782026-07-27T20:25:23.840Z Downloaded bitvec v1.0.1
11792026-07-27T20:25:23.846Z Downloaded goblin v0.10.5
11802026-07-27T20:25:23.850Z Downloaded tower v0.5.3
11812026-07-27T20:25:23.855Z Downloaded spin v0.9.8
11822026-07-27T20:25:23.858Z Downloaded nanorand v0.7.0
11832026-07-27T20:25:23.862Z Downloaded serde_cbor v0.11.2
11842026-07-27T20:25:23.862Z Downloaded impl-trait-for-tuples v0.2.3
11852026-07-27T20:25:23.862Z Downloaded derive_more-impl v2.1.1
11862026-07-27T20:25:23.867Z Downloaded darling_core v0.20.11
11872026-07-27T20:25:23.870Z Downloaded parking_lot v0.12.5
11882026-07-27T20:25:23.870Z Downloaded icu_locale_core v2.1.1
11892026-07-27T20:25:23.874Z Downloaded rsa v0.10.0-rc.18
11902026-07-27T20:25:23.878Z Downloaded oso v0.27.3
11912026-07-27T20:25:23.881Z Downloaded darling_core v0.13.4
11922026-07-27T20:25:23.885Z Downloaded progenitor-impl v0.14.0
11932026-07-27T20:25:23.885Z Downloaded iddqd v0.4.2
11942026-07-27T20:25:23.890Z Downloaded tabled v0.20.0
11952026-07-27T20:25:23.899Z Downloaded miniz_oxide v0.8.9
11962026-07-27T20:25:23.902Z Downloaded rand v0.8.6
11972026-07-27T20:25:23.902Z Downloaded bindgen v0.71.1
11982026-07-27T20:25:23.906Z Downloaded zopfli v0.8.3
11992026-07-27T20:25:23.909Z Downloaded oxide-update-engine v0.1.2
12002026-07-27T20:25:23.917Z Downloaded unicode-segmentation v1.12.0
12012026-07-27T20:25:23.920Z Downloaded aws-lc-rs v1.16.3
12022026-07-27T20:25:23.926Z Downloaded samael v0.0.19
12032026-07-27T20:25:23.929Z Downloaded minimal-lexical v0.2.1
12042026-07-27T20:25:23.933Z Downloaded omicron-zone-package v0.12.3
12052026-07-27T20:25:23.938Z Downloaded icu_properties_data v2.1.2
12062026-07-27T20:25:23.953Z Downloaded salty v0.3.0
12072026-07-27T20:25:23.958Z Downloaded der v0.8.0
12082026-07-27T20:25:23.961Z Downloaded zlib-rs v0.6.2
12092026-07-27T20:25:23.965Z Downloaded rustls-webpki v0.103.13
12102026-07-27T20:25:23.969Z Downloaded zerovec v0.11.5
12112026-07-27T20:25:23.972Z Downloaded chrono v0.4.45
12122026-07-27T20:25:23.976Z Downloaded ed25519-dalek v3.0.0-rc.0
12132026-07-27T20:25:23.976Z Downloaded reedline v0.40.0
12142026-07-27T20:25:23.990Z Downloaded time v0.3.47
12152026-07-27T20:25:23.996Z Downloaded nom v7.1.3
12162026-07-27T20:25:24.006Z Downloaded vcpkg v0.2.15
12172026-07-27T20:25:24.022Z Downloaded toml_edit v0.23.10+spec-1.0.0
12182026-07-27T20:25:24.027Z Downloaded reqwest v0.13.2
12192026-07-27T20:25:24.031Z Downloaded crossterm v0.29.0
12202026-07-27T20:25:24.035Z Downloaded crypto-primes v0.7.2
12212026-07-27T20:25:24.035Z Downloaded nom v8.0.0
12222026-07-27T20:25:24.040Z Downloaded object v0.30.4
12232026-07-27T20:25:24.043Z Downloaded rayon v1.11.0
12242026-07-27T20:25:24.048Z Downloaded itertools v0.13.0
12252026-07-27T20:25:24.054Z Downloaded lalrpop v0.19.12
12262026-07-27T20:25:24.060Z Downloaded p384 v0.13.1
12272026-07-27T20:25:24.063Z Downloaded diesel_derives v2.3.7
12282026-07-27T20:25:24.069Z Downloaded dropshot-api-manager v0.7.2
12292026-07-27T20:25:24.072Z Downloaded idna v1.1.0
12302026-07-27T20:25:24.075Z Downloaded unicode-normalization v0.1.25
12312026-07-27T20:25:24.079Z Downloaded hickory-proto v0.24.4
12322026-07-27T20:25:24.085Z Downloaded tough v0.22.0
12332026-07-27T20:25:24.090Z Downloaded tower-http v0.6.8
12342026-07-27T20:25:24.094Z Downloaded libm v0.2.16
12352026-07-27T20:25:24.099Z Downloaded quick-xml v0.37.5
12362026-07-27T20:25:24.102Z Downloaded zerocopy v0.8.40
12372026-07-27T20:25:24.132Z Downloaded openssl v0.10.79
12382026-07-27T20:25:24.141Z Downloaded ssh-key v0.7.0-rc.10
12392026-07-27T20:25:24.175Z Downloaded smoltcp v0.9.1
12402026-07-27T20:25:24.175Z Downloaded portable-atomic v1.13.1
12412026-07-27T20:25:24.175Z Downloaded radix_trie v0.2.1
12422026-07-27T20:25:24.175Z Downloaded openapiv3 v2.2.0
12432026-07-27T20:25:24.175Z Downloaded regex-syntax v0.6.29
12442026-07-27T20:25:24.175Z Downloaded libxml v0.3.3
12452026-07-27T20:25:24.175Z Downloaded polar-core v0.27.3
12462026-07-27T20:25:24.179Z Downloaded smoltcp v0.11.0
12472026-07-27T20:25:24.183Z Downloaded nix v0.31.2
12482026-07-27T20:25:24.190Z Downloaded winnow v1.0.3
12492026-07-27T20:25:24.199Z Downloaded nix v0.27.1
12502026-07-27T20:25:24.202Z Downloaded crypto-bigint v0.7.5
12512026-07-27T20:25:24.212Z Downloaded curve25519-dalek v5.0.0-rc.0
12522026-07-27T20:25:24.216Z Downloaded hickory-proto v0.25.2
12532026-07-27T20:25:24.224Z Downloaded regress v0.11.1
12542026-07-27T20:25:24.229Z Downloaded moka v0.12.13
12552026-07-27T20:25:24.233Z Downloaded russh v0.61.2
12562026-07-27T20:25:24.241Z Downloaded bstr v1.12.1
12572026-07-27T20:25:24.245Z Downloaded petname v2.0.2
12582026-07-27T20:25:24.251Z Downloaded sqlparser v0.61.0
12592026-07-27T20:25:24.275Z Downloaded object v0.37.3
12602026-07-27T20:25:24.293Z Downloaded diesel v2.3.7
12612026-07-27T20:25:24.305Z Downloaded curve25519-dalek v4.1.3
12622026-07-27T20:25:24.312Z Downloaded regress v0.10.5
12632026-07-27T20:25:24.315Z Downloaded rustls v0.23.41
12642026-07-27T20:25:24.322Z Downloaded nix v0.28.0
12652026-07-27T20:25:24.328Z Downloaded rustix v0.38.44
12662026-07-27T20:25:24.340Z Downloaded dropshot v0.17.1
12672026-07-27T20:25:24.353Z Downloaded regex-syntax v0.8.10
12682026-07-27T20:25:24.363Z Downloaded sled v0.34.7
12692026-07-27T20:25:24.376Z Downloaded fiat-crypto v0.3.0
12702026-07-27T20:25:24.385Z Downloaded ratatui v0.29.0
12712026-07-27T20:25:24.406Z Downloaded sha3 v0.11.0
12722026-07-27T20:25:24.409Z Downloaded tracing v0.1.44
12732026-07-27T20:25:24.420Z Downloaded typify-impl v0.6.2
12742026-07-27T20:25:24.429Z Downloaded bzip2-sys v0.1.13+1.0.8
12752026-07-27T20:25:24.467Z Downloaded petgraph v0.6.5
12762026-07-27T20:25:24.477Z Downloaded chrono-tz v0.10.4
12772026-07-27T20:25:24.488Z Downloaded zerocopy-derive v0.6.6
12782026-07-27T20:25:24.538Z Downloaded regex-automata v0.4.14
12792026-07-27T20:25:24.555Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12802026-07-27T20:25:24.577Z Downloaded jiff v0.2.21
12812026-07-27T20:25:24.584Z Downloaded petgraph v0.8.3
12822026-07-27T20:25:24.597Z Downloaded csv v1.4.0
12832026-07-27T20:25:24.616Z Downloaded libz-sys v1.1.24
12842026-07-27T20:25:24.631Z Downloaded sha3 v0.10.8
12852026-07-27T20:25:24.634Z Downloaded tokio v1.52.1
12862026-07-27T20:25:24.659Z Downloaded encoding_rs v0.8.35
12872026-07-27T20:25:24.670Z Downloaded ring v0.17.14
12882026-07-27T20:25:24.694Z Downloaded libgit2-sys v0.18.3+1.9.2
12892026-07-27T20:25:25.321Z Downloaded aws-lc-sys v0.40.0
12902026-07-27T20:25:25.567Z Compiling libc v0.2.185
12912026-07-27T20:25:25.567Z Compiling serde_core v1.0.228
12922026-07-27T20:25:25.568Z Compiling serde v1.0.228
12932026-07-27T20:25:25.568Z Compiling log v0.4.29
12942026-07-27T20:25:25.573Z Compiling smallvec v1.15.1
12952026-07-27T20:25:25.573Z Compiling find-msvc-tools v0.1.9
12962026-07-27T20:25:25.573Z Compiling shlex v1.3.0
12972026-07-27T20:25:25.573Z Compiling subtle v2.6.1
12982026-07-27T20:25:25.722Z Compiling scopeguard v1.2.0
12992026-07-27T20:25:25.766Z Compiling stable_deref_trait v1.2.1
13002026-07-27T20:25:25.780Z Compiling typenum v1.20.1
13012026-07-27T20:25:25.793Z Compiling serde_json v1.0.150
13022026-07-27T20:25:25.832Z Compiling portable-atomic v1.13.1
13032026-07-27T20:25:25.836Z Compiling zerocopy v0.8.40
13042026-07-27T20:25:25.859Z Compiling syn v2.0.117
13052026-07-27T20:25:25.863Z Compiling parking_lot_core v0.9.12
13062026-07-27T20:25:25.911Z Compiling lock_api v0.4.14
13072026-07-27T20:25:25.916Z Compiling pin-project-lite v0.2.17
13082026-07-27T20:25:25.957Z Compiling pkg-config v0.3.32
13092026-07-27T20:25:25.966Z Compiling critical-section v1.2.0
13102026-07-27T20:25:26.009Z Compiling libm v0.2.16
13112026-07-27T20:25:26.025Z Compiling getrandom v0.4.1
13122026-07-27T20:25:26.032Z Compiling num-traits v0.2.19
13132026-07-27T20:25:26.064Z Compiling futures-core v0.3.32
13142026-07-27T20:25:26.133Z Compiling rand_core v0.10.0
13152026-07-27T20:25:26.145Z Compiling generic-array v0.14.7
13162026-07-27T20:25:26.162Z Compiling litemap v0.8.1
13172026-07-27T20:25:26.203Z Compiling writeable v0.6.2
13182026-07-27T20:25:26.228Z Compiling percent-encoding v2.3.2
13192026-07-27T20:25:26.295Z Compiling const-oid v0.9.6
13202026-07-27T20:25:26.339Z Compiling icu_normalizer_data v2.1.1
13212026-07-27T20:25:26.407Z Compiling icu_properties_data v2.1.2
13222026-07-27T20:25:26.468Z Compiling futures-sink v0.3.32
13232026-07-27T20:25:26.496Z Compiling slab v0.4.12
13242026-07-27T20:25:26.499Z Compiling futures-io v0.3.32
13252026-07-27T20:25:26.499Z Compiling futures-task v0.3.32
13262026-07-27T20:25:26.499Z Compiling utf8_iter v1.0.4
13272026-07-27T20:25:26.552Z Compiling form_urlencoded v1.2.2
13282026-07-27T20:25:26.597Z Compiling futures-channel v0.3.32
13292026-07-27T20:25:26.622Z Compiling getrandom v0.3.4
13302026-07-27T20:25:26.676Z Compiling rustversion v1.0.22
13312026-07-27T20:25:26.699Z Compiling fs_extra v1.3.0
13322026-07-27T20:25:26.699Z Compiling rustix v1.1.3
13332026-07-27T20:25:26.731Z Compiling jobserver v0.1.34
13342026-07-27T20:25:26.736Z Compiling errno v0.3.14
13352026-07-27T20:25:26.745Z Compiling getrandom v0.2.17
13362026-07-27T20:25:26.784Z Compiling mio v1.2.0
13372026-07-27T20:25:26.841Z Compiling socket2 v0.6.3
13382026-07-27T20:25:26.908Z Compiling rand_core v0.6.4
13392026-07-27T20:25:26.980Z Compiling cc v1.2.56
13402026-07-27T20:25:27.013Z Compiling once_cell v1.21.3
13412026-07-27T20:25:27.049Z Compiling signal-hook-registry v1.4.8
13422026-07-27T20:25:27.068Z Compiling parking_lot v0.12.5
13432026-07-27T20:25:27.093Z Compiling ident_case v1.0.1
13442026-07-27T20:25:27.112Z Compiling iana-time-zone v0.1.65
13452026-07-27T20:25:27.124Z Compiling dunce v1.0.5
13462026-07-27T20:25:27.255Z Compiling regex-syntax v0.8.10
13472026-07-27T20:25:27.270Z Compiling base64 v0.22.1
13482026-07-27T20:25:27.282Z Compiling base64ct v1.8.3
13492026-07-27T20:25:27.285Z Compiling vcpkg v0.2.15
13502026-07-27T20:25:27.313Z Compiling tracing-core v0.1.36
13512026-07-27T20:25:27.341Z Compiling flagset v0.4.7
13522026-07-27T20:25:27.356Z Compiling aws-lc-rs v1.16.3
13532026-07-27T20:25:27.401Z Compiling cmov v0.5.4
13542026-07-27T20:25:27.472Z Compiling httparse v1.10.1
13552026-07-27T20:25:27.489Z Compiling dyn-clone v1.0.20
13562026-07-27T20:25:27.596Z Compiling rand_core v0.9.5
13572026-07-27T20:25:27.615Z Compiling pem-rfc7468 v0.7.0
13582026-07-27T20:25:27.620Z Compiling openssl-probe v0.2.1
13592026-07-27T20:25:27.644Z Compiling schemars v0.8.22
13602026-07-27T20:25:27.645Z Compiling tinyvec_macros v0.1.1
13612026-07-27T20:25:27.653Z Compiling ctutils v0.4.2
13622026-07-27T20:25:27.687Z Compiling aho-corasick v1.1.4
13632026-07-27T20:25:27.755Z Compiling cmake v0.1.57
13642026-07-27T20:25:27.808Z Compiling tinyvec v1.10.0
13652026-07-27T20:25:27.824Z Compiling tower-service v0.3.3
13662026-07-27T20:25:27.890Z Compiling atomic-waker v1.1.2
13672026-07-27T20:25:27.909Z Compiling tower-layer v0.3.3
13682026-07-27T20:25:27.915Z Compiling try-lock v0.2.5
13692026-07-27T20:25:27.915Z Compiling untrusted v0.7.1
13702026-07-27T20:25:27.966Z Compiling bitflags v2.11.0
13712026-07-27T20:25:27.972Z Compiling semver v1.0.28
13722026-07-27T20:25:28.028Z Compiling indexmap v2.14.0
13732026-07-27T20:25:28.042Z Compiling uuid v1.23.4
13742026-07-27T20:25:28.062Z Compiling want v0.3.1
13752026-07-27T20:25:28.067Z Compiling httpdate v1.0.3
13762026-07-27T20:25:28.096Z Compiling openssl v0.10.79
13772026-07-27T20:25:28.173Z Compiling foreign-types-shared v0.1.1
13782026-07-27T20:25:28.173Z Compiling cpufeatures v0.2.17
13792026-07-27T20:25:28.210Z Compiling rustc_version v0.4.1
13802026-07-27T20:25:28.243Z Compiling rustls v0.23.41
13812026-07-27T20:25:28.259Z Compiling untrusted v0.9.0
13822026-07-27T20:25:28.274Z Compiling foreign-types v0.3.2
13832026-07-27T20:25:28.291Z Compiling unicode-normalization v0.1.25
13842026-07-27T20:25:28.315Z Compiling spin v0.9.8
13852026-07-27T20:25:28.328Z Compiling num-conv v0.2.0
13862026-07-27T20:25:28.344Z Compiling crc32fast v1.5.0
13872026-07-27T20:25:28.359Z Compiling time-core v0.1.8
13882026-07-27T20:25:28.393Z Compiling powerfmt v0.2.0
13892026-07-27T20:25:28.431Z Compiling native-tls v0.2.18
13902026-07-27T20:25:28.478Z Compiling wait-timeout v0.2.1
13912026-07-27T20:25:28.518Z Compiling time-macros v0.2.27
13922026-07-27T20:25:28.540Z Compiling deranged v0.5.8
13932026-07-27T20:25:28.555Z Compiling sync_wrapper v1.0.2
13942026-07-27T20:25:28.594Z Compiling aws-lc-sys v0.40.0
13952026-07-27T20:25:28.619Z Compiling openssl-sys v0.9.115
13962026-07-27T20:25:28.639Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13972026-07-27T20:25:28.684Z Compiling siphasher v1.0.2
13982026-07-27T20:25:28.698Z Compiling quick-error v1.2.3
13992026-07-27T20:25:28.713Z Compiling regex-automata v0.4.14
14002026-07-27T20:25:28.750Z Compiling crossbeam-utils v0.8.21
14012026-07-27T20:25:28.773Z Compiling num_threads v0.1.7
14022026-07-27T20:25:28.781Z Compiling usdt-impl v0.6.0
14032026-07-27T20:25:28.813Z Compiling synstructure v0.13.2
14042026-07-27T20:25:28.872Z Compiling serde_derive_internals v0.29.1
14052026-07-27T20:25:28.890Z Compiling pest_generator v2.8.6
14062026-07-27T20:25:29.002Z Compiling darling_core v0.20.11
14072026-07-27T20:25:29.049Z Compiling tempfile v3.25.0
14082026-07-27T20:25:29.127Z Compiling simd-adler32 v0.3.8
14092026-07-27T20:25:29.338Z Compiling syn v1.0.109
14102026-07-27T20:25:29.412Z Compiling bit-vec v0.8.0
14112026-07-27T20:25:29.429Z Compiling rusty-fork v0.3.1
14122026-07-27T20:25:29.476Z Compiling darling_core v0.23.0
14132026-07-27T20:25:29.540Z Compiling bzip2-sys v0.1.13+1.0.8
14142026-07-27T20:25:29.620Z Compiling bit-set v0.8.0
14152026-07-27T20:25:29.623Z Compiling time v0.3.47
14162026-07-27T20:25:29.681Z Compiling heapless v0.7.17
14172026-07-27T20:25:29.684Z Compiling slog v2.8.2
14182026-07-27T20:25:29.736Z Compiling rand_xorshift v0.4.0
14192026-07-27T20:25:29.752Z Compiling thread-id v5.1.0
14202026-07-27T20:25:29.775Z Compiling cookie v0.18.1
14212026-07-27T20:25:29.791Z Compiling zstd-safe v7.2.4
14222026-07-27T20:25:29.835Z Compiling iri-string v0.7.10
14232026-07-27T20:25:29.850Z Compiling unicode-properties v0.1.4
14242026-07-27T20:25:29.851Z Compiling allocator-api2 v0.2.21
14252026-07-27T20:25:29.881Z Compiling unicode-bidi v0.3.18
14262026-07-27T20:25:29.907Z Compiling anyhow v1.0.102
14272026-07-27T20:25:29.924Z Compiling signal-hook v0.3.18
14282026-07-27T20:25:29.951Z Compiling adler2 v2.0.1
14292026-07-27T20:25:29.976Z Compiling unarray v0.1.4
14302026-07-27T20:25:30.011Z Compiling paste v1.0.15
14312026-07-27T20:25:30.092Z Compiling ryu v1.0.23
14322026-07-27T20:25:30.106Z Compiling miniz_oxide v0.8.9
14332026-07-27T20:25:30.228Z Compiling stringprep v0.1.5
14342026-07-27T20:25:30.289Z Compiling camino v1.2.2
14352026-07-27T20:25:30.452Z Compiling curve25519-dalek v4.1.3
14362026-07-27T20:25:30.481Z Compiling vergen-lib v9.1.0
14372026-07-27T20:25:30.586Z Compiling serde_derive v1.0.228
14382026-07-27T20:25:30.678Z Compiling zeroize_derive v1.4.3
14392026-07-27T20:25:30.694Z Compiling zerofrom-derive v0.1.6
14402026-07-27T20:25:30.710Z Compiling yoke-derive v0.8.1
14412026-07-27T20:25:30.748Z Compiling zerovec-derive v0.11.2
14422026-07-27T20:25:30.806Z Compiling displaydoc v0.2.5
14432026-07-27T20:25:30.873Z Compiling zerocopy-derive v0.8.40
14442026-07-27T20:25:30.974Z Compiling tokio-macros v2.7.0
14452026-07-27T20:25:31.281Z Compiling futures-macro v0.3.32
14462026-07-27T20:25:31.356Z Compiling zeroize v1.8.2
14472026-07-27T20:25:31.397Z Compiling thiserror-impl v2.0.18
14482026-07-27T20:25:31.412Z Compiling tracing-attributes v0.1.31
14492026-07-27T20:25:31.600Z Compiling der_derive v0.7.3
14502026-07-27T20:25:31.735Z Compiling rustls-pki-types v1.14.0
14512026-07-27T20:25:31.915Z Compiling schemars_derive v0.8.22
14522026-07-27T20:25:31.937Z Compiling hybrid-array v0.4.13
14532026-07-27T20:25:32.105Z Compiling block-buffer v0.10.4
14542026-07-27T20:25:32.139Z Compiling futures-util v0.3.32
14552026-07-27T20:25:32.178Z Compiling zerofrom v0.1.6
14562026-07-27T20:25:32.184Z Compiling crypto-common v0.1.7
14572026-07-27T20:25:32.215Z Compiling scroll_derive v0.13.1
14582026-07-27T20:25:32.299Z Compiling yoke v0.8.1
14592026-07-27T20:25:32.314Z Compiling digest v0.10.7
14602026-07-27T20:25:32.343Z Compiling pest_derive v2.8.6
14612026-07-27T20:25:32.498Z Compiling zerovec v0.11.5
14622026-07-27T20:25:32.578Z Compiling zerotrie v0.2.3
14632026-07-27T20:25:32.616Z Compiling der v0.7.10
14642026-07-27T20:25:32.785Z Compiling darling_macro v0.20.11
14652026-07-27T20:25:32.819Z Compiling tracing v0.1.44
14662026-07-27T20:25:32.840Z Compiling thiserror v2.0.18
14672026-07-27T20:25:32.866Z Compiling openssl-macros v0.1.1
14682026-07-27T20:25:32.931Z Compiling hmac v0.12.1
14692026-07-27T20:25:32.949Z Compiling sha2 v0.10.9
14702026-07-27T20:25:32.969Z Compiling dtrace-parser v0.3.0
14712026-07-27T20:25:33.074Z Compiling tinystr v0.8.2
14722026-07-27T20:25:33.104Z Compiling potential_utf v0.1.4
14732026-07-27T20:25:33.104Z Compiling scroll v0.13.0
14742026-07-27T20:25:33.132Z Compiling scroll_derive v0.12.1
14752026-07-27T20:25:33.255Z Compiling icu_collections v2.1.1
14762026-07-27T20:25:33.291Z Compiling icu_locale_core v2.1.1
14772026-07-27T20:25:33.310Z Compiling thiserror-impl v1.0.69
14782026-07-27T20:25:33.336Z Compiling darling v0.20.11
14792026-07-27T20:25:33.410Z Compiling goblin v0.10.5
14802026-07-27T20:25:33.433Z Compiling derive_builder_core v0.20.2
14812026-07-27T20:25:33.725Z Compiling spki v0.7.3
14822026-07-27T20:25:33.745Z Compiling crypto-common v0.2.2
14832026-07-27T20:25:33.826Z Compiling scroll v0.12.0
14842026-07-27T20:25:33.866Z Compiling block-buffer v0.12.1
14852026-07-27T20:25:33.942Z Compiling icu_provider v2.1.1
14862026-07-27T20:25:34.081Z Compiling bytes v1.11.1
14872026-07-27T20:25:34.114Z Compiling chrono v0.4.45
14882026-07-27T20:25:34.146Z Compiling ipnet v2.11.0
14892026-07-27T20:25:34.176Z Compiling icu_properties v2.1.2
14902026-07-27T20:25:34.192Z Compiling icu_normalizer v2.1.1
14912026-07-27T20:25:34.260Z Compiling pkcs8 v0.10.2
14922026-07-27T20:25:34.285Z Compiling erased-serde v0.3.31
14932026-07-27T20:25:34.301Z Compiling derive_builder_macro v0.20.2
14942026-07-27T20:25:34.479Z Compiling serde_spanned v0.6.9
14952026-07-27T20:25:34.530Z Compiling toml_datetime v0.6.11
14962026-07-27T20:25:34.600Z Compiling tokio v1.52.1
14972026-07-27T20:25:34.697Z Compiling http v1.4.2
14982026-07-27T20:25:34.730Z Compiling thiserror v1.0.69
14992026-07-27T20:25:34.769Z Compiling serde_urlencoded v0.7.1
15002026-07-27T20:25:34.799Z Compiling serde_tokenstream v0.2.3
15012026-07-27T20:25:34.814Z Compiling hex v0.4.3
15022026-07-27T20:25:34.842Z Compiling block-padding v0.4.2
15032026-07-27T20:25:34.859Z Compiling md-5 v0.10.6
15042026-07-27T20:25:34.875Z Compiling signature v2.2.0
15052026-07-27T20:25:35.026Z Compiling darling_macro v0.23.0
15062026-07-27T20:25:35.047Z Compiling rustls-native-certs v0.8.3
15072026-07-27T20:25:35.055Z Compiling bstr v1.12.1
15082026-07-27T20:25:35.076Z Compiling async-trait v0.1.89
15092026-07-27T20:25:35.096Z Compiling idna_adapter v1.2.1
15102026-07-27T20:25:35.134Z Compiling pin-project-internal v1.1.11
15112026-07-27T20:25:35.253Z Compiling idna v1.1.0
15122026-07-27T20:25:35.359Z Compiling ppv-lite86 v0.2.21
15132026-07-27T20:25:35.363Z Compiling http-body v1.0.1
15142026-07-27T20:25:35.492Z Compiling zerocopy-derive v0.7.35
15152026-07-27T20:25:35.507Z Compiling http-body-util v0.1.3
15162026-07-27T20:25:35.553Z Compiling url v2.5.8
15172026-07-27T20:25:35.582Z Compiling num-integer v0.1.46
15182026-07-27T20:25:35.632Z Compiling hash32 v0.2.1
15192026-07-27T20:25:35.708Z Compiling rand_chacha v0.9.0
15202026-07-27T20:25:35.723Z Compiling rand_chacha v0.3.1
15212026-07-27T20:25:35.777Z Compiling memoffset v0.9.1
15222026-07-27T20:25:35.840Z Compiling encoding_rs v0.8.35
15232026-07-27T20:25:35.903Z Compiling rand v0.9.2
15242026-07-27T20:25:35.926Z Compiling zlib-rs v0.6.2
15252026-07-27T20:25:35.951Z Compiling litrs v1.0.0
15262026-07-27T20:25:35.993Z Compiling psl-types v2.0.11
15272026-07-27T20:25:36.127Z Compiling dof v0.4.0
15282026-07-27T20:25:36.299Z Compiling cfg_aliases v0.2.1
15292026-07-27T20:25:36.330Z Compiling num-bigint-dig v0.8.6
15302026-07-27T20:25:36.382Z Compiling mime v0.3.17
15312026-07-27T20:25:36.396Z Compiling smoltcp v0.9.1
15322026-07-27T20:25:36.410Z Compiling ref-cast v1.0.25
15332026-07-27T20:25:36.423Z Compiling fallible-iterator v0.2.0
15342026-07-27T20:25:36.476Z Compiling proptest v1.10.0
15352026-07-27T20:25:36.534Z Compiling rustix v0.38.44
15362026-07-27T20:25:36.569Z Compiling document-features v0.2.12
15372026-07-27T20:25:36.668Z Compiling zerocopy v0.7.35
15382026-07-27T20:25:36.688Z Compiling nix v0.31.2
15392026-07-27T20:25:36.764Z Compiling postgres-protocol v0.6.10
15402026-07-27T20:25:36.783Z Compiling pin-project v1.1.11
15412026-07-27T20:25:36.796Z Compiling publicsuffix v2.3.0
15422026-07-27T20:25:36.918Z Compiling ipnetwork v0.21.1
15432026-07-27T20:25:37.023Z Compiling rand v0.8.6
15442026-07-27T20:25:37.076Z Compiling num-iter v0.1.45
15452026-07-27T20:25:37.180Z Compiling oxnet v0.1.6
15462026-07-27T20:25:37.212Z Compiling darling v0.23.0
15472026-07-27T20:25:37.241Z Compiling inout v0.2.2
15482026-07-27T20:25:37.312Z Compiling derive_builder v0.20.2
15492026-07-27T20:25:37.351Z Compiling futures-executor v0.3.32
15502026-07-27T20:25:37.379Z Compiling hubpack_derive v0.1.1
15512026-07-27T20:25:37.386Z Compiling goblin v0.8.2
15522026-07-27T20:25:37.437Z Compiling regex v1.12.3
15532026-07-27T20:25:37.577Z Compiling snafu-derive v0.8.9
15542026-07-27T20:25:37.594Z Compiling curve25519-dalek-derive v0.1.1
15552026-07-27T20:25:37.610Z Compiling strum_macros v0.27.2
15562026-07-27T20:25:37.626Z Compiling ref-cast-impl v1.0.25
15572026-07-27T20:25:37.630Z Compiling daft-derive v0.1.7
15582026-07-27T20:25:37.853Z Compiling terminal_size v0.4.3
15592026-07-27T20:25:37.876Z Compiling phf_shared v0.13.1
15602026-07-27T20:25:38.003Z Compiling lazy_static v1.5.0
15612026-07-27T20:25:38.018Z Compiling anstyle-parse v0.2.7
15622026-07-27T20:25:38.044Z Compiling cargo-platform v0.3.2
15632026-07-27T20:25:38.111Z Compiling vergen v9.1.0
15642026-07-27T20:25:38.132Z Compiling ff v0.13.1
15652026-07-27T20:25:38.132Z Compiling fs-err v3.3.0
15662026-07-27T20:25:38.207Z Compiling ahash v0.8.12
15672026-07-27T20:25:38.223Z Compiling same-file v1.0.6
15682026-07-27T20:25:38.266Z Compiling foldhash v0.2.0
15692026-07-27T20:25:38.297Z Compiling base16ct v0.2.0
15702026-07-27T20:25:38.311Z Compiling foldhash v0.1.5
15712026-07-27T20:25:38.327Z Compiling unicode-segmentation v1.12.0
15722026-07-27T20:25:38.345Z Compiling object v0.37.3
15732026-07-27T20:25:38.362Z Compiling bitflags v1.3.2
15742026-07-27T20:25:38.392Z Compiling winnow v0.5.40
15752026-07-27T20:25:38.413Z Compiling bumpalo v3.20.2
15762026-07-27T20:25:38.442Z Compiling libbz2-rs-sys v0.2.2
15772026-07-27T20:25:38.460Z Compiling tokio-util v0.7.18
15782026-07-27T20:25:38.488Z Compiling tower v0.5.3
15792026-07-27T20:25:38.504Z Compiling tokio-native-tls v0.3.1
15802026-07-27T20:25:38.519Z Compiling managed v0.8.0
15812026-07-27T20:25:38.716Z Compiling zopfli v0.8.3
15822026-07-27T20:25:38.732Z Compiling clap_builder v4.6.0
15832026-07-27T20:25:38.754Z Compiling flate2 v1.1.9
15842026-07-27T20:25:38.790Z Compiling hashbrown v0.15.5
15852026-07-27T20:25:38.971Z Compiling tower-http v0.6.8
15862026-07-27T20:25:39.148Z Compiling h2 v0.4.15
15872026-07-27T20:25:39.158Z Compiling newtype-uuid v1.3.2
15882026-07-27T20:25:39.182Z Compiling bzip2 v0.6.1
15892026-07-27T20:25:39.395Z Compiling sec1 v0.7.3
15902026-07-27T20:25:39.419Z Compiling hashbrown v0.16.1
15912026-07-27T20:25:39.419Z Compiling daft v0.1.7
15922026-07-27T20:25:39.527Z Compiling walkdir v2.5.0
15932026-07-27T20:25:39.559Z Compiling snafu v0.8.9
15942026-07-27T20:25:39.569Z Compiling group v0.13.0
15952026-07-27T20:25:39.582Z Compiling cargo_metadata v0.23.1
15962026-07-27T20:25:39.675Z Compiling strum v0.27.2
15972026-07-27T20:25:39.693Z Compiling dof v0.3.0
15982026-07-27T20:25:39.756Z Compiling toml_edit v0.19.15
15992026-07-27T20:25:39.823Z Compiling anstream v0.6.21
16002026-07-27T20:25:39.918Z Compiling phf v0.13.1
16012026-07-27T20:25:39.923Z Compiling signal-hook-mio v0.2.5
16022026-07-27T20:25:40.018Z Compiling hubpack v0.1.2
16032026-07-27T20:25:40.060Z Compiling cookie_store v0.22.1
16042026-07-27T20:25:40.088Z Compiling usdt-attr-macro v0.6.0
16052026-07-27T20:25:40.154Z Compiling usdt-macro v0.6.0
16062026-07-27T20:25:40.266Z Compiling bzip2 v0.4.4
16072026-07-27T20:25:40.363Z Compiling futures v0.3.32
16082026-07-27T20:25:40.446Z Compiling cipher v0.5.2
16092026-07-27T20:25:40.476Z Compiling serde_with_macros v3.21.0
16102026-07-27T20:25:40.494Z Compiling postgres-types v0.2.12
16112026-07-27T20:25:40.773Z Compiling zstd v0.13.3
16122026-07-27T20:25:40.940Z Compiling globset v0.4.18
16132026-07-27T20:25:40.997Z Compiling ed25519 v2.2.3
16142026-07-27T20:25:41.015Z Compiling dtrace-parser v0.2.0
16152026-07-27T20:25:41.015Z Compiling pkcs1 v0.7.5
16162026-07-27T20:25:41.056Z Compiling serde-big-array v0.5.1
16172026-07-27T20:25:41.084Z Compiling olpc-cjson v0.1.4
16182026-07-27T20:25:41.090Z Compiling serde_plain v1.0.2
16192026-07-27T20:25:41.229Z Compiling hkdf v0.12.4
16202026-07-27T20:25:41.266Z Compiling crypto-bigint v0.5.5
16212026-07-27T20:25:41.306Z Compiling enum-as-inner v0.6.1
16222026-07-27T20:25:41.381Z Compiling clap_derive v4.6.1
16232026-07-27T20:25:41.411Z Compiling async-recursion v1.1.1
16242026-07-27T20:25:41.557Z Compiling serde_repr v0.1.20
16252026-07-27T20:25:41.639Z Compiling strum_macros v0.26.4
16262026-07-27T20:25:41.651Z Compiling phf_shared v0.11.3
16272026-07-27T20:25:41.768Z Compiling float-cmp v0.10.0
16282026-07-27T20:25:41.779Z Compiling pem v3.0.6
16292026-07-27T20:25:41.845Z Compiling thread-id v4.2.2
16302026-07-27T20:25:41.858Z Compiling memmap2 v0.9.10
16312026-07-27T20:25:41.858Z Compiling env_filter v1.0.0
16322026-07-27T20:25:41.917Z Compiling predicates-core v1.0.10
16332026-07-27T20:25:41.944Z Compiling precomputed-hash v0.1.1
16342026-07-27T20:25:42.052Z Compiling whoami v2.1.0
16352026-07-27T20:25:42.105Z Compiling static_assertions v1.1.0
16362026-07-27T20:25:42.123Z Compiling either v1.15.0
16372026-07-27T20:25:42.123Z Compiling data-encoding v2.10.0
16382026-07-27T20:25:42.150Z Compiling difflib v0.4.0
16392026-07-27T20:25:42.150Z Compiling jiff v0.2.21
16402026-07-27T20:25:42.182Z Compiling winnow v1.0.3
16412026-07-27T20:25:42.196Z Compiling new_debug_unreachable v1.0.6
16422026-07-27T20:25:42.279Z Compiling typed-path v0.9.3
16432026-07-27T20:25:42.359Z Compiling hyper v1.10.1
16442026-07-27T20:25:42.423Z Compiling cpufeatures v0.3.0
16452026-07-27T20:25:42.454Z Compiling keccak v0.1.6
16462026-07-27T20:25:42.519Z Compiling fixedbitset v0.5.7
16472026-07-27T20:25:42.551Z Compiling fixedbitset v0.4.2
16482026-07-27T20:25:42.658Z Compiling const-oid v0.10.2
16492026-07-27T20:25:42.728Z Compiling normalize-line-endings v0.3.0
16502026-07-27T20:25:42.789Z Compiling petgraph v0.8.3
16512026-07-27T20:25:42.841Z Compiling predicates v3.1.4
16522026-07-27T20:25:42.858Z Compiling digest v0.11.3
16532026-07-27T20:25:42.867Z Compiling petgraph v0.6.5
16542026-07-27T20:25:42.883Z Compiling sha3 v0.10.8
16552026-07-27T20:25:43.102Z Compiling chacha20 v0.10.0
16562026-07-27T20:25:43.180Z Compiling clap v4.6.1
16572026-07-27T20:25:43.208Z Compiling toml_parser v1.1.2+spec-1.1.0
16582026-07-27T20:25:43.366Z Compiling hickory-proto v0.25.2
16592026-07-27T20:25:43.438Z Compiling itertools v0.13.0
16602026-07-27T20:25:43.438Z Compiling toml_edit v0.22.27
16612026-07-27T20:25:43.447Z Compiling tokio-postgres v0.7.16
16622026-07-27T20:25:43.447Z Compiling strum v0.26.3
16632026-07-27T20:25:43.503Z Compiling hyper-util v0.1.20
16642026-07-27T20:25:43.523Z Compiling string_cache v0.8.9
16652026-07-27T20:25:43.533Z Compiling elliptic-curve v0.13.8
16662026-07-27T20:25:43.603Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16672026-07-27T20:25:43.759Z Compiling usdt v0.6.0
16682026-07-27T20:25:43.866Z Compiling env_logger v0.11.9
16692026-07-27T20:25:43.939Z Compiling usdt-impl v0.5.0
16702026-07-27T20:25:43.971Z Compiling serde_with v3.21.0
16712026-07-27T20:25:44.037Z Compiling crossterm v0.28.1
16722026-07-27T20:25:44.245Z Compiling rsa v0.9.10
16732026-07-27T20:25:44.380Z Compiling toml v0.7.8
16742026-07-27T20:25:44.548Z Compiling ed25519-dalek v2.2.0
16752026-07-27T20:25:44.820Z Compiling zip v4.6.1
16762026-07-27T20:25:45.021Z Compiling hyper-tls v0.6.0
16772026-07-27T20:25:45.256Z Compiling reqwest v0.12.28
16782026-07-27T20:25:45.282Z Compiling zip v0.6.6
16792026-07-27T20:25:45.387Z Compiling iddqd v0.4.2
16802026-07-27T20:25:45.525Z Compiling tokio-stream v0.1.18
16812026-07-27T20:25:45.839Z Compiling heck v0.4.1
16822026-07-27T20:25:45.875Z Compiling similar v2.7.0
16832026-07-27T20:25:45.890Z Compiling buf-list v1.1.2
16842026-07-27T20:25:45.913Z Compiling byte-wrapper v0.1.0
16852026-07-27T20:25:46.017Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16862026-07-27T20:25:46.100Z Compiling openapiv3 v2.2.0
16872026-07-27T20:25:46.136Z Compiling x509-cert v0.2.5
16882026-07-27T20:25:46.196Z Compiling crossbeam-epoch v0.9.18
16892026-07-27T20:25:46.285Z Compiling lalrpop-util v0.19.12
16902026-07-27T20:25:46.363Z Compiling peg-runtime v0.8.5
16912026-07-27T20:25:46.431Z Compiling thread_local v1.1.9
16922026-07-27T20:25:46.506Z Compiling slog-async v2.8.0
16932026-07-27T20:25:46.557Z Compiling crossbeam-channel v0.5.15
16942026-07-27T20:25:46.557Z Compiling filetime v0.2.27
16952026-07-27T20:25:46.569Z Compiling is-terminal v0.4.17
16962026-07-27T20:25:46.734Z Compiling xattr v1.6.1
16972026-07-27T20:25:46.755Z Compiling term v1.2.1
16982026-07-27T20:25:46.755Z Compiling take_mut v0.2.2
16992026-07-27T20:25:46.755Z Compiling camino-tempfile v1.4.1
17002026-07-27T20:25:46.797Z Compiling tar v0.4.46
17012026-07-27T20:25:46.961Z Compiling slog-term v2.9.2
17022026-07-27T20:26:04.767Z Compiling rustls-webpki v0.103.13
17032026-07-27T20:26:07.416Z Compiling tokio-rustls v0.26.4
17042026-07-27T20:26:07.416Z Compiling rustls-platform-verifier v0.6.2
17052026-07-27T20:26:07.423Z Compiling tough v0.22.0
17062026-07-27T20:26:07.712Z Compiling hyper-rustls v0.27.7
17072026-07-27T20:26:07.840Z Compiling reqwest v0.13.2
17082026-07-27T20:26:09.927Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17092026-07-27T20:26:10.148Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17102026-07-27T20:26:13.123Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.16s
17112026-07-27T20:26:13.212Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17122026-07-27T20:26:13.253ZJul 27 20:26:12.649 INFO Starting download, target: Clickhouse
17132026-07-27T20:26:13.253ZJul 27 20:26:12.649 INFO Starting download, target: Cockroach
17142026-07-27T20:26:13.253ZJul 27 20:26:12.649 INFO Starting download, target: Console
17152026-07-27T20:26:13.273ZJul 27 20:26:12.649 INFO Starting download, target: DendriteStub
17162026-07-27T20:26:13.273ZJul 27 20:26:12.650 INFO Starting download, target: MaghemiteMgd
17172026-07-27T20:26:13.273ZJul 27 20:26:12.650 INFO Starting download, target: TransceiverControl
17182026-07-27T20:26:13.273ZJul 27 20:26:12.650 INFO Starting download, target: MaghemiteDdmd
17192026-07-27T20:26:13.273ZJul 27 20:26:12.650 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17202026-07-27T20:26:13.273ZJul 27 20:26:12.650 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17212026-07-27T20:26:13.274ZJul 27 20:26:12.650 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17222026-07-27T20:26:13.274ZJul 27 20:26:12.651 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17232026-07-27T20:26:13.274ZJul 27 20:26:12.651 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17242026-07-27T20:26:13.274ZJul 27 20:26:12.651 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17252026-07-27T20:26:13.274ZJul 27 20:26:12.651 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17262026-07-27T20:26:14.084ZJul 27 20:26:13.451 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17272026-07-27T20:26:14.278ZJul 27 20:26:13.667 INFO Download complete, target: TransceiverControl
17282026-07-27T20:26:15.141ZJul 27 20:26:14.491 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17292026-07-27T20:26:15.362ZJul 27 20:26:14.745 INFO Download complete, target: Console
17302026-07-27T20:26:15.689ZJul 27 20:26:15.080 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17312026-07-27T20:26:16.448ZJul 27 20:26:15.839 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17322026-07-27T20:26:16.705ZJul 27 20:26:16.103 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17332026-07-27T20:26:16.741ZJul 27 20:26:16.134 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17342026-07-27T20:26:18.267ZJul 27 20:26:17.658 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17352026-07-27T20:26:18.267ZJul 27 20:26:17.658 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17362026-07-27T20:26:18.571ZJul 27 20:26:17.954 INFO Download complete, target: MaghemiteDdmd
17372026-07-27T20:26:19.652ZJul 27 20:26:18.910 INFO Download complete, target: DendriteStub
17382026-07-27T20:26:19.677ZJul 27 20:26:18.938 INFO Download complete, target: MaghemiteMgd
17392026-07-27T20:26:24.046ZJul 27 20:26:22.007 INFO Checking that binary works, target: Clickhouse
17402026-07-27T20:26:24.078ZJul 27 20:26:22.093 INFO Download complete, target: Clickhouse
17412026-07-27T20:26:24.078ZJul 27 20:26:22.437 INFO Checking that binary works, target: Cockroach
17422026-07-27T20:26:24.078ZJul 27 20:26:22.554 INFO Download complete, target: Cockroach
17432026-07-27T20:26:24.078ZAll prerequisites installed successfully
17442026-07-27T20:26:24.078Z
17452026-07-27T20:26:24.078Zreal 1:46.485441336
17462026-07-27T20:26:24.078Zuser 6:35.650119905
17472026-07-27T20:26:24.079Zsys 1:38.698137812
17482026-07-27T20:26:24.079Ztrap 0.248482357
17492026-07-27T20:26:24.079Ztflt 0.889434535
17502026-07-27T20:26:24.079Zdflt 1.700833187
17512026-07-27T20:26:24.079Zkflt 0.025214982
17522026-07-27T20:26:24.079Zlock 26:57.775814868
17532026-07-27T20:26:24.079Zslp 17:43.587081812
17542026-07-27T20:26:24.079Zlat 24.395387565
17552026-07-27T20:26:24.079Zstop 3:15.029559647
17562026-07-27T20:26:24.079Z+ ptime -m cargo xtask download softnpu
17572026-07-27T20:26:24.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
17582026-07-27T20:26:24.079Z Running `target/debug/xtask download softnpu`
17592026-07-27T20:26:24.389Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17602026-07-27T20:26:24.455Z Running `target/debug/xtask-downloader softnpu`
17612026-07-27T20:26:24.493ZJul 27 20:26:23.890 INFO Starting download, target: Softnpu
17622026-07-27T20:26:24.500ZJul 27 20:26:23.891 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17632026-07-27T20:27:21.994ZJul 27 20:27:21.255 INFO Download complete, target: Softnpu
17642026-07-27T20:27:22.213Z
17652026-07-27T20:27:22.213Zreal 58.691814734
17662026-07-27T20:27:22.213Zuser 1.393292601
17672026-07-27T20:27:22.214Zsys 0.706887044
17682026-07-27T20:27:22.214Ztrap 0.000941120
17692026-07-27T20:27:22.214Ztflt 0.000035390
17702026-07-27T20:27:22.214Zdflt 0.000054260
17712026-07-27T20:27:22.214Zkflt 0.000000000
17722026-07-27T20:27:22.215Zlock 16:42.835598876
17732026-07-27T20:27:22.216Zslp 57.072789529
17742026-07-27T20:27:22.216Zlat 0.273051297
17752026-07-27T20:27:22.216Zstop 0.000201490
17762026-07-27T20:27:22.216Z+ export CARGO_INCREMENTAL=0
17772026-07-27T20:27:22.216Z+ CARGO_INCREMENTAL=0
17782026-07-27T20:27:22.216Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17792026-07-27T20:27:22.784Z Compiling proc-macro2 v1.0.106
17802026-07-27T20:27:22.784Z Compiling quote v1.0.45
17812026-07-27T20:27:22.784Z Compiling unicode-ident v1.0.24
17822026-07-27T20:27:22.784Z Compiling libc v0.2.185
17832026-07-27T20:27:22.785Z Compiling serde_core v1.0.228
17842026-07-27T20:27:22.905Z Compiling serde v1.0.228
17852026-07-27T20:27:22.906Z Compiling cfg-if v1.0.4
17862026-07-27T20:27:22.907Z Compiling version_check v0.9.5
17872026-07-27T20:27:22.907Z Compiling shlex v1.3.0
17882026-07-27T20:27:22.937Z Compiling find-msvc-tools v0.1.9
17892026-07-27T20:27:22.937Z Compiling memchr v2.8.0
17902026-07-27T20:27:22.937Z Compiling zmij v1.0.21
17912026-07-27T20:27:22.937Z Compiling serde_json v1.0.150
17922026-07-27T20:27:22.937Z Compiling autocfg v1.5.0
17932026-07-27T20:27:23.049Z Compiling portable-atomic v1.13.1
17942026-07-27T20:27:23.171Z Compiling zerocopy v0.8.40
17952026-07-27T20:27:23.171Z Compiling getrandom v0.4.1
17962026-07-27T20:27:23.320Z Compiling libm v0.2.16
17972026-07-27T20:27:23.320Z Compiling parking_lot_core v0.9.12
17982026-07-27T20:27:23.320Z Compiling icu_properties_data v2.1.2
17992026-07-27T20:27:23.458Z Compiling num-traits v0.2.19
18002026-07-27T20:27:23.569Z Compiling icu_normalizer_data v2.1.1
18012026-07-27T20:27:23.570Z Compiling smallvec v1.15.1
18022026-07-27T20:27:23.570Z Compiling generic-array v0.14.7
18032026-07-27T20:27:23.684Z Compiling itoa v1.0.17
18042026-07-27T20:27:23.684Z Compiling log v0.4.29
18052026-07-27T20:27:23.684Z Compiling subtle v2.6.1
18062026-07-27T20:27:23.684Z Compiling pkg-config v0.3.32
18072026-07-27T20:27:23.684Z Compiling stable_deref_trait v1.2.1
18082026-07-27T20:27:23.840Z Compiling typenum v1.20.1
18092026-07-27T20:27:23.840Z Compiling scopeguard v1.2.0
18102026-07-27T20:27:23.962Z Compiling rand_core v0.10.0
18112026-07-27T20:27:23.962Z Compiling jobserver v0.1.34
18122026-07-27T20:27:23.962Z Compiling lock_api v0.4.14
18132026-07-27T20:27:23.962Z Compiling errno v0.3.14
18142026-07-27T20:27:24.058Z Compiling pin-project-lite v0.2.17
18152026-07-27T20:27:24.192Z Compiling getrandom v0.3.4
18162026-07-27T20:27:24.192Z Compiling thiserror v2.0.18
18172026-07-27T20:27:24.192Z Compiling cc v1.2.56
18182026-07-27T20:27:24.192Z Compiling litemap v0.8.1
18192026-07-27T20:27:24.192Z Compiling percent-encoding v2.3.2
18202026-07-27T20:27:24.308Z Compiling fnv v1.0.7
18212026-07-27T20:27:24.308Z Compiling writeable v0.6.2
18222026-07-27T20:27:24.308Z Compiling equivalent v1.0.2
18232026-07-27T20:27:24.308Z Compiling getrandom v0.2.17
18242026-07-27T20:27:24.412Z Compiling syn v2.0.117
18252026-07-27T20:27:24.412Z Compiling rustversion v1.0.22
18262026-07-27T20:27:24.455Z Compiling schemars v0.8.22
18272026-07-27T20:27:24.455Z Compiling rand_core v0.6.4
18282026-07-27T20:27:24.460Z Compiling rustix v1.1.3
18292026-07-27T20:27:24.460Z Compiling critical-section v1.2.0
18302026-07-27T20:27:24.460Z Compiling dunce v1.0.5
18312026-07-27T20:27:24.470Z Compiling fs_extra v1.3.0
18322026-07-27T20:27:24.596Z Compiling hashbrown v0.17.0
18332026-07-27T20:27:24.775Z Compiling signal-hook-registry v1.4.8
18342026-07-27T20:27:24.917Z Compiling cmake v0.1.57
18352026-07-27T20:27:24.917Z Compiling utf8_iter v1.0.4
18362026-07-27T20:27:25.003Z Compiling strsim v0.11.1
18372026-07-27T20:27:25.003Z Compiling heck v0.5.0
18382026-07-27T20:27:25.150Z Compiling semver v1.0.28
18392026-07-27T20:27:25.249Z Compiling once_cell v1.21.3
18402026-07-27T20:27:25.249Z Compiling indexmap v2.14.0
18412026-07-27T20:27:25.249Z Compiling bitflags v2.11.0
18422026-07-27T20:27:25.347Z Compiling parking_lot v0.12.5
18432026-07-27T20:27:25.347Z Compiling form_urlencoded v1.2.2
18442026-07-27T20:27:25.468Z Compiling mio v1.2.0
18452026-07-27T20:27:25.468Z Compiling socket2 v0.6.3
18462026-07-27T20:27:25.468Z Compiling aws-lc-sys v0.40.0
18472026-07-27T20:27:25.468Z Compiling ident_case v1.0.1
18482026-07-27T20:27:25.598Z Compiling futures-core v0.3.32
18492026-07-27T20:27:25.598Z Compiling aws-lc-rs v1.16.3
18502026-07-27T20:27:25.692Z Compiling httparse v1.10.1
18512026-07-27T20:27:25.962Z Compiling byteorder v1.5.0
18522026-07-27T20:27:25.962Z Compiling ucd-trie v0.1.7
18532026-07-27T20:27:25.962Z Compiling thiserror v1.0.69
18542026-07-27T20:27:26.055Z Compiling const-oid v0.9.6
18552026-07-27T20:27:26.055Z Compiling pest v2.8.6
18562026-07-27T20:27:26.170Z Compiling vcpkg v0.2.15
18572026-07-27T20:27:26.170Z Compiling iana-time-zone v0.1.65
18582026-07-27T20:27:26.293Z Compiling regex-syntax v0.8.10
18592026-07-27T20:27:26.293Z Compiling syn v1.0.109
18602026-07-27T20:27:26.372Z Compiling uuid v1.23.4
18612026-07-27T20:27:26.450Z Compiling rustc_version v0.4.1
18622026-07-27T20:27:26.500Z Compiling rustls v0.23.41
18632026-07-27T20:27:26.523Z Compiling futures-sink v0.3.32
18642026-07-27T20:27:26.591Z Compiling openssl-sys v0.9.115
18652026-07-27T20:27:26.605Z Compiling futures-channel v0.3.32
18662026-07-27T20:27:26.782Z Compiling aho-corasick v1.1.4
18672026-07-27T20:27:26.783Z Compiling slab v0.4.12
18682026-07-27T20:27:26.894Z Compiling futures-task v0.3.32
18692026-07-27T20:27:26.964Z Compiling futures-io v0.3.32
18702026-07-27T20:27:26.983Z Compiling num-conv v0.2.0
18712026-07-27T20:27:26.984Z Compiling time-core v0.1.8
18722026-07-27T20:27:27.051Z Compiling pest_meta v2.8.6
18732026-07-27T20:27:27.098Z Compiling synstructure v0.13.2
18742026-07-27T20:27:27.119Z Compiling serde_derive_internals v0.29.1
18752026-07-27T20:27:27.135Z Compiling dyn-clone v1.0.20
18762026-07-27T20:27:27.138Z Compiling plain v0.2.3
18772026-07-27T20:27:27.175Z Compiling crc32fast v1.5.0
18782026-07-27T20:27:27.263Z Compiling time-macros v0.2.27
18792026-07-27T20:27:27.374Z Compiling crossbeam-utils v0.8.21
18802026-07-27T20:27:27.384Z Compiling base64 v0.22.1
18812026-07-27T20:27:27.476Z Compiling pretty-hex v0.4.1
18822026-07-27T20:27:27.493Z Compiling openssl v0.10.79
18832026-07-27T20:27:27.621Z Compiling regex-automata v0.4.14
18842026-07-27T20:27:27.635Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18852026-07-27T20:27:27.665Z Compiling pest_generator v2.8.6
18862026-07-27T20:27:27.765Z Compiling anyhow v1.0.102
18872026-07-27T20:27:27.881Z Compiling native-tls v0.2.18
18882026-07-27T20:27:27.899Z Compiling rand_core v0.9.5
18892026-07-27T20:27:28.053Z Compiling slog v2.8.2
18902026-07-27T20:27:28.081Z Compiling tracing-core v0.1.36
18912026-07-27T20:27:28.179Z Compiling cookie v0.18.1
18922026-07-27T20:27:28.213Z Compiling camino v1.2.2
18932026-07-27T20:27:28.285Z Compiling base64ct v1.8.3
18942026-07-27T20:27:28.350Z Compiling flagset v0.4.7
18952026-07-27T20:27:28.423Z Compiling serde_derive v1.0.228
18962026-07-27T20:27:28.456Z Compiling zeroize_derive v1.4.3
18972026-07-27T20:27:28.514Z Compiling zerofrom-derive v0.1.6
18982026-07-27T20:27:28.529Z Compiling yoke-derive v0.8.1
18992026-07-27T20:27:28.557Z Compiling zerovec-derive v0.11.2
19002026-07-27T20:27:28.571Z Compiling displaydoc v0.2.5
19012026-07-27T20:27:28.575Z Compiling zerocopy-derive v0.8.40
19022026-07-27T20:27:28.714Z Compiling tokio-macros v2.7.0
19032026-07-27T20:27:28.841Z Compiling futures-macro v0.3.32
19042026-07-27T20:27:29.055Z Compiling zeroize v1.8.2
19052026-07-27T20:27:29.255Z Compiling thiserror-impl v2.0.18
19062026-07-27T20:27:29.311Z Compiling schemars_derive v0.8.22
19072026-07-27T20:27:29.330Z Compiling tracing-attributes v0.1.31
19082026-07-27T20:27:29.458Z Compiling der_derive v0.7.3
19092026-07-27T20:27:29.480Z Compiling thiserror-impl v1.0.69
19102026-07-27T20:27:29.627Z Compiling pest_derive v2.8.6
19112026-07-27T20:27:29.655Z Compiling zerofrom v0.1.6
19122026-07-27T20:27:29.802Z Compiling yoke v0.8.1
19132026-07-27T20:27:30.026Z Compiling zerovec v0.11.5
19142026-07-27T20:27:30.057Z Compiling zerotrie v0.2.3
19152026-07-27T20:27:30.120Z Compiling crypto-common v0.1.7
19162026-07-27T20:27:30.225Z Compiling futures-util v0.3.32
19172026-07-27T20:27:30.435Z Compiling block-buffer v0.10.4
19182026-07-27T20:27:30.562Z Compiling tinystr v0.8.2
19192026-07-27T20:27:30.604Z Compiling potential_utf v0.1.4
19202026-07-27T20:27:30.608Z Compiling digest v0.10.7
19212026-07-27T20:27:30.641Z Compiling scroll_derive v0.12.1
19222026-07-27T20:27:30.646Z Compiling scroll_derive v0.13.1
19232026-07-27T20:27:30.698Z Compiling openssl-macros v0.1.1
19242026-07-27T20:27:30.795Z Compiling icu_locale_core v2.1.1
19252026-07-27T20:27:30.809Z Compiling icu_collections v2.1.1
19262026-07-27T20:27:31.102Z Compiling regex v1.12.3
19272026-07-27T20:27:31.117Z Compiling zerocopy-derive v0.7.35
19282026-07-27T20:27:31.285Z Compiling tracing v0.1.44
19292026-07-27T20:27:31.407Z Compiling pem-rfc7468 v0.7.0
19302026-07-27T20:27:31.512Z Compiling bytes v1.11.1
19312026-07-27T20:27:31.512Z Compiling icu_provider v2.1.1
19322026-07-27T20:27:31.566Z Compiling chrono v0.4.45
19332026-07-27T20:27:31.690Z Compiling serde_tokenstream v0.2.3
19342026-07-27T20:27:31.857Z Compiling icu_normalizer v2.1.1
19352026-07-27T20:27:31.941Z Compiling icu_properties v2.1.2
19362026-07-27T20:27:32.011Z Compiling der v0.7.10
19372026-07-27T20:27:32.153Z Compiling tokio v1.52.1
19382026-07-27T20:27:32.486Z Compiling http v1.4.2
19392026-07-27T20:27:32.870Z Compiling idna_adapter v1.2.1
19402026-07-27T20:27:33.007Z Compiling idna v1.1.0
19412026-07-27T20:27:33.030Z Compiling ppv-lite86 v0.2.21
19422026-07-27T20:27:33.172Z Compiling rustls-pki-types v1.14.0
19432026-07-27T20:27:33.383Z Compiling url v2.5.8
19442026-07-27T20:27:33.400Z Compiling rand_chacha v0.9.0
19452026-07-27T20:27:33.413Z Compiling http-body v1.0.1
19462026-07-27T20:27:33.508Z Compiling usdt-impl v0.5.0
19472026-07-27T20:27:33.586Z Compiling cmov v0.5.4
19482026-07-27T20:27:33.613Z Compiling fastrand v2.3.0
19492026-07-27T20:27:33.641Z Compiling either v1.15.0
19502026-07-27T20:27:33.844Z Compiling paste v1.0.15
19512026-07-27T20:27:33.852Z Compiling ref-cast v1.0.25
19522026-07-27T20:27:33.852Z Compiling openssl-probe v0.2.1
19532026-07-27T20:27:33.975Z Compiling tinyvec_macros v0.1.1
19542026-07-27T20:27:34.047Z Compiling usdt-impl v0.6.0
19552026-07-27T20:27:34.063Z Compiling tinyvec v1.10.0
19562026-07-27T20:27:34.130Z Compiling ctutils v0.4.2
19572026-07-27T20:27:34.281Z Compiling rand v0.9.2
19582026-07-27T20:27:34.371Z Compiling spki v0.7.3
19592026-07-27T20:27:34.405Z Compiling toml_datetime v0.6.11
19602026-07-27T20:27:34.427Z Compiling serde_spanned v0.6.9
19612026-07-27T20:27:34.453Z Compiling scroll v0.13.0
19622026-07-27T20:27:34.482Z Compiling scroll v0.12.0
19632026-07-27T20:27:34.593Z Compiling async-trait v0.1.89
19642026-07-27T20:27:34.611Z Compiling heapless v0.7.17
19652026-07-27T20:27:34.737Z Compiling bzip2-sys v0.1.13+1.0.8
19662026-07-27T20:27:34.780Z Compiling litrs v1.0.0
19672026-07-27T20:27:34.799Z Compiling untrusted v0.7.1
19682026-07-27T20:27:34.819Z Compiling winnow v1.0.3
19692026-07-27T20:27:34.860Z Compiling atomic-waker v1.1.2
19702026-07-27T20:27:34.874Z Compiling try-lock v0.2.5
19712026-07-27T20:27:35.001Z Compiling tower-layer v0.3.3
19722026-07-27T20:27:35.019Z Compiling cpufeatures v0.2.17
19732026-07-27T20:27:35.033Z Compiling winnow v0.7.14
19742026-07-27T20:27:35.047Z Compiling signal-hook v0.3.18
19752026-07-27T20:27:35.051Z Compiling zstd-safe v7.2.4
19762026-07-27T20:27:35.088Z Compiling rustix v0.38.44
19772026-07-27T20:27:35.113Z Compiling tower-service v0.3.3
19782026-07-27T20:27:35.184Z Compiling toml_parser v1.1.2+spec-1.1.0
19792026-07-27T20:27:35.196Z Compiling want v0.3.1
19802026-07-27T20:27:35.264Z Compiling document-features v0.2.12
19812026-07-27T20:27:35.379Z Compiling goblin v0.8.2
19822026-07-27T20:27:35.414Z Compiling goblin v0.10.5
19832026-07-27T20:27:35.482Z Compiling hybrid-array v0.4.13
19842026-07-27T20:27:35.768Z Compiling zerocopy v0.7.35
19852026-07-27T20:27:35.799Z Compiling ipnet v2.11.0
19862026-07-27T20:27:35.816Z Compiling ref-cast-impl v1.0.25
19872026-07-27T20:27:36.199Z Compiling darling_core v0.20.11
19882026-07-27T20:27:36.252Z Compiling tokio-util v0.7.18
19892026-07-27T20:27:36.268Z Compiling curve25519-dalek v4.1.3
19902026-07-27T20:27:36.319Z Compiling memoffset v0.9.1
19912026-07-27T20:27:36.373Z Compiling winnow v0.5.40
19922026-07-27T20:27:36.713Z Compiling httpdate v1.0.3
19932026-07-27T20:27:36.821Z Compiling untrusted v0.9.0
19942026-07-27T20:27:36.861Z Compiling utf8parse v0.2.2
19952026-07-27T20:27:36.964Z Compiling foreign-types-shared v0.1.1
19962026-07-27T20:27:36.979Z Compiling powerfmt v0.2.0
19972026-07-27T20:27:36.997Z Compiling h2 v0.4.15
19982026-07-27T20:27:37.072Z Compiling foreign-types v0.3.2
19992026-07-27T20:27:37.119Z Compiling tempfile v3.25.0
20002026-07-27T20:27:37.162Z Compiling deranged v0.5.8
20012026-07-27T20:27:37.481Z Compiling pkcs8 v0.10.2
20022026-07-27T20:27:37.573Z Compiling unicode-normalization v0.1.25
20032026-07-27T20:27:37.747Z Compiling toml_edit v0.19.15
20042026-07-27T20:27:37.855Z Compiling dof v0.3.0
20052026-07-27T20:27:37.868Z Compiling dtrace-parser v0.2.0
20062026-07-27T20:27:38.183Z Compiling darling_macro v0.20.11
20072026-07-27T20:27:38.305Z Compiling dof v0.4.0
20082026-07-27T20:27:38.471Z Compiling dtrace-parser v0.3.0
20092026-07-27T20:27:38.600Z Compiling pin-project-internal v1.1.11
20102026-07-27T20:27:38.680Z Compiling daft-derive v0.1.7
20112026-07-27T20:27:38.798Z Compiling spin v0.9.8
20122026-07-27T20:27:38.891Z Compiling thread-id v5.1.0
20132026-07-27T20:27:38.992Z Compiling thread-id v4.2.2
20142026-07-27T20:27:39.007Z Compiling cfg_aliases v0.2.1
20152026-07-27T20:27:39.052Z Compiling num-bigint-dig v0.8.6
20162026-07-27T20:27:39.089Z Compiling anstyle v1.0.14
20172026-07-27T20:27:39.175Z Compiling smoltcp v0.9.1
20182026-07-27T20:27:39.256Z Compiling num_threads v0.1.7
20192026-07-27T20:27:39.352Z Compiling nix v0.31.2
20202026-07-27T20:27:39.498Z Compiling time v0.3.47
20212026-07-27T20:27:39.645Z Compiling darling v0.20.11
20222026-07-27T20:27:39.719Z Compiling sha2 v0.10.9
20232026-07-27T20:27:39.750Z Compiling ipnetwork v0.21.1
20242026-07-27T20:27:39.907Z Compiling hmac v0.12.1
20252026-07-27T20:27:39.949Z Compiling curve25519-dalek-derive v0.1.1
20262026-07-27T20:27:40.007Z Compiling strum_macros v0.26.4
20272026-07-27T20:27:40.146Z Compiling hyper v1.10.1
20282026-07-27T20:27:40.309Z Compiling darling_core v0.23.0
20292026-07-27T20:27:40.421Z Compiling sync_wrapper v1.0.2
20302026-07-27T20:27:40.545Z Compiling wait-timeout v0.2.1
20312026-07-27T20:27:40.686Z Compiling anstyle-query v1.1.5
20322026-07-27T20:27:40.788Z Compiling is_terminal_polyfill v1.70.2
20332026-07-27T20:27:40.836Z Compiling simd-adler32 v0.3.8
20342026-07-27T20:27:40.941Z Compiling quick-error v1.2.3
20352026-07-27T20:27:40.955Z Compiling siphasher v1.0.2
20362026-07-27T20:27:41.064Z Compiling bit-vec v0.8.0
20372026-07-27T20:27:41.087Z Compiling colorchoice v1.0.4
20382026-07-27T20:27:41.227Z Compiling rusty-fork v0.3.1
20392026-07-27T20:27:41.317Z Compiling hyper-util v0.1.20
20402026-07-27T20:27:41.549Z Compiling bit-set v0.8.0
20412026-07-27T20:27:41.701Z Compiling tower v0.5.3
20422026-07-27T20:27:42.231Z Compiling derive_builder_core v0.20.2
20432026-07-27T20:27:42.317Z Compiling http-body-util v0.1.3
20442026-07-27T20:27:42.345Z Compiling hubpack_derive v0.1.1
20452026-07-27T20:27:42.361Z Compiling strum_macros v0.27.2
20462026-07-27T20:27:42.377Z Compiling snafu-derive v0.8.9
20472026-07-27T20:27:42.412Z Compiling rand_xorshift v0.4.0
20482026-07-27T20:27:42.432Z Compiling darling_macro v0.23.0
20492026-07-27T20:27:42.706Z Compiling ahash v0.8.12
20502026-07-27T20:27:42.816Z Compiling fs-err v3.3.0
20512026-07-27T20:27:42.957Z Compiling object v0.37.3
20522026-07-27T20:27:42.998Z Compiling ryu v1.0.23
20532026-07-27T20:27:43.028Z Compiling unarray v0.1.4
20542026-07-27T20:27:43.066Z Compiling adler2 v2.0.1
20552026-07-27T20:27:43.161Z Compiling unicode-properties v0.1.4
20562026-07-27T20:27:43.191Z Compiling iri-string v0.7.10
20572026-07-27T20:27:43.210Z Compiling allocator-api2 v0.2.21
20582026-07-27T20:27:43.240Z Compiling unicode-segmentation v1.12.0
20592026-07-27T20:27:43.310Z Compiling unicode-bidi v0.3.18
20602026-07-27T20:27:43.550Z Compiling miniz_oxide v0.8.9
20612026-07-27T20:27:43.632Z Compiling serde_urlencoded v0.7.1
20622026-07-27T20:27:43.769Z Compiling stringprep v0.1.5
20632026-07-27T20:27:43.785Z Compiling proptest v1.10.0
20642026-07-27T20:27:43.854Z Compiling derive_builder_macro v0.20.2
20652026-07-27T20:27:44.048Z Compiling darling v0.23.0
20662026-07-27T20:27:44.143Z Compiling tokio-native-tls v0.3.1
20672026-07-27T20:27:44.158Z Compiling usdt-attr-macro v0.6.0
20682026-07-27T20:27:44.161Z Compiling usdt-macro v0.6.0
20692026-07-27T20:27:44.331Z Compiling tower-http v0.6.8
20702026-07-27T20:27:44.347Z Compiling anstyle-parse v1.0.0
20712026-07-27T20:27:44.380Z Compiling block-buffer v0.12.1
20722026-07-27T20:27:44.551Z Compiling crypto-common v0.2.2
20732026-07-27T20:27:44.551Z Compiling block-padding v0.4.2
20742026-07-27T20:27:44.894Z Compiling rustls-native-certs v0.8.3
20752026-07-27T20:27:44.910Z Compiling rand_chacha v0.3.1
20762026-07-27T20:27:44.965Z Compiling erased-serde v0.3.31
20772026-07-27T20:27:45.075Z Compiling hex v0.4.3
20782026-07-27T20:27:45.099Z Compiling signature v2.2.0
20792026-07-27T20:27:45.148Z Compiling md-5 v0.10.6
20802026-07-27T20:27:45.163Z Compiling bstr v1.12.1
20812026-07-27T20:27:45.323Z Compiling num-integer v0.1.46
20822026-07-27T20:27:45.327Z Compiling hash32 v0.2.1
20832026-07-27T20:27:45.371Z Compiling vergen-lib v9.1.0
20842026-07-27T20:27:45.500Z Compiling encoding_rs v0.8.35
20852026-07-27T20:27:45.560Z Compiling mime v0.3.17
20862026-07-27T20:27:45.608Z Compiling fallible-iterator v0.2.0
20872026-07-27T20:27:45.625Z Compiling psl-types v2.0.11
20882026-07-27T20:27:45.644Z Compiling cpufeatures v0.3.0
20892026-07-27T20:27:45.659Z Compiling zlib-rs v0.6.2
20902026-07-27T20:27:45.764Z Compiling publicsuffix v2.3.0
20912026-07-27T20:27:45.779Z Compiling newtype-uuid v1.3.2
20922026-07-27T20:27:45.935Z Compiling postgres-protocol v0.6.10
20932026-07-27T20:27:45.954Z Compiling num-iter v0.1.45
20942026-07-27T20:27:46.190Z Compiling rand v0.8.6
20952026-07-27T20:27:46.546Z Compiling oxnet v0.1.6
20962026-07-27T20:27:46.634Z Compiling inout v0.2.2
20972026-07-27T20:27:46.650Z Compiling anstream v1.0.0
20982026-07-27T20:27:46.690Z Compiling derive_builder v0.20.2
20992026-07-27T20:27:46.788Z Compiling hyper-tls v0.6.0
21002026-07-27T20:27:46.792Z Compiling serde_with_macros v3.21.0
21012026-07-27T20:27:46.865Z Compiling heck v0.4.1
21022026-07-27T20:27:46.894Z Compiling phf_shared v0.13.1
21032026-07-27T20:27:46.957Z Compiling pin-project v1.1.11
21042026-07-27T20:27:47.015Z Compiling lazy_static v1.5.0
21052026-07-27T20:27:47.031Z Compiling anstyle-parse v0.2.7
21062026-07-27T20:27:47.148Z Compiling futures-executor v0.3.32
21072026-07-27T20:27:47.170Z Compiling terminal_size v0.4.3
21082026-07-27T20:27:47.184Z Compiling async-recursion v1.1.1
21092026-07-27T20:27:47.215Z Compiling clap_derive v4.6.1
21102026-07-27T20:27:47.234Z Compiling enum-as-inner v0.6.1
21112026-07-27T20:27:47.249Z Compiling serde_repr v0.1.20
21122026-07-27T20:27:47.423Z Compiling ff v0.13.1
21132026-07-27T20:27:47.495Z Compiling vergen v9.1.0
21142026-07-27T20:27:47.596Z Compiling cargo-platform v0.3.2
21152026-07-27T20:27:47.707Z Compiling flate2 v1.1.9
21162026-07-27T20:27:47.759Z Compiling same-file v1.0.6
21172026-07-27T20:27:47.782Z Compiling bitflags v1.3.2
21182026-07-27T20:27:47.835Z Compiling foldhash v0.2.0
21192026-07-27T20:27:47.884Z Compiling base16ct v0.2.0
21202026-07-27T20:27:47.930Z Compiling managed v0.8.0
21212026-07-27T20:27:48.016Z Compiling bumpalo v3.20.2
21222026-07-27T20:27:48.067Z Compiling foldhash v0.1.5
21232026-07-27T20:27:48.070Z Compiling clap_lex v1.0.0
21242026-07-27T20:27:48.161Z Compiling libbz2-rs-sys v0.2.2
21252026-07-27T20:27:48.235Z Compiling zopfli v0.8.3
21262026-07-27T20:27:48.252Z Compiling clap_builder v4.6.0
21272026-07-27T20:27:48.315Z Compiling hashbrown v0.15.5
21282026-07-27T20:27:48.502Z Compiling sec1 v0.7.3
21292026-07-27T20:27:48.734Z Compiling bzip2 v0.6.1
21302026-07-27T20:27:48.784Z Compiling hashbrown v0.16.1
21312026-07-27T20:27:48.799Z Compiling walkdir v2.5.0
21322026-07-27T20:27:48.837Z Compiling cargo_metadata v0.23.1
21332026-07-27T20:27:48.950Z Compiling group v0.13.0
21342026-07-27T20:27:49.150Z Compiling futures v0.3.32
21352026-07-27T20:27:49.367Z Compiling anstream v0.6.21
21362026-07-27T20:27:49.653Z Compiling phf v0.13.1
21372026-07-27T20:27:49.667Z Compiling snafu v0.8.9
21382026-07-27T20:27:49.834Z Compiling reqwest v0.12.28
21392026-07-27T20:27:49.890Z Compiling zstd v0.13.3
21402026-07-27T20:27:50.030Z Compiling cipher v0.5.2
21412026-07-27T20:27:50.059Z Compiling daft v0.1.7
21422026-07-27T20:27:50.156Z Compiling signal-hook-mio v0.2.5
21432026-07-27T20:27:50.156Z Compiling cookie_store v0.22.1
21442026-07-27T20:27:50.295Z Compiling postgres-types v0.2.12
21452026-07-27T20:27:50.322Z Compiling bzip2 v0.4.4
21462026-07-27T20:27:50.345Z Compiling globset v0.4.18
21472026-07-27T20:27:50.360Z Compiling ed25519 v2.2.3
21482026-07-27T20:27:50.374Z Compiling strum v0.27.2
21492026-07-27T20:27:50.615Z Compiling hubpack v0.1.2
21502026-07-27T20:27:50.674Z Compiling phf_shared v0.11.3
21512026-07-27T20:27:50.678Z Compiling hkdf v0.12.4
21522026-07-27T20:27:50.689Z Compiling crossbeam-epoch v0.9.18
21532026-07-27T20:27:50.859Z Compiling olpc-cjson v0.1.4
21542026-07-27T20:27:50.865Z Compiling pkcs1 v0.7.5
21552026-07-27T20:27:51.049Z Compiling serde_plain v1.0.2
21562026-07-27T20:27:51.108Z Compiling serde-big-array v0.5.1
21572026-07-27T20:27:51.173Z Compiling crypto-bigint v0.5.5
21582026-07-27T20:27:51.251Z Compiling pem v3.0.6
21592026-07-27T20:27:51.301Z Compiling float-cmp v0.10.0
21602026-07-27T20:27:51.317Z Compiling memmap2 v0.9.10
21612026-07-27T20:27:51.320Z Compiling env_filter v1.0.0
21622026-07-27T20:27:51.469Z Compiling typed-path v0.9.3
21632026-07-27T20:27:51.485Z Compiling precomputed-hash v0.1.1
21642026-07-27T20:27:51.547Z Compiling jiff v0.2.21
21652026-07-27T20:27:51.563Z Compiling predicates-core v1.0.10
21662026-07-27T20:27:51.586Z Compiling fixedbitset v0.5.7
21672026-07-27T20:27:51.601Z Compiling data-encoding v2.10.0
21682026-07-27T20:27:51.617Z Compiling const-oid v0.10.2
21692026-07-27T20:27:51.743Z Compiling fixedbitset v0.4.2
21702026-07-27T20:27:51.899Z Compiling toml_write v0.1.2
21712026-07-27T20:27:51.914Z Compiling new_debug_unreachable v1.0.6
21722026-07-27T20:27:51.969Z Compiling static_assertions v1.1.0
21732026-07-27T20:27:51.985Z Compiling normalize-line-endings v0.3.0
21742026-07-27T20:27:51.999Z Compiling whoami v2.1.0
21752026-07-27T20:27:52.114Z Compiling difflib v0.4.0
21762026-07-27T20:27:52.172Z Compiling keccak v0.1.6
21772026-07-27T20:27:52.201Z Compiling elliptic-curve v0.13.8
21782026-07-27T20:27:52.259Z Compiling tokio-postgres v0.7.16
21792026-07-27T20:27:52.296Z Compiling toml_edit v0.22.27
21802026-07-27T20:27:52.311Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21812026-07-27T20:27:52.346Z Compiling sha3 v0.10.8
21822026-07-27T20:27:52.381Z Compiling predicates v3.1.4
21832026-07-27T20:27:52.396Z Compiling string_cache v0.8.9
21842026-07-27T20:27:52.568Z Compiling chacha20 v0.10.0
21852026-07-27T20:27:52.579Z Compiling hickory-proto v0.25.2
21862026-07-27T20:27:52.636Z Compiling petgraph v0.6.5
21872026-07-27T20:27:52.652Z Compiling digest v0.11.3
21882026-07-27T20:27:52.666Z Compiling petgraph v0.8.3
21892026-07-27T20:27:52.876Z Compiling usdt v0.6.0
21902026-07-27T20:27:52.891Z Compiling env_logger v0.11.9
21912026-07-27T20:27:53.353Z Compiling rsa v0.9.10
21922026-07-27T20:27:54.197Z Compiling zip v4.6.1
21932026-07-27T20:27:54.617Z Compiling ed25519-dalek v2.2.0
21942026-07-27T20:27:54.758Z Compiling zip v0.6.6
21952026-07-27T20:27:54.780Z Compiling iddqd v0.4.2
21962026-07-27T20:27:54.934Z Compiling crossterm v0.28.1
21972026-07-27T20:27:55.105Z Compiling clap v4.6.1
21982026-07-27T20:27:55.273Z Compiling serde_with v3.21.0
21992026-07-27T20:27:55.297Z Compiling similar v2.7.0
22002026-07-27T20:27:55.458Z Compiling byte-wrapper v0.1.0
22012026-07-27T20:27:55.555Z Compiling strum v0.26.3
22022026-07-27T20:27:55.708Z Compiling toml v0.7.8
22032026-07-27T20:27:55.743Z Compiling tokio-stream v0.1.18
22042026-07-27T20:27:55.778Z Compiling buf-list v1.1.2
22052026-07-27T20:27:56.007Z Compiling x509-cert v0.2.5
22062026-07-27T20:27:56.053Z Compiling itertools v0.13.0
22072026-07-27T20:27:56.083Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22082026-07-27T20:27:56.572Z Compiling openapiv3 v2.2.0
22092026-07-27T20:27:56.931Z Compiling peg-runtime v0.8.5
22102026-07-27T20:27:57.131Z Compiling lalrpop-util v0.19.12
22112026-07-27T20:28:13.031Z Compiling rustls-webpki v0.103.13
22122026-07-27T20:28:14.255Z Compiling macaddr v1.0.1
22132026-07-27T20:28:14.259Z Compiling structmeta-derive v0.3.0
22142026-07-27T20:28:14.259Z Compiling darling_core v0.21.3
22152026-07-27T20:28:14.570Z Compiling rayon-core v1.13.0
22162026-07-27T20:28:14.700Z Compiling crucible-workspace-hack v0.1.0
22172026-07-27T20:28:14.726Z Compiling itertools v0.14.0
22182026-07-27T20:28:14.744Z Compiling secrecy v0.10.3
22192026-07-27T20:28:14.794Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22202026-07-27T20:28:14.874Z Compiling heapless v0.8.0
22212026-07-27T20:28:14.923Z Compiling toml_datetime v0.7.5+spec-1.1.0
22222026-07-27T20:28:14.939Z Compiling crossbeam-deque v0.8.6
22232026-07-27T20:28:15.038Z Compiling inout v0.1.4
22242026-07-27T20:28:15.178Z Compiling toml_edit v0.23.10+spec-1.0.0
22252026-07-27T20:28:15.198Z Compiling hash32 v0.3.1
22262026-07-27T20:28:15.218Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22272026-07-27T20:28:15.222Z Compiling multer v3.1.0
22282026-07-27T20:28:15.266Z Compiling structmeta v0.3.0
22292026-07-27T20:28:15.358Z Compiling thread_local v1.1.9
22302026-07-27T20:28:15.391Z Compiling unicode-width v0.2.0
22312026-07-27T20:28:15.409Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22322026-07-27T20:28:15.452Z Compiling smoltcp v0.11.0
22332026-07-27T20:28:15.499Z Compiling compression-core v0.4.31
22342026-07-27T20:28:15.648Z Compiling match_cfg v0.1.0
22352026-07-27T20:28:15.689Z Compiling slog-async v2.8.0
22362026-07-27T20:28:15.724Z Compiling hostname v0.3.1
22372026-07-27T20:28:15.738Z Compiling proc-macro-crate v3.4.0
22382026-07-27T20:28:15.742Z Compiling compression-codecs v0.4.37
22392026-07-27T20:28:15.801Z Compiling derive-ex v0.1.8
22402026-07-27T20:28:16.003Z Compiling cipher v0.4.4
22412026-07-27T20:28:16.038Z Compiling atomicwrites v0.4.4
22422026-07-27T20:28:16.086Z Compiling slog-json v2.6.1
22432026-07-27T20:28:16.116Z Compiling crossbeam-channel v0.5.15
22442026-07-27T20:28:16.177Z Compiling half v2.7.1
22452026-07-27T20:28:16.261Z Compiling newtype-uuid-macros v0.1.0
22462026-07-27T20:28:16.332Z Compiling cobs v0.3.0
22472026-07-27T20:28:16.359Z Compiling universal-hash v0.5.1
22482026-07-27T20:28:16.416Z Compiling tokio-rustls v0.26.4
22492026-07-27T20:28:16.477Z Compiling rustls-platform-verifier v0.6.2
22502026-07-27T20:28:16.519Z Compiling tough v0.22.0
22512026-07-27T20:28:16.541Z Compiling darling_macro v0.21.3
22522026-07-27T20:28:16.625Z Compiling thiserror-impl-no-std v2.0.2
22532026-07-27T20:28:16.704Z Compiling hyper-rustls v0.27.7
22542026-07-27T20:28:16.719Z Compiling async-stream-impl v0.3.6
22552026-07-27T20:28:16.835Z Compiling serde_spanned v1.1.1
22562026-07-27T20:28:17.010Z Compiling reqwest v0.13.2
22572026-07-27T20:28:17.027Z Compiling toml_datetime v1.1.1+spec-1.1.0
22582026-07-27T20:28:17.042Z Compiling is-terminal v0.4.17
22592026-07-27T20:28:17.067Z Compiling darling v0.21.3
22602026-07-27T20:28:17.161Z Compiling dropshot v0.17.1
22612026-07-27T20:28:17.177Z Compiling ingot-macros v0.1.1
22622026-07-27T20:28:17.319Z Compiling proc-macro-error-attr v1.0.4
22632026-07-27T20:28:17.322Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22642026-07-27T20:28:17.383Z Compiling term v1.2.1
22652026-07-27T20:28:17.491Z Compiling opaque-debug v0.3.1
22662026-07-27T20:28:17.511Z Compiling ciborium-io v0.2.2
22672026-07-27T20:28:17.538Z Compiling convert_case v0.4.0
22682026-07-27T20:28:17.554Z Compiling take_mut v0.2.2
22692026-07-27T20:28:17.578Z Compiling toml_writer v1.1.1+spec-1.1.0
22702026-07-27T20:28:17.635Z Compiling ciborium-ll v0.2.2
22712026-07-27T20:28:17.669Z Compiling thiserror-no-std v2.0.2
22722026-07-27T20:28:17.785Z Compiling toml v1.1.2+spec-1.1.0
22732026-07-27T20:28:17.857Z Compiling derive_more v0.99.20
22742026-07-27T20:28:17.874Z Compiling slog-term v2.9.2
22752026-07-27T20:28:17.989Z Compiling poly1305 v0.8.0
22762026-07-27T20:28:18.121Z Compiling test-strategy v0.4.5
22772026-07-27T20:28:18.265Z Compiling async-stream v0.3.6
22782026-07-27T20:28:18.282Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22792026-07-27T20:28:18.481Z Compiling postcard v1.1.3
22802026-07-27T20:28:18.884Z Compiling slog-bunyan v2.5.0
22812026-07-27T20:28:18.902Z Compiling chacha20 v0.9.1
22822026-07-27T20:28:19.086Z Compiling num_enum_derive v0.7.6
22832026-07-27T20:28:19.170Z Compiling async-compression v0.4.41
22842026-07-27T20:28:19.202Z Compiling parse-display-derive v0.10.0
22852026-07-27T20:28:19.403Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
22862026-07-27T20:28:19.677Z Compiling sha1 v0.11.0
22872026-07-27T20:28:19.800Z Compiling ingot-types v0.1.2
22882026-07-27T20:28:19.895Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22892026-07-27T20:28:20.077Z Compiling proc-macro-crate v1.3.1
22902026-07-27T20:28:20.095Z Compiling waitgroup v0.1.2
22912026-07-27T20:28:20.125Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
22922026-07-27T20:28:20.141Z Compiling password-hash v0.5.0
22932026-07-27T20:28:20.157Z Compiling backon v1.6.0
22942026-07-27T20:28:20.275Z Compiling ingot v0.1.1
22952026-07-27T20:28:20.290Z Compiling rustls-pemfile v2.2.0
22962026-07-27T20:28:20.307Z Compiling dropshot_endpoint v0.17.1
22972026-07-27T20:28:20.325Z Compiling blake2 v0.10.6
22982026-07-27T20:28:20.341Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22992026-07-27T20:28:20.422Z Compiling aead v0.5.2
23002026-07-27T20:28:20.441Z Compiling foreign-types-macros v0.2.3
23012026-07-27T20:28:20.457Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23022026-07-27T20:28:20.602Z Compiling serde_path_to_error v0.1.20
23032026-07-27T20:28:20.634Z Compiling hostname v0.4.2
23042026-07-27T20:28:20.673Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23052026-07-27T20:28:20.690Z Compiling proc-macro-error v1.0.4
23062026-07-27T20:28:20.827Z Compiling instant v0.1.13
23072026-07-27T20:28:20.850Z Compiling foreign-types-shared v0.3.1
23082026-07-27T20:28:20.868Z Compiling debug-ignore v1.0.5
23092026-07-27T20:28:20.965Z Compiling backoff v0.4.0
23102026-07-27T20:28:20.981Z Compiling parse-display v0.10.0
23112026-07-27T20:28:20.984Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23122026-07-27T20:28:21.013Z Compiling argon2 v0.5.3
23132026-07-27T20:28:21.035Z Compiling foreign-types v0.5.0
23142026-07-27T20:28:21.053Z Compiling chacha20poly1305 v0.10.1
23152026-07-27T20:28:21.068Z Compiling num_enum_derive v0.5.11
23162026-07-27T20:28:21.118Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23172026-07-27T20:28:21.138Z Compiling num_enum v0.7.6
23182026-07-27T20:28:21.170Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23192026-07-27T20:28:21.302Z Compiling ciborium v0.2.2
23202026-07-27T20:28:21.342Z Compiling vsss-rs v3.3.4
23212026-07-27T20:28:21.469Z Compiling tabwriter v1.4.1
23222026-07-27T20:28:21.560Z Compiling regress v0.10.5
23232026-07-27T20:28:21.798Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23242026-07-27T20:28:21.857Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23252026-07-27T20:28:21.871Z Compiling cstr-argument v0.1.2
23262026-07-27T20:28:21.917Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23272026-07-27T20:28:21.934Z Compiling humantime v2.3.0
23282026-07-27T20:28:22.018Z Compiling num_enum v0.5.11
23292026-07-27T20:28:22.023Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23302026-07-27T20:28:22.058Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23312026-07-27T20:28:22.158Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23322026-07-27T20:28:22.173Z Compiling rayon v1.11.0
23332026-07-27T20:28:22.218Z Compiling rand v0.10.1
23342026-07-27T20:28:22.253Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23352026-07-27T20:28:22.331Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23362026-07-27T20:28:22.346Z Compiling libefi-sys v0.1.0
23372026-07-27T20:28:22.361Z Compiling colored v3.1.1
23382026-07-27T20:28:22.391Z Compiling indent_write v2.2.0
23392026-07-27T20:28:22.406Z Compiling zone_cfg_derive v0.3.1
23402026-07-27T20:28:22.453Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23412026-07-27T20:28:22.511Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23422026-07-27T20:28:22.575Z Compiling camino-tempfile v1.4.1
23432026-07-27T20:28:22.590Z Compiling itertools v0.12.1
23442026-07-27T20:28:22.608Z Compiling usdt-macro v0.5.0
23452026-07-27T20:28:22.707Z Compiling usdt-attr-macro v0.5.0
23462026-07-27T20:28:22.745Z Compiling bitfield-struct v0.6.2
23472026-07-27T20:28:22.991Z Compiling num-derive v0.4.2
23482026-07-27T20:28:23.006Z Compiling blake3 v1.8.5
23492026-07-27T20:28:23.022Z Compiling memmap v0.7.0
23502026-07-27T20:28:23.026Z Compiling sigpipe v0.1.3
23512026-07-27T20:28:23.051Z Compiling swrite v0.1.0
23522026-07-27T20:28:23.182Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23532026-07-27T20:28:23.205Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23542026-07-27T20:28:23.281Z Compiling glob v0.3.3
23552026-07-27T20:28:23.343Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23562026-07-27T20:28:23.378Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23572026-07-27T20:28:23.481Z Compiling usdt v0.5.0
23582026-07-27T20:28:23.654Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23592026-07-27T20:28:23.672Z Compiling smf v0.2.3
23602026-07-27T20:28:23.703Z Compiling filetime v0.2.27
23612026-07-27T20:28:23.828Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23622026-07-27T20:28:23.880Z Compiling arrayvec v0.7.6
23632026-07-27T20:28:23.896Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23642026-07-27T20:28:23.900Z Compiling constant_time_eq v0.4.2
23652026-07-27T20:28:23.927Z Compiling zone v0.3.1
23662026-07-27T20:28:23.946Z Compiling arrayref v0.3.9
23672026-07-27T20:28:23.981Z Compiling xattr v1.6.1
23682026-07-27T20:28:24.045Z Compiling whoami v1.6.1
23692026-07-27T20:28:24.172Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23702026-07-27T20:28:24.193Z Compiling tokio-dtrace v0.1.1
23712026-07-27T20:28:24.193Z Compiling tar v0.4.46
23722026-07-27T20:28:24.193Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23732026-07-27T20:28:24.217Z Compiling console v0.16.2
23742026-07-27T20:28:24.324Z Compiling gethostname v0.5.0
23752026-07-27T20:28:24.477Z Compiling topological-sort v0.2.2
23762026-07-27T20:28:24.496Z Compiling unit-prefix v0.5.2
23772026-07-27T20:28:24.512Z Compiling oxide-tokio-rt v0.1.4
23782026-07-27T20:28:24.564Z Compiling toml v0.8.23
23792026-07-27T20:28:24.676Z Compiling indicatif v0.18.4
23802026-07-27T20:28:24.795Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23812026-07-27T20:28:24.812Z Compiling shell-words v1.1.1
23822026-07-27T20:28:24.971Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23832026-07-27T20:28:34.214Z Compiling progenitor-client v0.14.0
23842026-07-27T20:28:34.214Z Compiling omicron-zone-package v0.12.3
23852026-07-27T20:28:34.455Z Compiling progenitor-extras v0.2.0
23862026-07-27T20:28:34.819Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23872026-07-27T20:28:34.830Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23882026-07-27T20:28:34.868Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23892026-07-27T20:28:34.923Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23902026-07-27T20:28:34.985Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23912026-07-27T20:28:35.014Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23922026-07-27T20:28:35.053Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23932026-07-27T20:28:35.278Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23942026-07-27T20:28:35.640Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23952026-07-27T20:28:39.522Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23962026-07-27T20:28:47.500Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23972026-07-27T20:28:50.646Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23982026-07-27T20:28:51.693Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23992026-07-27T20:29:01.087Z Finished `release` profile [optimized] target(s) in 1m 38s
24002026-07-27T20:29:01.088Z Running `target/release/omicron-package -t test target create -p dev`
24012026-07-27T20:29:01.088ZLogging to: /work/oxidecomputer/omicron/out/LOG
24022026-07-27T20:29:01.088ZCreated new build target 'test' and set it as active
24032026-07-27T20:29:01.088Z
24042026-07-27T20:29:01.089Zreal 1:39.170121910
24052026-07-27T20:29:01.089Zuser 16:17.066738902
24062026-07-27T20:29:01.089Zsys 2:34.663198171
24072026-07-27T20:29:01.089Ztrap 0.439059506
24082026-07-27T20:29:01.089Ztflt 2.287401464
24092026-07-27T20:29:01.089Zdflt 4.300289577
24102026-07-27T20:29:01.089Zkflt 0.000435480
24112026-07-27T20:29:01.089Zlock 52:34.731494240
24122026-07-27T20:29:01.089Zslp 42:01.047424742
24132026-07-27T20:29:01.089Zlat 40.580189597
24142026-07-27T20:29:01.089Zstop 5:15.395237405
24152026-07-27T20:29:01.089Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24162026-07-27T20:29:01.903Z Finished `release` profile [optimized] target(s) in 0.85s
24172026-07-27T20:29:01.971Z Running `target/release/omicron-package -t test package`
24182026-07-27T20:29:02.026ZLogging to: /work/oxidecomputer/omicron/out/LOG
24192026-07-27T20:29:03.424Z Compiling heck v0.5.0
24202026-07-27T20:29:03.428Z Compiling regress v0.11.1
24212026-07-27T20:29:03.664Z Compiling unsafe-libyaml v0.2.11
24222026-07-27T20:29:03.667Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24232026-07-27T20:29:03.714Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24242026-07-27T20:29:03.737Z Compiling derive-where v1.6.0
24252026-07-27T20:29:03.757Z Compiling bytecount v0.6.9
24262026-07-27T20:29:03.761Z Compiling atomicwrites v0.4.4
24272026-07-27T20:29:03.761Z Compiling is-terminal v0.4.17
24282026-07-27T20:29:03.815Z Compiling prettyplease v0.2.37
24292026-07-27T20:29:03.820Z Compiling console v0.15.11
24302026-07-27T20:29:03.820Z Compiling newline-converter v0.3.0
24312026-07-27T20:29:03.820Z Compiling slog-dtrace v0.3.0
24322026-07-27T20:29:03.877Z Compiling resolv-conf v0.7.6
24332026-07-27T20:29:03.880Z Compiling num-rational v0.4.2
24342026-07-27T20:29:03.898Z Compiling num-complex v0.4.6
24352026-07-27T20:29:03.964Z Compiling thread_local v1.1.9
24362026-07-27T20:29:03.989Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24372026-07-27T20:29:03.992Z Compiling cancel-safe-futures v0.1.5
24382026-07-27T20:29:03.992Z Compiling unicode-width v0.1.14
24392026-07-27T20:29:04.101Z Compiling match_cfg v0.1.0
24402026-07-27T20:29:04.197Z Compiling serde_yaml v0.9.34+deprecated
24412026-07-27T20:29:04.220Z Compiling compression-core v0.4.31
24422026-07-27T20:29:04.270Z Compiling expectorate v1.2.0
24432026-07-27T20:29:04.334Z Compiling num v0.4.3
24442026-07-27T20:29:04.354Z Compiling compression-codecs v0.4.37
24452026-07-27T20:29:04.417Z Compiling hostname v0.3.1
24462026-07-27T20:29:04.439Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24472026-07-27T20:29:04.462Z Compiling multer v3.1.0
24482026-07-27T20:29:04.486Z Compiling slog-async v2.8.0
24492026-07-27T20:29:04.506Z Compiling crossbeam-channel v0.5.15
24502026-07-27T20:29:04.528Z Compiling slog-json v2.6.1
24512026-07-27T20:29:04.551Z Compiling toml_datetime v1.1.1+spec-1.1.0
24522026-07-27T20:29:04.551Z Compiling serde_spanned v1.1.1
24532026-07-27T20:29:04.592Z Compiling linked-hash-map v0.5.6
24542026-07-27T20:29:04.617Z Compiling toml_writer v1.1.1+spec-1.1.0
24552026-07-27T20:29:04.754Z Compiling take_mut v0.2.2
24562026-07-27T20:29:04.773Z Compiling float-ord v0.3.2
24572026-07-27T20:29:04.828Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24582026-07-27T20:29:04.851Z Compiling term v1.2.1
24592026-07-27T20:29:04.854Z Compiling lru-cache v0.1.2
24602026-07-27T20:29:04.898Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24612026-07-27T20:29:04.917Z Compiling toml v1.1.2+spec-1.1.0
24622026-07-27T20:29:04.941Z Compiling slog-bunyan v2.5.0
24632026-07-27T20:29:04.966Z Compiling oxide-update-engine-types v0.1.2
24642026-07-27T20:29:05.007Z Compiling async-compression v0.4.41
24652026-07-27T20:29:05.167Z Compiling typify-impl v0.6.2
24662026-07-27T20:29:05.315Z Compiling slog-term v2.9.2
24672026-07-27T20:29:05.380Z Compiling dropshot v0.17.1
24682026-07-27T20:29:05.446Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24692026-07-27T20:29:05.467Z Compiling async-stream v0.3.6
24702026-07-27T20:29:05.467Z Compiling sha1 v0.11.0
24712026-07-27T20:29:05.510Z Compiling progenitor-client v0.14.0
24722026-07-27T20:29:05.612Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24732026-07-27T20:29:05.651Z Compiling waitgroup v0.1.2
24742026-07-27T20:29:05.687Z Compiling rustls-pemfile v2.2.0
24752026-07-27T20:29:05.748Z Compiling backon v1.6.0
24762026-07-27T20:29:05.811Z Compiling hostname v0.4.2
24772026-07-27T20:29:05.833Z Compiling serde_path_to_error v0.1.20
24782026-07-27T20:29:05.837Z Compiling instant v0.1.13
24792026-07-27T20:29:05.875Z Compiling debug-ignore v1.0.5
24802026-07-27T20:29:05.908Z Compiling linear-map v1.2.0
24812026-07-27T20:29:05.972Z Compiling minimal-lexical v0.2.1
24822026-07-27T20:29:05.995Z Compiling progenitor-extras v0.2.0
24832026-07-27T20:29:05.995Z Compiling backoff v0.4.0
24842026-07-27T20:29:06.037Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24852026-07-27T20:29:06.066Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24862026-07-27T20:29:06.150Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24872026-07-27T20:29:06.204Z Compiling nom v7.1.3
24882026-07-27T20:29:06.247Z Compiling oxide-update-engine v0.1.2
24892026-07-27T20:29:06.251Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24902026-07-27T20:29:06.292Z Compiling parse-display v0.10.0
24912026-07-27T20:29:06.340Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24922026-07-27T20:29:06.628Z Compiling hickory-proto v0.24.4
24932026-07-27T20:29:06.911Z Compiling regress v0.10.5
24942026-07-27T20:29:07.214Z Compiling macaddr v1.0.1
24952026-07-27T20:29:07.459Z Compiling humantime v2.3.0
24962026-07-27T20:29:07.480Z Compiling unicode-xid v0.2.6
24972026-07-27T20:29:07.651Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24982026-07-27T20:29:07.651Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24992026-07-27T20:29:07.731Z Compiling convert_case v0.10.0
25002026-07-27T20:29:07.770Z Compiling owo-colors v4.3.0
25012026-07-27T20:29:07.976Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25022026-07-27T20:29:08.028Z Compiling derive_more-impl v2.1.1
25032026-07-27T20:29:08.050Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25042026-07-27T20:29:08.161Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25052026-07-27T20:29:08.308Z Compiling toml v0.8.23
25062026-07-27T20:29:08.659Z Compiling typify-macro v0.6.2
25072026-07-27T20:29:08.791Z Compiling derive_more v2.1.1
25082026-07-27T20:29:08.880Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25092026-07-27T20:29:08.920Z Compiling papergrid v0.11.0
25102026-07-27T20:29:08.924Z Compiling tabled_derive v0.7.0
25112026-07-27T20:29:08.962Z Compiling termtree v0.5.1
25122026-07-27T20:29:09.045Z Compiling crossterm v0.29.0
25132026-07-27T20:29:09.164Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25142026-07-27T20:29:09.336Z Compiling hickory-resolver v0.24.4
25152026-07-27T20:29:09.845Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25162026-07-27T20:29:10.028Z Compiling tabled v0.15.0
25172026-07-27T20:29:10.201Z Compiling phf_shared v0.12.1
25182026-07-27T20:29:10.224Z Compiling typify v0.6.2
25192026-07-27T20:29:10.452Z Compiling progenitor-impl v0.14.0
25202026-07-27T20:29:10.941Z Compiling qorb v0.4.1
25212026-07-27T20:29:10.965Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25222026-07-27T20:29:11.496Z Compiling csv-core v0.1.13
25232026-07-27T20:29:11.912Z Compiling vte v0.14.1
25242026-07-27T20:29:11.949Z Compiling chrono-tz v0.10.4
25252026-07-27T20:29:12.169Z Compiling highway v1.3.0
25262026-07-27T20:29:12.230Z Compiling strip-ansi-escapes v0.2.1
25272026-07-27T20:29:12.598Z Compiling progenitor-macro v0.14.0
25282026-07-27T20:29:12.891Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25292026-07-27T20:29:13.895Z Compiling csv v1.4.0
25302026-07-27T20:29:14.087Z Compiling phf v0.12.1
25312026-07-27T20:29:14.167Z Compiling const_format_proc_macros v0.2.34
25322026-07-27T20:29:14.301Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25332026-07-27T20:29:14.327Z Compiling fd-lock v4.0.4
25342026-07-27T20:29:14.505Z Compiling peg-macros v0.8.5
25352026-07-27T20:29:14.784Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25362026-07-27T20:29:14.933Z Compiling nu-ansi-term v0.50.3
25372026-07-27T20:29:15.190Z Compiling reedline v0.40.0
25382026-07-27T20:29:15.349Z Compiling const_format v0.2.35
25392026-07-27T20:29:15.507Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25402026-07-27T20:29:15.754Z Compiling peg v0.8.5
25412026-07-27T20:29:15.842Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25422026-07-27T20:29:15.863Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25432026-07-27T20:29:16.321Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25442026-07-27T20:29:16.750Z Compiling progenitor v0.14.0
25452026-07-27T20:29:16.940Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25462026-07-27T20:29:17.061Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25472026-07-27T20:29:17.569Z Compiling bcs v0.1.6
25482026-07-27T20:29:18.002Z Compiling nom v8.0.0
25492026-07-27T20:29:18.102Z Compiling semver v0.1.20
25502026-07-27T20:29:18.398Z Compiling rustc_version v0.1.7
25512026-07-27T20:29:18.630Z Compiling newtype_derive v0.1.6
25522026-07-27T20:29:18.723Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25532026-07-27T20:29:18.872Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25542026-07-27T20:29:18.891Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25552026-07-27T20:29:18.977Z Compiling smawk v0.3.2
25562026-07-27T20:29:19.000Z Compiling unicode-linebreak v0.1.5
25572026-07-27T20:29:19.126Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25582026-07-27T20:29:19.177Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25592026-07-27T20:29:19.341Z Compiling textwrap v0.16.2
25602026-07-27T20:29:19.568Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25612026-07-27T20:29:19.606Z Compiling steno v0.4.1
25622026-07-27T20:29:19.628Z Compiling dropshot-api-manager-types v0.7.2
25632026-07-27T20:29:19.664Z Compiling base64 v0.21.7
25642026-07-27T20:29:20.196Z Compiling sha1 v0.10.6
25652026-07-27T20:29:20.220Z Compiling tagptr v0.2.0
25662026-07-27T20:29:20.420Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25672026-07-27T20:29:20.660Z Compiling utf-8 v0.7.6
25682026-07-27T20:29:20.682Z Compiling moka v0.12.13
25692026-07-27T20:29:20.856Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25702026-07-27T20:29:20.899Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25712026-07-27T20:29:21.069Z Compiling tungstenite v0.21.0
25722026-07-27T20:29:21.120Z Compiling display-error-chain v0.2.2
25732026-07-27T20:29:21.605Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25742026-07-27T20:29:21.748Z Compiling tokio-tungstenite v0.21.0
25752026-07-27T20:29:21.782Z Compiling radium v0.7.0
25762026-07-27T20:29:21.986Z Compiling hickory-resolver v0.25.2
25772026-07-27T20:29:22.078Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25782026-07-27T20:29:22.175Z Compiling tap v1.0.1
25792026-07-27T20:29:22.332Z Compiling maybe-uninit v2.0.0
25802026-07-27T20:29:22.614Z Compiling wyz v0.5.1
25812026-07-27T20:29:22.862Z Compiling num-derive v0.3.3
25822026-07-27T20:29:23.000Z Compiling vergen-lib v0.1.6
25832026-07-27T20:29:23.188Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25842026-07-27T20:29:23.231Z Compiling zerocopy-derive v0.6.6
25852026-07-27T20:29:23.761Z Compiling proc-macro-error-attr2 v2.0.0
25862026-07-27T20:29:24.015Z Compiling diesel_derives v2.3.7
25872026-07-27T20:29:24.194Z Compiling crc-catalog v2.4.0
25882026-07-27T20:29:24.223Z Compiling packed_struct v0.10.1
25892026-07-27T20:29:24.244Z Compiling funty v2.0.0
25902026-07-27T20:29:24.317Z Compiling crc v3.4.0
25912026-07-27T20:29:24.495Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25922026-07-27T20:29:24.602Z Compiling proc-macro-error2 v2.0.1
25932026-07-27T20:29:24.909Z Compiling bitvec v1.0.1
25942026-07-27T20:29:25.186Z Compiling zerocopy v0.6.6
25952026-07-27T20:29:25.292Z Compiling libscf-sys v1.1.0
25962026-07-27T20:29:25.549Z Compiling dsl_auto_type v0.2.0
25972026-07-27T20:29:25.592Z Compiling scheduled-thread-pool v0.2.7
25982026-07-27T20:29:25.631Z Compiling packed_struct_codegen v0.10.1
25992026-07-27T20:29:25.736Z Compiling vergen-gitcl v1.0.8
26002026-07-27T20:29:25.962Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26012026-07-27T20:29:26.080Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26022026-07-27T20:29:26.158Z Compiling bitfield-macros v0.19.4
26032026-07-27T20:29:26.219Z Compiling diesel_table_macro_syntax v0.3.0
26042026-07-27T20:29:26.439Z Compiling dirs-sys-next v0.1.2
26052026-07-27T20:29:26.626Z Compiling indexmap v1.9.3
26062026-07-27T20:29:26.705Z Compiling glob v0.3.3
26072026-07-27T20:29:26.768Z Compiling nodrop v0.1.14
26082026-07-27T20:29:26.870Z Compiling maplit v1.0.2
26092026-07-27T20:29:26.895Z Compiling crunchy v0.2.4
26102026-07-27T20:29:26.917Z Compiling bitfield v0.19.4
26112026-07-27T20:29:26.967Z Compiling array-init v0.0.4
26122026-07-27T20:29:27.081Z Compiling clang-sys v1.8.1
26132026-07-27T20:29:27.213Z Compiling dirs-next v2.0.0
26142026-07-27T20:29:27.376Z Compiling r2d2 v0.8.10
26152026-07-27T20:29:27.406Z Compiling smallvec v0.6.14
26162026-07-27T20:29:27.674Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26172026-07-27T20:29:27.695Z Compiling tabled_derive v0.11.0
26182026-07-27T20:29:27.808Z Compiling papergrid v0.17.0
26192026-07-27T20:29:27.829Z Compiling testing_table v0.3.0
26202026-07-27T20:29:28.059Z Compiling downcast-rs v2.0.2
26212026-07-27T20:29:28.107Z Compiling tiny-keccak v2.0.2
26222026-07-27T20:29:28.196Z Compiling hashbrown v0.12.3
26232026-07-27T20:29:28.373Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26242026-07-27T20:29:28.452Z Compiling serde-hex v0.1.0
26252026-07-27T20:29:28.601Z Compiling term v0.7.0
26262026-07-27T20:29:28.754Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26272026-07-27T20:29:28.810Z Compiling ron v0.8.1
26282026-07-27T20:29:28.844Z Compiling hashbrown v0.13.2
26292026-07-27T20:29:28.998Z Compiling tabled v0.20.0
26302026-07-27T20:29:29.100Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26312026-07-27T20:29:29.255Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26322026-07-27T20:29:29.469Z Compiling bit-vec v0.6.3
26332026-07-27T20:29:29.491Z Compiling crc-any v2.5.0
26342026-07-27T20:29:29.714Z Compiling bit-set v0.5.3
26352026-07-27T20:29:29.904Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26362026-07-27T20:29:29.925Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26372026-07-27T20:29:30.560Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26382026-07-27T20:29:30.613Z Compiling object v0.30.4
26392026-07-27T20:29:30.634Z Compiling ascii-canvas v3.0.0
26402026-07-27T20:29:30.654Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26412026-07-27T20:29:31.138Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26422026-07-27T20:29:31.160Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26432026-07-27T20:29:31.216Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26442026-07-27T20:29:31.354Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26452026-07-27T20:29:31.440Z Compiling itertools v0.10.5
26462026-07-27T20:29:31.534Z Compiling ena v0.14.4
26472026-07-27T20:29:31.754Z Compiling libloading v0.8.9
26482026-07-27T20:29:31.801Z Compiling regex-syntax v0.6.29
26492026-07-27T20:29:31.966Z Compiling diesel v2.3.7
26502026-07-27T20:29:32.003Z Compiling path-slash v0.1.5
26512026-07-27T20:29:32.200Z Compiling unicase v2.9.0
26522026-07-27T20:29:32.467Z Compiling xshell-macros v0.2.7
26532026-07-27T20:29:32.522Z Compiling bindgen v0.71.1
26542026-07-27T20:29:32.580Z Compiling diff v0.1.13
26552026-07-27T20:29:32.886Z Compiling xshell v0.2.7
26562026-07-27T20:29:33.427Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26572026-07-27T20:29:33.738Z Compiling lalrpop v0.19.12
26582026-07-27T20:29:34.447Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26592026-07-27T20:29:34.817Z Compiling cexpr v0.6.0
26602026-07-27T20:29:35.318Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26612026-07-27T20:29:35.434Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26622026-07-27T20:29:35.454Z Compiling rustc-hash v2.1.1
26632026-07-27T20:29:35.518Z Compiling crc8 v0.1.1
26642026-07-27T20:29:35.654Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26652026-07-27T20:29:35.857Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26662026-07-27T20:29:35.879Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26672026-07-27T20:29:35.949Z Compiling headers-core v0.3.0
26682026-07-27T20:29:36.153Z Compiling libxml v0.3.3
26692026-07-27T20:29:36.342Z Compiling headers v0.4.1
26702026-07-27T20:29:36.450Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26712026-07-27T20:29:36.671Z Compiling strum_macros v0.24.3
26722026-07-27T20:29:36.863Z Compiling indoc v1.0.9
26732026-07-27T20:29:36.986Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26742026-07-27T20:29:37.301Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26752026-07-27T20:29:37.533Z Compiling derive_builder v0.20.2
26762026-07-27T20:29:37.701Z Compiling quick-xml v0.37.5
26772026-07-27T20:29:37.917Z Compiling oso-derive v0.27.3
26782026-07-27T20:29:37.990Z Compiling impl-trait-for-tuples v0.2.3
26792026-07-27T20:29:38.409Z Compiling openssl-probe v0.1.6
26802026-07-27T20:29:38.638Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26812026-07-27T20:29:38.734Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26822026-07-27T20:29:38.765Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26832026-07-27T20:29:38.927Z Compiling bb8 v0.8.6
26842026-07-27T20:29:39.053Z Compiling trait-variant v0.1.2
26852026-07-27T20:29:39.129Z Compiling half v1.8.3
26862026-07-27T20:29:39.265Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26872026-07-27T20:29:39.319Z Compiling progenitor-impl v0.13.0
26882026-07-27T20:29:39.379Z Compiling serde_cbor v0.11.2
26892026-07-27T20:29:39.601Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26902026-07-27T20:29:39.626Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26912026-07-27T20:29:39.850Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26922026-07-27T20:29:40.172Z Compiling samael v0.0.19
26932026-07-27T20:29:40.337Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
26942026-07-27T20:29:40.493Z Compiling progenitor-client v0.13.0
26952026-07-27T20:29:40.537Z Compiling nonempty v0.12.0
26962026-07-27T20:29:40.672Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26972026-07-27T20:29:40.764Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26982026-07-27T20:29:40.944Z Compiling fxhash v0.2.1
26992026-07-27T20:29:41.007Z Compiling libz-sys v1.1.24
27002026-07-27T20:29:41.132Z Compiling salty v0.3.0
27012026-07-27T20:29:41.202Z Compiling polar-core v0.27.3
27022026-07-27T20:29:41.472Z Compiling progenitor-macro v0.13.0
27032026-07-27T20:29:41.522Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27042026-07-27T20:29:41.800Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27052026-07-27T20:29:41.995Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27062026-07-27T20:29:42.050Z Compiling kstat-rs v0.2.4
27072026-07-27T20:29:42.241Z Compiling arc-swap v1.8.2
27082026-07-27T20:29:42.548Z Compiling fs-err v2.11.0
27092026-07-27T20:29:42.725Z Compiling slog-scope v4.4.1
27102026-07-27T20:29:42.890Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27112026-07-27T20:29:42.952Z Compiling mime_guess v2.0.5
27122026-07-27T20:29:43.127Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27132026-07-27T20:29:43.201Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27142026-07-27T20:29:43.502Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27152026-07-27T20:29:44.729Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27162026-07-27T20:29:44.886Z Compiling rfc6979 v0.4.0
27172026-07-27T20:29:44.960Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27182026-07-27T20:29:45.076Z Compiling nanorand v0.7.0
27192026-07-27T20:29:45.457Z Compiling libgit2-sys v0.18.3+1.9.2
27202026-07-27T20:29:45.679Z Compiling progenitor v0.13.0
27212026-07-27T20:29:45.729Z Compiling parking_lot_core v0.8.6
27222026-07-27T20:29:45.904Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27232026-07-27T20:29:46.088Z Compiling flume v0.11.1
27242026-07-27T20:29:46.465Z Compiling ecdsa v0.16.9
27252026-07-27T20:29:47.022Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27262026-07-27T20:29:47.204Z Compiling slog-stdlog v4.1.1
27272026-07-27T20:29:47.585Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27282026-07-27T20:29:47.726Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27292026-07-27T20:29:47.841Z Compiling primeorder v0.13.6
27302026-07-27T20:29:47.916Z Compiling git-stub v1.0.0
27312026-07-27T20:29:48.159Z Compiling atty v0.2.14
27322026-07-27T20:29:48.189Z Compiling strsim v0.10.0
27332026-07-27T20:29:48.309Z Compiling http-range v0.1.5
27342026-07-27T20:29:48.492Z Compiling instability v0.3.11
27352026-07-27T20:29:48.637Z Compiling parse-size v1.1.0
27362026-07-27T20:29:48.716Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27372026-07-27T20:29:48.869Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27382026-07-27T20:29:48.938Z Compiling darling_core v0.13.4
27392026-07-27T20:29:48.987Z Compiling p384 v0.13.1
27402026-07-27T20:29:51.172Z Compiling oso v0.27.3
27412026-07-27T20:29:52.803Z Compiling async-bb8-diesel v0.2.1
27422026-07-27T20:29:53.257Z Compiling diesel-dtrace v0.5.0
27432026-07-27T20:29:53.581Z Compiling git-stub-vcs v0.1.0
27442026-07-27T20:29:53.790Z Compiling slog-envlogger v2.2.0
27452026-07-27T20:29:54.101Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27462026-07-27T20:29:54.759Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27472026-07-27T20:29:54.872Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27482026-07-27T20:29:54.907Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27492026-07-27T20:29:55.458Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27502026-07-27T20:29:55.856Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
27512026-07-27T20:29:56.965Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27522026-07-27T20:29:57.685Z Compiling ignore v0.4.25
27532026-07-27T20:29:57.912Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27542026-07-27T20:29:58.843Z Compiling vergen-git2 v9.1.0
27552026-07-27T20:29:59.068Z Compiling castaway v0.2.4
27562026-07-27T20:29:59.148Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27572026-07-27T20:29:59.225Z Compiling indoc v2.0.7
27582026-07-27T20:29:59.320Z Compiling compact_str v0.8.1
27592026-07-27T20:29:59.483Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27602026-07-27T20:30:00.379Z Compiling globwalk v0.9.1
27612026-07-27T20:30:00.423Z Compiling parking_lot v0.11.2
27622026-07-27T20:30:01.005Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27632026-07-27T20:30:01.330Z Compiling hyper-staticfile v0.10.1
27642026-07-27T20:30:01.388Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27652026-07-27T20:30:01.584Z Compiling darling_macro v0.13.4
27662026-07-27T20:30:01.871Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27672026-07-27T20:30:01.950Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27682026-07-27T20:30:02.101Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27692026-07-27T20:30:02.486Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27702026-07-27T20:30:02.511Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27712026-07-27T20:30:02.557Z Compiling predicates-tree v1.0.13
27722026-07-27T20:30:02.817Z Compiling unicode-truncate v1.1.0
27732026-07-27T20:30:02.838Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27742026-07-27T20:30:02.842Z Compiling lru v0.12.5
27752026-07-27T20:30:02.976Z Compiling prefix-trie v0.7.0
27762026-07-27T20:30:03.030Z Compiling rand_seeder v0.4.0
27772026-07-27T20:30:03.066Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27782026-07-27T20:30:03.090Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27792026-07-27T20:30:03.291Z Compiling illumos-nvpair-sys v0.2.0
27802026-07-27T20:30:03.340Z Compiling cassowary v0.3.0
27812026-07-27T20:30:03.367Z Compiling corncobs v0.1.4
27822026-07-27T20:30:03.474Z Compiling hickory-server v0.25.2
27832026-07-27T20:30:03.541Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27842026-07-27T20:30:03.592Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27852026-07-27T20:30:03.639Z Compiling ratatui v0.29.0
27862026-07-27T20:30:03.663Z Compiling camino-tempfile-ext v0.3.3
27872026-07-27T20:30:03.806Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27882026-07-27T20:30:04.215Z Compiling darling v0.13.4
27892026-07-27T20:30:04.288Z Compiling sled v0.34.7
27902026-07-27T20:30:04.338Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
27912026-07-27T20:30:04.619Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27922026-07-27T20:30:04.874Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27932026-07-27T20:30:05.049Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27942026-07-27T20:30:05.460Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27952026-07-27T20:30:05.822Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27962026-07-27T20:30:06.679Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27972026-07-27T20:30:06.904Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27982026-07-27T20:30:07.127Z Compiling secrecy v0.8.0
27992026-07-27T20:30:07.331Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28002026-07-27T20:30:07.986Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28012026-07-27T20:30:08.508Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28022026-07-27T20:30:08.856Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28032026-07-27T20:30:08.968Z Compiling serde_with_macros v1.5.2
28042026-07-27T20:30:09.776Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28052026-07-27T20:30:09.962Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28062026-07-27T20:30:10.064Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28072026-07-27T20:30:10.928Z Compiling git2 v0.20.4
28082026-07-27T20:30:10.951Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28092026-07-27T20:30:12.220Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28102026-07-27T20:30:12.435Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28112026-07-27T20:30:12.460Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28122026-07-27T20:30:12.670Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28132026-07-27T20:30:12.710Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28142026-07-27T20:30:12.900Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28152026-07-27T20:30:12.973Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28162026-07-27T20:30:12.996Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28172026-07-27T20:30:13.226Z Compiling void v1.0.2
28182026-07-27T20:30:13.491Z Compiling lzss v0.8.2
28192026-07-27T20:30:13.943Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28202026-07-27T20:30:13.988Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28212026-07-27T20:30:14.256Z Compiling illumos-nvpair v0.3.0
28222026-07-27T20:30:14.430Z Compiling serde_with v1.14.0
28232026-07-27T20:30:14.763Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28242026-07-27T20:30:15.893Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28252026-07-27T20:30:15.913Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28262026-07-27T20:30:16.149Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28272026-07-27T20:30:16.580Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28282026-07-27T20:30:17.258Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
28292026-07-27T20:30:18.177Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28302026-07-27T20:30:18.885Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28312026-07-27T20:30:18.911Z Compiling tungstenite v0.23.0
28322026-07-27T20:30:19.144Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28332026-07-27T20:30:19.190Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28342026-07-27T20:30:20.175Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28352026-07-27T20:30:20.406Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28362026-07-27T20:30:20.625Z Compiling nix v0.27.1
28372026-07-27T20:30:21.088Z Compiling twox-hash v2.1.2
28382026-07-27T20:30:21.179Z Compiling libsw-core v0.3.2
28392026-07-27T20:30:21.225Z Compiling serde_bytes v0.11.19
28402026-07-27T20:30:21.408Z Compiling libsw v3.5.0
28412026-07-27T20:30:21.524Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28422026-07-27T20:30:21.623Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28432026-07-27T20:30:21.678Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28442026-07-27T20:30:21.775Z Compiling tokio-tungstenite v0.23.1
28452026-07-27T20:30:22.163Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28462026-07-27T20:30:22.628Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28472026-07-27T20:30:22.720Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28482026-07-27T20:30:24.426Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28492026-07-27T20:30:25.758Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28502026-07-27T20:30:25.869Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28512026-07-27T20:30:26.102Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28522026-07-27T20:30:26.407Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28532026-07-27T20:30:26.429Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28542026-07-27T20:30:26.535Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28552026-07-27T20:30:26.794Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
28562026-07-27T20:30:26.817Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28572026-07-27T20:30:27.317Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28582026-07-27T20:30:28.172Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28592026-07-27T20:30:28.495Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28602026-07-27T20:30:31.304Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28612026-07-27T20:30:31.864Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28622026-07-27T20:30:32.228Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28632026-07-27T20:30:32.561Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28642026-07-27T20:30:32.740Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28652026-07-27T20:30:33.030Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28662026-07-27T20:30:33.649Z Compiling signal-hook-tokio v0.3.1
28672026-07-27T20:30:33.855Z Compiling fatfs v0.3.6
28682026-07-27T20:30:33.876Z Compiling yasna v0.5.2
28692026-07-27T20:30:33.998Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28702026-07-27T20:30:34.043Z Compiling assert_matches v1.5.0
28712026-07-27T20:30:34.200Z Compiling is_ci v1.2.0
28722026-07-27T20:30:34.409Z Compiling seq-macro v0.3.6
28732026-07-27T20:30:34.890Z Compiling rcgen v0.12.1
28742026-07-27T20:30:35.172Z Compiling supports-color v3.0.2
28752026-07-27T20:30:35.404Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28762026-07-27T20:30:35.545Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28772026-07-27T20:30:36.192Z Compiling oxide-update-engine-display v0.1.2
28782026-07-27T20:30:37.075Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28792026-07-27T20:30:37.143Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28802026-07-27T20:30:37.798Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28812026-07-27T20:30:38.024Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28822026-07-27T20:30:38.257Z Compiling port-file v0.1.0
28832026-07-27T20:30:38.593Z Compiling rtoolbox v0.0.3
28842026-07-27T20:30:38.881Z Compiling subprocess v0.2.15
28852026-07-27T20:30:39.494Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28862026-07-27T20:30:40.955Z Compiling rpassword v7.5.4
28872026-07-27T20:30:41.156Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28882026-07-27T20:30:41.633Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28892026-07-27T20:30:41.778Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28902026-07-27T20:30:41.842Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28912026-07-27T20:30:42.553Z Compiling tui-tree-widget v0.23.1
28922026-07-27T20:30:42.841Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
28932026-07-27T20:30:43.775Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28942026-07-27T20:30:44.051Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28952026-07-27T20:30:44.797Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28962026-07-27T20:30:45.019Z Compiling uzers v0.12.2
28972026-07-27T20:30:45.673Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28982026-07-27T20:30:46.437Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28992026-07-27T20:30:46.773Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29002026-07-27T20:30:47.445Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29012026-07-27T20:30:49.349Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29022026-07-27T20:30:51.105Z Compiling support-bundle-viewer v0.1.2
29032026-07-27T20:30:51.458Z Compiling multimap v0.10.1
29042026-07-27T20:31:02.762Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29052026-07-27T20:31:07.102Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29062026-07-27T20:31:13.919Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29072026-07-27T20:31:14.002Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29082026-07-27T20:31:15.467Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29092026-07-27T20:40:19.985Z Finished `release` profile [optimized] target(s) in 11m 17s
29102026-07-27T20:40:19.988Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
29112026-07-27T20:40:19.988Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
29122026-07-27T20:41:08.738Z
29132026-07-27T20:41:08.739Zreal 12:07.670511876
29142026-07-27T20:41:08.739Zuser 1:23:00.767323394
29152026-07-27T20:41:08.745Zsys 3:40.609454158
29162026-07-27T20:41:08.745Ztrap 1.796491580
29172026-07-27T20:41:08.745Ztflt 2.107191960
29182026-07-27T20:41:08.745Zdflt 19.590992041
29192026-07-27T20:41:08.746Zkflt 0.010095064
29202026-07-27T20:41:08.746Zlock 8:58:15.010866139
29212026-07-27T20:41:08.746Zslp 2:24:47.522447377
29222026-07-27T20:41:08.746Zlat 2:33.265530266
29232026-07-27T20:41:08.746Zstop 5:48.895547855
29242026-07-27T20:41:08.746Z+ mapfile -t packages
29252026-07-27T20:41:08.747Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29262026-07-27T20:41:09.666Z Finished `release` profile [optimized] target(s) in 0.90s
29272026-07-27T20:41:09.733Z Running `target/release/omicron-package -t test list-outputs`
29282026-07-27T20:41:09.788ZLogging to: /work/oxidecomputer/omicron/out/LOG
29292026-07-27T20:41:09.809Z+ ptime -m cargo build --locked --release -p xtask
29302026-07-27T20:41:10.255Z Compiling libc v0.2.185
29312026-07-27T20:41:10.255Z Compiling serde_core v1.0.228
29322026-07-27T20:41:10.255Z Compiling serde v1.0.228
29332026-07-27T20:41:10.260Z Compiling rustix v1.1.3
29342026-07-27T20:41:10.260Z Compiling bitflags v2.11.0
29352026-07-27T20:41:10.260Z Compiling serde_json v1.0.150
29362026-07-27T20:41:10.353Z Compiling syn v2.0.117
29372026-07-27T20:41:10.358Z Compiling usdt-impl v0.5.0
29382026-07-27T20:41:10.387Z Compiling syn v1.0.109
29392026-07-27T20:41:10.448Z Compiling getrandom v0.4.1
29402026-07-27T20:41:10.448Z Compiling log v0.4.29
29412026-07-27T20:41:10.469Z Compiling indexmap v2.14.0
29422026-07-27T20:41:10.485Z Compiling fs-err v3.3.0
29432026-07-27T20:41:10.699Z Compiling anyhow v1.0.102
29442026-07-27T20:41:10.750Z Compiling once_cell v1.21.3
29452026-07-27T20:41:10.750Z Compiling heck v0.4.1
29462026-07-27T20:41:11.138Z Compiling thread-id v4.2.2
29472026-07-27T20:41:11.160Z Compiling errno v0.3.14
29482026-07-27T20:41:11.166Z Compiling memmap v0.7.0
29492026-07-27T20:41:11.828Z Compiling proc-macro-error v1.0.4
29502026-07-27T20:41:12.081Z Compiling tabled_derive v0.7.0
29512026-07-27T20:41:12.140Z Compiling terminal_size v0.4.3
29522026-07-27T20:41:12.140Z Compiling tempfile v3.25.0
29532026-07-27T20:41:12.246Z Compiling clap_builder v4.6.0
29542026-07-27T20:41:12.247Z Compiling textwrap v0.16.2
29552026-07-27T20:41:12.450Z Compiling camino v1.2.2
29562026-07-27T20:41:12.450Z Compiling cargo-platform v0.3.2
29572026-07-27T20:41:12.458Z Compiling semver v1.0.28
29582026-07-27T20:41:12.585Z Compiling pest_generator v2.8.6
29592026-07-27T20:41:12.772Z Compiling tabled v0.15.0
29602026-07-27T20:41:12.815Z Compiling camino-tempfile v1.4.1
29612026-07-27T20:41:13.120Z Compiling serde_derive v1.0.228
29622026-07-27T20:41:13.120Z Compiling thiserror-impl v1.0.69
29632026-07-27T20:41:13.124Z Compiling zerocopy-derive v0.7.35
29642026-07-27T20:41:13.124Z Compiling scroll_derive v0.12.1
29652026-07-27T20:41:13.124Z Compiling thiserror-impl v2.0.18
29662026-07-27T20:41:13.124Z Compiling clap_derive v4.6.1
29672026-07-27T20:41:13.164Z Compiling pest_derive v2.8.6
29682026-07-27T20:41:13.804Z Compiling scroll v0.12.0
29692026-07-27T20:41:13.962Z Compiling zerocopy v0.7.35
29702026-07-27T20:41:14.075Z Compiling goblin v0.8.2
29712026-07-27T20:41:14.230Z Compiling thiserror v1.0.69
29722026-07-27T20:41:14.348Z Compiling dtrace-parser v0.2.0
29732026-07-27T20:41:14.535Z Compiling thiserror v2.0.18
29742026-07-27T20:41:14.547Z Compiling clap v4.6.1
29752026-07-27T20:41:16.304Z Compiling dof v0.3.0
29762026-07-27T20:41:16.318Z Compiling toml_datetime v0.6.11
29772026-07-27T20:41:16.409Z Compiling serde_spanned v0.6.9
29782026-07-27T20:41:16.454Z Compiling serde_tokenstream v0.2.3
29792026-07-27T20:41:16.513Z Compiling cargo_metadata v0.23.1
29802026-07-27T20:41:16.527Z Compiling toml_edit v0.22.27
29812026-07-27T20:41:16.563Z Compiling macaddr v1.0.1
29822026-07-27T20:41:16.576Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29832026-07-27T20:41:17.015Z Compiling usdt-macro v0.5.0
29842026-07-27T20:41:17.016Z Compiling usdt-attr-macro v0.5.0
29852026-07-27T20:41:17.667Z Compiling usdt v0.5.0
29862026-07-27T20:41:18.059Z Compiling toml v0.8.23
29872026-07-27T20:41:18.492Z Compiling cargo_toml v0.21.0
29882026-07-27T20:41:22.911Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29892026-07-27T20:41:26.146Z Finished `release` profile [optimized] target(s) in 16.34s
29902026-07-27T20:41:26.247Z
29912026-07-27T20:41:26.247Zreal 16.426670084
29922026-07-27T20:41:26.247Zuser 2:05.188968460
29932026-07-27T20:41:26.247Zsys 13.499745167
29942026-07-27T20:41:26.247Ztrap 0.079032513
29952026-07-27T20:41:26.247Ztflt 0.553097703
29962026-07-27T20:41:26.247Zdflt 1.454755494
29972026-07-27T20:41:26.247Zkflt 0.000037980
29982026-07-27T20:41:26.247Zlock 4:45.616502856
29992026-07-27T20:41:26.247Zslp 2:40.387448467
30002026-07-27T20:41:26.248Zlat 4.533169643
30012026-07-27T20:41:26.251Zstop 16.752422812
30022026-07-27T20:41:26.251Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30032026-07-27T20:41:26.251Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30042026-07-27T20:41:26.251Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30052026-07-27T20:41:26.251Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30062026-07-27T20:41:26.251Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30072026-07-27T20:41:27.174Z Compiling progenitor-client v0.14.0
30082026-07-27T20:41:27.175Z Compiling newtype-uuid-macros v0.1.0
30092026-07-27T20:41:27.175Z Compiling match_cfg v0.1.0
30102026-07-27T20:41:27.175Z Compiling slog-json v2.6.1
30112026-07-27T20:41:27.179Z Compiling structmeta-derive v0.3.0
30122026-07-27T20:41:27.179Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30132026-07-27T20:41:27.179Z Compiling sha1 v0.11.0
30142026-07-27T20:41:27.179Z Compiling multer v3.1.0
30152026-07-27T20:41:27.179Z Compiling compression-core v0.4.31
30162026-07-27T20:41:27.179Z Compiling debug-ignore v1.0.5
30172026-07-27T20:41:27.179Z Compiling itertools v0.14.0
30182026-07-27T20:41:27.325Z Compiling async-stream-impl v0.3.6
30192026-07-27T20:41:27.329Z Compiling serde_spanned v1.1.1
30202026-07-27T20:41:27.329Z Compiling toml_datetime v1.1.1+spec-1.1.0
30212026-07-27T20:41:27.350Z Compiling dropshot v0.17.1
30222026-07-27T20:41:27.364Z Compiling toml_writer v1.1.1+spec-1.1.0
30232026-07-27T20:41:27.554Z Compiling waitgroup v0.1.2
30242026-07-27T20:41:27.618Z Compiling compression-codecs v0.4.37
30252026-07-27T20:41:27.635Z Compiling hostname v0.3.1
30262026-07-27T20:41:27.656Z Compiling rustls-pemfile v2.2.0
30272026-07-27T20:41:27.674Z Compiling dropshot_endpoint v0.17.1
30282026-07-27T20:41:27.679Z Compiling hostname v0.4.2
30292026-07-27T20:41:27.727Z Compiling toml v1.1.2+spec-1.1.0
30302026-07-27T20:41:27.775Z Compiling slog-bunyan v2.5.0
30312026-07-27T20:41:27.796Z Compiling serde_path_to_error v0.1.20
30322026-07-27T20:41:27.796Z Compiling atomicwrites v0.4.4
30332026-07-27T20:41:27.840Z Compiling async-compression v0.4.41
30342026-07-27T20:41:27.874Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30352026-07-27T20:41:27.879Z Compiling macaddr v1.0.1
30362026-07-27T20:41:27.897Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30372026-07-27T20:41:27.932Z Compiling async-stream v0.3.6
30382026-07-27T20:41:27.966Z Compiling instant v0.1.13
30392026-07-27T20:41:27.973Z Compiling regress v0.10.5
30402026-07-27T20:41:28.016Z Compiling backon v1.6.0
30412026-07-27T20:41:28.039Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30422026-07-27T20:41:28.077Z Compiling backoff v0.4.0
30432026-07-27T20:41:28.095Z Compiling humantime v2.3.0
30442026-07-27T20:41:28.133Z Compiling half v2.7.1
30452026-07-27T20:41:28.152Z Compiling ciborium-io v0.2.2
30462026-07-27T20:41:28.167Z Compiling crucible-workspace-hack v0.1.0
30472026-07-27T20:41:28.185Z Compiling progenitor-extras v0.2.0
30482026-07-27T20:41:28.211Z Compiling regress v0.11.1
30492026-07-27T20:41:28.251Z Compiling convert_case v0.4.0
30502026-07-27T20:41:28.273Z Compiling secrecy v0.10.3
30512026-07-27T20:41:28.304Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30522026-07-27T20:41:28.351Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30532026-07-27T20:41:28.856Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30542026-07-27T20:41:28.856Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30552026-07-27T20:41:28.856Z Compiling ciborium-ll v0.2.2
30562026-07-27T20:41:28.856Z Compiling inout v0.1.4
30572026-07-27T20:41:28.856Z Compiling unsafe-libyaml v0.2.11
30582026-07-27T20:41:28.856Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30592026-07-27T20:41:28.856Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30602026-07-27T20:41:28.856Z Compiling thiserror-impl-no-std v2.0.2
30612026-07-27T20:41:28.856Z Compiling derive_more v0.99.20
30622026-07-27T20:41:28.856Z Compiling structmeta v0.3.0
30632026-07-27T20:41:28.856Z Compiling ciborium v0.2.2
30642026-07-27T20:41:28.856Z Compiling cipher v0.4.4
30652026-07-27T20:41:28.857Z Compiling universal-hash v0.5.1
30662026-07-27T20:41:28.857Z Compiling opaque-debug v0.3.1
30672026-07-27T20:41:28.881Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30682026-07-27T20:41:28.881Z Compiling blake2 v0.10.6
30692026-07-27T20:41:28.881Z Compiling aead v0.5.2
30702026-07-27T20:41:28.899Z Compiling derive-ex v0.1.8
30712026-07-27T20:41:28.926Z Compiling parse-display-derive v0.10.0
30722026-07-27T20:41:29.002Z Compiling serde_yaml v0.9.34+deprecated
30732026-07-27T20:41:29.060Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30742026-07-27T20:41:29.076Z Compiling chacha20 v0.9.1
30752026-07-27T20:41:29.105Z Compiling poly1305 v0.8.0
30762026-07-27T20:41:29.227Z Compiling password-hash v0.5.0
30772026-07-27T20:41:29.244Z Compiling toml_datetime v0.7.5+spec-1.1.0
30782026-07-27T20:41:29.323Z Compiling indent_write v2.2.0
30792026-07-27T20:41:29.363Z Compiling darling_core v0.21.3
30802026-07-27T20:41:29.397Z Compiling chacha20poly1305 v0.10.1
30812026-07-27T20:41:29.498Z Compiling argon2 v0.5.3
30822026-07-27T20:41:29.518Z Compiling toml_edit v0.23.10+spec-1.0.0
30832026-07-27T20:41:29.574Z Compiling heapless v0.8.0
30842026-07-27T20:41:29.667Z Compiling tabwriter v1.4.1
30852026-07-27T20:41:29.798Z Compiling thiserror-no-std v2.0.2
30862026-07-27T20:41:29.862Z Compiling typify-impl v0.6.2
30872026-07-27T20:41:29.911Z Compiling vsss-rs v3.3.4
30882026-07-27T20:41:29.926Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30892026-07-27T20:41:30.141Z Compiling proc-macro-crate v3.4.0
30902026-07-27T20:41:30.217Z Compiling hash32 v0.3.1
30912026-07-27T20:41:30.397Z Compiling smoltcp v0.11.0
30922026-07-27T20:41:30.494Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30932026-07-27T20:41:30.649Z Compiling test-strategy v0.4.5
30942026-07-27T20:41:30.685Z Compiling parse-display v0.10.0
30952026-07-27T20:41:30.702Z Compiling cobs v0.3.0
30962026-07-27T20:41:30.706Z Compiling num_enum_derive v0.7.6
30972026-07-27T20:41:30.763Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30982026-07-27T20:41:30.806Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30992026-07-27T20:41:30.888Z Compiling colored v3.1.1
31002026-07-27T20:41:30.921Z Compiling postcard v1.1.3
31012026-07-27T20:41:30.957Z Compiling proc-macro-error v1.0.4
31022026-07-27T20:41:31.052Z Compiling proc-macro-crate v1.3.1
31032026-07-27T20:41:31.073Z Compiling rand v0.10.1
31042026-07-27T20:41:31.181Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31052026-07-27T20:41:31.271Z Compiling foreign-types-macros v0.2.3
31062026-07-27T20:41:31.303Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31072026-07-27T20:41:31.308Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31082026-07-27T20:41:31.336Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31092026-07-27T20:41:31.495Z Compiling foreign-types-shared v0.3.1
31102026-07-27T20:41:31.513Z Compiling rayon-core v1.13.0
31112026-07-27T20:41:31.535Z Compiling num_enum_derive v0.5.11
31122026-07-27T20:41:31.619Z Compiling crossbeam-deque v0.8.6
31132026-07-27T20:41:31.633Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31142026-07-27T20:41:31.699Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31152026-07-27T20:41:31.751Z Compiling cstr-argument v0.1.2
31162026-07-27T20:41:31.789Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31172026-07-27T20:41:31.831Z Compiling num_enum v0.7.6
31182026-07-27T20:41:31.922Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31192026-07-27T20:41:31.927Z Compiling foreign-types v0.5.0
31202026-07-27T20:41:31.939Z Compiling zone_cfg_derive v0.3.1
31212026-07-27T20:41:31.980Z Compiling darling_macro v0.21.3
31222026-07-27T20:41:31.996Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31232026-07-27T20:41:32.037Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31242026-07-27T20:41:32.065Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31252026-07-27T20:41:32.126Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31262026-07-27T20:41:32.188Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31272026-07-27T20:41:32.210Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31282026-07-27T20:41:32.240Z Compiling itertools v0.12.1
31292026-07-27T20:41:32.263Z Compiling rayon v1.11.0
31302026-07-27T20:41:32.333Z Compiling num-derive v0.4.2
31312026-07-27T20:41:32.355Z Compiling sigpipe v0.1.3
31322026-07-27T20:41:32.434Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31332026-07-27T20:41:32.451Z Compiling glob v0.3.3
31342026-07-27T20:41:32.473Z Compiling cpubits v0.1.1
31352026-07-27T20:41:32.540Z Compiling darling v0.21.3
31362026-07-27T20:41:32.558Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31372026-07-27T20:41:32.576Z Compiling smf v0.2.3
31382026-07-27T20:41:32.651Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31392026-07-27T20:41:32.659Z Compiling num_enum v0.5.11
31402026-07-27T20:41:32.659Z Compiling ingot-macros v0.1.1
31412026-07-27T20:41:32.725Z Compiling whoami v1.6.1
31422026-07-27T20:41:32.788Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31432026-07-27T20:41:32.806Z Compiling gethostname v0.5.0
31442026-07-27T20:41:32.827Z Compiling usdt-attr-macro v0.5.0
31452026-07-27T20:41:32.835Z Compiling usdt-macro v0.5.0
31462026-07-27T20:41:32.865Z Compiling num-rational v0.4.2
31472026-07-27T20:41:32.955Z Compiling pem-rfc7468 v1.0.0
31482026-07-27T20:41:33.116Z Compiling num-complex v0.4.6
31492026-07-27T20:41:33.133Z Compiling derive-where v1.6.0
31502026-07-27T20:41:33.284Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31512026-07-27T20:41:33.301Z Compiling memmap v0.7.0
31522026-07-27T20:41:33.323Z Compiling float-ord v0.3.2
31532026-07-27T20:41:33.471Z Compiling zone v0.3.1
31542026-07-27T20:41:33.489Z Compiling num v0.4.3
31552026-07-27T20:41:33.510Z Compiling toml v0.8.23
31562026-07-27T20:41:33.530Z Compiling hmac v0.13.0
31572026-07-27T20:41:33.547Z Compiling universal-hash v0.6.1
31582026-07-27T20:41:33.586Z Compiling resolv-conf v0.7.6
31592026-07-27T20:41:33.675Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31602026-07-27T20:41:33.697Z Compiling cancel-safe-futures v0.1.5
31612026-07-27T20:41:33.715Z Compiling polyval v0.7.1
31622026-07-27T20:41:33.725Z Compiling usdt v0.5.0
31632026-07-27T20:41:33.751Z Compiling der v0.8.0
31642026-07-27T20:41:33.782Z Compiling prettyplease v0.2.37
31652026-07-27T20:41:33.838Z Compiling pbkdf2 v0.13.0
31662026-07-27T20:41:33.999Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31672026-07-27T20:41:34.017Z Compiling ghash v0.6.0
31682026-07-27T20:41:34.054Z Compiling aes v0.9.1
31692026-07-27T20:41:34.503Z Compiling console v0.15.11
31702026-07-27T20:41:34.503Z Compiling hickory-proto v0.24.4
31712026-07-27T20:41:34.503Z Compiling newline-converter v0.3.0
31722026-07-27T20:41:34.511Z Compiling ctr v0.10.1
31732026-07-27T20:41:34.511Z Compiling aead v0.6.1
31742026-07-27T20:41:34.511Z Compiling sha2 v0.11.0
31752026-07-27T20:41:34.511Z Compiling libefi-sys v0.1.0
31762026-07-27T20:41:34.511Z Compiling linked-hash-map v0.5.6
31772026-07-27T20:41:34.511Z Compiling linear-map v1.2.0
31782026-07-27T20:41:34.534Z Compiling typify-macro v0.6.2
31792026-07-27T20:41:34.552Z Compiling oxide-update-engine-types v0.1.2
31802026-07-27T20:41:34.564Z Compiling aes-gcm v0.11.0
31812026-07-27T20:41:34.608Z Compiling lru-cache v0.1.2
31822026-07-27T20:41:34.627Z Compiling expectorate v1.2.0
31832026-07-27T20:41:34.643Z Compiling crypto-bigint v0.7.5
31842026-07-27T20:41:34.750Z Compiling spki v0.8.0
31852026-07-27T20:41:34.773Z Compiling salsa20 v0.11.0
31862026-07-27T20:41:34.781Z Compiling cbc v0.2.1
31872026-07-27T20:41:34.821Z Compiling bitfield-struct v0.6.2
31882026-07-27T20:41:34.959Z Compiling nom v8.0.0
31892026-07-27T20:41:34.994Z Compiling semver v0.1.20
31902026-07-27T20:41:35.005Z Compiling scrypt v0.12.0
31912026-07-27T20:41:35.179Z Compiling tokio-dtrace v0.1.1
31922026-07-27T20:41:35.189Z Compiling dropshot-api-manager-types v0.7.2
31932026-07-27T20:41:35.317Z Compiling rustc_version v0.1.7
31942026-07-27T20:41:35.334Z Compiling slog-dtrace v0.3.0
31952026-07-27T20:41:35.344Z Compiling minimal-lexical v0.2.1
31962026-07-27T20:41:35.492Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31972026-07-27T20:41:35.517Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31982026-07-27T20:41:35.547Z Compiling oxide-update-engine v0.1.2
31992026-07-27T20:41:35.576Z Compiling newtype_derive v0.1.6
32002026-07-27T20:41:35.596Z Compiling nom v7.1.3
32012026-07-27T20:41:35.623Z Compiling oxide-tokio-rt v0.1.4
32022026-07-27T20:41:35.643Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32032026-07-27T20:41:35.661Z Compiling pkcs5 v0.8.1
32042026-07-27T20:41:35.719Z Compiling ingot-types v0.1.2
32052026-07-27T20:41:35.796Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32062026-07-27T20:41:35.830Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32072026-07-27T20:41:35.857Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32082026-07-27T20:41:35.911Z Compiling phf_shared v0.12.1
32092026-07-27T20:41:35.954Z Compiling csv-core v0.1.13
32102026-07-27T20:41:36.060Z Compiling chrono-tz v0.10.4
32112026-07-27T20:41:36.089Z Compiling xshell-macros v0.2.7
32122026-07-27T20:41:36.113Z Compiling ingot v0.1.1
32132026-07-27T20:41:36.167Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32142026-07-27T20:41:36.215Z Compiling highway v1.3.0
32152026-07-27T20:41:36.234Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32162026-07-27T20:41:36.253Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32172026-07-27T20:41:36.274Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32182026-07-27T20:41:36.283Z Compiling hickory-resolver v0.24.4
32192026-07-27T20:41:36.342Z Compiling typify v0.6.2
32202026-07-27T20:41:36.422Z Compiling unicode-xid v0.2.6
32212026-07-27T20:41:36.477Z Compiling progenitor-impl v0.14.0
32222026-07-27T20:41:36.515Z Compiling xshell v0.2.7
32232026-07-27T20:41:36.567Z Compiling const_format_proc_macros v0.2.34
32242026-07-27T20:41:36.635Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32252026-07-27T20:41:36.995Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32262026-07-27T20:41:37.055Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32272026-07-27T20:41:41.377Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32282026-07-27T20:41:41.452Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32292026-07-27T20:41:41.452Z Compiling qorb v0.4.1
32302026-07-27T20:41:41.453Z Compiling csv v1.4.0
32312026-07-27T20:41:41.453Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32322026-07-27T20:41:41.453Z Compiling phf v0.12.1
32332026-07-27T20:41:41.453Z Compiling pkcs8 v0.11.0
32342026-07-27T20:41:41.453Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32352026-07-27T20:41:41.453Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32362026-07-27T20:41:41.453Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32372026-07-27T20:41:41.453Z Compiling owo-colors v4.3.0
32382026-07-27T20:41:41.453Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32392026-07-27T20:41:41.453Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32402026-07-27T20:41:41.453Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32412026-07-27T20:41:41.453Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32422026-07-27T20:41:41.453Z Compiling const_format v0.2.35
32432026-07-27T20:41:41.453Z Compiling tabled_derive v0.7.0
32442026-07-27T20:41:41.453Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32452026-07-27T20:41:41.453Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32462026-07-27T20:41:41.453Z Compiling bcs v0.1.6
32472026-07-27T20:41:41.453Z Compiling ff v0.14.0
32482026-07-27T20:41:41.453Z Compiling progenitor-macro v0.14.0
32492026-07-27T20:41:41.453Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32502026-07-27T20:41:41.453Z Compiling tagptr v0.2.0
32512026-07-27T20:41:41.453Z Compiling termtree v0.5.1
32522026-07-27T20:41:41.454Z Compiling salty v0.3.0
32532026-07-27T20:41:41.454Z Compiling textwrap v0.16.2
32542026-07-27T20:41:41.454Z Compiling moka v0.12.13
32552026-07-27T20:41:41.454Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32562026-07-27T20:41:41.454Z Compiling tabled v0.15.0
32572026-07-27T20:41:41.454Z Compiling steno v0.4.1
32582026-07-27T20:41:41.454Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32592026-07-27T20:41:41.454Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32602026-07-27T20:41:41.454Z Compiling sha1 v0.10.6
32612026-07-27T20:41:41.454Z Compiling signature v3.0.0
32622026-07-27T20:41:41.454Z Compiling base16ct v1.0.0
32632026-07-27T20:41:41.454Z Compiling base64 v0.21.7
32642026-07-27T20:41:41.454Z Compiling radium v0.7.0
32652026-07-27T20:41:41.454Z Compiling sec1 v0.8.1
32662026-07-27T20:41:41.454Z Compiling hickory-resolver v0.25.2
32672026-07-27T20:41:41.454Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32682026-07-27T20:41:41.454Z Compiling group v0.14.0
32692026-07-27T20:41:41.454Z Compiling hkdf v0.13.0
32702026-07-27T20:41:41.454Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32712026-07-27T20:41:41.454Z Compiling rfc6979 v0.4.0
32722026-07-27T20:41:41.481Z Compiling maybe-uninit v2.0.0
32732026-07-27T20:41:41.481Z Compiling tap v1.0.1
32742026-07-27T20:41:41.481Z Compiling ecdsa v0.16.9
32752026-07-27T20:41:41.481Z Compiling elliptic-curve v0.14.0-rc.33
32762026-07-27T20:41:41.481Z Compiling wyz v0.5.1
32772026-07-27T20:41:41.481Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32782026-07-27T20:41:41.481Z Compiling primeorder v0.13.6
32792026-07-27T20:41:41.481Z Compiling proc-macro-error-attr2 v2.0.0
32802026-07-27T20:41:41.564Z Compiling parking_lot_core v0.8.6
32812026-07-27T20:41:41.564Z Compiling packed_struct v0.10.1
32822026-07-27T20:41:41.600Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32832026-07-27T20:41:41.603Z Compiling funty v2.0.0
32842026-07-27T20:41:41.819Z Compiling utf-8 v0.7.6
32852026-07-27T20:41:41.866Z Compiling proc-macro-error2 v2.0.1
32862026-07-27T20:41:41.920Z Compiling p384 v0.13.1
32872026-07-27T20:41:42.031Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32882026-07-27T20:41:42.047Z Compiling tungstenite v0.21.0
32892026-07-27T20:41:42.163Z Compiling bitvec v1.0.1
32902026-07-27T20:41:42.192Z Compiling rfc6979 v0.5.0
32912026-07-27T20:41:42.215Z Compiling git-stub v1.0.0
32922026-07-27T20:41:42.232Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32932026-07-27T20:41:42.307Z Compiling packed_struct_codegen v0.10.1
32942026-07-27T20:41:42.364Z Compiling num-derive v0.3.3
32952026-07-27T20:41:42.397Z Compiling bitfield-macros v0.19.4
32962026-07-27T20:41:42.518Z Compiling zerocopy-derive v0.6.6
32972026-07-27T20:41:42.536Z Compiling indexmap v1.9.3
32982026-07-27T20:41:42.539Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32992026-07-27T20:41:42.761Z Compiling crc-catalog v2.4.0
33002026-07-27T20:41:42.778Z Compiling nodrop v0.1.14
33012026-07-27T20:41:42.894Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33022026-07-27T20:41:42.912Z Compiling array-init v0.0.4
33032026-07-27T20:41:42.916Z Compiling crc v3.4.0
33042026-07-27T20:41:42.991Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33052026-07-27T20:41:43.051Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33062026-07-27T20:41:43.066Z Compiling tokio-tungstenite v0.21.0
33072026-07-27T20:41:43.141Z Compiling git-stub-vcs v0.1.0
33082026-07-27T20:41:43.169Z Compiling ecdsa v0.17.0-rc.18
33092026-07-27T20:41:43.173Z Compiling bitfield v0.19.4
33102026-07-27T20:41:43.310Z Compiling tabled_derive v0.11.0
33112026-07-27T20:41:43.327Z Compiling libscf-sys v1.1.0
33122026-07-27T20:41:43.415Z Compiling smallvec v0.6.14
33132026-07-27T20:41:43.439Z Compiling zerocopy v0.6.6
33142026-07-27T20:41:43.503Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33152026-07-27T20:41:43.523Z Compiling primeorder v0.14.0-rc.10
33162026-07-27T20:41:43.540Z Compiling primefield v0.14.0
33172026-07-27T20:41:43.655Z Compiling progenitor-impl v0.13.0
33182026-07-27T20:41:43.672Z Compiling papergrid v0.17.0
33192026-07-27T20:41:43.695Z Compiling testing_table v0.3.0
33202026-07-27T20:41:43.790Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33212026-07-27T20:41:43.807Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33222026-07-27T20:41:43.826Z Compiling curve25519-dalek v5.0.0-rc.0
33232026-07-27T20:41:43.902Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33242026-07-27T20:41:43.934Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33252026-07-27T20:41:43.994Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33262026-07-27T20:41:44.052Z Compiling unicase v2.9.0
33272026-07-27T20:41:44.106Z Compiling illumos-nvpair-sys v0.2.0
33282026-07-27T20:41:44.151Z Compiling corncobs v0.1.4
33292026-07-27T20:41:44.215Z Compiling hashbrown v0.12.3
33302026-07-27T20:41:44.292Z Compiling mime_guess v2.0.5
33312026-07-27T20:41:44.355Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33322026-07-27T20:41:44.373Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33332026-07-27T20:41:44.406Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33342026-07-27T20:41:44.422Z Compiling parking_lot v0.11.2
33352026-07-27T20:41:44.440Z Compiling progenitor v0.14.0
33362026-07-27T20:41:44.610Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33372026-07-27T20:41:44.627Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33382026-07-27T20:41:44.630Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33392026-07-27T20:41:44.663Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33402026-07-27T20:41:44.663Z Compiling serde-hex v0.1.0
33412026-07-27T20:41:44.733Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33422026-07-27T20:41:44.787Z Compiling tabled v0.20.0
33432026-07-27T20:41:44.871Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33442026-07-27T20:41:44.888Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33452026-07-27T20:41:45.076Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33462026-07-27T20:41:45.175Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33472026-07-27T20:41:45.384Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33482026-07-27T20:41:45.411Z Compiling ron v0.8.1
33492026-07-27T20:41:45.429Z Compiling ssh-encoding v0.3.0-rc.9
33502026-07-27T20:41:45.447Z Compiling hashbrown v0.13.2
33512026-07-27T20:41:45.463Z Compiling progenitor-client v0.13.0
33522026-07-27T20:41:45.597Z Compiling prefix-trie v0.7.0
33532026-07-27T20:41:45.811Z Compiling fxhash v0.2.1
33542026-07-27T20:41:45.828Z Compiling secrecy v0.8.0
33552026-07-27T20:41:45.977Z Compiling crc-any v2.5.0
33562026-07-27T20:41:45.997Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33572026-07-27T20:41:46.223Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33582026-07-27T20:41:46.263Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33592026-07-27T20:41:46.304Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33602026-07-27T20:41:46.428Z Compiling progenitor-macro v0.13.0
33612026-07-27T20:41:46.455Z Compiling sled v0.34.7
33622026-07-27T20:41:46.639Z Compiling hickory-server v0.25.2
33632026-07-27T20:41:47.100Z Compiling object v0.30.4
33642026-07-27T20:41:47.134Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33652026-07-27T20:41:47.268Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33662026-07-27T20:41:47.307Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33672026-07-27T20:41:47.325Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33682026-07-27T20:41:47.787Z Compiling ed25519 v3.0.0
33692026-07-27T20:41:47.814Z Compiling crypto-primes v0.7.2
33702026-07-27T20:41:47.954Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33712026-07-27T20:41:48.551Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33722026-07-27T20:41:48.619Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33732026-07-27T20:41:48.698Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33742026-07-27T20:41:48.732Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33752026-07-27T20:41:48.911Z Compiling pkcs1 v0.8.0-rc.4
33762026-07-27T20:41:48.929Z Compiling poly1305 v0.9.0
33772026-07-27T20:41:48.945Z Compiling blowfish v0.10.0
33782026-07-27T20:41:49.130Z Compiling blake2 v0.11.0-rc.6
33792026-07-27T20:41:49.234Z Compiling keccak v0.2.0
33802026-07-27T20:41:49.250Z Compiling crc8 v0.1.1
33812026-07-27T20:41:49.354Z Compiling fiat-crypto v0.3.0
33822026-07-27T20:41:49.390Z Compiling path-slash v0.1.5
33832026-07-27T20:41:49.440Z Compiling http-range v0.1.5
33842026-07-27T20:41:49.552Z Compiling half v1.8.3
33852026-07-27T20:41:49.601Z Compiling argon2 v0.6.0-rc.8
33862026-07-27T20:41:49.657Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33872026-07-27T20:41:49.718Z Compiling sha3 v0.11.0
33882026-07-27T20:41:49.741Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33892026-07-27T20:41:49.760Z Compiling serde_cbor v0.11.2
33902026-07-27T20:41:49.848Z Compiling ssh-cipher v0.3.0-rc.9
33912026-07-27T20:41:49.866Z Compiling rsa v0.10.0-rc.18
33922026-07-27T20:41:50.162Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33932026-07-27T20:41:50.198Z Compiling bcrypt-pbkdf v0.11.0
33942026-07-27T20:41:50.283Z Compiling ed25519-dalek v3.0.0-rc.0
33952026-07-27T20:41:50.385Z Compiling illumos-nvpair v0.3.0
33962026-07-27T20:41:50.535Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33972026-07-27T20:41:50.667Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33982026-07-27T20:41:50.702Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33992026-07-27T20:41:50.721Z Compiling p521 v0.14.0-rc.10
34002026-07-27T20:41:50.778Z Compiling p256 v0.14.0-rc.10
34012026-07-27T20:41:50.816Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34022026-07-27T20:41:50.925Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34032026-07-27T20:41:50.966Z Compiling yasna v0.5.2
34042026-07-27T20:41:50.981Z Compiling kstat-rs v0.2.4
34052026-07-27T20:41:51.305Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34062026-07-27T20:41:51.393Z Compiling headers-core v0.3.0
34072026-07-27T20:41:51.543Z Compiling kem v0.3.0
34082026-07-27T20:41:51.547Z Compiling progenitor v0.13.0
34092026-07-27T20:41:51.575Z Compiling module-lattice v0.2.3
34102026-07-27T20:41:51.591Z Compiling nanorand v0.7.0
34112026-07-27T20:41:51.659Z Compiling atty v0.2.14
34122026-07-27T20:41:51.677Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34132026-07-27T20:41:51.693Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34142026-07-27T20:41:51.697Z Compiling headers v0.4.1
34152026-07-27T20:41:51.742Z Compiling rcgen v0.12.1
34162026-07-27T20:41:51.789Z Compiling ml-kem v0.3.2
34172026-07-27T20:41:51.842Z Compiling flume v0.11.1
34182026-07-27T20:41:51.902Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
34192026-07-27T20:41:51.990Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34202026-07-27T20:41:52.079Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34212026-07-27T20:41:52.179Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34222026-07-27T20:41:52.486Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34232026-07-27T20:41:52.654Z Compiling hyper-staticfile v0.10.1
34242026-07-27T20:41:52.725Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34252026-07-27T20:41:52.758Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34262026-07-27T20:41:52.827Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34272026-07-27T20:41:53.008Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34282026-07-27T20:41:53.126Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
34292026-07-27T20:41:53.181Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34302026-07-27T20:41:53.438Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34312026-07-27T20:41:53.540Z Compiling russh-cryptovec v0.61.0
34322026-07-27T20:41:53.558Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34332026-07-27T20:41:53.743Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34342026-07-27T20:41:53.794Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34352026-07-27T20:41:54.046Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34362026-07-27T20:41:54.064Z Compiling internal-russh-num-bigint v0.5.0
34372026-07-27T20:41:54.192Z Compiling port-file v0.1.0
34382026-07-27T20:41:54.242Z Compiling num-bigint v0.4.6
34392026-07-27T20:41:54.288Z Compiling generic-array v1.4.3
34402026-07-27T20:41:54.398Z Compiling russh-util v0.52.0
34412026-07-27T20:41:54.466Z Compiling enum_dispatch v0.3.13
34422026-07-27T20:41:54.571Z Compiling p384 v0.14.0-rc.10
34432026-07-27T20:41:54.589Z Compiling delegate v0.13.5
34442026-07-27T20:41:54.590Z Compiling subprocess v0.2.15
34452026-07-27T20:41:54.807Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34462026-07-27T20:41:54.824Z Compiling hex-literal v1.1.0
34472026-07-27T20:41:54.972Z Compiling md5 v0.8.0
34482026-07-27T20:41:54.976Z Compiling display-error-chain v0.2.2
34492026-07-27T20:41:55.159Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34502026-07-27T20:41:55.184Z Compiling colored v2.2.0
34512026-07-27T20:41:55.262Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34522026-07-27T20:41:55.279Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34532026-07-27T20:41:55.361Z Compiling socket2 v0.5.10
34542026-07-27T20:41:55.413Z Compiling internet-checksum v0.2.1
34552026-07-27T20:41:56.088Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34562026-07-27T20:41:56.651Z Compiling ssh-key v0.7.0-rc.10
34572026-07-27T20:41:56.818Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34582026-07-27T20:41:57.315Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34592026-07-27T20:41:57.905Z Compiling russh v0.61.2
34602026-07-27T20:41:58.613Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34612026-07-27T20:41:59.758Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34622026-07-27T20:42:08.146Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34632026-07-27T20:42:08.146Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34642026-07-27T20:42:08.150Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34652026-07-27T20:42:08.150Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34662026-07-27T20:42:09.913Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34672026-07-27T20:42:09.931Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34682026-07-27T20:42:13.897Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34692026-07-27T20:42:56.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s
34702026-07-27T20:42:56.200Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
34712026-07-27T20:42:56.200Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
34722026-07-27T20:42:56.200Z
34732026-07-27T20:42:56.200Zreal 1:29.357667239
34742026-07-27T20:42:56.200Zuser 8:43.671746015
34752026-07-27T20:42:56.200Zsys 1:44.138465461
34762026-07-27T20:42:56.201Ztrap 0.265657865
34772026-07-27T20:42:56.201Ztflt 0.273229144
34782026-07-27T20:42:56.201Zdflt 2.014035313
34792026-07-27T20:42:56.201Zkflt 0.000252590
34802026-07-27T20:42:56.201Zlock 32:24.946385135
34812026-07-27T20:42:56.201Zslp 19:58.751659635
34822026-07-27T20:42:56.201Zlat 41.559596040
34832026-07-27T20:42:56.201Zstop 3:17.812692758
34842026-07-27T20:42:56.201Z+ mkdir tests
34852026-07-27T20:42:56.201Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34862026-07-27T20:42:56.201Z+ xargs -I '{}' -t cp '{}' tests/
34872026-07-27T20:42:56.201Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-126663f69f1eb1a9 tests/
34882026-07-27T20:42:56.201Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-1e63cf198966dcf1 tests/
34892026-07-27T20:42:56.201Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-c59a6a64afda0127 tests/
34902026-07-27T20:42:56.206Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-335fcb617587a99d tests/
34912026-07-27T20:42:56.207Z+ 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)
34922026-07-27T20:42:56.208Z+ 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-1e63cf198966dcf1 tests/commtest-c59a6a64afda0127 tests/dhcp_server-126663f69f1eb1a9 tests/end_to_end_tests-335fcb617587a99d 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
34932026-07-27T20:44:21.203ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34942026-07-27T20:44:21.203Za .github/buildomat/ci-env.sh 1K
34952026-07-27T20:44:21.203Za out/target/test 1K
34962026-07-27T20:44:21.203Za out/npuzone/npuzone 27402K
34972026-07-27T20:44:21.203Za package-manifest.toml 35K
34982026-07-27T20:44:21.204Za smf/sled-agent/non-gimlet/config.toml 6K
34992026-07-27T20:44:21.204Za target/release/omicron-package 44912K
35002026-07-27T20:44:21.204Za target/release/xtask 11722K
35012026-07-27T20:44:21.204Za target/debug/bootstrap 406439K
35022026-07-27T20:44:21.204Za tests/bootstrap-1e63cf198966dcf1 34402K
35032026-07-27T20:44:21.204Za tests/commtest-c59a6a64afda0127 34783K
35042026-07-27T20:44:21.204Za tests/dhcp_server-126663f69f1eb1a9 34402K
35052026-07-27T20:44:21.204Za tests/end_to_end_tests-335fcb617587a99d 469304K
35062026-07-27T20:44:21.204Za tools/opte_version 1K
35072026-07-27T20:44:21.204Za tools/opte_version_override 2K
35082026-07-27T20:44:21.204Za out/clickhouse.tar.gz 312989K
35092026-07-27T20:44:21.205Za out/clickhouse_keeper.tar.gz 299199K
35102026-07-27T20:44:21.205Za out/clickhouse_server.tar.gz 312986K
35112026-07-27T20:44:21.205Za out/cockroachdb.tar.gz 160196K
35122026-07-27T20:44:21.205Za out/crucible-pantry-zone.tar.gz 37980K
35132026-07-27T20:44:21.205Za out/crucible-utils.tar 18900K
35142026-07-27T20:44:21.205Za out/crucible-zone.tar.gz 52675K
35152026-07-27T20:44:21.205Za out/external-dns.tar.gz 45160K
35162026-07-27T20:44:21.205Za out/internal-dns.tar.gz 45159K
35172026-07-27T20:44:21.205Za out/mg-ddm-gz.tar 102717K
35182026-07-27T20:44:21.205Za out/nexus.tar.gz 350185K
35192026-07-27T20:44:21.205Za out/ntp.tar.gz 27742K
35202026-07-27T20:44:21.205Za out/omicron-gateway-softnpu.tar.gz 29209K
35212026-07-27T20:44:21.205Za out/omicron-sled-agent.tar 223134K
35222026-07-27T20:44:21.205Za out/overlay.tar.gz 4K
35232026-07-27T20:44:21.205Za out/oximeter.tar.gz 63465K
35242026-07-27T20:44:21.205Za out/oxlog.tar 4005K
35252026-07-27T20:44:21.205Za out/probe.tar.gz 3037K
35262026-07-27T20:44:21.205Za out/propolis-server.tar.gz 34372K
35272026-07-27T20:44:21.205Za out/pumpkind-gz.tar 26647K
35282026-07-27T20:44:21.205Za out/switch-softnpu.tar.gz 497420K
35292026-07-27T20:44:21.209Z
35302026-07-27T20:44:21.209Zreal 1:25.035066678
35312026-07-27T20:44:21.209Zuser 1:22.153342099
35322026-07-27T20:44:21.210Zsys 4.772954375
35332026-07-27T20:44:21.210Ztrap 0.006529532
35342026-07-27T20:44:21.210Ztflt 0.000000000
35352026-07-27T20:44:21.210Zdflt 0.000000000
35362026-07-27T20:44:21.210Zkflt 0.000000000
35372026-07-27T20:44:21.210Zlock 0.000000000
35382026-07-27T20:44:21.211Zslp 1:22.016593266
35392026-07-27T20:44:21.211Zlat 1.116024937
35402026-07-27T20:44:21.211Zstop 0.000302800
35412026-07-27T20:44:21.211Zprocess exited: duration 1184582 ms, exit code 0
 
35422026-07-27T20:44:21.219Zfound 1 output files
35432026-07-27T20:44:21.219Zuploading: /work/package.tar.gz (2641644080 bytes)
35442026-07-27T20:44:52.259Zuploaded: /work/package.tar.gz