01KYNMVFCNR02F7CQQ74SD65XX: 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: 01KYNMWAFAHBNNEFR2EMNRX0BK

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-29T00:38:36.039Zjob assigned to worker 01KYNMWM6000AETRP30X3CFEEG [factory aws, i-0ec697797163a9f98] (queued for 1 m 1 s)
 
22026-07-29T00:38:43.480Zstarting task 0: "setup"
32026-07-29T00:38:43.485Z++ uname -s
42026-07-29T00:38:43.488Z+ kern=SunOS
52026-07-29T00:38:43.488Z+ build_user=build
62026-07-29T00:38:43.488Z+ build_uid=12345
72026-07-29T00:38:43.488Z+ work_dir=/work
82026-07-29T00:38:43.488Z+ input_dir=/input
92026-07-29T00:38:43.488Z+ [[ 0 == 12345 ]]
102026-07-29T00:38:43.488Z+ case "$kern" in
112026-07-29T00:38:43.488Z+ groupadd -g 12345 build
122026-07-29T00:38:43.492Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-29T00:38:45.501Z+ zfs create -o mountpoint=/work rpool/work
142026-07-29T00:38:45.576Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-29T00:38:45.581Z+ home_fs=zfs
162026-07-29T00:38:45.581Z+ [[ zfs == autofs ]]
172026-07-29T00:38:45.581Z+ mkdir -p /home/build
182026-07-29T00:38:45.584Z+ chown build:build /home/build /work
192026-07-29T00:38:47.582Z+ chmod 0700 /home/build /work
202026-07-29T00:38:47.586Zprocess exited: duration 4106 ms, exit code 0
 
212026-07-29T00:38:47.593Zstarting task 1: "rust-toolchain"
222026-07-29T00:38:47.598Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-07-29T00:38:47.598Z * rust toolchain channel = "1.97.1"
242026-07-29T00:38:47.598Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-29T00:38:47.598Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-29T00:38:47.598Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-29T00:38:47.599Z * rust toolchain profile = "default"
282026-07-29T00:38:47.602Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-29T00:38:47.602Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-29T00:38:47.710Zinfo: downloading installer
312026-07-29T00:38:49.027Zwarn: It looks like you have an existing rustup settings file at:
322026-07-29T00:38:49.027Zwarn: /home/build/.rustup/settings.toml
332026-07-29T00:38:49.027Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-29T00:38:49.028Zwarn: instead of the one inferred from the default host triple.
352026-07-29T00:38:49.039Zinfo: profile set to default
362026-07-29T00:38:49.039Zinfo: default host triple is x86_64-unknown-illumos
372026-07-29T00:38:49.042Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-29T00:38:49.185Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-29T00:38:49.188Zinfo: downloading 6 components
402026-07-29T00:39:05.272Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-07-29T00:39:05.272Z
422026-07-29T00:39:05.300Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-29T00:39:05.301Z
442026-07-29T00:39:05.301Z
452026-07-29T00:39:05.301ZRust is installed now. Great!
462026-07-29T00:39:05.301Z
472026-07-29T00:39:05.301ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-29T00:39:05.301Zenvironment variable. This has not been done automatically.
492026-07-29T00:39:05.301Z
502026-07-29T00:39:05.301ZTo configure your current shell, you need to source
512026-07-29T00:39:05.301Zthe corresponding env file under $HOME/.cargo.
522026-07-29T00:39:05.301Z
532026-07-29T00:39:05.301ZThis is usually done by running one of the following (note the leading DOT):
542026-07-29T00:39:05.301Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-29T00:39:05.301Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-29T00:39:05.301Zsource "~/.cargo/env.nu" # For nushell
572026-07-29T00:39:05.301Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-29T00:39:05.301Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-29T00:39:05.301Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-29T00:39:05.306Zwarn: no default linker (`cc`) was found in your PATH
612026-07-29T00:39:05.306Zwarn: many Rust crates require a system C toolchain to build
622026-07-29T00:39:05.399Z+ rustup --version
632026-07-29T00:39:05.405Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-29T00:39:05.409Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-29T00:39:05.429Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-29T00:39:05.432Z+ cargo --version
672026-07-29T00:39:05.437Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-29T00:39:05.440Z+ rustc --version
692026-07-29T00:39:05.461Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-29T00:39:05.512Zprocess exited: duration 17868 ms, exit code 0
 
712026-07-29T00:39:05.520Zstarting task 2: "authentication"
722026-07-29T00:39:05.542Zprocess exited: duration 21 ms, exit code 0
 
732026-07-29T00:39:05.551Zstarting task 3: "clone repository"
742026-07-29T00:39:05.555Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-29T00:39:05.558Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-29T00:39:05.591ZCloning into '/work/oxidecomputer/omicron'...
772026-07-29T00:39:15.048Z+ cd /work/oxidecomputer/omicron
782026-07-29T00:39:15.048Z+ git fetch origin 84e182fda794489ad2b97fdfb9aa7a0e00319b9c
792026-07-29T00:39:15.336ZFrom https://github.com/oxidecomputer/omicron
802026-07-29T00:39:15.336Z * branch 84e182fda794489ad2b97fdfb9aa7a0e00319b9c -> FETCH_HEAD
812026-07-29T00:39:15.351Z+ [[ -n eliza/external-client ]]
822026-07-29T00:39:15.354Z++ git branch --show-current
832026-07-29T00:39:15.357Z+ current=main
842026-07-29T00:39:15.357Z+ [[ main != eliza/external-client ]]
852026-07-29T00:39:15.357Z+ git branch -f eliza/external-client 84e182fda794489ad2b97fdfb9aa7a0e00319b9c
862026-07-29T00:39:15.360Z+ git checkout -f eliza/external-client
872026-07-29T00:39:15.604ZSwitched to branch 'eliza/external-client'
882026-07-29T00:39:15.607Z+ git reset --hard 84e182fda794489ad2b97fdfb9aa7a0e00319b9c
892026-07-29T00:39:15.624ZHEAD is now at 84e182fda Update nexus/src/app/external_client.rs
902026-07-29T00:39:15.627Zprocess exited: duration 10077 ms, exit code 0
 
912026-07-29T00:39:15.634Zstarting task 4: "build"
922026-07-29T00:39:15.638Z+ source .github/buildomat/ci-env.sh
932026-07-29T00:39:15.641Z++ export CARGO_TERM_COLOR=always
942026-07-29T00:39:15.641Z++ CARGO_TERM_COLOR=always
952026-07-29T00:39:15.641Z+++ uname -s
962026-07-29T00:39:15.641Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-29T00:39:15.641Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-29T00:39:15.644Z+ cargo --version
992026-07-29T00:39:15.652Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-07-29T00:39:15.657Z+ rustc --version
1012026-07-29T00:39:15.675Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-07-29T00:39:15.678Z+ WORK=/work
1032026-07-29T00:39:15.678Z+ pfexec mkdir -p /work
1042026-07-29T00:39:15.681Z+ pfexec chown build /work
1052026-07-29T00:39:15.684Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-07-29T00:39:17.420Z Startup: Refreshing catalog 'helios' ... Done
1072026-07-29T00:39:17.656Z Startup: Caching catalogs ... Done
1082026-07-29T00:39:18.841ZPlanning: Solver setup ... Done (1.098s)
1092026-07-29T00:39:18.882ZPlanning: Running solver ... Done (0.043s)
1102026-07-29T00:39:18.917ZPlanning: Finding local manifests ... Done (0.003s)
1112026-07-29T00:39:18.929ZPlanning: Fetching manifests: 0/2 0% complete
1122026-07-29T00:39:18.951ZPlanning: Fetching manifests: 2/2 100% complete
1132026-07-29T00:39:18.964ZPlanning: Package planning ... Done (0.014s)
1142026-07-29T00:39:18.969ZPlanning: Merging actions ... Done (0.001s)
1152026-07-29T00:39:19.165ZPlanning: Checking for conflicting actions ... Done (0.200s)
1162026-07-29T00:39:19.170ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-07-29T00:39:20.036ZPlanning: Evaluating mediators ... Done (0.867s)
1182026-07-29T00:39:20.040ZPlanning: Planning completed in 2.35 seconds
1192026-07-29T00:39:20.044Z Packages to install: 2
1202026-07-29T00:39:20.044Z Estimated space available: 156.02 GB
1212026-07-29T00:39:20.048ZEstimated space to be consumed: 55.05 MB
1222026-07-29T00:39:20.048Z Create boot environment: No
1232026-07-29T00:39:20.048ZCreate backup boot environment: No
1242026-07-29T00:39:20.048Z Rebuild boot archive: No
1252026-07-29T00:39:20.048Z
1262026-07-29T00:39:20.048ZChanged packages:
1272026-07-29T00:39:20.048Zhelios
1282026-07-29T00:39:20.049Z developer/build-essential
1292026-07-29T00:39:20.049Z None -> 11-3.0
1302026-07-29T00:39:20.049Z library/libxmlsec1
1312026-07-29T00:39:20.049Z None -> 1.2.35-3.0
1322026-07-29T00:39:20.071Z
1332026-07-29T00:39:20.071ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-07-29T00:39:20.142ZDownload: Completed 1.28 MB in 0.07 seconds (18.0M/s)
1352026-07-29T00:39:20.225Z Actions: 1/268 actions (Installing new actions)
1362026-07-29T00:39:20.262Z Actions: Completed 268 actions in 0.04 seconds.
1372026-07-29T00:39:20.286ZFinalize: Updating package state database ... Done (0.024s)
1382026-07-29T00:39:20.286ZFinalize: Updating package cache ... Done (0.000s)
1392026-07-29T00:39:20.344ZFinalize: Updating image state ... Done (0.059s)
1402026-07-29T00:39:22.925ZFinalize: Creating fast lookup database ... Done (2.542s)
1412026-07-29T00:39:22.993ZFinalize: Reading search index ... Done (0.012s)
1422026-07-29T00:39:23.001ZFinalize: Updating search index ... Done (0.000s)
1432026-07-29T00:39:23.165ZFinalize: Updating package cache ... Done (0.000s)
1442026-07-29T00:39:23.404ZPlanning: Evaluating mediator changes ... Done
1452026-07-29T00:39:23.507ZPlanning: Checking for conflicting actions ... Done
1462026-07-29T00:39:23.511ZPlanning: Consolidating action changes ... Done
1472026-07-29T00:39:23.665ZPlanning: Evaluating mediators ... Done
1482026-07-29T00:39:23.668ZPlanning: Planning completed in 0.26 seconds
1492026-07-29T00:39:23.687Z Mediators to change: 2
1502026-07-29T00:39:23.687Z Create boot environment: No
1512026-07-29T00:39:23.687ZCreate backup boot environment: No
1522026-07-29T00:39:23.865ZFinalize: Updating package state database ... Done
1532026-07-29T00:39:23.865ZFinalize: Updating package cache ... Done
1542026-07-29T00:39:24.053ZFinalize: Updating image state ... Done
1552026-07-29T00:39:25.692ZFinalize: Creating fast lookup database ... Done
1562026-07-29T00:39:25.793ZFinalize: Reading search index ... Done
1572026-07-29T00:39:25.816ZFinalize: Updating search index ... Done
1582026-07-29T00:39:25.829ZFinalize: Updating package cache ... Done
1592026-07-29T00:39:26.131ZPlanning: Evaluating mediator changes ... Done
1602026-07-29T00:39:26.270ZPlanning: Checking for conflicting actions ... Done
1612026-07-29T00:39:26.350ZPlanning: Consolidating action changes ... Done
1622026-07-29T00:39:26.369ZPlanning: Evaluating mediators ... Done
1632026-07-29T00:39:26.376ZPlanning: Planning completed in 0.26 seconds
1642026-07-29T00:39:26.390Z Mediators to change: 1
1652026-07-29T00:39:26.390Z Create boot environment: No
1662026-07-29T00:39:26.390ZCreate backup boot environment: No
1672026-07-29T00:39:26.510ZFinalize: Updating package state database ... Done
1682026-07-29T00:39:26.510ZFinalize: Updating package cache ... Done
1692026-07-29T00:39:26.578ZFinalize: Updating image state ... Done
1702026-07-29T00:39:28.398ZFinalize: Creating fast lookup database ... Done
1712026-07-29T00:39:28.457ZFinalize: Reading search index ... Done
1722026-07-29T00:39:28.465ZFinalize: Updating search index ... Done
1732026-07-29T00:39:28.550ZFinalize: Updating package cache ... Done
1742026-07-29T00:39:28.861ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-07-29T00:39:28.862Zapache system 2.4 system
1762026-07-29T00:39:28.862Zclang system 15 system
1772026-07-29T00:39:28.862Zcsh system system illumos
1782026-07-29T00:39:28.862Zctags system system illumos
1792026-07-29T00:39:28.862Zfile vendor vendor darwinsys
1802026-07-29T00:39:28.862Zfile system system illumos
1812026-07-29T00:39:28.862Zgcc vendor 14 vendor
1822026-07-29T00:39:28.862Zgcc system 13 system
1832026-07-29T00:39:28.862Zgcc system 10 system
1842026-07-29T00:39:28.863Zgo system 1.25 system
1852026-07-29T00:39:28.863Zllvm system 15 system
1862026-07-29T00:39:28.863Zmariadb system 11.4 system
1872026-07-29T00:39:28.863Zmta vendor vendor dma
1882026-07-29T00:39:28.863Zopenjdk system 17 system
1892026-07-29T00:39:28.863Zopenjdk system 11 system
1902026-07-29T00:39:28.863Zopenssl vendor 3 vendor
1912026-07-29T00:39:28.863Zperl system 5.40 system
1922026-07-29T00:39:28.863Zpostgresql system 18 system
1932026-07-29T00:39:28.863Zpostgresql system 17 system
1942026-07-29T00:39:28.863Zpython vendor 3 vendor
1952026-07-29T00:39:28.863Zpython system 2 system
1962026-07-29T00:39:28.863Zpython3 vendor 3.13 vendor
1972026-07-29T00:39:28.863Zruby system 3.4 system
1982026-07-29T00:39:28.863Zruby system 3.0 system
1992026-07-29T00:39:28.863Zwords vendor vendor american-english
2002026-07-29T00:39:28.863Zwords system system australian-english
2012026-07-29T00:39:28.863Zwords system system british-english
2022026-07-29T00:39:28.863Zwords system system canadian-english
2032026-07-29T00:39:28.863Zwords system system french
2042026-07-29T00:39:28.863Zwords system system italian
2052026-07-29T00:39:28.863Zwords system system ngerman
2062026-07-29T00:39:28.863Zwords system system ogerman
2072026-07-29T00:39:28.863Zwords system system spanish
2082026-07-29T00:39:29.108ZPUBLISHER TYPE STATUS P LOCATION
2092026-07-29T00:39:29.108Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-07-29T00:39:29.496ZFMRI IFO
2112026-07-29T00:39:29.497Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-07-29T00:39:29.497Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-07-29T00:39:29.497Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-07-29T00:39:29.497Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-07-29T00:39:29.497Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-07-29T00:39:29.497Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-07-29T00:39:29.497Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-07-29T00:39:29.497Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-07-29T00:39:29.497Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-07-29T00:39:29.800Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-07-29T00:39:30.082Z Updating crates.io index
2222026-07-29T00:39:30.098Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-07-29T00:39:30.280Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-07-29T00:39:30.559Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-07-29T00:39:32.626Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-07-29T00:39:32.671Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-07-29T00:39:34.249Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-07-29T00:39:35.315Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-07-29T00:39:35.545Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-07-29T00:39:35.863Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-07-29T00:39:37.255Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-07-29T00:39:37.461Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-07-29T00:39:37.778Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2342026-07-29T00:39:38.092Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2352026-07-29T00:39:38.988Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2362026-07-29T00:39:39.064Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2372026-07-29T00:39:39.300Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-07-29T00:39:39.536Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-07-29T00:39:39.827Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2402026-07-29T00:39:40.129Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2412026-07-29T00:39:40.433Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2422026-07-29T00:39:40.580Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2432026-07-29T00:39:40.841Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2442026-07-29T00:39:41.217Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2452026-07-29T00:39:41.530Z Updating git repository `https://github.com/oxidecomputer/erebor`
2462026-07-29T00:39:41.771Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2472026-07-29T00:39:42.294Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2482026-07-29T00:39:42.579Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2492026-07-29T00:39:42.883Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2502026-07-29T00:39:43.195Z Updating git repository `https://github.com/oxidecomputer/ispf`
2512026-07-29T00:39:43.405Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2522026-07-29T00:39:43.654Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2532026-07-29T00:39:43.992Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2542026-07-29T00:39:44.353Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2552026-07-29T00:39:44.520Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2562026-07-29T00:39:44.831Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-07-29T00:39:45.077Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2582026-07-29T00:39:45.301Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2592026-07-29T00:39:46.251Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2602026-07-29T00:39:46.341Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2612026-07-29T00:39:46.341Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2622026-07-29T00:39:46.351Z Updating git repository `https://github.com/illumos/smf-rs`
2632026-07-29T00:39:49.294Z Downloading crates ...
2642026-07-29T00:39:49.363Z Downloaded thread-id v4.2.2
2652026-07-29T00:39:49.390Z Downloaded zmij v1.0.21
2662026-07-29T00:39:49.390Z Downloaded toml_datetime v0.6.11
2672026-07-29T00:39:49.390Z Downloaded bytecount v0.6.9
2682026-07-29T00:39:49.390Z Downloaded camino-tempfile v1.4.1
2692026-07-29T00:39:49.390Z Downloaded log v0.4.29
2702026-07-29T00:39:49.390Z Downloaded serde_spanned v0.6.9
2712026-07-29T00:39:49.398Z Downloaded zerocopy-derive v0.7.35
2722026-07-29T00:39:49.398Z Downloaded fastrand v2.3.0
2732026-07-29T00:39:49.398Z Downloaded zerocopy v0.7.35
2742026-07-29T00:39:49.398Z Downloaded syn v2.0.117
2752026-07-29T00:39:49.405Z Downloaded cpufeatures v0.2.17
2762026-07-29T00:39:49.405Z Downloaded itoa v1.0.17
2772026-07-29T00:39:49.405Z Downloaded anstream v1.0.0
2782026-07-29T00:39:49.405Z Downloaded anstyle-query v1.1.5
2792026-07-29T00:39:49.405Z Downloaded colorchoice v1.0.4
2802026-07-29T00:39:49.415Z Downloaded autocfg v1.5.0
2812026-07-29T00:39:49.415Z Downloaded toml v0.8.23
2822026-07-29T00:39:49.421Z Downloaded thiserror v2.0.18
2832026-07-29T00:39:49.421Z Downloaded goblin v0.8.2
2842026-07-29T00:39:49.426Z Downloaded crypto-common v0.1.7
2852026-07-29T00:39:49.432Z Downloaded cfg-if v1.0.4
2862026-07-29T00:39:49.432Z Downloaded generic-array v0.14.7
2872026-07-29T00:39:49.432Z Downloaded clap_lex v1.0.0
2882026-07-29T00:39:49.432Z Downloaded errno v0.3.14
2892026-07-29T00:39:49.440Z Downloaded heck v0.4.1
2902026-07-29T00:39:49.447Z Downloaded cargo-platform v0.3.2
2912026-07-29T00:39:49.474Z Downloaded equivalent v1.0.2
2922026-07-29T00:39:49.474Z Downloaded unicode-linebreak v0.1.5
2932026-07-29T00:39:49.474Z Downloaded utf8parse v0.2.2
2942026-07-29T00:39:49.474Z Downloaded usdt-attr-macro v0.5.0
2952026-07-29T00:39:49.474Z Downloaded block-buffer v0.10.4
2962026-07-29T00:39:49.474Z Downloaded dtrace-parser v0.2.0
2972026-07-29T00:39:49.474Z Downloaded is_terminal_polyfill v1.70.2
2982026-07-29T00:39:49.474Z Downloaded macaddr v1.0.1
2992026-07-29T00:39:49.475Z Downloaded plain v0.2.3
3002026-07-29T00:39:49.475Z Downloaded pretty-hex v0.4.1
3012026-07-29T00:39:49.475Z Downloaded memmap v0.7.0
3022026-07-29T00:39:49.488Z Downloaded strsim v0.11.1
3032026-07-29T00:39:49.488Z Downloaded fnv v1.0.7
3042026-07-29T00:39:49.488Z Downloaded toml_write v0.1.2
3052026-07-29T00:39:49.499Z Downloaded usdt-macro v0.5.0
3062026-07-29T00:39:49.499Z Downloaded proc-macro-error-attr v1.0.4
3072026-07-29T00:39:49.499Z Downloaded swrite v0.1.0
3082026-07-29T00:39:49.499Z Downloaded heck v0.5.0
3092026-07-29T00:39:49.499Z Downloaded scroll_derive v0.12.1
3102026-07-29T00:39:49.499Z Downloaded anstyle-parse v1.0.0
3112026-07-29T00:39:49.499Z Downloaded sha2 v0.10.9
3122026-07-29T00:39:49.507Z Downloaded dof v0.3.0
3132026-07-29T00:39:49.507Z Downloaded tabled_derive v0.7.0
3142026-07-29T00:39:49.518Z Downloaded version_check v0.9.5
3152026-07-29T00:39:49.518Z Downloaded smawk v0.3.2
3162026-07-29T00:39:49.518Z Downloaded usdt v0.5.0
3172026-07-29T00:39:49.523Z Downloaded fs-err v3.3.0
3182026-07-29T00:39:49.523Z Downloaded cargo_toml v0.21.0
3192026-07-29T00:39:49.524Z Downloaded digest v0.10.7
3202026-07-29T00:39:49.533Z Downloaded thiserror-impl v2.0.18
3212026-07-29T00:39:49.537Z Downloaded byteorder v1.5.0
3222026-07-29T00:39:49.537Z Downloaded scroll v0.12.0
3232026-07-29T00:39:49.537Z Downloaded usdt-impl v0.5.0
3242026-07-29T00:39:49.541Z Downloaded thiserror v1.0.69
3252026-07-29T00:39:49.545Z Downloaded camino v1.2.2
3262026-07-29T00:39:49.545Z Downloaded clap_derive v4.6.1
3272026-07-29T00:39:49.550Z Downloaded anstyle v1.0.14
3282026-07-29T00:39:49.555Z Downloaded terminal_size v0.4.3
3292026-07-29T00:39:49.559Z Downloaded cargo_metadata v0.23.1
3302026-07-29T00:39:49.562Z Downloaded serde_tokenstream v0.2.3
3312026-07-29T00:39:49.562Z Downloaded proc-macro-error v1.0.4
3322026-07-29T00:39:49.567Z Downloaded thiserror-impl v1.0.69
3332026-07-29T00:39:49.576Z Downloaded pest_derive v2.8.6
3342026-07-29T00:39:49.580Z Downloaded pest_generator v2.8.6
3352026-07-29T00:39:49.580Z Downloaded quote v1.0.45
3362026-07-29T00:39:49.586Z Downloaded anyhow v1.0.102
3372026-07-29T00:39:49.608Z Downloaded bitflags v2.11.0
3382026-07-29T00:39:49.613Z Downloaded ucd-trie v0.1.7
3392026-07-29T00:39:49.613Z Downloaded serde_derive v1.0.228
3402026-07-29T00:39:49.613Z Downloaded once_cell v1.21.3
3412026-07-29T00:39:49.613Z Downloaded semver v1.0.28
3422026-07-29T00:39:49.614Z Downloaded textwrap v0.16.2
3432026-07-29T00:39:49.620Z Downloaded clap v4.6.1
3442026-07-29T00:39:49.620Z Downloaded unicode-ident v1.0.24
3452026-07-29T00:39:49.625Z Downloaded papergrid v0.11.0
3462026-07-29T00:39:49.632Z Downloaded getrandom v0.4.1
3472026-07-29T00:39:49.640Z Downloaded serde_core v1.0.228
3482026-07-29T00:39:49.644Z Downloaded tempfile v3.25.0
3492026-07-29T00:39:49.644Z Downloaded memchr v2.8.0
3502026-07-29T00:39:49.649Z Downloaded proc-macro2 v1.0.106
3512026-07-29T00:39:49.657Z Downloaded toml_edit v0.22.27
3522026-07-29T00:39:49.670Z Downloaded pest_meta v2.8.6
3532026-07-29T00:39:49.681Z Downloaded typenum v1.20.1
3542026-07-29T00:39:49.684Z Downloaded serde v1.0.228
3552026-07-29T00:39:49.750Z Downloaded indexmap v2.14.0
3562026-07-29T00:39:49.760Z Downloaded pest v2.8.6
3572026-07-29T00:39:49.760Z Downloaded serde_json v1.0.151
3582026-07-29T00:39:49.760Z Downloaded hashbrown v0.17.0
3592026-07-29T00:39:49.760Z Downloaded tabled v0.15.0
3602026-07-29T00:39:49.768Z Downloaded winnow v0.7.14
3612026-07-29T00:39:49.771Z Downloaded clap_builder v4.6.0
3622026-07-29T00:39:49.771Z Downloaded syn v1.0.109
3632026-07-29T00:39:49.787Z Downloaded unicode-width v0.1.14
3642026-07-29T00:39:49.792Z Downloaded unicode-width v0.2.0
3652026-07-29T00:39:49.803Z Downloaded rustix v1.1.3
3662026-07-29T00:39:49.841Z Downloaded libc v0.2.185
3672026-07-29T00:39:49.905Z Compiling proc-macro2 v1.0.106
3682026-07-29T00:39:49.905Z Compiling quote v1.0.45
3692026-07-29T00:39:49.905Z Compiling unicode-ident v1.0.24
3702026-07-29T00:39:49.921Z Compiling serde_core v1.0.228
3712026-07-29T00:39:49.921Z Compiling libc v0.2.185
3722026-07-29T00:39:49.921Z Compiling version_check v0.9.5
3732026-07-29T00:39:49.922Z Compiling memchr v2.8.0
3742026-07-29T00:39:49.922Z Compiling serde v1.0.228
3752026-07-29T00:39:49.922Z Compiling zmij v1.0.21
3762026-07-29T00:39:49.922Z Compiling thiserror v1.0.69
3772026-07-29T00:39:50.076Z Compiling itoa v1.0.17
3782026-07-29T00:39:50.080Z Compiling ucd-trie v0.1.7
3792026-07-29T00:39:50.080Z Compiling rustix v1.1.3
3802026-07-29T00:39:50.080Z Compiling byteorder v1.5.0
3812026-07-29T00:39:50.291Z Compiling serde_json v1.0.151
3822026-07-29T00:39:50.357Z Compiling bitflags v2.11.0
3832026-07-29T00:39:50.522Z Compiling syn v1.0.109
3842026-07-29T00:39:50.586Z Compiling pest v2.8.6
3852026-07-29T00:39:50.639Z Compiling camino v1.2.2
3862026-07-29T00:39:50.671Z Compiling proc-macro-error-attr v1.0.4
3872026-07-29T00:39:50.687Z Compiling usdt-impl v0.5.0
3882026-07-29T00:39:50.693Z Compiling proc-macro-error v1.0.4
3892026-07-29T00:39:50.727Z Compiling utf8parse v0.2.2
3902026-07-29T00:39:50.744Z Compiling equivalent v1.0.2
3912026-07-29T00:39:50.872Z Compiling getrandom v0.4.1
3922026-07-29T00:39:50.907Z Compiling hashbrown v0.17.0
3932026-07-29T00:39:50.922Z Compiling errno v0.3.14
3942026-07-29T00:39:50.928Z Compiling thread-id v4.2.2
3952026-07-29T00:39:51.022Z Compiling log v0.4.29
3962026-07-29T00:39:51.027Z Compiling plain v0.2.3
3972026-07-29T00:39:51.039Z Compiling anstyle-parse v1.0.0
3982026-07-29T00:39:51.134Z Compiling toml_write v0.1.2
3992026-07-29T00:39:51.187Z Compiling colorchoice v1.0.4
4002026-07-29T00:39:51.214Z Compiling cfg-if v1.0.4
4012026-07-29T00:39:51.245Z Compiling autocfg v1.5.0
4022026-07-29T00:39:51.268Z Compiling anstyle-query v1.1.5
4032026-07-29T00:39:51.273Z Compiling thiserror v2.0.18
4042026-07-29T00:39:51.273Z Compiling is_terminal_polyfill v1.70.2
4052026-07-29T00:39:51.352Z Compiling winnow v0.7.14
4062026-07-29T00:39:51.357Z Compiling pretty-hex v0.4.1
4072026-07-29T00:39:51.370Z Compiling anstyle v1.0.14
4082026-07-29T00:39:51.435Z Compiling strsim v0.11.1
4092026-07-29T00:39:51.446Z Compiling once_cell v1.21.3
4102026-07-29T00:39:51.565Z Compiling syn v2.0.117
4112026-07-29T00:39:51.582Z Compiling pest_meta v2.8.6
4122026-07-29T00:39:51.591Z Compiling indexmap v2.14.0
4132026-07-29T00:39:51.673Z Compiling anstream v1.0.0
4142026-07-29T00:39:51.691Z Compiling anyhow v1.0.102
4152026-07-29T00:39:51.712Z Compiling fs-err v3.3.0
4162026-07-29T00:39:51.715Z Compiling heck v0.4.1
4172026-07-29T00:39:51.811Z Compiling fastrand v2.3.0
4182026-07-29T00:39:51.824Z Compiling clap_lex v1.0.0
4192026-07-29T00:39:51.880Z Compiling heck v0.5.0
4202026-07-29T00:39:51.924Z Compiling unicode-width v0.1.14
4212026-07-29T00:39:52.003Z Compiling fnv v1.0.7
4222026-07-29T00:39:52.018Z Compiling bytecount v0.6.9
4232026-07-29T00:39:52.043Z Compiling terminal_size v0.4.3
4242026-07-29T00:39:52.103Z Compiling tempfile v3.25.0
4252026-07-29T00:39:52.121Z Compiling memmap v0.7.0
4262026-07-29T00:39:52.154Z Compiling unicode-linebreak v0.1.5
4272026-07-29T00:39:52.174Z Compiling papergrid v0.11.0
4282026-07-29T00:39:52.206Z Compiling clap_builder v4.6.0
4292026-07-29T00:39:52.238Z Compiling unicode-width v0.2.0
4302026-07-29T00:39:52.238Z Compiling smawk v0.3.2
4312026-07-29T00:39:52.333Z Compiling swrite v0.1.0
4322026-07-29T00:39:52.466Z Compiling textwrap v0.16.2
4332026-07-29T00:39:52.528Z Compiling semver v1.0.28
4342026-07-29T00:39:52.548Z Compiling cargo-platform v0.3.2
4352026-07-29T00:39:52.770Z Compiling camino-tempfile v1.4.1
4362026-07-29T00:39:53.104Z Compiling tabled_derive v0.7.0
4372026-07-29T00:39:53.726Z Compiling pest_generator v2.8.6
4382026-07-29T00:39:53.802Z Compiling tabled v0.15.0
4392026-07-29T00:39:54.222Z Compiling serde_derive v1.0.228
4402026-07-29T00:39:54.222Z Compiling thiserror-impl v1.0.69
4412026-07-29T00:39:54.222Z Compiling zerocopy-derive v0.7.35
4422026-07-29T00:39:54.230Z Compiling scroll_derive v0.12.1
4432026-07-29T00:39:54.230Z Compiling thiserror-impl v2.0.18
4442026-07-29T00:39:54.230Z Compiling clap_derive v4.6.1
4452026-07-29T00:39:54.333Z Compiling pest_derive v2.8.6
4462026-07-29T00:39:54.916Z Compiling zerocopy v0.7.35
4472026-07-29T00:39:54.937Z Compiling scroll v0.12.0
4482026-07-29T00:39:55.145Z Compiling goblin v0.8.2
4492026-07-29T00:39:55.291Z Compiling dtrace-parser v0.2.0
4502026-07-29T00:39:55.565Z Compiling clap v4.6.1
4512026-07-29T00:39:56.645Z Compiling dof v0.3.0
4522026-07-29T00:39:56.645Z Compiling serde_tokenstream v0.2.3
4532026-07-29T00:39:56.674Z Compiling toml_datetime v0.6.11
4542026-07-29T00:39:56.675Z Compiling serde_spanned v0.6.9
4552026-07-29T00:39:56.680Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4562026-07-29T00:39:56.680Z Compiling cargo_metadata v0.23.1
4572026-07-29T00:39:56.680Z Compiling macaddr v1.0.1
4582026-07-29T00:39:56.865Z Compiling toml_edit v0.22.27
4592026-07-29T00:39:57.331Z Compiling usdt-macro v0.5.0
4602026-07-29T00:39:57.354Z Compiling usdt-attr-macro v0.5.0
4612026-07-29T00:39:57.932Z Compiling usdt v0.5.0
4622026-07-29T00:39:58.099Z Compiling toml v0.8.23
4632026-07-29T00:39:58.426Z Compiling cargo_toml v0.21.0
4642026-07-29T00:39:59.750Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4652026-07-29T00:40:01.756Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.11s
4662026-07-29T00:40:01.963Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4672026-07-29T00:40:02.453Z Downloading crates ...
4682026-07-29T00:40:02.520Z Downloaded aead v0.5.2
4692026-07-29T00:40:02.556Z Downloaded anstyle-parse v0.2.7
4702026-07-29T00:40:02.556Z Downloaded adler2 v2.0.1
4712026-07-29T00:40:02.556Z Downloaded allocator-api2 v0.2.21
4722026-07-29T00:40:02.557Z Downloaded base16ct v0.2.0
4732026-07-29T00:40:02.557Z Downloaded ciborium-io v0.2.2
4742026-07-29T00:40:02.557Z Downloaded compression-codecs v0.4.37
4752026-07-29T00:40:02.557Z Downloaded cfg_aliases v0.1.1
4762026-07-29T00:40:02.557Z Downloaded const_format_proc_macros v0.2.34
4772026-07-29T00:40:02.557Z Downloaded backon v1.6.0
4782026-07-29T00:40:02.557Z Downloaded atomic-waker v1.1.2
4792026-07-29T00:40:02.557Z Downloaded base16ct v1.0.0
4802026-07-29T00:40:02.557Z Downloaded bit-vec v0.8.0
4812026-07-29T00:40:02.557Z Downloaded assert_matches v1.5.0
4822026-07-29T00:40:02.557Z Downloaded atomicwrites v0.4.4
4832026-07-29T00:40:02.557Z Downloaded bitfield-macros v0.19.4
4842026-07-29T00:40:02.558Z Downloaded flagset v0.4.7
4852026-07-29T00:40:02.558Z Downloaded base64 v0.21.7
4862026-07-29T00:40:02.558Z Downloaded bit-vec v0.6.3
4872026-07-29T00:40:02.558Z Downloaded ahash v0.8.12
4882026-07-29T00:40:02.558Z Downloaded enum-as-inner v0.6.1
4892026-07-29T00:40:02.558Z Downloaded fallible-iterator v0.2.0
4902026-07-29T00:40:02.558Z Downloaded bitfield-struct v0.6.2
4912026-07-29T00:40:02.558Z Downloaded find-msvc-tools v0.1.9
4922026-07-29T00:40:02.588Z Downloaded convert_case v0.4.0
4932026-07-29T00:40:02.588Z Downloaded block-padding v0.4.2
4942026-07-29T00:40:02.588Z Downloaded bit-set v0.8.0
4952026-07-29T00:40:02.589Z Downloaded float-ord v0.3.2
4962026-07-29T00:40:02.589Z Downloaded flume v0.11.1
4972026-07-29T00:40:02.589Z Downloaded foldhash v0.1.5
4982026-07-29T00:40:02.589Z Downloaded http-body v1.0.1
4992026-07-29T00:40:02.589Z Downloaded git-stub v1.0.0
5002026-07-29T00:40:02.589Z Downloaded bcs v0.1.6
5012026-07-29T00:40:02.590Z Downloaded float-cmp v0.10.0
5022026-07-29T00:40:02.590Z Downloaded async-trait v0.1.89
5032026-07-29T00:40:02.590Z Downloaded env_logger v0.11.9
5042026-07-29T00:40:02.590Z Downloaded futures-sink v0.3.32
5052026-07-29T00:40:02.590Z Downloaded globset v0.4.18
5062026-07-29T00:40:02.590Z Downloaded async-stream v0.3.6
5072026-07-29T00:40:02.590Z Downloaded fxhash v0.2.1
5082026-07-29T00:40:02.590Z Downloaded env_filter v1.0.0
5092026-07-29T00:40:02.590Z Downloaded array-init v0.0.4
5102026-07-29T00:40:02.590Z Downloaded compression-core v0.4.31
5112026-07-29T00:40:02.590Z Downloaded ascii-canvas v3.0.0
5122026-07-29T00:40:02.590Z Downloaded ff v0.14.0
5132026-07-29T00:40:02.590Z Downloaded async-stream-impl v0.3.6
5142026-07-29T00:40:02.628Z Downloaded fixedbitset v0.4.2
5152026-07-29T00:40:02.628Z Downloaded erased-serde v0.3.31
5162026-07-29T00:40:02.629Z Downloaded httparse v1.10.1
5172026-07-29T00:40:02.629Z Downloaded bit-set v0.5.3
5182026-07-29T00:40:02.629Z Downloaded ghash v0.6.0
5192026-07-29T00:40:02.629Z Downloaded hmac v0.12.1
5202026-07-29T00:40:02.629Z Downloaded endian-type v0.1.2
5212026-07-29T00:40:02.629Z Downloaded fd-lock v4.0.4
5222026-07-29T00:40:02.629Z Downloaded ff v0.13.1
5232026-07-29T00:40:02.629Z Downloaded arrayref v0.3.9
5242026-07-29T00:40:02.629Z Downloaded foreign-types-shared v0.3.1
5252026-07-29T00:40:02.629Z Downloaded getrandom v0.2.17
5262026-07-29T00:40:02.629Z Downloaded hash32 v0.3.1
5272026-07-29T00:40:02.629Z Downloaded cfg_aliases v0.2.1
5282026-07-29T00:40:02.629Z Downloaded bb8 v0.8.6
5292026-07-29T00:40:02.629Z Downloaded home v0.5.12
5302026-07-29T00:40:02.629Z Downloaded hostname v0.3.1
5312026-07-29T00:40:02.629Z Downloaded hubpack v0.1.2
5322026-07-29T00:40:02.629Z Downloaded futures-core v0.3.32
5332026-07-29T00:40:02.630Z Downloaded futures-task v0.3.32
5342026-07-29T00:40:02.630Z Downloaded hex-literal v1.1.0
5352026-07-29T00:40:02.630Z Downloaded async-recursion v1.1.1
5362026-07-29T00:40:02.630Z Downloaded atty v0.2.14
5372026-07-29T00:40:02.630Z Downloaded block-buffer v0.12.1
5382026-07-29T00:40:02.630Z Downloaded olpc-cjson v0.1.4
5392026-07-29T00:40:02.630Z Downloaded aes v0.9.1
5402026-07-29T00:40:02.654Z Downloaded bitflags v1.3.2
5412026-07-29T00:40:02.654Z Downloaded hash32 v0.2.1
5422026-07-29T00:40:02.654Z Downloaded hubpack_derive v0.1.1
5432026-07-29T00:40:02.654Z Downloaded futures-io v0.3.32
5442026-07-29T00:40:02.655Z Downloaded castaway v0.2.4
5452026-07-29T00:40:02.655Z Downloaded form_urlencoded v1.2.2
5462026-07-29T00:40:02.655Z Downloaded gethostname v0.5.0
5472026-07-29T00:40:02.655Z Downloaded foreign-types-shared v0.1.1
5482026-07-29T00:40:02.655Z Downloaded http-range v0.1.5
5492026-07-29T00:40:02.655Z Downloaded futures-macro v0.3.32
5502026-07-29T00:40:02.655Z Downloaded cobs v0.3.0
5512026-07-29T00:40:02.655Z Downloaded bcrypt-pbkdf v0.11.0
5522026-07-29T00:40:02.655Z Downloaded hex v0.4.3
5532026-07-29T00:40:02.655Z Downloaded hostname v0.4.2
5542026-07-29T00:40:02.655Z Downloaded hyper-tls v0.6.0
5552026-07-29T00:40:02.655Z Downloaded ciborium-ll v0.2.2
5562026-07-29T00:40:02.655Z Downloaded funty v2.0.0
5572026-07-29T00:40:02.655Z Downloaded getrandom v0.3.4
5582026-07-29T00:40:02.655Z Downloaded enum_dispatch v0.3.13
5592026-07-29T00:40:02.656Z Downloaded headers-core v0.3.0
5602026-07-29T00:40:02.656Z Downloaded foreign-types v0.3.2
5612026-07-29T00:40:02.656Z Downloaded foreign-types v0.5.0
5622026-07-29T00:40:02.656Z Downloaded packed_struct_codegen v0.10.1
5632026-07-29T00:40:02.678Z Downloaded password-hash v0.6.1
5642026-07-29T00:40:02.678Z Downloaded nonempty v0.12.0
5652026-07-29T00:40:02.678Z Downloaded foreign-types-macros v0.2.3
5662026-07-29T00:40:02.679Z Downloaded filetime v0.2.27
5672026-07-29T00:40:02.679Z Downloaded num_enum_derive v0.5.11
5682026-07-29T00:40:02.679Z Downloaded aead v0.6.1
5692026-07-29T00:40:02.679Z Downloaded anstream v0.6.21
5702026-07-29T00:40:02.679Z Downloaded powerfmt v0.2.0
5712026-07-29T00:40:02.679Z Downloaded bs58 v0.5.1
5722026-07-29T00:40:02.679Z Downloaded backoff v0.4.0
5732026-07-29T00:40:02.705Z Downloaded rand_xorshift v0.4.0
5742026-07-29T00:40:02.705Z Downloaded progenitor-client v0.14.0
5752026-07-29T00:40:02.705Z Downloaded rfc6979 v0.4.0
5762026-07-29T00:40:02.705Z Downloaded cexpr v0.6.0
5772026-07-29T00:40:02.705Z Downloaded cmov v0.5.4
5782026-07-29T00:40:02.705Z Downloaded num-derive v0.4.2
5792026-07-29T00:40:02.705Z Downloaded fatfs v0.3.6
5802026-07-29T00:40:02.705Z Downloaded num-derive v0.3.3
5812026-07-29T00:40:02.705Z Downloaded group v0.13.0
5822026-07-29T00:40:02.705Z Downloaded glob v0.3.3
5832026-07-29T00:40:02.705Z Downloaded globwalk v0.9.1
5842026-07-29T00:40:02.705Z Downloaded humantime v2.3.0
5852026-07-29T00:40:02.705Z Downloaded fixedbitset v0.5.7
5862026-07-29T00:40:02.705Z Downloaded fs-err v2.11.0
5872026-07-29T00:40:02.705Z Downloaded git-stub-vcs v0.1.0
5882026-07-29T00:40:02.705Z Downloaded group v0.14.0
5892026-07-29T00:40:02.705Z Downloaded highway v1.3.0
5902026-07-29T00:40:02.706Z Downloaded http-body-util v0.1.3
5912026-07-29T00:40:02.706Z Downloaded base64ct v1.8.3
5922026-07-29T00:40:02.706Z Downloaded cmake v0.1.57
5932026-07-29T00:40:02.706Z Downloaded foldhash v0.2.0
5942026-07-29T00:40:02.730Z Downloaded same-file v1.0.6
5952026-07-29T00:40:02.730Z Downloaded secrecy v0.8.0
5962026-07-29T00:40:02.731Z Downloaded serde_bytes v0.11.19
5972026-07-29T00:40:02.731Z Downloaded radium v0.7.0
5982026-07-29T00:40:02.731Z Downloaded signal-hook-mio v0.2.5
5992026-07-29T00:40:02.731Z Downloaded rustc-hash v2.1.1
6002026-07-29T00:40:02.731Z Downloaded hyper-staticfile v0.10.1
6012026-07-29T00:40:02.731Z Downloaded scopeguard v1.2.0
6022026-07-29T00:40:02.731Z Downloaded httpdate v1.0.3
6032026-07-29T00:40:02.732Z Downloaded futures-executor v0.3.32
6042026-07-29T00:40:02.732Z Downloaded hickory-server v0.25.2
6052026-07-29T00:40:02.732Z Downloaded cipher v0.5.2
6062026-07-29T00:40:02.732Z Downloaded generic-array v1.4.3
6072026-07-29T00:40:02.732Z Downloaded blowfish v0.10.0
6082026-07-29T00:40:02.732Z Downloaded camino-tempfile-ext v0.3.3
6092026-07-29T00:40:02.733Z Downloaded slog-bunyan v2.5.0
6102026-07-29T00:40:02.758Z Downloaded bitfield v0.19.4
6112026-07-29T00:40:02.758Z Downloaded tabled_derive v0.11.0
6122026-07-29T00:40:02.759Z Downloaded buf-list v1.1.2
6132026-07-29T00:40:02.759Z Downloaded thread-id v5.1.0
6142026-07-29T00:40:02.759Z Downloaded tap v1.0.1
6152026-07-29T00:40:02.759Z Downloaded tokio-test v0.4.5
6162026-07-29T00:40:02.759Z Downloaded tower-layer v0.3.3
6172026-07-29T00:40:02.759Z Downloaded tower-service v0.3.3
6182026-07-29T00:40:02.759Z Downloaded openssl-probe v0.2.1
6192026-07-29T00:40:02.759Z Downloaded cipher v0.4.4
6202026-07-29T00:40:02.759Z Downloaded predicates-core v1.0.10
6212026-07-29T00:40:02.759Z Downloaded stable_deref_trait v1.2.1
6222026-07-29T00:40:02.759Z Downloaded subtle v2.6.1
6232026-07-29T00:40:02.759Z Downloaded thiserror-impl-no-std v2.0.2
6242026-07-29T00:40:02.760Z Downloaded progenitor v0.13.0
6252026-07-29T00:40:02.760Z Downloaded argon2 v0.5.3
6262026-07-29T00:40:02.760Z Downloaded pem v3.0.6
6272026-07-29T00:40:02.760Z Downloaded phf v0.12.1
6282026-07-29T00:40:02.791Z Downloaded bzip2 v0.4.4
6292026-07-29T00:40:02.791Z Downloaded ciborium v0.2.2
6302026-07-29T00:40:02.791Z Downloaded async-bb8-diesel v0.2.1
6312026-07-29T00:40:02.791Z Downloaded clang-sys v1.8.1
6322026-07-29T00:40:02.792Z Downloaded topological-sort v0.2.2
6332026-07-29T00:40:02.792Z Downloaded unit-prefix v0.5.2
6342026-07-29T00:40:02.792Z Downloaded untrusted v0.9.0
6352026-07-29T00:40:02.792Z Downloaded cassowary v0.3.0
6362026-07-29T00:40:02.792Z Downloaded byte-wrapper v0.1.0
6372026-07-29T00:40:02.792Z Downloaded fs_extra v1.3.0
6382026-07-29T00:40:02.792Z Downloaded hybrid-array v0.4.13
6392026-07-29T00:40:02.792Z Downloaded progenitor-client v0.13.0
6402026-07-29T00:40:02.792Z Downloaded rustls-native-certs v0.8.3
6412026-07-29T00:40:02.792Z Downloaded owo-colors v4.3.0
6422026-07-29T00:40:02.792Z Downloaded proc-macro-crate v1.3.1
6432026-07-29T00:40:02.793Z Downloaded colored v2.2.0
6442026-07-29T00:40:02.793Z Downloaded wait-timeout v0.2.1
6452026-07-29T00:40:02.793Z Downloaded want v0.3.1
6462026-07-29T00:40:02.793Z Downloaded sec1 v0.8.1
6472026-07-29T00:40:02.793Z Downloaded sqlformat v0.3.5
6482026-07-29T00:40:02.793Z Downloaded password-hash v0.5.0
6492026-07-29T00:40:02.793Z Downloaded phf v0.13.1
6502026-07-29T00:40:02.793Z Downloaded futures-channel v0.3.32
6512026-07-29T00:40:02.793Z Downloaded hyper-rustls v0.27.7
6522026-07-29T00:40:02.793Z Downloaded pkcs8 v0.10.2
6532026-07-29T00:40:02.793Z Downloaded rand_core v0.9.5
6542026-07-29T00:40:02.793Z Downloaded rpassword v7.5.4
6552026-07-29T00:40:02.794Z Downloaded simd-adler32 v0.3.8
6562026-07-29T00:40:02.794Z Downloaded zerofrom v0.1.6
6572026-07-29T00:40:02.794Z Downloaded xattr v1.6.1
6582026-07-29T00:40:02.794Z Downloaded untrusted v0.7.1
6592026-07-29T00:40:02.794Z Downloaded zone_cfg_derive v0.3.1
6602026-07-29T00:40:02.808Z Downloaded slog-dtrace v0.3.0
6612026-07-29T00:40:02.808Z Downloaded serdect v0.4.3
6622026-07-29T00:40:02.808Z Downloaded static_assertions v1.1.0
6632026-07-29T00:40:02.808Z Downloaded constant_time_eq v0.4.2
6642026-07-29T00:40:02.809Z Downloaded bzip2 v0.6.1
6652026-07-29T00:40:02.809Z Downloaded thiserror-no-std v2.0.2
6662026-07-29T00:40:02.809Z Downloaded smf v0.2.3
6672026-07-29T00:40:02.809Z Downloaded const-oid v0.9.6
6682026-07-29T00:40:02.809Z Downloaded cbc v0.2.1
6692026-07-29T00:40:02.809Z Downloaded cstr-argument v0.1.2
6702026-07-29T00:40:02.809Z Downloaded darling_macro v0.13.4
6712026-07-29T00:40:02.809Z Downloaded darling_macro v0.20.11
6722026-07-29T00:40:02.810Z Downloaded darling_macro v0.23.0
6732026-07-29T00:40:02.810Z Downloaded downcast-rs v2.0.2
6742026-07-29T00:40:02.810Z Downloaded arrayvec v0.7.6
6752026-07-29T00:40:02.810Z Downloaded console v0.16.2
6762026-07-29T00:40:02.810Z Downloaded cancel-safe-futures v0.1.5
6772026-07-29T00:40:02.810Z Downloaded colored v3.1.1
6782026-07-29T00:40:02.810Z Downloaded poly1305 v0.9.0
6792026-07-29T00:40:02.810Z Downloaded tls_codec_derive v0.4.2
6802026-07-29T00:40:02.810Z Downloaded parking_lot_core v0.9.12
6812026-07-29T00:40:02.810Z Downloaded stacker v0.1.23
6822026-07-29T00:40:02.810Z Downloaded chacha20 v0.9.1
6832026-07-29T00:40:02.810Z Downloaded termios v0.3.3
6842026-07-29T00:40:02.811Z Downloaded cpufeatures v0.3.0
6852026-07-29T00:40:02.811Z Downloaded darling_macro v0.21.3
6862026-07-29T00:40:02.811Z Downloaded progenitor v0.14.0
6872026-07-29T00:40:02.811Z Downloaded rustversion v1.0.22
6882026-07-29T00:40:02.832Z Downloaded cpubits v0.1.1
6892026-07-29T00:40:02.832Z Downloaded blake2 v0.11.0-rc.6
6902026-07-29T00:40:02.832Z Downloaded digest-io v0.1.0
6912026-07-29T00:40:02.833Z Downloaded dropshot-api-manager-types v0.7.2
6922026-07-29T00:40:02.833Z Downloaded argon2 v0.6.0-rc.8
6932026-07-29T00:40:02.833Z Downloaded blake2 v0.10.6
6942026-07-29T00:40:02.833Z Downloaded pkcs1 v0.7.5
6952026-07-29T00:40:02.833Z Downloaded dunce v1.0.5
6962026-07-29T00:40:02.833Z Downloaded arc-swap v1.8.2
6972026-07-29T00:40:02.833Z Downloaded bytes v1.11.1
6982026-07-29T00:40:02.833Z Downloaded postcard v1.1.3
6992026-07-29T00:40:03.280Z Downloaded serde-hex v0.1.0
7002026-07-29T00:40:03.280Z Downloaded unicase v2.9.0
7012026-07-29T00:40:03.280Z Downloaded ident_case v1.0.1
7022026-07-29T00:40:03.280Z Downloaded illumos-nvpair v0.3.0
7032026-07-29T00:40:03.280Z Downloaded is-terminal v0.4.17
7042026-07-29T00:40:03.280Z Downloaded half v1.8.3
7052026-07-29T00:40:03.280Z Downloaded lazy_static v1.5.0
7062026-07-29T00:40:03.280Z Downloaded serde_cbor v0.11.2
7072026-07-29T00:40:03.280Z Downloaded utf8_iter v1.0.4
7082026-07-29T00:40:03.281Z Downloaded vergen-lib v9.1.0
7092026-07-29T00:40:03.281Z Downloaded embedded-io v0.6.1
7102026-07-29T00:40:03.281Z Downloaded instability v0.3.11
7112026-07-29T00:40:03.281Z Downloaded hmac v0.13.0
7122026-07-29T00:40:03.281Z Downloaded inout v0.2.2
7132026-07-29T00:40:03.281Z Downloaded kem v0.3.0
7142026-07-29T00:40:03.281Z Downloaded managed v0.8.0
7152026-07-29T00:40:03.281Z Downloaded console v0.15.11
7162026-07-29T00:40:03.281Z Downloaded flate2 v1.1.9
7172026-07-29T00:40:03.281Z Downloaded const-oid v0.10.2
7182026-07-29T00:40:03.281Z Downloaded spin v0.9.8
7192026-07-29T00:40:03.359Z Downloaded snafu-derive v0.8.9
7202026-07-29T00:40:03.359Z Downloaded nibble_vec v0.1.0
7212026-07-29T00:40:03.359Z Downloaded peg-runtime v0.8.5
7222026-07-29T00:40:03.359Z Downloaded phf_shared v0.12.1
7232026-07-29T00:40:03.359Z Downloaded maplit v1.0.2
7242026-07-29T00:40:03.359Z Downloaded mime v0.3.17
7252026-07-29T00:40:03.359Z Downloaded new_debug_unreachable v1.0.6
7262026-07-29T00:40:03.359Z Downloaded normalize-line-endings v0.3.0
7272026-07-29T00:40:03.359Z Downloaded phf_shared v0.13.1
7282026-07-29T00:40:03.359Z Downloaded newtype_derive v0.1.6
7292026-07-29T00:40:03.359Z Downloaded oxide-update-engine-types v0.1.2
7302026-07-29T00:40:03.359Z Downloaded path-slash v0.1.5
7312026-07-29T00:40:03.359Z Downloaded phf_shared v0.11.3
7322026-07-29T00:40:03.359Z Downloaded ctutils v0.4.2
7332026-07-29T00:40:03.359Z Downloaded digest v0.11.3
7342026-07-29T00:40:03.359Z Downloaded ed25519 v2.2.3
7352026-07-29T00:40:03.360Z Downloaded parse-display v0.10.0
7362026-07-29T00:40:03.360Z Downloaded predicates-tree v1.0.13
7372026-07-29T00:40:03.360Z Downloaded rustc_version v0.1.7
7382026-07-29T00:40:03.360Z Downloaded potential_utf v0.1.4
7392026-07-29T00:40:03.360Z Downloaded vergen v9.1.0
7402026-07-29T00:40:03.360Z Downloaded unicode-properties v0.1.4
7412026-07-29T00:40:03.360Z Downloaded half v2.7.1
7422026-07-29T00:40:03.360Z Downloaded heapless v0.8.0
7432026-07-29T00:40:03.360Z Downloaded ena v0.14.4
7442026-07-29T00:40:03.360Z Downloaded futures v0.3.32
7452026-07-29T00:40:03.360Z Downloaded recursive v0.1.1
7462026-07-29T00:40:03.360Z Downloaded ref-cast-impl v1.0.25
7472026-07-29T00:40:03.360Z Downloaded scheduled-thread-pool v0.2.7
7482026-07-29T00:40:03.361Z Downloaded ingot v0.2.1
7492026-07-29T00:40:03.361Z Downloaded libloading v0.8.9
7502026-07-29T00:40:03.361Z Downloaded ref-cast v1.0.25
7512026-07-29T00:40:03.361Z Downloaded seq-macro v0.3.6
7522026-07-29T00:40:03.361Z Downloaded sapling-renderdag v0.1.0
7532026-07-29T00:40:03.361Z Downloaded rustc_version v0.4.1
7542026-07-29T00:40:03.361Z Downloaded serde_plain v1.0.2
7552026-07-29T00:40:03.361Z Downloaded zerocopy v0.6.6
7562026-07-29T00:40:03.361Z Downloaded headers v0.4.1
7572026-07-29T00:40:03.361Z Downloaded heapless v0.7.17
7582026-07-29T00:40:03.361Z Downloaded sync_wrapper v1.0.2
7592026-07-29T00:40:03.361Z Downloaded signature v3.0.0
7602026-07-29T00:40:03.361Z Downloaded chacha20poly1305 v0.10.1
7612026-07-29T00:40:03.361Z Downloaded const_format v0.2.35
7622026-07-29T00:40:03.361Z Downloaded signature v2.2.0
7632026-07-29T00:40:03.362Z Downloaded signal-hook-tokio v0.3.1
7642026-07-29T00:40:03.362Z Downloaded structmeta v0.3.0
7652026-07-29T00:40:03.362Z Downloaded chacha20 v0.10.0
7662026-07-29T00:40:03.362Z Downloaded subprocess v0.2.15
7672026-07-29T00:40:03.362Z Downloaded mime_guess v2.0.5
7682026-07-29T00:40:03.362Z Downloaded num-rational v0.4.2
7692026-07-29T00:40:03.362Z Downloaded typify-macro v0.6.2
7702026-07-29T00:40:03.362Z Downloaded ar_archive_writer v0.5.1
7712026-07-29T00:40:03.362Z Downloaded testing_table v0.3.0
7722026-07-29T00:40:03.362Z Downloaded oxide-tokio-rt v0.1.4
7732026-07-29T00:40:03.362Z Downloaded oxide-update-engine v0.1.2
7742026-07-29T00:40:03.362Z Downloaded base64 v0.22.1
7752026-07-29T00:40:03.362Z Downloaded toml v0.7.8
7762026-07-29T00:40:03.362Z Downloaded trait-variant v0.1.2
7772026-07-29T00:40:03.362Z Downloaded nu-ansi-term v0.50.3
7782026-07-29T00:40:03.362Z Downloaded p384 v0.14.0
7792026-07-29T00:40:03.362Z Downloaded yoke-derive v0.8.1
7802026-07-29T00:40:03.362Z Downloaded tungstenite v0.21.0
7812026-07-29T00:40:03.363Z Downloaded des v0.9.0
7822026-07-29T00:40:03.363Z Downloaded void v1.0.2
7832026-07-29T00:40:03.363Z Downloaded typify v0.6.2
7842026-07-29T00:40:03.363Z Downloaded prettyplease v0.2.37
7852026-07-29T00:40:03.363Z Downloaded crc8 v0.1.1
7862026-07-29T00:40:03.363Z Downloaded progenitor-extras v0.2.0
7872026-07-29T00:40:03.363Z Downloaded rand_chacha v0.9.0
7882026-07-29T00:40:03.363Z Downloaded rand_seeder v0.4.0
7892026-07-29T00:40:03.363Z Downloaded polyval v0.7.1
7902026-07-29T00:40:03.363Z Downloaded aws-lc-rs v1.16.3
7912026-07-29T00:40:03.363Z Downloaded psm v0.1.30
7922026-07-29T00:40:03.363Z Downloaded diesel_table_macro_syntax v0.3.0
7932026-07-29T00:40:03.363Z Downloaded dirs-sys-next v0.1.2
7942026-07-29T00:40:03.363Z Downloaded dof v0.4.0
7952026-07-29T00:40:03.363Z Downloaded debug-ignore v1.0.5
7962026-07-29T00:40:03.364Z Downloaded libsw-core v0.3.2
7972026-07-29T00:40:03.364Z Downloaded signal-hook-registry v1.4.8
7982026-07-29T00:40:03.364Z Downloaded hickory-resolver v0.25.2
7992026-07-29T00:40:03.364Z Downloaded zopfli v0.8.3
8002026-07-29T00:40:03.364Z Downloaded strum_macros v0.26.4
8012026-07-29T00:40:03.364Z Downloaded kstat-rs v0.2.4
8022026-07-29T00:40:03.364Z Downloaded bumpalo v3.20.2
8032026-07-29T00:40:03.364Z Downloaded tiny-keccak v2.0.2
8042026-07-29T00:40:03.364Z Downloaded tinystr v0.8.2
8052026-07-29T00:40:03.364Z Downloaded cc v1.2.56
8062026-07-29T00:40:03.364Z Downloaded ssh-encoding v0.3.0
8072026-07-29T00:40:03.364Z Downloaded illumos-nvpair-sys v0.2.0
8082026-07-29T00:40:03.364Z Downloaded indoc v1.0.9
8092026-07-29T00:40:03.364Z Downloaded inout v0.1.4
8102026-07-29T00:40:03.365Z Downloaded whoami v1.6.1
8112026-07-29T00:40:03.365Z Downloaded writeable v0.6.2
8122026-07-29T00:40:03.365Z Downloaded toml_datetime v1.1.1+spec-1.1.0
8132026-07-29T00:40:03.365Z Downloaded zerovec-derive v0.11.2
8142026-07-29T00:40:03.365Z Downloaded synstructure v0.13.2
8152026-07-29T00:40:03.365Z Downloaded async-compression v0.4.41
8162026-07-29T00:40:03.365Z Downloaded openssl-probe v0.1.6
8172026-07-29T00:40:03.365Z Downloaded time-macros v0.2.27
8182026-07-29T00:40:03.365Z Downloaded either v1.15.0
8192026-07-29T00:40:03.411Z Downloaded quinn v0.11.9
8202026-07-29T00:40:03.411Z Downloaded lru-slab v0.1.2
8212026-07-29T00:40:03.411Z Downloaded md-5 v0.10.6
8222026-07-29T00:40:03.411Z Downloaded num-conv v0.2.0
8232026-07-29T00:40:03.411Z Downloaded percent-encoding v2.3.2
8242026-07-29T00:40:03.411Z Downloaded rand_chacha v0.3.1
8252026-07-29T00:40:03.412Z Downloaded rfc6979 v0.6.0
8262026-07-29T00:40:03.412Z Downloaded proc-macro-error2 v2.0.1
8272026-07-29T00:40:03.412Z Downloaded csv-core v0.1.13
8282026-07-29T00:40:03.412Z Downloaded expectorate v1.2.0
8292026-07-29T00:40:03.412Z Downloaded darling v0.13.4
8302026-07-29T00:40:03.412Z Downloaded defmt-parser v1.0.0
8312026-07-29T00:40:03.412Z Downloaded schemars v0.9.0
8322026-07-29T00:40:03.412Z Downloaded daft-derive v0.1.7
8332026-07-29T00:40:03.412Z Downloaded proc-macro-crate v3.4.0
8342026-07-29T00:40:03.412Z Downloaded shell-words v1.1.1
8352026-07-29T00:40:03.412Z Downloaded hashbrown v0.12.3
8362026-07-29T00:40:03.412Z Downloaded serde_spanned v1.1.1
8372026-07-29T00:40:03.412Z Downloaded indexmap v1.9.3
8382026-07-29T00:40:03.412Z Downloaded libsw v3.5.0
8392026-07-29T00:40:03.412Z Downloaded zerotrie v0.2.3
8402026-07-29T00:40:03.413Z Downloaded ecdsa v0.16.9
8412026-07-29T00:40:03.413Z Downloaded compact_str v0.8.1
8422026-07-29T00:40:03.413Z Downloaded structmeta-derive v0.3.0
8432026-07-29T00:40:03.413Z Downloaded smallvec v1.15.1
8442026-07-29T00:40:03.413Z Downloaded futures-util v0.3.32
8452026-07-29T00:40:03.413Z Downloaded ed25519 v3.0.0
8462026-07-29T00:40:03.413Z Downloaded darling_core v0.23.0
8472026-07-29T00:40:03.413Z Downloaded ipnet v2.11.0
8482026-07-29T00:40:03.413Z Downloaded walkdir v2.5.0
8492026-07-29T00:40:03.413Z Downloaded omicron-zone-package v0.12.3
8502026-07-29T00:40:03.413Z Downloaded usdt v0.6.0
8512026-07-29T00:40:03.414Z Downloaded sync-ptr v0.1.4
8522026-07-29T00:40:03.414Z Downloaded waitgroup v0.1.2
8532026-07-29T00:40:03.414Z Downloaded sponge-cursor v0.1.0
8542026-07-29T00:40:03.414Z Downloaded tokio-macros v2.7.0
8552026-07-29T00:40:03.414Z Downloaded toml_edit v0.19.15
8562026-07-29T00:40:03.414Z Downloaded hickory-resolver v0.24.4
8572026-07-29T00:40:03.414Z Downloaded usdt-impl v0.6.0
8582026-07-29T00:40:03.414Z Downloaded pem-rfc7468 v1.0.0
8592026-07-29T00:40:03.414Z Downloaded yoke v0.8.1
8602026-07-29T00:40:03.414Z Downloaded rand v0.10.1
8612026-07-29T00:40:03.414Z Downloaded packed_struct v0.10.1
8622026-07-29T00:40:03.414Z Downloaded num-integer v0.1.46
8632026-07-29T00:40:03.414Z Downloaded icu_properties v2.1.2
8642026-07-29T00:40:03.414Z Downloaded oxide-update-engine-display v0.1.2
8652026-07-29T00:40:03.414Z Downloaded poly1305 v0.8.0
8662026-07-29T00:40:03.414Z Downloaded unicode-xid v0.2.6
8672026-07-29T00:40:03.415Z Downloaded crossbeam-utils v0.8.21
8682026-07-29T00:40:03.415Z Downloaded num-complex v0.4.6
8692026-07-29T00:40:03.415Z Downloaded pbkdf2 v0.13.0
8702026-07-29T00:40:03.415Z Downloaded port-file v0.1.0
8712026-07-29T00:40:03.415Z Downloaded proc-macro-error-attr2 v2.0.0
8722026-07-29T00:40:03.415Z Downloaded rand_core v0.6.4
8732026-07-29T00:40:03.415Z Downloaded prefix-trie v0.7.0
8742026-07-29T00:40:03.415Z Downloaded wnaf v0.14.0
8752026-07-29T00:40:03.415Z Downloaded serde_yaml v0.9.34+deprecated
8762026-07-29T00:40:03.415Z Downloaded derive_builder v0.20.2
8772026-07-29T00:40:03.415Z Downloaded rustls-pemfile v2.2.0
8782026-07-29T00:40:03.415Z Downloaded schemars_derive v0.8.22
8792026-07-29T00:40:03.415Z Downloaded scroll v0.13.0
8802026-07-29T00:40:03.415Z Downloaded derive_builder_macro v0.20.2
8812026-07-29T00:40:03.415Z Downloaded crc v3.4.0
8822026-07-29T00:40:03.416Z Downloaded crypto-common v0.2.2
8832026-07-29T00:40:03.416Z Downloaded der_derive v0.7.3
8842026-07-29T00:40:03.416Z Downloaded crunchy v0.2.4
8852026-07-29T00:40:03.416Z Downloaded socket2 v0.5.10
8862026-07-29T00:40:03.416Z Downloaded embedded-io v0.4.0
8872026-07-29T00:40:03.416Z Downloaded litrs v1.0.0
8882026-07-29T00:40:03.416Z Downloaded slog-stdlog v4.1.1
8892026-07-29T00:40:03.416Z Downloaded serde_with_macros v1.5.2
8902026-07-29T00:40:03.416Z Downloaded internet-checksum v0.2.1
8912026-07-29T00:40:03.416Z Downloaded tinyvec v1.10.0
8922026-07-29T00:40:03.416Z Downloaded ecdsa v0.17.0
8932026-07-29T00:40:03.416Z Downloaded num-traits v0.2.19
8942026-07-29T00:40:03.416Z Downloaded siphasher v1.0.2
8952026-07-29T00:40:03.416Z Downloaded dyn-clone v1.0.20
8962026-07-29T00:40:03.416Z Downloaded crypto-bigint v0.5.5
8972026-07-29T00:40:03.417Z Downloaded ml-kem v0.3.2
8982026-07-29T00:40:03.417Z Downloaded thread_local v1.1.9
8992026-07-29T00:40:03.417Z Downloaded strum_macros v0.27.2
9002026-07-29T00:40:03.417Z Downloaded string_cache v0.8.9
9012026-07-29T00:40:03.417Z Downloaded tokio-tungstenite v0.21.0
9022026-07-29T00:40:03.417Z Downloaded papergrid v0.17.0
9032026-07-29T00:40:03.417Z Downloaded vergen-gitcl v1.0.8
9042026-07-29T00:40:03.417Z Downloaded convert_case v0.10.0
9052026-07-29T00:40:03.417Z Downloaded darling_core v0.21.3
9062026-07-29T00:40:03.417Z Downloaded hashbrown v0.13.2
9072026-07-29T00:40:03.417Z Downloaded keccak v0.1.6
9082026-07-29T00:40:03.417Z Downloaded maybe-uninit v2.0.0
9092026-07-29T00:40:03.417Z Downloaded md5 v0.8.0
9102026-07-29T00:40:03.417Z Downloaded http v1.4.2
9112026-07-29T00:40:03.417Z Downloaded zone v0.3.1
9122026-07-29T00:40:03.417Z Downloaded rustls-webpki v0.103.13
9132026-07-29T00:40:03.418Z Downloaded precomputed-hash v0.1.1
9142026-07-29T00:40:03.418Z Downloaded aes-gcm v0.11.0
9152026-07-29T00:40:03.418Z Downloaded quinn-udp v0.5.14
9162026-07-29T00:40:03.418Z Downloaded data-encoding v2.10.0
9172026-07-29T00:40:03.418Z Downloaded critical-section v1.2.0
9182026-07-29T00:40:03.418Z Downloaded russh-util v0.52.0
9192026-07-29T00:40:03.450Z Downloaded socket2 v0.6.3
9202026-07-29T00:40:03.450Z Downloaded tabwriter v1.4.1
9212026-07-29T00:40:03.450Z Downloaded x509-cert v0.2.5
9222026-07-29T00:40:03.450Z Downloaded tagptr v0.2.0
9232026-07-29T00:40:03.450Z Downloaded term v0.7.0
9242026-07-29T00:40:03.450Z Downloaded libbz2-rs-sys v0.2.2
9252026-07-29T00:40:03.450Z Downloaded crossbeam-channel v0.5.15
9262026-07-29T00:40:03.450Z Downloaded tar v0.4.46
9272026-07-29T00:40:03.450Z Downloaded secrecy v0.10.3
9282026-07-29T00:40:03.450Z Downloaded native-tls v0.2.18
9292026-07-29T00:40:03.451Z Downloaded sqlparser_derive v0.5.0
9302026-07-29T00:40:03.451Z Downloaded strip-ansi-escapes v0.2.1
9312026-07-29T00:40:03.451Z Downloaded libefi-sys v0.1.0
9322026-07-29T00:40:03.451Z Downloaded lru v0.12.5
9332026-07-29T00:40:03.451Z Downloaded num_enum v0.7.6
9342026-07-29T00:40:03.451Z Downloaded tui-tree-widget v0.23.1
9352026-07-29T00:40:03.451Z Downloaded unarray v0.1.4
9362026-07-29T00:40:03.451Z Downloaded derive_more-impl v2.1.1
9372026-07-29T00:40:03.451Z Downloaded num_enum v0.5.11
9382026-07-29T00:40:03.451Z Downloaded zip v0.6.6
9392026-07-29T00:40:03.451Z Downloaded nanorand v0.7.0
9402026-07-29T00:40:03.451Z Downloaded parking_lot_core v0.8.6
9412026-07-29T00:40:03.451Z Downloaded crucible-workspace-hack v0.1.0
9422026-07-29T00:40:03.451Z Downloaded idna_adapter v1.2.1
9432026-07-29T00:40:03.451Z Downloaded dsl_auto_type v0.2.0
9442026-07-29T00:40:03.451Z Downloaded zeroize_derive v1.5.0
9452026-07-29T00:40:03.451Z Downloaded curve25519-dalek-derive v0.1.1
9462026-07-29T00:40:03.451Z Downloaded drift v0.2.0
9472026-07-29T00:40:03.451Z Downloaded primeorder v0.14.0
9482026-07-29T00:40:03.451Z Downloaded publicsuffix v2.3.0
9492026-07-29T00:40:03.451Z Downloaded peg v0.8.5
9502026-07-29T00:40:03.451Z Downloaded peg-macros v0.8.5
9512026-07-29T00:40:03.451Z Downloaded samael v0.0.19
9522026-07-29T00:40:03.452Z Downloaded multimap v0.10.1
9532026-07-29T00:40:03.452Z Downloaded memoffset v0.9.1
9542026-07-29T00:40:03.452Z Downloaded ryu v1.0.23
9552026-07-29T00:40:03.452Z Downloaded zip v4.6.1
9562026-07-29T00:40:03.452Z Downloaded progenitor-macro v0.14.0
9572026-07-29T00:40:03.452Z Downloaded deranged v0.5.8
9582026-07-29T00:40:03.452Z Downloaded lru-cache v0.1.2
9592026-07-29T00:40:03.452Z Downloaded resolv-conf v0.7.6
9602026-07-29T00:40:03.452Z Downloaded slog-json v2.6.1
9612026-07-29T00:40:03.452Z Downloaded support-bundle-viewer v0.1.2
9622026-07-29T00:40:03.452Z Downloaded uzers v0.12.2
9632026-07-29T00:40:03.452Z Downloaded diff v0.1.13
9642026-07-29T00:40:03.452Z Downloaded oso-derive v0.27.3
9652026-07-29T00:40:03.452Z Downloaded similar v2.7.0
9662026-07-29T00:40:03.452Z Downloaded russh-cryptovec v0.62.0
9672026-07-29T00:40:03.452Z Downloaded miniz_oxide v0.8.9
9682026-07-29T00:40:03.452Z Downloaded num-iter v0.1.45
9692026-07-29T00:40:03.452Z Downloaded minimal-lexical v0.2.1
9702026-07-29T00:40:03.452Z Downloaded ingot-macros v0.2.0
9712026-07-29T00:40:03.452Z Downloaded num-bigint v0.4.6
9722026-07-29T00:40:03.452Z Downloaded tungstenite v0.23.0
9732026-07-29T00:40:03.452Z Downloaded unsafe-libyaml v0.2.11
9742026-07-29T00:40:03.452Z Downloaded serde_path_to_error v0.1.20
9752026-07-29T00:40:03.453Z Downloaded tokio-dtrace v0.1.1
9762026-07-29T00:40:03.453Z Downloaded tokio-native-tls v0.3.1
9772026-07-29T00:40:03.453Z Downloaded toml_datetime v0.7.5+spec-1.1.0
9782026-07-29T00:40:03.453Z Downloaded url v2.5.8
9792026-07-29T00:40:03.453Z Downloaded vsss-rs v3.3.4
9802026-07-29T00:40:03.453Z Downloaded wyz v0.5.1
9812026-07-29T00:40:03.453Z Downloaded display-error-chain v0.2.2
9822026-07-29T00:40:03.453Z Downloaded sha1 v0.10.6
9832026-07-29T00:40:03.453Z Downloaded defmt-macros v1.0.1
9842026-07-29T00:40:03.453Z Downloaded sigpipe v0.1.3
9852026-07-29T00:40:03.453Z Downloaded slog-envlogger v2.2.0
9862026-07-29T00:40:03.453Z Downloaded pretty_assertions v1.4.1
9872026-07-29T00:40:03.453Z Downloaded hyper v1.10.1
9882026-07-29T00:40:03.454Z Downloaded ron v0.8.1
9892026-07-29T00:40:03.454Z Downloaded xshell-macros v0.2.7
9902026-07-29T00:40:03.454Z Downloaded tinyvec_macros v0.1.1
9912026-07-29T00:40:03.454Z Downloaded derive_more v2.1.1
9922026-07-29T00:40:03.454Z Downloaded try-lock v0.2.5
9932026-07-29T00:40:03.454Z Downloaded usdt-macro v0.6.0
9942026-07-29T00:40:03.454Z Downloaded hashbrown v0.16.1
9952026-07-29T00:40:03.454Z Downloaded serde_with_macros v3.21.0
9962026-07-29T00:40:03.454Z Downloaded steno v0.4.1
9972026-07-29T00:40:03.454Z Downloaded ed25519-dalek v2.2.0
9982026-07-29T00:40:03.454Z Downloaded pem-rfc7468 v0.7.0
9992026-07-29T00:40:03.454Z Downloaded paste v1.0.15
10002026-07-29T00:40:03.454Z Downloaded phc v0.6.1
10012026-07-29T00:40:03.454Z Downloaded dtrace-parser v0.3.0
10022026-07-29T00:40:03.454Z Downloaded ssh-key v0.7.0-rc.11
10032026-07-29T00:40:03.454Z Downloaded difflib v0.4.0
10042026-07-29T00:40:03.454Z Downloaded indent_write v2.2.0
10052026-07-29T00:40:03.455Z Downloaded h2 v0.4.15
10062026-07-29T00:40:03.455Z Downloaded scrypt v0.12.0
10072026-07-29T00:40:03.455Z Downloaded primefield v0.14.0
10082026-07-29T00:40:03.455Z Downloaded shlex v1.3.0
10092026-07-29T00:40:03.455Z Downloaded serde_derive_internals v0.29.1
10102026-07-29T00:40:03.455Z Downloaded crossterm v0.28.1
10112026-07-29T00:40:03.455Z Downloaded toml_edit v0.23.10+spec-1.0.0
10122026-07-29T00:40:03.455Z Downloaded tower v0.5.3
10132026-07-29T00:40:03.473Z Downloaded hkdf v0.13.0
10142026-07-29T00:40:03.473Z Downloaded ppv-lite86 v0.2.21
10152026-07-29T00:40:03.474Z Downloaded aho-corasick v1.1.4
10162026-07-29T00:40:03.474Z Downloaded predicates v3.1.4
10172026-07-29T00:40:03.474Z Downloaded derive-ex v0.1.8
10182026-07-29T00:40:03.474Z Downloaded yansi v1.0.1
10192026-07-29T00:40:03.474Z Downloaded darling v0.23.0
10202026-07-29T00:40:03.474Z Downloaded hashbrown v0.15.5
10212026-07-29T00:40:03.474Z Downloaded num_threads v0.1.7
10222026-07-29T00:40:03.474Z Downloaded newtype-uuid-macros v0.1.0
10232026-07-29T00:40:03.474Z Downloaded cookie v0.18.1
10242026-07-29T00:40:03.474Z Downloaded stringprep v0.1.5
10252026-07-29T00:40:03.474Z Downloaded scroll_derive v0.13.1
10262026-07-29T00:40:03.474Z Downloaded take_mut v0.2.2
10272026-07-29T00:40:03.474Z Downloaded rustyline v14.0.0
10282026-07-29T00:40:03.475Z Downloaded qorb v0.4.1
10292026-07-29T00:40:03.475Z Downloaded spki v0.7.3
10302026-07-29T00:40:03.475Z Downloaded pkcs5 v0.8.1
10312026-07-29T00:40:03.475Z Downloaded jobserver v0.1.34
10322026-07-29T00:40:03.475Z Downloaded progenitor-macro v0.13.0
10332026-07-29T00:40:03.506Z Downloaded strum v0.26.3
10342026-07-29T00:40:03.506Z Downloaded strum_macros v0.24.3
10352026-07-29T00:40:03.506Z Downloaded time-core v0.1.8
10362026-07-29T00:40:03.506Z Downloaded darling_core v0.20.11
10372026-07-29T00:40:03.506Z Downloaded xshell v0.2.7
10382026-07-29T00:40:03.506Z Downloaded slog v2.8.2
10392026-07-29T00:40:03.507Z Downloaded libxml v0.3.3
10402026-07-29T00:40:03.507Z Downloaded delegate v0.13.5
10412026-07-29T00:40:03.507Z Downloaded is_ci v1.2.0
10422026-07-29T00:40:03.581Z Downloaded icu_provider v2.1.1
10432026-07-29T00:40:03.581Z Downloaded universal-hash v0.5.1
10442026-07-29T00:40:03.581Z Downloaded vergen-lib v0.1.6
10452026-07-29T00:40:03.581Z Downloaded schemars v0.8.22
10462026-07-29T00:40:03.581Z Downloaded icu_locale_core v2.1.1
10472026-07-29T00:40:03.581Z Downloaded linear-map v1.2.0
10482026-07-29T00:40:03.582Z Downloaded lock_api v0.4.14
10492026-07-29T00:40:03.582Z Downloaded unicode-bidi v0.3.18
10502026-07-29T00:40:03.582Z Downloaded rustls-pki-types v1.14.0
10512026-07-29T00:40:03.582Z Downloaded typed-path v0.9.3
10522026-07-29T00:40:03.582Z Downloaded lzss v0.8.2
10532026-07-29T00:40:03.582Z Downloaded cookie_store v0.22.1
10542026-07-29T00:40:03.582Z Downloaded ipnetwork v0.21.1
10552026-07-29T00:40:03.582Z Downloaded sec1 v0.7.3
10562026-07-29T00:40:03.582Z Downloaded slog-scope v4.4.1
10572026-07-29T00:40:03.582Z Downloaded num_enum_derive v0.7.6
10582026-07-29T00:40:03.582Z Downloaded zerofrom-derive v0.1.6
10592026-07-29T00:40:03.582Z Downloaded quick-error v1.2.3
10602026-07-29T00:40:03.583Z Downloaded psl-types v2.0.11
10612026-07-29T00:40:03.583Z Downloaded dirs-next v2.0.0
10622026-07-29T00:40:03.583Z Downloaded dropshot_endpoint v0.17.1
10632026-07-29T00:40:03.583Z Downloaded schemars v1.2.1
10642026-07-29T00:40:03.583Z Downloaded hkdf v0.12.4
10652026-07-29T00:40:03.583Z Downloaded rsa v0.10.0-rc.18
10662026-07-29T00:40:03.583Z Downloaded rayon-core v1.13.0
10672026-07-29T00:40:03.583Z Downloaded term v1.2.1
10682026-07-29T00:40:03.583Z Downloaded zerocopy-derive v0.8.40
10692026-07-29T00:40:03.583Z Downloaded instant v0.1.13
10702026-07-29T00:40:03.583Z Downloaded serde-big-array v0.5.1
10712026-07-29T00:40:03.583Z Downloaded spki v0.8.0
10722026-07-29T00:40:03.584Z Downloaded sha1 v0.11.0
10732026-07-29T00:40:03.584Z Downloaded diesel-dtrace v0.5.0
10742026-07-29T00:40:03.584Z Downloaded serde_with v1.14.0
10752026-07-29T00:40:03.584Z Downloaded itertools v0.10.5
10762026-07-29T00:40:03.584Z Downloaded tokio-rustls v0.26.4
10772026-07-29T00:40:03.584Z Downloaded toml_parser v1.1.2+spec-1.1.0
10782026-07-29T00:40:03.584Z Downloaded darling v0.20.11
10792026-07-29T00:40:03.584Z Downloaded oso v0.27.3
10802026-07-29T00:40:03.584Z Downloaded rustls-platform-verifier v0.6.2
10812026-07-29T00:40:03.602Z Downloaded snafu v0.8.9
10822026-07-29T00:40:03.602Z Downloaded recursive-proc-macro-impl v0.1.1
10832026-07-29T00:40:03.602Z Downloaded termtree v0.5.1
10842026-07-29T00:40:03.602Z Downloaded openssl-macros v0.1.1
10852026-07-29T00:40:03.602Z Downloaded zstd-safe v7.2.4
10862026-07-29T00:40:03.602Z Downloaded corncobs v0.1.4
10872026-07-29T00:40:03.602Z Downloaded parking_lot v0.11.2
10882026-07-29T00:40:03.603Z Downloaded defmt v1.0.1
10892026-07-29T00:40:03.603Z Downloaded zstd v0.13.3
10902026-07-29T00:40:03.603Z Downloaded parse-size v1.1.0
10912026-07-29T00:40:03.603Z Downloaded rusty-fork v0.3.1
10922026-07-29T00:40:03.603Z Downloaded unicode-truncate v1.1.0
10932026-07-29T00:40:03.603Z Downloaded serde_repr v0.1.20
10942026-07-29T00:40:03.603Z Downloaded strsim v0.10.0
10952026-07-29T00:40:03.603Z Downloaded openssl-sys v0.9.115
10962026-07-29T00:40:03.603Z Downloaded postgres-protocol v0.6.10
10972026-07-29T00:40:03.603Z Downloaded postgres-types v0.2.12
10982026-07-29T00:40:03.603Z Downloaded pkcs8 v0.11.0
10992026-07-29T00:40:03.603Z Downloaded sha2 v0.11.0
11002026-07-29T00:40:03.624Z Downloaded ssh-cipher v0.3.0
11012026-07-29T00:40:03.624Z Downloaded multer v3.1.0
11022026-07-29T00:40:03.624Z Downloaded nodrop v0.1.14
11032026-07-29T00:40:03.624Z Downloaded itertools v0.13.0
11042026-07-29T00:40:03.624Z Downloaded rtoolbox v0.0.3
11052026-07-29T00:40:03.624Z Downloaded diesel_derives v2.3.7
11062026-07-29T00:40:03.624Z Downloaded p521 v0.14.0
11072026-07-29T00:40:03.625Z Downloaded pin-project-lite v0.2.17
11082026-07-29T00:40:03.625Z Downloaded yasna v0.5.2
11092026-07-29T00:40:03.625Z Downloaded utf-8 v0.7.6
11102026-07-29T00:40:03.625Z Downloaded defmt v0.3.100
11112026-07-29T00:40:03.625Z Downloaded document-features v0.2.12
11122026-07-29T00:40:03.625Z Downloaded strum v0.27.2
11132026-07-29T00:40:03.626Z Downloaded toml_writer v1.1.1+spec-1.1.0
11142026-07-29T00:40:03.626Z Downloaded indicatif v0.18.4
11152026-07-29T00:40:03.647Z Downloaded keccak v0.2.0
11162026-07-29T00:40:03.647Z Downloaded slab v0.4.12
11172026-07-29T00:40:03.647Z Downloaded daft v0.1.7
11182026-07-29T00:40:03.648Z Downloaded linked-hash-map v0.5.6
11192026-07-29T00:40:03.648Z Downloaded supports-color v3.0.2
11202026-07-29T00:40:03.648Z Downloaded ctr v0.10.1
11212026-07-29T00:40:03.648Z Downloaded module-lattice v0.2.3
11222026-07-29T00:40:03.648Z Downloaded rand_pcg v0.10.2
11232026-07-29T00:40:03.648Z Downloaded match_cfg v0.1.0
11242026-07-29T00:40:03.648Z Downloaded rcgen v0.12.1
11252026-07-29T00:40:03.648Z Downloaded parking_lot v0.12.5
11262026-07-29T00:40:03.648Z Downloaded tough v0.22.0
11272026-07-29T00:40:03.673Z Downloaded mio v1.2.0
11282026-07-29T00:40:03.673Z Downloaded iana-time-zone v0.1.65
11292026-07-29T00:40:03.673Z Downloaded newline-converter v0.3.0
11302026-07-29T00:40:03.674Z Downloaded usdt-attr-macro v0.6.0
11312026-07-29T00:40:03.674Z Downloaded universal-hash v0.6.1
11322026-07-29T00:40:03.674Z Downloaded derive_builder_core v0.20.2
11332026-07-29T00:40:03.674Z Downloaded displaydoc v0.2.5
11342026-07-29T00:40:03.698Z Downloaded p256 v0.14.0
11352026-07-29T00:40:03.698Z Downloaded slog-term v2.9.2
11362026-07-29T00:40:03.698Z Downloaded oxnet v0.1.6
11372026-07-29T00:40:03.698Z Downloaded vergen-git2 v9.1.0
11382026-07-29T00:40:03.699Z Downloaded icu_collections v2.1.1
11392026-07-29T00:40:03.699Z Downloaded num v0.4.3
11402026-07-29T00:40:03.699Z Downloaded zerovec v0.11.5
11412026-07-29T00:40:03.699Z Downloaded libscf-sys v1.1.0
11422026-07-29T00:40:03.699Z Downloaded pkg-config v0.3.32
11432026-07-29T00:40:03.699Z Downloaded crossterm v0.29.0
11442026-07-29T00:40:03.724Z Downloaded whoami v2.1.0
11452026-07-29T00:40:03.725Z Downloaded itertools v0.12.1
11462026-07-29T00:40:03.725Z Downloaded rand v0.9.2
11472026-07-29T00:40:03.725Z Downloaded tracing-core v0.1.36
11482026-07-29T00:40:03.725Z Downloaded pin-project-internal v1.1.11
11492026-07-29T00:40:03.725Z Downloaded slog-async v2.8.0
11502026-07-29T00:40:03.725Z Downloaded tokio-tungstenite v0.23.1
11512026-07-29T00:40:03.725Z Downloaded lalrpop-util v0.19.12
11522026-07-29T00:40:03.743Z Downloaded pin-project v1.1.11
11532026-07-29T00:40:03.743Z Downloaded crc-catalog v2.4.0
11542026-07-29T00:40:03.743Z Downloaded serde_urlencoded v0.7.1
11552026-07-29T00:40:03.743Z Downloaded ingot-types v0.2.0
11562026-07-29T00:40:03.743Z Downloaded parse-display-derive v0.10.0
11572026-07-29T00:40:03.743Z Downloaded rawzip v0.4.4
11582026-07-29T00:40:03.743Z Downloaded zeroize v1.9.0
11592026-07-29T00:40:03.743Z Downloaded ignore v0.4.25
11602026-07-29T00:40:03.743Z Downloaded memmap2 v0.9.10
11612026-07-29T00:40:03.743Z Downloaded semver v0.1.20
11622026-07-29T00:40:03.743Z Downloaded pkcs1 v0.8.0-rc.4
11632026-07-29T00:40:03.761Z Downloaded newtype-uuid v1.3.2
11642026-07-29T00:40:03.761Z Downloaded opaque-debug v0.3.1
11652026-07-29T00:40:03.761Z Downloaded crossbeam-deque v0.8.6
11662026-07-29T00:40:03.761Z Downloaded crc32fast v1.5.0
11672026-07-29T00:40:03.761Z Downloaded uuid v1.23.4
11682026-07-29T00:40:03.761Z Downloaded derive_more v0.99.20
11692026-07-29T00:40:03.761Z Downloaded git2 v0.20.4
11702026-07-29T00:40:03.821Z Downloaded tls_codec v0.4.2
11712026-07-29T00:40:03.821Z Downloaded icu_normalizer v2.1.1
11722026-07-29T00:40:03.821Z Downloaded rand v0.8.6
11732026-07-29T00:40:03.821Z Downloaded winnow v1.0.3
11742026-07-29T00:40:03.821Z Downloaded salsa20 v0.11.0
11752026-07-29T00:40:03.821Z Downloaded primeorder v0.13.6
11762026-07-29T00:40:03.821Z Downloaded impl-trait-for-tuples v0.2.3
11772026-07-29T00:40:03.843Z Downloaded bitvec v1.0.1
11782026-07-29T00:40:03.843Z Downloaded blake3 v1.8.5
11792026-07-29T00:40:03.844Z Downloaded rsa v0.9.10
11802026-07-29T00:40:03.844Z Downloaded unicode_categories v0.1.1
11812026-07-29T00:40:03.844Z Downloaded smallvec v0.6.14
11822026-07-29T00:40:03.844Z Downloaded indoc v2.0.7
11832026-07-29T00:40:03.844Z Downloaded twox-hash v2.1.2
11842026-07-29T00:40:03.844Z Downloaded r2d2 v0.8.10
11852026-07-29T00:40:03.844Z Downloaded toml v1.1.2+spec-1.1.0
11862026-07-29T00:40:03.844Z Downloaded crossbeam-epoch v0.9.18
11872026-07-29T00:40:03.844Z Downloaded vte v0.14.1
11882026-07-29T00:40:03.844Z Downloaded reedline v0.40.0
11892026-07-29T00:40:03.844Z Downloaded elliptic-curve v0.13.8
11902026-07-29T00:40:03.845Z Downloaded elliptic-curve v0.14.1
11912026-07-29T00:40:03.845Z Downloaded signal-hook v0.3.18
11922026-07-29T00:40:03.901Z Downloaded tokio-stream v0.1.18
11932026-07-29T00:40:03.901Z Downloaded tracing-attributes v0.1.31
11942026-07-29T00:40:03.901Z Downloaded derive-where v1.6.0
11952026-07-29T00:40:03.901Z Downloaded litemap v0.8.1
11962026-07-29T00:40:03.901Z Downloaded bindgen v0.71.1
11972026-07-29T00:40:03.902Z Downloaded chrono v0.4.45
11982026-07-29T00:40:03.902Z Downloaded rand_core v0.10.0
11992026-07-29T00:40:03.902Z Downloaded jiff-static v0.2.21
12002026-07-29T00:40:03.902Z Downloaded tokio-postgres v0.7.16
12012026-07-29T00:40:03.902Z Downloaded goblin v0.10.5
12022026-07-29T00:40:03.902Z Downloaded darling_core v0.13.4
12032026-07-29T00:40:03.902Z Downloaded iddqd v0.4.2
12042026-07-29T00:40:03.902Z Downloaded idna v1.1.0
12052026-07-29T00:40:03.902Z Downloaded nom v8.0.0
12062026-07-29T00:40:03.903Z Downloaded unicode-normalization v0.1.25
12072026-07-29T00:40:03.903Z Downloaded sha3 v0.12.0
12082026-07-29T00:40:03.903Z Downloaded darling v0.21.3
12092026-07-29T00:40:03.925Z Downloaded itertools v0.14.0
12102026-07-29T00:40:03.925Z Downloaded test-strategy v0.4.5
12112026-07-29T00:40:03.925Z Downloaded progenitor-impl v0.14.0
12122026-07-29T00:40:03.925Z Downloaded russh v0.62.4
12132026-07-29T00:40:03.925Z Downloaded internal-russh-num-bigint v0.5.0
12142026-07-29T00:40:03.925Z Downloaded dropshot-api-manager v0.7.2
12152026-07-29T00:40:03.925Z Downloaded icu_normalizer_data v2.1.1
12162026-07-29T00:40:03.925Z Downloaded crc-any v2.5.0
12172026-07-29T00:40:03.925Z Downloaded tower-http v0.6.8
12182026-07-29T00:40:03.925Z Downloaded nom v7.1.3
12192026-07-29T00:40:03.926Z Downloaded der v0.7.10
12202026-07-29T00:40:03.926Z Downloaded progenitor-impl v0.13.0
12212026-07-29T00:40:03.952Z Downloaded zlib-rs v0.6.2
12222026-07-29T00:40:03.952Z Downloaded der v0.8.0
12232026-07-29T00:40:03.952Z Downloaded ed25519-dalek v3.0.0
12242026-07-29T00:40:03.952Z Downloaded num-bigint-dig v0.8.6
12252026-07-29T00:40:03.966Z Downloaded unicode-segmentation v1.12.0
12262026-07-29T00:40:03.983Z Downloaded winnow v0.5.40
12272026-07-29T00:40:03.983Z Downloaded tokio-util v0.7.18
12282026-07-29T00:40:04.009Z Downloaded itertools v0.15.0
12292026-07-29T00:40:04.010Z Downloaded portable-atomic v1.13.1
12302026-07-29T00:40:04.023Z Downloaded reqwest v0.13.2
12312026-07-29T00:40:04.023Z Downloaded quick-xml v0.37.5
12322026-07-29T00:40:04.023Z Downloaded radix_trie v0.2.1
12332026-07-29T00:40:04.023Z Downloaded winnow v0.6.26
12342026-07-29T00:40:04.023Z Downloaded reqwest v0.12.28
12352026-07-29T00:40:04.024Z Downloaded object v0.30.4
12362026-07-29T00:40:04.037Z Downloaded vcpkg v0.2.15
12372026-07-29T00:40:04.055Z Downloaded iri-string v0.7.10
12382026-07-29T00:40:04.055Z Downloaded time v0.3.47
12392026-07-29T00:40:04.067Z Downloaded petname v2.0.2
12402026-07-29T00:40:04.067Z Downloaded hyper-util v0.1.20
12412026-07-29T00:40:04.067Z Downloaded libm v0.2.16
12422026-07-29T00:40:04.067Z Downloaded curve25519-dalek v4.1.3
12432026-07-29T00:40:04.094Z Downloaded bstr v1.12.1
12442026-07-29T00:40:04.094Z Downloaded regex v1.12.3
12452026-07-29T00:40:04.094Z Downloaded crypto-primes v0.7.2
12462026-07-29T00:40:04.094Z Downloaded nix v0.27.1
12472026-07-29T00:40:04.115Z Downloaded icu_properties_data v2.1.2
12482026-07-29T00:40:04.115Z Downloaded rayon v1.11.0
12492026-07-29T00:40:04.115Z Downloaded salty v0.3.0
12502026-07-29T00:40:04.115Z Downloaded regress v0.11.1
12512026-07-29T00:40:04.115Z Downloaded hickory-proto v0.25.2
12522026-07-29T00:40:04.172Z Downloaded curve25519-dalek v5.0.0
12532026-07-29T00:40:04.182Z Downloaded hickory-proto v0.24.4
12542026-07-29T00:40:04.182Z Downloaded object v0.37.3
12552026-07-29T00:40:04.182Z Downloaded nix v0.28.0
12562026-07-29T00:40:04.182Z Downloaded zerocopy v0.8.40
12572026-07-29T00:40:04.182Z Downloaded serde_with v3.21.0
12582026-07-29T00:40:04.205Z Downloaded proptest v1.10.0
12592026-07-29T00:40:04.205Z Downloaded polar-core v0.27.3
12602026-07-29T00:40:04.233Z Downloaded crypto-bigint v0.7.5
12612026-07-29T00:40:04.233Z Downloaded moka v0.12.13
12622026-07-29T00:40:04.280Z Downloaded smoltcp v0.11.0
12632026-07-29T00:40:04.280Z Downloaded lalrpop v0.19.12
12642026-07-29T00:40:04.280Z Downloaded p384 v0.13.1
12652026-07-29T00:40:04.303Z Downloaded regress v0.10.5
12662026-07-29T00:40:04.303Z Downloaded tabled v0.20.0
12672026-07-29T00:40:04.304Z Downloaded regex-syntax v0.6.29
12682026-07-29T00:40:04.304Z Downloaded quinn-proto v0.11.16
12692026-07-29T00:40:04.304Z Downloaded smoltcp v0.9.1
12702026-07-29T00:40:04.304Z Downloaded regex-syntax v0.8.10
12712026-07-29T00:40:04.304Z Downloaded dropshot v0.17.1
12722026-07-29T00:40:04.349Z Downloaded openssl v0.10.79
12732026-07-29T00:40:04.349Z Downloaded ratatui v0.29.0
12742026-07-29T00:40:04.350Z Downloaded sha3 v0.11.0
12752026-07-29T00:40:04.350Z Downloaded nix v0.31.2
12762026-07-29T00:40:04.350Z Downloaded sled v0.34.7
12772026-07-29T00:40:04.350Z Downloaded typify-impl v0.6.2
12782026-07-29T00:40:04.380Z Downloaded openapiv3 v2.2.0
12792026-07-29T00:40:04.380Z Downloaded tracing v0.1.44
12802026-07-29T00:40:04.380Z Downloaded rustix v0.38.44
12812026-07-29T00:40:04.430Z Downloaded rustls v0.23.41
12822026-07-29T00:40:04.430Z Downloaded sqlparser v0.61.0
12832026-07-29T00:40:04.431Z Downloaded diesel v2.3.7
12842026-07-29T00:40:04.459Z Downloaded regex-automata v0.4.14
12852026-07-29T00:40:04.459Z Downloaded petgraph v0.6.5
12862026-07-29T00:40:04.459Z Downloaded bzip2-sys v0.1.13+1.0.8
12872026-07-29T00:40:04.459Z Downloaded zerocopy-derive v0.6.6
12882026-07-29T00:40:04.487Z Downloaded jiff v0.2.21
12892026-07-29T00:40:04.487Z Downloaded chrono-tz v0.10.4
12902026-07-29T00:40:04.487Z Downloaded petgraph v0.8.3
12912026-07-29T00:40:04.500Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12922026-07-29T00:40:04.514Z Downloaded sha3 v0.10.8
12932026-07-29T00:40:04.514Z Downloaded tokio v1.52.1
12942026-07-29T00:40:04.533Z Downloaded libz-sys v1.1.24
12952026-07-29T00:40:04.554Z Downloaded csv v1.4.0
12962026-07-29T00:40:04.588Z Downloaded encoding_rs v0.8.35
12972026-07-29T00:40:04.608Z Downloaded ring v0.17.14
12982026-07-29T00:40:04.633Z Downloaded libgit2-sys v0.18.3+1.9.2
12992026-07-29T00:40:05.178Z Downloaded aws-lc-sys v0.40.0
13002026-07-29T00:40:05.425Z Compiling libc v0.2.185
13012026-07-29T00:40:05.426Z Compiling serde_core v1.0.228
13022026-07-29T00:40:05.426Z Compiling serde v1.0.228
13032026-07-29T00:40:05.471Z Compiling log v0.4.29
13042026-07-29T00:40:05.471Z Compiling smallvec v1.15.1
13052026-07-29T00:40:05.471Z Compiling shlex v1.3.0
13062026-07-29T00:40:05.471Z Compiling find-msvc-tools v0.1.9
13072026-07-29T00:40:05.471Z Compiling subtle v2.6.1
13082026-07-29T00:40:05.607Z Compiling scopeguard v1.2.0
13092026-07-29T00:40:05.634Z Compiling stable_deref_trait v1.2.1
13102026-07-29T00:40:05.635Z Compiling typenum v1.20.1
13112026-07-29T00:40:05.635Z Compiling serde_json v1.0.151
13122026-07-29T00:40:05.635Z Compiling zerocopy v0.8.40
13132026-07-29T00:40:05.667Z Compiling portable-atomic v1.13.1
13142026-07-29T00:40:05.667Z Compiling syn v2.0.117
13152026-07-29T00:40:05.711Z Compiling pin-project-lite v0.2.17
13162026-07-29T00:40:05.736Z Compiling lock_api v0.4.14
13172026-07-29T00:40:05.756Z Compiling parking_lot_core v0.9.12
13182026-07-29T00:40:05.773Z Compiling getrandom v0.4.1
13192026-07-29T00:40:05.836Z Compiling critical-section v1.2.0
13202026-07-29T00:40:05.890Z Compiling libm v0.2.16
13212026-07-29T00:40:05.890Z Compiling pkg-config v0.3.32
13222026-07-29T00:40:05.890Z Compiling num-traits v0.2.19
13232026-07-29T00:40:05.910Z Compiling futures-core v0.3.32
13242026-07-29T00:40:05.966Z Compiling rand_core v0.10.0
13252026-07-29T00:40:05.985Z Compiling generic-array v0.14.7
13262026-07-29T00:40:06.004Z Compiling percent-encoding v2.3.2
13272026-07-29T00:40:06.012Z Compiling const-oid v0.9.6
13282026-07-29T00:40:06.060Z Compiling writeable v0.6.2
13292026-07-29T00:40:06.090Z Compiling litemap v0.8.1
13302026-07-29T00:40:06.145Z Compiling icu_normalizer_data v2.1.1
13312026-07-29T00:40:06.162Z Compiling icu_properties_data v2.1.2
13322026-07-29T00:40:06.220Z Compiling futures-sink v0.3.32
13332026-07-29T00:40:06.220Z Compiling slab v0.4.12
13342026-07-29T00:40:06.276Z Compiling futures-task v0.3.32
13352026-07-29T00:40:06.290Z Compiling futures-io v0.3.32
13362026-07-29T00:40:06.304Z Compiling utf8_iter v1.0.4
13372026-07-29T00:40:06.304Z Compiling form_urlencoded v1.2.2
13382026-07-29T00:40:06.422Z Compiling futures-channel v0.3.32
13392026-07-29T00:40:06.523Z Compiling getrandom v0.3.4
13402026-07-29T00:40:06.523Z Compiling rustversion v1.0.22
13412026-07-29T00:40:06.524Z Compiling jobserver v0.1.34
13422026-07-29T00:40:06.524Z Compiling errno v0.3.14
13432026-07-29T00:40:06.524Z Compiling getrandom v0.2.17
13442026-07-29T00:40:06.599Z Compiling mio v1.2.0
13452026-07-29T00:40:06.600Z Compiling socket2 v0.6.3
13462026-07-29T00:40:06.638Z Compiling fs_extra v1.3.0
13472026-07-29T00:40:06.638Z Compiling dunce v1.0.5
13482026-07-29T00:40:06.673Z Compiling rand_core v0.6.4
13492026-07-29T00:40:06.724Z Compiling cc v1.2.56
13502026-07-29T00:40:06.817Z Compiling once_cell v1.21.3
13512026-07-29T00:40:06.817Z Compiling signal-hook-registry v1.4.8
13522026-07-29T00:40:06.817Z Compiling parking_lot v0.12.5
13532026-07-29T00:40:06.860Z Compiling ident_case v1.0.1
13542026-07-29T00:40:06.860Z Compiling rustix v1.1.3
13552026-07-29T00:40:06.881Z Compiling iana-time-zone v0.1.65
13562026-07-29T00:40:06.984Z Compiling regex-syntax v0.8.10
13572026-07-29T00:40:07.042Z Compiling vcpkg v0.2.15
13582026-07-29T00:40:07.042Z Compiling base64ct v1.8.3
13592026-07-29T00:40:07.042Z Compiling base64 v0.22.1
13602026-07-29T00:40:07.042Z Compiling tracing-core v0.1.36
13612026-07-29T00:40:07.078Z Compiling aws-lc-rs v1.16.3
13622026-07-29T00:40:07.093Z Compiling flagset v0.4.7
13632026-07-29T00:40:07.203Z Compiling pem-rfc7468 v0.7.0
13642026-07-29T00:40:07.299Z Compiling httparse v1.10.1
13652026-07-29T00:40:07.530Z Compiling rand_core v0.9.5
13662026-07-29T00:40:07.530Z Compiling dyn-clone v1.0.20
13672026-07-29T00:40:07.530Z Compiling tinyvec_macros v0.1.1
13682026-07-29T00:40:07.580Z Compiling openssl-probe v0.2.1
13692026-07-29T00:40:07.580Z Compiling cmov v0.5.4
13702026-07-29T00:40:07.580Z Compiling cmake v0.1.57
13712026-07-29T00:40:07.580Z Compiling schemars v0.8.22
13722026-07-29T00:40:07.580Z Compiling tinyvec v1.10.0
13732026-07-29T00:40:07.580Z Compiling aho-corasick v1.1.4
13742026-07-29T00:40:07.580Z Compiling try-lock v0.2.5
13752026-07-29T00:40:07.580Z Compiling untrusted v0.7.1
13762026-07-29T00:40:07.599Z Compiling tower-layer v0.3.3
13772026-07-29T00:40:07.599Z Compiling atomic-waker v1.1.2
13782026-07-29T00:40:07.626Z Compiling bitflags v2.11.0
13792026-07-29T00:40:07.651Z Compiling semver v1.0.28
13802026-07-29T00:40:07.663Z Compiling indexmap v2.14.0
13812026-07-29T00:40:07.692Z Compiling uuid v1.23.4
13822026-07-29T00:40:07.737Z Compiling ctutils v0.4.2
13832026-07-29T00:40:07.760Z Compiling tower-service v0.3.3
13842026-07-29T00:40:07.831Z Compiling want v0.3.1
13852026-07-29T00:40:07.867Z Compiling foreign-types-shared v0.1.1
13862026-07-29T00:40:07.867Z Compiling openssl v0.10.79
13872026-07-29T00:40:07.867Z Compiling rustls v0.23.41
13882026-07-29T00:40:08.054Z Compiling rustc_version v0.4.1
13892026-07-29T00:40:08.091Z Compiling untrusted v0.9.0
13902026-07-29T00:40:08.091Z Compiling cpufeatures v0.2.17
13912026-07-29T00:40:08.091Z Compiling httpdate v1.0.3
13922026-07-29T00:40:08.091Z Compiling foreign-types v0.3.2
13932026-07-29T00:40:08.091Z Compiling unicode-normalization v0.1.25
13942026-07-29T00:40:08.092Z Compiling spin v0.9.8
13952026-07-29T00:40:08.092Z Compiling native-tls v0.2.18
13962026-07-29T00:40:08.111Z Compiling num-conv v0.2.0
13972026-07-29T00:40:08.112Z Compiling powerfmt v0.2.0
13982026-07-29T00:40:08.112Z Compiling time-core v0.1.8
13992026-07-29T00:40:08.214Z Compiling crc32fast v1.5.0
14002026-07-29T00:40:08.292Z Compiling wait-timeout v0.2.1
14012026-07-29T00:40:08.433Z Compiling sync_wrapper v1.0.2
14022026-07-29T00:40:08.433Z Compiling time-macros v0.2.27
14032026-07-29T00:40:08.433Z Compiling regex-automata v0.4.14
14042026-07-29T00:40:08.433Z Compiling deranged v0.5.8
14052026-07-29T00:40:08.532Z Compiling aws-lc-sys v0.40.0
14062026-07-29T00:40:08.532Z Compiling openssl-sys v0.9.115
14072026-07-29T00:40:08.532Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14082026-07-29T00:40:08.532Z Compiling syn v1.0.109
14092026-07-29T00:40:08.533Z Compiling usdt-impl v0.6.0
14102026-07-29T00:40:08.575Z Compiling synstructure v0.13.2
14112026-07-29T00:40:08.575Z Compiling serde_derive_internals v0.29.1
14122026-07-29T00:40:08.575Z Compiling pest_generator v2.8.6
14132026-07-29T00:40:08.730Z Compiling darling_core v0.20.11
14142026-07-29T00:40:08.831Z Compiling tempfile v3.25.0
14152026-07-29T00:40:08.863Z Compiling num_threads v0.1.7
14162026-07-29T00:40:09.027Z Compiling siphasher v1.0.2
14172026-07-29T00:40:09.045Z Compiling simd-adler32 v0.3.8
14182026-07-29T00:40:09.188Z Compiling quick-error v1.2.3
14192026-07-29T00:40:09.200Z Compiling crossbeam-utils v0.8.21
14202026-07-29T00:40:09.200Z Compiling bit-vec v0.8.0
14212026-07-29T00:40:09.369Z Compiling rusty-fork v0.3.1
14222026-07-29T00:40:09.423Z Compiling darling_core v0.23.0
14232026-07-29T00:40:09.423Z Compiling bzip2-sys v0.1.13+1.0.8
14242026-07-29T00:40:09.423Z Compiling heapless v0.7.17
14252026-07-29T00:40:09.423Z Compiling bit-set v0.8.0
14262026-07-29T00:40:09.458Z Compiling slog v2.8.2
14272026-07-29T00:40:09.498Z Compiling time v0.3.47
14282026-07-29T00:40:09.531Z Compiling rand_xorshift v0.4.0
14292026-07-29T00:40:09.568Z Compiling thread-id v5.1.0
14302026-07-29T00:40:09.569Z Compiling cookie v0.18.1
14312026-07-29T00:40:09.693Z Compiling signal-hook v0.3.18
14322026-07-29T00:40:09.718Z Compiling paste v1.0.15
14332026-07-29T00:40:09.719Z Compiling anyhow v1.0.102
14342026-07-29T00:40:09.719Z Compiling unicode-bidi v0.3.18
14352026-07-29T00:40:09.719Z Compiling zstd-safe v7.2.4
14362026-07-29T00:40:09.719Z Compiling adler2 v2.0.1
14372026-07-29T00:40:09.719Z Compiling unarray v0.1.4
14382026-07-29T00:40:09.719Z Compiling allocator-api2 v0.2.21
14392026-07-29T00:40:09.736Z Compiling unicode-properties v0.1.4
14402026-07-29T00:40:09.756Z Compiling ryu v1.0.23
14412026-07-29T00:40:09.816Z Compiling iri-string v0.7.10
14422026-07-29T00:40:09.823Z Compiling miniz_oxide v0.8.9
14432026-07-29T00:40:10.021Z Compiling stringprep v0.1.5
14442026-07-29T00:40:10.076Z Compiling camino v1.2.2
14452026-07-29T00:40:10.211Z Compiling curve25519-dalek v4.1.3
14462026-07-29T00:40:10.229Z Compiling num-integer v0.1.46
14472026-07-29T00:40:10.269Z Compiling serde_derive v1.0.228
14482026-07-29T00:40:10.476Z Compiling zeroize_derive v1.5.0
14492026-07-29T00:40:10.502Z Compiling zerofrom-derive v0.1.6
14502026-07-29T00:40:10.511Z Compiling yoke-derive v0.8.1
14512026-07-29T00:40:10.584Z Compiling zerovec-derive v0.11.2
14522026-07-29T00:40:10.589Z Compiling zerocopy-derive v0.8.40
14532026-07-29T00:40:10.590Z Compiling displaydoc v0.2.5
14542026-07-29T00:40:10.723Z Compiling tokio-macros v2.7.0
14552026-07-29T00:40:11.101Z Compiling futures-macro v0.3.32
14562026-07-29T00:40:11.114Z Compiling tracing-attributes v0.1.31
14572026-07-29T00:40:11.187Z Compiling zeroize v1.9.0
14582026-07-29T00:40:11.493Z Compiling der_derive v0.7.3
14592026-07-29T00:40:11.727Z Compiling thiserror-impl v2.0.18
14602026-07-29T00:40:11.727Z Compiling rustls-pki-types v1.14.0
14612026-07-29T00:40:11.750Z Compiling schemars_derive v0.8.22
14622026-07-29T00:40:11.750Z Compiling hybrid-array v0.4.13
14632026-07-29T00:40:11.971Z Compiling zerofrom v0.1.6
14642026-07-29T00:40:11.996Z Compiling block-buffer v0.10.4
14652026-07-29T00:40:11.996Z Compiling futures-util v0.3.32
14662026-07-29T00:40:12.048Z Compiling crypto-common v0.1.7
14672026-07-29T00:40:12.048Z Compiling pest_derive v2.8.6
14682026-07-29T00:40:12.089Z Compiling yoke v0.8.1
14692026-07-29T00:40:12.148Z Compiling digest v0.10.7
14702026-07-29T00:40:12.148Z Compiling scroll_derive v0.13.1
14712026-07-29T00:40:12.291Z Compiling zerovec v0.11.5
14722026-07-29T00:40:12.429Z Compiling zerotrie v0.2.3
14732026-07-29T00:40:12.472Z Compiling der v0.7.10
14742026-07-29T00:40:12.503Z Compiling darling_macro v0.20.11
14752026-07-29T00:40:12.526Z Compiling tracing v0.1.44
14762026-07-29T00:40:12.552Z Compiling openssl-macros v0.1.1
14772026-07-29T00:40:12.625Z Compiling hmac v0.12.1
14782026-07-29T00:40:12.769Z Compiling tinystr v0.8.2
14792026-07-29T00:40:12.803Z Compiling potential_utf v0.1.4
14802026-07-29T00:40:12.820Z Compiling sha2 v0.10.9
14812026-07-29T00:40:12.831Z Compiling thiserror v2.0.18
14822026-07-29T00:40:12.841Z Compiling thiserror-impl v1.0.69
14832026-07-29T00:40:12.987Z Compiling icu_locale_core v2.1.1
14842026-07-29T00:40:13.017Z Compiling icu_collections v2.1.1
14852026-07-29T00:40:13.045Z Compiling dtrace-parser v0.3.0
14862026-07-29T00:40:13.113Z Compiling darling v0.20.11
14872026-07-29T00:40:13.159Z Compiling scroll v0.13.0
14882026-07-29T00:40:13.159Z Compiling scroll_derive v0.12.1
14892026-07-29T00:40:13.190Z Compiling derive_builder_core v0.20.2
14902026-07-29T00:40:13.430Z Compiling spki v0.7.3
14912026-07-29T00:40:13.637Z Compiling goblin v0.10.5
14922026-07-29T00:40:13.745Z Compiling icu_provider v2.1.1
14932026-07-29T00:40:13.901Z Compiling pkcs8 v0.10.2
14942026-07-29T00:40:13.901Z Compiling crypto-common v0.2.2
14952026-07-29T00:40:14.024Z Compiling bytes v1.11.1
14962026-07-29T00:40:14.024Z Compiling chrono v0.4.45
14972026-07-29T00:40:14.024Z Compiling icu_properties v2.1.2
14982026-07-29T00:40:14.164Z Compiling icu_normalizer v2.1.1
14992026-07-29T00:40:14.164Z Compiling ipnet v2.11.0
15002026-07-29T00:40:14.164Z Compiling scroll v0.12.0
15012026-07-29T00:40:14.281Z Compiling derive_builder_macro v0.20.2
15022026-07-29T00:40:14.282Z Compiling thiserror v1.0.69
15032026-07-29T00:40:14.345Z Compiling toml_datetime v0.6.11
15042026-07-29T00:40:14.345Z Compiling serde_spanned v0.6.9
15052026-07-29T00:40:14.345Z Compiling serde_tokenstream v0.2.3
15062026-07-29T00:40:14.375Z Compiling tokio v1.52.1
15072026-07-29T00:40:14.481Z Compiling http v1.4.2
15082026-07-29T00:40:14.586Z Compiling serde_urlencoded v0.7.1
15092026-07-29T00:40:14.586Z Compiling hex v0.4.3
15102026-07-29T00:40:14.680Z Compiling erased-serde v0.3.31
15112026-07-29T00:40:14.681Z Compiling block-padding v0.4.2
15122026-07-29T00:40:14.736Z Compiling block-buffer v0.12.1
15132026-07-29T00:40:14.736Z Compiling signature v2.2.0
15142026-07-29T00:40:14.764Z Compiling md-5 v0.10.6
15152026-07-29T00:40:14.827Z Compiling darling_macro v0.23.0
15162026-07-29T00:40:14.866Z Compiling idna_adapter v1.2.1
15172026-07-29T00:40:14.980Z Compiling rustls-native-certs v0.8.3
15182026-07-29T00:40:14.983Z Compiling bstr v1.12.1
15192026-07-29T00:40:15.001Z Compiling idna v1.1.0
15202026-07-29T00:40:15.001Z Compiling async-trait v0.1.89
15212026-07-29T00:40:15.081Z Compiling ppv-lite86 v0.2.21
15222026-07-29T00:40:15.112Z Compiling zerocopy-derive v0.7.35
15232026-07-29T00:40:15.188Z Compiling http-body v1.0.1
15242026-07-29T00:40:15.257Z Compiling url v2.5.8
15252026-07-29T00:40:15.310Z Compiling pin-project-internal v1.1.11
15262026-07-29T00:40:15.411Z Compiling http-body-util v0.1.3
15272026-07-29T00:40:15.559Z Compiling rand_chacha v0.9.0
15282026-07-29T00:40:15.559Z Compiling rand_chacha v0.3.1
15292026-07-29T00:40:15.577Z Compiling vergen-lib v9.1.0
15302026-07-29T00:40:15.577Z Compiling rand v0.9.2
15312026-07-29T00:40:15.608Z Compiling hash32 v0.2.1
15322026-07-29T00:40:15.638Z Compiling encoding_rs v0.8.35
15332026-07-29T00:40:15.727Z Compiling memoffset v0.9.1
15342026-07-29T00:40:15.802Z Compiling psl-types v2.0.11
15352026-07-29T00:40:15.993Z Compiling num-bigint-dig v0.8.6
15362026-07-29T00:40:16.030Z Compiling ref-cast v1.0.25
15372026-07-29T00:40:16.030Z Compiling smoltcp v0.9.1
15382026-07-29T00:40:16.030Z Compiling cfg_aliases v0.2.1
15392026-07-29T00:40:16.061Z Compiling mime v0.3.17
15402026-07-29T00:40:16.102Z Compiling zlib-rs v0.6.2
15412026-07-29T00:40:16.131Z Compiling rustix v0.38.44
15422026-07-29T00:40:16.132Z Compiling fallible-iterator v0.2.0
15432026-07-29T00:40:16.193Z Compiling proptest v1.10.0
15442026-07-29T00:40:16.220Z Compiling litrs v1.0.0
15452026-07-29T00:40:16.279Z Compiling dof v0.4.0
15462026-07-29T00:40:16.825Z Compiling nix v0.31.2
15472026-07-29T00:40:16.874Z Compiling postgres-protocol v0.6.10
15482026-07-29T00:40:16.874Z Compiling zerocopy v0.7.35
15492026-07-29T00:40:16.875Z Compiling pin-project v1.1.11
15502026-07-29T00:40:16.875Z Compiling ipnetwork v0.21.1
15512026-07-29T00:40:16.875Z Compiling publicsuffix v2.3.0
15522026-07-29T00:40:16.875Z Compiling rand v0.8.6
15532026-07-29T00:40:16.875Z Compiling document-features v0.2.12
15542026-07-29T00:40:16.875Z Compiling darling v0.23.0
15552026-07-29T00:40:16.888Z Compiling oxnet v0.1.6
15562026-07-29T00:40:17.014Z Compiling inout v0.2.2
15572026-07-29T00:40:17.014Z Compiling derive_builder v0.20.2
15582026-07-29T00:40:17.085Z Compiling goblin v0.8.2
15592026-07-29T00:40:17.105Z Compiling futures-executor v0.3.32
15602026-07-29T00:40:17.128Z Compiling hubpack_derive v0.1.1
15612026-07-29T00:40:17.211Z Compiling regex v1.12.3
15622026-07-29T00:40:17.463Z Compiling num-iter v0.1.45
15632026-07-29T00:40:17.567Z Compiling curve25519-dalek-derive v0.1.1
15642026-07-29T00:40:17.567Z Compiling daft-derive v0.1.7
15652026-07-29T00:40:17.567Z Compiling snafu-derive v0.8.9
15662026-07-29T00:40:17.567Z Compiling strum_macros v0.27.2
15672026-07-29T00:40:17.568Z Compiling ref-cast-impl v1.0.25
15682026-07-29T00:40:17.684Z Compiling phf_shared v0.13.1
15692026-07-29T00:40:17.746Z Compiling terminal_size v0.4.3
15702026-07-29T00:40:17.794Z Compiling lazy_static v1.5.0
15712026-07-29T00:40:17.919Z Compiling anstyle-parse v0.2.7
15722026-07-29T00:40:17.953Z Compiling cargo-platform v0.3.2
15732026-07-29T00:40:17.953Z Compiling vergen v9.1.0
15742026-07-29T00:40:17.953Z Compiling ff v0.13.1
15752026-07-29T00:40:17.953Z Compiling fs-err v3.3.0
15762026-07-29T00:40:18.072Z Compiling ahash v0.8.12
15772026-07-29T00:40:18.091Z Compiling foldhash v0.1.5
15782026-07-29T00:40:18.091Z Compiling foldhash v0.2.0
15792026-07-29T00:40:18.091Z Compiling bumpalo v3.20.2
15802026-07-29T00:40:18.132Z Compiling tokio-util v0.7.18
15812026-07-29T00:40:18.172Z Compiling tower v0.5.3
15822026-07-29T00:40:18.172Z Compiling tokio-native-tls v0.3.1
15832026-07-29T00:40:18.172Z Compiling libbz2-rs-sys v0.2.2
15842026-07-29T00:40:18.199Z Compiling object v0.37.3
15852026-07-29T00:40:18.230Z Compiling bitflags v1.3.2
15862026-07-29T00:40:18.263Z Compiling managed v0.8.0
15872026-07-29T00:40:18.313Z Compiling same-file v1.0.6
15882026-07-29T00:40:18.354Z Compiling unicode-segmentation v1.12.0
15892026-07-29T00:40:18.388Z Compiling winnow v0.5.40
15902026-07-29T00:40:18.388Z Compiling base16ct v0.2.0
15912026-07-29T00:40:18.451Z Compiling newtype-uuid v1.3.2
15922026-07-29T00:40:18.560Z Compiling sec1 v0.7.3
15932026-07-29T00:40:18.668Z Compiling tower-http v0.6.8
15942026-07-29T00:40:18.705Z Compiling bzip2 v0.6.1
15952026-07-29T00:40:18.768Z Compiling daft v0.1.7
15962026-07-29T00:40:18.826Z Compiling walkdir v2.5.0
15972026-07-29T00:40:18.838Z Compiling h2 v0.4.15
15982026-07-29T00:40:18.937Z Compiling clap_builder v4.6.0
15992026-07-29T00:40:19.044Z Compiling zopfli v0.8.3
16002026-07-29T00:40:19.101Z Compiling flate2 v1.1.9
16012026-07-29T00:40:19.146Z Compiling hashbrown v0.16.1
16022026-07-29T00:40:19.181Z Compiling hashbrown v0.15.5
16032026-07-29T00:40:19.353Z Compiling dof v0.3.0
16042026-07-29T00:40:19.364Z Compiling snafu v0.8.9
16052026-07-29T00:40:19.437Z Compiling cargo_metadata v0.23.1
16062026-07-29T00:40:19.475Z Compiling group v0.13.0
16072026-07-29T00:40:19.545Z Compiling strum v0.27.2
16082026-07-29T00:40:19.585Z Compiling anstream v0.6.21
16092026-07-29T00:40:19.865Z Compiling phf v0.13.1
16102026-07-29T00:40:19.901Z Compiling toml_edit v0.19.15
16112026-07-29T00:40:19.901Z Compiling signal-hook-mio v0.2.5
16122026-07-29T00:40:19.901Z Compiling usdt-macro v0.6.0
16132026-07-29T00:40:19.901Z Compiling usdt-attr-macro v0.6.0
16142026-07-29T00:40:19.917Z Compiling hubpack v0.1.2
16152026-07-29T00:40:19.917Z Compiling cookie_store v0.22.1
16162026-07-29T00:40:20.108Z Compiling futures v0.3.32
16172026-07-29T00:40:20.124Z Compiling bzip2 v0.4.4
16182026-07-29T00:40:20.152Z Compiling cipher v0.5.2
16192026-07-29T00:40:20.220Z Compiling serde_with_macros v3.21.0
16202026-07-29T00:40:20.265Z Compiling postgres-types v0.2.12
16212026-07-29T00:40:20.452Z Compiling zstd v0.13.3
16222026-07-29T00:40:20.620Z Compiling globset v0.4.18
16232026-07-29T00:40:20.636Z Compiling ed25519 v2.2.3
16242026-07-29T00:40:20.739Z Compiling dtrace-parser v0.2.0
16252026-07-29T00:40:20.825Z Compiling pkcs1 v0.7.5
16262026-07-29T00:40:20.825Z Compiling olpc-cjson v0.1.4
16272026-07-29T00:40:20.957Z Compiling serde_plain v1.0.2
16282026-07-29T00:40:20.957Z Compiling serde-big-array v0.5.1
16292026-07-29T00:40:21.068Z Compiling hkdf v0.12.4
16302026-07-29T00:40:21.199Z Compiling crypto-bigint v0.5.5
16312026-07-29T00:40:21.199Z Compiling strum_macros v0.26.4
16322026-07-29T00:40:21.199Z Compiling clap_derive v4.6.1
16332026-07-29T00:40:21.207Z Compiling serde_repr v0.1.20
16342026-07-29T00:40:21.317Z Compiling async-recursion v1.1.1
16352026-07-29T00:40:21.383Z Compiling enum-as-inner v0.6.1
16362026-07-29T00:40:21.462Z Compiling phf_shared v0.11.3
16372026-07-29T00:40:21.508Z Compiling float-cmp v0.10.0
16382026-07-29T00:40:21.546Z Compiling pem v3.0.6
16392026-07-29T00:40:21.638Z Compiling memmap2 v0.9.10
16402026-07-29T00:40:21.681Z Compiling thread-id v4.2.2
16412026-07-29T00:40:21.708Z Compiling env_filter v1.0.0
16422026-07-29T00:40:21.759Z Compiling fixedbitset v0.5.7
16432026-07-29T00:40:21.874Z Compiling predicates-core v1.0.10
16442026-07-29T00:40:21.921Z Compiling static_assertions v1.1.0
16452026-07-29T00:40:21.951Z Compiling precomputed-hash v0.1.1
16462026-07-29T00:40:21.951Z Compiling typed-path v0.9.3
16472026-07-29T00:40:21.979Z Compiling hyper v1.10.1
16482026-07-29T00:40:22.017Z Compiling const-oid v0.10.2
16492026-07-29T00:40:22.182Z Compiling data-encoding v2.10.0
16502026-07-29T00:40:22.182Z Compiling new_debug_unreachable v1.0.6
16512026-07-29T00:40:22.210Z Compiling difflib v0.4.0
16522026-07-29T00:40:22.210Z Compiling winnow v1.0.3
16532026-07-29T00:40:22.210Z Compiling jiff v0.2.21
16542026-07-29T00:40:22.223Z Compiling cpufeatures v0.3.0
16552026-07-29T00:40:22.352Z Compiling either v1.15.0
16562026-07-29T00:40:22.386Z Compiling keccak v0.1.6
16572026-07-29T00:40:22.415Z Compiling whoami v2.1.0
16582026-07-29T00:40:22.449Z Compiling normalize-line-endings v0.3.0
16592026-07-29T00:40:22.538Z Compiling fixedbitset v0.4.2
16602026-07-29T00:40:22.548Z Compiling sha3 v0.10.8
16612026-07-29T00:40:22.696Z Compiling tokio-postgres v0.7.16
16622026-07-29T00:40:22.761Z Compiling petgraph v0.6.5
16632026-07-29T00:40:22.793Z Compiling predicates v3.1.4
16642026-07-29T00:40:22.829Z Compiling itertools v0.13.0
16652026-07-29T00:40:22.850Z Compiling strum v0.26.3
16662026-07-29T00:40:22.902Z Compiling clap v4.6.1
16672026-07-29T00:40:23.049Z Compiling toml_parser v1.1.2+spec-1.1.0
16682026-07-29T00:40:23.125Z Compiling hickory-proto v0.25.2
16692026-07-29T00:40:23.125Z Compiling chacha20 v0.10.0
16702026-07-29T00:40:23.125Z Compiling toml_edit v0.22.27
16712026-07-29T00:40:23.161Z Compiling hyper-util v0.1.20
16722026-07-29T00:40:23.207Z Compiling digest v0.11.3
16732026-07-29T00:40:23.207Z Compiling string_cache v0.8.9
16742026-07-29T00:40:23.455Z Compiling elliptic-curve v0.13.8
16752026-07-29T00:40:23.478Z Compiling petgraph v0.8.3
16762026-07-29T00:40:23.479Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16772026-07-29T00:40:23.479Z Compiling env_logger v0.11.9
16782026-07-29T00:40:23.640Z Compiling usdt v0.6.0
16792026-07-29T00:40:23.726Z Compiling usdt-impl v0.5.0
16802026-07-29T00:40:23.887Z Compiling serde_with v3.21.0
16812026-07-29T00:40:23.980Z Compiling crossterm v0.28.1
16822026-07-29T00:40:23.980Z Compiling toml v0.7.8
16832026-07-29T00:40:24.096Z Compiling rsa v0.9.10
16842026-07-29T00:40:24.295Z Compiling ed25519-dalek v2.2.0
16852026-07-29T00:40:24.805Z Compiling hyper-tls v0.6.0
16862026-07-29T00:40:24.930Z Compiling zip v4.6.1
16872026-07-29T00:40:24.958Z Compiling zip v0.6.6
16882026-07-29T00:40:24.994Z Compiling iddqd v0.4.2
16892026-07-29T00:40:25.117Z Compiling reqwest v0.12.28
16902026-07-29T00:40:25.491Z Compiling tokio-stream v0.1.18
16912026-07-29T00:40:25.510Z Compiling similar v2.7.0
16922026-07-29T00:40:25.536Z Compiling heck v0.4.1
16932026-07-29T00:40:25.678Z Compiling buf-list v1.1.2
16942026-07-29T00:40:25.795Z Compiling byte-wrapper v0.1.0
16952026-07-29T00:40:25.856Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16962026-07-29T00:40:25.899Z Compiling openapiv3 v2.2.0
16972026-07-29T00:40:25.964Z Compiling x509-cert v0.2.5
16982026-07-29T00:40:25.988Z Compiling crossbeam-epoch v0.9.18
16992026-07-29T00:40:26.089Z Compiling peg-runtime v0.8.5
17002026-07-29T00:40:26.177Z Compiling lalrpop-util v0.19.12
17012026-07-29T00:40:26.238Z Compiling thread_local v1.1.9
17022026-07-29T00:40:26.318Z Compiling slog-async v2.8.0
17032026-07-29T00:40:26.473Z Compiling crossbeam-channel v0.5.15
17042026-07-29T00:40:26.473Z Compiling is-terminal v0.4.17
17052026-07-29T00:40:26.473Z Compiling filetime v0.2.27
17062026-07-29T00:40:26.473Z Compiling term v1.2.1
17072026-07-29T00:40:26.473Z Compiling take_mut v0.2.2
17082026-07-29T00:40:26.500Z Compiling xattr v1.6.1
17092026-07-29T00:40:26.500Z Compiling camino-tempfile v1.4.1
17102026-07-29T00:40:26.575Z Compiling tar v0.4.46
17112026-07-29T00:40:26.679Z Compiling slog-term v2.9.2
17122026-07-29T00:40:44.862Z Compiling rustls-webpki v0.103.13
17132026-07-29T00:40:47.167Z Compiling tokio-rustls v0.26.4
17142026-07-29T00:40:47.167Z Compiling rustls-platform-verifier v0.6.2
17152026-07-29T00:40:47.167Z Compiling tough v0.22.0
17162026-07-29T00:40:47.395Z Compiling hyper-rustls v0.27.7
17172026-07-29T00:40:47.643Z Compiling reqwest v0.13.2
17182026-07-29T00:40:49.700Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17192026-07-29T00:40:49.955Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17202026-07-29T00:40:52.826Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.81s
17212026-07-29T00:40:52.972Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17222026-07-29T00:40:53.039ZJul 29 00:40:52.718 INFO Starting download, target: Clickhouse
17232026-07-29T00:40:53.039ZJul 29 00:40:52.719 INFO Starting download, target: Cockroach
17242026-07-29T00:40:53.039ZJul 29 00:40:52.719 INFO Starting download, target: Console
17252026-07-29T00:40:53.050ZJul 29 00:40:52.719 INFO Starting download, target: DendriteStub
17262026-07-29T00:40:53.050ZJul 29 00:40:52.719 INFO Starting download, target: MaghemiteMgd
17272026-07-29T00:40:53.051ZJul 29 00:40:52.719 INFO Starting download, target: MaghemiteDdmd
17282026-07-29T00:40:53.082ZJul 29 00:40:52.719 INFO Starting download, target: TransceiverControl
17292026-07-29T00:40:53.082ZJul 29 00:40:52.719 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17302026-07-29T00:40:53.083ZJul 29 00:40:52.719 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17312026-07-29T00:40:53.083ZJul 29 00:40:52.719 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17322026-07-29T00:40:53.083ZJul 29 00:40:52.719 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17332026-07-29T00:40:53.083ZJul 29 00:40:52.719 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17342026-07-29T00:40:53.083ZJul 29 00:40:52.719 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17352026-07-29T00:40:53.083ZJul 29 00:40:52.719 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17362026-07-29T00:40:54.616ZJul 29 00:40:54.158 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17372026-07-29T00:40:54.855ZJul 29 00:40:54.365 INFO Download complete, target: TransceiverControl
17382026-07-29T00:40:55.110ZJul 29 00:40:54.790 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17392026-07-29T00:40:55.187ZJul 29 00:40:54.859 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17402026-07-29T00:40:55.443ZJul 29 00:40:55.039 INFO Download complete, target: Console
17412026-07-29T00:41:01.733ZJul 29 00:41:01.431 INFO Checking that binary works, target: Clickhouse
17422026-07-29T00:41:02.216ZJul 29 00:41:01.527 INFO Download complete, target: Clickhouse
17432026-07-29T00:41:03.333ZJul 29 00:41:03.005 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17442026-07-29T00:41:05.158ZJul 29 00:41:04.733 INFO Download complete, target: MaghemiteDdmd
17452026-07-29T00:41:05.665ZJul 29 00:41:05.284 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17462026-07-29T00:41:05.778ZJul 29 00:41:05.315 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17472026-07-29T00:41:07.535ZJul 29 00:41:07.240 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17482026-07-29T00:41:07.535ZJul 29 00:41:07.240 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17492026-07-29T00:41:08.368ZJul 29 00:41:08.072 INFO Download complete, target: MaghemiteMgd
17502026-07-29T00:41:08.368ZJul 29 00:41:08.072 INFO Download complete, target: DendriteStub
17512026-07-29T00:41:12.186ZJul 29 00:41:11.890 INFO Checking that binary works, target: Cockroach
17522026-07-29T00:41:12.318ZJul 29 00:41:12.023 INFO Download complete, target: Cockroach
17532026-07-29T00:41:12.323ZAll prerequisites installed successfully
17542026-07-29T00:41:12.331Z
17552026-07-29T00:41:12.331Zreal 1:56.637297709
17562026-07-29T00:41:12.331Zuser 6:34.554486792
17572026-07-29T00:41:12.331Zsys 1:37.061756233
17582026-07-29T00:41:12.331Ztrap 0.261082474
17592026-07-29T00:41:12.331Ztflt 0.902465434
17602026-07-29T00:41:12.331Zdflt 1.677377224
17612026-07-29T00:41:12.331Zkflt 0.022591775
17622026-07-29T00:41:12.331Zlock 30:21.635757883
17632026-07-29T00:41:12.331Zslp 18:04.478301366
17642026-07-29T00:41:12.331Zlat 24.347793685
17652026-07-29T00:41:12.331Zstop 3:13.057492006
17662026-07-29T00:41:12.331Z+ ptime -m cargo xtask download softnpu
17672026-07-29T00:41:12.810Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
17682026-07-29T00:41:12.829Z Running `target/debug/xtask download softnpu`
17692026-07-29T00:41:13.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s
17702026-07-29T00:41:13.642Z Running `target/debug/xtask-downloader softnpu`
17712026-07-29T00:41:13.686ZJul 29 00:41:13.386 INFO Starting download, target: Softnpu
17722026-07-29T00:41:13.689ZJul 29 00:41:13.386 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17732026-07-29T00:41:14.186ZJul 29 00:41:13.891 INFO Download complete, target: Softnpu
17742026-07-29T00:41:14.191Z
17752026-07-29T00:41:14.191Zreal 1.858809540
17762026-07-29T00:41:14.191Zuser 1.304275802
17772026-07-29T00:41:14.191Zsys 0.637529799
17782026-07-29T00:41:14.191Ztrap 0.000512890
17792026-07-29T00:41:14.191Ztflt 0.000106040
17802026-07-29T00:41:14.191Zdflt 0.000179160
17812026-07-29T00:41:14.192Zkflt 0.000000000
17822026-07-29T00:41:14.192Zlock 9.574099209
17832026-07-29T00:41:14.192Zslp 0.365338379
17842026-07-29T00:41:14.192Zlat 0.102620452
17852026-07-29T00:41:14.192Zstop 0.000248900
17862026-07-29T00:41:14.192Z+ export CARGO_INCREMENTAL=0
17872026-07-29T00:41:14.192Z+ CARGO_INCREMENTAL=0
17882026-07-29T00:41:14.192Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17892026-07-29T00:41:15.073Z Compiling proc-macro2 v1.0.106
17902026-07-29T00:41:15.073Z Compiling quote v1.0.45
17912026-07-29T00:41:15.074Z Compiling unicode-ident v1.0.24
17922026-07-29T00:41:15.074Z Compiling libc v0.2.185
17932026-07-29T00:41:15.078Z Compiling serde_core v1.0.228
17942026-07-29T00:41:15.078Z Compiling serde v1.0.228
17952026-07-29T00:41:15.078Z Compiling cfg-if v1.0.4
17962026-07-29T00:41:15.078Z Compiling version_check v0.9.5
17972026-07-29T00:41:15.213Z Compiling find-msvc-tools v0.1.9
17982026-07-29T00:41:15.217Z Compiling shlex v1.3.0
17992026-07-29T00:41:15.217Z Compiling zmij v1.0.21
18002026-07-29T00:41:15.217Z Compiling memchr v2.8.0
18012026-07-29T00:41:15.217Z Compiling serde_json v1.0.151
18022026-07-29T00:41:15.227Z Compiling autocfg v1.5.0
18032026-07-29T00:41:15.382Z Compiling portable-atomic v1.13.1
18042026-07-29T00:41:15.449Z Compiling getrandom v0.4.1
18052026-07-29T00:41:15.498Z Compiling zerocopy v0.8.40
18062026-07-29T00:41:15.568Z Compiling libm v0.2.16
18072026-07-29T00:41:15.584Z Compiling parking_lot_core v0.9.12
18082026-07-29T00:41:15.591Z Compiling icu_normalizer_data v2.1.1
18092026-07-29T00:41:15.618Z Compiling icu_properties_data v2.1.2
18102026-07-29T00:41:15.633Z Compiling smallvec v1.15.1
18112026-07-29T00:41:15.638Z Compiling generic-array v0.14.7
18122026-07-29T00:41:15.757Z Compiling num-traits v0.2.19
18132026-07-29T00:41:15.872Z Compiling itoa v1.0.17
18142026-07-29T00:41:15.876Z Compiling log v0.4.29
18152026-07-29T00:41:15.905Z Compiling subtle v2.6.1
18162026-07-29T00:41:16.008Z Compiling pkg-config v0.3.32
18172026-07-29T00:41:16.025Z Compiling stable_deref_trait v1.2.1
18182026-07-29T00:41:16.025Z Compiling typenum v1.20.1
18192026-07-29T00:41:16.097Z Compiling scopeguard v1.2.0
18202026-07-29T00:41:16.146Z Compiling rand_core v0.10.0
18212026-07-29T00:41:16.180Z Compiling jobserver v0.1.34
18222026-07-29T00:41:16.210Z Compiling errno v0.3.14
18232026-07-29T00:41:16.225Z Compiling lock_api v0.4.14
18242026-07-29T00:41:16.265Z Compiling getrandom v0.3.4
18252026-07-29T00:41:16.345Z Compiling thiserror v2.0.18
18262026-07-29T00:41:16.396Z Compiling cc v1.2.56
18272026-07-29T00:41:16.410Z Compiling pin-project-lite v0.2.17
18282026-07-29T00:41:16.481Z Compiling percent-encoding v2.3.2
18292026-07-29T00:41:16.494Z Compiling writeable v0.6.2
18302026-07-29T00:41:16.510Z Compiling litemap v0.8.1
18312026-07-29T00:41:16.511Z Compiling equivalent v1.0.2
18322026-07-29T00:41:16.552Z Compiling syn v2.0.117
18332026-07-29T00:41:16.570Z Compiling getrandom v0.2.17
18342026-07-29T00:41:16.633Z Compiling schemars v0.8.22
18352026-07-29T00:41:16.645Z Compiling rustversion v1.0.22
18362026-07-29T00:41:16.749Z Compiling rand_core v0.6.4
18372026-07-29T00:41:16.792Z Compiling rustix v1.1.3
18382026-07-29T00:41:16.792Z Compiling fs_extra v1.3.0
18392026-07-29T00:41:16.831Z Compiling critical-section v1.2.0
18402026-07-29T00:41:16.834Z Compiling dunce v1.0.5
18412026-07-29T00:41:16.969Z Compiling hashbrown v0.17.0
18422026-07-29T00:41:17.044Z Compiling signal-hook-registry v1.4.8
18432026-07-29T00:41:17.129Z Compiling heck v0.5.0
18442026-07-29T00:41:17.145Z Compiling cmake v0.1.57
18452026-07-29T00:41:17.161Z Compiling utf8_iter v1.0.4
18462026-07-29T00:41:17.178Z Compiling once_cell v1.21.3
18472026-07-29T00:41:17.348Z Compiling parking_lot v0.12.5
18482026-07-29T00:41:17.353Z Compiling form_urlencoded v1.2.2
18492026-07-29T00:41:17.462Z Compiling socket2 v0.6.3
18502026-07-29T00:41:17.495Z Compiling mio v1.2.0
18512026-07-29T00:41:17.509Z Compiling futures-core v0.3.32
18522026-07-29T00:41:17.568Z Compiling aws-lc-rs v1.16.3
18532026-07-29T00:41:17.652Z Compiling semver v1.0.28
18542026-07-29T00:41:17.681Z Compiling indexmap v2.14.0
18552026-07-29T00:41:17.713Z Compiling aws-lc-sys v0.40.0
18562026-07-29T00:41:17.746Z Compiling httparse v1.10.1
18572026-07-29T00:41:17.769Z Compiling strsim v0.11.1
18582026-07-29T00:41:17.897Z Compiling bitflags v2.11.0
18592026-07-29T00:41:18.102Z Compiling byteorder v1.5.0
18602026-07-29T00:41:18.105Z Compiling thiserror v1.0.69
18612026-07-29T00:41:18.212Z Compiling ucd-trie v0.1.7
18622026-07-29T00:41:18.295Z Compiling const-oid v0.9.6
18632026-07-29T00:41:18.314Z Compiling fnv v1.0.7
18642026-07-29T00:41:18.330Z Compiling vcpkg v0.2.15
18652026-07-29T00:41:18.345Z Compiling regex-syntax v0.8.10
18662026-07-29T00:41:18.353Z Compiling syn v1.0.109
18672026-07-29T00:41:18.376Z Compiling pest v2.8.6
18682026-07-29T00:41:18.379Z Compiling ident_case v1.0.1
18692026-07-29T00:41:18.540Z Compiling iana-time-zone v0.1.65
18702026-07-29T00:41:18.681Z Compiling uuid v1.23.4
18712026-07-29T00:41:18.813Z Compiling rustc_version v0.4.1
18722026-07-29T00:41:18.909Z Compiling rustls v0.23.41
18732026-07-29T00:41:18.927Z Compiling futures-sink v0.3.32
18742026-07-29T00:41:18.927Z Compiling openssl-sys v0.9.115
18752026-07-29T00:41:19.016Z Compiling futures-channel v0.3.32
18762026-07-29T00:41:19.064Z Compiling aho-corasick v1.1.4
18772026-07-29T00:41:19.071Z Compiling slab v0.4.12
18782026-07-29T00:41:19.114Z Compiling futures-task v0.3.32
18792026-07-29T00:41:19.137Z Compiling futures-io v0.3.32
18802026-07-29T00:41:19.323Z Compiling plain v0.2.3
18812026-07-29T00:41:19.369Z Compiling synstructure v0.13.2
18822026-07-29T00:41:19.399Z Compiling serde_derive_internals v0.29.1
18832026-07-29T00:41:19.504Z Compiling pest_meta v2.8.6
18842026-07-29T00:41:19.521Z Compiling time-core v0.1.8
18852026-07-29T00:41:19.565Z Compiling crc32fast v1.5.0
18862026-07-29T00:41:19.618Z Compiling dyn-clone v1.0.20
18872026-07-29T00:41:19.666Z Compiling num-conv v0.2.0
18882026-07-29T00:41:19.750Z Compiling crossbeam-utils v0.8.21
18892026-07-29T00:41:19.790Z Compiling base64 v0.22.1
18902026-07-29T00:41:19.815Z Compiling time-macros v0.2.27
18912026-07-29T00:41:19.880Z Compiling pretty-hex v0.4.1
18922026-07-29T00:41:19.896Z Compiling openssl v0.10.79
18932026-07-29T00:41:19.958Z Compiling regex-automata v0.4.14
18942026-07-29T00:41:20.040Z Compiling darling_core v0.23.0
18952026-07-29T00:41:20.071Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18962026-07-29T00:41:20.115Z Compiling pest_generator v2.8.6
18972026-07-29T00:41:20.172Z Compiling native-tls v0.2.18
18982026-07-29T00:41:20.329Z Compiling anyhow v1.0.102
18992026-07-29T00:41:20.382Z Compiling rand_core v0.9.5
19002026-07-29T00:41:20.533Z Compiling slog v2.8.2
19012026-07-29T00:41:20.547Z Compiling tracing-core v0.1.36
19022026-07-29T00:41:20.612Z Compiling serde_derive v1.0.228
19032026-07-29T00:41:20.626Z Compiling zeroize_derive v1.5.0
19042026-07-29T00:41:20.641Z Compiling zerofrom-derive v0.1.6
19052026-07-29T00:41:20.660Z Compiling yoke-derive v0.8.1
19062026-07-29T00:41:20.740Z Compiling zerovec-derive v0.11.2
19072026-07-29T00:41:20.788Z Compiling displaydoc v0.2.5
19082026-07-29T00:41:20.800Z Compiling zerocopy-derive v0.8.40
19092026-07-29T00:41:20.837Z Compiling tokio-macros v2.7.0
19102026-07-29T00:41:20.976Z Compiling futures-macro v0.3.32
19112026-07-29T00:41:21.139Z Compiling thiserror-impl v2.0.18
19122026-07-29T00:41:21.281Z Compiling zeroize v1.9.0
19132026-07-29T00:41:21.511Z Compiling schemars_derive v0.8.22
19142026-07-29T00:41:21.521Z Compiling tracing-attributes v0.1.31
19152026-07-29T00:41:21.596Z Compiling der_derive v0.7.3
19162026-07-29T00:41:21.621Z Compiling thiserror-impl v1.0.69
19172026-07-29T00:41:21.781Z Compiling zerofrom v0.1.6
19182026-07-29T00:41:21.973Z Compiling yoke v0.8.1
19192026-07-29T00:41:22.155Z Compiling zerovec v0.11.5
19202026-07-29T00:41:22.590Z Compiling zerotrie v0.2.3
19212026-07-29T00:41:22.594Z Compiling crypto-common v0.1.7
19222026-07-29T00:41:22.594Z Compiling pest_derive v2.8.6
19232026-07-29T00:41:22.594Z Compiling futures-util v0.3.32
19242026-07-29T00:41:22.613Z Compiling block-buffer v0.10.4
19252026-07-29T00:41:22.667Z Compiling tinystr v0.8.2
19262026-07-29T00:41:22.717Z Compiling potential_utf v0.1.4
19272026-07-29T00:41:22.765Z Compiling digest v0.10.7
19282026-07-29T00:41:22.772Z Compiling scroll_derive v0.13.1
19292026-07-29T00:41:22.799Z Compiling scroll_derive v0.12.1
19302026-07-29T00:41:22.915Z Compiling icu_locale_core v2.1.1
19312026-07-29T00:41:22.952Z Compiling icu_collections v2.1.1
19322026-07-29T00:41:23.030Z Compiling openssl-macros v0.1.1
19332026-07-29T00:41:23.380Z Compiling darling_macro v0.23.0
19342026-07-29T00:41:23.410Z Compiling regex v1.12.3
19352026-07-29T00:41:23.443Z Compiling zerocopy-derive v0.7.35
19362026-07-29T00:41:23.554Z Compiling icu_provider v2.1.1
19372026-07-29T00:41:23.736Z Compiling bytes v1.11.1
19382026-07-29T00:41:23.834Z Compiling chrono v0.4.45
19392026-07-29T00:41:23.848Z Compiling icu_properties v2.1.2
19402026-07-29T00:41:23.863Z Compiling icu_normalizer v2.1.1
19412026-07-29T00:41:24.041Z Compiling serde_tokenstream v0.2.3
19422026-07-29T00:41:24.279Z Compiling tokio v1.52.1
19432026-07-29T00:41:24.427Z Compiling http v1.4.2
19442026-07-29T00:41:24.784Z Compiling idna_adapter v1.2.1
19452026-07-29T00:41:24.943Z Compiling idna v1.1.0
19462026-07-29T00:41:24.976Z Compiling ppv-lite86 v0.2.21
19472026-07-29T00:41:25.171Z Compiling cookie v0.18.1
19482026-07-29T00:41:25.285Z Compiling url v2.5.8
19492026-07-29T00:41:25.303Z Compiling base64ct v1.8.3
19502026-07-29T00:41:25.362Z Compiling camino v1.2.2
19512026-07-29T00:41:25.529Z Compiling darling v0.23.0
19522026-07-29T00:41:25.606Z Compiling pem-rfc7468 v0.7.0
19532026-07-29T00:41:25.642Z Compiling tracing v0.1.44
19542026-07-29T00:41:25.677Z Compiling flagset v0.4.7
19552026-07-29T00:41:25.826Z Compiling der v0.7.10
19562026-07-29T00:41:25.893Z Compiling rand_chacha v0.9.0
19572026-07-29T00:41:25.953Z Compiling http-body v1.0.1
19582026-07-29T00:41:26.124Z Compiling rustls-pki-types v1.14.0
19592026-07-29T00:41:26.334Z Compiling usdt-impl v0.5.0
19602026-07-29T00:41:26.482Z Compiling paste v1.0.15
19612026-07-29T00:41:26.501Z Compiling fastrand v2.3.0
19622026-07-29T00:41:26.553Z Compiling openssl-probe v0.2.1
19632026-07-29T00:41:26.567Z Compiling usdt-impl v0.6.0
19642026-07-29T00:41:26.720Z Compiling tinyvec_macros v0.1.1
19652026-07-29T00:41:26.735Z Compiling either v1.15.0
19662026-07-29T00:41:26.755Z Compiling cmov v0.5.4
19672026-07-29T00:41:26.818Z Compiling ref-cast v1.0.25
19682026-07-29T00:41:26.987Z Compiling ctutils v0.4.2
19692026-07-29T00:41:27.010Z Compiling tinyvec v1.10.0
19702026-07-29T00:41:27.079Z Compiling spki v0.7.3
19712026-07-29T00:41:27.228Z Compiling rand v0.9.2
19722026-07-29T00:41:27.272Z Compiling serde_spanned v0.6.9
19732026-07-29T00:41:27.301Z Compiling toml_datetime v0.6.11
19742026-07-29T00:41:27.316Z Compiling scroll v0.13.0
19752026-07-29T00:41:27.342Z Compiling scroll v0.12.0
19762026-07-29T00:41:27.375Z Compiling async-trait v0.1.89
19772026-07-29T00:41:27.438Z Compiling heapless v0.7.17
19782026-07-29T00:41:27.503Z Compiling bzip2-sys v0.1.13+1.0.8
19792026-07-29T00:41:27.517Z Compiling winnow v1.0.3
19802026-07-29T00:41:27.549Z Compiling rustix v0.38.44
19812026-07-29T00:41:27.564Z Compiling atomic-waker v1.1.2
19822026-07-29T00:41:27.603Z Compiling tower-layer v0.3.3
19832026-07-29T00:41:27.632Z Compiling untrusted v0.7.1
19842026-07-29T00:41:27.722Z Compiling zstd-safe v7.2.4
19852026-07-29T00:41:27.777Z Compiling winnow v0.7.14
19862026-07-29T00:41:27.791Z Compiling try-lock v0.2.5
19872026-07-29T00:41:27.810Z Compiling tower-service v0.3.3
19882026-07-29T00:41:27.813Z Compiling litrs v1.0.0
19892026-07-29T00:41:27.842Z Compiling signal-hook v0.3.18
19902026-07-29T00:41:27.859Z Compiling cpufeatures v0.2.17
19912026-07-29T00:41:27.882Z Compiling toml_parser v1.1.2+spec-1.1.0
19922026-07-29T00:41:27.899Z Compiling want v0.3.1
19932026-07-29T00:41:27.924Z Compiling goblin v0.8.2
19942026-07-29T00:41:27.953Z Compiling goblin v0.10.5
19952026-07-29T00:41:28.044Z Compiling tokio-util v0.7.18
19962026-07-29T00:41:28.264Z Compiling hybrid-array v0.4.13
19972026-07-29T00:41:28.297Z Compiling document-features v0.2.12
19982026-07-29T00:41:28.569Z Compiling zerocopy v0.7.35
19992026-07-29T00:41:28.916Z Compiling h2 v0.4.15
20002026-07-29T00:41:28.993Z Compiling ipnet v2.11.0
20012026-07-29T00:41:29.069Z Compiling ref-cast-impl v1.0.25
20022026-07-29T00:41:29.073Z Compiling darling_core v0.20.11
20032026-07-29T00:41:29.112Z Compiling curve25519-dalek v4.1.3
20042026-07-29T00:41:29.168Z Compiling memoffset v0.9.1
20052026-07-29T00:41:29.386Z Compiling winnow v0.5.40
20062026-07-29T00:41:29.404Z Compiling untrusted v0.9.0
20072026-07-29T00:41:29.482Z Compiling powerfmt v0.2.0
20082026-07-29T00:41:29.558Z Compiling foreign-types-shared v0.1.1
20092026-07-29T00:41:29.614Z Compiling utf8parse v0.2.2
20102026-07-29T00:41:29.645Z Compiling httpdate v1.0.3
20112026-07-29T00:41:29.843Z Compiling tempfile v3.25.0
20122026-07-29T00:41:29.866Z Compiling deranged v0.5.8
20132026-07-29T00:41:29.894Z Compiling foreign-types v0.3.2
20142026-07-29T00:41:30.157Z Compiling dof v0.3.0
20152026-07-29T00:41:30.176Z Compiling unicode-normalization v0.1.25
20162026-07-29T00:41:30.199Z Compiling pkcs8 v0.10.2
20172026-07-29T00:41:30.652Z Compiling dtrace-parser v0.2.0
20182026-07-29T00:41:30.776Z Compiling dof v0.4.0
20192026-07-29T00:41:30.830Z Compiling toml_edit v0.19.15
20202026-07-29T00:41:31.062Z Compiling dtrace-parser v0.3.0
20212026-07-29T00:41:31.078Z Compiling darling_macro v0.20.11
20222026-07-29T00:41:31.176Z Compiling daft-derive v0.1.7
20232026-07-29T00:41:31.249Z Compiling pin-project-internal v1.1.11
20242026-07-29T00:41:31.452Z Compiling spin v0.9.8
20252026-07-29T00:41:31.467Z Compiling thread-id v4.2.2
20262026-07-29T00:41:31.563Z Compiling thread-id v5.1.0
20272026-07-29T00:41:31.664Z Compiling cfg_aliases v0.2.1
20282026-07-29T00:41:31.697Z Compiling num-bigint-dig v0.8.6
20292026-07-29T00:41:31.770Z Compiling anstyle v1.0.14
20302026-07-29T00:41:31.820Z Compiling num_threads v0.1.7
20312026-07-29T00:41:31.872Z Compiling smoltcp v0.9.1
20322026-07-29T00:41:31.920Z Compiling nix v0.31.2
20332026-07-29T00:41:32.029Z Compiling darling v0.20.11
20342026-07-29T00:41:32.073Z Compiling time v0.3.47
20352026-07-29T00:41:32.087Z Compiling hyper v1.10.1
20362026-07-29T00:41:32.293Z Compiling sha2 v0.10.9
20372026-07-29T00:41:32.532Z Compiling ipnetwork v0.21.1
20382026-07-29T00:41:32.681Z Compiling hmac v0.12.1
20392026-07-29T00:41:32.687Z Compiling curve25519-dalek-derive v0.1.1
20402026-07-29T00:41:32.796Z Compiling strum_macros v0.26.4
20412026-07-29T00:41:32.963Z Compiling sync_wrapper v1.0.2
20422026-07-29T00:41:32.983Z Compiling wait-timeout v0.2.1
20432026-07-29T00:41:33.226Z Compiling hyper-util v0.1.20
20442026-07-29T00:41:33.300Z Compiling anstyle-query v1.1.5
20452026-07-29T00:41:33.422Z Compiling is_terminal_polyfill v1.70.2
20462026-07-29T00:41:33.452Z Compiling siphasher v1.0.2
20472026-07-29T00:41:33.537Z Compiling colorchoice v1.0.4
20482026-07-29T00:41:33.558Z Compiling bit-vec v0.8.0
20492026-07-29T00:41:33.576Z Compiling quick-error v1.2.3
20502026-07-29T00:41:33.675Z Compiling simd-adler32 v0.3.8
20512026-07-29T00:41:33.873Z Compiling bit-set v0.8.0
20522026-07-29T00:41:33.924Z Compiling rusty-fork v0.3.1
20532026-07-29T00:41:34.076Z Compiling tower v0.5.3
20542026-07-29T00:41:34.457Z Compiling derive_builder_core v0.20.2
20552026-07-29T00:41:34.686Z Compiling http-body-util v0.1.3
20562026-07-29T00:41:34.775Z Compiling hubpack_derive v0.1.1
20572026-07-29T00:41:34.858Z Compiling strum_macros v0.27.2
20582026-07-29T00:41:34.884Z Compiling snafu-derive v0.8.9
20592026-07-29T00:41:34.912Z Compiling rand_xorshift v0.4.0
20602026-07-29T00:41:35.007Z Compiling fs-err v3.3.0
20612026-07-29T00:41:35.023Z Compiling ahash v0.8.12
20622026-07-29T00:41:35.074Z Compiling object v0.37.3
20632026-07-29T00:41:35.227Z Compiling allocator-api2 v0.2.21
20642026-07-29T00:41:35.254Z Compiling ryu v1.0.23
20652026-07-29T00:41:35.258Z Compiling unarray v0.1.4
20662026-07-29T00:41:35.383Z Compiling adler2 v2.0.1
20672026-07-29T00:41:35.415Z Compiling unicode-segmentation v1.12.0
20682026-07-29T00:41:35.533Z Compiling unicode-properties v0.1.4
20692026-07-29T00:41:35.548Z Compiling iri-string v0.7.10
20702026-07-29T00:41:35.587Z Compiling unicode-bidi v0.3.18
20712026-07-29T00:41:35.759Z Compiling miniz_oxide v0.8.9
20722026-07-29T00:41:35.779Z Compiling serde_urlencoded v0.7.1
20732026-07-29T00:41:35.801Z Compiling proptest v1.10.0
20742026-07-29T00:41:35.955Z Compiling stringprep v0.1.5
20752026-07-29T00:41:36.072Z Compiling derive_builder_macro v0.20.2
20762026-07-29T00:41:36.330Z Compiling tokio-native-tls v0.3.1
20772026-07-29T00:41:36.527Z Compiling usdt-attr-macro v0.6.0
20782026-07-29T00:41:36.556Z Compiling usdt-macro v0.6.0
20792026-07-29T00:41:36.577Z Compiling anstyle-parse v1.0.0
20802026-07-29T00:41:36.593Z Compiling block-buffer v0.12.1
20812026-07-29T00:41:36.634Z Compiling crypto-common v0.2.2
20822026-07-29T00:41:36.777Z Compiling tower-http v0.6.8
20832026-07-29T00:41:36.944Z Compiling block-padding v0.4.2
20842026-07-29T00:41:37.211Z Compiling rustls-native-certs v0.8.3
20852026-07-29T00:41:37.355Z Compiling rand_chacha v0.3.1
20862026-07-29T00:41:37.371Z Compiling hex v0.4.3
20872026-07-29T00:41:37.386Z Compiling erased-serde v0.3.31
20882026-07-29T00:41:37.456Z Compiling md-5 v0.10.6
20892026-07-29T00:41:37.472Z Compiling signature v2.2.0
20902026-07-29T00:41:37.514Z Compiling bstr v1.12.1
20912026-07-29T00:41:37.659Z Compiling num-integer v0.1.46
20922026-07-29T00:41:37.672Z Compiling hash32 v0.2.1
20932026-07-29T00:41:37.819Z Compiling vergen-lib v9.1.0
20942026-07-29T00:41:37.853Z Compiling encoding_rs v0.8.35
20952026-07-29T00:41:37.884Z Compiling mime v0.3.17
20962026-07-29T00:41:37.887Z Compiling zlib-rs v0.6.2
20972026-07-29T00:41:37.997Z Compiling cpufeatures v0.3.0
20982026-07-29T00:41:38.083Z Compiling psl-types v2.0.11
20992026-07-29T00:41:38.098Z Compiling fallible-iterator v0.2.0
21002026-07-29T00:41:38.194Z Compiling publicsuffix v2.3.0
21012026-07-29T00:41:38.247Z Compiling num-iter v0.1.45
21022026-07-29T00:41:38.398Z Compiling postgres-protocol v0.6.10
21032026-07-29T00:41:38.444Z Compiling newtype-uuid v1.3.2
21042026-07-29T00:41:38.531Z Compiling rand v0.8.6
21052026-07-29T00:41:38.755Z Compiling oxnet v0.1.6
21062026-07-29T00:41:38.934Z Compiling inout v0.2.2
21072026-07-29T00:41:38.978Z Compiling anstream v1.0.0
21082026-07-29T00:41:39.056Z Compiling derive_builder v0.20.2
21092026-07-29T00:41:39.065Z Compiling hyper-tls v0.6.0
21102026-07-29T00:41:39.160Z Compiling heck v0.4.1
21112026-07-29T00:41:39.205Z Compiling phf_shared v0.13.1
21122026-07-29T00:41:39.210Z Compiling pin-project v1.1.11
21132026-07-29T00:41:39.281Z Compiling lazy_static v1.5.0
21142026-07-29T00:41:39.301Z Compiling anstyle-parse v0.2.7
21152026-07-29T00:41:39.427Z Compiling terminal_size v0.4.3
21162026-07-29T00:41:39.445Z Compiling serde_with_macros v3.21.0
21172026-07-29T00:41:39.461Z Compiling futures-executor v0.3.32
21182026-07-29T00:41:39.507Z Compiling serde_repr v0.1.20
21192026-07-29T00:41:39.586Z Compiling clap_derive v4.6.1
21202026-07-29T00:41:39.612Z Compiling enum-as-inner v0.6.1
21212026-07-29T00:41:39.707Z Compiling async-recursion v1.1.1
21222026-07-29T00:41:39.749Z Compiling ff v0.13.1
21232026-07-29T00:41:39.815Z Compiling vergen v9.1.0
21242026-07-29T00:41:39.911Z Compiling flate2 v1.1.9
21252026-07-29T00:41:39.950Z Compiling cargo-platform v0.3.2
21262026-07-29T00:41:40.025Z Compiling base16ct v0.2.0
21272026-07-29T00:41:40.130Z Compiling foldhash v0.2.0
21282026-07-29T00:41:40.162Z Compiling clap_lex v1.0.0
21292026-07-29T00:41:40.217Z Compiling managed v0.8.0
21302026-07-29T00:41:40.231Z Compiling bitflags v1.3.2
21312026-07-29T00:41:40.358Z Compiling foldhash v0.1.5
21322026-07-29T00:41:40.420Z Compiling bumpalo v3.20.2
21332026-07-29T00:41:40.462Z Compiling libbz2-rs-sys v0.2.2
21342026-07-29T00:41:40.493Z Compiling same-file v1.0.6
21352026-07-29T00:41:40.554Z Compiling hashbrown v0.15.5
21362026-07-29T00:41:40.663Z Compiling zopfli v0.8.3
21372026-07-29T00:41:40.678Z Compiling walkdir v2.5.0
21382026-07-29T00:41:40.960Z Compiling bzip2 v0.6.1
21392026-07-29T00:41:41.029Z Compiling clap_builder v4.6.0
21402026-07-29T00:41:41.065Z Compiling hashbrown v0.16.1
21412026-07-29T00:41:41.110Z Compiling sec1 v0.7.3
21422026-07-29T00:41:41.183Z Compiling cargo_metadata v0.23.1
21432026-07-29T00:41:41.245Z Compiling zstd v0.13.3
21442026-07-29T00:41:41.265Z Compiling group v0.13.0
21452026-07-29T00:41:41.553Z Compiling futures v0.3.32
21462026-07-29T00:41:41.656Z Compiling anstream v0.6.21
21472026-07-29T00:41:41.852Z Compiling phf v0.13.1
21482026-07-29T00:41:42.026Z Compiling snafu v0.8.9
21492026-07-29T00:41:42.108Z Compiling reqwest v0.12.28
21502026-07-29T00:41:42.218Z Compiling signal-hook-mio v0.2.5
21512026-07-29T00:41:42.360Z Compiling cipher v0.5.2
21522026-07-29T00:41:42.392Z Compiling daft v0.1.7
21532026-07-29T00:41:42.418Z Compiling cookie_store v0.22.1
21542026-07-29T00:41:42.603Z Compiling postgres-types v0.2.12
21552026-07-29T00:41:42.654Z Compiling bzip2 v0.4.4
21562026-07-29T00:41:42.688Z Compiling globset v0.4.18
21572026-07-29T00:41:42.688Z Compiling ed25519 v2.2.3
21582026-07-29T00:41:42.817Z Compiling strum v0.27.2
21592026-07-29T00:41:43.003Z Compiling hubpack v0.1.2
21602026-07-29T00:41:43.070Z Compiling phf_shared v0.11.3
21612026-07-29T00:41:43.114Z Compiling hkdf v0.12.4
21622026-07-29T00:41:43.130Z Compiling crossbeam-epoch v0.9.18
21632026-07-29T00:41:43.168Z Compiling olpc-cjson v0.1.4
21642026-07-29T00:41:43.241Z Compiling pkcs1 v0.7.5
21652026-07-29T00:41:43.403Z Compiling pem v3.0.6
21662026-07-29T00:41:43.509Z Compiling serde_plain v1.0.2
21672026-07-29T00:41:43.523Z Compiling serde-big-array v0.5.1
21682026-07-29T00:41:43.609Z Compiling crypto-bigint v0.5.5
21692026-07-29T00:41:43.703Z Compiling float-cmp v0.10.0
21702026-07-29T00:41:43.716Z Compiling memmap2 v0.9.10
21712026-07-29T00:41:43.732Z Compiling env_filter v1.0.0
21722026-07-29T00:41:43.859Z Compiling static_assertions v1.1.0
21732026-07-29T00:41:43.874Z Compiling predicates-core v1.0.10
21742026-07-29T00:41:43.945Z Compiling new_debug_unreachable v1.0.6
21752026-07-29T00:41:43.958Z Compiling whoami v2.1.0
21762026-07-29T00:41:43.977Z Compiling precomputed-hash v0.1.1
21772026-07-29T00:41:44.006Z Compiling fixedbitset v0.5.7
21782026-07-29T00:41:44.022Z Compiling normalize-line-endings v0.3.0
21792026-07-29T00:41:44.035Z Compiling difflib v0.4.0
21802026-07-29T00:41:44.064Z Compiling typed-path v0.9.3
21812026-07-29T00:41:44.079Z Compiling toml_write v0.1.2
21822026-07-29T00:41:44.105Z Compiling keccak v0.1.6
21832026-07-29T00:41:44.161Z Compiling data-encoding v2.10.0
21842026-07-29T00:41:44.312Z Compiling fixedbitset v0.4.2
21852026-07-29T00:41:44.330Z Compiling jiff v0.2.21
21862026-07-29T00:41:44.435Z Compiling const-oid v0.10.2
21872026-07-29T00:41:44.544Z Compiling digest v0.11.3
21882026-07-29T00:41:44.585Z Compiling elliptic-curve v0.13.8
21892026-07-29T00:41:44.601Z Compiling petgraph v0.6.5
21902026-07-29T00:41:44.652Z Compiling hickory-proto v0.25.2
21912026-07-29T00:41:44.718Z Compiling chacha20 v0.10.0
21922026-07-29T00:41:44.721Z Compiling predicates v3.1.4
21932026-07-29T00:41:44.749Z Compiling sha3 v0.10.8
21942026-07-29T00:41:44.767Z Compiling toml_edit v0.22.27
21952026-07-29T00:41:44.916Z Compiling petgraph v0.8.3
21962026-07-29T00:41:44.949Z Compiling tokio-postgres v0.7.16
21972026-07-29T00:41:45.033Z Compiling string_cache v0.8.9
21982026-07-29T00:41:45.036Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21992026-07-29T00:41:45.115Z Compiling env_logger v0.11.9
22002026-07-29T00:41:45.273Z Compiling usdt v0.6.0
22012026-07-29T00:41:45.546Z Compiling rsa v0.9.10
22022026-07-29T00:41:46.837Z Compiling ed25519-dalek v2.2.0
22032026-07-29T00:41:47.022Z Compiling zip v4.6.1
22042026-07-29T00:41:47.035Z Compiling zip v0.6.6
22052026-07-29T00:41:47.071Z Compiling iddqd v0.4.2
22062026-07-29T00:41:47.521Z Compiling clap v4.6.1
22072026-07-29T00:41:47.555Z Compiling crossterm v0.28.1
22082026-07-29T00:41:47.786Z Compiling serde_with v3.21.0
22092026-07-29T00:41:47.791Z Compiling similar v2.7.0
22102026-07-29T00:41:47.921Z Compiling byte-wrapper v0.1.0
22112026-07-29T00:41:47.995Z Compiling strum v0.26.3
22122026-07-29T00:41:48.040Z Compiling toml v0.7.8
22132026-07-29T00:41:48.136Z Compiling tokio-stream v0.1.18
22142026-07-29T00:41:48.240Z Compiling buf-list v1.1.2
22152026-07-29T00:41:48.297Z Compiling x509-cert v0.2.5
22162026-07-29T00:41:48.539Z Compiling itertools v0.13.0
22172026-07-29T00:41:48.595Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22182026-07-29T00:41:48.732Z Compiling openapiv3 v2.2.0
22192026-07-29T00:41:49.289Z Compiling peg-runtime v0.8.5
22202026-07-29T00:41:49.592Z Compiling lalrpop-util v0.19.12
22212026-07-29T00:42:05.497Z Compiling rustls-webpki v0.103.13
22222026-07-29T00:42:06.600Z Compiling macaddr v1.0.1
22232026-07-29T00:42:06.655Z Compiling structmeta-derive v0.3.0
22242026-07-29T00:42:06.715Z Compiling rayon-core v1.13.0
22252026-07-29T00:42:06.750Z Compiling crucible-workspace-hack v0.1.0
22262026-07-29T00:42:06.915Z Compiling itertools v0.15.0
22272026-07-29T00:42:06.930Z Compiling secrecy v0.10.3
22282026-07-29T00:42:06.960Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22292026-07-29T00:42:06.993Z Compiling toml_datetime v0.7.5+spec-1.1.0
22302026-07-29T00:42:07.015Z Compiling heapless v0.8.0
22312026-07-29T00:42:07.121Z Compiling crossbeam-deque v0.8.6
22322026-07-29T00:42:07.137Z Compiling inout v0.1.4
22332026-07-29T00:42:07.155Z Compiling hash32 v0.3.1
22342026-07-29T00:42:07.250Z Compiling toml_edit v0.23.10+spec-1.0.0
22352026-07-29T00:42:07.325Z Compiling multer v3.1.0
22362026-07-29T00:42:07.341Z Compiling thread_local v1.1.9
22372026-07-29T00:42:07.371Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22382026-07-29T00:42:07.386Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22392026-07-29T00:42:07.491Z Compiling slog-async v2.8.0
22402026-07-29T00:42:07.540Z Compiling compression-core v0.4.31
22412026-07-29T00:42:07.559Z Compiling unicode-width v0.2.0
22422026-07-29T00:42:07.598Z Compiling smoltcp v0.11.0
22432026-07-29T00:42:07.614Z Compiling match_cfg v0.1.0
22442026-07-29T00:42:07.644Z Compiling structmeta v0.3.0
22452026-07-29T00:42:07.680Z Compiling hostname v0.3.1
22462026-07-29T00:42:07.701Z Compiling compression-codecs v0.4.37
22472026-07-29T00:42:07.818Z Compiling proc-macro-crate v3.4.0
22482026-07-29T00:42:07.879Z Compiling cipher v0.4.4
22492026-07-29T00:42:07.882Z Compiling derive-ex v0.1.8
22502026-07-29T00:42:07.944Z Compiling atomicwrites v0.4.4
22512026-07-29T00:42:08.071Z Compiling slog-json v2.6.1
22522026-07-29T00:42:08.132Z Compiling crossbeam-channel v0.5.15
22532026-07-29T00:42:08.152Z Compiling half v2.7.1
22542026-07-29T00:42:08.223Z Compiling ingot-macros v0.2.0
22552026-07-29T00:42:08.244Z Compiling newtype-uuid-macros v0.1.0
22562026-07-29T00:42:08.258Z Compiling cobs v0.3.0
22572026-07-29T00:42:08.349Z Compiling universal-hash v0.5.1
22582026-07-29T00:42:08.365Z Compiling thiserror-impl-no-std v2.0.2
22592026-07-29T00:42:08.512Z Compiling async-stream-impl v0.3.6
22602026-07-29T00:42:08.532Z Compiling toml_datetime v1.1.1+spec-1.1.0
22612026-07-29T00:42:08.561Z Compiling serde_spanned v1.1.1
22622026-07-29T00:42:08.731Z Compiling is-terminal v0.4.17
22632026-07-29T00:42:08.842Z Compiling proc-macro-error-attr v1.0.4
22642026-07-29T00:42:08.853Z Compiling dropshot v0.17.1
22652026-07-29T00:42:08.981Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22662026-07-29T00:42:09.006Z Compiling term v1.2.1
22672026-07-29T00:42:09.058Z Compiling toml_writer v1.1.1+spec-1.1.0
22682026-07-29T00:42:09.101Z Compiling ciborium-io v0.2.2
22692026-07-29T00:42:09.118Z Compiling opaque-debug v0.3.1
22702026-07-29T00:42:09.227Z Compiling tokio-rustls v0.26.4
22712026-07-29T00:42:09.242Z Compiling rustls-platform-verifier v0.6.2
22722026-07-29T00:42:09.242Z Compiling tough v0.22.0
22732026-07-29T00:42:09.356Z Compiling take_mut v0.2.2
22742026-07-29T00:42:09.371Z Compiling convert_case v0.4.0
22752026-07-29T00:42:09.418Z Compiling test-strategy v0.4.5
22762026-07-29T00:42:09.421Z Compiling thiserror-no-std v2.0.2
22772026-07-29T00:42:09.446Z Compiling hyper-rustls v0.27.7
22782026-07-29T00:42:09.501Z Compiling slog-term v2.9.2
22792026-07-29T00:42:09.543Z Compiling toml v1.1.2+spec-1.1.0
22802026-07-29T00:42:09.698Z Compiling reqwest v0.13.2
22812026-07-29T00:42:09.787Z Compiling derive_more v0.99.20
22822026-07-29T00:42:10.557Z Compiling ciborium-ll v0.2.2
22832026-07-29T00:42:10.696Z Compiling poly1305 v0.8.0
22842026-07-29T00:42:10.713Z Compiling async-stream v0.3.6
22852026-07-29T00:42:10.789Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22862026-07-29T00:42:10.831Z Compiling postcard v1.1.3
22872026-07-29T00:42:10.862Z Compiling num_enum_derive v0.7.6
22882026-07-29T00:42:10.878Z Compiling ingot-types v0.2.0
22892026-07-29T00:42:10.901Z Compiling slog-bunyan v2.5.0
22902026-07-29T00:42:10.932Z Compiling chacha20 v0.9.1
22912026-07-29T00:42:11.101Z Compiling async-compression v0.4.41
22922026-07-29T00:42:11.207Z Compiling parse-display-derive v0.10.0
22932026-07-29T00:42:11.354Z Compiling ingot v0.2.1
22942026-07-29T00:42:11.369Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
22952026-07-29T00:42:11.579Z Compiling sha1 v0.11.0
22962026-07-29T00:42:11.810Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22972026-07-29T00:42:12.002Z Compiling proc-macro-crate v1.3.1
22982026-07-29T00:42:12.032Z Compiling waitgroup v0.1.2
22992026-07-29T00:42:12.064Z Compiling password-hash v0.5.0
23002026-07-29T00:42:12.212Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23012026-07-29T00:42:12.380Z Compiling backon v1.6.0
23022026-07-29T00:42:12.398Z Compiling rustls-pemfile v2.2.0
23032026-07-29T00:42:12.412Z Compiling dropshot_endpoint v0.17.1
23042026-07-29T00:42:12.675Z Compiling blake2 v0.10.6
23052026-07-29T00:42:12.712Z Compiling aead v0.5.2
23062026-07-29T00:42:12.773Z Compiling foreign-types-macros v0.2.3
23072026-07-29T00:42:12.789Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23082026-07-29T00:42:12.851Z Compiling serde_path_to_error v0.1.20
23092026-07-29T00:42:12.926Z Compiling hostname v0.4.2
23102026-07-29T00:42:12.969Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23112026-07-29T00:42:13.036Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23122026-07-29T00:42:13.118Z Compiling proc-macro-error v1.0.4
23132026-07-29T00:42:13.187Z Compiling instant v0.1.13
23142026-07-29T00:42:13.252Z Compiling foreign-types-shared v0.3.1
23152026-07-29T00:42:13.266Z Compiling debug-ignore v1.0.5
23162026-07-29T00:42:13.279Z Compiling backoff v0.4.0
23172026-07-29T00:42:13.333Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23182026-07-29T00:42:13.365Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23192026-07-29T00:42:13.365Z Compiling argon2 v0.5.3
23202026-07-29T00:42:13.368Z Compiling foreign-types v0.5.0
23212026-07-29T00:42:13.384Z Compiling chacha20poly1305 v0.10.1
23222026-07-29T00:42:13.431Z Compiling parse-display v0.10.0
23232026-07-29T00:42:13.431Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23242026-07-29T00:42:13.468Z Compiling num_enum_derive v0.5.11
23252026-07-29T00:42:13.508Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23262026-07-29T00:42:13.524Z Compiling num_enum v0.7.6
23272026-07-29T00:42:13.588Z Compiling ciborium v0.2.2
23282026-07-29T00:42:13.670Z Compiling vsss-rs v3.3.4
23292026-07-29T00:42:13.752Z Compiling tabwriter v1.4.1
23302026-07-29T00:42:13.905Z Compiling regress v0.10.5
23312026-07-29T00:42:13.964Z Compiling itertools v0.14.0
23322026-07-29T00:42:13.970Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23332026-07-29T00:42:13.987Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23342026-07-29T00:42:14.071Z Compiling cstr-argument v0.1.2
23352026-07-29T00:42:14.170Z Compiling humantime v2.3.0
23362026-07-29T00:42:14.250Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23372026-07-29T00:42:14.270Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23382026-07-29T00:42:14.429Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23392026-07-29T00:42:14.445Z Compiling num_enum v0.5.11
23402026-07-29T00:42:14.485Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23412026-07-29T00:42:14.518Z Compiling rayon v1.11.0
23422026-07-29T00:42:14.581Z Compiling rand v0.10.1
23432026-07-29T00:42:14.597Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23442026-07-29T00:42:14.631Z Compiling colored v3.1.1
23452026-07-29T00:42:14.646Z Compiling indent_write v2.2.0
23462026-07-29T00:42:14.682Z Compiling libefi-sys v0.1.0
23472026-07-29T00:42:14.712Z Compiling zone_cfg_derive v0.3.1
23482026-07-29T00:42:14.743Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23492026-07-29T00:42:14.816Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23502026-07-29T00:42:14.920Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23512026-07-29T00:42:14.951Z Compiling camino-tempfile v1.4.1
23522026-07-29T00:42:14.971Z Compiling itertools v0.12.1
23532026-07-29T00:42:15.055Z Compiling usdt-macro v0.5.0
23542026-07-29T00:42:15.112Z Compiling usdt-attr-macro v0.5.0
23552026-07-29T00:42:15.285Z Compiling bitfield-struct v0.6.2
23562026-07-29T00:42:15.342Z Compiling num-derive v0.4.2
23572026-07-29T00:42:15.359Z Compiling blake3 v1.8.5
23582026-07-29T00:42:15.362Z Compiling sigpipe v0.1.3
23592026-07-29T00:42:15.389Z Compiling memmap v0.7.0
23602026-07-29T00:42:15.393Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23612026-07-29T00:42:15.493Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23622026-07-29T00:42:15.521Z Compiling swrite v0.1.0
23632026-07-29T00:42:15.617Z Compiling glob v0.3.3
23642026-07-29T00:42:15.653Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23652026-07-29T00:42:15.780Z Compiling smf v0.2.3
23662026-07-29T00:42:15.880Z Compiling usdt v0.5.0
23672026-07-29T00:42:15.911Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23682026-07-29T00:42:15.927Z Compiling filetime v0.2.27
23692026-07-29T00:42:15.987Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23702026-07-29T00:42:16.089Z Compiling arrayref v0.3.9
23712026-07-29T00:42:16.190Z Compiling xattr v1.6.1
23722026-07-29T00:42:16.203Z Compiling arrayvec v0.7.6
23732026-07-29T00:42:16.203Z Compiling whoami v1.6.1
23742026-07-29T00:42:16.235Z Compiling constant_time_eq v0.4.2
23752026-07-29T00:42:16.251Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23762026-07-29T00:42:16.254Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23772026-07-29T00:42:16.373Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23782026-07-29T00:42:16.443Z Compiling zone v0.3.1
23792026-07-29T00:42:16.460Z Compiling tar v0.4.46
23802026-07-29T00:42:16.521Z Compiling tokio-dtrace v0.1.1
23812026-07-29T00:42:16.558Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23822026-07-29T00:42:16.672Z Compiling console v0.16.2
23832026-07-29T00:42:16.696Z Compiling gethostname v0.5.0
23842026-07-29T00:42:16.851Z Compiling unit-prefix v0.5.2
23852026-07-29T00:42:16.913Z Compiling topological-sort v0.2.2
23862026-07-29T00:42:16.916Z Compiling oxide-tokio-rt v0.1.4
23872026-07-29T00:42:16.943Z Compiling toml v0.8.23
23882026-07-29T00:42:16.960Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23892026-07-29T00:42:17.027Z Compiling shell-words v1.1.1
23902026-07-29T00:42:17.089Z Compiling indicatif v0.18.4
23912026-07-29T00:42:26.452Z Compiling progenitor-client v0.14.0
23922026-07-29T00:42:26.452Z Compiling omicron-zone-package v0.12.3
23932026-07-29T00:42:26.700Z Compiling progenitor-extras v0.2.0
23942026-07-29T00:42:26.994Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23952026-07-29T00:42:27.096Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23962026-07-29T00:42:27.161Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23972026-07-29T00:42:27.181Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23982026-07-29T00:42:27.247Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23992026-07-29T00:42:27.280Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24002026-07-29T00:42:27.305Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24012026-07-29T00:42:27.490Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24022026-07-29T00:42:27.824Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24032026-07-29T00:42:31.696Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24042026-07-29T00:42:39.752Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24052026-07-29T00:42:42.906Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24062026-07-29T00:42:43.945Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24072026-07-29T00:42:53.279Z Finished `release` profile [optimized] target(s) in 1m 39s
24082026-07-29T00:42:53.422Z Running `target/release/omicron-package -t test target create -p dev`
24092026-07-29T00:42:53.485ZLogging to: /work/oxidecomputer/omicron/out/LOG
24102026-07-29T00:42:53.488ZCreated new build target 'test' and set it as active
24112026-07-29T00:42:53.491Z
24122026-07-29T00:42:53.491Zreal 1:39.294453502
24132026-07-29T00:42:53.491Zuser 16:13.404410441
24142026-07-29T00:42:53.492Zsys 2:34.055349451
24152026-07-29T00:42:53.492Ztrap 0.465050133
24162026-07-29T00:42:53.492Ztflt 2.052487283
24172026-07-29T00:42:53.492Zdflt 4.816375870
24182026-07-29T00:42:53.492Zkflt 0.004674421
24192026-07-29T00:42:53.492Zlock 52:21.469625503
24202026-07-29T00:42:53.492Zslp 41:37.063640343
24212026-07-29T00:42:53.492Zlat 41.612863901
24222026-07-29T00:42:53.492Zstop 5:27.068746360
24232026-07-29T00:42:53.492Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24242026-07-29T00:42:54.358Z Finished `release` profile [optimized] target(s) in 0.85s
24252026-07-29T00:42:54.435Z Running `target/release/omicron-package -t test package`
24262026-07-29T00:42:54.490ZLogging to: /work/oxidecomputer/omicron/out/LOG
24272026-07-29T00:42:55.884Z Compiling heck v0.5.0
24282026-07-29T00:42:56.083Z Compiling regress v0.11.1
24292026-07-29T00:42:56.104Z Compiling unsafe-libyaml v0.2.11
24302026-07-29T00:42:56.140Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24312026-07-29T00:42:56.166Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24322026-07-29T00:42:56.186Z Compiling derive-where v1.6.0
24332026-07-29T00:42:56.189Z Compiling bytecount v0.6.9
24342026-07-29T00:42:56.204Z Compiling atomicwrites v0.4.4
24352026-07-29T00:42:56.224Z Compiling is-terminal v0.4.17
24362026-07-29T00:42:56.227Z Compiling prettyplease v0.2.37
24372026-07-29T00:42:56.227Z Compiling console v0.15.11
24382026-07-29T00:42:56.306Z Compiling newline-converter v0.3.0
24392026-07-29T00:42:56.309Z Compiling slog-dtrace v0.3.0
24402026-07-29T00:42:56.344Z Compiling resolv-conf v0.7.6
24412026-07-29T00:42:56.348Z Compiling num-rational v0.4.2
24422026-07-29T00:42:56.348Z Compiling num-complex v0.4.6
24432026-07-29T00:42:56.391Z Compiling thread_local v1.1.9
24442026-07-29T00:42:56.430Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24452026-07-29T00:42:56.461Z Compiling match_cfg v0.1.0
24462026-07-29T00:42:56.483Z Compiling unicode-width v0.1.14
24472026-07-29T00:42:56.534Z Compiling compression-core v0.4.31
24482026-07-29T00:42:56.573Z Compiling cancel-safe-futures v0.1.5
24492026-07-29T00:42:56.661Z Compiling serde_yaml v0.9.34+deprecated
24502026-07-29T00:42:56.708Z Compiling expectorate v1.2.0
24512026-07-29T00:42:56.786Z Compiling num v0.4.3
24522026-07-29T00:42:56.840Z Compiling compression-codecs v0.4.37
24532026-07-29T00:42:56.866Z Compiling hostname v0.3.1
24542026-07-29T00:42:56.888Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24552026-07-29T00:42:56.892Z Compiling multer v3.1.0
24562026-07-29T00:42:56.927Z Compiling slog-async v2.8.0
24572026-07-29T00:42:56.949Z Compiling crossbeam-channel v0.5.15
24582026-07-29T00:42:56.970Z Compiling slog-json v2.6.1
24592026-07-29T00:42:56.992Z Compiling serde_spanned v1.1.1
24602026-07-29T00:42:57.009Z Compiling toml_datetime v1.1.1+spec-1.1.0
24612026-07-29T00:42:57.029Z Compiling toml_writer v1.1.1+spec-1.1.0
24622026-07-29T00:42:57.100Z Compiling linked-hash-map v0.5.6
24632026-07-29T00:42:57.163Z Compiling take_mut v0.2.2
24642026-07-29T00:42:57.194Z Compiling float-ord v0.3.2
24652026-07-29T00:42:57.288Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24662026-07-29T00:42:57.366Z Compiling term v1.2.1
24672026-07-29T00:42:57.374Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24682026-07-29T00:42:57.377Z Compiling lru-cache v0.1.2
24692026-07-29T00:42:57.378Z Compiling toml v1.1.2+spec-1.1.0
24702026-07-29T00:42:57.381Z Compiling slog-bunyan v2.5.0
24712026-07-29T00:42:57.381Z Compiling oxide-update-engine-types v0.1.2
24722026-07-29T00:42:57.463Z Compiling async-compression v0.4.41
24732026-07-29T00:42:57.595Z Compiling async-stream v0.3.6
24742026-07-29T00:42:57.776Z Compiling typify-impl v0.6.2
24752026-07-29T00:42:57.796Z Compiling slog-term v2.9.2
24762026-07-29T00:42:57.838Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24772026-07-29T00:42:57.910Z Compiling dropshot v0.17.1
24782026-07-29T00:42:57.944Z Compiling sha1 v0.11.0
24792026-07-29T00:42:57.965Z Compiling progenitor-client v0.14.0
24802026-07-29T00:42:57.988Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24812026-07-29T00:42:58.007Z Compiling waitgroup v0.1.2
24822026-07-29T00:42:58.109Z Compiling rustls-pemfile v2.2.0
24832026-07-29T00:42:58.173Z Compiling backon v1.6.0
24842026-07-29T00:42:58.193Z Compiling hostname v0.4.2
24852026-07-29T00:42:58.223Z Compiling serde_path_to_error v0.1.20
24862026-07-29T00:42:58.294Z Compiling instant v0.1.13
24872026-07-29T00:42:58.325Z Compiling linear-map v1.2.0
24882026-07-29T00:42:58.344Z Compiling debug-ignore v1.0.5
24892026-07-29T00:42:58.367Z Compiling minimal-lexical v0.2.1
24902026-07-29T00:42:58.406Z Compiling backoff v0.4.0
24912026-07-29T00:42:58.426Z Compiling progenitor-extras v0.2.0
24922026-07-29T00:42:58.485Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24932026-07-29T00:42:58.514Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24942026-07-29T00:42:58.580Z Compiling nom v7.1.3
24952026-07-29T00:42:58.617Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24962026-07-29T00:42:58.644Z Compiling oxide-update-engine v0.1.2
24972026-07-29T00:42:58.647Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24982026-07-29T00:42:58.710Z Compiling parse-display v0.10.0
24992026-07-29T00:42:58.783Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25002026-07-29T00:42:58.985Z Compiling hickory-proto v0.24.4
25012026-07-29T00:42:59.278Z Compiling regress v0.10.5
25022026-07-29T00:42:59.426Z Compiling itertools v0.14.0
25032026-07-29T00:43:00.000Z Compiling macaddr v1.0.1
25042026-07-29T00:43:00.005Z Compiling unicode-xid v0.2.6
25052026-07-29T00:43:00.047Z Compiling humantime v2.3.0
25062026-07-29T00:43:00.267Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25072026-07-29T00:43:00.329Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25082026-07-29T00:43:00.351Z Compiling convert_case v0.10.0
25092026-07-29T00:43:00.404Z Compiling owo-colors v4.3.0
25102026-07-29T00:43:00.594Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25112026-07-29T00:43:00.644Z Compiling derive_more-impl v2.1.1
25122026-07-29T00:43:00.723Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25132026-07-29T00:43:00.786Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25142026-07-29T00:43:00.844Z Compiling toml v0.8.23
25152026-07-29T00:43:01.231Z Compiling typify-macro v0.6.2
25162026-07-29T00:43:01.266Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25172026-07-29T00:43:01.288Z Compiling papergrid v0.11.0
25182026-07-29T00:43:01.426Z Compiling tabled_derive v0.7.0
25192026-07-29T00:43:01.449Z Compiling derive_more v2.1.1
25202026-07-29T00:43:01.452Z Compiling termtree v0.5.1
25212026-07-29T00:43:01.558Z Compiling hickory-resolver v0.24.4
25222026-07-29T00:43:01.669Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25232026-07-29T00:43:01.960Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25242026-07-29T00:43:02.348Z Compiling tabled v0.15.0
25252026-07-29T00:43:02.575Z Compiling crossterm v0.29.0
25262026-07-29T00:43:02.676Z Compiling phf_shared v0.12.1
25272026-07-29T00:43:02.826Z Compiling typify v0.6.2
25282026-07-29T00:43:02.968Z Compiling progenitor-impl v0.14.0
25292026-07-29T00:43:03.396Z Compiling qorb v0.4.1
25302026-07-29T00:43:03.681Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25312026-07-29T00:43:04.227Z Compiling vte v0.14.1
25322026-07-29T00:43:04.494Z Compiling csv-core v0.1.13
25332026-07-29T00:43:04.940Z Compiling chrono-tz v0.10.4
25342026-07-29T00:43:05.082Z Compiling progenitor-macro v0.14.0
25352026-07-29T00:43:05.149Z Compiling highway v1.3.0
25362026-07-29T00:43:05.877Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25372026-07-29T00:43:06.410Z Compiling csv v1.4.0
25382026-07-29T00:43:06.458Z Compiling strip-ansi-escapes v0.2.1
25392026-07-29T00:43:06.483Z Compiling phf v0.12.1
25402026-07-29T00:43:06.640Z Compiling const_format_proc_macros v0.2.34
25412026-07-29T00:43:06.679Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25422026-07-29T00:43:07.041Z Compiling fd-lock v4.0.4
25432026-07-29T00:43:07.143Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25442026-07-29T00:43:07.221Z Compiling peg-macros v0.8.5
25452026-07-29T00:43:07.362Z Compiling nu-ansi-term v0.50.3
25462026-07-29T00:43:07.400Z Compiling const_format v0.2.35
25472026-07-29T00:43:07.693Z Compiling reedline v0.40.0
25482026-07-29T00:43:07.950Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25492026-07-29T00:43:08.457Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25502026-07-29T00:43:08.700Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25512026-07-29T00:43:09.204Z Compiling progenitor v0.14.0
25522026-07-29T00:43:09.401Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25532026-07-29T00:43:09.633Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25542026-07-29T00:43:09.636Z Compiling peg v0.8.5
25552026-07-29T00:43:09.739Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25562026-07-29T00:43:09.775Z Compiling bcs v0.1.6
25572026-07-29T00:43:10.209Z Compiling nom v8.0.0
25582026-07-29T00:43:10.353Z Compiling semver v0.1.20
25592026-07-29T00:43:10.646Z Compiling rustc_version v0.1.7
25602026-07-29T00:43:10.874Z Compiling newtype_derive v0.1.6
25612026-07-29T00:43:11.106Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25622026-07-29T00:43:11.183Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25632026-07-29T00:43:11.368Z Compiling smawk v0.3.2
25642026-07-29T00:43:11.569Z Compiling unicode-linebreak v0.1.5
25652026-07-29T00:43:11.851Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25662026-07-29T00:43:11.878Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25672026-07-29T00:43:11.932Z Compiling textwrap v0.16.2
25682026-07-29T00:43:12.182Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25692026-07-29T00:43:12.303Z Compiling steno v0.4.1
25702026-07-29T00:43:12.462Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25712026-07-29T00:43:12.521Z Compiling base64 v0.21.7
25722026-07-29T00:43:12.910Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25732026-07-29T00:43:12.948Z Compiling dropshot-api-manager-types v0.7.2
25742026-07-29T00:43:13.069Z Compiling sha1 v0.10.6
25752026-07-29T00:43:13.447Z Compiling utf-8 v0.7.6
25762026-07-29T00:43:13.531Z Compiling tagptr v0.2.0
25772026-07-29T00:43:13.566Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25782026-07-29T00:43:13.691Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25792026-07-29T00:43:13.724Z Compiling moka v0.12.13
25802026-07-29T00:43:13.819Z Compiling tungstenite v0.21.0
25812026-07-29T00:43:13.865Z Compiling display-error-chain v0.2.2
25822026-07-29T00:43:14.101Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25832026-07-29T00:43:14.104Z Compiling darling_core v0.21.3
25842026-07-29T00:43:14.257Z Compiling radium v0.7.0
25852026-07-29T00:43:14.551Z Compiling tokio-tungstenite v0.21.0
25862026-07-29T00:43:14.948Z Compiling hickory-resolver v0.25.2
25872026-07-29T00:43:15.066Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25882026-07-29T00:43:15.155Z Compiling maybe-uninit v2.0.0
25892026-07-29T00:43:15.457Z Compiling tap v1.0.1
25902026-07-29T00:43:15.623Z Compiling wyz v0.5.1
25912026-07-29T00:43:15.999Z Compiling num-derive v0.3.3
25922026-07-29T00:43:16.218Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25932026-07-29T00:43:16.338Z Compiling darling_macro v0.21.3
25942026-07-29T00:43:16.748Z Compiling vergen-lib v0.1.6
25952026-07-29T00:43:16.811Z Compiling darling v0.21.3
25962026-07-29T00:43:16.911Z Compiling zerocopy-derive v0.6.6
25972026-07-29T00:43:16.931Z Compiling proc-macro-error-attr2 v2.0.0
25982026-07-29T00:43:16.978Z Compiling crc-catalog v2.4.0
25992026-07-29T00:43:17.104Z Compiling packed_struct v0.10.1
26002026-07-29T00:43:17.348Z Compiling diesel_derives v2.3.7
26012026-07-29T00:43:17.378Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26022026-07-29T00:43:17.577Z Compiling funty v2.0.0
26032026-07-29T00:43:17.675Z Compiling zerocopy v0.6.6
26042026-07-29T00:43:17.730Z Compiling proc-macro-error2 v2.0.1
26052026-07-29T00:43:18.043Z Compiling bitvec v1.0.1
26062026-07-29T00:43:18.047Z Compiling crc v3.4.0
26072026-07-29T00:43:18.089Z Compiling libscf-sys v1.1.0
26082026-07-29T00:43:18.138Z Compiling dsl_auto_type v0.2.0
26092026-07-29T00:43:18.377Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26102026-07-29T00:43:18.453Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26112026-07-29T00:43:18.546Z Compiling scheduled-thread-pool v0.2.7
26122026-07-29T00:43:18.564Z Compiling packed_struct_codegen v0.10.1
26132026-07-29T00:43:18.685Z Compiling vergen-gitcl v1.0.8
26142026-07-29T00:43:18.910Z Compiling diesel_table_macro_syntax v0.3.0
26152026-07-29T00:43:19.117Z Compiling bitfield-macros v0.19.4
26162026-07-29T00:43:19.148Z Compiling dirs-sys-next v0.1.2
26172026-07-29T00:43:19.425Z Compiling indexmap v1.9.3
26182026-07-29T00:43:19.557Z Compiling maplit v1.0.2
26192026-07-29T00:43:19.659Z Compiling nodrop v0.1.14
26202026-07-29T00:43:19.683Z Compiling crunchy v0.2.4
26212026-07-29T00:43:19.793Z Compiling glob v0.3.3
26222026-07-29T00:43:19.841Z Compiling bitfield v0.19.4
26232026-07-29T00:43:19.923Z Compiling array-init v0.0.4
26242026-07-29T00:43:20.069Z Compiling dirs-next v2.0.0
26252026-07-29T00:43:20.148Z Compiling clang-sys v1.8.1
26262026-07-29T00:43:20.253Z Compiling r2d2 v0.8.10
26272026-07-29T00:43:20.314Z Compiling smallvec v0.6.14
26282026-07-29T00:43:20.530Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26292026-07-29T00:43:20.584Z Compiling tabled_derive v0.11.0
26302026-07-29T00:43:20.619Z Compiling papergrid v0.17.0
26312026-07-29T00:43:20.718Z Compiling testing_table v0.3.0
26322026-07-29T00:43:20.875Z Compiling hashbrown v0.12.3
26332026-07-29T00:43:20.975Z Compiling tiny-keccak v2.0.2
26342026-07-29T00:43:20.996Z Compiling downcast-rs v2.0.2
26352026-07-29T00:43:21.205Z Compiling serde-hex v0.1.0
26362026-07-29T00:43:21.266Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26372026-07-29T00:43:21.479Z Compiling term v0.7.0
26382026-07-29T00:43:21.631Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26392026-07-29T00:43:21.652Z Compiling ron v0.8.1
26402026-07-29T00:43:21.652Z Compiling hashbrown v0.13.2
26412026-07-29T00:43:21.873Z Compiling tabled v0.20.0
26422026-07-29T00:43:21.964Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26432026-07-29T00:43:21.986Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26442026-07-29T00:43:22.209Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26452026-07-29T00:43:22.296Z Compiling crc-any v2.5.0
26462026-07-29T00:43:22.716Z Compiling bit-vec v0.6.3
26472026-07-29T00:43:22.956Z Compiling bit-set v0.5.3
26482026-07-29T00:43:23.148Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26492026-07-29T00:43:23.347Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26502026-07-29T00:43:23.401Z Compiling object v0.30.4
26512026-07-29T00:43:23.636Z Compiling ascii-canvas v3.0.0
26522026-07-29T00:43:23.689Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26532026-07-29T00:43:23.993Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26542026-07-29T00:43:24.049Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26552026-07-29T00:43:24.170Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26562026-07-29T00:43:24.249Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26572026-07-29T00:43:24.392Z Compiling itertools v0.10.5
26582026-07-29T00:43:24.426Z Compiling ena v0.14.4
26592026-07-29T00:43:24.674Z Compiling libloading v0.8.9
26602026-07-29T00:43:24.696Z Compiling path-slash v0.1.5
26612026-07-29T00:43:24.823Z Compiling diesel v2.3.7
26622026-07-29T00:43:24.892Z Compiling bindgen v0.71.1
26632026-07-29T00:43:24.932Z Compiling diff v0.1.13
26642026-07-29T00:43:25.180Z Compiling xshell-macros v0.2.7
26652026-07-29T00:43:25.201Z Compiling regex-syntax v0.6.29
26662026-07-29T00:43:25.323Z Compiling unicase v2.9.0
26672026-07-29T00:43:25.598Z Compiling xshell v0.2.7
26682026-07-29T00:43:26.199Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26692026-07-29T00:43:26.861Z Compiling lalrpop v0.19.12
26702026-07-29T00:43:27.160Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26712026-07-29T00:43:27.411Z Compiling cexpr v0.6.0
26722026-07-29T00:43:27.876Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26732026-07-29T00:43:28.035Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26742026-07-29T00:43:28.103Z Compiling crc8 v0.1.1
26752026-07-29T00:43:28.123Z Compiling rustc-hash v2.1.1
26762026-07-29T00:43:28.339Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26772026-07-29T00:43:28.425Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26782026-07-29T00:43:28.511Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26792026-07-29T00:43:28.606Z Compiling headers-core v0.3.0
26802026-07-29T00:43:28.767Z Compiling libxml v0.3.3
26812026-07-29T00:43:28.996Z Compiling headers v0.4.1
26822026-07-29T00:43:29.083Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26832026-07-29T00:43:29.306Z Compiling strum_macros v0.24.3
26842026-07-29T00:43:29.614Z Compiling indoc v1.0.9
26852026-07-29T00:43:29.720Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26862026-07-29T00:43:30.051Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26872026-07-29T00:43:30.275Z Compiling derive_builder v0.20.2
26882026-07-29T00:43:30.448Z Compiling quick-xml v0.37.5
26892026-07-29T00:43:30.527Z Compiling oso-derive v0.27.3
26902026-07-29T00:43:30.631Z Compiling impl-trait-for-tuples v0.2.3
26912026-07-29T00:43:31.049Z Compiling openssl-probe v0.1.6
26922026-07-29T00:43:31.305Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26932026-07-29T00:43:31.342Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26942026-07-29T00:43:31.479Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26952026-07-29T00:43:31.560Z Compiling bb8 v0.8.6
26962026-07-29T00:43:31.815Z Compiling trait-variant v0.1.2
26972026-07-29T00:43:31.903Z Compiling half v1.8.3
26982026-07-29T00:43:31.951Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26992026-07-29T00:43:31.976Z Compiling progenitor-impl v0.13.0
27002026-07-29T00:43:32.011Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27012026-07-29T00:43:32.227Z Compiling serde_cbor v0.11.2
27022026-07-29T00:43:32.368Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27032026-07-29T00:43:32.388Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27042026-07-29T00:43:32.905Z Compiling samael v0.0.19
27052026-07-29T00:43:33.114Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27062026-07-29T00:43:33.194Z Compiling progenitor-client v0.13.0
27072026-07-29T00:43:33.270Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27082026-07-29T00:43:33.440Z Compiling nonempty v0.12.0
27092026-07-29T00:43:33.539Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27102026-07-29T00:43:33.681Z Compiling fxhash v0.2.1
27112026-07-29T00:43:33.729Z Compiling libz-sys v1.1.24
27122026-07-29T00:43:33.896Z Compiling salty v0.3.0
27132026-07-29T00:43:34.097Z Compiling progenitor-macro v0.13.0
27142026-07-29T00:43:34.253Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27152026-07-29T00:43:34.436Z Compiling polar-core v0.27.3
27162026-07-29T00:43:34.491Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27172026-07-29T00:43:34.532Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27182026-07-29T00:43:34.762Z Compiling kstat-rs v0.2.4
27192026-07-29T00:43:34.804Z Compiling arc-swap v1.8.2
27202026-07-29T00:43:35.223Z Compiling fs-err v2.11.0
27212026-07-29T00:43:35.269Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27222026-07-29T00:43:35.469Z Compiling mime_guess v2.0.5
27232026-07-29T00:43:35.630Z Compiling slog-scope v4.4.1
27242026-07-29T00:43:35.939Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27252026-07-29T00:43:35.990Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27262026-07-29T00:43:36.051Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27272026-07-29T00:43:37.420Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27282026-07-29T00:43:37.520Z Compiling rfc6979 v0.4.0
27292026-07-29T00:43:37.712Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27302026-07-29T00:43:37.807Z Compiling nanorand v0.7.0
27312026-07-29T00:43:38.184Z Compiling libgit2-sys v0.18.3+1.9.2
27322026-07-29T00:43:38.234Z Compiling progenitor v0.13.0
27332026-07-29T00:43:38.431Z Compiling parking_lot_core v0.8.6
27342026-07-29T00:43:38.481Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27352026-07-29T00:43:38.738Z Compiling flume v0.11.1
27362026-07-29T00:43:39.139Z Compiling ecdsa v0.16.9
27372026-07-29T00:43:39.618Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27382026-07-29T00:43:39.770Z Compiling slog-stdlog v4.1.1
27392026-07-29T00:43:40.196Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27402026-07-29T00:43:40.307Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27412026-07-29T00:43:40.590Z Compiling primeorder v0.13.6
27422026-07-29T00:43:40.635Z Compiling git-stub v1.0.0
27432026-07-29T00:43:40.902Z Compiling atty v0.2.14
27442026-07-29T00:43:40.923Z Compiling parse-size v1.1.0
27452026-07-29T00:43:41.055Z Compiling http-range v0.1.5
27462026-07-29T00:43:41.148Z Compiling instability v0.3.11
27472026-07-29T00:43:41.374Z Compiling strsim v0.10.0
27482026-07-29T00:43:41.398Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27492026-07-29T00:43:41.499Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27502026-07-29T00:43:41.661Z Compiling darling_core v0.13.4
27512026-07-29T00:43:41.685Z Compiling p384 v0.13.1
27522026-07-29T00:43:43.826Z Compiling oso v0.27.3
27532026-07-29T00:43:45.493Z Compiling async-bb8-diesel v0.2.1
27542026-07-29T00:43:45.943Z Compiling diesel-dtrace v0.5.0
27552026-07-29T00:43:46.272Z Compiling git-stub-vcs v0.1.0
27562026-07-29T00:43:46.345Z Compiling slog-envlogger v2.2.0
27572026-07-29T00:43:46.763Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27582026-07-29T00:43:47.450Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27592026-07-29T00:43:47.514Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27602026-07-29T00:43:48.419Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27612026-07-29T00:43:48.833Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27622026-07-29T00:43:49.077Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
27632026-07-29T00:43:49.308Z Compiling ignore v0.4.25
27642026-07-29T00:43:49.529Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27652026-07-29T00:43:50.337Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27662026-07-29T00:43:50.924Z Compiling castaway v0.2.4
27672026-07-29T00:43:51.087Z Compiling vergen-git2 v9.1.0
27682026-07-29T00:43:51.273Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27692026-07-29T00:43:51.398Z Compiling indoc v2.0.7
27702026-07-29T00:43:51.632Z Compiling compact_str v0.8.1
27712026-07-29T00:43:52.216Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27722026-07-29T00:43:52.476Z Compiling globwalk v0.9.1
27732026-07-29T00:43:52.729Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27742026-07-29T00:43:53.104Z Compiling parking_lot v0.11.2
27752026-07-29T00:43:53.372Z Compiling hyper-staticfile v0.10.1
27762026-07-29T00:43:53.893Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27772026-07-29T00:43:53.998Z Compiling darling_macro v0.13.4
27782026-07-29T00:43:54.218Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27792026-07-29T00:43:54.395Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27802026-07-29T00:43:54.504Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27812026-07-29T00:43:54.525Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27822026-07-29T00:43:54.528Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27832026-07-29T00:43:54.867Z Compiling predicates-tree v1.0.13
27842026-07-29T00:43:55.221Z Compiling unicode-truncate v1.1.0
27852026-07-29T00:43:55.288Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27862026-07-29T00:43:55.368Z Compiling lru v0.12.5
27872026-07-29T00:43:55.405Z Compiling prefix-trie v0.7.0
27882026-07-29T00:43:55.441Z Compiling rand_seeder v0.4.0
27892026-07-29T00:43:55.523Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27902026-07-29T00:43:55.612Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27912026-07-29T00:43:55.698Z Compiling cassowary v0.3.0
27922026-07-29T00:43:55.792Z Compiling corncobs v0.1.4
27932026-07-29T00:43:55.865Z Compiling illumos-nvpair-sys v0.2.0
27942026-07-29T00:43:55.928Z Compiling hickory-server v0.25.2
27952026-07-29T00:43:55.987Z Compiling ratatui v0.29.0
27962026-07-29T00:43:56.049Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27972026-07-29T00:43:56.114Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27982026-07-29T00:43:56.365Z Compiling camino-tempfile-ext v0.3.3
27992026-07-29T00:43:56.406Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28002026-07-29T00:43:56.430Z Compiling darling v0.13.4
28012026-07-29T00:43:56.713Z Compiling sled v0.34.7
28022026-07-29T00:43:56.943Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
28032026-07-29T00:43:57.220Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28042026-07-29T00:43:57.242Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28052026-07-29T00:43:57.492Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28062026-07-29T00:43:57.620Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28072026-07-29T00:43:58.946Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28082026-07-29T00:43:59.023Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28092026-07-29T00:43:59.272Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28102026-07-29T00:43:59.496Z Compiling secrecy v0.8.0
28112026-07-29T00:43:59.697Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28122026-07-29T00:44:00.291Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28132026-07-29T00:44:00.920Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28142026-07-29T00:44:01.567Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28152026-07-29T00:44:01.982Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28162026-07-29T00:44:02.233Z Compiling serde_with_macros v1.5.2
28172026-07-29T00:44:02.637Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28182026-07-29T00:44:03.056Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28192026-07-29T00:44:03.249Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28202026-07-29T00:44:03.479Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28212026-07-29T00:44:03.690Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28222026-07-29T00:44:04.111Z Compiling git2 v0.20.4
28232026-07-29T00:44:04.272Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28242026-07-29T00:44:04.410Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28252026-07-29T00:44:04.539Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28262026-07-29T00:44:04.672Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28272026-07-29T00:44:04.768Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28282026-07-29T00:44:04.984Z Compiling void v1.0.2
28292026-07-29T00:44:05.107Z Compiling lzss v0.8.2
28302026-07-29T00:44:05.292Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28312026-07-29T00:44:05.426Z Compiling serde_with v1.14.0
28322026-07-29T00:44:05.447Z Compiling illumos-nvpair v0.3.0
28332026-07-29T00:44:06.031Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28342026-07-29T00:44:07.169Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28352026-07-29T00:44:07.450Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28362026-07-29T00:44:08.526Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28372026-07-29T00:44:09.100Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28382026-07-29T00:44:09.139Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28392026-07-29T00:44:09.334Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
28402026-07-29T00:44:10.687Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28412026-07-29T00:44:11.253Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28422026-07-29T00:44:11.390Z Compiling tungstenite v0.23.0
28432026-07-29T00:44:11.508Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28442026-07-29T00:44:11.544Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28452026-07-29T00:44:13.473Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28462026-07-29T00:44:13.505Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28472026-07-29T00:44:13.600Z Compiling nix v0.27.1
28482026-07-29T00:44:13.629Z Compiling twox-hash v2.1.2
28492026-07-29T00:44:13.694Z Compiling libsw-core v0.3.2
28502026-07-29T00:44:13.737Z Compiling serde_bytes v0.11.19
28512026-07-29T00:44:13.913Z Compiling libsw v3.5.0
28522026-07-29T00:44:14.109Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28532026-07-29T00:44:14.141Z Compiling tokio-tungstenite v0.23.1
28542026-07-29T00:44:14.161Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28552026-07-29T00:44:14.520Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28562026-07-29T00:44:14.720Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28572026-07-29T00:44:15.136Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28582026-07-29T00:44:15.894Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28592026-07-29T00:44:16.887Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28602026-07-29T00:44:18.137Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28612026-07-29T00:44:18.241Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28622026-07-29T00:44:18.406Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28632026-07-29T00:44:18.509Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28642026-07-29T00:44:18.567Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28652026-07-29T00:44:18.748Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28662026-07-29T00:44:18.839Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
28672026-07-29T00:44:19.183Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28682026-07-29T00:44:19.891Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28692026-07-29T00:44:20.816Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28702026-07-29T00:44:20.862Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28712026-07-29T00:44:23.506Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28722026-07-29T00:44:23.926Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28732026-07-29T00:44:24.160Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28742026-07-29T00:44:25.554Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28752026-07-29T00:44:25.830Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28762026-07-29T00:44:26.058Z Compiling signal-hook-tokio v0.3.1
28772026-07-29T00:44:26.092Z Compiling fatfs v0.3.6
28782026-07-29T00:44:26.190Z Compiling yasna v0.5.2
28792026-07-29T00:44:26.256Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28802026-07-29T00:44:26.431Z Compiling assert_matches v1.5.0
28812026-07-29T00:44:26.560Z Compiling seq-macro v0.3.6
28822026-07-29T00:44:27.066Z Compiling is_ci v1.2.0
28832026-07-29T00:44:27.286Z Compiling supports-color v3.0.2
28842026-07-29T00:44:27.403Z Compiling rcgen v0.12.1
28852026-07-29T00:44:27.532Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28862026-07-29T00:44:27.617Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28872026-07-29T00:44:27.829Z Compiling oxide-update-engine-display v0.1.2
28882026-07-29T00:44:27.851Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28892026-07-29T00:44:28.726Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28902026-07-29T00:44:30.348Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28912026-07-29T00:44:30.363Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28922026-07-29T00:44:33.045Z Compiling port-file v0.1.0
28932026-07-29T00:44:33.076Z Compiling rtoolbox v0.0.3
28942026-07-29T00:44:33.076Z Compiling subprocess v0.2.15
28952026-07-29T00:44:33.076Z Compiling rpassword v7.5.4
28962026-07-29T00:44:33.076Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28972026-07-29T00:44:33.077Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28982026-07-29T00:44:34.022Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28992026-07-29T00:44:36.316Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29002026-07-29T00:44:36.316Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29012026-07-29T00:44:36.358Z Compiling tui-tree-widget v0.23.1
29022026-07-29T00:44:36.358Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29032026-07-29T00:44:36.358Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29042026-07-29T00:44:36.358Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29052026-07-29T00:44:36.979Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29062026-07-29T00:44:37.652Z Compiling uzers v0.12.2
29072026-07-29T00:44:37.666Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29082026-07-29T00:44:38.020Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29092026-07-29T00:44:38.576Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29102026-07-29T00:44:39.058Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29112026-07-29T00:44:40.640Z Compiling support-bundle-viewer v0.1.2
29122026-07-29T00:44:42.474Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29132026-07-29T00:44:43.116Z Compiling multimap v0.10.1
29142026-07-29T00:44:54.814Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29152026-07-29T00:45:00.646Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29162026-07-29T00:45:04.196Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29172026-07-29T00:45:04.790Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29182026-07-29T00:45:06.884Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29192026-07-29T00:56:38.998Z Finished `release` profile [optimized] target(s) in 13m 44s
29202026-07-29T00:56:39.002Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
29212026-07-29T00:56:39.002Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
29222026-07-29T00:57:28.861Z
29232026-07-29T00:57:28.865Zreal 14:35.340954535
29242026-07-29T00:57:28.865Zuser 1:24:44.245766177
29252026-07-29T00:57:28.865Zsys 3:43.367557706
29262026-07-29T00:57:28.865Ztrap 1.815980978
29272026-07-29T00:57:28.866Ztflt 2.135228104
29282026-07-29T00:57:28.866Zdflt 20.341565042
29292026-07-29T00:57:28.866Zkflt 0.005945070
29302026-07-29T00:57:28.866Zlock 10:38:45.985716790
29312026-07-29T00:57:28.866Zslp 2:33:21.259098321
29322026-07-29T00:57:28.866Zlat 2:33.042826665
29332026-07-29T00:57:28.866Zstop 5:41.777883662
29342026-07-29T00:57:28.866Z+ mapfile -t packages
29352026-07-29T00:57:28.866Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29362026-07-29T00:57:29.786Z Finished `release` profile [optimized] target(s) in 0.91s
29372026-07-29T00:57:29.857Z Running `target/release/omicron-package -t test list-outputs`
29382026-07-29T00:57:29.917ZLogging to: /work/oxidecomputer/omicron/out/LOG
29392026-07-29T00:57:29.920Z+ ptime -m cargo build --locked --release -p xtask
29402026-07-29T00:57:30.391Z Compiling libc v0.2.185
29412026-07-29T00:57:30.391Z Compiling serde_core v1.0.228
29422026-07-29T00:57:30.394Z Compiling serde v1.0.228
29432026-07-29T00:57:30.394Z Compiling rustix v1.1.3
29442026-07-29T00:57:30.395Z Compiling bitflags v2.11.0
29452026-07-29T00:57:30.488Z Compiling serde_json v1.0.151
29462026-07-29T00:57:30.549Z Compiling syn v2.0.117
29472026-07-29T00:57:30.549Z Compiling usdt-impl v0.5.0
29482026-07-29T00:57:30.560Z Compiling syn v1.0.109
29492026-07-29T00:57:30.583Z Compiling log v0.4.29
29502026-07-29T00:57:30.586Z Compiling getrandom v0.4.1
29512026-07-29T00:57:30.604Z Compiling indexmap v2.14.0
29522026-07-29T00:57:30.619Z Compiling fs-err v3.3.0
29532026-07-29T00:57:30.838Z Compiling heck v0.4.1
29542026-07-29T00:57:30.872Z Compiling once_cell v1.21.3
29552026-07-29T00:57:30.882Z Compiling anyhow v1.0.102
29562026-07-29T00:57:31.254Z Compiling errno v0.3.14
29572026-07-29T00:57:31.257Z Compiling thread-id v4.2.2
29582026-07-29T00:57:31.257Z Compiling memmap v0.7.0
29592026-07-29T00:57:32.010Z Compiling proc-macro-error v1.0.4
29602026-07-29T00:57:32.219Z Compiling terminal_size v0.4.3
29612026-07-29T00:57:32.219Z Compiling tempfile v3.25.0
29622026-07-29T00:57:32.277Z Compiling tabled_derive v0.7.0
29632026-07-29T00:57:32.323Z Compiling clap_builder v4.6.0
29642026-07-29T00:57:32.323Z Compiling textwrap v0.16.2
29652026-07-29T00:57:32.666Z Compiling camino v1.2.2
29662026-07-29T00:57:32.677Z Compiling cargo-platform v0.3.2
29672026-07-29T00:57:32.690Z Compiling semver v1.0.28
29682026-07-29T00:57:32.734Z Compiling pest_generator v2.8.6
29692026-07-29T00:57:32.963Z Compiling camino-tempfile v1.4.1
29702026-07-29T00:57:32.988Z Compiling tabled v0.15.0
29712026-07-29T00:57:33.244Z Compiling serde_derive v1.0.228
29722026-07-29T00:57:33.244Z Compiling thiserror-impl v1.0.69
29732026-07-29T00:57:33.248Z Compiling zerocopy-derive v0.7.35
29742026-07-29T00:57:33.248Z Compiling scroll_derive v0.12.1
29752026-07-29T00:57:33.248Z Compiling thiserror-impl v2.0.18
29762026-07-29T00:57:33.248Z Compiling clap_derive v4.6.1
29772026-07-29T00:57:33.318Z Compiling pest_derive v2.8.6
29782026-07-29T00:57:33.937Z Compiling scroll v0.12.0
29792026-07-29T00:57:34.071Z Compiling zerocopy v0.7.35
29802026-07-29T00:57:34.192Z Compiling goblin v0.8.2
29812026-07-29T00:57:34.413Z Compiling thiserror v1.0.69
29822026-07-29T00:57:34.522Z Compiling dtrace-parser v0.2.0
29832026-07-29T00:57:34.551Z Compiling thiserror v2.0.18
29842026-07-29T00:57:34.778Z Compiling clap v4.6.1
29852026-07-29T00:57:36.405Z Compiling dof v0.3.0
29862026-07-29T00:57:36.438Z Compiling toml_datetime v0.6.11
29872026-07-29T00:57:36.459Z Compiling serde_spanned v0.6.9
29882026-07-29T00:57:36.470Z Compiling serde_tokenstream v0.2.3
29892026-07-29T00:57:36.556Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29902026-07-29T00:57:36.635Z Compiling toml_edit v0.22.27
29912026-07-29T00:57:36.638Z Compiling cargo_metadata v0.23.1
29922026-07-29T00:57:36.749Z Compiling macaddr v1.0.1
29932026-07-29T00:57:37.147Z Compiling usdt-attr-macro v0.5.0
29942026-07-29T00:57:37.150Z Compiling usdt-macro v0.5.0
29952026-07-29T00:57:37.792Z Compiling usdt v0.5.0
29962026-07-29T00:57:38.203Z Compiling toml v0.8.23
29972026-07-29T00:57:38.647Z Compiling cargo_toml v0.21.0
29982026-07-29T00:57:43.042Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29992026-07-29T00:57:46.250Z Finished `release` profile [optimized] target(s) in 16.32s
30002026-07-29T00:57:46.351Z
30012026-07-29T00:57:46.352Zreal 16.398291231
30022026-07-29T00:57:46.352Zuser 2:04.922252146
30032026-07-29T00:57:46.352Zsys 13.655668820
30042026-07-29T00:57:46.352Ztrap 0.071276550
30052026-07-29T00:57:46.352Ztflt 0.411718149
30062026-07-29T00:57:46.355Zdflt 1.501323524
30072026-07-29T00:57:46.355Zkflt 0.000030330
30082026-07-29T00:57:46.356Zlock 4:49.414623648
30092026-07-29T00:57:46.356Zslp 2:42.843451247
30102026-07-29T00:57:46.356Zlat 3.649467971
30112026-07-29T00:57:46.356Zstop 15.562759066
30122026-07-29T00:57:46.356Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30132026-07-29T00:57:46.356Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30142026-07-29T00:57:46.356Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30152026-07-29T00:57:46.356Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30162026-07-29T00:57:46.356Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30172026-07-29T00:57:47.277Z Compiling progenitor-client v0.14.0
30182026-07-29T00:57:47.277Z Compiling newtype-uuid-macros v0.1.0
30192026-07-29T00:57:47.277Z Compiling match_cfg v0.1.0
30202026-07-29T00:57:47.281Z Compiling slog-json v2.6.1
30212026-07-29T00:57:47.281Z Compiling structmeta-derive v0.3.0
30222026-07-29T00:57:47.281Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30232026-07-29T00:57:47.281Z Compiling sha1 v0.11.0
30242026-07-29T00:57:47.281Z Compiling multer v3.1.0
30252026-07-29T00:57:47.423Z Compiling compression-core v0.4.31
30262026-07-29T00:57:47.427Z Compiling debug-ignore v1.0.5
30272026-07-29T00:57:47.427Z Compiling async-stream-impl v0.3.6
30282026-07-29T00:57:47.427Z Compiling toml_datetime v1.1.1+spec-1.1.0
30292026-07-29T00:57:47.427Z Compiling serde_spanned v1.1.1
30302026-07-29T00:57:47.437Z Compiling dropshot v0.17.1
30312026-07-29T00:57:47.467Z Compiling toml_writer v1.1.1+spec-1.1.0
30322026-07-29T00:57:47.480Z Compiling rustls-pemfile v2.2.0
30332026-07-29T00:57:47.619Z Compiling compression-codecs v0.4.37
30342026-07-29T00:57:47.668Z Compiling toml v1.1.2+spec-1.1.0
30352026-07-29T00:57:47.668Z Compiling waitgroup v0.1.2
30362026-07-29T00:57:47.702Z Compiling hostname v0.3.1
30372026-07-29T00:57:47.717Z Compiling dropshot_endpoint v0.17.1
30382026-07-29T00:57:47.723Z Compiling hostname v0.4.2
30392026-07-29T00:57:47.734Z Compiling serde_path_to_error v0.1.20
30402026-07-29T00:57:47.839Z Compiling atomicwrites v0.4.4
30412026-07-29T00:57:47.855Z Compiling slog-bunyan v2.5.0
30422026-07-29T00:57:47.871Z Compiling async-compression v0.4.41
30432026-07-29T00:57:47.890Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30442026-07-29T00:57:47.910Z Compiling macaddr v1.0.1
30452026-07-29T00:57:47.926Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30462026-07-29T00:57:48.005Z Compiling instant v0.1.13
30472026-07-29T00:57:48.009Z Compiling itertools v0.14.0
30482026-07-29T00:57:48.067Z Compiling regress v0.10.5
30492026-07-29T00:57:48.088Z Compiling backon v1.6.0
30502026-07-29T00:57:48.105Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30512026-07-29T00:57:48.130Z Compiling backoff v0.4.0
30522026-07-29T00:57:48.146Z Compiling humantime v2.3.0
30532026-07-29T00:57:48.165Z Compiling async-stream v0.3.6
30542026-07-29T00:57:48.169Z Compiling regress v0.11.1
30552026-07-29T00:57:48.200Z Compiling half v2.7.1
30562026-07-29T00:57:48.217Z Compiling crucible-workspace-hack v0.1.0
30572026-07-29T00:57:48.312Z Compiling progenitor-extras v0.2.0
30582026-07-29T00:57:48.362Z Compiling ciborium-io v0.2.2
30592026-07-29T00:57:48.379Z Compiling convert_case v0.4.0
30602026-07-29T00:57:48.418Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30612026-07-29T00:57:48.422Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30622026-07-29T00:57:48.453Z Compiling secrecy v0.10.3
30632026-07-29T00:57:48.453Z Compiling unsafe-libyaml v0.2.11
30642026-07-29T00:57:48.503Z Compiling ciborium-ll v0.2.2
30652026-07-29T00:57:48.538Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30662026-07-29T00:57:48.562Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30672026-07-29T00:57:48.579Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30682026-07-29T00:57:48.597Z Compiling inout v0.1.4
30692026-07-29T00:57:48.613Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30702026-07-29T00:57:48.649Z Compiling toml_datetime v0.7.5+spec-1.1.0
30712026-07-29T00:57:48.715Z Compiling structmeta v0.3.0
30722026-07-29T00:57:48.742Z Compiling ciborium v0.2.2
30732026-07-29T00:57:48.770Z Compiling derive_more v0.99.20
30742026-07-29T00:57:48.791Z Compiling cipher v0.4.4
30752026-07-29T00:57:48.843Z Compiling toml_edit v0.23.10+spec-1.0.0
30762026-07-29T00:57:48.913Z Compiling thiserror-impl-no-std v2.0.2
30772026-07-29T00:57:48.931Z Compiling universal-hash v0.5.1
30782026-07-29T00:57:48.950Z Compiling opaque-debug v0.3.1
30792026-07-29T00:57:48.965Z Compiling derive-ex v0.1.8
30802026-07-29T00:57:48.983Z Compiling parse-display-derive v0.10.0
30812026-07-29T00:57:49.044Z Compiling serde_yaml v0.9.34+deprecated
30822026-07-29T00:57:49.065Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30832026-07-29T00:57:49.090Z Compiling poly1305 v0.8.0
30842026-07-29T00:57:49.119Z Compiling chacha20 v0.9.1
30852026-07-29T00:57:49.264Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30862026-07-29T00:57:49.308Z Compiling blake2 v0.10.6
30872026-07-29T00:57:49.326Z Compiling aead v0.5.2
30882026-07-29T00:57:49.342Z Compiling password-hash v0.5.0
30892026-07-29T00:57:49.407Z Compiling proc-macro-crate v3.4.0
30902026-07-29T00:57:49.564Z Compiling indent_write v2.2.0
30912026-07-29T00:57:49.733Z Compiling argon2 v0.5.3
30922026-07-29T00:57:49.773Z Compiling typify-impl v0.6.2
30932026-07-29T00:57:49.839Z Compiling chacha20poly1305 v0.10.1
30942026-07-29T00:57:49.909Z Compiling itertools v0.15.0
30952026-07-29T00:57:49.929Z Compiling heapless v0.8.0
30962026-07-29T00:57:49.979Z Compiling num_enum_derive v0.7.6
30972026-07-29T00:57:50.020Z Compiling tabwriter v1.4.1
30982026-07-29T00:57:50.144Z Compiling thiserror-no-std v2.0.2
30992026-07-29T00:57:50.257Z Compiling vsss-rs v3.3.4
31002026-07-29T00:57:50.275Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31012026-07-29T00:57:50.493Z Compiling hash32 v0.3.1
31022026-07-29T00:57:50.528Z Compiling smoltcp v0.11.0
31032026-07-29T00:57:50.573Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31042026-07-29T00:57:50.731Z Compiling test-strategy v0.4.5
31052026-07-29T00:57:50.763Z Compiling parse-display v0.10.0
31062026-07-29T00:57:50.821Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31072026-07-29T00:57:50.954Z Compiling cobs v0.3.0
31082026-07-29T00:57:50.954Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31092026-07-29T00:57:50.988Z Compiling colored v3.1.1
31102026-07-29T00:57:51.111Z Compiling num_enum v0.7.6
31112026-07-29T00:57:51.158Z Compiling postcard v1.1.3
31122026-07-29T00:57:51.204Z Compiling proc-macro-error v1.0.4
31132026-07-29T00:57:51.223Z Compiling rand v0.10.1
31142026-07-29T00:57:51.242Z Compiling proc-macro-crate v1.3.1
31152026-07-29T00:57:51.268Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31162026-07-29T00:57:51.287Z Compiling ingot-macros v0.2.0
31172026-07-29T00:57:51.377Z Compiling foreign-types-macros v0.2.3
31182026-07-29T00:57:51.395Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31192026-07-29T00:57:51.414Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31202026-07-29T00:57:51.476Z Compiling rayon-core v1.13.0
31212026-07-29T00:57:51.539Z Compiling foreign-types-shared v0.3.1
31222026-07-29T00:57:51.606Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31232026-07-29T00:57:51.661Z Compiling crossbeam-deque v0.8.6
31242026-07-29T00:57:51.681Z Compiling num_enum_derive v0.5.11
31252026-07-29T00:57:51.712Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31262026-07-29T00:57:51.716Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31272026-07-29T00:57:51.746Z Compiling cstr-argument v0.1.2
31282026-07-29T00:57:51.749Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31292026-07-29T00:57:51.882Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31302026-07-29T00:57:51.927Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31312026-07-29T00:57:52.002Z Compiling cpubits v0.1.1
31322026-07-29T00:57:52.035Z Compiling foreign-types v0.5.0
31332026-07-29T00:57:52.089Z Compiling zone_cfg_derive v0.3.1
31342026-07-29T00:57:52.109Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31352026-07-29T00:57:52.126Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31362026-07-29T00:57:52.144Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31372026-07-29T00:57:52.195Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31382026-07-29T00:57:52.251Z Compiling itertools v0.12.1
31392026-07-29T00:57:52.270Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31402026-07-29T00:57:52.273Z Compiling rayon v1.11.0
31412026-07-29T00:57:52.305Z Compiling num-derive v0.4.2
31422026-07-29T00:57:52.378Z Compiling sigpipe v0.1.3
31432026-07-29T00:57:52.412Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31442026-07-29T00:57:52.492Z Compiling glob v0.3.3
31452026-07-29T00:57:52.539Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31462026-07-29T00:57:52.561Z Compiling smf v0.2.3
31472026-07-29T00:57:52.703Z Compiling whoami v1.6.1
31482026-07-29T00:57:52.809Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31492026-07-29T00:57:52.831Z Compiling num_enum v0.5.11
31502026-07-29T00:57:52.847Z Compiling usdt-macro v0.5.0
31512026-07-29T00:57:52.937Z Compiling gethostname v0.5.0
31522026-07-29T00:57:52.955Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31532026-07-29T00:57:52.974Z Compiling usdt-attr-macro v0.5.0
31542026-07-29T00:57:52.992Z Compiling num-rational v0.4.2
31552026-07-29T00:57:53.027Z Compiling pem-rfc7468 v1.0.0
31562026-07-29T00:57:53.085Z Compiling num-complex v0.4.6
31572026-07-29T00:57:53.290Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31582026-07-29T00:57:53.307Z Compiling derive-where v1.6.0
31592026-07-29T00:57:53.357Z Compiling memmap v0.7.0
31602026-07-29T00:57:53.454Z Compiling num v0.4.3
31612026-07-29T00:57:53.526Z Compiling zone v0.3.1
31622026-07-29T00:57:53.558Z Compiling float-ord v0.3.2
31632026-07-29T00:57:53.587Z Compiling toml v0.8.23
31642026-07-29T00:57:53.606Z Compiling hmac v0.13.0
31652026-07-29T00:57:53.622Z Compiling universal-hash v0.6.1
31662026-07-29T00:57:53.670Z Compiling resolv-conf v0.7.6
31672026-07-29T00:57:53.705Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31682026-07-29T00:57:53.722Z Compiling cancel-safe-futures v0.1.5
31692026-07-29T00:57:53.791Z Compiling polyval v0.7.1
31702026-07-29T00:57:53.829Z Compiling der v0.8.0
31712026-07-29T00:57:53.855Z Compiling usdt v0.5.0
31722026-07-29T00:57:53.877Z Compiling prettyplease v0.2.37
31732026-07-29T00:57:53.980Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31742026-07-29T00:57:54.050Z Compiling ghash v0.6.0
31752026-07-29T00:57:54.066Z Compiling pbkdf2 v0.13.0
31762026-07-29T00:57:54.150Z Compiling aes v0.9.1
31772026-07-29T00:57:54.169Z Compiling crypto-bigint v0.7.5
31782026-07-29T00:57:54.187Z Compiling console v0.15.11
31792026-07-29T00:57:54.219Z Compiling hickory-proto v0.24.4
31802026-07-29T00:57:54.235Z Compiling newline-converter v0.3.0
31812026-07-29T00:57:54.252Z Compiling ctr v0.10.1
31822026-07-29T00:57:54.256Z Compiling ingot-types v0.2.0
31832026-07-29T00:57:54.268Z Compiling aead v0.6.1
31842026-07-29T00:57:54.365Z Compiling typify-macro v0.6.2
31852026-07-29T00:57:54.383Z Compiling sha2 v0.11.0
31862026-07-29T00:57:54.401Z Compiling libefi-sys v0.1.0
31872026-07-29T00:57:54.480Z Compiling linear-map v1.2.0
31882026-07-29T00:57:54.497Z Compiling linked-hash-map v0.5.6
31892026-07-29T00:57:54.586Z Compiling aes-gcm v0.11.0
31902026-07-29T00:57:54.650Z Compiling expectorate v1.2.0
31912026-07-29T00:57:54.700Z Compiling ingot v0.2.1
31922026-07-29T00:57:54.718Z Compiling oxide-update-engine-types v0.1.2
31932026-07-29T00:57:54.722Z Compiling lru-cache v0.1.2
31942026-07-29T00:57:54.795Z Compiling spki v0.8.0
31952026-07-29T00:57:54.819Z Compiling salsa20 v0.11.0
31962026-07-29T00:57:54.842Z Compiling bitfield-struct v0.6.2
31972026-07-29T00:57:54.879Z Compiling nom v8.0.0
31982026-07-29T00:57:55.007Z Compiling semver v0.1.20
31992026-07-29T00:57:55.148Z Compiling scrypt v0.12.0
32002026-07-29T00:57:55.287Z Compiling rustc_version v0.1.7
32012026-07-29T00:57:55.304Z Compiling tokio-dtrace v0.1.1
32022026-07-29T00:57:55.328Z Compiling cbc v0.2.1
32032026-07-29T00:57:55.347Z Compiling slog-dtrace v0.3.0
32042026-07-29T00:57:55.465Z Compiling minimal-lexical v0.2.1
32052026-07-29T00:57:55.521Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32062026-07-29T00:57:55.539Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32072026-07-29T00:57:55.557Z Compiling newtype_derive v0.1.6
32082026-07-29T00:57:55.606Z Compiling oxide-tokio-rt v0.1.4
32092026-07-29T00:57:55.628Z Compiling pkcs5 v0.8.1
32102026-07-29T00:57:55.651Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32112026-07-29T00:57:55.754Z Compiling oxide-update-engine v0.1.2
32122026-07-29T00:57:55.784Z Compiling nom v7.1.3
32132026-07-29T00:57:55.856Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32142026-07-29T00:57:55.899Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32152026-07-29T00:57:55.932Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32162026-07-29T00:57:55.950Z Compiling dropshot-api-manager-types v0.7.2
32172026-07-29T00:57:55.983Z Compiling phf_shared v0.12.1
32182026-07-29T00:57:56.192Z Compiling csv-core v0.1.13
32192026-07-29T00:57:56.196Z Compiling xshell-macros v0.2.7
32202026-07-29T00:57:56.228Z Compiling highway v1.3.0
32212026-07-29T00:57:56.247Z Compiling typify v0.6.2
32222026-07-29T00:57:56.280Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32232026-07-29T00:57:56.297Z Compiling chrono-tz v0.10.4
32242026-07-29T00:57:56.300Z Compiling unicode-xid v0.2.6
32252026-07-29T00:57:56.381Z Compiling progenitor-impl v0.14.0
32262026-07-29T00:57:56.398Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32272026-07-29T00:57:56.472Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32282026-07-29T00:57:56.489Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32292026-07-29T00:57:56.512Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32302026-07-29T00:57:56.528Z Compiling hickory-resolver v0.24.4
32312026-07-29T00:57:56.652Z Compiling xshell v0.2.7
32322026-07-29T00:57:56.671Z Compiling const_format_proc_macros v0.2.34
32332026-07-29T00:57:56.689Z Compiling csv v1.4.0
32342026-07-29T00:57:57.177Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32352026-07-29T00:57:57.200Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32362026-07-29T00:57:57.238Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32372026-07-29T00:57:57.270Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32382026-07-29T00:57:57.491Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32392026-07-29T00:57:57.559Z Compiling qorb v0.4.1
32402026-07-29T00:57:57.649Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32412026-07-29T00:57:57.808Z Compiling phf v0.12.1
32422026-07-29T00:57:57.910Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32432026-07-29T00:57:57.995Z Compiling pkcs8 v0.11.0
32442026-07-29T00:57:58.064Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32452026-07-29T00:57:58.089Z Compiling ff v0.14.0
32462026-07-29T00:57:58.223Z Compiling owo-colors v4.3.0
32472026-07-29T00:57:58.378Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32482026-07-29T00:57:58.426Z Compiling const_format v0.2.35
32492026-07-29T00:57:58.446Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32502026-07-29T00:57:58.660Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32512026-07-29T00:57:58.721Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32522026-07-29T00:57:58.740Z Compiling tabled_derive v0.7.0
32532026-07-29T00:57:58.774Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32542026-07-29T00:57:58.872Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32552026-07-29T00:57:59.155Z Compiling progenitor-macro v0.14.0
32562026-07-29T00:57:59.335Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32572026-07-29T00:57:59.363Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32582026-07-29T00:57:59.481Z Compiling bcs v0.1.6
32592026-07-29T00:57:59.638Z Compiling termtree v0.5.1
32602026-07-29T00:57:59.674Z Compiling tagptr v0.2.0
32612026-07-29T00:57:59.781Z Compiling salty v0.3.0
32622026-07-29T00:57:59.814Z Compiling textwrap v0.16.2
32632026-07-29T00:57:59.830Z Compiling moka v0.12.13
32642026-07-29T00:57:59.845Z Compiling tabled v0.15.0
32652026-07-29T00:57:59.862Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32662026-07-29T00:58:00.008Z Compiling steno v0.4.1
32672026-07-29T00:58:00.089Z Compiling group v0.14.0
32682026-07-29T00:58:00.113Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32692026-07-29T00:58:00.143Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32702026-07-29T00:58:00.289Z Compiling sha1 v0.10.6
32712026-07-29T00:58:00.308Z Compiling signature v3.0.0
32722026-07-29T00:58:00.326Z Compiling base16ct v1.0.0
32732026-07-29T00:58:00.350Z Compiling base64 v0.21.7
32742026-07-29T00:58:00.459Z Compiling radium v0.7.0
32752026-07-29T00:58:00.522Z Compiling sec1 v0.8.1
32762026-07-29T00:58:00.566Z Compiling hickory-resolver v0.25.2
32772026-07-29T00:58:00.665Z Compiling hkdf v0.13.0
32782026-07-29T00:58:00.710Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32792026-07-29T00:58:00.737Z Compiling rfc6979 v0.4.0
32802026-07-29T00:58:00.790Z Compiling tap v1.0.1
32812026-07-29T00:58:00.863Z Compiling maybe-uninit v2.0.0
32822026-07-29T00:58:00.880Z Compiling ecdsa v0.16.9
32832026-07-29T00:58:00.899Z Compiling wyz v0.5.1
32842026-07-29T00:58:00.934Z Compiling elliptic-curve v0.14.1
32852026-07-29T00:58:01.123Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32862026-07-29T00:58:01.204Z Compiling primeorder v0.13.6
32872026-07-29T00:58:01.257Z Compiling proc-macro-error-attr2 v2.0.0
32882026-07-29T00:58:01.323Z Compiling utf-8 v0.7.6
32892026-07-29T00:58:01.490Z Compiling funty v2.0.0
32902026-07-29T00:58:01.493Z Compiling parking_lot_core v0.8.6
32912026-07-29T00:58:01.526Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32922026-07-29T00:58:01.545Z Compiling packed_struct v0.10.1
32932026-07-29T00:58:01.681Z Compiling proc-macro-error2 v2.0.1
32942026-07-29T00:58:01.776Z Compiling tungstenite v0.21.0
32952026-07-29T00:58:01.818Z Compiling p384 v0.13.1
32962026-07-29T00:58:01.872Z Compiling bitvec v1.0.1
32972026-07-29T00:58:02.105Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32982026-07-29T00:58:02.137Z Compiling wnaf v0.14.0
32992026-07-29T00:58:02.236Z Compiling primefield v0.14.0
33002026-07-29T00:58:02.253Z Compiling rfc6979 v0.6.0
33012026-07-29T00:58:02.383Z Compiling git-stub v1.0.0
33022026-07-29T00:58:02.434Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33032026-07-29T00:58:02.459Z Compiling num-derive v0.3.3
33042026-07-29T00:58:02.484Z Compiling packed_struct_codegen v0.10.1
33052026-07-29T00:58:02.535Z Compiling bitfield-macros v0.19.4
33062026-07-29T00:58:02.553Z Compiling zerocopy-derive v0.6.6
33072026-07-29T00:58:02.570Z Compiling indexmap v1.9.3
33082026-07-29T00:58:02.695Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33092026-07-29T00:58:02.715Z Compiling nodrop v0.1.14
33102026-07-29T00:58:02.828Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33112026-07-29T00:58:02.847Z Compiling crc-catalog v2.4.0
33122026-07-29T00:58:02.950Z Compiling crc v3.4.0
33132026-07-29T00:58:02.971Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33142026-07-29T00:58:03.047Z Compiling array-init v0.0.4
33152026-07-29T00:58:03.087Z Compiling git-stub-vcs v0.1.0
33162026-07-29T00:58:03.199Z Compiling primeorder v0.14.0
33172026-07-29T00:58:03.224Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33182026-07-29T00:58:03.242Z Compiling ecdsa v0.17.0
33192026-07-29T00:58:03.350Z Compiling bitfield v0.19.4
33202026-07-29T00:58:03.418Z Compiling tokio-tungstenite v0.21.0
33212026-07-29T00:58:03.439Z Compiling smallvec v0.6.14
33222026-07-29T00:58:03.457Z Compiling tabled_derive v0.11.0
33232026-07-29T00:58:03.513Z Compiling libscf-sys v1.1.0
33242026-07-29T00:58:03.550Z Compiling zerocopy v0.6.6
33252026-07-29T00:58:03.641Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33262026-07-29T00:58:03.683Z Compiling progenitor-impl v0.13.0
33272026-07-29T00:58:03.717Z Compiling papergrid v0.17.0
33282026-07-29T00:58:03.720Z Compiling testing_table v0.3.0
33292026-07-29T00:58:03.751Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33302026-07-29T00:58:03.776Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33312026-07-29T00:58:03.805Z Compiling curve25519-dalek v5.0.0
33322026-07-29T00:58:03.852Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33332026-07-29T00:58:03.916Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33342026-07-29T00:58:03.935Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33352026-07-29T00:58:03.957Z Compiling unicase v2.9.0
33362026-07-29T00:58:04.104Z Compiling illumos-nvpair-sys v0.2.0
33372026-07-29T00:58:04.168Z Compiling hashbrown v0.12.3
33382026-07-29T00:58:04.198Z Compiling corncobs v0.1.4
33392026-07-29T00:58:04.228Z Compiling mime_guess v2.0.5
33402026-07-29T00:58:04.343Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33412026-07-29T00:58:04.361Z Compiling progenitor v0.14.0
33422026-07-29T00:58:04.398Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33432026-07-29T00:58:04.416Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33442026-07-29T00:58:04.419Z Compiling parking_lot v0.11.2
33452026-07-29T00:58:04.571Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33462026-07-29T00:58:04.643Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33472026-07-29T00:58:04.680Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33482026-07-29T00:58:04.698Z Compiling tabled v0.20.0
33492026-07-29T00:58:04.791Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33502026-07-29T00:58:04.827Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33512026-07-29T00:58:04.846Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33522026-07-29T00:58:04.849Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33532026-07-29T00:58:04.879Z Compiling serde-hex v0.1.0
33542026-07-29T00:58:05.047Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33552026-07-29T00:58:05.234Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33562026-07-29T00:58:05.234Z Compiling ron v0.8.1
33572026-07-29T00:58:05.421Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33582026-07-29T00:58:05.446Z Compiling ssh-encoding v0.3.0
33592026-07-29T00:58:05.450Z Compiling hashbrown v0.13.2
33602026-07-29T00:58:05.556Z Compiling progenitor-client v0.13.0
33612026-07-29T00:58:05.577Z Compiling prefix-trie v0.7.0
33622026-07-29T00:58:05.819Z Compiling fxhash v0.2.1
33632026-07-29T00:58:05.917Z Compiling secrecy v0.8.0
33642026-07-29T00:58:05.985Z Compiling keccak v0.2.0
33652026-07-29T00:58:06.002Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33662026-07-29T00:58:06.006Z Compiling crc-any v2.5.0
33672026-07-29T00:58:06.190Z Compiling sled v0.34.7
33682026-07-29T00:58:06.268Z Compiling hickory-server v0.25.2
33692026-07-29T00:58:06.287Z Compiling object v0.30.4
33702026-07-29T00:58:06.304Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33712026-07-29T00:58:06.626Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33722026-07-29T00:58:06.643Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33732026-07-29T00:58:06.992Z Compiling progenitor-macro v0.13.0
33742026-07-29T00:58:07.164Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33752026-07-29T00:58:07.203Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33762026-07-29T00:58:07.297Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33772026-07-29T00:58:07.441Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33782026-07-29T00:58:07.787Z Compiling ed25519 v3.0.0
33792026-07-29T00:58:07.840Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33802026-07-29T00:58:08.129Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33812026-07-29T00:58:08.224Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33822026-07-29T00:58:08.613Z Compiling crypto-primes v0.7.2
33832026-07-29T00:58:08.766Z Compiling pkcs1 v0.8.0-rc.4
33842026-07-29T00:58:08.928Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33852026-07-29T00:58:08.946Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33862026-07-29T00:58:09.086Z Compiling poly1305 v0.9.0
33872026-07-29T00:58:09.195Z Compiling blowfish v0.10.0
33882026-07-29T00:58:09.357Z Compiling blake2 v0.11.0-rc.6
33892026-07-29T00:58:09.389Z Compiling path-slash v0.1.5
33902026-07-29T00:58:09.473Z Compiling crc8 v0.1.1
33912026-07-29T00:58:09.491Z Compiling half v1.8.3
33922026-07-29T00:58:09.574Z Compiling http-range v0.1.5
33932026-07-29T00:58:09.621Z Compiling rsa v0.10.0-rc.18
33942026-07-29T00:58:09.639Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33952026-07-29T00:58:09.670Z Compiling argon2 v0.6.0-rc.8
33962026-07-29T00:58:09.797Z Compiling serde_cbor v0.11.2
33972026-07-29T00:58:09.813Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33982026-07-29T00:58:09.833Z Compiling ssh-cipher v0.3.0
33992026-07-29T00:58:09.869Z Compiling bcrypt-pbkdf v0.11.0
34002026-07-29T00:58:09.955Z Compiling ed25519-dalek v3.0.0
34012026-07-29T00:58:10.021Z Compiling illumos-nvpair v0.3.0
34022026-07-29T00:58:10.203Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34032026-07-29T00:58:10.465Z Compiling sha3 v0.11.0
34042026-07-29T00:58:10.512Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34052026-07-29T00:58:10.555Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34062026-07-29T00:58:10.670Z Compiling p256 v0.14.0
34072026-07-29T00:58:10.777Z Compiling p521 v0.14.0
34082026-07-29T00:58:10.795Z Compiling p384 v0.14.0
34092026-07-29T00:58:10.852Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34102026-07-29T00:58:10.950Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34112026-07-29T00:58:10.967Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34122026-07-29T00:58:11.045Z Compiling yasna v0.5.2
34132026-07-29T00:58:11.142Z Compiling kstat-rs v0.2.4
34142026-07-29T00:58:11.180Z Compiling headers-core v0.3.0
34152026-07-29T00:58:11.334Z Compiling kem v0.3.0
34162026-07-29T00:58:11.412Z Compiling module-lattice v0.2.3
34172026-07-29T00:58:11.444Z Compiling nanorand v0.7.0
34182026-07-29T00:58:11.461Z Compiling atty v0.2.14
34192026-07-29T00:58:11.490Z Compiling sponge-cursor v0.1.0
34202026-07-29T00:58:11.598Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34212026-07-29T00:58:11.659Z Compiling flume v0.11.1
34222026-07-29T00:58:11.693Z Compiling sha3 v0.12.0
34232026-07-29T00:58:11.718Z Compiling ml-kem v0.3.2
34242026-07-29T00:58:11.744Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
34252026-07-29T00:58:11.767Z Compiling rcgen v0.12.1
34262026-07-29T00:58:11.801Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34272026-07-29T00:58:11.982Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34282026-07-29T00:58:12.002Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34292026-07-29T00:58:12.199Z Compiling progenitor v0.13.0
34302026-07-29T00:58:12.278Z Compiling headers v0.4.1
34312026-07-29T00:58:12.388Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34322026-07-29T00:58:12.426Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34332026-07-29T00:58:12.659Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34342026-07-29T00:58:12.723Z Compiling hyper-staticfile v0.10.1
34352026-07-29T00:58:12.789Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34362026-07-29T00:58:13.048Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34372026-07-29T00:58:13.066Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
34382026-07-29T00:58:13.103Z Compiling russh-cryptovec v0.62.0
34392026-07-29T00:58:13.152Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34402026-07-29T00:58:13.193Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34412026-07-29T00:58:13.262Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34422026-07-29T00:58:13.358Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34432026-07-29T00:58:13.381Z Compiling internal-russh-num-bigint v0.5.0
34442026-07-29T00:58:13.487Z Compiling port-file v0.1.0
34452026-07-29T00:58:13.637Z Compiling num-bigint v0.4.6
34462026-07-29T00:58:13.767Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34472026-07-29T00:58:13.851Z Compiling ssh-key v0.7.0-rc.11
34482026-07-29T00:58:14.031Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34492026-07-29T00:58:14.048Z Compiling generic-array v1.4.3
34502026-07-29T00:58:14.119Z Compiling russh-util v0.52.0
34512026-07-29T00:58:14.205Z Compiling enum_dispatch v0.3.13
34522026-07-29T00:58:14.297Z Compiling delegate v0.13.5
34532026-07-29T00:58:14.339Z Compiling subprocess v0.2.15
34542026-07-29T00:58:14.553Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34552026-07-29T00:58:14.725Z Compiling hex-literal v1.1.0
34562026-07-29T00:58:14.763Z Compiling md5 v0.8.0
34572026-07-29T00:58:14.873Z Compiling display-error-chain v0.2.2
34582026-07-29T00:58:14.925Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34592026-07-29T00:58:14.980Z Compiling colored v2.2.0
34602026-07-29T00:58:15.011Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34612026-07-29T00:58:15.046Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34622026-07-29T00:58:15.062Z Compiling socket2 v0.5.10
34632026-07-29T00:58:15.122Z Compiling internet-checksum v0.2.1
34642026-07-29T00:58:15.293Z Compiling russh v0.62.4
34652026-07-29T00:58:16.556Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34662026-07-29T00:58:17.250Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34672026-07-29T00:58:17.735Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34682026-07-29T00:58:19.173Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34692026-07-29T00:58:19.216Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34702026-07-29T00:58:27.771Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34712026-07-29T00:58:27.771Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34722026-07-29T00:58:27.774Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34732026-07-29T00:58:27.774Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34742026-07-29T00:58:29.517Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34752026-07-29T00:58:29.571Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34762026-07-29T00:58:33.470Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34772026-07-29T00:59:13.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
34782026-07-29T00:59:13.817Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
34792026-07-29T00:59:13.817Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
34802026-07-29T00:59:14.035Z
34812026-07-29T00:59:14.035Zreal 1:27.619365139
34822026-07-29T00:59:14.035Zuser 8:34.529542797
34832026-07-29T00:59:14.035Zsys 1:44.432419605
34842026-07-29T00:59:14.038Ztrap 0.249570129
34852026-07-29T00:59:14.038Ztflt 0.265726717
34862026-07-29T00:59:14.039Zdflt 1.612889028
34872026-07-29T00:59:14.039Zkflt 0.000434050
34882026-07-29T00:59:14.039Zlock 31:55.550609514
34892026-07-29T00:59:14.039Zslp 19:41.430683346
34902026-07-29T00:59:14.039Zlat 42.478442594
34912026-07-29T00:59:14.039Zstop 3:15.644201450
34922026-07-29T00:59:14.039Z+ mkdir tests
34932026-07-29T00:59:14.042Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34942026-07-29T00:59:14.042Z+ xargs -I '{}' -t cp '{}' tests/
34952026-07-29T00:59:14.062Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-7a6420d0a3bc1abe tests/
34962026-07-29T00:59:14.085Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-61268010050f3e14 tests/
34972026-07-29T00:59:14.107Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-589d8d33d28b7455 tests/
34982026-07-29T00:59:14.129Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a9d5bfe031c8ccf2 tests/
34992026-07-29T00:59:14.493Z+ 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)
35002026-07-29T00:59:14.496Z+ 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-61268010050f3e14 tests/commtest-589d8d33d28b7455 tests/dhcp_server-7a6420d0a3bc1abe tests/end_to_end_tests-a9d5bfe031c8ccf2 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
35012026-07-29T01:00:39.926ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35022026-07-29T01:00:39.926Za .github/buildomat/ci-env.sh 1K
35032026-07-29T01:00:39.927Za out/target/test 1K
35042026-07-29T01:00:39.927Za out/npuzone/npuzone 27402K
35052026-07-29T01:00:39.927Za package-manifest.toml 35K
35062026-07-29T01:00:39.927Za smf/sled-agent/non-gimlet/config.toml 6K
35072026-07-29T01:00:39.927Za target/release/omicron-package 43928K
35082026-07-29T01:00:39.927Za target/release/xtask 11722K
35092026-07-29T01:00:39.927Za target/debug/bootstrap 405906K
35102026-07-29T01:00:39.927Za tests/bootstrap-61268010050f3e14 34514K
35112026-07-29T01:00:39.927Za tests/commtest-589d8d33d28b7455 34896K
35122026-07-29T01:00:39.927Za tests/dhcp_server-7a6420d0a3bc1abe 34514K
35132026-07-29T01:00:39.927Za tests/end_to_end_tests-a9d5bfe031c8ccf2 468933K
35142026-07-29T01:00:39.927Za tools/opte_version 1K
35152026-07-29T01:00:39.927Za tools/opte_version_override 2K
35162026-07-29T01:00:39.927Za out/clickhouse.tar.gz 315585K
35172026-07-29T01:00:39.927Za out/clickhouse_keeper.tar.gz 301795K
35182026-07-29T01:00:39.927Za out/clickhouse_server.tar.gz 315582K
35192026-07-29T01:00:39.927Za out/cockroachdb.tar.gz 162774K
35202026-07-29T01:00:39.927Za out/crucible-pantry-zone.tar.gz 39008K
35212026-07-29T01:00:39.927Za out/crucible-utils.tar 18900K
35222026-07-29T01:00:39.927Za out/crucible-zone.tar.gz 53704K
35232026-07-29T01:00:39.927Za out/external-dns.tar.gz 47610K
35242026-07-29T01:00:39.927Za out/internal-dns.tar.gz 47609K
35252026-07-29T01:00:39.927Za out/mg-ddm-gz.tar 100917K
35262026-07-29T01:00:39.927Za out/nexus.tar.gz 353611K
35272026-07-29T01:00:39.927Za out/ntp.tar.gz 30180K
35282026-07-29T01:00:39.927Za out/omicron-gateway-softnpu.tar.gz 29627K
35292026-07-29T01:00:39.927Za out/omicron-sled-agent.tar 221118K
35302026-07-29T01:00:39.927Za out/overlay.tar.gz 4K
35312026-07-29T01:00:39.927Za out/oximeter.tar.gz 64515K
35322026-07-29T01:00:39.927Za out/oxlog.tar 4005K
35332026-07-29T01:00:39.927Za out/probe.tar.gz 3037K
35342026-07-29T01:00:39.927Za out/propolis-server.tar.gz 34372K
35352026-07-29T01:00:39.927Za out/pumpkind-gz.tar 26647K
35362026-07-29T01:00:39.927Za out/switch-softnpu.tar.gz 498156K
35372026-07-29T01:00:39.931Z
35382026-07-29T01:00:39.931Zreal 1:25.430981938
35392026-07-29T01:00:39.931Zuser 1:22.604485649
35402026-07-29T01:00:39.931Zsys 4.772642868
35412026-07-29T01:00:39.931Ztrap 0.006619222
35422026-07-29T01:00:39.931Ztflt 0.000000000
35432026-07-29T01:00:39.931Zdflt 0.000000000
35442026-07-29T01:00:39.931Zkflt 0.000000000
35452026-07-29T01:00:39.931Zlock 0.000000000
35462026-07-29T01:00:39.931Zslp 1:22.437461008
35472026-07-29T01:00:39.931Zlat 1.035591728
35482026-07-29T01:00:39.931Zstop 0.000284640
35492026-07-29T01:00:39.931Zprocess exited: duration 1284286 ms, exit code 0
 
35502026-07-29T01:00:39.944Zfound 1 output files
35512026-07-29T01:00:39.944Zuploading: /work/package.tar.gz (2665390943 bytes)
35522026-07-29T01:01:13.896Zuploaded: /work/package.tar.gz