01M00KPVEA6FRA4EFM8DT0PSD5: 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: 01M00KQ8YE6HKRMZ6MS3HE8HMN

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-14T17:05:35.491Zjob assigned to worker 01M00KQME0Y0R17HAMAQ0PTPYD [factory aws, i-08cfc1374aa8f367a] (queued for 54 s)
 
22026-08-14T17:05:42.245Zstarting task 0: "setup"
32026-08-14T17:05:42.250Z++ uname -s
42026-08-14T17:05:42.255Z+ kern=SunOS
52026-08-14T17:05:42.255Z+ build_user=build
62026-08-14T17:05:42.255Z+ build_uid=12345
72026-08-14T17:05:42.255Z+ work_dir=/work
82026-08-14T17:05:42.255Z+ input_dir=/input
92026-08-14T17:05:42.255Z+ [[ 0 == 12345 ]]
102026-08-14T17:05:42.255Z+ case "$kern" in
112026-08-14T17:05:42.255Z+ groupadd -g 12345 build
122026-08-14T17:05:42.259Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-14T17:05:44.263Z+ zfs create -o mountpoint=/work rpool/work
142026-08-14T17:05:44.414Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-14T17:05:44.418Z+ home_fs=zfs
162026-08-14T17:05:44.418Z+ [[ zfs == autofs ]]
172026-08-14T17:05:44.418Z+ mkdir -p /home/build
182026-08-14T17:05:44.421Z+ chown build:build /home/build /work
192026-08-14T17:05:46.421Z+ chmod 0700 /home/build /work
202026-08-14T17:05:46.425Zprocess exited: duration 4183 ms, exit code 0
 
212026-08-14T17:05:46.432Zstarting task 1: "rust-toolchain"
222026-08-14T17:05:46.438Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-14T17:05:46.438Z * rust toolchain channel = "1.97.1"
242026-08-14T17:05:46.438Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-14T17:05:46.438Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-14T17:05:46.438Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-14T17:05:46.438Z * rust toolchain profile = "default"
282026-08-14T17:05:46.442Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-14T17:05:46.442Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-14T17:05:46.541Zinfo: downloading installer
312026-08-14T17:05:47.977Zwarn: It looks like you have an existing rustup settings file at:
322026-08-14T17:05:47.977Zwarn: /home/build/.rustup/settings.toml
332026-08-14T17:05:47.977Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-14T17:05:47.977Zwarn: instead of the one inferred from the default host triple.
352026-08-14T17:05:47.992Zinfo: profile set to default
362026-08-14T17:05:47.992Zinfo: default host triple is x86_64-unknown-illumos
372026-08-14T17:05:47.995Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-14T17:05:48.133Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-14T17:05:48.136Zinfo: downloading 6 components
402026-08-14T17:06:03.437Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-14T17:06:03.437Z
422026-08-14T17:06:03.468Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-14T17:06:03.468Z
442026-08-14T17:06:03.468Z
452026-08-14T17:06:03.468ZRust is installed now. Great!
462026-08-14T17:06:03.468Z
472026-08-14T17:06:03.468ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-14T17:06:03.468Zenvironment variable. This has not been done automatically.
492026-08-14T17:06:03.468Z
502026-08-14T17:06:03.468ZTo configure your current shell, you need to source
512026-08-14T17:06:03.468Zthe corresponding env file under $HOME/.cargo.
522026-08-14T17:06:03.469Z
532026-08-14T17:06:03.469ZThis is usually done by running one of the following (note the leading DOT):
542026-08-14T17:06:03.472Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-14T17:06:03.472Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-14T17:06:03.472Zsource "~/.cargo/env.nu" # For nushell
572026-08-14T17:06:03.472Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-14T17:06:03.472Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-14T17:06:03.472Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-14T17:06:03.473Zwarn: no default linker (`cc`) was found in your PATH
612026-08-14T17:06:03.473Zwarn: many Rust crates require a system C toolchain to build
622026-08-14T17:06:03.577Z+ rustup --version
632026-08-14T17:06:03.583Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-14T17:06:03.583Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-14T17:06:03.604Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-14T17:06:03.608Z+ cargo --version
672026-08-14T17:06:03.616Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-14T17:06:03.620Z+ rustc --version
692026-08-14T17:06:03.638Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-14T17:06:03.642Zprocess exited: duration 17208 ms, exit code 0
 
712026-08-14T17:06:03.651Zstarting task 2: "authentication"
722026-08-14T17:06:03.669Zprocess exited: duration 20 ms, exit code 0
 
732026-08-14T17:06:03.676Zstarting task 3: "clone repository"
742026-08-14T17:06:03.681Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-14T17:06:03.684Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-14T17:06:03.718ZCloning into '/work/oxidecomputer/omicron'...
772026-08-14T17:06:14.696Z+ cd /work/oxidecomputer/omicron
782026-08-14T17:06:14.696Z+ git fetch origin 1739fed3e65ef884fdbecf25ba94570e915d03d7
792026-08-14T17:06:15.059ZFrom https://github.com/oxidecomputer/omicron
802026-08-14T17:06:15.059Z * branch 1739fed3e65ef884fdbecf25ba94570e915d03d7 -> FETCH_HEAD
812026-08-14T17:06:15.074Z+ [[ -n '' ]]
822026-08-14T17:06:15.074Z+ git reset --hard 1739fed3e65ef884fdbecf25ba94570e915d03d7
832026-08-14T17:06:15.326ZHEAD is now at 1739fed3e API docs tweaks
842026-08-14T17:06:15.330Zprocess exited: duration 11652 ms, exit code 0
 
852026-08-14T17:06:15.337Zstarting task 4: "build"
862026-08-14T17:06:15.344Z+ source .github/buildomat/ci-env.sh
872026-08-14T17:06:15.344Z++ export CARGO_TERM_COLOR=always
882026-08-14T17:06:15.344Z++ CARGO_TERM_COLOR=always
892026-08-14T17:06:15.348Z+++ uname -s
902026-08-14T17:06:15.348Z++ [[ SunOS == \S\u\n\O\S ]]
912026-08-14T17:06:15.348Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
922026-08-14T17:06:15.351Z+ cargo --version
932026-08-14T17:06:15.359Zcargo 1.97.1 (c980f4866 2026-06-30)
942026-08-14T17:06:15.363Z+ rustc --version
952026-08-14T17:06:15.383Zrustc 1.97.1 (8bab26f4f 2026-07-14)
962026-08-14T17:06:15.387Z+ WORK=/work
972026-08-14T17:06:15.387Z+ pfexec mkdir -p /work
982026-08-14T17:06:15.390Z+ pfexec chown build /work
992026-08-14T17:06:15.394Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1002026-08-14T17:06:17.346Z Startup: Refreshing catalog 'helios' ... Done
1012026-08-14T17:06:17.657Z Startup: Caching catalogs ... Done
1022026-08-14T17:06:19.425ZPlanning: Solver setup ... Done (1.662s)
1032026-08-14T17:06:19.478ZPlanning: Running solver ... Done (0.053s)
1042026-08-14T17:06:19.520ZPlanning: Finding local manifests ... Done (0.003s)
1052026-08-14T17:06:19.533ZPlanning: Fetching manifests: 0/2 0% complete
1062026-08-14T17:06:19.551ZPlanning: Fetching manifests: 2/2 100% complete
1072026-08-14T17:06:19.566ZPlanning: Package planning ... Done (0.015s)
1082026-08-14T17:06:19.569ZPlanning: Merging actions ... Done (0.002s)
1092026-08-14T17:06:19.729ZPlanning: Checking for conflicting actions ... Done (0.161s)
1102026-08-14T17:06:19.732ZPlanning: Consolidating action changes ... Done (0.001s)
1112026-08-14T17:06:20.607ZPlanning: Evaluating mediators ... Done (0.877s)
1122026-08-14T17:06:20.611ZPlanning: Planning completed in 2.91 seconds
1132026-08-14T17:06:20.616Z Packages to install: 2
1142026-08-14T17:06:20.616Z Estimated space available: 156.02 GB
1152026-08-14T17:06:20.616ZEstimated space to be consumed: 67.95 MB
1162026-08-14T17:06:20.616Z Create boot environment: No
1172026-08-14T17:06:20.620ZCreate backup boot environment: No
1182026-08-14T17:06:20.620Z Rebuild boot archive: No
1192026-08-14T17:06:20.620Z
1202026-08-14T17:06:20.620ZChanged packages:
1212026-08-14T17:06:20.620Zhelios
1222026-08-14T17:06:20.620Z developer/build-essential
1232026-08-14T17:06:20.620Z None -> 11-3.0
1242026-08-14T17:06:20.620Z library/libxmlsec1
1252026-08-14T17:06:20.620Z None -> 1.2.35-3.0
1262026-08-14T17:06:20.643Z
1272026-08-14T17:06:20.643ZDownload: 0/214 items 0.0/1.3MB 0% complete
1282026-08-14T17:06:20.712ZDownload: Completed 1.28 MB in 0.07 seconds (18.4M/s)
1292026-08-14T17:06:20.797Z Actions: 1/268 actions (Installing new actions)
1302026-08-14T17:06:20.837Z Actions: Completed 268 actions in 0.04 seconds.
1312026-08-14T17:06:20.869ZFinalize: Updating package state database ... Done (0.032s)
1322026-08-14T17:06:20.870ZFinalize: Updating package cache ... Done (0.000s)
1332026-08-14T17:06:20.944ZFinalize: Updating image state ... Done (0.074s)
1342026-08-14T17:06:23.617ZFinalize: Creating fast lookup database ... Done (2.625s)
1352026-08-14T17:06:23.683ZFinalize: Reading search index ... Done (0.013s)
1362026-08-14T17:06:23.687ZFinalize: Updating search index ... Done (0.000s)
1372026-08-14T17:06:23.783ZFinalize: Updating package cache ... Done (0.000s)
1382026-08-14T17:06:24.145ZPlanning: Evaluating mediator changes ... Done
1392026-08-14T17:06:24.251ZPlanning: Checking for conflicting actions ... Done
1402026-08-14T17:06:24.255ZPlanning: Consolidating action changes ... Done
1412026-08-14T17:06:24.410ZPlanning: Evaluating mediators ... Done
1422026-08-14T17:06:24.413ZPlanning: Planning completed in 0.27 seconds
1432026-08-14T17:06:24.434Z Mediators to change: 2
1442026-08-14T17:06:24.434Z Create boot environment: No
1452026-08-14T17:06:24.434ZCreate backup boot environment: No
1462026-08-14T17:06:24.488ZFinalize: Updating package state database ... Done
1472026-08-14T17:06:24.488ZFinalize: Updating package cache ... Done
1482026-08-14T17:06:24.537ZFinalize: Updating image state ... Done
1492026-08-14T17:06:26.494ZFinalize: Creating fast lookup database ... Done
1502026-08-14T17:06:26.557ZFinalize: Reading search index ... Done
1512026-08-14T17:06:26.560ZFinalize: Updating search index ... Done
1522026-08-14T17:06:26.660ZFinalize: Updating package cache ... Done
1532026-08-14T17:06:26.946ZPlanning: Evaluating mediator changes ... Done
1542026-08-14T17:06:27.050ZPlanning: Checking for conflicting actions ... Done
1552026-08-14T17:06:27.055ZPlanning: Consolidating action changes ... Done
1562026-08-14T17:06:27.209ZPlanning: Evaluating mediators ... Done
1572026-08-14T17:06:27.213ZPlanning: Planning completed in 0.26 seconds
1582026-08-14T17:06:27.232Z Mediators to change: 1
1592026-08-14T17:06:27.232Z Create boot environment: No
1602026-08-14T17:06:27.232ZCreate backup boot environment: No
1612026-08-14T17:06:27.269ZFinalize: Updating package state database ... Done
1622026-08-14T17:06:27.269ZFinalize: Updating package cache ... Done
1632026-08-14T17:06:27.314ZFinalize: Updating image state ... Done
1642026-08-14T17:06:29.287ZFinalize: Creating fast lookup database ... Done
1652026-08-14T17:06:29.347ZFinalize: Reading search index ... Done
1662026-08-14T17:06:29.351ZFinalize: Updating search index ... Done
1672026-08-14T17:06:29.406ZFinalize: Updating package cache ... Done
1682026-08-14T17:06:29.717ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1692026-08-14T17:06:29.718Zapache system 2.4 system
1702026-08-14T17:06:29.718Zclang system 15 system
1712026-08-14T17:06:29.718Zcsh system system illumos
1722026-08-14T17:06:29.718Zctags system system illumos
1732026-08-14T17:06:29.718Zfile vendor vendor darwinsys
1742026-08-14T17:06:29.718Zfile system system illumos
1752026-08-14T17:06:29.718Zgcc vendor 14 vendor
1762026-08-14T17:06:29.718Zgcc system 13 system
1772026-08-14T17:06:29.718Zgcc system 10 system
1782026-08-14T17:06:29.718Zgo system 1.25 system
1792026-08-14T17:06:29.718Zllvm system 15 system
1802026-08-14T17:06:29.718Zmariadb system 11.4 system
1812026-08-14T17:06:29.718Zmta vendor vendor dma
1822026-08-14T17:06:29.718Zopenjdk system 17 system
1832026-08-14T17:06:29.718Zopenjdk system 11 system
1842026-08-14T17:06:29.718Zopenssl vendor 3 vendor
1852026-08-14T17:06:29.718Zperl system 5.40 system
1862026-08-14T17:06:29.718Zpostgresql system 18 system
1872026-08-14T17:06:29.718Zpostgresql system 17 system
1882026-08-14T17:06:29.718Zpython vendor 3 vendor
1892026-08-14T17:06:29.718Zpython system 2 system
1902026-08-14T17:06:29.718Zpython3 vendor 3.13 vendor
1912026-08-14T17:06:29.718Zruby system 3.4 system
1922026-08-14T17:06:29.718Zruby system 3.0 system
1932026-08-14T17:06:29.718Zwords vendor vendor american-english
1942026-08-14T17:06:29.718Zwords system system australian-english
1952026-08-14T17:06:29.718Zwords system system british-english
1962026-08-14T17:06:29.718Zwords system system canadian-english
1972026-08-14T17:06:29.718Zwords system system french
1982026-08-14T17:06:29.718Zwords system system italian
1992026-08-14T17:06:29.718Zwords system system ngerman
2002026-08-14T17:06:29.718Zwords system system ogerman
2012026-08-14T17:06:29.718Zwords system system spanish
2022026-08-14T17:06:29.973ZPUBLISHER TYPE STATUS P LOCATION
2032026-08-14T17:06:29.973Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2042026-08-14T17:06:30.409ZFMRI IFO
2052026-08-14T17:06:30.409Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2062026-08-14T17:06:30.409Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2072026-08-14T17:06:30.410Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2082026-08-14T17:06:30.410Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2092026-08-14T17:06:30.410Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2102026-08-14T17:06:30.410Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2112026-08-14T17:06:30.410Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2122026-08-14T17:06:30.410Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2132026-08-14T17:06:30.410Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2142026-08-14T17:06:30.727Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2152026-08-14T17:06:31.061Z Updating crates.io index
2162026-08-14T17:06:31.064Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2172026-08-14T17:06:31.382Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2182026-08-14T17:06:31.790Z Updating git repository `https://github.com/oxidecomputer/propolis`
2192026-08-14T17:06:32.840Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2202026-08-14T17:06:33.468Z Updating git repository `https://github.com/oxidecomputer/crucible`
2212026-08-14T17:06:36.282Z Updating git repository `https://github.com/oxidecomputer/opte`
2222026-08-14T17:06:37.363Z Updating git repository `https://github.com/oxidecomputer/tofino`
2232026-08-14T17:06:37.662Z Updating git repository `https://github.com/oxidecomputer/lldp`
2242026-08-14T17:06:38.084Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2252026-08-14T17:06:39.322Z Updating git repository `https://github.com/oxidecomputer/clickward`
2262026-08-14T17:06:39.649Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2272026-08-14T17:06:40.016Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2282026-08-14T17:06:40.307Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2292026-08-14T17:06:40.562Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2302026-08-14T17:06:40.851Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2312026-08-14T17:06:41.145Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2322026-08-14T17:06:41.414Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2332026-08-14T17:06:41.772Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2342026-08-14T17:06:42.221Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2352026-08-14T17:06:42.719Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2362026-08-14T17:06:43.117Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2372026-08-14T17:06:43.641Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2382026-08-14T17:06:43.941Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2392026-08-14T17:06:44.513Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2402026-08-14T17:06:44.923Z Updating git repository `https://github.com/oxidecomputer/erebor`
2412026-08-14T17:06:45.547Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2422026-08-14T17:06:46.015Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2432026-08-14T17:06:46.335Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2442026-08-14T17:06:46.782Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2452026-08-14T17:06:47.155Z Updating git repository `https://github.com/oxidecomputer/ispf`
2462026-08-14T17:06:47.442Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2472026-08-14T17:06:47.788Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2482026-08-14T17:06:48.191Z Updating git repository `https://github.com/oxidecomputer/tough`
2492026-08-14T17:06:48.825Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2502026-08-14T17:06:49.360Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2512026-08-14T17:06:49.680Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2522026-08-14T17:06:50.026Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2532026-08-14T17:06:50.398Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2542026-08-14T17:06:50.762Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2552026-08-14T17:06:51.067Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2562026-08-14T17:06:51.414Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2572026-08-14T17:06:51.722Z Updating git repository `https://github.com/illumos/smf-rs`
2582026-08-14T17:06:54.447Z Downloading crates ...
2592026-08-14T17:06:54.507Z Downloaded dof v0.3.0
2602026-08-14T17:06:54.510Z Downloaded anstream v1.0.0
2612026-08-14T17:06:54.511Z Downloaded anstyle v1.0.14
2622026-08-14T17:06:54.514Z Downloaded cfg-if v1.0.4
2632026-08-14T17:06:54.514Z Downloaded zmij v1.0.21
2642026-08-14T17:06:54.514Z Downloaded smawk v0.3.2
2652026-08-14T17:06:54.514Z Downloaded usdt v0.5.0
2662026-08-14T17:06:54.514Z Downloaded thread-id v4.2.2
2672026-08-14T17:06:54.517Z Downloaded generic-array v0.14.7
2682026-08-14T17:06:54.522Z Downloaded zerocopy-derive v0.7.35
2692026-08-14T17:06:54.526Z Downloaded block-buffer v0.10.4
2702026-08-14T17:06:54.529Z Downloaded zerocopy v0.7.35
2712026-08-14T17:06:54.534Z Downloaded errno v0.3.14
2722026-08-14T17:06:54.538Z Downloaded fastrand v2.3.0
2732026-08-14T17:06:54.541Z Downloaded heck v0.4.1
2742026-08-14T17:06:54.541Z Downloaded pest_generator v2.8.6
2752026-08-14T17:06:54.541Z Downloaded papergrid v0.11.0
2762026-08-14T17:06:54.544Z Downloaded macaddr v1.0.1
2772026-08-14T17:06:54.548Z Downloaded memmap v0.7.0
2782026-08-14T17:06:54.548Z Downloaded anstyle-query v1.1.5
2792026-08-14T17:06:54.548Z Downloaded colorchoice v1.0.4
2802026-08-14T17:06:54.551Z Downloaded equivalent v1.0.2
2812026-08-14T17:06:54.556Z Downloaded cargo_metadata v0.23.1
2822026-08-14T17:06:54.559Z Downloaded is_terminal_polyfill v1.70.2
2832026-08-14T17:06:54.563Z Downloaded unicode-linebreak v0.1.5
2842026-08-14T17:06:54.568Z Downloaded dtrace-parser v0.2.0
2852026-08-14T17:06:54.568Z Downloaded bytecount v0.6.9
2862026-08-14T17:06:54.572Z Downloaded pretty-hex v0.4.1
2872026-08-14T17:06:54.572Z Downloaded crypto-common v0.1.7
2882026-08-14T17:06:54.575Z Downloaded itoa v1.0.17
2892026-08-14T17:06:54.575Z Downloaded clap_lex v1.0.0
2902026-08-14T17:06:54.579Z Downloaded cargo-platform v0.3.2
2912026-08-14T17:06:54.583Z Downloaded heck v0.5.0
2922026-08-14T17:06:54.588Z Downloaded tabled_derive v0.7.0
2932026-08-14T17:06:54.591Z Downloaded proc-macro-error-attr v1.0.4
2942026-08-14T17:06:54.591Z Downloaded autocfg v1.5.0
2952026-08-14T17:06:54.591Z Downloaded fs-err v3.3.0
2962026-08-14T17:06:54.591Z Downloaded byteorder v1.5.0
2972026-08-14T17:06:54.595Z Downloaded anyhow v1.0.102
2982026-08-14T17:06:54.595Z Downloaded cargo_toml v0.21.0
2992026-08-14T17:06:54.598Z Downloaded once_cell v1.21.3
3002026-08-14T17:06:54.601Z Downloaded fnv v1.0.7
3012026-08-14T17:06:54.605Z Downloaded plain v0.2.3
3022026-08-14T17:06:54.609Z Downloaded scroll_derive v0.12.1
3032026-08-14T17:06:54.609Z Downloaded usdt-macro v0.5.0
3042026-08-14T17:06:54.609Z Downloaded version_check v0.9.5
3052026-08-14T17:06:54.612Z Downloaded strsim v0.11.1
3062026-08-14T17:06:54.612Z Downloaded serde_spanned v0.6.9
3072026-08-14T17:06:54.616Z Downloaded terminal_size v0.4.3
3082026-08-14T17:06:54.619Z Downloaded toml_write v0.1.2
3092026-08-14T17:06:54.628Z Downloaded anstyle-parse v1.0.0
3102026-08-14T17:06:54.631Z Downloaded memchr v2.8.0
3112026-08-14T17:06:54.639Z Downloaded toml_datetime v0.6.11
3122026-08-14T17:06:54.642Z Downloaded utf8parse v0.2.2
3132026-08-14T17:06:54.642Z Downloaded usdt-attr-macro v0.5.0
3142026-08-14T17:06:54.647Z Downloaded cpufeatures v0.2.17
3152026-08-14T17:06:54.655Z Downloaded sha2 v0.10.9
3162026-08-14T17:06:54.658Z Downloaded digest v0.10.7
3172026-08-14T17:06:54.662Z Downloaded pest_derive v2.8.6
3182026-08-14T17:06:54.662Z Downloaded thiserror-impl v1.0.69
3192026-08-14T17:06:54.662Z Downloaded quote v1.0.45
3202026-08-14T17:06:54.666Z Downloaded getrandom v0.4.1
3212026-08-14T17:06:54.669Z Downloaded serde_tokenstream v0.2.3
3222026-08-14T17:06:54.669Z Downloaded swrite v0.1.0
3232026-08-14T17:06:54.674Z Downloaded serde_core v1.0.228
3242026-08-14T17:06:54.678Z Downloaded thiserror v2.0.18
3252026-08-14T17:06:54.681Z Downloaded thiserror-impl v2.0.18
3262026-08-14T17:06:54.681Z Downloaded camino v1.2.2
3272026-08-14T17:06:54.690Z Downloaded thiserror v1.0.69
3282026-08-14T17:06:54.693Z Downloaded usdt-impl v0.5.0
3292026-08-14T17:06:54.693Z Downloaded scroll v0.12.0
3302026-08-14T17:06:54.697Z Downloaded ucd-trie v0.1.7
3312026-08-14T17:06:54.702Z Downloaded tempfile v3.25.0
3322026-08-14T17:06:54.705Z Downloaded toml v0.8.23
3332026-08-14T17:06:54.708Z Downloaded camino-tempfile v1.4.1
3342026-08-14T17:06:54.708Z Downloaded bitflags v2.11.0
3352026-08-14T17:06:54.718Z Downloaded clap v4.6.1
3362026-08-14T17:06:54.724Z Downloaded log v0.4.29
3372026-08-14T17:06:54.731Z Downloaded proc-macro-error v1.0.4
3382026-08-14T17:06:54.734Z Downloaded unicode-ident v1.0.24
3392026-08-14T17:06:54.734Z Downloaded clap_derive v4.6.1
3402026-08-14T17:06:54.745Z Downloaded semver v1.0.28
3412026-08-14T17:06:54.749Z Downloaded serde_derive v1.0.228
3422026-08-14T17:06:54.753Z Downloaded pest_meta v2.8.6
3432026-08-14T17:06:54.761Z Downloaded textwrap v0.16.2
3442026-08-14T17:06:54.766Z Downloaded proc-macro2 v1.0.106
3452026-08-14T17:06:54.769Z Downloaded toml_edit v0.22.27
3462026-08-14T17:06:54.772Z Downloaded serde v1.0.228
3472026-08-14T17:06:54.779Z Downloaded indexmap v2.14.0
3482026-08-14T17:06:54.805Z Downloaded typenum v1.20.1
3492026-08-14T17:06:54.809Z Downloaded pest v2.8.6
3502026-08-14T17:06:54.837Z Downloaded hashbrown v0.17.0
3512026-08-14T17:06:54.850Z Downloaded clap_builder v4.6.0
3522026-08-14T17:06:54.854Z Downloaded serde_json v1.0.151
3532026-08-14T17:06:54.869Z Downloaded goblin v0.8.2
3542026-08-14T17:06:54.881Z Downloaded winnow v0.7.14
3552026-08-14T17:06:54.885Z Downloaded tabled v0.15.0
3562026-08-14T17:06:54.900Z Downloaded syn v1.0.109
3572026-08-14T17:06:54.905Z Downloaded unicode-width v0.1.14
3582026-08-14T17:06:54.910Z Downloaded unicode-width v0.2.0
3592026-08-14T17:06:54.918Z Downloaded syn v2.0.117
3602026-08-14T17:06:54.937Z Downloaded rustix v1.1.3
3612026-08-14T17:06:54.964Z Downloaded libc v0.2.185
3622026-08-14T17:06:55.046Z Compiling proc-macro2 v1.0.106
3632026-08-14T17:06:55.046Z Compiling quote v1.0.45
3642026-08-14T17:06:55.046Z Compiling unicode-ident v1.0.24
3652026-08-14T17:06:55.051Z Compiling serde_core v1.0.228
3662026-08-14T17:06:55.051Z Compiling libc v0.2.185
3672026-08-14T17:06:55.051Z Compiling version_check v0.9.5
3682026-08-14T17:06:55.051Z Compiling memchr v2.8.0
3692026-08-14T17:06:55.051Z Compiling serde v1.0.228
3702026-08-14T17:06:55.051Z Compiling zmij v1.0.21
3712026-08-14T17:06:55.051Z Compiling thiserror v1.0.69
3722026-08-14T17:06:55.051Z Compiling ucd-trie v0.1.7
3732026-08-14T17:06:55.209Z Compiling itoa v1.0.17
3742026-08-14T17:06:55.212Z Compiling rustix v1.1.3
3752026-08-14T17:06:55.212Z Compiling byteorder v1.5.0
3762026-08-14T17:06:55.432Z Compiling bitflags v2.11.0
3772026-08-14T17:06:55.491Z Compiling serde_json v1.0.151
3782026-08-14T17:06:55.578Z Compiling proc-macro-error-attr v1.0.4
3792026-08-14T17:06:55.654Z Compiling usdt-impl v0.5.0
3802026-08-14T17:06:55.708Z Compiling camino v1.2.2
3812026-08-14T17:06:55.727Z Compiling syn v1.0.109
3822026-08-14T17:06:55.781Z Compiling proc-macro-error v1.0.4
3832026-08-14T17:06:55.831Z Compiling pest v2.8.6
3842026-08-14T17:06:55.899Z Compiling log v0.4.29
3852026-08-14T17:06:55.915Z Compiling getrandom v0.4.1
3862026-08-14T17:06:55.983Z Compiling plain v0.2.3
3872026-08-14T17:06:56.055Z Compiling utf8parse v0.2.2
3882026-08-14T17:06:56.073Z Compiling equivalent v1.0.2
3892026-08-14T17:06:56.073Z Compiling hashbrown v0.17.0
3902026-08-14T17:06:56.164Z Compiling anstyle-parse v1.0.0
3912026-08-14T17:06:56.218Z Compiling colorchoice v1.0.4
3922026-08-14T17:06:56.244Z Compiling anstyle v1.0.14
3932026-08-14T17:06:56.247Z Compiling is_terminal_polyfill v1.70.2
3942026-08-14T17:06:56.256Z Compiling anstyle-query v1.1.5
3952026-08-14T17:06:56.275Z Compiling toml_write v0.1.2
3962026-08-14T17:06:56.309Z Compiling cfg-if v1.0.4
3972026-08-14T17:06:56.312Z Compiling winnow v0.7.14
3982026-08-14T17:06:56.361Z Compiling errno v0.3.14
3992026-08-14T17:06:56.382Z Compiling thread-id v4.2.2
4002026-08-14T17:06:56.422Z Compiling thiserror v2.0.18
4012026-08-14T17:06:56.422Z Compiling pretty-hex v0.4.1
4022026-08-14T17:06:56.426Z Compiling autocfg v1.5.0
4032026-08-14T17:06:56.533Z Compiling anstream v1.0.0
4042026-08-14T17:06:56.538Z Compiling fnv v1.0.7
4052026-08-14T17:06:56.538Z Compiling heck v0.5.0
4062026-08-14T17:06:56.623Z Compiling bytecount v0.6.9
4072026-08-14T17:06:56.669Z Compiling indexmap v2.14.0
4082026-08-14T17:06:56.695Z Compiling once_cell v1.21.3
4092026-08-14T17:06:56.713Z Compiling unicode-width v0.1.14
4102026-08-14T17:06:56.744Z Compiling heck v0.4.1
4112026-08-14T17:06:56.799Z Compiling syn v2.0.117
4122026-08-14T17:06:56.862Z Compiling clap_lex v1.0.0
4132026-08-14T17:06:56.895Z Compiling fs-err v3.3.0
4142026-08-14T17:06:56.965Z Compiling pest_meta v2.8.6
4152026-08-14T17:06:56.997Z Compiling strsim v0.11.1
4162026-08-14T17:06:56.997Z Compiling fastrand v2.3.0
4172026-08-14T17:06:57.003Z Compiling anyhow v1.0.102
4182026-08-14T17:06:57.055Z Compiling papergrid v0.11.0
4192026-08-14T17:06:57.110Z Compiling memmap v0.7.0
4202026-08-14T17:06:57.150Z Compiling unicode-width v0.2.0
4212026-08-14T17:06:57.229Z Compiling smawk v0.3.2
4222026-08-14T17:06:57.276Z Compiling unicode-linebreak v0.1.5
4232026-08-14T17:06:57.326Z Compiling swrite v0.1.0
4242026-08-14T17:06:57.408Z Compiling terminal_size v0.4.3
4252026-08-14T17:06:57.408Z Compiling tempfile v3.25.0
4262026-08-14T17:06:57.520Z Compiling clap_builder v4.6.0
4272026-08-14T17:06:57.521Z Compiling textwrap v0.16.2
4282026-08-14T17:06:57.759Z Compiling semver v1.0.28
4292026-08-14T17:06:57.845Z Compiling cargo-platform v0.3.2
4302026-08-14T17:06:58.022Z Compiling camino-tempfile v1.4.1
4312026-08-14T17:06:58.248Z Compiling tabled_derive v0.7.0
4322026-08-14T17:06:58.893Z Compiling tabled v0.15.0
4332026-08-14T17:06:58.911Z Compiling pest_generator v2.8.6
4342026-08-14T17:06:59.424Z Compiling serde_derive v1.0.228
4352026-08-14T17:06:59.428Z Compiling thiserror-impl v1.0.69
4362026-08-14T17:06:59.428Z Compiling zerocopy-derive v0.7.35
4372026-08-14T17:06:59.428Z Compiling scroll_derive v0.12.1
4382026-08-14T17:06:59.428Z Compiling thiserror-impl v2.0.18
4392026-08-14T17:06:59.428Z Compiling clap_derive v4.6.1
4402026-08-14T17:06:59.505Z Compiling pest_derive v2.8.6
4412026-08-14T17:07:00.151Z Compiling scroll v0.12.0
4422026-08-14T17:07:00.171Z Compiling zerocopy v0.7.35
4432026-08-14T17:07:00.366Z Compiling goblin v0.8.2
4442026-08-14T17:07:00.507Z Compiling dtrace-parser v0.2.0
4452026-08-14T17:07:00.856Z Compiling clap v4.6.1
4462026-08-14T17:07:01.843Z Compiling toml_datetime v0.6.11
4472026-08-14T17:07:01.843Z Compiling serde_spanned v0.6.9
4482026-08-14T17:07:01.846Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4492026-08-14T17:07:01.846Z Compiling macaddr v1.0.1
4502026-08-14T17:07:01.846Z Compiling cargo_metadata v0.23.1
4512026-08-14T17:07:01.877Z Compiling dof v0.3.0
4522026-08-14T17:07:01.877Z Compiling serde_tokenstream v0.2.3
4532026-08-14T17:07:02.040Z Compiling toml_edit v0.22.27
4542026-08-14T17:07:02.602Z Compiling usdt-macro v0.5.0
4552026-08-14T17:07:02.605Z Compiling usdt-attr-macro v0.5.0
4562026-08-14T17:07:03.237Z Compiling usdt v0.5.0
4572026-08-14T17:07:03.310Z Compiling toml v0.8.23
4582026-08-14T17:07:03.626Z Compiling cargo_toml v0.21.0
4592026-08-14T17:07:04.909Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4602026-08-14T17:07:07.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.45s
4612026-08-14T17:07:07.228Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4622026-08-14T17:07:07.739Z Downloading crates ...
4632026-08-14T17:07:07.788Z Downloaded assert_matches v1.5.0
4642026-08-14T17:07:07.791Z Downloaded async-stream-impl v0.3.6
4652026-08-14T17:07:07.801Z Downloaded async-recursion v1.1.1
4662026-08-14T17:07:07.804Z Downloaded async-stream v0.3.6
4672026-08-14T17:07:07.804Z Downloaded bit-set v0.8.0
4682026-08-14T17:07:07.808Z Downloaded adler2 v2.0.1
4692026-08-14T17:07:07.808Z Downloaded async-compression v0.4.41
4702026-08-14T17:07:07.811Z Downloaded base16ct v0.2.0
4712026-08-14T17:07:07.811Z Downloaded arrayref v0.3.9
4722026-08-14T17:07:07.811Z Downloaded float-ord v0.3.2
4732026-08-14T17:07:07.815Z Downloaded flagset v0.4.7
4742026-08-14T17:07:07.821Z Downloaded convert_case v0.4.0
4752026-08-14T17:07:07.824Z Downloaded float-cmp v0.10.0
4762026-08-14T17:07:07.824Z Downloaded ascii-canvas v3.0.0
4772026-08-14T17:07:07.824Z Downloaded atty v0.2.14
4782026-08-14T17:07:07.824Z Downloaded bitflags v1.3.2
4792026-08-14T17:07:07.827Z Downloaded flate2 v1.1.9
4802026-08-14T17:07:07.831Z Downloaded arrayvec v0.7.6
4812026-08-14T17:07:07.831Z Downloaded globset v0.4.18
4822026-08-14T17:07:07.831Z Downloaded flume v0.11.1
4832026-08-14T17:07:07.834Z Downloaded bcs v0.1.6
4842026-08-14T17:07:07.834Z Downloaded aead v0.6.1
4852026-08-14T17:07:07.834Z Downloaded bit-vec v0.6.3
4862026-08-14T17:07:07.834Z Downloaded bit-vec v0.8.0
4872026-08-14T17:07:07.837Z Downloaded foreign-types-macros v0.2.3
4882026-08-14T17:07:07.838Z Downloaded bcrypt-pbkdf v0.11.0
4892026-08-14T17:07:07.838Z Downloaded async-bb8-diesel v0.2.1
4902026-08-14T17:07:07.838Z Downloaded futures-io v0.3.32
4912026-08-14T17:07:07.838Z Downloaded foreign-types v0.5.0
4922026-08-14T17:07:07.838Z Downloaded array-init v0.0.4
4932026-08-14T17:07:07.841Z Downloaded bitfield-macros v0.19.4
4942026-08-14T17:07:07.841Z Downloaded ciborium-ll v0.2.2
4952026-08-14T17:07:07.841Z Downloaded bitfield-struct v0.6.2
4962026-08-14T17:07:07.841Z Downloaded bb8 v0.8.6
4972026-08-14T17:07:07.841Z Downloaded git-stub v1.0.0
4982026-08-14T17:07:07.844Z Downloaded funty v2.0.0
4992026-08-14T17:07:07.844Z Downloaded fixedbitset v0.4.2
5002026-08-14T17:07:07.844Z Downloaded block-buffer v0.12.1
5012026-08-14T17:07:07.844Z Downloaded atomic-waker v1.1.2
5022026-08-14T17:07:07.847Z Downloaded foreign-types v0.3.2
5032026-08-14T17:07:07.847Z Downloaded argon2 v0.5.3
5042026-08-14T17:07:07.847Z Downloaded foreign-types-shared v0.3.1
5052026-08-14T17:07:07.847Z Downloaded fxhash v0.2.1
5062026-08-14T17:07:07.847Z Downloaded ff v0.13.1
5072026-08-14T17:07:07.850Z Downloaded fs-err v2.11.0
5082026-08-14T17:07:07.851Z Downloaded futures-executor v0.3.32
5092026-08-14T17:07:07.851Z Downloaded group v0.13.0
5102026-08-14T17:07:07.854Z Downloaded anstyle-parse v0.2.7
5112026-08-14T17:07:07.854Z Downloaded find-msvc-tools v0.1.9
5122026-08-14T17:07:07.854Z Downloaded futures-task v0.3.32
5132026-08-14T17:07:07.854Z Downloaded futures-macro v0.3.32
5142026-08-14T17:07:07.857Z Downloaded ahash v0.8.12
5152026-08-14T17:07:07.857Z Downloaded anstream v0.6.21
5162026-08-14T17:07:07.857Z Downloaded async-trait v0.1.89
5172026-08-14T17:07:07.860Z Downloaded globwalk v0.9.1
5182026-08-14T17:07:07.860Z Downloaded fixedbitset v0.5.7
5192026-08-14T17:07:07.860Z Downloaded foreign-types-shared v0.1.1
5202026-08-14T17:07:07.860Z Downloaded hostname v0.3.1
5212026-08-14T17:07:07.863Z Downloaded aead v0.5.2
5222026-08-14T17:07:07.863Z Downloaded ff v0.14.0
5232026-08-14T17:07:07.867Z Downloaded castaway v0.2.4
5242026-08-14T17:07:07.867Z Downloaded base16ct v1.0.0
5252026-08-14T17:07:07.870Z Downloaded gethostname v0.5.0
5262026-08-14T17:07:07.870Z Downloaded hash32 v0.2.1
5272026-08-14T17:07:07.870Z Downloaded futures-sink v0.3.32
5282026-08-14T17:07:07.870Z Downloaded home v0.5.12
5292026-08-14T17:07:07.873Z Downloaded cfg_aliases v0.2.1
5302026-08-14T17:07:07.873Z Downloaded cobs v0.3.0
5312026-08-14T17:07:07.876Z Downloaded foldhash v0.1.5
5322026-08-14T17:07:07.876Z Downloaded fs_extra v1.3.0
5332026-08-14T17:07:07.876Z Downloaded futures-core v0.3.32
5342026-08-14T17:07:07.879Z Downloaded glob v0.3.3
5352026-08-14T17:07:07.880Z Downloaded atomicwrites v0.4.4
5362026-08-14T17:07:07.880Z Downloaded bit-set v0.5.3
5372026-08-14T17:07:07.880Z Downloaded ciborium-io v0.2.2
5382026-08-14T17:07:07.883Z Downloaded cfg_aliases v0.1.1
5392026-08-14T17:07:07.886Z Downloaded headers-core v0.3.0
5402026-08-14T17:07:07.889Z Downloaded ghash v0.6.0
5412026-08-14T17:07:07.892Z Downloaded block-padding v0.4.2
5422026-08-14T17:07:07.893Z Downloaded compression-core v0.4.31
5432026-08-14T17:07:07.896Z Downloaded hostname v0.4.2
5442026-08-14T17:07:07.896Z Downloaded hex-literal v1.1.0
5452026-08-14T17:07:07.896Z Downloaded hubpack v0.1.2
5462026-08-14T17:07:07.896Z Downloaded hex v0.4.3
5472026-08-14T17:07:07.901Z Downloaded fd-lock v4.0.4
5482026-08-14T17:07:07.904Z Downloaded bitfield v0.19.4
5492026-08-14T17:07:07.904Z Downloaded hash32 v0.3.1
5502026-08-14T17:07:07.909Z Downloaded form_urlencoded v1.2.2
5512026-08-14T17:07:07.912Z Downloaded http-range v0.1.5
5522026-08-14T17:07:07.912Z Downloaded base64ct v1.8.3
5532026-08-14T17:07:07.915Z Downloaded num-conv v0.2.0
5542026-08-14T17:07:07.916Z Downloaded num_enum_derive v0.5.11
5552026-08-14T17:07:07.919Z Downloaded argon2 v0.6.0-rc.8
5562026-08-14T17:07:07.919Z Downloaded http-body v1.0.1
5572026-08-14T17:07:07.922Z Downloaded openssl-probe v0.2.1
5582026-08-14T17:07:07.926Z Downloaded password-hash v0.6.1
5592026-08-14T17:07:07.929Z Downloaded filetime v0.2.27
5602026-08-14T17:07:07.929Z Downloaded foldhash v0.2.0
5612026-08-14T17:07:07.932Z Downloaded futures-channel v0.3.32
5622026-08-14T17:07:07.932Z Downloaded git-stub-vcs v0.1.0
5632026-08-14T17:07:07.932Z Downloaded psl-types v2.0.11
5642026-08-14T17:07:07.935Z Downloaded radium v0.7.0
5652026-08-14T17:07:07.935Z Downloaded percent-encoding v2.3.2
5662026-08-14T17:07:07.938Z Downloaded phf_shared v0.13.1
5672026-08-14T17:07:07.938Z Downloaded futures v0.3.32
5682026-08-14T17:07:07.942Z Downloaded getrandom v0.3.4
5692026-08-14T17:07:07.945Z Downloaded rand_chacha v0.3.1
5702026-08-14T17:07:07.945Z Downloaded rfc6979 v0.6.0
5712026-08-14T17:07:07.945Z Downloaded sapling-renderdag v0.1.0
5722026-08-14T17:07:07.945Z Downloaded backoff v0.4.0
5732026-08-14T17:07:07.948Z Downloaded highway v1.3.0
5742026-08-14T17:07:07.948Z Downloaded blowfish v0.10.0
5752026-08-14T17:07:07.948Z Downloaded cexpr v0.6.0
5762026-08-14T17:07:07.952Z Downloaded constant_time_eq v0.4.2
5772026-08-14T17:07:07.955Z Downloaded rustc_version v0.4.1
5782026-08-14T17:07:07.955Z Downloaded sha1 v0.11.0
5792026-08-14T17:07:07.958Z Downloaded sha1 v0.10.6
5802026-08-14T17:07:07.958Z Downloaded bs58 v0.5.1
5812026-08-14T17:07:07.963Z Downloaded buf-list v1.1.2
5822026-08-14T17:07:07.966Z Downloaded const_format_proc_macros v0.2.34
5832026-08-14T17:07:07.966Z Downloaded cipher v0.5.2
5842026-08-14T17:07:07.970Z Downloaded hyper-tls v0.6.0
5852026-08-14T17:07:07.970Z Downloaded cmake v0.1.57
5862026-08-14T17:07:07.970Z Downloaded serde-big-array v0.5.1
5872026-08-14T17:07:07.970Z Downloaded fallible-iterator v0.2.0
5882026-08-14T17:07:07.973Z Downloaded group v0.14.0
5892026-08-14T17:07:07.973Z Downloaded bzip2 v0.6.1
5902026-08-14T17:07:07.973Z Downloaded camino-tempfile-ext v0.3.3
5912026-08-14T17:07:07.973Z Downloaded enum_dispatch v0.3.13
5922026-08-14T17:07:07.977Z Downloaded byte-wrapper v0.1.0
5932026-08-14T17:07:07.977Z Downloaded cmov v0.5.4
5942026-08-14T17:07:07.977Z Downloaded httpdate v1.0.3
5952026-08-14T17:07:07.980Z Downloaded compression-codecs v0.4.37
5962026-08-14T17:07:07.980Z Downloaded backon v1.6.0
5972026-08-14T17:07:07.983Z Downloaded hubpack_derive v0.1.1
5982026-08-14T17:07:07.983Z Downloaded hyper-staticfile v0.10.1
5992026-08-14T17:07:07.983Z Downloaded signal-hook-tokio v0.3.1
6002026-08-14T17:07:07.991Z Downloaded tagptr v0.2.0
6012026-08-14T17:07:07.994Z Downloaded humantime v2.3.0
6022026-08-14T17:07:07.994Z Downloaded strip-ansi-escapes v0.2.1
6032026-08-14T17:07:07.997Z Downloaded sync-ptr v0.1.4
6042026-08-14T17:07:07.997Z Downloaded tabwriter v1.4.1
6052026-08-14T17:07:07.997Z Downloaded termtree v0.5.1
6062026-08-14T17:07:07.997Z Downloaded blake2 v0.10.6
6072026-08-14T17:07:07.997Z Downloaded num-derive v0.4.2
6082026-08-14T17:07:08.001Z Downloaded cbc v0.2.1
6092026-08-14T17:07:08.001Z Downloaded http-body-util v0.1.3
6102026-08-14T17:07:08.004Z Downloaded owo-colors v4.3.0
6112026-08-14T17:07:08.004Z Downloaded password-hash v0.5.0
6122026-08-14T17:07:08.005Z Downloaded pem v3.0.6
6132026-08-14T17:07:08.008Z Downloaded phf v0.12.1
6142026-08-14T17:07:08.008Z Downloaded port-file v0.1.0
6152026-08-14T17:07:08.011Z Downloaded time-core v0.1.8
6162026-08-14T17:07:08.011Z Downloaded primeorder v0.14.0
6172026-08-14T17:07:08.014Z Downloaded unit-prefix v0.5.2
6182026-08-14T17:07:08.017Z Downloaded usdt v0.6.0
6192026-08-14T17:07:08.021Z Downloaded utf-8 v0.7.6
6202026-08-14T17:07:08.021Z Downloaded bzip2 v0.4.4
6212026-08-14T17:07:08.021Z Downloaded clang-sys v1.8.1
6222026-08-14T17:07:08.024Z Downloaded progenitor v0.14.0
6232026-08-14T17:07:08.024Z Downloaded progenitor-extras v0.2.0
6242026-08-14T17:07:08.024Z Downloaded ppv-lite86 v0.2.21
6252026-08-14T17:07:08.024Z Downloaded rand_chacha v0.9.0
6262026-08-14T17:07:08.024Z Downloaded ciborium v0.2.2
6272026-08-14T17:07:08.027Z Downloaded cipher v0.4.4
6282026-08-14T17:07:08.027Z Downloaded colored v2.2.0
6292026-08-14T17:07:08.027Z Downloaded cassowary v0.3.0
6302026-08-14T17:07:08.031Z Downloaded const-oid v0.9.6
6312026-08-14T17:07:08.031Z Downloaded console v0.16.2
6322026-08-14T17:07:08.034Z Downloaded rustls-native-certs v0.8.3
6332026-08-14T17:07:08.034Z Downloaded schemars_derive v0.8.22
6342026-08-14T17:07:08.034Z Downloaded simd-adler32 v0.3.8
6352026-08-14T17:07:08.041Z Downloaded serdect v0.4.3
6362026-08-14T17:07:08.041Z Downloaded console v0.15.11
6372026-08-14T17:07:08.041Z Downloaded seq-macro v0.3.6
6382026-08-14T17:07:08.045Z Downloaded chacha20 v0.9.1
6392026-08-14T17:07:08.045Z Downloaded utf8_iter v1.0.4
6402026-08-14T17:07:08.045Z Downloaded want v0.3.1
6412026-08-14T17:07:08.045Z Downloaded xshell-macros v0.2.7
6422026-08-14T17:07:08.045Z Downloaded blake2 v0.11.0-rc.6
6432026-08-14T17:07:08.045Z Downloaded cancel-safe-futures v0.1.5
6442026-08-14T17:07:08.045Z Downloaded zerofrom v0.1.6
6452026-08-14T17:07:08.045Z Downloaded serde-hex v0.1.0
6462026-08-14T17:07:08.045Z Downloaded yoke-derive v0.8.1
6472026-08-14T17:07:08.048Z Downloaded chacha20 v0.10.0
6482026-08-14T17:07:08.048Z Downloaded const-oid v0.10.2
6492026-08-14T17:07:08.048Z Downloaded cpubits v0.1.1
6502026-08-14T17:07:08.048Z Downloaded cpufeatures v0.3.0
6512026-08-14T17:07:08.052Z Downloaded slog-term v2.9.2
6522026-08-14T17:07:08.052Z Downloaded base64 v0.22.1
6532026-08-14T17:07:08.055Z Downloaded httparse v1.10.1
6542026-08-14T17:07:08.058Z Downloaded slog-dtrace v0.3.0
6552026-08-14T17:07:08.061Z Downloaded half v1.8.3
6562026-08-14T17:07:08.061Z Downloaded hmac v0.13.0
6572026-08-14T17:07:08.061Z Downloaded crunchy v0.2.4
6582026-08-14T17:07:08.064Z Downloaded base64 v0.21.7
6592026-08-14T17:07:08.064Z Downloaded darling_macro v0.20.11
6602026-08-14T17:07:08.067Z Downloaded poly1305 v0.9.0
6612026-08-14T17:07:08.067Z Downloaded polyval v0.7.1
6622026-08-14T17:07:08.068Z Downloaded getrandom v0.2.17
6632026-08-14T17:07:08.071Z Downloaded iana-time-zone v0.1.65
6642026-08-14T17:07:08.071Z Downloaded parking_lot v0.11.2
6652026-08-14T17:07:08.074Z Downloaded pkcs8 v0.11.0
6662026-08-14T17:07:08.074Z Downloaded debug-ignore v1.0.5
6672026-08-14T17:07:08.077Z Downloaded hmac v0.12.1
6682026-08-14T17:07:08.077Z Downloaded stringprep v0.1.5
6692026-08-14T17:07:08.077Z Downloaded dof v0.4.0
6702026-08-14T17:07:08.080Z Downloaded downcast-rs v2.0.2
6712026-08-14T17:07:08.080Z Downloaded hyper-rustls v0.27.7
6722026-08-14T17:07:08.083Z Downloaded curve25519-dalek-derive v0.1.1
6732026-08-14T17:07:08.083Z Downloaded half v2.7.1
6742026-08-14T17:07:08.083Z Downloaded allocator-api2 v0.2.21
6752026-08-14T17:07:08.089Z Downloaded colored v3.1.1
6762026-08-14T17:07:08.092Z Downloaded thiserror-no-std v2.0.2
6772026-08-14T17:07:08.096Z Downloaded tokio-tungstenite v0.23.1
6782026-08-14T17:07:08.096Z Downloaded string_cache v0.8.9
6792026-08-14T17:07:08.096Z Downloaded tokio-tungstenite v0.21.0
6802026-08-14T17:07:08.099Z Downloaded toml_writer v1.1.1+spec-1.1.0
6812026-08-14T17:07:08.099Z Downloaded difflib v0.4.0
6822026-08-14T17:07:08.099Z Downloaded dirs-sys-next v0.1.2
6832026-08-14T17:07:08.099Z Downloaded vergen-lib v0.1.6
6842026-08-14T17:07:08.102Z Downloaded instability v0.3.11
6852026-08-14T17:07:08.102Z Downloaded pkcs1 v0.7.5
6862026-08-14T17:07:08.106Z Downloaded is_ci v1.2.0
6872026-08-14T17:07:08.106Z Downloaded lazy_static v1.5.0
6882026-08-14T17:07:08.106Z Downloaded lru-slab v0.1.2
6892026-08-14T17:07:08.109Z Downloaded mime v0.3.17
6902026-08-14T17:07:08.109Z Downloaded lru-cache v0.1.2
6912026-08-14T17:07:08.112Z Downloaded arc-swap v1.8.2
6922026-08-14T17:07:08.112Z Downloaded corncobs v0.1.4
6932026-08-14T17:07:08.117Z Downloaded ctr v0.10.1
6942026-08-14T17:07:08.120Z Downloaded new_debug_unreachable v1.0.6
6952026-08-14T17:07:08.120Z Downloaded newtype_derive v0.1.6
6962026-08-14T17:07:08.120Z Downloaded slog-stdlog v4.1.1
6972026-08-14T17:07:08.123Z Downloaded whoami v1.6.1
6982026-08-14T17:07:08.123Z Downloaded whoami v2.1.0
6992026-08-14T17:07:08.123Z Downloaded nibble_vec v0.1.0
7002026-08-14T17:07:08.127Z Downloaded oso-derive v0.27.3
7012026-08-14T17:07:08.127Z Downloaded num-iter v0.1.45
7022026-08-14T17:07:08.127Z Downloaded potential_utf v0.1.4
7032026-08-14T17:07:08.127Z Downloaded fatfs v0.3.6
7042026-08-14T17:07:08.131Z Downloaded powerfmt v0.2.0
7052026-08-14T17:07:08.136Z Downloaded unicode-properties v0.1.4
7062026-08-14T17:07:08.141Z Downloaded defmt-parser v1.0.0
7072026-08-14T17:07:08.144Z Downloaded ed25519 v2.2.3
7082026-08-14T17:07:08.144Z Downloaded enum-as-inner v0.6.1
7092026-08-14T17:07:08.144Z Downloaded erased-serde v0.3.31
7102026-08-14T17:07:08.149Z Downloaded progenitor-macro v0.13.0
7112026-08-14T17:07:08.152Z Downloaded oxide-update-engine-types v0.1.2
7122026-08-14T17:07:08.152Z Downloaded rand_pcg v0.10.2
7132026-08-14T17:07:08.152Z Downloaded rfc6979 v0.4.0
7142026-08-14T17:07:08.156Z Downloaded icu_locale_core v2.1.1
7152026-08-14T17:07:08.160Z Downloaded opaque-debug v0.3.1
7162026-08-14T17:07:08.170Z Downloaded rtoolbox v0.0.3
7172026-08-14T17:07:08.174Z Downloaded secrecy v0.10.3
7182026-08-14T17:07:08.177Z Downloaded ar_archive_writer v0.5.1
7192026-08-14T17:07:08.177Z Downloaded tui-tree-widget v0.23.1
7202026-08-14T17:07:08.177Z Downloaded linked-hash-map v0.5.6
7212026-08-14T17:07:08.180Z Downloaded scroll_derive v0.13.1
7222026-08-14T17:07:08.180Z Downloaded embedded-io v0.4.0
7232026-08-14T17:07:08.180Z Downloaded serde_bytes v0.11.19
7242026-08-14T17:07:08.184Z Downloaded semver v0.1.20
7252026-08-14T17:07:08.184Z Downloaded slog-envlogger v2.2.0
7262026-08-14T17:07:08.184Z Downloaded supports-color v3.0.2
7272026-08-14T17:07:08.187Z Downloaded signature v3.0.0
7282026-08-14T17:07:08.187Z Downloaded heapless v0.8.0
7292026-08-14T17:07:08.190Z Downloaded papergrid v0.18.0
7302026-08-14T17:07:08.193Z Downloaded multer v3.1.0
7312026-08-14T17:07:08.193Z Downloaded ron v0.8.1
7322026-08-14T17:07:08.197Z Downloaded lru v0.12.5
7332026-08-14T17:07:08.200Z Downloaded paste v1.0.15
7342026-08-14T17:07:08.203Z Downloaded take_mut v0.2.2
7352026-08-14T17:07:08.203Z Downloaded unarray v0.1.4
7362026-08-14T17:07:08.206Z Downloaded zerovec-derive v0.11.2
7372026-08-14T17:07:08.206Z Downloaded internet-checksum v0.2.1
7382026-08-14T17:07:08.210Z Downloaded prettyplease v0.2.37
7392026-08-14T17:07:08.213Z Downloaded tinyvec v1.10.0
7402026-08-14T17:07:08.213Z Downloaded strum v0.27.2
7412026-08-14T17:07:08.213Z Downloaded strum v0.26.3
7422026-08-14T17:07:08.216Z Downloaded tinyvec_macros v0.1.1
7432026-08-14T17:07:08.219Z Downloaded ecdsa v0.17.0
7442026-08-14T17:07:08.219Z Downloaded headers v0.4.1
7452026-08-14T17:07:08.222Z Downloaded libsw-core v0.3.2
7462026-08-14T17:07:08.222Z Downloaded num-rational v0.4.2
7472026-08-14T17:07:08.225Z Downloaded rand_core v0.9.5
7482026-08-14T17:07:08.226Z Downloaded rand_core v0.10.0
7492026-08-14T17:07:08.226Z Downloaded rand_seeder v0.4.0
7502026-08-14T17:07:08.226Z Downloaded universal-hash v0.6.1
7512026-08-14T17:07:08.229Z Downloaded generic-array v1.4.3
7522026-08-14T17:07:08.229Z Downloaded hybrid-array v0.4.13
7532026-08-14T17:07:08.232Z Downloaded icu_normalizer v2.1.1
7542026-08-14T17:07:08.232Z Downloaded p384 v0.14.0
7552026-08-14T17:07:08.235Z Downloaded chacha20poly1305 v0.10.1
7562026-08-14T17:07:08.236Z Downloaded icu_properties v2.1.2
7572026-08-14T17:07:08.236Z Downloaded const_format v0.2.35
7582026-08-14T17:07:08.239Z Downloaded crossbeam-epoch v0.9.18
7592026-08-14T17:07:08.242Z Downloaded bytes v1.11.1
7602026-08-14T17:07:08.245Z Downloaded compact_str v0.8.1
7612026-08-14T17:07:08.248Z Downloaded darling v0.20.11
7622026-08-14T17:07:08.253Z Downloaded crypto-common v0.2.2
7632026-08-14T17:07:08.253Z Downloaded pin-project-internal v1.1.11
7642026-08-14T17:07:08.253Z Downloaded pkcs8 v0.10.2
7652026-08-14T17:07:08.253Z Downloaded proc-macro-error2 v2.0.1
7662026-08-14T17:07:08.256Z Downloaded primefield v0.14.0
7672026-08-14T17:07:08.259Z Downloaded crc-catalog v2.4.0
7682026-08-14T17:07:08.259Z Downloaded icu_normalizer_data v2.1.1
7692026-08-14T17:07:08.262Z Downloaded slab v0.4.12
7702026-08-14T17:07:08.262Z Downloaded derive_builder v0.20.2
7712026-08-14T17:07:08.265Z Downloaded darling_macro v0.21.3
7722026-08-14T17:07:08.265Z Downloaded darling_macro v0.23.0
7732026-08-14T17:07:08.269Z Downloaded typify v0.6.2
7742026-08-14T17:07:08.269Z Downloaded cc v1.2.56
7752026-08-14T17:07:08.274Z Downloaded display-error-chain v0.2.2
7762026-08-14T17:07:08.277Z Downloaded oxnet v0.1.6
7772026-08-14T17:07:08.277Z Downloaded parking_lot_core v0.9.12
7782026-08-14T17:07:08.281Z Downloaded peg-macros v0.8.5
7792026-08-14T17:07:08.281Z Downloaded dtrace-parser v0.3.0
7802026-08-14T17:07:08.286Z Downloaded snafu v0.8.9
7812026-08-14T17:07:08.290Z Downloaded vte v0.14.1
7822026-08-14T17:07:08.293Z Downloaded dropshot_endpoint v0.17.1
7832026-08-14T17:07:08.301Z Downloaded rand_core v0.6.4
7842026-08-14T17:07:08.305Z Downloaded spki v0.7.3
7852026-08-14T17:07:08.305Z Downloaded unicase v2.9.0
7862026-08-14T17:07:08.308Z Downloaded vergen-gitcl v1.0.8
7872026-08-14T17:07:08.308Z Downloaded endian-type v0.1.2
7882026-08-14T17:07:08.308Z Downloaded idna_adapter v1.2.1
7892026-08-14T17:07:08.308Z Downloaded lalrpop-util v0.19.12
7902026-08-14T17:07:08.308Z Downloaded hickory-resolver v0.24.4
7912026-08-14T17:07:08.311Z Downloaded ident_case v1.0.1
7922026-08-14T17:07:08.311Z Downloaded tokio-native-tls v0.3.1
7932026-08-14T17:07:08.311Z Downloaded icu_collections v2.1.1
7942026-08-14T17:07:08.314Z Downloaded match_cfg v0.1.0
7952026-08-14T17:07:08.315Z Downloaded heapless v0.7.17
7962026-08-14T17:07:08.317Z Downloaded bumpalo v3.20.2
7972026-08-14T17:07:08.327Z Downloaded multimap v0.10.1
7982026-08-14T17:07:08.330Z Downloaded normalize-line-endings v0.3.0
7992026-08-14T17:07:08.330Z Downloaded ingot-macros v0.2.0
8002026-08-14T17:07:08.330Z Downloaded darling v0.13.4
8012026-08-14T17:07:08.330Z Downloaded daft-derive v0.1.7
8022026-08-14T17:07:08.333Z Downloaded serde_cbor v0.11.2
8032026-08-14T17:07:08.333Z Downloaded newtype-uuid-macros v0.1.0
8042026-08-14T17:07:08.337Z Downloaded libbz2-rs-sys v0.2.2
8052026-08-14T17:07:08.337Z Downloaded ctutils v0.4.2
8062026-08-14T17:07:08.340Z Downloaded packed_struct_codegen v0.10.1
8072026-08-14T17:07:08.340Z Downloaded parse-size v1.1.0
8082026-08-14T17:07:08.346Z Downloaded icu_provider v2.1.1
8092026-08-14T17:07:08.354Z Downloaded derive_builder_core v0.20.2
8102026-08-14T17:07:08.357Z Downloaded predicates-core v1.0.10
8112026-08-14T17:07:08.357Z Downloaded predicates-tree v1.0.13
8122026-08-14T17:07:08.363Z Downloaded recursive-proc-macro-impl v0.1.1
8132026-08-14T17:07:08.366Z Downloaded rustc_version v0.1.7
8142026-08-14T17:07:08.366Z Downloaded ed25519 v3.0.0
8152026-08-14T17:07:08.369Z Downloaded scuffle v0.1.0
8162026-08-14T17:07:08.373Z Downloaded indicatif v0.18.4
8172026-08-14T17:07:08.376Z Downloaded progenitor-impl v0.14.0
8182026-08-14T17:07:08.376Z Downloaded vergen-git2 v9.1.0
8192026-08-14T17:07:08.376Z Downloaded smallvec v1.15.1
8202026-08-14T17:07:08.376Z Downloaded spin v0.9.8
8212026-08-14T17:07:08.380Z Downloaded termios v0.3.3
8222026-08-14T17:07:08.380Z Downloaded ingot v0.2.1
8232026-08-14T17:07:08.384Z Downloaded serde_plain v1.0.2
8242026-08-14T17:07:08.387Z Downloaded sigpipe v0.1.3
8252026-08-14T17:07:08.387Z Downloaded strsim v0.10.0
8262026-08-14T17:07:08.387Z Downloaded structmeta v0.3.0
8272026-08-14T17:07:08.390Z Downloaded unicode_categories v0.1.1
8282026-08-14T17:07:08.390Z Downloaded keccak v0.2.0
8292026-08-14T17:07:08.394Z Downloaded hickory-server v0.25.2
8302026-08-14T17:07:08.394Z Downloaded hyper-util v0.1.20
8312026-08-14T17:07:08.399Z Downloaded cookie v0.18.1
8322026-08-14T17:07:08.403Z Downloaded lock_api v0.4.14
8332026-08-14T17:07:08.403Z Downloaded num-complex v0.4.6
8342026-08-14T17:07:08.406Z Downloaded testing_table v0.3.0
8352026-08-14T17:07:08.406Z Downloaded hickory-resolver v0.25.2
8362026-08-14T17:07:08.409Z Downloaded hashbrown v0.12.3
8372026-08-14T17:07:08.409Z Downloaded omicron-zone-package v0.12.3
8382026-08-14T17:07:08.412Z Downloaded socket2 v0.5.10
8392026-08-14T17:07:08.412Z Downloaded darling_core v0.20.11
8402026-08-14T17:07:08.416Z Downloaded der_derive v0.7.3
8412026-08-14T17:07:08.416Z Downloaded phc v0.6.1
8422026-08-14T17:07:08.416Z Downloaded socket2 v0.6.3
8432026-08-14T17:07:08.419Z Downloaded zerocopy v0.6.6
8442026-08-14T17:07:08.419Z Downloaded des v0.9.0
8452026-08-14T17:07:08.419Z Downloaded phf v0.13.1
8462026-08-14T17:07:08.422Z Downloaded tokio-macros v2.7.0
8472026-08-14T17:07:08.422Z Downloaded trait-variant v0.1.2
8482026-08-14T17:07:08.422Z Downloaded newtype-uuid v1.3.2
8492026-08-14T17:07:08.422Z Downloaded num_enum v0.7.6
8502026-08-14T17:07:08.426Z Downloaded try-lock v0.2.5
8512026-08-14T17:07:08.426Z Downloaded usdt-attr-macro v0.6.0
8522026-08-14T17:07:08.426Z Downloaded wait-timeout v0.2.1
8532026-08-14T17:07:08.426Z Downloaded steno v0.4.1
8542026-08-14T17:07:08.429Z Downloaded p256 v0.14.0
8552026-08-14T17:07:08.432Z Downloaded diff v0.1.13
8562026-08-14T17:07:08.432Z Downloaded tokio-postgres v0.7.16
8572026-08-14T17:07:08.435Z Downloaded rustls-platform-verifier v0.6.2
8582026-08-14T17:07:08.439Z Downloaded schemars v0.8.22
8592026-08-14T17:07:08.442Z Downloaded crc8 v0.1.1
8602026-08-14T17:07:08.445Z Downloaded zone_cfg_derive v0.3.1
8612026-08-14T17:07:08.445Z Downloaded parse-display-derive v0.10.0
8622026-08-14T17:07:08.445Z Downloaded predicates v3.1.4
8632026-08-14T17:07:08.445Z Downloaded psm v0.1.30
8642026-08-14T17:07:08.449Z Downloaded zerofrom-derive v0.1.6
8652026-08-14T17:07:08.449Z Downloaded derive_builder_macro v0.20.2
8662026-08-14T17:07:08.449Z Downloaded cstr-argument v0.1.2
8672026-08-14T17:07:08.449Z Downloaded rayon-core v1.13.0
8682026-08-14T17:07:08.452Z Downloaded derive_more v2.1.1
8692026-08-14T17:07:08.455Z Downloaded schemars v1.2.1
8702026-08-14T17:07:08.463Z Downloaded zerocopy-derive v0.8.40
8712026-08-14T17:07:08.467Z Downloaded term v0.7.0
8722026-08-14T17:07:08.471Z Downloaded term v1.2.1
8732026-08-14T17:07:08.471Z Downloaded rustversion v1.0.22
8742026-08-14T17:07:08.474Z Downloaded rusty-fork v0.3.1
8752026-08-14T17:07:08.474Z Downloaded uuid v1.23.4
8762026-08-14T17:07:08.477Z Downloaded sec1 v0.8.1
8772026-08-14T17:07:08.477Z Downloaded static_assertions v1.1.0
8782026-08-14T17:07:08.477Z Downloaded digest-io v0.1.0
8792026-08-14T17:07:08.477Z Downloaded dsl_auto_type v0.2.0
8802026-08-14T17:07:08.477Z Downloaded ipnet v2.11.0
8812026-08-14T17:07:08.480Z Downloaded spki v0.8.0
8822026-08-14T17:07:08.480Z Downloaded memmap2 v0.9.10
8832026-08-14T17:07:08.480Z Downloaded toml v0.7.8
8842026-08-14T17:07:08.485Z Downloaded tracing-core v0.1.36
8852026-08-14T17:07:08.485Z Downloaded hashbrown v0.13.2
8862026-08-14T17:07:08.488Z Downloaded aes v0.9.1
8872026-08-14T17:07:08.488Z Downloaded tungstenite v0.23.0
8882026-08-14T17:07:08.491Z Downloaded ssh-cipher v0.3.0
8892026-08-14T17:07:08.491Z Downloaded zopfli v0.8.3
8902026-08-14T17:07:08.491Z Downloaded oxide-update-engine-display v0.1.2
8912026-08-14T17:07:08.494Z Downloaded indent_write v2.2.0
8922026-08-14T17:07:08.494Z Downloaded untrusted v0.7.1
8932026-08-14T17:07:08.494Z Downloaded maybe-uninit v2.0.0
8942026-08-14T17:07:08.494Z Downloaded postcard v1.1.3
8952026-08-14T17:07:08.498Z Downloaded xshell v0.2.7
8962026-08-14T17:07:08.498Z Downloaded http v1.4.2
8972026-08-14T17:07:08.501Z Downloaded openssl-macros v0.1.1
8982026-08-14T17:07:08.501Z Downloaded wnaf v0.14.0
8992026-08-14T17:07:08.504Z Downloaded typed-path v0.9.3
9002026-08-14T17:07:08.507Z Downloaded nonempty v0.12.0
9012026-08-14T17:07:08.510Z Downloaded peg-runtime v0.8.5
9022026-08-14T17:07:08.513Z Downloaded ref-cast v1.0.25
9032026-08-14T17:07:08.513Z Downloaded progenitor-client v0.14.0
9042026-08-14T17:07:08.514Z Downloaded ref-cast-impl v1.0.25
9052026-08-14T17:07:08.517Z Downloaded sha2 v0.11.0
9062026-08-14T17:07:08.520Z Downloaded progenitor-impl v0.13.0
9072026-08-14T17:07:08.523Z Downloaded precomputed-hash v0.1.1
9082026-08-14T17:07:08.523Z Downloaded progenitor-macro v0.14.0
9092026-08-14T17:07:08.523Z Downloaded serde_repr v0.1.20
9102026-08-14T17:07:08.527Z Downloaded unsafe-libyaml v0.2.11
9112026-08-14T17:07:08.532Z Downloaded delegate v0.13.5
9122026-08-14T17:07:08.535Z Downloaded recursive v0.1.1
9132026-08-14T17:07:08.535Z Downloaded scheduled-thread-pool v0.2.7
9142026-08-14T17:07:08.539Z Downloaded smallvec v0.6.14
9152026-08-14T17:07:08.542Z Downloaded slog-bunyan v2.5.0
9162026-08-14T17:07:08.545Z Downloaded either v1.15.0
9172026-08-14T17:07:08.545Z Downloaded tap v1.0.1
9182026-08-14T17:07:08.548Z Downloaded tower-service v0.3.3
9192026-08-14T17:07:08.553Z Downloaded sqlparser_derive v0.5.0
9202026-08-14T17:07:08.557Z Downloaded tokio-rustls v0.26.4
9212026-08-14T17:07:08.560Z Downloaded ipnetwork v0.21.1
9222026-08-14T17:07:08.560Z Downloaded tls_codec v0.4.2
9232026-08-14T17:07:08.560Z Downloaded vergen v9.1.0
9242026-08-14T17:07:08.563Z Downloaded ingot-types v0.2.0
9252026-08-14T17:07:08.563Z Downloaded libefi-sys v0.1.0
9262026-08-14T17:07:08.563Z Downloaded mime_guess v2.0.5
9272026-08-14T17:07:08.566Z Downloaded dropshot-api-manager-types v0.7.2
9282026-08-14T17:07:08.567Z Downloaded waitgroup v0.1.2
9292026-08-14T17:07:08.570Z Downloaded nanorand v0.7.0
9302026-08-14T17:07:08.570Z Downloaded crucible-workspace-hack v0.1.0
9312026-08-14T17:07:08.573Z Downloaded samael v0.0.19
9322026-08-14T17:07:08.576Z Downloaded num_enum_derive v0.7.6
9332026-08-14T17:07:08.579Z Downloaded parking_lot_core v0.8.6
9342026-08-14T17:07:08.583Z Downloaded defmt v0.3.100
9352026-08-14T17:07:08.586Z Downloaded cookie_store v0.22.1
9362026-08-14T17:07:08.586Z Downloaded illumos-nvpair-sys v0.2.0
9372026-08-14T17:07:08.589Z Downloaded dunce v1.0.5
9382026-08-14T17:07:08.589Z Downloaded env_filter v1.0.0
9392026-08-14T17:07:08.589Z Downloaded h2 v0.4.15
9402026-08-14T17:07:08.592Z Downloaded oxide-update-engine v0.1.2
9412026-08-14T17:07:08.592Z Downloaded managed v0.8.0
9422026-08-14T17:07:08.596Z Downloaded memoffset v0.9.1
9432026-08-14T17:07:08.596Z Downloaded num_threads v0.1.7
9442026-08-14T17:07:08.596Z Downloaded progenitor v0.13.0
9452026-08-14T17:07:08.596Z Downloaded data-encoding v2.10.0
9462026-08-14T17:07:08.603Z Downloaded der v0.8.0
9472026-08-14T17:07:08.607Z Downloaded pin-project-lite v0.2.17
9482026-08-14T17:07:08.611Z Downloaded serde_path_to_error v0.1.20
9492026-08-14T17:07:08.616Z Downloaded similar v2.7.0
9502026-08-14T17:07:08.616Z Downloaded nodrop v0.1.14
9512026-08-14T17:07:08.616Z Downloaded synstructure v0.13.2
9522026-08-14T17:07:08.617Z Downloaded itertools v0.10.5
9532026-08-14T17:07:08.620Z Downloaded progenitor-client v0.13.0
9542026-08-14T17:07:08.623Z Downloaded stacker v0.1.23
9552026-08-14T17:07:08.623Z Downloaded ena v0.14.4
9562026-08-14T17:07:08.627Z Downloaded phf_shared v0.11.3
9572026-08-14T17:07:08.631Z Downloaded crossbeam-channel v0.5.15
9582026-08-14T17:07:08.634Z Downloaded miniz_oxide v0.8.9
9592026-08-14T17:07:08.634Z Downloaded serde_spanned v1.1.1
9602026-08-14T17:07:08.639Z Downloaded tiny-keccak v2.0.2
9612026-08-14T17:07:08.643Z Downloaded openssl-sys v0.9.117
9622026-08-14T17:07:08.643Z Downloaded tungstenite v0.21.0
9632026-08-14T17:07:08.646Z Downloaded libloading v0.8.9
9642026-08-14T17:07:08.646Z Downloaded rand_xorshift v0.4.0
9652026-08-14T17:07:08.646Z Downloaded yoke v0.8.1
9662026-08-14T17:07:08.646Z Downloaded zstd-safe v7.2.4
9672026-08-14T17:07:08.650Z Downloaded signature v2.2.0
9682026-08-14T17:07:08.650Z Downloaded structmeta-derive v0.3.0
9692026-08-14T17:07:08.650Z Downloaded subtle v2.6.1
9702026-08-14T17:07:08.650Z Downloaded siphasher v1.0.2
9712026-08-14T17:07:08.653Z Downloaded zeroize v1.9.0
9722026-08-14T17:07:08.653Z Downloaded diesel-dtrace v0.5.0
9732026-08-14T17:07:08.656Z Downloaded impl-trait-for-tuples v0.2.3
9742026-08-14T17:07:08.659Z Downloaded tokio-test v0.4.5
9752026-08-14T17:07:08.662Z Downloaded num-bigint v0.4.6
9762026-08-14T17:07:08.670Z Downloaded deranged v0.5.8
9772026-08-14T17:07:08.673Z Downloaded jobserver v0.1.34
9782026-08-14T17:07:08.673Z Downloaded darling_core v0.13.4
9792026-08-14T17:07:08.676Z Downloaded derive-where v1.6.0
9802026-08-14T17:07:08.679Z Downloaded universal-hash v0.5.1
9812026-08-14T17:07:08.679Z Downloaded untrusted v0.9.0
9822026-08-14T17:07:08.679Z Downloaded mio v1.2.0
9832026-08-14T17:07:08.683Z Downloaded pkcs1 v0.8.0-rc.4
9842026-08-14T17:07:08.686Z Downloaded native-tls v0.2.18
9852026-08-14T17:07:08.686Z Downloaded typify-macro v0.6.2
9862026-08-14T17:07:08.686Z Downloaded zone v0.3.1
9872026-08-14T17:07:08.689Z Downloaded dirs-next v2.0.0
9882026-08-14T17:07:08.689Z Downloaded dyn-clone v1.0.20
9892026-08-14T17:07:08.689Z Downloaded hashbrown v0.15.5
9902026-08-14T17:07:08.692Z Downloaded hashbrown v0.16.1
9912026-08-14T17:07:08.695Z Downloaded serde_yaml v0.9.34+deprecated
9922026-08-14T17:07:08.699Z Downloaded hyper v1.10.1
9932026-08-14T17:07:08.702Z Downloaded zerovec v0.11.5
9942026-08-14T17:07:08.705Z Downloaded icu_properties_data v2.1.2
9952026-08-14T17:07:08.712Z Downloaded tracing-attributes v0.1.31
9962026-08-14T17:07:08.715Z Downloaded packed_struct v0.10.1
9972026-08-14T17:07:08.715Z Downloaded peg v0.8.5
9982026-08-14T17:07:08.718Z Downloaded ignore v0.4.25
9992026-08-14T17:07:08.718Z Downloaded inout v0.2.2
10002026-08-14T17:07:08.721Z Downloaded scroll v0.13.0
10012026-08-14T17:07:08.721Z Downloaded futures-util v0.3.32
10022026-08-14T17:07:08.727Z Downloaded rustyline v14.0.0
10032026-08-14T17:07:08.730Z Downloaded illumos-nvpair v0.3.0
10042026-08-14T17:07:08.733Z Downloaded kem v0.3.0
10052026-08-14T17:07:08.733Z Downloaded newline-converter v0.3.0
10062026-08-14T17:07:08.733Z Downloaded num v0.4.3
10072026-08-14T17:07:08.734Z Downloaded openssl-probe v0.1.6
10082026-08-14T17:07:08.734Z Downloaded tokio-stream v0.1.18
10092026-08-14T17:07:08.737Z Downloaded tower-http v0.6.8
10102026-08-14T17:07:08.740Z Downloaded rand v0.8.6
10112026-08-14T17:07:08.743Z Downloaded convert_case v0.10.0
10122026-08-14T17:07:08.743Z Downloaded russh-util v0.52.0
10132026-08-14T17:07:08.747Z Downloaded linear-map v1.2.0
10142026-08-14T17:07:08.747Z Downloaded time-macros v0.2.27
10152026-08-14T17:07:08.747Z Downloaded darling v0.23.0
10162026-08-14T17:07:08.750Z Downloaded ssh-key v0.7.0-rc.11
10172026-08-14T17:07:08.755Z Downloaded rustls-webpki v0.103.13
10182026-08-14T17:07:08.758Z Downloaded tower v0.5.3
10192026-08-14T17:07:08.762Z Downloaded zip v0.6.6
10202026-08-14T17:07:08.765Z Downloaded shlex v1.3.0
10212026-08-14T17:07:08.765Z Downloaded xattr v1.6.1
10222026-08-14T17:07:08.769Z Downloaded topological-sort v0.2.2
10232026-08-14T17:07:08.769Z Downloaded csv-core v0.1.13
10242026-08-14T17:07:08.769Z Downloaded defmt v1.0.1
10252026-08-14T17:07:08.772Z Downloaded thiserror-impl-no-std v2.0.2
10262026-08-14T17:07:08.772Z Downloaded vergen-lib v9.1.0
10272026-08-14T17:07:08.772Z Downloaded signal-hook v0.3.18
10282026-08-14T17:07:08.775Z Downloaded hkdf v0.13.0
10292026-08-14T17:07:08.775Z Downloaded drift v0.2.0
10302026-08-14T17:07:08.782Z Downloaded parking_lot v0.12.5
10312026-08-14T17:07:08.785Z Downloaded subprocess v0.2.15
10322026-08-14T17:07:08.785Z Downloaded md-5 v0.10.6
10332026-08-14T17:07:08.788Z Downloaded critical-section v1.2.0
10342026-08-14T17:07:08.788Z Downloaded diesel_table_macro_syntax v0.3.0
10352026-08-14T17:07:08.788Z Downloaded instant v0.1.13
10362026-08-14T17:07:08.788Z Downloaded keccak v0.1.6
10372026-08-14T17:07:08.791Z Downloaded aes-gcm v0.11.0
10382026-08-14T17:07:08.791Z Downloaded reedline v0.40.0
10392026-08-14T17:07:08.795Z Downloaded aho-corasick v1.1.4
10402026-08-14T17:07:08.799Z Downloaded kstat-rs v0.2.5
10412026-08-14T17:07:08.802Z Downloaded proc-macro-crate v1.3.1
10422026-08-14T17:07:08.802Z Downloaded olpc-cjson v0.1.4
10432026-08-14T17:07:08.802Z Downloaded md5 v0.8.0
10442026-08-14T17:07:08.802Z Downloaded itertools v0.12.1
10452026-08-14T17:07:08.806Z Downloaded itertools v0.13.0
10462026-08-14T17:07:08.810Z Downloaded oxide-tokio-rt v0.1.4
10472026-08-14T17:07:08.813Z Downloaded indexmap v1.9.3
10482026-08-14T17:07:08.813Z Downloaded signal-hook-registry v1.4.8
10492026-08-14T17:07:08.816Z Downloaded rustls-pemfile v2.2.0
10502026-08-14T17:07:08.816Z Downloaded pem-rfc7468 v1.0.0
10512026-08-14T17:07:08.816Z Downloaded sec1 v0.7.3
10522026-08-14T17:07:08.820Z Downloaded rustc-hash v2.1.1
10532026-08-14T17:07:08.820Z Downloaded scopeguard v1.2.0
10542026-08-14T17:07:08.820Z Downloaded thread-id v5.1.0
10552026-08-14T17:07:08.820Z Downloaded usdt-macro v0.6.0
10562026-08-14T17:07:08.823Z Downloaded serde_with_macros v1.5.2
10572026-08-14T17:07:08.827Z Downloaded prefix-trie v0.7.0
10582026-08-14T17:07:08.830Z Downloaded smf v0.2.3
10592026-08-14T17:07:08.834Z Downloaded snafu-derive v0.8.9
10602026-08-14T17:07:08.834Z Downloaded embedded-io v0.6.1
10612026-08-14T17:07:08.834Z Downloaded document-features v0.2.12
10622026-08-14T17:07:08.868Z Downloaded inout v0.1.4
10632026-08-14T17:07:08.868Z Downloaded strum_macros v0.27.2
10642026-08-14T17:07:08.868Z Downloaded tower-layer v0.3.3
10652026-08-14T17:07:08.868Z Downloaded libscf-sys v1.2.0
10662026-08-14T17:07:08.868Z Downloaded vsss-rs v3.3.4
10672026-08-14T17:07:08.868Z Downloaded crossbeam-deque v0.8.6
10682026-08-14T17:07:08.868Z Downloaded derive-ex v0.1.8
10692026-08-14T17:07:08.868Z Downloaded hkdf v0.12.4
10702026-08-14T17:07:08.868Z Downloaded oso v0.27.3
10712026-08-14T17:07:08.868Z Downloaded internal-russh-num-bigint v0.5.0
10722026-08-14T17:07:08.868Z Downloaded usdt-impl v0.6.0
10732026-08-14T17:07:08.868Z Downloaded ecdsa v0.16.9
10742026-08-14T17:07:08.868Z Downloaded shell-words v1.1.1
10752026-08-14T17:07:08.868Z Downloaded russh-cryptovec v0.62.0
10762026-08-14T17:07:08.868Z Downloaded same-file v1.0.6
10772026-08-14T17:07:08.872Z Downloaded blake3 v1.8.5
10782026-08-14T17:07:08.875Z Downloaded sponge-cursor v0.1.0
10792026-08-14T17:07:08.875Z Downloaded postgres-protocol v0.6.10
10802026-08-14T17:07:08.878Z Downloaded num_enum v0.5.11
10812026-08-14T17:07:08.881Z Downloaded pkg-config v0.3.32
10822026-08-14T17:07:08.882Z Downloaded void v1.0.2
10832026-08-14T17:07:08.885Z Downloaded lzss v0.8.2
10842026-08-14T17:07:08.888Z Downloaded proc-macro-error-attr2 v2.0.0
10852026-08-14T17:07:08.888Z Downloaded quick-error v1.2.3
10862026-08-14T17:07:08.888Z Downloaded salsa20 v0.11.0
10872026-08-14T17:07:08.892Z Downloaded sqlformat v0.3.5
10882026-08-14T17:07:08.896Z Downloaded sync_wrapper v1.0.2
10892026-08-14T17:07:08.896Z Downloaded zeroize_derive v1.5.0
10902026-08-14T17:07:08.896Z Downloaded r2d2 v0.8.10
10912026-08-14T17:07:08.896Z Downloaded scrypt v0.12.0
10922026-08-14T17:07:08.899Z Downloaded slog-async v2.8.0
10932026-08-14T17:07:08.899Z Downloaded strum_macros v0.24.3
10942026-08-14T17:07:08.903Z Downloaded thread_local v1.1.9
10952026-08-14T17:07:08.903Z Downloaded slog v2.8.2
10962026-08-14T17:07:08.910Z Downloaded libsw v3.5.0
10972026-08-14T17:07:08.913Z Downloaded tokio-util v0.7.18
10982026-08-14T17:07:08.919Z Downloaded tls_codec_derive v0.4.2
10992026-08-14T17:07:08.923Z Downloaded toml_parser v1.1.2+spec-1.1.0
11002026-08-14T17:07:08.923Z Downloaded derive_more v0.99.20
11012026-08-14T17:07:08.926Z Downloaded rsa v0.10.0-rc.18
11022026-08-14T17:07:08.926Z Downloaded parse-display v0.10.0
11032026-08-14T17:07:08.929Z Downloaded serde_with v1.14.0
11042026-08-14T17:07:08.932Z Downloaded daft v0.1.7
11052026-08-14T17:07:08.932Z Downloaded indoc v1.0.9
11062026-08-14T17:07:08.935Z Downloaded crc32fast v1.5.0
11072026-08-14T17:07:08.935Z Downloaded unicode-truncate v1.1.0
11082026-08-14T17:07:08.935Z Downloaded ed25519-dalek v2.2.0
11092026-08-14T17:07:08.939Z Downloaded elliptic-curve v0.14.1
11102026-08-14T17:07:08.939Z Downloaded poly1305 v0.8.0
11112026-08-14T17:07:08.942Z Downloaded darling_macro v0.13.4
11122026-08-14T17:07:08.942Z Downloaded schemars v0.9.0
11132026-08-14T17:07:08.948Z Downloaded tokio-dtrace v0.1.1
11142026-08-14T17:07:08.952Z Downloaded darling v0.21.3
11152026-08-14T17:07:08.955Z Downloaded pkcs5 v0.8.1
11162026-08-14T17:07:08.955Z Downloaded toml_edit v0.19.15
11172026-08-14T17:07:08.965Z Downloaded maplit v1.0.2
11182026-08-14T17:07:08.969Z Downloaded unicode-xid v0.2.6
11192026-08-14T17:07:08.969Z Downloaded module-lattice v0.2.3
11202026-08-14T17:07:08.969Z Downloaded defmt-macros v1.0.1
11212026-08-14T17:07:08.973Z Downloaded support-bundle-viewer v0.1.2
11222026-08-14T17:07:08.973Z Downloaded wyz v0.5.1
11232026-08-14T17:07:08.973Z Downloaded signal-hook-mio v0.2.5
11242026-08-14T17:07:08.973Z Downloaded serde_urlencoded v0.7.1
11252026-08-14T17:07:08.973Z Downloaded pem-rfc7468 v0.7.0
11262026-08-14T17:07:08.976Z Downloaded crypto-bigint v0.5.5
11272026-08-14T17:07:08.980Z Downloaded bitvec v1.0.1
11282026-08-14T17:07:08.987Z Downloaded ssh-encoding v0.3.0
11292026-08-14T17:07:08.990Z Downloaded crossbeam-utils v0.8.21
11302026-08-14T17:07:08.990Z Downloaded crypto-primes v0.7.2
11312026-08-14T17:07:08.993Z Downloaded jiff-static v0.2.34
11322026-08-14T17:07:08.996Z Downloaded zerotrie v0.2.3
11332026-08-14T17:07:08.996Z Downloaded secrecy v0.8.0
11342026-08-14T17:07:08.996Z Downloaded crc v3.4.0
11352026-08-14T17:07:08.999Z Downloaded path-slash v0.1.5
11362026-08-14T17:07:08.999Z Downloaded nu-ansi-term v0.50.3
11372026-08-14T17:07:08.999Z Downloaded stable_deref_trait v1.2.1
11382026-08-14T17:07:09.003Z Downloaded displaydoc v0.2.5
11392026-08-14T17:07:09.003Z Downloaded resolv-conf v0.7.6
11402026-08-14T17:07:09.003Z Downloaded serde_derive_internals v0.29.1
11412026-08-14T17:07:09.006Z Downloaded num-integer v0.1.46
11422026-08-14T17:07:09.006Z Downloaded rsa v0.9.10
11432026-08-14T17:07:09.009Z Downloaded winnow v0.6.26
11442026-08-14T17:07:09.013Z Downloaded git2 v0.20.4
11452026-08-14T17:07:09.020Z Downloaded proptest v1.11.0
11462026-08-14T17:07:09.025Z Downloaded jiff-core v0.1.0
11472026-08-14T17:07:09.028Z Downloaded slog-scope v4.4.1
11482026-08-14T17:07:09.031Z Downloaded phf_shared v0.12.1
11492026-08-14T17:07:09.031Z Downloaded winnow v0.5.40
11502026-08-14T17:07:09.034Z Downloaded writeable v0.6.2
11512026-08-14T17:07:09.037Z Downloaded litrs v1.0.0
11522026-08-14T17:07:09.037Z Downloaded iddqd v0.4.2
11532026-08-14T17:07:09.042Z Downloaded pretty_assertions v1.4.1
11542026-08-14T17:07:09.045Z Downloaded uzers v0.12.2
11552026-08-14T17:07:09.045Z Downloaded num-traits v0.2.19
11562026-08-14T17:07:09.048Z Downloaded tar v0.4.46
11572026-08-14T17:07:09.048Z Downloaded publicsuffix v2.3.0
11582026-08-14T17:07:09.051Z Downloaded quinn v0.11.11
11592026-08-14T17:07:09.051Z Downloaded x509-cert v0.2.5
11602026-08-14T17:07:09.055Z Downloaded serde_with_macros v3.21.0
11612026-08-14T17:07:09.058Z Downloaded twox-hash v2.1.2
11622026-08-14T17:07:09.058Z Downloaded pbkdf2 v0.13.0
11632026-08-14T17:07:09.061Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11642026-08-14T17:07:09.061Z Downloaded litemap v0.8.1
11652026-08-14T17:07:09.061Z Downloaded serde_with v3.21.0
11662026-08-14T17:07:09.069Z Downloaded zstd v0.13.3
11672026-08-14T17:07:09.072Z Downloaded walkdir v2.5.0
11682026-08-14T17:07:09.072Z Downloaded crossterm v0.28.1
11692026-08-14T17:07:09.075Z Downloaded postgres-types v0.2.12
11702026-08-14T17:07:09.079Z Downloaded strum_macros v0.26.4
11712026-08-14T17:07:09.079Z Downloaded pin-project v1.1.11
11722026-08-14T17:07:09.085Z Downloaded indoc v2.0.7
11732026-08-14T17:07:09.089Z Downloaded primeorder v0.13.6
11742026-08-14T17:07:09.089Z Downloaded tinystr v0.8.2
11752026-08-14T17:07:09.092Z Downloaded digest v0.11.3
11762026-08-14T17:07:09.092Z Downloaded env_logger v0.11.9
11772026-08-14T17:07:09.092Z Downloaded slog-json v2.6.1
11782026-08-14T17:07:09.095Z Downloaded crossterm v0.29.0
11792026-08-14T17:07:09.098Z Downloaded idna v1.1.0
11802026-08-14T17:07:09.101Z Downloaded darling_core v0.23.0
11812026-08-14T17:07:09.105Z Downloaded yasna v0.5.2
11822026-08-14T17:07:09.105Z Downloaded is-terminal v0.4.17
11832026-08-14T17:07:09.105Z Downloaded diesel_derives v2.3.7
11842026-08-14T17:07:09.108Z Downloaded sha3 v0.12.0
11852026-08-14T17:07:09.111Z Downloaded crc-any v2.5.0
11862026-08-14T17:07:09.111Z Downloaded unicode-bidi v0.3.18
11872026-08-14T17:07:09.114Z Downloaded rpassword v7.5.4
11882026-08-14T17:07:09.115Z Downloaded rustls-pki-types v1.14.0
11892026-08-14T17:07:09.118Z Downloaded rcgen v0.12.1
11902026-08-14T17:07:09.118Z Downloaded ryu v1.0.23
11912026-08-14T17:07:09.121Z Downloaded yansi v1.0.1
11922026-08-14T17:07:09.121Z Downloaded ml-kem v0.3.2
11932026-08-14T17:07:09.125Z Downloaded aws-lc-rs v1.16.3
11942026-08-14T17:07:09.128Z Downloaded quinn-udp v0.5.14
11952026-08-14T17:07:09.132Z Downloaded libm v0.2.16
11962026-08-14T17:07:09.136Z Downloaded unicode-normalization v0.1.25
11972026-08-14T17:07:09.139Z Downloaded unicode-segmentation v1.12.0
11982026-08-14T17:07:09.142Z Downloaded minimal-lexical v0.2.1
11992026-08-14T17:07:09.145Z Downloaded quinn-proto v0.11.16
12002026-08-14T17:07:09.148Z Downloaded test-strategy v0.4.5
12012026-08-14T17:07:09.152Z Downloaded darling_core v0.21.3
12022026-08-14T17:07:09.155Z Downloaded portable-atomic v1.13.1
12032026-08-14T17:07:09.158Z Downloaded url v2.5.8
12042026-08-14T17:07:09.162Z Downloaded toml v1.1.2+spec-1.1.0
12052026-08-14T17:07:09.162Z Downloaded chrono v0.4.45
12062026-08-14T17:07:09.166Z Downloaded goblin v0.10.5
12072026-08-14T17:07:09.171Z Downloaded expectorate v1.2.0
12082026-08-14T17:07:09.174Z Downloaded elliptic-curve v0.13.8
12092026-08-14T17:07:09.177Z Downloaded bindgen v0.71.1
12102026-08-14T17:07:09.180Z Downloaded rand v0.10.1
12112026-08-14T17:07:09.183Z Downloaded nom v8.0.0
12122026-08-14T17:07:09.186Z Downloaded winnow v1.0.3
12132026-08-14T17:07:09.192Z Downloaded num-bigint-dig v0.8.6
12142026-08-14T17:07:09.195Z Downloaded regex v1.12.3
12152026-08-14T17:07:09.198Z Downloaded der v0.7.10
12162026-08-14T17:07:09.201Z Downloaded libxml v0.3.3
12172026-08-14T17:07:09.205Z Downloaded tough v0.22.0
12182026-08-14T17:07:09.210Z Downloaded itertools v0.15.0
12192026-08-14T17:07:09.214Z Downloaded russh v0.62.4
12202026-08-14T17:07:09.220Z Downloaded quick-xml v0.37.5
12212026-08-14T17:07:09.224Z Downloaded rawzip v0.4.4
12222026-08-14T17:07:09.228Z Downloaded object v0.30.4
12232026-08-14T17:07:09.233Z Downloaded qorb v0.4.1
12242026-08-14T17:07:09.236Z Downloaded derive_more-impl v2.1.1
12252026-08-14T17:07:09.239Z Downloaded zip v4.6.1
12262026-08-14T17:07:09.242Z Downloaded radix_trie v0.2.1
12272026-08-14T17:07:09.246Z Downloaded reqwest v0.13.2
12282026-08-14T17:07:09.249Z Downloaded salty v0.3.0
12292026-08-14T17:07:09.253Z Downloaded p521 v0.14.0
12302026-08-14T17:07:09.262Z Downloaded regex-syntax v0.6.29
12312026-08-14T17:07:09.266Z Downloaded ed25519-dalek v3.0.0
12322026-08-14T17:07:09.269Z Downloaded rand v0.9.2
12332026-08-14T17:07:09.272Z Downloaded time v0.3.47
12342026-08-14T17:07:09.278Z Downloaded reqwest v0.12.28
12352026-08-14T17:07:09.290Z Downloaded smoltcp v0.11.0
12362026-08-14T17:07:09.297Z Downloaded petname v2.0.2
12372026-08-14T17:07:09.301Z Downloaded itertools v0.14.0
12382026-08-14T17:07:09.305Z Downloaded zerocopy v0.8.40
12392026-08-14T17:07:09.318Z Downloaded nom v7.1.3
12402026-08-14T17:07:09.324Z Downloaded lalrpop v0.19.12
12412026-08-14T17:07:09.334Z Downloaded nix v0.27.1
12422026-08-14T17:07:09.341Z Downloaded regress v0.11.1
12432026-08-14T17:07:09.346Z Downloaded hickory-proto v0.24.4
12442026-08-14T17:07:09.356Z Downloaded p384 v0.13.1
12452026-08-14T17:07:09.359Z Downloaded rustix v0.38.44
12462026-08-14T17:07:09.378Z Downloaded smoltcp v0.9.1
12472026-08-14T17:07:09.386Z Downloaded iri-string v0.7.10
12482026-08-14T17:07:09.392Z Downloaded dropshot-api-manager v0.7.2
12492026-08-14T17:07:09.396Z Downloaded rustls v0.23.41
12502026-08-14T17:07:09.407Z Downloaded polar-core v0.27.3
12512026-08-14T17:07:09.412Z Downloaded moka v0.12.13
12522026-08-14T17:07:09.416Z Downloaded rayon v1.11.0
12532026-08-14T17:07:09.422Z Downloaded tabled v0.21.0
12542026-08-14T17:07:09.434Z Downloaded vcpkg v0.2.15
12552026-08-14T17:07:09.459Z Downloaded bstr v1.12.1
12562026-08-14T17:07:09.464Z Downloaded openapiv3 v2.2.0
12572026-08-14T17:07:09.471Z Downloaded hickory-proto v0.25.2
12582026-08-14T17:07:09.481Z Downloaded dropshot v0.17.1
12592026-08-14T17:07:09.495Z Downloaded curve25519-dalek v4.1.3
12602026-08-14T17:07:09.500Z Downloaded object v0.37.3
12612026-08-14T17:07:09.506Z Downloaded zlib-rs v0.6.2
12622026-08-14T17:07:09.510Z Downloaded ratatui v0.29.0
12632026-08-14T17:07:09.521Z Downloaded sha3 v0.11.0
12642026-08-14T17:07:09.525Z Downloaded zerocopy-derive v0.6.6
12652026-08-14T17:07:09.529Z Downloaded petgraph v0.6.5
12662026-08-14T17:07:09.541Z Downloaded regex-syntax v0.8.10
12672026-08-14T17:07:09.544Z Downloaded sqlparser v0.61.0
12682026-08-14T17:07:09.550Z Downloaded petgraph v0.8.3
12692026-08-14T17:07:09.581Z Downloaded sled v0.34.7
12702026-08-14T17:07:09.587Z Downloaded tracing v0.1.44
12712026-08-14T17:07:09.598Z Downloaded crypto-bigint v0.7.5
12722026-08-14T17:07:09.607Z Downloaded openssl v0.10.80
12732026-08-14T17:07:09.613Z Downloaded diesel v2.3.7
12742026-08-14T17:07:09.625Z Downloaded regress v0.10.5
12752026-08-14T17:07:09.630Z Downloaded nix v0.31.2
12762026-08-14T17:07:09.636Z Downloaded nix v0.28.0
12772026-08-14T17:07:09.643Z Downloaded ring v0.17.14
12782026-08-14T17:07:09.668Z Downloaded curve25519-dalek v5.0.0
12792026-08-14T17:07:09.673Z Downloaded libgit2-sys v0.18.3+1.9.2
12802026-08-14T17:07:09.706Z Downloaded typify-impl v0.6.2
12812026-08-14T17:07:09.713Z Downloaded bzip2-sys v0.1.13+1.0.8
12822026-08-14T17:07:09.764Z Downloaded regex-automata v0.4.14
12832026-08-14T17:07:09.797Z Downloaded chrono-tz v0.10.4
12842026-08-14T17:07:09.806Z Downloaded jiff v0.2.34
12852026-08-14T17:07:09.815Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12862026-08-14T17:07:09.856Z Downloaded tokio v1.52.1
12872026-08-14T17:07:09.878Z Downloaded libz-sys v1.1.24
12882026-08-14T17:07:09.890Z Downloaded csv v1.4.0
12892026-08-14T17:07:09.901Z Downloaded sha3 v0.10.8
12902026-08-14T17:07:09.935Z Downloaded encoding_rs v0.8.35
12912026-08-14T17:07:10.467Z Downloaded aws-lc-sys v0.40.0
12922026-08-14T17:07:10.721Z Compiling libc v0.2.185
12932026-08-14T17:07:10.721Z Compiling serde_core v1.0.228
12942026-08-14T17:07:10.725Z Compiling serde v1.0.228
12952026-08-14T17:07:10.725Z Compiling log v0.4.29
12962026-08-14T17:07:10.725Z Compiling smallvec v1.15.1
12972026-08-14T17:07:10.725Z Compiling shlex v1.3.0
12982026-08-14T17:07:10.725Z Compiling find-msvc-tools v0.1.9
12992026-08-14T17:07:10.725Z Compiling subtle v2.6.1
13002026-08-14T17:07:10.866Z Compiling scopeguard v1.2.0
13012026-08-14T17:07:10.880Z Compiling typenum v1.20.1
13022026-08-14T17:07:10.885Z Compiling stable_deref_trait v1.2.1
13032026-08-14T17:07:10.885Z Compiling zerocopy v0.8.40
13042026-08-14T17:07:10.885Z Compiling portable-atomic v1.13.1
13052026-08-14T17:07:10.941Z Compiling serde_json v1.0.151
13062026-08-14T17:07:10.969Z Compiling syn v2.0.117
13072026-08-14T17:07:10.984Z Compiling lock_api v0.4.14
13082026-08-14T17:07:11.025Z Compiling critical-section v1.2.0
13092026-08-14T17:07:11.079Z Compiling libm v0.2.16
13102026-08-14T17:07:11.096Z Compiling num-traits v0.2.19
13112026-08-14T17:07:11.116Z Compiling pkg-config v0.3.32
13122026-08-14T17:07:11.167Z Compiling generic-array v0.14.7
13132026-08-14T17:07:11.220Z Compiling pin-project-lite v0.2.17
13142026-08-14T17:07:11.233Z Compiling const-oid v0.9.6
13152026-08-14T17:07:11.264Z Compiling getrandom v0.4.1
13162026-08-14T17:07:11.264Z Compiling parking_lot_core v0.9.12
13172026-08-14T17:07:11.322Z Compiling rand_core v0.10.0
13182026-08-14T17:07:11.326Z Compiling futures-core v0.3.32
13192026-08-14T17:07:11.392Z Compiling litemap v0.8.1
13202026-08-14T17:07:11.422Z Compiling percent-encoding v2.3.2
13212026-08-14T17:07:11.469Z Compiling writeable v0.6.2
13222026-08-14T17:07:11.523Z Compiling icu_normalizer_data v2.1.1
13232026-08-14T17:07:11.539Z Compiling icu_properties_data v2.1.2
13242026-08-14T17:07:11.542Z Compiling getrandom v0.3.4
13252026-08-14T17:07:11.606Z Compiling futures-sink v0.3.32
13262026-08-14T17:07:11.623Z Compiling futures-io v0.3.32
13272026-08-14T17:07:11.653Z Compiling futures-task v0.3.32
13282026-08-14T17:07:11.689Z Compiling slab v0.4.12
13292026-08-14T17:07:11.704Z Compiling futures-channel v0.3.32
13302026-08-14T17:07:11.721Z Compiling rustix v1.1.3
13312026-08-14T17:07:11.736Z Compiling utf8_iter v1.0.4
13322026-08-14T17:07:11.797Z Compiling form_urlencoded v1.2.2
13332026-08-14T17:07:11.823Z Compiling rustversion v1.0.22
13342026-08-14T17:07:11.853Z Compiling errno v0.3.14
13352026-08-14T17:07:11.886Z Compiling jobserver v0.1.34
13362026-08-14T17:07:11.919Z Compiling getrandom v0.2.17
13372026-08-14T17:07:11.963Z Compiling mio v1.2.0
13382026-08-14T17:07:11.987Z Compiling once_cell v1.21.3
13392026-08-14T17:07:12.002Z Compiling signal-hook-registry v1.4.8
13402026-08-14T17:07:12.030Z Compiling socket2 v0.6.3
13412026-08-14T17:07:12.045Z Compiling iana-time-zone v0.1.65
13422026-08-14T17:07:12.076Z Compiling rand_core v0.6.4
13432026-08-14T17:07:12.109Z Compiling cc v1.2.56
13442026-08-14T17:07:12.170Z Compiling parking_lot v0.12.5
13452026-08-14T17:07:12.220Z Compiling base64ct v1.8.3
13462026-08-14T17:07:12.247Z Compiling dunce v1.0.5
13472026-08-14T17:07:12.260Z Compiling flagset v0.4.7
13482026-08-14T17:07:12.302Z Compiling ident_case v1.0.1
13492026-08-14T17:07:12.357Z Compiling regex-syntax v0.8.10
13502026-08-14T17:07:12.373Z Compiling fs_extra v1.3.0
13512026-08-14T17:07:12.411Z Compiling base64 v0.22.1
13522026-08-14T17:07:12.425Z Compiling vcpkg v0.2.15
13532026-08-14T17:07:12.444Z Compiling syn v1.0.109
13542026-08-14T17:07:12.459Z Compiling pem-rfc7468 v0.7.0
13552026-08-14T17:07:12.474Z Compiling rand_core v0.9.5
13562026-08-14T17:07:12.525Z Compiling tracing-core v0.1.36
13572026-08-14T17:07:12.561Z Compiling aws-lc-rs v1.16.3
13582026-08-14T17:07:12.576Z Compiling dyn-clone v1.0.20
13592026-08-14T17:07:12.650Z Compiling cpufeatures v0.2.17
13602026-08-14T17:07:12.664Z Compiling schemars v0.8.22
13612026-08-14T17:07:12.728Z Compiling spin v0.9.8
13622026-08-14T17:07:12.745Z Compiling httparse v1.10.1
13632026-08-14T17:07:12.788Z Compiling crc32fast v1.5.0
13642026-08-14T17:07:12.794Z Compiling cmov v0.5.4
13652026-08-14T17:07:12.794Z Compiling openssl-probe v0.2.1
13662026-08-14T17:07:12.833Z Compiling cmake v0.1.57
13672026-08-14T17:07:12.893Z Compiling tinyvec_macros v0.1.1
13682026-08-14T17:07:12.929Z Compiling aho-corasick v1.1.4
13692026-08-14T17:07:12.947Z Compiling atomic-waker v1.1.2
13702026-08-14T17:07:12.960Z Compiling tinyvec v1.10.0
13712026-08-14T17:07:12.974Z Compiling tower-service v0.3.3
13722026-08-14T17:07:12.989Z Compiling ctutils v0.4.2
13732026-08-14T17:07:13.032Z Compiling bitflags v2.11.0
13742026-08-14T17:07:13.084Z Compiling semver v1.0.28
13752026-08-14T17:07:13.099Z Compiling indexmap v2.14.0
13762026-08-14T17:07:13.102Z Compiling uuid v1.23.4
13772026-08-14T17:07:13.180Z Compiling tower-layer v0.3.3
13782026-08-14T17:07:13.213Z Compiling radium v0.7.0
13792026-08-14T17:07:13.244Z Compiling try-lock v0.2.5
13802026-08-14T17:07:13.260Z Compiling untrusted v0.7.1
13812026-08-14T17:07:13.355Z Compiling rustc_version v0.4.1
13822026-08-14T17:07:13.369Z Compiling want v0.3.1
13832026-08-14T17:07:13.398Z Compiling untrusted v0.9.0
13842026-08-14T17:07:13.421Z Compiling openssl v0.10.80
13852026-08-14T17:07:13.486Z Compiling simd-adler32 v0.3.8
13862026-08-14T17:07:13.521Z Compiling foreign-types-shared v0.1.1
13872026-08-14T17:07:13.534Z Compiling tap v1.0.1
13882026-08-14T17:07:13.551Z Compiling maybe-uninit v2.0.0
13892026-08-14T17:07:13.620Z Compiling httpdate v1.0.3
13902026-08-14T17:07:13.641Z Compiling rustls v0.23.41
13912026-08-14T17:07:13.662Z Compiling wyz v0.5.1
13922026-08-14T17:07:13.677Z Compiling aws-lc-sys v0.40.0
13932026-08-14T17:07:13.692Z Compiling openssl-sys v0.9.117
13942026-08-14T17:07:13.708Z Compiling bzip2-sys v0.1.13+1.0.8
13952026-08-14T17:07:13.751Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13962026-08-14T17:07:13.766Z Compiling foreign-types v0.3.2
13972026-08-14T17:07:13.810Z Compiling regex-automata v0.4.14
13982026-08-14T17:07:13.869Z Compiling unicode-normalization v0.1.25
13992026-08-14T17:07:13.873Z Compiling num-integer v0.1.46
14002026-08-14T17:07:13.873Z Compiling socket2 v0.5.10
14012026-08-14T17:07:13.912Z Compiling synstructure v0.13.2
14022026-08-14T17:07:14.047Z Compiling serde_derive_internals v0.29.1
14032026-08-14T17:07:14.074Z Compiling pest_generator v2.8.6
14042026-08-14T17:07:14.193Z Compiling tempfile v3.25.0
14052026-08-14T17:07:14.207Z Compiling darling_core v0.20.11
14062026-08-14T17:07:14.243Z Compiling terminal_size v0.4.3
14072026-08-14T17:07:14.341Z Compiling wait-timeout v0.2.1
14082026-08-14T17:07:14.374Z Compiling ahash v0.8.12
14092026-08-14T17:07:14.450Z Compiling packed_struct v0.10.1
14102026-08-14T17:07:14.485Z Compiling num-bigint-dig v0.8.6
14112026-08-14T17:07:14.599Z Compiling native-tls v0.2.18
14122026-08-14T17:07:14.631Z Compiling funty v2.0.0
14132026-08-14T17:07:14.647Z Compiling num-conv v0.2.0
14142026-08-14T17:07:14.672Z Compiling adler2 v2.0.1
14152026-08-14T17:07:14.703Z Compiling bit-vec v0.8.0
14162026-08-14T17:07:14.725Z Compiling time-core v0.1.8
14172026-08-14T17:07:14.740Z Compiling powerfmt v0.2.0
14182026-08-14T17:07:14.790Z Compiling quick-error v1.2.3
14192026-08-14T17:07:14.795Z Compiling miniz_oxide v0.8.9
14202026-08-14T17:07:14.892Z Compiling rusty-fork v0.3.1
14212026-08-14T17:07:14.906Z Compiling deranged v0.5.8
14222026-08-14T17:07:14.909Z Compiling time-macros v0.2.27
14232026-08-14T17:07:14.937Z Compiling bit-set v0.8.0
14242026-08-14T17:07:14.937Z Compiling clap_builder v4.6.0
14252026-08-14T17:07:14.973Z Compiling num-iter v0.1.45
14262026-08-14T17:07:14.992Z Compiling bitvec v1.0.1
14272026-08-14T17:07:15.156Z Compiling lazy_static v1.5.0
14282026-08-14T17:07:15.204Z Compiling rand_xorshift v0.4.0
14292026-08-14T17:07:15.233Z Compiling anstyle-parse v0.2.7
14302026-08-14T17:07:15.256Z Compiling sync_wrapper v1.0.2
14312026-08-14T17:07:15.271Z Compiling indexmap v1.9.3
14322026-08-14T17:07:15.383Z Compiling siphasher v1.0.2
14332026-08-14T17:07:15.399Z Compiling nodrop v0.1.14
14342026-08-14T17:07:15.436Z Compiling unicode-segmentation v1.12.0
14352026-08-14T17:07:15.452Z Compiling zlib-rs v0.6.2
14362026-08-14T17:07:15.474Z Compiling num_threads v0.1.7
14372026-08-14T17:07:15.499Z Compiling unarray v0.1.4
14382026-08-14T17:07:15.586Z Compiling paste v1.0.15
14392026-08-14T17:07:15.590Z Compiling usdt-impl v0.6.0
14402026-08-14T17:07:15.626Z Compiling crossbeam-utils v0.8.21
14412026-08-14T17:07:15.679Z Compiling serde_derive v1.0.228
14422026-08-14T17:07:15.807Z Compiling zeroize_derive v1.5.0
14432026-08-14T17:07:15.850Z Compiling zerocopy-derive v0.8.40
14442026-08-14T17:07:15.890Z Compiling zerofrom-derive v0.1.6
14452026-08-14T17:07:15.944Z Compiling yoke-derive v0.8.1
14462026-08-14T17:07:15.959Z Compiling zerovec-derive v0.11.2
14472026-08-14T17:07:16.011Z Compiling displaydoc v0.2.5
14482026-08-14T17:07:16.052Z Compiling tokio-macros v2.7.0
14492026-08-14T17:07:16.503Z Compiling zeroize v1.9.0
14502026-08-14T17:07:16.520Z Compiling futures-macro v0.3.32
14512026-08-14T17:07:16.667Z Compiling der_derive v0.7.3
14522026-08-14T17:07:16.804Z Compiling thiserror-impl v2.0.18
14532026-08-14T17:07:16.825Z Compiling tracing-attributes v0.1.31
14542026-08-14T17:07:16.938Z Compiling rustls-pki-types v1.14.0
14552026-08-14T17:07:17.112Z Compiling schemars_derive v0.8.22
14562026-08-14T17:07:17.158Z Compiling hybrid-array v0.4.13
14572026-08-14T17:07:17.319Z Compiling crypto-common v0.1.7
14582026-08-14T17:07:17.348Z Compiling zerofrom v0.1.6
14592026-08-14T17:07:17.391Z Compiling block-buffer v0.10.4
14602026-08-14T17:07:17.429Z Compiling futures-util v0.3.32
14612026-08-14T17:07:17.484Z Compiling yoke v0.8.1
14622026-08-14T17:07:17.484Z Compiling scroll_derive v0.13.1
14632026-08-14T17:07:17.588Z Compiling digest v0.10.7
14642026-08-14T17:07:17.680Z Compiling zerovec v0.11.5
14652026-08-14T17:07:17.696Z Compiling zerotrie v0.2.3
14662026-08-14T17:07:17.857Z Compiling der v0.7.10
14672026-08-14T17:07:17.974Z Compiling sha2 v0.10.9
14682026-08-14T17:07:18.011Z Compiling pest_derive v2.8.6
14692026-08-14T17:07:18.086Z Compiling signature v2.2.0
14702026-08-14T17:07:18.153Z Compiling tinystr v0.8.2
14712026-08-14T17:07:18.200Z Compiling potential_utf v0.1.4
14722026-08-14T17:07:18.216Z Compiling thiserror v2.0.18
14732026-08-14T17:07:18.220Z Compiling tracing v0.1.44
14742026-08-14T17:07:18.292Z Compiling darling_macro v0.20.11
14752026-08-14T17:07:18.346Z Compiling icu_locale_core v2.1.1
14762026-08-14T17:07:18.367Z Compiling icu_collections v2.1.1
14772026-08-14T17:07:18.383Z Compiling scroll v0.13.0
14782026-08-14T17:07:18.400Z Compiling openssl-macros v0.1.1
14792026-08-14T17:07:18.423Z Compiling thiserror-impl v1.0.69
14802026-08-14T17:07:18.508Z Compiling hmac v0.12.1
14812026-08-14T17:07:18.524Z Compiling packed_struct_codegen v0.10.1
14822026-08-14T17:07:18.672Z Compiling goblin v0.10.5
14832026-08-14T17:07:18.688Z Compiling spki v0.7.3
14842026-08-14T17:07:18.735Z Compiling bitfield-macros v0.19.4
14852026-08-14T17:07:18.829Z Compiling darling v0.20.11
14862026-08-14T17:07:18.869Z Compiling pkcs8 v0.10.2
14872026-08-14T17:07:18.917Z Compiling clap_derive v4.6.1
14882026-08-14T17:07:18.934Z Compiling zerocopy-derive v0.6.6
14892026-08-14T17:07:19.078Z Compiling icu_provider v2.1.1
14902026-08-14T17:07:19.148Z Compiling crc-catalog v2.4.0
14912026-08-14T17:07:19.244Z Compiling bytes v1.11.1
14922026-08-14T17:07:19.259Z Compiling chrono v0.4.45
14932026-08-14T17:07:19.264Z Compiling ipnet v2.11.0
14942026-08-14T17:07:19.322Z Compiling icu_normalizer v2.1.1
14952026-08-14T17:07:19.403Z Compiling icu_properties v2.1.2
14962026-08-14T17:07:19.565Z Compiling hex v0.4.3
14972026-08-14T17:07:19.716Z Compiling toml_datetime v0.6.11
14982026-08-14T17:07:19.815Z Compiling tokio v1.52.1
14992026-08-14T17:07:19.844Z Compiling http v1.4.2
15002026-08-14T17:07:19.864Z Compiling thiserror v1.0.69
15012026-08-14T17:07:19.885Z Compiling serde_spanned v0.6.9
15022026-08-14T17:07:19.912Z Compiling zerocopy v0.6.6
15032026-08-14T17:07:19.974Z Compiling bitfield v0.19.4
15042026-08-14T17:07:19.990Z Compiling crc v3.4.0
15052026-08-14T17:07:20.006Z Compiling pkcs1 v0.7.5
15062026-08-14T17:07:20.043Z Compiling derive_builder_core v0.20.2
15072026-08-14T17:07:20.206Z Compiling dtrace-parser v0.3.0
15082026-08-14T17:07:20.255Z Compiling flate2 v1.1.9
15092026-08-14T17:07:20.289Z Compiling ppv-lite86 v0.2.21
15102026-08-14T17:07:20.411Z Compiling idna_adapter v1.2.1
15112026-08-14T17:07:20.569Z Compiling idna v1.1.0
15122026-08-14T17:07:20.583Z Compiling rand_chacha v0.9.0
15132026-08-14T17:07:20.635Z Compiling http-body v1.0.1
15142026-08-14T17:07:20.687Z Compiling rand_chacha v0.3.1
15152026-08-14T17:07:20.746Z Compiling time v0.3.47
15162026-08-14T17:07:20.762Z Compiling http-body-util v0.1.3
15172026-08-14T17:07:20.802Z Compiling rand v0.9.2
15182026-08-14T17:07:20.811Z Compiling clap v4.6.1
15192026-08-14T17:07:20.916Z Compiling url v2.5.8
15202026-08-14T17:07:20.931Z Compiling rand v0.8.6
15212026-08-14T17:07:21.003Z Compiling scroll_derive v0.12.1
15222026-08-14T17:07:21.021Z Compiling structmeta-derive v0.3.0
15232026-08-14T17:07:21.055Z Compiling array-init v0.0.4
15242026-08-14T17:07:21.291Z Compiling anstream v0.6.21
15252026-08-14T17:07:21.308Z Compiling smallvec v0.6.14
15262026-08-14T17:07:21.413Z Compiling proptest v1.11.0
15272026-08-14T17:07:21.535Z Compiling dof v0.4.0
15282026-08-14T17:07:21.605Z Compiling darling_core v0.23.0
15292026-08-14T17:07:21.622Z Compiling heapless v0.7.17
15302026-08-14T17:07:21.707Z Compiling slog v2.8.2
15312026-08-14T17:07:21.741Z Compiling thread-id v5.1.0
15322026-08-14T17:07:21.755Z Compiling env_filter v1.0.0
15332026-08-14T17:07:21.837Z Compiling cookie v0.18.1
15342026-08-14T17:07:21.890Z Compiling signal-hook v0.3.18
15352026-08-14T17:07:21.917Z Compiling unicode-properties v0.1.4
15362026-08-14T17:07:21.952Z Compiling ryu v1.0.23
15372026-08-14T17:07:22.042Z Compiling allocator-api2 v0.2.21
15382026-08-14T17:07:22.057Z Compiling anyhow v1.0.102
15392026-08-14T17:07:22.074Z Compiling iri-string v0.7.10
15402026-08-14T17:07:22.087Z Compiling unicode-bidi v0.3.18
15412026-08-14T17:07:22.150Z Compiling winnow v0.5.40
15422026-08-14T17:07:22.150Z Compiling zstd-safe v7.2.4
15432026-08-14T17:07:22.179Z Compiling hashbrown v0.12.3
15442026-08-14T17:07:22.362Z Compiling ipnetwork v0.21.1
15452026-08-14T17:07:22.378Z Compiling base64 v0.21.7
15462026-08-14T17:07:22.427Z Compiling stringprep v0.1.5
15472026-08-14T17:07:22.644Z Compiling ron v0.8.1
15482026-08-14T17:07:22.667Z Compiling rsa v0.9.10
15492026-08-14T17:07:22.702Z Compiling oxnet v0.1.6
15502026-08-14T17:07:22.768Z Compiling structmeta v0.3.0
15512026-08-14T17:07:22.841Z Compiling serde_urlencoded v0.7.1
15522026-08-14T17:07:23.022Z Compiling env_logger v0.11.9
15532026-08-14T17:07:23.066Z Compiling scroll v0.12.0
15542026-08-14T17:07:23.069Z Compiling serde-hex v0.1.0
15552026-08-14T17:07:23.105Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15562026-08-14T17:07:23.307Z Compiling derive_builder_macro v0.20.2
15572026-08-14T17:07:23.356Z Compiling bzip2 v0.4.4
15582026-08-14T17:07:23.401Z Compiling hashbrown v0.13.2
15592026-08-14T17:07:23.588Z Compiling toml_edit v0.19.15
15602026-08-14T17:07:23.612Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15612026-08-14T17:07:23.612Z Compiling camino v1.2.2
15622026-08-14T17:07:23.640Z Compiling tokio-util v0.7.18
15632026-08-14T17:07:23.656Z Compiling tower v0.5.3
15642026-08-14T17:07:23.657Z Compiling tokio-native-tls v0.3.1
15652026-08-14T17:07:23.810Z Compiling newtype-uuid v1.3.2
15662026-08-14T17:07:23.826Z Compiling erased-serde v0.3.31
15672026-08-14T17:07:23.865Z Compiling serde_tokenstream v0.2.3
15682026-08-14T17:07:23.897Z Compiling x509-cert v0.2.5
15692026-08-14T17:07:24.021Z Compiling crypto-common v0.2.2
15702026-08-14T17:07:24.108Z Compiling darling_macro v0.23.0
15712026-08-14T17:07:24.159Z Compiling tower-http v0.6.8
15722026-08-14T17:07:24.175Z Compiling block-padding v0.4.2
15732026-08-14T17:07:24.198Z Compiling block-buffer v0.12.1
15742026-08-14T17:07:24.337Z Compiling h2 v0.4.15
15752026-08-14T17:07:24.357Z Compiling md-5 v0.10.6
15762026-08-14T17:07:24.465Z Compiling rustls-native-certs v0.8.3
15772026-08-14T17:07:24.584Z Compiling bstr v1.12.1
15782026-08-14T17:07:24.627Z Compiling heck v0.4.1
15792026-08-14T17:07:24.669Z Compiling async-trait v0.1.89
15802026-08-14T17:07:24.755Z Compiling daft-derive v0.1.7
15812026-08-14T17:07:24.776Z Compiling zerocopy-derive v0.7.35
15822026-08-14T17:07:24.862Z Compiling pin-project-internal v1.1.11
15832026-08-14T17:07:24.877Z Compiling curve25519-dalek v4.1.3
15842026-08-14T17:07:25.224Z Compiling vergen-lib v9.1.0
15852026-08-14T17:07:25.241Z Compiling hash32 v0.2.1
15862026-08-14T17:07:25.428Z Compiling encoding_rs v0.8.35
15872026-08-14T17:07:25.449Z Compiling memoffset v0.9.1
15882026-08-14T17:07:25.515Z Compiling mime v0.3.17
15892026-08-14T17:07:25.534Z Compiling psl-types v2.0.11
15902026-08-14T17:07:25.666Z Compiling litrs v1.0.0
15912026-08-14T17:07:25.680Z Compiling rustix v0.38.44
15922026-08-14T17:07:25.699Z Compiling fallible-iterator v0.2.0
15932026-08-14T17:07:25.720Z Compiling cfg_aliases v0.2.1
15942026-08-14T17:07:25.751Z Compiling ref-cast v1.0.25
15952026-08-14T17:07:25.767Z Compiling smoltcp v0.9.1
15962026-08-14T17:07:25.791Z Compiling crc-any v2.5.0
15972026-08-14T17:07:25.807Z Compiling nix v0.31.2
15982026-08-14T17:07:25.839Z Compiling zerocopy v0.7.35
15992026-08-14T17:07:26.015Z Compiling pin-project v1.1.11
16002026-08-14T17:07:26.037Z Compiling postgres-protocol v0.6.10
16012026-08-14T17:07:26.128Z Compiling publicsuffix v2.3.0
16022026-08-14T17:07:26.143Z Compiling daft v0.1.7
16032026-08-14T17:07:26.204Z Compiling document-features v0.2.12
16042026-08-14T17:07:26.204Z Compiling toml v0.7.8
16052026-08-14T17:07:26.234Z Compiling snafu-derive v0.8.9
16062026-08-14T17:07:26.279Z Compiling darling v0.23.0
16072026-08-14T17:07:26.296Z Compiling inout v0.2.2
16082026-08-14T17:07:26.377Z Compiling object v0.30.4
16092026-08-14T17:07:26.433Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16102026-08-14T17:07:26.462Z Compiling derive_builder v0.20.2
16112026-08-14T17:07:26.489Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16122026-08-14T17:07:26.609Z Compiling zip v0.6.6
16132026-08-14T17:07:26.623Z Compiling goblin v0.8.2
16142026-08-14T17:07:26.728Z Compiling derive-ex v0.1.8
16152026-08-14T17:07:27.002Z Compiling futures-executor v0.3.32
16162026-08-14T17:07:27.032Z Compiling hubpack_derive v0.1.1
16172026-08-14T17:07:27.132Z Compiling regex v1.12.3
16182026-08-14T17:07:27.163Z Compiling ref-cast-impl v1.0.25
16192026-08-14T17:07:27.196Z Compiling strum_macros v0.27.2
16202026-08-14T17:07:27.240Z Compiling curve25519-dalek-derive v0.1.1
16212026-08-14T17:07:27.255Z Compiling phf_shared v0.13.1
16222026-08-14T17:07:27.303Z Compiling cargo-platform v0.3.2
16232026-08-14T17:07:27.512Z Compiling vergen v9.1.0
16242026-08-14T17:07:27.533Z Compiling ff v0.13.1
16252026-08-14T17:07:27.587Z Compiling hyper v1.10.1
16262026-08-14T17:07:27.602Z Compiling fs-err v3.3.0
16272026-08-14T17:07:27.687Z Compiling base16ct v0.2.0
16282026-08-14T17:07:27.719Z Compiling jiff-core v0.1.0
16292026-08-14T17:07:27.754Z Compiling bumpalo v3.20.2
16302026-08-14T17:07:27.817Z Compiling object v0.37.3
16312026-08-14T17:07:27.835Z Compiling managed v0.8.0
16322026-08-14T17:07:27.887Z Compiling bitflags v1.3.2
16332026-08-14T17:07:27.919Z Compiling foldhash v0.1.5
16342026-08-14T17:07:27.975Z Compiling path-slash v0.1.5
16352026-08-14T17:07:28.023Z Compiling libbz2-rs-sys v0.2.2
16362026-08-14T17:07:28.070Z Compiling foldhash v0.2.0
16372026-08-14T17:07:28.109Z Compiling same-file v1.0.6
16382026-08-14T17:07:28.139Z Compiling hashbrown v0.15.5
16392026-08-14T17:07:28.212Z Compiling snafu v0.8.9
16402026-08-14T17:07:28.293Z Compiling walkdir v2.5.0
16412026-08-14T17:07:28.314Z Compiling hashbrown v0.16.1
16422026-08-14T17:07:28.433Z Compiling test-strategy v0.4.5
16432026-08-14T17:07:28.593Z Compiling jiff v0.2.34
16442026-08-14T17:07:28.629Z Compiling bzip2 v0.6.1
16452026-08-14T17:07:28.644Z Compiling zopfli v0.8.3
16462026-08-14T17:07:28.724Z Compiling hyper-util v0.1.20
16472026-08-14T17:07:28.739Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16482026-08-14T17:07:28.829Z Compiling dof v0.3.0
16492026-08-14T17:07:28.928Z Compiling sec1 v0.7.3
16502026-08-14T17:07:29.233Z Compiling group v0.13.0
16512026-08-14T17:07:29.262Z Compiling strum v0.27.2
16522026-08-14T17:07:29.278Z Compiling hubpack v0.1.2
16532026-08-14T17:07:29.278Z Compiling cargo_metadata v0.23.1
16542026-08-14T17:07:29.317Z Compiling phf v0.13.1
16552026-08-14T17:07:29.332Z Compiling futures v0.3.32
16562026-08-14T17:07:29.484Z Compiling signal-hook-mio v0.2.5
16572026-08-14T17:07:29.500Z Compiling cookie_store v0.22.1
16582026-08-14T17:07:29.534Z Compiling zstd v0.13.3
16592026-08-14T17:07:29.579Z Compiling cipher v0.5.2
16602026-08-14T17:07:29.606Z Compiling postgres-types v0.2.12
16612026-08-14T17:07:29.625Z Compiling serde_with_macros v3.21.0
16622026-08-14T17:07:29.904Z Compiling globset v0.4.18
16632026-08-14T17:07:29.938Z Compiling usdt-macro v0.6.0
16642026-08-14T17:07:29.988Z Compiling usdt-attr-macro v0.6.0
16652026-08-14T17:07:30.167Z Compiling hyper-tls v0.6.0
16662026-08-14T17:07:30.182Z Compiling byte-wrapper v0.1.0
16672026-08-14T17:07:30.199Z Compiling dtrace-parser v0.2.0
16682026-08-14T17:07:30.242Z Compiling olpc-cjson v0.1.4
16692026-08-14T17:07:30.428Z Compiling reqwest v0.12.28
16702026-08-14T17:07:30.442Z Compiling serde-big-array v0.5.1
16712026-08-14T17:07:30.541Z Compiling serde_plain v1.0.2
16722026-08-14T17:07:30.556Z Compiling ed25519 v2.2.3
16732026-08-14T17:07:30.606Z Compiling hkdf v0.12.4
16742026-08-14T17:07:30.621Z Compiling crypto-bigint v0.5.5
16752026-08-14T17:07:30.719Z Compiling strum_macros v0.26.4
16762026-08-14T17:07:30.757Z Compiling async-recursion v1.1.1
16772026-08-14T17:07:30.772Z Compiling serde_repr v0.1.20
16782026-08-14T17:07:30.795Z Compiling enum-as-inner v0.6.1
16792026-08-14T17:07:30.820Z Compiling phf_shared v0.11.3
16802026-08-14T17:07:30.874Z Compiling float-cmp v0.10.0
16812026-08-14T17:07:30.975Z Compiling pem v3.0.6
16822026-08-14T17:07:31.022Z Compiling thread-id v4.2.2
16832026-08-14T17:07:31.025Z Compiling memmap2 v0.9.10
16842026-08-14T17:07:31.053Z Compiling typed-path v0.9.3
16852026-08-14T17:07:31.122Z Compiling const-oid v0.10.2
16862026-08-14T17:07:31.277Z Compiling whoami v2.1.0
16872026-08-14T17:07:31.344Z Compiling predicates-core v1.0.10
16882026-08-14T17:07:31.359Z Compiling normalize-line-endings v0.3.0
16892026-08-14T17:07:31.359Z Compiling new_debug_unreachable v1.0.6
16902026-08-14T17:07:31.388Z Compiling difflib v0.4.0
16912026-08-14T17:07:31.439Z Compiling data-encoding v2.10.0
16922026-08-14T17:07:31.461Z Compiling fixedbitset v0.4.2
16932026-08-14T17:07:31.475Z Compiling keccak v0.1.6
16942026-08-14T17:07:31.489Z Compiling static_assertions v1.1.0
16952026-08-14T17:07:31.536Z Compiling winnow v1.0.3
16962026-08-14T17:07:31.579Z Compiling fixedbitset v0.5.7
16972026-08-14T17:07:31.681Z Compiling either v1.15.0
16982026-08-14T17:07:31.703Z Compiling cpufeatures v0.3.0
16992026-08-14T17:07:31.791Z Compiling precomputed-hash v0.1.1
17002026-08-14T17:07:31.896Z Compiling string_cache v0.8.9
17012026-08-14T17:07:31.911Z Compiling itertools v0.13.0
17022026-08-14T17:07:31.916Z Compiling petgraph v0.8.3
17032026-08-14T17:07:31.924Z Compiling chacha20 v0.10.0
17042026-08-14T17:07:31.969Z Compiling hickory-proto v0.25.2
17052026-08-14T17:07:32.137Z Compiling toml_edit v0.22.27
17062026-08-14T17:07:32.152Z Compiling predicates v3.1.4
17072026-08-14T17:07:32.223Z Compiling petgraph v0.6.5
17082026-08-14T17:07:32.250Z Compiling sha3 v0.10.8
17092026-08-14T17:07:32.323Z Compiling elliptic-curve v0.13.8
17102026-08-14T17:07:32.338Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17112026-08-14T17:07:32.517Z Compiling toml_parser v1.1.2+spec-1.1.0
17122026-08-14T17:07:32.551Z Compiling strum v0.26.3
17132026-08-14T17:07:32.624Z Compiling tokio-postgres v0.7.16
17142026-08-14T17:07:32.698Z Compiling digest v0.11.3
17152026-08-14T17:07:32.719Z Compiling usdt v0.6.0
17162026-08-14T17:07:32.749Z Compiling usdt-impl v0.5.0
17172026-08-14T17:07:32.766Z Compiling zip v4.6.1
17182026-08-14T17:07:32.831Z Compiling serde_with v3.21.0
17192026-08-14T17:07:32.947Z Compiling crossterm v0.28.1
17202026-08-14T17:07:33.010Z Compiling ed25519-dalek v2.2.0
17212026-08-14T17:07:33.166Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17222026-08-14T17:07:33.547Z Compiling iddqd v0.4.2
17232026-08-14T17:07:33.725Z Compiling similar v2.7.0
17242026-08-14T17:07:33.900Z Compiling tokio-stream v0.1.18
17252026-08-14T17:07:34.019Z Compiling buf-list v1.1.2
17262026-08-14T17:07:34.234Z Compiling crossbeam-epoch v0.9.18
17272026-08-14T17:07:34.249Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17282026-08-14T17:07:34.312Z Compiling openapiv3 v2.2.0
17292026-08-14T17:07:34.376Z Compiling peg-runtime v0.8.5
17302026-08-14T17:07:34.604Z Compiling lalrpop-util v0.19.12
17312026-08-14T17:07:34.619Z Compiling thread_local v1.1.9
17322026-08-14T17:07:34.638Z Compiling slog-async v2.8.0
17332026-08-14T17:07:34.688Z Compiling crossbeam-channel v0.5.15
17342026-08-14T17:07:34.703Z Compiling is-terminal v0.4.17
17352026-08-14T17:07:34.717Z Compiling filetime v0.2.27
17362026-08-14T17:07:34.813Z Compiling take_mut v0.2.2
17372026-08-14T17:07:34.828Z Compiling term v1.2.1
17382026-08-14T17:07:34.891Z Compiling xattr v1.6.1
17392026-08-14T17:07:34.907Z Compiling camino-tempfile v1.4.1
17402026-08-14T17:07:35.038Z Compiling tar v0.4.46
17412026-08-14T17:07:35.149Z Compiling slog-term v2.9.2
17422026-08-14T17:07:52.476Z Compiling rustls-webpki v0.103.13
17432026-08-14T17:07:55.197Z Compiling tokio-rustls v0.26.4
17442026-08-14T17:07:55.197Z Compiling rustls-platform-verifier v0.6.2
17452026-08-14T17:07:55.201Z Compiling tough v0.22.0
17462026-08-14T17:07:55.402Z Compiling hyper-rustls v0.27.7
17472026-08-14T17:07:55.592Z Compiling reqwest v0.13.2
17482026-08-14T17:07:57.810Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17492026-08-14T17:07:58.034Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17502026-08-14T17:08:00.988Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.69s
17512026-08-14T17:08:01.131Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17522026-08-14T17:08:01.216ZAug 14 17:08:00.257 INFO Starting download, target: Cockroach
17532026-08-14T17:08:01.216ZAug 14 17:08:00.258 INFO Starting download, target: Console
17542026-08-14T17:08:01.216ZAug 14 17:08:00.258 INFO Starting download, target: Clickhouse
17552026-08-14T17:08:01.216ZAug 14 17:08:00.258 INFO Starting download, target: DendriteStub
17562026-08-14T17:08:01.217ZAug 14 17:08:00.258 INFO Starting download, target: MaghemiteMgd
17572026-08-14T17:08:01.224ZAug 14 17:08:00.258 INFO Starting download, target: MaghemiteDdmd
17582026-08-14T17:08:01.224ZAug 14 17:08:00.258 INFO Starting download, target: TransceiverControl
17592026-08-14T17:08:01.224ZAug 14 17:08:00.258 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17602026-08-14T17:08:01.224ZAug 14 17:08:00.259 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17612026-08-14T17:08:01.224ZAug 14 17:08:00.259 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17622026-08-14T17:08:01.224ZAug 14 17:08:00.259 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17632026-08-14T17:08:01.224ZAug 14 17:08:00.259 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17642026-08-14T17:08:01.224ZAug 14 17:08:00.259 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17652026-08-14T17:08:01.224ZAug 14 17:08:00.259 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17662026-08-14T17:08:02.413ZAug 14 17:08:01.470 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17672026-08-14T17:08:02.635ZAug 14 17:08:01.701 INFO Download complete, target: TransceiverControl
17682026-08-14T17:08:02.968ZAug 14 17:08:02.034 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17692026-08-14T17:08:03.229ZAug 14 17:08:02.284 INFO Download complete, target: Console
17702026-08-14T17:08:03.309ZAug 14 17:08:02.367 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17712026-08-14T17:08:04.711ZAug 14 17:08:03.769 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17722026-08-14T17:08:04.827ZAug 14 17:08:03.894 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17732026-08-14T17:08:05.183ZAug 14 17:08:04.248 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17742026-08-14T17:08:05.481ZAug 14 17:08:04.547 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17752026-08-14T17:08:05.481ZAug 14 17:08:04.547 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17762026-08-14T17:08:06.678ZAug 14 17:08:05.744 INFO Download complete, target: MaghemiteDdmd
17772026-08-14T17:08:07.290ZAug 14 17:08:06.355 INFO Download complete, target: DendriteStub
17782026-08-14T17:08:07.718ZAug 14 17:08:06.785 INFO Download complete, target: MaghemiteMgd
17792026-08-14T17:08:09.998ZAug 14 17:08:09.061 INFO Checking that binary works, target: Clickhouse
17802026-08-14T17:08:10.085ZAug 14 17:08:09.152 INFO Checking that binary works, target: Cockroach
17812026-08-14T17:08:10.102ZAug 14 17:08:09.169 INFO Download complete, target: Clickhouse
17822026-08-14T17:08:10.215ZAug 14 17:08:09.280 INFO Download complete, target: Cockroach
17832026-08-14T17:08:10.218ZAll prerequisites installed successfully
17842026-08-14T17:08:10.222Z
17852026-08-14T17:08:10.223Zreal 1:54.823079301
17862026-08-14T17:08:10.223Zuser 7:10.787330344
17872026-08-14T17:08:10.223Zsys 1:43.814539179
17882026-08-14T17:08:10.223Ztrap 0.267438474
17892026-08-14T17:08:10.223Ztflt 0.914495549
17902026-08-14T17:08:10.223Zdflt 1.725549356
17912026-08-14T17:08:10.223Zkflt 0.025660786
17922026-08-14T17:08:10.223Zlock 28:06.001389806
17932026-08-14T17:08:10.223Zslp 19:42.777559148
17942026-08-14T17:08:10.223Zlat 25.804046709
17952026-08-14T17:08:10.223Zstop 3:27.946290254
17962026-08-14T17:08:10.223Z+ ptime -m cargo xtask download softnpu
17972026-08-14T17:08:10.685Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
17982026-08-14T17:08:10.705Z Running `target/debug/xtask download softnpu`
17992026-08-14T17:08:11.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
18002026-08-14T17:08:11.549Z Running `target/debug/xtask-downloader softnpu`
18012026-08-14T17:08:11.589ZAug 14 17:08:10.656 INFO Starting download, target: Softnpu
18022026-08-14T17:08:11.592ZAug 14 17:08:10.657 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
18032026-08-14T17:08:12.253ZAug 14 17:08:11.320 INFO Download complete, target: Softnpu
18042026-08-14T17:08:12.258Z
18052026-08-14T17:08:12.261Zreal 2.032159770
18062026-08-14T17:08:12.262Zuser 1.336360490
18072026-08-14T17:08:12.262Zsys 0.631497428
18082026-08-14T17:08:12.262Ztrap 0.000621470
18092026-08-14T17:08:12.262Ztflt 0.000118200
18102026-08-14T17:08:12.262Zdflt 0.000373840
18112026-08-14T17:08:12.262Zkflt 0.000000000
18122026-08-14T17:08:12.262Zlock 12.657325721
18132026-08-14T17:08:12.262Zslp 0.527715532
18142026-08-14T17:08:12.262Zlat 0.087578500
18152026-08-14T17:08:12.262Zstop 0.000176910
18162026-08-14T17:08:12.262Z+ export CARGO_INCREMENTAL=0
18172026-08-14T17:08:12.262Z+ CARGO_INCREMENTAL=0
18182026-08-14T17:08:12.262Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18192026-08-14T17:08:13.177Z Compiling proc-macro2 v1.0.106
18202026-08-14T17:08:13.177Z Compiling quote v1.0.45
18212026-08-14T17:08:13.177Z Compiling unicode-ident v1.0.24
18222026-08-14T17:08:13.180Z Compiling libc v0.2.185
18232026-08-14T17:08:13.180Z Compiling serde_core v1.0.228
18242026-08-14T17:08:13.180Z Compiling serde v1.0.228
18252026-08-14T17:08:13.180Z Compiling cfg-if v1.0.4
18262026-08-14T17:08:13.180Z Compiling version_check v0.9.5
18272026-08-14T17:08:13.180Z Compiling autocfg v1.5.0
18282026-08-14T17:08:13.180Z Compiling find-msvc-tools v0.1.9
18292026-08-14T17:08:13.327Z Compiling shlex v1.3.0
18302026-08-14T17:08:13.330Z Compiling memchr v2.8.0
18312026-08-14T17:08:13.330Z Compiling zmij v1.0.21
18322026-08-14T17:08:13.330Z Compiling portable-atomic v1.13.1
18332026-08-14T17:08:13.330Z Compiling serde_json v1.0.151
18342026-08-14T17:08:13.459Z Compiling zerocopy v0.8.40
18352026-08-14T17:08:13.489Z Compiling libm v0.2.16
18362026-08-14T17:08:13.630Z Compiling getrandom v0.4.1
18372026-08-14T17:08:13.692Z Compiling parking_lot_core v0.9.12
18382026-08-14T17:08:13.799Z Compiling generic-array v0.14.7
18392026-08-14T17:08:13.802Z Compiling smallvec v1.15.1
18402026-08-14T17:08:13.833Z Compiling icu_normalizer_data v2.1.1
18412026-08-14T17:08:13.852Z Compiling icu_properties_data v2.1.2
18422026-08-14T17:08:13.855Z Compiling itoa v1.0.17
18432026-08-14T17:08:13.855Z Compiling log v0.4.29
18442026-08-14T17:08:13.900Z Compiling pkg-config v0.3.32
18452026-08-14T17:08:13.983Z Compiling num-traits v0.2.19
18462026-08-14T17:08:14.018Z Compiling subtle v2.6.1
18472026-08-14T17:08:14.083Z Compiling stable_deref_trait v1.2.1
18482026-08-14T17:08:14.086Z Compiling typenum v1.20.1
18492026-08-14T17:08:14.129Z Compiling getrandom v0.3.4
18502026-08-14T17:08:14.192Z Compiling scopeguard v1.2.0
18512026-08-14T17:08:14.227Z Compiling thiserror v2.0.18
18522026-08-14T17:08:14.253Z Compiling critical-section v1.2.0
18532026-08-14T17:08:14.331Z Compiling lock_api v0.4.14
18542026-08-14T17:08:14.346Z Compiling rustix v1.1.3
18552026-08-14T17:08:14.457Z Compiling jobserver v0.1.34
18562026-08-14T17:08:14.457Z Compiling errno v0.3.14
18572026-08-14T17:08:14.607Z Compiling rand_core v0.10.0
18582026-08-14T17:08:14.632Z Compiling syn v2.0.117
18592026-08-14T17:08:14.649Z Compiling getrandom v0.2.17
18602026-08-14T17:08:14.687Z Compiling cc v1.2.56
18612026-08-14T17:08:14.721Z Compiling once_cell v1.21.3
18622026-08-14T17:08:14.758Z Compiling syn v1.0.109
18632026-08-14T17:08:14.801Z Compiling rand_core v0.6.4
18642026-08-14T17:08:14.849Z Compiling pin-project-lite v0.2.17
18652026-08-14T17:08:14.942Z Compiling schemars v0.8.22
18662026-08-14T17:08:14.961Z Compiling percent-encoding v2.3.2
18672026-08-14T17:08:14.962Z Compiling equivalent v1.0.2
18682026-08-14T17:08:14.977Z Compiling litemap v0.8.1
18692026-08-14T17:08:15.038Z Compiling writeable v0.6.2
18702026-08-14T17:08:15.115Z Compiling rustversion v1.0.22
18712026-08-14T17:08:15.118Z Compiling dunce v1.0.5
18722026-08-14T17:08:15.162Z Compiling fs_extra v1.3.0
18732026-08-14T17:08:15.236Z Compiling byteorder v1.5.0
18742026-08-14T17:08:15.270Z Compiling hashbrown v0.17.0
18752026-08-14T17:08:15.286Z Compiling heck v0.5.0
18762026-08-14T17:08:15.323Z Compiling strsim v0.11.1
18772026-08-14T17:08:15.455Z Compiling cmake v0.1.57
18782026-08-14T17:08:15.493Z Compiling signal-hook-registry v1.4.8
18792026-08-14T17:08:15.526Z Compiling semver v1.0.28
18802026-08-14T17:08:15.656Z Compiling bitflags v2.11.0
18812026-08-14T17:08:15.834Z Compiling indexmap v2.14.0
18822026-08-14T17:08:15.863Z Compiling utf8_iter v1.0.4
18832026-08-14T17:08:15.880Z Compiling thiserror v1.0.69
18842026-08-14T17:08:15.884Z Compiling parking_lot v0.12.5
18852026-08-14T17:08:15.935Z Compiling form_urlencoded v1.2.2
18862026-08-14T17:08:15.951Z Compiling mio v1.2.0
18872026-08-14T17:08:15.991Z Compiling aws-lc-sys v0.40.0
18882026-08-14T17:08:16.053Z Compiling socket2 v0.6.3
18892026-08-14T17:08:16.141Z Compiling aws-lc-rs v1.16.3
18902026-08-14T17:08:16.235Z Compiling futures-core v0.3.32
18912026-08-14T17:08:16.289Z Compiling const-oid v0.9.6
18922026-08-14T17:08:16.451Z Compiling httparse v1.10.1
18932026-08-14T17:08:16.573Z Compiling regex-syntax v0.8.10
18942026-08-14T17:08:16.667Z Compiling ucd-trie v0.1.7
18952026-08-14T17:08:16.757Z Compiling fnv v1.0.7
18962026-08-14T17:08:16.806Z Compiling crc32fast v1.5.0
18972026-08-14T17:08:16.820Z Compiling pest v2.8.6
18982026-08-14T17:08:16.874Z Compiling vcpkg v0.2.15
18992026-08-14T17:08:16.917Z Compiling ident_case v1.0.1
19002026-08-14T17:08:16.948Z Compiling iana-time-zone v0.1.65
19012026-08-14T17:08:17.087Z Compiling uuid v1.23.4
19022026-08-14T17:08:17.164Z Compiling rustc_version v0.4.1
19032026-08-14T17:08:17.202Z Compiling futures-sink v0.3.32
19042026-08-14T17:08:17.293Z Compiling rustls v0.23.41
19052026-08-14T17:08:17.311Z Compiling futures-channel v0.3.32
19062026-08-14T17:08:17.457Z Compiling synstructure v0.13.2
19072026-08-14T17:08:17.476Z Compiling serde_derive_internals v0.29.1
19082026-08-14T17:08:17.492Z Compiling openssl-sys v0.9.117
19092026-08-14T17:08:17.572Z Compiling aho-corasick v1.1.4
19102026-08-14T17:08:17.576Z Compiling futures-task v0.3.32
19112026-08-14T17:08:17.617Z Compiling futures-io v0.3.32
19122026-08-14T17:08:17.782Z Compiling slab v0.4.12
19132026-08-14T17:08:17.964Z Compiling pest_meta v2.8.6
19142026-08-14T17:08:18.022Z Compiling num-conv v0.2.0
19152026-08-14T17:08:18.026Z Compiling time-core v0.1.8
19162026-08-14T17:08:18.054Z Compiling plain v0.2.3
19172026-08-14T17:08:18.057Z Compiling radium v0.7.0
19182026-08-14T17:08:18.088Z Compiling dyn-clone v1.0.20
19192026-08-14T17:08:18.150Z Compiling crossbeam-utils v0.8.21
19202026-08-14T17:08:18.199Z Compiling time-macros v0.2.27
19212026-08-14T17:08:18.265Z Compiling base64ct v1.8.3
19222026-08-14T17:08:18.297Z Compiling pretty-hex v0.4.1
19232026-08-14T17:08:18.343Z Compiling winnow v0.5.40
19242026-08-14T17:08:18.359Z Compiling base64 v0.22.1
19252026-08-14T17:08:18.392Z Compiling maybe-uninit v2.0.0
19262026-08-14T17:08:18.408Z Compiling regex-automata v0.4.14
19272026-08-14T17:08:18.435Z Compiling openssl v0.10.80
19282026-08-14T17:08:18.587Z Compiling pest_generator v2.8.6
19292026-08-14T17:08:18.619Z Compiling pem-rfc7468 v0.7.0
19302026-08-14T17:08:18.706Z Compiling serde_derive v1.0.228
19312026-08-14T17:08:18.719Z Compiling zeroize_derive v1.5.0
19322026-08-14T17:08:18.719Z Compiling zerofrom-derive v0.1.6
19332026-08-14T17:08:18.749Z Compiling yoke-derive v0.8.1
19342026-08-14T17:08:18.853Z Compiling zerocopy-derive v0.8.40
19352026-08-14T17:08:18.903Z Compiling zerovec-derive v0.11.2
19362026-08-14T17:08:18.929Z Compiling displaydoc v0.2.5
19372026-08-14T17:08:18.929Z Compiling tokio-macros v2.7.0
19382026-08-14T17:08:19.423Z Compiling futures-macro v0.3.32
19392026-08-14T17:08:19.430Z Compiling thiserror-impl v2.0.18
19402026-08-14T17:08:19.430Z Compiling schemars_derive v0.8.22
19412026-08-14T17:08:19.430Z Compiling der_derive v0.7.3
19422026-08-14T17:08:19.430Z Compiling zeroize v1.9.0
19432026-08-14T17:08:19.617Z Compiling tracing-attributes v0.1.31
19442026-08-14T17:08:19.655Z Compiling thiserror-impl v1.0.69
19452026-08-14T17:08:19.761Z Compiling pest_derive v2.8.6
19462026-08-14T17:08:19.795Z Compiling futures-util v0.3.32
19472026-08-14T17:08:19.906Z Compiling zerofrom v0.1.6
19482026-08-14T17:08:20.053Z Compiling yoke v0.8.1
19492026-08-14T17:08:20.226Z Compiling crypto-common v0.1.7
19502026-08-14T17:08:20.258Z Compiling block-buffer v0.10.4
19512026-08-14T17:08:20.258Z Compiling zerovec v0.11.5
19522026-08-14T17:08:20.280Z Compiling zerotrie v0.2.3
19532026-08-14T17:08:20.513Z Compiling digest v0.10.7
19542026-08-14T17:08:20.541Z Compiling scroll_derive v0.13.1
19552026-08-14T17:08:20.566Z Compiling scroll_derive v0.12.1
19562026-08-14T17:08:20.635Z Compiling flagset v0.4.7
19572026-08-14T17:08:20.714Z Compiling openssl-macros v0.1.1
19582026-08-14T17:08:20.738Z Compiling rand_core v0.9.5
19592026-08-14T17:08:20.753Z Compiling tinystr v0.8.2
19602026-08-14T17:08:20.804Z Compiling potential_utf v0.1.4
19612026-08-14T17:08:20.836Z Compiling der v0.7.10
19622026-08-14T17:08:20.857Z Compiling darling_core v0.23.0
19632026-08-14T17:08:20.969Z Compiling icu_locale_core v2.1.1
19642026-08-14T17:08:20.986Z Compiling icu_collections v2.1.1
19652026-08-14T17:08:21.144Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19662026-08-14T17:08:21.236Z Compiling bzip2-sys v0.1.13+1.0.8
19672026-08-14T17:08:21.437Z Compiling ahash v0.8.12
19682026-08-14T17:08:21.468Z Compiling native-tls v0.2.18
19692026-08-14T17:08:21.539Z Compiling anyhow v1.0.102
19702026-08-14T17:08:21.669Z Compiling icu_provider v2.1.1
19712026-08-14T17:08:21.736Z Compiling packed_struct v0.10.1
19722026-08-14T17:08:21.829Z Compiling bytes v1.11.1
19732026-08-14T17:08:21.858Z Compiling chrono v0.4.45
19742026-08-14T17:08:21.873Z Compiling toml_datetime v0.6.11
19752026-08-14T17:08:21.902Z Compiling icu_properties v2.1.2
19762026-08-14T17:08:21.951Z Compiling icu_normalizer v2.1.1
19772026-08-14T17:08:21.969Z Compiling serde_spanned v0.6.9
19782026-08-14T17:08:21.972Z Compiling serde_tokenstream v0.2.3
19792026-08-14T17:08:22.134Z Compiling toml_edit v0.19.15
19802026-08-14T17:08:22.300Z Compiling num-bigint-dig v0.8.6
19812026-08-14T17:08:22.441Z Compiling tokio v1.52.1
19822026-08-14T17:08:22.481Z Compiling http v1.4.2
19832026-08-14T17:08:22.530Z Compiling spki v0.7.3
19842026-08-14T17:08:22.769Z Compiling regex v1.12.3
19852026-08-14T17:08:22.786Z Compiling zerocopy-derive v0.7.35
19862026-08-14T17:08:23.017Z Compiling idna_adapter v1.2.1
19872026-08-14T17:08:23.163Z Compiling idna v1.1.0
19882026-08-14T17:08:23.202Z Compiling ppv-lite86 v0.2.21
19892026-08-14T17:08:23.349Z Compiling darling_macro v0.23.0
19902026-08-14T17:08:23.462Z Compiling slog v2.8.2
19912026-08-14T17:08:23.544Z Compiling url v2.5.8
19922026-08-14T17:08:23.689Z Compiling tracing-core v0.1.36
19932026-08-14T17:08:23.709Z Compiling cookie v0.18.1
19942026-08-14T17:08:23.770Z Compiling utf8parse v0.2.2
19952026-08-14T17:08:23.786Z Compiling camino v1.2.2
19962026-08-14T17:08:23.810Z Compiling cpufeatures v0.2.17
19972026-08-14T17:08:23.868Z Compiling darling v0.23.0
19982026-08-14T17:08:23.935Z Compiling rand_chacha v0.9.0
19992026-08-14T17:08:23.966Z Compiling zerocopy-derive v0.6.6
20002026-08-14T17:08:24.015Z Compiling bitfield-macros v0.19.4
20012026-08-14T17:08:24.044Z Compiling clap_derive v4.6.1
20022026-08-14T17:08:24.102Z Compiling tracing v0.1.44
20032026-08-14T17:08:24.318Z Compiling packed_struct_codegen v0.10.1
20042026-08-14T17:08:24.423Z Compiling indexmap v1.9.3
20052026-08-14T17:08:24.643Z Compiling anstyle v1.0.14
20062026-08-14T17:08:24.670Z Compiling paste v1.0.15
20072026-08-14T17:08:24.728Z Compiling rand v0.9.2
20082026-08-14T17:08:24.747Z Compiling http-body v1.0.1
20092026-08-14T17:08:24.884Z Compiling pkcs8 v0.10.2
20102026-08-14T17:08:24.932Z Compiling rustls-pki-types v1.14.0
20112026-08-14T17:08:25.142Z Compiling spin v0.9.8
20122026-08-14T17:08:25.178Z Compiling usdt-impl v0.5.0
20132026-08-14T17:08:25.251Z Compiling fastrand v2.3.0
20142026-08-14T17:08:25.291Z Compiling ref-cast v1.0.25
20152026-08-14T17:08:25.308Z Compiling cmov v0.5.4
20162026-08-14T17:08:25.326Z Compiling colorchoice v1.0.4
20172026-08-14T17:08:25.382Z Compiling usdt-impl v0.6.0
20182026-08-14T17:08:25.416Z Compiling anstyle-query v1.1.5
20192026-08-14T17:08:25.457Z Compiling is_terminal_polyfill v1.70.2
20202026-08-14T17:08:25.538Z Compiling tinyvec_macros v0.1.1
20212026-08-14T17:08:25.559Z Compiling either v1.15.0
20222026-08-14T17:08:25.574Z Compiling unicode-segmentation v1.12.0
20232026-08-14T17:08:25.592Z Compiling openssl-probe v0.2.1
20242026-08-14T17:08:25.653Z Compiling tinyvec v1.10.0
20252026-08-14T17:08:25.668Z Compiling ctutils v0.4.2
20262026-08-14T17:08:25.798Z Compiling sha2 v0.10.9
20272026-08-14T17:08:25.928Z Compiling scroll v0.13.0
20282026-08-14T17:08:25.945Z Compiling scroll v0.12.0
20292026-08-14T17:08:25.973Z Compiling async-trait v0.1.89
20302026-08-14T17:08:26.005Z Compiling heapless v0.7.17
20312026-08-14T17:08:26.183Z Compiling atomic-waker v1.1.2
20322026-08-14T17:08:26.231Z Compiling tower-layer v0.3.3
20332026-08-14T17:08:26.246Z Compiling try-lock v0.2.5
20342026-08-14T17:08:26.246Z Compiling litrs v1.0.0
20352026-08-14T17:08:26.257Z Compiling zstd-safe v7.2.4
20362026-08-14T17:08:26.269Z Compiling tower-service v0.3.3
20372026-08-14T17:08:26.285Z Compiling untrusted v0.7.1
20382026-08-14T17:08:26.312Z Compiling tokio-util v0.7.18
20392026-08-14T17:08:26.381Z Compiling signal-hook v0.3.18
20402026-08-14T17:08:26.428Z Compiling rustix v0.38.44
20412026-08-14T17:08:26.471Z Compiling want v0.3.1
20422026-08-14T17:08:26.648Z Compiling tempfile v3.25.0
20432026-08-14T17:08:26.662Z Compiling goblin v0.8.2
20442026-08-14T17:08:26.693Z Compiling document-features v0.2.12
20452026-08-14T17:08:26.853Z Compiling goblin v0.10.5
20462026-08-14T17:08:26.975Z Compiling hybrid-array v0.4.13
20472026-08-14T17:08:26.992Z Compiling heck v0.4.1
20482026-08-14T17:08:27.051Z Compiling h2 v0.4.15
20492026-08-14T17:08:27.208Z Compiling anstyle-parse v1.0.0
20502026-08-14T17:08:27.212Z Compiling zerocopy v0.7.35
20512026-08-14T17:08:27.263Z Compiling ipnet v2.11.0
20522026-08-14T17:08:27.404Z Compiling daft-derive v0.1.7
20532026-08-14T17:08:27.662Z Compiling structmeta-derive v0.3.0
20542026-08-14T17:08:27.749Z Compiling ref-cast-impl v1.0.25
20552026-08-14T17:08:27.828Z Compiling curve25519-dalek v4.1.3
20562026-08-14T17:08:27.848Z Compiling darling_core v0.20.11
20572026-08-14T17:08:27.950Z Compiling memoffset v0.9.1
20582026-08-14T17:08:28.091Z Compiling untrusted v0.9.0
20592026-08-14T17:08:28.118Z Compiling powerfmt v0.2.0
20602026-08-14T17:08:28.232Z Compiling simd-adler32 v0.3.8
20612026-08-14T17:08:28.405Z Compiling httpdate v1.0.3
20622026-08-14T17:08:28.421Z Compiling tap v1.0.1
20632026-08-14T17:08:28.438Z Compiling foreign-types-shared v0.1.1
20642026-08-14T17:08:28.559Z Compiling wyz v0.5.1
20652026-08-14T17:08:28.573Z Compiling foreign-types v0.3.2
20662026-08-14T17:08:28.635Z Compiling deranged v0.5.8
20672026-08-14T17:08:28.652Z Compiling structmeta v0.3.0
20682026-08-14T17:08:28.763Z Compiling anstream v1.0.0
20692026-08-14T17:08:28.874Z Compiling unicode-normalization v0.1.25
20702026-08-14T17:08:28.915Z Compiling dof v0.3.0
20712026-08-14T17:08:29.122Z Compiling dtrace-parser v0.2.0
20722026-08-14T17:08:29.355Z Compiling rand_chacha v0.3.1
20732026-08-14T17:08:29.508Z Compiling hex v0.4.3
20742026-08-14T17:08:29.521Z Compiling signature v2.2.0
20752026-08-14T17:08:29.681Z Compiling dof v0.4.0
20762026-08-14T17:08:29.716Z Compiling dtrace-parser v0.3.0
20772026-08-14T17:08:29.733Z Compiling terminal_size v0.4.3
20782026-08-14T17:08:29.751Z Compiling pin-project-internal v1.1.11
20792026-08-14T17:08:29.807Z Compiling num-integer v0.1.46
20802026-08-14T17:08:29.824Z Compiling darling_macro v0.20.11
20812026-08-14T17:08:29.840Z Compiling thread-id v5.1.0
20822026-08-14T17:08:29.893Z Compiling socket2 v0.5.10
20832026-08-14T17:08:29.957Z Compiling wait-timeout v0.2.1
20842026-08-14T17:08:30.082Z Compiling thread-id v4.2.2
20852026-08-14T17:08:30.133Z Compiling num_threads v0.1.7
20862026-08-14T17:08:30.203Z Compiling hyper v1.10.1
20872026-08-14T17:08:30.240Z Compiling adler2 v2.0.1
20882026-08-14T17:08:30.274Z Compiling smoltcp v0.9.1
20892026-08-14T17:08:30.442Z Compiling bit-vec v0.8.0
20902026-08-14T17:08:30.540Z Compiling funty v2.0.0
20912026-08-14T17:08:30.583Z Compiling cfg_aliases v0.2.1
20922026-08-14T17:08:30.664Z Compiling clap_lex v1.0.0
20932026-08-14T17:08:30.723Z Compiling quick-error v1.2.3
20942026-08-14T17:08:30.727Z Compiling nix v0.31.2
20952026-08-14T17:08:30.768Z Compiling bit-set v0.8.0
20962026-08-14T17:08:30.822Z Compiling clap_builder v4.6.0
20972026-08-14T17:08:30.839Z Compiling rusty-fork v0.3.1
20982026-08-14T17:08:30.857Z Compiling time v0.3.47
20992026-08-14T17:08:30.895Z Compiling bitvec v1.0.1
21002026-08-14T17:08:30.925Z Compiling miniz_oxide v0.8.9
21012026-08-14T17:08:30.943Z Compiling darling v0.20.11
21022026-08-14T17:08:31.042Z Compiling num-iter v0.1.45
21032026-08-14T17:08:31.143Z Compiling rand v0.8.6
21042026-08-14T17:08:31.305Z Compiling hyper-util v0.1.20
21052026-08-14T17:08:31.485Z Compiling lazy_static v1.5.0
21062026-08-14T17:08:31.595Z Compiling ipnetwork v0.21.1
21072026-08-14T17:08:31.679Z Compiling anstyle-parse v0.2.7
21082026-08-14T17:08:31.878Z Compiling rand_xorshift v0.4.0
21092026-08-14T17:08:31.917Z Compiling hmac v0.12.1
21102026-08-14T17:08:32.038Z Compiling curve25519-dalek-derive v0.1.1
21112026-08-14T17:08:32.074Z Compiling sync_wrapper v1.0.2
21122026-08-14T17:08:32.564Z Compiling nodrop v0.1.14
21132026-08-14T17:08:32.595Z Compiling zlib-rs v0.6.2
21142026-08-14T17:08:32.918Z Compiling unarray v0.1.4
21152026-08-14T17:08:32.947Z Compiling crc-catalog v2.4.0
21162026-08-14T17:08:32.993Z Compiling siphasher v1.0.2
21172026-08-14T17:08:33.058Z Compiling crc v3.4.0
21182026-08-14T17:08:33.066Z Compiling proptest v1.11.0
21192026-08-14T17:08:33.192Z Compiling array-init v0.0.4
21202026-08-14T17:08:33.320Z Compiling clap v4.6.1
21212026-08-14T17:08:33.722Z Compiling tower v0.5.3
21222026-08-14T17:08:34.136Z Compiling anstream v0.6.21
21232026-08-14T17:08:34.219Z Compiling smallvec v0.6.14
21242026-08-14T17:08:34.430Z Compiling derive_builder_core v0.20.2
21252026-08-14T17:08:34.446Z Compiling snafu-derive v0.8.9
21262026-08-14T17:08:34.726Z Compiling flate2 v1.1.9
21272026-08-14T17:08:34.871Z Compiling pkcs1 v0.7.5
21282026-08-14T17:08:34.914Z Compiling http-body-util v0.1.3
21292026-08-14T17:08:34.930Z Compiling zerocopy v0.6.6
21302026-08-14T17:08:35.007Z Compiling bitfield v0.19.4
21312026-08-14T17:08:35.139Z Compiling strum_macros v0.26.4
21322026-08-14T17:08:35.175Z Compiling strum_macros v0.27.2
21332026-08-14T17:08:35.213Z Compiling hubpack_derive v0.1.1
21342026-08-14T17:08:35.260Z Compiling env_filter v1.0.0
21352026-08-14T17:08:35.277Z Compiling fs-err v3.3.0
21362026-08-14T17:08:35.310Z Compiling ryu v1.0.23
21372026-08-14T17:08:35.351Z Compiling unicode-bidi v0.3.18
21382026-08-14T17:08:35.495Z Compiling hashbrown v0.12.3
21392026-08-14T17:08:35.626Z Compiling iri-string v0.7.10
21402026-08-14T17:08:35.676Z Compiling allocator-api2 v0.2.21
21412026-08-14T17:08:35.835Z Compiling unicode-properties v0.1.4
21422026-08-14T17:08:36.054Z Compiling object v0.37.3
21432026-08-14T17:08:36.084Z Compiling base64 v0.21.7
21442026-08-14T17:08:36.108Z Compiling stringprep v0.1.5
21452026-08-14T17:08:36.318Z Compiling ron v0.8.1
21462026-08-14T17:08:36.422Z Compiling serde_urlencoded v0.7.1
21472026-08-14T17:08:36.485Z Compiling env_logger v0.11.9
21482026-08-14T17:08:36.602Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21492026-08-14T17:08:36.623Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21502026-08-14T17:08:36.639Z Compiling derive_builder_macro v0.20.2
21512026-08-14T17:08:36.681Z Compiling rsa v0.9.10
21522026-08-14T17:08:36.706Z Compiling newtype-uuid v1.3.2
21532026-08-14T17:08:36.805Z Compiling tower-http v0.6.8
21542026-08-14T17:08:36.822Z Compiling oxnet v0.1.6
21552026-08-14T17:08:36.931Z Compiling serde-hex v0.1.0
21562026-08-14T17:08:36.990Z Compiling hashbrown v0.13.2
21572026-08-14T17:08:37.103Z Compiling tokio-native-tls v0.3.1
21582026-08-14T17:08:37.111Z Compiling bzip2 v0.4.4
21592026-08-14T17:08:37.143Z Compiling usdt-attr-macro v0.6.0
21602026-08-14T17:08:37.172Z Compiling usdt-macro v0.6.0
21612026-08-14T17:08:37.209Z Compiling derive-ex v0.1.8
21622026-08-14T17:08:37.229Z Compiling block-buffer v0.12.1
21632026-08-14T17:08:37.246Z Compiling block-padding v0.4.2
21642026-08-14T17:08:37.282Z Compiling crypto-common v0.2.2
21652026-08-14T17:08:37.480Z Compiling rustls-native-certs v0.8.3
21662026-08-14T17:08:37.594Z Compiling x509-cert v0.2.5
21672026-08-14T17:08:37.907Z Compiling erased-serde v0.3.31
21682026-08-14T17:08:37.944Z Compiling md-5 v0.10.6
21692026-08-14T17:08:38.012Z Compiling bstr v1.12.1
21702026-08-14T17:08:38.138Z Compiling vergen-lib v9.1.0
21712026-08-14T17:08:38.235Z Compiling hash32 v0.2.1
21722026-08-14T17:08:38.252Z Compiling encoding_rs v0.8.35
21732026-08-14T17:08:38.341Z Compiling mime v0.3.17
21742026-08-14T17:08:38.469Z Compiling crc-any v2.5.0
21752026-08-14T17:08:38.610Z Compiling cpufeatures v0.3.0
21762026-08-14T17:08:38.694Z Compiling fallible-iterator v0.2.0
21772026-08-14T17:08:38.711Z Compiling psl-types v2.0.11
21782026-08-14T17:08:38.743Z Compiling test-strategy v0.4.5
21792026-08-14T17:08:38.833Z Compiling publicsuffix v2.3.0
21802026-08-14T17:08:39.022Z Compiling postgres-protocol v0.6.10
21812026-08-14T17:08:39.472Z Compiling object v0.30.4
21822026-08-14T17:08:39.488Z Compiling inout v0.2.2
21832026-08-14T17:08:39.503Z Compiling zip v0.6.6
21842026-08-14T17:08:39.530Z Compiling hyper-tls v0.6.0
21852026-08-14T17:08:39.567Z Compiling derive_builder v0.20.2
21862026-08-14T17:08:39.582Z Compiling daft v0.1.7
21872026-08-14T17:08:39.602Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21882026-08-14T17:08:39.710Z Compiling phf_shared v0.13.1
21892026-08-14T17:08:39.793Z Compiling pin-project v1.1.11
21902026-08-14T17:08:39.863Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21912026-08-14T17:08:39.985Z Compiling serde_with_macros v3.21.0
21922026-08-14T17:08:39.999Z Compiling toml v0.7.8
21932026-08-14T17:08:40.017Z Compiling futures-executor v0.3.32
21942026-08-14T17:08:40.080Z Compiling serde_repr v0.1.20
21952026-08-14T17:08:40.245Z Compiling async-recursion v1.1.1
21962026-08-14T17:08:40.264Z Compiling enum-as-inner v0.6.1
21972026-08-14T17:08:40.323Z Compiling vergen v9.1.0
21982026-08-14T17:08:40.452Z Compiling ff v0.13.1
21992026-08-14T17:08:40.536Z Compiling cargo-platform v0.3.2
22002026-08-14T17:08:40.610Z Compiling managed v0.8.0
22012026-08-14T17:08:40.761Z Compiling base16ct v0.2.0
22022026-08-14T17:08:40.791Z Compiling path-slash v0.1.5
22032026-08-14T17:08:40.806Z Compiling bitflags v1.3.2
22042026-08-14T17:08:40.823Z Compiling same-file v1.0.6
22052026-08-14T17:08:40.848Z Compiling foldhash v0.2.0
22062026-08-14T17:08:40.866Z Compiling bumpalo v3.20.2
22072026-08-14T17:08:40.894Z Compiling libbz2-rs-sys v0.2.2
22082026-08-14T17:08:40.991Z Compiling jiff-core v0.1.0
22092026-08-14T17:08:41.056Z Compiling foldhash v0.1.5
22102026-08-14T17:08:41.178Z Compiling zopfli v0.8.3
22112026-08-14T17:08:41.238Z Compiling hashbrown v0.15.5
22122026-08-14T17:08:41.338Z Compiling bzip2 v0.6.1
22132026-08-14T17:08:41.370Z Compiling hashbrown v0.16.1
22142026-08-14T17:08:41.399Z Compiling walkdir v2.5.0
22152026-08-14T17:08:41.478Z Compiling sec1 v0.7.3
22162026-08-14T17:08:41.733Z Compiling jiff v0.2.34
22172026-08-14T17:08:41.763Z Compiling cargo_metadata v0.23.1
22182026-08-14T17:08:41.801Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22192026-08-14T17:08:41.893Z Compiling group v0.13.0
22202026-08-14T17:08:42.084Z Compiling futures v0.3.32
22212026-08-14T17:08:42.338Z Compiling phf v0.13.1
22222026-08-14T17:08:42.513Z Compiling snafu v0.8.9
22232026-08-14T17:08:42.638Z Compiling reqwest v0.12.28
22242026-08-14T17:08:42.841Z Compiling cipher v0.5.2
22252026-08-14T17:08:42.904Z Compiling signal-hook-mio v0.2.5
22262026-08-14T17:08:42.986Z Compiling postgres-types v0.2.12
22272026-08-14T17:08:43.007Z Compiling cookie_store v0.22.1
22282026-08-14T17:08:43.026Z Compiling zstd v0.13.3
22292026-08-14T17:08:43.044Z Compiling globset v0.4.18
22302026-08-14T17:08:43.136Z Compiling strum v0.27.2
22312026-08-14T17:08:43.320Z Compiling hubpack v0.1.2
22322026-08-14T17:08:43.476Z Compiling phf_shared v0.11.3
22332026-08-14T17:08:43.491Z Compiling hkdf v0.12.4
22342026-08-14T17:08:43.524Z Compiling crossbeam-epoch v0.9.18
22352026-08-14T17:08:43.587Z Compiling byte-wrapper v0.1.0
22362026-08-14T17:08:43.603Z Compiling ed25519 v2.2.3
22372026-08-14T17:08:43.619Z Compiling olpc-cjson v0.1.4
22382026-08-14T17:08:43.864Z Compiling serde-big-array v0.5.1
22392026-08-14T17:08:43.867Z Compiling serde_plain v1.0.2
22402026-08-14T17:08:43.895Z Compiling pem v3.0.6
22412026-08-14T17:08:43.991Z Compiling crypto-bigint v0.5.5
22422026-08-14T17:08:44.123Z Compiling float-cmp v0.10.0
22432026-08-14T17:08:44.139Z Compiling memmap2 v0.9.10
22442026-08-14T17:08:44.196Z Compiling difflib v0.4.0
22452026-08-14T17:08:44.209Z Compiling fixedbitset v0.5.7
22462026-08-14T17:08:44.381Z Compiling whoami v2.1.0
22472026-08-14T17:08:44.398Z Compiling typed-path v0.9.3
22482026-08-14T17:08:44.413Z Compiling keccak v0.1.6
22492026-08-14T17:08:44.429Z Compiling fixedbitset v0.4.2
22502026-08-14T17:08:44.497Z Compiling data-encoding v2.10.0
22512026-08-14T17:08:44.629Z Compiling predicates-core v1.0.10
22522026-08-14T17:08:44.644Z Compiling normalize-line-endings v0.3.0
22532026-08-14T17:08:44.679Z Compiling precomputed-hash v0.1.1
22542026-08-14T17:08:44.725Z Compiling static_assertions v1.1.0
22552026-08-14T17:08:44.758Z Compiling winnow v1.0.3
22562026-08-14T17:08:44.785Z Compiling const-oid v0.10.2
22572026-08-14T17:08:44.810Z Compiling new_debug_unreachable v1.0.6
22582026-08-14T17:08:44.827Z Compiling toml_write v0.1.2
22592026-08-14T17:08:45.030Z Compiling winnow v0.7.14
22602026-08-14T17:08:45.060Z Compiling chacha20 v0.10.0
22612026-08-14T17:08:45.085Z Compiling digest v0.11.3
22622026-08-14T17:08:45.105Z Compiling elliptic-curve v0.13.8
22632026-08-14T17:08:45.108Z Compiling string_cache v0.8.9
22642026-08-14T17:08:45.136Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22652026-08-14T17:08:45.304Z Compiling hickory-proto v0.25.2
22662026-08-14T17:08:45.341Z Compiling predicates v3.1.4
22672026-08-14T17:08:45.481Z Compiling tokio-postgres v0.7.16
22682026-08-14T17:08:45.543Z Compiling petgraph v0.6.5
22692026-08-14T17:08:45.638Z Compiling sha3 v0.10.8
22702026-08-14T17:08:45.760Z Compiling toml_parser v1.1.2+spec-1.1.0
22712026-08-14T17:08:45.809Z Compiling petgraph v0.8.3
22722026-08-14T17:08:46.139Z Compiling usdt v0.6.0
22732026-08-14T17:08:46.436Z Compiling toml_edit v0.22.27
22742026-08-14T17:08:46.508Z Compiling zip v4.6.1
22752026-08-14T17:08:47.207Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
22762026-08-14T17:08:47.560Z Compiling ed25519-dalek v2.2.0
22772026-08-14T17:08:47.920Z Compiling crossterm v0.28.1
22782026-08-14T17:08:48.331Z Compiling iddqd v0.4.2
22792026-08-14T17:08:48.461Z Compiling serde_with v3.21.0
22802026-08-14T17:08:48.529Z Compiling similar v2.7.0
22812026-08-14T17:08:48.812Z Compiling strum v0.26.3
22822026-08-14T17:08:49.219Z Compiling tokio-stream v0.1.18
22832026-08-14T17:08:49.235Z Compiling buf-list v1.1.2
22842026-08-14T17:08:49.266Z Compiling itertools v0.13.0
22852026-08-14T17:08:49.512Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22862026-08-14T17:08:49.597Z Compiling openapiv3 v2.2.0
22872026-08-14T17:08:50.509Z Compiling lalrpop-util v0.19.12
22882026-08-14T17:08:50.681Z Compiling peg-runtime v0.8.5
22892026-08-14T17:09:08.900Z Compiling rustls-webpki v0.103.13
22902026-08-14T17:09:10.250Z Compiling proc-macro-crate v1.3.1
22912026-08-14T17:09:10.298Z Compiling macaddr v1.0.1
22922026-08-14T17:09:10.415Z Compiling crucible-workspace-hack v0.1.0
22932026-08-14T17:09:10.521Z Compiling rayon-core v1.13.0
22942026-08-14T17:09:10.591Z Compiling itertools v0.15.0
22952026-08-14T17:09:10.606Z Compiling secrecy v0.10.3
22962026-08-14T17:09:10.645Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22972026-08-14T17:09:10.754Z Compiling heapless v0.8.0
22982026-08-14T17:09:10.797Z Compiling crossbeam-deque v0.8.6
22992026-08-14T17:09:10.800Z Compiling inout v0.1.4
23002026-08-14T17:09:10.863Z Compiling hash32 v0.3.1
23012026-08-14T17:09:10.993Z Compiling multer v3.1.0
23022026-08-14T17:09:11.041Z Compiling thread_local v1.1.9
23032026-08-14T17:09:11.057Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23042026-08-14T17:09:11.059Z Compiling slog-async v2.8.0
23052026-08-14T17:09:11.107Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23062026-08-14T17:09:11.121Z Compiling match_cfg v0.1.0
23072026-08-14T17:09:11.205Z Compiling unicode-width v0.2.0
23082026-08-14T17:09:11.223Z Compiling smoltcp v0.11.0
23092026-08-14T17:09:11.270Z Compiling compression-core v0.4.31
23102026-08-14T17:09:11.375Z Compiling hostname v0.3.1
23112026-08-14T17:09:11.407Z Compiling compression-codecs v0.4.37
23122026-08-14T17:09:11.447Z Compiling cipher v0.4.4
23132026-08-14T17:09:11.463Z Compiling atomicwrites v0.4.4
23142026-08-14T17:09:11.481Z Compiling slog-json v2.6.1
23152026-08-14T17:09:11.543Z Compiling crossbeam-channel v0.5.15
23162026-08-14T17:09:11.559Z Compiling half v2.7.1
23172026-08-14T17:09:11.597Z Compiling newtype-uuid-macros v0.1.0
23182026-08-14T17:09:11.711Z Compiling cobs v0.3.0
23192026-08-14T17:09:11.758Z Compiling universal-hash v0.5.1
23202026-08-14T17:09:11.773Z Compiling async-stream-impl v0.3.6
23212026-08-14T17:09:11.777Z Compiling thiserror-impl-no-std v2.0.2
23222026-08-14T17:09:11.813Z Compiling toml_datetime v1.1.1+spec-1.1.0
23232026-08-14T17:09:11.921Z Compiling serde_spanned v1.1.1
23242026-08-14T17:09:11.924Z Compiling is-terminal v0.4.17
23252026-08-14T17:09:11.952Z Compiling ingot-macros v0.2.0
23262026-08-14T17:09:12.000Z Compiling dropshot v0.17.1
23272026-08-14T17:09:12.054Z Compiling proc-macro-error-attr v1.0.4
23282026-08-14T17:09:12.089Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
23292026-08-14T17:09:12.246Z Compiling ciborium-io v0.2.2
23302026-08-14T17:09:12.261Z Compiling term v1.2.1
23312026-08-14T17:09:12.261Z Compiling toml_writer v1.1.1+spec-1.1.0
23322026-08-14T17:09:12.313Z Compiling take_mut v0.2.2
23332026-08-14T17:09:12.334Z Compiling opaque-debug v0.3.1
23342026-08-14T17:09:12.350Z Compiling convert_case v0.4.0
23352026-08-14T17:09:12.367Z Compiling async-stream v0.3.6
23362026-08-14T17:09:12.370Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23372026-08-14T17:09:12.450Z Compiling poly1305 v0.8.0
23382026-08-14T17:09:12.558Z Compiling tokio-rustls v0.26.4
23392026-08-14T17:09:12.574Z Compiling rustls-platform-verifier v0.6.2
23402026-08-14T17:09:12.591Z Compiling tough v0.22.0
23412026-08-14T17:09:12.831Z Compiling hyper-rustls v0.27.7
23422026-08-14T17:09:12.848Z Compiling thiserror-no-std v2.0.2
23432026-08-14T17:09:12.870Z Compiling derive_more v0.99.20
23442026-08-14T17:09:12.910Z Compiling slog-term v2.9.2
23452026-08-14T17:09:12.978Z Compiling toml v1.1.2+spec-1.1.0
23462026-08-14T17:09:13.102Z Compiling reqwest v0.13.2
23472026-08-14T17:09:13.132Z Compiling ciborium-ll v0.2.2
23482026-08-14T17:09:13.304Z Compiling postcard v1.1.3
23492026-08-14T17:09:13.658Z Compiling slog-bunyan v2.5.0
23502026-08-14T17:09:13.711Z Compiling chacha20 v0.9.1
23512026-08-14T17:09:13.866Z Compiling async-compression v0.4.41
23522026-08-14T17:09:14.094Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
23532026-08-14T17:09:14.174Z Compiling num_enum_derive v0.7.6
23542026-08-14T17:09:14.198Z Compiling sha1 v0.11.0
23552026-08-14T17:09:14.348Z Compiling parse-display-derive v0.10.0
23562026-08-14T17:09:14.441Z Compiling waitgroup v0.1.2
23572026-08-14T17:09:14.614Z Compiling backon v1.6.0
23582026-08-14T17:09:14.618Z Compiling ingot-types v0.2.0
23592026-08-14T17:09:14.656Z Compiling rustls-pemfile v2.2.0
23602026-08-14T17:09:14.897Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23612026-08-14T17:09:14.951Z Compiling password-hash v0.5.0
23622026-08-14T17:09:14.968Z Compiling dropshot_endpoint v0.17.1
23632026-08-14T17:09:15.109Z Compiling ingot v0.2.1
23642026-08-14T17:09:15.112Z Compiling blake2 v0.10.6
23652026-08-14T17:09:15.163Z Compiling aead v0.5.2
23662026-08-14T17:09:15.187Z Compiling foreign-types-macros v0.2.3
23672026-08-14T17:09:15.371Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
23682026-08-14T17:09:15.652Z Compiling serde_path_to_error v0.1.20
23692026-08-14T17:09:15.795Z Compiling hostname v0.4.2
23702026-08-14T17:09:15.799Z Compiling proc-macro-error v1.0.4
23712026-08-14T17:09:15.828Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
23722026-08-14T17:09:15.925Z Compiling instant v0.1.13
23732026-08-14T17:09:15.953Z Compiling debug-ignore v1.0.5
23742026-08-14T17:09:15.984Z Compiling foreign-types-shared v0.3.1
23752026-08-14T17:09:16.070Z Compiling foreign-types v0.5.0
23762026-08-14T17:09:16.086Z Compiling backoff v0.4.0
23772026-08-14T17:09:16.102Z Compiling parse-display v0.10.0
23782026-08-14T17:09:16.118Z Compiling argon2 v0.5.3
23792026-08-14T17:09:16.136Z Compiling chacha20poly1305 v0.10.1
23802026-08-14T17:09:16.139Z Compiling num_enum v0.7.6
23812026-08-14T17:09:16.166Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23822026-08-14T17:09:16.185Z Compiling ciborium v0.2.2
23832026-08-14T17:09:16.316Z Compiling vsss-rs v3.3.4
23842026-08-14T17:09:16.339Z Compiling tabwriter v1.4.1
23852026-08-14T17:09:16.409Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23862026-08-14T17:09:16.566Z Compiling num_enum_derive v0.5.11
23872026-08-14T17:09:16.582Z Compiling regress v0.10.5
23882026-08-14T17:09:16.597Z Compiling itertools v0.14.0
23892026-08-14T17:09:16.697Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
23902026-08-14T17:09:16.721Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23912026-08-14T17:09:16.739Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23922026-08-14T17:09:16.918Z Compiling cstr-argument v0.1.2
23932026-08-14T17:09:17.040Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
23942026-08-14T17:09:17.082Z Compiling humantime v2.3.0
23952026-08-14T17:09:17.109Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
23962026-08-14T17:09:17.128Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23972026-08-14T17:09:17.171Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23982026-08-14T17:09:17.228Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
23992026-08-14T17:09:17.313Z Compiling rayon v1.11.0
24002026-08-14T17:09:17.329Z Compiling rand v0.10.1
24012026-08-14T17:09:17.362Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24022026-08-14T17:09:17.432Z Compiling libefi-sys v0.1.0
24032026-08-14T17:09:17.483Z Compiling colored v3.1.1
24042026-08-14T17:09:17.517Z Compiling num_enum v0.5.11
24052026-08-14T17:09:17.535Z Compiling indent_write v2.2.0
24062026-08-14T17:09:17.554Z Compiling zone_cfg_derive v0.3.1
24072026-08-14T17:09:17.570Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24082026-08-14T17:09:17.693Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24092026-08-14T17:09:17.697Z Compiling camino-tempfile v1.4.1
24102026-08-14T17:09:17.729Z Compiling itertools v0.12.1
24112026-08-14T17:09:17.744Z Compiling usdt-macro v0.5.0
24122026-08-14T17:09:17.825Z Compiling usdt-attr-macro v0.5.0
24132026-08-14T17:09:17.844Z Compiling bitfield-struct v0.6.2
24142026-08-14T17:09:18.152Z Compiling num-derive v0.4.2
24152026-08-14T17:09:18.167Z Compiling blake3 v1.8.5
24162026-08-14T17:09:18.187Z Compiling memmap v0.7.0
24172026-08-14T17:09:18.248Z Compiling sigpipe v0.1.3
24182026-08-14T17:09:18.362Z Compiling swrite v0.1.0
24192026-08-14T17:09:18.441Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24202026-08-14T17:09:18.473Z Compiling glob v0.3.3
24212026-08-14T17:09:18.498Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24222026-08-14T17:09:18.518Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24232026-08-14T17:09:18.578Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24242026-08-14T17:09:18.609Z Compiling usdt v0.5.0
24252026-08-14T17:09:18.746Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24262026-08-14T17:09:18.899Z Compiling smf v0.2.3
24272026-08-14T17:09:18.969Z Compiling filetime v0.2.27
24282026-08-14T17:09:19.034Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24292026-08-14T17:09:19.050Z Compiling constant_time_eq v0.4.2
24302026-08-14T17:09:19.067Z Compiling xattr v1.6.1
24312026-08-14T17:09:19.070Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24322026-08-14T17:09:19.129Z Compiling zone v0.3.1
24332026-08-14T17:09:19.199Z Compiling arrayref v0.3.9
24342026-08-14T17:09:19.214Z Compiling arrayvec v0.7.6
24352026-08-14T17:09:19.248Z Compiling whoami v1.6.1
24362026-08-14T17:09:19.265Z Compiling tar v0.4.46
24372026-08-14T17:09:19.270Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24382026-08-14T17:09:19.297Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24392026-08-14T17:09:19.297Z Compiling tokio-dtrace v0.1.1
24402026-08-14T17:09:19.401Z Compiling console v0.16.2
24412026-08-14T17:09:19.507Z Compiling gethostname v0.5.0
24422026-08-14T17:09:19.648Z Compiling topological-sort v0.2.2
24432026-08-14T17:09:19.671Z Compiling unit-prefix v0.5.2
24442026-08-14T17:09:19.708Z Compiling oxide-tokio-rt v0.1.4
24452026-08-14T17:09:19.756Z Compiling toml v0.8.23
24462026-08-14T17:09:19.835Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24472026-08-14T17:09:19.851Z Compiling indicatif v0.18.4
24482026-08-14T17:09:20.035Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24492026-08-14T17:09:20.103Z Compiling shell-words v1.1.1
24502026-08-14T17:09:29.511Z Compiling progenitor-client v0.14.0
24512026-08-14T17:09:29.511Z Compiling omicron-zone-package v0.12.3
24522026-08-14T17:09:29.747Z Compiling progenitor-extras v0.2.0
24532026-08-14T17:09:30.045Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24542026-08-14T17:09:30.204Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24552026-08-14T17:09:30.205Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24562026-08-14T17:09:30.286Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24572026-08-14T17:09:30.309Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24582026-08-14T17:09:30.347Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24592026-08-14T17:09:30.468Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24602026-08-14T17:09:30.530Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24612026-08-14T17:09:30.846Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24622026-08-14T17:09:34.630Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24632026-08-14T17:09:42.844Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24642026-08-14T17:09:46.073Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24652026-08-14T17:09:47.130Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24662026-08-14T17:09:56.617Z Finished `release` profile [optimized] target(s) in 1m 44s
24672026-08-14T17:09:56.767Z Running `target/release/omicron-package -t test target create -p dev`
24682026-08-14T17:09:56.828ZLogging to: /work/oxidecomputer/omicron/out/LOG
24692026-08-14T17:09:56.831ZCreated new build target 'test' and set it as active
24702026-08-14T17:09:56.831Z
24712026-08-14T17:09:56.831Zreal 1:44.569165355
24722026-08-14T17:09:56.831Zuser 17:22.843990508
24732026-08-14T17:09:56.831Zsys 2:42.922222905
24742026-08-14T17:09:56.831Ztrap 0.495683646
24752026-08-14T17:09:56.831Ztflt 2.289200249
24762026-08-14T17:09:56.831Zdflt 4.564100108
24772026-08-14T17:09:56.831Zkflt 0.001119480
24782026-08-14T17:09:56.831Zlock 56:38.857478810
24792026-08-14T17:09:56.831Zslp 44:22.720050005
24802026-08-14T17:09:56.831Zlat 52.632485193
24812026-08-14T17:09:56.831Zstop 5:57.555558921
24822026-08-14T17:09:56.834Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24832026-08-14T17:09:57.721Z Finished `release` profile [optimized] target(s) in 0.87s
24842026-08-14T17:09:57.790Z Running `target/release/omicron-package -t test package`
24852026-08-14T17:09:57.846ZLogging to: /work/oxidecomputer/omicron/out/LOG
24862026-08-14T17:09:59.299Z Compiling heck v0.5.0
24872026-08-14T17:09:59.299Z Compiling regress v0.11.1
24882026-08-14T17:09:59.522Z Compiling unsafe-libyaml v0.2.11
24892026-08-14T17:09:59.561Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24902026-08-14T17:09:59.590Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24912026-08-14T17:09:59.612Z Compiling derive-where v1.6.0
24922026-08-14T17:09:59.615Z Compiling bytecount v0.6.9
24932026-08-14T17:09:59.652Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24942026-08-14T17:09:59.655Z Compiling atomicwrites v0.4.4
24952026-08-14T17:09:59.655Z Compiling is-terminal v0.4.17
24962026-08-14T17:09:59.655Z Compiling prettyplease v0.2.37
24972026-08-14T17:09:59.655Z Compiling console v0.15.11
24982026-08-14T17:09:59.655Z Compiling newline-converter v0.3.0
24992026-08-14T17:09:59.655Z Compiling slog-dtrace v0.3.0
25002026-08-14T17:09:59.729Z Compiling resolv-conf v0.7.6
25012026-08-14T17:09:59.809Z Compiling num-rational v0.4.2
25022026-08-14T17:09:59.833Z Compiling num-complex v0.4.6
25032026-08-14T17:09:59.837Z Compiling thread_local v1.1.9
25042026-08-14T17:09:59.916Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25052026-08-14T17:09:59.961Z Compiling match_cfg v0.1.0
25062026-08-14T17:09:59.999Z Compiling unicode-width v0.1.14
25072026-08-14T17:10:00.044Z Compiling serde_yaml v0.9.34+deprecated
25082026-08-14T17:10:00.104Z Compiling expectorate v1.2.0
25092026-08-14T17:10:00.166Z Compiling compression-core v0.4.31
25102026-08-14T17:10:00.319Z Compiling cancel-safe-futures v0.1.5
25112026-08-14T17:10:00.339Z Compiling compression-codecs v0.4.37
25122026-08-14T17:10:00.364Z Compiling num v0.4.3
25132026-08-14T17:10:00.367Z Compiling hostname v0.3.1
25142026-08-14T17:10:00.403Z Compiling multer v3.1.0
25152026-08-14T17:10:00.406Z Compiling slog-async v2.8.0
25162026-08-14T17:10:00.463Z Compiling crossbeam-channel v0.5.15
25172026-08-14T17:10:00.484Z Compiling slog-json v2.6.1
25182026-08-14T17:10:00.505Z Compiling serde_spanned v1.1.1
25192026-08-14T17:10:00.540Z Compiling toml_datetime v1.1.1+spec-1.1.0
25202026-08-14T17:10:00.594Z Compiling take_mut v0.2.2
25212026-08-14T17:10:00.614Z Compiling float-ord v0.3.2
25222026-08-14T17:10:00.676Z Compiling toml_writer v1.1.1+spec-1.1.0
25232026-08-14T17:10:00.714Z Compiling linked-hash-map v0.5.6
25242026-08-14T17:10:00.735Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25252026-08-14T17:10:00.758Z Compiling term v1.2.1
25262026-08-14T17:10:00.781Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25272026-08-14T17:10:00.805Z Compiling oxide-update-engine-types v0.1.2
25282026-08-14T17:10:00.828Z Compiling slog-bunyan v2.5.0
25292026-08-14T17:10:00.910Z Compiling lru-cache v0.1.2
25302026-08-14T17:10:00.932Z Compiling toml v1.1.2+spec-1.1.0
25312026-08-14T17:10:00.956Z Compiling async-compression v0.4.41
25322026-08-14T17:10:01.017Z Compiling typify-impl v0.6.2
25332026-08-14T17:10:01.080Z Compiling slog-term v2.9.2
25342026-08-14T17:10:01.301Z Compiling async-stream v0.3.6
25352026-08-14T17:10:01.304Z Compiling dropshot v0.17.1
25362026-08-14T17:10:01.344Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25372026-08-14T17:10:01.391Z Compiling sha1 v0.11.0
25382026-08-14T17:10:01.437Z Compiling progenitor-client v0.14.0
25392026-08-14T17:10:01.503Z Compiling waitgroup v0.1.2
25402026-08-14T17:10:01.528Z Compiling rustls-pemfile v2.2.0
25412026-08-14T17:10:01.547Z Compiling backon v1.6.0
25422026-08-14T17:10:01.613Z Compiling hostname v0.4.2
25432026-08-14T17:10:01.669Z Compiling serde_path_to_error v0.1.20
25442026-08-14T17:10:01.690Z Compiling instant v0.1.13
25452026-08-14T17:10:01.740Z Compiling debug-ignore v1.0.5
25462026-08-14T17:10:01.767Z Compiling minimal-lexical v0.2.1
25472026-08-14T17:10:01.791Z Compiling linear-map v1.2.0
25482026-08-14T17:10:01.846Z Compiling backoff v0.4.0
25492026-08-14T17:10:01.850Z Compiling progenitor-extras v0.2.0
25502026-08-14T17:10:01.869Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25512026-08-14T17:10:02.037Z Compiling oxide-update-engine v0.1.2
25522026-08-14T17:10:02.040Z Compiling nom v7.1.3
25532026-08-14T17:10:02.040Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25542026-08-14T17:10:02.119Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25552026-08-14T17:10:02.122Z Compiling parse-display v0.10.0
25562026-08-14T17:10:02.162Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25572026-08-14T17:10:02.286Z Compiling hickory-proto v0.24.4
25582026-08-14T17:10:02.647Z Compiling regress v0.10.5
25592026-08-14T17:10:02.803Z Compiling itertools v0.14.0
25602026-08-14T17:10:03.355Z Compiling macaddr v1.0.1
25612026-08-14T17:10:03.408Z Compiling unicode-xid v0.2.6
25622026-08-14T17:10:03.465Z Compiling humantime v2.3.0
25632026-08-14T17:10:03.617Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25642026-08-14T17:10:03.748Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25652026-08-14T17:10:03.825Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25662026-08-14T17:10:03.898Z Compiling convert_case v0.10.0
25672026-08-14T17:10:04.067Z Compiling owo-colors v4.3.0
25682026-08-14T17:10:04.092Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25692026-08-14T17:10:04.146Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25702026-08-14T17:10:04.182Z Compiling derive_more-impl v2.1.1
25712026-08-14T17:10:04.272Z Compiling toml v0.8.23
25722026-08-14T17:10:04.549Z Compiling typify-macro v0.6.2
25732026-08-14T17:10:04.695Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25742026-08-14T17:10:04.835Z Compiling hickory-resolver v0.24.4
25752026-08-14T17:10:04.858Z Compiling papergrid v0.11.0
25762026-08-14T17:10:04.882Z Compiling tabled_derive v0.7.0
25772026-08-14T17:10:04.963Z Compiling derive_more v2.1.1
25782026-08-14T17:10:05.074Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25792026-08-14T17:10:05.406Z Compiling termtree v0.5.1
25802026-08-14T17:10:05.454Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25812026-08-14T17:10:05.651Z Compiling crossterm v0.29.0
25822026-08-14T17:10:05.775Z Compiling phf_shared v0.12.1
25832026-08-14T17:10:05.963Z Compiling tabled v0.15.0
25842026-08-14T17:10:06.025Z Compiling qorb v0.4.1
25852026-08-14T17:10:06.099Z Compiling typify v0.6.2
25862026-08-14T17:10:06.401Z Compiling progenitor-impl v0.14.0
25872026-08-14T17:10:07.121Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25882026-08-14T17:10:07.661Z Compiling csv-core v0.1.13
25892026-08-14T17:10:08.117Z Compiling vte v0.14.1
25902026-08-14T17:10:08.374Z Compiling chrono-tz v0.10.4
25912026-08-14T17:10:08.474Z Compiling highway v1.3.0
25922026-08-14T17:10:08.547Z Compiling progenitor-macro v0.14.0
25932026-08-14T17:10:09.180Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25942026-08-14T17:10:09.666Z Compiling strip-ansi-escapes v0.2.1
25952026-08-14T17:10:09.945Z Compiling csv v1.4.0
25962026-08-14T17:10:10.046Z Compiling phf v0.12.1
25972026-08-14T17:10:10.236Z Compiling const_format_proc_macros v0.2.34
25982026-08-14T17:10:10.262Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25992026-08-14T17:10:10.262Z Compiling fd-lock v4.0.4
26002026-08-14T17:10:10.476Z Compiling peg-macros v0.8.5
26012026-08-14T17:10:10.801Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26022026-08-14T17:10:10.843Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
26032026-08-14T17:10:10.883Z Compiling nu-ansi-term v0.50.3
26042026-08-14T17:10:11.264Z Compiling reedline v0.40.0
26052026-08-14T17:10:11.427Z Compiling const_format v0.2.35
26062026-08-14T17:10:11.728Z Compiling peg v0.8.5
26072026-08-14T17:10:11.862Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26082026-08-14T17:10:11.930Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26092026-08-14T17:10:12.045Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26102026-08-14T17:10:12.692Z Compiling progenitor v0.14.0
26112026-08-14T17:10:12.891Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26122026-08-14T17:10:13.148Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26132026-08-14T17:10:13.245Z Compiling bcs v0.1.6
26142026-08-14T17:10:13.697Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
26152026-08-14T17:10:14.007Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26162026-08-14T17:10:14.031Z Compiling nom v8.0.0
26172026-08-14T17:10:14.619Z Compiling semver v0.1.20
26182026-08-14T17:10:14.917Z Compiling rustc_version v0.1.7
26192026-08-14T17:10:15.160Z Compiling newtype_derive v0.1.6
26202026-08-14T17:10:15.198Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26212026-08-14T17:10:15.237Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26222026-08-14T17:10:15.399Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26232026-08-14T17:10:15.457Z Compiling unicode-linebreak v0.1.5
26242026-08-14T17:10:15.508Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26252026-08-14T17:10:15.552Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26262026-08-14T17:10:15.763Z Compiling smawk v0.3.2
26272026-08-14T17:10:15.927Z Compiling textwrap v0.16.2
26282026-08-14T17:10:15.965Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26292026-08-14T17:10:16.103Z Compiling steno v0.4.1
26302026-08-14T17:10:16.734Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26312026-08-14T17:10:17.525Z Compiling dropshot-api-manager-types v0.7.2
26322026-08-14T17:10:17.911Z Compiling sha1 v0.10.6
26332026-08-14T17:10:18.156Z Compiling utf-8 v0.7.6
26342026-08-14T17:10:18.191Z Compiling tagptr v0.2.0
26352026-08-14T17:10:18.378Z Compiling moka v0.12.13
26362026-08-14T17:10:18.398Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26372026-08-14T17:10:18.421Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26382026-08-14T17:10:18.597Z Compiling tungstenite v0.21.0
26392026-08-14T17:10:18.661Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26402026-08-14T17:10:18.843Z Compiling darling_core v0.21.3
26412026-08-14T17:10:19.646Z Compiling hickory-resolver v0.25.2
26422026-08-14T17:10:20.666Z Compiling tokio-tungstenite v0.21.0
26432026-08-14T17:10:21.069Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26442026-08-14T17:10:21.090Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26452026-08-14T17:10:21.122Z Compiling darling_macro v0.21.3
26462026-08-14T17:10:21.315Z Compiling display-error-chain v0.2.2
26472026-08-14T17:10:21.434Z Compiling libscf-sys v1.2.0
26482026-08-14T17:10:21.499Z Compiling vergen-lib v0.1.6
26492026-08-14T17:10:21.549Z Compiling diesel_derives v2.3.7
26502026-08-14T17:10:21.641Z Compiling darling v0.21.3
26512026-08-14T17:10:21.754Z Compiling dsl_auto_type v0.2.0
26522026-08-14T17:10:21.776Z Compiling scheduled-thread-pool v0.2.7
26532026-08-14T17:10:21.776Z Compiling vergen-gitcl v1.0.8
26542026-08-14T17:10:21.823Z Compiling diesel_table_macro_syntax v0.3.0
26552026-08-14T17:10:21.826Z Compiling dirs-sys-next v0.1.2
26562026-08-14T17:10:21.896Z Compiling maplit v1.0.2
26572026-08-14T17:10:22.015Z Compiling crunchy v0.2.4
26582026-08-14T17:10:22.036Z Compiling glob v0.3.3
26592026-08-14T17:10:22.108Z Compiling dirs-next v2.0.0
26602026-08-14T17:10:22.135Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26612026-08-14T17:10:22.257Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26622026-08-14T17:10:22.278Z Compiling r2d2 v0.8.10
26632026-08-14T17:10:22.376Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26642026-08-14T17:10:22.397Z Compiling clang-sys v1.8.1
26652026-08-14T17:10:22.568Z Compiling papergrid v0.18.0
26662026-08-14T17:10:22.679Z Compiling tiny-keccak v2.0.2
26672026-08-14T17:10:22.801Z Compiling downcast-rs v2.0.2
26682026-08-14T17:10:23.069Z Compiling term v0.7.0
26692026-08-14T17:10:23.092Z Compiling itertools v0.15.0
26702026-08-14T17:10:23.487Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26712026-08-14T17:10:23.573Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26722026-08-14T17:10:24.456Z Compiling tabled v0.21.0
26732026-08-14T17:10:24.545Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26742026-08-14T17:10:24.569Z Compiling bit-vec v0.6.3
26752026-08-14T17:10:24.736Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26762026-08-14T17:10:24.815Z Compiling bit-set v0.5.3
26772026-08-14T17:10:24.860Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26782026-08-14T17:10:25.001Z Compiling ascii-canvas v3.0.0
26792026-08-14T17:10:25.259Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26802026-08-14T17:10:25.282Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26812026-08-14T17:10:25.409Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26822026-08-14T17:10:25.620Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26832026-08-14T17:10:25.798Z Compiling itertools v0.10.5
26842026-08-14T17:10:25.876Z Compiling ena v0.14.4
26852026-08-14T17:10:25.958Z Compiling libloading v0.8.9
26862026-08-14T17:10:26.128Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26872026-08-14T17:10:26.209Z Compiling diff v0.1.13
26882026-08-14T17:10:26.235Z Compiling bindgen v0.71.1
26892026-08-14T17:10:26.465Z Compiling xshell-macros v0.2.7
26902026-08-14T17:10:26.521Z Compiling regex-syntax v0.6.29
26912026-08-14T17:10:26.569Z Compiling unicase v2.9.0
26922026-08-14T17:10:26.868Z Compiling xshell v0.2.7
26932026-08-14T17:10:27.027Z Compiling diesel v2.3.7
26942026-08-14T17:10:27.347Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26952026-08-14T17:10:28.132Z Compiling lalrpop v0.19.12
26962026-08-14T17:10:28.197Z Compiling cexpr v0.6.0
26972026-08-14T17:10:28.416Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26982026-08-14T17:10:28.468Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26992026-08-14T17:10:28.632Z Compiling crc8 v0.1.1
27002026-08-14T17:10:28.767Z Compiling rustc-hash v2.1.1
27012026-08-14T17:10:28.923Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27022026-08-14T17:10:29.001Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27032026-08-14T17:10:29.224Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27042026-08-14T17:10:29.421Z Compiling headers-core v0.3.0
27052026-08-14T17:10:29.582Z Compiling libxml v0.3.3
27062026-08-14T17:10:29.752Z Compiling headers v0.4.1
27072026-08-14T17:10:29.878Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27082026-08-14T17:10:29.901Z Compiling strum_macros v0.24.3
27092026-08-14T17:10:30.108Z Compiling indoc v1.0.9
27102026-08-14T17:10:30.206Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27112026-08-14T17:10:30.422Z Compiling derive_builder v0.20.2
27122026-08-14T17:10:30.545Z Compiling oso-derive v0.27.3
27132026-08-14T17:10:30.590Z Compiling quick-xml v0.37.5
27142026-08-14T17:10:31.038Z Compiling impl-trait-for-tuples v0.2.3
27152026-08-14T17:10:31.119Z Compiling openssl-probe v0.1.6
27162026-08-14T17:10:31.358Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27172026-08-14T17:10:31.443Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27182026-08-14T17:10:31.549Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27192026-08-14T17:10:31.769Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27202026-08-14T17:10:31.856Z Compiling bb8 v0.8.6
27212026-08-14T17:10:31.969Z Compiling trait-variant v0.1.2
27222026-08-14T17:10:32.073Z Compiling half v1.8.3
27232026-08-14T17:10:32.303Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27242026-08-14T17:10:32.309Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27252026-08-14T17:10:32.331Z Compiling serde_cbor v0.11.2
27262026-08-14T17:10:32.526Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27272026-08-14T17:10:32.567Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27282026-08-14T17:10:32.598Z Compiling progenitor-impl v0.13.0
27292026-08-14T17:10:33.280Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27302026-08-14T17:10:33.302Z Compiling nonempty v0.12.0
27312026-08-14T17:10:33.480Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27322026-08-14T17:10:33.501Z Compiling samael v0.0.19
27332026-08-14T17:10:33.535Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27342026-08-14T17:10:33.748Z Compiling progenitor-client v0.13.0
27352026-08-14T17:10:34.257Z Compiling fxhash v0.2.1
27362026-08-14T17:10:34.428Z Compiling libz-sys v1.1.24
27372026-08-14T17:10:34.789Z Compiling progenitor-macro v0.13.0
27382026-08-14T17:10:34.813Z Compiling salty v0.3.0
27392026-08-14T17:10:34.932Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27402026-08-14T17:10:35.115Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27412026-08-14T17:10:35.165Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27422026-08-14T17:10:35.307Z Compiling kstat-rs v0.2.5
27432026-08-14T17:10:35.609Z Compiling polar-core v0.27.3
27442026-08-14T17:10:36.003Z Compiling mime_guess v2.0.5
27452026-08-14T17:10:36.513Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27462026-08-14T17:10:37.400Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27472026-08-14T17:10:38.249Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27482026-08-14T17:10:38.510Z Compiling rfc6979 v0.4.0
27492026-08-14T17:10:38.611Z Compiling nanorand v0.7.0
27502026-08-14T17:10:38.679Z Compiling libgit2-sys v0.18.3+1.9.2
27512026-08-14T17:10:38.702Z Compiling parking_lot_core v0.8.6
27522026-08-14T17:10:38.968Z Compiling progenitor v0.13.0
27532026-08-14T17:10:39.023Z Compiling flume v0.11.1
27542026-08-14T17:10:39.091Z Compiling ecdsa v0.16.9
27552026-08-14T17:10:39.181Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27562026-08-14T17:10:39.383Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27572026-08-14T17:10:39.440Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27582026-08-14T17:10:39.735Z Compiling primeorder v0.13.6
27592026-08-14T17:10:40.048Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27602026-08-14T17:10:40.173Z Compiling git-stub v1.0.0
27612026-08-14T17:10:40.406Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27622026-08-14T17:10:40.619Z Compiling strsim v0.10.0
27632026-08-14T17:10:40.640Z Compiling instability v0.3.11
27642026-08-14T17:10:40.868Z Compiling http-range v0.1.5
27652026-08-14T17:10:40.961Z Compiling darling_core v0.13.4
27662026-08-14T17:10:41.225Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27672026-08-14T17:10:42.472Z Compiling git-stub-vcs v0.1.0
27682026-08-14T17:10:42.588Z Compiling p384 v0.13.1
27692026-08-14T17:10:43.358Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27702026-08-14T17:10:43.664Z Compiling ignore v0.4.25
27712026-08-14T17:10:43.712Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27722026-08-14T17:10:43.973Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
27732026-08-14T17:10:45.396Z Compiling oso v0.27.3
27742026-08-14T17:10:46.811Z Compiling diesel-dtrace v0.5.0
27752026-08-14T17:10:47.145Z Compiling async-bb8-diesel v0.2.1
27762026-08-14T17:10:47.589Z Compiling vergen-git2 v9.1.0
27772026-08-14T17:10:47.628Z Compiling castaway v0.2.4
27782026-08-14T17:10:47.820Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
27792026-08-14T17:10:47.840Z Compiling indoc v2.0.7
27802026-08-14T17:10:48.065Z Compiling compact_str v0.8.1
27812026-08-14T17:10:48.127Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
27822026-08-14T17:10:48.554Z Compiling globwalk v0.9.1
27832026-08-14T17:10:48.815Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27842026-08-14T17:10:48.998Z Compiling hyper-staticfile v0.10.1
27852026-08-14T17:10:49.143Z Compiling parking_lot v0.11.2
27862026-08-14T17:10:49.191Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27872026-08-14T17:10:49.267Z Compiling darling_macro v0.13.4
27882026-08-14T17:10:49.682Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27892026-08-14T17:10:50.029Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27902026-08-14T17:10:50.075Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27912026-08-14T17:10:50.119Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27922026-08-14T17:10:50.423Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27932026-08-14T17:10:50.647Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
27942026-08-14T17:10:50.835Z Compiling predicates-tree v1.0.13
27952026-08-14T17:10:51.246Z Compiling unicode-truncate v1.1.0
27962026-08-14T17:10:51.451Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27972026-08-14T17:10:51.672Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
27982026-08-14T17:10:51.728Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27992026-08-14T17:10:51.997Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28002026-08-14T17:10:52.343Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28012026-08-14T17:10:52.478Z Compiling sha2 v0.11.0
28022026-08-14T17:10:52.724Z Compiling digest-io v0.1.0
28032026-08-14T17:10:52.902Z Compiling lru v0.12.5
28042026-08-14T17:10:53.138Z Compiling prefix-trie v0.7.0
28052026-08-14T17:10:53.473Z Compiling rand_seeder v0.4.0
28062026-08-14T17:10:53.635Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28072026-08-14T17:10:53.737Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
28082026-08-14T17:10:53.980Z Compiling cassowary v0.3.0
28092026-08-14T17:10:54.090Z Compiling illumos-nvpair-sys v0.2.0
28102026-08-14T17:10:54.112Z Compiling corncobs v0.1.4
28112026-08-14T17:10:54.360Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28122026-08-14T17:10:54.363Z Compiling rawzip v0.4.4
28132026-08-14T17:10:54.435Z Compiling ratatui v0.29.0
28142026-08-14T17:10:55.427Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28152026-08-14T17:10:55.545Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28162026-08-14T17:10:56.245Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28172026-08-14T17:10:56.277Z Compiling hickory-server v0.25.2
28182026-08-14T17:10:56.377Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28192026-08-14T17:10:56.487Z Compiling camino-tempfile-ext v0.3.3
28202026-08-14T17:10:57.071Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28212026-08-14T17:10:58.818Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28222026-08-14T17:10:59.502Z Compiling darling v0.13.4
28232026-08-14T17:10:59.675Z Compiling sled v0.34.7
28242026-08-14T17:11:00.187Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28252026-08-14T17:11:00.994Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28262026-08-14T17:11:01.186Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28272026-08-14T17:11:01.366Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28282026-08-14T17:11:01.618Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28292026-08-14T17:11:01.766Z Compiling secrecy v0.8.0
28302026-08-14T17:11:01.839Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28312026-08-14T17:11:02.396Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28322026-08-14T17:11:02.466Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28332026-08-14T17:11:02.872Z Compiling serde_with_macros v1.5.2
28342026-08-14T17:11:03.598Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28352026-08-14T17:11:03.693Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28362026-08-14T17:11:04.408Z Compiling git2 v0.20.4
28372026-08-14T17:11:04.455Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28382026-08-14T17:11:05.219Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28392026-08-14T17:11:05.449Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28402026-08-14T17:11:05.679Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28412026-08-14T17:11:05.787Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28422026-08-14T17:11:05.958Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28432026-08-14T17:11:06.028Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28442026-08-14T17:11:06.332Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28452026-08-14T17:11:06.383Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28462026-08-14T17:11:06.579Z Compiling arc-swap v1.8.2
28472026-08-14T17:11:06.638Z Compiling void v1.0.2
28482026-08-14T17:11:06.966Z Compiling slog-scope v4.4.1
28492026-08-14T17:11:07.113Z Compiling lzss v0.8.2
28502026-08-14T17:11:07.490Z Compiling illumos-nvpair v0.3.0
28512026-08-14T17:11:07.515Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28522026-08-14T17:11:07.536Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28532026-08-14T17:11:07.560Z Compiling serde_with v1.14.0
28542026-08-14T17:11:07.945Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28552026-08-14T17:11:08.050Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28562026-08-14T17:11:08.780Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28572026-08-14T17:11:09.090Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28582026-08-14T17:11:09.811Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28592026-08-14T17:11:10.489Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28602026-08-14T17:11:10.759Z Compiling scuffle v0.1.0
28612026-08-14T17:11:12.815Z Compiling tungstenite v0.23.0
28622026-08-14T17:11:13.462Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28632026-08-14T17:11:13.742Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28642026-08-14T17:11:14.891Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28652026-08-14T17:11:15.107Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28662026-08-14T17:11:15.132Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28672026-08-14T17:11:15.263Z Compiling nix v0.27.1
28682026-08-14T17:11:15.332Z Compiling twox-hash v2.1.2
28692026-08-14T17:11:15.381Z Compiling libsw-core v0.3.2
28702026-08-14T17:11:15.445Z Compiling serde_bytes v0.11.19
28712026-08-14T17:11:15.604Z Compiling atty v0.2.14
28722026-08-14T17:11:15.753Z Compiling libsw v3.5.0
28732026-08-14T17:11:15.838Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28742026-08-14T17:11:15.858Z Compiling tokio-tungstenite v0.23.1
28752026-08-14T17:11:15.862Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28762026-08-14T17:11:15.901Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28772026-08-14T17:11:15.980Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
28782026-08-14T17:11:16.228Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28792026-08-14T17:11:16.426Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28802026-08-14T17:11:17.854Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28812026-08-14T17:11:19.071Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28822026-08-14T17:11:19.746Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28832026-08-14T17:11:19.909Z Compiling slog-stdlog v4.1.1
28842026-08-14T17:11:20.026Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28852026-08-14T17:11:20.304Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28862026-08-14T17:11:20.377Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28872026-08-14T17:11:20.435Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28882026-08-14T17:11:20.719Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28892026-08-14T17:11:20.819Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28902026-08-14T17:11:21.607Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28912026-08-14T17:11:22.416Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28922026-08-14T17:11:22.608Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
28932026-08-14T17:11:23.057Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28942026-08-14T17:11:25.297Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28952026-08-14T17:11:26.430Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28962026-08-14T17:11:27.194Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28972026-08-14T17:11:28.066Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28982026-08-14T17:11:28.352Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28992026-08-14T17:11:29.257Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29002026-08-14T17:11:29.473Z Compiling signal-hook-tokio v0.3.1
29012026-08-14T17:11:29.561Z Compiling fatfs v0.3.6
29022026-08-14T17:11:29.659Z Compiling yasna v0.5.2
29032026-08-14T17:11:30.627Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29042026-08-14T17:11:30.728Z Compiling is_ci v1.2.0
29052026-08-14T17:11:30.864Z Compiling seq-macro v0.3.6
29062026-08-14T17:11:30.957Z Compiling assert_matches v1.5.0
29072026-08-14T17:11:31.065Z Compiling supports-color v3.0.2
29082026-08-14T17:11:31.204Z Compiling rcgen v0.12.1
29092026-08-14T17:11:31.307Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29102026-08-14T17:11:31.386Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29112026-08-14T17:11:31.667Z Compiling slog-envlogger v2.2.0
29122026-08-14T17:11:32.785Z Compiling oxide-update-engine-display v0.1.2
29132026-08-14T17:11:33.705Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29142026-08-14T17:11:34.334Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29152026-08-14T17:11:34.983Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29162026-08-14T17:11:35.212Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29172026-08-14T17:11:35.452Z Compiling port-file v0.1.0
29182026-08-14T17:11:35.523Z Compiling rtoolbox v0.0.3
29192026-08-14T17:11:35.712Z Compiling subprocess v0.2.15
29202026-08-14T17:11:35.823Z Compiling rpassword v7.5.4
29212026-08-14T17:11:35.975Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29222026-08-14T17:11:36.447Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29232026-08-14T17:11:37.479Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29242026-08-14T17:11:37.917Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29252026-08-14T17:11:38.014Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29262026-08-14T17:11:39.705Z Compiling tui-tree-widget v0.23.1
29272026-08-14T17:11:39.992Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29282026-08-14T17:11:40.543Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29292026-08-14T17:11:41.584Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29302026-08-14T17:11:41.789Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29312026-08-14T17:11:41.861Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29322026-08-14T17:11:42.094Z Compiling uzers v0.12.2
29332026-08-14T17:11:43.542Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29342026-08-14T17:11:43.995Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29352026-08-14T17:11:45.048Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29362026-08-14T17:11:45.662Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29372026-08-14T17:11:46.452Z Compiling support-bundle-viewer v0.1.2
29382026-08-14T17:11:46.777Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29392026-08-14T17:11:48.292Z Compiling multimap v0.10.1
29402026-08-14T17:11:56.072Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29412026-08-14T17:12:00.946Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29422026-08-14T17:12:04.599Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29432026-08-14T17:12:08.472Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29442026-08-14T17:12:09.773Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29452026-08-14T17:24:27.528Z Finished `release` profile [optimized] target(s) in 14m 29s
29462026-08-14T17:25:18.592Z
29472026-08-14T17:25:18.592Zreal 15:21.731364854
29482026-08-14T17:25:18.592Zuser 1:25:24.355896097
29492026-08-14T17:25:18.595Zsys 3:40.006167084
29502026-08-14T17:25:18.595Ztrap 1.842429595
29512026-08-14T17:25:18.595Ztflt 1.834492055
29522026-08-14T17:25:18.595Zdflt 19.298678935
29532026-08-14T17:25:18.595Zkflt 0.134054498
29542026-08-14T17:25:18.595Zlock 11:07:09.340836156
29552026-08-14T17:25:18.595Zslp 2:36:37.208015924
29562026-08-14T17:25:18.595Zlat 2:42.601493612
29572026-08-14T17:25:18.596Zstop 5:41.614593250
29582026-08-14T17:25:18.596Z+ mapfile -t packages
29592026-08-14T17:25:18.596Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29602026-08-14T17:25:19.567Z Finished `release` profile [optimized] target(s) in 0.96s
29612026-08-14T17:25:19.643Z Running `target/release/omicron-package -t test list-outputs`
29622026-08-14T17:25:19.703ZLogging to: /work/oxidecomputer/omicron/out/LOG
29632026-08-14T17:25:19.706Z+ ptime -m cargo build --locked --release -p xtask
29642026-08-14T17:25:20.193Z Compiling libc v0.2.185
29652026-08-14T17:25:20.193Z Compiling serde_core v1.0.228
29662026-08-14T17:25:20.193Z Compiling serde v1.0.228
29672026-08-14T17:25:20.196Z Compiling rustix v1.1.3
29682026-08-14T17:25:20.196Z Compiling bitflags v2.11.0
29692026-08-14T17:25:20.196Z Compiling serde_json v1.0.151
29702026-08-14T17:25:20.196Z Compiling usdt-impl v0.5.0
29712026-08-14T17:25:20.196Z Compiling syn v2.0.117
29722026-08-14T17:25:20.296Z Compiling syn v1.0.109
29732026-08-14T17:25:20.386Z Compiling getrandom v0.4.1
29742026-08-14T17:25:20.390Z Compiling log v0.4.29
29752026-08-14T17:25:20.390Z Compiling indexmap v2.14.0
29762026-08-14T17:25:20.425Z Compiling fs-err v3.3.0
29772026-08-14T17:25:20.542Z Compiling anyhow v1.0.102
29782026-08-14T17:25:20.646Z Compiling heck v0.4.1
29792026-08-14T17:25:20.646Z Compiling once_cell v1.21.3
29802026-08-14T17:25:21.083Z Compiling errno v0.3.14
29812026-08-14T17:25:21.086Z Compiling thread-id v4.2.2
29822026-08-14T17:25:21.086Z Compiling memmap v0.7.0
29832026-08-14T17:25:21.721Z Compiling proc-macro-error v1.0.4
29842026-08-14T17:25:21.983Z Compiling tabled_derive v0.7.0
29852026-08-14T17:25:22.060Z Compiling terminal_size v0.4.3
29862026-08-14T17:25:22.060Z Compiling tempfile v3.25.0
29872026-08-14T17:25:22.155Z Compiling clap_builder v4.6.0
29882026-08-14T17:25:22.155Z Compiling textwrap v0.16.2
29892026-08-14T17:25:22.384Z Compiling camino v1.2.2
29902026-08-14T17:25:22.384Z Compiling cargo-platform v0.3.2
29912026-08-14T17:25:22.388Z Compiling semver v1.0.28
29922026-08-14T17:25:22.429Z Compiling pest_generator v2.8.6
29932026-08-14T17:25:22.653Z Compiling tabled v0.15.0
29942026-08-14T17:25:22.694Z Compiling camino-tempfile v1.4.1
29952026-08-14T17:25:23.036Z Compiling serde_derive v1.0.228
29962026-08-14T17:25:23.036Z Compiling thiserror-impl v1.0.69
29972026-08-14T17:25:23.040Z Compiling zerocopy-derive v0.7.35
29982026-08-14T17:25:23.040Z Compiling pest_derive v2.8.6
29992026-08-14T17:25:23.040Z Compiling scroll_derive v0.12.1
30002026-08-14T17:25:23.040Z Compiling thiserror-impl v2.0.18
30012026-08-14T17:25:23.040Z Compiling clap_derive v4.6.1
30022026-08-14T17:25:23.757Z Compiling scroll v0.12.0
30032026-08-14T17:25:23.908Z Compiling zerocopy v0.7.35
30042026-08-14T17:25:24.018Z Compiling goblin v0.8.2
30052026-08-14T17:25:24.104Z Compiling thiserror v1.0.69
30062026-08-14T17:25:24.226Z Compiling dtrace-parser v0.2.0
30072026-08-14T17:25:24.436Z Compiling thiserror v2.0.18
30082026-08-14T17:25:24.507Z Compiling clap v4.6.1
30092026-08-14T17:25:26.164Z Compiling dof v0.3.0
30102026-08-14T17:25:26.186Z Compiling serde_tokenstream v0.2.3
30112026-08-14T17:25:26.224Z Compiling serde_spanned v0.6.9
30122026-08-14T17:25:26.270Z Compiling toml_datetime v0.6.11
30132026-08-14T17:25:26.304Z Compiling macaddr v1.0.1
30142026-08-14T17:25:26.396Z Compiling cargo_metadata v0.23.1
30152026-08-14T17:25:26.507Z Compiling toml_edit v0.22.27
30162026-08-14T17:25:26.523Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30172026-08-14T17:25:26.922Z Compiling usdt-macro v0.5.0
30182026-08-14T17:25:26.922Z Compiling usdt-attr-macro v0.5.0
30192026-08-14T17:25:27.558Z Compiling usdt v0.5.0
30202026-08-14T17:25:28.032Z Compiling toml v0.8.23
30212026-08-14T17:25:28.453Z Compiling cargo_toml v0.21.0
30222026-08-14T17:25:32.827Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30232026-08-14T17:25:36.074Z Finished `release` profile [optimized] target(s) in 16.35s
30242026-08-14T17:25:36.181Z
30252026-08-14T17:25:36.181Zreal 16.440550876
30262026-08-14T17:25:36.184Zuser 2:05.037824850
30272026-08-14T17:25:36.184Zsys 13.625930375
30282026-08-14T17:25:36.184Ztrap 0.067175586
30292026-08-14T17:25:36.184Ztflt 0.497703366
30302026-08-14T17:25:36.184Zdflt 1.414599575
30312026-08-14T17:25:36.184Zkflt 0.000029580
30322026-08-14T17:25:36.184Zlock 4:40.400244537
30332026-08-14T17:25:36.184Zslp 2:38.751297217
30342026-08-14T17:25:36.185Zlat 4.598994531
30352026-08-14T17:25:36.185Zstop 16.835880732
30362026-08-14T17:25:36.185Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30372026-08-14T17:25:36.185Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30382026-08-14T17:25:36.185Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30392026-08-14T17:25:36.185Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30402026-08-14T17:25:36.185Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30412026-08-14T17:25:37.131Z Compiling match_cfg v0.1.0
30422026-08-14T17:25:37.131Z Compiling progenitor-client v0.14.0
30432026-08-14T17:25:37.131Z Compiling slog-json v2.6.1
30442026-08-14T17:25:37.131Z Compiling newtype-uuid-macros v0.1.0
30452026-08-14T17:25:37.136Z Compiling sha1 v0.11.0
30462026-08-14T17:25:37.136Z Compiling multer v3.1.0
30472026-08-14T17:25:37.136Z Compiling compression-core v0.4.31
30482026-08-14T17:25:37.136Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30492026-08-14T17:25:37.136Z Compiling debug-ignore v1.0.5
30502026-08-14T17:25:37.136Z Compiling async-stream-impl v0.3.6
30512026-08-14T17:25:37.136Z Compiling toml_datetime v1.1.1+spec-1.1.0
30522026-08-14T17:25:37.136Z Compiling serde_spanned v1.1.1
30532026-08-14T17:25:37.136Z Compiling dropshot v0.17.1
30542026-08-14T17:25:37.284Z Compiling toml_writer v1.1.1+spec-1.1.0
30552026-08-14T17:25:37.302Z Compiling waitgroup v0.1.2
30562026-08-14T17:25:37.314Z Compiling rustls-pemfile v2.2.0
30572026-08-14T17:25:37.556Z Compiling dropshot_endpoint v0.17.1
30582026-08-14T17:25:37.611Z Compiling toml v1.1.2+spec-1.1.0
30592026-08-14T17:25:37.611Z Compiling hostname v0.4.2
30602026-08-14T17:25:37.615Z Compiling serde_path_to_error v0.1.20
30612026-08-14T17:25:37.647Z Compiling hostname v0.3.1
30622026-08-14T17:25:37.650Z Compiling compression-codecs v0.4.37
30632026-08-14T17:25:37.678Z Compiling atomicwrites v0.4.4
30642026-08-14T17:25:37.695Z Compiling macaddr v1.0.1
30652026-08-14T17:25:37.710Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30662026-08-14T17:25:37.714Z Compiling instant v0.1.13
30672026-08-14T17:25:37.780Z Compiling slog-bunyan v2.5.0
30682026-08-14T17:25:37.783Z Compiling regress v0.10.5
30692026-08-14T17:25:37.783Z Compiling parse-display-derive v0.10.0
30702026-08-14T17:25:37.834Z Compiling backon v1.6.0
30712026-08-14T17:25:37.855Z Compiling async-compression v0.4.41
30722026-08-14T17:25:37.909Z Compiling backoff v0.4.0
30732026-08-14T17:25:37.933Z Compiling itertools v0.14.0
30742026-08-14T17:25:37.973Z Compiling humantime v2.3.0
30752026-08-14T17:25:37.991Z Compiling async-stream v0.3.6
30762026-08-14T17:25:37.991Z Compiling half v2.7.1
30772026-08-14T17:25:38.030Z Compiling ciborium-io v0.2.2
30782026-08-14T17:25:38.054Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30792026-08-14T17:25:38.079Z Compiling progenitor-extras v0.2.0
30802026-08-14T17:25:38.143Z Compiling crucible-workspace-hack v0.1.0
30812026-08-14T17:25:38.161Z Compiling regress v0.11.1
30822026-08-14T17:25:38.179Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30832026-08-14T17:25:38.196Z Compiling convert_case v0.4.0
30842026-08-14T17:25:38.236Z Compiling secrecy v0.10.3
30852026-08-14T17:25:38.264Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30862026-08-14T17:25:38.314Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30872026-08-14T17:25:38.340Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30882026-08-14T17:25:38.340Z Compiling ciborium-ll v0.2.2
30892026-08-14T17:25:38.376Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30902026-08-14T17:25:38.411Z Compiling inout v0.1.4
30912026-08-14T17:25:38.428Z Compiling unsafe-libyaml v0.2.11
30922026-08-14T17:25:38.509Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
30932026-08-14T17:25:38.530Z Compiling ciborium v0.2.2
30942026-08-14T17:25:38.583Z Compiling derive_more v0.99.20
30952026-08-14T17:25:38.601Z Compiling cipher v0.4.4
30962026-08-14T17:25:38.605Z Compiling proc-macro-crate v1.3.1
30972026-08-14T17:25:38.636Z Compiling thiserror-impl-no-std v2.0.2
30982026-08-14T17:25:38.653Z Compiling universal-hash v0.5.1
30992026-08-14T17:25:38.743Z Compiling opaque-debug v0.3.1
31002026-08-14T17:25:38.813Z Compiling poly1305 v0.8.0
31012026-08-14T17:25:38.834Z Compiling chacha20 v0.9.1
31022026-08-14T17:25:38.896Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31032026-08-14T17:25:38.913Z Compiling blake2 v0.10.6
31042026-08-14T17:25:39.014Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31052026-08-14T17:25:39.047Z Compiling serde_yaml v0.9.34+deprecated
31062026-08-14T17:25:39.107Z Compiling aead v0.5.2
31072026-08-14T17:25:39.124Z Compiling password-hash v0.5.0
31082026-08-14T17:25:39.214Z Compiling indent_write v2.2.0
31092026-08-14T17:25:39.232Z Compiling itertools v0.15.0
31102026-08-14T17:25:39.253Z Compiling chacha20poly1305 v0.10.1
31112026-08-14T17:25:39.334Z Compiling num_enum_derive v0.7.6
31122026-08-14T17:25:39.382Z Compiling argon2 v0.5.3
31132026-08-14T17:25:39.432Z Compiling num-derive v0.4.2
31142026-08-14T17:25:39.494Z Compiling heapless v0.8.0
31152026-08-14T17:25:39.536Z Compiling parse-display v0.10.0
31162026-08-14T17:25:39.555Z Compiling tabwriter v1.4.1
31172026-08-14T17:25:39.575Z Compiling hash32 v0.3.1
31182026-08-14T17:25:39.751Z Compiling typify-impl v0.6.2
31192026-08-14T17:25:39.828Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31202026-08-14T17:25:39.878Z Compiling thiserror-no-std v2.0.2
31212026-08-14T17:25:39.894Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31222026-08-14T17:25:39.990Z Compiling vsss-rs v3.3.4
31232026-08-14T17:25:40.057Z Compiling smoltcp v0.11.0
31242026-08-14T17:25:40.183Z Compiling cobs v0.3.0
31252026-08-14T17:25:40.417Z Compiling colored v3.1.1
31262026-08-14T17:25:40.441Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31272026-08-14T17:25:40.483Z Compiling postcard v1.1.3
31282026-08-14T17:25:40.518Z Compiling num_enum v0.7.6
31292026-08-14T17:25:40.561Z Compiling proc-macro-error v1.0.4
31302026-08-14T17:25:40.649Z Compiling ingot-macros v0.2.0
31312026-08-14T17:25:40.685Z Compiling rand v0.10.1
31322026-08-14T17:25:40.688Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31332026-08-14T17:25:40.722Z Compiling foreign-types-macros v0.2.3
31342026-08-14T17:25:40.817Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31352026-08-14T17:25:40.853Z Compiling rayon-core v1.13.0
31362026-08-14T17:25:40.896Z Compiling foreign-types-shared v0.3.1
31372026-08-14T17:25:41.015Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31382026-08-14T17:25:41.100Z Compiling num_enum_derive v0.5.11
31392026-08-14T17:25:41.122Z Compiling crossbeam-deque v0.8.6
31402026-08-14T17:25:41.138Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31412026-08-14T17:25:41.154Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31422026-08-14T17:25:41.176Z Compiling cstr-argument v0.1.2
31432026-08-14T17:25:41.194Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
31442026-08-14T17:25:41.314Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31452026-08-14T17:25:41.366Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31462026-08-14T17:25:41.392Z Compiling foreign-types v0.5.0
31472026-08-14T17:25:41.438Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31482026-08-14T17:25:41.488Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31492026-08-14T17:25:41.506Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31502026-08-14T17:25:41.570Z Compiling cpubits v0.1.1
31512026-08-14T17:25:41.623Z Compiling zone_cfg_derive v0.3.1
31522026-08-14T17:25:41.640Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31532026-08-14T17:25:41.657Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31542026-08-14T17:25:41.672Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31552026-08-14T17:25:41.675Z Compiling itertools v0.12.1
31562026-08-14T17:25:41.786Z Compiling rayon v1.11.0
31572026-08-14T17:25:41.826Z Compiling sigpipe v0.1.3
31582026-08-14T17:25:41.889Z Compiling glob v0.3.3
31592026-08-14T17:25:41.905Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31602026-08-14T17:25:41.942Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31612026-08-14T17:25:42.007Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31622026-08-14T17:25:42.030Z Compiling smf v0.2.3
31632026-08-14T17:25:42.152Z Compiling whoami v1.6.1
31642026-08-14T17:25:42.199Z Compiling num_enum v0.5.11
31652026-08-14T17:25:42.216Z Compiling gethostname v0.5.0
31662026-08-14T17:25:42.307Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31672026-08-14T17:25:42.332Z Compiling usdt-macro v0.5.0
31682026-08-14T17:25:42.349Z Compiling usdt-attr-macro v0.5.0
31692026-08-14T17:25:42.368Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31702026-08-14T17:25:42.407Z Compiling num-rational v0.4.2
31712026-08-14T17:25:42.425Z Compiling pem-rfc7468 v1.0.0
31722026-08-14T17:25:42.462Z Compiling num-complex v0.4.6
31732026-08-14T17:25:42.479Z Compiling derive-where v1.6.0
31742026-08-14T17:25:42.636Z Compiling memmap v0.7.0
31752026-08-14T17:25:42.750Z Compiling float-ord v0.3.2
31762026-08-14T17:25:42.848Z Compiling zone v0.3.1
31772026-08-14T17:25:42.869Z Compiling num v0.4.3
31782026-08-14T17:25:42.887Z Compiling toml v0.8.23
31792026-08-14T17:25:42.904Z Compiling hmac v0.13.0
31802026-08-14T17:25:42.958Z Compiling universal-hash v0.6.1
31812026-08-14T17:25:42.974Z Compiling resolv-conf v0.7.6
31822026-08-14T17:25:43.016Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31832026-08-14T17:25:43.118Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31842026-08-14T17:25:43.136Z Compiling cancel-safe-futures v0.1.5
31852026-08-14T17:25:43.154Z Compiling polyval v0.7.1
31862026-08-14T17:25:43.228Z Compiling usdt v0.5.0
31872026-08-14T17:25:43.282Z Compiling der v0.8.0
31882026-08-14T17:25:43.300Z Compiling prettyplease v0.2.37
31892026-08-14T17:25:43.349Z Compiling ghash v0.6.0
31902026-08-14T17:25:43.422Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31912026-08-14T17:25:43.512Z Compiling pbkdf2 v0.13.0
31922026-08-14T17:25:43.537Z Compiling crypto-bigint v0.7.5
31932026-08-14T17:25:43.573Z Compiling aes v0.9.1
31942026-08-14T17:25:43.591Z Compiling console v0.15.11
31952026-08-14T17:25:43.610Z Compiling hickory-proto v0.24.4
31962026-08-14T17:25:43.631Z Compiling newline-converter v0.3.0
31972026-08-14T17:25:43.649Z Compiling ingot-types v0.2.0
31982026-08-14T17:25:43.663Z Compiling ctr v0.10.1
31992026-08-14T17:25:43.739Z Compiling aead v0.6.1
32002026-08-14T17:25:43.776Z Compiling sha2 v0.11.0
32012026-08-14T17:25:43.852Z Compiling oxide-update-engine-types v0.1.2
32022026-08-14T17:25:43.892Z Compiling linked-hash-map v0.5.6
32032026-08-14T17:25:43.933Z Compiling libefi-sys v0.1.0
32042026-08-14T17:25:44.032Z Compiling ingot v0.2.1
32052026-08-14T17:25:44.092Z Compiling linear-map v1.2.0
32062026-08-14T17:25:44.112Z Compiling lru-cache v0.1.2
32072026-08-14T17:25:44.175Z Compiling aes-gcm v0.11.0
32082026-08-14T17:25:44.196Z Compiling expectorate v1.2.0
32092026-08-14T17:25:44.276Z Compiling spki v0.8.0
32102026-08-14T17:25:44.374Z Compiling typify-macro v0.6.2
32112026-08-14T17:25:44.396Z Compiling salsa20 v0.11.0
32122026-08-14T17:25:44.413Z Compiling bitfield-struct v0.6.2
32132026-08-14T17:25:44.530Z Compiling nom v8.0.0
32142026-08-14T17:25:44.573Z Compiling semver v0.1.20
32152026-08-14T17:25:44.577Z Compiling scrypt v0.12.0
32162026-08-14T17:25:44.933Z Compiling rustc_version v0.1.7
32172026-08-14T17:25:44.998Z Compiling oxide-update-engine v0.1.2
32182026-08-14T17:25:45.015Z Compiling tokio-dtrace v0.1.1
32192026-08-14T17:25:45.075Z Compiling cbc v0.2.1
32202026-08-14T17:25:45.180Z Compiling slog-dtrace v0.3.0
32212026-08-14T17:25:45.198Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32222026-08-14T17:25:45.202Z Compiling minimal-lexical v0.2.1
32232026-08-14T17:25:45.266Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32242026-08-14T17:25:45.324Z Compiling pkcs5 v0.8.1
32252026-08-14T17:25:45.370Z Compiling oxide-tokio-rt v0.1.4
32262026-08-14T17:25:45.394Z Compiling newtype_derive v0.1.6
32272026-08-14T17:25:45.479Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32282026-08-14T17:25:45.506Z Compiling nom v7.1.3
32292026-08-14T17:25:45.526Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32302026-08-14T17:25:45.545Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32312026-08-14T17:25:45.548Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32322026-08-14T17:25:45.614Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32332026-08-14T17:25:45.632Z Compiling phf_shared v0.12.1
32342026-08-14T17:25:45.717Z Compiling dropshot-api-manager-types v0.7.2
32352026-08-14T17:25:45.764Z Compiling csv-core v0.1.13
32362026-08-14T17:25:45.810Z Compiling highway v1.3.0
32372026-08-14T17:25:45.835Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32382026-08-14T17:25:45.883Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32392026-08-14T17:25:45.901Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32402026-08-14T17:25:46.052Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32412026-08-14T17:25:46.070Z Compiling hickory-resolver v0.24.4
32422026-08-14T17:25:46.070Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32432026-08-14T17:25:46.186Z Compiling chrono-tz v0.10.4
32442026-08-14T17:25:46.207Z Compiling unicode-xid v0.2.6
32452026-08-14T17:25:46.210Z Compiling xshell-macros v0.2.7
32462026-08-14T17:25:46.210Z Compiling csv v1.4.0
32472026-08-14T17:25:46.260Z Compiling typify v0.6.2
32482026-08-14T17:25:46.381Z Compiling progenitor-impl v0.14.0
32492026-08-14T17:25:46.401Z Compiling const_format_proc_macros v0.2.34
32502026-08-14T17:25:46.439Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32512026-08-14T17:25:46.641Z Compiling xshell v0.2.7
32522026-08-14T17:25:46.954Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32532026-08-14T17:25:46.972Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32542026-08-14T17:25:46.993Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32552026-08-14T17:25:47.016Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32562026-08-14T17:25:47.058Z Compiling phf v0.12.1
32572026-08-14T17:25:47.182Z Compiling qorb v0.4.1
32582026-08-14T17:25:47.251Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32592026-08-14T17:25:47.312Z Compiling pkcs8 v0.11.0
32602026-08-14T17:25:47.437Z Compiling ff v0.14.0
32612026-08-14T17:25:47.525Z Compiling owo-colors v4.3.0
32622026-08-14T17:25:47.616Z Compiling const_format v0.2.35
32632026-08-14T17:25:47.732Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32642026-08-14T17:25:47.783Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32652026-08-14T17:25:47.949Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32662026-08-14T17:25:47.965Z Compiling tabled_derive v0.7.0
32672026-08-14T17:25:48.077Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32682026-08-14T17:25:48.146Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32692026-08-14T17:25:48.357Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32702026-08-14T17:25:48.579Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32712026-08-14T17:25:48.662Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32722026-08-14T17:25:48.681Z Compiling bcs v0.1.6
32732026-08-14T17:25:48.882Z Compiling tagptr v0.2.0
32742026-08-14T17:25:48.992Z Compiling termtree v0.5.1
32752026-08-14T17:25:49.034Z Compiling salty v0.3.0
32762026-08-14T17:25:49.072Z Compiling moka v0.12.13
32772026-08-14T17:25:49.091Z Compiling progenitor-macro v0.14.0
32782026-08-14T17:25:49.117Z Compiling textwrap v0.16.2
32792026-08-14T17:25:49.158Z Compiling tabled v0.15.0
32802026-08-14T17:25:49.183Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32812026-08-14T17:25:49.331Z Compiling steno v0.4.1
32822026-08-14T17:25:49.427Z Compiling group v0.14.0
32832026-08-14T17:25:49.586Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32842026-08-14T17:25:49.606Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32852026-08-14T17:25:49.606Z Compiling sha1 v0.10.6
32862026-08-14T17:25:49.640Z Compiling signature v3.0.0
32872026-08-14T17:25:49.655Z Compiling base16ct v1.0.0
32882026-08-14T17:25:49.872Z Compiling sec1 v0.8.1
32892026-08-14T17:25:49.906Z Compiling hickory-resolver v0.25.2
32902026-08-14T17:25:49.923Z Compiling hkdf v0.13.0
32912026-08-14T17:25:49.941Z Compiling libscf-sys v1.2.0
32922026-08-14T17:25:49.958Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32932026-08-14T17:25:50.001Z Compiling rfc6979 v0.4.0
32942026-08-14T17:25:50.107Z Compiling elliptic-curve v0.14.1
32952026-08-14T17:25:50.124Z Compiling ecdsa v0.16.9
32962026-08-14T17:25:50.156Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32972026-08-14T17:25:50.210Z Compiling primeorder v0.13.6
32982026-08-14T17:25:50.227Z Compiling utf-8 v0.7.6
32992026-08-14T17:25:50.438Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33002026-08-14T17:25:50.527Z Compiling parking_lot_core v0.8.6
33012026-08-14T17:25:50.544Z Compiling p384 v0.13.1
33022026-08-14T17:25:50.574Z Compiling tungstenite v0.21.0
33032026-08-14T17:25:50.690Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33042026-08-14T17:25:50.707Z Compiling wnaf v0.14.0
33052026-08-14T17:25:50.839Z Compiling primefield v0.14.0
33062026-08-14T17:25:50.918Z Compiling rfc6979 v0.6.0
33072026-08-14T17:25:51.080Z Compiling papergrid v0.18.0
33082026-08-14T17:25:51.107Z Compiling git-stub v1.0.0
33092026-08-14T17:25:51.124Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33102026-08-14T17:25:51.140Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33112026-08-14T17:25:51.370Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33122026-08-14T17:25:51.402Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33132026-08-14T17:25:51.521Z Compiling git-stub-vcs v0.1.0
33142026-08-14T17:25:51.609Z Compiling tokio-tungstenite v0.21.0
33152026-08-14T17:25:51.643Z Compiling ecdsa v0.17.0
33162026-08-14T17:25:51.694Z Compiling primeorder v0.14.0
33172026-08-14T17:25:51.825Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33182026-08-14T17:25:51.947Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33192026-08-14T17:25:51.965Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33202026-08-14T17:25:51.998Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33212026-08-14T17:25:52.122Z Compiling tabled v0.21.0
33222026-08-14T17:25:52.175Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33232026-08-14T17:25:52.193Z Compiling curve25519-dalek v5.0.0
33242026-08-14T17:25:52.212Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33252026-08-14T17:25:52.231Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33262026-08-14T17:25:52.232Z Compiling illumos-nvpair-sys v0.2.0
33272026-08-14T17:25:52.457Z Compiling corncobs v0.1.4
33282026-08-14T17:25:52.480Z Compiling unicase v2.9.0
33292026-08-14T17:25:52.542Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33302026-08-14T17:25:52.559Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33312026-08-14T17:25:52.588Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33322026-08-14T17:25:52.666Z Compiling parking_lot v0.11.2
33332026-08-14T17:25:52.711Z Compiling mime_guess v2.0.5
33342026-08-14T17:25:52.727Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33352026-08-14T17:25:52.834Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33362026-08-14T17:25:52.956Z Compiling progenitor-impl v0.13.0
33372026-08-14T17:25:52.980Z Compiling ssh-encoding v0.3.0
33382026-08-14T17:25:53.008Z Compiling prefix-trie v0.7.0
33392026-08-14T17:25:53.025Z Compiling fxhash v0.2.1
33402026-08-14T17:25:53.070Z Compiling secrecy v0.8.0
33412026-08-14T17:25:53.197Z Compiling keccak v0.2.0
33422026-08-14T17:25:53.250Z Compiling crc8 v0.1.1
33432026-08-14T17:25:53.266Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33442026-08-14T17:25:53.359Z Compiling hickory-server v0.25.2
33452026-08-14T17:25:53.397Z Compiling sled v0.34.7
33462026-08-14T17:25:53.523Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
33472026-08-14T17:25:53.549Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33482026-08-14T17:25:53.567Z Compiling ed25519 v3.0.0
33492026-08-14T17:25:53.590Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33502026-08-14T17:25:53.706Z Compiling crypto-primes v0.7.2
33512026-08-14T17:25:54.295Z Compiling progenitor v0.14.0
33522026-08-14T17:25:54.434Z Compiling pkcs1 v0.8.0-rc.4
33532026-08-14T17:25:54.466Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33542026-08-14T17:25:54.488Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33552026-08-14T17:25:54.491Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33562026-08-14T17:25:54.640Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33572026-08-14T17:25:54.659Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33582026-08-14T17:25:54.679Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33592026-08-14T17:25:54.746Z Compiling poly1305 v0.9.0
33602026-08-14T17:25:54.904Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33612026-08-14T17:25:55.092Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
33622026-08-14T17:25:55.302Z Compiling progenitor-client v0.13.0
33632026-08-14T17:25:55.412Z Compiling blowfish v0.10.0
33642026-08-14T17:25:55.513Z Compiling blake2 v0.11.0-rc.6
33652026-08-14T17:25:55.538Z Compiling http-range v0.1.5
33662026-08-14T17:25:55.634Z Compiling half v1.8.3
33672026-08-14T17:25:55.660Z Compiling bcrypt-pbkdf v0.11.0
33682026-08-14T17:25:55.663Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33692026-08-14T17:25:55.698Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
33702026-08-14T17:25:55.701Z Compiling progenitor-macro v0.13.0
33712026-08-14T17:25:56.009Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33722026-08-14T17:25:56.130Z Compiling serde_cbor v0.11.2
33732026-08-14T17:25:56.257Z Compiling argon2 v0.6.0-rc.8
33742026-08-14T17:25:56.746Z Compiling ssh-cipher v0.3.0
33752026-08-14T17:25:56.767Z Compiling rsa v0.10.0-rc.18
33762026-08-14T17:25:57.218Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33772026-08-14T17:25:57.242Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33782026-08-14T17:25:57.264Z Compiling ed25519-dalek v3.0.0
33792026-08-14T17:25:57.366Z Compiling illumos-nvpair v0.3.0
33802026-08-14T17:25:57.402Z Compiling sha3 v0.11.0
33812026-08-14T17:25:57.624Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
33822026-08-14T17:25:57.808Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33832026-08-14T17:25:57.890Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33842026-08-14T17:25:57.937Z Compiling p384 v0.14.0
33852026-08-14T17:25:58.024Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33862026-08-14T17:25:58.133Z Compiling p256 v0.14.0
33872026-08-14T17:25:58.200Z Compiling p521 v0.14.0
33882026-08-14T17:25:58.434Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33892026-08-14T17:25:58.563Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33902026-08-14T17:25:59.019Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33912026-08-14T17:25:59.065Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33922026-08-14T17:25:59.270Z Compiling scuffle v0.1.0
33932026-08-14T17:25:59.380Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33942026-08-14T17:25:59.624Z Compiling yasna v0.5.2
33952026-08-14T17:25:59.641Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33962026-08-14T17:25:59.784Z Compiling kstat-rs v0.2.5
33972026-08-14T17:25:59.865Z Compiling headers-core v0.3.0
33982026-08-14T17:26:00.021Z Compiling kem v0.3.0
33992026-08-14T17:26:00.137Z Compiling module-lattice v0.2.3
34002026-08-14T17:26:00.155Z Compiling nanorand v0.7.0
34012026-08-14T17:26:00.178Z Compiling sponge-cursor v0.1.0
34022026-08-14T17:26:00.236Z Compiling rcgen v0.12.1
34032026-08-14T17:26:00.255Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34042026-08-14T17:26:00.313Z Compiling sha3 v0.12.0
34052026-08-14T17:26:00.347Z Compiling headers v0.4.1
34062026-08-14T17:26:00.381Z Compiling flume v0.11.1
34072026-08-14T17:26:00.420Z Compiling ml-kem v0.3.2
34082026-08-14T17:26:00.437Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34092026-08-14T17:26:00.477Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34102026-08-14T17:26:00.684Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34112026-08-14T17:26:00.729Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34122026-08-14T17:26:00.810Z Compiling progenitor v0.13.0
34132026-08-14T17:26:00.921Z Compiling hyper-staticfile v0.10.1
34142026-08-14T17:26:01.002Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34152026-08-14T17:26:01.074Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34162026-08-14T17:26:01.126Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34172026-08-14T17:26:01.143Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34182026-08-14T17:26:01.161Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34192026-08-14T17:26:01.367Z Compiling ssh-key v0.7.0-rc.11
34202026-08-14T17:26:01.463Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34212026-08-14T17:26:01.481Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34222026-08-14T17:26:01.497Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34232026-08-14T17:26:01.527Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34242026-08-14T17:26:01.530Z Compiling russh-cryptovec v0.62.0
34252026-08-14T17:26:01.530Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34262026-08-14T17:26:01.580Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34272026-08-14T17:26:01.670Z Compiling internal-russh-num-bigint v0.5.0
34282026-08-14T17:26:01.760Z Compiling port-file v0.1.0
34292026-08-14T17:26:01.779Z Compiling num-bigint v0.4.6
34302026-08-14T17:26:01.809Z Compiling generic-array v1.4.3
34312026-08-14T17:26:01.880Z Compiling russh-util v0.52.0
34322026-08-14T17:26:01.931Z Compiling enum_dispatch v0.3.13
34332026-08-14T17:26:02.027Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34342026-08-14T17:26:02.060Z Compiling delegate v0.13.5
34352026-08-14T17:26:02.284Z Compiling subprocess v0.2.15
34362026-08-14T17:26:02.309Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34372026-08-14T17:26:02.378Z Compiling md5 v0.8.0
34382026-08-14T17:26:02.602Z Compiling hex-literal v1.1.0
34392026-08-14T17:26:02.671Z Compiling display-error-chain v0.2.2
34402026-08-14T17:26:02.765Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34412026-08-14T17:26:02.788Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34422026-08-14T17:26:02.843Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
34432026-08-14T17:26:02.936Z Compiling colored v2.2.0
34442026-08-14T17:26:02.986Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34452026-08-14T17:26:03.047Z Compiling russh v0.62.4
34462026-08-14T17:26:03.050Z Compiling internet-checksum v0.2.1
34472026-08-14T17:26:03.234Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34482026-08-14T17:26:03.261Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34492026-08-14T17:26:06.038Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34502026-08-14T17:26:06.767Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34512026-08-14T17:26:07.288Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34522026-08-14T17:26:09.111Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34532026-08-14T17:26:18.118Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34542026-08-14T17:26:18.118Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34552026-08-14T17:26:18.118Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34562026-08-14T17:26:18.121Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34572026-08-14T17:26:19.910Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34582026-08-14T17:26:19.987Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34592026-08-14T17:26:24.314Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34602026-08-14T17:27:05.342Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s
34612026-08-14T17:27:05.569Z
34622026-08-14T17:27:05.569Zreal 1:29.323277347
34632026-08-14T17:27:05.569Zuser 8:26.892613310
34642026-08-14T17:27:05.569Zsys 1:41.048024771
34652026-08-14T17:27:05.569Ztrap 0.244832318
34662026-08-14T17:27:05.569Ztflt 0.262763628
34672026-08-14T17:27:05.573Zdflt 2.106038384
34682026-08-14T17:27:05.573Zkflt 0.005444823
34692026-08-14T17:27:05.573Zlock 31:24.014185768
34702026-08-14T17:27:05.573Zslp 19:10.118065150
34712026-08-14T17:27:05.573Zlat 36.820197136
34722026-08-14T17:27:05.573Zstop 3:01.800551748
34732026-08-14T17:27:05.573Z+ mkdir tests
34742026-08-14T17:27:05.576Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34752026-08-14T17:27:05.576Z+ xargs -I '{}' -t cp '{}' tests/
34762026-08-14T17:27:05.598Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-65ee1cb2f4c53fc4 tests/
34772026-08-14T17:27:05.623Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-db3d81af3fad6e16 tests/
34782026-08-14T17:27:05.645Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-f4e34f6ea9421c57 tests/
34792026-08-14T17:27:05.668Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-b46f0488f17115f7 tests/
34802026-08-14T17:27:05.989Z+ 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)
34812026-08-14T17:27:05.992Z+ 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-db3d81af3fad6e16 tests/commtest-f4e34f6ea9421c57 tests/dhcp_server-65ee1cb2f4c53fc4 tests/end_to_end_tests-b46f0488f17115f7 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
34822026-08-14T17:28:35.714ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34832026-08-14T17:28:35.714Za .github/buildomat/ci-env.sh 1K
34842026-08-14T17:28:35.714Za out/target/test 1K
34852026-08-14T17:28:35.714Za out/npuzone/npuzone 27402K
34862026-08-14T17:28:35.714Za package-manifest.toml 35K
34872026-08-14T17:28:35.714Za smf/sled-agent/non-gimlet/config.toml 6K
34882026-08-14T17:28:35.714Za target/release/omicron-package 48112K
34892026-08-14T17:28:35.715Za target/release/xtask 11722K
34902026-08-14T17:28:35.715Za target/debug/bootstrap 436019K
34912026-08-14T17:28:35.715Za tests/bootstrap-db3d81af3fad6e16 34516K
34922026-08-14T17:28:35.715Za tests/commtest-f4e34f6ea9421c57 34517K
34932026-08-14T17:28:35.715Za tests/dhcp_server-65ee1cb2f4c53fc4 34516K
34942026-08-14T17:28:35.715Za tests/end_to_end_tests-b46f0488f17115f7 499243K
34952026-08-14T17:28:35.715Za tools/opte_version 1K
34962026-08-14T17:28:35.715Za tools/opte_version_override 2K
34972026-08-14T17:28:35.715Za out/clickhouse.tar.gz 328713K
34982026-08-14T17:28:35.715Za out/clickhouse_keeper.tar.gz 312692K
34992026-08-14T17:28:35.715Za out/clickhouse_server.tar.gz 328710K
35002026-08-14T17:28:35.715Za out/cockroachdb.tar.gz 169554K
35012026-08-14T17:28:35.715Za out/crucible-pantry-zone.tar.gz 41301K
35022026-08-14T17:28:35.715Za out/crucible-utils.tar 18900K
35032026-08-14T17:28:35.715Za out/crucible-zone.tar.gz 56114K
35042026-08-14T17:28:35.715Za out/external-dns.tar.gz 53940K
35052026-08-14T17:28:35.715Za out/internal-dns.tar.gz 53939K
35062026-08-14T17:28:35.715Za out/mg-ddm-gz.tar 100917K
35072026-08-14T17:28:35.715Za out/nexus.tar.gz 354477K
35082026-08-14T17:28:35.715Za out/ntp.tar.gz 34681K
35092026-08-14T17:28:35.715Za out/omicron-gateway-softnpu.tar.gz 29753K
35102026-08-14T17:28:35.715Za out/omicron-sled-agent.tar 237706K
35112026-08-14T17:28:35.715Za out/overlay.tar.gz 4K
35122026-08-14T17:28:35.715Za out/oximeter.tar.gz 70059K
35132026-08-14T17:28:35.715Za out/oxlog.tar 4066K
35142026-08-14T17:28:35.715Za out/probe.tar.gz 3037K
35152026-08-14T17:28:35.716Za out/propolis-server.tar.gz 34642K
35162026-08-14T17:28:35.716Za out/pumpkind-gz.tar 26647K
35172026-08-14T17:28:35.716Za out/switch-softnpu.tar.gz 497219K
35182026-08-14T17:28:35.719Z
35192026-08-14T17:28:35.720Zreal 1:29.722330737
35202026-08-14T17:28:35.720Zuser 1:26.684056909
35212026-08-14T17:28:35.720Zsys 5.137469783
35222026-08-14T17:28:35.720Ztrap 0.006679315
35232026-08-14T17:28:35.720Ztflt 0.000000000
35242026-08-14T17:28:35.720Zdflt 0.000000000
35252026-08-14T17:28:35.720Zkflt 0.000000000
35262026-08-14T17:28:35.720Zlock 0.000000000
35272026-08-14T17:28:35.720Zslp 1:26.453143624
35282026-08-14T17:28:35.720Zlat 1.158489583
35292026-08-14T17:28:35.720Zstop 0.000193990
35302026-08-14T17:28:35.720Zprocess exited: duration 1340373 ms, exit code 0
 
35312026-08-14T17:28:35.735Zfound 1 output files
35322026-08-14T17:28:35.735Zuploading: /work/package.tar.gz (2759698574 bytes)
35332026-08-14T17:29:14.227Zuploaded: /work/package.tar.gz