01KY5B831BD06PB74M02D3FTK7: 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: 01KY5B96RESJMKS2WZSA07D3A5

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-22T16:42:51.477Zjob assigned to worker 01KY5B9F9WYV866TK4XED6T778 [factory aws, i-046225be6d3676759] (queued for 51 s)
 
22026-07-22T16:42:59.092Zstarting task 0: "setup"
32026-07-22T16:42:59.111Z++ uname -s
42026-07-22T16:42:59.111Z+ kern=SunOS
52026-07-22T16:42:59.111Z+ build_user=build
62026-07-22T16:42:59.111Z+ build_uid=12345
72026-07-22T16:42:59.111Z+ work_dir=/work
82026-07-22T16:42:59.112Z+ input_dir=/input
92026-07-22T16:42:59.112Z+ [[ 0 == 12345 ]]
102026-07-22T16:42:59.112Z+ case "$kern" in
112026-07-22T16:42:59.112Z+ groupadd -g 12345 build
122026-07-22T16:42:59.112Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-22T16:43:01.067Z+ zfs create -o mountpoint=/work rpool/work
142026-07-22T16:43:01.197Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-22T16:43:01.222Z+ home_fs=zfs
162026-07-22T16:43:01.222Z+ [[ zfs == autofs ]]
172026-07-22T16:43:01.222Z+ mkdir -p /home/build
182026-07-22T16:43:01.223Z+ chown build:build /home/build /work
192026-07-22T16:43:03.170Z+ chmod 0700 /home/build /work
202026-07-22T16:43:03.174Zprocess exited: duration 4133 ms, exit code 0
 
212026-07-22T16:43:03.223Zstarting task 1: "rust-toolchain"
222026-07-22T16:43:03.246Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-22T16:43:03.247Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-22T16:43:03.247Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-07-22T16:43:03.247Z * rust toolchain channel = "1.96.1"
262026-07-22T16:43:03.247Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-22T16:43:03.247Z * rust toolchain profile = "default"
282026-07-22T16:43:03.247Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-22T16:43:03.247Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-22T16:43:03.317Zinfo: downloading installer
312026-07-22T16:43:04.782Zwarn: It looks like you have an existing rustup settings file at:
322026-07-22T16:43:04.782Zwarn: /home/build/.rustup/settings.toml
332026-07-22T16:43:04.782Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-22T16:43:04.782Zwarn: instead of the one inferred from the default host triple.
352026-07-22T16:43:04.798Zinfo: profile set to default
362026-07-22T16:43:04.798Zinfo: default host triple is x86_64-unknown-illumos
372026-07-22T16:43:04.804Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-22T16:43:04.948Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-22T16:43:04.963Zinfo: downloading 6 components
402026-07-22T16:43:20.176Z
412026-07-22T16:43:20.176Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
422026-07-22T16:43:20.221Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-22T16:43:20.221Z
442026-07-22T16:43:20.221Z
452026-07-22T16:43:20.221ZRust is installed now. Great!
462026-07-22T16:43:20.221Z
472026-07-22T16:43:20.221ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-22T16:43:20.221Zenvironment variable. This has not been done automatically.
492026-07-22T16:43:20.221Z
502026-07-22T16:43:20.221ZTo configure your current shell, you need to source
512026-07-22T16:43:20.222Zthe corresponding env file under $HOME/.cargo.
522026-07-22T16:43:20.222Z
532026-07-22T16:43:20.222ZThis is usually done by running one of the following (note the leading DOT):
542026-07-22T16:43:20.227Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-22T16:43:20.227Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-22T16:43:20.228Zsource "~/.cargo/env.nu" # For nushell
572026-07-22T16:43:20.228Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-22T16:43:20.228Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-22T16:43:20.228Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-22T16:43:20.228Zwarn: no default linker (`cc`) was found in your PATH
612026-07-22T16:43:20.228Zwarn: many Rust crates require a system C toolchain to build
622026-07-22T16:43:20.320Z+ rustup --version
632026-07-22T16:43:20.327Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-22T16:43:20.327Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-22T16:43:20.338Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-22T16:43:20.372Z+ cargo --version
672026-07-22T16:43:20.372Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-22T16:43:20.372Z+ rustc --version
692026-07-22T16:43:20.401Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-22T16:43:20.402Zprocess exited: duration 17163 ms, exit code 0
 
712026-07-22T16:43:20.443Zstarting task 2: "authentication"
722026-07-22T16:43:20.459Zprocess exited: duration 33 ms, exit code 0
 
732026-07-22T16:43:20.471Zstarting task 3: "clone repository"
742026-07-22T16:43:20.495Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-22T16:43:20.495Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-22T16:43:20.519ZCloning into '/work/oxidecomputer/omicron'...
772026-07-22T16:43:30.096Z+ cd /work/oxidecomputer/omicron
782026-07-22T16:43:30.096Z+ git fetch origin 672743c7c4a128edf1433f17e1367e73ea55b82c
792026-07-22T16:43:30.403ZFrom https://github.com/oxidecomputer/omicron
802026-07-22T16:43:30.403Z * branch 672743c7c4a128edf1433f17e1367e73ea55b82c -> FETCH_HEAD
812026-07-22T16:43:30.447Z+ [[ -n john/sim-sa-cleanup-4 ]]
822026-07-22T16:43:30.447Z++ git branch --show-current
832026-07-22T16:43:30.448Z+ current=main
842026-07-22T16:43:30.448Z+ [[ main != john/sim-sa-cleanup-4 ]]
852026-07-22T16:43:30.448Z+ git branch -f john/sim-sa-cleanup-4 672743c7c4a128edf1433f17e1367e73ea55b82c
862026-07-22T16:43:30.448Z+ git checkout -f john/sim-sa-cleanup-4
872026-07-22T16:43:30.650ZSwitched to branch 'john/sim-sa-cleanup-4'
882026-07-22T16:43:30.655Z+ git reset --hard 672743c7c4a128edf1433f17e1367e73ea55b82c
892026-07-22T16:43:30.893ZHEAD is now at 672743c7c sim-sled-agent: remove legacy disks and datasets config fns/types
902026-07-22T16:43:30.897Zprocess exited: duration 10413 ms, exit code 0
 
912026-07-22T16:43:30.912Zstarting task 4: "build"
922026-07-22T16:43:30.917Z+ source .github/buildomat/ci-env.sh
932026-07-22T16:43:30.917Z++ export CARGO_TERM_COLOR=always
942026-07-22T16:43:30.917Z++ CARGO_TERM_COLOR=always
952026-07-22T16:43:30.930Z+++ uname -s
962026-07-22T16:43:30.930Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-22T16:43:30.930Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-22T16:43:30.930Z+ cargo --version
992026-07-22T16:43:30.952Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-22T16:43:30.952Z+ rustc --version
1012026-07-22T16:43:30.998Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-22T16:43:30.998Z+ WORK=/work
1032026-07-22T16:43:30.998Z+ pfexec mkdir -p /work
1042026-07-22T16:43:30.998Z+ pfexec chown build /work
1052026-07-22T16:43:30.998Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-07-22T16:43:32.677Z Startup: Refreshing catalog 'helios' ... Done
1072026-07-22T16:43:32.888Z Startup: Caching catalogs ... Done
1082026-07-22T16:43:33.854ZPlanning: Solver setup ... Done (0.895s)
1092026-07-22T16:43:33.897ZPlanning: Running solver ... Done (0.040s)
1102026-07-22T16:43:33.918ZPlanning: Finding local manifests ... Done (0.003s)
1112026-07-22T16:43:33.932ZPlanning: Fetching manifests: 0/2 0% complete
1122026-07-22T16:43:33.948ZPlanning: Fetching manifests: 2/2 100% complete
1132026-07-22T16:43:33.962ZPlanning: Package planning ... Done (0.014s)
1142026-07-22T16:43:33.965ZPlanning: Merging actions ... Done (0.001s)
1152026-07-22T16:43:34.170ZPlanning: Checking for conflicting actions ... Done (0.206s)
1162026-07-22T16:43:34.174ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-07-22T16:43:35.005ZPlanning: Evaluating mediators ... Done (0.835s)
1182026-07-22T16:43:35.009ZPlanning: Planning completed in 2.10 seconds
1192026-07-22T16:43:35.016Z Packages to install: 2
1202026-07-22T16:43:35.016Z Estimated space available: 156.05 GB
1212026-07-22T16:43:35.016ZEstimated space to be consumed: 48.03 MB
1222026-07-22T16:43:35.016Z Create boot environment: No
1232026-07-22T16:43:35.016ZCreate backup boot environment: No
1242026-07-22T16:43:35.019Z Rebuild boot archive: No
1252026-07-22T16:43:35.020Z
1262026-07-22T16:43:35.020ZChanged packages:
1272026-07-22T16:43:35.020Zhelios
1282026-07-22T16:43:35.020Z developer/build-essential
1292026-07-22T16:43:35.020Z None -> 11-3.0
1302026-07-22T16:43:35.020Z library/libxmlsec1
1312026-07-22T16:43:35.020Z None -> 1.2.35-3.0
1322026-07-22T16:43:35.042Z
1332026-07-22T16:43:35.042ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-07-22T16:43:35.109ZDownload: Completed 1.28 MB in 0.07 seconds (18.9M/s)
1352026-07-22T16:43:35.177Z Actions: 1/268 actions (Installing new actions)
1362026-07-22T16:43:35.216Z Actions: Completed 268 actions in 0.04 seconds.
1372026-07-22T16:43:35.236ZFinalize: Updating package state database ... Done (0.020s)
1382026-07-22T16:43:35.237ZFinalize: Updating package cache ... Done (0.000s)
1392026-07-22T16:43:35.286ZFinalize: Updating image state ... Done (0.049s)
1402026-07-22T16:43:37.882ZFinalize: Creating fast lookup database ... Done (2.558s)
1412026-07-22T16:43:37.949ZFinalize: Reading search index ... Done (0.012s)
1422026-07-22T16:43:37.953ZFinalize: Updating search index ... Done (0.000s)
1432026-07-22T16:43:38.061ZFinalize: Updating package cache ... Done (0.000s)
1442026-07-22T16:43:38.432ZPlanning: Evaluating mediator changes ... Done
1452026-07-22T16:43:38.509ZPlanning: Checking for conflicting actions ... Done
1462026-07-22T16:43:38.512ZPlanning: Consolidating action changes ... Done
1472026-07-22T16:43:38.672ZPlanning: Evaluating mediators ... Done
1482026-07-22T16:43:38.678ZPlanning: Planning completed in 0.27 seconds
1492026-07-22T16:43:38.695Z Mediators to change: 2
1502026-07-22T16:43:38.695Z Create boot environment: No
1512026-07-22T16:43:38.701ZCreate backup boot environment: No
1522026-07-22T16:43:38.745ZFinalize: Updating package state database ... Done
1532026-07-22T16:43:38.745ZFinalize: Updating package cache ... Done
1542026-07-22T16:43:38.779ZFinalize: Updating image state ... Done
1552026-07-22T16:43:40.738ZFinalize: Creating fast lookup database ... Done
1562026-07-22T16:43:40.800ZFinalize: Reading search index ... Done
1572026-07-22T16:43:40.803ZFinalize: Updating search index ... Done
1582026-07-22T16:43:40.861ZFinalize: Updating package cache ... Done
1592026-07-22T16:43:41.153ZPlanning: Evaluating mediator changes ... Done
1602026-07-22T16:43:41.258ZPlanning: Checking for conflicting actions ... Done
1612026-07-22T16:43:41.260ZPlanning: Consolidating action changes ... Done
1622026-07-22T16:43:41.414ZPlanning: Evaluating mediators ... Done
1632026-07-22T16:43:41.417ZPlanning: Planning completed in 0.26 seconds
1642026-07-22T16:43:41.438Z Mediators to change: 1
1652026-07-22T16:43:41.438Z Create boot environment: No
1662026-07-22T16:43:41.438ZCreate backup boot environment: No
1672026-07-22T16:43:41.479ZFinalize: Updating package state database ... Done
1682026-07-22T16:43:41.479ZFinalize: Updating package cache ... Done
1692026-07-22T16:43:41.512ZFinalize: Updating image state ... Done
1702026-07-22T16:43:43.492ZFinalize: Creating fast lookup database ... Done
1712026-07-22T16:43:43.555ZFinalize: Reading search index ... Done
1722026-07-22T16:43:43.558ZFinalize: Updating search index ... Done
1732026-07-22T16:43:43.617ZFinalize: Updating package cache ... Done
1742026-07-22T16:43:43.929ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-07-22T16:43:43.929Zapache system 2.4 system
1762026-07-22T16:43:43.929Zclang system 15 system
1772026-07-22T16:43:43.929Zcsh system system illumos
1782026-07-22T16:43:43.929Zctags system system illumos
1792026-07-22T16:43:43.929Zfile vendor vendor darwinsys
1802026-07-22T16:43:43.929Zfile system system illumos
1812026-07-22T16:43:43.929Zgcc vendor 14 vendor
1822026-07-22T16:43:43.929Zgcc system 13 system
1832026-07-22T16:43:43.930Zgcc system 10 system
1842026-07-22T16:43:43.930Zgo system 1.25 system
1852026-07-22T16:43:43.930Zllvm system 15 system
1862026-07-22T16:43:43.930Zmariadb system 11.4 system
1872026-07-22T16:43:43.930Zmta vendor vendor dma
1882026-07-22T16:43:43.930Zopenjdk system 17 system
1892026-07-22T16:43:43.930Zopenjdk system 11 system
1902026-07-22T16:43:43.930Zopenssl vendor 3 vendor
1912026-07-22T16:43:43.930Zperl system 5.40 system
1922026-07-22T16:43:43.930Zpostgresql system 18 system
1932026-07-22T16:43:43.930Zpostgresql system 17 system
1942026-07-22T16:43:43.930Zpython vendor 3 vendor
1952026-07-22T16:43:43.930Zpython system 2 system
1962026-07-22T16:43:43.930Zpython3 vendor 3.13 vendor
1972026-07-22T16:43:43.930Zruby system 3.4 system
1982026-07-22T16:43:43.930Zruby system 3.0 system
1992026-07-22T16:43:43.930Zwords vendor vendor american-english
2002026-07-22T16:43:43.930Zwords system system australian-english
2012026-07-22T16:43:43.930Zwords system system british-english
2022026-07-22T16:43:43.930Zwords system system canadian-english
2032026-07-22T16:43:43.930Zwords system system french
2042026-07-22T16:43:43.930Zwords system system italian
2052026-07-22T16:43:43.930Zwords system system ngerman
2062026-07-22T16:43:43.930Zwords system system ogerman
2072026-07-22T16:43:43.930Zwords system system spanish
2082026-07-22T16:43:44.184ZPUBLISHER TYPE STATUS P LOCATION
2092026-07-22T16:43:44.184Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-07-22T16:43:44.548ZFMRI IFO
2112026-07-22T16:43:44.548Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-07-22T16:43:44.548Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-07-22T16:43:44.548Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-07-22T16:43:44.548Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-07-22T16:43:44.548Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-07-22T16:43:44.548Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-07-22T16:43:44.548Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-07-22T16:43:44.548Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-07-22T16:43:44.548Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-07-22T16:43:44.836Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-07-22T16:43:45.163Z Updating crates.io index
2222026-07-22T16:43:45.166Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-07-22T16:43:45.371Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-07-22T16:43:45.653Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-07-22T16:43:46.558Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-07-22T16:43:47.044Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-07-22T16:43:48.613Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-07-22T16:43:49.385Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-07-22T16:43:49.663Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-07-22T16:43:50.010Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-07-22T16:43:51.149Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-07-22T16:43:51.431Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-07-22T16:43:51.729Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2342026-07-22T16:43:51.968Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2352026-07-22T16:43:52.396Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2362026-07-22T16:43:52.929Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2372026-07-22T16:43:53.165Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-07-22T16:43:53.381Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-07-22T16:43:53.632Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2402026-07-22T16:43:53.915Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2412026-07-22T16:43:54.121Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2422026-07-22T16:43:54.361Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2432026-07-22T16:43:54.626Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2442026-07-22T16:43:54.983Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2452026-07-22T16:43:55.299Z Updating git repository `https://github.com/oxidecomputer/erebor`
2462026-07-22T16:43:55.736Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2472026-07-22T16:43:56.133Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2482026-07-22T16:43:56.380Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2492026-07-22T16:43:56.779Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2502026-07-22T16:43:57.062Z Updating git repository `https://github.com/oxidecomputer/ispf`
2512026-07-22T16:43:57.306Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2522026-07-22T16:43:57.542Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2532026-07-22T16:43:57.875Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2542026-07-22T16:43:58.267Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2552026-07-22T16:43:58.515Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2562026-07-22T16:43:58.789Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-07-22T16:43:59.064Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2582026-07-22T16:43:59.312Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2592026-07-22T16:43:59.830Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2602026-07-22T16:44:00.048Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2612026-07-22T16:44:00.364Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2622026-07-22T16:44:00.612Z Updating git repository `https://github.com/illumos/smf-rs`
2632026-07-22T16:44:03.325Z Downloading crates ...
2642026-07-22T16:44:03.344Z Downloaded anstream v1.0.0
2652026-07-22T16:44:03.344Z Downloaded anyhow v1.0.102
2662026-07-22T16:44:03.360Z Downloaded anstyle-query v1.1.5
2672026-07-22T16:44:03.360Z Downloaded anstyle-parse v1.0.0
2682026-07-22T16:44:03.360Z Downloaded autocfg v1.5.0
2692026-07-22T16:44:03.360Z Downloaded anstyle v1.0.14
2702026-07-22T16:44:03.360Z Downloaded pest v2.8.6
2712026-07-22T16:44:03.360Z Downloaded zmij v1.0.21
2722026-07-22T16:44:03.360Z Downloaded log v0.4.29
2732026-07-22T16:44:03.360Z Downloaded itoa v1.0.17
2742026-07-22T16:44:03.360Z Downloaded dof v0.3.0
2752026-07-22T16:44:03.360Z Downloaded fnv v1.0.7
2762026-07-22T16:44:03.373Z Downloaded clap v4.6.1
2772026-07-22T16:44:03.373Z Downloaded zerocopy v0.7.35
2782026-07-22T16:44:03.385Z Downloaded fs-err v3.3.0
2792026-07-22T16:44:03.385Z Downloaded pest_meta v2.8.6
2802026-07-22T16:44:03.385Z Downloaded is_terminal_polyfill v1.70.2
2812026-07-22T16:44:03.385Z Downloaded byteorder v1.5.0
2822026-07-22T16:44:03.385Z Downloaded usdt v0.5.0
2832026-07-22T16:44:03.385Z Downloaded fastrand v2.3.0
2842026-07-22T16:44:03.396Z Downloaded generic-array v0.14.7
2852026-07-22T16:44:03.404Z Downloaded cpufeatures v0.2.17
2862026-07-22T16:44:03.404Z Downloaded colorchoice v1.0.4
2872026-07-22T16:44:03.404Z Downloaded memmap v0.7.0
2882026-07-22T16:44:03.404Z Downloaded crypto-common v0.1.7
2892026-07-22T16:44:03.404Z Downloaded cfg-if v1.0.4
2902026-07-22T16:44:03.404Z Downloaded plain v0.2.3
2912026-07-22T16:44:03.404Z Downloaded clap_lex v1.0.0
2922026-07-22T16:44:03.404Z Downloaded macaddr v1.0.1
2932026-07-22T16:44:03.404Z Downloaded utf8parse v0.2.2
2942026-07-22T16:44:03.411Z Downloaded heck v0.5.0
2952026-07-22T16:44:03.411Z Downloaded proc-macro-error-attr v1.0.4
2962026-07-22T16:44:03.411Z Downloaded dtrace-parser v0.2.0
2972026-07-22T16:44:03.415Z Downloaded usdt-macro v0.5.0
2982026-07-22T16:44:03.421Z Downloaded unicode-linebreak v0.1.5
2992026-07-22T16:44:03.422Z Downloaded errno v0.3.14
3002026-07-22T16:44:03.426Z Downloaded toml_datetime v0.6.11
3012026-07-22T16:44:03.426Z Downloaded usdt-attr-macro v0.5.0
3022026-07-22T16:44:03.426Z Downloaded strsim v0.11.1
3032026-07-22T16:44:03.426Z Downloaded scroll_derive v0.12.1
3042026-07-22T16:44:03.426Z Downloaded version_check v0.9.5
3052026-07-22T16:44:03.434Z Downloaded serde_spanned v0.6.9
3062026-07-22T16:44:03.440Z Downloaded equivalent v1.0.2
3072026-07-22T16:44:03.440Z Downloaded smawk v0.3.2
3082026-07-22T16:44:03.441Z Downloaded swrite v0.1.0
3092026-07-22T16:44:03.441Z Downloaded heck v0.4.1
3102026-07-22T16:44:03.445Z Downloaded terminal_size v0.4.3
3112026-07-22T16:44:03.445Z Downloaded tabled_derive v0.7.0
3122026-07-22T16:44:03.445Z Downloaded toml_write v0.1.2
3132026-07-22T16:44:03.453Z Downloaded thread-id v4.2.2
3142026-07-22T16:44:03.453Z Downloaded pretty-hex v0.4.1
3152026-07-22T16:44:03.453Z Downloaded sha2 v0.10.9
3162026-07-22T16:44:03.466Z Downloaded bytecount v0.6.9
3172026-07-22T16:44:03.466Z Downloaded digest v0.10.7
3182026-07-22T16:44:03.466Z Downloaded camino-tempfile v1.4.1
3192026-07-22T16:44:03.466Z Downloaded cargo-platform v0.3.2
3202026-07-22T16:44:03.466Z Downloaded block-buffer v0.10.4
3212026-07-22T16:44:03.473Z Downloaded pest_generator v2.8.6
3222026-07-22T16:44:03.473Z Downloaded thiserror-impl v2.0.18
3232026-07-22T16:44:03.473Z Downloaded usdt-impl v0.5.0
3242026-07-22T16:44:03.484Z Downloaded cargo_metadata v0.23.1
3252026-07-22T16:44:03.491Z Downloaded thiserror v1.0.69
3262026-07-22T16:44:03.491Z Downloaded quote v1.0.45
3272026-07-22T16:44:03.491Z Downloaded serde_tokenstream v0.2.3
3282026-07-22T16:44:03.491Z Downloaded scroll v0.12.0
3292026-07-22T16:44:03.491Z Downloaded proc-macro-error v1.0.4
3302026-07-22T16:44:03.491Z Downloaded once_cell v1.21.3
3312026-07-22T16:44:03.491Z Downloaded thiserror-impl v1.0.69
3322026-07-22T16:44:03.495Z Downloaded bitflags v2.11.0
3332026-07-22T16:44:03.495Z Downloaded camino v1.2.2
3342026-07-22T16:44:03.502Z Downloaded cargo_toml v0.21.0
3352026-07-22T16:44:03.507Z Downloaded ucd-trie v0.1.7
3362026-07-22T16:44:03.507Z Downloaded semver v1.0.28
3372026-07-22T16:44:03.511Z Downloaded zerocopy-derive v0.7.35
3382026-07-22T16:44:03.515Z Downloaded thiserror v2.0.18
3392026-07-22T16:44:03.522Z Downloaded toml v0.8.23
3402026-07-22T16:44:03.522Z Downloaded proc-macro2 v1.0.106
3412026-07-22T16:44:03.527Z Downloaded pest_derive v2.8.6
3422026-07-22T16:44:03.527Z Downloaded papergrid v0.11.0
3432026-07-22T16:44:03.527Z Downloaded clap_derive v4.6.1
3442026-07-22T16:44:03.527Z Downloaded hashbrown v0.17.0
3452026-07-22T16:44:03.537Z Downloaded tempfile v3.25.0
3462026-07-22T16:44:03.541Z Downloaded unicode-ident v1.0.24
3472026-07-22T16:44:03.555Z Downloaded toml_edit v0.22.27
3482026-07-22T16:44:03.574Z Downloaded textwrap v0.16.2
3492026-07-22T16:44:03.575Z Downloaded serde_core v1.0.228
3502026-07-22T16:44:03.575Z Downloaded getrandom v0.4.1
3512026-07-22T16:44:03.575Z Downloaded serde_derive v1.0.228
3522026-07-22T16:44:03.590Z Downloaded serde v1.0.228
3532026-07-22T16:44:03.590Z Downloaded memchr v2.8.0
3542026-07-22T16:44:03.596Z Downloaded indexmap v2.14.0
3552026-07-22T16:44:03.596Z Downloaded goblin v0.8.2
3562026-07-22T16:44:03.596Z Downloaded typenum v1.20.1
3572026-07-22T16:44:03.596Z Downloaded clap_builder v4.6.0
3582026-07-22T16:44:03.610Z Downloaded serde_json v1.0.150
3592026-07-22T16:44:03.630Z Downloaded winnow v0.7.14
3602026-07-22T16:44:03.656Z Downloaded tabled v0.15.0
3612026-07-22T16:44:03.660Z Downloaded syn v1.0.109
3622026-07-22T16:44:03.669Z Downloaded unicode-width v0.2.0
3632026-07-22T16:44:03.669Z Downloaded unicode-width v0.1.14
3642026-07-22T16:44:03.680Z Downloaded syn v2.0.117
3652026-07-22T16:44:03.684Z Downloaded rustix v1.1.3
3662026-07-22T16:44:03.702Z Downloaded libc v0.2.185
3672026-07-22T16:44:03.773Z Compiling proc-macro2 v1.0.106
3682026-07-22T16:44:03.773Z Compiling unicode-ident v1.0.24
3692026-07-22T16:44:03.773Z Compiling quote v1.0.45
3702026-07-22T16:44:03.781Z Compiling serde_core v1.0.228
3712026-07-22T16:44:03.781Z Compiling libc v0.2.185
3722026-07-22T16:44:03.781Z Compiling version_check v0.9.5
3732026-07-22T16:44:03.781Z Compiling memchr v2.8.0
3742026-07-22T16:44:03.781Z Compiling serde v1.0.228
3752026-07-22T16:44:03.781Z Compiling zmij v1.0.21
3762026-07-22T16:44:03.781Z Compiling itoa v1.0.17
3772026-07-22T16:44:03.781Z Compiling thiserror v1.0.69
3782026-07-22T16:44:03.979Z Compiling ucd-trie v0.1.7
3792026-07-22T16:44:04.016Z Compiling byteorder v1.5.0
3802026-07-22T16:44:04.016Z Compiling rustix v1.1.3
3812026-07-22T16:44:04.203Z Compiling serde_json v1.0.150
3822026-07-22T16:44:04.314Z Compiling bitflags v2.11.0
3832026-07-22T16:44:04.394Z Compiling usdt-impl v0.5.0
3842026-07-22T16:44:04.410Z Compiling pest v2.8.6
3852026-07-22T16:44:04.504Z Compiling proc-macro-error-attr v1.0.4
3862026-07-22T16:44:04.584Z Compiling camino v1.2.2
3872026-07-22T16:44:04.633Z Compiling syn v1.0.109
3882026-07-22T16:44:04.647Z Compiling proc-macro-error v1.0.4
3892026-07-22T16:44:04.671Z Compiling hashbrown v0.17.0
3902026-07-22T16:44:04.723Z Compiling plain v0.2.3
3912026-07-22T16:44:04.776Z Compiling equivalent v1.0.2
3922026-07-22T16:44:04.811Z Compiling log v0.4.29
3932026-07-22T16:44:04.833Z Compiling utf8parse v0.2.2
3942026-07-22T16:44:04.848Z Compiling getrandom v0.4.1
3952026-07-22T16:44:04.876Z Compiling pretty-hex v0.4.1
3962026-07-22T16:44:04.898Z Compiling winnow v0.7.14
3972026-07-22T16:44:04.912Z Compiling thiserror v2.0.18
3982026-07-22T16:44:04.993Z Compiling anstyle-parse v1.0.0
3992026-07-22T16:44:05.022Z Compiling errno v0.3.14
4002026-07-22T16:44:05.039Z Compiling thread-id v4.2.2
4012026-07-22T16:44:05.058Z Compiling is_terminal_polyfill v1.70.2
4022026-07-22T16:44:05.061Z Compiling autocfg v1.5.0
4032026-07-22T16:44:05.076Z Compiling cfg-if v1.0.4
4042026-07-22T16:44:05.136Z Compiling anstyle v1.0.14
4052026-07-22T16:44:05.152Z Compiling toml_write v0.1.2
4062026-07-22T16:44:05.152Z Compiling colorchoice v1.0.4
4072026-07-22T16:44:05.208Z Compiling indexmap v2.14.0
4082026-07-22T16:44:05.208Z Compiling anstyle-query v1.1.5
4092026-07-22T16:44:05.344Z Compiling heck v0.5.0
4102026-07-22T16:44:05.365Z Compiling anstream v1.0.0
4112026-07-22T16:44:05.382Z Compiling unicode-width v0.1.14
4122026-07-22T16:44:05.399Z Compiling clap_lex v1.0.0
4132026-07-22T16:44:05.419Z Compiling anyhow v1.0.102
4142026-07-22T16:44:05.433Z Compiling heck v0.4.1
4152026-07-22T16:44:05.546Z Compiling pest_meta v2.8.6
4162026-07-22T16:44:05.623Z Compiling once_cell v1.21.3
4172026-07-22T16:44:05.639Z Compiling fs-err v3.3.0
4182026-07-22T16:44:05.695Z Compiling strsim v0.11.1
4192026-07-22T16:44:05.715Z Compiling fnv v1.0.7
4202026-07-22T16:44:05.718Z Compiling syn v2.0.117
4212026-07-22T16:44:05.753Z Compiling fastrand v2.3.0
4222026-07-22T16:44:05.827Z Compiling bytecount v0.6.9
4232026-07-22T16:44:05.840Z Compiling memmap v0.7.0
4242026-07-22T16:44:07.492Z Compiling papergrid v0.11.0
4252026-07-22T16:44:07.754Z Compiling smawk v0.3.2
4262026-07-22T16:44:07.754Z Compiling unicode-linebreak v0.1.5
4272026-07-22T16:44:07.754Z Compiling unicode-width v0.2.0
4282026-07-22T16:44:07.754Z Compiling swrite v0.1.0
4292026-07-22T16:44:07.754Z Compiling terminal_size v0.4.3
4302026-07-22T16:44:07.754Z Compiling tempfile v3.25.0
4312026-07-22T16:44:07.754Z Compiling clap_builder v4.6.0
4322026-07-22T16:44:07.754Z Compiling cargo-platform v0.3.2
4332026-07-22T16:44:07.754Z Compiling semver v1.0.28
4342026-07-22T16:44:07.754Z Compiling textwrap v0.16.2
4352026-07-22T16:44:07.754Z Compiling camino-tempfile v1.4.1
4362026-07-22T16:44:07.754Z Compiling tabled_derive v0.7.0
4372026-07-22T16:44:07.867Z Compiling tabled v0.15.0
4382026-07-22T16:44:07.969Z Compiling pest_generator v2.8.6
4392026-07-22T16:44:08.387Z Compiling serde_derive v1.0.228
4402026-07-22T16:44:08.387Z Compiling thiserror-impl v1.0.69
4412026-07-22T16:44:08.387Z Compiling zerocopy-derive v0.7.35
4422026-07-22T16:44:08.500Z Compiling scroll_derive v0.12.1
4432026-07-22T16:44:08.500Z Compiling thiserror-impl v2.0.18
4442026-07-22T16:44:08.500Z Compiling clap_derive v4.6.1
4452026-07-22T16:44:08.551Z Compiling pest_derive v2.8.6
4462026-07-22T16:44:09.105Z Compiling scroll v0.12.0
4472026-07-22T16:44:09.194Z Compiling zerocopy v0.7.35
4482026-07-22T16:44:09.221Z Compiling goblin v0.8.2
4492026-07-22T16:44:09.458Z Compiling dtrace-parser v0.2.0
4502026-07-22T16:44:09.856Z Compiling clap v4.6.1
4512026-07-22T16:44:10.748Z Compiling toml_datetime v0.6.11
4522026-07-22T16:44:10.748Z Compiling serde_spanned v0.6.9
4532026-07-22T16:44:10.760Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4542026-07-22T16:44:10.760Z Compiling macaddr v1.0.1
4552026-07-22T16:44:10.760Z Compiling cargo_metadata v0.23.1
4562026-07-22T16:44:10.785Z Compiling dof v0.3.0
4572026-07-22T16:44:10.794Z Compiling serde_tokenstream v0.2.3
4582026-07-22T16:44:11.030Z Compiling toml_edit v0.22.27
4592026-07-22T16:44:11.500Z Compiling usdt-attr-macro v0.5.0
4602026-07-22T16:44:11.500Z Compiling usdt-macro v0.5.0
4612026-07-22T16:44:12.111Z Compiling usdt v0.5.0
4622026-07-22T16:44:12.285Z Compiling toml v0.8.23
4632026-07-22T16:44:12.606Z Compiling cargo_toml v0.21.0
4642026-07-22T16:44:15.126Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4652026-07-22T16:44:15.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.27s
4662026-07-22T16:44:16.181Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4672026-07-22T16:44:16.677Z Downloading crates ...
4682026-07-22T16:44:16.758Z Downloaded adler2 v2.0.1
4692026-07-22T16:44:16.769Z Downloaded argon2 v0.5.3
4702026-07-22T16:44:16.774Z Downloaded base64 v0.22.1
4712026-07-22T16:44:16.775Z Downloaded async-recursion v1.1.1
4722026-07-22T16:44:16.785Z Downloaded async-stream-impl v0.3.6
4732026-07-22T16:44:16.785Z Downloaded assert_matches v1.5.0
4742026-07-22T16:44:16.785Z Downloaded convert_case v0.4.0
4752026-07-22T16:44:16.792Z Downloaded ahash v0.8.12
4762026-07-22T16:44:16.792Z Downloaded atomic-waker v1.1.2
4772026-07-22T16:44:16.792Z Downloaded const-oid v0.9.6
4782026-07-22T16:44:16.792Z Downloaded bitfield-struct v0.6.2
4792026-07-22T16:44:16.792Z Downloaded ctr v0.10.1
4802026-07-22T16:44:16.805Z Downloaded bitflags v1.3.2
4812026-07-22T16:44:16.805Z Downloaded backoff v0.4.0
4822026-07-22T16:44:16.805Z Downloaded async-stream v0.3.6
4832026-07-22T16:44:16.805Z Downloaded darling v0.23.0
4842026-07-22T16:44:16.811Z Downloaded crc8 v0.1.1
4852026-07-22T16:44:16.811Z Downloaded base16ct v0.2.0
4862026-07-22T16:44:16.811Z Downloaded defmt v0.3.100
4872026-07-22T16:44:16.811Z Downloaded aead v0.5.2
4882026-07-22T16:44:16.811Z Downloaded cpubits v0.1.1
4892026-07-22T16:44:16.811Z Downloaded arrayref v0.3.9
4902026-07-22T16:44:16.811Z Downloaded array-init v0.0.4
4912026-07-22T16:44:16.811Z Downloaded bitfield-macros v0.19.4
4922026-07-22T16:44:16.811Z Downloaded crc-catalog v2.4.0
4932026-07-22T16:44:16.812Z Downloaded derive_builder_macro v0.20.2
4942026-07-22T16:44:16.812Z Downloaded bit-set v0.5.3
4952026-07-22T16:44:16.812Z Downloaded difflib v0.4.0
4962026-07-22T16:44:16.818Z Downloaded crunchy v0.2.4
4972026-07-22T16:44:16.819Z Downloaded bcrypt-pbkdf v0.11.0
4982026-07-22T16:44:16.834Z Downloaded darling_macro v0.23.0
4992026-07-22T16:44:16.834Z Downloaded darling_macro v0.20.11
5002026-07-22T16:44:16.834Z Downloaded dof v0.4.0
5012026-07-22T16:44:16.847Z Downloaded ascii-canvas v3.0.0
5022026-07-22T16:44:16.847Z Downloaded bitfield v0.19.4
5032026-07-22T16:44:16.847Z Downloaded atomicwrites v0.4.4
5042026-07-22T16:44:16.847Z Downloaded darling_macro v0.13.4
5052026-07-22T16:44:16.847Z Downloaded blowfish v0.10.0
5062026-07-22T16:44:16.847Z Downloaded cobs v0.3.0
5072026-07-22T16:44:16.847Z Downloaded ctutils v0.4.2
5082026-07-22T16:44:16.847Z Downloaded bb8 v0.8.6
5092026-07-22T16:44:16.847Z Downloaded anstream v0.6.21
5102026-07-22T16:44:16.847Z Downloaded crc v3.4.0
5112026-07-22T16:44:16.848Z Downloaded curve25519-dalek-derive v0.1.1
5122026-07-22T16:44:16.848Z Downloaded cfg_aliases v0.2.1
5132026-07-22T16:44:16.910Z Downloaded crypto-common v0.2.2
5142026-07-22T16:44:16.910Z Downloaded cpufeatures v0.3.0
5152026-07-22T16:44:16.910Z Downloaded cstr-argument v0.1.2
5162026-07-22T16:44:16.910Z Downloaded crucible-workspace-hack v0.1.0
5172026-07-22T16:44:16.910Z Downloaded darling_macro v0.21.3
5182026-07-22T16:44:16.910Z Downloaded compression-core v0.4.31
5192026-07-22T16:44:16.910Z Downloaded castaway v0.2.4
5202026-07-22T16:44:16.910Z Downloaded embedded-io v0.4.0
5212026-07-22T16:44:16.910Z Downloaded dunce v1.0.5
5222026-07-22T16:44:16.910Z Downloaded bit-vec v0.8.0
5232026-07-22T16:44:16.910Z Downloaded document-features v0.2.12
5242026-07-22T16:44:16.910Z Downloaded aead v0.6.1
5252026-07-22T16:44:16.910Z Downloaded argon2 v0.6.0-rc.8
5262026-07-22T16:44:16.934Z Downloaded allocator-api2 v0.2.21
5272026-07-22T16:44:16.934Z Downloaded defmt-parser v1.0.0
5282026-07-22T16:44:16.934Z Downloaded dirs-next v2.0.0
5292026-07-22T16:44:16.934Z Downloaded base16ct v1.0.0
5302026-07-22T16:44:16.934Z Downloaded display-error-chain v0.2.2
5312026-07-22T16:44:16.934Z Downloaded diesel_table_macro_syntax v0.3.0
5322026-07-22T16:44:16.934Z Downloaded ciborium-ll v0.2.2
5332026-07-22T16:44:16.934Z Downloaded block-buffer v0.12.1
5342026-07-22T16:44:16.934Z Downloaded atty v0.2.14
5352026-07-22T16:44:16.934Z Downloaded block-padding v0.4.2
5362026-07-22T16:44:16.934Z Downloaded crossbeam-deque v0.8.6
5372026-07-22T16:44:16.934Z Downloaded ciborium-io v0.2.2
5382026-07-22T16:44:16.934Z Downloaded data-encoding v2.10.0
5392026-07-22T16:44:16.934Z Downloaded critical-section v1.2.0
5402026-07-22T16:44:16.934Z Downloaded darling v0.13.4
5412026-07-22T16:44:16.934Z Downloaded bit-set v0.8.0
5422026-07-22T16:44:16.934Z Downloaded arrayvec v0.7.6
5432026-07-22T16:44:16.934Z Downloaded enum-as-inner v0.6.1
5442026-07-22T16:44:16.934Z Downloaded dropshot-api-manager-types v0.7.2
5452026-07-22T16:44:16.934Z Downloaded digest-io v0.1.0
5462026-07-22T16:44:16.934Z Downloaded endian-type v0.1.2
5472026-07-22T16:44:16.934Z Downloaded dsl_auto_type v0.2.0
5482026-07-22T16:44:16.934Z Downloaded crossbeam-epoch v0.9.18
5492026-07-22T16:44:16.934Z Downloaded env_filter v1.0.0
5502026-07-22T16:44:16.934Z Downloaded fd-lock v4.0.4
5512026-07-22T16:44:16.934Z Downloaded dtrace-parser v0.3.0
5522026-07-22T16:44:16.934Z Downloaded fixedbitset v0.4.2
5532026-07-22T16:44:16.934Z Downloaded bit-vec v0.6.3
5542026-07-22T16:44:16.934Z Downloaded dirs-sys-next v0.1.2
5552026-07-22T16:44:16.934Z Downloaded derive_builder_core v0.20.2
5562026-07-22T16:44:16.935Z Downloaded flagset v0.4.7
5572026-07-22T16:44:16.935Z Downloaded downcast-rs v2.0.2
5582026-07-22T16:44:16.935Z Downloaded anstyle-parse v0.2.7
5592026-07-22T16:44:16.935Z Downloaded cmov v0.5.4
5602026-07-22T16:44:16.935Z Downloaded cipher v0.4.4
5612026-07-22T16:44:16.935Z Downloaded base64ct v1.8.3
5622026-07-22T16:44:16.935Z Downloaded async-trait v0.1.89
5632026-07-22T16:44:16.935Z Downloaded foreign-types-shared v0.3.1
5642026-07-22T16:44:16.935Z Downloaded foreign-types-shared v0.1.1
5652026-07-22T16:44:16.935Z Downloaded foreign-types v0.3.2
5662026-07-22T16:44:16.935Z Downloaded futures-core v0.3.32
5672026-07-22T16:44:16.935Z Downloaded debug-ignore v1.0.5
5682026-07-22T16:44:16.935Z Downloaded der_derive v0.7.3
5692026-07-22T16:44:16.935Z Downloaded form_urlencoded v1.2.2
5702026-07-22T16:44:16.935Z Downloaded foreign-types v0.5.0
5712026-07-22T16:44:16.956Z Downloaded chacha20 v0.9.1
5722026-07-22T16:44:16.956Z Downloaded float-ord v0.3.2
5732026-07-22T16:44:16.956Z Downloaded float-cmp v0.10.0
5742026-07-22T16:44:16.956Z Downloaded deranged v0.5.8
5752026-07-22T16:44:16.956Z Downloaded futures-io v0.3.32
5762026-07-22T16:44:16.956Z Downloaded dyn-clone v1.0.20
5772026-07-22T16:44:16.956Z Downloaded cbc v0.2.1
5782026-07-22T16:44:16.956Z Downloaded csv-core v0.1.13
5792026-07-22T16:44:16.956Z Downloaded cexpr v0.6.0
5802026-07-22T16:44:16.956Z Downloaded cmake v0.1.57
5812026-07-22T16:44:16.956Z Downloaded ed25519 v3.0.0
5822026-07-22T16:44:16.956Z Downloaded enum_dispatch v0.3.13
5832026-07-22T16:44:16.956Z Downloaded diesel-dtrace v0.5.0
5842026-07-22T16:44:16.956Z Downloaded defmt v1.0.1
5852026-07-22T16:44:16.956Z Downloaded ghash v0.6.0
5862026-07-22T16:44:16.957Z Downloaded fxhash v0.2.1
5872026-07-22T16:44:16.957Z Downloaded darling v0.20.11
5882026-07-22T16:44:16.957Z Downloaded displaydoc v0.2.5
5892026-07-22T16:44:16.968Z Downloaded globwalk v0.9.1
5902026-07-22T16:44:16.968Z Downloaded convert_case v0.10.0
5912026-07-22T16:44:16.968Z Downloaded constant_time_eq v0.4.2
5922026-07-22T16:44:16.968Z Downloaded ena v0.14.4
5932026-07-22T16:44:16.968Z Downloaded buf-list v1.1.2
5942026-07-22T16:44:16.968Z Downloaded daft v0.1.7
5952026-07-22T16:44:16.968Z Downloaded futures-task v0.3.32
5962026-07-22T16:44:16.968Z Downloaded futures-sink v0.3.32
5972026-07-22T16:44:16.968Z Downloaded funty v2.0.0
5982026-07-22T16:44:16.968Z Downloaded git-stub v1.0.0
5992026-07-22T16:44:16.968Z Downloaded gethostname v0.5.0
6002026-07-22T16:44:16.968Z Downloaded ff v0.13.1
6012026-07-22T16:44:16.969Z Downloaded hash32 v0.3.1
6022026-07-22T16:44:16.969Z Downloaded const_format_proc_macros v0.2.34
6032026-07-22T16:44:16.969Z Downloaded bzip2 v0.6.1
6042026-07-22T16:44:16.969Z Downloaded bzip2 v0.4.4
6052026-07-22T16:44:16.969Z Downloaded ecdsa v0.16.9
6062026-07-22T16:44:16.969Z Downloaded fixedbitset v0.5.7
6072026-07-22T16:44:16.969Z Downloaded hash32 v0.2.1
6082026-07-22T16:44:16.972Z Downloaded backon v1.6.0
6092026-07-22T16:44:16.972Z Downloaded erased-serde v0.3.31
6102026-07-22T16:44:16.972Z Downloaded env_logger v0.11.9
6112026-07-22T16:44:16.972Z Downloaded fs-err v2.11.0
6122026-07-22T16:44:16.972Z Downloaded foldhash v0.2.0
6132026-07-22T16:44:16.973Z Downloaded foreign-types-macros v0.2.3
6142026-07-22T16:44:16.973Z Downloaded futures-macro v0.3.32
6152026-07-22T16:44:16.973Z Downloaded fs_extra v1.3.0
6162026-07-22T16:44:16.973Z Downloaded hex-literal v1.1.0
6172026-07-22T16:44:16.981Z Downloaded home v0.5.12
6182026-07-22T16:44:16.981Z Downloaded headers-core v0.3.0
6192026-07-22T16:44:16.982Z Downloaded hex v0.4.3
6202026-07-22T16:44:16.982Z Downloaded find-msvc-tools v0.1.9
6212026-07-22T16:44:16.982Z Downloaded ff v0.14.0
6222026-07-22T16:44:16.982Z Downloaded fallible-iterator v0.2.0
6232026-07-22T16:44:16.987Z Downloaded futures-executor v0.3.32
6242026-07-22T16:44:16.987Z Downloaded byte-wrapper v0.1.0
6252026-07-22T16:44:16.987Z Downloaded des v0.9.0
6262026-07-22T16:44:16.987Z Downloaded cookie v0.18.1
6272026-07-22T16:44:16.987Z Downloaded darling v0.21.3
6282026-07-22T16:44:16.992Z Downloaded diff v0.1.13
6292026-07-22T16:44:16.992Z Downloaded http-body v1.0.1
6302026-07-22T16:44:16.992Z Downloaded cookie_store v0.22.1
6312026-07-22T16:44:16.999Z Downloaded colored v2.2.0
6322026-07-22T16:44:16.999Z Downloaded http-range v0.1.5
6332026-07-22T16:44:16.999Z Downloaded globset v0.4.18
6342026-07-22T16:44:17.012Z Downloaded console v0.16.2
6352026-07-22T16:44:17.012Z Downloaded clang-sys v1.8.1
6362026-07-22T16:44:17.012Z Downloaded hostname v0.3.1
6372026-07-22T16:44:17.012Z Downloaded crc-any v2.5.0
6382026-07-22T16:44:17.012Z Downloaded derive_more v0.99.20
6392026-07-22T16:44:17.020Z Downloaded hubpack_derive v0.1.1
6402026-07-22T16:44:17.020Z Downloaded hubpack v0.1.2
6412026-07-22T16:44:17.020Z Downloaded httpdate v1.0.3
6422026-07-22T16:44:17.020Z Downloaded darling_core v0.13.4
6432026-07-22T16:44:17.020Z Downloaded hyper-tls v0.6.0
6442026-07-22T16:44:17.020Z Downloaded filetime v0.2.27
6452026-07-22T16:44:17.020Z Downloaded crc32fast v1.5.0
6462026-07-22T16:44:17.020Z Downloaded console v0.15.11
6472026-07-22T16:44:17.020Z Downloaded git-stub-vcs v0.1.0
6482026-07-22T16:44:17.028Z Downloaded group v0.13.0
6492026-07-22T16:44:17.028Z Downloaded ident_case v1.0.1
6502026-07-22T16:44:17.028Z Downloaded glob v0.3.3
6512026-07-22T16:44:17.028Z Downloaded colored v3.1.1
6522026-07-22T16:44:17.028Z Downloaded blake2 v0.10.6
6532026-07-22T16:44:17.028Z Downloaded idna_adapter v1.2.1
6542026-07-22T16:44:17.028Z Downloaded ar_archive_writer v0.5.1
6552026-07-22T16:44:17.036Z Downloaded indent_write v2.2.0
6562026-07-22T16:44:17.036Z Downloaded illumos-nvpair v0.3.0
6572026-07-22T16:44:17.036Z Downloaded derive_builder v0.20.2
6582026-07-22T16:44:17.036Z Downloaded inout v0.2.2
6592026-07-22T16:44:17.036Z Downloaded is_ci v1.2.0
6602026-07-22T16:44:17.043Z Downloaded foldhash v0.1.5
6612026-07-22T16:44:17.043Z Downloaded ecdsa v0.17.0-rc.18
6622026-07-22T16:44:17.043Z Downloaded is-terminal v0.4.17
6632026-07-22T16:44:17.043Z Downloaded inout v0.1.4
6642026-07-22T16:44:17.043Z Downloaded either v1.15.0
6652026-07-22T16:44:17.043Z Downloaded indoc v1.0.9
6662026-07-22T16:44:17.043Z Downloaded illumos-nvpair-sys v0.2.0
6672026-07-22T16:44:17.043Z Downloaded async-bb8-diesel v0.2.1
6682026-07-22T16:44:17.043Z Downloaded instant v0.1.13
6692026-07-22T16:44:17.048Z Downloaded const-oid v0.10.2
6702026-07-22T16:44:17.048Z Downloaded internet-checksum v0.2.1
6712026-07-22T16:44:17.048Z Downloaded blake2 v0.11.0-rc.6
6722026-07-22T16:44:17.048Z Downloaded futures-channel v0.3.32
6732026-07-22T16:44:17.055Z Downloaded cancel-safe-futures v0.1.5
6742026-07-22T16:44:17.055Z Downloaded http-body-util v0.1.3
6752026-07-22T16:44:17.055Z Downloaded elliptic-curve v0.14.0-rc.33
6762026-07-22T16:44:17.065Z Downloaded keccak v0.1.6
6772026-07-22T16:44:17.065Z Downloaded dropshot_endpoint v0.17.1
6782026-07-22T16:44:17.065Z Downloaded lazy_static v1.5.0
6792026-07-22T16:44:17.065Z Downloaded defmt-macros v1.0.1
6802026-07-22T16:44:17.065Z Downloaded hostname v0.4.2
6812026-07-22T16:44:17.065Z Downloaded fatfs v0.3.6
6822026-07-22T16:44:17.065Z Downloaded crossbeam-utils v0.8.21
6832026-07-22T16:44:17.073Z Downloaded lalrpop-util v0.19.12
6842026-07-22T16:44:17.073Z Downloaded hyper-staticfile v0.10.1
6852026-07-22T16:44:17.074Z Downloaded humantime v2.3.0
6862026-07-22T16:44:17.074Z Downloaded arc-swap v1.8.2
6872026-07-22T16:44:17.074Z Downloaded darling_core v0.21.3
6882026-07-22T16:44:17.080Z Downloaded lru v0.12.5
6892026-07-22T16:44:17.080Z Downloaded libscf-sys v1.1.0
6902026-07-22T16:44:17.080Z Downloaded cassowary v0.3.0
6912026-07-22T16:44:17.080Z Downloaded ciborium v0.2.2
6922026-07-22T16:44:17.081Z Downloaded kem v0.3.0
6932026-07-22T16:44:17.081Z Downloaded getrandom v0.2.17
6942026-07-22T16:44:17.091Z Downloaded derive-where v1.6.0
6952026-07-22T16:44:17.091Z Downloaded lru-cache v0.1.2
6962026-07-22T16:44:17.091Z Downloaded linked-hash-map v0.5.6
6972026-07-22T16:44:17.091Z Downloaded group v0.14.0
6982026-07-22T16:44:17.096Z Downloaded bs58 v0.5.1
6992026-07-22T16:44:17.096Z Downloaded lzss v0.8.2
7002026-07-22T16:44:17.096Z Downloaded aes v0.9.1
7012026-07-22T16:44:17.096Z Downloaded lru-slab v0.1.2
7022026-07-22T16:44:17.096Z Downloaded maybe-uninit v2.0.0
7032026-07-22T16:44:17.096Z Downloaded match_cfg v0.1.0
7042026-07-22T16:44:17.096Z Downloaded impl-trait-for-tuples v0.2.3
7052026-07-22T16:44:17.096Z Downloaded md5 v0.8.0
7062026-07-22T16:44:17.102Z Downloaded mime v0.3.17
7072026-07-22T16:44:17.102Z Downloaded memoffset v0.9.1
7082026-07-22T16:44:17.102Z Downloaded md-5 v0.10.6
7092026-07-22T16:44:17.102Z Downloaded managed v0.8.0
7102026-07-22T16:44:17.103Z Downloaded maplit v1.0.2
7112026-07-22T16:44:17.103Z Downloaded half v1.8.3
7122026-07-22T16:44:17.108Z Downloaded newtype_derive v0.1.6
7132026-07-22T16:44:17.108Z Downloaded ingot v0.1.1
7142026-07-22T16:44:17.109Z Downloaded newtype-uuid-macros v0.1.0
7152026-07-22T16:44:17.109Z Downloaded elliptic-curve v0.13.8
7162026-07-22T16:44:17.109Z Downloaded ipnetwork v0.21.1
7172026-07-22T16:44:17.116Z Downloaded keccak v0.2.0
7182026-07-22T16:44:17.116Z Downloaded bytes v1.11.1
7192026-07-22T16:44:17.116Z Downloaded nibble_vec v0.1.0
7202026-07-22T16:44:17.123Z Downloaded darling_core v0.23.0
7212026-07-22T16:44:17.123Z Downloaded kstat-rs v0.2.4
7222026-07-22T16:44:17.123Z Downloaded hmac v0.13.0
7232026-07-22T16:44:17.123Z Downloaded new_debug_unreachable v1.0.6
7242026-07-22T16:44:17.123Z Downloaded ipnet v2.11.0
7252026-07-22T16:44:17.136Z Downloaded nodrop v0.1.14
7262026-07-22T16:44:17.136Z Downloaded newline-converter v0.3.0
7272026-07-22T16:44:17.136Z Downloaded jobserver v0.1.34
7282026-07-22T16:44:17.137Z Downloaded getrandom v0.3.4
7292026-07-22T16:44:17.137Z Downloaded instability v0.3.11
7302026-07-22T16:44:17.137Z Downloaded ingot-types v0.1.2
7312026-07-22T16:44:17.144Z Downloaded hyper-rustls v0.27.7
7322026-07-22T16:44:17.144Z Downloaded hmac v0.12.1
7332026-07-22T16:44:17.144Z Downloaded num v0.4.3
7342026-07-22T16:44:17.144Z Downloaded nonempty v0.12.0
7352026-07-22T16:44:17.144Z Downloaded highway v1.3.0
7362026-07-22T16:44:17.144Z Downloaded num-derive v0.4.2
7372026-07-22T16:44:17.145Z Downloaded hybrid-array v0.4.13
7382026-07-22T16:44:17.145Z Downloaded indoc v2.0.7
7392026-07-22T16:44:17.145Z Downloaded compact_str v0.8.1
7402026-07-22T16:44:17.151Z Downloaded async-compression v0.4.41
7412026-07-22T16:44:17.151Z Downloaded crypto-bigint v0.5.5
7422026-07-22T16:44:17.151Z Downloaded lock_api v0.4.14
7432026-07-22T16:44:17.151Z Downloaded linear-map v1.2.0
7442026-07-22T16:44:17.162Z Downloaded futures v0.3.32
7452026-07-22T16:44:17.162Z Downloaded chacha20 v0.10.0
7462026-07-22T16:44:17.162Z Downloaded num-conv v0.2.0
7472026-07-22T16:44:17.173Z Downloaded num-derive v0.3.3
7482026-07-22T16:44:17.173Z Downloaded num_threads v0.1.7
7492026-07-22T16:44:17.173Z Downloaded iana-time-zone v0.1.65
7502026-07-22T16:44:17.174Z Downloaded num_enum_derive v0.5.11
7512026-07-22T16:44:17.174Z Downloaded num-iter v0.1.45
7522026-07-22T16:44:17.174Z Downloaded normalize-line-endings v0.3.0
7532026-07-22T16:44:17.174Z Downloaded httparse v1.10.1
7542026-07-22T16:44:17.174Z Downloaded half v2.7.1
7552026-07-22T16:44:17.174Z Downloaded ed25519 v2.2.3
7562026-07-22T16:44:17.180Z Downloaded compression-codecs v0.4.37
7572026-07-22T16:44:17.180Z Downloaded openssl-macros v0.1.1
7582026-07-22T16:44:17.180Z Downloaded libsw-core v0.3.2
7592026-07-22T16:44:17.180Z Downloaded openssl-probe v0.2.1
7602026-07-22T16:44:17.180Z Downloaded opaque-debug v0.3.1
7612026-07-22T16:44:17.180Z Downloaded mime_guess v2.0.5
7622026-07-22T16:44:17.180Z Downloaded newtype-uuid v1.3.2
7632026-07-22T16:44:17.180Z Downloaded module-lattice v0.2.3
7642026-07-22T16:44:17.181Z Downloaded drift v0.2.0
7652026-07-22T16:44:17.188Z Downloaded flume v0.11.1
7662026-07-22T16:44:17.193Z Downloaded multimap v0.10.1
7672026-07-22T16:44:17.193Z Downloaded ingot-macros v0.1.1
7682026-07-22T16:44:17.193Z Downloaded packed_struct_codegen v0.10.1
7692026-07-22T16:44:17.193Z Downloaded native-tls v0.2.18
7702026-07-22T16:44:17.194Z Downloaded oso-derive v0.27.3
7712026-07-22T16:44:17.194Z Downloaded bumpalo v3.20.2
7722026-07-22T16:44:17.201Z Downloaded const_format v0.2.35
7732026-07-22T16:44:17.201Z Downloaded chacha20poly1305 v0.10.1
7742026-07-22T16:44:17.201Z Downloaded darling_core v0.20.11
7752026-07-22T16:44:17.213Z Downloaded num-complex v0.4.6
7762026-07-22T16:44:17.213Z Downloaded num_enum v0.5.11
7772026-07-22T16:44:17.213Z Downloaded crossterm v0.28.1
7782026-07-22T16:44:17.219Z Downloaded path-slash v0.1.5
7792026-07-22T16:44:17.219Z Downloaded password-hash v0.6.1
7802026-07-22T16:44:17.219Z Downloaded base64 v0.21.7
7812026-07-22T16:44:17.220Z Downloaded nanorand v0.7.0
7822026-07-22T16:44:17.220Z Downloaded icu_properties v2.1.2
7832026-07-22T16:44:17.220Z Downloaded libefi-sys v0.1.0
7842026-07-22T16:44:17.220Z Downloaded openssl-probe v0.1.6
7852026-07-22T16:44:17.220Z Downloaded parse-display v0.10.0
7862026-07-22T16:44:17.224Z Downloaded litemap v0.8.1
7872026-07-22T16:44:17.224Z Downloaded num_enum_derive v0.7.6
7882026-07-22T16:44:17.224Z Downloaded percent-encoding v2.3.2
7892026-07-22T16:44:17.224Z Downloaded diesel_derives v2.3.7
7902026-07-22T16:44:17.233Z Downloaded phf_shared v0.13.1
7912026-07-22T16:44:17.233Z Downloaded peg-runtime v0.8.5
7922026-07-22T16:44:17.233Z Downloaded indexmap v1.9.3
7932026-07-22T16:44:17.233Z Downloaded crossbeam-channel v0.5.15
7942026-07-22T16:44:17.248Z Downloaded phf_shared v0.12.1
7952026-07-22T16:44:17.255Z Downloaded derive_more v2.1.1
7962026-07-22T16:44:17.261Z Downloaded ml-kem v0.3.2
7972026-07-22T16:44:17.261Z Downloaded memmap2 v0.9.10
7982026-07-22T16:44:17.261Z Downloaded headers v0.4.1
7992026-07-22T16:44:17.266Z Downloaded oxide-tokio-rt v0.1.4
8002026-07-22T16:44:17.266Z Downloaded owo-colors v4.3.0
8012026-07-22T16:44:17.266Z Downloaded multer v3.1.0
8022026-07-22T16:44:17.266Z Downloaded flate2 v1.1.9
8032026-07-22T16:44:17.273Z Downloaded precomputed-hash v0.1.1
8042026-07-22T16:44:17.274Z Downloaded potential_utf v0.1.4
8052026-07-22T16:44:17.274Z Downloaded packed_struct v0.10.1
8062026-07-22T16:44:17.274Z Downloaded chrono v0.4.45
8072026-07-22T16:44:17.277Z Downloaded proc-macro-crate v3.4.0
8082026-07-22T16:44:17.277Z Downloaded predicates-tree v1.0.13
8092026-07-22T16:44:17.280Z Downloaded predicates-core v1.0.10
8102026-07-22T16:44:17.280Z Downloaded pem v3.0.6
8112026-07-22T16:44:17.280Z Downloaded icu_normalizer_data v2.1.1
8122026-07-22T16:44:17.290Z Downloaded ed25519-dalek v2.2.0
8132026-07-22T16:44:17.291Z Downloaded derive_more-impl v2.1.1
8142026-07-22T16:44:17.296Z Downloaded phf v0.12.1
8152026-07-22T16:44:17.296Z Downloaded peg-macros v0.8.5
8162026-07-22T16:44:17.297Z Downloaded num-integer v0.1.46
8172026-07-22T16:44:17.297Z Downloaded ed25519-dalek v3.0.0-rc.0
8182026-07-22T16:44:17.297Z Downloaded progenitor-macro v0.14.0
8192026-07-22T16:44:17.297Z Downloaded nu-ansi-term v0.50.3
8202026-07-22T16:44:17.302Z Downloaded progenitor-client v0.14.0
8212026-07-22T16:44:17.302Z Downloaded proc-macro-error-attr2 v2.0.0
8222026-07-22T16:44:17.302Z Downloaded pem-rfc7468 v1.0.0
8232026-07-22T16:44:17.302Z Downloaded parse-display-derive v0.10.0
8242026-07-22T16:44:17.302Z Downloaded phf v0.13.1
8252026-07-22T16:44:17.302Z Downloaded progenitor-macro v0.13.0
8262026-07-22T16:44:17.309Z Downloaded peg v0.8.5
8272026-07-22T16:44:17.309Z Downloaded pbkdf2 v0.13.0
8282026-07-22T16:44:17.309Z Downloaded powerfmt v0.2.0
8292026-07-22T16:44:17.312Z Downloaded pin-project-internal v1.1.11
8302026-07-22T16:44:17.312Z Downloaded pem-rfc7468 v0.7.0
8312026-07-22T16:44:17.312Z Downloaded litrs v1.0.0
8322026-07-22T16:44:17.312Z Downloaded icu_normalizer v2.1.1
8332026-07-22T16:44:17.317Z Downloaded quick-error v1.2.3
8342026-07-22T16:44:17.317Z Downloaded phc v0.6.1
8352026-07-22T16:44:17.317Z Downloaded pkcs8 v0.10.2
8362026-07-22T16:44:17.326Z Downloaded psl-types v2.0.11
8372026-07-22T16:44:17.326Z Downloaded oxide-update-engine v0.1.2
8382026-07-22T16:44:17.326Z Downloaded paste v1.0.15
8392026-07-22T16:44:17.335Z Downloaded oxnet v0.1.6
8402026-07-22T16:44:17.335Z Downloaded poly1305 v0.8.0
8412026-07-22T16:44:17.335Z Downloaded pkg-config v0.3.32
8422026-07-22T16:44:17.335Z Downloaded oxide-update-engine-display v0.1.2
8432026-07-22T16:44:17.335Z Downloaded indicatif v0.18.4
8442026-07-22T16:44:17.335Z Downloaded password-hash v0.5.0
8452026-07-22T16:44:17.341Z Downloaded parking_lot v0.11.2
8462026-07-22T16:44:17.341Z Downloaded expectorate v1.2.0
8472026-07-22T16:44:17.341Z Downloaded heapless v0.8.0
8482026-07-22T16:44:17.341Z Downloaded rand_xorshift v0.4.0
8492026-07-22T16:44:17.342Z Downloaded rand_chacha v0.3.1
8502026-07-22T16:44:17.348Z Downloaded radium v0.7.0
8512026-07-22T16:44:17.348Z Downloaded proc-macro-crate v1.3.1
8522026-07-22T16:44:17.348Z Downloaded postgres-protocol v0.6.10
8532026-07-22T16:44:17.348Z Downloaded port-file v0.1.0
8542026-07-22T16:44:17.348Z Downloaded primeorder v0.13.6
8552026-07-22T16:44:17.348Z Downloaded ppv-lite86 v0.2.21
8562026-07-22T16:44:17.352Z Downloaded hickory-resolver v0.24.4
8572026-07-22T16:44:17.352Z Downloaded predicates v3.1.4
8582026-07-22T16:44:17.352Z Downloaded der v0.8.0
8592026-07-22T16:44:17.360Z Downloaded recursive-proc-macro-impl v0.1.1
8602026-07-22T16:44:17.366Z Downloaded recursive v0.1.1
8612026-07-22T16:44:17.367Z Downloaded progenitor v0.14.0
8622026-07-22T16:44:17.367Z Downloaded parking_lot_core v0.9.12
8632026-07-22T16:44:17.367Z Downloaded parking_lot v0.12.5
8642026-07-22T16:44:17.367Z Downloaded progenitor v0.13.0
8652026-07-22T16:44:17.367Z Downloaded aho-corasick v1.1.4
8662026-07-22T16:44:17.371Z Downloaded progenitor-extras v0.2.0
8672026-07-22T16:44:17.371Z Downloaded progenitor-client v0.13.0
8682026-07-22T16:44:17.371Z Downloaded miniz_oxide v0.8.9
8692026-07-22T16:44:17.371Z Downloaded ref-cast-impl v1.0.25
8702026-07-22T16:44:17.371Z Downloaded ref-cast v1.0.25
8712026-07-22T16:44:17.376Z Downloaded oso v0.27.3
8722026-07-22T16:44:17.376Z Downloaded psm v0.1.30
8732026-07-22T16:44:17.387Z Downloaded icu_locale_core v2.1.1
8742026-07-22T16:44:17.387Z Downloaded pkcs1 v0.8.0-rc.4
8752026-07-22T16:44:17.395Z Downloaded omicron-zone-package v0.12.3
8762026-07-22T16:44:17.395Z Downloaded num-traits v0.2.19
8772026-07-22T16:44:17.396Z Downloaded rfc6979 v0.4.0
8782026-07-22T16:44:17.396Z Downloaded rfc6979 v0.5.0
8792026-07-22T16:44:17.396Z Downloaded jiff-static v0.2.21
8802026-07-22T16:44:17.396Z Downloaded russh-util v0.52.0
8812026-07-22T16:44:17.412Z Downloaded poly1305 v0.9.0
8822026-07-22T16:44:17.412Z Downloaded pin-project-lite v0.2.17
8832026-07-22T16:44:17.412Z Downloaded rustc_version v0.4.1
8842026-07-22T16:44:17.412Z Downloaded rustc-hash v2.1.1
8852026-07-22T16:44:17.412Z Downloaded oxide-update-engine-types v0.1.2
8862026-07-22T16:44:17.412Z Downloaded rustc_version v0.1.7
8872026-07-22T16:44:17.412Z Downloaded r2d2 v0.8.10
8882026-07-22T16:44:17.412Z Downloaded icu_collections v2.1.1
8892026-07-22T16:44:17.424Z Downloaded rand_chacha v0.9.0
8902026-07-22T16:44:17.424Z Downloaded postgres-types v0.2.12
8912026-07-22T16:44:17.424Z Downloaded polyval v0.7.1
8922026-07-22T16:44:17.424Z Downloaded papergrid v0.17.0
8932026-07-22T16:44:17.424Z Downloaded proc-macro-error2 v2.0.1
8942026-07-22T16:44:17.424Z Downloaded parking_lot_core v0.8.6
8952026-07-22T16:44:17.424Z Downloaded hickory-resolver v0.25.2
8962026-07-22T16:44:17.436Z Downloaded rand_core v0.10.0
8972026-07-22T16:44:17.436Z Downloaded hashbrown v0.13.2
8982026-07-22T16:44:17.436Z Downloaded scheduled-thread-pool v0.2.7
8992026-07-22T16:44:17.436Z Downloaded same-file v1.0.6
9002026-07-22T16:44:17.436Z Downloaded rand_seeder v0.4.0
9012026-07-22T16:44:17.436Z Downloaded sapling-renderdag v0.1.0
9022026-07-22T16:44:17.449Z Downloaded ignore v0.4.25
9032026-07-22T16:44:17.449Z Downloaded scroll_derive v0.13.1
9042026-07-22T16:44:17.449Z Downloaded primeorder v0.14.0-rc.10
9052026-07-22T16:44:17.449Z Downloaded http v1.4.2
9062026-07-22T16:44:17.449Z Downloaded pin-project v1.1.11
9072026-07-22T16:44:17.454Z Downloaded primefield v0.14.0
9082026-07-22T16:44:17.454Z Downloaded serde_bytes v0.11.19
9092026-07-22T16:44:17.454Z Downloaded pkcs8 v0.11.0
9102026-07-22T16:44:17.455Z Downloaded resolv-conf v0.7.6
9112026-07-22T16:44:17.455Z Downloaded rtoolbox v0.0.3
9122026-07-22T16:44:17.455Z Downloaded seq-macro v0.3.6
9132026-07-22T16:44:17.455Z Downloaded rpassword v7.5.4
9142026-07-22T16:44:17.455Z Downloaded semver v0.1.20
9152026-07-22T16:44:17.465Z Downloaded pkcs5 v0.8.1
9162026-07-22T16:44:17.465Z Downloaded heapless v0.7.17
9172026-07-22T16:44:17.477Z Downloaded quinn-udp v0.5.14
9182026-07-22T16:44:17.477Z Downloaded secrecy v0.10.3
9192026-07-22T16:44:17.477Z Downloaded serde_urlencoded v0.7.1
9202026-07-22T16:44:17.478Z Downloaded secrecy v0.8.0
9212026-07-22T16:44:17.478Z Downloaded serde_spanned v1.1.1
9222026-07-22T16:44:17.478Z Downloaded serde_repr v0.1.20
9232026-07-22T16:44:17.478Z Downloaded serde-big-array v0.5.1
9242026-07-22T16:44:17.478Z Downloaded rustls-pemfile v2.2.0
9252026-07-22T16:44:17.478Z Downloaded russh-cryptovec v0.61.0
9262026-07-22T16:44:17.478Z Downloaded num_enum v0.7.6
9272026-07-22T16:44:17.492Z Downloaded libbz2-rs-sys v0.2.2
9282026-07-22T16:44:17.492Z Downloaded pkcs1 v0.7.5
9292026-07-22T16:44:17.492Z Downloaded internal-russh-num-bigint v0.5.0
9302026-07-22T16:44:17.492Z Downloaded p384 v0.14.0-rc.10
9312026-07-22T16:44:17.492Z Downloaded rand_core v0.6.4
9322026-07-22T16:44:17.503Z Downloaded cc v1.2.56
9332026-07-22T16:44:17.503Z Downloaded openssl-sys v0.9.115
9342026-07-22T16:44:17.503Z Downloaded signal-hook-tokio v0.3.1
9352026-07-22T16:44:17.503Z Downloaded sha1 v0.11.0
9362026-07-22T16:44:17.503Z Downloaded rustversion v1.0.22
9372026-07-22T16:44:17.503Z Downloaded rand_core v0.9.5
9382026-07-22T16:44:17.503Z Downloaded postcard v1.1.3
9392026-07-22T16:44:17.503Z Downloaded signature v2.2.0
9402026-07-22T16:44:17.510Z Downloaded prefix-trie v0.7.0
9412026-07-22T16:44:17.510Z Downloaded signature v3.0.0
9422026-07-22T16:44:17.510Z Downloaded progenitor-impl v0.13.0
9432026-07-22T16:44:17.510Z Downloaded sigpipe v0.1.3
9442026-07-22T16:44:17.510Z Downloaded sec1 v0.7.3
9452026-07-22T16:44:17.510Z Downloaded hashbrown v0.12.3
9462026-07-22T16:44:17.510Z Downloaded signal-hook-mio v0.2.5
9472026-07-22T16:44:17.510Z Downloaded shell-words v1.1.1
9482026-07-22T16:44:17.514Z Downloaded hickory-server v0.25.2
9492026-07-22T16:44:17.515Z Downloaded rusty-fork v0.3.1
9502026-07-22T16:44:17.515Z Downloaded sec1 v0.8.1
9512026-07-22T16:44:17.515Z Downloaded rustls-native-certs v0.8.3
9522026-07-22T16:44:17.515Z Downloaded minimal-lexical v0.2.1
9532026-07-22T16:44:17.522Z Downloaded scroll v0.13.0
9542026-07-22T16:44:17.522Z Downloaded scopeguard v1.2.0
9552026-07-22T16:44:17.522Z Downloaded scrypt v0.12.0
9562026-07-22T16:44:17.576Z Downloaded siphasher v1.0.2
9572026-07-22T16:44:17.576Z Downloaded slog-envlogger v2.2.0
9582026-07-22T16:44:17.576Z Downloaded slog-bunyan v2.5.0
9592026-07-22T16:44:17.576Z Downloaded progenitor-impl v0.14.0
9602026-07-22T16:44:17.576Z Downloaded itertools v0.10.5
9612026-07-22T16:44:17.594Z Downloaded serde-hex v0.1.0
9622026-07-22T16:44:17.594Z Downloaded schemars_derive v0.8.22
9632026-07-22T16:44:17.594Z Downloaded serde_plain v1.0.2
9642026-07-22T16:44:17.594Z Downloaded aes-gcm v0.11.0
9652026-07-22T16:44:17.594Z Downloaded der v0.7.10
9662026-07-22T16:44:17.594Z Downloaded serdect v0.4.3
9672026-07-22T16:44:17.594Z Downloaded serde_with_macros v1.5.2
9682026-07-22T16:44:17.594Z Downloaded serde_path_to_error v0.1.20
9692026-07-22T16:44:17.594Z Downloaded hyper-util v0.1.20
9702026-07-22T16:44:17.595Z Downloaded num-rational v0.4.2
9712026-07-22T16:44:17.595Z Downloaded icu_provider v2.1.1
9722026-07-22T16:44:17.595Z Downloaded p256 v0.14.0-rc.10
9732026-07-22T16:44:17.595Z Downloaded num-bigint v0.4.6
9742026-07-22T16:44:17.595Z Downloaded sha1 v0.10.6
9752026-07-22T16:44:17.595Z Downloaded stable_deref_trait v1.2.1
9762026-07-22T16:44:17.595Z Downloaded generic-array v1.4.3
9772026-07-22T16:44:17.595Z Downloaded crossterm v0.29.0
9782026-07-22T16:44:17.595Z Downloaded signal-hook-registry v1.4.8
9792026-07-22T16:44:17.595Z Downloaded rustls-pki-types v1.14.0
9802026-07-22T16:44:17.595Z Downloaded shlex v1.3.0
9812026-07-22T16:44:17.595Z Downloaded pretty_assertions v1.4.1
9822026-07-22T16:44:17.595Z Downloaded sqlparser_derive v0.5.0
9832026-07-22T16:44:17.595Z Downloaded structmeta-derive v0.3.0
9842026-07-22T16:44:17.595Z Downloaded phf_shared v0.11.3
9852026-07-22T16:44:17.595Z Downloaded parse-size v1.1.0
9862026-07-22T16:44:17.595Z Downloaded slog-json v2.6.1
9872026-07-22T16:44:17.595Z Downloaded strum v0.26.3
9882026-07-22T16:44:17.595Z Downloaded salsa20 v0.11.0
9892026-07-22T16:44:17.595Z Downloaded strsim v0.10.0
9902026-07-22T16:44:17.595Z Downloaded strip-ansi-escapes v0.2.1
9912026-07-22T16:44:17.595Z Downloaded slab v0.4.12
9922026-07-22T16:44:17.595Z Downloaded simd-adler32 v0.3.8
9932026-07-22T16:44:17.595Z Downloaded libloading v0.8.9
9942026-07-22T16:44:17.596Z Downloaded olpc-cjson v0.1.4
9952026-07-22T16:44:17.596Z Downloaded slog-dtrace v0.3.0
9962026-07-22T16:44:17.607Z Downloaded libsw v3.5.0
9972026-07-22T16:44:17.607Z Downloaded hashbrown v0.15.5
9982026-07-22T16:44:17.607Z Downloaded camino-tempfile-ext v0.3.3
9992026-07-22T16:44:17.607Z Downloaded embedded-io v0.6.1
10002026-07-22T16:44:17.607Z Downloaded derive-ex v0.1.8
10012026-07-22T16:44:17.607Z Downloaded sync_wrapper v1.0.2
10022026-07-22T16:44:17.608Z Downloaded structmeta v0.3.0
10032026-07-22T16:44:17.608Z Downloaded strum v0.27.2
10042026-07-22T16:44:17.608Z Downloaded slog-stdlog v4.1.1
10052026-07-22T16:44:17.608Z Downloaded tabled_derive v0.11.0
10062026-07-22T16:44:17.608Z Downloaded slog-async v2.8.0
10072026-07-22T16:44:17.608Z Downloaded sync-ptr v0.1.4
10082026-07-22T16:44:17.608Z Downloaded supports-color v3.0.2
10092026-07-22T16:44:17.608Z Downloaded subtle v2.6.1
10102026-07-22T16:44:17.608Z Downloaded digest v0.11.3
10112026-07-22T16:44:17.614Z Downloaded delegate v0.13.5
10122026-07-22T16:44:17.614Z Downloaded cipher v0.5.2
10132026-07-22T16:44:17.614Z Downloaded bcs v0.1.6
10142026-07-22T16:44:17.614Z Downloaded corncobs v0.1.4
10152026-07-22T16:44:17.614Z Downloaded tabwriter v1.4.1
10162026-07-22T16:44:17.614Z Downloaded tap v1.0.1
10172026-07-22T16:44:17.614Z Downloaded slog-scope v4.4.1
10182026-07-22T16:44:17.614Z Downloaded serde_derive_internals v0.29.1
10192026-07-22T16:44:17.614Z Downloaded cfg_aliases v0.1.1
10202026-07-22T16:44:17.614Z Downloaded daft-derive v0.1.7
10212026-07-22T16:44:17.624Z Downloaded take_mut v0.2.2
10222026-07-22T16:44:17.624Z Downloaded tagptr v0.2.0
10232026-07-22T16:44:17.624Z Downloaded testing_table v0.3.0
10242026-07-22T16:44:17.630Z Downloaded ron v0.8.1
10252026-07-22T16:44:17.630Z Downloaded slog-term v2.9.2
10262026-07-22T16:44:17.630Z Downloaded termtree v0.5.1
10272026-07-22T16:44:17.630Z Downloaded thread-id v5.1.0
10282026-07-22T16:44:17.630Z Downloaded ssh-encoding v0.3.0-rc.9
10292026-07-22T16:44:17.636Z Downloaded snafu-derive v0.8.9
10302026-07-22T16:44:17.636Z Downloaded serde_with_macros v3.21.0
10312026-07-22T16:44:17.636Z Downloaded stacker v0.1.23
10322026-07-22T16:44:17.636Z Downloaded sqlformat v0.3.5
10332026-07-22T16:44:17.641Z Downloaded time-core v0.1.8
10342026-07-22T16:44:17.641Z Downloaded rustls-platform-verifier v0.6.2
10352026-07-22T16:44:17.641Z Downloaded dropshot-api-manager v0.7.2
10362026-07-22T16:44:17.645Z Downloaded static_assertions v1.1.0
10372026-07-22T16:44:17.645Z Downloaded sha2 v0.11.0
10382026-07-22T16:44:17.645Z Downloaded schemars v0.8.22
10392026-07-22T16:44:17.657Z Downloaded tokio-macros v2.7.0
10402026-07-22T16:44:17.661Z Downloaded rayon-core v1.13.0
10412026-07-22T16:44:17.661Z Downloaded itertools v0.12.1
10422026-07-22T16:44:17.661Z Downloaded iri-string v0.7.10
10432026-07-22T16:44:17.668Z Downloaded strum_macros v0.27.2
10442026-07-22T16:44:17.668Z Downloaded ryu v1.0.23
10452026-07-22T16:44:17.675Z Downloaded tokio-test v0.4.5
10462026-07-22T16:44:17.675Z Downloaded strum_macros v0.24.3
10472026-07-22T16:44:17.675Z Downloaded tinyvec_macros v0.1.1
10482026-07-22T16:44:17.675Z Downloaded stringprep v0.1.5
10492026-07-22T16:44:17.675Z Downloaded string_cache v0.8.9
10502026-07-22T16:44:17.675Z Downloaded support-bundle-viewer v0.1.2
10512026-07-22T16:44:17.675Z Downloaded strum_macros v0.26.4
10522026-07-22T16:44:17.685Z Downloaded serde_cbor v0.11.2
10532026-07-22T16:44:17.685Z Downloaded qorb v0.4.1
10542026-07-22T16:44:17.685Z Downloaded termios v0.3.3
10552026-07-22T16:44:17.685Z Downloaded ssh-cipher v0.3.0-rc.9
10562026-07-22T16:44:17.700Z Downloaded prettyplease v0.2.37
10572026-07-22T16:44:17.700Z Downloaded libxml v0.3.3
10582026-07-22T16:44:17.700Z Downloaded spki v0.8.0
10592026-07-22T16:44:17.700Z Downloaded tower-layer v0.3.3
10602026-07-22T16:44:17.700Z Downloaded smf v0.2.3
10612026-07-22T16:44:17.700Z Downloaded tower-service v0.3.3
10622026-07-22T16:44:17.710Z Downloaded quinn v0.11.9
10632026-07-22T16:44:17.710Z Downloaded thiserror-no-std v2.0.2
10642026-07-22T16:44:17.710Z Downloaded hashbrown v0.16.1
10652026-07-22T16:44:17.710Z Downloaded rand v0.8.6
10662026-07-22T16:44:17.711Z Downloaded tinystr v0.8.2
10672026-07-22T16:44:17.711Z Downloaded try-lock v0.2.5
10682026-07-22T16:44:17.717Z Downloaded idna v1.1.0
10692026-07-22T16:44:17.717Z Downloaded icu_properties_data v2.1.2
10702026-07-22T16:44:17.717Z Downloaded unarray v0.1.4
10712026-07-22T16:44:17.723Z Downloaded tokio-dtrace v0.1.1
10722026-07-22T16:44:17.724Z Downloaded thread_local v1.1.9
10732026-07-22T16:44:17.724Z Downloaded similar v2.7.0
10742026-07-22T16:44:17.724Z Downloaded slog v2.8.2
10752026-07-22T16:44:17.727Z Downloaded publicsuffix v2.3.0
10762026-07-22T16:44:17.727Z Downloaded p521 v0.14.0-rc.10
10772026-07-22T16:44:17.727Z Downloaded tokio-native-tls v0.3.1
10782026-07-22T16:44:17.727Z Downloaded rsa v0.9.10
10792026-07-22T16:44:17.731Z Downloaded untrusted v0.7.1
10802026-07-22T16:44:17.734Z Downloaded typify-macro v0.6.2
10812026-07-22T16:44:17.734Z Downloaded untrusted v0.9.0
10822026-07-22T16:44:17.734Z Downloaded universal-hash v0.6.1
10832026-07-22T16:44:17.738Z Downloaded universal-hash v0.5.1
10842026-07-22T16:44:17.739Z Downloaded synstructure v0.13.2
10852026-07-22T16:44:17.739Z Downloaded unicode-xid v0.2.6
10862026-07-22T16:44:17.739Z Downloaded num-bigint-dig v0.8.6
10872026-07-22T16:44:17.747Z Downloaded hkdf v0.13.0
10882026-07-22T16:44:17.747Z Downloaded toml_writer v1.1.1+spec-1.1.0
10892026-07-22T16:44:17.747Z Downloaded usdt-attr-macro v0.6.0
10902026-07-22T16:44:17.756Z Downloaded unit-prefix v0.5.2
10912026-07-22T16:44:17.756Z Downloaded unicode-truncate v1.1.0
10922026-07-22T16:44:17.756Z Downloaded socket2 v0.6.3
10932026-07-22T16:44:17.756Z Downloaded socket2 v0.5.10
10942026-07-22T16:44:17.756Z Downloaded term v0.7.0
10952026-07-22T16:44:17.756Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10962026-07-22T16:44:17.756Z Downloaded usdt-macro v0.6.0
10972026-07-22T16:44:17.764Z Downloaded futures-util v0.3.32
10982026-07-22T16:44:17.764Z Downloaded toml_datetime v1.1.1+spec-1.1.0
10992026-07-22T16:44:17.769Z Downloaded rand v0.9.2
11002026-07-22T16:44:17.769Z Downloaded utf8_iter v1.0.4
11012026-07-22T16:44:17.769Z Downloaded tui-tree-widget v0.23.1
11022026-07-22T16:44:17.769Z Downloaded void v1.0.2
11032026-07-22T16:44:17.769Z Downloaded utf-8 v0.7.6
11042026-07-22T16:44:17.769Z Downloaded nom v8.0.0
11052026-07-22T16:44:17.776Z Downloaded waitgroup v0.1.2
11062026-07-22T16:44:17.776Z Downloaded serde_yaml v0.9.34+deprecated
11072026-07-22T16:44:17.776Z Downloaded rustls-webpki v0.103.13
11082026-07-22T16:44:17.776Z Downloaded rcgen v0.12.1
11092026-07-22T16:44:17.781Z Downloaded tls_codec_derive v0.4.2
11102026-07-22T16:44:17.781Z Downloaded time-macros v0.2.27
11112026-07-22T16:44:17.781Z Downloaded schemars v0.9.0
11122026-07-22T16:44:17.789Z Downloaded want v0.3.1
11132026-07-22T16:44:17.794Z Downloaded bitvec v1.0.1
11142026-07-22T16:44:17.797Z Downloaded xshell-macros v0.2.7
11152026-07-22T16:44:17.797Z Downloaded yoke-derive v0.8.1
11162026-07-22T16:44:17.797Z Downloaded tokio-stream v0.1.18
11172026-07-22T16:44:17.801Z Downloaded blake3 v1.8.5
11182026-07-22T16:44:17.807Z Downloaded unicase v2.9.0
11192026-07-22T16:44:17.807Z Downloaded rsa v0.10.0-rc.18
11202026-07-22T16:44:17.812Z Downloaded usdt v0.6.0
11212026-07-22T16:44:17.812Z Downloaded toml_parser v1.1.2+spec-1.1.0
11222026-07-22T16:44:17.812Z Downloaded tokio-tungstenite v0.21.0
11232026-07-22T16:44:17.819Z Downloaded tokio-rustls v0.26.4
11242026-07-22T16:44:17.820Z Downloaded zerofrom-derive v0.1.6
11252026-07-22T16:44:17.820Z Downloaded zerofrom v0.1.6
11262026-07-22T16:44:17.820Z Downloaded term v1.2.1
11272026-07-22T16:44:17.824Z Downloaded xattr v1.6.1
11282026-07-22T16:44:17.824Z Downloaded test-strategy v0.4.5
11292026-07-22T16:44:17.824Z Downloaded vergen-gitcl v1.0.8
11302026-07-22T16:44:17.824Z Downloaded zeroize_derive v1.4.3
11312026-07-22T16:44:17.824Z Downloaded subprocess v0.2.15
11322026-07-22T16:44:17.830Z Downloaded zone v0.3.1
11332026-07-22T16:44:17.830Z Downloaded uzers v0.12.2
11342026-07-22T16:44:17.830Z Downloaded zone_cfg_derive v0.3.1
11352026-07-22T16:44:17.830Z Downloaded samael v0.0.19
11362026-07-22T16:44:17.836Z Downloaded vergen-git2 v9.1.0
11372026-07-22T16:44:17.836Z Downloaded vergen-lib v9.1.0
11382026-07-22T16:44:17.836Z Downloaded snafu v0.8.9
11392026-07-22T16:44:17.841Z Downloaded itertools v0.14.0
11402026-07-22T16:44:17.849Z Downloaded itertools v0.13.0
11412026-07-22T16:44:17.849Z Downloaded aws-lc-rs v1.16.3
11422026-07-22T16:44:17.858Z Downloaded unicode-properties v0.1.4
11432026-07-22T16:44:17.858Z Downloaded wyz v0.5.1
11442026-07-22T16:44:17.858Z Downloaded hkdf v0.12.4
11452026-07-22T16:44:17.866Z Downloaded walkdir v2.5.0
11462026-07-22T16:44:17.866Z Downloaded crypto-primes v0.7.2
11472026-07-22T16:44:17.866Z Downloaded wait-timeout v0.2.1
11482026-07-22T16:44:17.866Z Downloaded schemars v1.2.1
11492026-07-22T16:44:17.874Z Downloaded whoami v1.6.1
11502026-07-22T16:44:17.874Z Downloaded usdt-impl v0.6.0
11512026-07-22T16:44:17.874Z Downloaded tinyvec v1.10.0
11522026-07-22T16:44:17.874Z Downloaded tar v0.4.46
11532026-07-22T16:44:17.877Z Downloaded writeable v0.6.2
11542026-07-22T16:44:17.877Z Downloaded vergen v9.1.0
11552026-07-22T16:44:17.877Z Downloaded toml v1.1.2+spec-1.1.0
11562026-07-22T16:44:17.888Z Downloaded tls_codec v0.4.2
11572026-07-22T16:44:17.888Z Downloaded hyper v1.10.1
11582026-07-22T16:44:17.893Z Downloaded zerovec-derive v0.11.2
11592026-07-22T16:44:17.893Z Downloaded xshell v0.2.7
11602026-07-22T16:44:17.893Z Downloaded iddqd v0.4.2
11612026-07-22T16:44:17.900Z Downloaded typify v0.6.2
11622026-07-22T16:44:17.900Z Downloaded zstd-safe v7.2.4
11632026-07-22T16:44:17.900Z Downloaded zeroize v1.8.2
11642026-07-22T16:44:17.900Z Downloaded vsss-rs v3.3.4
11652026-07-22T16:44:17.907Z Downloaded vergen-lib v0.1.6
11662026-07-22T16:44:17.907Z Downloaded tracing-core v0.1.36
11672026-07-22T16:44:17.907Z Downloaded rand v0.10.1
11682026-07-22T16:44:17.907Z Downloaded toml v0.7.8
11692026-07-22T16:44:17.912Z Downloaded tokio-tungstenite v0.23.1
11702026-07-22T16:44:17.912Z Downloaded yoke v0.8.1
11712026-07-22T16:44:17.912Z Downloaded tungstenite v0.21.0
11722026-07-22T16:44:17.912Z Downloaded zstd v0.13.3
11732026-07-22T16:44:17.912Z Downloaded rustyline v14.0.0
11742026-07-22T16:44:17.921Z Downloaded whoami v2.1.0
11752026-07-22T16:44:17.921Z Downloaded unicode-bidi v0.3.18
11762026-07-22T16:44:17.933Z Downloaded twox-hash v2.1.2
11772026-07-22T16:44:17.933Z Downloaded serde_with v1.14.0
11782026-07-22T16:44:17.933Z Downloaded bindgen v0.71.1
11792026-07-22T16:44:17.933Z Downloaded git2 v0.20.4
11802026-07-22T16:44:17.936Z Downloaded unsafe-libyaml v0.2.11
11812026-07-22T16:44:17.937Z Downloaded toml_edit v0.23.10+spec-1.0.0
11822026-07-22T16:44:17.937Z Downloaded steno v0.4.1
11832026-07-22T16:44:17.941Z Downloaded vte v0.14.1
11842026-07-22T16:44:17.941Z Downloaded libm v0.2.16
11852026-07-22T16:44:17.952Z Downloaded uuid v1.23.4
11862026-07-22T16:44:17.953Z Downloaded tracing-attributes v0.1.31
11872026-07-22T16:44:17.962Z Downloaded yasna v0.5.2
11882026-07-22T16:44:17.962Z Downloaded nom v7.1.3
11892026-07-22T16:44:17.962Z Downloaded h2 v0.4.15
11902026-07-22T16:44:17.962Z Downloaded trait-variant v0.1.2
11912026-07-22T16:44:17.970Z Downloaded tiny-keccak v2.0.2
11922026-07-22T16:44:17.970Z Downloaded tungstenite v0.23.0
11932026-07-22T16:44:17.970Z Downloaded signal-hook v0.3.18
11942026-07-22T16:44:17.970Z Downloaded mio v1.2.0
11952026-07-22T16:44:17.970Z Downloaded goblin v0.10.5
11962026-07-22T16:44:17.975Z Downloaded spin v0.9.8
11972026-07-22T16:44:17.975Z Downloaded topological-sort v0.2.2
11982026-07-22T16:44:17.975Z Downloaded smallvec v1.15.1
11992026-07-22T16:44:17.975Z Downloaded smallvec v0.6.14
12002026-07-22T16:44:17.984Z Downloaded zopfli v0.8.3
12012026-07-22T16:44:17.984Z Downloaded thiserror-impl-no-std v2.0.2
12022026-07-22T16:44:17.984Z Downloaded spki v0.7.3
12032026-07-22T16:44:18.039Z Downloaded zerocopy v0.6.6
12042026-07-22T16:44:18.039Z Downloaded reqwest v0.12.28
12052026-07-22T16:44:18.039Z Downloaded tokio-postgres v0.7.16
12062026-07-22T16:44:18.039Z Downloaded unicode_categories v0.1.1
12072026-07-22T16:44:18.039Z Downloaded reqwest v0.13.2
12082026-07-22T16:44:18.039Z Downloaded url v2.5.8
12092026-07-22T16:44:18.039Z Downloaded lalrpop v0.19.12
12102026-07-22T16:44:18.049Z Downloaded regex v1.12.3
12112026-07-22T16:44:18.049Z Downloaded reedline v0.40.0
12122026-07-22T16:44:18.049Z Downloaded toml_edit v0.19.15
12132026-07-22T16:44:18.055Z Downloaded zip v0.6.6
12142026-07-22T16:44:18.055Z Downloaded zerotrie v0.2.3
12152026-07-22T16:44:18.055Z Downloaded tower v0.5.3
12162026-07-22T16:44:18.061Z Downloaded rayon v1.11.0
12172026-07-22T16:44:18.067Z Downloaded zerocopy-derive v0.8.40
12182026-07-22T16:44:18.070Z Downloaded crypto-bigint v0.7.5
12192026-07-22T16:44:18.082Z Downloaded yansi v1.0.1
12202026-07-22T16:44:18.082Z Downloaded rawzip v0.4.4
12212026-07-22T16:44:18.096Z Downloaded ssh-key v0.7.0-rc.10
12222026-07-22T16:44:18.096Z Downloaded typed-path v0.9.3
12232026-07-22T16:44:18.099Z Downloaded moka v0.12.13
12242026-07-22T16:44:18.099Z Downloaded tough v0.22.0
12252026-07-22T16:44:18.099Z Downloaded x509-cert v0.2.5
12262026-07-22T16:44:18.106Z Downloaded curve25519-dalek v4.1.3
12272026-07-22T16:44:18.111Z Downloaded unicode-segmentation v1.12.0
12282026-07-22T16:44:18.112Z Downloaded tower-http v0.6.8
12292026-07-22T16:44:18.126Z Downloaded object v0.30.4
12302026-07-22T16:44:18.133Z Downloaded salty v0.3.0
12312026-07-22T16:44:18.133Z Downloaded quick-xml v0.37.5
12322026-07-22T16:44:18.133Z Downloaded zerovec v0.11.5
12332026-07-22T16:44:18.134Z Downloaded portable-atomic v1.13.1
12342026-07-22T16:44:18.146Z Downloaded p384 v0.13.1
12352026-07-22T16:44:18.158Z Downloaded zip v4.6.1
12362026-07-22T16:44:18.158Z Downloaded serde_with v3.21.0
12372026-07-22T16:44:18.181Z Downloaded proptest v1.10.0
12382026-07-22T16:44:18.202Z Downloaded winnow v0.6.26
12392026-07-22T16:44:18.202Z Downloaded radix_trie v0.2.1
12402026-07-22T16:44:18.202Z Downloaded bstr v1.12.1
12412026-07-22T16:44:18.202Z Downloaded petname v2.0.2
12422026-07-22T16:44:18.202Z Downloaded nix v0.27.1
12432026-07-22T16:44:18.218Z Downloaded tokio-util v0.7.18
12442026-07-22T16:44:18.218Z Downloaded openssl v0.10.79
12452026-07-22T16:44:18.218Z Downloaded quinn-proto v0.11.13
12462026-07-22T16:44:18.278Z Downloaded unicode-normalization v0.1.25
12472026-07-22T16:44:18.278Z Downloaded russh v0.61.2
12482026-07-22T16:44:18.297Z Downloaded winnow v0.5.40
12492026-07-22T16:44:18.297Z Downloaded curve25519-dalek v5.0.0-rc.0
12502026-07-22T16:44:18.297Z Downloaded polar-core v0.27.3
12512026-07-22T16:44:18.297Z Downloaded smoltcp v0.9.1
12522026-07-22T16:44:18.297Z Downloaded zlib-rs v0.6.2
12532026-07-22T16:44:18.297Z Downloaded winnow v1.0.3
12542026-07-22T16:44:18.297Z Downloaded time v0.3.47
12552026-07-22T16:44:18.297Z Downloaded dropshot v0.17.1
12562026-07-22T16:44:18.305Z Downloaded tabled v0.20.0
12572026-07-22T16:44:18.305Z Downloaded smoltcp v0.11.0
12582026-07-22T16:44:18.309Z Downloaded regex-syntax v0.6.29
12592026-07-22T16:44:18.309Z Downloaded regex-syntax v0.8.10
12602026-07-22T16:44:18.313Z Downloaded nix v0.31.2
12612026-07-22T16:44:18.318Z Downloaded vcpkg v0.2.15
12622026-07-22T16:44:18.340Z Downloaded zerocopy v0.8.40
12632026-07-22T16:44:18.351Z Downloaded regress v0.10.5
12642026-07-22T16:44:18.355Z Downloaded rustls v0.23.41
12652026-07-22T16:44:18.366Z Downloaded rustix v0.38.44
12662026-07-22T16:44:18.371Z Downloaded regress v0.11.1
12672026-07-22T16:44:18.382Z Downloaded diesel v2.3.7
12682026-07-22T16:44:18.388Z Downloaded openapiv3 v2.2.0
12692026-07-22T16:44:18.395Z Downloaded nix v0.28.0
12702026-07-22T16:44:18.401Z Downloaded object v0.37.3
12712026-07-22T16:44:18.483Z Downloaded hickory-proto v0.25.2
12722026-07-22T16:44:18.537Z Downloaded hickory-proto v0.24.4
12732026-07-22T16:44:18.537Z Downloaded sqlparser v0.61.0
12742026-07-22T16:44:18.537Z Downloaded sled v0.34.7
12752026-07-22T16:44:18.537Z Downloaded fiat-crypto v0.3.0
12762026-07-22T16:44:18.537Z Downloaded tracing v0.1.44
12772026-07-22T16:44:18.537Z Downloaded typify-impl v0.6.2
12782026-07-22T16:44:18.537Z Downloaded sha3 v0.11.0
12792026-07-22T16:44:18.537Z Downloaded bzip2-sys v0.1.13+1.0.8
12802026-07-22T16:44:18.537Z Downloaded ratatui v0.29.0
12812026-07-22T16:44:18.588Z Downloaded regex-automata v0.4.14
12822026-07-22T16:44:18.588Z Downloaded zerocopy-derive v0.6.6
12832026-07-22T16:44:18.588Z Downloaded petgraph v0.8.3
12842026-07-22T16:44:18.588Z Downloaded csv v1.4.0
12852026-07-22T16:44:18.637Z Downloaded petgraph v0.6.5
12862026-07-22T16:44:18.638Z Downloaded jiff v0.2.21
12872026-07-22T16:44:18.638Z Downloaded sha3 v0.10.8
12882026-07-22T16:44:18.638Z Downloaded chrono-tz v0.10.4
12892026-07-22T16:44:18.704Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12902026-07-22T16:44:18.704Z Downloaded libz-sys v1.1.24
12912026-07-22T16:44:18.704Z Downloaded ring v0.17.14
12922026-07-22T16:44:18.717Z Downloaded tokio v1.52.1
12932026-07-22T16:44:18.758Z Downloaded encoding_rs v0.8.35
12942026-07-22T16:44:18.815Z Downloaded libgit2-sys v0.18.3+1.9.2
12952026-07-22T16:44:19.276Z Downloaded aws-lc-sys v0.40.0
12962026-07-22T16:44:19.525Z Compiling libc v0.2.185
12972026-07-22T16:44:19.525Z Compiling serde_core v1.0.228
12982026-07-22T16:44:19.526Z Compiling serde v1.0.228
12992026-07-22T16:44:19.537Z Compiling log v0.4.29
13002026-07-22T16:44:19.537Z Compiling smallvec v1.15.1
13012026-07-22T16:44:19.537Z Compiling find-msvc-tools v0.1.9
13022026-07-22T16:44:19.538Z Compiling shlex v1.3.0
13032026-07-22T16:44:19.538Z Compiling subtle v2.6.1
13042026-07-22T16:44:19.745Z Compiling stable_deref_trait v1.2.1
13052026-07-22T16:44:19.751Z Compiling scopeguard v1.2.0
13062026-07-22T16:44:19.751Z Compiling typenum v1.20.1
13072026-07-22T16:44:19.751Z Compiling serde_json v1.0.150
13082026-07-22T16:44:19.751Z Compiling portable-atomic v1.13.1
13092026-07-22T16:44:19.784Z Compiling zerocopy v0.8.40
13102026-07-22T16:44:19.797Z Compiling syn v2.0.117
13112026-07-22T16:44:19.813Z Compiling pin-project-lite v0.2.17
13122026-07-22T16:44:19.867Z Compiling lock_api v0.4.14
13132026-07-22T16:44:19.907Z Compiling parking_lot_core v0.9.12
13142026-07-22T16:44:19.972Z Compiling pkg-config v0.3.32
13152026-07-22T16:44:19.972Z Compiling getrandom v0.4.1
13162026-07-22T16:44:19.972Z Compiling libm v0.2.16
13172026-07-22T16:44:19.993Z Compiling critical-section v1.2.0
13182026-07-22T16:44:19.993Z Compiling num-traits v0.2.19
13192026-07-22T16:44:19.993Z Compiling rand_core v0.10.0
13202026-07-22T16:44:20.051Z Compiling futures-core v0.3.32
13212026-07-22T16:44:20.069Z Compiling generic-array v0.14.7
13222026-07-22T16:44:20.073Z Compiling litemap v0.8.1
13232026-07-22T16:44:20.124Z Compiling writeable v0.6.2
13242026-07-22T16:44:20.192Z Compiling const-oid v0.9.6
13252026-07-22T16:44:20.209Z Compiling percent-encoding v2.3.2
13262026-07-22T16:44:20.224Z Compiling icu_normalizer_data v2.1.1
13272026-07-22T16:44:20.391Z Compiling icu_properties_data v2.1.2
13282026-07-22T16:44:20.403Z Compiling futures-sink v0.3.32
13292026-07-22T16:44:20.403Z Compiling slab v0.4.12
13302026-07-22T16:44:20.403Z Compiling futures-task v0.3.32
13312026-07-22T16:44:20.404Z Compiling futures-io v0.3.32
13322026-07-22T16:44:20.436Z Compiling futures-channel v0.3.32
13332026-07-22T16:44:20.581Z Compiling utf8_iter v1.0.4
13342026-07-22T16:44:20.610Z Compiling form_urlencoded v1.2.2
13352026-07-22T16:44:20.610Z Compiling rustversion v1.0.22
13362026-07-22T16:44:20.611Z Compiling getrandom v0.3.4
13372026-07-22T16:44:20.611Z Compiling jobserver v0.1.34
13382026-07-22T16:44:20.644Z Compiling errno v0.3.14
13392026-07-22T16:44:20.659Z Compiling getrandom v0.2.17
13402026-07-22T16:44:20.659Z Compiling mio v1.2.0
13412026-07-22T16:44:20.747Z Compiling socket2 v0.6.3
13422026-07-22T16:44:20.803Z Compiling ident_case v1.0.1
13432026-07-22T16:44:20.804Z Compiling signal-hook-registry v1.4.8
13442026-07-22T16:44:20.844Z Compiling rand_core v0.6.4
13452026-07-22T16:44:20.915Z Compiling cc v1.2.56
13462026-07-22T16:44:20.947Z Compiling parking_lot v0.12.5
13472026-07-22T16:44:20.981Z Compiling once_cell v1.21.3
13482026-07-22T16:44:20.991Z Compiling iana-time-zone v0.1.65
13492026-07-22T16:44:21.027Z Compiling fs_extra v1.3.0
13502026-07-22T16:44:21.045Z Compiling rustix v1.1.3
13512026-07-22T16:44:21.063Z Compiling dunce v1.0.5
13522026-07-22T16:44:21.063Z Compiling regex-syntax v0.8.10
13532026-07-22T16:44:21.108Z Compiling vcpkg v0.2.15
13542026-07-22T16:44:21.167Z Compiling base64ct v1.8.3
13552026-07-22T16:44:21.187Z Compiling base64 v0.22.1
13562026-07-22T16:44:21.204Z Compiling tracing-core v0.1.36
13572026-07-22T16:44:21.217Z Compiling aws-lc-rs v1.16.3
13582026-07-22T16:44:21.303Z Compiling flagset v0.4.7
13592026-07-22T16:44:21.320Z Compiling dyn-clone v1.0.20
13602026-07-22T16:44:21.462Z Compiling pem-rfc7468 v0.7.0
13612026-07-22T16:44:21.475Z Compiling cmov v0.5.4
13622026-07-22T16:44:21.491Z Compiling rand_core v0.9.5
13632026-07-22T16:44:21.560Z Compiling schemars v0.8.22
13642026-07-22T16:44:21.593Z Compiling httparse v1.10.1
13652026-07-22T16:44:21.616Z Compiling tinyvec_macros v0.1.1
13662026-07-22T16:44:21.616Z Compiling openssl-probe v0.2.1
13672026-07-22T16:44:21.682Z Compiling cmake v0.1.57
13682026-07-22T16:44:21.706Z Compiling ctutils v0.4.2
13692026-07-22T16:44:21.706Z Compiling tinyvec v1.10.0
13702026-07-22T16:44:21.739Z Compiling aho-corasick v1.1.4
13712026-07-22T16:44:21.789Z Compiling untrusted v0.7.1
13722026-07-22T16:44:21.799Z Compiling atomic-waker v1.1.2
13732026-07-22T16:44:21.839Z Compiling tower-layer v0.3.3
13742026-07-22T16:44:21.864Z Compiling try-lock v0.2.5
13752026-07-22T16:44:21.864Z Compiling tower-service v0.3.3
13762026-07-22T16:44:21.864Z Compiling foreign-types-shared v0.1.1
13772026-07-22T16:44:21.892Z Compiling httpdate v1.0.3
13782026-07-22T16:44:21.944Z Compiling bitflags v2.11.0
13792026-07-22T16:44:21.957Z Compiling semver v1.0.28
13802026-07-22T16:44:21.971Z Compiling indexmap v2.14.0
13812026-07-22T16:44:21.985Z Compiling uuid v1.23.4
13822026-07-22T16:44:22.031Z Compiling want v0.3.1
13832026-07-22T16:44:22.046Z Compiling rustls v0.23.41
13842026-07-22T16:44:22.210Z Compiling untrusted v0.9.0
13852026-07-22T16:44:22.344Z Compiling cpufeatures v0.2.17
13862026-07-22T16:44:22.344Z Compiling openssl v0.10.79
13872026-07-22T16:44:22.344Z Compiling rustc_version v0.4.1
13882026-07-22T16:44:22.344Z Compiling unicode-normalization v0.1.25
13892026-07-22T16:44:22.381Z Compiling foreign-types v0.3.2
13902026-07-22T16:44:22.381Z Compiling spin v0.9.8
13912026-07-22T16:44:22.381Z Compiling time-core v0.1.8
13922026-07-22T16:44:22.381Z Compiling native-tls v0.2.18
13932026-07-22T16:44:22.381Z Compiling powerfmt v0.2.0
13942026-07-22T16:44:22.435Z Compiling num-conv v0.2.0
13952026-07-22T16:44:22.435Z Compiling crc32fast v1.5.0
13962026-07-22T16:44:22.462Z Compiling wait-timeout v0.2.1
13972026-07-22T16:44:22.503Z Compiling deranged v0.5.8
13982026-07-22T16:44:22.542Z Compiling aws-lc-sys v0.40.0
13992026-07-22T16:44:22.565Z Compiling openssl-sys v0.9.115
14002026-07-22T16:44:22.584Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14012026-07-22T16:44:22.585Z Compiling time-macros v0.2.27
14022026-07-22T16:44:22.585Z Compiling sync_wrapper v1.0.2
14032026-07-22T16:44:22.730Z Compiling regex-automata v0.4.14
14042026-07-22T16:44:22.789Z Compiling simd-adler32 v0.3.8
14052026-07-22T16:44:22.789Z Compiling num_threads v0.1.7
14062026-07-22T16:44:22.790Z Compiling bit-vec v0.8.0
14072026-07-22T16:44:22.804Z Compiling synstructure v0.13.2
14082026-07-22T16:44:22.843Z Compiling serde_derive_internals v0.29.1
14092026-07-22T16:44:22.915Z Compiling pest_generator v2.8.6
14102026-07-22T16:44:22.988Z Compiling darling_core v0.20.11
14112026-07-22T16:44:23.003Z Compiling quick-error v1.2.3
14122026-07-22T16:44:23.116Z Compiling tempfile v3.25.0
14132026-07-22T16:44:23.132Z Compiling siphasher v1.0.2
14142026-07-22T16:44:23.383Z Compiling crossbeam-utils v0.8.21
14152026-07-22T16:44:23.390Z Compiling syn v1.0.109
14162026-07-22T16:44:23.406Z Compiling usdt-impl v0.6.0
14172026-07-22T16:44:23.477Z Compiling rusty-fork v0.3.1
14182026-07-22T16:44:23.501Z Compiling bit-set v0.8.0
14192026-07-22T16:44:23.533Z Compiling darling_core v0.23.0
14202026-07-22T16:44:23.661Z Compiling heapless v0.7.17
14212026-07-22T16:44:23.736Z Compiling bzip2-sys v0.1.13+1.0.8
14222026-07-22T16:44:23.799Z Compiling rand_xorshift v0.4.0
14232026-07-22T16:44:23.799Z Compiling slog v2.8.2
14242026-07-22T16:44:23.897Z Compiling thread-id v5.1.0
14252026-07-22T16:44:23.898Z Compiling cookie v0.18.1
14262026-07-22T16:44:23.898Z Compiling time v0.3.47
14272026-07-22T16:44:25.026Z Compiling unicode-bidi v0.3.18
14282026-07-22T16:44:25.026Z Compiling unicode-properties v0.1.4
14292026-07-22T16:44:25.026Z Compiling iri-string v0.7.10
14302026-07-22T16:44:25.026Z Compiling signal-hook v0.3.18
14312026-07-22T16:44:25.063Z Compiling anyhow v1.0.102
14322026-07-22T16:44:25.063Z Compiling unarray v0.1.4
14332026-07-22T16:44:25.063Z Compiling paste v1.0.15
14342026-07-22T16:44:25.063Z Compiling zstd-safe v7.2.4
14352026-07-22T16:44:25.131Z Compiling adler2 v2.0.1
14362026-07-22T16:44:25.131Z Compiling ryu v1.0.23
14372026-07-22T16:44:25.131Z Compiling allocator-api2 v0.2.21
14382026-07-22T16:44:25.131Z Compiling stringprep v0.1.5
14392026-07-22T16:44:25.132Z Compiling miniz_oxide v0.8.9
14402026-07-22T16:44:25.132Z Compiling camino v1.2.2
14412026-07-22T16:44:25.132Z Compiling curve25519-dalek v4.1.3
14422026-07-22T16:44:25.132Z Compiling serde_derive v1.0.228
14432026-07-22T16:44:25.132Z Compiling zeroize_derive v1.4.3
14442026-07-22T16:44:25.132Z Compiling zerofrom-derive v0.1.6
14452026-07-22T16:44:25.132Z Compiling yoke-derive v0.8.1
14462026-07-22T16:44:25.132Z Compiling zerovec-derive v0.11.2
14472026-07-22T16:44:25.132Z Compiling displaydoc v0.2.5
14482026-07-22T16:44:25.132Z Compiling zerocopy-derive v0.8.40
14492026-07-22T16:44:25.132Z Compiling tokio-macros v2.7.0
14502026-07-22T16:44:25.239Z Compiling zeroize v1.8.2
14512026-07-22T16:44:25.373Z Compiling futures-macro v0.3.32
14522026-07-22T16:44:25.459Z Compiling thiserror-impl v2.0.18
14532026-07-22T16:44:25.487Z Compiling der_derive v0.7.3
14542026-07-22T16:44:25.717Z Compiling tracing-attributes v0.1.31
14552026-07-22T16:44:25.745Z Compiling rustls-pki-types v1.14.0
14562026-07-22T16:44:26.049Z Compiling block-buffer v0.10.4
14572026-07-22T16:44:26.060Z Compiling crypto-common v0.1.7
14582026-07-22T16:44:26.065Z Compiling schemars_derive v0.8.22
14592026-07-22T16:44:26.135Z Compiling zerofrom v0.1.6
14602026-07-22T16:44:26.164Z Compiling hybrid-array v0.4.13
14612026-07-22T16:44:26.221Z Compiling digest v0.10.7
14622026-07-22T16:44:26.231Z Compiling pest_derive v2.8.6
14632026-07-22T16:44:26.261Z Compiling yoke v0.8.1
14642026-07-22T16:44:26.284Z Compiling futures-util v0.3.32
14652026-07-22T16:44:26.297Z Compiling scroll_derive v0.13.1
14662026-07-22T16:44:26.462Z Compiling zerovec v0.11.5
14672026-07-22T16:44:26.495Z Compiling zerotrie v0.2.3
14682026-07-22T16:44:26.545Z Compiling der v0.7.10
14692026-07-22T16:44:26.737Z Compiling darling_macro v0.20.11
14702026-07-22T16:44:26.817Z Compiling openssl-macros v0.1.1
14712026-07-22T16:44:26.920Z Compiling tinystr v0.8.2
14722026-07-22T16:44:26.935Z Compiling potential_utf v0.1.4
14732026-07-22T16:44:26.974Z Compiling thiserror v2.0.18
14742026-07-22T16:44:26.999Z Compiling sha2 v0.10.9
14752026-07-22T16:44:27.101Z Compiling icu_locale_core v2.1.1
14762026-07-22T16:44:27.118Z Compiling icu_collections v2.1.1
14772026-07-22T16:44:27.139Z Compiling tracing v0.1.44
14782026-07-22T16:44:27.149Z Compiling hmac v0.12.1
14792026-07-22T16:44:27.175Z Compiling scroll v0.13.0
14802026-07-22T16:44:27.290Z Compiling darling v0.20.11
14812026-07-22T16:44:27.330Z Compiling dtrace-parser v0.3.0
14822026-07-22T16:44:27.379Z Compiling derive_builder_core v0.20.2
14832026-07-22T16:44:27.393Z Compiling spki v0.7.3
14842026-07-22T16:44:27.420Z Compiling goblin v0.10.5
14852026-07-22T16:44:27.469Z Compiling scroll_derive v0.12.1
14862026-07-22T16:44:27.620Z Compiling pkcs8 v0.10.2
14872026-07-22T16:44:27.636Z Compiling thiserror-impl v1.0.69
14882026-07-22T16:44:27.785Z Compiling icu_provider v2.1.1
14892026-07-22T16:44:27.925Z Compiling crypto-common v0.2.2
14902026-07-22T16:44:28.000Z Compiling block-buffer v0.12.1
14912026-07-22T16:44:28.122Z Compiling bytes v1.11.1
14922026-07-22T16:44:28.137Z Compiling icu_normalizer v2.1.1
14932026-07-22T16:44:28.137Z Compiling icu_properties v2.1.2
14942026-07-22T16:44:28.181Z Compiling chrono v0.4.45
14952026-07-22T16:44:28.219Z Compiling ipnet v2.11.0
14962026-07-22T16:44:28.259Z Compiling derive_builder_macro v0.20.2
14972026-07-22T16:44:28.276Z Compiling scroll v0.12.0
14982026-07-22T16:44:28.504Z Compiling serde_spanned v0.6.9
14992026-07-22T16:44:28.584Z Compiling erased-serde v0.3.31
15002026-07-22T16:44:28.597Z Compiling tokio v1.52.1
15012026-07-22T16:44:28.671Z Compiling http v1.4.2
15022026-07-22T16:44:28.730Z Compiling serde_tokenstream v0.2.3
15032026-07-22T16:44:28.797Z Compiling serde_urlencoded v0.7.1
15042026-07-22T16:44:28.813Z Compiling hex v0.4.3
15052026-07-22T16:44:28.829Z Compiling toml_datetime v0.6.11
15062026-07-22T16:44:29.023Z Compiling thiserror v1.0.69
15072026-07-22T16:44:29.048Z Compiling idna_adapter v1.2.1
15082026-07-22T16:44:29.068Z Compiling block-padding v0.4.2
15092026-07-22T16:44:29.100Z Compiling md-5 v0.10.6
15102026-07-22T16:44:29.112Z Compiling signature v2.2.0
15112026-07-22T16:44:29.118Z Compiling darling_macro v0.23.0
15122026-07-22T16:44:29.145Z Compiling rustls-native-certs v0.8.3
15132026-07-22T16:44:29.208Z Compiling idna v1.1.0
15142026-07-22T16:44:29.247Z Compiling bstr v1.12.1
15152026-07-22T16:44:29.276Z Compiling async-trait v0.1.89
15162026-07-22T16:44:29.300Z Compiling zerocopy-derive v0.7.35
15172026-07-22T16:44:29.316Z Compiling pin-project-internal v1.1.11
15182026-07-22T16:44:29.457Z Compiling ppv-lite86 v0.2.21
15192026-07-22T16:44:29.616Z Compiling url v2.5.8
15202026-07-22T16:44:29.644Z Compiling http-body v1.0.1
15212026-07-22T16:44:29.676Z Compiling num-integer v0.1.46
15222026-07-22T16:44:29.760Z Compiling vergen-lib v9.1.0
15232026-07-22T16:44:29.840Z Compiling rand_chacha v0.9.0
15242026-07-22T16:44:29.904Z Compiling http-body-util v0.1.3
15252026-07-22T16:44:29.933Z Compiling rand_chacha v0.3.1
15262026-07-22T16:44:29.944Z Compiling hash32 v0.2.1
15272026-07-22T16:44:30.030Z Compiling encoding_rs v0.8.35
15282026-07-22T16:44:30.122Z Compiling memoffset v0.9.1
15292026-07-22T16:44:30.122Z Compiling rand v0.9.2
15302026-07-22T16:44:30.139Z Compiling litrs v1.0.0
15312026-07-22T16:44:30.238Z Compiling dof v0.4.0
15322026-07-22T16:44:30.254Z Compiling psl-types v2.0.11
15332026-07-22T16:44:30.369Z Compiling fallible-iterator v0.2.0
15342026-07-22T16:44:30.385Z Compiling zlib-rs v0.6.2
15352026-07-22T16:44:30.397Z Compiling num-bigint-dig v0.8.6
15362026-07-22T16:44:30.471Z Compiling rustix v0.38.44
15372026-07-22T16:44:30.505Z Compiling cfg_aliases v0.2.1
15382026-07-22T16:44:30.526Z Compiling smoltcp v0.9.1
15392026-07-22T16:44:30.592Z Compiling ref-cast v1.0.25
15402026-07-22T16:44:30.606Z Compiling proptest v1.10.0
15412026-07-22T16:44:30.622Z Compiling mime v0.3.17
15422026-07-22T16:44:30.655Z Compiling postgres-protocol v0.6.10
15432026-07-22T16:44:30.699Z Compiling document-features v0.2.12
15442026-07-22T16:44:30.737Z Compiling nix v0.31.2
15452026-07-22T16:44:31.763Z Compiling pin-project v1.1.11
15462026-07-22T16:44:31.779Z Compiling ipnetwork v0.21.1
15472026-07-22T16:44:31.779Z Compiling publicsuffix v2.3.0
15482026-07-22T16:44:31.779Z Compiling zerocopy v0.7.35
15492026-07-22T16:44:31.779Z Compiling rand v0.8.6
15502026-07-22T16:44:31.779Z Compiling oxnet v0.1.6
15512026-07-22T16:44:31.779Z Compiling num-iter v0.1.45
15522026-07-22T16:44:31.779Z Compiling darling v0.23.0
15532026-07-22T16:44:31.780Z Compiling inout v0.2.2
15542026-07-22T16:44:31.780Z Compiling derive_builder v0.20.2
15552026-07-22T16:44:31.780Z Compiling goblin v0.8.2
15562026-07-22T16:44:31.780Z Compiling futures-executor v0.3.32
15572026-07-22T16:44:31.780Z Compiling hubpack_derive v0.1.1
15582026-07-22T16:44:31.780Z Compiling regex v1.12.3
15592026-07-22T16:44:31.780Z Compiling ref-cast-impl v1.0.25
15602026-07-22T16:44:31.780Z Compiling strum_macros v0.27.2
15612026-07-22T16:44:31.780Z Compiling snafu-derive v0.8.9
15622026-07-22T16:44:31.799Z Compiling daft-derive v0.1.7
15632026-07-22T16:44:31.800Z Compiling curve25519-dalek-derive v0.1.1
15642026-07-22T16:44:32.006Z Compiling phf_shared v0.13.1
15652026-07-22T16:44:32.037Z Compiling terminal_size v0.4.3
15662026-07-22T16:44:32.055Z Compiling lazy_static v1.5.0
15672026-07-22T16:44:32.099Z Compiling cargo-platform v0.3.2
15682026-07-22T16:44:32.158Z Compiling anstyle-parse v0.2.7
15692026-07-22T16:44:32.191Z Compiling vergen v9.1.0
15702026-07-22T16:44:32.277Z Compiling ff v0.13.1
15712026-07-22T16:44:32.291Z Compiling fs-err v3.3.0
15722026-07-22T16:44:32.321Z Compiling ahash v0.8.12
15732026-07-22T16:44:32.363Z Compiling winnow v0.5.40
15742026-07-22T16:44:32.377Z Compiling bitflags v1.3.2
15752026-07-22T16:44:32.393Z Compiling foldhash v0.1.5
15762026-07-22T16:44:32.408Z Compiling unicode-segmentation v1.12.0
15772026-07-22T16:44:32.434Z Compiling base16ct v0.2.0
15782026-07-22T16:44:32.463Z Compiling tokio-util v0.7.18
15792026-07-22T16:44:32.484Z Compiling tower v0.5.3
15802026-07-22T16:44:32.528Z Compiling tokio-native-tls v0.3.1
15812026-07-22T16:44:32.544Z Compiling libbz2-rs-sys v0.2.2
15822026-07-22T16:44:32.573Z Compiling object v0.37.3
15832026-07-22T16:44:32.587Z Compiling foldhash v0.2.0
15842026-07-22T16:44:32.629Z Compiling bumpalo v3.20.2
15852026-07-22T16:44:32.718Z Compiling managed v0.8.0
15862026-07-22T16:44:32.816Z Compiling same-file v1.0.6
15872026-07-22T16:44:32.837Z Compiling zopfli v0.8.3
15882026-07-22T16:44:32.896Z Compiling tower-http v0.6.8
15892026-07-22T16:44:32.967Z Compiling walkdir v2.5.0
15902026-07-22T16:44:32.976Z Compiling bzip2 v0.6.1
15912026-07-22T16:44:32.982Z Compiling newtype-uuid v1.3.2
15922026-07-22T16:44:33.175Z Compiling h2 v0.4.15
15932026-07-22T16:44:33.239Z Compiling daft v0.1.7
15942026-07-22T16:44:33.269Z Compiling hashbrown v0.16.1
15952026-07-22T16:44:33.317Z Compiling flate2 v1.1.9
15962026-07-22T16:44:33.387Z Compiling sec1 v0.7.3
15972026-07-22T16:44:33.525Z Compiling clap_builder v4.6.0
15982026-07-22T16:44:33.541Z Compiling hashbrown v0.15.5
15992026-07-22T16:44:33.700Z Compiling dof v0.3.0
16002026-07-22T16:44:33.715Z Compiling snafu v0.8.9
16012026-07-22T16:44:33.718Z Compiling toml_edit v0.19.15
16022026-07-22T16:44:33.771Z Compiling strum v0.27.2
16032026-07-22T16:44:33.810Z Compiling group v0.13.0
16042026-07-22T16:44:33.833Z Compiling anstream v0.6.21
16052026-07-22T16:44:33.921Z Compiling cargo_metadata v0.23.1
16062026-07-22T16:44:33.953Z Compiling phf v0.13.1
16072026-07-22T16:44:33.968Z Compiling signal-hook-mio v0.2.5
16082026-07-22T16:44:34.091Z Compiling hubpack v0.1.2
16092026-07-22T16:44:34.136Z Compiling cookie_store v0.22.1
16102026-07-22T16:44:34.161Z Compiling usdt-macro v0.6.0
16112026-07-22T16:44:34.176Z Compiling usdt-attr-macro v0.6.0
16122026-07-22T16:44:34.335Z Compiling bzip2 v0.4.4
16132026-07-22T16:44:34.446Z Compiling futures v0.3.32
16142026-07-22T16:44:34.462Z Compiling cipher v0.5.2
16152026-07-22T16:44:34.489Z Compiling serde_with_macros v3.21.0
16162026-07-22T16:44:34.587Z Compiling zstd v0.13.3
16172026-07-22T16:44:34.642Z Compiling postgres-types v0.2.12
16182026-07-22T16:44:34.820Z Compiling globset v0.4.18
16192026-07-22T16:44:34.877Z Compiling ed25519 v2.2.3
16202026-07-22T16:44:34.977Z Compiling dtrace-parser v0.2.0
16212026-07-22T16:44:35.033Z Compiling serde-big-array v0.5.1
16222026-07-22T16:44:35.047Z Compiling serde_plain v1.0.2
16232026-07-22T16:44:35.172Z Compiling olpc-cjson v0.1.4
16242026-07-22T16:44:35.237Z Compiling pkcs1 v0.7.5
16252026-07-22T16:44:35.265Z Compiling hkdf v0.12.4
16262026-07-22T16:44:35.328Z Compiling crypto-bigint v0.5.5
16272026-07-22T16:44:35.353Z Compiling serde_repr v0.1.20
16282026-07-22T16:44:35.456Z Compiling strum_macros v0.26.4
16292026-07-22T16:44:35.539Z Compiling enum-as-inner v0.6.1
16302026-07-22T16:44:35.653Z Compiling clap_derive v4.6.1
16312026-07-22T16:44:35.668Z Compiling async-recursion v1.1.1
16322026-07-22T16:44:35.759Z Compiling phf_shared v0.11.3
16332026-07-22T16:44:35.819Z Compiling float-cmp v0.10.0
16342026-07-22T16:44:35.916Z Compiling pem v3.0.6
16352026-07-22T16:44:35.935Z Compiling thread-id v4.2.2
16362026-07-22T16:44:35.962Z Compiling memmap2 v0.9.10
16372026-07-22T16:44:35.984Z Compiling env_filter v1.0.0
16382026-07-22T16:44:36.032Z Compiling precomputed-hash v0.1.1
16392026-07-22T16:44:36.106Z Compiling static_assertions v1.1.0
16402026-07-22T16:44:36.135Z Compiling typed-path v0.9.3
16412026-07-22T16:44:36.192Z Compiling normalize-line-endings v0.3.0
16422026-07-22T16:44:36.207Z Compiling fixedbitset v0.4.2
16432026-07-22T16:44:36.284Z Compiling jiff v0.2.21
16442026-07-22T16:44:36.308Z Compiling cpufeatures v0.3.0
16452026-07-22T16:44:36.323Z Compiling const-oid v0.10.2
16462026-07-22T16:44:36.384Z Compiling predicates-core v1.0.10
16472026-07-22T16:44:36.400Z Compiling fixedbitset v0.5.7
16482026-07-22T16:44:36.452Z Compiling keccak v0.1.6
16492026-07-22T16:44:36.467Z Compiling hyper v1.10.1
16502026-07-22T16:44:36.553Z Compiling data-encoding v2.10.0
16512026-07-22T16:44:36.587Z Compiling winnow v1.0.3
16522026-07-22T16:44:36.653Z Compiling difflib v0.4.0
16532026-07-22T16:44:36.732Z Compiling new_debug_unreachable v1.0.6
16542026-07-22T16:44:36.809Z Compiling either v1.15.0
16552026-07-22T16:44:36.825Z Compiling whoami v2.1.0
16562026-07-22T16:44:36.963Z Compiling toml_parser v1.1.2+spec-1.1.0
16572026-07-22T16:44:37.054Z Compiling tokio-postgres v0.7.16
16582026-07-22T16:44:37.232Z Compiling itertools v0.13.0
16592026-07-22T16:44:37.248Z Compiling predicates v3.1.4
16602026-07-22T16:44:37.251Z Compiling hickory-proto v0.25.2
16612026-07-22T16:44:37.313Z Compiling string_cache v0.8.9
16622026-07-22T16:44:37.328Z Compiling strum v0.26.3
16632026-07-22T16:44:37.415Z Compiling petgraph v0.8.3
16642026-07-22T16:44:37.483Z Compiling sha3 v0.10.8
16652026-07-22T16:44:37.520Z Compiling digest v0.11.3
16662026-07-22T16:44:37.549Z Compiling clap v4.6.1
16672026-07-22T16:44:37.565Z Compiling toml_edit v0.22.27
16682026-07-22T16:44:37.568Z Compiling chacha20 v0.10.0
16692026-07-22T16:44:37.643Z Compiling hyper-util v0.1.20
16702026-07-22T16:44:37.660Z Compiling petgraph v0.6.5
16712026-07-22T16:44:37.773Z Compiling elliptic-curve v0.13.8
16722026-07-22T16:44:37.934Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16732026-07-22T16:44:37.964Z Compiling env_logger v0.11.9
16742026-07-22T16:44:37.979Z Compiling usdt v0.6.0
16752026-07-22T16:44:38.148Z Compiling usdt-impl v0.5.0
16762026-07-22T16:44:38.193Z Compiling serde_with v3.21.0
16772026-07-22T16:44:38.264Z Compiling crossterm v0.28.1
16782026-07-22T16:44:38.331Z Compiling rsa v0.9.10
16792026-07-22T16:44:38.500Z Compiling toml v0.7.8
16802026-07-22T16:44:38.792Z Compiling ed25519-dalek v2.2.0
16812026-07-22T16:44:39.158Z Compiling hyper-tls v0.6.0
16822026-07-22T16:44:39.246Z Compiling zip v4.6.1
16832026-07-22T16:44:39.402Z Compiling reqwest v0.12.28
16842026-07-22T16:44:39.448Z Compiling zip v0.6.6
16852026-07-22T16:44:39.470Z Compiling iddqd v0.4.2
16862026-07-22T16:44:39.858Z Compiling tokio-stream v0.1.18
16872026-07-22T16:44:40.049Z Compiling heck v0.4.1
16882026-07-22T16:44:40.080Z Compiling similar v2.7.0
16892026-07-22T16:44:40.087Z Compiling buf-list v1.1.2
16902026-07-22T16:44:40.260Z Compiling byte-wrapper v0.1.0
16912026-07-22T16:44:40.304Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16922026-07-22T16:44:40.348Z Compiling openapiv3 v2.2.0
16932026-07-22T16:44:40.396Z Compiling x509-cert v0.2.5
16942026-07-22T16:44:40.438Z Compiling crossbeam-epoch v0.9.18
16952026-07-22T16:44:40.584Z Compiling lalrpop-util v0.19.12
16962026-07-22T16:44:40.628Z Compiling peg-runtime v0.8.5
16972026-07-22T16:44:40.636Z Compiling thread_local v1.1.9
16982026-07-22T16:44:40.772Z Compiling slog-async v2.8.0
16992026-07-22T16:44:40.772Z Compiling crossbeam-channel v0.5.15
17002026-07-22T16:44:40.813Z Compiling is-terminal v0.4.17
17012026-07-22T16:44:40.873Z Compiling filetime v0.2.27
17022026-07-22T16:44:40.918Z Compiling xattr v1.6.1
17032026-07-22T16:44:40.959Z Compiling term v1.2.1
17042026-07-22T16:44:40.977Z Compiling take_mut v0.2.2
17052026-07-22T16:44:40.994Z Compiling camino-tempfile v1.4.1
17062026-07-22T16:44:41.167Z Compiling tar v0.4.46
17072026-07-22T16:44:41.238Z Compiling slog-term v2.9.2
17082026-07-22T16:44:58.958Z Compiling rustls-webpki v0.103.13
17092026-07-22T16:45:01.704Z Compiling tokio-rustls v0.26.4
17102026-07-22T16:45:01.704Z Compiling rustls-platform-verifier v0.6.2
17112026-07-22T16:45:01.705Z Compiling tough v0.22.0
17122026-07-22T16:45:01.969Z Compiling hyper-rustls v0.27.7
17132026-07-22T16:45:02.119Z Compiling reqwest v0.13.2
17142026-07-22T16:45:04.283Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17152026-07-22T16:45:04.537Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17162026-07-22T16:45:07.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.14s
17172026-07-22T16:45:07.533Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17182026-07-22T16:45:07.596ZJul 22 16:45:06.736 INFO Starting download, target: Console
17192026-07-22T16:45:07.623ZJul 22 16:45:06.736 INFO Starting download, target: Clickhouse
17202026-07-22T16:45:07.623ZJul 22 16:45:06.736 INFO Starting download, target: TransceiverControl
17212026-07-22T16:45:07.623ZJul 22 16:45:06.736 INFO Starting download, target: MaghemiteMgd
17222026-07-22T16:45:07.623ZJul 22 16:45:06.736 INFO Starting download, target: DendriteStub
17232026-07-22T16:45:07.624ZJul 22 16:45:06.736 INFO Starting download, target: MaghemiteDdmd
17242026-07-22T16:45:07.624ZJul 22 16:45:06.736 INFO Starting download, target: Cockroach
17252026-07-22T16:45:07.624ZJul 22 16:45:06.737 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17262026-07-22T16:45:07.624ZJul 22 16:45:06.737 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17272026-07-22T16:45:07.624ZJul 22 16:45:06.737 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17282026-07-22T16:45:07.624ZJul 22 16:45:06.737 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17292026-07-22T16:45:07.624ZJul 22 16:45:06.737 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17302026-07-22T16:45:07.624ZJul 22 16:45:06.737 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17312026-07-22T16:45:07.625ZJul 22 16:45:06.737 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17322026-07-22T16:45:08.287ZJul 22 16:45:07.434 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17332026-07-22T16:45:08.510ZJul 22 16:45:07.660 INFO Download complete, target: TransceiverControl
17342026-07-22T16:45:09.466ZJul 22 16:45:08.561 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17352026-07-22T16:45:09.489ZJul 22 16:45:08.602 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17362026-07-22T16:45:09.702ZJul 22 16:45:08.824 INFO Download complete, target: Console
17372026-07-22T16:45:10.852ZJul 22 16:45:09.997 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17382026-07-22T16:45:10.906ZJul 22 16:45:10.042 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17392026-07-22T16:45:11.936ZJul 22 16:45:11.070 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17402026-07-22T16:45:12.995ZJul 22 16:45:12.135 INFO Download complete, target: MaghemiteDdmd
17412026-07-22T16:45:13.131ZJul 22 16:45:12.249 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17422026-07-22T16:45:13.131ZJul 22 16:45:12.249 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17432026-07-22T16:45:13.512ZJul 22 16:45:12.664 INFO Download complete, target: DendriteStub
17442026-07-22T16:45:14.766ZJul 22 16:45:13.854 INFO Download complete, target: MaghemiteMgd
17452026-07-22T16:45:16.970ZJul 22 16:45:15.826 INFO Checking that binary works, target: Clickhouse
17462026-07-22T16:45:16.995ZJul 22 16:45:15.920 INFO Download complete, target: Clickhouse
17472026-07-22T16:45:18.145ZJul 22 16:45:17.067 INFO Checking that binary works, target: Cockroach
17482026-07-22T16:45:18.189ZJul 22 16:45:17.188 INFO Download complete, target: Cockroach
17492026-07-22T16:45:18.190ZAll prerequisites installed successfully
17502026-07-22T16:45:18.190Z
17512026-07-22T16:45:18.190Zreal 1:47.070592473
17522026-07-22T16:45:18.190Zuser 6:41.552318130
17532026-07-22T16:45:18.190Zsys 1:39.524000071
17542026-07-22T16:45:18.190Ztrap 0.260694013
17552026-07-22T16:45:18.190Ztflt 0.802397272
17562026-07-22T16:45:18.190Zdflt 1.731760719
17572026-07-22T16:45:18.190Zkflt 0.022451345
17582026-07-22T16:45:18.190Zlock 24:23.968944615
17592026-07-22T16:45:18.190Zslp 18:14.835570826
17602026-07-22T16:45:18.190Zlat 23.952526144
17612026-07-22T16:45:18.190Zstop 2:44.165830436
17622026-07-22T16:45:18.190Z+ ptime -m cargo xtask download softnpu
17632026-07-22T16:45:18.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17642026-07-22T16:45:24.047Z Running `target/debug/xtask download softnpu`
17652026-07-22T16:45:28.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
17662026-07-22T16:45:28.293Z Running `target/debug/xtask-downloader softnpu`
17672026-07-22T16:45:28.293ZJul 22 16:45:18.504 INFO Starting download, target: Softnpu
17682026-07-22T16:45:28.293ZJul 22 16:45:18.505 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17692026-07-22T16:45:37.082ZJul 22 16:45:36.180 INFO Download complete, target: Softnpu
17702026-07-22T16:45:37.162Z
17712026-07-22T16:45:37.162Zreal 18.982898024
17722026-07-22T16:45:37.162Zuser 1.300288854
17732026-07-22T16:45:37.162Zsys 0.655688758
17742026-07-22T16:45:37.162Ztrap 0.001095550
17752026-07-22T16:45:37.163Ztflt 0.000353010
17762026-07-22T16:45:37.163Zdflt 0.000153230
17772026-07-22T16:45:37.163Zkflt 0.000000000
17782026-07-22T16:45:37.163Zlock 5:33.174437751
17792026-07-22T16:45:37.163Zslp 17.468041516
17802026-07-22T16:45:37.163Zlat 0.205593190
17812026-07-22T16:45:37.163Zstop 0.000193030
17822026-07-22T16:45:37.163Z+ export CARGO_INCREMENTAL=0
17832026-07-22T16:45:37.163Z+ CARGO_INCREMENTAL=0
17842026-07-22T16:45:37.163Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17852026-07-22T16:45:37.954Z Compiling proc-macro2 v1.0.106
17862026-07-22T16:45:37.954Z Compiling quote v1.0.45
17872026-07-22T16:45:37.954Z Compiling unicode-ident v1.0.24
17882026-07-22T16:45:37.996Z Compiling libc v0.2.185
17892026-07-22T16:45:37.996Z Compiling serde_core v1.0.228
17902026-07-22T16:45:37.996Z Compiling serde v1.0.228
17912026-07-22T16:45:37.996Z Compiling cfg-if v1.0.4
17922026-07-22T16:45:37.996Z Compiling version_check v0.9.5
17932026-07-22T16:45:38.160Z Compiling find-msvc-tools v0.1.9
17942026-07-22T16:45:38.272Z Compiling shlex v1.3.0
17952026-07-22T16:45:38.272Z Compiling memchr v2.8.0
17962026-07-22T16:45:38.272Z Compiling zmij v1.0.21
17972026-07-22T16:45:38.272Z Compiling serde_json v1.0.150
17982026-07-22T16:45:38.272Z Compiling autocfg v1.5.0
17992026-07-22T16:45:38.415Z Compiling portable-atomic v1.13.1
18002026-07-22T16:45:38.496Z Compiling zerocopy v0.8.40
18012026-07-22T16:45:38.496Z Compiling getrandom v0.4.1
18022026-07-22T16:45:38.496Z Compiling libm v0.2.16
18032026-07-22T16:45:38.524Z Compiling parking_lot_core v0.9.12
18042026-07-22T16:45:38.524Z Compiling icu_normalizer_data v2.1.1
18052026-07-22T16:45:38.624Z Compiling icu_properties_data v2.1.2
18062026-07-22T16:45:38.682Z Compiling num-traits v0.2.19
18072026-07-22T16:45:38.723Z Compiling smallvec v1.15.1
18082026-07-22T16:45:38.723Z Compiling generic-array v0.14.7
18092026-07-22T16:45:38.780Z Compiling itoa v1.0.17
18102026-07-22T16:45:38.780Z Compiling log v0.4.29
18112026-07-22T16:45:38.848Z Compiling subtle v2.6.1
18122026-07-22T16:45:38.848Z Compiling pkg-config v0.3.32
18132026-07-22T16:45:38.848Z Compiling stable_deref_trait v1.2.1
18142026-07-22T16:45:38.914Z Compiling typenum v1.20.1
18152026-07-22T16:45:39.043Z Compiling jobserver v0.1.34
18162026-07-22T16:45:39.142Z Compiling scopeguard v1.2.0
18172026-07-22T16:45:39.142Z Compiling errno v0.3.14
18182026-07-22T16:45:39.212Z Compiling rand_core v0.10.0
18192026-07-22T16:45:39.212Z Compiling lock_api v0.4.14
18202026-07-22T16:45:39.212Z Compiling thiserror v2.0.18
18212026-07-22T16:45:39.212Z Compiling pin-project-lite v0.2.17
18222026-07-22T16:45:39.270Z Compiling getrandom v0.3.4
18232026-07-22T16:45:39.347Z Compiling cc v1.2.56
18242026-07-22T16:45:39.438Z Compiling litemap v0.8.1
18252026-07-22T16:45:39.438Z Compiling writeable v0.6.2
18262026-07-22T16:45:39.438Z Compiling fnv v1.0.7
18272026-07-22T16:45:39.438Z Compiling equivalent v1.0.2
18282026-07-22T16:45:39.438Z Compiling percent-encoding v2.3.2
18292026-07-22T16:45:39.459Z Compiling getrandom v0.2.17
18302026-07-22T16:45:39.459Z Compiling syn v2.0.117
18312026-07-22T16:45:39.933Z Compiling schemars v0.8.22
18322026-07-22T16:45:40.010Z Compiling rustversion v1.0.22
18332026-07-22T16:45:40.010Z Compiling rand_core v0.6.4
18342026-07-22T16:45:40.010Z Compiling fs_extra v1.3.0
18352026-07-22T16:45:40.010Z Compiling critical-section v1.2.0
18362026-07-22T16:45:40.010Z Compiling rustix v1.1.3
18372026-07-22T16:45:40.010Z Compiling dunce v1.0.5
18382026-07-22T16:45:40.010Z Compiling hashbrown v0.17.0
18392026-07-22T16:45:40.010Z Compiling signal-hook-registry v1.4.8
18402026-07-22T16:45:40.141Z Compiling cmake v0.1.57
18412026-07-22T16:45:40.141Z Compiling heck v0.5.0
18422026-07-22T16:45:40.141Z Compiling utf8_iter v1.0.4
18432026-07-22T16:45:40.141Z Compiling strsim v0.11.1
18442026-07-22T16:45:40.302Z Compiling semver v1.0.28
18452026-07-22T16:45:40.338Z Compiling once_cell v1.21.3
18462026-07-22T16:45:40.354Z Compiling indexmap v2.14.0
18472026-07-22T16:45:40.372Z Compiling parking_lot v0.12.5
18482026-07-22T16:45:40.372Z Compiling form_urlencoded v1.2.2
18492026-07-22T16:45:40.422Z Compiling socket2 v0.6.3
18502026-07-22T16:45:40.470Z Compiling mio v1.2.0
18512026-07-22T16:45:40.571Z Compiling bitflags v2.11.0
18522026-07-22T16:45:40.595Z Compiling aws-lc-sys v0.40.0
18532026-07-22T16:45:40.611Z Compiling aws-lc-rs v1.16.3
18542026-07-22T16:45:40.611Z Compiling futures-core v0.3.32
18552026-07-22T16:45:40.659Z Compiling ident_case v1.0.1
18562026-07-22T16:45:40.791Z Compiling httparse v1.10.1
18572026-07-22T16:45:40.991Z Compiling byteorder v1.5.0
18582026-07-22T16:45:40.995Z Compiling thiserror v1.0.69
18592026-07-22T16:45:41.041Z Compiling ucd-trie v0.1.7
18602026-07-22T16:45:41.199Z Compiling syn v1.0.109
18612026-07-22T16:45:41.210Z Compiling const-oid v0.9.6
18622026-07-22T16:45:41.210Z Compiling pest v2.8.6
18632026-07-22T16:45:41.223Z Compiling vcpkg v0.2.15
18642026-07-22T16:45:41.235Z Compiling iana-time-zone v0.1.65
18652026-07-22T16:45:41.292Z Compiling regex-syntax v0.8.10
18662026-07-22T16:45:41.526Z Compiling uuid v1.23.4
18672026-07-22T16:45:41.668Z Compiling rustc_version v0.4.1
18682026-07-22T16:45:41.759Z Compiling futures-sink v0.3.32
18692026-07-22T16:45:41.821Z Compiling rustls v0.23.41
18702026-07-22T16:45:41.865Z Compiling openssl-sys v0.9.115
18712026-07-22T16:45:41.865Z Compiling futures-channel v0.3.32
18722026-07-22T16:45:41.959Z Compiling aho-corasick v1.1.4
18732026-07-22T16:45:41.975Z Compiling futures-io v0.3.32
18742026-07-22T16:45:41.975Z Compiling futures-task v0.3.32
18752026-07-22T16:45:42.199Z Compiling slab v0.4.12
18762026-07-22T16:45:42.271Z Compiling synstructure v0.13.2
18772026-07-22T16:45:42.366Z Compiling serde_derive_internals v0.29.1
18782026-07-22T16:45:42.417Z Compiling pest_meta v2.8.6
18792026-07-22T16:45:42.418Z Compiling dyn-clone v1.0.20
18802026-07-22T16:45:42.491Z Compiling time-core v0.1.8
18812026-07-22T16:45:42.491Z Compiling num-conv v0.2.0
18822026-07-22T16:45:42.577Z Compiling plain v0.2.3
18832026-07-22T16:45:42.601Z Compiling crc32fast v1.5.0
18842026-07-22T16:45:42.601Z Compiling time-macros v0.2.27
18852026-07-22T16:45:42.632Z Compiling base64 v0.22.1
18862026-07-22T16:45:42.657Z Compiling crossbeam-utils v0.8.21
18872026-07-22T16:45:42.809Z Compiling openssl v0.10.79
18882026-07-22T16:45:42.836Z Compiling regex-automata v0.4.14
18892026-07-22T16:45:42.851Z Compiling pretty-hex v0.4.1
18902026-07-22T16:45:42.974Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18912026-07-22T16:45:43.044Z Compiling pest_generator v2.8.6
18922026-07-22T16:45:43.114Z Compiling native-tls v0.2.18
18932026-07-22T16:45:43.144Z Compiling anyhow v1.0.102
18942026-07-22T16:45:43.226Z Compiling rand_core v0.9.5
18952026-07-22T16:45:43.330Z Compiling tracing-core v0.1.36
18962026-07-22T16:45:43.362Z Compiling slog v2.8.2
18972026-07-22T16:45:43.469Z Compiling cookie v0.18.1
18982026-07-22T16:45:43.524Z Compiling serde_derive v1.0.228
18992026-07-22T16:45:43.542Z Compiling zeroize_derive v1.4.3
19002026-07-22T16:45:43.606Z Compiling zerofrom-derive v0.1.6
19012026-07-22T16:45:43.636Z Compiling yoke-derive v0.8.1
19022026-07-22T16:45:43.636Z Compiling zerovec-derive v0.11.2
19032026-07-22T16:45:43.657Z Compiling displaydoc v0.2.5
19042026-07-22T16:45:43.657Z Compiling zerocopy-derive v0.8.40
19052026-07-22T16:45:43.657Z Compiling tokio-macros v2.7.0
19062026-07-22T16:45:43.686Z Compiling futures-macro v0.3.32
19072026-07-22T16:45:43.697Z Compiling thiserror-impl v2.0.18
19082026-07-22T16:45:43.730Z Compiling schemars_derive v0.8.22
19092026-07-22T16:45:44.116Z Compiling zeroize v1.8.2
19102026-07-22T16:45:44.396Z Compiling tracing-attributes v0.1.31
19112026-07-22T16:45:44.440Z Compiling der_derive v0.7.3
19122026-07-22T16:45:44.493Z Compiling thiserror-impl v1.0.69
19132026-07-22T16:45:44.577Z Compiling pest_derive v2.8.6
19142026-07-22T16:45:44.689Z Compiling futures-util v0.3.32
19152026-07-22T16:45:44.742Z Compiling zerofrom v0.1.6
19162026-07-22T16:45:44.888Z Compiling yoke v0.8.1
19172026-07-22T16:45:44.915Z Compiling crypto-common v0.1.7
19182026-07-22T16:45:45.067Z Compiling zerovec v0.11.5
19192026-07-22T16:45:45.097Z Compiling zerotrie v0.2.3
19202026-07-22T16:45:45.111Z Compiling block-buffer v0.10.4
19212026-07-22T16:45:45.275Z Compiling digest v0.10.7
19222026-07-22T16:45:45.515Z Compiling scroll_derive v0.12.1
19232026-07-22T16:45:45.541Z Compiling scroll_derive v0.13.1
19242026-07-22T16:45:45.574Z Compiling openssl-macros v0.1.1
19252026-07-22T16:45:45.591Z Compiling tinystr v0.8.2
19262026-07-22T16:45:45.633Z Compiling potential_utf v0.1.4
19272026-07-22T16:45:45.673Z Compiling regex v1.12.3
19282026-07-22T16:45:45.759Z Compiling icu_collections v2.1.1
19292026-07-22T16:45:45.814Z Compiling icu_locale_core v2.1.1
19302026-07-22T16:45:46.117Z Compiling zerocopy-derive v0.7.35
19312026-07-22T16:45:46.214Z Compiling base64ct v1.8.3
19322026-07-22T16:45:46.322Z Compiling camino v1.2.2
19332026-07-22T16:45:46.494Z Compiling pem-rfc7468 v0.7.0
19342026-07-22T16:45:46.509Z Compiling tracing v0.1.44
19352026-07-22T16:45:46.548Z Compiling icu_provider v2.1.1
19362026-07-22T16:45:46.658Z Compiling bytes v1.11.1
19372026-07-22T16:45:46.727Z Compiling chrono v0.4.45
19382026-07-22T16:45:46.854Z Compiling icu_normalizer v2.1.1
19392026-07-22T16:45:46.953Z Compiling icu_properties v2.1.2
19402026-07-22T16:45:46.953Z Compiling serde_tokenstream v0.2.3
19412026-07-22T16:45:47.282Z Compiling tokio v1.52.1
19422026-07-22T16:45:47.643Z Compiling http v1.4.2
19432026-07-22T16:45:48.100Z Compiling idna_adapter v1.2.1
19442026-07-22T16:45:48.171Z Compiling ppv-lite86 v0.2.21
19452026-07-22T16:45:48.232Z Compiling idna v1.1.0
19462026-07-22T16:45:48.317Z Compiling flagset v0.4.7
19472026-07-22T16:45:48.465Z Compiling rand_chacha v0.9.0
19482026-07-22T16:45:48.566Z Compiling der v0.7.10
19492026-07-22T16:45:48.596Z Compiling http-body v1.0.1
19502026-07-22T16:45:48.596Z Compiling rustls-pki-types v1.14.0
19512026-07-22T16:45:48.596Z Compiling url v2.5.8
19522026-07-22T16:45:48.894Z Compiling usdt-impl v0.5.0
19532026-07-22T16:45:48.973Z Compiling cmov v0.5.4
19542026-07-22T16:45:48.990Z Compiling usdt-impl v0.6.0
19552026-07-22T16:45:49.045Z Compiling ref-cast v1.0.25
19562026-07-22T16:45:49.074Z Compiling tinyvec_macros v0.1.1
19572026-07-22T16:45:49.162Z Compiling either v1.15.0
19582026-07-22T16:45:49.352Z Compiling fastrand v2.3.0
19592026-07-22T16:45:49.453Z Compiling openssl-probe v0.2.1
19602026-07-22T16:45:49.491Z Compiling paste v1.0.15
19612026-07-22T16:45:49.537Z Compiling ctutils v0.4.2
19622026-07-22T16:45:49.647Z Compiling spki v0.7.3
19632026-07-22T16:45:49.651Z Compiling tinyvec v1.10.0
19642026-07-22T16:45:49.976Z Compiling rand v0.9.2
19652026-07-22T16:45:50.171Z Compiling serde_spanned v0.6.9
19662026-07-22T16:45:50.171Z Compiling toml_datetime v0.6.11
19672026-07-22T16:45:50.171Z Compiling scroll v0.13.0
19682026-07-22T16:45:50.239Z Compiling scroll v0.12.0
19692026-07-22T16:45:50.239Z Compiling async-trait v0.1.89
19702026-07-22T16:45:50.239Z Compiling heapless v0.7.17
19712026-07-22T16:45:50.239Z Compiling bzip2-sys v0.1.13+1.0.8
19722026-07-22T16:45:50.274Z Compiling winnow v1.0.3
19732026-07-22T16:45:50.274Z Compiling cpufeatures v0.2.17
19742026-07-22T16:45:50.282Z Compiling zstd-safe v7.2.4
19752026-07-22T16:45:50.319Z Compiling signal-hook v0.3.18
19762026-07-22T16:45:50.341Z Compiling try-lock v0.2.5
19772026-07-22T16:45:50.341Z Compiling rustix v0.38.44
19782026-07-22T16:45:50.357Z Compiling winnow v0.7.14
19792026-07-22T16:45:50.464Z Compiling litrs v1.0.0
19802026-07-22T16:45:50.498Z Compiling atomic-waker v1.1.2
19812026-07-22T16:45:50.522Z Compiling tower-service v0.3.3
19822026-07-22T16:45:50.523Z Compiling untrusted v0.7.1
19832026-07-22T16:45:50.627Z Compiling tower-layer v0.3.3
19842026-07-22T16:45:50.666Z Compiling toml_parser v1.1.2+spec-1.1.0
19852026-07-22T16:45:50.666Z Compiling want v0.3.1
19862026-07-22T16:45:50.666Z Compiling goblin v0.8.2
19872026-07-22T16:45:50.748Z Compiling goblin v0.10.5
19882026-07-22T16:45:50.867Z Compiling document-features v0.2.12
19892026-07-22T16:45:50.949Z Compiling hybrid-array v0.4.13
19902026-07-22T16:45:51.199Z Compiling tokio-util v0.7.18
19912026-07-22T16:45:51.290Z Compiling zerocopy v0.7.35
19922026-07-22T16:45:52.810Z Compiling ipnet v2.11.0
19932026-07-22T16:45:52.903Z Compiling ref-cast-impl v1.0.25
19942026-07-22T16:45:52.903Z Compiling darling_core v0.20.11
19952026-07-22T16:45:52.903Z Compiling curve25519-dalek v4.1.3
19962026-07-22T16:45:52.904Z Compiling memoffset v0.9.1
19972026-07-22T16:45:52.904Z Compiling h2 v0.4.15
19982026-07-22T16:45:52.904Z Compiling winnow v0.5.40
19992026-07-22T16:45:52.904Z Compiling powerfmt v0.2.0
20002026-07-22T16:45:52.904Z Compiling httpdate v1.0.3
20012026-07-22T16:45:52.904Z Compiling foreign-types-shared v0.1.1
20022026-07-22T16:45:52.904Z Compiling utf8parse v0.2.2
20032026-07-22T16:45:52.904Z Compiling untrusted v0.9.0
20042026-07-22T16:45:52.904Z Compiling deranged v0.5.8
20052026-07-22T16:45:52.904Z Compiling foreign-types v0.3.2
20062026-07-22T16:45:52.904Z Compiling tempfile v3.25.0
20072026-07-22T16:45:52.904Z Compiling unicode-normalization v0.1.25
20082026-07-22T16:45:53.021Z Compiling dof v0.3.0
20092026-07-22T16:45:53.247Z Compiling dtrace-parser v0.2.0
20102026-07-22T16:45:53.313Z Compiling pkcs8 v0.10.2
20112026-07-22T16:45:53.516Z Compiling dof v0.4.0
20122026-07-22T16:45:53.567Z Compiling toml_edit v0.19.15
20132026-07-22T16:45:53.824Z Compiling darling_macro v0.20.11
20142026-07-22T16:45:53.870Z Compiling dtrace-parser v0.3.0
20152026-07-22T16:45:54.008Z Compiling pin-project-internal v1.1.11
20162026-07-22T16:45:54.079Z Compiling daft-derive v0.1.7
20172026-07-22T16:45:54.235Z Compiling spin v0.9.8
20182026-07-22T16:45:54.350Z Compiling thread-id v4.2.2
20192026-07-22T16:45:54.445Z Compiling thread-id v5.1.0
20202026-07-22T16:45:54.550Z Compiling num-bigint-dig v0.8.6
20212026-07-22T16:45:54.601Z Compiling anstyle v1.0.14
20222026-07-22T16:45:54.629Z Compiling cfg_aliases v0.2.1
20232026-07-22T16:45:54.660Z Compiling smoltcp v0.9.1
20242026-07-22T16:45:54.717Z Compiling num_threads v0.1.7
20252026-07-22T16:45:54.769Z Compiling nix v0.31.2
20262026-07-22T16:45:54.844Z Compiling time v0.3.47
20272026-07-22T16:45:55.017Z Compiling darling v0.20.11
20282026-07-22T16:45:55.116Z Compiling hyper v1.10.1
20292026-07-22T16:45:55.170Z Compiling sha2 v0.10.9
20302026-07-22T16:45:55.399Z Compiling ipnetwork v0.21.1
20312026-07-22T16:45:55.503Z Compiling hmac v0.12.1
20322026-07-22T16:45:55.543Z Compiling curve25519-dalek-derive v0.1.1
20332026-07-22T16:45:55.605Z Compiling strum_macros v0.26.4
20342026-07-22T16:45:55.885Z Compiling darling_core v0.23.0
20352026-07-22T16:45:55.903Z Compiling sync_wrapper v1.0.2
20362026-07-22T16:45:55.946Z Compiling wait-timeout v0.2.1
20372026-07-22T16:45:56.220Z Compiling anstyle-query v1.1.5
20382026-07-22T16:45:56.269Z Compiling hyper-util v0.1.20
20392026-07-22T16:45:56.436Z Compiling quick-error v1.2.3
20402026-07-22T16:45:56.561Z Compiling siphasher v1.0.2
20412026-07-22T16:45:56.730Z Compiling is_terminal_polyfill v1.70.2
20422026-07-22T16:45:56.755Z Compiling colorchoice v1.0.4
20432026-07-22T16:45:56.767Z Compiling bit-vec v0.8.0
20442026-07-22T16:45:56.844Z Compiling simd-adler32 v0.3.8
20452026-07-22T16:45:57.018Z Compiling bit-set v0.8.0
20462026-07-22T16:45:57.041Z Compiling rusty-fork v0.3.1
20472026-07-22T16:45:57.203Z Compiling tower v0.5.3
20482026-07-22T16:45:57.799Z Compiling derive_builder_core v0.20.2
20492026-07-22T16:45:57.868Z Compiling http-body-util v0.1.3
20502026-07-22T16:45:57.920Z Compiling hubpack_derive v0.1.1
20512026-07-22T16:45:58.023Z Compiling snafu-derive v0.8.9
20522026-07-22T16:45:58.040Z Compiling strum_macros v0.27.2
20532026-07-22T16:45:58.078Z Compiling darling_macro v0.23.0
20542026-07-22T16:45:58.165Z Compiling rand_xorshift v0.4.0
20552026-07-22T16:45:58.325Z Compiling fs-err v3.3.0
20562026-07-22T16:45:58.347Z Compiling ahash v0.8.12
20572026-07-22T16:45:58.471Z Compiling unicode-bidi v0.3.18
20582026-07-22T16:45:58.563Z Compiling unarray v0.1.4
20592026-07-22T16:45:58.599Z Compiling unicode-segmentation v1.12.0
20602026-07-22T16:45:58.611Z Compiling object v0.37.3
20612026-07-22T16:45:58.616Z Compiling allocator-api2 v0.2.21
20622026-07-22T16:45:58.688Z Compiling unicode-properties v0.1.4
20632026-07-22T16:45:58.859Z Compiling adler2 v2.0.1
20642026-07-22T16:45:58.949Z Compiling iri-string v0.7.10
20652026-07-22T16:45:58.984Z Compiling ryu v1.0.23
20662026-07-22T16:45:59.005Z Compiling miniz_oxide v0.8.9
20672026-07-22T16:45:59.014Z Compiling stringprep v0.1.5
20682026-07-22T16:45:59.158Z Compiling serde_urlencoded v0.7.1
20692026-07-22T16:45:59.412Z Compiling proptest v1.10.0
20702026-07-22T16:45:59.428Z Compiling derive_builder_macro v0.20.2
20712026-07-22T16:45:59.488Z Compiling darling v0.23.0
20722026-07-22T16:45:59.594Z Compiling tokio-native-tls v0.3.1
20732026-07-22T16:45:59.623Z Compiling usdt-attr-macro v0.6.0
20742026-07-22T16:45:59.701Z Compiling usdt-macro v0.6.0
20752026-07-22T16:45:59.791Z Compiling anstyle-parse v1.0.0
20762026-07-22T16:45:59.832Z Compiling block-buffer v0.12.1
20772026-07-22T16:45:59.847Z Compiling crypto-common v0.2.2
20782026-07-22T16:45:59.981Z Compiling block-padding v0.4.2
20792026-07-22T16:46:00.111Z Compiling tower-http v0.6.8
20802026-07-22T16:46:00.453Z Compiling rustls-native-certs v0.8.3
20812026-07-22T16:46:00.482Z Compiling rand_chacha v0.3.1
20822026-07-22T16:46:00.529Z Compiling hex v0.4.3
20832026-07-22T16:46:00.558Z Compiling erased-serde v0.3.31
20842026-07-22T16:46:00.586Z Compiling md-5 v0.10.6
20852026-07-22T16:46:00.604Z Compiling signature v2.2.0
20862026-07-22T16:46:00.615Z Compiling bstr v1.12.1
20872026-07-22T16:46:00.749Z Compiling num-integer v0.1.46
20882026-07-22T16:46:00.764Z Compiling hash32 v0.2.1
20892026-07-22T16:46:00.777Z Compiling vergen-lib v9.1.0
20902026-07-22T16:46:00.894Z Compiling encoding_rs v0.8.35
20912026-07-22T16:46:00.949Z Compiling mime v0.3.17
20922026-07-22T16:46:01.009Z Compiling psl-types v2.0.11
20932026-07-22T16:46:01.056Z Compiling cpufeatures v0.3.0
20942026-07-22T16:46:01.120Z Compiling fallible-iterator v0.2.0
20952026-07-22T16:46:01.161Z Compiling zlib-rs v0.6.2
20962026-07-22T16:46:01.228Z Compiling publicsuffix v2.3.0
20972026-07-22T16:46:01.313Z Compiling num-iter v0.1.45
20982026-07-22T16:46:01.398Z Compiling newtype-uuid v1.3.2
20992026-07-22T16:46:01.456Z Compiling postgres-protocol v0.6.10
21002026-07-22T16:46:01.749Z Compiling rand v0.8.6
21012026-07-22T16:46:01.989Z Compiling oxnet v0.1.6
21022026-07-22T16:46:02.103Z Compiling inout v0.2.2
21032026-07-22T16:46:02.120Z Compiling derive_builder v0.20.2
21042026-07-22T16:46:02.194Z Compiling anstream v1.0.0
21052026-07-22T16:46:02.238Z Compiling hyper-tls v0.6.0
21062026-07-22T16:46:02.282Z Compiling serde_with_macros v3.21.0
21072026-07-22T16:46:02.306Z Compiling heck v0.4.1
21082026-07-22T16:46:02.420Z Compiling phf_shared v0.13.1
21092026-07-22T16:46:02.426Z Compiling pin-project v1.1.11
21102026-07-22T16:46:02.517Z Compiling lazy_static v1.5.0
21112026-07-22T16:46:02.534Z Compiling anstyle-parse v0.2.7
21122026-07-22T16:46:02.673Z Compiling terminal_size v0.4.3
21132026-07-22T16:46:02.686Z Compiling futures-executor v0.3.32
21142026-07-22T16:46:02.747Z Compiling clap_derive v4.6.1
21152026-07-22T16:46:02.747Z Compiling async-recursion v1.1.1
21162026-07-22T16:46:02.826Z Compiling enum-as-inner v0.6.1
21172026-07-22T16:46:03.098Z Compiling serde_repr v0.1.20
21182026-07-22T16:46:03.155Z Compiling ff v0.13.1
21192026-07-22T16:46:03.155Z Compiling vergen v9.1.0
21202026-07-22T16:46:03.155Z Compiling cargo-platform v0.3.2
21212026-07-22T16:46:03.266Z Compiling managed v0.8.0
21222026-07-22T16:46:03.343Z Compiling flate2 v1.1.9
21232026-07-22T16:46:03.427Z Compiling clap_lex v1.0.0
21242026-07-22T16:46:03.518Z Compiling base16ct v0.2.0
21252026-07-22T16:46:03.518Z Compiling bitflags v1.3.2
21262026-07-22T16:46:03.570Z Compiling same-file v1.0.6
21272026-07-22T16:46:03.622Z Compiling foldhash v0.1.5
21282026-07-22T16:46:03.759Z Compiling libbz2-rs-sys v0.2.2
21292026-07-22T16:46:03.770Z Compiling foldhash v0.2.0
21302026-07-22T16:46:03.770Z Compiling bumpalo v3.20.2
21312026-07-22T16:46:03.770Z Compiling hashbrown v0.15.5
21322026-07-22T16:46:03.820Z Compiling hashbrown v0.16.1
21332026-07-22T16:46:03.879Z Compiling zopfli v0.8.3
21342026-07-22T16:46:03.952Z Compiling walkdir v2.5.0
21352026-07-22T16:46:04.043Z Compiling clap_builder v4.6.0
21362026-07-22T16:46:05.813Z Compiling bzip2 v0.6.1
21372026-07-22T16:46:05.877Z Compiling sec1 v0.7.3
21382026-07-22T16:46:05.877Z Compiling cargo_metadata v0.23.1
21392026-07-22T16:46:05.877Z Compiling group v0.13.0
21402026-07-22T16:46:05.877Z Compiling zstd v0.13.3
21412026-07-22T16:46:05.877Z Compiling futures v0.3.32
21422026-07-22T16:46:05.877Z Compiling anstream v0.6.21
21432026-07-22T16:46:05.877Z Compiling phf v0.13.1
21442026-07-22T16:46:05.877Z Compiling snafu v0.8.9
21452026-07-22T16:46:05.877Z Compiling reqwest v0.12.28
21462026-07-22T16:46:05.877Z Compiling daft v0.1.7
21472026-07-22T16:46:05.877Z Compiling cipher v0.5.2
21482026-07-22T16:46:05.877Z Compiling signal-hook-mio v0.2.5
21492026-07-22T16:46:05.920Z Compiling cookie_store v0.22.1
21502026-07-22T16:46:05.977Z Compiling postgres-types v0.2.12
21512026-07-22T16:46:06.116Z Compiling bzip2 v0.4.4
21522026-07-22T16:46:06.170Z Compiling globset v0.4.18
21532026-07-22T16:46:06.170Z Compiling ed25519 v2.2.3
21542026-07-22T16:46:06.170Z Compiling strum v0.27.2
21552026-07-22T16:46:06.261Z Compiling hubpack v0.1.2
21562026-07-22T16:46:06.324Z Compiling phf_shared v0.11.3
21572026-07-22T16:46:06.343Z Compiling hkdf v0.12.4
21582026-07-22T16:46:06.406Z Compiling crossbeam-epoch v0.9.18
21592026-07-22T16:46:06.479Z Compiling pkcs1 v0.7.5
21602026-07-22T16:46:06.498Z Compiling olpc-cjson v0.1.4
21612026-07-22T16:46:06.759Z Compiling serde_plain v1.0.2
21622026-07-22T16:46:06.787Z Compiling serde-big-array v0.5.1
21632026-07-22T16:46:06.846Z Compiling pem v3.0.6
21642026-07-22T16:46:06.918Z Compiling crypto-bigint v0.5.5
21652026-07-22T16:46:06.990Z Compiling float-cmp v0.10.0
21662026-07-22T16:46:07.010Z Compiling memmap2 v0.9.10
21672026-07-22T16:46:07.061Z Compiling env_filter v1.0.0
21682026-07-22T16:46:07.120Z Compiling typed-path v0.9.3
21692026-07-22T16:46:07.166Z Compiling normalize-line-endings v0.3.0
21702026-07-22T16:46:07.229Z Compiling static_assertions v1.1.0
21712026-07-22T16:46:07.264Z Compiling predicates-core v1.0.10
21722026-07-22T16:46:07.290Z Compiling difflib v0.4.0
21732026-07-22T16:46:07.316Z Compiling data-encoding v2.10.0
21742026-07-22T16:46:07.336Z Compiling fixedbitset v0.4.2
21752026-07-22T16:46:07.459Z Compiling keccak v0.1.6
21762026-07-22T16:46:07.534Z Compiling toml_write v0.1.2
21772026-07-22T16:46:07.570Z Compiling new_debug_unreachable v1.0.6
21782026-07-22T16:46:07.595Z Compiling precomputed-hash v0.1.1
21792026-07-22T16:46:07.646Z Compiling whoami v2.1.0
21802026-07-22T16:46:07.685Z Compiling jiff v0.2.21
21812026-07-22T16:46:07.696Z Compiling const-oid v0.10.2
21822026-07-22T16:46:07.736Z Compiling fixedbitset v0.5.7
21832026-07-22T16:46:07.766Z Compiling toml_edit v0.22.27
21842026-07-22T16:46:07.823Z Compiling string_cache v0.8.9
21852026-07-22T16:46:07.882Z Compiling digest v0.11.3
21862026-07-22T16:46:07.916Z Compiling tokio-postgres v0.7.16
21872026-07-22T16:46:08.020Z Compiling petgraph v0.8.3
21882026-07-22T16:46:08.038Z Compiling elliptic-curve v0.13.8
21892026-07-22T16:46:08.053Z Compiling hickory-proto v0.25.2
21902026-07-22T16:46:08.053Z Compiling sha3 v0.10.8
21912026-07-22T16:46:08.085Z Compiling predicates v3.1.4
21922026-07-22T16:46:08.118Z Compiling petgraph v0.6.5
21932026-07-22T16:46:08.204Z Compiling chacha20 v0.10.0
21942026-07-22T16:46:08.333Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21952026-07-22T16:46:08.349Z Compiling env_logger v0.11.9
21962026-07-22T16:46:08.522Z Compiling usdt v0.6.0
21972026-07-22T16:46:08.781Z Compiling rsa v0.9.10
21982026-07-22T16:46:10.026Z Compiling ed25519-dalek v2.2.0
21992026-07-22T16:46:10.179Z Compiling zip v0.6.6
22002026-07-22T16:46:10.197Z Compiling crossterm v0.28.1
22012026-07-22T16:46:10.380Z Compiling zip v4.6.1
22022026-07-22T16:46:10.541Z Compiling iddqd v0.4.2
22032026-07-22T16:46:10.633Z Compiling clap v4.6.1
22042026-07-22T16:46:11.090Z Compiling serde_with v3.21.0
22052026-07-22T16:46:11.105Z Compiling similar v2.7.0
22062026-07-22T16:46:11.205Z Compiling byte-wrapper v0.1.0
22072026-07-22T16:46:11.304Z Compiling strum v0.26.3
22082026-07-22T16:46:11.317Z Compiling toml v0.7.8
22092026-07-22T16:46:11.372Z Compiling tokio-stream v0.1.18
22102026-07-22T16:46:11.440Z Compiling buf-list v1.1.2
22112026-07-22T16:46:11.519Z Compiling x509-cert v0.2.5
22122026-07-22T16:46:11.771Z Compiling itertools v0.13.0
22132026-07-22T16:46:11.908Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22142026-07-22T16:46:11.923Z Compiling openapiv3 v2.2.0
22152026-07-22T16:46:12.657Z Compiling lalrpop-util v0.19.12
22162026-07-22T16:46:12.876Z Compiling peg-runtime v0.8.5
22172026-07-22T16:46:28.948Z Compiling rustls-webpki v0.103.13
22182026-07-22T16:46:30.224Z Compiling macaddr v1.0.1
22192026-07-22T16:46:30.225Z Compiling structmeta-derive v0.3.0
22202026-07-22T16:46:30.254Z Compiling darling_core v0.21.3
22212026-07-22T16:46:30.320Z Compiling rayon-core v1.13.0
22222026-07-22T16:46:30.532Z Compiling crucible-workspace-hack v0.1.0
22232026-07-22T16:46:30.570Z Compiling itertools v0.14.0
22242026-07-22T16:46:30.771Z Compiling secrecy v0.10.3
22252026-07-22T16:46:30.794Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22262026-07-22T16:46:30.963Z Compiling toml_datetime v0.7.5+spec-1.1.0
22272026-07-22T16:46:30.982Z Compiling heapless v0.8.0
22282026-07-22T16:46:31.075Z Compiling crossbeam-deque v0.8.6
22292026-07-22T16:46:31.197Z Compiling toml_edit v0.23.10+spec-1.0.0
22302026-07-22T16:46:31.222Z Compiling inout v0.1.4
22312026-07-22T16:46:31.239Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22322026-07-22T16:46:31.268Z Compiling structmeta v0.3.0
22332026-07-22T16:46:31.334Z Compiling hash32 v0.3.1
22342026-07-22T16:46:31.402Z Compiling multer v3.1.0
22352026-07-22T16:46:31.412Z Compiling thread_local v1.1.9
22362026-07-22T16:46:31.717Z Compiling smoltcp v0.11.0
22372026-07-22T16:46:31.738Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22382026-07-22T16:46:31.738Z Compiling unicode-width v0.2.0
22392026-07-22T16:46:31.738Z Compiling compression-core v0.4.31
22402026-07-22T16:46:31.738Z Compiling slog-async v2.8.0
22412026-07-22T16:46:31.755Z Compiling match_cfg v0.1.0
22422026-07-22T16:46:31.782Z Compiling proc-macro-crate v3.4.0
22432026-07-22T16:46:31.826Z Compiling hostname v0.3.1
22442026-07-22T16:46:31.843Z Compiling compression-codecs v0.4.37
22452026-07-22T16:46:31.890Z Compiling derive-ex v0.1.8
22462026-07-22T16:46:31.957Z Compiling cipher v0.4.4
22472026-07-22T16:46:32.014Z Compiling atomicwrites v0.4.4
22482026-07-22T16:46:32.179Z Compiling slog-json v2.6.1
22492026-07-22T16:46:32.228Z Compiling crossbeam-channel v0.5.15
22502026-07-22T16:46:32.257Z Compiling half v2.7.1
22512026-07-22T16:46:32.271Z Compiling newtype-uuid-macros v0.1.0
22522026-07-22T16:46:32.313Z Compiling cobs v0.3.0
22532026-07-22T16:46:32.438Z Compiling tokio-rustls v0.26.4
22542026-07-22T16:46:32.471Z Compiling rustls-platform-verifier v0.6.2
22552026-07-22T16:46:32.479Z Compiling tough v0.22.0
22562026-07-22T16:46:32.615Z Compiling darling_macro v0.21.3
22572026-07-22T16:46:32.636Z Compiling thiserror-impl-no-std v2.0.2
22582026-07-22T16:46:32.676Z Compiling hyper-rustls v0.27.7
22592026-07-22T16:46:32.729Z Compiling universal-hash v0.5.1
22602026-07-22T16:46:32.893Z Compiling async-stream-impl v0.3.6
22612026-07-22T16:46:32.954Z Compiling reqwest v0.13.2
22622026-07-22T16:46:33.007Z Compiling toml_datetime v1.1.1+spec-1.1.0
22632026-07-22T16:46:33.040Z Compiling serde_spanned v1.1.1
22642026-07-22T16:46:33.148Z Compiling darling v0.21.3
22652026-07-22T16:46:33.439Z Compiling is-terminal v0.4.17
22662026-07-22T16:46:33.491Z Compiling ingot-macros v0.1.1
22672026-07-22T16:46:33.491Z Compiling proc-macro-error-attr v1.0.4
22682026-07-22T16:46:33.491Z Compiling dropshot v0.17.1
22692026-07-22T16:46:33.515Z Compiling ciborium-io v0.2.2
22702026-07-22T16:46:33.534Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22712026-07-22T16:46:33.543Z Compiling term v1.2.1
22722026-07-22T16:46:33.566Z Compiling convert_case v0.4.0
22732026-07-22T16:46:33.593Z Compiling toml_writer v1.1.1+spec-1.1.0
22742026-07-22T16:46:33.690Z Compiling take_mut v0.2.2
22752026-07-22T16:46:33.722Z Compiling opaque-debug v0.3.1
22762026-07-22T16:46:33.755Z Compiling thiserror-no-std v2.0.2
22772026-07-22T16:46:33.820Z Compiling toml v1.1.2+spec-1.1.0
22782026-07-22T16:46:33.884Z Compiling slog-term v2.9.2
22792026-07-22T16:46:33.902Z Compiling poly1305 v0.8.0
22802026-07-22T16:46:33.902Z Compiling derive_more v0.99.20
22812026-07-22T16:46:34.033Z Compiling ciborium-ll v0.2.2
22822026-07-22T16:46:34.057Z Compiling async-stream v0.3.6
22832026-07-22T16:46:34.113Z Compiling test-strategy v0.4.5
22842026-07-22T16:46:34.263Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22852026-07-22T16:46:34.322Z Compiling postcard v1.1.3
22862026-07-22T16:46:34.727Z Compiling slog-bunyan v2.5.0
22872026-07-22T16:46:34.924Z Compiling num_enum_derive v0.7.6
22882026-07-22T16:46:35.074Z Compiling chacha20 v0.9.1
22892026-07-22T16:46:35.160Z Compiling async-compression v0.4.41
22902026-07-22T16:46:35.413Z Compiling parse-display-derive v0.10.0
22912026-07-22T16:46:35.440Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
22922026-07-22T16:46:35.775Z Compiling sha1 v0.11.0
22932026-07-22T16:46:35.896Z Compiling ingot-types v0.1.2
22942026-07-22T16:46:35.919Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22952026-07-22T16:46:36.068Z Compiling proc-macro-crate v1.3.1
22962026-07-22T16:46:36.082Z Compiling waitgroup v0.1.2
22972026-07-22T16:46:36.122Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
22982026-07-22T16:46:36.145Z Compiling password-hash v0.5.0
22992026-07-22T16:46:36.186Z Compiling backon v1.6.0
23002026-07-22T16:46:36.224Z Compiling rustls-pemfile v2.2.0
23012026-07-22T16:46:36.248Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23022026-07-22T16:46:36.257Z Compiling dropshot_endpoint v0.17.1
23032026-07-22T16:46:36.372Z Compiling ingot v0.1.1
23042026-07-22T16:46:36.417Z Compiling blake2 v0.10.6
23052026-07-22T16:46:36.482Z Compiling aead v0.5.2
23062026-07-22T16:46:36.520Z Compiling foreign-types-macros v0.2.3
23072026-07-22T16:46:36.634Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23082026-07-22T16:46:36.661Z Compiling serde_path_to_error v0.1.20
23092026-07-22T16:46:36.670Z Compiling hostname v0.4.2
23102026-07-22T16:46:36.850Z Compiling proc-macro-error v1.0.4
23112026-07-22T16:46:36.875Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23122026-07-22T16:46:36.931Z Compiling instant v0.1.13
23132026-07-22T16:46:36.972Z Compiling debug-ignore v1.0.5
23142026-07-22T16:46:37.039Z Compiling foreign-types-shared v0.3.1
23152026-07-22T16:46:37.078Z Compiling backoff v0.4.0
23162026-07-22T16:46:37.318Z Compiling parse-display v0.10.0
23172026-07-22T16:46:37.367Z Compiling argon2 v0.5.3
23182026-07-22T16:46:37.367Z Compiling chacha20poly1305 v0.10.1
23192026-07-22T16:46:37.367Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23202026-07-22T16:46:37.367Z Compiling foreign-types v0.5.0
23212026-07-22T16:46:37.367Z Compiling num_enum_derive v0.5.11
23222026-07-22T16:46:37.367Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23232026-07-22T16:46:37.367Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23242026-07-22T16:46:37.367Z Compiling num_enum v0.7.6
23252026-07-22T16:46:37.367Z Compiling ciborium v0.2.2
23262026-07-22T16:46:37.439Z Compiling vsss-rs v3.3.4
23272026-07-22T16:46:37.705Z Compiling tabwriter v1.4.1
23282026-07-22T16:46:37.741Z Compiling regress v0.10.5
23292026-07-22T16:46:37.770Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23302026-07-22T16:46:37.866Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23312026-07-22T16:46:37.923Z Compiling cstr-argument v0.1.2
23322026-07-22T16:46:37.984Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23332026-07-22T16:46:37.999Z Compiling humantime v2.3.0
23342026-07-22T16:46:38.092Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23352026-07-22T16:46:38.239Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23362026-07-22T16:46:38.240Z Compiling rayon v1.11.0
23372026-07-22T16:46:38.284Z Compiling num_enum v0.5.11
23382026-07-22T16:46:38.303Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23392026-07-22T16:46:38.303Z Compiling rand v0.10.1
23402026-07-22T16:46:38.351Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23412026-07-22T16:46:38.385Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23422026-07-22T16:46:38.407Z Compiling colored v3.1.1
23432026-07-22T16:46:38.420Z Compiling libefi-sys v0.1.0
23442026-07-22T16:46:38.448Z Compiling indent_write v2.2.0
23452026-07-22T16:46:38.470Z Compiling zone_cfg_derive v0.3.1
23462026-07-22T16:46:38.530Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23472026-07-22T16:46:38.619Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23482026-07-22T16:46:38.676Z Compiling camino-tempfile v1.4.1
23492026-07-22T16:46:38.701Z Compiling itertools v0.12.1
23502026-07-22T16:46:38.765Z Compiling usdt-attr-macro v0.5.0
23512026-07-22T16:46:38.841Z Compiling usdt-macro v0.5.0
23522026-07-22T16:46:38.862Z Compiling num-derive v0.4.2
23532026-07-22T16:46:39.084Z Compiling bitfield-struct v0.6.2
23542026-07-22T16:46:39.109Z Compiling blake3 v1.8.5
23552026-07-22T16:46:39.466Z Compiling memmap v0.7.0
23562026-07-22T16:46:39.466Z Compiling sigpipe v0.1.3
23572026-07-22T16:46:39.467Z Compiling swrite v0.1.0
23582026-07-22T16:46:39.467Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23592026-07-22T16:46:39.480Z Compiling glob v0.3.3
23602026-07-22T16:46:39.480Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23612026-07-22T16:46:39.480Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23622026-07-22T16:46:39.582Z Compiling usdt v0.5.0
23632026-07-22T16:46:39.707Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23642026-07-22T16:46:39.742Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23652026-07-22T16:46:39.809Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23662026-07-22T16:46:39.831Z Compiling smf v0.2.3
23672026-07-22T16:46:40.018Z Compiling zone v0.3.1
23682026-07-22T16:46:40.044Z Compiling filetime v0.2.27
23692026-07-22T16:46:40.067Z Compiling whoami v1.6.1
23702026-07-22T16:46:40.105Z Compiling xattr v1.6.1
23712026-07-22T16:46:40.133Z Compiling arrayref v0.3.9
23722026-07-22T16:46:40.198Z Compiling constant_time_eq v0.4.2
23732026-07-22T16:46:40.219Z Compiling arrayvec v0.7.6
23742026-07-22T16:46:40.241Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23752026-07-22T16:46:40.255Z Compiling tar v0.4.46
23762026-07-22T16:46:40.296Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23772026-07-22T16:46:40.334Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23782026-07-22T16:46:40.341Z Compiling tokio-dtrace v0.1.1
23792026-07-22T16:46:40.406Z Compiling console v0.16.2
23802026-07-22T16:46:40.482Z Compiling gethostname v0.5.0
23812026-07-22T16:46:40.573Z Compiling unit-prefix v0.5.2
23822026-07-22T16:46:40.573Z Compiling topological-sort v0.2.2
23832026-07-22T16:46:40.645Z Compiling oxide-tokio-rt v0.1.4
23842026-07-22T16:46:40.686Z Compiling toml v0.8.23
23852026-07-22T16:46:40.743Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23862026-07-22T16:46:41.031Z Compiling indicatif v0.18.4
23872026-07-22T16:46:41.038Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23882026-07-22T16:46:41.075Z Compiling shell-words v1.1.1
23892026-07-22T16:46:50.431Z Compiling progenitor-client v0.14.0
23902026-07-22T16:46:50.431Z Compiling omicron-zone-package v0.12.3
23912026-07-22T16:46:50.674Z Compiling progenitor-extras v0.2.0
23922026-07-22T16:46:51.007Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23932026-07-22T16:46:51.056Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23942026-07-22T16:46:51.195Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23952026-07-22T16:46:51.236Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23962026-07-22T16:46:51.276Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23972026-07-22T16:46:51.325Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23982026-07-22T16:46:51.460Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23992026-07-22T16:46:51.531Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24002026-07-22T16:46:52.039Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24012026-07-22T16:46:55.954Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24022026-07-22T16:47:04.120Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24032026-07-22T16:47:07.349Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24042026-07-22T16:47:08.390Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24052026-07-22T16:47:17.789Z Finished `release` profile [optimized] target(s) in 1m 40s
24062026-07-22T16:47:17.932Z Running `target/release/omicron-package -t test target create -p dev`
24072026-07-22T16:47:17.996ZLogging to: /work/oxidecomputer/omicron/out/LOG
24082026-07-22T16:47:18.001ZCreated new build target 'test' and set it as active
24092026-07-22T16:47:18.001Z
24102026-07-22T16:47:18.001Zreal 1:40.967878780
24112026-07-22T16:47:18.001Zuser 16:33.121845894
24122026-07-22T16:47:18.001Zsys 2:37.003069706
24132026-07-22T16:47:18.001Ztrap 0.452605626
24142026-07-22T16:47:18.001Ztflt 2.467671389
24152026-07-22T16:47:18.001Zdflt 4.103734917
24162026-07-22T16:47:18.001Zkflt 0.000464090
24172026-07-22T16:47:18.001Zlock 52:08.645157589
24182026-07-22T16:47:18.001Zslp 42:29.426568187
24192026-07-22T16:47:18.001Zlat 43.257590458
24202026-07-22T16:47:18.001Zstop 5:23.046794554
24212026-07-22T16:47:18.002Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24222026-07-22T16:47:18.855Z Finished `release` profile [optimized] target(s) in 0.84s
24232026-07-22T16:47:18.925Z Running `target/release/omicron-package -t test package`
24242026-07-22T16:47:18.982ZLogging to: /work/oxidecomputer/omicron/out/LOG
24252026-07-22T16:47:20.382Z Compiling heck v0.5.0
24262026-07-22T16:47:20.382Z Compiling regress v0.11.1
24272026-07-22T16:47:20.625Z Compiling unsafe-libyaml v0.2.11
24282026-07-22T16:47:20.640Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24292026-07-22T16:47:20.669Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24302026-07-22T16:47:20.689Z Compiling derive-where v1.6.0
24312026-07-22T16:47:20.707Z Compiling bytecount v0.6.9
24322026-07-22T16:47:20.712Z Compiling atomicwrites v0.4.4
24332026-07-22T16:47:20.712Z Compiling is-terminal v0.4.17
24342026-07-22T16:47:20.712Z Compiling prettyplease v0.2.37
24352026-07-22T16:47:20.787Z Compiling console v0.15.11
24362026-07-22T16:47:20.790Z Compiling newline-converter v0.3.0
24372026-07-22T16:47:20.791Z Compiling slog-dtrace v0.3.0
24382026-07-22T16:47:20.829Z Compiling resolv-conf v0.7.6
24392026-07-22T16:47:20.832Z Compiling num-rational v0.4.2
24402026-07-22T16:47:20.896Z Compiling num-complex v0.4.6
24412026-07-22T16:47:20.916Z Compiling thread_local v1.1.9
24422026-07-22T16:47:20.920Z Compiling compression-core v0.4.31
24432026-07-22T16:47:20.934Z Compiling match_cfg v0.1.0
24442026-07-22T16:47:20.987Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24452026-07-22T16:47:21.040Z Compiling cancel-safe-futures v0.1.5
24462026-07-22T16:47:21.080Z Compiling unicode-width v0.1.14
24472026-07-22T16:47:21.125Z Compiling serde_yaml v0.9.34+deprecated
24482026-07-22T16:47:21.164Z Compiling compression-codecs v0.4.37
24492026-07-22T16:47:21.185Z Compiling expectorate v1.2.0
24502026-07-22T16:47:21.298Z Compiling num v0.4.3
24512026-07-22T16:47:21.357Z Compiling hostname v0.3.1
24522026-07-22T16:47:21.378Z Compiling slog-async v2.8.0
24532026-07-22T16:47:21.399Z Compiling multer v3.1.0
24542026-07-22T16:47:21.426Z Compiling crossbeam-channel v0.5.15
24552026-07-22T16:47:21.429Z Compiling slog-json v2.6.1
24562026-07-22T16:47:21.470Z Compiling serde_spanned v1.1.1
24572026-07-22T16:47:21.475Z Compiling toml_datetime v1.1.1+spec-1.1.0
24582026-07-22T16:47:21.475Z Compiling take_mut v0.2.2
24592026-07-22T16:47:21.512Z Compiling linked-hash-map v0.5.6
24602026-07-22T16:47:21.556Z Compiling float-ord v0.3.2
24612026-07-22T16:47:21.633Z Compiling toml_writer v1.1.1+spec-1.1.0
24622026-07-22T16:47:21.653Z Compiling term v1.2.1
24632026-07-22T16:47:21.680Z Compiling slog-bunyan v2.5.0
24642026-07-22T16:47:21.701Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24652026-07-22T16:47:21.779Z Compiling lru-cache v0.1.2
24662026-07-22T16:47:21.851Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24672026-07-22T16:47:21.880Z Compiling toml v1.1.2+spec-1.1.0
24682026-07-22T16:47:21.908Z Compiling async-compression v0.4.41
24692026-07-22T16:47:21.963Z Compiling oxide-update-engine-types v0.1.2
24702026-07-22T16:47:21.985Z Compiling slog-term v2.9.2
24712026-07-22T16:47:22.099Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24722026-07-22T16:47:22.200Z Compiling typify-impl v0.6.2
24732026-07-22T16:47:22.240Z Compiling dropshot v0.17.1
24742026-07-22T16:47:22.263Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24752026-07-22T16:47:22.306Z Compiling async-stream v0.3.6
24762026-07-22T16:47:22.338Z Compiling sha1 v0.11.0
24772026-07-22T16:47:22.420Z Compiling progenitor-client v0.14.0
24782026-07-22T16:47:22.475Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24792026-07-22T16:47:22.507Z Compiling waitgroup v0.1.2
24802026-07-22T16:47:22.542Z Compiling rustls-pemfile v2.2.0
24812026-07-22T16:47:22.632Z Compiling backon v1.6.0
24822026-07-22T16:47:22.670Z Compiling serde_path_to_error v0.1.20
24832026-07-22T16:47:22.692Z Compiling hostname v0.4.2
24842026-07-22T16:47:22.715Z Compiling instant v0.1.13
24852026-07-22T16:47:22.752Z Compiling linear-map v1.2.0
24862026-07-22T16:47:22.772Z Compiling minimal-lexical v0.2.1
24872026-07-22T16:47:22.847Z Compiling debug-ignore v1.0.5
24882026-07-22T16:47:22.871Z Compiling backoff v0.4.0
24892026-07-22T16:47:22.871Z Compiling progenitor-extras v0.2.0
24902026-07-22T16:47:23.013Z Compiling nom v7.1.3
24912026-07-22T16:47:23.034Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24922026-07-22T16:47:23.057Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24932026-07-22T16:47:23.061Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24942026-07-22T16:47:23.099Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24952026-07-22T16:47:23.127Z Compiling parse-display v0.10.0
24962026-07-22T16:47:23.186Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24972026-07-22T16:47:23.347Z Compiling oxide-update-engine v0.1.2
24982026-07-22T16:47:23.414Z Compiling hickory-proto v0.24.4
24992026-07-22T16:47:23.818Z Compiling regress v0.10.5
25002026-07-22T16:47:24.211Z Compiling macaddr v1.0.1
25012026-07-22T16:47:24.410Z Compiling unicode-xid v0.2.6
25022026-07-22T16:47:24.453Z Compiling humantime v2.3.0
25032026-07-22T16:47:24.596Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25042026-07-22T16:47:24.723Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25052026-07-22T16:47:24.791Z Compiling convert_case v0.10.0
25062026-07-22T16:47:24.795Z Compiling owo-colors v4.3.0
25072026-07-22T16:47:24.926Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25082026-07-22T16:47:25.067Z Compiling derive_more-impl v2.1.1
25092026-07-22T16:47:25.090Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25102026-07-22T16:47:25.140Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25112026-07-22T16:47:25.262Z Compiling toml v0.8.23
25122026-07-22T16:47:25.717Z Compiling typify-macro v0.6.2
25132026-07-22T16:47:25.787Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25142026-07-22T16:47:25.883Z Compiling derive_more v2.1.1
25152026-07-22T16:47:25.923Z Compiling papergrid v0.11.0
25162026-07-22T16:47:25.930Z Compiling tabled_derive v0.7.0
25172026-07-22T16:47:25.971Z Compiling hickory-resolver v0.24.4
25182026-07-22T16:47:26.000Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25192026-07-22T16:47:26.412Z Compiling termtree v0.5.1
25202026-07-22T16:47:26.620Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25212026-07-22T16:47:26.872Z Compiling crossterm v0.29.0
25222026-07-22T16:47:27.219Z Compiling qorb v0.4.1
25232026-07-22T16:47:27.306Z Compiling typify v0.6.2
25242026-07-22T16:47:27.614Z Compiling progenitor-impl v0.14.0
25252026-07-22T16:47:27.923Z Compiling tabled v0.15.0
25262026-07-22T16:47:28.245Z Compiling phf_shared v0.12.1
25272026-07-22T16:47:28.500Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25282026-07-22T16:47:29.041Z Compiling csv-core v0.1.13
25292026-07-22T16:47:29.483Z Compiling vte v0.14.1
25302026-07-22T16:47:29.781Z Compiling progenitor-macro v0.14.0
25312026-07-22T16:47:29.863Z Compiling highway v1.3.0
25322026-07-22T16:47:30.555Z Compiling chrono-tz v0.10.4
25332026-07-22T16:47:30.822Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25342026-07-22T16:47:30.927Z Compiling strip-ansi-escapes v0.2.1
25352026-07-22T16:47:30.950Z Compiling csv v1.4.0
25362026-07-22T16:47:31.150Z Compiling phf v0.12.1
25372026-07-22T16:47:31.304Z Compiling const_format_proc_macros v0.2.34
25382026-07-22T16:47:31.357Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25392026-07-22T16:47:31.488Z Compiling fd-lock v4.0.4
25402026-07-22T16:47:31.654Z Compiling peg-macros v0.8.5
25412026-07-22T16:47:31.850Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25422026-07-22T16:47:31.944Z Compiling nu-ansi-term v0.50.3
25432026-07-22T16:47:32.107Z Compiling const_format v0.2.35
25442026-07-22T16:47:32.369Z Compiling reedline v0.40.0
25452026-07-22T16:47:32.546Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25462026-07-22T16:47:32.951Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25472026-07-22T16:47:33.145Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25482026-07-22T16:47:33.800Z Compiling progenitor v0.14.0
25492026-07-22T16:47:33.903Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25502026-07-22T16:47:33.982Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25512026-07-22T16:47:34.099Z Compiling peg v0.8.5
25522026-07-22T16:47:34.145Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25532026-07-22T16:47:34.200Z Compiling bcs v0.1.6
25542026-07-22T16:47:34.650Z Compiling nom v8.0.0
25552026-07-22T16:47:35.766Z Compiling semver v0.1.20
25562026-07-22T16:47:35.913Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25572026-07-22T16:47:35.932Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25582026-07-22T16:47:36.037Z Compiling rustc_version v0.1.7
25592026-07-22T16:47:36.176Z Compiling smawk v0.3.2
25602026-07-22T16:47:36.281Z Compiling newtype_derive v0.1.6
25612026-07-22T16:47:36.380Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25622026-07-22T16:47:36.462Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25632026-07-22T16:47:36.484Z Compiling unicode-linebreak v0.1.5
25642026-07-22T16:47:36.542Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25652026-07-22T16:47:36.743Z Compiling textwrap v0.16.2
25662026-07-22T16:47:36.805Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25672026-07-22T16:47:36.995Z Compiling steno v0.4.1
25682026-07-22T16:47:37.036Z Compiling base64 v0.21.7
25692026-07-22T16:47:37.403Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25702026-07-22T16:47:37.614Z Compiling dropshot-api-manager-types v0.7.2
25712026-07-22T16:47:37.636Z Compiling sha1 v0.10.6
25722026-07-22T16:47:38.077Z Compiling tagptr v0.2.0
25732026-07-22T16:47:38.212Z Compiling utf-8 v0.7.6
25742026-07-22T16:47:38.276Z Compiling moka v0.12.13
25752026-07-22T16:47:38.440Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25762026-07-22T16:47:38.460Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25772026-07-22T16:47:38.484Z Compiling tungstenite v0.21.0
25782026-07-22T16:47:38.630Z Compiling display-error-chain v0.2.2
25792026-07-22T16:47:38.821Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25802026-07-22T16:47:38.881Z Compiling radium v0.7.0
25812026-07-22T16:47:38.953Z Compiling tap v1.0.1
25822026-07-22T16:47:39.102Z Compiling tokio-tungstenite v0.21.0
25832026-07-22T16:47:39.215Z Compiling maybe-uninit v2.0.0
25842026-07-22T16:47:39.497Z Compiling hickory-resolver v0.25.2
25852026-07-22T16:47:39.532Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25862026-07-22T16:47:39.687Z Compiling wyz v0.5.1
25872026-07-22T16:47:39.894Z Compiling vergen-lib v0.1.6
25882026-07-22T16:47:39.929Z Compiling zerocopy-derive v0.6.6
25892026-07-22T16:47:40.138Z Compiling diesel_derives v2.3.7
25902026-07-22T16:47:40.396Z Compiling packed_struct v0.10.1
25912026-07-22T16:47:40.622Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25922026-07-22T16:47:40.741Z Compiling crc-catalog v2.4.0
25932026-07-22T16:47:40.771Z Compiling funty v2.0.0
25942026-07-22T16:47:40.877Z Compiling crc v3.4.0
25952026-07-22T16:47:41.097Z Compiling zerocopy v0.6.6
25962026-07-22T16:47:41.484Z Compiling bitvec v1.0.1
25972026-07-22T16:47:41.851Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25982026-07-22T16:47:41.956Z Compiling dsl_auto_type v0.2.0
25992026-07-22T16:47:42.107Z Compiling scheduled-thread-pool v0.2.7
26002026-07-22T16:47:42.510Z Compiling packed_struct_codegen v0.10.1
26012026-07-22T16:47:42.692Z Compiling vergen-gitcl v1.0.8
26022026-07-22T16:47:42.714Z Compiling bitfield-macros v0.19.4
26032026-07-22T16:47:42.812Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26042026-07-22T16:47:42.945Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26052026-07-22T16:47:42.983Z Compiling diesel_table_macro_syntax v0.3.0
26062026-07-22T16:47:43.203Z Compiling proc-macro-error-attr2 v2.0.0
26072026-07-22T16:47:43.409Z Compiling dirs-sys-next v0.1.2
26082026-07-22T16:47:43.478Z Compiling indexmap v1.9.3
26092026-07-22T16:47:43.555Z Compiling crunchy v0.2.4
26102026-07-22T16:47:43.639Z Compiling nodrop v0.1.14
26112026-07-22T16:47:43.689Z Compiling maplit v1.0.2
26122026-07-22T16:47:43.728Z Compiling glob v0.3.3
26132026-07-22T16:47:43.769Z Compiling array-init v0.0.4
26142026-07-22T16:47:43.840Z Compiling proc-macro-error2 v2.0.1
26152026-07-22T16:47:43.892Z Compiling dirs-next v2.0.0
26162026-07-22T16:47:44.104Z Compiling clang-sys v1.8.1
26172026-07-22T16:47:44.153Z Compiling bitfield v0.19.4
26182026-07-22T16:47:44.481Z Compiling r2d2 v0.8.10
26192026-07-22T16:47:44.503Z Compiling smallvec v0.6.14
26202026-07-22T16:47:44.764Z Compiling num-derive v0.3.3
26212026-07-22T16:47:44.786Z Compiling downcast-rs v2.0.2
26222026-07-22T16:47:44.855Z Compiling tiny-keccak v2.0.2
26232026-07-22T16:47:44.912Z Compiling hashbrown v0.12.3
26242026-07-22T16:47:45.141Z Compiling serde-hex v0.1.0
26252026-07-22T16:47:45.527Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26262026-07-22T16:47:45.587Z Compiling tabled_derive v0.11.0
26272026-07-22T16:47:45.619Z Compiling term v0.7.0
26282026-07-22T16:47:45.670Z Compiling libscf-sys v1.1.0
26292026-07-22T16:47:45.744Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26302026-07-22T16:47:45.842Z Compiling ron v0.8.1
26312026-07-22T16:47:45.971Z Compiling papergrid v0.17.0
26322026-07-22T16:47:45.982Z Compiling testing_table v0.3.0
26332026-07-22T16:47:46.012Z Compiling hashbrown v0.13.2
26342026-07-22T16:47:46.135Z Compiling crc-any v2.5.0
26352026-07-22T16:47:46.413Z Compiling bit-vec v0.6.3
26362026-07-22T16:47:46.559Z Compiling object v0.30.4
26372026-07-22T16:47:46.635Z Compiling bit-set v0.5.3
26382026-07-22T16:47:46.657Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26392026-07-22T16:47:46.676Z Compiling ascii-canvas v3.0.0
26402026-07-22T16:47:46.819Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26412026-07-22T16:47:46.939Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26422026-07-22T16:47:47.323Z Compiling tabled v0.20.0
26432026-07-22T16:47:47.591Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26442026-07-22T16:47:47.677Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26452026-07-22T16:47:48.134Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26462026-07-22T16:47:48.239Z Compiling progenitor-impl v0.13.0
26472026-07-22T16:47:48.398Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26482026-07-22T16:47:48.480Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26492026-07-22T16:47:48.668Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26502026-07-22T16:47:48.755Z Compiling itertools v0.10.5
26512026-07-22T16:47:48.863Z Compiling ena v0.14.4
26522026-07-22T16:47:48.974Z Compiling diesel v2.3.7
26532026-07-22T16:47:48.980Z Compiling libloading v0.8.9
26542026-07-22T16:47:49.114Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26552026-07-22T16:47:49.196Z Compiling unicase v2.9.0
26562026-07-22T16:47:49.364Z Compiling regex-syntax v0.6.29
26572026-07-22T16:47:49.509Z Compiling path-slash v0.1.5
26582026-07-22T16:47:49.715Z Compiling bindgen v0.71.1
26592026-07-22T16:47:49.887Z Compiling diff v0.1.13
26602026-07-22T16:47:49.951Z Compiling xshell-macros v0.2.7
26612026-07-22T16:47:50.053Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26622026-07-22T16:47:50.249Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26632026-07-22T16:47:50.399Z Compiling xshell v0.2.7
26642026-07-22T16:47:50.476Z Compiling progenitor-macro v0.13.0
26652026-07-22T16:47:51.277Z Compiling lalrpop v0.19.12
26662026-07-22T16:47:51.677Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26672026-07-22T16:47:52.501Z Compiling cexpr v0.6.0
26682026-07-22T16:47:53.124Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26692026-07-22T16:47:53.403Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26702026-07-22T16:47:53.873Z Compiling progenitor-client v0.13.0
26712026-07-22T16:47:54.411Z Compiling rustc-hash v2.1.1
26722026-07-22T16:47:54.440Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26732026-07-22T16:47:54.491Z Compiling progenitor v0.13.0
26742026-07-22T16:47:54.848Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26752026-07-22T16:47:55.313Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26762026-07-22T16:47:55.637Z Compiling headers-core v0.3.0
26772026-07-22T16:47:55.779Z Compiling libxml v0.3.3
26782026-07-22T16:47:55.803Z Compiling crc8 v0.1.1
26792026-07-22T16:47:55.876Z Compiling headers v0.4.1
26802026-07-22T16:47:55.947Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26812026-07-22T16:47:56.004Z Compiling strum_macros v0.24.3
26822026-07-22T16:47:56.079Z Compiling indoc v1.0.9
26832026-07-22T16:47:56.224Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26842026-07-22T16:47:56.273Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26852026-07-22T16:47:56.530Z Compiling derive_builder v0.20.2
26862026-07-22T16:47:56.569Z Compiling oso-derive v0.27.3
26872026-07-22T16:47:56.707Z Compiling quick-xml v0.37.5
26882026-07-22T16:47:57.114Z Compiling impl-trait-for-tuples v0.2.3
26892026-07-22T16:47:57.137Z Compiling openssl-probe v0.1.6
26902026-07-22T16:47:57.312Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26912026-07-22T16:47:57.436Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26922026-07-22T16:47:57.545Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26932026-07-22T16:47:57.771Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26942026-07-22T16:47:57.982Z Compiling bb8 v0.8.6
26952026-07-22T16:47:58.065Z Compiling trait-variant v0.1.2
26962026-07-22T16:47:58.366Z Compiling half v1.8.3
26972026-07-22T16:47:58.435Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26982026-07-22T16:47:58.629Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26992026-07-22T16:47:58.823Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27002026-07-22T16:47:58.842Z Compiling polar-core v0.27.3
27012026-07-22T16:47:59.197Z Compiling serde_cbor v0.11.2
27022026-07-22T16:47:59.265Z Compiling samael v0.0.19
27032026-07-22T16:47:59.480Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27042026-07-22T16:47:59.703Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27052026-07-22T16:47:59.727Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27062026-07-22T16:47:59.780Z Compiling nonempty v0.12.0
27072026-07-22T16:48:00.023Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27082026-07-22T16:48:00.093Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27092026-07-22T16:48:00.211Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27102026-07-22T16:48:00.302Z Compiling fxhash v0.2.1
27112026-07-22T16:48:00.381Z Compiling libz-sys v1.1.24
27122026-07-22T16:48:00.467Z Compiling salty v0.3.0
27132026-07-22T16:48:00.967Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27142026-07-22T16:48:01.106Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27152026-07-22T16:48:01.581Z Compiling kstat-rs v0.2.4
27162026-07-22T16:48:01.886Z Compiling arc-swap v1.8.2
27172026-07-22T16:48:02.106Z Compiling fs-err v2.11.0
27182026-07-22T16:48:02.288Z Compiling slog-scope v4.4.1
27192026-07-22T16:48:02.408Z Compiling mime_guess v2.0.5
27202026-07-22T16:48:02.432Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27212026-07-22T16:48:02.534Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27222026-07-22T16:48:02.964Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27232026-07-22T16:48:03.231Z Compiling rfc6979 v0.4.0
27242026-07-22T16:48:03.401Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27252026-07-22T16:48:03.499Z Compiling nanorand v0.7.0
27262026-07-22T16:48:03.819Z Compiling libgit2-sys v0.18.3+1.9.2
27272026-07-22T16:48:03.876Z Compiling parking_lot_core v0.8.6
27282026-07-22T16:48:04.205Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27292026-07-22T16:48:04.225Z Compiling flume v0.11.1
27302026-07-22T16:48:04.630Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27312026-07-22T16:48:04.665Z Compiling ecdsa v0.16.9
27322026-07-22T16:48:05.689Z Compiling slog-stdlog v4.1.1
27332026-07-22T16:48:05.910Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27342026-07-22T16:48:06.148Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27352026-07-22T16:48:06.154Z Compiling primeorder v0.13.6
27362026-07-22T16:48:06.505Z Compiling diesel-dtrace v0.5.0
27372026-07-22T16:48:06.816Z Compiling async-bb8-diesel v0.2.1
27382026-07-22T16:48:07.141Z Compiling git-stub v1.0.0
27392026-07-22T16:48:07.281Z Compiling atty v0.2.14
27402026-07-22T16:48:07.394Z Compiling parse-size v1.1.0
27412026-07-22T16:48:07.436Z Compiling strsim v0.10.0
27422026-07-22T16:48:07.465Z Compiling instability v0.3.11
27432026-07-22T16:48:07.625Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27442026-07-22T16:48:07.737Z Compiling http-range v0.1.5
27452026-07-22T16:48:07.786Z Compiling darling_core v0.13.4
27462026-07-22T16:48:07.867Z Compiling oso v0.27.3
27472026-07-22T16:48:08.084Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27482026-07-22T16:48:09.465Z Compiling git-stub-vcs v0.1.0
27492026-07-22T16:48:09.775Z Compiling p384 v0.13.1
27502026-07-22T16:48:09.821Z Compiling slog-envlogger v2.2.0
27512026-07-22T16:48:11.815Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27522026-07-22T16:48:11.907Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27532026-07-22T16:48:12.059Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27542026-07-22T16:48:12.432Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27552026-07-22T16:48:13.510Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27562026-07-22T16:48:13.606Z Compiling ignore v0.4.25
27572026-07-22T16:48:14.391Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27582026-07-22T16:48:14.584Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27592026-07-22T16:48:14.731Z Compiling castaway v0.2.4
27602026-07-22T16:48:14.888Z Compiling vergen-git2 v9.1.0
27612026-07-22T16:48:15.128Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27622026-07-22T16:48:15.385Z Compiling indoc v2.0.7
27632026-07-22T16:48:16.033Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27642026-07-22T16:48:16.512Z Compiling compact_str v0.8.1
27652026-07-22T16:48:16.587Z Compiling globwalk v0.9.1
27662026-07-22T16:48:16.994Z Compiling parking_lot v0.11.2
27672026-07-22T16:48:17.175Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27682026-07-22T16:48:17.245Z Compiling hyper-staticfile v0.10.1
27692026-07-22T16:48:17.663Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27702026-07-22T16:48:17.890Z Compiling darling_macro v0.13.4
27712026-07-22T16:48:18.144Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27722026-07-22T16:48:18.245Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27732026-07-22T16:48:18.418Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27742026-07-22T16:48:18.422Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27752026-07-22T16:48:18.499Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27762026-07-22T16:48:18.575Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
27772026-07-22T16:48:18.812Z Compiling predicates-tree v1.0.13
27782026-07-22T16:48:19.209Z Compiling unicode-truncate v1.1.0
27792026-07-22T16:48:19.276Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27802026-07-22T16:48:19.417Z Compiling lru v0.12.5
27812026-07-22T16:48:19.524Z Compiling rand_seeder v0.4.0
27822026-07-22T16:48:19.648Z Compiling prefix-trie v0.7.0
27832026-07-22T16:48:19.787Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27842026-07-22T16:48:19.809Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27852026-07-22T16:48:20.074Z Compiling cassowary v0.3.0
27862026-07-22T16:48:20.138Z Compiling illumos-nvpair-sys v0.2.0
27872026-07-22T16:48:20.258Z Compiling corncobs v0.1.4
27882026-07-22T16:48:20.354Z Compiling hickory-server v0.25.2
27892026-07-22T16:48:20.358Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27902026-07-22T16:48:20.450Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27912026-07-22T16:48:20.538Z Compiling ratatui v0.29.0
27922026-07-22T16:48:20.805Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
27932026-07-22T16:48:20.832Z Compiling camino-tempfile-ext v0.3.3
27942026-07-22T16:48:20.873Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27952026-07-22T16:48:21.133Z Compiling darling v0.13.4
27962026-07-22T16:48:21.266Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27972026-07-22T16:48:21.342Z Compiling sled v0.34.7
27982026-07-22T16:48:21.681Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27992026-07-22T16:48:22.380Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28002026-07-22T16:48:22.824Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28012026-07-22T16:48:24.141Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28022026-07-22T16:48:24.391Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28032026-07-22T16:48:24.619Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28042026-07-22T16:48:24.781Z Compiling secrecy v0.8.0
28052026-07-22T16:48:24.996Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28062026-07-22T16:48:25.201Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28072026-07-22T16:48:25.446Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28082026-07-22T16:48:26.028Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28092026-07-22T16:48:26.080Z Compiling serde_with_macros v1.5.2
28102026-07-22T16:48:26.957Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28112026-07-22T16:48:27.848Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28122026-07-22T16:48:28.279Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28132026-07-22T16:48:28.341Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28142026-07-22T16:48:28.549Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28152026-07-22T16:48:29.005Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28162026-07-22T16:48:29.020Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28172026-07-22T16:48:29.179Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28182026-07-22T16:48:29.179Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28192026-07-22T16:48:29.320Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28202026-07-22T16:48:29.367Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28212026-07-22T16:48:29.427Z Compiling void v1.0.2
28222026-07-22T16:48:34.261Z Compiling lzss v0.8.2
28232026-07-22T16:48:34.261Z Compiling git2 v0.20.4
28242026-07-22T16:48:34.261Z Compiling illumos-nvpair v0.3.0
28252026-07-22T16:48:34.261Z Compiling serde_with v1.14.0
28262026-07-22T16:48:34.261Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28272026-07-22T16:48:34.261Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28282026-07-22T16:48:34.262Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28292026-07-22T16:48:34.262Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28302026-07-22T16:48:34.262Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
28312026-07-22T16:48:34.262Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28322026-07-22T16:48:34.262Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28332026-07-22T16:48:34.262Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28342026-07-22T16:48:34.440Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28352026-07-22T16:48:34.675Z Compiling tungstenite v0.23.0
28362026-07-22T16:48:34.696Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28372026-07-22T16:48:35.080Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28382026-07-22T16:48:36.269Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28392026-07-22T16:48:36.519Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28402026-07-22T16:48:36.781Z Compiling nix v0.27.1
28412026-07-22T16:48:36.803Z Compiling twox-hash v2.1.2
28422026-07-22T16:48:37.060Z Compiling libsw-core v0.3.2
28432026-07-22T16:48:37.371Z Compiling serde_bytes v0.11.19
28442026-07-22T16:48:37.397Z Compiling libsw v3.5.0
28452026-07-22T16:48:37.429Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28462026-07-22T16:48:37.512Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28472026-07-22T16:48:37.543Z Compiling tokio-tungstenite v0.23.1
28482026-07-22T16:48:37.884Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28492026-07-22T16:48:37.934Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28502026-07-22T16:48:38.002Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28512026-07-22T16:48:38.132Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28522026-07-22T16:48:39.581Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28532026-07-22T16:48:40.216Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28542026-07-22T16:48:41.893Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28552026-07-22T16:48:42.316Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28562026-07-22T16:48:42.369Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28572026-07-22T16:48:42.610Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28582026-07-22T16:48:42.647Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28592026-07-22T16:48:43.085Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
28602026-07-22T16:48:43.330Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28612026-07-22T16:48:43.369Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28622026-07-22T16:48:43.521Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28632026-07-22T16:48:44.275Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28642026-07-22T16:48:45.010Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28652026-07-22T16:48:46.237Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28662026-07-22T16:48:46.253Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28672026-07-22T16:48:48.253Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28682026-07-22T16:48:48.436Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28692026-07-22T16:48:48.530Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28702026-07-22T16:48:49.443Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28712026-07-22T16:48:49.569Z Compiling signal-hook-tokio v0.3.1
28722026-07-22T16:48:49.662Z Compiling fatfs v0.3.6
28732026-07-22T16:48:49.761Z Compiling yasna v0.5.2
28742026-07-22T16:48:50.080Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28752026-07-22T16:48:50.889Z Compiling is_ci v1.2.0
28762026-07-22T16:48:51.107Z Compiling assert_matches v1.5.0
28772026-07-22T16:48:51.214Z Compiling seq-macro v0.3.6
28782026-07-22T16:48:51.312Z Compiling supports-color v3.0.2
28792026-07-22T16:48:51.334Z Compiling rcgen v0.12.1
28802026-07-22T16:48:51.547Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28812026-07-22T16:48:51.737Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28822026-07-22T16:48:51.844Z Compiling oxide-update-engine-display v0.1.2
28832026-07-22T16:48:52.223Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28842026-07-22T16:48:52.923Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28852026-07-22T16:48:53.172Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28862026-07-22T16:48:53.421Z Compiling port-file v0.1.0
28872026-07-22T16:48:53.757Z Compiling rtoolbox v0.0.3
28882026-07-22T16:48:53.859Z Compiling subprocess v0.2.15
28892026-07-22T16:48:54.051Z Compiling rpassword v7.5.4
28902026-07-22T16:48:54.696Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28912026-07-22T16:48:56.045Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28922026-07-22T16:48:56.089Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28932026-07-22T16:48:56.140Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28942026-07-22T16:48:56.276Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28952026-07-22T16:48:58.602Z Compiling tui-tree-widget v0.23.1
28962026-07-22T16:48:58.897Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28972026-07-22T16:48:59.184Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28982026-07-22T16:49:00.108Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28992026-07-22T16:49:00.378Z Compiling uzers v0.12.2
29002026-07-22T16:49:00.623Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29012026-07-22T16:49:00.752Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29022026-07-22T16:49:01.765Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29032026-07-22T16:49:04.361Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29042026-07-22T16:49:04.386Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29052026-07-22T16:49:05.617Z Compiling support-bundle-viewer v0.1.2
29062026-07-22T16:49:06.581Z Compiling multimap v0.10.1
29072026-07-22T16:49:21.165Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29082026-07-22T16:49:25.546Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29092026-07-22T16:49:28.577Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29102026-07-22T16:49:28.678Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29112026-07-22T16:49:29.049Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29122026-07-22T16:56:02.203Z Finished `release` profile [optimized] target(s) in 8m 43s
29132026-07-22T16:56:48.059Z
29142026-07-22T16:56:48.059Zreal 9:30.034015179
29152026-07-22T16:56:48.059Zuser 1:19:37.259093753
29162026-07-22T16:56:48.059Zsys 3:30.613812484
29172026-07-22T16:56:48.059Ztrap 1.753358769
29182026-07-22T16:56:48.062Ztflt 2.491414548
29192026-07-22T16:56:48.063Zdflt 15.861702763
29202026-07-22T16:56:48.063Zkflt 0.082953780
29212026-07-22T16:56:48.063Zlock 6:47:54.801035058
29222026-07-22T16:56:48.063Zslp 2:12:37.756686888
29232026-07-22T16:56:48.063Zlat 2:22.577488521
29242026-07-22T16:56:48.063Zstop 5:20.131643723
29252026-07-22T16:56:48.063Z+ mapfile -t packages
29262026-07-22T16:56:48.063Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29272026-07-22T16:56:48.977Z Finished `release` profile [optimized] target(s) in 0.90s
29282026-07-22T16:56:49.041Z Running `target/release/omicron-package -t test list-outputs`
29292026-07-22T16:56:49.098ZLogging to: /work/oxidecomputer/omicron/out/LOG
29302026-07-22T16:56:49.105Z+ ptime -m cargo build --locked --release -p xtask
29312026-07-22T16:56:49.574Z Compiling libc v0.2.185
29322026-07-22T16:56:49.574Z Compiling serde_core v1.0.228
29332026-07-22T16:56:49.574Z Compiling serde v1.0.228
29342026-07-22T16:56:49.578Z Compiling rustix v1.1.3
29352026-07-22T16:56:49.578Z Compiling bitflags v2.11.0
29362026-07-22T16:56:49.578Z Compiling serde_json v1.0.150
29372026-07-22T16:56:49.736Z Compiling syn v2.0.117
29382026-07-22T16:56:49.736Z Compiling usdt-impl v0.5.0
29392026-07-22T16:56:49.739Z Compiling syn v1.0.109
29402026-07-22T16:56:49.768Z Compiling getrandom v0.4.1
29412026-07-22T16:56:49.778Z Compiling log v0.4.29
29422026-07-22T16:56:49.788Z Compiling indexmap v2.14.0
29432026-07-22T16:56:49.801Z Compiling fs-err v3.3.0
29442026-07-22T16:56:50.021Z Compiling once_cell v1.21.3
29452026-07-22T16:56:50.071Z Compiling anyhow v1.0.102
29462026-07-22T16:56:50.102Z Compiling heck v0.4.1
29472026-07-22T16:56:50.464Z Compiling thread-id v4.2.2
29482026-07-22T16:56:50.474Z Compiling errno v0.3.14
29492026-07-22T16:56:50.477Z Compiling memmap v0.7.0
29502026-07-22T16:56:51.234Z Compiling proc-macro-error v1.0.4
29512026-07-22T16:56:51.476Z Compiling tabled_derive v0.7.0
29522026-07-22T16:56:51.487Z Compiling terminal_size v0.4.3
29532026-07-22T16:56:51.490Z Compiling tempfile v3.25.0
29542026-07-22T16:56:51.582Z Compiling clap_builder v4.6.0
29552026-07-22T16:56:51.583Z Compiling textwrap v0.16.2
29562026-07-22T16:56:51.857Z Compiling camino v1.2.2
29572026-07-22T16:56:51.878Z Compiling cargo-platform v0.3.2
29582026-07-22T16:56:51.881Z Compiling semver v1.0.28
29592026-07-22T16:56:51.937Z Compiling pest_generator v2.8.6
29602026-07-22T16:56:52.194Z Compiling tabled v0.15.0
29612026-07-22T16:56:52.206Z Compiling camino-tempfile v1.4.1
29622026-07-22T16:56:52.482Z Compiling serde_derive v1.0.228
29632026-07-22T16:56:52.482Z Compiling thiserror-impl v1.0.69
29642026-07-22T16:56:52.485Z Compiling zerocopy-derive v0.7.35
29652026-07-22T16:56:52.485Z Compiling pest_derive v2.8.6
29662026-07-22T16:56:52.485Z Compiling scroll_derive v0.12.1
29672026-07-22T16:56:52.494Z Compiling thiserror-impl v2.0.18
29682026-07-22T16:56:52.497Z Compiling clap_derive v4.6.1
29692026-07-22T16:56:53.180Z Compiling scroll v0.12.0
29702026-07-22T16:56:53.367Z Compiling zerocopy v0.7.35
29712026-07-22T16:56:53.446Z Compiling goblin v0.8.2
29722026-07-22T16:56:53.660Z Compiling thiserror v1.0.69
29732026-07-22T16:56:53.783Z Compiling dtrace-parser v0.2.0
29742026-07-22T16:56:53.948Z Compiling thiserror v2.0.18
29752026-07-22T16:56:53.964Z Compiling clap v4.6.1
29762026-07-22T16:56:55.871Z Compiling toml_datetime v0.6.11
29772026-07-22T16:56:55.882Z Compiling serde_spanned v0.6.9
29782026-07-22T16:56:55.890Z Compiling macaddr v1.0.1
29792026-07-22T16:56:55.904Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29802026-07-22T16:56:55.915Z Compiling cargo_metadata v0.23.1
29812026-07-22T16:56:55.953Z Compiling dof v0.3.0
29822026-07-22T16:56:55.953Z Compiling serde_tokenstream v0.2.3
29832026-07-22T16:56:56.061Z Compiling toml_edit v0.22.27
29842026-07-22T16:56:56.686Z Compiling usdt-macro v0.5.0
29852026-07-22T16:56:56.888Z Compiling usdt-attr-macro v0.5.0
29862026-07-22T16:56:57.507Z Compiling usdt v0.5.0
29872026-07-22T16:56:57.586Z Compiling toml v0.8.23
29882026-07-22T16:56:58.029Z Compiling cargo_toml v0.21.0
29892026-07-22T16:57:02.528Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29902026-07-22T16:57:05.800Z Finished `release` profile [optimized] target(s) in 16.68s
29912026-07-22T16:57:05.901Z
29922026-07-22T16:57:05.904Zreal 16.767341518
29932026-07-22T16:57:05.904Zuser 2:06.345229049
29942026-07-22T16:57:05.904Zsys 14.092855946
29952026-07-22T16:57:05.904Ztrap 0.080961611
29962026-07-22T16:57:05.904Ztflt 0.502763743
29972026-07-22T16:57:05.904Zdflt 1.637801006
29982026-07-22T16:57:05.904Zkflt 0.000037660
29992026-07-22T16:57:05.904Zlock 4:32.684474384
30002026-07-22T16:57:05.904Zslp 2:47.012740531
30012026-07-22T16:57:05.904Zlat 3.937576657
30022026-07-22T16:57:05.904Zstop 14.736545971
30032026-07-22T16:57:05.904Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30042026-07-22T16:57:05.904Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30052026-07-22T16:57:05.904Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30062026-07-22T16:57:05.904Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30072026-07-22T16:57:05.904Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30082026-07-22T16:57:06.831Z Compiling progenitor-client v0.14.0
30092026-07-22T16:57:06.831Z Compiling newtype-uuid-macros v0.1.0
30102026-07-22T16:57:06.831Z Compiling match_cfg v0.1.0
30112026-07-22T16:57:06.831Z Compiling slog-json v2.6.1
30122026-07-22T16:57:06.833Z Compiling structmeta-derive v0.3.0
30132026-07-22T16:57:06.833Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30142026-07-22T16:57:06.834Z Compiling sha1 v0.11.0
30152026-07-22T16:57:06.834Z Compiling multer v3.1.0
30162026-07-22T16:57:06.979Z Compiling compression-core v0.4.31
30172026-07-22T16:57:06.982Z Compiling debug-ignore v1.0.5
30182026-07-22T16:57:06.982Z Compiling itertools v0.14.0
30192026-07-22T16:57:06.983Z Compiling async-stream-impl v0.3.6
30202026-07-22T16:57:06.983Z Compiling toml_datetime v1.1.1+spec-1.1.0
30212026-07-22T16:57:06.992Z Compiling serde_spanned v1.1.1
30222026-07-22T16:57:06.995Z Compiling dropshot v0.17.1
30232026-07-22T16:57:06.995Z Compiling toml_writer v1.1.1+spec-1.1.0
30242026-07-22T16:57:07.174Z Compiling compression-codecs v0.4.37
30252026-07-22T16:57:07.273Z Compiling toml v1.1.2+spec-1.1.0
30262026-07-22T16:57:07.276Z Compiling waitgroup v0.1.2
30272026-07-22T16:57:07.310Z Compiling hostname v0.3.1
30282026-07-22T16:57:07.331Z Compiling rustls-pemfile v2.2.0
30292026-07-22T16:57:07.371Z Compiling dropshot_endpoint v0.17.1
30302026-07-22T16:57:07.397Z Compiling async-compression v0.4.41
30312026-07-22T16:57:07.415Z Compiling slog-bunyan v2.5.0
30322026-07-22T16:57:07.452Z Compiling serde_path_to_error v0.1.20
30332026-07-22T16:57:07.503Z Compiling hostname v0.4.2
30342026-07-22T16:57:07.507Z Compiling atomicwrites v0.4.4
30352026-07-22T16:57:07.559Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30362026-07-22T16:57:07.562Z Compiling macaddr v1.0.1
30372026-07-22T16:57:07.598Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30382026-07-22T16:57:07.603Z Compiling instant v0.1.13
30392026-07-22T16:57:07.637Z Compiling regress v0.10.5
30402026-07-22T16:57:07.672Z Compiling backon v1.6.0
30412026-07-22T16:57:07.728Z Compiling backoff v0.4.0
30422026-07-22T16:57:07.745Z Compiling async-stream v0.3.6
30432026-07-22T16:57:07.748Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30442026-07-22T16:57:07.779Z Compiling humantime v2.3.0
30452026-07-22T16:57:07.797Z Compiling half v2.7.1
30462026-07-22T16:57:07.823Z Compiling crucible-workspace-hack v0.1.0
30472026-07-22T16:57:07.839Z Compiling progenitor-extras v0.2.0
30482026-07-22T16:57:07.900Z Compiling ciborium-io v0.2.2
30492026-07-22T16:57:07.940Z Compiling regress v0.11.1
30502026-07-22T16:57:07.965Z Compiling convert_case v0.4.0
30512026-07-22T16:57:08.017Z Compiling secrecy v0.10.3
30522026-07-22T16:57:08.017Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30532026-07-22T16:57:08.050Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30542026-07-22T16:57:08.083Z Compiling ciborium-ll v0.2.2
30552026-07-22T16:57:08.086Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30562026-07-22T16:57:08.118Z Compiling structmeta v0.3.0
30572026-07-22T16:57:08.123Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30582026-07-22T16:57:08.169Z Compiling inout v0.1.4
30592026-07-22T16:57:08.189Z Compiling unsafe-libyaml v0.2.11
30602026-07-22T16:57:08.222Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30612026-07-22T16:57:08.241Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30622026-07-22T16:57:08.258Z Compiling ciborium v0.2.2
30632026-07-22T16:57:08.323Z Compiling thiserror-impl-no-std v2.0.2
30642026-07-22T16:57:08.357Z Compiling derive-ex v0.1.8
30652026-07-22T16:57:08.360Z Compiling parse-display-derive v0.10.0
30662026-07-22T16:57:08.393Z Compiling derive_more v0.99.20
30672026-07-22T16:57:08.426Z Compiling cipher v0.4.4
30682026-07-22T16:57:08.443Z Compiling universal-hash v0.5.1
30692026-07-22T16:57:08.499Z Compiling opaque-debug v0.3.1
30702026-07-22T16:57:08.516Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30712026-07-22T16:57:08.590Z Compiling poly1305 v0.8.0
30722026-07-22T16:57:08.608Z Compiling blake2 v0.10.6
30732026-07-22T16:57:08.611Z Compiling aead v0.5.2
30742026-07-22T16:57:08.703Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30752026-07-22T16:57:08.724Z Compiling serde_yaml v0.9.34+deprecated
30762026-07-22T16:57:08.855Z Compiling chacha20 v0.9.1
30772026-07-22T16:57:08.875Z Compiling password-hash v0.5.0
30782026-07-22T16:57:08.936Z Compiling indent_write v2.2.0
30792026-07-22T16:57:08.965Z Compiling toml_datetime v0.7.5+spec-1.1.0
30802026-07-22T16:57:09.103Z Compiling chacha20poly1305 v0.10.1
30812026-07-22T16:57:09.163Z Compiling argon2 v0.5.3
30822026-07-22T16:57:09.192Z Compiling toml_edit v0.23.10+spec-1.0.0
30832026-07-22T16:57:09.246Z Compiling darling_core v0.21.3
30842026-07-22T16:57:09.276Z Compiling heapless v0.8.0
30852026-07-22T16:57:09.333Z Compiling tabwriter v1.4.1
30862026-07-22T16:57:09.358Z Compiling hash32 v0.3.1
30872026-07-22T16:57:09.546Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30882026-07-22T16:57:09.583Z Compiling typify-impl v0.6.2
30892026-07-22T16:57:09.612Z Compiling thiserror-no-std v2.0.2
30902026-07-22T16:57:09.730Z Compiling vsss-rs v3.3.4
30912026-07-22T16:57:09.831Z Compiling proc-macro-crate v3.4.0
30922026-07-22T16:57:09.863Z Compiling smoltcp v0.11.0
30932026-07-22T16:57:10.175Z Compiling test-strategy v0.4.5
30942026-07-22T16:57:10.207Z Compiling parse-display v0.10.0
30952026-07-22T16:57:10.266Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30962026-07-22T16:57:10.326Z Compiling cobs v0.3.0
30972026-07-22T16:57:10.390Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30982026-07-22T16:57:10.444Z Compiling num_enum_derive v0.7.6
30992026-07-22T16:57:10.529Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31002026-07-22T16:57:10.559Z Compiling colored v3.1.1
31012026-07-22T16:57:10.587Z Compiling postcard v1.1.3
31022026-07-22T16:57:10.649Z Compiling proc-macro-error v1.0.4
31032026-07-22T16:57:10.665Z Compiling proc-macro-crate v1.3.1
31042026-07-22T16:57:10.951Z Compiling rand v0.10.1
31052026-07-22T16:57:10.969Z Compiling foreign-types-macros v0.2.3
31062026-07-22T16:57:10.969Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31072026-07-22T16:57:11.006Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31082026-07-22T16:57:11.025Z Compiling foreign-types-shared v0.3.1
31092026-07-22T16:57:11.102Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31102026-07-22T16:57:11.126Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31112026-07-22T16:57:11.150Z Compiling rayon-core v1.13.0
31122026-07-22T16:57:11.311Z Compiling num_enum_derive v0.5.11
31132026-07-22T16:57:11.328Z Compiling crossbeam-deque v0.8.6
31142026-07-22T16:57:11.385Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31152026-07-22T16:57:11.423Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31162026-07-22T16:57:11.467Z Compiling cstr-argument v0.1.2
31172026-07-22T16:57:11.507Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31182026-07-22T16:57:11.600Z Compiling num_enum v0.7.6
31192026-07-22T16:57:11.641Z Compiling foreign-types v0.5.0
31202026-07-22T16:57:11.659Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31212026-07-22T16:57:11.761Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31222026-07-22T16:57:11.782Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31232026-07-22T16:57:11.786Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31242026-07-22T16:57:11.815Z Compiling zone_cfg_derive v0.3.1
31252026-07-22T16:57:11.871Z Compiling darling_macro v0.21.3
31262026-07-22T16:57:11.904Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31272026-07-22T16:57:11.920Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31282026-07-22T16:57:11.943Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31292026-07-22T16:57:12.049Z Compiling rayon v1.11.0
31302026-07-22T16:57:12.066Z Compiling itertools v0.12.1
31312026-07-22T16:57:12.068Z Compiling num-derive v0.4.2
31322026-07-22T16:57:12.100Z Compiling sigpipe v0.1.3
31332026-07-22T16:57:12.173Z Compiling cpubits v0.1.1
31342026-07-22T16:57:12.214Z Compiling glob v0.3.3
31352026-07-22T16:57:12.258Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31362026-07-22T16:57:12.276Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31372026-07-22T16:57:12.294Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31382026-07-22T16:57:12.409Z Compiling smf v0.2.3
31392026-07-22T16:57:12.434Z Compiling num_enum v0.5.11
31402026-07-22T16:57:12.451Z Compiling darling v0.21.3
31412026-07-22T16:57:12.520Z Compiling whoami v1.6.1
31422026-07-22T16:57:12.537Z Compiling gethostname v0.5.0
31432026-07-22T16:57:12.557Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31442026-07-22T16:57:12.560Z Compiling ingot-macros v0.1.1
31452026-07-22T16:57:12.588Z Compiling usdt-macro v0.5.0
31462026-07-22T16:57:12.620Z Compiling usdt-attr-macro v0.5.0
31472026-07-22T16:57:12.642Z Compiling num-rational v0.4.2
31482026-07-22T16:57:12.683Z Compiling pem-rfc7468 v1.0.0
31492026-07-22T16:57:12.891Z Compiling num-complex v0.4.6
31502026-07-22T16:57:12.971Z Compiling derive-where v1.6.0
31512026-07-22T16:57:13.017Z Compiling memmap v0.7.0
31522026-07-22T16:57:13.105Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31532026-07-22T16:57:13.120Z Compiling float-ord v0.3.2
31542026-07-22T16:57:13.236Z Compiling zone v0.3.1
31552026-07-22T16:57:13.265Z Compiling num v0.4.3
31562026-07-22T16:57:13.268Z Compiling toml v0.8.23
31572026-07-22T16:57:13.320Z Compiling hmac v0.13.0
31582026-07-22T16:57:13.339Z Compiling universal-hash v0.6.1
31592026-07-22T16:57:13.364Z Compiling resolv-conf v0.7.6
31602026-07-22T16:57:13.422Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31612026-07-22T16:57:13.493Z Compiling usdt v0.5.0
31622026-07-22T16:57:13.510Z Compiling cancel-safe-futures v0.1.5
31632026-07-22T16:57:13.529Z Compiling polyval v0.7.1
31642026-07-22T16:57:13.550Z Compiling der v0.8.0
31652026-07-22T16:57:13.582Z Compiling prettyplease v0.2.37
31662026-07-22T16:57:13.600Z Compiling pbkdf2 v0.13.0
31672026-07-22T16:57:13.746Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31682026-07-22T16:57:13.749Z Compiling ghash v0.6.0
31692026-07-22T16:57:13.801Z Compiling aes v0.9.1
31702026-07-22T16:57:13.819Z Compiling console v0.15.11
31712026-07-22T16:57:13.876Z Compiling newline-converter v0.3.0
31722026-07-22T16:57:13.893Z Compiling hickory-proto v0.24.4
31732026-07-22T16:57:13.922Z Compiling ctr v0.10.1
31742026-07-22T16:57:13.945Z Compiling aead v0.6.1
31752026-07-22T16:57:13.945Z Compiling sha2 v0.11.0
31762026-07-22T16:57:14.016Z Compiling libefi-sys v0.1.0
31772026-07-22T16:57:14.138Z Compiling linear-map v1.2.0
31782026-07-22T16:57:14.165Z Compiling linked-hash-map v0.5.6
31792026-07-22T16:57:14.183Z Compiling expectorate v1.2.0
31802026-07-22T16:57:14.268Z Compiling typify-macro v0.6.2
31812026-07-22T16:57:14.291Z Compiling aes-gcm v0.11.0
31822026-07-22T16:57:14.346Z Compiling lru-cache v0.1.2
31832026-07-22T16:57:14.384Z Compiling oxide-update-engine-types v0.1.2
31842026-07-22T16:57:14.387Z Compiling crypto-bigint v0.7.5
31852026-07-22T16:57:14.416Z Compiling salsa20 v0.11.0
31862026-07-22T16:57:14.440Z Compiling cbc v0.2.1
31872026-07-22T16:57:14.500Z Compiling spki v0.8.0
31882026-07-22T16:57:14.525Z Compiling bitfield-struct v0.6.2
31892026-07-22T16:57:14.597Z Compiling nom v8.0.0
31902026-07-22T16:57:14.626Z Compiling semver v0.1.20
31912026-07-22T16:57:14.821Z Compiling scrypt v0.12.0
31922026-07-22T16:57:14.917Z Compiling rustc_version v0.1.7
31932026-07-22T16:57:14.991Z Compiling tokio-dtrace v0.1.1
31942026-07-22T16:57:15.007Z Compiling dropshot-api-manager-types v0.7.2
31952026-07-22T16:57:15.157Z Compiling slog-dtrace v0.3.0
31962026-07-22T16:57:15.180Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31972026-07-22T16:57:15.199Z Compiling minimal-lexical v0.2.1
31982026-07-22T16:57:15.263Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31992026-07-22T16:57:15.279Z Compiling oxide-tokio-rt v0.1.4
32002026-07-22T16:57:15.300Z Compiling newtype_derive v0.1.6
32012026-07-22T16:57:15.371Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32022026-07-22T16:57:15.471Z Compiling nom v7.1.3
32032026-07-22T16:57:15.493Z Compiling oxide-update-engine v0.1.2
32042026-07-22T16:57:15.555Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32052026-07-22T16:57:15.573Z Compiling ingot-types v0.1.2
32062026-07-22T16:57:15.593Z Compiling pkcs5 v0.8.1
32072026-07-22T16:57:15.610Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32082026-07-22T16:57:15.626Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32092026-07-22T16:57:15.643Z Compiling phf_shared v0.12.1
32102026-07-22T16:57:15.724Z Compiling csv-core v0.1.13
32112026-07-22T16:57:15.850Z Compiling chrono-tz v0.10.4
32122026-07-22T16:57:15.949Z Compiling highway v1.3.0
32132026-07-22T16:57:15.985Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32142026-07-22T16:57:16.021Z Compiling ingot v0.1.1
32152026-07-22T16:57:16.039Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32162026-07-22T16:57:16.042Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32172026-07-22T16:57:16.085Z Compiling unicode-xid v0.2.6
32182026-07-22T16:57:16.176Z Compiling hickory-resolver v0.24.4
32192026-07-22T16:57:16.215Z Compiling typify v0.6.2
32202026-07-22T16:57:16.235Z Compiling xshell-macros v0.2.7
32212026-07-22T16:57:16.253Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32222026-07-22T16:57:16.352Z Compiling progenitor-impl v0.14.0
32232026-07-22T16:57:16.370Z Compiling const_format_proc_macros v0.2.34
32242026-07-22T16:57:16.409Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32252026-07-22T16:57:16.691Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32262026-07-22T16:57:16.945Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32272026-07-22T16:57:17.035Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32282026-07-22T16:57:17.077Z Compiling xshell v0.2.7
32292026-07-22T16:57:17.296Z Compiling qorb v0.4.1
32302026-07-22T16:57:17.346Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32312026-07-22T16:57:17.606Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32322026-07-22T16:57:17.628Z Compiling pkcs8 v0.11.0
32332026-07-22T16:57:17.667Z Compiling csv v1.4.0
32342026-07-22T16:57:17.770Z Compiling phf v0.12.1
32352026-07-22T16:57:17.822Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32362026-07-22T16:57:17.945Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32372026-07-22T16:57:17.964Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32382026-07-22T16:57:18.016Z Compiling owo-colors v4.3.0
32392026-07-22T16:57:18.240Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32402026-07-22T16:57:18.277Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32412026-07-22T16:57:18.295Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32422026-07-22T16:57:18.466Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32432026-07-22T16:57:18.565Z Compiling const_format v0.2.35
32442026-07-22T16:57:18.587Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32452026-07-22T16:57:18.610Z Compiling tabled_derive v0.7.0
32462026-07-22T16:57:18.990Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32472026-07-22T16:57:19.047Z Compiling bcs v0.1.6
32482026-07-22T16:57:19.103Z Compiling ff v0.14.0
32492026-07-22T16:57:19.125Z Compiling progenitor-macro v0.14.0
32502026-07-22T16:57:19.279Z Compiling termtree v0.5.1
32512026-07-22T16:57:19.334Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32522026-07-22T16:57:19.391Z Compiling tagptr v0.2.0
32532026-07-22T16:57:19.409Z Compiling salty v0.3.0
32542026-07-22T16:57:19.465Z Compiling textwrap v0.16.2
32552026-07-22T16:57:19.483Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32562026-07-22T16:57:19.570Z Compiling moka v0.12.13
32572026-07-22T16:57:19.687Z Compiling tabled v0.15.0
32582026-07-22T16:57:19.751Z Compiling steno v0.4.1
32592026-07-22T16:57:19.770Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32602026-07-22T16:57:19.856Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32612026-07-22T16:57:19.975Z Compiling sha1 v0.10.6
32622026-07-22T16:57:20.021Z Compiling signature v3.0.0
32632026-07-22T16:57:20.050Z Compiling base64 v0.21.7
32642026-07-22T16:57:20.069Z Compiling base16ct v1.0.0
32652026-07-22T16:57:20.240Z Compiling radium v0.7.0
32662026-07-22T16:57:20.256Z Compiling sec1 v0.8.1
32672026-07-22T16:57:20.406Z Compiling hickory-resolver v0.25.2
32682026-07-22T16:57:20.469Z Compiling group v0.14.0
32692026-07-22T16:57:20.585Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32702026-07-22T16:57:20.585Z Compiling hkdf v0.13.0
32712026-07-22T16:57:20.616Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32722026-07-22T16:57:20.686Z Compiling rfc6979 v0.4.0
32732026-07-22T16:57:20.725Z Compiling tap v1.0.1
32742026-07-22T16:57:20.793Z Compiling maybe-uninit v2.0.0
32752026-07-22T16:57:20.810Z Compiling elliptic-curve v0.14.0-rc.33
32762026-07-22T16:57:20.850Z Compiling wyz v0.5.1
32772026-07-22T16:57:20.873Z Compiling ecdsa v0.16.9
32782026-07-22T16:57:21.217Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32792026-07-22T16:57:21.360Z Compiling primeorder v0.13.6
32802026-07-22T16:57:21.365Z Compiling proc-macro-error-attr2 v2.0.0
32812026-07-22T16:57:21.575Z Compiling funty v2.0.0
32822026-07-22T16:57:21.592Z Compiling parking_lot_core v0.8.6
32832026-07-22T16:57:21.616Z Compiling utf-8 v0.7.6
32842026-07-22T16:57:21.672Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32852026-07-22T16:57:21.840Z Compiling packed_struct v0.10.1
32862026-07-22T16:57:21.858Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32872026-07-22T16:57:21.958Z Compiling bitvec v1.0.1
32882026-07-22T16:57:21.975Z Compiling proc-macro-error2 v2.0.1
32892026-07-22T16:57:21.994Z Compiling tungstenite v0.21.0
32902026-07-22T16:57:22.149Z Compiling p384 v0.13.1
32912026-07-22T16:57:22.212Z Compiling rfc6979 v0.5.0
32922026-07-22T16:57:22.291Z Compiling git-stub v1.0.0
32932026-07-22T16:57:22.343Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32942026-07-22T16:57:22.376Z Compiling num-derive v0.3.3
32952026-07-22T16:57:22.395Z Compiling packed_struct_codegen v0.10.1
32962026-07-22T16:57:22.398Z Compiling zerocopy-derive v0.6.6
32972026-07-22T16:57:22.503Z Compiling bitfield-macros v0.19.4
32982026-07-22T16:57:22.587Z Compiling indexmap v1.9.3
32992026-07-22T16:57:22.746Z Compiling nodrop v0.1.14
33002026-07-22T16:57:22.839Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33012026-07-22T16:57:22.842Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33022026-07-22T16:57:22.876Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33032026-07-22T16:57:22.892Z Compiling crc-catalog v2.4.0
33042026-07-22T16:57:22.895Z Compiling array-init v0.0.4
33052026-07-22T16:57:23.021Z Compiling crc v3.4.0
33062026-07-22T16:57:23.178Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33072026-07-22T16:57:23.197Z Compiling tokio-tungstenite v0.21.0
33082026-07-22T16:57:23.216Z Compiling git-stub-vcs v0.1.0
33092026-07-22T16:57:23.252Z Compiling ecdsa v0.17.0-rc.18
33102026-07-22T16:57:23.290Z Compiling tabled_derive v0.11.0
33112026-07-22T16:57:23.317Z Compiling bitfield v0.19.4
33122026-07-22T16:57:23.349Z Compiling zerocopy v0.6.6
33132026-07-22T16:57:23.378Z Compiling libscf-sys v1.1.0
33142026-07-22T16:57:23.480Z Compiling smallvec v0.6.14
33152026-07-22T16:57:23.612Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33162026-07-22T16:57:23.628Z Compiling primeorder v0.14.0-rc.10
33172026-07-22T16:57:23.652Z Compiling primefield v0.14.0
33182026-07-22T16:57:23.715Z Compiling progenitor-impl v0.13.0
33192026-07-22T16:57:23.734Z Compiling papergrid v0.17.0
33202026-07-22T16:57:23.737Z Compiling testing_table v0.3.0
33212026-07-22T16:57:23.783Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33222026-07-22T16:57:23.894Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33232026-07-22T16:57:23.913Z Compiling curve25519-dalek v5.0.0-rc.0
33242026-07-22T16:57:23.929Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33252026-07-22T16:57:23.932Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33262026-07-22T16:57:23.976Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33272026-07-22T16:57:23.995Z Compiling corncobs v0.1.4
33282026-07-22T16:57:24.187Z Compiling illumos-nvpair-sys v0.2.0
33292026-07-22T16:57:24.205Z Compiling hashbrown v0.12.3
33302026-07-22T16:57:24.208Z Compiling unicase v2.9.0
33312026-07-22T16:57:24.322Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33322026-07-22T16:57:24.360Z Compiling progenitor v0.14.0
33332026-07-22T16:57:24.363Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33342026-07-22T16:57:24.421Z Compiling parking_lot v0.11.2
33352026-07-22T16:57:24.457Z Compiling mime_guess v2.0.5
33362026-07-22T16:57:24.460Z Compiling serde-hex v0.1.0
33372026-07-22T16:57:24.494Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33382026-07-22T16:57:24.531Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33392026-07-22T16:57:24.548Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33402026-07-22T16:57:24.551Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33412026-07-22T16:57:24.773Z Compiling tabled v0.20.0
33422026-07-22T16:57:24.801Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33432026-07-22T16:57:24.845Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33442026-07-22T16:57:24.917Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33452026-07-22T16:57:25.082Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33462026-07-22T16:57:25.143Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33472026-07-22T16:57:25.309Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33482026-07-22T16:57:25.429Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33492026-07-22T16:57:25.493Z Compiling ron v0.8.1
33502026-07-22T16:57:25.542Z Compiling ssh-encoding v0.3.0-rc.9
33512026-07-22T16:57:25.601Z Compiling hashbrown v0.13.2
33522026-07-22T16:57:25.652Z Compiling progenitor-client v0.13.0
33532026-07-22T16:57:25.707Z Compiling prefix-trie v0.7.0
33542026-07-22T16:57:26.014Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33552026-07-22T16:57:26.141Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33562026-07-22T16:57:26.141Z Compiling fxhash v0.2.1
33572026-07-22T16:57:26.312Z Compiling secrecy v0.8.0
33582026-07-22T16:57:26.334Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33592026-07-22T16:57:26.349Z Compiling crc-any v2.5.0
33602026-07-22T16:57:26.498Z Compiling progenitor-macro v0.13.0
33612026-07-22T16:57:26.610Z Compiling sled v0.34.7
33622026-07-22T16:57:26.626Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33632026-07-22T16:57:26.974Z Compiling object v0.30.4
33642026-07-22T16:57:27.050Z Compiling hickory-server v0.25.2
33652026-07-22T16:57:27.224Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33662026-07-22T16:57:27.245Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33672026-07-22T16:57:27.345Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33682026-07-22T16:57:27.458Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33692026-07-22T16:57:27.782Z Compiling ed25519 v3.0.0
33702026-07-22T16:57:27.813Z Compiling crypto-primes v0.7.2
33712026-07-22T16:57:28.009Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33722026-07-22T16:57:28.438Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33732026-07-22T16:57:28.639Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33742026-07-22T16:57:28.768Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33752026-07-22T16:57:28.890Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33762026-07-22T16:57:28.938Z Compiling pkcs1 v0.8.0-rc.4
33772026-07-22T16:57:28.979Z Compiling poly1305 v0.9.0
33782026-07-22T16:57:29.065Z Compiling blowfish v0.10.0
33792026-07-22T16:57:29.088Z Compiling blake2 v0.11.0-rc.6
33802026-07-22T16:57:29.289Z Compiling keccak v0.2.0
33812026-07-22T16:57:29.354Z Compiling http-range v0.1.5
33822026-07-22T16:57:29.373Z Compiling crc8 v0.1.1
33832026-07-22T16:57:29.494Z Compiling path-slash v0.1.5
33842026-07-22T16:57:29.516Z Compiling fiat-crypto v0.3.0
33852026-07-22T16:57:29.560Z Compiling half v1.8.3
33862026-07-22T16:57:29.666Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33872026-07-22T16:57:29.717Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33882026-07-22T16:57:29.754Z Compiling sha3 v0.11.0
33892026-07-22T16:57:29.763Z Compiling argon2 v0.6.0-rc.8
33902026-07-22T16:57:29.798Z Compiling bcrypt-pbkdf v0.11.0
33912026-07-22T16:57:29.898Z Compiling serde_cbor v0.11.2
33922026-07-22T16:57:29.989Z Compiling ssh-cipher v0.3.0-rc.9
33932026-07-22T16:57:30.037Z Compiling rsa v0.10.0-rc.18
33942026-07-22T16:57:30.061Z Compiling ed25519-dalek v3.0.0-rc.0
33952026-07-22T16:57:30.143Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33962026-07-22T16:57:30.361Z Compiling illumos-nvpair v0.3.0
33972026-07-22T16:57:30.534Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33982026-07-22T16:57:30.661Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33992026-07-22T16:57:30.689Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34002026-07-22T16:57:30.776Z Compiling p521 v0.14.0-rc.10
34012026-07-22T16:57:30.890Z Compiling p256 v0.14.0-rc.10
34022026-07-22T16:57:30.924Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34032026-07-22T16:57:30.942Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34042026-07-22T16:57:31.005Z Compiling yasna v0.5.2
34052026-07-22T16:57:31.072Z Compiling kstat-rs v0.2.4
34062026-07-22T16:57:31.400Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34072026-07-22T16:57:31.504Z Compiling headers-core v0.3.0
34082026-07-22T16:57:31.588Z Compiling kem v0.3.0
34092026-07-22T16:57:31.606Z Compiling module-lattice v0.2.3
34102026-07-22T16:57:31.623Z Compiling nanorand v0.7.0
34112026-07-22T16:57:31.642Z Compiling progenitor v0.13.0
34122026-07-22T16:57:31.658Z Compiling atty v0.2.14
34132026-07-22T16:57:31.702Z Compiling headers v0.4.1
34142026-07-22T16:57:31.723Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34152026-07-22T16:57:31.740Z Compiling rcgen v0.12.1
34162026-07-22T16:57:31.786Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34172026-07-22T16:57:31.816Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
34182026-07-22T16:57:31.888Z Compiling flume v0.11.1
34192026-07-22T16:57:31.929Z Compiling ml-kem v0.3.2
34202026-07-22T16:57:32.138Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34212026-07-22T16:57:32.141Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34222026-07-22T16:57:32.232Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34232026-07-22T16:57:32.493Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34242026-07-22T16:57:32.617Z Compiling hyper-staticfile v0.10.1
34252026-07-22T16:57:32.640Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34262026-07-22T16:57:32.833Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34272026-07-22T16:57:32.912Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
34282026-07-22T16:57:33.046Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34292026-07-22T16:57:33.161Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34302026-07-22T16:57:33.180Z Compiling russh-cryptovec v0.61.0
34312026-07-22T16:57:33.227Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34322026-07-22T16:57:33.429Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34332026-07-22T16:57:33.625Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34342026-07-22T16:57:33.792Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34352026-07-22T16:57:33.878Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34362026-07-22T16:57:33.912Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34372026-07-22T16:57:34.043Z Compiling internal-russh-num-bigint v0.5.0
34382026-07-22T16:57:34.119Z Compiling port-file v0.1.0
34392026-07-22T16:57:34.230Z Compiling num-bigint v0.4.6
34402026-07-22T16:57:34.367Z Compiling generic-array v1.4.3
34412026-07-22T16:57:34.387Z Compiling russh-util v0.52.0
34422026-07-22T16:57:34.516Z Compiling enum_dispatch v0.3.13
34432026-07-22T16:57:34.570Z Compiling delegate v0.13.5
34442026-07-22T16:57:34.650Z Compiling subprocess v0.2.15
34452026-07-22T16:57:34.730Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34462026-07-22T16:57:34.854Z Compiling display-error-chain v0.2.2
34472026-07-22T16:57:34.903Z Compiling p384 v0.14.0-rc.10
34482026-07-22T16:57:35.025Z Compiling hex-literal v1.1.0
34492026-07-22T16:57:35.172Z Compiling md5 v0.8.0
34502026-07-22T16:57:35.216Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34512026-07-22T16:57:35.323Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34522026-07-22T16:57:35.342Z Compiling colored v2.2.0
34532026-07-22T16:57:35.431Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34542026-07-22T16:57:35.474Z Compiling socket2 v0.5.10
34552026-07-22T16:57:35.490Z Compiling internet-checksum v0.2.1
34562026-07-22T16:57:36.520Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34572026-07-22T16:57:37.067Z Compiling ssh-key v0.7.0-rc.10
34582026-07-22T16:57:37.215Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34592026-07-22T16:57:37.681Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34602026-07-22T16:57:38.325Z Compiling russh v0.61.2
34612026-07-22T16:57:38.754Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34622026-07-22T16:57:40.012Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34632026-07-22T16:57:48.613Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34642026-07-22T16:57:48.613Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34652026-07-22T16:57:48.613Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34662026-07-22T16:57:48.617Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34672026-07-22T16:57:50.366Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34682026-07-22T16:57:50.436Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34692026-07-22T16:57:54.388Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34702026-07-22T16:58:34.974Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s
34712026-07-22T16:58:35.196Z
34722026-07-22T16:58:35.196Zreal 1:29.228875324
34732026-07-22T16:58:35.196Zuser 8:50.367972161
34742026-07-22T16:58:35.196Zsys 1:44.831470504
34752026-07-22T16:58:35.199Ztrap 0.272393320
34762026-07-22T16:58:35.199Ztflt 0.427249877
34772026-07-22T16:58:35.199Zdflt 1.803086796
34782026-07-22T16:58:35.199Zkflt 0.000497490
34792026-07-22T16:58:35.199Zlock 31:25.842406796
34802026-07-22T16:58:35.199Zslp 20:18.399276836
34812026-07-22T16:58:35.199Zlat 43.771928561
34822026-07-22T16:58:35.199Zstop 3:01.329700182
34832026-07-22T16:58:35.199Z+ mkdir tests
34842026-07-22T16:58:35.202Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34852026-07-22T16:58:35.203Z+ xargs -I '{}' -t cp '{}' tests/
34862026-07-22T16:58:35.223Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-e4c9c7ae0bb0dfef tests/
34872026-07-22T16:58:35.244Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ea78505dc2dc167f tests/
34882026-07-22T16:58:35.265Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-33515beb2d6ed64a tests/
34892026-07-22T16:58:35.286Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-fe05326eebb245d2 tests/
34902026-07-22T16:58:35.540Z+ 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)
34912026-07-22T16:58:35.543Z+ 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-ea78505dc2dc167f tests/commtest-33515beb2d6ed64a tests/dhcp_server-e4c9c7ae0bb0dfef tests/end_to_end_tests-fe05326eebb245d2 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
34922026-07-22T16:59:56.116ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34932026-07-22T16:59:56.116Za .github/buildomat/ci-env.sh 1K
34942026-07-22T16:59:56.116Za out/target/test 1K
34952026-07-22T16:59:56.116Za out/npuzone/npuzone 27402K
34962026-07-22T16:59:56.116Za package-manifest.toml 35K
34972026-07-22T16:59:56.116Za smf/sled-agent/non-gimlet/config.toml 6K
34982026-07-22T16:59:56.116Za target/release/omicron-package 40702K
34992026-07-22T16:59:56.116Za target/release/xtask 10468K
35002026-07-22T16:59:56.116Za target/debug/bootstrap 349604K
35012026-07-22T16:59:56.116Za tests/bootstrap-ea78505dc2dc167f 31974K
35022026-07-22T16:59:56.116Za tests/commtest-33515beb2d6ed64a 32169K
35032026-07-22T16:59:56.117Za tests/dhcp_server-e4c9c7ae0bb0dfef 31974K
35042026-07-22T16:59:56.117Za tests/end_to_end_tests-fe05326eebb245d2 399480K
35052026-07-22T16:59:56.117Za tools/opte_version 1K
35062026-07-22T16:59:56.117Za tools/opte_version_override 2K
35072026-07-22T16:59:56.117Za out/clickhouse.tar.gz 310685K
35082026-07-22T16:59:56.117Za out/clickhouse_keeper.tar.gz 297157K
35092026-07-22T16:59:56.117Za out/clickhouse_server.tar.gz 310683K
35102026-07-22T16:59:56.117Za out/cockroachdb.tar.gz 161716K
35112026-07-22T16:59:56.117Za out/crucible-pantry-zone.tar.gz 39101K
35122026-07-22T16:59:56.117Za out/crucible-utils.tar 18900K
35132026-07-22T16:59:56.117Za out/crucible-zone.tar.gz 53797K
35142026-07-22T16:59:56.117Za out/external-dns.tar.gz 46144K
35152026-07-22T16:59:56.117Za out/internal-dns.tar.gz 46143K
35162026-07-22T16:59:56.117Za out/mg-ddm-gz.tar 102717K
35172026-07-22T16:59:56.117Za out/nexus.tar.gz 273552K
35182026-07-22T16:59:56.117Za out/ntp.tar.gz 29898K
35192026-07-22T16:59:56.117Za out/omicron-gateway-softnpu.tar.gz 27702K
35202026-07-22T16:59:56.117Za out/omicron-sled-agent.tar 191393K
35212026-07-22T16:59:56.117Za out/overlay.tar.gz 4K
35222026-07-22T16:59:56.117Za out/oximeter.tar.gz 59897K
35232026-07-22T16:59:56.117Za out/oxlog.tar 3808K
35242026-07-22T16:59:56.117Za out/probe.tar.gz 3037K
35252026-07-22T16:59:56.117Za out/propolis-server.tar.gz 34372K
35262026-07-22T16:59:56.118Za out/pumpkind-gz.tar 26647K
35272026-07-22T16:59:56.118Za out/switch-softnpu.tar.gz 450162K
35282026-07-22T16:59:56.121Z
35292026-07-22T16:59:56.121Zreal 1:20.572888852
35302026-07-22T16:59:56.121Zuser 1:17.887145665
35312026-07-22T16:59:56.121Zsys 4.456682049
35322026-07-22T16:59:56.121Ztrap 0.005924574
35332026-07-22T16:59:56.121Ztflt 0.000000000
35342026-07-22T16:59:56.121Zdflt 0.000000000
35352026-07-22T16:59:56.121Zkflt 0.000000000
35362026-07-22T16:59:56.122Zlock 0.000000000
35372026-07-22T16:59:56.122Zslp 1:17.808480837
35382026-07-22T16:59:56.122Zlat 0.982747050
35392026-07-22T16:59:56.122Zstop 0.000216600
35402026-07-22T16:59:56.122Zprocess exited: duration 985202 ms, exit code 0
 
35412026-07-22T16:59:56.135Zfound 1 output files
35422026-07-22T16:59:56.135Zuploading: /work/package.tar.gz (2483346624 bytes)
35432026-07-22T17:00:35.093Zuploaded: /work/package.tar.gz