01M1G4MQCZF3XRW125Y47VWH93: 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: 01M1G4N9AW9QPB8C516C29DC9J

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-09-02T04:05:47.940Zjob assigned to worker 01M1G4NERQ664YK0E6HKD8Q60E [factory aws, i-0641d834c88dd8fb8] (queued for 48 s)
 
22026-09-02T04:05:54.763Zstarting task 0: "setup"
32026-09-02T04:05:54.767Z++ uname -s
42026-09-02T04:05:54.770Z+ kern=SunOS
52026-09-02T04:05:54.770Z+ build_user=build
62026-09-02T04:05:54.770Z+ build_uid=12345
72026-09-02T04:05:54.770Z+ work_dir=/work
82026-09-02T04:05:54.770Z+ input_dir=/input
92026-09-02T04:05:54.770Z+ [[ 0 == 12345 ]]
102026-09-02T04:05:54.770Z+ case "$kern" in
112026-09-02T04:05:54.770Z+ groupadd -g 12345 build
122026-09-02T04:05:54.773Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-09-02T04:05:56.779Z+ zfs create -o mountpoint=/work rpool/work
142026-09-02T04:05:56.876Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-09-02T04:05:56.880Z+ home_fs=zfs
162026-09-02T04:05:56.880Z+ [[ zfs == autofs ]]
172026-09-02T04:05:56.880Z+ mkdir -p /home/build
182026-09-02T04:05:56.880Z+ chown build:build /home/build /work
192026-09-02T04:05:58.879Z+ chmod 0700 /home/build /work
202026-09-02T04:05:58.888Zprocess exited: duration 4121 ms, exit code 0
 
212026-09-02T04:05:58.898Zstarting task 1: "rust-toolchain"
222026-09-02T04:05:58.901Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-09-02T04:05:58.901Z * rust toolchain channel = "1.97.1"
242026-09-02T04:05:58.901Z * rust toolchain profile = "default"
252026-09-02T04:05:58.901Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-09-02T04:05:58.901Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-09-02T04:05:58.901Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-09-02T04:05:58.906Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-09-02T04:05:58.906Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-09-02T04:05:59.012Zinfo: downloading installer
312026-09-02T04:06:00.216Zinfo: profile set to default
322026-09-02T04:06:00.216Zinfo: default host tuple is x86_64-unknown-illumos
332026-09-02T04:06:00.221Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
342026-09-02T04:06:00.348Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
352026-09-02T04:06:00.351Zinfo: downloading 6 components
362026-09-02T04:06:14.908Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
372026-09-02T04:06:14.908Z
382026-09-02T04:06:14.939Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
392026-09-02T04:06:14.939Z
402026-09-02T04:06:14.943Z
412026-09-02T04:06:14.943ZRust is installed now. Great!
422026-09-02T04:06:14.943Z
432026-09-02T04:06:14.943ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
442026-09-02T04:06:14.943Zenvironment variable. This has not been done automatically.
452026-09-02T04:06:14.943Z
462026-09-02T04:06:14.943ZTo configure your current shell, you need to source
472026-09-02T04:06:14.943Zthe corresponding env file under $HOME/.cargo.
482026-09-02T04:06:14.943Z
492026-09-02T04:06:14.943ZConsider running the right command for your shell (note the leading DOT):
502026-09-02T04:06:14.943Z. "$HOME/.cargo/env" # For sh/ash/dash/pdksh
512026-09-02T04:06:14.943Zcargo:rerun-if-env-changed=CC_x86_64-unknown-illumos
522026-09-02T04:06:14.943ZCC_x86_64-unknown-illumos = None
532026-09-02T04:06:14.943Zcargo:rerun-if-env-changed=CC_x86_64_unknown_illumos
542026-09-02T04:06:14.943ZCC_x86_64_unknown_illumos = None
552026-09-02T04:06:14.943Zcargo:rerun-if-env-changed=HOST_CC
562026-09-02T04:06:14.943ZHOST_CC = None
572026-09-02T04:06:14.943Zcargo:rerun-if-env-changed=CC
582026-09-02T04:06:14.943ZCC = None
592026-09-02T04:06:14.943Zcargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
602026-09-02T04:06:15.146Zcargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
612026-09-02T04:06:15.146ZCRATE_CC_NO_DEFAULTS = None
622026-09-02T04:06:15.146Zcargo:rerun-if-env-changed=CFLAGS
632026-09-02T04:06:15.146ZCFLAGS = None
642026-09-02T04:06:15.146Zcargo:rerun-if-env-changed=HOST_CFLAGS
652026-09-02T04:06:15.146ZHOST_CFLAGS = None
662026-09-02T04:06:15.146Zcargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos
672026-09-02T04:06:15.146ZCFLAGS_x86_64_unknown_illumos = None
682026-09-02T04:06:15.146Zcargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos
692026-09-02T04:06:15.146ZCFLAGS_x86_64-unknown-illumos = None
702026-09-02T04:06:15.258Z+ rustup --version
712026-09-02T04:06:15.262Zrustup 1.29.1 (d95a37b6a 2026-08-13)
722026-09-02T04:06:15.265Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
732026-09-02T04:06:15.284Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
742026-09-02T04:06:15.287Z+ cargo --version
752026-09-02T04:06:15.295Zcargo 1.97.1 (c980f4866 2026-06-30)
762026-09-02T04:06:15.298Z+ rustc --version
772026-09-02T04:06:15.315Zrustc 1.97.1 (8bab26f4f 2026-07-14)
782026-09-02T04:06:15.319Zprocess exited: duration 16423 ms, exit code 0
 
792026-09-02T04:06:15.325Zstarting task 2: "authentication"
802026-09-02T04:06:15.343Zprocess exited: duration 17 ms, exit code 0
 
812026-09-02T04:06:15.349Zstarting task 3: "clone repository"
822026-09-02T04:06:15.353Z+ mkdir -p /work/oxidecomputer/omicron
832026-09-02T04:06:15.356Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
842026-09-02T04:06:15.391ZCloning into '/work/oxidecomputer/omicron'...
852026-09-02T04:06:34.524Z+ cd /work/oxidecomputer/omicron
862026-09-02T04:06:34.525Z+ git fetch origin 03adcd4b157e6a3e27f69f16a5992373da8d3725
872026-09-02T04:06:34.880ZFrom https://github.com/oxidecomputer/omicron
882026-09-02T04:06:34.880Z * branch 03adcd4b157e6a3e27f69f16a5992373da8d3725 -> FETCH_HEAD
892026-09-02T04:06:34.895Z+ [[ -n jt/disk-slot ]]
902026-09-02T04:06:34.898Z++ git branch --show-current
912026-09-02T04:06:34.901Z+ current=main
922026-09-02T04:06:34.901Z+ [[ main != jt/disk-slot ]]
932026-09-02T04:06:34.901Z+ git branch -f jt/disk-slot 03adcd4b157e6a3e27f69f16a5992373da8d3725
942026-09-02T04:06:34.904Z+ git checkout -f jt/disk-slot
952026-09-02T04:06:35.163ZSwitched to branch 'jt/disk-slot'
962026-09-02T04:06:35.166Z+ git reset --hard 03adcd4b157e6a3e27f69f16a5992373da8d3725
972026-09-02T04:06:35.190ZHEAD is now at 03adcd4b1 Generate OpenAPI schema
982026-09-02T04:06:35.193Zprocess exited: duration 19842 ms, exit code 0
 
992026-09-02T04:06:35.199Zstarting task 4: "build"
1002026-09-02T04:06:35.204Z+ source .github/buildomat/ci-env.sh
1012026-09-02T04:06:35.204Z++ export CARGO_TERM_COLOR=always
1022026-09-02T04:06:35.204Z++ CARGO_TERM_COLOR=always
1032026-09-02T04:06:35.207Z+++ uname -s
1042026-09-02T04:06:35.207Z++ [[ SunOS == \S\u\n\O\S ]]
1052026-09-02T04:06:35.207Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1062026-09-02T04:06:35.209Z+ cargo --version
1072026-09-02T04:06:35.218Zcargo 1.97.1 (c980f4866 2026-06-30)
1082026-09-02T04:06:35.221Z+ rustc --version
1092026-09-02T04:06:35.241Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1102026-09-02T04:06:35.243Z+ WORK=/work
1112026-09-02T04:06:35.244Z+ pfexec mkdir -p /work
1122026-09-02T04:06:35.246Z+ pfexec chown build /work
1132026-09-02T04:06:35.249Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1142026-09-02T04:06:37.353Z Startup: Refreshing catalog 'helios' ... Done
1152026-09-02T04:06:37.770Z Startup: Caching catalogs ... Done
1162026-09-02T04:06:40.409ZPlanning: Solver setup ... Done (2.501s)
1172026-09-02T04:06:40.476ZPlanning: Running solver ... Done (0.067s)
1182026-09-02T04:06:40.529ZPlanning: Finding local manifests ... Done (0.003s)
1192026-09-02T04:06:40.544ZPlanning: Fetching manifests: 0/2 0% complete
1202026-09-02T04:06:40.565ZPlanning: Fetching manifests: 2/2 100% complete
1212026-09-02T04:06:40.579ZPlanning: Package planning ... Done (0.015s)
1222026-09-02T04:06:40.583ZPlanning: Merging actions ... Done (0.002s)
1232026-09-02T04:06:40.747ZPlanning: Checking for conflicting actions ... Done (0.166s)
1242026-09-02T04:06:40.750ZPlanning: Consolidating action changes ... Done (0.001s)
1252026-09-02T04:06:41.635ZPlanning: Evaluating mediators ... Done (0.887s)
1262026-09-02T04:06:41.638ZPlanning: Planning completed in 3.83 seconds
1272026-09-02T04:06:41.645Z Packages to install: 2
1282026-09-02T04:06:41.645Z Estimated space available: 156.01 GB
1292026-09-02T04:06:41.645ZEstimated space to be consumed: 85.05 MB
1302026-09-02T04:06:41.645Z Create boot environment: No
1312026-09-02T04:06:41.645ZCreate backup boot environment: No
1322026-09-02T04:06:41.649Z Rebuild boot archive: No
1332026-09-02T04:06:41.649Z
1342026-09-02T04:06:41.649ZChanged packages:
1352026-09-02T04:06:41.649Zhelios
1362026-09-02T04:06:41.649Z developer/build-essential
1372026-09-02T04:06:41.649Z None -> 11-3.0
1382026-09-02T04:06:41.649Z library/libxmlsec1
1392026-09-02T04:06:41.649Z None -> 1.2.35-3.0
1402026-09-02T04:06:41.675Z
1412026-09-02T04:06:41.675ZDownload: 0/214 items 0.0/1.3MB 0% complete
1422026-09-02T04:06:41.742ZDownload: Completed 1.28 MB in 0.07 seconds (18.8M/s)
1432026-09-02T04:06:41.808Z Actions: 1/268 actions (Installing new actions)
1442026-09-02T04:06:41.849Z Actions: Completed 268 actions in 0.04 seconds.
1452026-09-02T04:06:41.883ZFinalize: Updating package state database ... Done (0.036s)
1462026-09-02T04:06:41.883ZFinalize: Updating package cache ... Done (0.000s)
1472026-09-02T04:06:41.978ZFinalize: Updating image state ... Done (0.095s)
1482026-09-02T04:06:44.780ZFinalize: Creating fast lookup database ... Done (2.748s)
1492026-09-02T04:06:44.856ZFinalize: Reading search index ... Done (0.012s)
1502026-09-02T04:06:44.858ZFinalize: Updating search index ... Done (0.000s)
1512026-09-02T04:06:44.997ZFinalize: Updating package cache ... Done (0.000s)
1522026-09-02T04:06:45.377ZPlanning: Evaluating mediator changes ... Done
1532026-09-02T04:06:45.482ZPlanning: Checking for conflicting actions ... Done
1542026-09-02T04:06:45.485ZPlanning: Consolidating action changes ... Done
1552026-09-02T04:06:45.640ZPlanning: Evaluating mediators ... Done
1562026-09-02T04:06:45.643ZPlanning: Planning completed in 0.27 seconds
1572026-09-02T04:06:45.663Z Mediators to change: 2
1582026-09-02T04:06:45.664Z Create boot environment: No
1592026-09-02T04:06:45.664ZCreate backup boot environment: No
1602026-09-02T04:06:45.721ZFinalize: Updating package state database ... Done
1612026-09-02T04:06:45.721ZFinalize: Updating package cache ... Done
1622026-09-02T04:06:45.776ZFinalize: Updating image state ... Done
1632026-09-02T04:06:47.742ZFinalize: Creating fast lookup database ... Done
1642026-09-02T04:06:47.804ZFinalize: Reading search index ... Done
1652026-09-02T04:06:47.806ZFinalize: Updating search index ... Done
1662026-09-02T04:06:47.891ZFinalize: Updating package cache ... Done
1672026-09-02T04:06:48.178ZPlanning: Evaluating mediator changes ... Done
1682026-09-02T04:06:48.284ZPlanning: Checking for conflicting actions ... Done
1692026-09-02T04:06:48.287ZPlanning: Consolidating action changes ... Done
1702026-09-02T04:06:48.440ZPlanning: Evaluating mediators ... Done
1712026-09-02T04:06:48.443ZPlanning: Planning completed in 0.26 seconds
1722026-09-02T04:06:48.464Z Mediators to change: 1
1732026-09-02T04:06:48.464Z Create boot environment: No
1742026-09-02T04:06:48.464ZCreate backup boot environment: No
1752026-09-02T04:06:48.512ZFinalize: Updating package state database ... Done
1762026-09-02T04:06:48.512ZFinalize: Updating package cache ... Done
1772026-09-02T04:06:48.568ZFinalize: Updating image state ... Done
1782026-09-02T04:06:50.527ZFinalize: Creating fast lookup database ... Done
1792026-09-02T04:06:50.591ZFinalize: Reading search index ... Done
1802026-09-02T04:06:50.594ZFinalize: Updating search index ... Done
1812026-09-02T04:06:50.690ZFinalize: Updating package cache ... Done
1822026-09-02T04:06:51.002ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1832026-09-02T04:06:51.002Zapache system 2.4 system
1842026-09-02T04:06:51.002Zclang system 15 system
1852026-09-02T04:06:51.002Zcsh system system illumos
1862026-09-02T04:06:51.002Zctags system system illumos
1872026-09-02T04:06:51.002Zfile vendor vendor darwinsys
1882026-09-02T04:06:51.002Zfile system system illumos
1892026-09-02T04:06:51.002Zgcc vendor 14 vendor
1902026-09-02T04:06:51.002Zgcc system 13 system
1912026-09-02T04:06:51.002Zgcc system 10 system
1922026-09-02T04:06:51.002Zgo system 1.25 system
1932026-09-02T04:06:51.002Zllvm system 15 system
1942026-09-02T04:06:51.002Zmariadb system 11.4 system
1952026-09-02T04:06:51.002Zmta vendor vendor dma
1962026-09-02T04:06:51.002Zopenjdk system 17 system
1972026-09-02T04:06:51.002Zopenjdk system 11 system
1982026-09-02T04:06:51.002Zopenssl vendor 3 vendor
1992026-09-02T04:06:51.002Zperl system 5.40 system
2002026-09-02T04:06:51.002Zpostgresql system 18 system
2012026-09-02T04:06:51.002Zpostgresql system 17 system
2022026-09-02T04:06:51.002Zpython vendor 3 vendor
2032026-09-02T04:06:51.002Zpython system 2 system
2042026-09-02T04:06:51.002Zpython3 vendor 3.13 vendor
2052026-09-02T04:06:51.002Zruby system 3.4 system
2062026-09-02T04:06:51.002Zruby system 3.0 system
2072026-09-02T04:06:51.002Zwords vendor vendor american-english
2082026-09-02T04:06:51.002Zwords system system australian-english
2092026-09-02T04:06:51.002Zwords system system british-english
2102026-09-02T04:06:51.002Zwords system system canadian-english
2112026-09-02T04:06:51.002Zwords system system french
2122026-09-02T04:06:51.002Zwords system system italian
2132026-09-02T04:06:51.003Zwords system system ngerman
2142026-09-02T04:06:51.003Zwords system system ogerman
2152026-09-02T04:06:51.003Zwords system system spanish
2162026-09-02T04:06:51.255ZPUBLISHER TYPE STATUS P LOCATION
2172026-09-02T04:06:51.255Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2182026-09-02T04:06:51.770ZFMRI IFO
2192026-09-02T04:06:51.770Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2202026-09-02T04:06:51.770Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2212026-09-02T04:06:51.770Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2222026-09-02T04:06:51.771Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2232026-09-02T04:06:51.771Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2242026-09-02T04:06:51.771Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2252026-09-02T04:06:51.771Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2262026-09-02T04:06:51.771Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2272026-09-02T04:06:51.771Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2282026-09-02T04:06:52.125Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2292026-09-02T04:06:52.452Z Updating crates.io index
2302026-09-02T04:06:52.456Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2312026-09-02T04:06:52.786Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2322026-09-02T04:06:53.187Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2332026-09-02T04:06:53.506Z Updating git repository `https://github.com/oxidecomputer/propolis`
2342026-09-02T04:06:54.514Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2352026-09-02T04:06:55.076Z Updating git repository `https://github.com/oxidecomputer/crucible`
2362026-09-02T04:06:56.777Z Updating git repository `https://github.com/oxidecomputer/opte`
2372026-09-02T04:06:57.679Z Updating git repository `https://github.com/oxidecomputer/tofino`
2382026-09-02T04:06:58.031Z Updating git repository `https://github.com/oxidecomputer/lldp`
2392026-09-02T04:06:58.391Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2402026-09-02T04:06:59.847Z Updating git repository `https://github.com/oxidecomputer/clickward`
2412026-09-02T04:07:00.180Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2422026-09-02T04:07:00.607Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2432026-09-02T04:07:00.912Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2442026-09-02T04:07:01.472Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2452026-09-02T04:07:01.738Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2462026-09-02T04:07:02.013Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2472026-09-02T04:07:02.325Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2482026-09-02T04:07:02.626Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2492026-09-02T04:07:02.987Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2502026-09-02T04:07:03.531Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2512026-09-02T04:07:03.848Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2522026-09-02T04:07:04.391Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2532026-09-02T04:07:04.730Z Updating git repository `https://github.com/oxidecomputer/erebor`
2542026-09-02T04:07:05.028Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2552026-09-02T04:07:05.479Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2562026-09-02T04:07:06.045Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2572026-09-02T04:07:06.448Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2582026-09-02T04:07:06.809Z Updating git repository `https://github.com/oxidecomputer/ispf`
2592026-09-02T04:07:07.093Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2602026-09-02T04:07:07.414Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2612026-09-02T04:07:07.824Z Updating git repository `https://github.com/oxidecomputer/tough`
2622026-09-02T04:07:08.351Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2632026-09-02T04:07:08.627Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-09-02T04:07:08.906Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2652026-09-02T04:07:09.212Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2662026-09-02T04:07:09.948Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2672026-09-02T04:07:10.225Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2682026-09-02T04:07:10.489Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2692026-09-02T04:07:10.781Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2702026-09-02T04:07:11.040Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2712026-09-02T04:07:11.462Z Updating git repository `https://github.com/illumos/smf-rs`
2722026-09-02T04:07:14.464Z Downloading crates ...
2732026-09-02T04:07:14.519Z Downloaded generic-array v0.14.7
2742026-09-02T04:07:14.526Z Downloaded fastrand v2.3.0
2752026-09-02T04:07:14.529Z Downloaded camino-tempfile v1.4.1
2762026-09-02T04:07:14.532Z Downloaded anstream v1.0.0
2772026-09-02T04:07:14.534Z Downloaded bitflags v2.11.0
2782026-09-02T04:07:14.537Z Downloaded utf8parse v0.2.2
2792026-09-02T04:07:14.543Z Downloaded macaddr v1.0.1
2802026-09-02T04:07:14.545Z Downloaded zerocopy v0.7.35
2812026-09-02T04:07:14.553Z Downloaded zmij v1.0.21
2822026-09-02T04:07:14.556Z Downloaded zerocopy-derive v0.7.35
2832026-09-02T04:07:14.556Z Downloaded equivalent v1.0.2
2842026-09-02T04:07:14.556Z Downloaded crypto-common v0.1.7
2852026-09-02T04:07:14.559Z Downloaded colorchoice v1.0.4
2862026-09-02T04:07:14.559Z Downloaded usdt-impl v0.5.0
2872026-09-02T04:07:14.559Z Downloaded thiserror v1.0.69
2882026-09-02T04:07:14.562Z Downloaded thiserror-impl v2.0.18
2892026-09-02T04:07:14.562Z Downloaded sha2 v0.10.9
2902026-09-02T04:07:14.565Z Downloaded cargo-platform v0.3.2
2912026-09-02T04:07:14.565Z Downloaded cargo_metadata v0.23.1
2922026-09-02T04:07:14.570Z Downloaded dtrace-parser v0.2.0
2932026-09-02T04:07:14.589Z Downloaded itoa v1.0.17
2942026-09-02T04:07:14.592Z Downloaded anstyle-query v1.1.5
2952026-09-02T04:07:14.592Z Downloaded fnv v1.0.7
2962026-09-02T04:07:14.603Z Downloaded cpufeatures v0.2.17
2972026-09-02T04:07:14.606Z Downloaded dof v0.3.0
2982026-09-02T04:07:14.608Z Downloaded clap_lex v1.0.0
2992026-09-02T04:07:14.613Z Downloaded log v0.4.33
3002026-09-02T04:07:14.615Z Downloaded once_cell v1.21.3
3012026-09-02T04:07:14.618Z Downloaded heck v0.4.1
3022026-09-02T04:07:14.618Z Downloaded block-buffer v0.10.4
3032026-09-02T04:07:14.622Z Downloaded heck v0.5.0
3042026-09-02T04:07:14.625Z Downloaded serde_spanned v0.6.9
3052026-09-02T04:07:14.628Z Downloaded usdt-macro v0.5.0
3062026-09-02T04:07:14.631Z Downloaded toml_datetime v0.6.11
3072026-09-02T04:07:14.631Z Downloaded memmap v0.7.0
3082026-09-02T04:07:14.634Z Downloaded tabled_derive v0.7.0
3092026-09-02T04:07:14.634Z Downloaded unicode-linebreak v0.1.5
3102026-09-02T04:07:14.634Z Downloaded errno v0.3.14
3112026-09-02T04:07:14.639Z Downloaded is_terminal_polyfill v1.70.2
3122026-09-02T04:07:14.642Z Downloaded proc-macro-error-attr v1.0.4
3132026-09-02T04:07:14.642Z Downloaded thread-id v4.2.2
3142026-09-02T04:07:14.642Z Downloaded pretty-hex v0.4.1
3152026-09-02T04:07:14.644Z Downloaded scroll_derive v0.12.1
3162026-09-02T04:07:14.652Z Downloaded toml_write v0.1.2
3172026-09-02T04:07:14.654Z Downloaded swrite v0.1.0
3182026-09-02T04:07:14.657Z Downloaded terminal_size v0.4.3
3192026-09-02T04:07:14.657Z Downloaded version_check v0.9.5
3202026-09-02T04:07:14.661Z Downloaded smawk v0.3.2
3212026-09-02T04:07:14.664Z Downloaded plain v0.2.3
3222026-09-02T04:07:14.664Z Downloaded usdt-attr-macro v0.5.0
3232026-09-02T04:07:14.667Z Downloaded clap v4.6.1
3242026-09-02T04:07:14.671Z Downloaded anstyle-parse v1.0.0
3252026-09-02T04:07:14.675Z Downloaded autocfg v1.5.0
3262026-09-02T04:07:14.675Z Downloaded bytecount v0.6.9
3272026-09-02T04:07:14.678Z Downloaded cfg-if v1.0.4
3282026-09-02T04:07:14.678Z Downloaded anstyle v1.0.14
3292026-09-02T04:07:14.678Z Downloaded fs-err v3.3.0
3302026-09-02T04:07:14.678Z Downloaded cargo_toml v0.21.0
3312026-09-02T04:07:14.678Z Downloaded thiserror-impl v1.0.69
3322026-09-02T04:07:14.681Z Downloaded camino v1.2.5
3332026-09-02T04:07:14.684Z Downloaded byteorder v1.5.0
3342026-09-02T04:07:14.686Z Downloaded serde v1.0.228
3352026-09-02T04:07:14.689Z Downloaded usdt v0.5.0
3362026-09-02T04:07:14.689Z Downloaded digest v0.10.7
3372026-09-02T04:07:14.689Z Downloaded thiserror v2.0.18
3382026-09-02T04:07:14.693Z Downloaded scroll v0.12.0
3392026-09-02T04:07:14.709Z Downloaded proc-macro-error v1.0.4
3402026-09-02T04:07:14.712Z Downloaded strsim v0.11.1
3412026-09-02T04:07:14.712Z Downloaded quote v1.0.45
3422026-09-02T04:07:14.714Z Downloaded pest_derive v2.8.6
3432026-09-02T04:07:14.728Z Downloaded clap_derive v4.6.1
3442026-09-02T04:07:14.732Z Downloaded anyhow v1.0.104
3452026-09-02T04:07:14.735Z Downloaded semver v1.0.28
3462026-09-02T04:07:14.738Z Downloaded tempfile v3.27.0
3472026-09-02T04:07:14.743Z Downloaded toml v0.8.23
3482026-09-02T04:07:14.748Z Downloaded getrandom v0.4.3
3492026-09-02T04:07:14.754Z Downloaded pest_generator v2.8.6
3502026-09-02T04:07:14.757Z Downloaded ucd-trie v0.1.7
3512026-09-02T04:07:14.759Z Downloaded clap_builder v4.6.0
3522026-09-02T04:07:14.767Z Downloaded textwrap v0.16.2
3532026-09-02T04:07:14.767Z Downloaded unicode-ident v1.0.24
3542026-09-02T04:07:14.770Z Downloaded serde_tokenstream v0.2.3
3552026-09-02T04:07:14.775Z Downloaded serde_derive v1.0.228
3562026-09-02T04:07:14.780Z Downloaded proc-macro2 v1.0.106
3572026-09-02T04:07:14.796Z Downloaded serde_core v1.0.228
3582026-09-02T04:07:14.799Z Downloaded toml_edit v0.22.27
3592026-09-02T04:07:14.801Z Downloaded papergrid v0.11.0
3602026-09-02T04:07:14.804Z Downloaded pest_meta v2.8.6
3612026-09-02T04:07:14.809Z Downloaded memchr v2.8.0
3622026-09-02T04:07:14.827Z Downloaded pest v2.8.6
3632026-09-02T04:07:14.830Z Downloaded typenum v1.20.1
3642026-09-02T04:07:14.832Z Downloaded indexmap v2.14.0
3652026-09-02T04:07:14.835Z Downloaded hashbrown v0.17.0
3662026-09-02T04:07:14.844Z Downloaded serde_json v1.0.151
3672026-09-02T04:07:14.890Z Downloaded winnow v0.7.14
3682026-09-02T04:07:14.894Z Downloaded goblin v0.8.2
3692026-09-02T04:07:14.911Z Downloaded tabled v0.15.0
3702026-09-02T04:07:14.921Z Downloaded syn v1.0.109
3712026-09-02T04:07:14.936Z Downloaded syn v2.0.117
3722026-09-02T04:07:14.942Z Downloaded unicode-width v0.1.14
3732026-09-02T04:07:14.945Z Downloaded unicode-width v0.2.0
3742026-09-02T04:07:14.960Z Downloaded rustix v1.1.4
3752026-09-02T04:07:14.981Z Downloaded libc v0.2.185
3762026-09-02T04:07:15.042Z Compiling proc-macro2 v1.0.106
3772026-09-02T04:07:15.042Z Compiling unicode-ident v1.0.24
3782026-09-02T04:07:15.045Z Compiling quote v1.0.45
3792026-09-02T04:07:15.045Z Compiling serde_core v1.0.228
3802026-09-02T04:07:15.045Z Compiling libc v0.2.185
3812026-09-02T04:07:15.045Z Compiling version_check v0.9.5
3822026-09-02T04:07:15.045Z Compiling memchr v2.8.0
3832026-09-02T04:07:15.211Z Compiling serde v1.0.228
3842026-09-02T04:07:15.214Z Compiling zmij v1.0.21
3852026-09-02T04:07:15.214Z Compiling ucd-trie v0.1.7
3862026-09-02T04:07:15.214Z Compiling thiserror v1.0.69
3872026-09-02T04:07:15.224Z Compiling itoa v1.0.17
3882026-09-02T04:07:15.227Z Compiling rustix v1.1.4
3892026-09-02T04:07:15.227Z Compiling byteorder v1.5.0
3902026-09-02T04:07:15.429Z Compiling bitflags v2.11.0
3912026-09-02T04:07:15.660Z Compiling serde_json v1.0.151
3922026-09-02T04:07:15.697Z Compiling usdt-impl v0.5.0
3932026-09-02T04:07:15.764Z Compiling proc-macro-error-attr v1.0.4
3942026-09-02T04:07:15.783Z Compiling camino v1.2.5
3952026-09-02T04:07:15.786Z Compiling syn v1.0.109
3962026-09-02T04:07:15.800Z Compiling proc-macro-error v1.0.4
3972026-09-02T04:07:15.818Z Compiling pest v2.8.6
3982026-09-02T04:07:15.978Z Compiling plain v0.2.3
3992026-09-02T04:07:16.062Z Compiling hashbrown v0.17.0
4002026-09-02T04:07:16.115Z Compiling getrandom v0.4.3
4012026-09-02T04:07:16.115Z Compiling utf8parse v0.2.2
4022026-09-02T04:07:16.115Z Compiling log v0.4.33
4032026-09-02T04:07:16.169Z Compiling equivalent v1.0.2
4042026-09-02T04:07:16.224Z Compiling errno v0.3.14
4052026-09-02T04:07:16.224Z Compiling thread-id v4.2.2
4062026-09-02T04:07:16.261Z Compiling anstyle-parse v1.0.0
4072026-09-02T04:07:16.297Z Compiling autocfg v1.5.0
4082026-09-02T04:07:16.331Z Compiling winnow v0.7.14
4092026-09-02T04:07:16.335Z Compiling colorchoice v1.0.4
4102026-09-02T04:07:16.335Z Compiling pretty-hex v0.4.1
4112026-09-02T04:07:16.335Z Compiling anstyle-query v1.1.5
4122026-09-02T04:07:16.400Z Compiling thiserror v2.0.18
4132026-09-02T04:07:16.456Z Compiling is_terminal_polyfill v1.70.2
4142026-09-02T04:07:16.486Z Compiling anstyle v1.0.14
4152026-09-02T04:07:16.506Z Compiling cfg-if v1.0.4
4162026-09-02T04:07:16.520Z Compiling toml_write v0.1.2
4172026-09-02T04:07:16.575Z Compiling fastrand v2.3.0
4182026-09-02T04:07:16.592Z Compiling indexmap v2.14.0
4192026-09-02T04:07:16.639Z Compiling syn v2.0.117
4202026-09-02T04:07:16.710Z Compiling anstream v1.0.0
4212026-09-02T04:07:16.730Z Compiling heck v0.4.1
4222026-09-02T04:07:16.766Z Compiling fs-err v3.3.0
4232026-09-02T04:07:16.766Z Compiling once_cell v1.21.3
4242026-09-02T04:07:16.819Z Compiling bytecount v0.6.9
4252026-09-02T04:07:16.852Z Compiling heck v0.5.0
4262026-09-02T04:07:16.971Z Compiling pest_meta v2.8.6
4272026-09-02T04:07:16.989Z Compiling unicode-width v0.1.14
4282026-09-02T04:07:16.992Z Compiling clap_lex v1.0.0
4292026-09-02T04:07:17.024Z Compiling strsim v0.11.1
4302026-09-02T04:07:17.044Z Compiling anyhow v1.0.104
4312026-09-02T04:07:17.047Z Compiling fnv v1.0.7
4322026-09-02T04:07:17.166Z Compiling memmap v0.7.0
4332026-09-02T04:07:17.187Z Compiling smawk v0.3.2
4342026-09-02T04:07:17.207Z Compiling unicode-width v0.2.0
4352026-09-02T04:07:17.240Z Compiling papergrid v0.11.0
4362026-09-02T04:07:17.243Z Compiling unicode-linebreak v0.1.5
4372026-09-02T04:07:17.264Z Compiling terminal_size v0.4.3
4382026-09-02T04:07:17.282Z Compiling tempfile v3.27.0
4392026-09-02T04:07:17.383Z Compiling swrite v0.1.0
4402026-09-02T04:07:17.402Z Compiling clap_builder v4.6.0
4412026-09-02T04:07:17.439Z Compiling textwrap v0.16.2
4422026-09-02T04:07:17.588Z Compiling cargo-platform v0.3.2
4432026-09-02T04:07:17.588Z Compiling semver v1.0.28
4442026-09-02T04:07:17.907Z Compiling camino-tempfile v1.4.1
4452026-09-02T04:07:18.186Z Compiling tabled_derive v0.7.0
4462026-09-02T04:07:18.796Z Compiling pest_generator v2.8.6
4472026-09-02T04:07:18.847Z Compiling tabled v0.15.0
4482026-09-02T04:07:19.291Z Compiling serde_derive v1.0.228
4492026-09-02T04:07:19.291Z Compiling thiserror-impl v1.0.69
4502026-09-02T04:07:19.295Z Compiling zerocopy-derive v0.7.35
4512026-09-02T04:07:19.295Z Compiling scroll_derive v0.12.1
4522026-09-02T04:07:19.295Z Compiling thiserror-impl v2.0.18
4532026-09-02T04:07:19.295Z Compiling clap_derive v4.6.1
4542026-09-02T04:07:19.391Z Compiling pest_derive v2.8.6
4552026-09-02T04:07:19.915Z Compiling scroll v0.12.0
4562026-09-02T04:07:19.971Z Compiling zerocopy v0.7.35
4572026-09-02T04:07:20.125Z Compiling goblin v0.8.2
4582026-09-02T04:07:20.273Z Compiling dtrace-parser v0.2.0
4592026-09-02T04:07:20.605Z Compiling clap v4.6.1
4602026-09-02T04:07:21.721Z Compiling dof v0.3.0
4612026-09-02T04:07:21.721Z Compiling serde_tokenstream v0.2.3
4622026-09-02T04:07:21.737Z Compiling serde_spanned v0.6.9
4632026-09-02T04:07:21.751Z Compiling toml_datetime v0.6.11
4642026-09-02T04:07:21.754Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4652026-09-02T04:07:21.754Z Compiling cargo_metadata v0.23.1
4662026-09-02T04:07:21.754Z Compiling macaddr v1.0.1
4672026-09-02T04:07:21.938Z Compiling toml_edit v0.22.27
4682026-09-02T04:07:22.446Z Compiling usdt-attr-macro v0.5.0
4692026-09-02T04:07:22.450Z Compiling usdt-macro v0.5.0
4702026-09-02T04:07:23.025Z Compiling usdt v0.5.0
4712026-09-02T04:07:23.213Z Compiling toml v0.8.23
4722026-09-02T04:07:23.534Z Compiling cargo_toml v0.21.0
4732026-09-02T04:07:24.818Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4742026-09-02T04:07:26.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.00s
4752026-09-02T04:07:27.171Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4762026-09-02T04:07:27.693Z Downloading crates ...
4772026-09-02T04:07:27.744Z Downloaded adler2 v2.0.1
4782026-09-02T04:07:27.750Z Downloaded aead v0.6.1
4792026-09-02T04:07:27.754Z Downloaded addr2line v0.25.1
4802026-09-02T04:07:27.754Z Downloaded aead v0.5.2
4812026-09-02T04:07:27.757Z Downloaded async-stream-impl v0.3.6
4822026-09-02T04:07:27.760Z Downloaded bumpalo v3.20.2
4832026-09-02T04:07:27.760Z Downloaded async-stream v0.3.6
4842026-09-02T04:07:27.764Z Downloaded bb8 v0.8.6
4852026-09-02T04:07:27.767Z Downloaded atomicwrites v0.4.4
4862026-09-02T04:07:27.767Z Downloaded embedded-io v0.4.0
4872026-09-02T04:07:27.772Z Downloaded env_logger v0.11.11
4882026-09-02T04:07:27.776Z Downloaded embedded-io v0.6.1
4892026-09-02T04:07:27.776Z Downloaded atty v0.2.14
4902026-09-02T04:07:27.780Z Downloaded anstream v0.6.21
4912026-09-02T04:07:27.780Z Downloaded elliptic-curve v0.14.1
4922026-09-02T04:07:27.780Z Downloaded const-oid v0.10.2
4932026-09-02T04:07:27.784Z Downloaded enum_dispatch v0.3.13
4942026-09-02T04:07:27.784Z Downloaded funty v2.0.0
4952026-09-02T04:07:27.784Z Downloaded bitfield-macros v0.19.4
4962026-09-02T04:07:27.787Z Downloaded arrayvec v0.7.6
4972026-09-02T04:07:27.787Z Downloaded bit-vec v0.6.3
4982026-09-02T04:07:27.787Z Downloaded ff v0.13.1
4992026-09-02T04:07:27.787Z Downloaded erased-serde v0.3.31
5002026-09-02T04:07:27.792Z Downloaded aes-gcm v0.11.0
5012026-09-02T04:07:27.795Z Downloaded backoff v0.4.0
5022026-09-02T04:07:27.795Z Downloaded bitfield v0.19.4
5032026-09-02T04:07:27.795Z Downloaded futures-util v0.3.32
5042026-09-02T04:07:27.801Z Downloaded ascii-canvas v3.0.0
5052026-09-02T04:07:27.811Z Downloaded base16ct v0.2.0
5062026-09-02T04:07:27.811Z Downloaded fd-lock v4.0.4
5072026-09-02T04:07:27.811Z Downloaded fixedbitset v0.4.2
5082026-09-02T04:07:27.811Z Downloaded fixedbitset v0.5.7
5092026-09-02T04:07:27.811Z Downloaded futures-channel v0.3.32
5102026-09-02T04:07:27.815Z Downloaded ahash v0.8.12
5112026-09-02T04:07:27.815Z Downloaded assert_matches v1.5.0
5122026-09-02T04:07:27.815Z Downloaded backtrace-ext v0.2.1
5132026-09-02T04:07:27.815Z Downloaded bit-set v0.5.3
5142026-09-02T04:07:27.815Z Downloaded block-padding v0.4.2
5152026-09-02T04:07:27.815Z Downloaded async-trait v0.1.89
5162026-09-02T04:07:27.815Z Downloaded flagset v0.4.7
5172026-09-02T04:07:27.815Z Downloaded foreign-types-macros v0.2.3
5182026-09-02T04:07:27.815Z Downloaded anstyle-parse v0.2.7
5192026-09-02T04:07:27.815Z Downloaded env_filter v2.0.0
5202026-09-02T04:07:27.815Z Downloaded foreign-types v0.5.0
5212026-09-02T04:07:27.815Z Downloaded futures-task v0.3.32
5222026-09-02T04:07:27.815Z Downloaded ff v0.14.0
5232026-09-02T04:07:27.819Z Downloaded fxhash v0.2.1
5242026-09-02T04:07:27.819Z Downloaded hex v0.4.3
5252026-09-02T04:07:27.819Z Downloaded float-cmp v0.10.0
5262026-09-02T04:07:27.819Z Downloaded arrayref v0.3.9
5272026-09-02T04:07:27.819Z Downloaded bit-set v0.8.0
5282026-09-02T04:07:27.822Z Downloaded base16ct v1.0.0
5292026-09-02T04:07:27.822Z Downloaded compression-core v0.4.31
5302026-09-02T04:07:27.822Z Downloaded globset v0.4.18
5312026-09-02T04:07:27.822Z Downloaded base64 v0.21.7
5322026-09-02T04:07:27.827Z Downloaded cobs v0.3.0
5332026-09-02T04:07:27.827Z Downloaded backon v1.6.0
5342026-09-02T04:07:27.827Z Downloaded bitfield-struct v0.6.2
5352026-09-02T04:07:27.831Z Downloaded async-recursion v1.1.1
5362026-09-02T04:07:27.832Z Downloaded foreign-types-shared v0.3.1
5372026-09-02T04:07:27.832Z Downloaded atomic-waker v1.1.2
5382026-09-02T04:07:27.832Z Downloaded futures-io v0.3.32
5392026-09-02T04:07:27.832Z Downloaded http-body v1.0.1
5402026-09-02T04:07:27.832Z Downloaded futures-macro v0.3.32
5412026-09-02T04:07:27.834Z Downloaded ciborium-io v0.2.2
5422026-09-02T04:07:27.834Z Downloaded ciborium-ll v0.2.2
5432026-09-02T04:07:27.834Z Downloaded castaway v0.2.4
5442026-09-02T04:07:27.834Z Downloaded futures v0.3.32
5452026-09-02T04:07:27.834Z Downloaded base64ct v1.8.3
5462026-09-02T04:07:27.839Z Downloaded hash32 v0.3.1
5472026-09-02T04:07:27.839Z Downloaded enum-as-inner v0.6.1
5482026-09-02T04:07:27.839Z Downloaded hubpack v0.1.2
5492026-09-02T04:07:27.843Z Downloaded cfg_aliases v0.2.1
5502026-09-02T04:07:27.843Z Downloaded git-stub v1.0.0
5512026-09-02T04:07:27.843Z Downloaded endian-type v0.1.2
5522026-09-02T04:07:27.847Z Downloaded home v0.5.12
5532026-09-02T04:07:27.847Z Downloaded nibble_vec v0.1.0
5542026-09-02T04:07:27.850Z Downloaded hex-literal v1.1.0
5552026-09-02T04:07:27.850Z Downloaded futures-core v0.3.32
5562026-09-02T04:07:27.853Z Downloaded opaque-debug v0.3.1
5572026-09-02T04:07:27.853Z Downloaded array-init v0.0.4
5582026-09-02T04:07:27.856Z Downloaded hash32 v0.2.1
5592026-09-02T04:07:27.856Z Downloaded nodrop v0.1.14
5602026-09-02T04:07:27.856Z Downloaded hostname v0.4.2
5612026-09-02T04:07:27.856Z Downloaded hubpack_derive v0.1.1
5622026-09-02T04:07:27.859Z Downloaded foreign-types v0.3.2
5632026-09-02T04:07:27.859Z Downloaded bcrypt-pbkdf v0.11.0
5642026-09-02T04:07:27.859Z Downloaded cfg_aliases v0.1.1
5652026-09-02T04:07:27.859Z Downloaded cbc v0.2.1
5662026-09-02T04:07:27.859Z Downloaded aes v0.9.1
5672026-09-02T04:07:27.862Z Downloaded gethostname v0.5.0
5682026-09-02T04:07:27.865Z Downloaded group v0.14.0
5692026-09-02T04:07:27.865Z Downloaded block-buffer v0.12.1
5702026-09-02T04:07:27.865Z Downloaded newline-converter v0.3.0
5712026-09-02T04:07:27.868Z Downloaded normalize-line-endings v0.3.0
5722026-09-02T04:07:27.868Z Downloaded flate2 v1.1.9
5732026-09-02T04:07:27.871Z Downloaded num_threads v0.1.7
5742026-09-02T04:07:27.871Z Downloaded argon2 v0.5.3
5752026-09-02T04:07:27.874Z Downloaded cmake v0.1.57
5762026-09-02T04:07:27.877Z Downloaded camino-tempfile-ext v0.3.3
5772026-09-02T04:07:27.877Z Downloaded http-range v0.1.5
5782026-09-02T04:07:27.881Z Downloaded predicates-core v1.0.10
5792026-09-02T04:07:27.884Z Downloaded headers-core v0.3.0
5802026-09-02T04:07:27.884Z Downloaded hostname v0.3.1
5812026-09-02T04:07:27.884Z Downloaded rand_xorshift v0.4.0
5822026-09-02T04:07:27.889Z Downloaded psl-types v2.0.11
5832026-09-02T04:07:27.889Z Downloaded futures-sink v0.3.32
5842026-09-02T04:07:27.889Z Downloaded ref-cast-impl v1.0.25
5852026-09-02T04:07:27.889Z Downloaded float-ord v0.3.2
5862026-09-02T04:07:27.893Z Downloaded httpdate v1.0.3
5872026-09-02T04:07:27.893Z Downloaded parse-size v1.1.0
5882026-09-02T04:07:27.893Z Downloaded form_urlencoded v1.2.2
5892026-09-02T04:07:27.896Z Downloaded compression-codecs v0.4.37
5902026-09-02T04:07:27.896Z Downloaded globwalk v0.9.1
5912026-09-02T04:07:27.896Z Downloaded phf_shared v0.11.3
5922026-09-02T04:07:27.896Z Downloaded blowfish v0.10.0
5932026-09-02T04:07:27.899Z Downloaded byte-wrapper v0.1.0
5942026-09-02T04:07:27.899Z Downloaded bit-vec v0.8.0
5952026-09-02T04:07:27.902Z Downloaded cexpr v0.6.0
5962026-09-02T04:07:27.902Z Downloaded proc-macro-crate v1.3.1
5972026-09-02T04:07:27.902Z Downloaded powerfmt v0.2.0
5982026-09-02T04:07:27.902Z Downloaded cassowary v0.3.0
5992026-09-02T04:07:27.906Z Downloaded rfc6979 v0.4.0
6002026-09-02T04:07:27.906Z Downloaded russh-cryptovec v0.62.0
6012026-09-02T04:07:27.906Z Downloaded russh-util v0.52.0
6022026-09-02T04:07:27.909Z Downloaded cipher v0.5.2
6032026-09-02T04:07:27.909Z Downloaded cipher v0.4.4
6042026-09-02T04:07:27.909Z Downloaded rfc6979 v0.6.0
6052026-09-02T04:07:27.912Z Downloaded bs58 v0.5.1
6062026-09-02T04:07:27.912Z Downloaded num_enum v0.5.11
6072026-09-02T04:07:27.915Z Downloaded fallible-iterator v0.2.0
6082026-09-02T04:07:27.915Z Downloaded scroll_derive v0.13.1
6092026-09-02T04:07:27.919Z Downloaded argon2 v0.6.0-rc.8
6102026-09-02T04:07:27.920Z Downloaded async-bb8-diesel v0.2.1
6112026-09-02T04:07:27.920Z Downloaded secrecy v0.10.3
6122026-09-02T04:07:27.920Z Downloaded semver v0.1.20
6132026-09-02T04:07:27.924Z Downloaded serde_plain v1.0.2
6142026-09-02T04:07:27.924Z Downloaded foldhash v0.1.5
6152026-09-02T04:07:27.924Z Downloaded foreign-types-shared v0.1.1
6162026-09-02T04:07:27.924Z Downloaded foldhash v0.2.0
6172026-09-02T04:07:27.924Z Downloaded futures-executor v0.3.32
6182026-09-02T04:07:27.924Z Downloaded ghash v0.6.0
6192026-09-02T04:07:27.924Z Downloaded bcs v0.1.6
6202026-09-02T04:07:27.927Z Downloaded chacha20 v0.9.1
6212026-09-02T04:07:27.927Z Downloaded highway v1.3.0
6222026-09-02T04:07:27.927Z Downloaded bitflags v1.3.2
6232026-09-02T04:07:27.930Z Downloaded sha1 v0.10.6
6242026-09-02T04:07:27.930Z Downloaded signal-hook-mio v0.2.5
6252026-09-02T04:07:27.934Z Downloaded sigpipe v0.1.3
6262026-09-02T04:07:27.934Z Downloaded expectorate v1.2.0
6272026-09-02T04:07:27.934Z Downloaded buf-list v1.1.2
6282026-09-02T04:07:27.937Z Downloaded chacha20 v0.10.0
6292026-09-02T04:07:27.937Z Downloaded console v0.15.11
6302026-09-02T04:07:27.937Z Downloaded sqlparser_derive v0.5.0
6312026-09-02T04:07:27.940Z Downloaded pem v3.0.6
6322026-09-02T04:07:27.940Z Downloaded pkg-config v0.3.32
6332026-09-02T04:07:27.940Z Downloaded predicates-tree v1.0.13
6342026-09-02T04:07:27.940Z Downloaded take_mut v0.2.2
6352026-09-02T04:07:27.943Z Downloaded tap v1.0.1
6362026-09-02T04:07:27.943Z Downloaded fs_extra v1.3.0
6372026-09-02T04:07:27.946Z Downloaded rusty-fork v0.3.1
6382026-09-02T04:07:27.946Z Downloaded testing_table v0.3.0
6392026-09-02T04:07:27.946Z Downloaded find-msvc-tools v0.1.9
6402026-09-02T04:07:27.951Z Downloaded filetime v0.2.27
6412026-09-02T04:07:27.953Z Downloaded fs-err v2.11.0
6422026-09-02T04:07:27.953Z Downloaded http-body-util v0.1.3
6432026-09-02T04:07:27.953Z Downloaded ena v0.14.4
6442026-09-02T04:07:27.953Z Downloaded glob v0.3.3
6452026-09-02T04:07:27.953Z Downloaded blake2 v0.11.0-rc.6
6462026-09-02T04:07:27.958Z Downloaded cancel-safe-futures v0.1.5
6472026-09-02T04:07:27.958Z Downloaded ciborium v0.2.2
6482026-09-02T04:07:27.961Z Downloaded git-stub-vcs v0.1.0
6492026-09-02T04:07:27.961Z Downloaded oxide-generation-macros v0.2.0
6502026-09-02T04:07:27.961Z Downloaded pbkdf2 v0.13.0
6512026-09-02T04:07:27.961Z Downloaded bzip2 v0.6.1
6522026-09-02T04:07:27.964Z Downloaded cmov v0.5.4
6532026-09-02T04:07:27.964Z Downloaded colored v2.2.0
6542026-09-02T04:07:27.964Z Downloaded const-oid v0.9.6
6552026-09-02T04:07:27.967Z Downloaded blake2 v0.10.6
6562026-09-02T04:07:27.967Z Downloaded progenitor v0.14.0
6572026-09-02T04:07:27.967Z Downloaded colored v3.1.1
6582026-09-02T04:07:27.970Z Downloaded progenitor v0.13.0
6592026-09-02T04:07:27.971Z Downloaded progenitor-client v0.13.0
6602026-09-02T04:07:27.971Z Downloaded unarray v0.1.4
6612026-09-02T04:07:27.975Z Downloaded usdt v0.6.0
6622026-09-02T04:07:27.975Z Downloaded utf-8 v0.7.6
6632026-09-02T04:07:27.979Z Downloaded serde_path_to_error v0.1.20
6642026-09-02T04:07:27.979Z Downloaded slog-scope v4.4.1
6652026-09-02T04:07:27.982Z Downloaded slog-async v2.8.0
6662026-09-02T04:07:27.982Z Downloaded num-integer v0.1.46
6672026-09-02T04:07:27.985Z Downloaded subtle v2.6.1
6682026-09-02T04:07:27.985Z Downloaded xshell-macros v0.2.7
6692026-09-02T04:07:27.988Z Downloaded crunchy v0.2.4
6702026-09-02T04:07:27.988Z Downloaded bzip2 v0.4.4
6712026-09-02T04:07:27.988Z Downloaded console v0.16.2
6722026-09-02T04:07:27.988Z Downloaded hmac v0.12.1
6732026-09-02T04:07:27.991Z Downloaded pkcs8 v0.11.0
6742026-09-02T04:07:27.994Z Downloaded want v0.3.1
6752026-09-02T04:07:27.994Z Downloaded yoke-derive v0.8.1
6762026-09-02T04:07:27.997Z Downloaded psm v0.1.30
6772026-09-02T04:07:27.997Z Downloaded tiny-keccak v2.0.2
6782026-09-02T04:07:28.000Z Downloaded crucible-workspace-hack v0.1.0
6792026-09-02T04:07:28.000Z Downloaded spki v0.8.0
6802026-09-02T04:07:28.000Z Downloaded stable_deref_trait v1.2.1
6812026-09-02T04:07:28.000Z Downloaded string_cache v0.8.9
6822026-09-02T04:07:28.004Z Downloaded strum_macros v0.24.3
6832026-09-02T04:07:28.004Z Downloaded support-bundle-viewer v0.1.2
6842026-09-02T04:07:28.004Z Downloaded zeroize_derive v1.5.0
6852026-09-02T04:07:28.004Z Downloaded curve25519-dalek-derive v0.1.1
6862026-09-02T04:07:28.004Z Downloaded dsl_auto_type v0.2.0
6872026-09-02T04:07:28.007Z Downloaded difflib v0.4.0
6882026-09-02T04:07:28.007Z Downloaded cpubits v0.1.1
6892026-09-02T04:07:28.007Z Downloaded darling_macro v0.13.4
6902026-09-02T04:07:28.007Z Downloaded illumos-nvpair-sys v0.2.0
6912026-09-02T04:07:28.010Z Downloaded instability v0.3.11
6922026-09-02T04:07:28.010Z Downloaded digest-io v0.1.0
6932026-09-02T04:07:28.010Z Downloaded dirs-next v2.0.0
6942026-09-02T04:07:28.014Z Downloaded toml_writer v1.1.1+spec-1.1.0
6952026-09-02T04:07:28.014Z Downloaded clang-sys v1.8.1
6962026-09-02T04:07:28.018Z Downloaded synstructure v0.13.2
6972026-09-02T04:07:28.018Z Downloaded tls_codec v0.4.2
6982026-09-02T04:07:28.021Z Downloaded hmac v0.13.0
6992026-09-02T04:07:28.021Z Downloaded httparse v1.10.1
7002026-09-02T04:07:28.024Z Downloaded getrandom v0.2.17
7012026-09-02T04:07:28.028Z Downloaded group v0.13.0
7022026-09-02T04:07:28.028Z Downloaded parking_lot_core v0.9.12
7032026-09-02T04:07:28.033Z Downloaded serde_with_macros v1.5.2
7042026-09-02T04:07:28.033Z Downloaded unicase v2.9.0
7052026-09-02T04:07:28.033Z Downloaded linked-hash-map v0.5.6
7062026-09-02T04:07:28.033Z Downloaded pkcs1 v0.7.5
7072026-09-02T04:07:28.036Z Downloaded thread_local v1.1.9
7082026-09-02T04:07:28.036Z Downloaded tls_codec_derive v0.4.2
7092026-09-02T04:07:28.036Z Downloaded async-compression v0.4.41
7102026-09-02T04:07:28.040Z Downloaded tui-tree-widget v0.23.1
7112026-09-02T04:07:28.043Z Downloaded wyz v0.5.1
7122026-09-02T04:07:28.043Z Downloaded convert_case v0.4.0
7132026-09-02T04:07:28.043Z Downloaded is-terminal v0.4.17
7142026-09-02T04:07:28.043Z Downloaded libscf-sys v1.2.0
7152026-09-02T04:07:28.043Z Downloaded critical-section v1.2.0
7162026-09-02T04:07:28.048Z Downloaded match_cfg v0.1.0
7172026-09-02T04:07:28.048Z Downloaded mime v0.3.17
7182026-09-02T04:07:28.048Z Downloaded olpc-cjson v0.1.4
7192026-09-02T04:07:28.048Z Downloaded password-hash v0.6.1
7202026-09-02T04:07:28.051Z Downloaded arc-swap v1.8.2
7212026-09-02T04:07:28.051Z Downloaded omicron-zone-package v0.12.3
7222026-09-02T04:07:28.051Z Downloaded base64 v0.22.1
7232026-09-02T04:07:28.054Z Downloaded vergen-lib v0.1.6
7242026-09-02T04:07:28.054Z Downloaded getrandom v0.3.4
7252026-09-02T04:07:28.058Z Downloaded oxide-update-engine-types v0.1.2
7262026-09-02T04:07:28.062Z Downloaded whoami v1.6.1
7272026-09-02T04:07:28.065Z Downloaded digest v0.11.3
7282026-09-02T04:07:28.068Z Downloaded maybe-uninit v2.0.0
7292026-09-02T04:07:28.068Z Downloaded num-iter v0.1.45
7302026-09-02T04:07:28.068Z Downloaded packed_struct_codegen v0.10.1
7312026-09-02T04:07:28.071Z Downloaded proc-macro-crate v3.4.0
7322026-09-02T04:07:28.071Z Downloaded proc-macro-error-attr2 v2.0.0
7332026-09-02T04:07:28.078Z Downloaded chacha20poly1305 v0.10.1
7342026-09-02T04:07:28.081Z Downloaded compact_str v0.8.1
7352026-09-02T04:07:28.082Z Downloaded corncobs v0.1.4
7362026-09-02T04:07:28.082Z Downloaded allocator-api2 v0.2.21
7372026-09-02T04:07:28.085Z Downloaded chumsky v0.9.3
7382026-09-02T04:07:28.085Z Downloaded impl-trait-for-tuples v0.2.3
7392026-09-02T04:07:28.088Z Downloaded quick-error v1.2.3
7402026-09-02T04:07:28.088Z Downloaded ar_archive_writer v0.5.1
7412026-09-02T04:07:28.088Z Downloaded rand_chacha v0.3.1
7422026-09-02T04:07:28.091Z Downloaded humantime v2.3.0
7432026-09-02T04:07:28.091Z Downloaded kem v0.3.0
7442026-09-02T04:07:28.093Z Downloaded generic-array v1.4.3
7452026-09-02T04:07:28.093Z Downloaded fatfs v0.3.6
7462026-09-02T04:07:28.096Z Downloaded half v1.8.3
7472026-09-02T04:07:28.096Z Downloaded sapling-renderdag v0.1.0
7482026-09-02T04:07:28.099Z Downloaded scopeguard v1.2.0
7492026-09-02T04:07:28.102Z Downloaded papergrid v0.18.0
7502026-09-02T04:07:28.102Z Downloaded knus-derive v3.4.0
7512026-09-02T04:07:28.105Z Downloaded linear-map v1.2.0
7522026-09-02T04:07:28.105Z Downloaded oso v0.27.3
7532026-09-02T04:07:28.108Z Downloaded slog v2.8.2
7542026-09-02T04:07:28.108Z Downloaded tracing-attributes v0.1.31
7552026-09-02T04:07:28.111Z Downloaded rustc_version v0.4.1
7562026-09-02T04:07:28.111Z Downloaded sponge-cursor v0.1.0
7572026-09-02T04:07:28.114Z Downloaded structmeta-derive v0.3.0
7582026-09-02T04:07:28.114Z Downloaded seq-macro v0.3.6
7592026-09-02T04:07:28.114Z Downloaded strum v0.26.3
7602026-09-02T04:07:28.114Z Downloaded owo-colors v4.3.0
7612026-09-02T04:07:28.117Z Downloaded secrecy v0.8.0
7622026-09-02T04:07:28.118Z Downloaded serde-big-array v0.5.1
7632026-09-02T04:07:28.121Z Downloaded ipnet v2.12.0
7642026-09-02T04:07:28.124Z Downloaded ipnetwork v0.21.1
7652026-09-02T04:07:28.124Z Downloaded module-lattice v0.2.3
7662026-09-02T04:07:28.127Z Downloaded crossbeam-utils v0.8.21
7672026-09-02T04:07:28.127Z Downloaded darling v0.20.11
7682026-09-02T04:07:28.130Z Downloaded headers v0.4.1
7692026-09-02T04:07:28.133Z Downloaded password-hash v0.5.0
7702026-09-02T04:07:28.133Z Downloaded paste v1.0.15
7712026-09-02T04:07:28.136Z Downloaded phf v0.12.1
7722026-09-02T04:07:28.136Z Downloaded heapless v0.8.0
7732026-09-02T04:07:28.139Z Downloaded heapless v0.7.17
7742026-09-02T04:07:28.139Z Downloaded polyval v0.7.1
7752026-09-02T04:07:28.142Z Downloaded progenitor-macro v0.14.0
7762026-09-02T04:07:28.142Z Downloaded toml v0.7.8
7772026-09-02T04:07:28.145Z Downloaded backtrace v0.3.76
7782026-09-02T04:07:28.145Z Downloaded schemars v0.9.0
7792026-09-02T04:07:28.154Z Downloaded num-rational v0.4.2
7802026-09-02T04:07:28.157Z Downloaded universal-hash v0.6.1
7812026-09-02T04:07:28.157Z Downloaded oxnet v0.1.6
7822026-09-02T04:07:28.157Z Downloaded schemars v0.8.22
7832026-09-02T04:07:28.160Z Downloaded untrusted v0.7.1
7842026-09-02T04:07:28.163Z Downloaded wait-timeout v0.2.1
7852026-09-02T04:07:28.163Z Downloaded oxide-update-engine-display v0.1.2
7862026-09-02T04:07:28.163Z Downloaded supports-unicode v3.0.0
7872026-09-02T04:07:28.163Z Downloaded time-core v0.1.8
7882026-09-02T04:07:28.163Z Downloaded unsafe-libyaml v0.2.11
7892026-09-02T04:07:28.166Z Downloaded vte v0.14.1
7902026-09-02T04:07:28.166Z Downloaded tokio-macros v2.7.0
7912026-09-02T04:07:28.169Z Downloaded trait-variant v0.1.2
7922026-09-02T04:07:28.169Z Downloaded rand_core v0.9.5
7932026-09-02T04:07:28.169Z Downloaded rustls-platform-verifier v0.6.2
7942026-09-02T04:07:28.172Z Downloaded rustc-demangle v0.1.27
7952026-09-02T04:07:28.172Z Downloaded waitgroup v0.1.2
7962026-09-02T04:07:28.172Z Downloaded zone_cfg_derive v0.3.1
7972026-09-02T04:07:28.172Z Downloaded darling_macro v0.21.3
7982026-09-02T04:07:28.172Z Downloaded ml-kem v0.3.2
7992026-09-02T04:07:28.175Z Downloaded derive_builder v0.20.2
8002026-09-02T04:07:28.175Z Downloaded hybrid-array v0.4.13
8012026-09-02T04:07:28.178Z Downloaded postgres-protocol v0.6.10
8022026-09-02T04:07:28.178Z Downloaded try-lock v0.2.5
8032026-09-02T04:07:28.178Z Downloaded unicode-truncate v1.1.0
8042026-09-02T04:07:28.181Z Downloaded socket2 v0.5.10
8052026-09-02T04:07:28.181Z Downloaded simd-adler32 v0.3.8
8062026-09-02T04:07:28.181Z Downloaded snafu-derive v0.8.9
8072026-09-02T04:07:28.185Z Downloaded darling_macro v0.23.0
8082026-09-02T04:07:28.185Z Downloaded cpufeatures v0.3.0
8092026-09-02T04:07:28.185Z Downloaded display-error-chain v0.2.2
8102026-09-02T04:07:28.185Z Downloaded downcast-rs v2.0.2
8112026-09-02T04:07:28.185Z Downloaded dof v0.4.0
8122026-09-02T04:07:28.185Z Downloaded half v2.7.1
8132026-09-02T04:07:28.188Z Downloaded publicsuffix v2.3.0
8142026-09-02T04:07:28.188Z Downloaded qorb v0.4.1
8152026-09-02T04:07:28.191Z Downloaded dropshot_endpoint v0.17.1
8162026-09-02T04:07:28.194Z Downloaded ingot-macros v0.2.0
8172026-09-02T04:07:28.194Z Downloaded rpassword v7.5.4
8182026-09-02T04:07:28.194Z Downloaded sec1 v0.7.3
8192026-09-02T04:07:28.198Z Downloaded sec1 v0.8.1
8202026-09-02T04:07:28.198Z Downloaded signal-hook-registry v1.4.8
8212026-09-02T04:07:28.198Z Downloaded cc v1.2.56
8222026-09-02T04:07:28.202Z Downloaded flume v0.11.1
8232026-09-02T04:07:28.205Z Downloaded ssh-encoding v0.3.0
8242026-09-02T04:07:28.205Z Downloaded hickory-resolver v0.25.2
8252026-09-02T04:07:28.208Z Downloaded slog-json v2.6.1
8262026-09-02T04:07:28.208Z Downloaded slog-stdlog v4.1.1
8272026-09-02T04:07:28.208Z Downloaded static_assertions v1.1.0
8282026-09-02T04:07:28.211Z Downloaded zerovec-derive v0.11.2
8292026-09-02T04:07:28.215Z Downloaded parse-display v0.10.0
8302026-09-02T04:07:28.218Z Downloaded idna_adapter v1.2.1
8312026-09-02T04:07:28.221Z Downloaded salsa20 v0.11.0
8322026-09-02T04:07:28.225Z Downloaded lru v0.12.5
8332026-09-02T04:07:28.225Z Downloaded steno v0.4.1
8342026-09-02T04:07:28.230Z Downloaded num-derive v0.4.2
8352026-09-02T04:07:28.230Z Downloaded num-conv v0.2.0
8362026-09-02T04:07:28.233Z Downloaded postgres-types v0.2.12
8372026-09-02T04:07:28.233Z Downloaded signal-hook v0.3.18
8382026-09-02T04:07:28.233Z Downloaded delegate v0.13.5
8392026-09-02T04:07:28.233Z Downloaded potential_utf v0.1.4
8402026-09-02T04:07:28.237Z Downloaded radium v0.7.0
8412026-09-02T04:07:28.242Z Downloaded p384 v0.14.0
8422026-09-02T04:07:28.251Z Downloaded uzers v0.12.2
8432026-09-02T04:07:28.254Z Downloaded walkdir v2.5.0
8442026-09-02T04:07:28.254Z Downloaded ecdsa v0.16.9
8452026-09-02T04:07:28.257Z Downloaded nonempty v0.12.0
8462026-09-02T04:07:28.257Z Downloaded constant_time_eq v0.4.2
8472026-09-02T04:07:28.257Z Downloaded darling_core v0.20.11
8482026-09-02T04:07:28.260Z Downloaded hickory-resolver v0.24.4
8492026-09-02T04:07:28.264Z Downloaded pin-project v1.1.11
8502026-09-02T04:07:28.267Z Downloaded ed25519 v3.0.0
8512026-09-02T04:07:28.270Z Downloaded siphasher v1.0.2
8522026-09-02T04:07:28.270Z Downloaded rcgen v0.12.1
8532026-09-02T04:07:28.270Z Downloaded csv-core v0.1.13
8542026-09-02T04:07:28.275Z Downloaded ctr v0.10.1
8552026-09-02T04:07:28.275Z Downloaded bytes v1.11.1
8562026-09-02T04:07:28.279Z Downloaded ingot-types v0.2.0
8572026-09-02T04:07:28.279Z Downloaded ingot v0.2.1
8582026-09-02T04:07:28.279Z Downloaded libefi-sys v0.1.0
8592026-09-02T04:07:28.279Z Downloaded serde-hex v0.1.0
8602026-09-02T04:07:28.279Z Downloaded rtoolbox v0.0.3
8612026-09-02T04:07:28.279Z Downloaded knus v3.4.0
8622026-09-02T04:07:28.282Z Downloaded lock_api v0.4.14
8632026-09-02T04:07:28.282Z Downloaded rayon-core v1.13.0
8642026-09-02T04:07:28.282Z Downloaded zeroize v1.9.0
8652026-09-02T04:07:28.286Z Downloaded crc32fast v1.5.0
8662026-09-02T04:07:28.286Z Downloaded nanorand v0.7.0
8672026-09-02T04:07:28.286Z Downloaded termtree v0.5.1
8682026-09-02T04:07:28.286Z Downloaded typify-macro v0.6.2
8692026-09-02T04:07:28.289Z Downloaded zerofrom v0.1.6
8702026-09-02T04:07:28.289Z Downloaded parking_lot_core v0.8.6
8712026-09-02T04:07:28.289Z Downloaded poly1305 v0.8.0
8722026-09-02T04:07:28.289Z Downloaded term v0.7.0
8732026-09-02T04:07:28.292Z Downloaded term v1.2.1
8742026-09-02T04:07:28.295Z Downloaded tokio-stream v0.1.18
8752026-09-02T04:07:28.295Z Downloaded libsw v3.5.0
8762026-09-02T04:07:28.298Z Downloaded iana-time-zone v0.1.65
8772026-09-02T04:07:28.298Z Downloaded oxide-tokio-rt v0.1.4
8782026-09-02T04:07:28.302Z Downloaded native-tls v0.2.18
8792026-09-02T04:07:28.302Z Downloaded parse-display-derive v0.10.0
8802026-09-02T04:07:28.302Z Downloaded strum v0.27.2
8812026-09-02T04:07:28.302Z Downloaded primeorder v0.14.0
8822026-09-02T04:07:28.305Z Downloaded wnaf v0.14.0
8832026-09-02T04:07:28.305Z Downloaded progenitor-extras v0.2.0
8842026-09-02T04:07:28.305Z Downloaded rand_seeder v0.4.0
8852026-09-02T04:07:28.305Z Downloaded rustversion v1.0.22
8862026-09-02T04:07:28.306Z Downloaded shell-words v1.1.1
8872026-09-02T04:07:28.310Z Downloaded serde_tokenstream v0.3.0
8882026-09-02T04:07:28.310Z Downloaded num-complex v0.4.6
8892026-09-02T04:07:28.310Z Downloaded pkcs5 v0.8.1
8902026-09-02T04:07:28.315Z Downloaded zerotrie v0.2.3
8912026-09-02T04:07:28.315Z Downloaded derive_more v2.1.1
8922026-09-02T04:07:28.318Z Downloaded prettyplease v0.2.37
8932026-09-02T04:07:28.323Z Downloaded toml v1.1.2+spec-1.1.0
8942026-09-02T04:07:28.323Z Downloaded rustyline v14.0.0
8952026-09-02T04:07:28.326Z Downloaded toml_parser v1.1.2+spec-1.1.0
8962026-09-02T04:07:28.326Z Downloaded tower v0.5.3
8972026-09-02T04:07:28.330Z Downloaded darling_core v0.21.3
8982026-09-02T04:07:28.333Z Downloaded darling_core v0.23.0
8992026-09-02T04:07:28.336Z Downloaded icu_locale_core v2.1.1
9002026-09-02T04:07:28.340Z Downloaded whoami v2.1.0
9012026-09-02T04:07:28.342Z Downloaded phf v0.13.1
9022026-09-02T04:07:28.343Z Downloaded pin-project-lite v0.2.17
9032026-09-02T04:07:28.347Z Downloaded defmt-parser v1.0.0
9042026-09-02T04:07:28.347Z Downloaded crc-catalog v2.4.0
9052026-09-02T04:07:28.347Z Downloaded crc8 v0.1.1
9062026-09-02T04:07:28.347Z Downloaded debug-ignore v1.0.5
9072026-09-02T04:07:28.350Z Downloaded dirs-sys-next v0.1.2
9082026-09-02T04:07:28.350Z Downloaded dunce v1.0.5
9092026-09-02T04:07:28.350Z Downloaded termios v0.3.3
9102026-09-02T04:07:28.350Z Downloaded ident_case v1.0.1
9112026-09-02T04:07:28.350Z Downloaded http v1.4.2
9122026-09-02T04:07:28.350Z Downloaded tokio-tungstenite v0.23.1
9132026-09-02T04:07:28.354Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9142026-09-02T04:07:28.354Z Downloaded time-macros v0.2.27
9152026-09-02T04:07:28.354Z Downloaded rand_chacha v0.9.0
9162026-09-02T04:07:28.370Z Downloaded scrypt v0.12.0
9172026-09-02T04:07:28.370Z Downloaded unicode_categories v0.1.1
9182026-09-02T04:07:28.370Z Downloaded hickory-server v0.25.2
9192026-09-02T04:07:28.374Z Downloaded hyper-rustls v0.27.7
9202026-09-02T04:07:28.374Z Downloaded md-5 v0.10.6
9212026-09-02T04:07:28.374Z Downloaded dyn-clone v1.0.20
9222026-09-02T04:07:28.374Z Downloaded stacker v0.1.23
9232026-09-02T04:07:28.374Z Downloaded inout v0.2.2
9242026-09-02T04:07:28.374Z Downloaded instant v0.1.13
9252026-09-02T04:07:28.374Z Downloaded keccak v0.1.6
9262026-09-02T04:07:28.374Z Downloaded hashbrown v0.12.3
9272026-09-02T04:07:28.374Z Downloaded sha2 v0.11.0
9282026-09-02T04:07:28.374Z Downloaded strum_macros v0.26.4
9292026-09-02T04:07:28.374Z Downloaded utf8_iter v1.0.4
9302026-09-02T04:07:28.374Z Downloaded recursive v0.1.1
9312026-09-02T04:07:28.374Z Downloaded unicode-bidi v0.3.18
9322026-09-02T04:07:28.377Z Downloaded num v0.4.3
9332026-09-02T04:07:28.377Z Downloaded hkdf v0.13.0
9342026-09-02T04:07:28.377Z Downloaded newtype-uuid-macros v0.1.0
9352026-09-02T04:07:28.377Z Downloaded peg-runtime v0.8.5
9362026-09-02T04:07:28.377Z Downloaded icu_normalizer v2.1.1
9372026-09-02T04:07:28.382Z Downloaded smallvec v1.15.1
9382026-09-02T04:07:28.382Z Downloaded rustc_version v0.1.7
9392026-09-02T04:07:28.387Z Downloaded uuid v1.23.4
9402026-09-02T04:07:28.387Z Downloaded zone v0.3.1
9412026-09-02T04:07:28.387Z Downloaded precomputed-hash v0.1.1
9422026-09-02T04:07:28.387Z Downloaded hashbrown v0.13.2
9432026-09-02T04:07:28.390Z Downloaded tokio-postgres v0.7.16
9442026-09-02T04:07:28.390Z Downloaded crossbeam-epoch v0.9.18
9452026-09-02T04:07:28.390Z Downloaded litrs v1.0.0
9462026-09-02T04:07:28.395Z Downloaded typed-path v0.9.3
9472026-09-02T04:07:28.397Z Downloaded scroll v0.13.0
9482026-09-02T04:07:28.400Z Downloaded supports-hyperlinks v3.2.0
9492026-09-02T04:07:28.400Z Downloaded serde_repr v0.1.20
9502026-09-02T04:07:28.400Z Downloaded signature v3.0.0
9512026-09-02T04:07:28.403Z Downloaded supports-color v3.0.2
9522026-09-02T04:07:28.403Z Downloaded signature v2.2.0
9532026-09-02T04:07:28.403Z Downloaded serde_with_macros v3.21.0
9542026-09-02T04:07:28.406Z Downloaded derive_more v0.99.20
9552026-09-02T04:07:28.410Z Downloaded hashbrown v0.15.5
9562026-09-02T04:07:28.413Z Downloaded miette-derive v7.6.0
9572026-09-02T04:07:28.413Z Downloaded tokio-test v0.4.5
9582026-09-02T04:07:28.413Z Downloaded zerocopy-derive v0.8.55
9592026-09-02T04:07:28.417Z Downloaded zerofrom-derive v0.1.6
9602026-09-02T04:07:28.419Z Downloaded prefix-trie v0.7.0
9612026-09-02T04:07:28.419Z Downloaded defmt v0.3.100
9622026-09-02T04:07:28.420Z Downloaded multer v3.1.0
9632026-09-02T04:07:28.423Z Downloaded num_enum_derive v0.7.6
9642026-09-02T04:07:28.423Z Downloaded dtrace-parser v0.3.0
9652026-09-02T04:07:28.423Z Downloaded dropshot-api-manager-types v0.8.0
9662026-09-02T04:07:28.428Z Downloaded indexmap v1.9.3
9672026-09-02T04:07:28.428Z Downloaded libloading v0.8.9
9682026-09-02T04:07:28.428Z Downloaded hyper-tls v0.6.0
9692026-09-02T04:07:28.431Z Downloaded der v0.8.0
9702026-09-02T04:07:28.434Z Downloaded tokio-native-tls v0.3.1
9712026-09-02T04:07:28.434Z Downloaded vergen v9.1.0
9722026-09-02T04:07:28.434Z Downloaded ryu v1.0.23
9732026-09-02T04:07:28.437Z Downloaded pin-project-internal v1.1.11
9742026-09-02T04:07:28.437Z Downloaded indent_write v2.2.0
9752026-09-02T04:07:28.437Z Downloaded indoc v1.0.9
9762026-09-02T04:07:28.440Z Downloaded darling v0.23.0
9772026-09-02T04:07:28.444Z Downloaded cookie v0.18.1
9782026-09-02T04:07:28.444Z Downloaded proc-macro-error2 v2.0.1
9792026-09-02T04:07:28.447Z Downloaded num-bigint-dig v0.8.6
9802026-09-02T04:07:28.447Z Downloaded similar v2.7.0
9812026-09-02T04:07:28.451Z Downloaded lru-cache v0.1.2
9822026-09-02T04:07:28.451Z Downloaded lru-slab v0.1.2
9832026-09-02T04:07:28.451Z Downloaded num_enum_derive v0.5.11
9842026-09-02T04:07:28.451Z Downloaded new_debug_unreachable v1.0.6
9852026-09-02T04:07:28.454Z Downloaded darling v0.21.3
9862026-09-02T04:07:28.457Z Downloaded phf_shared v0.13.1
9872026-09-02T04:07:28.461Z Downloaded derive_builder_core v0.20.2
9882026-09-02T04:07:28.465Z Downloaded slog-term v2.9.2
9892026-09-02T04:07:28.465Z Downloaded strum_macros v0.27.2
9902026-09-02T04:07:28.468Z Downloaded openssl-macros v0.1.1
9912026-09-02T04:07:28.473Z Downloaded ecdsa v0.17.0
9922026-09-02T04:07:28.476Z Downloaded vergen-lib v9.1.0
9932026-09-02T04:07:28.476Z Downloaded socket2 v0.6.3
9942026-09-02T04:07:28.477Z Downloaded hashbrown v0.14.5
9952026-09-02T04:07:28.481Z Downloaded hashbrown v0.16.1
9962026-09-02T04:07:28.483Z Downloaded stringprep v0.1.5
9972026-09-02T04:07:28.483Z Downloaded ctutils v0.4.2
9982026-09-02T04:07:28.483Z Downloaded mio v1.2.0
9992026-09-02T04:07:28.486Z Downloaded same-file v1.0.6
10002026-09-02T04:07:28.487Z Downloaded progenitor-macro v0.13.0
10012026-09-02T04:07:28.487Z Downloaded serde_bytes v0.11.19
10022026-09-02T04:07:28.490Z Downloaded darling v0.13.4
10032026-09-02T04:07:28.491Z Downloaded strip-ansi-escapes v0.2.1
10042026-09-02T04:07:28.494Z Downloaded ed25519-dalek v3.0.0
10052026-09-02T04:07:28.494Z Downloaded parking_lot v0.11.2
10062026-09-02T04:07:28.497Z Downloaded displaydoc v0.2.5
10072026-09-02T04:07:28.497Z Downloaded tokio-util v0.7.18
10082026-09-02T04:07:28.501Z Downloaded thread-id v5.1.0
10092026-09-02T04:07:28.501Z Downloaded pkcs1 v0.8.0-rc.4
10102026-09-02T04:07:28.505Z Downloaded topological-sort v0.2.2
10112026-09-02T04:07:28.505Z Downloaded untrusted v0.9.0
10122026-09-02T04:07:28.505Z Downloaded derive-where v1.6.0
10132026-09-02T04:07:28.508Z Downloaded primeorder v0.13.6
10142026-09-02T04:07:28.508Z Downloaded aho-corasick v1.1.4
10152026-09-02T04:07:28.508Z Downloaded quinn-udp v0.5.14
10162026-09-02T04:07:28.511Z Downloaded tungstenite v0.23.0
10172026-09-02T04:07:28.511Z Downloaded nu-ansi-term v0.50.3
10182026-09-02T04:07:28.515Z Downloaded defmt v1.0.1
10192026-09-02T04:07:28.515Z Downloaded defmt-macros v1.0.1
10202026-09-02T04:07:28.518Z Downloaded spki v0.7.3
10212026-09-02T04:07:28.518Z Downloaded document-features v0.2.12
10222026-09-02T04:07:28.518Z Downloaded miniz_oxide v0.8.9
10232026-09-02T04:07:28.518Z Downloaded keccak v0.2.0
10242026-09-02T04:07:28.523Z Downloaded mime_guess v2.0.5
10252026-09-02T04:07:28.526Z Downloaded xattr v1.6.1
10262026-09-02T04:07:28.526Z Downloaded crypto-common v0.2.2
10272026-09-02T04:07:28.526Z Downloaded darling_macro v0.20.11
10282026-09-02T04:07:28.526Z Downloaded unicode-properties v0.1.4
10292026-09-02T04:07:28.530Z Downloaded rustls-pki-types v1.14.0
10302026-09-02T04:07:28.533Z Downloaded percent-encoding v2.3.2
10312026-09-02T04:07:28.537Z Downloaded der v0.7.10
10322026-09-02T04:07:28.540Z Downloaded libbz2-rs-sys v0.2.2
10332026-09-02T04:07:28.543Z Downloaded num_enum v0.7.6
10342026-09-02T04:07:28.546Z Downloaded pem-rfc7468 v1.0.0
10352026-09-02T04:07:28.546Z Downloaded md5 v0.8.0
10362026-09-02T04:07:28.551Z Downloaded openssl-probe v0.2.1
10372026-09-02T04:07:28.554Z Downloaded tokio-tungstenite v0.21.0
10382026-09-02T04:07:28.554Z Downloaded zerocopy v0.6.6
10392026-09-02T04:07:28.557Z Downloaded rand_core v0.10.0
10402026-09-02T04:07:28.562Z Downloaded smallvec v0.6.14
10412026-09-02T04:07:28.562Z Downloaded ref-cast v1.0.25
10422026-09-02T04:07:28.565Z Downloaded signal-hook-tokio v0.3.1
10432026-09-02T04:07:28.568Z Downloaded vergen-gitcl v1.0.8
10442026-09-02T04:07:28.571Z Downloaded sync-ptr v0.1.4
10452026-09-02T04:07:28.574Z Downloaded derive-ex v0.1.8
10462026-09-02T04:07:28.584Z Downloaded indicatif v0.18.4
10472026-09-02T04:07:28.587Z Downloaded zerovec v0.11.5
10482026-09-02T04:07:28.590Z Downloaded serde_yaml v0.9.34+deprecated
10492026-09-02T04:07:28.590Z Downloaded subprocess v0.2.15
10502026-09-02T04:07:28.593Z Downloaded usdt-attr-macro v0.6.0
10512026-09-02T04:07:28.599Z Downloaded memoffset v0.9.1
10522026-09-02T04:07:28.602Z Downloaded yoke v0.8.1
10532026-09-02T04:07:28.602Z Downloaded newtype_derive v0.1.6
10542026-09-02T04:07:28.602Z Downloaded progenitor-client v0.14.0
10552026-09-02T04:07:28.606Z Downloaded url v2.5.8
10562026-09-02T04:07:28.609Z Downloaded quinn v0.11.11
10572026-09-02T04:07:28.613Z Downloaded diesel-dtrace v0.5.0
10582026-09-02T04:07:28.617Z Downloaded internet-checksum v0.2.1
10592026-09-02T04:07:28.620Z Downloaded recursive-proc-macro-impl v0.1.1
10602026-09-02T04:07:28.620Z Downloaded predicates v3.1.4
10612026-09-02T04:07:28.620Z Downloaded hkdf v0.12.4
10622026-09-02T04:07:28.623Z Downloaded serde_urlencoded v0.7.1
10632026-09-02T04:07:28.623Z Downloaded serde_cbor v0.11.2
10642026-09-02T04:07:28.626Z Downloaded primefield v0.14.0
10652026-09-02T04:07:28.626Z Downloaded crc-any v2.5.0
10662026-09-02T04:07:28.626Z Downloaded p256 v0.14.0
10672026-09-02T04:07:28.630Z Downloaded schemars_derive v0.8.22
10682026-09-02T04:07:28.633Z Downloaded structmeta v0.3.0
10692026-09-02T04:07:28.633Z Downloaded icu_collections v2.1.1
10702026-09-02T04:07:28.638Z Downloaded resolv-conf v0.7.6
10712026-09-02T04:07:28.641Z Downloaded smf v0.2.3
10722026-09-02T04:07:28.644Z Downloaded const_format_proc_macros v0.2.34
10732026-09-02T04:07:28.648Z Downloaded cstr-argument v0.1.2
10742026-09-02T04:07:28.648Z Downloaded reedline v0.40.0
10752026-09-02T04:07:28.652Z Downloaded icu_provider v2.1.1
10762026-09-02T04:07:28.655Z Downloaded scuffle v0.1.0
10772026-09-02T04:07:28.658Z Downloaded slog-envlogger v2.2.0
10782026-09-02T04:07:28.658Z Downloaded diesel_table_macro_syntax v0.3.0
10792026-09-02T04:07:28.658Z Downloaded litemap v0.8.1
10802026-09-02T04:07:28.661Z Downloaded jiff-static v0.2.34
10812026-09-02T04:07:28.661Z Downloaded maplit v1.0.2
10822026-09-02T04:07:28.661Z Downloaded jobserver v0.1.34
10832026-09-02T04:07:28.661Z Downloaded newtype-uuid v1.3.2
10842026-09-02T04:07:28.664Z Downloaded packed_struct v0.10.1
10852026-09-02T04:07:28.664Z Downloaded peg v0.8.5
10862026-09-02T04:07:28.667Z Downloaded daft v0.1.8
10872026-09-02T04:07:28.667Z Downloaded der_derive v0.7.3
10882026-09-02T04:07:28.667Z Downloaded crossbeam-channel v0.5.15
10892026-09-02T04:07:28.671Z Downloaded is_ci v1.2.0
10902026-09-02T04:07:28.671Z Downloaded peg-macros v0.8.5
10912026-09-02T04:07:28.674Z Downloaded serdect v0.4.3
10922026-09-02T04:07:28.674Z Downloaded twox-hash v2.1.2
10932026-09-02T04:07:28.674Z Downloaded universal-hash v0.5.1
10942026-09-02T04:07:28.674Z Downloaded usdt-impl v0.6.0
10952026-09-02T04:07:28.677Z Downloaded diesel_derives v2.3.7
10962026-09-02T04:07:28.680Z Downloaded oso-derive v0.27.3
10972026-09-02T04:07:28.680Z Downloaded progenitor-impl v0.14.0
10982026-09-02T04:07:28.681Z Downloaded test-strategy v0.4.5
10992026-09-02T04:07:28.683Z Downloaded idna v1.1.0
11002026-09-02T04:07:28.687Z Downloaded oxide-update-engine v0.1.2
11012026-09-02T04:07:28.687Z Downloaded iri-string v0.7.10
11022026-09-02T04:07:28.690Z Downloaded rand_pcg v0.10.2
11032026-09-02T04:07:28.690Z Downloaded ed25519 v2.2.3
11042026-09-02T04:07:28.693Z Downloaded h2 v0.4.15
11052026-09-02T04:07:28.696Z Downloaded regex v1.12.3
11062026-09-02T04:07:28.700Z Downloaded sync_wrapper v1.0.2
11072026-09-02T04:07:28.700Z Downloaded unicode-xid v0.2.6
11082026-09-02T04:07:28.700Z Downloaded blake3 v1.8.5
11092026-09-02T04:07:28.705Z Downloaded writeable v0.6.2
11102026-09-02T04:07:28.708Z Downloaded aws-lc-rs v1.16.3
11112026-09-02T04:07:28.711Z Downloaded cookie_store v0.22.1
11122026-09-02T04:07:28.711Z Downloaded r2d2 v0.8.10
11132026-09-02T04:07:28.714Z Downloaded memmap2 v0.9.10
11142026-09-02T04:07:28.714Z Downloaded poly1305 v0.9.0
11152026-09-02T04:07:28.714Z Downloaded tracing-core v0.1.36
11162026-09-02T04:07:28.717Z Downloaded path-slash v0.1.5
11172026-09-02T04:07:28.717Z Downloaded des v0.9.0
11182026-09-02T04:07:28.717Z Downloaded convert_case v0.10.0
11192026-09-02T04:07:28.720Z Downloaded data-encoding v2.10.0
11202026-09-02T04:07:28.720Z Downloaded rustls-native-certs v0.8.3
11212026-09-02T04:07:28.720Z Downloaded thiserror-impl-no-std v2.0.2
11222026-09-02T04:07:28.724Z Downloaded tinyvec_macros v0.1.1
11232026-09-02T04:07:28.724Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11242026-09-02T04:07:28.724Z Downloaded void v1.0.2
11252026-09-02T04:07:28.724Z Downloaded unicode-segmentation v1.12.0
11262026-09-02T04:07:28.727Z Downloaded drift v0.2.0
11272026-09-02T04:07:28.730Z Downloaded ignore v0.4.25
11282026-09-02T04:07:28.733Z Downloaded port-file v0.1.0
11292026-09-02T04:07:28.734Z Downloaded spin v0.9.8
11302026-09-02T04:07:28.734Z Downloaded tokio-dtrace v0.1.1
11312026-09-02T04:07:28.737Z Downloaded serde_spanned v1.1.1
11322026-09-02T04:07:28.737Z Downloaded tower-layer v0.3.3
11332026-09-02T04:07:28.737Z Downloaded itertools v0.10.5
11342026-09-02T04:07:28.740Z Downloaded miette v7.6.0
11352026-09-02T04:07:28.743Z Downloaded yansi v1.0.1
11362026-09-02T04:07:28.743Z Downloaded tokio-rustls v0.26.4
11372026-09-02T04:07:28.746Z Downloaded lazy_static v1.5.0
11382026-09-02T04:07:28.746Z Downloaded openssl-probe v0.1.6
11392026-09-02T04:07:28.746Z Downloaded sqlformat v0.3.5
11402026-09-02T04:07:28.749Z Downloaded rand v0.10.1
11412026-09-02T04:07:28.751Z Downloaded pem-rfc7468 v0.7.0
11422026-09-02T04:07:28.751Z Downloaded rustc-hash v2.1.1
11432026-09-02T04:07:28.751Z Downloaded tabwriter v1.4.1
11442026-09-02T04:07:28.755Z Downloaded daft-derive v0.1.8
11452026-09-02T04:07:28.757Z Downloaded lzss v0.8.2
11462026-09-02T04:07:28.757Z Downloaded tagptr v0.2.0
11472026-09-02T04:07:28.757Z Downloaded rustls-webpki v0.103.13
11482026-09-02T04:07:28.761Z Downloaded strsim v0.10.0
11492026-09-02T04:07:28.761Z Downloaded multimap v0.10.1
11502026-09-02T04:07:28.761Z Downloaded zstd v0.13.3
11512026-09-02T04:07:28.766Z Downloaded usdt-macro v0.6.0
11522026-09-02T04:07:28.766Z Downloaded slab v0.4.12
11532026-09-02T04:07:28.770Z Downloaded inout v0.1.4
11542026-09-02T04:07:28.780Z Downloaded kstat-rs v0.2.5
11552026-09-02T04:07:28.783Z Downloaded phf_shared v0.12.1
11562026-09-02T04:07:28.783Z Downloaded illumos-nvpair v0.3.0
11572026-09-02T04:07:28.783Z Downloaded scheduled-thread-pool v0.2.7
11582026-09-02T04:07:28.783Z Downloaded slog-dtrace v0.3.0
11592026-09-02T04:07:28.783Z Downloaded lalrpop-util v0.19.12
11602026-09-02T04:07:28.786Z Downloaded crypto-bigint v0.5.5
11612026-09-02T04:07:28.790Z Downloaded rawzip v0.4.4
11622026-09-02T04:07:28.795Z Downloaded bitvec v1.0.1
11632026-09-02T04:07:28.802Z Downloaded slog-bunyan v2.5.0
11642026-09-02T04:07:28.805Z Downloaded tower-service v0.3.3
11652026-09-02T04:07:28.805Z Downloaded proptest v1.11.0
11662026-09-02T04:07:28.810Z Downloaded diff v0.1.13
11672026-09-02T04:07:28.812Z Downloaded serde_derive_internals v0.29.1
11682026-09-02T04:07:28.812Z Downloaded crossbeam-deque v0.8.6
11692026-09-02T04:07:28.812Z Downloaded indoc v2.0.7
11702026-09-02T04:07:28.816Z Downloaded managed v0.8.0
11712026-09-02T04:07:28.816Z Downloaded derive_builder_macro v0.20.2
11722026-09-02T04:07:28.816Z Downloaded crc v3.4.0
11732026-09-02T04:07:28.816Z Downloaded yasna v0.5.2
11742026-09-02T04:07:28.819Z Downloaded tower-http v0.6.8
11752026-09-02T04:07:28.822Z Downloaded itertools v0.15.0
11762026-09-02T04:07:28.825Z Downloaded ssh-cipher v0.3.0
11772026-09-02T04:07:28.829Z Downloaded tinyvec v1.10.0
11782026-09-02T04:07:28.830Z Downloaded tungstenite v0.21.0
11792026-09-02T04:07:28.834Z Downloaded zip v0.6.6
11802026-09-02T04:07:28.834Z Downloaded zopfli v0.8.3
11812026-09-02T04:07:28.834Z Downloaded deranged v0.5.8
11822026-09-02T04:07:28.839Z Downloaded rand_core v0.6.4
11832026-09-02T04:07:28.839Z Downloaded unit-prefix v0.5.2
11842026-09-02T04:07:28.839Z Downloaded sha1 v0.11.0
11852026-09-02T04:07:28.839Z Downloaded postcard v1.1.3
11862026-09-02T04:07:28.839Z Downloaded vsss-rs v3.3.4
11872026-09-02T04:07:28.842Z Downloaded pretty_assertions v1.4.1
11882026-09-02T04:07:28.842Z Downloaded rsa v0.10.0-rc.18
11892026-09-02T04:07:28.845Z Downloaded xshell v0.2.7
11902026-09-02T04:07:28.845Z Downloaded ron v0.8.1
11912026-09-02T04:07:28.852Z Downloaded phc v0.6.1
11922026-09-02T04:07:28.857Z Downloaded snafu v0.8.9
11932026-09-02T04:07:28.860Z Downloaded rustls-pemfile v2.2.0
11942026-09-02T04:07:28.863Z Downloaded tinystr v0.8.2
11952026-09-02T04:07:28.863Z Downloaded zstd-safe v7.2.4
11962026-09-02T04:07:28.863Z Downloaded shlex v1.3.0
11972026-09-02T04:07:28.869Z Downloaded icu_properties v2.1.2
11982026-09-02T04:07:28.874Z Downloaded parking_lot v0.12.5
11992026-09-02T04:07:28.874Z Downloaded thiserror-no-std v2.0.2
12002026-09-02T04:07:28.878Z Downloaded jiff-core v0.1.0
12012026-09-02T04:07:28.881Z Downloaded libsw-core v0.3.2
12022026-09-02T04:07:28.881Z Downloaded oxide-generation v0.1.3
12032026-09-02T04:07:28.881Z Downloaded p521 v0.14.0
12042026-09-02T04:07:28.881Z Downloaded unicode-normalization v0.1.25
12052026-09-02T04:07:28.884Z Downloaded hyper-staticfile v0.10.1
12062026-09-02T04:07:28.889Z Downloaded tar v0.4.46
12072026-09-02T04:07:28.889Z Downloaded either v1.15.0
12082026-09-02T04:07:28.892Z Downloaded ppv-lite86 v0.2.21
12092026-09-02T04:07:28.892Z Downloaded vcpkg v0.2.15
12102026-09-02T04:07:28.913Z Downloaded rand v0.9.2
12112026-09-02T04:07:28.917Z Downloaded bindgen v0.71.1
12122026-09-02T04:07:28.921Z Downloaded pkcs8 v0.10.2
12132026-09-02T04:07:28.925Z Downloaded toml_edit v0.19.15
12142026-09-02T04:07:28.930Z Downloaded progenitor-impl v0.13.0
12152026-09-02T04:07:28.933Z Downloaded darling_core v0.13.4
12162026-09-02T04:07:28.936Z Downloaded tough v0.22.0
12172026-09-02T04:07:28.939Z Downloaded toml_edit v0.23.10+spec-1.0.0
12182026-09-02T04:07:28.942Z Downloaded chrono v0.4.45
12192026-09-02T04:07:28.946Z Downloaded icu_properties_data v2.1.2
12202026-09-02T04:07:28.950Z Downloaded elliptic-curve v0.13.8
12212026-09-02T04:07:28.962Z Downloaded rayon v1.11.0
12222026-09-02T04:07:28.967Z Downloaded vergen-git2 v9.1.0
12232026-09-02T04:07:28.967Z Downloaded itertools v0.13.0
12242026-09-02T04:07:28.967Z Downloaded minimal-lexical v0.2.1
12252026-09-02T04:07:28.967Z Downloaded rand v0.8.6
12262026-09-02T04:07:28.970Z Downloaded russh v0.62.4
12272026-09-02T04:07:28.973Z Downloaded nom v7.1.3
12282026-09-02T04:07:28.976Z Downloaded const_format v0.2.35
12292026-09-02T04:07:28.976Z Downloaded polar-core v0.27.3
12302026-09-02T04:07:28.980Z Downloaded num-traits v0.2.19
12312026-09-02T04:07:28.984Z Downloaded openssl-sys v0.9.117
12322026-09-02T04:07:28.986Z Downloaded crossterm v0.29.0
12332026-09-02T04:07:28.989Z Downloaded radix_trie v0.2.1
12342026-09-02T04:07:28.993Z Downloaded hyper-util v0.1.20
12352026-09-02T04:07:28.996Z Downloaded winnow v0.5.40
12362026-09-02T04:07:28.999Z Downloaded nom v8.0.0
12372026-09-02T04:07:29.003Z Downloaded itertools v0.12.1
12382026-09-02T04:07:29.012Z Downloaded x509-cert v0.2.5
12392026-09-02T04:07:29.016Z Downloaded serde_with v1.14.0
12402026-09-02T04:07:29.028Z Downloaded tabled v0.21.0
12412026-09-02T04:07:29.038Z Downloaded libxml v0.3.3
12422026-09-02T04:07:29.041Z Downloaded icu_normalizer_data v2.1.1
12432026-09-02T04:07:29.045Z Downloaded typify v0.6.2
12442026-09-02T04:07:29.050Z Downloaded git2 v0.20.4
12452026-09-02T04:07:29.054Z Downloaded num-bigint v0.4.6
12462026-09-02T04:07:29.054Z Downloaded internal-russh-num-bigint v0.5.0
12472026-09-02T04:07:29.057Z Downloaded hyper v1.10.1
12482026-09-02T04:07:29.060Z Downloaded rsa v0.9.10
12492026-09-02T04:07:29.063Z Downloaded serde_with v3.21.0
12502026-09-02T04:07:29.071Z Downloaded zip v4.6.1
12512026-09-02T04:07:29.074Z Downloaded ssh-key v0.7.0-rc.11
12522026-09-02T04:07:29.077Z Downloaded winnow v1.0.3
12532026-09-02T04:07:29.082Z Downloaded zerocopy v0.8.55
12542026-09-02T04:07:29.092Z Downloaded derive_more-impl v2.1.1
12552026-09-02T04:07:29.096Z Downloaded samael v0.0.19
12562026-09-02T04:07:29.098Z Downloaded smoltcp v0.9.1
12572026-09-02T04:07:29.104Z Downloaded bstr v1.12.1
12582026-09-02T04:07:29.109Z Downloaded p384 v0.13.1
12592026-09-02T04:07:29.112Z Downloaded libm v0.2.16
12602026-09-02T04:07:29.117Z Downloaded dropshot-api-manager v0.8.0
12612026-09-02T04:07:29.120Z Downloaded reqwest v0.13.2
12622026-09-02T04:07:29.125Z Downloaded quick-xml v0.37.5
12632026-09-02T04:07:29.128Z Downloaded winnow v0.6.26
12642026-09-02T04:07:29.132Z Downloaded time v0.3.47
12652026-09-02T04:07:29.139Z Downloaded object v0.30.4
12662026-09-02T04:07:29.144Z Downloaded schemars v1.2.1
12672026-09-02T04:07:29.154Z Downloaded crossterm v0.28.1
12682026-09-02T04:07:29.156Z Downloaded goblin v0.10.5
12692026-09-02T04:07:29.160Z Downloaded gimli v0.32.3
12702026-09-02T04:07:29.165Z Downloaded itertools v0.14.0
12712026-09-02T04:07:29.168Z Downloaded reqwest v0.12.28
12722026-09-02T04:07:29.174Z Downloaded crypto-bigint v0.7.5
12732026-09-02T04:07:29.181Z Downloaded openssl v0.10.80
12742026-09-02T04:07:29.187Z Downloaded ed25519-dalek v2.2.0
12752026-09-02T04:07:29.190Z Downloaded regex-syntax v0.6.29
12762026-09-02T04:07:29.195Z Downloaded regex-syntax v0.8.10
12772026-09-02T04:07:29.198Z Downloaded regress v0.10.5
12782026-09-02T04:07:29.202Z Downloaded openapiv3 v2.2.0
12792026-09-02T04:07:29.211Z Downloaded zlib-rs v0.6.2
12802026-09-02T04:07:29.216Z Downloaded lalrpop v0.19.12
12812026-09-02T04:07:29.219Z Downloaded curve25519-dalek v5.0.0
12822026-09-02T04:07:29.224Z Downloaded salty v0.3.0
12832026-09-02T04:07:29.227Z Downloaded sha3 v0.12.0
12842026-09-02T04:07:29.230Z Downloaded petname v2.0.2
12852026-09-02T04:07:29.233Z Downloaded diesel v2.3.7
12862026-09-02T04:07:29.243Z Downloaded regress v0.11.1
12872026-09-02T04:07:29.249Z Downloaded portable-atomic v1.13.1
12882026-09-02T04:07:29.253Z Downloaded curve25519-dalek v4.1.3
12892026-09-02T04:07:29.259Z Downloaded iddqd v0.4.2
12902026-09-02T04:07:29.262Z Downloaded nix v0.28.0
12912026-09-02T04:07:29.271Z Downloaded sled v0.34.7
12922026-09-02T04:07:29.276Z Downloaded sha3 v0.11.0
12932026-09-02T04:07:29.279Z Downloaded nix v0.27.1
12942026-09-02T04:07:29.282Z Downloaded crypto-primes v0.7.2
12952026-09-02T04:07:29.285Z Downloaded typify-impl v0.6.2
12962026-09-02T04:07:29.293Z Downloaded nix v0.31.2
12972026-09-02T04:07:29.300Z Downloaded syn v3.0.3
12982026-09-02T04:07:29.306Z Downloaded hickory-proto v0.24.4
12992026-09-02T04:07:29.315Z Downloaded ratatui v0.29.0
13002026-09-02T04:07:29.326Z Downloaded bzip2-sys v0.1.13+1.0.8
13012026-09-02T04:07:29.334Z Downloaded hickory-proto v0.25.2
13022026-09-02T04:07:29.342Z Downloaded rustix v0.38.44
13032026-09-02T04:07:29.355Z Downloaded petgraph v0.6.5
13042026-09-02T04:07:29.365Z Downloaded moka v0.12.13
13052026-09-02T04:07:29.369Z Downloaded quinn-proto v0.11.16
13062026-09-02T04:07:29.373Z Downloaded jiff v0.2.34
13072026-09-02T04:07:29.383Z Downloaded petgraph v0.8.3
13082026-09-02T04:07:29.396Z Downloaded chrono-tz v0.10.4
13092026-09-02T04:07:29.406Z Downloaded dropshot v0.17.1
13102026-09-02T04:07:29.419Z Downloaded object v0.37.3
13112026-09-02T04:07:29.425Z Downloaded libz-sys v1.1.24
13122026-09-02T04:07:29.439Z Downloaded tokio v1.52.1
13132026-09-02T04:07:29.460Z Downloaded smoltcp v0.11.0
13142026-09-02T04:07:29.468Z Downloaded sqlparser v0.61.0
13152026-09-02T04:07:29.472Z Downloaded rustls v0.23.41
13162026-09-02T04:07:29.480Z Downloaded tracing v0.1.44
13172026-09-02T04:07:29.493Z Downloaded zerocopy-derive v0.6.6
13182026-09-02T04:07:29.515Z Downloaded regex-automata v0.4.14
13192026-09-02T04:07:29.531Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
13202026-09-02T04:07:29.562Z Downloaded csv v1.4.0
13212026-09-02T04:07:29.588Z Downloaded sha3 v0.10.8
13222026-09-02T04:07:29.667Z Downloaded encoding_rs v0.8.35
13232026-09-02T04:07:29.684Z Downloaded ring v0.17.14
13242026-09-02T04:07:29.712Z Downloaded libgit2-sys v0.18.3+1.9.2
13252026-09-02T04:07:29.818Z Downloaded aws-lc-sys v0.40.0
13262026-09-02T04:07:30.082Z Compiling serde_core v1.0.228
13272026-09-02T04:07:30.083Z Compiling libc v0.2.185
13282026-09-02T04:07:30.087Z Compiling serde v1.0.228
13292026-09-02T04:07:30.087Z Compiling log v0.4.33
13302026-09-02T04:07:30.087Z Compiling smallvec v1.15.1
13312026-09-02T04:07:30.087Z Compiling find-msvc-tools v0.1.9
13322026-09-02T04:07:30.087Z Compiling shlex v1.3.0
13332026-09-02T04:07:30.087Z Compiling subtle v2.6.1
13342026-09-02T04:07:30.285Z Compiling scopeguard v1.2.0
13352026-09-02T04:07:30.289Z Compiling typenum v1.20.1
13362026-09-02T04:07:30.297Z Compiling stable_deref_trait v1.2.1
13372026-09-02T04:07:30.300Z Compiling zerocopy v0.8.55
13382026-09-02T04:07:30.300Z Compiling portable-atomic v1.13.1
13392026-09-02T04:07:30.337Z Compiling serde_json v1.0.151
13402026-09-02T04:07:30.363Z Compiling syn v2.0.117
13412026-09-02T04:07:30.377Z Compiling critical-section v1.2.0
13422026-09-02T04:07:30.405Z Compiling libm v0.2.16
13432026-09-02T04:07:30.424Z Compiling lock_api v0.4.14
13442026-09-02T04:07:30.453Z Compiling num-traits v0.2.19
13452026-09-02T04:07:30.468Z Compiling pkg-config v0.3.32
13462026-09-02T04:07:30.471Z Compiling generic-array v0.14.7
13472026-09-02T04:07:30.495Z Compiling parking_lot_core v0.9.12
13482026-09-02T04:07:30.510Z Compiling const-oid v0.9.6
13492026-09-02T04:07:30.565Z Compiling getrandom v0.4.3
13502026-09-02T04:07:30.580Z Compiling pin-project-lite v0.2.17
13512026-09-02T04:07:30.705Z Compiling rand_core v0.10.0
13522026-09-02T04:07:30.735Z Compiling futures-core v0.3.32
13532026-09-02T04:07:30.796Z Compiling percent-encoding v2.3.2
13542026-09-02T04:07:30.853Z Compiling litemap v0.8.1
13552026-09-02T04:07:30.895Z Compiling writeable v0.6.2
13562026-09-02T04:07:30.924Z Compiling icu_normalizer_data v2.1.1
13572026-09-02T04:07:30.927Z Compiling icu_properties_data v2.1.2
13582026-09-02T04:07:30.938Z Compiling rustix v1.1.4
13592026-09-02T04:07:30.959Z Compiling getrandom v0.3.4
13602026-09-02T04:07:31.016Z Compiling futures-sink v0.3.32
13612026-09-02T04:07:31.033Z Compiling futures-task v0.3.32
13622026-09-02T04:07:31.079Z Compiling utf8_iter v1.0.4
13632026-09-02T04:07:31.117Z Compiling futures-channel v0.3.32
13642026-09-02T04:07:31.149Z Compiling slab v0.4.12
13652026-09-02T04:07:31.180Z Compiling futures-io v0.3.32
13662026-09-02T04:07:31.226Z Compiling form_urlencoded v1.2.2
13672026-09-02T04:07:31.239Z Compiling errno v0.3.14
13682026-09-02T04:07:31.255Z Compiling jobserver v0.1.34
13692026-09-02T04:07:31.259Z Compiling getrandom v0.2.17
13702026-09-02T04:07:31.343Z Compiling mio v1.2.0
13712026-09-02T04:07:31.361Z Compiling once_cell v1.21.3
13722026-09-02T04:07:31.378Z Compiling signal-hook-registry v1.4.8
13732026-09-02T04:07:31.405Z Compiling socket2 v0.6.3
13742026-09-02T04:07:31.436Z Compiling rand_core v0.6.4
13752026-09-02T04:07:31.473Z Compiling cc v1.2.56
13762026-09-02T04:07:31.521Z Compiling parking_lot v0.12.5
13772026-09-02T04:07:31.535Z Compiling rustversion v1.0.22
13782026-09-02T04:07:31.548Z Compiling iana-time-zone v0.1.65
13792026-09-02T04:07:31.596Z Compiling base64ct v1.8.3
13802026-09-02T04:07:31.613Z Compiling ident_case v1.0.1
13812026-09-02T04:07:31.658Z Compiling fs_extra v1.3.0
13822026-09-02T04:07:31.724Z Compiling dunce v1.0.5
13832026-09-02T04:07:31.744Z Compiling flagset v0.4.7
13842026-09-02T04:07:31.755Z Compiling regex-syntax v0.8.10
13852026-09-02T04:07:31.769Z Compiling base64 v0.22.1
13862026-09-02T04:07:31.835Z Compiling pem-rfc7468 v0.7.0
13872026-09-02T04:07:31.839Z Compiling syn v1.0.109
13882026-09-02T04:07:31.866Z Compiling rand_core v0.9.5
13892026-09-02T04:07:31.885Z Compiling vcpkg v0.2.15
13902026-09-02T04:07:31.945Z Compiling tracing-core v0.1.36
13912026-09-02T04:07:31.949Z Compiling simd-adler32 v0.3.8
13922026-09-02T04:07:31.949Z Compiling aws-lc-rs v1.16.3
13932026-09-02T04:07:31.949Z Compiling dyn-clone v1.0.20
13942026-09-02T04:07:32.045Z Compiling schemars v0.8.22
13952026-09-02T04:07:32.112Z Compiling cpufeatures v0.2.17
13962026-09-02T04:07:32.144Z Compiling spin v0.9.8
13972026-09-02T04:07:32.178Z Compiling httparse v1.10.1
13982026-09-02T04:07:32.193Z Compiling tinyvec_macros v0.1.1
13992026-09-02T04:07:32.225Z Compiling crc32fast v1.5.0
14002026-09-02T04:07:32.225Z Compiling openssl-probe v0.2.1
14012026-09-02T04:07:32.264Z Compiling cmake v0.1.57
14022026-09-02T04:07:32.299Z Compiling cmov v0.5.4
14032026-09-02T04:07:32.331Z Compiling adler2 v2.0.1
14042026-09-02T04:07:32.379Z Compiling tinyvec v1.10.0
14052026-09-02T04:07:32.394Z Compiling aho-corasick v1.1.4
14062026-09-02T04:07:32.437Z Compiling miniz_oxide v0.8.9
14072026-09-02T04:07:32.487Z Compiling unicode-segmentation v1.12.0
14082026-09-02T04:07:32.538Z Compiling ctutils v0.4.2
14092026-09-02T04:07:32.553Z Compiling bitflags v2.11.0
14102026-09-02T04:07:32.584Z Compiling semver v1.0.28
14112026-09-02T04:07:32.627Z Compiling indexmap v2.14.0
14122026-09-02T04:07:32.672Z Compiling uuid v1.23.4
14132026-09-02T04:07:32.758Z Compiling try-lock v0.2.5
14142026-09-02T04:07:32.771Z Compiling atomic-waker v1.1.2
14152026-09-02T04:07:32.797Z Compiling radium v0.7.0
14162026-09-02T04:07:32.824Z Compiling rustc_version v0.4.1
14172026-09-02T04:07:32.880Z Compiling tower-layer v0.3.3
14182026-09-02T04:07:32.896Z Compiling untrusted v0.7.1
14192026-09-02T04:07:32.912Z Compiling tower-service v0.3.3
14202026-09-02T04:07:32.928Z Compiling want v0.3.1
14212026-09-02T04:07:33.063Z Compiling httpdate v1.0.3
14222026-09-02T04:07:33.094Z Compiling foreign-types-shared v0.1.1
14232026-09-02T04:07:33.108Z Compiling aws-lc-sys v0.40.0
14242026-09-02T04:07:33.111Z Compiling openssl-sys v0.9.117
14252026-09-02T04:07:33.145Z Compiling rustls v0.23.41
14262026-09-02T04:07:33.163Z Compiling tap v1.0.1
14272026-09-02T04:07:33.192Z Compiling maybe-uninit v2.0.0
14282026-09-02T04:07:33.240Z Compiling openssl v0.10.80
14292026-09-02T04:07:33.290Z Compiling regex-automata v0.4.14
14302026-09-02T04:07:33.308Z Compiling synstructure v0.13.2
14312026-09-02T04:07:33.325Z Compiling serde_derive_internals v0.29.1
14322026-09-02T04:07:33.342Z Compiling pest_generator v2.8.6
14332026-09-02T04:07:33.358Z Compiling darling_core v0.20.11
14342026-09-02T04:07:33.380Z Compiling untrusted v0.9.0
14352026-09-02T04:07:33.492Z Compiling wyz v0.5.1
14362026-09-02T04:07:33.520Z Compiling foreign-types v0.3.2
14372026-09-02T04:07:33.602Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14382026-09-02T04:07:33.700Z Compiling tempfile v3.27.0
14392026-09-02T04:07:33.722Z Compiling terminal_size v0.4.3
14402026-09-02T04:07:33.751Z Compiling bzip2-sys v0.1.13+1.0.8
14412026-09-02T04:07:33.907Z Compiling unicode-normalization v0.1.25
14422026-09-02T04:07:33.923Z Compiling num-integer v0.1.46
14432026-09-02T04:07:33.937Z Compiling wait-timeout v0.2.1
14442026-09-02T04:07:34.035Z Compiling socket2 v0.5.10
14452026-09-02T04:07:34.064Z Compiling ahash v0.8.12
14462026-09-02T04:07:34.083Z Compiling packed_struct v0.10.1
14472026-09-02T04:07:34.107Z Compiling quick-error v1.2.3
14482026-09-02T04:07:34.146Z Compiling time-core v0.1.8
14492026-09-02T04:07:34.170Z Compiling bit-vec v0.8.0
14502026-09-02T04:07:34.198Z Compiling powerfmt v0.2.0
14512026-09-02T04:07:34.222Z Compiling num-conv v0.2.0
14522026-09-02T04:07:34.237Z Compiling funty v2.0.0
14532026-09-02T04:07:34.274Z Compiling num-bigint-dig v0.8.6
14542026-09-02T04:07:34.277Z Compiling native-tls v0.2.18
14552026-09-02T04:07:34.305Z Compiling rusty-fork v0.3.1
14562026-09-02T04:07:34.366Z Compiling deranged v0.5.8
14572026-09-02T04:07:34.381Z Compiling clap_builder v4.6.0
14582026-09-02T04:07:34.384Z Compiling time-macros v0.2.27
14592026-09-02T04:07:34.413Z Compiling bit-set v0.8.0
14602026-09-02T04:07:34.428Z Compiling num-iter v0.1.45
14612026-09-02T04:07:34.553Z Compiling lazy_static v1.5.0
14622026-09-02T04:07:34.567Z Compiling rand_xorshift v0.4.0
14632026-09-02T04:07:34.594Z Compiling bitvec v1.0.1
14642026-09-02T04:07:34.615Z Compiling sync_wrapper v1.0.2
14652026-09-02T04:07:34.644Z Compiling indexmap v1.9.3
14662026-09-02T04:07:34.660Z Compiling usdt-impl v0.6.0
14672026-09-02T04:07:34.736Z Compiling crossbeam-utils v0.8.21
14682026-09-02T04:07:34.751Z Compiling unarray v0.1.4
14692026-09-02T04:07:34.858Z Compiling crc-catalog v2.4.0
14702026-09-02T04:07:34.872Z Compiling zlib-rs v0.6.2
14712026-09-02T04:07:34.889Z Compiling nodrop v0.1.14
14722026-09-02T04:07:34.891Z Compiling num_threads v0.1.7
14732026-09-02T04:07:34.966Z Compiling siphasher v1.0.2
14742026-09-02T04:07:34.996Z Compiling paste v1.0.15
14752026-09-02T04:07:35.019Z Compiling object v0.37.3
14762026-09-02T04:07:35.069Z Compiling array-init v0.0.4
14772026-09-02T04:07:35.094Z Compiling serde_derive v1.0.228
14782026-09-02T04:07:35.174Z Compiling zeroize_derive v1.5.0
14792026-09-02T04:07:35.280Z Compiling zerocopy-derive v0.8.55
14802026-09-02T04:07:35.300Z Compiling zerofrom-derive v0.1.6
14812026-09-02T04:07:35.411Z Compiling yoke-derive v0.8.1
14822026-09-02T04:07:35.411Z Compiling zerovec-derive v0.11.2
14832026-09-02T04:07:35.440Z Compiling displaydoc v0.2.5
14842026-09-02T04:07:35.499Z Compiling tokio-macros v2.7.0
14852026-09-02T04:07:35.756Z Compiling futures-macro v0.3.32
14862026-09-02T04:07:35.872Z Compiling der_derive v0.7.3
14872026-09-02T04:07:36.091Z Compiling thiserror-impl v2.0.18
14882026-09-02T04:07:36.245Z Compiling tracing-attributes v0.1.31
14892026-09-02T04:07:36.327Z Compiling schemars_derive v0.8.22
14902026-09-02T04:07:36.345Z Compiling scroll_derive v0.13.1
14912026-09-02T04:07:36.599Z Compiling futures-util v0.3.32
14922026-09-02T04:07:36.615Z Compiling pest_derive v2.8.6
14932026-09-02T04:07:36.662Z Compiling darling_macro v0.20.11
14942026-09-02T04:07:36.770Z Compiling zerofrom v0.1.6
14952026-09-02T04:07:36.875Z Compiling thiserror-impl v1.0.69
14962026-09-02T04:07:36.914Z Compiling yoke v0.8.1
14972026-09-02T04:07:37.104Z Compiling zerovec v0.11.5
14982026-09-02T04:07:37.120Z Compiling zerotrie v0.2.3
14992026-09-02T04:07:37.181Z Compiling openssl-macros v0.1.1
15002026-09-02T04:07:37.195Z Compiling scroll v0.13.0
15012026-09-02T04:07:37.450Z Compiling goblin v0.10.5
15022026-09-02T04:07:37.466Z Compiling thiserror v2.0.18
15032026-09-02T04:07:37.493Z Compiling darling v0.20.11
15042026-09-02T04:07:37.993Z Compiling packed_struct_codegen v0.10.1
15052026-09-02T04:07:38.017Z Compiling tinystr v0.8.2
15062026-09-02T04:07:38.018Z Compiling potential_utf v0.1.4
15072026-09-02T04:07:38.018Z Compiling bitfield-macros v0.19.4
15082026-09-02T04:07:38.018Z Compiling tracing v0.1.44
15092026-09-02T04:07:38.018Z Compiling zerocopy-derive v0.6.6
15102026-09-02T04:07:38.018Z Compiling clap_derive v4.6.1
15112026-09-02T04:07:38.018Z Compiling icu_locale_core v2.1.1
15122026-09-02T04:07:38.018Z Compiling icu_collections v2.1.1
15132026-09-02T04:07:38.018Z Compiling flate2 v1.1.9
15142026-09-02T04:07:39.247Z Compiling thiserror v1.0.69
15152026-09-02T04:07:39.271Z Compiling derive_builder_core v0.20.2
15162026-09-02T04:07:39.271Z Compiling dtrace-parser v0.3.0
15172026-09-02T04:07:39.271Z Compiling bitfield v0.19.4
15182026-09-02T04:07:39.271Z Compiling time v0.3.47
15192026-09-02T04:07:39.271Z Compiling icu_provider v2.1.1
15202026-09-02T04:07:39.271Z Compiling zerocopy v0.6.6
15212026-09-02T04:07:39.271Z Compiling zeroize v1.9.0
15222026-09-02T04:07:39.271Z Compiling bytes v1.11.1
15232026-09-02T04:07:39.271Z Compiling chrono v0.4.45
15242026-09-02T04:07:39.271Z Compiling ipnet v2.12.0
15252026-09-02T04:07:39.271Z Compiling icu_normalizer v2.1.1
15262026-09-02T04:07:39.271Z Compiling icu_properties v2.1.2
15272026-09-02T04:07:39.271Z Compiling der v0.7.10
15282026-09-02T04:07:39.271Z Compiling rustls-pki-types v1.14.0
15292026-09-02T04:07:39.271Z Compiling hybrid-array v0.4.13
15302026-09-02T04:07:39.271Z Compiling tokio v1.52.1
15312026-09-02T04:07:39.311Z Compiling http v1.4.2
15322026-09-02T04:07:39.904Z Compiling hex v0.4.3
15332026-09-02T04:07:39.918Z Compiling crypto-common v0.1.7
15342026-09-02T04:07:39.918Z Compiling block-buffer v0.10.4
15352026-09-02T04:07:39.918Z Compiling toml_datetime v0.6.11
15362026-09-02T04:07:39.918Z Compiling digest v0.10.7
15372026-09-02T04:07:39.918Z Compiling serde_spanned v0.6.9
15382026-09-02T04:07:39.918Z Compiling clap v4.6.1
15392026-09-02T04:07:39.918Z Compiling idna_adapter v1.2.1
15402026-09-02T04:07:39.918Z Compiling ppv-lite86 v0.2.21
15412026-09-02T04:07:39.918Z Compiling spki v0.7.3
15422026-09-02T04:07:39.918Z Compiling idna v1.1.0
15432026-09-02T04:07:39.918Z Compiling sha2 v0.10.9
15442026-09-02T04:07:39.922Z Compiling signature v2.2.0
15452026-09-02T04:07:39.966Z Compiling http-body v1.0.1
15462026-09-02T04:07:40.091Z Compiling pkcs8 v0.10.2
15472026-09-02T04:07:40.100Z Compiling hmac v0.12.1
15482026-09-02T04:07:40.100Z Compiling rand_chacha v0.9.0
15492026-09-02T04:07:40.108Z Compiling rand_chacha v0.3.1
15502026-09-02T04:07:40.123Z Compiling http-body-util v0.1.3
15512026-09-02T04:07:40.137Z Compiling dof v0.4.0
15522026-09-02T04:07:40.154Z Compiling pkcs1 v0.7.5
15532026-09-02T04:07:40.305Z Compiling url v2.5.8
15542026-09-02T04:07:40.379Z Compiling rand v0.9.2
15552026-09-02T04:07:40.395Z Compiling rand v0.8.6
15562026-09-02T04:07:41.055Z Compiling scroll_derive v0.12.1
15572026-09-02T04:07:41.072Z Compiling structmeta-derive v0.3.0
15582026-09-02T04:07:41.072Z Compiling crc v3.4.0
15592026-09-02T04:07:41.072Z Compiling smallvec v0.6.14
15602026-09-02T04:07:41.072Z Compiling darling_core v0.23.0
15612026-09-02T04:07:41.072Z Compiling heapless v0.7.17
15622026-09-02T04:07:41.072Z Compiling slog v2.8.2
15632026-09-02T04:07:41.072Z Compiling proptest v1.11.0
15642026-09-02T04:07:41.202Z Compiling thread-id v5.1.0
15652026-09-02T04:07:41.207Z Compiling env_filter v2.0.0
15662026-09-02T04:07:41.242Z Compiling syn v3.0.3
15672026-09-02T04:07:41.276Z Compiling cookie v0.18.1
15682026-09-02T04:07:41.293Z Compiling anyhow v1.0.104
15692026-09-02T04:07:41.296Z Compiling winnow v0.5.40
15702026-09-02T04:07:41.388Z Compiling unicode-properties v0.1.4
15712026-09-02T04:07:41.597Z Compiling zstd-safe v7.2.4
15722026-09-02T04:07:41.604Z Compiling unicode-bidi v0.3.18
15732026-09-02T04:07:41.604Z Compiling gimli v0.32.3
15742026-09-02T04:07:41.614Z Compiling ipnetwork v0.21.1
15752026-09-02T04:07:41.617Z Compiling hashbrown v0.12.3
15762026-09-02T04:07:41.672Z Compiling signal-hook v0.3.18
15772026-09-02T04:07:43.614Z Compiling ryu v1.0.23
15782026-09-02T04:07:43.779Z Compiling allocator-api2 v0.2.21
15792026-09-02T04:07:43.779Z Compiling base64 v0.21.7
15802026-09-02T04:07:43.779Z Compiling iri-string v0.7.10
15812026-09-02T04:07:43.779Z Compiling oxnet v0.1.6
15822026-09-02T04:07:43.779Z Compiling ron v0.8.1
15832026-09-02T04:07:43.779Z Compiling stringprep v0.1.5
15842026-09-02T04:07:43.780Z Compiling serde_urlencoded v0.7.1
15852026-09-02T04:07:43.780Z Compiling structmeta v0.3.0
15862026-09-02T04:07:43.780Z Compiling rsa v0.9.10
15872026-09-02T04:07:43.780Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15882026-09-02T04:07:43.780Z Compiling env_logger v0.11.11
15892026-09-02T04:07:43.780Z Compiling scroll v0.12.0
15902026-09-02T04:07:43.780Z Compiling toml_edit v0.19.15
15912026-09-02T04:07:43.780Z Compiling serde-hex v0.1.0
15922026-09-02T04:07:43.780Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15932026-09-02T04:07:43.780Z Compiling camino v1.2.5
15942026-09-02T04:07:43.780Z Compiling tokio-util v0.7.18
15952026-09-02T04:07:43.781Z Compiling tower v0.5.3
15962026-09-02T04:07:43.781Z Compiling addr2line v0.25.1
15972026-09-02T04:07:43.781Z Compiling darling_macro v0.23.0
15982026-09-02T04:07:43.781Z Compiling newtype-uuid v1.3.2
15992026-09-02T04:07:43.781Z Compiling tokio-native-tls v0.3.1
16002026-09-02T04:07:45.414Z Compiling tower-http v0.6.8
16012026-09-02T04:07:45.415Z Compiling hashbrown v0.13.2
16022026-09-02T04:07:45.451Z Compiling x509-cert v0.2.5
16032026-09-02T04:07:45.451Z Compiling h2 v0.4.15
16042026-09-02T04:07:45.451Z Compiling block-padding v0.4.2
16052026-09-02T04:07:45.451Z Compiling block-buffer v0.12.1
16062026-09-02T04:07:45.451Z Compiling crypto-common v0.2.2
16072026-09-02T04:07:45.451Z Compiling md-5 v0.10.6
16082026-09-02T04:07:45.451Z Compiling rustls-native-certs v0.8.3
16092026-09-02T04:07:45.451Z Compiling derive_builder_macro v0.20.2
16102026-09-02T04:07:45.451Z Compiling erased-serde v0.3.31
16112026-09-02T04:07:45.452Z Compiling serde_tokenstream v0.2.3
16122026-09-02T04:07:45.452Z Compiling bzip2 v0.4.4
16132026-09-02T04:07:45.452Z Compiling daft-derive v0.1.8
16142026-09-02T04:07:45.463Z Compiling bstr v1.12.1
16152026-09-02T04:07:45.463Z Compiling pin-project-internal v1.1.11
16162026-09-02T04:07:45.463Z Compiling async-trait v0.1.89
16172026-09-02T04:07:45.463Z Compiling zerocopy-derive v0.7.35
16182026-09-02T04:07:45.463Z Compiling curve25519-dalek v4.1.3
16192026-09-02T04:07:45.463Z Compiling heck v0.4.1
16202026-09-02T04:07:45.464Z Compiling vergen-lib v9.1.0
16212026-09-02T04:07:45.874Z Compiling hash32 v0.2.1
16222026-09-02T04:07:45.985Z Compiling encoding_rs v0.8.35
16232026-09-02T04:07:45.985Z Compiling memoffset v0.9.1
16242026-09-02T04:07:45.985Z Compiling litrs v1.0.0
16252026-09-02T04:07:45.985Z Compiling ref-cast v1.0.25
16262026-09-02T04:07:45.985Z Compiling mime v0.3.17
16272026-09-02T04:07:45.985Z Compiling crc-any v2.5.0
16282026-09-02T04:07:45.985Z Compiling owo-colors v4.3.0
16292026-09-02T04:07:45.985Z Compiling cfg_aliases v0.2.1
16302026-09-02T04:07:45.985Z Compiling rustix v0.38.44
16312026-09-02T04:07:46.165Z Compiling fallible-iterator v0.2.0
16322026-09-02T04:07:46.165Z Compiling rustc-demangle v0.1.27
16332026-09-02T04:07:46.165Z Compiling smoltcp v0.9.1
16342026-09-02T04:07:46.165Z Compiling psl-types v2.0.11
16352026-09-02T04:07:46.182Z Compiling nix v0.31.2
16362026-09-02T04:07:46.182Z Compiling pin-project v1.1.11
16372026-09-02T04:07:46.182Z Compiling zerocopy v0.7.35
16382026-09-02T04:07:46.182Z Compiling publicsuffix v2.3.0
16392026-09-02T04:07:46.191Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16402026-09-02T04:07:46.209Z Compiling document-features v0.2.12
16412026-09-02T04:07:46.898Z Compiling postgres-protocol v0.6.10
16422026-09-02T04:07:46.932Z Compiling backtrace v0.3.76
16432026-09-02T04:07:46.932Z Compiling snafu-derive v0.8.9
16442026-09-02T04:07:46.932Z Compiling daft v0.1.8
16452026-09-02T04:07:46.932Z Compiling derive_builder v0.20.2
16462026-09-02T04:07:46.932Z Compiling zip v0.6.6
16472026-09-02T04:07:46.932Z Compiling object v0.30.4
16482026-09-02T04:07:46.932Z Compiling inout v0.2.2
16492026-09-02T04:07:46.932Z Compiling toml v0.7.8
16502026-09-02T04:07:46.932Z Compiling darling v0.23.0
16512026-09-02T04:07:46.932Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16522026-09-02T04:07:46.932Z Compiling goblin v0.8.2
16532026-09-02T04:07:47.116Z Compiling derive-ex v0.1.8
16542026-09-02T04:07:47.147Z Compiling hyper v1.10.1
16552026-09-02T04:07:47.194Z Compiling futures-executor v0.3.32
16562026-09-02T04:07:47.197Z Compiling hubpack_derive v0.1.1
16572026-09-02T04:07:47.264Z Compiling regex v1.12.3
16582026-09-02T04:07:47.380Z Compiling phf_shared v0.13.1
16592026-09-02T04:07:47.493Z Compiling strum_macros v0.27.2
16602026-09-02T04:07:47.507Z Compiling curve25519-dalek-derive v0.1.1
16612026-09-02T04:07:47.510Z Compiling ref-cast-impl v1.0.25
16622026-09-02T04:07:47.537Z Compiling convert_case v0.10.0
16632026-09-02T04:07:47.654Z Compiling vergen v9.1.0
16642026-09-02T04:07:47.696Z Compiling cargo-platform v0.3.2
16652026-09-02T04:07:47.713Z Compiling ff v0.13.1
16662026-09-02T04:07:47.847Z Compiling fs-err v3.3.0
16672026-09-02T04:07:47.862Z Compiling path-slash v0.1.5
16682026-09-02T04:07:47.877Z Compiling managed v0.8.0
16692026-09-02T04:07:47.989Z Compiling same-file v1.0.6
16702026-09-02T04:07:48.010Z Compiling base16ct v0.2.0
16712026-09-02T04:07:48.059Z Compiling bitflags v1.3.2
16722026-09-02T04:07:48.103Z Compiling libbz2-rs-sys v0.2.2
16732026-09-02T04:07:48.117Z Compiling jiff-core v0.1.0
16742026-09-02T04:07:48.148Z Compiling is_ci v1.2.0
16752026-09-02T04:07:48.179Z Compiling foldhash v0.1.5
16762026-09-02T04:07:48.195Z Compiling foldhash v0.2.0
16772026-09-02T04:07:48.210Z Compiling bumpalo v3.20.2
16782026-09-02T04:07:48.214Z Compiling textwrap v0.16.2
16792026-09-02T04:07:48.305Z Compiling hyper-util v0.1.20
16802026-09-02T04:07:48.372Z Compiling hashbrown v0.16.1
16812026-09-02T04:07:48.387Z Compiling snafu v0.8.9
16822026-09-02T04:07:48.437Z Compiling zopfli v0.8.3
16832026-09-02T04:07:48.476Z Compiling hashbrown v0.15.5
16842026-09-02T04:07:48.701Z Compiling bzip2 v0.6.1
16852026-09-02T04:07:48.768Z Compiling supports-color v3.0.2
16862026-09-02T04:07:48.826Z Compiling sec1 v0.7.3
16872026-09-02T04:07:48.829Z Compiling test-strategy v0.4.5
16882026-09-02T04:07:48.925Z Compiling jiff v0.2.34
16892026-09-02T04:07:48.980Z Compiling walkdir v2.5.0
16902026-09-02T04:07:49.053Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16912026-09-02T04:07:49.128Z Compiling dof v0.3.0
16922026-09-02T04:07:49.269Z Compiling cargo_metadata v0.23.1
16932026-09-02T04:07:49.321Z Compiling derive_more-impl v2.1.1
16942026-09-02T04:07:49.356Z Compiling group v0.13.0
16952026-09-02T04:07:49.489Z Compiling strum v0.27.2
16962026-09-02T04:07:49.558Z Compiling hubpack v0.1.2
16972026-09-02T04:07:49.599Z Compiling phf v0.13.1
16982026-09-02T04:07:49.638Z Compiling signal-hook-mio v0.2.5
16992026-09-02T04:07:49.767Z Compiling hyper-tls v0.6.0
17002026-09-02T04:07:49.783Z Compiling futures v0.3.32
17012026-09-02T04:07:49.786Z Compiling cookie_store v0.22.1
17022026-09-02T04:07:49.857Z Compiling zstd v0.13.3
17032026-09-02T04:07:49.889Z Compiling serde_with_macros v3.21.0
17042026-09-02T04:07:50.013Z Compiling reqwest v0.12.28
17052026-09-02T04:07:50.086Z Compiling cipher v0.5.2
17062026-09-02T04:07:50.136Z Compiling backtrace-ext v0.2.1
17072026-09-02T04:07:50.185Z Compiling postgres-types v0.2.12
17082026-09-02T04:07:50.433Z Compiling globset v0.4.18
17092026-09-02T04:07:50.449Z Compiling usdt-macro v0.6.0
17102026-09-02T04:07:50.467Z Compiling usdt-attr-macro v0.6.0
17112026-09-02T04:07:50.497Z Compiling byte-wrapper v0.1.0
17122026-09-02T04:07:50.513Z Compiling ed25519 v2.2.3
17132026-09-02T04:07:50.674Z Compiling hkdf v0.12.4
17142026-09-02T04:07:50.803Z Compiling crypto-bigint v0.5.5
17152026-09-02T04:07:50.880Z Compiling olpc-cjson v0.1.4
17162026-09-02T04:07:50.895Z Compiling serde-big-array v0.5.1
17172026-09-02T04:07:51.058Z Compiling serde_plain v1.0.2
17182026-09-02T04:07:51.071Z Compiling dtrace-parser v0.2.0
17192026-09-02T04:07:51.115Z Compiling phf_shared v0.11.3
17202026-09-02T04:07:51.137Z Compiling enum-as-inner v0.6.1
17212026-09-02T04:07:51.177Z Compiling miette-derive v7.6.0
17222026-09-02T04:07:51.274Z Compiling serde_repr v0.1.20
17232026-09-02T04:07:51.303Z Compiling strum_macros v0.26.4
17242026-09-02T04:07:51.323Z Compiling async-recursion v1.1.1
17252026-09-02T04:07:51.386Z Compiling float-cmp v0.10.0
17262026-09-02T04:07:51.506Z Compiling pem v3.0.6
17272026-09-02T04:07:51.522Z Compiling thread-id v4.2.2
17282026-09-02T04:07:51.552Z Compiling memmap2 v0.9.10
17292026-09-02T04:07:51.623Z Compiling supports-unicode v3.0.0
17302026-09-02T04:07:51.681Z Compiling new_debug_unreachable v1.0.6
17312026-09-02T04:07:51.764Z Compiling either v1.15.0
17322026-09-02T04:07:51.789Z Compiling whoami v2.1.0
17332026-09-02T04:07:51.789Z Compiling data-encoding v2.10.0
17342026-09-02T04:07:51.842Z Compiling cpufeatures v0.3.0
17352026-09-02T04:07:51.857Z Compiling typed-path v0.9.3
17362026-09-02T04:07:51.871Z Compiling static_assertions v1.1.0
17372026-09-02T04:07:51.889Z Compiling winnow v1.0.3
17382026-09-02T04:07:51.932Z Compiling const-oid v0.10.2
17392026-09-02T04:07:51.960Z Compiling normalize-line-endings v0.3.0
17402026-09-02T04:07:51.995Z Compiling supports-hyperlinks v3.2.0
17412026-09-02T04:07:52.013Z Compiling precomputed-hash v0.1.1
17422026-09-02T04:07:52.070Z Compiling difflib v0.4.0
17432026-09-02T04:07:52.115Z Compiling fixedbitset v0.4.2
17442026-09-02T04:07:52.151Z Compiling keccak v0.1.6
17452026-09-02T04:07:52.173Z Compiling predicates-core v1.0.10
17462026-09-02T04:07:52.213Z Compiling fixedbitset v0.5.7
17472026-09-02T04:07:52.253Z Compiling hickory-proto v0.25.2
17482026-09-02T04:07:52.357Z Compiling sha3 v0.10.8
17492026-09-02T04:07:52.377Z Compiling predicates v3.1.4
17502026-09-02T04:07:52.393Z Compiling miette v7.6.0
17512026-09-02T04:07:52.541Z Compiling petgraph v0.8.3
17522026-09-02T04:07:52.556Z Compiling petgraph v0.6.5
17532026-09-02T04:07:52.572Z Compiling string_cache v0.8.9
17542026-09-02T04:07:52.648Z Compiling digest v0.11.3
17552026-09-02T04:07:52.817Z Compiling tokio-postgres v0.7.16
17562026-09-02T04:07:52.837Z Compiling toml_parser v1.1.2+spec-1.1.0
17572026-09-02T04:07:52.902Z Compiling itertools v0.13.0
17582026-09-02T04:07:52.914Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17592026-09-02T04:07:52.974Z Compiling chacha20 v0.10.0
17602026-09-02T04:07:52.997Z Compiling toml_edit v0.22.27
17612026-09-02T04:07:53.042Z Compiling elliptic-curve v0.13.8
17622026-09-02T04:07:53.126Z Compiling strum v0.26.3
17632026-09-02T04:07:53.142Z Compiling usdt v0.6.0
17642026-09-02T04:07:53.275Z Compiling usdt-impl v0.5.0
17652026-09-02T04:07:53.370Z Compiling crossterm v0.28.1
17662026-09-02T04:07:53.428Z Compiling zip v4.6.1
17672026-09-02T04:07:53.463Z Compiling serde_with v3.21.0
17682026-09-02T04:07:53.483Z Compiling ed25519-dalek v2.2.0
17692026-09-02T04:07:53.568Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17702026-09-02T04:07:53.840Z Compiling derive_more v2.1.1
17712026-09-02T04:07:54.068Z Compiling iddqd v0.4.2
17722026-09-02T04:07:54.158Z Compiling crossbeam-epoch v0.9.18
17732026-09-02T04:07:54.374Z Compiling similar v2.7.0
17742026-09-02T04:07:54.389Z Compiling tokio-stream v0.1.18
17752026-09-02T04:07:54.454Z Compiling buf-list v1.1.2
17762026-09-02T04:07:54.506Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17772026-09-02T04:07:54.522Z Compiling openapiv3 v2.2.0
17782026-09-02T04:07:54.642Z Compiling peg-runtime v0.8.5
17792026-09-02T04:07:54.756Z Compiling lalrpop-util v0.19.12
17802026-09-02T04:07:54.832Z Compiling thread_local v1.1.9
17812026-09-02T04:07:54.867Z Compiling slog-async v2.8.0
17822026-09-02T04:07:54.942Z Compiling crossbeam-channel v0.5.15
17832026-09-02T04:07:54.968Z Compiling filetime v0.2.27
17842026-09-02T04:07:55.044Z Compiling is-terminal v0.4.17
17852026-09-02T04:07:55.095Z Compiling xattr v1.6.1
17862026-09-02T04:07:55.112Z Compiling take_mut v0.2.2
17872026-09-02T04:07:55.175Z Compiling term v1.2.1
17882026-09-02T04:07:55.178Z Compiling camino-tempfile v1.4.1
17892026-09-02T04:07:55.237Z Compiling tar v0.4.46
17902026-09-02T04:07:55.526Z Compiling slog-term v2.9.2
17912026-09-02T04:08:12.729Z Compiling rustls-webpki v0.103.13
17922026-09-02T04:08:15.422Z Compiling tokio-rustls v0.26.4
17932026-09-02T04:08:15.423Z Compiling rustls-platform-verifier v0.6.2
17942026-09-02T04:08:15.430Z Compiling tough v0.22.0
17952026-09-02T04:08:15.630Z Compiling hyper-rustls v0.27.7
17962026-09-02T04:08:15.820Z Compiling reqwest v0.13.2
17972026-09-02T04:08:17.996Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17982026-09-02T04:08:18.212Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17992026-09-02T04:08:21.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.87s
18002026-09-02T04:08:21.256Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
18012026-09-02T04:08:21.314ZSep 02 04:08:20.744 INFO Starting download, target: Console
18022026-09-02T04:08:21.314ZSep 02 04:08:20.745 INFO Starting download, target: Cockroach
18032026-09-02T04:08:21.318ZSep 02 04:08:20.745 INFO Starting download, target: Clickhouse
18042026-09-02T04:08:21.318ZSep 02 04:08:20.745 INFO Starting download, target: DendriteStub
18052026-09-02T04:08:21.318ZSep 02 04:08:20.745 INFO Starting download, target: MaghemiteMgd
18062026-09-02T04:08:21.318ZSep 02 04:08:20.745 INFO Starting download, target: MaghemiteDdmd
18072026-09-02T04:08:21.318ZSep 02 04:08:20.745 INFO Starting download, target: TransceiverControl
18082026-09-02T04:08:21.318ZSep 02 04:08:20.745 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
18092026-09-02T04:08:21.318ZSep 02 04:08:20.745 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
18102026-09-02T04:08:21.318ZSep 02 04:08:20.745 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
18112026-09-02T04:08:21.318ZSep 02 04:08:20.745 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
18122026-09-02T04:08:21.318ZSep 02 04:08:20.746 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
18132026-09-02T04:08:21.318ZSep 02 04:08:20.746 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
18142026-09-02T04:08:21.318ZSep 02 04:08:20.746 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
18152026-09-02T04:08:21.774ZSep 02 04:08:21.200 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
18162026-09-02T04:08:21.981ZSep 02 04:08:21.409 INFO Download complete, target: TransceiverControl
18172026-09-02T04:08:23.066ZSep 02 04:08:22.485 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
18182026-09-02T04:08:23.162ZSep 02 04:08:22.577 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
18192026-09-02T04:08:23.242ZSep 02 04:08:22.672 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
18202026-09-02T04:08:23.315ZSep 02 04:08:22.745 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
18212026-09-02T04:08:23.403ZSep 02 04:08:22.833 INFO Download complete, target: Console
18222026-09-02T04:08:23.608ZSep 02 04:08:23.039 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
18232026-09-02T04:08:23.746ZSep 02 04:08:23.178 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
18242026-09-02T04:08:23.746ZSep 02 04:08:23.178 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
18252026-09-02T04:08:24.944ZSep 02 04:08:24.376 INFO Download complete, target: MaghemiteDdmd
18262026-09-02T04:08:26.005ZSep 02 04:08:25.433 INFO Download complete, target: DendriteStub
18272026-09-02T04:08:26.035ZSep 02 04:08:25.466 INFO Download complete, target: MaghemiteMgd
18282026-09-02T04:08:28.362ZSep 02 04:08:27.794 INFO Checking that binary works, target: Cockroach
18292026-09-02T04:08:28.491ZSep 02 04:08:27.922 INFO Download complete, target: Cockroach
18302026-09-02T04:08:30.235ZSep 02 04:08:29.666 INFO Checking that binary works, target: Clickhouse
18312026-09-02T04:08:30.319ZSep 02 04:08:29.751 INFO Download complete, target: Clickhouse
18322026-09-02T04:08:30.326ZAll prerequisites installed successfully
18332026-09-02T04:08:30.329Z
18342026-09-02T04:08:30.329Zreal 1:55.073887459
18352026-09-02T04:08:30.329Zuser 7:21.804323588
18362026-09-02T04:08:30.329Zsys 1:45.361184696
18372026-09-02T04:08:30.329Ztrap 0.293852970
18382026-09-02T04:08:30.329Ztflt 0.851022635
18392026-09-02T04:08:30.329Zdflt 1.879228884
18402026-09-02T04:08:30.329Zkflt 0.023332103
18412026-09-02T04:08:30.329Zlock 28:40.027268764
18422026-09-02T04:08:30.329Zslp 20:08.781749451
18432026-09-02T04:08:30.329Zlat 29.518396521
18442026-09-02T04:08:30.329Zstop 3:34.101960995
18452026-09-02T04:08:30.329Z+ ptime -m cargo xtask download softnpu
18462026-09-02T04:08:30.789Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
18472026-09-02T04:08:30.808Z Running `target/debug/xtask download softnpu`
18482026-09-02T04:08:31.576Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
18492026-09-02T04:08:31.646Z Running `target/debug/xtask-downloader softnpu`
18502026-09-02T04:08:31.695ZSep 02 04:08:31.126 INFO Starting download, target: Softnpu
18512026-09-02T04:08:31.699ZSep 02 04:08:31.126 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
18522026-09-02T04:08:32.250ZSep 02 04:08:31.682 INFO Download complete, target: Softnpu
18532026-09-02T04:08:32.254Z
18542026-09-02T04:08:32.258Zreal 1.921184752
18552026-09-02T04:08:32.258Zuser 1.310577149
18562026-09-02T04:08:32.258Zsys 0.621362959
18572026-09-02T04:08:32.258Ztrap 0.001400600
18582026-09-02T04:08:32.258Ztflt 0.000109520
18592026-09-02T04:08:32.258Zdflt 0.000101190
18602026-09-02T04:08:32.258Zkflt 0.000000000
18612026-09-02T04:08:32.258Zlock 10.492420782
18622026-09-02T04:08:32.258Zslp 0.424938719
18632026-09-02T04:08:32.259Zlat 0.116870207
18642026-09-02T04:08:32.259Zstop 0.000183850
18652026-09-02T04:08:32.259Z+ export CARGO_INCREMENTAL=0
18662026-09-02T04:08:32.259Z+ CARGO_INCREMENTAL=0
18672026-09-02T04:08:32.259Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18682026-09-02T04:08:33.182Z Compiling proc-macro2 v1.0.106
18692026-09-02T04:08:33.182Z Compiling quote v1.0.45
18702026-09-02T04:08:33.182Z Compiling unicode-ident v1.0.24
18712026-09-02T04:08:33.197Z Compiling serde_core v1.0.228
18722026-09-02T04:08:33.197Z Compiling libc v0.2.185
18732026-09-02T04:08:33.197Z Compiling serde v1.0.228
18742026-09-02T04:08:33.198Z Compiling cfg-if v1.0.4
18752026-09-02T04:08:33.198Z Compiling version_check v0.9.5
18762026-09-02T04:08:33.326Z Compiling autocfg v1.5.0
18772026-09-02T04:08:33.333Z Compiling find-msvc-tools v0.1.9
18782026-09-02T04:08:33.333Z Compiling shlex v1.3.0
18792026-09-02T04:08:33.333Z Compiling memchr v2.8.0
18802026-09-02T04:08:33.333Z Compiling zmij v1.0.21
18812026-09-02T04:08:33.333Z Compiling serde_json v1.0.151
18822026-09-02T04:08:33.493Z Compiling portable-atomic v1.13.1
18832026-09-02T04:08:33.509Z Compiling zerocopy v0.8.55
18842026-09-02T04:08:33.680Z Compiling libm v0.2.16
18852026-09-02T04:08:33.712Z Compiling getrandom v0.4.3
18862026-09-02T04:08:33.722Z Compiling icu_normalizer_data v2.1.1
18872026-09-02T04:08:33.789Z Compiling icu_properties_data v2.1.2
18882026-09-02T04:08:33.842Z Compiling num-traits v0.2.19
18892026-09-02T04:08:33.922Z Compiling generic-array v0.14.7
18902026-09-02T04:08:33.932Z Compiling smallvec v1.15.1
18912026-09-02T04:08:33.954Z Compiling parking_lot_core v0.9.12
18922026-09-02T04:08:33.980Z Compiling itoa v1.0.17
18932026-09-02T04:08:33.988Z Compiling log v0.4.33
18942026-09-02T04:08:34.030Z Compiling subtle v2.6.1
18952026-09-02T04:08:34.058Z Compiling pkg-config v0.3.32
18962026-09-02T04:08:34.097Z Compiling stable_deref_trait v1.2.1
18972026-09-02T04:08:34.127Z Compiling typenum v1.20.1
18982026-09-02T04:08:34.208Z Compiling rustix v1.1.4
18992026-09-02T04:08:34.235Z Compiling getrandom v0.3.4
19002026-09-02T04:08:34.244Z Compiling scopeguard v1.2.0
19012026-09-02T04:08:34.289Z Compiling thiserror v2.0.18
19022026-09-02T04:08:34.351Z Compiling jobserver v0.1.34
19032026-09-02T04:08:34.380Z Compiling errno v0.3.14
19042026-09-02T04:08:34.421Z Compiling lock_api v0.4.14
19052026-09-02T04:08:34.472Z Compiling rand_core v0.10.0
19062026-09-02T04:08:34.582Z Compiling cc v1.2.56
19072026-09-02T04:08:34.634Z Compiling syn v2.0.117
19082026-09-02T04:08:34.663Z Compiling critical-section v1.2.0
19092026-09-02T04:08:34.666Z Compiling getrandom v0.2.17
19102026-09-02T04:08:34.710Z Compiling schemars v0.8.22
19112026-09-02T04:08:34.730Z Compiling equivalent v1.0.2
19122026-09-02T04:08:34.748Z Compiling percent-encoding v2.3.2
19132026-09-02T04:08:34.765Z Compiling litemap v0.8.1
19142026-09-02T04:08:34.826Z Compiling writeable v0.6.2
19152026-09-02T04:08:34.844Z Compiling rand_core v0.6.4
19162026-09-02T04:08:34.903Z Compiling pin-project-lite v0.2.17
19172026-09-02T04:08:34.917Z Compiling syn v1.0.109
19182026-09-02T04:08:35.030Z Compiling rustversion v1.0.22
19192026-09-02T04:08:35.059Z Compiling once_cell v1.21.3
19202026-09-02T04:08:35.132Z Compiling heck v0.5.0
19212026-09-02T04:08:35.170Z Compiling hashbrown v0.17.0
19222026-09-02T04:08:35.204Z Compiling dunce v1.0.5
19232026-09-02T04:08:35.221Z Compiling fs_extra v1.3.0
19242026-09-02T04:08:35.252Z Compiling utf8_iter v1.0.4
19252026-09-02T04:08:35.271Z Compiling byteorder v1.5.0
19262026-09-02T04:08:35.314Z Compiling cmake v0.1.57
19272026-09-02T04:08:35.329Z Compiling form_urlencoded v1.2.2
19282026-09-02T04:08:35.421Z Compiling strsim v0.11.1
19292026-09-02T04:08:35.518Z Compiling semver v1.0.28
19302026-09-02T04:08:35.564Z Compiling bitflags v2.11.0
19312026-09-02T04:08:35.745Z Compiling indexmap v2.14.0
19322026-09-02T04:08:35.764Z Compiling signal-hook-registry v1.4.8
19332026-09-02T04:08:35.801Z Compiling thiserror v1.0.69
19342026-09-02T04:08:35.817Z Compiling mio v1.2.0
19352026-09-02T04:08:35.834Z Compiling socket2 v0.6.3
19362026-09-02T04:08:35.884Z Compiling aws-lc-sys v0.40.0
19372026-09-02T04:08:35.973Z Compiling parking_lot v0.12.5
19382026-09-02T04:08:36.014Z Compiling futures-core v0.3.32
19392026-09-02T04:08:36.029Z Compiling const-oid v0.9.6
19402026-09-02T04:08:36.114Z Compiling aws-lc-rs v1.16.3
19412026-09-02T04:08:36.244Z Compiling iana-time-zone v0.1.65
19422026-09-02T04:08:36.260Z Compiling httparse v1.10.1
19432026-09-02T04:08:36.422Z Compiling ucd-trie v0.1.7
19442026-09-02T04:08:36.454Z Compiling regex-syntax v0.8.10
19452026-09-02T04:08:36.523Z Compiling crc32fast v1.5.0
19462026-09-02T04:08:36.571Z Compiling fnv v1.0.7
19472026-09-02T04:08:36.677Z Compiling pest v2.8.6
19482026-09-02T04:08:36.714Z Compiling uuid v1.23.4
19492026-09-02T04:08:36.770Z Compiling ident_case v1.0.1
19502026-09-02T04:08:36.775Z Compiling vcpkg v0.2.15
19512026-09-02T04:08:36.956Z Compiling rustc_version v0.4.1
19522026-09-02T04:08:37.048Z Compiling futures-sink v0.3.32
19532026-09-02T04:08:37.099Z Compiling rustls v0.23.41
19542026-09-02T04:08:37.192Z Compiling dyn-clone v1.0.20
19552026-09-02T04:08:37.238Z Compiling futures-channel v0.3.32
19562026-09-02T04:08:37.342Z Compiling openssl-sys v0.9.117
19572026-09-02T04:08:37.359Z Compiling aho-corasick v1.1.4
19582026-09-02T04:08:37.377Z Compiling futures-io v0.3.32
19592026-09-02T04:08:37.488Z Compiling synstructure v0.13.2
19602026-09-02T04:08:37.503Z Compiling serde_derive_internals v0.29.1
19612026-09-02T04:08:37.519Z Compiling slab v0.4.12
19622026-09-02T04:08:37.534Z Compiling futures-task v0.3.32
19632026-09-02T04:08:37.764Z Compiling radium v0.7.0
19642026-09-02T04:08:37.764Z Compiling num-conv v0.2.0
19652026-09-02T04:08:37.794Z Compiling pest_meta v2.8.6
19662026-09-02T04:08:37.896Z Compiling time-core v0.1.8
19672026-09-02T04:08:37.914Z Compiling plain v0.2.3
19682026-09-02T04:08:37.976Z Compiling crossbeam-utils v0.8.21
19692026-09-02T04:08:38.013Z Compiling pretty-hex v0.4.1
19702026-09-02T04:08:38.042Z Compiling openssl v0.10.80
19712026-09-02T04:08:38.058Z Compiling base64 v0.22.1
19722026-09-02T04:08:38.072Z Compiling time-macros v0.2.27
19732026-09-02T04:08:38.133Z Compiling maybe-uninit v2.0.0
19742026-09-02T04:08:38.166Z Compiling base64ct v1.8.3
19752026-09-02T04:08:38.182Z Compiling slog v2.8.2
19762026-09-02T04:08:38.266Z Compiling regex-automata v0.4.14
19772026-09-02T04:08:38.302Z Compiling unicode-segmentation v1.12.0
19782026-09-02T04:08:38.396Z Compiling pest_generator v2.8.6
19792026-09-02T04:08:38.412Z Compiling pem-rfc7468 v0.7.0
19802026-09-02T04:08:38.467Z Compiling flagset v0.4.7
19812026-09-02T04:08:38.484Z Compiling rand_core v0.9.5
19822026-09-02T04:08:38.488Z Compiling darling_core v0.23.0
19832026-09-02T04:08:38.619Z Compiling bzip2-sys v0.1.13+1.0.8
19842026-09-02T04:08:38.638Z Compiling serde_derive v1.0.228
19852026-09-02T04:08:38.682Z Compiling zeroize_derive v1.5.0
19862026-09-02T04:08:38.700Z Compiling zerofrom-derive v0.1.6
19872026-09-02T04:08:38.718Z Compiling yoke-derive v0.8.1
19882026-09-02T04:08:38.722Z Compiling zerocopy-derive v0.8.55
19892026-09-02T04:08:38.750Z Compiling zerovec-derive v0.11.2
19902026-09-02T04:08:38.753Z Compiling displaydoc v0.2.5
19912026-09-02T04:08:38.785Z Compiling tokio-macros v2.7.0
19922026-09-02T04:08:38.823Z Compiling futures-macro v0.3.32
19932026-09-02T04:08:38.925Z Compiling thiserror-impl v2.0.18
19942026-09-02T04:08:38.973Z Compiling schemars_derive v0.8.22
19952026-09-02T04:08:39.014Z Compiling der_derive v0.7.3
19962026-09-02T04:08:39.032Z Compiling tracing-attributes v0.1.31
19972026-09-02T04:08:39.048Z Compiling thiserror-impl v1.0.69
19982026-09-02T04:08:39.291Z Compiling pest_derive v2.8.6
19992026-09-02T04:08:39.462Z Compiling scroll_derive v0.13.1
20002026-09-02T04:08:39.478Z Compiling scroll_derive v0.12.1
20012026-09-02T04:08:39.599Z Compiling futures-util v0.3.32
20022026-09-02T04:08:39.784Z Compiling openssl-macros v0.1.1
20032026-09-02T04:08:39.800Z Compiling zstd-sys v2.0.16+zstd.1.5.7
20042026-09-02T04:08:39.827Z Compiling zerofrom v0.1.6
20052026-09-02T04:08:39.988Z Compiling yoke v0.8.1
20062026-09-02T04:08:40.178Z Compiling zerovec v0.11.5
20072026-09-02T04:08:40.194Z Compiling zerotrie v0.2.3
20082026-09-02T04:08:40.206Z Compiling syn v3.0.3
20092026-09-02T04:08:40.242Z Compiling ahash v0.8.12
20102026-09-02T04:08:40.257Z Compiling paste v1.0.15
20112026-09-02T04:08:40.263Z Compiling native-tls v0.2.18
20122026-09-02T04:08:40.318Z Compiling anyhow v1.0.104
20132026-09-02T04:08:40.497Z Compiling packed_struct v0.10.1
20142026-09-02T04:08:40.551Z Compiling num-bigint-dig v0.8.6
20152026-09-02T04:08:40.632Z Compiling darling_macro v0.23.0
20162026-09-02T04:08:40.647Z Compiling regex v1.12.3
20172026-09-02T04:08:40.685Z Compiling zerocopy-derive v0.7.35
20182026-09-02T04:08:40.760Z Compiling tinystr v0.8.2
20192026-09-02T04:08:40.770Z Compiling potential_utf v0.1.4
20202026-09-02T04:08:40.950Z Compiling icu_locale_core v2.1.1
20212026-09-02T04:08:40.976Z Compiling icu_collections v2.1.1
20222026-09-02T04:08:41.335Z Compiling tracing-core v0.1.36
20232026-09-02T04:08:41.456Z Compiling cookie v0.18.1
20242026-09-02T04:08:41.526Z Compiling fastrand v2.3.0
20252026-09-02T04:08:41.648Z Compiling icu_provider v2.1.1
20262026-09-02T04:08:41.709Z Compiling zeroize v1.9.0
20272026-09-02T04:08:41.772Z Compiling bytes v1.11.1
20282026-09-02T04:08:41.830Z Compiling chrono v0.4.45
20292026-09-02T04:08:41.948Z Compiling icu_properties v2.1.2
20302026-09-02T04:08:42.050Z Compiling icu_normalizer v2.1.1
20312026-09-02T04:08:42.407Z Compiling tokio v1.52.1
20322026-09-02T04:08:42.530Z Compiling serde_tokenstream v0.2.3
20332026-09-02T04:08:42.609Z Compiling crypto-common v0.1.7
20342026-09-02T04:08:42.697Z Compiling block-buffer v0.10.4
20352026-09-02T04:08:42.789Z Compiling der v0.7.10
20362026-09-02T04:08:42.838Z Compiling idna_adapter v1.2.1
20372026-09-02T04:08:42.859Z Compiling digest v0.10.7
20382026-09-02T04:08:42.949Z Compiling idna v1.1.0
20392026-09-02T04:08:43.096Z Compiling ppv-lite86 v0.2.21
20402026-09-02T04:08:43.145Z Compiling http v1.4.2
20412026-09-02T04:08:43.290Z Compiling url v2.5.8
20422026-09-02T04:08:43.431Z Compiling camino v1.2.5
20432026-09-02T04:08:43.446Z Compiling cpufeatures v0.2.17
20442026-09-02T04:08:43.530Z Compiling rand_chacha v0.9.0
20452026-09-02T04:08:43.604Z Compiling serde_spanned v0.6.9
20462026-09-02T04:08:43.766Z Compiling spki v0.7.3
20472026-09-02T04:08:43.941Z Compiling toml_datetime v0.6.11
20482026-09-02T04:08:43.957Z Compiling tracing v0.1.44
20492026-09-02T04:08:44.085Z Compiling darling v0.23.0
20502026-09-02T04:08:44.118Z Compiling packed_struct_codegen v0.10.1
20512026-09-02T04:08:44.180Z Compiling zerocopy-derive v0.6.6
20522026-09-02T04:08:44.197Z Compiling bitfield-macros v0.19.4
20532026-09-02T04:08:44.200Z Compiling clap_derive v4.6.1
20542026-09-02T04:08:44.465Z Compiling indexmap v1.9.3
20552026-09-02T04:08:44.479Z Compiling simd-adler32 v0.3.8
20562026-09-02T04:08:44.580Z Compiling object v0.37.3
20572026-09-02T04:08:44.693Z Compiling http-body v1.0.1
20582026-09-02T04:08:44.710Z Compiling pkcs8 v0.10.2
20592026-09-02T04:08:44.725Z Compiling rand v0.9.2
20602026-09-02T04:08:44.801Z Compiling daft-derive v0.1.8
20612026-09-02T04:08:44.856Z Compiling rustls-pki-types v1.14.0
20622026-09-02T04:08:44.957Z Compiling spin v0.9.8
20632026-09-02T04:08:44.995Z Compiling usdt-impl v0.5.0
20642026-09-02T04:08:45.011Z Compiling usdt-impl v0.6.0
20652026-09-02T04:08:45.072Z Compiling openssl-probe v0.2.1
20662026-09-02T04:08:45.103Z Compiling winnow v0.5.40
20672026-09-02T04:08:45.230Z Compiling either v1.15.0
20682026-09-02T04:08:45.248Z Compiling cmov v0.5.4
20692026-09-02T04:08:45.287Z Compiling ref-cast v1.0.25
20702026-09-02T04:08:45.307Z Compiling anstyle v1.0.14
20712026-09-02T04:08:45.312Z Compiling utf8parse v0.2.2
20722026-09-02T04:08:45.338Z Compiling tinyvec_macros v0.1.1
20732026-09-02T04:08:45.453Z Compiling adler2 v2.0.1
20742026-09-02T04:08:45.468Z Compiling ctutils v0.4.2
20752026-09-02T04:08:45.487Z Compiling anstyle-parse v1.0.0
20762026-09-02T04:08:45.517Z Compiling tinyvec v1.10.0
20772026-09-02T04:08:45.584Z Compiling miniz_oxide v0.8.9
20782026-09-02T04:08:45.599Z Compiling sha2 v0.10.9
20792026-09-02T04:08:45.756Z Compiling tempfile v3.27.0
20802026-09-02T04:08:45.784Z Compiling scroll v0.13.0
20812026-09-02T04:08:45.801Z Compiling scroll v0.12.0
20822026-09-02T04:08:45.895Z Compiling async-trait v0.1.89
20832026-09-02T04:08:45.911Z Compiling terminal_size v0.4.3
20842026-09-02T04:08:45.957Z Compiling heapless v0.7.17
20852026-09-02T04:08:46.102Z Compiling colorchoice v1.0.4
20862026-09-02T04:08:46.105Z Compiling anstyle-query v1.1.5
20872026-09-02T04:08:46.136Z Compiling try-lock v0.2.5
20882026-09-02T04:08:46.136Z Compiling winnow v1.0.3
20892026-09-02T04:08:46.164Z Compiling tokio-util v0.7.18
20902026-09-02T04:08:46.167Z Compiling atomic-waker v1.1.2
20912026-09-02T04:08:46.209Z Compiling is_terminal_polyfill v1.70.2
20922026-09-02T04:08:46.226Z Compiling winnow v0.7.14
20932026-09-02T04:08:46.244Z Compiling zstd-safe v7.2.4
20942026-09-02T04:08:46.280Z Compiling tower-layer v0.3.3
20952026-09-02T04:08:46.314Z Compiling rustix v0.38.44
20962026-09-02T04:08:46.418Z Compiling toml_edit v0.19.15
20972026-09-02T04:08:46.458Z Compiling litrs v1.0.0
20982026-09-02T04:08:46.476Z Compiling signal-hook v0.3.18
20992026-09-02T04:08:46.504Z Compiling untrusted v0.7.1
21002026-09-02T04:08:46.643Z Compiling tower-service v0.3.3
21012026-09-02T04:08:46.775Z Compiling anstream v1.0.0
21022026-09-02T04:08:46.791Z Compiling want v0.3.1
21032026-09-02T04:08:46.917Z Compiling document-features v0.2.12
21042026-09-02T04:08:46.955Z Compiling h2 v0.4.15
21052026-09-02T04:08:47.114Z Compiling toml_parser v1.1.2+spec-1.1.0
21062026-09-02T04:08:47.193Z Compiling goblin v0.8.2
21072026-09-02T04:08:47.210Z Compiling goblin v0.10.5
21082026-09-02T04:08:47.353Z Compiling hybrid-array v0.4.13
21092026-09-02T04:08:47.482Z Compiling ipnetwork v0.21.1
21102026-09-02T04:08:47.543Z Compiling ipnet v2.12.0
21112026-09-02T04:08:47.677Z Compiling zerocopy v0.7.35
21122026-09-02T04:08:47.694Z Compiling ref-cast-impl v1.0.25
21132026-09-02T04:08:47.720Z Compiling structmeta-derive v0.3.0
21142026-09-02T04:08:47.997Z Compiling heck v0.4.1
21152026-09-02T04:08:48.071Z Compiling darling_core v0.20.11
21162026-09-02T04:08:48.171Z Compiling curve25519-dalek v4.1.3
21172026-09-02T04:08:48.205Z Compiling memoffset v0.9.1
21182026-09-02T04:08:48.270Z Compiling httpdate v1.0.3
21192026-09-02T04:08:48.295Z Compiling tap v1.0.1
21202026-09-02T04:08:48.382Z Compiling untrusted v0.9.0
21212026-09-02T04:08:48.439Z Compiling foreign-types-shared v0.1.1
21222026-09-02T04:08:48.474Z Compiling powerfmt v0.2.0
21232026-09-02T04:08:48.477Z Compiling wyz v0.5.1
21242026-09-02T04:08:48.524Z Compiling foreign-types v0.3.2
21252026-09-02T04:08:48.639Z Compiling unicode-normalization v0.1.25
21262026-09-02T04:08:48.686Z Compiling deranged v0.5.8
21272026-09-02T04:08:48.720Z Compiling structmeta v0.3.0
21282026-09-02T04:08:48.771Z Compiling dtrace-parser v0.2.0
21292026-09-02T04:08:48.803Z Compiling rand_chacha v0.3.1
21302026-09-02T04:08:48.829Z Compiling signature v2.2.0
21312026-09-02T04:08:48.939Z Compiling hex v0.4.3
21322026-09-02T04:08:48.994Z Compiling dtrace-parser v0.3.0
21332026-09-02T04:08:49.108Z Compiling pin-project-internal v1.1.11
21342026-09-02T04:08:49.226Z Compiling num-integer v0.1.46
21352026-09-02T04:08:49.241Z Compiling wait-timeout v0.2.1
21362026-09-02T04:08:49.370Z Compiling thread-id v5.1.0
21372026-09-02T04:08:49.469Z Compiling dof v0.3.0
21382026-09-02T04:08:49.485Z Compiling thread-id v4.2.2
21392026-09-02T04:08:49.502Z Compiling socket2 v0.5.10
21402026-09-02T04:08:49.541Z Compiling smoltcp v0.9.1
21412026-09-02T04:08:49.578Z Compiling clap_lex v1.0.0
21422026-09-02T04:08:49.595Z Compiling funty v2.0.0
21432026-09-02T04:08:49.748Z Compiling cfg_aliases v0.2.1
21442026-09-02T04:08:49.807Z Compiling quick-error v1.2.3
21452026-09-02T04:08:49.866Z Compiling owo-colors v4.3.0
21462026-09-02T04:08:49.886Z Compiling num_threads v0.1.7
21472026-09-02T04:08:49.972Z Compiling dof v0.4.0
21482026-09-02T04:08:49.976Z Compiling bit-vec v0.8.0
21492026-09-02T04:08:50.031Z Compiling darling_macro v0.20.11
21502026-09-02T04:08:50.074Z Compiling bitvec v1.0.1
21512026-09-02T04:08:50.123Z Compiling hyper v1.10.1
21522026-09-02T04:08:50.141Z Compiling time v0.3.47
21532026-09-02T04:08:50.163Z Compiling rusty-fork v0.3.1
21542026-09-02T04:08:50.181Z Compiling nix v0.31.2
21552026-09-02T04:08:50.237Z Compiling bit-set v0.8.0
21562026-09-02T04:08:50.254Z Compiling clap_builder v4.6.0
21572026-09-02T04:08:50.258Z Compiling num-iter v0.1.45
21582026-09-02T04:08:50.504Z Compiling rand v0.8.6
21592026-09-02T04:08:50.526Z Compiling darling v0.20.11
21602026-09-02T04:08:50.619Z Compiling lazy_static v1.5.0
21612026-09-02T04:08:50.749Z Compiling hmac v0.12.1
21622026-09-02T04:08:50.822Z Compiling erased-serde v0.3.31
21632026-09-02T04:08:51.024Z Compiling rand_xorshift v0.4.0
21642026-09-02T04:08:51.041Z Compiling curve25519-dalek-derive v0.1.1
21652026-09-02T04:08:51.084Z Compiling sync_wrapper v1.0.2
21662026-09-02T04:08:51.245Z Compiling hyper-util v0.1.20
21672026-09-02T04:08:51.493Z Compiling siphasher v1.0.2
21682026-09-02T04:08:51.544Z Compiling nodrop v0.1.14
21692026-09-02T04:08:51.578Z Compiling unarray v0.1.4
21702026-09-02T04:08:51.596Z Compiling zlib-rs v0.6.2
21712026-09-02T04:08:51.641Z Compiling crc-catalog v2.4.0
21722026-09-02T04:08:51.658Z Compiling array-init v0.0.4
21732026-09-02T04:08:51.690Z Compiling proptest v1.11.0
21742026-09-02T04:08:51.745Z Compiling clap v4.6.1
21752026-09-02T04:08:51.779Z Compiling crc v3.4.0
21762026-09-02T04:08:52.030Z Compiling tower v0.5.3
21772026-09-02T04:08:52.615Z Compiling derive_builder_core v0.20.2
21782026-09-02T04:08:52.787Z Compiling smallvec v0.6.14
21792026-09-02T04:08:52.804Z Compiling snafu-derive v0.8.9
21802026-09-02T04:08:53.009Z Compiling zerocopy v0.6.6
21812026-09-02T04:08:53.056Z Compiling bitfield v0.19.4
21822026-09-02T04:08:53.143Z Compiling pkcs1 v0.7.5
21832026-09-02T04:08:53.313Z Compiling http-body-util v0.1.3
21842026-09-02T04:08:53.369Z Compiling hubpack_derive v0.1.1
21852026-09-02T04:08:53.372Z Compiling strum_macros v0.27.2
21862026-09-02T04:08:53.401Z Compiling strum_macros v0.26.4
21872026-09-02T04:08:53.530Z Compiling env_filter v2.0.0
21882026-09-02T04:08:53.572Z Compiling fs-err v3.3.0
21892026-09-02T04:08:53.644Z Compiling flate2 v1.1.9
21902026-09-02T04:08:53.787Z Compiling hashbrown v0.12.3
21912026-09-02T04:08:53.930Z Compiling iri-string v0.7.10
21922026-09-02T04:08:53.952Z Compiling unicode-bidi v0.3.18
21932026-09-02T04:08:54.042Z Compiling base64 v0.21.7
21942026-09-02T04:08:54.073Z Compiling allocator-api2 v0.2.21
21952026-09-02T04:08:54.180Z Compiling ryu v1.0.23
21962026-09-02T04:08:54.364Z Compiling unicode-properties v0.1.4
21972026-09-02T04:08:54.367Z Compiling gimli v0.32.3
21982026-09-02T04:08:54.412Z Compiling serde_urlencoded v0.7.1
21992026-09-02T04:08:54.432Z Compiling ron v0.8.1
22002026-09-02T04:08:54.567Z Compiling stringprep v0.1.5
22012026-09-02T04:08:54.837Z Compiling newtype-uuid v1.3.2
22022026-09-02T04:08:54.940Z Compiling env_logger v0.11.11
22032026-09-02T04:08:55.123Z Compiling tower-http v0.6.8
22042026-09-02T04:08:55.126Z Compiling derive_builder_macro v0.20.2
22052026-09-02T04:08:55.158Z Compiling rsa v0.9.10
22062026-09-02T04:08:55.268Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22072026-09-02T04:08:55.285Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
22082026-09-02T04:08:55.305Z Compiling oxnet v0.1.6
22092026-09-02T04:08:55.323Z Compiling serde-hex v0.1.0
22102026-09-02T04:08:55.482Z Compiling tokio-native-tls v0.3.1
22112026-09-02T04:08:55.501Z Compiling hashbrown v0.13.2
22122026-09-02T04:08:55.551Z Compiling bzip2 v0.4.4
22132026-09-02T04:08:55.629Z Compiling usdt-attr-macro v0.6.0
22142026-09-02T04:08:55.667Z Compiling usdt-macro v0.6.0
22152026-09-02T04:08:55.710Z Compiling derive-ex v0.1.8
22162026-09-02T04:08:55.763Z Compiling block-buffer v0.12.1
22172026-09-02T04:08:55.785Z Compiling block-padding v0.4.2
22182026-09-02T04:08:55.951Z Compiling crypto-common v0.2.2
22192026-09-02T04:08:56.188Z Compiling addr2line v0.25.1
22202026-09-02T04:08:56.418Z Compiling rustls-native-certs v0.8.3
22212026-09-02T04:08:56.521Z Compiling x509-cert v0.2.5
22222026-09-02T04:08:56.656Z Compiling md-5 v0.10.6
22232026-09-02T04:08:56.844Z Compiling bstr v1.12.1
22242026-09-02T04:08:56.862Z Compiling convert_case v0.10.0
22252026-09-02T04:08:57.032Z Compiling vergen-lib v9.1.0
22262026-09-02T04:08:57.077Z Compiling hash32 v0.2.1
22272026-09-02T04:08:57.155Z Compiling encoding_rs v0.8.35
22282026-09-02T04:08:57.173Z Compiling crc-any v2.5.0
22292026-09-02T04:08:57.240Z Compiling cpufeatures v0.3.0
22302026-09-02T04:08:57.281Z Compiling rustc-demangle v0.1.27
22312026-09-02T04:08:57.343Z Compiling fallible-iterator v0.2.0
22322026-09-02T04:08:57.346Z Compiling unicode-width v0.2.0
22332026-09-02T04:08:57.474Z Compiling psl-types v2.0.11
22342026-09-02T04:08:57.490Z Compiling mime v0.3.17
22352026-09-02T04:08:57.613Z Compiling publicsuffix v2.3.0
22362026-09-02T04:08:57.666Z Compiling postgres-protocol v0.6.10
22372026-09-02T04:08:57.682Z Compiling backtrace v0.3.76
22382026-09-02T04:08:57.875Z Compiling test-strategy v0.4.5
22392026-09-02T04:08:57.912Z Compiling derive_more-impl v2.1.1
22402026-09-02T04:08:58.464Z Compiling object v0.30.4
22412026-09-02T04:08:58.467Z Compiling inout v0.2.2
22422026-09-02T04:08:58.498Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22432026-09-02T04:08:58.618Z Compiling zip v0.6.6
22442026-09-02T04:08:58.635Z Compiling derive_builder v0.20.2
22452026-09-02T04:08:58.649Z Compiling hyper-tls v0.6.0
22462026-09-02T04:08:58.669Z Compiling daft v0.1.8
22472026-09-02T04:08:58.766Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
22482026-09-02T04:08:58.891Z Compiling phf_shared v0.13.1
22492026-09-02T04:08:58.968Z Compiling pin-project v1.1.11
22502026-09-02T04:08:59.087Z Compiling toml v0.7.8
22512026-09-02T04:08:59.163Z Compiling serde_with_macros v3.21.0
22522026-09-02T04:08:59.211Z Compiling futures-executor v0.3.32
22532026-09-02T04:08:59.370Z Compiling enum-as-inner v0.6.1
22542026-09-02T04:08:59.456Z Compiling async-recursion v1.1.1
22552026-09-02T04:08:59.472Z Compiling serde_repr v0.1.20
22562026-09-02T04:08:59.475Z Compiling miette-derive v7.6.0
22572026-09-02T04:08:59.532Z Compiling ff v0.13.1
22582026-09-02T04:08:59.568Z Compiling vergen v9.1.0
22592026-09-02T04:08:59.649Z Compiling cargo-platform v0.3.2
22602026-09-02T04:08:59.782Z Compiling foldhash v0.1.5
22612026-09-02T04:08:59.826Z Compiling managed v0.8.0
22622026-09-02T04:08:59.843Z Compiling bitflags v1.3.2
22632026-09-02T04:08:59.891Z Compiling base16ct v0.2.0
22642026-09-02T04:08:59.911Z Compiling foldhash v0.2.0
22652026-09-02T04:08:59.945Z Compiling libbz2-rs-sys v0.2.2
22662026-09-02T04:08:59.962Z Compiling smawk v0.3.2
22672026-09-02T04:09:00.010Z Compiling same-file v1.0.6
22682026-09-02T04:09:00.069Z Compiling is_ci v1.2.0
22692026-09-02T04:09:00.086Z Compiling unicode-linebreak v0.1.5
22702026-09-02T04:09:00.152Z Compiling jiff-core v0.1.0
22712026-09-02T04:09:00.170Z Compiling path-slash v0.1.5
22722026-09-02T04:09:00.218Z Compiling bumpalo v3.20.2
22732026-09-02T04:09:00.235Z Compiling supports-color v3.0.2
22742026-09-02T04:09:00.337Z Compiling textwrap v0.16.2
22752026-09-02T04:09:00.353Z Compiling bzip2 v0.6.1
22762026-09-02T04:09:00.416Z Compiling walkdir v2.5.0
22772026-09-02T04:09:00.483Z Compiling zopfli v0.8.3
22782026-09-02T04:09:00.520Z Compiling hashbrown v0.16.1
22792026-09-02T04:09:00.536Z Compiling sec1 v0.7.3
22802026-09-02T04:09:00.648Z Compiling hashbrown v0.15.5
22812026-09-02T04:09:00.706Z Compiling cargo_metadata v0.23.1
22822026-09-02T04:09:00.818Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22832026-09-02T04:09:00.964Z Compiling jiff v0.2.34
22842026-09-02T04:09:01.009Z Compiling group v0.13.0
22852026-09-02T04:09:01.145Z Compiling futures v0.3.32
22862026-09-02T04:09:01.274Z Compiling phf v0.13.1
22872026-09-02T04:09:01.340Z Compiling snafu v0.8.9
22882026-09-02T04:09:01.450Z Compiling reqwest v0.12.28
22892026-09-02T04:09:01.688Z Compiling cipher v0.5.2
22902026-09-02T04:09:01.894Z Compiling signal-hook-mio v0.2.5
22912026-09-02T04:09:01.910Z Compiling cookie_store v0.22.1
22922026-09-02T04:09:01.988Z Compiling backtrace-ext v0.2.1
22932026-09-02T04:09:02.014Z Compiling postgres-types v0.2.12
22942026-09-02T04:09:02.060Z Compiling zstd v0.13.3
22952026-09-02T04:09:02.091Z Compiling globset v0.4.18
22962026-09-02T04:09:02.157Z Compiling strum v0.27.2
22972026-09-02T04:09:02.270Z Compiling hubpack v0.1.2
22982026-09-02T04:09:02.343Z Compiling phf_shared v0.11.3
22992026-09-02T04:09:02.362Z Compiling hkdf v0.12.4
23002026-09-02T04:09:02.411Z Compiling crossbeam-epoch v0.9.18
23012026-09-02T04:09:02.523Z Compiling byte-wrapper v0.1.0
23022026-09-02T04:09:02.539Z Compiling olpc-cjson v0.1.4
23032026-09-02T04:09:02.542Z Compiling ed25519 v2.2.3
23042026-09-02T04:09:02.716Z Compiling crypto-bigint v0.5.5
23052026-09-02T04:09:02.758Z Compiling serde_plain v1.0.2
23062026-09-02T04:09:02.774Z Compiling serde-big-array v0.5.1
23072026-09-02T04:09:02.831Z Compiling pem v3.0.6
23082026-09-02T04:09:02.881Z Compiling float-cmp v0.10.0
23092026-09-02T04:09:02.920Z Compiling memmap2 v0.9.10
23102026-09-02T04:09:02.936Z Compiling unicode-width v0.1.14
23112026-09-02T04:09:02.968Z Compiling keccak v0.1.6
23122026-09-02T04:09:03.038Z Compiling normalize-line-endings v0.3.0
23132026-09-02T04:09:03.063Z Compiling data-encoding v2.10.0
23142026-09-02T04:09:03.122Z Compiling const-oid v0.10.2
23152026-09-02T04:09:03.168Z Compiling difflib v0.4.0
23162026-09-02T04:09:03.171Z Compiling supports-unicode v3.0.0
23172026-09-02T04:09:03.295Z Compiling precomputed-hash v0.1.1
23182026-09-02T04:09:03.322Z Compiling new_debug_unreachable v1.0.6
23192026-09-02T04:09:03.337Z Compiling whoami v2.1.0
23202026-09-02T04:09:03.353Z Compiling predicates-core v1.0.10
23212026-09-02T04:09:03.397Z Compiling typed-path v0.9.3
23222026-09-02T04:09:03.411Z Compiling supports-hyperlinks v3.2.0
23232026-09-02T04:09:03.539Z Compiling static_assertions v1.1.0
23242026-09-02T04:09:03.582Z Compiling toml_write v0.1.2
23252026-09-02T04:09:03.623Z Compiling fixedbitset v0.5.7
23262026-09-02T04:09:03.638Z Compiling fixedbitset v0.4.2
23272026-09-02T04:09:03.682Z Compiling elliptic-curve v0.13.8
23282026-09-02T04:09:03.791Z Compiling petgraph v0.6.5
23292026-09-02T04:09:03.826Z Compiling petgraph v0.8.3
23302026-09-02T04:09:03.845Z Compiling toml_edit v0.22.27
23312026-09-02T04:09:03.861Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23322026-09-02T04:09:03.885Z Compiling tokio-postgres v0.7.16
23332026-09-02T04:09:03.924Z Compiling miette v7.6.0
23342026-09-02T04:09:04.042Z Compiling predicates v3.1.4
23352026-09-02T04:09:04.139Z Compiling chacha20 v0.10.0
23362026-09-02T04:09:04.466Z Compiling string_cache v0.8.9
23372026-09-02T04:09:04.483Z Compiling hickory-proto v0.25.2
23382026-09-02T04:09:04.546Z Compiling digest v0.11.3
23392026-09-02T04:09:04.769Z Compiling zip v4.6.1
23402026-09-02T04:09:04.835Z Compiling sha3 v0.10.8
23412026-09-02T04:09:05.007Z Compiling usdt v0.6.0
23422026-09-02T04:09:05.268Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
23432026-09-02T04:09:05.478Z Compiling ed25519-dalek v2.2.0
23442026-09-02T04:09:05.806Z Compiling crossterm v0.28.1
23452026-09-02T04:09:06.068Z Compiling iddqd v0.4.2
23462026-09-02T04:09:06.165Z Compiling serde_with v3.21.0
23472026-09-02T04:09:06.289Z Compiling derive_more v2.1.1
23482026-09-02T04:09:06.339Z Compiling similar v2.7.0
23492026-09-02T04:09:06.409Z Compiling strum v0.26.3
23502026-09-02T04:09:06.555Z Compiling tokio-stream v0.1.18
23512026-09-02T04:09:06.579Z Compiling buf-list v1.1.2
23522026-09-02T04:09:06.650Z Compiling itertools v0.13.0
23532026-09-02T04:09:06.668Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
23542026-09-02T04:09:06.732Z Compiling openapiv3 v2.2.0
23552026-09-02T04:09:07.344Z Compiling lalrpop-util v0.19.12
23562026-09-02T04:09:07.547Z Compiling peg-runtime v0.8.5
23572026-09-02T04:09:20.887Z Compiling macaddr v1.0.1
23582026-09-02T04:09:20.924Z Compiling crucible-workspace-hack v0.1.0
23592026-09-02T04:09:21.032Z Compiling rayon-core v1.13.0
23602026-09-02T04:09:21.092Z Compiling itertools v0.15.0
23612026-09-02T04:09:21.113Z Compiling secrecy v0.10.3
23622026-09-02T04:09:21.145Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23632026-09-02T04:09:21.161Z Compiling toml_datetime v0.7.5+spec-1.1.0
23642026-09-02T04:09:21.176Z Compiling heapless v0.8.0
23652026-09-02T04:09:21.257Z Compiling crossbeam-deque v0.8.6
23662026-09-02T04:09:21.274Z Compiling inout v0.1.4
23672026-09-02T04:09:21.291Z Compiling hash32 v0.3.1
23682026-09-02T04:09:21.405Z Compiling toml_edit v0.23.10+spec-1.0.0
23692026-09-02T04:09:21.449Z Compiling multer v3.1.0
23702026-09-02T04:09:21.466Z Compiling thread_local v1.1.9
23712026-09-02T04:09:21.496Z Compiling slog-async v2.8.0
23722026-09-02T04:09:21.565Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23732026-09-02T04:09:21.655Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23742026-09-02T04:09:21.670Z Compiling match_cfg v0.1.0
23752026-09-02T04:09:21.712Z Compiling compression-core v0.4.31
23762026-09-02T04:09:21.760Z Compiling smoltcp v0.11.0
23772026-09-02T04:09:21.792Z Compiling hostname v0.3.1
23782026-09-02T04:09:21.836Z Compiling compression-codecs v0.4.37
23792026-09-02T04:09:21.941Z Compiling proc-macro-crate v3.4.0
23802026-09-02T04:09:21.960Z Compiling cipher v0.4.4
23812026-09-02T04:09:22.011Z Compiling atomicwrites v0.4.4
23822026-09-02T04:09:22.014Z Compiling slog-json v2.6.1
23832026-09-02T04:09:22.123Z Compiling crossbeam-channel v0.5.15
23842026-09-02T04:09:22.141Z Compiling half v2.7.1
23852026-09-02T04:09:22.157Z Compiling newtype-uuid-macros v0.1.0
23862026-09-02T04:09:22.259Z Compiling universal-hash v0.5.1
23872026-09-02T04:09:22.273Z Compiling serde_tokenstream v0.3.0
23882026-09-02T04:09:22.292Z Compiling cobs v0.3.0
23892026-09-02T04:09:22.327Z Compiling thiserror-impl-no-std v2.0.2
23902026-09-02T04:09:22.420Z Compiling async-stream-impl v0.3.6
23912026-09-02T04:09:22.437Z Compiling toml_datetime v1.1.1+spec-1.1.0
23922026-09-02T04:09:22.454Z Compiling serde_spanned v1.1.1
23932026-09-02T04:09:22.457Z Compiling ingot-macros v0.2.0
23942026-09-02T04:09:22.487Z Compiling is-terminal v0.4.17
23952026-09-02T04:09:22.522Z Compiling dropshot v0.17.1
23962026-09-02T04:09:22.592Z Compiling proc-macro-error-attr v1.0.4
23972026-09-02T04:09:22.607Z Compiling convert_case v0.4.0
23982026-09-02T04:09:22.623Z Compiling take_mut v0.2.2
23992026-09-02T04:09:22.724Z Compiling ciborium-io v0.2.2
24002026-09-02T04:09:22.738Z Compiling toml_writer v1.1.1+spec-1.1.0
24012026-09-02T04:09:22.756Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24022026-09-02T04:09:22.807Z Compiling opaque-debug v0.3.1
24032026-09-02T04:09:22.810Z Compiling term v1.2.1
24042026-09-02T04:09:22.890Z Compiling poly1305 v0.8.0
24052026-09-02T04:09:22.908Z Compiling ciborium-ll v0.2.2
24062026-09-02T04:09:22.911Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24072026-09-02T04:09:22.942Z Compiling derive_more v0.99.20
24082026-09-02T04:09:22.957Z Compiling toml v1.1.2+spec-1.1.0
24092026-09-02T04:09:23.016Z Compiling async-stream v0.3.6
24102026-09-02T04:09:23.049Z Compiling oxide-generation-macros v0.2.0
24112026-09-02T04:09:23.065Z Compiling postcard v1.1.3
24122026-09-02T04:09:23.161Z Compiling slog-term v2.9.2
24132026-09-02T04:09:23.229Z Compiling num_enum_derive v0.7.6
24142026-09-02T04:09:23.354Z Compiling thiserror-no-std v2.0.2
24152026-09-02T04:09:23.445Z Compiling slog-bunyan v2.5.0
24162026-09-02T04:09:23.462Z Compiling chacha20 v0.9.1
24172026-09-02T04:09:23.636Z Compiling async-compression v0.4.41
24182026-09-02T04:09:23.751Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24192026-09-02T04:09:23.754Z Compiling sha1 v0.11.0
24202026-09-02T04:09:23.839Z Compiling oxide-generation v0.1.3
24212026-09-02T04:09:23.941Z Compiling parse-display-derive v0.10.0
24222026-09-02T04:09:24.034Z Compiling proc-macro-crate v1.3.1
24232026-09-02T04:09:24.058Z Compiling waitgroup v0.1.2
24242026-09-02T04:09:24.122Z Compiling rustls-pemfile v2.2.0
24252026-09-02T04:09:24.182Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24262026-09-02T04:09:24.211Z Compiling blake2 v0.10.6
24272026-09-02T04:09:24.380Z Compiling dropshot_endpoint v0.17.1
24282026-09-02T04:09:24.396Z Compiling aead v0.5.2
24292026-09-02T04:09:24.452Z Compiling backon v1.6.0
24302026-09-02T04:09:24.469Z Compiling password-hash v0.5.0
24312026-09-02T04:09:24.607Z Compiling foreign-types-macros v0.2.3
24322026-09-02T04:09:24.666Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24332026-09-02T04:09:24.683Z Compiling serde_path_to_error v0.1.20
24342026-09-02T04:09:24.864Z Compiling hostname v0.4.2
24352026-09-02T04:09:24.893Z Compiling proc-macro-error v1.0.4
24362026-09-02T04:09:24.909Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24372026-09-02T04:09:25.030Z Compiling instant v0.1.13
24382026-09-02T04:09:25.048Z Compiling foreign-types-shared v0.3.1
24392026-09-02T04:09:25.051Z Compiling debug-ignore v1.0.5
24402026-09-02T04:09:25.082Z Compiling ingot-types v0.2.0
24412026-09-02T04:09:25.138Z Compiling illumos-nvpair-sys v0.2.0
24422026-09-02T04:09:25.173Z Compiling backoff v0.4.0
24432026-09-02T04:09:25.177Z Compiling argon2 v0.5.3
24442026-09-02T04:09:25.222Z Compiling chacha20poly1305 v0.10.1
24452026-09-02T04:09:25.222Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24462026-09-02T04:09:25.225Z Compiling num_enum_derive v0.5.11
24472026-09-02T04:09:25.226Z Compiling num_enum v0.7.6
24482026-09-02T04:09:25.226Z Compiling foreign-types v0.5.0
24492026-09-02T04:09:25.323Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
24502026-09-02T04:09:25.361Z Compiling vsss-rs v3.3.4
24512026-09-02T04:09:25.377Z Compiling ciborium v0.2.2
24522026-09-02T04:09:25.434Z Compiling parse-display v0.10.0
24532026-09-02T04:09:25.518Z Compiling ingot v0.2.1
24542026-09-02T04:09:25.542Z Compiling regress v0.10.5
24552026-09-02T04:09:25.561Z Compiling itertools v0.14.0
24562026-09-02T04:09:25.729Z Compiling tabwriter v1.4.1
24572026-09-02T04:09:25.801Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24582026-09-02T04:09:25.818Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24592026-09-02T04:09:25.834Z Compiling cstr-argument v0.1.2
24602026-09-02T04:09:25.945Z Compiling humantime v2.3.0
24612026-09-02T04:09:25.962Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24622026-09-02T04:09:26.007Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24632026-09-02T04:09:26.100Z Compiling rustls-webpki v0.103.13
24642026-09-02T04:09:26.156Z Compiling num_enum v0.5.11
24652026-09-02T04:09:26.212Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24662026-09-02T04:09:26.251Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24672026-09-02T04:09:26.291Z Compiling rayon v1.11.0
24682026-09-02T04:09:26.307Z Compiling rand v0.10.1
24692026-09-02T04:09:26.326Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24702026-09-02T04:09:26.340Z Compiling indent_write v2.2.0
24712026-09-02T04:09:26.385Z Compiling colored v3.1.1
24722026-09-02T04:09:26.404Z Compiling libefi-sys v0.1.0
24732026-09-02T04:09:26.420Z Compiling illumos-nvpair v0.3.0
24742026-09-02T04:09:26.423Z Compiling zone_cfg_derive v0.3.1
24752026-09-02T04:09:26.499Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24762026-09-02T04:09:26.727Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24772026-09-02T04:09:26.781Z Compiling camino-tempfile v1.4.1
24782026-09-02T04:09:26.803Z Compiling itertools v0.12.1
24792026-09-02T04:09:26.850Z Compiling usdt-macro v0.5.0
24802026-09-02T04:09:26.878Z Compiling usdt-attr-macro v0.5.0
24812026-09-02T04:09:26.951Z Compiling num-derive v0.4.2
24822026-09-02T04:09:27.078Z Compiling bitfield-struct v0.6.2
24832026-09-02T04:09:27.095Z Compiling blake3 v1.8.5
24842026-09-02T04:09:27.098Z Compiling sigpipe v0.1.3
24852026-09-02T04:09:27.160Z Compiling memmap v0.7.0
24862026-09-02T04:09:27.214Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24872026-09-02T04:09:27.373Z Compiling glob v0.3.3
24882026-09-02T04:09:27.425Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24892026-09-02T04:09:27.469Z Compiling swrite v0.1.0
24902026-09-02T04:09:27.591Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24912026-09-02T04:09:27.687Z Compiling usdt v0.5.0
24922026-09-02T04:09:27.706Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24932026-09-02T04:09:27.740Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24942026-09-02T04:09:27.854Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24952026-09-02T04:09:27.986Z Compiling smf v0.2.3
24962026-09-02T04:09:28.032Z Compiling filetime v0.2.27
24972026-09-02T04:09:28.105Z Compiling arrayvec v0.7.6
24982026-09-02T04:09:28.122Z Compiling arrayref v0.3.9
24992026-09-02T04:09:28.182Z Compiling zone v0.3.1
25002026-09-02T04:09:28.198Z Compiling xattr v1.6.1
25012026-09-02T04:09:28.213Z Compiling whoami v1.6.1
25022026-09-02T04:09:28.231Z Compiling constant_time_eq v0.4.2
25032026-09-02T04:09:28.293Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25042026-09-02T04:09:28.314Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
25052026-09-02T04:09:28.385Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
25062026-09-02T04:09:28.419Z Compiling tar v0.4.46
25072026-09-02T04:09:28.435Z Compiling tokio-dtrace v0.1.1
25082026-09-02T04:09:28.528Z Compiling gethostname v0.5.0
25092026-09-02T04:09:28.545Z Compiling console v0.16.2
25102026-09-02T04:09:28.669Z Compiling topological-sort v0.2.2
25112026-09-02T04:09:28.738Z Compiling unit-prefix v0.5.2
25122026-09-02T04:09:28.801Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25132026-09-02T04:09:28.880Z Compiling oxide-tokio-rt v0.1.4
25142026-09-02T04:09:28.894Z Compiling toml v0.8.23
25152026-09-02T04:09:28.914Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
25162026-09-02T04:09:28.964Z Compiling indicatif v0.18.4
25172026-09-02T04:09:29.043Z Compiling shell-words v1.1.1
25182026-09-02T04:09:29.515Z Compiling tokio-rustls v0.26.4
25192026-09-02T04:09:29.535Z Compiling rustls-platform-verifier v0.6.2
25202026-09-02T04:09:29.735Z Compiling hyper-rustls v0.27.7
25212026-09-02T04:09:29.772Z Compiling tough v0.22.0
25222026-09-02T04:09:30.005Z Compiling reqwest v0.13.2
25232026-09-02T04:09:30.252Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
25242026-09-02T04:09:32.423Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25252026-09-02T04:09:32.704Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
25262026-09-02T04:09:38.687Z Compiling progenitor-client v0.14.0
25272026-09-02T04:09:38.687Z Compiling omicron-zone-package v0.12.3
25282026-09-02T04:09:38.923Z Compiling progenitor-extras v0.2.0
25292026-09-02T04:09:39.266Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25302026-09-02T04:09:39.384Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
25312026-09-02T04:09:39.413Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25322026-09-02T04:09:39.444Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
25332026-09-02T04:09:39.462Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
25342026-09-02T04:09:39.465Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25352026-09-02T04:09:39.758Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25362026-09-02T04:09:39.780Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25372026-09-02T04:09:40.004Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25382026-09-02T04:09:43.167Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25392026-09-02T04:09:52.802Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25402026-09-02T04:09:55.845Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25412026-09-02T04:09:56.820Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
25422026-09-02T04:10:08.343Z Finished `release` profile [optimized] target(s) in 1m 36s
25432026-09-02T04:10:08.489Z Running `target/release/omicron-package -t test target create -p dev`
25442026-09-02T04:10:08.551ZLogging to: /work/oxidecomputer/omicron/out/LOG
25452026-09-02T04:10:08.554ZCreated new build target 'test' and set it as active
25462026-09-02T04:10:08.554Z
25472026-09-02T04:10:08.554Zreal 1:36.294764172
25482026-09-02T04:10:08.554Zuser 14:26.171201048
25492026-09-02T04:10:08.554Zsys 2:46.075380482
25502026-09-02T04:10:08.554Ztrap 0.404333054
25512026-09-02T04:10:08.555Ztflt 0.700858861
25522026-09-02T04:10:08.555Zdflt 3.779222241
25532026-09-02T04:10:08.555Zkflt 0.001408900
25542026-09-02T04:10:08.555Zlock 40:08.944954106
25552026-09-02T04:10:08.555Zslp 34:00.418148053
25562026-09-02T04:10:08.555Zlat 40.714928260
25572026-09-02T04:10:08.555Zstop 6:15.663657283
25582026-09-02T04:10:08.555Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
25592026-09-02T04:10:09.461Z Finished `release` profile [optimized] target(s) in 0.89s
25602026-09-02T04:10:09.536Z Running `target/release/omicron-package -t test package`
25612026-09-02T04:10:09.594ZLogging to: /work/oxidecomputer/omicron/out/LOG
25622026-09-02T04:10:11.047Z Compiling cfg-if v1.0.4
25632026-09-02T04:10:11.259Z Compiling serde_core v1.0.228
25642026-09-02T04:10:11.259Z Compiling libc v0.2.185
25652026-09-02T04:10:11.262Z Compiling memchr v2.8.0
25662026-09-02T04:10:11.317Z Compiling smallvec v1.15.1
25672026-09-02T04:10:11.353Z Compiling stable_deref_trait v1.2.1
25682026-09-02T04:10:11.384Z Compiling libm v0.2.16
25692026-09-02T04:10:11.387Z Compiling scopeguard v1.2.0
25702026-09-02T04:10:11.427Z Compiling zerofrom v0.1.6
25712026-09-02T04:10:11.450Z Compiling rand_core v0.10.0
25722026-09-02T04:10:11.470Z Compiling percent-encoding v2.3.2
25732026-09-02T04:10:11.473Z Compiling litemap v0.8.1
25742026-09-02T04:10:11.508Z Compiling writeable v0.6.2
25752026-09-02T04:10:11.529Z Compiling lock_api v0.4.14
25762026-09-02T04:10:11.550Z Compiling yoke v0.8.1
25772026-09-02T04:10:11.573Z Compiling icu_properties_data v2.1.2
25782026-09-02T04:10:11.596Z Compiling icu_normalizer_data v2.1.1
25792026-09-02T04:10:11.622Z Compiling utf8_iter v1.0.4
25802026-09-02T04:10:11.645Z Compiling form_urlencoded v1.2.2
25812026-09-02T04:10:11.672Z Compiling iana-time-zone v0.1.65
25822026-09-02T04:10:11.699Z Compiling errno v0.3.14
25832026-09-02T04:10:11.699Z Compiling getrandom v0.4.3
25842026-09-02T04:10:11.702Z Compiling parking_lot_core v0.9.12
25852026-09-02T04:10:11.765Z Compiling zerovec v0.11.5
25862026-09-02T04:10:11.765Z Compiling zerotrie v0.2.3
25872026-09-02T04:10:11.811Z Compiling zerocopy v0.8.55
25882026-09-02T04:10:11.838Z Compiling signal-hook-registry v1.4.8
25892026-09-02T04:10:11.861Z Compiling mio v1.2.0
25902026-09-02T04:10:11.888Z Compiling socket2 v0.6.3
25912026-09-02T04:10:11.927Z Compiling thiserror v2.0.18
25922026-09-02T04:10:11.955Z Compiling parking_lot v0.12.5
25932026-09-02T04:10:11.992Z Compiling getrandom v0.2.17
25942026-09-02T04:10:12.033Z Compiling futures-util v0.3.32
25952026-09-02T04:10:12.060Z Compiling getrandom v0.3.4
25962026-09-02T04:10:12.063Z Compiling base64 v0.22.1
25972026-09-02T04:10:12.104Z Compiling time v0.3.47
25982026-09-02T04:10:12.131Z Compiling aho-corasick v1.1.4
25992026-09-02T04:10:12.202Z Compiling num-traits v0.2.19
26002026-09-02T04:10:12.225Z Compiling rand_core v0.6.4
26012026-09-02T04:10:12.248Z Compiling rand_core v0.9.5
26022026-09-02T04:10:12.295Z Compiling spin v0.9.8
26032026-09-02T04:10:12.366Z Compiling tinystr v0.8.2
26042026-09-02T04:10:12.388Z Compiling potential_utf v0.1.4
26052026-09-02T04:10:12.442Z Compiling socket2 v0.5.10
26062026-09-02T04:10:12.466Z Compiling pest v2.8.6
26072026-09-02T04:10:12.497Z Compiling encoding_rs v0.8.35
26082026-09-02T04:10:12.538Z Compiling simd-adler32 v0.3.8
26092026-09-02T04:10:12.561Z Compiling icu_locale_core v2.1.1
26102026-09-02T04:10:12.564Z Compiling icu_collections v2.1.1
26112026-09-02T04:10:12.609Z Compiling adler2 v2.0.1
26122026-09-02T04:10:12.633Z Compiling crc32fast v1.5.0
26132026-09-02T04:10:12.658Z Compiling wait-timeout v0.2.1
26142026-09-02T04:10:12.805Z Compiling miniz_oxide v0.8.9
26152026-09-02T04:10:12.915Z Compiling zlib-rs v0.6.2
26162026-09-02T04:10:12.993Z Compiling rand_xorshift v0.4.0
26172026-09-02T04:10:13.017Z Compiling lazy_static v1.5.0
26182026-09-02T04:10:13.040Z Compiling thread-id v5.1.0
26192026-09-02T04:10:13.121Z Compiling serde v1.0.228
26202026-09-02T04:10:13.145Z Compiling serde_json v1.0.151
26212026-09-02T04:10:13.149Z Compiling bitflags v2.11.0
26222026-09-02T04:10:13.191Z Compiling uuid v1.23.4
26232026-09-02T04:10:13.191Z Compiling semver v1.0.28
26242026-09-02T04:10:13.278Z Compiling icu_provider v2.1.1
26252026-09-02T04:10:13.359Z Compiling indexmap v2.14.0
26262026-09-02T04:10:13.648Z Compiling bytes v1.11.1
26272026-09-02T04:10:13.682Z Compiling zeroize v1.9.0
26282026-09-02T04:10:13.721Z Compiling icu_properties v2.1.2
26292026-09-02T04:10:13.771Z Compiling icu_normalizer v2.1.1
26302026-09-02T04:10:13.846Z Compiling chrono v0.4.45
26312026-09-02T04:10:13.949Z Compiling rustix v1.1.4
26322026-09-02T04:10:14.036Z Compiling generic-array v0.14.7
26332026-09-02T04:10:14.229Z Compiling tokio v1.52.1
26342026-09-02T04:10:14.253Z Compiling http v1.4.2
26352026-09-02T04:10:14.373Z Compiling erased-serde v0.3.31
26362026-09-02T04:10:14.440Z Compiling rustls-pki-types v1.14.0
26372026-09-02T04:10:14.618Z Compiling idna_adapter v1.2.1
26382026-09-02T04:10:14.642Z Compiling crypto-common v0.1.7
26392026-09-02T04:10:14.719Z Compiling block-buffer v0.10.4
26402026-09-02T04:10:14.755Z Compiling ipnet v2.12.0
26412026-09-02T04:10:14.791Z Compiling idna v1.1.0
26422026-09-02T04:10:14.831Z Compiling aws-lc-rs v1.16.3
26432026-09-02T04:10:14.859Z Compiling slog v2.8.2
26442026-09-02T04:10:14.914Z Compiling ppv-lite86 v0.2.21
26452026-09-02T04:10:14.937Z Compiling digest v0.10.7
26462026-09-02T04:10:14.959Z Compiling terminal_size v0.4.3
26472026-09-02T04:10:15.002Z Compiling http-body v1.0.1
26482026-09-02T04:10:15.068Z Compiling regex-automata v0.4.14
26492026-09-02T04:10:15.100Z Compiling clap_builder v4.6.0
26502026-09-02T04:10:15.128Z Compiling tempfile v3.27.0
26512026-09-02T04:10:15.193Z Compiling url v2.5.8
26522026-09-02T04:10:15.215Z Compiling der v0.7.10
26532026-09-02T04:10:15.255Z Compiling rand_chacha v0.9.0
26542026-09-02T04:10:15.289Z Compiling http-body-util v0.1.3
26552026-09-02T04:10:15.330Z Compiling rand_chacha v0.3.1
26562026-09-02T04:10:15.362Z Compiling serde_urlencoded v0.7.1
26572026-09-02T04:10:15.485Z Compiling rand v0.9.2
26582026-09-02T04:10:15.571Z Compiling rustls-native-certs v0.8.3
26592026-09-02T04:10:15.595Z Compiling rand v0.8.6
26602026-09-02T04:10:15.657Z Compiling futures-executor v0.3.32
26612026-09-02T04:10:15.680Z Compiling hybrid-array v0.4.13
26622026-09-02T04:10:15.839Z Compiling schemars v0.8.22
26632026-09-02T04:10:15.862Z Compiling hubpack v0.1.2
26642026-09-02T04:10:16.034Z Compiling rustls-webpki v0.103.13
26652026-09-02T04:10:16.064Z Compiling hex v0.4.3
26662026-09-02T04:10:16.111Z Compiling futures v0.3.32
26672026-09-02T04:10:16.218Z Compiling spki v0.7.3
26682026-09-02T04:10:16.239Z Compiling publicsuffix v2.3.0
26692026-09-02T04:10:16.338Z Compiling openapiv3 v2.2.0
26702026-09-02T04:10:16.386Z Compiling cookie v0.18.1
26712026-09-02T04:10:16.479Z Compiling pkcs8 v0.10.2
26722026-09-02T04:10:16.503Z Compiling rusty-fork v0.3.1
26732026-09-02T04:10:16.526Z Compiling sha2 v0.10.9
26742026-09-02T04:10:16.526Z Compiling flate2 v1.1.9
26752026-09-02T04:10:16.878Z Compiling ipnetwork v0.21.1
26762026-09-02T04:10:16.914Z Compiling rustls v0.23.41
26772026-09-02T04:10:17.035Z Compiling clap v4.6.1
26782026-09-02T04:10:17.058Z Compiling cookie_store v0.22.1
26792026-09-02T04:10:17.121Z Compiling proptest v1.11.0
26802026-09-02T04:10:17.147Z Compiling block-buffer v0.12.1
26812026-09-02T04:10:17.150Z Compiling crypto-common v0.2.2
26822026-09-02T04:10:17.255Z Compiling oxnet v0.1.6
26832026-09-02T04:10:17.278Z Compiling signature v2.2.0
26842026-09-02T04:10:17.307Z Compiling hmac v0.12.1
26852026-09-02T04:10:17.351Z Compiling dof v0.4.0
26862026-09-02T04:10:17.382Z Compiling dtrace-parser v0.3.0
26872026-09-02T04:10:17.474Z Compiling camino v1.2.5
26882026-09-02T04:10:17.500Z Compiling data-encoding v2.10.0
26892026-09-02T04:10:17.729Z Compiling memmap2 v0.9.10
26902026-09-02T04:10:17.753Z Compiling num-integer v0.1.46
26912026-09-02T04:10:17.975Z Compiling regex v1.12.3
26922026-09-02T04:10:18.006Z Compiling rustix v0.38.44
26932026-09-02T04:10:18.030Z Compiling x509-cert v0.2.5
26942026-09-02T04:10:18.161Z Compiling usdt-impl v0.6.0
26952026-09-02T04:10:18.231Z Compiling serde_spanned v0.6.9
26962026-09-02T04:10:18.254Z Compiling toml_datetime v0.6.11
26972026-09-02T04:10:18.276Z Compiling dof v0.3.0
26982026-09-02T04:10:18.403Z Compiling num-iter v0.1.45
26992026-09-02T04:10:18.425Z Compiling bstr v1.12.1
27002026-09-02T04:10:18.554Z Compiling tokio-util v0.7.18
27012026-09-02T04:10:18.597Z Compiling tower v0.5.3
27022026-09-02T04:10:18.713Z Compiling usdt v0.6.0
27032026-09-02T04:10:18.777Z Compiling dtrace-parser v0.2.0
27042026-09-02T04:10:19.001Z Compiling ff v0.13.1
27052026-09-02T04:10:19.161Z Compiling tower-http v0.6.8
27062026-09-02T04:10:19.197Z Compiling thread-id v4.2.2
27072026-09-02T04:10:19.224Z Compiling sec1 v0.7.3
27082026-09-02T04:10:19.297Z Compiling usdt-impl v0.5.0
27092026-09-02T04:10:19.319Z Compiling digest v0.11.3
27102026-09-02T04:10:19.356Z Compiling h2 v0.4.15
27112026-09-02T04:10:19.544Z Compiling newtype-uuid v1.3.2
27122026-09-02T04:10:19.573Z Compiling signal-hook v0.3.18
27132026-09-02T04:10:19.746Z Compiling nix v0.31.2
27142026-09-02T04:10:19.789Z Compiling group v0.13.0
27152026-09-02T04:10:19.886Z Compiling daft v0.1.8
27162026-09-02T04:10:19.962Z Compiling hkdf v0.12.4
27172026-09-02T04:10:20.016Z Compiling serde_with v3.21.0
27182026-09-02T04:10:20.038Z Compiling crypto-bigint v0.5.5
27192026-09-02T04:10:20.154Z Compiling foreign-types-shared v0.1.1
27202026-09-02T04:10:20.177Z Compiling ahash v0.8.12
27212026-09-02T04:10:20.180Z Compiling num-bigint-dig v0.8.6
27222026-09-02T04:10:20.221Z Compiling packed_struct v0.10.1
27232026-09-02T04:10:20.224Z Compiling openssl-sys v0.9.117
27242026-09-02T04:10:20.267Z Compiling foreign-types v0.3.2
27252026-09-02T04:10:20.288Z Compiling pkcs1 v0.7.5
27262026-09-02T04:10:20.362Z Compiling tokio-rustls v0.26.4
27272026-09-02T04:10:20.488Z Compiling rustls-platform-verifier v0.6.2
27282026-09-02T04:10:20.586Z Compiling toml_edit v0.19.15
27292026-09-02T04:10:20.700Z Compiling openssl v0.10.80
27302026-09-02T04:10:20.726Z Compiling hashbrown v0.13.2
27312026-09-02T04:10:20.911Z Compiling serde-hex v0.1.0
27322026-09-02T04:10:20.937Z Compiling bzip2 v0.4.4
27332026-09-02T04:10:21.166Z Compiling elliptic-curve v0.13.8
27342026-09-02T04:10:21.188Z Compiling rsa v0.9.10
27352026-09-02T04:10:21.330Z Compiling signal-hook-mio v0.2.5
27362026-09-02T04:10:21.483Z Compiling ron v0.8.1
27372026-09-02T04:10:21.598Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
27382026-09-02T04:10:21.635Z Compiling globset v0.4.18
27392026-09-02T04:10:21.705Z Compiling block-padding v0.4.2
27402026-09-02T04:10:21.753Z Compiling sha3 v0.10.8
27412026-09-02T04:10:21.905Z Compiling inout v0.2.2
27422026-09-02T04:10:21.954Z Compiling curve25519-dalek v4.1.3
27432026-09-02T04:10:21.994Z Compiling object v0.30.4
27442026-09-02T04:10:22.148Z Compiling toml v0.7.8
27452026-09-02T04:10:22.170Z Compiling zip v0.6.6
27462026-09-02T04:10:22.334Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
27472026-09-02T04:10:22.357Z Compiling jiff v0.2.34
27482026-09-02T04:10:22.379Z Compiling cipher v0.5.2
27492026-09-02T04:10:22.530Z Compiling crossterm v0.28.1
27502026-09-02T04:10:22.709Z Compiling ed25519 v2.2.3
27512026-09-02T04:10:22.770Z Compiling serde-big-array v0.5.1
27522026-09-02T04:10:22.944Z Compiling pem v3.0.6
27532026-09-02T04:10:22.969Z Compiling petgraph v0.8.3
27542026-09-02T04:10:22.991Z Compiling object v0.37.3
27552026-09-02T04:10:23.072Z Compiling hyper v1.10.1
27562026-09-02T04:10:23.095Z Compiling heapless v0.7.17
27572026-09-02T04:10:23.174Z Compiling ed25519-dalek v2.2.0
27582026-09-02T04:10:23.245Z Compiling native-tls v0.2.18
27592026-09-02T04:10:23.441Z Compiling chacha20 v0.10.0
27602026-09-02T04:10:23.524Z Compiling tokio-native-tls v0.3.1
27612026-09-02T04:10:23.592Z Compiling byte-wrapper v0.1.0
27622026-09-02T04:10:23.677Z Compiling md-5 v0.10.6
27632026-09-02T04:10:23.682Z Compiling serde_plain v1.0.2
27642026-09-02T04:10:23.742Z Compiling zopfli v0.8.3
27652026-09-02T04:10:23.814Z Compiling toml_edit v0.22.27
27662026-09-02T04:10:23.880Z Compiling postgres-protocol v0.6.10
27672026-09-02T04:10:23.971Z Compiling smoltcp v0.9.1
27682026-09-02T04:10:24.167Z Compiling hickory-proto v0.25.2
27692026-09-02T04:10:24.475Z Compiling float-cmp v0.10.0
27702026-09-02T04:10:24.650Z Compiling hyper-util v0.1.20
27712026-09-02T04:10:24.730Z Compiling petgraph v0.6.5
27722026-09-02T04:10:24.799Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27732026-09-02T04:10:24.839Z Compiling predicates v3.1.4
27742026-09-02T04:10:24.964Z Compiling string_cache v0.8.9
27752026-09-02T04:10:25.264Z Compiling zip v4.6.1
27762026-09-02T04:10:25.455Z Compiling textwrap v0.16.2
27772026-09-02T04:10:25.649Z Compiling postgres-types v0.2.12
27782026-09-02T04:10:25.652Z Compiling iddqd v0.4.2
27792026-09-02T04:10:25.728Z Compiling similar v2.7.0
27802026-09-02T04:10:25.773Z Compiling tokio-stream v0.1.18
27812026-09-02T04:10:26.157Z Compiling backtrace v0.3.76
27822026-09-02T04:10:26.285Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
27832026-09-02T04:10:26.344Z Compiling hyper-rustls v0.27.7
27842026-09-02T04:10:26.441Z Compiling hyper-tls v0.6.0
27852026-09-02T04:10:26.574Z Compiling olpc-cjson v0.1.4
27862026-09-02T04:10:26.719Z Compiling reqwest v0.13.2
27872026-09-02T04:10:26.743Z Compiling backtrace-ext v0.2.1
27882026-09-02T04:10:26.766Z Compiling reqwest v0.12.28
27892026-09-02T04:10:26.803Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
27902026-09-02T04:10:26.911Z Compiling tokio-postgres v0.7.16
27912026-09-02T04:10:27.016Z Compiling miette v7.6.0
27922026-09-02T04:10:27.098Z Compiling fs-err v3.3.0
27932026-09-02T04:10:27.160Z Compiling buf-list v1.1.2
27942026-09-02T04:10:27.301Z Compiling thread_local v1.1.9
27952026-09-02T04:10:27.301Z Compiling is-terminal v0.4.17
27962026-09-02T04:10:27.463Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
27972026-09-02T04:10:27.489Z Compiling hostname v0.3.1
27982026-09-02T04:10:27.528Z Compiling slog-async v2.8.0
27992026-09-02T04:10:27.621Z Compiling slog-term v2.9.2
28002026-09-02T04:10:27.643Z Compiling slog-json v2.6.1
28012026-09-02T04:10:27.670Z Compiling compression-codecs v0.4.37
28022026-09-02T04:10:27.925Z Compiling slog-bunyan v2.5.0
28032026-09-02T04:10:27.990Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
28042026-09-02T04:10:28.072Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28052026-09-02T04:10:28.109Z Compiling toml_datetime v1.1.1+spec-1.1.0
28062026-09-02T04:10:28.132Z Compiling serde_spanned v1.1.1
28072026-09-02T04:10:28.293Z Compiling tough v0.22.0
28082026-09-02T04:10:28.316Z Compiling multer v3.1.0
28092026-09-02T04:10:28.443Z Compiling toml v1.1.2+spec-1.1.0
28102026-09-02T04:10:28.467Z Compiling async-compression v0.4.41
28112026-09-02T04:10:28.498Z Compiling progenitor-client v0.14.0
28122026-09-02T04:10:28.792Z Compiling sha1 v0.11.0
28132026-09-02T04:10:28.892Z Compiling rustls-pemfile v2.2.0
28142026-09-02T04:10:28.940Z Compiling serde_path_to_error v0.1.20
28152026-09-02T04:10:28.993Z Compiling hostname v0.4.2
28162026-09-02T04:10:29.056Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
28172026-09-02T04:10:29.116Z Compiling atomicwrites v0.4.4
28182026-09-02T04:10:29.163Z Compiling macaddr v1.0.1
28192026-09-02T04:10:29.188Z Compiling instant v0.1.13
28202026-09-02T04:10:29.212Z Compiling oxide-generation v0.1.3
28212026-09-02T04:10:29.237Z Compiling regress v0.10.5
28222026-09-02T04:10:29.241Z Compiling progenitor-extras v0.2.0
28232026-09-02T04:10:29.332Z Compiling dropshot v0.17.1
28242026-09-02T04:10:29.386Z Compiling backoff v0.4.0
28252026-09-02T04:10:29.408Z Compiling parse-display v0.10.0
28262026-09-02T04:10:29.433Z Compiling half v2.7.1
28272026-09-02T04:10:29.454Z Compiling heck v0.5.0
28282026-09-02T04:10:29.541Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
28292026-09-02T04:10:29.629Z Compiling regress v0.11.1
28302026-09-02T04:10:29.788Z Compiling ciborium-ll v0.2.2
28312026-09-02T04:10:29.843Z Compiling secrecy v0.10.3
28322026-09-02T04:10:29.919Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28332026-09-02T04:10:30.032Z Compiling ciborium v0.2.2
28342026-09-02T04:10:30.057Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
28352026-09-02T04:10:30.060Z Compiling inout v0.1.4
28362026-09-02T04:10:30.133Z Compiling universal-hash v0.5.1
28372026-09-02T04:10:30.277Z Compiling cipher v0.4.4
28382026-09-02T04:10:30.312Z Compiling unsafe-libyaml v0.2.11
28392026-09-02T04:10:30.388Z Compiling poly1305 v0.8.0
28402026-09-02T04:10:30.559Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
28412026-09-02T04:10:30.594Z Compiling chacha20 v0.9.1
28422026-09-02T04:10:30.751Z Compiling blake2 v0.10.6
28432026-09-02T04:10:30.781Z Compiling aead v0.5.2
28442026-09-02T04:10:30.808Z Compiling password-hash v0.5.0
28452026-09-02T04:10:30.875Z Compiling serde_yaml v0.9.34+deprecated
28462026-09-02T04:10:30.898Z Compiling vsss-rs v3.3.4
28472026-09-02T04:10:30.995Z Compiling chacha20poly1305 v0.10.1
28482026-09-02T04:10:31.019Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28492026-09-02T04:10:31.053Z Compiling camino-tempfile v1.4.1
28502026-09-02T04:10:31.119Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
28512026-09-02T04:10:31.146Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28522026-09-02T04:10:31.169Z Compiling typify-impl v0.6.2
28532026-09-02T04:10:31.194Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
28542026-09-02T04:10:31.388Z Compiling argon2 v0.5.3
28552026-09-02T04:10:31.414Z Compiling heapless v0.8.0
28562026-09-02T04:10:31.441Z Compiling ingot-types v0.2.0
28572026-09-02T04:10:31.665Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
28582026-09-02T04:10:31.820Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28592026-09-02T04:10:31.940Z Compiling cobs v0.3.0
28602026-09-02T04:10:31.963Z Compiling smoltcp v0.11.0
28612026-09-02T04:10:32.054Z Compiling ingot v0.2.1
28622026-09-02T04:10:32.180Z Compiling postcard v1.1.3
28632026-09-02T04:10:32.204Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28642026-09-02T04:10:32.231Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
28652026-09-02T04:10:32.256Z Compiling cstr-argument v0.1.2
28662026-09-02T04:10:32.351Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28672026-09-02T04:10:32.448Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28682026-09-02T04:10:32.506Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
28692026-09-02T04:10:32.585Z Compiling rand v0.10.1
28702026-09-02T04:10:32.616Z Compiling sigpipe v0.1.3
28712026-09-02T04:10:32.734Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28722026-09-02T04:10:32.756Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28732026-09-02T04:10:32.792Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
28742026-09-02T04:10:32.924Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
28752026-09-02T04:10:33.180Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
28762026-09-02T04:10:33.331Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
28772026-09-02T04:10:33.357Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
28782026-09-02T04:10:33.384Z Compiling memmap v0.7.0
28792026-09-02T04:10:33.596Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
28802026-09-02T04:10:33.620Z Compiling usdt v0.5.0
28812026-09-02T04:10:33.646Z Compiling zone v0.3.1
28822026-09-02T04:10:33.838Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
28832026-09-02T04:10:33.882Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28842026-09-02T04:10:34.126Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
28852026-09-02T04:10:34.235Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28862026-09-02T04:10:34.257Z Compiling derive-where v1.6.0
28872026-09-02T04:10:34.279Z Compiling bytecount v0.6.9
28882026-09-02T04:10:34.359Z Compiling toml v0.8.23
28892026-09-02T04:10:34.385Z Compiling tokio-dtrace v0.1.1
28902026-09-02T04:10:34.420Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
28912026-09-02T04:10:34.616Z Compiling typify-macro v0.6.2
28922026-09-02T04:10:34.671Z Compiling oxide-tokio-rt v0.1.4
28932026-09-02T04:10:34.694Z Compiling prettyplease v0.2.37
28942026-09-02T04:10:34.720Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
28952026-09-02T04:10:34.720Z Compiling newline-converter v0.3.0
28962026-09-02T04:10:34.909Z Compiling gethostname v0.5.0
28972026-09-02T04:10:34.935Z Compiling console v0.15.11
28982026-09-02T04:10:35.069Z Compiling slog-dtrace v0.3.0
28992026-09-02T04:10:35.125Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
29002026-09-02T04:10:35.261Z Compiling cancel-safe-futures v0.1.5
29012026-09-02T04:10:35.334Z Compiling expectorate v1.2.0
29022026-09-02T04:10:35.452Z Compiling oxide-update-engine-types v0.1.2
29032026-09-02T04:10:35.545Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
29042026-09-02T04:10:35.569Z Compiling num-rational v0.4.2
29052026-09-02T04:10:35.594Z Compiling num-complex v0.4.6
29062026-09-02T04:10:35.641Z Compiling resolv-conf v0.7.6
29072026-09-02T04:10:35.702Z Compiling compression-core v0.4.31
29082026-09-02T04:10:35.773Z Compiling match_cfg v0.1.0
29092026-09-02T04:10:35.982Z Compiling crossbeam-channel v0.5.15
29102026-09-02T04:10:36.009Z Compiling num v0.4.3
29112026-09-02T04:10:36.120Z Compiling toml_writer v1.1.1+spec-1.1.0
29122026-09-02T04:10:36.156Z Compiling float-ord v0.3.2
29132026-09-02T04:10:36.193Z Compiling typify v0.6.2
29142026-09-02T04:10:36.272Z Compiling linear-map v1.2.0
29152026-09-02T04:10:36.295Z Compiling take_mut v0.2.2
29162026-09-02T04:10:36.316Z Compiling term v1.2.1
29172026-09-02T04:10:36.340Z Compiling progenitor-impl v0.14.0
29182026-09-02T04:10:36.388Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
29192026-09-02T04:10:36.391Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
29202026-09-02T04:10:36.829Z Compiling oxide-update-engine v0.1.2
29212026-09-02T04:10:36.883Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
29222026-09-02T04:10:37.364Z Compiling async-stream v0.3.6
29232026-09-02T04:10:37.511Z Compiling waitgroup v0.1.2
29242026-09-02T04:10:37.678Z Compiling backon v1.6.0
29252026-09-02T04:10:37.812Z Compiling linked-hash-map v0.5.6
29262026-09-02T04:10:37.919Z Compiling minimal-lexical v0.2.1
29272026-09-02T04:10:37.941Z Compiling debug-ignore v1.0.5
29282026-09-02T04:10:38.038Z Compiling lru-cache v0.1.2
29292026-09-02T04:10:38.200Z Compiling nom v7.1.3
29302026-09-02T04:10:38.224Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
29312026-09-02T04:10:38.523Z Compiling itertools v0.14.0
29322026-09-02T04:10:38.548Z Compiling progenitor-macro v0.14.0
29332026-09-02T04:10:38.941Z Compiling humantime v2.3.0
29342026-09-02T04:10:39.012Z Compiling unicode-xid v0.2.6
29352026-09-02T04:10:39.130Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
29362026-09-02T04:10:39.153Z Compiling hickory-proto v0.24.4
29372026-09-02T04:10:39.220Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29382026-09-02T04:10:39.343Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
29392026-09-02T04:10:39.559Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
29402026-09-02T04:10:39.797Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29412026-09-02T04:10:40.202Z Compiling papergrid v0.11.0
29422026-09-02T04:10:40.352Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29432026-09-02T04:10:40.396Z Compiling tabled_derive v0.7.0
29442026-09-02T04:10:40.573Z Compiling termtree v0.5.1
29452026-09-02T04:10:40.596Z Compiling crossterm v0.29.0
29462026-09-02T04:10:40.636Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29472026-09-02T04:10:40.639Z Compiling phf_shared v0.12.1
29482026-09-02T04:10:40.776Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29492026-09-02T04:10:40.888Z Compiling vte v0.14.1
29502026-09-02T04:10:41.138Z Compiling csv-core v0.1.13
29512026-09-02T04:10:41.298Z Compiling tabled v0.15.0
29522026-09-02T04:10:41.326Z Compiling chrono-tz v0.10.4
29532026-09-02T04:10:41.380Z Compiling highway v1.3.0
29542026-09-02T04:10:41.468Z Compiling csv v1.4.0
29552026-09-02T04:10:41.575Z Compiling strip-ansi-escapes v0.2.1
29562026-09-02T04:10:41.882Z Compiling hickory-resolver v0.24.4
29572026-09-02T04:10:41.978Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29582026-09-02T04:10:42.238Z Compiling phf v0.12.1
29592026-09-02T04:10:42.373Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29602026-09-02T04:10:42.447Z Compiling const_format_proc_macros v0.2.34
29612026-09-02T04:10:42.538Z Compiling fd-lock v4.0.4
29622026-09-02T04:10:42.679Z Compiling progenitor v0.14.0
29632026-09-02T04:10:42.716Z Compiling peg-macros v0.8.5
29642026-09-02T04:10:42.831Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29652026-09-02T04:10:42.883Z Compiling nu-ansi-term v0.50.3
29662026-09-02T04:10:43.175Z Compiling qorb v0.4.1
29672026-09-02T04:10:43.224Z Compiling const_format v0.2.35
29682026-09-02T04:10:43.247Z Compiling reedline v0.40.0
29692026-09-02T04:10:43.281Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
29702026-09-02T04:10:43.313Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
29712026-09-02T04:10:43.428Z Compiling bcs v0.1.6
29722026-09-02T04:10:43.600Z Compiling nom v8.0.0
29732026-09-02T04:10:43.820Z Compiling semver v0.1.20
29742026-09-02T04:10:43.908Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29752026-09-02T04:10:43.961Z Compiling peg v0.8.5
29762026-09-02T04:10:44.066Z Compiling rustc_version v0.1.7
29772026-09-02T04:10:44.114Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
29782026-09-02T04:10:44.155Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
29792026-09-02T04:10:44.312Z Compiling newtype_derive v0.1.6
29802026-09-02T04:10:44.603Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
29812026-09-02T04:10:44.872Z Compiling dropshot-api-manager-types v0.8.0
29822026-09-02T04:10:44.916Z Compiling steno v0.4.1
29832026-09-02T04:10:45.016Z Compiling sha1 v0.10.6
29842026-09-02T04:10:45.046Z Compiling utf-8 v0.7.6
29852026-09-02T04:10:45.258Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
29862026-09-02T04:10:45.311Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
29872026-09-02T04:10:45.340Z Compiling tagptr v0.2.0
29882026-09-02T04:10:45.364Z Compiling tungstenite v0.21.0
29892026-09-02T04:10:45.435Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
29902026-09-02T04:10:45.529Z Compiling moka v0.12.13
29912026-09-02T04:10:45.574Z Compiling darling_core v0.21.3
29922026-09-02T04:10:45.600Z Compiling display-error-chain v0.2.2
29932026-09-02T04:10:45.623Z Compiling vergen-lib v0.1.6
29942026-09-02T04:10:45.653Z Compiling diesel_derives v2.3.7
29952026-09-02T04:10:45.902Z Compiling scheduled-thread-pool v0.2.7
29962026-09-02T04:10:45.925Z Compiling vergen-gitcl v1.0.8
29972026-09-02T04:10:45.949Z Compiling diesel_table_macro_syntax v0.3.0
29982026-09-02T04:10:46.173Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
29992026-09-02T04:10:46.227Z Compiling tokio-tungstenite v0.21.0
30002026-09-02T04:10:46.350Z Compiling dirs-sys-next v0.1.2
30012026-09-02T04:10:46.373Z Compiling maplit v1.0.2
30022026-09-02T04:10:46.542Z Compiling glob v0.3.3
30032026-09-02T04:10:46.545Z Compiling crunchy v0.2.4
30042026-09-02T04:10:46.600Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
30052026-09-02T04:10:46.624Z Compiling dirs-next v2.0.0
30062026-09-02T04:10:46.691Z Compiling hickory-resolver v0.25.2
30072026-09-02T04:10:46.799Z Compiling r2d2 v0.8.10
30082026-09-02T04:10:46.873Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
30092026-09-02T04:10:46.876Z Compiling clang-sys v1.8.1
30102026-09-02T04:10:46.933Z Compiling libscf-sys v1.2.0
30112026-09-02T04:10:46.967Z Compiling tiny-keccak v2.0.2
30122026-09-02T04:10:47.105Z Compiling downcast-rs v2.0.2
30132026-09-02T04:10:47.127Z Compiling xshell-macros v0.2.7
30142026-09-02T04:10:47.235Z Compiling term v0.7.0
30152026-09-02T04:10:47.288Z Compiling papergrid v0.18.0
30162026-09-02T04:10:47.334Z Compiling bit-vec v0.6.3
30172026-09-02T04:10:47.522Z Compiling xshell v0.2.7
30182026-09-02T04:10:47.585Z Compiling ascii-canvas v3.0.0
30192026-09-02T04:10:47.615Z Compiling bit-set v0.5.3
30202026-09-02T04:10:47.669Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
30212026-09-02T04:10:47.767Z Compiling darling_macro v0.21.3
30222026-09-02T04:10:47.770Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
30232026-09-02T04:10:47.818Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30242026-09-02T04:10:47.821Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
30252026-09-02T04:10:47.821Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
30262026-09-02T04:10:47.885Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30272026-09-02T04:10:48.176Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
30282026-09-02T04:10:48.227Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30292026-09-02T04:10:48.269Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
30302026-09-02T04:10:48.295Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
30312026-09-02T04:10:48.320Z Compiling darling v0.21.3
30322026-09-02T04:10:48.400Z Compiling itertools v0.15.0
30332026-09-02T04:10:48.424Z Compiling dsl_auto_type v0.2.0
30342026-09-02T04:10:48.449Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30352026-09-02T04:10:48.627Z Compiling tabled v0.21.0
30362026-09-02T04:10:48.853Z Compiling itertools v0.10.5
30372026-09-02T04:10:48.890Z Compiling ena v0.14.4
30382026-09-02T04:10:49.130Z Compiling libloading v0.8.9
30392026-09-02T04:10:49.153Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
30402026-09-02T04:10:49.368Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
30412026-09-02T04:10:49.391Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
30422026-09-02T04:10:49.532Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30432026-09-02T04:10:49.932Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30442026-09-02T04:10:49.983Z Compiling diff v0.1.13
30452026-09-02T04:10:50.181Z Compiling bindgen v0.71.1
30462026-09-02T04:10:50.216Z Compiling unicase v2.9.0
30472026-09-02T04:10:50.268Z Compiling regex-syntax v0.6.29
30482026-09-02T04:10:50.547Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
30492026-09-02T04:10:50.624Z Compiling cexpr v0.6.0
30502026-09-02T04:10:50.701Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30512026-09-02T04:10:50.926Z Compiling rustc-hash v2.1.1
30522026-09-02T04:10:51.252Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
30532026-09-02T04:10:51.308Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
30542026-09-02T04:10:51.363Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30552026-09-02T04:10:51.553Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
30562026-09-02T04:10:51.758Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30572026-09-02T04:10:51.900Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
30582026-09-02T04:10:52.152Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30592026-09-02T04:10:52.611Z Compiling lalrpop v0.19.12
30602026-09-02T04:10:53.214Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30612026-09-02T04:10:53.465Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30622026-09-02T04:10:53.532Z Compiling headers-core v0.3.0
30632026-09-02T04:10:53.601Z Compiling diesel v2.3.7
30642026-09-02T04:10:53.684Z Compiling libxml v0.3.3
30652026-09-02T04:10:53.714Z Compiling crc8 v0.1.1
30662026-09-02T04:10:53.848Z Compiling headers v0.4.1
30672026-09-02T04:10:53.977Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30682026-09-02T04:10:54.204Z Compiling strum_macros v0.24.3
30692026-09-02T04:10:54.252Z Compiling indoc v1.0.9
30702026-09-02T04:10:54.676Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30712026-09-02T04:10:54.699Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
30722026-09-02T04:10:54.898Z Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
30732026-09-02T04:10:54.981Z Compiling quick-xml v0.37.5
30742026-09-02T04:10:55.082Z Compiling derive_builder v0.20.2
30752026-09-02T04:10:55.258Z Compiling oso-derive v0.27.3
30762026-09-02T04:10:55.280Z Compiling impl-trait-for-tuples v0.2.3
30772026-09-02T04:10:55.428Z Compiling openssl-probe v0.1.6
30782026-09-02T04:10:55.666Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30792026-09-02T04:10:55.741Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
30802026-09-02T04:10:55.781Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
30812026-09-02T04:10:55.984Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
30822026-09-02T04:10:56.365Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30832026-09-02T04:10:56.389Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
30842026-09-02T04:10:56.415Z Compiling bb8 v0.8.6
30852026-09-02T04:10:56.546Z Compiling filetime v0.2.27
30862026-09-02T04:10:56.619Z Compiling trait-variant v0.1.2
30872026-09-02T04:10:56.767Z Compiling proc-macro-error-attr2 v2.0.0
30882026-09-02T04:10:56.799Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
30892026-09-02T04:10:56.825Z Compiling half v1.8.3
30902026-09-02T04:10:56.871Z Compiling tar v0.4.46
30912026-09-02T04:10:57.091Z Compiling serde_cbor v0.11.2
30922026-09-02T04:10:57.191Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
30932026-09-02T04:10:57.213Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
30942026-09-02T04:10:57.234Z Compiling proc-macro-error2 v2.0.1
30952026-09-02T04:10:57.525Z Compiling samael v0.0.19
30962026-09-02T04:10:57.588Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30972026-09-02T04:10:57.719Z Compiling hashbrown v0.14.5
30982026-09-02T04:10:57.819Z Compiling rfc6979 v0.4.0
30992026-09-02T04:10:57.851Z Compiling salty v0.3.0
31002026-09-02T04:10:57.877Z Compiling knus-derive v3.4.0
31012026-09-02T04:10:57.990Z Compiling ecdsa v0.16.9
31022026-09-02T04:10:58.167Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
31032026-09-02T04:10:58.189Z Compiling primeorder v0.13.6
31042026-09-02T04:10:58.321Z Compiling chumsky v0.9.3
31052026-09-02T04:10:58.369Z Compiling nonempty v0.12.0
31062026-09-02T04:10:58.486Z Compiling p384 v0.13.1
31072026-09-02T04:10:58.604Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
31082026-09-02T04:10:58.921Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
31092026-09-02T04:10:59.027Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
31102026-09-02T04:10:59.241Z Compiling fxhash v0.2.1
31112026-09-02T04:10:59.275Z Compiling libz-sys v1.1.24
31122026-09-02T04:10:59.411Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
31132026-09-02T04:10:59.537Z Compiling knus v3.4.0
31142026-09-02T04:10:59.572Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
31152026-09-02T04:10:59.668Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
31162026-09-02T04:10:59.802Z Compiling kstat-rs v0.2.5
31172026-09-02T04:10:59.946Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
31182026-09-02T04:11:00.047Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
31192026-09-02T04:11:00.049Z Compiling polar-core v0.27.3
31202026-09-02T04:11:00.259Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
31212026-09-02T04:11:00.296Z Compiling mime_guess v2.0.5
31222026-09-02T04:11:00.709Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31232026-09-02T04:11:00.825Z Compiling nanorand v0.7.0
31242026-09-02T04:11:01.174Z Compiling libgit2-sys v0.18.3+1.9.2
31252026-09-02T04:11:01.222Z Compiling parking_lot_core v0.8.6
31262026-09-02T04:11:01.351Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31272026-09-02T04:11:01.464Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
31282026-09-02T04:11:01.504Z Compiling flume v0.11.1
31292026-09-02T04:11:01.593Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
31302026-09-02T04:11:02.070Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
31312026-09-02T04:11:02.101Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
31322026-09-02T04:11:02.171Z Compiling git-stub v1.0.0
31332026-09-02T04:11:02.263Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
31342026-09-02T04:11:02.445Z Compiling corncobs v0.1.4
31352026-09-02T04:11:02.496Z Compiling http-range v0.1.5
31362026-09-02T04:11:02.518Z Compiling strsim v0.10.0
31372026-09-02T04:11:02.671Z Compiling instability v0.3.11
31382026-09-02T04:11:02.794Z Compiling darling_core v0.13.4
31392026-09-02T04:11:02.829Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
31402026-09-02T04:11:02.943Z Compiling git-stub-vcs v0.1.0
31412026-09-02T04:11:02.966Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
31422026-09-02T04:11:03.713Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
31432026-09-02T04:11:03.717Z Compiling progenitor-impl v0.13.0
31442026-09-02T04:11:03.939Z Compiling ignore v0.4.25
31452026-09-02T04:11:04.022Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31462026-09-02T04:11:04.044Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
31472026-09-02T04:11:04.282Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
31482026-09-02T04:11:04.455Z Compiling secrecy v0.8.0
31492026-09-02T04:11:04.527Z Compiling anstyle-parse v0.2.7
31502026-09-02T04:11:04.655Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
31512026-09-02T04:11:04.773Z Compiling castaway v0.2.4
31522026-09-02T04:11:04.937Z Compiling vergen-git2 v9.1.0
31532026-09-02T04:11:05.170Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
31542026-09-02T04:11:05.411Z Compiling indoc v2.0.7
31552026-09-02T04:11:05.530Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
31562026-09-02T04:11:05.884Z Compiling progenitor-macro v0.13.0
31572026-09-02T04:11:06.537Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#878a31ea)
31582026-09-02T04:11:06.609Z Compiling compact_str v0.8.1
31592026-09-02T04:11:06.687Z Compiling anstream v0.6.21
31602026-09-02T04:11:07.086Z Compiling globwalk v0.9.1
31612026-09-02T04:11:07.110Z Compiling darling_macro v0.13.4
31622026-09-02T04:11:07.403Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
31632026-09-02T04:11:07.586Z Compiling hyper-staticfile v0.10.1
31642026-09-02T04:11:07.628Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
31652026-09-02T04:11:07.830Z Compiling parking_lot v0.11.2
31662026-09-02T04:11:08.266Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
31672026-09-02T04:11:08.294Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
31682026-09-02T04:11:08.415Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31692026-09-02T04:11:08.445Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
31702026-09-02T04:11:08.486Z Compiling predicates-tree v1.0.13
31712026-09-02T04:11:08.828Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31722026-09-02T04:11:08.851Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
31732026-09-02T04:11:08.912Z Compiling progenitor-client v0.13.0
31742026-09-02T04:11:09.058Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
31752026-09-02T04:11:09.374Z Compiling oso v0.27.3
31762026-09-02T04:11:09.605Z Compiling unicode-truncate v1.1.0
31772026-09-02T04:11:09.877Z Compiling lru v0.12.5
31782026-09-02T04:11:10.000Z Compiling sha2 v0.11.0
31792026-09-02T04:11:10.100Z Compiling digest-io v0.1.0
31802026-09-02T04:11:10.122Z Compiling prefix-trie v0.7.0
31812026-09-02T04:11:10.145Z Compiling rand_seeder v0.4.0
31822026-09-02T04:11:10.276Z Compiling cassowary v0.3.0
31832026-09-02T04:11:10.380Z Compiling rawzip v0.4.4
31842026-09-02T04:11:10.456Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
31852026-09-02T04:11:10.600Z Compiling ratatui v0.29.0
31862026-09-02T04:11:10.712Z Compiling hickory-server v0.25.2
31872026-09-02T04:11:11.064Z Compiling async-bb8-diesel v0.2.1
31882026-09-02T04:11:11.230Z Compiling diesel-dtrace v0.5.0
31892026-09-02T04:11:11.515Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
31902026-09-02T04:11:11.564Z Compiling progenitor v0.13.0
31912026-09-02T04:11:11.852Z Compiling camino-tempfile-ext v0.3.3
31922026-09-02T04:11:12.319Z Compiling sled v0.34.7
31932026-09-02T04:11:12.983Z Compiling darling v0.13.4
31942026-09-02T04:11:13.100Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
31952026-09-02T04:11:13.636Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
31962026-09-02T04:11:14.146Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31972026-09-02T04:11:14.318Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
31982026-09-02T04:11:14.441Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31992026-09-02T04:11:14.657Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32002026-09-02T04:11:15.365Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
32012026-09-02T04:11:15.404Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
32022026-09-02T04:11:15.434Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32032026-09-02T04:11:15.666Z Compiling serde_with_macros v1.5.2
32042026-09-02T04:11:16.046Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
32052026-09-02T04:11:16.307Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
32062026-09-02T04:11:16.502Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
32072026-09-02T04:11:16.530Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32082026-09-02T04:11:16.655Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32092026-09-02T04:11:16.736Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
32102026-09-02T04:11:16.762Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
32112026-09-02T04:11:16.889Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32122026-09-02T04:11:16.959Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32132026-09-02T04:11:16.988Z Compiling arc-swap v1.8.2
32142026-09-02T04:11:17.081Z Compiling void v1.0.2
32152026-09-02T04:11:17.230Z Compiling lzss v0.8.2
32162026-09-02T04:11:17.332Z Compiling slog-scope v4.4.1
32172026-09-02T04:11:17.405Z Compiling serde_with v1.14.0
32182026-09-02T04:11:17.426Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
32192026-09-02T04:11:17.450Z Compiling scuffle v0.1.0
32202026-09-02T04:11:17.502Z Compiling tungstenite v0.23.0
32212026-09-02T04:11:17.654Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32222026-09-02T04:11:17.770Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
32232026-09-02T04:11:18.101Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32242026-09-02T04:11:18.322Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
32252026-09-02T04:11:18.552Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
32262026-09-02T04:11:18.576Z Compiling libsw-core v0.3.2
32272026-09-02T04:11:18.713Z Compiling nix v0.27.1
32282026-09-02T04:11:18.787Z Compiling twox-hash v2.1.2
32292026-09-02T04:11:18.790Z Compiling serde_bytes v0.11.19
32302026-09-02T04:11:18.834Z Compiling atty v0.2.14
32312026-09-02T04:11:18.858Z Compiling libsw v3.5.0
32322026-09-02T04:11:18.902Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
32332026-09-02T04:11:18.994Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
32342026-09-02T04:11:19.025Z Compiling tokio-tungstenite v0.23.1
32352026-09-02T04:11:19.070Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
32362026-09-02T04:11:19.095Z Compiling slog-stdlog v4.1.1
32372026-09-02T04:11:19.098Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
32382026-09-02T04:11:19.280Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
32392026-09-02T04:11:19.304Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
32402026-09-02T04:11:19.399Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
32412026-09-02T04:11:19.421Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32422026-09-02T04:11:19.595Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
32432026-09-02T04:11:19.618Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
32442026-09-02T04:11:19.726Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32452026-09-02T04:11:20.124Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32462026-09-02T04:11:20.217Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
32472026-09-02T04:11:20.241Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
32482026-09-02T04:11:20.534Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
32492026-09-02T04:11:20.634Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
32502026-09-02T04:11:20.839Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
32512026-09-02T04:11:21.372Z Compiling signal-hook-tokio v0.3.1
32522026-09-02T04:11:21.447Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
32532026-09-02T04:11:21.562Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32542026-09-02T04:11:21.662Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32552026-09-02T04:11:21.767Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
32562026-09-02T04:11:22.020Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
32572026-09-02T04:11:22.327Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
32582026-09-02T04:11:23.282Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32592026-09-02T04:11:24.620Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
32602026-09-02T04:11:24.810Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
32612026-09-02T04:11:24.973Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32622026-09-02T04:11:25.611Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32632026-09-02T04:11:25.642Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
32642026-09-02T04:11:26.194Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32652026-09-02T04:11:27.063Z Compiling git2 v0.20.4
32662026-09-02T04:11:27.120Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32672026-09-02T04:11:27.879Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
32682026-09-02T04:11:27.960Z Compiling fatfs v0.3.6
32692026-09-02T04:11:28.481Z Compiling yasna v0.5.2
32702026-09-02T04:11:28.679Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
32712026-09-02T04:11:28.834Z Compiling console v0.16.2
32722026-09-02T04:11:28.948Z Compiling seq-macro v0.3.6
32732026-09-02T04:11:29.498Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
32742026-09-02T04:11:29.702Z Compiling assert_matches v1.5.0
32752026-09-02T04:11:29.808Z Compiling indicatif v0.18.4
32762026-09-02T04:11:29.971Z Compiling rcgen v0.12.1
32772026-09-02T04:11:30.082Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
32782026-09-02T04:11:31.095Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32792026-09-02T04:11:31.338Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32802026-09-02T04:11:33.097Z Compiling slog-envlogger v2.2.0
32812026-09-02T04:11:33.815Z Compiling oxide-update-engine-display v0.1.2
32822026-09-02T04:11:34.230Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
32832026-09-02T04:11:34.518Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32842026-09-02T04:11:34.896Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32852026-09-02T04:11:34.920Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
32862026-09-02T04:11:35.128Z Compiling port-file v0.1.0
32872026-09-02T04:11:35.157Z Compiling rtoolbox v0.0.3
32882026-09-02T04:11:35.417Z Compiling subprocess v0.2.15
32892026-09-02T04:11:35.450Z Compiling rpassword v7.5.4
32902026-09-02T04:11:35.877Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32912026-09-02T04:11:36.083Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32922026-09-02T04:11:36.363Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
32932026-09-02T04:11:36.599Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
32942026-09-02T04:11:36.737Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32952026-09-02T04:11:37.135Z Compiling tui-tree-widget v0.23.1
32962026-09-02T04:11:37.430Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32972026-09-02T04:11:37.585Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
32982026-09-02T04:11:38.953Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
32992026-09-02T04:11:39.464Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33002026-09-02T04:11:39.866Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
33012026-09-02T04:11:39.903Z Compiling uzers v0.12.2
33022026-09-02T04:11:40.037Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33032026-09-02T04:11:40.119Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33042026-09-02T04:11:40.150Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33052026-09-02T04:11:40.669Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33062026-09-02T04:11:41.064Z Compiling support-bundle-viewer v0.1.2
33072026-09-02T04:11:41.329Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
33082026-09-02T04:11:41.466Z Compiling multimap v0.10.1
33092026-09-02T04:11:42.362Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
33102026-09-02T04:12:06.107Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
33112026-09-02T04:12:26.741Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
33122026-09-02T04:12:41.396Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33132026-09-02T04:20:22.396Z Finished `release` profile [optimized] target(s) in 10m 12s
33142026-09-02T04:20:22.399Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
33152026-09-02T04:20:22.399Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
33162026-09-02T04:20:59.412Z
33172026-09-02T04:20:59.412Zreal 10:50.832370400
33182026-09-02T04:20:59.412Zuser 2:02:59.582944865
33192026-09-02T04:20:59.415Zsys 4:33.453372284
33202026-09-02T04:20:59.415Ztrap 3.235443171
33212026-09-02T04:20:59.416Ztflt 0.807409410
33222026-09-02T04:20:59.416Zdflt 10.041146686
33232026-09-02T04:20:59.416Zkflt 0.005582934
33242026-09-02T04:20:59.416Zlock 8:18:44.845932864
33252026-09-02T04:20:59.416Zslp 3:09:13.181039024
33262026-09-02T04:20:59.416Zlat 2:57.830647839
33272026-09-02T04:20:59.416Zstop 8:34.969554922
33282026-09-02T04:20:59.416Z+ mapfile -t packages
33292026-09-02T04:20:59.416Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
33302026-09-02T04:21:00.376Z Finished `release` profile [optimized] target(s) in 0.95s
33312026-09-02T04:21:00.445Z Running `target/release/omicron-package -t test list-outputs`
33322026-09-02T04:21:00.504ZLogging to: /work/oxidecomputer/omicron/out/LOG
33332026-09-02T04:21:00.508Z+ ptime -m cargo build --locked --release -p xtask
33342026-09-02T04:21:00.986Z Compiling libc v0.2.185
33352026-09-02T04:21:00.986Z Compiling serde_core v1.0.228
33362026-09-02T04:21:00.986Z Compiling serde v1.0.228
33372026-09-02T04:21:00.989Z Compiling rustix v1.1.4
33382026-09-02T04:21:00.989Z Compiling serde_json v1.0.151
33392026-09-02T04:21:01.084Z Compiling bitflags v2.11.0
33402026-09-02T04:21:01.143Z Compiling usdt-impl v0.5.0
33412026-09-02T04:21:01.151Z Compiling syn v2.0.117
33422026-09-02T04:21:01.162Z Compiling syn v1.0.109
33432026-09-02T04:21:01.173Z Compiling log v0.4.33
33442026-09-02T04:21:01.185Z Compiling getrandom v0.4.3
33452026-09-02T04:21:01.196Z Compiling indexmap v2.14.0
33462026-09-02T04:21:01.210Z Compiling fs-err v3.3.0
33472026-09-02T04:21:01.352Z Compiling anyhow v1.0.104
33482026-09-02T04:21:01.403Z Compiling heck v0.4.1
33492026-09-02T04:21:01.452Z Compiling once_cell v1.21.3
33502026-09-02T04:21:01.797Z Compiling errno v0.3.14
33512026-09-02T04:21:01.800Z Compiling thread-id v4.2.2
33522026-09-02T04:21:01.800Z Compiling memmap v0.7.0
33532026-09-02T04:21:02.588Z Compiling proc-macro-error v1.0.4
33542026-09-02T04:21:02.786Z Compiling terminal_size v0.4.3
33552026-09-02T04:21:02.786Z Compiling tempfile v3.27.0
33562026-09-02T04:21:02.863Z Compiling tabled_derive v0.7.0
33572026-09-02T04:21:02.886Z Compiling clap_builder v4.6.0
33582026-09-02T04:21:02.886Z Compiling textwrap v0.16.2
33592026-09-02T04:21:03.277Z Compiling camino v1.2.5
33602026-09-02T04:21:03.277Z Compiling cargo-platform v0.3.2
33612026-09-02T04:21:03.282Z Compiling semver v1.0.28
33622026-09-02T04:21:03.309Z Compiling pest_generator v2.8.6
33632026-09-02T04:21:03.538Z Compiling tabled v0.15.0
33642026-09-02T04:21:03.610Z Compiling camino-tempfile v1.4.1
33652026-09-02T04:21:03.702Z Compiling serde_derive v1.0.228
33662026-09-02T04:21:03.706Z Compiling thiserror-impl v1.0.69
33672026-09-02T04:21:03.706Z Compiling zerocopy-derive v0.7.35
33682026-09-02T04:21:03.706Z Compiling scroll_derive v0.12.1
33692026-09-02T04:21:03.706Z Compiling thiserror-impl v2.0.18
33702026-09-02T04:21:03.706Z Compiling clap_derive v4.6.1
33712026-09-02T04:21:03.841Z Compiling pest_derive v2.8.6
33722026-09-02T04:21:04.385Z Compiling scroll v0.12.0
33732026-09-02T04:21:04.547Z Compiling zerocopy v0.7.35
33742026-09-02T04:21:04.650Z Compiling goblin v0.8.2
33752026-09-02T04:21:04.753Z Compiling thiserror v1.0.69
33762026-09-02T04:21:04.877Z Compiling dtrace-parser v0.2.0
33772026-09-02T04:21:04.955Z Compiling thiserror v2.0.18
33782026-09-02T04:21:05.134Z Compiling clap v4.6.1
33792026-09-02T04:21:06.173Z Compiling dof v0.3.0
33802026-09-02T04:21:06.173Z Compiling serde_tokenstream v0.2.3
33812026-09-02T04:21:06.223Z Compiling serde_spanned v0.6.9
33822026-09-02T04:21:06.223Z Compiling toml_datetime v0.6.11
33832026-09-02T04:21:06.226Z Compiling cargo_metadata v0.23.1
33842026-09-02T04:21:06.226Z Compiling macaddr v1.0.1
33852026-09-02T04:21:06.226Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
33862026-09-02T04:21:06.423Z Compiling toml_edit v0.22.27
33872026-09-02T04:21:06.801Z Compiling usdt-macro v0.5.0
33882026-09-02T04:21:06.804Z Compiling usdt-attr-macro v0.5.0
33892026-09-02T04:21:07.670Z Compiling usdt v0.5.0
33902026-09-02T04:21:07.864Z Compiling toml v0.8.23
33912026-09-02T04:21:08.287Z Compiling cargo_toml v0.21.0
33922026-09-02T04:21:10.519Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33932026-09-02T04:21:16.537Z Finished `release` profile [optimized] target(s) in 16.02s
33942026-09-02T04:21:16.677Z
33952026-09-02T04:21:16.680Zreal 16.132901878
33962026-09-02T04:21:16.680Zuser 1:55.286876166
33972026-09-02T04:21:16.680Zsys 13.864581971
33982026-09-02T04:21:16.680Ztrap 0.048785557
33992026-09-02T04:21:16.680Ztflt 0.758244691
34002026-09-02T04:21:16.680Zdflt 1.754841986
34012026-09-02T04:21:16.680Zkflt 0.000020020
34022026-09-02T04:21:16.680Zlock 3:44.704210446
34032026-09-02T04:21:16.680Zslp 2:08.519443476
34042026-09-02T04:21:16.680Zlat 3.348787594
34052026-09-02T04:21:16.680Zstop 15.828263961
34062026-09-02T04:21:16.680Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
34072026-09-02T04:21:16.680Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
34082026-09-02T04:21:16.680Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
34092026-09-02T04:21:16.680Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
34102026-09-02T04:21:16.680Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
34112026-09-02T04:21:17.639Z Compiling progenitor-client v0.14.0
34122026-09-02T04:21:17.642Z Compiling match_cfg v0.1.0
34132026-09-02T04:21:17.642Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
34142026-09-02T04:21:17.642Z Compiling slog-json v2.6.1
34152026-09-02T04:21:17.642Z Compiling newtype-uuid-macros v0.1.0
34162026-09-02T04:21:17.642Z Compiling sha1 v0.11.0
34172026-09-02T04:21:17.642Z Compiling multer v3.1.0
34182026-09-02T04:21:17.788Z Compiling compression-core v0.4.31
34192026-09-02T04:21:17.791Z Compiling debug-ignore v1.0.5
34202026-09-02T04:21:17.791Z Compiling async-stream-impl v0.3.6
34212026-09-02T04:21:17.791Z Compiling serde_spanned v1.1.1
34222026-09-02T04:21:17.791Z Compiling toml_datetime v1.1.1+spec-1.1.0
34232026-09-02T04:21:17.801Z Compiling dropshot v0.17.1
34242026-09-02T04:21:17.804Z Compiling toml_writer v1.1.1+spec-1.1.0
34252026-09-02T04:21:17.837Z Compiling waitgroup v0.1.2
34262026-09-02T04:21:17.840Z Compiling rustls-pemfile v2.2.0
34272026-09-02T04:21:17.977Z Compiling compression-codecs v0.4.37
34282026-09-02T04:21:18.008Z Compiling dropshot_endpoint v0.17.1
34292026-09-02T04:21:18.112Z Compiling serde_path_to_error v0.1.20
34302026-09-02T04:21:18.127Z Compiling hostname v0.4.2
34312026-09-02T04:21:18.146Z Compiling hostname v0.3.1
34322026-09-02T04:21:18.165Z Compiling toml v1.1.2+spec-1.1.0
34332026-09-02T04:21:18.168Z Compiling atomicwrites v0.4.4
34342026-09-02T04:21:18.182Z Compiling async-compression v0.4.41
34352026-09-02T04:21:18.185Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
34362026-09-02T04:21:18.253Z Compiling macaddr v1.0.1
34372026-09-02T04:21:18.292Z Compiling slog-bunyan v2.5.0
34382026-09-02T04:21:18.295Z Compiling serde_tokenstream v0.3.0
34392026-09-02T04:21:18.343Z Compiling oxide-generation v0.1.3
34402026-09-02T04:21:18.346Z Compiling instant v0.1.13
34412026-09-02T04:21:18.346Z Compiling parse-display-derive v0.10.0
34422026-09-02T04:21:18.438Z Compiling regress v0.10.5
34432026-09-02T04:21:18.472Z Compiling backon v1.6.0
34442026-09-02T04:21:18.492Z Compiling backoff v0.4.0
34452026-09-02T04:21:18.495Z Compiling itertools v0.14.0
34462026-09-02T04:21:18.529Z Compiling humantime v2.3.0
34472026-09-02T04:21:18.532Z Compiling half v2.7.1
34482026-09-02T04:21:18.567Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
34492026-09-02T04:21:18.593Z Compiling async-stream v0.3.6
34502026-09-02T04:21:18.655Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
34512026-09-02T04:21:18.673Z Compiling oxide-generation-macros v0.2.0
34522026-09-02T04:21:18.676Z Compiling progenitor-extras v0.2.0
34532026-09-02T04:21:18.704Z Compiling crucible-workspace-hack v0.1.0
34542026-09-02T04:21:18.727Z Compiling ciborium-io v0.2.2
34552026-09-02T04:21:18.791Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
34562026-09-02T04:21:18.811Z Compiling ciborium-ll v0.2.2
34572026-09-02T04:21:18.826Z Compiling convert_case v0.4.0
34582026-09-02T04:21:18.846Z Compiling secrecy v0.10.3
34592026-09-02T04:21:18.863Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34602026-09-02T04:21:18.883Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
34612026-09-02T04:21:18.886Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34622026-09-02T04:21:18.961Z Compiling inout v0.1.4
34632026-09-02T04:21:19.019Z Compiling ciborium v0.2.2
34642026-09-02T04:21:19.038Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34652026-09-02T04:21:19.038Z Compiling regress v0.11.1
34662026-09-02T04:21:19.075Z Compiling thiserror-impl-no-std v2.0.2
34672026-09-02T04:21:19.093Z Compiling universal-hash v0.5.1
34682026-09-02T04:21:19.152Z Compiling cipher v0.4.4
34692026-09-02T04:21:19.215Z Compiling derive_more v0.99.20
34702026-09-02T04:21:19.246Z Compiling opaque-debug v0.3.1
34712026-09-02T04:21:19.262Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
34722026-09-02T04:21:19.279Z Compiling blake2 v0.10.6
34732026-09-02T04:21:19.338Z Compiling poly1305 v0.8.0
34742026-09-02T04:21:19.432Z Compiling chacha20 v0.9.1
34752026-09-02T04:21:19.471Z Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds)
34762026-09-02T04:21:19.490Z Compiling aead v0.5.2
34772026-09-02T04:21:19.566Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34782026-09-02T04:21:19.626Z Compiling password-hash v0.5.0
34792026-09-02T04:21:19.726Z Compiling indent_write v2.2.0
34802026-09-02T04:21:19.729Z Compiling chacha20poly1305 v0.10.1
34812026-09-02T04:21:19.760Z Compiling toml_datetime v0.7.5+spec-1.1.0
34822026-09-02T04:21:19.760Z Compiling unsafe-libyaml v0.2.11
34832026-09-02T04:21:19.813Z Compiling itertools v0.15.0
34842026-09-02T04:21:19.856Z Compiling num-derive v0.4.2
34852026-09-02T04:21:19.898Z Compiling argon2 v0.5.3
34862026-09-02T04:21:19.929Z Compiling heapless v0.8.0
34872026-09-02T04:21:20.046Z Compiling toml_edit v0.23.10+spec-1.0.0
34882026-09-02T04:21:20.068Z Compiling tabwriter v1.4.1
34892026-09-02T04:21:20.092Z Compiling hash32 v0.3.1
34902026-09-02T04:21:20.161Z Compiling parse-display v0.10.0
34912026-09-02T04:21:20.264Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
34922026-09-02T04:21:20.321Z Compiling thiserror-no-std v2.0.2
34932026-09-02T04:21:20.338Z Compiling serde_yaml v0.9.34+deprecated
34942026-09-02T04:21:20.438Z Compiling vsss-rs v3.3.4
34952026-09-02T04:21:20.483Z Compiling smoltcp v0.11.0
34962026-09-02T04:21:20.503Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
34972026-09-02T04:21:20.584Z Compiling cobs v0.3.0
34982026-09-02T04:21:20.743Z Compiling typify-impl v0.6.2
34992026-09-02T04:21:20.808Z Compiling proc-macro-crate v3.4.0
35002026-09-02T04:21:20.850Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
35012026-09-02T04:21:20.891Z Compiling illumos-nvpair-sys v0.2.0
35022026-09-02T04:21:21.031Z Compiling colored v3.1.1
35032026-09-02T04:21:21.105Z Compiling postcard v1.1.3
35042026-09-02T04:21:21.141Z Compiling proc-macro-error v1.0.4
35052026-09-02T04:21:21.165Z Compiling rand v0.10.1
35062026-09-02T04:21:21.185Z Compiling ingot-macros v0.2.0
35072026-09-02T04:21:21.380Z Compiling proc-macro-crate v1.3.1
35082026-09-02T04:21:21.398Z Compiling num_enum_derive v0.7.6
35092026-09-02T04:21:21.416Z Compiling foreign-types-macros v0.2.3
35102026-09-02T04:21:21.479Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
35112026-09-02T04:21:21.483Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
35122026-09-02T04:21:21.607Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
35132026-09-02T04:21:21.709Z Compiling foreign-types-shared v0.3.1
35142026-09-02T04:21:21.734Z Compiling rayon-core v1.13.0
35152026-09-02T04:21:21.821Z Compiling num_enum_derive v0.5.11
35162026-09-02T04:21:21.907Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
35172026-09-02T04:21:21.946Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
35182026-09-02T04:21:22.000Z Compiling crossbeam-deque v0.8.6
35192026-09-02T04:21:22.004Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
35202026-09-02T04:21:22.035Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
35212026-09-02T04:21:22.036Z Compiling cstr-argument v0.1.2
35222026-09-02T04:21:22.057Z Compiling foreign-types v0.5.0
35232026-09-02T04:21:22.093Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
35242026-09-02T04:21:22.223Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
35252026-09-02T04:21:22.240Z Compiling illumos-nvpair v0.3.0
35262026-09-02T04:21:22.342Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
35272026-09-02T04:21:22.369Z Compiling zone_cfg_derive v0.3.1
35282026-09-02T04:21:22.512Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
35292026-09-02T04:21:22.515Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
35302026-09-02T04:21:22.546Z Compiling num_enum v0.7.6
35312026-09-02T04:21:22.549Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
35322026-09-02T04:21:22.549Z Compiling itertools v0.12.1
35332026-09-02T04:21:22.549Z Compiling sigpipe v0.1.3
35342026-09-02T04:21:22.665Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
35352026-09-02T04:21:22.684Z Compiling rayon v1.11.0
35362026-09-02T04:21:22.703Z Compiling glob v0.3.3
35372026-09-02T04:21:22.706Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
35382026-09-02T04:21:22.736Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
35392026-09-02T04:21:22.830Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
35402026-09-02T04:21:22.901Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
35412026-09-02T04:21:22.941Z Compiling smf v0.2.3
35422026-09-02T04:21:22.982Z Compiling num_enum v0.5.11
35432026-09-02T04:21:23.026Z Compiling whoami v1.6.1
35442026-09-02T04:21:23.046Z Compiling cpubits v0.1.1
35452026-09-02T04:21:23.118Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
35462026-09-02T04:21:23.139Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
35472026-09-02T04:21:23.142Z Compiling gethostname v0.5.0
35482026-09-02T04:21:23.175Z Compiling num-rational v0.4.2
35492026-09-02T04:21:23.193Z Compiling num-complex v0.4.6
35502026-09-02T04:21:23.213Z Compiling derive-where v1.6.0
35512026-09-02T04:21:23.304Z Compiling toml v0.8.23
35522026-09-02T04:21:23.324Z Compiling usdt-attr-macro v0.5.0
35532026-09-02T04:21:23.453Z Compiling usdt-macro v0.5.0
35542026-09-02T04:21:23.495Z Compiling pem-rfc7468 v1.0.0
35552026-09-02T04:21:23.611Z Compiling num v0.4.3
35562026-09-02T04:21:23.642Z Compiling memmap v0.7.0
35572026-09-02T04:21:23.712Z Compiling float-ord v0.3.2
35582026-09-02T04:21:23.789Z Compiling zone v0.3.1
35592026-09-02T04:21:23.826Z Compiling cancel-safe-futures v0.1.5
35602026-09-02T04:21:23.860Z Compiling hmac v0.13.0
35612026-09-02T04:21:23.863Z Compiling universal-hash v0.6.1
35622026-09-02T04:21:23.897Z Compiling resolv-conf v0.7.6
35632026-09-02T04:21:23.961Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
35642026-09-02T04:21:24.043Z Compiling sha1 v0.10.6
35652026-09-02T04:21:24.093Z Compiling prettyplease v0.2.37
35662026-09-02T04:21:24.153Z Compiling ingot-types v0.2.0
35672026-09-02T04:21:24.207Z Compiling libefi-sys v0.1.0
35682026-09-02T04:21:24.269Z Compiling usdt v0.5.0
35692026-09-02T04:21:24.287Z Compiling linear-map v1.2.0
35702026-09-02T04:21:24.319Z Compiling polyval v0.7.1
35712026-09-02T04:21:24.365Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
35722026-09-02T04:21:24.456Z Compiling der v0.8.0
35732026-09-02T04:21:24.474Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
35742026-09-02T04:21:24.509Z Compiling newline-converter v0.3.0
35752026-09-02T04:21:24.528Z Compiling console v0.15.11
35762026-09-02T04:21:24.528Z Compiling bitfield-struct v0.6.2
35772026-09-02T04:21:24.565Z Compiling ingot v0.2.1
35782026-09-02T04:21:24.585Z Compiling ghash v0.6.0
35792026-09-02T04:21:24.603Z Compiling oxide-update-engine-types v0.1.2
35802026-09-02T04:21:24.656Z Compiling pbkdf2 v0.13.0
35812026-09-02T04:21:24.749Z Compiling aes v0.9.1
35822026-09-02T04:21:24.818Z Compiling crypto-bigint v0.7.5
35832026-09-02T04:21:24.835Z Compiling hickory-proto v0.24.4
35842026-09-02T04:21:25.008Z Compiling expectorate v1.2.0
35852026-09-02T04:21:25.141Z Compiling ctr v0.10.1
35862026-09-02T04:21:25.213Z Compiling sha2 v0.11.0
35872026-09-02T04:21:25.234Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
35882026-09-02T04:21:25.253Z Compiling aead v0.6.1
35892026-09-02T04:21:25.390Z Compiling nom v8.0.0
35902026-09-02T04:21:25.408Z Compiling typify-macro v0.6.2
35912026-09-02T04:21:25.449Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
35922026-09-02T04:21:25.556Z Compiling semver v0.1.20
35932026-09-02T04:21:25.571Z Compiling linked-hash-map v0.5.6
35942026-09-02T04:21:25.590Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
35952026-09-02T04:21:25.751Z Compiling oxide-update-engine v0.1.2
35962026-09-02T04:21:25.787Z Compiling rustc_version v0.1.7
35972026-09-02T04:21:25.860Z Compiling lru-cache v0.1.2
35982026-09-02T04:21:25.862Z Compiling aes-gcm v0.11.0
35992026-09-02T04:21:25.897Z Compiling spki v0.8.0
36002026-09-02T04:21:25.916Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
36012026-09-02T04:21:26.018Z Compiling tokio-dtrace v0.1.1
36022026-09-02T04:21:26.021Z Compiling dropshot-api-manager-types v0.8.0
36032026-09-02T04:21:26.053Z Compiling salsa20 v0.11.0
36042026-09-02T04:21:26.110Z Compiling slog-dtrace v0.3.0
36052026-09-02T04:21:26.144Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
36062026-09-02T04:21:26.147Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
36072026-09-02T04:21:26.238Z Compiling xshell-macros v0.2.7
36082026-09-02T04:21:26.273Z Compiling minimal-lexical v0.2.1
36092026-09-02T04:21:26.322Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
36102026-09-02T04:21:26.342Z Compiling oxide-tokio-rt v0.1.4
36112026-09-02T04:21:26.379Z Compiling scrypt v0.12.0
36122026-09-02T04:21:26.408Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
36132026-09-02T04:21:26.539Z Compiling nom v7.1.3
36142026-09-02T04:21:26.562Z Compiling newtype_derive v0.1.6
36152026-09-02T04:21:26.671Z Compiling xshell v0.2.7
36162026-09-02T04:21:26.694Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
36172026-09-02T04:21:26.712Z Compiling phf_shared v0.12.1
36182026-09-02T04:21:26.790Z Compiling rfc6979 v0.4.0
36192026-09-02T04:21:26.917Z Compiling cbc v0.2.1
36202026-09-02T04:21:26.956Z Compiling hickory-resolver v0.24.4
36212026-09-02T04:21:27.021Z Compiling proc-macro-error-attr2 v2.0.0
36222026-09-02T04:21:27.115Z Compiling csv-core v0.1.13
36232026-09-02T04:21:27.286Z Compiling unicode-xid v0.2.6
36242026-09-02T04:21:27.304Z Compiling typify v0.6.2
36252026-09-02T04:21:27.404Z Compiling highway v1.3.0
36262026-09-02T04:21:27.441Z Compiling progenitor-impl v0.14.0
36272026-09-02T04:21:27.458Z Compiling chrono-tz v0.10.4
36282026-09-02T04:21:27.477Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
36292026-09-02T04:21:27.497Z Compiling proc-macro-error2 v2.0.1
36302026-09-02T04:21:27.519Z Compiling const_format_proc_macros v0.2.34
36312026-09-02T04:21:27.582Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
36322026-09-02T04:21:27.605Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
36332026-09-02T04:21:27.699Z Compiling csv v1.4.0
36342026-09-02T04:21:27.727Z Compiling pkcs5 v0.8.1
36352026-09-02T04:21:27.730Z Compiling ecdsa v0.16.9
36362026-09-02T04:21:27.798Z Compiling phf v0.12.1
36372026-09-02T04:21:27.984Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
36382026-09-02T04:21:28.014Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
36392026-09-02T04:21:28.080Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
36402026-09-02T04:21:28.213Z Compiling qorb v0.4.1
36412026-09-02T04:21:28.294Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
36422026-09-02T04:21:28.330Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
36432026-09-02T04:21:28.358Z Compiling primeorder v0.13.6
36442026-09-02T04:21:28.443Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
36452026-09-02T04:21:28.461Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
36462026-09-02T04:21:28.524Z Compiling hashbrown v0.14.5
36472026-09-02T04:21:28.557Z Compiling salty v0.3.0
36482026-09-02T04:21:28.661Z Compiling p384 v0.13.1
36492026-09-02T04:21:28.876Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
36502026-09-02T04:21:28.974Z Compiling const_format v0.2.35
36512026-09-02T04:21:29.078Z Compiling chumsky v0.9.3
36522026-09-02T04:21:29.144Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
36532026-09-02T04:21:29.162Z Compiling pkcs8 v0.11.0
36542026-09-02T04:21:29.330Z Compiling knus-derive v3.4.0
36552026-09-02T04:21:29.436Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
36562026-09-02T04:21:29.587Z Compiling tabled_derive v0.7.0
36572026-09-02T04:21:29.876Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
36582026-09-02T04:21:30.000Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
36592026-09-02T04:21:30.026Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
36602026-09-02T04:21:30.053Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
36612026-09-02T04:21:30.256Z Compiling progenitor-macro v0.14.0
36622026-09-02T04:21:30.284Z Compiling bcs v0.1.6
36632026-09-02T04:21:30.288Z Compiling ff v0.14.0
36642026-09-02T04:21:30.320Z Compiling termtree v0.5.1
36652026-09-02T04:21:30.378Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
36662026-09-02T04:21:30.473Z Compiling steno v0.4.1
36672026-09-02T04:21:30.614Z Compiling tabled v0.15.0
36682026-09-02T04:21:30.634Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
36692026-09-02T04:21:30.637Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
36702026-09-02T04:21:30.672Z Compiling group v0.14.0
36712026-09-02T04:21:30.715Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
36722026-09-02T04:21:30.892Z Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a)
36732026-09-02T04:21:30.909Z Compiling signature v3.0.0
36742026-09-02T04:21:30.940Z Compiling knus v3.4.0
36752026-09-02T04:21:30.965Z Compiling base16ct v1.0.0
36762026-09-02T04:21:31.002Z Compiling tagptr v0.2.0
36772026-09-02T04:21:31.130Z Compiling sec1 v0.8.1
36782026-09-02T04:21:31.179Z Compiling moka v0.12.13
36792026-09-02T04:21:31.197Z Compiling hkdf v0.13.0
36802026-09-02T04:21:31.214Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
36812026-09-02T04:21:31.316Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e)
36822026-09-02T04:21:31.397Z Compiling elliptic-curve v0.14.1
36832026-09-02T04:21:31.455Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
36842026-09-02T04:21:31.486Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
36852026-09-02T04:21:31.552Z Compiling utf-8 v0.7.6
36862026-09-02T04:21:31.762Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
36872026-09-02T04:21:31.802Z Compiling corncobs v0.1.4
36882026-09-02T04:21:31.883Z Compiling hickory-resolver v0.25.2
36892026-09-02T04:21:31.987Z Compiling parking_lot_core v0.8.6
36902026-09-02T04:21:32.006Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
36912026-09-02T04:21:32.021Z Compiling tungstenite v0.21.0
36922026-09-02T04:21:32.297Z Compiling wnaf v0.14.0
36932026-09-02T04:21:32.314Z Compiling primefield v0.14.0
36942026-09-02T04:21:32.440Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
36952026-09-02T04:21:32.459Z Compiling rfc6979 v0.6.0
36962026-09-02T04:21:32.518Z Compiling libscf-sys v1.2.0
36972026-09-02T04:21:32.578Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
36982026-09-02T04:21:32.595Z Compiling git-stub v1.0.0
36992026-09-02T04:21:32.645Z Compiling secrecy v0.8.0
37002026-09-02T04:21:32.689Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
37012026-09-02T04:21:32.833Z Compiling git-stub-vcs v0.1.0
37022026-09-02T04:21:32.946Z Compiling ecdsa v0.17.0
37032026-09-02T04:21:32.956Z Compiling tokio-tungstenite v0.21.0
37042026-09-02T04:21:32.978Z Compiling primeorder v0.14.0
37052026-09-02T04:21:33.052Z Compiling papergrid v0.18.0
37062026-09-02T04:21:33.249Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
37072026-09-02T04:21:33.325Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
37082026-09-02T04:21:33.358Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
37092026-09-02T04:21:33.421Z Compiling curve25519-dalek v5.0.0
37102026-09-02T04:21:33.429Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
37112026-09-02T04:21:33.443Z Compiling unicase v2.9.0
37122026-09-02T04:21:33.519Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37132026-09-02T04:21:33.691Z Compiling mime_guess v2.0.5
37142026-09-02T04:21:33.704Z Compiling parking_lot v0.11.2
37152026-09-02T04:21:33.730Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
37162026-09-02T04:21:33.805Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
37172026-09-02T04:21:33.875Z Compiling ssh-encoding v0.3.0
37182026-09-02T04:21:33.951Z Compiling prefix-trie v0.7.0
37192026-09-02T04:21:34.008Z Compiling fxhash v0.2.1
37202026-09-02T04:21:34.034Z Compiling tabled v0.21.0
37212026-09-02T04:21:34.157Z Compiling keccak v0.2.0
37222026-09-02T04:21:34.165Z Compiling sled v0.34.7
37232026-09-02T04:21:34.223Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
37242026-09-02T04:21:34.241Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
37252026-09-02T04:21:34.333Z Compiling hickory-server v0.25.2
37262026-09-02T04:21:34.397Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
37272026-09-02T04:21:34.404Z Compiling ed25519 v3.0.0
37282026-09-02T04:21:34.404Z Compiling crypto-primes v0.7.2
37292026-09-02T04:21:34.795Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
37302026-09-02T04:21:35.083Z Compiling pkcs1 v0.8.0-rc.4
37312026-09-02T04:21:35.191Z Compiling poly1305 v0.9.0
37322026-09-02T04:21:35.435Z Compiling progenitor v0.14.0
37332026-09-02T04:21:35.445Z Compiling blowfish v0.10.0
37342026-09-02T04:21:35.486Z Compiling blake2 v0.11.0-rc.6
37352026-09-02T04:21:35.511Z Compiling crc8 v0.1.1
37362026-09-02T04:21:35.519Z Compiling half v1.8.3
37372026-09-02T04:21:35.612Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
37382026-09-02T04:21:35.662Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
37392026-09-02T04:21:35.719Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
37402026-09-02T04:21:35.723Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
37412026-09-02T04:21:35.971Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
37422026-09-02T04:21:36.110Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
37432026-09-02T04:21:36.316Z Compiling http-range v0.1.5
37442026-09-02T04:21:36.338Z Compiling argon2 v0.6.0-rc.8
37452026-09-02T04:21:36.338Z Compiling serde_cbor v0.11.2
37462026-09-02T04:21:36.400Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
37472026-09-02T04:21:36.502Z Compiling bcrypt-pbkdf v0.11.0
37482026-09-02T04:21:36.519Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
37492026-09-02T04:21:36.594Z Compiling ssh-cipher v0.3.0
37502026-09-02T04:21:36.622Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
37512026-09-02T04:21:36.843Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
37522026-09-02T04:21:36.905Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
37532026-09-02T04:21:36.982Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
37542026-09-02T04:21:37.057Z Compiling rsa v0.10.0-rc.18
37552026-09-02T04:21:37.210Z Compiling ed25519-dalek v3.0.0
37562026-09-02T04:21:37.453Z Compiling sha3 v0.11.0
37572026-09-02T04:21:37.619Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37582026-09-02T04:21:37.764Z Compiling p521 v0.14.0
37592026-09-02T04:21:37.831Z Compiling p256 v0.14.0
37602026-09-02T04:21:37.906Z Compiling p384 v0.14.0
37612026-09-02T04:21:38.010Z Compiling scuffle v0.1.0
37622026-09-02T04:21:38.471Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
37632026-09-02T04:21:38.611Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
37642026-09-02T04:21:39.036Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
37652026-09-02T04:21:39.060Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37662026-09-02T04:21:39.191Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
37672026-09-02T04:21:39.494Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
37682026-09-02T04:21:39.514Z Compiling yasna v0.5.2
37692026-09-02T04:21:39.624Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
37702026-09-02T04:21:39.942Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
37712026-09-02T04:21:40.026Z Compiling kstat-rs v0.2.5
37722026-09-02T04:21:40.077Z Compiling headers-core v0.3.0
37732026-09-02T04:21:40.097Z Compiling kem v0.3.0
37742026-09-02T04:21:40.232Z Compiling module-lattice v0.2.3
37752026-09-02T04:21:40.251Z Compiling nanorand v0.7.0
37762026-09-02T04:21:40.266Z Compiling sponge-cursor v0.1.0
37772026-09-02T04:21:40.294Z Compiling headers v0.4.1
37782026-09-02T04:21:40.313Z Compiling rcgen v0.12.1
37792026-09-02T04:21:40.353Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
37802026-09-02T04:21:40.436Z Compiling sha3 v0.12.0
37812026-09-02T04:21:40.520Z Compiling flume v0.11.1
37822026-09-02T04:21:40.572Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
37832026-09-02T04:21:40.797Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
37842026-09-02T04:21:40.876Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
37852026-09-02T04:21:41.028Z Compiling ssh-key v0.7.0-rc.11
37862026-09-02T04:21:41.046Z Compiling ml-kem v0.3.2
37872026-09-02T04:21:41.092Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
37882026-09-02T04:21:41.271Z Compiling hyper-staticfile v0.10.1
37892026-09-02T04:21:41.313Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
37902026-09-02T04:21:41.390Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
37912026-09-02T04:21:41.438Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
37922026-09-02T04:21:41.790Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
37932026-09-02T04:21:41.811Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
37942026-09-02T04:21:41.828Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
37952026-09-02T04:21:41.886Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
37962026-09-02T04:21:41.903Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
37972026-09-02T04:21:41.930Z Compiling russh-cryptovec v0.62.0
37982026-09-02T04:21:41.952Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
37992026-09-02T04:21:41.999Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
38002026-09-02T04:21:42.176Z Compiling internal-russh-num-bigint v0.5.0
38012026-09-02T04:21:42.194Z Compiling port-file v0.1.0
38022026-09-02T04:21:42.261Z Compiling num-bigint v0.4.6
38032026-09-02T04:21:42.316Z Compiling generic-array v1.4.3
38042026-09-02T04:21:42.471Z Compiling russh-util v0.52.0
38052026-09-02T04:21:42.512Z Compiling enum_dispatch v0.3.13
38062026-09-02T04:21:42.575Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
38072026-09-02T04:21:42.650Z Compiling delegate v0.13.5
38082026-09-02T04:21:42.690Z Compiling subprocess v0.2.15
38092026-09-02T04:21:42.708Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
38102026-09-02T04:21:42.795Z Compiling md5 v0.8.0
38112026-09-02T04:21:42.798Z Compiling hex-literal v1.1.0
38122026-09-02T04:21:42.845Z Compiling display-error-chain v0.2.2
38132026-09-02T04:21:42.980Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
38142026-09-02T04:21:43.016Z Compiling colored v2.2.0
38152026-09-02T04:21:43.131Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
38162026-09-02T04:21:43.190Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
38172026-09-02T04:21:43.397Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
38182026-09-02T04:21:43.415Z Compiling internet-checksum v0.2.1
38192026-09-02T04:21:43.684Z Compiling russh v0.62.4
38202026-09-02T04:21:44.085Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
38212026-09-02T04:21:44.315Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
38222026-09-02T04:21:45.374Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
38232026-09-02T04:21:45.375Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
38242026-09-02T04:21:48.011Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
38252026-09-02T04:21:48.705Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
38262026-09-02T04:21:49.200Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
38272026-09-02T04:21:50.502Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
38282026-09-02T04:21:50.521Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
38292026-09-02T04:21:59.681Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
38302026-09-02T04:21:59.681Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
38312026-09-02T04:21:59.681Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
38322026-09-02T04:21:59.685Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
38332026-09-02T04:21:59.685Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
38342026-09-02T04:22:01.494Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
38352026-09-02T04:22:01.600Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
38362026-09-02T04:22:05.887Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
38372026-09-02T04:22:47.609Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s
38382026-09-02T04:22:47.612Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
38392026-09-02T04:22:47.612Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
38402026-09-02T04:22:47.836Z
38412026-09-02T04:22:47.836Zreal 1:31.093297548
38422026-09-02T04:22:47.836Zuser 8:28.975143183
38432026-09-02T04:22:47.836Zsys 1:40.307425918
38442026-09-02T04:22:47.836Ztrap 0.244249426
38452026-09-02T04:22:47.836Ztflt 0.358468012
38462026-09-02T04:22:47.839Zdflt 1.983764240
38472026-09-02T04:22:47.839Zkflt 0.000239440
38482026-09-02T04:22:47.839Zlock 31:16.343071027
38492026-09-02T04:22:47.839Zslp 19:01.988642679
38502026-09-02T04:22:47.839Zlat 38.303211261
38512026-09-02T04:22:47.839Zstop 3:03.541005679
38522026-09-02T04:22:47.840Z+ mkdir tests
38532026-09-02T04:22:47.843Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
38542026-09-02T04:22:47.843Z+ xargs -I '{}' -t cp '{}' tests/
38552026-09-02T04:22:47.864Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-26dd07e52df3a016 tests/
38562026-09-02T04:22:47.886Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-0144be0f1f486767 tests/
38572026-09-02T04:22:47.908Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-967955464f559dda tests/
38582026-09-02T04:22:47.931Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-8d60c10a3fab2411 tests/
38592026-09-02T04:22:48.246Z+ 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-02T04:22:48.249Z+ 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-02T04:23:53.924ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
38622026-09-02T04:23:53.924Za .github/buildomat/ci-env.sh 1K
38632026-09-02T04:23:53.924Za out/target/test 1K
38642026-09-02T04:23:53.924Za out/npuzone/npuzone 27402K
38652026-09-02T04:23:53.924Za package-manifest.toml 35K
38662026-09-02T04:23:53.924Za smf/sled-agent/non-gimlet/config.toml 6K
38672026-09-02T04:23:53.924Za target/release/omicron-package 16941K
38682026-09-02T04:23:53.924Za target/release/xtask 6405K
38692026-09-02T04:23:53.924Za target/debug/bootstrap 440487K
38702026-09-02T04:23:53.925Za tests/bootstrap-0144be0f1f486767 34430K
38712026-09-02T04:23:53.925Za tests/commtest-967955464f559dda 34431K
38722026-09-02T04:23:53.925Za tests/dhcp_server-26dd07e52df3a016 34431K
38732026-09-02T04:23:53.925Za tests/end_to_end_tests-8d60c10a3fab2411 504123K
38742026-09-02T04:23:53.925Za tools/opte_version 1K
38752026-09-02T04:23:53.925Za tools/opte_version_override 2K
38762026-09-02T04:23:53.925Za out/clickhouse.tar.gz 233168K
38772026-09-02T04:23:53.925Za out/clickhouse_keeper.tar.gz 227722K
38782026-09-02T04:23:53.925Za out/clickhouse_server.tar.gz 233166K
38792026-09-02T04:23:53.925Za out/cockroachdb.tar.gz 125058K
38802026-09-02T04:23:53.925Za out/crucible-pantry-zone.tar.gz 24768K
38812026-09-02T04:23:53.925Za out/crucible-utils.tar 18900K
38822026-09-02T04:23:53.925Za out/crucible-zone.tar.gz 39580K
38832026-09-02T04:23:53.925Za out/external-dns.tar.gz 15167K
38842026-09-02T04:23:53.925Za out/internal-dns.tar.gz 15167K
38852026-09-02T04:23:53.925Za out/mg-ddm-gz.tar 100917K
38862026-09-02T04:23:53.925Za out/nexus.tar.gz 194971K
38872026-09-02T04:23:53.925Za out/ntp.tar.gz 7133K
38882026-09-02T04:23:53.925Za out/omicron-gateway-softnpu.tar.gz 13828K
38892026-09-02T04:23:53.925Za out/omicron-sled-agent.tar 116316K
38902026-09-02T04:23:53.925Za out/overlay.tar.gz 4K
38912026-09-02T04:23:53.925Za out/oximeter.tar.gz 17658K
38922026-09-02T04:23:53.925Za out/oxlog.tar 2419K
38932026-09-02T04:23:53.925Za out/probe.tar.gz 3037K
38942026-09-02T04:23:53.925Za out/propolis-server.tar.gz 34642K
38952026-09-02T04:23:53.925Za out/pumpkind-gz.tar 26647K
38962026-09-02T04:23:53.925Za out/switch-softnpu.tar.gz 306014K
38972026-09-02T04:23:53.929Z
38982026-09-02T04:23:53.929Zreal 1:05.675594915
38992026-09-02T04:23:53.929Zuser 1:03.602234276
39002026-09-02T04:23:53.929Zsys 3.473381134
39012026-09-02T04:23:53.929Ztrap 0.004713165
39022026-09-02T04:23:53.929Ztflt 0.000000000
39032026-09-02T04:23:53.929Zdflt 0.000000000
39042026-09-02T04:23:53.929Zkflt 0.000000000
39052026-09-02T04:23:53.929Zlock 0.000000000
39062026-09-02T04:23:53.929Zslp 1:03.494106703
39072026-09-02T04:23:53.929Zlat 0.771007039
39082026-09-02T04:23:53.929Zstop 0.000204030
39092026-09-02T04:23:53.929Zprocess exited: duration 1038720 ms, exit code 0
 
39102026-09-02T04:23:53.951Zfound 1 output files
39112026-09-02T04:23:53.951Zuploading: /work/package.tar.gz (1836844948 bytes)
39122026-09-02T04:24:16.958Zuploaded: /work/package.tar.gz