01M1QDVHK5TS3D7Z3YY7GN17G5: 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: 01M1QDWXRVRDCZC35V4ATQCB0G

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-09-05T00:01:56.133Zjob assigned to worker 01M1QDX3PA3TJ6F9T5X4DCJG3M [factory aws, i-084fdea2c81546556] (queued for 47 s)
 
22026-09-05T00:02:03.421Zstarting task 0: "setup"
32026-09-05T00:02:03.426Z++ uname -s
42026-09-05T00:02:03.426Z+ kern=SunOS
52026-09-05T00:02:03.426Z+ build_user=build
62026-09-05T00:02:03.426Z+ build_uid=12345
72026-09-05T00:02:03.426Z+ work_dir=/work
82026-09-05T00:02:03.427Z+ input_dir=/input
92026-09-05T00:02:03.427Z+ [[ 0 == 12345 ]]
102026-09-05T00:02:03.427Z+ case "$kern" in
112026-09-05T00:02:03.427Z+ groupadd -g 12345 build
122026-09-05T00:02:03.430Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-09-05T00:02:05.433Z+ zfs create -o mountpoint=/work rpool/work
142026-09-05T00:02:05.531Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-09-05T00:02:05.535Z+ home_fs=zfs
162026-09-05T00:02:05.535Z+ [[ zfs == autofs ]]
172026-09-05T00:02:05.535Z+ mkdir -p /home/build
182026-09-05T00:02:05.535Z+ chown build:build /home/build /work
192026-09-05T00:02:07.542Z+ chmod 0700 /home/build /work
202026-09-05T00:02:07.570Zprocess exited: duration 4123 ms, exit code 0
 
212026-09-05T00:02:07.586Zstarting task 1: "rust-toolchain"
222026-09-05T00:02:07.590Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-09-05T00:02:07.590Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-09-05T00:02:07.590Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-09-05T00:02:07.591Z * rust toolchain channel = "1.97.1"
262026-09-05T00:02:07.591Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-09-05T00:02:07.591Z * rust toolchain profile = "default"
282026-09-05T00:02:07.591Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-09-05T00:02:07.591Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-09-05T00:02:07.701Zinfo: downloading installer
312026-09-05T00:02:08.888Zinfo: profile set to default
322026-09-05T00:02:08.888Zinfo: default host tuple is x86_64-unknown-illumos
332026-09-05T00:02:08.894Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
342026-09-05T00:02:09.017Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
352026-09-05T00:02:09.023Zinfo: downloading 6 components
362026-09-05T00:02:22.152Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
372026-09-05T00:02:22.152Z
382026-09-05T00:02:22.178Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
392026-09-05T00:02:22.178Z
402026-09-05T00:02:22.182Z
412026-09-05T00:02:22.182ZRust is installed now. Great!
422026-09-05T00:02:22.182Z
432026-09-05T00:02:22.182ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
442026-09-05T00:02:22.182Zenvironment variable. This has not been done automatically.
452026-09-05T00:02:22.182Z
462026-09-05T00:02:22.182ZTo configure your current shell, you need to source
472026-09-05T00:02:22.182Zthe corresponding env file under $HOME/.cargo.
482026-09-05T00:02:22.182Z
492026-09-05T00:02:22.182ZConsider running the right command for your shell (note the leading DOT):
502026-09-05T00:02:22.182Z. "$HOME/.cargo/env" # For sh/ash/dash/pdksh
512026-09-05T00:02:22.182Zcargo:rerun-if-env-changed=CC_x86_64-unknown-illumos
522026-09-05T00:02:22.182ZCC_x86_64-unknown-illumos = None
532026-09-05T00:02:22.182Zcargo:rerun-if-env-changed=CC_x86_64_unknown_illumos
542026-09-05T00:02:22.182ZCC_x86_64_unknown_illumos = None
552026-09-05T00:02:22.182Zcargo:rerun-if-env-changed=HOST_CC
562026-09-05T00:02:22.182ZHOST_CC = None
572026-09-05T00:02:22.182Zcargo:rerun-if-env-changed=CC
582026-09-05T00:02:22.182ZCC = None
592026-09-05T00:02:22.183Zcargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
602026-09-05T00:02:22.358Zcargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
612026-09-05T00:02:22.358ZCRATE_CC_NO_DEFAULTS = None
622026-09-05T00:02:22.358Zcargo:rerun-if-env-changed=CFLAGS
632026-09-05T00:02:22.358ZCFLAGS = None
642026-09-05T00:02:22.358Zcargo:rerun-if-env-changed=HOST_CFLAGS
652026-09-05T00:02:22.358ZHOST_CFLAGS = None
662026-09-05T00:02:22.358Zcargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos
672026-09-05T00:02:22.358ZCFLAGS_x86_64_unknown_illumos = None
682026-09-05T00:02:22.358Zcargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos
692026-09-05T00:02:22.358ZCFLAGS_x86_64-unknown-illumos = None
702026-09-05T00:02:22.461Z+ rustup --version
712026-09-05T00:02:22.467Zrustup 1.29.1 (d95a37b6a 2026-08-13)
722026-09-05T00:02:22.467Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
732026-09-05T00:02:22.487Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
742026-09-05T00:02:22.491Z+ cargo --version
752026-09-05T00:02:22.497Zcargo 1.97.1 (c980f4866 2026-06-30)
762026-09-05T00:02:22.500Z+ rustc --version
772026-09-05T00:02:22.519Zrustc 1.97.1 (8bab26f4f 2026-07-14)
782026-09-05T00:02:22.523Zprocess exited: duration 14939 ms, exit code 0
 
792026-09-05T00:02:22.530Zstarting task 2: "authentication"
802026-09-05T00:02:22.548Zprocess exited: duration 17 ms, exit code 0
 
812026-09-05T00:02:22.560Zstarting task 3: "clone repository"
822026-09-05T00:02:22.573Z+ mkdir -p /work/oxidecomputer/omicron
832026-09-05T00:02:22.574Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
842026-09-05T00:02:22.596ZCloning into '/work/oxidecomputer/omicron'...
852026-09-05T00:02:42.243Z+ cd /work/oxidecomputer/omicron
862026-09-05T00:02:42.243Z+ git fetch origin 4a645936f92339ba85b20858000cba64532c5116
872026-09-05T00:02:42.678ZFrom https://github.com/oxidecomputer/omicron
882026-09-05T00:02:42.678Z * branch 4a645936f92339ba85b20858000cba64532c5116 -> FETCH_HEAD
892026-09-05T00:02:42.693Z+ [[ -n fm-certificate-de ]]
902026-09-05T00:02:42.696Z++ git branch --show-current
912026-09-05T00:02:42.696Z+ current=main
922026-09-05T00:02:42.697Z+ [[ main != fm-certificate-de ]]
932026-09-05T00:02:42.697Z+ git branch -f fm-certificate-de 4a645936f92339ba85b20858000cba64532c5116
942026-09-05T00:02:42.702Z+ git checkout -f fm-certificate-de
952026-09-05T00:02:42.955ZSwitched to branch 'fm-certificate-de'
962026-09-05T00:02:42.958Z+ git reset --hard 4a645936f92339ba85b20858000cba64532c5116
972026-09-05T00:02:42.984ZHEAD is now at 4a645936f fm: make the parsed certificate case's fact non-optional
982026-09-05T00:02:42.989Zprocess exited: duration 20427 ms, exit code 0
 
992026-09-05T00:02:42.996Zstarting task 4: "build"
1002026-09-05T00:02:43.001Z+ source .github/buildomat/ci-env.sh
1012026-09-05T00:02:43.001Z++ export CARGO_TERM_COLOR=always
1022026-09-05T00:02:43.001Z++ CARGO_TERM_COLOR=always
1032026-09-05T00:02:43.004Z+++ uname -s
1042026-09-05T00:02:43.004Z++ [[ SunOS == \S\u\n\O\S ]]
1052026-09-05T00:02:43.004Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1062026-09-05T00:02:43.007Z+ cargo --version
1072026-09-05T00:02:43.015Zcargo 1.97.1 (c980f4866 2026-06-30)
1082026-09-05T00:02:43.017Z+ rustc --version
1092026-09-05T00:02:43.036Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1102026-09-05T00:02:44.044Z+ WORK=/work
1112026-09-05T00:02:44.044Z+ pfexec mkdir -p /work
1122026-09-05T00:02:44.047Z+ pfexec chown build /work
1132026-09-05T00:02:44.047Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1142026-09-05T00:02:45.090Z Startup: Refreshing catalog 'helios' ... Done
1152026-09-05T00:02:45.507Z Startup: Caching catalogs ... Done
1162026-09-05T00:02:48.065ZPlanning: Solver setup ... Done (2.386s)
1172026-09-05T00:02:48.133ZPlanning: Running solver ... Done (0.068s)
1182026-09-05T00:02:48.185ZPlanning: Finding local manifests ... Done (0.003s)
1192026-09-05T00:02:48.196ZPlanning: Fetching manifests: 0/2 0% complete
1202026-09-05T00:02:48.216ZPlanning: Fetching manifests: 2/2 100% complete
1212026-09-05T00:02:48.230ZPlanning: Package planning ... Done (0.013s)
1222026-09-05T00:02:48.233ZPlanning: Merging actions ... Done (0.001s)
1232026-09-05T00:02:48.390ZPlanning: Checking for conflicting actions ... Done (0.159s)
1242026-09-05T00:02:48.394ZPlanning: Consolidating action changes ... Done (0.001s)
1252026-09-05T00:02:49.267ZPlanning: Evaluating mediators ... Done (0.876s)
1262026-09-05T00:02:49.271ZPlanning: Planning completed in 3.72 seconds
1272026-09-05T00:02:49.277Z Packages to install: 2
1282026-09-05T00:02:49.278Z Estimated space available: 156.01 GB
1292026-09-05T00:02:49.278ZEstimated space to be consumed: 86.48 MB
1302026-09-05T00:02:49.278Z Create boot environment: No
1312026-09-05T00:02:49.278ZCreate backup boot environment: No
1322026-09-05T00:02:49.282Z Rebuild boot archive: No
1332026-09-05T00:02:49.282Z
1342026-09-05T00:02:49.282ZChanged packages:
1352026-09-05T00:02:49.282Zhelios
1362026-09-05T00:02:49.282Z developer/build-essential
1372026-09-05T00:02:49.282Z None -> 11-3.0
1382026-09-05T00:02:49.282Z library/libxmlsec1
1392026-09-05T00:02:49.282Z None -> 1.2.35-3.0
1402026-09-05T00:02:49.303Z
1412026-09-05T00:02:49.303ZDownload: 0/214 items 0.0/1.3MB 0% complete
1422026-09-05T00:02:49.373ZDownload: Completed 1.28 MB in 0.07 seconds (18.4M/s)
1432026-09-05T00:02:49.448Z Actions: 1/268 actions (Installing new actions)
1442026-09-05T00:02:49.489Z Actions: Completed 268 actions in 0.04 seconds.
1452026-09-05T00:02:49.524ZFinalize: Updating package state database ... Done (0.037s)
1462026-09-05T00:02:49.524ZFinalize: Updating package cache ... Done (0.000s)
1472026-09-05T00:02:49.620ZFinalize: Updating image state ... Done (0.096s)
1482026-09-05T00:02:52.348ZFinalize: Creating fast lookup database ... Done (2.672s)
1492026-09-05T00:02:52.416ZFinalize: Reading search index ... Done (0.012s)
1502026-09-05T00:02:52.419ZFinalize: Updating search index ... Done (0.000s)
1512026-09-05T00:02:52.509ZFinalize: Updating package cache ... Done (0.000s)
1522026-09-05T00:02:52.886ZPlanning: Evaluating mediator changes ... Done
1532026-09-05T00:02:52.989ZPlanning: Checking for conflicting actions ... Done
1542026-09-05T00:02:52.992ZPlanning: Consolidating action changes ... Done
1552026-09-05T00:02:53.144ZPlanning: Evaluating mediators ... Done
1562026-09-05T00:02:53.147ZPlanning: Planning completed in 0.26 seconds
1572026-09-05T00:02:53.167Z Mediators to change: 2
1582026-09-05T00:02:53.167Z Create boot environment: No
1592026-09-05T00:02:53.167ZCreate backup boot environment: No
1602026-09-05T00:02:53.233ZFinalize: Updating package state database ... Done
1612026-09-05T00:02:53.233ZFinalize: Updating package cache ... Done
1622026-09-05T00:02:53.291ZFinalize: Updating image state ... Done
1632026-09-05T00:02:55.227ZFinalize: Creating fast lookup database ... Done
1642026-09-05T00:02:55.286ZFinalize: Reading search index ... Done
1652026-09-05T00:02:55.290ZFinalize: Updating search index ... Done
1662026-09-05T00:02:55.397ZFinalize: Updating package cache ... Done
1672026-09-05T00:02:55.683ZPlanning: Evaluating mediator changes ... Done
1682026-09-05T00:02:55.787ZPlanning: Checking for conflicting actions ... Done
1692026-09-05T00:02:55.790ZPlanning: Consolidating action changes ... Done
1702026-09-05T00:02:55.944ZPlanning: Evaluating mediators ... Done
1712026-09-05T00:02:55.947ZPlanning: Planning completed in 0.26 seconds
1722026-09-05T00:02:55.967Z Mediators to change: 1
1732026-09-05T00:02:55.967Z Create boot environment: No
1742026-09-05T00:02:55.967ZCreate backup boot environment: No
1752026-09-05T00:02:56.021ZFinalize: Updating package state database ... Done
1762026-09-05T00:02:56.021ZFinalize: Updating package cache ... Done
1772026-09-05T00:02:56.078ZFinalize: Updating image state ... Done
1782026-09-05T00:02:58.041ZFinalize: Creating fast lookup database ... Done
1792026-09-05T00:02:58.100ZFinalize: Reading search index ... Done
1802026-09-05T00:02:58.103ZFinalize: Updating search index ... Done
1812026-09-05T00:02:58.215ZFinalize: Updating package cache ... Done
1822026-09-05T00:02:58.500ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1832026-09-05T00:02:58.500Zapache system 2.4 system
1842026-09-05T00:02:58.500Zclang system 15 system
1852026-09-05T00:02:58.500Zcsh system system illumos
1862026-09-05T00:02:58.500Zctags system system illumos
1872026-09-05T00:02:58.500Zfile vendor vendor darwinsys
1882026-09-05T00:02:58.500Zfile system system illumos
1892026-09-05T00:02:58.500Zgcc vendor 14 vendor
1902026-09-05T00:02:58.500Zgcc system 13 system
1912026-09-05T00:02:58.500Zgcc system 10 system
1922026-09-05T00:02:58.500Zgo system 1.25 system
1932026-09-05T00:02:58.500Zllvm system 15 system
1942026-09-05T00:02:58.500Zmariadb system 11.4 system
1952026-09-05T00:02:58.500Zmta vendor vendor dma
1962026-09-05T00:02:58.500Zopenjdk system 17 system
1972026-09-05T00:02:58.500Zopenjdk system 11 system
1982026-09-05T00:02:58.500Zopenssl vendor 3 vendor
1992026-09-05T00:02:58.500Zperl system 5.40 system
2002026-09-05T00:02:58.500Zpostgresql system 18 system
2012026-09-05T00:02:58.500Zpostgresql system 17 system
2022026-09-05T00:02:58.500Zpython vendor 3 vendor
2032026-09-05T00:02:58.500Zpython system 2 system
2042026-09-05T00:02:58.500Zpython3 vendor 3.13 vendor
2052026-09-05T00:02:58.500Zruby system 3.4 system
2062026-09-05T00:02:58.500Zruby system 3.0 system
2072026-09-05T00:02:58.501Zwords vendor vendor american-english
2082026-09-05T00:02:58.501Zwords system system australian-english
2092026-09-05T00:02:58.501Zwords system system british-english
2102026-09-05T00:02:58.501Zwords system system canadian-english
2112026-09-05T00:02:58.501Zwords system system french
2122026-09-05T00:02:58.501Zwords system system italian
2132026-09-05T00:02:58.501Zwords system system ngerman
2142026-09-05T00:02:58.501Zwords system system ogerman
2152026-09-05T00:02:58.501Zwords system system spanish
2162026-09-05T00:02:58.762ZPUBLISHER TYPE STATUS P LOCATION
2172026-09-05T00:02:58.762Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2182026-09-05T00:02:59.280ZFMRI IFO
2192026-09-05T00:02:59.280Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2202026-09-05T00:02:59.280Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2212026-09-05T00:02:59.280Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2222026-09-05T00:02:59.280Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2232026-09-05T00:02:59.280Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2242026-09-05T00:02:59.280Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2252026-09-05T00:02:59.281Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2262026-09-05T00:02:59.281Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2272026-09-05T00:02:59.281Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2282026-09-05T00:02:59.620Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2292026-09-05T00:02:59.950Z Updating crates.io index
2302026-09-05T00:02:59.953Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2312026-09-05T00:03:00.217Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2322026-09-05T00:03:00.585Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2332026-09-05T00:03:00.858Z Updating git repository `https://github.com/oxidecomputer/propolis`
2342026-09-05T00:03:02.152Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2352026-09-05T00:03:02.821Z Updating git repository `https://github.com/oxidecomputer/crucible`
2362026-09-05T00:03:04.742Z Updating git repository `https://github.com/oxidecomputer/opte`
2372026-09-05T00:03:05.830Z Updating git repository `https://github.com/oxidecomputer/tofino`
2382026-09-05T00:03:06.130Z Updating git repository `https://github.com/oxidecomputer/lldp`
2392026-09-05T00:03:06.498Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2402026-09-05T00:03:07.903Z Updating git repository `https://github.com/oxidecomputer/clickward`
2412026-09-05T00:03:08.177Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2422026-09-05T00:03:08.592Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2432026-09-05T00:03:08.919Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2442026-09-05T00:03:09.192Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2452026-09-05T00:03:09.454Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2462026-09-05T00:03:09.754Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2472026-09-05T00:03:10.013Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2482026-09-05T00:03:10.319Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2492026-09-05T00:03:10.679Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2502026-09-05T00:03:11.300Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2512026-09-05T00:03:11.605Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2522026-09-05T00:03:12.188Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2532026-09-05T00:03:12.841Z Updating git repository `https://github.com/oxidecomputer/erebor`
2542026-09-05T00:03:13.181Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2552026-09-05T00:03:13.577Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2562026-09-05T00:03:13.853Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2572026-09-05T00:03:14.162Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2582026-09-05T00:03:14.500Z Updating git repository `https://github.com/oxidecomputer/ispf`
2592026-09-05T00:03:14.801Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2602026-09-05T00:03:15.136Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2612026-09-05T00:03:15.546Z Updating git repository `https://github.com/oxidecomputer/tough`
2622026-09-05T00:03:16.277Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2632026-09-05T00:03:16.557Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-09-05T00:03:16.852Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2652026-09-05T00:03:17.168Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2662026-09-05T00:03:17.477Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2672026-09-05T00:03:17.752Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2682026-09-05T00:03:18.052Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2692026-09-05T00:03:18.372Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2702026-09-05T00:03:18.719Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2712026-09-05T00:03:19.055Z Updating git repository `https://github.com/illumos/smf-rs`
2722026-09-05T00:03:21.270Z Downloading crates ...
2732026-09-05T00:03:21.338Z Downloaded pretty-hex v0.4.1
2742026-09-05T00:03:21.349Z Downloaded version_check v0.9.5
2752026-09-05T00:03:21.352Z Downloaded block-buffer v0.10.4
2762026-09-05T00:03:21.355Z Downloaded generic-array v0.14.7
2772026-09-05T00:03:21.355Z Downloaded cfg-if v1.0.4
2782026-09-05T00:03:21.355Z Downloaded clap_lex v1.0.0
2792026-09-05T00:03:21.358Z Downloaded toml_datetime v0.6.11
2802026-09-05T00:03:21.361Z Downloaded zerocopy v0.7.35
2812026-09-05T00:03:21.366Z Downloaded smawk v0.3.2
2822026-09-05T00:03:21.369Z Downloaded zmij v1.0.21
2832026-09-05T00:03:21.369Z Downloaded zerocopy-derive v0.7.35
2842026-09-05T00:03:21.372Z Downloaded usdt-impl v0.5.0
2852026-09-05T00:03:21.372Z Downloaded cargo-platform v0.3.2
2862026-09-05T00:03:21.372Z Downloaded anstyle-parse v1.0.0
2872026-09-05T00:03:21.372Z Downloaded autocfg v1.5.0
2882026-09-05T00:03:21.376Z Downloaded bytecount v0.6.9
2892026-09-05T00:03:21.376Z Downloaded quote v1.0.45
2902026-09-05T00:03:21.386Z Downloaded dtrace-parser v0.2.0
2912026-09-05T00:03:21.393Z Downloaded memmap v0.7.0
2922026-09-05T00:03:21.396Z Downloaded serde_spanned v0.6.9
2932026-09-05T00:03:21.396Z Downloaded fs-err v3.3.0
2942026-09-05T00:03:21.396Z Downloaded fastrand v2.3.0
2952026-09-05T00:03:21.396Z Downloaded heck v0.5.0
2962026-09-05T00:03:21.401Z Downloaded is_terminal_polyfill v1.70.2
2972026-09-05T00:03:21.403Z Downloaded thread-id v4.2.2
2982026-09-05T00:03:21.404Z Downloaded proc-macro-error-attr v1.0.4
2992026-09-05T00:03:21.409Z Downloaded usdt-attr-macro v0.5.0
3002026-09-05T00:03:21.412Z Downloaded usdt-macro v0.5.0
3012026-09-05T00:03:21.412Z Downloaded dof v0.3.0
3022026-09-05T00:03:21.416Z Downloaded errno v0.3.14
3032026-09-05T00:03:21.420Z Downloaded usdt v0.5.0
3042026-09-05T00:03:21.420Z Downloaded toml_write v0.1.2
3052026-09-05T00:03:21.420Z Downloaded strsim v0.11.1
3062026-09-05T00:03:21.420Z Downloaded plain v0.2.3
3072026-09-05T00:03:21.426Z Downloaded colorchoice v1.0.4
3082026-09-05T00:03:21.431Z Downloaded swrite v0.1.0
3092026-09-05T00:03:21.432Z Downloaded scroll_derive v0.12.1
3102026-09-05T00:03:21.435Z Downloaded utf8parse v0.2.2
3112026-09-05T00:03:21.440Z Downloaded terminal_size v0.4.3
3122026-09-05T00:03:21.442Z Downloaded equivalent v1.0.2
3132026-09-05T00:03:21.442Z Downloaded anstyle-query v1.1.5
3142026-09-05T00:03:21.442Z Downloaded itoa v1.0.17
3152026-09-05T00:03:21.443Z Downloaded cpufeatures v0.2.17
3162026-09-05T00:03:21.478Z Downloaded heck v0.4.1
3172026-09-05T00:03:21.478Z Downloaded fnv v1.0.7
3182026-09-05T00:03:21.485Z Downloaded crypto-common v0.1.7
3192026-09-05T00:03:21.485Z Downloaded macaddr v1.0.1
3202026-09-05T00:03:21.485Z Downloaded camino v1.2.5
3212026-09-05T00:03:21.485Z Downloaded cargo_metadata v0.23.1
3222026-09-05T00:03:21.485Z Downloaded byteorder v1.5.0
3232026-09-05T00:03:21.485Z Downloaded camino-tempfile v1.4.1
3242026-09-05T00:03:21.485Z Downloaded serde_core v1.0.228
3252026-09-05T00:03:21.485Z Downloaded cargo_toml v0.21.0
3262026-09-05T00:03:21.485Z Downloaded digest v0.10.7
3272026-09-05T00:03:21.486Z Downloaded serde_tokenstream v0.2.3
3282026-09-05T00:03:21.486Z Downloaded sha2 v0.10.9
3292026-09-05T00:03:21.486Z Downloaded unicode-linebreak v0.1.5
3302026-09-05T00:03:21.486Z Downloaded thiserror-impl v1.0.69
3312026-09-05T00:03:21.486Z Downloaded tabled_derive v0.7.0
3322026-09-05T00:03:21.486Z Downloaded thiserror v1.0.69
3332026-09-05T00:03:21.491Z Downloaded thiserror v2.0.18
3342026-09-05T00:03:21.495Z Downloaded thiserror-impl v2.0.18
3352026-09-05T00:03:21.495Z Downloaded papergrid v0.11.0
3362026-09-05T00:03:21.495Z Downloaded bitflags v2.11.0
3372026-09-05T00:03:21.500Z Downloaded clap_derive v4.6.1
3382026-09-05T00:03:21.500Z Downloaded anyhow v1.0.104
3392026-09-05T00:03:21.503Z Downloaded anstyle v1.0.14
3402026-09-05T00:03:21.503Z Downloaded scroll v0.12.0
3412026-09-05T00:03:21.503Z Downloaded pest_derive v2.8.6
3422026-09-05T00:03:21.506Z Downloaded semver v1.0.28
3432026-09-05T00:03:21.506Z Downloaded proc-macro-error v1.0.4
3442026-09-05T00:03:21.506Z Downloaded ucd-trie v0.1.7
3452026-09-05T00:03:21.512Z Downloaded anstream v1.0.0
3462026-09-05T00:03:21.516Z Downloaded once_cell v1.21.3
3472026-09-05T00:03:21.528Z Downloaded pest_generator v2.8.6
3482026-09-05T00:03:21.532Z Downloaded toml v0.8.23
3492026-09-05T00:03:21.532Z Downloaded clap v4.6.1
3502026-09-05T00:03:21.539Z Downloaded tempfile v3.27.0
3512026-09-05T00:03:21.542Z Downloaded log v0.4.33
3522026-09-05T00:03:21.542Z Downloaded serde_derive v1.0.228
3532026-09-05T00:03:21.542Z Downloaded textwrap v0.16.2
3542026-09-05T00:03:21.546Z Downloaded unicode-ident v1.0.24
3552026-09-05T00:03:21.552Z Downloaded getrandom v0.4.3
3562026-09-05T00:03:21.558Z Downloaded proc-macro2 v1.0.106
3572026-09-05T00:03:21.566Z Downloaded pest_meta v2.8.6
3582026-09-05T00:03:21.569Z Downloaded serde v1.0.228
3592026-09-05T00:03:21.569Z Downloaded toml_edit v0.22.27
3602026-09-05T00:03:21.584Z Downloaded memchr v2.8.0
3612026-09-05T00:03:21.590Z Downloaded typenum v1.20.1
3622026-09-05T00:03:21.600Z Downloaded indexmap v2.14.0
3632026-09-05T00:03:21.630Z Downloaded pest v2.8.6
3642026-09-05T00:03:21.633Z Downloaded clap_builder v4.6.0
3652026-09-05T00:03:21.639Z Downloaded hashbrown v0.17.0
3662026-09-05T00:03:21.646Z Downloaded goblin v0.8.2
3672026-09-05T00:03:21.650Z Downloaded serde_json v1.0.151
3682026-09-05T00:03:21.654Z Downloaded winnow v0.7.14
3692026-09-05T00:03:21.663Z Downloaded tabled v0.15.0
3702026-09-05T00:03:21.671Z Downloaded syn v1.0.109
3712026-09-05T00:03:21.676Z Downloaded unicode-width v0.2.0
3722026-09-05T00:03:21.686Z Downloaded unicode-width v0.1.14
3732026-09-05T00:03:21.689Z Downloaded syn v2.0.117
3742026-09-05T00:03:21.702Z Downloaded rustix v1.1.4
3752026-09-05T00:03:21.715Z Downloaded libc v0.2.185
3762026-09-05T00:03:21.775Z Compiling proc-macro2 v1.0.106
3772026-09-05T00:03:21.775Z Compiling quote v1.0.45
3782026-09-05T00:03:21.775Z Compiling unicode-ident v1.0.24
3792026-09-05T00:03:21.778Z Compiling serde_core v1.0.228
3802026-09-05T00:03:21.778Z Compiling libc v0.2.185
3812026-09-05T00:03:21.778Z Compiling version_check v0.9.5
3822026-09-05T00:03:21.778Z Compiling memchr v2.8.0
3832026-09-05T00:03:21.778Z Compiling serde v1.0.228
3842026-09-05T00:03:21.948Z Compiling zmij v1.0.21
3852026-09-05T00:03:21.958Z Compiling itoa v1.0.17
3862026-09-05T00:03:21.958Z Compiling thiserror v1.0.69
3872026-09-05T00:03:21.963Z Compiling ucd-trie v0.1.7
3882026-09-05T00:03:21.966Z Compiling rustix v1.1.4
3892026-09-05T00:03:21.966Z Compiling byteorder v1.5.0
3902026-09-05T00:03:22.160Z Compiling bitflags v2.11.0
3912026-09-05T00:03:22.310Z Compiling serde_json v1.0.151
3922026-09-05T00:03:22.330Z Compiling syn v1.0.109
3932026-09-05T00:03:22.367Z Compiling proc-macro-error-attr v1.0.4
3942026-09-05T00:03:22.509Z Compiling usdt-impl v0.5.0
3952026-09-05T00:03:22.526Z Compiling pest v2.8.6
3962026-09-05T00:03:22.560Z Compiling camino v1.2.5
3972026-09-05T00:03:22.596Z Compiling proc-macro-error v1.0.4
3982026-09-05T00:03:22.700Z Compiling getrandom v0.4.3
3992026-09-05T00:03:22.773Z Compiling hashbrown v0.17.0
4002026-09-05T00:03:22.792Z Compiling equivalent v1.0.2
4012026-09-05T00:03:22.792Z Compiling log v0.4.33
4022026-09-05T00:03:22.837Z Compiling plain v0.2.3
4032026-09-05T00:03:22.901Z Compiling utf8parse v0.2.2
4042026-09-05T00:03:22.910Z Compiling pretty-hex v0.4.1
4052026-09-05T00:03:22.945Z Compiling toml_write v0.1.2
4062026-09-05T00:03:23.014Z Compiling errno v0.3.14
4072026-09-05T00:03:23.023Z Compiling thread-id v4.2.2
4082026-09-05T00:03:23.070Z Compiling anstyle-parse v1.0.0
4092026-09-05T00:03:23.070Z Compiling anstyle-query v1.1.5
4102026-09-05T00:03:23.070Z Compiling is_terminal_polyfill v1.70.2
4112026-09-05T00:03:23.115Z Compiling thiserror v2.0.18
4122026-09-05T00:03:23.120Z Compiling cfg-if v1.0.4
4132026-09-05T00:03:23.181Z Compiling winnow v0.7.14
4142026-09-05T00:03:23.202Z Compiling anstyle v1.0.14
4152026-09-05T00:03:23.202Z Compiling colorchoice v1.0.4
4162026-09-05T00:03:23.205Z Compiling autocfg v1.5.0
4172026-09-05T00:03:23.307Z Compiling indexmap v2.14.0
4182026-09-05T00:03:23.326Z Compiling bytecount v0.6.9
4192026-09-05T00:03:23.373Z Compiling once_cell v1.21.3
4202026-09-05T00:03:23.390Z Compiling syn v2.0.117
4212026-09-05T00:03:23.485Z Compiling anstream v1.0.0
4222026-09-05T00:03:23.488Z Compiling unicode-width v0.1.14
4232026-09-05T00:03:23.520Z Compiling heck v0.4.1
4242026-09-05T00:03:23.573Z Compiling anyhow v1.0.104
4252026-09-05T00:03:23.609Z Compiling clap_lex v1.0.0
4262026-09-05T00:03:23.679Z Compiling pest_meta v2.8.6
4272026-09-05T00:03:23.773Z Compiling fs-err v3.3.0
4282026-09-05T00:03:23.791Z Compiling fastrand v2.3.0
4292026-09-05T00:03:23.814Z Compiling fnv v1.0.7
4302026-09-05T00:03:23.832Z Compiling strsim v0.11.1
4312026-09-05T00:03:23.862Z Compiling heck v0.5.0
4322026-09-05T00:03:23.889Z Compiling memmap v0.7.0
4332026-09-05T00:03:23.941Z Compiling papergrid v0.11.0
4342026-09-05T00:03:23.970Z Compiling unicode-linebreak v0.1.5
4352026-09-05T00:03:23.991Z Compiling smawk v0.3.2
4362026-09-05T00:03:24.082Z Compiling terminal_size v0.4.3
4372026-09-05T00:03:24.100Z Compiling tempfile v3.27.0
4382026-09-05T00:03:24.116Z Compiling unicode-width v0.2.0
4392026-09-05T00:03:24.157Z Compiling swrite v0.1.0
4402026-09-05T00:03:24.200Z Compiling clap_builder v4.6.0
4412026-09-05T00:03:24.279Z Compiling semver v1.0.28
4422026-09-05T00:03:24.294Z Compiling cargo-platform v0.3.2
4432026-09-05T00:03:24.436Z Compiling textwrap v0.16.2
4442026-09-05T00:03:24.542Z Compiling camino-tempfile v1.4.1
4452026-09-05T00:03:24.928Z Compiling tabled_derive v0.7.0
4462026-09-05T00:03:25.560Z Compiling pest_generator v2.8.6
4472026-09-05T00:03:25.587Z Compiling tabled v0.15.0
4482026-09-05T00:03:26.045Z Compiling serde_derive v1.0.228
4492026-09-05T00:03:26.048Z Compiling thiserror-impl v1.0.69
4502026-09-05T00:03:26.048Z Compiling zerocopy-derive v0.7.35
4512026-09-05T00:03:26.048Z Compiling scroll_derive v0.12.1
4522026-09-05T00:03:26.049Z Compiling thiserror-impl v2.0.18
4532026-09-05T00:03:26.049Z Compiling clap_derive v4.6.1
4542026-09-05T00:03:26.144Z Compiling pest_derive v2.8.6
4552026-09-05T00:03:26.633Z Compiling scroll v0.12.0
4562026-09-05T00:03:26.787Z Compiling zerocopy v0.7.35
4572026-09-05T00:03:26.840Z Compiling goblin v0.8.2
4582026-09-05T00:03:27.047Z Compiling dtrace-parser v0.2.0
4592026-09-05T00:03:27.363Z Compiling clap v4.6.1
4602026-09-05T00:03:28.396Z Compiling serde_spanned v0.6.9
4612026-09-05T00:03:28.396Z Compiling toml_datetime v0.6.11
4622026-09-05T00:03:28.396Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4632026-09-05T00:03:28.401Z Compiling macaddr v1.0.1
4642026-09-05T00:03:28.401Z Compiling cargo_metadata v0.23.1
4652026-09-05T00:03:28.410Z Compiling dof v0.3.0
4662026-09-05T00:03:28.414Z Compiling serde_tokenstream v0.2.3
4672026-09-05T00:03:28.595Z Compiling toml_edit v0.22.27
4682026-09-05T00:03:29.154Z Compiling usdt-macro v0.5.0
4692026-09-05T00:03:29.159Z Compiling usdt-attr-macro v0.5.0
4702026-09-05T00:03:29.741Z Compiling usdt v0.5.0
4712026-09-05T00:03:29.857Z Compiling toml v0.8.23
4722026-09-05T00:03:30.175Z Compiling cargo_toml v0.21.0
4732026-09-05T00:03:31.447Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4742026-09-05T00:03:33.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.03s
4752026-09-05T00:03:33.707Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4762026-09-05T00:03:34.216Z Downloading crates ...
4772026-09-05T00:03:34.268Z Downloaded array-init v0.0.4
4782026-09-05T00:03:34.276Z Downloaded allocator-api2 v0.2.21
4792026-09-05T00:03:34.285Z Downloaded cexpr v0.6.0
4802026-09-05T00:03:34.293Z Downloaded ciborium v0.2.2
4812026-09-05T00:03:34.293Z Downloaded colored v3.1.1
4822026-09-05T00:03:34.293Z Downloaded ascii-canvas v3.0.0
4832026-09-05T00:03:34.293Z Downloaded bit-set v0.8.0
4842026-09-05T00:03:34.298Z Downloaded cipher v0.4.4
4852026-09-05T00:03:34.298Z Downloaded arrayvec v0.7.6
4862026-09-05T00:03:34.298Z Downloaded bitfield v0.19.4
4872026-09-05T00:03:34.298Z Downloaded camino-tempfile-ext v0.3.3
4882026-09-05T00:03:34.298Z Downloaded argon2 v0.6.0-rc.8
4892026-09-05T00:03:34.298Z Downloaded bzip2 v0.6.1
4902026-09-05T00:03:34.298Z Downloaded flagset v0.4.7
4912026-09-05T00:03:34.301Z Downloaded env_filter v2.0.0
4922026-09-05T00:03:34.301Z Downloaded fd-lock v4.0.4
4932026-09-05T00:03:34.304Z Downloaded hostname v0.4.2
4942026-09-05T00:03:34.304Z Downloaded aead v0.6.1
4952026-09-05T00:03:34.304Z Downloaded anstyle-parse v0.2.7
4962026-09-05T00:03:34.307Z Downloaded chrono v0.4.45
4972026-09-05T00:03:34.311Z Downloaded fs-err v2.11.0
4982026-09-05T00:03:34.311Z Downloaded ena v0.14.4
4992026-09-05T00:03:34.317Z Downloaded ff v0.13.1
5002026-09-05T00:03:34.317Z Downloaded async-stream-impl v0.3.6
5012026-09-05T00:03:34.317Z Downloaded arc-swap v1.8.2
5022026-09-05T00:03:34.317Z Downloaded embedded-io v0.6.1
5032026-09-05T00:03:34.321Z Downloaded assert_matches v1.5.0
5042026-09-05T00:03:34.322Z Downloaded bcrypt-pbkdf v0.11.0
5052026-09-05T00:03:34.322Z Downloaded erased-serde v0.3.31
5062026-09-05T00:03:34.322Z Downloaded find-msvc-tools v0.1.9
5072026-09-05T00:03:34.322Z Downloaded foreign-types-shared v0.1.1
5082026-09-05T00:03:34.326Z Downloaded addr2line v0.25.1
5092026-09-05T00:03:34.326Z Downloaded atomic-waker v1.1.2
5102026-09-05T00:03:34.326Z Downloaded embedded-io v0.4.0
5112026-09-05T00:03:34.326Z Downloaded enum_dispatch v0.3.13
5122026-09-05T00:03:34.335Z Downloaded fallible-iterator v0.2.0
5132026-09-05T00:03:34.335Z Downloaded adler2 v2.0.1
5142026-09-05T00:03:34.335Z Downloaded backtrace-ext v0.2.1
5152026-09-05T00:03:34.335Z Downloaded ff v0.14.0
5162026-09-05T00:03:34.335Z Downloaded fixedbitset v0.5.7
5172026-09-05T00:03:34.335Z Downloaded futures v0.3.32
5182026-09-05T00:03:34.339Z Downloaded async-bb8-diesel v0.2.1
5192026-09-05T00:03:34.339Z Downloaded cfg_aliases v0.2.1
5202026-09-05T00:03:34.339Z Downloaded foreign-types v0.3.2
5212026-09-05T00:03:34.340Z Downloaded base16ct v1.0.0
5222026-09-05T00:03:34.340Z Downloaded arrayref v0.3.9
5232026-09-05T00:03:34.340Z Downloaded bitfield-struct v0.6.2
5242026-09-05T00:03:34.340Z Downloaded fatfs v0.3.6
5252026-09-05T00:03:34.340Z Downloaded getrandom v0.3.4
5262026-09-05T00:03:34.343Z Downloaded atomicwrites v0.4.4
5272026-09-05T00:03:34.343Z Downloaded float-ord v0.3.2
5282026-09-05T00:03:34.343Z Downloaded futures-io v0.3.32
5292026-09-05T00:03:34.343Z Downloaded base16ct v0.2.0
5302026-09-05T00:03:34.343Z Downloaded cfg_aliases v0.1.1
5312026-09-05T00:03:34.346Z Downloaded base64 v0.22.1
5322026-09-05T00:03:34.346Z Downloaded bit-vec v0.8.0
5332026-09-05T00:03:34.346Z Downloaded async-stream v0.3.6
5342026-09-05T00:03:34.351Z Downloaded atty v0.2.14
5352026-09-05T00:03:34.351Z Downloaded aead v0.5.2
5362026-09-05T00:03:34.351Z Downloaded futures-executor v0.3.32
5372026-09-05T00:03:34.351Z Downloaded filetime v0.2.27
5382026-09-05T00:03:34.354Z Downloaded castaway v0.2.4
5392026-09-05T00:03:34.354Z Downloaded bb8 v0.8.6
5402026-09-05T00:03:34.354Z Downloaded hostname v0.3.1
5412026-09-05T00:03:34.354Z Downloaded futures-core v0.3.32
5422026-09-05T00:03:34.354Z Downloaded home v0.5.12
5432026-09-05T00:03:34.360Z Downloaded foreign-types v0.5.0
5442026-09-05T00:03:34.360Z Downloaded futures-macro v0.3.32
5452026-09-05T00:03:34.365Z Downloaded enum-as-inner v0.6.1
5462026-09-05T00:03:34.365Z Downloaded gethostname v0.5.0
5472026-09-05T00:03:34.365Z Downloaded bit-set v0.5.3
5482026-09-05T00:03:34.365Z Downloaded fixedbitset v0.4.2
5492026-09-05T00:03:34.365Z Downloaded foreign-types-macros v0.2.3
5502026-09-05T00:03:34.368Z Downloaded ciborium-io v0.2.2
5512026-09-05T00:03:34.368Z Downloaded futures-sink v0.3.32
5522026-09-05T00:03:34.368Z Downloaded heapless v0.8.0
5532026-09-05T00:03:34.368Z Downloaded bcs v0.1.6
5542026-09-05T00:03:34.374Z Downloaded bitfield-macros v0.19.4
5552026-09-05T00:03:34.374Z Downloaded argon2 v0.5.3
5562026-09-05T00:03:34.374Z Downloaded const-oid v0.10.2
5572026-09-05T00:03:34.374Z Downloaded base64ct v1.8.3
5582026-09-05T00:03:34.377Z Downloaded env_logger v0.11.11
5592026-09-05T00:03:34.377Z Downloaded bit-vec v0.6.3
5602026-09-05T00:03:34.377Z Downloaded futures-channel v0.3.32
5612026-09-05T00:03:34.377Z Downloaded float-cmp v0.10.0
5622026-09-05T00:03:34.377Z Downloaded chacha20 v0.9.1
5632026-09-05T00:03:34.377Z Downloaded http-range v0.1.5
5642026-09-05T00:03:34.381Z Downloaded foreign-types-shared v0.3.1
5652026-09-05T00:03:34.381Z Downloaded form_urlencoded v1.2.2
5662026-09-05T00:03:34.381Z Downloaded endian-type v0.1.2
5672026-09-05T00:03:34.381Z Downloaded git-stub v1.0.0
5682026-09-05T00:03:34.385Z Downloaded nibble_vec v0.1.0
5692026-09-05T00:03:34.385Z Downloaded hubpack v0.1.2
5702026-09-05T00:03:34.385Z Downloaded futures-task v0.3.32
5712026-09-05T00:03:34.385Z Downloaded http-body v1.0.1
5722026-09-05T00:03:34.385Z Downloaded openssl-macros v0.1.1
5732026-09-05T00:03:34.389Z Downloaded nodrop v0.1.14
5742026-09-05T00:03:34.389Z Downloaded num-iter v0.1.45
5752026-09-05T00:03:34.389Z Downloaded fxhash v0.2.1
5762026-09-05T00:03:34.389Z Downloaded hash32 v0.3.1
5772026-09-05T00:03:34.390Z Downloaded hex-literal v1.1.0
5782026-09-05T00:03:34.393Z Downloaded newline-converter v0.3.0
5792026-09-05T00:03:34.393Z Downloaded num_threads v0.1.7
5802026-09-05T00:03:34.393Z Downloaded funty v2.0.0
5812026-09-05T00:03:34.393Z Downloaded ghash v0.6.0
5822026-09-05T00:03:34.393Z Downloaded globwalk v0.9.1
5832026-09-05T00:03:34.393Z Downloaded hubpack_derive v0.1.1
5842026-09-05T00:03:34.398Z Downloaded hex v0.4.3
5852026-09-05T00:03:34.398Z Downloaded ciborium-ll v0.2.2
5862026-09-05T00:03:34.398Z Downloaded block-buffer v0.12.1
5872026-09-05T00:03:34.399Z Downloaded cobs v0.3.0
5882026-09-05T00:03:34.403Z Downloaded httpdate v1.0.3
5892026-09-05T00:03:34.403Z Downloaded phf_shared v0.13.1
5902026-09-05T00:03:34.403Z Downloaded headers-core v0.3.0
5912026-09-05T00:03:34.403Z Downloaded block-padding v0.4.2
5922026-09-05T00:03:34.406Z Downloaded phf_shared v0.12.1
5932026-09-05T00:03:34.406Z Downloaded compression-core v0.4.31
5942026-09-05T00:03:34.406Z Downloaded olpc-cjson v0.1.4
5952026-09-05T00:03:34.409Z Downloaded async-recursion v1.1.1
5962026-09-05T00:03:34.409Z Downloaded foldhash v0.1.5
5972026-09-05T00:03:34.409Z Downloaded compression-codecs v0.4.37
5982026-09-05T00:03:34.413Z Downloaded cipher v0.5.2
5992026-09-05T00:03:34.417Z Downloaded fs_extra v1.3.0
6002026-09-05T00:03:34.417Z Downloaded async-trait v0.1.89
6012026-09-05T00:03:34.417Z Downloaded git-stub-vcs v0.1.0
6022026-09-05T00:03:34.423Z Downloaded cmov v0.5.4
6032026-09-05T00:03:34.423Z Downloaded quick-error v1.2.3
6042026-09-05T00:03:34.428Z Downloaded rand_xorshift v0.4.0
6052026-09-05T00:03:34.428Z Downloaded backoff v0.4.0
6062026-09-05T00:03:34.432Z Downloaded rfc6979 v0.4.0
6072026-09-05T00:03:34.432Z Downloaded ahash v0.8.12
6082026-09-05T00:03:34.432Z Downloaded rand_chacha v0.3.1
6092026-09-05T00:03:34.432Z Downloaded same-file v1.0.6
6102026-09-05T00:03:34.432Z Downloaded async-compression v0.4.41
6112026-09-05T00:03:34.436Z Downloaded colored v2.2.0
6122026-09-05T00:03:34.442Z Downloaded progenitor-macro v0.14.0
6132026-09-05T00:03:34.442Z Downloaded sha1 v0.10.6
6142026-09-05T00:03:34.442Z Downloaded signature v3.0.0
6152026-09-05T00:03:34.442Z Downloaded russh-cryptovec v0.62.0
6162026-09-05T00:03:34.442Z Downloaded scopeguard v1.2.0
6172026-09-05T00:03:34.442Z Downloaded secrecy v0.10.3
6182026-09-05T00:03:34.442Z Downloaded semver v0.1.20
6192026-09-05T00:03:34.442Z Downloaded group v0.13.0
6202026-09-05T00:03:34.451Z Downloaded group v0.14.0
6212026-09-05T00:03:34.451Z Downloaded globset v0.4.18
6222026-09-05T00:03:34.451Z Downloaded serde_plain v1.0.2
6232026-09-05T00:03:34.451Z Downloaded signature v2.2.0
6242026-09-05T00:03:34.451Z Downloaded supports-hyperlinks v3.2.0
6252026-09-05T00:03:34.458Z Downloaded oxide-tokio-rt v0.1.4
6262026-09-05T00:03:34.458Z Downloaded http-body-util v0.1.3
6272026-09-05T00:03:34.458Z Downloaded hash32 v0.2.1
6282026-09-05T00:03:34.458Z Downloaded password-hash v0.5.0
6292026-09-05T00:03:34.459Z Downloaded glob v0.3.3
6302026-09-05T00:03:34.459Z Downloaded bitflags v1.3.2
6312026-09-05T00:03:34.459Z Downloaded blowfish v0.10.0
6322026-09-05T00:03:34.466Z Downloaded num-integer v0.1.46
6332026-09-05T00:03:34.466Z Downloaded buf-list v1.1.2
6342026-09-05T00:03:34.466Z Downloaded cmake v0.1.57
6352026-09-05T00:03:34.466Z Downloaded oxide-generation-macros v0.2.0
6362026-09-05T00:03:34.466Z Downloaded cbc v0.2.1
6372026-09-05T00:03:34.466Z Downloaded structmeta-derive v0.3.0
6382026-09-05T00:03:34.466Z Downloaded subtle v2.6.1
6392026-09-05T00:03:34.466Z Downloaded openssl-probe v0.1.6
6402026-09-05T00:03:34.472Z Downloaded pbkdf2 v0.13.0
6412026-09-05T00:03:34.472Z Downloaded tokio-macros v2.7.0
6422026-09-05T00:03:34.472Z Downloaded byte-wrapper v0.1.0
6432026-09-05T00:03:34.472Z Downloaded supports-unicode v3.0.0
6442026-09-05T00:03:34.472Z Downloaded const-oid v0.9.6
6452026-09-05T00:03:34.475Z Downloaded blake2 v0.11.0-rc.6
6462026-09-05T00:03:34.478Z Downloaded powerfmt v0.2.0
6472026-09-05T00:03:34.478Z Downloaded backon v1.6.0
6482026-09-05T00:03:34.478Z Downloaded console v0.16.2
6492026-09-05T00:03:34.481Z Downloaded foldhash v0.2.0
6502026-09-05T00:03:34.481Z Downloaded typify-macro v0.6.2
6512026-09-05T00:03:34.481Z Downloaded sqlparser_derive v0.5.0
6522026-09-05T00:03:34.481Z Downloaded anstream v0.6.21
6532026-09-05T00:03:34.481Z Downloaded wait-timeout v0.2.1
6542026-09-05T00:03:34.540Z Downloaded utf-8 v0.7.6
6552026-09-05T00:03:34.540Z Downloaded primefield v0.14.0
6562026-09-05T00:03:34.548Z Downloaded progenitor v0.13.0
6572026-09-05T00:03:34.548Z Downloaded ppv-lite86 v0.2.21
6582026-09-05T00:03:34.548Z Downloaded tabwriter v1.4.1
6592026-09-05T00:03:34.548Z Downloaded structmeta v0.3.0
6602026-09-05T00:03:34.548Z Downloaded progenitor-extras v0.2.0
6612026-09-05T00:03:34.548Z Downloaded ref-cast v1.0.25
6622026-09-05T00:03:34.548Z Downloaded utf8_iter v1.0.4
6632026-09-05T00:03:34.548Z Downloaded peg v0.8.5
6642026-09-05T00:03:34.548Z Downloaded scroll v0.13.0
6652026-09-05T00:03:34.548Z Downloaded rpassword v7.5.4
6662026-09-05T00:03:34.549Z Downloaded serde_path_to_error v0.1.20
6672026-09-05T00:03:34.549Z Downloaded serde_with_macros v1.5.2
6682026-09-05T00:03:34.549Z Downloaded xshell-macros v0.2.7
6692026-09-05T00:03:34.549Z Downloaded convert_case v0.4.0
6702026-09-05T00:03:34.549Z Downloaded zeroize_derive v1.5.0
6712026-09-05T00:03:34.549Z Downloaded crc8 v0.1.1
6722026-09-05T00:03:34.549Z Downloaded crunchy v0.2.4
6732026-09-05T00:03:34.549Z Downloaded defmt-parser v1.0.0
6742026-09-05T00:03:34.549Z Downloaded clang-sys v1.8.1
6752026-09-05T00:03:34.549Z Downloaded slab v0.4.12
6762026-09-05T00:03:34.549Z Downloaded slog-stdlog v4.1.1
6772026-09-05T00:03:34.549Z Downloaded getrandom v0.2.17
6782026-09-05T00:03:34.549Z Downloaded blake2 v0.10.6
6792026-09-05T00:03:34.549Z Downloaded bs58 v0.5.1
6802026-09-05T00:03:34.549Z Downloaded bzip2 v0.4.4
6812026-09-05T00:03:34.549Z Downloaded cassowary v0.3.0
6822026-09-05T00:03:34.549Z Downloaded chacha20 v0.10.0
6832026-09-05T00:03:34.549Z Downloaded poly1305 v0.9.0
6842026-09-05T00:03:34.549Z Downloaded highway v1.3.0
6852026-09-05T00:03:34.549Z Downloaded pkcs8 v0.11.0
6862026-09-05T00:03:34.549Z Downloaded testing_table v0.3.0
6872026-09-05T00:03:34.551Z Downloaded hmac v0.12.1
6882026-09-05T00:03:34.551Z Downloaded slog-envlogger v2.2.0
6892026-09-05T00:03:34.551Z Downloaded snafu-derive v0.8.9
6902026-09-05T00:03:34.551Z Downloaded ssh-cipher v0.3.0
6912026-09-05T00:03:34.551Z Downloaded string_cache v0.8.9
6922026-09-05T00:03:34.551Z Downloaded debug-ignore v1.0.5
6932026-09-05T00:03:34.551Z Downloaded darling_macro v0.20.11
6942026-09-05T00:03:34.551Z Downloaded dirs-sys-next v0.1.2
6952026-09-05T00:03:34.551Z Downloaded difflib v0.4.0
6962026-09-05T00:03:34.551Z Downloaded tiny-keccak v2.0.2
6972026-09-05T00:03:34.551Z Downloaded hmac v0.13.0
6982026-09-05T00:03:34.551Z Downloaded thread_local v1.1.9
6992026-09-05T00:03:34.551Z Downloaded half v1.8.3
7002026-09-05T00:03:34.551Z Downloaded parking_lot_core v0.9.12
7012026-09-05T00:03:34.551Z Downloaded phf v0.12.1
7022026-09-05T00:03:34.551Z Downloaded display-error-chain v0.2.2
7032026-09-05T00:03:34.551Z Downloaded tui-tree-widget v0.23.1
7042026-09-05T00:03:34.551Z Downloaded instability v0.3.11
7052026-09-05T00:03:34.551Z Downloaded hyper-tls v0.6.0
7062026-09-05T00:03:34.551Z Downloaded instant v0.1.13
7072026-09-05T00:03:34.551Z Downloaded tinystr v0.8.2
7082026-09-05T00:03:34.551Z Downloaded hashbrown v0.12.3
7092026-09-05T00:03:34.552Z Downloaded toml_datetime v1.1.1+spec-1.1.0
7102026-09-05T00:03:34.552Z Downloaded unarray v0.1.4
7112026-09-05T00:03:34.559Z Downloaded toml_writer v1.1.1+spec-1.1.0
7122026-09-05T00:03:34.559Z Downloaded illumos-nvpair-sys v0.2.0
7132026-09-05T00:03:34.559Z Downloaded zerovec-derive v0.11.2
7142026-09-05T00:03:34.559Z Downloaded curve25519-dalek-derive v0.1.1
7152026-09-05T00:03:34.559Z Downloaded jiff-static v0.2.34
7162026-09-05T00:03:34.560Z Downloaded kem v0.3.0
7172026-09-05T00:03:34.560Z Downloaded kstat-rs v0.2.5
7182026-09-05T00:03:34.560Z Downloaded postcard v1.1.3
7192026-09-05T00:03:34.560Z Downloaded md5 v0.8.0
7202026-09-05T00:03:34.560Z Downloaded rustls-native-certs v0.8.3
7212026-09-05T00:03:34.565Z Downloaded newtype-uuid-macros v0.1.0
7222026-09-05T00:03:34.565Z Downloaded cancel-safe-futures v0.1.5
7232026-09-05T00:03:34.571Z Downloaded console v0.15.11
7242026-09-05T00:03:34.571Z Downloaded libscf-sys v1.2.0
7252026-09-05T00:03:34.571Z Downloaded mime v0.3.17
7262026-09-05T00:03:34.571Z Downloaded critical-section v1.2.0
7272026-09-05T00:03:34.571Z Downloaded corncobs v0.1.4
7282026-09-05T00:03:34.571Z Downloaded ctr v0.10.1
7292026-09-05T00:03:34.577Z Downloaded match_cfg v0.1.0
7302026-09-05T00:03:34.577Z Downloaded new_debug_unreachable v1.0.6
7312026-09-05T00:03:34.577Z Downloaded num_enum_derive v0.5.11
7322026-09-05T00:03:34.577Z Downloaded elliptic-curve v0.14.1
7332026-09-05T00:03:34.577Z Downloaded openssl-probe v0.2.1
7342026-09-05T00:03:34.580Z Downloaded half v2.7.1
7352026-09-05T00:03:34.580Z Downloaded chacha20poly1305 v0.10.1
7362026-09-05T00:03:34.580Z Downloaded chumsky v0.9.3
7372026-09-05T00:03:34.584Z Downloaded der_derive v0.7.3
7382026-09-05T00:03:34.586Z Downloaded document-features v0.2.12
7392026-09-05T00:03:34.587Z Downloaded oso-derive v0.27.3
7402026-09-05T00:03:34.587Z Downloaded term v1.2.1
7412026-09-05T00:03:34.592Z Downloaded generic-array v1.4.3
7422026-09-05T00:03:34.592Z Downloaded parse-size v1.1.0
7432026-09-05T00:03:34.593Z Downloaded ar_archive_writer v0.5.1
7442026-09-05T00:03:34.598Z Downloaded headers v0.4.1
7452026-09-05T00:03:34.598Z Downloaded diesel-dtrace v0.5.0
7462026-09-05T00:03:34.598Z Downloaded flume v0.11.1
7472026-09-05T00:03:34.598Z Downloaded password-hash v0.6.1
7482026-09-05T00:03:34.602Z Downloaded tracing-attributes v0.1.31
7492026-09-05T00:03:34.607Z Downloaded signal-hook v0.3.18
7502026-09-05T00:03:34.607Z Downloaded libsw v3.5.0
7512026-09-05T00:03:34.607Z Downloaded displaydoc v0.2.5
7522026-09-05T00:03:34.607Z Downloaded impl-trait-for-tuples v0.2.3
7532026-09-05T00:03:34.613Z Downloaded scheduled-thread-pool v0.2.7
7542026-09-05T00:03:34.613Z Downloaded darling v0.20.11
7552026-09-05T00:03:34.616Z Downloaded newtype-uuid v1.3.2
7562026-09-05T00:03:34.616Z Downloaded hashbrown v0.15.5
7572026-09-05T00:03:34.616Z Downloaded progenitor-macro v0.13.0
7582026-09-05T00:03:34.620Z Downloaded sigpipe v0.1.3
7592026-09-05T00:03:34.624Z Downloaded rustc_version v0.4.1
7602026-09-05T00:03:34.624Z Downloaded signal-hook-mio v0.2.5
7612026-09-05T00:03:34.624Z Downloaded scroll_derive v0.13.1
7622026-09-05T00:03:34.627Z Downloaded compact_str v0.8.1
7632026-09-05T00:03:34.627Z Downloaded tap v1.0.1
7642026-09-05T00:03:34.630Z Downloaded bytes v1.11.1
7652026-09-05T00:03:34.633Z Downloaded heapless v0.7.17
7662026-09-05T00:03:34.636Z Downloaded httparse v1.10.1
7672026-09-05T00:03:34.641Z Downloaded strum v0.26.3
7682026-09-05T00:03:34.641Z Downloaded base64 v0.21.7
7692026-09-05T00:03:34.641Z Downloaded tokio-stream v0.1.18
7702026-09-05T00:03:34.645Z Downloaded num-rational v0.4.2
7712026-09-05T00:03:34.645Z Downloaded ecdsa v0.17.0
7722026-09-05T00:03:34.648Z Downloaded supports-color v3.0.2
7732026-09-05T00:03:34.648Z Downloaded derive_builder v0.20.2
7742026-09-05T00:03:34.648Z Downloaded tower-layer v0.3.3
7752026-09-05T00:03:34.652Z Downloaded phc v0.6.1
7762026-09-05T00:03:34.653Z Downloaded waitgroup v0.1.2
7772026-09-05T00:03:34.653Z Downloaded usdt-attr-macro v0.6.0
7782026-09-05T00:03:34.653Z Downloaded flate2 v1.1.9
7792026-09-05T00:03:34.655Z Downloaded backtrace v0.3.76
7802026-09-05T00:03:34.659Z Downloaded papergrid v0.18.0
7812026-09-05T00:03:34.663Z Downloaded pin-project-lite v0.2.17
7822026-09-05T00:03:34.668Z Downloaded progenitor-client v0.13.0
7832026-09-05T00:03:34.668Z Downloaded universal-hash v0.6.1
7842026-09-05T00:03:34.668Z Downloaded ingot-macros v0.2.0
7852026-09-05T00:03:34.668Z Downloaded hybrid-array v0.4.13
7862026-09-05T00:03:34.668Z Downloaded poly1305 v0.8.0
7872026-09-05T00:03:34.671Z Downloaded polyval v0.7.1
7882026-09-05T00:03:34.671Z Downloaded want v0.3.1
7892026-09-05T00:03:34.671Z Downloaded cstr-argument v0.1.2
7902026-09-05T00:03:34.671Z Downloaded vte v0.14.1
7912026-09-05T00:03:34.676Z Downloaded crc-any v2.5.0
7922026-09-05T00:03:34.676Z Downloaded litrs v1.0.0
7932026-09-05T00:03:34.680Z Downloaded rand_chacha v0.9.0
7942026-09-05T00:03:34.680Z Downloaded predicates v3.1.4
7952026-09-05T00:03:34.680Z Downloaded lock_api v0.4.14
7962026-09-05T00:03:34.680Z Downloaded r2d2 v0.8.10
7972026-09-05T00:03:34.680Z Downloaded primeorder v0.13.6
7982026-09-05T00:03:34.683Z Downloaded sec1 v0.7.3
7992026-09-05T00:03:34.683Z Downloaded prettyplease v0.2.37
8002026-09-05T00:03:34.683Z Downloaded slog-json v2.6.1
8012026-09-05T00:03:34.688Z Downloaded smallvec v0.6.14
8022026-09-05T00:03:34.688Z Downloaded uuid v1.23.4
8032026-09-05T00:03:34.688Z Downloaded sec1 v0.8.1
8042026-09-05T00:03:34.696Z Downloaded cc v1.2.56
8052026-09-05T00:03:34.696Z Downloaded smf v0.2.3
8062026-09-05T00:03:34.696Z Downloaded termios v0.3.3
8072026-09-05T00:03:34.696Z Downloaded digest-io v0.1.0
8082026-09-05T00:03:34.699Z Downloaded dof v0.4.0
8092026-09-05T00:03:34.699Z Downloaded dropshot-api-manager-types v0.8.0
8102026-09-05T00:03:34.700Z Downloaded bumpalo v3.20.2
8112026-09-05T00:03:34.700Z Downloaded idna_adapter v1.2.1
8122026-09-05T00:03:34.700Z Downloaded expectorate v1.2.0
8132026-09-05T00:03:34.700Z Downloaded internet-checksum v0.2.1
8142026-09-05T00:03:34.700Z Downloaded pem-rfc7468 v1.0.0
8152026-09-05T00:03:34.704Z Downloaded socket2 v0.5.10
8162026-09-05T00:03:34.704Z Downloaded scrypt v0.12.0
8172026-09-05T00:03:34.704Z Downloaded strum_macros v0.27.2
8182026-09-05T00:03:34.709Z Downloaded ml-kem v0.3.2
8192026-09-05T00:03:34.709Z Downloaded tokio-dtrace v0.1.1
8202026-09-05T00:03:34.709Z Downloaded parking_lot v0.12.5
8212026-09-05T00:03:34.713Z Downloaded is-terminal v0.4.17
8222026-09-05T00:03:34.713Z Downloaded p384 v0.14.0
8232026-09-05T00:03:34.716Z Downloaded nom v7.1.3
8242026-09-05T00:03:34.720Z Downloaded http v1.4.2
8252026-09-05T00:03:34.724Z Downloaded unicase v2.9.0
8262026-09-05T00:03:34.724Z Downloaded maybe-uninit v2.0.0
8272026-09-05T00:03:34.727Z Downloaded lru-slab v0.1.2
8282026-09-05T00:03:34.727Z Downloaded walkdir v2.5.0
8292026-09-05T00:03:34.728Z Downloaded multimap v0.10.1
8302026-09-05T00:03:34.731Z Downloaded md-5 v0.10.6
8312026-09-05T00:03:34.740Z Downloaded zeroize v1.9.0
8322026-09-05T00:03:34.743Z Downloaded zip v0.6.6
8332026-09-05T00:03:34.743Z Downloaded predicates-core v1.0.10
8342026-09-05T00:03:34.743Z Downloaded proc-macro-error-attr2 v2.0.0
8352026-09-05T00:03:34.743Z Downloaded proc-macro-crate v3.4.0
8362026-09-05T00:03:34.743Z Downloaded radium v0.7.0
8372026-09-05T00:03:34.743Z Downloaded schemars_derive v0.8.22
8382026-09-05T00:03:34.747Z Downloaded zstd v0.13.3
8392026-09-05T00:03:34.747Z Downloaded cpubits v0.1.1
8402026-09-05T00:03:34.747Z Downloaded qorb v0.4.1
8412026-09-05T00:03:34.751Z Downloaded data-encoding v2.10.0
8422026-09-05T00:03:34.751Z Downloaded derive-ex v0.1.8
8432026-09-05T00:03:34.751Z Downloaded samael v0.0.19
8442026-09-05T00:03:34.754Z Downloaded smallvec v1.15.1
8452026-09-05T00:03:34.758Z Downloaded omicron-zone-package v0.12.3
8462026-09-05T00:03:34.758Z Downloaded zstd-safe v7.2.4
8472026-09-05T00:03:34.761Z Downloaded term v0.7.0
8482026-09-05T00:03:34.761Z Downloaded either v1.15.0
8492026-09-05T00:03:34.761Z Downloaded delegate v0.13.5
8502026-09-05T00:03:34.765Z Downloaded psl-types v2.0.11
8512026-09-05T00:03:34.765Z Downloaded sapling-renderdag v0.1.0
8522026-09-05T00:03:34.765Z Downloaded darling_core v0.20.11
8532026-09-05T00:03:34.769Z Downloaded tokio-rustls v0.26.4
8542026-09-05T00:03:34.769Z Downloaded hashbrown v0.13.2
8552026-09-05T00:03:34.772Z Downloaded hickory-resolver v0.24.4
8562026-09-05T00:03:34.777Z Downloaded linked-hash-map v0.5.6
8572026-09-05T00:03:34.777Z Downloaded ingot v0.2.1
8582026-09-05T00:03:34.777Z Downloaded libsw-core v0.3.2
8592026-09-05T00:03:34.781Z Downloaded russh-util v0.52.0
8602026-09-05T00:03:34.781Z Downloaded serde_bytes v0.11.19
8612026-09-05T00:03:34.787Z Downloaded secrecy v0.8.0
8622026-09-05T00:03:34.790Z Downloaded pin-project-internal v1.1.11
8632026-09-05T00:03:34.791Z Downloaded strip-ansi-escapes v0.2.1
8642026-09-05T00:03:34.791Z Downloaded thread-id v5.1.0
8652026-09-05T00:03:34.791Z Downloaded toml_parser v1.1.2+spec-1.1.0
8662026-09-05T00:03:34.794Z Downloaded yasna v0.5.2
8672026-09-05T00:03:34.795Z Downloaded hickory-resolver v0.25.2
8682026-09-05T00:03:34.802Z Downloaded hickory-server v0.25.2
8692026-09-05T00:03:34.802Z Downloaded icu_normalizer v2.1.1
8702026-09-05T00:03:34.806Z Downloaded oso v0.27.3
8712026-09-05T00:03:34.806Z Downloaded tinyvec_macros v0.1.1
8722026-09-05T00:03:34.806Z Downloaded twox-hash v2.1.2
8732026-09-05T00:03:34.806Z Downloaded unsafe-libyaml v0.2.11
8742026-09-05T00:03:34.806Z Downloaded aes v0.9.1
8752026-09-05T00:03:34.810Z Downloaded icu_locale_core v2.1.1
8762026-09-05T00:03:34.811Z Downloaded normalize-line-endings v0.3.0
8772026-09-05T00:03:34.811Z Downloaded num-complex v0.4.6
8782026-09-05T00:03:34.819Z Downloaded serde_spanned v1.1.1
8792026-09-05T00:03:34.819Z Downloaded rustls-platform-verifier v0.6.2
8802026-09-05T00:03:34.819Z Downloaded rand v0.10.1
8812026-09-05T00:03:34.825Z Downloaded recursive-proc-macro-impl v0.1.1
8822026-09-05T00:03:34.825Z Downloaded num_enum v0.5.11
8832026-09-05T00:03:34.825Z Downloaded parking_lot_core v0.8.6
8842026-09-05T00:03:34.825Z Downloaded unicode_categories v0.1.1
8852026-09-05T00:03:34.825Z Downloaded url v2.5.8
8862026-09-05T00:03:34.825Z Downloaded vergen v9.1.0
8872026-09-05T00:03:34.825Z Downloaded psm v0.1.30
8882026-09-05T00:03:34.831Z Downloaded tower-service v0.3.3
8892026-09-05T00:03:34.831Z Downloaded untrusted v0.7.1
8902026-09-05T00:03:34.831Z Downloaded crc-catalog v2.4.0
8912026-09-05T00:03:34.831Z Downloaded crypto-common v0.2.2
8922026-09-05T00:03:34.831Z Downloaded crossbeam-utils v0.8.21
8932026-09-05T00:03:34.831Z Downloaded publicsuffix v2.3.0
8942026-09-05T00:03:34.831Z Downloaded oxnet v0.1.6
8952026-09-05T00:03:34.834Z Downloaded parse-display v0.10.0
8962026-09-05T00:03:34.834Z Downloaded pem-rfc7468 v0.7.0
8972026-09-05T00:03:34.835Z Downloaded zerofrom v0.1.6
8982026-09-05T00:03:34.835Z Downloaded yansi v1.0.1
8992026-09-05T00:03:34.835Z Downloaded daft-derive v0.1.8
9002026-09-05T00:03:34.843Z Downloaded crc32fast v1.5.0
9012026-09-05T00:03:34.843Z Downloaded rand_seeder v0.4.0
9022026-09-05T00:03:34.843Z Downloaded darling_macro v0.21.3
9032026-09-05T00:03:34.844Z Downloaded daft v0.1.8
9042026-09-05T00:03:34.844Z Downloaded iana-time-zone v0.1.65
9052026-09-05T00:03:34.847Z Downloaded rustc-demangle v0.1.27
9062026-09-05T00:03:34.847Z Downloaded serde_tokenstream v0.3.0
9072026-09-05T00:03:34.847Z Downloaded signal-hook-registry v1.4.8
9082026-09-05T00:03:34.847Z Downloaded support-bundle-viewer v0.1.2
9092026-09-05T00:03:34.848Z Downloaded dsl_auto_type v0.2.0
9102026-09-05T00:03:34.848Z Downloaded openssl-sys v0.9.117
9112026-09-05T00:03:34.848Z Downloaded typify v0.6.2
9122026-09-05T00:03:34.852Z Downloaded spki v0.7.3
9132026-09-05T00:03:34.852Z Downloaded derive_more v2.1.1
9142026-09-05T00:03:34.856Z Downloaded synstructure v0.13.2
9152026-09-05T00:03:34.856Z Downloaded icu_normalizer_data v2.1.1
9162026-09-05T00:03:34.861Z Downloaded dtrace-parser v0.3.0
9172026-09-05T00:03:34.861Z Downloaded shlex v1.3.0
9182026-09-05T00:03:34.861Z Downloaded slog-async v2.8.0
9192026-09-05T00:03:34.861Z Downloaded unicode-xid v0.2.6
9202026-09-05T00:03:34.861Z Downloaded indoc v1.0.9
9212026-09-05T00:03:34.867Z Downloaded maplit v1.0.2
9222026-09-05T00:03:34.867Z Downloaded dunce v1.0.5
9232026-09-05T00:03:34.867Z Downloaded rayon-core v1.13.0
9242026-09-05T00:03:34.867Z Downloaded wyz v0.5.1
9252026-09-05T00:03:34.867Z Downloaded rustyline v14.0.0
9262026-09-05T00:03:34.871Z Downloaded scuffle v0.1.0
9272026-09-05T00:03:34.871Z Downloaded slog v2.8.2
9282026-09-05T00:03:34.871Z Downloaded pkcs1 v0.8.0-rc.4
9292026-09-05T00:03:34.879Z Downloaded postgres-types v0.2.12
9302026-09-05T00:03:34.879Z Downloaded tokio-tungstenite v0.23.1
9312026-09-05T00:03:34.879Z Downloaded whoami v2.1.0
9322026-09-05T00:03:34.884Z Downloaded peg-runtime v0.8.5
9332026-09-05T00:03:34.884Z Downloaded num v0.4.3
9342026-09-05T00:03:34.884Z Downloaded uzers v0.12.2
9352026-09-05T00:03:34.884Z Downloaded derive_more v0.99.20
9362026-09-05T00:03:34.884Z Downloaded quinn-udp v0.5.14
9372026-09-05T00:03:34.884Z Downloaded precomputed-hash v0.1.1
9382026-09-05T00:03:34.884Z Downloaded predicates-tree v1.0.13
9392026-09-05T00:03:34.885Z Downloaded icu_provider v2.1.1
9402026-09-05T00:03:34.889Z Downloaded rusty-fork v0.3.1
9412026-09-05T00:03:34.889Z Downloaded knus-derive v3.4.0
9422026-09-05T00:03:34.889Z Downloaded toml v1.1.2+spec-1.1.0
9432026-09-05T00:03:34.889Z Downloaded proc-macro-crate v1.3.1
9442026-09-05T00:03:34.889Z Downloaded rustc_version v0.1.7
9452026-09-05T00:03:34.889Z Downloaded libbz2-rs-sys v0.2.2
9462026-09-05T00:03:34.899Z Downloaded rfc6979 v0.6.0
9472026-09-05T00:03:34.899Z Downloaded rtoolbox v0.0.3
9482026-09-05T00:03:34.899Z Downloaded sponge-cursor v0.1.0
9492026-09-05T00:03:34.902Z Downloaded rustc-hash v2.1.1
9502026-09-05T00:03:34.903Z Downloaded tokio-test v0.4.5
9512026-09-05T00:03:34.903Z Downloaded trait-variant v0.1.2
9522026-09-05T00:03:34.903Z Downloaded futures-util v0.3.32
9532026-09-05T00:03:34.909Z Downloaded ssh-encoding v0.3.0
9542026-09-05T00:03:34.909Z Downloaded sync-ptr v0.1.4
9552026-09-05T00:03:34.909Z Downloaded serde_urlencoded v0.7.1
9562026-09-05T00:03:34.909Z Downloaded tracing-core v0.1.36
9572026-09-05T00:03:34.913Z Downloaded hashbrown v0.14.5
9582026-09-05T00:03:34.913Z Downloaded hashbrown v0.16.1
9592026-09-05T00:03:34.917Z Downloaded void v1.0.2
9602026-09-05T00:03:34.917Z Downloaded pretty_assertions v1.4.1
9612026-09-05T00:03:34.917Z Downloaded unicode-truncate v1.1.0
9622026-09-05T00:03:34.917Z Downloaded unit-prefix v0.5.2
9632026-09-05T00:03:34.917Z Downloaded keccak v0.2.0
9642026-09-05T00:03:34.917Z Downloaded libefi-sys v0.1.0
9652026-09-05T00:03:34.921Z Downloaded vergen-git2 v9.1.0
9662026-09-05T00:03:34.921Z Downloaded zone v0.3.1
9672026-09-05T00:03:34.921Z Downloaded ed25519-dalek v3.0.0
9682026-09-05T00:03:34.921Z Downloaded typed-path v0.9.3
9692026-09-05T00:03:34.926Z Downloaded internal-russh-num-bigint v0.5.0
9702026-09-05T00:03:34.936Z Downloaded rustls-webpki v0.103.13
9712026-09-05T00:03:34.937Z Downloaded oxide-update-engine-types v0.1.2
9722026-09-05T00:03:34.937Z Downloaded crc v3.4.0
9732026-09-05T00:03:34.937Z Downloaded darling_macro v0.13.4
9742026-09-05T00:03:34.937Z Downloaded tower v0.5.3
9752026-09-05T00:03:34.942Z Downloaded yoke v0.8.1
9762026-09-05T00:03:34.942Z Downloaded nu-ansi-term v0.50.3
9772026-09-05T00:03:34.942Z Downloaded oxide-generation v0.1.3
9782026-09-05T00:03:34.942Z Downloaded multer v3.1.0
9792026-09-05T00:03:34.942Z Downloaded nom v8.0.0
9802026-09-05T00:03:34.946Z Downloaded port-file v0.1.0
9812026-09-05T00:03:34.946Z Downloaded peg-macros v0.8.5
9822026-09-05T00:03:34.946Z Downloaded tar v0.4.46
9832026-09-05T00:03:34.946Z Downloaded zerocopy-derive v0.8.55
9842026-09-05T00:03:34.950Z Downloaded cookie v0.18.1
9852026-09-05T00:03:34.953Z Downloaded opaque-debug v0.3.1
9862026-09-05T00:03:34.953Z Downloaded mio v1.2.0
9872026-09-05T00:03:34.957Z Downloaded derive_builder_macro v0.20.2
9882026-09-05T00:03:34.957Z Downloaded potential_utf v0.1.4
9892026-09-05T00:03:34.957Z Downloaded proc-macro-error2 v2.0.1
9902026-09-05T00:03:34.957Z Downloaded inout v0.2.2
9912026-09-05T00:03:34.961Z Downloaded is_ci v1.2.0
9922026-09-05T00:03:34.961Z Downloaded nonempty v0.12.0
9932026-09-05T00:03:34.961Z Downloaded percent-encoding v2.3.2
9942026-09-05T00:03:34.961Z Downloaded primeorder v0.14.0
9952026-09-05T00:03:34.962Z Downloaded progenitor v0.14.0
9962026-09-05T00:03:34.962Z Downloaded defmt-macros v1.0.1
9972026-09-05T00:03:34.965Z Downloaded des v0.9.0
9982026-09-05T00:03:34.965Z Downloaded tokio-tungstenite v0.21.0
9992026-09-05T00:03:34.965Z Downloaded stringprep v0.1.5
10002026-09-05T00:03:34.965Z Downloaded slog-bunyan v2.5.0
10012026-09-05T00:03:34.969Z Downloaded test-strategy v0.4.5
10022026-09-05T00:03:34.969Z Downloaded miniz_oxide v0.8.9
10032026-09-05T00:03:34.976Z Downloaded vergen-lib v9.1.0
10042026-09-05T00:03:34.976Z Downloaded writeable v0.6.2
10052026-09-05T00:03:34.976Z Downloaded rand v0.9.2
10062026-09-05T00:03:34.984Z Downloaded rsa v0.10.0-rc.18
10072026-09-05T00:03:34.984Z Downloaded constant_time_eq v0.4.2
10082026-09-05T00:03:34.984Z Downloaded tinyvec v1.10.0
10092026-09-05T00:03:34.984Z Downloaded shell-words v1.1.1
10102026-09-05T00:03:34.984Z Downloaded strsim v0.10.0
10112026-09-05T00:03:34.987Z Downloaded termtree v0.5.1
10122026-09-05T00:03:34.988Z Downloaded sync_wrapper v1.0.2
10132026-09-05T00:03:34.988Z Downloaded topological-sort v0.2.2
10142026-09-05T00:03:34.988Z Downloaded crucible-workspace-hack v0.1.0
10152026-09-05T00:03:34.988Z Downloaded crypto-bigint v0.5.5
10162026-09-05T00:03:34.988Z Downloaded tungstenite v0.21.0
10172026-09-05T00:03:34.988Z Downloaded tungstenite v0.23.0
10182026-09-05T00:03:34.992Z Downloaded aes-gcm v0.11.0
10192026-09-05T00:03:34.995Z Downloaded pkcs1 v0.7.5
10202026-09-05T00:03:34.995Z Downloaded derive_builder_core v0.20.2
10212026-09-05T00:03:34.995Z Downloaded humantime v2.3.0
10222026-09-05T00:03:35.000Z Downloaded steno v0.4.1
10232026-09-05T00:03:35.000Z Downloaded native-tls v0.2.18
10242026-09-05T00:03:35.004Z Downloaded deranged v0.5.8
10252026-09-05T00:03:35.004Z Downloaded try-lock v0.2.5
10262026-09-05T00:03:35.004Z Downloaded usdt-macro v0.6.0
10272026-09-05T00:03:35.004Z Downloaded dropshot_endpoint v0.17.1
10282026-09-05T00:03:35.007Z Downloaded linear-map v1.2.0
10292026-09-05T00:03:35.007Z Downloaded lru v0.12.5
10302026-09-05T00:03:35.007Z Downloaded lalrpop-util v0.19.12
10312026-09-05T00:03:35.011Z Downloaded newtype_derive v0.1.6
10322026-09-05T00:03:35.016Z Downloaded derive-where v1.6.0
10332026-09-05T00:03:35.024Z Downloaded serde_yaml v0.9.34+deprecated
10342026-09-05T00:03:35.027Z Downloaded lazy_static v1.5.0
10352026-09-05T00:03:35.027Z Downloaded memoffset v0.9.1
10362026-09-05T00:03:35.027Z Downloaded parse-display-derive v0.10.0
10372026-09-05T00:03:35.027Z Downloaded dirs-next v2.0.0
10382026-09-05T00:03:35.027Z Downloaded slog-dtrace v0.3.0
10392026-09-05T00:03:35.027Z Downloaded rand_core v0.10.0
10402026-09-05T00:03:35.027Z Downloaded toml_edit v0.23.10+spec-1.0.0
10412026-09-05T00:03:35.031Z Downloaded static_assertions v1.1.0
10422026-09-05T00:03:35.031Z Downloaded zerocopy v0.6.6
10432026-09-05T00:03:35.034Z Downloaded rand_core v0.9.5
10442026-09-05T00:03:35.034Z Downloaded serde_repr v0.1.20
10452026-09-05T00:03:35.039Z Downloaded serde_derive_internals v0.29.1
10462026-09-05T00:03:35.042Z Downloaded tls_codec v0.4.2
10472026-09-05T00:03:35.042Z Downloaded spki v0.8.0
10482026-09-05T00:03:35.046Z Downloaded ctutils v0.4.2
10492026-09-05T00:03:35.046Z Downloaded darling v0.23.0
10502026-09-05T00:03:35.053Z Downloaded darling_core v0.13.4
10512026-09-05T00:03:35.058Z Downloaded time-macros v0.2.27
10522026-09-05T00:03:35.058Z Downloaded untrusted v0.9.0
10532026-09-05T00:03:35.058Z Downloaded thiserror-impl-no-std v2.0.2
10542026-09-05T00:03:35.058Z Downloaded time-core v0.1.8
10552026-09-05T00:03:35.061Z Downloaded downcast-rs v2.0.2
10562026-09-05T00:03:35.065Z Downloaded keccak v0.1.6
10572026-09-05T00:03:35.065Z Downloaded hyper-staticfile v0.10.1
10582026-09-05T00:03:35.069Z Downloaded aho-corasick v1.1.4
10592026-09-05T00:03:35.070Z Downloaded litemap v0.8.1
10602026-09-05T00:03:35.073Z Downloaded xattr v1.6.1
10612026-09-05T00:03:35.073Z Downloaded lru-cache v0.1.2
10622026-09-05T00:03:35.073Z Downloaded nanorand v0.7.0
10632026-09-05T00:03:35.073Z Downloaded hkdf v0.12.4
10642026-09-05T00:03:35.077Z Downloaded vergen-gitcl v1.0.8
10652026-09-05T00:03:35.077Z Downloaded indent_write v2.2.0
10662026-09-05T00:03:35.080Z Downloaded subprocess v0.2.15
10672026-09-05T00:03:35.094Z Downloaded packed_struct_codegen v0.10.1
10682026-09-05T00:03:35.098Z Downloaded ron v0.8.1
10692026-09-05T00:03:35.098Z Downloaded digest v0.11.3
10702026-09-05T00:03:35.098Z Downloaded oxide-update-engine v0.1.2
10712026-09-05T00:03:35.098Z Downloaded serde-big-array v0.5.1
10722026-09-05T00:03:35.098Z Downloaded diesel_derives v2.3.7
10732026-09-05T00:03:35.161Z Downloaded rustls-pki-types v1.14.0
10742026-09-05T00:03:35.161Z Downloaded usdt v0.6.0
10752026-09-05T00:03:35.161Z Downloaded wnaf v0.14.0
10762026-09-05T00:03:35.161Z Downloaded const_format v0.2.35
10772026-09-05T00:03:35.161Z Downloaded defmt v0.3.100
10782026-09-05T00:03:35.161Z Downloaded ignore v0.4.25
10792026-09-05T00:03:35.161Z Downloaded num-bigint-dig v0.8.6
10802026-09-05T00:03:35.161Z Downloaded p256 v0.14.0
10812026-09-05T00:03:35.161Z Downloaded rustversion v1.0.22
10822026-09-05T00:03:35.161Z Downloaded tokio-util v0.7.18
10832026-09-05T00:03:35.162Z Downloaded ed25519-dalek v2.2.0
10842026-09-05T00:03:35.162Z Downloaded indicatif v0.18.4
10852026-09-05T00:03:35.162Z Downloaded phf v0.13.1
10862026-09-05T00:03:35.162Z Downloaded num-conv v0.2.0
10872026-09-05T00:03:35.162Z Downloaded phf_shared v0.11.3
10882026-09-05T00:03:35.162Z Downloaded serdect v0.4.3
10892026-09-05T00:03:35.162Z Downloaded illumos-nvpair v0.3.0
10902026-09-05T00:03:35.162Z Downloaded num-derive v0.4.2
10912026-09-05T00:03:35.162Z Downloaded managed v0.8.0
10922026-09-05T00:03:35.162Z Downloaded slog-term v2.9.2
10932026-09-05T00:03:35.162Z Downloaded rawzip v0.4.4
10942026-09-05T00:03:35.162Z Downloaded winnow v0.6.26
10952026-09-05T00:03:35.162Z Downloaded module-lattice v0.2.3
10962026-09-05T00:03:35.162Z Downloaded hyper-rustls v0.27.7
10972026-09-05T00:03:35.162Z Downloaded indexmap v1.9.3
10982026-09-05T00:03:35.162Z Downloaded ref-cast-impl v1.0.25
10992026-09-05T00:03:35.162Z Downloaded siphasher v1.0.2
11002026-09-05T00:03:35.162Z Downloaded signal-hook-tokio v0.3.1
11012026-09-05T00:03:35.162Z Downloaded vsss-rs v3.3.4
11022026-09-05T00:03:35.162Z Downloaded crossbeam-deque v0.8.6
11032026-09-05T00:03:35.171Z Downloaded ipnet v2.12.0
11042026-09-05T00:03:35.171Z Downloaded darling v0.13.4
11052026-09-05T00:03:35.171Z Downloaded const_format_proc_macros v0.2.34
11062026-09-05T00:03:35.171Z Downloaded cookie_store v0.22.1
11072026-09-05T00:03:35.171Z Downloaded hkdf v0.13.0
11082026-09-05T00:03:35.171Z Downloaded h2 v0.4.15
11092026-09-05T00:03:35.171Z Downloaded prefix-trie v0.7.0
11102026-09-05T00:03:35.171Z Downloaded snafu v0.8.9
11112026-09-05T00:03:35.171Z Downloaded zerofrom-derive v0.1.6
11122026-09-05T00:03:35.171Z Downloaded miette-derive v7.6.0
11132026-09-05T00:03:35.171Z Downloaded rand_core v0.6.4
11142026-09-05T00:03:35.177Z Downloaded oxide-update-engine-display v0.1.2
11152026-09-05T00:03:35.178Z Downloaded progenitor-impl v0.13.0
11162026-09-05T00:03:35.178Z Downloaded sqlformat v0.3.5
11172026-09-05T00:03:35.178Z Downloaded thiserror-no-std v2.0.2
11182026-09-05T00:03:35.178Z Downloaded cpufeatures v0.3.0
11192026-09-05T00:03:35.178Z Downloaded darling_macro v0.23.0
11202026-09-05T00:03:35.178Z Downloaded parking_lot v0.11.2
11212026-09-05T00:03:35.178Z Downloaded goblin v0.10.5
11222026-09-05T00:03:35.192Z Downloaded packed_struct v0.10.1
11232026-09-05T00:03:35.192Z Downloaded strum_macros v0.24.3
11242026-09-05T00:03:35.192Z Downloaded csv-core v0.1.13
11252026-09-05T00:03:35.192Z Downloaded serde_cbor v0.11.2
11262026-09-05T00:03:35.200Z Downloaded simd-adler32 v0.3.8
11272026-09-05T00:03:35.200Z Downloaded defmt v1.0.1
11282026-09-05T00:03:35.200Z Downloaded ed25519 v3.0.0
11292026-09-05T00:03:35.200Z Downloaded ipnetwork v0.21.1
11302026-09-05T00:03:35.200Z Downloaded tagptr v0.2.0
11312026-09-05T00:03:35.200Z Downloaded tls_codec_derive v0.4.2
11322026-09-05T00:03:35.200Z Downloaded diesel_table_macro_syntax v0.3.0
11332026-09-05T00:03:35.200Z Downloaded yoke-derive v0.8.1
11342026-09-05T00:03:35.200Z Downloaded libloading v0.8.9
11352026-09-05T00:03:35.200Z Downloaded stable_deref_trait v1.2.1
11362026-09-05T00:03:35.200Z Downloaded ssh-key v0.7.0-rc.11
11372026-09-05T00:03:35.206Z Downloaded lzss v0.8.2
11382026-09-05T00:03:35.206Z Downloaded unicode-bidi v0.3.18
11392026-09-05T00:03:35.206Z Downloaded num-traits v0.2.19
11402026-09-05T00:03:35.206Z Downloaded darling v0.21.3
11412026-09-05T00:03:35.211Z Downloaded rand_pcg v0.10.2
11422026-09-05T00:03:35.212Z Downloaded diff v0.1.13
11432026-09-05T00:03:35.212Z Downloaded salsa20 v0.11.0
11442026-09-05T00:03:35.219Z Downloaded crossbeam-epoch v0.9.18
11452026-09-05T00:03:35.219Z Downloaded pin-project v1.1.11
11462026-09-05T00:03:35.230Z Downloaded itertools v0.14.0
11472026-09-05T00:03:35.233Z Downloaded sha1 v0.11.0
11482026-09-05T00:03:35.233Z Downloaded slog-scope v4.4.1
11492026-09-05T00:03:35.233Z Downloaded ident_case v1.0.1
11502026-09-05T00:03:35.233Z Downloaded zone_cfg_derive v0.3.1
11512026-09-05T00:03:35.234Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11522026-09-05T00:03:35.234Z Downloaded convert_case v0.10.0
11532026-09-05T00:03:35.234Z Downloaded seq-macro v0.3.6
11542026-09-05T00:03:35.234Z Downloaded strum v0.27.2
11552026-09-05T00:03:35.242Z Downloaded recursive v0.1.1
11562026-09-05T00:03:35.242Z Downloaded dyn-clone v1.0.20
11572026-09-05T00:03:35.242Z Downloaded progenitor-impl v0.14.0
11582026-09-05T00:03:35.247Z Downloaded ryu v1.0.23
11592026-09-05T00:03:35.247Z Downloaded num_enum_derive v0.7.6
11602026-09-05T00:03:35.247Z Downloaded rustls-pemfile v2.2.0
11612026-09-05T00:03:35.247Z Downloaded pkcs8 v0.10.2
11622026-09-05T00:03:35.247Z Downloaded reedline v0.40.0
11632026-09-05T00:03:35.252Z Downloaded blake3 v1.8.5
11642026-09-05T00:03:35.256Z Downloaded path-slash v0.1.5
11652026-09-05T00:03:35.256Z Downloaded universal-hash v0.5.1
11662026-09-05T00:03:35.256Z Downloaded pem v3.0.6
11672026-09-05T00:03:35.260Z Downloaded crypto-primes v0.7.2
11682026-09-05T00:03:35.270Z Downloaded socket2 v0.6.3
11692026-09-05T00:03:35.271Z Downloaded bindgen v0.71.1
11702026-09-05T00:03:35.281Z Downloaded ed25519 v2.2.3
11712026-09-05T00:03:35.281Z Downloaded inout v0.1.4
11722026-09-05T00:03:35.281Z Downloaded zip v4.6.1
11732026-09-05T00:03:35.281Z Downloaded dropshot-api-manager v0.8.0
11742026-09-05T00:03:35.292Z Downloaded idna v1.1.0
11752026-09-05T00:03:35.292Z Downloaded darling_core v0.23.0
11762026-09-05T00:03:35.292Z Downloaded tokio-native-tls v0.3.1
11772026-09-05T00:03:35.292Z Downloaded progenitor-client v0.14.0
11782026-09-05T00:03:35.293Z Downloaded git2 v0.20.4
11792026-09-05T00:03:35.298Z Downloaded rsa v0.9.10
11802026-09-05T00:03:35.298Z Downloaded usdt-impl v0.6.0
11812026-09-05T00:03:35.298Z Downloaded stacker v0.1.23
11822026-09-05T00:03:35.298Z Downloaded owo-colors v4.3.0
11832026-09-05T00:03:35.298Z Downloaded take_mut v0.2.2
11842026-09-05T00:03:35.298Z Downloaded num_enum v0.7.6
11852026-09-05T00:03:35.301Z Downloaded vergen-lib v0.1.6
11862026-09-05T00:03:35.301Z Downloaded similar v2.7.0
11872026-09-05T00:03:35.305Z Downloaded ingot-types v0.2.0
11882026-09-05T00:03:35.305Z Downloaded toml v0.7.8
11892026-09-05T00:03:35.305Z Downloaded miette v7.6.0
11902026-09-05T00:03:35.310Z Downloaded strum_macros v0.26.4
11912026-09-05T00:03:35.310Z Downloaded whoami v1.6.1
11922026-09-05T00:03:35.313Z Downloaded paste v1.0.15
11932026-09-05T00:03:35.313Z Downloaded resolv-conf v0.7.6
11942026-09-05T00:03:35.313Z Downloaded indoc v2.0.7
11952026-09-05T00:03:35.316Z Downloaded mime_guess v2.0.5
11962026-09-05T00:03:35.316Z Downloaded bitvec v1.0.1
11972026-09-05T00:03:35.325Z Downloaded crossterm v0.28.1
11982026-09-05T00:03:35.333Z Downloaded aws-lc-rs v1.16.3
11992026-09-05T00:03:35.338Z Downloaded icu_properties v2.1.2
12002026-09-05T00:03:35.338Z Downloaded serde-hex v0.1.0
12012026-09-05T00:03:35.344Z Downloaded xshell v0.2.7
12022026-09-05T00:03:35.344Z Downloaded pkg-config v0.3.32
12032026-09-05T00:03:35.344Z Downloaded winnow v1.0.3
12042026-09-05T00:03:35.348Z Downloaded itertools v0.13.0
12052026-09-05T00:03:35.351Z Downloaded der v0.7.10
12062026-09-05T00:03:35.356Z Downloaded jobserver v0.1.34
12072026-09-05T00:03:35.356Z Downloaded elliptic-curve v0.13.8
12082026-09-05T00:03:35.372Z Downloaded memmap2 v0.9.10
12092026-09-05T00:03:35.372Z Downloaded postgres-protocol v0.6.10
12102026-09-05T00:03:35.372Z Downloaded unicode-properties v0.1.4
12112026-09-05T00:03:35.372Z Downloaded schemars v0.8.22
12122026-09-05T00:03:35.380Z Downloaded serde_with_macros v3.21.0
12132026-09-05T00:03:35.380Z Downloaded der v0.8.0
12142026-09-05T00:03:35.380Z Downloaded rcgen v0.12.1
12152026-09-05T00:03:35.380Z Downloaded zopfli v0.8.3
12162026-09-05T00:03:35.380Z Downloaded ecdsa v0.16.9
12172026-09-05T00:03:35.380Z Downloaded sha2 v0.11.0
12182026-09-05T00:03:35.385Z Downloaded itertools v0.10.5
12192026-09-05T00:03:35.385Z Downloaded itertools v0.15.0
12202026-09-05T00:03:35.389Z Downloaded spin v0.9.8
12212026-09-05T00:03:35.389Z Downloaded hyper-util v0.1.20
12222026-09-05T00:03:35.392Z Downloaded unicode-normalization v0.1.25
12232026-09-05T00:03:35.396Z Downloaded rand v0.8.6
12242026-09-05T00:03:35.396Z Downloaded darling_core v0.21.3
12252026-09-05T00:03:35.401Z Downloaded knus v3.4.0
12262026-09-05T00:03:35.402Z Downloaded drift v0.2.0
12272026-09-05T00:03:35.406Z Downloaded libxml v0.3.3
12282026-09-05T00:03:35.409Z Downloaded reqwest v0.12.28
12292026-09-05T00:03:35.413Z Downloaded x509-cert v0.2.5
12302026-09-05T00:03:35.417Z Downloaded p521 v0.14.0
12312026-09-05T00:03:35.421Z Downloaded quinn v0.11.11
12322026-09-05T00:03:35.427Z Downloaded schemars v0.9.0
12332026-09-05T00:03:35.436Z Downloaded pkcs5 v0.8.1
12342026-09-05T00:03:35.439Z Downloaded russh v0.62.4
12352026-09-05T00:03:35.439Z Downloaded icu_collections v2.1.1
12362026-09-05T00:03:35.446Z Downloaded lalrpop v0.19.12
12372026-09-05T00:03:35.449Z Downloaded iri-string v0.7.10
12382026-09-05T00:03:35.453Z Downloaded crossterm v0.29.0
12392026-09-05T00:03:35.456Z Downloaded toml_edit v0.19.15
12402026-09-05T00:03:35.469Z Downloaded schemars v1.2.1
12412026-09-05T00:03:35.475Z Downloaded smoltcp v0.9.1
12422026-09-05T00:03:35.483Z Downloaded zerotrie v0.2.3
12432026-09-05T00:03:35.486Z Downloaded num-bigint v0.4.6
12442026-09-05T00:03:35.491Z Downloaded jiff-core v0.1.0
12452026-09-05T00:03:35.491Z Downloaded zlib-rs v0.6.2
12462026-09-05T00:03:35.496Z Downloaded tokio-postgres v0.7.16
12472026-09-05T00:03:35.501Z Downloaded minimal-lexical v0.2.1
12482026-09-05T00:03:35.502Z Downloaded zerovec v0.11.5
12492026-09-05T00:03:35.505Z Downloaded derive_more-impl v2.1.1
12502026-09-05T00:03:35.505Z Downloaded tabled v0.21.0
12512026-09-05T00:03:35.515Z Downloaded serde_with v1.14.0
12522026-09-05T00:03:35.519Z Downloaded vcpkg v0.2.15
12532026-09-05T00:03:35.544Z Downloaded crossbeam-channel v0.5.15
12542026-09-05T00:03:35.548Z Downloaded p384 v0.13.1
12552026-09-05T00:03:35.551Z Downloaded hyper v1.10.1
12562026-09-05T00:03:35.555Z Downloaded regex v1.12.3
12572026-09-05T00:03:35.559Z Downloaded unicode-segmentation v1.12.0
12582026-09-05T00:03:35.562Z Downloaded iddqd v0.4.2
12592026-09-05T00:03:35.566Z Downloaded salty v0.3.0
12602026-09-05T00:03:35.569Z Downloaded gimli v0.32.3
12612026-09-05T00:03:35.574Z Downloaded winnow v0.5.40
12622026-09-05T00:03:35.582Z Downloaded portable-atomic v1.13.1
12632026-09-05T00:03:35.586Z Downloaded rayon v1.11.0
12642026-09-05T00:03:35.589Z Downloaded sha3 v0.12.0
12652026-09-05T00:03:35.596Z Downloaded petname v2.0.2
12662026-09-05T00:03:35.599Z Downloaded zerocopy v0.8.55
12672026-09-05T00:03:35.608Z Downloaded tough v0.22.0
12682026-09-05T00:03:35.613Z Downloaded moka v0.12.13
12692026-09-05T00:03:35.616Z Downloaded regex-syntax v0.6.29
12702026-09-05T00:03:35.626Z Downloaded icu_properties_data v2.1.2
12712026-09-05T00:03:35.629Z Downloaded bstr v1.12.1
12722026-09-05T00:03:35.633Z Downloaded reqwest v0.13.2
12732026-09-05T00:03:35.636Z Downloaded libm v0.2.16
12742026-09-05T00:03:35.642Z Downloaded regress v0.11.1
12752026-09-05T00:03:35.648Z Downloaded tower-http v0.6.8
12762026-09-05T00:03:35.653Z Downloaded polar-core v0.27.3
12772026-09-05T00:03:35.658Z Downloaded quick-xml v0.37.5
12782026-09-05T00:03:35.662Z Downloaded nix v0.27.1
12792026-09-05T00:03:35.669Z Downloaded serde_with v3.21.0
12802026-09-05T00:03:35.678Z Downloaded itertools v0.12.1
12812026-09-05T00:03:35.681Z Downloaded object v0.30.4
12822026-09-05T00:03:35.688Z Downloaded regress v0.10.5
12832026-09-05T00:03:35.698Z Downloaded quinn-proto v0.11.16
12842026-09-05T00:03:35.702Z Downloaded openssl v0.10.80
12852026-09-05T00:03:35.705Z Downloaded proptest v1.11.0
12862026-09-05T00:03:35.708Z Downloaded curve25519-dalek v5.0.0
12872026-09-05T00:03:35.714Z Downloaded hickory-proto v0.24.4
12882026-09-05T00:03:35.724Z Downloaded radix_trie v0.2.1
12892026-09-05T00:03:35.727Z Downloaded regex-syntax v0.8.10
12902026-09-05T00:03:35.733Z Downloaded rustls v0.23.41
12912026-09-05T00:03:35.739Z Downloaded hickory-proto v0.25.2
12922026-09-05T00:03:35.749Z Downloaded dropshot v0.17.1
12932026-09-05T00:03:35.764Z Downloaded smoltcp v0.11.0
12942026-09-05T00:03:35.770Z Downloaded object v0.37.3
12952026-09-05T00:03:35.780Z Downloaded time v0.3.47
12962026-09-05T00:03:35.786Z Downloaded syn v3.0.3
12972026-09-05T00:03:35.792Z Downloaded crypto-bigint v0.7.5
12982026-09-05T00:03:35.802Z Downloaded curve25519-dalek v4.1.3
12992026-09-05T00:03:35.807Z Downloaded nix v0.28.0
13002026-09-05T00:03:35.814Z Downloaded sled v0.34.7
13012026-09-05T00:03:35.821Z Downloaded rustix v0.38.44
13022026-09-05T00:03:35.834Z Downloaded nix v0.31.2
13032026-09-05T00:03:35.845Z Downloaded sqlparser v0.61.0
13042026-09-05T00:03:35.848Z Downloaded bzip2-sys v0.1.13+1.0.8
13052026-09-05T00:03:35.857Z Downloaded tracing v0.1.44
13062026-09-05T00:03:35.869Z Downloaded zerocopy-derive v0.6.6
13072026-09-05T00:03:35.876Z Downloaded openapiv3 v2.2.0
13082026-09-05T00:03:35.884Z Downloaded petgraph v0.6.5
13092026-09-05T00:03:35.895Z Downloaded ratatui v0.29.0
13102026-09-05T00:03:35.908Z Downloaded chrono-tz v0.10.4
13112026-09-05T00:03:35.920Z Downloaded typify-impl v0.6.2
13122026-09-05T00:03:35.930Z Downloaded diesel v2.3.7
13132026-09-05T00:03:35.943Z Downloaded petgraph v0.8.3
13142026-09-05T00:03:35.955Z Downloaded tokio v1.52.1
13152026-09-05T00:03:36.020Z Downloaded sha3 v0.11.0
13162026-09-05T00:03:36.025Z Downloaded jiff v0.2.34
13172026-09-05T00:03:36.026Z Downloaded regex-automata v0.4.14
13182026-09-05T00:03:36.026Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13192026-09-05T00:03:36.026Z Downloaded sha3 v0.10.8
13202026-09-05T00:03:36.026Z Downloaded libz-sys v1.1.24
13212026-09-05T00:03:36.029Z Downloaded csv v1.4.0
13222026-09-05T00:03:36.048Z Downloaded encoding_rs v0.8.35
13232026-09-05T00:03:36.064Z Downloaded ring v0.17.14
13242026-09-05T00:03:36.089Z Downloaded libgit2-sys v0.18.3+1.9.2
13252026-09-05T00:03:36.323Z Downloaded aws-lc-sys v0.40.0
13262026-09-05T00:03:36.585Z Compiling serde_core v1.0.228
13272026-09-05T00:03:36.585Z Compiling libc v0.2.185
13282026-09-05T00:03:36.589Z Compiling serde v1.0.228
13292026-09-05T00:03:36.589Z Compiling log v0.4.33
13302026-09-05T00:03:36.589Z Compiling smallvec v1.15.1
13312026-09-05T00:03:36.589Z Compiling shlex v1.3.0
13322026-09-05T00:03:36.589Z Compiling find-msvc-tools v0.1.9
13332026-09-05T00:03:36.589Z Compiling subtle v2.6.1
13342026-09-05T00:03:36.760Z Compiling scopeguard v1.2.0
13352026-09-05T00:03:36.763Z Compiling typenum v1.20.1
13362026-09-05T00:03:36.763Z Compiling stable_deref_trait v1.2.1
13372026-09-05T00:03:36.770Z Compiling zerocopy v0.8.55
13382026-09-05T00:03:36.773Z Compiling portable-atomic v1.13.1
13392026-09-05T00:03:36.812Z Compiling serde_json v1.0.151
13402026-09-05T00:03:36.838Z Compiling syn v2.0.117
13412026-09-05T00:03:36.851Z Compiling critical-section v1.2.0
13422026-09-05T00:03:36.950Z Compiling lock_api v0.4.14
13432026-09-05T00:03:36.950Z Compiling libm v0.2.16
13442026-09-05T00:03:36.979Z Compiling num-traits v0.2.19
13452026-09-05T00:03:36.992Z Compiling pkg-config v0.3.32
13462026-09-05T00:03:37.023Z Compiling generic-array v0.14.7
13472026-09-05T00:03:37.054Z Compiling const-oid v0.9.6
13482026-09-05T00:03:37.081Z Compiling getrandom v0.4.3
13492026-09-05T00:03:37.081Z Compiling pin-project-lite v0.2.17
13502026-09-05T00:03:37.128Z Compiling parking_lot_core v0.9.12
13512026-09-05T00:03:37.171Z Compiling rand_core v0.10.0
13522026-09-05T00:03:37.200Z Compiling litemap v0.8.1
13532026-09-05T00:03:37.213Z Compiling percent-encoding v2.3.2
13542026-09-05T00:03:37.297Z Compiling writeable v0.6.2
13552026-09-05T00:03:37.327Z Compiling futures-core v0.3.32
13562026-09-05T00:03:37.351Z Compiling icu_normalizer_data v2.1.1
13572026-09-05T00:03:37.364Z Compiling icu_properties_data v2.1.2
13582026-09-05T00:03:37.396Z Compiling rustix v1.1.4
13592026-09-05T00:03:37.423Z Compiling getrandom v0.3.4
13602026-09-05T00:03:37.435Z Compiling futures-sink v0.3.32
13612026-09-05T00:03:37.472Z Compiling futures-io v0.3.32
13622026-09-05T00:03:37.494Z Compiling utf8_iter v1.0.4
13632026-09-05T00:03:37.497Z Compiling futures-task v0.3.32
13642026-09-05T00:03:37.568Z Compiling futures-channel v0.3.32
13652026-09-05T00:03:37.572Z Compiling slab v0.4.12
13662026-09-05T00:03:37.642Z Compiling errno v0.3.14
13672026-09-05T00:03:37.645Z Compiling jobserver v0.1.34
13682026-09-05T00:03:37.672Z Compiling getrandom v0.2.17
13692026-09-05T00:03:37.719Z Compiling mio v1.2.0
13702026-09-05T00:03:37.767Z Compiling signal-hook-registry v1.4.8
13712026-09-05T00:03:37.782Z Compiling socket2 v0.6.3
13722026-09-05T00:03:37.799Z Compiling once_cell v1.21.3
13732026-09-05T00:03:37.827Z Compiling rand_core v0.6.4
13742026-09-05T00:03:37.841Z Compiling form_urlencoded v1.2.2
13752026-09-05T00:03:37.895Z Compiling cc v1.2.56
13762026-09-05T00:03:37.919Z Compiling parking_lot v0.12.5
13772026-09-05T00:03:37.936Z Compiling rustversion v1.0.22
13782026-09-05T00:03:37.986Z Compiling iana-time-zone v0.1.65
13792026-09-05T00:03:38.063Z Compiling base64ct v1.8.3
13802026-09-05T00:03:38.121Z Compiling flagset v0.4.7
13812026-09-05T00:03:38.121Z Compiling fs_extra v1.3.0
13822026-09-05T00:03:38.121Z Compiling regex-syntax v0.8.10
13832026-09-05T00:03:38.143Z Compiling dunce v1.0.5
13842026-09-05T00:03:38.264Z Compiling ident_case v1.0.1
13852026-09-05T00:03:38.308Z Compiling base64 v0.22.1
13862026-09-05T00:03:38.309Z Compiling vcpkg v0.2.15
13872026-09-05T00:03:38.358Z Compiling syn v1.0.109
13882026-09-05T00:03:38.359Z Compiling tracing-core v0.1.36
13892026-09-05T00:03:38.449Z Compiling pem-rfc7468 v0.7.0
13902026-09-05T00:03:38.477Z Compiling rand_core v0.9.5
13912026-09-05T00:03:38.477Z Compiling dyn-clone v1.0.20
13922026-09-05T00:03:38.493Z Compiling cpufeatures v0.2.17
13932026-09-05T00:03:38.494Z Compiling schemars v0.8.22
13942026-09-05T00:03:38.514Z Compiling aws-lc-rs v1.16.3
13952026-09-05T00:03:38.560Z Compiling simd-adler32 v0.3.8
13962026-09-05T00:03:38.593Z Compiling spin v0.9.8
13972026-09-05T00:03:38.639Z Compiling cmov v0.5.4
13982026-09-05T00:03:38.726Z Compiling httparse v1.10.1
13992026-09-05T00:03:38.726Z Compiling crc32fast v1.5.0
14002026-09-05T00:03:38.768Z Compiling cmake v0.1.57
14012026-09-05T00:03:38.820Z Compiling tinyvec_macros v0.1.1
14022026-09-05T00:03:38.849Z Compiling adler2 v2.0.1
14032026-09-05T00:03:38.849Z Compiling openssl-probe v0.2.1
14042026-09-05T00:03:38.878Z Compiling ctutils v0.4.2
14052026-09-05T00:03:38.979Z Compiling aho-corasick v1.1.4
14062026-09-05T00:03:38.979Z Compiling tinyvec v1.10.0
14072026-09-05T00:03:39.027Z Compiling atomic-waker v1.1.2
14082026-09-05T00:03:39.028Z Compiling bitflags v2.11.0
14092026-09-05T00:03:39.057Z Compiling semver v1.0.28
14102026-09-05T00:03:39.077Z Compiling indexmap v2.14.0
14112026-09-05T00:03:39.099Z Compiling uuid v1.23.4
14122026-09-05T00:03:39.138Z Compiling miniz_oxide v0.8.9
14132026-09-05T00:03:39.165Z Compiling untrusted v0.7.1
14142026-09-05T00:03:39.193Z Compiling unicode-segmentation v1.12.0
14152026-09-05T00:03:39.212Z Compiling try-lock v0.2.5
14162026-09-05T00:03:39.241Z Compiling tower-service v0.3.3
14172026-09-05T00:03:39.310Z Compiling rustc_version v0.4.1
14182026-09-05T00:03:39.376Z Compiling tower-layer v0.3.3
14192026-09-05T00:03:39.376Z Compiling radium v0.7.0
14202026-09-05T00:03:39.424Z Compiling want v0.3.1
14212026-09-05T00:03:39.546Z Compiling httpdate v1.0.3
14222026-09-05T00:03:39.574Z Compiling untrusted v0.9.0
14232026-09-05T00:03:39.609Z Compiling aws-lc-sys v0.40.0
14242026-09-05T00:03:39.624Z Compiling openssl-sys v0.9.117
14252026-09-05T00:03:39.649Z Compiling rustls v0.23.41
14262026-09-05T00:03:39.649Z Compiling openssl v0.10.80
14272026-09-05T00:03:39.706Z Compiling regex-automata v0.4.14
14282026-09-05T00:03:39.758Z Compiling synstructure v0.13.2
14292026-09-05T00:03:39.781Z Compiling serde_derive_internals v0.29.1
14302026-09-05T00:03:39.794Z Compiling pest_generator v2.8.6
14312026-09-05T00:03:39.804Z Compiling darling_core v0.20.11
14322026-09-05T00:03:39.824Z Compiling foreign-types-shared v0.1.1
14332026-09-05T00:03:39.838Z Compiling maybe-uninit v2.0.0
14342026-09-05T00:03:39.902Z Compiling tap v1.0.1
14352026-09-05T00:03:39.930Z Compiling foreign-types v0.3.2
14362026-09-05T00:03:40.007Z Compiling wyz v0.5.1
14372026-09-05T00:03:40.121Z Compiling tempfile v3.27.0
14382026-09-05T00:03:40.207Z Compiling terminal_size v0.4.3
14392026-09-05T00:03:40.276Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14402026-09-05T00:03:40.293Z Compiling bzip2-sys v0.1.13+1.0.8
14412026-09-05T00:03:40.370Z Compiling unicode-normalization v0.1.25
14422026-09-05T00:03:40.388Z Compiling num-integer v0.1.46
14432026-09-05T00:03:40.391Z Compiling wait-timeout v0.2.1
14442026-09-05T00:03:40.533Z Compiling socket2 v0.5.10
14452026-09-05T00:03:40.548Z Compiling ahash v0.8.12
14462026-09-05T00:03:40.601Z Compiling powerfmt v0.2.0
14472026-09-05T00:03:40.619Z Compiling num-bigint-dig v0.8.6
14482026-09-05T00:03:40.633Z Compiling time-core v0.1.8
14492026-09-05T00:03:40.677Z Compiling num-conv v0.2.0
14502026-09-05T00:03:40.692Z Compiling bit-vec v0.8.0
14512026-09-05T00:03:40.711Z Compiling quick-error v1.2.3
14522026-09-05T00:03:40.726Z Compiling native-tls v0.2.18
14532026-09-05T00:03:40.742Z Compiling packed_struct v0.10.1
14542026-09-05T00:03:40.776Z Compiling funty v2.0.0
14552026-09-05T00:03:40.796Z Compiling clap_builder v4.6.0
14562026-09-05T00:03:40.826Z Compiling time-macros v0.2.27
14572026-09-05T00:03:40.826Z Compiling rusty-fork v0.3.1
14582026-09-05T00:03:40.885Z Compiling bit-set v0.8.0
14592026-09-05T00:03:40.906Z Compiling deranged v0.5.8
14602026-09-05T00:03:40.941Z Compiling num-iter v0.1.45
14612026-09-05T00:03:41.050Z Compiling lazy_static v1.5.0
14622026-09-05T00:03:41.070Z Compiling rand_xorshift v0.4.0
14632026-09-05T00:03:41.087Z Compiling sync_wrapper v1.0.2
14642026-09-05T00:03:41.101Z Compiling indexmap v1.9.3
14652026-09-05T00:03:41.130Z Compiling bitvec v1.0.1
14662026-09-05T00:03:41.174Z Compiling zlib-rs v0.6.2
14672026-09-05T00:03:41.210Z Compiling crc-catalog v2.4.0
14682026-09-05T00:03:41.317Z Compiling siphasher v1.0.2
14692026-09-05T00:03:41.329Z Compiling nodrop v0.1.14
14702026-09-05T00:03:41.329Z Compiling object v0.37.3
14712026-09-05T00:03:41.375Z Compiling usdt-impl v0.6.0
14722026-09-05T00:03:41.403Z Compiling paste v1.0.15
14732026-09-05T00:03:41.449Z Compiling num_threads v0.1.7
14742026-09-05T00:03:41.513Z Compiling serde_derive v1.0.228
14752026-09-05T00:03:41.565Z Compiling zeroize_derive v1.5.0
14762026-09-05T00:03:41.596Z Compiling zerofrom-derive v0.1.6
14772026-09-05T00:03:41.610Z Compiling zerocopy-derive v0.8.55
14782026-09-05T00:03:41.690Z Compiling yoke-derive v0.8.1
14792026-09-05T00:03:41.940Z Compiling zerovec-derive v0.11.2
14802026-09-05T00:03:41.950Z Compiling displaydoc v0.2.5
14812026-09-05T00:03:41.960Z Compiling tokio-macros v2.7.0
14822026-09-05T00:03:42.204Z Compiling futures-macro v0.3.32
14832026-09-05T00:03:42.263Z Compiling der_derive v0.7.3
14842026-09-05T00:03:42.671Z Compiling thiserror-impl v2.0.18
14852026-09-05T00:03:42.764Z Compiling tracing-attributes v0.1.31
14862026-09-05T00:03:42.779Z Compiling schemars_derive v0.8.22
14872026-09-05T00:03:42.782Z Compiling pest_derive v2.8.6
14882026-09-05T00:03:42.935Z Compiling scroll_derive v0.13.1
14892026-09-05T00:03:43.089Z Compiling futures-util v0.3.32
14902026-09-05T00:03:43.104Z Compiling zerofrom v0.1.6
14912026-09-05T00:03:43.123Z Compiling darling_macro v0.20.11
14922026-09-05T00:03:43.251Z Compiling yoke v0.8.1
14932026-09-05T00:03:43.292Z Compiling thiserror-impl v1.0.69
14942026-09-05T00:03:43.310Z Compiling openssl-macros v0.1.1
14952026-09-05T00:03:43.524Z Compiling zerovec v0.11.5
14962026-09-05T00:03:43.672Z Compiling zerotrie v0.2.3
14972026-09-05T00:03:43.840Z Compiling scroll v0.13.0
14982026-09-05T00:03:43.979Z Compiling tinystr v0.8.2
14992026-09-05T00:03:44.000Z Compiling potential_utf v0.1.4
15002026-09-05T00:03:44.018Z Compiling darling v0.20.11
15012026-09-05T00:03:44.052Z Compiling packed_struct_codegen v0.10.1
15022026-09-05T00:03:44.110Z Compiling goblin v0.10.5
15032026-09-05T00:03:44.133Z Compiling icu_collections v2.1.1
15042026-09-05T00:03:44.137Z Compiling thiserror v2.0.18
15052026-09-05T00:03:44.164Z Compiling icu_locale_core v2.1.1
15062026-09-05T00:03:44.180Z Compiling bitfield-macros v0.19.4
15072026-09-05T00:03:44.206Z Compiling zerocopy-derive v0.6.6
15082026-09-05T00:03:44.221Z Compiling tracing v0.1.44
15092026-09-05T00:03:44.276Z Compiling clap_derive v4.6.1
15102026-09-05T00:03:44.465Z Compiling crossbeam-utils v0.8.21
15112026-09-05T00:03:44.503Z Compiling unarray v0.1.4
15122026-09-05T00:03:44.606Z Compiling thiserror v1.0.69
15132026-09-05T00:03:44.635Z Compiling dtrace-parser v0.3.0
15142026-09-05T00:03:44.649Z Compiling derive_builder_core v0.20.2
15152026-09-05T00:03:44.725Z Compiling flate2 v1.1.9
15162026-09-05T00:03:44.797Z Compiling icu_provider v2.1.1
15172026-09-05T00:03:44.922Z Compiling bitfield v0.19.4
15182026-09-05T00:03:45.050Z Compiling icu_normalizer v2.1.1
15192026-09-05T00:03:45.067Z Compiling zeroize v1.9.0
15202026-09-05T00:03:45.126Z Compiling bytes v1.11.1
15212026-09-05T00:03:45.158Z Compiling icu_properties v2.1.2
15222026-09-05T00:03:45.174Z Compiling chrono v0.4.45
15232026-09-05T00:03:45.196Z Compiling ipnet v2.12.0
15242026-09-05T00:03:45.304Z Compiling der v0.7.10
15252026-09-05T00:03:45.392Z Compiling rustls-pki-types v1.14.0
15262026-09-05T00:03:45.497Z Compiling hybrid-array v0.4.13
15272026-09-05T00:03:45.537Z Compiling hex v0.4.3
15282026-09-05T00:03:45.594Z Compiling toml_datetime v0.6.11
15292026-09-05T00:03:45.714Z Compiling tokio v1.52.1
15302026-09-05T00:03:45.763Z Compiling http v1.4.2
15312026-09-05T00:03:45.821Z Compiling block-buffer v0.10.4
15322026-09-05T00:03:45.835Z Compiling crypto-common v0.1.7
15332026-09-05T00:03:45.864Z Compiling serde_spanned v0.6.9
15342026-09-05T00:03:46.004Z Compiling digest v0.10.7
15352026-09-05T00:03:46.017Z Compiling idna_adapter v1.2.1
15362026-09-05T00:03:46.034Z Compiling zerocopy v0.6.6
15372026-09-05T00:03:46.069Z Compiling clap v4.6.1
15382026-09-05T00:03:46.160Z Compiling ppv-lite86 v0.2.21
15392026-09-05T00:03:46.175Z Compiling idna v1.1.0
15402026-09-05T00:03:46.269Z Compiling spki v0.7.3
15412026-09-05T00:03:46.285Z Compiling sha2 v0.10.9
15422026-09-05T00:03:46.302Z Compiling signature v2.2.0
15432026-09-05T00:03:46.354Z Compiling hmac v0.12.1
15442026-09-05T00:03:46.496Z Compiling url v2.5.8
15452026-09-05T00:03:46.512Z Compiling rand_chacha v0.9.0
15462026-09-05T00:03:46.512Z Compiling pkcs8 v0.10.2
15472026-09-05T00:03:46.515Z Compiling http-body v1.0.1
15482026-09-05T00:03:46.558Z Compiling rand_chacha v0.3.1
15492026-09-05T00:03:46.618Z Compiling time v0.3.47
15502026-09-05T00:03:46.676Z Compiling pkcs1 v0.7.5
15512026-09-05T00:03:46.711Z Compiling http-body-util v0.1.3
15522026-09-05T00:03:46.789Z Compiling rand v0.9.2
15532026-09-05T00:03:46.813Z Compiling rand v0.8.6
15542026-09-05T00:03:46.836Z Compiling dof v0.4.0
15552026-09-05T00:03:47.079Z Compiling structmeta-derive v0.3.0
15562026-09-05T00:03:47.094Z Compiling scroll_derive v0.12.1
15572026-09-05T00:03:47.184Z Compiling array-init v0.0.4
15582026-09-05T00:03:47.247Z Compiling crc v3.4.0
15592026-09-05T00:03:47.304Z Compiling smallvec v0.6.14
15602026-09-05T00:03:47.328Z Compiling darling_core v0.23.0
15612026-09-05T00:03:47.523Z Compiling proptest v1.11.0
15622026-09-05T00:03:47.539Z Compiling heapless v0.7.17
15632026-09-05T00:03:47.554Z Compiling slog v2.8.2
15642026-09-05T00:03:47.584Z Compiling thread-id v5.1.0
15652026-09-05T00:03:47.627Z Compiling env_filter v2.0.0
15662026-09-05T00:03:47.680Z Compiling syn v3.0.3
15672026-09-05T00:03:47.763Z Compiling cookie v0.18.1
15682026-09-05T00:03:47.778Z Compiling ipnetwork v0.21.1
15692026-09-05T00:03:47.795Z Compiling ryu v1.0.23
15702026-09-05T00:03:47.930Z Compiling gimli v0.32.3
15712026-09-05T00:03:47.964Z Compiling iri-string v0.7.10
15722026-09-05T00:03:47.984Z Compiling unicode-properties v0.1.4
15732026-09-05T00:03:48.002Z Compiling signal-hook v0.3.18
15742026-09-05T00:03:48.016Z Compiling base64 v0.21.7
15752026-09-05T00:03:48.157Z Compiling winnow v0.5.40
15762026-09-05T00:03:48.189Z Compiling anyhow v1.0.104
15772026-09-05T00:03:48.204Z Compiling zstd-safe v7.2.4
15782026-09-05T00:03:48.209Z Compiling unicode-bidi v0.3.18
15792026-09-05T00:03:48.234Z Compiling hashbrown v0.12.3
15802026-09-05T00:03:48.308Z Compiling allocator-api2 v0.2.21
15812026-09-05T00:03:48.343Z Compiling ron v0.8.1
15822026-09-05T00:03:48.377Z Compiling structmeta v0.3.0
15832026-09-05T00:03:48.481Z Compiling oxnet v0.1.6
15842026-09-05T00:03:48.650Z Compiling stringprep v0.1.5
15852026-09-05T00:03:48.717Z Compiling rsa v0.9.10
15862026-09-05T00:03:48.861Z Compiling serde_urlencoded v0.7.1
15872026-09-05T00:03:48.938Z Compiling env_logger v0.11.11
15882026-09-05T00:03:48.964Z Compiling scroll v0.12.0
15892026-09-05T00:03:49.120Z Compiling serde-hex v0.1.0
15902026-09-05T00:03:49.135Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15912026-09-05T00:03:49.249Z Compiling camino v1.2.5
15922026-09-05T00:03:49.353Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15932026-09-05T00:03:49.518Z Compiling tokio-util v0.7.18
15942026-09-05T00:03:49.646Z Compiling tower v0.5.3
15952026-09-05T00:03:49.663Z Compiling addr2line v0.25.1
15962026-09-05T00:03:49.713Z Compiling toml_edit v0.19.15
15972026-09-05T00:03:49.870Z Compiling tokio-native-tls v0.3.1
15982026-09-05T00:03:49.898Z Compiling darling_macro v0.23.0
15992026-09-05T00:03:49.913Z Compiling bzip2 v0.4.4
16002026-09-05T00:03:50.012Z Compiling newtype-uuid v1.3.2
16012026-09-05T00:03:50.061Z Compiling tower-http v0.6.8
16022026-09-05T00:03:50.145Z Compiling hashbrown v0.13.2
16032026-09-05T00:03:50.160Z Compiling x509-cert v0.2.5
16042026-09-05T00:03:50.366Z Compiling h2 v0.4.15
16052026-09-05T00:03:50.414Z Compiling block-buffer v0.12.1
16062026-09-05T00:03:50.499Z Compiling crypto-common v0.2.2
16072026-09-05T00:03:50.578Z Compiling block-padding v0.4.2
16082026-09-05T00:03:50.631Z Compiling md-5 v0.10.6
16092026-09-05T00:03:50.656Z Compiling rustls-native-certs v0.8.3
16102026-09-05T00:03:50.767Z Compiling derive_builder_macro v0.20.2
16112026-09-05T00:03:50.817Z Compiling erased-serde v0.3.31
16122026-09-05T00:03:50.854Z Compiling serde_tokenstream v0.2.3
16132026-09-05T00:03:51.160Z Compiling daft-derive v0.1.8
16142026-09-05T00:03:51.182Z Compiling bstr v1.12.1
16152026-09-05T00:03:51.258Z Compiling pin-project-internal v1.1.11
16162026-09-05T00:03:51.321Z Compiling zerocopy-derive v0.7.35
16172026-09-05T00:03:51.437Z Compiling async-trait v0.1.89
16182026-09-05T00:03:51.469Z Compiling curve25519-dalek v4.1.3
16192026-09-05T00:03:51.766Z Compiling heck v0.4.1
16202026-09-05T00:03:51.797Z Compiling vergen-lib v9.1.0
16212026-09-05T00:03:51.819Z Compiling hash32 v0.2.1
16222026-09-05T00:03:51.840Z Compiling encoding_rs v0.8.35
16232026-09-05T00:03:51.893Z Compiling memoffset v0.9.1
16242026-09-05T00:03:51.992Z Compiling fallible-iterator v0.2.0
16252026-09-05T00:03:52.013Z Compiling cfg_aliases v0.2.1
16262026-09-05T00:03:52.031Z Compiling owo-colors v4.3.0
16272026-09-05T00:03:52.098Z Compiling rustix v0.38.44
16282026-09-05T00:03:52.113Z Compiling ref-cast v1.0.25
16292026-09-05T00:03:52.116Z Compiling rustc-demangle v0.1.27
16302026-09-05T00:03:52.212Z Compiling litrs v1.0.0
16312026-09-05T00:03:52.239Z Compiling crc-any v2.5.0
16322026-09-05T00:03:52.333Z Compiling mime v0.3.17
16332026-09-05T00:03:52.357Z Compiling psl-types v2.0.11
16342026-09-05T00:03:52.377Z Compiling smoltcp v0.9.1
16352026-09-05T00:03:52.395Z Compiling pin-project v1.1.11
16362026-09-05T00:03:52.489Z Compiling publicsuffix v2.3.0
16372026-09-05T00:03:52.505Z Compiling backtrace v0.3.76
16382026-09-05T00:03:52.508Z Compiling postgres-protocol v0.6.10
16392026-09-05T00:03:52.552Z Compiling zerocopy v0.7.35
16402026-09-05T00:03:52.580Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16412026-09-05T00:03:52.583Z Compiling nix v0.31.2
16422026-09-05T00:03:52.611Z Compiling snafu-derive v0.8.9
16432026-09-05T00:03:52.710Z Compiling daft v0.1.8
16442026-09-05T00:03:52.742Z Compiling document-features v0.2.12
16452026-09-05T00:03:52.851Z Compiling derive_builder v0.20.2
16462026-09-05T00:03:52.998Z Compiling toml v0.7.8
16472026-09-05T00:03:53.015Z Compiling inout v0.2.2
16482026-09-05T00:03:53.018Z Compiling object v0.30.4
16492026-09-05T00:03:53.083Z Compiling darling v0.23.0
16502026-09-05T00:03:53.114Z Compiling zip v0.6.6
16512026-09-05T00:03:53.176Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16522026-09-05T00:03:53.191Z Compiling goblin v0.8.2
16532026-09-05T00:03:53.406Z Compiling derive-ex v0.1.8
16542026-09-05T00:03:53.517Z Compiling futures-executor v0.3.32
16552026-09-05T00:03:53.651Z Compiling hyper v1.10.1
16562026-09-05T00:03:53.702Z Compiling hubpack_derive v0.1.1
16572026-09-05T00:03:53.729Z Compiling regex v1.12.3
16582026-09-05T00:03:53.797Z Compiling curve25519-dalek-derive v0.1.1
16592026-09-05T00:03:53.812Z Compiling ref-cast-impl v1.0.25
16602026-09-05T00:03:53.826Z Compiling strum_macros v0.27.2
16612026-09-05T00:03:53.925Z Compiling phf_shared v0.13.1
16622026-09-05T00:03:53.968Z Compiling convert_case v0.10.0
16632026-09-05T00:03:54.187Z Compiling vergen v9.1.0
16642026-09-05T00:03:54.187Z Compiling cargo-platform v0.3.2
16652026-09-05T00:03:54.217Z Compiling ff v0.13.1
16662026-09-05T00:03:54.289Z Compiling fs-err v3.3.0
16672026-09-05T00:03:54.376Z Compiling path-slash v0.1.5
16682026-09-05T00:03:54.391Z Compiling bitflags v1.3.2
16692026-09-05T00:03:54.408Z Compiling foldhash v0.1.5
16702026-09-05T00:03:54.473Z Compiling is_ci v1.2.0
16712026-09-05T00:03:54.489Z Compiling same-file v1.0.6
16722026-09-05T00:03:54.492Z Compiling foldhash v0.2.0
16732026-09-05T00:03:54.521Z Compiling managed v0.8.0
16742026-09-05T00:03:54.537Z Compiling bumpalo v3.20.2
16752026-09-05T00:03:54.579Z Compiling libbz2-rs-sys v0.2.2
16762026-09-05T00:03:54.597Z Compiling base16ct v0.2.0
16772026-09-05T00:03:54.611Z Compiling jiff-core v0.1.0
16782026-09-05T00:03:54.628Z Compiling walkdir v2.5.0
16792026-09-05T00:03:54.671Z Compiling hashbrown v0.16.1
16802026-09-05T00:03:54.750Z Compiling zopfli v0.8.3
16812026-09-05T00:03:54.765Z Compiling hyper-util v0.1.20
16822026-09-05T00:03:54.792Z Compiling sec1 v0.7.3
16832026-09-05T00:03:54.962Z Compiling snafu v0.8.9
16842026-09-05T00:03:55.086Z Compiling bzip2 v0.6.1
16852026-09-05T00:03:55.167Z Compiling test-strategy v0.4.5
16862026-09-05T00:03:55.282Z Compiling textwrap v0.16.2
16872026-09-05T00:03:55.299Z Compiling supports-color v3.0.2
16882026-09-05T00:03:55.314Z Compiling hashbrown v0.15.5
16892026-09-05T00:03:55.436Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16902026-09-05T00:03:55.450Z Compiling jiff v0.2.34
16912026-09-05T00:03:55.485Z Compiling dof v0.3.0
16922026-09-05T00:03:55.702Z Compiling cargo_metadata v0.23.1
16932026-09-05T00:03:55.766Z Compiling group v0.13.0
16942026-09-05T00:03:55.782Z Compiling derive_more-impl v2.1.1
16952026-09-05T00:03:55.831Z Compiling strum v0.27.2
16962026-09-05T00:03:55.898Z Compiling hubpack v0.1.2
16972026-09-05T00:03:55.960Z Compiling phf v0.13.1
16982026-09-05T00:03:55.976Z Compiling signal-hook-mio v0.2.5
16992026-09-05T00:03:55.989Z Compiling futures v0.3.32
17002026-09-05T00:03:56.109Z Compiling cookie_store v0.22.1
17012026-09-05T00:03:56.141Z Compiling zstd v0.13.3
17022026-09-05T00:03:56.144Z Compiling serde_with_macros v3.21.0
17032026-09-05T00:03:56.209Z Compiling hyper-tls v0.6.0
17042026-09-05T00:03:56.417Z Compiling reqwest v0.12.28
17052026-09-05T00:03:56.459Z Compiling cipher v0.5.2
17062026-09-05T00:03:56.491Z Compiling backtrace-ext v0.2.1
17072026-09-05T00:03:56.531Z Compiling postgres-types v0.2.12
17082026-09-05T00:03:56.773Z Compiling globset v0.4.18
17092026-09-05T00:03:56.787Z Compiling usdt-attr-macro v0.6.0
17102026-09-05T00:03:56.787Z Compiling usdt-macro v0.6.0
17112026-09-05T00:03:56.871Z Compiling byte-wrapper v0.1.0
17122026-09-05T00:03:56.950Z Compiling ed25519 v2.2.3
17132026-09-05T00:03:57.059Z Compiling hkdf v0.12.4
17142026-09-05T00:03:57.097Z Compiling crypto-bigint v0.5.5
17152026-09-05T00:03:57.220Z Compiling olpc-cjson v0.1.4
17162026-09-05T00:03:57.247Z Compiling serde-big-array v0.5.1
17172026-09-05T00:03:57.314Z Compiling serde_plain v1.0.2
17182026-09-05T00:03:57.399Z Compiling dtrace-parser v0.2.0
17192026-09-05T00:03:57.415Z Compiling enum-as-inner v0.6.1
17202026-09-05T00:03:57.454Z Compiling serde_repr v0.1.20
17212026-09-05T00:03:57.495Z Compiling miette-derive v7.6.0
17222026-09-05T00:03:57.527Z Compiling strum_macros v0.26.4
17232026-09-05T00:03:57.596Z Compiling async-recursion v1.1.1
17242026-09-05T00:03:57.660Z Compiling phf_shared v0.11.3
17252026-09-05T00:03:57.787Z Compiling float-cmp v0.10.0
17262026-09-05T00:03:57.859Z Compiling pem v3.0.6
17272026-09-05T00:03:57.874Z Compiling memmap2 v0.9.10
17282026-09-05T00:03:57.944Z Compiling thread-id v4.2.2
17292026-09-05T00:03:57.960Z Compiling data-encoding v2.10.0
17302026-09-05T00:03:58.015Z Compiling difflib v0.4.0
17312026-09-05T00:03:58.044Z Compiling static_assertions v1.1.0
17322026-09-05T00:03:58.110Z Compiling cpufeatures v0.3.0
17332026-09-05T00:03:58.149Z Compiling keccak v0.1.6
17342026-09-05T00:03:58.149Z Compiling winnow v1.0.3
17352026-09-05T00:03:58.198Z Compiling supports-unicode v3.0.0
17362026-09-05T00:03:58.214Z Compiling whoami v2.1.0
17372026-09-05T00:03:58.273Z Compiling fixedbitset v0.5.7
17382026-09-05T00:03:58.311Z Compiling typed-path v0.9.3
17392026-09-05T00:03:58.370Z Compiling either v1.15.0
17402026-09-05T00:03:58.606Z Compiling precomputed-hash v0.1.1
17412026-09-05T00:03:58.640Z Compiling normalize-line-endings v0.3.0
17422026-09-05T00:03:58.657Z Compiling const-oid v0.10.2
17432026-09-05T00:03:58.657Z Compiling predicates-core v1.0.10
17442026-09-05T00:03:58.673Z Compiling supports-hyperlinks v3.2.0
17452026-09-05T00:03:58.729Z Compiling fixedbitset v0.4.2
17462026-09-05T00:03:58.734Z Compiling new_debug_unreachable v1.0.6
17472026-09-05T00:03:58.758Z Compiling itertools v0.13.0
17482026-09-05T00:03:58.761Z Compiling petgraph v0.8.3
17492026-09-05T00:03:58.817Z Compiling predicates v3.1.4
17502026-09-05T00:03:58.855Z Compiling digest v0.11.3
17512026-09-05T00:03:58.869Z Compiling miette v7.6.0
17522026-09-05T00:03:58.883Z Compiling string_cache v0.8.9
17532026-09-05T00:03:58.917Z Compiling petgraph v0.6.5
17542026-09-05T00:03:58.979Z Compiling tokio-postgres v0.7.16
17552026-09-05T00:03:58.996Z Compiling sha3 v0.10.8
17562026-09-05T00:03:59.097Z Compiling toml_parser v1.1.2+spec-1.1.0
17572026-09-05T00:03:59.126Z Compiling hickory-proto v0.25.2
17582026-09-05T00:03:59.262Z Compiling toml_edit v0.22.27
17592026-09-05T00:03:59.279Z Compiling chacha20 v0.10.0
17602026-09-05T00:03:59.341Z Compiling strum v0.26.3
17612026-09-05T00:03:59.476Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17622026-09-05T00:03:59.492Z Compiling elliptic-curve v0.13.8
17632026-09-05T00:03:59.508Z Compiling usdt v0.6.0
17642026-09-05T00:03:59.571Z Compiling usdt-impl v0.5.0
17652026-09-05T00:03:59.675Z Compiling zip v4.6.1
17662026-09-05T00:03:59.749Z Compiling crossterm v0.28.1
17672026-09-05T00:03:59.795Z Compiling serde_with v3.21.0
17682026-09-05T00:03:59.939Z Compiling ed25519-dalek v2.2.0
17692026-09-05T00:04:00.044Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17702026-09-05T00:04:00.063Z Compiling derive_more v2.1.1
17712026-09-05T00:04:00.201Z Compiling iddqd v0.4.2
17722026-09-05T00:04:00.494Z Compiling similar v2.7.0
17732026-09-05T00:04:00.622Z Compiling crossbeam-epoch v0.9.18
17742026-09-05T00:04:00.644Z Compiling tokio-stream v0.1.18
17752026-09-05T00:04:00.753Z Compiling buf-list v1.1.2
17762026-09-05T00:04:00.869Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17772026-09-05T00:04:00.966Z Compiling openapiv3 v2.2.0
17782026-09-05T00:04:01.043Z Compiling peg-runtime v0.8.5
17792026-09-05T00:04:01.059Z Compiling lalrpop-util v0.19.12
17802026-09-05T00:04:01.120Z Compiling thread_local v1.1.9
17812026-09-05T00:04:01.190Z Compiling slog-async v2.8.0
17822026-09-05T00:04:01.244Z Compiling crossbeam-channel v0.5.15
17832026-09-05T00:04:01.271Z Compiling is-terminal v0.4.17
17842026-09-05T00:04:01.351Z Compiling filetime v0.2.27
17852026-09-05T00:04:01.366Z Compiling xattr v1.6.1
17862026-09-05T00:04:01.385Z Compiling term v1.2.1
17872026-09-05T00:04:01.399Z Compiling take_mut v0.2.2
17882026-09-05T00:04:01.505Z Compiling tar v0.4.46
17892026-09-05T00:04:01.521Z Compiling camino-tempfile v1.4.1
17902026-09-05T00:04:01.663Z Compiling slog-term v2.9.2
17912026-09-05T00:04:18.959Z Compiling rustls-webpki v0.103.13
17922026-09-05T00:04:21.639Z Compiling tokio-rustls v0.26.4
17932026-09-05T00:04:21.639Z Compiling rustls-platform-verifier v0.6.2
17942026-09-05T00:04:21.639Z Compiling tough v0.22.0
17952026-09-05T00:04:21.836Z Compiling hyper-rustls v0.27.7
17962026-09-05T00:04:22.020Z Compiling reqwest v0.13.2
17972026-09-05T00:04:24.173Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17982026-09-05T00:04:24.401Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17992026-09-05T00:04:27.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.50s
18002026-09-05T00:04:27.413Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18012026-09-05T00:04:27.470ZSep 05 00:04:26.725 INFO Starting download, target: Clickhouse
18022026-09-05T00:04:27.470ZSep 05 00:04:26.726 INFO Starting download, target: Cockroach
18032026-09-05T00:04:27.473ZSep 05 00:04:26.726 INFO Starting download, target: Console
18042026-09-05T00:04:27.473ZSep 05 00:04:26.726 INFO Starting download, target: DendriteStub
18052026-09-05T00:04:27.473ZSep 05 00:04:26.726 INFO Starting download, target: MaghemiteMgd
18062026-09-05T00:04:27.473ZSep 05 00:04:26.726 INFO Starting download, target: MaghemiteDdmd
18072026-09-05T00:04:27.473ZSep 05 00:04:26.726 INFO Starting download, target: TransceiverControl
18082026-09-05T00:04:27.473ZSep 05 00:04:26.726 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18092026-09-05T00:04:27.473ZSep 05 00:04:26.726 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18102026-09-05T00:04:27.473ZSep 05 00:04:26.726 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18112026-09-05T00:04:27.473ZSep 05 00:04:26.726 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18122026-09-05T00:04:27.473ZSep 05 00:04:26.726 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18132026-09-05T00:04:27.473ZSep 05 00:04:26.726 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18142026-09-05T00:04:27.475ZSep 05 00:04:26.726 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18152026-09-05T00:04:27.806ZSep 05 00:04:27.061 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18162026-09-05T00:04:28.031ZSep 05 00:04:27.277 INFO Download complete, target: TransceiverControl
18172026-09-05T00:04:29.616ZSep 05 00:04:28.848 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18182026-09-05T00:04:29.631ZSep 05 00:04:28.853 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18192026-09-05T00:04:29.767ZSep 05 00:04:29.008 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18202026-09-05T00:04:29.905ZSep 05 00:04:29.098 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18212026-09-05T00:04:29.917ZSep 05 00:04:29.103 INFO Download complete, target: Console
18222026-09-05T00:04:30.192ZSep 05 00:04:29.447 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18232026-09-05T00:04:30.444ZSep 05 00:04:29.698 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18242026-09-05T00:04:30.444ZSep 05 00:04:29.698 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18252026-09-05T00:04:31.533ZSep 05 00:04:30.789 INFO Download complete, target: MaghemiteDdmd
18262026-09-05T00:04:32.323ZSep 05 00:04:31.578 INFO Download complete, target: DendriteStub
18272026-09-05T00:04:32.425ZSep 05 00:04:31.681 INFO Download complete, target: MaghemiteMgd
18282026-09-05T00:04:35.035ZSep 05 00:04:34.290 INFO Checking that binary works, target: Cockroach
18292026-09-05T00:04:35.174ZSep 05 00:04:34.430 INFO Download complete, target: Cockroach
18302026-09-05T00:04:36.770ZSep 05 00:04:36.025 INFO Checking that binary works, target: Clickhouse
18312026-09-05T00:04:36.856ZSep 05 00:04:36.112 INFO Download complete, target: Clickhouse
18322026-09-05T00:04:36.864ZAll prerequisites installed successfully
18332026-09-05T00:04:36.867Z
18342026-09-05T00:04:36.868Zreal 1:53.814610952
18352026-09-05T00:04:36.868Zuser 7:18.542259750
18362026-09-05T00:04:36.868Zsys 1:43.888036057
18372026-09-05T00:04:36.868Ztrap 0.330181632
18382026-09-05T00:04:36.868Ztflt 0.637717042
18392026-09-05T00:04:36.868Zdflt 1.725585658
18402026-09-05T00:04:36.868Zkflt 0.020371774
18412026-09-05T00:04:36.868Zlock 28:40.599980589
18422026-09-05T00:04:36.868Zslp 19:56.153365794
18432026-09-05T00:04:36.868Zlat 29.942498571
18442026-09-05T00:04:36.868Zstop 3:35.662423204
18452026-09-05T00:04:36.868Z+ ptime -m cargo xtask download softnpu
18462026-09-05T00:04:37.329Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18472026-09-05T00:04:37.352Z Running `target/debug/xtask download softnpu`
18482026-09-05T00:04:38.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
18492026-09-05T00:04:38.184Z Running `target/debug/xtask-downloader softnpu`
18502026-09-05T00:04:38.231ZSep 05 00:04:37.470 INFO Starting download, target: Softnpu
18512026-09-05T00:04:38.257ZSep 05 00:04:37.470 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
18522026-09-05T00:04:39.379ZSep 05 00:04:38.629 INFO Download complete, target: Softnpu
18532026-09-05T00:04:39.400Z
18542026-09-05T00:04:39.400Zreal 2.508645645
18552026-09-05T00:04:39.400Zuser 1.310808625
18562026-09-05T00:04:39.400Zsys 0.618251436
18572026-09-05T00:04:39.400Ztrap 0.000802510
18582026-09-05T00:04:39.400Ztflt 0.000149089
18592026-09-05T00:04:39.400Zdflt 0.000151700
18602026-09-05T00:04:39.400Zkflt 0.000000000
18612026-09-05T00:04:39.400Zlock 22.255996948
18622026-09-05T00:04:39.400Zslp 1.026815272
18632026-09-05T00:04:39.400Zlat 0.107350936
18642026-09-05T00:04:39.401Zstop 0.000202216
18652026-09-05T00:04:39.401Z+ export CARGO_INCREMENTAL=0
18662026-09-05T00:04:39.401Z+ CARGO_INCREMENTAL=0
18672026-09-05T00:04:39.401Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18682026-09-05T00:04:40.329Z Compiling proc-macro2 v1.0.106
18692026-09-05T00:04:40.329Z Compiling quote v1.0.45
18702026-09-05T00:04:40.329Z Compiling unicode-ident v1.0.24
18712026-09-05T00:04:40.329Z Compiling serde_core v1.0.228
18722026-09-05T00:04:40.362Z Compiling libc v0.2.185
18732026-09-05T00:04:40.362Z Compiling serde v1.0.228
18742026-09-05T00:04:40.363Z Compiling cfg-if v1.0.4
18752026-09-05T00:04:40.363Z Compiling version_check v0.9.5
18762026-09-05T00:04:40.363Z Compiling autocfg v1.5.0
18772026-09-05T00:04:40.363Z Compiling find-msvc-tools v0.1.9
18782026-09-05T00:04:40.363Z Compiling shlex v1.3.0
18792026-09-05T00:04:40.364Z Compiling memchr v2.8.0
18802026-09-05T00:04:40.364Z Compiling zmij v1.0.21
18812026-09-05T00:04:40.364Z Compiling serde_json v1.0.151
18822026-09-05T00:04:40.506Z Compiling portable-atomic v1.13.1
18832026-09-05T00:04:40.531Z Compiling zerocopy v0.8.55
18842026-09-05T00:04:40.623Z Compiling libm v0.2.16
18852026-09-05T00:04:40.778Z Compiling getrandom v0.4.3
18862026-09-05T00:04:40.800Z Compiling generic-array v0.14.7
18872026-09-05T00:04:40.838Z Compiling icu_normalizer_data v2.1.1
18882026-09-05T00:04:40.887Z Compiling smallvec v1.15.1
18892026-09-05T00:04:40.957Z Compiling icu_properties_data v2.1.2
18902026-09-05T00:04:40.981Z Compiling parking_lot_core v0.9.12
18912026-09-05T00:04:41.007Z Compiling itoa v1.0.17
18922026-09-05T00:04:41.038Z Compiling log v0.4.33
18932026-09-05T00:04:41.070Z Compiling pkg-config v0.3.32
18942026-09-05T00:04:41.070Z Compiling subtle v2.6.1
18952026-09-05T00:04:41.088Z Compiling num-traits v0.2.19
18962026-09-05T00:04:41.177Z Compiling stable_deref_trait v1.2.1
18972026-09-05T00:04:41.201Z Compiling rustix v1.1.4
18982026-09-05T00:04:41.246Z Compiling typenum v1.20.1
18992026-09-05T00:04:41.264Z Compiling getrandom v0.3.4
19002026-09-05T00:04:41.292Z Compiling jobserver v0.1.34
19012026-09-05T00:04:41.309Z Compiling errno v0.3.14
19022026-09-05T00:04:41.355Z Compiling scopeguard v1.2.0
19032026-09-05T00:04:41.428Z Compiling thiserror v2.0.18
19042026-09-05T00:04:41.480Z Compiling rand_core v0.10.0
19052026-09-05T00:04:41.509Z Compiling lock_api v0.4.14
19062026-09-05T00:04:41.561Z Compiling cc v1.2.56
19072026-09-05T00:04:41.690Z Compiling critical-section v1.2.0
19082026-09-05T00:04:41.690Z Compiling getrandom v0.2.17
19092026-09-05T00:04:41.729Z Compiling writeable v0.6.2
19102026-09-05T00:04:41.754Z Compiling syn v2.0.117
19112026-09-05T00:04:41.787Z Compiling equivalent v1.0.2
19122026-09-05T00:04:41.803Z Compiling schemars v0.8.22
19132026-09-05T00:04:41.819Z Compiling percent-encoding v2.3.2
19142026-09-05T00:04:41.839Z Compiling litemap v0.8.1
19152026-09-05T00:04:41.854Z Compiling rand_core v0.6.4
19162026-09-05T00:04:41.902Z Compiling syn v1.0.109
19172026-09-05T00:04:41.918Z Compiling pin-project-lite v0.2.17
19182026-09-05T00:04:42.073Z Compiling rustversion v1.0.22
19192026-09-05T00:04:42.096Z Compiling once_cell v1.21.3
19202026-09-05T00:04:42.140Z Compiling heck v0.5.0
19212026-09-05T00:04:42.158Z Compiling hashbrown v0.17.0
19222026-09-05T00:04:42.216Z Compiling dunce v1.0.5
19232026-09-05T00:04:42.230Z Compiling fs_extra v1.3.0
19242026-09-05T00:04:42.248Z Compiling utf8_iter v1.0.4
19252026-09-05T00:04:42.282Z Compiling cmake v0.1.57
19262026-09-05T00:04:42.330Z Compiling byteorder v1.5.0
19272026-09-05T00:04:42.348Z Compiling form_urlencoded v1.2.2
19282026-09-05T00:04:42.382Z Compiling strsim v0.11.1
19292026-09-05T00:04:42.574Z Compiling signal-hook-registry v1.4.8
19302026-09-05T00:04:42.646Z Compiling thiserror v1.0.69
19312026-09-05T00:04:42.691Z Compiling socket2 v0.6.3
19322026-09-05T00:04:42.708Z Compiling mio v1.2.0
19332026-09-05T00:04:42.729Z Compiling parking_lot v0.12.5
19342026-09-05T00:04:42.873Z Compiling bitflags v2.11.0
19352026-09-05T00:04:42.935Z Compiling semver v1.0.28
19362026-09-05T00:04:42.966Z Compiling indexmap v2.14.0
19372026-09-05T00:04:42.979Z Compiling aws-lc-sys v0.40.0
19382026-09-05T00:04:43.042Z Compiling aws-lc-rs v1.16.3
19392026-09-05T00:04:43.072Z Compiling const-oid v0.9.6
19402026-09-05T00:04:43.088Z Compiling futures-core v0.3.32
19412026-09-05T00:04:43.246Z Compiling iana-time-zone v0.1.65
19422026-09-05T00:04:43.250Z Compiling httparse v1.10.1
19432026-09-05T00:04:43.347Z Compiling regex-syntax v0.8.10
19442026-09-05T00:04:43.381Z Compiling crc32fast v1.5.0
19452026-09-05T00:04:43.571Z Compiling fnv v1.0.7
19462026-09-05T00:04:43.574Z Compiling ucd-trie v0.1.7
19472026-09-05T00:04:43.727Z Compiling uuid v1.23.4
19482026-09-05T00:04:43.788Z Compiling pest v2.8.6
19492026-09-05T00:04:43.802Z Compiling vcpkg v0.2.15
19502026-09-05T00:04:43.818Z Compiling ident_case v1.0.1
19512026-09-05T00:04:44.042Z Compiling rustc_version v0.4.1
19522026-09-05T00:04:44.089Z Compiling rustls v0.23.41
19532026-09-05T00:04:44.107Z Compiling futures-sink v0.3.32
19542026-09-05T00:04:44.226Z Compiling dyn-clone v1.0.20
19552026-09-05T00:04:44.245Z Compiling futures-channel v0.3.32
19562026-09-05T00:04:44.390Z Compiling aho-corasick v1.1.4
19572026-09-05T00:04:44.393Z Compiling openssl-sys v0.9.117
19582026-09-05T00:04:44.393Z Compiling futures-task v0.3.32
19592026-09-05T00:04:44.503Z Compiling slab v0.4.12
19602026-09-05T00:04:44.525Z Compiling futures-io v0.3.32
19612026-09-05T00:04:44.549Z Compiling synstructure v0.13.2
19622026-09-05T00:04:44.651Z Compiling serde_derive_internals v0.29.1
19632026-09-05T00:04:44.813Z Compiling time-core v0.1.8
19642026-09-05T00:04:44.837Z Compiling num-conv v0.2.0
19652026-09-05T00:04:44.884Z Compiling pest_meta v2.8.6
19662026-09-05T00:04:44.910Z Compiling radium v0.7.0
19672026-09-05T00:04:44.980Z Compiling plain v0.2.3
19682026-09-05T00:04:44.999Z Compiling time-macros v0.2.27
19692026-09-05T00:04:45.058Z Compiling crossbeam-utils v0.8.21
19702026-09-05T00:04:45.088Z Compiling base64 v0.22.1
19712026-09-05T00:04:45.088Z Compiling openssl v0.10.80
19722026-09-05T00:04:45.147Z Compiling pretty-hex v0.4.1
19732026-09-05T00:04:45.155Z Compiling maybe-uninit v2.0.0
19742026-09-05T00:04:45.187Z Compiling base64ct v1.8.3
19752026-09-05T00:04:45.297Z Compiling regex-automata v0.4.14
19762026-09-05T00:04:45.334Z Compiling slog v2.8.2
19772026-09-05T00:04:45.357Z Compiling flagset v0.4.7
19782026-09-05T00:04:45.442Z Compiling pem-rfc7468 v0.7.0
19792026-09-05T00:04:45.450Z Compiling unicode-segmentation v1.12.0
19802026-09-05T00:04:45.501Z Compiling pest_generator v2.8.6
19812026-09-05T00:04:45.528Z Compiling darling_core v0.23.0
19822026-09-05T00:04:45.541Z Compiling rand_core v0.9.5
19832026-09-05T00:04:45.577Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19842026-09-05T00:04:45.637Z Compiling bzip2-sys v0.1.13+1.0.8
19852026-09-05T00:04:45.667Z Compiling syn v3.0.3
19862026-09-05T00:04:45.700Z Compiling ahash v0.8.12
19872026-09-05T00:04:45.715Z Compiling packed_struct v0.10.1
19882026-09-05T00:04:45.754Z Compiling anyhow v1.0.104
19892026-09-05T00:04:45.761Z Compiling serde_derive v1.0.228
19902026-09-05T00:04:45.790Z Compiling zeroize_derive v1.5.0
19912026-09-05T00:04:45.799Z Compiling zerofrom-derive v0.1.6
19922026-09-05T00:04:45.831Z Compiling yoke-derive v0.8.1
19932026-09-05T00:04:45.932Z Compiling zerocopy-derive v0.8.55
19942026-09-05T00:04:45.956Z Compiling zerovec-derive v0.11.2
19952026-09-05T00:04:45.966Z Compiling displaydoc v0.2.5
19962026-09-05T00:04:45.974Z Compiling tokio-macros v2.7.0
19972026-09-05T00:04:45.975Z Compiling futures-macro v0.3.32
19982026-09-05T00:04:46.022Z Compiling thiserror-impl v2.0.18
19992026-09-05T00:04:46.050Z Compiling schemars_derive v0.8.22
20002026-09-05T00:04:46.107Z Compiling der_derive v0.7.3
20012026-09-05T00:04:46.129Z Compiling tracing-attributes v0.1.31
20022026-09-05T00:04:46.393Z Compiling thiserror-impl v1.0.69
20032026-09-05T00:04:46.711Z Compiling pest_derive v2.8.6
20042026-09-05T00:04:46.732Z Compiling scroll_derive v0.13.1
20052026-09-05T00:04:46.789Z Compiling futures-util v0.3.32
20062026-09-05T00:04:46.995Z Compiling zerofrom v0.1.6
20072026-09-05T00:04:47.054Z Compiling scroll_derive v0.12.1
20082026-09-05T00:04:47.143Z Compiling yoke v0.8.1
20092026-09-05T00:04:47.194Z Compiling openssl-macros v0.1.1
20102026-09-05T00:04:47.323Z Compiling num-bigint-dig v0.8.6
20112026-09-05T00:04:47.349Z Compiling zerovec v0.11.5
20122026-09-05T00:04:47.356Z Compiling zerotrie v0.2.3
20132026-09-05T00:04:47.601Z Compiling native-tls v0.2.18
20142026-09-05T00:04:47.652Z Compiling paste v1.0.15
20152026-09-05T00:04:47.696Z Compiling darling_macro v0.23.0
20162026-09-05T00:04:47.756Z Compiling regex v1.12.3
20172026-09-05T00:04:47.821Z Compiling zerocopy-derive v0.7.35
20182026-09-05T00:04:47.876Z Compiling tinystr v0.8.2
20192026-09-05T00:04:47.921Z Compiling potential_utf v0.1.4
20202026-09-05T00:04:48.107Z Compiling icu_locale_core v2.1.1
20212026-09-05T00:04:48.110Z Compiling icu_collections v2.1.1
20222026-09-05T00:04:48.393Z Compiling tracing-core v0.1.36
20232026-09-05T00:04:48.594Z Compiling cookie v0.18.1
20242026-09-05T00:04:48.612Z Compiling camino v1.2.5
20252026-09-05T00:04:48.652Z Compiling cpufeatures v0.2.17
20262026-09-05T00:04:48.740Z Compiling icu_provider v2.1.1
20272026-09-05T00:04:48.769Z Compiling fastrand v2.3.0
20282026-09-05T00:04:48.796Z Compiling tracing v0.1.44
20292026-09-05T00:04:48.908Z Compiling zeroize v1.9.0
20302026-09-05T00:04:48.949Z Compiling bytes v1.11.1
20312026-09-05T00:04:49.119Z Compiling chrono v0.4.45
20322026-09-05T00:04:49.142Z Compiling icu_normalizer v2.1.1
20332026-09-05T00:04:49.183Z Compiling icu_properties v2.1.2
20342026-09-05T00:04:49.201Z Compiling serde_tokenstream v0.2.3
20352026-09-05T00:04:49.503Z Compiling tokio v1.52.1
20362026-09-05T00:04:49.606Z Compiling crypto-common v0.1.7
20372026-09-05T00:04:49.652Z Compiling block-buffer v0.10.4
20382026-09-05T00:04:49.689Z Compiling der v0.7.10
20392026-09-05T00:04:49.784Z Compiling digest v0.10.7
20402026-09-05T00:04:49.855Z Compiling http v1.4.2
20412026-09-05T00:04:50.085Z Compiling idna_adapter v1.2.1
20422026-09-05T00:04:50.124Z Compiling serde_spanned v0.6.9
20432026-09-05T00:04:50.234Z Compiling ppv-lite86 v0.2.21
20442026-09-05T00:04:50.250Z Compiling idna v1.1.0
20452026-09-05T00:04:50.280Z Compiling toml_datetime v0.6.11
20462026-09-05T00:04:50.569Z Compiling url v2.5.8
20472026-09-05T00:04:50.598Z Compiling spki v0.7.3
20482026-09-05T00:04:50.641Z Compiling rand_chacha v0.9.0
20492026-09-05T00:04:50.898Z Compiling darling v0.23.0
20502026-09-05T00:04:50.912Z Compiling zerocopy-derive v0.6.6
20512026-09-05T00:04:50.929Z Compiling clap_derive v4.6.1
20522026-09-05T00:04:50.998Z Compiling bitfield-macros v0.19.4
20532026-09-05T00:04:51.019Z Compiling packed_struct_codegen v0.10.1
20542026-09-05T00:04:51.284Z Compiling indexmap v1.9.3
20552026-09-05T00:04:51.299Z Compiling simd-adler32 v0.3.8
20562026-09-05T00:04:51.401Z Compiling object v0.37.3
20572026-09-05T00:04:51.504Z Compiling rand v0.9.2
20582026-09-05T00:04:51.645Z Compiling pkcs8 v0.10.2
20592026-09-05T00:04:51.665Z Compiling http-body v1.0.1
20602026-09-05T00:04:51.682Z Compiling rustls-pki-types v1.14.0
20612026-09-05T00:04:51.685Z Compiling daft-derive v0.1.8
20622026-09-05T00:04:51.896Z Compiling spin v0.9.8
20632026-09-05T00:04:51.937Z Compiling usdt-impl v0.5.0
20642026-09-05T00:04:51.977Z Compiling either v1.15.0
20652026-09-05T00:04:52.066Z Compiling adler2 v2.0.1
20662026-09-05T00:04:52.102Z Compiling cmov v0.5.4
20672026-09-05T00:04:52.161Z Compiling usdt-impl v0.6.0
20682026-09-05T00:04:52.196Z Compiling anstyle v1.0.14
20692026-09-05T00:04:52.264Z Compiling ref-cast v1.0.25
20702026-09-05T00:04:52.319Z Compiling openssl-probe v0.2.1
20712026-09-05T00:04:52.336Z Compiling winnow v0.5.40
20722026-09-05T00:04:52.340Z Compiling utf8parse v0.2.2
20732026-09-05T00:04:52.368Z Compiling tinyvec_macros v0.1.1
20742026-09-05T00:04:52.397Z Compiling ctutils v0.4.2
20752026-09-05T00:04:52.431Z Compiling tinyvec v1.10.0
20762026-09-05T00:04:52.447Z Compiling anstyle-parse v1.0.0
20772026-09-05T00:04:52.472Z Compiling miniz_oxide v0.8.9
20782026-09-05T00:04:52.507Z Compiling sha2 v0.10.9
20792026-09-05T00:04:52.631Z Compiling tempfile v3.27.0
20802026-09-05T00:04:52.665Z Compiling scroll v0.12.0
20812026-09-05T00:04:52.678Z Compiling scroll v0.13.0
20822026-09-05T00:04:52.740Z Compiling async-trait v0.1.89
20832026-09-05T00:04:52.784Z Compiling terminal_size v0.4.3
20842026-09-05T00:04:52.858Z Compiling heapless v0.7.17
20852026-09-05T00:04:52.990Z Compiling anstyle-query v1.1.5
20862026-09-05T00:04:53.006Z Compiling tower-service v0.3.3
20872026-09-05T00:04:53.011Z Compiling atomic-waker v1.1.2
20882026-09-05T00:04:53.011Z Compiling winnow v0.7.14
20892026-09-05T00:04:53.038Z Compiling winnow v1.0.3
20902026-09-05T00:04:53.107Z Compiling signal-hook v0.3.18
20912026-09-05T00:04:53.125Z Compiling rustix v0.38.44
20922026-09-05T00:04:53.130Z Compiling tower-layer v0.3.3
20932026-09-05T00:04:53.154Z Compiling colorchoice v1.0.4
20942026-09-05T00:04:53.176Z Compiling litrs v1.0.0
20952026-09-05T00:04:53.281Z Compiling tokio-util v0.7.18
20962026-09-05T00:04:53.315Z Compiling zstd-safe v7.2.4
20972026-09-05T00:04:53.540Z Compiling try-lock v0.2.5
20982026-09-05T00:04:53.560Z Compiling untrusted v0.7.1
20992026-09-05T00:04:53.600Z Compiling toml_edit v0.19.15
21002026-09-05T00:04:53.614Z Compiling is_terminal_polyfill v1.70.2
21012026-09-05T00:04:53.650Z Compiling document-features v0.2.12
21022026-09-05T00:04:53.664Z Compiling want v0.3.1
21032026-09-05T00:04:53.730Z Compiling anstream v1.0.0
21042026-09-05T00:04:54.036Z Compiling h2 v0.4.15
21052026-09-05T00:04:54.057Z Compiling toml_parser v1.1.2+spec-1.1.0
21062026-09-05T00:04:54.120Z Compiling goblin v0.10.5
21072026-09-05T00:04:54.138Z Compiling goblin v0.8.2
21082026-09-05T00:04:54.265Z Compiling hybrid-array v0.4.13
21092026-09-05T00:04:54.355Z Compiling ipnetwork v0.21.1
21102026-09-05T00:04:54.502Z Compiling ipnet v2.12.0
21112026-09-05T00:04:54.626Z Compiling zerocopy v0.7.35
21122026-09-05T00:04:54.645Z Compiling structmeta-derive v0.3.0
21132026-09-05T00:04:54.675Z Compiling ref-cast-impl v1.0.25
21142026-09-05T00:04:54.888Z Compiling heck v0.4.1
21152026-09-05T00:04:54.974Z Compiling darling_core v0.20.11
21162026-09-05T00:04:55.078Z Compiling curve25519-dalek v4.1.3
21172026-09-05T00:04:55.112Z Compiling memoffset v0.9.1
21182026-09-05T00:04:55.165Z Compiling tap v1.0.1
21192026-09-05T00:04:55.213Z Compiling foreign-types-shared v0.1.1
21202026-09-05T00:04:55.230Z Compiling httpdate v1.0.3
21212026-09-05T00:04:55.306Z Compiling untrusted v0.9.0
21222026-09-05T00:04:55.321Z Compiling powerfmt v0.2.0
21232026-09-05T00:04:55.441Z Compiling foreign-types v0.3.2
21242026-09-05T00:04:55.459Z Compiling wyz v0.5.1
21252026-09-05T00:04:55.525Z Compiling deranged v0.5.8
21262026-09-05T00:04:55.603Z Compiling unicode-normalization v0.1.25
21272026-09-05T00:04:55.628Z Compiling structmeta v0.3.0
21282026-09-05T00:04:55.714Z Compiling dtrace-parser v0.2.0
21292026-09-05T00:04:55.734Z Compiling rand_chacha v0.3.1
21302026-09-05T00:04:55.784Z Compiling signature v2.2.0
21312026-09-05T00:04:55.884Z Compiling hex v0.4.3
21322026-09-05T00:04:55.949Z Compiling dtrace-parser v0.3.0
21332026-09-05T00:04:56.069Z Compiling pin-project-internal v1.1.11
21342026-09-05T00:04:56.145Z Compiling num-integer v0.1.46
21352026-09-05T00:04:56.176Z Compiling socket2 v0.5.10
21362026-09-05T00:04:56.315Z Compiling wait-timeout v0.2.1
21372026-09-05T00:04:56.396Z Compiling dof v0.3.0
21382026-09-05T00:04:56.454Z Compiling thread-id v4.2.2
21392026-09-05T00:04:56.538Z Compiling thread-id v5.1.0
21402026-09-05T00:04:56.552Z Compiling quick-error v1.2.3
21412026-09-05T00:04:56.597Z Compiling cfg_aliases v0.2.1
21422026-09-05T00:04:56.597Z Compiling owo-colors v4.3.0
21432026-09-05T00:04:56.632Z Compiling bit-vec v0.8.0
21442026-09-05T00:04:56.690Z Compiling clap_lex v1.0.0
21452026-09-05T00:04:56.798Z Compiling dof v0.4.0
21462026-09-05T00:04:56.867Z Compiling funty v2.0.0
21472026-09-05T00:04:56.902Z Compiling smoltcp v0.9.1
21482026-09-05T00:04:56.918Z Compiling darling_macro v0.20.11
21492026-09-05T00:04:56.918Z Compiling num_threads v0.1.7
21502026-09-05T00:04:56.978Z Compiling clap_builder v4.6.0
21512026-09-05T00:04:56.994Z Compiling bit-set v0.8.0
21522026-09-05T00:04:57.015Z Compiling time v0.3.47
21532026-09-05T00:04:57.060Z Compiling nix v0.31.2
21542026-09-05T00:04:57.173Z Compiling hyper v1.10.1
21552026-09-05T00:04:57.194Z Compiling rusty-fork v0.3.1
21562026-09-05T00:04:57.227Z Compiling bitvec v1.0.1
21572026-09-05T00:04:57.240Z Compiling num-iter v0.1.45
21582026-09-05T00:04:57.422Z Compiling darling v0.20.11
21592026-09-05T00:04:57.459Z Compiling rand v0.8.6
21602026-09-05T00:04:57.552Z Compiling lazy_static v1.5.0
21612026-09-05T00:04:57.681Z Compiling hmac v0.12.1
21622026-09-05T00:04:57.819Z Compiling erased-serde v0.3.31
21632026-09-05T00:04:57.965Z Compiling curve25519-dalek-derive v0.1.1
21642026-09-05T00:04:57.989Z Compiling rand_xorshift v0.4.0
21652026-09-05T00:04:58.022Z Compiling sync_wrapper v1.0.2
21662026-09-05T00:04:58.141Z Compiling unarray v0.1.4
21672026-09-05T00:04:58.265Z Compiling hyper-util v0.1.20
21682026-09-05T00:04:58.357Z Compiling zlib-rs v0.6.2
21692026-09-05T00:04:58.436Z Compiling crc-catalog v2.4.0
21702026-09-05T00:04:58.521Z Compiling siphasher v1.0.2
21712026-09-05T00:04:58.561Z Compiling nodrop v0.1.14
21722026-09-05T00:04:58.649Z Compiling array-init v0.0.4
21732026-09-05T00:04:58.685Z Compiling crc v3.4.0
21742026-09-05T00:04:58.716Z Compiling clap v4.6.1
21752026-09-05T00:04:58.879Z Compiling proptest v1.11.0
21762026-09-05T00:04:59.012Z Compiling tower v0.5.3
21772026-09-05T00:04:59.514Z Compiling derive_builder_core v0.20.2
21782026-09-05T00:04:59.591Z Compiling smallvec v0.6.14
21792026-09-05T00:04:59.792Z Compiling snafu-derive v0.8.9
21802026-09-05T00:04:59.910Z Compiling pkcs1 v0.7.5
21812026-09-05T00:04:59.930Z Compiling http-body-util v0.1.3
21822026-09-05T00:05:00.111Z Compiling bitfield v0.19.4
21832026-09-05T00:05:00.172Z Compiling zerocopy v0.6.6
21842026-09-05T00:05:00.247Z Compiling strum_macros v0.27.2
21852026-09-05T00:05:00.274Z Compiling strum_macros v0.26.4
21862026-09-05T00:05:00.293Z Compiling hubpack_derive v0.1.1
21872026-09-05T00:05:00.386Z Compiling flate2 v1.1.9
21882026-09-05T00:05:00.404Z Compiling env_filter v2.0.0
21892026-09-05T00:05:00.519Z Compiling fs-err v3.3.0
21902026-09-05T00:05:00.733Z Compiling ryu v1.0.23
21912026-09-05T00:05:00.736Z Compiling gimli v0.32.3
21922026-09-05T00:05:00.763Z Compiling unicode-properties v0.1.4
21932026-09-05T00:05:00.831Z Compiling hashbrown v0.12.3
21942026-09-05T00:05:00.926Z Compiling base64 v0.21.7
21952026-09-05T00:05:01.007Z Compiling unicode-bidi v0.3.18
21962026-09-05T00:05:01.054Z Compiling allocator-api2 v0.2.21
21972026-09-05T00:05:01.253Z Compiling iri-string v0.7.10
21982026-09-05T00:05:01.396Z Compiling stringprep v0.1.5
21992026-09-05T00:05:01.527Z Compiling ron v0.8.1
22002026-09-05T00:05:01.693Z Compiling newtype-uuid v1.3.2
22012026-09-05T00:05:01.765Z Compiling serde_urlencoded v0.7.1
22022026-09-05T00:05:01.884Z Compiling env_logger v0.11.11
22032026-09-05T00:05:01.963Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22042026-09-05T00:05:02.008Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22052026-09-05T00:05:02.023Z Compiling derive_builder_macro v0.20.2
22062026-09-05T00:05:02.124Z Compiling rsa v0.9.10
22072026-09-05T00:05:02.166Z Compiling oxnet v0.1.6
22082026-09-05T00:05:02.209Z Compiling tokio-native-tls v0.3.1
22092026-09-05T00:05:02.369Z Compiling tower-http v0.6.8
22102026-09-05T00:05:02.383Z Compiling serde-hex v0.1.0
22112026-09-05T00:05:02.400Z Compiling addr2line v0.25.1
22122026-09-05T00:05:02.510Z Compiling hashbrown v0.13.2
22132026-09-05T00:05:02.578Z Compiling bzip2 v0.4.4
22142026-09-05T00:05:02.596Z Compiling usdt-macro v0.6.0
22152026-09-05T00:05:02.618Z Compiling usdt-attr-macro v0.6.0
22162026-09-05T00:05:02.728Z Compiling derive-ex v0.1.8
22172026-09-05T00:05:02.747Z Compiling block-buffer v0.12.1
22182026-09-05T00:05:02.795Z Compiling crypto-common v0.2.2
22192026-09-05T00:05:02.956Z Compiling block-padding v0.4.2
22202026-09-05T00:05:03.301Z Compiling rustls-native-certs v0.8.3
22212026-09-05T00:05:03.501Z Compiling x509-cert v0.2.5
22222026-09-05T00:05:03.538Z Compiling md-5 v0.10.6
22232026-09-05T00:05:03.631Z Compiling bstr v1.12.1
22242026-09-05T00:05:03.706Z Compiling convert_case v0.10.0
22252026-09-05T00:05:03.926Z Compiling vergen-lib v9.1.0
22262026-09-05T00:05:03.929Z Compiling hash32 v0.2.1
22272026-09-05T00:05:03.990Z Compiling encoding_rs v0.8.35
22282026-09-05T00:05:04.025Z Compiling crc-any v2.5.0
22292026-09-05T00:05:04.025Z Compiling mime v0.3.17
22302026-09-05T00:05:04.148Z Compiling cpufeatures v0.3.0
22312026-09-05T00:05:04.215Z Compiling fallible-iterator v0.2.0
22322026-09-05T00:05:04.253Z Compiling rustc-demangle v0.1.27
22332026-09-05T00:05:04.385Z Compiling unicode-width v0.2.0
22342026-09-05T00:05:04.401Z Compiling psl-types v2.0.11
22352026-09-05T00:05:04.561Z Compiling publicsuffix v2.3.0
22362026-09-05T00:05:04.579Z Compiling postgres-protocol v0.6.10
22372026-09-05T00:05:04.635Z Compiling backtrace v0.3.76
22382026-09-05T00:05:04.689Z Compiling test-strategy v0.4.5
22392026-09-05T00:05:04.789Z Compiling derive_more-impl v2.1.1
22402026-09-05T00:05:05.214Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22412026-09-05T00:05:05.354Z Compiling inout v0.2.2
22422026-09-05T00:05:05.425Z Compiling object v0.30.4
22432026-09-05T00:05:05.463Z Compiling zip v0.6.6
22442026-09-05T00:05:05.533Z Compiling derive_builder v0.20.2
22452026-09-05T00:05:05.559Z Compiling daft v0.1.8
22462026-09-05T00:05:05.582Z Compiling hyper-tls v0.6.0
22472026-09-05T00:05:05.674Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22482026-09-05T00:05:05.831Z Compiling phf_shared v0.13.1
22492026-09-05T00:05:05.874Z Compiling pin-project v1.1.11
22502026-09-05T00:05:05.994Z Compiling toml v0.7.8
22512026-09-05T00:05:06.066Z Compiling serde_with_macros v3.21.0
22522026-09-05T00:05:06.118Z Compiling futures-executor v0.3.32
22532026-09-05T00:05:06.162Z Compiling serde_repr v0.1.20
22542026-09-05T00:05:06.244Z Compiling enum-as-inner v0.6.1
22552026-09-05T00:05:06.261Z Compiling async-recursion v1.1.1
22562026-09-05T00:05:06.360Z Compiling miette-derive v7.6.0
22572026-09-05T00:05:06.420Z Compiling vergen v9.1.0
22582026-09-05T00:05:06.435Z Compiling ff v0.13.1
22592026-09-05T00:05:06.504Z Compiling cargo-platform v0.3.2
22602026-09-05T00:05:06.551Z Compiling is_ci v1.2.0
22612026-09-05T00:05:06.593Z Compiling bumpalo v3.20.2
22622026-09-05T00:05:06.618Z Compiling path-slash v0.1.5
22632026-09-05T00:05:06.635Z Compiling libbz2-rs-sys v0.2.2
22642026-09-05T00:05:06.678Z Compiling unicode-linebreak v0.1.5
22652026-09-05T00:05:06.761Z Compiling foldhash v0.1.5
22662026-09-05T00:05:06.793Z Compiling same-file v1.0.6
22672026-09-05T00:05:06.828Z Compiling bitflags v1.3.2
22682026-09-05T00:05:06.845Z Compiling jiff-core v0.1.0
22692026-09-05T00:05:06.926Z Compiling foldhash v0.2.0
22702026-09-05T00:05:06.930Z Compiling smawk v0.3.2
22712026-09-05T00:05:06.960Z Compiling managed v0.8.0
22722026-09-05T00:05:07.076Z Compiling base16ct v0.2.0
22732026-09-05T00:05:07.099Z Compiling hashbrown v0.16.1
22742026-09-05T00:05:07.114Z Compiling textwrap v0.16.2
22752026-09-05T00:05:07.231Z Compiling sec1 v0.7.3
22762026-09-05T00:05:07.234Z Compiling bzip2 v0.6.1
22772026-09-05T00:05:07.262Z Compiling walkdir v2.5.0
22782026-09-05T00:05:07.265Z Compiling hashbrown v0.15.5
22792026-09-05T00:05:07.512Z Compiling zopfli v0.8.3
22802026-09-05T00:05:07.512Z Compiling cargo_metadata v0.23.1
22812026-09-05T00:05:07.547Z Compiling supports-color v3.0.2
22822026-09-05T00:05:07.605Z Compiling jiff v0.2.34
22832026-09-05T00:05:07.714Z Compiling group v0.13.0
22842026-09-05T00:05:07.727Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22852026-09-05T00:05:07.960Z Compiling futures v0.3.32
22862026-09-05T00:05:08.159Z Compiling phf v0.13.1
22872026-09-05T00:05:08.210Z Compiling snafu v0.8.9
22882026-09-05T00:05:08.305Z Compiling reqwest v0.12.28
22892026-09-05T00:05:08.361Z Compiling signal-hook-mio v0.2.5
22902026-09-05T00:05:08.554Z Compiling cipher v0.5.2
22912026-09-05T00:05:08.635Z Compiling cookie_store v0.22.1
22922026-09-05T00:05:08.725Z Compiling backtrace-ext v0.2.1
22932026-09-05T00:05:08.837Z Compiling postgres-types v0.2.12
22942026-09-05T00:05:08.855Z Compiling zstd v0.13.3
22952026-09-05T00:05:08.872Z Compiling globset v0.4.18
22962026-09-05T00:05:09.039Z Compiling strum v0.27.2
22972026-09-05T00:05:09.055Z Compiling hubpack v0.1.2
22982026-09-05T00:05:09.187Z Compiling phf_shared v0.11.3
22992026-09-05T00:05:09.228Z Compiling hkdf v0.12.4
23002026-09-05T00:05:09.243Z Compiling crossbeam-epoch v0.9.18
23012026-09-05T00:05:09.263Z Compiling byte-wrapper v0.1.0
23022026-09-05T00:05:09.295Z Compiling olpc-cjson v0.1.4
23032026-09-05T00:05:09.312Z Compiling ed25519 v2.2.3
23042026-09-05T00:05:09.491Z Compiling crypto-bigint v0.5.5
23052026-09-05T00:05:09.561Z Compiling serde_plain v1.0.2
23062026-09-05T00:05:09.594Z Compiling serde-big-array v0.5.1
23072026-09-05T00:05:09.622Z Compiling pem v3.0.6
23082026-09-05T00:05:09.690Z Compiling float-cmp v0.10.0
23092026-09-05T00:05:09.729Z Compiling memmap2 v0.9.10
23102026-09-05T00:05:09.751Z Compiling normalize-line-endings v0.3.0
23112026-09-05T00:05:09.768Z Compiling unicode-width v0.1.14
23122026-09-05T00:05:09.823Z Compiling new_debug_unreachable v1.0.6
23132026-09-05T00:05:09.855Z Compiling whoami v2.1.0
23142026-09-05T00:05:09.904Z Compiling const-oid v0.10.2
23152026-09-05T00:05:09.920Z Compiling supports-unicode v3.0.0
23162026-09-05T00:05:10.054Z Compiling predicates-core v1.0.10
23172026-09-05T00:05:10.075Z Compiling precomputed-hash v0.1.1
23182026-09-05T00:05:10.078Z Compiling toml_write v0.1.2
23192026-09-05T00:05:10.107Z Compiling fixedbitset v0.4.2
23202026-09-05T00:05:10.123Z Compiling fixedbitset v0.5.7
23212026-09-05T00:05:10.217Z Compiling static_assertions v1.1.0
23222026-09-05T00:05:10.228Z Compiling supports-hyperlinks v3.2.0
23232026-09-05T00:05:10.242Z Compiling difflib v0.4.0
23242026-09-05T00:05:10.266Z Compiling keccak v0.1.6
23252026-09-05T00:05:10.303Z Compiling typed-path v0.9.3
23262026-09-05T00:05:10.373Z Compiling data-encoding v2.10.0
23272026-09-05T00:05:10.416Z Compiling chacha20 v0.10.0
23282026-09-05T00:05:10.433Z Compiling elliptic-curve v0.13.8
23292026-09-05T00:05:10.482Z Compiling predicates v3.1.4
23302026-09-05T00:05:10.498Z Compiling sha3 v0.10.8
23312026-09-05T00:05:10.563Z Compiling petgraph v0.8.3
23322026-09-05T00:05:10.598Z Compiling miette v7.6.0
23332026-09-05T00:05:10.678Z Compiling hickory-proto v0.25.2
23342026-09-05T00:05:10.785Z Compiling petgraph v0.6.5
23352026-09-05T00:05:10.803Z Compiling toml_edit v0.22.27
23362026-09-05T00:05:10.807Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23372026-09-05T00:05:10.836Z Compiling string_cache v0.8.9
23382026-09-05T00:05:11.035Z Compiling digest v0.11.3
23392026-09-05T00:05:11.064Z Compiling tokio-postgres v0.7.16
23402026-09-05T00:05:11.429Z Compiling usdt v0.6.0
23412026-09-05T00:05:11.606Z Compiling zip v4.6.1
23422026-09-05T00:05:12.228Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23432026-09-05T00:05:12.377Z Compiling ed25519-dalek v2.2.0
23442026-09-05T00:05:12.511Z Compiling crossterm v0.28.1
23452026-09-05T00:05:12.867Z Compiling iddqd v0.4.2
23462026-09-05T00:05:13.000Z Compiling serde_with v3.21.0
23472026-09-05T00:05:13.094Z Compiling derive_more v2.1.1
23482026-09-05T00:05:13.122Z Compiling similar v2.7.0
23492026-09-05T00:05:13.215Z Compiling strum v0.26.3
23502026-09-05T00:05:13.359Z Compiling tokio-stream v0.1.18
23512026-09-05T00:05:13.383Z Compiling buf-list v1.1.2
23522026-09-05T00:05:13.546Z Compiling itertools v0.13.0
23532026-09-05T00:05:13.570Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23542026-09-05T00:05:13.646Z Compiling openapiv3 v2.2.0
23552026-09-05T00:05:14.042Z Compiling lalrpop-util v0.19.12
23562026-09-05T00:05:14.292Z Compiling peg-runtime v0.8.5
23572026-09-05T00:05:27.391Z Compiling macaddr v1.0.1
23582026-09-05T00:05:27.419Z Compiling rayon-core v1.13.0
23592026-09-05T00:05:27.507Z Compiling crucible-workspace-hack v0.1.0
23602026-09-05T00:05:27.597Z Compiling itertools v0.15.0
23612026-09-05T00:05:27.643Z Compiling secrecy v0.10.3
23622026-09-05T00:05:27.658Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23632026-09-05T00:05:27.720Z Compiling heapless v0.8.0
23642026-09-05T00:05:27.790Z Compiling toml_datetime v0.7.5+spec-1.1.0
23652026-09-05T00:05:27.892Z Compiling crossbeam-deque v0.8.6
23662026-09-05T00:05:27.909Z Compiling inout v0.1.4
23672026-09-05T00:05:27.952Z Compiling hash32 v0.3.1
23682026-09-05T00:05:27.985Z Compiling toml_edit v0.23.10+spec-1.0.0
23692026-09-05T00:05:28.039Z Compiling multer v3.1.0
23702026-09-05T00:05:28.075Z Compiling thread_local v1.1.9
23712026-09-05T00:05:28.078Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23722026-09-05T00:05:28.119Z Compiling slog-async v2.8.0
23732026-09-05T00:05:28.134Z Compiling compression-core v0.4.31
23742026-09-05T00:05:28.200Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23752026-09-05T00:05:28.226Z Compiling match_cfg v0.1.0
23762026-09-05T00:05:28.243Z Compiling smoltcp v0.11.0
23772026-09-05T00:05:28.309Z Compiling hostname v0.3.1
23782026-09-05T00:05:28.324Z Compiling compression-codecs v0.4.37
23792026-09-05T00:05:28.475Z Compiling cipher v0.4.4
23802026-09-05T00:05:28.478Z Compiling atomicwrites v0.4.4
23812026-09-05T00:05:28.497Z Compiling slog-json v2.6.1
23822026-09-05T00:05:28.585Z Compiling proc-macro-crate v3.4.0
23832026-09-05T00:05:28.614Z Compiling crossbeam-channel v0.5.15
23842026-09-05T00:05:28.726Z Compiling half v2.7.1
23852026-09-05T00:05:28.755Z Compiling universal-hash v0.5.1
23862026-09-05T00:05:28.771Z Compiling newtype-uuid-macros v0.1.0
23872026-09-05T00:05:28.793Z Compiling serde_tokenstream v0.3.0
23882026-09-05T00:05:28.862Z Compiling cobs v0.3.0
23892026-09-05T00:05:28.903Z Compiling ingot-macros v0.2.0
23902026-09-05T00:05:28.923Z Compiling async-stream-impl v0.3.6
23912026-09-05T00:05:28.953Z Compiling thiserror-impl-no-std v2.0.2
23922026-09-05T00:05:29.009Z Compiling toml_datetime v1.1.1+spec-1.1.0
23932026-09-05T00:05:29.025Z Compiling serde_spanned v1.1.1
23942026-09-05T00:05:29.094Z Compiling is-terminal v0.4.17
23952026-09-05T00:05:29.113Z Compiling dropshot v0.17.1
23962026-09-05T00:05:29.128Z Compiling proc-macro-error-attr v1.0.4
23972026-09-05T00:05:29.193Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
23982026-09-05T00:05:29.209Z Compiling term v1.2.1
23992026-09-05T00:05:29.229Z Compiling take_mut v0.2.2
24002026-09-05T00:05:29.328Z Compiling opaque-debug v0.3.1
24012026-09-05T00:05:29.345Z Compiling convert_case v0.4.0
24022026-09-05T00:05:29.362Z Compiling toml_writer v1.1.1+spec-1.1.0
24032026-09-05T00:05:29.382Z Compiling ciborium-io v0.2.2
24042026-09-05T00:05:29.413Z Compiling poly1305 v0.8.0
24052026-09-05T00:05:29.488Z Compiling ciborium-ll v0.2.2
24062026-09-05T00:05:29.506Z Compiling oxide-generation-macros v0.2.0
24072026-09-05T00:05:29.538Z Compiling async-stream v0.3.6
24082026-09-05T00:05:29.544Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24092026-09-05T00:05:29.578Z Compiling toml v1.1.2+spec-1.1.0
24102026-09-05T00:05:29.622Z Compiling slog-term v2.9.2
24112026-09-05T00:05:29.658Z Compiling derive_more v0.99.20
24122026-09-05T00:05:29.737Z Compiling postcard v1.1.3
24132026-09-05T00:05:29.741Z Compiling num_enum_derive v0.7.6
24142026-09-05T00:05:29.946Z Compiling thiserror-no-std v2.0.2
24152026-09-05T00:05:30.055Z Compiling chacha20 v0.9.1
24162026-09-05T00:05:30.158Z Compiling slog-bunyan v2.5.0
24172026-09-05T00:05:30.226Z Compiling async-compression v0.4.41
24182026-09-05T00:05:30.259Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24192026-09-05T00:05:30.305Z Compiling sha1 v0.11.0
24202026-09-05T00:05:30.309Z Compiling oxide-generation v0.1.3
24212026-09-05T00:05:30.391Z Compiling parse-display-derive v0.10.0
24222026-09-05T00:05:30.617Z Compiling proc-macro-crate v1.3.1
24232026-09-05T00:05:30.659Z Compiling waitgroup v0.1.2
24242026-09-05T00:05:30.675Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24252026-09-05T00:05:30.692Z Compiling rustls-pemfile v2.2.0
24262026-09-05T00:05:30.812Z Compiling blake2 v0.10.6
24272026-09-05T00:05:30.920Z Compiling aead v0.5.2
24282026-09-05T00:05:30.946Z Compiling dropshot_endpoint v0.17.1
24292026-09-05T00:05:30.963Z Compiling backon v1.6.0
24302026-09-05T00:05:30.981Z Compiling password-hash v0.5.0
24312026-09-05T00:05:31.121Z Compiling foreign-types-macros v0.2.3
24322026-09-05T00:05:31.191Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24332026-09-05T00:05:31.207Z Compiling serde_path_to_error v0.1.20
24342026-09-05T00:05:31.299Z Compiling hostname v0.4.2
24352026-09-05T00:05:31.334Z Compiling proc-macro-error v1.0.4
24362026-09-05T00:05:31.372Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24372026-09-05T00:05:31.479Z Compiling ingot-types v0.2.0
24382026-09-05T00:05:31.501Z Compiling instant v0.1.13
24392026-09-05T00:05:31.516Z Compiling foreign-types-shared v0.3.1
24402026-09-05T00:05:31.546Z Compiling debug-ignore v1.0.5
24412026-09-05T00:05:31.562Z Compiling illumos-nvpair-sys v0.2.0
24422026-09-05T00:05:31.625Z Compiling backoff v0.4.0
24432026-09-05T00:05:31.628Z Compiling argon2 v0.5.3
24442026-09-05T00:05:31.656Z Compiling chacha20poly1305 v0.10.1
24452026-09-05T00:05:31.660Z Compiling num_enum_derive v0.5.11
24462026-09-05T00:05:31.674Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24472026-09-05T00:05:31.708Z Compiling num_enum v0.7.6
24482026-09-05T00:05:31.722Z Compiling foreign-types v0.5.0
24492026-09-05T00:05:31.798Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
24502026-09-05T00:05:31.818Z Compiling vsss-rs v3.3.4
24512026-09-05T00:05:31.834Z Compiling ciborium v0.2.2
24522026-09-05T00:05:31.867Z Compiling parse-display v0.10.0
24532026-09-05T00:05:31.992Z Compiling ingot v0.2.1
24542026-09-05T00:05:32.007Z Compiling regress v0.10.5
24552026-09-05T00:05:32.024Z Compiling itertools v0.14.0
24562026-09-05T00:05:32.234Z Compiling tabwriter v1.4.1
24572026-09-05T00:05:32.253Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24582026-09-05T00:05:32.269Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24592026-09-05T00:05:32.304Z Compiling cstr-argument v0.1.2
24602026-09-05T00:05:32.399Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24612026-09-05T00:05:32.478Z Compiling humantime v2.3.0
24622026-09-05T00:05:32.498Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24632026-09-05T00:05:32.569Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24642026-09-05T00:05:32.631Z Compiling num_enum v0.5.11
24652026-09-05T00:05:32.703Z Compiling rayon v1.11.0
24662026-09-05T00:05:32.719Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24672026-09-05T00:05:32.747Z Compiling rand v0.10.1
24682026-09-05T00:05:32.763Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24692026-09-05T00:05:32.783Z Compiling colored v3.1.1
24702026-09-05T00:05:32.813Z Compiling indent_write v2.2.0
24712026-09-05T00:05:32.813Z Compiling libefi-sys v0.1.0
24722026-09-05T00:05:32.846Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24732026-09-05T00:05:32.851Z Compiling zone_cfg_derive v0.3.1
24742026-09-05T00:05:32.970Z Compiling rustls-webpki v0.103.13
24752026-09-05T00:05:33.064Z Compiling illumos-nvpair v0.3.0
24762026-09-05T00:05:33.134Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24772026-09-05T00:05:33.193Z Compiling camino-tempfile v1.4.1
24782026-09-05T00:05:33.246Z Compiling itertools v0.12.1
24792026-09-05T00:05:33.266Z Compiling usdt-attr-macro v0.5.0
24802026-09-05T00:05:33.269Z Compiling usdt-macro v0.5.0
24812026-09-05T00:05:33.417Z Compiling num-derive v0.4.2
24822026-09-05T00:05:33.492Z Compiling bitfield-struct v0.6.2
24832026-09-05T00:05:33.513Z Compiling blake3 v1.8.5
24842026-09-05T00:05:33.529Z Compiling sigpipe v0.1.3
24852026-09-05T00:05:33.627Z Compiling memmap v0.7.0
24862026-09-05T00:05:33.741Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24872026-09-05T00:05:33.836Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24882026-09-05T00:05:33.879Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24892026-09-05T00:05:33.982Z Compiling glob v0.3.3
24902026-09-05T00:05:33.999Z Compiling swrite v0.1.0
24912026-09-05T00:05:34.038Z Compiling usdt v0.5.0
24922026-09-05T00:05:34.122Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24932026-09-05T00:05:34.156Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24942026-09-05T00:05:34.348Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24952026-09-05T00:05:34.442Z Compiling smf v0.2.3
24962026-09-05T00:05:34.524Z Compiling filetime v0.2.27
24972026-09-05T00:05:34.539Z Compiling arrayref v0.3.9
24982026-09-05T00:05:34.571Z Compiling xattr v1.6.1
24992026-09-05T00:05:34.588Z Compiling whoami v1.6.1
25002026-09-05T00:05:34.607Z Compiling zone v0.3.1
25012026-09-05T00:05:34.622Z Compiling constant_time_eq v0.4.2
25022026-09-05T00:05:34.795Z Compiling arrayvec v0.7.6
25032026-09-05T00:05:34.802Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25042026-09-05T00:05:34.802Z Compiling tar v0.4.46
25052026-09-05T00:05:34.806Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25062026-09-05T00:05:34.819Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25072026-09-05T00:05:34.835Z Compiling tokio-dtrace v0.1.1
25082026-09-05T00:05:34.853Z Compiling gethostname v0.5.0
25092026-09-05T00:05:34.975Z Compiling console v0.16.2
25102026-09-05T00:05:35.019Z Compiling unit-prefix v0.5.2
25112026-09-05T00:05:35.131Z Compiling topological-sort v0.2.2
25122026-09-05T00:05:35.187Z Compiling oxide-tokio-rt v0.1.4
25132026-09-05T00:05:35.249Z Compiling toml v0.8.23
25142026-09-05T00:05:35.316Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25152026-09-05T00:05:35.360Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25162026-09-05T00:05:35.387Z Compiling shell-words v1.1.1
25172026-09-05T00:05:35.573Z Compiling indicatif v0.18.4
25182026-09-05T00:05:36.339Z Compiling tokio-rustls v0.26.4
25192026-09-05T00:05:36.343Z Compiling rustls-platform-verifier v0.6.2
25202026-09-05T00:05:36.441Z Compiling tough v0.22.0
25212026-09-05T00:05:36.563Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25222026-09-05T00:05:36.622Z Compiling hyper-rustls v0.27.7
25232026-09-05T00:05:36.850Z Compiling reqwest v0.13.2
25242026-09-05T00:05:39.075Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25252026-09-05T00:05:39.349Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25262026-09-05T00:05:45.145Z Compiling progenitor-client v0.14.0
25272026-09-05T00:05:45.145Z Compiling omicron-zone-package v0.12.3
25282026-09-05T00:05:45.379Z Compiling progenitor-extras v0.2.0
25292026-09-05T00:05:45.618Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25302026-09-05T00:05:45.637Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25312026-09-05T00:05:45.803Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25322026-09-05T00:05:45.822Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25332026-09-05T00:05:45.899Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25342026-09-05T00:05:45.915Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25352026-09-05T00:05:45.965Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25362026-09-05T00:05:46.113Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25372026-09-05T00:05:46.473Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25382026-09-05T00:05:49.610Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25392026-09-05T00:05:59.191Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25402026-09-05T00:06:02.214Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25412026-09-05T00:06:03.187Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
25422026-09-05T00:06:14.518Z Finished `release` profile [optimized] target(s) in 1m 35s
25432026-09-05T00:06:14.662Z Running `target/release/omicron-package -t test target create -p dev`
25442026-09-05T00:06:14.721ZLogging to: /work/oxidecomputer/omicron/out/LOG
25452026-09-05T00:06:14.724ZCreated new build target 'test' and set it as active
25462026-09-05T00:06:14.724Z
25472026-09-05T00:06:14.724Zreal 1:35.340364129
25482026-09-05T00:06:14.724Zuser 14:17.285984513
25492026-09-05T00:06:14.724Zsys 2:45.006179398
25502026-09-05T00:06:14.724Ztrap 0.404172095
25512026-09-05T00:06:14.724Ztflt 0.673544781
25522026-09-05T00:06:14.724Zdflt 3.882647556
25532026-09-05T00:06:14.724Zkflt 0.000949252
25542026-09-05T00:06:14.724Zlock 39:44.495401875
25552026-09-05T00:06:14.724Zslp 33:41.820849516
25562026-09-05T00:06:14.724Zlat 37.882939951
25572026-09-05T00:06:14.724Zstop 6:13.878231180
25582026-09-05T00:06:14.724Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
25592026-09-05T00:06:15.602Z Finished `release` profile [optimized] target(s) in 0.86s
25602026-09-05T00:06:15.676Z Running `target/release/omicron-package -t test package`
25612026-09-05T00:06:15.728ZLogging to: /work/oxidecomputer/omicron/out/LOG
25622026-09-05T00:06:17.159Z Compiling cfg-if v1.0.4
25632026-09-05T00:06:17.369Z Compiling serde_core v1.0.228
25642026-09-05T00:06:17.369Z Compiling libc v0.2.185
25652026-09-05T00:06:17.373Z Compiling memchr v2.8.0
25662026-09-05T00:06:17.433Z Compiling smallvec v1.15.1
25672026-09-05T00:06:17.465Z Compiling stable_deref_trait v1.2.1
25682026-09-05T00:06:17.494Z Compiling libm v0.2.16
25692026-09-05T00:06:17.498Z Compiling scopeguard v1.2.0
25702026-09-05T00:06:17.532Z Compiling zerofrom v0.1.6
25712026-09-05T00:06:17.554Z Compiling rand_core v0.10.0
25722026-09-05T00:06:17.575Z Compiling percent-encoding v2.3.2
25732026-09-05T00:06:17.575Z Compiling writeable v0.6.2
25742026-09-05T00:06:17.598Z Compiling litemap v0.8.1
25752026-09-05T00:06:17.637Z Compiling lock_api v0.4.14
25762026-09-05T00:06:17.663Z Compiling yoke v0.8.1
25772026-09-05T00:06:17.666Z Compiling icu_normalizer_data v2.1.1
25782026-09-05T00:06:17.704Z Compiling icu_properties_data v2.1.2
25792026-09-05T00:06:17.727Z Compiling utf8_iter v1.0.4
25802026-09-05T00:06:17.750Z Compiling form_urlencoded v1.2.2
25812026-09-05T00:06:17.777Z Compiling iana-time-zone v0.1.65
25822026-09-05T00:06:17.802Z Compiling errno v0.3.14
25832026-09-05T00:06:17.802Z Compiling getrandom v0.4.3
25842026-09-05T00:06:17.806Z Compiling parking_lot_core v0.9.12
25852026-09-05T00:06:17.872Z Compiling zerovec v0.11.5
25862026-09-05T00:06:17.876Z Compiling zerotrie v0.2.3
25872026-09-05T00:06:17.919Z Compiling zerocopy v0.8.55
25882026-09-05T00:06:17.943Z Compiling signal-hook-registry v1.4.8
25892026-09-05T00:06:17.968Z Compiling mio v1.2.0
25902026-09-05T00:06:17.997Z Compiling socket2 v0.6.3
25912026-09-05T00:06:18.039Z Compiling parking_lot v0.12.5
25922026-09-05T00:06:18.062Z Compiling thiserror v2.0.18
25932026-09-05T00:06:18.098Z Compiling getrandom v0.2.17
25942026-09-05T00:06:18.137Z Compiling futures-util v0.3.32
25952026-09-05T00:06:18.169Z Compiling getrandom v0.3.4
25962026-09-05T00:06:18.172Z Compiling base64 v0.22.1
25972026-09-05T00:06:18.213Z Compiling time v0.3.47
25982026-09-05T00:06:18.240Z Compiling aho-corasick v1.1.4
25992026-09-05T00:06:18.300Z Compiling num-traits v0.2.19
26002026-09-05T00:06:18.323Z Compiling rand_core v0.6.4
26012026-09-05T00:06:18.355Z Compiling rand_core v0.9.5
26022026-09-05T00:06:18.399Z Compiling tinystr v0.8.2
26032026-09-05T00:06:18.466Z Compiling potential_utf v0.1.4
26042026-09-05T00:06:18.487Z Compiling spin v0.9.8
26052026-09-05T00:06:18.508Z Compiling socket2 v0.5.10
26062026-09-05T00:06:18.529Z Compiling pest v2.8.6
26072026-09-05T00:06:18.587Z Compiling icu_locale_core v2.1.1
26082026-09-05T00:06:18.619Z Compiling icu_collections v2.1.1
26092026-09-05T00:06:18.641Z Compiling encoding_rs v0.8.35
26102026-09-05T00:06:18.666Z Compiling simd-adler32 v0.3.8
26112026-09-05T00:06:18.690Z Compiling adler2 v2.0.1
26122026-09-05T00:06:18.719Z Compiling crc32fast v1.5.0
26132026-09-05T00:06:18.745Z Compiling wait-timeout v0.2.1
26142026-09-05T00:06:18.904Z Compiling miniz_oxide v0.8.9
26152026-09-05T00:06:19.023Z Compiling zlib-rs v0.6.2
26162026-09-05T00:06:19.055Z Compiling rand_xorshift v0.4.0
26172026-09-05T00:06:19.108Z Compiling lazy_static v1.5.0
26182026-09-05T00:06:19.153Z Compiling thread-id v5.1.0
26192026-09-05T00:06:19.234Z Compiling data-encoding v2.10.0
26202026-09-05T00:06:19.344Z Compiling serde v1.0.228
26212026-09-05T00:06:19.354Z Compiling serde_json v1.0.151
26222026-09-05T00:06:19.354Z Compiling bitflags v2.11.0
26232026-09-05T00:06:19.355Z Compiling uuid v1.23.4
26242026-09-05T00:06:19.398Z Compiling icu_provider v2.1.1
26252026-09-05T00:06:19.447Z Compiling semver v1.0.28
26262026-09-05T00:06:19.756Z Compiling icu_normalizer v2.1.1
26272026-09-05T00:06:19.825Z Compiling bytes v1.11.1
26282026-09-05T00:06:19.879Z Compiling zeroize v1.9.0
26292026-09-05T00:06:19.905Z Compiling icu_properties v2.1.2
26302026-09-05T00:06:19.960Z Compiling chrono v0.4.45
26312026-09-05T00:06:20.007Z Compiling rustix v1.1.4
26322026-09-05T00:06:20.133Z Compiling generic-array v0.14.7
26332026-09-05T00:06:20.302Z Compiling indexmap v2.14.0
26342026-09-05T00:06:20.549Z Compiling tokio v1.52.1
26352026-09-05T00:06:20.552Z Compiling http v1.4.2
26362026-09-05T00:06:20.722Z Compiling crypto-common v0.1.7
26372026-09-05T00:06:20.749Z Compiling block-buffer v0.10.4
26382026-09-05T00:06:20.875Z Compiling idna_adapter v1.2.1
26392026-09-05T00:06:20.907Z Compiling digest v0.10.7
26402026-09-05T00:06:20.926Z Compiling erased-serde v0.3.31
26412026-09-05T00:06:20.948Z Compiling rustls-pki-types v1.14.0
26422026-09-05T00:06:20.972Z Compiling ipnet v2.12.0
26432026-09-05T00:06:20.976Z Compiling aws-lc-rs v1.16.3
26442026-09-05T00:06:21.019Z Compiling idna v1.1.0
26452026-09-05T00:06:21.050Z Compiling ppv-lite86 v0.2.21
26462026-09-05T00:06:21.166Z Compiling terminal_size v0.4.3
26472026-09-05T00:06:21.188Z Compiling regex-automata v0.4.14
26482026-09-05T00:06:21.217Z Compiling tempfile v3.27.0
26492026-09-05T00:06:21.334Z Compiling http-body v1.0.1
26502026-09-05T00:06:21.359Z Compiling clap_builder v4.6.0
26512026-09-05T00:06:21.423Z Compiling url v2.5.8
26522026-09-05T00:06:21.447Z Compiling slog v2.8.2
26532026-09-05T00:06:21.485Z Compiling rand_chacha v0.9.0
26542026-09-05T00:06:21.518Z Compiling der v0.7.10
26552026-09-05T00:06:21.564Z Compiling http-body-util v0.1.3
26562026-09-05T00:06:21.698Z Compiling rand v0.9.2
26572026-09-05T00:06:21.750Z Compiling rand_chacha v0.3.1
26582026-09-05T00:06:21.885Z Compiling serde_urlencoded v0.7.1
26592026-09-05T00:06:21.906Z Compiling rustls-native-certs v0.8.3
26602026-09-05T00:06:21.926Z Compiling futures-executor v0.3.32
26612026-09-05T00:06:21.958Z Compiling hybrid-array v0.4.13
26622026-09-05T00:06:22.068Z Compiling schemars v0.8.22
26632026-09-05T00:06:22.177Z Compiling rustls-webpki v0.103.13
26642026-09-05T00:06:22.274Z Compiling rand v0.8.6
26652026-09-05T00:06:22.294Z Compiling hubpack v0.1.2
26662026-09-05T00:06:22.390Z Compiling hex v0.4.3
26672026-09-05T00:06:22.444Z Compiling futures v0.3.32
26682026-09-05T00:06:22.543Z Compiling spki v0.7.3
26692026-09-05T00:06:22.543Z Compiling publicsuffix v2.3.0
26702026-09-05T00:06:22.656Z Compiling openapiv3 v2.2.0
26712026-09-05T00:06:22.703Z Compiling cookie v0.18.1
26722026-09-05T00:06:22.788Z Compiling rustls v0.23.41
26732026-09-05T00:06:22.810Z Compiling pkcs8 v0.10.2
26742026-09-05T00:06:22.838Z Compiling rusty-fork v0.3.1
26752026-09-05T00:06:23.015Z Compiling sha2 v0.10.9
26762026-09-05T00:06:23.110Z Compiling ipnetwork v0.21.1
26772026-09-05T00:06:23.166Z Compiling cookie_store v0.22.1
26782026-09-05T00:06:23.202Z Compiling flate2 v1.1.9
26792026-09-05T00:06:23.336Z Compiling clap v4.6.1
26802026-09-05T00:06:23.340Z Compiling proptest v1.11.0
26812026-09-05T00:06:23.379Z Compiling crypto-common v0.2.2
26822026-09-05T00:06:23.464Z Compiling oxnet v0.1.6
26832026-09-05T00:06:23.488Z Compiling block-buffer v0.12.1
26842026-09-05T00:06:23.586Z Compiling signature v2.2.0
26852026-09-05T00:06:23.701Z Compiling hmac v0.12.1
26862026-09-05T00:06:23.722Z Compiling dof v0.4.0
26872026-09-05T00:06:23.776Z Compiling dtrace-parser v0.3.0
26882026-09-05T00:06:23.806Z Compiling camino v1.2.5
26892026-09-05T00:06:23.883Z Compiling memmap2 v0.9.10
26902026-09-05T00:06:23.888Z Compiling num-integer v0.1.46
26912026-09-05T00:06:23.943Z Compiling rustix v0.38.44
26922026-09-05T00:06:24.171Z Compiling regex v1.12.3
26932026-09-05T00:06:24.231Z Compiling x509-cert v0.2.5
26942026-09-05T00:06:24.325Z Compiling toml_datetime v0.6.11
26952026-09-05T00:06:24.348Z Compiling serde_spanned v0.6.9
26962026-09-05T00:06:24.374Z Compiling dof v0.3.0
26972026-09-05T00:06:24.430Z Compiling num-iter v0.1.45
26982026-09-05T00:06:24.486Z Compiling bstr v1.12.1
26992026-09-05T00:06:24.532Z Compiling usdt-impl v0.6.0
27002026-09-05T00:06:24.583Z Compiling dtrace-parser v0.2.0
27012026-09-05T00:06:24.681Z Compiling ff v0.13.1
27022026-09-05T00:06:24.705Z Compiling thread-id v4.2.2
27032026-09-05T00:06:24.815Z Compiling digest v0.11.3
27042026-09-05T00:06:24.863Z Compiling tokio-util v0.7.18
27052026-09-05T00:06:24.937Z Compiling tower v0.5.3
27062026-09-05T00:06:25.075Z Compiling usdt v0.6.0
27072026-09-05T00:06:25.190Z Compiling usdt-impl v0.5.0
27082026-09-05T00:06:25.252Z Compiling group v0.13.0
27092026-09-05T00:06:25.405Z Compiling tower-http v0.6.8
27102026-09-05T00:06:25.440Z Compiling sec1 v0.7.3
27112026-09-05T00:06:25.475Z Compiling signal-hook v0.3.18
27122026-09-05T00:06:25.523Z Compiling nix v0.31.2
27132026-09-05T00:06:25.593Z Compiling hkdf v0.12.4
27142026-09-05T00:06:25.647Z Compiling serde_with v3.21.0
27152026-09-05T00:06:25.782Z Compiling h2 v0.4.15
27162026-09-05T00:06:25.847Z Compiling newtype-uuid v1.3.2
27172026-09-05T00:06:25.974Z Compiling crypto-bigint v0.5.5
27182026-09-05T00:06:26.000Z Compiling foreign-types-shared v0.1.1
27192026-09-05T00:06:26.119Z Compiling daft v0.1.8
27202026-09-05T00:06:26.145Z Compiling foreign-types v0.3.2
27212026-09-05T00:06:26.145Z Compiling ahash v0.8.12
27222026-09-05T00:06:26.247Z Compiling tokio-rustls v0.26.4
27232026-09-05T00:06:26.310Z Compiling rustls-platform-verifier v0.6.2
27242026-09-05T00:06:26.335Z Compiling num-bigint-dig v0.8.6
27252026-09-05T00:06:26.451Z Compiling packed_struct v0.10.1
27262026-09-05T00:06:26.478Z Compiling openssl-sys v0.9.117
27272026-09-05T00:06:26.481Z Compiling pkcs1 v0.7.5
27282026-09-05T00:06:26.580Z Compiling toml_edit v0.19.15
27292026-09-05T00:06:26.718Z Compiling serde-hex v0.1.0
27302026-09-05T00:06:26.776Z Compiling bzip2 v0.4.4
27312026-09-05T00:06:26.799Z Compiling hashbrown v0.13.2
27322026-09-05T00:06:26.946Z Compiling openssl v0.10.80
27332026-09-05T00:06:27.025Z Compiling elliptic-curve v0.13.8
27342026-09-05T00:06:27.393Z Compiling rsa v0.9.10
27352026-09-05T00:06:27.421Z Compiling signal-hook-mio v0.2.5
27362026-09-05T00:06:27.449Z Compiling globset v0.4.18
27372026-09-05T00:06:27.525Z Compiling ron v0.8.1
27382026-09-05T00:06:27.567Z Compiling block-padding v0.4.2
27392026-09-05T00:06:27.590Z Compiling sha3 v0.10.8
27402026-09-05T00:06:27.755Z Compiling inout v0.2.2
27412026-09-05T00:06:27.953Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
27422026-09-05T00:06:27.977Z Compiling curve25519-dalek v4.1.3
27432026-09-05T00:06:27.982Z Compiling object v0.30.4
27442026-09-05T00:06:28.002Z Compiling zip v0.6.6
27452026-09-05T00:06:28.122Z Compiling toml v0.7.8
27462026-09-05T00:06:28.202Z Compiling jiff v0.2.34
27472026-09-05T00:06:28.428Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27482026-09-05T00:06:28.461Z Compiling cipher v0.5.2
27492026-09-05T00:06:28.725Z Compiling crossterm v0.28.1
27502026-09-05T00:06:28.787Z Compiling ed25519 v2.2.3
27512026-09-05T00:06:28.828Z Compiling serde-big-array v0.5.1
27522026-09-05T00:06:28.862Z Compiling pem v3.0.6
27532026-09-05T00:06:28.885Z Compiling petgraph v0.8.3
27542026-09-05T00:06:28.889Z Compiling object v0.37.3
27552026-09-05T00:06:28.942Z Compiling heapless v0.7.17
27562026-09-05T00:06:29.039Z Compiling ed25519-dalek v2.2.0
27572026-09-05T00:06:29.145Z Compiling chacha20 v0.10.0
27582026-09-05T00:06:29.355Z Compiling byte-wrapper v0.1.0
27592026-09-05T00:06:29.355Z Compiling md-5 v0.10.6
27602026-09-05T00:06:29.477Z Compiling hyper v1.10.1
27612026-09-05T00:06:29.503Z Compiling native-tls v0.2.18
27622026-09-05T00:06:29.527Z Compiling serde_plain v1.0.2
27632026-09-05T00:06:29.553Z Compiling toml_edit v0.22.27
27642026-09-05T00:06:29.574Z Compiling zopfli v0.8.3
27652026-09-05T00:06:29.796Z Compiling tokio-native-tls v0.3.1
27662026-09-05T00:06:29.925Z Compiling postgres-protocol v0.6.10
27672026-09-05T00:06:29.948Z Compiling smoltcp v0.9.1
27682026-09-05T00:06:30.015Z Compiling hickory-proto v0.25.2
27692026-09-05T00:06:30.540Z Compiling float-cmp v0.10.0
27702026-09-05T00:06:30.674Z Compiling predicates v3.1.4
27712026-09-05T00:06:30.707Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27722026-09-05T00:06:30.845Z Compiling petgraph v0.6.5
27732026-09-05T00:06:30.928Z Compiling hyper-util v0.1.20
27742026-09-05T00:06:31.165Z Compiling zip v4.6.1
27752026-09-05T00:06:31.368Z Compiling string_cache v0.8.9
27762026-09-05T00:06:31.400Z Compiling textwrap v0.16.2
27772026-09-05T00:06:31.662Z Compiling postgres-types v0.2.12
27782026-09-05T00:06:31.662Z Compiling iddqd v0.4.2
27792026-09-05T00:06:31.722Z Compiling similar v2.7.0
27802026-09-05T00:06:31.960Z Compiling backtrace v0.3.76
27812026-09-05T00:06:32.135Z Compiling tokio-stream v0.1.18
27822026-09-05T00:06:32.180Z Compiling olpc-cjson v0.1.4
27832026-09-05T00:06:32.378Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27842026-09-05T00:06:32.419Z Compiling tokio-postgres v0.7.16
27852026-09-05T00:06:32.635Z Compiling hyper-rustls v0.27.7
27862026-09-05T00:06:32.674Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
27872026-09-05T00:06:32.698Z Compiling hyper-tls v0.6.0
27882026-09-05T00:06:32.720Z Compiling backtrace-ext v0.2.1
27892026-09-05T00:06:32.745Z Compiling fs-err v3.3.0
27902026-09-05T00:06:32.964Z Compiling reqwest v0.13.2
27912026-09-05T00:06:32.988Z Compiling reqwest v0.12.28
27922026-09-05T00:06:33.186Z Compiling miette v7.6.0
27932026-09-05T00:06:33.241Z Compiling buf-list v1.1.2
27942026-09-05T00:06:33.289Z Compiling thread_local v1.1.9
27952026-09-05T00:06:33.354Z Compiling is-terminal v0.4.17
27962026-09-05T00:06:33.408Z Compiling hostname v0.3.1
27972026-09-05T00:06:33.449Z Compiling slog-json v2.6.1
27982026-09-05T00:06:33.483Z Compiling slog-term v2.9.2
27992026-09-05T00:06:33.583Z Compiling slog-async v2.8.0
28002026-09-05T00:06:33.607Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28012026-09-05T00:06:33.610Z Compiling compression-codecs v0.4.37
28022026-09-05T00:06:33.718Z Compiling slog-bunyan v2.5.0
28032026-09-05T00:06:33.923Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
28042026-09-05T00:06:33.946Z Compiling serde_spanned v1.1.1
28052026-09-05T00:06:33.973Z Compiling toml_datetime v1.1.1+spec-1.1.0
28062026-09-05T00:06:34.021Z Compiling multer v3.1.0
28072026-09-05T00:06:34.136Z Compiling async-compression v0.4.41
28082026-09-05T00:06:34.201Z Compiling sha1 v0.11.0
28092026-09-05T00:06:34.292Z Compiling toml v1.1.2+spec-1.1.0
28102026-09-05T00:06:34.325Z Compiling rustls-pemfile v2.2.0
28112026-09-05T00:06:34.352Z Compiling serde_path_to_error v0.1.20
28122026-09-05T00:06:34.493Z Compiling tough v0.22.0
28132026-09-05T00:06:34.559Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28142026-09-05T00:06:34.582Z Compiling hostname v0.4.2
28152026-09-05T00:06:34.607Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28162026-09-05T00:06:34.773Z Compiling progenitor-client v0.14.0
28172026-09-05T00:06:34.798Z Compiling atomicwrites v0.4.4
28182026-09-05T00:06:34.801Z Compiling macaddr v1.0.1
28192026-09-05T00:06:34.801Z Compiling instant v0.1.13
28202026-09-05T00:06:34.801Z Compiling oxide-generation v0.1.3
28212026-09-05T00:06:34.988Z Compiling regress v0.10.5
28222026-09-05T00:06:35.066Z Compiling backoff v0.4.0
28232026-09-05T00:06:35.101Z Compiling progenitor-extras v0.2.0
28242026-09-05T00:06:35.236Z Compiling dropshot v0.17.1
28252026-09-05T00:06:35.311Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
28262026-09-05T00:06:35.315Z Compiling parse-display v0.10.0
28272026-09-05T00:06:35.398Z Compiling half v2.7.1
28282026-09-05T00:06:35.422Z Compiling heck v0.5.0
28292026-09-05T00:06:35.500Z Compiling regress v0.11.1
28302026-09-05T00:06:35.752Z Compiling ciborium-ll v0.2.2
28312026-09-05T00:06:35.775Z Compiling secrecy v0.10.3
28322026-09-05T00:06:35.828Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28332026-09-05T00:06:35.851Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
28342026-09-05T00:06:35.964Z Compiling ciborium v0.2.2
28352026-09-05T00:06:36.021Z Compiling inout v0.1.4
28362026-09-05T00:06:36.134Z Compiling universal-hash v0.5.1
28372026-09-05T00:06:36.212Z Compiling cipher v0.4.4
28382026-09-05T00:06:36.243Z Compiling unsafe-libyaml v0.2.11
28392026-09-05T00:06:36.269Z Compiling poly1305 v0.8.0
28402026-09-05T00:06:36.494Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
28412026-09-05T00:06:36.547Z Compiling chacha20 v0.9.1
28422026-09-05T00:06:36.551Z Compiling blake2 v0.10.6
28432026-09-05T00:06:36.696Z Compiling aead v0.5.2
28442026-09-05T00:06:36.760Z Compiling password-hash v0.5.0
28452026-09-05T00:06:36.829Z Compiling serde_yaml v0.9.34+deprecated
28462026-09-05T00:06:36.854Z Compiling chacha20poly1305 v0.10.1
28472026-09-05T00:06:36.902Z Compiling vsss-rs v3.3.4
28482026-09-05T00:06:36.935Z Compiling camino-tempfile v1.4.1
28492026-09-05T00:06:36.962Z Compiling heapless v0.8.0
28502026-09-05T00:06:36.989Z Compiling ingot-types v0.2.0
28512026-09-05T00:06:37.035Z Compiling typify-impl v0.6.2
28522026-09-05T00:06:37.269Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28532026-09-05T00:06:37.293Z Compiling argon2 v0.5.3
28542026-09-05T00:06:37.341Z Compiling cobs v0.3.0
28552026-09-05T00:06:37.373Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28562026-09-05T00:06:37.464Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28572026-09-05T00:06:37.494Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
28582026-09-05T00:06:37.527Z Compiling postcard v1.1.3
28592026-09-05T00:06:37.579Z Compiling smoltcp v0.11.0
28602026-09-05T00:06:37.689Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28612026-09-05T00:06:37.928Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
28622026-09-05T00:06:37.951Z Compiling ingot v0.2.1
28632026-09-05T00:06:38.029Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
28642026-09-05T00:06:38.107Z Compiling cstr-argument v0.1.2
28652026-09-05T00:06:38.133Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28662026-09-05T00:06:38.219Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28672026-09-05T00:06:38.289Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28682026-09-05T00:06:38.326Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
28692026-09-05T00:06:38.381Z Compiling rand v0.10.1
28702026-09-05T00:06:38.407Z Compiling sigpipe v0.1.3
28712026-09-05T00:06:38.519Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28722026-09-05T00:06:38.558Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28732026-09-05T00:06:38.628Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
28742026-09-05T00:06:39.062Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
28752026-09-05T00:06:39.084Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
28762026-09-05T00:06:39.141Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
28772026-09-05T00:06:39.192Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
28782026-09-05T00:06:39.292Z Compiling memmap v0.7.0
28792026-09-05T00:06:39.429Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
28802026-09-05T00:06:39.522Z Compiling usdt v0.5.0
28812026-09-05T00:06:39.586Z Compiling zone v0.3.1
28822026-09-05T00:06:39.798Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
28832026-09-05T00:06:39.875Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
28842026-09-05T00:06:39.962Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28852026-09-05T00:06:40.030Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28862026-09-05T00:06:40.096Z Compiling derive-where v1.6.0
28872026-09-05T00:06:40.118Z Compiling bytecount v0.6.9
28882026-09-05T00:06:40.215Z Compiling toml v0.8.23
28892026-09-05T00:06:40.292Z Compiling tokio-dtrace v0.1.1
28902026-09-05T00:06:40.421Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
28912026-09-05T00:06:40.465Z Compiling typify-macro v0.6.2
28922026-09-05T00:06:40.582Z Compiling oxide-tokio-rt v0.1.4
28932026-09-05T00:06:40.612Z Compiling prettyplease v0.2.37
28942026-09-05T00:06:40.655Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
28952026-09-05T00:06:40.747Z Compiling newline-converter v0.3.0
28962026-09-05T00:06:40.872Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
28972026-09-05T00:06:40.914Z Compiling gethostname v0.5.0
28982026-09-05T00:06:41.028Z Compiling console v0.15.11
28992026-09-05T00:06:41.070Z Compiling slog-dtrace v0.3.0
29002026-09-05T00:06:41.149Z Compiling cancel-safe-futures v0.1.5
29012026-09-05T00:06:41.286Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
29022026-09-05T00:06:41.333Z Compiling oxide-update-engine-types v0.1.2
29032026-09-05T00:06:41.438Z Compiling expectorate v1.2.0
29042026-09-05T00:06:41.491Z Compiling num-rational v0.4.2
29052026-09-05T00:06:41.494Z Compiling num-complex v0.4.6
29062026-09-05T00:06:41.537Z Compiling match_cfg v0.1.0
29072026-09-05T00:06:41.662Z Compiling compression-core v0.4.31
29082026-09-05T00:06:41.682Z Compiling resolv-conf v0.7.6
29092026-09-05T00:06:41.931Z Compiling num v0.4.3
29102026-09-05T00:06:41.977Z Compiling crossbeam-channel v0.5.15
29112026-09-05T00:06:42.066Z Compiling typify v0.6.2
29122026-09-05T00:06:42.139Z Compiling linear-map v1.2.0
29132026-09-05T00:06:42.192Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
29142026-09-05T00:06:42.216Z Compiling progenitor-impl v0.14.0
29152026-09-05T00:06:42.241Z Compiling float-ord v0.3.2
29162026-09-05T00:06:42.285Z Compiling term v1.2.1
29172026-09-05T00:06:42.291Z Compiling toml_writer v1.1.1+spec-1.1.0
29182026-09-05T00:06:42.337Z Compiling take_mut v0.2.2
29192026-09-05T00:06:42.389Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
29202026-09-05T00:06:42.534Z Compiling oxide-update-engine v0.1.2
29212026-09-05T00:06:42.579Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
29222026-09-05T00:06:43.286Z Compiling async-stream v0.3.6
29232026-09-05T00:06:43.489Z Compiling waitgroup v0.1.2
29242026-09-05T00:06:43.624Z Compiling backon v1.6.0
29252026-09-05T00:06:43.816Z Compiling debug-ignore v1.0.5
29262026-09-05T00:06:43.837Z Compiling linked-hash-map v0.5.6
29272026-09-05T00:06:43.861Z Compiling minimal-lexical v0.2.1
29282026-09-05T00:06:44.108Z Compiling nom v7.1.3
29292026-09-05T00:06:44.112Z Compiling lru-cache v0.1.2
29302026-09-05T00:06:44.177Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
29312026-09-05T00:06:44.362Z Compiling progenitor-macro v0.14.0
29322026-09-05T00:06:44.456Z Compiling itertools v0.14.0
29332026-09-05T00:06:44.820Z Compiling unicode-xid v0.2.6
29342026-09-05T00:06:44.874Z Compiling humantime v2.3.0
29352026-09-05T00:06:44.962Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
29362026-09-05T00:06:45.006Z Compiling hickory-proto v0.24.4
29372026-09-05T00:06:45.149Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29382026-09-05T00:06:45.216Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
29392026-09-05T00:06:45.499Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29402026-09-05T00:06:45.753Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29412026-09-05T00:06:46.129Z Compiling papergrid v0.11.0
29422026-09-05T00:06:46.153Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29432026-09-05T00:06:46.234Z Compiling tabled_derive v0.7.0
29442026-09-05T00:06:46.340Z Compiling termtree v0.5.1
29452026-09-05T00:06:46.429Z Compiling crossterm v0.29.0
29462026-09-05T00:06:46.454Z Compiling phf_shared v0.12.1
29472026-09-05T00:06:46.489Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29482026-09-05T00:06:46.540Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29492026-09-05T00:06:46.685Z Compiling vte v0.14.1
29502026-09-05T00:06:47.007Z Compiling csv-core v0.1.13
29512026-09-05T00:06:47.032Z Compiling highway v1.3.0
29522026-09-05T00:06:47.136Z Compiling tabled v0.15.0
29532026-09-05T00:06:47.335Z Compiling chrono-tz v0.10.4
29542026-09-05T00:06:47.361Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29552026-09-05T00:06:47.531Z Compiling hickory-resolver v0.24.4
29562026-09-05T00:06:47.592Z Compiling csv v1.4.0
29572026-09-05T00:06:48.147Z Compiling strip-ansi-escapes v0.2.1
29582026-09-05T00:06:48.337Z Compiling phf v0.12.1
29592026-09-05T00:06:48.450Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29602026-09-05T00:06:48.492Z Compiling progenitor v0.14.0
29612026-09-05T00:06:48.541Z Compiling const_format_proc_macros v0.2.34
29622026-09-05T00:06:48.565Z Compiling fd-lock v4.0.4
29632026-09-05T00:06:48.673Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29642026-09-05T00:06:48.696Z Compiling qorb v0.4.1
29652026-09-05T00:06:48.741Z Compiling peg-macros v0.8.5
29662026-09-05T00:06:48.910Z Compiling nu-ansi-term v0.50.3
29672026-09-05T00:06:49.158Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
29682026-09-05T00:06:49.182Z Compiling reedline v0.40.0
29692026-09-05T00:06:49.312Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
29702026-09-05T00:06:49.334Z Compiling bcs v0.1.6
29712026-09-05T00:06:49.337Z Compiling const_format v0.2.35
29722026-09-05T00:06:49.730Z Compiling nom v8.0.0
29732026-09-05T00:06:49.753Z Compiling semver v0.1.20
29742026-09-05T00:06:49.798Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29752026-09-05T00:06:50.025Z Compiling peg v0.8.5
29762026-09-05T00:06:50.046Z Compiling rustc_version v0.1.7
29772026-09-05T00:06:50.124Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29782026-09-05T00:06:50.253Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
29792026-09-05T00:06:50.284Z Compiling newtype_derive v0.1.6
29802026-09-05T00:06:50.353Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
29812026-09-05T00:06:50.676Z Compiling steno v0.4.1
29822026-09-05T00:06:50.750Z Compiling dropshot-api-manager-types v0.8.0
29832026-09-05T00:06:50.771Z Compiling sha1 v0.10.6
29842026-09-05T00:06:50.908Z Compiling utf-8 v0.7.6
29852026-09-05T00:06:51.104Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
29862026-09-05T00:06:51.130Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29872026-09-05T00:06:51.174Z Compiling tagptr v0.2.0
29882026-09-05T00:06:51.196Z Compiling tungstenite v0.21.0
29892026-09-05T00:06:51.376Z Compiling moka v0.12.13
29902026-09-05T00:06:51.397Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
29912026-09-05T00:06:51.421Z Compiling darling_core v0.21.3
29922026-09-05T00:06:51.448Z Compiling display-error-chain v0.2.2
29932026-09-05T00:06:51.469Z Compiling vergen-lib v0.1.6
29942026-09-05T00:06:51.610Z Compiling diesel_derives v2.3.7
29952026-09-05T00:06:51.716Z Compiling scheduled-thread-pool v0.2.7
29962026-09-05T00:06:51.797Z Compiling tokio-tungstenite v0.21.0
29972026-09-05T00:06:51.854Z Compiling vergen-gitcl v1.0.8
29982026-09-05T00:06:52.076Z Compiling diesel_table_macro_syntax v0.3.0
29992026-09-05T00:06:52.161Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30002026-09-05T00:06:52.182Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30012026-09-05T00:06:52.340Z Compiling dirs-sys-next v0.1.2
30022026-09-05T00:06:52.362Z Compiling glob v0.3.3
30032026-09-05T00:06:52.447Z Compiling crunchy v0.2.4
30042026-09-05T00:06:52.505Z Compiling hickory-resolver v0.25.2
30052026-09-05T00:06:52.598Z Compiling maplit v1.0.2
30062026-09-05T00:06:52.621Z Compiling dirs-next v2.0.0
30072026-09-05T00:06:52.715Z Compiling r2d2 v0.8.10
30082026-09-05T00:06:52.739Z Compiling clang-sys v1.8.1
30092026-09-05T00:06:52.785Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
30102026-09-05T00:06:52.832Z Compiling libscf-sys v1.2.0
30112026-09-05T00:06:52.923Z Compiling tiny-keccak v2.0.2
30122026-09-05T00:06:52.992Z Compiling downcast-rs v2.0.2
30132026-09-05T00:06:53.013Z Compiling xshell-macros v0.2.7
30142026-09-05T00:06:53.140Z Compiling term v0.7.0
30152026-09-05T00:06:53.215Z Compiling papergrid v0.18.0
30162026-09-05T00:06:53.237Z Compiling bit-vec v0.6.3
30172026-09-05T00:06:53.410Z Compiling xshell v0.2.7
30182026-09-05T00:06:53.480Z Compiling bit-set v0.5.3
30192026-09-05T00:06:53.504Z Compiling ascii-canvas v3.0.0
30202026-09-05T00:06:53.539Z Compiling darling_macro v0.21.3
30212026-09-05T00:06:53.563Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30222026-09-05T00:06:53.595Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
30232026-09-05T00:06:53.633Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30242026-09-05T00:06:53.670Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
30252026-09-05T00:06:53.712Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30262026-09-05T00:06:53.747Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30272026-09-05T00:06:53.769Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30282026-09-05T00:06:53.986Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
30292026-09-05T00:06:54.079Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30302026-09-05T00:06:54.143Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
30312026-09-05T00:06:54.182Z Compiling darling v0.21.3
30322026-09-05T00:06:54.215Z Compiling itertools v0.15.0
30332026-09-05T00:06:54.298Z Compiling dsl_auto_type v0.2.0
30342026-09-05T00:06:54.357Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30352026-09-05T00:06:54.535Z Compiling tabled v0.21.0
30362026-09-05T00:06:54.739Z Compiling itertools v0.10.5
30372026-09-05T00:06:54.766Z Compiling ena v0.14.4
30382026-09-05T00:06:54.860Z Compiling libloading v0.8.9
30392026-09-05T00:06:55.014Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
30402026-09-05T00:06:55.090Z Compiling regex-syntax v0.6.29
30412026-09-05T00:06:55.226Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30422026-09-05T00:06:55.248Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
30432026-09-05T00:06:55.714Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30442026-09-05T00:06:55.818Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30452026-09-05T00:06:55.843Z Compiling diff v0.1.13
30462026-09-05T00:06:55.971Z Compiling bindgen v0.71.1
30472026-09-05T00:06:56.099Z Compiling unicase v2.9.0
30482026-09-05T00:06:56.371Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
30492026-09-05T00:06:56.482Z Compiling lalrpop v0.19.12
30502026-09-05T00:06:56.558Z Compiling cexpr v0.6.0
30512026-09-05T00:06:56.954Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30522026-09-05T00:06:57.063Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
30532026-09-05T00:06:57.178Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
30542026-09-05T00:06:57.199Z Compiling rustc-hash v2.1.1
30552026-09-05T00:06:57.364Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
30562026-09-05T00:06:57.528Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30572026-09-05T00:06:57.649Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30582026-09-05T00:06:58.678Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30592026-09-05T00:06:59.050Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30602026-09-05T00:06:59.229Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30612026-09-05T00:06:59.275Z Compiling headers-core v0.3.0
30622026-09-05T00:06:59.322Z Compiling libxml v0.3.3
30632026-09-05T00:06:59.426Z Compiling crc8 v0.1.1
30642026-09-05T00:06:59.449Z Compiling diesel v2.3.7
30652026-09-05T00:06:59.567Z Compiling headers v0.4.1
30662026-09-05T00:06:59.630Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30672026-09-05T00:06:59.708Z Compiling strum_macros v0.24.3
30682026-09-05T00:06:59.848Z Compiling indoc v1.0.9
30692026-09-05T00:07:00.074Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30702026-09-05T00:07:00.294Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30712026-09-05T00:07:00.516Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30722026-09-05T00:07:00.707Z Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
30732026-09-05T00:07:00.944Z Compiling quick-xml v0.37.5
30742026-09-05T00:07:01.071Z Compiling derive_builder v0.20.2
30752026-09-05T00:07:01.118Z Compiling oso-derive v0.27.3
30762026-09-05T00:07:01.238Z Compiling impl-trait-for-tuples v0.2.3
30772026-09-05T00:07:01.454Z Compiling openssl-probe v0.1.6
30782026-09-05T00:07:01.594Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
30792026-09-05T00:07:01.667Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30802026-09-05T00:07:01.756Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
30812026-09-05T00:07:01.779Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30822026-09-05T00:07:02.105Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30832026-09-05T00:07:02.129Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30842026-09-05T00:07:02.354Z Compiling bb8 v0.8.6
30852026-09-05T00:07:02.377Z Compiling filetime v0.2.27
30862026-09-05T00:07:02.493Z Compiling trait-variant v0.1.2
30872026-09-05T00:07:02.604Z Compiling proc-macro-error-attr2 v2.0.0
30882026-09-05T00:07:02.627Z Compiling half v1.8.3
30892026-09-05T00:07:02.733Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
30902026-09-05T00:07:02.794Z Compiling tar v0.4.46
30912026-09-05T00:07:02.961Z Compiling serde_cbor v0.11.2
30922026-09-05T00:07:03.040Z Compiling proc-macro-error2 v2.0.1
30932026-09-05T00:07:03.043Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30942026-09-05T00:07:03.085Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30952026-09-05T00:07:03.327Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
30962026-09-05T00:07:03.361Z Compiling hashbrown v0.14.5
30972026-09-05T00:07:03.494Z Compiling samael v0.0.19
30982026-09-05T00:07:03.517Z Compiling rfc6979 v0.4.0
30992026-09-05T00:07:03.543Z Compiling salty v0.3.0
31002026-09-05T00:07:03.657Z Compiling ecdsa v0.16.9
31012026-09-05T00:07:03.686Z Compiling knus-derive v3.4.0
31022026-09-05T00:07:03.852Z Compiling polar-core v0.27.3
31032026-09-05T00:07:03.873Z Compiling chumsky v0.9.3
31042026-09-05T00:07:03.979Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31052026-09-05T00:07:04.023Z Compiling primeorder v0.13.6
31062026-09-05T00:07:04.118Z Compiling nonempty v0.12.0
31072026-09-05T00:07:04.325Z Compiling p384 v0.13.1
31082026-09-05T00:07:04.352Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31092026-09-05T00:07:04.781Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31102026-09-05T00:07:04.840Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
31112026-09-05T00:07:05.081Z Compiling fxhash v0.2.1
31122026-09-05T00:07:05.108Z Compiling knus v3.4.0
31132026-09-05T00:07:05.209Z Compiling libz-sys v1.1.24
31142026-09-05T00:07:05.247Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
31152026-09-05T00:07:05.399Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
31162026-09-05T00:07:05.469Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31172026-09-05T00:07:05.702Z Compiling kstat-rs v0.2.5
31182026-09-05T00:07:05.764Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31192026-09-05T00:07:05.845Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
31202026-09-05T00:07:05.970Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31212026-09-05T00:07:06.106Z Compiling mime_guess v2.0.5
31222026-09-05T00:07:06.391Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31232026-09-05T00:07:06.623Z Compiling nanorand v0.7.0
31242026-09-05T00:07:06.961Z Compiling libgit2-sys v0.18.3+1.9.2
31252026-09-05T00:07:07.003Z Compiling parking_lot_core v0.8.6
31262026-09-05T00:07:07.310Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31272026-09-05T00:07:07.335Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31282026-09-05T00:07:07.381Z Compiling flume v0.11.1
31292026-09-05T00:07:07.461Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
31302026-09-05T00:07:07.766Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31312026-09-05T00:07:07.887Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
31322026-09-05T00:07:08.102Z Compiling git-stub v1.0.0
31332026-09-05T00:07:08.125Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
31342026-09-05T00:07:08.266Z Compiling corncobs v0.1.4
31352026-09-05T00:07:08.369Z Compiling http-range v0.1.5
31362026-09-05T00:07:08.373Z Compiling strsim v0.10.0
31372026-09-05T00:07:08.479Z Compiling instability v0.3.11
31382026-09-05T00:07:08.556Z Compiling darling_core v0.13.4
31392026-09-05T00:07:08.675Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
31402026-09-05T00:07:08.772Z Compiling git-stub-vcs v0.1.0
31412026-09-05T00:07:08.793Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31422026-09-05T00:07:09.534Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
31432026-09-05T00:07:09.556Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31442026-09-05T00:07:09.591Z Compiling progenitor-impl v0.13.0
31452026-09-05T00:07:09.725Z Compiling ignore v0.4.25
31462026-09-05T00:07:09.839Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31472026-09-05T00:07:10.096Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
31482026-09-05T00:07:10.208Z Compiling secrecy v0.8.0
31492026-09-05T00:07:10.230Z Compiling anstyle-parse v0.2.7
31502026-09-05T00:07:10.401Z Compiling castaway v0.2.4
31512026-09-05T00:07:10.472Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31522026-09-05T00:07:10.558Z Compiling vergen-git2 v9.1.0
31532026-09-05T00:07:10.780Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
31542026-09-05T00:07:11.011Z Compiling indoc v2.0.7
31552026-09-05T00:07:11.712Z Compiling progenitor-macro v0.13.0
31562026-09-05T00:07:11.750Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31572026-09-05T00:07:12.240Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
31582026-09-05T00:07:12.295Z Compiling compact_str v0.8.1
31592026-09-05T00:07:12.858Z Compiling oso v0.27.3
31602026-09-05T00:07:12.889Z Compiling globwalk v0.9.1
31612026-09-05T00:07:13.066Z Compiling anstream v0.6.21
31622026-09-05T00:07:13.365Z Compiling darling_macro v0.13.4
31632026-09-05T00:07:13.470Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31642026-09-05T00:07:13.605Z Compiling hyper-staticfile v0.10.1
31652026-09-05T00:07:13.689Z Compiling parking_lot v0.11.2
31662026-09-05T00:07:13.778Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31672026-09-05T00:07:13.871Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31682026-09-05T00:07:14.313Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31692026-09-05T00:07:14.359Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31702026-09-05T00:07:14.437Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31712026-09-05T00:07:14.506Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31722026-09-05T00:07:14.581Z Compiling predicates-tree v1.0.13
31732026-09-05T00:07:14.927Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31742026-09-05T00:07:15.148Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
31752026-09-05T00:07:15.614Z Compiling progenitor-client v0.13.0
31762026-09-05T00:07:15.747Z Compiling unicode-truncate v1.1.0
31772026-09-05T00:07:15.827Z Compiling lru v0.12.5
31782026-09-05T00:07:15.856Z Compiling sha2 v0.11.0
31792026-09-05T00:07:15.961Z Compiling digest-io v0.1.0
31802026-09-05T00:07:16.054Z Compiling prefix-trie v0.7.0
31812026-09-05T00:07:16.076Z Compiling rand_seeder v0.4.0
31822026-09-05T00:07:16.137Z Compiling rawzip v0.4.4
31832026-09-05T00:07:16.331Z Compiling cassowary v0.3.0
31842026-09-05T00:07:16.357Z Compiling progenitor v0.13.0
31852026-09-05T00:07:16.532Z Compiling diesel-dtrace v0.5.0
31862026-09-05T00:07:16.549Z Compiling async-bb8-diesel v0.2.1
31872026-09-05T00:07:16.852Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
31882026-09-05T00:07:16.876Z Compiling ratatui v0.29.0
31892026-09-05T00:07:16.984Z Compiling hickory-server v0.25.2
31902026-09-05T00:07:17.010Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31912026-09-05T00:07:17.122Z Compiling camino-tempfile-ext v0.3.3
31922026-09-05T00:07:17.262Z Compiling sled v0.34.7
31932026-09-05T00:07:17.573Z Compiling darling v0.13.4
31942026-09-05T00:07:18.280Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31952026-09-05T00:07:19.351Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
31962026-09-05T00:07:19.873Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31972026-09-05T00:07:20.106Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31982026-09-05T00:07:20.543Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31992026-09-05T00:07:20.815Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32002026-09-05T00:07:21.047Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
32012026-09-05T00:07:21.122Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
32022026-09-05T00:07:21.489Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32032026-09-05T00:07:21.619Z Compiling serde_with_macros v1.5.2
32042026-09-05T00:07:21.837Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32052026-09-05T00:07:22.057Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32062026-09-05T00:07:22.281Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
32072026-09-05T00:07:22.379Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32082026-09-05T00:07:22.438Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32092026-09-05T00:07:22.507Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32102026-09-05T00:07:22.572Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32112026-09-05T00:07:22.611Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32122026-09-05T00:07:22.663Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32132026-09-05T00:07:22.733Z Compiling arc-swap v1.8.2
32142026-09-05T00:07:22.796Z Compiling void v1.0.2
32152026-09-05T00:07:22.935Z Compiling lzss v0.8.2
32162026-09-05T00:07:22.984Z Compiling serde_with v1.14.0
32172026-09-05T00:07:23.027Z Compiling slog-scope v4.4.1
32182026-09-05T00:07:23.053Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
32192026-09-05T00:07:23.094Z Compiling scuffle v0.1.0
32202026-09-05T00:07:23.117Z Compiling tungstenite v0.23.0
32212026-09-05T00:07:23.143Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32222026-09-05T00:07:23.208Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32232026-09-05T00:07:23.371Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32242026-09-05T00:07:23.587Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32252026-09-05T00:07:23.710Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32262026-09-05T00:07:23.731Z Compiling libsw-core v0.3.2
32272026-09-05T00:07:23.809Z Compiling nix v0.27.1
32282026-09-05T00:07:23.934Z Compiling twox-hash v2.1.2
32292026-09-05T00:07:23.958Z Compiling serde_bytes v0.11.19
32302026-09-05T00:07:24.172Z Compiling atty v0.2.14
32312026-09-05T00:07:24.213Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
32322026-09-05T00:07:24.235Z Compiling libsw v3.5.0
32332026-09-05T00:07:24.341Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
32342026-09-05T00:07:24.416Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
32352026-09-05T00:07:24.448Z Compiling tokio-tungstenite v0.23.1
32362026-09-05T00:07:24.505Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
32372026-09-05T00:07:24.529Z Compiling slog-stdlog v4.1.1
32382026-09-05T00:07:24.556Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32392026-09-05T00:07:24.721Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32402026-09-05T00:07:24.744Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32412026-09-05T00:07:24.817Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32422026-09-05T00:07:24.840Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32432026-09-05T00:07:25.183Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32442026-09-05T00:07:25.390Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32452026-09-05T00:07:25.514Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32462026-09-05T00:07:25.559Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32472026-09-05T00:07:25.898Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32482026-09-05T00:07:25.948Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
32492026-09-05T00:07:26.276Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
32502026-09-05T00:07:26.476Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
32512026-09-05T00:07:26.608Z Compiling signal-hook-tokio v0.3.1
32522026-09-05T00:07:26.793Z Compiling fatfs v0.3.6
32532026-09-05T00:07:27.083Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32542026-09-05T00:07:27.111Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32552026-09-05T00:07:27.391Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32562026-09-05T00:07:27.416Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32572026-09-05T00:07:27.635Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32582026-09-05T00:07:27.963Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32592026-09-05T00:07:30.049Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32602026-09-05T00:07:30.217Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32612026-09-05T00:07:31.235Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32622026-09-05T00:07:31.298Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32632026-09-05T00:07:31.745Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32642026-09-05T00:07:31.771Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32652026-09-05T00:07:31.774Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32662026-09-05T00:07:32.164Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32672026-09-05T00:07:32.451Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
32682026-09-05T00:07:32.694Z Compiling git2 v0.20.4
32692026-09-05T00:07:33.458Z Compiling yasna v0.5.2
32702026-09-05T00:07:33.966Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
32712026-09-05T00:07:34.199Z Compiling console v0.16.2
32722026-09-05T00:07:34.492Z Compiling assert_matches v1.5.0
32732026-09-05T00:07:34.597Z Compiling seq-macro v0.3.6
32742026-09-05T00:07:34.837Z Compiling indicatif v0.18.4
32752026-09-05T00:07:35.068Z Compiling rcgen v0.12.1
32762026-09-05T00:07:35.090Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32772026-09-05T00:07:35.483Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32782026-09-05T00:07:35.720Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
32792026-09-05T00:07:36.349Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32802026-09-05T00:07:36.464Z Compiling slog-envlogger v2.2.0
32812026-09-05T00:07:38.396Z Compiling oxide-update-engine-display v0.1.2
32822026-09-05T00:07:39.151Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32832026-09-05T00:07:40.312Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32842026-09-05T00:07:40.404Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32852026-09-05T00:07:40.631Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32862026-09-05T00:07:40.858Z Compiling port-file v0.1.0
32872026-09-05T00:07:41.181Z Compiling subprocess v0.2.15
32882026-09-05T00:07:41.604Z Compiling rtoolbox v0.0.3
32892026-09-05T00:07:41.677Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32902026-09-05T00:07:41.804Z Compiling rpassword v7.5.4
32912026-09-05T00:07:41.867Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32922026-09-05T00:07:42.221Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32932026-09-05T00:07:42.299Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32942026-09-05T00:07:42.357Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32952026-09-05T00:07:42.379Z Compiling tui-tree-widget v0.23.1
32962026-09-05T00:07:42.657Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32972026-09-05T00:07:43.501Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
32982026-09-05T00:07:44.214Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
32992026-09-05T00:07:44.924Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33002026-09-05T00:07:45.041Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
33012026-09-05T00:07:45.281Z Compiling uzers v0.12.2
33022026-09-05T00:07:45.472Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33032026-09-05T00:07:45.676Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33042026-09-05T00:07:45.886Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33052026-09-05T00:07:46.055Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33062026-09-05T00:07:46.119Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33072026-09-05T00:07:46.457Z Compiling support-bundle-viewer v0.1.2
33082026-09-05T00:07:46.677Z Compiling multimap v0.10.1
33092026-09-05T00:07:47.593Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33102026-09-05T00:08:11.742Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
33112026-09-05T00:08:32.244Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33122026-09-05T00:08:45.850Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33132026-09-05T00:16:25.331Z Finished `release` profile [optimized] target(s) in 10m 09s
33142026-09-05T00:16:25.370Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
33152026-09-05T00:16:25.370Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
33162026-09-05T00:16:59.679Z
33172026-09-05T00:16:59.683Zreal 10:44.922666270
33182026-09-05T00:16:59.683Zuser 2:02:12.292973867
33192026-09-05T00:16:59.683Zsys 4:32.854523676
33202026-09-05T00:16:59.683Ztrap 3.156878323
33212026-09-05T00:16:59.683Ztflt 0.685964026
33222026-09-05T00:16:59.683Zdflt 9.447237692
33232026-09-05T00:16:59.683Zkflt 0.004911797
33242026-09-05T00:16:59.683Zlock 8:18:33.527914690
33252026-09-05T00:16:59.683Zslp 3:05:16.083163392
33262026-09-05T00:16:59.684Zlat 2:56.668617517
33272026-09-05T00:16:59.684Zstop 8:26.218443386
33282026-09-05T00:16:59.684Z+ mapfile -t packages
33292026-09-05T00:16:59.684Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
33302026-09-05T00:17:00.677Z Finished `release` profile [optimized] target(s) in 0.98s
33312026-09-05T00:17:00.748Z Running `target/release/omicron-package -t test list-outputs`
33322026-09-05T00:17:00.804ZLogging to: /work/oxidecomputer/omicron/out/LOG
33332026-09-05T00:17:00.808Z+ ptime -m cargo build --locked --release -p xtask
33342026-09-05T00:17:01.280Z Compiling libc v0.2.185
33352026-09-05T00:17:01.281Z Compiling serde_core v1.0.228
33362026-09-05T00:17:01.281Z Compiling serde v1.0.228
33372026-09-05T00:17:01.284Z Compiling rustix v1.1.4
33382026-09-05T00:17:01.285Z Compiling serde_json v1.0.151
33392026-09-05T00:17:01.285Z Compiling bitflags v2.11.0
33402026-09-05T00:17:01.441Z Compiling syn v2.0.117
33412026-09-05T00:17:01.441Z Compiling usdt-impl v0.5.0
33422026-09-05T00:17:01.462Z Compiling syn v1.0.109
33432026-09-05T00:17:01.473Z Compiling getrandom v0.4.3
33442026-09-05T00:17:01.474Z Compiling log v0.4.33
33452026-09-05T00:17:01.503Z Compiling indexmap v2.14.0
33462026-09-05T00:17:01.508Z Compiling fs-err v3.3.0
33472026-09-05T00:17:01.686Z Compiling anyhow v1.0.104
33482026-09-05T00:17:01.716Z Compiling heck v0.4.1
33492026-09-05T00:17:01.795Z Compiling once_cell v1.21.3
33502026-09-05T00:17:02.141Z Compiling errno v0.3.14
33512026-09-05T00:17:02.146Z Compiling thread-id v4.2.2
33522026-09-05T00:17:02.146Z Compiling memmap v0.7.0
33532026-09-05T00:17:02.870Z Compiling proc-macro-error v1.0.4
33542026-09-05T00:17:03.095Z Compiling terminal_size v0.4.3
33552026-09-05T00:17:03.095Z Compiling tempfile v3.27.0
33562026-09-05T00:17:03.129Z Compiling tabled_derive v0.7.0
33572026-09-05T00:17:03.193Z Compiling clap_builder v4.6.0
33582026-09-05T00:17:03.193Z Compiling textwrap v0.16.2
33592026-09-05T00:17:03.455Z Compiling camino v1.2.5
33602026-09-05T00:17:03.455Z Compiling semver v1.0.28
33612026-09-05T00:17:03.458Z Compiling cargo-platform v0.3.2
33622026-09-05T00:17:03.564Z Compiling pest_generator v2.8.6
33632026-09-05T00:17:03.781Z Compiling camino-tempfile v1.4.1
33642026-09-05T00:17:03.803Z Compiling tabled v0.15.0
33652026-09-05T00:17:03.971Z Compiling serde_derive v1.0.228
33662026-09-05T00:17:03.971Z Compiling thiserror-impl v1.0.69
33672026-09-05T00:17:03.975Z Compiling zerocopy-derive v0.7.35
33682026-09-05T00:17:03.975Z Compiling scroll_derive v0.12.1
33692026-09-05T00:17:03.975Z Compiling thiserror-impl v2.0.18
33702026-09-05T00:17:03.975Z Compiling clap_derive v4.6.1
33712026-09-05T00:17:04.088Z Compiling pest_derive v2.8.6
33722026-09-05T00:17:04.596Z Compiling scroll v0.12.0
33732026-09-05T00:17:04.769Z Compiling zerocopy v0.7.35
33742026-09-05T00:17:04.878Z Compiling goblin v0.8.2
33752026-09-05T00:17:04.989Z Compiling thiserror v1.0.69
33762026-09-05T00:17:05.073Z Compiling dtrace-parser v0.2.0
33772026-09-05T00:17:05.121Z Compiling thiserror v2.0.18
33782026-09-05T00:17:05.398Z Compiling clap v4.6.1
33792026-09-05T00:17:06.546Z Compiling dof v0.3.0
33802026-09-05T00:17:06.546Z Compiling serde_tokenstream v0.2.3
33812026-09-05T00:17:06.588Z Compiling serde_spanned v0.6.9
33822026-09-05T00:17:06.588Z Compiling toml_datetime v0.6.11
33832026-09-05T00:17:06.592Z Compiling macaddr v1.0.1
33842026-09-05T00:17:06.593Z Compiling cargo_metadata v0.23.1
33852026-09-05T00:17:06.593Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33862026-09-05T00:17:06.795Z Compiling toml_edit v0.22.27
33872026-09-05T00:17:07.171Z Compiling usdt-attr-macro v0.5.0
33882026-09-05T00:17:07.171Z Compiling usdt-macro v0.5.0
33892026-09-05T00:17:07.918Z Compiling usdt v0.5.0
33902026-09-05T00:17:08.209Z Compiling toml v0.8.23
33912026-09-05T00:17:08.632Z Compiling cargo_toml v0.21.0
33922026-09-05T00:17:10.862Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33932026-09-05T00:17:16.802Z Finished `release` profile [optimized] target(s) in 15.98s
33942026-09-05T00:17:16.938Z
33952026-09-05T00:17:16.938Zreal 16.095940528
33962026-09-05T00:17:16.942Zuser 1:54.273053501
33972026-09-05T00:17:16.942Zsys 13.678581557
33982026-09-05T00:17:16.942Ztrap 0.047748294
33992026-09-05T00:17:16.942Ztflt 0.610507638
34002026-09-05T00:17:16.942Zdflt 1.703142911
34012026-09-05T00:17:16.942Zkflt 0.000053638
34022026-09-05T00:17:16.942Zlock 3:41.497074491
34032026-09-05T00:17:16.942Zslp 2:08.326128926
34042026-09-05T00:17:16.943Zlat 2.765791847
34052026-09-05T00:17:16.943Zstop 15.389082274
34062026-09-05T00:17:16.943Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
34072026-09-05T00:17:16.943Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
34082026-09-05T00:17:16.943Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
34092026-09-05T00:17:16.943Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
34102026-09-05T00:17:16.943Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
34112026-09-05T00:17:17.893Z Compiling progenitor-client v0.14.0
34122026-09-05T00:17:17.897Z Compiling match_cfg v0.1.0
34132026-09-05T00:17:17.897Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34142026-09-05T00:17:17.897Z Compiling slog-json v2.6.1
34152026-09-05T00:17:17.897Z Compiling newtype-uuid-macros v0.1.0
34162026-09-05T00:17:17.898Z Compiling sha1 v0.11.0
34172026-09-05T00:17:18.039Z Compiling multer v3.1.0
34182026-09-05T00:17:18.043Z Compiling debug-ignore v1.0.5
34192026-09-05T00:17:18.043Z Compiling compression-core v0.4.31
34202026-09-05T00:17:18.043Z Compiling async-stream-impl v0.3.6
34212026-09-05T00:17:18.043Z Compiling serde_spanned v1.1.1
34222026-09-05T00:17:18.051Z Compiling toml_datetime v1.1.1+spec-1.1.0
34232026-09-05T00:17:18.055Z Compiling dropshot v0.17.1
34242026-09-05T00:17:18.055Z Compiling toml_writer v1.1.1+spec-1.1.0
34252026-09-05T00:17:18.086Z Compiling waitgroup v0.1.2
34262026-09-05T00:17:18.090Z Compiling rustls-pemfile v2.2.0
34272026-09-05T00:17:18.279Z Compiling compression-codecs v0.4.37
34282026-09-05T00:17:18.287Z Compiling toml v1.1.2+spec-1.1.0
34292026-09-05T00:17:18.291Z Compiling dropshot_endpoint v0.17.1
34302026-09-05T00:17:18.291Z Compiling hostname v0.4.2
34312026-09-05T00:17:18.306Z Compiling serde_path_to_error v0.1.20
34322026-09-05T00:17:18.384Z Compiling hostname v0.3.1
34332026-09-05T00:17:18.435Z Compiling atomicwrites v0.4.4
34342026-09-05T00:17:18.471Z Compiling async-compression v0.4.41
34352026-09-05T00:17:18.475Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
34362026-09-05T00:17:18.475Z Compiling macaddr v1.0.1
34372026-09-05T00:17:18.537Z Compiling slog-bunyan v2.5.0
34382026-09-05T00:17:18.554Z Compiling serde_tokenstream v0.3.0
34392026-09-05T00:17:18.558Z Compiling oxide-generation v0.1.3
34402026-09-05T00:17:18.606Z Compiling instant v0.1.13
34412026-09-05T00:17:18.645Z Compiling parse-display-derive v0.10.0
34422026-09-05T00:17:18.649Z Compiling regress v0.10.5
34432026-09-05T00:17:18.683Z Compiling backon v1.6.0
34442026-09-05T00:17:18.721Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34452026-09-05T00:17:18.746Z Compiling backoff v0.4.0
34462026-09-05T00:17:18.747Z Compiling itertools v0.14.0
34472026-09-05T00:17:18.767Z Compiling humantime v2.3.0
34482026-09-05T00:17:18.820Z Compiling async-stream v0.3.6
34492026-09-05T00:17:18.824Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34502026-09-05T00:17:18.847Z Compiling half v2.7.1
34512026-09-05T00:17:18.892Z Compiling progenitor-extras v0.2.0
34522026-09-05T00:17:18.910Z Compiling oxide-generation-macros v0.2.0
34532026-09-05T00:17:18.913Z Compiling ciborium-io v0.2.2
34542026-09-05T00:17:18.965Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
34552026-09-05T00:17:18.982Z Compiling crucible-workspace-hack v0.1.0
34562026-09-05T00:17:18.985Z Compiling convert_case v0.4.0
34572026-09-05T00:17:19.040Z Compiling secrecy v0.10.3
34582026-09-05T00:17:19.044Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34592026-09-05T00:17:19.074Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34602026-09-05T00:17:19.117Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34612026-09-05T00:17:19.169Z Compiling ciborium-ll v0.2.2
34622026-09-05T00:17:19.173Z Compiling inout v0.1.4
34632026-09-05T00:17:19.202Z Compiling regress v0.11.1
34642026-09-05T00:17:19.237Z Compiling thiserror-impl-no-std v2.0.2
34652026-09-05T00:17:19.342Z Compiling ciborium v0.2.2
34662026-09-05T00:17:19.376Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34672026-09-05T00:17:19.396Z Compiling derive_more v0.99.20
34682026-09-05T00:17:19.412Z Compiling cipher v0.4.4
34692026-09-05T00:17:19.412Z Compiling universal-hash v0.5.1
34702026-09-05T00:17:19.444Z Compiling opaque-debug v0.3.1
34712026-09-05T00:17:19.463Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
34722026-09-05T00:17:19.502Z Compiling blake2 v0.10.6
34732026-09-05T00:17:19.536Z Compiling aead v0.5.2
34742026-09-05T00:17:19.585Z Compiling poly1305 v0.8.0
34752026-09-05T00:17:19.608Z Compiling password-hash v0.5.0
34762026-09-05T00:17:19.692Z Compiling chacha20 v0.9.1
34772026-09-05T00:17:19.719Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
34782026-09-05T00:17:19.769Z Compiling indent_write v2.2.0
34792026-09-05T00:17:19.929Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34802026-09-05T00:17:19.945Z Compiling chacha20poly1305 v0.10.1
34812026-09-05T00:17:19.971Z Compiling argon2 v0.5.3
34822026-09-05T00:17:19.989Z Compiling toml_datetime v0.7.5+spec-1.1.0
34832026-09-05T00:17:20.020Z Compiling unsafe-libyaml v0.2.11
34842026-09-05T00:17:20.037Z Compiling itertools v0.15.0
34852026-09-05T00:17:20.057Z Compiling num-derive v0.4.2
34862026-09-05T00:17:20.093Z Compiling heapless v0.8.0
34872026-09-05T00:17:20.127Z Compiling tabwriter v1.4.1
34882026-09-05T00:17:20.278Z Compiling toml_edit v0.23.10+spec-1.0.0
34892026-09-05T00:17:20.345Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34902026-09-05T00:17:20.386Z Compiling hash32 v0.3.1
34912026-09-05T00:17:20.405Z Compiling parse-display v0.10.0
34922026-09-05T00:17:20.478Z Compiling thiserror-no-std v2.0.2
34932026-09-05T00:17:20.570Z Compiling vsss-rs v3.3.4
34942026-09-05T00:17:20.593Z Compiling serde_yaml v0.9.34+deprecated
34952026-09-05T00:17:20.657Z Compiling smoltcp v0.11.0
34962026-09-05T00:17:20.675Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
34972026-09-05T00:17:20.805Z Compiling typify-impl v0.6.2
34982026-09-05T00:17:20.907Z Compiling proc-macro-crate v3.4.0
34992026-09-05T00:17:21.072Z Compiling cobs v0.3.0
35002026-09-05T00:17:21.088Z Compiling colored v3.1.1
35012026-09-05T00:17:21.216Z Compiling illumos-nvpair-sys v0.2.0
35022026-09-05T00:17:21.233Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
35032026-09-05T00:17:21.296Z Compiling postcard v1.1.3
35042026-09-05T00:17:21.444Z Compiling ingot-macros v0.2.0
35052026-09-05T00:17:21.481Z Compiling proc-macro-error v1.0.4
35062026-09-05T00:17:21.500Z Compiling rand v0.10.1
35072026-09-05T00:17:21.505Z Compiling num_enum_derive v0.7.6
35082026-09-05T00:17:21.536Z Compiling proc-macro-crate v1.3.1
35092026-09-05T00:17:21.622Z Compiling foreign-types-macros v0.2.3
35102026-09-05T00:17:21.669Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
35112026-09-05T00:17:21.831Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
35122026-09-05T00:17:21.850Z Compiling foreign-types-shared v0.3.1
35132026-09-05T00:17:21.972Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
35142026-09-05T00:17:21.988Z Compiling rayon-core v1.13.0
35152026-09-05T00:17:21.992Z Compiling num_enum_derive v0.5.11
35162026-09-05T00:17:22.066Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
35172026-09-05T00:17:22.082Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
35182026-09-05T00:17:22.222Z Compiling crossbeam-deque v0.8.6
35192026-09-05T00:17:22.257Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
35202026-09-05T00:17:22.277Z Compiling foreign-types v0.5.0
35212026-09-05T00:17:22.311Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
35222026-09-05T00:17:22.328Z Compiling cstr-argument v0.1.2
35232026-09-05T00:17:22.378Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
35242026-09-05T00:17:22.395Z Compiling illumos-nvpair v0.3.0
35252026-09-05T00:17:22.496Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
35262026-09-05T00:17:22.515Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
35272026-09-05T00:17:22.616Z Compiling zone_cfg_derive v0.3.1
35282026-09-05T00:17:22.637Z Compiling num_enum v0.7.6
35292026-09-05T00:17:22.666Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
35302026-09-05T00:17:22.743Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
35312026-09-05T00:17:22.773Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
35322026-09-05T00:17:22.790Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
35332026-09-05T00:17:22.828Z Compiling itertools v0.12.1
35342026-09-05T00:17:22.850Z Compiling rayon v1.11.0
35352026-09-05T00:17:22.887Z Compiling sigpipe v0.1.3
35362026-09-05T00:17:22.905Z Compiling glob v0.3.3
35372026-09-05T00:17:22.923Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
35382026-09-05T00:17:23.015Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
35392026-09-05T00:17:23.015Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35402026-09-05T00:17:23.138Z Compiling num_enum v0.5.11
35412026-09-05T00:17:23.141Z Compiling smf v0.2.3
35422026-09-05T00:17:23.198Z Compiling whoami v1.6.1
35432026-09-05T00:17:23.219Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
35442026-09-05T00:17:23.223Z Compiling cpubits v0.1.1
35452026-09-05T00:17:23.279Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
35462026-09-05T00:17:23.296Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
35472026-09-05T00:17:23.315Z Compiling gethostname v0.5.0
35482026-09-05T00:17:23.335Z Compiling num-rational v0.4.2
35492026-09-05T00:17:23.338Z Compiling num-complex v0.4.6
35502026-09-05T00:17:23.436Z Compiling derive-where v1.6.0
35512026-09-05T00:17:23.458Z Compiling toml v0.8.23
35522026-09-05T00:17:23.505Z Compiling usdt-attr-macro v0.5.0
35532026-09-05T00:17:23.607Z Compiling usdt-macro v0.5.0
35542026-09-05T00:17:23.701Z Compiling num v0.4.3
35552026-09-05T00:17:23.747Z Compiling pem-rfc7468 v1.0.0
35562026-09-05T00:17:23.765Z Compiling memmap v0.7.0
35572026-09-05T00:17:23.799Z Compiling float-ord v0.3.2
35582026-09-05T00:17:23.944Z Compiling cancel-safe-futures v0.1.5
35592026-09-05T00:17:23.966Z Compiling zone v0.3.1
35602026-09-05T00:17:23.983Z Compiling hmac v0.13.0
35612026-09-05T00:17:24.083Z Compiling universal-hash v0.6.1
35622026-09-05T00:17:24.114Z Compiling resolv-conf v0.7.6
35632026-09-05T00:17:24.114Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
35642026-09-05T00:17:24.216Z Compiling sha1 v0.10.6
35652026-09-05T00:17:24.252Z Compiling linear-map v1.2.0
35662026-09-05T00:17:24.351Z Compiling ingot-types v0.2.0
35672026-09-05T00:17:24.373Z Compiling prettyplease v0.2.37
35682026-09-05T00:17:24.409Z Compiling usdt v0.5.0
35692026-09-05T00:17:24.464Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
35702026-09-05T00:17:24.481Z Compiling libefi-sys v0.1.0
35712026-09-05T00:17:24.485Z Compiling polyval v0.7.1
35722026-09-05T00:17:24.536Z Compiling der v0.8.0
35732026-09-05T00:17:24.555Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35742026-09-05T00:17:24.640Z Compiling newline-converter v0.3.0
35752026-09-05T00:17:24.657Z Compiling console v0.15.11
35762026-09-05T00:17:24.676Z Compiling bitfield-struct v0.6.2
35772026-09-05T00:17:24.723Z Compiling ghash v0.6.0
35782026-09-05T00:17:24.748Z Compiling ingot v0.2.1
35792026-09-05T00:17:24.791Z Compiling oxide-update-engine-types v0.1.2
35802026-09-05T00:17:24.829Z Compiling pbkdf2 v0.13.0
35812026-09-05T00:17:24.887Z Compiling crypto-bigint v0.7.5
35822026-09-05T00:17:24.980Z Compiling aes v0.9.1
35832026-09-05T00:17:24.998Z Compiling expectorate v1.2.0
35842026-09-05T00:17:25.092Z Compiling hickory-proto v0.24.4
35852026-09-05T00:17:25.186Z Compiling ctr v0.10.1
35862026-09-05T00:17:25.261Z Compiling aead v0.6.1
35872026-09-05T00:17:25.299Z Compiling sha2 v0.11.0
35882026-09-05T00:17:25.364Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
35892026-09-05T00:17:25.396Z Compiling typify-macro v0.6.2
35902026-09-05T00:17:25.451Z Compiling nom v8.0.0
35912026-09-05T00:17:25.525Z Compiling linked-hash-map v0.5.6
35922026-09-05T00:17:25.721Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
35932026-09-05T00:17:25.742Z Compiling semver v0.1.20
35942026-09-05T00:17:25.824Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
35952026-09-05T00:17:25.845Z Compiling lru-cache v0.1.2
35962026-09-05T00:17:25.880Z Compiling aes-gcm v0.11.0
35972026-09-05T00:17:25.999Z Compiling oxide-update-engine v0.1.2
35982026-09-05T00:17:26.020Z Compiling rustc_version v0.1.7
35992026-09-05T00:17:26.074Z Compiling spki v0.8.0
36002026-09-05T00:17:26.122Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36012026-09-05T00:17:26.141Z Compiling tokio-dtrace v0.1.1
36022026-09-05T00:17:26.170Z Compiling dropshot-api-manager-types v0.8.0
36032026-09-05T00:17:26.237Z Compiling salsa20 v0.11.0
36042026-09-05T00:17:26.282Z Compiling slog-dtrace v0.3.0
36052026-09-05T00:17:26.326Z Compiling minimal-lexical v0.2.1
36062026-09-05T00:17:26.356Z Compiling xshell-macros v0.2.7
36072026-09-05T00:17:26.416Z Compiling scrypt v0.12.0
36082026-09-05T00:17:26.437Z Compiling oxide-tokio-rt v0.1.4
36092026-09-05T00:17:26.497Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
36102026-09-05T00:17:26.522Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
36112026-09-05T00:17:26.540Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
36122026-09-05T00:17:26.559Z Compiling nom v7.1.3
36132026-09-05T00:17:26.678Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
36142026-09-05T00:17:26.744Z Compiling newtype_derive v0.1.6
36152026-09-05T00:17:26.763Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
36162026-09-05T00:17:26.780Z Compiling xshell v0.2.7
36172026-09-05T00:17:26.783Z Compiling phf_shared v0.12.1
36182026-09-05T00:17:26.963Z Compiling rfc6979 v0.4.0
36192026-09-05T00:17:27.008Z Compiling cbc v0.2.1
36202026-09-05T00:17:27.127Z Compiling proc-macro-error-attr2 v2.0.0
36212026-09-05T00:17:27.171Z Compiling csv-core v0.1.13
36222026-09-05T00:17:27.199Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
36232026-09-05T00:17:27.273Z Compiling typify v0.6.2
36242026-09-05T00:17:27.301Z Compiling hickory-resolver v0.24.4
36252026-09-05T00:17:27.336Z Compiling highway v1.3.0
36262026-09-05T00:17:27.353Z Compiling chrono-tz v0.10.4
36272026-09-05T00:17:27.417Z Compiling progenitor-impl v0.14.0
36282026-09-05T00:17:27.568Z Compiling unicode-xid v0.2.6
36292026-09-05T00:17:27.586Z Compiling proc-macro-error2 v2.0.1
36302026-09-05T00:17:27.718Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
36312026-09-05T00:17:27.722Z Compiling const_format_proc_macros v0.2.34
36322026-09-05T00:17:27.779Z Compiling csv v1.4.0
36332026-09-05T00:17:27.798Z Compiling pkcs5 v0.8.1
36342026-09-05T00:17:27.858Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
36352026-09-05T00:17:27.923Z Compiling ecdsa v0.16.9
36362026-09-05T00:17:27.976Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
36372026-09-05T00:17:27.979Z Compiling phf v0.12.1
36382026-09-05T00:17:28.172Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
36392026-09-05T00:17:28.347Z Compiling qorb v0.4.1
36402026-09-05T00:17:28.347Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
36412026-09-05T00:17:28.381Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
36422026-09-05T00:17:28.384Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
36432026-09-05T00:17:28.400Z Compiling primeorder v0.13.6
36442026-09-05T00:17:28.502Z Compiling hashbrown v0.14.5
36452026-09-05T00:17:28.606Z Compiling salty v0.3.0
36462026-09-05T00:17:28.623Z Compiling const_format v0.2.35
36472026-09-05T00:17:28.717Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
36482026-09-05T00:17:28.763Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
36492026-09-05T00:17:28.912Z Compiling p384 v0.13.1
36502026-09-05T00:17:29.004Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
36512026-09-05T00:17:29.020Z Compiling chumsky v0.9.3
36522026-09-05T00:17:29.098Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
36532026-09-05T00:17:29.499Z Compiling pkcs8 v0.11.0
36542026-09-05T00:17:29.547Z Compiling knus-derive v3.4.0
36552026-09-05T00:17:29.612Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
36562026-09-05T00:17:29.877Z Compiling tabled_derive v0.7.0
36572026-09-05T00:17:29.901Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36582026-09-05T00:17:30.072Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
36592026-09-05T00:17:30.090Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
36602026-09-05T00:17:30.109Z Compiling progenitor-macro v0.14.0
36612026-09-05T00:17:30.215Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
36622026-09-05T00:17:30.258Z Compiling bcs v0.1.6
36632026-09-05T00:17:30.367Z Compiling ff v0.14.0
36642026-09-05T00:17:30.393Z Compiling termtree v0.5.1
36652026-09-05T00:17:30.569Z Compiling steno v0.4.1
36662026-09-05T00:17:30.587Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
36672026-09-05T00:17:30.647Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36682026-09-05T00:17:30.823Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36692026-09-05T00:17:30.840Z Compiling group v0.14.0
36702026-09-05T00:17:30.861Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36712026-09-05T00:17:30.941Z Compiling tabled v0.15.0
36722026-09-05T00:17:31.035Z Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
36732026-09-05T00:17:31.053Z Compiling signature v3.0.0
36742026-09-05T00:17:31.088Z Compiling base16ct v1.0.0
36752026-09-05T00:17:31.108Z Compiling knus v3.4.0
36762026-09-05T00:17:31.111Z Compiling tagptr v0.2.0
36772026-09-05T00:17:31.252Z Compiling sec1 v0.8.1
36782026-09-05T00:17:31.294Z Compiling moka v0.12.13
36792026-09-05T00:17:31.313Z Compiling hkdf v0.13.0
36802026-09-05T00:17:31.348Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
36812026-09-05T00:17:31.528Z Compiling elliptic-curve v0.14.1
36822026-09-05T00:17:31.545Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
36832026-09-05T00:17:31.591Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
36842026-09-05T00:17:31.608Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
36852026-09-05T00:17:31.831Z Compiling corncobs v0.1.4
36862026-09-05T00:17:31.953Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
36872026-09-05T00:17:32.026Z Compiling hickory-resolver v0.25.2
36882026-09-05T00:17:32.053Z Compiling parking_lot_core v0.8.6
36892026-09-05T00:17:32.106Z Compiling utf-8 v0.7.6
36902026-09-05T00:17:32.123Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
36912026-09-05T00:17:32.321Z Compiling tungstenite v0.21.0
36922026-09-05T00:17:32.369Z Compiling wnaf v0.14.0
36932026-09-05T00:17:32.401Z Compiling primefield v0.14.0
36942026-09-05T00:17:32.482Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
36952026-09-05T00:17:32.550Z Compiling rfc6979 v0.6.0
36962026-09-05T00:17:32.590Z Compiling libscf-sys v1.2.0
36972026-09-05T00:17:32.619Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
36982026-09-05T00:17:32.663Z Compiling git-stub v1.0.0
36992026-09-05T00:17:32.739Z Compiling secrecy v0.8.0
37002026-09-05T00:17:32.760Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
37012026-09-05T00:17:32.912Z Compiling tokio-tungstenite v0.21.0
37022026-09-05T00:17:32.950Z Compiling git-stub-vcs v0.1.0
37032026-09-05T00:17:33.006Z Compiling ecdsa v0.17.0
37042026-09-05T00:17:33.163Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
37052026-09-05T00:17:33.191Z Compiling primeorder v0.14.0
37062026-09-05T00:17:33.328Z Compiling papergrid v0.18.0
37072026-09-05T00:17:33.344Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
37082026-09-05T00:17:33.414Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
37092026-09-05T00:17:33.495Z Compiling curve25519-dalek v5.0.0
37102026-09-05T00:17:33.531Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
37112026-09-05T00:17:33.578Z Compiling unicase v2.9.0
37122026-09-05T00:17:33.595Z Compiling parking_lot v0.11.2
37132026-09-05T00:17:33.619Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37142026-09-05T00:17:33.816Z Compiling mime_guess v2.0.5
37152026-09-05T00:17:33.835Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37162026-09-05T00:17:33.947Z Compiling ssh-encoding v0.3.0
37172026-09-05T00:17:33.988Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
37182026-09-05T00:17:34.007Z Compiling prefix-trie v0.7.0
37192026-09-05T00:17:34.011Z Compiling fxhash v0.2.1
37202026-09-05T00:17:34.042Z Compiling keccak v0.2.0
37212026-09-05T00:17:34.147Z Compiling sled v0.34.7
37222026-09-05T00:17:34.188Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
37232026-09-05T00:17:34.268Z Compiling tabled v0.21.0
37242026-09-05T00:17:34.311Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
37252026-09-05T00:17:34.328Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
37262026-09-05T00:17:34.418Z Compiling hickory-server v0.25.2
37272026-09-05T00:17:34.422Z Compiling ed25519 v3.0.0
37282026-09-05T00:17:34.452Z Compiling crypto-primes v0.7.2
37292026-09-05T00:17:35.016Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37302026-09-05T00:17:35.103Z Compiling pkcs1 v0.8.0-rc.4
37312026-09-05T00:17:35.235Z Compiling poly1305 v0.9.0
37322026-09-05T00:17:35.276Z Compiling progenitor v0.14.0
37332026-09-05T00:17:35.543Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
37342026-09-05T00:17:35.551Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
37352026-09-05T00:17:35.571Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37362026-09-05T00:17:35.585Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
37372026-09-05T00:17:35.775Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
37382026-09-05T00:17:35.880Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37392026-09-05T00:17:36.100Z Compiling blowfish v0.10.0
37402026-09-05T00:17:36.169Z Compiling blake2 v0.11.0-rc.6
37412026-09-05T00:17:36.269Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37422026-09-05T00:17:36.327Z Compiling half v1.8.3
37432026-09-05T00:17:36.344Z Compiling http-range v0.1.5
37442026-09-05T00:17:36.382Z Compiling crc8 v0.1.1
37452026-09-05T00:17:36.419Z Compiling bcrypt-pbkdf v0.11.0
37462026-09-05T00:17:36.527Z Compiling argon2 v0.6.0-rc.8
37472026-09-05T00:17:36.561Z Compiling serde_cbor v0.11.2
37482026-09-05T00:17:36.733Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
37492026-09-05T00:17:36.762Z Compiling ssh-cipher v0.3.0
37502026-09-05T00:17:36.796Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37512026-09-05T00:17:36.883Z Compiling rsa v0.10.0-rc.18
37522026-09-05T00:17:36.901Z Compiling ed25519-dalek v3.0.0
37532026-09-05T00:17:37.188Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
37542026-09-05T00:17:37.284Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
37552026-09-05T00:17:37.397Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
37562026-09-05T00:17:37.581Z Compiling sha3 v0.11.0
37572026-09-05T00:17:37.623Z Compiling p521 v0.14.0
37582026-09-05T00:17:37.712Z Compiling p256 v0.14.0
37592026-09-05T00:17:37.894Z Compiling p384 v0.14.0
37602026-09-05T00:17:37.927Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37612026-09-05T00:17:38.147Z Compiling scuffle v0.1.0
37622026-09-05T00:17:38.271Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37632026-09-05T00:17:38.401Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
37642026-09-05T00:17:38.878Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37652026-09-05T00:17:39.098Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37662026-09-05T00:17:39.181Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
37672026-09-05T00:17:39.650Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
37682026-09-05T00:17:39.668Z Compiling yasna v0.5.2
37692026-09-05T00:17:39.694Z Compiling headers-core v0.3.0
37702026-09-05T00:17:39.844Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
37712026-09-05T00:17:39.933Z Compiling kstat-rs v0.2.5
37722026-09-05T00:17:39.960Z Compiling kem v0.3.0
37732026-09-05T00:17:40.115Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
37742026-09-05T00:17:40.162Z Compiling module-lattice v0.2.3
37752026-09-05T00:17:40.245Z Compiling nanorand v0.7.0
37762026-09-05T00:17:40.262Z Compiling sponge-cursor v0.1.0
37772026-09-05T00:17:40.360Z Compiling rcgen v0.12.1
37782026-09-05T00:17:40.454Z Compiling ml-kem v0.3.2
37792026-09-05T00:17:40.476Z Compiling sha3 v0.12.0
37802026-09-05T00:17:40.491Z Compiling flume v0.11.1
37812026-09-05T00:17:40.597Z Compiling headers v0.4.1
37822026-09-05T00:17:40.707Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37832026-09-05T00:17:40.781Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37842026-09-05T00:17:40.837Z Compiling ssh-key v0.7.0-rc.11
37852026-09-05T00:17:41.048Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
37862026-09-05T00:17:41.090Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37872026-09-05T00:17:41.136Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
37882026-09-05T00:17:41.306Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37892026-09-05T00:17:41.396Z Compiling hyper-staticfile v0.10.1
37902026-09-05T00:17:41.442Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37912026-09-05T00:17:41.477Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37922026-09-05T00:17:41.628Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
37932026-09-05T00:17:41.784Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
37942026-09-05T00:17:41.852Z Compiling russh-cryptovec v0.62.0
37952026-09-05T00:17:41.870Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
37962026-09-05T00:17:41.947Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37972026-09-05T00:17:41.964Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37982026-09-05T00:17:41.988Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
37992026-09-05T00:17:42.101Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38002026-09-05T00:17:42.119Z Compiling internal-russh-num-bigint v0.5.0
38012026-09-05T00:17:42.201Z Compiling port-file v0.1.0
38022026-09-05T00:17:42.219Z Compiling num-bigint v0.4.6
38032026-09-05T00:17:42.413Z Compiling generic-array v1.4.3
38042026-09-05T00:17:42.431Z Compiling russh-util v0.52.0
38052026-09-05T00:17:42.469Z Compiling enum_dispatch v0.3.13
38062026-09-05T00:17:42.608Z Compiling delegate v0.13.5
38072026-09-05T00:17:42.626Z Compiling subprocess v0.2.15
38082026-09-05T00:17:42.721Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
38092026-09-05T00:17:42.828Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38102026-09-05T00:17:42.894Z Compiling hex-literal v1.1.0
38112026-09-05T00:17:42.912Z Compiling md5 v0.8.0
38122026-09-05T00:17:42.956Z Compiling display-error-chain v0.2.2
38132026-09-05T00:17:43.059Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
38142026-09-05T00:17:43.124Z Compiling colored v2.2.0
38152026-09-05T00:17:43.157Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
38162026-09-05T00:17:43.199Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
38172026-09-05T00:17:43.397Z Compiling internet-checksum v0.2.1
38182026-09-05T00:17:43.463Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38192026-09-05T00:17:43.587Z Compiling russh v0.62.4
38202026-09-05T00:17:44.307Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38212026-09-05T00:17:44.395Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
38222026-09-05T00:17:45.379Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38232026-09-05T00:17:45.383Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38242026-09-05T00:17:48.085Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38252026-09-05T00:17:48.749Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38262026-09-05T00:17:49.242Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38272026-09-05T00:17:50.211Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
38282026-09-05T00:17:50.535Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
38292026-09-05T00:17:59.785Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38302026-09-05T00:17:59.785Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38312026-09-05T00:17:59.785Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
38322026-09-05T00:17:59.785Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
38332026-09-05T00:17:59.874Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
38342026-09-05T00:18:01.412Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38352026-09-05T00:18:01.499Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
38362026-09-05T00:18:05.759Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38372026-09-05T00:18:46.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s
38382026-09-05T00:18:46.869Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38392026-09-05T00:18:46.869Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38402026-09-05T00:18:47.085Z
38412026-09-05T00:18:47.085Zreal 1:30.087051660
38422026-09-05T00:18:47.085Zuser 8:24.801036534
38432026-09-05T00:18:47.085Zsys 1:39.632369855
38442026-09-05T00:18:47.085Ztrap 0.244900995
38452026-09-05T00:18:47.085Ztflt 0.296887801
38462026-09-05T00:18:47.085Zdflt 2.037387117
38472026-09-05T00:18:47.088Zkflt 0.000419293
38482026-09-05T00:18:47.088Zlock 31:01.447636988
38492026-09-05T00:18:47.089Zslp 18:53.995114871
38502026-09-05T00:18:47.089Zlat 38.593436193
38512026-09-05T00:18:47.089Zstop 2:56.214684278
38522026-09-05T00:18:47.089Z+ mkdir tests
38532026-09-05T00:18:47.092Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
38542026-09-05T00:18:47.092Z+ xargs -I '{}' -t cp '{}' tests/
38552026-09-05T00:18:47.112Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-26dd07e52df3a016 tests/
38562026-09-05T00:18:47.135Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-0144be0f1f486767 tests/
38572026-09-05T00:18:47.157Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-967955464f559dda tests/
38582026-09-05T00:18:47.178Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-8d60c10a3fab2411 tests/
38592026-09-05T00:18:47.640Z+ 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)
38602026-09-05T00:18:47.644Z+ 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-0144be0f1f486767 tests/commtest-967955464f559dda tests/dhcp_server-26dd07e52df3a016 tests/end_to_end_tests-8d60c10a3fab2411 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
38612026-09-05T00:19:52.977ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
38622026-09-05T00:19:52.977Za .github/buildomat/ci-env.sh 1K
38632026-09-05T00:19:52.977Za out/target/test 1K
38642026-09-05T00:19:52.977Za out/npuzone/npuzone 27402K
38652026-09-05T00:19:52.977Za package-manifest.toml 35K
38662026-09-05T00:19:52.977Za smf/sled-agent/non-gimlet/config.toml 6K
38672026-09-05T00:19:52.977Za target/release/omicron-package 16941K
38682026-09-05T00:19:52.977Za target/release/xtask 6405K
38692026-09-05T00:19:52.977Za target/debug/bootstrap 440651K
38702026-09-05T00:19:52.977Za tests/bootstrap-0144be0f1f486767 34430K
38712026-09-05T00:19:52.977Za tests/commtest-967955464f559dda 34431K
38722026-09-05T00:19:52.977Za tests/dhcp_server-26dd07e52df3a016 34431K
38732026-09-05T00:19:52.977Za tests/end_to_end_tests-8d60c10a3fab2411 504287K
38742026-09-05T00:19:52.977Za tools/opte_version 1K
38752026-09-05T00:19:52.977Za tools/opte_version_override 2K
38762026-09-05T00:19:52.977Za out/clickhouse.tar.gz 233168K
38772026-09-05T00:19:52.977Za out/clickhouse_keeper.tar.gz 227722K
38782026-09-05T00:19:52.977Za out/clickhouse_server.tar.gz 233166K
38792026-09-05T00:19:52.977Za out/cockroachdb.tar.gz 125062K
38802026-09-05T00:19:52.977Za out/crucible-pantry-zone.tar.gz 24768K
38812026-09-05T00:19:52.977Za out/crucible-utils.tar 18900K
38822026-09-05T00:19:52.977Za out/crucible-zone.tar.gz 39580K
38832026-09-05T00:19:52.977Za out/external-dns.tar.gz 15167K
38842026-09-05T00:19:52.977Za out/internal-dns.tar.gz 15167K
38852026-09-05T00:19:52.977Za out/mg-ddm-gz.tar 100917K
38862026-09-05T00:19:52.978Za out/nexus.tar.gz 194996K
38872026-09-05T00:19:52.978Za out/ntp.tar.gz 7133K
38882026-09-05T00:19:52.978Za out/omicron-gateway-softnpu.tar.gz 13827K
38892026-09-05T00:19:52.978Za out/omicron-sled-agent.tar 116431K
38902026-09-05T00:19:52.978Za out/overlay.tar.gz 4K
38912026-09-05T00:19:52.978Za out/oximeter.tar.gz 17660K
38922026-09-05T00:19:52.978Za out/oxlog.tar 2419K
38932026-09-05T00:19:52.978Za out/probe.tar.gz 3037K
38942026-09-05T00:19:52.978Za out/propolis-server.tar.gz 34642K
38952026-09-05T00:19:52.978Za out/pumpkind-gz.tar 26647K
38962026-09-05T00:19:52.978Za out/switch-softnpu.tar.gz 306080K
38972026-09-05T00:19:52.981Z
38982026-09-05T00:19:52.981Zreal 1:05.332630200
38992026-09-05T00:19:52.981Zuser 1:03.247238004
39002026-09-05T00:19:52.981Zsys 3.463872643
39012026-09-05T00:19:52.981Ztrap 0.004610018
39022026-09-05T00:19:52.981Ztflt 0.000000000
39032026-09-05T00:19:52.981Zdflt 0.000000000
39042026-09-05T00:19:52.981Zkflt 0.000000000
39052026-09-05T00:19:52.981Zlock 0.000000000
39062026-09-05T00:19:52.981Zslp 1:03.167159085
39072026-09-05T00:19:52.982Zlat 0.777688578
39082026-09-05T00:19:52.982Zstop 0.000224458
39092026-09-05T00:19:52.982Zprocess exited: duration 1029968 ms, exit code 0
 
39102026-09-05T00:19:52.996Zfound 1 output files
39112026-09-05T00:19:53.031Zuploading: /work/package.tar.gz (1837010007 bytes)
39122026-09-05T00:20:20.309Zuploaded: /work/package.tar.gz