01KX1DSF86J5GTHD2VTMTT4PCQ: 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: 01KX1DSXHFX25EVDHC9WPN8JF7

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-08T17:54:25.980Zjob assigned to worker 01KX1DT3QGM3PRWZSWSJG1Y850 [factory aws, i-062b2aae4f4a04969] (queued for 1 m 0 s)
 
22026-07-08T17:54:33.589Zstarting task 0: "setup"
32026-07-08T17:54:33.593Z++ uname -s
42026-07-08T17:54:33.596Z+ kern=SunOS
52026-07-08T17:54:33.596Z+ build_user=build
62026-07-08T17:54:33.596Z+ build_uid=12345
72026-07-08T17:54:33.596Z+ work_dir=/work
82026-07-08T17:54:33.596Z+ input_dir=/input
92026-07-08T17:54:33.596Z+ [[ 0 == 12345 ]]
102026-07-08T17:54:33.596Z+ case "$kern" in
112026-07-08T17:54:33.596Z+ groupadd -g 12345 build
122026-07-08T17:54:33.600Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-08T17:54:35.605Z+ zfs create -o mountpoint=/work rpool/work
142026-07-08T17:54:35.675Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-08T17:54:35.678Z+ home_fs=zfs
162026-07-08T17:54:35.678Z+ [[ zfs == autofs ]]
172026-07-08T17:54:35.678Z+ mkdir -p /home/build
182026-07-08T17:54:35.678Z+ chown build:build /home/build /work
192026-07-08T17:54:37.681Z+ chmod 0700 /home/build /work
202026-07-08T17:54:37.687Zprocess exited: duration 4097 ms, exit code 0
 
212026-07-08T17:54:37.694Zstarting task 1: "rust-toolchain"
222026-07-08T17:54:37.700Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-08T17:54:37.700Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-08T17:54:37.700Z * rust toolchain channel = "1.96.1"
252026-07-08T17:54:37.700Z * rust toolchain profile = "default"
262026-07-08T17:54:37.700Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-08T17:54:37.700Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-08T17:54:37.704Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-08T17:54:37.704Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-08T17:54:37.812Zinfo: downloading installer
312026-07-08T17:54:39.328Zwarn: It looks like you have an existing rustup settings file at:
322026-07-08T17:54:39.328Zwarn: /home/build/.rustup/settings.toml
332026-07-08T17:54:39.328Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-08T17:54:39.328Zwarn: instead of the one inferred from the default host triple.
352026-07-08T17:54:39.340Zinfo: profile set to default
362026-07-08T17:54:39.340Zinfo: default host triple is x86_64-unknown-illumos
372026-07-08T17:54:39.344Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-08T17:54:39.492Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-08T17:54:39.496Zinfo: downloading 6 components
402026-07-08T17:54:56.385Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-08T17:54:56.385Z
422026-07-08T17:54:56.412Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-08T17:54:56.412Z
442026-07-08T17:54:56.412Z
452026-07-08T17:54:56.412ZRust is installed now. Great!
462026-07-08T17:54:56.412Z
472026-07-08T17:54:56.412ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-08T17:54:56.412Zenvironment variable. This has not been done automatically.
492026-07-08T17:54:56.412Z
502026-07-08T17:54:56.412ZTo configure your current shell, you need to source
512026-07-08T17:54:56.417Zthe corresponding env file under $HOME/.cargo.
522026-07-08T17:54:56.417Z
532026-07-08T17:54:56.417ZThis is usually done by running one of the following (note the leading DOT):
542026-07-08T17:54:56.418Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-08T17:54:56.418Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-08T17:54:56.418Zsource "~/.cargo/env.nu" # For nushell
572026-07-08T17:54:56.418Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-08T17:54:56.418Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-08T17:54:56.418Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-08T17:54:56.418Zwarn: no default linker (`cc`) was found in your PATH
612026-07-08T17:54:56.418Zwarn: many Rust crates require a system C toolchain to build
622026-07-08T17:54:56.518Z+ rustup --version
632026-07-08T17:54:56.524Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-08T17:54:56.527Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-08T17:54:56.545Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-08T17:54:56.549Z+ cargo --version
672026-07-08T17:54:56.556Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-08T17:54:56.560Z+ rustc --version
692026-07-08T17:54:56.579Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-08T17:54:56.583Zprocess exited: duration 18887 ms, exit code 0
 
712026-07-08T17:54:56.591Zstarting task 2: "authentication"
722026-07-08T17:54:56.609Zprocess exited: duration 18 ms, exit code 0
 
732026-07-08T17:54:56.619Zstarting task 3: "clone repository"
742026-07-08T17:54:56.623Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-08T17:54:56.626Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-08T17:54:56.655ZCloning into '/work/oxidecomputer/omicron'...
772026-07-08T17:55:14.110Z+ cd /work/oxidecomputer/omicron
782026-07-08T17:55:14.110Z+ git fetch origin 291cad9298be4d04fe845bb90db78331c2fe1a73
792026-07-08T17:55:14.472ZFrom https://github.com/oxidecomputer/omicron
802026-07-08T17:55:14.472Z * branch 291cad9298be4d04fe845bb90db78331c2fe1a73 -> FETCH_HEAD
812026-07-08T17:55:14.487Z+ [[ -n ry/dendrite-273 ]]
822026-07-08T17:55:14.491Z++ git branch --show-current
832026-07-08T17:55:14.491Z+ current=main
842026-07-08T17:55:14.491Z+ [[ main != ry/dendrite-273 ]]
852026-07-08T17:55:14.491Z+ git branch -f ry/dendrite-273 291cad9298be4d04fe845bb90db78331c2fe1a73
862026-07-08T17:55:14.494Z+ git checkout -f ry/dendrite-273
872026-07-08T17:55:14.743ZSwitched to branch 'ry/dendrite-273'
882026-07-08T17:55:14.747Z+ git reset --hard 291cad9298be4d04fe845bb90db78331c2fe1a73
892026-07-08T17:55:14.764ZHEAD is now at 291cad929 pick up oxidecomputer/dendrite#273
902026-07-08T17:55:14.768Zprocess exited: duration 18147 ms, exit code 0
 
912026-07-08T17:55:14.775Zstarting task 4: "build"
922026-07-08T17:55:14.780Z+ source .github/buildomat/ci-env.sh
932026-07-08T17:55:14.784Z++ export CARGO_TERM_COLOR=always
942026-07-08T17:55:14.784Z++ CARGO_TERM_COLOR=always
952026-07-08T17:55:14.784Z+++ uname -s
962026-07-08T17:55:14.784Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-08T17:55:14.784Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-08T17:55:14.788Z+ cargo --version
992026-07-08T17:55:14.795Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-08T17:55:14.798Z+ rustc --version
1012026-07-08T17:55:14.819Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-08T17:55:14.823Z+ WORK=/work
1032026-07-08T17:55:14.823Z+ pfexec mkdir -p /work
1042026-07-08T17:55:14.826Z+ pfexec chown build /work
1052026-07-08T17:55:14.830Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-07-08T17:55:16.533Z Startup: Refreshing catalog 'helios' ... Done
1072026-07-08T17:55:16.641Z Startup: Caching catalogs ... Done
1082026-07-08T17:55:17.146ZPlanning: Solver setup ... Done (0.450s)
1092026-07-08T17:55:17.175ZPlanning: Running solver ... Done (0.027s)
1102026-07-08T17:55:17.187ZPlanning: Finding local manifests ... Done (0.003s)
1112026-07-08T17:55:17.199ZPlanning: Fetching manifests: 0/2 0% complete
1122026-07-08T17:55:17.219ZPlanning: Fetching manifests: 2/2 100% complete
1132026-07-08T17:55:17.235ZPlanning: Package planning ... Done (0.015s)
1142026-07-08T17:55:17.238ZPlanning: Merging actions ... Done (0.002s)
1152026-07-08T17:55:17.401ZPlanning: Checking for conflicting actions ... Done (0.167s)
1162026-07-08T17:55:17.405ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-07-08T17:55:18.257ZPlanning: Evaluating mediators ... Done (0.855s)
1182026-07-08T17:55:18.262ZPlanning: Planning completed in 1.59 seconds
1192026-07-08T17:55:18.267Z Packages to install: 2
1202026-07-08T17:55:18.268Z Estimated space available: 156.06 GB
1212026-07-08T17:55:18.268ZEstimated space to be consumed: 30.99 MB
1222026-07-08T17:55:18.268Z Create boot environment: No
1232026-07-08T17:55:18.271ZCreate backup boot environment: No
1242026-07-08T17:55:18.271Z Rebuild boot archive: No
1252026-07-08T17:55:18.271Z
1262026-07-08T17:55:18.271ZChanged packages:
1272026-07-08T17:55:18.271Zhelios
1282026-07-08T17:55:18.271Z developer/build-essential
1292026-07-08T17:55:18.271Z None -> 11-3.0
1302026-07-08T17:55:18.271Z library/libxmlsec1
1312026-07-08T17:55:18.271Z None -> 1.2.35-3.0
1322026-07-08T17:55:18.294Z
1332026-07-08T17:55:18.294ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-07-08T17:55:18.797ZDownload: Completed 1.28 MB in 0.50 seconds (2.5M/s)
1352026-07-08T17:55:18.867Z Actions: 1/268 actions (Installing new actions)
1362026-07-08T17:55:18.908Z Actions: Completed 268 actions in 0.04 seconds.
1372026-07-08T17:55:18.920ZFinalize: Updating package state database ... Done (0.011s)
1382026-07-08T17:55:18.920ZFinalize: Updating package cache ... Done (0.000s)
1392026-07-08T17:55:18.951ZFinalize: Updating image state ... Done (0.031s)
1402026-07-08T17:55:21.555ZFinalize: Creating fast lookup database ... Done (2.576s)
1412026-07-08T17:55:21.623ZFinalize: Reading search index ... Done (0.012s)
1422026-07-08T17:55:21.627ZFinalize: Updating search index ... Done (0.000s)
1432026-07-08T17:55:21.740ZFinalize: Updating package cache ... Done (0.000s)
1442026-07-08T17:55:22.055ZPlanning: Evaluating mediator changes ... Done
1452026-07-08T17:55:22.161ZPlanning: Checking for conflicting actions ... Done
1462026-07-08T17:55:22.165ZPlanning: Consolidating action changes ... Done
1472026-07-08T17:55:22.318ZPlanning: Evaluating mediators ... Done
1482026-07-08T17:55:22.321ZPlanning: Planning completed in 0.26 seconds
1492026-07-08T17:55:22.342Z Mediators to change: 2
1502026-07-08T17:55:22.342Z Create boot environment: No
1512026-07-08T17:55:22.342ZCreate backup boot environment: No
1522026-07-08T17:55:22.384ZFinalize: Updating package state database ... Done
1532026-07-08T17:55:22.384ZFinalize: Updating package cache ... Done
1542026-07-08T17:55:22.399ZFinalize: Updating image state ... Done
1552026-07-08T17:55:24.328ZFinalize: Creating fast lookup database ... Done
1562026-07-08T17:55:24.391ZFinalize: Reading search index ... Done
1572026-07-08T17:55:24.394ZFinalize: Updating search index ... Done
1582026-07-08T17:55:24.451ZFinalize: Updating package cache ... Done
1592026-07-08T17:55:24.739ZPlanning: Evaluating mediator changes ... Done
1602026-07-08T17:55:24.845ZPlanning: Checking for conflicting actions ... Done
1612026-07-08T17:55:24.849ZPlanning: Consolidating action changes ... Done
1622026-07-08T17:55:25.002ZPlanning: Evaluating mediators ... Done
1632026-07-08T17:55:25.006ZPlanning: Planning completed in 0.26 seconds
1642026-07-08T17:55:25.026Z Mediators to change: 1
1652026-07-08T17:55:25.026Z Create boot environment: No
1662026-07-08T17:55:25.026ZCreate backup boot environment: No
1672026-07-08T17:55:25.069ZFinalize: Updating package state database ... Done
1682026-07-08T17:55:25.069ZFinalize: Updating package cache ... Done
1692026-07-08T17:55:25.088ZFinalize: Updating image state ... Done
1702026-07-08T17:55:27.020ZFinalize: Creating fast lookup database ... Done
1712026-07-08T17:55:27.086ZFinalize: Reading search index ... Done
1722026-07-08T17:55:27.090ZFinalize: Updating search index ... Done
1732026-07-08T17:55:27.142ZFinalize: Updating package cache ... Done
1742026-07-08T17:55:27.451ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-07-08T17:55:27.451Zapache system 2.4 system
1762026-07-08T17:55:27.452Zclang system 15 system
1772026-07-08T17:55:27.452Zcsh system system illumos
1782026-07-08T17:55:27.452Zctags system system illumos
1792026-07-08T17:55:27.452Zfile vendor vendor darwinsys
1802026-07-08T17:55:27.452Zfile system system illumos
1812026-07-08T17:55:27.452Zgcc vendor 14 vendor
1822026-07-08T17:55:27.452Zgcc system 13 system
1832026-07-08T17:55:27.452Zgcc system 10 system
1842026-07-08T17:55:27.452Zgo system 1.25 system
1852026-07-08T17:55:27.452Zllvm system 15 system
1862026-07-08T17:55:27.452Zmariadb system 11.4 system
1872026-07-08T17:55:27.452Zmta vendor vendor dma
1882026-07-08T17:55:27.452Zopenjdk system 17 system
1892026-07-08T17:55:27.452Zopenjdk system 11 system
1902026-07-08T17:55:27.452Zopenssl vendor 3 vendor
1912026-07-08T17:55:27.452Zperl system 5.40 system
1922026-07-08T17:55:27.452Zpostgresql system 18 system
1932026-07-08T17:55:27.452Zpostgresql system 17 system
1942026-07-08T17:55:27.452Zpython vendor 3 vendor
1952026-07-08T17:55:27.452Zpython system 2 system
1962026-07-08T17:55:27.452Zpython3 vendor 3.13 vendor
1972026-07-08T17:55:27.452Zruby system 3.4 system
1982026-07-08T17:55:27.452Zruby system 3.0 system
1992026-07-08T17:55:27.452Zwords vendor vendor american-english
2002026-07-08T17:55:27.452Zwords system system australian-english
2012026-07-08T17:55:27.452Zwords system system british-english
2022026-07-08T17:55:27.452Zwords system system canadian-english
2032026-07-08T17:55:27.452Zwords system system french
2042026-07-08T17:55:27.452Zwords system system italian
2052026-07-08T17:55:27.452Zwords system system ngerman
2062026-07-08T17:55:27.452Zwords system system ogerman
2072026-07-08T17:55:27.452Zwords system system spanish
2082026-07-08T17:55:27.702ZPUBLISHER TYPE STATUS P LOCATION
2092026-07-08T17:55:27.702Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-07-08T17:55:28.012ZFMRI IFO
2112026-07-08T17:55:28.012Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-07-08T17:55:28.012Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-07-08T17:55:28.012Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-07-08T17:55:28.012Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-07-08T17:55:28.012Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-07-08T17:55:28.012Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-07-08T17:55:28.012Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-07-08T17:55:28.012Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-07-08T17:55:28.012Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-07-08T17:55:28.263Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-07-08T17:55:28.603Z Updating crates.io index
2222026-07-08T17:55:28.603Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-07-08T17:55:28.828Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-07-08T17:55:29.164Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-07-08T17:55:30.508Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-07-08T17:55:31.107Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-07-08T17:55:33.429Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-07-08T17:55:34.283Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-07-08T17:55:34.524Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-07-08T17:55:34.859Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-07-08T17:55:35.925Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-07-08T17:55:36.196Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-07-08T17:55:36.502Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2342026-07-08T17:55:36.772Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2352026-07-08T17:55:37.264Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2362026-07-08T17:55:37.814Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2372026-07-08T17:55:38.086Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-07-08T17:55:38.356Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-07-08T17:55:38.625Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2402026-07-08T17:55:38.886Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2412026-07-08T17:55:39.133Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2422026-07-08T17:55:39.401Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2432026-07-08T17:55:39.667Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2442026-07-08T17:55:40.053Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2452026-07-08T17:55:40.406Z Updating git repository `https://github.com/oxidecomputer/erebor`
2462026-07-08T17:55:40.644Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2472026-07-08T17:55:41.062Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2482026-07-08T17:55:41.352Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2492026-07-08T17:55:41.687Z Updating git repository `https://github.com/oxidecomputer/ispf`
2502026-07-08T17:55:41.924Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2512026-07-08T17:55:42.225Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2522026-07-08T17:55:42.539Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2532026-07-08T17:55:42.928Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2542026-07-08T17:55:43.414Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2552026-07-08T17:55:43.724Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2562026-07-08T17:55:43.998Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2572026-07-08T17:55:44.386Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2582026-07-08T17:55:44.676Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2592026-07-08T17:55:44.926Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2602026-07-08T17:55:45.205Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2612026-07-08T17:55:45.460Z Updating git repository `https://github.com/illumos/smf-rs`
2622026-07-08T17:55:48.443Z Downloading crates ...
2632026-07-08T17:55:48.500Z Downloaded equivalent v1.0.2
2642026-07-08T17:55:48.504Z Downloaded is_terminal_polyfill v1.70.2
2652026-07-08T17:55:48.507Z Downloaded generic-array v0.14.7
2662026-07-08T17:55:48.511Z Downloaded cfg-if v1.0.4
2672026-07-08T17:55:48.514Z Downloaded bytecount v0.6.9
2682026-07-08T17:55:48.517Z Downloaded crypto-common v0.1.7
2692026-07-08T17:55:48.517Z Downloaded macaddr v1.0.1
2702026-07-08T17:55:48.521Z Downloaded heck v0.4.1
2712026-07-08T17:55:48.521Z Downloaded anyhow v1.0.102
2722026-07-08T17:55:48.524Z Downloaded heck v0.5.0
2732026-07-08T17:55:48.524Z Downloaded dtrace-parser v0.2.0
2742026-07-08T17:55:48.524Z Downloaded cpufeatures v0.2.17
2752026-07-08T17:55:48.529Z Downloaded anstyle-query v1.1.5
2762026-07-08T17:55:48.533Z Downloaded fastrand v2.3.0
2772026-07-08T17:55:48.533Z Downloaded block-buffer v0.10.4
2782026-07-08T17:55:48.533Z Downloaded zerocopy v0.7.35
2792026-07-08T17:55:48.544Z Downloaded itoa v1.0.17
2802026-07-08T17:55:48.548Z Downloaded zmij v1.0.21
2812026-07-08T17:55:48.548Z Downloaded zerocopy-derive v0.7.35
2822026-07-08T17:55:48.548Z Downloaded smawk v0.3.2
2832026-07-08T17:55:48.548Z Downloaded fnv v1.0.7
2842026-07-08T17:55:48.548Z Downloaded plain v0.2.3
2852026-07-08T17:55:48.551Z Downloaded dof v0.3.0
2862026-07-08T17:55:48.555Z Downloaded serde_spanned v0.6.9
2872026-07-08T17:55:48.555Z Downloaded errno v0.3.14
2882026-07-08T17:55:48.559Z Downloaded memmap v0.7.0
2892026-07-08T17:55:48.559Z Downloaded colorchoice v1.0.4
2902026-07-08T17:55:48.559Z Downloaded cargo-platform v0.3.2
2912026-07-08T17:55:48.562Z Downloaded fs-err v3.3.0
2922026-07-08T17:55:48.566Z Downloaded cargo_metadata v0.23.1
2932026-07-08T17:55:48.578Z Downloaded usdt-attr-macro v0.5.0
2942026-07-08T17:55:48.581Z Downloaded strsim v0.11.1
2952026-07-08T17:55:48.595Z Downloaded version_check v0.9.5
2962026-07-08T17:55:48.600Z Downloaded toml_datetime v0.6.11
2972026-07-08T17:55:48.604Z Downloaded tabled_derive v0.7.0
2982026-07-08T17:55:48.604Z Downloaded scroll_derive v0.12.1
2992026-07-08T17:55:48.607Z Downloaded terminal_size v0.4.3
3002026-07-08T17:55:48.613Z Downloaded unicode-linebreak v0.1.5
3012026-07-08T17:55:48.618Z Downloaded proc-macro-error-attr v1.0.4
3022026-07-08T17:55:48.623Z Downloaded toml_write v0.1.2
3032026-07-08T17:55:48.628Z Downloaded utf8parse v0.2.2
3042026-07-08T17:55:48.632Z Downloaded usdt-macro v0.5.0
3052026-07-08T17:55:48.632Z Downloaded pretty-hex v0.4.1
3062026-07-08T17:55:48.636Z Downloaded camino-tempfile v1.4.1
3072026-07-08T17:55:48.640Z Downloaded clap_lex v1.0.0
3082026-07-08T17:55:48.644Z Downloaded digest v0.10.7
3092026-07-08T17:55:48.647Z Downloaded clap_derive v4.6.1
3102026-07-08T17:55:48.655Z Downloaded byteorder v1.5.0
3112026-07-08T17:55:48.659Z Downloaded autocfg v1.5.0
3122026-07-08T17:55:48.664Z Downloaded serde_tokenstream v0.2.3
3132026-07-08T17:55:48.669Z Downloaded usdt v0.5.0
3142026-07-08T17:55:48.672Z Downloaded cargo_toml v0.21.0
3152026-07-08T17:55:48.672Z Downloaded anstyle-parse v1.0.0
3162026-07-08T17:55:48.677Z Downloaded thiserror-impl v1.0.69
3172026-07-08T17:55:48.681Z Downloaded swrite v0.1.0
3182026-07-08T17:55:48.681Z Downloaded scroll v0.12.0
3192026-07-08T17:55:48.681Z Downloaded proc-macro-error v1.0.4
3202026-07-08T17:55:48.685Z Downloaded sha2 v0.10.9
3212026-07-08T17:55:48.689Z Downloaded thread-id v4.2.2
3222026-07-08T17:55:48.689Z Downloaded anstyle v1.0.14
3232026-07-08T17:55:48.689Z Downloaded thiserror v2.0.18
3242026-07-08T17:55:48.693Z Downloaded thiserror-impl v2.0.18
3252026-07-08T17:55:48.693Z Downloaded thiserror v1.0.69
3262026-07-08T17:55:48.696Z Downloaded usdt-impl v0.5.0
3272026-07-08T17:55:48.702Z Downloaded anstream v1.0.0
3282026-07-08T17:55:48.729Z Downloaded once_cell v1.21.3
3292026-07-08T17:55:48.732Z Downloaded camino v1.2.2
3302026-07-08T17:55:48.732Z Downloaded semver v1.0.28
3312026-07-08T17:55:48.738Z Downloaded tempfile v3.25.0
3322026-07-08T17:55:48.746Z Downloaded toml v0.8.23
3332026-07-08T17:55:48.750Z Downloaded pest_generator v2.8.6
3342026-07-08T17:55:48.760Z Downloaded log v0.4.29
3352026-07-08T17:55:48.763Z Downloaded clap v4.6.1
3362026-07-08T17:55:48.771Z Downloaded serde_derive v1.0.228
3372026-07-08T17:55:48.776Z Downloaded bitflags v2.11.0
3382026-07-08T17:55:48.784Z Downloaded pest_derive v2.8.6
3392026-07-08T17:55:48.793Z Downloaded papergrid v0.11.0
3402026-07-08T17:55:48.797Z Downloaded quote v1.0.45
3412026-07-08T17:55:48.804Z Downloaded unicode-ident v1.0.24
3422026-07-08T17:55:48.810Z Downloaded getrandom v0.4.1
3432026-07-08T17:55:48.816Z Downloaded serde_core v1.0.228
3442026-07-08T17:55:48.819Z Downloaded proc-macro2 v1.0.106
3452026-07-08T17:55:48.823Z Downloaded textwrap v0.16.2
3462026-07-08T17:55:48.826Z Downloaded memchr v2.8.0
3472026-07-08T17:55:48.830Z Downloaded pest_meta v2.8.6
3482026-07-08T17:55:48.834Z Downloaded ucd-trie v0.1.7
3492026-07-08T17:55:48.838Z Downloaded toml_edit v0.22.27
3502026-07-08T17:55:48.845Z Downloaded serde v1.0.228
3512026-07-08T17:55:48.868Z Downloaded typenum v1.20.1
3522026-07-08T17:55:48.877Z Downloaded hashbrown v0.17.0
3532026-07-08T17:55:48.881Z Downloaded indexmap v2.14.0
3542026-07-08T17:55:48.902Z Downloaded pest v2.8.6
3552026-07-08T17:55:48.936Z Downloaded serde_json v1.0.150
3562026-07-08T17:55:48.940Z Downloaded clap_builder v4.6.0
3572026-07-08T17:55:48.962Z Downloaded winnow v0.7.14
3582026-07-08T17:55:48.967Z Downloaded goblin v0.8.2
3592026-07-08T17:55:48.971Z Downloaded tabled v0.15.0
3602026-07-08T17:55:49.004Z Downloaded syn v1.0.109
3612026-07-08T17:55:49.012Z Downloaded unicode-width v0.2.0
3622026-07-08T17:55:49.016Z Downloaded syn v2.0.117
3632026-07-08T17:55:49.021Z Downloaded unicode-width v0.1.14
3642026-07-08T17:55:49.046Z Downloaded rustix v1.1.3
3652026-07-08T17:55:49.070Z Downloaded libc v0.2.185
3662026-07-08T17:55:49.143Z Compiling proc-macro2 v1.0.106
3672026-07-08T17:55:49.143Z Compiling unicode-ident v1.0.24
3682026-07-08T17:55:49.143Z Compiling quote v1.0.45
3692026-07-08T17:55:49.147Z Compiling serde_core v1.0.228
3702026-07-08T17:55:49.147Z Compiling libc v0.2.185
3712026-07-08T17:55:49.147Z Compiling version_check v0.9.5
3722026-07-08T17:55:49.147Z Compiling memchr v2.8.0
3732026-07-08T17:55:49.147Z Compiling serde v1.0.228
3742026-07-08T17:55:49.147Z Compiling zmij v1.0.21
3752026-07-08T17:55:49.147Z Compiling thiserror v1.0.69
3762026-07-08T17:55:49.147Z Compiling itoa v1.0.17
3772026-07-08T17:55:49.147Z Compiling ucd-trie v0.1.7
3782026-07-08T17:55:49.147Z Compiling rustix v1.1.3
3792026-07-08T17:55:49.333Z Compiling byteorder v1.5.0
3802026-07-08T17:55:49.560Z Compiling bitflags v2.11.0
3812026-07-08T17:55:49.664Z Compiling serde_json v1.0.150
3822026-07-08T17:55:49.794Z Compiling proc-macro-error-attr v1.0.4
3832026-07-08T17:55:49.814Z Compiling usdt-impl v0.5.0
3842026-07-08T17:55:49.832Z Compiling syn v1.0.109
3852026-07-08T17:55:49.884Z Compiling camino v1.2.2
3862026-07-08T17:55:49.936Z Compiling proc-macro-error v1.0.4
3872026-07-08T17:55:50.006Z Compiling pest v2.8.6
3882026-07-08T17:55:50.102Z Compiling getrandom v0.4.1
3892026-07-08T17:55:50.172Z Compiling utf8parse v0.2.2
3902026-07-08T17:55:50.207Z Compiling equivalent v1.0.2
3912026-07-08T17:55:50.210Z Compiling plain v0.2.3
3922026-07-08T17:55:50.210Z Compiling hashbrown v0.17.0
3932026-07-08T17:55:50.290Z Compiling log v0.4.29
3942026-07-08T17:55:50.336Z Compiling anstyle-parse v1.0.0
3952026-07-08T17:55:50.387Z Compiling pretty-hex v0.4.1
3962026-07-08T17:55:50.387Z Compiling thiserror v2.0.18
3972026-07-08T17:55:50.391Z Compiling winnow v0.7.14
3982026-07-08T17:55:50.436Z Compiling errno v0.3.14
3992026-07-08T17:55:50.478Z Compiling thread-id v4.2.2
4002026-07-08T17:55:50.494Z Compiling colorchoice v1.0.4
4012026-07-08T17:55:50.511Z Compiling autocfg v1.5.0
4022026-07-08T17:55:50.514Z Compiling anstyle v1.0.14
4032026-07-08T17:55:50.585Z Compiling cfg-if v1.0.4
4042026-07-08T17:55:50.603Z Compiling toml_write v0.1.2
4052026-07-08T17:55:50.607Z Compiling is_terminal_polyfill v1.70.2
4062026-07-08T17:55:50.637Z Compiling anstyle-query v1.1.5
4072026-07-08T17:55:50.641Z Compiling strsim v0.11.1
4082026-07-08T17:55:50.730Z Compiling anstream v1.0.0
4092026-07-08T17:55:50.816Z Compiling indexmap v2.14.0
4102026-07-08T17:55:50.832Z Compiling once_cell v1.21.3
4112026-07-08T17:55:50.869Z Compiling anyhow v1.0.102
4122026-07-08T17:55:50.887Z Compiling bytecount v0.6.9
4132026-07-08T17:55:51.001Z Compiling syn v2.0.117
4142026-07-08T17:55:51.021Z Compiling fs-err v3.3.0
4152026-07-08T17:55:51.068Z Compiling fnv v1.0.7
4162026-07-08T17:55:51.073Z Compiling heck v0.4.1
4172026-07-08T17:55:51.101Z Compiling clap_lex v1.0.0
4182026-07-08T17:55:51.116Z Compiling fastrand v2.3.0
4192026-07-08T17:55:51.120Z Compiling unicode-width v0.1.14
4202026-07-08T17:55:51.207Z Compiling heck v0.5.0
4212026-07-08T17:55:51.233Z Compiling pest_meta v2.8.6
4222026-07-08T17:55:51.363Z Compiling memmap v0.7.0
4232026-07-08T17:55:51.404Z Compiling papergrid v0.11.0
4242026-07-08T17:55:51.422Z Compiling smawk v0.3.2
4252026-07-08T17:55:51.439Z Compiling unicode-linebreak v0.1.5
4262026-07-08T17:55:51.457Z Compiling unicode-width v0.2.0
4272026-07-08T17:55:51.488Z Compiling terminal_size v0.4.3
4282026-07-08T17:55:51.516Z Compiling tempfile v3.25.0
4292026-07-08T17:55:51.574Z Compiling swrite v0.1.0
4302026-07-08T17:55:51.623Z Compiling clap_builder v4.6.0
4312026-07-08T17:55:51.692Z Compiling textwrap v0.16.2
4322026-07-08T17:55:51.815Z Compiling semver v1.0.28
4332026-07-08T17:55:51.834Z Compiling cargo-platform v0.3.2
4342026-07-08T17:55:52.176Z Compiling camino-tempfile v1.4.1
4352026-07-08T17:55:52.504Z Compiling tabled_derive v0.7.0
4362026-07-08T17:55:53.226Z Compiling tabled v0.15.0
4372026-07-08T17:55:53.271Z Compiling pest_generator v2.8.6
4382026-07-08T17:55:53.748Z Compiling serde_derive v1.0.228
4392026-07-08T17:55:53.748Z Compiling thiserror-impl v1.0.69
4402026-07-08T17:55:53.755Z Compiling zerocopy-derive v0.7.35
4412026-07-08T17:55:53.755Z Compiling scroll_derive v0.12.1
4422026-07-08T17:55:53.755Z Compiling thiserror-impl v2.0.18
4432026-07-08T17:55:53.755Z Compiling clap_derive v4.6.1
4442026-07-08T17:55:53.839Z Compiling pest_derive v2.8.6
4452026-07-08T17:55:54.349Z Compiling scroll v0.12.0
4462026-07-08T17:55:54.482Z Compiling zerocopy v0.7.35
4472026-07-08T17:55:54.556Z Compiling goblin v0.8.2
4482026-07-08T17:55:54.786Z Compiling dtrace-parser v0.2.0
4492026-07-08T17:55:55.077Z Compiling clap v4.6.1
4502026-07-08T17:55:56.105Z Compiling toml_datetime v0.6.11
4512026-07-08T17:55:56.105Z Compiling serde_spanned v0.6.9
4522026-07-08T17:55:56.109Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4532026-07-08T17:55:56.109Z Compiling cargo_metadata v0.23.1
4542026-07-08T17:55:56.109Z Compiling macaddr v1.0.1
4552026-07-08T17:55:56.137Z Compiling dof v0.3.0
4562026-07-08T17:55:56.140Z Compiling serde_tokenstream v0.2.3
4572026-07-08T17:55:56.299Z Compiling toml_edit v0.22.27
4582026-07-08T17:55:56.845Z Compiling usdt-attr-macro v0.5.0
4592026-07-08T17:55:56.848Z Compiling usdt-macro v0.5.0
4602026-07-08T17:55:57.469Z Compiling usdt v0.5.0
4612026-07-08T17:55:57.561Z Compiling toml v0.8.23
4622026-07-08T17:55:57.884Z Compiling cargo_toml v0.21.0
4632026-07-08T17:55:59.156Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4642026-07-08T17:56:01.115Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.02s
4652026-07-08T17:56:01.337Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4662026-07-08T17:56:01.836Z Downloading crates ...
4672026-07-08T17:56:01.929Z Downloaded adler2 v2.0.1
4682026-07-08T17:56:01.942Z Downloaded async-stream-impl v0.3.6
4692026-07-08T17:56:01.947Z Downloaded arrayref v0.3.9
4702026-07-08T17:56:01.954Z Downloaded arrayvec v0.7.6
4712026-07-08T17:56:01.958Z Downloaded aead v0.5.2
4722026-07-08T17:56:01.961Z Downloaded atty v0.2.14
4732026-07-08T17:56:01.965Z Downloaded crc32fast v1.5.0
4742026-07-08T17:56:01.965Z Downloaded array-init v0.0.4
4752026-07-08T17:56:01.969Z Downloaded base16ct v0.2.0
4762026-07-08T17:56:01.970Z Downloaded ascii-canvas v3.0.0
4772026-07-08T17:56:01.974Z Downloaded bitfield-macros v0.19.4
4782026-07-08T17:56:01.974Z Downloaded data-encoding v2.10.0
4792026-07-08T17:56:01.974Z Downloaded atomic-waker v1.1.2
4802026-07-08T17:56:01.974Z Downloaded darling_core v0.23.0
4812026-07-08T17:56:01.977Z Downloaded difflib v0.4.0
4822026-07-08T17:56:01.977Z Downloaded cpufeatures v0.3.0
4832026-07-08T17:56:01.977Z Downloaded corncobs v0.1.4
4842026-07-08T17:56:01.981Z Downloaded cookie_store v0.22.1
4852026-07-08T17:56:01.981Z Downloaded dirs-sys-next v0.1.2
4862026-07-08T17:56:01.981Z Downloaded async-stream v0.3.6
4872026-07-08T17:56:01.986Z Downloaded derive_more v2.1.1
4882026-07-08T17:56:01.990Z Downloaded curve25519-dalek-derive v0.1.1
4892026-07-08T17:56:01.990Z Downloaded ctr v0.10.1
4902026-07-08T17:56:01.993Z Downloaded crossbeam-utils v0.8.21
4912026-07-08T17:56:01.993Z Downloaded crossbeam-epoch v0.9.18
4922026-07-08T17:56:01.997Z Downloaded cpubits v0.1.1
4932026-07-08T17:56:01.997Z Downloaded convert_case v0.10.0
4942026-07-08T17:56:01.997Z Downloaded darling_macro v0.23.0
4952026-07-08T17:56:01.997Z Downloaded darling_macro v0.21.3
4962026-07-08T17:56:02.001Z Downloaded aead v0.6.1
4972026-07-08T17:56:02.001Z Downloaded crc-catalog v2.4.0
4982026-07-08T17:56:02.001Z Downloaded darling v0.21.3
4992026-07-08T17:56:02.005Z Downloaded base16ct v1.0.0
5002026-07-08T17:56:02.005Z Downloaded argon2 v0.5.3
5012026-07-08T17:56:02.008Z Downloaded anstyle-parse v0.2.7
5022026-07-08T17:56:02.008Z Downloaded crossterm v0.29.0
5032026-07-08T17:56:02.012Z Downloaded critical-section v1.2.0
5042026-07-08T17:56:02.016Z Downloaded bitfield-struct v0.6.2
5052026-07-08T17:56:02.016Z Downloaded bit-set v0.8.0
5062026-07-08T17:56:02.016Z Downloaded crc8 v0.1.1
5072026-07-08T17:56:02.016Z Downloaded block-padding v0.4.2
5082026-07-08T17:56:02.016Z Downloaded bcrypt-pbkdf v0.11.0
5092026-07-08T17:56:02.020Z Downloaded bb8 v0.8.6
5102026-07-08T17:56:02.020Z Downloaded assert_matches v1.5.0
5112026-07-08T17:56:02.020Z Downloaded crunchy v0.2.4
5122026-07-08T17:56:02.020Z Downloaded crucible-workspace-hack v0.1.0
5132026-07-08T17:56:02.024Z Downloaded async-recursion v1.1.1
5142026-07-08T17:56:02.028Z Downloaded debug-ignore v1.0.5
5152026-07-08T17:56:02.028Z Downloaded darling_core v0.13.4
5162026-07-08T17:56:02.034Z Downloaded csv-core v0.1.13
5172026-07-08T17:56:02.039Z Downloaded darling_macro v0.13.4
5182026-07-08T17:56:02.039Z Downloaded defmt-parser v1.0.0
5192026-07-08T17:56:02.039Z Downloaded crc v3.4.0
5202026-07-08T17:56:02.043Z Downloaded cstr-argument v0.1.2
5212026-07-08T17:56:02.043Z Downloaded downcast-rs v2.0.2
5222026-07-08T17:56:02.047Z Downloaded dyn-clone v1.0.20
5232026-07-08T17:56:02.047Z Downloaded embedded-io v0.4.0
5242026-07-08T17:56:02.047Z Downloaded dunce v1.0.5
5252026-07-08T17:56:02.051Z Downloaded dirs-next v2.0.0
5262026-07-08T17:56:02.055Z Downloaded dof v0.4.0
5272026-07-08T17:56:02.055Z Downloaded defmt v0.3.100
5282026-07-08T17:56:02.055Z Downloaded ciborium-io v0.2.2
5292026-07-08T17:56:02.055Z Downloaded cfg_aliases v0.1.1
5302026-07-08T17:56:02.059Z Downloaded ena v0.14.4
5312026-07-08T17:56:02.062Z Downloaded darling v0.23.0
5322026-07-08T17:56:02.066Z Downloaded convert_case v0.4.0
5332026-07-08T17:56:02.066Z Downloaded cobs v0.3.0
5342026-07-08T17:56:02.066Z Downloaded atomicwrites v0.4.4
5352026-07-08T17:56:02.066Z Downloaded backoff v0.4.0
5362026-07-08T17:56:02.069Z Downloaded darling v0.13.4
5372026-07-08T17:56:02.074Z Downloaded bit-vec v0.6.3
5382026-07-08T17:56:02.074Z Downloaded bit-vec v0.8.0
5392026-07-08T17:56:02.074Z Downloaded bit-set v0.5.3
5402026-07-08T17:56:02.074Z Downloaded cbc v0.2.1
5412026-07-08T17:56:02.077Z Downloaded embedded-io v0.6.1
5422026-07-08T17:56:02.078Z Downloaded bcs v0.1.6
5432026-07-08T17:56:02.078Z Downloaded anstream v0.6.21
5442026-07-08T17:56:02.081Z Downloaded derive_builder_macro v0.20.2
5452026-07-08T17:56:02.081Z Downloaded document-features v0.2.12
5462026-07-08T17:56:02.081Z Downloaded darling_macro v0.20.11
5472026-07-08T17:56:02.081Z Downloaded bitfield v0.19.4
5482026-07-08T17:56:02.085Z Downloaded crypto-common v0.2.2
5492026-07-08T17:56:02.085Z Downloaded dropshot-api-manager-types v0.7.2
5502026-07-08T17:56:02.085Z Downloaded display-error-chain v0.2.2
5512026-07-08T17:56:02.085Z Downloaded cfg_aliases v0.2.1
5522026-07-08T17:56:02.088Z Downloaded base64ct v1.8.3
5532026-07-08T17:56:02.088Z Downloaded dtrace-parser v0.3.0
5542026-07-08T17:56:02.092Z Downloaded block-buffer v0.12.1
5552026-07-08T17:56:02.097Z Downloaded dsl_auto_type v0.2.0
5562026-07-08T17:56:02.102Z Downloaded compression-core v0.4.31
5572026-07-08T17:56:02.105Z Downloaded foreign-types v0.5.0
5582026-07-08T17:56:02.105Z Downloaded foreign-types v0.3.2
5592026-07-08T17:56:02.105Z Downloaded funty v2.0.0
5602026-07-08T17:56:02.105Z Downloaded darling_core v0.20.11
5612026-07-08T17:56:02.111Z Downloaded enum-as-inner v0.6.1
5622026-07-08T17:56:02.114Z Downloaded env_filter v1.0.0
5632026-07-08T17:56:02.114Z Downloaded diesel_table_macro_syntax v0.3.0
5642026-07-08T17:56:02.118Z Downloaded ctutils v0.4.2
5652026-07-08T17:56:02.118Z Downloaded endian-type v0.1.2
5662026-07-08T17:56:02.118Z Downloaded derive-ex v0.1.8
5672026-07-08T17:56:02.121Z Downloaded foreign-types-shared v0.1.1
5682026-07-08T17:56:02.121Z Downloaded ciborium-ll v0.2.2
5692026-07-08T17:56:02.121Z Downloaded foreign-types-shared v0.3.1
5702026-07-08T17:56:02.125Z Downloaded derive_builder_core v0.20.2
5712026-07-08T17:56:02.125Z Downloaded constant_time_eq v0.4.2
5722026-07-08T17:56:02.125Z Downloaded darling v0.20.11
5732026-07-08T17:56:02.129Z Downloaded float-cmp v0.10.0
5742026-07-08T17:56:02.129Z Downloaded futures-sink v0.3.32
5752026-07-08T17:56:02.133Z Downloaded futures-core v0.3.32
5762026-07-08T17:56:02.133Z Downloaded async-trait v0.1.89
5772026-07-08T17:56:02.136Z Downloaded gethostname v0.5.0
5782026-07-08T17:56:02.136Z Downloaded futures-task v0.3.32
5792026-07-08T17:56:02.136Z Downloaded crc-any v2.5.0
5802026-07-08T17:56:02.136Z Downloaded ghash v0.6.0
5812026-07-08T17:56:02.140Z Downloaded float-ord v0.3.2
5822026-07-08T17:56:02.140Z Downloaded flagset v0.4.7
5832026-07-08T17:56:02.140Z Downloaded fd-lock v4.0.4
5842026-07-08T17:56:02.143Z Downloaded const_format_proc_macros v0.2.34
5852026-07-08T17:56:02.144Z Downloaded bitflags v1.3.2
5862026-07-08T17:56:02.147Z Downloaded daft-derive v0.1.7
5872026-07-08T17:56:02.147Z Downloaded cmov v0.5.4
5882026-07-08T17:56:02.151Z Downloaded daft v0.1.7
5892026-07-08T17:56:02.151Z Downloaded diesel-dtrace v0.5.0
5902026-07-08T17:56:02.151Z Downloaded camino-tempfile-ext v0.3.3
5912026-07-08T17:56:02.154Z Downloaded ecdsa v0.16.9
5922026-07-08T17:56:02.154Z Downloaded cexpr v0.6.0
5932026-07-08T17:56:02.155Z Downloaded ed25519 v3.0.0
5942026-07-08T17:56:02.158Z Downloaded chacha20 v0.9.1
5952026-07-08T17:56:02.158Z Downloaded der_derive v0.7.3
5962026-07-08T17:56:02.162Z Downloaded cmake v0.1.57
5972026-07-08T17:56:02.162Z Downloaded byte-wrapper v0.1.0
5982026-07-08T17:56:02.162Z Downloaded fxhash v0.2.1
5992026-07-08T17:56:02.162Z Downloaded futures-macro v0.3.32
6002026-07-08T17:56:02.166Z Downloaded futures-io v0.3.32
6012026-07-08T17:56:02.166Z Downloaded either v1.15.0
6022026-07-08T17:56:02.166Z Downloaded digest v0.11.3
6032026-07-08T17:56:02.170Z Downloaded defmt v1.0.1
6042026-07-08T17:56:02.170Z Downloaded ahash v0.8.12
6052026-07-08T17:56:02.174Z Downloaded globwalk v0.9.1
6062026-07-08T17:56:02.174Z Downloaded defmt-macros v1.0.1
6072026-07-08T17:56:02.174Z Downloaded blake2 v0.11.0-rc.6
6082026-07-08T17:56:02.177Z Downloaded blowfish v0.10.0
6092026-07-08T17:56:02.177Z Downloaded ed25519 v2.2.3
6102026-07-08T17:56:02.177Z Downloaded find-msvc-tools v0.1.9
6112026-07-08T17:56:02.181Z Downloaded ff v0.14.0
6122026-07-08T17:56:02.181Z Downloaded diff v0.1.13
6132026-07-08T17:56:02.181Z Downloaded cipher v0.4.4
6142026-07-08T17:56:02.184Z Downloaded async-bb8-diesel v0.2.1
6152026-07-08T17:56:02.184Z Downloaded foldhash v0.2.0
6162026-07-08T17:56:02.188Z Downloaded allocator-api2 v0.2.21
6172026-07-08T17:56:02.188Z Downloaded displaydoc v0.2.5
6182026-07-08T17:56:02.193Z Downloaded hash32 v0.3.1
6192026-07-08T17:56:02.193Z Downloaded crossbeam-deque v0.8.6
6202026-07-08T17:56:02.193Z Downloaded delegate v0.13.5
6212026-07-08T17:56:02.193Z Downloaded backon v1.6.0
6222026-07-08T17:56:02.196Z Downloaded fixedbitset v0.5.7
6232026-07-08T17:56:02.196Z Downloaded fs_extra v1.3.0
6242026-07-08T17:56:02.196Z Downloaded filetime v0.2.27
6252026-07-08T17:56:02.200Z Downloaded ff v0.13.1
6262026-07-08T17:56:02.200Z Downloaded fallible-iterator v0.2.0
6272026-07-08T17:56:02.200Z Downloaded enum_dispatch v0.3.13
6282026-07-08T17:56:02.204Z Downloaded hash32 v0.2.1
6292026-07-08T17:56:02.204Z Downloaded git-stub v1.0.0
6302026-07-08T17:56:02.204Z Downloaded compression-codecs v0.4.37
6312026-07-08T17:56:02.208Z Downloaded hex-literal v1.1.0
6322026-07-08T17:56:02.208Z Downloaded hex v0.4.3
6332026-07-08T17:56:02.208Z Downloaded headers-core v0.3.0
6342026-07-08T17:56:02.211Z Downloaded http-range v0.1.5
6352026-07-08T17:56:02.211Z Downloaded hostname v0.3.1
6362026-07-08T17:56:02.211Z Downloaded hubpack_derive v0.1.1
6372026-07-08T17:56:02.211Z Downloaded hubpack v0.1.2
6382026-07-08T17:56:02.215Z Downloaded httpdate v1.0.3
6392026-07-08T17:56:02.215Z Downloaded http-body v1.0.1
6402026-07-08T17:56:02.215Z Downloaded hostname v0.4.2
6412026-07-08T17:56:02.215Z Downloaded castaway v0.2.4
6422026-07-08T17:56:02.218Z Downloaded form_urlencoded v1.2.2
6432026-07-08T17:56:02.218Z Downloaded home v0.5.12
6442026-07-08T17:56:02.218Z Downloaded blake2 v0.10.6
6452026-07-08T17:56:02.218Z Downloaded foreign-types-macros v0.2.3
6462026-07-08T17:56:02.222Z Downloaded fixedbitset v0.4.2
6472026-07-08T17:56:02.222Z Downloaded group v0.14.0
6482026-07-08T17:56:02.222Z Downloaded git-stub-vcs v0.1.0
6492026-07-08T17:56:02.226Z Downloaded cassowary v0.3.0
6502026-07-08T17:56:02.226Z Downloaded derive_builder v0.20.2
6512026-07-08T17:56:02.230Z Downloaded des v0.9.0
6522026-07-08T17:56:02.230Z Downloaded buf-list v1.1.2
6532026-07-08T17:56:02.234Z Downloaded deranged v0.5.8
6542026-07-08T17:56:02.234Z Downloaded console v0.15.11
6552026-07-08T17:56:02.238Z Downloaded cancel-safe-futures v0.1.5
6562026-07-08T17:56:02.238Z Downloaded console v0.16.2
6572026-07-08T17:56:02.238Z Downloaded colored v2.2.0
6582026-07-08T17:56:02.241Z Downloaded glob v0.3.3
6592026-07-08T17:56:02.241Z Downloaded group v0.13.0
6602026-07-08T17:56:02.241Z Downloaded globset v0.4.18
6612026-07-08T17:56:02.245Z Downloaded futures-executor v0.3.32
6622026-07-08T17:56:02.245Z Downloaded fs-err v2.11.0
6632026-07-08T17:56:02.245Z Downloaded ident_case v1.0.1
6642026-07-08T17:56:02.248Z Downloaded foldhash v0.1.5
6652026-07-08T17:56:02.249Z Downloaded derive_more v0.99.20
6662026-07-08T17:56:02.252Z Downloaded env_logger v0.11.9
6672026-07-08T17:56:02.255Z Downloaded hyper-tls v0.6.0
6682026-07-08T17:56:02.255Z Downloaded argon2 v0.6.0-rc.8
6692026-07-08T17:56:02.261Z Downloaded illumos-nvpair-sys v0.2.0
6702026-07-08T17:56:02.265Z Downloaded indoc v1.0.9
6712026-07-08T17:56:02.265Z Downloaded drift v0.2.0
6722026-07-08T17:56:02.271Z Downloaded indent_write v2.2.0
6732026-07-08T17:56:02.274Z Downloaded instability v0.3.11
6742026-07-08T17:56:02.274Z Downloaded const-oid v0.9.6
6752026-07-08T17:56:02.274Z Downloaded clang-sys v1.8.1
6762026-07-08T17:56:02.278Z Downloaded ciborium v0.2.2
6772026-07-08T17:56:02.278Z Downloaded bzip2 v0.6.1
6782026-07-08T17:56:02.282Z Downloaded instant v0.1.13
6792026-07-08T17:56:02.282Z Downloaded highway v1.3.0
6802026-07-08T17:56:02.283Z Downloaded inout v0.2.2
6812026-07-08T17:56:02.286Z Downloaded inout v0.1.4
6822026-07-08T17:56:02.286Z Downloaded illumos-nvpair v0.3.0
6832026-07-08T17:56:02.290Z Downloaded erased-serde v0.3.31
6842026-07-08T17:56:02.294Z Downloaded is_ci v1.2.0
6852026-07-08T17:56:02.294Z Downloaded is-terminal v0.4.17
6862026-07-08T17:56:02.294Z Downloaded keccak v0.1.6
6872026-07-08T17:56:02.294Z Downloaded internet-checksum v0.2.1
6882026-07-08T17:56:02.298Z Downloaded lazy_static v1.5.0
6892026-07-08T17:56:02.302Z Downloaded lalrpop-util v0.19.12
6902026-07-08T17:56:02.302Z Downloaded kem v0.3.0
6912026-07-08T17:56:02.311Z Downloaded elliptic-curve v0.13.8
6922026-07-08T17:56:02.316Z Downloaded kstat-rs v0.2.4
6932026-07-08T17:56:02.320Z Downloaded elliptic-curve v0.14.0-rc.33
6942026-07-08T17:56:02.324Z Downloaded dropshot_endpoint v0.17.1
6952026-07-08T17:56:02.327Z Downloaded idna_adapter v1.2.1
6962026-07-08T17:56:02.332Z Downloaded chacha20 v0.10.0
6972026-07-08T17:56:02.332Z Downloaded libscf-sys v1.1.0
6982026-07-08T17:56:02.332Z Downloaded bzip2 v0.4.4
6992026-07-08T17:56:02.335Z Downloaded const-oid v0.10.2
7002026-07-08T17:56:02.339Z Downloaded cookie v0.18.1
7012026-07-08T17:56:02.344Z Downloaded lru-cache v0.1.2
7022026-07-08T17:56:02.344Z Downloaded futures-channel v0.3.32
7032026-07-08T17:56:02.344Z Downloaded colored v3.1.1
7042026-07-08T17:56:02.347Z Downloaded impl-trait-for-tuples v0.2.3
7052026-07-08T17:56:02.348Z Downloaded maybe-uninit v2.0.0
7062026-07-08T17:56:02.351Z Downloaded indoc v2.0.7
7072026-07-08T17:56:02.351Z Downloaded match_cfg v0.1.0
7082026-07-08T17:56:02.351Z Downloaded linked-hash-map v0.5.6
7092026-07-08T17:56:02.355Z Downloaded memoffset v0.9.1
7102026-07-08T17:56:02.355Z Downloaded arc-swap v1.8.2
7112026-07-08T17:56:02.359Z Downloaded maplit v1.0.2
7122026-07-08T17:56:02.359Z Downloaded http-body-util v0.1.3
7132026-07-08T17:56:02.359Z Downloaded multimap v0.10.1
7142026-07-08T17:56:02.362Z Downloaded getrandom v0.2.17
7152026-07-08T17:56:02.362Z Downloaded getrandom v0.3.4
7162026-07-08T17:56:02.366Z Downloaded generic-array v1.4.3
7172026-07-08T17:56:02.366Z Downloaded httparse v1.10.1
7182026-07-08T17:56:02.370Z Downloaded hmac v0.13.0
7192026-07-08T17:56:02.370Z Downloaded lru v0.12.5
7202026-07-08T17:56:02.370Z Downloaded managed v0.8.0
7212026-07-08T17:56:02.374Z Downloaded lzss v0.8.2
7222026-07-08T17:56:02.374Z Downloaded ipnet v2.11.0
7232026-07-08T17:56:02.374Z Downloaded hybrid-array v0.4.13
7242026-07-08T17:56:02.379Z Downloaded humantime v2.3.0
7252026-07-08T17:56:02.379Z Downloaded lru-slab v0.1.2
7262026-07-08T17:56:02.379Z Downloaded jobserver v0.1.34
7272026-07-08T17:56:02.380Z Downloaded newline-converter v0.3.0
7282026-07-08T17:56:02.383Z Downloaded cipher v0.5.2
7292026-07-08T17:56:02.383Z Downloaded futures v0.3.32
7302026-07-08T17:56:02.383Z Downloaded normalize-line-endings v0.3.0
7312026-07-08T17:56:02.387Z Downloaded nodrop v0.1.14
7322026-07-08T17:56:02.387Z Downloaded md-5 v0.10.6
7332026-07-08T17:56:02.392Z Downloaded derive-where v1.6.0
7342026-07-08T17:56:02.396Z Downloaded newtype_derive v0.1.6
7352026-07-08T17:56:02.396Z Downloaded new_debug_unreachable v1.0.6
7362026-07-08T17:56:02.410Z Downloaded num-derive v0.3.3
7372026-07-08T17:56:02.414Z Downloaded num-conv v0.2.0
7382026-07-08T17:56:02.414Z Downloaded lock_api v0.4.14
7392026-07-08T17:56:02.414Z Downloaded libsw v3.5.0
7402026-07-08T17:56:02.418Z Downloaded half v1.8.3
7412026-07-08T17:56:02.418Z Downloaded fatfs v0.3.6
7422026-07-08T17:56:02.418Z Downloaded ingot-types v0.1.2
7432026-07-08T17:56:02.423Z Downloaded num_enum_derive v0.5.11
7442026-07-08T17:56:02.423Z Downloaded ingot v0.1.1
7452026-07-08T17:56:02.423Z Downloaded ecdsa v0.17.0-rc.18
7462026-07-08T17:56:02.423Z Downloaded darling_core v0.21.3
7472026-07-08T17:56:02.427Z Downloaded hmac v0.12.1
7482026-07-08T17:56:02.427Z Downloaded num_threads v0.1.7
7492026-07-08T17:56:02.431Z Downloaded multer v3.1.0
7502026-07-08T17:56:02.431Z Downloaded keccak v0.2.0
7512026-07-08T17:56:02.431Z Downloaded md5 v0.8.0
7522026-07-08T17:56:02.435Z Downloaded num-iter v0.1.45
7532026-07-08T17:56:02.435Z Downloaded olpc-cjson v0.1.4
7542026-07-08T17:56:02.435Z Downloaded num v0.4.3
7552026-07-08T17:56:02.440Z Downloaded num-derive v0.4.2
7562026-07-08T17:56:02.446Z Downloaded base64 v0.22.1
7572026-07-08T17:56:02.450Z Downloaded newtype-uuid-macros v0.1.0
7582026-07-08T17:56:02.451Z Downloaded openssl-macros v0.1.1
7592026-07-08T17:56:02.451Z Downloaded newtype-uuid v1.3.2
7602026-07-08T17:56:02.455Z Downloaded libloading v0.8.9
7612026-07-08T17:56:02.459Z Downloaded packed_struct_codegen v0.10.1
7622026-07-08T17:56:02.459Z Downloaded libefi-sys v0.1.0
7632026-07-08T17:56:02.463Z Downloaded linear-map v1.2.0
7642026-07-08T17:56:02.463Z Downloaded nu-ansi-term v0.50.3
7652026-07-08T17:56:02.467Z Downloaded flate2 v1.1.9
7662026-07-08T17:56:02.467Z Downloaded hyper-rustls v0.27.7
7672026-07-08T17:56:02.470Z Downloaded libsw-core v0.3.2
7682026-07-08T17:56:02.470Z Downloaded iana-time-zone v0.1.65
7692026-07-08T17:56:02.474Z Downloaded der v0.7.10
7702026-07-08T17:56:02.478Z Downloaded hyper-staticfile v0.10.1
7712026-07-08T17:56:02.478Z Downloaded nonempty v0.12.0
7722026-07-08T17:56:02.478Z Downloaded openssl-probe v0.2.1
7732026-07-08T17:56:02.482Z Downloaded openssl-probe v0.1.6
7742026-07-08T17:56:02.482Z Downloaded opaque-debug v0.3.1
7752026-07-08T17:56:02.482Z Downloaded chacha20poly1305 v0.10.1
7762026-07-08T17:56:02.482Z Downloaded crossbeam-channel v0.5.15
7772026-07-08T17:56:02.486Z Downloaded icu_provider v2.1.1
7782026-07-08T17:56:02.490Z Downloaded mime_guess v2.0.5
7792026-07-08T17:56:02.490Z Downloaded ignore v0.4.25
7802026-07-08T17:56:02.494Z Downloaded native-tls v0.2.18
7812026-07-08T17:56:02.494Z Downloaded nibble_vec v0.1.0
7822026-07-08T17:56:02.498Z Downloaded parse-size v1.1.0
7832026-07-08T17:56:02.498Z Downloaded parse-display v0.10.0
7842026-07-08T17:56:02.498Z Downloaded peg-runtime v0.8.5
7852026-07-08T17:56:02.498Z Downloaded path-slash v0.1.5
7862026-07-08T17:56:02.498Z Downloaded password-hash v0.6.1
7872026-07-08T17:56:02.502Z Downloaded oso-derive v0.27.3
7882026-07-08T17:56:02.502Z Downloaded nanorand v0.7.0
7892026-07-08T17:56:02.502Z Downloaded module-lattice v0.2.3
7902026-07-08T17:56:02.506Z Downloaded memmap2 v0.9.10
7912026-07-08T17:56:02.506Z Downloaded mime v0.3.17
7922026-07-08T17:56:02.506Z Downloaded num_enum_derive v0.7.6
7932026-07-08T17:56:02.506Z Downloaded num_enum v0.7.6
7942026-07-08T17:56:02.510Z Downloaded ml-kem v0.3.2
7952026-07-08T17:56:02.514Z Downloaded half v2.7.1
7962026-07-08T17:56:02.521Z Downloaded ipnetwork v0.21.1
7972026-07-08T17:56:02.524Z Downloaded ingot-macros v0.1.1
7982026-07-08T17:56:02.528Z Downloaded libbz2-rs-sys v0.2.2
7992026-07-08T17:56:02.532Z Downloaded icu_locale_core v2.1.1
8002026-07-08T17:56:02.536Z Downloaded num-complex v0.4.6
8012026-07-08T17:56:02.536Z Downloaded oxnet v0.1.6
8022026-07-08T17:56:02.542Z Downloaded phf_shared v0.13.1
8032026-07-08T17:56:02.545Z Downloaded phf_shared v0.12.1
8042026-07-08T17:56:02.549Z Downloaded num-integer v0.1.46
8052026-07-08T17:56:02.549Z Downloaded bumpalo v3.20.2
8062026-07-08T17:56:02.549Z Downloaded ed25519-dalek v2.2.0
8072026-07-08T17:56:02.553Z Downloaded diesel_derives v2.3.7
8082026-07-08T17:56:02.557Z Downloaded ed25519-dalek v3.0.0-rc.0
8092026-07-08T17:56:02.560Z Downloaded derive_more-impl v2.1.1
8102026-07-08T17:56:02.564Z Downloaded icu_normalizer v2.1.1
8112026-07-08T17:56:02.564Z Downloaded async-compression v0.4.41
8122026-07-08T17:56:02.568Z Downloaded ar_archive_writer v0.5.1
8132026-07-08T17:56:02.572Z Downloaded phf_shared v0.11.3
8142026-07-08T17:56:02.572Z Downloaded parking_lot_core v0.8.6
8152026-07-08T17:56:02.572Z Downloaded litemap v0.8.1
8162026-07-08T17:56:02.576Z Downloaded const_format v0.2.35
8172026-07-08T17:56:02.580Z Downloaded password-hash v0.5.0
8182026-07-08T17:56:02.580Z Downloaded precomputed-hash v0.1.1
8192026-07-08T17:56:02.580Z Downloaded compact_str v0.8.1
8202026-07-08T17:56:02.584Z Downloaded icu_properties v2.1.2
8212026-07-08T17:56:02.584Z Downloaded cc v1.2.56
8222026-07-08T17:56:02.605Z Downloaded pem-rfc7468 v1.0.0
8232026-07-08T17:56:02.605Z Downloaded indicatif v0.18.4
8242026-07-08T17:56:02.605Z Downloaded percent-encoding v2.3.2
8252026-07-08T17:56:02.605Z Downloaded owo-colors v4.3.0
8262026-07-08T17:56:02.605Z Downloaded pbkdf2 v0.13.0
8272026-07-08T17:56:02.605Z Downloaded oxide-tokio-rt v0.1.4
8282026-07-08T17:56:02.605Z Downloaded predicates-core v1.0.10
8292026-07-08T17:56:02.605Z Downloaded phc v0.6.1
8302026-07-08T17:56:02.605Z Downloaded dropshot-api-manager v0.7.2
8312026-07-08T17:56:02.606Z Downloaded predicates-tree v1.0.13
8322026-07-08T17:56:02.606Z Downloaded powerfmt v0.2.0
8332026-07-08T17:56:02.606Z Downloaded proc-macro-error-attr2 v2.0.0
8342026-07-08T17:56:02.606Z Downloaded hickory-resolver v0.24.4
8352026-07-08T17:56:02.606Z Downloaded proc-macro-crate v3.4.0
8362026-07-08T17:56:02.611Z Downloaded proc-macro-crate v1.3.1
8372026-07-08T17:56:02.611Z Downloaded icu_collections v2.1.1
8382026-07-08T17:56:02.611Z Downloaded potential_utf v0.1.4
8392026-07-08T17:56:02.611Z Downloaded peg v0.8.5
8402026-07-08T17:56:02.615Z Downloaded heapless v0.8.0
8412026-07-08T17:56:02.615Z Downloaded pin-project-lite v0.2.17
8422026-07-08T17:56:02.618Z Downloaded pin-project-internal v1.1.11
8432026-07-08T17:56:02.622Z Downloaded packed_struct v0.10.1
8442026-07-08T17:56:02.622Z Downloaded heapless v0.7.17
8452026-07-08T17:56:02.626Z Downloaded quick-error v1.2.3
8462026-07-08T17:56:02.626Z Downloaded headers v0.4.1
8472026-07-08T17:56:02.630Z Downloaded paste v1.0.15
8482026-07-08T17:56:02.630Z Downloaded flume v0.11.1
8492026-07-08T17:56:02.634Z Downloaded poly1305 v0.8.0
8502026-07-08T17:56:02.634Z Downloaded progenitor-client v0.14.0
8512026-07-08T17:56:02.634Z Downloaded crypto-bigint v0.5.5
8522026-07-08T17:56:02.638Z Downloaded pkg-config v0.3.32
8532026-07-08T17:56:02.642Z Downloaded pem v3.0.6
8542026-07-08T17:56:02.642Z Downloaded parking_lot_core v0.9.12
8552026-07-08T17:56:02.642Z Downloaded phf v0.13.1
8562026-07-08T17:56:02.645Z Downloaded bytes v1.11.1
8572026-07-08T17:56:02.646Z Downloaded radium v0.7.0
8582026-07-08T17:56:02.650Z Downloaded num-rational v0.4.2
8592026-07-08T17:56:02.650Z Downloaded base64 v0.21.7
8602026-07-08T17:56:02.653Z Downloaded phf v0.12.1
8612026-07-08T17:56:02.654Z Downloaded num_enum v0.5.11
8622026-07-08T17:56:02.657Z Downloaded ppv-lite86 v0.2.21
8632026-07-08T17:56:02.657Z Downloaded psl-types v2.0.11
8642026-07-08T17:56:02.657Z Downloaded progenitor-macro v0.14.0
8652026-07-08T17:56:02.662Z Downloaded miniz_oxide v0.8.9
8662026-07-08T17:56:02.662Z Downloaded omicron-zone-package v0.12.3
8672026-07-08T17:56:02.662Z Downloaded rand_chacha v0.3.1
8682026-07-08T17:56:02.666Z Downloaded recursive v0.1.1
8692026-07-08T17:56:02.666Z Downloaded proc-macro-error2 v2.0.1
8702026-07-08T17:56:02.666Z Downloaded pkcs8 v0.10.2
8712026-07-08T17:56:02.670Z Downloaded ref-cast-impl v1.0.25
8722026-07-08T17:56:02.670Z Downloaded ref-cast v1.0.25
8732026-07-08T17:56:02.670Z Downloaded primefield v0.14.0
8742026-07-08T17:56:02.675Z Downloaded polyval v0.7.1
8752026-07-08T17:56:02.678Z Downloaded icu_normalizer_data v2.1.1
8762026-07-08T17:56:02.678Z Downloaded indexmap v1.9.3
8772026-07-08T17:56:02.682Z Downloaded jiff-static v0.2.21
8782026-07-08T17:56:02.686Z Downloaded progenitor-extras v0.2.0
8792026-07-08T17:56:02.690Z Downloaded progenitor v0.13.0
8802026-07-08T17:56:02.690Z Downloaded psm v0.1.30
8812026-07-08T17:56:02.694Z Downloaded rand_xorshift v0.4.0
8822026-07-08T17:56:02.694Z Downloaded postgres-protocol v0.6.10
8832026-07-08T17:56:02.694Z Downloaded progenitor-macro v0.13.0
8842026-07-08T17:56:02.694Z Downloaded pkcs8 v0.11.0
8852026-07-08T17:56:02.698Z Downloaded poly1305 v0.9.0
8862026-07-08T17:56:02.698Z Downloaded pkcs1 v0.8.0-rc.4
8872026-07-08T17:56:02.702Z Downloaded recursive-proc-macro-impl v0.1.1
8882026-07-08T17:56:02.703Z Downloaded primeorder v0.14.0-rc.10
8892026-07-08T17:56:02.703Z Downloaded expectorate v1.2.0
8902026-07-08T17:56:02.706Z Downloaded der v0.8.0
8912026-07-08T17:56:02.711Z Downloaded parking_lot v0.12.5
8922026-07-08T17:56:02.714Z Downloaded primeorder v0.13.6
8932026-07-08T17:56:02.719Z Downloaded rfc6979 v0.4.0
8942026-07-08T17:56:02.719Z Downloaded rfc6979 v0.5.0
8952026-07-08T17:56:02.719Z Downloaded rtoolbox v0.0.3
8962026-07-08T17:56:02.723Z Downloaded rustc_version v0.4.1
8972026-07-08T17:56:02.723Z Downloaded r2d2 v0.8.10
8982026-07-08T17:56:02.723Z Downloaded postcard v1.1.3
8992026-07-08T17:56:02.723Z Downloaded peg-macros v0.8.5
9002026-07-08T17:56:02.723Z Downloaded parse-display-derive v0.10.0
9012026-07-08T17:56:02.729Z Downloaded num-traits v0.2.19
9022026-07-08T17:56:02.729Z Downloaded rand_chacha v0.9.0
9032026-07-08T17:56:02.729Z Downloaded progenitor v0.14.0
9042026-07-08T17:56:02.733Z Downloaded pem-rfc7468 v0.7.0
9052026-07-08T17:56:02.733Z Downloaded predicates v3.1.4
9062026-07-08T17:56:02.733Z Downloaded rand_seeder v0.4.0
9072026-07-08T17:56:02.733Z Downloaded hashbrown v0.13.2
9082026-07-08T17:56:02.737Z Downloaded rand_core v0.9.5
9092026-07-08T17:56:02.737Z Downloaded hashbrown v0.12.3
9102026-07-08T17:56:02.740Z Downloaded progenitor-client v0.13.0
9112026-07-08T17:56:02.740Z Downloaded sapling-renderdag v0.1.0
9122026-07-08T17:56:02.741Z Downloaded same-file v1.0.6
9132026-07-08T17:56:02.746Z Downloaded rustc-hash v2.1.1
9142026-07-08T17:56:02.750Z Downloaded russh-util v0.52.0
9152026-07-08T17:56:02.750Z Downloaded russh-cryptovec v0.61.0
9162026-07-08T17:56:02.754Z Downloaded rustc_version v0.1.7
9172026-07-08T17:56:02.754Z Downloaded hyper-util v0.1.20
9182026-07-08T17:56:02.757Z Downloaded pkcs1 v0.7.5
9192026-07-08T17:56:02.757Z Downloaded litrs v1.0.0
9202026-07-08T17:56:02.766Z Downloaded serde-big-array v0.5.1
9212026-07-08T17:56:02.771Z Downloaded pin-project v1.1.11
9222026-07-08T17:56:02.775Z Downloaded p384 v0.14.0-rc.10
9232026-07-08T17:56:02.779Z Downloaded postgres-types v0.2.12
9242026-07-08T17:56:02.779Z Downloaded crossterm v0.28.1
9252026-07-08T17:56:02.783Z Downloaded oso v0.27.3
9262026-07-08T17:56:02.787Z Downloaded aes v0.9.1
9272026-07-08T17:56:02.791Z Downloaded seq-macro v0.3.6
9282026-07-08T17:56:02.791Z Downloaded serde_plain v1.0.2
9292026-07-08T17:56:02.791Z Downloaded semver v0.1.20
9302026-07-08T17:56:02.794Z Downloaded rand_core v0.6.4
9312026-07-08T17:56:02.795Z Downloaded parking_lot v0.11.2
9322026-07-08T17:56:02.795Z Downloaded p256 v0.14.0-rc.10
9332026-07-08T17:56:02.798Z Downloaded scheduled-thread-pool v0.2.7
9342026-07-08T17:56:02.798Z Downloaded serde_urlencoded v0.7.1
9352026-07-08T17:56:02.798Z Downloaded scopeguard v1.2.0
9362026-07-08T17:56:02.802Z Downloaded secrecy v0.8.0
9372026-07-08T17:56:02.802Z Downloaded minimal-lexical v0.2.1
9382026-07-08T17:56:02.806Z Downloaded rand_core v0.10.0
9392026-07-08T17:56:02.806Z Downloaded papergrid v0.17.0
9402026-07-08T17:56:02.816Z Downloaded signal-hook-mio v0.2.5
9412026-07-08T17:56:02.820Z Downloaded internal-russh-num-bigint v0.5.0
9422026-07-08T17:56:02.830Z Downloaded scroll_derive v0.13.1
9432026-07-08T17:56:02.834Z Downloaded serde_bytes v0.11.19
9442026-07-08T17:56:02.838Z Downloaded serde_repr v0.1.20
9452026-07-08T17:56:02.842Z Downloaded sha1 v0.11.0
9462026-07-08T17:56:02.842Z Downloaded scroll v0.13.0
9472026-07-08T17:56:02.845Z Downloaded schemars_derive v0.8.22
9482026-07-08T17:56:02.845Z Downloaded quinn-udp v0.5.14
9492026-07-08T17:56:02.845Z Downloaded signal-hook-tokio v0.3.1
9502026-07-08T17:56:02.849Z Downloaded sigpipe v0.1.3
9512026-07-08T17:56:02.849Z Downloaded signature v3.0.0
9522026-07-08T17:56:02.849Z Downloaded signature v2.2.0
9532026-07-08T17:56:02.849Z Downloaded slog-bunyan v2.5.0
9542026-07-08T17:56:02.853Z Downloaded siphasher v1.0.2
9552026-07-08T17:56:02.857Z Downloaded serde-hex v0.1.0
9562026-07-08T17:56:02.861Z Downloaded sec1 v0.7.3
9572026-07-08T17:56:02.861Z Downloaded resolv-conf v0.7.6
9582026-07-08T17:56:02.868Z Downloaded sha1 v0.10.6
9592026-07-08T17:56:02.868Z Downloaded pkcs5 v0.8.1
9602026-07-08T17:56:02.876Z Downloaded rustls-pemfile v2.2.0
9612026-07-08T17:56:02.876Z Downloaded serde_path_to_error v0.1.20
9622026-07-08T17:56:02.876Z Downloaded serde_derive_internals v0.29.1
9632026-07-08T17:56:02.882Z Downloaded shell-words v1.1.1
9642026-07-08T17:56:02.886Z Downloaded rustls-native-certs v0.8.3
9652026-07-08T17:56:02.890Z Downloaded prettyplease v0.2.37
9662026-07-08T17:56:02.896Z Downloaded serde_with_macros v1.5.2
9672026-07-08T17:56:02.902Z Downloaded serdect v0.4.3
9682026-07-08T17:56:02.906Z Downloaded stable_deref_trait v1.2.1
9692026-07-08T17:56:02.910Z Downloaded secrecy v0.10.3
9702026-07-08T17:56:02.914Z Downloaded slog-envlogger v2.2.0
9712026-07-08T17:56:02.918Z Downloaded prefix-trie v0.7.0
9722026-07-08T17:56:02.922Z Downloaded hickory-resolver v0.25.2
9732026-07-08T17:56:02.926Z Downloaded openssl-sys v0.9.115
9742026-07-08T17:56:02.930Z Downloaded hickory-server v0.25.2
9752026-07-08T17:56:02.934Z Downloaded slog-async v2.8.0
9762026-07-08T17:56:02.938Z Downloaded slab v0.4.12
9772026-07-08T17:56:02.938Z Downloaded simd-adler32 v0.3.8
9782026-07-08T17:56:02.938Z Downloaded signal-hook-registry v1.4.8
9792026-07-08T17:56:02.938Z Downloaded sec1 v0.8.1
9802026-07-08T17:56:02.942Z Downloaded structmeta v0.3.0
9812026-07-08T17:56:02.942Z Downloaded strip-ansi-escapes v0.2.1
9822026-07-08T17:56:02.946Z Downloaded serde_spanned v1.1.1
9832026-07-08T17:56:02.950Z Downloaded scrypt v0.12.0
9842026-07-08T17:56:02.958Z Downloaded strum v0.26.3
9852026-07-08T17:56:02.961Z Downloaded slog-json v2.6.1
9862026-07-08T17:56:02.961Z Downloaded http v1.4.2
9872026-07-08T17:56:02.965Z Downloaded smallvec v0.6.14
9882026-07-08T17:56:02.965Z Downloaded slog-scope v4.4.1
9892026-07-08T17:56:02.969Z Downloaded supports-color v3.0.2
9902026-07-08T17:56:02.969Z Downloaded strum v0.27.2
9912026-07-08T17:56:02.973Z Downloaded slog-term v2.9.2
9922026-07-08T17:56:02.973Z Downloaded sync_wrapper v1.0.2
9932026-07-08T17:56:02.973Z Downloaded sync-ptr v0.1.4
9942026-07-08T17:56:02.973Z Downloaded pretty_assertions v1.4.1
9952026-07-08T17:56:02.977Z Downloaded snafu-derive v0.8.9
9962026-07-08T17:56:02.977Z Downloaded rayon-core v1.13.0
9972026-07-08T17:56:02.977Z Downloaded strsim v0.10.0
9982026-07-08T17:56:02.981Z Downloaded serde_with_macros v3.17.0
9992026-07-08T17:56:03.988Z Downloaded sqlparser_derive v0.5.0
10002026-07-08T17:56:03.989Z Downloaded structmeta-derive v0.3.0
10012026-07-08T17:56:03.989Z Downloaded spki v0.8.0
10022026-07-08T17:56:03.989Z Downloaded rusty-fork v0.3.1
10032026-07-08T17:56:03.995Z Downloaded rustversion v1.0.22
10042026-07-08T17:56:03.995Z Downloaded tabwriter v1.4.1
10052026-07-08T17:56:03.995Z Downloaded spki v0.7.3
10062026-07-08T17:56:03.995Z Downloaded testing_table v0.3.0
10072026-07-08T17:56:03.995Z Downloaded termtree v0.5.1
10082026-07-08T17:56:03.995Z Downloaded take_mut v0.2.2
10092026-07-08T17:56:03.995Z Downloaded tagptr v0.2.0
10102026-07-08T17:56:03.995Z Downloaded tabled_derive v0.11.0
10112026-07-08T17:56:03.995Z Downloaded sha2 v0.11.0
10122026-07-08T17:56:03.995Z Downloaded ryu v1.0.23
10132026-07-08T17:56:03.995Z Downloaded shlex v1.3.0
10142026-07-08T17:56:03.995Z Downloaded rustls-pki-types v1.14.0
10152026-07-08T17:56:03.995Z Downloaded quinn v0.11.9
10162026-07-08T17:56:03.995Z Downloaded aho-corasick v1.1.4
10172026-07-08T17:56:03.995Z Downloaded static_assertions v1.1.0
10182026-07-08T17:56:03.995Z Downloaded stacker v0.1.23
10192026-07-08T17:56:03.995Z Downloaded thiserror-impl-no-std v2.0.2
10202026-07-08T17:56:03.995Z Downloaded stringprep v0.1.5
10212026-07-08T17:56:03.995Z Downloaded slog-stdlog v4.1.1
10222026-07-08T17:56:03.995Z Downloaded slog-dtrace v0.3.0
10232026-07-08T17:56:03.995Z Downloaded schemars v0.8.22
10242026-07-08T17:56:03.995Z Downloaded rcgen v0.12.1
10252026-07-08T17:56:03.995Z Downloaded smf v0.2.3
10262026-07-08T17:56:03.996Z Downloaded ron v0.8.1
10272026-07-08T17:56:03.996Z Downloaded thread-id v5.1.0
10282026-07-08T17:56:03.996Z Downloaded tap v1.0.1
10292026-07-08T17:56:03.996Z Downloaded p521 v0.14.0-rc.10
10302026-07-08T17:56:03.996Z Downloaded itertools v0.10.5
10312026-07-08T17:56:03.996Z Downloaded support-bundle-viewer v0.1.2
10322026-07-08T17:56:03.996Z Downloaded salsa20 v0.11.0
10332026-07-08T17:56:03.996Z Downloaded spin v0.9.8
10342026-07-08T17:56:03.996Z Downloaded termios v0.3.3
10352026-07-08T17:56:03.996Z Downloaded synstructure v0.13.2
10362026-07-08T17:56:03.996Z Downloaded tokio-macros v2.7.0
10372026-07-08T17:56:03.996Z Downloaded time-core v0.1.8
10382026-07-08T17:56:03.996Z Downloaded tinyvec_macros v0.1.1
10392026-07-08T17:56:03.996Z Downloaded sqlformat v0.3.5
10402026-07-08T17:56:03.996Z Downloaded ssh-cipher v0.3.0-rc.9
10412026-07-08T17:56:03.996Z Downloaded serde_cbor v0.11.2
10422026-07-08T17:56:03.996Z Downloaded signal-hook v0.3.18
10432026-07-08T17:56:03.996Z Downloaded progenitor-impl v0.14.0
10442026-07-08T17:56:03.996Z Downloaded progenitor-impl v0.13.0
10452026-07-08T17:56:03.996Z Downloaded hkdf v0.13.0
10462026-07-08T17:56:03.996Z Downloaded libm v0.2.16
10472026-07-08T17:56:03.996Z Downloaded qorb v0.4.1
10482026-07-08T17:56:03.996Z Downloaded ssh-encoding v0.3.0-rc.9
10492026-07-08T17:56:03.996Z Downloaded rustls-platform-verifier v0.6.2
10502026-07-08T17:56:03.996Z Downloaded subtle v2.6.1
10512026-07-08T17:56:03.996Z Downloaded h2 v0.4.15
10522026-07-08T17:56:03.996Z Downloaded trait-variant v0.1.2
10532026-07-08T17:56:03.996Z Downloaded strum_macros v0.27.2
10542026-07-08T17:56:03.997Z Downloaded strum_macros v0.26.4
10552026-07-08T17:56:03.997Z Downloaded thiserror-no-std v2.0.2
10562026-07-08T17:56:03.997Z Downloaded thread_local v1.1.9
10572026-07-08T17:56:03.997Z Downloaded idna v1.1.0
10582026-07-08T17:56:03.997Z Downloaded tower-layer v0.3.3
10592026-07-08T17:56:03.997Z Downloaded mio v1.2.0
10602026-07-08T17:56:03.997Z Downloaded try-lock v0.2.5
10612026-07-08T17:56:03.997Z Downloaded aes-gcm v0.11.0
10622026-07-08T17:56:03.997Z Downloaded smallvec v1.15.1
10632026-07-08T17:56:03.997Z Downloaded socket2 v0.6.3
10642026-07-08T17:56:03.997Z Downloaded tls_codec v0.4.2
10652026-07-08T17:56:03.997Z Downloaded tower-service v0.3.3
10662026-07-08T17:56:03.997Z Downloaded topological-sort v0.2.2
10672026-07-08T17:56:03.997Z Downloaded tinystr v0.8.2
10682026-07-08T17:56:03.997Z Downloaded serde_yaml v0.9.34+deprecated
10692026-07-08T17:56:03.997Z Downloaded typify-macro v0.6.2
10702026-07-08T17:56:03.997Z Downloaded tokio-test v0.4.5
10712026-07-08T17:56:03.997Z Downloaded tokio-native-tls v0.3.1
10722026-07-08T17:56:03.997Z Downloaded unicode-xid v0.2.6
10732026-07-08T17:56:03.997Z Downloaded tokio-dtrace v0.1.1
10742026-07-08T17:56:03.997Z Downloaded hashbrown v0.16.1
10752026-07-08T17:56:03.997Z Downloaded hkdf v0.12.4
10762026-07-08T17:56:03.997Z Downloaded nom v7.1.3
10772026-07-08T17:56:03.997Z Downloaded slog v2.8.2
10782026-07-08T17:56:03.997Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10792026-07-08T17:56:03.997Z Downloaded num-bigint v0.4.6
10802026-07-08T17:56:03.997Z Downloaded untrusted v0.7.1
10812026-07-08T17:56:03.998Z Downloaded unarray v0.1.4
10822026-07-08T17:56:03.998Z Downloaded universal-hash v0.5.1
10832026-07-08T17:56:03.998Z Downloaded tokio-tungstenite v0.23.1
10842026-07-08T17:56:03.998Z Downloaded toml_writer v1.1.1+spec-1.1.0
10852026-07-08T17:56:03.998Z Downloaded crypto-primes v0.7.2
10862026-07-08T17:56:03.998Z Downloaded usdt v0.6.0
10872026-07-08T17:56:03.998Z Downloaded toml_datetime v1.1.1+spec-1.1.0
10882026-07-08T17:56:03.998Z Downloaded usdt-macro v0.6.0
10892026-07-08T17:56:03.998Z Downloaded publicsuffix v2.3.0
10902026-07-08T17:56:03.998Z Downloaded utf-8 v0.7.6
10912026-07-08T17:56:03.998Z Downloaded usdt-attr-macro v0.6.0
10922026-07-08T17:56:03.998Z Downloaded snafu v0.8.9
10932026-07-08T17:56:03.998Z Downloaded tiny-keccak v2.0.2
10942026-07-08T17:56:03.998Z Downloaded time-macros v0.2.27
10952026-07-08T17:56:03.998Z Downloaded unit-prefix v0.5.2
10962026-07-08T17:56:03.998Z Downloaded iddqd v0.4.2
10972026-07-08T17:56:03.998Z Downloaded void v1.0.2
10982026-07-08T17:56:03.998Z Downloaded libxml v0.3.3
10992026-07-08T17:56:03.998Z Downloaded tui-tree-widget v0.23.1
11002026-07-08T17:56:03.998Z Downloaded string_cache v0.8.9
11012026-07-08T17:56:03.998Z Downloaded strum_macros v0.24.3
11022026-07-08T17:56:03.998Z Downloaded rand v0.8.6
11032026-07-08T17:56:04.003Z Downloaded universal-hash v0.6.1
11042026-07-08T17:56:04.003Z Downloaded untrusted v0.9.0
11052026-07-08T17:56:04.003Z Downloaded tls_codec_derive v0.4.2
11062026-07-08T17:56:04.003Z Downloaded utf8_iter v1.0.4
11072026-07-08T17:56:04.003Z Downloaded unicode-truncate v1.1.0
11082026-07-08T17:56:04.003Z Downloaded icu_properties_data v2.1.2
11092026-07-08T17:56:04.003Z Downloaded tokio-stream v0.1.18
11102026-07-08T17:56:04.003Z Downloaded similar v2.7.0
11112026-07-08T17:56:04.003Z Downloaded tokio-tungstenite v0.21.0
11122026-07-08T17:56:04.003Z Downloaded want v0.3.1
11132026-07-08T17:56:04.003Z Downloaded socket2 v0.5.10
11142026-07-08T17:56:04.003Z Downloaded term v1.2.1
11152026-07-08T17:56:04.003Z Downloaded wait-timeout v0.2.1
11162026-07-08T17:56:04.003Z Downloaded waitgroup v0.1.2
11172026-07-08T17:56:04.003Z Downloaded hashbrown v0.15.5
11182026-07-08T17:56:04.003Z Downloaded usdt-impl v0.6.0
11192026-07-08T17:56:04.003Z Downloaded itertools v0.13.0
11202026-07-08T17:56:04.004Z Downloaded xattr v1.6.1
11212026-07-08T17:56:04.004Z Downloaded xshell-macros v0.2.7
11222026-07-08T17:56:04.004Z Downloaded num-bigint-dig v0.8.6
11232026-07-08T17:56:04.004Z Downloaded itertools v0.12.1
11242026-07-08T17:56:04.004Z Downloaded toml_parser v1.1.2+spec-1.1.0
11252026-07-08T17:56:04.004Z Downloaded term v0.7.0
11262026-07-08T17:56:04.004Z Downloaded vergen-git2 v9.1.0
11272026-07-08T17:56:04.004Z Downloaded zerofrom-derive v0.1.6
11282026-07-08T17:56:04.004Z Downloaded unicase v2.9.0
11292026-07-08T17:56:04.004Z Downloaded zerofrom v0.1.6
11302026-07-08T17:56:04.004Z Downloaded vsss-rs v3.3.4
11312026-07-08T17:56:04.004Z Downloaded zeroize_derive v1.4.3
11322026-07-08T17:56:04.004Z Downloaded twox-hash v2.1.2
11332026-07-08T17:56:04.004Z Downloaded futures-util v0.3.32
11342026-07-08T17:56:04.004Z Downloaded unicode-properties v0.1.4
11352026-07-08T17:56:04.004Z Downloaded rustyline v14.0.0
11362026-07-08T17:56:04.004Z Downloaded yoke-derive v0.8.1
11372026-07-08T17:56:04.004Z Downloaded rsa v0.9.10
11382026-07-08T17:56:04.004Z Downloaded zone v0.3.1
11392026-07-08T17:56:04.004Z Downloaded rand v0.10.1
11402026-07-08T17:56:04.004Z Downloaded walkdir v2.5.0
11412026-07-08T17:56:04.004Z Downloaded git2 v0.20.4
11422026-07-08T17:56:04.004Z Downloaded toml v1.1.2+spec-1.1.0
11432026-07-08T17:56:04.004Z Downloaded uzers v0.12.2
11442026-07-08T17:56:04.004Z Downloaded toml v0.7.8
11452026-07-08T17:56:04.004Z Downloaded vergen-gitcl v1.0.8
11462026-07-08T17:56:04.004Z Downloaded subprocess v0.2.15
11472026-07-08T17:56:04.005Z Downloaded zone_cfg_derive v0.3.1
11482026-07-08T17:56:04.005Z Downloaded tokio-rustls v0.26.4
11492026-07-08T17:56:04.005Z Downloaded rustls-webpki v0.103.13
11502026-07-08T17:56:04.005Z Downloaded schemars v1.2.1
11512026-07-08T17:56:04.005Z Downloaded schemars v0.9.0
11522026-07-08T17:56:04.005Z Downloaded yoke v0.8.1
11532026-07-08T17:56:04.005Z Downloaded nom v8.0.0
11542026-07-08T17:56:04.005Z Downloaded rpassword v7.4.0
11552026-07-08T17:56:04.005Z Downloaded itertools v0.14.0
11562026-07-08T17:56:04.005Z Downloaded whoami v2.1.0
11572026-07-08T17:56:04.005Z Downloaded tungstenite v0.23.0
11582026-07-08T17:56:04.005Z Downloaded vergen-lib v9.1.0
11592026-07-08T17:56:04.005Z Downloaded tungstenite v0.21.0
11602026-07-08T17:56:04.005Z Downloaded iri-string v0.7.10
11612026-07-08T17:56:04.005Z Downloaded zeroize v1.8.2
11622026-07-08T17:56:04.005Z Downloaded wyz v0.5.1
11632026-07-08T17:56:04.005Z Downloaded samael v0.0.19
11642026-07-08T17:56:04.005Z Downloaded whoami v1.6.1
11652026-07-08T17:56:04.005Z Downloaded tinyvec v1.10.0
11662026-07-08T17:56:04.005Z Downloaded blake3 v1.8.5
11672026-07-08T17:56:04.005Z Downloaded zerovec-derive v0.11.2
11682026-07-08T17:56:04.005Z Downloaded hyper v1.10.1
11692026-07-08T17:56:04.005Z Downloaded xshell v0.2.7
11702026-07-08T17:56:04.005Z Downloaded writeable v0.6.2
11712026-07-08T17:56:04.005Z Downloaded vergen-lib v0.1.6
11722026-07-08T17:56:04.005Z Downloaded vergen v9.1.0
11732026-07-08T17:56:04.005Z Downloaded rand v0.9.2
11742026-07-08T17:56:04.006Z Downloaded zstd-safe v7.2.4
11752026-07-08T17:56:04.006Z Downloaded zstd v0.13.3
11762026-07-08T17:56:04.006Z Downloaded tar v0.4.45
11772026-07-08T17:56:04.006Z Downloaded tracing-attributes v0.1.31
11782026-07-08T17:56:04.006Z Downloaded toml_edit v0.23.10+spec-1.0.0
11792026-07-08T17:56:04.006Z Downloaded test-strategy v0.4.5
11802026-07-08T17:56:04.006Z Downloaded yasna v0.5.2
11812026-07-08T17:56:04.006Z Downloaded typify v0.6.2
11822026-07-08T17:56:04.006Z Downloaded tracing-core v0.1.36
11832026-07-08T17:56:04.006Z Downloaded steno v0.4.1
11842026-07-08T17:56:04.006Z Downloaded reedline v0.40.0
11852026-07-08T17:56:04.006Z Downloaded unicode-bidi v0.3.18
11862026-07-08T17:56:04.006Z Downloaded rsa v0.10.0-rc.18
11872026-07-08T17:56:04.006Z Downloaded zerocopy v0.6.6
11882026-07-08T17:56:04.006Z Downloaded serde_with v1.14.0
11892026-07-08T17:56:04.006Z Downloaded aws-lc-rs v1.16.3
11902026-07-08T17:56:04.006Z Downloaded uuid v1.23.4
11912026-07-08T17:56:04.006Z Downloaded unsafe-libyaml v0.2.11
11922026-07-08T17:56:04.006Z Downloaded lalrpop v0.19.12
11932026-07-08T17:56:04.006Z Downloaded reqwest v0.13.2
11942026-07-08T17:56:04.006Z Downloaded vte v0.14.1
11952026-07-08T17:56:04.006Z Downloaded goblin v0.10.5
11962026-07-08T17:56:04.006Z Downloaded tokio-postgres v0.7.16
11972026-07-08T17:56:04.006Z Downloaded zopfli v0.8.3
11982026-07-08T17:56:04.006Z Downloaded quick-xml v0.37.5
11992026-07-08T17:56:04.006Z Downloaded reqwest v0.12.28
12002026-07-08T17:56:04.006Z Downloaded url v2.5.8
12012026-07-08T17:56:04.007Z Downloaded toml_edit v0.19.15
12022026-07-08T17:56:04.007Z Downloaded bitvec v1.0.1
12032026-07-08T17:56:04.012Z Downloaded unicode_categories v0.1.1
12042026-07-08T17:56:04.012Z Downloaded curve25519-dalek v5.0.0-rc.0
12052026-07-08T17:56:04.012Z Downloaded zerotrie v0.2.3
12062026-07-08T17:56:04.013Z Downloaded zip v0.6.6
12072026-07-08T17:56:04.013Z Downloaded unicode-segmentation v1.12.0
12082026-07-08T17:56:04.013Z Downloaded p384 v0.13.1
12092026-07-08T17:56:04.013Z Downloaded bindgen v0.71.1
12102026-07-08T17:56:04.013Z Downloaded salty v0.3.0
12112026-07-08T17:56:04.013Z Downloaded regex v1.12.3
12122026-07-08T17:56:04.013Z Downloaded crypto-bigint v0.7.5
12132026-07-08T17:56:04.013Z Downloaded yansi v1.0.1
12142026-07-08T17:56:04.013Z Downloaded tower v0.5.3
12152026-07-08T17:56:04.013Z Downloaded zerocopy-derive v0.8.40
12162026-07-08T17:56:04.013Z Downloaded typed-path v0.9.3
12172026-07-08T17:56:04.013Z Downloaded rayon v1.11.0
12182026-07-08T17:56:04.013Z Downloaded chrono v0.4.44
12192026-07-08T17:56:04.013Z Downloaded x509-cert v0.2.5
12202026-07-08T17:56:04.013Z Downloaded ssh-key v0.7.0-rc.10
12212026-07-08T17:56:04.013Z Downloaded portable-atomic v1.13.1
12222026-07-08T17:56:04.013Z Downloaded unicode-normalization v0.1.25
12232026-07-08T17:56:04.013Z Downloaded serde_with v3.17.0
12242026-07-08T17:56:04.013Z Downloaded curve25519-dalek v4.1.3
12252026-07-08T17:56:04.013Z Downloaded tokio-util v0.7.18
12262026-07-08T17:56:04.013Z Downloaded tower-http v0.6.8
12272026-07-08T17:56:04.013Z Downloaded tough v0.22.0
12282026-07-08T17:56:04.013Z Downloaded moka v0.12.13
12292026-07-08T17:56:04.013Z Downloaded quinn-proto v0.11.13
12302026-07-08T17:56:04.013Z Downloaded radix_trie v0.2.1
12312026-07-08T17:56:04.013Z Downloaded object v0.30.4
12322026-07-08T17:56:04.013Z Downloaded proptest v1.10.0
12332026-07-08T17:56:04.013Z Downloaded russh v0.61.2
12342026-07-08T17:56:04.013Z Downloaded zip v4.6.1
12352026-07-08T17:56:04.014Z Downloaded zerovec v0.11.5
12362026-07-08T17:56:04.014Z Downloaded petname v2.0.2
12372026-07-08T17:56:04.014Z Downloaded nix v0.28.0
12382026-07-08T17:56:04.014Z Downloaded winnow v0.5.40
12392026-07-08T17:56:04.014Z Downloaded nix v0.27.1
12402026-07-08T17:56:04.014Z Downloaded winnow v0.6.26
12412026-07-08T17:56:04.014Z Downloaded polar-core v0.27.3
12422026-07-08T17:56:04.014Z Downloaded openssl v0.10.79
12432026-07-08T17:56:04.014Z Downloaded tabled v0.20.0
12442026-07-08T17:56:04.014Z Downloaded winnow v1.0.3
12452026-07-08T17:56:04.014Z Downloaded dropshot v0.17.1
12462026-07-08T17:56:04.014Z Downloaded nix v0.31.2
12472026-07-08T17:56:04.014Z Downloaded bstr v1.12.1
12482026-07-08T17:56:04.014Z Downloaded diesel v2.3.7
12492026-07-08T17:56:04.014Z Downloaded vcpkg v0.2.15
12502026-07-08T17:56:04.014Z Downloaded zlib-rs v0.6.2
12512026-07-08T17:56:04.014Z Downloaded regress v0.10.5
12522026-07-08T17:56:04.014Z Downloaded object v0.37.3
12532026-07-08T17:56:04.014Z Downloaded time v0.3.47
12542026-07-08T17:56:04.014Z Downloaded hickory-proto v0.25.2
12552026-07-08T17:56:04.014Z Downloaded regex-syntax v0.6.29
12562026-07-08T17:56:04.014Z Downloaded hickory-proto v0.24.4
12572026-07-08T17:56:04.014Z Downloaded smoltcp v0.9.1
12582026-07-08T17:56:04.014Z Downloaded openapiv3 v2.2.0
12592026-07-08T17:56:04.014Z Downloaded zerocopy v0.8.40
12602026-07-08T17:56:04.014Z Downloaded smoltcp v0.11.0
12612026-07-08T17:56:04.014Z Downloaded regex-syntax v0.8.10
12622026-07-08T17:56:04.015Z Downloaded regress v0.11.1
12632026-07-08T17:56:04.019Z Downloaded rustls v0.23.41
12642026-07-08T17:56:04.031Z Downloaded fiat-crypto v0.3.0
12652026-07-08T17:56:04.039Z Downloaded sled v0.34.7
12662026-07-08T17:56:04.056Z Downloaded rustix v0.38.44
12672026-07-08T17:56:04.121Z Downloaded zerocopy-derive v0.6.6
12682026-07-08T17:56:04.150Z Downloaded jiff v0.2.21
12692026-07-08T17:56:04.161Z Downloaded sqlparser v0.61.0
12702026-07-08T17:56:04.166Z Downloaded petgraph v0.6.5
12712026-07-08T17:56:04.202Z Downloaded csv v1.4.0
12722026-07-08T17:56:04.214Z Downloaded typify-impl v0.6.2
12732026-07-08T17:56:04.223Z Downloaded tracing v0.1.44
12742026-07-08T17:56:04.237Z Downloaded petgraph v0.8.3
12752026-07-08T17:56:04.248Z Downloaded ratatui v0.29.0
12762026-07-08T17:56:04.261Z Downloaded sha3 v0.11.0
12772026-07-08T17:56:04.265Z Downloaded libz-sys v1.1.24
12782026-07-08T17:56:04.274Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12792026-07-08T17:56:04.284Z Downloaded bzip2-sys v0.1.13+1.0.8
12802026-07-08T17:56:04.291Z Downloaded regex-automata v0.4.14
12812026-07-08T17:56:04.300Z Downloaded tokio v1.52.1
12822026-07-08T17:56:04.335Z Downloaded chrono-tz v0.10.4
12832026-07-08T17:56:04.348Z Downloaded ring v0.17.14
12842026-07-08T17:56:04.403Z Downloaded sha3 v0.10.8
12852026-07-08T17:56:04.506Z Downloaded encoding_rs v0.8.35
12862026-07-08T17:56:04.611Z Downloaded libgit2-sys v0.18.3+1.9.2
12872026-07-08T17:56:05.408Z Downloaded aws-lc-sys v0.40.0
12882026-07-08T17:56:05.664Z Compiling libc v0.2.185
12892026-07-08T17:56:05.664Z Compiling serde_core v1.0.228
12902026-07-08T17:56:05.664Z Compiling serde v1.0.228
12912026-07-08T17:56:05.667Z Compiling log v0.4.29
12922026-07-08T17:56:05.667Z Compiling smallvec v1.15.1
12932026-07-08T17:56:05.667Z Compiling find-msvc-tools v0.1.9
12942026-07-08T17:56:05.667Z Compiling shlex v1.3.0
12952026-07-08T17:56:05.667Z Compiling subtle v2.6.1
12962026-07-08T17:56:05.667Z Compiling scopeguard v1.2.0
12972026-07-08T17:56:05.826Z Compiling stable_deref_trait v1.2.1
12982026-07-08T17:56:05.829Z Compiling typenum v1.20.1
12992026-07-08T17:56:05.885Z Compiling serde_json v1.0.150
13002026-07-08T17:56:05.889Z Compiling zerocopy v0.8.40
13012026-07-08T17:56:05.889Z Compiling portable-atomic v1.13.1
13022026-07-08T17:56:05.900Z Compiling syn v2.0.117
13032026-07-08T17:56:05.912Z Compiling parking_lot_core v0.9.12
13042026-07-08T17:56:05.982Z Compiling lock_api v0.4.14
13052026-07-08T17:56:06.002Z Compiling pin-project-lite v0.2.17
13062026-07-08T17:56:06.016Z Compiling pkg-config v0.3.32
13072026-07-08T17:56:06.031Z Compiling critical-section v1.2.0
13082026-07-08T17:56:06.044Z Compiling libm v0.2.16
13092026-07-08T17:56:06.048Z Compiling getrandom v0.4.1
13102026-07-08T17:56:06.114Z Compiling futures-core v0.3.32
13112026-07-08T17:56:06.157Z Compiling num-traits v0.2.19
13122026-07-08T17:56:06.162Z Compiling generic-array v0.14.7
13132026-07-08T17:56:06.185Z Compiling rand_core v0.10.0
13142026-07-08T17:56:06.226Z Compiling const-oid v0.9.6
13152026-07-08T17:56:06.242Z Compiling litemap v0.8.1
13162026-07-08T17:56:06.284Z Compiling writeable v0.6.2
13172026-07-08T17:56:06.298Z Compiling percent-encoding v2.3.2
13182026-07-08T17:56:06.464Z Compiling icu_properties_data v2.1.2
13192026-07-08T17:56:06.520Z Compiling icu_normalizer_data v2.1.1
13202026-07-08T17:56:06.560Z Compiling futures-sink v0.3.32
13212026-07-08T17:56:06.563Z Compiling futures-task v0.3.32
13222026-07-08T17:56:06.564Z Compiling futures-io v0.3.32
13232026-07-08T17:56:06.604Z Compiling slab v0.4.12
13242026-07-08T17:56:06.608Z Compiling getrandom v0.3.4
13252026-07-08T17:56:06.633Z Compiling utf8_iter v1.0.4
13262026-07-08T17:56:06.661Z Compiling futures-channel v0.3.32
13272026-07-08T17:56:06.683Z Compiling rustversion v1.0.22
13282026-07-08T17:56:06.733Z Compiling form_urlencoded v1.2.2
13292026-07-08T17:56:06.746Z Compiling rustix v1.1.3
13302026-07-08T17:56:06.792Z Compiling dunce v1.0.5
13312026-07-08T17:56:06.819Z Compiling jobserver v0.1.34
13322026-07-08T17:56:06.833Z Compiling errno v0.3.14
13332026-07-08T17:56:06.837Z Compiling getrandom v0.2.17
13342026-07-08T17:56:06.912Z Compiling mio v1.2.0
13352026-07-08T17:56:06.944Z Compiling socket2 v0.6.3
13362026-07-08T17:56:06.958Z Compiling signal-hook-registry v1.4.8
13372026-07-08T17:56:07.006Z Compiling rand_core v0.6.4
13382026-07-08T17:56:07.030Z Compiling cc v1.2.56
13392026-07-08T17:56:07.078Z Compiling once_cell v1.21.3
13402026-07-08T17:56:07.104Z Compiling parking_lot v0.12.5
13412026-07-08T17:56:07.243Z Compiling fs_extra v1.3.0
13422026-07-08T17:56:07.261Z Compiling ident_case v1.0.1
13432026-07-08T17:56:07.306Z Compiling regex-syntax v0.8.10
13442026-07-08T17:56:07.348Z Compiling iana-time-zone v0.1.65
13452026-07-08T17:56:07.399Z Compiling vcpkg v0.2.15
13462026-07-08T17:56:07.412Z Compiling base64ct v1.8.3
13472026-07-08T17:56:07.463Z Compiling tracing-core v0.1.36
13482026-07-08T17:56:07.477Z Compiling flagset v0.4.7
13492026-07-08T17:56:07.515Z Compiling aws-lc-rs v1.16.3
13502026-07-08T17:56:07.529Z Compiling base64 v0.22.1
13512026-07-08T17:56:07.550Z Compiling openssl-probe v0.2.1
13522026-07-08T17:56:07.579Z Compiling tinyvec_macros v0.1.1
13532026-07-08T17:56:07.625Z Compiling rand_core v0.9.5
13542026-07-08T17:56:07.662Z Compiling httparse v1.10.1
13552026-07-08T17:56:07.700Z Compiling pem-rfc7468 v0.7.0
13562026-07-08T17:56:07.704Z Compiling cmov v0.5.4
13572026-07-08T17:56:07.747Z Compiling tinyvec v1.10.0
13582026-07-08T17:56:07.762Z Compiling aho-corasick v1.1.4
13592026-07-08T17:56:07.853Z Compiling try-lock v0.2.5
13602026-07-08T17:56:07.892Z Compiling cmake v0.1.57
13612026-07-08T17:56:07.935Z Compiling ctutils v0.4.2
13622026-07-08T17:56:07.956Z Compiling tower-service v0.3.3
13632026-07-08T17:56:07.970Z Compiling dyn-clone v1.0.20
13642026-07-08T17:56:07.984Z Compiling atomic-waker v1.1.2
13652026-07-08T17:56:08.002Z Compiling tower-layer v0.3.3
13662026-07-08T17:56:08.051Z Compiling untrusted v0.7.1
13672026-07-08T17:56:08.072Z Compiling schemars v0.8.22
13682026-07-08T17:56:08.101Z Compiling want v0.3.1
13692026-07-08T17:56:08.127Z Compiling rustls v0.23.41
13702026-07-08T17:56:08.142Z Compiling cpufeatures v0.2.17
13712026-07-08T17:56:08.146Z Compiling untrusted v0.9.0
13722026-07-08T17:56:08.185Z Compiling foreign-types-shared v0.1.1
13732026-07-08T17:56:08.189Z Compiling httpdate v1.0.3
13742026-07-08T17:56:08.214Z Compiling bitflags v2.11.0
13752026-07-08T17:56:08.244Z Compiling semver v1.0.28
13762026-07-08T17:56:08.290Z Compiling indexmap v2.14.0
13772026-07-08T17:56:08.290Z Compiling uuid v1.23.4
13782026-07-08T17:56:08.317Z Compiling openssl v0.10.79
13792026-07-08T17:56:08.355Z Compiling foreign-types v0.3.2
13802026-07-08T17:56:08.355Z Compiling unicode-normalization v0.1.25
13812026-07-08T17:56:08.391Z Compiling spin v0.9.8
13822026-07-08T17:56:08.456Z Compiling num-conv v0.2.0
13832026-07-08T17:56:08.504Z Compiling rustc_version v0.4.1
13842026-07-08T17:56:08.520Z Compiling crc32fast v1.5.0
13852026-07-08T17:56:08.546Z Compiling native-tls v0.2.18
13862026-07-08T17:56:08.624Z Compiling time-core v0.1.8
13872026-07-08T17:56:08.639Z Compiling powerfmt v0.2.0
13882026-07-08T17:56:08.653Z Compiling wait-timeout v0.2.1
13892026-07-08T17:56:08.667Z Compiling sync_wrapper v1.0.2
13902026-07-08T17:56:08.791Z Compiling time-macros v0.2.27
13912026-07-08T17:56:08.807Z Compiling deranged v0.5.8
13922026-07-08T17:56:08.807Z Compiling aws-lc-sys v0.40.0
13932026-07-08T17:56:08.836Z Compiling openssl-sys v0.9.115
13942026-07-08T17:56:08.853Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13952026-07-08T17:56:08.868Z Compiling simd-adler32 v0.3.8
13962026-07-08T17:56:08.899Z Compiling crossbeam-utils v0.8.21
13972026-07-08T17:56:08.924Z Compiling regex-automata v0.4.14
13982026-07-08T17:56:08.946Z Compiling synstructure v0.13.2
13992026-07-08T17:56:09.034Z Compiling pest_generator v2.8.6
14002026-07-08T17:56:09.095Z Compiling serde_derive_internals v0.29.1
14012026-07-08T17:56:09.157Z Compiling darling_core v0.20.11
14022026-07-08T17:56:09.239Z Compiling usdt-impl v0.6.0
14032026-07-08T17:56:09.417Z Compiling tempfile v3.25.0
14042026-07-08T17:56:09.488Z Compiling quick-error v1.2.3
14052026-07-08T17:56:09.620Z Compiling num_threads v0.1.7
14062026-07-08T17:56:09.633Z Compiling bit-vec v0.8.0
14072026-07-08T17:56:09.649Z Compiling syn v1.0.109
14082026-07-08T17:56:09.685Z Compiling siphasher v1.0.2
14092026-07-08T17:56:09.734Z Compiling rusty-fork v0.3.1
14102026-07-08T17:56:09.835Z Compiling bit-set v0.8.0
14112026-07-08T17:56:09.852Z Compiling darling_core v0.21.3
14122026-07-08T17:56:09.882Z Compiling heapless v0.7.17
14132026-07-08T17:56:09.898Z Compiling bzip2-sys v0.1.13+1.0.8
14142026-07-08T17:56:09.902Z Compiling slog v2.8.2
14152026-07-08T17:56:09.950Z Compiling time v0.3.47
14162026-07-08T17:56:09.982Z Compiling rand_xorshift v0.4.0
14172026-07-08T17:56:10.027Z Compiling thread-id v5.1.0
14182026-07-08T17:56:10.053Z Compiling cookie v0.18.1
14192026-07-08T17:56:10.073Z Compiling allocator-api2 v0.2.21
14202026-07-08T17:56:10.094Z Compiling paste v1.0.15
14212026-07-08T17:56:10.113Z Compiling unicode-properties v0.1.4
14222026-07-08T17:56:10.135Z Compiling iri-string v0.7.10
14232026-07-08T17:56:10.155Z Compiling ryu v1.0.23
14242026-07-08T17:56:10.178Z Compiling zstd-safe v7.2.4
14252026-07-08T17:56:10.193Z Compiling unarray v0.1.4
14262026-07-08T17:56:10.248Z Compiling signal-hook v0.3.18
14272026-07-08T17:56:10.292Z Compiling anyhow v1.0.102
14282026-07-08T17:56:10.319Z Compiling adler2 v2.0.1
14292026-07-08T17:56:10.345Z Compiling unicode-bidi v0.3.18
14302026-07-08T17:56:10.431Z Compiling miniz_oxide v0.8.9
14312026-07-08T17:56:10.520Z Compiling camino v1.2.2
14322026-07-08T17:56:10.525Z Compiling curve25519-dalek v4.1.3
14332026-07-08T17:56:10.753Z Compiling serde_derive v1.0.228
14342026-07-08T17:56:10.871Z Compiling zeroize_derive v1.4.3
14352026-07-08T17:56:10.919Z Compiling zerofrom-derive v0.1.6
14362026-07-08T17:56:10.919Z Compiling yoke-derive v0.8.1
14372026-07-08T17:56:10.946Z Compiling zerovec-derive v0.11.2
14382026-07-08T17:56:11.048Z Compiling zerocopy-derive v0.8.40
14392026-07-08T17:56:11.080Z Compiling displaydoc v0.2.5
14402026-07-08T17:56:11.181Z Compiling tokio-macros v2.7.0
14412026-07-08T17:56:11.571Z Compiling futures-macro v0.3.32
14422026-07-08T17:56:11.586Z Compiling zeroize v1.8.2
14432026-07-08T17:56:11.613Z Compiling der_derive v0.7.3
14442026-07-08T17:56:11.715Z Compiling tracing-attributes v0.1.31
14452026-07-08T17:56:11.874Z Compiling thiserror-impl v2.0.18
14462026-07-08T17:56:11.976Z Compiling rustls-pki-types v1.14.0
14472026-07-08T17:56:12.127Z Compiling hybrid-array v0.4.13
14482026-07-08T17:56:12.178Z Compiling pest_derive v2.8.6
14492026-07-08T17:56:12.377Z Compiling zerofrom v0.1.6
14502026-07-08T17:56:12.394Z Compiling block-buffer v0.10.4
14512026-07-08T17:56:12.480Z Compiling futures-util v0.3.32
14522026-07-08T17:56:12.502Z Compiling yoke v0.8.1
14532026-07-08T17:56:12.517Z Compiling crypto-common v0.1.7
14542026-07-08T17:56:12.532Z Compiling scroll_derive v0.13.1
14552026-07-08T17:56:12.588Z Compiling schemars_derive v0.8.22
14562026-07-08T17:56:12.678Z Compiling zerovec v0.11.5
14572026-07-08T17:56:12.693Z Compiling zerotrie v0.2.3
14582026-07-08T17:56:12.697Z Compiling digest v0.10.7
14592026-07-08T17:56:12.721Z Compiling der v0.7.10
14602026-07-08T17:56:12.968Z Compiling darling_macro v0.20.11
14612026-07-08T17:56:12.982Z Compiling openssl-macros v0.1.1
14622026-07-08T17:56:13.006Z Compiling hmac v0.12.1
14632026-07-08T17:56:13.148Z Compiling tinystr v0.8.2
14642026-07-08T17:56:13.193Z Compiling potential_utf v0.1.4
14652026-07-08T17:56:13.208Z Compiling tracing v0.1.44
14662026-07-08T17:56:13.230Z Compiling sha2 v0.10.9
14672026-07-08T17:56:13.357Z Compiling icu_locale_core v2.1.1
14682026-07-08T17:56:13.382Z Compiling icu_collections v2.1.1
14692026-07-08T17:56:13.395Z Compiling thiserror v2.0.18
14702026-07-08T17:56:13.411Z Compiling scroll v0.13.0
14712026-07-08T17:56:13.512Z Compiling darling v0.20.11
14722026-07-08T17:56:13.512Z Compiling dtrace-parser v0.3.0
14732026-07-08T17:56:13.541Z Compiling thiserror-impl v1.0.69
14742026-07-08T17:56:13.607Z Compiling spki v0.7.3
14752026-07-08T17:56:13.704Z Compiling goblin v0.10.5
14762026-07-08T17:56:13.839Z Compiling pkcs8 v0.10.2
14772026-07-08T17:56:13.886Z Compiling derive_builder_core v0.20.2
14782026-07-08T17:56:13.914Z Compiling scroll_derive v0.12.1
14792026-07-08T17:56:13.985Z Compiling crypto-common v0.2.2
14802026-07-08T17:56:14.127Z Compiling icu_provider v2.1.1
14812026-07-08T17:56:14.302Z Compiling bytes v1.11.1
14822026-07-08T17:56:14.321Z Compiling chrono v0.4.44
14832026-07-08T17:56:14.367Z Compiling ipnet v2.11.0
14842026-07-08T17:56:14.466Z Compiling icu_properties v2.1.2
14852026-07-08T17:56:14.480Z Compiling icu_normalizer v2.1.1
14862026-07-08T17:56:14.657Z Compiling scroll v0.12.0
14872026-07-08T17:56:14.705Z Compiling serde_tokenstream v0.2.3
14882026-07-08T17:56:14.821Z Compiling tokio v1.52.1
14892026-07-08T17:56:14.919Z Compiling http v1.4.2
14902026-07-08T17:56:14.934Z Compiling thiserror v1.0.69
14912026-07-08T17:56:14.951Z Compiling derive_builder_macro v0.20.2
14922026-07-08T17:56:14.967Z Compiling serde_urlencoded v0.7.1
14932026-07-08T17:56:14.982Z Compiling toml_datetime v0.6.11
14942026-07-08T17:56:15.059Z Compiling serde_spanned v0.6.9
14952026-07-08T17:56:15.059Z Compiling erased-serde v0.3.31
14962026-07-08T17:56:15.065Z Compiling block-buffer v0.12.1
14972026-07-08T17:56:15.239Z Compiling block-padding v0.4.2
14982026-07-08T17:56:15.259Z Compiling md-5 v0.10.6
14992026-07-08T17:56:15.273Z Compiling signature v2.2.0
15002026-07-08T17:56:15.288Z Compiling darling_macro v0.21.3
15012026-07-08T17:56:15.426Z Compiling idna_adapter v1.2.1
15022026-07-08T17:56:15.445Z Compiling rustls-native-certs v0.8.3
15032026-07-08T17:56:15.474Z Compiling bstr v1.12.1
15042026-07-08T17:56:15.478Z Compiling zerocopy-derive v0.7.35
15052026-07-08T17:56:15.609Z Compiling idna v1.1.0
15062026-07-08T17:56:15.624Z Compiling ppv-lite86 v0.2.21
15072026-07-08T17:56:15.640Z Compiling http-body v1.0.1
15082026-07-08T17:56:15.788Z Compiling http-body-util v0.1.3
15092026-07-08T17:56:15.804Z Compiling pin-project-internal v1.1.11
15102026-07-08T17:56:15.834Z Compiling async-trait v0.1.89
15112026-07-08T17:56:15.837Z Compiling stringprep v0.1.5
15122026-07-08T17:56:15.864Z Compiling vergen-lib v9.1.0
15132026-07-08T17:56:15.917Z Compiling url v2.5.8
15142026-07-08T17:56:15.965Z Compiling rand_chacha v0.9.0
15152026-07-08T17:56:16.052Z Compiling rand_chacha v0.3.1
15162026-07-08T17:56:16.086Z Compiling num-integer v0.1.46
15172026-07-08T17:56:16.149Z Compiling hash32 v0.2.1
15182026-07-08T17:56:16.180Z Compiling rand v0.9.2
15192026-07-08T17:56:16.296Z Compiling memoffset v0.9.1
15202026-07-08T17:56:16.321Z Compiling encoding_rs v0.8.35
15212026-07-08T17:56:16.348Z Compiling psl-types v2.0.11
15222026-07-08T17:56:16.443Z Compiling rustix v0.38.44
15232026-07-08T17:56:16.487Z Compiling ref-cast v1.0.25
15242026-07-08T17:56:16.527Z Compiling dof v0.4.0
15252026-07-08T17:56:16.554Z Compiling smoltcp v0.9.1
15262026-07-08T17:56:16.684Z Compiling cfg_aliases v0.2.1
15272026-07-08T17:56:16.769Z Compiling proptest v1.10.0
15282026-07-08T17:56:16.784Z Compiling zlib-rs v0.6.2
15292026-07-08T17:56:16.854Z Compiling mime v0.3.17
15302026-07-08T17:56:16.871Z Compiling fallible-iterator v0.2.0
15312026-07-08T17:56:16.890Z Compiling num-bigint-dig v0.8.6
15322026-07-08T17:56:16.950Z Compiling litrs v1.0.0
15332026-07-08T17:56:17.035Z Compiling pin-project v1.1.11
15342026-07-08T17:56:17.093Z Compiling nix v0.31.2
15352026-07-08T17:56:17.212Z Compiling publicsuffix v2.3.0
15362026-07-08T17:56:17.276Z Compiling ipnetwork v0.21.1
15372026-07-08T17:56:17.289Z Compiling postgres-protocol v0.6.10
15382026-07-08T17:56:17.321Z Compiling zerocopy v0.7.35
15392026-07-08T17:56:17.421Z Compiling num-iter v0.1.45
15402026-07-08T17:56:17.540Z Compiling oxnet v0.1.6
15412026-07-08T17:56:17.581Z Compiling document-features v0.2.12
15422026-07-08T17:56:17.643Z Compiling rand v0.8.6
15432026-07-08T17:56:17.750Z Compiling darling v0.21.3
15442026-07-08T17:56:17.855Z Compiling derive_builder v0.20.2
15452026-07-08T17:56:17.870Z Compiling inout v0.2.2
15462026-07-08T17:56:17.918Z Compiling goblin v0.8.2
15472026-07-08T17:56:17.949Z Compiling futures-executor v0.3.32
15482026-07-08T17:56:17.978Z Compiling hubpack_derive v0.1.1
15492026-07-08T17:56:17.994Z Compiling hex v0.4.3
15502026-07-08T17:56:18.011Z Compiling regex v1.12.3
15512026-07-08T17:56:18.207Z Compiling strum_macros v0.27.2
15522026-07-08T17:56:18.263Z Compiling ref-cast-impl v1.0.25
15532026-07-08T17:56:18.279Z Compiling curve25519-dalek-derive v0.1.1
15542026-07-08T17:56:18.298Z Compiling daft-derive v0.1.7
15552026-07-08T17:56:18.298Z Compiling snafu-derive v0.8.9
15562026-07-08T17:56:18.530Z Compiling phf_shared v0.13.1
15572026-07-08T17:56:18.605Z Compiling terminal_size v0.4.3
15582026-07-08T17:56:18.624Z Compiling lazy_static v1.5.0
15592026-07-08T17:56:18.649Z Compiling cargo-platform v0.3.2
15602026-07-08T17:56:18.684Z Compiling anstyle-parse v0.2.7
15612026-07-08T17:56:18.760Z Compiling vergen v9.1.0
15622026-07-08T17:56:18.774Z Compiling ff v0.13.1
15632026-07-08T17:56:18.816Z Compiling fs-err v3.3.0
15642026-07-08T17:56:18.904Z Compiling tokio-util v0.7.18
15652026-07-08T17:56:18.924Z Compiling tower v0.5.3
15662026-07-08T17:56:18.942Z Compiling tokio-native-tls v0.3.1
15672026-07-08T17:56:18.968Z Compiling ahash v0.8.12
15682026-07-08T17:56:18.993Z Compiling winnow v0.5.40
15692026-07-08T17:56:19.056Z Compiling managed v0.8.0
15702026-07-08T17:56:19.071Z Compiling libbz2-rs-sys v0.2.2
15712026-07-08T17:56:19.142Z Compiling bitflags v1.3.2
15722026-07-08T17:56:19.158Z Compiling foldhash v0.1.5
15732026-07-08T17:56:19.172Z Compiling same-file v1.0.6
15742026-07-08T17:56:19.239Z Compiling base16ct v0.2.0
15752026-07-08T17:56:19.254Z Compiling object v0.37.3
15762026-07-08T17:56:19.308Z Compiling foldhash v0.2.0
15772026-07-08T17:56:19.354Z Compiling unicode-segmentation v1.12.0
15782026-07-08T17:56:19.369Z Compiling tower-http v0.6.8
15792026-07-08T17:56:19.446Z Compiling newtype-uuid v1.3.2
15802026-07-08T17:56:19.466Z Compiling bumpalo v3.20.2
15812026-07-08T17:56:19.566Z Compiling bzip2 v0.6.1
15822026-07-08T17:56:19.641Z Compiling hashbrown v0.16.1
15832026-07-08T17:56:19.754Z Compiling h2 v0.4.15
15842026-07-08T17:56:19.798Z Compiling zopfli v0.8.3
15852026-07-08T17:56:19.813Z Compiling daft v0.1.7
15862026-07-08T17:56:19.833Z Compiling sec1 v0.7.3
15872026-07-08T17:56:19.837Z Compiling walkdir v2.5.0
15882026-07-08T17:56:19.864Z Compiling hashbrown v0.15.5
15892026-07-08T17:56:20.065Z Compiling flate2 v1.1.9
15902026-07-08T17:56:20.134Z Compiling clap_builder v4.6.0
15912026-07-08T17:56:20.362Z Compiling dof v0.3.0
15922026-07-08T17:56:20.456Z Compiling snafu v0.8.9
15932026-07-08T17:56:20.472Z Compiling strum v0.27.2
15942026-07-08T17:56:20.475Z Compiling toml_edit v0.19.15
15952026-07-08T17:56:20.524Z Compiling group v0.13.0
15962026-07-08T17:56:20.528Z Compiling cargo_metadata v0.23.1
15972026-07-08T17:56:20.558Z Compiling anstream v0.6.21
15982026-07-08T17:56:20.619Z Compiling phf v0.13.1
15992026-07-08T17:56:20.726Z Compiling signal-hook-mio v0.2.5
16002026-07-08T17:56:20.798Z Compiling hubpack v0.1.2
16012026-07-08T17:56:20.863Z Compiling cookie_store v0.22.1
16022026-07-08T17:56:20.883Z Compiling usdt-macro v0.6.0
16032026-07-08T17:56:20.998Z Compiling usdt-attr-macro v0.6.0
16042026-07-08T17:56:21.034Z Compiling bzip2 v0.4.4
16052026-07-08T17:56:21.049Z Compiling futures v0.3.32
16062026-07-08T17:56:21.114Z Compiling cipher v0.5.2
16072026-07-08T17:56:21.146Z Compiling serde_with_macros v3.17.0
16082026-07-08T17:56:21.222Z Compiling postgres-types v0.2.12
16092026-07-08T17:56:21.260Z Compiling zstd v0.13.3
16102026-07-08T17:56:21.553Z Compiling globset v0.4.18
16112026-07-08T17:56:21.583Z Compiling ed25519 v2.2.3
16122026-07-08T17:56:21.663Z Compiling dtrace-parser v0.2.0
16132026-07-08T17:56:21.701Z Compiling serde-big-array v0.5.1
16142026-07-08T17:56:21.816Z Compiling serde_plain v1.0.2
16152026-07-08T17:56:21.864Z Compiling olpc-cjson v0.1.4
16162026-07-08T17:56:21.879Z Compiling pkcs1 v0.7.5
16172026-07-08T17:56:21.950Z Compiling hkdf v0.12.4
16182026-07-08T17:56:22.043Z Compiling crypto-bigint v0.5.5
16192026-07-08T17:56:22.057Z Compiling serde_repr v0.1.20
16202026-07-08T17:56:22.141Z Compiling enum-as-inner v0.6.1
16212026-07-08T17:56:22.309Z Compiling strum_macros v0.26.4
16222026-07-08T17:56:22.330Z Compiling async-recursion v1.1.1
16232026-07-08T17:56:22.372Z Compiling clap_derive v4.6.1
16242026-07-08T17:56:22.486Z Compiling phf_shared v0.11.3
16252026-07-08T17:56:22.557Z Compiling float-cmp v0.10.0
16262026-07-08T17:56:22.700Z Compiling pem v3.0.6
16272026-07-08T17:56:22.715Z Compiling memmap2 v0.9.10
16282026-07-08T17:56:22.732Z Compiling thread-id v4.2.2
16292026-07-08T17:56:22.735Z Compiling env_filter v1.0.0
16302026-07-08T17:56:22.761Z Compiling typed-path v0.9.3
16312026-07-08T17:56:22.835Z Compiling fixedbitset v0.4.2
16322026-07-08T17:56:22.959Z Compiling difflib v0.4.0
16332026-07-08T17:56:23.048Z Compiling hyper v1.10.1
16342026-07-08T17:56:23.061Z Compiling new_debug_unreachable v1.0.6
16352026-07-08T17:56:23.083Z Compiling jiff v0.2.21
16362026-07-08T17:56:23.095Z Compiling static_assertions v1.1.0
16372026-07-08T17:56:23.148Z Compiling predicates-core v1.0.10
16382026-07-08T17:56:23.180Z Compiling fixedbitset v0.5.7
16392026-07-08T17:56:23.243Z Compiling normalize-line-endings v0.3.0
16402026-07-08T17:56:23.258Z Compiling cpufeatures v0.3.0
16412026-07-08T17:56:23.347Z Compiling whoami v2.1.0
16422026-07-08T17:56:23.362Z Compiling precomputed-hash v0.1.1
16432026-07-08T17:56:23.362Z Compiling const-oid v0.10.2
16442026-07-08T17:56:23.406Z Compiling winnow v1.0.3
16452026-07-08T17:56:23.470Z Compiling either v1.15.0
16462026-07-08T17:56:23.512Z Compiling data-encoding v2.10.0
16472026-07-08T17:56:23.555Z Compiling keccak v0.1.6
16482026-07-08T17:56:23.616Z Compiling tokio-postgres v0.7.16
16492026-07-08T17:56:23.699Z Compiling itertools v0.13.0
16502026-07-08T17:56:23.766Z Compiling sha3 v0.10.8
16512026-07-08T17:56:23.788Z Compiling toml_parser v1.1.2+spec-1.1.0
16522026-07-08T17:56:24.085Z Compiling hickory-proto v0.25.2
16532026-07-08T17:56:24.090Z Compiling digest v0.11.3
16542026-07-08T17:56:24.192Z Compiling strum v0.26.3
16552026-07-08T17:56:24.265Z Compiling hyper-util v0.1.20
16562026-07-08T17:56:24.280Z Compiling string_cache v0.8.9
16572026-07-08T17:56:24.296Z Compiling clap v4.6.1
16582026-07-08T17:56:24.296Z Compiling petgraph v0.8.3
16592026-07-08T17:56:24.326Z Compiling toml_edit v0.22.27
16602026-07-08T17:56:24.340Z Compiling predicates v3.1.4
16612026-07-08T17:56:24.354Z Compiling chacha20 v0.10.0
16622026-07-08T17:56:24.394Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16632026-07-08T17:56:24.472Z Compiling elliptic-curve v0.13.8
16642026-07-08T17:56:24.545Z Compiling petgraph v0.6.5
16652026-07-08T17:56:24.750Z Compiling env_logger v0.11.9
16662026-07-08T17:56:24.767Z Compiling usdt v0.6.0
16672026-07-08T17:56:24.889Z Compiling usdt-impl v0.5.0
16682026-07-08T17:56:25.008Z Compiling crossterm v0.28.1
16692026-07-08T17:56:25.022Z Compiling serde_with v3.17.0
16702026-07-08T17:56:25.048Z Compiling rsa v0.9.10
16712026-07-08T17:56:25.122Z Compiling toml v0.7.8
16722026-07-08T17:56:25.484Z Compiling ed25519-dalek v2.2.0
16732026-07-08T17:56:25.730Z Compiling hyper-tls v0.6.0
16742026-07-08T17:56:25.884Z Compiling zip v4.6.1
16752026-07-08T17:56:25.981Z Compiling reqwest v0.12.28
16762026-07-08T17:56:26.155Z Compiling zip v0.6.6
16772026-07-08T17:56:26.304Z Compiling iddqd v0.4.2
16782026-07-08T17:56:26.468Z Compiling heck v0.4.1
16792026-07-08T17:56:26.611Z Compiling similar v2.7.0
16802026-07-08T17:56:26.704Z Compiling tokio-stream v0.1.18
16812026-07-08T17:56:26.761Z Compiling buf-list v1.1.2
16822026-07-08T17:56:26.788Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16832026-07-08T17:56:26.870Z Compiling openapiv3 v2.2.0
16842026-07-08T17:56:27.097Z Compiling x509-cert v0.2.5
16852026-07-08T17:56:27.101Z Compiling crossbeam-epoch v0.9.18
16862026-07-08T17:56:27.101Z Compiling lalrpop-util v0.19.12
16872026-07-08T17:56:27.215Z Compiling peg-runtime v0.8.5
16882026-07-08T17:56:27.263Z Compiling thread_local v1.1.9
16892026-07-08T17:56:27.332Z Compiling slog-async v2.8.0
16902026-07-08T17:56:27.346Z Compiling crossbeam-channel v0.5.15
16912026-07-08T17:56:27.455Z Compiling is-terminal v0.4.17
16922026-07-08T17:56:27.519Z Compiling filetime v0.2.27
16932026-07-08T17:56:27.533Z Compiling term v1.2.1
16942026-07-08T17:56:27.549Z Compiling take_mut v0.2.2
16952026-07-08T17:56:27.577Z Compiling xattr v1.6.1
16962026-07-08T17:56:27.611Z Compiling camino-tempfile v1.4.1
16972026-07-08T17:56:27.699Z Compiling tar v0.4.45
16982026-07-08T17:56:27.823Z Compiling slog-term v2.9.2
16992026-07-08T17:56:45.533Z Compiling rustls-webpki v0.103.13
17002026-07-08T17:56:48.309Z Compiling tokio-rustls v0.26.4
17012026-07-08T17:56:48.310Z Compiling rustls-platform-verifier v0.6.2
17022026-07-08T17:56:48.310Z Compiling tough v0.22.0
17032026-07-08T17:56:48.554Z Compiling hyper-rustls v0.27.7
17042026-07-08T17:56:48.737Z Compiling reqwest v0.13.2
17052026-07-08T17:56:50.926Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17062026-07-08T17:56:51.173Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17072026-07-08T17:56:54.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.61s
17082026-07-08T17:56:54.153Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17092026-07-08T17:56:54.205ZJul 08 17:56:53.943 INFO Starting download, target: DendriteStub
17102026-07-08T17:56:54.205ZJul 08 17:56:53.943 INFO Starting download, target: MaghemiteMgd
17112026-07-08T17:56:54.205ZJul 08 17:56:53.943 INFO Starting download, target: Cockroach
17122026-07-08T17:56:54.205ZJul 08 17:56:53.943 INFO Starting download, target: Clickhouse
17132026-07-08T17:56:54.205ZJul 08 17:56:53.943 INFO Starting download, target: Console
17142026-07-08T17:56:54.213ZJul 08 17:56:53.943 INFO Starting download, target: MaghemiteDdmd
17152026-07-08T17:56:54.213ZJul 08 17:56:53.943 INFO Starting download, target: TransceiverControl
17162026-07-08T17:56:54.213ZJul 08 17:56:53.944 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17172026-07-08T17:56:54.213ZJul 08 17:56:53.944 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17182026-07-08T17:56:54.213ZJul 08 17:56:53.944 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17192026-07-08T17:56:54.213ZJul 08 17:56:53.944 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17202026-07-08T17:56:54.213ZJul 08 17:56:53.944 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17212026-07-08T17:56:54.213ZJul 08 17:56:53.944 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17222026-07-08T17:56:54.214ZJul 08 17:56:53.944 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17232026-07-08T17:56:54.562ZJul 08 17:56:54.275 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17242026-07-08T17:56:54.754ZJul 08 17:56:54.482 INFO Download complete, target: TransceiverControl
17252026-07-08T17:56:56.036ZJul 08 17:56:55.775 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17262026-07-08T17:56:56.152ZJul 08 17:56:55.891 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17272026-07-08T17:56:56.302ZJul 08 17:56:56.040 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17282026-07-08T17:56:56.405ZJul 08 17:56:56.141 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17292026-07-08T17:56:56.667ZJul 08 17:56:56.403 INFO Download complete, target: Console
17302026-07-08T17:56:56.844ZJul 08 17:56:56.583 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17312026-07-08T17:56:56.844ZJul 08 17:56:56.583 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17322026-07-08T17:56:57.047ZJul 08 17:56:56.787 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17332026-07-08T17:56:57.882ZJul 08 17:56:57.622 INFO Download complete, target: MaghemiteDdmd
17342026-07-08T17:56:58.985ZJul 08 17:56:58.723 INFO Download complete, target: DendriteStub
17352026-07-08T17:56:58.993ZJul 08 17:56:58.733 INFO Download complete, target: MaghemiteMgd
17362026-07-08T17:57:01.485ZJul 08 17:57:01.224 INFO Checking that binary works, target: Cockroach
17372026-07-08T17:57:01.606ZJul 08 17:57:01.345 INFO Download complete, target: Cockroach
17382026-07-08T17:57:03.651ZJul 08 17:57:03.390 INFO Checking that binary works, target: Clickhouse
17392026-07-08T17:57:03.738ZJul 08 17:57:03.477 INFO Download complete, target: Clickhouse
17402026-07-08T17:57:03.744ZAll prerequisites installed successfully
17412026-07-08T17:57:03.747Z
17422026-07-08T17:57:03.747Zreal 1:48.903621249
17432026-07-08T17:57:03.747Zuser 6:43.431540620
17442026-07-08T17:57:03.747Zsys 1:42.035169683
17452026-07-08T17:57:03.747Ztrap 0.283872874
17462026-07-08T17:57:03.748Ztflt 0.852621057
17472026-07-08T17:57:03.748Zdflt 1.835602550
17482026-07-08T17:57:03.748Zkflt 0.020996274
17492026-07-08T17:57:03.748Zlock 23:55.112112371
17502026-07-08T17:57:03.748Zslp 18:39.014269298
17512026-07-08T17:57:03.748Zlat 26.820593934
17522026-07-08T17:57:03.748Zstop 2:44.362239334
17532026-07-08T17:57:03.748Z+ ptime -m cargo xtask download softnpu
17542026-07-08T17:57:04.194Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17552026-07-08T17:57:04.214Z Running `target/debug/xtask download softnpu`
17562026-07-08T17:57:04.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s
17572026-07-08T17:57:05.019Z Running `target/debug/xtask-downloader softnpu`
17582026-07-08T17:57:05.066ZJul 08 17:57:04.805 INFO Starting download, target: Softnpu
17592026-07-08T17:57:05.069ZJul 08 17:57:04.805 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17602026-07-08T17:57:05.589ZJul 08 17:57:05.328 INFO Download complete, target: Softnpu
17612026-07-08T17:57:05.592Z
17622026-07-08T17:57:05.597Zreal 1.841902504
17632026-07-08T17:57:05.597Zuser 1.280734724
17642026-07-08T17:57:05.597Zsys 0.615364301
17652026-07-08T17:57:05.597Ztrap 0.000661190
17662026-07-08T17:57:05.597Ztflt 0.000089460
17672026-07-08T17:57:05.597Zdflt 0.000046210
17682026-07-08T17:57:05.597Zkflt 0.000000000
17692026-07-08T17:57:05.597Zlock 9.251396642
17702026-07-08T17:57:05.597Zslp 0.385778448
17712026-07-08T17:57:05.597Zlat 0.087535968
17722026-07-08T17:57:05.597Zstop 0.000170500
17732026-07-08T17:57:05.597Z+ export CARGO_INCREMENTAL=0
17742026-07-08T17:57:05.598Z+ CARGO_INCREMENTAL=0
17752026-07-08T17:57:05.598Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17762026-07-08T17:57:06.455Z Compiling proc-macro2 v1.0.106
17772026-07-08T17:57:06.455Z Compiling quote v1.0.45
17782026-07-08T17:57:06.455Z Compiling unicode-ident v1.0.24
17792026-07-08T17:57:06.458Z Compiling libc v0.2.185
17802026-07-08T17:57:06.458Z Compiling serde_core v1.0.228
17812026-07-08T17:57:06.458Z Compiling serde v1.0.228
17822026-07-08T17:57:06.458Z Compiling cfg-if v1.0.4
17832026-07-08T17:57:06.458Z Compiling version_check v0.9.5
17842026-07-08T17:57:06.458Z Compiling find-msvc-tools v0.1.9
17852026-07-08T17:57:06.458Z Compiling shlex v1.3.0
17862026-07-08T17:57:06.636Z Compiling memchr v2.8.0
17872026-07-08T17:57:06.649Z Compiling zmij v1.0.21
17882026-07-08T17:57:06.652Z Compiling serde_json v1.0.150
17892026-07-08T17:57:06.652Z Compiling autocfg v1.5.0
17902026-07-08T17:57:06.731Z Compiling portable-atomic v1.13.1
17912026-07-08T17:57:06.790Z Compiling zerocopy v0.8.40
17922026-07-08T17:57:06.833Z Compiling getrandom v0.4.1
17932026-07-08T17:57:06.853Z Compiling libm v0.2.16
17942026-07-08T17:57:06.872Z Compiling parking_lot_core v0.9.12
17952026-07-08T17:57:06.934Z Compiling icu_properties_data v2.1.2
17962026-07-08T17:57:06.958Z Compiling smallvec v1.15.1
17972026-07-08T17:57:07.032Z Compiling icu_normalizer_data v2.1.1
17982026-07-08T17:57:07.158Z Compiling num-traits v0.2.19
17992026-07-08T17:57:07.174Z Compiling generic-array v0.14.7
18002026-07-08T17:57:07.189Z Compiling itoa v1.0.17
18012026-07-08T17:57:07.221Z Compiling log v0.4.29
18022026-07-08T17:57:07.297Z Compiling subtle v2.6.1
18032026-07-08T17:57:07.300Z Compiling pkg-config v0.3.32
18042026-07-08T17:57:07.300Z Compiling stable_deref_trait v1.2.1
18052026-07-08T17:57:07.410Z Compiling typenum v1.20.1
18062026-07-08T17:57:07.476Z Compiling scopeguard v1.2.0
18072026-07-08T17:57:07.491Z Compiling fnv v1.0.7
18082026-07-08T17:57:07.539Z Compiling rand_core v0.10.0
18092026-07-08T17:57:07.595Z Compiling jobserver v0.1.34
18102026-07-08T17:57:07.615Z Compiling errno v0.3.14
18112026-07-08T17:57:07.619Z Compiling lock_api v0.4.14
18122026-07-08T17:57:07.721Z Compiling getrandom v0.3.4
18132026-07-08T17:57:07.737Z Compiling thiserror v2.0.18
18142026-07-08T17:57:07.737Z Compiling pin-project-lite v0.2.17
18152026-07-08T17:57:07.824Z Compiling cc v1.2.56
18162026-07-08T17:57:07.871Z Compiling percent-encoding v2.3.2
18172026-07-08T17:57:07.876Z Compiling writeable v0.6.2
18182026-07-08T17:57:07.903Z Compiling litemap v0.8.1
18192026-07-08T17:57:07.906Z Compiling equivalent v1.0.2
18202026-07-08T17:57:07.937Z Compiling getrandom v0.2.17
18212026-07-08T17:57:07.998Z Compiling syn v2.0.117
18222026-07-08T17:57:08.014Z Compiling rustversion v1.0.22
18232026-07-08T17:57:08.122Z Compiling rand_core v0.6.4
18242026-07-08T17:57:08.151Z Compiling rustix v1.1.3
18252026-07-08T17:57:08.151Z Compiling fs_extra v1.3.0
18262026-07-08T17:57:08.167Z Compiling critical-section v1.2.0
18272026-07-08T17:57:08.197Z Compiling dunce v1.0.5
18282026-07-08T17:57:08.214Z Compiling schemars v0.8.22
18292026-07-08T17:57:08.381Z Compiling hashbrown v0.17.0
18302026-07-08T17:57:08.461Z Compiling signal-hook-registry v1.4.8
18312026-07-08T17:57:08.534Z Compiling once_cell v1.21.3
18322026-07-08T17:57:08.551Z Compiling utf8_iter v1.0.4
18332026-07-08T17:57:08.566Z Compiling cmake v0.1.57
18342026-07-08T17:57:08.580Z Compiling heck v0.5.0
18352026-07-08T17:57:08.764Z Compiling parking_lot v0.12.5
18362026-07-08T17:57:08.833Z Compiling form_urlencoded v1.2.2
18372026-07-08T17:57:08.849Z Compiling mio v1.2.0
18382026-07-08T17:57:08.949Z Compiling socket2 v0.6.3
18392026-07-08T17:57:08.965Z Compiling futures-core v0.3.32
18402026-07-08T17:57:09.018Z Compiling aws-lc-rs v1.16.3
18412026-07-08T17:57:09.134Z Compiling semver v1.0.28
18422026-07-08T17:57:09.138Z Compiling indexmap v2.14.0
18432026-07-08T17:57:09.171Z Compiling aws-lc-sys v0.40.0
18442026-07-08T17:57:09.204Z Compiling strsim v0.11.1
18452026-07-08T17:57:09.221Z Compiling httparse v1.10.1
18462026-07-08T17:57:09.257Z Compiling bitflags v2.11.0
18472026-07-08T17:57:09.578Z Compiling ucd-trie v0.1.7
18482026-07-08T17:57:09.593Z Compiling thiserror v1.0.69
18492026-07-08T17:57:09.635Z Compiling byteorder v1.5.0
18502026-07-08T17:57:09.707Z Compiling ident_case v1.0.1
18512026-07-08T17:57:09.737Z Compiling pest v2.8.6
18522026-07-08T17:57:09.757Z Compiling syn v1.0.109
18532026-07-08T17:57:09.791Z Compiling iana-time-zone v0.1.65
18542026-07-08T17:57:09.809Z Compiling const-oid v0.9.6
18552026-07-08T17:57:09.829Z Compiling regex-syntax v0.8.10
18562026-07-08T17:57:09.846Z Compiling vcpkg v0.2.15
18572026-07-08T17:57:10.164Z Compiling uuid v1.23.4
18582026-07-08T17:57:10.225Z Compiling rustc_version v0.4.1
18592026-07-08T17:57:10.301Z Compiling futures-sink v0.3.32
18602026-07-08T17:57:10.413Z Compiling rustls v0.23.41
18612026-07-08T17:57:10.435Z Compiling futures-channel v0.3.32
18622026-07-08T17:57:10.451Z Compiling openssl-sys v0.9.115
18632026-07-08T17:57:10.591Z Compiling aho-corasick v1.1.4
18642026-07-08T17:57:10.631Z Compiling slab v0.4.12
18652026-07-08T17:57:10.664Z Compiling futures-task v0.3.32
18662026-07-08T17:57:10.691Z Compiling futures-io v0.3.32
18672026-07-08T17:57:10.841Z Compiling pest_meta v2.8.6
18682026-07-08T17:57:10.873Z Compiling synstructure v0.13.2
18692026-07-08T17:57:10.890Z Compiling serde_derive_internals v0.29.1
18702026-07-08T17:57:10.969Z Compiling num-conv v0.2.0
18712026-07-08T17:57:10.996Z Compiling time-core v0.1.8
18722026-07-08T17:57:11.011Z Compiling crc32fast v1.5.0
18732026-07-08T17:57:11.042Z Compiling dyn-clone v1.0.20
18742026-07-08T17:57:11.065Z Compiling plain v0.2.3
18752026-07-08T17:57:11.164Z Compiling time-macros v0.2.27
18762026-07-08T17:57:11.193Z Compiling base64 v0.22.1
18772026-07-08T17:57:11.277Z Compiling crossbeam-utils v0.8.21
18782026-07-08T17:57:11.380Z Compiling pretty-hex v0.4.1
18792026-07-08T17:57:11.399Z Compiling openssl v0.10.79
18802026-07-08T17:57:11.502Z Compiling pest_generator v2.8.6
18812026-07-08T17:57:11.517Z Compiling regex-automata v0.4.14
18822026-07-08T17:57:11.535Z Compiling darling_core v0.21.3
18832026-07-08T17:57:11.592Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18842026-07-08T17:57:11.717Z Compiling native-tls v0.2.18
18852026-07-08T17:57:11.733Z Compiling anyhow v1.0.102
18862026-07-08T17:57:11.737Z Compiling rand_core v0.9.5
18872026-07-08T17:57:11.990Z Compiling slog v2.8.2
18882026-07-08T17:57:12.007Z Compiling tracing-core v0.1.36
18892026-07-08T17:57:12.082Z Compiling cookie v0.18.1
18902026-07-08T17:57:12.098Z Compiling base64ct v1.8.3
18912026-07-08T17:57:12.132Z Compiling serde_derive v1.0.228
18922026-07-08T17:57:12.152Z Compiling zeroize_derive v1.4.3
18932026-07-08T17:57:12.168Z Compiling zerofrom-derive v0.1.6
18942026-07-08T17:57:12.192Z Compiling yoke-derive v0.8.1
18952026-07-08T17:57:12.235Z Compiling zerovec-derive v0.11.2
18962026-07-08T17:57:12.265Z Compiling displaydoc v0.2.5
18972026-07-08T17:57:12.281Z Compiling zerocopy-derive v0.8.40
18982026-07-08T17:57:12.322Z Compiling tokio-macros v2.7.0
18992026-07-08T17:57:12.401Z Compiling futures-macro v0.3.32
19002026-07-08T17:57:12.508Z Compiling thiserror-impl v2.0.18
19012026-07-08T17:57:12.777Z Compiling zeroize v1.8.2
19022026-07-08T17:57:13.029Z Compiling schemars_derive v0.8.22
19032026-07-08T17:57:13.044Z Compiling tracing-attributes v0.1.31
19042026-07-08T17:57:13.180Z Compiling der_derive v0.7.3
19052026-07-08T17:57:13.197Z Compiling thiserror-impl v1.0.69
19062026-07-08T17:57:13.294Z Compiling pest_derive v2.8.6
19072026-07-08T17:57:13.309Z Compiling zerofrom v0.1.6
19082026-07-08T17:57:13.455Z Compiling yoke v0.8.1
19092026-07-08T17:57:13.635Z Compiling zerovec v0.11.5
19102026-07-08T17:57:13.667Z Compiling zerotrie v0.2.3
19112026-07-08T17:57:13.730Z Compiling crypto-common v0.1.7
19122026-07-08T17:57:13.746Z Compiling futures-util v0.3.32
19132026-07-08T17:57:14.129Z Compiling block-buffer v0.10.4
19142026-07-08T17:57:14.192Z Compiling tinystr v0.8.2
19152026-07-08T17:57:14.232Z Compiling potential_utf v0.1.4
19162026-07-08T17:57:14.280Z Compiling digest v0.10.7
19172026-07-08T17:57:14.302Z Compiling scroll_derive v0.12.1
19182026-07-08T17:57:14.330Z Compiling scroll_derive v0.13.1
19192026-07-08T17:57:14.395Z Compiling icu_locale_core v2.1.1
19202026-07-08T17:57:14.430Z Compiling icu_collections v2.1.1
19212026-07-08T17:57:14.521Z Compiling openssl-macros v0.1.1
19222026-07-08T17:57:14.753Z Compiling regex v1.12.3
19232026-07-08T17:57:15.013Z Compiling darling_macro v0.21.3
19242026-07-08T17:57:15.146Z Compiling icu_provider v2.1.1
19252026-07-08T17:57:15.173Z Compiling zerocopy-derive v0.7.35
19262026-07-08T17:57:15.188Z Compiling camino v1.2.2
19272026-07-08T17:57:15.257Z Compiling tracing v0.1.44
19282026-07-08T17:57:15.443Z Compiling bytes v1.11.1
19292026-07-08T17:57:15.460Z Compiling icu_properties v2.1.2
19302026-07-08T17:57:15.554Z Compiling icu_normalizer v2.1.1
19312026-07-08T17:57:15.569Z Compiling chrono v0.4.44
19322026-07-08T17:57:15.586Z Compiling serde_tokenstream v0.2.3
19332026-07-08T17:57:15.690Z Compiling darling v0.21.3
19342026-07-08T17:57:16.008Z Compiling tokio v1.52.1
19352026-07-08T17:57:16.149Z Compiling http v1.4.2
19362026-07-08T17:57:16.432Z Compiling idna_adapter v1.2.1
19372026-07-08T17:57:16.518Z Compiling pem-rfc7468 v0.7.0
19382026-07-08T17:57:16.585Z Compiling idna v1.1.0
19392026-07-08T17:57:16.819Z Compiling ppv-lite86 v0.2.21
19402026-07-08T17:57:16.977Z Compiling url v2.5.8
19412026-07-08T17:57:17.225Z Compiling flagset v0.4.7
19422026-07-08T17:57:17.316Z Compiling rand_chacha v0.9.0
19432026-07-08T17:57:17.521Z Compiling der v0.7.10
19442026-07-08T17:57:17.706Z Compiling http-body v1.0.1
19452026-07-08T17:57:17.731Z Compiling rustls-pki-types v1.14.0
19462026-07-08T17:57:18.174Z Compiling usdt-impl v0.5.0
19472026-07-08T17:57:18.215Z Compiling usdt-impl v0.6.0
19482026-07-08T17:57:18.231Z Compiling ref-cast v1.0.25
19492026-07-08T17:57:18.257Z Compiling either v1.15.0
19502026-07-08T17:57:18.434Z Compiling tinyvec_macros v0.1.1
19512026-07-08T17:57:18.459Z Compiling cmov v0.5.4
19522026-07-08T17:57:18.535Z Compiling fastrand v2.3.0
19532026-07-08T17:57:18.574Z Compiling paste v1.0.15
19542026-07-08T17:57:18.731Z Compiling openssl-probe v0.2.1
19552026-07-08T17:57:18.754Z Compiling ctutils v0.4.2
19562026-07-08T17:57:18.886Z Compiling tinyvec v1.10.0
19572026-07-08T17:57:18.920Z Compiling spki v0.7.3
19582026-07-08T17:57:19.043Z Compiling rand v0.9.2
19592026-07-08T17:57:19.110Z Compiling toml_datetime v0.6.11
19602026-07-08T17:57:19.128Z Compiling serde_spanned v0.6.9
19612026-07-08T17:57:19.146Z Compiling scroll v0.13.0
19622026-07-08T17:57:19.161Z Compiling scroll v0.12.0
19632026-07-08T17:57:19.286Z Compiling async-trait v0.1.89
19642026-07-08T17:57:19.302Z Compiling heapless v0.7.17
19652026-07-08T17:57:19.370Z Compiling bzip2-sys v0.1.13+1.0.8
19662026-07-08T17:57:19.386Z Compiling try-lock v0.2.5
19672026-07-08T17:57:19.402Z Compiling winnow v0.7.14
19682026-07-08T17:57:19.406Z Compiling tower-service v0.3.3
19692026-07-08T17:57:19.463Z Compiling signal-hook v0.3.18
19702026-07-08T17:57:19.519Z Compiling cpufeatures v0.2.17
19712026-07-08T17:57:19.536Z Compiling rustix v0.38.44
19722026-07-08T17:57:19.604Z Compiling litrs v1.0.0
19732026-07-08T17:57:19.624Z Compiling atomic-waker v1.1.2
19742026-07-08T17:57:19.627Z Compiling winnow v1.0.3
19752026-07-08T17:57:19.700Z Compiling zstd-safe v7.2.4
19762026-07-08T17:57:19.718Z Compiling tower-layer v0.3.3
19772026-07-08T17:57:19.735Z Compiling untrusted v0.7.1
19782026-07-08T17:57:19.787Z Compiling want v0.3.1
19792026-07-08T17:57:19.886Z Compiling goblin v0.8.2
19802026-07-08T17:57:19.915Z Compiling goblin v0.10.5
19812026-07-08T17:57:19.953Z Compiling toml_parser v1.1.2+spec-1.1.0
19822026-07-08T17:57:19.973Z Compiling hybrid-array v0.4.13
19832026-07-08T17:57:20.125Z Compiling document-features v0.2.12
19842026-07-08T17:57:20.150Z Compiling tokio-util v0.7.18
19852026-07-08T17:57:20.508Z Compiling zerocopy v0.7.35
19862026-07-08T17:57:20.733Z Compiling ipnet v2.11.0
19872026-07-08T17:57:20.805Z Compiling ref-cast-impl v1.0.25
19882026-07-08T17:57:20.890Z Compiling darling_core v0.20.11
19892026-07-08T17:57:20.894Z Compiling curve25519-dalek v4.1.3
19902026-07-08T17:57:21.005Z Compiling h2 v0.4.15
19912026-07-08T17:57:21.142Z Compiling memoffset v0.9.1
19922026-07-08T17:57:21.240Z Compiling winnow v0.5.40
19932026-07-08T17:57:21.394Z Compiling foreign-types-shared v0.1.1
19942026-07-08T17:57:21.480Z Compiling httpdate v1.0.3
19952026-07-08T17:57:21.603Z Compiling untrusted v0.9.0
19962026-07-08T17:57:21.679Z Compiling utf8parse v0.2.2
19972026-07-08T17:57:21.711Z Compiling powerfmt v0.2.0
19982026-07-08T17:57:21.751Z Compiling tempfile v3.25.0
19992026-07-08T17:57:21.754Z Compiling foreign-types v0.3.2
20002026-07-08T17:57:21.997Z Compiling deranged v0.5.8
20012026-07-08T17:57:22.093Z Compiling unicode-normalization v0.1.25
20022026-07-08T17:57:22.108Z Compiling pkcs8 v0.10.2
20032026-07-08T17:57:22.368Z Compiling dof v0.3.0
20042026-07-08T17:57:22.575Z Compiling toml_edit v0.19.15
20052026-07-08T17:57:22.649Z Compiling dtrace-parser v0.2.0
20062026-07-08T17:57:22.829Z Compiling dof v0.4.0
20072026-07-08T17:57:22.876Z Compiling darling_macro v0.20.11
20082026-07-08T17:57:23.182Z Compiling dtrace-parser v0.3.0
20092026-07-08T17:57:23.253Z Compiling pin-project-internal v1.1.11
20102026-07-08T17:57:23.385Z Compiling daft-derive v0.1.7
20112026-07-08T17:57:23.438Z Compiling spin v0.9.8
20122026-07-08T17:57:23.533Z Compiling thread-id v5.1.0
20132026-07-08T17:57:23.633Z Compiling thread-id v4.2.2
20142026-07-08T17:57:23.730Z Compiling smoltcp v0.9.1
20152026-07-08T17:57:23.775Z Compiling num-bigint-dig v0.8.6
20162026-07-08T17:57:23.826Z Compiling cfg_aliases v0.2.1
20172026-07-08T17:57:23.910Z Compiling num_threads v0.1.7
20182026-07-08T17:57:24.037Z Compiling anstyle v1.0.14
20192026-07-08T17:57:24.061Z Compiling nix v0.31.2
20202026-07-08T17:57:24.174Z Compiling hyper v1.10.1
20212026-07-08T17:57:24.272Z Compiling time v0.3.47
20222026-07-08T17:57:24.434Z Compiling darling v0.20.11
20232026-07-08T17:57:24.529Z Compiling sha2 v0.10.9
20242026-07-08T17:57:24.604Z Compiling ipnetwork v0.21.1
20252026-07-08T17:57:24.664Z Compiling hmac v0.12.1
20262026-07-08T17:57:24.823Z Compiling strum_macros v0.26.4
20272026-07-08T17:57:24.845Z Compiling curve25519-dalek-derive v0.1.1
20282026-07-08T17:57:24.959Z Compiling sync_wrapper v1.0.2
20292026-07-08T17:57:25.022Z Compiling wait-timeout v0.2.1
20302026-07-08T17:57:25.218Z Compiling simd-adler32 v0.3.8
20312026-07-08T17:57:25.292Z Compiling anstyle-query v1.1.5
20322026-07-08T17:57:25.408Z Compiling hyper-util v0.1.20
20332026-07-08T17:57:25.481Z Compiling bit-vec v0.8.0
20342026-07-08T17:57:25.499Z Compiling colorchoice v1.0.4
20352026-07-08T17:57:25.680Z Compiling quick-error v1.2.3
20362026-07-08T17:57:25.730Z Compiling siphasher v1.0.2
20372026-07-08T17:57:25.807Z Compiling is_terminal_polyfill v1.70.2
20382026-07-08T17:57:25.917Z Compiling rusty-fork v0.3.1
20392026-07-08T17:57:25.933Z Compiling bit-set v0.8.0
20402026-07-08T17:57:26.244Z Compiling tower v0.5.3
20412026-07-08T17:57:26.731Z Compiling derive_builder_core v0.20.2
20422026-07-08T17:57:26.746Z Compiling http-body-util v0.1.3
20432026-07-08T17:57:26.767Z Compiling hubpack_derive v0.1.1
20442026-07-08T17:57:26.938Z Compiling strum_macros v0.27.2
20452026-07-08T17:57:27.010Z Compiling snafu-derive v0.8.9
20462026-07-08T17:57:27.136Z Compiling rand_xorshift v0.4.0
20472026-07-08T17:57:27.234Z Compiling fs-err v3.3.0
20482026-07-08T17:57:27.265Z Compiling ahash v0.8.12
20492026-07-08T17:57:27.292Z Compiling adler2 v2.0.1
20502026-07-08T17:57:27.428Z Compiling unicode-segmentation v1.12.0
20512026-07-08T17:57:27.448Z Compiling unicode-bidi v0.3.18
20522026-07-08T17:57:27.519Z Compiling allocator-api2 v0.2.21
20532026-07-08T17:57:27.523Z Compiling ryu v1.0.23
20542026-07-08T17:57:27.722Z Compiling unarray v0.1.4
20552026-07-08T17:57:27.749Z Compiling iri-string v0.7.10
20562026-07-08T17:57:27.821Z Compiling object v0.37.3
20572026-07-08T17:57:27.841Z Compiling unicode-properties v0.1.4
20582026-07-08T17:57:27.856Z Compiling proptest v1.10.0
20592026-07-08T17:57:27.871Z Compiling serde_urlencoded v0.7.1
20602026-07-08T17:57:28.064Z Compiling stringprep v0.1.5
20612026-07-08T17:57:28.110Z Compiling derive_builder_macro v0.20.2
20622026-07-08T17:57:28.126Z Compiling miniz_oxide v0.8.9
20632026-07-08T17:57:28.642Z Compiling tokio-native-tls v0.3.1
20642026-07-08T17:57:28.664Z Compiling usdt-macro v0.6.0
20652026-07-08T17:57:28.685Z Compiling usdt-attr-macro v0.6.0
20662026-07-08T17:57:28.724Z Compiling anstyle-parse v1.0.0
20672026-07-08T17:57:28.744Z Compiling block-padding v0.4.2
20682026-07-08T17:57:28.845Z Compiling crypto-common v0.2.2
20692026-07-08T17:57:28.923Z Compiling tower-http v0.6.8
20702026-07-08T17:57:28.938Z Compiling block-buffer v0.12.1
20712026-07-08T17:57:29.340Z Compiling rustls-native-certs v0.8.3
20722026-07-08T17:57:29.358Z Compiling rand_chacha v0.3.1
20732026-07-08T17:57:29.462Z Compiling erased-serde v0.3.31
20742026-07-08T17:57:29.477Z Compiling md-5 v0.10.6
20752026-07-08T17:57:29.602Z Compiling signature v2.2.0
20762026-07-08T17:57:29.619Z Compiling bstr v1.12.1
20772026-07-08T17:57:29.689Z Compiling num-integer v0.1.46
20782026-07-08T17:57:29.705Z Compiling hash32 v0.2.1
20792026-07-08T17:57:29.737Z Compiling vergen-lib v9.1.0
20802026-07-08T17:57:29.862Z Compiling encoding_rs v0.8.35
20812026-07-08T17:57:29.919Z Compiling mime v0.3.17
20822026-07-08T17:57:29.961Z Compiling psl-types v2.0.11
20832026-07-08T17:57:30.002Z Compiling zlib-rs v0.6.2
20842026-07-08T17:57:30.068Z Compiling fallible-iterator v0.2.0
20852026-07-08T17:57:30.198Z Compiling cpufeatures v0.3.0
20862026-07-08T17:57:30.238Z Compiling publicsuffix v2.3.0
20872026-07-08T17:57:30.294Z Compiling num-iter v0.1.45
20882026-07-08T17:57:30.406Z Compiling postgres-protocol v0.6.10
20892026-07-08T17:57:30.557Z Compiling newtype-uuid v1.3.2
20902026-07-08T17:57:30.724Z Compiling rand v0.8.6
20912026-07-08T17:57:30.958Z Compiling oxnet v0.1.6
20922026-07-08T17:57:30.973Z Compiling inout v0.2.2
20932026-07-08T17:57:31.082Z Compiling anstream v1.0.0
20942026-07-08T17:57:31.134Z Compiling hyper-tls v0.6.0
20952026-07-08T17:57:31.153Z Compiling derive_builder v0.20.2
20962026-07-08T17:57:31.218Z Compiling heck v0.4.1
20972026-07-08T17:57:31.297Z Compiling phf_shared v0.13.1
20982026-07-08T17:57:31.360Z Compiling pin-project v1.1.11
20992026-07-08T17:57:31.377Z Compiling lazy_static v1.5.0
21002026-07-08T17:57:31.428Z Compiling anstyle-parse v0.2.7
21012026-07-08T17:57:31.549Z Compiling terminal_size v0.4.3
21022026-07-08T17:57:31.565Z Compiling futures-executor v0.3.32
21032026-07-08T17:57:31.568Z Compiling serde_with_macros v3.17.0
21042026-07-08T17:57:31.568Z Compiling hex v0.4.3
21052026-07-08T17:57:31.658Z Compiling async-recursion v1.1.1
21062026-07-08T17:57:31.674Z Compiling serde_repr v0.1.20
21072026-07-08T17:57:31.698Z Compiling enum-as-inner v0.6.1
21082026-07-08T17:57:31.840Z Compiling clap_derive v4.6.1
21092026-07-08T17:57:31.955Z Compiling ff v0.13.1
21102026-07-08T17:57:32.007Z Compiling cargo-platform v0.3.2
21112026-07-08T17:57:32.037Z Compiling vergen v9.1.0
21122026-07-08T17:57:32.083Z Compiling flate2 v1.1.9
21132026-07-08T17:57:32.221Z Compiling managed v0.8.0
21142026-07-08T17:57:32.285Z Compiling foldhash v0.1.5
21152026-07-08T17:57:32.303Z Compiling bumpalo v3.20.2
21162026-07-08T17:57:32.319Z Compiling bitflags v1.3.2
21172026-07-08T17:57:32.368Z Compiling same-file v1.0.6
21182026-07-08T17:57:32.414Z Compiling foldhash v0.2.0
21192026-07-08T17:57:32.473Z Compiling clap_lex v1.0.0
21202026-07-08T17:57:32.583Z Compiling libbz2-rs-sys v0.2.2
21212026-07-08T17:57:32.639Z Compiling base16ct v0.2.0
21222026-07-08T17:57:32.674Z Compiling clap_builder v4.6.0
21232026-07-08T17:57:32.744Z Compiling hashbrown v0.16.1
21242026-07-08T17:57:32.759Z Compiling zopfli v0.8.3
21252026-07-08T17:57:32.776Z Compiling sec1 v0.7.3
21262026-07-08T17:57:32.822Z Compiling walkdir v2.5.0
21272026-07-08T17:57:33.055Z Compiling bzip2 v0.6.1
21282026-07-08T17:57:33.165Z Compiling hashbrown v0.15.5
21292026-07-08T17:57:33.330Z Compiling cargo_metadata v0.23.1
21302026-07-08T17:57:33.363Z Compiling group v0.13.0
21312026-07-08T17:57:33.487Z Compiling zstd v0.13.3
21322026-07-08T17:57:33.555Z Compiling futures v0.3.32
21332026-07-08T17:57:33.726Z Compiling anstream v0.6.21
21342026-07-08T17:57:34.024Z Compiling phf v0.13.1
21352026-07-08T17:57:34.093Z Compiling snafu v0.8.9
21362026-07-08T17:57:34.213Z Compiling reqwest v0.12.28
21372026-07-08T17:57:34.470Z Compiling daft v0.1.7
21382026-07-08T17:57:34.582Z Compiling signal-hook-mio v0.2.5
21392026-07-08T17:57:34.714Z Compiling cipher v0.5.2
21402026-07-08T17:57:34.730Z Compiling cookie_store v0.22.1
21412026-07-08T17:57:34.773Z Compiling postgres-types v0.2.12
21422026-07-08T17:57:34.838Z Compiling bzip2 v0.4.4
21432026-07-08T17:57:34.959Z Compiling globset v0.4.18
21442026-07-08T17:57:34.998Z Compiling ed25519 v2.2.3
21452026-07-08T17:57:35.015Z Compiling strum v0.27.2
21462026-07-08T17:57:35.204Z Compiling hubpack v0.1.2
21472026-07-08T17:57:35.237Z Compiling phf_shared v0.11.3
21482026-07-08T17:57:35.289Z Compiling hkdf v0.12.4
21492026-07-08T17:57:35.305Z Compiling crossbeam-epoch v0.9.18
21502026-07-08T17:57:35.363Z Compiling olpc-cjson v0.1.4
21512026-07-08T17:57:35.383Z Compiling pkcs1 v0.7.5
21522026-07-08T17:57:35.609Z Compiling pem v3.0.6
21532026-07-08T17:57:35.719Z Compiling serde_plain v1.0.2
21542026-07-08T17:57:35.743Z Compiling serde-big-array v0.5.1
21552026-07-08T17:57:35.840Z Compiling crypto-bigint v0.5.5
21562026-07-08T17:57:35.933Z Compiling float-cmp v0.10.0
21572026-07-08T17:57:35.966Z Compiling memmap2 v0.9.10
21582026-07-08T17:57:35.979Z Compiling env_filter v1.0.0
21592026-07-08T17:57:35.996Z Compiling fixedbitset v0.5.7
21602026-07-08T17:57:36.090Z Compiling static_assertions v1.1.0
21612026-07-08T17:57:36.105Z Compiling jiff v0.2.21
21622026-07-08T17:57:36.182Z Compiling const-oid v0.10.2
21632026-07-08T17:57:36.198Z Compiling predicates-core v1.0.10
21642026-07-08T17:57:36.214Z Compiling whoami v2.1.0
21652026-07-08T17:57:36.283Z Compiling fixedbitset v0.4.2
21662026-07-08T17:57:36.297Z Compiling normalize-line-endings v0.3.0
21672026-07-08T17:57:36.411Z Compiling typed-path v0.9.3
21682026-07-08T17:57:36.481Z Compiling difflib v0.4.0
21692026-07-08T17:57:36.500Z Compiling new_debug_unreachable v1.0.6
21702026-07-08T17:57:36.529Z Compiling precomputed-hash v0.1.1
21712026-07-08T17:57:36.563Z Compiling keccak v0.1.6
21722026-07-08T17:57:36.579Z Compiling data-encoding v2.10.0
21732026-07-08T17:57:36.595Z Compiling toml_write v0.1.2
21742026-07-08T17:57:36.791Z Compiling elliptic-curve v0.13.8
21752026-07-08T17:57:36.814Z Compiling toml_edit v0.22.27
21762026-07-08T17:57:36.830Z Compiling sha3 v0.10.8
21772026-07-08T17:57:36.881Z Compiling hickory-proto v0.25.2
21782026-07-08T17:57:36.948Z Compiling predicates v3.1.4
21792026-07-08T17:57:36.966Z Compiling string_cache v0.8.9
21802026-07-08T17:57:37.119Z Compiling chacha20 v0.10.0
21812026-07-08T17:57:37.135Z Compiling petgraph v0.6.5
21822026-07-08T17:57:37.154Z Compiling tokio-postgres v0.7.16
21832026-07-08T17:57:37.203Z Compiling digest v0.11.3
21842026-07-08T17:57:37.207Z Compiling petgraph v0.8.3
21852026-07-08T17:57:37.346Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21862026-07-08T17:57:37.429Z Compiling env_logger v0.11.9
21872026-07-08T17:57:37.454Z Compiling usdt v0.6.0
21882026-07-08T17:57:37.937Z Compiling rsa v0.9.10
21892026-07-08T17:57:38.782Z Compiling zip v4.6.1
21902026-07-08T17:57:39.245Z Compiling ed25519-dalek v2.2.0
21912026-07-08T17:57:39.453Z Compiling zip v0.6.6
21922026-07-08T17:57:39.581Z Compiling iddqd v0.4.2
21932026-07-08T17:57:39.584Z Compiling crossterm v0.28.1
21942026-07-08T17:57:39.883Z Compiling clap v4.6.1
21952026-07-08T17:57:40.002Z Compiling serde_with v3.17.0
21962026-07-08T17:57:40.104Z Compiling similar v2.7.0
21972026-07-08T17:57:40.212Z Compiling strum v0.26.3
21982026-07-08T17:57:40.257Z Compiling toml v0.7.8
21992026-07-08T17:57:40.318Z Compiling tokio-stream v0.1.18
22002026-07-08T17:57:40.363Z Compiling buf-list v1.1.2
22012026-07-08T17:57:40.642Z Compiling x509-cert v0.2.5
22022026-07-08T17:57:40.813Z Compiling itertools v0.13.0
22032026-07-08T17:57:40.849Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22042026-07-08T17:57:40.867Z Compiling openapiv3 v2.2.0
22052026-07-08T17:57:41.572Z Compiling peg-runtime v0.8.5
22062026-07-08T17:57:41.696Z Compiling lalrpop-util v0.19.12
22072026-07-08T17:57:57.908Z Compiling rustls-webpki v0.103.13
22082026-07-08T17:57:59.171Z Compiling macaddr v1.0.1
22092026-07-08T17:57:59.201Z Compiling structmeta-derive v0.3.0
22102026-07-08T17:57:59.384Z Compiling crucible-workspace-hack v0.1.0
22112026-07-08T17:57:59.471Z Compiling rayon-core v1.13.0
22122026-07-08T17:57:59.642Z Compiling itertools v0.14.0
22132026-07-08T17:57:59.721Z Compiling secrecy v0.10.3
22142026-07-08T17:57:59.741Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22152026-07-08T17:57:59.765Z Compiling toml_datetime v0.7.5+spec-1.1.0
22162026-07-08T17:57:59.804Z Compiling heapless v0.8.0
22172026-07-08T17:57:59.906Z Compiling crossbeam-deque v0.8.6
22182026-07-08T17:57:59.977Z Compiling toml_edit v0.23.10+spec-1.0.0
22192026-07-08T17:58:00.016Z Compiling inout v0.1.4
22202026-07-08T17:58:00.166Z Compiling hash32 v0.3.1
22212026-07-08T17:58:00.180Z Compiling multer v3.1.0
22222026-07-08T17:58:00.194Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22232026-07-08T17:58:00.211Z Compiling thread_local v1.1.9
22242026-07-08T17:58:00.267Z Compiling structmeta v0.3.0
22252026-07-08T17:58:00.340Z Compiling smoltcp v0.11.0
22262026-07-08T17:58:00.356Z Compiling slog-async v2.8.0
22272026-07-08T17:58:00.372Z Compiling compression-core v0.4.31
22282026-07-08T17:58:00.412Z Compiling match_cfg v0.1.0
22292026-07-08T17:58:00.494Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22302026-07-08T17:58:00.510Z Compiling unicode-width v0.2.0
22312026-07-08T17:58:00.569Z Compiling proc-macro-crate v3.4.0
22322026-07-08T17:58:00.584Z Compiling derive-ex v0.1.8
22332026-07-08T17:58:00.709Z Compiling compression-codecs v0.4.37
22342026-07-08T17:58:00.723Z Compiling hostname v0.3.1
22352026-07-08T17:58:00.846Z Compiling cipher v0.4.4
22362026-07-08T17:58:00.927Z Compiling atomicwrites v0.4.4
22372026-07-08T17:58:00.944Z Compiling ingot-macros v0.1.1
22382026-07-08T17:58:01.018Z Compiling slog-json v2.6.1
22392026-07-08T17:58:01.092Z Compiling crossbeam-channel v0.5.15
22402026-07-08T17:58:01.115Z Compiling half v2.7.1
22412026-07-08T17:58:01.223Z Compiling newtype-uuid-macros v0.1.0
22422026-07-08T17:58:01.292Z Compiling cobs v0.3.0
22432026-07-08T17:58:01.340Z Compiling universal-hash v0.5.1
22442026-07-08T17:58:01.490Z Compiling tokio-rustls v0.26.4
22452026-07-08T17:58:01.507Z Compiling rustls-platform-verifier v0.6.2
22462026-07-08T17:58:01.586Z Compiling tough v0.22.0
22472026-07-08T17:58:01.627Z Compiling thiserror-impl-no-std v2.0.2
22482026-07-08T17:58:01.730Z Compiling hyper-rustls v0.27.7
22492026-07-08T17:58:01.774Z Compiling async-stream-impl v0.3.6
22502026-07-08T17:58:01.811Z Compiling serde_spanned v1.1.1
22512026-07-08T17:58:01.984Z Compiling reqwest v0.13.2
22522026-07-08T17:58:01.998Z Compiling toml_datetime v1.1.1+spec-1.1.0
22532026-07-08T17:58:02.042Z Compiling is-terminal v0.4.17
22542026-07-08T17:58:02.102Z Compiling proc-macro-error-attr v1.0.4
22552026-07-08T17:58:02.164Z Compiling dropshot v0.17.1
22562026-07-08T17:58:02.341Z Compiling convert_case v0.4.0
22572026-07-08T17:58:02.374Z Compiling opaque-debug v0.3.1
22582026-07-08T17:58:02.398Z Compiling ciborium-io v0.2.2
22592026-07-08T17:58:02.437Z Compiling term v1.2.1
22602026-07-08T17:58:02.437Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22612026-07-08T17:58:02.468Z Compiling take_mut v0.2.2
22622026-07-08T17:58:02.519Z Compiling toml_writer v1.1.1+spec-1.1.0
22632026-07-08T17:58:02.658Z Compiling derive_more v0.99.20
22642026-07-08T17:58:02.693Z Compiling thiserror-no-std v2.0.2
22652026-07-08T17:58:02.714Z Compiling toml v1.1.2+spec-1.1.0
22662026-07-08T17:58:02.794Z Compiling slog-term v2.9.2
22672026-07-08T17:58:02.810Z Compiling ciborium-ll v0.2.2
22682026-07-08T17:58:02.939Z Compiling poly1305 v0.8.0
22692026-07-08T17:58:03.053Z Compiling async-stream v0.3.6
22702026-07-08T17:58:03.147Z Compiling test-strategy v0.4.5
22712026-07-08T17:58:03.267Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22722026-07-08T17:58:03.566Z Compiling ingot-types v0.1.2
22732026-07-08T17:58:03.594Z Compiling postcard v1.1.3
22742026-07-08T17:58:04.064Z Compiling ingot v0.1.1
22752026-07-08T17:58:04.068Z Compiling slog-bunyan v2.5.0
22762026-07-08T17:58:04.068Z Compiling chacha20 v0.9.1
22772026-07-08T17:58:04.239Z Compiling num_enum_derive v0.7.6
22782026-07-08T17:58:04.255Z Compiling async-compression v0.4.41
22792026-07-08T17:58:04.373Z Compiling parse-display-derive v0.10.0
22802026-07-08T17:58:04.486Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
22812026-07-08T17:58:04.820Z Compiling sha1 v0.11.0
22822026-07-08T17:58:04.865Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22832026-07-08T17:58:05.095Z Compiling proc-macro-crate v1.3.1
22842026-07-08T17:58:05.163Z Compiling waitgroup v0.1.2
22852026-07-08T17:58:05.193Z Compiling password-hash v0.5.0
22862026-07-08T17:58:05.274Z Compiling backon v1.6.0
22872026-07-08T17:58:05.292Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22882026-07-08T17:58:05.316Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
22892026-07-08T17:58:05.467Z Compiling rustls-pemfile v2.2.0
22902026-07-08T17:58:05.498Z Compiling dropshot_endpoint v0.17.1
22912026-07-08T17:58:05.563Z Compiling blake2 v0.10.6
22922026-07-08T17:58:05.579Z Compiling aead v0.5.2
22932026-07-08T17:58:05.627Z Compiling foreign-types-macros v0.2.3
22942026-07-08T17:58:05.697Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
22952026-07-08T17:58:05.782Z Compiling serde_path_to_error v0.1.20
22962026-07-08T17:58:05.804Z Compiling hostname v0.4.2
22972026-07-08T17:58:05.937Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
22982026-07-08T17:58:05.994Z Compiling proc-macro-error v1.0.4
22992026-07-08T17:58:06.126Z Compiling instant v0.1.13
23002026-07-08T17:58:06.167Z Compiling debug-ignore v1.0.5
23012026-07-08T17:58:06.184Z Compiling foreign-types-shared v0.3.1
23022026-07-08T17:58:06.249Z Compiling backoff v0.4.0
23032026-07-08T17:58:06.283Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23042026-07-08T17:58:06.287Z Compiling foreign-types v0.5.0
23052026-07-08T17:58:06.329Z Compiling parse-display v0.10.0
23062026-07-08T17:58:06.329Z Compiling argon2 v0.5.3
23072026-07-08T17:58:06.360Z Compiling chacha20poly1305 v0.10.1
23082026-07-08T17:58:06.364Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23092026-07-08T17:58:06.364Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23102026-07-08T17:58:06.378Z Compiling num_enum_derive v0.5.11
23112026-07-08T17:58:06.423Z Compiling num_enum v0.7.6
23122026-07-08T17:58:06.491Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23132026-07-08T17:58:06.531Z Compiling ciborium v0.2.2
23142026-07-08T17:58:06.567Z Compiling vsss-rs v3.3.4
23152026-07-08T17:58:06.813Z Compiling tabwriter v1.4.1
23162026-07-08T17:58:06.924Z Compiling regress v0.10.5
23172026-07-08T17:58:06.959Z Compiling byte-wrapper v0.1.0
23182026-07-08T17:58:07.128Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23192026-07-08T17:58:07.193Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23202026-07-08T17:58:07.215Z Compiling cstr-argument v0.1.2
23212026-07-08T17:58:07.220Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23222026-07-08T17:58:07.382Z Compiling humantime v2.3.0
23232026-07-08T17:58:07.409Z Compiling num_enum v0.5.11
23242026-07-08T17:58:07.413Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23252026-07-08T17:58:07.441Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23262026-07-08T17:58:07.506Z Compiling rayon v1.11.0
23272026-07-08T17:58:07.554Z Compiling rand v0.10.1
23282026-07-08T17:58:07.621Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23292026-07-08T17:58:07.726Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23302026-07-08T17:58:07.742Z Compiling libefi-sys v0.1.0
23312026-07-08T17:58:07.780Z Compiling indent_write v2.2.0
23322026-07-08T17:58:07.846Z Compiling colored v3.1.1
23332026-07-08T17:58:07.862Z Compiling zone_cfg_derive v0.3.1
23342026-07-08T17:58:07.876Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23352026-07-08T17:58:07.956Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23362026-07-08T17:58:08.008Z Compiling camino-tempfile v1.4.1
23372026-07-08T17:58:08.024Z Compiling itertools v0.12.1
23382026-07-08T17:58:08.064Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23392026-07-08T17:58:08.123Z Compiling usdt-attr-macro v0.5.0
23402026-07-08T17:58:08.138Z Compiling usdt-macro v0.5.0
23412026-07-08T17:58:08.405Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23422026-07-08T17:58:08.429Z Compiling num-derive v0.4.2
23432026-07-08T17:58:08.448Z Compiling bitfield-struct v0.6.2
23442026-07-08T17:58:08.504Z Compiling blake3 v1.8.5
23452026-07-08T17:58:08.528Z Compiling memmap v0.7.0
23462026-07-08T17:58:08.544Z Compiling sigpipe v0.1.3
23472026-07-08T17:58:08.561Z Compiling glob v0.3.3
23482026-07-08T17:58:08.564Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23492026-07-08T17:58:08.656Z Compiling swrite v0.1.0
23502026-07-08T17:58:08.846Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23512026-07-08T17:58:08.874Z Compiling smf v0.2.3
23522026-07-08T17:58:08.917Z Compiling usdt v0.5.0
23532026-07-08T17:58:09.064Z Compiling filetime v0.2.27
23542026-07-08T17:58:09.103Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23552026-07-08T17:58:09.118Z Compiling whoami v1.6.1
23562026-07-08T17:58:09.293Z Compiling constant_time_eq v0.4.2
23572026-07-08T17:58:09.337Z Compiling xattr v1.6.1
23582026-07-08T17:58:09.355Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23592026-07-08T17:58:09.402Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23602026-07-08T17:58:09.438Z Compiling zone v0.3.1
23612026-07-08T17:58:09.505Z Compiling arrayvec v0.7.6
23622026-07-08T17:58:09.521Z Compiling arrayref v0.3.9
23632026-07-08T17:58:09.540Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23642026-07-08T17:58:09.558Z Compiling tar v0.4.45
23652026-07-08T17:58:09.575Z Compiling tokio-dtrace v0.1.1
23662026-07-08T17:58:09.592Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23672026-07-08T17:58:09.618Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23682026-07-08T17:58:09.638Z Compiling console v0.16.2
23692026-07-08T17:58:09.762Z Compiling gethostname v0.5.0
23702026-07-08T17:58:09.924Z Compiling topological-sort v0.2.2
23712026-07-08T17:58:09.946Z Compiling unit-prefix v0.5.2
23722026-07-08T17:58:10.032Z Compiling oxide-tokio-rt v0.1.4
23732026-07-08T17:58:10.147Z Compiling indicatif v0.18.4
23742026-07-08T17:58:10.162Z Compiling toml v0.8.23
23752026-07-08T17:58:10.290Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23762026-07-08T17:58:10.346Z Compiling shell-words v1.1.1
23772026-07-08T17:58:19.776Z Compiling progenitor-client v0.14.0
23782026-07-08T17:58:19.777Z Compiling omicron-zone-package v0.12.3
23792026-07-08T17:58:20.028Z Compiling progenitor-extras v0.2.0
23802026-07-08T17:58:20.344Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23812026-07-08T17:58:20.377Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23822026-07-08T17:58:20.450Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23832026-07-08T17:58:20.519Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23842026-07-08T17:58:20.580Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23852026-07-08T17:58:20.607Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23862026-07-08T17:58:20.659Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23872026-07-08T17:58:20.878Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23882026-07-08T17:58:21.348Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23892026-07-08T17:58:25.299Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23902026-07-08T17:58:33.192Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23912026-07-08T17:58:36.397Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23922026-07-08T17:58:37.419Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23932026-07-08T17:58:46.876Z Finished `release` profile [optimized] target(s) in 1m 41s
23942026-07-08T17:58:47.026Z Running `target/release/omicron-package -t test target create -p dev`
23952026-07-08T17:58:47.086ZLogging to: /work/oxidecomputer/omicron/out/LOG
23962026-07-08T17:58:47.090ZCreated new build target 'test' and set it as active
23972026-07-08T17:58:47.090Z
23982026-07-08T17:58:47.090Zreal 1:41.491148006
23992026-07-08T17:58:47.090Zuser 16:42.840548083
24002026-07-08T17:58:47.090Zsys 2:39.204707771
24012026-07-08T17:58:47.090Ztrap 0.483893043
24022026-07-08T17:58:47.090Ztflt 2.459677277
24032026-07-08T17:58:47.090Zdflt 3.987751112
24042026-07-08T17:58:47.090Zkflt 0.000588200
24052026-07-08T17:58:47.090Zlock 52:47.129887015
24062026-07-08T17:58:47.090Zslp 43:05.342586135
24072026-07-08T17:58:47.090Zlat 44.658212502
24082026-07-08T17:58:47.090Zstop 5:17.731451804
24092026-07-08T17:58:47.090Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24102026-07-08T17:58:47.975Z Finished `release` profile [optimized] target(s) in 0.87s
24112026-07-08T17:58:48.050Z Running `target/release/omicron-package -t test package`
24122026-07-08T17:58:48.106ZLogging to: /work/oxidecomputer/omicron/out/LOG
24132026-07-08T17:58:49.540Z Compiling heck v0.5.0
24142026-07-08T17:58:49.540Z Compiling regress v0.11.1
24152026-07-08T17:58:49.755Z Compiling unsafe-libyaml v0.2.11
24162026-07-08T17:58:49.791Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24172026-07-08T17:58:49.820Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24182026-07-08T17:58:49.837Z Compiling unicode-width v0.1.14
24192026-07-08T17:58:49.837Z Compiling atomicwrites v0.4.4
24202026-07-08T17:58:49.858Z Compiling bytecount v0.6.9
24212026-07-08T17:58:49.878Z Compiling derive-where v1.6.0
24222026-07-08T17:58:49.882Z Compiling is-terminal v0.4.17
24232026-07-08T17:58:49.897Z Compiling prettyplease v0.2.37
24242026-07-08T17:58:49.960Z Compiling console v0.15.11
24252026-07-08T17:58:49.964Z Compiling newline-converter v0.3.0
24262026-07-08T17:58:49.965Z Compiling slog-dtrace v0.3.0
24272026-07-08T17:58:50.027Z Compiling resolv-conf v0.7.6
24282026-07-08T17:58:50.050Z Compiling owo-colors v4.3.0
24292026-07-08T17:58:50.078Z Compiling cancel-safe-futures v0.1.5
24302026-07-08T17:58:50.101Z Compiling num-rational v0.4.2
24312026-07-08T17:58:50.123Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24322026-07-08T17:58:50.181Z Compiling libsw-core v0.3.2
24332026-07-08T17:58:50.203Z Compiling num-complex v0.4.6
24342026-07-08T17:58:50.248Z Compiling thread_local v1.1.9
24352026-07-08T17:58:50.339Z Compiling serde_yaml v0.9.34+deprecated
24362026-07-08T17:58:50.406Z Compiling expectorate v1.2.0
24372026-07-08T17:58:50.426Z Compiling match_cfg v0.1.0
24382026-07-08T17:58:50.488Z Compiling compression-core v0.4.31
24392026-07-08T17:58:50.538Z Compiling hostname v0.3.1
24402026-07-08T17:58:50.654Z Compiling num v0.4.3
24412026-07-08T17:58:50.678Z Compiling compression-codecs v0.4.37
24422026-07-08T17:58:50.699Z Compiling libsw v3.5.0
24432026-07-08T17:58:50.722Z Compiling multer v3.1.0
24442026-07-08T17:58:50.726Z Compiling slog-async v2.8.0
24452026-07-08T17:58:50.766Z Compiling crossbeam-channel v0.5.15
24462026-07-08T17:58:50.793Z Compiling slog-json v2.6.1
24472026-07-08T17:58:50.814Z Compiling serde_spanned v1.1.1
24482026-07-08T17:58:50.932Z Compiling toml_datetime v1.1.1+spec-1.1.0
24492026-07-08T17:58:50.954Z Compiling float-ord v0.3.2
24502026-07-08T17:58:50.976Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24512026-07-08T17:58:51.003Z Compiling toml_writer v1.1.1+spec-1.1.0
24522026-07-08T17:58:51.036Z Compiling take_mut v0.2.2
24532026-07-08T17:58:51.099Z Compiling linked-hash-map v0.5.6
24542026-07-08T17:58:51.133Z Compiling linear-map v1.2.0
24552026-07-08T17:58:51.181Z Compiling term v1.2.1
24562026-07-08T17:58:51.203Z Compiling toml v1.1.2+spec-1.1.0
24572026-07-08T17:58:51.248Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24582026-07-08T17:58:51.268Z Compiling slog-bunyan v2.5.0
24592026-07-08T17:58:51.268Z Compiling async-compression v0.4.41
24602026-07-08T17:58:51.354Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24612026-07-08T17:58:51.375Z Compiling typify-impl v0.6.2
24622026-07-08T17:58:51.398Z Compiling lru-cache v0.1.2
24632026-07-08T17:58:51.488Z Compiling slog-term v2.9.2
24642026-07-08T17:58:51.573Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24652026-07-08T17:58:51.657Z Compiling dropshot v0.17.1
24662026-07-08T17:58:51.682Z Compiling async-stream v0.3.6
24672026-07-08T17:58:51.709Z Compiling sha1 v0.11.0
24682026-07-08T17:58:51.731Z Compiling progenitor-client v0.14.0
24692026-07-08T17:58:51.752Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24702026-07-08T17:58:51.755Z Compiling waitgroup v0.1.2
24712026-07-08T17:58:51.890Z Compiling rustls-pemfile v2.2.0
24722026-07-08T17:58:51.918Z Compiling backon v1.6.0
24732026-07-08T17:58:51.939Z Compiling serde_path_to_error v0.1.20
24742026-07-08T17:58:51.962Z Compiling hostname v0.4.2
24752026-07-08T17:58:51.996Z Compiling instant v0.1.13
24762026-07-08T17:58:52.023Z Compiling minimal-lexical v0.2.1
24772026-07-08T17:58:52.071Z Compiling debug-ignore v1.0.5
24782026-07-08T17:58:52.113Z Compiling backoff v0.4.0
24792026-07-08T17:58:52.139Z Compiling progenitor-extras v0.2.0
24802026-07-08T17:58:52.143Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24812026-07-08T17:58:52.143Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24822026-07-08T17:58:52.209Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24832026-07-08T17:58:52.299Z Compiling nom v7.1.3
24842026-07-08T17:58:52.348Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24852026-07-08T17:58:52.390Z Compiling parse-display v0.10.0
24862026-07-08T17:58:52.424Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24872026-07-08T17:58:52.472Z Compiling hickory-proto v0.24.4
24882026-07-08T17:58:52.678Z Compiling regress v0.10.5
24892026-07-08T17:58:53.064Z Compiling macaddr v1.0.1
24902026-07-08T17:58:53.095Z Compiling unicode-xid v0.2.6
24912026-07-08T17:58:53.168Z Compiling humantime v2.3.0
24922026-07-08T17:58:53.315Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24932026-07-08T17:58:53.444Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24942026-07-08T17:58:53.493Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24952026-07-08T17:58:53.717Z Compiling convert_case v0.10.0
24962026-07-08T17:58:53.774Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24972026-07-08T17:58:54.012Z Compiling derive_more-impl v2.1.1
24982026-07-08T17:58:54.295Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24992026-07-08T17:58:54.489Z Compiling toml v0.8.23
25002026-07-08T17:58:54.652Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25012026-07-08T17:58:54.750Z Compiling papergrid v0.11.0
25022026-07-08T17:58:54.808Z Compiling derive_more v2.1.1
25032026-07-08T17:58:54.829Z Compiling tabled_derive v0.7.0
25042026-07-08T17:58:54.857Z Compiling typify-macro v0.6.2
25052026-07-08T17:58:54.917Z Compiling termtree v0.5.1
25062026-07-08T17:58:55.023Z Compiling hickory-resolver v0.24.4
25072026-07-08T17:58:55.071Z Compiling crossterm v0.29.0
25082026-07-08T17:58:55.133Z Compiling phf_shared v0.12.1
25092026-07-08T17:58:55.391Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25102026-07-08T17:58:55.779Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25112026-07-08T17:58:55.982Z Compiling tabled v0.15.0
25122026-07-08T17:58:56.003Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25132026-07-08T17:58:56.417Z Compiling typify v0.6.2
25142026-07-08T17:58:56.712Z Compiling progenitor-impl v0.14.0
25152026-07-08T17:58:57.204Z Compiling qorb v0.4.1
25162026-07-08T17:58:58.019Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25172026-07-08T17:58:58.561Z Compiling vte v0.14.1
25182026-07-08T17:58:58.826Z Compiling csv-core v0.1.13
25192026-07-08T17:58:58.849Z Compiling progenitor-macro v0.14.0
25202026-07-08T17:58:59.265Z Compiling highway v1.3.0
25212026-07-08T17:58:59.972Z Compiling chrono-tz v0.10.4
25222026-07-08T17:59:00.001Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25232026-07-08T17:59:00.201Z Compiling csv v1.4.0
25242026-07-08T17:59:00.254Z Compiling strip-ansi-escapes v0.2.1
25252026-07-08T17:59:00.311Z Compiling phf v0.12.1
25262026-07-08T17:59:00.370Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25272026-07-08T17:59:00.520Z Compiling const_format_proc_macros v0.2.34
25282026-07-08T17:59:00.591Z Compiling fd-lock v4.0.4
25292026-07-08T17:59:00.771Z Compiling peg-macros v0.8.5
25302026-07-08T17:59:00.877Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25312026-07-08T17:59:01.186Z Compiling nu-ansi-term v0.50.3
25322026-07-08T17:59:01.316Z Compiling const_format v0.2.35
25332026-07-08T17:59:01.676Z Compiling reedline v0.40.0
25342026-07-08T17:59:01.760Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25352026-07-08T17:59:02.041Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25362026-07-08T17:59:02.358Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25372026-07-08T17:59:02.883Z Compiling progenitor v0.14.0
25382026-07-08T17:59:03.062Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25392026-07-08T17:59:03.096Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25402026-07-08T17:59:03.149Z Compiling peg v0.8.5
25412026-07-08T17:59:03.255Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25422026-07-08T17:59:03.313Z Compiling bcs v0.1.6
25432026-07-08T17:59:03.748Z Compiling nom v8.0.0
25442026-07-08T17:59:03.880Z Compiling semver v0.1.20
25452026-07-08T17:59:04.170Z Compiling rustc_version v0.1.7
25462026-07-08T17:59:04.399Z Compiling newtype_derive v0.1.6
25472026-07-08T17:59:04.664Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25482026-07-08T17:59:04.945Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25492026-07-08T17:59:04.984Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25502026-07-08T17:59:05.022Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25512026-07-08T17:59:05.143Z Compiling unicode-linebreak v0.1.5
25522026-07-08T17:59:05.289Z Compiling smawk v0.3.2
25532026-07-08T17:59:05.474Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25542026-07-08T17:59:05.532Z Compiling textwrap v0.16.2
25552026-07-08T17:59:05.886Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25562026-07-08T17:59:05.918Z Compiling steno v0.4.1
25572026-07-08T17:59:05.967Z Compiling base64 v0.21.7
25582026-07-08T17:59:06.490Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25592026-07-08T17:59:06.837Z Compiling dropshot-api-manager-types v0.7.2
25602026-07-08T17:59:06.982Z Compiling sha1 v0.10.6
25612026-07-08T17:59:07.160Z Compiling utf-8 v0.7.6
25622026-07-08T17:59:07.397Z Compiling tagptr v0.2.0
25632026-07-08T17:59:07.430Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25642026-07-08T17:59:07.486Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25652026-07-08T17:59:07.583Z Compiling moka v0.12.13
25662026-07-08T17:59:07.603Z Compiling tungstenite v0.21.0
25672026-07-08T17:59:07.688Z Compiling display-error-chain v0.2.2
25682026-07-08T17:59:07.865Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25692026-07-08T17:59:07.903Z Compiling radium v0.7.0
25702026-07-08T17:59:07.987Z Compiling tap v1.0.1
25712026-07-08T17:59:08.134Z Compiling maybe-uninit v2.0.0
25722026-07-08T17:59:08.215Z Compiling tokio-tungstenite v0.21.0
25732026-07-08T17:59:08.600Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25742026-07-08T17:59:08.779Z Compiling hickory-resolver v0.25.2
25752026-07-08T17:59:08.868Z Compiling wyz v0.5.1
25762026-07-08T17:59:08.892Z Compiling num-derive v0.3.3
25772026-07-08T17:59:09.116Z Compiling vergen-lib v0.1.6
25782026-07-08T17:59:09.358Z Compiling zerocopy-derive v0.6.6
25792026-07-08T17:59:09.713Z Compiling proc-macro-error-attr2 v2.0.0
25802026-07-08T17:59:09.805Z Compiling diesel_derives v2.3.7
25812026-07-08T17:59:10.062Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25822026-07-08T17:59:10.170Z Compiling funty v2.0.0
25832026-07-08T17:59:10.205Z Compiling crc-catalog v2.4.0
25842026-07-08T17:59:10.331Z Compiling packed_struct v0.10.1
25852026-07-08T17:59:10.658Z Compiling bitvec v1.0.1
25862026-07-08T17:59:10.689Z Compiling crc v3.4.0
25872026-07-08T17:59:10.914Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25882026-07-08T17:59:11.131Z Compiling zerocopy v0.6.6
25892026-07-08T17:59:11.468Z Compiling proc-macro-error2 v2.0.1
25902026-07-08T17:59:11.548Z Compiling libscf-sys v1.1.0
25912026-07-08T17:59:11.781Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25922026-07-08T17:59:11.851Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25932026-07-08T17:59:11.925Z Compiling dsl_auto_type v0.2.0
25942026-07-08T17:59:12.112Z Compiling scheduled-thread-pool v0.2.7
25952026-07-08T17:59:12.160Z Compiling packed_struct_codegen v0.10.1
25962026-07-08T17:59:12.457Z Compiling vergen-gitcl v1.0.8
25972026-07-08T17:59:12.492Z Compiling bitfield-macros v0.19.4
25982026-07-08T17:59:12.691Z Compiling diesel_table_macro_syntax v0.3.0
25992026-07-08T17:59:12.723Z Compiling dirs-sys-next v0.1.2
26002026-07-08T17:59:12.914Z Compiling indexmap v1.9.3
26012026-07-08T17:59:12.999Z Compiling nodrop v0.1.14
26022026-07-08T17:59:13.134Z Compiling crunchy v0.2.4
26032026-07-08T17:59:13.178Z Compiling glob v0.3.3
26042026-07-08T17:59:13.199Z Compiling maplit v1.0.2
26052026-07-08T17:59:13.238Z Compiling bitfield v0.19.4
26062026-07-08T17:59:13.503Z Compiling array-init v0.0.4
26072026-07-08T17:59:13.550Z Compiling clang-sys v1.8.1
26082026-07-08T17:59:13.571Z Compiling dirs-next v2.0.0
26092026-07-08T17:59:13.752Z Compiling r2d2 v0.8.10
26102026-07-08T17:59:13.895Z Compiling smallvec v0.6.14
26112026-07-08T17:59:13.958Z Compiling tabled_derive v0.11.0
26122026-07-08T17:59:14.156Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26132026-07-08T17:59:14.178Z Compiling papergrid v0.17.0
26142026-07-08T17:59:14.316Z Compiling testing_table v0.3.0
26152026-07-08T17:59:14.366Z Compiling tiny-keccak v2.0.2
26162026-07-08T17:59:14.478Z Compiling downcast-rs v2.0.2
26172026-07-08T17:59:14.593Z Compiling hashbrown v0.12.3
26182026-07-08T17:59:14.747Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26192026-07-08T17:59:14.856Z Compiling serde-hex v0.1.0
26202026-07-08T17:59:14.910Z Compiling term v0.7.0
26212026-07-08T17:59:15.122Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26222026-07-08T17:59:15.174Z Compiling ron v0.8.1
26232026-07-08T17:59:15.224Z Compiling hashbrown v0.13.2
26242026-07-08T17:59:15.364Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26252026-07-08T17:59:15.453Z Compiling tabled v0.20.0
26262026-07-08T17:59:15.673Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26272026-07-08T17:59:15.860Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26282026-07-08T17:59:16.105Z Compiling crc-any v2.5.0
26292026-07-08T17:59:16.523Z Compiling bit-vec v0.6.3
26302026-07-08T17:59:16.762Z Compiling bit-set v0.5.3
26312026-07-08T17:59:16.806Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26322026-07-08T17:59:17.020Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26332026-07-08T17:59:17.041Z Compiling object v0.30.4
26342026-07-08T17:59:17.540Z Compiling ascii-canvas v3.0.0
26352026-07-08T17:59:17.575Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26362026-07-08T17:59:17.798Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26372026-07-08T17:59:17.894Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26382026-07-08T17:59:17.946Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26392026-07-08T17:59:18.194Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26402026-07-08T17:59:18.217Z Compiling itertools v0.10.5
26412026-07-08T17:59:18.294Z Compiling diesel v2.3.7
26422026-07-08T17:59:18.369Z Compiling ena v0.14.4
26432026-07-08T17:59:18.480Z Compiling libloading v0.8.9
26442026-07-08T17:59:18.608Z Compiling regex-syntax v0.6.29
26452026-07-08T17:59:18.708Z Compiling unicase v2.9.0
26462026-07-08T17:59:19.013Z Compiling xshell-macros v0.2.7
26472026-07-08T17:59:19.117Z Compiling diff v0.1.13
26482026-07-08T17:59:19.334Z Compiling path-slash v0.1.5
26492026-07-08T17:59:19.413Z Compiling bindgen v0.71.1
26502026-07-08T17:59:19.435Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26512026-07-08T17:59:19.520Z Compiling xshell v0.2.7
26522026-07-08T17:59:20.515Z Compiling lalrpop v0.19.12
26532026-07-08T17:59:20.843Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26542026-07-08T17:59:21.053Z Compiling cexpr v0.6.0
26552026-07-08T17:59:21.454Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26562026-07-08T17:59:21.673Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26572026-07-08T17:59:21.710Z Compiling crc8 v0.1.1
26582026-07-08T17:59:21.846Z Compiling rustc-hash v2.1.1
26592026-07-08T17:59:22.140Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26602026-07-08T17:59:22.225Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26612026-07-08T17:59:22.374Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26622026-07-08T17:59:22.721Z Compiling headers-core v0.3.0
26632026-07-08T17:59:22.832Z Compiling libxml v0.3.3
26642026-07-08T17:59:22.883Z Compiling headers v0.4.1
26652026-07-08T17:59:23.141Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26662026-07-08T17:59:23.296Z Compiling strum_macros v0.24.3
26672026-07-08T17:59:23.332Z Compiling indoc v1.0.9
26682026-07-08T17:59:23.431Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26692026-07-08T17:59:23.785Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26702026-07-08T17:59:24.017Z Compiling git-stub v1.0.0
26712026-07-08T17:59:24.282Z Compiling derive_builder v0.20.2
26722026-07-08T17:59:24.457Z Compiling oso-derive v0.27.3
26732026-07-08T17:59:24.514Z Compiling quick-xml v0.37.5
26742026-07-08T17:59:24.555Z Compiling impl-trait-for-tuples v0.2.3
26752026-07-08T17:59:24.978Z Compiling openssl-probe v0.1.6
26762026-07-08T17:59:25.001Z Compiling git-stub-vcs v0.1.0
26772026-07-08T17:59:25.290Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26782026-07-08T17:59:25.317Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26792026-07-08T17:59:25.338Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26802026-07-08T17:59:25.362Z Compiling bb8 v0.8.6
26812026-07-08T17:59:25.571Z Compiling trait-variant v0.1.2
26822026-07-08T17:59:25.592Z Compiling half v1.8.3
26832026-07-08T17:59:25.773Z Compiling progenitor-impl v0.13.0
26842026-07-08T17:59:25.856Z Compiling serde_cbor v0.11.2
26852026-07-08T17:59:26.025Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26862026-07-08T17:59:26.050Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26872026-07-08T17:59:26.139Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26882026-07-08T17:59:26.287Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26892026-07-08T17:59:26.611Z Compiling samael v0.0.19
26902026-07-08T17:59:26.847Z Compiling progenitor-client v0.13.0
26912026-07-08T17:59:27.230Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26922026-07-08T17:59:27.253Z Compiling nonempty v0.12.0
26932026-07-08T17:59:27.393Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26942026-07-08T17:59:27.519Z Compiling fxhash v0.2.1
26952026-07-08T17:59:27.548Z Compiling libz-sys v1.1.24
26962026-07-08T17:59:27.691Z Compiling salty v0.3.0
26972026-07-08T17:59:27.820Z Compiling polar-core v0.27.3
26982026-07-08T17:59:27.911Z Compiling progenitor-macro v0.13.0
26992026-07-08T17:59:28.058Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27002026-07-08T17:59:28.129Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=4871abc13ca21ee97c684f1d5ed363e8a86f3441#4871abc1)
27012026-07-08T17:59:28.245Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27022026-07-08T17:59:28.318Z Compiling kstat-rs v0.2.4
27032026-07-08T17:59:28.604Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27042026-07-08T17:59:28.789Z Compiling arc-swap v1.8.2
27052026-07-08T17:59:29.234Z Compiling fs-err v2.11.0
27062026-07-08T17:59:29.575Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=4871abc13ca21ee97c684f1d5ed363e8a86f3441#4871abc1)
27072026-07-08T17:59:29.724Z Compiling slog-scope v4.4.1
27082026-07-08T17:59:29.747Z Compiling mime_guess v2.0.5
27092026-07-08T17:59:30.203Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27102026-07-08T17:59:30.296Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27112026-07-08T17:59:31.168Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27122026-07-08T17:59:31.401Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27132026-07-08T17:59:31.431Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27142026-07-08T17:59:31.658Z Compiling rfc6979 v0.4.0
27152026-07-08T17:59:31.846Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27162026-07-08T17:59:31.926Z Compiling progenitor v0.13.0
27172026-07-08T17:59:32.108Z Compiling nanorand v0.7.0
27182026-07-08T17:59:32.199Z Compiling darling_core v0.23.0
27192026-07-08T17:59:32.469Z Compiling libgit2-sys v0.18.3+1.9.2
27202026-07-08T17:59:32.710Z Compiling parking_lot_core v0.8.6
27212026-07-08T17:59:33.040Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27222026-07-08T17:59:33.786Z Compiling flume v0.11.1
27232026-07-08T17:59:34.199Z Compiling ecdsa v0.16.9
27242026-07-08T17:59:34.276Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27252026-07-08T17:59:34.343Z Compiling darling_macro v0.23.0
27262026-07-08T17:59:34.540Z Compiling slog-stdlog v4.1.1
27272026-07-08T17:59:34.902Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27282026-07-08T17:59:34.953Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27292026-07-08T17:59:35.012Z Compiling primeorder v0.13.6
27302026-07-08T17:59:35.241Z Compiling atty v0.2.14
27312026-07-08T17:59:35.348Z Compiling instability v0.3.11
27322026-07-08T17:59:35.391Z Compiling parse-size v1.1.0
27332026-07-08T17:59:35.616Z Compiling async-bb8-diesel v0.2.1
27342026-07-08T17:59:36.073Z Compiling diesel-dtrace v0.5.0
27352026-07-08T17:59:36.220Z Compiling http-range v0.1.5
27362026-07-08T17:59:36.405Z Compiling strsim v0.10.0
27372026-07-08T17:59:36.574Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27382026-07-08T17:59:36.725Z Compiling darling_core v0.13.4
27392026-07-08T17:59:36.830Z Compiling oso v0.27.3
27402026-07-08T17:59:38.435Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27412026-07-08T17:59:38.967Z Compiling p384 v0.13.1
27422026-07-08T17:59:40.788Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27432026-07-08T17:59:41.099Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27442026-07-08T17:59:41.141Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27452026-07-08T17:59:41.642Z Compiling darling v0.23.0
27462026-07-08T17:59:41.755Z Compiling slog-envlogger v2.2.0
27472026-07-08T17:59:43.003Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27482026-07-08T17:59:43.285Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27492026-07-08T17:59:43.733Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27502026-07-08T17:59:43.754Z Compiling ignore v0.4.25
27512026-07-08T17:59:44.228Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27522026-07-08T17:59:44.445Z Compiling vergen-git2 v9.1.0
27532026-07-08T17:59:44.694Z Compiling castaway v0.2.4
27542026-07-08T17:59:44.855Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27552026-07-08T17:59:45.122Z Compiling indoc v2.0.7
27562026-07-08T17:59:45.315Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27572026-07-08T17:59:45.728Z Compiling compact_str v0.8.1
27582026-07-08T17:59:46.374Z Compiling globwalk v0.9.1
27592026-07-08T17:59:46.847Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27602026-07-08T17:59:47.027Z Compiling parking_lot v0.11.2
27612026-07-08T17:59:47.196Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27622026-07-08T17:59:47.475Z Compiling hyper-staticfile v0.10.1
27632026-07-08T17:59:47.811Z Compiling darling_macro v0.13.4
27642026-07-08T17:59:47.834Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27652026-07-08T17:59:47.943Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27662026-07-08T17:59:48.335Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27672026-07-08T17:59:48.487Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27682026-07-08T17:59:48.655Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27692026-07-08T17:59:48.676Z Compiling predicates-tree v1.0.13
27702026-07-08T17:59:48.741Z Compiling unicode-truncate v1.1.0
27712026-07-08T17:59:48.766Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27722026-07-08T17:59:48.806Z Compiling lru v0.12.5
27732026-07-08T17:59:48.955Z Compiling rand_seeder v0.4.0
27742026-07-08T17:59:49.008Z Compiling prefix-trie v0.7.0
27752026-07-08T17:59:49.012Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27762026-07-08T17:59:49.050Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27772026-07-08T17:59:49.121Z Compiling cassowary v0.3.0
27782026-07-08T17:59:49.213Z Compiling corncobs v0.1.4
27792026-07-08T17:59:49.312Z Compiling illumos-nvpair-sys v0.2.0
27802026-07-08T17:59:49.381Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27812026-07-08T17:59:49.462Z Compiling ratatui v0.29.0
27822026-07-08T17:59:49.493Z Compiling hickory-server v0.25.2
27832026-07-08T17:59:49.497Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27842026-07-08T17:59:49.609Z Compiling camino-tempfile-ext v0.3.3
27852026-07-08T17:59:49.674Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27862026-07-08T17:59:49.724Z Compiling darling v0.13.4
27872026-07-08T17:59:49.838Z Compiling sled v0.34.7
27882026-07-08T17:59:50.116Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27892026-07-08T17:59:50.406Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27902026-07-08T17:59:50.710Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27912026-07-08T17:59:51.807Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27922026-07-08T17:59:52.727Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27932026-07-08T17:59:53.458Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27942026-07-08T17:59:53.699Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27952026-07-08T17:59:53.933Z Compiling secrecy v0.8.0
27962026-07-08T17:59:54.148Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27972026-07-08T17:59:54.515Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27982026-07-08T17:59:54.642Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27992026-07-08T17:59:54.828Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28002026-07-08T17:59:54.851Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28012026-07-08T17:59:55.840Z Compiling serde_with_macros v1.5.2
28022026-07-08T17:59:56.739Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28032026-07-08T17:59:56.861Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28042026-07-08T17:59:57.042Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28052026-07-08T17:59:57.315Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28062026-07-08T17:59:57.554Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28072026-07-08T17:59:57.777Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28082026-07-08T17:59:57.800Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28092026-07-08T17:59:58.016Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28102026-07-08T17:59:58.040Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28112026-07-08T17:59:58.204Z Compiling git2 v0.20.4
28122026-07-08T17:59:58.266Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28132026-07-08T17:59:58.287Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28142026-07-08T17:59:58.502Z Compiling void v1.0.2
28152026-07-08T17:59:58.654Z Compiling lzss v0.8.2
28162026-07-08T17:59:59.062Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28172026-07-08T17:59:59.795Z Compiling illumos-nvpair v0.3.0
28182026-07-08T17:59:59.817Z Compiling serde_with v1.14.0
28192026-07-08T18:00:01.015Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28202026-07-08T18:00:01.226Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28212026-07-08T18:00:01.428Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28222026-07-08T18:00:02.480Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28232026-07-08T18:00:02.903Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28242026-07-08T18:00:03.373Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28252026-07-08T18:00:03.490Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28262026-07-08T18:00:03.977Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28272026-07-08T18:00:04.008Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28282026-07-08T18:00:04.244Z Compiling tungstenite v0.23.0
28292026-07-08T18:00:04.679Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28302026-07-08T18:00:05.498Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28312026-07-08T18:00:06.502Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28322026-07-08T18:00:06.619Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28332026-07-08T18:00:06.727Z Compiling nix v0.27.1
28342026-07-08T18:00:06.795Z Compiling twox-hash v2.1.2
28352026-07-08T18:00:06.867Z Compiling serde_bytes v0.11.19
28362026-07-08T18:00:07.219Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28372026-07-08T18:00:07.308Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28382026-07-08T18:00:07.563Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28392026-07-08T18:00:07.895Z Compiling tokio-tungstenite v0.23.1
28402026-07-08T18:00:08.208Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28412026-07-08T18:00:08.294Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28422026-07-08T18:00:09.951Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28432026-07-08T18:00:10.948Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28442026-07-08T18:00:11.982Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28452026-07-08T18:00:12.187Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28462026-07-08T18:00:12.347Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28472026-07-08T18:00:12.564Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28482026-07-08T18:00:12.626Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28492026-07-08T18:00:12.648Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28502026-07-08T18:00:12.745Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28512026-07-08T18:00:13.069Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
28522026-07-08T18:00:13.464Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28532026-07-08T18:00:14.370Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28542026-07-08T18:00:14.417Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28552026-07-08T18:00:17.150Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28562026-07-08T18:00:18.330Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28572026-07-08T18:00:18.565Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28582026-07-08T18:00:18.777Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28592026-07-08T18:00:19.442Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28602026-07-08T18:00:19.786Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28612026-07-08T18:00:20.029Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28622026-07-08T18:00:20.210Z Compiling fatfs v0.3.6
28632026-07-08T18:00:20.309Z Compiling signal-hook-tokio v0.3.1
28642026-07-08T18:00:20.505Z Compiling yasna v0.5.2
28652026-07-08T18:00:20.776Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28662026-07-08T18:00:21.125Z Compiling assert_matches v1.5.0
28672026-07-08T18:00:21.236Z Compiling seq-macro v0.3.6
28682026-07-08T18:00:21.538Z Compiling is_ci v1.2.0
28692026-07-08T18:00:21.762Z Compiling supports-color v3.0.2
28702026-07-08T18:00:21.782Z Compiling rcgen v0.12.1
28712026-07-08T18:00:22.064Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28722026-07-08T18:00:22.318Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28732026-07-08T18:00:22.843Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28742026-07-08T18:00:24.573Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28752026-07-08T18:00:24.824Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28762026-07-08T18:00:25.070Z Compiling rtoolbox v0.0.3
28772026-07-08T18:00:25.355Z Compiling subprocess v0.2.15
28782026-07-08T18:00:25.471Z Compiling rpassword v7.4.0
28792026-07-08T18:00:25.833Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28802026-07-08T18:00:26.291Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28812026-07-08T18:00:27.589Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28822026-07-08T18:00:27.637Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28832026-07-08T18:00:27.830Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28842026-07-08T18:00:28.008Z Compiling tui-tree-widget v0.23.1
28852026-07-08T18:00:28.296Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28862026-07-08T18:00:29.563Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28872026-07-08T18:00:30.310Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28882026-07-08T18:00:30.551Z Compiling uzers v0.12.2
28892026-07-08T18:00:31.190Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28902026-07-08T18:00:31.900Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28912026-07-08T18:00:32.142Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28922026-07-08T18:00:32.817Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28932026-07-08T18:00:32.902Z Compiling support-bundle-viewer v0.1.2
28942026-07-08T18:00:34.806Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28952026-07-08T18:00:36.508Z Compiling multimap v0.10.1
28962026-07-08T18:00:48.219Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28972026-07-08T18:00:56.045Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
28982026-07-08T18:00:58.556Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28992026-07-08T18:00:59.207Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29002026-07-08T18:01:02.832Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29012026-07-08T18:07:19.580Z Finished `release` profile [optimized] target(s) in 8m 31s
29022026-07-08T18:08:08.535Z
29032026-07-08T18:08:08.539Zreal 9:21.416176499
29042026-07-08T18:08:08.539Zuser 1:18:35.725460250
29052026-07-08T18:08:08.539Zsys 3:28.239374833
29062026-07-08T18:08:08.540Ztrap 1.771203861
29072026-07-08T18:08:08.540Ztflt 2.191893463
29082026-07-08T18:08:08.540Zdflt 16.620142409
29092026-07-08T18:08:08.540Zkflt 0.006299610
29102026-07-08T18:08:08.540Zlock 6:52:20.293108847
29112026-07-08T18:08:08.540Zslp 2:12:18.824460565
29122026-07-08T18:08:08.540Zlat 2:18.916135658
29132026-07-08T18:08:08.540Zstop 5:06.143690097
29142026-07-08T18:08:08.540Z+ mapfile -t packages
29152026-07-08T18:08:08.540Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29162026-07-08T18:08:09.424Z Finished `release` profile [optimized] target(s) in 0.87s
29172026-07-08T18:08:09.491Z Running `target/release/omicron-package -t test list-outputs`
29182026-07-08T18:08:09.552ZLogging to: /work/oxidecomputer/omicron/out/LOG
29192026-07-08T18:08:09.557Z+ ptime -m cargo build --locked --release -p xtask
29202026-07-08T18:08:10.028Z Compiling libc v0.2.185
29212026-07-08T18:08:10.028Z Compiling serde_core v1.0.228
29222026-07-08T18:08:10.028Z Compiling serde v1.0.228
29232026-07-08T18:08:10.032Z Compiling rustix v1.1.3
29242026-07-08T18:08:10.032Z Compiling bitflags v2.11.0
29252026-07-08T18:08:10.032Z Compiling serde_json v1.0.150
29262026-07-08T18:08:10.196Z Compiling usdt-impl v0.5.0
29272026-07-08T18:08:10.200Z Compiling syn v2.0.117
29282026-07-08T18:08:10.208Z Compiling syn v1.0.109
29292026-07-08T18:08:10.232Z Compiling getrandom v0.4.1
29302026-07-08T18:08:10.232Z Compiling log v0.4.29
29312026-07-08T18:08:10.256Z Compiling indexmap v2.14.0
29322026-07-08T18:08:10.270Z Compiling fs-err v3.3.0
29332026-07-08T18:08:10.527Z Compiling heck v0.4.1
29342026-07-08T18:08:10.527Z Compiling once_cell v1.21.3
29352026-07-08T18:08:10.531Z Compiling anyhow v1.0.102
29362026-07-08T18:08:10.936Z Compiling errno v0.3.14
29372026-07-08T18:08:10.940Z Compiling thread-id v4.2.2
29382026-07-08T18:08:10.940Z Compiling memmap v0.7.0
29392026-07-08T18:08:11.704Z Compiling proc-macro-error v1.0.4
29402026-07-08T18:08:11.903Z Compiling terminal_size v0.4.3
29412026-07-08T18:08:11.903Z Compiling tempfile v3.25.0
29422026-07-08T18:08:11.954Z Compiling tabled_derive v0.7.0
29432026-07-08T18:08:12.001Z Compiling clap_builder v4.6.0
29442026-07-08T18:08:12.001Z Compiling textwrap v0.16.2
29452026-07-08T18:08:12.345Z Compiling pest_generator v2.8.6
29462026-07-08T18:08:12.357Z Compiling camino v1.2.2
29472026-07-08T18:08:12.405Z Compiling cargo-platform v0.3.2
29482026-07-08T18:08:12.414Z Compiling semver v1.0.28
29492026-07-08T18:08:12.654Z Compiling camino-tempfile v1.4.1
29502026-07-08T18:08:12.666Z Compiling tabled v0.15.0
29512026-07-08T18:08:12.875Z Compiling serde_derive v1.0.228
29522026-07-08T18:08:12.879Z Compiling thiserror-impl v1.0.69
29532026-07-08T18:08:12.879Z Compiling zerocopy-derive v0.7.35
29542026-07-08T18:08:12.879Z Compiling scroll_derive v0.12.1
29552026-07-08T18:08:12.879Z Compiling thiserror-impl v2.0.18
29562026-07-08T18:08:12.879Z Compiling clap_derive v4.6.1
29572026-07-08T18:08:12.930Z Compiling pest_derive v2.8.6
29582026-07-08T18:08:13.582Z Compiling scroll v0.12.0
29592026-07-08T18:08:13.740Z Compiling zerocopy v0.7.35
29602026-07-08T18:08:13.906Z Compiling goblin v0.8.2
29612026-07-08T18:08:14.050Z Compiling thiserror v1.0.69
29622026-07-08T18:08:14.172Z Compiling dtrace-parser v0.2.0
29632026-07-08T18:08:14.303Z Compiling thiserror v2.0.18
29642026-07-08T18:08:14.586Z Compiling clap v4.6.1
29652026-07-08T18:08:15.982Z Compiling dof v0.3.0
29662026-07-08T18:08:16.014Z Compiling serde_spanned v0.6.9
29672026-07-08T18:08:16.050Z Compiling toml_datetime v0.6.11
29682026-07-08T18:08:16.081Z Compiling serde_tokenstream v0.2.3
29692026-07-08T18:08:16.094Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29702026-07-08T18:08:16.117Z Compiling cargo_metadata v0.23.1
29712026-07-08T18:08:16.128Z Compiling macaddr v1.0.1
29722026-07-08T18:08:16.347Z Compiling toml_edit v0.22.27
29732026-07-08T18:08:16.773Z Compiling usdt-macro v0.5.0
29742026-07-08T18:08:16.782Z Compiling usdt-attr-macro v0.5.0
29752026-07-08T18:08:17.420Z Compiling usdt v0.5.0
29762026-07-08T18:08:17.920Z Compiling toml v0.8.23
29772026-07-08T18:08:18.346Z Compiling cargo_toml v0.21.0
29782026-07-08T18:08:22.787Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29792026-07-08T18:08:25.711Z Finished `release` profile [optimized] target(s) in 16.14s
29802026-07-08T18:08:25.816Z
29812026-07-08T18:08:25.817Zreal 16.227869930
29822026-07-08T18:08:25.817Zuser 2:04.513423225
29832026-07-08T18:08:25.820Zsys 14.193904542
29842026-07-08T18:08:25.821Ztrap 0.060122390
29852026-07-08T18:08:25.821Ztflt 0.457831265
29862026-07-08T18:08:25.821Zdflt 1.608414420
29872026-07-08T18:08:25.821Zkflt 0.000026600
29882026-07-08T18:08:25.821Zlock 4:28.024965742
29892026-07-08T18:08:25.821Zslp 2:42.495653599
29902026-07-08T18:08:25.821Zlat 3.431154009
29912026-07-08T18:08:25.822Zstop 15.336816353
29922026-07-08T18:08:25.822Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
29932026-07-08T18:08:25.822Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
29942026-07-08T18:08:25.822Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
29952026-07-08T18:08:25.822Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
29962026-07-08T18:08:25.822Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
29972026-07-08T18:08:26.728Z Compiling progenitor-client v0.14.0
29982026-07-08T18:08:26.731Z Compiling newtype-uuid-macros v0.1.0
29992026-07-08T18:08:26.731Z Compiling match_cfg v0.1.0
30002026-07-08T18:08:26.731Z Compiling slog-json v2.6.1
30012026-07-08T18:08:26.731Z Compiling structmeta-derive v0.3.0
30022026-07-08T18:08:26.731Z Compiling sha1 v0.11.0
30032026-07-08T18:08:26.878Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30042026-07-08T18:08:26.922Z Compiling multer v3.1.0
30052026-07-08T18:08:26.926Z Compiling compression-core v0.4.31
30062026-07-08T18:08:26.926Z Compiling debug-ignore v1.0.5
30072026-07-08T18:08:26.926Z Compiling atomicwrites v0.4.4
30082026-07-08T18:08:26.926Z Compiling itertools v0.14.0
30092026-07-08T18:08:26.926Z Compiling async-stream-impl v0.3.6
30102026-07-08T18:08:26.926Z Compiling toml_datetime v1.1.1+spec-1.1.0
30112026-07-08T18:08:26.943Z Compiling serde_spanned v1.1.1
30122026-07-08T18:08:26.947Z Compiling dropshot v0.17.1
30132026-07-08T18:08:27.075Z Compiling hostname v0.3.1
30142026-07-08T18:08:27.156Z Compiling toml_writer v1.1.1+spec-1.1.0
30152026-07-08T18:08:27.188Z Compiling waitgroup v0.1.2
30162026-07-08T18:08:27.192Z Compiling rustls-pemfile v2.2.0
30172026-07-08T18:08:27.208Z Compiling dropshot_endpoint v0.17.1
30182026-07-08T18:08:27.239Z Compiling slog-bunyan v2.5.0
30192026-07-08T18:08:27.243Z Compiling compression-codecs v0.4.37
30202026-07-08T18:08:27.298Z Compiling serde_path_to_error v0.1.20
30212026-07-08T18:08:27.302Z Compiling hostname v0.4.2
30222026-07-08T18:08:27.338Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30232026-07-08T18:08:27.375Z Compiling toml v1.1.2+spec-1.1.0
30242026-07-08T18:08:27.375Z Compiling macaddr v1.0.1
30252026-07-08T18:08:27.427Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30262026-07-08T18:08:27.431Z Compiling instant v0.1.13
30272026-07-08T18:08:27.442Z Compiling regress v0.10.5
30282026-07-08T18:08:27.512Z Compiling async-compression v0.4.41
30292026-07-08T18:08:27.530Z Compiling backon v1.6.0
30302026-07-08T18:08:27.551Z Compiling backoff v0.4.0
30312026-07-08T18:08:27.569Z Compiling humantime v2.3.0
30322026-07-08T18:08:27.591Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30332026-07-08T18:08:27.650Z Compiling regress v0.11.1
30342026-07-08T18:08:27.667Z Compiling async-stream v0.3.6
30352026-07-08T18:08:27.686Z Compiling half v2.7.1
30362026-07-08T18:08:27.759Z Compiling progenitor-extras v0.2.0
30372026-07-08T18:08:27.785Z Compiling ciborium-io v0.2.2
30382026-07-08T18:08:27.842Z Compiling crucible-workspace-hack v0.1.0
30392026-07-08T18:08:27.859Z Compiling convert_case v0.4.0
30402026-07-08T18:08:27.875Z Compiling secrecy v0.10.3
30412026-07-08T18:08:27.906Z Compiling unsafe-libyaml v0.2.11
30422026-07-08T18:08:27.910Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30432026-07-08T18:08:27.948Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30442026-07-08T18:08:27.971Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30452026-07-08T18:08:28.008Z Compiling structmeta v0.3.0
30462026-07-08T18:08:28.008Z Compiling ciborium-ll v0.2.2
30472026-07-08T18:08:28.044Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30482026-07-08T18:08:28.063Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30492026-07-08T18:08:28.082Z Compiling inout v0.1.4
30502026-07-08T18:08:28.120Z Compiling thiserror-impl-no-std v2.0.2
30512026-07-08T18:08:28.225Z Compiling ciborium v0.2.2
30522026-07-08T18:08:28.248Z Compiling derive-ex v0.1.8
30532026-07-08T18:08:28.267Z Compiling parse-display-derive v0.10.0
30542026-07-08T18:08:28.267Z Compiling derive_more v0.99.20
30552026-07-08T18:08:28.301Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30562026-07-08T18:08:28.301Z Compiling cipher v0.4.4
30572026-07-08T18:08:28.338Z Compiling universal-hash v0.5.1
30582026-07-08T18:08:28.338Z Compiling opaque-debug v0.3.1
30592026-07-08T18:08:28.388Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30602026-07-08T18:08:28.446Z Compiling serde_yaml v0.9.34+deprecated
30612026-07-08T18:08:28.501Z Compiling poly1305 v0.8.0
30622026-07-08T18:08:28.583Z Compiling chacha20 v0.9.1
30632026-07-08T18:08:28.650Z Compiling byte-wrapper v0.1.0
30642026-07-08T18:08:28.675Z Compiling blake2 v0.10.6
30652026-07-08T18:08:28.696Z Compiling aead v0.5.2
30662026-07-08T18:08:28.831Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30672026-07-08T18:08:28.874Z Compiling password-hash v0.5.0
30682026-07-08T18:08:28.925Z Compiling toml_datetime v0.7.5+spec-1.1.0
30692026-07-08T18:08:29.021Z Compiling chacha20poly1305 v0.10.1
30702026-07-08T18:08:29.038Z Compiling indent_write v2.2.0
30712026-07-08T18:08:29.197Z Compiling argon2 v0.5.3
30722026-07-08T18:08:29.202Z Compiling toml_edit v0.23.10+spec-1.0.0
30732026-07-08T18:08:29.217Z Compiling heapless v0.8.0
30742026-07-08T18:08:29.261Z Compiling typify-impl v0.6.2
30752026-07-08T18:08:29.279Z Compiling ingot-macros v0.1.1
30762026-07-08T18:08:29.309Z Compiling tabwriter v1.4.1
30772026-07-08T18:08:29.362Z Compiling thiserror-no-std v2.0.2
30782026-07-08T18:08:29.475Z Compiling vsss-rs v3.3.4
30792026-07-08T18:08:29.574Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30802026-07-08T18:08:29.786Z Compiling proc-macro-crate v3.4.0
30812026-07-08T18:08:29.856Z Compiling hash32 v0.3.1
30822026-07-08T18:08:29.935Z Compiling smoltcp v0.11.0
30832026-07-08T18:08:30.022Z Compiling test-strategy v0.4.5
30842026-07-08T18:08:30.039Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30852026-07-08T18:08:30.057Z Compiling parse-display v0.10.0
30862026-07-08T18:08:30.340Z Compiling cobs v0.3.0
30872026-07-08T18:08:30.373Z Compiling num_enum_derive v0.7.6
30882026-07-08T18:08:30.392Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30892026-07-08T18:08:30.406Z Compiling colored v3.1.1
30902026-07-08T18:08:30.424Z Compiling proc-macro-error v1.0.4
30912026-07-08T18:08:30.562Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30922026-07-08T18:08:30.646Z Compiling postcard v1.1.3
30932026-07-08T18:08:30.667Z Compiling proc-macro-crate v1.3.1
30942026-07-08T18:08:30.687Z Compiling rand v0.10.1
30952026-07-08T18:08:30.788Z Compiling foreign-types-macros v0.2.3
30962026-07-08T18:08:30.807Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30972026-07-08T18:08:30.827Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30982026-07-08T18:08:30.933Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30992026-07-08T18:08:30.956Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31002026-07-08T18:08:31.017Z Compiling rayon-core v1.13.0
31012026-07-08T18:08:31.068Z Compiling foreign-types-shared v0.3.1
31022026-07-08T18:08:31.105Z Compiling num_enum_derive v0.5.11
31032026-07-08T18:08:31.185Z Compiling crossbeam-deque v0.8.6
31042026-07-08T18:08:31.268Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31052026-07-08T18:08:31.286Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31062026-07-08T18:08:31.301Z Compiling cstr-argument v0.1.2
31072026-07-08T18:08:31.342Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31082026-07-08T18:08:31.457Z Compiling foreign-types v0.5.0
31092026-07-08T18:08:31.482Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31102026-07-08T18:08:31.501Z Compiling num_enum v0.7.6
31112026-07-08T18:08:31.560Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31122026-07-08T18:08:31.610Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31132026-07-08T18:08:31.631Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31142026-07-08T18:08:31.647Z Compiling zone_cfg_derive v0.3.1
31152026-07-08T18:08:31.653Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31162026-07-08T18:08:31.814Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31172026-07-08T18:08:31.831Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31182026-07-08T18:08:31.872Z Compiling rayon v1.11.0
31192026-07-08T18:08:31.891Z Compiling itertools v0.12.1
31202026-07-08T18:08:31.910Z Compiling num-derive v0.4.2
31212026-07-08T18:08:31.935Z Compiling sigpipe v0.1.3
31222026-07-08T18:08:32.044Z Compiling glob v0.3.3
31232026-07-08T18:08:32.061Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31242026-07-08T18:08:32.081Z Compiling cpubits v0.1.1
31252026-07-08T18:08:32.174Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31262026-07-08T18:08:32.191Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31272026-07-08T18:08:32.226Z Compiling ingot-types v0.1.2
31282026-07-08T18:08:32.252Z Compiling num_enum v0.5.11
31292026-07-08T18:08:32.268Z Compiling smf v0.2.3
31302026-07-08T18:08:32.323Z Compiling whoami v1.6.1
31312026-07-08T18:08:32.392Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31322026-07-08T18:08:32.437Z Compiling usdt-macro v0.5.0
31332026-07-08T18:08:32.457Z Compiling usdt-attr-macro v0.5.0
31342026-07-08T18:08:32.473Z Compiling gethostname v0.5.0
31352026-07-08T18:08:32.622Z Compiling ingot v0.1.1
31362026-07-08T18:08:32.650Z Compiling num-rational v0.4.2
31372026-07-08T18:08:32.684Z Compiling pem-rfc7468 v1.0.0
31382026-07-08T18:08:32.733Z Compiling num-complex v0.4.6
31392026-07-08T18:08:32.822Z Compiling memmap v0.7.0
31402026-07-08T18:08:32.934Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31412026-07-08T18:08:32.950Z Compiling derive-where v1.6.0
31422026-07-08T18:08:33.027Z Compiling float-ord v0.3.2
31432026-07-08T18:08:33.045Z Compiling zone v0.3.1
31442026-07-08T18:08:33.162Z Compiling num v0.4.3
31452026-07-08T18:08:33.180Z Compiling toml v0.8.23
31462026-07-08T18:08:33.183Z Compiling hmac v0.13.0
31472026-07-08T18:08:33.254Z Compiling universal-hash v0.6.1
31482026-07-08T18:08:33.273Z Compiling resolv-conf v0.7.6
31492026-07-08T18:08:33.291Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31502026-07-08T18:08:33.335Z Compiling usdt v0.5.0
31512026-07-08T18:08:33.352Z Compiling owo-colors v4.3.0
31522026-07-08T18:08:33.410Z Compiling cancel-safe-futures v0.1.5
31532026-07-08T18:08:33.414Z Compiling polyval v0.7.1
31542026-07-08T18:08:33.448Z Compiling der v0.8.0
31552026-07-08T18:08:33.603Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31562026-07-08T18:08:33.643Z Compiling libsw-core v0.3.2
31572026-07-08T18:08:33.660Z Compiling prettyplease v0.2.37
31582026-07-08T18:08:33.696Z Compiling ghash v0.6.0
31592026-07-08T18:08:33.722Z Compiling pbkdf2 v0.13.0
31602026-07-08T18:08:33.774Z Compiling aes v0.9.1
31612026-07-08T18:08:33.819Z Compiling typify-macro v0.6.2
31622026-07-08T18:08:33.855Z Compiling libsw v3.5.0
31632026-07-08T18:08:33.859Z Compiling console v0.15.11
31642026-07-08T18:08:33.892Z Compiling hickory-proto v0.24.4
31652026-07-08T18:08:33.897Z Compiling newline-converter v0.3.0
31662026-07-08T18:08:33.950Z Compiling ctr v0.10.1
31672026-07-08T18:08:34.053Z Compiling aead v0.6.1
31682026-07-08T18:08:34.070Z Compiling sha2 v0.11.0
31692026-07-08T18:08:34.089Z Compiling linear-map v1.2.0
31702026-07-08T18:08:34.186Z Compiling libefi-sys v0.1.0
31712026-07-08T18:08:34.226Z Compiling linked-hash-map v0.5.6
31722026-07-08T18:08:34.244Z Compiling expectorate v1.2.0
31732026-07-08T18:08:34.299Z Compiling aes-gcm v0.11.0
31742026-07-08T18:08:34.389Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31752026-07-08T18:08:34.436Z Compiling lru-cache v0.1.2
31762026-07-08T18:08:34.455Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31772026-07-08T18:08:34.474Z Compiling spki v0.8.0
31782026-07-08T18:08:34.533Z Compiling crypto-bigint v0.7.5
31792026-07-08T18:08:34.591Z Compiling git-stub v1.0.0
31802026-07-08T18:08:34.609Z Compiling cbc v0.2.1
31812026-07-08T18:08:34.613Z Compiling salsa20 v0.11.0
31822026-07-08T18:08:34.709Z Compiling bitfield-struct v0.6.2
31832026-07-08T18:08:34.727Z Compiling nom v8.0.0
31842026-07-08T18:08:34.757Z Compiling semver v0.1.20
31852026-07-08T18:08:34.790Z Compiling git-stub-vcs v0.1.0
31862026-07-08T18:08:34.812Z Compiling scrypt v0.12.0
31872026-07-08T18:08:34.915Z Compiling tokio-dtrace v0.1.1
31882026-07-08T18:08:35.081Z Compiling rustc_version v0.1.7
31892026-07-08T18:08:35.103Z Compiling dropshot-api-manager-types v0.7.2
31902026-07-08T18:08:35.136Z Compiling slog-dtrace v0.3.0
31912026-07-08T18:08:35.167Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31922026-07-08T18:08:35.212Z Compiling minimal-lexical v0.2.1
31932026-07-08T18:08:35.348Z Compiling newtype_derive v0.1.6
31942026-07-08T18:08:35.439Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31952026-07-08T18:08:35.456Z Compiling nom v7.1.3
31962026-07-08T18:08:35.460Z Compiling oxide-tokio-rt v0.1.4
31972026-07-08T18:08:35.509Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31982026-07-08T18:08:35.552Z Compiling pkcs5 v0.8.1
31992026-07-08T18:08:35.593Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32002026-07-08T18:08:35.692Z Compiling typify v0.6.2
32012026-07-08T18:08:35.710Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32022026-07-08T18:08:35.744Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32032026-07-08T18:08:35.760Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32042026-07-08T18:08:35.783Z Compiling phf_shared v0.12.1
32052026-07-08T18:08:35.811Z Compiling progenitor-impl v0.14.0
32062026-07-08T18:08:35.823Z Compiling csv-core v0.1.13
32072026-07-08T18:08:35.940Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32082026-07-08T18:08:35.987Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32092026-07-08T18:08:36.105Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32102026-07-08T18:08:36.109Z Compiling hickory-resolver v0.24.4
32112026-07-08T18:08:36.124Z Compiling highway v1.3.0
32122026-07-08T18:08:36.157Z Compiling chrono-tz v0.10.4
32132026-07-08T18:08:36.351Z Compiling xshell-macros v0.2.7
32142026-07-08T18:08:36.389Z Compiling unicode-xid v0.2.6
32152026-07-08T18:08:36.561Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32162026-07-08T18:08:36.578Z Compiling const_format_proc_macros v0.2.34
32172026-07-08T18:08:36.682Z Compiling csv v1.4.0
32182026-07-08T18:08:36.827Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32192026-07-08T18:08:36.904Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32202026-07-08T18:08:37.080Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32212026-07-08T18:08:37.131Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32222026-07-08T18:08:37.149Z Compiling xshell v0.2.7
32232026-07-08T18:08:37.173Z Compiling pkcs8 v0.11.0
32242026-07-08T18:08:37.316Z Compiling qorb v0.4.1
32252026-07-08T18:08:37.457Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32262026-07-08T18:08:37.542Z Compiling phf v0.12.1
32272026-07-08T18:08:37.573Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32282026-07-08T18:08:37.591Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32292026-07-08T18:08:37.732Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32302026-07-08T18:08:37.861Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32312026-07-08T18:08:37.912Z Compiling const_format v0.2.35
32322026-07-08T18:08:38.073Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32332026-07-08T18:08:38.091Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32342026-07-08T18:08:38.092Z Compiling tabled_derive v0.7.0
32352026-07-08T18:08:38.178Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32362026-07-08T18:08:38.261Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32372026-07-08T18:08:38.367Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
32382026-07-08T18:08:38.439Z Compiling bcs v0.1.6
32392026-07-08T18:08:38.526Z Compiling progenitor-macro v0.14.0
32402026-07-08T18:08:38.791Z Compiling ff v0.14.0
32412026-07-08T18:08:38.928Z Compiling tagptr v0.2.0
32422026-07-08T18:08:38.972Z Compiling salty v0.3.0
32432026-07-08T18:08:38.990Z Compiling termtree v0.5.1
32442026-07-08T18:08:39.111Z Compiling textwrap v0.16.2
32452026-07-08T18:08:39.172Z Compiling tabled v0.15.0
32462026-07-08T18:08:39.187Z Compiling moka v0.12.13
32472026-07-08T18:08:39.301Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32482026-07-08T18:08:39.319Z Compiling steno v0.4.1
32492026-07-08T18:08:39.335Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32502026-07-08T18:08:39.395Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32512026-07-08T18:08:39.509Z Compiling sha1 v0.10.6
32522026-07-08T18:08:39.548Z Compiling signature v3.0.0
32532026-07-08T18:08:39.614Z Compiling base64 v0.21.7
32542026-07-08T18:08:39.662Z Compiling base16ct v1.0.0
32552026-07-08T18:08:39.681Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32562026-07-08T18:08:39.769Z Compiling radium v0.7.0
32572026-07-08T18:08:39.885Z Compiling sec1 v0.8.1
32582026-07-08T18:08:39.967Z Compiling hickory-resolver v0.25.2
32592026-07-08T18:08:39.985Z Compiling group v0.14.0
32602026-07-08T18:08:40.022Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32612026-07-08T18:08:40.119Z Compiling hkdf v0.13.0
32622026-07-08T18:08:40.185Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32632026-07-08T18:08:40.203Z Compiling rfc6979 v0.4.0
32642026-07-08T18:08:40.220Z Compiling maybe-uninit v2.0.0
32652026-07-08T18:08:40.237Z Compiling tap v1.0.1
32662026-07-08T18:08:40.314Z Compiling ecdsa v0.16.9
32672026-07-08T18:08:40.353Z Compiling wyz v0.5.1
32682026-07-08T18:08:40.381Z Compiling elliptic-curve v0.14.0-rc.33
32692026-07-08T18:08:40.587Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32702026-07-08T18:08:40.613Z Compiling primeorder v0.13.6
32712026-07-08T18:08:40.762Z Compiling proc-macro-error-attr2 v2.0.0
32722026-07-08T18:08:40.819Z Compiling utf-8 v0.7.6
32732026-07-08T18:08:40.919Z Compiling packed_struct v0.10.1
32742026-07-08T18:08:40.955Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32752026-07-08T18:08:41.023Z Compiling parking_lot_core v0.8.6
32762026-07-08T18:08:41.098Z Compiling funty v2.0.0
32772026-07-08T18:08:41.220Z Compiling tungstenite v0.21.0
32782026-07-08T18:08:41.237Z Compiling proc-macro-error2 v2.0.1
32792026-07-08T18:08:41.277Z Compiling p384 v0.13.1
32802026-07-08T18:08:41.438Z Compiling bitvec v1.0.1
32812026-07-08T18:08:41.522Z Compiling rfc6979 v0.5.0
32822026-07-08T18:08:41.597Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32832026-07-08T18:08:41.732Z Compiling packed_struct_codegen v0.10.1
32842026-07-08T18:08:41.732Z Compiling num-derive v0.3.3
32852026-07-08T18:08:41.917Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32862026-07-08T18:08:41.937Z Compiling bitfield-macros v0.19.4
32872026-07-08T18:08:41.954Z Compiling zerocopy-derive v0.6.6
32882026-07-08T18:08:42.046Z Compiling indexmap v1.9.3
32892026-07-08T18:08:42.069Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32902026-07-08T18:08:42.154Z Compiling crc-catalog v2.4.0
32912026-07-08T18:08:42.277Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32922026-07-08T18:08:42.296Z Compiling nodrop v0.1.14
32932026-07-08T18:08:42.371Z Compiling crc v3.4.0
32942026-07-08T18:08:42.422Z Compiling array-init v0.0.4
32952026-07-08T18:08:42.451Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32962026-07-08T18:08:42.554Z Compiling tokio-tungstenite v0.21.0
32972026-07-08T18:08:42.602Z Compiling ecdsa v0.17.0-rc.18
32982026-07-08T18:08:42.666Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32992026-07-08T18:08:42.748Z Compiling bitfield v0.19.4
33002026-07-08T18:08:42.768Z Compiling tabled_derive v0.11.0
33012026-07-08T18:08:42.784Z Compiling libscf-sys v1.1.0
33022026-07-08T18:08:42.811Z Compiling smallvec v0.6.14
33032026-07-08T18:08:42.898Z Compiling zerocopy v0.6.6
33042026-07-08T18:08:42.969Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33052026-07-08T18:08:43.026Z Compiling primeorder v0.14.0-rc.10
33062026-07-08T18:08:43.045Z Compiling primefield v0.14.0
33072026-07-08T18:08:43.079Z Compiling progenitor-impl v0.13.0
33082026-07-08T18:08:43.083Z Compiling papergrid v0.17.0
33092026-07-08T18:08:43.207Z Compiling testing_table v0.3.0
33102026-07-08T18:08:43.270Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33112026-07-08T18:08:43.287Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33122026-07-08T18:08:43.305Z Compiling curve25519-dalek v5.0.0-rc.0
33132026-07-08T18:08:43.380Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33142026-07-08T18:08:43.397Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33152026-07-08T18:08:43.469Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33162026-07-08T18:08:43.566Z Compiling hashbrown v0.12.3
33172026-07-08T18:08:43.637Z Compiling illumos-nvpair-sys v0.2.0
33182026-07-08T18:08:43.655Z Compiling progenitor v0.14.0
33192026-07-08T18:08:43.715Z Compiling unicase v2.9.0
33202026-07-08T18:08:43.733Z Compiling corncobs v0.1.4
33212026-07-08T18:08:43.832Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33222026-07-08T18:08:43.855Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33232026-07-08T18:08:43.937Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33242026-07-08T18:08:43.955Z Compiling mime_guess v2.0.5
33252026-07-08T18:08:43.997Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33262026-07-08T18:08:44.077Z Compiling tabled v0.20.0
33272026-07-08T18:08:44.225Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33282026-07-08T18:08:44.299Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33292026-07-08T18:08:44.388Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33302026-07-08T18:08:44.403Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33312026-07-08T18:08:44.422Z Compiling parking_lot v0.11.2
33322026-07-08T18:08:44.438Z Compiling serde-hex v0.1.0
33332026-07-08T18:08:44.566Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33342026-07-08T18:08:44.626Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33352026-07-08T18:08:44.713Z Compiling ron v0.8.1
33362026-07-08T18:08:44.811Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33372026-07-08T18:08:44.829Z Compiling ssh-encoding v0.3.0-rc.9
33382026-07-08T18:08:44.848Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33392026-07-08T18:08:44.950Z Compiling hashbrown v0.13.2
33402026-07-08T18:08:45.191Z Compiling progenitor-client v0.13.0
33412026-07-08T18:08:45.334Z Compiling prefix-trie v0.7.0
33422026-07-08T18:08:45.400Z Compiling fxhash v0.2.1
33432026-07-08T18:08:45.471Z Compiling secrecy v0.8.0
33442026-07-08T18:08:45.539Z Compiling crc-any v2.5.0
33452026-07-08T18:08:45.564Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33462026-07-08T18:08:45.699Z Compiling hickory-server v0.25.2
33472026-07-08T18:08:45.763Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33482026-07-08T18:08:45.807Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33492026-07-08T18:08:45.824Z Compiling progenitor-macro v0.13.0
33502026-07-08T18:08:46.263Z Compiling sled v0.34.7
33512026-07-08T18:08:46.361Z Compiling object v0.30.4
33522026-07-08T18:08:46.518Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33532026-07-08T18:08:46.534Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33542026-07-08T18:08:46.747Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33552026-07-08T18:08:46.973Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33562026-07-08T18:08:46.989Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33572026-07-08T18:08:47.059Z Compiling ed25519 v3.0.0
33582026-07-08T18:08:47.314Z Compiling crypto-primes v0.7.2
33592026-07-08T18:08:47.615Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33602026-07-08T18:08:47.679Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33612026-07-08T18:08:48.144Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33622026-07-08T18:08:48.219Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33632026-07-08T18:08:48.265Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33642026-07-08T18:08:48.283Z Compiling pkcs1 v0.8.0-rc.4
33652026-07-08T18:08:48.382Z Compiling poly1305 v0.9.0
33662026-07-08T18:08:48.688Z Compiling blowfish v0.10.0
33672026-07-08T18:08:48.714Z Compiling blake2 v0.11.0-rc.6
33682026-07-08T18:08:48.925Z Compiling keccak v0.2.0
33692026-07-08T18:08:48.967Z Compiling path-slash v0.1.5
33702026-07-08T18:08:48.985Z Compiling half v1.8.3
33712026-07-08T18:08:49.111Z Compiling http-range v0.1.5
33722026-07-08T18:08:49.135Z Compiling crc8 v0.1.1
33732026-07-08T18:08:49.135Z Compiling fiat-crypto v0.3.0
33742026-07-08T18:08:49.181Z Compiling sha3 v0.11.0
33752026-07-08T18:08:49.278Z Compiling serde_cbor v0.11.2
33762026-07-08T18:08:49.296Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33772026-07-08T18:08:49.296Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33782026-07-08T18:08:49.329Z Compiling argon2 v0.6.0-rc.8
33792026-07-08T18:08:49.349Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33802026-07-08T18:08:49.489Z Compiling bcrypt-pbkdf v0.11.0
33812026-07-08T18:08:49.507Z Compiling ssh-cipher v0.3.0-rc.9
33822026-07-08T18:08:49.827Z Compiling rsa v0.10.0-rc.18
33832026-07-08T18:08:49.900Z Compiling ed25519-dalek v3.0.0-rc.0
33842026-07-08T18:08:49.919Z Compiling illumos-nvpair v0.3.0
33852026-07-08T18:08:50.104Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33862026-07-08T18:08:50.216Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33872026-07-08T18:08:50.245Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33882026-07-08T18:08:50.303Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33892026-07-08T18:08:50.430Z Compiling p521 v0.14.0-rc.10
33902026-07-08T18:08:50.459Z Compiling p256 v0.14.0-rc.10
33912026-07-08T18:08:50.576Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33922026-07-08T18:08:50.615Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33932026-07-08T18:08:50.708Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33942026-07-08T18:08:50.772Z Compiling yasna v0.5.2
33952026-07-08T18:08:50.790Z Compiling kstat-rs v0.2.4
33962026-07-08T18:08:50.946Z Compiling progenitor v0.13.0
33972026-07-08T18:08:51.116Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33982026-07-08T18:08:51.134Z Compiling headers-core v0.3.0
33992026-07-08T18:08:51.137Z Compiling kem v0.3.0
34002026-07-08T18:08:51.138Z Compiling module-lattice v0.2.3
34012026-07-08T18:08:51.152Z Compiling nanorand v0.7.0
34022026-07-08T18:08:51.284Z Compiling atty v0.2.14
34032026-07-08T18:08:51.318Z Compiling headers v0.4.1
34042026-07-08T18:08:51.360Z Compiling rcgen v0.12.1
34052026-07-08T18:08:51.415Z Compiling flume v0.11.1
34062026-07-08T18:08:51.432Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
34072026-07-08T18:08:51.468Z Compiling ml-kem v0.3.2
34082026-07-08T18:08:51.500Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34092026-07-08T18:08:51.686Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34102026-07-08T18:08:51.773Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34112026-07-08T18:08:52.148Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34122026-07-08T18:08:52.170Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34132026-07-08T18:08:52.317Z Compiling hyper-staticfile v0.10.1
34142026-07-08T18:08:52.465Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34152026-07-08T18:08:52.516Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34162026-07-08T18:08:52.570Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34172026-07-08T18:08:52.822Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34182026-07-08T18:08:52.862Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34192026-07-08T18:08:52.895Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34202026-07-08T18:08:53.293Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34212026-07-08T18:08:53.321Z Compiling russh-cryptovec v0.61.0
34222026-07-08T18:08:53.577Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34232026-07-08T18:08:53.599Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34242026-07-08T18:08:53.617Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34252026-07-08T18:08:53.623Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34262026-07-08T18:08:53.676Z Compiling internal-russh-num-bigint v0.5.0
34272026-07-08T18:08:53.851Z Compiling num-bigint v0.4.6
34282026-07-08T18:08:53.968Z Compiling generic-array v1.4.3
34292026-07-08T18:08:54.025Z Compiling russh-util v0.52.0
34302026-07-08T18:08:54.060Z Compiling enum_dispatch v0.3.13
34312026-07-08T18:08:54.207Z Compiling delegate v0.13.5
34322026-07-08T18:08:54.361Z Compiling p384 v0.14.0-rc.10
34332026-07-08T18:08:54.396Z Compiling subprocess v0.2.15
34342026-07-08T18:08:54.468Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34352026-07-08T18:08:54.586Z Compiling display-error-chain v0.2.2
34362026-07-08T18:08:54.633Z Compiling hex-literal v1.1.0
34372026-07-08T18:08:54.754Z Compiling md5 v0.8.0
34382026-07-08T18:08:54.800Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34392026-07-08T18:08:54.804Z Compiling colored v2.2.0
34402026-07-08T18:08:54.944Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34412026-07-08T18:08:54.988Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34422026-07-08T18:08:55.052Z Compiling socket2 v0.5.10
34432026-07-08T18:08:55.094Z Compiling internet-checksum v0.2.1
34442026-07-08T18:08:55.586Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34452026-07-08T18:08:56.307Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34462026-07-08T18:08:56.466Z Compiling ssh-key v0.7.0-rc.10
34472026-07-08T18:08:56.836Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34482026-07-08T18:08:57.732Z Compiling russh v0.61.2
34492026-07-08T18:08:58.127Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34502026-07-08T18:08:58.800Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34512026-07-08T18:09:07.111Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34522026-07-08T18:09:07.111Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34532026-07-08T18:09:07.111Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34542026-07-08T18:09:07.115Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34552026-07-08T18:09:08.793Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34562026-07-08T18:09:08.908Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34572026-07-08T18:09:12.874Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34582026-07-08T18:09:52.763Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34592026-07-08T18:09:52.988Z
34602026-07-08T18:09:52.988Zreal 1:27.104873550
34612026-07-08T18:09:52.988Zuser 8:40.664720316
34622026-07-08T18:09:52.988Zsys 1:44.328476691
34632026-07-08T18:09:52.988Ztrap 0.261795541
34642026-07-08T18:09:52.992Ztflt 0.347458713
34652026-07-08T18:09:52.992Zdflt 1.499238611
34662026-07-08T18:09:52.992Zkflt 0.000369270
34672026-07-08T18:09:52.992Zlock 30:55.646603686
34682026-07-08T18:09:52.992Zslp 19:54.900127694
34692026-07-08T18:09:52.992Zlat 40.908675485
34702026-07-08T18:09:52.992Zstop 3:04.702609535
34712026-07-08T18:09:52.992Z+ mkdir tests
34722026-07-08T18:09:52.992Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34732026-07-08T18:09:52.996Z+ xargs -I '{}' -t cp '{}' tests/
34742026-07-08T18:09:53.015Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-7642b2d57d595135 tests/
34752026-07-08T18:09:53.036Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ca561ce3ba29e3d2 tests/
34762026-07-08T18:09:53.057Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-de50baf115444d57 tests/
34772026-07-08T18:09:53.077Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f893b9f61afabf44 tests/
34782026-07-08T18:09:53.367Z+ 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)
34792026-07-08T18:09:53.371Z+ 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-ca561ce3ba29e3d2 tests/commtest-de50baf115444d57 tests/dhcp_server-7642b2d57d595135 tests/end_to_end_tests-f893b9f61afabf44 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
34802026-07-08T18:11:13.502ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34812026-07-08T18:11:13.502Za .github/buildomat/ci-env.sh 1K
34822026-07-08T18:11:13.502Za out/target/test 1K
34832026-07-08T18:11:13.502Za out/npuzone/npuzone 27402K
34842026-07-08T18:11:13.502Za package-manifest.toml 35K
34852026-07-08T18:11:13.503Za smf/sled-agent/non-gimlet/config.toml 6K
34862026-07-08T18:11:13.503Za target/release/omicron-package 40719K
34872026-07-08T18:11:13.503Za target/release/xtask 10425K
34882026-07-08T18:11:13.503Za target/debug/bootstrap 349418K
34892026-07-08T18:11:13.503Za tests/bootstrap-ca561ce3ba29e3d2 31974K
34902026-07-08T18:11:13.503Za tests/commtest-de50baf115444d57 32169K
34912026-07-08T18:11:13.503Za tests/dhcp_server-7642b2d57d595135 31974K
34922026-07-08T18:11:13.503Za tests/end_to_end_tests-f893b9f61afabf44 399293K
34932026-07-08T18:11:13.503Za tools/opte_version 1K
34942026-07-08T18:11:13.503Za tools/opte_version_override 2K
34952026-07-08T18:11:13.503Za out/clickhouse.tar.gz 310727K
34962026-07-08T18:11:13.504Za out/clickhouse_keeper.tar.gz 297197K
34972026-07-08T18:11:13.504Za out/clickhouse_server.tar.gz 310724K
34982026-07-08T18:11:13.504Za out/cockroachdb.tar.gz 161735K
34992026-07-08T18:11:13.504Za out/crucible-pantry-zone.tar.gz 39110K
35002026-07-08T18:11:13.504Za out/crucible-utils.tar 18900K
35012026-07-08T18:11:13.504Za out/crucible-zone.tar.gz 53806K
35022026-07-08T18:11:13.504Za out/external-dns.tar.gz 46794K
35032026-07-08T18:11:13.504Za out/internal-dns.tar.gz 46794K
35042026-07-08T18:11:13.504Za out/mg-ddm-gz.tar 97917K
35052026-07-08T18:11:13.504Za out/nexus.tar.gz 274829K
35062026-07-08T18:11:13.504Za out/ntp.tar.gz 29911K
35072026-07-08T18:11:13.504Za out/omicron-gateway-softnpu.tar.gz 27554K
35082026-07-08T18:11:13.504Za out/omicron-sled-agent.tar 197547K
35092026-07-08T18:11:13.504Za out/overlay.tar.gz 3K
35102026-07-08T18:11:13.504Za out/oximeter.tar.gz 62132K
35112026-07-08T18:11:13.504Za out/oxlog.tar 3808K
35122026-07-08T18:11:13.504Za out/probe.tar.gz 3037K
35132026-07-08T18:11:13.505Za out/propolis-server.tar.gz 34372K
35142026-07-08T18:11:13.505Za out/pumpkind-gz.tar 26647K
35152026-07-08T18:11:13.505Za out/switch-softnpu.tar.gz 447772K
35162026-07-08T18:11:13.509Z
35172026-07-08T18:11:13.509Zreal 1:20.131724208
35182026-07-08T18:11:13.509Zuser 1:17.486491273
35192026-07-08T18:11:13.509Zsys 4.400362092
35202026-07-08T18:11:13.509Ztrap 0.006157492
35212026-07-08T18:11:13.509Ztflt 0.000000000
35222026-07-08T18:11:13.509Zdflt 0.000000000
35232026-07-08T18:11:13.509Zkflt 0.000000000
35242026-07-08T18:11:13.509Zlock 0.000000000
35252026-07-08T18:11:13.509Zslp 1:17.413297496
35262026-07-08T18:11:13.509Zlat 0.952164428
35272026-07-08T18:11:13.509Zstop 0.000252140
35282026-07-08T18:11:13.509Zprocess exited: duration 958721 ms, exit code 0
 
35292026-07-08T18:11:13.524Zfound 1 output files
35302026-07-08T18:11:13.524Zuploading: /work/package.tar.gz (2485892135 bytes)
35312026-07-08T18:11:43.962Zuploaded: /work/package.tar.gz