01KX1ZYHBTBGV74ZZ1VEJE4EQY: 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: 01KX1ZZ3E94QDY1NWQT89KJD41

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-08T23:11:36.936Zjob assigned to worker 01KX1ZZ8C8FCXJQ8Y91MKDBSHH [factory aws, i-09daf84865bc3c1dd] (queued for 47 s)
 
22026-07-08T23:11:44.132Zstarting task 0: "setup"
32026-07-08T23:11:44.136Z++ uname -s
42026-07-08T23:11:44.139Z+ kern=SunOS
52026-07-08T23:11:44.139Z+ build_user=build
62026-07-08T23:11:44.139Z+ build_uid=12345
72026-07-08T23:11:44.139Z+ work_dir=/work
82026-07-08T23:11:44.139Z+ input_dir=/input
92026-07-08T23:11:44.139Z+ [[ 0 == 12345 ]]
102026-07-08T23:11:44.139Z+ case "$kern" in
112026-07-08T23:11:44.139Z+ groupadd -g 12345 build
122026-07-08T23:11:44.144Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-08T23:11:46.147Z+ zfs create -o mountpoint=/work rpool/work
142026-07-08T23:11:46.228Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-08T23:11:46.231Z+ home_fs=zfs
162026-07-08T23:11:46.231Z+ [[ zfs == autofs ]]
172026-07-08T23:11:46.231Z+ mkdir -p /home/build
182026-07-08T23:11:46.234Z+ chown build:build /home/build /work
192026-07-08T23:11:48.233Z+ chmod 0700 /home/build /work
202026-07-08T23:11:48.237Zprocess exited: duration 4107 ms, exit code 0
 
212026-07-08T23:11:48.244Zstarting task 1: "rust-toolchain"
222026-07-08T23:11:48.248Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-08T23:11:48.248Z * rust toolchain channel = "1.96.1"
242026-07-08T23:11:48.248Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-08T23:11:48.248Z * rust toolchain profile = "default"
262026-07-08T23:11:48.248Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-08T23:11:48.251Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-08T23:11:48.251Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-08T23:11:48.251Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-08T23:11:48.360Zinfo: downloading installer
312026-07-08T23:11:49.713Zwarn: It looks like you have an existing rustup settings file at:
322026-07-08T23:11:49.713Zwarn: /home/build/.rustup/settings.toml
332026-07-08T23:11:49.713Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-08T23:11:49.713Zwarn: instead of the one inferred from the default host triple.
352026-07-08T23:11:49.725Zinfo: profile set to default
362026-07-08T23:11:49.725Zinfo: default host triple is x86_64-unknown-illumos
372026-07-08T23:11:49.728Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-08T23:11:49.858Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-08T23:11:49.861Zinfo: downloading 6 components
402026-07-08T23:12:03.950Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-08T23:12:03.950Z
422026-07-08T23:12:03.978Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-08T23:12:03.979Z
442026-07-08T23:12:03.979Z
452026-07-08T23:12:03.979ZRust is installed now. Great!
462026-07-08T23:12:03.979Z
472026-07-08T23:12:03.979ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-08T23:12:03.979Zenvironment variable. This has not been done automatically.
492026-07-08T23:12:03.979Z
502026-07-08T23:12:03.979ZTo configure your current shell, you need to source
512026-07-08T23:12:03.979Zthe corresponding env file under $HOME/.cargo.
522026-07-08T23:12:03.979Z
532026-07-08T23:12:03.979ZThis is usually done by running one of the following (note the leading DOT):
542026-07-08T23:12:03.979Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-08T23:12:03.979Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-08T23:12:03.979Zsource "~/.cargo/env.nu" # For nushell
572026-07-08T23:12:03.979Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-08T23:12:03.979Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-08T23:12:03.979Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-08T23:12:03.982Zwarn: no default linker (`cc`) was found in your PATH
612026-07-08T23:12:03.982Zwarn: many Rust crates require a system C toolchain to build
622026-07-08T23:12:04.091Z+ rustup --version
632026-07-08T23:12:04.096Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-08T23:12:04.099Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-08T23:12:04.117Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-08T23:12:04.119Z+ cargo --version
672026-07-08T23:12:04.128Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-08T23:12:04.131Z+ rustc --version
692026-07-08T23:12:04.152Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-08T23:12:04.154Zprocess exited: duration 15910 ms, exit code 0
 
712026-07-08T23:12:04.160Zstarting task 2: "authentication"
722026-07-08T23:12:04.177Zprocess exited: duration 17 ms, exit code 0
 
732026-07-08T23:12:04.183Zstarting task 3: "clone repository"
742026-07-08T23:12:04.188Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-08T23:12:04.190Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-08T23:12:04.222ZCloning into '/work/oxidecomputer/omicron'...
772026-07-08T23:12:14.798Z+ cd /work/oxidecomputer/omicron
782026-07-08T23:12:14.798Z+ git fetch origin e224a248b9feb915cf14a19726737c16e97be17e
792026-07-08T23:12:15.070ZFrom https://github.com/oxidecomputer/omicron
802026-07-08T23:12:15.070Z * branch e224a248b9feb915cf14a19726737c16e97be17e -> FETCH_HEAD
812026-07-08T23:12:15.084Z+ [[ -n wicketd-commission ]]
822026-07-08T23:12:15.088Z++ git branch --show-current
832026-07-08T23:12:15.088Z+ current=main
842026-07-08T23:12:15.088Z+ [[ main != wicketd-commission ]]
852026-07-08T23:12:15.088Z+ git branch -f wicketd-commission e224a248b9feb915cf14a19726737c16e97be17e
862026-07-08T23:12:15.091Z+ git checkout -f wicketd-commission
872026-07-08T23:12:15.280ZSwitched to branch 'wicketd-commission'
882026-07-08T23:12:15.283Z+ git reset --hard e224a248b9feb915cf14a19726737c16e97be17e
892026-07-08T23:12:15.466ZHEAD is now at e224a248b fmt
902026-07-08T23:12:15.479Zprocess exited: duration 11284 ms, exit code 0
 
912026-07-08T23:12:15.490Zstarting task 4: "build"
922026-07-08T23:12:15.495Z+ source .github/buildomat/ci-env.sh
932026-07-08T23:12:15.495Z++ export CARGO_TERM_COLOR=always
942026-07-08T23:12:15.495Z++ CARGO_TERM_COLOR=always
952026-07-08T23:12:15.497Z+++ uname -s
962026-07-08T23:12:15.498Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-08T23:12:15.498Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-08T23:12:15.501Z+ cargo --version
992026-07-08T23:12:15.510Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-08T23:12:15.513Z+ rustc --version
1012026-07-08T23:12:15.532Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-08T23:12:15.535Z+ WORK=/work
1032026-07-08T23:12:15.535Z+ pfexec mkdir -p /work
1042026-07-08T23:12:15.539Z+ pfexec chown build /work
1052026-07-08T23:12:15.542Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-07-08T23:12:17.118Z Startup: Refreshing catalog 'helios' ... Done
1072026-07-08T23:12:17.228Z Startup: Caching catalogs ... Done
1082026-07-08T23:12:17.712ZPlanning: Solver setup ... Done (0.437s)
1092026-07-08T23:12:17.740ZPlanning: Running solver ... Done (0.027s)
1102026-07-08T23:12:17.755ZPlanning: Finding local manifests ... Done (0.003s)
1112026-07-08T23:12:17.761ZPlanning: Fetching manifests: 0/2 0% complete
1122026-07-08T23:12:17.784ZPlanning: Fetching manifests: 2/2 100% complete
1132026-07-08T23:12:17.797ZPlanning: Package planning ... Done (0.013s)
1142026-07-08T23:12:17.800ZPlanning: Merging actions ... Done (0.001s)
1152026-07-08T23:12:17.968ZPlanning: Checking for conflicting actions ... Done (0.170s)
1162026-07-08T23:12:17.972ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-07-08T23:12:18.858ZPlanning: Evaluating mediators ... Done (0.889s)
1182026-07-08T23:12:18.861ZPlanning: Planning completed in 1.61 seconds
1192026-07-08T23:12:18.868Z Packages to install: 2
1202026-07-08T23:12:18.868Z Estimated space available: 156.06 GB
1212026-07-08T23:12:18.868ZEstimated space to be consumed: 30.99 MB
1222026-07-08T23:12:18.868Z Create boot environment: No
1232026-07-08T23:12:18.871ZCreate backup boot environment: No
1242026-07-08T23:12:18.871Z Rebuild boot archive: No
1252026-07-08T23:12:18.871Z
1262026-07-08T23:12:18.871ZChanged packages:
1272026-07-08T23:12:18.871Zhelios
1282026-07-08T23:12:18.871Z developer/build-essential
1292026-07-08T23:12:18.871Z None -> 11-3.0
1302026-07-08T23:12:18.871Z library/libxmlsec1
1312026-07-08T23:12:18.871Z None -> 1.2.35-3.0
1322026-07-08T23:12:18.894Z
1332026-07-08T23:12:18.894ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-07-08T23:12:19.434ZDownload: Completed 1.28 MB in 0.54 seconds (2.4M/s)
1352026-07-08T23:12:19.515Z Actions: 1/268 actions (Installing new actions)
1362026-07-08T23:12:19.553Z Actions: Completed 268 actions in 0.04 seconds.
1372026-07-08T23:12:19.566ZFinalize: Updating package state database ... Done (0.012s)
1382026-07-08T23:12:19.566ZFinalize: Updating package cache ... Done (0.000s)
1392026-07-08T23:12:19.594ZFinalize: Updating image state ... Done (0.028s)
1402026-07-08T23:12:22.170ZFinalize: Creating fast lookup database ... Done (2.550s)
1412026-07-08T23:12:22.239ZFinalize: Reading search index ... Done (0.012s)
1422026-07-08T23:12:22.245ZFinalize: Updating search index ... Done (0.000s)
1432026-07-08T23:12:22.325ZFinalize: Updating package cache ... Done (0.000s)
1442026-07-08T23:12:22.644ZPlanning: Evaluating mediator changes ... Done
1452026-07-08T23:12:22.747ZPlanning: Checking for conflicting actions ... Done
1462026-07-08T23:12:22.750ZPlanning: Consolidating action changes ... Done
1472026-07-08T23:12:22.905ZPlanning: Evaluating mediators ... Done
1482026-07-08T23:12:22.908ZPlanning: Planning completed in 0.26 seconds
1492026-07-08T23:12:22.931Z Mediators to change: 2
1502026-07-08T23:12:22.931Z Create boot environment: No
1512026-07-08T23:12:22.931ZCreate backup boot environment: No
1522026-07-08T23:12:22.972ZFinalize: Updating package state database ... Done
1532026-07-08T23:12:22.973ZFinalize: Updating package cache ... Done
1542026-07-08T23:12:22.989ZFinalize: Updating image state ... Done
1552026-07-08T23:12:24.924ZFinalize: Creating fast lookup database ... Done
1562026-07-08T23:12:24.986ZFinalize: Reading search index ... Done
1572026-07-08T23:12:24.989ZFinalize: Updating search index ... Done
1582026-07-08T23:12:25.058ZFinalize: Updating package cache ... Done
1592026-07-08T23:12:25.340ZPlanning: Evaluating mediator changes ... Done
1602026-07-08T23:12:25.446ZPlanning: Checking for conflicting actions ... Done
1612026-07-08T23:12:25.449ZPlanning: Consolidating action changes ... Done
1622026-07-08T23:12:25.604ZPlanning: Evaluating mediators ... Done
1632026-07-08T23:12:25.607ZPlanning: Planning completed in 0.26 seconds
1642026-07-08T23:12:25.628Z Mediators to change: 1
1652026-07-08T23:12:25.628Z Create boot environment: No
1662026-07-08T23:12:25.628ZCreate backup boot environment: No
1672026-07-08T23:12:25.673ZFinalize: Updating package state database ... Done
1682026-07-08T23:12:25.673ZFinalize: Updating package cache ... Done
1692026-07-08T23:12:25.690ZFinalize: Updating image state ... Done
1702026-07-08T23:12:27.626ZFinalize: Creating fast lookup database ... Done
1712026-07-08T23:12:27.686ZFinalize: Reading search index ... Done
1722026-07-08T23:12:27.689ZFinalize: Updating search index ... Done
1732026-07-08T23:12:27.748ZFinalize: Updating package cache ... Done
1742026-07-08T23:12:28.061ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-07-08T23:12:28.061Zapache system 2.4 system
1762026-07-08T23:12:28.061Zclang system 15 system
1772026-07-08T23:12:28.061Zcsh system system illumos
1782026-07-08T23:12:28.061Zctags system system illumos
1792026-07-08T23:12:28.061Zfile vendor vendor darwinsys
1802026-07-08T23:12:28.061Zfile system system illumos
1812026-07-08T23:12:28.061Zgcc vendor 14 vendor
1822026-07-08T23:12:28.062Zgcc system 13 system
1832026-07-08T23:12:28.062Zgcc system 10 system
1842026-07-08T23:12:28.062Zgo system 1.25 system
1852026-07-08T23:12:28.062Zllvm system 15 system
1862026-07-08T23:12:28.062Zmariadb system 11.4 system
1872026-07-08T23:12:28.062Zmta vendor vendor dma
1882026-07-08T23:12:28.062Zopenjdk system 17 system
1892026-07-08T23:12:28.062Zopenjdk system 11 system
1902026-07-08T23:12:28.062Zopenssl vendor 3 vendor
1912026-07-08T23:12:28.062Zperl system 5.40 system
1922026-07-08T23:12:28.062Zpostgresql system 18 system
1932026-07-08T23:12:28.062Zpostgresql system 17 system
1942026-07-08T23:12:28.062Zpython vendor 3 vendor
1952026-07-08T23:12:28.062Zpython system 2 system
1962026-07-08T23:12:28.062Zpython3 vendor 3.13 vendor
1972026-07-08T23:12:28.062Zruby system 3.4 system
1982026-07-08T23:12:28.062Zruby system 3.0 system
1992026-07-08T23:12:28.062Zwords vendor vendor american-english
2002026-07-08T23:12:28.062Zwords system system australian-english
2012026-07-08T23:12:28.062Zwords system system british-english
2022026-07-08T23:12:28.062Zwords system system canadian-english
2032026-07-08T23:12:28.062Zwords system system french
2042026-07-08T23:12:28.062Zwords system system italian
2052026-07-08T23:12:28.062Zwords system system ngerman
2062026-07-08T23:12:28.062Zwords system system ogerman
2072026-07-08T23:12:28.062Zwords system system spanish
2082026-07-08T23:12:28.311ZPUBLISHER TYPE STATUS P LOCATION
2092026-07-08T23:12:28.311Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-07-08T23:12:28.606ZFMRI IFO
2112026-07-08T23:12:28.606Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-07-08T23:12:28.606Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-07-08T23:12:28.606Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-07-08T23:12:28.606Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-07-08T23:12:28.606Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-07-08T23:12:28.606Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-07-08T23:12:28.606Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-07-08T23:12:28.606Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-07-08T23:12:28.606Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-07-08T23:12:28.859Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-07-08T23:12:29.152Z Updating crates.io index
2222026-07-08T23:12:29.155Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-07-08T23:12:29.356Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-07-08T23:12:29.644Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-07-08T23:12:30.522Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-07-08T23:12:31.030Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-07-08T23:12:32.855Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-07-08T23:12:33.657Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-07-08T23:12:33.902Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-07-08T23:12:34.262Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-07-08T23:12:35.307Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-07-08T23:12:35.565Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-07-08T23:12:35.860Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2342026-07-08T23:12:36.103Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2352026-07-08T23:12:36.531Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2362026-07-08T23:12:37.031Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2372026-07-08T23:12:37.303Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-07-08T23:12:37.562Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-07-08T23:12:37.811Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2402026-07-08T23:12:38.112Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2412026-07-08T23:12:38.324Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2422026-07-08T23:12:38.574Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2432026-07-08T23:12:38.867Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2442026-07-08T23:12:39.226Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2452026-07-08T23:12:39.563Z Updating git repository `https://github.com/oxidecomputer/erebor`
2462026-07-08T23:12:39.990Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2472026-07-08T23:12:40.392Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2482026-07-08T23:12:40.633Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2492026-07-08T23:12:40.990Z Updating git repository `https://github.com/oxidecomputer/ispf`
2502026-07-08T23:12:41.240Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2512026-07-08T23:12:41.465Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2522026-07-08T23:12:41.792Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2532026-07-08T23:12:42.163Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2542026-07-08T23:12:42.379Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2552026-07-08T23:12:42.670Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2562026-07-08T23:12:42.939Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2572026-07-08T23:12:43.226Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2582026-07-08T23:12:43.483Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2592026-07-08T23:12:43.709Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2602026-07-08T23:12:43.976Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2612026-07-08T23:12:44.201Z Updating git repository `https://github.com/illumos/smf-rs`
2622026-07-08T23:12:46.619Z Downloading crates ...
2632026-07-08T23:12:46.676Z Downloaded errno v0.3.14
2642026-07-08T23:12:46.679Z Downloaded fnv v1.0.7
2652026-07-08T23:12:46.682Z Downloaded anyhow v1.0.102
2662026-07-08T23:12:46.685Z Downloaded clap v4.6.1
2672026-07-08T23:12:46.689Z Downloaded cpufeatures v0.2.17
2682026-07-08T23:12:46.692Z Downloaded cargo-platform v0.3.2
2692026-07-08T23:12:46.693Z Downloaded block-buffer v0.10.4
2702026-07-08T23:12:46.696Z Downloaded crypto-common v0.1.7
2712026-07-08T23:12:46.699Z Downloaded zerocopy v0.7.35
2722026-07-08T23:12:46.707Z Downloaded zmij v1.0.21
2732026-07-08T23:12:46.710Z Downloaded zerocopy-derive v0.7.35
2742026-07-08T23:12:46.713Z Downloaded fastrand v2.3.0
2752026-07-08T23:12:46.713Z Downloaded equivalent v1.0.2
2762026-07-08T23:12:46.713Z Downloaded usdt-macro v0.5.0
2772026-07-08T23:12:46.713Z Downloaded digest v0.10.7
2782026-07-08T23:12:46.716Z Downloaded autocfg v1.5.0
2792026-07-08T23:12:46.716Z Downloaded cfg-if v1.0.4
2802026-07-08T23:12:46.716Z Downloaded anstyle-query v1.1.5
2812026-07-08T23:12:46.716Z Downloaded itoa v1.0.17
2822026-07-08T23:12:46.719Z Downloaded anstyle-parse v1.0.0
2832026-07-08T23:12:46.719Z Downloaded anstream v1.0.0
2842026-07-08T23:12:46.719Z Downloaded macaddr v1.0.1
2852026-07-08T23:12:46.722Z Downloaded camino-tempfile v1.4.1
2862026-07-08T23:12:46.722Z Downloaded memmap v0.7.0
2872026-07-08T23:12:46.722Z Downloaded cargo_metadata v0.23.1
2882026-07-08T23:12:46.722Z Downloaded is_terminal_polyfill v1.70.2
2892026-07-08T23:12:46.725Z Downloaded dof v0.3.0
2902026-07-08T23:12:46.725Z Downloaded colorchoice v1.0.4
2912026-07-08T23:12:46.729Z Downloaded strsim v0.11.1
2922026-07-08T23:12:46.732Z Downloaded clap_lex v1.0.0
2932026-07-08T23:12:46.742Z Downloaded usdt-attr-macro v0.5.0
2942026-07-08T23:12:46.748Z Downloaded swrite v0.1.0
2952026-07-08T23:12:46.751Z Downloaded version_check v0.9.5
2962026-07-08T23:12:46.754Z Downloaded tempfile v3.25.0
2972026-07-08T23:12:46.757Z Downloaded utf8parse v0.2.2
2982026-07-08T23:12:46.757Z Downloaded clap_derive v4.6.1
2992026-07-08T23:12:46.757Z Downloaded bytecount v0.6.9
3002026-07-08T23:12:46.759Z Downloaded pretty-hex v0.4.1
3012026-07-08T23:12:46.762Z Downloaded usdt v0.5.0
3022026-07-08T23:12:46.765Z Downloaded dtrace-parser v0.2.0
3032026-07-08T23:12:46.768Z Downloaded heck v0.5.0
3042026-07-08T23:12:46.771Z Downloaded heck v0.4.1
3052026-07-08T23:12:46.774Z Downloaded serde_spanned v0.6.9
3062026-07-08T23:12:46.777Z Downloaded smawk v0.3.2
3072026-07-08T23:12:46.780Z Downloaded unicode-linebreak v0.1.5
3082026-07-08T23:12:46.783Z Downloaded toml_datetime v0.6.11
3092026-07-08T23:12:46.783Z Downloaded tabled_derive v0.7.0
3102026-07-08T23:12:46.783Z Downloaded generic-array v0.14.7
3112026-07-08T23:12:46.789Z Downloaded terminal_size v0.4.3
3122026-07-08T23:12:46.792Z Downloaded toml_write v0.1.2
3132026-07-08T23:12:46.792Z Downloaded proc-macro-error-attr v1.0.4
3142026-07-08T23:12:46.795Z Downloaded thread-id v4.2.2
3152026-07-08T23:12:46.795Z Downloaded plain v0.2.3
3162026-07-08T23:12:46.799Z Downloaded semver v1.0.28
3172026-07-08T23:12:46.799Z Downloaded scroll_derive v0.12.1
3182026-07-08T23:12:46.802Z Downloaded cargo_toml v0.21.0
3192026-07-08T23:12:46.802Z Downloaded log v0.4.29
3202026-07-08T23:12:46.805Z Downloaded fs-err v3.3.0
3212026-07-08T23:12:46.805Z Downloaded thiserror v1.0.69
3222026-07-08T23:12:46.808Z Downloaded anstyle v1.0.14
3232026-07-08T23:12:46.808Z Downloaded byteorder v1.5.0
3242026-07-08T23:12:46.812Z Downloaded thiserror-impl v1.0.69
3252026-07-08T23:12:46.816Z Downloaded usdt-impl v0.5.0
3262026-07-08T23:12:46.822Z Downloaded quote v1.0.45
3272026-07-08T23:12:46.827Z Downloaded thiserror-impl v2.0.18
3282026-07-08T23:12:46.829Z Downloaded scroll v0.12.0
3292026-07-08T23:12:46.829Z Downloaded pest_derive v2.8.6
3302026-07-08T23:12:46.832Z Downloaded bitflags v2.11.0
3312026-07-08T23:12:46.836Z Downloaded papergrid v0.11.0
3322026-07-08T23:12:46.838Z Downloaded camino v1.2.2
3332026-07-08T23:12:46.841Z Downloaded thiserror v2.0.18
3342026-07-08T23:12:46.844Z Downloaded pest_generator v2.8.6
3352026-07-08T23:12:46.844Z Downloaded serde_tokenstream v0.2.3
3362026-07-08T23:12:46.857Z Downloaded toml v0.8.23
3372026-07-08T23:12:46.861Z Downloaded sha2 v0.10.9
3382026-07-08T23:12:46.864Z Downloaded once_cell v1.21.3
3392026-07-08T23:12:46.869Z Downloaded ucd-trie v0.1.7
3402026-07-08T23:12:46.874Z Downloaded serde_core v1.0.228
3412026-07-08T23:12:46.880Z Downloaded toml_edit v0.22.27
3422026-07-08T23:12:46.880Z Downloaded proc-macro2 v1.0.106
3432026-07-08T23:12:46.880Z Downloaded memchr v2.8.0
3442026-07-08T23:12:46.888Z Downloaded unicode-ident v1.0.24
3452026-07-08T23:12:46.888Z Downloaded proc-macro-error v1.0.4
3462026-07-08T23:12:46.888Z Downloaded getrandom v0.4.1
3472026-07-08T23:12:46.891Z Downloaded serde_derive v1.0.228
3482026-07-08T23:12:46.905Z Downloaded textwrap v0.16.2
3492026-07-08T23:12:46.924Z Downloaded indexmap v2.14.0
3502026-07-08T23:12:46.929Z Downloaded serde v1.0.228
3512026-07-08T23:12:46.940Z Downloaded pest_meta v2.8.6
3522026-07-08T23:12:46.945Z Downloaded typenum v1.20.1
3532026-07-08T23:12:46.951Z Downloaded pest v2.8.6
3542026-07-08T23:12:46.978Z Downloaded serde_json v1.0.150
3552026-07-08T23:12:46.983Z Downloaded goblin v0.8.2
3562026-07-08T23:12:46.985Z Downloaded clap_builder v4.6.0
3572026-07-08T23:12:46.988Z Downloaded hashbrown v0.17.0
3582026-07-08T23:12:46.995Z Downloaded winnow v0.7.14
3592026-07-08T23:12:47.007Z Downloaded tabled v0.15.0
3602026-07-08T23:12:47.024Z Downloaded syn v1.0.109
3612026-07-08T23:12:47.033Z Downloaded unicode-width v0.2.0
3622026-07-08T23:12:47.036Z Downloaded unicode-width v0.1.14
3632026-07-08T23:12:47.039Z Downloaded syn v2.0.117
3642026-07-08T23:12:47.049Z Downloaded rustix v1.1.3
3652026-07-08T23:12:47.083Z Downloaded libc v0.2.185
3662026-07-08T23:12:47.145Z Compiling proc-macro2 v1.0.106
3672026-07-08T23:12:47.145Z Compiling unicode-ident v1.0.24
3682026-07-08T23:12:47.148Z Compiling quote v1.0.45
3692026-07-08T23:12:47.148Z Compiling serde_core v1.0.228
3702026-07-08T23:12:47.148Z Compiling libc v0.2.185
3712026-07-08T23:12:47.148Z Compiling version_check v0.9.5
3722026-07-08T23:12:47.148Z Compiling memchr v2.8.0
3732026-07-08T23:12:47.148Z Compiling serde v1.0.228
3742026-07-08T23:12:47.148Z Compiling zmij v1.0.21
3752026-07-08T23:12:47.148Z Compiling itoa v1.0.17
3762026-07-08T23:12:47.148Z Compiling thiserror v1.0.69
3772026-07-08T23:12:47.148Z Compiling ucd-trie v0.1.7
3782026-07-08T23:12:47.361Z Compiling byteorder v1.5.0
3792026-07-08T23:12:47.372Z Compiling rustix v1.1.3
3802026-07-08T23:12:47.552Z Compiling serde_json v1.0.150
3812026-07-08T23:12:47.567Z Compiling bitflags v2.11.0
3822026-07-08T23:12:47.799Z Compiling syn v1.0.109
3832026-07-08T23:12:47.819Z Compiling usdt-impl v0.5.0
3842026-07-08T23:12:47.870Z Compiling pest v2.8.6
3852026-07-08T23:12:47.873Z Compiling proc-macro-error-attr v1.0.4
3862026-07-08T23:12:48.041Z Compiling camino v1.2.2
3872026-07-08T23:12:48.057Z Compiling proc-macro-error v1.0.4
3882026-07-08T23:12:48.091Z Compiling hashbrown v0.17.0
3892026-07-08T23:12:48.123Z Compiling log v0.4.29
3902026-07-08T23:12:48.126Z Compiling getrandom v0.4.1
3912026-07-08T23:12:48.176Z Compiling plain v0.2.3
3922026-07-08T23:12:48.226Z Compiling equivalent v1.0.2
3932026-07-08T23:12:48.260Z Compiling utf8parse v0.2.2
3942026-07-08T23:12:48.281Z Compiling anstyle-query v1.1.5
3952026-07-08T23:12:48.284Z Compiling cfg-if v1.0.4
3962026-07-08T23:12:48.298Z Compiling errno v0.3.14
3972026-07-08T23:12:48.351Z Compiling thread-id v4.2.2
3982026-07-08T23:12:48.354Z Compiling thiserror v2.0.18
3992026-07-08T23:12:48.403Z Compiling anstyle-parse v1.0.0
4002026-07-08T23:12:48.403Z Compiling autocfg v1.5.0
4012026-07-08T23:12:48.439Z Compiling toml_write v0.1.2
4022026-07-08T23:12:48.439Z Compiling anstyle v1.0.14
4032026-07-08T23:12:48.510Z Compiling winnow v0.7.14
4042026-07-08T23:12:48.514Z Compiling colorchoice v1.0.4
4052026-07-08T23:12:48.546Z Compiling pretty-hex v0.4.1
4062026-07-08T23:12:48.627Z Compiling is_terminal_polyfill v1.70.2
4072026-07-08T23:12:48.661Z Compiling indexmap v2.14.0
4082026-07-08T23:12:48.723Z Compiling anstream v1.0.0
4092026-07-08T23:12:48.757Z Compiling clap_lex v1.0.0
4102026-07-08T23:12:48.760Z Compiling heck v0.5.0
4112026-07-08T23:12:48.760Z Compiling fastrand v2.3.0
4122026-07-08T23:12:48.847Z Compiling syn v2.0.117
4132026-07-08T23:12:48.902Z Compiling fs-err v3.3.0
4142026-07-08T23:12:48.905Z Compiling anyhow v1.0.102
4152026-07-08T23:12:49.026Z Compiling pest_meta v2.8.6
4162026-07-08T23:12:49.052Z Compiling strsim v0.11.1
4172026-07-08T23:12:49.059Z Compiling unicode-width v0.1.14
4182026-07-08T23:12:49.076Z Compiling bytecount v0.6.9
4192026-07-08T23:12:49.100Z Compiling heck v0.4.1
4202026-07-08T23:12:49.137Z Compiling once_cell v1.21.3
4212026-07-08T23:12:49.175Z Compiling fnv v1.0.7
4222026-07-08T23:12:49.294Z Compiling papergrid v0.11.0
4232026-07-08T23:12:49.324Z Compiling memmap v0.7.0
4242026-07-08T23:12:49.346Z Compiling unicode-width v0.2.0
4252026-07-08T23:12:49.365Z Compiling smawk v0.3.2
4262026-07-08T23:12:49.368Z Compiling unicode-linebreak v0.1.5
4272026-07-08T23:12:49.401Z Compiling terminal_size v0.4.3
4282026-07-08T23:12:49.404Z Compiling tempfile v3.25.0
4292026-07-08T23:12:49.521Z Compiling swrite v0.1.0
4302026-07-08T23:12:49.524Z Compiling clap_builder v4.6.0
4312026-07-08T23:12:49.651Z Compiling cargo-platform v0.3.2
4322026-07-08T23:12:49.668Z Compiling semver v1.0.28
4332026-07-08T23:12:49.686Z Compiling textwrap v0.16.2
4342026-07-08T23:12:49.924Z Compiling camino-tempfile v1.4.1
4352026-07-08T23:12:50.325Z Compiling tabled_derive v0.7.0
4362026-07-08T23:12:50.969Z Compiling tabled v0.15.0
4372026-07-08T23:12:50.991Z Compiling pest_generator v2.8.6
4382026-07-08T23:12:51.476Z Compiling serde_derive v1.0.228
4392026-07-08T23:12:51.476Z Compiling thiserror-impl v1.0.69
4402026-07-08T23:12:51.480Z Compiling zerocopy-derive v0.7.35
4412026-07-08T23:12:51.481Z Compiling scroll_derive v0.12.1
4422026-07-08T23:12:51.481Z Compiling thiserror-impl v2.0.18
4432026-07-08T23:12:51.481Z Compiling clap_derive v4.6.1
4442026-07-08T23:12:51.548Z Compiling pest_derive v2.8.6
4452026-07-08T23:12:52.148Z Compiling scroll v0.12.0
4462026-07-08T23:12:52.250Z Compiling zerocopy v0.7.35
4472026-07-08T23:12:52.353Z Compiling goblin v0.8.2
4482026-07-08T23:12:52.598Z Compiling dtrace-parser v0.2.0
4492026-07-08T23:12:52.877Z Compiling clap v4.6.1
4502026-07-08T23:12:53.892Z Compiling toml_datetime v0.6.11
4512026-07-08T23:12:53.892Z Compiling serde_spanned v0.6.9
4522026-07-08T23:12:53.892Z Compiling macaddr v1.0.1
4532026-07-08T23:12:53.909Z Compiling cargo_metadata v0.23.1
4542026-07-08T23:12:53.909Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4552026-07-08T23:12:53.909Z Compiling dof v0.3.0
4562026-07-08T23:12:53.922Z Compiling serde_tokenstream v0.2.3
4572026-07-08T23:12:54.048Z Compiling toml_edit v0.22.27
4582026-07-08T23:12:54.598Z Compiling usdt-attr-macro v0.5.0
4592026-07-08T23:12:54.601Z Compiling usdt-macro v0.5.0
4602026-07-08T23:12:55.232Z Compiling usdt v0.5.0
4612026-07-08T23:12:55.328Z Compiling toml v0.8.23
4622026-07-08T23:12:55.648Z Compiling cargo_toml v0.21.0
4632026-07-08T23:12:56.921Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4642026-07-08T23:12:58.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.19s
4652026-07-08T23:12:59.099Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4662026-07-08T23:12:59.591Z Downloading crates ...
4672026-07-08T23:12:59.677Z Downloaded base16ct v0.2.0
4682026-07-08T23:12:59.684Z Downloaded atty v0.2.14
4692026-07-08T23:12:59.688Z Downloaded argon2 v0.6.0-rc.8
4702026-07-08T23:12:59.694Z Downloaded adler2 v2.0.1
4712026-07-08T23:12:59.698Z Downloaded block-padding v0.4.2
4722026-07-08T23:12:59.701Z Downloaded argon2 v0.5.3
4732026-07-08T23:12:59.708Z Downloaded data-encoding v2.10.0
4742026-07-08T23:12:59.711Z Downloaded ar_archive_writer v0.5.1
4752026-07-08T23:12:59.711Z Downloaded aes-gcm v0.11.0
4762026-07-08T23:12:59.714Z Downloaded daft v0.1.7
4772026-07-08T23:12:59.717Z Downloaded anstream v0.6.21
4782026-07-08T23:12:59.717Z Downloaded ahash v0.8.12
4792026-07-08T23:12:59.720Z Downloaded bit-set v0.5.3
4802026-07-08T23:12:59.720Z Downloaded async-trait v0.1.89
4812026-07-08T23:12:59.723Z Downloaded cpufeatures v0.3.0
4822026-07-08T23:12:59.723Z Downloaded defmt v0.3.100
4832026-07-08T23:12:59.726Z Downloaded bit-set v0.8.0
4842026-07-08T23:12:59.726Z Downloaded darling_core v0.21.3
4852026-07-08T23:12:59.728Z Downloaded crunchy v0.2.4
4862026-07-08T23:12:59.728Z Downloaded convert_case v0.10.0
4872026-07-08T23:12:59.731Z Downloaded curve25519-dalek-derive v0.1.1
4882026-07-08T23:12:59.731Z Downloaded bitfield v0.19.4
4892026-07-08T23:12:59.731Z Downloaded darling v0.13.4
4902026-07-08T23:12:59.734Z Downloaded ctr v0.10.1
4912026-07-08T23:12:59.734Z Downloaded bcs v0.1.6
4922026-07-08T23:12:59.737Z Downloaded bcrypt-pbkdf v0.11.0
4932026-07-08T23:12:59.737Z Downloaded darling v0.21.3
4942026-07-08T23:12:59.740Z Downloaded bit-vec v0.8.0
4952026-07-08T23:12:59.743Z Downloaded crc8 v0.1.1
4962026-07-08T23:12:59.743Z Downloaded cpubits v0.1.1
4972026-07-08T23:12:59.743Z Downloaded assert_matches v1.5.0
4982026-07-08T23:12:59.746Z Downloaded aead v0.5.2
4992026-07-08T23:12:59.746Z Downloaded async-stream-impl v0.3.6
5002026-07-08T23:12:59.746Z Downloaded endian-type v0.1.2
5012026-07-08T23:12:59.746Z Downloaded bb8 v0.8.6
5022026-07-08T23:12:59.750Z Downloaded darling_core v0.13.4
5032026-07-08T23:12:59.753Z Downloaded bitfield-struct v0.6.2
5042026-07-08T23:12:59.756Z Downloaded darling v0.20.11
5052026-07-08T23:12:59.759Z Downloaded base16ct v1.0.0
5062026-07-08T23:12:59.759Z Downloaded corncobs v0.1.4
5072026-07-08T23:12:59.763Z Downloaded base64ct v1.8.3
5082026-07-08T23:12:59.763Z Downloaded async-recursion v1.1.1
5092026-07-08T23:12:59.766Z Downloaded darling_macro v0.23.0
5102026-07-08T23:12:59.766Z Downloaded ascii-canvas v3.0.0
5112026-07-08T23:12:59.766Z Downloaded darling v0.23.0
5122026-07-08T23:12:59.769Z Downloaded darling_macro v0.20.11
5132026-07-08T23:12:59.772Z Downloaded darling_macro v0.13.4
5142026-07-08T23:12:59.772Z Downloaded convert_case v0.4.0
5152026-07-08T23:12:59.772Z Downloaded atomicwrites v0.4.4
5162026-07-08T23:12:59.772Z Downloaded arrayref v0.3.9
5172026-07-08T23:12:59.775Z Downloaded ctutils v0.4.2
5182026-07-08T23:12:59.775Z Downloaded bitfield-macros v0.19.4
5192026-07-08T23:12:59.775Z Downloaded atomic-waker v1.1.2
5202026-07-08T23:12:59.778Z Downloaded daft-derive v0.1.7
5212026-07-08T23:12:59.781Z Downloaded crucible-workspace-hack v0.1.0
5222026-07-08T23:12:59.781Z Downloaded async-stream v0.3.6
5232026-07-08T23:12:59.781Z Downloaded ciborium-io v0.2.2
5242026-07-08T23:12:59.784Z Downloaded array-init v0.0.4
5252026-07-08T23:12:59.784Z Downloaded darling_macro v0.21.3
5262026-07-08T23:12:59.784Z Downloaded embedded-io v0.6.1
5272026-07-08T23:12:59.787Z Downloaded defmt-parser v1.0.0
5282026-07-08T23:12:59.787Z Downloaded crc-catalog v2.4.0
5292026-07-08T23:12:59.790Z Downloaded ciborium-ll v0.2.2
5302026-07-08T23:12:59.793Z Downloaded dyn-clone v1.0.20
5312026-07-08T23:12:59.793Z Downloaded compression-core v0.4.31
5322026-07-08T23:12:59.795Z Downloaded cstr-argument v0.1.2
5332026-07-08T23:12:59.795Z Downloaded darling_core v0.20.11
5342026-07-08T23:12:59.798Z Downloaded cobs v0.3.0
5352026-07-08T23:12:59.801Z Downloaded crypto-common v0.2.2
5362026-07-08T23:12:59.801Z Downloaded cfg_aliases v0.1.1
5372026-07-08T23:12:59.804Z Downloaded bitflags v1.3.2
5382026-07-08T23:12:59.807Z Downloaded display-error-chain v0.2.2
5392026-07-08T23:12:59.807Z Downloaded debug-ignore v1.0.5
5402026-07-08T23:12:59.810Z Downloaded anstyle-parse v0.2.7
5412026-07-08T23:12:59.810Z Downloaded cmake v0.1.57
5422026-07-08T23:12:59.813Z Downloaded cbc v0.2.1
5432026-07-08T23:12:59.813Z Downloaded bit-vec v0.6.3
5442026-07-08T23:12:59.816Z Downloaded dropshot-api-manager-types v0.7.2
5452026-07-08T23:12:59.816Z Downloaded dirs-next v2.0.0
5462026-07-08T23:12:59.816Z Downloaded difflib v0.4.0
5472026-07-08T23:12:59.819Z Downloaded castaway v0.2.4
5482026-07-08T23:12:59.822Z Downloaded dtrace-parser v0.3.0
5492026-07-08T23:12:59.825Z Downloaded env_filter v1.0.0
5502026-07-08T23:12:59.825Z Downloaded enum-as-inner v0.6.1
5512026-07-08T23:12:59.828Z Downloaded dsl_auto_type v0.2.0
5522026-07-08T23:12:59.828Z Downloaded dirs-sys-next v0.1.2
5532026-07-08T23:12:59.831Z Downloaded crc v3.4.0
5542026-07-08T23:12:59.834Z Downloaded fixedbitset v0.4.2
5552026-07-08T23:12:59.837Z Downloaded defmt v1.0.1
5562026-07-08T23:12:59.840Z Downloaded funty v2.0.0
5572026-07-08T23:12:59.840Z Downloaded derive_builder_macro v0.20.2
5582026-07-08T23:12:59.840Z Downloaded foreign-types-shared v0.1.1
5592026-07-08T23:12:59.844Z Downloaded float-ord v0.3.2
5602026-07-08T23:12:59.844Z Downloaded dof v0.4.0
5612026-07-08T23:12:59.847Z Downloaded document-features v0.2.12
5622026-07-08T23:12:59.847Z Downloaded compression-codecs v0.4.37
5632026-07-08T23:12:59.847Z Downloaded flagset v0.4.7
5642026-07-08T23:12:59.849Z Downloaded cexpr v0.6.0
5652026-07-08T23:12:59.849Z Downloaded dunce v1.0.5
5662026-07-08T23:12:59.849Z Downloaded block-buffer v0.12.1
5672026-07-08T23:12:59.852Z Downloaded defmt-macros v1.0.1
5682026-07-08T23:12:59.852Z Downloaded critical-section v1.2.0
5692026-07-08T23:12:59.855Z Downloaded cassowary v0.3.0
5702026-07-08T23:12:59.855Z Downloaded csv-core v0.1.13
5712026-07-08T23:12:59.855Z Downloaded diesel_table_macro_syntax v0.3.0
5722026-07-08T23:12:59.858Z Downloaded cmov v0.5.4
5732026-07-08T23:12:59.858Z Downloaded downcast-rs v2.0.2
5742026-07-08T23:12:59.861Z Downloaded crc32fast v1.5.0
5752026-07-08T23:12:59.861Z Downloaded float-cmp v0.10.0
5762026-07-08T23:12:59.861Z Downloaded const_format_proc_macros v0.2.34
5772026-07-08T23:12:59.864Z Downloaded buf-list v1.1.2
5782026-07-08T23:12:59.864Z Downloaded foreign-types v0.5.0
5792026-07-08T23:12:59.867Z Downloaded futures-io v0.3.32
5802026-07-08T23:12:59.867Z Downloaded foreign-types-shared v0.3.1
5812026-07-08T23:12:59.867Z Downloaded foreign-types-macros v0.2.3
5822026-07-08T23:12:59.867Z Downloaded foreign-types v0.3.2
5832026-07-08T23:12:59.870Z Downloaded arrayvec v0.7.6
5842026-07-08T23:12:59.870Z Downloaded fxhash v0.2.1
5852026-07-08T23:12:59.870Z Downloaded futures-macro v0.3.32
5862026-07-08T23:12:59.872Z Downloaded displaydoc v0.2.5
5872026-07-08T23:12:59.872Z Downloaded crc-any v2.5.0
5882026-07-08T23:12:59.875Z Downloaded chacha20 v0.9.1
5892026-07-08T23:12:59.875Z Downloaded cipher v0.4.4
5902026-07-08T23:12:59.878Z Downloaded backon v1.6.0
5912026-07-08T23:12:59.878Z Downloaded futures-core v0.3.32
5922026-07-08T23:12:59.881Z Downloaded derive-ex v0.1.8
5932026-07-08T23:12:59.881Z Downloaded futures-task v0.3.32
5942026-07-08T23:12:59.881Z Downloaded ena v0.14.4
5952026-07-08T23:12:59.884Z Downloaded futures-sink v0.3.32
5962026-07-08T23:12:59.884Z Downloaded gethostname v0.5.0
5972026-07-08T23:12:59.884Z Downloaded aead v0.6.1
5982026-07-08T23:12:59.887Z Downloaded ed25519 v3.0.0
5992026-07-08T23:12:59.887Z Downloaded async-bb8-diesel v0.2.1
6002026-07-08T23:12:59.890Z Downloaded hash32 v0.3.1
6012026-07-08T23:12:59.890Z Downloaded hash32 v0.2.1
6022026-07-08T23:12:59.893Z Downloaded either v1.15.0
6032026-07-08T23:12:59.893Z Downloaded constant_time_eq v0.4.2
6042026-07-08T23:12:59.893Z Downloaded git-stub v1.0.0
6052026-07-08T23:12:59.896Z Downloaded ghash v0.6.0
6062026-07-08T23:12:59.896Z Downloaded camino-tempfile-ext v0.3.3
6072026-07-08T23:12:59.896Z Downloaded cfg_aliases v0.2.1
6082026-07-08T23:12:59.899Z Downloaded erased-serde v0.3.31
6092026-07-08T23:12:59.899Z Downloaded ff v0.13.1
6102026-07-08T23:12:59.903Z Downloaded fd-lock v4.0.4
6112026-07-08T23:12:59.903Z Downloaded foldhash v0.2.0
6122026-07-08T23:12:59.906Z Downloaded ff v0.14.0
6132026-07-08T23:12:59.906Z Downloaded find-msvc-tools v0.1.9
6142026-07-08T23:12:59.906Z Downloaded fallible-iterator v0.2.0
6152026-07-08T23:12:59.906Z Downloaded foldhash v0.1.5
6162026-07-08T23:12:59.909Z Downloaded crossbeam-epoch v0.9.18
6172026-07-08T23:12:59.909Z Downloaded globwalk v0.9.1
6182026-07-08T23:12:59.909Z Downloaded delegate v0.13.5
6192026-07-08T23:12:59.912Z Downloaded crossbeam-utils v0.8.21
6202026-07-08T23:12:59.912Z Downloaded enum_dispatch v0.3.13
6212026-07-08T23:12:59.915Z Downloaded headers-core v0.3.0
6222026-07-08T23:12:59.915Z Downloaded fs_extra v1.3.0
6232026-07-08T23:12:59.918Z Downloaded cancel-safe-futures v0.1.5
6242026-07-08T23:12:59.918Z Downloaded ciborium v0.2.2
6252026-07-08T23:12:59.921Z Downloaded fixedbitset v0.5.7
6262026-07-08T23:12:59.921Z Downloaded form_urlencoded v1.2.2
6272026-07-08T23:12:59.924Z Downloaded filetime v0.2.27
6282026-07-08T23:12:59.924Z Downloaded crossbeam-deque v0.8.6
6292026-07-08T23:12:59.924Z Downloaded const-oid v0.9.6
6302026-07-08T23:12:59.926Z Downloaded clang-sys v1.8.1
6312026-07-08T23:12:59.926Z Downloaded backoff v0.4.0
6322026-07-08T23:12:59.929Z Downloaded hex-literal v1.1.0
6332026-07-08T23:12:59.929Z Downloaded console v0.15.11
6342026-07-08T23:12:59.932Z Downloaded home v0.5.12
6352026-07-08T23:12:59.932Z Downloaded fs-err v2.11.0
6362026-07-08T23:12:59.935Z Downloaded chacha20 v0.10.0
6372026-07-08T23:12:59.935Z Downloaded bzip2 v0.4.4
6382026-07-08T23:12:59.938Z Downloaded blake2 v0.11.0-rc.6
6392026-07-08T23:12:59.938Z Downloaded futures-executor v0.3.32
6402026-07-08T23:12:59.940Z Downloaded digest v0.11.3
6412026-07-08T23:12:59.941Z Downloaded blake2 v0.10.6
6422026-07-08T23:12:59.943Z Downloaded hex v0.4.3
6432026-07-08T23:12:59.944Z Downloaded diesel-dtrace v0.5.0
6442026-07-08T23:12:59.944Z Downloaded embedded-io v0.4.0
6452026-07-08T23:12:59.947Z Downloaded ecdsa v0.16.9
6462026-07-08T23:12:59.947Z Downloaded derive_builder v0.20.2
6472026-07-08T23:12:59.949Z Downloaded console v0.16.2
6482026-07-08T23:12:59.952Z Downloaded globset v0.4.18
6492026-07-08T23:12:59.952Z Downloaded ed25519 v2.2.3
6502026-07-08T23:12:59.955Z Downloaded derive_builder_core v0.20.2
6512026-07-08T23:12:59.955Z Downloaded deranged v0.5.8
6522026-07-08T23:12:59.958Z Downloaded hubpack_derive v0.1.1
6532026-07-08T23:12:59.958Z Downloaded hubpack v0.1.2
6542026-07-08T23:12:59.958Z Downloaded http-range v0.1.5
6552026-07-08T23:12:59.958Z Downloaded group v0.13.0
6562026-07-08T23:12:59.961Z Downloaded diff v0.1.13
6572026-07-08T23:12:59.961Z Downloaded hostname v0.4.2
6582026-07-08T23:12:59.964Z Downloaded httpdate v1.0.3
6592026-07-08T23:12:59.964Z Downloaded colored v2.2.0
6602026-07-08T23:12:59.966Z Downloaded cookie v0.18.1
6612026-07-08T23:12:59.966Z Downloaded group v0.14.0
6622026-07-08T23:12:59.969Z Downloaded http-body v1.0.1
6632026-07-08T23:12:59.970Z Downloaded hostname v0.3.1
6642026-07-08T23:12:59.970Z Downloaded glob v0.3.3
6652026-07-08T23:12:59.972Z Downloaded env_logger v0.11.9
6662026-07-08T23:12:59.972Z Downloaded ident_case v1.0.1
6672026-07-08T23:12:59.976Z Downloaded bzip2 v0.6.1
6682026-07-08T23:12:59.976Z Downloaded hyper-tls v0.6.0
6692026-07-08T23:12:59.976Z Downloaded der_derive v0.7.3
6702026-07-08T23:12:59.979Z Downloaded blowfish v0.10.0
6712026-07-08T23:12:59.979Z Downloaded crypto-bigint v0.5.5
6722026-07-08T23:12:59.981Z Downloaded des v0.9.0
6732026-07-08T23:12:59.984Z Downloaded cipher v0.5.2
6742026-07-08T23:12:59.987Z Downloaded const-oid v0.10.2
6752026-07-08T23:12:59.987Z Downloaded highway v1.3.0
6762026-07-08T23:12:59.990Z Downloaded colored v3.1.1
6772026-07-08T23:12:59.990Z Downloaded futures-channel v0.3.32
6782026-07-08T23:12:59.993Z Downloaded byte-wrapper v0.1.0
6792026-07-08T23:12:59.996Z Downloaded idna_adapter v1.2.1
6802026-07-08T23:13:00.000Z Downloaded illumos-nvpair v0.3.0
6812026-07-08T23:13:00.003Z Downloaded indent_write v2.2.0
6822026-07-08T23:13:00.003Z Downloaded indoc v1.0.9
6832026-07-08T23:13:00.003Z Downloaded illumos-nvpair-sys v0.2.0
6842026-07-08T23:13:00.006Z Downloaded is-terminal v0.4.17
6852026-07-08T23:13:00.006Z Downloaded internet-checksum v0.2.1
6862026-07-08T23:13:00.006Z Downloaded instant v0.1.13
6872026-07-08T23:13:00.008Z Downloaded crossterm v0.29.0
6882026-07-08T23:13:00.011Z Downloaded http-body-util v0.1.3
6892026-07-08T23:13:00.014Z Downloaded elliptic-curve v0.13.8
6902026-07-08T23:13:00.014Z Downloaded instability v0.3.11
6912026-07-08T23:13:00.017Z Downloaded lazy_static v1.5.0
6922026-07-08T23:13:00.017Z Downloaded ecdsa v0.17.0-rc.18
6932026-07-08T23:13:00.020Z Downloaded derive_more v0.99.20
6942026-07-08T23:13:00.023Z Downloaded dropshot-api-manager v0.7.2
6952026-07-08T23:13:00.026Z Downloaded drift v0.2.0
6962026-07-08T23:13:00.031Z Downloaded kstat-rs v0.2.4
6972026-07-08T23:13:00.033Z Downloaded kem v0.3.0
6982026-07-08T23:13:00.033Z Downloaded keccak v0.1.6
6992026-07-08T23:13:00.033Z Downloaded is_ci v1.2.0
7002026-07-08T23:13:00.036Z Downloaded half v1.8.3
7012026-07-08T23:13:00.036Z Downloaded inout v0.1.4
7022026-07-08T23:13:00.039Z Downloaded lru-slab v0.1.2
7032026-07-08T23:13:00.039Z Downloaded lru v0.12.5
7042026-07-08T23:13:00.039Z Downloaded lalrpop-util v0.19.12
7052026-07-08T23:13:00.039Z Downloaded git-stub-vcs v0.1.0
7062026-07-08T23:13:00.042Z Downloaded libscf-sys v1.1.0
7072026-07-08T23:13:00.042Z Downloaded getrandom v0.2.17
7082026-07-08T23:13:00.045Z Downloaded elliptic-curve v0.14.0-rc.33
7092026-07-08T23:13:00.045Z Downloaded allocator-api2 v0.2.21
7102026-07-08T23:13:00.049Z Downloaded maplit v1.0.2
7112026-07-08T23:13:00.049Z Downloaded managed v0.8.0
7122026-07-08T23:13:00.052Z Downloaded md-5 v0.10.6
7132026-07-08T23:13:00.052Z Downloaded maybe-uninit v2.0.0
7142026-07-08T23:13:00.052Z Downloaded match_cfg v0.1.0
7152026-07-08T23:13:00.052Z Downloaded lru-cache v0.1.2
7162026-07-08T23:13:00.052Z Downloaded bytes v1.11.1
7172026-07-08T23:13:00.055Z Downloaded lzss v0.8.2
7182026-07-08T23:13:00.058Z Downloaded darling_core v0.23.0
7192026-07-08T23:13:00.061Z Downloaded compact_str v0.8.1
7202026-07-08T23:13:00.064Z Downloaded hmac v0.12.1
7212026-07-08T23:13:00.064Z Downloaded chacha20poly1305 v0.10.1
7222026-07-08T23:13:00.064Z Downloaded base64 v0.22.1
7232026-07-08T23:13:00.067Z Downloaded arc-swap v1.8.2
7242026-07-08T23:13:00.070Z Downloaded memoffset v0.9.1
7252026-07-08T23:13:00.070Z Downloaded md5 v0.8.0
7262026-07-08T23:13:00.070Z Downloaded impl-trait-for-tuples v0.2.3
7272026-07-08T23:13:00.073Z Downloaded dropshot_endpoint v0.17.1
7282026-07-08T23:13:00.076Z Downloaded cookie_store v0.22.1
7292026-07-08T23:13:00.076Z Downloaded multimap v0.10.1
7302026-07-08T23:13:00.079Z Downloaded ingot-types v0.1.2
7312026-07-08T23:13:00.079Z Downloaded hyper-staticfile v0.10.1
7322026-07-08T23:13:00.079Z Downloaded newtype-uuid-macros v0.1.0
7332026-07-08T23:13:00.082Z Downloaded ingot v0.1.1
7342026-07-08T23:13:00.082Z Downloaded indoc v2.0.7
7352026-07-08T23:13:00.085Z Downloaded newline-converter v0.3.0
7362026-07-08T23:13:00.085Z Downloaded new_debug_unreachable v1.0.6
7372026-07-08T23:13:00.085Z Downloaded hyper-rustls v0.27.7
7382026-07-08T23:13:00.088Z Downloaded nonempty v0.12.0
7392026-07-08T23:13:00.088Z Downloaded flume v0.11.1
7402026-07-08T23:13:00.091Z Downloaded fatfs v0.3.6
7412026-07-08T23:13:00.091Z Downloaded nodrop v0.1.14
7422026-07-08T23:13:00.094Z Downloaded getrandom v0.3.4
7432026-07-08T23:13:00.094Z Downloaded ipnetwork v0.21.1
7442026-07-08T23:13:00.097Z Downloaded generic-array v1.4.3
7452026-07-08T23:13:00.097Z Downloaded httparse v1.10.1
7462026-07-08T23:13:00.100Z Downloaded inout v0.2.2
7472026-07-08T23:13:00.100Z Downloaded libsw v3.5.0
7482026-07-08T23:13:00.103Z Downloaded keccak v0.2.0
7492026-07-08T23:13:00.103Z Downloaded nibble_vec v0.1.0
7502026-07-08T23:13:00.106Z Downloaded normalize-line-endings v0.3.0
7512026-07-08T23:13:00.106Z Downloaded libsw-core v0.3.2
7522026-07-08T23:13:00.106Z Downloaded num v0.4.3
7532026-07-08T23:13:00.108Z Downloaded newtype_derive v0.1.6
7542026-07-08T23:13:00.108Z Downloaded const_format v0.2.35
7552026-07-08T23:13:00.111Z Downloaded derive-where v1.6.0
7562026-07-08T23:13:00.114Z Downloaded humantime v2.3.0
7572026-07-08T23:13:00.114Z Downloaded libloading v0.8.9
7582026-07-08T23:13:00.117Z Downloaded num-conv v0.2.0
7592026-07-08T23:13:00.117Z Downloaded num-derive v0.4.2
7602026-07-08T23:13:00.120Z Downloaded mime v0.3.17
7612026-07-08T23:13:00.120Z Downloaded iana-time-zone v0.1.65
7622026-07-08T23:13:00.122Z Downloaded linked-hash-map v0.5.6
7632026-07-08T23:13:00.123Z Downloaded num-iter v0.1.45
7642026-07-08T23:13:00.123Z Downloaded openssl-probe v0.2.1
7652026-07-08T23:13:00.125Z Downloaded hmac v0.13.0
7662026-07-08T23:13:00.125Z Downloaded num_threads v0.1.7
7672026-07-08T23:13:00.128Z Downloaded lock_api v0.4.14
7682026-07-08T23:13:00.128Z Downloaded linear-map v1.2.0
7692026-07-08T23:13:00.128Z Downloaded hybrid-array v0.4.13
7702026-07-08T23:13:00.131Z Downloaded ingot-macros v0.1.1
7712026-07-08T23:13:00.131Z Downloaded opaque-debug v0.3.1
7722026-07-08T23:13:00.134Z Downloaded mime_guess v2.0.5
7732026-07-08T23:13:00.134Z Downloaded base64 v0.21.7
7742026-07-08T23:13:00.138Z Downloaded half v2.7.1
7752026-07-08T23:13:00.141Z Downloaded oso-derive v0.27.3
7762026-07-08T23:13:00.141Z Downloaded newtype-uuid v1.3.2
7772026-07-08T23:13:00.141Z Downloaded ipnet v2.11.0
7782026-07-08T23:13:00.141Z Downloaded futures v0.3.32
7792026-07-08T23:13:00.145Z Downloaded cc v1.2.56
7802026-07-08T23:13:00.150Z Downloaded heapless v0.8.0
7812026-07-08T23:13:00.153Z Downloaded num_enum_derive v0.5.11
7822026-07-08T23:13:00.156Z Downloaded litemap v0.8.1
7832026-07-08T23:13:00.156Z Downloaded openssl-macros v0.1.1
7842026-07-08T23:13:00.156Z Downloaded litrs v1.0.0
7852026-07-08T23:13:00.159Z Downloaded packed_struct_codegen v0.10.1
7862026-07-08T23:13:00.159Z Downloaded openssl-probe v0.1.6
7872026-07-08T23:13:00.162Z Downloaded olpc-cjson v0.1.4
7882026-07-08T23:13:00.162Z Downloaded nu-ansi-term v0.50.3
7892026-07-08T23:13:00.165Z Downloaded module-lattice v0.2.3
7902026-07-08T23:13:00.165Z Downloaded libefi-sys v0.1.0
7912026-07-08T23:13:00.165Z Downloaded parse-display v0.10.0
7922026-07-08T23:13:00.167Z Downloaded crossbeam-channel v0.5.15
7932026-07-08T23:13:00.181Z Downloaded peg-runtime v0.8.5
7942026-07-08T23:13:00.184Z Downloaded crossterm v0.28.1
7952026-07-08T23:13:00.187Z Downloaded num_enum_derive v0.7.6
7962026-07-08T23:13:00.187Z Downloaded jobserver v0.1.34
7972026-07-08T23:13:00.190Z Downloaded memmap2 v0.9.10
7982026-07-08T23:13:00.190Z Downloaded num-derive v0.3.3
7992026-07-08T23:13:00.193Z Downloaded parse-size v1.1.0
8002026-07-08T23:13:00.193Z Downloaded path-slash v0.1.5
8012026-07-08T23:13:00.193Z Downloaded password-hash v0.6.1
8022026-07-08T23:13:00.196Z Downloaded multer v3.1.0
8032026-07-08T23:13:00.196Z Downloaded nanorand v0.7.0
8042026-07-08T23:13:00.199Z Downloaded native-tls v0.2.18
8052026-07-08T23:13:00.199Z Downloaded der v0.7.10
8062026-07-08T23:13:00.202Z Downloaded heapless v0.7.17
8072026-07-08T23:13:00.205Z Downloaded percent-encoding v2.3.2
8082026-07-08T23:13:00.205Z Downloaded phf_shared v0.13.1
8092026-07-08T23:13:00.208Z Downloaded num-integer v0.1.46
8102026-07-08T23:13:00.208Z Downloaded num-rational v0.4.2
8112026-07-08T23:13:00.208Z Downloaded phf_shared v0.12.1
8122026-07-08T23:13:00.211Z Downloaded phf_shared v0.11.3
8132026-07-08T23:13:00.211Z Downloaded icu_properties v2.1.2
8142026-07-08T23:13:00.213Z Downloaded icu_normalizer v2.1.1
8152026-07-08T23:13:00.216Z Downloaded derive_more v2.1.1
8162026-07-08T23:13:00.222Z Downloaded libbz2-rs-sys v0.2.2
8172026-07-08T23:13:00.225Z Downloaded flate2 v1.1.9
8182026-07-08T23:13:00.228Z Downloaded indexmap v1.9.3
8192026-07-08T23:13:00.231Z Downloaded hickory-resolver v0.24.4
8202026-07-08T23:13:00.233Z Downloaded parking_lot_core v0.8.6
8212026-07-08T23:13:00.234Z Downloaded ed25519-dalek v3.0.0-rc.0
8222026-07-08T23:13:00.236Z Downloaded num_enum v0.5.11
8232026-07-08T23:13:00.239Z Downloaded ignore v0.4.25
8242026-07-08T23:13:00.242Z Downloaded pem-rfc7468 v0.7.0
8252026-07-08T23:13:00.242Z Downloaded ed25519-dalek v2.2.0
8262026-07-08T23:13:00.245Z Downloaded predicates-core v1.0.10
8272026-07-08T23:13:00.245Z Downloaded oxnet v0.1.6
8282026-07-08T23:13:00.248Z Downloaded predicates-tree v1.0.13
8292026-07-08T23:13:00.248Z Downloaded oxide-tokio-rt v0.1.4
8302026-07-08T23:13:00.248Z Downloaded proc-macro-crate v3.4.0
8312026-07-08T23:13:00.250Z Downloaded pem v3.0.6
8322026-07-08T23:13:00.250Z Downloaded proc-macro-crate v1.3.1
8332026-07-08T23:13:00.253Z Downloaded precomputed-hash v0.1.1
8342026-07-08T23:13:00.253Z Downloaded powerfmt v0.2.0
8352026-07-08T23:13:00.253Z Downloaded potential_utf v0.1.4
8362026-07-08T23:13:00.253Z Downloaded owo-colors v4.3.0
8372026-07-08T23:13:00.256Z Downloaded derive_more-impl v2.1.1
8382026-07-08T23:13:00.259Z Downloaded peg v0.8.5
8392026-07-08T23:13:00.262Z Downloaded proc-macro-error-attr2 v2.0.0
8402026-07-08T23:13:00.262Z Downloaded parse-display-derive v0.10.0
8412026-07-08T23:13:00.262Z Downloaded num-complex v0.4.6
8422026-07-08T23:13:00.265Z Downloaded icu_provider v2.1.1
8432026-07-08T23:13:00.265Z Downloaded headers v0.4.1
8442026-07-08T23:13:00.270Z Downloaded phf v0.12.1
8452026-07-08T23:13:00.273Z Downloaded pem-rfc7468 v1.0.0
8462026-07-08T23:13:00.273Z Downloaded phc v0.6.1
8472026-07-08T23:13:00.273Z Downloaded pbkdf2 v0.13.0
8482026-07-08T23:13:00.274Z Downloaded phf v0.13.1
8492026-07-08T23:13:00.276Z Downloaded pin-project-lite v0.2.17
8502026-07-08T23:13:00.279Z Downloaded psl-types v2.0.11
8512026-07-08T23:13:00.279Z Downloaded progenitor-macro v0.13.0
8522026-07-08T23:13:00.279Z Downloaded progenitor-client v0.14.0
8532026-07-08T23:13:00.282Z Downloaded pin-project-internal v1.1.11
8542026-07-08T23:13:00.282Z Downloaded quick-error v1.2.3
8552026-07-08T23:13:00.282Z Downloaded peg-macros v0.8.5
8562026-07-08T23:13:00.285Z Downloaded paste v1.0.15
8572026-07-08T23:13:00.285Z Downloaded password-hash v0.5.0
8582026-07-08T23:13:00.288Z Downloaded packed_struct v0.10.1
8592026-07-08T23:13:00.288Z Downloaded radium v0.7.0
8602026-07-08T23:13:00.288Z Downloaded async-compression v0.4.41
8612026-07-08T23:13:00.292Z Downloaded poly1305 v0.8.0
8622026-07-08T23:13:00.295Z Downloaded hickory-resolver v0.25.2
8632026-07-08T23:13:00.298Z Downloaded expectorate v1.2.0
8642026-07-08T23:13:00.298Z Downloaded pkcs8 v0.10.2
8652026-07-08T23:13:00.301Z Downloaded progenitor-macro v0.14.0
8662026-07-08T23:13:00.301Z Downloaded icu_normalizer_data v2.1.1
8672026-07-08T23:13:00.304Z Downloaded pkg-config v0.3.32
8682026-07-08T23:13:00.304Z Downloaded rand_chacha v0.3.1
8692026-07-08T23:13:00.306Z Downloaded parking_lot_core v0.9.12
8702026-07-08T23:13:00.306Z Downloaded indicatif v0.18.4
8712026-07-08T23:13:00.309Z Downloaded num-traits v0.2.19
8722026-07-08T23:13:00.312Z Downloaded aes v0.9.1
8732026-07-08T23:13:00.315Z Downloaded ppv-lite86 v0.2.21
8742026-07-08T23:13:00.315Z Downloaded ml-kem v0.3.2
8752026-07-08T23:13:00.315Z Downloaded icu_locale_core v2.1.1
8762026-07-08T23:13:00.319Z Downloaded parking_lot v0.11.2
8772026-07-08T23:13:00.322Z Downloaded rand_xorshift v0.4.0
8782026-07-08T23:13:00.322Z Downloaded parking_lot v0.12.5
8792026-07-08T23:13:00.325Z Downloaded predicates v3.1.4
8802026-07-08T23:13:00.329Z Downloaded proc-macro-error2 v2.0.1
8812026-07-08T23:13:00.331Z Downloaded progenitor v0.13.0
8822026-07-08T23:13:00.331Z Downloaded ref-cast v1.0.25
8832026-07-08T23:13:00.334Z Downloaded der v0.8.0
8842026-07-08T23:13:00.337Z Downloaded progenitor-client v0.13.0
8852026-07-08T23:13:00.337Z Downloaded primeorder v0.14.0-rc.10
8862026-07-08T23:13:00.341Z Downloaded primeorder v0.13.6
8872026-07-08T23:13:00.341Z Downloaded ref-cast-impl v1.0.25
8882026-07-08T23:13:00.341Z Downloaded pkcs1 v0.7.5
8892026-07-08T23:13:00.344Z Downloaded progenitor-extras v0.2.0
8902026-07-08T23:13:00.344Z Downloaded recursive-proc-macro-impl v0.1.1
8912026-07-08T23:13:00.345Z Downloaded recursive v0.1.1
8922026-07-08T23:13:00.345Z Downloaded primefield v0.14.0
8932026-07-08T23:13:00.348Z Downloaded progenitor v0.14.0
8942026-07-08T23:13:00.348Z Downloaded oso v0.27.3
8952026-07-08T23:13:00.351Z Downloaded omicron-zone-package v0.12.3
8962026-07-08T23:13:00.351Z Downloaded psm v0.1.30
8972026-07-08T23:13:00.354Z Downloaded postgres-protocol v0.6.10
8982026-07-08T23:13:00.357Z Downloaded papergrid v0.17.0
8992026-07-08T23:13:00.360Z Downloaded pkcs1 v0.8.0-rc.4
9002026-07-08T23:13:00.360Z Downloaded num_enum v0.7.6
9012026-07-08T23:13:00.363Z Downloaded miniz_oxide v0.8.9
9022026-07-08T23:13:00.367Z Downloaded russh-util v0.52.0
9032026-07-08T23:13:00.367Z Downloaded rfc6979 v0.5.0
9042026-07-08T23:13:00.368Z Downloaded rfc6979 v0.4.0
9052026-07-08T23:13:00.370Z Downloaded icu_collections v2.1.1
9062026-07-08T23:13:00.370Z Downloaded rtoolbox v0.0.3
9072026-07-08T23:13:00.373Z Downloaded rustc-hash v2.1.1
9082026-07-08T23:13:00.373Z Downloaded r2d2 v0.8.10
9092026-07-08T23:13:00.373Z Downloaded rustc_version v0.4.1
9102026-07-08T23:13:00.376Z Downloaded russh-cryptovec v0.61.0
9112026-07-08T23:13:00.376Z Downloaded bumpalo v3.20.2
9122026-07-08T23:13:00.379Z Downloaded hashbrown v0.13.2
9132026-07-08T23:13:00.379Z Downloaded postgres-types v0.2.12
9142026-07-08T23:13:00.382Z Downloaded rand_core v0.9.5
9152026-07-08T23:13:00.382Z Downloaded pkcs8 v0.11.0
9162026-07-08T23:13:00.385Z Downloaded rand_chacha v0.9.0
9172026-07-08T23:13:00.387Z Downloaded polyval v0.7.1
9182026-07-08T23:13:00.387Z Downloaded poly1305 v0.9.0
9192026-07-08T23:13:00.390Z Downloaded rand_seeder v0.4.0
9202026-07-08T23:13:00.390Z Downloaded aho-corasick v1.1.4
9212026-07-08T23:13:00.393Z Downloaded sapling-renderdag v0.1.0
9222026-07-08T23:13:00.396Z Downloaded jiff-static v0.2.21
9232026-07-08T23:13:00.396Z Downloaded minimal-lexical v0.2.1
9242026-07-08T23:13:00.401Z Downloaded rand_core v0.10.0
9252026-07-08T23:13:00.405Z Downloaded http v1.4.2
9262026-07-08T23:13:00.405Z Downloaded scheduled-thread-pool v0.2.7
9272026-07-08T23:13:00.405Z Downloaded rand_core v0.6.4
9282026-07-08T23:13:00.408Z Downloaded hashbrown v0.12.3
9292026-07-08T23:13:00.411Z Downloaded scroll_derive v0.13.1
9302026-07-08T23:13:00.421Z Downloaded same-file v1.0.6
9312026-07-08T23:13:00.424Z Downloaded scopeguard v1.2.0
9322026-07-08T23:13:00.428Z Downloaded semver v0.1.20
9332026-07-08T23:13:00.431Z Downloaded secrecy v0.10.3
9342026-07-08T23:13:00.431Z Downloaded secrecy v0.8.0
9352026-07-08T23:13:00.431Z Downloaded resolv-conf v0.7.6
9362026-07-08T23:13:00.434Z Downloaded serde_bytes v0.11.19
9372026-07-08T23:13:00.434Z Downloaded hyper-util v0.1.20
9382026-07-08T23:13:00.437Z Downloaded hickory-server v0.25.2
9392026-07-08T23:13:00.440Z Downloaded pkcs5 v0.8.1
9402026-07-08T23:13:00.443Z Downloaded pin-project v1.1.11
9412026-07-08T23:13:00.449Z Downloaded serde_plain v1.0.2
9422026-07-08T23:13:00.452Z Downloaded serde_spanned v1.1.1
9432026-07-08T23:13:00.452Z Downloaded seq-macro v0.3.6
9442026-07-08T23:13:00.455Z Downloaded rustc_version v0.1.7
9452026-07-08T23:13:00.455Z Downloaded serde-big-array v0.5.1
9462026-07-08T23:13:00.458Z Downloaded postcard v1.1.3
9472026-07-08T23:13:00.460Z Downloaded p384 v0.14.0-rc.10
9482026-07-08T23:13:00.460Z Downloaded internal-russh-num-bigint v0.5.0
9492026-07-08T23:13:00.463Z Downloaded rustls-native-certs v0.8.3
9502026-07-08T23:13:00.466Z Downloaded serde_repr v0.1.20
9512026-07-08T23:13:00.466Z Downloaded sha1 v0.10.6
9522026-07-08T23:13:00.469Z Downloaded serde_urlencoded v0.7.1
9532026-07-08T23:13:00.469Z Downloaded diesel_derives v2.3.7
9542026-07-08T23:13:00.472Z Downloaded signal-hook-tokio v0.3.1
9552026-07-08T23:13:00.476Z Downloaded bitvec v1.0.1
9562026-07-08T23:13:00.482Z Downloaded signature v3.0.0
9572026-07-08T23:13:00.484Z Downloaded signature v2.2.0
9582026-07-08T23:13:00.484Z Downloaded sha1 v0.11.0
9592026-07-08T23:13:00.487Z Downloaded rustversion v1.0.22
9602026-07-08T23:13:00.487Z Downloaded shell-words v1.1.1
9612026-07-08T23:13:00.490Z Downloaded siphasher v1.0.2
9622026-07-08T23:13:00.493Z Downloaded sigpipe v0.1.3
9632026-07-08T23:13:00.493Z Downloaded progenitor-impl v0.14.0
9642026-07-08T23:13:00.496Z Downloaded scroll v0.13.0
9652026-07-08T23:13:00.498Z Downloaded rusty-fork v0.3.1
9662026-07-08T23:13:00.502Z Downloaded sec1 v0.8.1
9672026-07-08T23:13:00.502Z Downloaded progenitor-impl v0.13.0
9682026-07-08T23:13:00.505Z Downloaded slog-bunyan v2.5.0
9692026-07-08T23:13:00.508Z Downloaded quinn-udp v0.5.14
9702026-07-08T23:13:00.508Z Downloaded itertools v0.10.5
9712026-07-08T23:13:00.511Z Downloaded sec1 v0.7.3
9722026-07-08T23:13:00.514Z Downloaded scrypt v0.12.0
9732026-07-08T23:13:00.514Z Downloaded hashbrown v0.16.1
9742026-07-08T23:13:00.524Z Downloaded serde_path_to_error v0.1.20
9752026-07-08T23:13:00.527Z Downloaded slog-envlogger v2.2.0
9762026-07-08T23:13:00.527Z Downloaded serde-hex v0.1.0
9772026-07-08T23:13:00.531Z Downloaded rustls-pemfile v2.2.0
9782026-07-08T23:13:00.537Z Downloaded serde_derive_internals v0.29.1
9792026-07-08T23:13:00.540Z Downloaded pretty_assertions v1.4.1
9802026-07-08T23:13:00.540Z Downloaded prefix-trie v0.7.0
9812026-07-08T23:13:00.543Z Downloaded p256 v0.14.0-rc.10
9822026-07-08T23:13:00.547Z Downloaded signal-hook-mio v0.2.5
9832026-07-08T23:13:00.561Z Downloaded shlex v1.3.0
9842026-07-08T23:13:00.561Z Downloaded sqlparser_derive v0.5.0
9852026-07-08T23:13:00.561Z Downloaded serdect v0.4.3
9862026-07-08T23:13:00.561Z Downloaded serde_with_macros v1.5.2
9872026-07-08T23:13:00.561Z Downloaded rustls-pki-types v1.14.0
9882026-07-08T23:13:00.561Z Downloaded aws-lc-rs v1.16.3
9892026-07-08T23:13:00.561Z Downloaded rcgen v0.12.1
9902026-07-08T23:13:00.566Z Downloaded prettyplease v0.2.37
9912026-07-08T23:13:00.566Z Downloaded stable_deref_trait v1.2.1
9922026-07-08T23:13:00.569Z Downloaded salsa20 v0.11.0
9932026-07-08T23:13:00.569Z Downloaded mio v1.2.0
9942026-07-08T23:13:00.572Z Downloaded openssl-sys v0.9.115
9952026-07-08T23:13:00.575Z Downloaded iri-string v0.7.10
9962026-07-08T23:13:00.581Z Downloaded strum v0.26.3
9972026-07-08T23:13:00.584Z Downloaded slab v0.4.12
9982026-07-08T23:13:00.584Z Downloaded slog-dtrace v0.3.0
9992026-07-08T23:13:00.584Z Downloaded structmeta v0.3.0
10002026-07-08T23:13:00.587Z Downloaded subtle v2.6.1
10012026-07-08T23:13:00.587Z Downloaded structmeta-derive v0.3.0
10022026-07-08T23:13:00.587Z Downloaded strsim v0.10.0
10032026-07-08T23:13:00.592Z Downloaded hashbrown v0.15.5
10042026-07-08T23:13:00.594Z Downloaded sync-ptr v0.1.4
10052026-07-08T23:13:00.594Z Downloaded strip-ansi-escapes v0.2.1
10062026-07-08T23:13:00.594Z Downloaded slog-async v2.8.0
10072026-07-08T23:13:00.594Z Downloaded slog-term v2.9.2
10082026-07-08T23:13:00.597Z Downloaded simd-adler32 v0.3.8
10092026-07-08T23:13:00.597Z Downloaded schemars_derive v0.8.22
10102026-07-08T23:13:00.600Z Downloaded smf v0.2.3
10112026-07-08T23:13:00.600Z Downloaded slog-stdlog v4.1.1
10122026-07-08T23:13:00.603Z Downloaded sync_wrapper v1.0.2
10132026-07-08T23:13:00.603Z Downloaded slog-scope v4.4.1
10142026-07-08T23:13:00.603Z Downloaded slog-json v2.6.1
10152026-07-08T23:13:00.606Z Downloaded serde_cbor v0.11.2
10162026-07-08T23:13:00.609Z Downloaded smallvec v0.6.14
10172026-07-08T23:13:00.613Z Downloaded tagptr v0.2.0
10182026-07-08T23:13:00.613Z Downloaded supports-color v3.0.2
10192026-07-08T23:13:00.616Z Downloaded spki v0.7.3
10202026-07-08T23:13:00.616Z Downloaded snafu-derive v0.8.9
10212026-07-08T23:13:00.616Z Downloaded ssh-cipher v0.3.0-rc.9
10222026-07-08T23:13:00.619Z Downloaded tabwriter v1.4.1
10232026-07-08T23:13:00.619Z Downloaded spki v0.8.0
10242026-07-08T23:13:00.622Z Downloaded serde_with_macros v3.17.0
10252026-07-08T23:13:00.627Z Downloaded tap v1.0.1
10262026-07-08T23:13:00.630Z Downloaded termtree v0.5.1
10272026-07-08T23:13:00.630Z Downloaded take_mut v0.2.2
10282026-07-08T23:13:00.630Z Downloaded stacker v0.1.23
10292026-07-08T23:13:00.633Z Downloaded thiserror-impl-no-std v2.0.2
10302026-07-08T23:13:00.633Z Downloaded testing_table v0.3.0
10312026-07-08T23:13:00.635Z Downloaded ssh-encoding v0.3.0-rc.9
10322026-07-08T23:13:00.635Z Downloaded sha2 v0.11.0
10332026-07-08T23:13:00.638Z Downloaded time-core v0.1.8
10342026-07-08T23:13:00.638Z Downloaded static_assertions v1.1.0
10352026-07-08T23:13:00.643Z Downloaded ryu v1.0.23
10362026-07-08T23:13:00.645Z Downloaded rayon-core v1.13.0
10372026-07-08T23:13:00.648Z Downloaded thread-id v5.1.0
10382026-07-08T23:13:00.648Z Downloaded schemars v0.8.22
10392026-07-08T23:13:00.655Z Downloaded quinn v0.11.9
10402026-07-08T23:13:00.658Z Downloaded num-bigint v0.4.6
10412026-07-08T23:13:00.661Z Downloaded publicsuffix v2.3.0
10422026-07-08T23:13:00.664Z Downloaded strum v0.27.2
10432026-07-08T23:13:00.664Z Downloaded p521 v0.14.0-rc.10
10442026-07-08T23:13:00.667Z Downloaded tokio-macros v2.7.0
10452026-07-08T23:13:00.670Z Downloaded tinyvec_macros v0.1.1
10462026-07-08T23:13:00.670Z Downloaded support-bundle-viewer v0.1.2
10472026-07-08T23:13:00.670Z Downloaded strum_macros v0.26.4
10482026-07-08T23:13:00.670Z Downloaded libxml v0.3.3
10492026-07-08T23:13:00.674Z Downloaded rand v0.8.6
10502026-07-08T23:13:00.676Z Downloaded num-bigint-dig v0.8.6
10512026-07-08T23:13:00.679Z Downloaded synstructure v0.13.2
10522026-07-08T23:13:00.682Z Downloaded qorb v0.4.1
10532026-07-08T23:13:00.685Z Downloaded ron v0.8.1
10542026-07-08T23:13:00.688Z Downloaded string_cache v0.8.9
10552026-07-08T23:13:00.688Z Downloaded spin v0.9.8
10562026-07-08T23:13:00.692Z Downloaded tabled_derive v0.11.0
10572026-07-08T23:13:00.692Z Downloaded tokio-test v0.4.5
10582026-07-08T23:13:00.692Z Downloaded signal-hook-registry v1.4.8
10592026-07-08T23:13:00.695Z Downloaded thread_local v1.1.9
10602026-07-08T23:13:00.698Z Downloaded thiserror-no-std v2.0.2
10612026-07-08T23:13:00.701Z Downloaded futures-util v0.3.32
10622026-07-08T23:13:00.707Z Downloaded tiny-keccak v2.0.2
10632026-07-08T23:13:00.710Z Downloaded sqlformat v0.3.5
10642026-07-08T23:13:00.710Z Downloaded termios v0.3.3
10652026-07-08T23:13:00.713Z Downloaded rustls-platform-verifier v0.6.2
10662026-07-08T23:13:00.716Z Downloaded similar v2.7.0
10672026-07-08T23:13:00.719Z Downloaded try-lock v0.2.5
10682026-07-08T23:13:00.719Z Downloaded topological-sort v0.2.2
10692026-07-08T23:13:00.719Z Downloaded itertools v0.12.1
10702026-07-08T23:13:00.723Z Downloaded strum_macros v0.24.3
10712026-07-08T23:13:00.725Z Downloaded stringprep v0.1.5
10722026-07-08T23:13:00.725Z Downloaded signal-hook v0.3.18
10732026-07-08T23:13:00.728Z Downloaded schemars v0.9.0
10742026-07-08T23:13:00.734Z Downloaded trait-variant v0.1.2
10752026-07-08T23:13:00.737Z Downloaded tower-service v0.3.3
10762026-07-08T23:13:00.737Z Downloaded tower-layer v0.3.3
10772026-07-08T23:13:00.737Z Downloaded rsa v0.9.10
10782026-07-08T23:13:00.740Z Downloaded tokio-dtrace v0.1.1
10792026-07-08T23:13:00.743Z Downloaded strum_macros v0.27.2
10802026-07-08T23:13:00.743Z Downloaded unarray v0.1.4
10812026-07-08T23:13:00.746Z Downloaded slog v2.8.2
10822026-07-08T23:13:00.746Z Downloaded hyper v1.10.1
10832026-07-08T23:13:00.750Z Downloaded tls_codec_derive v0.4.2
10842026-07-08T23:13:00.752Z Downloaded tokio-tungstenite v0.23.1
10852026-07-08T23:13:00.755Z Downloaded icu_properties_data v2.1.2
10862026-07-08T23:13:00.760Z Downloaded universal-hash v0.6.1
10872026-07-08T23:13:00.763Z Downloaded universal-hash v0.5.1
10882026-07-08T23:13:00.763Z Downloaded unicode-xid v0.2.6
10892026-07-08T23:13:00.763Z Downloaded untrusted v0.9.0
10902026-07-08T23:13:00.767Z Downloaded untrusted v0.7.1
10912026-07-08T23:13:00.767Z Downloaded term v0.7.0
10922026-07-08T23:13:00.767Z Downloaded tokio-tungstenite v0.21.0
10932026-07-08T23:13:00.770Z Downloaded usdt v0.6.0
10942026-07-08T23:13:00.771Z Downloaded serde_yaml v0.9.34+deprecated
10952026-07-08T23:13:00.773Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10962026-07-08T23:13:00.773Z Downloaded rustls-webpki v0.103.13
10972026-07-08T23:13:00.776Z Downloaded rand v0.9.2
10982026-07-08T23:13:00.779Z Downloaded unit-prefix v0.5.2
10992026-07-08T23:13:00.779Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11002026-07-08T23:13:00.779Z Downloaded usdt-attr-macro v0.6.0
11012026-07-08T23:13:00.782Z Downloaded utf8_iter v1.0.4
11022026-07-08T23:13:00.782Z Downloaded usdt-macro v0.6.0
11032026-07-08T23:13:00.782Z Downloaded term v1.2.1
11042026-07-08T23:13:00.785Z Downloaded time-macros v0.2.27
11052026-07-08T23:13:00.785Z Downloaded schemars v1.2.1
11062026-07-08T23:13:00.792Z Downloaded utf-8 v0.7.6
11072026-07-08T23:13:00.795Z Downloaded toml_writer v1.1.1+spec-1.1.0
11082026-07-08T23:13:00.795Z Downloaded wait-timeout v0.2.1
11092026-07-08T23:13:00.798Z Downloaded samael v0.0.19
11102026-07-08T23:13:00.801Z Downloaded waitgroup v0.1.2
11112026-07-08T23:13:00.801Z Downloaded void v1.0.2
11122026-07-08T23:13:00.801Z Downloaded crypto-primes v0.7.2
11132026-07-08T23:13:00.804Z Downloaded libm v0.2.16
11142026-07-08T23:13:00.809Z Downloaded unicase v2.9.0
11152026-07-08T23:13:00.812Z Downloaded typify-macro v0.6.2
11162026-07-08T23:13:00.812Z Downloaded tui-tree-widget v0.23.1
11172026-07-08T23:13:00.812Z Downloaded itertools v0.13.0
11182026-07-08T23:13:00.816Z Downloaded xattr v1.6.1
11192026-07-08T23:13:00.819Z Downloaded subprocess v0.2.15
11202026-07-08T23:13:00.822Z Downloaded want v0.3.1
11212026-07-08T23:13:00.822Z Downloaded h2 v0.4.15
11222026-07-08T23:13:00.825Z Downloaded tokio-stream v0.1.18
11232026-07-08T23:13:00.828Z Downloaded xshell-macros v0.2.7
11242026-07-08T23:13:00.828Z Downloaded tokio-rustls v0.26.4
11252026-07-08T23:13:00.831Z Downloaded rand v0.10.1
11262026-07-08T23:13:00.834Z Downloaded tokio-native-tls v0.3.1
11272026-07-08T23:13:00.834Z Downloaded snafu v0.8.9
11282026-07-08T23:13:00.837Z Downloaded iddqd v0.4.2
11292026-07-08T23:13:00.841Z Downloaded zerofrom v0.1.6
11302026-07-08T23:13:00.843Z Downloaded uzers v0.12.2
11312026-07-08T23:13:00.843Z Downloaded zerofrom-derive v0.1.6
11322026-07-08T23:13:00.843Z Downloaded blake3 v1.8.5
11332026-07-08T23:13:00.848Z Downloaded nom v8.0.0
11342026-07-08T23:13:00.852Z Downloaded vergen-git2 v9.1.0
11352026-07-08T23:13:00.854Z Downloaded yoke-derive v0.8.1
11362026-07-08T23:13:00.854Z Downloaded usdt-impl v0.6.0
11372026-07-08T23:13:00.854Z Downloaded tracing-attributes v0.1.31
11382026-07-08T23:13:00.857Z Downloaded vergen-gitcl v1.0.8
11392026-07-08T23:13:00.857Z Downloaded zeroize_derive v1.4.3
11402026-07-08T23:13:00.860Z Downloaded test-strategy v0.4.5
11412026-07-08T23:13:00.860Z Downloaded tinystr v0.8.2
11422026-07-08T23:13:00.863Z Downloaded nom v7.1.3
11432026-07-08T23:13:00.866Z Downloaded toml_parser v1.1.2+spec-1.1.0
11442026-07-08T23:13:00.866Z Downloaded itertools v0.14.0
11452026-07-08T23:13:00.870Z Downloaded writeable v0.6.2
11462026-07-08T23:13:00.873Z Downloaded unicode-truncate v1.1.0
11472026-07-08T23:13:00.873Z Downloaded socket2 v0.6.3
11482026-07-08T23:13:00.875Z Downloaded socket2 v0.5.10
11492026-07-08T23:13:00.875Z Downloaded zone v0.3.1
11502026-07-08T23:13:00.878Z Downloaded hkdf v0.13.0
11512026-07-08T23:13:00.878Z Downloaded hkdf v0.12.4
11522026-07-08T23:13:00.881Z Downloaded tls_codec v0.4.2
11532026-07-08T23:13:00.881Z Downloaded smallvec v1.15.1
11542026-07-08T23:13:00.884Z Downloaded idna v1.1.0
11552026-07-08T23:13:00.887Z Downloaded toml v1.1.2+spec-1.1.0
11562026-07-08T23:13:00.890Z Downloaded vsss-rs v3.3.4
11572026-07-08T23:13:00.893Z Downloaded vergen-lib v9.1.0
11582026-07-08T23:13:00.893Z Downloaded whoami v2.1.0
11592026-07-08T23:13:00.896Z Downloaded tinyvec v1.10.0
11602026-07-08T23:13:00.896Z Downloaded whoami v1.6.1
11612026-07-08T23:13:00.900Z Downloaded chrono v0.4.44
11622026-07-08T23:13:00.903Z Downloaded bindgen v0.71.1
11632026-07-08T23:13:00.906Z Downloaded vergen-lib v0.1.6
11642026-07-08T23:13:00.906Z Downloaded twox-hash v2.1.2
11652026-07-08T23:13:00.910Z Downloaded walkdir v2.5.0
11662026-07-08T23:13:00.910Z Downloaded unicode-properties v0.1.4
11672026-07-08T23:13:00.913Z Downloaded zone_cfg_derive v0.3.1
11682026-07-08T23:13:00.913Z Downloaded wyz v0.5.1
11692026-07-08T23:13:00.913Z Downloaded toml v0.7.8
11702026-07-08T23:13:00.913Z Downloaded zerovec-derive v0.11.2
11712026-07-08T23:13:00.916Z Downloaded vergen v9.1.0
11722026-07-08T23:13:00.916Z Downloaded rustyline v14.0.0
11732026-07-08T23:13:00.919Z Downloaded tar v0.4.45
11742026-07-08T23:13:00.922Z Downloaded unicode-bidi v0.3.18
11752026-07-08T23:13:00.925Z Downloaded xshell v0.2.7
11762026-07-08T23:13:00.925Z Downloaded yoke v0.8.1
11772026-07-08T23:13:00.928Z Downloaded zstd-safe v7.2.4
11782026-07-08T23:13:00.931Z Downloaded git2 v0.20.4
11792026-07-08T23:13:00.933Z Downloaded zstd v0.13.3
11802026-07-08T23:13:00.942Z Downloaded tracing-core v0.1.36
11812026-07-08T23:13:00.945Z Downloaded zeroize v1.8.2
11822026-07-08T23:13:00.948Z Downloaded rsa v0.10.0-rc.18
11832026-07-08T23:13:00.951Z Downloaded yasna v0.5.2
11842026-07-08T23:13:00.951Z Downloaded serde_with v1.14.0
11852026-07-08T23:13:00.961Z Downloaded steno v0.4.1
11862026-07-08T23:13:00.969Z Downloaded rpassword v7.4.0
11872026-07-08T23:13:00.973Z Downloaded toml_edit v0.23.10+spec-1.0.0
11882026-07-08T23:13:00.984Z Downloaded zerocopy v0.6.6
11892026-07-08T23:13:01.001Z Downloaded p384 v0.13.1
11902026-07-08T23:13:01.005Z Downloaded uuid v1.23.4
11912026-07-08T23:13:01.008Z Downloaded tungstenite v0.23.0
11922026-07-08T23:13:01.010Z Downloaded typify v0.6.2
11932026-07-08T23:13:01.014Z Downloaded tungstenite v0.21.0
11942026-07-08T23:13:01.016Z Downloaded vte v0.14.1
11952026-07-08T23:13:01.026Z Downloaded unsafe-libyaml v0.2.11
11962026-07-08T23:13:01.030Z Downloaded reqwest v0.12.28
11972026-07-08T23:13:01.033Z Downloaded reqwest v0.13.2
11982026-07-08T23:13:01.037Z Downloaded yansi v1.0.1
11992026-07-08T23:13:01.044Z Downloaded regex v1.12.3
12002026-07-08T23:13:01.047Z Downloaded toml_edit v0.19.15
12012026-07-08T23:13:01.058Z Downloaded lalrpop v0.19.12
12022026-07-08T23:13:01.065Z Downloaded zopfli v0.8.3
12032026-07-08T23:13:01.068Z Downloaded zip v0.6.6
12042026-07-08T23:13:01.071Z Downloaded curve25519-dalek v4.1.3
12052026-07-08T23:13:01.074Z Downloaded unicode_categories v0.1.1
12062026-07-08T23:13:01.077Z Downloaded tokio-postgres v0.7.16
12072026-07-08T23:13:01.080Z Downloaded zerotrie v0.2.3
12082026-07-08T23:13:01.083Z Downloaded ssh-key v0.7.0-rc.10
12092026-07-08T23:13:01.085Z Downloaded portable-atomic v1.13.1
12102026-07-08T23:13:01.089Z Downloaded reedline v0.40.0
12112026-07-08T23:13:01.110Z Downloaded crypto-bigint v0.7.5
12122026-07-08T23:13:01.119Z Downloaded url v2.5.8
12132026-07-08T23:13:01.122Z Downloaded unicode-segmentation v1.12.0
12142026-07-08T23:13:01.125Z Downloaded goblin v0.10.5
12152026-07-08T23:13:01.128Z Downloaded salty v0.3.0
12162026-07-08T23:13:01.131Z Downloaded rayon v1.11.0
12172026-07-08T23:13:01.136Z Downloaded tower v0.5.3
12182026-07-08T23:13:01.141Z Downloaded typed-path v0.9.3
12192026-07-08T23:13:01.145Z Downloaded moka v0.12.13
12202026-07-08T23:13:01.149Z Downloaded x509-cert v0.2.5
12212026-07-08T23:13:01.153Z Downloaded tower-http v0.6.8
12222026-07-08T23:13:01.157Z Downloaded quick-xml v0.37.5
12232026-07-08T23:13:01.163Z Downloaded zip v4.6.1
12242026-07-08T23:13:01.165Z Downloaded petname v2.0.2
12252026-07-08T23:13:01.169Z Downloaded serde_with v3.17.0
12262026-07-08T23:13:01.177Z Downloaded zerovec v0.11.5
12272026-07-08T23:13:01.181Z Downloaded tokio-util v0.7.18
12282026-07-08T23:13:01.185Z Downloaded quinn-proto v0.11.13
12292026-07-08T23:13:01.189Z Downloaded zerocopy-derive v0.8.40
12302026-07-08T23:13:01.194Z Downloaded tough v0.22.0
12312026-07-08T23:13:01.199Z Downloaded unicode-normalization v0.1.25
12322026-07-08T23:13:01.202Z Downloaded russh v0.61.2
12332026-07-08T23:13:01.206Z Downloaded curve25519-dalek v5.0.0-rc.0
12342026-07-08T23:13:01.212Z Downloaded winnow v0.5.40
12352026-07-08T23:13:01.217Z Downloaded object v0.30.4
12362026-07-08T23:13:01.223Z Downloaded proptest v1.10.0
12372026-07-08T23:13:01.228Z Downloaded nix v0.27.1
12382026-07-08T23:13:01.247Z Downloaded openssl v0.10.79
12392026-07-08T23:13:01.252Z Downloaded nix v0.28.0
12402026-07-08T23:13:01.259Z Downloaded radix_trie v0.2.1
12412026-07-08T23:13:01.263Z Downloaded winnow v0.6.26
12422026-07-08T23:13:01.267Z Downloaded dropshot v0.17.1
12432026-07-08T23:13:01.280Z Downloaded winnow v1.0.3
12442026-07-08T23:13:01.286Z Downloaded bstr v1.12.1
12452026-07-08T23:13:01.291Z Downloaded time v0.3.47
12462026-07-08T23:13:01.298Z Downloaded regex-syntax v0.6.29
12472026-07-08T23:13:01.302Z Downloaded polar-core v0.27.3
12482026-07-08T23:13:01.307Z Downloaded tabled v0.20.0
12492026-07-08T23:13:01.316Z Downloaded object v0.37.3
12502026-07-08T23:13:01.323Z Downloaded zlib-rs v0.6.2
12512026-07-08T23:13:01.326Z Downloaded hickory-proto v0.24.4
12522026-07-08T23:13:01.335Z Downloaded smoltcp v0.9.1
12532026-07-08T23:13:01.341Z Downloaded nix v0.31.2
12542026-07-08T23:13:01.348Z Downloaded diesel v2.3.7
12552026-07-08T23:13:01.360Z Downloaded regress v0.11.1
12562026-07-08T23:13:01.365Z Downloaded vcpkg v0.2.15
12572026-07-08T23:13:01.389Z Downloaded regex-syntax v0.8.10
12582026-07-08T23:13:01.393Z Downloaded hickory-proto v0.25.2
12592026-07-08T23:13:01.402Z Downloaded regress v0.10.5
12602026-07-08T23:13:01.407Z Downloaded openapiv3 v2.2.0
12612026-07-08T23:13:01.414Z Downloaded smoltcp v0.11.0
12622026-07-08T23:13:01.421Z Downloaded zerocopy v0.8.40
12632026-07-08T23:13:01.439Z Downloaded rustls v0.23.41
12642026-07-08T23:13:01.446Z Downloaded sqlparser v0.61.0
12652026-07-08T23:13:01.451Z Downloaded rustix v0.38.44
12662026-07-08T23:13:01.464Z Downloaded fiat-crypto v0.3.0
12672026-07-08T23:13:01.472Z Downloaded tracing v0.1.44
12682026-07-08T23:13:01.485Z Downloaded sled v0.34.7
12692026-07-08T23:13:01.491Z Downloaded ratatui v0.29.0
12702026-07-08T23:13:01.510Z Downloaded zerocopy-derive v0.6.6
12712026-07-08T23:13:01.525Z Downloaded jiff v0.2.21
12722026-07-08T23:13:01.539Z Downloaded chrono-tz v0.10.4
12732026-07-08T23:13:01.549Z Downloaded typify-impl v0.6.2
12742026-07-08T23:13:01.557Z Downloaded bzip2-sys v0.1.13+1.0.8
12752026-07-08T23:13:01.564Z Downloaded sha3 v0.11.0
12762026-07-08T23:13:01.567Z Downloaded csv v1.4.0
12772026-07-08T23:13:01.587Z Downloaded tokio v1.52.1
12782026-07-08T23:13:01.625Z Downloaded regex-automata v0.4.14
12792026-07-08T23:13:01.634Z Downloaded ring v0.17.14
12802026-07-08T23:13:01.658Z Downloaded petgraph v0.6.5
12812026-07-08T23:13:01.694Z Downloaded petgraph v0.8.3
12822026-07-08T23:13:01.721Z Downloaded libz-sys v1.1.24
12832026-07-08T23:13:01.743Z Downloaded sha3 v0.10.8
12842026-07-08T23:13:01.750Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12852026-07-08T23:13:01.811Z Downloaded encoding_rs v0.8.35
12862026-07-08T23:13:01.891Z Downloaded libgit2-sys v0.18.3+1.9.2
12872026-07-08T23:13:02.411Z Downloaded aws-lc-sys v0.40.0
12882026-07-08T23:13:02.662Z Compiling libc v0.2.185
12892026-07-08T23:13:02.662Z Compiling serde_core v1.0.228
12902026-07-08T23:13:02.665Z Compiling serde v1.0.228
12912026-07-08T23:13:02.665Z Compiling log v0.4.29
12922026-07-08T23:13:02.665Z Compiling smallvec v1.15.1
12932026-07-08T23:13:02.665Z Compiling shlex v1.3.0
12942026-07-08T23:13:02.665Z Compiling find-msvc-tools v0.1.9
12952026-07-08T23:13:02.665Z Compiling subtle v2.6.1
12962026-07-08T23:13:02.803Z Compiling scopeguard v1.2.0
12972026-07-08T23:13:02.862Z Compiling stable_deref_trait v1.2.1
12982026-07-08T23:13:02.876Z Compiling typenum v1.20.1
12992026-07-08T23:13:02.888Z Compiling serde_json v1.0.150
13002026-07-08T23:13:02.938Z Compiling zerocopy v0.8.40
13012026-07-08T23:13:02.954Z Compiling syn v2.0.117
13022026-07-08T23:13:02.957Z Compiling lock_api v0.4.14
13032026-07-08T23:13:02.957Z Compiling portable-atomic v1.13.1
13042026-07-08T23:13:02.965Z Compiling parking_lot_core v0.9.12
13052026-07-08T23:13:02.994Z Compiling pin-project-lite v0.2.17
13062026-07-08T23:13:03.022Z Compiling critical-section v1.2.0
13072026-07-08T23:13:03.039Z Compiling pkg-config v0.3.32
13082026-07-08T23:13:03.076Z Compiling libm v0.2.16
13092026-07-08T23:13:03.089Z Compiling getrandom v0.4.1
13102026-07-08T23:13:03.150Z Compiling futures-core v0.3.32
13112026-07-08T23:13:03.178Z Compiling num-traits v0.2.19
13122026-07-08T23:13:03.218Z Compiling generic-array v0.14.7
13132026-07-08T23:13:03.247Z Compiling rand_core v0.10.0
13142026-07-08T23:13:03.250Z Compiling const-oid v0.9.6
13152026-07-08T23:13:03.250Z Compiling litemap v0.8.1
13162026-07-08T23:13:03.326Z Compiling writeable v0.6.2
13172026-07-08T23:13:03.341Z Compiling percent-encoding v2.3.2
13182026-07-08T23:13:03.441Z Compiling icu_normalizer_data v2.1.1
13192026-07-08T23:13:03.490Z Compiling icu_properties_data v2.1.2
13202026-07-08T23:13:03.493Z Compiling futures-sink v0.3.32
13212026-07-08T23:13:03.535Z Compiling slab v0.4.12
13222026-07-08T23:13:03.550Z Compiling futures-task v0.3.32
13232026-07-08T23:13:03.564Z Compiling futures-io v0.3.32
13242026-07-08T23:13:03.603Z Compiling futures-channel v0.3.32
13252026-07-08T23:13:03.618Z Compiling getrandom v0.3.4
13262026-07-08T23:13:03.631Z Compiling utf8_iter v1.0.4
13272026-07-08T23:13:03.688Z Compiling rustversion v1.0.22
13282026-07-08T23:13:03.725Z Compiling form_urlencoded v1.2.2
13292026-07-08T23:13:03.743Z Compiling dunce v1.0.5
13302026-07-08T23:13:03.746Z Compiling rustix v1.1.3
13312026-07-08T23:13:03.796Z Compiling jobserver v0.1.34
13322026-07-08T23:13:03.810Z Compiling errno v0.3.14
13332026-07-08T23:13:03.827Z Compiling getrandom v0.2.17
13342026-07-08T23:13:03.894Z Compiling mio v1.2.0
13352026-07-08T23:13:03.932Z Compiling socket2 v0.6.3
13362026-07-08T23:13:03.935Z Compiling fs_extra v1.3.0
13372026-07-08T23:13:03.997Z Compiling rand_core v0.6.4
13382026-07-08T23:13:04.080Z Compiling cc v1.2.56
13392026-07-08T23:13:04.096Z Compiling once_cell v1.21.3
13402026-07-08T23:13:04.099Z Compiling signal-hook-registry v1.4.8
13412026-07-08T23:13:04.156Z Compiling parking_lot v0.12.5
13422026-07-08T23:13:04.187Z Compiling ident_case v1.0.1
13432026-07-08T23:13:04.242Z Compiling regex-syntax v0.8.10
13442026-07-08T23:13:04.242Z Compiling iana-time-zone v0.1.65
13452026-07-08T23:13:04.327Z Compiling base64ct v1.8.3
13462026-07-08T23:13:04.343Z Compiling vcpkg v0.2.15
13472026-07-08T23:13:04.368Z Compiling tracing-core v0.1.36
13482026-07-08T23:13:04.397Z Compiling aws-lc-rs v1.16.3
13492026-07-08T23:13:04.412Z Compiling base64 v0.22.1
13502026-07-08T23:13:04.443Z Compiling flagset v0.4.7
13512026-07-08T23:13:04.459Z Compiling cmov v0.5.4
13522026-07-08T23:13:04.554Z Compiling tinyvec_macros v0.1.1
13532026-07-08T23:13:04.591Z Compiling rand_core v0.9.5
13542026-07-08T23:13:04.630Z Compiling pem-rfc7468 v0.7.0
13552026-07-08T23:13:04.644Z Compiling httparse v1.10.1
13562026-07-08T23:13:04.668Z Compiling openssl-probe v0.2.1
13572026-07-08T23:13:04.684Z Compiling ctutils v0.4.2
13582026-07-08T23:13:04.688Z Compiling tinyvec v1.10.0
13592026-07-08T23:13:04.723Z Compiling aho-corasick v1.1.4
13602026-07-08T23:13:04.759Z Compiling untrusted v0.7.1
13612026-07-08T23:13:04.867Z Compiling cmake v0.1.57
13622026-07-08T23:13:04.881Z Compiling schemars v0.8.22
13632026-07-08T23:13:04.881Z Compiling tower-layer v0.3.3
13642026-07-08T23:13:04.911Z Compiling try-lock v0.2.5
13652026-07-08T23:13:04.961Z Compiling dyn-clone v1.0.20
13662026-07-08T23:13:04.976Z Compiling atomic-waker v1.1.2
13672026-07-08T23:13:04.980Z Compiling tower-service v0.3.3
13682026-07-08T23:13:04.980Z Compiling rustls v0.23.41
13692026-07-08T23:13:05.048Z Compiling bitflags v2.11.0
13702026-07-08T23:13:05.077Z Compiling semver v1.0.28
13712026-07-08T23:13:05.092Z Compiling indexmap v2.14.0
13722026-07-08T23:13:05.096Z Compiling uuid v1.23.4
13732026-07-08T23:13:05.121Z Compiling want v0.3.1
13742026-07-08T23:13:05.151Z Compiling foreign-types-shared v0.1.1
13752026-07-08T23:13:05.198Z Compiling untrusted v0.9.0
13762026-07-08T23:13:05.212Z Compiling openssl v0.10.79
13772026-07-08T23:13:05.252Z Compiling httpdate v1.0.3
13782026-07-08T23:13:05.307Z Compiling rustc_version v0.4.1
13792026-07-08T23:13:05.321Z Compiling cpufeatures v0.2.17
13802026-07-08T23:13:05.336Z Compiling foreign-types v0.3.2
13812026-07-08T23:13:05.339Z Compiling unicode-normalization v0.1.25
13822026-07-08T23:13:05.409Z Compiling spin v0.9.8
13832026-07-08T23:13:05.426Z Compiling powerfmt v0.2.0
13842026-07-08T23:13:05.441Z Compiling time-core v0.1.8
13852026-07-08T23:13:05.487Z Compiling num-conv v0.2.0
13862026-07-08T23:13:05.506Z Compiling native-tls v0.2.18
13872026-07-08T23:13:05.520Z Compiling crc32fast v1.5.0
13882026-07-08T23:13:05.605Z Compiling deranged v0.5.8
13892026-07-08T23:13:05.637Z Compiling time-macros v0.2.27
13902026-07-08T23:13:05.652Z Compiling wait-timeout v0.2.1
13912026-07-08T23:13:05.652Z Compiling sync_wrapper v1.0.2
13922026-07-08T23:13:05.668Z Compiling num_threads v0.1.7
13932026-07-08T23:13:05.721Z Compiling aws-lc-sys v0.40.0
13942026-07-08T23:13:05.753Z Compiling openssl-sys v0.9.115
13952026-07-08T23:13:05.790Z Compiling regex-automata v0.4.14
13962026-07-08T23:13:05.804Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13972026-07-08T23:13:05.819Z Compiling quick-error v1.2.3
13982026-07-08T23:13:05.849Z Compiling bit-vec v0.8.0
13992026-07-08T23:13:05.877Z Compiling synstructure v0.13.2
14002026-07-08T23:13:05.891Z Compiling serde_derive_internals v0.29.1
14012026-07-08T23:13:05.946Z Compiling pest_generator v2.8.6
14022026-07-08T23:13:05.961Z Compiling darling_core v0.20.11
14032026-07-08T23:13:06.107Z Compiling siphasher v1.0.2
14042026-07-08T23:13:06.255Z Compiling tempfile v3.25.0
14052026-07-08T23:13:06.332Z Compiling simd-adler32 v0.3.8
14062026-07-08T23:13:06.443Z Compiling syn v1.0.109
14072026-07-08T23:13:06.541Z Compiling usdt-impl v0.6.0
14082026-07-08T23:13:06.571Z Compiling crossbeam-utils v0.8.21
14092026-07-08T23:13:06.604Z Compiling rusty-fork v0.3.1
14102026-07-08T23:13:06.653Z Compiling bit-set v0.8.0
14112026-07-08T23:13:06.717Z Compiling darling_core v0.21.3
14122026-07-08T23:13:06.745Z Compiling bzip2-sys v0.1.13+1.0.8
14132026-07-08T23:13:06.843Z Compiling heapless v0.7.17
14142026-07-08T23:13:06.857Z Compiling slog v2.8.2
14152026-07-08T23:13:06.860Z Compiling time v0.3.47
14162026-07-08T23:13:06.860Z Compiling rand_xorshift v0.4.0
14172026-07-08T23:13:06.900Z Compiling thread-id v5.1.0
14182026-07-08T23:13:06.916Z Compiling cookie v0.18.1
14192026-07-08T23:13:06.949Z Compiling unarray v0.1.4
14202026-07-08T23:13:06.952Z Compiling paste v1.0.15
14212026-07-08T23:13:06.980Z Compiling ryu v1.0.23
14222026-07-08T23:13:07.003Z Compiling zstd-safe v7.2.4
14232026-07-08T23:13:07.078Z Compiling allocator-api2 v0.2.21
14242026-07-08T23:13:07.091Z Compiling signal-hook v0.3.18
14252026-07-08T23:13:07.095Z Compiling unicode-bidi v0.3.18
14262026-07-08T23:13:07.095Z Compiling unicode-properties v0.1.4
14272026-07-08T23:13:07.133Z Compiling anyhow v1.0.102
14282026-07-08T23:13:07.148Z Compiling adler2 v2.0.1
14292026-07-08T23:13:07.173Z Compiling iri-string v0.7.10
14302026-07-08T23:13:07.290Z Compiling miniz_oxide v0.8.9
14312026-07-08T23:13:07.377Z Compiling camino v1.2.2
14322026-07-08T23:13:07.413Z Compiling curve25519-dalek v4.1.3
14332026-07-08T23:13:07.604Z Compiling serde_derive v1.0.228
14342026-07-08T23:13:07.643Z Compiling zeroize_derive v1.4.3
14352026-07-08T23:13:07.698Z Compiling zerofrom-derive v0.1.6
14362026-07-08T23:13:07.779Z Compiling yoke-derive v0.8.1
14372026-07-08T23:13:07.821Z Compiling zerovec-derive v0.11.2
14382026-07-08T23:13:07.933Z Compiling zerocopy-derive v0.8.40
14392026-07-08T23:13:07.949Z Compiling displaydoc v0.2.5
14402026-07-08T23:13:08.115Z Compiling tokio-macros v2.7.0
14412026-07-08T23:13:08.333Z Compiling futures-macro v0.3.32
14422026-07-08T23:13:08.386Z Compiling zeroize v1.8.2
14432026-07-08T23:13:08.607Z Compiling der_derive v0.7.3
14442026-07-08T23:13:08.746Z Compiling thiserror-impl v2.0.18
14452026-07-08T23:13:08.760Z Compiling tracing-attributes v0.1.31
14462026-07-08T23:13:08.907Z Compiling rustls-pki-types v1.14.0
14472026-07-08T23:13:09.011Z Compiling hybrid-array v0.4.13
14482026-07-08T23:13:09.026Z Compiling schemars_derive v0.8.22
14492026-07-08T23:13:09.129Z Compiling block-buffer v0.10.4
14502026-07-08T23:13:09.163Z Compiling zerofrom v0.1.6
14512026-07-08T23:13:09.206Z Compiling futures-util v0.3.32
14522026-07-08T23:13:09.305Z Compiling yoke v0.8.1
14532026-07-08T23:13:09.321Z Compiling crypto-common v0.1.7
14542026-07-08T23:13:09.328Z Compiling scroll_derive v0.13.1
14552026-07-08T23:13:09.390Z Compiling pest_derive v2.8.6
14562026-07-08T23:13:09.493Z Compiling zerovec v0.11.5
14572026-07-08T23:13:09.511Z Compiling zerotrie v0.2.3
14582026-07-08T23:13:09.630Z Compiling digest v0.10.7
14592026-07-08T23:13:09.818Z Compiling der v0.7.10
14602026-07-08T23:13:09.839Z Compiling darling_macro v0.20.11
14612026-07-08T23:13:09.890Z Compiling openssl-macros v0.1.1
14622026-07-08T23:13:09.919Z Compiling hmac v0.12.1
14632026-07-08T23:13:10.034Z Compiling tinystr v0.8.2
14642026-07-08T23:13:10.050Z Compiling potential_utf v0.1.4
14652026-07-08T23:13:10.098Z Compiling sha2 v0.10.9
14662026-07-08T23:13:10.177Z Compiling tracing v0.1.44
14672026-07-08T23:13:10.194Z Compiling icu_collections v2.1.1
14682026-07-08T23:13:10.225Z Compiling icu_locale_core v2.1.1
14692026-07-08T23:13:10.240Z Compiling thiserror v2.0.18
14702026-07-08T23:13:10.260Z Compiling scroll v0.13.0
14712026-07-08T23:13:10.369Z Compiling dtrace-parser v0.3.0
14722026-07-08T23:13:10.387Z Compiling scroll_derive v0.12.1
14732026-07-08T23:13:10.400Z Compiling darling v0.20.11
14742026-07-08T23:13:10.467Z Compiling derive_builder_core v0.20.2
14752026-07-08T23:13:10.494Z Compiling goblin v0.10.5
14762026-07-08T23:13:10.544Z Compiling thiserror-impl v1.0.69
14772026-07-08T23:13:10.694Z Compiling spki v0.7.3
14782026-07-08T23:13:10.917Z Compiling icu_provider v2.1.1
14792026-07-08T23:13:11.043Z Compiling pkcs8 v0.10.2
14802026-07-08T23:13:11.101Z Compiling bytes v1.11.1
14812026-07-08T23:13:11.128Z Compiling chrono v0.4.44
14822026-07-08T23:13:11.143Z Compiling ipnet v2.11.0
14832026-07-08T23:13:11.183Z Compiling icu_properties v2.1.2
14842026-07-08T23:13:11.236Z Compiling icu_normalizer v2.1.1
14852026-07-08T23:13:11.322Z Compiling scroll v0.12.0
14862026-07-08T23:13:11.363Z Compiling serde_urlencoded v0.7.1
14872026-07-08T23:13:11.377Z Compiling derive_builder_macro v0.20.2
14882026-07-08T23:13:11.500Z Compiling toml_datetime v0.6.11
14892026-07-08T23:13:11.584Z Compiling tokio v1.52.1
14902026-07-08T23:13:11.610Z Compiling http v1.4.2
14912026-07-08T23:13:11.624Z Compiling serde_tokenstream v0.2.3
14922026-07-08T23:13:11.662Z Compiling serde_spanned v0.6.9
14932026-07-08T23:13:11.735Z Compiling erased-serde v0.3.31
14942026-07-08T23:13:11.785Z Compiling md-5 v0.10.6
14952026-07-08T23:13:11.789Z Compiling signature v2.2.0
14962026-07-08T23:13:11.829Z Compiling block-buffer v0.12.1
14972026-07-08T23:13:11.873Z Compiling thiserror v1.0.69
14982026-07-08T23:13:11.897Z Compiling block-padding v0.4.2
14992026-07-08T23:13:11.962Z Compiling crypto-common v0.2.2
15002026-07-08T23:13:11.977Z Compiling darling_macro v0.21.3
15012026-07-08T23:13:11.993Z Compiling rustls-native-certs v0.8.3
15022026-07-08T23:13:12.006Z Compiling bstr v1.12.1
15032026-07-08T23:13:12.039Z Compiling idna_adapter v1.2.1
15042026-07-08T23:13:12.074Z Compiling zerocopy-derive v0.7.35
15052026-07-08T23:13:12.192Z Compiling idna v1.1.0
15062026-07-08T23:13:12.237Z Compiling http-body v1.0.1
15072026-07-08T23:13:12.294Z Compiling ppv-lite86 v0.2.21
15082026-07-08T23:13:12.310Z Compiling pin-project-internal v1.1.11
15092026-07-08T23:13:12.415Z Compiling http-body-util v0.1.3
15102026-07-08T23:13:12.487Z Compiling async-trait v0.1.89
15112026-07-08T23:13:12.520Z Compiling url v2.5.8
15122026-07-08T23:13:12.534Z Compiling stringprep v0.1.5
15132026-07-08T23:13:12.633Z Compiling rand_chacha v0.9.0
15142026-07-08T23:13:12.676Z Compiling rand_chacha v0.3.1
15152026-07-08T23:13:12.690Z Compiling vergen-lib v9.1.0
15162026-07-08T23:13:12.882Z Compiling num-integer v0.1.46
15172026-07-08T23:13:12.923Z Compiling rand v0.9.2
15182026-07-08T23:13:12.963Z Compiling hash32 v0.2.1
15192026-07-08T23:13:13.020Z Compiling memoffset v0.9.1
15202026-07-08T23:13:13.173Z Compiling encoding_rs v0.8.35
15212026-07-08T23:13:13.227Z Compiling dof v0.4.0
15222026-07-08T23:13:13.244Z Compiling litrs v1.0.0
15232026-07-08T23:13:13.391Z Compiling rustix v0.38.44
15242026-07-08T23:13:13.406Z Compiling mime v0.3.17
15252026-07-08T23:13:13.410Z Compiling psl-types v2.0.11
15262026-07-08T23:13:13.510Z Compiling proptest v1.10.0
15272026-07-08T23:13:13.525Z Compiling zlib-rs v0.6.2
15282026-07-08T23:13:13.549Z Compiling num-bigint-dig v0.8.6
15292026-07-08T23:13:13.618Z Compiling cfg_aliases v0.2.1
15302026-07-08T23:13:13.705Z Compiling ref-cast v1.0.25
15312026-07-08T23:13:13.718Z Compiling smoltcp v0.9.1
15322026-07-08T23:13:13.753Z Compiling fallible-iterator v0.2.0
15332026-07-08T23:13:13.794Z Compiling document-features v0.2.12
15342026-07-08T23:13:13.798Z Compiling nix v0.31.2
15352026-07-08T23:13:13.835Z Compiling pin-project v1.1.11
15362026-07-08T23:13:13.902Z Compiling ipnetwork v0.21.1
15372026-07-08T23:13:14.082Z Compiling postgres-protocol v0.6.10
15382026-07-08T23:13:14.100Z Compiling publicsuffix v2.3.0
15392026-07-08T23:13:14.163Z Compiling oxnet v0.1.6
15402026-07-08T23:13:14.319Z Compiling num-iter v0.1.45
15412026-07-08T23:13:14.343Z Compiling zerocopy v0.7.35
15422026-07-08T23:13:14.377Z Compiling rand v0.8.6
15432026-07-08T23:13:14.403Z Compiling darling v0.21.3
15442026-07-08T23:13:14.453Z Compiling inout v0.2.2
15452026-07-08T23:13:14.456Z Compiling derive_builder v0.20.2
15462026-07-08T23:13:14.499Z Compiling goblin v0.8.2
15472026-07-08T23:13:14.559Z Compiling hubpack_derive v0.1.1
15482026-07-08T23:13:14.607Z Compiling futures-executor v0.3.32
15492026-07-08T23:13:14.622Z Compiling hex v0.4.3
15502026-07-08T23:13:14.663Z Compiling regex v1.12.3
15512026-07-08T23:13:14.837Z Compiling snafu-derive v0.8.9
15522026-07-08T23:13:14.850Z Compiling daft-derive v0.1.7
15532026-07-08T23:13:14.866Z Compiling strum_macros v0.27.2
15542026-07-08T23:13:14.883Z Compiling curve25519-dalek-derive v0.1.1
15552026-07-08T23:13:14.904Z Compiling ref-cast-impl v1.0.25
15562026-07-08T23:13:15.108Z Compiling phf_shared v0.13.1
15572026-07-08T23:13:15.169Z Compiling terminal_size v0.4.3
15582026-07-08T23:13:15.203Z Compiling lazy_static v1.5.0
15592026-07-08T23:13:15.223Z Compiling anstyle-parse v0.2.7
15602026-07-08T23:13:15.250Z Compiling cargo-platform v0.3.2
15612026-07-08T23:13:15.306Z Compiling vergen v9.1.0
15622026-07-08T23:13:15.326Z Compiling ff v0.13.1
15632026-07-08T23:13:15.364Z Compiling fs-err v3.3.0
15642026-07-08T23:13:15.429Z Compiling tokio-util v0.7.18
15652026-07-08T23:13:15.479Z Compiling tower v0.5.3
15662026-07-08T23:13:15.507Z Compiling tokio-native-tls v0.3.1
15672026-07-08T23:13:15.532Z Compiling ahash v0.8.12
15682026-07-08T23:13:15.550Z Compiling object v0.37.3
15692026-07-08T23:13:15.579Z Compiling libbz2-rs-sys v0.2.2
15702026-07-08T23:13:15.598Z Compiling same-file v1.0.6
15712026-07-08T23:13:15.615Z Compiling winnow v0.5.40
15722026-07-08T23:13:15.645Z Compiling bitflags v1.3.2
15732026-07-08T23:13:15.701Z Compiling foldhash v0.1.5
15742026-07-08T23:13:15.732Z Compiling unicode-segmentation v1.12.0
15752026-07-08T23:13:15.778Z Compiling base16ct v0.2.0
15762026-07-08T23:13:15.791Z Compiling bumpalo v3.20.2
15772026-07-08T23:13:15.854Z Compiling foldhash v0.2.0
15782026-07-08T23:13:15.892Z Compiling newtype-uuid v1.3.2
15792026-07-08T23:13:15.972Z Compiling tower-http v0.6.8
15802026-07-08T23:13:15.994Z Compiling managed v0.8.0
15812026-07-08T23:13:16.058Z Compiling hashbrown v0.16.1
15822026-07-08T23:13:16.093Z Compiling clap_builder v4.6.0
15832026-07-08T23:13:16.136Z Compiling h2 v0.4.15
15842026-07-08T23:13:16.240Z Compiling daft v0.1.7
15852026-07-08T23:13:16.266Z Compiling zopfli v0.8.3
15862026-07-08T23:13:16.389Z Compiling bzip2 v0.6.1
15872026-07-08T23:13:16.490Z Compiling flate2 v1.1.9
15882026-07-08T23:13:16.535Z Compiling sec1 v0.7.3
15892026-07-08T23:13:16.668Z Compiling hashbrown v0.15.5
15902026-07-08T23:13:16.738Z Compiling dof v0.3.0
15912026-07-08T23:13:16.784Z Compiling snafu v0.8.9
15922026-07-08T23:13:16.804Z Compiling walkdir v2.5.0
15932026-07-08T23:13:16.881Z Compiling strum v0.27.2
15942026-07-08T23:13:16.917Z Compiling toml_edit v0.19.15
15952026-07-08T23:13:17.032Z Compiling cargo_metadata v0.23.1
15962026-07-08T23:13:17.044Z Compiling group v0.13.0
15972026-07-08T23:13:17.062Z Compiling anstream v0.6.21
15982026-07-08T23:13:17.091Z Compiling phf v0.13.1
15992026-07-08T23:13:17.153Z Compiling signal-hook-mio v0.2.5
16002026-07-08T23:13:17.237Z Compiling hubpack v0.1.2
16012026-07-08T23:13:17.264Z Compiling cookie_store v0.22.1
16022026-07-08T23:13:17.288Z Compiling bzip2 v0.4.4
16032026-07-08T23:13:17.367Z Compiling usdt-macro v0.6.0
16042026-07-08T23:13:17.382Z Compiling usdt-attr-macro v0.6.0
16052026-07-08T23:13:17.466Z Compiling futures v0.3.32
16062026-07-08T23:13:17.480Z Compiling cipher v0.5.2
16072026-07-08T23:13:17.505Z Compiling serde_with_macros v3.17.0
16082026-07-08T23:13:17.559Z Compiling postgres-types v0.2.12
16092026-07-08T23:13:17.732Z Compiling zstd v0.13.3
16102026-07-08T23:13:17.956Z Compiling globset v0.4.18
16112026-07-08T23:13:18.027Z Compiling dtrace-parser v0.2.0
16122026-07-08T23:13:18.042Z Compiling ed25519 v2.2.3
16132026-07-08T23:13:18.196Z Compiling pkcs1 v0.7.5
16142026-07-08T23:13:18.215Z Compiling serde-big-array v0.5.1
16152026-07-08T23:13:18.235Z Compiling olpc-cjson v0.1.4
16162026-07-08T23:13:18.376Z Compiling serde_plain v1.0.2
16172026-07-08T23:13:18.420Z Compiling hkdf v0.12.4
16182026-07-08T23:13:18.455Z Compiling crypto-bigint v0.5.5
16192026-07-08T23:13:18.595Z Compiling enum-as-inner v0.6.1
16202026-07-08T23:13:18.612Z Compiling strum_macros v0.26.4
16212026-07-08T23:13:18.626Z Compiling clap_derive v4.6.1
16222026-07-08T23:13:18.671Z Compiling serde_repr v0.1.20
16232026-07-08T23:13:18.722Z Compiling async-recursion v1.1.1
16242026-07-08T23:13:18.800Z Compiling phf_shared v0.11.3
16252026-07-08T23:13:18.973Z Compiling float-cmp v0.10.0
16262026-07-08T23:13:18.986Z Compiling pem v3.0.6
16272026-07-08T23:13:19.007Z Compiling memmap2 v0.9.10
16282026-07-08T23:13:19.135Z Compiling thread-id v4.2.2
16292026-07-08T23:13:19.147Z Compiling env_filter v1.0.0
16302026-07-08T23:13:19.161Z Compiling fixedbitset v0.4.2
16312026-07-08T23:13:19.231Z Compiling winnow v1.0.3
16322026-07-08T23:13:19.249Z Compiling keccak v0.1.6
16332026-07-08T23:13:19.264Z Compiling normalize-line-endings v0.3.0
16342026-07-08T23:13:19.343Z Compiling hyper v1.10.1
16352026-07-08T23:13:19.385Z Compiling difflib v0.4.0
16362026-07-08T23:13:19.404Z Compiling either v1.15.0
16372026-07-08T23:13:19.441Z Compiling new_debug_unreachable v1.0.6
16382026-07-08T23:13:19.474Z Compiling precomputed-hash v0.1.1
16392026-07-08T23:13:19.509Z Compiling cpufeatures v0.3.0
16402026-07-08T23:13:19.576Z Compiling whoami v2.1.0
16412026-07-08T23:13:19.598Z Compiling data-encoding v2.10.0
16422026-07-08T23:13:19.614Z Compiling const-oid v0.10.2
16432026-07-08T23:13:19.630Z Compiling predicates-core v1.0.10
16442026-07-08T23:13:19.681Z Compiling fixedbitset v0.5.7
16452026-07-08T23:13:19.838Z Compiling jiff v0.2.21
16462026-07-08T23:13:19.841Z Compiling typed-path v0.9.3
16472026-07-08T23:13:19.985Z Compiling static_assertions v1.1.0
16482026-07-08T23:13:20.001Z Compiling petgraph v0.8.3
16492026-07-08T23:13:20.016Z Compiling hickory-proto v0.25.2
16502026-07-08T23:13:20.032Z Compiling toml_edit v0.22.27
16512026-07-08T23:13:20.032Z Compiling tokio-postgres v0.7.16
16522026-07-08T23:13:20.070Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16532026-07-08T23:13:20.362Z Compiling digest v0.11.3
16542026-07-08T23:13:20.377Z Compiling predicates v3.1.4
16552026-07-08T23:13:20.456Z Compiling strum v0.26.3
16562026-07-08T23:13:20.509Z Compiling hyper-util v0.1.20
16572026-07-08T23:13:20.600Z Compiling clap v4.6.1
16582026-07-08T23:13:20.600Z Compiling itertools v0.13.0
16592026-07-08T23:13:20.627Z Compiling chacha20 v0.10.0
16602026-07-08T23:13:20.707Z Compiling string_cache v0.8.9
16612026-07-08T23:13:20.956Z Compiling toml_parser v1.1.2+spec-1.1.0
16622026-07-08T23:13:21.031Z Compiling elliptic-curve v0.13.8
16632026-07-08T23:13:21.046Z Compiling sha3 v0.10.8
16642026-07-08T23:13:21.064Z Compiling env_logger v0.11.9
16652026-07-08T23:13:21.126Z Compiling petgraph v0.6.5
16662026-07-08T23:13:21.441Z Compiling usdt-impl v0.5.0
16672026-07-08T23:13:21.456Z Compiling usdt v0.6.0
16682026-07-08T23:13:21.514Z Compiling serde_with v3.17.0
16692026-07-08T23:13:21.606Z Compiling crossterm v0.28.1
16702026-07-08T23:13:21.733Z Compiling rsa v0.9.10
16712026-07-08T23:13:21.848Z Compiling toml v0.7.8
16722026-07-08T23:13:21.975Z Compiling hyper-tls v0.6.0
16732026-07-08T23:13:22.050Z Compiling ed25519-dalek v2.2.0
16742026-07-08T23:13:22.236Z Compiling reqwest v0.12.28
16752026-07-08T23:13:22.465Z Compiling zip v4.6.1
16762026-07-08T23:13:22.641Z Compiling zip v0.6.6
16772026-07-08T23:13:22.720Z Compiling iddqd v0.4.2
16782026-07-08T23:13:22.899Z Compiling tokio-stream v0.1.18
16792026-07-08T23:13:22.953Z Compiling similar v2.7.0
16802026-07-08T23:13:23.107Z Compiling heck v0.4.1
16812026-07-08T23:13:23.200Z Compiling buf-list v1.1.2
16822026-07-08T23:13:23.297Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16832026-07-08T23:13:23.326Z Compiling openapiv3 v2.2.0
16842026-07-08T23:13:23.352Z Compiling x509-cert v0.2.5
16852026-07-08T23:13:23.385Z Compiling crossbeam-epoch v0.9.18
16862026-07-08T23:13:23.499Z Compiling lalrpop-util v0.19.12
16872026-07-08T23:13:23.514Z Compiling peg-runtime v0.8.5
16882026-07-08T23:13:23.628Z Compiling thread_local v1.1.9
16892026-07-08T23:13:23.712Z Compiling slog-async v2.8.0
16902026-07-08T23:13:23.742Z Compiling crossbeam-channel v0.5.15
16912026-07-08T23:13:23.826Z Compiling filetime v0.2.27
16922026-07-08T23:13:23.856Z Compiling is-terminal v0.4.17
16932026-07-08T23:13:23.912Z Compiling xattr v1.6.1
16942026-07-08T23:13:23.977Z Compiling term v1.2.1
16952026-07-08T23:13:24.025Z Compiling take_mut v0.2.2
16962026-07-08T23:13:24.055Z Compiling tar v0.4.45
16972026-07-08T23:13:24.083Z Compiling camino-tempfile v1.4.1
16982026-07-08T23:13:24.310Z Compiling slog-term v2.9.2
16992026-07-08T23:13:41.809Z Compiling rustls-webpki v0.103.13
17002026-07-08T23:13:44.479Z Compiling tokio-rustls v0.26.4
17012026-07-08T23:13:44.480Z Compiling rustls-platform-verifier v0.6.2
17022026-07-08T23:13:44.542Z Compiling tough v0.22.0
17032026-07-08T23:13:44.679Z Compiling hyper-rustls v0.27.7
17042026-07-08T23:13:44.868Z Compiling reqwest v0.13.2
17052026-07-08T23:13:47.044Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17062026-07-08T23:13:47.270Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17072026-07-08T23:13:50.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.91s
17082026-07-08T23:13:50.214Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17092026-07-08T23:13:50.271ZJul 08 23:13:49.669 INFO Starting download, target: Console
17102026-07-08T23:13:50.271ZJul 08 23:13:49.670 INFO Starting download, target: MaghemiteDdmd
17112026-07-08T23:13:50.272ZJul 08 23:13:49.670 INFO Starting download, target: DendriteStub
17122026-07-08T23:13:50.272ZJul 08 23:13:49.670 INFO Starting download, target: TransceiverControl
17132026-07-08T23:13:50.285ZJul 08 23:13:49.670 INFO Starting download, target: MaghemiteMgd
17142026-07-08T23:13:50.285ZJul 08 23:13:49.670 INFO Starting download, target: Clickhouse
17152026-07-08T23:13:50.286ZJul 08 23:13:49.670 INFO Starting download, target: Cockroach
17162026-07-08T23:13:50.286ZJul 08 23:13:49.670 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17172026-07-08T23:13:50.286ZJul 08 23:13:49.670 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17182026-07-08T23:13:50.286ZJul 08 23:13:49.670 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17192026-07-08T23:13:50.286ZJul 08 23:13:49.670 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17202026-07-08T23:13:50.286ZJul 08 23:13:49.670 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17212026-07-08T23:13:50.286ZJul 08 23:13:49.670 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17222026-07-08T23:13:50.286ZJul 08 23:13:49.670 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17232026-07-08T23:13:50.767ZJul 08 23:13:50.152 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17242026-07-08T23:13:50.971ZJul 08 23:13:50.356 INFO Download complete, target: TransceiverControl
17252026-07-08T23:13:52.120ZJul 08 23:13:51.496 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17262026-07-08T23:13:52.320ZJul 08 23:13:51.719 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17272026-07-08T23:13:52.327ZJul 08 23:13:51.720 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17282026-07-08T23:13:52.357ZJul 08 23:13:51.751 INFO Download complete, target: Console
17292026-07-08T23:13:52.563ZJul 08 23:13:51.964 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17302026-07-08T23:13:53.053ZJul 08 23:13:52.442 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17312026-07-08T23:13:53.053ZJul 08 23:13:52.442 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17322026-07-08T23:13:53.295ZJul 08 23:13:52.655 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17332026-07-08T23:13:54.214ZJul 08 23:13:53.605 INFO Download complete, target: MaghemiteDdmd
17342026-07-08T23:13:54.846ZJul 08 23:13:54.247 INFO Download complete, target: DendriteStub
17352026-07-08T23:13:55.079ZJul 08 23:13:54.476 INFO Download complete, target: MaghemiteMgd
17362026-07-08T23:13:57.590ZJul 08 23:13:56.991 INFO Checking that binary works, target: Cockroach
17372026-07-08T23:13:57.707ZJul 08 23:13:57.109 INFO Download complete, target: Cockroach
17382026-07-08T23:13:59.769ZJul 08 23:13:59.170 INFO Checking that binary works, target: Clickhouse
17392026-07-08T23:13:59.854ZJul 08 23:13:59.254 INFO Download complete, target: Clickhouse
17402026-07-08T23:13:59.860ZAll prerequisites installed successfully
17412026-07-08T23:13:59.863Z
17422026-07-08T23:13:59.863Zreal 1:44.314296343
17432026-07-08T23:13:59.863Zuser 6:34.357437504
17442026-07-08T23:13:59.863Zsys 1:38.511314826
17452026-07-08T23:13:59.863Ztrap 0.267035048
17462026-07-08T23:13:59.863Ztflt 0.823751777
17472026-07-08T23:13:59.863Zdflt 1.583795411
17482026-07-08T23:13:59.863Zkflt 0.024724144
17492026-07-08T23:13:59.863Zlock 23:24.916077047
17502026-07-08T23:13:59.863Zslp 18:05.459253238
17512026-07-08T23:13:59.863Zlat 22.970236569
17522026-07-08T23:13:59.863Zstop 2:42.058494298
17532026-07-08T23:13:59.863Z+ ptime -m cargo xtask download softnpu
17542026-07-08T23:14:00.294Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
17552026-07-08T23:14:00.312Z Running `target/debug/xtask download softnpu`
17562026-07-08T23:14:01.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
17572026-07-08T23:14:01.092Z Running `target/debug/xtask-downloader softnpu`
17582026-07-08T23:14:01.133ZJul 08 23:14:00.534 INFO Starting download, target: Softnpu
17592026-07-08T23:14:01.138ZJul 08 23:14:00.534 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17602026-07-08T23:14:01.897ZJul 08 23:14:01.298 INFO Download complete, target: Softnpu
17612026-07-08T23:14:01.900Z
17622026-07-08T23:14:01.904Zreal 2.034731872
17632026-07-08T23:14:01.904Zuser 1.256105567
17642026-07-08T23:14:01.904Zsys 0.579439563
17652026-07-08T23:14:01.904Ztrap 0.000563710
17662026-07-08T23:14:01.904Ztflt 0.000175450
17672026-07-08T23:14:01.904Zdflt 0.000463890
17682026-07-08T23:14:01.904Zkflt 0.000000000
17692026-07-08T23:14:01.904Zlock 14.122222265
17702026-07-08T23:14:01.904Zslp 0.622721548
17712026-07-08T23:14:01.904Zlat 0.081268988
17722026-07-08T23:14:01.904Zstop 0.000174710
17732026-07-08T23:14:01.904Z+ export CARGO_INCREMENTAL=0
17742026-07-08T23:14:01.904Z+ CARGO_INCREMENTAL=0
17752026-07-08T23:14:01.904Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17762026-07-08T23:14:02.745Z Compiling proc-macro2 v1.0.106
17772026-07-08T23:14:02.745Z Compiling quote v1.0.45
17782026-07-08T23:14:02.745Z Compiling unicode-ident v1.0.24
17792026-07-08T23:14:02.749Z Compiling libc v0.2.185
17802026-07-08T23:14:02.749Z Compiling serde_core v1.0.228
17812026-07-08T23:14:02.749Z Compiling serde v1.0.228
17822026-07-08T23:14:02.749Z Compiling cfg-if v1.0.4
17832026-07-08T23:14:02.749Z Compiling version_check v0.9.5
17842026-07-08T23:14:02.926Z Compiling shlex v1.3.0
17852026-07-08T23:14:02.934Z Compiling find-msvc-tools v0.1.9
17862026-07-08T23:14:02.940Z Compiling zmij v1.0.21
17872026-07-08T23:14:02.940Z Compiling memchr v2.8.0
17882026-07-08T23:14:02.940Z Compiling serde_json v1.0.150
17892026-07-08T23:14:02.940Z Compiling autocfg v1.5.0
17902026-07-08T23:14:02.988Z Compiling portable-atomic v1.13.1
17912026-07-08T23:14:03.053Z Compiling zerocopy v0.8.40
17922026-07-08T23:14:03.109Z Compiling getrandom v0.4.1
17932026-07-08T23:14:03.203Z Compiling libm v0.2.16
17942026-07-08T23:14:03.207Z Compiling parking_lot_core v0.9.12
17952026-07-08T23:14:03.269Z Compiling icu_properties_data v2.1.2
17962026-07-08T23:14:03.398Z Compiling smallvec v1.15.1
17972026-07-08T23:14:03.401Z Compiling icu_normalizer_data v2.1.1
17982026-07-08T23:14:03.474Z Compiling generic-array v0.14.7
17992026-07-08T23:14:03.477Z Compiling num-traits v0.2.19
18002026-07-08T23:14:03.504Z Compiling itoa v1.0.17
18012026-07-08T23:14:03.523Z Compiling log v0.4.29
18022026-07-08T23:14:03.587Z Compiling subtle v2.6.1
18032026-07-08T23:14:03.608Z Compiling pkg-config v0.3.32
18042026-07-08T23:14:03.656Z Compiling stable_deref_trait v1.2.1
18052026-07-08T23:14:03.729Z Compiling typenum v1.20.1
18062026-07-08T23:14:03.762Z Compiling scopeguard v1.2.0
18072026-07-08T23:14:03.806Z Compiling fnv v1.0.7
18082026-07-08T23:14:03.867Z Compiling jobserver v0.1.34
18092026-07-08T23:14:03.867Z Compiling errno v0.3.14
18102026-07-08T23:14:03.924Z Compiling lock_api v0.4.14
18112026-07-08T23:14:03.947Z Compiling rand_core v0.10.0
18122026-07-08T23:14:04.019Z Compiling pin-project-lite v0.2.17
18132026-07-08T23:14:04.034Z Compiling thiserror v2.0.18
18142026-07-08T23:14:04.050Z Compiling getrandom v0.3.4
18152026-07-08T23:14:04.139Z Compiling cc v1.2.56
18162026-07-08T23:14:04.142Z Compiling litemap v0.8.1
18172026-07-08T23:14:04.165Z Compiling writeable v0.6.2
18182026-07-08T23:14:04.169Z Compiling equivalent v1.0.2
18192026-07-08T23:14:04.197Z Compiling percent-encoding v2.3.2
18202026-07-08T23:14:04.248Z Compiling getrandom v0.2.17
18212026-07-08T23:14:04.314Z Compiling syn v2.0.117
18222026-07-08T23:14:04.375Z Compiling rustversion v1.0.22
18232026-07-08T23:14:04.391Z Compiling rand_core v0.6.4
18242026-07-08T23:14:04.478Z Compiling schemars v0.8.22
18252026-07-08T23:14:04.490Z Compiling rustix v1.1.3
18262026-07-08T23:14:04.493Z Compiling dunce v1.0.5
18272026-07-08T23:14:04.493Z Compiling critical-section v1.2.0
18282026-07-08T23:14:04.506Z Compiling fs_extra v1.3.0
18292026-07-08T23:14:04.650Z Compiling hashbrown v0.17.0
18302026-07-08T23:14:04.735Z Compiling signal-hook-registry v1.4.8
18312026-07-08T23:14:04.829Z Compiling heck v0.5.0
18322026-07-08T23:14:04.859Z Compiling utf8_iter v1.0.4
18332026-07-08T23:14:04.874Z Compiling cmake v0.1.57
18342026-07-08T23:14:04.895Z Compiling once_cell v1.21.3
18352026-07-08T23:14:05.071Z Compiling parking_lot v0.12.5
18362026-07-08T23:14:05.148Z Compiling form_urlencoded v1.2.2
18372026-07-08T23:14:05.176Z Compiling mio v1.2.0
18382026-07-08T23:14:05.234Z Compiling semver v1.0.28
18392026-07-08T23:14:05.248Z Compiling indexmap v2.14.0
18402026-07-08T23:14:05.251Z Compiling socket2 v0.6.3
18412026-07-08T23:14:05.388Z Compiling bitflags v2.11.0
18422026-07-08T23:14:05.442Z Compiling aws-lc-sys v0.40.0
18432026-07-08T23:14:05.458Z Compiling aws-lc-rs v1.16.3
18442026-07-08T23:14:05.512Z Compiling futures-core v0.3.32
18452026-07-08T23:14:05.557Z Compiling httparse v1.10.1
18462026-07-08T23:14:05.578Z Compiling strsim v0.11.1
18472026-07-08T23:14:05.852Z Compiling byteorder v1.5.0
18482026-07-08T23:14:05.912Z Compiling ucd-trie v0.1.7
18492026-07-08T23:14:05.943Z Compiling thiserror v1.0.69
18502026-07-08T23:14:05.998Z Compiling iana-time-zone v0.1.65
18512026-07-08T23:14:06.015Z Compiling ident_case v1.0.1
18522026-07-08T23:14:06.029Z Compiling syn v1.0.109
18532026-07-08T23:14:06.043Z Compiling const-oid v0.9.6
18542026-07-08T23:14:06.060Z Compiling vcpkg v0.2.15
18552026-07-08T23:14:06.091Z Compiling pest v2.8.6
18562026-07-08T23:14:06.106Z Compiling regex-syntax v0.8.10
18572026-07-08T23:14:06.406Z Compiling uuid v1.23.4
18582026-07-08T23:14:06.439Z Compiling rustc_version v0.4.1
18592026-07-08T23:14:06.536Z Compiling futures-sink v0.3.32
18602026-07-08T23:14:06.633Z Compiling rustls v0.23.41
18612026-07-08T23:14:06.649Z Compiling openssl-sys v0.9.115
18622026-07-08T23:14:06.680Z Compiling futures-channel v0.3.32
18632026-07-08T23:14:06.820Z Compiling aho-corasick v1.1.4
18642026-07-08T23:14:06.850Z Compiling slab v0.4.12
18652026-07-08T23:14:06.895Z Compiling futures-io v0.3.32
18662026-07-08T23:14:06.931Z Compiling futures-task v0.3.32
18672026-07-08T23:14:07.066Z Compiling num-conv v0.2.0
18682026-07-08T23:14:07.093Z Compiling dyn-clone v1.0.20
18692026-07-08T23:14:07.116Z Compiling plain v0.2.3
18702026-07-08T23:14:07.131Z Compiling synstructure v0.13.2
18712026-07-08T23:14:07.177Z Compiling serde_derive_internals v0.29.1
18722026-07-08T23:14:07.194Z Compiling pest_meta v2.8.6
18732026-07-08T23:14:07.223Z Compiling crc32fast v1.5.0
18742026-07-08T23:14:07.252Z Compiling time-core v0.1.8
18752026-07-08T23:14:07.401Z Compiling crossbeam-utils v0.8.21
18762026-07-08T23:14:07.425Z Compiling time-macros v0.2.27
18772026-07-08T23:14:07.516Z Compiling base64 v0.22.1
18782026-07-08T23:14:07.562Z Compiling pretty-hex v0.4.1
18792026-07-08T23:14:07.582Z Compiling openssl v0.10.79
18802026-07-08T23:14:07.662Z Compiling regex-automata v0.4.14
18812026-07-08T23:14:07.725Z Compiling darling_core v0.21.3
18822026-07-08T23:14:07.836Z Compiling pest_generator v2.8.6
18832026-07-08T23:14:07.852Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18842026-07-08T23:14:07.938Z Compiling anyhow v1.0.102
18852026-07-08T23:14:07.954Z Compiling native-tls v0.2.18
18862026-07-08T23:14:08.035Z Compiling rand_core v0.9.5
18872026-07-08T23:14:08.211Z Compiling slog v2.8.2
18882026-07-08T23:14:08.242Z Compiling tracing-core v0.1.36
18892026-07-08T23:14:08.312Z Compiling cookie v0.18.1
18902026-07-08T23:14:08.382Z Compiling serde_derive v1.0.228
18912026-07-08T23:14:08.433Z Compiling zeroize_derive v1.4.3
18922026-07-08T23:14:08.457Z Compiling zerofrom-derive v0.1.6
18932026-07-08T23:14:08.476Z Compiling yoke-derive v0.8.1
18942026-07-08T23:14:08.488Z Compiling zerovec-derive v0.11.2
18952026-07-08T23:14:08.503Z Compiling displaydoc v0.2.5
18962026-07-08T23:14:08.519Z Compiling zerocopy-derive v0.8.40
18972026-07-08T23:14:08.532Z Compiling tokio-macros v2.7.0
18982026-07-08T23:14:08.548Z Compiling futures-macro v0.3.32
18992026-07-08T23:14:08.691Z Compiling thiserror-impl v2.0.18
19002026-07-08T23:14:09.052Z Compiling zeroize v1.8.2
19012026-07-08T23:14:09.237Z Compiling schemars_derive v0.8.22
19022026-07-08T23:14:09.283Z Compiling tracing-attributes v0.1.31
19032026-07-08T23:14:09.342Z Compiling der_derive v0.7.3
19042026-07-08T23:14:09.421Z Compiling thiserror-impl v1.0.69
19052026-07-08T23:14:09.535Z Compiling pest_derive v2.8.6
19062026-07-08T23:14:09.583Z Compiling zerofrom v0.1.6
19072026-07-08T23:14:09.725Z Compiling yoke v0.8.1
19082026-07-08T23:14:09.878Z Compiling crypto-common v0.1.7
19092026-07-08T23:14:09.894Z Compiling futures-util v0.3.32
19102026-07-08T23:14:09.925Z Compiling zerovec v0.11.5
19112026-07-08T23:14:09.943Z Compiling zerotrie v0.2.3
19122026-07-08T23:14:10.270Z Compiling block-buffer v0.10.4
19132026-07-08T23:14:10.405Z Compiling digest v0.10.7
19142026-07-08T23:14:10.467Z Compiling tinystr v0.8.2
19152026-07-08T23:14:10.513Z Compiling potential_utf v0.1.4
19162026-07-08T23:14:10.516Z Compiling scroll_derive v0.12.1
19172026-07-08T23:14:10.543Z Compiling scroll_derive v0.13.1
19182026-07-08T23:14:10.546Z Compiling openssl-macros v0.1.1
19192026-07-08T23:14:10.644Z Compiling icu_locale_core v2.1.1
19202026-07-08T23:14:10.688Z Compiling icu_collections v2.1.1
19212026-07-08T23:14:10.988Z Compiling regex v1.12.3
19222026-07-08T23:14:11.098Z Compiling darling_macro v0.21.3
19232026-07-08T23:14:11.199Z Compiling zerocopy-derive v0.7.35
19242026-07-08T23:14:11.336Z Compiling base64ct v1.8.3
19252026-07-08T23:14:11.377Z Compiling icu_provider v2.1.1
19262026-07-08T23:14:11.436Z Compiling camino v1.2.2
19272026-07-08T23:14:11.450Z Compiling tracing v0.1.44
19282026-07-08T23:14:11.595Z Compiling bytes v1.11.1
19292026-07-08T23:14:11.669Z Compiling icu_properties v2.1.2
19302026-07-08T23:14:11.672Z Compiling icu_normalizer v2.1.1
19312026-07-08T23:14:11.724Z Compiling chrono v0.4.44
19322026-07-08T23:14:11.796Z Compiling serde_tokenstream v0.2.3
19332026-07-08T23:14:11.876Z Compiling darling v0.21.3
19342026-07-08T23:14:11.972Z Compiling pem-rfc7468 v0.7.0
19352026-07-08T23:14:12.248Z Compiling tokio v1.52.1
19362026-07-08T23:14:12.281Z Compiling http v1.4.2
19372026-07-08T23:14:12.562Z Compiling idna_adapter v1.2.1
19382026-07-08T23:14:12.721Z Compiling idna v1.1.0
19392026-07-08T23:14:13.011Z Compiling ppv-lite86 v0.2.21
19402026-07-08T23:14:13.064Z Compiling url v2.5.8
19412026-07-08T23:14:13.427Z Compiling flagset v0.4.7
19422026-07-08T23:14:13.566Z Compiling der v0.7.10
19432026-07-08T23:14:13.589Z Compiling rand_chacha v0.9.0
19442026-07-08T23:14:13.775Z Compiling http-body v1.0.1
19452026-07-08T23:14:13.907Z Compiling rustls-pki-types v1.14.0
19462026-07-08T23:14:14.082Z Compiling usdt-impl v0.5.0
19472026-07-08T23:14:14.210Z Compiling usdt-impl v0.6.0
19482026-07-08T23:14:14.232Z Compiling tinyvec_macros v0.1.1
19492026-07-08T23:14:14.314Z Compiling paste v1.0.15
19502026-07-08T23:14:14.333Z Compiling cmov v0.5.4
19512026-07-08T23:14:14.461Z Compiling openssl-probe v0.2.1
19522026-07-08T23:14:14.524Z Compiling either v1.15.0
19532026-07-08T23:14:14.577Z Compiling fastrand v2.3.0
19542026-07-08T23:14:14.606Z Compiling ref-cast v1.0.25
19552026-07-08T23:14:14.689Z Compiling ctutils v0.4.2
19562026-07-08T23:14:14.769Z Compiling spki v0.7.3
19572026-07-08T23:14:14.811Z Compiling tinyvec v1.10.0
19582026-07-08T23:14:14.935Z Compiling rand v0.9.2
19592026-07-08T23:14:14.971Z Compiling serde_spanned v0.6.9
19602026-07-08T23:14:14.978Z Compiling toml_datetime v0.6.11
19612026-07-08T23:14:15.031Z Compiling scroll v0.13.0
19622026-07-08T23:14:15.043Z Compiling scroll v0.12.0
19632026-07-08T23:14:15.129Z Compiling async-trait v0.1.89
19642026-07-08T23:14:15.178Z Compiling heapless v0.7.17
19652026-07-08T23:14:15.225Z Compiling bzip2-sys v0.1.13+1.0.8
19662026-07-08T23:14:15.254Z Compiling winnow v0.7.14
19672026-07-08T23:14:15.279Z Compiling atomic-waker v1.1.2
19682026-07-08T23:14:15.283Z Compiling signal-hook v0.3.18
19692026-07-08T23:14:15.310Z Compiling rustix v0.38.44
19702026-07-08T23:14:15.339Z Compiling tower-service v0.3.3
19712026-07-08T23:14:15.443Z Compiling untrusted v0.7.1
19722026-07-08T23:14:15.480Z Compiling tower-layer v0.3.3
19732026-07-08T23:14:15.499Z Compiling winnow v1.0.3
19742026-07-08T23:14:15.525Z Compiling try-lock v0.2.5
19752026-07-08T23:14:15.576Z Compiling zstd-safe v7.2.4
19762026-07-08T23:14:15.589Z Compiling litrs v1.0.0
19772026-07-08T23:14:15.589Z Compiling cpufeatures v0.2.17
19782026-07-08T23:14:15.695Z Compiling want v0.3.1
19792026-07-08T23:14:15.724Z Compiling goblin v0.8.2
19802026-07-08T23:14:15.724Z Compiling goblin v0.10.5
19812026-07-08T23:14:15.796Z Compiling toml_parser v1.1.2+spec-1.1.0
19822026-07-08T23:14:15.848Z Compiling hybrid-array v0.4.13
19832026-07-08T23:14:16.043Z Compiling tokio-util v0.7.18
19842026-07-08T23:14:16.071Z Compiling document-features v0.2.12
19852026-07-08T23:14:16.210Z Compiling zerocopy v0.7.35
19862026-07-08T23:14:16.439Z Compiling ipnet v2.11.0
19872026-07-08T23:14:16.477Z Compiling ref-cast-impl v1.0.25
19882026-07-08T23:14:16.703Z Compiling darling_core v0.20.11
19892026-07-08T23:14:16.741Z Compiling curve25519-dalek v4.1.3
19902026-07-08T23:14:16.809Z Compiling h2 v0.4.15
19912026-07-08T23:14:16.845Z Compiling memoffset v0.9.1
19922026-07-08T23:14:17.038Z Compiling foreign-types-shared v0.1.1
19932026-07-08T23:14:17.052Z Compiling httpdate v1.0.3
19942026-07-08T23:14:17.191Z Compiling powerfmt v0.2.0
19952026-07-08T23:14:17.264Z Compiling untrusted v0.9.0
19962026-07-08T23:14:17.297Z Compiling utf8parse v0.2.2
19972026-07-08T23:14:17.378Z Compiling winnow v0.5.40
19982026-07-08T23:14:17.410Z Compiling deranged v0.5.8
19992026-07-08T23:14:17.481Z Compiling foreign-types v0.3.2
20002026-07-08T23:14:17.641Z Compiling tempfile v3.25.0
20012026-07-08T23:14:17.836Z Compiling unicode-normalization v0.1.25
20022026-07-08T23:14:17.975Z Compiling dtrace-parser v0.2.0
20032026-07-08T23:14:18.234Z Compiling dof v0.3.0
20042026-07-08T23:14:18.317Z Compiling pkcs8 v0.10.2
20052026-07-08T23:14:18.523Z Compiling dof v0.4.0
20062026-07-08T23:14:18.700Z Compiling darling_macro v0.20.11
20072026-07-08T23:14:18.722Z Compiling toml_edit v0.19.15
20082026-07-08T23:14:18.905Z Compiling dtrace-parser v0.3.0
20092026-07-08T23:14:18.938Z Compiling daft-derive v0.1.7
20102026-07-08T23:14:19.204Z Compiling pin-project-internal v1.1.11
20112026-07-08T23:14:19.302Z Compiling spin v0.9.8
20122026-07-08T23:14:19.318Z Compiling thread-id v4.2.2
20132026-07-08T23:14:19.408Z Compiling thread-id v5.1.0
20142026-07-08T23:14:19.423Z Compiling smoltcp v0.9.1
20152026-07-08T23:14:19.510Z Compiling num-bigint-dig v0.8.6
20162026-07-08T23:14:19.631Z Compiling num_threads v0.1.7
20172026-07-08T23:14:19.647Z Compiling cfg_aliases v0.2.1
20182026-07-08T23:14:19.704Z Compiling anstyle v1.0.14
20192026-07-08T23:14:19.735Z Compiling nix v0.31.2
20202026-07-08T23:14:19.831Z Compiling time v0.3.47
20212026-07-08T23:14:19.944Z Compiling hyper v1.10.1
20222026-07-08T23:14:20.138Z Compiling darling v0.20.11
20232026-07-08T23:14:20.249Z Compiling sha2 v0.10.9
20242026-07-08T23:14:20.291Z Compiling ipnetwork v0.21.1
20252026-07-08T23:14:20.329Z Compiling hmac v0.12.1
20262026-07-08T23:14:20.490Z Compiling strum_macros v0.26.4
20272026-07-08T23:14:20.620Z Compiling curve25519-dalek-derive v0.1.1
20282026-07-08T23:14:20.839Z Compiling sync_wrapper v1.0.2
20292026-07-08T23:14:20.964Z Compiling wait-timeout v0.2.1
20302026-07-08T23:14:20.980Z Compiling colorchoice v1.0.4
20312026-07-08T23:14:21.213Z Compiling hyper-util v0.1.20
20322026-07-08T23:14:21.258Z Compiling anstyle-query v1.1.5
20332026-07-08T23:14:21.355Z Compiling bit-vec v0.8.0
20342026-07-08T23:14:21.517Z Compiling simd-adler32 v0.3.8
20352026-07-08T23:14:21.606Z Compiling quick-error v1.2.3
20362026-07-08T23:14:21.653Z Compiling siphasher v1.0.2
20372026-07-08T23:14:21.734Z Compiling is_terminal_polyfill v1.70.2
20382026-07-08T23:14:21.772Z Compiling rusty-fork v0.3.1
20392026-07-08T23:14:21.884Z Compiling bit-set v0.8.0
20402026-07-08T23:14:22.064Z Compiling tower v0.5.3
20412026-07-08T23:14:22.283Z Compiling derive_builder_core v0.20.2
20422026-07-08T23:14:22.392Z Compiling http-body-util v0.1.3
20432026-07-08T23:14:22.686Z Compiling hubpack_derive v0.1.1
20442026-07-08T23:14:22.721Z Compiling snafu-derive v0.8.9
20452026-07-08T23:14:22.859Z Compiling strum_macros v0.27.2
20462026-07-08T23:14:22.877Z Compiling rand_xorshift v0.4.0
20472026-07-08T23:14:23.022Z Compiling fs-err v3.3.0
20482026-07-08T23:14:23.045Z Compiling ahash v0.8.12
20492026-07-08T23:14:23.078Z Compiling unicode-properties v0.1.4
20502026-07-08T23:14:23.118Z Compiling ryu v1.0.23
20512026-07-08T23:14:23.176Z Compiling allocator-api2 v0.2.21
20522026-07-08T23:14:23.252Z Compiling unicode-segmentation v1.12.0
20532026-07-08T23:14:23.300Z Compiling adler2 v2.0.1
20542026-07-08T23:14:23.344Z Compiling unarray v0.1.4
20552026-07-08T23:14:23.481Z Compiling iri-string v0.7.10
20562026-07-08T23:14:23.529Z Compiling object v0.37.3
20572026-07-08T23:14:23.558Z Compiling unicode-bidi v0.3.18
20582026-07-08T23:14:23.820Z Compiling proptest v1.10.0
20592026-07-08T23:14:23.887Z Compiling stringprep v0.1.5
20602026-07-08T23:14:24.000Z Compiling miniz_oxide v0.8.9
20612026-07-08T23:14:24.046Z Compiling serde_urlencoded v0.7.1
20622026-07-08T23:14:24.263Z Compiling derive_builder_macro v0.20.2
20632026-07-08T23:14:24.403Z Compiling tokio-native-tls v0.3.1
20642026-07-08T23:14:24.524Z Compiling usdt-attr-macro v0.6.0
20652026-07-08T23:14:24.546Z Compiling usdt-macro v0.6.0
20662026-07-08T23:14:24.598Z Compiling anstyle-parse v1.0.0
20672026-07-08T23:14:24.641Z Compiling tower-http v0.6.8
20682026-07-08T23:14:24.769Z Compiling block-buffer v0.12.1
20692026-07-08T23:14:24.796Z Compiling crypto-common v0.2.2
20702026-07-08T23:14:24.951Z Compiling block-padding v0.4.2
20712026-07-08T23:14:25.116Z Compiling rustls-native-certs v0.8.3
20722026-07-08T23:14:25.131Z Compiling rand_chacha v0.3.1
20732026-07-08T23:14:25.205Z Compiling erased-serde v0.3.31
20742026-07-08T23:14:25.292Z Compiling signature v2.2.0
20752026-07-08T23:14:25.330Z Compiling md-5 v0.10.6
20762026-07-08T23:14:25.346Z Compiling bstr v1.12.1
20772026-07-08T23:14:25.428Z Compiling num-integer v0.1.46
20782026-07-08T23:14:25.443Z Compiling hash32 v0.2.1
20792026-07-08T23:14:25.501Z Compiling vergen-lib v9.1.0
20802026-07-08T23:14:25.637Z Compiling encoding_rs v0.8.35
20812026-07-08T23:14:25.725Z Compiling mime v0.3.17
20822026-07-08T23:14:25.741Z Compiling psl-types v2.0.11
20832026-07-08T23:14:25.790Z Compiling cpufeatures v0.3.0
20842026-07-08T23:14:25.830Z Compiling zlib-rs v0.6.2
20852026-07-08T23:14:25.881Z Compiling fallible-iterator v0.2.0
20862026-07-08T23:14:25.958Z Compiling publicsuffix v2.3.0
20872026-07-08T23:14:26.001Z Compiling newtype-uuid v1.3.2
20882026-07-08T23:14:26.152Z Compiling num-iter v0.1.45
20892026-07-08T23:14:26.209Z Compiling postgres-protocol v0.6.10
20902026-07-08T23:14:26.349Z Compiling rand v0.8.6
20912026-07-08T23:14:26.734Z Compiling inout v0.2.2
20922026-07-08T23:14:26.795Z Compiling oxnet v0.1.6
20932026-07-08T23:14:26.810Z Compiling derive_builder v0.20.2
20942026-07-08T23:14:26.899Z Compiling anstream v1.0.0
20952026-07-08T23:14:26.919Z Compiling hyper-tls v0.6.0
20962026-07-08T23:14:26.956Z Compiling heck v0.4.1
20972026-07-08T23:14:27.055Z Compiling phf_shared v0.13.1
20982026-07-08T23:14:27.068Z Compiling pin-project v1.1.11
20992026-07-08T23:14:27.218Z Compiling lazy_static v1.5.0
21002026-07-08T23:14:27.221Z Compiling anstyle-parse v0.2.7
21012026-07-08T23:14:27.326Z Compiling terminal_size v0.4.3
21022026-07-08T23:14:27.348Z Compiling futures-executor v0.3.32
21032026-07-08T23:14:27.362Z Compiling serde_with_macros v3.17.0
21042026-07-08T23:14:27.366Z Compiling hex v0.4.3
21052026-07-08T23:14:27.407Z Compiling clap_derive v4.6.1
21062026-07-08T23:14:27.441Z Compiling serde_repr v0.1.20
21072026-07-08T23:14:27.479Z Compiling enum-as-inner v0.6.1
21082026-07-08T23:14:27.494Z Compiling async-recursion v1.1.1
21092026-07-08T23:14:27.701Z Compiling ff v0.13.1
21102026-07-08T23:14:27.716Z Compiling vergen v9.1.0
21112026-07-08T23:14:27.809Z Compiling cargo-platform v0.3.2
21122026-07-08T23:14:27.860Z Compiling clap_lex v1.0.0
21132026-07-08T23:14:27.949Z Compiling flate2 v1.1.9
21142026-07-08T23:14:28.008Z Compiling bitflags v1.3.2
21152026-07-08T23:14:28.090Z Compiling same-file v1.0.6
21162026-07-08T23:14:28.106Z Compiling managed v0.8.0
21172026-07-08T23:14:28.125Z Compiling foldhash v0.1.5
21182026-07-08T23:14:28.257Z Compiling foldhash v0.2.0
21192026-07-08T23:14:28.324Z Compiling bumpalo v3.20.2
21202026-07-08T23:14:28.356Z Compiling base16ct v0.2.0
21212026-07-08T23:14:28.401Z Compiling libbz2-rs-sys v0.2.2
21222026-07-08T23:14:28.433Z Compiling hashbrown v0.16.1
21232026-07-08T23:14:28.477Z Compiling sec1 v0.7.3
21242026-07-08T23:14:28.530Z Compiling hashbrown v0.15.5
21252026-07-08T23:14:28.547Z Compiling zopfli v0.8.3
21262026-07-08T23:14:28.961Z Compiling bzip2 v0.6.1
21272026-07-08T23:14:28.982Z Compiling walkdir v2.5.0
21282026-07-08T23:14:29.028Z Compiling clap_builder v4.6.0
21292026-07-08T23:14:29.069Z Compiling cargo_metadata v0.23.1
21302026-07-08T23:14:29.119Z Compiling group v0.13.0
21312026-07-08T23:14:29.273Z Compiling futures v0.3.32
21322026-07-08T23:14:29.308Z Compiling zstd v0.13.3
21332026-07-08T23:14:29.366Z Compiling anstream v0.6.21
21342026-07-08T23:14:29.763Z Compiling phf v0.13.1
21352026-07-08T23:14:29.778Z Compiling snafu v0.8.9
21362026-07-08T23:14:29.941Z Compiling reqwest v0.12.28
21372026-07-08T23:14:30.020Z Compiling daft v0.1.7
21382026-07-08T23:14:30.129Z Compiling signal-hook-mio v0.2.5
21392026-07-08T23:14:30.302Z Compiling cipher v0.5.2
21402026-07-08T23:14:30.318Z Compiling cookie_store v0.22.1
21412026-07-08T23:14:30.395Z Compiling postgres-types v0.2.12
21422026-07-08T23:14:30.428Z Compiling bzip2 v0.4.4
21432026-07-08T23:14:30.589Z Compiling globset v0.4.18
21442026-07-08T23:14:30.593Z Compiling ed25519 v2.2.3
21452026-07-08T23:14:30.624Z Compiling strum v0.27.2
21462026-07-08T23:14:30.854Z Compiling hubpack v0.1.2
21472026-07-08T23:14:30.902Z Compiling phf_shared v0.11.3
21482026-07-08T23:14:30.920Z Compiling crossbeam-epoch v0.9.18
21492026-07-08T23:14:30.950Z Compiling hkdf v0.12.4
21502026-07-08T23:14:31.100Z Compiling pkcs1 v0.7.5
21512026-07-08T23:14:31.115Z Compiling olpc-cjson v0.1.4
21522026-07-08T23:14:31.295Z Compiling pem v3.0.6
21532026-07-08T23:14:31.346Z Compiling serde-big-array v0.5.1
21542026-07-08T23:14:31.406Z Compiling serde_plain v1.0.2
21552026-07-08T23:14:31.498Z Compiling crypto-bigint v0.5.5
21562026-07-08T23:14:31.600Z Compiling float-cmp v0.10.0
21572026-07-08T23:14:31.618Z Compiling memmap2 v0.9.10
21582026-07-08T23:14:31.621Z Compiling env_filter v1.0.0
21592026-07-08T23:14:31.758Z Compiling static_assertions v1.1.0
21602026-07-08T23:14:31.773Z Compiling data-encoding v2.10.0
21612026-07-08T23:14:31.849Z Compiling new_debug_unreachable v1.0.6
21622026-07-08T23:14:31.864Z Compiling normalize-line-endings v0.3.0
21632026-07-08T23:14:31.879Z Compiling whoami v2.1.0
21642026-07-08T23:14:31.895Z Compiling fixedbitset v0.5.7
21652026-07-08T23:14:31.911Z Compiling difflib v0.4.0
21662026-07-08T23:14:31.935Z Compiling const-oid v0.10.2
21672026-07-08T23:14:32.146Z Compiling keccak v0.1.6
21682026-07-08T23:14:32.192Z Compiling toml_write v0.1.2
21692026-07-08T23:14:32.207Z Compiling typed-path v0.9.3
21702026-07-08T23:14:32.228Z Compiling predicates-core v1.0.10
21712026-07-08T23:14:32.255Z Compiling precomputed-hash v0.1.1
21722026-07-08T23:14:32.324Z Compiling fixedbitset v0.4.2
21732026-07-08T23:14:32.377Z Compiling jiff v0.2.21
21742026-07-08T23:14:32.380Z Compiling predicates v3.1.4
21752026-07-08T23:14:32.409Z Compiling toml_edit v0.22.27
21762026-07-08T23:14:32.412Z Compiling string_cache v0.8.9
21772026-07-08T23:14:32.452Z Compiling elliptic-curve v0.13.8
21782026-07-08T23:14:32.523Z Compiling petgraph v0.6.5
21792026-07-08T23:14:32.608Z Compiling sha3 v0.10.8
21802026-07-08T23:14:32.631Z Compiling petgraph v0.8.3
21812026-07-08T23:14:32.664Z Compiling tokio-postgres v0.7.16
21822026-07-08T23:14:32.721Z Compiling digest v0.11.3
21832026-07-08T23:14:32.771Z Compiling hickory-proto v0.25.2
21842026-07-08T23:14:32.893Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21852026-07-08T23:14:32.964Z Compiling env_logger v0.11.9
21862026-07-08T23:14:32.982Z Compiling usdt v0.6.0
21872026-07-08T23:14:33.250Z Compiling chacha20 v0.10.0
21882026-07-08T23:14:33.556Z Compiling rsa v0.9.10
21892026-07-08T23:14:34.714Z Compiling ed25519-dalek v2.2.0
21902026-07-08T23:14:34.732Z Compiling zip v0.6.6
21912026-07-08T23:14:34.748Z Compiling clap v4.6.1
21922026-07-08T23:14:34.842Z Compiling iddqd v0.4.2
21932026-07-08T23:14:35.022Z Compiling zip v4.6.1
21942026-07-08T23:14:35.150Z Compiling crossterm v0.28.1
21952026-07-08T23:14:35.580Z Compiling serde_with v3.17.0
21962026-07-08T23:14:35.641Z Compiling similar v2.7.0
21972026-07-08T23:14:35.734Z Compiling strum v0.26.3
21982026-07-08T23:14:35.879Z Compiling toml v0.7.8
21992026-07-08T23:14:35.929Z Compiling tokio-stream v0.1.18
22002026-07-08T23:14:36.029Z Compiling buf-list v1.1.2
22012026-07-08T23:14:36.072Z Compiling x509-cert v0.2.5
22022026-07-08T23:14:36.312Z Compiling itertools v0.13.0
22032026-07-08T23:14:36.379Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22042026-07-08T23:14:36.859Z Compiling openapiv3 v2.2.0
22052026-07-08T23:14:37.157Z Compiling lalrpop-util v0.19.12
22062026-07-08T23:14:37.275Z Compiling peg-runtime v0.8.5
22072026-07-08T23:14:53.414Z Compiling rustls-webpki v0.103.13
22082026-07-08T23:14:54.342Z Compiling macaddr v1.0.1
22092026-07-08T23:14:54.400Z Compiling structmeta-derive v0.3.0
22102026-07-08T23:14:54.628Z Compiling rayon-core v1.13.0
22112026-07-08T23:14:54.631Z Compiling crucible-workspace-hack v0.1.0
22122026-07-08T23:14:54.640Z Compiling itertools v0.14.0
22132026-07-08T23:14:54.789Z Compiling secrecy v0.10.3
22142026-07-08T23:14:54.864Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22152026-07-08T23:14:54.879Z Compiling heapless v0.8.0
22162026-07-08T23:14:54.969Z Compiling toml_datetime v0.7.5+spec-1.1.0
22172026-07-08T23:14:55.113Z Compiling crossbeam-deque v0.8.6
22182026-07-08T23:14:55.156Z Compiling toml_edit v0.23.10+spec-1.0.0
22192026-07-08T23:14:55.220Z Compiling inout v0.1.4
22202026-07-08T23:14:55.235Z Compiling hash32 v0.3.1
22212026-07-08T23:14:55.276Z Compiling multer v3.1.0
22222026-07-08T23:14:55.308Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22232026-07-08T23:14:55.360Z Compiling thread_local v1.1.9
22242026-07-08T23:14:55.376Z Compiling smoltcp v0.11.0
22252026-07-08T23:14:55.405Z Compiling compression-core v0.4.31
22262026-07-08T23:14:55.420Z Compiling structmeta v0.3.0
22272026-07-08T23:14:55.434Z Compiling unicode-width v0.2.0
22282026-07-08T23:14:55.471Z Compiling slog-async v2.8.0
22292026-07-08T23:14:55.508Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22302026-07-08T23:14:55.604Z Compiling match_cfg v0.1.0
22312026-07-08T23:14:55.647Z Compiling derive-ex v0.1.8
22322026-07-08T23:14:55.691Z Compiling hostname v0.3.1
22332026-07-08T23:14:55.734Z Compiling proc-macro-crate v3.4.0
22342026-07-08T23:14:55.751Z Compiling compression-codecs v0.4.37
22352026-07-08T23:14:55.843Z Compiling cipher v0.4.4
22362026-07-08T23:14:55.871Z Compiling atomicwrites v0.4.4
22372026-07-08T23:14:55.915Z Compiling ingot-macros v0.1.1
22382026-07-08T23:14:56.081Z Compiling slog-json v2.6.1
22392026-07-08T23:14:56.108Z Compiling crossbeam-channel v0.5.15
22402026-07-08T23:14:56.137Z Compiling half v2.7.1
22412026-07-08T23:14:56.166Z Compiling newtype-uuid-macros v0.1.0
22422026-07-08T23:14:56.180Z Compiling cobs v0.3.0
22432026-07-08T23:14:56.337Z Compiling universal-hash v0.5.1
22442026-07-08T23:14:56.375Z Compiling thiserror-impl-no-std v2.0.2
22452026-07-08T23:14:56.495Z Compiling async-stream-impl v0.3.6
22462026-07-08T23:14:56.510Z Compiling serde_spanned v1.1.1
22472026-07-08T23:14:56.526Z Compiling toml_datetime v1.1.1+spec-1.1.0
22482026-07-08T23:14:56.681Z Compiling is-terminal v0.4.17
22492026-07-08T23:14:56.801Z Compiling proc-macro-error-attr v1.0.4
22502026-07-08T23:14:56.830Z Compiling dropshot v0.17.1
22512026-07-08T23:14:56.956Z Compiling tokio-rustls v0.26.4
22522026-07-08T23:14:56.972Z Compiling rustls-platform-verifier v0.6.2
22532026-07-08T23:14:57.052Z Compiling tough v0.22.0
22542026-07-08T23:14:57.068Z Compiling toml_writer v1.1.1+spec-1.1.0
22552026-07-08T23:14:57.098Z Compiling ciborium-io v0.2.2
22562026-07-08T23:14:57.200Z Compiling term v1.2.1
22572026-07-08T23:14:57.218Z Compiling hyper-rustls v0.27.7
22582026-07-08T23:14:57.231Z Compiling convert_case v0.4.0
22592026-07-08T23:14:57.250Z Compiling opaque-debug v0.3.1
22602026-07-08T23:14:57.340Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22612026-07-08T23:14:57.355Z Compiling take_mut v0.2.2
22622026-07-08T23:14:57.425Z Compiling poly1305 v0.8.0
22632026-07-08T23:14:57.439Z Compiling reqwest v0.13.2
22642026-07-08T23:14:57.532Z Compiling slog-term v2.9.2
22652026-07-08T23:14:57.558Z Compiling derive_more v0.99.20
22662026-07-08T23:14:57.595Z Compiling thiserror-no-std v2.0.2
22672026-07-08T23:14:57.703Z Compiling toml v1.1.2+spec-1.1.0
22682026-07-08T23:14:58.059Z Compiling test-strategy v0.4.5
22692026-07-08T23:14:58.318Z Compiling ciborium-ll v0.2.2
22702026-07-08T23:14:58.520Z Compiling async-stream v0.3.6
22712026-07-08T23:14:58.566Z Compiling ingot-types v0.1.2
22722026-07-08T23:14:58.612Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22732026-07-08T23:14:58.655Z Compiling postcard v1.1.3
22742026-07-08T23:14:58.726Z Compiling slog-bunyan v2.5.0
22752026-07-08T23:14:58.785Z Compiling num_enum_derive v0.7.6
22762026-07-08T23:14:58.927Z Compiling chacha20 v0.9.1
22772026-07-08T23:14:58.979Z Compiling ingot v0.1.1
22782026-07-08T23:14:59.038Z Compiling async-compression v0.4.41
22792026-07-08T23:14:59.194Z Compiling parse-display-derive v0.10.0
22802026-07-08T23:14:59.370Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
22812026-07-08T23:14:59.535Z Compiling sha1 v0.11.0
22822026-07-08T23:14:59.729Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22832026-07-08T23:14:59.750Z Compiling proc-macro-crate v1.3.1
22842026-07-08T23:14:59.973Z Compiling waitgroup v0.1.2
22852026-07-08T23:14:59.988Z Compiling backon v1.6.0
22862026-07-08T23:15:00.104Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
22872026-07-08T23:15:00.250Z Compiling password-hash v0.5.0
22882026-07-08T23:15:00.265Z Compiling rustls-pemfile v2.2.0
22892026-07-08T23:15:00.330Z Compiling dropshot_endpoint v0.17.1
22902026-07-08T23:15:00.404Z Compiling blake2 v0.10.6
22912026-07-08T23:15:00.564Z Compiling aead v0.5.2
22922026-07-08T23:15:00.595Z Compiling foreign-types-macros v0.2.3
22932026-07-08T23:15:00.611Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
22942026-07-08T23:15:00.680Z Compiling serde_path_to_error v0.1.20
22952026-07-08T23:15:00.697Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22962026-07-08T23:15:00.779Z Compiling hostname v0.4.2
22972026-07-08T23:15:00.918Z Compiling proc-macro-error v1.0.4
22982026-07-08T23:15:00.967Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
22992026-07-08T23:15:01.058Z Compiling instant v0.1.13
23002026-07-08T23:15:01.078Z Compiling debug-ignore v1.0.5
23012026-07-08T23:15:01.150Z Compiling foreign-types-shared v0.3.1
23022026-07-08T23:15:01.203Z Compiling backoff v0.4.0
23032026-07-08T23:15:01.220Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23042026-07-08T23:15:01.223Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23052026-07-08T23:15:01.223Z Compiling chacha20poly1305 v0.10.1
23062026-07-08T23:15:01.223Z Compiling parse-display v0.10.0
23072026-07-08T23:15:01.267Z Compiling foreign-types v0.5.0
23082026-07-08T23:15:01.313Z Compiling argon2 v0.5.3
23092026-07-08T23:15:01.328Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23102026-07-08T23:15:01.375Z Compiling num_enum_derive v0.5.11
23112026-07-08T23:15:01.418Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23122026-07-08T23:15:01.434Z Compiling num_enum v0.7.6
23132026-07-08T23:15:01.492Z Compiling ciborium v0.2.2
23142026-07-08T23:15:01.583Z Compiling vsss-rs v3.3.4
23152026-07-08T23:15:01.850Z Compiling tabwriter v1.4.1
23162026-07-08T23:15:01.867Z Compiling regress v0.10.5
23172026-07-08T23:15:01.966Z Compiling byte-wrapper v0.1.0
23182026-07-08T23:15:01.980Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23192026-07-08T23:15:01.994Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23202026-07-08T23:15:02.144Z Compiling cstr-argument v0.1.2
23212026-07-08T23:15:02.161Z Compiling humantime v2.3.0
23222026-07-08T23:15:02.241Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23232026-07-08T23:15:02.333Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23242026-07-08T23:15:02.351Z Compiling num_enum v0.5.11
23252026-07-08T23:15:02.382Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23262026-07-08T23:15:02.457Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23272026-07-08T23:15:02.511Z Compiling rayon v1.11.0
23282026-07-08T23:15:02.528Z Compiling rand v0.10.1
23292026-07-08T23:15:02.608Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23302026-07-08T23:15:02.621Z Compiling libefi-sys v0.1.0
23312026-07-08T23:15:02.643Z Compiling indent_write v2.2.0
23322026-07-08T23:15:02.658Z Compiling colored v3.1.1
23332026-07-08T23:15:02.769Z Compiling zone_cfg_derive v0.3.1
23342026-07-08T23:15:02.815Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23352026-07-08T23:15:02.882Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23362026-07-08T23:15:02.896Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23372026-07-08T23:15:02.993Z Compiling camino-tempfile v1.4.1
23382026-07-08T23:15:03.010Z Compiling itertools v0.12.1
23392026-07-08T23:15:03.010Z Compiling usdt-attr-macro v0.5.0
23402026-07-08T23:15:03.135Z Compiling usdt-macro v0.5.0
23412026-07-08T23:15:03.332Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23422026-07-08T23:15:03.349Z Compiling num-derive v0.4.2
23432026-07-08T23:15:03.363Z Compiling bitfield-struct v0.6.2
23442026-07-08T23:15:03.380Z Compiling blake3 v1.8.5
23452026-07-08T23:15:03.408Z Compiling sigpipe v0.1.3
23462026-07-08T23:15:03.426Z Compiling memmap v0.7.0
23472026-07-08T23:15:03.429Z Compiling swrite v0.1.0
23482026-07-08T23:15:03.456Z Compiling glob v0.3.3
23492026-07-08T23:15:03.519Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23502026-07-08T23:15:03.563Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23512026-07-08T23:15:03.812Z Compiling smf v0.2.3
23522026-07-08T23:15:03.856Z Compiling usdt v0.5.0
23532026-07-08T23:15:03.873Z Compiling filetime v0.2.27
23542026-07-08T23:15:04.003Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23552026-07-08T23:15:04.016Z Compiling arrayref v0.3.9
23562026-07-08T23:15:04.091Z Compiling arrayvec v0.7.6
23572026-07-08T23:15:04.107Z Compiling xattr v1.6.1
23582026-07-08T23:15:04.235Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23592026-07-08T23:15:04.260Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23602026-07-08T23:15:04.275Z Compiling constant_time_eq v0.4.2
23612026-07-08T23:15:04.332Z Compiling zone v0.3.1
23622026-07-08T23:15:04.333Z Compiling whoami v1.6.1
23632026-07-08T23:15:04.364Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23642026-07-08T23:15:04.383Z Compiling tar v0.4.45
23652026-07-08T23:15:04.460Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23662026-07-08T23:15:04.493Z Compiling tokio-dtrace v0.1.1
23672026-07-08T23:15:04.508Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23682026-07-08T23:15:04.695Z Compiling console v0.16.2
23692026-07-08T23:15:04.763Z Compiling gethostname v0.5.0
23702026-07-08T23:15:04.864Z Compiling topological-sort v0.2.2
23712026-07-08T23:15:04.915Z Compiling unit-prefix v0.5.2
23722026-07-08T23:15:04.964Z Compiling oxide-tokio-rt v0.1.4
23732026-07-08T23:15:04.981Z Compiling toml v0.8.23
23742026-07-08T23:15:05.075Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23752026-07-08T23:15:05.096Z Compiling indicatif v0.18.4
23762026-07-08T23:15:05.148Z Compiling shell-words v1.1.1
23772026-07-08T23:15:14.481Z Compiling progenitor-client v0.14.0
23782026-07-08T23:15:14.481Z Compiling omicron-zone-package v0.12.3
23792026-07-08T23:15:14.718Z Compiling progenitor-extras v0.2.0
23802026-07-08T23:15:15.055Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23812026-07-08T23:15:15.105Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23822026-07-08T23:15:15.177Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23832026-07-08T23:15:15.205Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23842026-07-08T23:15:15.232Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23852026-07-08T23:15:15.258Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23862026-07-08T23:15:15.533Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23872026-07-08T23:15:15.562Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23882026-07-08T23:15:16.109Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23892026-07-08T23:15:20.013Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23902026-07-08T23:15:27.915Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23912026-07-08T23:15:31.043Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23922026-07-08T23:15:32.059Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23932026-07-08T23:15:41.361Z Finished `release` profile [optimized] target(s) in 1m 39s
23942026-07-08T23:15:41.504Z Running `target/release/omicron-package -t test target create -p dev`
23952026-07-08T23:15:41.565ZLogging to: /work/oxidecomputer/omicron/out/LOG
23962026-07-08T23:15:41.568ZCreated new build target 'test' and set it as active
23972026-07-08T23:15:41.568Z
23982026-07-08T23:15:41.568Zreal 1:39.661178773
23992026-07-08T23:15:41.568Zuser 16:17.987931875
24002026-07-08T23:15:41.568Zsys 2:35.504919190
24012026-07-08T23:15:41.568Ztrap 0.464995427
24022026-07-08T23:15:41.568Ztflt 2.212083847
24032026-07-08T23:15:41.568Zdflt 4.313027787
24042026-07-08T23:15:41.568Zkflt 0.000390350
24052026-07-08T23:15:41.568Zlock 51:24.566086397
24062026-07-08T23:15:41.568Zslp 42:11.550635393
24072026-07-08T23:15:41.568Zlat 40.263549322
24082026-07-08T23:15:41.568Zstop 5:04.188128274
24092026-07-08T23:15:41.572Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24102026-07-08T23:15:42.397Z Finished `release` profile [optimized] target(s) in 0.81s
24112026-07-08T23:15:42.465Z Running `target/release/omicron-package -t test package`
24122026-07-08T23:15:42.520ZLogging to: /work/oxidecomputer/omicron/out/LOG
24132026-07-08T23:15:43.877Z Compiling heck v0.5.0
24142026-07-08T23:15:43.877Z Compiling regress v0.11.1
24152026-07-08T23:15:44.097Z Compiling unsafe-libyaml v0.2.11
24162026-07-08T23:15:44.136Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24172026-07-08T23:15:44.158Z Compiling unicode-width v0.1.14
24182026-07-08T23:15:44.180Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24192026-07-08T23:15:44.198Z Compiling atomicwrites v0.4.4
24202026-07-08T23:15:44.201Z Compiling derive-where v1.6.0
24212026-07-08T23:15:44.201Z Compiling bytecount v0.6.9
24222026-07-08T23:15:44.258Z Compiling is-terminal v0.4.17
24232026-07-08T23:15:44.258Z Compiling cancel-safe-futures v0.1.5
24242026-07-08T23:15:44.261Z Compiling owo-colors v4.3.0
24252026-07-08T23:15:44.261Z Compiling prettyplease v0.2.37
24262026-07-08T23:15:44.261Z Compiling console v0.15.11
24272026-07-08T23:15:44.336Z Compiling libsw-core v0.3.2
24282026-07-08T23:15:44.381Z Compiling newline-converter v0.3.0
24292026-07-08T23:15:44.405Z Compiling slog-dtrace v0.3.0
24302026-07-08T23:15:44.405Z Compiling linear-map v1.2.0
24312026-07-08T23:15:44.427Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24322026-07-08T23:15:44.486Z Compiling resolv-conf v0.7.6
24332026-07-08T23:15:44.539Z Compiling libsw v3.5.0
24342026-07-08T23:15:44.562Z Compiling num-rational v0.4.2
24352026-07-08T23:15:44.630Z Compiling serde_yaml v0.9.34+deprecated
24362026-07-08T23:15:44.653Z Compiling expectorate v1.2.0
24372026-07-08T23:15:44.676Z Compiling num-complex v0.4.6
24382026-07-08T23:15:44.756Z Compiling thread_local v1.1.9
24392026-07-08T23:15:44.778Z Compiling compression-core v0.4.31
24402026-07-08T23:15:44.907Z Compiling match_cfg v0.1.0
24412026-07-08T23:15:44.949Z Compiling compression-codecs v0.4.37
24422026-07-08T23:15:45.004Z Compiling hostname v0.3.1
24432026-07-08T23:15:45.025Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24442026-07-08T23:15:45.044Z Compiling multer v3.1.0
24452026-07-08T23:15:45.110Z Compiling num v0.4.3
24462026-07-08T23:15:45.130Z Compiling slog-async v2.8.0
24472026-07-08T23:15:45.167Z Compiling crossbeam-channel v0.5.15
24482026-07-08T23:15:45.188Z Compiling slog-json v2.6.1
24492026-07-08T23:15:45.208Z Compiling serde_spanned v1.1.1
24502026-07-08T23:15:45.211Z Compiling toml_datetime v1.1.1+spec-1.1.0
24512026-07-08T23:15:45.248Z Compiling linked-hash-map v0.5.6
24522026-07-08T23:15:45.394Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24532026-07-08T23:15:45.420Z Compiling term v1.2.1
24542026-07-08T23:15:45.442Z Compiling toml_writer v1.1.1+spec-1.1.0
24552026-07-08T23:15:45.464Z Compiling take_mut v0.2.2
24562026-07-08T23:15:45.488Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24572026-07-08T23:15:45.506Z Compiling float-ord v0.3.2
24582026-07-08T23:15:45.532Z Compiling lru-cache v0.1.2
24592026-07-08T23:15:45.553Z Compiling slog-bunyan v2.5.0
24602026-07-08T23:15:45.611Z Compiling async-compression v0.4.41
24612026-07-08T23:15:45.639Z Compiling typify-impl v0.6.2
24622026-07-08T23:15:45.658Z Compiling toml v1.1.2+spec-1.1.0
24632026-07-08T23:15:45.686Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24642026-07-08T23:15:45.707Z Compiling slog-term v2.9.2
24652026-07-08T23:15:45.937Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24662026-07-08T23:15:45.955Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24672026-07-08T23:15:46.018Z Compiling dropshot v0.17.1
24682026-07-08T23:15:46.084Z Compiling async-stream v0.3.6
24692026-07-08T23:15:46.115Z Compiling sha1 v0.11.0
24702026-07-08T23:15:46.158Z Compiling progenitor-client v0.14.0
24712026-07-08T23:15:46.179Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24722026-07-08T23:15:46.231Z Compiling waitgroup v0.1.2
24732026-07-08T23:15:46.274Z Compiling rustls-pemfile v2.2.0
24742026-07-08T23:15:46.399Z Compiling backon v1.6.0
24752026-07-08T23:15:46.399Z Compiling hostname v0.4.2
24762026-07-08T23:15:46.442Z Compiling serde_path_to_error v0.1.20
24772026-07-08T23:15:46.484Z Compiling instant v0.1.13
24782026-07-08T23:15:46.503Z Compiling debug-ignore v1.0.5
24792026-07-08T23:15:46.586Z Compiling minimal-lexical v0.2.1
24802026-07-08T23:15:46.623Z Compiling backoff v0.4.0
24812026-07-08T23:15:46.644Z Compiling progenitor-extras v0.2.0
24822026-07-08T23:15:46.644Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24832026-07-08T23:15:46.795Z Compiling nom v7.1.3
24842026-07-08T23:15:46.843Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24852026-07-08T23:15:46.865Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24862026-07-08T23:15:46.888Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24872026-07-08T23:15:46.945Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24882026-07-08T23:15:47.130Z Compiling parse-display v0.10.0
24892026-07-08T23:15:47.157Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24902026-07-08T23:15:47.209Z Compiling hickory-proto v0.24.4
24912026-07-08T23:15:47.821Z Compiling regress v0.10.5
24922026-07-08T23:15:48.186Z Compiling macaddr v1.0.1
24932026-07-08T23:15:48.409Z Compiling unicode-xid v0.2.6
24942026-07-08T23:15:48.419Z Compiling humantime v2.3.0
24952026-07-08T23:15:48.566Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24962026-07-08T23:15:48.585Z Compiling convert_case v0.10.0
24972026-07-08T23:15:48.610Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24982026-07-08T23:15:48.707Z Compiling toml v0.8.23
24992026-07-08T23:15:48.879Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25002026-07-08T23:15:48.902Z Compiling derive_more-impl v2.1.1
25012026-07-08T23:15:48.906Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25022026-07-08T23:15:49.084Z Compiling papergrid v0.11.0
25032026-07-08T23:15:49.106Z Compiling typify-macro v0.6.2
25042026-07-08T23:15:49.131Z Compiling tabled_derive v0.7.0
25052026-07-08T23:15:49.283Z Compiling termtree v0.5.1
25062026-07-08T23:15:49.484Z Compiling phf_shared v0.12.1
25072026-07-08T23:15:49.556Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25082026-07-08T23:15:49.694Z Compiling derive_more v2.1.1
25092026-07-08T23:15:49.729Z Compiling hickory-resolver v0.24.4
25102026-07-08T23:15:49.806Z Compiling crossterm v0.29.0
25112026-07-08T23:15:49.836Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25122026-07-08T23:15:50.035Z Compiling tabled v0.15.0
25132026-07-08T23:15:50.638Z Compiling typify v0.6.2
25142026-07-08T23:15:50.777Z Compiling progenitor-impl v0.14.0
25152026-07-08T23:15:51.643Z Compiling qorb v0.4.1
25162026-07-08T23:15:51.696Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25172026-07-08T23:15:52.280Z Compiling csv-core v0.1.13
25182026-07-08T23:15:52.731Z Compiling vte v0.14.1
25192026-07-08T23:15:52.735Z Compiling highway v1.3.0
25202026-07-08T23:15:52.963Z Compiling progenitor-macro v0.14.0
25212026-07-08T23:15:52.992Z Compiling chrono-tz v0.10.4
25222026-07-08T23:15:53.251Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25232026-07-08T23:15:54.237Z Compiling strip-ansi-escapes v0.2.1
25242026-07-08T23:15:54.699Z Compiling csv v1.4.0
25252026-07-08T23:15:54.775Z Compiling phf v0.12.1
25262026-07-08T23:15:54.797Z Compiling const_format_proc_macros v0.2.34
25272026-07-08T23:15:54.820Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25282026-07-08T23:15:54.990Z Compiling fd-lock v4.0.4
25292026-07-08T23:15:55.025Z Compiling peg-macros v0.8.5
25302026-07-08T23:15:55.164Z Compiling nu-ansi-term v0.50.3
25312026-07-08T23:15:55.279Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25322026-07-08T23:15:55.676Z Compiling const_format v0.2.35
25332026-07-08T23:15:55.700Z Compiling reedline v0.40.0
25342026-07-08T23:15:56.097Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25352026-07-08T23:15:56.304Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25362026-07-08T23:15:56.875Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25372026-07-08T23:15:56.963Z Compiling progenitor v0.14.0
25382026-07-08T23:15:57.162Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25392026-07-08T23:15:57.227Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25402026-07-08T23:15:57.729Z Compiling peg v0.8.5
25412026-07-08T23:15:57.781Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25422026-07-08T23:15:57.848Z Compiling bcs v0.1.6
25432026-07-08T23:15:57.906Z Compiling nom v8.0.0
25442026-07-08T23:15:58.293Z Compiling semver v0.1.20
25452026-07-08T23:15:58.599Z Compiling rustc_version v0.1.7
25462026-07-08T23:15:58.833Z Compiling newtype_derive v0.1.6
25472026-07-08T23:15:59.094Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25482026-07-08T23:15:59.216Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25492026-07-08T23:15:59.348Z Compiling smawk v0.3.2
25502026-07-08T23:15:59.474Z Compiling unicode-linebreak v0.1.5
25512026-07-08T23:15:59.545Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25522026-07-08T23:15:59.568Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25532026-07-08T23:15:59.672Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25542026-07-08T23:15:59.775Z Compiling textwrap v0.16.2
25552026-07-08T23:16:00.044Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25562026-07-08T23:16:00.088Z Compiling steno v0.4.1
25572026-07-08T23:16:00.119Z Compiling dropshot-api-manager-types v0.7.2
25582026-07-08T23:16:00.714Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25592026-07-08T23:16:01.115Z Compiling base64 v0.21.7
25602026-07-08T23:16:01.137Z Compiling sha1 v0.10.6
25612026-07-08T23:16:01.378Z Compiling utf-8 v0.7.6
25622026-07-08T23:16:01.622Z Compiling tagptr v0.2.0
25632026-07-08T23:16:01.644Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25642026-07-08T23:16:01.666Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25652026-07-08T23:16:01.823Z Compiling moka v0.12.13
25662026-07-08T23:16:01.847Z Compiling tungstenite v0.21.0
25672026-07-08T23:16:01.922Z Compiling display-error-chain v0.2.2
25682026-07-08T23:16:02.110Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25692026-07-08T23:16:02.252Z Compiling proc-macro-error-attr2 v2.0.0
25702026-07-08T23:16:02.273Z Compiling maplit v1.0.2
25712026-07-08T23:16:02.389Z Compiling radium v0.7.0
25722026-07-08T23:16:02.686Z Compiling tokio-tungstenite v0.21.0
25732026-07-08T23:16:02.741Z Compiling proc-macro-error2 v2.0.1
25742026-07-08T23:16:02.900Z Compiling num-derive v0.3.3
25752026-07-08T23:16:03.083Z Compiling hickory-resolver v0.25.2
25762026-07-08T23:16:03.107Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25772026-07-08T23:16:03.107Z Compiling tap v1.0.1
25782026-07-08T23:16:03.256Z Compiling maybe-uninit v2.0.0
25792026-07-08T23:16:03.629Z Compiling wyz v0.5.1
25802026-07-08T23:16:03.816Z Compiling libscf-sys v1.1.0
25812026-07-08T23:16:03.892Z Compiling tabled_derive v0.11.0
25822026-07-08T23:16:03.986Z Compiling papergrid v0.17.0
25832026-07-08T23:16:04.207Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25842026-07-08T23:16:04.852Z Compiling testing_table v0.3.0
25852026-07-08T23:16:04.977Z Compiling vergen-lib v0.1.6
25862026-07-08T23:16:05.217Z Compiling zerocopy-derive v0.6.6
25872026-07-08T23:16:05.287Z Compiling crc-catalog v2.4.0
25882026-07-08T23:16:05.414Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25892026-07-08T23:16:05.827Z Compiling diesel_derives v2.3.7
25902026-07-08T23:16:05.874Z Compiling funty v2.0.0
25912026-07-08T23:16:05.999Z Compiling packed_struct v0.10.1
25922026-07-08T23:16:06.040Z Compiling zerocopy v0.6.6
25932026-07-08T23:16:06.092Z Compiling crc v3.4.0
25942026-07-08T23:16:06.296Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25952026-07-08T23:16:06.333Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25962026-07-08T23:16:06.483Z Compiling bitvec v1.0.1
25972026-07-08T23:16:06.559Z Compiling tabled v0.20.0
25982026-07-08T23:16:06.887Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
25992026-07-08T23:16:07.869Z Compiling progenitor-impl v0.13.0
26002026-07-08T23:16:08.029Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26012026-07-08T23:16:08.332Z Compiling scheduled-thread-pool v0.2.7
26022026-07-08T23:16:08.362Z Compiling dsl_auto_type v0.2.0
26032026-07-08T23:16:08.448Z Compiling packed_struct_codegen v0.10.1
26042026-07-08T23:16:08.739Z Compiling vergen-gitcl v1.0.8
26052026-07-08T23:16:08.896Z Compiling diesel_table_macro_syntax v0.3.0
26062026-07-08T23:16:08.918Z Compiling bitfield-macros v0.19.4
26072026-07-08T23:16:08.976Z Compiling dirs-sys-next v0.1.2
26082026-07-08T23:16:09.124Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26092026-07-08T23:16:09.252Z Compiling indexmap v1.9.3
26102026-07-08T23:16:09.369Z Compiling crunchy v0.2.4
26112026-07-08T23:16:09.390Z Compiling nodrop v0.1.14
26122026-07-08T23:16:09.471Z Compiling glob v0.3.3
26132026-07-08T23:16:09.493Z Compiling array-init v0.0.4
26142026-07-08T23:16:09.582Z Compiling dirs-next v2.0.0
26152026-07-08T23:16:09.658Z Compiling bitfield v0.19.4
26162026-07-08T23:16:09.731Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26172026-07-08T23:16:09.758Z Compiling r2d2 v0.8.10
26182026-07-08T23:16:09.830Z Compiling clang-sys v1.8.1
26192026-07-08T23:16:09.875Z Compiling smallvec v0.6.14
26202026-07-08T23:16:10.018Z Compiling progenitor-macro v0.13.0
26212026-07-08T23:16:10.135Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26222026-07-08T23:16:10.226Z Compiling progenitor-client v0.13.0
26232026-07-08T23:16:10.327Z Compiling tiny-keccak v2.0.2
26242026-07-08T23:16:10.556Z Compiling hashbrown v0.12.3
26252026-07-08T23:16:10.750Z Compiling downcast-rs v2.0.2
26262026-07-08T23:16:10.880Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26272026-07-08T23:16:11.939Z Compiling serde-hex v0.1.0
26282026-07-08T23:16:12.126Z Compiling term v0.7.0
26292026-07-08T23:16:12.317Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26302026-07-08T23:16:12.555Z Compiling ron v0.8.1
26312026-07-08T23:16:12.638Z Compiling hashbrown v0.13.2
26322026-07-08T23:16:13.277Z Compiling crc-any v2.5.0
26332026-07-08T23:16:13.537Z Compiling crc8 v0.1.1
26342026-07-08T23:16:13.670Z Compiling bit-vec v0.6.3
26352026-07-08T23:16:13.696Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26362026-07-08T23:16:13.916Z Compiling bit-set v0.5.3
26372026-07-08T23:16:14.003Z Compiling object v0.30.4
26382026-07-08T23:16:14.045Z Compiling progenitor v0.13.0
26392026-07-08T23:16:14.079Z Compiling ascii-canvas v3.0.0
26402026-07-08T23:16:14.114Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26412026-07-08T23:16:14.300Z Compiling diesel v2.3.7
26422026-07-08T23:16:14.345Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26432026-07-08T23:16:14.348Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26442026-07-08T23:16:14.366Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26452026-07-08T23:16:14.475Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26462026-07-08T23:16:14.618Z Compiling itertools v0.10.5
26472026-07-08T23:16:14.657Z Compiling ena v0.14.4
26482026-07-08T23:16:14.684Z Compiling libloading v0.8.9
26492026-07-08T23:16:14.893Z Compiling xshell-macros v0.2.7
26502026-07-08T23:16:14.915Z Compiling unicase v2.9.0
26512026-07-08T23:16:14.936Z Compiling diff v0.1.13
26522026-07-08T23:16:14.969Z Compiling path-slash v0.1.5
26532026-07-08T23:16:15.153Z Compiling bindgen v0.71.1
26542026-07-08T23:16:15.190Z Compiling regex-syntax v0.6.29
26552026-07-08T23:16:15.318Z Compiling xshell v0.2.7
26562026-07-08T23:16:15.491Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26572026-07-08T23:16:15.730Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26582026-07-08T23:16:15.791Z Compiling cexpr v0.6.0
26592026-07-08T23:16:15.860Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26602026-07-08T23:16:16.104Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26612026-07-08T23:16:16.442Z Compiling rustc-hash v2.1.1
26622026-07-08T23:16:16.597Z Compiling lalrpop v0.19.12
26632026-07-08T23:16:16.670Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26642026-07-08T23:16:16.916Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26652026-07-08T23:16:17.888Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26662026-07-08T23:16:18.098Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26672026-07-08T23:16:18.186Z Compiling headers-core v0.3.0
26682026-07-08T23:16:18.345Z Compiling libxml v0.3.3
26692026-07-08T23:16:18.604Z Compiling headers v0.4.1
26702026-07-08T23:16:18.679Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26712026-07-08T23:16:18.864Z Compiling strum_macros v0.24.3
26722026-07-08T23:16:18.913Z Compiling indoc v1.0.9
26732026-07-08T23:16:19.351Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26742026-07-08T23:16:20.111Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26752026-07-08T23:16:20.215Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26762026-07-08T23:16:20.448Z Compiling git-stub v1.0.0
26772026-07-08T23:16:20.715Z Compiling derive_builder v0.20.2
26782026-07-08T23:16:20.883Z Compiling quick-xml v0.37.5
26792026-07-08T23:16:21.218Z Compiling oso-derive v0.27.3
26802026-07-08T23:16:21.621Z Compiling impl-trait-for-tuples v0.2.3
26812026-07-08T23:16:21.669Z Compiling samael v0.0.19
26822026-07-08T23:16:21.764Z Compiling openssl-probe v0.1.6
26832026-07-08T23:16:21.785Z Compiling git-stub-vcs v0.1.0
26842026-07-08T23:16:22.094Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26852026-07-08T23:16:22.144Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26862026-07-08T23:16:22.403Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26872026-07-08T23:16:22.478Z Compiling bb8 v0.8.6
26882026-07-08T23:16:22.812Z Compiling trait-variant v0.1.2
26892026-07-08T23:16:22.866Z Compiling half v1.8.3
26902026-07-08T23:16:22.953Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26912026-07-08T23:16:23.185Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26922026-07-08T23:16:23.304Z Compiling serde_cbor v0.11.2
26932026-07-08T23:16:23.369Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26942026-07-08T23:16:23.625Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26952026-07-08T23:16:23.859Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26962026-07-08T23:16:23.934Z Compiling nonempty v0.12.0
26972026-07-08T23:16:23.978Z Compiling polar-core v0.27.3
26982026-07-08T23:16:24.160Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26992026-07-08T23:16:24.187Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27002026-07-08T23:16:24.324Z Compiling fxhash v0.2.1
27012026-07-08T23:16:24.330Z Compiling libz-sys v1.1.24
27022026-07-08T23:16:24.438Z Compiling salty v0.3.0
27032026-07-08T23:16:24.792Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27042026-07-08T23:16:24.814Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27052026-07-08T23:16:24.861Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27062026-07-08T23:16:25.273Z Compiling kstat-rs v0.2.4
27072026-07-08T23:16:25.512Z Compiling arc-swap v1.8.2
27082026-07-08T23:16:25.535Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27092026-07-08T23:16:25.757Z Compiling fs-err v2.11.0
27102026-07-08T23:16:25.890Z Compiling slog-scope v4.4.1
27112026-07-08T23:16:25.894Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27122026-07-08T23:16:26.044Z Compiling mime_guess v2.0.5
27132026-07-08T23:16:26.138Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27142026-07-08T23:16:26.254Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27152026-07-08T23:16:26.393Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27162026-07-08T23:16:26.597Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27172026-07-08T23:16:26.866Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27182026-07-08T23:16:27.061Z Compiling rfc6979 v0.4.0
27192026-07-08T23:16:27.243Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27202026-07-08T23:16:27.460Z Compiling nanorand v0.7.0
27212026-07-08T23:16:27.824Z Compiling darling_core v0.23.0
27222026-07-08T23:16:27.893Z Compiling libgit2-sys v0.18.3+1.9.2
27232026-07-08T23:16:27.980Z Compiling parking_lot_core v0.8.6
27242026-07-08T23:16:28.307Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27252026-07-08T23:16:29.456Z Compiling flume v0.11.1
27262026-07-08T23:16:29.851Z Compiling ecdsa v0.16.9
27272026-07-08T23:16:29.855Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27282026-07-08T23:16:29.934Z Compiling darling_macro v0.23.0
27292026-07-08T23:16:30.262Z Compiling slog-stdlog v4.1.1
27302026-07-08T23:16:30.495Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27312026-07-08T23:16:30.588Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27322026-07-08T23:16:30.655Z Compiling primeorder v0.13.6
27332026-07-08T23:16:30.723Z Compiling atty v0.2.14
27342026-07-08T23:16:30.870Z Compiling instability v0.3.11
27352026-07-08T23:16:30.972Z Compiling http-range v0.1.5
27362026-07-08T23:16:31.113Z Compiling strsim v0.10.0
27372026-07-08T23:16:31.305Z Compiling parse-size v1.1.0
27382026-07-08T23:16:31.543Z Compiling async-bb8-diesel v0.2.1
27392026-07-08T23:16:31.875Z Compiling diesel-dtrace v0.5.0
27402026-07-08T23:16:32.008Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27412026-07-08T23:16:32.207Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27422026-07-08T23:16:32.291Z Compiling darling_core v0.13.4
27432026-07-08T23:16:32.429Z Compiling p384 v0.13.1
27442026-07-08T23:16:33.918Z Compiling oso v0.27.3
27452026-07-08T23:16:34.556Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27462026-07-08T23:16:34.965Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27472026-07-08T23:16:36.176Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27482026-07-08T23:16:36.595Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27492026-07-08T23:16:37.032Z Compiling darling v0.23.0
27502026-07-08T23:16:37.147Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27512026-07-08T23:16:37.511Z Compiling slog-envlogger v2.2.0
27522026-07-08T23:16:38.957Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27532026-07-08T23:16:39.564Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27542026-07-08T23:16:39.685Z Compiling ignore v0.4.25
27552026-07-08T23:16:39.937Z Compiling castaway v0.2.4
27562026-07-08T23:16:39.990Z Compiling vergen-git2 v9.1.0
27572026-07-08T23:16:40.104Z Compiling indoc v2.0.7
27582026-07-08T23:16:40.265Z Compiling compact_str v0.8.1
27592026-07-08T23:16:40.402Z Compiling globwalk v0.9.1
27602026-07-08T23:16:41.043Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27612026-07-08T23:16:41.280Z Compiling parking_lot v0.11.2
27622026-07-08T23:16:41.409Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27632026-07-08T23:16:41.706Z Compiling hyper-staticfile v0.10.1
27642026-07-08T23:16:42.216Z Compiling darling_macro v0.13.4
27652026-07-08T23:16:42.762Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27662026-07-08T23:16:42.844Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27672026-07-08T23:16:42.895Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27682026-07-08T23:16:42.942Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27692026-07-08T23:16:43.060Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27702026-07-08T23:16:43.111Z Compiling predicates-tree v1.0.13
27712026-07-08T23:16:43.364Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27722026-07-08T23:16:43.408Z Compiling unicode-truncate v1.1.0
27732026-07-08T23:16:43.561Z Compiling lru v0.12.5
27742026-07-08T23:16:43.603Z Compiling rand_seeder v0.4.0
27752026-07-08T23:16:43.624Z Compiling prefix-trie v0.7.0
27762026-07-08T23:16:43.647Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27772026-07-08T23:16:43.790Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27782026-07-08T23:16:43.863Z Compiling corncobs v0.1.4
27792026-07-08T23:16:44.068Z Compiling cassowary v0.3.0
27802026-07-08T23:16:44.104Z Compiling illumos-nvpair-sys v0.2.0
27812026-07-08T23:16:44.146Z Compiling hickory-server v0.25.2
27822026-07-08T23:16:44.173Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27832026-07-08T23:16:44.381Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27842026-07-08T23:16:44.426Z Compiling ratatui v0.29.0
27852026-07-08T23:16:44.619Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27862026-07-08T23:16:44.881Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27872026-07-08T23:16:44.904Z Compiling camino-tempfile-ext v0.3.3
27882026-07-08T23:16:44.933Z Compiling darling v0.13.4
27892026-07-08T23:16:45.051Z Compiling sled v0.34.7
27902026-07-08T23:16:45.509Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27912026-07-08T23:16:45.615Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27922026-07-08T23:16:45.779Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27932026-07-08T23:16:46.157Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
27942026-07-08T23:16:48.253Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27952026-07-08T23:16:48.364Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27962026-07-08T23:16:48.567Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27972026-07-08T23:16:48.619Z Compiling secrecy v0.8.0
27982026-07-08T23:16:48.809Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27992026-07-08T23:16:49.160Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28002026-07-08T23:16:49.163Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28012026-07-08T23:16:49.974Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28022026-07-08T23:16:51.316Z Compiling serde_with_macros v1.5.2
28032026-07-08T23:16:51.620Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28042026-07-08T23:16:51.623Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28052026-07-08T23:16:51.765Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28062026-07-08T23:16:52.002Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28072026-07-08T23:16:52.245Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28082026-07-08T23:16:52.488Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28092026-07-08T23:16:52.551Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28102026-07-08T23:16:52.701Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28112026-07-08T23:16:52.748Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28122026-07-08T23:16:52.804Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28132026-07-08T23:16:52.959Z Compiling void v1.0.2
28142026-07-08T23:16:53.080Z Compiling lzss v0.8.2
28152026-07-08T23:16:53.290Z Compiling serde_with v1.14.0
28162026-07-08T23:16:53.354Z Compiling illumos-nvpair v0.3.0
28172026-07-08T23:16:53.380Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28182026-07-08T23:16:54.163Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28192026-07-08T23:16:54.406Z Compiling git2 v0.20.4
28202026-07-08T23:16:54.446Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28212026-07-08T23:16:54.469Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28222026-07-08T23:16:55.119Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28232026-07-08T23:16:56.111Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28242026-07-08T23:16:56.229Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28252026-07-08T23:16:56.498Z Compiling tungstenite v0.23.0
28262026-07-08T23:16:57.353Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28272026-07-08T23:16:57.470Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28282026-07-08T23:16:58.436Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28292026-07-08T23:16:58.737Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28302026-07-08T23:16:58.847Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28312026-07-08T23:16:59.092Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28322026-07-08T23:16:59.328Z Compiling nix v0.27.1
28332026-07-08T23:17:00.375Z Compiling twox-hash v2.1.2
28342026-07-08T23:17:00.398Z Compiling serde_bytes v0.11.19
28352026-07-08T23:17:00.518Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28362026-07-08T23:17:00.569Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28372026-07-08T23:17:00.690Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28382026-07-08T23:17:00.795Z Compiling tokio-tungstenite v0.23.1
28392026-07-08T23:17:00.879Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28402026-07-08T23:17:00.901Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28412026-07-08T23:17:01.168Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28422026-07-08T23:17:02.545Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28432026-07-08T23:17:03.179Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28442026-07-08T23:17:03.589Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types-versions)
28452026-07-08T23:17:05.284Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28462026-07-08T23:17:05.411Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28472026-07-08T23:17:05.440Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28482026-07-08T23:17:05.992Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28492026-07-08T23:17:06.108Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28502026-07-08T23:17:06.292Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28512026-07-08T23:17:06.397Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
28522026-07-08T23:17:07.311Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28532026-07-08T23:17:07.334Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28542026-07-08T23:17:07.994Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28552026-07-08T23:17:08.209Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28562026-07-08T23:17:09.377Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28572026-07-08T23:17:10.477Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28582026-07-08T23:17:10.716Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28592026-07-08T23:17:11.437Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28602026-07-08T23:17:11.668Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28612026-07-08T23:17:12.363Z Compiling signal-hook-tokio v0.3.1
28622026-07-08T23:17:12.555Z Compiling fatfs v0.3.6
28632026-07-08T23:17:12.678Z Compiling yasna v0.5.2
28642026-07-08T23:17:12.912Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28652026-07-08T23:17:13.200Z Compiling assert_matches v1.5.0
28662026-07-08T23:17:13.313Z Compiling seq-macro v0.3.6
28672026-07-08T23:17:13.815Z Compiling is_ci v1.2.0
28682026-07-08T23:17:13.835Z Compiling rcgen v0.12.1
28692026-07-08T23:17:13.983Z Compiling supports-color v3.0.2
28702026-07-08T23:17:14.026Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28712026-07-08T23:17:14.232Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28722026-07-08T23:17:14.346Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28732026-07-08T23:17:14.645Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28742026-07-08T23:17:14.894Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28752026-07-08T23:17:15.217Z Compiling subprocess v0.2.15
28762026-07-08T23:17:16.680Z Compiling rtoolbox v0.0.3
28772026-07-08T23:17:16.969Z Compiling rpassword v7.4.0
28782026-07-08T23:17:17.266Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28792026-07-08T23:17:17.584Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28802026-07-08T23:17:18.378Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28812026-07-08T23:17:18.530Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28822026-07-08T23:17:20.878Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
28832026-07-08T23:17:21.042Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
28842026-07-08T23:17:21.223Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28852026-07-08T23:17:21.304Z Compiling tui-tree-widget v0.23.1
28862026-07-08T23:17:21.595Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28872026-07-08T23:17:22.294Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28882026-07-08T23:17:22.668Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28892026-07-08T23:17:22.850Z Compiling uzers v0.12.2
28902026-07-08T23:17:22.917Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28912026-07-08T23:17:24.314Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28922026-07-08T23:17:25.123Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28932026-07-08T23:17:25.340Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28942026-07-08T23:17:28.009Z Compiling support-bundle-viewer v0.1.2
28952026-07-08T23:17:29.884Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28962026-07-08T23:17:30.085Z Compiling multimap v0.10.1
28972026-07-08T23:17:43.219Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28982026-07-08T23:17:44.763Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
28992026-07-08T23:17:50.792Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29002026-07-08T23:17:51.345Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29012026-07-08T23:17:53.322Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29022026-07-08T23:24:22.613Z Finished `release` profile [optimized] target(s) in 8m 39s
29032026-07-08T23:25:09.542Z
29042026-07-08T23:25:09.546Zreal 9:27.946325636
29052026-07-08T23:25:09.546Zuser 1:18:19.699668535
29062026-07-08T23:25:09.546Zsys 3:29.066167467
29072026-07-08T23:25:09.546Ztrap 1.742198130
29082026-07-08T23:25:09.546Ztflt 2.167292798
29092026-07-08T23:25:09.546Zdflt 17.697766827
29102026-07-08T23:25:09.546Zkflt 0.026060285
29112026-07-08T23:25:09.546Zlock 6:44:19.703612708
29122026-07-08T23:25:09.546Zslp 2:12:03.906765236
29132026-07-08T23:25:09.546Zlat 2:20.303084293
29142026-07-08T23:25:09.546Zstop 5:02.277741264
29152026-07-08T23:25:09.546Z+ mapfile -t packages
29162026-07-08T23:25:09.546Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29172026-07-08T23:25:10.434Z Finished `release` profile [optimized] target(s) in 0.88s
29182026-07-08T23:25:10.500Z Running `target/release/omicron-package -t test list-outputs`
29192026-07-08T23:25:10.561ZLogging to: /work/oxidecomputer/omicron/out/LOG
29202026-07-08T23:25:10.564Z+ ptime -m cargo build --locked --release -p xtask
29212026-07-08T23:25:11.046Z Compiling libc v0.2.185
29222026-07-08T23:25:11.046Z Compiling serde_core v1.0.228
29232026-07-08T23:25:11.046Z Compiling serde v1.0.228
29242026-07-08T23:25:11.050Z Compiling rustix v1.1.3
29252026-07-08T23:25:11.050Z Compiling serde_json v1.0.150
29262026-07-08T23:25:11.050Z Compiling bitflags v2.11.0
29272026-07-08T23:25:11.203Z Compiling usdt-impl v0.5.0
29282026-07-08T23:25:11.207Z Compiling syn v2.0.117
29292026-07-08T23:25:11.226Z Compiling syn v1.0.109
29302026-07-08T23:25:11.239Z Compiling getrandom v0.4.1
29312026-07-08T23:25:11.239Z Compiling log v0.4.29
29322026-07-08T23:25:11.260Z Compiling indexmap v2.14.0
29332026-07-08T23:25:11.275Z Compiling fs-err v3.3.0
29342026-07-08T23:25:11.437Z Compiling anyhow v1.0.102
29352026-07-08T23:25:11.507Z Compiling heck v0.4.1
29362026-07-08T23:25:11.558Z Compiling once_cell v1.21.3
29372026-07-08T23:25:11.877Z Compiling thread-id v4.2.2
29382026-07-08T23:25:11.916Z Compiling errno v0.3.14
29392026-07-08T23:25:11.920Z Compiling memmap v0.7.0
29402026-07-08T23:25:12.694Z Compiling proc-macro-error v1.0.4
29412026-07-08T23:25:12.920Z Compiling terminal_size v0.4.3
29422026-07-08T23:25:12.920Z Compiling tempfile v3.25.0
29432026-07-08T23:25:12.941Z Compiling tabled_derive v0.7.0
29442026-07-08T23:25:13.024Z Compiling clap_builder v4.6.0
29452026-07-08T23:25:13.024Z Compiling textwrap v0.16.2
29462026-07-08T23:25:13.324Z Compiling camino v1.2.2
29472026-07-08T23:25:13.348Z Compiling semver v1.0.28
29482026-07-08T23:25:13.360Z Compiling cargo-platform v0.3.2
29492026-07-08T23:25:13.425Z Compiling pest_generator v2.8.6
29502026-07-08T23:25:13.626Z Compiling camino-tempfile v1.4.1
29512026-07-08T23:25:13.645Z Compiling tabled v0.15.0
29522026-07-08T23:25:13.931Z Compiling serde_derive v1.0.228
29532026-07-08T23:25:13.932Z Compiling thiserror-impl v1.0.69
29542026-07-08T23:25:13.935Z Compiling zerocopy-derive v0.7.35
29552026-07-08T23:25:13.935Z Compiling scroll_derive v0.12.1
29562026-07-08T23:25:13.935Z Compiling thiserror-impl v2.0.18
29572026-07-08T23:25:13.935Z Compiling clap_derive v4.6.1
29582026-07-08T23:25:13.998Z Compiling pest_derive v2.8.6
29592026-07-08T23:25:14.615Z Compiling scroll v0.12.0
29602026-07-08T23:25:14.816Z Compiling zerocopy v0.7.35
29612026-07-08T23:25:14.879Z Compiling goblin v0.8.2
29622026-07-08T23:25:15.039Z Compiling thiserror v1.0.69
29632026-07-08T23:25:15.166Z Compiling dtrace-parser v0.2.0
29642026-07-08T23:25:15.372Z Compiling thiserror v2.0.18
29652026-07-08T23:25:15.543Z Compiling clap v4.6.1
29662026-07-08T23:25:16.972Z Compiling dof v0.3.0
29672026-07-08T23:25:17.009Z Compiling serde_tokenstream v0.2.3
29682026-07-08T23:25:17.042Z Compiling serde_spanned v0.6.9
29692026-07-08T23:25:17.055Z Compiling toml_datetime v0.6.11
29702026-07-08T23:25:17.090Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29712026-07-08T23:25:17.229Z Compiling macaddr v1.0.1
29722026-07-08T23:25:17.335Z Compiling toml_edit v0.22.27
29732026-07-08T23:25:17.387Z Compiling cargo_metadata v0.23.1
29742026-07-08T23:25:17.755Z Compiling usdt-attr-macro v0.5.0
29752026-07-08T23:25:17.755Z Compiling usdt-macro v0.5.0
29762026-07-08T23:25:18.427Z Compiling usdt v0.5.0
29772026-07-08T23:25:18.892Z Compiling toml v0.8.23
29782026-07-08T23:25:19.307Z Compiling cargo_toml v0.21.0
29792026-07-08T23:25:23.739Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29802026-07-08T23:25:26.680Z Finished `release` profile [optimized] target(s) in 16.10s
29812026-07-08T23:25:26.778Z
29822026-07-08T23:25:26.778Zreal 16.179078371
29832026-07-08T23:25:26.778Zuser 2:04.896418752
29842026-07-08T23:25:26.779Zsys 13.993021892
29852026-07-08T23:25:26.779Ztrap 0.060944756
29862026-07-08T23:25:26.782Ztflt 0.420369542
29872026-07-08T23:25:26.783Zdflt 1.682669289
29882026-07-08T23:25:26.783Zkflt 0.000019860
29892026-07-08T23:25:26.783Zlock 4:24.715520773
29902026-07-08T23:25:26.783Zslp 2:41.804889172
29912026-07-08T23:25:26.783Zlat 3.861315330
29922026-07-08T23:25:26.783Zstop 15.041362571
29932026-07-08T23:25:26.783Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
29942026-07-08T23:25:26.783Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
29952026-07-08T23:25:26.783Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
29962026-07-08T23:25:26.785Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
29972026-07-08T23:25:26.785Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
29982026-07-08T23:25:27.708Z Compiling progenitor-client v0.14.0
29992026-07-08T23:25:27.714Z Compiling newtype-uuid-macros v0.1.0
30002026-07-08T23:25:27.714Z Compiling match_cfg v0.1.0
30012026-07-08T23:25:27.714Z Compiling slog-json v2.6.1
30022026-07-08T23:25:27.714Z Compiling structmeta-derive v0.3.0
30032026-07-08T23:25:27.714Z Compiling sha1 v0.11.0
30042026-07-08T23:25:27.857Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30052026-07-08T23:25:27.880Z Compiling multer v3.1.0
30062026-07-08T23:25:27.886Z Compiling compression-core v0.4.31
30072026-07-08T23:25:27.887Z Compiling debug-ignore v1.0.5
30082026-07-08T23:25:27.887Z Compiling atomicwrites v0.4.4
30092026-07-08T23:25:27.887Z Compiling itertools v0.14.0
30102026-07-08T23:25:27.887Z Compiling async-stream-impl v0.3.6
30112026-07-08T23:25:27.887Z Compiling serde_spanned v1.1.1
30122026-07-08T23:25:27.898Z Compiling toml_datetime v1.1.1+spec-1.1.0
30132026-07-08T23:25:27.905Z Compiling dropshot v0.17.1
30142026-07-08T23:25:28.037Z Compiling hostname v0.3.1
30152026-07-08T23:25:28.135Z Compiling compression-codecs v0.4.37
30162026-07-08T23:25:28.167Z Compiling toml_writer v1.1.1+spec-1.1.0
30172026-07-08T23:25:28.167Z Compiling rustls-pemfile v2.2.0
30182026-07-08T23:25:28.187Z Compiling waitgroup v0.1.2
30192026-07-08T23:25:28.241Z Compiling dropshot_endpoint v0.17.1
30202026-07-08T23:25:28.241Z Compiling hostname v0.4.2
30212026-07-08T23:25:28.246Z Compiling serde_path_to_error v0.1.20
30222026-07-08T23:25:28.283Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30232026-07-08T23:25:28.303Z Compiling slog-bunyan v2.5.0
30242026-07-08T23:25:28.368Z Compiling toml v1.1.2+spec-1.1.0
30252026-07-08T23:25:28.388Z Compiling async-compression v0.4.41
30262026-07-08T23:25:28.392Z Compiling macaddr v1.0.1
30272026-07-08T23:25:28.438Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30282026-07-08T23:25:28.445Z Compiling instant v0.1.13
30292026-07-08T23:25:28.446Z Compiling regress v0.10.5
30302026-07-08T23:25:28.505Z Compiling backon v1.6.0
30312026-07-08T23:25:28.505Z Compiling humantime v2.3.0
30322026-07-08T23:25:28.566Z Compiling backoff v0.4.0
30332026-07-08T23:25:28.587Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30342026-07-08T23:25:28.616Z Compiling regress v0.11.1
30352026-07-08T23:25:28.646Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30362026-07-08T23:25:28.665Z Compiling half v2.7.1
30372026-07-08T23:25:28.682Z Compiling async-stream v0.3.6
30382026-07-08T23:25:28.726Z Compiling progenitor-extras v0.2.0
30392026-07-08T23:25:28.744Z Compiling ciborium-io v0.2.2
30402026-07-08T23:25:28.797Z Compiling crucible-workspace-hack v0.1.0
30412026-07-08T23:25:28.813Z Compiling convert_case v0.4.0
30422026-07-08T23:25:28.865Z Compiling secrecy v0.10.3
30432026-07-08T23:25:28.964Z Compiling unsafe-libyaml v0.2.11
30442026-07-08T23:25:28.964Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30452026-07-08T23:25:28.971Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30462026-07-08T23:25:28.997Z Compiling ciborium-ll v0.2.2
30472026-07-08T23:25:29.009Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30482026-07-08T23:25:29.047Z Compiling inout v0.1.4
30492026-07-08T23:25:29.067Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30502026-07-08T23:25:29.084Z Compiling thiserror-impl-no-std v2.0.2
30512026-07-08T23:25:29.175Z Compiling ciborium v0.2.2
30522026-07-08T23:25:29.219Z Compiling derive_more v0.99.20
30532026-07-08T23:25:29.234Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30542026-07-08T23:25:29.239Z Compiling cipher v0.4.4
30552026-07-08T23:25:29.264Z Compiling structmeta v0.3.0
30562026-07-08T23:25:29.287Z Compiling universal-hash v0.5.1
30572026-07-08T23:25:29.347Z Compiling opaque-debug v0.3.1
30582026-07-08T23:25:29.364Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30592026-07-08T23:25:29.371Z Compiling byte-wrapper v0.1.0
30602026-07-08T23:25:29.372Z Compiling blake2 v0.10.6
30612026-07-08T23:25:29.435Z Compiling serde_yaml v0.9.34+deprecated
30622026-07-08T23:25:29.452Z Compiling poly1305 v0.8.0
30632026-07-08T23:25:29.505Z Compiling derive-ex v0.1.8
30642026-07-08T23:25:29.524Z Compiling parse-display-derive v0.10.0
30652026-07-08T23:25:29.629Z Compiling chacha20 v0.9.1
30662026-07-08T23:25:29.702Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30672026-07-08T23:25:29.722Z Compiling aead v0.5.2
30682026-07-08T23:25:29.764Z Compiling password-hash v0.5.0
30692026-07-08T23:25:29.921Z Compiling toml_datetime v0.7.5+spec-1.1.0
30702026-07-08T23:25:29.935Z Compiling chacha20poly1305 v0.10.1
30712026-07-08T23:25:29.966Z Compiling indent_write v2.2.0
30722026-07-08T23:25:29.981Z Compiling heapless v0.8.0
30732026-07-08T23:25:30.124Z Compiling toml_edit v0.23.10+spec-1.0.0
30742026-07-08T23:25:30.139Z Compiling argon2 v0.5.3
30752026-07-08T23:25:30.197Z Compiling typify-impl v0.6.2
30762026-07-08T23:25:30.232Z Compiling ingot-macros v0.1.1
30772026-07-08T23:25:30.243Z Compiling tabwriter v1.4.1
30782026-07-08T23:25:30.371Z Compiling thiserror-no-std v2.0.2
30792026-07-08T23:25:30.482Z Compiling vsss-rs v3.3.4
30802026-07-08T23:25:30.494Z Compiling hash32 v0.3.1
30812026-07-08T23:25:30.521Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30822026-07-08T23:25:30.713Z Compiling proc-macro-crate v3.4.0
30832026-07-08T23:25:30.816Z Compiling smoltcp v0.11.0
30842026-07-08T23:25:31.397Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30852026-07-08T23:25:31.414Z Compiling cobs v0.3.0
30862026-07-08T23:25:31.414Z Compiling colored v3.1.1
30872026-07-08T23:25:31.414Z Compiling num_enum_derive v0.7.6
30882026-07-08T23:25:31.414Z Compiling test-strategy v0.4.5
30892026-07-08T23:25:31.415Z Compiling parse-display v0.10.0
30902026-07-08T23:25:31.415Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30912026-07-08T23:25:31.523Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30922026-07-08T23:25:31.684Z Compiling postcard v1.1.3
30932026-07-08T23:25:31.741Z Compiling proc-macro-error v1.0.4
30942026-07-08T23:25:31.741Z Compiling proc-macro-crate v1.3.1
30952026-07-08T23:25:31.758Z Compiling rand v0.10.1
30962026-07-08T23:25:31.758Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30972026-07-08T23:25:31.829Z Compiling foreign-types-macros v0.2.3
30982026-07-08T23:25:31.881Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30992026-07-08T23:25:31.946Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31002026-07-08T23:25:31.961Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31012026-07-08T23:25:31.980Z Compiling foreign-types-shared v0.3.1
31022026-07-08T23:25:32.053Z Compiling rayon-core v1.13.0
31032026-07-08T23:25:32.139Z Compiling num_enum_derive v0.5.11
31042026-07-08T23:25:32.255Z Compiling crossbeam-deque v0.8.6
31052026-07-08T23:25:32.272Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31062026-07-08T23:25:32.293Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31072026-07-08T23:25:32.313Z Compiling cstr-argument v0.1.2
31082026-07-08T23:25:32.341Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31092026-07-08T23:25:32.512Z Compiling num_enum v0.7.6
31102026-07-08T23:25:32.544Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31112026-07-08T23:25:32.553Z Compiling foreign-types v0.5.0
31122026-07-08T23:25:32.612Z Compiling zone_cfg_derive v0.3.1
31132026-07-08T23:25:32.645Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31142026-07-08T23:25:32.658Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31152026-07-08T23:25:32.698Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31162026-07-08T23:25:32.779Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31172026-07-08T23:25:32.827Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31182026-07-08T23:25:32.864Z Compiling itertools v0.12.1
31192026-07-08T23:25:32.910Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31202026-07-08T23:25:32.926Z Compiling rayon v1.11.0
31212026-07-08T23:25:32.932Z Compiling num-derive v0.4.2
31222026-07-08T23:25:32.932Z Compiling sigpipe v0.1.3
31232026-07-08T23:25:33.070Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31242026-07-08T23:25:33.082Z Compiling cpubits v0.1.1
31252026-07-08T23:25:33.093Z Compiling glob v0.3.3
31262026-07-08T23:25:33.174Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31272026-07-08T23:25:33.197Z Compiling smf v0.2.3
31282026-07-08T23:25:33.219Z Compiling ingot-types v0.1.2
31292026-07-08T23:25:33.311Z Compiling num_enum v0.5.11
31302026-07-08T23:25:33.328Z Compiling whoami v1.6.1
31312026-07-08T23:25:33.369Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31322026-07-08T23:25:33.444Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31332026-07-08T23:25:33.464Z Compiling usdt-macro v0.5.0
31342026-07-08T23:25:33.620Z Compiling usdt-attr-macro v0.5.0
31352026-07-08T23:25:33.628Z Compiling gethostname v0.5.0
31362026-07-08T23:25:33.628Z Compiling num-rational v0.4.2
31372026-07-08T23:25:33.642Z Compiling ingot v0.1.1
31382026-07-08T23:25:33.679Z Compiling pem-rfc7468 v1.0.0
31392026-07-08T23:25:33.758Z Compiling num-complex v0.4.6
31402026-07-08T23:25:33.778Z Compiling memmap v0.7.0
31412026-07-08T23:25:33.951Z Compiling derive-where v1.6.0
31422026-07-08T23:25:33.994Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31432026-07-08T23:25:33.999Z Compiling float-ord v0.3.2
31442026-07-08T23:25:34.017Z Compiling toml v0.8.23
31452026-07-08T23:25:34.289Z Compiling zone v0.3.1
31462026-07-08T23:25:34.289Z Compiling num v0.4.3
31472026-07-08T23:25:34.289Z Compiling hmac v0.13.0
31482026-07-08T23:25:34.289Z Compiling universal-hash v0.6.1
31492026-07-08T23:25:34.289Z Compiling resolv-conf v0.7.6
31502026-07-08T23:25:34.289Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31512026-07-08T23:25:34.359Z Compiling cancel-safe-futures v0.1.5
31522026-07-08T23:25:34.379Z Compiling usdt v0.5.0
31532026-07-08T23:25:34.408Z Compiling owo-colors v4.3.0
31542026-07-08T23:25:34.436Z Compiling polyval v0.7.1
31552026-07-08T23:25:34.445Z Compiling der v0.8.0
31562026-07-08T23:25:34.498Z Compiling libsw-core v0.3.2
31572026-07-08T23:25:34.661Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31582026-07-08T23:25:34.667Z Compiling prettyplease v0.2.37
31592026-07-08T23:25:34.693Z Compiling libsw v3.5.0
31602026-07-08T23:25:34.725Z Compiling ghash v0.6.0
31612026-07-08T23:25:34.744Z Compiling pbkdf2 v0.13.0
31622026-07-08T23:25:34.801Z Compiling aes v0.9.1
31632026-07-08T23:25:34.853Z Compiling typify-macro v0.6.2
31642026-07-08T23:25:34.866Z Compiling console v0.15.11
31652026-07-08T23:25:34.903Z Compiling newline-converter v0.3.0
31662026-07-08T23:25:34.916Z Compiling hickory-proto v0.24.4
31672026-07-08T23:25:34.925Z Compiling ctr v0.10.1
31682026-07-08T23:25:34.962Z Compiling aead v0.6.1
31692026-07-08T23:25:35.014Z Compiling sha2 v0.11.0
31702026-07-08T23:25:35.035Z Compiling linear-map v1.2.0
31712026-07-08T23:25:35.141Z Compiling libefi-sys v0.1.0
31722026-07-08T23:25:35.147Z Compiling linked-hash-map v0.5.6
31732026-07-08T23:25:35.237Z Compiling aes-gcm v0.11.0
31742026-07-08T23:25:35.257Z Compiling expectorate v1.2.0
31752026-07-08T23:25:35.345Z Compiling spki v0.8.0
31762026-07-08T23:25:35.363Z Compiling lru-cache v0.1.2
31772026-07-08T23:25:35.400Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31782026-07-08T23:25:35.469Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31792026-07-08T23:25:35.487Z Compiling crypto-bigint v0.7.5
31802026-07-08T23:25:35.515Z Compiling git-stub v1.0.0
31812026-07-08T23:25:35.585Z Compiling salsa20 v0.11.0
31822026-07-08T23:25:35.626Z Compiling cbc v0.2.1
31832026-07-08T23:25:35.632Z Compiling bitfield-struct v0.6.2
31842026-07-08T23:25:35.709Z Compiling nom v8.0.0
31852026-07-08T23:25:35.765Z Compiling semver v0.1.20
31862026-07-08T23:25:35.790Z Compiling scrypt v0.12.0
31872026-07-08T23:25:35.812Z Compiling git-stub-vcs v0.1.0
31882026-07-08T23:25:36.060Z Compiling tokio-dtrace v0.1.1
31892026-07-08T23:25:36.070Z Compiling rustc_version v0.1.7
31902026-07-08T23:25:36.101Z Compiling dropshot-api-manager-types v0.7.2
31912026-07-08T23:25:36.113Z Compiling slog-dtrace v0.3.0
31922026-07-08T23:25:36.194Z Compiling minimal-lexical v0.2.1
31932026-07-08T23:25:36.221Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31942026-07-08T23:25:36.322Z Compiling newtype_derive v0.1.6
31952026-07-08T23:25:36.342Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31962026-07-08T23:25:36.422Z Compiling nom v7.1.3
31972026-07-08T23:25:36.434Z Compiling oxide-tokio-rt v0.1.4
31982026-07-08T23:25:36.503Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31992026-07-08T23:25:36.546Z Compiling pkcs5 v0.8.1
32002026-07-08T23:25:36.575Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32012026-07-08T23:25:36.658Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32022026-07-08T23:25:36.691Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32032026-07-08T23:25:36.695Z Compiling typify v0.6.2
32042026-07-08T23:25:36.737Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32052026-07-08T23:25:36.754Z Compiling phf_shared v0.12.1
32062026-07-08T23:25:36.801Z Compiling progenitor-impl v0.14.0
32072026-07-08T23:25:36.826Z Compiling csv-core v0.1.13
32082026-07-08T23:25:36.914Z Compiling chrono-tz v0.10.4
32092026-07-08T23:25:36.953Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32102026-07-08T23:25:37.052Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32112026-07-08T23:25:37.119Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32122026-07-08T23:25:37.124Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32132026-07-08T23:25:37.124Z Compiling hickory-resolver v0.24.4
32142026-07-08T23:25:37.156Z Compiling xshell-macros v0.2.7
32152026-07-08T23:25:37.176Z Compiling unicode-xid v0.2.6
32162026-07-08T23:25:37.363Z Compiling highway v1.3.0
32172026-07-08T23:25:37.392Z Compiling const_format_proc_macros v0.2.34
32182026-07-08T23:25:37.620Z Compiling xshell v0.2.7
32192026-07-08T23:25:37.804Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32202026-07-08T23:25:37.898Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32212026-07-08T23:25:38.159Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32222026-07-08T23:25:38.170Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32232026-07-08T23:25:38.170Z Compiling csv v1.4.0
32242026-07-08T23:25:38.175Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32252026-07-08T23:25:38.248Z Compiling qorb v0.4.1
32262026-07-08T23:25:38.308Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32272026-07-08T23:25:38.455Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32282026-07-08T23:25:38.663Z Compiling phf v0.12.1
32292026-07-08T23:25:38.682Z Compiling pkcs8 v0.11.0
32302026-07-08T23:25:38.816Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32312026-07-08T23:25:38.927Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32322026-07-08T23:25:38.994Z Compiling const_format v0.2.35
32332026-07-08T23:25:39.106Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32342026-07-08T23:25:39.125Z Compiling tabled_derive v0.7.0
32352026-07-08T23:25:39.125Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32362026-07-08T23:25:39.344Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
32372026-07-08T23:25:39.426Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32382026-07-08T23:25:39.446Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32392026-07-08T23:25:39.450Z Compiling bcs v0.1.6
32402026-07-08T23:25:39.536Z Compiling progenitor-macro v0.14.0
32412026-07-08T23:25:39.794Z Compiling ff v0.14.0
32422026-07-08T23:25:39.816Z Compiling tagptr v0.2.0
32432026-07-08T23:25:40.080Z Compiling salty v0.3.0
32442026-07-08T23:25:40.088Z Compiling termtree v0.5.1
32452026-07-08T23:25:40.140Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32462026-07-08T23:25:40.171Z Compiling textwrap v0.16.2
32472026-07-08T23:25:40.195Z Compiling tabled v0.15.0
32482026-07-08T23:25:40.280Z Compiling moka v0.12.13
32492026-07-08T23:25:40.301Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32502026-07-08T23:25:40.337Z Compiling steno v0.4.1
32512026-07-08T23:25:40.387Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32522026-07-08T23:25:40.415Z Compiling sha1 v0.10.6
32532026-07-08T23:25:40.539Z Compiling signature v3.0.0
32542026-07-08T23:25:40.553Z Compiling base64 v0.21.7
32552026-07-08T23:25:40.666Z Compiling base16ct v1.0.0
32562026-07-08T23:25:40.678Z Compiling radium v0.7.0
32572026-07-08T23:25:40.914Z Compiling sec1 v0.8.1
32582026-07-08T23:25:40.914Z Compiling group v0.14.0
32592026-07-08T23:25:40.942Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32602026-07-08T23:25:40.962Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32612026-07-08T23:25:41.026Z Compiling hickory-resolver v0.25.2
32622026-07-08T23:25:41.106Z Compiling hkdf v0.13.0
32632026-07-08T23:25:41.124Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32642026-07-08T23:25:41.180Z Compiling rfc6979 v0.4.0
32652026-07-08T23:25:41.208Z Compiling tap v1.0.1
32662026-07-08T23:25:41.261Z Compiling maybe-uninit v2.0.0
32672026-07-08T23:25:41.302Z Compiling ecdsa v0.16.9
32682026-07-08T23:25:41.336Z Compiling elliptic-curve v0.14.0-rc.33
32692026-07-08T23:25:41.350Z Compiling wyz v0.5.1
32702026-07-08T23:25:41.575Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32712026-07-08T23:25:41.654Z Compiling primeorder v0.13.6
32722026-07-08T23:25:41.743Z Compiling proc-macro-error-attr2 v2.0.0
32732026-07-08T23:25:41.765Z Compiling parking_lot_core v0.8.6
32742026-07-08T23:25:41.961Z Compiling utf-8 v0.7.6
32752026-07-08T23:25:41.967Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32762026-07-08T23:25:42.056Z Compiling packed_struct v0.10.1
32772026-07-08T23:25:42.065Z Compiling funty v2.0.0
32782026-07-08T23:25:42.162Z Compiling tungstenite v0.21.0
32792026-07-08T23:25:42.235Z Compiling proc-macro-error2 v2.0.1
32802026-07-08T23:25:42.279Z Compiling p384 v0.13.1
32812026-07-08T23:25:42.506Z Compiling bitvec v1.0.1
32822026-07-08T23:25:42.573Z Compiling rfc6979 v0.5.0
32832026-07-08T23:25:42.594Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32842026-07-08T23:25:42.726Z Compiling num-derive v0.3.3
32852026-07-08T23:25:42.761Z Compiling packed_struct_codegen v0.10.1
32862026-07-08T23:25:42.934Z Compiling bitfield-macros v0.19.4
32872026-07-08T23:25:42.977Z Compiling zerocopy-derive v0.6.6
32882026-07-08T23:25:42.991Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32892026-07-08T23:25:43.012Z Compiling indexmap v1.9.3
32902026-07-08T23:25:43.073Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32912026-07-08T23:25:43.133Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32922026-07-08T23:25:43.291Z Compiling crc-catalog v2.4.0
32932026-07-08T23:25:43.344Z Compiling nodrop v0.1.14
32942026-07-08T23:25:43.425Z Compiling crc v3.4.0
32952026-07-08T23:25:43.443Z Compiling array-init v0.0.4
32962026-07-08T23:25:43.493Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32972026-07-08T23:25:43.517Z Compiling ecdsa v0.17.0-rc.18
32982026-07-08T23:25:47.913Z Compiling tokio-tungstenite v0.21.0
32992026-07-08T23:25:47.934Z Compiling bitfield v0.19.4
33002026-07-08T23:25:47.934Z Compiling libscf-sys v1.1.0
33012026-07-08T23:25:47.934Z Compiling tabled_derive v0.11.0
33022026-07-08T23:25:47.934Z Compiling smallvec v0.6.14
33032026-07-08T23:25:47.934Z Compiling zerocopy v0.6.6
33042026-07-08T23:25:47.934Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33052026-07-08T23:25:47.934Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33062026-07-08T23:25:47.934Z Compiling primeorder v0.14.0-rc.10
33072026-07-08T23:25:47.934Z Compiling primefield v0.14.0
33082026-07-08T23:25:47.934Z Compiling progenitor-impl v0.13.0
33092026-07-08T23:25:47.934Z Compiling papergrid v0.17.0
33102026-07-08T23:25:48.087Z Compiling testing_table v0.3.0
33112026-07-08T23:25:48.087Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33122026-07-08T23:25:48.087Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33132026-07-08T23:25:48.087Z Compiling curve25519-dalek v5.0.0-rc.0
33142026-07-08T23:25:48.087Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33152026-07-08T23:25:48.087Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33162026-07-08T23:25:48.087Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33172026-07-08T23:25:48.087Z Compiling illumos-nvpair-sys v0.2.0
33182026-07-08T23:25:48.087Z Compiling hashbrown v0.12.3
33192026-07-08T23:25:48.087Z Compiling progenitor v0.14.0
33202026-07-08T23:25:48.087Z Compiling corncobs v0.1.4
33212026-07-08T23:25:48.087Z Compiling unicase v2.9.0
33222026-07-08T23:25:48.087Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33232026-07-08T23:25:48.087Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33242026-07-08T23:25:48.087Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33252026-07-08T23:25:48.087Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33262026-07-08T23:25:48.087Z Compiling mime_guess v2.0.5
33272026-07-08T23:25:48.087Z Compiling tabled v0.20.0
33282026-07-08T23:25:48.087Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33292026-07-08T23:25:48.087Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33302026-07-08T23:25:48.087Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33312026-07-08T23:25:48.087Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33322026-07-08T23:25:48.087Z Compiling parking_lot v0.11.2
33332026-07-08T23:25:48.087Z Compiling serde-hex v0.1.0
33342026-07-08T23:25:48.087Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33352026-07-08T23:25:48.087Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33362026-07-08T23:25:48.088Z Compiling ron v0.8.1
33372026-07-08T23:25:48.088Z Compiling ssh-encoding v0.3.0-rc.9
33382026-07-08T23:25:48.088Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33392026-07-08T23:25:48.088Z Compiling hashbrown v0.13.2
33402026-07-08T23:25:48.088Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33412026-07-08T23:25:48.088Z Compiling progenitor-client v0.13.0
33422026-07-08T23:25:48.088Z Compiling prefix-trie v0.7.0
33432026-07-08T23:25:48.088Z Compiling fxhash v0.2.1
33442026-07-08T23:25:48.088Z Compiling secrecy v0.8.0
33452026-07-08T23:25:48.088Z Compiling crc-any v2.5.0
33462026-07-08T23:25:48.088Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33472026-07-08T23:25:48.088Z Compiling hickory-server v0.25.2
33482026-07-08T23:25:48.088Z Compiling progenitor-macro v0.13.0
33492026-07-08T23:25:48.088Z Compiling sled v0.34.7
33502026-07-08T23:25:48.088Z Compiling object v0.30.4
33512026-07-08T23:25:48.088Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33522026-07-08T23:25:48.088Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33532026-07-08T23:25:48.088Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33542026-07-08T23:25:48.088Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33552026-07-08T23:25:48.088Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33562026-07-08T23:25:48.173Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33572026-07-08T23:25:48.192Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33582026-07-08T23:25:48.308Z Compiling ed25519 v3.0.0
33592026-07-08T23:25:48.329Z Compiling crypto-primes v0.7.2
33602026-07-08T23:25:48.659Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33612026-07-08T23:25:48.828Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33622026-07-08T23:25:49.347Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33632026-07-08T23:25:49.414Z Compiling pkcs1 v0.8.0-rc.4
33642026-07-08T23:25:49.451Z Compiling poly1305 v0.9.0
33652026-07-08T23:25:49.620Z Compiling blowfish v0.10.0
33662026-07-08T23:25:49.704Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33672026-07-08T23:25:49.797Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33682026-07-08T23:25:49.843Z Compiling blake2 v0.11.0-rc.6
33692026-07-08T23:25:49.860Z Compiling keccak v0.2.0
33702026-07-08T23:25:49.905Z Compiling fiat-crypto v0.3.0
33712026-07-08T23:25:50.010Z Compiling half v1.8.3
33722026-07-08T23:25:50.074Z Compiling path-slash v0.1.5
33732026-07-08T23:25:50.114Z Compiling http-range v0.1.5
33742026-07-08T23:25:50.177Z Compiling crc8 v0.1.1
33752026-07-08T23:25:50.245Z Compiling serde_cbor v0.11.2
33762026-07-08T23:25:50.263Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33772026-07-08T23:25:50.307Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33782026-07-08T23:25:50.325Z Compiling argon2 v0.6.0-rc.8
33792026-07-08T23:25:50.343Z Compiling sha3 v0.11.0
33802026-07-08T23:25:50.468Z Compiling bcrypt-pbkdf v0.11.0
33812026-07-08T23:25:50.699Z Compiling ssh-cipher v0.3.0-rc.9
33822026-07-08T23:25:50.798Z Compiling rsa v0.10.0-rc.18
33832026-07-08T23:25:50.815Z Compiling ed25519-dalek v3.0.0-rc.0
33842026-07-08T23:25:50.834Z Compiling illumos-nvpair v0.3.0
33852026-07-08T23:25:50.874Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33862026-07-08T23:25:51.362Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33872026-07-08T23:25:51.408Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33882026-07-08T23:25:51.430Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33892026-07-08T23:25:51.448Z Compiling p521 v0.14.0-rc.10
33902026-07-08T23:25:51.514Z Compiling p256 v0.14.0-rc.10
33912026-07-08T23:25:51.611Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33922026-07-08T23:25:51.663Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33932026-07-08T23:25:51.732Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33942026-07-08T23:25:51.750Z Compiling yasna v0.5.2
33952026-07-08T23:25:51.838Z Compiling kstat-rs v0.2.4
33962026-07-08T23:25:51.873Z Compiling progenitor v0.13.0
33972026-07-08T23:25:51.890Z Compiling headers-core v0.3.0
33982026-07-08T23:25:52.038Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33992026-07-08T23:25:52.054Z Compiling kem v0.3.0
34002026-07-08T23:25:52.157Z Compiling module-lattice v0.2.3
34012026-07-08T23:25:52.175Z Compiling nanorand v0.7.0
34022026-07-08T23:25:52.203Z Compiling atty v0.2.14
34032026-07-08T23:25:52.339Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34042026-07-08T23:25:52.360Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
34052026-07-08T23:25:52.477Z Compiling ml-kem v0.3.2
34062026-07-08T23:25:52.494Z Compiling flume v0.11.1
34072026-07-08T23:25:52.528Z Compiling rcgen v0.12.1
34082026-07-08T23:25:52.545Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34092026-07-08T23:25:52.675Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34102026-07-08T23:25:52.772Z Compiling headers v0.4.1
34112026-07-08T23:25:52.848Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34122026-07-08T23:25:53.267Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34132026-07-08T23:25:53.456Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34142026-07-08T23:25:53.508Z Compiling hyper-staticfile v0.10.1
34152026-07-08T23:25:53.564Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34162026-07-08T23:25:53.762Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34172026-07-08T23:25:53.792Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34182026-07-08T23:25:53.809Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34192026-07-08T23:25:53.963Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34202026-07-08T23:25:54.046Z Compiling russh-cryptovec v0.61.0
34212026-07-08T23:25:54.262Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34222026-07-08T23:25:54.305Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34232026-07-08T23:25:54.509Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34242026-07-08T23:25:54.534Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34252026-07-08T23:25:54.555Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34262026-07-08T23:25:54.573Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34272026-07-08T23:25:54.789Z Compiling internal-russh-num-bigint v0.5.0
34282026-07-08T23:25:55.017Z Compiling num-bigint v0.4.6
34292026-07-08T23:25:55.037Z Compiling generic-array v1.4.3
34302026-07-08T23:25:55.085Z Compiling russh-util v0.52.0
34312026-07-08T23:25:55.228Z Compiling p384 v0.14.0-rc.10
34322026-07-08T23:25:55.272Z Compiling enum_dispatch v0.3.13
34332026-07-08T23:25:55.319Z Compiling delegate v0.13.5
34342026-07-08T23:25:55.525Z Compiling subprocess v0.2.15
34352026-07-08T23:25:55.544Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34362026-07-08T23:25:55.572Z Compiling display-error-chain v0.2.2
34372026-07-08T23:25:55.647Z Compiling md5 v0.8.0
34382026-07-08T23:25:55.666Z Compiling hex-literal v1.1.0
34392026-07-08T23:25:55.758Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34402026-07-08T23:25:55.800Z Compiling colored v2.2.0
34412026-07-08T23:25:55.940Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34422026-07-08T23:25:56.017Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34432026-07-08T23:25:56.099Z Compiling socket2 v0.5.10
34442026-07-08T23:25:56.183Z Compiling internet-checksum v0.2.1
34452026-07-08T23:25:57.144Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34462026-07-08T23:25:57.358Z Compiling ssh-key v0.7.0-rc.10
34472026-07-08T23:25:57.874Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34482026-07-08T23:25:58.338Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34492026-07-08T23:25:58.642Z Compiling russh v0.61.2
34502026-07-08T23:25:59.035Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34512026-07-08T23:25:59.816Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34522026-07-08T23:26:08.211Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34532026-07-08T23:26:08.211Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34542026-07-08T23:26:08.211Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34552026-07-08T23:26:08.215Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34562026-07-08T23:26:09.931Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34572026-07-08T23:26:09.984Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34582026-07-08T23:26:13.895Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34592026-07-08T23:26:54.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
34602026-07-08T23:26:54.621Z
34612026-07-08T23:26:54.621Zreal 1:27.776842793
34622026-07-08T23:26:54.621Zuser 8:42.482035948
34632026-07-08T23:26:54.621Zsys 1:43.305470558
34642026-07-08T23:26:54.621Ztrap 0.264959257
34652026-07-08T23:26:54.621Ztflt 0.429813268
34662026-07-08T23:26:54.621Zdflt 1.446751804
34672026-07-08T23:26:54.621Zkflt 0.000340440
34682026-07-08T23:26:54.621Zlock 31:03.549380464
34692026-07-08T23:26:54.625Zslp 19:59.113318481
34702026-07-08T23:26:54.625Zlat 41.509793115
34712026-07-08T23:26:54.625Zstop 3:04.208858799
34722026-07-08T23:26:54.625Z+ mkdir tests
34732026-07-08T23:26:54.628Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34742026-07-08T23:26:54.628Z+ xargs -I '{}' -t cp '{}' tests/
34752026-07-08T23:26:54.650Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-7642b2d57d595135 tests/
34762026-07-08T23:26:54.680Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ca561ce3ba29e3d2 tests/
34772026-07-08T23:26:54.709Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-de50baf115444d57 tests/
34782026-07-08T23:26:54.738Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f893b9f61afabf44 tests/
34792026-07-08T23:26:55.066Z+ 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)
34802026-07-08T23:26:55.069Z+ 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
34812026-07-08T23:28:15.029ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34822026-07-08T23:28:15.029Za .github/buildomat/ci-env.sh 1K
34832026-07-08T23:28:15.029Za out/target/test 1K
34842026-07-08T23:28:15.029Za out/npuzone/npuzone 27402K
34852026-07-08T23:28:15.029Za package-manifest.toml 35K
34862026-07-08T23:28:15.029Za smf/sled-agent/non-gimlet/config.toml 6K
34872026-07-08T23:28:15.029Za target/release/omicron-package 40719K
34882026-07-08T23:28:15.029Za target/release/xtask 10425K
34892026-07-08T23:28:15.029Za target/debug/bootstrap 349418K
34902026-07-08T23:28:15.029Za tests/bootstrap-ca561ce3ba29e3d2 31974K
34912026-07-08T23:28:15.029Za tests/commtest-de50baf115444d57 32169K
34922026-07-08T23:28:15.029Za tests/dhcp_server-7642b2d57d595135 31974K
34932026-07-08T23:28:15.029Za tests/end_to_end_tests-f893b9f61afabf44 399293K
34942026-07-08T23:28:15.029Za tools/opte_version 1K
34952026-07-08T23:28:15.029Za tools/opte_version_override 2K
34962026-07-08T23:28:15.029Za out/clickhouse.tar.gz 310727K
34972026-07-08T23:28:15.029Za out/clickhouse_keeper.tar.gz 297198K
34982026-07-08T23:28:15.029Za out/clickhouse_server.tar.gz 310725K
34992026-07-08T23:28:15.029Za out/cockroachdb.tar.gz 161734K
35002026-07-08T23:28:15.029Za out/crucible-pantry-zone.tar.gz 39110K
35012026-07-08T23:28:15.029Za out/crucible-utils.tar 18900K
35022026-07-08T23:28:15.029Za out/crucible-zone.tar.gz 53806K
35032026-07-08T23:28:15.030Za out/external-dns.tar.gz 46793K
35042026-07-08T23:28:15.030Za out/internal-dns.tar.gz 46793K
35052026-07-08T23:28:15.030Za out/mg-ddm-gz.tar 97917K
35062026-07-08T23:28:15.030Za out/nexus.tar.gz 274711K
35072026-07-08T23:28:15.030Za out/ntp.tar.gz 29910K
35082026-07-08T23:28:15.030Za out/omicron-gateway-softnpu.tar.gz 27555K
35092026-07-08T23:28:15.030Za out/omicron-sled-agent.tar 197554K
35102026-07-08T23:28:15.030Za out/overlay.tar.gz 3K
35112026-07-08T23:28:15.030Za out/oximeter.tar.gz 62133K
35122026-07-08T23:28:15.030Za out/oxlog.tar 3808K
35132026-07-08T23:28:15.030Za out/probe.tar.gz 3037K
35142026-07-08T23:28:15.030Za out/propolis-server.tar.gz 34372K
35152026-07-08T23:28:15.030Za out/pumpkind-gz.tar 26647K
35162026-07-08T23:28:15.030Za out/switch-softnpu.tar.gz 448433K
35172026-07-08T23:28:15.035Z
35182026-07-08T23:28:15.036Zreal 1:19.959644574
35192026-07-08T23:28:15.036Zuser 1:17.390911875
35202026-07-08T23:28:15.036Zsys 4.328878340
35212026-07-08T23:28:15.036Ztrap 0.005772496
35222026-07-08T23:28:15.036Ztflt 0.000000000
35232026-07-08T23:28:15.036Zdflt 0.000000000
35242026-07-08T23:28:15.036Zkflt 0.000000000
35252026-07-08T23:28:15.036Zlock 0.000000000
35262026-07-08T23:28:15.036Zslp 1:17.267532074
35272026-07-08T23:28:15.036Zlat 0.921089891
35282026-07-08T23:28:15.036Zstop 0.000571690
35292026-07-08T23:28:15.036Zprocess exited: duration 959532 ms, exit code 0
 
35302026-07-08T23:28:15.051Zfound 1 output files
35312026-07-08T23:28:15.051Zuploading: /work/package.tar.gz (2486422667 bytes)
35322026-07-08T23:28:47.701Zuploaded: /work/package.tar.gz