01M08NZ2EBN8HBM39GQ3A9VFGB: 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: 01M08NZJQ9KH4WKW5J1FN8B9NR

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-17T20:18:53.852Zjob assigned to worker 01M08NZQ8GDMPR46QNKP3PQPQ7 [factory aws, i-012b0bba13031359a] (queued for 48 s)
 
22026-08-17T20:19:01.148Zstarting task 0: "setup"
32026-08-17T20:19:01.152Z++ uname -s
42026-08-17T20:19:01.155Z+ kern=SunOS
52026-08-17T20:19:01.155Z+ build_user=build
62026-08-17T20:19:01.155Z+ build_uid=12345
72026-08-17T20:19:01.155Z+ work_dir=/work
82026-08-17T20:19:01.155Z+ input_dir=/input
92026-08-17T20:19:01.155Z+ [[ 0 == 12345 ]]
102026-08-17T20:19:01.155Z+ case "$kern" in
112026-08-17T20:19:01.155Z+ groupadd -g 12345 build
122026-08-17T20:19:01.158Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-17T20:19:03.162Z+ zfs create -o mountpoint=/work rpool/work
142026-08-17T20:19:03.282Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-17T20:19:03.285Z+ home_fs=zfs
162026-08-17T20:19:03.285Z+ [[ zfs == autofs ]]
172026-08-17T20:19:03.285Z+ mkdir -p /home/build
182026-08-17T20:19:03.288Z+ chown build:build /home/build /work
192026-08-17T20:19:05.287Z+ chmod 0700 /home/build /work
202026-08-17T20:19:05.292Zprocess exited: duration 4144 ms, exit code 0
 
212026-08-17T20:19:05.299Zstarting task 1: "rust-toolchain"
222026-08-17T20:19:05.303Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-17T20:19:05.303Z * rust toolchain channel = "1.97.1"
242026-08-17T20:19:05.303Z * rust toolchain profile = "default"
252026-08-17T20:19:05.303Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-17T20:19:05.303Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-17T20:19:05.303Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-17T20:19:05.307Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-17T20:19:05.307Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-17T20:19:05.368Zinfo: downloading installer
312026-08-17T20:19:06.779Zwarn: It looks like you have an existing rustup settings file at:
322026-08-17T20:19:06.779Zwarn: /home/build/.rustup/settings.toml
332026-08-17T20:19:06.779Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-17T20:19:06.779Zwarn: instead of the one inferred from the default host triple.
352026-08-17T20:19:06.791Zinfo: profile set to default
362026-08-17T20:19:06.791Zinfo: default host triple is x86_64-unknown-illumos
372026-08-17T20:19:06.794Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-17T20:19:06.931Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-17T20:19:06.934Zinfo: downloading 6 components
402026-08-17T20:19:22.160Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-17T20:19:22.160Z
422026-08-17T20:19:22.189Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-17T20:19:22.189Z
442026-08-17T20:19:22.189Z
452026-08-17T20:19:22.189ZRust is installed now. Great!
462026-08-17T20:19:22.189Z
472026-08-17T20:19:22.189ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-17T20:19:22.189Zenvironment variable. This has not been done automatically.
492026-08-17T20:19:22.189Z
502026-08-17T20:19:22.189ZTo configure your current shell, you need to source
512026-08-17T20:19:22.189Zthe corresponding env file under $HOME/.cargo.
522026-08-17T20:19:22.189Z
532026-08-17T20:19:22.189ZThis is usually done by running one of the following (note the leading DOT):
542026-08-17T20:19:22.189Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-17T20:19:22.189Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-17T20:19:22.189Zsource "~/.cargo/env.nu" # For nushell
572026-08-17T20:19:22.189Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-17T20:19:22.189Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-17T20:19:22.189Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-17T20:19:22.193Zwarn: no default linker (`cc`) was found in your PATH
612026-08-17T20:19:22.193Zwarn: many Rust crates require a system C toolchain to build
622026-08-17T20:19:22.289Z+ rustup --version
632026-08-17T20:19:22.295Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-17T20:19:22.299Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-17T20:19:22.316Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-17T20:19:22.320Z+ cargo --version
672026-08-17T20:19:22.327Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-17T20:19:22.330Z+ rustc --version
692026-08-17T20:19:22.350Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-17T20:19:22.353Zprocess exited: duration 17054 ms, exit code 0
 
712026-08-17T20:19:22.360Zstarting task 2: "authentication"
722026-08-17T20:19:22.379Zprocess exited: duration 18 ms, exit code 0
 
732026-08-17T20:19:22.386Zstarting task 3: "clone repository"
742026-08-17T20:19:22.391Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-17T20:19:22.394Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-17T20:19:22.422ZCloning into '/work/oxidecomputer/omicron'...
772026-08-17T20:19:35.074Z+ cd /work/oxidecomputer/omicron
782026-08-17T20:19:35.074Z+ git fetch origin 4d607a3cfa7bcdf7ebfbba8f504373204223540d
792026-08-17T20:19:35.424ZFrom https://github.com/oxidecomputer/omicron
802026-08-17T20:19:35.424Z * branch 4d607a3cfa7bcdf7ebfbba8f504373204223540d -> FETCH_HEAD
812026-08-17T20:19:35.440Z+ [[ -n move-ext-api-bundle ]]
822026-08-17T20:19:35.444Z++ git branch --show-current
832026-08-17T20:19:35.444Z+ current=main
842026-08-17T20:19:35.444Z+ [[ main != move-ext-api-bundle ]]
852026-08-17T20:19:35.444Z+ git branch -f move-ext-api-bundle 4d607a3cfa7bcdf7ebfbba8f504373204223540d
862026-08-17T20:19:35.447Z+ git checkout -f move-ext-api-bundle
872026-08-17T20:19:35.709ZSwitched to branch 'move-ext-api-bundle'
882026-08-17T20:19:35.712Z+ git reset --hard 4d607a3cfa7bcdf7ebfbba8f504373204223540d
892026-08-17T20:19:35.966ZHEAD is now at 4d607a3cf move ext API support bundle endpoints out of experimental
902026-08-17T20:19:35.970Zprocess exited: duration 13581 ms, exit code 0
 
912026-08-17T20:19:35.980Zstarting task 4: "build"
922026-08-17T20:19:35.985Z+ source .github/buildomat/ci-env.sh
932026-08-17T20:19:35.985Z++ export CARGO_TERM_COLOR=always
942026-08-17T20:19:35.985Z++ CARGO_TERM_COLOR=always
952026-08-17T20:19:35.989Z+++ uname -s
962026-08-17T20:19:35.989Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-17T20:19:35.989Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-17T20:19:35.993Z+ cargo --version
992026-08-17T20:19:36.001Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-17T20:19:36.005Z+ rustc --version
1012026-08-17T20:19:36.024Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-17T20:19:36.027Z+ WORK=/work
1032026-08-17T20:19:36.027Z+ pfexec mkdir -p /work
1042026-08-17T20:19:36.030Z+ pfexec chown build /work
1052026-08-17T20:19:36.033Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-08-17T20:19:37.898Z Startup: Refreshing catalog 'helios' ... Done
1072026-08-17T20:19:38.214Z Startup: Caching catalogs ... Done
1082026-08-17T20:19:39.964ZPlanning: Solver setup ... Done (1.644s)
1092026-08-17T20:19:40.017ZPlanning: Running solver ... Done (0.053s)
1102026-08-17T20:19:40.059ZPlanning: Finding local manifests ... Done (0.003s)
1112026-08-17T20:19:40.068ZPlanning: Fetching manifests: 0/2 0% complete
1122026-08-17T20:19:40.084ZPlanning: Fetching manifests: 2/2 100% complete
1132026-08-17T20:19:40.098ZPlanning: Package planning ... Done (0.014s)
1142026-08-17T20:19:40.102ZPlanning: Merging actions ... Done (0.001s)
1152026-08-17T20:19:40.265ZPlanning: Checking for conflicting actions ... Done (0.164s)
1162026-08-17T20:19:40.268ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-08-17T20:19:41.140ZPlanning: Evaluating mediators ... Done (0.876s)
1182026-08-17T20:19:41.145ZPlanning: Planning completed in 2.89 seconds
1192026-08-17T20:19:41.150Z Packages to install: 2
1202026-08-17T20:19:41.151Z Estimated space available: 156.01 GB
1212026-08-17T20:19:41.151ZEstimated space to be consumed: 69.36 MB
1222026-08-17T20:19:41.151Z Create boot environment: No
1232026-08-17T20:19:41.151ZCreate backup boot environment: No
1242026-08-17T20:19:41.154Z Rebuild boot archive: No
1252026-08-17T20:19:41.154Z
1262026-08-17T20:19:41.154ZChanged packages:
1272026-08-17T20:19:41.154Zhelios
1282026-08-17T20:19:41.154Z developer/build-essential
1292026-08-17T20:19:41.154Z None -> 11-3.0
1302026-08-17T20:19:41.154Z library/libxmlsec1
1312026-08-17T20:19:41.154Z None -> 1.2.35-3.0
1322026-08-17T20:19:41.178Z
1332026-08-17T20:19:41.178ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-08-17T20:19:41.247ZDownload: Completed 1.28 MB in 0.07 seconds (18.6M/s)
1352026-08-17T20:19:41.328Z Actions: 1/268 actions (Installing new actions)
1362026-08-17T20:19:41.367Z Actions: Completed 268 actions in 0.04 seconds.
1372026-08-17T20:19:41.398ZFinalize: Updating package state database ... Done (0.031s)
1382026-08-17T20:19:41.398ZFinalize: Updating package cache ... Done (0.000s)
1392026-08-17T20:19:41.471ZFinalize: Updating image state ... Done (0.073s)
1402026-08-17T20:19:44.089ZFinalize: Creating fast lookup database ... Done (2.573s)
1412026-08-17T20:19:44.155ZFinalize: Reading search index ... Done (0.012s)
1422026-08-17T20:19:44.158ZFinalize: Updating search index ... Done (0.000s)
1432026-08-17T20:19:44.249ZFinalize: Updating package cache ... Done (0.000s)
1442026-08-17T20:19:44.598ZPlanning: Evaluating mediator changes ... Done
1452026-08-17T20:19:44.703ZPlanning: Checking for conflicting actions ... Done
1462026-08-17T20:19:44.706ZPlanning: Consolidating action changes ... Done
1472026-08-17T20:19:44.860ZPlanning: Evaluating mediators ... Done
1482026-08-17T20:19:44.863ZPlanning: Planning completed in 0.26 seconds
1492026-08-17T20:19:44.885Z Mediators to change: 2
1502026-08-17T20:19:44.885Z Create boot environment: No
1512026-08-17T20:19:44.885ZCreate backup boot environment: No
1522026-08-17T20:19:45.009ZFinalize: Updating package state database ... Done
1532026-08-17T20:19:45.009ZFinalize: Updating package cache ... Done
1542026-08-17T20:19:45.053ZFinalize: Updating image state ... Done
1552026-08-17T20:19:46.980ZFinalize: Creating fast lookup database ... Done
1562026-08-17T20:19:47.036ZFinalize: Reading search index ... Done
1572026-08-17T20:19:47.039ZFinalize: Updating search index ... Done
1582026-08-17T20:19:47.124ZFinalize: Updating package cache ... Done
1592026-08-17T20:19:47.410ZPlanning: Evaluating mediator changes ... Done
1602026-08-17T20:19:47.514ZPlanning: Checking for conflicting actions ... Done
1612026-08-17T20:19:47.518ZPlanning: Consolidating action changes ... Done
1622026-08-17T20:19:47.671ZPlanning: Evaluating mediators ... Done
1632026-08-17T20:19:47.674ZPlanning: Planning completed in 0.26 seconds
1642026-08-17T20:19:47.694Z Mediators to change: 1
1652026-08-17T20:19:47.694Z Create boot environment: No
1662026-08-17T20:19:47.694ZCreate backup boot environment: No
1672026-08-17T20:19:47.749ZFinalize: Updating package state database ... Done
1682026-08-17T20:19:47.749ZFinalize: Updating package cache ... Done
1692026-08-17T20:19:47.792ZFinalize: Updating image state ... Done
1702026-08-17T20:19:49.734ZFinalize: Creating fast lookup database ... Done
1712026-08-17T20:19:49.795ZFinalize: Reading search index ... Done
1722026-08-17T20:19:49.798ZFinalize: Updating search index ... Done
1732026-08-17T20:19:49.888ZFinalize: Updating package cache ... Done
1742026-08-17T20:19:50.201ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-08-17T20:19:50.201Zapache system 2.4 system
1762026-08-17T20:19:50.201Zclang system 15 system
1772026-08-17T20:19:50.201Zcsh system system illumos
1782026-08-17T20:19:50.201Zctags system system illumos
1792026-08-17T20:19:50.201Zfile vendor vendor darwinsys
1802026-08-17T20:19:50.201Zfile system system illumos
1812026-08-17T20:19:50.201Zgcc vendor 14 vendor
1822026-08-17T20:19:50.201Zgcc system 13 system
1832026-08-17T20:19:50.201Zgcc system 10 system
1842026-08-17T20:19:50.202Zgo system 1.25 system
1852026-08-17T20:19:50.202Zllvm system 15 system
1862026-08-17T20:19:50.202Zmariadb system 11.4 system
1872026-08-17T20:19:50.202Zmta vendor vendor dma
1882026-08-17T20:19:50.202Zopenjdk system 17 system
1892026-08-17T20:19:50.202Zopenjdk system 11 system
1902026-08-17T20:19:50.202Zopenssl vendor 3 vendor
1912026-08-17T20:19:50.202Zperl system 5.40 system
1922026-08-17T20:19:50.202Zpostgresql system 18 system
1932026-08-17T20:19:50.202Zpostgresql system 17 system
1942026-08-17T20:19:50.202Zpython vendor 3 vendor
1952026-08-17T20:19:50.202Zpython system 2 system
1962026-08-17T20:19:50.202Zpython3 vendor 3.13 vendor
1972026-08-17T20:19:50.202Zruby system 3.4 system
1982026-08-17T20:19:50.202Zruby system 3.0 system
1992026-08-17T20:19:50.202Zwords vendor vendor american-english
2002026-08-17T20:19:50.202Zwords system system australian-english
2012026-08-17T20:19:50.202Zwords system system british-english
2022026-08-17T20:19:50.202Zwords system system canadian-english
2032026-08-17T20:19:50.202Zwords system system french
2042026-08-17T20:19:50.202Zwords system system italian
2052026-08-17T20:19:50.202Zwords system system ngerman
2062026-08-17T20:19:50.202Zwords system system ogerman
2072026-08-17T20:19:50.202Zwords system system spanish
2082026-08-17T20:19:50.450ZPUBLISHER TYPE STATUS P LOCATION
2092026-08-17T20:19:50.450Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-08-17T20:19:50.890ZFMRI IFO
2112026-08-17T20:19:50.890Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-08-17T20:19:50.890Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-08-17T20:19:50.890Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-08-17T20:19:50.890Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-08-17T20:19:50.890Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-08-17T20:19:50.890Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-08-17T20:19:50.890Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-08-17T20:19:50.890Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-08-17T20:19:50.890Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-08-17T20:19:51.203Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-08-17T20:19:51.707Z Updating crates.io index
2222026-08-17T20:19:51.710Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-08-17T20:19:51.973Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-08-17T20:19:52.323Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-08-17T20:19:53.352Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-08-17T20:19:53.902Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-08-17T20:19:55.495Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-08-17T20:19:56.399Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-08-17T20:19:56.695Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-08-17T20:19:57.041Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-08-17T20:20:02.667Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-08-17T20:20:03.301Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-08-17T20:20:03.665Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-08-17T20:20:03.951Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2352026-08-17T20:20:04.255Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2362026-08-17T20:20:04.535Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2372026-08-17T20:20:04.836Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-08-17T20:20:05.124Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-08-17T20:20:05.428Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2402026-08-17T20:20:05.872Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2412026-08-17T20:20:07.377Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-08-17T20:20:07.767Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2432026-08-17T20:20:08.242Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2442026-08-17T20:20:08.578Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2452026-08-17T20:20:09.138Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2462026-08-17T20:20:09.713Z Updating git repository `https://github.com/oxidecomputer/erebor`
2472026-08-17T20:20:10.029Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2482026-08-17T20:20:10.503Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2492026-08-17T20:20:10.771Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-17T20:20:11.239Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2512026-08-17T20:20:11.605Z Updating git repository `https://github.com/oxidecomputer/ispf`
2522026-08-17T20:20:11.925Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2532026-08-17T20:20:12.278Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2542026-08-17T20:20:12.710Z Updating git repository `https://github.com/oxidecomputer/tough`
2552026-08-17T20:20:13.294Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2562026-08-17T20:20:13.594Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-08-17T20:20:13.902Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2582026-08-17T20:20:14.398Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2592026-08-17T20:20:15.173Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2602026-08-17T20:20:15.446Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2612026-08-17T20:20:15.742Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2622026-08-17T20:20:16.070Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2632026-08-17T20:20:16.350Z Updating git repository `https://github.com/illumos/smf-rs`
2642026-08-17T20:20:19.104Z Downloading crates ...
2652026-08-17T20:20:19.185Z Downloaded zmij v1.0.21
2662026-08-17T20:20:19.210Z Downloaded anstream v1.0.0
2672026-08-17T20:20:19.210Z Downloaded anstyle v1.0.14
2682026-08-17T20:20:19.210Z Downloaded bytecount v0.6.9
2692026-08-17T20:20:19.211Z Downloaded cargo_toml v0.21.0
2702026-08-17T20:20:19.211Z Downloaded toml_datetime v0.6.11
2712026-08-17T20:20:19.211Z Downloaded clap_lex v1.0.0
2722026-08-17T20:20:19.211Z Downloaded zerocopy v0.7.35
2732026-08-17T20:20:19.211Z Downloaded zerocopy-derive v0.7.35
2742026-08-17T20:20:19.211Z Downloaded colorchoice v1.0.4
2752026-08-17T20:20:19.211Z Downloaded macaddr v1.0.1
2762026-08-17T20:20:19.211Z Downloaded usdt-attr-macro v0.5.0
2772026-08-17T20:20:19.211Z Downloaded heck v0.4.1
2782026-08-17T20:20:19.211Z Downloaded generic-array v0.14.7
2792026-08-17T20:20:19.211Z Downloaded anstyle-query v1.1.5
2802026-08-17T20:20:19.211Z Downloaded crypto-common v0.1.7
2812026-08-17T20:20:19.211Z Downloaded itoa v1.0.17
2822026-08-17T20:20:19.211Z Downloaded block-buffer v0.10.4
2832026-08-17T20:20:19.211Z Downloaded fastrand v2.3.0
2842026-08-17T20:20:19.211Z Downloaded is_terminal_polyfill v1.70.2
2852026-08-17T20:20:19.247Z Downloaded cfg-if v1.0.4
2862026-08-17T20:20:19.247Z Downloaded fnv v1.0.7
2872026-08-17T20:20:19.247Z Downloaded memmap v0.7.0
2882026-08-17T20:20:19.247Z Downloaded equivalent v1.0.2
2892026-08-17T20:20:19.247Z Downloaded cpufeatures v0.2.17
2902026-08-17T20:20:19.247Z Downloaded dof v0.3.0
2912026-08-17T20:20:19.247Z Downloaded errno v0.3.14
2922026-08-17T20:20:19.247Z Downloaded dtrace-parser v0.2.0
2932026-08-17T20:20:19.248Z Downloaded cargo-platform v0.3.2
2942026-08-17T20:20:19.248Z Downloaded smawk v0.3.2
2952026-08-17T20:20:19.248Z Downloaded version_check v0.9.5
2962026-08-17T20:20:19.248Z Downloaded thread-id v4.2.2
2972026-08-17T20:20:19.281Z Downloaded pretty-hex v0.4.1
2982026-08-17T20:20:19.281Z Downloaded plain v0.2.3
2992026-08-17T20:20:19.281Z Downloaded tabled_derive v0.7.0
3002026-08-17T20:20:19.281Z Downloaded thiserror v1.0.69
3012026-08-17T20:20:19.281Z Downloaded usdt-macro v0.5.0
3022026-08-17T20:20:19.281Z Downloaded fs-err v3.3.0
3032026-08-17T20:20:19.281Z Downloaded autocfg v1.5.0
3042026-08-17T20:20:19.324Z Downloaded scroll_derive v0.12.1
3052026-08-17T20:20:19.324Z Downloaded utf8parse v0.2.2
3062026-08-17T20:20:19.324Z Downloaded strsim v0.11.1
3072026-08-17T20:20:19.324Z Downloaded swrite v0.1.0
3082026-08-17T20:20:19.324Z Downloaded terminal_size v0.4.3
3092026-08-17T20:20:19.324Z Downloaded unicode-linebreak v0.1.5
3102026-08-17T20:20:19.324Z Downloaded toml_write v0.1.2
3112026-08-17T20:20:19.324Z Downloaded usdt v0.5.0
3122026-08-17T20:20:19.325Z Downloaded serde_spanned v0.6.9
3132026-08-17T20:20:19.325Z Downloaded indexmap v2.14.0
3142026-08-17T20:20:19.325Z Downloaded heck v0.5.0
3152026-08-17T20:20:19.325Z Downloaded anstyle-parse v1.0.0
3162026-08-17T20:20:19.325Z Downloaded byteorder v1.5.0
3172026-08-17T20:20:19.325Z Downloaded cargo_metadata v0.23.1
3182026-08-17T20:20:19.325Z Downloaded digest v0.10.7
3192026-08-17T20:20:19.325Z Downloaded camino-tempfile v1.4.1
3202026-08-17T20:20:19.362Z Downloaded sha2 v0.10.9
3212026-08-17T20:20:19.363Z Downloaded anyhow v1.0.102
3222026-08-17T20:20:19.363Z Downloaded getrandom v0.4.1
3232026-08-17T20:20:19.363Z Downloaded proc-macro-error-attr v1.0.4
3242026-08-17T20:20:19.363Z Downloaded serde_tokenstream v0.2.3
3252026-08-17T20:20:19.363Z Downloaded thiserror-impl v2.0.18
3262026-08-17T20:20:19.363Z Downloaded thiserror-impl v1.0.69
3272026-08-17T20:20:19.386Z Downloaded quote v1.0.45
3282026-08-17T20:20:19.386Z Downloaded thiserror v2.0.18
3292026-08-17T20:20:19.386Z Downloaded proc-macro-error v1.0.4
3302026-08-17T20:20:19.386Z Downloaded usdt-impl v0.5.0
3312026-08-17T20:20:19.386Z Downloaded camino v1.2.2
3322026-08-17T20:20:19.386Z Downloaded bitflags v2.11.0
3332026-08-17T20:20:19.386Z Downloaded once_cell v1.21.3
3342026-08-17T20:20:19.386Z Downloaded pest_derive v2.8.6
3352026-08-17T20:20:19.386Z Downloaded clap_derive v4.6.1
3362026-08-17T20:20:19.387Z Downloaded toml v0.8.23
3372026-08-17T20:20:19.387Z Downloaded tempfile v3.25.0
3382026-08-17T20:20:19.408Z Downloaded ucd-trie v0.1.7
3392026-08-17T20:20:19.408Z Downloaded scroll v0.12.0
3402026-08-17T20:20:19.408Z Downloaded semver v1.0.28
3412026-08-17T20:20:19.408Z Downloaded log v0.4.29
3422026-08-17T20:20:19.408Z Downloaded papergrid v0.11.0
3432026-08-17T20:20:19.421Z Downloaded pest_meta v2.8.6
3442026-08-17T20:20:19.421Z Downloaded proc-macro2 v1.0.106
3452026-08-17T20:20:19.421Z Downloaded pest_generator v2.8.6
3462026-08-17T20:20:19.421Z Downloaded serde_core v1.0.228
3472026-08-17T20:20:19.421Z Downloaded serde_derive v1.0.228
3482026-08-17T20:20:19.421Z Downloaded clap v4.6.1
3492026-08-17T20:20:19.432Z Downloaded toml_edit v0.22.27
3502026-08-17T20:20:19.432Z Downloaded unicode-ident v1.0.24
3512026-08-17T20:20:19.469Z Downloaded textwrap v0.16.2
3522026-08-17T20:20:19.502Z Downloaded memchr v2.8.0
3532026-08-17T20:20:19.502Z Downloaded serde v1.0.228
3542026-08-17T20:20:19.503Z Downloaded typenum v1.20.1
3552026-08-17T20:20:19.518Z Downloaded pest v2.8.6
3562026-08-17T20:20:19.566Z Downloaded serde_json v1.0.151
3572026-08-17T20:20:19.566Z Downloaded clap_builder v4.6.0
3582026-08-17T20:20:19.566Z Downloaded hashbrown v0.17.0
3592026-08-17T20:20:19.600Z Downloaded winnow v0.7.14
3602026-08-17T20:20:19.601Z Downloaded goblin v0.8.2
3612026-08-17T20:20:19.601Z Downloaded tabled v0.15.0
3622026-08-17T20:20:19.601Z Downloaded syn v1.0.109
3632026-08-17T20:20:19.644Z Downloaded unicode-width v0.2.0
3642026-08-17T20:20:19.644Z Downloaded unicode-width v0.1.14
3652026-08-17T20:20:19.644Z Downloaded syn v2.0.117
3662026-08-17T20:20:19.659Z Downloaded rustix v1.1.3
3672026-08-17T20:20:19.694Z Downloaded libc v0.2.185
3682026-08-17T20:20:19.724Z Compiling proc-macro2 v1.0.106
3692026-08-17T20:20:19.725Z Compiling unicode-ident v1.0.24
3702026-08-17T20:20:19.725Z Compiling quote v1.0.45
3712026-08-17T20:20:19.751Z Compiling serde_core v1.0.228
3722026-08-17T20:20:19.751Z Compiling libc v0.2.185
3732026-08-17T20:20:19.751Z Compiling version_check v0.9.5
3742026-08-17T20:20:19.751Z Compiling memchr v2.8.0
3752026-08-17T20:20:19.751Z Compiling serde v1.0.228
3762026-08-17T20:20:19.751Z Compiling zmij v1.0.21
3772026-08-17T20:20:19.751Z Compiling thiserror v1.0.69
3782026-08-17T20:20:19.901Z Compiling itoa v1.0.17
3792026-08-17T20:20:19.911Z Compiling ucd-trie v0.1.7
3802026-08-17T20:20:19.911Z Compiling rustix v1.1.3
3812026-08-17T20:20:19.911Z Compiling byteorder v1.5.0
3822026-08-17T20:20:20.139Z Compiling bitflags v2.11.0
3832026-08-17T20:20:20.226Z Compiling serde_json v1.0.151
3842026-08-17T20:20:20.352Z Compiling usdt-impl v0.5.0
3852026-08-17T20:20:20.391Z Compiling proc-macro-error-attr v1.0.4
3862026-08-17T20:20:20.431Z Compiling syn v1.0.109
3872026-08-17T20:20:20.504Z Compiling pest v2.8.6
3882026-08-17T20:20:20.588Z Compiling camino v1.2.2
3892026-08-17T20:20:20.640Z Compiling proc-macro-error v1.0.4
3902026-08-17T20:20:20.708Z Compiling plain v0.2.3
3912026-08-17T20:20:20.742Z Compiling utf8parse v0.2.2
3922026-08-17T20:20:20.744Z Compiling getrandom v0.4.1
3932026-08-17T20:20:20.745Z Compiling equivalent v1.0.2
3942026-08-17T20:20:20.809Z Compiling hashbrown v0.17.0
3952026-08-17T20:20:20.830Z Compiling log v0.4.29
3962026-08-17T20:20:20.871Z Compiling anstyle-parse v1.0.0
3972026-08-17T20:20:20.874Z Compiling errno v0.3.14
3982026-08-17T20:20:20.874Z Compiling thread-id v4.2.2
3992026-08-17T20:20:20.935Z Compiling colorchoice v1.0.4
4002026-08-17T20:20:20.938Z Compiling winnow v0.7.14
4012026-08-17T20:20:20.987Z Compiling autocfg v1.5.0
4022026-08-17T20:20:21.042Z Compiling pretty-hex v0.4.1
4032026-08-17T20:20:21.058Z Compiling is_terminal_polyfill v1.70.2
4042026-08-17T20:20:21.075Z Compiling toml_write v0.1.2
4052026-08-17T20:20:21.095Z Compiling thiserror v2.0.18
4062026-08-17T20:20:21.097Z Compiling cfg-if v1.0.4
4072026-08-17T20:20:21.098Z Compiling anstyle-query v1.1.5
4082026-08-17T20:20:21.184Z Compiling anstyle v1.0.14
4092026-08-17T20:20:21.201Z Compiling heck v0.5.0
4102026-08-17T20:20:21.273Z Compiling once_cell v1.21.3
4112026-08-17T20:20:21.331Z Compiling anyhow v1.0.102
4122026-08-17T20:20:21.395Z Compiling syn v2.0.117
4132026-08-17T20:20:21.482Z Compiling indexmap v2.14.0
4142026-08-17T20:20:21.485Z Compiling fs-err v3.3.0
4152026-08-17T20:20:21.526Z Compiling anstream v1.0.0
4162026-08-17T20:20:21.529Z Compiling unicode-width v0.1.14
4172026-08-17T20:20:21.629Z Compiling bytecount v0.6.9
4182026-08-17T20:20:21.640Z Compiling strsim v0.11.1
4192026-08-17T20:20:21.742Z Compiling pest_meta v2.8.6
4202026-08-17T20:20:21.787Z Compiling fnv v1.0.7
4212026-08-17T20:20:21.807Z Compiling heck v0.4.1
4222026-08-17T20:20:21.810Z Compiling clap_lex v1.0.0
4232026-08-17T20:20:21.897Z Compiling fastrand v2.3.0
4242026-08-17T20:20:21.934Z Compiling terminal_size v0.4.3
4252026-08-17T20:20:21.978Z Compiling papergrid v0.11.0
4262026-08-17T20:20:22.078Z Compiling clap_builder v4.6.0
4272026-08-17T20:20:22.096Z Compiling tempfile v3.25.0
4282026-08-17T20:20:22.096Z Compiling memmap v0.7.0
4292026-08-17T20:20:22.145Z Compiling unicode-width v0.2.0
4302026-08-17T20:20:22.145Z Compiling smawk v0.3.2
4312026-08-17T20:20:22.177Z Compiling unicode-linebreak v0.1.5
4322026-08-17T20:20:22.233Z Compiling swrite v0.1.0
4332026-08-17T20:20:22.404Z Compiling cargo-platform v0.3.2
4342026-08-17T20:20:22.433Z Compiling semver v1.0.28
4352026-08-17T20:20:22.455Z Compiling textwrap v0.16.2
4362026-08-17T20:20:22.655Z Compiling camino-tempfile v1.4.1
4372026-08-17T20:20:23.012Z Compiling tabled_derive v0.7.0
4382026-08-17T20:20:23.564Z Compiling pest_generator v2.8.6
4392026-08-17T20:20:23.665Z Compiling tabled v0.15.0
4402026-08-17T20:20:24.080Z Compiling serde_derive v1.0.228
4412026-08-17T20:20:24.080Z Compiling thiserror-impl v1.0.69
4422026-08-17T20:20:24.083Z Compiling zerocopy-derive v0.7.35
4432026-08-17T20:20:24.083Z Compiling pest_derive v2.8.6
4442026-08-17T20:20:24.083Z Compiling scroll_derive v0.12.1
4452026-08-17T20:20:24.083Z Compiling thiserror-impl v2.0.18
4462026-08-17T20:20:24.083Z Compiling clap_derive v4.6.1
4472026-08-17T20:20:24.708Z Compiling scroll v0.12.0
4482026-08-17T20:20:24.822Z Compiling zerocopy v0.7.35
4492026-08-17T20:20:25.016Z Compiling goblin v0.8.2
4502026-08-17T20:20:25.114Z Compiling dtrace-parser v0.2.0
4512026-08-17T20:20:25.445Z Compiling clap v4.6.1
4522026-08-17T20:20:26.568Z Compiling serde_spanned v0.6.9
4532026-08-17T20:20:26.568Z Compiling toml_datetime v0.6.11
4542026-08-17T20:20:26.568Z Compiling cargo_metadata v0.23.1
4552026-08-17T20:20:26.571Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4562026-08-17T20:20:26.571Z Compiling macaddr v1.0.1
4572026-08-17T20:20:26.584Z Compiling dof v0.3.0
4582026-08-17T20:20:26.587Z Compiling serde_tokenstream v0.2.3
4592026-08-17T20:20:26.761Z Compiling toml_edit v0.22.27
4602026-08-17T20:20:27.294Z Compiling usdt-attr-macro v0.5.0
4612026-08-17T20:20:27.298Z Compiling usdt-macro v0.5.0
4622026-08-17T20:20:27.897Z Compiling usdt v0.5.0
4632026-08-17T20:20:28.033Z Compiling toml v0.8.23
4642026-08-17T20:20:28.349Z Compiling cargo_toml v0.21.0
4652026-08-17T20:20:29.600Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4662026-08-17T20:20:31.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.64s
4672026-08-17T20:20:31.904Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4682026-08-17T20:20:32.411Z Downloading crates ...
4692026-08-17T20:20:32.456Z Downloaded anstyle-parse v0.2.7
4702026-08-17T20:20:32.463Z Downloaded array-init v0.0.4
4712026-08-17T20:20:32.466Z Downloaded adler2 v2.0.1
4722026-08-17T20:20:32.469Z Downloaded ahash v0.8.12
4732026-08-17T20:20:32.471Z Downloaded bitfield-macros v0.19.4
4742026-08-17T20:20:32.474Z Downloaded async-recursion v1.1.1
4752026-08-17T20:20:32.474Z Downloaded async-stream v0.3.6
4762026-08-17T20:20:32.477Z Downloaded bb8 v0.8.6
4772026-08-17T20:20:32.480Z Downloaded arrayref v0.3.9
4782026-08-17T20:20:32.480Z Downloaded async-stream-impl v0.3.6
4792026-08-17T20:20:32.482Z Downloaded bcrypt-pbkdf v0.11.0
4802026-08-17T20:20:32.485Z Downloaded bitfield-struct v0.6.2
4812026-08-17T20:20:32.488Z Downloaded base16ct v0.2.0
4822026-08-17T20:20:32.494Z Downloaded aead v0.5.2
4832026-08-17T20:20:32.498Z Downloaded atomic-waker v1.1.2
4842026-08-17T20:20:32.501Z Downloaded atty v0.2.14
4852026-08-17T20:20:32.504Z Downloaded base16ct v1.0.0
4862026-08-17T20:20:32.504Z Downloaded futures-core v0.3.32
4872026-08-17T20:20:32.507Z Downloaded hex v0.4.3
4882026-08-17T20:20:32.507Z Downloaded assert_matches v1.5.0
4892026-08-17T20:20:32.507Z Downloaded atomicwrites v0.4.4
4902026-08-17T20:20:32.511Z Downloaded group v0.13.0
4912026-08-17T20:20:32.511Z Downloaded http-body v1.0.1
4922026-08-17T20:20:32.514Z Downloaded ascii-canvas v3.0.0
4932026-08-17T20:20:32.514Z Downloaded globset v0.4.18
4942026-08-17T20:20:32.517Z Downloaded bit-set v0.5.3
4952026-08-17T20:20:32.517Z Downloaded ciborium-ll v0.2.2
4962026-08-17T20:20:32.517Z Downloaded getrandom v0.3.4
4972026-08-17T20:20:32.521Z Downloaded futures-macro v0.3.32
4982026-08-17T20:20:32.521Z Downloaded gethostname v0.5.0
4992026-08-17T20:20:32.521Z Downloaded globwalk v0.9.1
5002026-08-17T20:20:32.523Z Downloaded float-ord v0.3.2
5012026-08-17T20:20:32.526Z Downloaded fxhash v0.2.1
5022026-08-17T20:20:32.526Z Downloaded git-stub v1.0.0
5032026-08-17T20:20:32.529Z Downloaded funty v2.0.0
5042026-08-17T20:20:32.532Z Downloaded block-buffer v0.12.1
5052026-08-17T20:20:32.532Z Downloaded block-padding v0.4.2
5062026-08-17T20:20:32.535Z Downloaded futures-sink v0.3.32
5072026-08-17T20:20:32.538Z Downloaded futures-executor v0.3.32
5082026-08-17T20:20:32.538Z Downloaded cfg_aliases v0.2.1
5092026-08-17T20:20:32.559Z Downloaded castaway v0.2.4
5102026-08-17T20:20:32.559Z Downloaded foldhash v0.1.5
5112026-08-17T20:20:32.559Z Downloaded ciborium-io v0.2.2
5122026-08-17T20:20:32.559Z Downloaded ghash v0.6.0
5132026-08-17T20:20:32.559Z Downloaded flagset v0.4.7
5142026-08-17T20:20:32.559Z Downloaded hash32 v0.3.1
5152026-08-17T20:20:32.559Z Downloaded hostname v0.4.2
5162026-08-17T20:20:32.559Z Downloaded foreign-types-shared v0.3.1
5172026-08-17T20:20:32.563Z Downloaded futures-task v0.3.32
5182026-08-17T20:20:32.563Z Downloaded httpdate v1.0.3
5192026-08-17T20:20:32.563Z Downloaded hyper-tls v0.6.0
5202026-08-17T20:20:32.566Z Downloaded compression-core v0.4.31
5212026-08-17T20:20:32.568Z Downloaded git-stub-vcs v0.1.0
5222026-08-17T20:20:32.571Z Downloaded glob v0.3.3
5232026-08-17T20:20:32.571Z Downloaded cfg_aliases v0.1.1
5242026-08-17T20:20:32.571Z Downloaded cobs v0.3.0
5252026-08-17T20:20:32.574Z Downloaded env_filter v1.0.0
5262026-08-17T20:20:32.579Z Downloaded hostname v0.3.1
5272026-08-17T20:20:32.579Z Downloaded float-cmp v0.10.0
5282026-08-17T20:20:32.582Z Downloaded futures-io v0.3.32
5292026-08-17T20:20:32.582Z Downloaded arrayvec v0.7.6
5302026-08-17T20:20:32.582Z Downloaded bcs v0.1.6
5312026-08-17T20:20:32.582Z Downloaded home v0.5.12
5322026-08-17T20:20:32.582Z Downloaded base64ct v1.8.3
5332026-08-17T20:20:32.585Z Downloaded bit-vec v0.8.0
5342026-08-17T20:20:32.585Z Downloaded form_urlencoded v1.2.2
5352026-08-17T20:20:32.585Z Downloaded foreign-types v0.5.0
5362026-08-17T20:20:32.585Z Downloaded foreign-types-shared v0.1.1
5372026-08-17T20:20:32.588Z Downloaded backoff v0.4.0
5382026-08-17T20:20:32.590Z Downloaded http-range v0.1.5
5392026-08-17T20:20:32.590Z Downloaded headers-core v0.3.0
5402026-08-17T20:20:32.594Z Downloaded aead v0.6.1
5412026-08-17T20:20:32.596Z Downloaded anstream v0.6.21
5422026-08-17T20:20:32.599Z Downloaded hubpack v0.1.2
5432026-08-17T20:20:32.599Z Downloaded bitfield v0.19.4
5442026-08-17T20:20:32.599Z Downloaded bitflags v1.3.2
5452026-08-17T20:20:32.603Z Downloaded foreign-types v0.3.2
5462026-08-17T20:20:32.609Z Downloaded convert_case v0.4.0
5472026-08-17T20:20:32.612Z Downloaded foreign-types-macros v0.2.3
5482026-08-17T20:20:32.615Z Downloaded hubpack_derive v0.1.1
5492026-08-17T20:20:32.615Z Downloaded ident_case v1.0.1
5502026-08-17T20:20:32.620Z Downloaded futures-channel v0.3.32
5512026-08-17T20:20:32.622Z Downloaded getrandom v0.2.17
5522026-08-17T20:20:32.623Z Downloaded hash32 v0.2.1
5532026-08-17T20:20:32.625Z Downloaded powerfmt v0.2.0
5542026-08-17T20:20:32.628Z Downloaded fixedbitset v0.4.2
5552026-08-17T20:20:32.628Z Downloaded humantime v2.3.0
5562026-08-17T20:20:32.633Z Downloaded bs58 v0.5.1
5572026-08-17T20:20:32.636Z Downloaded chacha20 v0.9.1
5582026-08-17T20:20:32.636Z Downloaded hex-literal v1.1.0
5592026-08-17T20:20:32.639Z Downloaded cexpr v0.6.0
5602026-08-17T20:20:32.639Z Downloaded compression-codecs v0.4.37
5612026-08-17T20:20:32.642Z Downloaded const_format_proc_macros v0.2.34
5622026-08-17T20:20:32.642Z Downloaded phf_shared v0.13.1
5632026-08-17T20:20:32.644Z Downloaded half v1.8.3
5642026-08-17T20:20:32.644Z Downloaded half v2.7.1
5652026-08-17T20:20:32.647Z Downloaded cassowary v0.3.0
5662026-08-17T20:20:32.650Z Downloaded blowfish v0.10.0
5672026-08-17T20:20:32.650Z Downloaded byte-wrapper v0.1.0
5682026-08-17T20:20:32.653Z Downloaded camino-tempfile-ext v0.3.3
5692026-08-17T20:20:32.653Z Downloaded cmake v0.1.57
5702026-08-17T20:20:32.656Z Downloaded progenitor-macro v0.14.0
5712026-08-17T20:20:32.658Z Downloaded cbc v0.2.1
5722026-08-17T20:20:32.658Z Downloaded cipher v0.4.4
5732026-08-17T20:20:32.661Z Downloaded cmov v0.5.4
5742026-08-17T20:20:32.665Z Downloaded rustc_version v0.1.7
5752026-08-17T20:20:32.668Z Downloaded rand_xorshift v0.4.0
5762026-08-17T20:20:32.668Z Downloaded rfc6979 v0.4.0
5772026-08-17T20:20:32.671Z Downloaded bit-set v0.8.0
5782026-08-17T20:20:32.671Z Downloaded fallible-iterator v0.2.0
5792026-08-17T20:20:32.676Z Downloaded group v0.14.0
5802026-08-17T20:20:32.678Z Downloaded async-trait v0.1.89
5812026-08-17T20:20:32.681Z Downloaded blake2 v0.10.6
5822026-08-17T20:20:32.681Z Downloaded filetime v0.2.27
5832026-08-17T20:20:32.684Z Downloaded argon2 v0.5.3
5842026-08-17T20:20:32.684Z Downloaded argon2 v0.6.0-rc.8
5852026-08-17T20:20:32.684Z Downloaded bit-vec v0.6.3
5862026-08-17T20:20:32.688Z Downloaded http-body-util v0.1.3
5872026-08-17T20:20:32.688Z Downloaded foldhash v0.2.0
5882026-08-17T20:20:32.688Z Downloaded async-bb8-diesel v0.2.1
5892026-08-17T20:20:32.688Z Downloaded backon v1.6.0
5902026-08-17T20:20:32.691Z Downloaded fs-err v2.11.0
5912026-08-17T20:20:32.691Z Downloaded num-rational v0.4.2
5922026-08-17T20:20:32.691Z Downloaded num_enum_derive v0.5.11
5932026-08-17T20:20:32.694Z Downloaded password-hash v0.5.0
5942026-08-17T20:20:32.696Z Downloaded owo-colors v4.3.0
5952026-08-17T20:20:32.699Z Downloaded oxide-tokio-rt v0.1.4
5962026-08-17T20:20:32.699Z Downloaded fixedbitset v0.5.7
5972026-08-17T20:20:32.699Z Downloaded fs_extra v1.3.0
5982026-08-17T20:20:32.702Z Downloaded find-msvc-tools v0.1.9
5992026-08-17T20:20:32.702Z Downloaded semver v0.1.20
6002026-08-17T20:20:32.705Z Downloaded serde_bytes v0.11.19
6012026-08-17T20:20:32.708Z Downloaded shell-words v1.1.1
6022026-08-17T20:20:32.708Z Downloaded signal-hook-mio v0.2.5
6032026-08-17T20:20:32.708Z Downloaded slog-bunyan v2.5.0
6042026-08-17T20:20:32.711Z Downloaded httparse v1.10.1
6052026-08-17T20:20:32.714Z Downloaded take_mut v0.2.2
6062026-08-17T20:20:32.714Z Downloaded tap v1.0.1
6072026-08-17T20:20:32.717Z Downloaded pbkdf2 v0.13.0
6082026-08-17T20:20:32.719Z Downloaded primefield v0.14.0
6092026-08-17T20:20:32.719Z Downloaded buf-list v1.1.2
6102026-08-17T20:20:32.722Z Downloaded const-oid v0.9.6
6112026-08-17T20:20:32.722Z Downloaded ff v0.13.1
6122026-08-17T20:20:32.725Z Downloaded chacha20 v0.10.0
6132026-08-17T20:20:32.725Z Downloaded bzip2 v0.6.1
6142026-08-17T20:20:32.729Z Downloaded clang-sys v1.8.1
6152026-08-17T20:20:32.731Z Downloaded colored v3.1.1
6162026-08-17T20:20:32.731Z Downloaded console v0.15.11
6172026-08-17T20:20:32.734Z Downloaded constant_time_eq v0.4.2
6182026-08-17T20:20:32.734Z Downloaded phf v0.12.1
6192026-08-17T20:20:32.737Z Downloaded structmeta-derive v0.3.0
6202026-08-17T20:20:32.737Z Downloaded bzip2 v0.4.4
6212026-08-17T20:20:32.737Z Downloaded cancel-safe-futures v0.1.5
6222026-08-17T20:20:32.740Z Downloaded ciborium v0.2.2
6232026-08-17T20:20:32.740Z Downloaded console v0.16.2
6242026-08-17T20:20:32.744Z Downloaded polyval v0.7.1
6252026-08-17T20:20:32.744Z Downloaded primeorder v0.13.6
6262026-08-17T20:20:32.744Z Downloaded thiserror-impl-no-std v2.0.2
6272026-08-17T20:20:32.747Z Downloaded tinyvec_macros v0.1.1
6282026-08-17T20:20:32.747Z Downloaded progenitor-extras v0.2.0
6292026-08-17T20:20:32.747Z Downloaded ppv-lite86 v0.2.21
6302026-08-17T20:20:32.747Z Downloaded radium v0.7.0
6312026-08-17T20:20:32.747Z Downloaded rand_core v0.9.5
6322026-08-17T20:20:32.747Z Downloaded topological-sort v0.2.2
6332026-08-17T20:20:32.750Z Downloaded rustls-native-certs v0.8.3
6342026-08-17T20:20:32.750Z Downloaded rustls-pemfile v2.2.0
6352026-08-17T20:20:32.752Z Downloaded rpassword v7.5.4
6362026-08-17T20:20:32.752Z Downloaded same-file v1.0.6
6372026-08-17T20:20:32.752Z Downloaded strip-ansi-escapes v0.2.1
6382026-08-17T20:20:32.756Z Downloaded allocator-api2 v0.2.21
6392026-08-17T20:20:32.759Z Downloaded tokio-test v0.4.5
6402026-08-17T20:20:32.762Z Downloaded tower-layer v0.3.3
6412026-08-17T20:20:32.764Z Downloaded untrusted v0.7.1
6422026-08-17T20:20:32.764Z Downloaded usdt-attr-macro v0.6.0
6432026-08-17T20:20:32.764Z Downloaded wait-timeout v0.2.1
6442026-08-17T20:20:32.767Z Downloaded hmac v0.13.0
6452026-08-17T20:20:32.767Z Downloaded waitgroup v0.1.2
6462026-08-17T20:20:32.770Z Downloaded hmac v0.12.1
6472026-08-17T20:20:32.770Z Downloaded schemars_derive v0.8.22
6482026-08-17T20:20:32.773Z Downloaded colored v2.2.0
6492026-08-17T20:20:32.773Z Downloaded hyper-rustls v0.27.7
6502026-08-17T20:20:32.777Z Downloaded iana-time-zone v0.1.65
6512026-08-17T20:20:32.777Z Downloaded parking_lot_core v0.9.12
6522026-08-17T20:20:32.780Z Downloaded pkcs1 v0.7.5
6532026-08-17T20:20:32.780Z Downloaded highway v1.3.0
6542026-08-17T20:20:32.780Z Downloaded slab v0.4.12
6552026-08-17T20:20:32.780Z Downloaded smf v0.2.3
6562026-08-17T20:20:32.786Z Downloaded ff v0.14.0
6572026-08-17T20:20:32.789Z Downloaded peg v0.8.5
6582026-08-17T20:20:32.795Z Downloaded pkcs1 v0.8.0-rc.4
6592026-08-17T20:20:32.795Z Downloaded static_assertions v1.1.0
6602026-08-17T20:20:32.795Z Downloaded strum_macros v0.27.2
6612026-08-17T20:20:32.798Z Downloaded signal-hook-registry v1.4.8
6622026-08-17T20:20:32.798Z Downloaded futures v0.3.32
6632026-08-17T20:20:32.801Z Downloaded generic-array v1.4.3
6642026-08-17T20:20:32.801Z Downloaded hyper-staticfile v0.10.1
6652026-08-17T20:20:32.804Z Downloaded cipher v0.5.2
6662026-08-17T20:20:32.804Z Downloaded sqlformat v0.3.5
6672026-08-17T20:20:32.807Z Downloaded blake2 v0.11.0-rc.6
6682026-08-17T20:20:32.813Z Downloaded flume v0.11.1
6692026-08-17T20:20:32.816Z Downloaded defmt v0.3.100
6702026-08-17T20:20:32.819Z Downloaded utf8_iter v1.0.4
6712026-08-17T20:20:32.819Z Downloaded xshell-macros v0.2.7
6722026-08-17T20:20:32.819Z Downloaded cstr-argument v0.1.2
6732026-08-17T20:20:32.828Z Downloaded tinystr v0.8.2
6742026-08-17T20:20:32.832Z Downloaded tokio-tungstenite v0.21.0
6752026-08-17T20:20:32.835Z Downloaded darling_macro v0.21.3
6762026-08-17T20:20:32.835Z Downloaded unicase v2.9.0
6772026-08-17T20:20:32.835Z Downloaded base64 v0.22.1
6782026-08-17T20:20:32.837Z Downloaded digest-io v0.1.0
6792026-08-17T20:20:32.838Z Downloaded downcast-rs v2.0.2
6802026-08-17T20:20:32.840Z Downloaded dunce v1.0.5
6812026-08-17T20:20:32.840Z Downloaded unicode-truncate v1.1.0
6822026-08-17T20:20:32.841Z Downloaded walkdir v2.5.0
6832026-08-17T20:20:32.843Z Downloaded embedded-io v0.6.1
6842026-08-17T20:20:32.846Z Downloaded inout v0.2.2
6852026-08-17T20:20:32.846Z Downloaded instability v0.3.11
6862026-08-17T20:20:32.849Z Downloaded keccak v0.1.6
6872026-08-17T20:20:32.849Z Downloaded indent_write v2.2.0
6882026-08-17T20:20:32.849Z Downloaded inout v0.1.4
6892026-08-17T20:20:32.854Z Downloaded memoffset v0.9.1
6902026-08-17T20:20:32.857Z Downloaded poly1305 v0.9.0
6912026-08-17T20:20:32.857Z Downloaded mime v0.3.17
6922026-08-17T20:20:32.859Z Downloaded vergen-lib v9.1.0
6932026-08-17T20:20:32.859Z Downloaded icu_properties v2.1.2
6942026-08-17T20:20:32.862Z Downloaded icu_provider v2.1.1
6952026-08-17T20:20:32.865Z Downloaded sha2 v0.11.0
6962026-08-17T20:20:32.865Z Downloaded smallvec v1.15.1
6972026-08-17T20:20:32.868Z Downloaded serde_cbor v0.11.2
6982026-08-17T20:20:32.871Z Downloaded slog-scope v4.4.1
6992026-08-17T20:20:32.877Z Downloaded openssl-probe v0.2.1
7002026-08-17T20:20:32.880Z Downloaded lru-slab v0.1.2
7012026-08-17T20:20:32.880Z Downloaded lzss v0.8.2
7022026-08-17T20:20:32.880Z Downloaded nibble_vec v0.1.0
7032026-08-17T20:20:32.882Z Downloaded predicates-tree v1.0.13
7042026-08-17T20:20:32.886Z Downloaded hybrid-array v0.4.13
7052026-08-17T20:20:32.889Z Downloaded chacha20poly1305 v0.10.1
7062026-08-17T20:20:32.889Z Downloaded convert_case v0.10.0
7072026-08-17T20:20:32.892Z Downloaded compact_str v0.8.1
7082026-08-17T20:20:32.892Z Downloaded const-oid v0.10.2
7092026-08-17T20:20:32.894Z Downloaded newtype_derive v0.1.6
7102026-08-17T20:20:32.897Z Downloaded bytes v1.11.1
7112026-08-17T20:20:32.901Z Downloaded phf_shared v0.11.3
7122026-08-17T20:20:32.905Z Downloaded progenitor-macro v0.13.0
7132026-08-17T20:20:32.908Z Downloaded ctutils v0.4.2
7142026-08-17T20:20:32.908Z Downloaded derive_builder_core v0.20.2
7152026-08-17T20:20:32.911Z Downloaded defmt v1.0.1
7162026-08-17T20:20:32.914Z Downloaded ref-cast-impl v1.0.25
7172026-08-17T20:20:32.914Z Downloaded arc-swap v1.8.2
7182026-08-17T20:20:32.918Z Downloaded ar_archive_writer v0.5.1
7192026-08-17T20:20:32.921Z Downloaded ed25519 v2.2.3
7202026-08-17T20:20:32.923Z Downloaded base64 v0.21.7
7212026-08-17T20:20:32.926Z Downloaded deranged v0.5.8
7222026-08-17T20:20:32.927Z Downloaded either v1.15.0
7232026-08-17T20:20:32.929Z Downloaded ena v0.14.4
7242026-08-17T20:20:32.929Z Downloaded russh-util v0.52.0
7252026-08-17T20:20:32.929Z Downloaded potential_utf v0.1.4
7262026-08-17T20:20:32.929Z Downloaded proc-macro-crate v1.3.1
7272026-08-17T20:20:32.934Z Downloaded kstat-rs v0.2.5
7282026-08-17T20:20:32.937Z Downloaded libefi-sys v0.1.0
7292026-08-17T20:20:32.937Z Downloaded russh-cryptovec v0.62.0
7302026-08-17T20:20:32.940Z Downloaded heapless v0.8.0
7312026-08-17T20:20:32.942Z Downloaded icu_normalizer_data v2.1.1
7322026-08-17T20:20:32.942Z Downloaded rfc6979 v0.6.0
7332026-08-17T20:20:32.945Z Downloaded secrecy v0.10.3
7342026-08-17T20:20:32.953Z Downloaded subprocess v0.2.15
7352026-08-17T20:20:32.957Z Downloaded sapling-renderdag v0.1.0
7362026-08-17T20:20:32.959Z Downloaded zerocopy v0.6.6
7372026-08-17T20:20:32.964Z Downloaded linear-map v1.2.0
7382026-08-17T20:20:32.968Z Downloaded mime_guess v2.0.5
7392026-08-17T20:20:32.968Z Downloaded pem v3.0.6
7402026-08-17T20:20:32.968Z Downloaded pkg-config v0.3.32
7412026-08-17T20:20:32.971Z Downloaded tagptr v0.2.0
7422026-08-17T20:20:32.975Z Downloaded thread-id v5.1.0
7432026-08-17T20:20:32.979Z Downloaded headers v0.4.1
7442026-08-17T20:20:32.982Z Downloaded newtype-uuid-macros v0.1.0
7452026-08-17T20:20:32.985Z Downloaded signal-hook-tokio v0.3.1
7462026-08-17T20:20:32.985Z Downloaded signature v2.2.0
7472026-08-17T20:20:32.985Z Downloaded sync-ptr v0.1.4
7482026-08-17T20:20:32.985Z Downloaded spin v0.9.8
7492026-08-17T20:20:32.988Z Downloaded tower-service v0.3.3
7502026-08-17T20:20:32.988Z Downloaded futures-util v0.3.32
7512026-08-17T20:20:32.992Z Downloaded newtype-uuid v1.3.2
7522026-08-17T20:20:32.996Z Downloaded num-iter v0.1.45
7532026-08-17T20:20:32.996Z Downloaded cookie v0.18.1
7542026-08-17T20:20:32.996Z Downloaded bumpalo v3.20.2
7552026-08-17T20:20:33.001Z Downloaded num_enum v0.5.11
7562026-08-17T20:20:33.004Z Downloaded oxide-update-engine-display v0.1.2
7572026-08-17T20:20:33.004Z Downloaded paste v1.0.15
7582026-08-17T20:20:33.004Z Downloaded slog-envlogger v2.2.0
7592026-08-17T20:20:33.004Z Downloaded const_format v0.2.35
7602026-08-17T20:20:33.007Z Downloaded prettyplease v0.2.37
7612026-08-17T20:20:33.007Z Downloaded structmeta v0.3.0
7622026-08-17T20:20:33.007Z Downloaded digest v0.11.3
7632026-08-17T20:20:33.010Z Downloaded num-complex v0.4.6
7642026-08-17T20:20:33.010Z Downloaded unit-prefix v0.5.2
7652026-08-17T20:20:33.010Z Downloaded proc-macro-error2 v2.0.1
7662026-08-17T20:20:33.013Z Downloaded untrusted v0.9.0
7672026-08-17T20:20:33.013Z Downloaded async-compression v0.4.41
7682026-08-17T20:20:33.016Z Downloaded tinyvec v1.10.0
7692026-08-17T20:20:33.018Z Downloaded tracing-core v0.1.36
7702026-08-17T20:20:33.019Z Downloaded rand_seeder v0.4.0
7712026-08-17T20:20:33.021Z Downloaded typify-macro v0.6.2
7722026-08-17T20:20:33.021Z Downloaded usdt-macro v0.6.0
7732026-08-17T20:20:33.021Z Downloaded void v1.0.2
7742026-08-17T20:20:33.021Z Downloaded xattr v1.6.1
7752026-08-17T20:20:33.021Z Downloaded typify v0.6.2
7762026-08-17T20:20:33.024Z Downloaded tungstenite v0.21.0
7772026-08-17T20:20:33.025Z Downloaded hickory-resolver v0.24.4
7782026-08-17T20:20:33.027Z Downloaded icu_collections v2.1.1
7792026-08-17T20:20:33.031Z Downloaded flate2 v1.1.9
7802026-08-17T20:20:33.033Z Downloaded icu_locale_core v2.1.1
7812026-08-17T20:20:33.039Z Downloaded hickory-resolver v0.25.2
7822026-08-17T20:20:33.042Z Downloaded icu_normalizer v2.1.1
7832026-08-17T20:20:33.042Z Downloaded schemars v0.9.0
7842026-08-17T20:20:33.045Z Downloaded uuid v1.23.4
7852026-08-17T20:20:33.049Z Downloaded darling_macro v0.13.4
7862026-08-17T20:20:33.050Z Downloaded debug-ignore v1.0.5
7872026-08-17T20:20:33.052Z Downloaded diesel_table_macro_syntax v0.3.0
7882026-08-17T20:20:33.052Z Downloaded zerofrom v0.1.6
7892026-08-17T20:20:33.052Z Downloaded serde_derive_internals v0.29.1
7902026-08-17T20:20:33.052Z Downloaded p384 v0.14.0
7912026-08-17T20:20:33.052Z Downloaded hashbrown v0.13.2
7922026-08-17T20:20:33.055Z Downloaded serde_path_to_error v0.1.20
7932026-08-17T20:20:33.055Z Downloaded zopfli v0.8.3
7942026-08-17T20:20:33.058Z Downloaded crc-any v2.5.0
7952026-08-17T20:20:33.058Z Downloaded memmap2 v0.9.10
7962026-08-17T20:20:33.058Z Downloaded pin-project-lite v0.2.17
7972026-08-17T20:20:33.061Z Downloaded hyper-util v0.1.20
7982026-08-17T20:20:33.065Z Downloaded oxide-update-engine v0.1.2
7992026-08-17T20:20:33.068Z Downloaded smallvec v0.6.14
8002026-08-17T20:20:33.068Z Downloaded spki v0.7.3
8012026-08-17T20:20:33.068Z Downloaded ssh-encoding v0.3.0
8022026-08-17T20:20:33.069Z Downloaded stacker v0.1.23
8032026-08-17T20:20:33.072Z Downloaded tokio-native-tls v0.3.1
8042026-08-17T20:20:33.072Z Downloaded parking_lot v0.11.2
8052026-08-17T20:20:33.072Z Downloaded thiserror-no-std v2.0.2
8062026-08-17T20:20:33.075Z Downloaded snafu-derive v0.8.9
8072026-08-17T20:20:33.075Z Downloaded strum_macros v0.24.3
8082026-08-17T20:20:33.075Z Downloaded fd-lock v4.0.4
8092026-08-17T20:20:33.075Z Downloaded dirs-sys-next v0.1.2
8102026-08-17T20:20:33.078Z Downloaded dof v0.4.0
8112026-08-17T20:20:33.078Z Downloaded cc v1.2.56
8122026-08-17T20:20:33.082Z Downloaded toml_datetime v1.1.1+spec-1.1.0
8132026-08-17T20:20:33.086Z Downloaded tui-tree-widget v0.23.1
8142026-08-17T20:20:33.086Z Downloaded is-terminal v0.4.17
8152026-08-17T20:20:33.086Z Downloaded quinn v0.11.11
8162026-08-17T20:20:33.088Z Downloaded is_ci v1.2.0
8172026-08-17T20:20:33.092Z Downloaded drift v0.2.0
8182026-08-17T20:20:33.100Z Downloaded whoami v1.6.1
8192026-08-17T20:20:33.103Z Downloaded xshell v0.2.7
8202026-08-17T20:20:33.103Z Downloaded heapless v0.7.17
8212026-08-17T20:20:33.107Z Downloaded http v1.4.2
8222026-08-17T20:20:33.109Z Downloaded ignore v0.4.25
8232026-08-17T20:20:33.112Z Downloaded fatfs v0.3.6
8242026-08-17T20:20:33.112Z Downloaded indexmap v1.9.3
8252026-08-17T20:20:33.115Z Downloaded whoami v2.1.0
8262026-08-17T20:20:33.118Z Downloaded zerovec-derive v0.11.2
8272026-08-17T20:20:33.118Z Downloaded lalrpop-util v0.19.12
8282026-08-17T20:20:33.118Z Downloaded newline-converter v0.3.0
8292026-08-17T20:20:33.118Z Downloaded corncobs v0.1.4
8302026-08-17T20:20:33.123Z Downloaded daft-derive v0.1.7
8312026-08-17T20:20:33.126Z Downloaded olpc-cjson v0.1.4
8322026-08-17T20:20:33.126Z Downloaded phf_shared v0.12.1
8332026-08-17T20:20:33.126Z Downloaded path-slash v0.1.5
8342026-08-17T20:20:33.126Z Downloaded proc-macro-error-attr2 v2.0.0
8352026-08-17T20:20:33.126Z Downloaded rand_chacha v0.3.1
8362026-08-17T20:20:33.128Z Downloaded hickory-server v0.25.2
8372026-08-17T20:20:33.132Z Downloaded ecdsa v0.16.9
8382026-08-17T20:20:33.138Z Downloaded zerotrie v0.2.3
8392026-08-17T20:20:33.142Z Downloaded num-traits v0.2.19
8402026-08-17T20:20:33.145Z Downloaded papergrid v0.18.0
8412026-08-17T20:20:33.148Z Downloaded recursive-proc-macro-impl v0.1.1
8422026-08-17T20:20:33.151Z Downloaded csv-core v0.1.13
8432026-08-17T20:20:33.154Z Downloaded erased-serde v0.3.31
8442026-08-17T20:20:33.157Z Downloaded rustc-hash v2.1.1
8452026-08-17T20:20:33.160Z Downloaded sha1 v0.10.6
8462026-08-17T20:20:33.166Z Downloaded serde_repr v0.1.20
8472026-08-17T20:20:33.171Z Downloaded ingot-types v0.2.0
8482026-08-17T20:20:33.173Z Downloaded subtle v2.6.1
8492026-08-17T20:20:33.178Z Downloaded vergen v9.1.0
8502026-08-17T20:20:33.180Z Downloaded jobserver v0.1.34
8512026-08-17T20:20:33.180Z Downloaded tokio-macros v2.7.0
8522026-08-17T20:20:33.183Z Downloaded rcgen v0.12.1
8532026-08-17T20:20:33.186Z Downloaded libloading v0.8.9
8542026-08-17T20:20:33.189Z Downloaded hashbrown v0.12.3
8552026-08-17T20:20:33.192Z Downloaded schemars v1.2.1
8562026-08-17T20:20:33.197Z Downloaded linked-hash-map v0.5.6
8572026-08-17T20:20:33.201Z Downloaded unarray v0.1.4
8582026-08-17T20:20:33.201Z Downloaded module-lattice v0.2.3
8592026-08-17T20:20:33.201Z Downloaded num_enum v0.7.6
8602026-08-17T20:20:33.204Z Downloaded testing_table v0.3.0
8612026-08-17T20:20:33.204Z Downloaded utf-8 v0.7.6
8622026-08-17T20:20:33.204Z Downloaded crunchy v0.2.4
8632026-08-17T20:20:33.204Z Downloaded crc v3.4.0
8642026-08-17T20:20:33.207Z Downloaded pem-rfc7468 v0.7.0
8652026-08-17T20:20:33.207Z Downloaded cookie_store v0.22.1
8662026-08-17T20:20:33.207Z Downloaded serde_yaml v0.9.34+deprecated
8672026-08-17T20:20:33.210Z Downloaded oxnet v0.1.6
8682026-08-17T20:20:33.210Z Downloaded crossbeam-utils v0.8.21
8692026-08-17T20:20:33.213Z Downloaded darling v0.21.3
8702026-08-17T20:20:33.218Z Downloaded defmt-macros v1.0.1
8712026-08-17T20:20:33.218Z Downloaded phf v0.13.1
8722026-08-17T20:20:33.221Z Downloaded progenitor-client v0.13.0
8732026-08-17T20:20:33.221Z Downloaded crc-catalog v2.4.0
8742026-08-17T20:20:33.226Z Downloaded p521 v0.14.0
8752026-08-17T20:20:33.229Z Downloaded serde_with v1.14.0
8762026-08-17T20:20:33.232Z Downloaded progenitor-impl v0.13.0
8772026-08-17T20:20:33.235Z Downloaded dropshot-api-manager-types v0.8.0
8782026-08-17T20:20:33.238Z Downloaded dyn-clone v1.0.20
8792026-08-17T20:20:33.238Z Downloaded defmt-parser v1.0.0
8802026-08-17T20:20:33.238Z Downloaded display-error-chain v0.2.2
8812026-08-17T20:20:33.238Z Downloaded indoc v1.0.9
8822026-08-17T20:20:33.241Z Downloaded internet-checksum v0.2.1
8832026-08-17T20:20:33.245Z Downloaded maplit v1.0.2
8842026-08-17T20:20:33.245Z Downloaded md5 v0.8.0
8852026-08-17T20:20:33.245Z Downloaded scrypt v0.12.0
8862026-08-17T20:20:33.248Z Downloaded sec1 v0.7.3
8872026-08-17T20:20:33.248Z Downloaded rusty-fork v0.3.1
8882026-08-17T20:20:33.248Z Downloaded crossbeam-channel v0.5.15
8892026-08-17T20:20:33.252Z Downloaded darling_core v0.21.3
8902026-08-17T20:20:33.255Z Downloaded rand v0.10.1
8912026-08-17T20:20:33.255Z Downloaded toml_edit v0.19.15
8922026-08-17T20:20:33.263Z Downloaded ingot-macros v0.2.0
8932026-08-17T20:20:33.266Z Downloaded serdect v0.4.3
8942026-08-17T20:20:33.266Z Downloaded string_cache v0.8.9
8952026-08-17T20:20:33.269Z Downloaded strum_macros v0.26.4
8962026-08-17T20:20:33.269Z Downloaded lazy_static v1.5.0
8972026-08-17T20:20:33.269Z Downloaded nodrop v0.1.14
8982026-08-17T20:20:33.269Z Downloaded num-derive v0.4.2
8992026-08-17T20:20:33.272Z Downloaded progenitor-impl v0.14.0
9002026-08-17T20:20:33.275Z Downloaded scuffle v0.1.0
9012026-08-17T20:20:33.278Z Downloaded litrs v1.0.0
9022026-08-17T20:20:33.283Z Downloaded ml-kem v0.3.2
9032026-08-17T20:20:33.287Z Downloaded parse-display v0.10.0
9042026-08-17T20:20:33.293Z Downloaded zstd v0.13.3
9052026-08-17T20:20:33.299Z Downloaded psl-types v2.0.11
9062026-08-17T20:20:33.302Z Downloaded rustc_version v0.4.1
9072026-08-17T20:20:33.305Z Downloaded uzers v0.12.2
9082026-08-17T20:20:33.305Z Downloaded ctr v0.10.1
9092026-08-17T20:20:33.309Z Downloaded proc-macro-crate v3.4.0
9102026-08-17T20:20:33.309Z Downloaded data-encoding v2.10.0
9112026-08-17T20:20:33.313Z Downloaded tar v0.4.46
9122026-08-17T20:20:33.316Z Downloaded elliptic-curve v0.13.8
9132026-08-17T20:20:33.319Z Downloaded derive_more v0.99.20
9142026-08-17T20:20:33.322Z Downloaded derive_builder_macro v0.20.2
9152026-08-17T20:20:33.322Z Downloaded quinn-udp v0.5.14
9162026-08-17T20:20:33.322Z Downloaded diesel-dtrace v0.5.0
9172026-08-17T20:20:33.325Z Downloaded enum_dispatch v0.3.13
9182026-08-17T20:20:33.325Z Downloaded sqlparser_derive v0.5.0
9192026-08-17T20:20:33.325Z Downloaded illumos-nvpair v0.3.0
9202026-08-17T20:20:33.325Z Downloaded scroll_derive v0.13.1
9212026-08-17T20:20:33.327Z Downloaded tabwriter v1.4.1
9222026-08-17T20:20:33.342Z Downloaded derive_more-impl v2.1.1
9232026-08-17T20:20:33.345Z Downloaded lock_api v0.4.14
9242026-08-17T20:20:33.347Z Downloaded serde_with_macros v3.21.0
9252026-08-17T20:20:33.347Z Downloaded term v1.2.1
9262026-08-17T20:20:33.350Z Downloaded tiny-keccak v2.0.2
9272026-08-17T20:20:33.353Z Downloaded unicode-xid v0.2.6
9282026-08-17T20:20:33.356Z Downloaded num-integer v0.1.46
9292026-08-17T20:20:33.356Z Downloaded zone_cfg_derive v0.3.1
9302026-08-17T20:20:33.356Z Downloaded zone v0.3.1
9312026-08-17T20:20:33.359Z Downloaded litemap v0.8.1
9322026-08-17T20:20:33.362Z Downloaded aes v0.9.1
9332026-08-17T20:20:33.368Z Downloaded packed_struct v0.10.1
9342026-08-17T20:20:33.371Z Downloaded darling_macro v0.23.0
9352026-08-17T20:20:33.371Z Downloaded h2 v0.4.15
9362026-08-17T20:20:33.374Z Downloaded omicron-zone-package v0.12.3
9372026-08-17T20:20:33.377Z Downloaded curve25519-dalek-derive v0.1.1
9382026-08-17T20:20:33.379Z Downloaded oxide-update-engine-types v0.1.2
9392026-08-17T20:20:33.382Z Downloaded pin-project v1.1.11
9402026-08-17T20:20:33.387Z Downloaded signal-hook v0.3.18
9412026-08-17T20:20:33.390Z Downloaded hashbrown v0.15.5
9422026-08-17T20:20:33.392Z Downloaded icu_properties_data v2.1.2
9432026-08-17T20:20:33.396Z Downloaded predicates v3.1.4
9442026-08-17T20:20:33.399Z Downloaded crucible-workspace-hack v0.1.0
9452026-08-17T20:20:33.399Z Downloaded unicode-segmentation v1.12.0
9462026-08-17T20:20:33.401Z Downloaded prefix-trie v0.7.0
9472026-08-17T20:20:33.401Z Downloaded dirs-next v2.0.0
9482026-08-17T20:20:33.404Z Downloaded rand_chacha v0.9.0
9492026-08-17T20:20:33.405Z Downloaded enum-as-inner v0.6.1
9502026-08-17T20:20:33.405Z Downloaded instant v0.1.13
9512026-08-17T20:20:33.405Z Downloaded managed v0.8.0
9522026-08-17T20:20:33.405Z Downloaded iddqd v0.4.2
9532026-08-17T20:20:33.409Z Downloaded postgres-types v0.2.12
9542026-08-17T20:20:33.412Z Downloaded rustls-platform-verifier v0.6.2
9552026-08-17T20:20:33.415Z Downloaded ryu v1.0.23
9562026-08-17T20:20:33.415Z Downloaded ecdsa v0.17.0
9572026-08-17T20:20:33.427Z Downloaded jiff-static v0.2.34
9582026-08-17T20:20:33.427Z Downloaded rand v0.8.6
9592026-08-17T20:20:33.427Z Downloaded nonempty v0.12.0
9602026-08-17T20:20:33.427Z Downloaded ron v0.8.1
9612026-08-17T20:20:33.428Z Downloaded sha1 v0.11.0
9622026-08-17T20:20:33.428Z Downloaded slog v2.8.2
9632026-08-17T20:20:33.428Z Downloaded zip v4.6.1
9642026-08-17T20:20:33.428Z Downloaded serde-hex v0.1.0
9652026-08-17T20:20:33.432Z Downloaded slog-json v2.6.1
9662026-08-17T20:20:33.432Z Downloaded serde_with_macros v1.5.2
9672026-08-17T20:20:33.432Z Downloaded support-bundle-viewer v0.1.2
9682026-08-17T20:20:33.435Z Downloaded tls_codec v0.4.2
9692026-08-17T20:20:33.439Z Downloaded hashbrown v0.16.1
9702026-08-17T20:20:33.444Z Downloaded hyper v1.10.1
9712026-08-17T20:20:33.449Z Downloaded vergen-lib v0.1.6
9722026-08-17T20:20:33.450Z Downloaded toml v0.7.8
9732026-08-17T20:20:33.453Z Downloaded rtoolbox v0.0.3
9742026-08-17T20:20:33.453Z Downloaded samael v0.0.19
9752026-08-17T20:20:33.455Z Downloaded aes-gcm v0.11.0
9762026-08-17T20:20:33.458Z Downloaded aho-corasick v1.1.4
9772026-08-17T20:20:33.461Z Downloaded peg-macros v0.8.5
9782026-08-17T20:20:33.461Z Downloaded unicode-bidi v0.3.18
9792026-08-17T20:20:33.464Z Downloaded vergen-gitcl v1.0.8
9802026-08-17T20:20:33.464Z Downloaded delegate v0.13.5
9812026-08-17T20:20:33.464Z Downloaded pkcs8 v0.10.2
9822026-08-17T20:20:33.467Z Downloaded password-hash v0.6.1
9832026-08-17T20:20:33.473Z Downloaded derive-where v1.6.0
9842026-08-17T20:20:33.476Z Downloaded env_logger v0.11.9
9852026-08-17T20:20:33.481Z Downloaded stable_deref_trait v1.2.1
9862026-08-17T20:20:33.488Z Downloaded strum v0.27.2
9872026-08-17T20:20:33.491Z Downloaded ingot v0.2.1
9882026-08-17T20:20:33.491Z Downloaded libsw-core v0.3.2
9892026-08-17T20:20:33.491Z Downloaded try-lock v0.2.5
9902026-08-17T20:20:33.491Z Downloaded x509-cert v0.2.5
9912026-08-17T20:20:33.494Z Downloaded reedline v0.40.0
9922026-08-17T20:20:33.509Z Downloaded native-tls v0.2.18
9932026-08-17T20:20:33.511Z Downloaded usdt v0.6.0
9942026-08-17T20:20:33.514Z Downloaded zerofrom-derive v0.1.6
9952026-08-17T20:20:33.514Z Downloaded crc8 v0.1.1
9962026-08-17T20:20:33.517Z Downloaded idna_adapter v1.2.1
9972026-08-17T20:20:33.517Z Downloaded kem v0.3.0
9982026-08-17T20:20:33.517Z Downloaded maybe-uninit v2.0.0
9992026-08-17T20:20:33.517Z Downloaded tokio-postgres v0.7.16
10002026-08-17T20:20:33.520Z Downloaded hkdf v0.12.4
10012026-08-17T20:20:33.523Z Downloaded tokio-stream v0.1.18
10022026-08-17T20:20:33.523Z Downloaded twox-hash v2.1.2
10032026-08-17T20:20:33.526Z Downloaded poly1305 v0.8.0
10042026-08-17T20:20:33.528Z Downloaded darling_macro v0.20.11
10052026-08-17T20:20:33.528Z Downloaded progenitor v0.13.0
10062026-08-17T20:20:33.528Z Downloaded dsl_auto_type v0.2.0
10072026-08-17T20:20:33.532Z Downloaded multimap v0.10.1
10082026-08-17T20:20:33.535Z Downloaded openssl-macros v0.1.1
10092026-08-17T20:20:33.535Z Downloaded rustyline v14.0.0
10102026-08-17T20:20:33.538Z Downloaded hkdf v0.13.0
10112026-08-17T20:20:33.541Z Downloaded p256 v0.14.0
10122026-08-17T20:20:33.541Z Downloaded unsafe-libyaml v0.2.11
10132026-08-17T20:20:33.547Z Downloaded tokio-tungstenite v0.23.1
10142026-08-17T20:20:33.547Z Downloaded rand_core v0.6.4
10152026-08-17T20:20:33.547Z Downloaded phc v0.6.1
10162026-08-17T20:20:33.551Z Downloaded peg-runtime v0.8.5
10172026-08-17T20:20:33.555Z Downloaded percent-encoding v2.3.2
10182026-08-17T20:20:33.556Z Downloaded diesel_derives v2.3.7
10192026-08-17T20:20:33.559Z Downloaded scroll v0.13.0
10202026-08-17T20:20:33.562Z Downloaded simd-adler32 v0.3.8
10212026-08-17T20:20:33.565Z Downloaded toml_writer v1.1.1+spec-1.1.0
10222026-08-17T20:20:33.568Z Downloaded signature v3.0.0
10232026-08-17T20:20:33.572Z Downloaded darling v0.23.0
10242026-08-17T20:20:33.580Z Downloaded snafu v0.8.9
10252026-08-17T20:20:33.583Z Downloaded darling_core v0.20.11
10262026-08-17T20:20:33.587Z Downloaded socket2 v0.5.10
10272026-08-17T20:20:33.590Z Downloaded test-strategy v0.4.5
10282026-08-17T20:20:33.590Z Downloaded zeroize_derive v1.5.0
10292026-08-17T20:20:33.595Z Downloaded der_derive v0.7.3
10302026-08-17T20:20:33.604Z Downloaded indoc v2.0.7
10312026-08-17T20:20:33.607Z Downloaded libsw v3.5.0
10322026-08-17T20:20:33.607Z Downloaded nanorand v0.7.0
10332026-08-17T20:20:33.610Z Downloaded qorb v0.4.1
10342026-08-17T20:20:33.612Z Downloaded zip v0.6.6
10352026-08-17T20:20:33.612Z Downloaded crossterm v0.28.1
10362026-08-17T20:20:33.616Z Downloaded dtrace-parser v0.3.0
10372026-08-17T20:20:33.619Z Downloaded dropshot_endpoint v0.17.1
10382026-08-17T20:20:33.619Z Downloaded wyz v0.5.1
10392026-08-17T20:20:33.619Z Downloaded salsa20 v0.11.0
10402026-08-17T20:20:33.622Z Downloaded zstd-safe v7.2.4
10412026-08-17T20:20:33.622Z Downloaded match_cfg v0.1.0
10422026-08-17T20:20:33.622Z Downloaded md-5 v0.10.6
10432026-08-17T20:20:33.622Z Downloaded opaque-debug v0.3.1
10442026-08-17T20:20:33.625Z Downloaded endian-type v0.1.2
10452026-08-17T20:20:33.628Z Downloaded pem-rfc7468 v1.0.0
10462026-08-17T20:20:33.628Z Downloaded progenitor v0.14.0
10472026-08-17T20:20:33.628Z Downloaded sec1 v0.8.1
10482026-08-17T20:20:33.634Z Downloaded schemars v0.8.22
10492026-08-17T20:20:33.641Z Downloaded ed25519-dalek v3.0.0
10502026-08-17T20:20:33.644Z Downloaded expectorate v1.2.0
10512026-08-17T20:20:33.644Z Downloaded precomputed-hash v0.1.1
10522026-08-17T20:20:33.646Z Downloaded scheduled-thread-pool v0.2.7
10532026-08-17T20:20:33.647Z Downloaded slog-dtrace v0.3.0
10542026-08-17T20:20:33.647Z Downloaded openssl-sys v0.9.117
10552026-08-17T20:20:33.649Z Downloaded toml v1.1.2+spec-1.1.0
10562026-08-17T20:20:33.652Z Downloaded time-macros v0.2.27
10572026-08-17T20:20:33.652Z Downloaded parking_lot v0.12.5
10582026-08-17T20:20:33.655Z Downloaded num-conv v0.2.0
10592026-08-17T20:20:33.658Z Downloaded oso v0.27.3
10602026-08-17T20:20:33.660Z Downloaded synstructure v0.13.2
10612026-08-17T20:20:33.663Z Downloaded writeable v0.6.2
10622026-08-17T20:20:33.663Z Downloaded resolv-conf v0.7.6
10632026-08-17T20:20:33.666Z Downloaded universal-hash v0.5.1
10642026-08-17T20:20:33.666Z Downloaded cpufeatures v0.3.0
10652026-08-17T20:20:33.669Z Downloaded crypto-common v0.2.2
10662026-08-17T20:20:33.672Z Downloaded serde-big-array v0.5.1
10672026-08-17T20:20:33.672Z Downloaded siphasher v1.0.2
10682026-08-17T20:20:33.675Z Downloaded spki v0.8.0
10692026-08-17T20:20:33.675Z Downloaded port-file v0.1.0
10702026-08-17T20:20:33.675Z Downloaded sync_wrapper v1.0.2
10712026-08-17T20:20:33.687Z Downloaded difflib v0.4.0
10722026-08-17T20:20:33.689Z Downloaded libbz2-rs-sys v0.2.2
10732026-08-17T20:20:33.689Z Downloaded term v0.7.0
10742026-08-17T20:20:33.692Z Downloaded termios v0.3.3
10752026-08-17T20:20:33.692Z Downloaded trait-variant v0.1.2
10762026-08-17T20:20:33.692Z Downloaded vergen-git2 v9.1.0
10772026-08-17T20:20:33.695Z Downloaded zeroize v1.9.0
10782026-08-17T20:20:33.695Z Downloaded libscf-sys v1.2.0
10792026-08-17T20:20:33.695Z Downloaded new_debug_unreachable v1.0.6
10802026-08-17T20:20:33.695Z Downloaded parse-size v1.1.0
10812026-08-17T20:20:33.695Z Downloaded tokio-rustls v0.26.4
10822026-08-17T20:20:33.704Z Downloaded recursive v0.1.1
10832026-08-17T20:20:33.711Z Downloaded similar v2.7.0
10842026-08-17T20:20:33.715Z Downloaded darling v0.13.4
10852026-08-17T20:20:33.718Z Downloaded serde_spanned v1.1.1
10862026-08-17T20:20:33.723Z Downloaded sponge-cursor v0.1.0
10872026-08-17T20:20:33.726Z Downloaded termtree v0.5.1
10882026-08-17T20:20:33.729Z Downloaded crossterm v0.29.0
10892026-08-17T20:20:33.731Z Downloaded parking_lot_core v0.8.6
10902026-08-17T20:20:33.741Z Downloaded steno v0.4.1
10912026-08-17T20:20:33.744Z Downloaded progenitor-client v0.14.0
10922026-08-17T20:20:33.744Z Downloaded illumos-nvpair-sys v0.2.0
10932026-08-17T20:20:33.747Z Downloaded oso-derive v0.27.3
10942026-08-17T20:20:33.749Z Downloaded strsim v0.10.0
10952026-08-17T20:20:33.749Z Downloaded want v0.3.1
10962026-08-17T20:20:33.752Z Downloaded cpubits v0.1.1
10972026-08-17T20:20:33.752Z Downloaded yansi v1.0.1
10982026-08-17T20:20:33.757Z Downloaded url v2.5.8
10992026-08-17T20:20:33.760Z Downloaded yoke v0.8.1
11002026-08-17T20:20:33.763Z Downloaded socket2 v0.6.3
11012026-08-17T20:20:33.763Z Downloaded rand_core v0.10.0
11022026-08-17T20:20:33.763Z Downloaded stringprep v0.1.5
11032026-08-17T20:20:33.766Z Downloaded num-bigint-dig v0.8.6
11042026-08-17T20:20:33.766Z Downloaded tls_codec_derive v0.4.2
11052026-08-17T20:20:33.768Z Downloaded itertools v0.12.1
11062026-08-17T20:20:33.771Z Downloaded git2 v0.20.4
11072026-08-17T20:20:33.777Z Downloaded normalize-line-endings v0.3.0
11082026-08-17T20:20:33.780Z Downloaded ref-cast v1.0.25
11092026-08-17T20:20:33.780Z Downloaded secrecy v0.8.0
11102026-08-17T20:20:33.780Z Downloaded predicates-core v1.0.10
11112026-08-17T20:20:33.780Z Downloaded serde_plain v1.0.2
11122026-08-17T20:20:33.780Z Downloaded miniz_oxide v0.8.9
11132026-08-17T20:20:33.780Z Downloaded unicode-properties v0.1.4
11142026-08-17T20:20:33.783Z Downloaded displaydoc v0.2.5
11152026-08-17T20:20:33.783Z Downloaded libm v0.2.16
11162026-08-17T20:20:33.790Z Downloaded nu-ansi-term v0.50.3
11172026-08-17T20:20:33.792Z Downloaded openssl-probe v0.1.6
11182026-08-17T20:20:33.793Z Downloaded psm v0.1.30
11192026-08-17T20:20:33.796Z Downloaded vte v0.14.1
11202026-08-17T20:20:33.796Z Downloaded darling v0.20.11
11212026-08-17T20:20:33.799Z Downloaded derive_builder v0.20.2
11222026-08-17T20:20:33.802Z Downloaded zerocopy-derive v0.8.40
11232026-08-17T20:20:33.806Z Downloaded quick-error v1.2.3
11242026-08-17T20:20:33.809Z Downloaded postgres-protocol v0.6.10
11252026-08-17T20:20:33.809Z Downloaded lru-cache v0.1.2
11262026-08-17T20:20:33.809Z Downloaded sigpipe v0.1.3
11272026-08-17T20:20:33.812Z Downloaded internal-russh-num-bigint v0.5.0
11282026-08-17T20:20:33.815Z Downloaded lru v0.12.5
11292026-08-17T20:20:33.815Z Downloaded ssh-cipher v0.3.0
11302026-08-17T20:20:33.818Z Downloaded blake3 v1.8.5
11312026-08-17T20:20:33.821Z Downloaded supports-color v3.0.2
11322026-08-17T20:20:33.829Z Downloaded slog-async v2.8.0
11332026-08-17T20:20:33.832Z Downloaded tough v0.22.0
11342026-08-17T20:20:33.837Z Downloaded ed25519 v3.0.0
11352026-08-17T20:20:33.841Z Downloaded primeorder v0.14.0
11362026-08-17T20:20:33.841Z Downloaded libxml v0.3.3
11372026-08-17T20:20:33.843Z Downloaded aws-lc-rs v1.16.3
11382026-08-17T20:20:33.847Z Downloaded bitvec v1.0.1
11392026-08-17T20:20:33.857Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11402026-08-17T20:20:33.860Z Downloaded crossbeam-epoch v0.9.18
11412026-08-17T20:20:33.860Z Downloaded document-features v0.2.12
11422026-08-17T20:20:33.863Z Downloaded seq-macro v0.3.6
11432026-08-17T20:20:33.863Z Downloaded embedded-io v0.4.0
11442026-08-17T20:20:33.863Z Downloaded der v0.7.10
11452026-08-17T20:20:33.865Z Downloaded impl-trait-for-tuples v0.2.3
11462026-08-17T20:20:33.865Z Downloaded nom v8.0.0
11472026-08-17T20:20:33.868Z Downloaded zerovec v0.11.5
11482026-08-17T20:20:33.871Z Downloaded diff v0.1.13
11492026-08-17T20:20:33.874Z Downloaded ipnet v2.11.0
11502026-08-17T20:20:33.874Z Downloaded parse-display-derive v0.10.0
11512026-08-17T20:20:33.877Z Downloaded serde_urlencoded v0.7.1
11522026-08-17T20:20:33.877Z Downloaded num v0.4.3
11532026-08-17T20:20:33.877Z Downloaded rand_pcg v0.10.2
11542026-08-17T20:20:33.877Z Downloaded slog-term v2.9.2
11552026-08-17T20:20:33.880Z Downloaded packed_struct_codegen v0.10.1
11562026-08-17T20:20:33.880Z Downloaded tokio-dtrace v0.1.1
11572026-08-17T20:20:33.880Z Downloaded crossbeam-deque v0.8.6
11582026-08-17T20:20:33.883Z Downloaded shlex v1.3.0
11592026-08-17T20:20:33.883Z Downloaded yoke-derive v0.8.1
11602026-08-17T20:20:33.883Z Downloaded time-core v0.1.8
11612026-08-17T20:20:33.883Z Downloaded scopeguard v1.2.0
11622026-08-17T20:20:33.883Z Downloaded strum v0.26.3
11632026-08-17T20:20:33.883Z Downloaded rayon-core v1.13.0
11642026-08-17T20:20:33.886Z Downloaded derive-ex v0.1.8
11652026-08-17T20:20:33.886Z Downloaded keccak v0.2.0
11662026-08-17T20:20:33.886Z Downloaded pkcs5 v0.8.1
11672026-08-17T20:20:33.889Z Downloaded universal-hash v0.6.1
11682026-08-17T20:20:33.894Z Downloaded thread_local v1.1.9
11692026-08-17T20:20:33.897Z Downloaded vsss-rs v3.3.4
11702026-08-17T20:20:33.900Z Downloaded wnaf v0.14.0
11712026-08-17T20:20:33.903Z Downloaded num_threads v0.1.7
11722026-08-17T20:20:33.906Z Downloaded num_enum_derive v0.7.6
11732026-08-17T20:20:33.909Z Downloaded toml_edit v0.23.10+spec-1.0.0
11742026-08-17T20:20:33.912Z Downloaded jiff-core v0.1.0
11752026-08-17T20:20:33.914Z Downloaded daft v0.1.7
11762026-08-17T20:20:33.914Z Downloaded slog-stdlog v4.1.1
11772026-08-17T20:20:33.917Z Downloaded crypto-bigint v0.5.5
11782026-08-17T20:20:33.920Z Downloaded goblin v0.10.5
11792026-08-17T20:20:33.923Z Downloaded mio v1.2.0
11802026-08-17T20:20:33.926Z Downloaded r2d2 v0.8.10
11812026-08-17T20:20:33.929Z Downloaded publicsuffix v2.3.0
11822026-08-17T20:20:33.929Z Downloaded crc32fast v1.5.0
11832026-08-17T20:20:33.932Z Downloaded rand v0.9.2
11842026-08-17T20:20:33.935Z Downloaded usdt-impl v0.6.0
11852026-08-17T20:20:33.935Z Downloaded ed25519-dalek v2.2.0
11862026-08-17T20:20:33.937Z Downloaded ipnetwork v0.21.1
11872026-08-17T20:20:33.937Z Downloaded critical-section v1.2.0
11882026-08-17T20:20:33.937Z Downloaded toml_parser v1.1.2+spec-1.1.0
11892026-08-17T20:20:33.940Z Downloaded rsa v0.9.10
11902026-08-17T20:20:33.943Z Downloaded num-bigint v0.4.6
11912026-08-17T20:20:33.945Z Downloaded rustls-webpki v0.103.13
11922026-08-17T20:20:33.948Z Downloaded serde_with v3.21.0
11932026-08-17T20:20:33.953Z Downloaded indicatif v0.18.4
11942026-08-17T20:20:33.956Z Downloaded rustls-pki-types v1.14.0
11952026-08-17T20:20:33.958Z Downloaded tracing-attributes v0.1.31
11962026-08-17T20:20:33.961Z Downloaded yasna v0.5.2
11972026-08-17T20:20:33.961Z Downloaded des v0.9.0
11982026-08-17T20:20:33.961Z Downloaded pin-project-internal v1.1.11
11992026-08-17T20:20:33.964Z Downloaded proptest v1.11.0
12002026-08-17T20:20:33.967Z Downloaded multer v3.1.0
12012026-08-17T20:20:33.970Z Downloaded chrono v0.4.45
12022026-08-17T20:20:33.973Z Downloaded tabled v0.21.0
12032026-08-17T20:20:33.984Z Downloaded time v0.3.47
12042026-08-17T20:20:33.992Z Downloaded rustversion v1.0.22
12052026-08-17T20:20:33.995Z Downloaded postcard v1.1.3
12062026-08-17T20:20:33.995Z Downloaded ssh-key v0.7.0-rc.11
12072026-08-17T20:20:34.001Z Downloaded bindgen v0.71.1
12082026-08-17T20:20:34.004Z Downloaded pkcs8 v0.11.0
12092026-08-17T20:20:34.007Z Downloaded nom v7.1.3
12102026-08-17T20:20:34.010Z Downloaded minimal-lexical v0.2.1
12112026-08-17T20:20:34.013Z Downloaded tower-http v0.6.8
12122026-08-17T20:20:34.016Z Downloaded elliptic-curve v0.14.1
12132026-08-17T20:20:34.019Z Downloaded rawzip v0.4.4
12142026-08-17T20:20:34.022Z Downloaded unicode_categories v0.1.1
12152026-08-17T20:20:34.024Z Downloaded derive_more v2.1.1
12162026-08-17T20:20:34.029Z Downloaded der v0.8.0
12172026-08-17T20:20:34.034Z Downloaded tokio-util v0.7.18
12182026-08-17T20:20:34.038Z Downloaded darling_core v0.13.4
12192026-08-17T20:20:34.040Z Downloaded tungstenite v0.23.0
12202026-08-17T20:20:34.043Z Downloaded rsa v0.10.0-rc.18
12212026-08-17T20:20:34.064Z Downloaded pretty_assertions v1.4.1
12222026-08-17T20:20:34.072Z Downloaded rayon v1.11.0
12232026-08-17T20:20:34.077Z Downloaded darling_core v0.23.0
12242026-08-17T20:20:34.080Z Downloaded russh v0.62.4
12252026-08-17T20:20:34.085Z Downloaded tower v0.5.3
12262026-08-17T20:20:34.090Z Downloaded winnow v0.6.26
12272026-08-17T20:20:34.096Z Downloaded winnow v0.5.40
12282026-08-17T20:20:34.120Z Downloaded itertools v0.15.0
12292026-08-17T20:20:34.130Z Downloaded dropshot-api-manager v0.8.0
12302026-08-17T20:20:34.134Z Downloaded winnow v1.0.3
12312026-08-17T20:20:34.141Z Downloaded itertools v0.10.5
12322026-08-17T20:20:34.145Z Downloaded zerocopy v0.8.40
12332026-08-17T20:20:34.150Z Downloaded quick-xml v0.37.5
12342026-08-17T20:20:34.154Z Downloaded regex v1.12.3
12352026-08-17T20:20:34.158Z Downloaded typed-path v0.9.3
12362026-08-17T20:20:34.161Z Downloaded polar-core v0.27.3
12372026-08-17T20:20:34.166Z Downloaded radix_trie v0.2.1
12382026-08-17T20:20:34.170Z Downloaded unicode-normalization v0.1.25
12392026-08-17T20:20:34.172Z Downloaded iri-string v0.7.10
12402026-08-17T20:20:34.176Z Downloaded itertools v0.13.0
12412026-08-17T20:20:34.180Z Downloaded vcpkg v0.2.15
12422026-08-17T20:20:34.206Z Downloaded reqwest v0.13.2
12432026-08-17T20:20:34.209Z Downloaded moka v0.12.13
12442026-08-17T20:20:34.214Z Downloaded p384 v0.13.1
12452026-08-17T20:20:34.217Z Downloaded reqwest v0.12.28
12462026-08-17T20:20:34.229Z Downloaded nix v0.27.1
12472026-08-17T20:20:34.239Z Downloaded portable-atomic v1.13.1
12482026-08-17T20:20:34.244Z Downloaded idna v1.1.0
12492026-08-17T20:20:34.247Z Downloaded openssl v0.10.80
12502026-08-17T20:20:34.262Z Downloaded crypto-bigint v0.7.5
12512026-08-17T20:20:34.270Z Downloaded hickory-proto v0.25.2
12522026-08-17T20:20:34.281Z Downloaded itertools v0.14.0
12532026-08-17T20:20:34.284Z Downloaded sha3 v0.12.0
12542026-08-17T20:20:34.287Z Downloaded object v0.37.3
12552026-08-17T20:20:34.292Z Downloaded crypto-primes v0.7.2
12562026-08-17T20:20:34.296Z Downloaded bstr v1.12.1
12572026-08-17T20:20:34.309Z Downloaded rustls v0.23.41
12582026-08-17T20:20:34.317Z Downloaded salty v0.3.0
12592026-08-17T20:20:34.320Z Downloaded curve25519-dalek v4.1.3
12602026-08-17T20:20:34.325Z Downloaded hickory-proto v0.24.4
12612026-08-17T20:20:34.333Z Downloaded zlib-rs v0.6.2
12622026-08-17T20:20:34.336Z Downloaded petname v2.0.2
12632026-08-17T20:20:34.339Z Downloaded openapiv3 v2.2.0
12642026-08-17T20:20:34.345Z Downloaded smoltcp v0.11.0
12652026-08-17T20:20:34.352Z Downloaded lalrpop v0.19.12
12662026-08-17T20:20:34.359Z Downloaded dropshot v0.17.1
12672026-08-17T20:20:34.370Z Downloaded regress v0.10.5
12682026-08-17T20:20:34.375Z Downloaded object v0.30.4
12692026-08-17T20:20:34.381Z Downloaded regress v0.11.1
12702026-08-17T20:20:34.385Z Downloaded quinn-proto v0.11.16
12712026-08-17T20:20:34.389Z Downloaded curve25519-dalek v5.0.0
12722026-08-17T20:20:34.394Z Downloaded sqlparser v0.61.0
12732026-08-17T20:20:34.400Z Downloaded regex-syntax v0.6.29
12742026-08-17T20:20:34.405Z Downloaded smoltcp v0.9.1
12752026-08-17T20:20:34.412Z Downloaded typify-impl v0.6.2
12762026-08-17T20:20:34.426Z Downloaded regex-syntax v0.8.10
12772026-08-17T20:20:34.436Z Downloaded rustix v0.38.44
12782026-08-17T20:20:34.453Z Downloaded nix v0.31.2
12792026-08-17T20:20:34.460Z Downloaded sled v0.34.7
12802026-08-17T20:20:34.484Z Downloaded zerocopy-derive v0.6.6
12812026-08-17T20:20:34.491Z Downloaded regex-automata v0.4.14
12822026-08-17T20:20:34.521Z Downloaded jiff v0.2.34
12832026-08-17T20:20:34.528Z Downloaded nix v0.28.0
12842026-08-17T20:20:34.535Z Downloaded petgraph v0.8.3
12852026-08-17T20:20:34.547Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12862026-08-17T20:20:34.558Z Downloaded csv v1.4.0
12872026-08-17T20:20:34.569Z Downloaded ratatui v0.29.0
12882026-08-17T20:20:34.585Z Downloaded tracing v0.1.44
12892026-08-17T20:20:34.615Z Downloaded bzip2-sys v0.1.13+1.0.8
12902026-08-17T20:20:34.624Z Downloaded diesel v2.3.7
12912026-08-17T20:20:34.647Z Downloaded sha3 v0.11.0
12922026-08-17T20:20:34.682Z Downloaded petgraph v0.6.5
12932026-08-17T20:20:34.740Z Downloaded chrono-tz v0.10.4
12942026-08-17T20:20:34.787Z Downloaded libz-sys v1.1.24
12952026-08-17T20:20:34.802Z Downloaded sha3 v0.10.8
12962026-08-17T20:20:34.805Z Downloaded tokio v1.52.1
12972026-08-17T20:20:34.930Z Downloaded encoding_rs v0.8.35
12982026-08-17T20:20:34.953Z Downloaded ring v0.17.14
12992026-08-17T20:20:35.025Z Downloaded libgit2-sys v0.18.3+1.9.2
13002026-08-17T20:20:35.609Z Downloaded aws-lc-sys v0.40.0
13012026-08-17T20:20:35.859Z Compiling libc v0.2.185
13022026-08-17T20:20:35.859Z Compiling serde_core v1.0.228
13032026-08-17T20:20:35.859Z Compiling serde v1.0.228
13042026-08-17T20:20:35.862Z Compiling log v0.4.29
13052026-08-17T20:20:35.862Z Compiling smallvec v1.15.1
13062026-08-17T20:20:35.863Z Compiling find-msvc-tools v0.1.9
13072026-08-17T20:20:35.863Z Compiling shlex v1.3.0
13082026-08-17T20:20:36.004Z Compiling subtle v2.6.1
13092026-08-17T20:20:36.068Z Compiling scopeguard v1.2.0
13102026-08-17T20:20:36.071Z Compiling stable_deref_trait v1.2.1
13112026-08-17T20:20:36.071Z Compiling typenum v1.20.1
13122026-08-17T20:20:36.080Z Compiling zerocopy v0.8.40
13132026-08-17T20:20:36.083Z Compiling portable-atomic v1.13.1
13142026-08-17T20:20:36.137Z Compiling serde_json v1.0.151
13152026-08-17T20:20:36.165Z Compiling syn v2.0.117
13162026-08-17T20:20:36.168Z Compiling critical-section v1.2.0
13172026-08-17T20:20:36.192Z Compiling libm v0.2.16
13182026-08-17T20:20:36.223Z Compiling num-traits v0.2.19
13192026-08-17T20:20:36.245Z Compiling lock_api v0.4.14
13202026-08-17T20:20:36.261Z Compiling pkg-config v0.3.32
13212026-08-17T20:20:36.277Z Compiling generic-array v0.14.7
13222026-08-17T20:20:36.279Z Compiling getrandom v0.4.1
13232026-08-17T20:20:36.304Z Compiling pin-project-lite v0.2.17
13242026-08-17T20:20:36.348Z Compiling const-oid v0.9.6
13252026-08-17T20:20:36.376Z Compiling parking_lot_core v0.9.12
13262026-08-17T20:20:36.406Z Compiling rand_core v0.10.0
13272026-08-17T20:20:36.459Z Compiling futures-core v0.3.32
13282026-08-17T20:20:36.522Z Compiling percent-encoding v2.3.2
13292026-08-17T20:20:36.569Z Compiling writeable v0.6.2
13302026-08-17T20:20:36.614Z Compiling litemap v0.8.1
13312026-08-17T20:20:36.644Z Compiling icu_normalizer_data v2.1.1
13322026-08-17T20:20:36.647Z Compiling icu_properties_data v2.1.2
13332026-08-17T20:20:36.658Z Compiling getrandom v0.3.4
13342026-08-17T20:20:36.730Z Compiling futures-sink v0.3.32
13352026-08-17T20:20:36.743Z Compiling utf8_iter v1.0.4
13362026-08-17T20:20:36.758Z Compiling rustix v1.1.3
13372026-08-17T20:20:36.776Z Compiling futures-task v0.3.32
13382026-08-17T20:20:36.818Z Compiling futures-io v0.3.32
13392026-08-17T20:20:36.850Z Compiling futures-channel v0.3.32
13402026-08-17T20:20:36.865Z Compiling slab v0.4.12
13412026-08-17T20:20:36.908Z Compiling errno v0.3.14
13422026-08-17T20:20:36.923Z Compiling jobserver v0.1.34
13432026-08-17T20:20:36.939Z Compiling getrandom v0.2.17
13442026-08-17T20:20:36.988Z Compiling mio v1.2.0
13452026-08-17T20:20:37.063Z Compiling signal-hook-registry v1.4.8
13462026-08-17T20:20:37.085Z Compiling rand_core v0.6.4
13472026-08-17T20:20:37.102Z Compiling socket2 v0.6.3
13482026-08-17T20:20:37.137Z Compiling cc v1.2.56
13492026-08-17T20:20:37.152Z Compiling once_cell v1.21.3
13502026-08-17T20:20:37.196Z Compiling parking_lot v0.12.5
13512026-08-17T20:20:37.236Z Compiling form_urlencoded v1.2.2
13522026-08-17T20:20:37.252Z Compiling rustversion v1.0.22
13532026-08-17T20:20:37.271Z Compiling iana-time-zone v0.1.65
13542026-08-17T20:20:37.321Z Compiling base64ct v1.8.3
13552026-08-17T20:20:37.400Z Compiling ident_case v1.0.1
13562026-08-17T20:20:37.415Z Compiling fs_extra v1.3.0
13572026-08-17T20:20:37.431Z Compiling regex-syntax v0.8.10
13582026-08-17T20:20:37.448Z Compiling flagset v0.4.7
13592026-08-17T20:20:37.477Z Compiling dunce v1.0.5
13602026-08-17T20:20:37.492Z Compiling base64 v0.22.1
13612026-08-17T20:20:37.544Z Compiling rand_core v0.9.5
13622026-08-17T20:20:37.559Z Compiling syn v1.0.109
13632026-08-17T20:20:37.585Z Compiling pem-rfc7468 v0.7.0
13642026-08-17T20:20:37.599Z Compiling vcpkg v0.2.15
13652026-08-17T20:20:37.613Z Compiling tracing-core v0.1.36
13662026-08-17T20:20:37.630Z Compiling dyn-clone v1.0.20
13672026-08-17T20:20:37.633Z Compiling schemars v0.8.22
13682026-08-17T20:20:37.700Z Compiling aws-lc-rs v1.16.3
13692026-08-17T20:20:37.736Z Compiling cpufeatures v0.2.17
13702026-08-17T20:20:37.802Z Compiling spin v0.9.8
13712026-08-17T20:20:37.825Z Compiling cmov v0.5.4
13722026-08-17T20:20:37.841Z Compiling crc32fast v1.5.0
13732026-08-17T20:20:37.858Z Compiling tinyvec_macros v0.1.1
13742026-08-17T20:20:37.906Z Compiling cmake v0.1.57
13752026-08-17T20:20:37.931Z Compiling httparse v1.10.1
13762026-08-17T20:20:37.946Z Compiling openssl-probe v0.2.1
13772026-08-17T20:20:38.010Z Compiling ctutils v0.4.2
13782026-08-17T20:20:38.025Z Compiling tinyvec v1.10.0
13792026-08-17T20:20:38.040Z Compiling aho-corasick v1.1.4
13802026-08-17T20:20:38.053Z Compiling radium v0.7.0
13812026-08-17T20:20:38.146Z Compiling tower-service v0.3.3
13822026-08-17T20:20:38.183Z Compiling bitflags v2.11.0
13832026-08-17T20:20:38.256Z Compiling semver v1.0.28
13842026-08-17T20:20:38.276Z Compiling indexmap v2.14.0
13852026-08-17T20:20:38.311Z Compiling uuid v1.23.4
13862026-08-17T20:20:38.344Z Compiling tower-layer v0.3.3
13872026-08-17T20:20:38.347Z Compiling untrusted v0.7.1
13882026-08-17T20:20:38.374Z Compiling atomic-waker v1.1.2
13892026-08-17T20:20:38.405Z Compiling try-lock v0.2.5
13902026-08-17T20:20:38.492Z Compiling rustc_version v0.4.1
13912026-08-17T20:20:38.516Z Compiling want v0.3.1
13922026-08-17T20:20:38.533Z Compiling openssl v0.10.80
13932026-08-17T20:20:38.536Z Compiling httpdate v1.0.3
13942026-08-17T20:20:38.609Z Compiling tap v1.0.1
13952026-08-17T20:20:38.663Z Compiling simd-adler32 v0.3.8
13962026-08-17T20:20:38.698Z Compiling rustls v0.23.41
13972026-08-17T20:20:38.730Z Compiling foreign-types-shared v0.1.1
13982026-08-17T20:20:38.744Z Compiling untrusted v0.9.0
13992026-08-17T20:20:38.764Z Compiling aws-lc-sys v0.40.0
14002026-08-17T20:20:38.786Z Compiling openssl-sys v0.9.117
14012026-08-17T20:20:38.802Z Compiling maybe-uninit v2.0.0
14022026-08-17T20:20:38.831Z Compiling foreign-types v0.3.2
14032026-08-17T20:20:38.844Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14042026-08-17T20:20:38.882Z Compiling bzip2-sys v0.1.13+1.0.8
14052026-08-17T20:20:38.898Z Compiling regex-automata v0.4.14
14062026-08-17T20:20:38.916Z Compiling wyz v0.5.1
14072026-08-17T20:20:38.944Z Compiling unicode-normalization v0.1.25
14082026-08-17T20:20:39.022Z Compiling synstructure v0.13.2
14092026-08-17T20:20:39.118Z Compiling serde_derive_internals v0.29.1
14102026-08-17T20:20:39.145Z Compiling pest_generator v2.8.6
14112026-08-17T20:20:39.164Z Compiling darling_core v0.20.11
14122026-08-17T20:20:39.266Z Compiling num-integer v0.1.46
14132026-08-17T20:20:39.292Z Compiling tempfile v3.25.0
14142026-08-17T20:20:39.392Z Compiling terminal_size v0.4.3
14152026-08-17T20:20:39.446Z Compiling wait-timeout v0.2.1
14162026-08-17T20:20:39.554Z Compiling ahash v0.8.12
14172026-08-17T20:20:39.568Z Compiling adler2 v2.0.1
14182026-08-17T20:20:39.597Z Compiling num-bigint-dig v0.8.6
14192026-08-17T20:20:39.669Z Compiling native-tls v0.2.18
14202026-08-17T20:20:39.684Z Compiling packed_struct v0.10.1
14212026-08-17T20:20:39.710Z Compiling time-core v0.1.8
14222026-08-17T20:20:39.732Z Compiling bit-vec v0.8.0
14232026-08-17T20:20:39.779Z Compiling num-conv v0.2.0
14242026-08-17T20:20:39.823Z Compiling quick-error v1.2.3
14252026-08-17T20:20:39.832Z Compiling powerfmt v0.2.0
14262026-08-17T20:20:39.836Z Compiling funty v2.0.0
14272026-08-17T20:20:39.934Z Compiling miniz_oxide v0.8.9
14282026-08-17T20:20:39.967Z Compiling bit-set v0.8.0
14292026-08-17T20:20:39.984Z Compiling time-macros v0.2.27
14302026-08-17T20:20:39.987Z Compiling deranged v0.5.8
14312026-08-17T20:20:40.017Z Compiling rusty-fork v0.3.1
14322026-08-17T20:20:40.033Z Compiling clap_builder v4.6.0
14332026-08-17T20:20:40.047Z Compiling num-iter v0.1.45
14342026-08-17T20:20:40.176Z Compiling lazy_static v1.5.0
14352026-08-17T20:20:40.192Z Compiling rand_xorshift v0.4.0
14362026-08-17T20:20:40.209Z Compiling anstyle-parse v0.2.7
14372026-08-17T20:20:40.281Z Compiling bitvec v1.0.1
14382026-08-17T20:20:40.374Z Compiling sync_wrapper v1.0.2
14392026-08-17T20:20:40.398Z Compiling indexmap v1.9.3
14402026-08-17T20:20:40.414Z Compiling siphasher v1.0.2
14412026-08-17T20:20:40.498Z Compiling crc-catalog v2.4.0
14422026-08-17T20:20:40.512Z Compiling paste v1.0.15
14432026-08-17T20:20:40.605Z Compiling num_threads v0.1.7
14442026-08-17T20:20:40.619Z Compiling crossbeam-utils v0.8.21
14452026-08-17T20:20:40.619Z Compiling unarray v0.1.4
14462026-08-17T20:20:40.622Z Compiling nodrop v0.1.14
14472026-08-17T20:20:40.716Z Compiling usdt-impl v0.6.0
14482026-08-17T20:20:40.758Z Compiling zlib-rs v0.6.2
14492026-08-17T20:20:40.773Z Compiling array-init v0.0.4
14502026-08-17T20:20:40.788Z Compiling serde_derive v1.0.228
14512026-08-17T20:20:40.805Z Compiling zeroize_derive v1.5.0
14522026-08-17T20:20:40.902Z Compiling zerofrom-derive v0.1.6
14532026-08-17T20:20:40.940Z Compiling zerocopy-derive v0.8.40
14542026-08-17T20:20:40.954Z Compiling yoke-derive v0.8.1
14552026-08-17T20:20:41.048Z Compiling zerovec-derive v0.11.2
14562026-08-17T20:20:41.110Z Compiling displaydoc v0.2.5
14572026-08-17T20:20:41.138Z Compiling tokio-macros v2.7.0
14582026-08-17T20:20:41.468Z Compiling zeroize v1.9.0
14592026-08-17T20:20:41.571Z Compiling futures-macro v0.3.32
14602026-08-17T20:20:41.772Z Compiling thiserror-impl v2.0.18
14612026-08-17T20:20:41.887Z Compiling der_derive v0.7.3
14622026-08-17T20:20:41.905Z Compiling tracing-attributes v0.1.31
14632026-08-17T20:20:41.963Z Compiling rustls-pki-types v1.14.0
14642026-08-17T20:20:42.161Z Compiling schemars_derive v0.8.22
14652026-08-17T20:20:42.207Z Compiling hybrid-array v0.4.13
14662026-08-17T20:20:42.306Z Compiling crypto-common v0.1.7
14672026-08-17T20:20:42.344Z Compiling zerofrom v0.1.6
14682026-08-17T20:20:42.451Z Compiling yoke v0.8.1
14692026-08-17T20:20:42.454Z Compiling block-buffer v0.10.4
14702026-08-17T20:20:42.482Z Compiling futures-util v0.3.32
14712026-08-17T20:20:42.485Z Compiling pest_derive v2.8.6
14722026-08-17T20:20:42.649Z Compiling zerovec v0.11.5
14732026-08-17T20:20:42.652Z Compiling zerotrie v0.2.3
14742026-08-17T20:20:42.897Z Compiling digest v0.10.7
14752026-08-17T20:20:42.983Z Compiling der v0.7.10
14762026-08-17T20:20:42.999Z Compiling scroll_derive v0.13.1
14772026-08-17T20:20:43.003Z Compiling darling_macro v0.20.11
14782026-08-17T20:20:43.150Z Compiling tinystr v0.8.2
14792026-08-17T20:20:43.170Z Compiling potential_utf v0.1.4
14802026-08-17T20:20:43.174Z Compiling thiserror v2.0.18
14812026-08-17T20:20:43.174Z Compiling sha2 v0.10.9
14822026-08-17T20:20:43.215Z Compiling signature v2.2.0
14832026-08-17T20:20:43.250Z Compiling tracing v0.1.44
14842026-08-17T20:20:43.309Z Compiling openssl-macros v0.1.1
14852026-08-17T20:20:43.359Z Compiling icu_locale_core v2.1.1
14862026-08-17T20:20:43.382Z Compiling icu_collections v2.1.1
14872026-08-17T20:20:43.416Z Compiling thiserror-impl v1.0.69
14882026-08-17T20:20:43.444Z Compiling hmac v0.12.1
14892026-08-17T20:20:43.539Z Compiling packed_struct_codegen v0.10.1
14902026-08-17T20:20:43.565Z Compiling darling v0.20.11
14912026-08-17T20:20:43.617Z Compiling clap_derive v4.6.1
14922026-08-17T20:20:43.660Z Compiling bitfield-macros v0.19.4
14932026-08-17T20:20:43.850Z Compiling spki v0.7.3
14942026-08-17T20:20:43.887Z Compiling scroll v0.13.0
14952026-08-17T20:20:43.992Z Compiling icu_provider v2.1.1
14962026-08-17T20:20:44.072Z Compiling pkcs8 v0.10.2
14972026-08-17T20:20:44.176Z Compiling goblin v0.10.5
14982026-08-17T20:20:44.207Z Compiling zerocopy-derive v0.6.6
14992026-08-17T20:20:44.261Z Compiling icu_normalizer v2.1.1
15002026-08-17T20:20:44.313Z Compiling bytes v1.11.1
15012026-08-17T20:20:44.345Z Compiling icu_properties v2.1.2
15022026-08-17T20:20:44.360Z Compiling chrono v0.4.45
15032026-08-17T20:20:44.412Z Compiling ipnet v2.11.0
15042026-08-17T20:20:44.544Z Compiling hex v0.4.3
15052026-08-17T20:20:44.676Z Compiling toml_datetime v0.6.11
15062026-08-17T20:20:44.730Z Compiling thiserror v1.0.69
15072026-08-17T20:20:44.818Z Compiling tokio v1.52.1
15082026-08-17T20:20:44.896Z Compiling http v1.4.2
15092026-08-17T20:20:44.899Z Compiling serde_spanned v0.6.9
15102026-08-17T20:20:44.941Z Compiling bitfield v0.19.4
15112026-08-17T20:20:44.993Z Compiling pkcs1 v0.7.5
15122026-08-17T20:20:45.007Z Compiling derive_builder_core v0.20.2
15132026-08-17T20:20:45.075Z Compiling flate2 v1.1.9
15142026-08-17T20:20:45.138Z Compiling zerocopy v0.6.6
15152026-08-17T20:20:45.257Z Compiling dtrace-parser v0.3.0
15162026-08-17T20:20:45.404Z Compiling idna_adapter v1.2.1
15172026-08-17T20:20:45.430Z Compiling ppv-lite86 v0.2.21
15182026-08-17T20:20:45.480Z Compiling clap v4.6.1
15192026-08-17T20:20:45.566Z Compiling idna v1.1.0
15202026-08-17T20:20:45.581Z Compiling http-body v1.0.1
15212026-08-17T20:20:45.594Z Compiling time v0.3.47
15222026-08-17T20:20:45.749Z Compiling rand_chacha v0.9.0
15232026-08-17T20:20:45.765Z Compiling rand_chacha v0.3.1
15242026-08-17T20:20:45.782Z Compiling http-body-util v0.1.3
15252026-08-17T20:20:45.828Z Compiling scroll_derive v0.12.1
15262026-08-17T20:20:45.849Z Compiling structmeta-derive v0.3.0
15272026-08-17T20:20:45.864Z Compiling url v2.5.8
15282026-08-17T20:20:45.910Z Compiling crc v3.4.0
15292026-08-17T20:20:46.014Z Compiling rand v0.9.2
15302026-08-17T20:20:46.043Z Compiling rand v0.8.6
15312026-08-17T20:20:46.255Z Compiling anstream v0.6.21
15322026-08-17T20:20:46.270Z Compiling smallvec v0.6.14
15332026-08-17T20:20:46.469Z Compiling darling_core v0.23.0
15342026-08-17T20:20:46.490Z Compiling heapless v0.7.17
15352026-08-17T20:20:46.532Z Compiling slog v2.8.2
15362026-08-17T20:20:46.572Z Compiling thread-id v5.1.0
15372026-08-17T20:20:46.587Z Compiling proptest v1.11.0
15382026-08-17T20:20:46.686Z Compiling env_filter v1.0.0
15392026-08-17T20:20:46.739Z Compiling cookie v0.18.1
15402026-08-17T20:20:46.759Z Compiling anyhow v1.0.102
15412026-08-17T20:20:46.806Z Compiling zstd-safe v7.2.4
15422026-08-17T20:20:46.838Z Compiling hashbrown v0.12.3
15432026-08-17T20:20:46.871Z Compiling unicode-bidi v0.3.18
15442026-08-17T20:20:46.947Z Compiling ryu v1.0.23
15452026-08-17T20:20:46.966Z Compiling base64 v0.21.7
15462026-08-17T20:20:47.016Z Compiling dof v0.4.0
15472026-08-17T20:20:47.031Z Compiling iri-string v0.7.10
15482026-08-17T20:20:47.081Z Compiling unicode-properties v0.1.4
15492026-08-17T20:20:47.143Z Compiling winnow v0.5.40
15502026-08-17T20:20:47.158Z Compiling allocator-api2 v0.2.21
15512026-08-17T20:20:47.193Z Compiling signal-hook v0.3.18
15522026-08-17T20:20:47.303Z Compiling ipnetwork v0.21.1
15532026-08-17T20:20:47.333Z Compiling stringprep v0.1.5
15542026-08-17T20:20:47.404Z Compiling ron v0.8.1
15552026-08-17T20:20:47.552Z Compiling oxnet v0.1.6
15562026-08-17T20:20:47.703Z Compiling rsa v0.9.10
15572026-08-17T20:20:47.717Z Compiling serde_urlencoded v0.7.1
15582026-08-17T20:20:47.783Z Compiling structmeta v0.3.0
15592026-08-17T20:20:47.855Z Compiling env_logger v0.11.9
15602026-08-17T20:20:48.011Z Compiling scroll v0.12.0
15612026-08-17T20:20:48.025Z Compiling serde-hex v0.1.0
15622026-08-17T20:20:48.028Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
15632026-08-17T20:20:48.202Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
15642026-08-17T20:20:48.218Z Compiling camino v1.2.2
15652026-08-17T20:20:48.232Z Compiling derive_builder_macro v0.20.2
15662026-08-17T20:20:48.338Z Compiling bzip2 v0.4.4
15672026-08-17T20:20:48.341Z Compiling hashbrown v0.13.2
15682026-08-17T20:20:48.560Z Compiling toml_edit v0.19.15
15692026-08-17T20:20:48.589Z Compiling serde_tokenstream v0.2.3
15702026-08-17T20:20:48.603Z Compiling erased-serde v0.3.31
15712026-08-17T20:20:48.617Z Compiling x509-cert v0.2.5
15722026-08-17T20:20:48.732Z Compiling tokio-util v0.7.18
15732026-08-17T20:20:48.808Z Compiling tower v0.5.3
15742026-08-17T20:20:48.844Z Compiling tokio-native-tls v0.3.1
15752026-08-17T20:20:48.921Z Compiling md-5 v0.10.6
15762026-08-17T20:20:48.998Z Compiling darling_macro v0.23.0
15772026-08-17T20:20:49.030Z Compiling newtype-uuid v1.3.2
15782026-08-17T20:20:49.081Z Compiling crypto-common v0.2.2
15792026-08-17T20:20:49.098Z Compiling block-buffer v0.12.1
15802026-08-17T20:20:49.113Z Compiling block-padding v0.4.2
15812026-08-17T20:20:49.294Z Compiling tower-http v0.6.8
15822026-08-17T20:20:49.313Z Compiling rustls-native-certs v0.8.3
15832026-08-17T20:20:49.328Z Compiling bstr v1.12.1
15842026-08-17T20:20:49.376Z Compiling async-trait v0.1.89
15852026-08-17T20:20:49.518Z Compiling h2 v0.4.15
15862026-08-17T20:20:49.613Z Compiling daft-derive v0.1.7
15872026-08-17T20:20:49.711Z Compiling pin-project-internal v1.1.11
15882026-08-17T20:20:49.784Z Compiling zerocopy-derive v0.7.35
15892026-08-17T20:20:49.800Z Compiling curve25519-dalek v4.1.3
15902026-08-17T20:20:50.027Z Compiling vergen-lib v9.1.0
15912026-08-17T20:20:50.201Z Compiling hash32 v0.2.1
15922026-08-17T20:20:50.230Z Compiling encoding_rs v0.8.35
15932026-08-17T20:20:50.245Z Compiling memoffset v0.9.1
15942026-08-17T20:20:50.423Z Compiling mime v0.3.17
15952026-08-17T20:20:50.445Z Compiling crc-any v2.5.0
15962026-08-17T20:20:50.461Z Compiling ref-cast v1.0.25
15972026-08-17T20:20:50.475Z Compiling litrs v1.0.0
15982026-08-17T20:20:50.681Z Compiling psl-types v2.0.11
15992026-08-17T20:20:50.697Z Compiling cfg_aliases v0.2.1
16002026-08-17T20:20:50.711Z Compiling rustix v0.38.44
16012026-08-17T20:20:50.737Z Compiling smoltcp v0.9.1
16022026-08-17T20:20:50.783Z Compiling fallible-iterator v0.2.0
16032026-08-17T20:20:50.799Z Compiling publicsuffix v2.3.0
16042026-08-17T20:20:50.828Z Compiling nix v0.31.2
16052026-08-17T20:20:50.854Z Compiling zerocopy v0.7.35
16062026-08-17T20:20:50.920Z Compiling pin-project v1.1.11
16072026-08-17T20:20:51.009Z Compiling daft v0.1.7
16082026-08-17T20:20:51.023Z Compiling document-features v0.2.12
16092026-08-17T20:20:51.127Z Compiling postgres-protocol v0.6.10
16102026-08-17T20:20:51.151Z Compiling toml v0.7.8
16112026-08-17T20:20:51.163Z Compiling darling v0.23.0
16122026-08-17T20:20:51.192Z Compiling inout v0.2.2
16132026-08-17T20:20:51.262Z Compiling object v0.30.4
16142026-08-17T20:20:51.277Z Compiling derive_builder v0.20.2
16152026-08-17T20:20:51.312Z Compiling zip v0.6.6
16162026-08-17T20:20:51.392Z Compiling goblin v0.8.2
16172026-08-17T20:20:51.426Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
16182026-08-17T20:20:51.444Z Compiling derive-ex v0.1.8
16192026-08-17T20:20:51.545Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
16202026-08-17T20:20:51.765Z Compiling futures-executor v0.3.32
16212026-08-17T20:20:51.788Z Compiling hubpack_derive v0.1.1
16222026-08-17T20:20:51.919Z Compiling regex v1.12.3
16232026-08-17T20:20:51.934Z Compiling ref-cast-impl v1.0.25
16242026-08-17T20:20:52.038Z Compiling curve25519-dalek-derive v0.1.1
16252026-08-17T20:20:52.056Z Compiling strum_macros v0.27.2
16262026-08-17T20:20:52.071Z Compiling snafu-derive v0.8.9
16272026-08-17T20:20:52.202Z Compiling phf_shared v0.13.1
16282026-08-17T20:20:52.217Z Compiling vergen v9.1.0
16292026-08-17T20:20:52.274Z Compiling cargo-platform v0.3.2
16302026-08-17T20:20:52.361Z Compiling ff v0.13.1
16312026-08-17T20:20:52.423Z Compiling fs-err v3.3.0
16322026-08-17T20:20:52.456Z Compiling bitflags v1.3.2
16332026-08-17T20:20:52.518Z Compiling base16ct v0.2.0
16342026-08-17T20:20:52.521Z Compiling unicode-segmentation v1.12.0
16352026-08-17T20:20:52.546Z Compiling either v1.15.0
16362026-08-17T20:20:52.567Z Compiling path-slash v0.1.5
16372026-08-17T20:20:52.636Z Compiling object v0.37.3
16382026-08-17T20:20:52.717Z Compiling foldhash v0.2.0
16392026-08-17T20:20:52.731Z Compiling same-file v1.0.6
16402026-08-17T20:20:52.735Z Compiling libbz2-rs-sys v0.2.2
16412026-08-17T20:20:52.772Z Compiling hyper v1.10.1
16422026-08-17T20:20:52.920Z Compiling foldhash v0.1.5
16432026-08-17T20:20:52.937Z Compiling jiff-core v0.1.0
16442026-08-17T20:20:52.940Z Compiling managed v0.8.0
16452026-08-17T20:20:52.964Z Compiling bumpalo v3.20.2
16462026-08-17T20:20:53.030Z Compiling hashbrown v0.16.1
16472026-08-17T20:20:53.114Z Compiling hashbrown v0.15.5
16482026-08-17T20:20:53.187Z Compiling zopfli v0.8.3
16492026-08-17T20:20:53.203Z Compiling test-strategy v0.4.5
16502026-08-17T20:20:53.232Z Compiling bzip2 v0.6.1
16512026-08-17T20:20:53.454Z Compiling walkdir v2.5.0
16522026-08-17T20:20:53.645Z Compiling dof v0.3.0
16532026-08-17T20:20:53.677Z Compiling jiff v0.2.34
16542026-08-17T20:20:53.778Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
16552026-08-17T20:20:53.879Z Compiling hyper-util v0.1.20
16562026-08-17T20:20:54.038Z Compiling sec1 v0.7.3
16572026-08-17T20:20:54.054Z Compiling snafu v0.8.9
16582026-08-17T20:20:54.086Z Compiling strum v0.27.2
16592026-08-17T20:20:54.246Z Compiling group v0.13.0
16602026-08-17T20:20:54.262Z Compiling cargo_metadata v0.23.1
16612026-08-17T20:20:54.353Z Compiling phf v0.13.1
16622026-08-17T20:20:54.374Z Compiling hubpack v0.1.2
16632026-08-17T20:20:54.389Z Compiling signal-hook-mio v0.2.5
16642026-08-17T20:20:54.393Z Compiling futures v0.3.32
16652026-08-17T20:20:54.419Z Compiling cookie_store v0.22.1
16662026-08-17T20:20:54.495Z Compiling zstd v0.13.3
16672026-08-17T20:20:54.526Z Compiling postgres-types v0.2.12
16682026-08-17T20:20:54.541Z Compiling cipher v0.5.2
16692026-08-17T20:20:54.609Z Compiling serde_with_macros v3.21.0
16702026-08-17T20:20:54.811Z Compiling globset v0.4.18
16712026-08-17T20:20:54.881Z Compiling usdt-macro v0.6.0
16722026-08-17T20:20:54.911Z Compiling usdt-attr-macro v0.6.0
16732026-08-17T20:20:54.915Z Compiling byte-wrapper v0.1.0
16742026-08-17T20:20:55.119Z Compiling dtrace-parser v0.2.0
16752026-08-17T20:20:55.159Z Compiling olpc-cjson v0.1.4
16762026-08-17T20:20:55.239Z Compiling serde_plain v1.0.2
16772026-08-17T20:20:55.286Z Compiling hyper-tls v0.6.0
16782026-08-17T20:20:55.337Z Compiling serde-big-array v0.5.1
16792026-08-17T20:20:55.456Z Compiling ed25519 v2.2.3
16802026-08-17T20:20:55.509Z Compiling reqwest v0.12.28
16812026-08-17T20:20:55.546Z Compiling hkdf v0.12.4
16822026-08-17T20:20:55.565Z Compiling crypto-bigint v0.5.5
16832026-08-17T20:20:55.678Z Compiling strum_macros v0.26.4
16842026-08-17T20:20:55.700Z Compiling enum-as-inner v0.6.1
16852026-08-17T20:20:55.714Z Compiling serde_repr v0.1.20
16862026-08-17T20:20:55.733Z Compiling async-recursion v1.1.1
16872026-08-17T20:20:55.789Z Compiling phf_shared v0.11.3
16882026-08-17T20:20:55.879Z Compiling float-cmp v0.10.0
16892026-08-17T20:20:55.901Z Compiling pem v3.0.6
16902026-08-17T20:20:55.917Z Compiling memmap2 v0.9.10
16912026-08-17T20:20:55.991Z Compiling thread-id v4.2.2
16922026-08-17T20:20:56.047Z Compiling typed-path v0.9.3
16932026-08-17T20:20:56.087Z Compiling precomputed-hash v0.1.1
16942026-08-17T20:20:56.151Z Compiling const-oid v0.10.2
16952026-08-17T20:20:56.197Z Compiling whoami v2.1.0
16962026-08-17T20:20:56.246Z Compiling normalize-line-endings v0.3.0
16972026-08-17T20:20:56.262Z Compiling fixedbitset v0.5.7
16982026-08-17T20:20:56.293Z Compiling winnow v1.0.3
16992026-08-17T20:20:56.361Z Compiling data-encoding v2.10.0
17002026-08-17T20:20:56.379Z Compiling difflib v0.4.0
17012026-08-17T20:20:56.394Z Compiling static_assertions v1.1.0
17022026-08-17T20:20:56.469Z Compiling cpufeatures v0.3.0
17032026-08-17T20:20:56.483Z Compiling new_debug_unreachable v1.0.6
17042026-08-17T20:20:56.558Z Compiling fixedbitset v0.4.2
17052026-08-17T20:20:56.573Z Compiling keccak v0.1.6
17062026-08-17T20:20:56.595Z Compiling predicates-core v1.0.10
17072026-08-17T20:20:56.610Z Compiling elliptic-curve v0.13.8
17082026-08-17T20:20:56.787Z Compiling sha3 v0.10.8
17092026-08-17T20:20:56.801Z Compiling predicates v3.1.4
17102026-08-17T20:20:56.818Z Compiling petgraph v0.6.5
17112026-08-17T20:20:56.957Z Compiling hickory-proto v0.25.2
17122026-08-17T20:20:57.042Z Compiling chacha20 v0.10.0
17132026-08-17T20:20:57.085Z Compiling string_cache v0.8.9
17142026-08-17T20:20:57.264Z Compiling toml_parser v1.1.2+spec-1.1.0
17152026-08-17T20:20:57.308Z Compiling toml_edit v0.22.27
17162026-08-17T20:20:57.327Z Compiling petgraph v0.8.3
17172026-08-17T20:20:57.342Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17182026-08-17T20:20:57.357Z Compiling tokio-postgres v0.7.16
17192026-08-17T20:20:57.392Z Compiling digest v0.11.3
17202026-08-17T20:20:57.437Z Compiling usdt v0.6.0
17212026-08-17T20:20:57.466Z Compiling usdt-impl v0.5.0
17222026-08-17T20:20:57.481Z Compiling strum v0.26.3
17232026-08-17T20:20:57.631Z Compiling zip v4.6.1
17242026-08-17T20:20:57.645Z Compiling serde_with v3.21.0
17252026-08-17T20:20:57.666Z Compiling ed25519-dalek v2.2.0
17262026-08-17T20:20:57.709Z Compiling crossterm v0.28.1
17272026-08-17T20:20:57.905Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
17282026-08-17T20:20:58.150Z Compiling iddqd v0.4.2
17292026-08-17T20:20:58.592Z Compiling heck v0.4.1
17302026-08-17T20:20:58.622Z Compiling similar v2.7.0
17312026-08-17T20:20:58.832Z Compiling itertools v0.15.0
17322026-08-17T20:20:58.995Z Compiling itertools v0.13.0
17332026-08-17T20:20:59.296Z Compiling tokio-stream v0.1.18
17342026-08-17T20:20:59.343Z Compiling crossbeam-epoch v0.9.18
17352026-08-17T20:20:59.436Z Compiling buf-list v1.1.2
17362026-08-17T20:20:59.456Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
17372026-08-17T20:20:59.460Z Compiling openapiv3 v2.2.0
17382026-08-17T20:20:59.492Z Compiling lalrpop-util v0.19.12
17392026-08-17T20:20:59.597Z Compiling peg-runtime v0.8.5
17402026-08-17T20:20:59.684Z Compiling thread_local v1.1.9
17412026-08-17T20:20:59.700Z Compiling slog-async v2.8.0
17422026-08-17T20:20:59.730Z Compiling crossbeam-channel v0.5.15
17432026-08-17T20:20:59.768Z Compiling filetime v0.2.27
17442026-08-17T20:20:59.797Z Compiling is-terminal v0.4.17
17452026-08-17T20:20:59.813Z Compiling term v1.2.1
17462026-08-17T20:20:59.888Z Compiling xattr v1.6.1
17472026-08-17T20:20:59.950Z Compiling take_mut v0.2.2
17482026-08-17T20:21:00.007Z Compiling camino-tempfile v1.4.1
17492026-08-17T20:21:00.023Z Compiling tar v0.4.46
17502026-08-17T20:21:00.225Z Compiling slog-term v2.9.2
17512026-08-17T20:21:17.551Z Compiling rustls-webpki v0.103.13
17522026-08-17T20:21:20.199Z Compiling tokio-rustls v0.26.4
17532026-08-17T20:21:20.199Z Compiling rustls-platform-verifier v0.6.2
17542026-08-17T20:21:20.203Z Compiling tough v0.22.0
17552026-08-17T20:21:20.399Z Compiling hyper-rustls v0.27.7
17562026-08-17T20:21:20.587Z Compiling reqwest v0.13.2
17572026-08-17T20:21:22.780Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17582026-08-17T20:21:22.967Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17592026-08-17T20:21:25.866Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.89s
17602026-08-17T20:21:26.002Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17612026-08-17T20:21:26.059ZAug 17 20:21:25.328 INFO Starting download, target: Clickhouse
17622026-08-17T20:21:26.059ZAug 17 20:21:25.329 INFO Starting download, target: Console
17632026-08-17T20:21:26.059ZAug 17 20:21:25.329 INFO Starting download, target: MaghemiteMgd
17642026-08-17T20:21:26.062ZAug 17 20:21:25.329 INFO Starting download, target: Cockroach
17652026-08-17T20:21:26.062ZAug 17 20:21:25.329 INFO Starting download, target: DendriteStub
17662026-08-17T20:21:26.062ZAug 17 20:21:25.329 INFO Starting download, target: MaghemiteDdmd
17672026-08-17T20:21:26.062ZAug 17 20:21:25.329 INFO Starting download, target: TransceiverControl
17682026-08-17T20:21:26.062ZAug 17 20:21:25.329 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17692026-08-17T20:21:26.062ZAug 17 20:21:25.329 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17702026-08-17T20:21:26.062ZAug 17 20:21:25.329 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17712026-08-17T20:21:26.062ZAug 17 20:21:25.329 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17722026-08-17T20:21:26.062ZAug 17 20:21:25.329 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17732026-08-17T20:21:26.062ZAug 17 20:21:25.329 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17742026-08-17T20:21:26.062ZAug 17 20:21:25.329 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17752026-08-17T20:21:26.568ZAug 17 20:21:25.832 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17762026-08-17T20:21:26.793ZAug 17 20:21:26.058 INFO Download complete, target: TransceiverControl
17772026-08-17T20:21:27.880ZAug 17 20:21:27.145 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17782026-08-17T20:21:28.168ZAug 17 20:21:27.409 INFO Download complete, target: Console
17792026-08-17T20:21:28.197ZAug 17 20:21:27.453 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17802026-08-17T20:21:28.207ZAug 17 20:21:27.470 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17812026-08-17T20:21:28.259ZAug 17 20:21:27.527 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17822026-08-17T20:21:28.362ZAug 17 20:21:27.628 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17832026-08-17T20:21:29.166ZAug 17 20:21:28.428 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17842026-08-17T20:21:29.166ZAug 17 20:21:28.428 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17852026-08-17T20:21:30.181ZAug 17 20:21:29.448 INFO Download complete, target: MaghemiteDdmd
17862026-08-17T20:21:30.934ZAug 17 20:21:30.204 INFO Download complete, target: DendriteStub
17872026-08-17T20:21:31.129ZAug 17 20:21:30.399 INFO Download complete, target: MaghemiteMgd
17882026-08-17T20:21:33.982ZAug 17 20:21:33.247 INFO Checking that binary works, target: Cockroach
17892026-08-17T20:21:34.102ZAug 17 20:21:33.362 INFO Download complete, target: Cockroach
17902026-08-17T20:21:35.177ZAug 17 20:21:34.444 INFO Checking that binary works, target: Clickhouse
17912026-08-17T20:21:35.255ZAug 17 20:21:34.525 INFO Download complete, target: Clickhouse
17922026-08-17T20:21:35.262ZAll prerequisites installed successfully
17932026-08-17T20:21:35.266Z
17942026-08-17T20:21:35.266Zreal 1:59.227053311
17952026-08-17T20:21:35.266Zuser 7:11.045018799
17962026-08-17T20:21:35.266Zsys 1:44.262079428
17972026-08-17T20:21:35.266Ztrap 0.265365045
17982026-08-17T20:21:35.266Ztflt 0.765980097
17992026-08-17T20:21:35.266Zdflt 1.785708402
18002026-08-17T20:21:35.266Zkflt 0.025827295
18012026-08-17T20:21:35.266Zlock 28:00.622889984
18022026-08-17T20:21:35.266Zslp 19:44.037188834
18032026-08-17T20:21:35.266Zlat 28.906828632
18042026-08-17T20:21:35.266Zstop 3:33.427822249
18052026-08-17T20:21:35.266Z+ ptime -m cargo xtask download softnpu
18062026-08-17T20:21:35.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
18072026-08-17T20:21:35.741Z Running `target/debug/xtask download softnpu`
18082026-08-17T20:21:36.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
18092026-08-17T20:21:36.578Z Running `target/debug/xtask-downloader softnpu`
18102026-08-17T20:21:36.614ZAug 17 20:21:35.883 INFO Starting download, target: Softnpu
18112026-08-17T20:21:36.620ZAug 17 20:21:35.884 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
18122026-08-17T20:21:37.686ZAug 17 20:21:36.939 INFO Download complete, target: Softnpu
18132026-08-17T20:21:37.743Z
18142026-08-17T20:21:37.743Zreal 2.404348740
18152026-08-17T20:21:37.743Zuser 1.317041106
18162026-08-17T20:21:37.743Zsys 0.620057142
18172026-08-17T20:21:37.744Ztrap 0.000719040
18182026-08-17T20:21:37.744Ztflt 0.000080070
18192026-08-17T20:21:37.744Zdflt 0.000430190
18202026-08-17T20:21:37.744Zkflt 0.000000000
18212026-08-17T20:21:37.744Zlock 19.683093785
18222026-08-17T20:21:37.744Zslp 0.909831032
18232026-08-17T20:21:37.744Zlat 0.088311361
18242026-08-17T20:21:37.744Zstop 0.000199650
18252026-08-17T20:21:37.744Z+ export CARGO_INCREMENTAL=0
18262026-08-17T20:21:37.744Z+ CARGO_INCREMENTAL=0
18272026-08-17T20:21:37.744Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
18282026-08-17T20:21:38.598Z Compiling proc-macro2 v1.0.106
18292026-08-17T20:21:38.598Z Compiling quote v1.0.45
18302026-08-17T20:21:38.599Z Compiling unicode-ident v1.0.24
18312026-08-17T20:21:38.599Z Compiling libc v0.2.185
18322026-08-17T20:21:38.630Z Compiling serde_core v1.0.228
18332026-08-17T20:21:38.631Z Compiling serde v1.0.228
18342026-08-17T20:21:38.631Z Compiling cfg-if v1.0.4
18352026-08-17T20:21:38.631Z Compiling version_check v0.9.5
18362026-08-17T20:21:38.769Z Compiling autocfg v1.5.0
18372026-08-17T20:21:38.809Z Compiling find-msvc-tools v0.1.9
18382026-08-17T20:21:38.809Z Compiling shlex v1.3.0
18392026-08-17T20:21:38.809Z Compiling memchr v2.8.0
18402026-08-17T20:21:38.809Z Compiling zmij v1.0.21
18412026-08-17T20:21:38.809Z Compiling serde_json v1.0.151
18422026-08-17T20:21:38.931Z Compiling portable-atomic v1.13.1
18432026-08-17T20:21:38.997Z Compiling zerocopy v0.8.40
18442026-08-17T20:21:39.043Z Compiling libm v0.2.16
18452026-08-17T20:21:39.215Z Compiling getrandom v0.4.1
18462026-08-17T20:21:39.253Z Compiling parking_lot_core v0.9.12
18472026-08-17T20:21:39.291Z Compiling icu_properties_data v2.1.2
18482026-08-17T20:21:39.291Z Compiling generic-array v0.14.7
18492026-08-17T20:21:39.291Z Compiling icu_normalizer_data v2.1.1
18502026-08-17T20:21:39.349Z Compiling num-traits v0.2.19
18512026-08-17T20:21:39.365Z Compiling smallvec v1.15.1
18522026-08-17T20:21:39.379Z Compiling itoa v1.0.17
18532026-08-17T20:21:39.454Z Compiling log v0.4.29
18542026-08-17T20:21:39.497Z Compiling pkg-config v0.3.32
18552026-08-17T20:21:39.528Z Compiling subtle v2.6.1
18562026-08-17T20:21:39.564Z Compiling stable_deref_trait v1.2.1
18572026-08-17T20:21:39.587Z Compiling typenum v1.20.1
18582026-08-17T20:21:39.659Z Compiling getrandom v0.3.4
18592026-08-17T20:21:39.688Z Compiling scopeguard v1.2.0
18602026-08-17T20:21:39.721Z Compiling thiserror v2.0.18
18612026-08-17T20:21:39.754Z Compiling rustix v1.1.3
18622026-08-17T20:21:39.774Z Compiling jobserver v0.1.34
18632026-08-17T20:21:39.789Z Compiling errno v0.3.14
18642026-08-17T20:21:39.870Z Compiling lock_api v0.4.14
18652026-08-17T20:21:39.997Z Compiling cc v1.2.56
18662026-08-17T20:21:40.043Z Compiling syn v2.0.117
18672026-08-17T20:21:40.043Z Compiling rand_core v0.10.0
18682026-08-17T20:21:40.043Z Compiling getrandom v0.2.17
18692026-08-17T20:21:40.128Z Compiling equivalent v1.0.2
18702026-08-17T20:21:40.142Z Compiling heck v0.5.0
18712026-08-17T20:21:40.159Z Compiling critical-section v1.2.0
18722026-08-17T20:21:40.251Z Compiling rand_core v0.6.4
18732026-08-17T20:21:40.301Z Compiling syn v1.0.109
18742026-08-17T20:21:40.310Z Compiling pin-project-lite v0.2.17
18752026-08-17T20:21:40.368Z Compiling litemap v0.8.1
18762026-08-17T20:21:40.433Z Compiling percent-encoding v2.3.2
18772026-08-17T20:21:40.452Z Compiling schemars v0.8.22
18782026-08-17T20:21:40.469Z Compiling writeable v0.6.2
18792026-08-17T20:21:40.536Z Compiling hashbrown v0.17.0
18802026-08-17T20:21:40.605Z Compiling rustversion v1.0.22
18812026-08-17T20:21:40.651Z Compiling dunce v1.0.5
18822026-08-17T20:21:40.654Z Compiling fs_extra v1.3.0
18832026-08-17T20:21:40.726Z Compiling once_cell v1.21.3
18842026-08-17T20:21:40.781Z Compiling cmake v0.1.57
18852026-08-17T20:21:40.853Z Compiling byteorder v1.5.0
18862026-08-17T20:21:40.923Z Compiling strsim v0.11.1
18872026-08-17T20:21:40.959Z Compiling semver v1.0.28
18882026-08-17T20:21:40.990Z Compiling bitflags v2.11.0
18892026-08-17T20:21:41.152Z Compiling indexmap v2.14.0
18902026-08-17T20:21:41.238Z Compiling signal-hook-registry v1.4.8
18912026-08-17T20:21:41.256Z Compiling thiserror v1.0.69
18922026-08-17T20:21:41.289Z Compiling utf8_iter v1.0.4
18932026-08-17T20:21:41.305Z Compiling aws-lc-sys v0.40.0
18942026-08-17T20:21:41.319Z Compiling parking_lot v0.12.5
18952026-08-17T20:21:41.395Z Compiling form_urlencoded v1.2.2
18962026-08-17T20:21:41.483Z Compiling socket2 v0.6.3
18972026-08-17T20:21:41.561Z Compiling mio v1.2.0
18982026-08-17T20:21:41.696Z Compiling aws-lc-rs v1.16.3
18992026-08-17T20:21:41.712Z Compiling const-oid v0.9.6
19002026-08-17T20:21:41.716Z Compiling futures-core v0.3.32
19012026-08-17T20:21:41.919Z Compiling httparse v1.10.1
19022026-08-17T20:21:42.038Z Compiling fnv v1.0.7
19032026-08-17T20:21:42.144Z Compiling crc32fast v1.5.0
19042026-08-17T20:21:42.226Z Compiling ucd-trie v0.1.7
19052026-08-17T20:21:42.241Z Compiling regex-syntax v0.8.10
19062026-08-17T20:21:42.273Z Compiling iana-time-zone v0.1.65
19072026-08-17T20:21:42.343Z Compiling vcpkg v0.2.15
19082026-08-17T20:21:42.358Z Compiling ident_case v1.0.1
19092026-08-17T20:21:42.373Z Compiling pest v2.8.6
19102026-08-17T20:21:42.500Z Compiling uuid v1.23.4
19112026-08-17T20:21:42.609Z Compiling rustc_version v0.4.1
19122026-08-17T20:21:42.627Z Compiling rustls v0.23.41
19132026-08-17T20:21:42.643Z Compiling futures-sink v0.3.32
19142026-08-17T20:21:42.780Z Compiling synstructure v0.13.2
19152026-08-17T20:21:42.802Z Compiling serde_derive_internals v0.29.1
19162026-08-17T20:21:42.806Z Compiling futures-channel v0.3.32
19172026-08-17T20:21:42.928Z Compiling openssl-sys v0.9.117
19182026-08-17T20:21:43.114Z Compiling aho-corasick v1.1.4
19192026-08-17T20:21:43.117Z Compiling futures-io v0.3.32
19202026-08-17T20:21:43.187Z Compiling futures-task v0.3.32
19212026-08-17T20:21:43.203Z Compiling slab v0.4.12
19222026-08-17T20:21:43.439Z Compiling dyn-clone v1.0.20
19232026-08-17T20:21:43.460Z Compiling radium v0.7.0
19242026-08-17T20:21:43.511Z Compiling pest_meta v2.8.6
19252026-08-17T20:21:43.528Z Compiling time-core v0.1.8
19262026-08-17T20:21:43.531Z Compiling plain v0.2.3
19272026-08-17T20:21:43.531Z Compiling num-conv v0.2.0
19282026-08-17T20:21:43.662Z Compiling crossbeam-utils v0.8.21
19292026-08-17T20:21:43.715Z Compiling time-macros v0.2.27
19302026-08-17T20:21:43.715Z Compiling base64ct v1.8.3
19312026-08-17T20:21:43.748Z Compiling pretty-hex v0.4.1
19322026-08-17T20:21:43.764Z Compiling openssl v0.10.80
19332026-08-17T20:21:43.835Z Compiling base64 v0.22.1
19342026-08-17T20:21:43.852Z Compiling maybe-uninit v2.0.0
19352026-08-17T20:21:43.963Z Compiling regex-automata v0.4.14
19362026-08-17T20:21:44.032Z Compiling pem-rfc7468 v0.7.0
19372026-08-17T20:21:44.049Z Compiling flagset v0.4.7
19382026-08-17T20:21:44.067Z Compiling serde_derive v1.0.228
19392026-08-17T20:21:44.099Z Compiling zeroize_derive v1.5.0
19402026-08-17T20:21:44.130Z Compiling zerofrom-derive v0.1.6
19412026-08-17T20:21:44.147Z Compiling yoke-derive v0.8.1
19422026-08-17T20:21:44.162Z Compiling zerocopy-derive v0.8.40
19432026-08-17T20:21:44.206Z Compiling zerovec-derive v0.11.2
19442026-08-17T20:21:44.258Z Compiling displaydoc v0.2.5
19452026-08-17T20:21:44.326Z Compiling tokio-macros v2.7.0
19462026-08-17T20:21:44.360Z Compiling futures-macro v0.3.32
19472026-08-17T20:21:44.404Z Compiling thiserror-impl v2.0.18
19482026-08-17T20:21:44.548Z Compiling schemars_derive v0.8.22
19492026-08-17T20:21:44.728Z Compiling der_derive v0.7.3
19502026-08-17T20:21:44.748Z Compiling zeroize v1.9.0
19512026-08-17T20:21:45.012Z Compiling tracing-attributes v0.1.31
19522026-08-17T20:21:45.015Z Compiling thiserror-impl v1.0.69
19532026-08-17T20:21:45.043Z Compiling pest_generator v2.8.6
19542026-08-17T20:21:45.101Z Compiling scroll_derive v0.12.1
19552026-08-17T20:21:45.144Z Compiling futures-util v0.3.32
19562026-08-17T20:21:45.260Z Compiling zerofrom v0.1.6
19572026-08-17T20:21:45.412Z Compiling yoke v0.8.1
19582026-08-17T20:21:45.566Z Compiling crypto-common v0.1.7
19592026-08-17T20:21:45.630Z Compiling zerovec v0.11.5
19602026-08-17T20:21:45.660Z Compiling zerotrie v0.2.3
19612026-08-17T20:21:45.690Z Compiling pest_derive v2.8.6
19622026-08-17T20:21:45.744Z Compiling block-buffer v0.10.4
19632026-08-17T20:21:45.932Z Compiling digest v0.10.7
19642026-08-17T20:21:46.090Z Compiling scroll_derive v0.13.1
19652026-08-17T20:21:46.124Z Compiling der v0.7.10
19662026-08-17T20:21:46.142Z Compiling openssl-macros v0.1.1
19672026-08-17T20:21:46.169Z Compiling rand_core v0.9.5
19682026-08-17T20:21:46.173Z Compiling darling_core v0.23.0
19692026-08-17T20:21:46.200Z Compiling tinystr v0.8.2
19702026-08-17T20:21:46.217Z Compiling potential_utf v0.1.4
19712026-08-17T20:21:46.251Z Compiling bzip2-sys v0.1.13+1.0.8
19722026-08-17T20:21:46.412Z Compiling icu_locale_core v2.1.1
19732026-08-17T20:21:46.419Z Compiling icu_collections v2.1.1
19742026-08-17T20:21:46.568Z Compiling zstd-sys v2.0.16+zstd.1.5.7
19752026-08-17T20:21:46.645Z Compiling ahash v0.8.12
19762026-08-17T20:21:46.661Z Compiling anyhow v1.0.102
19772026-08-17T20:21:46.885Z Compiling packed_struct v0.10.1
19782026-08-17T20:21:46.958Z Compiling num-bigint-dig v0.8.6
19792026-08-17T20:21:47.142Z Compiling icu_provider v2.1.1
19802026-08-17T20:21:47.158Z Compiling native-tls v0.2.18
19812026-08-17T20:21:47.176Z Compiling spki v0.7.3
19822026-08-17T20:21:47.239Z Compiling bytes v1.11.1
19832026-08-17T20:21:47.372Z Compiling chrono v0.4.45
19842026-08-17T20:21:47.390Z Compiling serde_tokenstream v0.2.3
19852026-08-17T20:21:47.409Z Compiling icu_properties v2.1.2
19862026-08-17T20:21:47.452Z Compiling icu_normalizer v2.1.1
19872026-08-17T20:21:47.470Z Compiling regex v1.12.3
19882026-08-17T20:21:47.475Z Compiling zerocopy-derive v0.7.35
19892026-08-17T20:21:47.875Z Compiling tokio v1.52.1
19902026-08-17T20:21:47.975Z Compiling http v1.4.2
19912026-08-17T20:21:48.302Z Compiling slog v2.8.2
19922026-08-17T20:21:48.333Z Compiling darling_macro v0.23.0
19932026-08-17T20:21:48.519Z Compiling idna_adapter v1.2.1
19942026-08-17T20:21:48.567Z Compiling ppv-lite86 v0.2.21
19952026-08-17T20:21:48.679Z Compiling idna v1.1.0
19962026-08-17T20:21:48.850Z Compiling tracing-core v0.1.36
19972026-08-17T20:21:48.853Z Compiling cookie v0.18.1
19982026-08-17T20:21:48.868Z Compiling utf8parse v0.2.2
19992026-08-17T20:21:48.910Z Compiling camino v1.2.2
20002026-08-17T20:21:48.982Z Compiling cpufeatures v0.2.17
20012026-08-17T20:21:49.015Z Compiling rand_chacha v0.9.0
20022026-08-17T20:21:49.072Z Compiling url v2.5.8
20032026-08-17T20:21:49.088Z Compiling darling v0.23.0
20042026-08-17T20:21:49.106Z Compiling toml_datetime v0.6.11
20052026-08-17T20:21:49.124Z Compiling serde_spanned v0.6.9
20062026-08-17T20:21:49.189Z Compiling packed_struct_codegen v0.10.1
20072026-08-17T20:21:49.220Z Compiling bitfield-macros v0.19.4
20082026-08-17T20:21:49.289Z Compiling tracing v0.1.44
20092026-08-17T20:21:49.365Z Compiling clap_derive v4.6.1
20102026-08-17T20:21:49.386Z Compiling zerocopy-derive v0.6.6
20112026-08-17T20:21:49.882Z Compiling indexmap v1.9.3
20122026-08-17T20:21:49.913Z Compiling paste v1.0.15
20132026-08-17T20:21:49.985Z Compiling anstyle v1.0.14
20142026-08-17T20:21:50.079Z Compiling rand v0.9.2
20152026-08-17T20:21:50.102Z Compiling http-body v1.0.1
20162026-08-17T20:21:50.161Z Compiling pkcs8 v0.10.2
20172026-08-17T20:21:50.223Z Compiling rustls-pki-types v1.14.0
20182026-08-17T20:21:50.343Z Compiling spin v0.9.8
20192026-08-17T20:21:50.365Z Compiling usdt-impl v0.5.0
20202026-08-17T20:21:50.419Z Compiling cmov v0.5.4
20212026-08-17T20:21:50.573Z Compiling usdt-impl v0.6.0
20222026-08-17T20:21:50.601Z Compiling colorchoice v1.0.4
20232026-08-17T20:21:50.650Z Compiling either v1.15.0
20242026-08-17T20:21:50.650Z Compiling tinyvec_macros v0.1.1
20252026-08-17T20:21:50.752Z Compiling openssl-probe v0.2.1
20262026-08-17T20:21:50.768Z Compiling winnow v0.5.40
20272026-08-17T20:21:50.801Z Compiling is_terminal_polyfill v1.70.2
20282026-08-17T20:21:50.833Z Compiling fastrand v2.3.0
20292026-08-17T20:21:50.867Z Compiling ref-cast v1.0.25
20302026-08-17T20:21:50.881Z Compiling anstyle-query v1.1.5
20312026-08-17T20:21:50.915Z Compiling ctutils v0.4.2
20322026-08-17T20:21:50.931Z Compiling tinyvec v1.10.0
20332026-08-17T20:21:51.155Z Compiling sha2 v0.10.9
20342026-08-17T20:21:51.193Z Compiling scroll v0.13.0
20352026-08-17T20:21:51.224Z Compiling scroll v0.12.0
20362026-08-17T20:21:51.307Z Compiling async-trait v0.1.89
20372026-08-17T20:21:51.482Z Compiling heapless v0.7.17
20382026-08-17T20:21:51.558Z Compiling signal-hook v0.3.18
20392026-08-17T20:21:51.573Z Compiling tower-layer v0.3.3
20402026-08-17T20:21:51.588Z Compiling atomic-waker v1.1.2
20412026-08-17T20:21:51.591Z Compiling winnow v0.7.14
20422026-08-17T20:21:51.626Z Compiling try-lock v0.2.5
20432026-08-17T20:21:51.741Z Compiling tokio-util v0.7.18
20442026-08-17T20:21:51.758Z Compiling untrusted v0.7.1
20452026-08-17T20:21:51.761Z Compiling zstd-safe v7.2.4
20462026-08-17T20:21:51.761Z Compiling tower-service v0.3.3
20472026-08-17T20:21:51.801Z Compiling litrs v1.0.0
20482026-08-17T20:21:51.990Z Compiling rustix v0.38.44
20492026-08-17T20:21:52.041Z Compiling toml_edit v0.19.15
20502026-08-17T20:21:52.180Z Compiling winnow v1.0.3
20512026-08-17T20:21:52.196Z Compiling tempfile v3.25.0
20522026-08-17T20:21:52.257Z Compiling document-features v0.2.12
20532026-08-17T20:21:52.319Z Compiling want v0.3.1
20542026-08-17T20:21:52.498Z Compiling h2 v0.4.15
20552026-08-17T20:21:52.788Z Compiling goblin v0.8.2
20562026-08-17T20:21:52.862Z Compiling goblin v0.10.5
20572026-08-17T20:21:52.902Z Compiling hybrid-array v0.4.13
20582026-08-17T20:21:53.050Z Compiling itertools v0.15.0
20592026-08-17T20:21:53.071Z Compiling anstyle-parse v1.0.0
20602026-08-17T20:21:53.257Z Compiling toml_parser v1.1.2+spec-1.1.0
20612026-08-17T20:21:53.274Z Compiling zerocopy v0.7.35
20622026-08-17T20:21:53.694Z Compiling ipnet v2.11.0
20632026-08-17T20:21:53.776Z Compiling structmeta-derive v0.3.0
20642026-08-17T20:21:53.831Z Compiling ref-cast-impl v1.0.25
20652026-08-17T20:21:53.835Z Compiling daft-derive v0.1.7
20662026-08-17T20:21:53.864Z Compiling curve25519-dalek v4.1.3
20672026-08-17T20:21:53.899Z Compiling darling_core v0.20.11
20682026-08-17T20:21:54.144Z Compiling memoffset v0.9.1
20692026-08-17T20:21:54.192Z Compiling foreign-types-shared v0.1.1
20702026-08-17T20:21:54.217Z Compiling powerfmt v0.2.0
20712026-08-17T20:21:54.298Z Compiling tap v1.0.1
20722026-08-17T20:21:54.397Z Compiling simd-adler32 v0.3.8
20732026-08-17T20:21:54.529Z Compiling httpdate v1.0.3
20742026-08-17T20:21:54.545Z Compiling untrusted v0.9.0
20752026-08-17T20:21:54.598Z Compiling wyz v0.5.1
20762026-08-17T20:21:54.654Z Compiling deranged v0.5.8
20772026-08-17T20:21:54.684Z Compiling foreign-types v0.3.2
20782026-08-17T20:21:54.761Z Compiling anstream v1.0.0
20792026-08-17T20:21:54.794Z Compiling structmeta v0.3.0
20802026-08-17T20:21:54.825Z Compiling unicode-normalization v0.1.25
20812026-08-17T20:21:55.032Z Compiling dof v0.3.0
20822026-08-17T20:21:55.145Z Compiling dtrace-parser v0.2.0
20832026-08-17T20:21:55.305Z Compiling rand_chacha v0.3.1
20842026-08-17T20:21:55.375Z Compiling hex v0.4.3
20852026-08-17T20:21:55.644Z Compiling hyper v1.10.1
20862026-08-17T20:21:55.663Z Compiling dof v0.4.0
20872026-08-17T20:21:55.688Z Compiling dtrace-parser v0.3.0
20882026-08-17T20:21:55.734Z Compiling signature v2.2.0
20892026-08-17T20:21:55.751Z Compiling terminal_size v0.4.3
20902026-08-17T20:21:55.835Z Compiling pin-project-internal v1.1.11
20912026-08-17T20:21:55.872Z Compiling darling_macro v0.20.11
20922026-08-17T20:21:55.910Z Compiling num-integer v0.1.46
20932026-08-17T20:21:55.943Z Compiling thread-id v4.2.2
20942026-08-17T20:21:56.049Z Compiling wait-timeout v0.2.1
20952026-08-17T20:21:56.180Z Compiling thread-id v5.1.0
20962026-08-17T20:21:56.229Z Compiling adler2 v2.0.1
20972026-08-17T20:21:56.311Z Compiling bit-vec v0.8.0
20982026-08-17T20:21:56.356Z Compiling quick-error v1.2.3
20992026-08-17T20:21:56.372Z Compiling num_threads v0.1.7
21002026-08-17T20:21:56.433Z Compiling funty v2.0.0
21012026-08-17T20:21:56.562Z Compiling clap_lex v1.0.0
21022026-08-17T20:21:56.595Z Compiling cfg_aliases v0.2.1
21032026-08-17T20:21:56.613Z Compiling smoltcp v0.9.1
21042026-08-17T20:21:56.685Z Compiling nix v0.31.2
21052026-08-17T20:21:56.701Z Compiling time v0.3.47
21062026-08-17T20:21:56.719Z Compiling bit-set v0.8.0
21072026-08-17T20:21:56.723Z Compiling clap_builder v4.6.0
21082026-08-17T20:21:56.799Z Compiling bitvec v1.0.1
21092026-08-17T20:21:56.841Z Compiling hyper-util v0.1.20
21102026-08-17T20:21:56.857Z Compiling rusty-fork v0.3.1
21112026-08-17T20:21:56.919Z Compiling darling v0.20.11
21122026-08-17T20:21:56.954Z Compiling miniz_oxide v0.8.9
21132026-08-17T20:21:57.020Z Compiling num-iter v0.1.45
21142026-08-17T20:21:57.154Z Compiling rand v0.8.6
21152026-08-17T20:21:57.494Z Compiling ipnetwork v0.21.1
21162026-08-17T20:21:57.586Z Compiling lazy_static v1.5.0
21172026-08-17T20:21:57.685Z Compiling anstyle-parse v0.2.7
21182026-08-17T20:21:57.849Z Compiling rand_xorshift v0.4.0
21192026-08-17T20:21:57.894Z Compiling hmac v0.12.1
21202026-08-17T20:21:57.953Z Compiling curve25519-dalek-derive v0.1.1
21212026-08-17T20:21:58.008Z Compiling sync_wrapper v1.0.2
21222026-08-17T20:21:58.240Z Compiling siphasher v1.0.2
21232026-08-17T20:21:58.273Z Compiling nodrop v0.1.14
21242026-08-17T20:21:58.288Z Compiling unarray v0.1.4
21252026-08-17T20:21:58.383Z Compiling crc-catalog v2.4.0
21262026-08-17T20:21:58.544Z Compiling zlib-rs v0.6.2
21272026-08-17T20:21:58.773Z Compiling crc v3.4.0
21282026-08-17T20:21:59.005Z Compiling proptest v1.11.0
21292026-08-17T20:21:59.008Z Compiling array-init v0.0.4
21302026-08-17T20:21:59.099Z Compiling clap v4.6.1
21312026-08-17T20:21:59.365Z Compiling tower v0.5.3
21322026-08-17T20:21:59.854Z Compiling anstream v0.6.21
21332026-08-17T20:22:00.003Z Compiling smallvec v0.6.14
21342026-08-17T20:22:00.085Z Compiling derive_builder_core v0.20.2
21352026-08-17T20:22:00.231Z Compiling pkcs1 v0.7.5
21362026-08-17T20:22:00.267Z Compiling http-body-util v0.1.3
21372026-08-17T20:22:00.403Z Compiling zerocopy v0.6.6
21382026-08-17T20:22:00.519Z Compiling bitfield v0.19.4
21392026-08-17T20:22:00.534Z Compiling hubpack_derive v0.1.1
21402026-08-17T20:22:00.610Z Compiling flate2 v1.1.9
21412026-08-17T20:22:00.761Z Compiling snafu-derive v0.8.9
21422026-08-17T20:22:00.819Z Compiling strum_macros v0.27.2
21432026-08-17T20:22:00.836Z Compiling strum_macros v0.26.4
21442026-08-17T20:22:00.905Z Compiling env_filter v1.0.0
21452026-08-17T20:22:00.921Z Compiling fs-err v3.3.0
21462026-08-17T20:22:00.993Z Compiling base64 v0.21.7
21472026-08-17T20:22:01.131Z Compiling iri-string v0.7.10
21482026-08-17T20:22:01.152Z Compiling hashbrown v0.12.3
21492026-08-17T20:22:01.152Z Compiling unicode-bidi v0.3.18
21502026-08-17T20:22:01.271Z Compiling allocator-api2 v0.2.21
21512026-08-17T20:22:01.315Z Compiling ryu v1.0.23
21522026-08-17T20:22:01.621Z Compiling unicode-properties v0.1.4
21532026-08-17T20:22:01.638Z Compiling unicode-segmentation v1.12.0
21542026-08-17T20:22:01.669Z Compiling object v0.37.3
21552026-08-17T20:22:01.856Z Compiling stringprep v0.1.5
21562026-08-17T20:22:01.939Z Compiling serde_urlencoded v0.7.1
21572026-08-17T20:22:02.026Z Compiling ron v0.8.1
21582026-08-17T20:22:02.227Z Compiling env_logger v0.11.9
21592026-08-17T20:22:02.256Z Compiling newtype-uuid v1.3.2
21602026-08-17T20:22:02.405Z Compiling tower-http v0.6.8
21612026-08-17T20:22:02.439Z Compiling derive_builder_macro v0.20.2
21622026-08-17T20:22:02.510Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
21632026-08-17T20:22:02.570Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21642026-08-17T20:22:02.585Z Compiling rsa v0.9.10
21652026-08-17T20:22:02.589Z Compiling oxnet v0.1.6
21662026-08-17T20:22:02.618Z Compiling serde-hex v0.1.0
21672026-08-17T20:22:02.696Z Compiling hashbrown v0.13.2
21682026-08-17T20:22:02.766Z Compiling tokio-native-tls v0.3.1
21692026-08-17T20:22:02.853Z Compiling bzip2 v0.4.4
21702026-08-17T20:22:02.904Z Compiling usdt-macro v0.6.0
21712026-08-17T20:22:02.967Z Compiling usdt-attr-macro v0.6.0
21722026-08-17T20:22:02.984Z Compiling derive-ex v0.1.8
21732026-08-17T20:22:03.079Z Compiling crypto-common v0.2.2
21742026-08-17T20:22:03.084Z Compiling block-buffer v0.12.1
21752026-08-17T20:22:03.231Z Compiling block-padding v0.4.2
21762026-08-17T20:22:03.355Z Compiling rustls-native-certs v0.8.3
21772026-08-17T20:22:03.537Z Compiling x509-cert v0.2.5
21782026-08-17T20:22:03.617Z Compiling erased-serde v0.3.31
21792026-08-17T20:22:03.724Z Compiling bstr v1.12.1
21802026-08-17T20:22:03.775Z Compiling md-5 v0.10.6
21812026-08-17T20:22:03.941Z Compiling vergen-lib v9.1.0
21822026-08-17T20:22:03.956Z Compiling hash32 v0.2.1
21832026-08-17T20:22:04.099Z Compiling encoding_rs v0.8.35
21842026-08-17T20:22:04.239Z Compiling mime v0.3.17
21852026-08-17T20:22:04.366Z Compiling crc-any v2.5.0
21862026-08-17T20:22:04.395Z Compiling psl-types v2.0.11
21872026-08-17T20:22:04.443Z Compiling fallible-iterator v0.2.0
21882026-08-17T20:22:04.459Z Compiling cpufeatures v0.3.0
21892026-08-17T20:22:04.516Z Compiling test-strategy v0.4.5
21902026-08-17T20:22:04.537Z Compiling publicsuffix v2.3.0
21912026-08-17T20:22:04.734Z Compiling postgres-protocol v0.6.10
21922026-08-17T20:22:05.100Z Compiling inout v0.2.2
21932026-08-17T20:22:05.266Z Compiling object v0.30.4
21942026-08-17T20:22:05.282Z Compiling zip v0.6.6
21952026-08-17T20:22:05.300Z Compiling derive_builder v0.20.2
21962026-08-17T20:22:05.317Z Compiling hyper-tls v0.6.0
21972026-08-17T20:22:05.398Z Compiling daft v0.1.7
21982026-08-17T20:22:05.438Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21992026-08-17T20:22:05.538Z Compiling heck v0.4.1
22002026-08-17T20:22:05.561Z Compiling phf_shared v0.13.1
22012026-08-17T20:22:05.611Z Compiling pin-project v1.1.11
22022026-08-17T20:22:05.757Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
22032026-08-17T20:22:05.801Z Compiling toml v0.7.8
22042026-08-17T20:22:05.835Z Compiling serde_with_macros v3.21.0
22052026-08-17T20:22:05.850Z Compiling futures-executor v0.3.32
22062026-08-17T20:22:05.949Z Compiling serde_repr v0.1.20
22072026-08-17T20:22:06.081Z Compiling enum-as-inner v0.6.1
22082026-08-17T20:22:06.120Z Compiling async-recursion v1.1.1
22092026-08-17T20:22:06.211Z Compiling vergen v9.1.0
22102026-08-17T20:22:06.279Z Compiling ff v0.13.1
22112026-08-17T20:22:06.343Z Compiling cargo-platform v0.3.2
22122026-08-17T20:22:06.498Z Compiling jiff-core v0.1.0
22132026-08-17T20:22:06.634Z Compiling bumpalo v3.20.2
22142026-08-17T20:22:06.743Z Compiling bitflags v1.3.2
22152026-08-17T20:22:06.759Z Compiling managed v0.8.0
22162026-08-17T20:22:06.759Z Compiling same-file v1.0.6
22172026-08-17T20:22:06.819Z Compiling path-slash v0.1.5
22182026-08-17T20:22:06.901Z Compiling foldhash v0.1.5
22192026-08-17T20:22:06.937Z Compiling libbz2-rs-sys v0.2.2
22202026-08-17T20:22:06.961Z Compiling base16ct v0.2.0
22212026-08-17T20:22:07.042Z Compiling foldhash v0.2.0
22222026-08-17T20:22:07.105Z Compiling sec1 v0.7.3
22232026-08-17T20:22:07.147Z Compiling hashbrown v0.15.5
22242026-08-17T20:22:07.163Z Compiling walkdir v2.5.0
22252026-08-17T20:22:07.219Z Compiling hashbrown v0.16.1
22262026-08-17T20:22:07.272Z Compiling jiff v0.2.34
22272026-08-17T20:22:07.389Z Compiling bzip2 v0.6.1
22282026-08-17T20:22:07.496Z Compiling zopfli v0.8.3
22292026-08-17T20:22:07.606Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
22302026-08-17T20:22:07.853Z Compiling cargo_metadata v0.23.1
22312026-08-17T20:22:07.896Z Compiling group v0.13.0
22322026-08-17T20:22:08.091Z Compiling futures v0.3.32
22332026-08-17T20:22:08.446Z Compiling phf v0.13.1
22342026-08-17T20:22:08.512Z Compiling snafu v0.8.9
22352026-08-17T20:22:08.631Z Compiling reqwest v0.12.28
22362026-08-17T20:22:08.686Z Compiling signal-hook-mio v0.2.5
22372026-08-17T20:22:08.809Z Compiling cipher v0.5.2
22382026-08-17T20:22:08.828Z Compiling cookie_store v0.22.1
22392026-08-17T20:22:08.867Z Compiling postgres-types v0.2.12
22402026-08-17T20:22:09.105Z Compiling zstd v0.13.3
22412026-08-17T20:22:09.122Z Compiling globset v0.4.18
22422026-08-17T20:22:09.126Z Compiling strum v0.27.2
22432026-08-17T20:22:09.319Z Compiling hubpack v0.1.2
22442026-08-17T20:22:09.376Z Compiling phf_shared v0.11.3
22452026-08-17T20:22:09.398Z Compiling hkdf v0.12.4
22462026-08-17T20:22:09.419Z Compiling crossbeam-epoch v0.9.18
22472026-08-17T20:22:09.456Z Compiling ed25519 v2.2.3
22482026-08-17T20:22:09.497Z Compiling byte-wrapper v0.1.0
22492026-08-17T20:22:09.552Z Compiling olpc-cjson v0.1.4
22502026-08-17T20:22:09.801Z Compiling serde_plain v1.0.2
22512026-08-17T20:22:09.819Z Compiling serde-big-array v0.5.1
22522026-08-17T20:22:09.833Z Compiling pem v3.0.6
22532026-08-17T20:22:09.916Z Compiling crypto-bigint v0.5.5
22542026-08-17T20:22:10.058Z Compiling float-cmp v0.10.0
22552026-08-17T20:22:10.092Z Compiling memmap2 v0.9.10
22562026-08-17T20:22:10.180Z Compiling difflib v0.4.0
22572026-08-17T20:22:10.228Z Compiling static_assertions v1.1.0
22582026-08-17T20:22:10.245Z Compiling whoami v2.1.0
22592026-08-17T20:22:10.340Z Compiling typed-path v0.9.3
22602026-08-17T20:22:10.358Z Compiling fixedbitset v0.5.7
22612026-08-17T20:22:10.486Z Compiling data-encoding v2.10.0
22622026-08-17T20:22:10.632Z Compiling fixedbitset v0.4.2
22632026-08-17T20:22:10.701Z Compiling toml_write v0.1.2
22642026-08-17T20:22:10.747Z Compiling keccak v0.1.6
22652026-08-17T20:22:10.747Z Compiling const-oid v0.10.2
22662026-08-17T20:22:10.778Z Compiling predicates-core v1.0.10
22672026-08-17T20:22:10.855Z Compiling new_debug_unreachable v1.0.6
22682026-08-17T20:22:10.916Z Compiling normalize-line-endings v0.3.0
22692026-08-17T20:22:10.943Z Compiling precomputed-hash v0.1.1
22702026-08-17T20:22:10.959Z Compiling digest v0.11.3
22712026-08-17T20:22:10.976Z Compiling sha3 v0.10.8
22722026-08-17T20:22:10.992Z Compiling toml_edit v0.22.27
22732026-08-17T20:22:11.023Z Compiling string_cache v0.8.9
22742026-08-17T20:22:11.039Z Compiling predicates v3.1.4
22752026-08-17T20:22:11.044Z Compiling elliptic-curve v0.13.8
22762026-08-17T20:22:11.044Z Compiling petgraph v0.6.5
22772026-08-17T20:22:11.085Z Compiling hickory-proto v0.25.2
22782026-08-17T20:22:11.102Z Compiling chacha20 v0.10.0
22792026-08-17T20:22:11.258Z Compiling petgraph v0.8.3
22802026-08-17T20:22:11.440Z Compiling tokio-postgres v0.7.16
22812026-08-17T20:22:11.485Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22822026-08-17T20:22:11.599Z Compiling usdt v0.6.0
22832026-08-17T20:22:12.520Z Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
22842026-08-17T20:22:13.156Z Compiling ed25519-dalek v2.2.0
22852026-08-17T20:22:13.251Z Compiling zip v4.6.1
22862026-08-17T20:22:13.572Z Compiling crossterm v0.28.1
22872026-08-17T20:22:14.140Z Compiling iddqd v0.4.2
22882026-08-17T20:22:14.229Z Compiling serde_with v3.21.0
22892026-08-17T20:22:14.240Z Compiling similar v2.7.0
22902026-08-17T20:22:14.305Z Compiling strum v0.26.3
22912026-08-17T20:22:14.737Z Compiling tokio-stream v0.1.18
22922026-08-17T20:22:14.819Z Compiling buf-list v1.1.2
22932026-08-17T20:22:14.968Z Compiling itertools v0.13.0
22942026-08-17T20:22:15.008Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22952026-08-17T20:22:15.215Z Compiling openapiv3 v2.2.0
22962026-08-17T20:22:15.724Z Compiling peg-runtime v0.8.5
22972026-08-17T20:22:15.845Z Compiling lalrpop-util v0.19.12
22982026-08-17T20:22:33.039Z Compiling rustls-webpki v0.103.13
22992026-08-17T20:22:36.104Z Compiling macaddr v1.0.1
23002026-08-17T20:22:36.185Z Compiling rayon-core v1.13.0
23012026-08-17T20:22:36.236Z Compiling crucible-workspace-hack v0.1.0
23022026-08-17T20:22:36.316Z Compiling secrecy v0.10.3
23032026-08-17T20:22:36.393Z Compiling tokio-rustls v0.26.4
23042026-08-17T20:22:36.409Z Compiling rustls-platform-verifier v0.6.2
23052026-08-17T20:22:36.441Z Compiling tough v0.22.0
23062026-08-17T20:22:36.518Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23072026-08-17T20:22:36.551Z Compiling toml_datetime v0.7.5+spec-1.1.0
23082026-08-17T20:22:36.567Z Compiling heapless v0.8.0
23092026-08-17T20:22:36.635Z Compiling hyper-rustls v0.27.7
23102026-08-17T20:22:36.776Z Compiling toml_edit v0.23.10+spec-1.0.0
23112026-08-17T20:22:36.791Z Compiling crossbeam-deque v0.8.6
23122026-08-17T20:22:36.810Z Compiling ingot-macros v0.2.0
23132026-08-17T20:22:36.825Z Compiling inout v0.1.4
23142026-08-17T20:22:36.957Z Compiling reqwest v0.13.2
23152026-08-17T20:22:36.975Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23162026-08-17T20:22:37.007Z Compiling hash32 v0.3.1
23172026-08-17T20:22:37.023Z Compiling multer v3.1.0
23182026-08-17T20:22:37.038Z Compiling thread_local v1.1.9
23192026-08-17T20:22:37.052Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23202026-08-17T20:22:37.142Z Compiling match_cfg v0.1.0
23212026-08-17T20:22:37.188Z Compiling compression-core v0.4.31
23222026-08-17T20:22:37.232Z Compiling slog-async v2.8.0
23232026-08-17T20:22:37.248Z Compiling unicode-width v0.2.0
23242026-08-17T20:22:37.300Z Compiling smoltcp v0.11.0
23252026-08-17T20:22:37.389Z Compiling proc-macro-crate v3.4.0
23262026-08-17T20:22:37.392Z Compiling compression-codecs v0.4.37
23272026-08-17T20:22:37.601Z Compiling hostname v0.3.1
23282026-08-17T20:22:37.685Z Compiling cipher v0.4.4
23292026-08-17T20:22:37.778Z Compiling atomicwrites v0.4.4
23302026-08-17T20:22:37.793Z Compiling slog-json v2.6.1
23312026-08-17T20:22:37.844Z Compiling crossbeam-channel v0.5.15
23322026-08-17T20:22:37.990Z Compiling half v2.7.1
23332026-08-17T20:22:38.031Z Compiling newtype-uuid-macros v0.1.0
23342026-08-17T20:22:38.076Z Compiling cobs v0.3.0
23352026-08-17T20:22:38.079Z Compiling universal-hash v0.5.1
23362026-08-17T20:22:38.182Z Compiling thiserror-impl-no-std v2.0.2
23372026-08-17T20:22:38.294Z Compiling async-stream-impl v0.3.6
23382026-08-17T20:22:38.363Z Compiling serde_spanned v1.1.1
23392026-08-17T20:22:38.381Z Compiling toml_datetime v1.1.1+spec-1.1.0
23402026-08-17T20:22:38.553Z Compiling is-terminal v0.4.17
23412026-08-17T20:22:38.668Z Compiling dropshot v0.17.1
23422026-08-17T20:22:38.683Z Compiling proc-macro-error-attr v1.0.4
23432026-08-17T20:22:38.777Z Compiling toml_writer v1.1.1+spec-1.1.0
23442026-08-17T20:22:38.835Z Compiling opaque-debug v0.3.1
23452026-08-17T20:22:38.881Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
23462026-08-17T20:22:38.900Z Compiling term v1.2.1
23472026-08-17T20:22:38.919Z Compiling take_mut v0.2.2
23482026-08-17T20:22:38.936Z Compiling convert_case v0.4.0
23492026-08-17T20:22:38.952Z Compiling ciborium-io v0.2.2
23502026-08-17T20:22:39.054Z Compiling ciborium-ll v0.2.2
23512026-08-17T20:22:39.088Z Compiling toml v1.1.2+spec-1.1.0
23522026-08-17T20:22:39.088Z Compiling poly1305 v0.8.0
23532026-08-17T20:22:39.176Z Compiling async-stream v0.3.6
23542026-08-17T20:22:39.204Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23552026-08-17T20:22:39.219Z Compiling thiserror-no-std v2.0.2
23562026-08-17T20:22:39.261Z Compiling derive_more v0.99.20
23572026-08-17T20:22:39.337Z Compiling slog-term v2.9.2
23582026-08-17T20:22:39.354Z Compiling postcard v1.1.3
23592026-08-17T20:22:39.479Z Compiling ingot-types v0.2.0
23602026-08-17T20:22:39.735Z Compiling slog-bunyan v2.5.0
23612026-08-17T20:22:39.761Z Compiling chacha20 v0.9.1
23622026-08-17T20:22:39.950Z Compiling ingot v0.2.1
23632026-08-17T20:22:39.966Z Compiling num_enum_derive v0.7.6
23642026-08-17T20:22:40.052Z Compiling async-compression v0.4.41
23652026-08-17T20:22:40.271Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
23662026-08-17T20:22:40.294Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23672026-08-17T20:22:40.496Z Compiling sha1 v0.11.0
23682026-08-17T20:22:40.537Z Compiling parse-display-derive v0.10.0
23692026-08-17T20:22:40.603Z Compiling proc-macro-crate v1.3.1
23702026-08-17T20:22:40.646Z Compiling waitgroup v0.1.2
23712026-08-17T20:22:40.687Z Compiling backon v1.6.0
23722026-08-17T20:22:40.827Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23732026-08-17T20:22:40.909Z Compiling rustls-pemfile v2.2.0
23742026-08-17T20:22:40.953Z Compiling dropshot_endpoint v0.17.1
23752026-08-17T20:22:40.956Z Compiling password-hash v0.5.0
23762026-08-17T20:22:41.001Z Compiling blake2 v0.10.6
23772026-08-17T20:22:41.196Z Compiling aead v0.5.2
23782026-08-17T20:22:41.217Z Compiling foreign-types-macros v0.2.3
23792026-08-17T20:22:41.252Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
23802026-08-17T20:22:41.419Z Compiling serde_path_to_error v0.1.20
23812026-08-17T20:22:41.454Z Compiling hostname v0.4.2
23822026-08-17T20:22:41.524Z Compiling proc-macro-error v1.0.4
23832026-08-17T20:22:41.638Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
23842026-08-17T20:22:41.673Z Compiling instant v0.1.13
23852026-08-17T20:22:41.744Z Compiling debug-ignore v1.0.5
23862026-08-17T20:22:41.811Z Compiling foreign-types-shared v0.3.1
23872026-08-17T20:22:41.811Z Compiling backoff v0.4.0
23882026-08-17T20:22:41.888Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
23892026-08-17T20:22:41.891Z Compiling chacha20poly1305 v0.10.1
23902026-08-17T20:22:41.940Z Compiling foreign-types v0.5.0
23912026-08-17T20:22:41.943Z Compiling argon2 v0.5.3
23922026-08-17T20:22:41.943Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
23932026-08-17T20:22:42.022Z Compiling parse-display v0.10.0
23942026-08-17T20:22:42.044Z Compiling num_enum_derive v0.5.11
23952026-08-17T20:22:42.061Z Compiling num_enum v0.7.6
23962026-08-17T20:22:42.080Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23972026-08-17T20:22:42.083Z Compiling vsss-rs v3.3.4
23982026-08-17T20:22:42.148Z Compiling ciborium v0.2.2
23992026-08-17T20:22:42.495Z Compiling tabwriter v1.4.1
24002026-08-17T20:22:42.513Z Compiling regress v0.10.5
24012026-08-17T20:22:42.531Z Compiling itertools v0.14.0
24022026-08-17T20:22:42.636Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24032026-08-17T20:22:42.698Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24042026-08-17T20:22:42.799Z Compiling cstr-argument v0.1.2
24052026-08-17T20:22:42.868Z Compiling humantime v2.3.0
24062026-08-17T20:22:42.906Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
24072026-08-17T20:22:42.977Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
24082026-08-17T20:22:43.039Z Compiling num_enum v0.5.11
24092026-08-17T20:22:43.055Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
24102026-08-17T20:22:43.097Z Compiling rayon v1.11.0
24112026-08-17T20:22:43.115Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
24122026-08-17T20:22:43.159Z Compiling rand v0.10.1
24132026-08-17T20:22:43.183Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
24142026-08-17T20:22:43.248Z Compiling colored v3.1.1
24152026-08-17T20:22:43.270Z Compiling indent_write v2.2.0
24162026-08-17T20:22:43.291Z Compiling libefi-sys v0.1.0
24172026-08-17T20:22:43.312Z Compiling zone_cfg_derive v0.3.1
24182026-08-17T20:22:43.327Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
24192026-08-17T20:22:43.392Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24202026-08-17T20:22:43.454Z Compiling camino-tempfile v1.4.1
24212026-08-17T20:22:43.533Z Compiling itertools v0.12.1
24222026-08-17T20:22:43.557Z Compiling usdt-macro v0.5.0
24232026-08-17T20:22:43.639Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24242026-08-17T20:22:43.658Z Compiling usdt-attr-macro v0.5.0
24252026-08-17T20:22:43.685Z Compiling num-derive v0.4.2
24262026-08-17T20:22:43.886Z Compiling bitfield-struct v0.6.2
24272026-08-17T20:22:43.903Z Compiling blake3 v1.8.5
24282026-08-17T20:22:43.947Z Compiling memmap v0.7.0
24292026-08-17T20:22:43.964Z Compiling sigpipe v0.1.3
24302026-08-17T20:22:44.059Z Compiling glob v0.3.3
24312026-08-17T20:22:44.082Z Compiling swrite v0.1.0
24322026-08-17T20:22:44.118Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
24332026-08-17T20:22:44.206Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24342026-08-17T20:22:44.291Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
24352026-08-17T20:22:44.410Z Compiling smf v0.2.3
24362026-08-17T20:22:44.450Z Compiling usdt v0.5.0
24372026-08-17T20:22:44.526Z Compiling filetime v0.2.27
24382026-08-17T20:22:44.542Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24392026-08-17T20:22:44.577Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24402026-08-17T20:22:44.606Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
24412026-08-17T20:22:44.673Z Compiling arrayref v0.3.9
24422026-08-17T20:22:44.733Z Compiling xattr v1.6.1
24432026-08-17T20:22:44.755Z Compiling whoami v1.6.1
24442026-08-17T20:22:44.771Z Compiling arrayvec v0.7.6
24452026-08-17T20:22:44.809Z Compiling constant_time_eq v0.4.2
24462026-08-17T20:22:44.866Z Compiling zone v0.3.1
24472026-08-17T20:22:44.948Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
24482026-08-17T20:22:45.013Z Compiling tar v0.4.46
24492026-08-17T20:22:45.028Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
24502026-08-17T20:22:45.042Z Compiling tokio-dtrace v0.1.1
24512026-08-17T20:22:45.088Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
24522026-08-17T20:22:45.234Z Compiling console v0.16.2
24532026-08-17T20:22:45.261Z Compiling gethostname v0.5.0
24542026-08-17T20:22:45.348Z Compiling topological-sort v0.2.2
24552026-08-17T20:22:45.391Z Compiling unit-prefix v0.5.2
24562026-08-17T20:22:45.447Z Compiling oxide-tokio-rt v0.1.4
24572026-08-17T20:22:45.547Z Compiling toml v0.8.23
24582026-08-17T20:22:45.570Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
24592026-08-17T20:22:45.700Z Compiling indicatif v0.18.4
24602026-08-17T20:22:45.815Z Compiling shell-words v1.1.1
24612026-08-17T20:22:55.049Z Compiling progenitor-client v0.14.0
24622026-08-17T20:22:55.049Z Compiling omicron-zone-package v0.12.3
24632026-08-17T20:22:55.299Z Compiling progenitor-extras v0.2.0
24642026-08-17T20:22:55.612Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24652026-08-17T20:22:55.703Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
24662026-08-17T20:22:55.768Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24672026-08-17T20:22:55.822Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24682026-08-17T20:22:55.839Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
24692026-08-17T20:22:55.902Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24702026-08-17T20:22:56.034Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24712026-08-17T20:22:56.172Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24722026-08-17T20:22:56.413Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24732026-08-17T20:23:00.161Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24742026-08-17T20:23:08.580Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24752026-08-17T20:23:11.791Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24762026-08-17T20:23:12.856Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24772026-08-17T20:23:22.315Z Finished `release` profile [optimized] target(s) in 1m 44s
24782026-08-17T20:23:22.461Z Running `target/release/omicron-package -t test target create -p dev`
24792026-08-17T20:23:22.527ZLogging to: /work/oxidecomputer/omicron/out/LOG
24802026-08-17T20:23:22.530ZCreated new build target 'test' and set it as active
24812026-08-17T20:23:22.533Z
24822026-08-17T20:23:22.533Zreal 1:44.852576294
24832026-08-17T20:23:22.533Zuser 17:23.325993671
24842026-08-17T20:23:22.533Zsys 2:44.758065205
24852026-08-17T20:23:22.533Ztrap 0.482656356
24862026-08-17T20:23:22.534Ztflt 2.290745916
24872026-08-17T20:23:22.534Zdflt 4.713928966
24882026-08-17T20:23:22.534Zkflt 0.004949403
24892026-08-17T20:23:22.534Zlock 56:37.410873260
24902026-08-17T20:23:22.534Zslp 44:11.548821384
24912026-08-17T20:23:22.534Zlat 51.545105929
24922026-08-17T20:23:22.534Zstop 6:13.926882188
24932026-08-17T20:23:22.534Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24942026-08-17T20:23:23.426Z Finished `release` profile [optimized] target(s) in 0.88s
24952026-08-17T20:23:23.496Z Running `target/release/omicron-package -t test package`
24962026-08-17T20:23:23.554ZLogging to: /work/oxidecomputer/omicron/out/LOG
24972026-08-17T20:23:24.989Z Compiling heck v0.5.0
24982026-08-17T20:23:24.989Z Compiling regress v0.11.1
24992026-08-17T20:23:25.215Z Compiling unsafe-libyaml v0.2.11
25002026-08-17T20:23:25.257Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
25012026-08-17T20:23:25.286Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25022026-08-17T20:23:25.309Z Compiling derive-where v1.6.0
25032026-08-17T20:23:25.309Z Compiling bytecount v0.6.9
25042026-08-17T20:23:25.351Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25052026-08-17T20:23:25.354Z Compiling atomicwrites v0.4.4
25062026-08-17T20:23:25.354Z Compiling is-terminal v0.4.17
25072026-08-17T20:23:25.354Z Compiling prettyplease v0.2.37
25082026-08-17T20:23:25.354Z Compiling console v0.15.11
25092026-08-17T20:23:25.354Z Compiling newline-converter v0.3.0
25102026-08-17T20:23:25.392Z Compiling slog-dtrace v0.3.0
25112026-08-17T20:23:25.477Z Compiling resolv-conf v0.7.6
25122026-08-17T20:23:25.500Z Compiling num-rational v0.4.2
25132026-08-17T20:23:25.547Z Compiling num-complex v0.4.6
25142026-08-17T20:23:25.550Z Compiling thread_local v1.1.9
25152026-08-17T20:23:25.591Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
25162026-08-17T20:23:25.641Z Compiling match_cfg v0.1.0
25172026-08-17T20:23:25.663Z Compiling compression-core v0.4.31
25182026-08-17T20:23:25.745Z Compiling serde_yaml v0.9.34+deprecated
25192026-08-17T20:23:25.827Z Compiling expectorate v1.2.0
25202026-08-17T20:23:25.860Z Compiling cancel-safe-futures v0.1.5
25212026-08-17T20:23:25.896Z Compiling unicode-width v0.1.14
25222026-08-17T20:23:26.028Z Compiling num v0.4.3
25232026-08-17T20:23:26.049Z Compiling compression-codecs v0.4.37
25242026-08-17T20:23:26.070Z Compiling hostname v0.3.1
25252026-08-17T20:23:26.133Z Compiling multer v3.1.0
25262026-08-17T20:23:26.153Z Compiling slog-async v2.8.0
25272026-08-17T20:23:26.178Z Compiling crossbeam-channel v0.5.15
25282026-08-17T20:23:26.200Z Compiling slog-json v2.6.1
25292026-08-17T20:23:26.229Z Compiling serde_spanned v1.1.1
25302026-08-17T20:23:26.249Z Compiling toml_datetime v1.1.1+spec-1.1.0
25312026-08-17T20:23:26.252Z Compiling float-ord v0.3.2
25322026-08-17T20:23:26.310Z Compiling take_mut v0.2.2
25332026-08-17T20:23:26.403Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25342026-08-17T20:23:26.425Z Compiling toml_writer v1.1.1+spec-1.1.0
25352026-08-17T20:23:26.449Z Compiling term v1.2.1
25362026-08-17T20:23:26.481Z Compiling linked-hash-map v0.5.6
25372026-08-17T20:23:26.491Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25382026-08-17T20:23:26.520Z Compiling oxide-update-engine-types v0.1.2
25392026-08-17T20:23:26.540Z Compiling slog-bunyan v2.5.0
25402026-08-17T20:23:26.584Z Compiling async-compression v0.4.41
25412026-08-17T20:23:26.632Z Compiling toml v1.1.2+spec-1.1.0
25422026-08-17T20:23:26.668Z Compiling lru-cache v0.1.2
25432026-08-17T20:23:26.715Z Compiling typify-impl v0.6.2
25442026-08-17T20:23:26.840Z Compiling slog-term v2.9.2
25452026-08-17T20:23:26.982Z Compiling dropshot v0.17.1
25462026-08-17T20:23:27.014Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
25472026-08-17T20:23:27.048Z Compiling async-stream v0.3.6
25482026-08-17T20:23:27.114Z Compiling sha1 v0.11.0
25492026-08-17T20:23:27.136Z Compiling progenitor-client v0.14.0
25502026-08-17T20:23:27.176Z Compiling waitgroup v0.1.2
25512026-08-17T20:23:27.233Z Compiling rustls-pemfile v2.2.0
25522026-08-17T20:23:27.285Z Compiling backon v1.6.0
25532026-08-17T20:23:27.342Z Compiling serde_path_to_error v0.1.20
25542026-08-17T20:23:27.364Z Compiling hostname v0.4.2
25552026-08-17T20:23:27.393Z Compiling instant v0.1.13
25562026-08-17T20:23:27.454Z Compiling linear-map v1.2.0
25572026-08-17T20:23:27.481Z Compiling minimal-lexical v0.2.1
25582026-08-17T20:23:27.501Z Compiling debug-ignore v1.0.5
25592026-08-17T20:23:27.528Z Compiling backoff v0.4.0
25602026-08-17T20:23:27.550Z Compiling progenitor-extras v0.2.0
25612026-08-17T20:23:27.640Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
25622026-08-17T20:23:27.702Z Compiling nom v7.1.3
25632026-08-17T20:23:27.734Z Compiling oxide-update-engine v0.1.2
25642026-08-17T20:23:27.778Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25652026-08-17T20:23:27.782Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25662026-08-17T20:23:27.831Z Compiling parse-display v0.10.0
25672026-08-17T20:23:27.927Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25682026-08-17T20:23:27.949Z Compiling hickory-proto v0.24.4
25692026-08-17T20:23:28.374Z Compiling regress v0.10.5
25702026-08-17T20:23:28.595Z Compiling itertools v0.14.0
25712026-08-17T20:23:29.051Z Compiling macaddr v1.0.1
25722026-08-17T20:23:29.121Z Compiling humantime v2.3.0
25732026-08-17T20:23:29.170Z Compiling unicode-xid v0.2.6
25742026-08-17T20:23:29.336Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25752026-08-17T20:23:29.420Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25762026-08-17T20:23:29.550Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25772026-08-17T20:23:29.571Z Compiling convert_case v0.10.0
25782026-08-17T20:23:29.778Z Compiling owo-colors v4.3.0
25792026-08-17T20:23:29.807Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25802026-08-17T20:23:29.851Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25812026-08-17T20:23:29.872Z Compiling derive_more-impl v2.1.1
25822026-08-17T20:23:29.970Z Compiling toml v0.8.23
25832026-08-17T20:23:30.230Z Compiling typify-macro v0.6.2
25842026-08-17T20:23:30.363Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25852026-08-17T20:23:30.473Z Compiling hickory-resolver v0.24.4
25862026-08-17T20:23:30.532Z Compiling papergrid v0.11.0
25872026-08-17T20:23:30.554Z Compiling tabled_derive v0.7.0
25882026-08-17T20:23:30.652Z Compiling derive_more v2.1.1
25892026-08-17T20:23:30.761Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25902026-08-17T20:23:31.122Z Compiling termtree v0.5.1
25912026-08-17T20:23:31.335Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25922026-08-17T20:23:31.366Z Compiling crossterm v0.29.0
25932026-08-17T20:23:31.485Z Compiling tabled v0.15.0
25942026-08-17T20:23:31.663Z Compiling qorb v0.4.1
25952026-08-17T20:23:31.825Z Compiling typify v0.6.2
25962026-08-17T20:23:32.124Z Compiling progenitor-impl v0.14.0
25972026-08-17T20:23:32.851Z Compiling phf_shared v0.12.1
25982026-08-17T20:23:33.112Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25992026-08-17T20:23:33.673Z Compiling csv-core v0.1.13
26002026-08-17T20:23:34.095Z Compiling vte v0.14.1
26012026-08-17T20:23:34.271Z Compiling progenitor-macro v0.14.0
26022026-08-17T20:23:34.347Z Compiling highway v1.3.0
26032026-08-17T20:23:35.054Z Compiling chrono-tz v0.10.4
26042026-08-17T20:23:35.275Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
26052026-08-17T20:23:35.331Z Compiling strip-ansi-escapes v0.2.1
26062026-08-17T20:23:35.614Z Compiling csv v1.4.0
26072026-08-17T20:23:35.733Z Compiling phf v0.12.1
26082026-08-17T20:23:35.873Z Compiling const_format_proc_macros v0.2.34
26092026-08-17T20:23:35.938Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26102026-08-17T20:23:36.116Z Compiling fd-lock v4.0.4
26112026-08-17T20:23:36.352Z Compiling peg-macros v0.8.5
26122026-08-17T20:23:36.415Z Compiling nu-ansi-term v0.50.3
26132026-08-17T20:23:36.639Z Compiling const_format v0.2.35
26142026-08-17T20:23:36.745Z Compiling reedline v0.40.0
26152026-08-17T20:23:36.827Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26162026-08-17T20:23:36.946Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
26172026-08-17T20:23:37.178Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
26182026-08-17T20:23:37.600Z Compiling peg v0.8.5
26192026-08-17T20:23:37.620Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
26202026-08-17T20:23:38.389Z Compiling progenitor v0.14.0
26212026-08-17T20:23:38.581Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26222026-08-17T20:23:38.740Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
26232026-08-17T20:23:38.762Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
26242026-08-17T20:23:38.929Z Compiling bcs v0.1.6
26252026-08-17T20:23:39.378Z Compiling nom v8.0.0
26262026-08-17T20:23:39.497Z Compiling semver v0.1.20
26272026-08-17T20:23:39.792Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
26282026-08-17T20:23:40.086Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
26292026-08-17T20:23:40.233Z Compiling rustc_version v0.1.7
26302026-08-17T20:23:40.405Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26312026-08-17T20:23:40.471Z Compiling newtype_derive v0.1.6
26322026-08-17T20:23:40.664Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
26332026-08-17T20:23:40.718Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
26342026-08-17T20:23:41.085Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26352026-08-17T20:23:41.143Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26362026-08-17T20:23:41.188Z Compiling smawk v0.3.2
26372026-08-17T20:23:41.317Z Compiling unicode-linebreak v0.1.5
26382026-08-17T20:23:41.499Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
26392026-08-17T20:23:41.635Z Compiling textwrap v0.16.2
26402026-08-17T20:23:41.657Z Compiling steno v0.4.1
26412026-08-17T20:23:42.589Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26422026-08-17T20:23:43.131Z Compiling dropshot-api-manager-types v0.8.0
26432026-08-17T20:23:43.168Z Compiling sha1 v0.10.6
26442026-08-17T20:23:43.568Z Compiling utf-8 v0.7.6
26452026-08-17T20:23:43.645Z Compiling tagptr v0.2.0
26462026-08-17T20:23:43.725Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
26472026-08-17T20:23:43.810Z Compiling moka v0.12.13
26482026-08-17T20:23:43.845Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
26492026-08-17T20:23:43.980Z Compiling tungstenite v0.21.0
26502026-08-17T20:23:44.217Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26512026-08-17T20:23:44.479Z Compiling darling_core v0.21.3
26522026-08-17T20:23:45.091Z Compiling hickory-resolver v0.25.2
26532026-08-17T20:23:46.052Z Compiling tokio-tungstenite v0.21.0
26542026-08-17T20:23:46.447Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26552026-08-17T20:23:46.651Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
26562026-08-17T20:23:46.813Z Compiling darling_macro v0.21.3
26572026-08-17T20:23:47.019Z Compiling display-error-chain v0.2.2
26582026-08-17T20:23:47.205Z Compiling libscf-sys v1.2.0
26592026-08-17T20:23:47.240Z Compiling vergen-lib v0.1.6
26602026-08-17T20:23:47.350Z Compiling darling v0.21.3
26612026-08-17T20:23:47.380Z Compiling diesel_derives v2.3.7
26622026-08-17T20:23:47.451Z Compiling dsl_auto_type v0.2.0
26632026-08-17T20:23:47.542Z Compiling scheduled-thread-pool v0.2.7
26642026-08-17T20:23:47.571Z Compiling vergen-gitcl v1.0.8
26652026-08-17T20:23:47.631Z Compiling diesel_table_macro_syntax v0.3.0
26662026-08-17T20:23:47.651Z Compiling dirs-sys-next v0.1.2
26672026-08-17T20:23:47.810Z Compiling maplit v1.0.2
26682026-08-17T20:23:47.868Z Compiling glob v0.3.3
26692026-08-17T20:23:47.927Z Compiling crunchy v0.2.4
26702026-08-17T20:23:47.930Z Compiling dirs-next v2.0.0
26712026-08-17T20:23:48.025Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26722026-08-17T20:23:48.100Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26732026-08-17T20:23:48.132Z Compiling r2d2 v0.8.10
26742026-08-17T20:23:48.235Z Compiling clang-sys v1.8.1
26752026-08-17T20:23:48.282Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26762026-08-17T20:23:48.434Z Compiling papergrid v0.18.0
26772026-08-17T20:23:48.593Z Compiling downcast-rs v2.0.2
26782026-08-17T20:23:48.629Z Compiling tiny-keccak v2.0.2
26792026-08-17T20:23:48.958Z Compiling term v0.7.0
26802026-08-17T20:23:48.979Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26812026-08-17T20:23:49.279Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26822026-08-17T20:23:49.452Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26832026-08-17T20:23:49.683Z Compiling tabled v0.21.0
26842026-08-17T20:23:49.809Z Compiling bit-vec v0.6.3
26852026-08-17T20:23:50.064Z Compiling bit-set v0.5.3
26862026-08-17T20:23:50.219Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26872026-08-17T20:23:50.275Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
26882026-08-17T20:23:50.739Z Compiling ascii-canvas v3.0.0
26892026-08-17T20:23:50.997Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26902026-08-17T20:23:51.018Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26912026-08-17T20:23:51.273Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26922026-08-17T20:23:51.486Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26932026-08-17T20:23:51.511Z Compiling itertools v0.10.5
26942026-08-17T20:23:51.592Z Compiling ena v0.14.4
26952026-08-17T20:23:51.663Z Compiling libloading v0.8.9
26962026-08-17T20:23:51.681Z Compiling unicase v2.9.0
26972026-08-17T20:23:51.832Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26982026-08-17T20:23:51.892Z Compiling xshell-macros v0.2.7
26992026-08-17T20:23:51.985Z Compiling diff v0.1.13
27002026-08-17T20:23:52.249Z Compiling bindgen v0.71.1
27012026-08-17T20:23:52.290Z Compiling regex-syntax v0.6.29
27022026-08-17T20:23:52.312Z Compiling xshell v0.2.7
27032026-08-17T20:23:52.655Z Compiling diesel v2.3.7
27042026-08-17T20:23:53.130Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
27052026-08-17T20:23:53.578Z Compiling cexpr v0.6.0
27062026-08-17T20:23:53.933Z Compiling lalrpop v0.19.12
27072026-08-17T20:23:54.023Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27082026-08-17T20:23:54.200Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27092026-08-17T20:23:54.221Z Compiling crc8 v0.1.1
27102026-08-17T20:23:54.259Z Compiling rustc-hash v2.1.1
27112026-08-17T20:23:54.545Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27122026-08-17T20:23:54.671Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
27132026-08-17T20:23:54.720Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27142026-08-17T20:23:55.111Z Compiling headers-core v0.3.0
27152026-08-17T20:23:55.229Z Compiling libxml v0.3.3
27162026-08-17T20:23:55.267Z Compiling headers v0.4.1
27172026-08-17T20:23:55.519Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27182026-08-17T20:23:55.542Z Compiling strum_macros v0.24.3
27192026-08-17T20:23:55.739Z Compiling indoc v1.0.9
27202026-08-17T20:23:55.853Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27212026-08-17T20:23:56.077Z Compiling derive_builder v0.20.2
27222026-08-17T20:23:56.174Z Compiling quick-xml v0.37.5
27232026-08-17T20:23:56.245Z Compiling oso-derive v0.27.3
27242026-08-17T20:23:56.760Z Compiling impl-trait-for-tuples v0.2.3
27252026-08-17T20:23:56.784Z Compiling openssl-probe v0.1.6
27262026-08-17T20:23:56.894Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27272026-08-17T20:23:57.086Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27282026-08-17T20:23:57.347Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27292026-08-17T20:23:57.566Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27302026-08-17T20:23:57.598Z Compiling bb8 v0.8.6
27312026-08-17T20:23:57.619Z Compiling trait-variant v0.1.2
27322026-08-17T20:23:57.640Z Compiling half v1.8.3
27332026-08-17T20:23:57.696Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27342026-08-17T20:23:58.001Z Compiling serde_cbor v0.11.2
27352026-08-17T20:23:58.036Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27362026-08-17T20:23:58.106Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27372026-08-17T20:23:58.189Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27382026-08-17T20:23:58.288Z Compiling progenitor-impl v0.13.0
27392026-08-17T20:23:58.858Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27402026-08-17T20:23:58.933Z Compiling nonempty v0.12.0
27412026-08-17T20:23:58.978Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27422026-08-17T20:23:59.020Z Compiling samael v0.0.19
27432026-08-17T20:23:59.158Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27442026-08-17T20:23:59.399Z Compiling progenitor-client v0.13.0
27452026-08-17T20:23:59.934Z Compiling fxhash v0.2.1
27462026-08-17T20:24:00.123Z Compiling libz-sys v1.1.24
27472026-08-17T20:24:00.341Z Compiling salty v0.3.0
27482026-08-17T20:24:00.463Z Compiling progenitor-macro v0.13.0
27492026-08-17T20:24:00.639Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
27502026-08-17T20:24:00.690Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27512026-08-17T20:24:00.779Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27522026-08-17T20:24:01.025Z Compiling kstat-rs v0.2.5
27532026-08-17T20:24:01.377Z Compiling polar-core v0.27.3
27542026-08-17T20:24:01.692Z Compiling mime_guess v2.0.5
27552026-08-17T20:24:02.221Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27562026-08-17T20:24:02.933Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27572026-08-17T20:24:03.866Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27582026-08-17T20:24:04.188Z Compiling rfc6979 v0.4.0
27592026-08-17T20:24:04.358Z Compiling nanorand v0.7.0
27602026-08-17T20:24:04.379Z Compiling libgit2-sys v0.18.3+1.9.2
27612026-08-17T20:24:04.467Z Compiling parking_lot_core v0.8.6
27622026-08-17T20:24:04.609Z Compiling progenitor v0.13.0
27632026-08-17T20:24:04.733Z Compiling flume v0.11.1
27642026-08-17T20:24:04.800Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27652026-08-17T20:24:04.819Z Compiling ecdsa v0.16.9
27662026-08-17T20:24:05.135Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27672026-08-17T20:24:05.641Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27682026-08-17T20:24:05.673Z Compiling primeorder v0.13.6
27692026-08-17T20:24:05.858Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27702026-08-17T20:24:05.999Z Compiling git-stub v1.0.0
27712026-08-17T20:24:06.262Z Compiling instability v0.3.11
27722026-08-17T20:24:06.488Z Compiling strsim v0.10.0
27732026-08-17T20:24:06.798Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27742026-08-17T20:24:06.822Z Compiling http-range v0.1.5
27752026-08-17T20:24:07.060Z Compiling darling_core v0.13.4
27762026-08-17T20:24:07.190Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27772026-08-17T20:24:08.480Z Compiling git-stub-vcs v0.1.0
27782026-08-17T20:24:08.702Z Compiling p384 v0.13.1
27792026-08-17T20:24:09.074Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27802026-08-17T20:24:09.260Z Compiling ignore v0.4.25
27812026-08-17T20:24:09.545Z Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27822026-08-17T20:24:09.816Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
27832026-08-17T20:24:11.218Z Compiling oso v0.27.3
27842026-08-17T20:24:12.507Z Compiling async-bb8-diesel v0.2.1
27852026-08-17T20:24:12.981Z Compiling diesel-dtrace v0.5.0
27862026-08-17T20:24:13.255Z Compiling castaway v0.2.4
27872026-08-17T20:24:13.317Z Compiling vergen-git2 v9.1.0
27882026-08-17T20:24:13.430Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
27892026-08-17T20:24:13.520Z Compiling indoc v2.0.7
27902026-08-17T20:24:13.572Z Compiling compact_str v0.8.1
27912026-08-17T20:24:13.730Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89)
27922026-08-17T20:24:14.187Z Compiling globwalk v0.9.1
27932026-08-17T20:24:14.522Z Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96)
27942026-08-17T20:24:14.671Z Compiling parking_lot v0.11.2
27952026-08-17T20:24:14.693Z Compiling hyper-staticfile v0.10.1
27962026-08-17T20:24:14.824Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27972026-08-17T20:24:15.290Z Compiling darling_macro v0.13.4
27982026-08-17T20:24:15.315Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27992026-08-17T20:24:15.800Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28002026-08-17T20:24:15.821Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
28012026-08-17T20:24:15.861Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28022026-08-17T20:24:16.048Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28032026-08-17T20:24:16.430Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28042026-08-17T20:24:16.585Z Compiling predicates-tree v1.0.13
28052026-08-17T20:24:16.996Z Compiling unicode-truncate v1.1.0
28062026-08-17T20:24:17.211Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28072026-08-17T20:24:17.352Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28082026-08-17T20:24:17.433Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
28092026-08-17T20:24:17.750Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
28102026-08-17T20:24:17.885Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516)
28112026-08-17T20:24:17.906Z Compiling lru v0.12.5
28122026-08-17T20:24:18.141Z Compiling sha2 v0.11.0
28132026-08-17T20:24:18.183Z Compiling digest-io v0.1.0
28142026-08-17T20:24:18.365Z Compiling prefix-trie v0.7.0
28152026-08-17T20:24:18.554Z Compiling rand_seeder v0.4.0
28162026-08-17T20:24:18.819Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28172026-08-17T20:24:18.859Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
28182026-08-17T20:24:19.108Z Compiling illumos-nvpair-sys v0.2.0
28192026-08-17T20:24:19.291Z Compiling rawzip v0.4.4
28202026-08-17T20:24:19.332Z Compiling cassowary v0.3.0
28212026-08-17T20:24:19.450Z Compiling corncobs v0.1.4
28222026-08-17T20:24:19.703Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
28232026-08-17T20:24:19.707Z Compiling ratatui v0.29.0
28242026-08-17T20:24:20.376Z Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
28252026-08-17T20:24:20.859Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28262026-08-17T20:24:21.596Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28272026-08-17T20:24:21.863Z Compiling hickory-server v0.25.2
28282026-08-17T20:24:22.189Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28292026-08-17T20:24:22.441Z Compiling camino-tempfile-ext v0.3.3
28302026-08-17T20:24:23.027Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28312026-08-17T20:24:24.200Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28322026-08-17T20:24:24.876Z Compiling darling v0.13.4
28332026-08-17T20:24:25.276Z Compiling sled v0.34.7
28342026-08-17T20:24:25.544Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28352026-08-17T20:24:26.082Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28362026-08-17T20:24:26.827Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28372026-08-17T20:24:27.213Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28382026-08-17T20:24:27.354Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28392026-08-17T20:24:27.439Z Compiling secrecy v0.8.0
28402026-08-17T20:24:27.460Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28412026-08-17T20:24:27.726Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28422026-08-17T20:24:28.022Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28432026-08-17T20:24:28.160Z Compiling serde_with_macros v1.5.2
28442026-08-17T20:24:28.591Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28452026-08-17T20:24:28.982Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28462026-08-17T20:24:30.082Z Compiling git2 v0.20.4
28472026-08-17T20:24:30.127Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28482026-08-17T20:24:30.599Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28492026-08-17T20:24:30.660Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28502026-08-17T20:24:30.827Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28512026-08-17T20:24:30.886Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28522026-08-17T20:24:31.054Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28532026-08-17T20:24:31.115Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28542026-08-17T20:24:31.304Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28552026-08-17T20:24:31.343Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28562026-08-17T20:24:31.548Z Compiling arc-swap v1.8.2
28572026-08-17T20:24:31.592Z Compiling void v1.0.2
28582026-08-17T20:24:31.747Z Compiling lzss v0.8.2
28592026-08-17T20:24:31.824Z Compiling slog-scope v4.4.1
28602026-08-17T20:24:32.169Z Compiling illumos-nvpair v0.3.0
28612026-08-17T20:24:32.223Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28622026-08-17T20:24:33.030Z Compiling serde_with v1.14.0
28632026-08-17T20:24:33.147Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28642026-08-17T20:24:33.246Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
28652026-08-17T20:24:33.358Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28662026-08-17T20:24:34.229Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28672026-08-17T20:24:34.277Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28682026-08-17T20:24:34.982Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28692026-08-17T20:24:35.969Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28702026-08-17T20:24:36.159Z Compiling scuffle v0.1.0
28712026-08-17T20:24:38.308Z Compiling tungstenite v0.23.0
28722026-08-17T20:24:38.958Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28732026-08-17T20:24:39.129Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28742026-08-17T20:24:40.184Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28752026-08-17T20:24:40.440Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28762026-08-17T20:24:40.668Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28772026-08-17T20:24:40.694Z Compiling nix v0.27.1
28782026-08-17T20:24:40.719Z Compiling twox-hash v2.1.2
28792026-08-17T20:24:40.937Z Compiling libsw-core v0.3.2
28802026-08-17T20:24:40.952Z Compiling serde_bytes v0.11.19
28812026-08-17T20:24:41.028Z Compiling atty v0.2.14
28822026-08-17T20:24:41.145Z Compiling libsw v3.5.0
28832026-08-17T20:24:41.224Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28842026-08-17T20:24:41.244Z Compiling tokio-tungstenite v0.23.1
28852026-08-17T20:24:41.266Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28862026-08-17T20:24:41.289Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
28872026-08-17T20:24:41.376Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28882026-08-17T20:24:41.617Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28892026-08-17T20:24:41.852Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28902026-08-17T20:24:43.101Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28912026-08-17T20:24:44.347Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28922026-08-17T20:24:44.460Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28932026-08-17T20:24:44.556Z Compiling slog-stdlog v4.1.1
28942026-08-17T20:24:44.559Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28952026-08-17T20:24:44.941Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28962026-08-17T20:24:45.086Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28972026-08-17T20:24:45.407Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28982026-08-17T20:24:45.429Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28992026-08-17T20:24:45.992Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
29002026-08-17T20:24:47.022Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
29012026-08-17T20:24:47.643Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
29022026-08-17T20:24:48.094Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
29032026-08-17T20:24:48.288Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29042026-08-17T20:24:50.751Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
29052026-08-17T20:24:51.476Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29062026-08-17T20:24:52.315Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
29072026-08-17T20:24:52.763Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
29082026-08-17T20:24:53.337Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
29092026-08-17T20:24:53.561Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
29102026-08-17T20:24:54.560Z Compiling signal-hook-tokio v0.3.1
29112026-08-17T20:24:54.754Z Compiling fatfs v0.3.6
29122026-08-17T20:24:55.041Z Compiling yasna v0.5.2
29132026-08-17T20:24:55.915Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
29142026-08-17T20:24:56.042Z Compiling is_ci v1.2.0
29152026-08-17T20:24:56.065Z Compiling assert_matches v1.5.0
29162026-08-17T20:24:56.174Z Compiling seq-macro v0.3.6
29172026-08-17T20:24:56.259Z Compiling supports-color v3.0.2
29182026-08-17T20:24:56.548Z Compiling rcgen v0.12.1
29192026-08-17T20:24:56.591Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
29202026-08-17T20:24:56.679Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
29212026-08-17T20:24:56.755Z Compiling slog-envlogger v2.2.0
29222026-08-17T20:24:57.960Z Compiling oxide-update-engine-display v0.1.2
29232026-08-17T20:24:58.885Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
29242026-08-17T20:24:59.584Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
29252026-08-17T20:25:00.089Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
29262026-08-17T20:25:00.256Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29272026-08-17T20:25:00.310Z Compiling port-file v0.1.0
29282026-08-17T20:25:00.485Z Compiling rtoolbox v0.0.3
29292026-08-17T20:25:00.658Z Compiling subprocess v0.2.15
29302026-08-17T20:25:00.808Z Compiling rpassword v7.5.4
29312026-08-17T20:25:00.945Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
29322026-08-17T20:25:01.427Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29332026-08-17T20:25:02.810Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29342026-08-17T20:25:02.848Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29352026-08-17T20:25:02.989Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29362026-08-17T20:25:05.032Z Compiling tui-tree-widget v0.23.1
29372026-08-17T20:25:05.328Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29382026-08-17T20:25:05.757Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29392026-08-17T20:25:06.708Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29402026-08-17T20:25:06.895Z Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client)
29412026-08-17T20:25:07.290Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29422026-08-17T20:25:07.521Z Compiling uzers v0.12.2
29432026-08-17T20:25:08.219Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29442026-08-17T20:25:08.946Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29452026-08-17T20:25:10.052Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29462026-08-17T20:25:11.000Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29472026-08-17T20:25:11.790Z Compiling support-bundle-viewer v0.1.2
29482026-08-17T20:25:13.122Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29492026-08-17T20:25:13.637Z Compiling multimap v0.10.1
29502026-08-17T20:25:21.654Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29512026-08-17T20:25:23.641Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29522026-08-17T20:25:29.734Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29532026-08-17T20:25:33.445Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29542026-08-17T20:25:34.835Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29552026-08-17T20:34:22.593Z Finished `release` profile [optimized] target(s) in 10m 58s
29562026-08-17T20:35:13.779Z
29572026-08-17T20:35:13.779Zreal 11:51.216690475
29582026-08-17T20:35:13.779Zuser 1:22:12.055763858
29592026-08-17T20:35:13.782Zsys 3:38.459106487
29602026-08-17T20:35:13.782Ztrap 1.802168454
29612026-08-17T20:35:13.782Ztflt 1.935610237
29622026-08-17T20:35:13.782Zdflt 18.649854051
29632026-08-17T20:35:13.782Zkflt 0.011471236
29642026-08-17T20:35:13.783Zlock 8:44:48.658472470
29652026-08-17T20:35:13.783Zslp 2:22:55.697864191
29662026-08-17T20:35:13.783Zlat 2:37.239159730
29672026-08-17T20:35:13.783Zstop 5:29.680119464
29682026-08-17T20:35:13.783Z+ mapfile -t packages
29692026-08-17T20:35:13.783Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29702026-08-17T20:35:14.718Z Finished `release` profile [optimized] target(s) in 0.92s
29712026-08-17T20:35:14.792Z Running `target/release/omicron-package -t test list-outputs`
29722026-08-17T20:35:14.851ZLogging to: /work/oxidecomputer/omicron/out/LOG
29732026-08-17T20:35:14.855Z+ ptime -m cargo build --locked --release -p xtask
29742026-08-17T20:35:15.342Z Compiling libc v0.2.185
29752026-08-17T20:35:15.342Z Compiling serde_core v1.0.228
29762026-08-17T20:35:15.342Z Compiling serde v1.0.228
29772026-08-17T20:35:15.345Z Compiling rustix v1.1.3
29782026-08-17T20:35:15.345Z Compiling serde_json v1.0.151
29792026-08-17T20:35:15.345Z Compiling bitflags v2.11.0
29802026-08-17T20:35:15.497Z Compiling usdt-impl v0.5.0
29812026-08-17T20:35:15.507Z Compiling syn v2.0.117
29822026-08-17T20:35:15.519Z Compiling syn v1.0.109
29832026-08-17T20:35:15.529Z Compiling getrandom v0.4.1
29842026-08-17T20:35:15.533Z Compiling log v0.4.29
29852026-08-17T20:35:15.552Z Compiling indexmap v2.14.0
29862026-08-17T20:35:15.566Z Compiling fs-err v3.3.0
29872026-08-17T20:35:15.734Z Compiling anyhow v1.0.102
29882026-08-17T20:35:15.785Z Compiling heck v0.4.1
29892026-08-17T20:35:15.833Z Compiling once_cell v1.21.3
29902026-08-17T20:35:16.203Z Compiling thread-id v4.2.2
29912026-08-17T20:35:16.215Z Compiling errno v0.3.14
29922026-08-17T20:35:16.218Z Compiling memmap v0.7.0
29932026-08-17T20:35:16.947Z Compiling proc-macro-error v1.0.4
29942026-08-17T20:35:17.192Z Compiling terminal_size v0.4.3
29952026-08-17T20:35:17.192Z Compiling tempfile v3.25.0
29962026-08-17T20:35:17.215Z Compiling tabled_derive v0.7.0
29972026-08-17T20:35:17.289Z Compiling clap_builder v4.6.0
29982026-08-17T20:35:17.289Z Compiling textwrap v0.16.2
29992026-08-17T20:35:17.648Z Compiling pest_generator v2.8.6
30002026-08-17T20:35:17.666Z Compiling camino v1.2.2
30012026-08-17T20:35:17.666Z Compiling cargo-platform v0.3.2
30022026-08-17T20:35:17.686Z Compiling semver v1.0.28
30032026-08-17T20:35:17.908Z Compiling tabled v0.15.0
30042026-08-17T20:35:17.994Z Compiling camino-tempfile v1.4.1
30052026-08-17T20:35:18.159Z Compiling serde_derive v1.0.228
30062026-08-17T20:35:18.162Z Compiling thiserror-impl v1.0.69
30072026-08-17T20:35:18.162Z Compiling zerocopy-derive v0.7.35
30082026-08-17T20:35:18.162Z Compiling scroll_derive v0.12.1
30092026-08-17T20:35:18.162Z Compiling thiserror-impl v2.0.18
30102026-08-17T20:35:18.162Z Compiling clap_derive v4.6.1
30112026-08-17T20:35:18.223Z Compiling pest_derive v2.8.6
30122026-08-17T20:35:18.875Z Compiling scroll v0.12.0
30132026-08-17T20:35:18.997Z Compiling zerocopy v0.7.35
30142026-08-17T20:35:19.154Z Compiling goblin v0.8.2
30152026-08-17T20:35:19.247Z Compiling thiserror v1.0.69
30162026-08-17T20:35:19.358Z Compiling dtrace-parser v0.2.0
30172026-08-17T20:35:19.358Z Compiling thiserror v2.0.18
30182026-08-17T20:35:19.721Z Compiling clap v4.6.1
30192026-08-17T20:35:21.299Z Compiling dof v0.3.0
30202026-08-17T20:35:21.312Z Compiling serde_spanned v0.6.9
30212026-08-17T20:35:21.376Z Compiling toml_datetime v0.6.11
30222026-08-17T20:35:21.389Z Compiling serde_tokenstream v0.2.3
30232026-08-17T20:35:21.427Z Compiling macaddr v1.0.1
30242026-08-17T20:35:21.486Z Compiling cargo_metadata v0.23.1
30252026-08-17T20:35:21.524Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
30262026-08-17T20:35:21.712Z Compiling toml_edit v0.22.27
30272026-08-17T20:35:22.092Z Compiling usdt-macro v0.5.0
30282026-08-17T20:35:22.095Z Compiling usdt-attr-macro v0.5.0
30292026-08-17T20:35:22.753Z Compiling usdt v0.5.0
30302026-08-17T20:35:23.220Z Compiling toml v0.8.23
30312026-08-17T20:35:23.647Z Compiling cargo_toml v0.21.0
30322026-08-17T20:35:28.063Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30332026-08-17T20:35:31.271Z Finished `release` profile [optimized] target(s) in 16.40s
30342026-08-17T20:35:31.411Z
30352026-08-17T20:35:31.414Zreal 16.521213742
30362026-08-17T20:35:31.414Zuser 2:05.339677519
30372026-08-17T20:35:31.414Zsys 13.744992003
30382026-08-17T20:35:31.414Ztrap 0.070833927
30392026-08-17T20:35:31.414Ztflt 0.508238362
30402026-08-17T20:35:31.414Zdflt 1.396416362
30412026-08-17T20:35:31.414Zkflt 0.000046130
30422026-08-17T20:35:31.414Zlock 4:51.195672444
30432026-08-17T20:35:31.414Zslp 2:41.159841310
30442026-08-17T20:35:31.414Zlat 4.065646957
30452026-08-17T20:35:31.414Zstop 16.446817529
30462026-08-17T20:35:31.414Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30472026-08-17T20:35:31.414Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30482026-08-17T20:35:31.415Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30492026-08-17T20:35:31.415Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30502026-08-17T20:35:31.415Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30512026-08-17T20:35:32.354Z Compiling match_cfg v0.1.0
30522026-08-17T20:35:32.354Z Compiling progenitor-client v0.14.0
30532026-08-17T20:35:32.354Z Compiling slog-json v2.6.1
30542026-08-17T20:35:32.354Z Compiling newtype-uuid-macros v0.1.0
30552026-08-17T20:35:32.358Z Compiling sha1 v0.11.0
30562026-08-17T20:35:32.358Z Compiling multer v3.1.0
30572026-08-17T20:35:32.358Z Compiling debug-ignore v1.0.5
30582026-08-17T20:35:32.358Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30592026-08-17T20:35:32.358Z Compiling compression-core v0.4.31
30602026-08-17T20:35:32.358Z Compiling async-stream-impl v0.3.6
30612026-08-17T20:35:32.358Z Compiling serde_spanned v1.1.1
30622026-08-17T20:35:32.358Z Compiling toml_datetime v1.1.1+spec-1.1.0
30632026-08-17T20:35:32.504Z Compiling dropshot v0.17.1
30642026-08-17T20:35:32.508Z Compiling toml_writer v1.1.1+spec-1.1.0
30652026-08-17T20:35:32.517Z Compiling waitgroup v0.1.2
30662026-08-17T20:35:32.521Z Compiling rustls-pemfile v2.2.0
30672026-08-17T20:35:32.730Z Compiling dropshot_endpoint v0.17.1
30682026-08-17T20:35:32.779Z Compiling compression-codecs v0.4.37
30692026-08-17T20:35:32.782Z Compiling serde_path_to_error v0.1.20
30702026-08-17T20:35:32.782Z Compiling hostname v0.4.2
30712026-08-17T20:35:32.850Z Compiling hostname v0.3.1
30722026-08-17T20:35:32.854Z Compiling toml v1.1.2+spec-1.1.0
30732026-08-17T20:35:32.854Z Compiling atomicwrites v0.4.4
30742026-08-17T20:35:32.854Z Compiling macaddr v1.0.1
30752026-08-17T20:35:32.854Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30762026-08-17T20:35:32.854Z Compiling instant v0.1.13
30772026-08-17T20:35:32.951Z Compiling regress v0.10.5
30782026-08-17T20:35:33.026Z Compiling slog-bunyan v2.5.0
30792026-08-17T20:35:33.062Z Compiling async-compression v0.4.41
30802026-08-17T20:35:33.066Z Compiling parse-display-derive v0.10.0
30812026-08-17T20:35:33.083Z Compiling backon v1.6.0
30822026-08-17T20:35:33.087Z Compiling backoff v0.4.0
30832026-08-17T20:35:33.152Z Compiling itertools v0.14.0
30842026-08-17T20:35:33.155Z Compiling humantime v2.3.0
30852026-08-17T20:35:33.195Z Compiling half v2.7.1
30862026-08-17T20:35:33.215Z Compiling crucible-workspace-hack v0.1.0
30872026-08-17T20:35:33.235Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30882026-08-17T20:35:33.308Z Compiling async-stream v0.3.6
30892026-08-17T20:35:33.333Z Compiling progenitor-extras v0.2.0
30902026-08-17T20:35:33.353Z Compiling ciborium-io v0.2.2
30912026-08-17T20:35:33.371Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30922026-08-17T20:35:33.406Z Compiling regress v0.11.1
30932026-08-17T20:35:33.445Z Compiling convert_case v0.4.0
30942026-08-17T20:35:33.461Z Compiling ciborium-ll v0.2.2
30952026-08-17T20:35:33.479Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30962026-08-17T20:35:33.523Z Compiling secrecy v0.10.3
30972026-08-17T20:35:33.542Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30982026-08-17T20:35:33.546Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30992026-08-17T20:35:33.546Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31002026-08-17T20:35:33.595Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31012026-08-17T20:35:33.615Z Compiling inout v0.1.4
31022026-08-17T20:35:33.691Z Compiling ciborium v0.2.2
31032026-08-17T20:35:33.709Z Compiling unsafe-libyaml v0.2.11
31042026-08-17T20:35:33.712Z Compiling thiserror-impl-no-std v2.0.2
31052026-08-17T20:35:33.768Z Compiling cipher v0.4.4
31062026-08-17T20:35:33.800Z Compiling universal-hash v0.5.1
31072026-08-17T20:35:33.841Z Compiling derive_more v0.99.20
31082026-08-17T20:35:33.915Z Compiling opaque-debug v0.3.1
31092026-08-17T20:35:33.934Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31102026-08-17T20:35:33.956Z Compiling blake2 v0.10.6
31112026-08-17T20:35:34.004Z Compiling poly1305 v0.8.0
31122026-08-17T20:35:34.054Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31132026-08-17T20:35:34.215Z Compiling chacha20 v0.9.1
31142026-08-17T20:35:34.233Z Compiling aead v0.5.2
31152026-08-17T20:35:34.316Z Compiling serde_yaml v0.9.34+deprecated
31162026-08-17T20:35:34.334Z Compiling password-hash v0.5.0
31172026-08-17T20:35:34.466Z Compiling indent_write v2.2.0
31182026-08-17T20:35:34.484Z Compiling chacha20poly1305 v0.10.1
31192026-08-17T20:35:34.500Z Compiling toml_datetime v0.7.5+spec-1.1.0
31202026-08-17T20:35:34.505Z Compiling num-derive v0.4.2
31212026-08-17T20:35:34.567Z Compiling heapless v0.8.0
31222026-08-17T20:35:34.630Z Compiling argon2 v0.5.3
31232026-08-17T20:35:34.657Z Compiling tabwriter v1.4.1
31242026-08-17T20:35:34.775Z Compiling toml_edit v0.23.10+spec-1.0.0
31252026-08-17T20:35:34.775Z Compiling ingot-macros v0.2.0
31262026-08-17T20:35:34.809Z Compiling hash32 v0.3.1
31272026-08-17T20:35:34.880Z Compiling parse-display v0.10.0
31282026-08-17T20:35:34.920Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31292026-08-17T20:35:34.982Z Compiling thiserror-no-std v2.0.2
31302026-08-17T20:35:35.012Z Compiling typify-impl v0.6.2
31312026-08-17T20:35:35.099Z Compiling vsss-rs v3.3.4
31322026-08-17T20:35:35.116Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31332026-08-17T20:35:35.160Z Compiling smoltcp v0.11.0
31342026-08-17T20:35:35.414Z Compiling proc-macro-crate v3.4.0
31352026-08-17T20:35:35.506Z Compiling cobs v0.3.0
31362026-08-17T20:35:35.566Z Compiling colored v3.1.1
31372026-08-17T20:35:35.703Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31382026-08-17T20:35:35.734Z Compiling postcard v1.1.3
31392026-08-17T20:35:35.835Z Compiling proc-macro-error v1.0.4
31402026-08-17T20:35:35.858Z Compiling rand v0.10.1
31412026-08-17T20:35:35.937Z Compiling proc-macro-crate v1.3.1
31422026-08-17T20:35:35.954Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31432026-08-17T20:35:35.995Z Compiling num_enum_derive v0.7.6
31442026-08-17T20:35:36.096Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31452026-08-17T20:35:36.114Z Compiling foreign-types-macros v0.2.3
31462026-08-17T20:35:36.178Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31472026-08-17T20:35:36.210Z Compiling rayon-core v1.13.0
31482026-08-17T20:35:36.226Z Compiling foreign-types-shared v0.3.1
31492026-08-17T20:35:36.383Z Compiling num_enum_derive v0.5.11
31502026-08-17T20:35:36.420Z Compiling crossbeam-deque v0.8.6
31512026-08-17T20:35:36.464Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31522026-08-17T20:35:36.482Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
31532026-08-17T20:35:36.498Z Compiling cstr-argument v0.1.2
31542026-08-17T20:35:36.540Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31552026-08-17T20:35:36.645Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31562026-08-17T20:35:36.683Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff)
31572026-08-17T20:35:36.749Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31582026-08-17T20:35:36.749Z Compiling cpubits v0.1.1
31592026-08-17T20:35:36.782Z Compiling foreign-types v0.5.0
31602026-08-17T20:35:36.853Z Compiling zone_cfg_derive v0.3.1
31612026-08-17T20:35:36.892Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31622026-08-17T20:35:36.936Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31632026-08-17T20:35:36.954Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31642026-08-17T20:35:36.991Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31652026-08-17T20:35:37.043Z Compiling itertools v0.12.1
31662026-08-17T20:35:37.090Z Compiling sigpipe v0.1.3
31672026-08-17T20:35:37.107Z Compiling glob v0.3.3
31682026-08-17T20:35:37.126Z Compiling num_enum v0.7.6
31692026-08-17T20:35:37.148Z Compiling rayon v1.11.0
31702026-08-17T20:35:37.173Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31712026-08-17T20:35:37.203Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
31722026-08-17T20:35:37.225Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
31732026-08-17T20:35:37.275Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece)
31742026-08-17T20:35:37.421Z Compiling smf v0.2.3
31752026-08-17T20:35:37.438Z Compiling whoami v1.6.1
31762026-08-17T20:35:37.506Z Compiling num_enum v0.5.11
31772026-08-17T20:35:37.524Z Compiling usdt-macro v0.5.0
31782026-08-17T20:35:37.529Z Compiling usdt-attr-macro v0.5.0
31792026-08-17T20:35:37.565Z Compiling gethostname v0.5.0
31802026-08-17T20:35:37.620Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31812026-08-17T20:35:37.638Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31822026-08-17T20:35:37.657Z Compiling num-rational v0.4.2
31832026-08-17T20:35:37.691Z Compiling pem-rfc7468 v1.0.0
31842026-08-17T20:35:37.710Z Compiling ingot-types v0.2.0
31852026-08-17T20:35:37.728Z Compiling num-complex v0.4.6
31862026-08-17T20:35:37.756Z Compiling derive-where v1.6.0
31872026-08-17T20:35:37.979Z Compiling memmap v0.7.0
31882026-08-17T20:35:38.024Z Compiling float-ord v0.3.2
31892026-08-17T20:35:38.151Z Compiling ingot v0.2.1
31902026-08-17T20:35:38.168Z Compiling num v0.4.3
31912026-08-17T20:35:38.171Z Compiling toml v0.8.23
31922026-08-17T20:35:38.201Z Compiling zone v0.3.1
31932026-08-17T20:35:38.249Z Compiling hmac v0.13.0
31942026-08-17T20:35:38.269Z Compiling universal-hash v0.6.1
31952026-08-17T20:35:38.272Z Compiling resolv-conf v0.7.6
31962026-08-17T20:35:38.302Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31972026-08-17T20:35:38.336Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31982026-08-17T20:35:38.396Z Compiling usdt v0.5.0
31992026-08-17T20:35:38.436Z Compiling cancel-safe-futures v0.1.5
32002026-08-17T20:35:38.454Z Compiling polyval v0.7.1
32012026-08-17T20:35:38.501Z Compiling der v0.8.0
32022026-08-17T20:35:38.656Z Compiling prettyplease v0.2.37
32032026-08-17T20:35:38.701Z Compiling ghash v0.6.0
32042026-08-17T20:35:38.722Z Compiling pbkdf2 v0.13.0
32052026-08-17T20:35:38.823Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
32062026-08-17T20:35:38.863Z Compiling aes v0.9.1
32072026-08-17T20:35:38.881Z Compiling crypto-bigint v0.7.5
32082026-08-17T20:35:38.914Z Compiling console v0.15.11
32092026-08-17T20:35:38.934Z Compiling hickory-proto v0.24.4
32102026-08-17T20:35:38.956Z Compiling newline-converter v0.3.0
32112026-08-17T20:35:39.036Z Compiling ctr v0.10.1
32122026-08-17T20:35:39.082Z Compiling aead v0.6.1
32132026-08-17T20:35:39.166Z Compiling sha2 v0.11.0
32142026-08-17T20:35:39.186Z Compiling oxide-update-engine-types v0.1.2
32152026-08-17T20:35:39.298Z Compiling libefi-sys v0.1.0
32162026-08-17T20:35:39.325Z Compiling linked-hash-map v0.5.6
32172026-08-17T20:35:39.516Z Compiling linear-map v1.2.0
32182026-08-17T20:35:39.564Z Compiling lru-cache v0.1.2
32192026-08-17T20:35:39.581Z Compiling spki v0.8.0
32202026-08-17T20:35:39.608Z Compiling aes-gcm v0.11.0
32212026-08-17T20:35:39.637Z Compiling typify-macro v0.6.2
32222026-08-17T20:35:39.717Z Compiling expectorate v1.2.0
32232026-08-17T20:35:39.830Z Compiling salsa20 v0.11.0
32242026-08-17T20:35:39.846Z Compiling bitfield-struct v0.6.2
32252026-08-17T20:35:39.863Z Compiling nom v8.0.0
32262026-08-17T20:35:39.923Z Compiling semver v0.1.20
32272026-08-17T20:35:40.008Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32282026-08-17T20:35:40.069Z Compiling scrypt v0.12.0
32292026-08-17T20:35:40.204Z Compiling rustc_version v0.1.7
32302026-08-17T20:35:40.262Z Compiling oxide-update-engine v0.1.2
32312026-08-17T20:35:40.388Z Compiling tokio-dtrace v0.1.1
32322026-08-17T20:35:40.467Z Compiling cbc v0.2.1
32332026-08-17T20:35:40.483Z Compiling slog-dtrace v0.3.0
32342026-08-17T20:35:40.530Z Compiling minimal-lexical v0.2.1
32352026-08-17T20:35:40.549Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32362026-08-17T20:35:40.655Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32372026-08-17T20:35:40.694Z Compiling pkcs5 v0.8.1
32382026-08-17T20:35:40.754Z Compiling nom v7.1.3
32392026-08-17T20:35:40.757Z Compiling oxide-tokio-rt v0.1.4
32402026-08-17T20:35:40.786Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32412026-08-17T20:35:40.809Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32422026-08-17T20:35:40.828Z Compiling newtype_derive v0.1.6
32432026-08-17T20:35:40.875Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32442026-08-17T20:35:41.021Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32452026-08-17T20:35:41.039Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32462026-08-17T20:35:41.056Z Compiling phf_shared v0.12.1
32472026-08-17T20:35:41.098Z Compiling dropshot-api-manager-types v0.8.0
32482026-08-17T20:35:41.127Z Compiling csv-core v0.1.13
32492026-08-17T20:35:41.183Z Compiling hickory-resolver v0.24.4
32502026-08-17T20:35:41.240Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32512026-08-17T20:35:41.259Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32522026-08-17T20:35:41.276Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32532026-08-17T20:35:41.422Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32542026-08-17T20:35:41.451Z Compiling xshell-macros v0.2.7
32552026-08-17T20:35:41.468Z Compiling highway v1.3.0
32562026-08-17T20:35:41.501Z Compiling typify v0.6.2
32572026-08-17T20:35:41.630Z Compiling progenitor-impl v0.14.0
32582026-08-17T20:35:41.647Z Compiling unicode-xid v0.2.6
32592026-08-17T20:35:41.672Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32602026-08-17T20:35:41.768Z Compiling chrono-tz v0.10.4
32612026-08-17T20:35:41.807Z Compiling const_format_proc_macros v0.2.34
32622026-08-17T20:35:41.872Z Compiling csv v1.4.0
32632026-08-17T20:35:41.888Z Compiling xshell v0.2.7
32642026-08-17T20:35:41.988Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32652026-08-17T20:35:42.193Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32662026-08-17T20:35:42.286Z Compiling qorb v0.4.1
32672026-08-17T20:35:42.305Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32682026-08-17T20:35:42.350Z Compiling phf v0.12.1
32692026-08-17T20:35:42.421Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32702026-08-17T20:35:42.452Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32712026-08-17T20:35:42.593Z Compiling pkcs8 v0.11.0
32722026-08-17T20:35:42.686Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9)
32732026-08-17T20:35:42.825Z Compiling ff v0.14.0
32742026-08-17T20:35:42.843Z Compiling owo-colors v4.3.0
32752026-08-17T20:35:42.992Z Compiling const_format v0.2.35
32762026-08-17T20:35:43.091Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32772026-08-17T20:35:43.123Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32782026-08-17T20:35:43.149Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32792026-08-17T20:35:43.267Z Compiling tabled_derive v0.7.0
32802026-08-17T20:35:43.345Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32812026-08-17T20:35:43.461Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32822026-08-17T20:35:43.488Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32832026-08-17T20:35:43.696Z Compiling bcs v0.1.6
32842026-08-17T20:35:43.933Z Compiling termtree v0.5.1
32852026-08-17T20:35:44.052Z Compiling tagptr v0.2.0
32862026-08-17T20:35:44.132Z Compiling salty v0.3.0
32872026-08-17T20:35:44.262Z Compiling moka v0.12.13
32882026-08-17T20:35:44.286Z Compiling textwrap v0.16.2
32892026-08-17T20:35:44.332Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32902026-08-17T20:35:44.336Z Compiling tabled v0.15.0
32912026-08-17T20:35:44.367Z Compiling progenitor-macro v0.14.0
32922026-08-17T20:35:44.387Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32932026-08-17T20:35:44.459Z Compiling steno v0.4.1
32942026-08-17T20:35:44.618Z Compiling group v0.14.0
32952026-08-17T20:35:44.636Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32962026-08-17T20:35:44.794Z Compiling sha1 v0.10.6
32972026-08-17T20:35:44.812Z Compiling signature v3.0.0
32982026-08-17T20:35:44.837Z Compiling base16ct v1.0.0
32992026-08-17T20:35:45.027Z Compiling hickory-resolver v0.25.2
33002026-08-17T20:35:45.052Z Compiling sec1 v0.8.1
33012026-08-17T20:35:45.087Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33022026-08-17T20:35:45.118Z Compiling hkdf v0.13.0
33032026-08-17T20:35:45.137Z Compiling libscf-sys v1.2.0
33042026-08-17T20:35:45.202Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
33052026-08-17T20:35:45.317Z Compiling rfc6979 v0.4.0
33062026-08-17T20:35:45.335Z Compiling elliptic-curve v0.14.1
33072026-08-17T20:35:45.356Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
33082026-08-17T20:35:45.398Z Compiling primeorder v0.13.6
33092026-08-17T20:35:45.480Z Compiling ecdsa v0.16.9
33102026-08-17T20:35:45.500Z Compiling parking_lot_core v0.8.6
33112026-08-17T20:35:45.696Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
33122026-08-17T20:35:45.731Z Compiling utf-8 v0.7.6
33132026-08-17T20:35:45.829Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33142026-08-17T20:35:45.916Z Compiling tungstenite v0.21.0
33152026-08-17T20:35:45.951Z Compiling p384 v0.13.1
33162026-08-17T20:35:45.951Z Compiling wnaf v0.14.0
33172026-08-17T20:35:45.983Z Compiling primefield v0.14.0
33182026-08-17T20:35:46.188Z Compiling rfc6979 v0.6.0
33192026-08-17T20:35:46.223Z Compiling papergrid v0.18.0
33202026-08-17T20:35:46.246Z Compiling git-stub v1.0.0
33212026-08-17T20:35:46.375Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33222026-08-17T20:35:46.533Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33232026-08-17T20:35:46.536Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33242026-08-17T20:35:46.757Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33252026-08-17T20:35:46.820Z Compiling tokio-tungstenite v0.21.0
33262026-08-17T20:35:46.823Z Compiling git-stub-vcs v0.1.0
33272026-08-17T20:35:46.853Z Compiling ecdsa v0.17.0
33282026-08-17T20:35:46.973Z Compiling primeorder v0.14.0
33292026-08-17T20:35:47.014Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33302026-08-17T20:35:47.031Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33312026-08-17T20:35:47.184Z Compiling tabled v0.21.0
33322026-08-17T20:35:47.230Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33332026-08-17T20:35:47.275Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89)
33342026-08-17T20:35:47.343Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33352026-08-17T20:35:47.413Z Compiling curve25519-dalek v5.0.0
33362026-08-17T20:35:47.430Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33372026-08-17T20:35:47.448Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33382026-08-17T20:35:47.495Z Compiling illumos-nvpair-sys v0.2.0
33392026-08-17T20:35:47.581Z Compiling corncobs v0.1.4
33402026-08-17T20:35:47.678Z Compiling unicase v2.9.0
33412026-08-17T20:35:47.747Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33422026-08-17T20:35:47.789Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33432026-08-17T20:35:47.807Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33442026-08-17T20:35:47.849Z Compiling parking_lot v0.11.2
33452026-08-17T20:35:47.913Z Compiling mime_guess v2.0.5
33462026-08-17T20:35:47.943Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33472026-08-17T20:35:48.127Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33482026-08-17T20:35:48.172Z Compiling progenitor-impl v0.13.0
33492026-08-17T20:35:48.188Z Compiling ssh-encoding v0.3.0
33502026-08-17T20:35:48.245Z Compiling prefix-trie v0.7.0
33512026-08-17T20:35:48.266Z Compiling fxhash v0.2.1
33522026-08-17T20:35:48.292Z Compiling secrecy v0.8.0
33532026-08-17T20:35:48.435Z Compiling keccak v0.2.0
33542026-08-17T20:35:48.461Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33552026-08-17T20:35:48.477Z Compiling crc8 v0.1.1
33562026-08-17T20:35:48.580Z Compiling sled v0.34.7
33572026-08-17T20:35:48.628Z Compiling hickory-server v0.25.2
33582026-08-17T20:35:48.723Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
33592026-08-17T20:35:48.849Z Compiling ed25519 v3.0.0
33602026-08-17T20:35:48.868Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33612026-08-17T20:35:48.973Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33622026-08-17T20:35:49.530Z Compiling progenitor v0.14.0
33632026-08-17T20:35:49.697Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33642026-08-17T20:35:49.717Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33652026-08-17T20:35:49.735Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33662026-08-17T20:35:49.752Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33672026-08-17T20:35:49.814Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
33682026-08-17T20:35:49.899Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33692026-08-17T20:35:50.019Z Compiling crypto-primes v0.7.2
33702026-08-17T20:35:50.068Z Compiling pkcs1 v0.8.0-rc.4
33712026-08-17T20:35:50.086Z Compiling poly1305 v0.9.0
33722026-08-17T20:35:50.279Z Compiling progenitor-client v0.13.0
33732026-08-17T20:35:50.495Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33742026-08-17T20:35:50.519Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
33752026-08-17T20:35:50.601Z Compiling blowfish v0.10.0
33762026-08-17T20:35:50.620Z Compiling blake2 v0.11.0-rc.6
33772026-08-17T20:35:50.642Z Compiling half v1.8.3
33782026-08-17T20:35:50.825Z Compiling http-range v0.1.5
33792026-08-17T20:35:50.872Z Compiling serde_cbor v0.11.2
33802026-08-17T20:35:50.889Z Compiling bcrypt-pbkdf v0.11.0
33812026-08-17T20:35:50.914Z Compiling progenitor-macro v0.13.0
33822026-08-17T20:35:50.944Z Compiling argon2 v0.6.0-rc.8
33832026-08-17T20:35:51.045Z Compiling rsa v0.10.0-rc.18
33842026-08-17T20:35:51.063Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33852026-08-17T20:35:51.236Z Compiling ssh-cipher v0.3.0
33862026-08-17T20:35:51.684Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33872026-08-17T20:35:51.866Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
33882026-08-17T20:35:52.041Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33892026-08-17T20:35:52.093Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33902026-08-17T20:35:52.341Z Compiling ed25519-dalek v3.0.0
33912026-08-17T20:35:52.376Z Compiling illumos-nvpair v0.3.0
33922026-08-17T20:35:52.652Z Compiling sha3 v0.11.0
33932026-08-17T20:35:52.788Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33942026-08-17T20:35:52.878Z Compiling p384 v0.14.0
33952026-08-17T20:35:53.009Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
33962026-08-17T20:35:53.027Z Compiling p521 v0.14.0
33972026-08-17T20:35:53.138Z Compiling p256 v0.14.0
33982026-08-17T20:35:53.342Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33992026-08-17T20:35:53.372Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
34002026-08-17T20:35:53.957Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
34012026-08-17T20:35:54.095Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
34022026-08-17T20:35:54.137Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34032026-08-17T20:35:54.303Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34042026-08-17T20:35:54.707Z Compiling scuffle v0.1.0
34052026-08-17T20:35:54.763Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34062026-08-17T20:35:54.887Z Compiling yasna v0.5.2
34072026-08-17T20:35:55.188Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34082026-08-17T20:35:55.271Z Compiling kstat-rs v0.2.5
34092026-08-17T20:35:55.319Z Compiling headers-core v0.3.0
34102026-08-17T20:35:55.346Z Compiling kem v0.3.0
34112026-08-17T20:35:55.473Z Compiling module-lattice v0.2.3
34122026-08-17T20:35:55.501Z Compiling nanorand v0.7.0
34132026-08-17T20:35:55.602Z Compiling sponge-cursor v0.1.0
34142026-08-17T20:35:55.620Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34152026-08-17T20:35:55.639Z Compiling headers v0.4.1
34162026-08-17T20:35:55.681Z Compiling rcgen v0.12.1
34172026-08-17T20:35:55.700Z Compiling ml-kem v0.3.2
34182026-08-17T20:35:55.756Z Compiling sha3 v0.12.0
34192026-08-17T20:35:55.773Z Compiling flume v0.11.1
34202026-08-17T20:35:55.789Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34212026-08-17T20:35:55.817Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34222026-08-17T20:35:55.960Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34232026-08-17T20:35:56.028Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34242026-08-17T20:35:56.119Z Compiling progenitor v0.13.0
34252026-08-17T20:35:56.216Z Compiling ssh-key v0.7.0-rc.11
34262026-08-17T20:35:56.233Z Compiling hyper-staticfile v0.10.1
34272026-08-17T20:35:56.300Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34282026-08-17T20:35:56.336Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34292026-08-17T20:35:56.357Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34302026-08-17T20:35:56.421Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34312026-08-17T20:35:56.482Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174)
34322026-08-17T20:35:56.581Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34332026-08-17T20:35:56.642Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430)
34342026-08-17T20:35:56.676Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34352026-08-17T20:35:56.781Z Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68)
34362026-08-17T20:35:56.800Z Compiling russh-cryptovec v0.62.0
34372026-08-17T20:35:56.800Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34382026-08-17T20:35:56.835Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34392026-08-17T20:35:56.981Z Compiling internal-russh-num-bigint v0.5.0
34402026-08-17T20:35:57.032Z Compiling port-file v0.1.0
34412026-08-17T20:35:57.060Z Compiling num-bigint v0.4.6
34422026-08-17T20:35:57.078Z Compiling generic-array v1.4.3
34432026-08-17T20:35:57.111Z Compiling russh-util v0.52.0
34442026-08-17T20:35:57.132Z Compiling enum_dispatch v0.3.13
34452026-08-17T20:35:57.282Z Compiling delegate v0.13.5
34462026-08-17T20:35:57.301Z Compiling subprocess v0.2.15
34472026-08-17T20:35:57.317Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34482026-08-17T20:35:57.588Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34492026-08-17T20:35:57.631Z Compiling md5 v0.8.0
34502026-08-17T20:35:57.783Z Compiling display-error-chain v0.2.2
34512026-08-17T20:35:57.927Z Compiling hex-literal v1.1.0
34522026-08-17T20:35:57.956Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34532026-08-17T20:35:58.088Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34542026-08-17T20:35:58.109Z Compiling colored v2.2.0
34552026-08-17T20:35:58.163Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34562026-08-17T20:35:58.180Z Compiling socket2 v0.5.10
34572026-08-17T20:35:58.279Z Compiling internet-checksum v0.2.1
34582026-08-17T20:35:58.296Z Compiling russh v0.62.4
34592026-08-17T20:35:58.724Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34602026-08-17T20:35:58.751Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34612026-08-17T20:35:58.986Z Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers)
34622026-08-17T20:36:01.521Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34632026-08-17T20:36:02.268Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34642026-08-17T20:36:02.804Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34652026-08-17T20:36:04.443Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34662026-08-17T20:36:13.358Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34672026-08-17T20:36:13.358Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34682026-08-17T20:36:13.358Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34692026-08-17T20:36:13.362Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34702026-08-17T20:36:15.171Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34712026-08-17T20:36:15.240Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34722026-08-17T20:36:19.334Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34732026-08-17T20:37:00.260Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s
34742026-08-17T20:37:00.486Z
34752026-08-17T20:37:00.487Zreal 1:29.008262129
34762026-08-17T20:37:00.487Zuser 8:27.586499535
34772026-08-17T20:37:00.487Zsys 1:41.026007480
34782026-08-17T20:37:00.487Ztrap 0.246129205
34792026-08-17T20:37:00.490Ztflt 0.354326665
34802026-08-17T20:37:00.490Zdflt 2.322753664
34812026-08-17T20:37:00.490Zkflt 0.000291100
34822026-08-17T20:37:00.490Zlock 31:21.085803891
34832026-08-17T20:37:00.491Zslp 19:13.677895608
34842026-08-17T20:37:00.491Zlat 39.527746733
34852026-08-17T20:37:00.491Zstop 2:56.301200458
34862026-08-17T20:37:00.491Z+ mkdir tests
34872026-08-17T20:37:00.494Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34882026-08-17T20:37:00.494Z+ xargs -I '{}' -t cp '{}' tests/
34892026-08-17T20:37:00.513Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-747317bc63461b57 tests/
34902026-08-17T20:37:00.536Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-738302cf7a23c1af tests/
34912026-08-17T20:37:00.559Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-dd16a3697bb1946c tests/
34922026-08-17T20:37:00.583Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-6d41f4e09e947bfc tests/
34932026-08-17T20:37:00.912Z+ 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)
34942026-08-17T20:37:00.916Z+ 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-738302cf7a23c1af tests/commtest-dd16a3697bb1946c tests/dhcp_server-747317bc63461b57 tests/end_to_end_tests-6d41f4e09e947bfc 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
34952026-08-17T20:38:30.108ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34962026-08-17T20:38:30.108Za .github/buildomat/ci-env.sh 1K
34972026-08-17T20:38:30.108Za out/target/test 1K
34982026-08-17T20:38:30.108Za out/npuzone/npuzone 27402K
34992026-08-17T20:38:30.108Za package-manifest.toml 35K
35002026-08-17T20:38:30.108Za smf/sled-agent/non-gimlet/config.toml 6K
35012026-08-17T20:38:30.109Za target/release/omicron-package 49093K
35022026-08-17T20:38:30.109Za target/release/xtask 11722K
35032026-08-17T20:38:30.109Za target/debug/bootstrap 436236K
35042026-08-17T20:38:30.109Za tests/bootstrap-738302cf7a23c1af 34516K
35052026-08-17T20:38:30.109Za tests/commtest-dd16a3697bb1946c 34517K
35062026-08-17T20:38:30.109Za tests/dhcp_server-747317bc63461b57 34516K
35072026-08-17T20:38:30.109Za tests/end_to_end_tests-6d41f4e09e947bfc 499456K
35082026-08-17T20:38:30.109Za tools/opte_version 1K
35092026-08-17T20:38:30.109Za tools/opte_version_override 2K
35102026-08-17T20:38:30.109Za out/clickhouse.tar.gz 330496K
35112026-08-17T20:38:30.109Za out/clickhouse_keeper.tar.gz 314499K
35122026-08-17T20:38:30.109Za out/clickhouse_server.tar.gz 330493K
35132026-08-17T20:38:30.109Za out/cockroachdb.tar.gz 169995K
35142026-08-17T20:38:30.109Za out/crucible-pantry-zone.tar.gz 41790K
35152026-08-17T20:38:30.109Za out/crucible-utils.tar 18900K
35162026-08-17T20:38:30.109Za out/crucible-zone.tar.gz 56602K
35172026-08-17T20:38:30.109Za out/external-dns.tar.gz 54377K
35182026-08-17T20:38:30.109Za out/internal-dns.tar.gz 54376K
35192026-08-17T20:38:30.109Za out/mg-ddm-gz.tar 100917K
35202026-08-17T20:38:30.109Za out/nexus.tar.gz 354991K
35212026-08-17T20:38:30.109Za out/ntp.tar.gz 35137K
35222026-08-17T20:38:30.109Za out/omicron-gateway-softnpu.tar.gz 29907K
35232026-08-17T20:38:30.109Za out/omicron-sled-agent.tar 240462K
35242026-08-17T20:38:30.109Za out/overlay.tar.gz 4K
35252026-08-17T20:38:30.109Za out/oximeter.tar.gz 71428K
35262026-08-17T20:38:30.109Za out/oxlog.tar 4066K
35272026-08-17T20:38:30.109Za out/probe.tar.gz 3037K
35282026-08-17T20:38:30.109Za out/propolis-server.tar.gz 34642K
35292026-08-17T20:38:30.109Za out/pumpkind-gz.tar 26647K
35302026-08-17T20:38:30.109Za out/switch-softnpu.tar.gz 499205K
35312026-08-17T20:38:30.114Z
35322026-08-17T20:38:30.114Zreal 1:29.191828702
35332026-08-17T20:38:30.114Zuser 1:26.160394724
35342026-08-17T20:38:30.114Zsys 5.014004210
35352026-08-17T20:38:30.114Ztrap 0.006075744
35362026-08-17T20:38:30.114Ztflt 0.000000000
35372026-08-17T20:38:30.114Zdflt 0.000000000
35382026-08-17T20:38:30.114Zkflt 0.000000000
35392026-08-17T20:38:30.114Zlock 0.000000000
35402026-08-17T20:38:30.114Zslp 1:26.046281568
35412026-08-17T20:38:30.114Zlat 1.152235298
35422026-08-17T20:38:30.114Zstop 0.000194800
35432026-08-17T20:38:30.114Zprocess exited: duration 1134121 ms, exit code 0
 
35442026-08-17T20:38:30.129Zfound 1 output files
35452026-08-17T20:38:30.201Zuploading: /work/package.tar.gz (2773324366 bytes)
35462026-08-17T20:39:09.643Zuploaded: /work/package.tar.gz