01KXPH447BYWMHEWNFAE9J9C7M: 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: 01KXPH63TA0SR89N5TGJKX0N4H

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-16T22:37:27.929Zjob assigned to worker 01KXPH6EH9S5FNJH9NJF2GZCPM [factory aws, i-09f7f25973f0c1e24] (queued for 54 s)
 
22026-07-16T22:37:34.982Zstarting task 0: "setup"
32026-07-16T22:37:34.985Z++ uname -s
42026-07-16T22:37:34.985Z+ kern=SunOS
52026-07-16T22:37:34.985Z+ build_user=build
62026-07-16T22:37:34.985Z+ build_uid=12345
72026-07-16T22:37:34.985Z+ work_dir=/work
82026-07-16T22:37:34.985Z+ input_dir=/input
92026-07-16T22:37:34.985Z+ [[ 0 == 12345 ]]
102026-07-16T22:37:34.985Z+ case "$kern" in
112026-07-16T22:37:34.985Z+ groupadd -g 12345 build
122026-07-16T22:37:34.988Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-16T22:37:36.995Z+ zfs create -o mountpoint=/work rpool/work
142026-07-16T22:37:37.065Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-16T22:37:37.068Z+ home_fs=zfs
162026-07-16T22:37:37.068Z+ [[ zfs == autofs ]]
172026-07-16T22:37:37.068Z+ mkdir -p /home/build
182026-07-16T22:37:37.071Z+ chown build:build /home/build /work
192026-07-16T22:37:39.071Z+ chmod 0700 /home/build /work
202026-07-16T22:37:39.074Zprocess exited: duration 4096 ms, exit code 0
 
212026-07-16T22:37:39.080Zstarting task 1: "rust-toolchain"
222026-07-16T22:37:39.085Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-16T22:37:39.085Z * rust toolchain channel = "1.96.1"
242026-07-16T22:37:39.085Z * rust toolchain profile = "default"
252026-07-16T22:37:39.085Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-16T22:37:39.086Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-16T22:37:39.086Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-16T22:37:39.113Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-16T22:37:39.113Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-16T22:37:39.219Zinfo: downloading installer
312026-07-16T22:37:40.522Zwarn: It looks like you have an existing rustup settings file at:
322026-07-16T22:37:40.522Zwarn: /home/build/.rustup/settings.toml
332026-07-16T22:37:40.522Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-16T22:37:40.522Zwarn: instead of the one inferred from the default host triple.
352026-07-16T22:37:40.535Zinfo: profile set to default
362026-07-16T22:37:40.535Zinfo: default host triple is x86_64-unknown-illumos
372026-07-16T22:37:40.538Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-16T22:37:40.667Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-16T22:37:40.670Zinfo: downloading 6 components
402026-07-16T22:37:54.983Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-16T22:37:54.983Z
422026-07-16T22:37:55.007Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-16T22:37:55.007Z
442026-07-16T22:37:55.007Z
452026-07-16T22:37:55.007ZRust is installed now. Great!
462026-07-16T22:37:55.008Z
472026-07-16T22:37:55.010ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-16T22:37:55.010Zenvironment variable. This has not been done automatically.
492026-07-16T22:37:55.010Z
502026-07-16T22:37:55.011ZTo configure your current shell, you need to source
512026-07-16T22:37:55.011Zthe corresponding env file under $HOME/.cargo.
522026-07-16T22:37:55.011Z
532026-07-16T22:37:55.011ZThis is usually done by running one of the following (note the leading DOT):
542026-07-16T22:37:55.011Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-16T22:37:55.011Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-16T22:37:55.011Zsource "~/.cargo/env.nu" # For nushell
572026-07-16T22:37:55.011Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-16T22:37:55.011Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-16T22:37:55.011Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-16T22:37:55.011Zwarn: no default linker (`cc`) was found in your PATH
612026-07-16T22:37:55.011Zwarn: many Rust crates require a system C toolchain to build
622026-07-16T22:37:55.114Z+ rustup --version
632026-07-16T22:37:55.122Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-16T22:37:55.125Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-16T22:37:55.140Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-16T22:37:55.143Z+ cargo --version
672026-07-16T22:37:55.149Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-16T22:37:55.153Z+ rustc --version
692026-07-16T22:37:55.173Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-16T22:37:55.176Zprocess exited: duration 16095 ms, exit code 0
 
712026-07-16T22:37:55.181Zstarting task 2: "authentication"
722026-07-16T22:37:55.198Zprocess exited: duration 17 ms, exit code 0
 
732026-07-16T22:37:55.204Zstarting task 3: "clone repository"
742026-07-16T22:37:55.208Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-16T22:37:55.211Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-16T22:37:55.245ZCloning into '/work/oxidecomputer/omicron'...
772026-07-16T22:38:06.277Z+ cd /work/oxidecomputer/omicron
782026-07-16T22:38:06.277Z+ git fetch origin cfb5b3af7addba321b7421c4ef3d906a42d1dc07
792026-07-16T22:38:06.543ZFrom https://github.com/oxidecomputer/omicron
802026-07-16T22:38:06.543Z * branch cfb5b3af7addba321b7421c4ef3d906a42d1dc07 -> FETCH_HEAD
812026-07-16T22:38:06.557Z+ [[ -n dependabot/cargo/diesel-2.3.10 ]]
822026-07-16T22:38:06.557Z++ git branch --show-current
832026-07-16T22:38:06.557Z+ current=main
842026-07-16T22:38:06.558Z+ [[ main != dependabot/cargo/diesel-2.3.10 ]]
852026-07-16T22:38:06.558Z+ git branch -f dependabot/cargo/diesel-2.3.10 cfb5b3af7addba321b7421c4ef3d906a42d1dc07
862026-07-16T22:38:06.561Z+ git checkout -f dependabot/cargo/diesel-2.3.10
872026-07-16T22:38:06.793ZSwitched to branch 'dependabot/cargo/diesel-2.3.10'
882026-07-16T22:38:06.796Z+ git reset --hard cfb5b3af7addba321b7421c4ef3d906a42d1dc07
892026-07-16T22:38:06.810ZHEAD is now at cfb5b3af7 bump diesel from 2.3.7 to 2.3.10
902026-07-16T22:38:06.813Zprocess exited: duration 11607 ms, exit code 0
 
912026-07-16T22:38:06.821Zstarting task 4: "build"
922026-07-16T22:38:06.825Z+ source .github/buildomat/ci-env.sh
932026-07-16T22:38:06.825Z++ export CARGO_TERM_COLOR=always
942026-07-16T22:38:06.825Z++ CARGO_TERM_COLOR=always
952026-07-16T22:38:06.834Z+++ uname -s
962026-07-16T22:38:06.834Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-16T22:38:06.834Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-16T22:38:06.834Z+ cargo --version
992026-07-16T22:38:06.840Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-16T22:38:06.844Z+ rustc --version
1012026-07-16T22:38:06.862Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-16T22:38:06.865Z+ WORK=/work
1032026-07-16T22:38:06.865Z+ pfexec mkdir -p /work
1042026-07-16T22:38:06.870Z+ pfexec chown build /work
1052026-07-16T22:38:06.873Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-07-16T22:38:08.479Z Startup: Refreshing catalog 'helios' ... Done
1072026-07-16T22:38:08.604Z Startup: Caching catalogs ... Done
1082026-07-16T22:38:09.173ZPlanning: Solver setup ... Done (0.521s)
1092026-07-16T22:38:09.203ZPlanning: Running solver ... Done (0.028s)
1102026-07-16T22:38:09.216ZPlanning: Finding local manifests ... Done (0.003s)
1112026-07-16T22:38:09.239ZPlanning: Fetching manifests: 0/2 0% complete
1122026-07-16T22:38:09.269ZPlanning: Fetching manifests: 2/2 100% complete
1132026-07-16T22:38:09.283ZPlanning: Package planning ... Done (0.014s)
1142026-07-16T22:38:09.287ZPlanning: Merging actions ... Done (0.002s)
1152026-07-16T22:38:09.448ZPlanning: Checking for conflicting actions ... Done (0.163s)
1162026-07-16T22:38:09.454ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-07-16T22:38:10.357ZPlanning: Evaluating mediators ... Done (0.908s)
1182026-07-16T22:38:10.362ZPlanning: Planning completed in 1.73 seconds
1192026-07-16T22:38:10.367Z Packages to install: 2
1202026-07-16T22:38:10.367Z Estimated space available: 156.05 GB
1212026-07-16T22:38:10.367ZEstimated space to be consumed: 34.06 MB
1222026-07-16T22:38:10.367Z Create boot environment: No
1232026-07-16T22:38:10.370ZCreate backup boot environment: No
1242026-07-16T22:38:10.370Z Rebuild boot archive: No
1252026-07-16T22:38:10.370Z
1262026-07-16T22:38:10.370ZChanged packages:
1272026-07-16T22:38:10.370Zhelios
1282026-07-16T22:38:10.370Z developer/build-essential
1292026-07-16T22:38:10.370Z None -> 11-3.0
1302026-07-16T22:38:10.370Z library/libxmlsec1
1312026-07-16T22:38:10.370Z None -> 1.2.35-3.0
1322026-07-16T22:38:10.394Z
1332026-07-16T22:38:10.394ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-07-16T22:38:10.974ZDownload: Completed 1.28 MB in 0.58 seconds (2.2M/s)
1352026-07-16T22:38:11.029Z Actions: 1/268 actions (Installing new actions)
1362026-07-16T22:38:11.072Z Actions: Completed 268 actions in 0.04 seconds.
1372026-07-16T22:38:11.083ZFinalize: Updating package state database ... Done (0.013s)
1382026-07-16T22:38:11.083ZFinalize: Updating package cache ... Done (0.000s)
1392026-07-16T22:38:11.118ZFinalize: Updating image state ... Done (0.033s)
1402026-07-16T22:38:13.623ZFinalize: Creating fast lookup database ... Done (2.479s)
1412026-07-16T22:38:13.697ZFinalize: Reading search index ... Done (0.012s)
1422026-07-16T22:38:13.702ZFinalize: Updating search index ... Done (0.000s)
1432026-07-16T22:38:13.814ZFinalize: Updating package cache ... Done (0.000s)
1442026-07-16T22:38:14.129ZPlanning: Evaluating mediator changes ... Done
1452026-07-16T22:38:14.232ZPlanning: Checking for conflicting actions ... Done
1462026-07-16T22:38:14.235ZPlanning: Consolidating action changes ... Done
1472026-07-16T22:38:14.390ZPlanning: Evaluating mediators ... Done
1482026-07-16T22:38:14.397ZPlanning: Planning completed in 0.26 seconds
1492026-07-16T22:38:14.456Z Mediators to change: 2
1502026-07-16T22:38:14.456Z Create boot environment: No
1512026-07-16T22:38:14.456ZCreate backup boot environment: No
1522026-07-16T22:38:14.459ZFinalize: Updating package state database ... Done
1532026-07-16T22:38:14.459ZFinalize: Updating package cache ... Done
1542026-07-16T22:38:14.479ZFinalize: Updating image state ... Done
1552026-07-16T22:38:16.403ZFinalize: Creating fast lookup database ... Done
1562026-07-16T22:38:16.464ZFinalize: Reading search index ... Done
1572026-07-16T22:38:16.468ZFinalize: Updating search index ... Done
1582026-07-16T22:38:16.539ZFinalize: Updating package cache ... Done
1592026-07-16T22:38:16.812ZPlanning: Evaluating mediator changes ... Done
1602026-07-16T22:38:16.916ZPlanning: Checking for conflicting actions ... Done
1612026-07-16T22:38:16.918ZPlanning: Consolidating action changes ... Done
1622026-07-16T22:38:17.073ZPlanning: Evaluating mediators ... Done
1632026-07-16T22:38:17.076ZPlanning: Planning completed in 0.26 seconds
1642026-07-16T22:38:17.097Z Mediators to change: 1
1652026-07-16T22:38:17.097Z Create boot environment: No
1662026-07-16T22:38:17.097ZCreate backup boot environment: No
1672026-07-16T22:38:17.139ZFinalize: Updating package state database ... Done
1682026-07-16T22:38:17.142ZFinalize: Updating package cache ... Done
1692026-07-16T22:38:17.156ZFinalize: Updating image state ... Done
1702026-07-16T22:38:19.082ZFinalize: Creating fast lookup database ... Done
1712026-07-16T22:38:19.138ZFinalize: Reading search index ... Done
1722026-07-16T22:38:19.141ZFinalize: Updating search index ... Done
1732026-07-16T22:38:19.212ZFinalize: Updating package cache ... Done
1742026-07-16T22:38:19.514ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-07-16T22:38:19.514Zapache system 2.4 system
1762026-07-16T22:38:19.514Zclang system 15 system
1772026-07-16T22:38:19.514Zcsh system system illumos
1782026-07-16T22:38:19.514Zctags system system illumos
1792026-07-16T22:38:19.514Zfile vendor vendor darwinsys
1802026-07-16T22:38:19.514Zfile system system illumos
1812026-07-16T22:38:19.514Zgcc vendor 14 vendor
1822026-07-16T22:38:19.514Zgcc system 13 system
1832026-07-16T22:38:19.514Zgcc system 10 system
1842026-07-16T22:38:19.514Zgo system 1.25 system
1852026-07-16T22:38:19.514Zllvm system 15 system
1862026-07-16T22:38:19.514Zmariadb system 11.4 system
1872026-07-16T22:38:19.514Zmta vendor vendor dma
1882026-07-16T22:38:19.515Zopenjdk system 17 system
1892026-07-16T22:38:19.515Zopenjdk system 11 system
1902026-07-16T22:38:19.515Zopenssl vendor 3 vendor
1912026-07-16T22:38:19.515Zperl system 5.40 system
1922026-07-16T22:38:19.515Zpostgresql system 18 system
1932026-07-16T22:38:19.515Zpostgresql system 17 system
1942026-07-16T22:38:19.515Zpython vendor 3 vendor
1952026-07-16T22:38:19.515Zpython system 2 system
1962026-07-16T22:38:19.515Zpython3 vendor 3.13 vendor
1972026-07-16T22:38:19.515Zruby system 3.4 system
1982026-07-16T22:38:19.515Zruby system 3.0 system
1992026-07-16T22:38:19.515Zwords vendor vendor american-english
2002026-07-16T22:38:19.515Zwords system system australian-english
2012026-07-16T22:38:19.515Zwords system system british-english
2022026-07-16T22:38:19.515Zwords system system canadian-english
2032026-07-16T22:38:19.515Zwords system system french
2042026-07-16T22:38:19.515Zwords system system italian
2052026-07-16T22:38:19.515Zwords system system ngerman
2062026-07-16T22:38:19.516Zwords system system ogerman
2072026-07-16T22:38:19.516Zwords system system spanish
2082026-07-16T22:38:19.762ZPUBLISHER TYPE STATUS P LOCATION
2092026-07-16T22:38:19.762Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-07-16T22:38:20.070ZFMRI IFO
2112026-07-16T22:38:20.070Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-07-16T22:38:20.070Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-07-16T22:38:20.070Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-07-16T22:38:20.070Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-07-16T22:38:20.070Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-07-16T22:38:20.070Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-07-16T22:38:20.071Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-07-16T22:38:20.071Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-07-16T22:38:20.071Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-07-16T22:38:20.336Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-07-16T22:38:20.624Z Updating crates.io index
2222026-07-16T22:38:20.654Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-07-16T22:38:20.842Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-07-16T22:38:21.117Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-07-16T22:38:22.290Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-07-16T22:38:22.832Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-07-16T22:38:24.749Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-07-16T22:38:25.732Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-07-16T22:38:25.993Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-07-16T22:38:26.300Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-07-16T22:38:28.179Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-07-16T22:38:28.231Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-07-16T22:38:28.231Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2342026-07-16T22:38:28.338Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2352026-07-16T22:38:28.837Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2362026-07-16T22:38:29.335Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2372026-07-16T22:38:29.541Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-07-16T22:38:29.761Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-07-16T22:38:30.002Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2402026-07-16T22:38:30.286Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2412026-07-16T22:38:30.495Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2422026-07-16T22:38:30.724Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2432026-07-16T22:38:30.956Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2442026-07-16T22:38:31.268Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2452026-07-16T22:38:31.587Z Updating git repository `https://github.com/oxidecomputer/erebor`
2462026-07-16T22:38:31.801Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2472026-07-16T22:38:32.206Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2482026-07-16T22:38:32.428Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2492026-07-16T22:38:32.776Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2502026-07-16T22:38:33.085Z Updating git repository `https://github.com/oxidecomputer/ispf`
2512026-07-16T22:38:33.324Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2522026-07-16T22:38:33.538Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2532026-07-16T22:38:33.858Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2542026-07-16T22:38:34.183Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2552026-07-16T22:38:34.399Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2562026-07-16T22:38:34.696Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-07-16T22:38:34.949Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2582026-07-16T22:38:35.203Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2592026-07-16T22:38:35.466Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2602026-07-16T22:38:35.715Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2612026-07-16T22:38:35.973Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2622026-07-16T22:38:36.273Z Updating git repository `https://github.com/illumos/smf-rs`
2632026-07-16T22:38:39.071Z Downloading crates ...
2642026-07-16T22:38:39.102Z Downloaded block-buffer v0.10.4
2652026-07-16T22:38:39.162Z Downloaded camino v1.2.2
2662026-07-16T22:38:39.162Z Downloaded anyhow v1.0.102
2672026-07-16T22:38:39.162Z Downloaded bitflags v2.11.0
2682026-07-16T22:38:39.162Z Downloaded camino-tempfile v1.4.1
2692026-07-16T22:38:39.162Z Downloaded anstream v1.0.0
2702026-07-16T22:38:39.190Z Downloaded anstyle-parse v1.0.0
2712026-07-16T22:38:39.190Z Downloaded byteorder v1.5.0
2722026-07-16T22:38:39.190Z Downloaded digest v0.10.7
2732026-07-16T22:38:39.190Z Downloaded colorchoice v1.0.4
2742026-07-16T22:38:39.190Z Downloaded dtrace-parser v0.2.0
2752026-07-16T22:38:39.190Z Downloaded crypto-common v0.1.7
2762026-07-16T22:38:39.191Z Downloaded cpufeatures v0.2.17
2772026-07-16T22:38:39.191Z Downloaded autocfg v1.5.0
2782026-07-16T22:38:39.191Z Downloaded fastrand v2.3.0
2792026-07-16T22:38:39.191Z Downloaded indexmap v2.14.0
2802026-07-16T22:38:39.191Z Downloaded tabled_derive v0.7.0
2812026-07-16T22:38:39.191Z Downloaded generic-array v0.14.7
2822026-07-16T22:38:39.191Z Downloaded zerocopy v0.7.35
2832026-07-16T22:38:39.191Z Downloaded usdt-macro v0.5.0
2842026-07-16T22:38:39.191Z Downloaded zmij v1.0.21
2852026-07-16T22:38:39.191Z Downloaded scroll_derive v0.12.1
2862026-07-16T22:38:39.191Z Downloaded pest_derive v2.8.6
2872026-07-16T22:38:39.191Z Downloaded is_terminal_polyfill v1.70.2
2882026-07-16T22:38:39.191Z Downloaded heck v0.5.0
2892026-07-16T22:38:39.191Z Downloaded getrandom v0.4.1
2902026-07-16T22:38:39.191Z Downloaded equivalent v1.0.2
2912026-07-16T22:38:39.192Z Downloaded anstyle-query v1.1.5
2922026-07-16T22:38:39.192Z Downloaded cargo_toml v0.21.0
2932026-07-16T22:38:39.192Z Downloaded usdt-impl v0.5.0
2942026-07-16T22:38:39.192Z Downloaded usdt-attr-macro v0.5.0
2952026-07-16T22:38:39.192Z Downloaded clap_lex v1.0.0
2962026-07-16T22:38:39.192Z Downloaded anstyle v1.0.14
2972026-07-16T22:38:39.192Z Downloaded unicode-linebreak v0.1.5
2982026-07-16T22:38:39.192Z Downloaded itoa v1.0.17
2992026-07-16T22:38:39.192Z Downloaded swrite v0.1.0
3002026-07-16T22:38:39.192Z Downloaded macaddr v1.0.1
3012026-07-16T22:38:39.192Z Downloaded memmap v0.7.0
3022026-07-16T22:38:39.192Z Downloaded toml_write v0.1.2
3032026-07-16T22:38:39.192Z Downloaded errno v0.3.14
3042026-07-16T22:38:39.192Z Downloaded smawk v0.3.2
3052026-07-16T22:38:39.193Z Downloaded utf8parse v0.2.2
3062026-07-16T22:38:39.193Z Downloaded strsim v0.11.1
3072026-07-16T22:38:39.199Z Downloaded thread-id v4.2.2
3082026-07-16T22:38:39.199Z Downloaded heck v0.4.1
3092026-07-16T22:38:39.199Z Downloaded terminal_size v0.4.3
3102026-07-16T22:38:39.199Z Downloaded pest_meta v2.8.6
3112026-07-16T22:38:39.199Z Downloaded bytecount v0.6.9
3122026-07-16T22:38:39.199Z Downloaded proc-macro-error-attr v1.0.4
3132026-07-16T22:38:39.199Z Downloaded dof v0.3.0
3142026-07-16T22:38:39.199Z Downloaded cfg-if v1.0.4
3152026-07-16T22:38:39.199Z Downloaded toml_datetime v0.6.11
3162026-07-16T22:38:39.199Z Downloaded usdt v0.5.0
3172026-07-16T22:38:39.199Z Downloaded pretty-hex v0.4.1
3182026-07-16T22:38:39.207Z Downloaded version_check v0.9.5
3192026-07-16T22:38:39.237Z Downloaded serde_spanned v0.6.9
3202026-07-16T22:38:39.237Z Downloaded plain v0.2.3
3212026-07-16T22:38:39.246Z Downloaded cargo-platform v0.3.2
3222026-07-16T22:38:39.246Z Downloaded fs-err v3.3.0
3232026-07-16T22:38:39.246Z Downloaded fnv v1.0.7
3242026-07-16T22:38:39.246Z Downloaded thiserror v2.0.18
3252026-07-16T22:38:39.246Z Downloaded thiserror-impl v2.0.18
3262026-07-16T22:38:39.246Z Downloaded clap_derive v4.6.1
3272026-07-16T22:38:39.246Z Downloaded proc-macro-error v1.0.4
3282026-07-16T22:38:39.260Z Downloaded thiserror v1.0.69
3292026-07-16T22:38:39.260Z Downloaded serde_tokenstream v0.2.3
3302026-07-16T22:38:39.260Z Downloaded sha2 v0.10.9
3312026-07-16T22:38:39.260Z Downloaded quote v1.0.45
3322026-07-16T22:38:39.265Z Downloaded scroll v0.12.0
3332026-07-16T22:38:39.265Z Downloaded once_cell v1.21.3
3342026-07-16T22:38:39.269Z Downloaded tempfile v3.25.0
3352026-07-16T22:38:39.273Z Downloaded pest_generator v2.8.6
3362026-07-16T22:38:39.288Z Downloaded toml v0.8.23
3372026-07-16T22:38:39.288Z Downloaded cargo_metadata v0.23.1
3382026-07-16T22:38:39.288Z Downloaded zerocopy-derive v0.7.35
3392026-07-16T22:38:39.293Z Downloaded thiserror-impl v1.0.69
3402026-07-16T22:38:39.296Z Downloaded log v0.4.29
3412026-07-16T22:38:39.296Z Downloaded ucd-trie v0.1.7
3422026-07-16T22:38:39.303Z Downloaded unicode-ident v1.0.24
3432026-07-16T22:38:39.303Z Downloaded clap v4.6.1
3442026-07-16T22:38:39.307Z Downloaded textwrap v0.16.2
3452026-07-16T22:38:39.307Z Downloaded semver v1.0.28
3462026-07-16T22:38:39.311Z Downloaded proc-macro2 v1.0.106
3472026-07-16T22:38:39.311Z Downloaded serde_core v1.0.228
3482026-07-16T22:38:39.334Z Downloaded papergrid v0.11.0
3492026-07-16T22:38:39.339Z Downloaded serde_derive v1.0.228
3502026-07-16T22:38:39.339Z Downloaded toml_edit v0.22.27
3512026-07-16T22:38:39.360Z Downloaded serde v1.0.228
3522026-07-16T22:38:39.373Z Downloaded memchr v2.8.0
3532026-07-16T22:38:39.373Z Downloaded typenum v1.20.1
3542026-07-16T22:38:39.381Z Downloaded pest v2.8.6
3552026-07-16T22:38:39.402Z Downloaded serde_json v1.0.150
3562026-07-16T22:38:39.413Z Downloaded hashbrown v0.17.0
3572026-07-16T22:38:39.424Z Downloaded winnow v0.7.14
3582026-07-16T22:38:39.424Z Downloaded clap_builder v4.6.0
3592026-07-16T22:38:39.432Z Downloaded goblin v0.8.2
3602026-07-16T22:38:39.437Z Downloaded tabled v0.15.0
3612026-07-16T22:38:39.442Z Downloaded syn v1.0.109
3622026-07-16T22:38:39.455Z Downloaded unicode-width v0.2.0
3632026-07-16T22:38:39.473Z Downloaded unicode-width v0.1.14
3642026-07-16T22:38:39.473Z Downloaded syn v2.0.117
3652026-07-16T22:38:39.489Z Downloaded rustix v1.1.3
3662026-07-16T22:38:39.501Z Downloaded libc v0.2.185
3672026-07-16T22:38:39.580Z Compiling proc-macro2 v1.0.106
3682026-07-16T22:38:39.580Z Compiling unicode-ident v1.0.24
3692026-07-16T22:38:39.580Z Compiling quote v1.0.45
3702026-07-16T22:38:39.609Z Compiling serde_core v1.0.228
3712026-07-16T22:38:39.609Z Compiling libc v0.2.185
3722026-07-16T22:38:39.609Z Compiling version_check v0.9.5
3732026-07-16T22:38:39.609Z Compiling memchr v2.8.0
3742026-07-16T22:38:39.610Z Compiling serde v1.0.228
3752026-07-16T22:38:39.610Z Compiling zmij v1.0.21
3762026-07-16T22:38:39.610Z Compiling ucd-trie v0.1.7
3772026-07-16T22:38:39.767Z Compiling itoa v1.0.17
3782026-07-16T22:38:39.771Z Compiling thiserror v1.0.69
3792026-07-16T22:38:39.774Z Compiling rustix v1.1.3
3802026-07-16T22:38:39.774Z Compiling byteorder v1.5.0
3812026-07-16T22:38:39.962Z Compiling bitflags v2.11.0
3822026-07-16T22:38:40.148Z Compiling serde_json v1.0.150
3832026-07-16T22:38:40.218Z Compiling usdt-impl v0.5.0
3842026-07-16T22:38:40.237Z Compiling pest v2.8.6
3852026-07-16T22:38:40.293Z Compiling proc-macro-error-attr v1.0.4
3862026-07-16T22:38:40.296Z Compiling syn v1.0.109
3872026-07-16T22:38:40.296Z Compiling camino v1.2.2
3882026-07-16T22:38:40.478Z Compiling proc-macro-error v1.0.4
3892026-07-16T22:38:40.512Z Compiling hashbrown v0.17.0
3902026-07-16T22:38:40.547Z Compiling getrandom v0.4.1
3912026-07-16T22:38:40.599Z Compiling plain v0.2.3
3922026-07-16T22:38:40.667Z Compiling utf8parse v0.2.2
3932026-07-16T22:38:40.684Z Compiling log v0.4.29
3942026-07-16T22:38:40.702Z Compiling equivalent v1.0.2
3952026-07-16T22:38:40.737Z Compiling winnow v0.7.14
3962026-07-16T22:38:40.791Z Compiling thiserror v2.0.18
3972026-07-16T22:38:40.795Z Compiling toml_write v0.1.2
3982026-07-16T22:38:40.842Z Compiling anstyle-parse v1.0.0
3992026-07-16T22:38:40.861Z Compiling colorchoice v1.0.4
4002026-07-16T22:38:40.882Z Compiling anstyle-query v1.1.5
4012026-07-16T22:38:40.906Z Compiling errno v0.3.14
4022026-07-16T22:38:40.909Z Compiling thread-id v4.2.2
4032026-07-16T22:38:40.986Z Compiling cfg-if v1.0.4
4042026-07-16T22:38:41.042Z Compiling indexmap v2.14.0
4052026-07-16T22:38:41.061Z Compiling pretty-hex v0.4.1
4062026-07-16T22:38:41.098Z Compiling anstyle v1.0.14
4072026-07-16T22:38:41.105Z Compiling is_terminal_polyfill v1.70.2
4082026-07-16T22:38:41.105Z Compiling autocfg v1.5.0
4092026-07-16T22:38:41.179Z Compiling fastrand v2.3.0
4102026-07-16T22:38:41.197Z Compiling syn v2.0.117
4112026-07-16T22:38:41.262Z Compiling strsim v0.11.1
4122026-07-16T22:38:41.318Z Compiling anstream v1.0.0
4132026-07-16T22:38:41.339Z Compiling pest_meta v2.8.6
4142026-07-16T22:38:41.397Z Compiling once_cell v1.21.3
4152026-07-16T22:38:41.466Z Compiling clap_lex v1.0.0
4162026-07-16T22:38:41.484Z Compiling anyhow v1.0.102
4172026-07-16T22:38:41.580Z Compiling heck v0.5.0
4182026-07-16T22:38:41.595Z Compiling fs-err v3.3.0
4192026-07-16T22:38:41.626Z Compiling bytecount v0.6.9
4202026-07-16T22:38:41.667Z Compiling fnv v1.0.7
4212026-07-16T22:38:41.688Z Compiling unicode-width v0.1.14
4222026-07-16T22:38:41.746Z Compiling heck v0.4.1
4232026-07-16T22:38:41.782Z Compiling memmap v0.7.0
4242026-07-16T22:38:41.787Z Compiling unicode-width v0.2.0
4252026-07-16T22:38:41.795Z Compiling smawk v0.3.2
4262026-07-16T22:38:41.827Z Compiling unicode-linebreak v0.1.5
4272026-07-16T22:38:41.850Z Compiling swrite v0.1.0
4282026-07-16T22:38:41.930Z Compiling terminal_size v0.4.3
4292026-07-16T22:38:41.955Z Compiling papergrid v0.11.0
4302026-07-16T22:38:41.958Z Compiling tempfile v3.25.0
4312026-07-16T22:38:42.030Z Compiling cargo-platform v0.3.2
4322026-07-16T22:38:42.082Z Compiling clap_builder v4.6.0
4332026-07-16T22:38:42.100Z Compiling semver v1.0.28
4342026-07-16T22:38:42.103Z Compiling textwrap v0.16.2
4352026-07-16T22:38:42.278Z Compiling camino-tempfile v1.4.1
4362026-07-16T22:38:42.702Z Compiling tabled_derive v0.7.0
4372026-07-16T22:38:43.353Z Compiling pest_generator v2.8.6
4382026-07-16T22:38:43.371Z Compiling tabled v0.15.0
4392026-07-16T22:38:43.834Z Compiling serde_derive v1.0.228
4402026-07-16T22:38:43.838Z Compiling thiserror-impl v1.0.69
4412026-07-16T22:38:43.838Z Compiling zerocopy-derive v0.7.35
4422026-07-16T22:38:43.838Z Compiling scroll_derive v0.12.1
4432026-07-16T22:38:43.838Z Compiling thiserror-impl v2.0.18
4442026-07-16T22:38:43.838Z Compiling clap_derive v4.6.1
4452026-07-16T22:38:43.928Z Compiling pest_derive v2.8.6
4462026-07-16T22:38:44.545Z Compiling scroll v0.12.0
4472026-07-16T22:38:44.678Z Compiling zerocopy v0.7.35
4482026-07-16T22:38:44.753Z Compiling goblin v0.8.2
4492026-07-16T22:38:44.940Z Compiling dtrace-parser v0.2.0
4502026-07-16T22:38:45.256Z Compiling clap v4.6.1
4512026-07-16T22:38:46.378Z Compiling toml_datetime v0.6.11
4522026-07-16T22:38:46.378Z Compiling serde_spanned v0.6.9
4532026-07-16T22:38:46.378Z Compiling macaddr v1.0.1
4542026-07-16T22:38:46.378Z Compiling cargo_metadata v0.23.1
4552026-07-16T22:38:46.382Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4562026-07-16T22:38:46.395Z Compiling dof v0.3.0
4572026-07-16T22:38:46.398Z Compiling serde_tokenstream v0.2.3
4582026-07-16T22:38:46.642Z Compiling toml_edit v0.22.27
4592026-07-16T22:38:47.118Z Compiling usdt-attr-macro v0.5.0
4602026-07-16T22:38:47.121Z Compiling usdt-macro v0.5.0
4612026-07-16T22:38:47.718Z Compiling usdt v0.5.0
4622026-07-16T22:38:47.905Z Compiling toml v0.8.23
4632026-07-16T22:38:48.215Z Compiling cargo_toml v0.21.0
4642026-07-16T22:38:49.492Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4652026-07-16T22:38:51.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.32s
4662026-07-16T22:38:51.707Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4672026-07-16T22:38:52.198Z Downloading crates ...
4682026-07-16T22:38:52.285Z Downloaded ascii-canvas v3.0.0
4692026-07-16T22:38:52.289Z Downloaded bitfield v0.19.4
4702026-07-16T22:38:52.292Z Downloaded cexpr v0.6.0
4712026-07-16T22:38:52.294Z Downloaded ciborium-io v0.2.2
4722026-07-16T22:38:52.297Z Downloaded byte-wrapper v0.1.0
4732026-07-16T22:38:52.305Z Downloaded arrayref v0.3.9
4742026-07-16T22:38:52.309Z Downloaded blake2 v0.10.6
4752026-07-16T22:38:52.312Z Downloaded daft v0.1.7
4762026-07-16T22:38:52.315Z Downloaded arrayvec v0.7.6
4772026-07-16T22:38:52.318Z Downloaded crypto-common v0.2.2
4782026-07-16T22:38:52.318Z Downloaded const_format v0.2.35
4792026-07-16T22:38:52.320Z Downloaded darling v0.20.11
4802026-07-16T22:38:52.323Z Downloaded blake2 v0.11.0-rc.6
4812026-07-16T22:38:52.326Z Downloaded crc-catalog v2.4.0
4822026-07-16T22:38:52.326Z Downloaded darling_core v0.13.4
4832026-07-16T22:38:52.328Z Downloaded darling_macro v0.23.0
4842026-07-16T22:38:52.331Z Downloaded darling_macro v0.20.11
4852026-07-16T22:38:52.331Z Downloaded crc v3.4.0
4862026-07-16T22:38:52.331Z Downloaded ar_archive_writer v0.5.1
4872026-07-16T22:38:52.335Z Downloaded cookie v0.18.1
4882026-07-16T22:38:52.335Z Downloaded darling_macro v0.21.3
4892026-07-16T22:38:52.337Z Downloaded ctutils v0.4.2
4902026-07-16T22:38:52.337Z Downloaded cpubits v0.1.1
4912026-07-16T22:38:52.340Z Downloaded bitfield-struct v0.6.2
4922026-07-16T22:38:52.340Z Downloaded cookie_store v0.22.1
4932026-07-16T22:38:52.340Z Downloaded crossbeam-utils v0.8.21
4942026-07-16T22:38:52.345Z Downloaded crossbeam-deque v0.8.6
4952026-07-16T22:38:52.345Z Downloaded arc-swap v1.8.2
4962026-07-16T22:38:52.348Z Downloaded cpufeatures v0.3.0
4972026-07-16T22:38:52.348Z Downloaded defmt v0.3.100
4982026-07-16T22:38:52.348Z Downloaded allocator-api2 v0.2.21
4992026-07-16T22:38:52.350Z Downloaded bitfield-macros v0.19.4
5002026-07-16T22:38:52.350Z Downloaded bb8 v0.8.6
5012026-07-16T22:38:52.350Z Downloaded aead v0.5.2
5022026-07-16T22:38:52.353Z Downloaded bit-vec v0.8.0
5032026-07-16T22:38:52.353Z Downloaded anstyle-parse v0.2.7
5042026-07-16T22:38:52.356Z Downloaded async-stream-impl v0.3.6
5052026-07-16T22:38:52.356Z Downloaded darling_macro v0.13.4
5062026-07-16T22:38:52.356Z Downloaded data-encoding v2.10.0
5072026-07-16T22:38:52.359Z Downloaded cobs v0.3.0
5082026-07-16T22:38:52.359Z Downloaded ctr v0.10.1
5092026-07-16T22:38:52.359Z Downloaded crossbeam-epoch v0.9.18
5102026-07-16T22:38:52.362Z Downloaded bcrypt-pbkdf v0.11.0
5112026-07-16T22:38:52.362Z Downloaded adler2 v2.0.1
5122026-07-16T22:38:52.364Z Downloaded debug-ignore v1.0.5
5132026-07-16T22:38:52.364Z Downloaded base16ct v0.2.0
5142026-07-16T22:38:52.371Z Downloaded daft-derive v0.1.7
5152026-07-16T22:38:52.374Z Downloaded assert_matches v1.5.0
5162026-07-16T22:38:52.375Z Downloaded crucible-workspace-hack v0.1.0
5172026-07-16T22:38:52.375Z Downloaded curve25519-dalek-derive v0.1.1
5182026-07-16T22:38:52.375Z Downloaded convert_case v0.4.0
5192026-07-16T22:38:52.375Z Downloaded crunchy v0.2.4
5202026-07-16T22:38:52.375Z Downloaded crc8 v0.1.1
5212026-07-16T22:38:52.375Z Downloaded bit-set v0.8.0
5222026-07-16T22:38:52.379Z Downloaded array-init v0.0.4
5232026-07-16T22:38:52.379Z Downloaded darling v0.13.4
5242026-07-16T22:38:52.379Z Downloaded aead v0.6.1
5252026-07-16T22:38:52.383Z Downloaded cfg_aliases v0.1.1
5262026-07-16T22:38:52.383Z Downloaded diesel_table_macro_syntax v0.3.0
5272026-07-16T22:38:52.383Z Downloaded cstr-argument v0.1.2
5282026-07-16T22:38:52.383Z Downloaded block-buffer v0.12.1
5292026-07-16T22:38:52.386Z Downloaded digest-io v0.1.0
5302026-07-16T22:38:52.389Z Downloaded async-stream v0.3.6
5312026-07-16T22:38:52.392Z Downloaded bit-set v0.5.3
5322026-07-16T22:38:52.395Z Downloaded ciborium-ll v0.2.2
5332026-07-16T22:38:52.398Z Downloaded dsl_auto_type v0.2.0
5342026-07-16T22:38:52.401Z Downloaded atomic-waker v1.1.2
5352026-07-16T22:38:52.404Z Downloaded critical-section v1.2.0
5362026-07-16T22:38:52.407Z Downloaded cipher v0.4.4
5372026-07-16T22:38:52.407Z Downloaded cbc v0.2.1
5382026-07-16T22:38:52.412Z Downloaded async-recursion v1.1.1
5392026-07-16T22:38:52.415Z Downloaded base16ct v1.0.0
5402026-07-16T22:38:52.419Z Downloaded dyn-clone v1.0.20
5412026-07-16T22:38:52.422Z Downloaded dof v0.4.0
5422026-07-16T22:38:52.422Z Downloaded atty v0.2.14
5432026-07-16T22:38:52.422Z Downloaded atomicwrites v0.4.4
5442026-07-16T22:38:52.422Z Downloaded downcast-rs v2.0.2
5452026-07-16T22:38:52.424Z Downloaded castaway v0.2.4
5462026-07-16T22:38:52.425Z Downloaded embedded-io v0.4.0
5472026-07-16T22:38:52.427Z Downloaded endian-type v0.1.2
5482026-07-16T22:38:52.427Z Downloaded defmt-parser v1.0.0
5492026-07-16T22:38:52.427Z Downloaded compression-core v0.4.31
5502026-07-16T22:38:52.427Z Downloaded anstream v0.6.21
5512026-07-16T22:38:52.430Z Downloaded cfg_aliases v0.2.1
5522026-07-16T22:38:52.430Z Downloaded dunce v1.0.5
5532026-07-16T22:38:52.433Z Downloaded display-error-chain v0.2.2
5542026-07-16T22:38:52.433Z Downloaded dirs-sys-next v0.1.2
5552026-07-16T22:38:52.433Z Downloaded dirs-next v2.0.0
5562026-07-16T22:38:52.435Z Downloaded enum-as-inner v0.6.1
5572026-07-16T22:38:52.435Z Downloaded env_filter v1.0.0
5582026-07-16T22:38:52.438Z Downloaded dtrace-parser v0.3.0
5592026-07-16T22:38:52.438Z Downloaded block-padding v0.4.2
5602026-07-16T22:38:52.441Z Downloaded document-features v0.2.12
5612026-07-16T22:38:52.444Z Downloaded fd-lock v4.0.4
5622026-07-16T22:38:52.447Z Downloaded foreign-types-shared v0.1.1
5632026-07-16T22:38:52.448Z Downloaded foreign-types-shared v0.3.1
5642026-07-16T22:38:52.448Z Downloaded float-cmp v0.10.0
5652026-07-16T22:38:52.451Z Downloaded fixedbitset v0.4.2
5662026-07-16T22:38:52.451Z Downloaded foreign-types v0.3.2
5672026-07-16T22:38:52.451Z Downloaded foreign-types-macros v0.2.3
5682026-07-16T22:38:52.454Z Downloaded fxhash v0.2.1
5692026-07-16T22:38:52.454Z Downloaded futures-task v0.3.32
5702026-07-16T22:38:52.454Z Downloaded foreign-types v0.5.0
5712026-07-16T22:38:52.454Z Downloaded funty v2.0.0
5722026-07-16T22:38:52.457Z Downloaded form_urlencoded v1.2.2
5732026-07-16T22:38:52.457Z Downloaded float-ord v0.3.2
5742026-07-16T22:38:52.460Z Downloaded ed25519 v2.2.3
5752026-07-16T22:38:52.460Z Downloaded darling v0.21.3
5762026-07-16T22:38:52.463Z Downloaded derive_builder_macro v0.20.2
5772026-07-16T22:38:52.466Z Downloaded csv-core v0.1.13
5782026-07-16T22:38:52.466Z Downloaded chacha20 v0.9.1
5792026-07-16T22:38:52.466Z Downloaded either v1.15.0
5802026-07-16T22:38:52.470Z Downloaded defmt-macros v1.0.1
5812026-07-16T22:38:52.470Z Downloaded futures-macro v0.3.32
5822026-07-16T22:38:52.474Z Downloaded futures-io v0.3.32
5832026-07-16T22:38:52.474Z Downloaded bs58 v0.5.1
5842026-07-16T22:38:52.474Z Downloaded futures-sink v0.3.32
5852026-07-16T22:38:52.477Z Downloaded const_format_proc_macros v0.2.34
5862026-07-16T22:38:52.477Z Downloaded darling v0.23.0
5872026-07-16T22:38:52.480Z Downloaded ghash v0.6.0
5882026-07-16T22:38:52.480Z Downloaded derive_builder_core v0.20.2
5892026-07-16T22:38:52.485Z Downloaded gethostname v0.5.0
5902026-07-16T22:38:52.485Z Downloaded console v0.16.2
5912026-07-16T22:38:52.485Z Downloaded git-stub v1.0.0
5922026-07-16T22:38:52.485Z Downloaded cipher v0.5.2
5932026-07-16T22:38:52.489Z Downloaded colored v3.1.1
5942026-07-16T22:38:52.489Z Downloaded hash32 v0.3.1
5952026-07-16T22:38:52.490Z Downloaded diesel-dtrace v0.5.0
5962026-07-16T22:38:52.493Z Downloaded globwalk v0.9.1
5972026-07-16T22:38:52.493Z Downloaded camino-tempfile-ext v0.3.3
5982026-07-16T22:38:52.493Z Downloaded bit-vec v0.6.3
5992026-07-16T22:38:52.496Z Downloaded derive-ex v0.1.8
6002026-07-16T22:38:52.496Z Downloaded dropshot-api-manager-types v0.7.2
6012026-07-16T22:38:52.496Z Downloaded der_derive v0.7.3
6022026-07-16T22:38:52.498Z Downloaded cancel-safe-futures v0.1.5
6032026-07-16T22:38:52.498Z Downloaded difflib v0.4.0
6042026-07-16T22:38:52.500Z Downloaded ecdsa v0.16.9
6052026-07-16T22:38:52.501Z Downloaded aes v0.9.1
6062026-07-16T22:38:52.508Z Downloaded hash32 v0.2.1
6072026-07-16T22:38:52.508Z Downloaded fallible-iterator v0.2.0
6082026-07-16T22:38:52.508Z Downloaded ff v0.14.0
6092026-07-16T22:38:52.508Z Downloaded flagset v0.4.7
6102026-07-16T22:38:52.508Z Downloaded fixedbitset v0.5.7
6112026-07-16T22:38:52.511Z Downloaded filetime v0.2.27
6122026-07-16T22:38:52.511Z Downloaded foldhash v0.1.5
6132026-07-16T22:38:52.511Z Downloaded darling_core v0.20.11
6142026-07-16T22:38:52.514Z Downloaded fs-err v2.11.0
6152026-07-16T22:38:52.519Z Downloaded foldhash v0.2.0
6162026-07-16T22:38:52.519Z Downloaded hex-literal v1.1.0
6172026-07-16T22:38:52.519Z Downloaded headers-core v0.3.0
6182026-07-16T22:38:52.519Z Downloaded derive_builder v0.20.2
6192026-07-16T22:38:52.523Z Downloaded hostname v0.3.1
6202026-07-16T22:38:52.523Z Downloaded crypto-bigint v0.5.5
6212026-07-16T22:38:52.526Z Downloaded constant_time_eq v0.4.2
6222026-07-16T22:38:52.528Z Downloaded backon v1.6.0
6232026-07-16T22:38:52.535Z Downloaded colored v2.2.0
6242026-07-16T22:38:52.535Z Downloaded futures-core v0.3.32
6252026-07-16T22:38:52.535Z Downloaded chacha20 v0.10.0
6262026-07-16T22:38:52.538Z Downloaded http-body v1.0.1
6272026-07-16T22:38:52.538Z Downloaded group v0.13.0
6282026-07-16T22:38:52.538Z Downloaded http-range v0.1.5
6292026-07-16T22:38:52.538Z Downloaded home v0.5.12
6302026-07-16T22:38:52.538Z Downloaded glob v0.3.3
6312026-07-16T22:38:52.541Z Downloaded git-stub-vcs v0.1.0
6322026-07-16T22:38:52.541Z Downloaded hubpack v0.1.2
6332026-07-16T22:38:52.543Z Downloaded httpdate v1.0.3
6342026-07-16T22:38:52.543Z Downloaded globset v0.4.18
6352026-07-16T22:38:52.543Z Downloaded hostname v0.4.2
6362026-07-16T22:38:52.546Z Downloaded hubpack_derive v0.1.1
6372026-07-16T22:38:52.546Z Downloaded console v0.15.11
6382026-07-16T22:38:52.549Z Downloaded illumos-nvpair v0.3.0
6392026-07-16T22:38:52.549Z Downloaded group v0.14.0
6402026-07-16T22:38:52.549Z Downloaded diff v0.1.13
6412026-07-16T22:38:52.552Z Downloaded const-oid v0.9.6
6422026-07-16T22:38:52.552Z Downloaded base64 v0.22.1
6432026-07-16T22:38:52.555Z Downloaded ahash v0.8.12
6442026-07-16T22:38:52.558Z Downloaded ident_case v1.0.1
6452026-07-16T22:38:52.558Z Downloaded hyper-tls v0.6.0
6462026-07-16T22:38:52.558Z Downloaded ff v0.13.1
6472026-07-16T22:38:52.561Z Downloaded des v0.9.0
6482026-07-16T22:38:52.561Z Downloaded bzip2 v0.4.4
6492026-07-16T22:38:52.563Z Downloaded ecdsa v0.17.0-rc.18
6502026-07-16T22:38:52.563Z Downloaded idna_adapter v1.2.1
6512026-07-16T22:38:52.566Z Downloaded deranged v0.5.8
6522026-07-16T22:38:52.566Z Downloaded ciborium v0.2.2
6532026-07-16T22:38:52.569Z Downloaded indoc v1.0.9
6542026-07-16T22:38:52.569Z Downloaded fs_extra v1.3.0
6552026-07-16T22:38:52.573Z Downloaded hex v0.4.3
6562026-07-16T22:38:52.573Z Downloaded dropshot_endpoint v0.17.1
6572026-07-16T22:38:52.576Z Downloaded illumos-nvpair-sys v0.2.0
6582026-07-16T22:38:52.576Z Downloaded crc-any v2.5.0
6592026-07-16T22:38:52.576Z Downloaded argon2 v0.6.0-rc.8
6602026-07-16T22:38:52.578Z Downloaded instant v0.1.13
6612026-07-16T22:38:52.578Z Downloaded is_ci v1.2.0
6622026-07-16T22:38:52.582Z Downloaded instability v0.3.11
6632026-07-16T22:38:52.582Z Downloaded inout v0.2.2
6642026-07-16T22:38:52.582Z Downloaded inout v0.1.4
6652026-07-16T22:38:52.584Z Downloaded indent_write v2.2.0
6662026-07-16T22:38:52.585Z Downloaded digest v0.11.3
6672026-07-16T22:38:52.585Z Downloaded bzip2 v0.6.1
6682026-07-16T22:38:52.587Z Downloaded highway v1.3.0
6692026-07-16T22:38:52.587Z Downloaded futures-channel v0.3.32
6702026-07-16T22:38:52.590Z Downloaded const-oid v0.10.2
6712026-07-16T22:38:52.590Z Downloaded darling_core v0.21.3
6722026-07-16T22:38:52.593Z Downloaded lalrpop-util v0.19.12
6732026-07-16T22:38:52.595Z Downloaded keccak v0.1.6
6742026-07-16T22:38:52.595Z Downloaded lazy_static v1.5.0
6752026-07-16T22:38:52.598Z Downloaded internet-checksum v0.2.1
6762026-07-16T22:38:52.598Z Downloaded clang-sys v1.8.1
6772026-07-16T22:38:52.598Z Downloaded kstat-rs v0.2.4
6782026-07-16T22:38:52.601Z Downloaded getrandom v0.2.17
6792026-07-16T22:38:52.601Z Downloaded humantime v2.3.0
6802026-07-16T22:38:52.604Z Downloaded http-body-util v0.1.3
6812026-07-16T22:38:52.604Z Downloaded async-bb8-diesel v0.2.1
6822026-07-16T22:38:52.607Z Downloaded is-terminal v0.4.17
6832026-07-16T22:38:52.607Z Downloaded futures-executor v0.3.32
6842026-07-16T22:38:52.607Z Downloaded kem v0.3.0
6852026-07-16T22:38:52.611Z Downloaded linked-hash-map v0.5.6
6862026-07-16T22:38:52.611Z Downloaded libscf-sys v1.1.0
6872026-07-16T22:38:52.611Z Downloaded darling_core v0.23.0
6882026-07-16T22:38:52.614Z Downloaded managed v0.8.0
6892026-07-16T22:38:52.614Z Downloaded find-msvc-tools v0.1.9
6902026-07-16T22:38:52.617Z Downloaded lzss v0.8.2
6912026-07-16T22:38:52.617Z Downloaded lru-slab v0.1.2
6922026-07-16T22:38:52.617Z Downloaded elliptic-curve v0.14.0-rc.33
6932026-07-16T22:38:52.620Z Downloaded erased-serde v0.3.31
6942026-07-16T22:38:52.623Z Downloaded enum_dispatch v0.3.13
6952026-07-16T22:38:52.623Z Downloaded hyper-staticfile v0.10.1
6962026-07-16T22:38:52.626Z Downloaded env_logger v0.11.9
6972026-07-16T22:38:52.626Z Downloaded ena v0.14.4
6982026-07-16T22:38:52.628Z Downloaded maybe-uninit v2.0.0
6992026-07-16T22:38:52.628Z Downloaded mime v0.3.17
7002026-07-16T22:38:52.628Z Downloaded elliptic-curve v0.13.8
7012026-07-16T22:38:52.631Z Downloaded match_cfg v0.1.0
7022026-07-16T22:38:52.632Z Downloaded drift v0.2.0
7032026-07-16T22:38:52.637Z Downloaded md5 v0.8.0
7042026-07-16T22:38:52.640Z Downloaded md-5 v0.10.6
7052026-07-16T22:38:52.640Z Downloaded lru-cache v0.1.2
7062026-07-16T22:38:52.640Z Downloaded indoc v2.0.7
7072026-07-16T22:38:52.643Z Downloaded memoffset v0.9.1
7082026-07-16T22:38:52.643Z Downloaded ingot v0.1.1
7092026-07-16T22:38:52.646Z Downloaded impl-trait-for-tuples v0.2.3
7102026-07-16T22:38:52.646Z Downloaded newline-converter v0.3.0
7112026-07-16T22:38:52.648Z Downloaded ingot-types v0.1.2
7122026-07-16T22:38:52.648Z Downloaded ipnet v2.11.0
7132026-07-16T22:38:52.650Z Downloaded nodrop v0.1.14
7142026-07-16T22:38:52.650Z Downloaded new_debug_unreachable v1.0.6
7152026-07-16T22:38:52.650Z Downloaded buf-list v1.1.2
7162026-07-16T22:38:52.653Z Downloaded hmac v0.13.0
7172026-07-16T22:38:52.653Z Downloaded hmac v0.12.1
7182026-07-16T22:38:52.656Z Downloaded newtype_derive v0.1.6
7192026-07-16T22:38:52.656Z Downloaded crossbeam-channel v0.5.15
7202026-07-16T22:38:52.658Z Downloaded nibble_vec v0.1.0
7212026-07-16T22:38:52.661Z Downloaded generic-array v1.4.3
7222026-07-16T22:38:52.663Z Downloaded normalize-line-endings v0.3.0
7232026-07-16T22:38:52.664Z Downloaded ipnetwork v0.21.1
7242026-07-16T22:38:52.664Z Downloaded chacha20poly1305 v0.10.1
7252026-07-16T22:38:52.667Z Downloaded multimap v0.10.1
7262026-07-16T22:38:52.667Z Downloaded newtype-uuid-macros v0.1.0
7272026-07-16T22:38:52.667Z Downloaded httparse v1.10.1
7282026-07-16T22:38:52.670Z Downloaded num v0.4.3
7292026-07-16T22:38:52.670Z Downloaded compact_str v0.8.1
7302026-07-16T22:38:52.672Z Downloaded libsw v3.5.0
7312026-07-16T22:38:52.672Z Downloaded num-derive v0.4.2
7322026-07-16T22:38:52.675Z Downloaded libloading v0.8.9
7332026-07-16T22:38:52.675Z Downloaded num-derive v0.3.3
7342026-07-16T22:38:52.677Z Downloaded nonempty v0.12.0
7352026-07-16T22:38:52.677Z Downloaded half v1.8.3
7362026-07-16T22:38:52.680Z Downloaded jobserver v0.1.34
7372026-07-16T22:38:52.680Z Downloaded num-conv v0.2.0
7382026-07-16T22:38:52.682Z Downloaded olpc-cjson v0.1.4
7392026-07-16T22:38:52.683Z Downloaded iana-time-zone v0.1.65
7402026-07-16T22:38:52.687Z Downloaded maplit v1.0.2
7412026-07-16T22:38:52.687Z Downloaded libefi-sys v0.1.0
7422026-07-16T22:38:52.687Z Downloaded hyper-rustls v0.27.7
7432026-07-16T22:38:52.690Z Downloaded hybrid-array v0.4.13
7442026-07-16T22:38:52.690Z Downloaded lock_api v0.4.14
7452026-07-16T22:38:52.690Z Downloaded libsw-core v0.3.2
7462026-07-16T22:38:52.690Z Downloaded num_threads v0.1.7
7472026-07-16T22:38:52.693Z Downloaded num_enum_derive v0.5.11
7482026-07-16T22:38:52.693Z Downloaded linear-map v1.2.0
7492026-07-16T22:38:52.693Z Downloaded keccak v0.2.0
7502026-07-16T22:38:52.695Z Downloaded futures v0.3.32
7512026-07-16T22:38:52.698Z Downloaded lru v0.12.5
7522026-07-16T22:38:52.698Z Downloaded openssl-probe v0.2.1
7532026-07-16T22:38:52.700Z Downloaded fatfs v0.3.6
7542026-07-16T22:38:52.700Z Downloaded derive_more v0.99.20
7552026-07-16T22:38:52.703Z Downloaded mime_guess v2.0.5
7562026-07-16T22:38:52.706Z Downloaded flume v0.11.1
7572026-07-16T22:38:52.709Z Downloaded openssl-macros v0.1.1
7582026-07-16T22:38:52.709Z Downloaded module-lattice v0.2.3
7592026-07-16T22:38:52.709Z Downloaded opaque-debug v0.3.1
7602026-07-16T22:38:52.711Z Downloaded derive-where v1.6.0
7612026-07-16T22:38:52.714Z Downloaded openssl-probe v0.1.6
7622026-07-16T22:38:52.714Z Downloaded convert_case v0.10.0
7632026-07-16T22:38:52.716Z Downloaded corncobs v0.1.4
7642026-07-16T22:38:52.716Z Downloaded compression-codecs v0.4.37
7652026-07-16T22:38:52.719Z Downloaded multer v3.1.0
7662026-07-16T22:38:52.722Z Downloaded nanorand v0.7.0
7672026-07-16T22:38:52.722Z Downloaded ingot-macros v0.1.1
7682026-07-16T22:38:52.725Z Downloaded bumpalo v3.20.2
7692026-07-16T22:38:52.725Z Downloaded packed_struct_codegen v0.10.1
7702026-07-16T22:38:52.727Z Downloaded cmake v0.1.57
7712026-07-16T22:38:52.727Z Downloaded parse-size v1.1.0
7722026-07-16T22:38:52.728Z Downloaded blowfish v0.10.0
7732026-07-16T22:38:52.730Z Downloaded delegate v0.13.5
7742026-07-16T22:38:52.730Z Downloaded embedded-io v0.6.1
7752026-07-16T22:38:52.730Z Downloaded bytes v1.11.1
7762026-07-16T22:38:52.733Z Downloaded base64 v0.21.7
7772026-07-16T22:38:52.736Z Downloaded ed25519 v3.0.0
7782026-07-16T22:38:52.739Z Downloaded argon2 v0.5.3
7792026-07-16T22:38:52.739Z Downloaded async-trait v0.1.89
7802026-07-16T22:38:52.742Z Downloaded num_enum v0.7.6
7812026-07-16T22:38:52.744Z Downloaded password-hash v0.6.1
7822026-07-16T22:38:52.745Z Downloaded parse-display v0.10.0
7832026-07-16T22:38:52.745Z Downloaded num-iter v0.1.45
7842026-07-16T22:38:52.747Z Downloaded num-complex v0.4.6
7852026-07-16T22:38:52.747Z Downloaded num-integer v0.1.46
7862026-07-16T22:38:52.750Z Downloaded num-rational v0.4.2
7872026-07-16T22:38:52.750Z Downloaded num_enum v0.5.11
7882026-07-16T22:38:52.753Z Downloaded litrs v1.0.0
7892026-07-16T22:38:52.756Z Downloaded litemap v0.8.1
7902026-07-16T22:38:52.756Z Downloaded peg-runtime v0.8.5
7912026-07-16T22:38:52.756Z Downloaded half v2.7.1
7922026-07-16T22:38:52.759Z Downloaded percent-encoding v2.3.2
7932026-07-16T22:38:52.759Z Downloaded phf_shared v0.12.1
7942026-07-16T22:38:52.762Z Downloaded phf_shared v0.11.3
7952026-07-16T22:38:52.762Z Downloaded async-compression v0.4.41
7962026-07-16T22:38:52.765Z Downloaded num_enum_derive v0.7.6
7972026-07-16T22:38:52.767Z Downloaded phf_shared v0.13.1
7982026-07-16T22:38:52.767Z Downloaded icu_provider v2.1.1
7992026-07-16T22:38:52.770Z Downloaded flate2 v1.1.9
8002026-07-16T22:38:52.785Z Downloaded predicates-core v1.0.10
8012026-07-16T22:38:52.787Z Downloaded derive_more-impl v2.1.1
8022026-07-16T22:38:52.790Z Downloaded memmap2 v0.9.10
8032026-07-16T22:38:52.793Z Downloaded ignore v0.4.25
8042026-07-16T22:38:52.793Z Downloaded oxide-tokio-rt v0.1.4
8052026-07-16T22:38:52.795Z Downloaded owo-colors v4.3.0
8062026-07-16T22:38:52.795Z Downloaded potential_utf v0.1.4
8072026-07-16T22:38:52.798Z Downloaded predicates-tree v1.0.13
8082026-07-16T22:38:52.798Z Downloaded precomputed-hash v0.1.1
8092026-07-16T22:38:52.798Z Downloaded powerfmt v0.2.0
8102026-07-16T22:38:52.801Z Downloaded cc v1.2.56
8112026-07-16T22:38:52.801Z Downloaded oso-derive v0.27.3
8122026-07-16T22:38:52.806Z Downloaded ml-kem v0.3.2
8132026-07-16T22:38:52.806Z Downloaded paste v1.0.15
8142026-07-16T22:38:52.809Z Downloaded packed_struct v0.10.1
8152026-07-16T22:38:52.809Z Downloaded heapless v0.8.0
8162026-07-16T22:38:52.812Z Downloaded derive_more v2.1.1
8172026-07-16T22:38:52.816Z Downloaded password-hash v0.5.0
8182026-07-16T22:38:52.819Z Downloaded parking_lot_core v0.8.6
8192026-07-16T22:38:52.822Z Downloaded pem v3.0.6
8202026-07-16T22:38:52.822Z Downloaded peg v0.8.5
8212026-07-16T22:38:52.825Z Downloaded pbkdf2 v0.13.0
8222026-07-16T22:38:52.825Z Downloaded phf v0.13.1
8232026-07-16T22:38:52.827Z Downloaded proc-macro-crate v3.4.0
8242026-07-16T22:38:52.827Z Downloaded progenitor-macro v0.14.0
8252026-07-16T22:38:52.827Z Downloaded proc-macro-error-attr2 v2.0.0
8262026-07-16T22:38:52.830Z Downloaded proc-macro-crate v1.3.1
8272026-07-16T22:38:52.830Z Downloaded phf v0.12.1
8282026-07-16T22:38:52.830Z Downloaded phc v0.6.1
8292026-07-16T22:38:52.833Z Downloaded libbz2-rs-sys v0.2.2
8302026-07-16T22:38:52.836Z Downloaded pem-rfc7468 v0.7.0
8312026-07-16T22:38:52.836Z Downloaded path-slash v0.1.5
8322026-07-16T22:38:52.836Z Downloaded icu_normalizer_data v2.1.1
8332026-07-16T22:38:52.838Z Downloaded icu_normalizer v2.1.1
8342026-07-16T22:38:52.841Z Downloaded psl-types v2.0.11
8352026-07-16T22:38:52.841Z Downloaded quick-error v1.2.3
8362026-07-16T22:38:52.841Z Downloaded poly1305 v0.8.0
8372026-07-16T22:38:52.844Z Downloaded progenitor-macro v0.13.0
8382026-07-16T22:38:52.844Z Downloaded progenitor-client v0.14.0
8392026-07-16T22:38:52.846Z Downloaded pin-project-lite v0.2.17
8402026-07-16T22:38:52.848Z Downloaded indicatif v0.18.4
8412026-07-16T22:38:52.851Z Downloaded indexmap v1.9.3
8422026-07-16T22:38:52.853Z Downloaded predicates v3.1.4
8432026-07-16T22:38:52.856Z Downloaded pkcs8 v0.10.2
8442026-07-16T22:38:52.859Z Downloaded pin-project-internal v1.1.11
8452026-07-16T22:38:52.862Z Downloaded radium v0.7.0
8462026-07-16T22:38:52.862Z Downloaded rand_chacha v0.3.1
8472026-07-16T22:38:52.862Z Downloaded pkg-config v0.3.32
8482026-07-16T22:38:52.864Z Downloaded pem-rfc7468 v1.0.0
8492026-07-16T22:38:52.864Z Downloaded parking_lot v0.12.5
8502026-07-16T22:38:52.867Z Downloaded primeorder v0.13.6
8512026-07-16T22:38:52.867Z Downloaded crossterm v0.29.0
8522026-07-16T22:38:52.872Z Downloaded parking_lot v0.11.2
8532026-07-16T22:38:52.875Z Downloaded postgres-protocol v0.6.10
8542026-07-16T22:38:52.878Z Downloaded rand_xorshift v0.4.0
8552026-07-16T22:38:52.878Z Downloaded primefield v0.14.0
8562026-07-16T22:38:52.878Z Downloaded ppv-lite86 v0.2.21
8572026-07-16T22:38:52.881Z Downloaded polyval v0.7.1
8582026-07-16T22:38:52.881Z Downloaded heapless v0.7.17
8592026-07-16T22:38:52.883Z Downloaded headers v0.4.1
8602026-07-16T22:38:52.888Z Downloaded progenitor v0.14.0
8612026-07-16T22:38:52.891Z Downloaded progenitor v0.13.0
8622026-07-16T22:38:52.891Z Downloaded peg-macros v0.8.5
8632026-07-16T22:38:52.891Z Downloaded ref-cast-impl v1.0.25
8642026-07-16T22:38:52.893Z Downloaded ref-cast v1.0.25
8652026-07-16T22:38:52.893Z Downloaded hashbrown v0.13.2
8662026-07-16T22:38:52.896Z Downloaded proc-macro-error2 v2.0.1
8672026-07-16T22:38:52.899Z Downloaded omicron-zone-package v0.12.3
8682026-07-16T22:38:52.901Z Downloaded progenitor-extras v0.2.0
8692026-07-16T22:38:52.904Z Downloaded num-traits v0.2.19
8702026-07-16T22:38:52.904Z Downloaded aes-gcm v0.11.0
8712026-07-16T22:38:52.907Z Downloaded rfc6979 v0.4.0
8722026-07-16T22:38:52.907Z Downloaded progenitor-client v0.13.0
8732026-07-16T22:38:52.910Z Downloaded primeorder v0.14.0-rc.10
8742026-07-16T22:38:52.910Z Downloaded parking_lot_core v0.9.12
8752026-07-16T22:38:52.910Z Downloaded rfc6979 v0.5.0
8762026-07-16T22:38:52.913Z Downloaded port-file v0.1.0
8772026-07-16T22:38:52.913Z Downloaded psm v0.1.30
8782026-07-16T22:38:52.916Z Downloaded oso v0.27.3
8792026-07-16T22:38:52.918Z Downloaded oxnet v0.1.6
8802026-07-16T22:38:52.919Z Downloaded expectorate v1.2.0
8812026-07-16T22:38:52.921Z Downloaded pkcs8 v0.11.0
8822026-07-16T22:38:52.924Z Downloaded pkcs1 v0.8.0-rc.4
8832026-07-16T22:38:52.924Z Downloaded pkcs1 v0.7.5
8842026-07-16T22:38:52.926Z Downloaded hickory-resolver v0.25.2
8852026-07-16T22:38:52.929Z Downloaded rand_core v0.6.4
8862026-07-16T22:38:52.929Z Downloaded r2d2 v0.8.10
8872026-07-16T22:38:52.932Z Downloaded hickory-resolver v0.24.4
8882026-07-16T22:38:52.935Z Downloaded miniz_oxide v0.8.9
8892026-07-16T22:38:52.935Z Downloaded jiff-static v0.2.21
8902026-07-16T22:38:52.937Z Downloaded crossterm v0.28.1
8912026-07-16T22:38:52.940Z Downloaded rand_seeder v0.4.0
8922026-07-16T22:38:52.943Z Downloaded rtoolbox v0.0.3
8932026-07-16T22:38:52.943Z Downloaded rustc_version v0.4.1
8942026-07-16T22:38:52.946Z Downloaded rustc_version v0.1.7
8952026-07-16T22:38:52.946Z Downloaded rustc-hash v2.1.1
8962026-07-16T22:38:52.946Z Downloaded russh-cryptovec v0.61.0
8972026-07-16T22:38:52.968Z Downloaded rand_core v0.10.0
8982026-07-16T22:38:52.968Z Downloaded postgres-types v0.2.12
8992026-07-16T22:38:52.969Z Downloaded icu_collections v2.1.1
9002026-07-16T22:38:52.969Z Downloaded crypto-primes v0.7.2
9012026-07-16T22:38:52.969Z Downloaded russh-util v0.52.0
9022026-07-16T22:38:52.969Z Downloaded recursive-proc-macro-impl v0.1.1
9032026-07-16T22:38:52.969Z Downloaded recursive v0.1.1
9042026-07-16T22:38:52.969Z Downloaded der v0.8.0
9052026-07-16T22:38:52.969Z Downloaded scheduled-thread-pool v0.2.7
9062026-07-16T22:38:52.969Z Downloaded sapling-renderdag v0.1.0
9072026-07-16T22:38:52.969Z Downloaded ed25519-dalek v3.0.0-rc.0
9082026-07-16T22:38:52.969Z Downloaded secrecy v0.10.3
9092026-07-16T22:38:52.969Z Downloaded scroll_derive v0.13.1
9102026-07-16T22:38:52.973Z Downloaded same-file v1.0.6
9112026-07-16T22:38:52.973Z Downloaded pin-project v1.1.11
9122026-07-16T22:38:52.977Z Downloaded semver v0.1.20
9132026-07-16T22:38:52.980Z Downloaded serde-big-array v0.5.1
9142026-07-16T22:38:52.980Z Downloaded seq-macro v0.3.6
9152026-07-16T22:38:52.980Z Downloaded serde_bytes v0.11.19
9162026-07-16T22:38:52.983Z Downloaded hashbrown v0.12.3
9172026-07-16T22:38:52.986Z Downloaded rustls-native-certs v0.8.3
9182026-07-16T22:38:52.986Z Downloaded rand_chacha v0.9.0
9192026-07-16T22:38:52.991Z Downloaded poly1305 v0.9.0
9202026-07-16T22:38:52.991Z Downloaded sha1 v0.11.0
9212026-07-16T22:38:52.993Z Downloaded prefix-trie v0.7.0
9222026-07-16T22:38:52.993Z Downloaded p256 v0.14.0-rc.10
9232026-07-16T22:38:52.996Z Downloaded serde_urlencoded v0.7.1
9242026-07-16T22:38:52.996Z Downloaded serde_spanned v1.1.1
9252026-07-16T22:38:52.999Z Downloaded serde_plain v1.0.2
9262026-07-16T22:38:52.999Z Downloaded quinn-udp v0.5.14
9272026-07-16T22:38:52.999Z Downloaded p384 v0.14.0-rc.10
9282026-07-16T22:38:53.002Z Downloaded papergrid v0.17.0
9292026-07-16T22:38:53.005Z Downloaded postcard v1.1.3
9302026-07-16T22:38:53.008Z Downloaded serde_repr v0.1.20
9312026-07-16T22:38:53.008Z Downloaded secrecy v0.8.0
9322026-07-16T22:38:53.011Z Downloaded rand_core v0.9.5
9332026-07-16T22:38:53.011Z Downloaded resolv-conf v0.7.6
9342026-07-16T22:38:53.011Z Downloaded ed25519-dalek v2.2.0
9352026-07-16T22:38:53.013Z Downloaded signal-hook-mio v0.2.5
9362026-07-16T22:38:53.016Z Downloaded signal-hook-tokio v0.3.1
9372026-07-16T22:38:53.016Z Downloaded signature v2.2.0
9382026-07-16T22:38:53.016Z Downloaded rusty-fork v0.3.1
9392026-07-16T22:38:53.019Z Downloaded diesel_derives v2.3.7
9402026-07-16T22:38:53.022Z Downloaded der v0.7.10
9412026-07-16T22:38:53.025Z Downloaded progenitor-impl v0.13.0
9422026-07-16T22:38:53.027Z Downloaded icu_properties v2.1.2
9432026-07-16T22:38:53.027Z Downloaded sec1 v0.7.3
9442026-07-16T22:38:53.030Z Downloaded schemars_derive v0.8.22
9452026-07-16T22:38:53.030Z Downloaded scroll v0.13.0
9462026-07-16T22:38:53.033Z Downloaded sigpipe v0.1.3
9472026-07-16T22:38:53.033Z Downloaded signature v3.0.0
9482026-07-16T22:38:53.033Z Downloaded scopeguard v1.2.0
9492026-07-16T22:38:53.036Z Downloaded rustversion v1.0.22
9502026-07-16T22:38:53.036Z Downloaded openssl-sys v0.9.115
9512026-07-16T22:38:53.039Z Downloaded scrypt v0.12.0
9522026-07-16T22:38:53.042Z Downloaded hyper-util v0.1.20
9532026-07-16T22:38:53.044Z Downloaded slog-envlogger v2.2.0
9542026-07-16T22:38:53.047Z Downloaded serde-hex v0.1.0
9552026-07-16T22:38:53.047Z Downloaded siphasher v1.0.2
9562026-07-16T22:38:53.053Z Downloaded pkcs5 v0.8.1
9572026-07-16T22:38:53.056Z Downloaded dropshot-api-manager v0.7.2
9582026-07-16T22:38:53.056Z Downloaded rustls-pemfile v2.2.0
9592026-07-16T22:38:53.056Z Downloaded icu_locale_core v2.1.1
9602026-07-16T22:38:53.060Z Downloaded parse-display-derive v0.10.0
9612026-07-16T22:38:53.063Z Downloaded serde_derive_internals v0.29.1
9622026-07-16T22:38:53.063Z Downloaded serde_path_to_error v0.1.20
9632026-07-16T22:38:53.063Z Downloaded native-tls v0.2.18
9642026-07-16T22:38:53.066Z Downloaded getrandom v0.3.4
9652026-07-16T22:38:53.068Z Downloaded nu-ansi-term v0.50.3
9662026-07-16T22:38:53.068Z Downloaded shlex v1.3.0
9672026-07-16T22:38:53.068Z Downloaded minimal-lexical v0.2.1
9682026-07-16T22:38:53.071Z Downloaded num-bigint v0.4.6
9692026-07-16T22:38:53.074Z Downloaded http v1.4.2
9702026-07-16T22:38:53.078Z Downloaded pretty_assertions v1.4.1
9712026-07-16T22:38:53.080Z Downloaded internal-russh-num-bigint v0.5.0
9722026-07-16T22:38:53.084Z Downloaded serdect v0.4.3
9732026-07-16T22:38:53.084Z Downloaded shell-words v1.1.1
9742026-07-16T22:38:53.087Z Downloaded stable_deref_trait v1.2.1
9752026-07-16T22:38:53.088Z Downloaded rustls-pki-types v1.14.0
9762026-07-16T22:38:53.088Z Downloaded serde_with_macros v1.5.2
9772026-07-16T22:38:53.091Z Downloaded hickory-server v0.25.2
9782026-07-16T22:38:53.091Z Downloaded newtype-uuid v1.3.2
9792026-07-16T22:38:53.095Z Downloaded bcs v0.1.6
9802026-07-16T22:38:53.095Z Downloaded cassowary v0.3.0
9812026-07-16T22:38:53.095Z Downloaded signal-hook-registry v1.4.8
9822026-07-16T22:38:53.101Z Downloaded bitflags v1.3.2
9832026-07-16T22:38:53.101Z Downloaded displaydoc v0.2.5
9842026-07-16T22:38:53.101Z Downloaded defmt v1.0.1
9852026-07-16T22:38:53.106Z Downloaded sqlparser_derive v0.5.0
9862026-07-16T22:38:53.106Z Downloaded salsa20 v0.11.0
9872026-07-16T22:38:53.106Z Downloaded strip-ansi-escapes v0.2.1
9882026-07-16T22:38:53.106Z Downloaded base64ct v1.8.3
9892026-07-16T22:38:53.113Z Downloaded aho-corasick v1.1.4
9902026-07-16T22:38:53.113Z Downloaded structmeta v0.3.0
9912026-07-16T22:38:53.113Z Downloaded strum v0.27.2
9922026-07-16T22:38:53.113Z Downloaded progenitor-impl v0.14.0
9932026-07-16T22:38:53.117Z Downloaded strum v0.26.3
9942026-07-16T22:38:53.118Z Downloaded slog-dtrace v0.3.0
9952026-07-16T22:38:53.118Z Downloaded simd-adler32 v0.3.8
9962026-07-16T22:38:53.118Z Downloaded subtle v2.6.1
9972026-07-16T22:38:53.122Z Downloaded slog-scope v4.4.1
9982026-07-16T22:38:53.122Z Downloaded slab v0.4.12
9992026-07-16T22:38:53.122Z Downloaded slog-stdlog v4.1.1
10002026-07-16T22:38:53.122Z Downloaded slog-bunyan v2.5.0
10012026-07-16T22:38:53.122Z Downloaded slog-async v2.8.0
10022026-07-16T22:38:53.126Z Downloaded backoff v0.4.0
10032026-07-16T22:38:53.126Z Downloaded smallvec v0.6.14
10042026-07-16T22:38:53.126Z Downloaded hashbrown v0.16.1
10052026-07-16T22:38:53.130Z Downloaded sha1 v0.10.6
10062026-07-16T22:38:53.130Z Downloaded serde_cbor v0.11.2
10072026-07-16T22:38:53.133Z Downloaded sync_wrapper v1.0.2
10082026-07-16T22:38:53.133Z Downloaded ron v0.8.1
10092026-07-16T22:38:53.136Z Downloaded tabled_derive v0.11.0
10102026-07-16T22:38:53.136Z Downloaded take_mut v0.2.2
10112026-07-16T22:38:53.140Z Downloaded prettyplease v0.2.37
10122026-07-16T22:38:53.140Z Downloaded tagptr v0.2.0
10132026-07-16T22:38:53.143Z Downloaded tap v1.0.1
10142026-07-16T22:38:53.143Z Downloaded itertools v0.10.5
10152026-07-16T22:38:53.146Z Downloaded tabwriter v1.4.1
10162026-07-16T22:38:53.149Z Downloaded sqlformat v0.3.5
10172026-07-16T22:38:53.149Z Downloaded spki v0.8.0
10182026-07-16T22:38:53.149Z Downloaded spki v0.7.3
10192026-07-16T22:38:53.152Z Downloaded serde_with_macros v3.21.0
10202026-07-16T22:38:53.152Z Downloaded thread-id v5.1.0
10212026-07-16T22:38:53.155Z Downloaded termtree v0.5.1
10222026-07-16T22:38:53.155Z Downloaded sha2 v0.11.0
10232026-07-16T22:38:53.158Z Downloaded rustls-platform-verifier v0.6.2
10242026-07-16T22:38:53.161Z Downloaded static_assertions v1.1.0
10252026-07-16T22:38:53.161Z Downloaded thiserror-impl-no-std v2.0.2
10262026-07-16T22:38:53.161Z Downloaded testing_table v0.3.0
10272026-07-16T22:38:53.164Z Downloaded time-core v0.1.8
10282026-07-16T22:38:53.164Z Downloaded ssh-encoding v0.3.0-rc.9
10292026-07-16T22:38:53.164Z Downloaded ssh-cipher v0.3.0-rc.9
10302026-07-16T22:38:53.168Z Downloaded strsim v0.10.0
10312026-07-16T22:38:53.168Z Downloaded string_cache v0.8.9
10322026-07-16T22:38:53.171Z Downloaded stacker v0.1.23
10332026-07-16T22:38:53.171Z Downloaded rcgen v0.12.1
10342026-07-16T22:38:53.171Z Downloaded idna v1.1.0
10352026-07-16T22:38:53.173Z Downloaded rayon-core v1.13.0
10362026-07-16T22:38:53.176Z Downloaded strum_macros v0.27.2
10372026-07-16T22:38:53.180Z Downloaded supports-color v3.0.2
10382026-07-16T22:38:53.180Z Downloaded strum_macros v0.26.4
10392026-07-16T22:38:53.182Z Downloaded tokio-macros v2.7.0
10402026-07-16T22:38:53.182Z Downloaded strum_macros v0.24.3
10412026-07-16T22:38:53.182Z Downloaded tinyvec_macros v0.1.1
10422026-07-16T22:38:53.187Z Downloaded structmeta-derive v0.3.0
10432026-07-16T22:38:53.187Z Downloaded stringprep v0.1.5
10442026-07-16T22:38:53.187Z Downloaded schemars v0.8.22
10452026-07-16T22:38:53.192Z Downloaded smallvec v1.15.1
10462026-07-16T22:38:53.194Z Downloaded support-bundle-viewer v0.1.2
10472026-07-16T22:38:53.194Z Downloaded qorb v0.4.1
10482026-07-16T22:38:53.197Z Downloaded synstructure v0.13.2
10492026-07-16T22:38:53.200Z Downloaded hashbrown v0.15.5
10502026-07-16T22:38:53.203Z Downloaded tokio-test v0.4.5
10512026-07-16T22:38:53.203Z Downloaded futures-util v0.3.32
10522026-07-16T22:38:53.210Z Downloaded quinn v0.11.9
10532026-07-16T22:38:53.213Z Downloaded iri-string v0.7.10
10542026-07-16T22:38:53.217Z Downloaded thiserror-no-std v2.0.2
10552026-07-16T22:38:53.222Z Downloaded thread_local v1.1.9
10562026-07-16T22:38:53.222Z Downloaded termios v0.3.3
10572026-07-16T22:38:53.224Z Downloaded spin v0.9.8
10582026-07-16T22:38:53.224Z Downloaded serde_yaml v0.9.34+deprecated
10592026-07-16T22:38:53.225Z Downloaded ryu v1.0.23
10602026-07-16T22:38:53.228Z Downloaded nom v7.1.3
10612026-07-16T22:38:53.231Z Downloaded schemars v0.9.0
10622026-07-16T22:38:53.238Z Downloaded try-lock v0.2.5
10632026-07-16T22:38:53.242Z Downloaded tower-service v0.3.3
10642026-07-16T22:38:53.242Z Downloaded tower-layer v0.3.3
10652026-07-16T22:38:53.242Z Downloaded topological-sort v0.2.2
10662026-07-16T22:38:53.243Z Downloaded typify-macro v0.6.2
10672026-07-16T22:38:53.245Z Downloaded signal-hook v0.3.18
10682026-07-16T22:38:53.245Z Downloaded time-macros v0.2.27
10692026-07-16T22:38:53.246Z Downloaded icu_properties_data v2.1.2
10702026-07-16T22:38:53.251Z Downloaded unarray v0.1.4
10712026-07-16T22:38:53.255Z Downloaded trait-variant v0.1.2
10722026-07-16T22:38:53.255Z Downloaded tls_codec_derive v0.4.2
10732026-07-16T22:38:53.255Z Downloaded tiny-keccak v2.0.2
10742026-07-16T22:38:53.259Z Downloaded similar v2.7.0
10752026-07-16T22:38:53.262Z Downloaded tokio-dtrace v0.1.1
10762026-07-16T22:38:53.262Z Downloaded socket2 v0.5.10
10772026-07-16T22:38:53.262Z Downloaded h2 v0.4.15
10782026-07-16T22:38:53.265Z Downloaded publicsuffix v2.3.0
10792026-07-16T22:38:53.268Z Downloaded unit-prefix v0.5.2
10802026-07-16T22:38:53.268Z Downloaded universal-hash v0.5.1
10812026-07-16T22:38:53.271Z Downloaded tokio-native-tls v0.3.1
10822026-07-16T22:38:53.271Z Downloaded untrusted v0.7.1
10832026-07-16T22:38:53.271Z Downloaded universal-hash v0.6.1
10842026-07-16T22:38:53.274Z Downloaded hkdf v0.13.0
10852026-07-16T22:38:53.274Z Downloaded itertools v0.14.0
10862026-07-16T22:38:53.282Z Downloaded tokio-tungstenite v0.21.0
10872026-07-16T22:38:53.288Z Downloaded rand v0.9.2
10882026-07-16T22:38:53.288Z Downloaded rand v0.8.6
10892026-07-16T22:38:53.289Z Downloaded toml_datetime v1.1.1+spec-1.1.0
10902026-07-16T22:38:53.289Z Downloaded usdt v0.6.0
10912026-07-16T22:38:53.293Z Downloaded tokio-tungstenite v0.23.1
10922026-07-16T22:38:53.293Z Downloaded utf8_iter v1.0.4
10932026-07-16T22:38:53.293Z Downloaded rustls-webpki v0.103.13
10942026-07-16T22:38:53.293Z Downloaded void v1.0.2
10952026-07-16T22:38:53.293Z Downloaded utf-8 v0.7.6
10962026-07-16T22:38:53.296Z Downloaded wait-timeout v0.2.1
10972026-07-16T22:38:53.296Z Downloaded usdt-macro v0.6.0
10982026-07-16T22:38:53.296Z Downloaded hkdf v0.12.4
10992026-07-16T22:38:53.296Z Downloaded usdt-attr-macro v0.6.0
11002026-07-16T22:38:53.296Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11012026-07-16T22:38:53.299Z Downloaded term v1.2.1
11022026-07-16T22:38:53.299Z Downloaded itertools v0.12.1
11032026-07-16T22:38:53.303Z Downloaded samael v0.0.19
11042026-07-16T22:38:53.306Z Downloaded toml_writer v1.1.1+spec-1.1.0
11052026-07-16T22:38:53.311Z Downloaded num-bigint-dig v0.8.6
11062026-07-16T22:38:53.317Z Downloaded waitgroup v0.1.2
11072026-07-16T22:38:53.317Z Downloaded hyper v1.10.1
11082026-07-16T22:38:53.323Z Downloaded tui-tree-widget v0.23.1
11092026-07-16T22:38:53.323Z Downloaded slog v2.8.2
11102026-07-16T22:38:53.323Z Downloaded tinystr v0.8.2
11112026-07-16T22:38:53.328Z Downloaded snafu-derive v0.8.9
11122026-07-16T22:38:53.328Z Downloaded unicode-truncate v1.1.0
11132026-07-16T22:38:53.328Z Downloaded tls_codec v0.4.2
11142026-07-16T22:38:53.328Z Downloaded xshell-macros v0.2.7
11152026-07-16T22:38:53.328Z Downloaded p521 v0.14.0-rc.10
11162026-07-16T22:38:53.332Z Downloaded want v0.3.1
11172026-07-16T22:38:53.332Z Downloaded libxml v0.3.3
11182026-07-16T22:38:53.336Z Downloaded unicase v2.9.0
11192026-07-16T22:38:53.336Z Downloaded sync-ptr v0.1.4
11202026-07-16T22:38:53.336Z Downloaded smf v0.2.3
11212026-07-16T22:38:53.336Z Downloaded mio v1.2.0
11222026-07-16T22:38:53.339Z Downloaded snafu v0.8.9
11232026-07-16T22:38:53.342Z Downloaded tokio-rustls v0.26.4
11242026-07-16T22:38:53.342Z Downloaded slog-term v2.9.2
11252026-07-16T22:38:53.345Z Downloaded slog-json v2.6.1
11262026-07-16T22:38:53.345Z Downloaded sec1 v0.8.1
11272026-07-16T22:38:53.347Z Downloaded crc32fast v1.5.0
11282026-07-16T22:38:53.347Z Downloaded rand v0.10.1
11292026-07-16T22:38:53.350Z Downloaded cmov v0.5.4
11302026-07-16T22:38:53.350Z Downloaded nom v8.0.0
11312026-07-16T22:38:53.354Z Downloaded test-strategy v0.4.5
11322026-07-16T22:38:53.356Z Downloaded yoke-derive v0.8.1
11332026-07-16T22:38:53.359Z Downloaded vsss-rs v3.3.4
11342026-07-16T22:38:53.359Z Downloaded bitvec v1.0.1
11352026-07-16T22:38:53.368Z Downloaded zerofrom v0.1.6
11362026-07-16T22:38:53.374Z Downloaded uzers v0.12.2
11372026-07-16T22:38:53.374Z Downloaded vergen-lib v0.1.6
11382026-07-16T22:38:53.374Z Downloaded tinyvec v1.10.0
11392026-07-16T22:38:53.378Z Downloaded toml_parser v1.1.2+spec-1.1.0
11402026-07-16T22:38:53.378Z Downloaded whoami v1.6.1
11412026-07-16T22:38:53.378Z Downloaded zeroize_derive v1.4.3
11422026-07-16T22:38:53.378Z Downloaded usdt-impl v0.6.0
11432026-07-16T22:38:53.379Z Downloaded vergen-gitcl v1.0.8
11442026-07-16T22:38:53.384Z Downloaded tracing-attributes v0.1.31
11452026-07-16T22:38:53.384Z Downloaded vergen-lib v9.1.0
11462026-07-16T22:38:53.384Z Downloaded untrusted v0.9.0
11472026-07-16T22:38:53.384Z Downloaded tokio-stream v0.1.18
11482026-07-16T22:38:53.387Z Downloaded subprocess v0.2.15
11492026-07-16T22:38:53.387Z Downloaded zerofrom-derive v0.1.6
11502026-07-16T22:38:53.387Z Downloaded schemars v1.2.1
11512026-07-16T22:38:53.396Z Downloaded unicode-xid v0.2.6
11522026-07-16T22:38:53.398Z Downloaded rsa v0.9.10
11532026-07-16T22:38:53.399Z Downloaded twox-hash v2.1.2
11542026-07-16T22:38:53.402Z Downloaded iddqd v0.4.2
11552026-07-16T22:38:53.405Z Downloaded zone_cfg_derive v0.3.1
11562026-07-16T22:38:53.408Z Downloaded yoke v0.8.1
11572026-07-16T22:38:53.408Z Downloaded whoami v2.1.0
11582026-07-16T22:38:53.411Z Downloaded term v0.7.0
11592026-07-16T22:38:53.411Z Downloaded unicode-properties v0.1.4
11602026-07-16T22:38:53.416Z Downloaded rsa v0.10.0-rc.18
11612026-07-16T22:38:53.421Z Downloaded libm v0.2.16
11622026-07-16T22:38:53.425Z Downloaded zeroize v1.8.2
11632026-07-16T22:38:53.425Z Downloaded xattr v1.6.1
11642026-07-16T22:38:53.425Z Downloaded wyz v0.5.1
11652026-07-16T22:38:53.425Z Downloaded writeable v0.6.2
11662026-07-16T22:38:53.428Z Downloaded steno v0.4.1
11672026-07-16T22:38:53.428Z Downloaded zerovec-derive v0.11.2
11682026-07-16T22:38:53.428Z Downloaded blake3 v1.8.5
11692026-07-16T22:38:53.433Z Downloaded zone v0.3.1
11702026-07-16T22:38:53.436Z Downloaded tungstenite v0.21.0
11712026-07-16T22:38:53.436Z Downloaded toml v1.1.2+spec-1.1.0
11722026-07-16T22:38:53.439Z Downloaded toml v0.7.8
11732026-07-16T22:38:53.442Z Downloaded vergen v9.1.0
11742026-07-16T22:38:53.442Z Downloaded unicode-bidi v0.3.18
11752026-07-16T22:38:53.445Z Downloaded rpassword v7.4.0
11762026-07-16T22:38:53.445Z Downloaded tracing-core v0.1.36
11772026-07-16T22:38:53.448Z Downloaded socket2 v0.6.3
11782026-07-16T22:38:53.448Z Downloaded itertools v0.13.0
11792026-07-16T22:38:53.451Z Downloaded yasna v0.5.2
11802026-07-16T22:38:53.454Z Downloaded uuid v1.23.4
11812026-07-16T22:38:53.458Z Downloaded vergen-git2 v9.1.0
11822026-07-16T22:38:53.458Z Downloaded unsafe-libyaml v0.2.11
11832026-07-16T22:38:53.458Z Downloaded walkdir v2.5.0
11842026-07-16T22:38:53.461Z Downloaded rustyline v14.0.0
11852026-07-16T22:38:53.464Z Downloaded bindgen v0.71.1
11862026-07-16T22:38:53.468Z Downloaded aws-lc-rs v1.16.3
11872026-07-16T22:38:53.471Z Downloaded zstd v0.13.3
11882026-07-16T22:38:53.474Z Downloaded typify v0.6.2
11892026-07-16T22:38:53.477Z Downloaded tungstenite v0.23.0
11902026-07-16T22:38:53.486Z Downloaded xshell v0.2.7
11912026-07-16T22:38:53.488Z Downloaded p384 v0.13.1
11922026-07-16T22:38:53.491Z Downloaded chrono v0.4.45
11932026-07-16T22:38:53.494Z Downloaded toml_edit v0.23.10+spec-1.0.0
11942026-07-16T22:38:53.501Z Downloaded zopfli v0.8.3
11952026-07-16T22:38:53.505Z Downloaded reedline v0.40.0
11962026-07-16T22:38:53.510Z Downloaded vte v0.14.1
11972026-07-16T22:38:53.515Z Downloaded zerocopy v0.6.6
11982026-07-16T22:38:53.515Z Downloaded reqwest v0.13.2
11992026-07-16T22:38:53.540Z Downloaded zerotrie v0.2.3
12002026-07-16T22:38:53.540Z Downloaded yansi v1.0.1
12012026-07-16T22:38:53.545Z Downloaded rawzip v0.4.4
12022026-07-16T22:38:53.546Z Downloaded tokio-postgres v0.7.16
12032026-07-16T22:38:53.546Z Downloaded zstd-safe v7.2.4
12042026-07-16T22:38:53.546Z Downloaded quick-xml v0.37.5
12052026-07-16T22:38:53.546Z Downloaded tower v0.5.3
12062026-07-16T22:38:53.550Z Downloaded curve25519-dalek v4.1.3
12072026-07-16T22:38:53.555Z Downloaded tar v0.4.46
12082026-07-16T22:38:53.555Z Downloaded serde_with v1.14.0
12092026-07-16T22:38:53.558Z Downloaded toml_edit v0.19.15
12102026-07-16T22:38:53.567Z Downloaded zerocopy-derive v0.8.40
12112026-07-16T22:38:53.572Z Downloaded salty v0.3.0
12122026-07-16T22:38:53.575Z Downloaded portable-atomic v1.13.1
12132026-07-16T22:38:53.579Z Downloaded reqwest v0.12.28
12142026-07-16T22:38:53.582Z Downloaded regex v1.12.3
12152026-07-16T22:38:53.589Z Downloaded git2 v0.20.4
12162026-07-16T22:38:53.592Z Downloaded unicode-segmentation v1.12.0
12172026-07-16T22:38:53.594Z Downloaded unicode_categories v0.1.1
12182026-07-16T22:38:53.601Z Downloaded petname v2.0.2
12192026-07-16T22:38:53.603Z Downloaded url v2.5.8
12202026-07-16T22:38:53.606Z Downloaded ssh-key v0.7.0-rc.10
12212026-07-16T22:38:53.609Z Downloaded unicode-normalization v0.1.25
12222026-07-16T22:38:53.615Z Downloaded zip v0.6.6
12232026-07-16T22:38:53.619Z Downloaded zerovec v0.11.5
12242026-07-16T22:38:53.625Z Downloaded nix v0.27.1
12252026-07-16T22:38:53.631Z Downloaded bstr v1.12.1
12262026-07-16T22:38:53.643Z Downloaded rayon v1.11.0
12272026-07-16T22:38:53.648Z Downloaded moka v0.12.13
12282026-07-16T22:38:53.654Z Downloaded nix v0.28.0
12292026-07-16T22:38:53.660Z Downloaded openssl v0.10.79
12302026-07-16T22:38:53.665Z Downloaded crypto-bigint v0.7.5
12312026-07-16T22:38:53.676Z Downloaded x509-cert v0.2.5
12322026-07-16T22:38:53.684Z Downloaded winnow v1.0.3
12332026-07-16T22:38:53.688Z Downloaded time v0.3.47
12342026-07-16T22:38:53.695Z Downloaded lalrpop v0.19.12
12352026-07-16T22:38:53.701Z Downloaded goblin v0.10.5
12362026-07-16T22:38:53.707Z Downloaded typed-path v0.9.3
12372026-07-16T22:38:53.719Z Downloaded tough v0.22.0
12382026-07-16T22:38:53.727Z Downloaded object v0.30.4
12392026-07-16T22:38:53.730Z Downloaded tower-http v0.6.8
12402026-07-16T22:38:53.734Z Downloaded curve25519-dalek v5.0.0-rc.0
12412026-07-16T22:38:53.740Z Downloaded zip v4.6.1
12422026-07-16T22:38:53.743Z Downloaded object v0.37.3
12432026-07-16T22:38:53.749Z Downloaded serde_with v3.21.0
12442026-07-16T22:38:53.756Z Downloaded proptest v1.10.0
12452026-07-16T22:38:53.762Z Downloaded nix v0.31.2
12462026-07-16T22:38:53.769Z Downloaded tokio-util v0.7.18
12472026-07-16T22:38:53.774Z Downloaded quinn-proto v0.11.13
12482026-07-16T22:38:53.777Z Downloaded openapiv3 v2.2.0
12492026-07-16T22:38:53.786Z Downloaded polar-core v0.27.3
12502026-07-16T22:38:53.791Z Downloaded rustls v0.23.41
12512026-07-16T22:38:53.796Z Downloaded winnow v0.5.40
12522026-07-16T22:38:53.800Z Downloaded smoltcp v0.11.0
12532026-07-16T22:38:53.808Z Downloaded russh v0.61.2
12542026-07-16T22:38:53.813Z Downloaded rustix v0.38.44
12552026-07-16T22:38:53.826Z Downloaded winnow v0.6.26
12562026-07-16T22:38:53.831Z Downloaded radix_trie v0.2.1
12572026-07-16T22:38:53.834Z Downloaded dropshot v0.17.1
12582026-07-16T22:38:53.861Z Downloaded tabled v0.20.0
12592026-07-16T22:38:53.871Z Downloaded smoltcp v0.9.1
12602026-07-16T22:38:53.881Z Downloaded hickory-proto v0.24.4
12612026-07-16T22:38:53.890Z Downloaded sled v0.34.7
12622026-07-16T22:38:53.897Z Downloaded vcpkg v0.2.15
12632026-07-16T22:38:53.920Z Downloaded hickory-proto v0.25.2
12642026-07-16T22:38:53.929Z Downloaded sha3 v0.11.0
12652026-07-16T22:38:53.932Z Downloaded regex-syntax v0.6.29
12662026-07-16T22:38:53.935Z Downloaded zlib-rs v0.6.2
12672026-07-16T22:38:53.937Z Downloaded diesel v2.3.11
12682026-07-16T22:38:53.950Z Downloaded zerocopy v0.8.40
12692026-07-16T22:38:53.956Z Downloaded fiat-crypto v0.3.0
12702026-07-16T22:38:53.964Z Downloaded bzip2-sys v0.1.13+1.0.8
12712026-07-16T22:38:53.972Z Downloaded regress v0.11.1
12722026-07-16T22:38:53.976Z Downloaded petgraph v0.6.5
12732026-07-16T22:38:53.988Z Downloaded regex-syntax v0.8.10
12742026-07-16T22:38:53.992Z Downloaded jiff v0.2.21
12752026-07-16T22:38:54.003Z Downloaded chrono-tz v0.10.4
12762026-07-16T22:38:54.013Z Downloaded regress v0.10.5
12772026-07-16T22:38:54.041Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12782026-07-16T22:38:54.051Z Downloaded sqlparser v0.61.0
12792026-07-16T22:38:54.086Z Downloaded tracing v0.1.44
12802026-07-16T22:38:54.098Z Downloaded typify-impl v0.6.2
12812026-07-16T22:38:54.107Z Downloaded ratatui v0.29.0
12822026-07-16T22:38:54.129Z Downloaded zerocopy-derive v0.6.6
12832026-07-16T22:38:54.135Z Downloaded regex-automata v0.4.14
12842026-07-16T22:38:54.145Z Downloaded encoding_rs v0.8.35
12852026-07-16T22:38:54.194Z Downloaded petgraph v0.8.3
12862026-07-16T22:38:54.208Z Downloaded csv v1.4.0
12872026-07-16T22:38:54.220Z Downloaded libz-sys v1.1.24
12882026-07-16T22:38:54.232Z Downloaded libgit2-sys v0.18.3+1.9.2
12892026-07-16T22:38:54.263Z Downloaded sha3 v0.10.8
12902026-07-16T22:38:54.266Z Downloaded tokio v1.52.1
12912026-07-16T22:38:54.322Z Downloaded ring v0.17.14
12922026-07-16T22:38:54.740Z Downloaded aws-lc-sys v0.40.0
12932026-07-16T22:38:54.983Z Compiling libc v0.2.185
12942026-07-16T22:38:54.983Z Compiling serde_core v1.0.228
12952026-07-16T22:38:54.983Z Compiling serde v1.0.228
12962026-07-16T22:38:54.983Z Compiling log v0.4.29
12972026-07-16T22:38:54.983Z Compiling smallvec v1.15.1
12982026-07-16T22:38:54.983Z Compiling find-msvc-tools v0.1.9
12992026-07-16T22:38:54.983Z Compiling shlex v1.3.0
13002026-07-16T22:38:54.983Z Compiling subtle v2.6.1
13012026-07-16T22:38:55.121Z Compiling scopeguard v1.2.0
13022026-07-16T22:38:55.173Z Compiling stable_deref_trait v1.2.1
13032026-07-16T22:38:55.183Z Compiling typenum v1.20.1
13042026-07-16T22:38:55.185Z Compiling serde_json v1.0.150
13052026-07-16T22:38:55.209Z Compiling zerocopy v0.8.40
13062026-07-16T22:38:55.212Z Compiling portable-atomic v1.13.1
13072026-07-16T22:38:55.248Z Compiling syn v2.0.117
13082026-07-16T22:38:55.262Z Compiling pin-project-lite v0.2.17
13092026-07-16T22:38:55.302Z Compiling lock_api v0.4.14
13102026-07-16T22:38:55.316Z Compiling parking_lot_core v0.9.12
13112026-07-16T22:38:55.332Z Compiling libm v0.2.16
13122026-07-16T22:38:55.359Z Compiling getrandom v0.4.1
13132026-07-16T22:38:55.375Z Compiling critical-section v1.2.0
13142026-07-16T22:38:55.397Z Compiling pkg-config v0.3.32
13152026-07-16T22:38:55.412Z Compiling num-traits v0.2.19
13162026-07-16T22:38:55.448Z Compiling rand_core v0.10.0
13172026-07-16T22:38:55.494Z Compiling futures-core v0.3.32
13182026-07-16T22:38:55.507Z Compiling generic-array v0.14.7
13192026-07-16T22:38:55.522Z Compiling writeable v0.6.2
13202026-07-16T22:38:55.549Z Compiling litemap v0.8.1
13212026-07-16T22:38:55.613Z Compiling const-oid v0.9.6
13222026-07-16T22:38:55.654Z Compiling percent-encoding v2.3.2
13232026-07-16T22:38:55.668Z Compiling icu_normalizer_data v2.1.1
13242026-07-16T22:38:55.733Z Compiling icu_properties_data v2.1.2
13252026-07-16T22:38:55.764Z Compiling futures-sink v0.3.32
13262026-07-16T22:38:55.775Z Compiling futures-task v0.3.32
13272026-07-16T22:38:55.801Z Compiling slab v0.4.12
13282026-07-16T22:38:55.817Z Compiling futures-io v0.3.32
13292026-07-16T22:38:55.846Z Compiling utf8_iter v1.0.4
13302026-07-16T22:38:55.862Z Compiling form_urlencoded v1.2.2
13312026-07-16T22:38:55.900Z Compiling futures-channel v0.3.32
13322026-07-16T22:38:56.015Z Compiling rustversion v1.0.22
13332026-07-16T22:38:56.015Z Compiling getrandom v0.3.4
13342026-07-16T22:38:56.019Z Compiling ident_case v1.0.1
13352026-07-16T22:38:56.057Z Compiling iana-time-zone v0.1.65
13362026-07-16T22:38:56.060Z Compiling dunce v1.0.5
13372026-07-16T22:38:56.060Z Compiling rustix v1.1.3
13382026-07-16T22:38:56.097Z Compiling jobserver v0.1.34
13392026-07-16T22:38:56.122Z Compiling errno v0.3.14
13402026-07-16T22:38:56.178Z Compiling getrandom v0.2.17
13412026-07-16T22:38:56.181Z Compiling mio v1.2.0
13422026-07-16T22:38:56.222Z Compiling socket2 v0.6.3
13432026-07-16T22:38:56.304Z Compiling signal-hook-registry v1.4.8
13442026-07-16T22:38:56.317Z Compiling fs_extra v1.3.0
13452026-07-16T22:38:56.428Z Compiling cc v1.2.56
13462026-07-16T22:38:56.444Z Compiling once_cell v1.21.3
13472026-07-16T22:38:56.470Z Compiling rand_core v0.6.4
13482026-07-16T22:38:56.473Z Compiling parking_lot v0.12.5
13492026-07-16T22:38:56.517Z Compiling regex-syntax v0.8.10
13502026-07-16T22:38:56.597Z Compiling vcpkg v0.2.15
13512026-07-16T22:38:56.610Z Compiling base64 v0.22.1
13522026-07-16T22:38:56.674Z Compiling base64ct v1.8.3
13532026-07-16T22:38:56.689Z Compiling tracing-core v0.1.36
13542026-07-16T22:38:56.704Z Compiling flagset v0.4.7
13552026-07-16T22:38:56.733Z Compiling aws-lc-rs v1.16.3
13562026-07-16T22:38:56.761Z Compiling openssl-probe v0.2.1
13572026-07-16T22:38:56.850Z Compiling tinyvec_macros v0.1.1
13582026-07-16T22:38:56.880Z Compiling schemars v0.8.22
13592026-07-16T22:38:56.899Z Compiling dyn-clone v1.0.20
13602026-07-16T22:38:56.927Z Compiling rand_core v0.9.5
13612026-07-16T22:38:56.959Z Compiling pem-rfc7468 v0.7.0
13622026-07-16T22:38:56.963Z Compiling cmov v0.5.4
13632026-07-16T22:38:56.989Z Compiling httparse v1.10.1
13642026-07-16T22:38:57.021Z Compiling tinyvec v1.10.0
13652026-07-16T22:38:57.050Z Compiling aho-corasick v1.1.4
13662026-07-16T22:38:57.065Z Compiling atomic-waker v1.1.2
13672026-07-16T22:38:57.142Z Compiling untrusted v0.7.1
13682026-07-16T22:38:57.189Z Compiling cmake v0.1.57
13692026-07-16T22:38:57.205Z Compiling ctutils v0.4.2
13702026-07-16T22:38:57.218Z Compiling tower-layer v0.3.3
13712026-07-16T22:38:57.218Z Compiling try-lock v0.2.5
13722026-07-16T22:38:57.248Z Compiling tower-service v0.3.3
13732026-07-16T22:38:57.260Z Compiling untrusted v0.9.0
13742026-07-16T22:38:57.280Z Compiling rustls v0.23.41
13752026-07-16T22:38:57.299Z Compiling foreign-types-shared v0.1.1
13762026-07-16T22:38:57.359Z Compiling bitflags v2.11.0
13772026-07-16T22:38:57.387Z Compiling semver v1.0.28
13782026-07-16T22:38:57.400Z Compiling indexmap v2.14.0
13792026-07-16T22:38:57.403Z Compiling uuid v1.23.4
13802026-07-16T22:38:57.403Z Compiling want v0.3.1
13812026-07-16T22:38:57.456Z Compiling cpufeatures v0.2.17
13822026-07-16T22:38:57.473Z Compiling httpdate v1.0.3
13832026-07-16T22:38:57.500Z Compiling openssl v0.10.79
13842026-07-16T22:38:57.520Z Compiling foreign-types v0.3.2
13852026-07-16T22:38:57.610Z Compiling rustc_version v0.4.1
13862026-07-16T22:38:57.623Z Compiling unicode-normalization v0.1.25
13872026-07-16T22:38:57.627Z Compiling spin v0.9.8
13882026-07-16T22:38:57.627Z Compiling time-core v0.1.8
13892026-07-16T22:38:57.731Z Compiling powerfmt v0.2.0
13902026-07-16T22:38:57.745Z Compiling native-tls v0.2.18
13912026-07-16T22:38:57.768Z Compiling crc32fast v1.5.0
13922026-07-16T22:38:57.794Z Compiling num-conv v0.2.0
13932026-07-16T22:38:57.812Z Compiling wait-timeout v0.2.1
13942026-07-16T22:38:57.874Z Compiling sync_wrapper v1.0.2
13952026-07-16T22:38:57.938Z Compiling time-macros v0.2.27
13962026-07-16T22:38:57.967Z Compiling deranged v0.5.8
13972026-07-16T22:38:57.970Z Compiling crossbeam-utils v0.8.21
13982026-07-16T22:38:57.999Z Compiling quick-error v1.2.3
13992026-07-16T22:38:58.032Z Compiling regex-automata v0.4.14
14002026-07-16T22:38:58.048Z Compiling aws-lc-sys v0.40.0
14012026-07-16T22:38:58.075Z Compiling openssl-sys v0.9.115
14022026-07-16T22:38:58.100Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14032026-07-16T22:38:58.128Z Compiling synstructure v0.13.2
14042026-07-16T22:38:58.145Z Compiling serde_derive_internals v0.29.1
14052026-07-16T22:38:58.168Z Compiling pest_generator v2.8.6
14062026-07-16T22:38:58.195Z Compiling darling_core v0.20.11
14072026-07-16T22:38:58.293Z Compiling siphasher v1.0.2
14082026-07-16T22:38:58.512Z Compiling tempfile v3.25.0
14092026-07-16T22:38:58.551Z Compiling syn v1.0.109
14102026-07-16T22:38:58.730Z Compiling simd-adler32 v0.3.8
14112026-07-16T22:38:58.757Z Compiling num_threads v0.1.7
14122026-07-16T22:38:58.788Z Compiling bit-vec v0.8.0
14132026-07-16T22:38:58.898Z Compiling unicode-segmentation v1.12.0
14142026-07-16T22:38:58.913Z Compiling usdt-impl v0.6.0
14152026-07-16T22:38:58.931Z Compiling rusty-fork v0.3.1
14162026-07-16T22:38:58.998Z Compiling bit-set v0.8.0
14172026-07-16T22:38:59.006Z Compiling darling_core v0.23.0
14182026-07-16T22:38:59.027Z Compiling bzip2-sys v0.1.13+1.0.8
14192026-07-16T22:38:59.044Z Compiling heapless v0.7.17
14202026-07-16T22:38:59.073Z Compiling slog v2.8.2
14212026-07-16T22:38:59.092Z Compiling time v0.3.47
14222026-07-16T22:38:59.217Z Compiling rand_xorshift v0.4.0
14232026-07-16T22:38:59.217Z Compiling thread-id v5.1.0
14242026-07-16T22:38:59.247Z Compiling cookie v0.18.1
14252026-07-16T22:38:59.306Z Compiling allocator-api2 v0.2.21
14262026-07-16T22:38:59.320Z Compiling anyhow v1.0.102
14272026-07-16T22:38:59.332Z Compiling unicode-properties v0.1.4
14282026-07-16T22:38:59.346Z Compiling zstd-safe v7.2.4
14292026-07-16T22:38:59.361Z Compiling unicode-bidi v0.3.18
14302026-07-16T22:38:59.364Z Compiling ryu v1.0.23
14312026-07-16T22:38:59.387Z Compiling unarray v0.1.4
14322026-07-16T22:38:59.416Z Compiling iri-string v0.7.10
14332026-07-16T22:38:59.468Z Compiling adler2 v2.0.1
14342026-07-16T22:38:59.508Z Compiling paste v1.0.15
14352026-07-16T22:38:59.553Z Compiling signal-hook v0.3.18
14362026-07-16T22:38:59.572Z Compiling miniz_oxide v0.8.9
14372026-07-16T22:38:59.690Z Compiling heck v0.4.1
14382026-07-16T22:38:59.704Z Compiling stringprep v0.1.5
14392026-07-16T22:38:59.780Z Compiling camino v1.2.2
14402026-07-16T22:38:59.921Z Compiling serde_derive v1.0.228
14412026-07-16T22:38:59.932Z Compiling zeroize_derive v1.4.3
14422026-07-16T22:38:59.936Z Compiling zerofrom-derive v0.1.6
14432026-07-16T22:39:00.165Z Compiling yoke-derive v0.8.1
14442026-07-16T22:39:00.183Z Compiling zerovec-derive v0.11.2
14452026-07-16T22:39:00.207Z Compiling displaydoc v0.2.5
14462026-07-16T22:39:00.385Z Compiling zerocopy-derive v0.8.40
14472026-07-16T22:39:00.444Z Compiling tokio-macros v2.7.0
14482026-07-16T22:39:00.607Z Compiling futures-macro v0.3.32
14492026-07-16T22:39:00.629Z Compiling zeroize v1.8.2
14502026-07-16T22:39:00.725Z Compiling tracing-attributes v0.1.31
14512026-07-16T22:39:00.987Z Compiling der_derive v0.7.3
14522026-07-16T22:39:01.002Z Compiling thiserror-impl v2.0.18
14532026-07-16T22:39:01.198Z Compiling rustls-pki-types v1.14.0
14542026-07-16T22:39:01.395Z Compiling crypto-common v0.1.7
14552026-07-16T22:39:01.408Z Compiling zerofrom v0.1.6
14562026-07-16T22:39:01.409Z Compiling block-buffer v0.10.4
14572026-07-16T22:39:01.438Z Compiling schemars_derive v0.8.22
14582026-07-16T22:39:01.465Z Compiling futures-util v0.3.32
14592026-07-16T22:39:01.546Z Compiling yoke v0.8.1
14602026-07-16T22:39:01.560Z Compiling digest v0.10.7
14612026-07-16T22:39:01.616Z Compiling hybrid-array v0.4.13
14622026-07-16T22:39:01.629Z Compiling pest_derive v2.8.6
14632026-07-16T22:39:01.670Z Compiling scroll_derive v0.13.1
14642026-07-16T22:39:01.751Z Compiling zerovec v0.11.5
14652026-07-16T22:39:01.836Z Compiling zerotrie v0.2.3
14662026-07-16T22:39:02.002Z Compiling der v0.7.10
14672026-07-16T22:39:02.125Z Compiling darling_macro v0.20.11
14682026-07-16T22:39:02.145Z Compiling tracing v0.1.44
14692026-07-16T22:39:02.159Z Compiling openssl-macros v0.1.1
14702026-07-16T22:39:02.246Z Compiling tinystr v0.8.2
14712026-07-16T22:39:02.276Z Compiling potential_utf v0.1.4
14722026-07-16T22:39:02.402Z Compiling icu_collections v2.1.1
14732026-07-16T22:39:02.420Z Compiling icu_locale_core v2.1.1
14742026-07-16T22:39:02.438Z Compiling thiserror v2.0.18
14752026-07-16T22:39:02.458Z Compiling sha2 v0.10.9
14762026-07-16T22:39:02.458Z Compiling hmac v0.12.1
14772026-07-16T22:39:02.535Z Compiling scroll v0.13.0
14782026-07-16T22:39:02.563Z Compiling dtrace-parser v0.3.0
14792026-07-16T22:39:02.648Z Compiling thiserror-impl v1.0.69
14802026-07-16T22:39:02.663Z Compiling darling v0.20.11
14812026-07-16T22:39:02.759Z Compiling derive_builder_core v0.20.2
14822026-07-16T22:39:02.774Z Compiling goblin v0.10.5
14832026-07-16T22:39:02.821Z Compiling scroll_derive v0.12.1
14842026-07-16T22:39:02.905Z Compiling spki v0.7.3
14852026-07-16T22:39:03.127Z Compiling icu_provider v2.1.1
14862026-07-16T22:39:03.228Z Compiling pkcs8 v0.10.2
14872026-07-16T22:39:03.293Z Compiling block-padding v0.4.2
14882026-07-16T22:39:03.329Z Compiling block-buffer v0.12.1
14892026-07-16T22:39:03.431Z Compiling bytes v1.11.1
14902026-07-16T22:39:03.473Z Compiling icu_properties v2.1.2
14912026-07-16T22:39:03.486Z Compiling icu_normalizer v2.1.1
14922026-07-16T22:39:03.502Z Compiling chrono v0.4.45
14932026-07-16T22:39:03.530Z Compiling ipnet v2.11.0
14942026-07-16T22:39:03.543Z Compiling scroll v0.12.0
14952026-07-16T22:39:03.648Z Compiling derive_builder_macro v0.20.2
14962026-07-16T22:39:03.756Z Compiling toml_datetime v0.6.11
14972026-07-16T22:39:03.805Z Compiling serde_spanned v0.6.9
14982026-07-16T22:39:03.821Z Compiling serde_urlencoded v0.7.1
14992026-07-16T22:39:03.840Z Compiling hex v0.4.3
15002026-07-16T22:39:03.971Z Compiling tokio v1.52.1
15012026-07-16T22:39:03.974Z Compiling http v1.4.2
15022026-07-16T22:39:04.031Z Compiling thiserror v1.0.69
15032026-07-16T22:39:04.046Z Compiling erased-serde v0.3.31
15042026-07-16T22:39:04.049Z Compiling serde_tokenstream v0.2.3
15052026-07-16T22:39:04.078Z Compiling crypto-common v0.2.2
15062026-07-16T22:39:04.081Z Compiling signature v2.2.0
15072026-07-16T22:39:04.151Z Compiling md-5 v0.10.6
15082026-07-16T22:39:04.162Z Compiling darling_macro v0.23.0
15092026-07-16T22:39:04.184Z Compiling rustls-native-certs v0.8.3
15102026-07-16T22:39:04.341Z Compiling bstr v1.12.1
15112026-07-16T22:39:04.355Z Compiling idna_adapter v1.2.1
15122026-07-16T22:39:04.464Z Compiling idna v1.1.0
15132026-07-16T22:39:04.542Z Compiling pin-project-internal v1.1.11
15142026-07-16T22:39:04.579Z Compiling async-trait v0.1.89
15152026-07-16T22:39:04.600Z Compiling zerocopy-derive v0.7.35
15162026-07-16T22:39:04.643Z Compiling curve25519-dalek v4.1.3
15172026-07-16T22:39:04.769Z Compiling http-body v1.0.1
15182026-07-16T22:39:04.938Z Compiling ppv-lite86 v0.2.21
15192026-07-16T22:39:04.971Z Compiling url v2.5.8
15202026-07-16T22:39:05.013Z Compiling http-body-util v0.1.3
15212026-07-16T22:39:05.049Z Compiling vergen-lib v9.1.0
15222026-07-16T22:39:05.097Z Compiling num-integer v0.1.46
15232026-07-16T22:39:05.178Z Compiling hash32 v0.2.1
15242026-07-16T22:39:05.269Z Compiling rand_chacha v0.9.0
15252026-07-16T22:39:05.280Z Compiling rand_chacha v0.3.1
15262026-07-16T22:39:05.283Z Compiling memoffset v0.9.1
15272026-07-16T22:39:05.358Z Compiling encoding_rs v0.8.35
15282026-07-16T22:39:05.385Z Compiling rustix v0.38.44
15292026-07-16T22:39:05.440Z Compiling zlib-rs v0.6.2
15302026-07-16T22:39:05.518Z Compiling rand v0.9.2
15312026-07-16T22:39:05.660Z Compiling dof v0.4.0
15322026-07-16T22:39:05.682Z Compiling ref-cast v1.0.25
15332026-07-16T22:39:05.735Z Compiling smoltcp v0.9.1
15342026-07-16T22:39:05.776Z Compiling cfg_aliases v0.2.1
15352026-07-16T22:39:05.796Z Compiling mime v0.3.17
15362026-07-16T22:39:05.852Z Compiling litrs v1.0.0
15372026-07-16T22:39:05.867Z Compiling psl-types v2.0.11
15382026-07-16T22:39:05.969Z Compiling num-bigint-dig v0.8.6
15392026-07-16T22:39:06.006Z Compiling fallible-iterator v0.2.0
15402026-07-16T22:39:06.069Z Compiling publicsuffix v2.3.0
15412026-07-16T22:39:06.080Z Compiling nix v0.31.2
15422026-07-16T22:39:06.139Z Compiling proptest v1.10.0
15432026-07-16T22:39:06.216Z Compiling pin-project v1.1.11
15442026-07-16T22:39:06.265Z Compiling zerocopy v0.7.35
15452026-07-16T22:39:06.333Z Compiling ipnetwork v0.21.1
15462026-07-16T22:39:06.338Z Compiling postgres-protocol v0.6.10
15472026-07-16T22:39:06.376Z Compiling rand v0.8.6
15482026-07-16T22:39:06.389Z Compiling document-features v0.2.12
15492026-07-16T22:39:06.493Z Compiling num-iter v0.1.45
15502026-07-16T22:39:06.624Z Compiling oxnet v0.1.6
15512026-07-16T22:39:06.855Z Compiling darling v0.23.0
15522026-07-16T22:39:06.872Z Compiling derive_builder v0.20.2
15532026-07-16T22:39:06.897Z Compiling goblin v0.8.2
15542026-07-16T22:39:06.915Z Compiling hubpack_derive v0.1.1
15552026-07-16T22:39:06.915Z Compiling futures-executor v0.3.32
15562026-07-16T22:39:06.952Z Compiling inout v0.2.2
15572026-07-16T22:39:06.979Z Compiling regex v1.12.3
15582026-07-16T22:39:07.027Z Compiling snafu-derive v0.8.9
15592026-07-16T22:39:07.071Z Compiling ref-cast-impl v1.0.25
15602026-07-16T22:39:07.085Z Compiling curve25519-dalek-derive v0.1.1
15612026-07-16T22:39:07.142Z Compiling strum_macros v0.27.2
15622026-07-16T22:39:07.159Z Compiling daft-derive v0.1.7
15632026-07-16T22:39:07.402Z Compiling terminal_size v0.4.3
15642026-07-16T22:39:07.420Z Compiling phf_shared v0.13.1
15652026-07-16T22:39:07.557Z Compiling lazy_static v1.5.0
15662026-07-16T22:39:07.560Z Compiling anstyle-parse v0.2.7
15672026-07-16T22:39:07.593Z Compiling cargo-platform v0.3.2
15682026-07-16T22:39:07.602Z Compiling vergen v9.1.0
15692026-07-16T22:39:07.657Z Compiling ff v0.13.1
15702026-07-16T22:39:07.670Z Compiling fs-err v3.3.0
15712026-07-16T22:39:07.686Z Compiling ahash v0.8.12
15722026-07-16T22:39:07.765Z Compiling libbz2-rs-sys v0.2.2
15732026-07-16T22:39:07.765Z Compiling foldhash v0.1.5
15742026-07-16T22:39:07.792Z Compiling winnow v0.5.40
15752026-07-16T22:39:07.810Z Compiling foldhash v0.2.0
15762026-07-16T22:39:07.824Z Compiling tokio-util v0.7.18
15772026-07-16T22:39:07.877Z Compiling tower v0.5.3
15782026-07-16T22:39:07.897Z Compiling tokio-native-tls v0.3.1
15792026-07-16T22:39:07.947Z Compiling base16ct v0.2.0
15802026-07-16T22:39:07.966Z Compiling bitflags v1.3.2
15812026-07-16T22:39:07.969Z Compiling same-file v1.0.6
15822026-07-16T22:39:08.038Z Compiling bumpalo v3.20.2
15832026-07-16T22:39:08.050Z Compiling managed v0.8.0
15842026-07-16T22:39:08.083Z Compiling object v0.37.3
15852026-07-16T22:39:08.129Z Compiling walkdir v2.5.0
15862026-07-16T22:39:08.142Z Compiling sec1 v0.7.3
15872026-07-16T22:39:08.276Z Compiling zopfli v0.8.3
15882026-07-16T22:39:08.304Z Compiling tower-http v0.6.8
15892026-07-16T22:39:08.376Z Compiling flate2 v1.1.9
15902026-07-16T22:39:08.448Z Compiling bzip2 v0.6.1
15912026-07-16T22:39:08.461Z Compiling hashbrown v0.16.1
15922026-07-16T22:39:08.466Z Compiling clap_builder v4.6.0
15932026-07-16T22:39:08.666Z Compiling h2 v0.4.15
15942026-07-16T22:39:08.689Z Compiling newtype-uuid v1.3.2
15952026-07-16T22:39:08.779Z Compiling hashbrown v0.15.5
15962026-07-16T22:39:08.906Z Compiling daft v0.1.7
15972026-07-16T22:39:08.956Z Compiling group v0.13.0
15982026-07-16T22:39:08.986Z Compiling snafu v0.8.9
15992026-07-16T22:39:09.043Z Compiling cargo_metadata v0.23.1
16002026-07-16T22:39:09.074Z Compiling toml_edit v0.19.15
16012026-07-16T22:39:09.138Z Compiling strum v0.27.2
16022026-07-16T22:39:09.156Z Compiling dof v0.3.0
16032026-07-16T22:39:09.225Z Compiling anstream v0.6.21
16042026-07-16T22:39:09.297Z Compiling phf v0.13.1
16052026-07-16T22:39:09.356Z Compiling signal-hook-mio v0.2.5
16062026-07-16T22:39:09.420Z Compiling hubpack v0.1.2
16072026-07-16T22:39:09.472Z Compiling cookie_store v0.22.1
16082026-07-16T22:39:09.487Z Compiling usdt-attr-macro v0.6.0
16092026-07-16T22:39:09.544Z Compiling usdt-macro v0.6.0
16102026-07-16T22:39:09.654Z Compiling futures v0.3.32
16112026-07-16T22:39:09.747Z Compiling cipher v0.5.2
16122026-07-16T22:39:09.761Z Compiling bzip2 v0.4.4
16132026-07-16T22:39:09.815Z Compiling serde_with_macros v3.21.0
16142026-07-16T22:39:09.901Z Compiling postgres-types v0.2.12
16152026-07-16T22:39:10.004Z Compiling zstd v0.13.3
16162026-07-16T22:39:10.167Z Compiling globset v0.4.18
16172026-07-16T22:39:10.301Z Compiling ed25519 v2.2.3
16182026-07-16T22:39:10.337Z Compiling dtrace-parser v0.2.0
16192026-07-16T22:39:10.359Z Compiling olpc-cjson v0.1.4
16202026-07-16T22:39:10.439Z Compiling serde_plain v1.0.2
16212026-07-16T22:39:10.501Z Compiling serde-big-array v0.5.1
16222026-07-16T22:39:10.504Z Compiling pkcs1 v0.7.5
16232026-07-16T22:39:10.531Z Compiling hkdf v0.12.4
16242026-07-16T22:39:10.655Z Compiling crypto-bigint v0.5.5
16252026-07-16T22:39:10.659Z Compiling serde_repr v0.1.20
16262026-07-16T22:39:10.714Z Compiling strum_macros v0.26.4
16272026-07-16T22:39:10.872Z Compiling enum-as-inner v0.6.1
16282026-07-16T22:39:10.937Z Compiling clap_derive v4.6.1
16292026-07-16T22:39:10.984Z Compiling async-recursion v1.1.1
16302026-07-16T22:39:11.112Z Compiling phf_shared v0.11.3
16312026-07-16T22:39:11.234Z Compiling float-cmp v0.10.0
16322026-07-16T22:39:11.252Z Compiling pem v3.0.6
16332026-07-16T22:39:11.293Z Compiling memmap2 v0.9.10
16342026-07-16T22:39:11.315Z Compiling thread-id v4.2.2
16352026-07-16T22:39:11.396Z Compiling env_filter v1.0.0
16362026-07-16T22:39:11.418Z Compiling cpufeatures v0.3.0
16372026-07-16T22:39:11.426Z Compiling normalize-line-endings v0.3.0
16382026-07-16T22:39:11.504Z Compiling whoami v2.1.0
16392026-07-16T22:39:11.530Z Compiling static_assertions v1.1.0
16402026-07-16T22:39:11.539Z Compiling fixedbitset v0.4.2
16412026-07-16T22:39:11.553Z Compiling new_debug_unreachable v1.0.6
16422026-07-16T22:39:11.604Z Compiling difflib v0.4.0
16432026-07-16T22:39:11.619Z Compiling precomputed-hash v0.1.1
16442026-07-16T22:39:11.638Z Compiling fixedbitset v0.5.7
16452026-07-16T22:39:11.686Z Compiling either v1.15.0
16462026-07-16T22:39:11.720Z Compiling predicates-core v1.0.10
16472026-07-16T22:39:11.735Z Compiling const-oid v0.10.2
16482026-07-16T22:39:11.780Z Compiling jiff v0.2.21
16492026-07-16T22:39:11.797Z Compiling data-encoding v2.10.0
16502026-07-16T22:39:11.909Z Compiling hyper v1.10.1
16512026-07-16T22:39:11.909Z Compiling typed-path v0.9.3
16522026-07-16T22:39:11.939Z Compiling keccak v0.1.6
16532026-07-16T22:39:11.956Z Compiling winnow v1.0.3
16542026-07-16T22:39:11.984Z Compiling toml_edit v0.22.27
16552026-07-16T22:39:12.003Z Compiling digest v0.11.3
16562026-07-16T22:39:12.192Z Compiling sha3 v0.10.8
16572026-07-16T22:39:12.243Z Compiling hickory-proto v0.25.2
16582026-07-16T22:39:12.338Z Compiling toml_parser v1.1.2+spec-1.1.0
16592026-07-16T22:39:12.513Z Compiling strum v0.26.3
16602026-07-16T22:39:12.525Z Compiling itertools v0.13.0
16612026-07-16T22:39:12.657Z Compiling predicates v3.1.4
16622026-07-16T22:39:12.672Z Compiling petgraph v0.8.3
16632026-07-16T22:39:12.687Z Compiling tokio-postgres v0.7.16
16642026-07-16T22:39:12.779Z Compiling clap v4.6.1
16652026-07-16T22:39:12.833Z Compiling petgraph v0.6.5
16662026-07-16T22:39:12.868Z Compiling string_cache v0.8.9
16672026-07-16T22:39:12.915Z Compiling elliptic-curve v0.13.8
16682026-07-16T22:39:12.989Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16692026-07-16T22:39:13.114Z Compiling hyper-util v0.1.20
16702026-07-16T22:39:13.160Z Compiling env_logger v0.11.9
16712026-07-16T22:39:13.317Z Compiling chacha20 v0.10.0
16722026-07-16T22:39:13.332Z Compiling usdt v0.6.0
16732026-07-16T22:39:13.528Z Compiling usdt-impl v0.5.0
16742026-07-16T22:39:13.544Z Compiling crossterm v0.28.1
16752026-07-16T22:39:13.607Z Compiling serde_with v3.21.0
16762026-07-16T22:39:13.697Z Compiling rsa v0.9.10
16772026-07-16T22:39:13.800Z Compiling ed25519-dalek v2.2.0
16782026-07-16T22:39:14.124Z Compiling toml v0.7.8
16792026-07-16T22:39:14.493Z Compiling zip v4.6.1
16802026-07-16T22:39:14.688Z Compiling hyper-tls v0.6.0
16812026-07-16T22:39:14.780Z Compiling zip v0.6.6
16822026-07-16T22:39:14.875Z Compiling reqwest v0.12.28
16832026-07-16T22:39:14.914Z Compiling iddqd v0.4.2
16842026-07-16T22:39:14.973Z Compiling tokio-stream v0.1.18
16852026-07-16T22:39:15.186Z Compiling buf-list v1.1.2
16862026-07-16T22:39:15.378Z Compiling byte-wrapper v0.1.0
16872026-07-16T22:39:15.393Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16882026-07-16T22:39:15.454Z Compiling similar v2.7.0
16892026-07-16T22:39:15.470Z Compiling openapiv3 v2.2.0
16902026-07-16T22:39:15.489Z Compiling x509-cert v0.2.5
16912026-07-16T22:39:15.504Z Compiling crossbeam-epoch v0.9.18
16922026-07-16T22:39:15.711Z Compiling lalrpop-util v0.19.12
16932026-07-16T22:39:15.738Z Compiling peg-runtime v0.8.5
16942026-07-16T22:39:15.851Z Compiling thread_local v1.1.9
16952026-07-16T22:39:15.865Z Compiling slog-async v2.8.0
16962026-07-16T22:39:15.925Z Compiling crossbeam-channel v0.5.15
16972026-07-16T22:39:16.056Z Compiling is-terminal v0.4.17
16982026-07-16T22:39:16.063Z Compiling filetime v0.2.27
16992026-07-16T22:39:16.071Z Compiling xattr v1.6.1
17002026-07-16T22:39:16.125Z Compiling term v1.2.1
17012026-07-16T22:39:16.155Z Compiling take_mut v0.2.2
17022026-07-16T22:39:16.226Z Compiling tar v0.4.46
17032026-07-16T22:39:16.242Z Compiling camino-tempfile v1.4.1
17042026-07-16T22:39:16.403Z Compiling slog-term v2.9.2
17052026-07-16T22:39:34.401Z Compiling rustls-webpki v0.103.13
17062026-07-16T22:39:37.082Z Compiling tokio-rustls v0.26.4
17072026-07-16T22:39:37.082Z Compiling rustls-platform-verifier v0.6.2
17082026-07-16T22:39:37.082Z Compiling tough v0.22.0
17092026-07-16T22:39:37.291Z Compiling hyper-rustls v0.27.7
17102026-07-16T22:39:37.482Z Compiling reqwest v0.13.2
17112026-07-16T22:39:39.625Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17122026-07-16T22:39:39.863Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17132026-07-16T22:39:42.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.86s
17142026-07-16T22:39:42.775Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17152026-07-16T22:39:42.828ZJul 16 22:39:42.346 INFO Starting download, target: Cockroach
17162026-07-16T22:39:42.828ZJul 16 22:39:42.347 INFO Starting download, target: DendriteStub
17172026-07-16T22:39:42.828ZJul 16 22:39:42.347 INFO Starting download, target: MaghemiteMgd
17182026-07-16T22:39:42.828ZJul 16 22:39:42.347 INFO Starting download, target: Console
17192026-07-16T22:39:42.829ZJul 16 22:39:42.347 INFO Starting download, target: Clickhouse
17202026-07-16T22:39:42.829ZJul 16 22:39:42.347 INFO Starting download, target: MaghemiteDdmd
17212026-07-16T22:39:42.835ZJul 16 22:39:42.347 INFO Starting download, target: TransceiverControl
17222026-07-16T22:39:42.835ZJul 16 22:39:42.347 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17232026-07-16T22:39:42.835ZJul 16 22:39:42.347 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17242026-07-16T22:39:42.835ZJul 16 22:39:42.347 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17252026-07-16T22:39:42.835ZJul 16 22:39:42.347 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17262026-07-16T22:39:42.835ZJul 16 22:39:42.347 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17272026-07-16T22:39:42.835ZJul 16 22:39:42.348 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17282026-07-16T22:39:42.835ZJul 16 22:39:42.348 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17292026-07-16T22:39:43.144ZJul 16 22:39:42.654 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17302026-07-16T22:39:43.363ZJul 16 22:39:42.881 INFO Download complete, target: TransceiverControl
17312026-07-16T22:39:44.650ZJul 16 22:39:44.167 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17322026-07-16T22:39:44.924ZJul 16 22:39:44.440 INFO Download complete, target: Console
17332026-07-16T22:39:45.103ZJul 16 22:39:44.621 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17342026-07-16T22:39:45.175ZJul 16 22:39:44.669 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17352026-07-16T22:39:45.209ZJul 16 22:39:44.727 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17362026-07-16T22:39:45.268ZJul 16 22:39:44.786 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17372026-07-16T22:39:45.697ZJul 16 22:39:45.215 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17382026-07-16T22:39:45.697ZJul 16 22:39:45.215 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17392026-07-16T22:39:47.469ZJul 16 22:39:46.987 INFO Download complete, target: MaghemiteDdmd
17402026-07-16T22:39:47.826ZJul 16 22:39:47.345 INFO Download complete, target: DendriteStub
17412026-07-16T22:39:48.069ZJul 16 22:39:47.588 INFO Download complete, target: MaghemiteMgd
17422026-07-16T22:39:50.626ZJul 16 22:39:50.143 INFO Checking that binary works, target: Cockroach
17432026-07-16T22:39:50.746ZJul 16 22:39:50.265 INFO Download complete, target: Cockroach
17442026-07-16T22:39:52.306ZJul 16 22:39:51.823 INFO Checking that binary works, target: Clickhouse
17452026-07-16T22:39:52.398ZJul 16 22:39:51.910 INFO Download complete, target: Clickhouse
17462026-07-16T22:39:52.401ZAll prerequisites installed successfully
17472026-07-16T22:39:52.401Z
17482026-07-16T22:39:52.401Zreal 1:45.525095063
17492026-07-16T22:39:52.401Zuser 6:36.614363963
17502026-07-16T22:39:52.401Zsys 1:38.752900128
17512026-07-16T22:39:52.401Ztrap 0.251051319
17522026-07-16T22:39:52.401Ztflt 0.806884839
17532026-07-16T22:39:52.401Zdflt 1.608601343
17542026-07-16T22:39:52.401Zkflt 0.024109704
17552026-07-16T22:39:52.401Zlock 23:41.790661107
17562026-07-16T22:39:52.401Zslp 18:00.021551756
17572026-07-16T22:39:52.401Zlat 23.420622298
17582026-07-16T22:39:52.401Zstop 2:44.671178382
17592026-07-16T22:39:52.401Z+ ptime -m cargo xtask download softnpu
17602026-07-16T22:39:52.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
17612026-07-16T22:39:52.858Z Running `target/debug/xtask download softnpu`
17622026-07-16T22:39:53.579Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
17632026-07-16T22:39:53.647Z Running `target/debug/xtask-downloader softnpu`
17642026-07-16T22:39:53.686ZJul 16 22:39:53.204 INFO Starting download, target: Softnpu
17652026-07-16T22:39:53.689ZJul 16 22:39:53.204 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17662026-07-16T22:39:54.193ZJul 16 22:39:53.710 INFO Download complete, target: Softnpu
17672026-07-16T22:39:54.199Z
17682026-07-16T22:39:54.199Zreal 1.790288333
17692026-07-16T22:39:54.199Zuser 1.262640155
17702026-07-16T22:39:54.199Zsys 0.585250300
17712026-07-16T22:39:54.199Ztrap 0.000573820
17722026-07-16T22:39:54.199Ztflt 0.000072440
17732026-07-16T22:39:54.199Zdflt 0.000088420
17742026-07-16T22:39:54.199Zkflt 0.000000000
17752026-07-16T22:39:54.199Zlock 9.159545773
17762026-07-16T22:39:54.199Zslp 0.377107334
17772026-07-16T22:39:54.199Zlat 0.086794155
17782026-07-16T22:39:54.199Zstop 0.000173920
17792026-07-16T22:39:54.202Z+ export CARGO_INCREMENTAL=0
17802026-07-16T22:39:54.202Z+ CARGO_INCREMENTAL=0
17812026-07-16T22:39:54.202Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17822026-07-16T22:39:55.046Z Compiling proc-macro2 v1.0.106
17832026-07-16T22:39:55.046Z Compiling quote v1.0.45
17842026-07-16T22:39:55.046Z Compiling unicode-ident v1.0.24
17852026-07-16T22:39:55.048Z Compiling libc v0.2.185
17862026-07-16T22:39:55.049Z Compiling serde_core v1.0.228
17872026-07-16T22:39:55.049Z Compiling serde v1.0.228
17882026-07-16T22:39:55.049Z Compiling cfg-if v1.0.4
17892026-07-16T22:39:55.049Z Compiling version_check v0.9.5
17902026-07-16T22:39:55.193Z Compiling find-msvc-tools v0.1.9
17912026-07-16T22:39:55.196Z Compiling shlex v1.3.0
17922026-07-16T22:39:55.196Z Compiling zmij v1.0.21
17932026-07-16T22:39:55.196Z Compiling memchr v2.8.0
17942026-07-16T22:39:55.196Z Compiling serde_json v1.0.150
17952026-07-16T22:39:55.196Z Compiling autocfg v1.5.0
17962026-07-16T22:39:55.332Z Compiling portable-atomic v1.13.1
17972026-07-16T22:39:55.339Z Compiling zerocopy v0.8.40
17982026-07-16T22:39:55.350Z Compiling getrandom v0.4.1
17992026-07-16T22:39:55.532Z Compiling libm v0.2.16
18002026-07-16T22:39:55.637Z Compiling parking_lot_core v0.9.12
18012026-07-16T22:39:55.673Z Compiling icu_normalizer_data v2.1.1
18022026-07-16T22:39:55.677Z Compiling icu_properties_data v2.1.2
18032026-07-16T22:39:55.695Z Compiling smallvec v1.15.1
18042026-07-16T22:39:55.698Z Compiling generic-array v0.14.7
18052026-07-16T22:39:55.785Z Compiling itoa v1.0.17
18062026-07-16T22:39:55.839Z Compiling num-traits v0.2.19
18072026-07-16T22:39:55.877Z Compiling log v0.4.29
18082026-07-16T22:39:55.929Z Compiling subtle v2.6.1
18092026-07-16T22:39:55.960Z Compiling pkg-config v0.3.32
18102026-07-16T22:39:55.976Z Compiling stable_deref_trait v1.2.1
18112026-07-16T22:39:56.024Z Compiling typenum v1.20.1
18122026-07-16T22:39:56.173Z Compiling scopeguard v1.2.0
18132026-07-16T22:39:56.230Z Compiling rand_core v0.10.0
18142026-07-16T22:39:56.259Z Compiling jobserver v0.1.34
18152026-07-16T22:39:56.262Z Compiling errno v0.3.14
18162026-07-16T22:39:56.288Z Compiling lock_api v0.4.14
18172026-07-16T22:39:56.417Z Compiling pin-project-lite v0.2.17
18182026-07-16T22:39:56.433Z Compiling thiserror v2.0.18
18192026-07-16T22:39:56.436Z Compiling getrandom v0.3.4
18202026-07-16T22:39:56.492Z Compiling cc v1.2.56
18212026-07-16T22:39:56.537Z Compiling syn v2.0.117
18222026-07-16T22:39:56.541Z Compiling writeable v0.6.2
18232026-07-16T22:39:56.541Z Compiling percent-encoding v2.3.2
18242026-07-16T22:39:56.567Z Compiling fnv v1.0.7
18252026-07-16T22:39:56.571Z Compiling litemap v0.8.1
18262026-07-16T22:39:56.582Z Compiling equivalent v1.0.2
18272026-07-16T22:39:56.644Z Compiling getrandom v0.2.17
18282026-07-16T22:39:56.697Z Compiling rustversion v1.0.22
18292026-07-16T22:39:56.719Z Compiling schemars v0.8.22
18302026-07-16T22:39:56.809Z Compiling rand_core v0.6.4
18312026-07-16T22:39:56.858Z Compiling dunce v1.0.5
18322026-07-16T22:39:56.874Z Compiling rustix v1.1.3
18332026-07-16T22:39:56.890Z Compiling fs_extra v1.3.0
18342026-07-16T22:39:56.920Z Compiling critical-section v1.2.0
18352026-07-16T22:39:57.034Z Compiling hashbrown v0.17.0
18362026-07-16T22:39:57.129Z Compiling signal-hook-registry v1.4.8
18372026-07-16T22:39:57.218Z Compiling cmake v0.1.57
18382026-07-16T22:39:57.221Z Compiling utf8_iter v1.0.4
18392026-07-16T22:39:57.247Z Compiling strsim v0.11.1
18402026-07-16T22:39:57.261Z Compiling once_cell v1.21.3
18412026-07-16T22:39:57.538Z Compiling semver v1.0.28
18422026-07-16T22:39:57.570Z Compiling bitflags v2.11.0
18432026-07-16T22:39:57.588Z Compiling indexmap v2.14.0
18442026-07-16T22:39:57.621Z Compiling parking_lot v0.12.5
18452026-07-16T22:39:57.649Z Compiling form_urlencoded v1.2.2
18462026-07-16T22:39:57.670Z Compiling socket2 v0.6.3
18472026-07-16T22:39:57.723Z Compiling mio v1.2.0
18482026-07-16T22:39:57.755Z Compiling ident_case v1.0.1
18492026-07-16T22:39:57.796Z Compiling aws-lc-sys v0.40.0
18502026-07-16T22:39:57.861Z Compiling futures-core v0.3.32
18512026-07-16T22:39:57.874Z Compiling aws-lc-rs v1.16.3
18522026-07-16T22:39:57.965Z Compiling httparse v1.10.1
18532026-07-16T22:39:58.193Z Compiling ucd-trie v0.1.7
18542026-07-16T22:39:58.245Z Compiling byteorder v1.5.0
18552026-07-16T22:39:58.276Z Compiling thiserror v1.0.69
18562026-07-16T22:39:58.365Z Compiling pest v2.8.6
18572026-07-16T22:39:58.412Z Compiling heck v0.5.0
18582026-07-16T22:39:58.449Z Compiling syn v1.0.109
18592026-07-16T22:39:58.498Z Compiling vcpkg v0.2.15
18602026-07-16T22:39:58.514Z Compiling iana-time-zone v0.1.65
18612026-07-16T22:39:58.517Z Compiling const-oid v0.9.6
18622026-07-16T22:39:58.561Z Compiling regex-syntax v0.8.10
18632026-07-16T22:39:58.741Z Compiling uuid v1.23.4
18642026-07-16T22:39:58.885Z Compiling rustc_version v0.4.1
18652026-07-16T22:39:58.888Z Compiling rustls v0.23.41
18662026-07-16T22:39:59.016Z Compiling futures-sink v0.3.32
18672026-07-16T22:39:59.098Z Compiling openssl-sys v0.9.115
18682026-07-16T22:39:59.120Z Compiling futures-channel v0.3.32
18692026-07-16T22:39:59.170Z Compiling aho-corasick v1.1.4
18702026-07-16T22:39:59.174Z Compiling slab v0.4.12
18712026-07-16T22:39:59.203Z Compiling futures-io v0.3.32
18722026-07-16T22:39:59.288Z Compiling futures-task v0.3.32
18732026-07-16T22:39:59.387Z Compiling synstructure v0.13.2
18742026-07-16T22:39:59.395Z Compiling serde_derive_internals v0.29.1
18752026-07-16T22:39:59.488Z Compiling pest_meta v2.8.6
18762026-07-16T22:39:59.619Z Compiling plain v0.2.3
18772026-07-16T22:39:59.661Z Compiling time-core v0.1.8
18782026-07-16T22:39:59.669Z Compiling num-conv v0.2.0
18792026-07-16T22:39:59.669Z Compiling dyn-clone v1.0.20
18802026-07-16T22:39:59.741Z Compiling crc32fast v1.5.0
18812026-07-16T22:39:59.824Z Compiling time-macros v0.2.27
18822026-07-16T22:39:59.857Z Compiling crossbeam-utils v0.8.21
18832026-07-16T22:39:59.861Z Compiling base64 v0.22.1
18842026-07-16T22:39:59.936Z Compiling pretty-hex v0.4.1
18852026-07-16T22:39:59.978Z Compiling openssl v0.10.79
18862026-07-16T22:40:00.026Z Compiling regex-automata v0.4.14
18872026-07-16T22:40:00.072Z Compiling pest_generator v2.8.6
18882026-07-16T22:40:00.148Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18892026-07-16T22:40:00.235Z Compiling native-tls v0.2.18
18902026-07-16T22:40:00.238Z Compiling anyhow v1.0.102
18912026-07-16T22:40:00.291Z Compiling rand_core v0.9.5
18922026-07-16T22:40:00.508Z Compiling slog v2.8.2
18932026-07-16T22:40:00.524Z Compiling tracing-core v0.1.36
18942026-07-16T22:40:00.579Z Compiling serde_derive v1.0.228
18952026-07-16T22:40:00.596Z Compiling zeroize_derive v1.4.3
18962026-07-16T22:40:00.600Z Compiling zerofrom-derive v0.1.6
18972026-07-16T22:40:00.641Z Compiling yoke-derive v0.8.1
18982026-07-16T22:40:00.695Z Compiling zerovec-derive v0.11.2
18992026-07-16T22:40:00.729Z Compiling displaydoc v0.2.5
19002026-07-16T22:40:00.745Z Compiling zerocopy-derive v0.8.40
19012026-07-16T22:40:00.789Z Compiling tokio-macros v2.7.0
19022026-07-16T22:40:00.805Z Compiling futures-macro v0.3.32
19032026-07-16T22:40:00.822Z Compiling thiserror-impl v2.0.18
19042026-07-16T22:40:01.240Z Compiling zeroize v1.8.2
19052026-07-16T22:40:01.465Z Compiling schemars_derive v0.8.22
19062026-07-16T22:40:01.488Z Compiling tracing-attributes v0.1.31
19072026-07-16T22:40:01.521Z Compiling der_derive v0.7.3
19082026-07-16T22:40:01.596Z Compiling thiserror-impl v1.0.69
19092026-07-16T22:40:01.628Z Compiling pest_derive v2.8.6
19102026-07-16T22:40:01.768Z Compiling zerofrom v0.1.6
19112026-07-16T22:40:01.916Z Compiling yoke v0.8.1
19122026-07-16T22:40:02.029Z Compiling crypto-common v0.1.7
19132026-07-16T22:40:02.078Z Compiling futures-util v0.3.32
19142026-07-16T22:40:02.111Z Compiling zerovec v0.11.5
19152026-07-16T22:40:02.144Z Compiling zerotrie v0.2.3
19162026-07-16T22:40:02.503Z Compiling block-buffer v0.10.4
19172026-07-16T22:40:02.631Z Compiling tinystr v0.8.2
19182026-07-16T22:40:02.676Z Compiling potential_utf v0.1.4
19192026-07-16T22:40:02.704Z Compiling digest v0.10.7
19202026-07-16T22:40:02.734Z Compiling scroll_derive v0.13.1
19212026-07-16T22:40:02.752Z Compiling scroll_derive v0.12.1
19222026-07-16T22:40:02.848Z Compiling icu_locale_core v2.1.1
19232026-07-16T22:40:02.862Z Compiling icu_collections v2.1.1
19242026-07-16T22:40:02.934Z Compiling openssl-macros v0.1.1
19252026-07-16T22:40:03.173Z Compiling regex v1.12.3
19262026-07-16T22:40:03.415Z Compiling zerocopy-derive v0.7.35
19272026-07-16T22:40:03.485Z Compiling icu_provider v2.1.1
19282026-07-16T22:40:03.583Z Compiling cookie v0.18.1
19292026-07-16T22:40:03.598Z Compiling camino v1.2.2
19302026-07-16T22:40:03.679Z Compiling base64ct v1.8.3
19312026-07-16T22:40:03.727Z Compiling bytes v1.11.1
19322026-07-16T22:40:03.806Z Compiling icu_properties v2.1.2
19332026-07-16T22:40:03.834Z Compiling icu_normalizer v2.1.1
19342026-07-16T22:40:03.850Z Compiling chrono v0.4.45
19352026-07-16T22:40:03.973Z Compiling serde_tokenstream v0.2.3
19362026-07-16T22:40:04.281Z Compiling tokio v1.52.1
19372026-07-16T22:40:04.379Z Compiling http v1.4.2
19382026-07-16T22:40:04.874Z Compiling idna_adapter v1.2.1
19392026-07-16T22:40:04.994Z Compiling idna v1.1.0
19402026-07-16T22:40:05.010Z Compiling ppv-lite86 v0.2.21
19412026-07-16T22:40:05.073Z Compiling pem-rfc7468 v0.7.0
19422026-07-16T22:40:05.336Z Compiling url v2.5.8
19432026-07-16T22:40:05.373Z Compiling tracing v0.1.44
19442026-07-16T22:40:05.469Z Compiling flagset v0.4.7
19452026-07-16T22:40:05.515Z Compiling rand_chacha v0.9.0
19462026-07-16T22:40:05.568Z Compiling http-body v1.0.1
19472026-07-16T22:40:05.602Z Compiling der v0.7.10
19482026-07-16T22:40:05.723Z Compiling rustls-pki-types v1.14.0
19492026-07-16T22:40:06.197Z Compiling usdt-impl v0.5.0
19502026-07-16T22:40:06.306Z Compiling openssl-probe v0.2.1
19512026-07-16T22:40:06.327Z Compiling paste v1.0.15
19522026-07-16T22:40:06.336Z Compiling usdt-impl v0.6.0
19532026-07-16T22:40:06.452Z Compiling unicode-segmentation v1.12.0
19542026-07-16T22:40:06.480Z Compiling cmov v0.5.4
19552026-07-16T22:40:06.525Z Compiling fastrand v2.3.0
19562026-07-16T22:40:06.593Z Compiling ref-cast v1.0.25
19572026-07-16T22:40:06.606Z Compiling tinyvec_macros v0.1.1
19582026-07-16T22:40:06.710Z Compiling either v1.15.0
19592026-07-16T22:40:06.846Z Compiling tinyvec v1.10.0
19602026-07-16T22:40:06.863Z Compiling ctutils v0.4.2
19612026-07-16T22:40:06.967Z Compiling spki v0.7.3
19622026-07-16T22:40:07.102Z Compiling rand v0.9.2
19632026-07-16T22:40:07.148Z Compiling serde_spanned v0.6.9
19642026-07-16T22:40:07.153Z Compiling toml_datetime v0.6.11
19652026-07-16T22:40:07.188Z Compiling scroll v0.13.0
19662026-07-16T22:40:07.214Z Compiling scroll v0.12.0
19672026-07-16T22:40:07.217Z Compiling async-trait v0.1.89
19682026-07-16T22:40:07.311Z Compiling heapless v0.7.17
19692026-07-16T22:40:07.385Z Compiling bzip2-sys v0.1.13+1.0.8
19702026-07-16T22:40:07.401Z Compiling cpufeatures v0.2.17
19712026-07-16T22:40:07.430Z Compiling tower-layer v0.3.3
19722026-07-16T22:40:07.447Z Compiling winnow v1.0.3
19732026-07-16T22:40:07.468Z Compiling litrs v1.0.0
19742026-07-16T22:40:07.497Z Compiling untrusted v0.7.1
19752026-07-16T22:40:07.511Z Compiling atomic-waker v1.1.2
19762026-07-16T22:40:07.591Z Compiling rustix v0.38.44
19772026-07-16T22:40:07.613Z Compiling zstd-safe v7.2.4
19782026-07-16T22:40:07.638Z Compiling tower-service v0.3.3
19792026-07-16T22:40:07.665Z Compiling try-lock v0.2.5
19802026-07-16T22:40:07.713Z Compiling winnow v0.7.14
19812026-07-16T22:40:07.752Z Compiling signal-hook v0.3.18
19822026-07-16T22:40:07.793Z Compiling want v0.3.1
19832026-07-16T22:40:07.816Z Compiling toml_parser v1.1.2+spec-1.1.0
19842026-07-16T22:40:07.860Z Compiling goblin v0.8.2
19852026-07-16T22:40:07.876Z Compiling goblin v0.10.5
19862026-07-16T22:40:07.942Z Compiling document-features v0.2.12
19872026-07-16T22:40:07.975Z Compiling hybrid-array v0.4.13
19882026-07-16T22:40:08.141Z Compiling tokio-util v0.7.18
19892026-07-16T22:40:08.460Z Compiling heck v0.4.1
19902026-07-16T22:40:08.502Z Compiling zerocopy v0.7.35
19912026-07-16T22:40:08.827Z Compiling ipnet v2.11.0
19922026-07-16T22:40:08.917Z Compiling h2 v0.4.15
19932026-07-16T22:40:08.977Z Compiling ref-cast-impl v1.0.25
19942026-07-16T22:40:09.076Z Compiling darling_core v0.20.11
19952026-07-16T22:40:09.091Z Compiling curve25519-dalek v4.1.3
19962026-07-16T22:40:09.112Z Compiling memoffset v0.9.1
19972026-07-16T22:40:09.278Z Compiling winnow v0.5.40
19982026-07-16T22:40:09.471Z Compiling utf8parse v0.2.2
19992026-07-16T22:40:09.503Z Compiling httpdate v1.0.3
20002026-07-16T22:40:09.598Z Compiling untrusted v0.9.0
20012026-07-16T22:40:09.655Z Compiling foreign-types-shared v0.1.1
20022026-07-16T22:40:09.691Z Compiling powerfmt v0.2.0
20032026-07-16T22:40:09.742Z Compiling foreign-types v0.3.2
20042026-07-16T22:40:09.811Z Compiling tempfile v3.25.0
20052026-07-16T22:40:09.889Z Compiling deranged v0.5.8
20062026-07-16T22:40:09.975Z Compiling unicode-normalization v0.1.25
20072026-07-16T22:40:10.144Z Compiling dof v0.3.0
20082026-07-16T22:40:10.193Z Compiling pkcs8 v0.10.2
20092026-07-16T22:40:10.445Z Compiling dtrace-parser v0.2.0
20102026-07-16T22:40:10.535Z Compiling dof v0.4.0
20112026-07-16T22:40:10.690Z Compiling toml_edit v0.19.15
20122026-07-16T22:40:11.038Z Compiling dtrace-parser v0.3.0
20132026-07-16T22:40:11.055Z Compiling pin-project-internal v1.1.11
20142026-07-16T22:40:11.055Z Compiling darling_macro v0.20.11
20152026-07-16T22:40:11.205Z Compiling daft-derive v0.1.7
20162026-07-16T22:40:11.407Z Compiling spin v0.9.8
20172026-07-16T22:40:11.589Z Compiling thread-id v4.2.2
20182026-07-16T22:40:11.606Z Compiling thread-id v5.1.0
20192026-07-16T22:40:11.624Z Compiling cfg_aliases v0.2.1
20202026-07-16T22:40:11.654Z Compiling anstyle v1.0.14
20212026-07-16T22:40:11.654Z Compiling smoltcp v0.9.1
20222026-07-16T22:40:11.689Z Compiling num_threads v0.1.7
20232026-07-16T22:40:11.877Z Compiling num-bigint-dig v0.8.6
20242026-07-16T22:40:11.919Z Compiling time v0.3.47
20252026-07-16T22:40:11.922Z Compiling nix v0.31.2
20262026-07-16T22:40:12.108Z Compiling hyper v1.10.1
20272026-07-16T22:40:12.127Z Compiling darling v0.20.11
20282026-07-16T22:40:12.323Z Compiling sha2 v0.10.9
20292026-07-16T22:40:12.555Z Compiling ipnetwork v0.21.1
20302026-07-16T22:40:12.604Z Compiling hmac v0.12.1
20312026-07-16T22:40:12.679Z Compiling curve25519-dalek-derive v0.1.1
20322026-07-16T22:40:12.764Z Compiling strum_macros v0.26.4
20332026-07-16T22:40:12.922Z Compiling darling_core v0.23.0
20342026-07-16T22:40:12.998Z Compiling sync_wrapper v1.0.2
20352026-07-16T22:40:13.033Z Compiling wait-timeout v0.2.1
20362026-07-16T22:40:13.277Z Compiling hyper-util v0.1.20
20372026-07-16T22:40:13.616Z Compiling is_terminal_polyfill v1.70.2
20382026-07-16T22:40:13.720Z Compiling quick-error v1.2.3
20392026-07-16T22:40:13.736Z Compiling anstyle-query v1.1.5
20402026-07-16T22:40:13.848Z Compiling colorchoice v1.0.4
20412026-07-16T22:40:13.865Z Compiling bit-vec v0.8.0
20422026-07-16T22:40:13.977Z Compiling simd-adler32 v0.3.8
20432026-07-16T22:40:14.102Z Compiling siphasher v1.0.2
20442026-07-16T22:40:14.120Z Compiling bit-set v0.8.0
20452026-07-16T22:40:14.226Z Compiling rusty-fork v0.3.1
20462026-07-16T22:40:14.352Z Compiling tower v0.5.3
20472026-07-16T22:40:14.850Z Compiling derive_builder_core v0.20.2
20482026-07-16T22:40:14.934Z Compiling snafu-derive v0.8.9
20492026-07-16T22:40:15.006Z Compiling http-body-util v0.1.3
20502026-07-16T22:40:15.037Z Compiling hubpack_derive v0.1.1
20512026-07-16T22:40:15.071Z Compiling darling_macro v0.23.0
20522026-07-16T22:40:15.087Z Compiling strum_macros v0.27.2
20532026-07-16T22:40:15.166Z Compiling rand_xorshift v0.4.0
20542026-07-16T22:40:15.338Z Compiling fs-err v3.3.0
20552026-07-16T22:40:15.377Z Compiling ahash v0.8.12
20562026-07-16T22:40:15.571Z Compiling unicode-properties v0.1.4
20572026-07-16T22:40:15.588Z Compiling ryu v1.0.23
20582026-07-16T22:40:15.731Z Compiling unicode-bidi v0.3.18
20592026-07-16T22:40:15.748Z Compiling adler2 v2.0.1
20602026-07-16T22:40:15.784Z Compiling object v0.37.3
20612026-07-16T22:40:15.804Z Compiling allocator-api2 v0.2.21
20622026-07-16T22:40:15.889Z Compiling unarray v0.1.4
20632026-07-16T22:40:15.977Z Compiling iri-string v0.7.10
20642026-07-16T22:40:16.024Z Compiling proptest v1.10.0
20652026-07-16T22:40:16.104Z Compiling stringprep v0.1.5
20662026-07-16T22:40:16.158Z Compiling miniz_oxide v0.8.9
20672026-07-16T22:40:16.173Z Compiling serde_urlencoded v0.7.1
20682026-07-16T22:40:16.433Z Compiling derive_builder_macro v0.20.2
20692026-07-16T22:40:16.496Z Compiling darling v0.23.0
20702026-07-16T22:40:16.623Z Compiling tokio-native-tls v0.3.1
20712026-07-16T22:40:16.714Z Compiling usdt-attr-macro v0.6.0
20722026-07-16T22:40:16.814Z Compiling usdt-macro v0.6.0
20732026-07-16T22:40:16.831Z Compiling anstyle-parse v1.0.0
20742026-07-16T22:40:16.890Z Compiling crypto-common v0.2.2
20752026-07-16T22:40:16.905Z Compiling block-padding v0.4.2
20762026-07-16T22:40:16.947Z Compiling block-buffer v0.12.1
20772026-07-16T22:40:17.246Z Compiling tower-http v0.6.8
20782026-07-16T22:40:17.522Z Compiling rustls-native-certs v0.8.3
20792026-07-16T22:40:17.537Z Compiling rand_chacha v0.3.1
20802026-07-16T22:40:17.634Z Compiling hex v0.4.3
20812026-07-16T22:40:17.676Z Compiling erased-serde v0.3.31
20822026-07-16T22:40:17.691Z Compiling signature v2.2.0
20832026-07-16T22:40:17.733Z Compiling md-5 v0.10.6
20842026-07-16T22:40:17.760Z Compiling bstr v1.12.1
20852026-07-16T22:40:17.807Z Compiling num-integer v0.1.46
20862026-07-16T22:40:17.823Z Compiling hash32 v0.2.1
20872026-07-16T22:40:17.896Z Compiling vergen-lib v9.1.0
20882026-07-16T22:40:17.977Z Compiling encoding_rs v0.8.35
20892026-07-16T22:40:18.036Z Compiling cpufeatures v0.3.0
20902026-07-16T22:40:18.117Z Compiling mime v0.3.17
20912026-07-16T22:40:18.119Z Compiling fallible-iterator v0.2.0
20922026-07-16T22:40:18.148Z Compiling zlib-rs v0.6.2
20932026-07-16T22:40:18.279Z Compiling psl-types v2.0.11
20942026-07-16T22:40:18.385Z Compiling publicsuffix v2.3.0
20952026-07-16T22:40:18.416Z Compiling postgres-protocol v0.6.10
20962026-07-16T22:40:18.473Z Compiling newtype-uuid v1.3.2
20972026-07-16T22:40:18.492Z Compiling num-iter v0.1.45
20982026-07-16T22:40:18.664Z Compiling rand v0.8.6
20992026-07-16T22:40:19.080Z Compiling oxnet v0.1.6
21002026-07-16T22:40:19.095Z Compiling inout v0.2.2
21012026-07-16T22:40:19.227Z Compiling anstream v1.0.0
21022026-07-16T22:40:19.230Z Compiling derive_builder v0.20.2
21032026-07-16T22:40:19.261Z Compiling hyper-tls v0.6.0
21042026-07-16T22:40:19.280Z Compiling serde_with_macros v3.21.0
21052026-07-16T22:40:19.313Z Compiling phf_shared v0.13.1
21062026-07-16T22:40:19.380Z Compiling pin-project v1.1.11
21072026-07-16T22:40:19.503Z Compiling lazy_static v1.5.0
21082026-07-16T22:40:19.549Z Compiling anstyle-parse v0.2.7
21092026-07-16T22:40:19.657Z Compiling terminal_size v0.4.3
21102026-07-16T22:40:19.690Z Compiling futures-executor v0.3.32
21112026-07-16T22:40:19.723Z Compiling clap_derive v4.6.1
21122026-07-16T22:40:19.752Z Compiling serde_repr v0.1.20
21132026-07-16T22:40:19.776Z Compiling enum-as-inner v0.6.1
21142026-07-16T22:40:19.817Z Compiling async-recursion v1.1.1
21152026-07-16T22:40:19.953Z Compiling ff v0.13.1
21162026-07-16T22:40:19.974Z Compiling vergen v9.1.0
21172026-07-16T22:40:20.018Z Compiling cargo-platform v0.3.2
21182026-07-16T22:40:20.114Z Compiling managed v0.8.0
21192026-07-16T22:40:20.207Z Compiling flate2 v1.1.9
21202026-07-16T22:40:20.289Z Compiling bitflags v1.3.2
21212026-07-16T22:40:20.319Z Compiling libbz2-rs-sys v0.2.2
21222026-07-16T22:40:20.386Z Compiling foldhash v0.2.0
21232026-07-16T22:40:20.400Z Compiling foldhash v0.1.5
21242026-07-16T22:40:20.419Z Compiling same-file v1.0.6
21252026-07-16T22:40:20.577Z Compiling bumpalo v3.20.2
21262026-07-16T22:40:20.592Z Compiling clap_lex v1.0.0
21272026-07-16T22:40:20.624Z Compiling base16ct v0.2.0
21282026-07-16T22:40:20.803Z Compiling zopfli v0.8.3
21292026-07-16T22:40:20.820Z Compiling sec1 v0.7.3
21302026-07-16T22:40:20.824Z Compiling clap_builder v4.6.0
21312026-07-16T22:40:20.870Z Compiling bzip2 v0.6.1
21322026-07-16T22:40:20.971Z Compiling walkdir v2.5.0
21332026-07-16T22:40:21.035Z Compiling hashbrown v0.16.1
21342026-07-16T22:40:21.112Z Compiling hashbrown v0.15.5
21352026-07-16T22:40:21.306Z Compiling cargo_metadata v0.23.1
21362026-07-16T22:40:21.349Z Compiling group v0.13.0
21372026-07-16T22:40:21.655Z Compiling futures v0.3.32
21382026-07-16T22:40:21.752Z Compiling anstream v0.6.21
21392026-07-16T22:40:21.863Z Compiling zstd v0.13.3
21402026-07-16T22:40:22.134Z Compiling phf v0.13.1
21412026-07-16T22:40:22.194Z Compiling snafu v0.8.9
21422026-07-16T22:40:22.311Z Compiling reqwest v0.12.28
21432026-07-16T22:40:22.355Z Compiling daft v0.1.7
21442026-07-16T22:40:22.653Z Compiling cipher v0.5.2
21452026-07-16T22:40:22.784Z Compiling signal-hook-mio v0.2.5
21462026-07-16T22:40:22.840Z Compiling cookie_store v0.22.1
21472026-07-16T22:40:22.880Z Compiling postgres-types v0.2.12
21482026-07-16T22:40:22.923Z Compiling bzip2 v0.4.4
21492026-07-16T22:40:22.938Z Compiling globset v0.4.18
21502026-07-16T22:40:23.045Z Compiling ed25519 v2.2.3
21512026-07-16T22:40:23.059Z Compiling strum v0.27.2
21522026-07-16T22:40:23.221Z Compiling hubpack v0.1.2
21532026-07-16T22:40:23.255Z Compiling phf_shared v0.11.3
21542026-07-16T22:40:23.299Z Compiling hkdf v0.12.4
21552026-07-16T22:40:23.324Z Compiling crossbeam-epoch v0.9.18
21562026-07-16T22:40:23.425Z Compiling pkcs1 v0.7.5
21572026-07-16T22:40:23.441Z Compiling olpc-cjson v0.1.4
21582026-07-16T22:40:23.624Z Compiling pem v3.0.6
21592026-07-16T22:40:23.719Z Compiling serde-big-array v0.5.1
21602026-07-16T22:40:23.748Z Compiling serde_plain v1.0.2
21612026-07-16T22:40:23.832Z Compiling crypto-bigint v0.5.5
21622026-07-16T22:40:23.902Z Compiling float-cmp v0.10.0
21632026-07-16T22:40:23.944Z Compiling memmap2 v0.9.10
21642026-07-16T22:40:23.956Z Compiling env_filter v1.0.0
21652026-07-16T22:40:23.986Z Compiling jiff v0.2.21
21662026-07-16T22:40:24.085Z Compiling keccak v0.1.6
21672026-07-16T22:40:24.152Z Compiling difflib v0.4.0
21682026-07-16T22:40:24.199Z Compiling toml_write v0.1.2
21692026-07-16T22:40:24.221Z Compiling predicates-core v1.0.10
21702026-07-16T22:40:24.237Z Compiling precomputed-hash v0.1.1
21712026-07-16T22:40:24.297Z Compiling fixedbitset v0.4.2
21722026-07-16T22:40:24.337Z Compiling typed-path v0.9.3
21732026-07-16T22:40:24.353Z Compiling whoami v2.1.0
21742026-07-16T22:40:24.403Z Compiling data-encoding v2.10.0
21752026-07-16T22:40:24.510Z Compiling const-oid v0.10.2
21762026-07-16T22:40:24.610Z Compiling normalize-line-endings v0.3.0
21772026-07-16T22:40:24.661Z Compiling fixedbitset v0.5.7
21782026-07-16T22:40:24.728Z Compiling new_debug_unreachable v1.0.6
21792026-07-16T22:40:24.748Z Compiling static_assertions v1.1.0
21802026-07-16T22:40:24.748Z Compiling elliptic-curve v0.13.8
21812026-07-16T22:40:24.797Z Compiling string_cache v0.8.9
21822026-07-16T22:40:24.813Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21832026-07-16T22:40:24.924Z Compiling petgraph v0.8.3
21842026-07-16T22:40:24.949Z Compiling hickory-proto v0.25.2
21852026-07-16T22:40:24.962Z Compiling predicates v3.1.4
21862026-07-16T22:40:24.979Z Compiling digest v0.11.3
21872026-07-16T22:40:25.005Z Compiling tokio-postgres v0.7.16
21882026-07-16T22:40:25.035Z Compiling petgraph v0.6.5
21892026-07-16T22:40:25.051Z Compiling toml_edit v0.22.27
21902026-07-16T22:40:25.121Z Compiling chacha20 v0.10.0
21912026-07-16T22:40:25.195Z Compiling sha3 v0.10.8
21922026-07-16T22:40:25.483Z Compiling env_logger v0.11.9
21932026-07-16T22:40:25.497Z Compiling usdt v0.6.0
21942026-07-16T22:40:25.805Z Compiling rsa v0.9.10
21952026-07-16T22:40:26.511Z Compiling zip v4.6.1
21962026-07-16T22:40:27.177Z Compiling ed25519-dalek v2.2.0
21972026-07-16T22:40:27.351Z Compiling zip v0.6.6
21982026-07-16T22:40:27.365Z Compiling crossterm v0.28.1
21992026-07-16T22:40:27.486Z Compiling iddqd v0.4.2
22002026-07-16T22:40:27.629Z Compiling clap v4.6.1
22012026-07-16T22:40:27.723Z Compiling serde_with v3.21.0
22022026-07-16T22:40:27.787Z Compiling similar v2.7.0
22032026-07-16T22:40:27.889Z Compiling byte-wrapper v0.1.0
22042026-07-16T22:40:27.992Z Compiling strum v0.26.3
22052026-07-16T22:40:28.136Z Compiling toml v0.7.8
22062026-07-16T22:40:28.199Z Compiling tokio-stream v0.1.18
22072026-07-16T22:40:28.240Z Compiling buf-list v1.1.2
22082026-07-16T22:40:28.518Z Compiling x509-cert v0.2.5
22092026-07-16T22:40:28.547Z Compiling itertools v0.13.0
22102026-07-16T22:40:28.666Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22112026-07-16T22:40:28.683Z Compiling openapiv3 v2.2.0
22122026-07-16T22:40:29.552Z Compiling peg-runtime v0.8.5
22132026-07-16T22:40:29.664Z Compiling lalrpop-util v0.19.12
22142026-07-16T22:40:45.129Z Compiling rustls-webpki v0.103.13
22152026-07-16T22:40:46.582Z Compiling macaddr v1.0.1
22162026-07-16T22:40:46.675Z Compiling structmeta-derive v0.3.0
22172026-07-16T22:40:46.817Z Compiling darling_core v0.21.3
22182026-07-16T22:40:46.872Z Compiling crucible-workspace-hack v0.1.0
22192026-07-16T22:40:46.900Z Compiling rayon-core v1.13.0
22202026-07-16T22:40:47.144Z Compiling itertools v0.14.0
22212026-07-16T22:40:47.164Z Compiling secrecy v0.10.3
22222026-07-16T22:40:47.190Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22232026-07-16T22:40:47.331Z Compiling heapless v0.8.0
22242026-07-16T22:40:47.354Z Compiling toml_datetime v0.7.5+spec-1.1.0
22252026-07-16T22:40:47.608Z Compiling toml_edit v0.23.10+spec-1.0.0
22262026-07-16T22:40:47.614Z Compiling crossbeam-deque v0.8.6
22272026-07-16T22:40:47.623Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22282026-07-16T22:40:47.724Z Compiling structmeta v0.3.0
22292026-07-16T22:40:47.793Z Compiling inout v0.1.4
22302026-07-16T22:40:47.829Z Compiling hash32 v0.3.1
22312026-07-16T22:40:47.863Z Compiling multer v3.1.0
22322026-07-16T22:40:47.928Z Compiling thread_local v1.1.9
22332026-07-16T22:40:47.973Z Compiling unicode-width v0.2.0
22342026-07-16T22:40:48.028Z Compiling smoltcp v0.11.0
22352026-07-16T22:40:48.086Z Compiling slog-async v2.8.0
22362026-07-16T22:40:48.104Z Compiling compression-core v0.4.31
22372026-07-16T22:40:48.294Z Compiling match_cfg v0.1.0
22382026-07-16T22:40:48.305Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22392026-07-16T22:40:48.325Z Compiling compression-codecs v0.4.37
22402026-07-16T22:40:48.387Z Compiling hostname v0.3.1
22412026-07-16T22:40:48.422Z Compiling proc-macro-crate v3.4.0
22422026-07-16T22:40:48.508Z Compiling derive-ex v0.1.8
22432026-07-16T22:40:48.521Z Compiling cipher v0.4.4
22442026-07-16T22:40:48.586Z Compiling atomicwrites v0.4.4
22452026-07-16T22:40:48.701Z Compiling slog-json v2.6.1
22462026-07-16T22:40:48.812Z Compiling tokio-rustls v0.26.4
22472026-07-16T22:40:48.877Z Compiling rustls-platform-verifier v0.6.2
22482026-07-16T22:40:48.901Z Compiling tough v0.22.0
22492026-07-16T22:40:48.958Z Compiling darling_macro v0.21.3
22502026-07-16T22:40:48.970Z Compiling crossbeam-channel v0.5.15
22512026-07-16T22:40:48.982Z Compiling half v2.7.1
22522026-07-16T22:40:48.982Z Compiling newtype-uuid-macros v0.1.0
22532026-07-16T22:40:49.097Z Compiling hyper-rustls v0.27.7
22542026-07-16T22:40:49.113Z Compiling cobs v0.3.0
22552026-07-16T22:40:49.415Z Compiling reqwest v0.13.2
22562026-07-16T22:40:49.454Z Compiling thiserror-impl-no-std v2.0.2
22572026-07-16T22:40:49.454Z Compiling universal-hash v0.5.1
22582026-07-16T22:40:49.476Z Compiling darling v0.21.3
22592026-07-16T22:40:49.557Z Compiling ingot-macros v0.1.1
22602026-07-16T22:40:49.580Z Compiling async-stream-impl v0.3.6
22612026-07-16T22:40:49.659Z Compiling serde_spanned v1.1.1
22622026-07-16T22:40:49.773Z Compiling toml_datetime v1.1.1+spec-1.1.0
22632026-07-16T22:40:49.839Z Compiling is-terminal v0.4.17
22642026-07-16T22:40:50.359Z Compiling proc-macro-error-attr v1.0.4
22652026-07-16T22:40:50.481Z Compiling dropshot v0.17.1
22662026-07-16T22:40:50.481Z Compiling toml_writer v1.1.1+spec-1.1.0
22672026-07-16T22:40:50.482Z Compiling term v1.2.1
22682026-07-16T22:40:50.482Z Compiling take_mut v0.2.2
22692026-07-16T22:40:50.482Z Compiling convert_case v0.4.0
22702026-07-16T22:40:50.482Z Compiling opaque-debug v0.3.1
22712026-07-16T22:40:50.482Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22722026-07-16T22:40:50.482Z Compiling ciborium-io v0.2.2
22732026-07-16T22:40:50.482Z Compiling poly1305 v0.8.0
22742026-07-16T22:40:50.482Z Compiling toml v1.1.2+spec-1.1.0
22752026-07-16T22:40:50.510Z Compiling thiserror-no-std v2.0.2
22762026-07-16T22:40:50.510Z Compiling ciborium-ll v0.2.2
22772026-07-16T22:40:50.556Z Compiling derive_more v0.99.20
22782026-07-16T22:40:50.578Z Compiling slog-term v2.9.2
22792026-07-16T22:40:50.842Z Compiling async-stream v0.3.6
22802026-07-16T22:40:50.859Z Compiling test-strategy v0.4.5
22812026-07-16T22:40:51.009Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22822026-07-16T22:40:51.068Z Compiling postcard v1.1.3
22832026-07-16T22:40:55.591Z Compiling num_enum_derive v0.7.6
22842026-07-16T22:40:55.653Z Compiling slog-bunyan v2.5.0
22852026-07-16T22:40:55.653Z Compiling chacha20 v0.9.1
22862026-07-16T22:40:55.653Z Compiling async-compression v0.4.41
22872026-07-16T22:40:55.653Z Compiling ingot-types v0.1.2
22882026-07-16T22:40:55.653Z Compiling parse-display-derive v0.10.0
22892026-07-16T22:40:55.653Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
22902026-07-16T22:40:55.653Z Compiling sha1 v0.11.0
22912026-07-16T22:40:55.653Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22922026-07-16T22:40:55.654Z Compiling proc-macro-crate v1.3.1
22932026-07-16T22:40:55.654Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22942026-07-16T22:40:55.654Z Compiling ingot v0.1.1
22952026-07-16T22:40:55.654Z Compiling waitgroup v0.1.2
22962026-07-16T22:40:55.654Z Compiling password-hash v0.5.0
22972026-07-16T22:40:55.654Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
22982026-07-16T22:40:55.656Z Compiling backon v1.6.0
22992026-07-16T22:40:55.656Z Compiling rustls-pemfile v2.2.0
23002026-07-16T22:40:55.656Z Compiling dropshot_endpoint v0.17.1
23012026-07-16T22:40:55.656Z Compiling blake2 v0.10.6
23022026-07-16T22:40:55.656Z Compiling aead v0.5.2
23032026-07-16T22:40:55.656Z Compiling foreign-types-macros v0.2.3
23042026-07-16T22:40:55.656Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23052026-07-16T22:40:55.656Z Compiling serde_path_to_error v0.1.20
23062026-07-16T22:40:55.656Z Compiling hostname v0.4.2
23072026-07-16T22:40:55.656Z Compiling proc-macro-error v1.0.4
23082026-07-16T22:40:55.656Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23092026-07-16T22:40:55.657Z Compiling instant v0.1.13
23102026-07-16T22:40:55.657Z Compiling foreign-types-shared v0.3.1
23112026-07-16T22:40:55.657Z Compiling debug-ignore v1.0.5
23122026-07-16T22:40:55.657Z Compiling parse-display v0.10.0
23132026-07-16T22:40:55.657Z Compiling backoff v0.4.0
23142026-07-16T22:40:55.657Z Compiling argon2 v0.5.3
23152026-07-16T22:40:55.657Z Compiling chacha20poly1305 v0.10.1
23162026-07-16T22:40:55.657Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23172026-07-16T22:40:55.657Z Compiling foreign-types v0.5.0
23182026-07-16T22:40:55.657Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23192026-07-16T22:40:55.657Z Compiling num_enum_derive v0.5.11
23202026-07-16T22:40:55.657Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23212026-07-16T22:40:55.657Z Compiling num_enum v0.7.6
23222026-07-16T22:40:55.657Z Compiling ciborium v0.2.2
23232026-07-16T22:40:55.657Z Compiling vsss-rs v3.3.4
23242026-07-16T22:40:55.657Z Compiling tabwriter v1.4.1
23252026-07-16T22:40:55.657Z Compiling regress v0.10.5
23262026-07-16T22:40:55.657Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23272026-07-16T22:40:55.657Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23282026-07-16T22:40:55.657Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23292026-07-16T22:40:55.657Z Compiling cstr-argument v0.1.2
23302026-07-16T22:40:55.657Z Compiling humantime v2.3.0
23312026-07-16T22:40:55.657Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23322026-07-16T22:40:55.657Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23332026-07-16T22:40:55.657Z Compiling num_enum v0.5.11
23342026-07-16T22:40:55.657Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23352026-07-16T22:40:55.657Z Compiling rayon v1.11.0
23362026-07-16T22:40:55.657Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23372026-07-16T22:40:55.657Z Compiling rand v0.10.1
23382026-07-16T22:40:55.657Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23392026-07-16T22:40:55.657Z Compiling colored v3.1.1
23402026-07-16T22:40:55.658Z Compiling indent_write v2.2.0
23412026-07-16T22:40:55.658Z Compiling libefi-sys v0.1.0
23422026-07-16T22:40:55.658Z Compiling zone_cfg_derive v0.3.1
23432026-07-16T22:40:55.658Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23442026-07-16T22:40:55.658Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23452026-07-16T22:40:55.658Z Compiling camino-tempfile v1.4.1
23462026-07-16T22:40:55.658Z Compiling itertools v0.12.1
23472026-07-16T22:40:55.658Z Compiling usdt-macro v0.5.0
23482026-07-16T22:40:55.658Z Compiling usdt-attr-macro v0.5.0
23492026-07-16T22:40:55.697Z Compiling bitfield-struct v0.6.2
23502026-07-16T22:40:55.719Z Compiling num-derive v0.4.2
23512026-07-16T22:40:55.742Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23522026-07-16T22:40:55.757Z Compiling blake3 v1.8.5
23532026-07-16T22:40:55.760Z Compiling memmap v0.7.0
23542026-07-16T22:40:55.862Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23552026-07-16T22:40:55.948Z Compiling sigpipe v0.1.3
23562026-07-16T22:40:56.024Z Compiling glob v0.3.3
23572026-07-16T22:40:56.059Z Compiling swrite v0.1.0
23582026-07-16T22:40:56.099Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23592026-07-16T22:40:56.199Z Compiling usdt v0.5.0
23602026-07-16T22:40:56.199Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23612026-07-16T22:40:56.351Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23622026-07-16T22:40:56.383Z Compiling smf v0.2.3
23632026-07-16T22:40:56.583Z Compiling filetime v0.2.27
23642026-07-16T22:40:56.599Z Compiling whoami v1.6.1
23652026-07-16T22:40:56.674Z Compiling zone v0.3.1
23662026-07-16T22:40:56.690Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23672026-07-16T22:40:56.693Z Compiling constant_time_eq v0.4.2
23682026-07-16T22:40:56.755Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23692026-07-16T22:40:56.784Z Compiling arrayvec v0.7.6
23702026-07-16T22:40:56.831Z Compiling arrayref v0.3.9
23712026-07-16T22:40:56.834Z Compiling xattr v1.6.1
23722026-07-16T22:40:56.863Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23732026-07-16T22:40:56.920Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23742026-07-16T22:40:56.945Z Compiling tokio-dtrace v0.1.1
23752026-07-16T22:40:56.966Z Compiling console v0.16.2
23762026-07-16T22:40:57.061Z Compiling tar v0.4.46
23772026-07-16T22:40:57.064Z Compiling gethostname v0.5.0
23782026-07-16T22:40:57.184Z Compiling topological-sort v0.2.2
23792026-07-16T22:40:57.233Z Compiling unit-prefix v0.5.2
23802026-07-16T22:40:57.294Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23812026-07-16T22:40:57.373Z Compiling indicatif v0.18.4
23822026-07-16T22:40:57.415Z Compiling oxide-tokio-rt v0.1.4
23832026-07-16T22:40:57.553Z Compiling toml v0.8.23
23842026-07-16T22:40:57.568Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23852026-07-16T22:40:57.684Z Compiling shell-words v1.1.1
23862026-07-16T22:41:06.922Z Compiling progenitor-client v0.14.0
23872026-07-16T22:41:06.922Z Compiling omicron-zone-package v0.12.3
23882026-07-16T22:41:07.163Z Compiling progenitor-extras v0.2.0
23892026-07-16T22:41:07.449Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23902026-07-16T22:41:07.477Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23912026-07-16T22:41:07.542Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23922026-07-16T22:41:07.616Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23932026-07-16T22:41:07.648Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23942026-07-16T22:41:07.695Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23952026-07-16T22:41:07.772Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23962026-07-16T22:41:07.870Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23972026-07-16T22:41:08.279Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23982026-07-16T22:41:12.207Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23992026-07-16T22:41:20.178Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24002026-07-16T22:41:23.300Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24012026-07-16T22:41:24.327Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24022026-07-16T22:41:33.662Z Finished `release` profile [optimized] target(s) in 1m 39s
24032026-07-16T22:41:33.810Z Running `target/release/omicron-package -t test target create -p dev`
24042026-07-16T22:41:33.880ZLogging to: /work/oxidecomputer/omicron/out/LOG
24052026-07-16T22:41:33.888ZCreated new build target 'test' and set it as active
24062026-07-16T22:41:33.889Z
24072026-07-16T22:41:33.889Zreal 1:39.665708058
24082026-07-16T22:41:33.889Zuser 16:22.177521163
24092026-07-16T22:41:33.889Zsys 2:35.015313710
24102026-07-16T22:41:33.889Ztrap 0.472706489
24112026-07-16T22:41:33.889Ztflt 2.347857787
24122026-07-16T22:41:33.889Zdflt 3.951375565
24132026-07-16T22:41:33.889Zkflt 0.000474130
24142026-07-16T22:41:33.889Zlock 51:44.182970089
24152026-07-16T22:41:33.889Zslp 42:14.944095505
24162026-07-16T22:41:33.889Zlat 43.761320224
24172026-07-16T22:41:33.889Zstop 5:12.483179486
24182026-07-16T22:41:33.890Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24192026-07-16T22:41:34.704Z Finished `release` profile [optimized] target(s) in 0.82s
24202026-07-16T22:41:34.777Z Running `target/release/omicron-package -t test package`
24212026-07-16T22:41:34.827ZLogging to: /work/oxidecomputer/omicron/out/LOG
24222026-07-16T22:41:36.198Z Compiling heck v0.5.0
24232026-07-16T22:41:36.198Z Compiling regress v0.11.1
24242026-07-16T22:41:36.434Z Compiling unsafe-libyaml v0.2.11
24252026-07-16T22:41:36.453Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24262026-07-16T22:41:36.487Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24272026-07-16T22:41:36.495Z Compiling unicode-width v0.1.14
24282026-07-16T22:41:36.521Z Compiling derive-where v1.6.0
24292026-07-16T22:41:36.524Z Compiling bytecount v0.6.9
24302026-07-16T22:41:36.538Z Compiling atomicwrites v0.4.4
24312026-07-16T22:41:36.581Z Compiling is-terminal v0.4.17
24322026-07-16T22:41:36.584Z Compiling prettyplease v0.2.37
24332026-07-16T22:41:36.584Z Compiling console v0.15.11
24342026-07-16T22:41:36.584Z Compiling newline-converter v0.3.0
24352026-07-16T22:41:36.584Z Compiling slog-dtrace v0.3.0
24362026-07-16T22:41:36.619Z Compiling owo-colors v4.3.0
24372026-07-16T22:41:36.701Z Compiling resolv-conf v0.7.6
24382026-07-16T22:41:36.724Z Compiling cancel-safe-futures v0.1.5
24392026-07-16T22:41:36.747Z Compiling num-rational v0.4.2
24402026-07-16T22:41:36.770Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24412026-07-16T22:41:36.801Z Compiling libsw-core v0.3.2
24422026-07-16T22:41:36.833Z Compiling num-complex v0.4.6
24432026-07-16T22:41:36.896Z Compiling thread_local v1.1.9
24442026-07-16T22:41:36.935Z Compiling serde_yaml v0.9.34+deprecated
24452026-07-16T22:41:37.009Z Compiling match_cfg v0.1.0
24462026-07-16T22:41:37.050Z Compiling compression-core v0.4.31
24472026-07-16T22:41:37.126Z Compiling expectorate v1.2.0
24482026-07-16T22:41:37.147Z Compiling hostname v0.3.1
24492026-07-16T22:41:37.224Z Compiling num v0.4.3
24502026-07-16T22:41:37.302Z Compiling compression-codecs v0.4.37
24512026-07-16T22:41:37.324Z Compiling libsw v3.5.0
24522026-07-16T22:41:37.327Z Compiling slog-async v2.8.0
24532026-07-16T22:41:37.367Z Compiling multer v3.1.0
24542026-07-16T22:41:37.386Z Compiling crossbeam-channel v0.5.15
24552026-07-16T22:41:37.414Z Compiling slog-json v2.6.1
24562026-07-16T22:41:37.436Z Compiling toml_datetime v1.1.1+spec-1.1.0
24572026-07-16T22:41:37.482Z Compiling serde_spanned v1.1.1
24582026-07-16T22:41:37.540Z Compiling toml_writer v1.1.1+spec-1.1.0
24592026-07-16T22:41:37.563Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24602026-07-16T22:41:37.651Z Compiling linear-map v1.2.0
24612026-07-16T22:41:37.677Z Compiling term v1.2.1
24622026-07-16T22:41:37.696Z Compiling float-ord v0.3.2
24632026-07-16T22:41:37.729Z Compiling linked-hash-map v0.5.6
24642026-07-16T22:41:37.752Z Compiling take_mut v0.2.2
24652026-07-16T22:41:37.768Z Compiling toml v1.1.2+spec-1.1.0
24662026-07-16T22:41:37.791Z Compiling slog-bunyan v2.5.0
24672026-07-16T22:41:37.795Z Compiling async-compression v0.4.41
24682026-07-16T22:41:37.846Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24692026-07-16T22:41:37.865Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24702026-07-16T22:41:37.946Z Compiling typify-impl v0.6.2
24712026-07-16T22:41:37.968Z Compiling slog-term v2.9.2
24722026-07-16T22:41:37.971Z Compiling lru-cache v0.1.2
24732026-07-16T22:41:38.169Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24742026-07-16T22:41:38.192Z Compiling dropshot v0.17.1
24752026-07-16T22:41:38.236Z Compiling async-stream v0.3.6
24762026-07-16T22:41:38.268Z Compiling sha1 v0.11.0
24772026-07-16T22:41:38.322Z Compiling progenitor-client v0.14.0
24782026-07-16T22:41:38.343Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24792026-07-16T22:41:38.346Z Compiling waitgroup v0.1.2
24802026-07-16T22:41:38.436Z Compiling rustls-pemfile v2.2.0
24812026-07-16T22:41:38.477Z Compiling backon v1.6.0
24822026-07-16T22:41:38.498Z Compiling serde_path_to_error v0.1.20
24832026-07-16T22:41:38.501Z Compiling hostname v0.4.2
24842026-07-16T22:41:38.546Z Compiling instant v0.1.13
24852026-07-16T22:41:38.567Z Compiling minimal-lexical v0.2.1
24862026-07-16T22:41:38.645Z Compiling debug-ignore v1.0.5
24872026-07-16T22:41:38.648Z Compiling progenitor-extras v0.2.0
24882026-07-16T22:41:38.787Z Compiling backoff v0.4.0
24892026-07-16T22:41:38.791Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24902026-07-16T22:41:38.791Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24912026-07-16T22:41:38.791Z Compiling nom v7.1.3
24922026-07-16T22:41:38.864Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24932026-07-16T22:41:38.917Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24942026-07-16T22:41:38.938Z Compiling parse-display v0.10.0
24952026-07-16T22:41:38.959Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24962026-07-16T22:41:39.019Z Compiling hickory-proto v0.24.4
24972026-07-16T22:41:39.221Z Compiling regress v0.10.5
24982026-07-16T22:41:39.600Z Compiling macaddr v1.0.1
24992026-07-16T22:41:39.620Z Compiling humantime v2.3.0
25002026-07-16T22:41:39.694Z Compiling unicode-xid v0.2.6
25012026-07-16T22:41:39.868Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25022026-07-16T22:41:39.949Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25032026-07-16T22:41:40.045Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25042026-07-16T22:41:40.129Z Compiling convert_case v0.10.0
25052026-07-16T22:41:40.253Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25062026-07-16T22:41:40.417Z Compiling derive_more-impl v2.1.1
25072026-07-16T22:41:40.746Z Compiling toml v0.8.23
25082026-07-16T22:41:40.900Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25092026-07-16T22:41:41.173Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25102026-07-16T22:41:41.233Z Compiling derive_more v2.1.1
25112026-07-16T22:41:41.268Z Compiling papergrid v0.11.0
25122026-07-16T22:41:41.339Z Compiling tabled_derive v0.7.0
25132026-07-16T22:41:41.361Z Compiling termtree v0.5.1
25142026-07-16T22:41:41.364Z Compiling crossterm v0.29.0
25152026-07-16T22:41:41.364Z Compiling typify-macro v0.6.2
25162026-07-16T22:41:41.588Z Compiling hickory-resolver v0.24.4
25172026-07-16T22:41:41.615Z Compiling phf_shared v0.12.1
25182026-07-16T22:41:41.870Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25192026-07-16T22:41:42.261Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25202026-07-16T22:41:42.485Z Compiling tabled v0.15.0
25212026-07-16T22:41:42.510Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25222026-07-16T22:41:42.951Z Compiling typify v0.6.2
25232026-07-16T22:41:43.270Z Compiling progenitor-impl v0.14.0
25242026-07-16T22:41:43.626Z Compiling qorb v0.4.1
25252026-07-16T22:41:44.268Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25262026-07-16T22:41:44.808Z Compiling csv-core v0.1.13
25272026-07-16T22:41:45.242Z Compiling vte v0.14.1
25282026-07-16T22:41:45.376Z Compiling progenitor-macro v0.14.0
25292026-07-16T22:41:45.528Z Compiling chrono-tz v0.10.4
25302026-07-16T22:41:45.757Z Compiling highway v1.3.0
25312026-07-16T22:41:46.443Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25322026-07-16T22:41:46.540Z Compiling strip-ansi-escapes v0.2.1
25332026-07-16T22:41:46.679Z Compiling csv v1.4.0
25342026-07-16T22:41:46.835Z Compiling phf v0.12.1
25352026-07-16T22:41:47.029Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25362026-07-16T22:41:47.050Z Compiling const_format_proc_macros v0.2.34
25372026-07-16T22:41:47.104Z Compiling fd-lock v4.0.4
25382026-07-16T22:41:47.125Z Compiling peg-macros v0.8.5
25392026-07-16T22:41:47.271Z Compiling nu-ansi-term v0.50.3
25402026-07-16T22:41:47.509Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25412026-07-16T22:41:47.822Z Compiling const_format v0.2.35
25422026-07-16T22:41:47.868Z Compiling reedline v0.40.0
25432026-07-16T22:41:48.154Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25442026-07-16T22:41:48.396Z Compiling peg v0.8.5
25452026-07-16T22:41:48.528Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25462026-07-16T22:41:49.172Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25472026-07-16T22:41:49.397Z Compiling progenitor v0.14.0
25482026-07-16T22:41:49.574Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25492026-07-16T22:41:49.699Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25502026-07-16T22:41:49.718Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25512026-07-16T22:41:49.913Z Compiling bcs v0.1.6
25522026-07-16T22:41:50.342Z Compiling nom v8.0.0
25532026-07-16T22:41:50.365Z Compiling semver v0.1.20
25542026-07-16T22:41:50.648Z Compiling rustc_version v0.1.7
25552026-07-16T22:41:50.897Z Compiling newtype_derive v0.1.6
25562026-07-16T22:41:51.144Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25572026-07-16T22:41:51.407Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25582026-07-16T22:41:51.481Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25592026-07-16T22:41:51.581Z Compiling smawk v0.3.2
25602026-07-16T22:41:51.773Z Compiling unicode-linebreak v0.1.5
25612026-07-16T22:41:52.115Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25622026-07-16T22:41:52.136Z Compiling textwrap v0.16.2
25632026-07-16T22:41:52.224Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25642026-07-16T22:41:52.532Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25652026-07-16T22:41:52.568Z Compiling steno v0.4.1
25662026-07-16T22:41:52.596Z Compiling base64 v0.21.7
25672026-07-16T22:41:53.060Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25682026-07-16T22:41:53.158Z Compiling dropshot-api-manager-types v0.7.2
25692026-07-16T22:41:53.340Z Compiling sha1 v0.10.6
25702026-07-16T22:41:53.734Z Compiling tagptr v0.2.0
25712026-07-16T22:41:53.755Z Compiling utf-8 v0.7.6
25722026-07-16T22:41:53.777Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25732026-07-16T22:41:53.928Z Compiling moka v0.12.13
25742026-07-16T22:41:53.992Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25752026-07-16T22:41:53.995Z Compiling tungstenite v0.21.0
25762026-07-16T22:41:54.062Z Compiling display-error-chain v0.2.2
25772026-07-16T22:41:54.235Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25782026-07-16T22:41:54.338Z Compiling radium v0.7.0
25792026-07-16T22:41:54.397Z Compiling maybe-uninit v2.0.0
25802026-07-16T22:41:54.637Z Compiling tokio-tungstenite v0.21.0
25812026-07-16T22:41:54.738Z Compiling tap v1.0.1
25822026-07-16T22:41:54.873Z Compiling wyz v0.5.1
25832026-07-16T22:41:55.021Z Compiling hickory-resolver v0.25.2
25842026-07-16T22:41:55.118Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25852026-07-16T22:41:55.401Z Compiling vergen-lib v0.1.6
25862026-07-16T22:41:55.434Z Compiling zerocopy-derive v0.6.6
25872026-07-16T22:41:55.663Z Compiling packed_struct v0.10.1
25882026-07-16T22:41:55.928Z Compiling funty v2.0.0
25892026-07-16T22:41:56.208Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25902026-07-16T22:41:56.267Z Compiling diesel_derives v2.3.7
25912026-07-16T22:41:56.494Z Compiling crc-catalog v2.4.0
25922026-07-16T22:41:56.621Z Compiling crc v3.4.0
25932026-07-16T22:41:56.880Z Compiling bitvec v1.0.1
25942026-07-16T22:41:56.950Z Compiling zerocopy v0.6.6
25952026-07-16T22:41:57.341Z Compiling dsl_auto_type v0.2.0
25962026-07-16T22:41:57.442Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25972026-07-16T22:41:57.676Z Compiling scheduled-thread-pool v0.2.7
25982026-07-16T22:41:57.875Z Compiling packed_struct_codegen v0.10.1
25992026-07-16T22:41:58.163Z Compiling vergen-gitcl v1.0.8
26002026-07-16T22:41:58.249Z Compiling diesel_table_macro_syntax v0.3.0
26012026-07-16T22:41:58.269Z Compiling bitfield-macros v0.19.4
26022026-07-16T22:41:58.435Z Compiling proc-macro-error-attr2 v2.0.0
26032026-07-16T22:41:58.528Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26042026-07-16T22:41:58.658Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26052026-07-16T22:41:58.787Z Compiling dirs-sys-next v0.1.2
26062026-07-16T22:41:58.856Z Compiling indexmap v1.9.3
26072026-07-16T22:41:58.879Z Compiling nodrop v0.1.14
26082026-07-16T22:41:59.007Z Compiling maplit v1.0.2
26092026-07-16T22:41:59.028Z Compiling crunchy v0.2.4
26102026-07-16T22:41:59.049Z Compiling glob v0.3.3
26112026-07-16T22:41:59.126Z Compiling bitfield v0.19.4
26122026-07-16T22:41:59.153Z Compiling array-init v0.0.4
26132026-07-16T22:41:59.359Z Compiling dirs-next v2.0.0
26142026-07-16T22:41:59.409Z Compiling clang-sys v1.8.1
26152026-07-16T22:41:59.508Z Compiling proc-macro-error2 v2.0.1
26162026-07-16T22:41:59.831Z Compiling r2d2 v0.8.10
26172026-07-16T22:41:59.856Z Compiling smallvec v0.6.14
26182026-07-16T22:42:00.117Z Compiling num-derive v0.3.3
26192026-07-16T22:42:00.149Z Compiling downcast-rs v2.0.2
26202026-07-16T22:42:00.291Z Compiling tiny-keccak v2.0.2
26212026-07-16T22:42:00.312Z Compiling hashbrown v0.12.3
26222026-07-16T22:42:00.755Z Compiling serde-hex v0.1.0
26232026-07-16T22:42:01.019Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26242026-07-16T22:42:01.041Z Compiling libscf-sys v1.1.0
26252026-07-16T22:42:01.077Z Compiling tabled_derive v0.11.0
26262026-07-16T22:42:01.123Z Compiling term v0.7.0
26272026-07-16T22:42:01.222Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26282026-07-16T22:42:01.251Z Compiling ron v0.8.1
26292026-07-16T22:42:01.441Z Compiling papergrid v0.17.0
26302026-07-16T22:42:01.463Z Compiling testing_table v0.3.0
26312026-07-16T22:42:01.483Z Compiling hashbrown v0.13.2
26322026-07-16T22:42:01.609Z Compiling bit-vec v0.6.3
26332026-07-16T22:42:01.852Z Compiling crc-any v2.5.0
26342026-07-16T22:42:01.901Z Compiling bit-set v0.5.3
26352026-07-16T22:42:02.086Z Compiling object v0.30.4
26362026-07-16T22:42:02.111Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26372026-07-16T22:42:02.140Z Compiling ascii-canvas v3.0.0
26382026-07-16T22:42:02.407Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26392026-07-16T22:42:02.523Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26402026-07-16T22:42:02.764Z Compiling tabled v0.20.0
26412026-07-16T22:42:02.892Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26422026-07-16T22:42:03.222Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26432026-07-16T22:42:03.428Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26442026-07-16T22:42:03.599Z Compiling progenitor-impl v0.13.0
26452026-07-16T22:42:03.888Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26462026-07-16T22:42:03.991Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26472026-07-16T22:42:04.048Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26482026-07-16T22:42:04.145Z Compiling itertools v0.10.5
26492026-07-16T22:42:04.188Z Compiling diesel v2.3.11
26502026-07-16T22:42:04.271Z Compiling ena v0.14.4
26512026-07-16T22:42:04.523Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26522026-07-16T22:42:04.545Z Compiling libloading v0.8.9
26532026-07-16T22:42:04.819Z Compiling diff v0.1.13
26542026-07-16T22:42:04.831Z Compiling xshell-macros v0.2.7
26552026-07-16T22:42:05.027Z Compiling path-slash v0.1.5
26562026-07-16T22:42:05.204Z Compiling regex-syntax v0.6.29
26572026-07-16T22:42:05.225Z Compiling unicase v2.9.0
26582026-07-16T22:42:05.265Z Compiling bindgen v0.71.1
26592026-07-16T22:42:05.499Z Compiling xshell v0.2.7
26602026-07-16T22:42:05.528Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26612026-07-16T22:42:05.686Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26622026-07-16T22:42:05.708Z Compiling progenitor-macro v0.13.0
26632026-07-16T22:42:06.820Z Compiling lalrpop v0.19.12
26642026-07-16T22:42:07.107Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26652026-07-16T22:42:08.010Z Compiling cexpr v0.6.0
26662026-07-16T22:42:08.639Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26672026-07-16T22:42:08.960Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26682026-07-16T22:42:09.392Z Compiling progenitor-client v0.13.0
26692026-07-16T22:42:09.633Z Compiling rustc-hash v2.1.1
26702026-07-16T22:42:09.841Z Compiling progenitor v0.13.0
26712026-07-16T22:42:09.863Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26722026-07-16T22:42:10.195Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26732026-07-16T22:42:10.603Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26742026-07-16T22:42:11.053Z Compiling headers-core v0.3.0
26752026-07-16T22:42:11.108Z Compiling libxml v0.3.3
26762026-07-16T22:42:11.175Z Compiling crc8 v0.1.1
26772026-07-16T22:42:11.235Z Compiling headers v0.4.1
26782026-07-16T22:42:11.315Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26792026-07-16T22:42:11.425Z Compiling strum_macros v0.24.3
26802026-07-16T22:42:11.445Z Compiling indoc v1.0.9
26812026-07-16T22:42:11.582Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26822026-07-16T22:42:11.744Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26832026-07-16T22:42:11.957Z Compiling derive_builder v0.20.2
26842026-07-16T22:42:11.980Z Compiling quick-xml v0.37.5
26852026-07-16T22:42:12.124Z Compiling oso-derive v0.27.3
26862026-07-16T22:42:12.454Z Compiling impl-trait-for-tuples v0.2.3
26872026-07-16T22:42:12.661Z Compiling openssl-probe v0.1.6
26882026-07-16T22:42:12.724Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26892026-07-16T22:42:12.879Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26902026-07-16T22:42:13.042Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26912026-07-16T22:42:13.187Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26922026-07-16T22:42:13.312Z Compiling bb8 v0.8.6
26932026-07-16T22:42:13.437Z Compiling trait-variant v0.1.2
26942026-07-16T22:42:13.690Z Compiling half v1.8.3
26952026-07-16T22:42:13.741Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26962026-07-16T22:42:14.028Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26972026-07-16T22:42:14.117Z Compiling polar-core v0.27.3
26982026-07-16T22:42:14.145Z Compiling serde_cbor v0.11.2
26992026-07-16T22:42:14.396Z Compiling samael v0.0.19
27002026-07-16T22:42:14.619Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27012026-07-16T22:42:14.673Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27022026-07-16T22:42:14.945Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27032026-07-16T22:42:15.023Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27042026-07-16T22:42:15.085Z Compiling nonempty v0.12.0
27052026-07-16T22:42:15.139Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27062026-07-16T22:42:15.315Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27072026-07-16T22:42:15.361Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27082026-07-16T22:42:15.432Z Compiling fxhash v0.2.1
27092026-07-16T22:42:15.610Z Compiling libz-sys v1.1.24
27102026-07-16T22:42:15.776Z Compiling salty v0.3.0
27112026-07-16T22:42:16.142Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27122026-07-16T22:42:16.418Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27132026-07-16T22:42:16.806Z Compiling kstat-rs v0.2.4
27142026-07-16T22:42:17.203Z Compiling arc-swap v1.8.2
27152026-07-16T22:42:17.322Z Compiling fs-err v2.11.0
27162026-07-16T22:42:17.594Z Compiling slog-scope v4.4.1
27172026-07-16T22:42:17.633Z Compiling mime_guess v2.0.5
27182026-07-16T22:42:17.705Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27192026-07-16T22:42:17.709Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27202026-07-16T22:42:18.158Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27212026-07-16T22:42:18.434Z Compiling rfc6979 v0.4.0
27222026-07-16T22:42:18.617Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27232026-07-16T22:42:18.947Z Compiling nanorand v0.7.0
27242026-07-16T22:42:19.143Z Compiling libgit2-sys v0.18.3+1.9.2
27252026-07-16T22:42:19.309Z Compiling parking_lot_core v0.8.6
27262026-07-16T22:42:19.555Z Compiling flume v0.11.1
27272026-07-16T22:42:19.636Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27282026-07-16T22:42:19.963Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27292026-07-16T22:42:20.034Z Compiling ecdsa v0.16.9
27302026-07-16T22:42:20.705Z Compiling slog-stdlog v4.1.1
27312026-07-16T22:42:21.880Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27322026-07-16T22:42:21.899Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27332026-07-16T22:42:21.899Z Compiling primeorder v0.13.6
27342026-07-16T22:42:21.899Z Compiling git-stub v1.0.0
27352026-07-16T22:42:21.899Z Compiling atty v0.2.14
27362026-07-16T22:42:21.899Z Compiling parse-size v1.1.0
27372026-07-16T22:42:22.025Z Compiling strsim v0.10.0
27382026-07-16T22:42:22.084Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27392026-07-16T22:42:22.203Z Compiling http-range v0.1.5
27402026-07-16T22:42:22.320Z Compiling instability v0.3.11
27412026-07-16T22:42:22.370Z Compiling darling_core v0.13.4
27422026-07-16T22:42:22.559Z Compiling async-bb8-diesel v0.2.1
27432026-07-16T22:42:22.611Z Compiling diesel-dtrace v0.5.0
27442026-07-16T22:42:22.941Z Compiling oso v0.27.3
27452026-07-16T22:42:23.031Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27462026-07-16T22:42:23.993Z Compiling p384 v0.13.1
27472026-07-16T22:42:26.022Z Compiling git-stub-vcs v0.1.0
27482026-07-16T22:42:26.104Z Compiling slog-envlogger v2.2.0
27492026-07-16T22:42:27.306Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27502026-07-16T22:42:27.318Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27512026-07-16T22:42:27.456Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27522026-07-16T22:42:27.476Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27532026-07-16T22:42:28.630Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27542026-07-16T22:42:29.248Z Compiling ignore v0.4.25
27552026-07-16T22:42:29.420Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27562026-07-16T22:42:29.723Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27572026-07-16T22:42:29.924Z Compiling vergen-git2 v9.1.0
27582026-07-16T22:42:30.163Z Compiling castaway v0.2.4
27592026-07-16T22:42:30.317Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27602026-07-16T22:42:30.561Z Compiling indoc v2.0.7
27612026-07-16T22:42:31.136Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27622026-07-16T22:42:31.759Z Compiling compact_str v0.8.1
27632026-07-16T22:42:31.801Z Compiling globwalk v0.9.1
27642026-07-16T22:42:32.034Z Compiling parking_lot v0.11.2
27652026-07-16T22:42:32.434Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27662026-07-16T22:42:32.776Z Compiling hyper-staticfile v0.10.1
27672026-07-16T22:42:32.848Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27682026-07-16T22:42:32.950Z Compiling darling_macro v0.13.4
27692026-07-16T22:42:33.313Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27702026-07-16T22:42:33.372Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27712026-07-16T22:42:33.456Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27722026-07-16T22:42:33.764Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27732026-07-16T22:42:33.930Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27742026-07-16T22:42:33.953Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
27752026-07-16T22:42:34.100Z Compiling predicates-tree v1.0.13
27762026-07-16T22:42:34.223Z Compiling unicode-truncate v1.1.0
27772026-07-16T22:42:34.433Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27782026-07-16T22:42:34.550Z Compiling lru v0.12.5
27792026-07-16T22:42:34.672Z Compiling rand_seeder v0.4.0
27802026-07-16T22:42:34.775Z Compiling prefix-trie v0.7.0
27812026-07-16T22:42:34.939Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27822026-07-16T22:42:35.016Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27832026-07-16T22:42:35.264Z Compiling corncobs v0.1.4
27842026-07-16T22:42:35.308Z Compiling cassowary v0.3.0
27852026-07-16T22:42:35.329Z Compiling illumos-nvpair-sys v0.2.0
27862026-07-16T22:42:35.410Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27872026-07-16T22:42:35.543Z Compiling hickory-server v0.25.2
27882026-07-16T22:42:35.616Z Compiling ratatui v0.29.0
27892026-07-16T22:42:35.639Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27902026-07-16T22:42:35.661Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
27912026-07-16T22:42:35.888Z Compiling camino-tempfile-ext v0.3.3
27922026-07-16T22:42:35.928Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27932026-07-16T22:42:36.149Z Compiling darling v0.13.4
27942026-07-16T22:42:36.510Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27952026-07-16T22:42:36.908Z Compiling sled v0.34.7
27962026-07-16T22:42:37.074Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27972026-07-16T22:42:37.108Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27982026-07-16T22:42:37.714Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27992026-07-16T22:42:38.784Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28002026-07-16T22:42:38.997Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28012026-07-16T22:42:39.280Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28022026-07-16T22:42:39.458Z Compiling secrecy v0.8.0
28032026-07-16T22:42:39.653Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28042026-07-16T22:42:40.266Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28052026-07-16T22:42:40.572Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28062026-07-16T22:42:41.045Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28072026-07-16T22:42:41.239Z Compiling serde_with_macros v1.5.2
28082026-07-16T22:42:41.918Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28092026-07-16T22:42:42.225Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28102026-07-16T22:42:42.248Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28112026-07-16T22:42:43.875Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28122026-07-16T22:42:44.036Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28132026-07-16T22:42:44.118Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28142026-07-16T22:42:44.277Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28152026-07-16T22:42:44.361Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28162026-07-16T22:42:44.384Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28172026-07-16T22:42:44.529Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28182026-07-16T22:42:44.607Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28192026-07-16T22:42:44.633Z Compiling void v1.0.2
28202026-07-16T22:42:44.781Z Compiling git2 v0.20.4
28212026-07-16T22:42:44.898Z Compiling lzss v0.8.2
28222026-07-16T22:42:45.178Z Compiling illumos-nvpair v0.3.0
28232026-07-16T22:42:45.198Z Compiling serde_with v1.14.0
28242026-07-16T22:42:45.675Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28252026-07-16T22:42:46.027Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28262026-07-16T22:42:46.048Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28272026-07-16T22:42:46.386Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28282026-07-16T22:42:47.720Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
28292026-07-16T22:42:47.850Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28302026-07-16T22:42:48.403Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28312026-07-16T22:42:48.653Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28322026-07-16T22:42:49.366Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28332026-07-16T22:42:49.612Z Compiling tungstenite v0.23.0
28342026-07-16T22:42:49.663Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28352026-07-16T22:42:50.479Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28362026-07-16T22:42:51.429Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28372026-07-16T22:42:51.670Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28382026-07-16T22:42:51.740Z Compiling nix v0.27.1
28392026-07-16T22:42:51.966Z Compiling twox-hash v2.1.2
28402026-07-16T22:42:51.972Z Compiling serde_bytes v0.11.19
28412026-07-16T22:42:52.313Z Compiling tokio-tungstenite v0.23.1
28422026-07-16T22:42:52.409Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28432026-07-16T22:42:52.618Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28442026-07-16T22:42:52.641Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28452026-07-16T22:42:52.673Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28462026-07-16T22:42:52.694Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28472026-07-16T22:42:52.917Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28482026-07-16T22:42:54.272Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28492026-07-16T22:42:54.902Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28502026-07-16T22:42:56.491Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28512026-07-16T22:42:56.904Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28522026-07-16T22:42:57.252Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28532026-07-16T22:42:57.355Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28542026-07-16T22:42:57.652Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28552026-07-16T22:42:57.792Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
28562026-07-16T22:42:57.909Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28572026-07-16T22:42:58.359Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28582026-07-16T22:42:58.383Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28592026-07-16T22:42:59.272Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28602026-07-16T22:42:59.585Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28612026-07-16T22:43:01.073Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28622026-07-16T22:43:01.299Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28632026-07-16T22:43:03.102Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28642026-07-16T22:43:03.721Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28652026-07-16T22:43:04.180Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28662026-07-16T22:43:04.435Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28672026-07-16T22:43:04.671Z Compiling signal-hook-tokio v0.3.1
28682026-07-16T22:43:04.694Z Compiling fatfs v0.3.6
28692026-07-16T22:43:04.843Z Compiling yasna v0.5.2
28702026-07-16T22:43:04.870Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28712026-07-16T22:43:04.872Z Compiling is_ci v1.2.0
28722026-07-16T22:43:05.109Z Compiling assert_matches v1.5.0
28732026-07-16T22:43:05.132Z Compiling seq-macro v0.3.6
28742026-07-16T22:43:05.220Z Compiling supports-color v3.0.2
28752026-07-16T22:43:05.488Z Compiling rcgen v0.12.1
28762026-07-16T22:43:05.643Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28772026-07-16T22:43:06.397Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28782026-07-16T22:43:07.102Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28792026-07-16T22:43:08.658Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28802026-07-16T22:43:08.661Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28812026-07-16T22:43:08.899Z Compiling port-file v0.1.0
28822026-07-16T22:43:08.924Z Compiling subprocess v0.2.15
28832026-07-16T22:43:09.230Z Compiling rtoolbox v0.0.3
28842026-07-16T22:43:09.508Z Compiling rpassword v7.4.0
28852026-07-16T22:43:09.816Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28862026-07-16T22:43:10.186Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28872026-07-16T22:43:10.861Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28882026-07-16T22:43:10.998Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28892026-07-16T22:43:11.122Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28902026-07-16T22:43:13.249Z Compiling tui-tree-widget v0.23.1
28912026-07-16T22:43:13.535Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28922026-07-16T22:43:13.559Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28932026-07-16T22:43:14.632Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28942026-07-16T22:43:14.879Z Compiling uzers v0.12.2
28952026-07-16T22:43:14.988Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28962026-07-16T22:43:15.222Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28972026-07-16T22:43:16.115Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28982026-07-16T22:43:16.323Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28992026-07-16T22:43:18.453Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29002026-07-16T22:43:20.003Z Compiling support-bundle-viewer v0.1.2
29012026-07-16T22:43:20.601Z Compiling multimap v0.10.1
29022026-07-16T22:43:35.299Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29032026-07-16T22:43:41.553Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29042026-07-16T22:43:42.420Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29052026-07-16T22:43:42.813Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29062026-07-16T22:43:43.682Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29072026-07-16T22:50:40.346Z Finished `release` profile [optimized] target(s) in 9m 05s
29082026-07-16T22:51:40.640Z
29092026-07-16T22:51:40.647Zreal 10:06.745566147
29102026-07-16T22:51:40.647Zuser 1:19:38.506116049
29112026-07-16T22:51:40.648Zsys 3:27.150734434
29122026-07-16T22:51:40.648Ztrap 1.713891644
29132026-07-16T22:51:40.648Ztflt 2.173015082
29142026-07-16T22:51:40.648Zdflt 17.841086084
29152026-07-16T22:51:40.648Zkflt 0.006172564
29162026-07-16T22:51:40.648Zlock 7:21:17.739920788
29172026-07-16T22:51:40.648Zslp 2:13:01.471344405
29182026-07-16T22:51:40.648Zlat 2:22.512537006
29192026-07-16T22:51:40.648Zstop 4:56.597236975
29202026-07-16T22:51:40.648Z+ mapfile -t packages
29212026-07-16T22:51:40.648Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29222026-07-16T22:51:41.529Z Finished `release` profile [optimized] target(s) in 0.87s
29232026-07-16T22:51:41.600Z Running `target/release/omicron-package -t test list-outputs`
29242026-07-16T22:51:41.655ZLogging to: /work/oxidecomputer/omicron/out/LOG
29252026-07-16T22:51:41.665Z+ ptime -m cargo build --locked --release -p xtask
29262026-07-16T22:51:42.146Z Compiling libc v0.2.185
29272026-07-16T22:51:42.146Z Compiling serde_core v1.0.228
29282026-07-16T22:51:42.146Z Compiling serde v1.0.228
29292026-07-16T22:51:42.154Z Compiling rustix v1.1.3
29302026-07-16T22:51:42.154Z Compiling serde_json v1.0.150
29312026-07-16T22:51:42.236Z Compiling bitflags v2.11.0
29322026-07-16T22:51:42.284Z Compiling syn v2.0.117
29332026-07-16T22:51:42.284Z Compiling usdt-impl v0.5.0
29342026-07-16T22:51:42.287Z Compiling syn v1.0.109
29352026-07-16T22:51:42.315Z Compiling getrandom v0.4.1
29362026-07-16T22:51:42.326Z Compiling log v0.4.29
29372026-07-16T22:51:42.337Z Compiling indexmap v2.14.0
29382026-07-16T22:51:42.351Z Compiling fs-err v3.3.0
29392026-07-16T22:51:42.525Z Compiling heck v0.4.1
29402026-07-16T22:51:42.604Z Compiling anyhow v1.0.102
29412026-07-16T22:51:42.645Z Compiling once_cell v1.21.3
29422026-07-16T22:51:43.000Z Compiling thread-id v4.2.2
29432026-07-16T22:51:43.026Z Compiling errno v0.3.14
29442026-07-16T22:51:43.029Z Compiling memmap v0.7.0
29452026-07-16T22:51:43.763Z Compiling proc-macro-error v1.0.4
29462026-07-16T22:51:44.000Z Compiling terminal_size v0.4.3
29472026-07-16T22:51:44.000Z Compiling tempfile v3.25.0
29482026-07-16T22:51:44.021Z Compiling tabled_derive v0.7.0
29492026-07-16T22:51:44.094Z Compiling clap_builder v4.6.0
29502026-07-16T22:51:44.094Z Compiling textwrap v0.16.2
29512026-07-16T22:51:44.392Z Compiling camino v1.2.2
29522026-07-16T22:51:44.395Z Compiling semver v1.0.28
29532026-07-16T22:51:44.401Z Compiling cargo-platform v0.3.2
29542026-07-16T22:51:44.434Z Compiling pest_generator v2.8.6
29552026-07-16T22:51:44.741Z Compiling tabled v0.15.0
29562026-07-16T22:51:44.754Z Compiling camino-tempfile v1.4.1
29572026-07-16T22:51:44.967Z Compiling serde_derive v1.0.228
29582026-07-16T22:51:44.967Z Compiling thiserror-impl v1.0.69
29592026-07-16T22:51:44.983Z Compiling zerocopy-derive v0.7.35
29602026-07-16T22:51:44.983Z Compiling scroll_derive v0.12.1
29612026-07-16T22:51:44.983Z Compiling thiserror-impl v2.0.18
29622026-07-16T22:51:44.983Z Compiling clap_derive v4.6.1
29632026-07-16T22:51:44.994Z Compiling pest_derive v2.8.6
29642026-07-16T22:51:45.693Z Compiling scroll v0.12.0
29652026-07-16T22:51:45.883Z Compiling zerocopy v0.7.35
29662026-07-16T22:51:45.993Z Compiling goblin v0.8.2
29672026-07-16T22:51:46.174Z Compiling thiserror v1.0.69
29682026-07-16T22:51:46.293Z Compiling dtrace-parser v0.2.0
29692026-07-16T22:51:46.414Z Compiling thiserror v2.0.18
29702026-07-16T22:51:46.458Z Compiling clap v4.6.1
29712026-07-16T22:51:48.073Z Compiling dof v0.3.0
29722026-07-16T22:51:48.098Z Compiling serde_spanned v0.6.9
29732026-07-16T22:51:48.176Z Compiling toml_datetime v0.6.11
29742026-07-16T22:51:48.277Z Compiling serde_tokenstream v0.2.3
29752026-07-16T22:51:48.282Z Compiling cargo_metadata v0.23.1
29762026-07-16T22:51:48.364Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29772026-07-16T22:51:48.400Z Compiling toml_edit v0.22.27
29782026-07-16T22:51:48.409Z Compiling macaddr v1.0.1
29792026-07-16T22:51:48.839Z Compiling usdt-attr-macro v0.5.0
29802026-07-16T22:51:48.842Z Compiling usdt-macro v0.5.0
29812026-07-16T22:51:49.507Z Compiling usdt v0.5.0
29822026-07-16T22:51:49.914Z Compiling toml v0.8.23
29832026-07-16T22:51:50.363Z Compiling cargo_toml v0.21.0
29842026-07-16T22:51:54.777Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29852026-07-16T22:51:57.992Z Finished `release` profile [optimized] target(s) in 16.32s
29862026-07-16T22:51:58.132Z
29872026-07-16T22:51:58.132Zreal 16.444355383
29882026-07-16T22:51:58.132Zuser 2:04.946673727
29892026-07-16T22:51:58.132Zsys 14.049707914
29902026-07-16T22:51:58.135Ztrap 0.064746821
29912026-07-16T22:51:58.136Ztflt 0.448181462
29922026-07-16T22:51:58.136Zdflt 1.569886024
29932026-07-16T22:51:58.136Zkflt 0.000061370
29942026-07-16T22:51:58.136Zlock 4:28.669905493
29952026-07-16T22:51:58.136Zslp 2:41.572753590
29962026-07-16T22:51:58.136Zlat 4.158558434
29972026-07-16T22:51:58.136Zstop 15.172275941
29982026-07-16T22:51:58.136Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
29992026-07-16T22:51:58.136Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30002026-07-16T22:51:58.136Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30012026-07-16T22:51:58.136Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30022026-07-16T22:51:58.136Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30032026-07-16T22:51:59.026Z Compiling progenitor-client v0.14.0
30042026-07-16T22:51:59.026Z Compiling newtype-uuid-macros v0.1.0
30052026-07-16T22:51:59.026Z Compiling match_cfg v0.1.0
30062026-07-16T22:51:59.030Z Compiling slog-json v2.6.1
30072026-07-16T22:51:59.030Z Compiling structmeta-derive v0.3.0
30082026-07-16T22:51:59.030Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30092026-07-16T22:51:59.030Z Compiling sha1 v0.11.0
30102026-07-16T22:51:59.030Z Compiling multer v3.1.0
30112026-07-16T22:51:59.174Z Compiling debug-ignore v1.0.5
30122026-07-16T22:51:59.178Z Compiling compression-core v0.4.31
30132026-07-16T22:51:59.178Z Compiling itertools v0.14.0
30142026-07-16T22:51:59.178Z Compiling async-stream-impl v0.3.6
30152026-07-16T22:51:59.178Z Compiling serde_spanned v1.1.1
30162026-07-16T22:51:59.178Z Compiling toml_datetime v1.1.1+spec-1.1.0
30172026-07-16T22:51:59.206Z Compiling dropshot v0.17.1
30182026-07-16T22:51:59.210Z Compiling toml_writer v1.1.1+spec-1.1.0
30192026-07-16T22:51:59.357Z Compiling compression-codecs v0.4.37
30202026-07-16T22:51:59.455Z Compiling toml v1.1.2+spec-1.1.0
30212026-07-16T22:51:59.491Z Compiling waitgroup v0.1.2
30222026-07-16T22:51:59.491Z Compiling rustls-pemfile v2.2.0
30232026-07-16T22:51:59.491Z Compiling dropshot_endpoint v0.17.1
30242026-07-16T22:51:59.540Z Compiling hostname v0.3.1
30252026-07-16T22:51:59.623Z Compiling async-compression v0.4.41
30262026-07-16T22:51:59.628Z Compiling hostname v0.4.2
30272026-07-16T22:51:59.644Z Compiling serde_path_to_error v0.1.20
30282026-07-16T22:51:59.678Z Compiling slog-bunyan v2.5.0
30292026-07-16T22:51:59.697Z Compiling atomicwrites v0.4.4
30302026-07-16T22:51:59.701Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30312026-07-16T22:51:59.767Z Compiling macaddr v1.0.1
30322026-07-16T22:51:59.771Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30332026-07-16T22:51:59.808Z Compiling instant v0.1.13
30342026-07-16T22:51:59.813Z Compiling regress v0.10.5
30352026-07-16T22:51:59.856Z Compiling backon v1.6.0
30362026-07-16T22:51:59.926Z Compiling backoff v0.4.0
30372026-07-16T22:51:59.940Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30382026-07-16T22:51:59.940Z Compiling humantime v2.3.0
30392026-07-16T22:51:59.981Z Compiling async-stream v0.3.6
30402026-07-16T22:51:59.985Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30412026-07-16T22:52:00.067Z Compiling half v2.7.1
30422026-07-16T22:52:00.067Z Compiling crucible-workspace-hack v0.1.0
30432026-07-16T22:52:00.067Z Compiling ciborium-io v0.2.2
30442026-07-16T22:52:00.095Z Compiling progenitor-extras v0.2.0
30452026-07-16T22:52:00.175Z Compiling regress v0.11.1
30462026-07-16T22:52:00.188Z Compiling convert_case v0.4.0
30472026-07-16T22:52:00.188Z Compiling secrecy v0.10.3
30482026-07-16T22:52:00.225Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30492026-07-16T22:52:00.241Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30502026-07-16T22:52:00.260Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30512026-07-16T22:52:00.301Z Compiling ciborium-ll v0.2.2
30522026-07-16T22:52:00.371Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30532026-07-16T22:52:00.375Z Compiling inout v0.1.4
30542026-07-16T22:52:00.410Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30552026-07-16T22:52:00.427Z Compiling unsafe-libyaml v0.2.11
30562026-07-16T22:52:00.447Z Compiling thiserror-impl-no-std v2.0.2
30572026-07-16T22:52:00.539Z Compiling ciborium v0.2.2
30582026-07-16T22:52:00.560Z Compiling cipher v0.4.4
30592026-07-16T22:52:00.582Z Compiling derive_more v0.99.20
30602026-07-16T22:52:00.598Z Compiling structmeta v0.3.0
30612026-07-16T22:52:00.602Z Compiling universal-hash v0.5.1
30622026-07-16T22:52:00.634Z Compiling opaque-debug v0.3.1
30632026-07-16T22:52:00.638Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30642026-07-16T22:52:00.668Z Compiling blake2 v0.10.6
30652026-07-16T22:52:00.685Z Compiling aead v0.5.2
30662026-07-16T22:52:00.718Z Compiling password-hash v0.5.0
30672026-07-16T22:52:00.762Z Compiling poly1305 v0.8.0
30682026-07-16T22:52:00.793Z Compiling chacha20 v0.9.1
30692026-07-16T22:52:00.837Z Compiling toml_datetime v0.7.5+spec-1.1.0
30702026-07-16T22:52:00.848Z Compiling derive-ex v0.1.8
30712026-07-16T22:52:00.912Z Compiling parse-display-derive v0.10.0
30722026-07-16T22:52:01.073Z Compiling serde_yaml v0.9.34+deprecated
30732026-07-16T22:52:01.105Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30742026-07-16T22:52:01.124Z Compiling chacha20poly1305 v0.10.1
30752026-07-16T22:52:01.145Z Compiling toml_edit v0.23.10+spec-1.0.0
30762026-07-16T22:52:01.154Z Compiling argon2 v0.5.3
30772026-07-16T22:52:01.209Z Compiling indent_write v2.2.0
30782026-07-16T22:52:01.245Z Compiling darling_core v0.21.3
30792026-07-16T22:52:01.296Z Compiling heapless v0.8.0
30802026-07-16T22:52:01.370Z Compiling tabwriter v1.4.1
30812026-07-16T22:52:01.516Z Compiling hash32 v0.3.1
30822026-07-16T22:52:01.626Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30832026-07-16T22:52:01.689Z Compiling thiserror-no-std v2.0.2
30842026-07-16T22:52:01.708Z Compiling proc-macro-crate v3.4.0
30852026-07-16T22:52:01.806Z Compiling typify-impl v0.6.2
30862026-07-16T22:52:01.831Z Compiling vsss-rs v3.3.4
30872026-07-16T22:52:01.913Z Compiling smoltcp v0.11.0
30882026-07-16T22:52:02.231Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30892026-07-16T22:52:02.296Z Compiling num_enum_derive v0.7.6
30902026-07-16T22:52:02.354Z Compiling cobs v0.3.0
30912026-07-16T22:52:02.528Z Compiling colored v3.1.1
30922026-07-16T22:52:02.586Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30932026-07-16T22:52:02.603Z Compiling postcard v1.1.3
30942026-07-16T22:52:02.622Z Compiling test-strategy v0.4.5
30952026-07-16T22:52:02.713Z Compiling parse-display v0.10.0
30962026-07-16T22:52:02.801Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30972026-07-16T22:52:02.981Z Compiling proc-macro-error v1.0.4
30982026-07-16T22:52:02.989Z Compiling proc-macro-crate v1.3.1
30992026-07-16T22:52:02.989Z Compiling rand v0.10.1
31002026-07-16T22:52:03.051Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31012026-07-16T22:52:03.061Z Compiling foreign-types-macros v0.2.3
31022026-07-16T22:52:03.065Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31032026-07-16T22:52:03.208Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31042026-07-16T22:52:03.263Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31052026-07-16T22:52:03.317Z Compiling rayon-core v1.13.0
31062026-07-16T22:52:03.359Z Compiling foreign-types-shared v0.3.1
31072026-07-16T22:52:03.389Z Compiling num_enum_derive v0.5.11
31082026-07-16T22:52:03.440Z Compiling num_enum v0.7.6
31092026-07-16T22:52:03.520Z Compiling crossbeam-deque v0.8.6
31102026-07-16T22:52:03.573Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31112026-07-16T22:52:03.590Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31122026-07-16T22:52:03.609Z Compiling cstr-argument v0.1.2
31132026-07-16T22:52:03.628Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31142026-07-16T22:52:03.643Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31152026-07-16T22:52:03.724Z Compiling foreign-types v0.5.0
31162026-07-16T22:52:03.786Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31172026-07-16T22:52:03.822Z Compiling darling_macro v0.21.3
31182026-07-16T22:52:03.838Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31192026-07-16T22:52:03.879Z Compiling zone_cfg_derive v0.3.1
31202026-07-16T22:52:03.900Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31212026-07-16T22:52:03.922Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31222026-07-16T22:52:04.057Z Compiling itertools v0.12.1
31232026-07-16T22:52:04.080Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31242026-07-16T22:52:04.116Z Compiling num-derive v0.4.2
31252026-07-16T22:52:04.120Z Compiling sigpipe v0.1.3
31262026-07-16T22:52:04.151Z Compiling cpubits v0.1.1
31272026-07-16T22:52:04.179Z Compiling rayon v1.11.0
31282026-07-16T22:52:04.197Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31292026-07-16T22:52:04.244Z Compiling glob v0.3.3
31302026-07-16T22:52:04.259Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31312026-07-16T22:52:04.343Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31322026-07-16T22:52:04.396Z Compiling darling v0.21.3
31332026-07-16T22:52:04.462Z Compiling smf v0.2.3
31342026-07-16T22:52:04.516Z Compiling num_enum v0.5.11
31352026-07-16T22:52:04.520Z Compiling ingot-macros v0.1.1
31362026-07-16T22:52:04.553Z Compiling whoami v1.6.1
31372026-07-16T22:52:04.585Z Compiling usdt-attr-macro v0.5.0
31382026-07-16T22:52:04.610Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31392026-07-16T22:52:04.635Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31402026-07-16T22:52:04.660Z Compiling usdt-macro v0.5.0
31412026-07-16T22:52:04.677Z Compiling gethostname v0.5.0
31422026-07-16T22:52:04.780Z Compiling num-rational v0.4.2
31432026-07-16T22:52:04.817Z Compiling pem-rfc7468 v1.0.0
31442026-07-16T22:52:04.970Z Compiling num-complex v0.4.6
31452026-07-16T22:52:05.069Z Compiling memmap v0.7.0
31462026-07-16T22:52:05.163Z Compiling derive-where v1.6.0
31472026-07-16T22:52:05.198Z Compiling float-ord v0.3.2
31482026-07-16T22:52:05.201Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31492026-07-16T22:52:05.288Z Compiling zone v0.3.1
31502026-07-16T22:52:05.362Z Compiling toml v0.8.23
31512026-07-16T22:52:05.387Z Compiling hmac v0.13.0
31522026-07-16T22:52:05.417Z Compiling num v0.4.3
31532026-07-16T22:52:05.466Z Compiling universal-hash v0.6.1
31542026-07-16T22:52:05.562Z Compiling resolv-conf v0.7.6
31552026-07-16T22:52:05.568Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31562026-07-16T22:52:05.568Z Compiling usdt v0.5.0
31572026-07-16T22:52:05.601Z Compiling owo-colors v4.3.0
31582026-07-16T22:52:05.618Z Compiling cancel-safe-futures v0.1.5
31592026-07-16T22:52:05.633Z Compiling polyval v0.7.1
31602026-07-16T22:52:05.678Z Compiling der v0.8.0
31612026-07-16T22:52:05.808Z Compiling libsw-core v0.3.2
31622026-07-16T22:52:05.831Z Compiling prettyplease v0.2.37
31632026-07-16T22:52:05.875Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31642026-07-16T22:52:05.907Z Compiling ghash v0.6.0
31652026-07-16T22:52:06.008Z Compiling libsw v3.5.0
31662026-07-16T22:52:06.012Z Compiling pbkdf2 v0.13.0
31672026-07-16T22:52:06.040Z Compiling aes v0.9.1
31682026-07-16T22:52:06.061Z Compiling console v0.15.11
31692026-07-16T22:52:06.095Z Compiling hickory-proto v0.24.4
31702026-07-16T22:52:06.135Z Compiling newline-converter v0.3.0
31712026-07-16T22:52:06.171Z Compiling ctr v0.10.1
31722026-07-16T22:52:06.213Z Compiling aead v0.6.1
31732026-07-16T22:52:06.267Z Compiling sha2 v0.11.0
31742026-07-16T22:52:06.285Z Compiling libefi-sys v0.1.0
31752026-07-16T22:52:06.366Z Compiling typify-macro v0.6.2
31762026-07-16T22:52:06.403Z Compiling linear-map v1.2.0
31772026-07-16T22:52:06.420Z Compiling linked-hash-map v0.5.6
31782026-07-16T22:52:06.503Z Compiling aes-gcm v0.11.0
31792026-07-16T22:52:06.553Z Compiling expectorate v1.2.0
31802026-07-16T22:52:06.593Z Compiling lru-cache v0.1.2
31812026-07-16T22:52:06.615Z Compiling spki v0.8.0
31822026-07-16T22:52:06.690Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31832026-07-16T22:52:06.718Z Compiling crypto-bigint v0.7.5
31842026-07-16T22:52:06.738Z Compiling salsa20 v0.11.0
31852026-07-16T22:52:06.759Z Compiling cbc v0.2.1
31862026-07-16T22:52:06.833Z Compiling bitfield-struct v0.6.2
31872026-07-16T22:52:06.866Z Compiling nom v8.0.0
31882026-07-16T22:52:06.920Z Compiling semver v0.1.20
31892026-07-16T22:52:06.962Z Compiling tokio-dtrace v0.1.1
31902026-07-16T22:52:07.017Z Compiling dropshot-api-manager-types v0.7.2
31912026-07-16T22:52:07.161Z Compiling rustc_version v0.1.7
31922026-07-16T22:52:07.179Z Compiling scrypt v0.12.0
31932026-07-16T22:52:07.244Z Compiling slog-dtrace v0.3.0
31942026-07-16T22:52:07.264Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31952026-07-16T22:52:07.364Z Compiling minimal-lexical v0.2.1
31962026-07-16T22:52:07.382Z Compiling pkcs5 v0.8.1
31972026-07-16T22:52:07.416Z Compiling newtype_derive v0.1.6
31982026-07-16T22:52:07.513Z Compiling oxide-tokio-rt v0.1.4
31992026-07-16T22:52:07.542Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32002026-07-16T22:52:07.558Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32012026-07-16T22:52:07.567Z Compiling ingot-types v0.1.2
32022026-07-16T22:52:07.646Z Compiling nom v7.1.3
32032026-07-16T22:52:07.662Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32042026-07-16T22:52:07.794Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32052026-07-16T22:52:07.836Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32062026-07-16T22:52:07.852Z Compiling phf_shared v0.12.1
32072026-07-16T22:52:07.870Z Compiling csv-core v0.1.13
32082026-07-16T22:52:07.953Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32092026-07-16T22:52:08.027Z Compiling ingot v0.1.1
32102026-07-16T22:52:08.049Z Compiling xshell-macros v0.2.7
32112026-07-16T22:52:08.065Z Compiling unicode-xid v0.2.6
32122026-07-16T22:52:08.161Z Compiling chrono-tz v0.10.4
32132026-07-16T22:52:08.194Z Compiling highway v1.3.0
32142026-07-16T22:52:08.210Z Compiling csv v1.4.0
32152026-07-16T22:52:08.236Z Compiling const_format_proc_macros v0.2.34
32162026-07-16T22:52:08.244Z Compiling typify v0.6.2
32172026-07-16T22:52:08.357Z Compiling progenitor-impl v0.14.0
32182026-07-16T22:52:08.373Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32192026-07-16T22:52:08.402Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32202026-07-16T22:52:08.436Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32212026-07-16T22:52:08.497Z Compiling hickory-resolver v0.24.4
32222026-07-16T22:52:08.600Z Compiling xshell v0.2.7
32232026-07-16T22:52:08.800Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32242026-07-16T22:52:09.043Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32252026-07-16T22:52:09.113Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32262026-07-16T22:52:09.125Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32272026-07-16T22:52:09.201Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32282026-07-16T22:52:09.364Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32292026-07-16T22:52:09.391Z Compiling phf v0.12.1
32302026-07-16T22:52:09.564Z Compiling qorb v0.4.1
32312026-07-16T22:52:09.591Z Compiling pkcs8 v0.11.0
32322026-07-16T22:52:09.726Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32332026-07-16T22:52:09.922Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32342026-07-16T22:52:10.090Z Compiling const_format v0.2.35
32352026-07-16T22:52:10.107Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32362026-07-16T22:52:10.108Z Compiling tabled_derive v0.7.0
32372026-07-16T22:52:10.145Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32382026-07-16T22:52:10.415Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32392026-07-16T22:52:10.442Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32402026-07-16T22:52:10.727Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32412026-07-16T22:52:10.754Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32422026-07-16T22:52:11.052Z Compiling progenitor-macro v0.14.0
32432026-07-16T22:52:11.149Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32442026-07-16T22:52:11.162Z Compiling bcs v0.1.6
32452026-07-16T22:52:11.366Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32462026-07-16T22:52:11.388Z Compiling ff v0.14.0
32472026-07-16T22:52:11.400Z Compiling salty v0.3.0
32482026-07-16T22:52:11.419Z Compiling termtree v0.5.1
32492026-07-16T22:52:11.464Z Compiling tagptr v0.2.0
32502026-07-16T22:52:11.506Z Compiling textwrap v0.16.2
32512026-07-16T22:52:11.527Z Compiling tabled v0.15.0
32522026-07-16T22:52:11.560Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32532026-07-16T22:52:11.616Z Compiling moka v0.12.13
32542026-07-16T22:52:11.653Z Compiling steno v0.4.1
32552026-07-16T22:52:11.685Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32562026-07-16T22:52:11.727Z Compiling sha1 v0.10.6
32572026-07-16T22:52:11.815Z Compiling signature v3.0.0
32582026-07-16T22:52:11.843Z Compiling base16ct v1.0.0
32592026-07-16T22:52:11.981Z Compiling radium v0.7.0
32602026-07-16T22:52:12.010Z Compiling base64 v0.21.7
32612026-07-16T22:52:12.027Z Compiling sec1 v0.8.1
32622026-07-16T22:52:12.205Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32632026-07-16T22:52:12.323Z Compiling hickory-resolver v0.25.2
32642026-07-16T22:52:12.365Z Compiling group v0.14.0
32652026-07-16T22:52:12.381Z Compiling hkdf v0.13.0
32662026-07-16T22:52:12.417Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32672026-07-16T22:52:12.488Z Compiling rfc6979 v0.4.0
32682026-07-16T22:52:12.502Z Compiling tap v1.0.1
32692026-07-16T22:52:12.569Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32702026-07-16T22:52:12.588Z Compiling maybe-uninit v2.0.0
32712026-07-16T22:52:12.647Z Compiling wyz v0.5.1
32722026-07-16T22:52:12.660Z Compiling ecdsa v0.16.9
32732026-07-16T22:52:12.796Z Compiling elliptic-curve v0.14.0-rc.33
32742026-07-16T22:52:12.978Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32752026-07-16T22:52:13.093Z Compiling primeorder v0.13.6
32762026-07-16T22:52:13.113Z Compiling proc-macro-error-attr2 v2.0.0
32772026-07-16T22:52:13.354Z Compiling funty v2.0.0
32782026-07-16T22:52:13.389Z Compiling utf-8 v0.7.6
32792026-07-16T22:52:13.497Z Compiling packed_struct v0.10.1
32802026-07-16T22:52:13.561Z Compiling parking_lot_core v0.8.6
32812026-07-16T22:52:13.577Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32822026-07-16T22:52:13.598Z Compiling proc-macro-error2 v2.0.1
32832026-07-16T22:52:13.866Z Compiling bitvec v1.0.1
32842026-07-16T22:52:13.890Z Compiling tungstenite v0.21.0
32852026-07-16T22:52:13.906Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32862026-07-16T22:52:13.951Z Compiling p384 v0.13.1
32872026-07-16T22:52:13.985Z Compiling rfc6979 v0.5.0
32882026-07-16T22:52:14.033Z Compiling git-stub v1.0.0
32892026-07-16T22:52:14.057Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32902026-07-16T22:52:14.150Z Compiling packed_struct_codegen v0.10.1
32912026-07-16T22:52:14.197Z Compiling num-derive v0.3.3
32922026-07-16T22:52:14.247Z Compiling bitfield-macros v0.19.4
32932026-07-16T22:52:14.269Z Compiling zerocopy-derive v0.6.6
32942026-07-16T22:52:14.325Z Compiling indexmap v1.9.3
32952026-07-16T22:52:14.557Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32962026-07-16T22:52:14.581Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32972026-07-16T22:52:14.761Z Compiling crc-catalog v2.4.0
32982026-07-16T22:52:14.779Z Compiling nodrop v0.1.14
32992026-07-16T22:52:14.848Z Compiling crc v3.4.0
33002026-07-16T22:52:14.867Z Compiling array-init v0.0.4
33012026-07-16T22:52:14.882Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33022026-07-16T22:52:14.903Z Compiling tokio-tungstenite v0.21.0
33032026-07-16T22:52:14.933Z Compiling git-stub-vcs v0.1.0
33042026-07-16T22:52:15.078Z Compiling bitfield v0.19.4
33052026-07-16T22:52:15.117Z Compiling ecdsa v0.17.0-rc.18
33062026-07-16T22:52:15.184Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33072026-07-16T22:52:15.215Z Compiling zerocopy v0.6.6
33082026-07-16T22:52:15.232Z Compiling libscf-sys v1.1.0
33092026-07-16T22:52:15.294Z Compiling smallvec v0.6.14
33102026-07-16T22:52:15.314Z Compiling tabled_derive v0.11.0
33112026-07-16T22:52:15.434Z Compiling primeorder v0.14.0-rc.10
33122026-07-16T22:52:15.440Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33132026-07-16T22:52:15.470Z Compiling primefield v0.14.0
33142026-07-16T22:52:15.530Z Compiling progenitor-impl v0.13.0
33152026-07-16T22:52:15.585Z Compiling papergrid v0.17.0
33162026-07-16T22:52:15.608Z Compiling testing_table v0.3.0
33172026-07-16T22:52:15.628Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33182026-07-16T22:52:15.711Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33192026-07-16T22:52:15.732Z Compiling curve25519-dalek v5.0.0-rc.0
33202026-07-16T22:52:15.794Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33212026-07-16T22:52:15.807Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33222026-07-16T22:52:15.823Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33232026-07-16T22:52:16.105Z Compiling hashbrown v0.12.3
33242026-07-16T22:52:16.116Z Compiling unicase v2.9.0
33252026-07-16T22:52:16.116Z Compiling illumos-nvpair-sys v0.2.0
33262026-07-16T22:52:16.116Z Compiling corncobs v0.1.4
33272026-07-16T22:52:16.199Z Compiling progenitor v0.14.0
33282026-07-16T22:52:16.223Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33292026-07-16T22:52:16.274Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33302026-07-16T22:52:16.294Z Compiling parking_lot v0.11.2
33312026-07-16T22:52:16.300Z Compiling mime_guess v2.0.5
33322026-07-16T22:52:16.352Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33332026-07-16T22:52:16.367Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33342026-07-16T22:52:16.552Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33352026-07-16T22:52:16.572Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33362026-07-16T22:52:16.592Z Compiling tabled v0.20.0
33372026-07-16T22:52:16.659Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33382026-07-16T22:52:16.713Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33392026-07-16T22:52:16.726Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33402026-07-16T22:52:16.742Z Compiling serde-hex v0.1.0
33412026-07-16T22:52:16.911Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33422026-07-16T22:52:16.943Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33432026-07-16T22:52:17.068Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33442026-07-16T22:52:17.241Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33452026-07-16T22:52:17.312Z Compiling ron v0.8.1
33462026-07-16T22:52:17.330Z Compiling ssh-encoding v0.3.0-rc.9
33472026-07-16T22:52:17.346Z Compiling hashbrown v0.13.2
33482026-07-16T22:52:17.403Z Compiling progenitor-client v0.13.0
33492026-07-16T22:52:17.446Z Compiling prefix-trie v0.7.0
33502026-07-16T22:52:17.706Z Compiling fxhash v0.2.1
33512026-07-16T22:52:17.747Z Compiling secrecy v0.8.0
33522026-07-16T22:52:17.860Z Compiling crc-any v2.5.0
33532026-07-16T22:52:17.874Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33542026-07-16T22:52:17.921Z Compiling sled v0.34.7
33552026-07-16T22:52:18.106Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33562026-07-16T22:52:18.160Z Compiling object v0.30.4
33572026-07-16T22:52:18.285Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33582026-07-16T22:52:18.431Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33592026-07-16T22:52:18.532Z Compiling progenitor-macro v0.13.0
33602026-07-16T22:52:18.795Z Compiling hickory-server v0.25.2
33612026-07-16T22:52:19.013Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33622026-07-16T22:52:19.037Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33632026-07-16T22:52:19.240Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33642026-07-16T22:52:19.342Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33652026-07-16T22:52:19.491Z Compiling ed25519 v3.0.0
33662026-07-16T22:52:19.537Z Compiling crypto-primes v0.7.2
33672026-07-16T22:52:19.850Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33682026-07-16T22:52:20.638Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33692026-07-16T22:52:20.655Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33702026-07-16T22:52:20.688Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33712026-07-16T22:52:20.696Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33722026-07-16T22:52:20.725Z Compiling pkcs1 v0.8.0-rc.4
33732026-07-16T22:52:20.851Z Compiling poly1305 v0.9.0
33742026-07-16T22:52:21.150Z Compiling blowfish v0.10.0
33752026-07-16T22:52:21.166Z Compiling blake2 v0.11.0-rc.6
33762026-07-16T22:52:21.173Z Compiling keccak v0.2.0
33772026-07-16T22:52:21.375Z Compiling fiat-crypto v0.3.0
33782026-07-16T22:52:21.394Z Compiling http-range v0.1.5
33792026-07-16T22:52:21.424Z Compiling crc8 v0.1.1
33802026-07-16T22:52:21.441Z Compiling path-slash v0.1.5
33812026-07-16T22:52:21.464Z Compiling half v1.8.3
33822026-07-16T22:52:21.572Z Compiling argon2 v0.6.0-rc.8
33832026-07-16T22:52:21.607Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33842026-07-16T22:52:21.625Z Compiling sha3 v0.11.0
33852026-07-16T22:52:21.646Z Compiling bcrypt-pbkdf v0.11.0
33862026-07-16T22:52:21.661Z Compiling ssh-cipher v0.3.0-rc.9
33872026-07-16T22:52:21.679Z Compiling serde_cbor v0.11.2
33882026-07-16T22:52:21.803Z Compiling rsa v0.10.0-rc.18
33892026-07-16T22:52:21.811Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33902026-07-16T22:52:21.979Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33912026-07-16T22:52:22.137Z Compiling ed25519-dalek v3.0.0-rc.0
33922026-07-16T22:52:22.297Z Compiling illumos-nvpair v0.3.0
33932026-07-16T22:52:22.550Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33942026-07-16T22:52:22.575Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33952026-07-16T22:52:22.591Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33962026-07-16T22:52:22.703Z Compiling p256 v0.14.0-rc.10
33972026-07-16T22:52:22.729Z Compiling p521 v0.14.0-rc.10
33982026-07-16T22:52:22.799Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33992026-07-16T22:52:22.813Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34002026-07-16T22:52:22.829Z Compiling yasna v0.5.2
34012026-07-16T22:52:22.913Z Compiling kstat-rs v0.2.4
34022026-07-16T22:52:23.236Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34032026-07-16T22:52:23.334Z Compiling headers-core v0.3.0
34042026-07-16T22:52:23.480Z Compiling kem v0.3.0
34052026-07-16T22:52:23.516Z Compiling module-lattice v0.2.3
34062026-07-16T22:52:23.526Z Compiling nanorand v0.7.0
34072026-07-16T22:52:23.540Z Compiling atty v0.2.14
34082026-07-16T22:52:23.556Z Compiling headers v0.4.1
34092026-07-16T22:52:23.576Z Compiling progenitor v0.13.0
34102026-07-16T22:52:23.580Z Compiling rcgen v0.12.1
34112026-07-16T22:52:23.622Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34122026-07-16T22:52:23.672Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
34132026-07-16T22:52:23.750Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34142026-07-16T22:52:23.769Z Compiling flume v0.11.1
34152026-07-16T22:52:23.831Z Compiling ml-kem v0.3.2
34162026-07-16T22:52:23.926Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34172026-07-16T22:52:24.112Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34182026-07-16T22:52:24.334Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34192026-07-16T22:52:24.508Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34202026-07-16T22:52:24.703Z Compiling hyper-staticfile v0.10.1
34212026-07-16T22:52:24.708Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34222026-07-16T22:52:24.808Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34232026-07-16T22:52:24.812Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34242026-07-16T22:52:24.857Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34252026-07-16T22:52:25.073Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
34262026-07-16T22:52:25.202Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34272026-07-16T22:52:25.373Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34282026-07-16T22:52:25.465Z Compiling russh-cryptovec v0.61.0
34292026-07-16T22:52:25.497Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34302026-07-16T22:52:25.568Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34312026-07-16T22:52:25.714Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34322026-07-16T22:52:25.743Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34332026-07-16T22:52:25.955Z Compiling internal-russh-num-bigint v0.5.0
34342026-07-16T22:52:26.042Z Compiling port-file v0.1.0
34352026-07-16T22:52:26.060Z Compiling num-bigint v0.4.6
34362026-07-16T22:52:26.295Z Compiling generic-array v1.4.3
34372026-07-16T22:52:26.321Z Compiling russh-util v0.52.0
34382026-07-16T22:52:26.321Z Compiling enum_dispatch v0.3.13
34392026-07-16T22:52:26.381Z Compiling delegate v0.13.5
34402026-07-16T22:52:26.490Z Compiling subprocess v0.2.15
34412026-07-16T22:52:26.517Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34422026-07-16T22:52:26.580Z Compiling p384 v0.14.0-rc.10
34432026-07-16T22:52:26.826Z Compiling md5 v0.8.0
34442026-07-16T22:52:27.039Z Compiling display-error-chain v0.2.2
34452026-07-16T22:52:27.045Z Compiling hex-literal v1.1.0
34462026-07-16T22:52:27.072Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34472026-07-16T22:52:27.148Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34482026-07-16T22:52:27.153Z Compiling colored v2.2.0
34492026-07-16T22:52:27.180Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34502026-07-16T22:52:27.270Z Compiling socket2 v0.5.10
34512026-07-16T22:52:27.297Z Compiling internet-checksum v0.2.1
34522026-07-16T22:52:28.009Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34532026-07-16T22:52:28.667Z Compiling ssh-key v0.7.0-rc.10
34542026-07-16T22:52:28.718Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34552026-07-16T22:52:29.222Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34562026-07-16T22:52:29.914Z Compiling russh v0.61.2
34572026-07-16T22:52:30.683Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34582026-07-16T22:52:31.181Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34592026-07-16T22:52:39.602Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34602026-07-16T22:52:39.602Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34612026-07-16T22:52:39.602Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34622026-07-16T22:52:39.614Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34632026-07-16T22:52:41.357Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34642026-07-16T22:52:41.430Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34652026-07-16T22:52:45.330Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34662026-07-16T22:53:24.809Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34672026-07-16T22:53:25.035Z
34682026-07-16T22:53:25.035Zreal 1:26.834585758
34692026-07-16T22:53:25.035Zuser 8:42.864757938
34702026-07-16T22:53:25.036Zsys 1:42.649627829
34712026-07-16T22:53:25.036Ztrap 0.266340809
34722026-07-16T22:53:25.040Ztflt 0.354211107
34732026-07-16T22:53:25.040Zdflt 1.490149772
34742026-07-16T22:53:25.040Zkflt 0.000452270
34752026-07-16T22:53:25.040Zlock 30:53.939645987
34762026-07-16T22:53:25.040Zslp 20:01.440639103
34772026-07-16T22:53:25.041Zlat 41.910679193
34782026-07-16T22:53:25.041Zstop 2:56.875435661
34792026-07-16T22:53:25.041Z+ mkdir tests
34802026-07-16T22:53:25.041Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34812026-07-16T22:53:25.045Z+ xargs -I '{}' -t cp '{}' tests/
34822026-07-16T22:53:25.062Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-2396c756e7171acc tests/
34832026-07-16T22:53:25.083Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-157eb7e84d6f5660 tests/
34842026-07-16T22:53:25.105Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-3313f85cab4a55e1 tests/
34852026-07-16T22:53:25.125Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-011827b2c3b98d0a tests/
34862026-07-16T22:53:25.373Z+ 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)
34872026-07-16T22:53:25.377Z+ 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-157eb7e84d6f5660 tests/commtest-3313f85cab4a55e1 tests/dhcp_server-2396c756e7171acc tests/end_to_end_tests-011827b2c3b98d0a 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
34882026-07-16T22:54:45.665ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34892026-07-16T22:54:45.665Za .github/buildomat/ci-env.sh 1K
34902026-07-16T22:54:45.665Za out/target/test 1K
34912026-07-16T22:54:45.665Za out/npuzone/npuzone 27402K
34922026-07-16T22:54:45.665Za package-manifest.toml 35K
34932026-07-16T22:54:45.665Za smf/sled-agent/non-gimlet/config.toml 6K
34942026-07-16T22:54:45.665Za target/release/omicron-package 40729K
34952026-07-16T22:54:45.665Za target/release/xtask 10468K
34962026-07-16T22:54:45.665Za target/debug/bootstrap 349473K
34972026-07-16T22:54:45.665Za tests/bootstrap-157eb7e84d6f5660 31974K
34982026-07-16T22:54:45.665Za tests/commtest-3313f85cab4a55e1 32169K
34992026-07-16T22:54:45.665Za tests/dhcp_server-2396c756e7171acc 31974K
35002026-07-16T22:54:45.665Za tests/end_to_end_tests-011827b2c3b98d0a 399349K
35012026-07-16T22:54:45.665Za tools/opte_version 1K
35022026-07-16T22:54:45.665Za tools/opte_version_override 2K
35032026-07-16T22:54:45.665Za out/clickhouse.tar.gz 310727K
35042026-07-16T22:54:45.665Za out/clickhouse_keeper.tar.gz 297198K
35052026-07-16T22:54:45.665Za out/clickhouse_server.tar.gz 310724K
35062026-07-16T22:54:45.665Za out/cockroachdb.tar.gz 161740K
35072026-07-16T22:54:45.666Za out/crucible-pantry-zone.tar.gz 39113K
35082026-07-16T22:54:45.666Za out/crucible-utils.tar 18900K
35092026-07-16T22:54:45.666Za out/crucible-zone.tar.gz 53808K
35102026-07-16T22:54:45.666Za out/external-dns.tar.gz 46709K
35112026-07-16T22:54:45.666Za out/internal-dns.tar.gz 46708K
35122026-07-16T22:54:45.666Za out/mg-ddm-gz.tar 102717K
35132026-07-16T22:54:45.666Za out/nexus.tar.gz 273759K
35142026-07-16T22:54:45.666Za out/ntp.tar.gz 29912K
35152026-07-16T22:54:45.666Za out/omicron-gateway-softnpu.tar.gz 27710K
35162026-07-16T22:54:45.666Za out/omicron-sled-agent.tar 192424K
35172026-07-16T22:54:45.666Za out/overlay.tar.gz 4K
35182026-07-16T22:54:45.666Za out/oximeter.tar.gz 60696K
35192026-07-16T22:54:45.666Za out/oxlog.tar 3808K
35202026-07-16T22:54:45.666Za out/probe.tar.gz 3037K
35212026-07-16T22:54:45.666Za out/propolis-server.tar.gz 34372K
35222026-07-16T22:54:45.666Za out/pumpkind-gz.tar 26647K
35232026-07-16T22:54:45.666Za out/switch-softnpu.tar.gz 451363K
35242026-07-16T22:54:45.669Z
35252026-07-16T22:54:45.669Zreal 1:20.289087359
35262026-07-16T22:54:45.670Zuser 1:17.636774466
35272026-07-16T22:54:45.670Zsys 4.429082715
35282026-07-16T22:54:45.670Ztrap 0.005708596
35292026-07-16T22:54:45.670Ztflt 0.000000000
35302026-07-16T22:54:45.670Zdflt 0.000000000
35312026-07-16T22:54:45.670Zkflt 0.000000000
35322026-07-16T22:54:45.670Zlock 0.000000000
35332026-07-16T22:54:45.670Zslp 1:17.522514975
35342026-07-16T22:54:45.670Zlat 0.979130017
35352026-07-16T22:54:45.670Zstop 0.000216500
35362026-07-16T22:54:45.670Zprocess exited: duration 998839 ms, exit code 0
 
35372026-07-16T22:54:45.684Zfound 1 output files
35382026-07-16T22:54:45.684Zuploading: /work/package.tar.gz (2487251524 bytes)
35392026-07-16T22:55:14.731Zuploaded: /work/package.tar.gz