01KXEZXSZVGXRJ8W0QNDW32N9M: 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: 01KXEZYET0DNCF0X0QZ602E876

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-14T00:21:27.163Zjob assigned to worker 01KXEZYQPNYY71GSVYR5QG690Z [factory aws, i-0d35ab944cc808036] (queued for 51 s)
 
22026-07-14T00:21:34.937Zstarting task 0: "setup"
32026-07-14T00:21:34.941Z++ uname -s
42026-07-14T00:21:34.944Z+ kern=SunOS
52026-07-14T00:21:34.944Z+ build_user=build
62026-07-14T00:21:34.944Z+ build_uid=12345
72026-07-14T00:21:34.944Z+ work_dir=/work
82026-07-14T00:21:34.944Z+ input_dir=/input
92026-07-14T00:21:34.945Z+ [[ 0 == 12345 ]]
102026-07-14T00:21:34.945Z+ case "$kern" in
112026-07-14T00:21:34.945Z+ groupadd -g 12345 build
122026-07-14T00:21:34.948Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-14T00:21:36.954Z+ zfs create -o mountpoint=/work rpool/work
142026-07-14T00:21:37.070Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-14T00:21:37.074Z+ home_fs=zfs
162026-07-14T00:21:37.074Z+ [[ zfs == autofs ]]
172026-07-14T00:21:37.074Z+ mkdir -p /home/build
182026-07-14T00:21:37.074Z+ chown build:build /home/build /work
192026-07-14T00:21:38.076Z+ chmod 0700 /home/build /work
202026-07-14T00:21:38.080Zprocess exited: duration 3146 ms, exit code 0
 
212026-07-14T00:21:38.087Zstarting task 1: "rust-toolchain"
222026-07-14T00:21:38.095Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-14T00:21:38.095Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-14T00:21:38.095Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-07-14T00:21:38.095Z * rust toolchain channel = "1.96.1"
262026-07-14T00:21:38.095Z * rust toolchain profile = "default"
272026-07-14T00:21:38.095Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-14T00:21:38.100Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-14T00:21:38.100Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-14T00:21:38.207Zinfo: downloading installer
312026-07-14T00:21:39.619Zwarn: It looks like you have an existing rustup settings file at:
322026-07-14T00:21:39.619Zwarn: /home/build/.rustup/settings.toml
332026-07-14T00:21:39.619Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-14T00:21:39.619Zwarn: instead of the one inferred from the default host triple.
352026-07-14T00:21:39.632Zinfo: profile set to default
362026-07-14T00:21:39.632Zinfo: default host triple is x86_64-unknown-illumos
372026-07-14T00:21:39.635Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-14T00:21:39.777Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-14T00:21:39.780Zinfo: downloading 6 components
402026-07-14T00:21:55.060Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-14T00:21:55.060Z
422026-07-14T00:21:55.092Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-14T00:21:55.092Z
442026-07-14T00:21:55.092Z
452026-07-14T00:21:55.092ZRust is installed now. Great!
462026-07-14T00:21:55.092Z
472026-07-14T00:21:55.092ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-14T00:21:55.092Zenvironment variable. This has not been done automatically.
492026-07-14T00:21:55.092Z
502026-07-14T00:21:55.093ZTo configure your current shell, you need to source
512026-07-14T00:21:55.093Zthe corresponding env file under $HOME/.cargo.
522026-07-14T00:21:55.093Z
532026-07-14T00:21:55.093ZThis is usually done by running one of the following (note the leading DOT):
542026-07-14T00:21:55.093Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-14T00:21:55.093Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-14T00:21:55.093Zsource "~/.cargo/env.nu" # For nushell
572026-07-14T00:21:55.093Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-14T00:21:55.093Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-14T00:21:55.093Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-14T00:21:55.096Zwarn: no default linker (`cc`) was found in your PATH
612026-07-14T00:21:55.096Zwarn: many Rust crates require a system C toolchain to build
622026-07-14T00:21:55.197Z+ rustup --version
632026-07-14T00:21:55.203Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-14T00:21:55.203Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-14T00:21:55.225Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-14T00:21:55.228Z+ cargo --version
672026-07-14T00:21:55.238Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-14T00:21:55.241Z+ rustc --version
692026-07-14T00:21:55.260Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-14T00:21:55.265Zprocess exited: duration 17175 ms, exit code 0
 
712026-07-14T00:21:55.274Zstarting task 2: "authentication"
722026-07-14T00:21:55.295Zprocess exited: duration 20 ms, exit code 0
 
732026-07-14T00:21:55.301Zstarting task 3: "clone repository"
742026-07-14T00:21:55.306Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-14T00:21:55.310Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-14T00:21:55.339ZCloning into '/work/oxidecomputer/omicron'...
772026-07-14T00:22:06.003Z+ cd /work/oxidecomputer/omicron
782026-07-14T00:22:06.003Z+ git fetch origin 2c597e9df6e3a9d5b7dd830bcf950b15868724f5
792026-07-14T00:22:06.298ZFrom https://github.com/oxidecomputer/omicron
802026-07-14T00:22:06.298Z * branch 2c597e9df6e3a9d5b7dd830bcf950b15868724f5 -> FETCH_HEAD
812026-07-14T00:22:06.311Z+ [[ -n '' ]]
822026-07-14T00:22:06.311Z+ git reset --hard 2c597e9df6e3a9d5b7dd830bcf950b15868724f5
832026-07-14T00:22:06.332ZHEAD is now at 2c597e9df [spr] initial version
842026-07-14T00:22:06.335Zprocess exited: duration 11032 ms, exit code 0
 
852026-07-14T00:22:06.341Zstarting task 4: "build"
862026-07-14T00:22:06.347Z+ source .github/buildomat/ci-env.sh
872026-07-14T00:22:06.347Z++ export CARGO_TERM_COLOR=always
882026-07-14T00:22:06.347Z++ CARGO_TERM_COLOR=always
892026-07-14T00:22:06.349Z+++ uname -s
902026-07-14T00:22:06.353Z++ [[ SunOS == \S\u\n\O\S ]]
912026-07-14T00:22:06.353Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
922026-07-14T00:22:06.353Z+ cargo --version
932026-07-14T00:22:06.362Zcargo 1.96.1 (356927216 2026-06-26)
942026-07-14T00:22:06.365Z+ rustc --version
952026-07-14T00:22:06.386Zrustc 1.96.1 (31fca3adb 2026-06-26)
962026-07-14T00:22:06.389Z+ WORK=/work
972026-07-14T00:22:06.389Z+ pfexec mkdir -p /work
982026-07-14T00:22:06.392Z+ pfexec chown build /work
992026-07-14T00:22:06.395Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1002026-07-14T00:22:08.022Z Startup: Refreshing catalog 'helios' ... Done
1012026-07-14T00:22:08.138Z Startup: Caching catalogs ... Done
1022026-07-14T00:22:08.684ZPlanning: Solver setup ... Done (0.497s)
1032026-07-14T00:22:08.711ZPlanning: Running solver ... Done (0.028s)
1042026-07-14T00:22:08.725ZPlanning: Finding local manifests ... Done (0.003s)
1052026-07-14T00:22:08.736ZPlanning: Fetching manifests: 0/2 0% complete
1062026-07-14T00:22:08.754ZPlanning: Fetching manifests: 2/2 100% complete
1072026-07-14T00:22:08.769ZPlanning: Package planning ... Done (0.015s)
1082026-07-14T00:22:08.772ZPlanning: Merging actions ... Done (0.001s)
1092026-07-14T00:22:08.938ZPlanning: Checking for conflicting actions ... Done (0.168s)
1102026-07-14T00:22:08.941ZPlanning: Consolidating action changes ... Done (0.001s)
1112026-07-14T00:22:09.897ZPlanning: Evaluating mediators ... Done (0.958s)
1122026-07-14T00:22:09.900ZPlanning: Planning completed in 1.74 seconds
1132026-07-14T00:22:09.908Z Packages to install: 2
1142026-07-14T00:22:09.908Z Estimated space available: 156.05 GB
1152026-07-14T00:22:09.908ZEstimated space to be consumed: 32.66 MB
1162026-07-14T00:22:09.910Z Create boot environment: No
1172026-07-14T00:22:09.911ZCreate backup boot environment: No
1182026-07-14T00:22:09.911Z Rebuild boot archive: No
1192026-07-14T00:22:09.911Z
1202026-07-14T00:22:09.911ZChanged packages:
1212026-07-14T00:22:09.911Zhelios
1222026-07-14T00:22:09.911Z developer/build-essential
1232026-07-14T00:22:09.911Z None -> 11-3.0
1242026-07-14T00:22:09.911Z library/libxmlsec1
1252026-07-14T00:22:09.911Z None -> 1.2.35-3.0
1262026-07-14T00:22:09.933Z
1272026-07-14T00:22:09.933ZDownload: 0/214 items 0.0/1.3MB 0% complete
1282026-07-14T00:22:10.412ZDownload: Completed 1.28 MB in 0.48 seconds (2.7M/s)
1292026-07-14T00:22:10.489Z Actions: 1/268 actions (Installing new actions)
1302026-07-14T00:22:10.528Z Actions: Completed 268 actions in 0.04 seconds.
1312026-07-14T00:22:10.541ZFinalize: Updating package state database ... Done (0.012s)
1322026-07-14T00:22:10.541ZFinalize: Updating package cache ... Done (0.000s)
1332026-07-14T00:22:10.572ZFinalize: Updating image state ... Done (0.031s)
1342026-07-14T00:22:13.274ZFinalize: Creating fast lookup database ... Done (2.672s)
1352026-07-14T00:22:13.354ZFinalize: Reading search index ... Done (0.013s)
1362026-07-14T00:22:13.358ZFinalize: Updating search index ... Done (0.000s)
1372026-07-14T00:22:13.446ZFinalize: Updating package cache ... Done (0.000s)
1382026-07-14T00:22:13.759ZPlanning: Evaluating mediator changes ... Done
1392026-07-14T00:22:13.862ZPlanning: Checking for conflicting actions ... Done
1402026-07-14T00:22:13.865ZPlanning: Consolidating action changes ... Done
1412026-07-14T00:22:14.020ZPlanning: Evaluating mediators ... Done
1422026-07-14T00:22:14.022ZPlanning: Planning completed in 0.26 seconds
1432026-07-14T00:22:14.043Z Mediators to change: 2
1442026-07-14T00:22:14.043Z Create boot environment: No
1452026-07-14T00:22:14.043ZCreate backup boot environment: No
1462026-07-14T00:22:14.113ZFinalize: Updating package state database ... Done
1472026-07-14T00:22:14.113ZFinalize: Updating package cache ... Done
1482026-07-14T00:22:14.134ZFinalize: Updating image state ... Done
1492026-07-14T00:22:16.071ZFinalize: Creating fast lookup database ... Done
1502026-07-14T00:22:16.142ZFinalize: Reading search index ... Done
1512026-07-14T00:22:16.145ZFinalize: Updating search index ... Done
1522026-07-14T00:22:16.220ZFinalize: Updating package cache ... Done
1532026-07-14T00:22:16.508ZPlanning: Evaluating mediator changes ... Done
1542026-07-14T00:22:16.612ZPlanning: Checking for conflicting actions ... Done
1552026-07-14T00:22:16.615ZPlanning: Consolidating action changes ... Done
1562026-07-14T00:22:16.768ZPlanning: Evaluating mediators ... Done
1572026-07-14T00:22:16.771ZPlanning: Planning completed in 0.26 seconds
1582026-07-14T00:22:16.791Z Mediators to change: 1
1592026-07-14T00:22:16.791Z Create boot environment: No
1602026-07-14T00:22:16.791ZCreate backup boot environment: No
1612026-07-14T00:22:16.847ZFinalize: Updating package state database ... Done
1622026-07-14T00:22:16.847ZFinalize: Updating package cache ... Done
1632026-07-14T00:22:16.864ZFinalize: Updating image state ... Done
1642026-07-14T00:22:18.797ZFinalize: Creating fast lookup database ... Done
1652026-07-14T00:22:18.859ZFinalize: Reading search index ... Done
1662026-07-14T00:22:18.862ZFinalize: Updating search index ... Done
1672026-07-14T00:22:18.946ZFinalize: Updating package cache ... Done
1682026-07-14T00:22:19.255ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1692026-07-14T00:22:19.255Zapache system 2.4 system
1702026-07-14T00:22:19.255Zclang system 15 system
1712026-07-14T00:22:19.255Zcsh system system illumos
1722026-07-14T00:22:19.255Zctags system system illumos
1732026-07-14T00:22:19.255Zfile vendor vendor darwinsys
1742026-07-14T00:22:19.255Zfile system system illumos
1752026-07-14T00:22:19.255Zgcc vendor 14 vendor
1762026-07-14T00:22:19.255Zgcc system 13 system
1772026-07-14T00:22:19.255Zgcc system 10 system
1782026-07-14T00:22:19.255Zgo system 1.25 system
1792026-07-14T00:22:19.255Zllvm system 15 system
1802026-07-14T00:22:19.255Zmariadb system 11.4 system
1812026-07-14T00:22:19.255Zmta vendor vendor dma
1822026-07-14T00:22:19.255Zopenjdk system 17 system
1832026-07-14T00:22:19.255Zopenjdk system 11 system
1842026-07-14T00:22:19.255Zopenssl vendor 3 vendor
1852026-07-14T00:22:19.255Zperl system 5.40 system
1862026-07-14T00:22:19.255Zpostgresql system 18 system
1872026-07-14T00:22:19.255Zpostgresql system 17 system
1882026-07-14T00:22:19.255Zpython vendor 3 vendor
1892026-07-14T00:22:19.255Zpython system 2 system
1902026-07-14T00:22:19.255Zpython3 vendor 3.13 vendor
1912026-07-14T00:22:19.255Zruby system 3.4 system
1922026-07-14T00:22:19.255Zruby system 3.0 system
1932026-07-14T00:22:19.255Zwords vendor vendor american-english
1942026-07-14T00:22:19.255Zwords system system australian-english
1952026-07-14T00:22:19.255Zwords system system british-english
1962026-07-14T00:22:19.255Zwords system system canadian-english
1972026-07-14T00:22:19.255Zwords system system french
1982026-07-14T00:22:19.255Zwords system system italian
1992026-07-14T00:22:19.255Zwords system system ngerman
2002026-07-14T00:22:19.255Zwords system system ogerman
2012026-07-14T00:22:19.255Zwords system system spanish
2022026-07-14T00:22:19.509ZPUBLISHER TYPE STATUS P LOCATION
2032026-07-14T00:22:19.509Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2042026-07-14T00:22:19.813ZFMRI IFO
2052026-07-14T00:22:19.813Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2062026-07-14T00:22:19.813Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2072026-07-14T00:22:19.813Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2082026-07-14T00:22:19.813Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2092026-07-14T00:22:19.813Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2102026-07-14T00:22:19.813Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2112026-07-14T00:22:19.813Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2122026-07-14T00:22:19.813Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2132026-07-14T00:22:19.813Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2142026-07-14T00:22:20.075Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2152026-07-14T00:22:20.363Z Updating crates.io index
2162026-07-14T00:22:20.368Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2172026-07-14T00:22:20.598Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2182026-07-14T00:22:20.890Z Updating git repository `https://github.com/oxidecomputer/propolis`
2192026-07-14T00:22:21.819Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2202026-07-14T00:22:22.333Z Updating git repository `https://github.com/oxidecomputer/crucible`
2212026-07-14T00:22:24.479Z Updating git repository `https://github.com/oxidecomputer/opte`
2222026-07-14T00:22:25.272Z Updating git repository `https://github.com/oxidecomputer/tofino`
2232026-07-14T00:22:25.500Z Updating git repository `https://github.com/oxidecomputer/lldp`
2242026-07-14T00:22:25.781Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2252026-07-14T00:22:26.860Z Updating git repository `https://github.com/oxidecomputer/clickward`
2262026-07-14T00:22:27.088Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2272026-07-14T00:22:27.394Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2282026-07-14T00:22:27.666Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2292026-07-14T00:22:28.057Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2302026-07-14T00:22:28.554Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2312026-07-14T00:22:28.791Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2322026-07-14T00:22:28.999Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2332026-07-14T00:22:29.255Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2342026-07-14T00:22:29.560Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2352026-07-14T00:22:29.790Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2362026-07-14T00:22:30.027Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2372026-07-14T00:22:30.259Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2382026-07-14T00:22:30.615Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2392026-07-14T00:22:30.967Z Updating git repository `https://github.com/oxidecomputer/erebor`
2402026-07-14T00:22:31.199Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2412026-07-14T00:22:31.589Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2422026-07-14T00:22:31.841Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2432026-07-14T00:22:32.343Z Updating git repository `https://github.com/oxidecomputer/ispf`
2442026-07-14T00:22:32.596Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2452026-07-14T00:22:32.802Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2462026-07-14T00:22:33.120Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2472026-07-14T00:22:33.512Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2482026-07-14T00:22:33.733Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2492026-07-14T00:22:34.029Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2502026-07-14T00:22:34.287Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2512026-07-14T00:22:34.757Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2522026-07-14T00:22:35.024Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2532026-07-14T00:22:35.265Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2542026-07-14T00:22:35.540Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2552026-07-14T00:22:35.779Z Updating git repository `https://github.com/illumos/smf-rs`
2562026-07-14T00:22:38.522Z Downloading crates ...
2572026-07-14T00:22:38.585Z Downloaded getrandom v0.4.1
2582026-07-14T00:22:38.589Z Downloaded proc-macro-error-attr v1.0.4
2592026-07-14T00:22:38.590Z Downloaded colorchoice v1.0.4
2602026-07-14T00:22:38.593Z Downloaded zerocopy-derive v0.7.35
2612026-07-14T00:22:38.593Z Downloaded tabled_derive v0.7.0
2622026-07-14T00:22:38.593Z Downloaded memchr v2.8.0
2632026-07-14T00:22:38.596Z Downloaded errno v0.3.14
2642026-07-14T00:22:38.597Z Downloaded equivalent v1.0.2
2652026-07-14T00:22:38.597Z Downloaded dof v0.3.0
2662026-07-14T00:22:38.602Z Downloaded crypto-common v0.1.7
2672026-07-14T00:22:38.602Z Downloaded thiserror-impl v1.0.69
2682026-07-14T00:22:38.602Z Downloaded anstream v1.0.0
2692026-07-14T00:22:38.610Z Downloaded fastrand v2.3.0
2702026-07-14T00:22:38.610Z Downloaded digest v0.10.7
2712026-07-14T00:22:38.610Z Downloaded zerocopy v0.7.35
2722026-07-14T00:22:38.613Z Downloaded zmij v1.0.21
2732026-07-14T00:22:38.613Z Downloaded anstyle-query v1.1.5
2742026-07-14T00:22:38.617Z Downloaded memmap v0.7.0
2752026-07-14T00:22:38.617Z Downloaded is_terminal_polyfill v1.70.2
2762026-07-14T00:22:38.617Z Downloaded dtrace-parser v0.2.0
2772026-07-14T00:22:38.617Z Downloaded clap_lex v1.0.0
2782026-07-14T00:22:38.617Z Downloaded fnv v1.0.7
2792026-07-14T00:22:38.621Z Downloaded camino v1.2.2
2802026-07-14T00:22:38.621Z Downloaded byteorder v1.5.0
2812026-07-14T00:22:38.621Z Downloaded bytecount v0.6.9
2822026-07-14T00:22:38.621Z Downloaded anstyle v1.0.14
2832026-07-14T00:22:38.622Z Downloaded cfg-if v1.0.4
2842026-07-14T00:22:38.625Z Downloaded cpufeatures v0.2.17
2852026-07-14T00:22:38.625Z Downloaded autocfg v1.5.0
2862026-07-14T00:22:38.625Z Downloaded heck v0.5.0
2872026-07-14T00:22:38.632Z Downloaded block-buffer v0.10.4
2882026-07-14T00:22:38.632Z Downloaded anstyle-parse v1.0.0
2892026-07-14T00:22:38.636Z Downloaded camino-tempfile v1.4.1
2902026-07-14T00:22:38.640Z Downloaded toml_datetime v0.6.11
2912026-07-14T00:22:38.648Z Downloaded itoa v1.0.17
2922026-07-14T00:22:38.648Z Downloaded proc-macro-error v1.0.4
2932026-07-14T00:22:38.654Z Downloaded cargo-platform v0.3.2
2942026-07-14T00:22:38.657Z Downloaded generic-array v0.14.7
2952026-07-14T00:22:38.657Z Downloaded thread-id v4.2.2
2962026-07-14T00:22:38.657Z Downloaded swrite v0.1.0
2972026-07-14T00:22:38.660Z Downloaded usdt-attr-macro v0.5.0
2982026-07-14T00:22:38.663Z Downloaded smawk v0.3.2
2992026-07-14T00:22:38.663Z Downloaded version_check v0.9.5
3002026-07-14T00:22:38.663Z Downloaded usdt-macro v0.5.0
3012026-07-14T00:22:38.663Z Downloaded strsim v0.11.1
3022026-07-14T00:22:38.667Z Downloaded heck v0.4.1
3032026-07-14T00:22:38.667Z Downloaded usdt v0.5.0
3042026-07-14T00:22:38.671Z Downloaded serde_spanned v0.6.9
3052026-07-14T00:22:38.671Z Downloaded terminal_size v0.4.3
3062026-07-14T00:22:38.671Z Downloaded unicode-linebreak v0.1.5
3072026-07-14T00:22:38.671Z Downloaded scroll_derive v0.12.1
3082026-07-14T00:22:38.671Z Downloaded plain v0.2.3
3092026-07-14T00:22:38.675Z Downloaded fs-err v3.3.0
3102026-07-14T00:22:38.678Z Downloaded quote v1.0.45
3112026-07-14T00:22:38.678Z Downloaded clap_derive v4.6.1
3122026-07-14T00:22:38.683Z Downloaded cargo_toml v0.21.0
3132026-07-14T00:22:38.686Z Downloaded macaddr v1.0.1
3142026-07-14T00:22:38.686Z Downloaded pretty-hex v0.4.1
3152026-07-14T00:22:38.686Z Downloaded bitflags v2.11.0
3162026-07-14T00:22:38.689Z Downloaded toml_write v0.1.2
3172026-07-14T00:22:38.692Z Downloaded cargo_metadata v0.23.1
3182026-07-14T00:22:38.696Z Downloaded scroll v0.12.0
3192026-07-14T00:22:38.703Z Downloaded utf8parse v0.2.2
3202026-07-14T00:22:38.706Z Downloaded thiserror v1.0.69
3212026-07-14T00:22:38.709Z Downloaded serde_tokenstream v0.2.3
3222026-07-14T00:22:38.709Z Downloaded thiserror-impl v2.0.18
3232026-07-14T00:22:38.714Z Downloaded once_cell v1.21.3
3242026-07-14T00:22:38.717Z Downloaded log v0.4.29
3252026-07-14T00:22:38.721Z Downloaded thiserror v2.0.18
3262026-07-14T00:22:38.725Z Downloaded usdt-impl v0.5.0
3272026-07-14T00:22:38.725Z Downloaded clap v4.6.1
3282026-07-14T00:22:38.729Z Downloaded semver v1.0.28
3292026-07-14T00:22:38.732Z Downloaded proc-macro2 v1.0.106
3302026-07-14T00:22:38.737Z Downloaded toml v0.8.23
3312026-07-14T00:22:38.738Z Downloaded pest_generator v2.8.6
3322026-07-14T00:22:38.738Z Downloaded sha2 v0.10.9
3332026-07-14T00:22:38.741Z Downloaded anyhow v1.0.102
3342026-07-14T00:22:38.748Z Downloaded pest_derive v2.8.6
3352026-07-14T00:22:38.753Z Downloaded papergrid v0.11.0
3362026-07-14T00:22:38.757Z Downloaded serde_derive v1.0.228
3372026-07-14T00:22:38.761Z Downloaded serde_core v1.0.228
3382026-07-14T00:22:38.761Z Downloaded tempfile v3.25.0
3392026-07-14T00:22:38.767Z Downloaded unicode-ident v1.0.24
3402026-07-14T00:22:38.767Z Downloaded textwrap v0.16.2
3412026-07-14T00:22:38.768Z Downloaded ucd-trie v0.1.7
3422026-07-14T00:22:38.771Z Downloaded serde v1.0.228
3432026-07-14T00:22:38.789Z Downloaded pest_meta v2.8.6
3442026-07-14T00:22:38.796Z Downloaded toml_edit v0.22.27
3452026-07-14T00:22:38.811Z Downloaded indexmap v2.14.0
3462026-07-14T00:22:38.820Z Downloaded typenum v1.20.1
3472026-07-14T00:22:38.839Z Downloaded pest v2.8.6
3482026-07-14T00:22:38.839Z Downloaded hashbrown v0.17.0
3492026-07-14T00:22:38.843Z Downloaded clap_builder v4.6.0
3502026-07-14T00:22:38.855Z Downloaded serde_json v1.0.150
3512026-07-14T00:22:38.862Z Downloaded goblin v0.8.2
3522026-07-14T00:22:38.871Z Downloaded winnow v0.7.14
3532026-07-14T00:22:38.886Z Downloaded tabled v0.15.0
3542026-07-14T00:22:38.898Z Downloaded syn v1.0.109
3552026-07-14T00:22:38.903Z Downloaded unicode-width v0.2.0
3562026-07-14T00:22:38.906Z Downloaded unicode-width v0.1.14
3572026-07-14T00:22:38.910Z Downloaded syn v2.0.117
3582026-07-14T00:22:38.926Z Downloaded rustix v1.1.3
3592026-07-14T00:22:38.955Z Downloaded libc v0.2.185
3602026-07-14T00:22:39.021Z Compiling proc-macro2 v1.0.106
3612026-07-14T00:22:39.021Z Compiling unicode-ident v1.0.24
3622026-07-14T00:22:39.021Z Compiling quote v1.0.45
3632026-07-14T00:22:39.028Z Compiling serde_core v1.0.228
3642026-07-14T00:22:39.028Z Compiling libc v0.2.185
3652026-07-14T00:22:39.028Z Compiling version_check v0.9.5
3662026-07-14T00:22:39.028Z Compiling memchr v2.8.0
3672026-07-14T00:22:39.028Z Compiling serde v1.0.228
3682026-07-14T00:22:39.028Z Compiling zmij v1.0.21
3692026-07-14T00:22:39.028Z Compiling ucd-trie v0.1.7
3702026-07-14T00:22:39.199Z Compiling thiserror v1.0.69
3712026-07-14T00:22:39.208Z Compiling itoa v1.0.17
3722026-07-14T00:22:39.208Z Compiling rustix v1.1.3
3732026-07-14T00:22:39.208Z Compiling byteorder v1.5.0
3742026-07-14T00:22:39.469Z Compiling bitflags v2.11.0
3752026-07-14T00:22:39.576Z Compiling serde_json v1.0.150
3762026-07-14T00:22:39.687Z Compiling pest v2.8.6
3772026-07-14T00:22:39.713Z Compiling syn v1.0.109
3782026-07-14T00:22:39.717Z Compiling camino v1.2.2
3792026-07-14T00:22:39.767Z Compiling usdt-impl v0.5.0
3802026-07-14T00:22:39.770Z Compiling proc-macro-error-attr v1.0.4
3812026-07-14T00:22:39.945Z Compiling proc-macro-error v1.0.4
3822026-07-14T00:22:39.948Z Compiling plain v0.2.3
3832026-07-14T00:22:40.006Z Compiling utf8parse v0.2.2
3842026-07-14T00:22:40.086Z Compiling getrandom v0.4.1
3852026-07-14T00:22:40.122Z Compiling log v0.4.29
3862026-07-14T00:22:40.125Z Compiling hashbrown v0.17.0
3872026-07-14T00:22:40.175Z Compiling equivalent v1.0.2
3882026-07-14T00:22:40.178Z Compiling anstyle-parse v1.0.0
3892026-07-14T00:22:40.179Z Compiling colorchoice v1.0.4
3902026-07-14T00:22:40.245Z Compiling anstyle v1.0.14
3912026-07-14T00:22:40.248Z Compiling toml_write v0.1.2
3922026-07-14T00:22:40.328Z Compiling errno v0.3.14
3932026-07-14T00:22:40.331Z Compiling thread-id v4.2.2
3942026-07-14T00:22:40.348Z Compiling thiserror v2.0.18
3952026-07-14T00:22:40.385Z Compiling cfg-if v1.0.4
3962026-07-14T00:22:40.404Z Compiling is_terminal_polyfill v1.70.2
3972026-07-14T00:22:40.422Z Compiling autocfg v1.5.0
3982026-07-14T00:22:40.443Z Compiling winnow v0.7.14
3992026-07-14T00:22:40.465Z Compiling anstyle-query v1.1.5
4002026-07-14T00:22:40.500Z Compiling pretty-hex v0.4.1
4012026-07-14T00:22:40.554Z Compiling anstream v1.0.0
4022026-07-14T00:22:40.557Z Compiling fnv v1.0.7
4032026-07-14T00:22:40.557Z Compiling bytecount v0.6.9
4042026-07-14T00:22:40.608Z Compiling once_cell v1.21.3
4052026-07-14T00:22:40.655Z Compiling indexmap v2.14.0
4062026-07-14T00:22:40.689Z Compiling fastrand v2.3.0
4072026-07-14T00:22:40.726Z Compiling heck v0.4.1
4082026-07-14T00:22:40.743Z Compiling heck v0.5.0
4092026-07-14T00:22:40.759Z Compiling pest_meta v2.8.6
4102026-07-14T00:22:40.866Z Compiling anyhow v1.0.102
4112026-07-14T00:22:40.882Z Compiling syn v2.0.117
4122026-07-14T00:22:40.983Z Compiling fs-err v3.3.0
4132026-07-14T00:22:40.986Z Compiling strsim v0.11.1
4142026-07-14T00:22:40.986Z Compiling unicode-width v0.1.14
4152026-07-14T00:22:41.052Z Compiling clap_lex v1.0.0
4162026-07-14T00:22:41.052Z Compiling memmap v0.7.0
4172026-07-14T00:22:41.056Z Compiling smawk v0.3.2
4182026-07-14T00:22:41.240Z Compiling unicode-width v0.2.0
4192026-07-14T00:22:41.267Z Compiling papergrid v0.11.0
4202026-07-14T00:22:41.306Z Compiling unicode-linebreak v0.1.5
4212026-07-14T00:22:41.347Z Compiling terminal_size v0.4.3
4222026-07-14T00:22:41.367Z Compiling tempfile v3.25.0
4232026-07-14T00:22:41.408Z Compiling swrite v0.1.0
4242026-07-14T00:22:41.514Z Compiling clap_builder v4.6.0
4252026-07-14T00:22:41.531Z Compiling cargo-platform v0.3.2
4262026-07-14T00:22:41.549Z Compiling semver v1.0.28
4272026-07-14T00:22:41.573Z Compiling textwrap v0.16.2
4282026-07-14T00:22:41.788Z Compiling camino-tempfile v1.4.1
4292026-07-14T00:22:42.295Z Compiling tabled_derive v0.7.0
4302026-07-14T00:22:42.933Z Compiling tabled v0.15.0
4312026-07-14T00:22:43.005Z Compiling pest_generator v2.8.6
4322026-07-14T00:22:43.528Z Compiling serde_derive v1.0.228
4332026-07-14T00:22:43.528Z Compiling thiserror-impl v1.0.69
4342026-07-14T00:22:43.541Z Compiling zerocopy-derive v0.7.35
4352026-07-14T00:22:43.541Z Compiling scroll_derive v0.12.1
4362026-07-14T00:22:43.541Z Compiling thiserror-impl v2.0.18
4372026-07-14T00:22:43.541Z Compiling clap_derive v4.6.1
4382026-07-14T00:22:43.630Z Compiling pest_derive v2.8.6
4392026-07-14T00:22:44.156Z Compiling scroll v0.12.0
4402026-07-14T00:22:44.330Z Compiling zerocopy v0.7.35
4412026-07-14T00:22:44.371Z Compiling goblin v0.8.2
4422026-07-14T00:22:44.557Z Compiling dtrace-parser v0.2.0
4432026-07-14T00:22:44.914Z Compiling clap v4.6.1
4442026-07-14T00:22:45.998Z Compiling serde_spanned v0.6.9
4452026-07-14T00:22:45.998Z Compiling toml_datetime v0.6.11
4462026-07-14T00:22:45.998Z Compiling macaddr v1.0.1
4472026-07-14T00:22:46.002Z Compiling cargo_metadata v0.23.1
4482026-07-14T00:22:46.002Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4492026-07-14T00:22:46.015Z Compiling dof v0.3.0
4502026-07-14T00:22:46.020Z Compiling serde_tokenstream v0.2.3
4512026-07-14T00:22:46.224Z Compiling toml_edit v0.22.27
4522026-07-14T00:22:46.753Z Compiling usdt-attr-macro v0.5.0
4532026-07-14T00:22:46.764Z Compiling usdt-macro v0.5.0
4542026-07-14T00:22:47.332Z Compiling usdt v0.5.0
4552026-07-14T00:22:47.475Z Compiling toml v0.8.23
4562026-07-14T00:22:47.795Z Compiling cargo_toml v0.21.0
4572026-07-14T00:22:49.081Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4582026-07-14T00:22:51.099Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.19s
4592026-07-14T00:22:51.305Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4602026-07-14T00:22:51.796Z Downloading crates ...
4612026-07-14T00:22:51.894Z Downloaded adler2 v2.0.1
4622026-07-14T00:22:51.898Z Downloaded ahash v0.8.12
4632026-07-14T00:22:51.901Z Downloaded aead v0.6.1
4642026-07-14T00:22:51.901Z Downloaded cfg_aliases v0.2.1
4652026-07-14T00:22:51.905Z Downloaded crc-catalog v2.4.0
4662026-07-14T00:22:51.908Z Downloaded dirs-sys-next v0.1.2
4672026-07-14T00:22:51.911Z Downloaded assert_matches v1.5.0
4682026-07-14T00:22:51.911Z Downloaded aead v0.5.2
4692026-07-14T00:22:51.914Z Downloaded atty v0.2.14
4702026-07-14T00:22:51.914Z Downloaded arrayref v0.3.9
4712026-07-14T00:22:51.916Z Downloaded atomic-waker v1.1.2
4722026-07-14T00:22:51.916Z Downloaded atomicwrites v0.4.4
4732026-07-14T00:22:51.917Z Downloaded base16ct v1.0.0
4742026-07-14T00:22:51.922Z Downloaded async-stream-impl v0.3.6
4752026-07-14T00:22:51.922Z Downloaded array-init v0.0.4
4762026-07-14T00:22:51.922Z Downloaded dunce v1.0.5
4772026-07-14T00:22:51.922Z Downloaded base16ct v0.2.0
4782026-07-14T00:22:51.927Z Downloaded embedded-io v0.6.1
4792026-07-14T00:22:51.930Z Downloaded crypto-common v0.2.2
4802026-07-14T00:22:51.933Z Downloaded async-stream v0.3.6
4812026-07-14T00:22:51.936Z Downloaded cpubits v0.1.1
4822026-07-14T00:22:51.936Z Downloaded bb8 v0.8.6
4832026-07-14T00:22:51.941Z Downloaded ascii-canvas v3.0.0
4842026-07-14T00:22:51.941Z Downloaded argon2 v0.5.3
4852026-07-14T00:22:51.944Z Downloaded darling_macro v0.21.3
4862026-07-14T00:22:51.944Z Downloaded anstream v0.6.21
4872026-07-14T00:22:51.944Z Downloaded cstr-argument v0.1.2
4882026-07-14T00:22:51.947Z Downloaded async-recursion v1.1.1
4892026-07-14T00:22:51.954Z Downloaded ctr v0.10.1
4902026-07-14T00:22:51.954Z Downloaded defmt v1.0.1
4912026-07-14T00:22:51.954Z Downloaded cobs v0.3.0
4922026-07-14T00:22:51.966Z Downloaded crc8 v0.1.1
4932026-07-14T00:22:51.966Z Downloaded cpufeatures v0.3.0
4942026-07-14T00:22:51.967Z Downloaded crucible-workspace-hack v0.1.0
4952026-07-14T00:22:51.967Z Downloaded cookie_store v0.22.1
4962026-07-14T00:22:51.978Z Downloaded daft v0.1.7
4972026-07-14T00:22:51.978Z Downloaded ctutils v0.4.2
4982026-07-14T00:22:51.978Z Downloaded bit-set v0.8.0
4992026-07-14T00:22:51.978Z Downloaded csv-core v0.1.13
5002026-07-14T00:22:51.978Z Downloaded debug-ignore v1.0.5
5012026-07-14T00:22:51.978Z Downloaded darling_macro v0.23.0
5022026-07-14T00:22:51.978Z Downloaded corncobs v0.1.4
5032026-07-14T00:22:51.981Z Downloaded darling v0.23.0
5042026-07-14T00:22:51.981Z Downloaded daft-derive v0.1.7
5052026-07-14T00:22:51.981Z Downloaded crc v3.4.0
5062026-07-14T00:22:51.981Z Downloaded crunchy v0.2.4
5072026-07-14T00:22:51.988Z Downloaded dof v0.4.0
5082026-07-14T00:22:51.988Z Downloaded defmt v0.3.100
5092026-07-14T00:22:51.988Z Downloaded block-padding v0.4.2
5102026-07-14T00:22:51.988Z Downloaded bitfield-macros v0.19.4
5112026-07-14T00:22:51.989Z Downloaded compression-core v0.4.31
5122026-07-14T00:22:51.989Z Downloaded bcrypt-pbkdf v0.11.0
5132026-07-14T00:22:51.989Z Downloaded dyn-clone v1.0.20
5142026-07-14T00:22:52.000Z Downloaded darling v0.20.11
5152026-07-14T00:22:52.000Z Downloaded bitfield-struct v0.6.2
5162026-07-14T00:22:52.001Z Downloaded arrayvec v0.7.6
5172026-07-14T00:22:52.005Z Downloaded defmt-parser v1.0.0
5182026-07-14T00:22:52.006Z Downloaded darling_macro v0.20.11
5192026-07-14T00:22:52.006Z Downloaded convert_case v0.10.0
5202026-07-14T00:22:52.006Z Downloaded darling_core v0.13.4
5212026-07-14T00:22:52.006Z Downloaded endian-type v0.1.2
5222026-07-14T00:22:52.006Z Downloaded curve25519-dalek-derive v0.1.1
5232026-07-14T00:22:52.006Z Downloaded downcast-rs v2.0.2
5242026-07-14T00:22:52.006Z Downloaded convert_case v0.4.0
5252026-07-14T00:22:52.006Z Downloaded display-error-chain v0.2.2
5262026-07-14T00:22:52.012Z Downloaded enum-as-inner v0.6.1
5272026-07-14T00:22:52.012Z Downloaded embedded-io v0.4.0
5282026-07-14T00:22:52.012Z Downloaded dropshot-api-manager-types v0.7.2
5292026-07-14T00:22:52.012Z Downloaded document-features v0.2.12
5302026-07-14T00:22:52.016Z Downloaded dtrace-parser v0.3.0
5312026-07-14T00:22:52.016Z Downloaded bit-vec v0.6.3
5322026-07-14T00:22:52.016Z Downloaded async-trait v0.1.89
5332026-07-14T00:22:52.025Z Downloaded fd-lock v4.0.4
5342026-07-14T00:22:52.025Z Downloaded env_filter v1.0.0
5352026-07-14T00:22:52.025Z Downloaded diesel_table_macro_syntax v0.3.0
5362026-07-14T00:22:52.025Z Downloaded argon2 v0.6.0-rc.8
5372026-07-14T00:22:52.029Z Downloaded difflib v0.4.0
5382026-07-14T00:22:52.029Z Downloaded dsl_auto_type v0.2.0
5392026-07-14T00:22:52.030Z Downloaded async-bb8-diesel v0.2.1
5402026-07-14T00:22:52.030Z Downloaded float-ord v0.3.2
5412026-07-14T00:22:52.030Z Downloaded float-cmp v0.10.0
5422026-07-14T00:22:52.030Z Downloaded flagset v0.4.7
5432026-07-14T00:22:52.030Z Downloaded derive_builder_macro v0.20.2
5442026-07-14T00:22:52.033Z Downloaded dirs-next v2.0.0
5452026-07-14T00:22:52.033Z Downloaded ciborium-io v0.2.2
5462026-07-14T00:22:52.034Z Downloaded cfg_aliases v0.1.1
5472026-07-14T00:22:52.034Z Downloaded darling_macro v0.13.4
5482026-07-14T00:22:52.034Z Downloaded const_format_proc_macros v0.2.34
5492026-07-14T00:22:52.038Z Downloaded cipher v0.5.2
5502026-07-14T00:22:52.038Z Downloaded compression-codecs v0.4.37
5512026-07-14T00:22:52.043Z Downloaded fixedbitset v0.4.2
5522026-07-14T00:22:52.043Z Downloaded ciborium-ll v0.2.2
5532026-07-14T00:22:52.044Z Downloaded castaway v0.2.4
5542026-07-14T00:22:52.047Z Downloaded cmake v0.1.57
5552026-07-14T00:22:52.047Z Downloaded cexpr v0.6.0
5562026-07-14T00:22:52.048Z Downloaded anstyle-parse v0.2.7
5572026-07-14T00:22:52.048Z Downloaded cbc v0.2.1
5582026-07-14T00:22:52.048Z Downloaded critical-section v1.2.0
5592026-07-14T00:22:52.052Z Downloaded constant_time_eq v0.4.2
5602026-07-14T00:22:52.052Z Downloaded either v1.15.0
5612026-07-14T00:22:52.052Z Downloaded cmov v0.5.4
5622026-07-14T00:22:52.055Z Downloaded crossbeam-deque v0.8.6
5632026-07-14T00:22:52.055Z Downloaded crossbeam-utils v0.8.21
5642026-07-14T00:22:52.059Z Downloaded foreign-types-shared v0.1.1
5652026-07-14T00:22:52.059Z Downloaded foreign-types v0.5.0
5662026-07-14T00:22:52.066Z Downloaded futures-core v0.3.32
5672026-07-14T00:22:52.066Z Downloaded funty v2.0.0
5682026-07-14T00:22:52.066Z Downloaded form_urlencoded v1.2.2
5692026-07-14T00:22:52.066Z Downloaded fxhash v0.2.1
5702026-07-14T00:22:52.066Z Downloaded bzip2 v0.6.1
5712026-07-14T00:22:52.082Z Downloaded cancel-safe-futures v0.1.5
5722026-07-14T00:22:52.082Z Downloaded gethostname v0.5.0
5732026-07-14T00:22:52.082Z Downloaded ena v0.14.4
5742026-07-14T00:22:52.082Z Downloaded block-buffer v0.12.1
5752026-07-14T00:22:52.082Z Downloaded base64ct v1.8.3
5762026-07-14T00:22:52.082Z Downloaded futures-sink v0.3.32
5772026-07-14T00:22:52.110Z Downloaded darling v0.13.4
5782026-07-14T00:22:52.110Z Downloaded git-stub v1.0.0
5792026-07-14T00:22:52.110Z Downloaded ghash v0.6.0
5802026-07-14T00:22:52.110Z Downloaded digest v0.11.3
5812026-07-14T00:22:52.110Z Downloaded enum_dispatch v0.3.13
5822026-07-14T00:22:52.111Z Downloaded ecdsa v0.16.9
5832026-07-14T00:22:52.111Z Downloaded bcs v0.1.6
5842026-07-14T00:22:52.111Z Downloaded erased-serde v0.3.31
5852026-07-14T00:22:52.111Z Downloaded filetime v0.2.27
5862026-07-14T00:22:52.111Z Downloaded globwalk v0.9.1
5872026-07-14T00:22:52.111Z Downloaded foreign-types-macros v0.2.3
5882026-07-14T00:22:52.111Z Downloaded defmt-macros v1.0.1
5892026-07-14T00:22:52.119Z Downloaded find-msvc-tools v0.1.9
5902026-07-14T00:22:52.119Z Downloaded colored v3.1.1
5912026-07-14T00:22:52.119Z Downloaded colored v2.2.0
5922026-07-14T00:22:52.119Z Downloaded ed25519 v2.2.3
5932026-07-14T00:22:52.119Z Downloaded diesel-dtrace v0.5.0
5942026-07-14T00:22:52.119Z Downloaded env_logger v0.11.9
5952026-07-14T00:22:52.120Z Downloaded buf-list v1.1.2
5962026-07-14T00:22:52.120Z Downloaded fs-err v2.11.0
5972026-07-14T00:22:52.120Z Downloaded fixedbitset v0.5.7
5982026-07-14T00:22:52.120Z Downloaded hex v0.4.3
5992026-07-14T00:22:52.120Z Downloaded hash32 v0.2.1
6002026-07-14T00:22:52.120Z Downloaded darling v0.21.3
6012026-07-14T00:22:52.120Z Downloaded hash32 v0.3.1
6022026-07-14T00:22:52.120Z Downloaded console v0.15.11
6032026-07-14T00:22:52.120Z Downloaded futures-executor v0.3.32
6042026-07-14T00:22:52.120Z Downloaded foldhash v0.1.5
6052026-07-14T00:22:52.127Z Downloaded headers-core v0.3.0
6062026-07-14T00:22:52.128Z Downloaded arc-swap v1.8.2
6072026-07-14T00:22:52.128Z Downloaded hex-literal v1.1.0
6082026-07-14T00:22:52.128Z Downloaded foldhash v0.2.0
6092026-07-14T00:22:52.159Z Downloaded console v0.16.2
6102026-07-14T00:22:52.159Z Downloaded chacha20poly1305 v0.10.1
6112026-07-14T00:22:52.160Z Downloaded data-encoding v2.10.0
6122026-07-14T00:22:52.160Z Downloaded home v0.5.12
6132026-07-14T00:22:52.160Z Downloaded ciborium v0.2.2
6142026-07-14T00:22:52.160Z Downloaded http-range v0.1.5
6152026-07-14T00:22:52.160Z Downloaded chacha20 v0.10.0
6162026-07-14T00:22:52.183Z Downloaded hostname v0.4.2
6172026-07-14T00:22:52.184Z Downloaded httpdate v1.0.3
6182026-07-14T00:22:52.184Z Downloaded http-body v1.0.1
6192026-07-14T00:22:52.184Z Downloaded hostname v0.3.1
6202026-07-14T00:22:52.184Z Downloaded git-stub-vcs v0.1.0
6212026-07-14T00:22:52.184Z Downloaded clang-sys v1.8.1
6222026-07-14T00:22:52.184Z Downloaded globset v0.4.18
6232026-07-14T00:22:52.184Z Downloaded cassowary v0.3.0
6242026-07-14T00:22:52.184Z Downloaded ed25519 v3.0.0
6252026-07-14T00:22:52.184Z Downloaded cookie v0.18.1
6262026-07-14T00:22:52.184Z Downloaded hubpack_derive v0.1.1
6272026-07-14T00:22:52.184Z Downloaded hubpack v0.1.2
6282026-07-14T00:22:52.184Z Downloaded derive_builder_core v0.20.2
6292026-07-14T00:22:52.184Z Downloaded derive_builder v0.20.2
6302026-07-14T00:22:52.184Z Downloaded futures-channel v0.3.32
6312026-07-14T00:22:52.185Z Downloaded der_derive v0.7.3
6322026-07-14T00:22:52.185Z Downloaded des v0.9.0
6332026-07-14T00:22:52.185Z Downloaded const_format v0.2.35
6342026-07-14T00:22:52.185Z Downloaded const-oid v0.9.6
6352026-07-14T00:22:52.185Z Downloaded group v0.14.0
6362026-07-14T00:22:52.185Z Downloaded indent_write v2.2.0
6372026-07-14T00:22:52.185Z Downloaded illumos-nvpair-sys v0.2.0
6382026-07-14T00:22:52.185Z Downloaded group v0.13.0
6392026-07-14T00:22:52.185Z Downloaded crc32fast v1.5.0
6402026-07-14T00:22:52.185Z Downloaded indoc v1.0.9
6412026-07-14T00:22:52.185Z Downloaded idna_adapter v1.2.1
6422026-07-14T00:22:52.185Z Downloaded ident_case v1.0.1
6432026-07-14T00:22:52.185Z Downloaded crc-any v2.5.0
6442026-07-14T00:22:52.193Z Downloaded illumos-nvpair v0.3.0
6452026-07-14T00:22:52.193Z Downloaded async-compression v0.4.41
6462026-07-14T00:22:52.193Z Downloaded fatfs v0.3.6
6472026-07-14T00:22:52.193Z Downloaded deranged v0.5.8
6482026-07-14T00:22:52.193Z Downloaded crossbeam-epoch v0.9.18
6492026-07-14T00:22:52.193Z Downloaded instability v0.3.11
6502026-07-14T00:22:52.193Z Downloaded const-oid v0.10.2
6512026-07-14T00:22:52.200Z Downloaded is_ci v1.2.0
6522026-07-14T00:22:52.200Z Downloaded is-terminal v0.4.17
6532026-07-14T00:22:52.200Z Downloaded kem v0.3.0
6542026-07-14T00:22:52.200Z Downloaded keccak v0.1.6
6552026-07-14T00:22:52.200Z Downloaded http-body-util v0.1.3
6562026-07-14T00:22:52.200Z Downloaded fs_extra v1.3.0
6572026-07-14T00:22:52.201Z Downloaded internet-checksum v0.2.1
6582026-07-14T00:22:52.205Z Downloaded highway v1.3.0
6592026-07-14T00:22:52.205Z Downloaded humantime v2.3.0
6602026-07-14T00:22:52.205Z Downloaded glob v0.3.3
6612026-07-14T00:22:52.205Z Downloaded compact_str v0.8.1
6622026-07-14T00:22:52.205Z Downloaded blake2 v0.10.6
6632026-07-14T00:22:52.208Z Downloaded getrandom v0.2.17
6642026-07-14T00:22:52.209Z Downloaded instant v0.1.13
6652026-07-14T00:22:52.211Z Downloaded inout v0.2.2
6662026-07-14T00:22:52.211Z Downloaded bzip2 v0.4.4
6672026-07-14T00:22:52.211Z Downloaded allocator-api2 v0.2.21
6682026-07-14T00:22:52.216Z Downloaded maplit v1.0.2
6692026-07-14T00:22:52.216Z Downloaded lru v0.12.5
6702026-07-14T00:22:52.219Z Downloaded derive-ex v0.1.8
6712026-07-14T00:22:52.219Z Downloaded blake2 v0.11.0-rc.6
6722026-07-14T00:22:52.219Z Downloaded half v1.8.3
6732026-07-14T00:22:52.222Z Downloaded libscf-sys v1.1.0
6742026-07-14T00:22:52.222Z Downloaded lazy_static v1.5.0
6752026-07-14T00:22:52.225Z Downloaded derive_more v0.99.20
6762026-07-14T00:22:52.228Z Downloaded dropshot_endpoint v0.17.1
6772026-07-14T00:22:52.230Z Downloaded drift v0.2.0
6782026-07-14T00:22:52.235Z Downloaded maybe-uninit v2.0.0
6792026-07-14T00:22:52.238Z Downloaded impl-trait-for-tuples v0.2.3
6802026-07-14T00:22:52.240Z Downloaded hyper-tls v0.6.0
6812026-07-14T00:22:52.240Z Downloaded hyper-staticfile v0.10.1
6822026-07-14T00:22:52.243Z Downloaded memoffset v0.9.1
6832026-07-14T00:22:52.243Z Downloaded mime v0.3.17
6842026-07-14T00:22:52.246Z Downloaded inout v0.1.4
6852026-07-14T00:22:52.247Z Downloaded multimap v0.10.1
6862026-07-14T00:22:52.247Z Downloaded managed v0.8.0
6872026-07-14T00:22:52.250Z Downloaded lzss v0.8.2
6882026-07-14T00:22:52.250Z Downloaded ipnetwork v0.21.1
6892026-07-14T00:22:52.254Z Downloaded md-5 v0.10.6
6902026-07-14T00:22:52.255Z Downloaded bumpalo v3.20.2
6912026-07-14T00:22:52.255Z Downloaded flume v0.11.1
6922026-07-14T00:22:52.257Z Downloaded ingot-types v0.1.2
6932026-07-14T00:22:52.257Z Downloaded hmac v0.13.0
6942026-07-14T00:22:52.261Z Downloaded newtype_derive v0.1.6
6952026-07-14T00:22:52.261Z Downloaded normalize-line-endings v0.3.0
6962026-07-14T00:22:52.264Z Downloaded nodrop v0.1.14
6972026-07-14T00:22:52.264Z Downloaded newtype-uuid-macros v0.1.0
6982026-07-14T00:22:52.264Z Downloaded indoc v2.0.7
6992026-07-14T00:22:52.267Z Downloaded newline-converter v0.3.0
7002026-07-14T00:22:52.267Z Downloaded hyper-rustls v0.27.7
7012026-07-14T00:22:52.270Z Downloaded keccak v0.2.0
7022026-07-14T00:22:52.270Z Downloaded jobserver v0.1.34
7032026-07-14T00:22:52.273Z Downloaded lock_api v0.4.14
7042026-07-14T00:22:52.273Z Downloaded base64 v0.21.7
7052026-07-14T00:22:52.276Z Downloaded num-conv v0.2.0
7062026-07-14T00:22:52.276Z Downloaded nonempty v0.12.0
7072026-07-14T00:22:52.278Z Downloaded half v2.7.1
7082026-07-14T00:22:52.281Z Downloaded linear-map v1.2.0
7092026-07-14T00:22:52.281Z Downloaded getrandom v0.3.4
7102026-07-14T00:22:52.284Z Downloaded hybrid-array v0.4.13
7112026-07-14T00:22:52.287Z Downloaded linked-hash-map v0.5.6
7122026-07-14T00:22:52.287Z Downloaded nibble_vec v0.1.0
7132026-07-14T00:22:52.289Z Downloaded libsw v3.5.0
7142026-07-14T00:22:52.289Z Downloaded libloading v0.8.9
7152026-07-14T00:22:52.292Z Downloaded num-derive v0.4.2
7162026-07-14T00:22:52.292Z Downloaded num-derive v0.3.3
7172026-07-14T00:22:52.295Z Downloaded num_enum_derive v0.5.11
7182026-07-14T00:22:52.295Z Downloaded num v0.4.3
7192026-07-14T00:22:52.295Z Downloaded elliptic-curve v0.14.0-rc.33
7202026-07-14T00:22:52.298Z Downloaded elliptic-curve v0.13.8
7212026-07-14T00:22:52.301Z Downloaded opaque-debug v0.3.1
7222026-07-14T00:22:52.304Z Downloaded olpc-cjson v0.1.4
7232026-07-14T00:22:52.304Z Downloaded ed25519-dalek v2.2.0
7242026-07-14T00:22:52.308Z Downloaded iana-time-zone v0.1.65
7252026-07-14T00:22:52.311Z Downloaded num-iter v0.1.45
7262026-07-14T00:22:52.311Z Downloaded md5 v0.8.0
7272026-07-14T00:22:52.311Z Downloaded libsw-core v0.3.2
7282026-07-14T00:22:52.311Z Downloaded generic-array v1.4.3
7292026-07-14T00:22:52.314Z Downloaded openssl-probe v0.2.1
7302026-07-14T00:22:52.314Z Downloaded module-lattice v0.2.3
7312026-07-14T00:22:52.317Z Downloaded mime_guess v2.0.5
7322026-07-14T00:22:52.317Z Downloaded multer v3.1.0
7332026-07-14T00:22:52.320Z Downloaded ipnet v2.11.0
7342026-07-14T00:22:52.323Z Downloaded openssl-macros v0.1.1
7352026-07-14T00:22:52.323Z Downloaded newtype-uuid v1.3.2
7362026-07-14T00:22:52.323Z Downloaded native-tls v0.2.18
7372026-07-14T00:22:52.325Z Downloaded httparse v1.10.1
7382026-07-14T00:22:52.325Z Downloaded oso-derive v0.27.3
7392026-07-14T00:22:52.329Z Downloaded openssl-probe v0.1.6
7402026-07-14T00:22:52.329Z Downloaded nanorand v0.7.0
7412026-07-14T00:22:52.334Z Downloaded ingot-macros v0.1.1
7422026-07-14T00:22:52.334Z Downloaded cc v1.2.56
7432026-07-14T00:22:52.334Z Downloaded aes-gcm v0.11.0
7442026-07-14T00:22:52.338Z Downloaded base64 v0.22.1
7452026-07-14T00:22:52.338Z Downloaded ar_archive_writer v0.5.1
7462026-07-14T00:22:52.343Z Downloaded path-slash v0.1.5
7472026-07-14T00:22:52.343Z Downloaded packed_struct_codegen v0.10.1
7482026-07-14T00:22:52.343Z Downloaded nu-ansi-term v0.50.3
7492026-07-14T00:22:52.349Z Downloaded parse-display v0.10.0
7502026-07-14T00:22:52.349Z Downloaded litrs v1.0.0
7512026-07-14T00:22:52.352Z Downloaded percent-encoding v2.3.2
7522026-07-14T00:22:52.352Z Downloaded password-hash v0.6.1
7532026-07-14T00:22:52.352Z Downloaded parse-size v1.1.0
7542026-07-14T00:22:52.352Z Downloaded num-rational v0.4.2
7552026-07-14T00:22:52.352Z Downloaded litemap v0.8.1
7562026-07-14T00:22:52.355Z Downloaded crypto-bigint v0.5.5
7572026-07-14T00:22:52.358Z Downloaded num-integer v0.1.46
7582026-07-14T00:22:52.361Z Downloaded memmap2 v0.9.10
7592026-07-14T00:22:52.361Z Downloaded der v0.7.10
7602026-07-14T00:22:52.364Z Downloaded peg-runtime v0.8.5
7612026-07-14T00:22:52.367Z Downloaded expectorate v1.2.0
7622026-07-14T00:22:52.367Z Downloaded num_enum v0.7.6
7632026-07-14T00:22:52.370Z Downloaded phf_shared v0.13.1
7642026-07-14T00:22:52.385Z Downloaded potential_utf v0.1.4
7652026-07-14T00:22:52.388Z Downloaded phf_shared v0.12.1
7662026-07-14T00:22:52.388Z Downloaded phf_shared v0.11.3
7672026-07-14T00:22:52.388Z Downloaded indexmap v1.9.3
7682026-07-14T00:22:52.392Z Downloaded ignore v0.4.25
7692026-07-14T00:22:52.408Z Downloaded oxnet v0.1.6
7702026-07-14T00:22:52.408Z Downloaded derive_more v2.1.1
7712026-07-14T00:22:52.408Z Downloaded libbz2-rs-sys v0.2.2
7722026-07-14T00:22:52.408Z Downloaded flate2 v1.1.9
7732026-07-14T00:22:52.416Z Downloaded predicates-tree v1.0.13
7742026-07-14T00:22:52.416Z Downloaded proc-macro-error-attr2 v2.0.0
7752026-07-14T00:22:52.416Z Downloaded predicates-core v1.0.10
7762026-07-14T00:22:52.416Z Downloaded precomputed-hash v0.1.1
7772026-07-14T00:22:52.416Z Downloaded powerfmt v0.2.0
7782026-07-14T00:22:52.416Z Downloaded paste v1.0.15
7792026-07-14T00:22:52.419Z Downloaded proc-macro-crate v3.4.0
7802026-07-14T00:22:52.419Z Downloaded crossterm v0.28.1
7812026-07-14T00:22:52.419Z Downloaded pem-rfc7468 v0.7.0
7822026-07-14T00:22:52.423Z Downloaded progenitor-client v0.14.0
7832026-07-14T00:22:52.423Z Downloaded proc-macro-crate v1.3.1
7842026-07-14T00:22:52.426Z Downloaded phc v0.6.1
7852026-07-14T00:22:52.426Z Downloaded pem-rfc7468 v1.0.0
7862026-07-14T00:22:52.426Z Downloaded peg v0.8.5
7872026-07-14T00:22:52.429Z Downloaded progenitor-macro v0.13.0
7882026-07-14T00:22:52.432Z Downloaded pbkdf2 v0.13.0
7892026-07-14T00:22:52.432Z Downloaded password-hash v0.5.0
7902026-07-14T00:22:52.434Z Downloaded parse-display-derive v0.10.0
7912026-07-14T00:22:52.435Z Downloaded phf v0.12.1
7922026-07-14T00:22:52.443Z Downloaded icu_locale_core v2.1.1
7932026-07-14T00:22:52.446Z Downloaded pkcs8 v0.10.2
7942026-07-14T00:22:52.446Z Downloaded radium v0.7.0
7952026-07-14T00:22:52.446Z Downloaded quick-error v1.2.3
7962026-07-14T00:22:52.446Z Downloaded pin-project-internal v1.1.11
7972026-07-14T00:22:52.446Z Downloaded psl-types v2.0.11
7982026-07-14T00:22:52.449Z Downloaded progenitor-macro v0.14.0
7992026-07-14T00:22:52.449Z Downloaded postgres-protocol v0.6.10
8002026-07-14T00:22:52.449Z Downloaded pkg-config v0.3.32
8012026-07-14T00:22:52.452Z Downloaded poly1305 v0.8.0
8022026-07-14T00:22:52.455Z Downloaded rand_chacha v0.3.1
8032026-07-14T00:22:52.455Z Downloaded polyval v0.7.1
8042026-07-14T00:22:52.457Z Downloaded pin-project-lite v0.2.17
8052026-07-14T00:22:52.460Z Downloaded num_enum_derive v0.7.6
8062026-07-14T00:22:52.460Z Downloaded ed25519-dalek v3.0.0-rc.0
8072026-07-14T00:22:52.463Z Downloaded derive_more-impl v2.1.1
8082026-07-14T00:22:52.467Z Downloaded ppv-lite86 v0.2.21
8092026-07-14T00:22:52.470Z Downloaded hickory-resolver v0.24.4
8102026-07-14T00:22:52.472Z Downloaded primefield v0.14.0
8112026-07-14T00:22:52.475Z Downloaded rand_xorshift v0.4.0
8122026-07-14T00:22:52.475Z Downloaded recursive-proc-macro-impl v0.1.1
8132026-07-14T00:22:52.475Z Downloaded recursive v0.1.1
8142026-07-14T00:22:52.478Z Downloaded predicates v3.1.4
8152026-07-14T00:22:52.480Z Downloaded proc-macro-error2 v2.0.1
8162026-07-14T00:22:52.483Z Downloaded primeorder v0.13.6
8172026-07-14T00:22:52.483Z Downloaded progenitor v0.14.0
8182026-07-14T00:22:52.483Z Downloaded primeorder v0.14.0-rc.10
8192026-07-14T00:22:52.489Z Downloaded progenitor-extras v0.2.0
8202026-07-14T00:22:52.489Z Downloaded ref-cast-impl v1.0.25
8212026-07-14T00:22:52.494Z Downloaded ref-cast v1.0.25
8222026-07-14T00:22:52.494Z Downloaded hickory-resolver v0.25.2
8232026-07-14T00:22:52.494Z Downloaded parking_lot v0.11.2
8242026-07-14T00:22:52.494Z Downloaded psm v0.1.30
8252026-07-14T00:22:52.497Z Downloaded poly1305 v0.9.0
8262026-07-14T00:22:52.500Z Downloaded pkcs8 v0.11.0
8272026-07-14T00:22:52.504Z Downloaded russh-cryptovec v0.61.0
8282026-07-14T00:22:52.504Z Downloaded aes v0.9.1
8292026-07-14T00:22:52.507Z Downloaded pkcs1 v0.7.5
8302026-07-14T00:22:52.507Z Downloaded rustc_version v0.4.1
8312026-07-14T00:22:52.511Z Downloaded rustc-hash v2.1.1
8322026-07-14T00:22:52.511Z Downloaded rtoolbox v0.0.3
8332026-07-14T00:22:52.514Z Downloaded r2d2 v0.8.10
8342026-07-14T00:22:52.514Z Downloaded jiff-static v0.2.21
8352026-07-14T00:22:52.517Z Downloaded rfc6979 v0.5.0
8362026-07-14T00:22:52.517Z Downloaded rfc6979 v0.4.0
8372026-07-14T00:22:52.517Z Downloaded postcard v1.1.3
8382026-07-14T00:22:52.522Z Downloaded same-file v1.0.6
8392026-07-14T00:22:52.522Z Downloaded rustc_version v0.1.7
8402026-07-14T00:22:52.522Z Downloaded rand_core v0.9.5
8412026-07-14T00:22:52.525Z Downloaded rand_chacha v0.9.0
8422026-07-14T00:22:52.525Z Downloaded omicron-zone-package v0.12.3
8432026-07-14T00:22:52.529Z Downloaded port-file v0.1.0
8442026-07-14T00:22:52.529Z Downloaded postgres-types v0.2.12
8452026-07-14T00:22:52.532Z Downloaded rand_core v0.10.0
8462026-07-14T00:22:52.532Z Downloaded phf v0.13.1
8472026-07-14T00:22:52.533Z Downloaded russh-util v0.52.0
8482026-07-14T00:22:52.537Z Downloaded rand_seeder v0.4.0
8492026-07-14T00:22:52.538Z Downloaded num-traits v0.2.19
8502026-07-14T00:22:52.544Z Downloaded owo-colors v4.3.0
8512026-07-14T00:22:52.544Z Downloaded icu_collections v2.1.1
8522026-07-14T00:22:52.553Z Downloaded sapling-renderdag v0.1.0
8532026-07-14T00:22:52.553Z Downloaded progenitor v0.13.0
8542026-07-14T00:22:52.553Z Downloaded hickory-server v0.25.2
8552026-07-14T00:22:52.554Z Downloaded secrecy v0.8.0
8562026-07-14T00:22:52.557Z Downloaded progenitor-client v0.13.0
8572026-07-14T00:22:52.557Z Downloaded scopeguard v1.2.0
8582026-07-14T00:22:52.557Z Downloaded scheduled-thread-pool v0.2.7
8592026-07-14T00:22:52.557Z Downloaded hashbrown v0.13.2
8602026-07-14T00:22:52.557Z Downloaded secrecy v0.10.3
8612026-07-14T00:22:52.557Z Downloaded pkcs5 v0.8.1
8622026-07-14T00:22:52.560Z Downloaded scroll_derive v0.13.1
8632026-07-14T00:22:52.560Z Downloaded papergrid v0.17.0
8642026-07-14T00:22:52.563Z Downloaded semver v0.1.20
8652026-07-14T00:22:52.567Z Downloaded parking_lot_core v0.9.12
8662026-07-14T00:22:52.567Z Downloaded parking_lot v0.12.5
8672026-07-14T00:22:52.570Z Downloaded p256 v0.14.0-rc.10
8682026-07-14T00:22:52.575Z Downloaded diesel_derives v2.3.7
8692026-07-14T00:22:52.580Z Downloaded num-complex v0.4.6
8702026-07-14T00:22:52.580Z Downloaded pem v3.0.6
8712026-07-14T00:22:52.580Z Downloaded peg-macros v0.8.5
8722026-07-14T00:22:52.580Z Downloaded serde-big-array v0.5.1
8732026-07-14T00:22:52.580Z Downloaded indicatif v0.18.4
8742026-07-14T00:22:52.584Z Downloaded serde_bytes v0.11.19
8752026-07-14T00:22:52.586Z Downloaded rustls-native-certs v0.8.3
8762026-07-14T00:22:52.587Z Downloaded resolv-conf v0.7.6
8772026-07-14T00:22:52.590Z Downloaded pin-project v1.1.11
8782026-07-14T00:22:52.596Z Downloaded sha1 v0.10.6
8792026-07-14T00:22:52.600Z Downloaded shell-words v1.1.1
8802026-07-14T00:22:52.600Z Downloaded miniz_oxide v0.8.9
8812026-07-14T00:22:52.604Z Downloaded rustversion v1.0.22
8822026-07-14T00:22:52.608Z Downloaded oso v0.27.3
8832026-07-14T00:22:52.608Z Downloaded rustls-pemfile v2.2.0
8842026-07-14T00:22:52.612Z Downloaded rusty-fork v0.3.1
8852026-07-14T00:22:52.612Z Downloaded prefix-trie v0.7.0
8862026-07-14T00:22:52.612Z Downloaded signature v2.2.0
8872026-07-14T00:22:52.616Z Downloaded hyper-util v0.1.20
8882026-07-14T00:22:52.619Z Downloaded siphasher v1.0.2
8892026-07-14T00:22:52.620Z Downloaded sec1 v0.8.1
8902026-07-14T00:22:52.620Z Downloaded sec1 v0.7.3
8912026-07-14T00:22:52.623Z Downloaded progenitor-impl v0.13.0
8922026-07-14T00:22:52.628Z Downloaded serde-hex v0.1.0
8932026-07-14T00:22:52.628Z Downloaded seq-macro v0.3.6
8942026-07-14T00:22:52.628Z Downloaded slog-envlogger v2.2.0
8952026-07-14T00:22:52.632Z Downloaded scrypt v0.12.0
8962026-07-14T00:22:52.632Z Downloaded sigpipe v0.1.3
8972026-07-14T00:22:52.632Z Downloaded progenitor-impl v0.14.0
8982026-07-14T00:22:52.637Z Downloaded signature v3.0.0
8992026-07-14T00:22:52.637Z Downloaded scroll v0.13.0
9002026-07-14T00:22:52.637Z Downloaded itertools v0.10.5
9012026-07-14T00:22:52.640Z Downloaded schemars_derive v0.8.22
9022026-07-14T00:22:52.640Z Downloaded signal-hook-tokio v0.3.1
9032026-07-14T00:22:52.651Z Downloaded signal-hook-mio v0.2.5
9042026-07-14T00:22:52.651Z Downloaded slog-bunyan v2.5.0
9052026-07-14T00:22:52.655Z Downloaded openssl-sys v0.9.115
9062026-07-14T00:22:52.655Z Downloaded serde_path_to_error v0.1.20
9072026-07-14T00:22:52.655Z Downloaded serde_derive_internals v0.29.1
9082026-07-14T00:22:52.655Z Downloaded crossterm v0.29.0
9092026-07-14T00:22:52.655Z Downloaded prettyplease v0.2.37
9102026-07-14T00:22:52.659Z Downloaded sqlparser_derive v0.5.0
9112026-07-14T00:22:52.666Z Downloaded serde_with_macros v1.5.2
9122026-07-14T00:22:52.666Z Downloaded salsa20 v0.11.0
9132026-07-14T00:22:52.666Z Downloaded serde_urlencoded v0.7.1
9142026-07-14T00:22:52.666Z Downloaded serde_spanned v1.1.1
9152026-07-14T00:22:52.670Z Downloaded shlex v1.3.0
9162026-07-14T00:22:52.670Z Downloaded p384 v0.14.0-rc.10
9172026-07-14T00:22:52.670Z Downloaded sha1 v0.11.0
9182026-07-14T00:22:52.673Z Downloaded pretty_assertions v1.4.1
9192026-07-14T00:22:52.673Z Downloaded internal-russh-num-bigint v0.5.0
9202026-07-14T00:22:52.676Z Downloaded serdect v0.4.3
9212026-07-14T00:22:52.680Z Downloaded stable_deref_trait v1.2.1
9222026-07-14T00:22:52.680Z Downloaded http v1.4.2
9232026-07-14T00:22:52.683Z Downloaded bitvec v1.0.1
9242026-07-14T00:22:52.691Z Downloaded strsim v0.10.0
9252026-07-14T00:22:52.695Z Downloaded slog-scope v4.4.1
9262026-07-14T00:22:52.695Z Downloaded strip-ansi-escapes v0.2.1
9272026-07-14T00:22:52.695Z Downloaded slog-json v2.6.1
9282026-07-14T00:22:52.698Z Downloaded slog-dtrace v0.3.0
9292026-07-14T00:22:52.698Z Downloaded sync_wrapper v1.0.2
9302026-07-14T00:22:52.698Z Downloaded supports-color v3.0.2
9312026-07-14T00:22:52.703Z Downloaded ron v0.8.1
9322026-07-14T00:22:52.706Z Downloaded slog-stdlog v4.1.1
9332026-07-14T00:22:52.706Z Downloaded smallvec v0.6.14
9342026-07-14T00:22:52.706Z Downloaded structmeta v0.3.0
9352026-07-14T00:22:52.712Z Downloaded slog-term v2.9.2
9362026-07-14T00:22:52.712Z Downloaded num-bigint v0.4.6
9372026-07-14T00:22:52.716Z Downloaded strum v0.27.2
9382026-07-14T00:22:52.716Z Downloaded smf v0.2.3
9392026-07-14T00:22:52.716Z Downloaded serde_cbor v0.11.2
9402026-07-14T00:22:52.719Z Downloaded dropshot-api-manager v0.7.2
9412026-07-14T00:22:52.722Z Downloaded take_mut v0.2.2
9422026-07-14T00:22:52.722Z Downloaded tagptr v0.2.0
9432026-07-14T00:22:52.722Z Downloaded subtle v2.6.1
9442026-07-14T00:22:52.725Z Downloaded slog-async v2.8.0
9452026-07-14T00:22:52.725Z Downloaded sync-ptr v0.1.4
9462026-07-14T00:22:52.728Z Downloaded tabwriter v1.4.1
9472026-07-14T00:22:52.728Z Downloaded tabled_derive v0.11.0
9482026-07-14T00:22:52.728Z Downloaded sha2 v0.11.0
9492026-07-14T00:22:52.734Z Downloaded blake3 v1.8.5
9502026-07-14T00:22:52.741Z Downloaded thiserror-impl-no-std v2.0.2
9512026-07-14T00:22:52.747Z Downloaded ssh-encoding v0.3.0-rc.9
9522026-07-14T00:22:52.747Z Downloaded time-core v0.1.8
9532026-07-14T00:22:52.747Z Downloaded testing_table v0.3.0
9542026-07-14T00:22:52.747Z Downloaded termtree v0.5.1
9552026-07-14T00:22:52.747Z Downloaded hashbrown v0.15.5
9562026-07-14T00:22:52.750Z Downloaded signal-hook-registry v1.4.8
9572026-07-14T00:22:52.750Z Downloaded hashbrown v0.16.1
9582026-07-14T00:22:52.762Z Downloaded thread-id v5.1.0
9592026-07-14T00:22:52.762Z Downloaded nom v7.1.3
9602026-07-14T00:22:52.768Z Downloaded tinyvec_macros v0.1.1
9612026-07-14T00:22:52.768Z Downloaded static_assertions v1.1.0
9622026-07-14T00:22:52.768Z Downloaded libxml v0.3.3
9632026-07-14T00:22:52.768Z Downloaded quinn v0.11.9
9642026-07-14T00:22:52.771Z Downloaded tokio-macros v2.7.0
9652026-07-14T00:22:52.771Z Downloaded stacker v0.1.23
9662026-07-14T00:22:52.771Z Downloaded smallvec v1.15.1
9672026-07-14T00:22:52.771Z Downloaded strum_macros v0.27.2
9682026-07-14T00:22:52.774Z Downloaded synstructure v0.13.2
9692026-07-14T00:22:52.775Z Downloaded strum_macros v0.24.3
9702026-07-14T00:22:52.778Z Downloaded strum_macros v0.26.4
9712026-07-14T00:22:52.778Z Downloaded stringprep v0.1.5
9722026-07-14T00:22:52.778Z Downloaded qorb v0.4.1
9732026-07-14T00:22:52.781Z Downloaded rand v0.8.6
9742026-07-14T00:22:52.784Z Downloaded publicsuffix v2.3.0
9752026-07-14T00:22:52.787Z Downloaded spki v0.7.3
9762026-07-14T00:22:52.790Z Downloaded snafu-derive v0.8.9
9772026-07-14T00:22:52.790Z Downloaded string_cache v0.8.9
9782026-07-14T00:22:52.790Z Downloaded slab v0.4.12
9792026-07-14T00:22:52.793Z Downloaded aws-lc-rs v1.16.3
9802026-07-14T00:22:52.797Z Downloaded tokio-test v0.4.5
9812026-07-14T00:22:52.800Z Downloaded topological-sort v0.2.2
9822026-07-14T00:22:52.800Z Downloaded thiserror-no-std v2.0.2
9832026-07-14T00:22:52.803Z Downloaded signal-hook v0.3.18
9842026-07-14T00:22:52.806Z Downloaded ssh-cipher v0.3.0-rc.9
9852026-07-14T00:22:52.806Z Downloaded spin v0.9.8
9862026-07-14T00:22:52.811Z Downloaded trait-variant v0.1.2
9872026-07-14T00:22:52.811Z Downloaded schemars v0.8.22
9882026-07-14T00:22:52.818Z Downloaded tower-service v0.3.3
9892026-07-14T00:22:52.827Z Downloaded rsa v0.9.10
9902026-07-14T00:22:52.829Z Downloaded futures-util v0.3.32
9912026-07-14T00:22:52.832Z Downloaded try-lock v0.2.5
9922026-07-14T00:22:52.832Z Downloaded tokio-dtrace v0.1.1
9932026-07-14T00:22:52.832Z Downloaded support-bundle-viewer v0.1.2
9942026-07-14T00:22:52.835Z Downloaded rand v0.9.2
9952026-07-14T00:22:52.839Z Downloaded universal-hash v0.5.1
9962026-07-14T00:22:52.839Z Downloaded tokio-tungstenite v0.21.0
9972026-07-14T00:22:52.839Z Downloaded libm v0.2.16
9982026-07-14T00:22:52.847Z Downloaded unicode-xid v0.2.6
9992026-07-14T00:22:52.851Z Downloaded unarray v0.1.4
10002026-07-14T00:22:52.851Z Downloaded icu_properties_data v2.1.2
10012026-07-14T00:22:52.856Z Downloaded socket2 v0.6.3
10022026-07-14T00:22:52.856Z Downloaded utf-8 v0.7.6
10032026-07-14T00:22:52.859Z Downloaded untrusted v0.9.0
10042026-07-14T00:22:52.859Z Downloaded unicode-truncate v1.1.0
10052026-07-14T00:22:52.859Z Downloaded untrusted v0.7.1
10062026-07-14T00:22:52.863Z Downloaded termios v0.3.3
10072026-07-14T00:22:52.863Z Downloaded universal-hash v0.6.1
10082026-07-14T00:22:52.863Z Downloaded usdt v0.6.0
10092026-07-14T00:22:52.867Z Downloaded socket2 v0.5.10
10102026-07-14T00:22:52.867Z Downloaded idna v1.1.0
10112026-07-14T00:22:52.870Z Downloaded toml_writer v1.1.1+spec-1.1.0
10122026-07-14T00:22:52.870Z Downloaded usdt-macro v0.6.0
10132026-07-14T00:22:52.870Z Downloaded thread_local v1.1.9
10142026-07-14T00:22:52.874Z Downloaded samael v0.0.19
10152026-07-14T00:22:52.876Z Downloaded utf8_iter v1.0.4
10162026-07-14T00:22:52.876Z Downloaded usdt-attr-macro v0.6.0
10172026-07-14T00:22:52.876Z Downloaded toml_datetime v1.1.1+spec-1.1.0
10182026-07-14T00:22:52.880Z Downloaded tiny-keccak v2.0.2
10192026-07-14T00:22:52.883Z Downloaded hyper v1.10.1
10202026-07-14T00:22:52.886Z Downloaded schemars v1.2.1
10212026-07-14T00:22:52.894Z Downloaded want v0.3.1
10222026-07-14T00:22:52.900Z Downloaded bindgen v0.71.1
10232026-07-14T00:22:52.903Z Downloaded subprocess v0.2.15
10242026-07-14T00:22:52.903Z Downloaded slog v2.8.2
10252026-07-14T00:22:52.903Z Downloaded tokio-native-tls v0.3.1
10262026-07-14T00:22:52.907Z Downloaded snafu v0.8.9
10272026-07-14T00:22:52.910Z Downloaded xattr v1.6.1
10282026-07-14T00:22:52.910Z Downloaded rand v0.10.1
10292026-07-14T00:22:52.913Z Downloaded unicase v2.9.0
10302026-07-14T00:22:52.914Z Downloaded waitgroup v0.1.2
10312026-07-14T00:22:52.914Z Downloaded wait-timeout v0.2.1
10322026-07-14T00:22:52.917Z Downloaded void v1.0.2
10332026-07-14T00:22:52.917Z Downloaded tokio-rustls v0.26.4
10342026-07-14T00:22:52.917Z Downloaded tls_codec v0.4.2
10352026-07-14T00:22:52.920Z Downloaded nom v8.0.0
10362026-07-14T00:22:52.923Z Downloaded itertools v0.12.1
10372026-07-14T00:22:52.926Z Downloaded zerofrom-derive v0.1.6
10382026-07-14T00:22:52.926Z Downloaded yoke-derive v0.8.1
10392026-07-14T00:22:52.926Z Downloaded zerofrom v0.1.6
10402026-07-14T00:22:52.930Z Downloaded hkdf v0.12.4
10412026-07-14T00:22:52.930Z Downloaded schemars v0.9.0
10422026-07-14T00:22:52.937Z Downloaded xshell-macros v0.2.7
10432026-07-14T00:22:52.940Z Downloaded tracing-attributes v0.1.31
10442026-07-14T00:22:52.940Z Downloaded test-strategy v0.4.5
10452026-07-14T00:22:52.943Z Downloaded zone_cfg_derive v0.3.1
10462026-07-14T00:22:52.943Z Downloaded crypto-primes v0.7.2
10472026-07-14T00:22:52.946Z Downloaded vergen-git2 v9.1.0
10482026-07-14T00:22:52.946Z Downloaded uzers v0.12.2
10492026-07-14T00:22:52.951Z Downloaded zone v0.3.1
10502026-07-14T00:22:52.951Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10512026-07-14T00:22:52.951Z Downloaded term v1.2.1
10522026-07-14T00:22:52.955Z Downloaded vergen-gitcl v1.0.8
10532026-07-14T00:22:52.955Z Downloaded zeroize_derive v1.4.3
10542026-07-14T00:22:52.955Z Downloaded vsss-rs v3.3.4
10552026-07-14T00:22:52.955Z Downloaded whoami v2.1.0
10562026-07-14T00:22:52.959Z Downloaded walkdir v2.5.0
10572026-07-14T00:22:52.959Z Downloaded tui-tree-widget v0.23.1
10582026-07-14T00:22:52.959Z Downloaded term v0.7.0
10592026-07-14T00:22:52.962Z Downloaded whoami v1.6.1
10602026-07-14T00:22:52.962Z Downloaded wyz v0.5.1
10612026-07-14T00:22:52.962Z Downloaded unit-prefix v0.5.2
10622026-07-14T00:22:52.965Z Downloaded unicode-properties v0.1.4
10632026-07-14T00:22:52.965Z Downloaded twox-hash v2.1.2
10642026-07-14T00:22:52.965Z Downloaded tinyvec v1.10.0
10652026-07-14T00:22:52.971Z Downloaded xshell v0.2.7
10662026-07-14T00:22:52.971Z Downloaded hkdf v0.13.0
10672026-07-14T00:22:52.978Z Downloaded usdt-impl v0.6.0
10682026-07-14T00:22:52.978Z Downloaded serde_yaml v0.9.34+deprecated
10692026-07-14T00:22:52.978Z Downloaded h2 v0.4.15
10702026-07-14T00:22:52.985Z Downloaded toml v1.1.2+spec-1.1.0
10712026-07-14T00:22:52.985Z Downloaded toml v0.7.8
10722026-07-14T00:22:52.985Z Downloaded rustyline v14.0.0
10732026-07-14T00:22:53.003Z Downloaded writeable v0.6.2
10742026-07-14T00:22:53.003Z Downloaded vergen v9.1.0
10752026-07-14T00:22:53.003Z Downloaded toml_parser v1.1.2+spec-1.1.0
10762026-07-14T00:22:53.003Z Downloaded chrono v0.4.45
10772026-07-14T00:22:53.011Z Downloaded rsa v0.10.0-rc.18
10782026-07-14T00:22:53.011Z Downloaded typify-macro v0.6.2
10792026-07-14T00:22:53.011Z Downloaded yoke v0.8.1
10802026-07-14T00:22:53.011Z Downloaded steno v0.4.1
10812026-07-14T00:22:53.011Z Downloaded tracing-core v0.1.36
10822026-07-14T00:22:53.011Z Downloaded zstd v0.13.3
10832026-07-14T00:22:53.011Z Downloaded vergen-lib v9.1.0
10842026-07-14T00:22:53.011Z Downloaded tokio-tungstenite v0.23.1
10852026-07-14T00:22:53.011Z Downloaded vergen-lib v0.1.6
10862026-07-14T00:22:53.011Z Downloaded tungstenite v0.21.0
10872026-07-14T00:22:53.012Z Downloaded zeroize v1.8.2
10882026-07-14T00:22:53.015Z Downloaded zerovec-derive v0.11.2
10892026-07-14T00:22:53.015Z Downloaded rpassword v7.4.0
10902026-07-14T00:22:53.015Z Downloaded rustls-webpki v0.103.13
10912026-07-14T00:22:53.015Z Downloaded tokio-stream v0.1.18
10922026-07-14T00:22:53.019Z Downloaded num-bigint-dig v0.8.6
10932026-07-14T00:22:53.022Z Downloaded typify v0.6.2
10942026-07-14T00:22:53.022Z Downloaded tls_codec_derive v0.4.2
10952026-07-14T00:22:53.025Z Downloaded itertools v0.13.0
10962026-07-14T00:22:53.028Z Downloaded tar v0.4.45
10972026-07-14T00:22:53.031Z Downloaded toml_edit v0.23.10+spec-1.0.0
10982026-07-14T00:22:53.031Z Downloaded zstd-safe v7.2.4
10992026-07-14T00:22:53.034Z Downloaded iddqd v0.4.2
11002026-07-14T00:22:53.038Z Downloaded unsafe-libyaml v0.2.11
11012026-07-14T00:22:53.042Z Downloaded p521 v0.14.0-rc.10
11022026-07-14T00:22:53.042Z Downloaded vte v0.14.1
11032026-07-14T00:22:53.045Z Downloaded yasna v0.5.2
11042026-07-14T00:22:53.045Z Downloaded tokio-postgres v0.7.16
11052026-07-14T00:22:53.048Z Downloaded tungstenite v0.23.0
11062026-07-14T00:22:53.053Z Downloaded similar v2.7.0
11072026-07-14T00:22:53.057Z Downloaded p384 v0.13.1
11082026-07-14T00:22:53.057Z Downloaded rayon-core v1.13.0
11092026-07-14T00:22:53.062Z Downloaded itertools v0.14.0
11102026-07-14T00:22:53.066Z Downloaded zerocopy v0.6.6
11112026-07-14T00:22:53.066Z Downloaded iri-string v0.7.10
11122026-07-14T00:22:53.073Z Downloaded tower-layer v0.3.3
11132026-07-14T00:22:53.073Z Downloaded tinystr v0.8.2
11142026-07-14T00:22:53.073Z Downloaded time-macros v0.2.27
11152026-07-14T00:22:53.073Z Downloaded unicode-bidi v0.3.18
11162026-07-14T00:22:53.073Z Downloaded serde_with v1.14.0
11172026-07-14T00:22:53.078Z Downloaded uuid v1.23.4
11182026-07-14T00:22:53.092Z Downloaded mio v1.2.0
11192026-07-14T00:22:53.092Z Downloaded tap v1.0.1
11202026-07-14T00:22:53.097Z Downloaded sqlformat v0.3.5
11212026-07-14T00:22:53.097Z Downloaded spki v0.8.0
11222026-07-14T00:22:53.097Z Downloaded zopfli v0.8.3
11232026-07-14T00:22:53.097Z Downloaded serde_with_macros v3.17.0
11242026-07-14T00:22:53.097Z Downloaded rustls-platform-verifier v0.6.2
11252026-07-14T00:22:53.098Z Downloaded ryu v1.0.23
11262026-07-14T00:22:53.098Z Downloaded regex v1.12.3
11272026-07-14T00:22:53.098Z Downloaded reedline v0.40.0
11282026-07-14T00:22:53.101Z Downloaded reqwest v0.12.28
11292026-07-14T00:22:53.104Z Downloaded portable-atomic v1.13.1
11302026-07-14T00:22:53.108Z Downloaded zerotrie v0.2.3
11312026-07-14T00:22:53.113Z Downloaded toml_edit v0.19.15
11322026-07-14T00:22:53.120Z Downloaded zip v0.6.6
11332026-07-14T00:22:53.145Z Downloaded rayon v1.11.0
11342026-07-14T00:22:53.145Z Downloaded lalrpop v0.19.12
11352026-07-14T00:22:53.154Z Downloaded zerocopy-derive v0.8.40
11362026-07-14T00:22:53.154Z Downloaded url v2.5.8
11372026-07-14T00:22:53.154Z Downloaded unicode_categories v0.1.1
11382026-07-14T00:22:53.154Z Downloaded git2 v0.20.4
11392026-07-14T00:22:53.154Z Downloaded typed-path v0.9.3
11402026-07-14T00:22:53.154Z Downloaded reqwest v0.13.2
11412026-07-14T00:22:53.163Z Downloaded tower v0.5.3
11422026-07-14T00:22:53.169Z Downloaded salty v0.3.0
11432026-07-14T00:22:53.169Z Downloaded quick-xml v0.37.5
11442026-07-14T00:22:53.169Z Downloaded goblin v0.10.5
11452026-07-14T00:22:53.172Z Downloaded rcgen v0.12.1
11462026-07-14T00:22:53.172Z Downloaded strum v0.26.3
11472026-07-14T00:22:53.172Z Downloaded structmeta-derive v0.3.0
11482026-07-14T00:22:53.172Z Downloaded simd-adler32 v0.3.8
11492026-07-14T00:22:53.176Z Downloaded rustls-pki-types v1.14.0
11502026-07-14T00:22:53.176Z Downloaded moka v0.12.13
11512026-07-14T00:22:53.180Z Downloaded yansi v1.0.1
11522026-07-14T00:22:53.183Z Downloaded ssh-key v0.7.0-rc.10
11532026-07-14T00:22:53.186Z Downloaded serde_repr v0.1.20
11542026-07-14T00:22:53.189Z Downloaded serde_plain v1.0.2
11552026-07-14T00:22:53.189Z Downloaded rand_core v0.6.4
11562026-07-14T00:22:53.189Z Downloaded quinn-udp v0.5.14
11572026-07-14T00:22:53.192Z Downloaded pkcs1 v0.8.0-rc.4
11582026-07-14T00:22:53.193Z Downloaded aho-corasick v1.1.4
11592026-07-14T00:22:53.196Z Downloaded tower-http v0.6.8
11602026-07-14T00:22:53.199Z Downloaded curve25519-dalek v4.1.3
11612026-07-14T00:22:53.204Z Downloaded serde_with v3.17.0
11622026-07-14T00:22:53.212Z Downloaded x509-cert v0.2.5
11632026-07-14T00:22:53.215Z Downloaded unicode-segmentation v1.12.0
11642026-07-14T00:22:53.218Z Downloaded radix_trie v0.2.1
11652026-07-14T00:22:53.222Z Downloaded crypto-bigint v0.7.5
11662026-07-14T00:22:53.229Z Downloaded russh v0.61.2
11672026-07-14T00:22:53.235Z Downloaded unicode-normalization v0.1.25
11682026-07-14T00:22:53.238Z Downloaded petname v2.0.2
11692026-07-14T00:22:53.241Z Downloaded tokio-util v0.7.18
11702026-07-14T00:22:53.245Z Downloaded nix v0.27.1
11712026-07-14T00:22:53.253Z Downloaded proptest v1.10.0
11722026-07-14T00:22:53.256Z Downloaded tough v0.22.0
11732026-07-14T00:22:53.259Z Downloaded zip v4.6.1
11742026-07-14T00:22:53.262Z Downloaded dropshot v0.17.1
11752026-07-14T00:22:53.274Z Downloaded bstr v1.12.1
11762026-07-14T00:22:53.281Z Downloaded minimal-lexical v0.2.1
11772026-07-14T00:22:53.285Z Downloaded hashbrown v0.12.3
11782026-07-14T00:22:53.288Z Downloaded icu_normalizer_data v2.1.1
11792026-07-14T00:22:53.288Z Downloaded icu_normalizer v2.1.1
11802026-07-14T00:22:53.293Z Downloaded heapless v0.8.0
11812026-07-14T00:22:53.293Z Downloaded der v0.8.0
11822026-07-14T00:22:53.297Z Downloaded zerovec v0.11.5
11832026-07-14T00:22:53.302Z Downloaded polar-core v0.27.3
11842026-07-14T00:22:53.306Z Downloaded object v0.30.4
11852026-07-14T00:22:53.309Z Downloaded quinn-proto v0.11.13
11862026-07-14T00:22:53.314Z Downloaded curve25519-dalek v5.0.0-rc.0
11872026-07-14T00:22:53.319Z Downloaded regex-syntax v0.6.29
11882026-07-14T00:22:53.322Z Downloaded winnow v0.5.40
11892026-07-14T00:22:53.328Z Downloaded smoltcp v0.9.1
11902026-07-14T00:22:53.347Z Downloaded openssl v0.10.79
11912026-07-14T00:22:53.360Z Downloaded object v0.37.3
11922026-07-14T00:22:53.362Z Downloaded winnow v0.6.26
11932026-07-14T00:22:53.362Z Downloaded nix v0.28.0
11942026-07-14T00:22:53.395Z Downloaded regress v0.10.5
11952026-07-14T00:22:53.395Z Downloaded regress v0.11.1
11962026-07-14T00:22:53.395Z Downloaded winnow v1.0.3
11972026-07-14T00:22:53.395Z Downloaded regex-syntax v0.8.10
11982026-07-14T00:22:53.395Z Downloaded tabled v0.20.0
11992026-07-14T00:22:53.395Z Downloaded openapiv3 v2.2.0
12002026-07-14T00:22:53.400Z Downloaded time v0.3.47
12012026-07-14T00:22:53.404Z Downloaded hickory-proto v0.25.2
12022026-07-14T00:22:53.415Z Downloaded vcpkg v0.2.15
12032026-07-14T00:22:53.435Z Downloaded zlib-rs v0.6.2
12042026-07-14T00:22:53.439Z Downloaded csv v1.4.0
12052026-07-14T00:22:53.451Z Downloaded sqlparser v0.61.0
12062026-07-14T00:22:53.456Z Downloaded nix v0.31.2
12072026-07-14T00:22:53.463Z Downloaded diesel v2.3.7
12082026-07-14T00:22:53.475Z Downloaded zerocopy v0.8.40
12092026-07-14T00:22:53.480Z Downloaded tracing v0.1.44
12102026-07-14T00:22:53.494Z Downloaded smoltcp v0.11.0
12112026-07-14T00:22:53.501Z Downloaded ratatui v0.29.0
12122026-07-14T00:22:53.513Z Downloaded hickory-proto v0.24.4
12132026-07-14T00:22:53.521Z Downloaded rustix v0.38.44
12142026-07-14T00:22:53.535Z Downloaded rustls v0.23.41
12152026-07-14T00:22:53.555Z Downloaded parking_lot_core v0.8.6
12162026-07-14T00:22:53.555Z Downloaded packed_struct v0.10.1
12172026-07-14T00:22:53.555Z Downloaded oxide-tokio-rt v0.1.4
12182026-07-14T00:22:53.555Z Downloaded num_threads v0.1.7
12192026-07-14T00:22:53.556Z Downloaded ml-kem v0.3.2
12202026-07-14T00:22:53.556Z Downloaded num_enum v0.5.11
12212026-07-14T00:22:53.563Z Downloaded icu_provider v2.1.1
12222026-07-14T00:22:53.563Z Downloaded icu_properties v2.1.2
12232026-07-14T00:22:53.563Z Downloaded petgraph v0.6.5
12242026-07-14T00:22:53.577Z Downloaded heapless v0.7.17
12252026-07-14T00:22:53.577Z Downloaded headers v0.4.1
12262026-07-14T00:22:53.577Z Downloaded libefi-sys v0.1.0
12272026-07-14T00:22:53.587Z Downloaded new_debug_unreachable v1.0.6
12282026-07-14T00:22:53.587Z Downloaded libz-sys v1.1.24
12292026-07-14T00:22:53.588Z Downloaded futures v0.3.32
12302026-07-14T00:22:53.605Z Downloaded hmac v0.12.1
12312026-07-14T00:22:53.607Z Downloaded ingot v0.1.1
12322026-07-14T00:22:53.607Z Downloaded darling_core v0.23.0
12332026-07-14T00:22:53.607Z Downloaded crossbeam-channel v0.5.15
12342026-07-14T00:22:53.608Z Downloaded match_cfg v0.1.0
12352026-07-14T00:22:53.608Z Downloaded tokio v1.52.1
12362026-07-14T00:22:53.617Z Downloaded lru-slab v0.1.2
12372026-07-14T00:22:53.624Z Downloaded fiat-crypto v0.3.0
12382026-07-14T00:22:53.630Z Downloaded sled v0.34.7
12392026-07-14T00:22:53.634Z Downloaded lru-cache v0.1.2
12402026-07-14T00:22:53.634Z Downloaded darling_core v0.20.11
12412026-07-14T00:22:53.634Z Downloaded derive-where v1.6.0
12422026-07-14T00:22:53.640Z Downloaded lalrpop-util v0.19.12
12432026-07-14T00:22:53.640Z Downloaded kstat-rs v0.2.4
12442026-07-14T00:22:53.641Z Downloaded bzip2-sys v0.1.13+1.0.8
12452026-07-14T00:22:53.644Z Downloaded typify-impl v0.6.2
12462026-07-14T00:22:53.656Z Downloaded diff v0.1.13
12472026-07-14T00:22:53.658Z Downloaded ecdsa v0.17.0-rc.18
12482026-07-14T00:22:53.659Z Downloaded bytes v1.11.1
12492026-07-14T00:22:53.659Z Downloaded sha3 v0.11.0
12502026-07-14T00:22:53.659Z Downloaded bitflags v1.3.2
12512026-07-14T00:22:53.663Z Downloaded backon v1.6.0
12522026-07-14T00:22:53.663Z Downloaded backoff v0.4.0
12532026-07-14T00:22:53.663Z Downloaded ff v0.14.0
12542026-07-14T00:22:53.669Z Downloaded ff v0.13.1
12552026-07-14T00:22:53.669Z Downloaded fallible-iterator v0.2.0
12562026-07-14T00:22:53.670Z Downloaded displaydoc v0.2.5
12572026-07-14T00:22:53.670Z Downloaded delegate v0.13.5
12582026-07-14T00:22:53.675Z Downloaded futures-macro v0.3.32
12592026-07-14T00:22:53.675Z Downloaded futures-io v0.3.32
12602026-07-14T00:22:53.675Z Downloaded bit-vec v0.8.0
12612026-07-14T00:22:53.675Z Downloaded futures-task v0.3.32
12622026-07-14T00:22:53.675Z Downloaded foreign-types-shared v0.3.1
12632026-07-14T00:22:53.675Z Downloaded foreign-types v0.3.2
12642026-07-14T00:22:53.675Z Downloaded darling_core v0.21.3
12652026-07-14T00:22:53.675Z Downloaded bitfield v0.19.4
12662026-07-14T00:22:53.675Z Downloaded chacha20 v0.9.1
12672026-07-14T00:22:53.679Z Downloaded blowfish v0.10.0
12682026-07-14T00:22:53.679Z Downloaded camino-tempfile-ext v0.3.3
12692026-07-14T00:22:53.679Z Downloaded byte-wrapper v0.1.0
12702026-07-14T00:22:53.682Z Downloaded cipher v0.4.4
12712026-07-14T00:22:53.682Z Downloaded bit-set v0.5.3
12722026-07-14T00:22:53.698Z Downloaded libgit2-sys v0.18.3+1.9.2
12732026-07-14T00:22:53.727Z Downloaded zerocopy-derive v0.6.6
12742026-07-14T00:22:53.734Z Downloaded chrono-tz v0.10.4
12752026-07-14T00:22:53.743Z Downloaded regex-automata v0.4.14
12762026-07-14T00:22:53.766Z Downloaded jiff v0.2.21
12772026-07-14T00:22:53.792Z Downloaded petgraph v0.8.3
12782026-07-14T00:22:53.814Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12792026-07-14T00:22:53.826Z Downloaded sha3 v0.10.8
12802026-07-14T00:22:53.901Z Downloaded encoding_rs v0.8.35
12812026-07-14T00:22:53.938Z Downloaded ring v0.17.14
12822026-07-14T00:22:54.437Z Downloaded aws-lc-sys v0.40.0
12832026-07-14T00:22:54.679Z Compiling libc v0.2.185
12842026-07-14T00:22:54.679Z Compiling serde_core v1.0.228
12852026-07-14T00:22:54.684Z Compiling serde v1.0.228
12862026-07-14T00:22:54.684Z Compiling log v0.4.29
12872026-07-14T00:22:54.684Z Compiling smallvec v1.15.1
12882026-07-14T00:22:54.684Z Compiling shlex v1.3.0
12892026-07-14T00:22:54.684Z Compiling find-msvc-tools v0.1.9
12902026-07-14T00:22:54.684Z Compiling subtle v2.6.1
12912026-07-14T00:22:54.684Z Compiling scopeguard v1.2.0
12922026-07-14T00:22:54.856Z Compiling stable_deref_trait v1.2.1
12932026-07-14T00:22:54.867Z Compiling typenum v1.20.1
12942026-07-14T00:22:54.949Z Compiling serde_json v1.0.150
12952026-07-14T00:22:54.959Z Compiling zerocopy v0.8.40
12962026-07-14T00:22:54.959Z Compiling portable-atomic v1.13.1
12972026-07-14T00:22:54.960Z Compiling syn v2.0.117
12982026-07-14T00:22:54.964Z Compiling parking_lot_core v0.9.12
12992026-07-14T00:22:54.996Z Compiling lock_api v0.4.14
13002026-07-14T00:22:55.013Z Compiling pin-project-lite v0.2.17
13012026-07-14T00:22:55.017Z Compiling pkg-config v0.3.32
13022026-07-14T00:22:55.039Z Compiling critical-section v1.2.0
13032026-07-14T00:22:55.063Z Compiling libm v0.2.16
13042026-07-14T00:22:55.077Z Compiling getrandom v0.4.1
13052026-07-14T00:22:55.129Z Compiling futures-core v0.3.32
13062026-07-14T00:22:55.157Z Compiling num-traits v0.2.19
13072026-07-14T00:22:55.184Z Compiling generic-array v0.14.7
13082026-07-14T00:22:55.218Z Compiling const-oid v0.9.6
13092026-07-14T00:22:55.243Z Compiling rand_core v0.10.0
13102026-07-14T00:22:55.274Z Compiling writeable v0.6.2
13112026-07-14T00:22:55.321Z Compiling litemap v0.8.1
13122026-07-14T00:22:55.327Z Compiling percent-encoding v2.3.2
13132026-07-14T00:22:55.451Z Compiling icu_properties_data v2.1.2
13142026-07-14T00:22:55.465Z Compiling icu_normalizer_data v2.1.1
13152026-07-14T00:22:55.522Z Compiling futures-sink v0.3.32
13162026-07-14T00:22:55.536Z Compiling slab v0.4.12
13172026-07-14T00:22:55.550Z Compiling futures-task v0.3.32
13182026-07-14T00:22:55.592Z Compiling futures-io v0.3.32
13192026-07-14T00:22:55.600Z Compiling rustversion v1.0.22
13202026-07-14T00:22:55.616Z Compiling utf8_iter v1.0.4
13212026-07-14T00:22:55.646Z Compiling futures-channel v0.3.32
13222026-07-14T00:22:55.659Z Compiling getrandom v0.3.4
13232026-07-14T00:22:55.785Z Compiling form_urlencoded v1.2.2
13242026-07-14T00:22:55.790Z Compiling ident_case v1.0.1
13252026-07-14T00:22:55.790Z Compiling rustix v1.1.3
13262026-07-14T00:22:55.824Z Compiling jobserver v0.1.34
13272026-07-14T00:22:55.847Z Compiling errno v0.3.14
13282026-07-14T00:22:55.847Z Compiling getrandom v0.2.17
13292026-07-14T00:22:55.884Z Compiling mio v1.2.0
13302026-07-14T00:22:55.926Z Compiling socket2 v0.6.3
13312026-07-14T00:22:55.968Z Compiling signal-hook-registry v1.4.8
13322026-07-14T00:22:55.997Z Compiling rand_core v0.6.4
13332026-07-14T00:22:56.045Z Compiling cc v1.2.56
13342026-07-14T00:22:56.063Z Compiling once_cell v1.21.3
13352026-07-14T00:22:56.097Z Compiling parking_lot v0.12.5
13362026-07-14T00:22:56.180Z Compiling fs_extra v1.3.0
13372026-07-14T00:22:56.188Z Compiling dunce v1.0.5
13382026-07-14T00:22:56.225Z Compiling iana-time-zone v0.1.65
13392026-07-14T00:22:56.260Z Compiling regex-syntax v0.8.10
13402026-07-14T00:22:56.280Z Compiling base64ct v1.8.3
13412026-07-14T00:22:56.300Z Compiling vcpkg v0.2.15
13422026-07-14T00:22:56.363Z Compiling tracing-core v0.1.36
13432026-07-14T00:22:56.396Z Compiling flagset v0.4.7
13442026-07-14T00:22:56.441Z Compiling aws-lc-rs v1.16.3
13452026-07-14T00:22:56.459Z Compiling base64 v0.22.1
13462026-07-14T00:22:56.471Z Compiling tinyvec_macros v0.1.1
13472026-07-14T00:22:56.505Z Compiling openssl-probe v0.2.1
13482026-07-14T00:22:56.544Z Compiling pem-rfc7468 v0.7.0
13492026-07-14T00:22:56.554Z Compiling httparse v1.10.1
13502026-07-14T00:22:56.602Z Compiling rand_core v0.9.5
13512026-07-14T00:22:56.678Z Compiling cmov v0.5.4
13522026-07-14T00:22:56.701Z Compiling tinyvec v1.10.0
13532026-07-14T00:22:56.704Z Compiling aho-corasick v1.1.4
13542026-07-14T00:22:56.778Z Compiling try-lock v0.2.5
13552026-07-14T00:22:56.802Z Compiling schemars v0.8.22
13562026-07-14T00:22:56.806Z Compiling tower-service v0.3.3
13572026-07-14T00:22:56.901Z Compiling cmake v0.1.57
13582026-07-14T00:22:56.915Z Compiling ctutils v0.4.2
13592026-07-14T00:22:56.930Z Compiling tower-layer v0.3.3
13602026-07-14T00:22:56.930Z Compiling atomic-waker v1.1.2
13612026-07-14T00:22:56.960Z Compiling untrusted v0.7.1
13622026-07-14T00:22:56.973Z Compiling dyn-clone v1.0.20
13632026-07-14T00:22:56.988Z Compiling want v0.3.1
13642026-07-14T00:22:57.081Z Compiling httpdate v1.0.3
13652026-07-14T00:22:57.085Z Compiling cpufeatures v0.2.17
13662026-07-14T00:22:57.110Z Compiling foreign-types-shared v0.1.1
13672026-07-14T00:22:57.114Z Compiling untrusted v0.9.0
13682026-07-14T00:22:57.114Z Compiling openssl v0.10.79
13692026-07-14T00:22:57.114Z Compiling rustls v0.23.41
13702026-07-14T00:22:57.153Z Compiling unicode-normalization v0.1.25
13712026-07-14T00:22:57.183Z Compiling bitflags v2.11.0
13722026-07-14T00:22:57.183Z Compiling semver v1.0.28
13732026-07-14T00:22:57.219Z Compiling indexmap v2.14.0
13742026-07-14T00:22:57.262Z Compiling uuid v1.23.4
13752026-07-14T00:22:57.335Z Compiling foreign-types v0.3.2
13762026-07-14T00:22:57.352Z Compiling spin v0.9.8
13772026-07-14T00:22:57.355Z Compiling num-conv v0.2.0
13782026-07-14T00:22:57.382Z Compiling native-tls v0.2.18
13792026-07-14T00:22:57.416Z Compiling rustc_version v0.4.1
13802026-07-14T00:22:57.430Z Compiling powerfmt v0.2.0
13812026-07-14T00:22:57.457Z Compiling time-core v0.1.8
13822026-07-14T00:22:57.513Z Compiling crc32fast v1.5.0
13832026-07-14T00:22:57.545Z Compiling wait-timeout v0.2.1
13842026-07-14T00:22:57.584Z Compiling deranged v0.5.8
13852026-07-14T00:22:57.623Z Compiling time-macros v0.2.27
13862026-07-14T00:22:57.635Z Compiling sync_wrapper v1.0.2
13872026-07-14T00:22:57.660Z Compiling usdt-impl v0.6.0
13882026-07-14T00:22:57.674Z Compiling crossbeam-utils v0.8.21
13892026-07-14T00:22:57.694Z Compiling aws-lc-sys v0.40.0
13902026-07-14T00:22:57.759Z Compiling openssl-sys v0.9.115
13912026-07-14T00:22:57.773Z Compiling regex-automata v0.4.14
13922026-07-14T00:22:57.827Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13932026-07-14T00:22:57.895Z Compiling simd-adler32 v0.3.8
13942026-07-14T00:22:57.924Z Compiling synstructure v0.13.2
13952026-07-14T00:22:57.924Z Compiling pest_generator v2.8.6
13962026-07-14T00:22:58.017Z Compiling serde_derive_internals v0.29.1
13972026-07-14T00:22:58.039Z Compiling darling_core v0.20.11
13982026-07-14T00:22:58.160Z Compiling bit-vec v0.8.0
13992026-07-14T00:22:58.366Z Compiling tempfile v3.25.0
14002026-07-14T00:22:58.428Z Compiling siphasher v1.0.2
14012026-07-14T00:22:58.487Z Compiling syn v1.0.109
14022026-07-14T00:22:58.589Z Compiling quick-error v1.2.3
14032026-07-14T00:22:58.616Z Compiling num_threads v0.1.7
14042026-07-14T00:22:58.624Z Compiling bit-set v0.8.0
14052026-07-14T00:22:58.679Z Compiling darling_core v0.21.3
14062026-07-14T00:22:58.694Z Compiling rusty-fork v0.3.1
14072026-07-14T00:22:58.721Z Compiling heapless v0.7.17
14082026-07-14T00:22:58.753Z Compiling bzip2-sys v0.1.13+1.0.8
14092026-07-14T00:22:58.767Z Compiling slog v2.8.2
14102026-07-14T00:22:58.797Z Compiling time v0.3.47
14112026-07-14T00:22:58.813Z Compiling rand_xorshift v0.4.0
14122026-07-14T00:22:58.898Z Compiling thread-id v5.1.0
14132026-07-14T00:22:58.949Z Compiling cookie v0.18.1
14142026-07-14T00:22:59.001Z Compiling signal-hook v0.3.18
14152026-07-14T00:22:59.006Z Compiling allocator-api2 v0.2.21
14162026-07-14T00:22:59.034Z Compiling ryu v1.0.23
14172026-07-14T00:22:59.051Z Compiling anyhow v1.0.102
14182026-07-14T00:22:59.065Z Compiling paste v1.0.15
14192026-07-14T00:22:59.080Z Compiling adler2 v2.0.1
14202026-07-14T00:22:59.080Z Compiling iri-string v0.7.10
14212026-07-14T00:22:59.112Z Compiling zstd-safe v7.2.4
14222026-07-14T00:22:59.173Z Compiling unicode-properties v0.1.4
14232026-07-14T00:22:59.214Z Compiling unarray v0.1.4
14242026-07-14T00:22:59.231Z Compiling unicode-bidi v0.3.18
14252026-07-14T00:22:59.266Z Compiling miniz_oxide v0.8.9
14262026-07-14T00:22:59.454Z Compiling camino v1.2.2
14272026-07-14T00:22:59.471Z Compiling curve25519-dalek v4.1.3
14282026-07-14T00:22:59.656Z Compiling serde_derive v1.0.228
14292026-07-14T00:22:59.670Z Compiling zeroize_derive v1.4.3
14302026-07-14T00:22:59.795Z Compiling zerofrom-derive v0.1.6
14312026-07-14T00:22:59.852Z Compiling yoke-derive v0.8.1
14322026-07-14T00:22:59.870Z Compiling zerocopy-derive v0.8.40
14332026-07-14T00:22:59.907Z Compiling zerovec-derive v0.11.2
14342026-07-14T00:22:59.986Z Compiling displaydoc v0.2.5
14352026-07-14T00:23:00.118Z Compiling tokio-macros v2.7.0
14362026-07-14T00:23:00.360Z Compiling zeroize v1.8.2
14372026-07-14T00:23:00.417Z Compiling futures-macro v0.3.32
14382026-07-14T00:23:00.483Z Compiling der_derive v0.7.3
14392026-07-14T00:23:00.676Z Compiling tracing-attributes v0.1.31
14402026-07-14T00:23:00.778Z Compiling thiserror-impl v2.0.18
14412026-07-14T00:23:00.916Z Compiling rustls-pki-types v1.14.0
14422026-07-14T00:23:01.091Z Compiling hybrid-array v0.4.13
14432026-07-14T00:23:01.091Z Compiling schemars_derive v0.8.22
14442026-07-14T00:23:01.186Z Compiling block-buffer v0.10.4
14452026-07-14T00:23:01.242Z Compiling zerofrom v0.1.6
14462026-07-14T00:23:01.294Z Compiling futures-util v0.3.32
14472026-07-14T00:23:01.299Z Compiling crypto-common v0.1.7
14482026-07-14T00:23:01.381Z Compiling yoke v0.8.1
14492026-07-14T00:23:01.394Z Compiling pest_derive v2.8.6
14502026-07-14T00:23:01.406Z Compiling scroll_derive v0.13.1
14512026-07-14T00:23:01.494Z Compiling digest v0.10.7
14522026-07-14T00:23:01.535Z Compiling der v0.7.10
14532026-07-14T00:23:01.578Z Compiling zerovec v0.11.5
14542026-07-14T00:23:01.743Z Compiling zerotrie v0.2.3
14552026-07-14T00:23:01.880Z Compiling darling_macro v0.20.11
14562026-07-14T00:23:01.917Z Compiling openssl-macros v0.1.1
14572026-07-14T00:23:01.997Z Compiling hmac v0.12.1
14582026-07-14T00:23:02.073Z Compiling tinystr v0.8.2
14592026-07-14T00:23:02.084Z Compiling potential_utf v0.1.4
14602026-07-14T00:23:02.105Z Compiling tracing v0.1.44
14612026-07-14T00:23:02.166Z Compiling sha2 v0.10.9
14622026-07-14T00:23:02.203Z Compiling thiserror v2.0.18
14632026-07-14T00:23:02.277Z Compiling icu_locale_core v2.1.1
14642026-07-14T00:23:02.291Z Compiling icu_collections v2.1.1
14652026-07-14T00:23:02.302Z Compiling scroll v0.13.0
14662026-07-14T00:23:02.328Z Compiling dtrace-parser v0.3.0
14672026-07-14T00:23:02.375Z Compiling spki v0.7.3
14682026-07-14T00:23:02.429Z Compiling darling v0.20.11
14692026-07-14T00:23:02.443Z Compiling thiserror-impl v1.0.69
14702026-07-14T00:23:02.509Z Compiling derive_builder_core v0.20.2
14712026-07-14T00:23:02.597Z Compiling pkcs8 v0.10.2
14722026-07-14T00:23:02.613Z Compiling goblin v0.10.5
14732026-07-14T00:23:02.757Z Compiling scroll_derive v0.12.1
14742026-07-14T00:23:02.781Z Compiling block-buffer v0.12.1
14752026-07-14T00:23:02.866Z Compiling block-padding v0.4.2
14762026-07-14T00:23:03.002Z Compiling icu_provider v2.1.1
14772026-07-14T00:23:03.060Z Compiling crypto-common v0.2.2
14782026-07-14T00:23:03.108Z Compiling md-5 v0.10.6
14792026-07-14T00:23:03.169Z Compiling bytes v1.11.1
14802026-07-14T00:23:03.218Z Compiling chrono v0.4.45
14812026-07-14T00:23:03.282Z Compiling icu_properties v2.1.2
14822026-07-14T00:23:03.308Z Compiling icu_normalizer v2.1.1
14832026-07-14T00:23:03.355Z Compiling ipnet v2.11.0
14842026-07-14T00:23:03.385Z Compiling derive_builder_macro v0.20.2
14852026-07-14T00:23:03.469Z Compiling scroll v0.12.0
14862026-07-14T00:23:03.576Z Compiling toml_datetime v0.6.11
14872026-07-14T00:23:03.652Z Compiling tokio v1.52.1
14882026-07-14T00:23:03.739Z Compiling http v1.4.2
14892026-07-14T00:23:03.761Z Compiling thiserror v1.0.69
14902026-07-14T00:23:03.821Z Compiling serde_spanned v0.6.9
14912026-07-14T00:23:03.861Z Compiling serde_urlencoded v0.7.1
14922026-07-14T00:23:03.866Z Compiling serde_tokenstream v0.2.3
14932026-07-14T00:23:03.888Z Compiling erased-serde v0.3.31
14942026-07-14T00:23:03.975Z Compiling signature v2.2.0
14952026-07-14T00:23:03.989Z Compiling darling_macro v0.21.3
14962026-07-14T00:23:04.002Z Compiling rustls-native-certs v0.8.3
14972026-07-14T00:23:04.166Z Compiling idna_adapter v1.2.1
14982026-07-14T00:23:04.194Z Compiling bstr v1.12.1
14992026-07-14T00:23:04.253Z Compiling zerocopy-derive v0.7.35
15002026-07-14T00:23:04.354Z Compiling ppv-lite86 v0.2.21
15012026-07-14T00:23:04.368Z Compiling idna v1.1.0
15022026-07-14T00:23:04.481Z Compiling async-trait v0.1.89
15032026-07-14T00:23:04.525Z Compiling http-body v1.0.1
15042026-07-14T00:23:04.565Z Compiling pin-project-internal v1.1.11
15052026-07-14T00:23:04.584Z Compiling stringprep v0.1.5
15062026-07-14T00:23:04.711Z Compiling url v2.5.8
15072026-07-14T00:23:04.814Z Compiling rand_chacha v0.9.0
15082026-07-14T00:23:04.830Z Compiling http-body-util v0.1.3
15092026-07-14T00:23:04.830Z Compiling rand_chacha v0.3.1
15102026-07-14T00:23:04.916Z Compiling num-integer v0.1.46
15112026-07-14T00:23:05.131Z Compiling rand v0.9.2
15122026-07-14T00:23:05.220Z Compiling vergen-lib v9.1.0
15132026-07-14T00:23:05.220Z Compiling hash32 v0.2.1
15142026-07-14T00:23:05.220Z Compiling memoffset v0.9.1
15152026-07-14T00:23:05.329Z Compiling encoding_rs v0.8.35
15162026-07-14T00:23:05.435Z Compiling num-bigint-dig v0.8.6
15172026-07-14T00:23:05.435Z Compiling cfg_aliases v0.2.1
15182026-07-14T00:23:05.436Z Compiling ref-cast v1.0.25
15192026-07-14T00:23:05.524Z Compiling zlib-rs v0.6.2
15202026-07-14T00:23:05.524Z Compiling dof v0.4.0
15212026-07-14T00:23:05.638Z Compiling smoltcp v0.9.1
15222026-07-14T00:23:05.638Z Compiling fallible-iterator v0.2.0
15232026-07-14T00:23:05.639Z Compiling psl-types v2.0.11
15242026-07-14T00:23:05.639Z Compiling litrs v1.0.0
15252026-07-14T00:23:05.781Z Compiling mime v0.3.17
15262026-07-14T00:23:05.781Z Compiling proptest v1.10.0
15272026-07-14T00:23:05.781Z Compiling rustix v0.38.44
15282026-07-14T00:23:05.899Z Compiling pin-project v1.1.11
15292026-07-14T00:23:06.039Z Compiling postgres-protocol v0.6.10
15302026-07-14T00:23:06.039Z Compiling publicsuffix v2.3.0
15312026-07-14T00:23:06.039Z Compiling nix v0.31.2
15322026-07-14T00:23:06.198Z Compiling ipnetwork v0.21.1
15332026-07-14T00:23:06.198Z Compiling zerocopy v0.7.35
15342026-07-14T00:23:06.198Z Compiling document-features v0.2.12
15352026-07-14T00:23:06.346Z Compiling oxnet v0.1.6
15362026-07-14T00:23:06.458Z Compiling num-iter v0.1.45
15372026-07-14T00:23:06.516Z Compiling rand v0.8.6
15382026-07-14T00:23:06.517Z Compiling darling v0.21.3
15392026-07-14T00:23:06.517Z Compiling derive_builder v0.20.2
15402026-07-14T00:23:06.612Z Compiling goblin v0.8.2
15412026-07-14T00:23:06.680Z Compiling futures-executor v0.3.32
15422026-07-14T00:23:06.681Z Compiling hubpack_derive v0.1.1
15432026-07-14T00:23:06.739Z Compiling hex v0.4.3
15442026-07-14T00:23:06.739Z Compiling inout v0.2.2
15452026-07-14T00:23:06.807Z Compiling regex v1.12.3
15462026-07-14T00:23:06.881Z Compiling daft-derive v0.1.7
15472026-07-14T00:23:06.895Z Compiling ref-cast-impl v1.0.25
15482026-07-14T00:23:06.928Z Compiling snafu-derive v0.8.9
15492026-07-14T00:23:06.972Z Compiling curve25519-dalek-derive v0.1.1
15502026-07-14T00:23:07.026Z Compiling strum_macros v0.27.2
15512026-07-14T00:23:07.231Z Compiling phf_shared v0.13.1
15522026-07-14T00:23:07.273Z Compiling terminal_size v0.4.3
15532026-07-14T00:23:07.346Z Compiling lazy_static v1.5.0
15542026-07-14T00:23:07.372Z Compiling cargo-platform v0.3.2
15552026-07-14T00:23:07.395Z Compiling anstyle-parse v0.2.7
15562026-07-14T00:23:07.413Z Compiling vergen v9.1.0
15572026-07-14T00:23:07.433Z Compiling ff v0.13.1
15582026-07-14T00:23:07.475Z Compiling fs-err v3.3.0
15592026-07-14T00:23:07.481Z Compiling ahash v0.8.12
15602026-07-14T00:23:07.543Z Compiling tokio-util v0.7.18
15612026-07-14T00:23:07.576Z Compiling tower v0.5.3
15622026-07-14T00:23:07.593Z Compiling tokio-native-tls v0.3.1
15632026-07-14T00:23:07.613Z Compiling managed v0.8.0
15642026-07-14T00:23:07.631Z Compiling unicode-segmentation v1.12.0
15652026-07-14T00:23:07.644Z Compiling winnow v0.5.40
15662026-07-14T00:23:07.667Z Compiling bitflags v1.3.2
15672026-07-14T00:23:07.701Z Compiling object v0.37.3
15682026-07-14T00:23:07.736Z Compiling foldhash v0.1.5
15692026-07-14T00:23:07.753Z Compiling libbz2-rs-sys v0.2.2
15702026-07-14T00:23:07.787Z Compiling bumpalo v3.20.2
15712026-07-14T00:23:07.840Z Compiling foldhash v0.2.0
15722026-07-14T00:23:07.925Z Compiling base16ct v0.2.0
15732026-07-14T00:23:08.000Z Compiling tower-http v0.6.8
15742026-07-14T00:23:08.043Z Compiling newtype-uuid v1.3.2
15752026-07-14T00:23:08.050Z Compiling same-file v1.0.6
15762026-07-14T00:23:08.082Z Compiling clap_builder v4.6.0
15772026-07-14T00:23:08.095Z Compiling sec1 v0.7.3
15782026-07-14T00:23:08.161Z Compiling bzip2 v0.6.1
15792026-07-14T00:23:08.251Z Compiling h2 v0.4.15
15802026-07-14T00:23:08.378Z Compiling flate2 v1.1.9
15812026-07-14T00:23:08.390Z Compiling daft v0.1.7
15822026-07-14T00:23:08.393Z Compiling walkdir v2.5.0
15832026-07-14T00:23:08.422Z Compiling hashbrown v0.16.1
15842026-07-14T00:23:08.438Z Compiling zopfli v0.8.3
15852026-07-14T00:23:08.609Z Compiling hashbrown v0.15.5
15862026-07-14T00:23:08.804Z Compiling dof v0.3.0
15872026-07-14T00:23:08.859Z Compiling snafu v0.8.9
15882026-07-14T00:23:08.877Z Compiling group v0.13.0
15892026-07-14T00:23:09.035Z Compiling strum v0.27.2
15902026-07-14T00:23:09.094Z Compiling toml_edit v0.19.15
15912026-07-14T00:23:09.134Z Compiling anstream v0.6.21
15922026-07-14T00:23:09.165Z Compiling cargo_metadata v0.23.1
15932026-07-14T00:23:09.194Z Compiling phf v0.13.1
15942026-07-14T00:23:09.258Z Compiling signal-hook-mio v0.2.5
15952026-07-14T00:23:09.271Z Compiling hubpack v0.1.2
15962026-07-14T00:23:09.391Z Compiling cookie_store v0.22.1
15972026-07-14T00:23:09.424Z Compiling usdt-macro v0.6.0
15982026-07-14T00:23:09.462Z Compiling usdt-attr-macro v0.6.0
15992026-07-14T00:23:09.495Z Compiling bzip2 v0.4.4
16002026-07-14T00:23:09.507Z Compiling cipher v0.5.2
16012026-07-14T00:23:09.574Z Compiling futures v0.3.32
16022026-07-14T00:23:09.667Z Compiling serde_with_macros v3.17.0
16032026-07-14T00:23:09.722Z Compiling zstd v0.13.3
16042026-07-14T00:23:09.740Z Compiling postgres-types v0.2.12
16052026-07-14T00:23:10.067Z Compiling globset v0.4.18
16062026-07-14T00:23:10.107Z Compiling ed25519 v2.2.3
16072026-07-14T00:23:10.121Z Compiling dtrace-parser v0.2.0
16082026-07-14T00:23:10.233Z Compiling serde-big-array v0.5.1
16092026-07-14T00:23:10.329Z Compiling olpc-cjson v0.1.4
16102026-07-14T00:23:10.342Z Compiling serde_plain v1.0.2
16112026-07-14T00:23:10.394Z Compiling pkcs1 v0.7.5
16122026-07-14T00:23:10.510Z Compiling hkdf v0.12.4
16132026-07-14T00:23:10.524Z Compiling crypto-bigint v0.5.5
16142026-07-14T00:23:10.556Z Compiling enum-as-inner v0.6.1
16152026-07-14T00:23:10.693Z Compiling clap_derive v4.6.1
16162026-07-14T00:23:10.774Z Compiling async-recursion v1.1.1
16172026-07-14T00:23:10.815Z Compiling strum_macros v0.26.4
16182026-07-14T00:23:10.872Z Compiling serde_repr v0.1.20
16192026-07-14T00:23:10.895Z Compiling phf_shared v0.11.3
16202026-07-14T00:23:10.953Z Compiling float-cmp v0.10.0
16212026-07-14T00:23:11.046Z Compiling pem v3.0.6
16222026-07-14T00:23:11.097Z Compiling memmap2 v0.9.10
16232026-07-14T00:23:11.116Z Compiling thread-id v4.2.2
16242026-07-14T00:23:11.119Z Compiling env_filter v1.0.0
16252026-07-14T00:23:11.179Z Compiling typed-path v0.9.3
16262026-07-14T00:23:11.216Z Compiling winnow v1.0.3
16272026-07-14T00:23:11.332Z Compiling normalize-line-endings v0.3.0
16282026-07-14T00:23:11.399Z Compiling const-oid v0.10.2
16292026-07-14T00:23:11.441Z Compiling hyper v1.10.1
16302026-07-14T00:23:11.457Z Compiling either v1.15.0
16312026-07-14T00:23:11.460Z Compiling fixedbitset v0.4.2
16322026-07-14T00:23:11.487Z Compiling data-encoding v2.10.0
16332026-07-14T00:23:11.595Z Compiling new_debug_unreachable v1.0.6
16342026-07-14T00:23:11.644Z Compiling static_assertions v1.1.0
16352026-07-14T00:23:11.677Z Compiling cpufeatures v0.3.0
16362026-07-14T00:23:11.692Z Compiling jiff v0.2.21
16372026-07-14T00:23:11.705Z Compiling whoami v2.1.0
16382026-07-14T00:23:11.731Z Compiling precomputed-hash v0.1.1
16392026-07-14T00:23:11.768Z Compiling fixedbitset v0.5.7
16402026-07-14T00:23:11.772Z Compiling difflib v0.4.0
16412026-07-14T00:23:11.835Z Compiling predicates-core v1.0.10
16422026-07-14T00:23:11.871Z Compiling keccak v0.1.6
16432026-07-14T00:23:12.026Z Compiling sha3 v0.10.8
16442026-07-14T00:23:12.090Z Compiling predicates v3.1.4
16452026-07-14T00:23:12.105Z Compiling petgraph v0.8.3
16462026-07-14T00:23:12.192Z Compiling tokio-postgres v0.7.16
16472026-07-14T00:23:12.345Z Compiling string_cache v0.8.9
16482026-07-14T00:23:12.462Z Compiling hickory-proto v0.25.2
16492026-07-14T00:23:12.491Z Compiling chacha20 v0.10.0
16502026-07-14T00:23:12.506Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16512026-07-14T00:23:12.544Z Compiling clap v4.6.1
16522026-07-14T00:23:12.598Z Compiling hyper-util v0.1.20
16532026-07-14T00:23:12.612Z Compiling toml_edit v0.22.27
16542026-07-14T00:23:12.638Z Compiling itertools v0.13.0
16552026-07-14T00:23:12.657Z Compiling strum v0.26.3
16562026-07-14T00:23:12.693Z Compiling petgraph v0.6.5
16572026-07-14T00:23:12.767Z Compiling digest v0.11.3
16582026-07-14T00:23:12.802Z Compiling toml_parser v1.1.2+spec-1.1.0
16592026-07-14T00:23:12.874Z Compiling elliptic-curve v0.13.8
16602026-07-14T00:23:13.013Z Compiling env_logger v0.11.9
16612026-07-14T00:23:13.079Z Compiling usdt v0.6.0
16622026-07-14T00:23:13.299Z Compiling usdt-impl v0.5.0
16632026-07-14T00:23:13.351Z Compiling serde_with v3.17.0
16642026-07-14T00:23:13.383Z Compiling crossterm v0.28.1
16652026-07-14T00:23:13.460Z Compiling rsa v0.9.10
16662026-07-14T00:23:13.910Z Compiling toml v0.7.8
16672026-07-14T00:23:13.963Z Compiling ed25519-dalek v2.2.0
16682026-07-14T00:23:14.102Z Compiling hyper-tls v0.6.0
16692026-07-14T00:23:14.363Z Compiling reqwest v0.12.28
16702026-07-14T00:23:14.398Z Compiling zip v4.6.1
16712026-07-14T00:23:14.560Z Compiling zip v0.6.6
16722026-07-14T00:23:14.645Z Compiling iddqd v0.4.2
16732026-07-14T00:23:14.963Z Compiling tokio-stream v0.1.18
16742026-07-14T00:23:15.185Z Compiling heck v0.4.1
16752026-07-14T00:23:15.188Z Compiling similar v2.7.0
16762026-07-14T00:23:15.188Z Compiling buf-list v1.1.2
16772026-07-14T00:23:15.400Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16782026-07-14T00:23:15.415Z Compiling openapiv3 v2.2.0
16792026-07-14T00:23:15.429Z Compiling x509-cert v0.2.5
16802026-07-14T00:23:15.461Z Compiling crossbeam-epoch v0.9.18
16812026-07-14T00:23:15.474Z Compiling lalrpop-util v0.19.12
16822026-07-14T00:23:15.506Z Compiling peg-runtime v0.8.5
16832026-07-14T00:23:15.684Z Compiling thread_local v1.1.9
16842026-07-14T00:23:15.718Z Compiling slog-async v2.8.0
16852026-07-14T00:23:15.815Z Compiling crossbeam-channel v0.5.15
16862026-07-14T00:23:15.831Z Compiling filetime v0.2.27
16872026-07-14T00:23:15.931Z Compiling is-terminal v0.4.17
16882026-07-14T00:23:15.955Z Compiling term v1.2.1
16892026-07-14T00:23:15.995Z Compiling xattr v1.6.1
16902026-07-14T00:23:16.010Z Compiling take_mut v0.2.2
16912026-07-14T00:23:16.024Z Compiling camino-tempfile v1.4.1
16922026-07-14T00:23:16.131Z Compiling tar v0.4.45
16932026-07-14T00:23:16.267Z Compiling slog-term v2.9.2
16942026-07-14T00:23:34.172Z Compiling rustls-webpki v0.103.13
16952026-07-14T00:23:36.855Z Compiling tokio-rustls v0.26.4
16962026-07-14T00:23:36.855Z Compiling rustls-platform-verifier v0.6.2
16972026-07-14T00:23:36.859Z Compiling tough v0.22.0
16982026-07-14T00:23:37.052Z Compiling hyper-rustls v0.27.7
16992026-07-14T00:23:37.238Z Compiling reqwest v0.13.2
17002026-07-14T00:23:39.401Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17012026-07-14T00:23:39.650Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17022026-07-14T00:23:42.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.10s
17032026-07-14T00:23:42.607Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17042026-07-14T00:23:42.664ZJul 14 00:23:41.680 INFO Starting download, target: DendriteStub
17052026-07-14T00:23:42.664ZJul 14 00:23:41.681 INFO Starting download, target: Clickhouse
17062026-07-14T00:23:42.665ZJul 14 00:23:41.681 INFO Starting download, target: Cockroach
17072026-07-14T00:23:42.665ZJul 14 00:23:41.681 INFO Starting download, target: MaghemiteMgd
17082026-07-14T00:23:42.665ZJul 14 00:23:41.681 INFO Starting download, target: MaghemiteDdmd
17092026-07-14T00:23:42.665ZJul 14 00:23:41.681 INFO Starting download, target: Console
17102026-07-14T00:23:42.668ZJul 14 00:23:41.681 INFO Starting download, target: TransceiverControl
17112026-07-14T00:23:42.668ZJul 14 00:23:41.681 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17122026-07-14T00:23:42.668ZJul 14 00:23:41.682 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17132026-07-14T00:23:42.668ZJul 14 00:23:41.682 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17142026-07-14T00:23:42.668ZJul 14 00:23:41.682 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17152026-07-14T00:23:42.668ZJul 14 00:23:41.682 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17162026-07-14T00:23:42.668ZJul 14 00:23:41.682 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17172026-07-14T00:23:42.668ZJul 14 00:23:41.682 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17182026-07-14T00:23:43.024ZJul 14 00:23:42.040 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17192026-07-14T00:23:43.229ZJul 14 00:23:42.245 INFO Download complete, target: TransceiverControl
17202026-07-14T00:23:44.484ZJul 14 00:23:43.497 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17212026-07-14T00:23:44.731ZJul 14 00:23:43.744 INFO Download complete, target: Console
17222026-07-14T00:23:44.872ZJul 14 00:23:43.887 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17232026-07-14T00:23:45.043ZJul 14 00:23:44.059 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17242026-07-14T00:23:45.205ZJul 14 00:23:44.217 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17252026-07-14T00:23:45.415ZJul 14 00:23:44.433 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17262026-07-14T00:23:45.664ZJul 14 00:23:44.682 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17272026-07-14T00:23:45.664ZJul 14 00:23:44.682 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17282026-07-14T00:23:47.041ZJul 14 00:23:46.059 INFO Download complete, target: MaghemiteDdmd
17292026-07-14T00:23:47.397ZJul 14 00:23:46.415 INFO Download complete, target: DendriteStub
17302026-07-14T00:23:47.864ZJul 14 00:23:46.882 INFO Download complete, target: MaghemiteMgd
17312026-07-14T00:23:50.271ZJul 14 00:23:49.289 INFO Checking that binary works, target: Cockroach
17322026-07-14T00:23:50.387ZJul 14 00:23:49.405 INFO Download complete, target: Cockroach
17332026-07-14T00:23:52.016ZJul 14 00:23:51.033 INFO Checking that binary works, target: Clickhouse
17342026-07-14T00:23:52.098ZJul 14 00:23:51.116 INFO Download complete, target: Clickhouse
17352026-07-14T00:23:52.106ZAll prerequisites installed successfully
17362026-07-14T00:23:52.108Z
17372026-07-14T00:23:52.108Zreal 1:45.707043942
17382026-07-14T00:23:52.109Zuser 6:35.994298628
17392026-07-14T00:23:52.109Zsys 1:39.693925541
17402026-07-14T00:23:52.109Ztrap 0.254028080
17412026-07-14T00:23:52.109Ztflt 0.752657327
17422026-07-14T00:23:52.109Zdflt 1.739172642
17432026-07-14T00:23:52.109Zkflt 0.022360990
17442026-07-14T00:23:52.109Zlock 23:14.319880747
17452026-07-14T00:23:52.109Zslp 18:09.819737015
17462026-07-14T00:23:52.109Zlat 24.316738951
17472026-07-14T00:23:52.109Zstop 2:42.210877910
17482026-07-14T00:23:52.109Z+ ptime -m cargo xtask download softnpu
17492026-07-14T00:23:52.545Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
17502026-07-14T00:23:52.564Z Running `target/debug/xtask download softnpu`
17512026-07-14T00:23:53.279Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s
17522026-07-14T00:23:53.346Z Running `target/debug/xtask-downloader softnpu`
17532026-07-14T00:23:53.385ZJul 14 00:23:52.403 INFO Starting download, target: Softnpu
17542026-07-14T00:23:53.388ZJul 14 00:23:52.404 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17552026-07-14T00:23:54.025ZJul 14 00:23:53.041 INFO Download complete, target: Softnpu
17562026-07-14T00:23:54.028Z
17572026-07-14T00:23:54.028Zreal 1.915249505
17582026-07-14T00:23:54.028Zuser 1.279656374
17592026-07-14T00:23:54.028Zsys 0.589202636
17602026-07-14T00:23:54.028Ztrap 0.000338500
17612026-07-14T00:23:54.029Ztflt 0.000060970
17622026-07-14T00:23:54.029Zdflt 0.000263580
17632026-07-14T00:23:54.029Zkflt 0.000000000
17642026-07-14T00:23:54.029Zlock 11.401798739
17652026-07-14T00:23:54.029Zslp 0.489198432
17662026-07-14T00:23:54.029Zlat 0.095071663
17672026-07-14T00:23:54.029Zstop 0.000242410
17682026-07-14T00:23:54.029Z+ export CARGO_INCREMENTAL=0
17692026-07-14T00:23:54.029Z+ CARGO_INCREMENTAL=0
17702026-07-14T00:23:54.029Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17712026-07-14T00:23:54.890Z Compiling proc-macro2 v1.0.106
17722026-07-14T00:23:54.891Z Compiling quote v1.0.45
17732026-07-14T00:23:54.891Z Compiling unicode-ident v1.0.24
17742026-07-14T00:23:54.891Z Compiling libc v0.2.185
17752026-07-14T00:23:54.891Z Compiling serde_core v1.0.228
17762026-07-14T00:23:54.912Z Compiling serde v1.0.228
17772026-07-14T00:23:54.912Z Compiling cfg-if v1.0.4
17782026-07-14T00:23:54.912Z Compiling version_check v0.9.5
17792026-07-14T00:23:54.912Z Compiling find-msvc-tools v0.1.9
17802026-07-14T00:23:54.912Z Compiling shlex v1.3.0
17812026-07-14T00:23:54.912Z Compiling zmij v1.0.21
17822026-07-14T00:23:55.027Z Compiling memchr v2.8.0
17832026-07-14T00:23:55.032Z Compiling serde_json v1.0.150
17842026-07-14T00:23:55.033Z Compiling autocfg v1.5.0
17852026-07-14T00:23:55.113Z Compiling portable-atomic v1.13.1
17862026-07-14T00:23:55.208Z Compiling zerocopy v0.8.40
17872026-07-14T00:23:55.324Z Compiling getrandom v0.4.1
17882026-07-14T00:23:55.380Z Compiling libm v0.2.16
17892026-07-14T00:23:55.398Z Compiling parking_lot_core v0.9.12
17902026-07-14T00:23:55.405Z Compiling icu_properties_data v2.1.2
17912026-07-14T00:23:55.481Z Compiling num-traits v0.2.19
17922026-07-14T00:23:55.529Z Compiling smallvec v1.15.1
17932026-07-14T00:23:55.630Z Compiling icu_normalizer_data v2.1.1
17942026-07-14T00:23:55.658Z Compiling generic-array v0.14.7
17952026-07-14T00:23:55.673Z Compiling itoa v1.0.17
17962026-07-14T00:23:55.678Z Compiling log v0.4.29
17972026-07-14T00:23:55.722Z Compiling subtle v2.6.1
17982026-07-14T00:23:55.742Z Compiling pkg-config v0.3.32
17992026-07-14T00:23:55.805Z Compiling stable_deref_trait v1.2.1
18002026-07-14T00:23:55.858Z Compiling typenum v1.20.1
18012026-07-14T00:23:55.907Z Compiling scopeguard v1.2.0
18022026-07-14T00:23:55.954Z Compiling fnv v1.0.7
18032026-07-14T00:23:55.964Z Compiling rand_core v0.10.0
18042026-07-14T00:23:56.052Z Compiling jobserver v0.1.34
18052026-07-14T00:23:56.068Z Compiling errno v0.3.14
18062026-07-14T00:23:56.078Z Compiling lock_api v0.4.14
18072026-07-14T00:23:56.174Z Compiling thiserror v2.0.18
18082026-07-14T00:23:56.189Z Compiling pin-project-lite v0.2.17
18092026-07-14T00:23:56.224Z Compiling getrandom v0.3.4
18102026-07-14T00:23:56.282Z Compiling cc v1.2.56
18112026-07-14T00:23:56.301Z Compiling equivalent v1.0.2
18122026-07-14T00:23:56.310Z Compiling percent-encoding v2.3.2
18132026-07-14T00:23:56.317Z Compiling writeable v0.6.2
18142026-07-14T00:23:56.342Z Compiling syn v2.0.117
18152026-07-14T00:23:56.359Z Compiling litemap v0.8.1
18162026-07-14T00:23:56.389Z Compiling getrandom v0.2.17
18172026-07-14T00:23:56.435Z Compiling rustversion v1.0.22
18182026-07-14T00:23:56.539Z Compiling rand_core v0.6.4
18192026-07-14T00:23:56.599Z Compiling dunce v1.0.5
18202026-07-14T00:23:56.602Z Compiling critical-section v1.2.0
18212026-07-14T00:23:56.630Z Compiling schemars v0.8.22
18222026-07-14T00:23:56.635Z Compiling rustix v1.1.3
18232026-07-14T00:23:56.635Z Compiling fs_extra v1.3.0
18242026-07-14T00:23:56.778Z Compiling hashbrown v0.17.0
18252026-07-14T00:23:56.858Z Compiling signal-hook-registry v1.4.8
18262026-07-14T00:23:56.963Z Compiling once_cell v1.21.3
18272026-07-14T00:23:56.974Z Compiling heck v0.5.0
18282026-07-14T00:23:56.991Z Compiling utf8_iter v1.0.4
18292026-07-14T00:23:57.005Z Compiling form_urlencoded v1.2.2
18302026-07-14T00:23:57.174Z Compiling cmake v0.1.57
18312026-07-14T00:23:57.222Z Compiling parking_lot v0.12.5
18322026-07-14T00:23:57.236Z Compiling socket2 v0.6.3
18332026-07-14T00:23:57.294Z Compiling semver v1.0.28
18342026-07-14T00:23:57.351Z Compiling indexmap v2.14.0
18352026-07-14T00:23:57.387Z Compiling mio v1.2.0
18362026-07-14T00:23:57.459Z Compiling bitflags v2.11.0
18372026-07-14T00:23:57.560Z Compiling futures-core v0.3.32
18382026-07-14T00:23:57.598Z Compiling aws-lc-rs v1.16.3
18392026-07-14T00:23:57.615Z Compiling aws-lc-sys v0.40.0
18402026-07-14T00:23:57.693Z Compiling httparse v1.10.1
18412026-07-14T00:23:57.731Z Compiling strsim v0.11.1
18422026-07-14T00:23:57.991Z Compiling thiserror v1.0.69
18432026-07-14T00:23:58.019Z Compiling byteorder v1.5.0
18442026-07-14T00:23:58.040Z Compiling ucd-trie v0.1.7
18452026-07-14T00:23:58.095Z Compiling ident_case v1.0.1
18462026-07-14T00:23:58.112Z Compiling const-oid v0.9.6
18472026-07-14T00:23:58.134Z Compiling syn v1.0.109
18482026-07-14T00:23:58.138Z Compiling vcpkg v0.2.15
18492026-07-14T00:23:58.186Z Compiling iana-time-zone v0.1.65
18502026-07-14T00:23:58.202Z Compiling regex-syntax v0.8.10
18512026-07-14T00:23:58.237Z Compiling pest v2.8.6
18522026-07-14T00:23:58.502Z Compiling uuid v1.23.4
18532026-07-14T00:23:58.582Z Compiling rustc_version v0.4.1
18542026-07-14T00:23:58.670Z Compiling futures-sink v0.3.32
18552026-07-14T00:23:58.720Z Compiling openssl-sys v0.9.115
18562026-07-14T00:23:58.745Z Compiling rustls v0.23.41
18572026-07-14T00:23:58.790Z Compiling futures-channel v0.3.32
18582026-07-14T00:23:58.915Z Compiling aho-corasick v1.1.4
18592026-07-14T00:23:58.948Z Compiling slab v0.4.12
18602026-07-14T00:23:58.969Z Compiling futures-io v0.3.32
18612026-07-14T00:23:59.122Z Compiling futures-task v0.3.32
18622026-07-14T00:23:59.182Z Compiling num-conv v0.2.0
18632026-07-14T00:23:59.211Z Compiling plain v0.2.3
18642026-07-14T00:23:59.228Z Compiling synstructure v0.13.2
18652026-07-14T00:23:59.310Z Compiling serde_derive_internals v0.29.1
18662026-07-14T00:23:59.326Z Compiling time-core v0.1.8
18672026-07-14T00:23:59.417Z Compiling pest_meta v2.8.6
18682026-07-14T00:23:59.422Z Compiling crc32fast v1.5.0
18692026-07-14T00:23:59.422Z Compiling dyn-clone v1.0.20
18702026-07-14T00:23:59.484Z Compiling time-macros v0.2.27
18712026-07-14T00:23:59.574Z Compiling crossbeam-utils v0.8.21
18722026-07-14T00:23:59.644Z Compiling base64 v0.22.1
18732026-07-14T00:23:59.754Z Compiling pretty-hex v0.4.1
18742026-07-14T00:23:59.770Z Compiling openssl v0.10.79
18752026-07-14T00:23:59.860Z Compiling regex-automata v0.4.14
18762026-07-14T00:23:59.920Z Compiling darling_core v0.21.3
18772026-07-14T00:23:59.920Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18782026-07-14T00:24:00.010Z Compiling pest_generator v2.8.6
18792026-07-14T00:24:00.055Z Compiling native-tls v0.2.18
18802026-07-14T00:24:00.102Z Compiling anyhow v1.0.102
18812026-07-14T00:24:00.159Z Compiling rand_core v0.9.5
18822026-07-14T00:24:00.315Z Compiling slog v2.8.2
18832026-07-14T00:24:00.363Z Compiling tracing-core v0.1.36
18842026-07-14T00:24:00.444Z Compiling cookie v0.18.1
18852026-07-14T00:24:00.457Z Compiling base64ct v1.8.3
18862026-07-14T00:24:00.497Z Compiling serde_derive v1.0.228
18872026-07-14T00:24:00.548Z Compiling zeroize_derive v1.4.3
18882026-07-14T00:24:00.575Z Compiling zerofrom-derive v0.1.6
18892026-07-14T00:24:00.633Z Compiling yoke-derive v0.8.1
18902026-07-14T00:24:00.645Z Compiling zerovec-derive v0.11.2
18912026-07-14T00:24:00.660Z Compiling displaydoc v0.2.5
18922026-07-14T00:24:00.675Z Compiling zerocopy-derive v0.8.40
18932026-07-14T00:24:00.679Z Compiling tokio-macros v2.7.0
18942026-07-14T00:24:00.759Z Compiling futures-macro v0.3.32
18952026-07-14T00:24:00.800Z Compiling thiserror-impl v2.0.18
18962026-07-14T00:24:01.175Z Compiling zeroize v1.8.2
18972026-07-14T00:24:01.404Z Compiling schemars_derive v0.8.22
18982026-07-14T00:24:01.436Z Compiling tracing-attributes v0.1.31
18992026-07-14T00:24:01.555Z Compiling der_derive v0.7.3
19002026-07-14T00:24:01.587Z Compiling thiserror-impl v1.0.69
19012026-07-14T00:24:01.702Z Compiling pest_derive v2.8.6
19022026-07-14T00:24:01.732Z Compiling zerofrom v0.1.6
19032026-07-14T00:24:01.855Z Compiling yoke v0.8.1
19042026-07-14T00:24:02.014Z Compiling crypto-common v0.1.7
19052026-07-14T00:24:02.081Z Compiling zerovec v0.11.5
19062026-07-14T00:24:02.098Z Compiling zerotrie v0.2.3
19072026-07-14T00:24:02.129Z Compiling futures-util v0.3.32
19082026-07-14T00:24:02.204Z Compiling block-buffer v0.10.4
19092026-07-14T00:24:02.592Z Compiling digest v0.10.7
19102026-07-14T00:24:02.616Z Compiling tinystr v0.8.2
19112026-07-14T00:24:02.682Z Compiling potential_utf v0.1.4
19122026-07-14T00:24:02.705Z Compiling scroll_derive v0.13.1
19132026-07-14T00:24:02.705Z Compiling scroll_derive v0.12.1
19142026-07-14T00:24:02.751Z Compiling openssl-macros v0.1.1
19152026-07-14T00:24:02.832Z Compiling icu_locale_core v2.1.1
19162026-07-14T00:24:02.841Z Compiling icu_collections v2.1.1
19172026-07-14T00:24:03.028Z Compiling regex v1.12.3
19182026-07-14T00:24:03.335Z Compiling darling_macro v0.21.3
19192026-07-14T00:24:03.383Z Compiling zerocopy-derive v0.7.35
19202026-07-14T00:24:03.489Z Compiling camino v1.2.2
19212026-07-14T00:24:03.504Z Compiling tracing v0.1.44
19222026-07-14T00:24:03.578Z Compiling icu_provider v2.1.1
19232026-07-14T00:24:03.648Z Compiling bytes v1.11.1
19242026-07-14T00:24:03.735Z Compiling chrono v0.4.45
19252026-07-14T00:24:03.852Z Compiling icu_normalizer v2.1.1
19262026-07-14T00:24:03.885Z Compiling icu_properties v2.1.2
19272026-07-14T00:24:03.927Z Compiling serde_tokenstream v0.2.3
19282026-07-14T00:24:03.997Z Compiling darling v0.21.3
19292026-07-14T00:24:04.185Z Compiling tokio v1.52.1
19302026-07-14T00:24:04.286Z Compiling http v1.4.2
19312026-07-14T00:24:04.662Z Compiling pem-rfc7468 v0.7.0
19322026-07-14T00:24:04.799Z Compiling idna_adapter v1.2.1
19332026-07-14T00:24:04.957Z Compiling idna v1.1.0
19342026-07-14T00:24:05.114Z Compiling ppv-lite86 v0.2.21
19352026-07-14T00:24:05.320Z Compiling url v2.5.8
19362026-07-14T00:24:05.637Z Compiling flagset v0.4.7
19372026-07-14T00:24:05.731Z Compiling der v0.7.10
19382026-07-14T00:24:05.955Z Compiling rand_chacha v0.9.0
19392026-07-14T00:24:06.031Z Compiling http-body v1.0.1
19402026-07-14T00:24:06.166Z Compiling rustls-pki-types v1.14.0
19412026-07-14T00:24:06.292Z Compiling usdt-impl v0.5.0
19422026-07-14T00:24:06.426Z Compiling ref-cast v1.0.25
19432026-07-14T00:24:06.470Z Compiling openssl-probe v0.2.1
19442026-07-14T00:24:06.588Z Compiling either v1.15.0
19452026-07-14T00:24:06.629Z Compiling fastrand v2.3.0
19462026-07-14T00:24:06.667Z Compiling tinyvec_macros v0.1.1
19472026-07-14T00:24:06.737Z Compiling usdt-impl v0.6.0
19482026-07-14T00:24:06.774Z Compiling cmov v0.5.4
19492026-07-14T00:24:06.937Z Compiling paste v1.0.15
19502026-07-14T00:24:07.005Z Compiling ctutils v0.4.2
19512026-07-14T00:24:07.025Z Compiling tinyvec v1.10.0
19522026-07-14T00:24:07.053Z Compiling spki v0.7.3
19532026-07-14T00:24:07.127Z Compiling rand v0.9.2
19542026-07-14T00:24:07.675Z Compiling toml_datetime v0.6.11
19552026-07-14T00:24:07.681Z Compiling serde_spanned v0.6.9
19562026-07-14T00:24:07.681Z Compiling scroll v0.13.0
19572026-07-14T00:24:07.681Z Compiling scroll v0.12.0
19582026-07-14T00:24:07.681Z Compiling async-trait v0.1.89
19592026-07-14T00:24:07.681Z Compiling heapless v0.7.17
19602026-07-14T00:24:07.681Z Compiling bzip2-sys v0.1.13+1.0.8
19612026-07-14T00:24:07.681Z Compiling winnow v0.7.14
19622026-07-14T00:24:07.681Z Compiling rustix v0.38.44
19632026-07-14T00:24:07.682Z Compiling cpufeatures v0.2.17
19642026-07-14T00:24:07.682Z Compiling atomic-waker v1.1.2
19652026-07-14T00:24:07.682Z Compiling try-lock v0.2.5
19662026-07-14T00:24:07.692Z Compiling tower-layer v0.3.3
19672026-07-14T00:24:07.709Z Compiling signal-hook v0.3.18
19682026-07-14T00:24:07.720Z Compiling litrs v1.0.0
19692026-07-14T00:24:07.742Z Compiling winnow v1.0.3
19702026-07-14T00:24:07.794Z Compiling zstd-safe v7.2.4
19712026-07-14T00:24:07.856Z Compiling untrusted v0.7.1
19722026-07-14T00:24:07.911Z Compiling tower-service v0.3.3
19732026-07-14T00:24:07.912Z Compiling want v0.3.1
19742026-07-14T00:24:07.912Z Compiling goblin v0.8.2
19752026-07-14T00:24:07.956Z Compiling goblin v0.10.5
19762026-07-14T00:24:08.066Z Compiling toml_parser v1.1.2+spec-1.1.0
19772026-07-14T00:24:08.121Z Compiling tokio-util v0.7.18
19782026-07-14T00:24:08.197Z Compiling document-features v0.2.12
19792026-07-14T00:24:08.248Z Compiling hybrid-array v0.4.13
19802026-07-14T00:24:08.476Z Compiling zerocopy v0.7.35
19812026-07-14T00:24:08.654Z Compiling ipnet v2.11.0
19822026-07-14T00:24:08.740Z Compiling ref-cast-impl v1.0.25
19832026-07-14T00:24:08.957Z Compiling h2 v0.4.15
19842026-07-14T00:24:09.031Z Compiling darling_core v0.20.11
19852026-07-14T00:24:09.050Z Compiling curve25519-dalek v4.1.3
19862026-07-14T00:24:09.082Z Compiling memoffset v0.9.1
19872026-07-14T00:24:09.353Z Compiling untrusted v0.9.0
19882026-07-14T00:24:09.364Z Compiling httpdate v1.0.3
19892026-07-14T00:24:09.364Z Compiling powerfmt v0.2.0
19902026-07-14T00:24:09.472Z Compiling foreign-types-shared v0.1.1
19912026-07-14T00:24:09.516Z Compiling winnow v0.5.40
19922026-07-14T00:24:09.525Z Compiling utf8parse v0.2.2
19932026-07-14T00:24:09.599Z Compiling foreign-types v0.3.2
19942026-07-14T00:24:09.651Z Compiling deranged v0.5.8
19952026-07-14T00:24:09.699Z Compiling tempfile v3.25.0
19962026-07-14T00:24:10.058Z Compiling unicode-normalization v0.1.25
19972026-07-14T00:24:10.131Z Compiling dof v0.3.0
19982026-07-14T00:24:10.482Z Compiling pkcs8 v0.10.2
19992026-07-14T00:24:10.550Z Compiling dtrace-parser v0.2.0
20002026-07-14T00:24:10.744Z Compiling dof v0.4.0
20012026-07-14T00:24:10.942Z Compiling toml_edit v0.19.15
20022026-07-14T00:24:11.010Z Compiling darling_macro v0.20.11
20032026-07-14T00:24:11.072Z Compiling dtrace-parser v0.3.0
20042026-07-14T00:24:11.147Z Compiling pin-project-internal v1.1.11
20052026-07-14T00:24:11.484Z Compiling daft-derive v0.1.7
20062026-07-14T00:24:11.519Z Compiling spin v0.9.8
20072026-07-14T00:24:11.531Z Compiling thread-id v4.2.2
20082026-07-14T00:24:11.632Z Compiling thread-id v5.1.0
20092026-07-14T00:24:11.787Z Compiling anstyle v1.0.14
20102026-07-14T00:24:11.815Z Compiling num-bigint-dig v0.8.6
20112026-07-14T00:24:11.892Z Compiling num_threads v0.1.7
20122026-07-14T00:24:11.924Z Compiling smoltcp v0.9.1
20132026-07-14T00:24:11.999Z Compiling cfg_aliases v0.2.1
20142026-07-14T00:24:12.010Z Compiling time v0.3.47
20152026-07-14T00:24:12.086Z Compiling nix v0.31.2
20162026-07-14T00:24:12.187Z Compiling hyper v1.10.1
20172026-07-14T00:24:12.267Z Compiling darling v0.20.11
20182026-07-14T00:24:12.474Z Compiling sha2 v0.10.9
20192026-07-14T00:24:12.583Z Compiling ipnetwork v0.21.1
20202026-07-14T00:24:12.621Z Compiling hmac v0.12.1
20212026-07-14T00:24:12.788Z Compiling curve25519-dalek-derive v0.1.1
20222026-07-14T00:24:12.829Z Compiling strum_macros v0.26.4
20232026-07-14T00:24:12.997Z Compiling sync_wrapper v1.0.2
20242026-07-14T00:24:13.090Z Compiling wait-timeout v0.2.1
20252026-07-14T00:24:13.254Z Compiling siphasher v1.0.2
20262026-07-14T00:24:13.441Z Compiling hyper-util v0.1.20
20272026-07-14T00:24:13.467Z Compiling bit-vec v0.8.0
20282026-07-14T00:24:13.480Z Compiling colorchoice v1.0.4
20292026-07-14T00:24:13.503Z Compiling quick-error v1.2.3
20302026-07-14T00:24:13.600Z Compiling simd-adler32 v0.3.8
20312026-07-14T00:24:13.664Z Compiling anstyle-query v1.1.5
20322026-07-14T00:24:13.679Z Compiling is_terminal_polyfill v1.70.2
20332026-07-14T00:24:13.819Z Compiling bit-set v0.8.0
20342026-07-14T00:24:13.848Z Compiling rusty-fork v0.3.1
20352026-07-14T00:24:14.159Z Compiling tower v0.5.3
20362026-07-14T00:24:14.476Z Compiling derive_builder_core v0.20.2
20372026-07-14T00:24:14.679Z Compiling http-body-util v0.1.3
20382026-07-14T00:24:14.933Z Compiling hubpack_derive v0.1.1
20392026-07-14T00:24:14.963Z Compiling strum_macros v0.27.2
20402026-07-14T00:24:14.979Z Compiling snafu-derive v0.8.9
20412026-07-14T00:24:15.129Z Compiling rand_xorshift v0.4.0
20422026-07-14T00:24:15.274Z Compiling fs-err v3.3.0
20432026-07-14T00:24:15.297Z Compiling ahash v0.8.12
20442026-07-14T00:24:15.303Z Compiling iri-string v0.7.10
20452026-07-14T00:24:15.430Z Compiling unicode-bidi v0.3.18
20462026-07-14T00:24:15.486Z Compiling adler2 v2.0.1
20472026-07-14T00:24:15.499Z Compiling unarray v0.1.4
20482026-07-14T00:24:15.539Z Compiling allocator-api2 v0.2.21
20492026-07-14T00:24:15.622Z Compiling object v0.37.3
20502026-07-14T00:24:15.748Z Compiling unicode-properties v0.1.4
20512026-07-14T00:24:15.908Z Compiling ryu v1.0.23
20522026-07-14T00:24:15.923Z Compiling unicode-segmentation v1.12.0
20532026-07-14T00:24:15.938Z Compiling stringprep v0.1.5
20542026-07-14T00:24:16.023Z Compiling proptest v1.10.0
20552026-07-14T00:24:16.086Z Compiling serde_urlencoded v0.7.1
20562026-07-14T00:24:16.322Z Compiling miniz_oxide v0.8.9
20572026-07-14T00:24:16.354Z Compiling derive_builder_macro v0.20.2
20582026-07-14T00:24:16.526Z Compiling tower-http v0.6.8
20592026-07-14T00:24:16.669Z Compiling tokio-native-tls v0.3.1
20602026-07-14T00:24:16.698Z Compiling usdt-attr-macro v0.6.0
20612026-07-14T00:24:16.722Z Compiling usdt-macro v0.6.0
20622026-07-14T00:24:16.858Z Compiling anstyle-parse v1.0.0
20632026-07-14T00:24:16.872Z Compiling crypto-common v0.2.2
20642026-07-14T00:24:16.877Z Compiling block-buffer v0.12.1
20652026-07-14T00:24:17.114Z Compiling block-padding v0.4.2
20662026-07-14T00:24:17.228Z Compiling rustls-native-certs v0.8.3
20672026-07-14T00:24:17.265Z Compiling rand_chacha v0.3.1
20682026-07-14T00:24:17.486Z Compiling erased-serde v0.3.31
20692026-07-14T00:24:17.489Z Compiling signature v2.2.0
20702026-07-14T00:24:17.489Z Compiling md-5 v0.10.6
20712026-07-14T00:24:17.489Z Compiling bstr v1.12.1
20722026-07-14T00:24:17.597Z Compiling num-integer v0.1.46
20732026-07-14T00:24:17.612Z Compiling hash32 v0.2.1
20742026-07-14T00:24:17.659Z Compiling vergen-lib v9.1.0
20752026-07-14T00:24:17.803Z Compiling encoding_rs v0.8.35
20762026-07-14T00:24:17.882Z Compiling fallible-iterator v0.2.0
20772026-07-14T00:24:17.918Z Compiling mime v0.3.17
20782026-07-14T00:24:17.922Z Compiling cpufeatures v0.3.0
20792026-07-14T00:24:17.945Z Compiling psl-types v2.0.11
20802026-07-14T00:24:18.035Z Compiling zlib-rs v0.6.2
20812026-07-14T00:24:18.099Z Compiling publicsuffix v2.3.0
20822026-07-14T00:24:18.210Z Compiling postgres-protocol v0.6.10
20832026-07-14T00:24:18.214Z Compiling newtype-uuid v1.3.2
20842026-07-14T00:24:18.316Z Compiling num-iter v0.1.45
20852026-07-14T00:24:18.763Z Compiling rand v0.8.6
20862026-07-14T00:24:18.855Z Compiling inout v0.2.2
20872026-07-14T00:24:18.912Z Compiling anstream v1.0.0
20882026-07-14T00:24:18.916Z Compiling oxnet v0.1.6
20892026-07-14T00:24:18.949Z Compiling derive_builder v0.20.2
20902026-07-14T00:24:19.011Z Compiling hyper-tls v0.6.0
20912026-07-14T00:24:19.081Z Compiling heck v0.4.1
20922026-07-14T00:24:19.179Z Compiling phf_shared v0.13.1
20932026-07-14T00:24:19.250Z Compiling pin-project v1.1.11
20942026-07-14T00:24:19.293Z Compiling lazy_static v1.5.0
20952026-07-14T00:24:19.314Z Compiling anstyle-parse v0.2.7
20962026-07-14T00:24:19.432Z Compiling terminal_size v0.4.3
20972026-07-14T00:24:19.462Z Compiling futures-executor v0.3.32
20982026-07-14T00:24:19.465Z Compiling serde_with_macros v3.17.0
20992026-07-14T00:24:19.465Z Compiling hex v0.4.3
21002026-07-14T00:24:19.589Z Compiling async-recursion v1.1.1
21012026-07-14T00:24:19.613Z Compiling clap_derive v4.6.1
21022026-07-14T00:24:19.627Z Compiling serde_repr v0.1.20
21032026-07-14T00:24:19.738Z Compiling enum-as-inner v0.6.1
21042026-07-14T00:24:19.830Z Compiling ff v0.13.1
21052026-07-14T00:24:19.833Z Compiling vergen v9.1.0
21062026-07-14T00:24:19.925Z Compiling cargo-platform v0.3.2
21072026-07-14T00:24:20.029Z Compiling bitflags v1.3.2
21082026-07-14T00:24:20.129Z Compiling flate2 v1.1.9
21092026-07-14T00:24:20.183Z Compiling libbz2-rs-sys v0.2.2
21102026-07-14T00:24:20.198Z Compiling foldhash v0.2.0
21112026-07-14T00:24:20.236Z Compiling bumpalo v3.20.2
21122026-07-14T00:24:20.355Z Compiling managed v0.8.0
21132026-07-14T00:24:20.480Z Compiling same-file v1.0.6
21142026-07-14T00:24:20.540Z Compiling foldhash v0.1.5
21152026-07-14T00:24:20.598Z Compiling base16ct v0.2.0
21162026-07-14T00:24:20.613Z Compiling clap_lex v1.0.0
21172026-07-14T00:24:20.647Z Compiling bzip2 v0.6.1
21182026-07-14T00:24:20.653Z Compiling walkdir v2.5.0
21192026-07-14T00:24:20.721Z Compiling sec1 v0.7.3
21202026-07-14T00:24:20.764Z Compiling hashbrown v0.15.5
21212026-07-14T00:24:20.778Z Compiling clap_builder v4.6.0
21222026-07-14T00:24:20.858Z Compiling zopfli v0.8.3
21232026-07-14T00:24:20.948Z Compiling hashbrown v0.16.1
21242026-07-14T00:24:21.281Z Compiling cargo_metadata v0.23.1
21252026-07-14T00:24:21.335Z Compiling group v0.13.0
21262026-07-14T00:24:21.484Z Compiling zstd v0.13.3
21272026-07-14T00:24:21.519Z Compiling futures v0.3.32
21282026-07-14T00:24:21.681Z Compiling anstream v0.6.21
21292026-07-14T00:24:21.763Z Compiling phf v0.13.1
21302026-07-14T00:24:21.961Z Compiling snafu v0.8.9
21312026-07-14T00:24:21.991Z Compiling daft v0.1.7
21322026-07-14T00:24:22.184Z Compiling reqwest v0.12.28
21332026-07-14T00:24:22.281Z Compiling signal-hook-mio v0.2.5
21342026-07-14T00:24:22.429Z Compiling cipher v0.5.2
21352026-07-14T00:24:22.505Z Compiling cookie_store v0.22.1
21362026-07-14T00:24:22.624Z Compiling postgres-types v0.2.12
21372026-07-14T00:24:22.655Z Compiling bzip2 v0.4.4
21382026-07-14T00:24:22.655Z Compiling globset v0.4.18
21392026-07-14T00:24:22.845Z Compiling ed25519 v2.2.3
21402026-07-14T00:24:22.888Z Compiling strum v0.27.2
21412026-07-14T00:24:23.070Z Compiling hubpack v0.1.2
21422026-07-14T00:24:23.101Z Compiling phf_shared v0.11.3
21432026-07-14T00:24:23.150Z Compiling hkdf v0.12.4
21442026-07-14T00:24:23.164Z Compiling crossbeam-epoch v0.9.18
21452026-07-14T00:24:23.200Z Compiling pkcs1 v0.7.5
21462026-07-14T00:24:23.249Z Compiling olpc-cjson v0.1.4
21472026-07-14T00:24:23.425Z Compiling pem v3.0.6
21482026-07-14T00:24:23.517Z Compiling serde_plain v1.0.2
21492026-07-14T00:24:23.563Z Compiling serde-big-array v0.5.1
21502026-07-14T00:24:23.706Z Compiling crypto-bigint v0.5.5
21512026-07-14T00:24:23.755Z Compiling float-cmp v0.10.0
21522026-07-14T00:24:23.768Z Compiling memmap2 v0.9.10
21532026-07-14T00:24:23.781Z Compiling env_filter v1.0.0
21542026-07-14T00:24:23.781Z Compiling data-encoding v2.10.0
21552026-07-14T00:24:23.910Z Compiling precomputed-hash v0.1.1
21562026-07-14T00:24:23.999Z Compiling whoami v2.1.0
21572026-07-14T00:24:24.029Z Compiling fixedbitset v0.5.7
21582026-07-14T00:24:24.048Z Compiling difflib v0.4.0
21592026-07-14T00:24:24.108Z Compiling fixedbitset v0.4.2
21602026-07-14T00:24:24.124Z Compiling jiff v0.2.21
21612026-07-14T00:24:24.218Z Compiling keccak v0.1.6
21622026-07-14T00:24:24.268Z Compiling static_assertions v1.1.0
21632026-07-14T00:24:24.299Z Compiling normalize-line-endings v0.3.0
21642026-07-14T00:24:24.320Z Compiling new_debug_unreachable v1.0.6
21652026-07-14T00:24:24.338Z Compiling toml_write v0.1.2
21662026-07-14T00:24:24.431Z Compiling const-oid v0.10.2
21672026-07-14T00:24:24.468Z Compiling predicates-core v1.0.10
21682026-07-14T00:24:24.499Z Compiling typed-path v0.9.3
21692026-07-14T00:24:24.558Z Compiling toml_edit v0.22.27
21702026-07-14T00:24:24.572Z Compiling chacha20 v0.10.0
21712026-07-14T00:24:24.604Z Compiling digest v0.11.3
21722026-07-14T00:24:24.671Z Compiling predicates v3.1.4
21732026-07-14T00:24:24.676Z Compiling elliptic-curve v0.13.8
21742026-07-14T00:24:24.723Z Compiling string_cache v0.8.9
21752026-07-14T00:24:24.802Z Compiling sha3 v0.10.8
21762026-07-14T00:24:24.867Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21772026-07-14T00:24:24.950Z Compiling petgraph v0.8.3
21782026-07-14T00:24:24.950Z Compiling petgraph v0.6.5
21792026-07-14T00:24:25.029Z Compiling tokio-postgres v0.7.16
21802026-07-14T00:24:25.051Z Compiling hickory-proto v0.25.2
21812026-07-14T00:24:25.162Z Compiling env_logger v0.11.9
21822026-07-14T00:24:25.249Z Compiling usdt v0.6.0
21832026-07-14T00:24:26.190Z Compiling rsa v0.9.10
21842026-07-14T00:24:26.736Z Compiling zip v4.6.1
21852026-07-14T00:24:26.951Z Compiling ed25519-dalek v2.2.0
21862026-07-14T00:24:27.147Z Compiling zip v0.6.6
21872026-07-14T00:24:27.264Z Compiling crossterm v0.28.1
21882026-07-14T00:24:27.592Z Compiling clap v4.6.1
21892026-07-14T00:24:27.616Z Compiling iddqd v0.4.2
21902026-07-14T00:24:27.689Z Compiling serde_with v3.17.0
21912026-07-14T00:24:27.755Z Compiling similar v2.7.0
21922026-07-14T00:24:27.811Z Compiling strum v0.26.3
21932026-07-14T00:24:27.956Z Compiling toml v0.7.8
21942026-07-14T00:24:28.002Z Compiling tokio-stream v0.1.18
21952026-07-14T00:24:28.168Z Compiling buf-list v1.1.2
21962026-07-14T00:24:28.424Z Compiling x509-cert v0.2.5
21972026-07-14T00:24:28.461Z Compiling itertools v0.13.0
21982026-07-14T00:24:28.497Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21992026-07-14T00:24:28.824Z Compiling openapiv3 v2.2.0
22002026-07-14T00:24:29.307Z Compiling lalrpop-util v0.19.12
22012026-07-14T00:24:29.514Z Compiling peg-runtime v0.8.5
22022026-07-14T00:24:45.485Z Compiling rustls-webpki v0.103.13
22032026-07-14T00:24:46.500Z Compiling macaddr v1.0.1
22042026-07-14T00:24:46.525Z Compiling structmeta-derive v0.3.0
22052026-07-14T00:24:46.608Z Compiling crucible-workspace-hack v0.1.0
22062026-07-14T00:24:46.690Z Compiling rayon-core v1.13.0
22072026-07-14T00:24:46.840Z Compiling itertools v0.14.0
22082026-07-14T00:24:46.862Z Compiling secrecy v0.10.3
22092026-07-14T00:24:46.950Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22102026-07-14T00:24:47.009Z Compiling heapless v0.8.0
22112026-07-14T00:24:47.035Z Compiling toml_datetime v0.7.5+spec-1.1.0
22122026-07-14T00:24:47.147Z Compiling crossbeam-deque v0.8.6
22132026-07-14T00:24:47.294Z Compiling toml_edit v0.23.10+spec-1.0.0
22142026-07-14T00:24:47.313Z Compiling inout v0.1.4
22152026-07-14T00:24:47.374Z Compiling hash32 v0.3.1
22162026-07-14T00:24:47.389Z Compiling multer v3.1.0
22172026-07-14T00:24:47.403Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22182026-07-14T00:24:47.496Z Compiling thread_local v1.1.9
22192026-07-14T00:24:47.518Z Compiling compression-core v0.4.31
22202026-07-14T00:24:47.532Z Compiling structmeta v0.3.0
22212026-07-14T00:24:47.555Z Compiling smoltcp v0.11.0
22222026-07-14T00:24:47.572Z Compiling unicode-width v0.2.0
22232026-07-14T00:24:47.613Z Compiling slog-async v2.8.0
22242026-07-14T00:24:47.710Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22252026-07-14T00:24:47.748Z Compiling match_cfg v0.1.0
22262026-07-14T00:24:47.901Z Compiling proc-macro-crate v3.4.0
22272026-07-14T00:24:47.910Z Compiling hostname v0.3.1
22282026-07-14T00:24:47.916Z Compiling derive-ex v0.1.8
22292026-07-14T00:24:47.943Z Compiling compression-codecs v0.4.37
22302026-07-14T00:24:48.038Z Compiling cipher v0.4.4
22312026-07-14T00:24:48.116Z Compiling ingot-macros v0.1.1
22322026-07-14T00:24:48.209Z Compiling atomicwrites v0.4.4
22332026-07-14T00:24:48.312Z Compiling slog-json v2.6.1
22342026-07-14T00:24:48.327Z Compiling crossbeam-channel v0.5.15
22352026-07-14T00:24:48.355Z Compiling half v2.7.1
22362026-07-14T00:24:48.506Z Compiling newtype-uuid-macros v0.1.0
22372026-07-14T00:24:48.522Z Compiling cobs v0.3.0
22382026-07-14T00:24:48.583Z Compiling universal-hash v0.5.1
22392026-07-14T00:24:48.721Z Compiling thiserror-impl-no-std v2.0.2
22402026-07-14T00:24:48.746Z Compiling async-stream-impl v0.3.6
22412026-07-14T00:24:48.814Z Compiling serde_spanned v1.1.1
22422026-07-14T00:24:48.833Z Compiling toml_datetime v1.1.1+spec-1.1.0
22432026-07-14T00:24:48.980Z Compiling tokio-rustls v0.26.4
22442026-07-14T00:24:49.021Z Compiling rustls-platform-verifier v0.6.2
22452026-07-14T00:24:49.249Z Compiling hyper-rustls v0.27.7
22462026-07-14T00:24:49.269Z Compiling tough v0.22.0
22472026-07-14T00:24:49.285Z Compiling is-terminal v0.4.17
22482026-07-14T00:24:49.288Z Compiling proc-macro-error-attr v1.0.4
22492026-07-14T00:24:49.343Z Compiling dropshot v0.17.1
22502026-07-14T00:24:49.423Z Compiling opaque-debug v0.3.1
22512026-07-14T00:24:49.463Z Compiling convert_case v0.4.0
22522026-07-14T00:24:49.514Z Compiling reqwest v0.13.2
22532026-07-14T00:24:49.536Z Compiling take_mut v0.2.2
22542026-07-14T00:24:49.561Z Compiling ciborium-io v0.2.2
22552026-07-14T00:24:49.590Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22562026-07-14T00:24:49.606Z Compiling toml_writer v1.1.1+spec-1.1.0
22572026-07-14T00:24:49.680Z Compiling term v1.2.1
22582026-07-14T00:24:49.695Z Compiling ciborium-ll v0.2.2
22592026-07-14T00:24:49.793Z Compiling derive_more v0.99.20
22602026-07-14T00:24:49.809Z Compiling thiserror-no-std v2.0.2
22612026-07-14T00:24:49.846Z Compiling toml v1.1.2+spec-1.1.0
22622026-07-14T00:24:49.995Z Compiling poly1305 v0.8.0
22632026-07-14T00:24:50.035Z Compiling slog-term v2.9.2
22642026-07-14T00:24:50.301Z Compiling test-strategy v0.4.5
22652026-07-14T00:24:50.523Z Compiling async-stream v0.3.6
22662026-07-14T00:24:50.651Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22672026-07-14T00:24:50.736Z Compiling postcard v1.1.3
22682026-07-14T00:24:50.771Z Compiling ingot-types v0.1.2
22692026-07-14T00:24:51.103Z Compiling slog-bunyan v2.5.0
22702026-07-14T00:24:51.150Z Compiling num_enum_derive v0.7.6
22712026-07-14T00:24:51.247Z Compiling ingot v0.1.1
22722026-07-14T00:24:51.310Z Compiling chacha20 v0.9.1
22732026-07-14T00:24:51.325Z Compiling async-compression v0.4.41
22742026-07-14T00:24:51.582Z Compiling parse-display-derive v0.10.0
22752026-07-14T00:24:51.628Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
22762026-07-14T00:24:51.808Z Compiling sha1 v0.11.0
22772026-07-14T00:24:52.040Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22782026-07-14T00:24:52.129Z Compiling proc-macro-crate v1.3.1
22792026-07-14T00:24:52.241Z Compiling waitgroup v0.1.2
22802026-07-14T00:24:52.280Z Compiling password-hash v0.5.0
22812026-07-14T00:24:52.414Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
22822026-07-14T00:24:52.453Z Compiling backon v1.6.0
22832026-07-14T00:24:52.488Z Compiling rustls-pemfile v2.2.0
22842026-07-14T00:24:52.723Z Compiling dropshot_endpoint v0.17.1
22852026-07-14T00:24:52.788Z Compiling blake2 v0.10.6
22862026-07-14T00:24:52.807Z Compiling aead v0.5.2
22872026-07-14T00:24:52.820Z Compiling foreign-types-macros v0.2.3
22882026-07-14T00:24:52.838Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
22892026-07-14T00:24:52.872Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22902026-07-14T00:24:53.015Z Compiling serde_path_to_error v0.1.20
22912026-07-14T00:24:53.067Z Compiling hostname v0.4.2
22922026-07-14T00:24:53.189Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
22932026-07-14T00:24:53.218Z Compiling proc-macro-error v1.0.4
22942026-07-14T00:24:53.243Z Compiling instant v0.1.13
22952026-07-14T00:24:53.277Z Compiling debug-ignore v1.0.5
22962026-07-14T00:24:53.292Z Compiling foreign-types-shared v0.3.1
22972026-07-14T00:24:53.306Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22982026-07-14T00:24:53.377Z Compiling backoff v0.4.0
22992026-07-14T00:24:53.406Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23002026-07-14T00:24:53.422Z Compiling parse-display v0.10.0
23012026-07-14T00:24:53.459Z Compiling foreign-types v0.5.0
23022026-07-14T00:24:53.491Z Compiling argon2 v0.5.3
23032026-07-14T00:24:53.508Z Compiling chacha20poly1305 v0.10.1
23042026-07-14T00:24:53.511Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23052026-07-14T00:24:53.540Z Compiling num_enum_derive v0.5.11
23062026-07-14T00:24:53.561Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23072026-07-14T00:24:53.601Z Compiling num_enum v0.7.6
23082026-07-14T00:24:53.683Z Compiling ciborium v0.2.2
23092026-07-14T00:24:53.732Z Compiling vsss-rs v3.3.4
23102026-07-14T00:24:53.874Z Compiling tabwriter v1.4.1
23112026-07-14T00:24:53.896Z Compiling regress v0.10.5
23122026-07-14T00:24:54.023Z Compiling byte-wrapper v0.1.0
23132026-07-14T00:24:54.256Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23142026-07-14T00:24:54.271Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23152026-07-14T00:24:54.334Z Compiling cstr-argument v0.1.2
23162026-07-14T00:24:54.378Z Compiling humantime v2.3.0
23172026-07-14T00:24:54.497Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23182026-07-14T00:24:54.533Z Compiling num_enum v0.5.11
23192026-07-14T00:24:54.536Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23202026-07-14T00:24:54.704Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23212026-07-14T00:24:54.721Z Compiling rayon v1.11.0
23222026-07-14T00:24:54.766Z Compiling rand v0.10.1
23232026-07-14T00:24:54.769Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23242026-07-14T00:24:54.847Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23252026-07-14T00:24:54.868Z Compiling libefi-sys v0.1.0
23262026-07-14T00:24:54.930Z Compiling indent_write v2.2.0
23272026-07-14T00:24:54.959Z Compiling colored v3.1.1
23282026-07-14T00:24:54.974Z Compiling zone_cfg_derive v0.3.1
23292026-07-14T00:24:55.028Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23302026-07-14T00:24:55.113Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23312026-07-14T00:24:55.129Z Compiling camino-tempfile v1.4.1
23322026-07-14T00:24:55.143Z Compiling itertools v0.12.1
23332026-07-14T00:24:55.172Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23342026-07-14T00:24:55.301Z Compiling usdt-macro v0.5.0
23352026-07-14T00:24:55.305Z Compiling usdt-attr-macro v0.5.0
23362026-07-14T00:24:55.529Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23372026-07-14T00:24:55.558Z Compiling num-derive v0.4.2
23382026-07-14T00:24:55.598Z Compiling bitfield-struct v0.6.2
23392026-07-14T00:24:55.616Z Compiling blake3 v1.8.5
23402026-07-14T00:24:55.636Z Compiling sigpipe v0.1.3
23412026-07-14T00:24:55.641Z Compiling memmap v0.7.0
23422026-07-14T00:24:55.667Z Compiling glob v0.3.3
23432026-07-14T00:24:55.687Z Compiling swrite v0.1.0
23442026-07-14T00:24:55.751Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23452026-07-14T00:24:55.810Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23462026-07-14T00:24:56.030Z Compiling smf v0.2.3
23472026-07-14T00:24:56.062Z Compiling usdt v0.5.0
23482026-07-14T00:24:56.118Z Compiling filetime v0.2.27
23492026-07-14T00:24:56.214Z Compiling xattr v1.6.1
23502026-07-14T00:24:56.242Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23512026-07-14T00:24:56.347Z Compiling arrayvec v0.7.6
23522026-07-14T00:24:56.428Z Compiling whoami v1.6.1
23532026-07-14T00:24:56.455Z Compiling constant_time_eq v0.4.2
23542026-07-14T00:24:56.481Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23552026-07-14T00:24:56.514Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23562026-07-14T00:24:56.570Z Compiling zone v0.3.1
23572026-07-14T00:24:56.598Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23582026-07-14T00:24:56.613Z Compiling arrayref v0.3.9
23592026-07-14T00:24:56.646Z Compiling tar v0.4.45
23602026-07-14T00:24:56.671Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23612026-07-14T00:24:56.711Z Compiling tokio-dtrace v0.1.1
23622026-07-14T00:24:56.720Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23632026-07-14T00:24:56.897Z Compiling console v0.16.2
23642026-07-14T00:24:56.914Z Compiling gethostname v0.5.0
23652026-07-14T00:24:57.064Z Compiling topological-sort v0.2.2
23662026-07-14T00:24:57.082Z Compiling unit-prefix v0.5.2
23672026-07-14T00:24:57.188Z Compiling oxide-tokio-rt v0.1.4
23682026-07-14T00:24:57.251Z Compiling toml v0.8.23
23692026-07-14T00:24:57.266Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23702026-07-14T00:24:57.344Z Compiling indicatif v0.18.4
23712026-07-14T00:24:57.393Z Compiling shell-words v1.1.1
23722026-07-14T00:25:06.719Z Compiling progenitor-client v0.14.0
23732026-07-14T00:25:06.719Z Compiling omicron-zone-package v0.12.3
23742026-07-14T00:25:06.954Z Compiling progenitor-extras v0.2.0
23752026-07-14T00:25:07.272Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23762026-07-14T00:25:07.301Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23772026-07-14T00:25:07.335Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23782026-07-14T00:25:07.341Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23792026-07-14T00:25:07.458Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23802026-07-14T00:25:07.492Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23812026-07-14T00:25:07.629Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23822026-07-14T00:25:07.671Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23832026-07-14T00:25:08.341Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23842026-07-14T00:25:12.259Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23852026-07-14T00:25:20.256Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23862026-07-14T00:25:23.401Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23872026-07-14T00:25:24.439Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23882026-07-14T00:25:33.749Z Finished `release` profile [optimized] target(s) in 1m 39s
23892026-07-14T00:25:33.886Z Running `target/release/omicron-package -t test target create -p dev`
23902026-07-14T00:25:33.944ZLogging to: /work/oxidecomputer/omicron/out/LOG
23912026-07-14T00:25:33.951ZCreated new build target 'test' and set it as active
23922026-07-14T00:25:33.951Z
23932026-07-14T00:25:33.951Zreal 1:39.914917823
23942026-07-14T00:25:33.951Zuser 16:21.755744752
23952026-07-14T00:25:33.951Zsys 2:35.143518747
23962026-07-14T00:25:33.951Ztrap 0.473751895
23972026-07-14T00:25:33.952Ztflt 2.501587457
23982026-07-14T00:25:33.952Zdflt 3.929330130
23992026-07-14T00:25:33.952Zkflt 0.000608220
24002026-07-14T00:25:33.952Zlock 51:37.773878765
24012026-07-14T00:25:33.952Zslp 42:16.480808003
24022026-07-14T00:25:33.952Zlat 40.177814480
24032026-07-14T00:25:33.952Zstop 5:06.288179677
24042026-07-14T00:25:33.952Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24052026-07-14T00:25:34.781Z Finished `release` profile [optimized] target(s) in 0.82s
24062026-07-14T00:25:34.851Z Running `target/release/omicron-package -t test package`
24072026-07-14T00:25:34.906ZLogging to: /work/oxidecomputer/omicron/out/LOG
24082026-07-14T00:25:36.270Z Compiling heck v0.5.0
24092026-07-14T00:25:36.270Z Compiling regress v0.11.1
24102026-07-14T00:25:36.496Z Compiling unsafe-libyaml v0.2.11
24112026-07-14T00:25:36.515Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24122026-07-14T00:25:36.542Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24132026-07-14T00:25:36.564Z Compiling unicode-width v0.1.14
24142026-07-14T00:25:36.584Z Compiling derive-where v1.6.0
24152026-07-14T00:25:36.593Z Compiling bytecount v0.6.9
24162026-07-14T00:25:36.593Z Compiling atomicwrites v0.4.4
24172026-07-14T00:25:36.593Z Compiling is-terminal v0.4.17
24182026-07-14T00:25:36.606Z Compiling prettyplease v0.2.37
24192026-07-14T00:25:36.680Z Compiling console v0.15.11
24202026-07-14T00:25:36.684Z Compiling newline-converter v0.3.0
24212026-07-14T00:25:36.685Z Compiling slog-dtrace v0.3.0
24222026-07-14T00:25:36.738Z Compiling resolv-conf v0.7.6
24232026-07-14T00:25:36.761Z Compiling cancel-safe-futures v0.1.5
24242026-07-14T00:25:36.761Z Compiling owo-colors v4.3.0
24252026-07-14T00:25:36.799Z Compiling num-rational v0.4.2
24262026-07-14T00:25:36.852Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24272026-07-14T00:25:36.860Z Compiling libsw-core v0.3.2
24282026-07-14T00:25:36.893Z Compiling num-complex v0.4.6
24292026-07-14T00:25:36.939Z Compiling thread_local v1.1.9
24302026-07-14T00:25:37.018Z Compiling serde_yaml v0.9.34+deprecated
24312026-07-14T00:25:37.062Z Compiling expectorate v1.2.0
24322026-07-14T00:25:37.113Z Compiling compression-core v0.4.31
24332026-07-14T00:25:37.158Z Compiling match_cfg v0.1.0
24342026-07-14T00:25:37.251Z Compiling hostname v0.3.1
24352026-07-14T00:25:37.300Z Compiling num v0.4.3
24362026-07-14T00:25:37.322Z Compiling compression-codecs v0.4.37
24372026-07-14T00:25:37.362Z Compiling libsw v3.5.0
24382026-07-14T00:25:37.383Z Compiling multer v3.1.0
24392026-07-14T00:25:37.404Z Compiling slog-async v2.8.0
24402026-07-14T00:25:37.425Z Compiling crossbeam-channel v0.5.15
24412026-07-14T00:25:37.452Z Compiling slog-json v2.6.1
24422026-07-14T00:25:37.481Z Compiling serde_spanned v1.1.1
24432026-07-14T00:25:37.577Z Compiling toml_datetime v1.1.1+spec-1.1.0
24442026-07-14T00:25:37.598Z Compiling toml_writer v1.1.1+spec-1.1.0
24452026-07-14T00:25:37.602Z Compiling take_mut v0.2.2
24462026-07-14T00:25:37.655Z Compiling linked-hash-map v0.5.6
24472026-07-14T00:25:37.686Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24482026-07-14T00:25:37.735Z Compiling linear-map v1.2.0
24492026-07-14T00:25:37.755Z Compiling float-ord v0.3.2
24502026-07-14T00:25:37.796Z Compiling term v1.2.1
24512026-07-14T00:25:37.825Z Compiling slog-bunyan v2.5.0
24522026-07-14T00:25:37.851Z Compiling lru-cache v0.1.2
24532026-07-14T00:25:37.892Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24542026-07-14T00:25:37.897Z Compiling toml v1.1.2+spec-1.1.0
24552026-07-14T00:25:37.937Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24562026-07-14T00:25:37.940Z Compiling async-compression v0.4.41
24572026-07-14T00:25:38.021Z Compiling typify-impl v0.6.2
24582026-07-14T00:25:38.033Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24592026-07-14T00:25:38.113Z Compiling slog-term v2.9.2
24602026-07-14T00:25:38.244Z Compiling dropshot v0.17.1
24612026-07-14T00:25:38.293Z Compiling async-stream v0.3.6
24622026-07-14T00:25:38.313Z Compiling sha1 v0.11.0
24632026-07-14T00:25:38.336Z Compiling progenitor-client v0.14.0
24642026-07-14T00:25:38.340Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24652026-07-14T00:25:38.374Z Compiling waitgroup v0.1.2
24662026-07-14T00:25:38.481Z Compiling rustls-pemfile v2.2.0
24672026-07-14T00:25:38.532Z Compiling backon v1.6.0
24682026-07-14T00:25:38.554Z Compiling hostname v0.4.2
24692026-07-14T00:25:38.557Z Compiling serde_path_to_error v0.1.20
24702026-07-14T00:25:38.591Z Compiling instant v0.1.13
24712026-07-14T00:25:38.622Z Compiling minimal-lexical v0.2.1
24722026-07-14T00:25:38.678Z Compiling debug-ignore v1.0.5
24732026-07-14T00:25:38.698Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24742026-07-14T00:25:38.717Z Compiling progenitor-extras v0.2.0
24752026-07-14T00:25:38.740Z Compiling backoff v0.4.0
24762026-07-14T00:25:38.765Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24772026-07-14T00:25:38.809Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24782026-07-14T00:25:38.937Z Compiling nom v7.1.3
24792026-07-14T00:25:38.975Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24802026-07-14T00:25:38.997Z Compiling parse-display v0.10.0
24812026-07-14T00:25:39.051Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24822026-07-14T00:25:39.071Z Compiling hickory-proto v0.24.4
24832026-07-14T00:25:39.246Z Compiling regress v0.10.5
24842026-07-14T00:25:39.647Z Compiling macaddr v1.0.1
24852026-07-14T00:25:39.701Z Compiling humantime v2.3.0
24862026-07-14T00:25:39.732Z Compiling unicode-xid v0.2.6
24872026-07-14T00:25:39.912Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24882026-07-14T00:25:40.009Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24892026-07-14T00:25:40.129Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24902026-07-14T00:25:40.332Z Compiling convert_case v0.10.0
24912026-07-14T00:25:40.359Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24922026-07-14T00:25:40.625Z Compiling derive_more-impl v2.1.1
24932026-07-14T00:25:40.963Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24942026-07-14T00:25:41.105Z Compiling toml v0.8.23
24952026-07-14T00:25:41.317Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24962026-07-14T00:25:41.338Z Compiling papergrid v0.11.0
24972026-07-14T00:25:41.424Z Compiling typify-macro v0.6.2
24982026-07-14T00:25:41.445Z Compiling derive_more v2.1.1
24992026-07-14T00:25:41.477Z Compiling tabled_derive v0.7.0
25002026-07-14T00:25:41.551Z Compiling termtree v0.5.1
25012026-07-14T00:25:41.635Z Compiling hickory-resolver v0.24.4
25022026-07-14T00:25:41.688Z Compiling crossterm v0.29.0
25032026-07-14T00:25:41.753Z Compiling phf_shared v0.12.1
25042026-07-14T00:25:41.997Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25052026-07-14T00:25:42.378Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25062026-07-14T00:25:42.553Z Compiling tabled v0.15.0
25072026-07-14T00:25:42.598Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25082026-07-14T00:25:42.992Z Compiling typify v0.6.2
25092026-07-14T00:25:43.272Z Compiling progenitor-impl v0.14.0
25102026-07-14T00:25:43.662Z Compiling qorb v0.4.1
25112026-07-14T00:25:44.650Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25122026-07-14T00:25:45.185Z Compiling csv-core v0.1.13
25132026-07-14T00:25:45.454Z Compiling progenitor-macro v0.14.0
25142026-07-14T00:25:45.704Z Compiling vte v0.14.1
25152026-07-14T00:25:45.926Z Compiling highway v1.3.0
25162026-07-14T00:25:46.536Z Compiling chrono-tz v0.10.4
25172026-07-14T00:25:46.639Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25182026-07-14T00:25:46.797Z Compiling strip-ansi-escapes v0.2.1
25192026-07-14T00:25:46.833Z Compiling csv v1.4.0
25202026-07-14T00:25:46.939Z Compiling phf v0.12.1
25212026-07-14T00:25:46.972Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25222026-07-14T00:25:47.138Z Compiling const_format_proc_macros v0.2.34
25232026-07-14T00:25:47.173Z Compiling fd-lock v4.0.4
25242026-07-14T00:25:47.333Z Compiling peg-macros v0.8.5
25252026-07-14T00:25:47.354Z Compiling nu-ansi-term v0.50.3
25262026-07-14T00:25:47.765Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25272026-07-14T00:25:47.947Z Compiling const_format v0.2.35
25282026-07-14T00:25:47.968Z Compiling reedline v0.40.0
25292026-07-14T00:25:48.305Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25302026-07-14T00:25:48.620Z Compiling peg v0.8.5
25312026-07-14T00:25:48.720Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25322026-07-14T00:25:49.003Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25332026-07-14T00:25:49.425Z Compiling progenitor v0.14.0
25342026-07-14T00:25:49.623Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25352026-07-14T00:25:49.647Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25362026-07-14T00:25:49.730Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25372026-07-14T00:25:50.282Z Compiling bcs v0.1.6
25382026-07-14T00:25:50.475Z Compiling nom v8.0.0
25392026-07-14T00:25:50.497Z Compiling semver v0.1.20
25402026-07-14T00:25:50.785Z Compiling rustc_version v0.1.7
25412026-07-14T00:25:51.010Z Compiling newtype_derive v0.1.6
25422026-07-14T00:25:51.255Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25432026-07-14T00:25:51.550Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25442026-07-14T00:25:51.683Z Compiling smawk v0.3.2
25452026-07-14T00:25:51.877Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25462026-07-14T00:25:52.212Z Compiling unicode-linebreak v0.1.5
25472026-07-14T00:25:52.267Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25482026-07-14T00:25:52.288Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25492026-07-14T00:25:52.484Z Compiling textwrap v0.16.2
25502026-07-14T00:25:52.573Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25512026-07-14T00:25:52.621Z Compiling steno v0.4.1
25522026-07-14T00:25:52.641Z Compiling base64 v0.21.7
25532026-07-14T00:25:53.093Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25542026-07-14T00:25:53.214Z Compiling dropshot-api-manager-types v0.7.2
25552026-07-14T00:25:53.494Z Compiling sha1 v0.10.6
25562026-07-14T00:25:53.498Z Compiling tagptr v0.2.0
25572026-07-14T00:25:53.687Z Compiling utf-8 v0.7.6
25582026-07-14T00:25:53.801Z Compiling moka v0.12.13
25592026-07-14T00:25:53.916Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25602026-07-14T00:25:53.940Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25612026-07-14T00:25:54.093Z Compiling tungstenite v0.21.0
25622026-07-14T00:25:54.115Z Compiling display-error-chain v0.2.2
25632026-07-14T00:25:54.294Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25642026-07-14T00:25:54.356Z Compiling radium v0.7.0
25652026-07-14T00:25:54.560Z Compiling maybe-uninit v2.0.0
25662026-07-14T00:25:54.718Z Compiling tokio-tungstenite v0.21.0
25672026-07-14T00:25:54.872Z Compiling tap v1.0.1
25682026-07-14T00:25:55.018Z Compiling hickory-resolver v0.25.2
25692026-07-14T00:25:55.096Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25702026-07-14T00:25:55.135Z Compiling wyz v0.5.1
25712026-07-14T00:25:55.455Z Compiling vergen-lib v0.1.6
25722026-07-14T00:25:55.696Z Compiling zerocopy-derive v0.6.6
25732026-07-14T00:25:55.720Z Compiling funty v2.0.0
25742026-07-14T00:25:56.225Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25752026-07-14T00:25:56.533Z Compiling packed_struct v0.10.1
25762026-07-14T00:25:56.733Z Compiling crc-catalog v2.4.0
25772026-07-14T00:25:56.873Z Compiling diesel_derives v2.3.7
25782026-07-14T00:25:56.915Z Compiling crc v3.4.0
25792026-07-14T00:25:57.120Z Compiling zerocopy v0.6.6
25802026-07-14T00:25:57.140Z Compiling bitvec v1.0.1
25812026-07-14T00:25:57.450Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25822026-07-14T00:25:57.498Z Compiling scheduled-thread-pool v0.2.7
25832026-07-14T00:25:57.847Z Compiling dsl_auto_type v0.2.0
25842026-07-14T00:25:58.073Z Compiling packed_struct_codegen v0.10.1
25852026-07-14T00:25:58.240Z Compiling vergen-gitcl v1.0.8
25862026-07-14T00:25:58.351Z Compiling diesel_table_macro_syntax v0.3.0
25872026-07-14T00:25:58.379Z Compiling bitfield-macros v0.19.4
25882026-07-14T00:25:58.505Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25892026-07-14T00:25:58.566Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25902026-07-14T00:25:58.703Z Compiling dirs-sys-next v0.1.2
25912026-07-14T00:25:59.021Z Compiling proc-macro-error-attr2 v2.0.0
25922026-07-14T00:25:59.027Z Compiling indexmap v1.9.3
25932026-07-14T00:25:59.144Z Compiling maplit v1.0.2
25942026-07-14T00:25:59.165Z Compiling nodrop v0.1.14
25952026-07-14T00:25:59.236Z Compiling glob v0.3.3
25962026-07-14T00:25:59.273Z Compiling crunchy v0.2.4
25972026-07-14T00:25:59.292Z Compiling array-init v0.0.4
25982026-07-14T00:25:59.379Z Compiling proc-macro-error2 v2.0.1
25992026-07-14T00:25:59.612Z Compiling clang-sys v1.8.1
26002026-07-14T00:25:59.692Z Compiling bitfield v0.19.4
26012026-07-14T00:25:59.713Z Compiling dirs-next v2.0.0
26022026-07-14T00:25:59.945Z Compiling r2d2 v0.8.10
26032026-07-14T00:26:00.011Z Compiling smallvec v0.6.14
26042026-07-14T00:26:00.260Z Compiling num-derive v0.3.3
26052026-07-14T00:26:00.287Z Compiling downcast-rs v2.0.2
26062026-07-14T00:26:00.376Z Compiling hashbrown v0.12.3
26072026-07-14T00:26:00.419Z Compiling tiny-keccak v2.0.2
26082026-07-14T00:26:00.834Z Compiling serde-hex v0.1.0
26092026-07-14T00:26:01.138Z Compiling libscf-sys v1.1.0
26102026-07-14T00:26:01.160Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26112026-07-14T00:26:01.215Z Compiling term v0.7.0
26122026-07-14T00:26:01.244Z Compiling tabled_derive v0.11.0
26132026-07-14T00:26:01.411Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26142026-07-14T00:26:01.453Z Compiling ron v0.8.1
26152026-07-14T00:26:01.474Z Compiling papergrid v0.17.0
26162026-07-14T00:26:01.508Z Compiling testing_table v0.3.0
26172026-07-14T00:26:01.645Z Compiling hashbrown v0.13.2
26182026-07-14T00:26:01.708Z Compiling crc-any v2.5.0
26192026-07-14T00:26:01.945Z Compiling bit-vec v0.6.3
26202026-07-14T00:26:02.126Z Compiling bit-set v0.5.3
26212026-07-14T00:26:02.173Z Compiling ascii-canvas v3.0.0
26222026-07-14T00:26:02.261Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26232026-07-14T00:26:02.308Z Compiling object v0.30.4
26242026-07-14T00:26:02.428Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26252026-07-14T00:26:02.579Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26262026-07-14T00:26:03.014Z Compiling tabled v0.20.0
26272026-07-14T00:26:03.024Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26282026-07-14T00:26:03.287Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26292026-07-14T00:26:03.525Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26302026-07-14T00:26:03.866Z Compiling progenitor-impl v0.13.0
26312026-07-14T00:26:03.963Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26322026-07-14T00:26:04.051Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26332026-07-14T00:26:04.094Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26342026-07-14T00:26:04.231Z Compiling itertools v0.10.5
26352026-07-14T00:26:04.294Z Compiling ena v0.14.4
26362026-07-14T00:26:04.617Z Compiling diesel v2.3.7
26372026-07-14T00:26:04.642Z Compiling libloading v0.8.9
26382026-07-14T00:26:04.642Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26392026-07-14T00:26:04.807Z Compiling regex-syntax v0.6.29
26402026-07-14T00:26:04.823Z Compiling path-slash v0.1.5
26412026-07-14T00:26:05.013Z Compiling diff v0.1.13
26422026-07-14T00:26:05.313Z Compiling xshell-macros v0.2.7
26432026-07-14T00:26:05.375Z Compiling bindgen v0.71.1
26442026-07-14T00:26:05.571Z Compiling unicase v2.9.0
26452026-07-14T00:26:05.703Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26462026-07-14T00:26:05.734Z Compiling xshell v0.2.7
26472026-07-14T00:26:05.876Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26482026-07-14T00:26:06.050Z Compiling progenitor-macro v0.13.0
26492026-07-14T00:26:06.698Z Compiling lalrpop v0.19.12
26502026-07-14T00:26:07.143Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26512026-07-14T00:26:08.041Z Compiling cexpr v0.6.0
26522026-07-14T00:26:08.704Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26532026-07-14T00:26:09.008Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26542026-07-14T00:26:09.490Z Compiling progenitor-client v0.13.0
26552026-07-14T00:26:10.036Z Compiling rustc-hash v2.1.1
26562026-07-14T00:26:10.058Z Compiling progenitor v0.13.0
26572026-07-14T00:26:10.062Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26582026-07-14T00:26:10.370Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26592026-07-14T00:26:10.752Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26602026-07-14T00:26:11.208Z Compiling headers-core v0.3.0
26612026-07-14T00:26:11.267Z Compiling libxml v0.3.3
26622026-07-14T00:26:11.299Z Compiling crc8 v0.1.1
26632026-07-14T00:26:11.366Z Compiling headers v0.4.1
26642026-07-14T00:26:11.843Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26652026-07-14T00:26:11.863Z Compiling strum_macros v0.24.3
26662026-07-14T00:26:11.863Z Compiling indoc v1.0.9
26672026-07-14T00:26:11.863Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26682026-07-14T00:26:11.901Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26692026-07-14T00:26:12.065Z Compiling derive_builder v0.20.2
26702026-07-14T00:26:12.133Z Compiling oso-derive v0.27.3
26712026-07-14T00:26:12.238Z Compiling quick-xml v0.37.5
26722026-07-14T00:26:12.664Z Compiling impl-trait-for-tuples v0.2.3
26732026-07-14T00:26:12.686Z Compiling openssl-probe v0.1.6
26742026-07-14T00:26:17.147Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26752026-07-14T00:26:17.220Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26762026-07-14T00:26:17.220Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26772026-07-14T00:26:17.220Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26782026-07-14T00:26:17.220Z Compiling bb8 v0.8.6
26792026-07-14T00:26:17.220Z Compiling trait-variant v0.1.2
26802026-07-14T00:26:17.220Z Compiling half v1.8.3
26812026-07-14T00:26:17.220Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26822026-07-14T00:26:17.220Z Compiling polar-core v0.27.3
26832026-07-14T00:26:17.220Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26842026-07-14T00:26:17.220Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26852026-07-14T00:26:17.220Z Compiling serde_cbor v0.11.2
26862026-07-14T00:26:17.220Z Compiling samael v0.0.19
26872026-07-14T00:26:17.246Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26882026-07-14T00:26:17.246Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26892026-07-14T00:26:17.246Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26902026-07-14T00:26:17.247Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26912026-07-14T00:26:17.247Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26922026-07-14T00:26:17.247Z Compiling nonempty v0.12.0
26932026-07-14T00:26:17.247Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26942026-07-14T00:26:17.247Z Compiling fxhash v0.2.1
26952026-07-14T00:26:17.247Z Compiling libz-sys v1.1.24
26962026-07-14T00:26:17.247Z Compiling salty v0.3.0
26972026-07-14T00:26:17.247Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26982026-07-14T00:26:17.247Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26992026-07-14T00:26:17.247Z Compiling kstat-rs v0.2.4
27002026-07-14T00:26:17.319Z Compiling arc-swap v1.8.2
27012026-07-14T00:26:17.510Z Compiling fs-err v2.11.0
27022026-07-14T00:26:17.863Z Compiling slog-scope v4.4.1
27032026-07-14T00:26:17.912Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27042026-07-14T00:26:17.936Z Compiling mime_guess v2.0.5
27052026-07-14T00:26:17.992Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27062026-07-14T00:26:18.492Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27072026-07-14T00:26:19.026Z Compiling rfc6979 v0.4.0
27082026-07-14T00:26:19.054Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27092026-07-14T00:26:19.066Z Compiling nanorand v0.7.0
27102026-07-14T00:26:19.460Z Compiling darling_core v0.23.0
27112026-07-14T00:26:19.512Z Compiling libgit2-sys v0.18.3+1.9.2
27122026-07-14T00:26:19.881Z Compiling parking_lot_core v0.8.6
27132026-07-14T00:26:20.168Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27142026-07-14T00:26:20.220Z Compiling flume v0.11.1
27152026-07-14T00:26:20.615Z Compiling ecdsa v0.16.9
27162026-07-14T00:26:21.260Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27172026-07-14T00:26:21.583Z Compiling darling_macro v0.23.0
27182026-07-14T00:26:21.645Z Compiling slog-stdlog v4.1.1
27192026-07-14T00:26:21.943Z Compiling async-bb8-diesel v0.2.1
27202026-07-14T00:26:22.112Z Compiling diesel-dtrace v0.5.0
27212026-07-14T00:26:22.663Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27222026-07-14T00:26:22.798Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27232026-07-14T00:26:22.798Z Compiling primeorder v0.13.6
27242026-07-14T00:26:22.798Z Compiling git-stub v1.0.0
27252026-07-14T00:26:22.858Z Compiling atty v0.2.14
27262026-07-14T00:26:22.908Z Compiling strsim v0.10.0
27272026-07-14T00:26:22.988Z Compiling oso v0.27.3
27282026-07-14T00:26:23.133Z Compiling http-range v0.1.5
27292026-07-14T00:26:23.469Z Compiling parse-size v1.1.0
27302026-07-14T00:26:23.679Z Compiling instability v0.3.11
27312026-07-14T00:26:23.699Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27322026-07-14T00:26:23.976Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27332026-07-14T00:26:23.998Z Compiling darling_core v0.13.4
27342026-07-14T00:26:25.237Z Compiling p384 v0.13.1
27352026-07-14T00:26:28.821Z Compiling git-stub-vcs v0.1.0
27362026-07-14T00:26:28.855Z Compiling darling v0.23.0
27372026-07-14T00:26:28.855Z Compiling slog-envlogger v2.2.0
27382026-07-14T00:26:28.856Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27392026-07-14T00:26:28.856Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27402026-07-14T00:26:28.856Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27412026-07-14T00:26:29.354Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27422026-07-14T00:26:29.435Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27432026-07-14T00:26:29.843Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27442026-07-14T00:26:30.029Z Compiling ignore v0.4.25
27452026-07-14T00:26:30.067Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27462026-07-14T00:26:31.265Z Compiling vergen-git2 v9.1.0
27472026-07-14T00:26:31.500Z Compiling castaway v0.2.4
27482026-07-14T00:26:31.547Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27492026-07-14T00:26:31.697Z Compiling indoc v2.0.7
27502026-07-14T00:26:31.749Z Compiling compact_str v0.8.1
27512026-07-14T00:26:31.927Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27522026-07-14T00:26:32.564Z Compiling globwalk v0.9.1
27532026-07-14T00:26:32.860Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27542026-07-14T00:26:32.884Z Compiling parking_lot v0.11.2
27552026-07-14T00:26:32.905Z Compiling hyper-staticfile v0.10.1
27562026-07-14T00:26:33.213Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27572026-07-14T00:26:33.492Z Compiling darling_macro v0.13.4
27582026-07-14T00:26:33.814Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27592026-07-14T00:26:33.979Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27602026-07-14T00:26:34.011Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27612026-07-14T00:26:34.060Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27622026-07-14T00:26:34.184Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27632026-07-14T00:26:34.463Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
27642026-07-14T00:26:34.807Z Compiling predicates-tree v1.0.13
27652026-07-14T00:26:34.933Z Compiling unicode-truncate v1.1.0
27662026-07-14T00:26:35.143Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27672026-07-14T00:26:35.209Z Compiling lru v0.12.5
27682026-07-14T00:26:35.264Z Compiling rand_seeder v0.4.0
27692026-07-14T00:26:35.383Z Compiling prefix-trie v0.7.0
27702026-07-14T00:26:35.443Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27712026-07-14T00:26:35.521Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27722026-07-14T00:26:35.572Z Compiling cassowary v0.3.0
27732026-07-14T00:26:35.775Z Compiling corncobs v0.1.4
27742026-07-14T00:26:35.873Z Compiling illumos-nvpair-sys v0.2.0
27752026-07-14T00:26:35.902Z Compiling ratatui v0.29.0
27762026-07-14T00:26:35.975Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27772026-07-14T00:26:36.021Z Compiling hickory-server v0.25.2
27782026-07-14T00:26:36.170Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27792026-07-14T00:26:36.225Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
27802026-07-14T00:26:36.376Z Compiling camino-tempfile-ext v0.3.3
27812026-07-14T00:26:36.481Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27822026-07-14T00:26:36.706Z Compiling darling v0.13.4
27832026-07-14T00:26:36.982Z Compiling sled v0.34.7
27842026-07-14T00:26:37.124Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27852026-07-14T00:26:37.296Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27862026-07-14T00:26:37.450Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27872026-07-14T00:26:38.233Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27882026-07-14T00:26:39.338Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27892026-07-14T00:26:39.984Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27902026-07-14T00:26:40.218Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27912026-07-14T00:26:40.381Z Compiling secrecy v0.8.0
27922026-07-14T00:26:40.458Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27932026-07-14T00:26:40.825Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27942026-07-14T00:26:41.043Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27952026-07-14T00:26:41.590Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27962026-07-14T00:26:41.873Z Compiling serde_with_macros v1.5.2
27972026-07-14T00:26:42.652Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27982026-07-14T00:26:42.855Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27992026-07-14T00:26:43.291Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28002026-07-14T00:26:43.437Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28012026-07-14T00:26:43.676Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28022026-07-14T00:26:43.917Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28032026-07-14T00:26:44.155Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28042026-07-14T00:26:44.179Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28052026-07-14T00:26:44.400Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28062026-07-14T00:26:44.431Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28072026-07-14T00:26:44.644Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28082026-07-14T00:26:44.697Z Compiling void v1.0.2
28092026-07-14T00:26:44.913Z Compiling lzss v0.8.2
28102026-07-14T00:26:45.393Z Compiling illumos-nvpair v0.3.0
28112026-07-14T00:26:45.604Z Compiling git2 v0.20.4
28122026-07-14T00:26:45.844Z Compiling serde_with v1.14.0
28132026-07-14T00:26:45.887Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28142026-07-14T00:26:46.284Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28152026-07-14T00:26:46.833Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28162026-07-14T00:26:47.019Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28172026-07-14T00:26:48.435Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28182026-07-14T00:26:48.561Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28192026-07-14T00:26:48.656Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28202026-07-14T00:26:48.849Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28212026-07-14T00:26:49.267Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28222026-07-14T00:26:49.519Z Compiling tungstenite v0.23.0
28232026-07-14T00:26:50.383Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28242026-07-14T00:26:50.553Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28252026-07-14T00:26:51.857Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28262026-07-14T00:26:51.884Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28272026-07-14T00:26:52.099Z Compiling nix v0.27.1
28282026-07-14T00:26:52.138Z Compiling twox-hash v2.1.2
28292026-07-14T00:26:52.397Z Compiling serde_bytes v0.11.19
28302026-07-14T00:26:52.676Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28312026-07-14T00:26:52.698Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28322026-07-14T00:26:52.702Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28332026-07-14T00:26:53.176Z Compiling tokio-tungstenite v0.23.1
28342026-07-14T00:26:53.248Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28352026-07-14T00:26:53.321Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28362026-07-14T00:26:53.559Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28372026-07-14T00:26:54.941Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28382026-07-14T00:26:55.583Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28392026-07-14T00:26:57.209Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28402026-07-14T00:26:57.364Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28412026-07-14T00:26:57.609Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28422026-07-14T00:26:57.698Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28432026-07-14T00:26:57.873Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28442026-07-14T00:26:58.373Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
28452026-07-14T00:26:58.408Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28462026-07-14T00:26:59.041Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28472026-07-14T00:26:59.155Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28482026-07-14T00:26:59.967Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28492026-07-14T00:27:00.097Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28502026-07-14T00:27:01.517Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28512026-07-14T00:27:03.219Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28522026-07-14T00:27:03.306Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28532026-07-14T00:27:03.408Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28542026-07-14T00:27:04.188Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28552026-07-14T00:27:04.728Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28562026-07-14T00:27:04.950Z Compiling signal-hook-tokio v0.3.1
28572026-07-14T00:27:05.097Z Compiling fatfs v0.3.6
28582026-07-14T00:27:05.148Z Compiling yasna v0.5.2
28592026-07-14T00:27:05.174Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28602026-07-14T00:27:05.393Z Compiling is_ci v1.2.0
28612026-07-14T00:27:05.610Z Compiling seq-macro v0.3.6
28622026-07-14T00:27:06.159Z Compiling assert_matches v1.5.0
28632026-07-14T00:27:06.278Z Compiling rcgen v0.12.1
28642026-07-14T00:27:06.409Z Compiling supports-color v3.0.2
28652026-07-14T00:27:06.687Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28662026-07-14T00:27:06.826Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28672026-07-14T00:27:07.065Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28682026-07-14T00:27:08.925Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28692026-07-14T00:27:09.112Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28702026-07-14T00:27:09.181Z Compiling port-file v0.1.0
28712026-07-14T00:27:09.353Z Compiling rtoolbox v0.0.3
28722026-07-14T00:27:09.513Z Compiling subprocess v0.2.15
28732026-07-14T00:27:09.634Z Compiling rpassword v7.4.0
28742026-07-14T00:27:09.960Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28752026-07-14T00:27:10.870Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28762026-07-14T00:27:11.069Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28772026-07-14T00:27:11.747Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28782026-07-14T00:27:13.900Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28792026-07-14T00:27:14.044Z Compiling tui-tree-widget v0.23.1
28802026-07-14T00:27:14.195Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28812026-07-14T00:27:14.338Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28822026-07-14T00:27:15.187Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28832026-07-14T00:27:15.264Z Compiling uzers v0.12.2
28842026-07-14T00:27:15.418Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28852026-07-14T00:27:16.726Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28862026-07-14T00:27:16.912Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28872026-07-14T00:27:18.602Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28882026-07-14T00:27:19.094Z Compiling support-bundle-viewer v0.1.2
28892026-07-14T00:27:19.798Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28902026-07-14T00:27:20.985Z Compiling multimap v0.10.1
28912026-07-14T00:27:35.583Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28922026-07-14T00:27:40.793Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
28932026-07-14T00:27:43.219Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28942026-07-14T00:27:43.485Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28952026-07-14T00:27:44.905Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28962026-07-14T00:34:09.369Z Finished `release` profile [optimized] target(s) in 8m 34s
28972026-07-14T00:34:55.076Z
28982026-07-14T00:34:55.080Zreal 9:21.098999144
28992026-07-14T00:34:55.080Zuser 1:18:13.683708965
29002026-07-14T00:34:55.080Zsys 3:28.701363519
29012026-07-14T00:34:55.080Ztrap 1.740998510
29022026-07-14T00:34:55.080Ztflt 2.119508989
29032026-07-14T00:34:55.080Zdflt 19.594324853
29042026-07-14T00:34:55.080Zkflt 0.010695717
29052026-07-14T00:34:55.081Zlock 6:38:15.157530258
29062026-07-14T00:34:55.081Zslp 2:10:15.508235889
29072026-07-14T00:34:55.081Zlat 2:17.890345702
29082026-07-14T00:34:55.081Zstop 5:02.910927210
29092026-07-14T00:34:55.081Z+ mapfile -t packages
29102026-07-14T00:34:55.081Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29112026-07-14T00:34:55.956Z Finished `release` profile [optimized] target(s) in 0.86s
29122026-07-14T00:34:56.080Z Running `target/release/omicron-package -t test list-outputs`
29132026-07-14T00:34:56.084ZLogging to: /work/oxidecomputer/omicron/out/LOG
29142026-07-14T00:34:56.087Z+ ptime -m cargo build --locked --release -p xtask
29152026-07-14T00:34:56.553Z Compiling libc v0.2.185
29162026-07-14T00:34:56.553Z Compiling serde_core v1.0.228
29172026-07-14T00:34:56.553Z Compiling serde v1.0.228
29182026-07-14T00:34:56.556Z Compiling rustix v1.1.3
29192026-07-14T00:34:56.556Z Compiling serde_json v1.0.150
29202026-07-14T00:34:56.641Z Compiling bitflags v2.11.0
29212026-07-14T00:34:56.709Z Compiling syn v2.0.117
29222026-07-14T00:34:56.712Z Compiling usdt-impl v0.5.0
29232026-07-14T00:34:56.712Z Compiling syn v1.0.109
29242026-07-14T00:34:56.744Z Compiling log v0.4.29
29252026-07-14T00:34:56.754Z Compiling getrandom v0.4.1
29262026-07-14T00:34:56.757Z Compiling indexmap v2.14.0
29272026-07-14T00:34:56.778Z Compiling fs-err v3.3.0
29282026-07-14T00:34:56.963Z Compiling once_cell v1.21.3
29292026-07-14T00:34:56.995Z Compiling heck v0.4.1
29302026-07-14T00:34:57.119Z Compiling anyhow v1.0.102
29312026-07-14T00:34:57.412Z Compiling thread-id v4.2.2
29322026-07-14T00:34:57.454Z Compiling errno v0.3.14
29332026-07-14T00:34:57.458Z Compiling memmap v0.7.0
29342026-07-14T00:34:58.199Z Compiling proc-macro-error v1.0.4
29352026-07-14T00:34:58.417Z Compiling terminal_size v0.4.3
29362026-07-14T00:34:58.421Z Compiling tempfile v3.25.0
29372026-07-14T00:34:58.439Z Compiling tabled_derive v0.7.0
29382026-07-14T00:34:58.515Z Compiling clap_builder v4.6.0
29392026-07-14T00:34:58.515Z Compiling textwrap v0.16.2
29402026-07-14T00:34:58.758Z Compiling camino v1.2.2
29412026-07-14T00:34:58.758Z Compiling cargo-platform v0.3.2
29422026-07-14T00:34:58.802Z Compiling semver v1.0.28
29432026-07-14T00:34:58.876Z Compiling pest_generator v2.8.6
29442026-07-14T00:34:59.210Z Compiling camino-tempfile v1.4.1
29452026-07-14T00:34:59.232Z Compiling tabled v0.15.0
29462026-07-14T00:34:59.390Z Compiling serde_derive v1.0.228
29472026-07-14T00:34:59.390Z Compiling thiserror-impl v1.0.69
29482026-07-14T00:34:59.395Z Compiling zerocopy-derive v0.7.35
29492026-07-14T00:34:59.395Z Compiling scroll_derive v0.12.1
29502026-07-14T00:34:59.395Z Compiling thiserror-impl v2.0.18
29512026-07-14T00:34:59.395Z Compiling clap_derive v4.6.1
29522026-07-14T00:34:59.458Z Compiling pest_derive v2.8.6
29532026-07-14T00:35:00.102Z Compiling scroll v0.12.0
29542026-07-14T00:35:00.238Z Compiling zerocopy v0.7.35
29552026-07-14T00:35:00.378Z Compiling goblin v0.8.2
29562026-07-14T00:35:00.518Z Compiling thiserror v1.0.69
29572026-07-14T00:35:00.634Z Compiling dtrace-parser v0.2.0
29582026-07-14T00:35:00.829Z Compiling thiserror v2.0.18
29592026-07-14T00:35:00.956Z Compiling clap v4.6.1
29602026-07-14T00:35:02.528Z Compiling dof v0.3.0
29612026-07-14T00:35:02.599Z Compiling serde_spanned v0.6.9
29622026-07-14T00:35:02.717Z Compiling toml_datetime v0.6.11
29632026-07-14T00:35:02.726Z Compiling serde_tokenstream v0.2.3
29642026-07-14T00:35:02.774Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29652026-07-14T00:35:02.904Z Compiling toml_edit v0.22.27
29662026-07-14T00:35:02.927Z Compiling cargo_metadata v0.23.1
29672026-07-14T00:35:02.930Z Compiling macaddr v1.0.1
29682026-07-14T00:35:03.326Z Compiling usdt-attr-macro v0.5.0
29692026-07-14T00:35:03.329Z Compiling usdt-macro v0.5.0
29702026-07-14T00:35:03.993Z Compiling usdt v0.5.0
29712026-07-14T00:35:04.422Z Compiling toml v0.8.23
29722026-07-14T00:35:04.856Z Compiling cargo_toml v0.21.0
29732026-07-14T00:35:09.284Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29742026-07-14T00:35:12.490Z Finished `release` profile [optimized] target(s) in 16.39s
29752026-07-14T00:35:12.627Z
29762026-07-14T00:35:12.630Zreal 16.507521005
29772026-07-14T00:35:12.630Zuser 2:05.276401600
29782026-07-14T00:35:12.630Zsys 14.189205425
29792026-07-14T00:35:12.630Ztrap 0.083197169
29802026-07-14T00:35:12.630Ztflt 0.459001926
29812026-07-14T00:35:12.630Zdflt 1.591886980
29822026-07-14T00:35:12.630Zkflt 0.006470117
29832026-07-14T00:35:12.630Zlock 4:29.776546323
29842026-07-14T00:35:12.631Zslp 2:46.862737130
29852026-07-14T00:35:12.631Zlat 4.601605341
29862026-07-14T00:35:12.631Zstop 14.394899026
29872026-07-14T00:35:12.631Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
29882026-07-14T00:35:12.631Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
29892026-07-14T00:35:12.631Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
29902026-07-14T00:35:12.631Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
29912026-07-14T00:35:12.631Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
29922026-07-14T00:35:13.530Z Compiling progenitor-client v0.14.0
29932026-07-14T00:35:13.530Z Compiling newtype-uuid-macros v0.1.0
29942026-07-14T00:35:13.530Z Compiling match_cfg v0.1.0
29952026-07-14T00:35:13.530Z Compiling slog-json v2.6.1
29962026-07-14T00:35:13.530Z Compiling structmeta-derive v0.3.0
29972026-07-14T00:35:13.530Z Compiling sha1 v0.11.0
29982026-07-14T00:35:13.533Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
29992026-07-14T00:35:13.533Z Compiling multer v3.1.0
30002026-07-14T00:35:13.534Z Compiling debug-ignore v1.0.5
30012026-07-14T00:35:13.678Z Compiling compression-core v0.4.31
30022026-07-14T00:35:13.681Z Compiling itertools v0.14.0
30032026-07-14T00:35:13.681Z Compiling async-stream-impl v0.3.6
30042026-07-14T00:35:13.681Z Compiling toml_datetime v1.1.1+spec-1.1.0
30052026-07-14T00:35:13.692Z Compiling serde_spanned v1.1.1
30062026-07-14T00:35:13.716Z Compiling dropshot v0.17.1
30072026-07-14T00:35:13.729Z Compiling toml_writer v1.1.1+spec-1.1.0
30082026-07-14T00:35:13.894Z Compiling compression-codecs v0.4.37
30092026-07-14T00:35:13.926Z Compiling waitgroup v0.1.2
30102026-07-14T00:35:13.943Z Compiling hostname v0.3.1
30112026-07-14T00:35:13.949Z Compiling toml v1.1.2+spec-1.1.0
30122026-07-14T00:35:13.954Z Compiling rustls-pemfile v2.2.0
30132026-07-14T00:35:14.033Z Compiling dropshot_endpoint v0.17.1
30142026-07-14T00:35:14.037Z Compiling hostname v0.4.2
30152026-07-14T00:35:14.088Z Compiling async-compression v0.4.41
30162026-07-14T00:35:14.126Z Compiling slog-bunyan v2.5.0
30172026-07-14T00:35:14.131Z Compiling serde_path_to_error v0.1.20
30182026-07-14T00:35:14.177Z Compiling atomicwrites v0.4.4
30192026-07-14T00:35:14.199Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30202026-07-14T00:35:14.206Z Compiling macaddr v1.0.1
30212026-07-14T00:35:14.252Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30222026-07-14T00:35:14.255Z Compiling instant v0.1.13
30232026-07-14T00:35:14.287Z Compiling regress v0.10.5
30242026-07-14T00:35:14.371Z Compiling async-stream v0.3.6
30252026-07-14T00:35:14.393Z Compiling backon v1.6.0
30262026-07-14T00:35:14.413Z Compiling backoff v0.4.0
30272026-07-14T00:35:14.432Z Compiling humantime v2.3.0
30282026-07-14T00:35:14.453Z Compiling half v2.7.1
30292026-07-14T00:35:14.472Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30302026-07-14T00:35:14.475Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30312026-07-14T00:35:14.476Z Compiling crucible-workspace-hack v0.1.0
30322026-07-14T00:35:14.526Z Compiling ciborium-io v0.2.2
30332026-07-14T00:35:14.566Z Compiling progenitor-extras v0.2.0
30342026-07-14T00:35:14.615Z Compiling regress v0.11.1
30352026-07-14T00:35:14.635Z Compiling convert_case v0.4.0
30362026-07-14T00:35:14.638Z Compiling secrecy v0.10.3
30372026-07-14T00:35:14.679Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30382026-07-14T00:35:14.705Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30392026-07-14T00:35:14.723Z Compiling ciborium-ll v0.2.2
30402026-07-14T00:35:14.786Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30412026-07-14T00:35:14.821Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30422026-07-14T00:35:14.847Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30432026-07-14T00:35:14.864Z Compiling inout v0.1.4
30442026-07-14T00:35:14.867Z Compiling unsafe-libyaml v0.2.11
30452026-07-14T00:35:14.969Z Compiling ciborium v0.2.2
30462026-07-14T00:35:14.987Z Compiling structmeta v0.3.0
30472026-07-14T00:35:14.987Z Compiling thiserror-impl-no-std v2.0.2
30482026-07-14T00:35:15.022Z Compiling cipher v0.4.4
30492026-07-14T00:35:15.040Z Compiling derive_more v0.99.20
30502026-07-14T00:35:15.055Z Compiling universal-hash v0.5.1
30512026-07-14T00:35:15.077Z Compiling opaque-debug v0.3.1
30522026-07-14T00:35:15.104Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30532026-07-14T00:35:15.133Z Compiling byte-wrapper v0.1.0
30542026-07-14T00:35:15.151Z Compiling blake2 v0.10.6
30552026-07-14T00:35:15.169Z Compiling aead v0.5.2
30562026-07-14T00:35:15.218Z Compiling poly1305 v0.8.0
30572026-07-14T00:35:15.242Z Compiling derive-ex v0.1.8
30582026-07-14T00:35:15.306Z Compiling parse-display-derive v0.10.0
30592026-07-14T00:35:15.309Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30602026-07-14T00:35:15.397Z Compiling chacha20 v0.9.1
30612026-07-14T00:35:15.496Z Compiling serde_yaml v0.9.34+deprecated
30622026-07-14T00:35:15.549Z Compiling password-hash v0.5.0
30632026-07-14T00:35:15.575Z Compiling toml_datetime v0.7.5+spec-1.1.0
30642026-07-14T00:35:15.655Z Compiling chacha20poly1305 v0.10.1
30652026-07-14T00:35:15.687Z Compiling indent_write v2.2.0
30662026-07-14T00:35:15.728Z Compiling heapless v0.8.0
30672026-07-14T00:35:15.833Z Compiling argon2 v0.5.3
30682026-07-14T00:35:15.857Z Compiling toml_edit v0.23.10+spec-1.0.0
30692026-07-14T00:35:15.884Z Compiling ingot-macros v0.1.1
30702026-07-14T00:35:15.992Z Compiling tabwriter v1.4.1
30712026-07-14T00:35:16.009Z Compiling hash32 v0.3.1
30722026-07-14T00:35:16.202Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30732026-07-14T00:35:16.254Z Compiling typify-impl v0.6.2
30742026-07-14T00:35:16.271Z Compiling smoltcp v0.11.0
30752026-07-14T00:35:16.353Z Compiling thiserror-no-std v2.0.2
30762026-07-14T00:35:16.404Z Compiling vsss-rs v3.3.4
30772026-07-14T00:35:16.491Z Compiling proc-macro-crate v3.4.0
30782026-07-14T00:35:16.671Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30792026-07-14T00:35:17.011Z Compiling cobs v0.3.0
30802026-07-14T00:35:17.066Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30812026-07-14T00:35:17.069Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30822026-07-14T00:35:17.100Z Compiling test-strategy v0.4.5
30832026-07-14T00:35:17.103Z Compiling num_enum_derive v0.7.6
30842026-07-14T00:35:17.136Z Compiling parse-display v0.10.0
30852026-07-14T00:35:17.208Z Compiling colored v3.1.1
30862026-07-14T00:35:17.235Z Compiling postcard v1.1.3
30872026-07-14T00:35:17.325Z Compiling proc-macro-error v1.0.4
30882026-07-14T00:35:17.490Z Compiling proc-macro-crate v1.3.1
30892026-07-14T00:35:17.554Z Compiling rand v0.10.1
30902026-07-14T00:35:17.602Z Compiling foreign-types-macros v0.2.3
30912026-07-14T00:35:17.605Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30922026-07-14T00:35:17.636Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
30932026-07-14T00:35:17.667Z Compiling rayon-core v1.13.0
30942026-07-14T00:35:17.733Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
30952026-07-14T00:35:17.886Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
30962026-07-14T00:35:17.905Z Compiling foreign-types-shared v0.3.1
30972026-07-14T00:35:17.943Z Compiling num_enum_derive v0.5.11
30982026-07-14T00:35:18.015Z Compiling crossbeam-deque v0.8.6
30992026-07-14T00:35:18.032Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31002026-07-14T00:35:18.035Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31012026-07-14T00:35:18.119Z Compiling cstr-argument v0.1.2
31022026-07-14T00:35:18.136Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31032026-07-14T00:35:18.263Z Compiling num_enum v0.7.6
31042026-07-14T00:35:18.281Z Compiling foreign-types v0.5.0
31052026-07-14T00:35:18.300Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31062026-07-14T00:35:18.387Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31072026-07-14T00:35:18.409Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31082026-07-14T00:35:18.425Z Compiling zone_cfg_derive v0.3.1
31092026-07-14T00:35:18.517Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31102026-07-14T00:35:18.548Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31112026-07-14T00:35:18.568Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31122026-07-14T00:35:18.644Z Compiling rayon v1.11.0
31132026-07-14T00:35:18.688Z Compiling itertools v0.12.1
31142026-07-14T00:35:18.705Z Compiling num-derive v0.4.2
31152026-07-14T00:35:18.709Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31162026-07-14T00:35:18.709Z Compiling sigpipe v0.1.3
31172026-07-14T00:35:18.792Z Compiling cpubits v0.1.1
31182026-07-14T00:35:18.831Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31192026-07-14T00:35:18.881Z Compiling glob v0.3.3
31202026-07-14T00:35:18.898Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31212026-07-14T00:35:18.901Z Compiling ingot-types v0.1.2
31222026-07-14T00:35:18.945Z Compiling smf v0.2.3
31232026-07-14T00:35:19.089Z Compiling num_enum v0.5.11
31242026-07-14T00:35:19.114Z Compiling whoami v1.6.1
31252026-07-14T00:35:19.152Z Compiling usdt-attr-macro v0.5.0
31262026-07-14T00:35:19.169Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31272026-07-14T00:35:19.238Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31282026-07-14T00:35:19.255Z Compiling usdt-macro v0.5.0
31292026-07-14T00:35:19.303Z Compiling ingot v0.1.1
31302026-07-14T00:35:19.329Z Compiling gethostname v0.5.0
31312026-07-14T00:35:19.361Z Compiling num-rational v0.4.2
31322026-07-14T00:35:19.428Z Compiling pem-rfc7468 v1.0.0
31332026-07-14T00:35:19.502Z Compiling num-complex v0.4.6
31342026-07-14T00:35:19.582Z Compiling memmap v0.7.0
31352026-07-14T00:35:19.707Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31362026-07-14T00:35:19.756Z Compiling derive-where v1.6.0
31372026-07-14T00:35:19.772Z Compiling float-ord v0.3.2
31382026-07-14T00:35:19.799Z Compiling toml v0.8.23
31392026-07-14T00:35:19.921Z Compiling zone v0.3.1
31402026-07-14T00:35:19.944Z Compiling num v0.4.3
31412026-07-14T00:35:19.947Z Compiling hmac v0.13.0
31422026-07-14T00:35:19.976Z Compiling universal-hash v0.6.1
31432026-07-14T00:35:20.021Z Compiling resolv-conf v0.7.6
31442026-07-14T00:35:20.038Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31452026-07-14T00:35:20.078Z Compiling usdt v0.5.0
31462026-07-14T00:35:20.115Z Compiling cancel-safe-futures v0.1.5
31472026-07-14T00:35:20.133Z Compiling owo-colors v4.3.0
31482026-07-14T00:35:20.168Z Compiling polyval v0.7.1
31492026-07-14T00:35:20.198Z Compiling der v0.8.0
31502026-07-14T00:35:20.235Z Compiling libsw-core v0.3.2
31512026-07-14T00:35:20.376Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31522026-07-14T00:35:20.412Z Compiling prettyplease v0.2.37
31532026-07-14T00:35:20.434Z Compiling libsw v3.5.0
31542026-07-14T00:35:20.470Z Compiling ghash v0.6.0
31552026-07-14T00:35:20.470Z Compiling pbkdf2 v0.13.0
31562026-07-14T00:35:20.475Z Compiling aes v0.9.1
31572026-07-14T00:35:20.632Z Compiling console v0.15.11
31582026-07-14T00:35:20.649Z Compiling hickory-proto v0.24.4
31592026-07-14T00:35:20.652Z Compiling newline-converter v0.3.0
31602026-07-14T00:35:20.686Z Compiling ctr v0.10.1
31612026-07-14T00:35:20.723Z Compiling aead v0.6.1
31622026-07-14T00:35:20.790Z Compiling typify-macro v0.6.2
31632026-07-14T00:35:20.801Z Compiling sha2 v0.11.0
31642026-07-14T00:35:20.804Z Compiling linked-hash-map v0.5.6
31652026-07-14T00:35:20.975Z Compiling linear-map v1.2.0
31662026-07-14T00:35:20.992Z Compiling libefi-sys v0.1.0
31672026-07-14T00:35:21.052Z Compiling lru-cache v0.1.2
31682026-07-14T00:35:21.070Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31692026-07-14T00:35:21.186Z Compiling spki v0.8.0
31702026-07-14T00:35:21.205Z Compiling expectorate v1.2.0
31712026-07-14T00:35:21.221Z Compiling aes-gcm v0.11.0
31722026-07-14T00:35:21.265Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31732026-07-14T00:35:21.283Z Compiling crypto-bigint v0.7.5
31742026-07-14T00:35:21.394Z Compiling salsa20 v0.11.0
31752026-07-14T00:35:21.411Z Compiling cbc v0.2.1
31762026-07-14T00:35:21.441Z Compiling bitfield-struct v0.6.2
31772026-07-14T00:35:21.459Z Compiling nom v8.0.0
31782026-07-14T00:35:21.483Z Compiling semver v0.1.20
31792026-07-14T00:35:21.601Z Compiling tokio-dtrace v0.1.1
31802026-07-14T00:35:21.622Z Compiling dropshot-api-manager-types v0.7.2
31812026-07-14T00:35:21.651Z Compiling scrypt v0.12.0
31822026-07-14T00:35:21.803Z Compiling rustc_version v0.1.7
31832026-07-14T00:35:21.821Z Compiling slog-dtrace v0.3.0
31842026-07-14T00:35:21.906Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31852026-07-14T00:35:21.966Z Compiling minimal-lexical v0.2.1
31862026-07-14T00:35:21.969Z Compiling pkcs5 v0.8.1
31872026-07-14T00:35:22.061Z Compiling newtype_derive v0.1.6
31882026-07-14T00:35:22.128Z Compiling oxide-tokio-rt v0.1.4
31892026-07-14T00:35:22.160Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31902026-07-14T00:35:22.256Z Compiling nom v7.1.3
31912026-07-14T00:35:22.274Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31922026-07-14T00:35:22.316Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
31932026-07-14T00:35:22.445Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31942026-07-14T00:35:22.492Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31952026-07-14T00:35:22.509Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
31962026-07-14T00:35:22.529Z Compiling phf_shared v0.12.1
31972026-07-14T00:35:22.534Z Compiling csv-core v0.1.13
31982026-07-14T00:35:22.563Z Compiling unicode-xid v0.2.6
31992026-07-14T00:35:22.682Z Compiling typify v0.6.2
32002026-07-14T00:35:22.722Z Compiling chrono-tz v0.10.4
32012026-07-14T00:35:22.752Z Compiling highway v1.3.0
32022026-07-14T00:35:22.788Z Compiling progenitor-impl v0.14.0
32032026-07-14T00:35:22.820Z Compiling xshell-macros v0.2.7
32042026-07-14T00:35:22.823Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32052026-07-14T00:35:22.919Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32062026-07-14T00:35:22.937Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32072026-07-14T00:35:22.965Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32082026-07-14T00:35:22.983Z Compiling hickory-resolver v0.24.4
32092026-07-14T00:35:23.130Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32102026-07-14T00:35:23.165Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32112026-07-14T00:35:23.264Z Compiling xshell v0.2.7
32122026-07-14T00:35:23.654Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32132026-07-14T00:35:23.707Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32142026-07-14T00:35:23.847Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32152026-07-14T00:35:23.865Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32162026-07-14T00:35:23.922Z Compiling const_format_proc_macros v0.2.34
32172026-07-14T00:35:23.948Z Compiling phf v0.12.1
32182026-07-14T00:35:23.978Z Compiling csv v1.4.0
32192026-07-14T00:35:24.132Z Compiling qorb v0.4.1
32202026-07-14T00:35:24.414Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32212026-07-14T00:35:24.582Z Compiling pkcs8 v0.11.0
32222026-07-14T00:35:24.640Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32232026-07-14T00:35:24.709Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32242026-07-14T00:35:24.759Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32252026-07-14T00:35:24.820Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32262026-07-14T00:35:24.965Z Compiling const_format v0.2.35
32272026-07-14T00:35:24.988Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32282026-07-14T00:35:25.123Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32292026-07-14T00:35:25.227Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32302026-07-14T00:35:25.246Z Compiling tabled_derive v0.7.0
32312026-07-14T00:35:25.264Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
32322026-07-14T00:35:25.299Z Compiling bcs v0.1.6
32332026-07-14T00:35:25.521Z Compiling progenitor-macro v0.14.0
32342026-07-14T00:35:25.590Z Compiling ff v0.14.0
32352026-07-14T00:35:25.652Z Compiling salty v0.3.0
32362026-07-14T00:35:25.767Z Compiling tagptr v0.2.0
32372026-07-14T00:35:25.835Z Compiling termtree v0.5.1
32382026-07-14T00:35:25.874Z Compiling textwrap v0.16.2
32392026-07-14T00:35:26.004Z Compiling moka v0.12.13
32402026-07-14T00:35:26.021Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32412026-07-14T00:35:26.038Z Compiling steno v0.4.1
32422026-07-14T00:35:26.056Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32432026-07-14T00:35:26.224Z Compiling sha1 v0.10.6
32442026-07-14T00:35:26.243Z Compiling signature v3.0.0
32452026-07-14T00:35:26.263Z Compiling base64 v0.21.7
32462026-07-14T00:35:26.280Z Compiling base16ct v1.0.0
32472026-07-14T00:35:26.325Z Compiling tabled v0.15.0
32482026-07-14T00:35:26.412Z Compiling radium v0.7.0
32492026-07-14T00:35:26.464Z Compiling sec1 v0.8.1
32502026-07-14T00:35:26.505Z Compiling group v0.14.0
32512026-07-14T00:35:26.629Z Compiling hkdf v0.13.0
32522026-07-14T00:35:26.647Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32532026-07-14T00:35:26.733Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32542026-07-14T00:35:26.790Z Compiling hickory-resolver v0.25.2
32552026-07-14T00:35:26.811Z Compiling rfc6979 v0.4.0
32562026-07-14T00:35:26.827Z Compiling maybe-uninit v2.0.0
32572026-07-14T00:35:26.856Z Compiling tap v1.0.1
32582026-07-14T00:35:26.968Z Compiling wyz v0.5.1
32592026-07-14T00:35:26.986Z Compiling ecdsa v0.16.9
32602026-07-14T00:35:27.004Z Compiling elliptic-curve v0.14.0-rc.33
32612026-07-14T00:35:27.158Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32622026-07-14T00:35:27.202Z Compiling primeorder v0.13.6
32632026-07-14T00:35:27.237Z Compiling proc-macro-error-attr2 v2.0.0
32642026-07-14T00:35:27.422Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32652026-07-14T00:35:27.493Z Compiling parking_lot_core v0.8.6
32662026-07-14T00:35:27.510Z Compiling utf-8 v0.7.6
32672026-07-14T00:35:27.684Z Compiling funty v2.0.0
32682026-07-14T00:35:27.712Z Compiling packed_struct v0.10.1
32692026-07-14T00:35:27.730Z Compiling proc-macro-error2 v2.0.1
32702026-07-14T00:35:27.777Z Compiling tungstenite v0.21.0
32712026-07-14T00:35:27.838Z Compiling p384 v0.13.1
32722026-07-14T00:35:28.047Z Compiling bitvec v1.0.1
32732026-07-14T00:35:28.172Z Compiling rfc6979 v0.5.0
32742026-07-14T00:35:28.304Z Compiling git-stub v1.0.0
32752026-07-14T00:35:28.351Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32762026-07-14T00:35:28.426Z Compiling num-derive v0.3.3
32772026-07-14T00:35:28.572Z Compiling packed_struct_codegen v0.10.1
32782026-07-14T00:35:28.599Z Compiling zerocopy-derive v0.6.6
32792026-07-14T00:35:28.641Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32802026-07-14T00:35:28.662Z Compiling bitfield-macros v0.19.4
32812026-07-14T00:35:28.684Z Compiling indexmap v1.9.3
32822026-07-14T00:35:28.730Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32832026-07-14T00:35:28.768Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32842026-07-14T00:35:28.925Z Compiling nodrop v0.1.14
32852026-07-14T00:35:28.959Z Compiling crc-catalog v2.4.0
32862026-07-14T00:35:29.052Z Compiling crc v3.4.0
32872026-07-14T00:35:29.067Z Compiling array-init v0.0.4
32882026-07-14T00:35:29.134Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32892026-07-14T00:35:29.154Z Compiling git-stub-vcs v0.1.0
32902026-07-14T00:35:29.320Z Compiling ecdsa v0.17.0-rc.18
32912026-07-14T00:35:29.431Z Compiling libscf-sys v1.1.0
32922026-07-14T00:35:29.485Z Compiling tokio-tungstenite v0.21.0
32932026-07-14T00:35:29.501Z Compiling bitfield v0.19.4
32942026-07-14T00:35:29.565Z Compiling smallvec v0.6.14
32952026-07-14T00:35:29.595Z Compiling tabled_derive v0.11.0
32962026-07-14T00:35:29.651Z Compiling primeorder v0.14.0-rc.10
32972026-07-14T00:35:29.666Z Compiling zerocopy v0.6.6
32982026-07-14T00:35:29.709Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32992026-07-14T00:35:29.796Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33002026-07-14T00:35:29.816Z Compiling primefield v0.14.0
33012026-07-14T00:35:29.848Z Compiling progenitor-impl v0.13.0
33022026-07-14T00:35:29.866Z Compiling papergrid v0.17.0
33032026-07-14T00:35:29.870Z Compiling testing_table v0.3.0
33042026-07-14T00:35:29.987Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33052026-07-14T00:35:30.009Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33062026-07-14T00:35:30.024Z Compiling curve25519-dalek v5.0.0-rc.0
33072026-07-14T00:35:30.047Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33082026-07-14T00:35:30.070Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33092026-07-14T00:35:30.187Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33102026-07-14T00:35:30.312Z Compiling unicase v2.9.0
33112026-07-14T00:35:30.366Z Compiling hashbrown v0.12.3
33122026-07-14T00:35:30.423Z Compiling corncobs v0.1.4
33132026-07-14T00:35:30.440Z Compiling illumos-nvpair-sys v0.2.0
33142026-07-14T00:35:30.554Z Compiling mime_guess v2.0.5
33152026-07-14T00:35:30.572Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33162026-07-14T00:35:30.646Z Compiling progenitor v0.14.0
33172026-07-14T00:35:30.703Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33182026-07-14T00:35:30.722Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33192026-07-14T00:35:30.741Z Compiling parking_lot v0.11.2
33202026-07-14T00:35:30.821Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33212026-07-14T00:35:30.864Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33222026-07-14T00:35:30.935Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33232026-07-14T00:35:30.953Z Compiling tabled v0.20.0
33242026-07-14T00:35:31.051Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33252026-07-14T00:35:31.090Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33262026-07-14T00:35:31.175Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33272026-07-14T00:35:31.229Z Compiling serde-hex v0.1.0
33282026-07-14T00:35:31.249Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33292026-07-14T00:35:31.335Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33302026-07-14T00:35:31.532Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33312026-07-14T00:35:31.603Z Compiling ron v0.8.1
33322026-07-14T00:35:31.697Z Compiling ssh-encoding v0.3.0-rc.9
33332026-07-14T00:35:31.733Z Compiling hashbrown v0.13.2
33342026-07-14T00:35:31.750Z Compiling progenitor-client v0.13.0
33352026-07-14T00:35:31.829Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33362026-07-14T00:35:31.920Z Compiling prefix-trie v0.7.0
33372026-07-14T00:35:32.074Z Compiling fxhash v0.2.1
33382026-07-14T00:35:32.101Z Compiling secrecy v0.8.0
33392026-07-14T00:35:32.243Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33402026-07-14T00:35:32.269Z Compiling crc-any v2.5.0
33412026-07-14T00:35:32.286Z Compiling hickory-server v0.25.2
33422026-07-14T00:35:32.339Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33432026-07-14T00:35:32.574Z Compiling progenitor-macro v0.13.0
33442026-07-14T00:35:32.605Z Compiling object v0.30.4
33452026-07-14T00:35:32.666Z Compiling sled v0.34.7
33462026-07-14T00:35:32.683Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33472026-07-14T00:35:33.224Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33482026-07-14T00:35:33.268Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33492026-07-14T00:35:33.426Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33502026-07-14T00:35:33.680Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33512026-07-14T00:35:33.699Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33522026-07-14T00:35:34.118Z Compiling ed25519 v3.0.0
33532026-07-14T00:35:34.236Z Compiling crypto-primes v0.7.2
33542026-07-14T00:35:34.286Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33552026-07-14T00:35:34.327Z Compiling pkcs1 v0.8.0-rc.4
33562026-07-14T00:35:34.731Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33572026-07-14T00:35:35.049Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33582026-07-14T00:35:35.249Z Compiling poly1305 v0.9.0
33592026-07-14T00:35:35.286Z Compiling blowfish v0.10.0
33602026-07-14T00:35:35.290Z Compiling blake2 v0.11.0-rc.6
33612026-07-14T00:35:35.323Z Compiling keccak v0.2.0
33622026-07-14T00:35:35.477Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33632026-07-14T00:35:35.529Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33642026-07-14T00:35:35.593Z Compiling half v1.8.3
33652026-07-14T00:35:35.601Z Compiling crc8 v0.1.1
33662026-07-14T00:35:35.620Z Compiling path-slash v0.1.5
33672026-07-14T00:35:35.750Z Compiling fiat-crypto v0.3.0
33682026-07-14T00:35:35.773Z Compiling http-range v0.1.5
33692026-07-14T00:35:35.790Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33702026-07-14T00:35:35.917Z Compiling serde_cbor v0.11.2
33712026-07-14T00:35:35.935Z Compiling argon2 v0.6.0-rc.8
33722026-07-14T00:35:35.951Z Compiling ssh-cipher v0.3.0-rc.9
33732026-07-14T00:35:35.991Z Compiling sha3 v0.11.0
33742026-07-14T00:35:36.036Z Compiling bcrypt-pbkdf v0.11.0
33752026-07-14T00:35:36.178Z Compiling rsa v0.10.0-rc.18
33762026-07-14T00:35:36.375Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33772026-07-14T00:35:36.458Z Compiling ed25519-dalek v3.0.0-rc.0
33782026-07-14T00:35:36.542Z Compiling illumos-nvpair v0.3.0
33792026-07-14T00:35:36.825Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33802026-07-14T00:35:36.880Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33812026-07-14T00:35:37.072Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33822026-07-14T00:35:37.072Z Compiling p256 v0.14.0-rc.10
33832026-07-14T00:35:37.160Z Compiling p521 v0.14.0-rc.10
33842026-07-14T00:35:37.264Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33852026-07-14T00:35:37.334Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33862026-07-14T00:35:37.352Z Compiling yasna v0.5.2
33872026-07-14T00:35:37.422Z Compiling kstat-rs v0.2.4
33882026-07-14T00:35:37.600Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33892026-07-14T00:35:37.741Z Compiling progenitor v0.13.0
33902026-07-14T00:35:37.792Z Compiling headers-core v0.3.0
33912026-07-14T00:35:37.818Z Compiling kem v0.3.0
33922026-07-14T00:35:37.838Z Compiling module-lattice v0.2.3
33932026-07-14T00:35:37.875Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33942026-07-14T00:35:37.911Z Compiling nanorand v0.7.0
33952026-07-14T00:35:37.939Z Compiling atty v0.2.14
33962026-07-14T00:35:37.969Z Compiling headers v0.4.1
33972026-07-14T00:35:38.074Z Compiling ml-kem v0.3.2
33982026-07-14T00:35:38.074Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33992026-07-14T00:35:38.109Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34002026-07-14T00:35:38.128Z Compiling flume v0.11.1
34012026-07-14T00:35:38.224Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34022026-07-14T00:35:38.320Z Compiling rcgen v0.12.1
34032026-07-14T00:35:38.477Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34042026-07-14T00:35:38.522Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34052026-07-14T00:35:38.622Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34062026-07-14T00:35:38.745Z Compiling hyper-staticfile v0.10.1
34072026-07-14T00:35:38.956Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34082026-07-14T00:35:39.035Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34092026-07-14T00:35:39.232Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34102026-07-14T00:35:39.285Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34112026-07-14T00:35:39.356Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34122026-07-14T00:35:39.509Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34132026-07-14T00:35:39.658Z Compiling russh-cryptovec v0.61.0
34142026-07-14T00:35:39.815Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34152026-07-14T00:35:39.838Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34162026-07-14T00:35:39.922Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34172026-07-14T00:35:40.016Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34182026-07-14T00:35:40.095Z Compiling internal-russh-num-bigint v0.5.0
34192026-07-14T00:35:40.162Z Compiling port-file v0.1.0
34202026-07-14T00:35:40.295Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34212026-07-14T00:35:40.434Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34222026-07-14T00:35:40.463Z Compiling num-bigint v0.4.6
34232026-07-14T00:35:40.629Z Compiling generic-array v1.4.3
34242026-07-14T00:35:40.711Z Compiling russh-util v0.52.0
34252026-07-14T00:35:40.755Z Compiling enum_dispatch v0.3.13
34262026-07-14T00:35:40.923Z Compiling delegate v0.13.5
34272026-07-14T00:35:40.940Z Compiling p384 v0.14.0-rc.10
34282026-07-14T00:35:41.175Z Compiling subprocess v0.2.15
34292026-07-14T00:35:41.194Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34302026-07-14T00:35:41.391Z Compiling md5 v0.8.0
34312026-07-14T00:35:41.447Z Compiling hex-literal v1.1.0
34322026-07-14T00:35:41.465Z Compiling display-error-chain v0.2.2
34332026-07-14T00:35:41.601Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34342026-07-14T00:35:41.625Z Compiling colored v2.2.0
34352026-07-14T00:35:41.643Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34362026-07-14T00:35:41.683Z Compiling socket2 v0.5.10
34372026-07-14T00:35:41.686Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34382026-07-14T00:35:41.819Z Compiling internet-checksum v0.2.1
34392026-07-14T00:35:43.048Z Compiling ssh-key v0.7.0-rc.10
34402026-07-14T00:35:43.141Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34412026-07-14T00:35:43.825Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34422026-07-14T00:35:44.285Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34432026-07-14T00:35:44.304Z Compiling russh v0.61.2
34442026-07-14T00:35:44.809Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34452026-07-14T00:35:45.778Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34462026-07-14T00:35:54.107Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34472026-07-14T00:35:54.107Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34482026-07-14T00:35:54.110Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34492026-07-14T00:35:54.111Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34502026-07-14T00:35:55.825Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34512026-07-14T00:35:55.965Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34522026-07-14T00:35:59.979Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34532026-07-14T00:36:39.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34542026-07-14T00:36:39.485Z
34552026-07-14T00:36:39.485Zreal 1:26.791121088
34562026-07-14T00:36:39.485Zuser 8:40.890061832
34572026-07-14T00:36:39.485Zsys 1:45.027972787
34582026-07-14T00:36:39.485Ztrap 0.274154140
34592026-07-14T00:36:39.485Ztflt 0.334922797
34602026-07-14T00:36:39.485Zdflt 1.384995899
34612026-07-14T00:36:39.489Zkflt 0.000462280
34622026-07-14T00:36:39.489Zlock 30:48.894381625
34632026-07-14T00:36:39.489Zslp 19:54.525888818
34642026-07-14T00:36:39.489Zlat 41.462225067
34652026-07-14T00:36:39.489Zstop 3:03.128097470
34662026-07-14T00:36:39.489Z+ mkdir tests
34672026-07-14T00:36:39.492Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34682026-07-14T00:36:39.492Z+ xargs -I '{}' -t cp '{}' tests/
34692026-07-14T00:36:39.517Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-a5e41a8bb35dd220 tests/
34702026-07-14T00:36:39.547Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-85e9f69d5c6b606c tests/
34712026-07-14T00:36:39.575Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-8716ca3985bbde44 tests/
34722026-07-14T00:36:39.604Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-100b0946bc11abae tests/
34732026-07-14T00:36:39.892Z+ 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)
34742026-07-14T00:36:39.895Z+ 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-85e9f69d5c6b606c tests/commtest-8716ca3985bbde44 tests/dhcp_server-a5e41a8bb35dd220 tests/end_to_end_tests-100b0946bc11abae 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
34752026-07-14T00:37:59.578ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34762026-07-14T00:37:59.578Za .github/buildomat/ci-env.sh 1K
34772026-07-14T00:37:59.578Za out/target/test 1K
34782026-07-14T00:37:59.578Za out/npuzone/npuzone 27402K
34792026-07-14T00:37:59.578Za package-manifest.toml 35K
34802026-07-14T00:37:59.578Za smf/sled-agent/non-gimlet/config.toml 6K
34812026-07-14T00:37:59.578Za target/release/omicron-package 39870K
34822026-07-14T00:37:59.578Za target/release/xtask 10468K
34832026-07-14T00:37:59.578Za target/debug/bootstrap 348729K
34842026-07-14T00:37:59.578Za tests/bootstrap-85e9f69d5c6b606c 31974K
34852026-07-14T00:37:59.578Za tests/commtest-8716ca3985bbde44 32169K
34862026-07-14T00:37:59.578Za tests/dhcp_server-a5e41a8bb35dd220 31974K
34872026-07-14T00:37:59.581Za tests/end_to_end_tests-100b0946bc11abae 399330K
34882026-07-14T00:37:59.581Za tools/opte_version 1K
34892026-07-14T00:37:59.581Za tools/opte_version_override 2K
34902026-07-14T00:37:59.581Za out/clickhouse.tar.gz 310266K
34912026-07-14T00:37:59.581Za out/clickhouse_keeper.tar.gz 296735K
34922026-07-14T00:37:59.581Za out/clickhouse_server.tar.gz 310263K
34932026-07-14T00:37:59.581Za out/cockroachdb.tar.gz 161280K
34942026-07-14T00:37:59.581Za out/crucible-pantry-zone.tar.gz 38664K
34952026-07-14T00:37:59.581Za out/crucible-utils.tar 18900K
34962026-07-14T00:37:59.581Za out/crucible-zone.tar.gz 53359K
34972026-07-14T00:37:59.581Za out/external-dns.tar.gz 46258K
34982026-07-14T00:37:59.581Za out/internal-dns.tar.gz 46258K
34992026-07-14T00:37:59.581Za out/mg-ddm-gz.tar 102717K
35002026-07-14T00:37:59.581Za out/nexus.tar.gz 273003K
35012026-07-14T00:37:59.581Za out/ntp.tar.gz 29462K
35022026-07-14T00:37:59.581Za out/omicron-gateway-softnpu.tar.gz 26763K
35032026-07-14T00:37:59.581Za out/omicron-sled-agent.tar 191940K
35042026-07-14T00:37:59.581Za out/overlay.tar.gz 4K
35052026-07-14T00:37:59.581Za out/oximeter.tar.gz 59784K
35062026-07-14T00:37:59.582Za out/oxlog.tar 3808K
35072026-07-14T00:37:59.582Za out/probe.tar.gz 3037K
35082026-07-14T00:37:59.582Za out/propolis-server.tar.gz 34372K
35092026-07-14T00:37:59.582Za out/pumpkind-gz.tar 26647K
35102026-07-14T00:37:59.582Za out/switch-softnpu.tar.gz 449519K
35112026-07-14T00:37:59.586Z
35122026-07-14T00:37:59.586Zreal 1:19.682639268
35132026-07-14T00:37:59.586Zuser 1:16.966440661
35142026-07-14T00:37:59.586Zsys 4.450829049
35152026-07-14T00:37:59.587Ztrap 0.007088798
35162026-07-14T00:37:59.587Ztflt 0.000000000
35172026-07-14T00:37:59.587Zdflt 0.000000000
35182026-07-14T00:37:59.587Zkflt 0.000000000
35192026-07-14T00:37:59.587Zlock 0.000000000
35202026-07-14T00:37:59.587Zslp 1:16.938667288
35212026-07-14T00:37:59.587Zlat 0.997368708
35222026-07-14T00:37:59.587Zstop 0.000195660
35232026-07-14T00:37:59.587Zprocess exited: duration 953231 ms, exit code 0
 
35242026-07-14T00:37:59.601Zfound 1 output files
35252026-07-14T00:37:59.601Zuploading: /work/package.tar.gz (2477671962 bytes)
35262026-07-14T00:38:27.908Zuploaded: /work/package.tar.gz