01KXH7YT06Y9V7TTASEJN0W3VH: 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: 01KXH7ZA3FEPD4CWJTE63ER4ZQ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-14T21:20:11.610Zjob assigned to worker 01KXH7ZH229SS11VWZ6Z3BTV9K [factory aws, i-02d261db19d407a83] (queued for 50 s)
 
22026-07-14T21:20:19.061Zstarting task 0: "setup"
32026-07-14T21:20:19.066Z++ uname -s
42026-07-14T21:20:19.069Z+ kern=SunOS
52026-07-14T21:20:19.069Z+ build_user=build
62026-07-14T21:20:19.069Z+ build_uid=12345
72026-07-14T21:20:19.069Z+ work_dir=/work
82026-07-14T21:20:19.069Z+ input_dir=/input
92026-07-14T21:20:19.069Z+ [[ 0 == 12345 ]]
102026-07-14T21:20:19.070Z+ case "$kern" in
112026-07-14T21:20:19.070Z+ groupadd -g 12345 build
122026-07-14T21:20:19.073Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-14T21:20:21.079Z+ zfs create -o mountpoint=/work rpool/work
142026-07-14T21:20:21.158Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-14T21:20:21.162Z+ home_fs=zfs
162026-07-14T21:20:21.162Z+ [[ zfs == autofs ]]
172026-07-14T21:20:21.162Z+ mkdir -p /home/build
182026-07-14T21:20:21.162Z+ chown build:build /home/build /work
192026-07-14T21:20:23.162Z+ chmod 0700 /home/build /work
202026-07-14T21:20:23.166Zprocess exited: duration 4108 ms, exit code 0
 
212026-07-14T21:20:23.173Zstarting task 1: "rust-toolchain"
222026-07-14T21:20:23.179Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-14T21:20:23.179Z * rust toolchain channel = "1.96.1"
242026-07-14T21:20:23.179Z * rust toolchain profile = "default"
252026-07-14T21:20:23.179Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-14T21:20:23.179Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-14T21:20:23.179Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-14T21:20:23.183Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-14T21:20:23.183Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-14T21:20:23.295Zinfo: downloading installer
312026-07-14T21:20:24.654Zwarn: It looks like you have an existing rustup settings file at:
322026-07-14T21:20:24.654Zwarn: /home/build/.rustup/settings.toml
332026-07-14T21:20:24.654Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-14T21:20:24.654Zwarn: instead of the one inferred from the default host triple.
352026-07-14T21:20:24.666Zinfo: profile set to default
362026-07-14T21:20:24.666Zinfo: default host triple is x86_64-unknown-illumos
372026-07-14T21:20:24.670Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-14T21:20:24.812Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-14T21:20:24.815Zinfo: downloading 6 components
402026-07-14T21:20:40.285Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-14T21:20:40.285Z
422026-07-14T21:20:40.326Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-14T21:20:40.326Z
442026-07-14T21:20:40.326Z
452026-07-14T21:20:40.326ZRust is installed now. Great!
462026-07-14T21:20:40.326Z
472026-07-14T21:20:40.326ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-14T21:20:40.326Zenvironment variable. This has not been done automatically.
492026-07-14T21:20:40.326Z
502026-07-14T21:20:40.326ZTo configure your current shell, you need to source
512026-07-14T21:20:40.326Zthe corresponding env file under $HOME/.cargo.
522026-07-14T21:20:40.326Z
532026-07-14T21:20:40.326ZThis is usually done by running one of the following (note the leading DOT):
542026-07-14T21:20:40.326Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-14T21:20:40.327Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-14T21:20:40.327Zsource "~/.cargo/env.nu" # For nushell
572026-07-14T21:20:40.327Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-14T21:20:40.327Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-14T21:20:40.327Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-14T21:20:40.330Zwarn: no default linker (`cc`) was found in your PATH
612026-07-14T21:20:40.330Zwarn: many Rust crates require a system C toolchain to build
622026-07-14T21:20:40.460Z+ rustup --version
632026-07-14T21:20:40.466Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-14T21:20:40.470Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-14T21:20:40.489Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-14T21:20:40.492Z+ cargo --version
672026-07-14T21:20:40.501Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-14T21:20:40.504Z+ rustc --version
692026-07-14T21:20:40.524Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-14T21:20:40.529Zprocess exited: duration 17353 ms, exit code 0
 
712026-07-14T21:20:40.535Zstarting task 2: "authentication"
722026-07-14T21:20:40.555Zprocess exited: duration 18 ms, exit code 0
 
732026-07-14T21:20:40.562Zstarting task 3: "clone repository"
742026-07-14T21:20:40.566Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-14T21:20:40.569Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-14T21:20:40.602ZCloning into '/work/oxidecomputer/omicron'...
772026-07-14T21:20:51.333Z+ cd /work/oxidecomputer/omicron
782026-07-14T21:20:51.334Z+ git fetch origin 344c5b62ee1f8b5ad72483065baa57325c83c21d
792026-07-14T21:20:51.603ZFrom https://github.com/oxidecomputer/omicron
802026-07-14T21:20:51.603Z * branch 344c5b62ee1f8b5ad72483065baa57325c83c21d -> FETCH_HEAD
812026-07-14T21:20:51.617Z+ [[ -n iliana/tufaceous-v2/10.releng ]]
822026-07-14T21:20:51.620Z++ git branch --show-current
832026-07-14T21:20:51.623Z+ current=main
842026-07-14T21:20:51.623Z+ [[ main != iliana/tufaceous-v2/10.releng ]]
852026-07-14T21:20:51.623Z+ git branch -f iliana/tufaceous-v2/10.releng 344c5b62ee1f8b5ad72483065baa57325c83c21d
862026-07-14T21:20:51.627Z+ git checkout -f iliana/tufaceous-v2/10.releng
872026-07-14T21:20:51.873ZSwitched to branch 'iliana/tufaceous-v2/10.releng'
882026-07-14T21:20:51.877Z+ git reset --hard 344c5b62ee1f8b5ad72483065baa57325c83c21d
892026-07-14T21:20:51.893ZHEAD is now at 344c5b62e Merge remote-tracking branch 'origin/main' into iliana/tufaceous-v2/10.releng
902026-07-14T21:20:51.896Zprocess exited: duration 11332 ms, exit code 0
 
912026-07-14T21:20:51.904Zstarting task 4: "build"
922026-07-14T21:20:51.910Z+ source .github/buildomat/ci-env.sh
932026-07-14T21:20:51.910Z++ export CARGO_TERM_COLOR=always
942026-07-14T21:20:51.910Z++ CARGO_TERM_COLOR=always
952026-07-14T21:20:51.913Z+++ uname -s
962026-07-14T21:20:51.913Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-14T21:20:51.913Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-14T21:20:51.916Z+ cargo --version
992026-07-14T21:20:51.925Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-14T21:20:51.928Z+ rustc --version
1012026-07-14T21:20:51.948Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-14T21:20:51.951Z+ WORK=/work
1032026-07-14T21:20:51.951Z+ pfexec mkdir -p /work
1042026-07-14T21:20:51.954Z+ pfexec chown build /work
1052026-07-14T21:20:51.957Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-07-14T21:20:53.577Z Startup: Refreshing catalog 'helios' ... Done
1072026-07-14T21:20:53.697Z Startup: Caching catalogs ... Done
1082026-07-14T21:20:54.229ZPlanning: Solver setup ... Done (0.476s)
1092026-07-14T21:20:54.257ZPlanning: Running solver ... Done (0.028s)
1102026-07-14T21:20:54.270ZPlanning: Finding local manifests ... Done (0.004s)
1112026-07-14T21:20:54.283ZPlanning: Fetching manifests: 0/2 0% complete
1122026-07-14T21:20:54.307ZPlanning: Fetching manifests: 2/2 100% complete
1132026-07-14T21:20:54.321ZPlanning: Package planning ... Done (0.014s)
1142026-07-14T21:20:54.324ZPlanning: Merging actions ... Done (0.002s)
1152026-07-14T21:20:54.488ZPlanning: Checking for conflicting actions ... Done (0.165s)
1162026-07-14T21:20:54.492ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-07-14T21:20:55.471ZPlanning: Evaluating mediators ... Done (0.982s)
1182026-07-14T21:20:55.474ZPlanning: Planning completed in 1.75 seconds
1192026-07-14T21:20:55.480Z Packages to install: 2
1202026-07-14T21:20:55.480Z Estimated space available: 156.05 GB
1212026-07-14T21:20:55.480ZEstimated space to be consumed: 32.66 MB
1222026-07-14T21:20:55.480Z Create boot environment: No
1232026-07-14T21:20:55.480ZCreate backup boot environment: No
1242026-07-14T21:20:55.483Z Rebuild boot archive: No
1252026-07-14T21:20:55.483Z
1262026-07-14T21:20:55.483ZChanged packages:
1272026-07-14T21:20:55.483Zhelios
1282026-07-14T21:20:55.483Z developer/build-essential
1292026-07-14T21:20:55.484Z None -> 11-3.0
1302026-07-14T21:20:55.484Z library/libxmlsec1
1312026-07-14T21:20:55.484Z None -> 1.2.35-3.0
1322026-07-14T21:20:55.506Z
1332026-07-14T21:20:55.506ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-07-14T21:20:56.003ZDownload: Completed 1.28 MB in 0.50 seconds (2.6M/s)
1352026-07-14T21:20:56.062Z Actions: 1/268 actions (Installing new actions)
1362026-07-14T21:20:56.101Z Actions: Completed 268 actions in 0.04 seconds.
1372026-07-14T21:20:56.113ZFinalize: Updating package state database ... Done (0.011s)
1382026-07-14T21:20:56.114ZFinalize: Updating package cache ... Done (0.000s)
1392026-07-14T21:20:56.143ZFinalize: Updating image state ... Done (0.030s)
1402026-07-14T21:20:58.821ZFinalize: Creating fast lookup database ... Done (2.651s)
1412026-07-14T21:20:58.895ZFinalize: Reading search index ... Done (0.012s)
1422026-07-14T21:20:58.898ZFinalize: Updating search index ... Done (0.000s)
1432026-07-14T21:20:58.994ZFinalize: Updating package cache ... Done (0.000s)
1442026-07-14T21:20:59.316ZPlanning: Evaluating mediator changes ... Done
1452026-07-14T21:20:59.423ZPlanning: Checking for conflicting actions ... Done
1462026-07-14T21:20:59.427ZPlanning: Consolidating action changes ... Done
1472026-07-14T21:20:59.581ZPlanning: Evaluating mediators ... Done
1482026-07-14T21:20:59.585ZPlanning: Planning completed in 0.27 seconds
1492026-07-14T21:20:59.606Z Mediators to change: 2
1502026-07-14T21:20:59.606Z Create boot environment: No
1512026-07-14T21:20:59.606ZCreate backup boot environment: No
1522026-07-14T21:20:59.647ZFinalize: Updating package state database ... Done
1532026-07-14T21:20:59.647ZFinalize: Updating package cache ... Done
1542026-07-14T21:20:59.664ZFinalize: Updating image state ... Done
1552026-07-14T21:21:01.630ZFinalize: Creating fast lookup database ... Done
1562026-07-14T21:21:01.691ZFinalize: Reading search index ... Done
1572026-07-14T21:21:01.696ZFinalize: Updating search index ... Done
1582026-07-14T21:21:01.765ZFinalize: Updating package cache ... Done
1592026-07-14T21:21:02.060ZPlanning: Evaluating mediator changes ... Done
1602026-07-14T21:21:02.167ZPlanning: Checking for conflicting actions ... Done
1612026-07-14T21:21:02.170ZPlanning: Consolidating action changes ... Done
1622026-07-14T21:21:02.361ZPlanning: Evaluating mediators ... Done
1632026-07-14T21:21:02.366ZPlanning: Planning completed in 0.26 seconds
1642026-07-14T21:21:02.366Z Mediators to change: 1
1652026-07-14T21:21:02.366Z Create boot environment: No
1662026-07-14T21:21:02.366ZCreate backup boot environment: No
1672026-07-14T21:21:02.394ZFinalize: Updating package state database ... Done
1682026-07-14T21:21:02.394ZFinalize: Updating package cache ... Done
1692026-07-14T21:21:02.411ZFinalize: Updating image state ... Done
1702026-07-14T21:21:04.358ZFinalize: Creating fast lookup database ... Done
1712026-07-14T21:21:04.423ZFinalize: Reading search index ... Done
1722026-07-14T21:21:04.426ZFinalize: Updating search index ... Done
1732026-07-14T21:21:04.483ZFinalize: Updating package cache ... Done
1742026-07-14T21:21:04.800ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-07-14T21:21:04.800Zapache system 2.4 system
1762026-07-14T21:21:04.800Zclang system 15 system
1772026-07-14T21:21:04.800Zcsh system system illumos
1782026-07-14T21:21:04.800Zctags system system illumos
1792026-07-14T21:21:04.800Zfile vendor vendor darwinsys
1802026-07-14T21:21:04.800Zfile system system illumos
1812026-07-14T21:21:04.800Zgcc vendor 14 vendor
1822026-07-14T21:21:04.800Zgcc system 13 system
1832026-07-14T21:21:04.800Zgcc system 10 system
1842026-07-14T21:21:04.800Zgo system 1.25 system
1852026-07-14T21:21:04.800Zllvm system 15 system
1862026-07-14T21:21:04.800Zmariadb system 11.4 system
1872026-07-14T21:21:04.800Zmta vendor vendor dma
1882026-07-14T21:21:04.800Zopenjdk system 17 system
1892026-07-14T21:21:04.800Zopenjdk system 11 system
1902026-07-14T21:21:04.800Zopenssl vendor 3 vendor
1912026-07-14T21:21:04.800Zperl system 5.40 system
1922026-07-14T21:21:04.800Zpostgresql system 18 system
1932026-07-14T21:21:04.800Zpostgresql system 17 system
1942026-07-14T21:21:04.800Zpython vendor 3 vendor
1952026-07-14T21:21:04.800Zpython system 2 system
1962026-07-14T21:21:04.800Zpython3 vendor 3.13 vendor
1972026-07-14T21:21:04.800Zruby system 3.4 system
1982026-07-14T21:21:04.800Zruby system 3.0 system
1992026-07-14T21:21:04.800Zwords vendor vendor american-english
2002026-07-14T21:21:04.800Zwords system system australian-english
2012026-07-14T21:21:04.800Zwords system system british-english
2022026-07-14T21:21:04.800Zwords system system canadian-english
2032026-07-14T21:21:04.800Zwords system system french
2042026-07-14T21:21:04.800Zwords system system italian
2052026-07-14T21:21:04.800Zwords system system ngerman
2062026-07-14T21:21:04.800Zwords system system ogerman
2072026-07-14T21:21:04.800Zwords system system spanish
2082026-07-14T21:21:05.062ZPUBLISHER TYPE STATUS P LOCATION
2092026-07-14T21:21:05.063Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-07-14T21:21:05.376ZFMRI IFO
2112026-07-14T21:21:05.377Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-07-14T21:21:05.377Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-07-14T21:21:05.377Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-07-14T21:21:05.377Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-07-14T21:21:05.377Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-07-14T21:21:05.377Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-07-14T21:21:05.377Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-07-14T21:21:05.377Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-07-14T21:21:05.377Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-07-14T21:21:05.649Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-07-14T21:21:05.985Z Updating crates.io index
2222026-07-14T21:21:05.988Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-07-14T21:21:06.221Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-07-14T21:21:06.545Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-07-14T21:21:07.454Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-07-14T21:21:07.974Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-07-14T21:21:09.881Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-07-14T21:21:11.317Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-07-14T21:21:11.601Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-07-14T21:21:11.913Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-07-14T21:21:13.369Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-07-14T21:21:13.778Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-07-14T21:21:14.257Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2342026-07-14T21:21:14.543Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2352026-07-14T21:21:14.959Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2362026-07-14T21:21:15.589Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2372026-07-14T21:21:15.816Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-07-14T21:21:16.050Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-07-14T21:21:16.283Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2402026-07-14T21:21:16.583Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2412026-07-14T21:21:16.823Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2422026-07-14T21:21:17.069Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2432026-07-14T21:21:17.314Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2442026-07-14T21:21:17.691Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2452026-07-14T21:21:18.005Z Updating git repository `https://github.com/oxidecomputer/erebor`
2462026-07-14T21:21:18.229Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2472026-07-14T21:21:18.592Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2482026-07-14T21:21:18.966Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2492026-07-14T21:21:19.316Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2502026-07-14T21:21:19.596Z Updating git repository `https://github.com/oxidecomputer/ispf`
2512026-07-14T21:21:19.820Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2522026-07-14T21:21:20.057Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2532026-07-14T21:21:20.376Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2542026-07-14T21:21:20.802Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2552026-07-14T21:21:21.031Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2562026-07-14T21:21:21.332Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-07-14T21:21:21.586Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2582026-07-14T21:21:21.869Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2592026-07-14T21:21:22.358Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2602026-07-14T21:21:22.614Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2612026-07-14T21:21:22.878Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2622026-07-14T21:21:23.093Z Updating git repository `https://github.com/illumos/smf-rs`
2632026-07-14T21:21:26.731Z Downloading crates ...
2642026-07-14T21:21:26.789Z Downloaded generic-array v0.14.7
2652026-07-14T21:21:26.800Z Downloaded fastrand v2.3.0
2662026-07-14T21:21:26.800Z Downloaded anstream v1.0.0
2672026-07-14T21:21:26.816Z Downloaded indexmap v2.14.0
2682026-07-14T21:21:26.816Z Downloaded zmij v1.0.21
2692026-07-14T21:21:26.816Z Downloaded anstyle-parse v1.0.0
2702026-07-14T21:21:26.816Z Downloaded block-buffer v0.10.4
2712026-07-14T21:21:26.816Z Downloaded clap v4.6.1
2722026-07-14T21:21:26.825Z Downloaded anyhow v1.0.102
2732026-07-14T21:21:26.825Z Downloaded memchr v2.8.0
2742026-07-14T21:21:26.825Z Downloaded cargo-platform v0.3.2
2752026-07-14T21:21:26.825Z Downloaded zerocopy-derive v0.7.35
2762026-07-14T21:21:26.825Z Downloaded zerocopy v0.7.35
2772026-07-14T21:21:26.832Z Downloaded itoa v1.0.17
2782026-07-14T21:21:26.832Z Downloaded anstyle v1.0.14
2792026-07-14T21:21:26.832Z Downloaded byteorder v1.5.0
2802026-07-14T21:21:26.832Z Downloaded dof v0.3.0
2812026-07-14T21:21:26.832Z Downloaded camino-tempfile v1.4.1
2822026-07-14T21:21:26.832Z Downloaded camino v1.2.2
2832026-07-14T21:21:26.832Z Downloaded heck v0.4.1
2842026-07-14T21:21:26.832Z Downloaded bitflags v2.11.0
2852026-07-14T21:21:26.842Z Downloaded cargo_metadata v0.23.1
2862026-07-14T21:21:26.842Z Downloaded bytecount v0.6.9
2872026-07-14T21:21:26.842Z Downloaded macaddr v1.0.1
2882026-07-14T21:21:26.842Z Downloaded anstyle-query v1.1.5
2892026-07-14T21:21:26.880Z Downloaded pest_generator v2.8.6
2902026-07-14T21:21:26.880Z Downloaded equivalent v1.0.2
2912026-07-14T21:21:26.880Z Downloaded goblin v0.8.2
2922026-07-14T21:21:26.880Z Downloaded memmap v0.7.0
2932026-07-14T21:21:26.880Z Downloaded crypto-common v0.1.7
2942026-07-14T21:21:26.880Z Downloaded clap_derive v4.6.1
2952026-07-14T21:21:26.880Z Downloaded clap_lex v1.0.0
2962026-07-14T21:21:26.880Z Downloaded cpufeatures v0.2.17
2972026-07-14T21:21:26.880Z Downloaded colorchoice v1.0.4
2982026-07-14T21:21:26.880Z Downloaded proc-macro-error-attr v1.0.4
2992026-07-14T21:21:26.880Z Downloaded is_terminal_polyfill v1.70.2
3002026-07-14T21:21:26.881Z Downloaded serde_spanned v0.6.9
3012026-07-14T21:21:26.881Z Downloaded heck v0.5.0
3022026-07-14T21:21:26.881Z Downloaded errno v0.3.14
3032026-07-14T21:21:26.897Z Downloaded utf8parse v0.2.2
3042026-07-14T21:21:26.897Z Downloaded cfg-if v1.0.4
3052026-07-14T21:21:26.897Z Downloaded getrandom v0.4.1
3062026-07-14T21:21:26.897Z Downloaded digest v0.10.7
3072026-07-14T21:21:26.897Z Downloaded usdt-attr-macro v0.5.0
3082026-07-14T21:21:26.897Z Downloaded tabled_derive v0.7.0
3092026-07-14T21:21:26.897Z Downloaded thread-id v4.2.2
3102026-07-14T21:21:26.897Z Downloaded scroll_derive v0.12.1
3112026-07-14T21:21:26.905Z Downloaded unicode-linebreak v0.1.5
3122026-07-14T21:21:26.905Z Downloaded terminal_size v0.4.3
3132026-07-14T21:21:26.906Z Downloaded dtrace-parser v0.2.0
3142026-07-14T21:21:26.906Z Downloaded fnv v1.0.7
3152026-07-14T21:21:26.906Z Downloaded plain v0.2.3
3162026-07-14T21:21:26.906Z Downloaded pretty-hex v0.4.1
3172026-07-14T21:21:26.906Z Downloaded version_check v0.9.5
3182026-07-14T21:21:26.906Z Downloaded toml_write v0.1.2
3192026-07-14T21:21:26.920Z Downloaded swrite v0.1.0
3202026-07-14T21:21:26.920Z Downloaded smawk v0.3.2
3212026-07-14T21:21:26.920Z Downloaded usdt-macro v0.5.0
3222026-07-14T21:21:26.920Z Downloaded fs-err v3.3.0
3232026-07-14T21:21:26.925Z Downloaded toml_datetime v0.6.11
3242026-07-14T21:21:26.925Z Downloaded thiserror v1.0.69
3252026-07-14T21:21:26.925Z Downloaded pest_meta v2.8.6
3262026-07-14T21:21:26.925Z Downloaded usdt v0.5.0
3272026-07-14T21:21:26.935Z Downloaded serde_tokenstream v0.2.3
3282026-07-14T21:21:26.935Z Downloaded proc-macro-error v1.0.4
3292026-07-14T21:21:26.939Z Downloaded thiserror-impl v2.0.18
3302026-07-14T21:21:26.939Z Downloaded autocfg v1.5.0
3312026-07-14T21:21:26.939Z Downloaded scroll v0.12.0
3322026-07-14T21:21:26.943Z Downloaded usdt-impl v0.5.0
3332026-07-14T21:21:26.946Z Downloaded cargo_toml v0.21.0
3342026-07-14T21:21:26.946Z Downloaded thiserror-impl v1.0.69
3352026-07-14T21:21:26.950Z Downloaded strsim v0.11.1
3362026-07-14T21:21:26.950Z Downloaded thiserror v2.0.18
3372026-07-14T21:21:26.955Z Downloaded sha2 v0.10.9
3382026-07-14T21:21:26.955Z Downloaded tempfile v3.25.0
3392026-07-14T21:21:26.955Z Downloaded pest_derive v2.8.6
3402026-07-14T21:21:26.965Z Downloaded pest v2.8.6
3412026-07-14T21:21:26.973Z Downloaded toml v0.8.23
3422026-07-14T21:21:26.973Z Downloaded semver v1.0.28
3432026-07-14T21:21:26.978Z Downloaded ucd-trie v0.1.7
3442026-07-14T21:21:26.979Z Downloaded quote v1.0.45
3452026-07-14T21:21:27.047Z Downloaded serde_core v1.0.228
3462026-07-14T21:21:27.047Z Downloaded log v0.4.29
3472026-07-14T21:21:27.047Z Downloaded once_cell v1.21.3
3482026-07-14T21:21:27.047Z Downloaded proc-macro2 v1.0.106
3492026-07-14T21:21:27.047Z Downloaded serde_derive v1.0.228
3502026-07-14T21:21:27.047Z Downloaded papergrid v0.11.0
3512026-07-14T21:21:27.047Z Downloaded unicode-ident v1.0.24
3522026-07-14T21:21:27.047Z Downloaded textwrap v0.16.2
3532026-07-14T21:21:27.048Z Downloaded serde v1.0.228
3542026-07-14T21:21:27.048Z Downloaded toml_edit v0.22.27
3552026-07-14T21:21:27.048Z Downloaded typenum v1.20.1
3562026-07-14T21:21:27.065Z Downloaded serde_json v1.0.150
3572026-07-14T21:21:27.076Z Downloaded hashbrown v0.17.0
3582026-07-14T21:21:27.083Z Downloaded clap_builder v4.6.0
3592026-07-14T21:21:27.088Z Downloaded winnow v0.7.14
3602026-07-14T21:21:27.109Z Downloaded tabled v0.15.0
3612026-07-14T21:21:27.110Z Downloaded syn v1.0.109
3622026-07-14T21:21:27.115Z Downloaded unicode-width v0.2.0
3632026-07-14T21:21:27.125Z Downloaded unicode-width v0.1.14
3642026-07-14T21:21:27.140Z Downloaded syn v2.0.117
3652026-07-14T21:21:27.154Z Downloaded rustix v1.1.3
3662026-07-14T21:21:27.165Z Downloaded libc v0.2.185
3672026-07-14T21:21:27.227Z Compiling proc-macro2 v1.0.106
3682026-07-14T21:21:27.227Z Compiling quote v1.0.45
3692026-07-14T21:21:27.228Z Compiling unicode-ident v1.0.24
3702026-07-14T21:21:27.228Z Compiling serde_core v1.0.228
3712026-07-14T21:21:27.231Z Compiling libc v0.2.185
3722026-07-14T21:21:27.231Z Compiling version_check v0.9.5
3732026-07-14T21:21:27.232Z Compiling memchr v2.8.0
3742026-07-14T21:21:27.232Z Compiling serde v1.0.228
3752026-07-14T21:21:27.232Z Compiling zmij v1.0.21
3762026-07-14T21:21:27.232Z Compiling thiserror v1.0.69
3772026-07-14T21:21:27.232Z Compiling itoa v1.0.17
3782026-07-14T21:21:27.232Z Compiling ucd-trie v0.1.7
3792026-07-14T21:21:27.232Z Compiling rustix v1.1.3
3802026-07-14T21:21:27.409Z Compiling byteorder v1.5.0
3812026-07-14T21:21:27.623Z Compiling serde_json v1.0.150
3822026-07-14T21:21:27.772Z Compiling bitflags v2.11.0
3832026-07-14T21:21:27.904Z Compiling proc-macro-error-attr v1.0.4
3842026-07-14T21:21:27.922Z Compiling usdt-impl v0.5.0
3852026-07-14T21:21:27.926Z Compiling syn v1.0.109
3862026-07-14T21:21:28.082Z Compiling pest v2.8.6
3872026-07-14T21:21:28.085Z Compiling camino v1.2.2
3882026-07-14T21:21:28.085Z Compiling proc-macro-error v1.0.4
3892026-07-14T21:21:28.099Z Compiling equivalent v1.0.2
3902026-07-14T21:21:28.103Z Compiling plain v0.2.3
3912026-07-14T21:21:28.269Z Compiling getrandom v0.4.1
3922026-07-14T21:21:28.272Z Compiling log v0.4.29
3932026-07-14T21:21:28.320Z Compiling hashbrown v0.17.0
3942026-07-14T21:21:28.324Z Compiling utf8parse v0.2.2
3952026-07-14T21:21:28.409Z Compiling thiserror v2.0.18
3962026-07-14T21:21:28.412Z Compiling is_terminal_polyfill v1.70.2
3972026-07-14T21:21:28.412Z Compiling anstyle v1.0.14
3982026-07-14T21:21:28.498Z Compiling anstyle-parse v1.0.0
3992026-07-14T21:21:28.498Z Compiling pretty-hex v0.4.1
4002026-07-14T21:21:28.502Z Compiling autocfg v1.5.0
4012026-07-14T21:21:28.567Z Compiling toml_write v0.1.2
4022026-07-14T21:21:28.590Z Compiling cfg-if v1.0.4
4032026-07-14T21:21:28.612Z Compiling errno v0.3.14
4042026-07-14T21:21:28.662Z Compiling thread-id v4.2.2
4052026-07-14T21:21:28.662Z Compiling colorchoice v1.0.4
4062026-07-14T21:21:28.698Z Compiling winnow v0.7.14
4072026-07-14T21:21:28.702Z Compiling anstyle-query v1.1.5
4082026-07-14T21:21:28.818Z Compiling strsim v0.11.1
4092026-07-14T21:21:28.852Z Compiling indexmap v2.14.0
4102026-07-14T21:21:28.988Z Compiling anstream v1.0.0
4112026-07-14T21:21:28.988Z Compiling anyhow v1.0.102
4122026-07-14T21:21:29.107Z Compiling syn v2.0.117
4132026-07-14T21:21:29.108Z Compiling fs-err v3.3.0
4142026-07-14T21:21:29.108Z Compiling clap_lex v1.0.0
4152026-07-14T21:21:29.313Z Compiling unicode-width v0.1.14
4162026-07-14T21:21:29.313Z Compiling fnv v1.0.7
4172026-07-14T21:21:29.313Z Compiling fastrand v2.3.0
4182026-07-14T21:21:29.313Z Compiling pest_meta v2.8.6
4192026-07-14T21:21:29.313Z Compiling once_cell v1.21.3
4202026-07-14T21:21:29.313Z Compiling bytecount v0.6.9
4212026-07-14T21:21:29.438Z Compiling heck v0.5.0
4222026-07-14T21:21:29.438Z Compiling heck v0.4.1
4232026-07-14T21:21:29.573Z Compiling papergrid v0.11.0
4242026-07-14T21:21:29.700Z Compiling memmap v0.7.0
4252026-07-14T21:21:29.700Z Compiling unicode-width v0.2.0
4262026-07-14T21:21:29.700Z Compiling smawk v0.3.2
4272026-07-14T21:21:29.700Z Compiling unicode-linebreak v0.1.5
4282026-07-14T21:21:29.701Z Compiling swrite v0.1.0
4292026-07-14T21:21:29.798Z Compiling terminal_size v0.4.3
4302026-07-14T21:21:29.798Z Compiling tempfile v3.25.0
4312026-07-14T21:21:29.859Z Compiling clap_builder v4.6.0
4322026-07-14T21:21:29.860Z Compiling cargo-platform v0.3.2
4332026-07-14T21:21:29.922Z Compiling semver v1.0.28
4342026-07-14T21:21:29.923Z Compiling textwrap v0.16.2
4352026-07-14T21:21:30.079Z Compiling camino-tempfile v1.4.1
4362026-07-14T21:21:30.512Z Compiling tabled_derive v0.7.0
4372026-07-14T21:21:31.199Z Compiling pest_generator v2.8.6
4382026-07-14T21:21:31.202Z Compiling tabled v0.15.0
4392026-07-14T21:21:31.684Z Compiling serde_derive v1.0.228
4402026-07-14T21:21:31.687Z Compiling thiserror-impl v1.0.69
4412026-07-14T21:21:31.687Z Compiling zerocopy-derive v0.7.35
4422026-07-14T21:21:31.687Z Compiling scroll_derive v0.12.1
4432026-07-14T21:21:31.687Z Compiling thiserror-impl v2.0.18
4442026-07-14T21:21:31.687Z Compiling clap_derive v4.6.1
4452026-07-14T21:21:31.786Z Compiling pest_derive v2.8.6
4462026-07-14T21:21:32.298Z Compiling scroll v0.12.0
4472026-07-14T21:21:32.416Z Compiling zerocopy v0.7.35
4482026-07-14T21:21:32.510Z Compiling goblin v0.8.2
4492026-07-14T21:21:32.757Z Compiling dtrace-parser v0.2.0
4502026-07-14T21:21:33.068Z Compiling clap v4.6.1
4512026-07-14T21:21:34.135Z Compiling serde_spanned v0.6.9
4522026-07-14T21:21:34.136Z Compiling toml_datetime v0.6.11
4532026-07-14T21:21:34.136Z Compiling macaddr v1.0.1
4542026-07-14T21:21:34.139Z Compiling cargo_metadata v0.23.1
4552026-07-14T21:21:34.139Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4562026-07-14T21:21:34.153Z Compiling dof v0.3.0
4572026-07-14T21:21:34.157Z Compiling serde_tokenstream v0.2.3
4582026-07-14T21:21:34.344Z Compiling toml_edit v0.22.27
4592026-07-14T21:21:34.894Z Compiling usdt-macro v0.5.0
4602026-07-14T21:21:34.897Z Compiling usdt-attr-macro v0.5.0
4612026-07-14T21:21:35.490Z Compiling usdt v0.5.0
4622026-07-14T21:21:35.642Z Compiling toml v0.8.23
4632026-07-14T21:21:35.965Z Compiling cargo_toml v0.21.0
4642026-07-14T21:21:37.241Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4652026-07-14T21:21:39.242Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.77s
4662026-07-14T21:21:39.471Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4672026-07-14T21:21:39.967Z Downloading crates ...
4682026-07-14T21:21:40.062Z Downloaded array-init v0.0.4
4692026-07-14T21:21:40.065Z Downloaded arrayref v0.3.9
4702026-07-14T21:21:40.066Z Downloaded aead v0.5.2
4712026-07-14T21:21:40.066Z Downloaded adler2 v2.0.1
4722026-07-14T21:21:40.069Z Downloaded bb8 v0.8.6
4732026-07-14T21:21:40.072Z Downloaded async-recursion v1.1.1
4742026-07-14T21:21:40.078Z Downloaded assert_matches v1.5.0
4752026-07-14T21:21:40.089Z Downloaded cfg_aliases v0.1.1
4762026-07-14T21:21:40.092Z Downloaded compression-core v0.4.31
4772026-07-14T21:21:40.092Z Downloaded atty v0.2.14
4782026-07-14T21:21:40.096Z Downloaded bitflags v1.3.2
4792026-07-14T21:21:40.100Z Downloaded cbc v0.2.1
4802026-07-14T21:21:40.100Z Downloaded bit-vec v0.6.3
4812026-07-14T21:21:40.103Z Downloaded aead v0.6.1
4822026-07-14T21:21:40.103Z Downloaded ahash v0.8.12
4832026-07-14T21:21:40.103Z Downloaded crossbeam-channel v0.5.15
4842026-07-14T21:21:40.109Z Downloaded base64ct v1.8.3
4852026-07-14T21:21:40.113Z Downloaded darling v0.21.3
4862026-07-14T21:21:40.113Z Downloaded defmt v1.0.1
4872026-07-14T21:21:40.118Z Downloaded cpufeatures v0.3.0
4882026-07-14T21:21:40.118Z Downloaded ciborium-ll v0.2.2
4892026-07-14T21:21:40.118Z Downloaded bit-set v0.5.3
4902026-07-14T21:21:40.118Z Downloaded anstyle-parse v0.2.7
4912026-07-14T21:21:40.122Z Downloaded bcrypt-pbkdf v0.11.0
4922026-07-14T21:21:40.122Z Downloaded curve25519-dalek-derive v0.1.1
4932026-07-14T21:21:40.125Z Downloaded clang-sys v1.8.1
4942026-07-14T21:21:40.125Z Downloaded cancel-safe-futures v0.1.5
4952026-07-14T21:21:40.128Z Downloaded convert_case v0.4.0
4962026-07-14T21:21:40.128Z Downloaded bitfield-macros v0.19.4
4972026-07-14T21:21:40.128Z Downloaded blake2 v0.11.0-rc.6
4982026-07-14T21:21:40.132Z Downloaded ciborium-io v0.2.2
4992026-07-14T21:21:40.132Z Downloaded crypto-bigint v0.7.5
5002026-07-14T21:21:40.140Z Downloaded debug-ignore v1.0.5
5012026-07-14T21:21:40.143Z Downloaded corncobs v0.1.4
5022026-07-14T21:21:40.143Z Downloaded cookie_store v0.22.1
5032026-07-14T21:21:40.147Z Downloaded difflib v0.4.0
5042026-07-14T21:21:40.147Z Downloaded darling v0.23.0
5052026-07-14T21:21:40.150Z Downloaded darling_macro v0.23.0
5062026-07-14T21:21:40.150Z Downloaded darling_macro v0.21.3
5072026-07-14T21:21:40.150Z Downloaded crunchy v0.2.4
5082026-07-14T21:21:40.150Z Downloaded castaway v0.2.4
5092026-07-14T21:21:40.155Z Downloaded convert_case v0.10.0
5102026-07-14T21:21:40.155Z Downloaded block-buffer v0.12.1
5112026-07-14T21:21:40.155Z Downloaded dtrace-parser v0.3.0
5122026-07-14T21:21:40.155Z Downloaded derive-ex v0.1.8
5132026-07-14T21:21:40.158Z Downloaded darling v0.20.11
5142026-07-14T21:21:40.159Z Downloaded embedded-io v0.6.1
5152026-07-14T21:21:40.162Z Downloaded darling_macro v0.13.4
5162026-07-14T21:21:40.162Z Downloaded argon2 v0.6.0-rc.8
5172026-07-14T21:21:40.162Z Downloaded anstream v0.6.21
5182026-07-14T21:21:40.165Z Downloaded chacha20 v0.10.0
5192026-07-14T21:21:40.165Z Downloaded bitfield-struct v0.6.2
5202026-07-14T21:21:40.169Z Downloaded defmt-parser v1.0.0
5212026-07-14T21:21:40.169Z Downloaded argon2 v0.5.3
5222026-07-14T21:21:40.169Z Downloaded bit-set v0.8.0
5232026-07-14T21:21:40.169Z Downloaded defmt v0.3.100
5242026-07-14T21:21:40.172Z Downloaded cfg_aliases v0.2.1
5252026-07-14T21:21:40.172Z Downloaded data-encoding v2.10.0
5262026-07-14T21:21:40.172Z Downloaded crucible-workspace-hack v0.1.0
5272026-07-14T21:21:40.172Z Downloaded crc-catalog v2.4.0
5282026-07-14T21:21:40.172Z Downloaded document-features v0.2.12
5292026-07-14T21:21:40.176Z Downloaded crc-any v2.5.0
5302026-07-14T21:21:40.176Z Downloaded block-padding v0.4.2
5312026-07-14T21:21:40.176Z Downloaded base16ct v0.2.0
5322026-07-14T21:21:40.180Z Downloaded display-error-chain v0.2.2
5332026-07-14T21:21:40.180Z Downloaded base16ct v1.0.0
5342026-07-14T21:21:40.180Z Downloaded dunce v1.0.5
5352026-07-14T21:21:40.183Z Downloaded endian-type v0.1.2
5362026-07-14T21:21:40.183Z Downloaded async-stream-impl v0.3.6
5372026-07-14T21:21:40.184Z Downloaded dirs-sys-next v0.1.2
5382026-07-14T21:21:40.184Z Downloaded dyn-clone v1.0.20
5392026-07-14T21:21:40.184Z Downloaded atomic-waker v1.1.2
5402026-07-14T21:21:40.187Z Downloaded enum-as-inner v0.6.1
5412026-07-14T21:21:40.187Z Downloaded crossbeam-deque v0.8.6
5422026-07-14T21:21:40.187Z Downloaded diesel_table_macro_syntax v0.3.0
5432026-07-14T21:21:40.190Z Downloaded const-oid v0.9.6
5442026-07-14T21:21:40.190Z Downloaded cipher v0.4.4
5452026-07-14T21:21:40.190Z Downloaded critical-section v1.2.0
5462026-07-14T21:21:40.193Z Downloaded dirs-next v2.0.0
5472026-07-14T21:21:40.193Z Downloaded buf-list v1.1.2
5482026-07-14T21:21:40.193Z Downloaded env_filter v1.0.0
5492026-07-14T21:21:40.199Z Downloaded crc32fast v1.5.0
5502026-07-14T21:21:40.200Z Downloaded dropshot-api-manager-types v0.7.2
5512026-07-14T21:21:40.200Z Downloaded fd-lock v4.0.4
5522026-07-14T21:21:40.200Z Downloaded downcast-rs v2.0.2
5532026-07-14T21:21:40.200Z Downloaded bit-vec v0.8.0
5542026-07-14T21:21:40.203Z Downloaded daft v0.1.7
5552026-07-14T21:21:40.203Z Downloaded ctutils v0.4.2
5562026-07-14T21:21:40.203Z Downloaded ctr v0.10.1
5572026-07-14T21:21:40.206Z Downloaded compression-codecs v0.4.37
5582026-07-14T21:21:40.206Z Downloaded cobs v0.3.0
5592026-07-14T21:21:40.210Z Downloaded fixedbitset v0.4.2
5602026-07-14T21:21:40.210Z Downloaded darling_macro v0.20.11
5612026-07-14T21:21:40.210Z Downloaded cstr-argument v0.1.2
5622026-07-14T21:21:40.213Z Downloaded arrayvec v0.7.6
5632026-07-14T21:21:40.213Z Downloaded digest-io v0.1.0
5642026-07-14T21:21:40.213Z Downloaded crc v3.4.0
5652026-07-14T21:21:40.216Z Downloaded derive_builder_macro v0.20.2
5662026-07-14T21:21:40.216Z Downloaded flagset v0.4.7
5672026-07-14T21:21:40.216Z Downloaded const_format_proc_macros v0.2.34
5682026-07-14T21:21:40.219Z Downloaded async-trait v0.1.89
5692026-07-14T21:21:40.220Z Downloaded constant_time_eq v0.4.2
5702026-07-14T21:21:40.224Z Downloaded cipher v0.5.2
5712026-07-14T21:21:40.224Z Downloaded float-ord v0.3.2
5722026-07-14T21:21:40.224Z Downloaded cpubits v0.1.1
5732026-07-14T21:21:40.229Z Downloaded dof v0.4.0
5742026-07-14T21:21:40.229Z Downloaded foreign-types-shared v0.3.1
5752026-07-14T21:21:40.229Z Downloaded blake2 v0.10.6
5762026-07-14T21:21:40.229Z Downloaded foreign-types-shared v0.1.1
5772026-07-14T21:21:40.229Z Downloaded foreign-types-macros v0.2.3
5782026-07-14T21:21:40.232Z Downloaded embedded-io v0.4.0
5792026-07-14T21:21:40.232Z Downloaded dsl_auto_type v0.2.0
5802026-07-14T21:21:40.232Z Downloaded foreign-types v0.5.0
5812026-07-14T21:21:40.232Z Downloaded crypto-common v0.2.2
5822026-07-14T21:21:40.232Z Downloaded colored v3.1.1
5832026-07-14T21:21:40.235Z Downloaded foreign-types v0.3.2
5842026-07-14T21:21:40.236Z Downloaded bcs v0.1.6
5852026-07-14T21:21:40.239Z Downloaded crc8 v0.1.1
5862026-07-14T21:21:40.239Z Downloaded cexpr v0.6.0
5872026-07-14T21:21:40.239Z Downloaded futures-task v0.3.32
5882026-07-14T21:21:40.242Z Downloaded ena v0.14.4
5892026-07-14T21:21:40.242Z Downloaded camino-tempfile-ext v0.3.3
5902026-07-14T21:21:40.242Z Downloaded byte-wrapper v0.1.0
5912026-07-14T21:21:40.247Z Downloaded either v1.15.0
5922026-07-14T21:21:40.247Z Downloaded form_urlencoded v1.2.2
5932026-07-14T21:21:40.247Z Downloaded enum_dispatch v0.3.13
5942026-07-14T21:21:40.250Z Downloaded console v0.16.2
5952026-07-14T21:21:40.250Z Downloaded ed25519 v3.0.0
5962026-07-14T21:21:40.250Z Downloaded ecdsa v0.16.9
5972026-07-14T21:21:40.254Z Downloaded chacha20 v0.9.1
5982026-07-14T21:21:40.254Z Downloaded ghash v0.6.0
5992026-07-14T21:21:40.254Z Downloaded futures-macro v0.3.32
6002026-07-14T21:21:40.257Z Downloaded funty v2.0.0
6012026-07-14T21:21:40.257Z Downloaded futures-io v0.3.32
6022026-07-14T21:21:40.257Z Downloaded ff v0.13.1
6032026-07-14T21:21:40.257Z Downloaded fallible-iterator v0.2.0
6042026-07-14T21:21:40.260Z Downloaded erased-serde v0.3.31
6052026-07-14T21:21:40.260Z Downloaded globwalk v0.9.1
6062026-07-14T21:21:40.260Z Downloaded fxhash v0.2.1
6072026-07-14T21:21:40.263Z Downloaded futures-sink v0.3.32
6082026-07-14T21:21:40.264Z Downloaded digest v0.11.3
6092026-07-14T21:21:40.264Z Downloaded deranged v0.5.8
6102026-07-14T21:21:40.268Z Downloaded find-msvc-tools v0.1.9
6112026-07-14T21:21:40.268Z Downloaded console v0.15.11
6122026-07-14T21:21:40.268Z Downloaded darling v0.13.4
6132026-07-14T21:21:40.271Z Downloaded gethostname v0.5.0
6142026-07-14T21:21:40.271Z Downloaded ciborium v0.2.2
6152026-07-14T21:21:40.274Z Downloaded fixedbitset v0.5.7
6162026-07-14T21:21:40.274Z Downloaded bzip2 v0.4.4
6172026-07-14T21:21:40.277Z Downloaded hex v0.4.3
6182026-07-14T21:21:40.278Z Downloaded hex-literal v1.1.0
6192026-07-14T21:21:40.278Z Downloaded headers-core v0.3.0
6202026-07-14T21:21:40.278Z Downloaded hash32 v0.3.1
6212026-07-14T21:21:40.281Z Downloaded hash32 v0.2.1
6222026-07-14T21:21:40.281Z Downloaded blowfish v0.10.0
6232026-07-14T21:21:40.282Z Downloaded async-bb8-diesel v0.2.1
6242026-07-14T21:21:40.285Z Downloaded daft-derive v0.1.7
6252026-07-14T21:21:40.285Z Downloaded derive_builder_core v0.20.2
6262026-07-14T21:21:40.288Z Downloaded foldhash v0.2.0
6272026-07-14T21:21:40.289Z Downloaded foldhash v0.1.5
6282026-07-14T21:21:40.289Z Downloaded displaydoc v0.2.5
6292026-07-14T21:21:40.292Z Downloaded diesel-dtrace v0.5.0
6302026-07-14T21:21:40.292Z Downloaded der_derive v0.7.3
6312026-07-14T21:21:40.295Z Downloaded colored v2.2.0
6322026-07-14T21:21:40.295Z Downloaded csv-core v0.1.13
6332026-07-14T21:21:40.295Z Downloaded ff v0.14.0
6342026-07-14T21:21:40.298Z Downloaded env_logger v0.11.9
6352026-07-14T21:21:40.298Z Downloaded home v0.5.12
6362026-07-14T21:21:40.301Z Downloaded fs_extra v1.3.0
6372026-07-14T21:21:40.302Z Downloaded ecdsa v0.17.0-rc.18
6382026-07-14T21:21:40.302Z Downloaded hostname v0.3.1
6392026-07-14T21:21:40.305Z Downloaded cookie v0.18.1
6402026-07-14T21:21:40.305Z Downloaded diff v0.1.13
6412026-07-14T21:21:40.308Z Downloaded hubpack v0.1.2
6422026-07-14T21:21:40.308Z Downloaded httpdate v1.0.3
6432026-07-14T21:21:40.308Z Downloaded ed25519 v2.2.3
6442026-07-14T21:21:40.311Z Downloaded des v0.9.0
6452026-07-14T21:21:40.311Z Downloaded crossbeam-utils v0.8.21
6462026-07-14T21:21:40.314Z Downloaded cmov v0.5.4
6472026-07-14T21:21:40.314Z Downloaded bitfield v0.19.4
6482026-07-14T21:21:40.318Z Downloaded group v0.14.0
6492026-07-14T21:21:40.318Z Downloaded hostname v0.4.2
6502026-07-14T21:21:40.318Z Downloaded http-range v0.1.5
6512026-07-14T21:21:40.318Z Downloaded http-body v1.0.1
6522026-07-14T21:21:40.321Z Downloaded fs-err v2.11.0
6532026-07-14T21:21:40.321Z Downloaded hubpack_derive v0.1.1
6542026-07-14T21:21:40.321Z Downloaded backon v1.6.0
6552026-07-14T21:21:40.324Z Downloaded delegate v0.13.5
6562026-07-14T21:21:40.324Z Downloaded hyper-tls v0.6.0
6572026-07-14T21:21:40.324Z Downloaded indent_write v2.2.0
6582026-07-14T21:21:40.327Z Downloaded ident_case v1.0.1
6592026-07-14T21:21:40.327Z Downloaded illumos-nvpair-sys v0.2.0
6602026-07-14T21:21:40.327Z Downloaded git-stub-vcs v0.1.0
6612026-07-14T21:21:40.330Z Downloaded filetime v0.2.27
6622026-07-14T21:21:40.330Z Downloaded glob v0.3.3
6632026-07-14T21:21:40.330Z Downloaded group v0.13.0
6642026-07-14T21:21:40.334Z Downloaded instability v0.3.11
6652026-07-14T21:21:40.334Z Downloaded inout v0.2.2
6662026-07-14T21:21:40.334Z Downloaded futures-executor v0.3.32
6672026-07-14T21:21:40.334Z Downloaded futures-core v0.3.32
6682026-07-14T21:21:40.337Z Downloaded idna_adapter v1.2.1
6692026-07-14T21:21:40.337Z Downloaded indoc v1.0.9
6702026-07-14T21:21:40.340Z Downloaded is-terminal v0.4.17
6712026-07-14T21:21:40.340Z Downloaded instant v0.1.13
6722026-07-14T21:21:40.340Z Downloaded const-oid v0.10.2
6732026-07-14T21:21:40.344Z Downloaded bzip2 v0.6.1
6742026-07-14T21:21:40.344Z Downloaded cmake v0.1.57
6752026-07-14T21:21:40.344Z Downloaded derive_builder v0.20.2
6762026-07-14T21:21:40.347Z Downloaded defmt-macros v1.0.1
6772026-07-14T21:21:40.351Z Downloaded inout v0.1.4
6782026-07-14T21:21:40.351Z Downloaded illumos-nvpair v0.3.0
6792026-07-14T21:21:40.351Z Downloaded cassowary v0.3.0
6802026-07-14T21:21:40.355Z Downloaded aho-corasick v1.1.4
6812026-07-14T21:21:40.355Z Downloaded backoff v0.4.0
6822026-07-14T21:21:40.355Z Downloaded ascii-canvas v3.0.0
6832026-07-14T21:21:40.359Z Downloaded async-stream v0.3.6
6842026-07-14T21:21:40.359Z Downloaded highway v1.3.0
6852026-07-14T21:21:40.362Z Downloaded atomicwrites v0.4.4
6862026-07-14T21:21:40.365Z Downloaded elliptic-curve v0.13.8
6872026-07-14T21:21:40.368Z Downloaded internet-checksum v0.2.1
6882026-07-14T21:21:40.368Z Downloaded allocator-api2 v0.2.21
6892026-07-14T21:21:40.375Z Downloaded libscf-sys v1.1.0
6902026-07-14T21:21:40.375Z Downloaded lalrpop-util v0.19.12
6912026-07-14T21:21:40.375Z Downloaded kstat-rs v0.2.4
6922026-07-14T21:21:40.375Z Downloaded kem v0.3.0
6932026-07-14T21:21:40.375Z Downloaded http-body-util v0.1.3
6942026-07-14T21:21:40.375Z Downloaded git-stub v1.0.0
6952026-07-14T21:21:40.378Z Downloaded keccak v0.1.6
6962026-07-14T21:21:40.379Z Downloaded derive_more v2.1.1
6972026-07-14T21:21:40.383Z Downloaded lazy_static v1.5.0
6982026-07-14T21:21:40.386Z Downloaded humantime v2.3.0
6992026-07-14T21:21:40.386Z Downloaded getrandom v0.2.17
7002026-07-14T21:21:40.390Z Downloaded linked-hash-map v0.5.6
7012026-07-14T21:21:40.390Z Downloaded elliptic-curve v0.14.0-rc.33
7022026-07-14T21:21:40.393Z Downloaded is_ci v1.2.0
7032026-07-14T21:21:40.393Z Downloaded indoc v2.0.7
7042026-07-14T21:21:40.396Z Downloaded half v1.8.3
7052026-07-14T21:21:40.396Z Downloaded lzss v0.8.2
7062026-07-14T21:21:40.400Z Downloaded maplit v1.0.2
7072026-07-14T21:21:40.400Z Downloaded memoffset v0.9.1
7082026-07-14T21:21:40.400Z Downloaded match_cfg v0.1.0
7092026-07-14T21:21:40.400Z Downloaded managed v0.8.0
7102026-07-14T21:21:40.403Z Downloaded lru-slab v0.1.2
7112026-07-14T21:21:40.403Z Downloaded lru-cache v0.1.2
7122026-07-14T21:21:40.403Z Downloaded impl-trait-for-tuples v0.2.3
7132026-07-14T21:21:40.406Z Downloaded md-5 v0.10.6
7142026-07-14T21:21:40.406Z Downloaded derive-where v1.6.0
7152026-07-14T21:21:40.409Z Downloaded ingot-types v0.1.2
7162026-07-14T21:21:40.409Z Downloaded ingot v0.1.1
7172026-07-14T21:21:40.413Z Downloaded drift v0.2.0
7182026-07-14T21:21:40.416Z Downloaded md5 v0.8.0
7192026-07-14T21:21:40.419Z Downloaded maybe-uninit v2.0.0
7202026-07-14T21:21:40.419Z Downloaded hmac v0.13.0
7212026-07-14T21:21:40.424Z Downloaded hmac v0.12.1
7222026-07-14T21:21:40.424Z Downloaded mime v0.3.17
7232026-07-14T21:21:40.424Z Downloaded crossbeam-epoch v0.9.18
7242026-07-14T21:21:40.428Z Downloaded ipnetwork v0.21.1
7252026-07-14T21:21:40.428Z Downloaded lru v0.12.5
7262026-07-14T21:21:40.428Z Downloaded globset v0.4.18
7272026-07-14T21:21:40.428Z Downloaded base64 v0.22.1
7282026-07-14T21:21:40.431Z Downloaded compact_str v0.8.1
7292026-07-14T21:21:40.434Z Downloaded const_format v0.2.35
7302026-07-14T21:21:40.437Z Downloaded dropshot_endpoint v0.17.1
7312026-07-14T21:21:40.438Z Downloaded ipnet v2.11.0
7322026-07-14T21:21:40.441Z Downloaded normalize-line-endings v0.3.0
7332026-07-14T21:21:40.441Z Downloaded nodrop v0.1.14
7342026-07-14T21:21:40.441Z Downloaded futures v0.3.32
7352026-07-14T21:21:40.445Z Downloaded newline-converter v0.3.0
7362026-07-14T21:21:40.445Z Downloaded new_debug_unreachable v1.0.6
7372026-07-14T21:21:40.448Z Downloaded iana-time-zone v0.1.65
7382026-07-14T21:21:40.448Z Downloaded nibble_vec v0.1.0
7392026-07-14T21:21:40.448Z Downloaded httparse v1.10.1
7402026-07-14T21:21:40.451Z Downloaded generic-array v1.4.3
7412026-07-14T21:21:40.451Z Downloaded libefi-sys v0.1.0
7422026-07-14T21:21:40.455Z Downloaded hybrid-array v0.4.13
7432026-07-14T21:21:40.455Z Downloaded futures-channel v0.3.32
7442026-07-14T21:21:40.455Z Downloaded num-derive v0.3.3
7452026-07-14T21:21:40.458Z Downloaded num-conv v0.2.0
7462026-07-14T21:21:40.458Z Downloaded newtype_derive v0.1.6
7472026-07-14T21:21:40.458Z Downloaded crypto-bigint v0.5.5
7482026-07-14T21:21:40.461Z Downloaded fatfs v0.3.6
7492026-07-14T21:21:40.464Z Downloaded linear-map v1.2.0
7502026-07-14T21:21:40.468Z Downloaded hyper-staticfile v0.10.1
7512026-07-14T21:21:40.468Z Downloaded hyper-rustls v0.27.7
7522026-07-14T21:21:40.471Z Downloaded half v2.7.1
7532026-07-14T21:21:40.471Z Downloaded ingot-macros v0.1.1
7542026-07-14T21:21:40.474Z Downloaded mime_guess v2.0.5
7552026-07-14T21:21:40.474Z Downloaded lock_api v0.4.14
7562026-07-14T21:21:40.474Z Downloaded num-iter v0.1.45
7572026-07-14T21:21:40.474Z Downloaded nonempty v0.12.0
7582026-07-14T21:21:40.478Z Downloaded openssl-macros v0.1.1
7592026-07-14T21:21:40.478Z Downloaded num-derive v0.4.2
7602026-07-14T21:21:40.478Z Downloaded num_enum_derive v0.5.11
7612026-07-14T21:21:40.481Z Downloaded getrandom v0.3.4
7622026-07-14T21:21:40.481Z Downloaded bytes v1.11.1
7632026-07-14T21:21:40.484Z Downloaded base64 v0.21.7
7642026-07-14T21:21:40.488Z Downloaded arc-swap v1.8.2
7652026-07-14T21:21:40.491Z Downloaded flume v0.11.1
7662026-07-14T21:21:40.491Z Downloaded derive_more v0.99.20
7672026-07-14T21:21:40.494Z Downloaded openssl-probe v0.1.6
7682026-07-14T21:21:40.497Z Downloaded opaque-debug v0.3.1
7692026-07-14T21:21:40.498Z Downloaded num_threads v0.1.7
7702026-07-14T21:21:40.498Z Downloaded multimap v0.10.1
7712026-07-14T21:21:40.498Z Downloaded multer v3.1.0
7722026-07-14T21:21:40.501Z Downloaded newtype-uuid v1.3.2
7732026-07-14T21:21:40.501Z Downloaded native-tls v0.2.18
7742026-07-14T21:21:40.501Z Downloaded ar_archive_writer v0.5.1
7752026-07-14T21:21:40.504Z Downloaded olpc-cjson v0.1.4
7762026-07-14T21:21:40.504Z Downloaded oso-derive v0.27.3
7772026-07-14T21:21:40.504Z Downloaded chacha20poly1305 v0.10.1
7782026-07-14T21:21:40.508Z Downloaded cc v1.2.56
7792026-07-14T21:21:40.508Z Downloaded nanorand v0.7.0
7802026-07-14T21:21:40.511Z Downloaded module-lattice v0.2.3
7812026-07-14T21:21:40.511Z Downloaded nu-ansi-term v0.50.3
7822026-07-14T21:21:40.514Z Downloaded ignore v0.4.25
7832026-07-14T21:21:40.514Z Downloaded der v0.7.10
7842026-07-14T21:21:40.517Z Downloaded darling_core v0.21.3
7852026-07-14T21:21:40.521Z Downloaded libsw-core v0.3.2
7862026-07-14T21:21:40.524Z Downloaded jobserver v0.1.34
7872026-07-14T21:21:40.524Z Downloaded darling_core v0.20.11
7882026-07-14T21:21:40.527Z Downloaded password-hash v0.6.1
7892026-07-14T21:21:40.527Z Downloaded path-slash v0.1.5
7902026-07-14T21:21:40.527Z Downloaded libloading v0.8.9
7912026-07-14T21:21:40.532Z Downloaded litemap v0.8.1
7922026-07-14T21:21:40.535Z Downloaded libsw v3.5.0
7932026-07-14T21:21:40.535Z Downloaded heapless v0.7.17
7942026-07-14T21:21:40.549Z Downloaded percent-encoding v2.3.2
7952026-07-14T21:21:40.552Z Downloaded headers v0.4.1
7962026-07-14T21:21:40.557Z Downloaded num_enum_derive v0.7.6
7972026-07-14T21:21:40.557Z Downloaded num-complex v0.4.6
7982026-07-14T21:21:40.557Z Downloaded num v0.4.3
7992026-07-14T21:21:40.560Z Downloaded num_enum v0.5.11
8002026-07-14T21:21:40.560Z Downloaded num-integer v0.1.46
8012026-07-14T21:21:40.560Z Downloaded ml-kem v0.3.2
8022026-07-14T21:21:40.565Z Downloaded der v0.8.0
8032026-07-14T21:21:40.568Z Downloaded peg-runtime v0.8.5
8042026-07-14T21:21:40.568Z Downloaded diesel_derives v2.3.7
8052026-07-14T21:21:40.571Z Downloaded phf_shared v0.12.1
8062026-07-14T21:21:40.571Z Downloaded async-compression v0.4.41
8072026-07-14T21:21:40.576Z Downloaded phf_shared v0.11.3
8082026-07-14T21:21:40.579Z Downloaded oxide-tokio-rt v0.1.4
8092026-07-14T21:21:40.579Z Downloaded icu_normalizer v2.1.1
8102026-07-14T21:21:40.583Z Downloaded owo-colors v4.3.0
8112026-07-14T21:21:40.583Z Downloaded num_enum v0.7.6
8122026-07-14T21:21:40.586Z Downloaded openssl-probe v0.2.1
8132026-07-14T21:21:40.587Z Downloaded float-cmp v0.10.0
8142026-07-14T21:21:40.587Z Downloaded memmap2 v0.9.10
8152026-07-14T21:21:40.590Z Downloaded litrs v1.0.0
8162026-07-14T21:21:40.590Z Downloaded indexmap v1.9.3
8172026-07-14T21:21:40.593Z Downloaded predicates-tree v1.0.13
8182026-07-14T21:21:40.593Z Downloaded precomputed-hash v0.1.1
8192026-07-14T21:21:40.593Z Downloaded powerfmt v0.2.0
8202026-07-14T21:21:40.596Z Downloaded parse-display-derive v0.10.0
8212026-07-14T21:21:40.596Z Downloaded parking_lot_core v0.8.6
8222026-07-14T21:21:40.596Z Downloaded num-rational v0.4.2
8232026-07-14T21:21:40.599Z Downloaded pbkdf2 v0.13.0
8242026-07-14T21:21:40.599Z Downloaded hickory-resolver v0.25.2
8252026-07-14T21:21:40.602Z Downloaded icu_normalizer_data v2.1.1
8262026-07-14T21:21:40.602Z Downloaded expectorate v1.2.0
8272026-07-14T21:21:40.605Z Downloaded proc-macro-error-attr2 v2.0.0
8282026-07-14T21:21:40.605Z Downloaded predicates-core v1.0.10
8292026-07-14T21:21:40.608Z Downloaded pem-rfc7468 v1.0.0
8302026-07-14T21:21:40.608Z Downloaded pem v3.0.6
8312026-07-14T21:21:40.608Z Downloaded paste v1.0.15
8322026-07-14T21:21:40.611Z Downloaded phf v0.12.1
8332026-07-14T21:21:40.612Z Downloaded proc-macro-crate v3.4.0
8342026-07-14T21:21:40.615Z Downloaded hickory-resolver v0.24.4
8352026-07-14T21:21:40.618Z Downloaded heapless v0.8.0
8362026-07-14T21:21:40.618Z Downloaded progenitor-macro v0.14.0
8372026-07-14T21:21:40.621Z Downloaded quick-error v1.2.3
8382026-07-14T21:21:40.621Z Downloaded ed25519-dalek v3.0.0-rc.0
8392026-07-14T21:21:40.624Z Downloaded proc-macro-crate v1.3.1
8402026-07-14T21:21:40.624Z Downloaded peg-macros v0.8.5
8412026-07-14T21:21:40.624Z Downloaded icu_locale_core v2.1.1
8422026-07-14T21:21:40.627Z Downloaded radium v0.7.0
8432026-07-14T21:21:40.630Z Downloaded progenitor-client v0.14.0
8442026-07-14T21:21:40.630Z Downloaded potential_utf v0.1.4
8452026-07-14T21:21:40.630Z Downloaded phf_shared v0.13.1
8462026-07-14T21:21:40.633Z Downloaded progenitor-macro v0.13.0
8472026-07-14T21:21:40.633Z Downloaded psl-types v2.0.11
8482026-07-14T21:21:40.633Z Downloaded peg v0.8.5
8492026-07-14T21:21:40.636Z Downloaded packed_struct v0.10.1
8502026-07-14T21:21:40.636Z Downloaded oxnet v0.1.6
8512026-07-14T21:21:40.639Z Downloaded bumpalo v3.20.2
8522026-07-14T21:21:40.639Z Downloaded poly1305 v0.8.0
8532026-07-14T21:21:40.642Z Downloaded port-file v0.1.0
8542026-07-14T21:21:40.645Z Downloaded pkg-config v0.3.32
8552026-07-14T21:21:40.645Z Downloaded pin-project-internal v1.1.11
8562026-07-14T21:21:40.645Z Downloaded phf v0.13.1
8572026-07-14T21:21:40.650Z Downloaded parking_lot v0.11.2
8582026-07-14T21:21:40.650Z Downloaded parking_lot_core v0.9.12
8592026-07-14T21:21:40.653Z Downloaded icu_collections v2.1.1
8602026-07-14T21:21:40.653Z Downloaded rand_chacha v0.3.1
8612026-07-14T21:21:40.656Z Downloaded password-hash v0.5.0
8622026-07-14T21:21:40.656Z Downloaded libbz2-rs-sys v0.2.2
8632026-07-14T21:21:40.656Z Downloaded icu_provider v2.1.1
8642026-07-14T21:21:40.659Z Downloaded predicates v3.1.4
8652026-07-14T21:21:40.662Z Downloaded primeorder v0.13.6
8662026-07-14T21:21:40.662Z Downloaded primefield v0.14.0
8672026-07-14T21:21:40.662Z Downloaded derive_more-impl v2.1.1
8682026-07-14T21:21:40.665Z Downloaded recursive v0.1.1
8692026-07-14T21:21:40.668Z Downloaded polyval v0.7.1
8702026-07-14T21:21:40.668Z Downloaded rand_xorshift v0.4.0
8712026-07-14T21:21:40.668Z Downloaded progenitor v0.13.0
8722026-07-14T21:21:40.672Z Downloaded proc-macro-error2 v2.0.1
8732026-07-14T21:21:40.672Z Downloaded num-traits v0.2.19
8742026-07-14T21:21:40.675Z Downloaded ref-cast v1.0.25
8752026-07-14T21:21:40.709Z Downloaded recursive-proc-macro-impl v0.1.1
8762026-07-14T21:21:40.709Z Downloaded progenitor-extras v0.2.0
8772026-07-14T21:21:40.709Z Downloaded miniz_oxide v0.8.9
8782026-07-14T21:21:40.709Z Downloaded indicatif v0.18.4
8792026-07-14T21:21:40.709Z Downloaded ppv-lite86 v0.2.21
8802026-07-14T21:21:40.709Z Downloaded flate2 v1.1.9
8812026-07-14T21:21:40.709Z Downloaded ref-cast-impl v1.0.25
8822026-07-14T21:21:40.709Z Downloaded ed25519-dalek v2.2.0
8832026-07-14T21:21:40.709Z Downloaded rfc6979 v0.5.0
8842026-07-14T21:21:40.709Z Downloaded psm v0.1.30
8852026-07-14T21:21:40.709Z Downloaded rustc-hash v2.1.1
8862026-07-14T21:21:40.709Z Downloaded russh-cryptovec v0.61.0
8872026-07-14T21:21:40.709Z Downloaded primeorder v0.14.0-rc.10
8882026-07-14T21:21:40.709Z Downloaded pkcs1 v0.7.5
8892026-07-14T21:21:40.709Z Downloaded rtoolbox v0.0.3
8902026-07-14T21:21:40.709Z Downloaded rfc6979 v0.4.0
8912026-07-14T21:21:40.709Z Downloaded progenitor-client v0.13.0
8922026-07-14T21:21:40.709Z Downloaded aes v0.9.1
8932026-07-14T21:21:40.710Z Downloaded pkcs8 v0.10.2
8942026-07-14T21:21:40.710Z Downloaded pkcs1 v0.8.0-rc.4
8952026-07-14T21:21:40.710Z Downloaded oso v0.27.3
8962026-07-14T21:21:40.710Z Downloaded omicron-zone-package v0.12.3
8972026-07-14T21:21:40.714Z Downloaded rustc_version v0.1.7
8982026-07-14T21:21:40.714Z Downloaded postgres-types v0.2.12
8992026-07-14T21:21:40.714Z Downloaded russh-util v0.52.0
9002026-07-14T21:21:40.714Z Downloaded postgres-protocol v0.6.10
9012026-07-14T21:21:40.714Z Downloaded postcard v1.1.3
9022026-07-14T21:21:40.718Z Downloaded rustc_version v0.4.1
9032026-07-14T21:21:40.718Z Downloaded r2d2 v0.8.10
9042026-07-14T21:21:40.718Z Downloaded poly1305 v0.9.0
9052026-07-14T21:21:40.721Z Downloaded pin-project-lite v0.2.17
9062026-07-14T21:21:40.724Z Downloaded papergrid v0.17.0
9072026-07-14T21:21:40.727Z Downloaded parking_lot v0.12.5
9082026-07-14T21:21:40.727Z Downloaded jiff-static v0.2.21
9092026-07-14T21:21:40.730Z Downloaded rand_core v0.9.5
9102026-07-14T21:21:40.730Z Downloaded rand_seeder v0.4.0
9112026-07-14T21:21:40.733Z Downloaded scheduled-thread-pool v0.2.7
9122026-07-14T21:21:40.733Z Downloaded hickory-server v0.25.2
9132026-07-14T21:21:40.736Z Downloaded pkcs8 v0.11.0
9142026-07-14T21:21:40.736Z Downloaded pem-rfc7468 v0.7.0
9152026-07-14T21:21:40.739Z Downloaded secrecy v0.10.3
9162026-07-14T21:21:40.739Z Downloaded rand_core v0.6.4
9172026-07-14T21:21:40.742Z Downloaded rand_chacha v0.9.0
9182026-07-14T21:21:40.742Z Downloaded icu_properties v2.1.2
9192026-07-14T21:21:40.742Z Downloaded same-file v1.0.6
9202026-07-14T21:21:40.746Z Downloaded parse-size v1.1.0
9212026-07-14T21:21:40.746Z Downloaded phc v0.6.1
9222026-07-14T21:21:40.746Z Downloaded scopeguard v1.2.0
9232026-07-14T21:21:40.748Z Downloaded hashbrown v0.12.3
9242026-07-14T21:21:40.751Z Downloaded progenitor v0.14.0
9252026-07-14T21:21:40.751Z Downloaded sapling-renderdag v0.1.0
9262026-07-14T21:21:40.752Z Downloaded parse-display v0.10.0
9272026-07-14T21:21:40.755Z Downloaded packed_struct_codegen v0.10.1
9282026-07-14T21:21:40.755Z Downloaded resolv-conf v0.7.6
9292026-07-14T21:21:40.755Z Downloaded darling_core v0.13.4
9302026-07-14T21:21:40.758Z Downloaded secrecy v0.8.0
9312026-07-14T21:21:40.758Z Downloaded seq-macro v0.3.6
9322026-07-14T21:21:40.761Z Downloaded scroll_derive v0.13.1
9332026-07-14T21:21:40.761Z Downloaded newtype-uuid-macros v0.1.0
9342026-07-14T21:21:40.761Z Downloaded keccak v0.2.0
9352026-07-14T21:21:40.764Z Downloaded serde_urlencoded v0.7.1
9362026-07-14T21:21:40.764Z Downloaded hashbrown v0.13.2
9372026-07-14T21:21:40.767Z Downloaded serde_spanned v1.1.1
9382026-07-14T21:21:40.767Z Downloaded pin-project v1.1.11
9392026-07-14T21:21:40.773Z Downloaded p384 v0.14.0-rc.10
9402026-07-14T21:21:40.776Z Downloaded pkcs5 v0.8.1
9412026-07-14T21:21:40.780Z Downloaded semver v0.1.20
9422026-07-14T21:21:40.780Z Downloaded serde-big-array v0.5.1
9432026-07-14T21:21:40.780Z Downloaded hyper-util v0.1.20
9442026-07-14T21:21:40.784Z Downloaded rustls-native-certs v0.8.3
9452026-07-14T21:21:40.788Z Downloaded rustls-pemfile v2.2.0
9462026-07-14T21:21:40.788Z Downloaded quinn-udp v0.5.14
9472026-07-14T21:21:40.791Z Downloaded serde_repr v0.1.20
9482026-07-14T21:21:40.791Z Downloaded sha1 v0.11.0
9492026-07-14T21:21:40.791Z Downloaded rusty-fork v0.3.1
9502026-07-14T21:21:40.794Z Downloaded crossterm v0.28.1
9512026-07-14T21:21:40.797Z Downloaded dropshot-api-manager v0.7.2
9522026-07-14T21:21:40.800Z Downloaded sha1 v0.10.6
9532026-07-14T21:21:40.803Z Downloaded serde_plain v1.0.2
9542026-07-14T21:21:40.803Z Downloaded signal-hook-mio v0.2.5
9552026-07-14T21:21:40.803Z Downloaded crossterm v0.29.0
9562026-07-14T21:21:40.806Z Downloaded rustversion v1.0.22
9572026-07-14T21:21:40.809Z Downloaded prefix-trie v0.7.0
9582026-07-14T21:21:40.812Z Downloaded signal-hook-tokio v0.3.1
9592026-07-14T21:21:40.812Z Downloaded darling_core v0.23.0
9602026-07-14T21:21:40.815Z Downloaded shell-words v1.1.1
9612026-07-14T21:21:40.818Z Downloaded sigpipe v0.1.3
9622026-07-14T21:21:40.818Z Downloaded signature v3.0.0
9632026-07-14T21:21:40.821Z Downloaded schemars_derive v0.8.22
9642026-07-14T21:21:40.821Z Downloaded progenitor-impl v0.13.0
9652026-07-14T21:21:40.821Z Downloaded minimal-lexical v0.2.1
9662026-07-14T21:21:40.825Z Downloaded siphasher v1.0.2
9672026-07-14T21:21:40.829Z Downloaded signature v2.2.0
9682026-07-14T21:21:40.832Z Downloaded slog-bunyan v2.5.0
9692026-07-14T21:21:40.835Z Downloaded sec1 v0.7.3
9702026-07-14T21:21:40.835Z Downloaded serde_path_to_error v0.1.20
9712026-07-14T21:21:40.835Z Downloaded slog-envlogger v2.2.0
9722026-07-14T21:21:40.838Z Downloaded serde_bytes v0.11.19
9732026-07-14T21:21:40.838Z Downloaded openssl-sys v0.9.115
9742026-07-14T21:21:40.841Z Downloaded rustls-pki-types v1.14.0
9752026-07-14T21:21:40.846Z Downloaded serde_with_macros v1.5.2
9762026-07-14T21:21:40.846Z Downloaded scrypt v0.12.0
9772026-07-14T21:21:40.849Z Downloaded serde-hex v0.1.0
9782026-07-14T21:21:40.849Z Downloaded sec1 v0.8.1
9792026-07-14T21:21:40.853Z Downloaded p256 v0.14.0-rc.10
9802026-07-14T21:21:40.856Z Downloaded internal-russh-num-bigint v0.5.0
9812026-07-14T21:21:40.859Z Downloaded mio v1.2.0
9822026-07-14T21:21:40.862Z Downloaded rand_core v0.10.0
9832026-07-14T21:21:40.865Z Downloaded pretty_assertions v1.4.1
9842026-07-14T21:21:40.865Z Downloaded hashbrown v0.16.1
9852026-07-14T21:21:40.868Z Downloaded sqlparser_derive v0.5.0
9862026-07-14T21:21:40.871Z Downloaded prettyplease v0.2.37
9872026-07-14T21:21:40.873Z Downloaded http v1.4.2
9882026-07-14T21:21:40.874Z Downloaded rcgen v0.12.1
9892026-07-14T21:21:40.876Z Downloaded stable_deref_trait v1.2.1
9902026-07-14T21:21:40.876Z Downloaded progenitor-impl v0.14.0
9912026-07-14T21:21:40.880Z Downloaded itertools v0.10.5
9922026-07-14T21:21:40.883Z Downloaded shlex v1.3.0
9932026-07-14T21:21:40.883Z Downloaded salsa20 v0.11.0
9942026-07-14T21:21:40.886Z Downloaded crypto-primes v0.7.2
9952026-07-14T21:21:40.889Z Downloaded simd-adler32 v0.3.8
9962026-07-14T21:21:40.889Z Downloaded signal-hook-registry v1.4.8
9972026-07-14T21:21:40.892Z Downloaded strip-ansi-escapes v0.2.1
9982026-07-14T21:21:40.892Z Downloaded slab v0.4.12
9992026-07-14T21:21:40.892Z Downloaded scroll v0.13.0
10002026-07-14T21:21:40.895Z Downloaded strum v0.27.2
10012026-07-14T21:21:40.895Z Downloaded slog-json v2.6.1
10022026-07-14T21:21:40.895Z Downloaded structmeta v0.3.0
10032026-07-14T21:21:40.895Z Downloaded strum v0.26.3
10042026-07-14T21:21:40.899Z Downloaded structmeta-derive v0.3.0
10052026-07-14T21:21:40.899Z Downloaded slog-async v2.8.0
10062026-07-14T21:21:40.899Z Downloaded strsim v0.10.0
10072026-07-14T21:21:40.902Z Downloaded serdect v0.4.3
10082026-07-14T21:21:40.905Z Downloaded rustls-platform-verifier v0.6.2
10092026-07-14T21:21:40.908Z Downloaded serde_derive_internals v0.29.1
10102026-07-14T21:21:40.913Z Downloaded slog-stdlog v4.1.1
10112026-07-14T21:21:40.913Z Downloaded tabwriter v1.4.1
10122026-07-14T21:21:40.916Z Downloaded slog-term v2.9.2
10132026-07-14T21:21:40.916Z Downloaded slog-dtrace v0.3.0
10142026-07-14T21:21:40.916Z Downloaded supports-color v3.0.2
10152026-07-14T21:21:40.916Z Downloaded tabled_derive v0.11.0
10162026-07-14T21:21:40.919Z Downloaded subtle v2.6.1
10172026-07-14T21:21:40.919Z Downloaded tagptr v0.2.0
10182026-07-14T21:21:40.919Z Downloaded hashbrown v0.15.5
10192026-07-14T21:21:40.922Z Downloaded smf v0.2.3
10202026-07-14T21:21:40.925Z Downloaded serde_with_macros v3.17.0
10212026-07-14T21:21:40.925Z Downloaded ryu v1.0.23
10222026-07-14T21:21:40.928Z Downloaded aes-gcm v0.11.0
10232026-07-14T21:21:40.932Z Downloaded sync-ptr v0.1.4
10242026-07-14T21:21:40.932Z Downloaded libxml v0.3.3
10252026-07-14T21:21:40.935Z Downloaded tap v1.0.1
10262026-07-14T21:21:40.935Z Downloaded take_mut v0.2.2
10272026-07-14T21:21:40.939Z Downloaded ssh-cipher v0.3.0-rc.9
10282026-07-14T21:21:40.939Z Downloaded sqlformat v0.3.5
10292026-07-14T21:21:40.939Z Downloaded num-bigint v0.4.6
10302026-07-14T21:21:40.942Z Downloaded testing_table v0.3.0
10312026-07-14T21:21:40.942Z Downloaded termtree v0.5.1
10322026-07-14T21:21:40.945Z Downloaded sha2 v0.11.0
10332026-07-14T21:21:40.945Z Downloaded snafu-derive v0.8.9
10342026-07-14T21:21:40.948Z Downloaded spki v0.8.0
10352026-07-14T21:21:40.948Z Downloaded qorb v0.4.1
10362026-07-14T21:21:40.952Z Downloaded smallvec v0.6.14
10372026-07-14T21:21:40.952Z Downloaded ssh-encoding v0.3.0-rc.9
10382026-07-14T21:21:40.955Z Downloaded thread-id v5.1.0
10392026-07-14T21:21:40.955Z Downloaded futures-util v0.3.32
10402026-07-14T21:21:40.961Z Downloaded static_assertions v1.1.0
10412026-07-14T21:21:40.964Z Downloaded stacker v0.1.23
10422026-07-14T21:21:40.964Z Downloaded rand v0.8.6
10432026-07-14T21:21:40.970Z Downloaded string_cache v0.8.9
10442026-07-14T21:21:40.970Z Downloaded time-core v0.1.8
10452026-07-14T21:21:40.973Z Downloaded rayon-core v1.13.0
10462026-07-14T21:21:40.973Z Downloaded idna v1.1.0
10472026-07-14T21:21:40.973Z Downloaded thiserror-impl-no-std v2.0.2
10482026-07-14T21:21:40.977Z Downloaded nom v7.1.3
10492026-07-14T21:21:40.980Z Downloaded synstructure v0.13.2
10502026-07-14T21:21:40.980Z Downloaded stringprep v0.1.5
10512026-07-14T21:21:40.980Z Downloaded tinyvec_macros v0.1.1
10522026-07-14T21:21:40.983Z Downloaded slog-scope v4.4.1
10532026-07-14T21:21:40.983Z Downloaded serde_cbor v0.11.2
10542026-07-14T21:21:40.986Z Downloaded tokio-test v0.4.5
10552026-07-14T21:21:40.986Z Downloaded tokio-macros v2.7.0
10562026-07-14T21:21:40.986Z Downloaded ron v0.8.1
10572026-07-14T21:21:40.990Z Downloaded sync_wrapper v1.0.2
10582026-07-14T21:21:40.990Z Downloaded support-bundle-viewer v0.1.2
10592026-07-14T21:21:40.993Z Downloaded strum_macros v0.27.2
10602026-07-14T21:21:40.993Z Downloaded spki v0.7.3
10612026-07-14T21:21:40.993Z Downloaded p521 v0.14.0-rc.10
10622026-07-14T21:21:40.997Z Downloaded spin v0.9.8
10632026-07-14T21:21:41.001Z Downloaded schemars v0.9.0
10642026-07-14T21:21:41.007Z Downloaded termios v0.3.3
10652026-07-14T21:21:41.010Z Downloaded smallvec v1.15.1
10662026-07-14T21:21:41.013Z Downloaded quinn v0.11.9
10672026-07-14T21:21:41.017Z Downloaded slog v2.8.2
10682026-07-14T21:21:41.017Z Downloaded tower-service v0.3.3
10692026-07-14T21:21:41.020Z Downloaded tower-layer v0.3.3
10702026-07-14T21:21:41.020Z Downloaded tinystr v0.8.2
10712026-07-14T21:21:41.020Z Downloaded tiny-keccak v2.0.2
10722026-07-14T21:21:41.023Z Downloaded serde_yaml v0.9.34+deprecated
10732026-07-14T21:21:41.023Z Downloaded topological-sort v0.2.2
10742026-07-14T21:21:41.026Z Downloaded hyper v1.10.1
10752026-07-14T21:21:41.030Z Downloaded tls_codec_derive v0.4.2
10762026-07-14T21:21:41.033Z Downloaded typify-macro v0.6.2
10772026-07-14T21:21:41.033Z Downloaded trait-variant v0.1.2
10782026-07-14T21:21:41.033Z Downloaded try-lock v0.2.5
10792026-07-14T21:21:41.033Z Downloaded strum_macros v0.24.3
10802026-07-14T21:21:41.036Z Downloaded itertools v0.13.0
10812026-07-14T21:21:41.039Z Downloaded unicode-truncate v1.1.0
10822026-07-14T21:21:41.042Z Downloaded unarray v0.1.4
10832026-07-14T21:21:41.043Z Downloaded time-macros v0.2.27
10842026-07-14T21:21:41.047Z Downloaded similar v2.7.0
10852026-07-14T21:21:41.050Z Downloaded universal-hash v0.6.1
10862026-07-14T21:21:41.050Z Downloaded universal-hash v0.5.1
10872026-07-14T21:21:41.050Z Downloaded unicode-xid v0.2.6
10882026-07-14T21:21:41.054Z Downloaded tokio-dtrace v0.1.1
10892026-07-14T21:21:41.054Z Downloaded tokio-native-tls v0.3.1
10902026-07-14T21:21:41.054Z Downloaded tls_codec v0.4.2
10912026-07-14T21:21:41.057Z Downloaded hkdf v0.13.0
10922026-07-14T21:21:41.057Z Downloaded thiserror-no-std v2.0.2
10932026-07-14T21:21:41.060Z Downloaded publicsuffix v2.3.0
10942026-07-14T21:21:41.063Z Downloaded term v0.7.0
10952026-07-14T21:21:41.066Z Downloaded samael v0.0.19
10962026-07-14T21:21:41.069Z Downloaded utf-8 v0.7.6
10972026-07-14T21:21:41.070Z Downloaded utf8_iter v1.0.4
10982026-07-14T21:21:41.073Z Downloaded usdt-macro v0.6.0
10992026-07-14T21:21:41.073Z Downloaded usdt-attr-macro v0.6.0
11002026-07-14T21:21:41.073Z Downloaded usdt v0.6.0
11012026-07-14T21:21:41.073Z Downloaded untrusted v0.9.0
11022026-07-14T21:21:41.076Z Downloaded untrusted v0.7.1
11032026-07-14T21:21:41.076Z Downloaded toml_writer v1.1.1+spec-1.1.0
11042026-07-14T21:21:41.079Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11052026-07-14T21:21:41.079Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11062026-07-14T21:21:41.079Z Downloaded iri-string v0.7.10
11072026-07-14T21:21:41.083Z Downloaded rand v0.9.2
11082026-07-14T21:21:41.086Z Downloaded rustls-webpki v0.103.13
11092026-07-14T21:21:41.090Z Downloaded socket2 v0.5.10
11102026-07-14T21:21:41.093Z Downloaded rsa v0.9.10
11112026-07-14T21:21:41.097Z Downloaded bitvec v1.0.1
11122026-07-14T21:21:41.103Z Downloaded waitgroup v0.1.2
11132026-07-14T21:21:41.106Z Downloaded wait-timeout v0.2.1
11142026-07-14T21:21:41.107Z Downloaded void v1.0.2
11152026-07-14T21:21:41.107Z Downloaded tui-tree-widget v0.23.1
11162026-07-14T21:21:41.110Z Downloaded unicase v2.9.0
11172026-07-14T21:21:41.110Z Downloaded term v1.2.1
11182026-07-14T21:21:41.114Z Downloaded unit-prefix v0.5.2
11192026-07-14T21:21:41.114Z Downloaded icu_properties_data v2.1.2
11202026-07-14T21:21:41.117Z Downloaded want v0.3.1
11212026-07-14T21:21:41.121Z Downloaded hkdf v0.12.4
11222026-07-14T21:21:41.121Z Downloaded tokio-rustls v0.26.4
11232026-07-14T21:21:41.124Z Downloaded blake3 v1.8.5
11242026-07-14T21:21:41.127Z Downloaded tokio-tungstenite v0.21.0
11252026-07-14T21:21:41.130Z Downloaded schemars v0.8.22
11262026-07-14T21:21:41.136Z Downloaded xattr v1.6.1
11272026-07-14T21:21:41.139Z Downloaded zeroize_derive v1.4.3
11282026-07-14T21:21:41.139Z Downloaded zerofrom v0.1.6
11292026-07-14T21:21:41.139Z Downloaded schemars v1.2.1
11302026-07-14T21:21:41.148Z Downloaded xshell-macros v0.2.7
11312026-07-14T21:21:41.152Z Downloaded vergen-lib v9.1.0
11322026-07-14T21:21:41.152Z Downloaded vergen-git2 v9.1.0
11332026-07-14T21:21:41.152Z Downloaded zerofrom-derive v0.1.6
11342026-07-14T21:21:41.156Z Downloaded yoke-derive v0.8.1
11352026-07-14T21:21:41.156Z Downloaded rsa v0.10.0-rc.18
11362026-07-14T21:21:41.160Z Downloaded socket2 v0.6.3
11372026-07-14T21:21:41.160Z Downloaded snafu v0.8.9
11382026-07-14T21:21:41.163Z Downloaded tracing-attributes v0.1.31
11392026-07-14T21:21:41.165Z Downloaded tinyvec v1.10.0
11402026-07-14T21:21:41.165Z Downloaded vergen-lib v0.1.6
11412026-07-14T21:21:41.168Z Downloaded itertools v0.14.0
11422026-07-14T21:21:41.171Z Downloaded zone_cfg_derive v0.3.1
11432026-07-14T21:21:41.174Z Downloaded rustyline v14.0.0
11442026-07-14T21:21:41.177Z Downloaded twox-hash v2.1.2
11452026-07-14T21:21:41.177Z Downloaded whoami v1.6.1
11462026-07-14T21:21:41.181Z Downloaded serde_with v1.14.0
11472026-07-14T21:21:41.184Z Downloaded subprocess v0.2.15
11482026-07-14T21:21:41.184Z Downloaded writeable v0.6.2
11492026-07-14T21:21:41.187Z Downloaded whoami v2.1.0
11502026-07-14T21:21:41.187Z Downloaded iddqd v0.4.2
11512026-07-14T21:21:41.193Z Downloaded xshell v0.2.7
11522026-07-14T21:21:41.196Z Downloaded toml v0.7.8
11532026-07-14T21:21:41.196Z Downloaded walkdir v2.5.0
11542026-07-14T21:21:41.201Z Downloaded zerovec-derive v0.11.2
11552026-07-14T21:21:41.201Z Downloaded tar v0.4.46
11562026-07-14T21:21:41.204Z Downloaded vergen v9.1.0
11572026-07-14T21:21:41.204Z Downloaded libm v0.2.16
11582026-07-14T21:21:41.209Z Downloaded zone v0.3.1
11592026-07-14T21:21:41.212Z Downloaded rand v0.10.1
11602026-07-14T21:21:41.215Z Downloaded aws-lc-rs v1.16.3
11612026-07-14T21:21:41.218Z Downloaded tracing-core v0.1.36
11622026-07-14T21:21:41.222Z Downloaded zstd v0.13.3
11632026-07-14T21:21:41.224Z Downloaded uzers v0.12.2
11642026-07-14T21:21:41.225Z Downloaded toml_parser v1.1.2+spec-1.1.0
11652026-07-14T21:21:41.228Z Downloaded zstd-safe v7.2.4
11662026-07-14T21:21:41.228Z Downloaded unicode-bidi v0.3.18
11672026-07-14T21:21:41.231Z Downloaded test-strategy v0.4.5
11682026-07-14T21:21:41.231Z Downloaded vsss-rs v3.3.4
11692026-07-14T21:21:41.234Z Downloaded vergen-gitcl v1.0.8
11702026-07-14T21:21:41.234Z Downloaded usdt-impl v0.6.0
11712026-07-14T21:21:41.237Z Downloaded tungstenite v0.21.0
11722026-07-14T21:21:41.237Z Downloaded zeroize v1.8.2
11732026-07-14T21:21:41.240Z Downloaded tungstenite v0.23.0
11742026-07-14T21:21:41.244Z Downloaded wyz v0.5.1
11752026-07-14T21:21:41.244Z Downloaded h2 v0.4.15
11762026-07-14T21:21:41.247Z Downloaded tokio-tungstenite v0.23.1
11772026-07-14T21:21:41.250Z Downloaded tokio-stream v0.1.18
11782026-07-14T21:21:41.253Z Downloaded unsafe-libyaml v0.2.11
11792026-07-14T21:21:41.256Z Downloaded toml v1.1.2+spec-1.1.0
11802026-07-14T21:21:41.259Z Downloaded toml_edit v0.23.10+spec-1.0.0
11812026-07-14T21:21:41.259Z Downloaded steno v0.4.1
11822026-07-14T21:21:41.262Z Downloaded reedline v0.40.0
11832026-07-14T21:21:41.266Z Downloaded yasna v0.5.2
11842026-07-14T21:21:41.269Z Downloaded git2 v0.20.4
11852026-07-14T21:21:41.273Z Downloaded uuid v1.23.4
11862026-07-14T21:21:41.276Z Downloaded zerocopy v0.6.6
11872026-07-14T21:21:41.279Z Downloaded yoke v0.8.1
11882026-07-14T21:21:41.279Z Downloaded unicode-properties v0.1.4
11892026-07-14T21:21:41.282Z Downloaded num-bigint-dig v0.8.6
11902026-07-14T21:21:41.287Z Downloaded vte v0.14.1
11912026-07-14T21:21:41.287Z Downloaded bindgen v0.71.1
11922026-07-14T21:21:41.291Z Downloaded nom v8.0.0
11932026-07-14T21:21:41.294Z Downloaded rpassword v7.4.0
11942026-07-14T21:21:41.297Z Downloaded lalrpop v0.19.12
11952026-07-14T21:21:41.305Z Downloaded reqwest v0.13.2
11962026-07-14T21:21:41.308Z Downloaded typify v0.6.2
11972026-07-14T21:21:41.311Z Downloaded rawzip v0.4.4
11982026-07-14T21:21:41.314Z Downloaded regex v1.12.3
11992026-07-14T21:21:41.317Z Downloaded p384 v0.13.1
12002026-07-14T21:21:41.320Z Downloaded zopfli v0.8.3
12012026-07-14T21:21:41.323Z Downloaded reqwest v0.12.28
12022026-07-14T21:21:41.329Z Downloaded moka v0.12.13
12032026-07-14T21:21:41.332Z Downloaded unicode_categories v0.1.1
12042026-07-14T21:21:41.335Z Downloaded yansi v1.0.1
12052026-07-14T21:21:41.335Z Downloaded typed-path v0.9.3
12062026-07-14T21:21:41.338Z Downloaded goblin v0.10.5
12072026-07-14T21:21:41.344Z Downloaded rayon v1.11.0
12082026-07-14T21:21:41.350Z Downloaded zerotrie v0.2.3
12092026-07-14T21:21:41.353Z Downloaded url v2.5.8
12102026-07-14T21:21:41.353Z Downloaded toml_edit v0.19.15
12112026-07-14T21:21:41.363Z Downloaded zip v0.6.6
12122026-07-14T21:21:41.369Z Downloaded portable-atomic v1.13.1
12132026-07-14T21:21:41.373Z Downloaded x509-cert v0.2.5
12142026-07-14T21:21:41.377Z Downloaded curve25519-dalek v4.1.3
12152026-07-14T21:21:41.381Z Downloaded tokio-postgres v0.7.16
12162026-07-14T21:21:41.384Z Downloaded chrono v0.4.45
12172026-07-14T21:21:41.390Z Downloaded signal-hook v0.3.18
12182026-07-14T21:21:41.393Z Downloaded thread_local v1.1.9
12192026-07-14T21:21:41.393Z Downloaded itertools v0.12.1
12202026-07-14T21:21:41.396Z Downloaded strum_macros v0.26.4
12212026-07-14T21:21:41.399Z Downloaded tower-http v0.6.8
12222026-07-14T21:21:41.403Z Downloaded tower v0.5.3
12232026-07-14T21:21:41.410Z Downloaded unicode-segmentation v1.12.0
12242026-07-14T21:21:41.413Z Downloaded ssh-key v0.7.0-rc.10
12252026-07-14T21:21:41.416Z Downloaded quick-xml v0.37.5
12262026-07-14T21:21:41.421Z Downloaded zerocopy-derive v0.8.40
12272026-07-14T21:21:41.427Z Downloaded nix v0.27.1
12282026-07-14T21:21:41.433Z Downloaded object v0.30.4
12292026-07-14T21:21:41.439Z Downloaded salty v0.3.0
12302026-07-14T21:21:41.443Z Downloaded unicode-normalization v0.1.25
12312026-07-14T21:21:41.447Z Downloaded tokio-util v0.7.18
12322026-07-14T21:21:41.451Z Downloaded petname v2.0.2
12332026-07-14T21:21:41.455Z Downloaded winnow v0.6.26
12342026-07-14T21:21:41.460Z Downloaded serde_with v3.17.0
12352026-07-14T21:21:41.470Z Downloaded tough v0.22.0
12362026-07-14T21:21:41.474Z Downloaded polar-core v0.27.3
12372026-07-14T21:21:41.479Z Downloaded proptest v1.10.0
12382026-07-14T21:21:41.486Z Downloaded zerovec v0.11.5
12392026-07-14T21:21:41.490Z Downloaded winnow v1.0.3
12402026-07-14T21:21:41.495Z Downloaded zip v4.6.1
12412026-07-14T21:21:41.498Z Downloaded time v0.3.47
12422026-07-14T21:21:41.506Z Downloaded tabled v0.20.0
12432026-07-14T21:21:41.517Z Downloaded dropshot v0.17.1
12442026-07-14T21:21:41.532Z Downloaded winnow v0.5.40
12452026-07-14T21:21:41.536Z Downloaded russh v0.61.2
12462026-07-14T21:21:41.542Z Downloaded object v0.37.3
12472026-07-14T21:21:41.549Z Downloaded vcpkg v0.2.15
12482026-07-14T21:21:41.589Z Downloaded regex-syntax v0.8.10
12492026-07-14T21:21:41.595Z Downloaded regress v0.10.5
12502026-07-14T21:21:41.595Z Downloaded nix v0.28.0
12512026-07-14T21:21:41.595Z Downloaded quinn-proto v0.11.13
12522026-07-14T21:21:41.599Z Downloaded regress v0.11.1
12532026-07-14T21:21:41.606Z Downloaded openapiv3 v2.2.0
12542026-07-14T21:21:41.616Z Downloaded radix_trie v0.2.1
12552026-07-14T21:21:41.620Z Downloaded diesel v2.3.7
12562026-07-14T21:21:41.630Z Downloaded bstr v1.12.1
12572026-07-14T21:21:41.635Z Downloaded openssl v0.10.79
12582026-07-14T21:21:41.641Z Downloaded curve25519-dalek v5.0.0-rc.0
12592026-07-14T21:21:41.648Z Downloaded zlib-rs v0.6.2
12602026-07-14T21:21:41.652Z Downloaded sqlparser v0.61.0
12612026-07-14T21:21:41.659Z Downloaded hickory-proto v0.25.2
12622026-07-14T21:21:41.670Z Downloaded tracing v0.1.44
12632026-07-14T21:21:41.682Z Downloaded regex-syntax v0.6.29
12642026-07-14T21:21:41.686Z Downloaded sha3 v0.11.0
12652026-07-14T21:21:41.689Z Downloaded ratatui v0.29.0
12662026-07-14T21:21:41.701Z Downloaded smoltcp v0.11.0
12672026-07-14T21:21:41.708Z Downloaded zerocopy-derive v0.6.6
12682026-07-14T21:21:41.714Z Downloaded zerocopy v0.8.40
12692026-07-14T21:21:41.720Z Downloaded rustix v0.38.44
12702026-07-14T21:21:41.736Z Downloaded smoltcp v0.9.1
12712026-07-14T21:21:41.740Z Downloaded rustls v0.23.41
12722026-07-14T21:21:41.749Z Downloaded jiff v0.2.21
12732026-07-14T21:21:41.759Z Downloaded nix v0.31.2
12742026-07-14T21:21:41.766Z Downloaded hickory-proto v0.24.4
12752026-07-14T21:21:41.777Z Downloaded libz-sys v1.1.24
12762026-07-14T21:21:41.788Z Downloaded csv v1.4.0
12772026-07-14T21:21:41.831Z Downloaded fiat-crypto v0.3.0
12782026-07-14T21:21:41.850Z Downloaded sled v0.34.7
12792026-07-14T21:21:41.858Z Downloaded typify-impl v0.6.2
12802026-07-14T21:21:41.866Z Downloaded libgit2-sys v0.18.3+1.9.2
12812026-07-14T21:21:41.898Z Downloaded bzip2-sys v0.1.13+1.0.8
12822026-07-14T21:21:41.932Z Downloaded regex-automata v0.4.14
12832026-07-14T21:21:41.959Z Downloaded petgraph v0.6.5
12842026-07-14T21:21:41.978Z Downloaded chrono-tz v0.10.4
12852026-07-14T21:21:42.012Z Downloaded petgraph v0.8.3
12862026-07-14T21:21:42.041Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12872026-07-14T21:21:42.051Z Downloaded sha3 v0.10.8
12882026-07-14T21:21:42.067Z Downloaded tokio v1.52.1
12892026-07-14T21:21:42.128Z Downloaded encoding_rs v0.8.35
12902026-07-14T21:21:42.162Z Downloaded ring v0.17.14
12912026-07-14T21:21:42.668Z Downloaded aws-lc-sys v0.40.0
12922026-07-14T21:21:42.925Z Compiling libc v0.2.185
12932026-07-14T21:21:42.925Z Compiling serde_core v1.0.228
12942026-07-14T21:21:42.925Z Compiling serde v1.0.228
12952026-07-14T21:21:42.929Z Compiling log v0.4.29
12962026-07-14T21:21:42.929Z Compiling smallvec v1.15.1
12972026-07-14T21:21:42.929Z Compiling find-msvc-tools v0.1.9
12982026-07-14T21:21:42.929Z Compiling shlex v1.3.0
12992026-07-14T21:21:42.929Z Compiling subtle v2.6.1
13002026-07-14T21:21:42.929Z Compiling scopeguard v1.2.0
13012026-07-14T21:21:42.929Z Compiling stable_deref_trait v1.2.1
13022026-07-14T21:21:43.059Z Compiling typenum v1.20.1
13032026-07-14T21:21:43.063Z Compiling serde_json v1.0.150
13042026-07-14T21:21:43.124Z Compiling portable-atomic v1.13.1
13052026-07-14T21:21:43.127Z Compiling zerocopy v0.8.40
13062026-07-14T21:21:43.146Z Compiling syn v2.0.117
13072026-07-14T21:21:43.160Z Compiling pin-project-lite v0.2.17
13082026-07-14T21:21:43.216Z Compiling parking_lot_core v0.9.12
13092026-07-14T21:21:43.344Z Compiling libm v0.2.16
13102026-07-14T21:21:43.360Z Compiling critical-section v1.2.0
13112026-07-14T21:21:43.375Z Compiling lock_api v0.4.14
13122026-07-14T21:21:43.388Z Compiling getrandom v0.4.1
13132026-07-14T21:21:43.418Z Compiling pkg-config v0.3.32
13142026-07-14T21:21:43.431Z Compiling num-traits v0.2.19
13152026-07-14T21:21:43.434Z Compiling rand_core v0.10.0
13162026-07-14T21:21:43.457Z Compiling futures-core v0.3.32
13172026-07-14T21:21:43.496Z Compiling generic-array v0.14.7
13182026-07-14T21:21:43.542Z Compiling litemap v0.8.1
13192026-07-14T21:21:43.576Z Compiling writeable v0.6.2
13202026-07-14T21:21:43.623Z Compiling const-oid v0.9.6
13212026-07-14T21:21:43.638Z Compiling percent-encoding v2.3.2
13222026-07-14T21:21:43.666Z Compiling icu_normalizer_data v2.1.1
13232026-07-14T21:21:43.692Z Compiling icu_properties_data v2.1.2
13242026-07-14T21:21:43.761Z Compiling futures-sink v0.3.32
13252026-07-14T21:21:43.788Z Compiling futures-io v0.3.32
13262026-07-14T21:21:43.803Z Compiling slab v0.4.12
13272026-07-14T21:21:43.834Z Compiling futures-task v0.3.32
13282026-07-14T21:21:43.847Z Compiling futures-channel v0.3.32
13292026-07-14T21:21:43.862Z Compiling utf8_iter v1.0.4
13302026-07-14T21:21:43.877Z Compiling form_urlencoded v1.2.2
13312026-07-14T21:21:43.960Z Compiling getrandom v0.3.4
13322026-07-14T21:21:43.992Z Compiling rustversion v1.0.22
13332026-07-14T21:21:44.006Z Compiling ident_case v1.0.1
13342026-07-14T21:21:44.010Z Compiling rustix v1.1.3
13352026-07-14T21:21:44.010Z Compiling iana-time-zone v0.1.65
13362026-07-14T21:21:44.044Z Compiling jobserver v0.1.34
13372026-07-14T21:21:44.060Z Compiling errno v0.3.14
13382026-07-14T21:21:44.074Z Compiling getrandom v0.2.17
13392026-07-14T21:21:44.103Z Compiling mio v1.2.0
13402026-07-14T21:21:44.140Z Compiling socket2 v0.6.3
13412026-07-14T21:21:44.247Z Compiling rand_core v0.6.4
13422026-07-14T21:21:44.252Z Compiling once_cell v1.21.3
13432026-07-14T21:21:44.297Z Compiling cc v1.2.56
13442026-07-14T21:21:44.317Z Compiling signal-hook-registry v1.4.8
13452026-07-14T21:21:44.346Z Compiling parking_lot v0.12.5
13462026-07-14T21:21:44.389Z Compiling fs_extra v1.3.0
13472026-07-14T21:21:44.403Z Compiling dunce v1.0.5
13482026-07-14T21:21:44.445Z Compiling regex-syntax v0.8.10
13492026-07-14T21:21:44.533Z Compiling base64ct v1.8.3
13502026-07-14T21:21:44.549Z Compiling base64 v0.22.1
13512026-07-14T21:21:44.645Z Compiling vcpkg v0.2.15
13522026-07-14T21:21:44.686Z Compiling tracing-core v0.1.36
13532026-07-14T21:21:44.689Z Compiling flagset v0.4.7
13542026-07-14T21:21:44.689Z Compiling aws-lc-rs v1.16.3
13552026-07-14T21:21:44.740Z Compiling cmov v0.5.4
13562026-07-14T21:21:44.823Z Compiling pem-rfc7468 v0.7.0
13572026-07-14T21:21:44.843Z Compiling schemars v0.8.22
13582026-07-14T21:21:44.869Z Compiling httparse v1.10.1
13592026-07-14T21:21:44.896Z Compiling tinyvec_macros v0.1.1
13602026-07-14T21:21:44.939Z Compiling rand_core v0.9.5
13612026-07-14T21:21:44.965Z Compiling dyn-clone v1.0.20
13622026-07-14T21:21:44.977Z Compiling openssl-probe v0.2.1
13632026-07-14T21:21:45.010Z Compiling tinyvec v1.10.0
13642026-07-14T21:21:45.042Z Compiling ctutils v0.4.2
13652026-07-14T21:21:45.102Z Compiling aho-corasick v1.1.4
13662026-07-14T21:21:45.119Z Compiling atomic-waker v1.1.2
13672026-07-14T21:21:45.147Z Compiling cmake v0.1.57
13682026-07-14T21:21:45.150Z Compiling tower-service v0.3.3
13692026-07-14T21:21:45.174Z Compiling tower-layer v0.3.3
13702026-07-14T21:21:45.240Z Compiling untrusted v0.7.1
13712026-07-14T21:21:45.243Z Compiling try-lock v0.2.5
13722026-07-14T21:21:45.267Z Compiling rustls v0.23.41
13732026-07-14T21:21:45.270Z Compiling httpdate v1.0.3
13742026-07-14T21:21:45.308Z Compiling foreign-types-shared v0.1.1
13752026-07-14T21:21:45.311Z Compiling openssl v0.10.79
13762026-07-14T21:21:45.352Z Compiling want v0.3.1
13772026-07-14T21:21:45.388Z Compiling bitflags v2.11.0
13782026-07-14T21:21:45.392Z Compiling semver v1.0.28
13792026-07-14T21:21:45.415Z Compiling indexmap v2.14.0
13802026-07-14T21:21:45.429Z Compiling uuid v1.23.4
13812026-07-14T21:21:45.481Z Compiling cpufeatures v0.2.17
13822026-07-14T21:21:45.530Z Compiling untrusted v0.9.0
13832026-07-14T21:21:45.544Z Compiling foreign-types v0.3.2
13842026-07-14T21:21:45.547Z Compiling unicode-normalization v0.1.25
13852026-07-14T21:21:45.574Z Compiling spin v0.9.8
13862026-07-14T21:21:45.601Z Compiling time-core v0.1.8
13872026-07-14T21:21:45.628Z Compiling rustc_version v0.4.1
13882026-07-14T21:21:45.650Z Compiling crc32fast v1.5.0
13892026-07-14T21:21:45.663Z Compiling powerfmt v0.2.0
13902026-07-14T21:21:45.675Z Compiling num-conv v0.2.0
13912026-07-14T21:21:45.741Z Compiling native-tls v0.2.18
13922026-07-14T21:21:45.763Z Compiling wait-timeout v0.2.1
13932026-07-14T21:21:45.809Z Compiling sync_wrapper v1.0.2
13942026-07-14T21:21:45.823Z Compiling time-macros v0.2.27
13952026-07-14T21:21:45.889Z Compiling deranged v0.5.8
13962026-07-14T21:21:45.933Z Compiling crossbeam-utils v0.8.21
13972026-07-14T21:21:45.989Z Compiling simd-adler32 v0.3.8
13982026-07-14T21:21:45.993Z Compiling syn v1.0.109
13992026-07-14T21:21:46.022Z Compiling aws-lc-sys v0.40.0
14002026-07-14T21:21:46.034Z Compiling openssl-sys v0.9.115
14012026-07-14T21:21:46.057Z Compiling regex-automata v0.4.14
14022026-07-14T21:21:46.070Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14032026-07-14T21:21:46.113Z Compiling usdt-impl v0.6.0
14042026-07-14T21:21:46.210Z Compiling synstructure v0.13.2
14052026-07-14T21:21:46.263Z Compiling serde_derive_internals v0.29.1
14062026-07-14T21:21:46.276Z Compiling pest_generator v2.8.6
14072026-07-14T21:21:46.369Z Compiling darling_core v0.20.11
14082026-07-14T21:21:46.369Z Compiling siphasher v1.0.2
14092026-07-14T21:21:46.593Z Compiling tempfile v3.25.0
14102026-07-14T21:21:46.608Z Compiling bit-vec v0.8.0
14112026-07-14T21:21:46.872Z Compiling quick-error v1.2.3
14122026-07-14T21:21:46.886Z Compiling num_threads v0.1.7
14132026-07-14T21:21:46.891Z Compiling bit-set v0.8.0
14142026-07-14T21:21:46.965Z Compiling rusty-fork v0.3.1
14152026-07-14T21:21:47.011Z Compiling darling_core v0.21.3
14162026-07-14T21:21:47.029Z Compiling bzip2-sys v0.1.13+1.0.8
14172026-07-14T21:21:47.042Z Compiling heapless v0.7.17
14182026-07-14T21:21:47.046Z Compiling slog v2.8.2
14192026-07-14T21:21:47.055Z Compiling time v0.3.47
14202026-07-14T21:21:47.075Z Compiling rand_xorshift v0.4.0
14212026-07-14T21:21:47.111Z Compiling thread-id v5.1.0
14222026-07-14T21:21:47.199Z Compiling cookie v0.18.1
14232026-07-14T21:21:47.243Z Compiling iri-string v0.7.10
14242026-07-14T21:21:47.243Z Compiling ryu v1.0.23
14252026-07-14T21:21:47.252Z Compiling paste v1.0.15
14262026-07-14T21:21:47.271Z Compiling allocator-api2 v0.2.21
14272026-07-14T21:21:47.314Z Compiling unicode-bidi v0.3.18
14282026-07-14T21:21:47.328Z Compiling adler2 v2.0.1
14292026-07-14T21:21:47.347Z Compiling unarray v0.1.4
14302026-07-14T21:21:47.375Z Compiling anyhow v1.0.102
14312026-07-14T21:21:47.429Z Compiling zstd-safe v7.2.4
14322026-07-14T21:21:47.444Z Compiling unicode-properties v0.1.4
14332026-07-14T21:21:47.470Z Compiling signal-hook v0.3.18
14342026-07-14T21:21:47.537Z Compiling miniz_oxide v0.8.9
14352026-07-14T21:21:47.672Z Compiling stringprep v0.1.5
14362026-07-14T21:21:47.746Z Compiling camino v1.2.2
14372026-07-14T21:21:47.901Z Compiling curve25519-dalek v4.1.3
14382026-07-14T21:21:47.995Z Compiling serde_derive v1.0.228
14392026-07-14T21:21:48.003Z Compiling zeroize_derive v1.4.3
14402026-07-14T21:21:48.157Z Compiling zerofrom-derive v0.1.6
14412026-07-14T21:21:48.169Z Compiling yoke-derive v0.8.1
14422026-07-14T21:21:48.199Z Compiling zerovec-derive v0.11.2
14432026-07-14T21:21:48.267Z Compiling displaydoc v0.2.5
14442026-07-14T21:21:48.289Z Compiling zerocopy-derive v0.8.40
14452026-07-14T21:21:48.388Z Compiling tokio-macros v2.7.0
14462026-07-14T21:21:48.700Z Compiling zeroize v1.8.2
14472026-07-14T21:21:48.778Z Compiling futures-macro v0.3.32
14482026-07-14T21:21:48.840Z Compiling tracing-attributes v0.1.31
14492026-07-14T21:21:48.843Z Compiling der_derive v0.7.3
14502026-07-14T21:21:49.087Z Compiling thiserror-impl v2.0.18
14512026-07-14T21:21:49.183Z Compiling rustls-pki-types v1.14.0
14522026-07-14T21:21:49.419Z Compiling schemars_derive v0.8.22
14532026-07-14T21:21:49.434Z Compiling hybrid-array v0.4.13
14542026-07-14T21:21:49.579Z Compiling crypto-common v0.1.7
14552026-07-14T21:21:49.676Z Compiling zerofrom v0.1.6
14562026-07-14T21:21:49.692Z Compiling block-buffer v0.10.4
14572026-07-14T21:21:49.719Z Compiling futures-util v0.3.32
14582026-07-14T21:21:49.733Z Compiling pest_derive v2.8.6
14592026-07-14T21:21:49.748Z Compiling scroll_derive v0.13.1
14602026-07-14T21:21:49.812Z Compiling yoke v0.8.1
14612026-07-14T21:21:49.884Z Compiling digest v0.10.7
14622026-07-14T21:21:49.900Z Compiling der v0.7.10
14632026-07-14T21:21:50.015Z Compiling zerovec v0.11.5
14642026-07-14T21:21:50.159Z Compiling zerotrie v0.2.3
14652026-07-14T21:21:50.214Z Compiling darling_macro v0.20.11
14662026-07-14T21:21:50.292Z Compiling tracing v0.1.44
14672026-07-14T21:21:50.308Z Compiling openssl-macros v0.1.1
14682026-07-14T21:21:50.385Z Compiling hmac v0.12.1
14692026-07-14T21:21:50.479Z Compiling tinystr v0.8.2
14702026-07-14T21:21:50.557Z Compiling potential_utf v0.1.4
14712026-07-14T21:21:50.571Z Compiling sha2 v0.10.9
14722026-07-14T21:21:50.585Z Compiling scroll_derive v0.12.1
14732026-07-14T21:21:50.613Z Compiling thiserror v2.0.18
14742026-07-14T21:21:50.640Z Compiling scroll v0.13.0
14752026-07-14T21:21:50.712Z Compiling icu_locale_core v2.1.1
14762026-07-14T21:21:50.734Z Compiling icu_collections v2.1.1
14772026-07-14T21:21:50.749Z Compiling dtrace-parser v0.3.0
14782026-07-14T21:21:50.764Z Compiling spki v0.7.3
14792026-07-14T21:21:50.767Z Compiling darling v0.20.11
14802026-07-14T21:21:50.870Z Compiling goblin v0.10.5
14812026-07-14T21:21:50.930Z Compiling pkcs8 v0.10.2
14822026-07-14T21:21:50.996Z Compiling derive_builder_core v0.20.2
14832026-07-14T21:21:51.166Z Compiling thiserror-impl v1.0.69
14842026-07-14T21:21:51.213Z Compiling block-padding v0.4.2
14852026-07-14T21:21:51.227Z Compiling crypto-common v0.2.2
14862026-07-14T21:21:51.304Z Compiling scroll v0.12.0
14872026-07-14T21:21:51.392Z Compiling icu_provider v2.1.1
14882026-07-14T21:21:51.520Z Compiling block-buffer v0.12.1
14892026-07-14T21:21:51.590Z Compiling bytes v1.11.1
14902026-07-14T21:21:51.636Z Compiling icu_properties v2.1.2
14912026-07-14T21:21:51.667Z Compiling icu_normalizer v2.1.1
14922026-07-14T21:21:51.711Z Compiling chrono v0.4.45
14932026-07-14T21:21:51.741Z Compiling ipnet v2.11.0
14942026-07-14T21:21:51.774Z Compiling hex v0.4.3
14952026-07-14T21:21:51.908Z Compiling derive_builder_macro v0.20.2
14962026-07-14T21:21:52.021Z Compiling erased-serde v0.3.31
14972026-07-14T21:21:52.067Z Compiling serde_urlencoded v0.7.1
14982026-07-14T21:21:52.120Z Compiling tokio v1.52.1
14992026-07-14T21:21:52.234Z Compiling http v1.4.2
15002026-07-14T21:21:52.253Z Compiling serde_tokenstream v0.2.3
15012026-07-14T21:21:52.270Z Compiling serde_spanned v0.6.9
15022026-07-14T21:21:52.331Z Compiling toml_datetime v0.6.11
15032026-07-14T21:21:52.424Z Compiling md-5 v0.10.6
15042026-07-14T21:21:52.439Z Compiling signature v2.2.0
15052026-07-14T21:21:52.515Z Compiling thiserror v1.0.69
15062026-07-14T21:21:52.528Z Compiling darling_macro v0.21.3
15072026-07-14T21:21:52.574Z Compiling idna_adapter v1.2.1
15082026-07-14T21:21:52.602Z Compiling rustls-native-certs v0.8.3
15092026-07-14T21:21:52.605Z Compiling bstr v1.12.1
15102026-07-14T21:21:52.630Z Compiling zerocopy-derive v0.7.35
15112026-07-14T21:21:52.634Z Compiling async-trait v0.1.89
15122026-07-14T21:21:52.727Z Compiling idna v1.1.0
15132026-07-14T21:21:52.816Z Compiling ppv-lite86 v0.2.21
15142026-07-14T21:21:52.919Z Compiling http-body v1.0.1
15152026-07-14T21:21:52.988Z Compiling pin-project-internal v1.1.11
15162026-07-14T21:21:53.007Z Compiling vergen-lib v9.1.0
15172026-07-14T21:21:53.069Z Compiling url v2.5.8
15182026-07-14T21:21:53.089Z Compiling rand_chacha v0.9.0
15192026-07-14T21:21:53.147Z Compiling http-body-util v0.1.3
15202026-07-14T21:21:53.180Z Compiling rand_chacha v0.3.1
15212026-07-14T21:21:53.227Z Compiling num-integer v0.1.46
15222026-07-14T21:21:53.265Z Compiling hash32 v0.2.1
15232026-07-14T21:21:53.402Z Compiling rand v0.9.2
15242026-07-14T21:21:53.416Z Compiling encoding_rs v0.8.35
15252026-07-14T21:21:53.463Z Compiling memoffset v0.9.1
15262026-07-14T21:21:53.476Z Compiling psl-types v2.0.11
15272026-07-14T21:21:53.552Z Compiling smoltcp v0.9.1
15282026-07-14T21:21:53.608Z Compiling dof v0.4.0
15292026-07-14T21:21:53.694Z Compiling ref-cast v1.0.25
15302026-07-14T21:21:53.697Z Compiling mime v0.3.17
15312026-07-14T21:21:53.807Z Compiling rustix v0.38.44
15322026-07-14T21:21:53.827Z Compiling fallible-iterator v0.2.0
15332026-07-14T21:21:53.889Z Compiling zlib-rs v0.6.2
15342026-07-14T21:21:53.903Z Compiling litrs v1.0.0
15352026-07-14T21:21:53.917Z Compiling num-bigint-dig v0.8.6
15362026-07-14T21:21:53.986Z Compiling proptest v1.10.0
15372026-07-14T21:21:54.000Z Compiling cfg_aliases v0.2.1
15382026-07-14T21:21:54.081Z Compiling nix v0.31.2
15392026-07-14T21:21:54.112Z Compiling postgres-protocol v0.6.10
15402026-07-14T21:21:54.155Z Compiling pin-project v1.1.11
15412026-07-14T21:21:54.235Z Compiling publicsuffix v2.3.0
15422026-07-14T21:21:54.277Z Compiling zerocopy v0.7.35
15432026-07-14T21:21:54.291Z Compiling num-iter v0.1.45
15442026-07-14T21:21:54.381Z Compiling ipnetwork v0.21.1
15452026-07-14T21:21:54.433Z Compiling rand v0.8.6
15462026-07-14T21:21:54.433Z Compiling document-features v0.2.12
15472026-07-14T21:21:54.545Z Compiling darling v0.21.3
15482026-07-14T21:21:54.731Z Compiling oxnet v0.1.6
15492026-07-14T21:21:54.840Z Compiling derive_builder v0.20.2
15502026-07-14T21:21:54.854Z Compiling futures-executor v0.3.32
15512026-07-14T21:21:54.868Z Compiling hubpack_derive v0.1.1
15522026-07-14T21:21:54.893Z Compiling goblin v0.8.2
15532026-07-14T21:21:54.927Z Compiling inout v0.2.2
15542026-07-14T21:21:54.965Z Compiling regex v1.12.3
15552026-07-14T21:21:55.125Z Compiling curve25519-dalek-derive v0.1.1
15562026-07-14T21:21:55.140Z Compiling daft-derive v0.1.7
15572026-07-14T21:21:55.169Z Compiling ref-cast-impl v1.0.25
15582026-07-14T21:21:55.185Z Compiling strum_macros v0.27.2
15592026-07-14T21:21:55.198Z Compiling snafu-derive v0.8.9
15602026-07-14T21:21:55.381Z Compiling terminal_size v0.4.3
15612026-07-14T21:21:55.417Z Compiling phf_shared v0.13.1
15622026-07-14T21:21:55.485Z Compiling lazy_static v1.5.0
15632026-07-14T21:21:55.534Z Compiling anstyle-parse v0.2.7
15642026-07-14T21:21:55.555Z Compiling cargo-platform v0.3.2
15652026-07-14T21:21:55.592Z Compiling vergen v9.1.0
15662026-07-14T21:21:55.619Z Compiling ff v0.13.1
15672026-07-14T21:21:55.677Z Compiling fs-err v3.3.0
15682026-07-14T21:21:55.736Z Compiling ahash v0.8.12
15692026-07-14T21:21:55.763Z Compiling libbz2-rs-sys v0.2.2
15702026-07-14T21:21:55.777Z Compiling foldhash v0.2.0
15712026-07-14T21:21:55.808Z Compiling unicode-segmentation v1.12.0
15722026-07-14T21:21:55.827Z Compiling winnow v0.5.40
15732026-07-14T21:21:55.851Z Compiling bumpalo v3.20.2
15742026-07-14T21:21:55.910Z Compiling foldhash v0.1.5
15752026-07-14T21:21:55.926Z Compiling same-file v1.0.6
15762026-07-14T21:21:55.943Z Compiling object v0.37.3
15772026-07-14T21:21:55.985Z Compiling tokio-util v0.7.18
15782026-07-14T21:21:56.016Z Compiling tower v0.5.3
15792026-07-14T21:21:56.094Z Compiling tokio-native-tls v0.3.1
15802026-07-14T21:21:56.108Z Compiling base16ct v0.2.0
15812026-07-14T21:21:56.125Z Compiling managed v0.8.0
15822026-07-14T21:21:56.214Z Compiling bitflags v1.3.2
15832026-07-14T21:21:56.289Z Compiling sec1 v0.7.3
15842026-07-14T21:21:56.304Z Compiling bzip2 v0.6.1
15852026-07-14T21:21:56.304Z Compiling zopfli v0.8.3
15862026-07-14T21:21:56.350Z Compiling walkdir v2.5.0
15872026-07-14T21:21:56.468Z Compiling tower-http v0.6.8
15882026-07-14T21:21:56.512Z Compiling newtype-uuid v1.3.2
15892026-07-14T21:21:56.528Z Compiling hashbrown v0.15.5
15902026-07-14T21:21:56.640Z Compiling clap_builder v4.6.0
15912026-07-14T21:21:56.680Z Compiling hashbrown v0.16.1
15922026-07-14T21:21:56.863Z Compiling h2 v0.4.15
15932026-07-14T21:21:56.894Z Compiling flate2 v1.1.9
15942026-07-14T21:21:57.022Z Compiling daft v0.1.7
15952026-07-14T21:21:57.135Z Compiling dof v0.3.0
15962026-07-14T21:21:57.162Z Compiling snafu v0.8.9
15972026-07-14T21:21:57.180Z Compiling toml_edit v0.19.15
15982026-07-14T21:21:57.229Z Compiling strum v0.27.2
15992026-07-14T21:21:57.293Z Compiling cargo_metadata v0.23.1
16002026-07-14T21:21:57.308Z Compiling group v0.13.0
16012026-07-14T21:21:57.327Z Compiling anstream v0.6.21
16022026-07-14T21:21:57.331Z Compiling phf v0.13.1
16032026-07-14T21:21:57.384Z Compiling signal-hook-mio v0.2.5
16042026-07-14T21:21:57.509Z Compiling hubpack v0.1.2
16052026-07-14T21:21:57.523Z Compiling cookie_store v0.22.1
16062026-07-14T21:21:57.552Z Compiling usdt-attr-macro v0.6.0
16072026-07-14T21:21:57.647Z Compiling usdt-macro v0.6.0
16082026-07-14T21:21:57.735Z Compiling bzip2 v0.4.4
16092026-07-14T21:21:57.893Z Compiling cipher v0.5.2
16102026-07-14T21:21:57.907Z Compiling futures v0.3.32
16112026-07-14T21:21:57.928Z Compiling serde_with_macros v3.17.0
16122026-07-14T21:21:57.973Z Compiling postgres-types v0.2.12
16132026-07-14T21:21:57.999Z Compiling zstd v0.13.3
16142026-07-14T21:21:58.274Z Compiling globset v0.4.18
16152026-07-14T21:21:58.299Z Compiling dtrace-parser v0.2.0
16162026-07-14T21:21:58.404Z Compiling ed25519 v2.2.3
16172026-07-14T21:21:58.432Z Compiling olpc-cjson v0.1.4
16182026-07-14T21:21:58.446Z Compiling serde_plain v1.0.2
16192026-07-14T21:21:58.547Z Compiling serde-big-array v0.5.1
16202026-07-14T21:21:58.610Z Compiling pkcs1 v0.7.5
16212026-07-14T21:21:58.658Z Compiling hkdf v0.12.4
16222026-07-14T21:21:58.676Z Compiling crypto-bigint v0.5.5
16232026-07-14T21:21:58.717Z Compiling strum_macros v0.26.4
16242026-07-14T21:21:58.841Z Compiling async-recursion v1.1.1
16252026-07-14T21:21:58.973Z Compiling enum-as-inner v0.6.1
16262026-07-14T21:21:59.023Z Compiling clap_derive v4.6.1
16272026-07-14T21:21:59.070Z Compiling serde_repr v0.1.20
16282026-07-14T21:21:59.099Z Compiling phf_shared v0.11.3
16292026-07-14T21:21:59.302Z Compiling float-cmp v0.10.0
16302026-07-14T21:21:59.326Z Compiling pem v3.0.6
16312026-07-14T21:21:59.329Z Compiling memmap2 v0.9.10
16322026-07-14T21:21:59.480Z Compiling thread-id v4.2.2
16332026-07-14T21:21:59.580Z Compiling env_filter v1.0.0
16342026-07-14T21:21:59.583Z Compiling typed-path v0.9.3
16352026-07-14T21:21:59.608Z Compiling difflib v0.4.0
16362026-07-14T21:21:59.611Z Compiling data-encoding v2.10.0
16372026-07-14T21:21:59.688Z Compiling winnow v1.0.3
16382026-07-14T21:21:59.711Z Compiling predicates-core v1.0.10
16392026-07-14T21:21:59.726Z Compiling cpufeatures v0.3.0
16402026-07-14T21:21:59.813Z Compiling whoami v2.1.0
16412026-07-14T21:21:59.907Z Compiling const-oid v0.10.2
16422026-07-14T21:21:59.921Z Compiling fixedbitset v0.5.7
16432026-07-14T21:21:59.934Z Compiling new_debug_unreachable v1.0.6
16442026-07-14T21:22:00.022Z Compiling either v1.15.0
16452026-07-14T21:22:00.066Z Compiling hyper v1.10.1
16462026-07-14T21:22:00.128Z Compiling fixedbitset v0.4.2
16472026-07-14T21:22:00.209Z Compiling jiff v0.2.21
16482026-07-14T21:22:00.224Z Compiling normalize-line-endings v0.3.0
16492026-07-14T21:22:00.237Z Compiling static_assertions v1.1.0
16502026-07-14T21:22:00.252Z Compiling precomputed-hash v0.1.1
16512026-07-14T21:22:00.266Z Compiling keccak v0.1.6
16522026-07-14T21:22:00.322Z Compiling predicates v3.1.4
16532026-07-14T21:22:00.341Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16542026-07-14T21:22:00.357Z Compiling string_cache v0.8.9
16552026-07-14T21:22:00.361Z Compiling petgraph v0.6.5
16562026-07-14T21:22:00.383Z Compiling toml_edit v0.22.27
16572026-07-14T21:22:00.581Z Compiling strum v0.26.3
16582026-07-14T21:22:00.624Z Compiling sha3 v0.10.8
16592026-07-14T21:22:00.732Z Compiling itertools v0.13.0
16602026-07-14T21:22:00.880Z Compiling petgraph v0.8.3
16612026-07-14T21:22:00.903Z Compiling digest v0.11.3
16622026-07-14T21:22:00.925Z Compiling clap v4.6.1
16632026-07-14T21:22:01.015Z Compiling tokio-postgres v0.7.16
16642026-07-14T21:22:01.030Z Compiling toml_parser v1.1.2+spec-1.1.0
16652026-07-14T21:22:01.033Z Compiling hickory-proto v0.25.2
16662026-07-14T21:22:01.112Z Compiling chacha20 v0.10.0
16672026-07-14T21:22:01.128Z Compiling env_logger v0.11.9
16682026-07-14T21:22:01.142Z Compiling elliptic-curve v0.13.8
16692026-07-14T21:22:01.505Z Compiling hyper-util v0.1.20
16702026-07-14T21:22:01.519Z Compiling usdt-impl v0.5.0
16712026-07-14T21:22:01.576Z Compiling usdt v0.6.0
16722026-07-14T21:22:01.699Z Compiling serde_with v3.17.0
16732026-07-14T21:22:01.755Z Compiling crossterm v0.28.1
16742026-07-14T21:22:01.848Z Compiling rsa v0.9.10
16752026-07-14T21:22:01.905Z Compiling ed25519-dalek v2.2.0
16762026-07-14T21:22:02.017Z Compiling toml v0.7.8
16772026-07-14T21:22:02.622Z Compiling zip v0.6.6
16782026-07-14T21:22:02.858Z Compiling zip v4.6.1
16792026-07-14T21:22:03.004Z Compiling hyper-tls v0.6.0
16802026-07-14T21:22:03.084Z Compiling iddqd v0.4.2
16812026-07-14T21:22:03.187Z Compiling reqwest v0.12.28
16822026-07-14T21:22:03.217Z Compiling tokio-stream v0.1.18
16832026-07-14T21:22:03.297Z Compiling similar v2.7.0
16842026-07-14T21:22:03.297Z Compiling heck v0.4.1
16852026-07-14T21:22:03.437Z Compiling buf-list v1.1.2
16862026-07-14T21:22:03.520Z Compiling byte-wrapper v0.1.0
16872026-07-14T21:22:03.524Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16882026-07-14T21:22:03.547Z Compiling openapiv3 v2.2.0
16892026-07-14T21:22:03.694Z Compiling x509-cert v0.2.5
16902026-07-14T21:22:03.740Z Compiling crossbeam-epoch v0.9.18
16912026-07-14T21:22:03.832Z Compiling lalrpop-util v0.19.12
16922026-07-14T21:22:03.846Z Compiling peg-runtime v0.8.5
16932026-07-14T21:22:03.861Z Compiling thread_local v1.1.9
16942026-07-14T21:22:03.885Z Compiling slog-async v2.8.0
16952026-07-14T21:22:04.042Z Compiling crossbeam-channel v0.5.15
16962026-07-14T21:22:04.084Z Compiling filetime v0.2.27
16972026-07-14T21:22:04.125Z Compiling is-terminal v0.4.17
16982026-07-14T21:22:04.139Z Compiling xattr v1.6.1
16992026-07-14T21:22:04.220Z Compiling term v1.2.1
17002026-07-14T21:22:04.235Z Compiling take_mut v0.2.2
17012026-07-14T21:22:04.249Z Compiling camino-tempfile v1.4.1
17022026-07-14T21:22:04.276Z Compiling tar v0.4.46
17032026-07-14T21:22:04.557Z Compiling slog-term v2.9.2
17042026-07-14T21:22:22.195Z Compiling rustls-webpki v0.103.13
17052026-07-14T21:22:24.916Z Compiling tokio-rustls v0.26.4
17062026-07-14T21:22:24.917Z Compiling rustls-platform-verifier v0.6.2
17072026-07-14T21:22:24.920Z Compiling tough v0.22.0
17082026-07-14T21:22:25.113Z Compiling hyper-rustls v0.27.7
17092026-07-14T21:22:25.298Z Compiling reqwest v0.13.2
17102026-07-14T21:22:27.476Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17112026-07-14T21:22:27.706Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17122026-07-14T21:22:30.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.99s
17132026-07-14T21:22:30.664Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17142026-07-14T21:22:30.728ZJul 14 21:22:30.298 INFO Starting download, target: Console
17152026-07-14T21:22:30.728ZJul 14 21:22:30.299 INFO Starting download, target: Clickhouse
17162026-07-14T21:22:30.728ZJul 14 21:22:30.299 INFO Starting download, target: DendriteStub
17172026-07-14T21:22:30.743ZJul 14 21:22:30.299 INFO Starting download, target: Cockroach
17182026-07-14T21:22:30.743ZJul 14 21:22:30.299 INFO Starting download, target: MaghemiteMgd
17192026-07-14T21:22:30.743ZJul 14 21:22:30.299 INFO Starting download, target: MaghemiteDdmd
17202026-07-14T21:22:30.743ZJul 14 21:22:30.299 INFO Starting download, target: TransceiverControl
17212026-07-14T21:22:30.743ZJul 14 21:22:30.299 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17222026-07-14T21:22:30.743ZJul 14 21:22:30.299 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17232026-07-14T21:22:30.743ZJul 14 21:22:30.299 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17242026-07-14T21:22:30.743ZJul 14 21:22:30.299 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17252026-07-14T21:22:30.743ZJul 14 21:22:30.300 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17262026-07-14T21:22:30.743ZJul 14 21:22:30.300 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17272026-07-14T21:22:30.743ZJul 14 21:22:30.300 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17282026-07-14T21:22:32.757ZJul 14 21:22:32.344 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17292026-07-14T21:22:32.804ZJul 14 21:22:32.391 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17302026-07-14T21:22:33.015ZJul 14 21:22:32.601 INFO Download complete, target: Console
17312026-07-14T21:22:33.796ZJul 14 21:22:33.369 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17322026-07-14T21:22:34.018ZJul 14 21:22:33.596 INFO Download complete, target: TransceiverControl
17332026-07-14T21:22:35.495ZJul 14 21:22:35.077 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17342026-07-14T21:22:35.674ZJul 14 21:22:35.258 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17352026-07-14T21:22:35.842ZJul 14 21:22:35.421 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17362026-07-14T21:22:36.306ZJul 14 21:22:35.893 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17372026-07-14T21:22:36.306ZJul 14 21:22:35.893 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17382026-07-14T21:22:37.548ZJul 14 21:22:37.132 INFO Download complete, target: MaghemiteDdmd
17392026-07-14T21:22:38.266ZJul 14 21:22:37.843 INFO Download complete, target: DendriteStub
17402026-07-14T21:22:38.497ZJul 14 21:22:38.075 INFO Download complete, target: MaghemiteMgd
17412026-07-14T21:22:39.720ZJul 14 21:22:39.306 INFO Checking that binary works, target: Clickhouse
17422026-07-14T21:22:39.816ZJul 14 21:22:39.404 INFO Download complete, target: Clickhouse
17432026-07-14T21:22:41.045ZJul 14 21:22:40.632 INFO Checking that binary works, target: Cockroach
17442026-07-14T21:22:41.169ZJul 14 21:22:40.756 INFO Download complete, target: Cockroach
17452026-07-14T21:22:41.176ZAll prerequisites installed successfully
17462026-07-14T21:22:41.179Z
17472026-07-14T21:22:41.179Zreal 1:49.215823166
17482026-07-14T21:22:41.179Zuser 6:40.920717190
17492026-07-14T21:22:41.179Zsys 1:38.036678666
17502026-07-14T21:22:41.179Ztrap 0.285804793
17512026-07-14T21:22:41.179Ztflt 0.836453334
17522026-07-14T21:22:41.179Zdflt 1.518444536
17532026-07-14T21:22:41.179Zkflt 0.026776797
17542026-07-14T21:22:41.179Zlock 24:04.083717306
17552026-07-14T21:22:41.179Zslp 18:27.630938079
17562026-07-14T21:22:41.179Zlat 24.361335045
17572026-07-14T21:22:41.179Zstop 2:38.702504452
17582026-07-14T21:22:41.179Z+ ptime -m cargo xtask download softnpu
17592026-07-14T21:22:41.631Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
17602026-07-14T21:22:41.657Z Running `target/debug/xtask download softnpu`
17612026-07-14T21:22:42.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
17622026-07-14T21:22:42.438Z Running `target/debug/xtask-downloader softnpu`
17632026-07-14T21:22:42.477ZJul 14 21:22:42.064 INFO Starting download, target: Softnpu
17642026-07-14T21:22:42.481ZJul 14 21:22:42.065 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17652026-07-14T21:22:43.035ZJul 14 21:22:42.621 INFO Download complete, target: Softnpu
17662026-07-14T21:22:43.038Z
17672026-07-14T21:22:43.038Zreal 1.856523787
17682026-07-14T21:22:43.038Zuser 1.272345803
17692026-07-14T21:22:43.038Zsys 0.608970232
17702026-07-14T21:22:43.038Ztrap 0.001475500
17712026-07-14T21:22:43.038Ztflt 0.000140590
17722026-07-14T21:22:43.038Zdflt 0.000135160
17732026-07-14T21:22:43.038Zkflt 0.000000000
17742026-07-14T21:22:43.038Zlock 10.265367460
17752026-07-14T21:22:43.038Zslp 0.399676245
17762026-07-14T21:22:43.038Zlat 0.126656780
17772026-07-14T21:22:43.038Zstop 0.000176450
17782026-07-14T21:22:43.038Z+ export CARGO_INCREMENTAL=0
17792026-07-14T21:22:43.038Z+ CARGO_INCREMENTAL=0
17802026-07-14T21:22:43.039Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17812026-07-14T21:22:43.904Z Compiling proc-macro2 v1.0.106
17822026-07-14T21:22:43.904Z Compiling quote v1.0.45
17832026-07-14T21:22:43.904Z Compiling unicode-ident v1.0.24
17842026-07-14T21:22:43.904Z Compiling libc v0.2.185
17852026-07-14T21:22:43.909Z Compiling serde_core v1.0.228
17862026-07-14T21:22:43.909Z Compiling serde v1.0.228
17872026-07-14T21:22:43.909Z Compiling cfg-if v1.0.4
17882026-07-14T21:22:43.909Z Compiling version_check v0.9.5
17892026-07-14T21:22:43.909Z Compiling shlex v1.3.0
17902026-07-14T21:22:43.909Z Compiling find-msvc-tools v0.1.9
17912026-07-14T21:22:44.046Z Compiling zmij v1.0.21
17922026-07-14T21:22:44.049Z Compiling memchr v2.8.0
17932026-07-14T21:22:44.049Z Compiling serde_json v1.0.150
17942026-07-14T21:22:44.049Z Compiling autocfg v1.5.0
17952026-07-14T21:22:44.230Z Compiling portable-atomic v1.13.1
17962026-07-14T21:22:44.258Z Compiling zerocopy v0.8.40
17972026-07-14T21:22:44.319Z Compiling getrandom v0.4.1
17982026-07-14T21:22:44.337Z Compiling libm v0.2.16
17992026-07-14T21:22:44.352Z Compiling parking_lot_core v0.9.12
18002026-07-14T21:22:44.402Z Compiling icu_normalizer_data v2.1.1
18012026-07-14T21:22:44.405Z Compiling icu_properties_data v2.1.2
18022026-07-14T21:22:44.405Z Compiling smallvec v1.15.1
18032026-07-14T21:22:44.605Z Compiling num-traits v0.2.19
18042026-07-14T21:22:44.633Z Compiling generic-array v0.14.7
18052026-07-14T21:22:44.651Z Compiling itoa v1.0.17
18062026-07-14T21:22:44.655Z Compiling log v0.4.29
18072026-07-14T21:22:44.749Z Compiling subtle v2.6.1
18082026-07-14T21:22:44.756Z Compiling pkg-config v0.3.32
18092026-07-14T21:22:44.757Z Compiling stable_deref_trait v1.2.1
18102026-07-14T21:22:44.806Z Compiling typenum v1.20.1
18112026-07-14T21:22:44.868Z Compiling scopeguard v1.2.0
18122026-07-14T21:22:44.927Z Compiling fnv v1.0.7
18132026-07-14T21:22:44.942Z Compiling jobserver v0.1.34
18142026-07-14T21:22:44.945Z Compiling errno v0.3.14
18152026-07-14T21:22:44.993Z Compiling lock_api v0.4.14
18162026-07-14T21:22:45.010Z Compiling rand_core v0.10.0
18172026-07-14T21:22:45.083Z Compiling getrandom v0.3.4
18182026-07-14T21:22:45.133Z Compiling pin-project-lite v0.2.17
18192026-07-14T21:22:45.148Z Compiling thiserror v2.0.18
18202026-07-14T21:22:45.196Z Compiling cc v1.2.56
18212026-07-14T21:22:45.255Z Compiling equivalent v1.0.2
18222026-07-14T21:22:45.269Z Compiling percent-encoding v2.3.2
18232026-07-14T21:22:45.272Z Compiling litemap v0.8.1
18242026-07-14T21:22:45.298Z Compiling writeable v0.6.2
18252026-07-14T21:22:45.314Z Compiling getrandom v0.2.17
18262026-07-14T21:22:45.347Z Compiling syn v2.0.117
18272026-07-14T21:22:45.420Z Compiling rustversion v1.0.22
18282026-07-14T21:22:45.468Z Compiling schemars v0.8.22
18292026-07-14T21:22:45.503Z Compiling rand_core v0.6.4
18302026-07-14T21:22:45.564Z Compiling rustix v1.1.3
18312026-07-14T21:22:45.594Z Compiling dunce v1.0.5
18322026-07-14T21:22:45.623Z Compiling critical-section v1.2.0
18332026-07-14T21:22:45.627Z Compiling fs_extra v1.3.0
18342026-07-14T21:22:45.769Z Compiling hashbrown v0.17.0
18352026-07-14T21:22:45.848Z Compiling signal-hook-registry v1.4.8
18362026-07-14T21:22:45.969Z Compiling cmake v0.1.57
18372026-07-14T21:22:45.972Z Compiling heck v0.5.0
18382026-07-14T21:22:46.001Z Compiling utf8_iter v1.0.4
18392026-07-14T21:22:46.017Z Compiling form_urlencoded v1.2.2
18402026-07-14T21:22:46.206Z Compiling once_cell v1.21.3
18412026-07-14T21:22:46.304Z Compiling parking_lot v0.12.5
18422026-07-14T21:22:46.327Z Compiling mio v1.2.0
18432026-07-14T21:22:46.341Z Compiling socket2 v0.6.3
18442026-07-14T21:22:46.379Z Compiling semver v1.0.28
18452026-07-14T21:22:46.395Z Compiling indexmap v2.14.0
18462026-07-14T21:22:46.457Z Compiling aws-lc-rs v1.16.3
18472026-07-14T21:22:46.505Z Compiling bitflags v2.11.0
18482026-07-14T21:22:46.525Z Compiling futures-core v0.3.32
18492026-07-14T21:22:46.553Z Compiling aws-lc-sys v0.40.0
18502026-07-14T21:22:46.721Z Compiling httparse v1.10.1
18512026-07-14T21:22:46.735Z Compiling strsim v0.11.1
18522026-07-14T21:22:46.993Z Compiling ucd-trie v0.1.7
18532026-07-14T21:22:47.028Z Compiling thiserror v1.0.69
18542026-07-14T21:22:47.044Z Compiling byteorder v1.5.0
18552026-07-14T21:22:47.138Z Compiling vcpkg v0.2.15
18562026-07-14T21:22:47.153Z Compiling pest v2.8.6
18572026-07-14T21:22:47.169Z Compiling iana-time-zone v0.1.65
18582026-07-14T21:22:47.185Z Compiling const-oid v0.9.6
18592026-07-14T21:22:47.218Z Compiling syn v1.0.109
18602026-07-14T21:22:47.252Z Compiling ident_case v1.0.1
18612026-07-14T21:22:47.298Z Compiling regex-syntax v0.8.10
18622026-07-14T21:22:47.486Z Compiling uuid v1.23.4
18632026-07-14T21:22:47.638Z Compiling rustc_version v0.4.1
18642026-07-14T21:22:47.712Z Compiling rustls v0.23.41
18652026-07-14T21:22:47.728Z Compiling openssl-sys v0.9.115
18662026-07-14T21:22:47.741Z Compiling futures-sink v0.3.32
18672026-07-14T21:22:47.886Z Compiling futures-channel v0.3.32
18682026-07-14T21:22:47.945Z Compiling aho-corasick v1.1.4
18692026-07-14T21:22:47.948Z Compiling futures-task v0.3.32
18702026-07-14T21:22:47.975Z Compiling futures-io v0.3.32
18712026-07-14T21:22:47.975Z Compiling slab v0.4.12
18722026-07-14T21:22:48.188Z Compiling synstructure v0.13.2
18732026-07-14T21:22:48.202Z Compiling serde_derive_internals v0.29.1
18742026-07-14T21:22:48.288Z Compiling pest_meta v2.8.6
18752026-07-14T21:22:48.346Z Compiling num-conv v0.2.0
18762026-07-14T21:22:48.403Z Compiling plain v0.2.3
18772026-07-14T21:22:48.418Z Compiling time-core v0.1.8
18782026-07-14T21:22:48.460Z Compiling crc32fast v1.5.0
18792026-07-14T21:22:48.493Z Compiling dyn-clone v1.0.20
18802026-07-14T21:22:48.589Z Compiling time-macros v0.2.27
18812026-07-14T21:22:48.603Z Compiling base64 v0.22.1
18822026-07-14T21:22:48.655Z Compiling crossbeam-utils v0.8.21
18832026-07-14T21:22:48.747Z Compiling openssl v0.10.79
18842026-07-14T21:22:48.762Z Compiling pretty-hex v0.4.1
18852026-07-14T21:22:48.792Z Compiling regex-automata v0.4.14
18862026-07-14T21:22:48.847Z Compiling darling_core v0.21.3
18872026-07-14T21:22:48.918Z Compiling pest_generator v2.8.6
18882026-07-14T21:22:49.019Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18892026-07-14T21:22:49.044Z Compiling anyhow v1.0.102
18902026-07-14T21:22:49.141Z Compiling native-tls v0.2.18
18912026-07-14T21:22:49.237Z Compiling rand_core v0.9.5
18922026-07-14T21:22:49.441Z Compiling slog v2.8.2
18932026-07-14T21:22:49.471Z Compiling tracing-core v0.1.36
18942026-07-14T21:22:49.547Z Compiling serde_derive v1.0.228
18952026-07-14T21:22:49.575Z Compiling zeroize_derive v1.4.3
18962026-07-14T21:22:49.589Z Compiling zerofrom-derive v0.1.6
18972026-07-14T21:22:49.617Z Compiling yoke-derive v0.8.1
18982026-07-14T21:22:49.639Z Compiling zerovec-derive v0.11.2
18992026-07-14T21:22:49.658Z Compiling displaydoc v0.2.5
19002026-07-14T21:22:49.686Z Compiling zerocopy-derive v0.8.40
19012026-07-14T21:22:49.697Z Compiling tokio-macros v2.7.0
19022026-07-14T21:22:49.714Z Compiling futures-macro v0.3.32
19032026-07-14T21:22:49.991Z Compiling thiserror-impl v2.0.18
19042026-07-14T21:22:50.192Z Compiling zeroize v1.8.2
19052026-07-14T21:22:50.417Z Compiling schemars_derive v0.8.22
19062026-07-14T21:22:50.494Z Compiling tracing-attributes v0.1.31
19072026-07-14T21:22:50.565Z Compiling der_derive v0.7.3
19082026-07-14T21:22:50.593Z Compiling thiserror-impl v1.0.69
19092026-07-14T21:22:50.714Z Compiling pest_derive v2.8.6
19102026-07-14T21:22:50.745Z Compiling zerofrom v0.1.6
19112026-07-14T21:22:50.880Z Compiling yoke v0.8.1
19122026-07-14T21:22:51.097Z Compiling zerovec v0.11.5
19132026-07-14T21:22:51.123Z Compiling zerotrie v0.2.3
19142026-07-14T21:22:51.188Z Compiling crypto-common v0.1.7
19152026-07-14T21:22:51.211Z Compiling futures-util v0.3.32
19162026-07-14T21:22:51.551Z Compiling block-buffer v0.10.4
19172026-07-14T21:22:51.636Z Compiling tinystr v0.8.2
19182026-07-14T21:22:51.676Z Compiling potential_utf v0.1.4
19192026-07-14T21:22:51.696Z Compiling digest v0.10.7
19202026-07-14T21:22:51.712Z Compiling scroll_derive v0.12.1
19212026-07-14T21:22:51.716Z Compiling scroll_derive v0.13.1
19222026-07-14T21:22:51.778Z Compiling openssl-macros v0.1.1
19232026-07-14T21:22:51.862Z Compiling icu_locale_core v2.1.1
19242026-07-14T21:22:51.877Z Compiling icu_collections v2.1.1
19252026-07-14T21:22:52.130Z Compiling regex v1.12.3
19262026-07-14T21:22:52.351Z Compiling darling_macro v0.21.3
19272026-07-14T21:22:52.377Z Compiling zerocopy-derive v0.7.35
19282026-07-14T21:22:52.539Z Compiling cookie v0.18.1
19292026-07-14T21:22:52.546Z Compiling base64ct v1.8.3
19302026-07-14T21:22:52.561Z Compiling camino v1.2.2
19312026-07-14T21:22:52.621Z Compiling icu_provider v2.1.1
19322026-07-14T21:22:52.751Z Compiling bytes v1.11.1
19332026-07-14T21:22:52.834Z Compiling chrono v0.4.45
19342026-07-14T21:22:52.866Z Compiling serde_tokenstream v0.2.3
19352026-07-14T21:22:52.892Z Compiling icu_properties v2.1.2
19362026-07-14T21:22:52.921Z Compiling icu_normalizer v2.1.1
19372026-07-14T21:22:53.361Z Compiling tokio v1.52.1
19382026-07-14T21:22:53.512Z Compiling http v1.4.2
19392026-07-14T21:22:53.669Z Compiling darling v0.21.3
19402026-07-14T21:22:53.762Z Compiling pem-rfc7468 v0.7.0
19412026-07-14T21:22:53.869Z Compiling idna_adapter v1.2.1
19422026-07-14T21:22:54.049Z Compiling idna v1.1.0
19432026-07-14T21:22:54.185Z Compiling ppv-lite86 v0.2.21
19442026-07-14T21:22:54.256Z Compiling tracing v0.1.44
19452026-07-14T21:22:54.477Z Compiling url v2.5.8
19462026-07-14T21:22:54.573Z Compiling flagset v0.4.7
19472026-07-14T21:22:54.614Z Compiling rand_chacha v0.9.0
19482026-07-14T21:22:54.710Z Compiling http-body v1.0.1
19492026-07-14T21:22:54.729Z Compiling der v0.7.10
19502026-07-14T21:22:54.799Z Compiling rustls-pki-types v1.14.0
19512026-07-14T21:22:55.316Z Compiling usdt-impl v0.5.0
19522026-07-14T21:22:55.421Z Compiling cmov v0.5.4
19532026-07-14T21:22:55.503Z Compiling fastrand v2.3.0
19542026-07-14T21:22:55.568Z Compiling usdt-impl v0.6.0
19552026-07-14T21:22:55.665Z Compiling paste v1.0.15
19562026-07-14T21:22:55.767Z Compiling either v1.15.0
19572026-07-14T21:22:55.821Z Compiling tinyvec_macros v0.1.1
19582026-07-14T21:22:55.906Z Compiling ref-cast v1.0.25
19592026-07-14T21:22:55.919Z Compiling openssl-probe v0.2.1
19602026-07-14T21:22:56.005Z Compiling tinyvec v1.10.0
19612026-07-14T21:22:56.019Z Compiling ctutils v0.4.2
19622026-07-14T21:22:56.061Z Compiling spki v0.7.3
19632026-07-14T21:22:56.231Z Compiling rand v0.9.2
19642026-07-14T21:22:56.287Z Compiling toml_datetime v0.6.11
19652026-07-14T21:22:56.326Z Compiling serde_spanned v0.6.9
19662026-07-14T21:22:56.326Z Compiling scroll v0.13.0
19672026-07-14T21:22:56.338Z Compiling scroll v0.12.0
19682026-07-14T21:22:56.371Z Compiling async-trait v0.1.89
19692026-07-14T21:22:56.432Z Compiling heapless v0.7.17
19702026-07-14T21:22:56.507Z Compiling bzip2-sys v0.1.13+1.0.8
19712026-07-14T21:22:56.537Z Compiling atomic-waker v1.1.2
19722026-07-14T21:22:56.553Z Compiling winnow v0.7.14
19732026-07-14T21:22:56.569Z Compiling rustix v0.38.44
19742026-07-14T21:22:56.602Z Compiling zstd-safe v7.2.4
19752026-07-14T21:22:56.622Z Compiling litrs v1.0.0
19762026-07-14T21:22:56.675Z Compiling winnow v1.0.3
19772026-07-14T21:22:56.715Z Compiling untrusted v0.7.1
19782026-07-14T21:22:56.824Z Compiling tower-service v0.3.3
19792026-07-14T21:22:56.828Z Compiling signal-hook v0.3.18
19802026-07-14T21:22:56.855Z Compiling tower-layer v0.3.3
19812026-07-14T21:22:56.926Z Compiling try-lock v0.2.5
19822026-07-14T21:22:56.942Z Compiling cpufeatures v0.2.17
19832026-07-14T21:22:57.023Z Compiling want v0.3.1
19842026-07-14T21:22:57.038Z Compiling toml_parser v1.1.2+spec-1.1.0
19852026-07-14T21:22:57.041Z Compiling goblin v0.8.2
19862026-07-14T21:22:57.042Z Compiling goblin v0.10.5
19872026-07-14T21:22:57.116Z Compiling document-features v0.2.12
19882026-07-14T21:22:57.198Z Compiling hybrid-array v0.4.13
19892026-07-14T21:22:57.413Z Compiling tokio-util v0.7.18
19902026-07-14T21:22:57.632Z Compiling zerocopy v0.7.35
19912026-07-14T21:22:57.686Z Compiling ipnet v2.11.0
19922026-07-14T21:22:58.057Z Compiling ref-cast-impl v1.0.25
19932026-07-14T21:22:58.091Z Compiling darling_core v0.20.11
19942026-07-14T21:22:58.106Z Compiling curve25519-dalek v4.1.3
19952026-07-14T21:22:58.139Z Compiling h2 v0.4.15
19962026-07-14T21:22:58.204Z Compiling memoffset v0.9.1
19972026-07-14T21:22:58.364Z Compiling foreign-types-shared v0.1.1
19982026-07-14T21:22:58.391Z Compiling powerfmt v0.2.0
19992026-07-14T21:22:58.406Z Compiling winnow v0.5.40
20002026-07-14T21:22:58.465Z Compiling httpdate v1.0.3
20012026-07-14T21:22:58.566Z Compiling utf8parse v0.2.2
20022026-07-14T21:22:58.695Z Compiling untrusted v0.9.0
20032026-07-14T21:22:58.900Z Compiling deranged v0.5.8
20042026-07-14T21:22:58.930Z Compiling tempfile v3.25.0
20052026-07-14T21:22:59.009Z Compiling foreign-types v0.3.2
20062026-07-14T21:22:59.288Z Compiling unicode-normalization v0.1.25
20072026-07-14T21:22:59.306Z Compiling pkcs8 v0.10.2
20082026-07-14T21:22:59.394Z Compiling dof v0.3.0
20092026-07-14T21:22:59.568Z Compiling dtrace-parser v0.2.0
20102026-07-14T21:22:59.783Z Compiling toml_edit v0.19.15
20112026-07-14T21:22:59.896Z Compiling dof v0.4.0
20122026-07-14T21:23:00.123Z Compiling darling_macro v0.20.11
20132026-07-14T21:23:00.245Z Compiling dtrace-parser v0.3.0
20142026-07-14T21:23:00.314Z Compiling pin-project-internal v1.1.11
20152026-07-14T21:23:00.448Z Compiling daft-derive v0.1.7
20162026-07-14T21:23:00.648Z Compiling spin v0.9.8
20172026-07-14T21:23:00.665Z Compiling thread-id v5.1.0
20182026-07-14T21:23:00.758Z Compiling thread-id v4.2.2
20192026-07-14T21:23:00.855Z Compiling smoltcp v0.9.1
20202026-07-14T21:23:00.869Z Compiling num-bigint-dig v0.8.6
20212026-07-14T21:23:00.884Z Compiling cfg_aliases v0.2.1
20222026-07-14T21:23:00.924Z Compiling num_threads v0.1.7
20232026-07-14T21:23:00.983Z Compiling anstyle v1.0.14
20242026-07-14T21:23:01.209Z Compiling nix v0.31.2
20252026-07-14T21:23:01.226Z Compiling time v0.3.47
20262026-07-14T21:23:01.372Z Compiling hyper v1.10.1
20272026-07-14T21:23:01.428Z Compiling darling v0.20.11
20282026-07-14T21:23:01.593Z Compiling sha2 v0.10.9
20292026-07-14T21:23:01.775Z Compiling ipnetwork v0.21.1
20302026-07-14T21:23:01.811Z Compiling hmac v0.12.1
20312026-07-14T21:23:01.959Z Compiling curve25519-dalek-derive v0.1.1
20322026-07-14T21:23:01.974Z Compiling strum_macros v0.26.4
20332026-07-14T21:23:02.122Z Compiling sync_wrapper v1.0.2
20342026-07-14T21:23:02.164Z Compiling wait-timeout v0.2.1
20352026-07-14T21:23:02.291Z Compiling bit-vec v0.8.0
20362026-07-14T21:23:02.415Z Compiling quick-error v1.2.3
20372026-07-14T21:23:02.429Z Compiling is_terminal_polyfill v1.70.2
20382026-07-14T21:23:02.540Z Compiling hyper-util v0.1.20
20392026-07-14T21:23:02.560Z Compiling siphasher v1.0.2
20402026-07-14T21:23:02.616Z Compiling anstyle-query v1.1.5
20412026-07-14T21:23:02.768Z Compiling simd-adler32 v0.3.8
20422026-07-14T21:23:02.783Z Compiling colorchoice v1.0.4
20432026-07-14T21:23:03.333Z Compiling rusty-fork v0.3.1
20442026-07-14T21:23:03.379Z Compiling bit-set v0.8.0
20452026-07-14T21:23:03.561Z Compiling tower v0.5.3
20462026-07-14T21:23:03.873Z Compiling derive_builder_core v0.20.2
20472026-07-14T21:23:03.887Z Compiling http-body-util v0.1.3
20482026-07-14T21:23:04.067Z Compiling hubpack_derive v0.1.1
20492026-07-14T21:23:04.183Z Compiling snafu-derive v0.8.9
20502026-07-14T21:23:04.183Z Compiling strum_macros v0.27.2
20512026-07-14T21:23:04.291Z Compiling rand_xorshift v0.4.0
20522026-07-14T21:23:04.374Z Compiling fs-err v3.3.0
20532026-07-14T21:23:04.388Z Compiling ahash v0.8.12
20542026-07-14T21:23:04.585Z Compiling unarray v0.1.4
20552026-07-14T21:23:04.616Z Compiling adler2 v2.0.1
20562026-07-14T21:23:04.631Z Compiling ryu v1.0.23
20572026-07-14T21:23:04.670Z Compiling object v0.37.3
20582026-07-14T21:23:04.701Z Compiling iri-string v0.7.10
20592026-07-14T21:23:04.720Z Compiling unicode-segmentation v1.12.0
20602026-07-14T21:23:04.813Z Compiling unicode-properties v0.1.4
20612026-07-14T21:23:04.849Z Compiling unicode-bidi v0.3.18
20622026-07-14T21:23:04.960Z Compiling allocator-api2 v0.2.21
20632026-07-14T21:23:05.100Z Compiling serde_urlencoded v0.7.1
20642026-07-14T21:23:05.120Z Compiling miniz_oxide v0.8.9
20652026-07-14T21:23:05.217Z Compiling stringprep v0.1.5
20662026-07-14T21:23:05.305Z Compiling derive_builder_macro v0.20.2
20672026-07-14T21:23:05.347Z Compiling proptest v1.10.0
20682026-07-14T21:23:05.667Z Compiling tokio-native-tls v0.3.1
20692026-07-14T21:23:05.808Z Compiling usdt-attr-macro v0.6.0
20702026-07-14T21:23:05.856Z Compiling tower-http v0.6.8
20712026-07-14T21:23:05.872Z Compiling usdt-macro v0.6.0
20722026-07-14T21:23:05.913Z Compiling anstyle-parse v1.0.0
20732026-07-14T21:23:06.023Z Compiling block-buffer v0.12.1
20742026-07-14T21:23:06.070Z Compiling crypto-common v0.2.2
20752026-07-14T21:23:06.106Z Compiling block-padding v0.4.2
20762026-07-14T21:23:06.389Z Compiling rustls-native-certs v0.8.3
20772026-07-14T21:23:06.612Z Compiling rand_chacha v0.3.1
20782026-07-14T21:23:06.659Z Compiling erased-serde v0.3.31
20792026-07-14T21:23:06.674Z Compiling hex v0.4.3
20802026-07-14T21:23:06.689Z Compiling md-5 v0.10.6
20812026-07-14T21:23:06.705Z Compiling signature v2.2.0
20822026-07-14T21:23:06.859Z Compiling bstr v1.12.1
20832026-07-14T21:23:06.894Z Compiling num-integer v0.1.46
20842026-07-14T21:23:06.925Z Compiling hash32 v0.2.1
20852026-07-14T21:23:06.971Z Compiling vergen-lib v9.1.0
20862026-07-14T21:23:07.094Z Compiling encoding_rs v0.8.35
20872026-07-14T21:23:07.128Z Compiling cpufeatures v0.3.0
20882026-07-14T21:23:07.176Z Compiling mime v0.3.17
20892026-07-14T21:23:07.203Z Compiling zlib-rs v0.6.2
20902026-07-14T21:23:07.221Z Compiling fallible-iterator v0.2.0
20912026-07-14T21:23:07.276Z Compiling psl-types v2.0.11
20922026-07-14T21:23:07.415Z Compiling publicsuffix v2.3.0
20932026-07-14T21:23:07.429Z Compiling newtype-uuid v1.3.2
20942026-07-14T21:23:07.545Z Compiling postgres-protocol v0.6.10
20952026-07-14T21:23:07.602Z Compiling num-iter v0.1.45
20962026-07-14T21:23:07.770Z Compiling rand v0.8.6
20972026-07-14T21:23:08.232Z Compiling oxnet v0.1.6
20982026-07-14T21:23:08.290Z Compiling inout v0.2.2
20992026-07-14T21:23:08.306Z Compiling anstream v1.0.0
21002026-07-14T21:23:08.309Z Compiling derive_builder v0.20.2
21012026-07-14T21:23:08.354Z Compiling hyper-tls v0.6.0
21022026-07-14T21:23:08.426Z Compiling heck v0.4.1
21032026-07-14T21:23:08.482Z Compiling phf_shared v0.13.1
21042026-07-14T21:23:08.584Z Compiling pin-project v1.1.11
21052026-07-14T21:23:08.638Z Compiling lazy_static v1.5.0
21062026-07-14T21:23:08.652Z Compiling anstyle-parse v0.2.7
21072026-07-14T21:23:08.756Z Compiling terminal_size v0.4.3
21082026-07-14T21:23:08.782Z Compiling serde_with_macros v3.17.0
21092026-07-14T21:23:09.801Z Compiling futures-executor v0.3.32
21102026-07-14T21:23:09.805Z Compiling clap_derive v4.6.1
21112026-07-14T21:23:09.805Z Compiling enum-as-inner v0.6.1
21122026-07-14T21:23:09.805Z Compiling async-recursion v1.1.1
21132026-07-14T21:23:09.805Z Compiling serde_repr v0.1.20
21142026-07-14T21:23:09.805Z Compiling ff v0.13.1
21152026-07-14T21:23:09.805Z Compiling vergen v9.1.0
21162026-07-14T21:23:09.805Z Compiling cargo-platform v0.3.2
21172026-07-14T21:23:09.805Z Compiling flate2 v1.1.9
21182026-07-14T21:23:09.805Z Compiling base16ct v0.2.0
21192026-07-14T21:23:09.805Z Compiling bitflags v1.3.2
21202026-07-14T21:23:09.805Z Compiling foldhash v0.1.5
21212026-07-14T21:23:09.805Z Compiling bumpalo v3.20.2
21222026-07-14T21:23:09.805Z Compiling same-file v1.0.6
21232026-07-14T21:23:09.805Z Compiling libbz2-rs-sys v0.2.2
21242026-07-14T21:23:09.805Z Compiling managed v0.8.0
21252026-07-14T21:23:09.805Z Compiling foldhash v0.2.0
21262026-07-14T21:23:09.817Z Compiling clap_lex v1.0.0
21272026-07-14T21:23:09.994Z Compiling clap_builder v4.6.0
21282026-07-14T21:23:10.041Z Compiling hashbrown v0.16.1
21292026-07-14T21:23:10.060Z Compiling zopfli v0.8.3
21302026-07-14T21:23:10.189Z Compiling bzip2 v0.6.1
21312026-07-14T21:23:10.242Z Compiling walkdir v2.5.0
21322026-07-14T21:23:10.284Z Compiling hashbrown v0.15.5
21332026-07-14T21:23:10.541Z Compiling sec1 v0.7.3
21342026-07-14T21:23:10.632Z Compiling cargo_metadata v0.23.1
21352026-07-14T21:23:10.675Z Compiling group v0.13.0
21362026-07-14T21:23:10.831Z Compiling futures v0.3.32
21372026-07-14T21:23:10.868Z Compiling zstd v0.13.3
21382026-07-14T21:23:11.199Z Compiling anstream v0.6.21
21392026-07-14T21:23:11.403Z Compiling snafu v0.8.9
21402026-07-14T21:23:11.505Z Compiling phf v0.13.1
21412026-07-14T21:23:11.594Z Compiling reqwest v0.12.28
21422026-07-14T21:23:11.683Z Compiling daft v0.1.7
21432026-07-14T21:23:11.762Z Compiling signal-hook-mio v0.2.5
21442026-07-14T21:23:11.964Z Compiling cipher v0.5.2
21452026-07-14T21:23:11.986Z Compiling cookie_store v0.22.1
21462026-07-14T21:23:12.074Z Compiling postgres-types v0.2.12
21472026-07-14T21:23:12.140Z Compiling bzip2 v0.4.4
21482026-07-14T21:23:12.226Z Compiling globset v0.4.18
21492026-07-14T21:23:12.256Z Compiling ed25519 v2.2.3
21502026-07-14T21:23:12.276Z Compiling strum v0.27.2
21512026-07-14T21:23:12.455Z Compiling hubpack v0.1.2
21522026-07-14T21:23:12.503Z Compiling phf_shared v0.11.3
21532026-07-14T21:23:12.533Z Compiling hkdf v0.12.4
21542026-07-14T21:23:12.555Z Compiling crossbeam-epoch v0.9.18
21552026-07-14T21:23:12.612Z Compiling olpc-cjson v0.1.4
21562026-07-14T21:23:12.625Z Compiling pkcs1 v0.7.5
21572026-07-14T21:23:12.822Z Compiling pem v3.0.6
21582026-07-14T21:23:12.958Z Compiling serde_plain v1.0.2
21592026-07-14T21:23:12.994Z Compiling serde-big-array v0.5.1
21602026-07-14T21:23:13.078Z Compiling crypto-bigint v0.5.5
21612026-07-14T21:23:13.149Z Compiling float-cmp v0.10.0
21622026-07-14T21:23:13.157Z Compiling memmap2 v0.9.10
21632026-07-14T21:23:13.180Z Compiling env_filter v1.0.0
21642026-07-14T21:23:13.201Z Compiling normalize-line-endings v0.3.0
21652026-07-14T21:23:13.329Z Compiling jiff v0.2.21
21662026-07-14T21:23:13.332Z Compiling difflib v0.4.0
21672026-07-14T21:23:13.390Z Compiling toml_write v0.1.2
21682026-07-14T21:23:13.405Z Compiling data-encoding v2.10.0
21692026-07-14T21:23:13.456Z Compiling new_debug_unreachable v1.0.6
21702026-07-14T21:23:13.485Z Compiling const-oid v0.10.2
21712026-07-14T21:23:13.571Z Compiling static_assertions v1.1.0
21722026-07-14T21:23:13.653Z Compiling fixedbitset v0.4.2
21732026-07-14T21:23:13.704Z Compiling whoami v2.1.0
21742026-07-14T21:23:13.769Z Compiling typed-path v0.9.3
21752026-07-14T21:23:13.800Z Compiling fixedbitset v0.5.7
21762026-07-14T21:23:13.870Z Compiling predicates-core v1.0.10
21772026-07-14T21:23:13.941Z Compiling keccak v0.1.6
21782026-07-14T21:23:13.993Z Compiling precomputed-hash v0.1.1
21792026-07-14T21:23:14.026Z Compiling elliptic-curve v0.13.8
21802026-07-14T21:23:14.069Z Compiling string_cache v0.8.9
21812026-07-14T21:23:14.085Z Compiling petgraph v0.8.3
21822026-07-14T21:23:14.106Z Compiling predicates v3.1.4
21832026-07-14T21:23:14.118Z Compiling sha3 v0.10.8
21842026-07-14T21:23:14.152Z Compiling tokio-postgres v0.7.16
21852026-07-14T21:23:14.177Z Compiling petgraph v0.6.5
21862026-07-14T21:23:14.264Z Compiling hickory-proto v0.25.2
21872026-07-14T21:23:14.306Z Compiling digest v0.11.3
21882026-07-14T21:23:14.397Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21892026-07-14T21:23:14.530Z Compiling toml_edit v0.22.27
21902026-07-14T21:23:14.656Z Compiling chacha20 v0.10.0
21912026-07-14T21:23:14.700Z Compiling env_logger v0.11.9
21922026-07-14T21:23:14.977Z Compiling usdt v0.6.0
21932026-07-14T21:23:15.244Z Compiling rsa v0.9.10
21942026-07-14T21:23:16.066Z Compiling zip v4.6.1
21952026-07-14T21:23:16.473Z Compiling ed25519-dalek v2.2.0
21962026-07-14T21:23:16.569Z Compiling zip v0.6.6
21972026-07-14T21:23:16.902Z Compiling iddqd v0.4.2
21982026-07-14T21:23:16.978Z Compiling crossterm v0.28.1
21992026-07-14T21:23:17.105Z Compiling clap v4.6.1
22002026-07-14T21:23:17.168Z Compiling serde_with v3.17.0
22012026-07-14T21:23:17.200Z Compiling similar v2.7.0
22022026-07-14T21:23:17.331Z Compiling byte-wrapper v0.1.0
22032026-07-14T21:23:17.477Z Compiling strum v0.26.3
22042026-07-14T21:23:17.493Z Compiling toml v0.7.8
22052026-07-14T21:23:17.621Z Compiling tokio-stream v0.1.18
22062026-07-14T21:23:17.660Z Compiling buf-list v1.1.2
22072026-07-14T21:23:17.944Z Compiling x509-cert v0.2.5
22082026-07-14T21:23:17.984Z Compiling itertools v0.13.0
22092026-07-14T21:23:18.102Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22102026-07-14T21:23:18.412Z Compiling openapiv3 v2.2.0
22112026-07-14T21:23:18.871Z Compiling lalrpop-util v0.19.12
22122026-07-14T21:23:19.091Z Compiling peg-runtime v0.8.5
22132026-07-14T21:23:35.120Z Compiling rustls-webpki v0.103.13
22142026-07-14T21:23:36.836Z Compiling macaddr v1.0.1
22152026-07-14T21:23:36.969Z Compiling structmeta-derive v0.3.0
22162026-07-14T21:23:36.998Z Compiling crucible-workspace-hack v0.1.0
22172026-07-14T21:23:37.140Z Compiling rayon-core v1.13.0
22182026-07-14T21:23:37.188Z Compiling itertools v0.14.0
22192026-07-14T21:23:37.249Z Compiling secrecy v0.10.3
22202026-07-14T21:23:37.311Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22212026-07-14T21:23:37.397Z Compiling toml_datetime v0.7.5+spec-1.1.0
22222026-07-14T21:23:37.412Z Compiling heapless v0.8.0
22232026-07-14T21:23:37.442Z Compiling crossbeam-deque v0.8.6
22242026-07-14T21:23:37.517Z Compiling inout v0.1.4
22252026-07-14T21:23:37.551Z Compiling hash32 v0.3.1
22262026-07-14T21:23:37.653Z Compiling toml_edit v0.23.10+spec-1.0.0
22272026-07-14T21:23:37.695Z Compiling multer v3.1.0
22282026-07-14T21:23:37.711Z Compiling thread_local v1.1.9
22292026-07-14T21:23:37.744Z Compiling compression-core v0.4.31
22302026-07-14T21:23:37.760Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22312026-07-14T21:23:37.917Z Compiling smoltcp v0.11.0
22322026-07-14T21:23:37.932Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22332026-07-14T21:23:37.935Z Compiling unicode-width v0.2.0
22342026-07-14T21:23:37.960Z Compiling match_cfg v0.1.0
22352026-07-14T21:23:38.014Z Compiling structmeta v0.3.0
22362026-07-14T21:23:38.033Z Compiling slog-async v2.8.0
22372026-07-14T21:23:38.052Z Compiling hostname v0.3.1
22382026-07-14T21:23:38.204Z Compiling proc-macro-crate v3.4.0
22392026-07-14T21:23:38.231Z Compiling compression-codecs v0.4.37
22402026-07-14T21:23:38.246Z Compiling derive-ex v0.1.8
22412026-07-14T21:23:38.287Z Compiling cipher v0.4.4
22422026-07-14T21:23:38.391Z Compiling atomicwrites v0.4.4
22432026-07-14T21:23:38.479Z Compiling ingot-macros v0.1.1
22442026-07-14T21:23:38.554Z Compiling slog-json v2.6.1
22452026-07-14T21:23:38.597Z Compiling crossbeam-channel v0.5.15
22462026-07-14T21:23:38.621Z Compiling half v2.7.1
22472026-07-14T21:23:38.652Z Compiling newtype-uuid-macros v0.1.0
22482026-07-14T21:23:38.678Z Compiling cobs v0.3.0
22492026-07-14T21:23:38.693Z Compiling universal-hash v0.5.1
22502026-07-14T21:23:38.824Z Compiling tokio-rustls v0.26.4
22512026-07-14T21:23:38.853Z Compiling rustls-platform-verifier v0.6.2
22522026-07-14T21:23:39.000Z Compiling tough v0.22.0
22532026-07-14T21:23:39.015Z Compiling thiserror-impl-no-std v2.0.2
22542026-07-14T21:23:39.093Z Compiling hyper-rustls v0.27.7
22552026-07-14T21:23:39.138Z Compiling async-stream-impl v0.3.6
22562026-07-14T21:23:39.330Z Compiling reqwest v0.13.2
22572026-07-14T21:23:39.413Z Compiling serde_spanned v1.1.1
22582026-07-14T21:23:39.429Z Compiling toml_datetime v1.1.1+spec-1.1.0
22592026-07-14T21:23:39.585Z Compiling is-terminal v0.4.17
22602026-07-14T21:23:39.732Z Compiling proc-macro-error-attr v1.0.4
22612026-07-14T21:23:39.764Z Compiling dropshot v0.17.1
22622026-07-14T21:23:39.836Z Compiling term v1.2.1
22632026-07-14T21:23:39.888Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22642026-07-14T21:23:39.927Z Compiling take_mut v0.2.2
22652026-07-14T21:23:39.954Z Compiling opaque-debug v0.3.1
22662026-07-14T21:23:40.005Z Compiling ciborium-io v0.2.2
22672026-07-14T21:23:40.043Z Compiling toml_writer v1.1.1+spec-1.1.0
22682026-07-14T21:23:40.065Z Compiling convert_case v0.4.0
22692026-07-14T21:23:40.111Z Compiling thiserror-no-std v2.0.2
22702026-07-14T21:23:40.145Z Compiling ciborium-ll v0.2.2
22712026-07-14T21:23:40.233Z Compiling slog-term v2.9.2
22722026-07-14T21:23:40.324Z Compiling toml v1.1.2+spec-1.1.0
22732026-07-14T21:23:40.393Z Compiling derive_more v0.99.20
22742026-07-14T21:23:40.415Z Compiling poly1305 v0.8.0
22752026-07-14T21:23:40.570Z Compiling test-strategy v0.4.5
22762026-07-14T21:23:40.919Z Compiling async-stream v0.3.6
22772026-07-14T21:23:41.084Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22782026-07-14T21:23:41.132Z Compiling postcard v1.1.3
22792026-07-14T21:23:41.174Z Compiling ingot-types v0.1.2
22802026-07-14T21:23:41.294Z Compiling slog-bunyan v2.5.0
22812026-07-14T21:23:41.436Z Compiling num_enum_derive v0.7.6
22822026-07-14T21:23:41.526Z Compiling chacha20 v0.9.1
22832026-07-14T21:23:41.542Z Compiling async-compression v0.4.41
22842026-07-14T21:23:41.679Z Compiling ingot v0.1.1
22852026-07-14T21:23:41.679Z Compiling parse-display-derive v0.10.0
22862026-07-14T21:23:41.918Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
22872026-07-14T21:23:42.024Z Compiling sha1 v0.11.0
22882026-07-14T21:23:42.425Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22892026-07-14T21:23:42.604Z Compiling proc-macro-crate v1.3.1
22902026-07-14T21:23:42.730Z Compiling waitgroup v0.1.2
22912026-07-14T21:23:42.775Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
22922026-07-14T21:23:42.776Z Compiling password-hash v0.5.0
22932026-07-14T21:23:42.776Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22942026-07-14T21:23:42.883Z Compiling backon v1.6.0
22952026-07-14T21:23:42.917Z Compiling rustls-pemfile v2.2.0
22962026-07-14T21:23:42.937Z Compiling dropshot_endpoint v0.17.1
22972026-07-14T21:23:42.956Z Compiling blake2 v0.10.6
22982026-07-14T21:23:43.030Z Compiling aead v0.5.2
22992026-07-14T21:23:43.092Z Compiling foreign-types-macros v0.2.3
23002026-07-14T21:23:43.163Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23012026-07-14T21:23:43.220Z Compiling serde_path_to_error v0.1.20
23022026-07-14T21:23:43.235Z Compiling hostname v0.4.2
23032026-07-14T21:23:43.249Z Compiling proc-macro-error v1.0.4
23042026-07-14T21:23:43.416Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23052026-07-14T21:23:43.481Z Compiling instant v0.1.13
23062026-07-14T21:23:43.497Z Compiling debug-ignore v1.0.5
23072026-07-14T21:23:43.615Z Compiling foreign-types-shared v0.3.1
23082026-07-14T21:23:43.632Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23092026-07-14T21:23:43.632Z Compiling backoff v0.4.0
23102026-07-14T21:23:43.715Z Compiling foreign-types v0.5.0
23112026-07-14T21:23:43.715Z Compiling parse-display v0.10.0
23122026-07-14T21:23:43.743Z Compiling argon2 v0.5.3
23132026-07-14T21:23:43.759Z Compiling chacha20poly1305 v0.10.1
23142026-07-14T21:23:43.763Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23152026-07-14T21:23:43.802Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23162026-07-14T21:23:43.821Z Compiling num_enum_derive v0.5.11
23172026-07-14T21:23:43.824Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23182026-07-14T21:23:43.897Z Compiling num_enum v0.7.6
23192026-07-14T21:23:44.030Z Compiling ciborium v0.2.2
23202026-07-14T21:23:44.076Z Compiling vsss-rs v3.3.4
23212026-07-14T21:23:44.259Z Compiling tabwriter v1.4.1
23222026-07-14T21:23:44.349Z Compiling regress v0.10.5
23232026-07-14T21:23:44.583Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23242026-07-14T21:23:44.623Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23252026-07-14T21:23:44.644Z Compiling cstr-argument v0.1.2
23262026-07-14T21:23:44.657Z Compiling humantime v2.3.0
23272026-07-14T21:23:44.797Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23282026-07-14T21:23:44.818Z Compiling num_enum v0.5.11
23292026-07-14T21:23:44.847Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23302026-07-14T21:23:44.939Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23312026-07-14T21:23:44.955Z Compiling rayon v1.11.0
23322026-07-14T21:23:44.969Z Compiling rand v0.10.1
23332026-07-14T21:23:45.059Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23342026-07-14T21:23:45.097Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23352026-07-14T21:23:45.143Z Compiling indent_write v2.2.0
23362026-07-14T21:23:45.161Z Compiling libefi-sys v0.1.0
23372026-07-14T21:23:45.197Z Compiling colored v3.1.1
23382026-07-14T21:23:45.249Z Compiling zone_cfg_derive v0.3.1
23392026-07-14T21:23:45.292Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23402026-07-14T21:23:45.318Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23412026-07-14T21:23:45.421Z Compiling camino-tempfile v1.4.1
23422026-07-14T21:23:45.449Z Compiling itertools v0.12.1
23432026-07-14T21:23:45.468Z Compiling usdt-macro v0.5.0
23442026-07-14T21:23:45.483Z Compiling usdt-attr-macro v0.5.0
23452026-07-14T21:23:45.551Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23462026-07-14T21:23:45.833Z Compiling bitfield-struct v0.6.2
23472026-07-14T21:23:45.853Z Compiling num-derive v0.4.2
23482026-07-14T21:23:45.875Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23492026-07-14T21:23:45.893Z Compiling blake3 v1.8.5
23502026-07-14T21:23:45.909Z Compiling sigpipe v0.1.3
23512026-07-14T21:23:45.966Z Compiling memmap v0.7.0
23522026-07-14T21:23:45.992Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23532026-07-14T21:23:45.996Z Compiling glob v0.3.3
23542026-07-14T21:23:46.023Z Compiling swrite v0.1.0
23552026-07-14T21:23:46.145Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23562026-07-14T21:23:46.277Z Compiling smf v0.2.3
23572026-07-14T21:23:46.292Z Compiling usdt v0.5.0
23582026-07-14T21:23:46.468Z Compiling filetime v0.2.27
23592026-07-14T21:23:46.471Z Compiling whoami v1.6.1
23602026-07-14T21:23:46.499Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23612026-07-14T21:23:46.701Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23622026-07-14T21:23:46.787Z Compiling zone v0.3.1
23632026-07-14T21:23:46.803Z Compiling arrayref v0.3.9
23642026-07-14T21:23:46.806Z Compiling arrayvec v0.7.6
23652026-07-14T21:23:46.845Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23662026-07-14T21:23:46.865Z Compiling xattr v1.6.1
23672026-07-14T21:23:46.926Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23682026-07-14T21:23:46.952Z Compiling constant_time_eq v0.4.2
23692026-07-14T21:23:46.968Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23702026-07-14T21:23:46.968Z Compiling tokio-dtrace v0.1.1
23712026-07-14T21:23:46.996Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23722026-07-14T21:23:47.056Z Compiling tar v0.4.46
23732026-07-14T21:23:47.085Z Compiling console v0.16.2
23742026-07-14T21:23:47.249Z Compiling gethostname v0.5.0
23752026-07-14T21:23:47.332Z Compiling unit-prefix v0.5.2
23762026-07-14T21:23:47.416Z Compiling topological-sort v0.2.2
23772026-07-14T21:23:47.462Z Compiling oxide-tokio-rt v0.1.4
23782026-07-14T21:23:47.553Z Compiling indicatif v0.18.4
23792026-07-14T21:23:47.607Z Compiling toml v0.8.23
23802026-07-14T21:23:47.666Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23812026-07-14T21:23:47.816Z Compiling shell-words v1.1.1
23822026-07-14T21:23:57.149Z Compiling progenitor-client v0.14.0
23832026-07-14T21:23:57.149Z Compiling omicron-zone-package v0.12.3
23842026-07-14T21:23:57.384Z Compiling progenitor-extras v0.2.0
23852026-07-14T21:23:57.736Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23862026-07-14T21:23:57.754Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23872026-07-14T21:23:57.771Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23882026-07-14T21:23:57.785Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23892026-07-14T21:23:57.898Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23902026-07-14T21:23:57.914Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23912026-07-14T21:23:58.035Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23922026-07-14T21:23:58.075Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23932026-07-14T21:23:58.778Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23942026-07-14T21:24:02.758Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23952026-07-14T21:24:10.837Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23962026-07-14T21:24:14.018Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23972026-07-14T21:24:15.057Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23982026-07-14T21:24:24.466Z Finished `release` profile [optimized] target(s) in 1m 41s
23992026-07-14T21:24:24.611Z Running `target/release/omicron-package -t test target create -p dev`
24002026-07-14T21:24:24.675ZLogging to: /work/oxidecomputer/omicron/out/LOG
24012026-07-14T21:24:24.687ZCreated new build target 'test' and set it as active
24022026-07-14T21:24:24.687Z
24032026-07-14T21:24:24.687Zreal 1:41.629577317
24042026-07-14T21:24:24.688Zuser 16:48.013804111
24052026-07-14T21:24:24.688Zsys 2:36.149780227
24062026-07-14T21:24:24.688Ztrap 0.488017002
24072026-07-14T21:24:24.688Ztflt 2.647215327
24082026-07-14T21:24:24.688Zdflt 4.053060563
24092026-07-14T21:24:24.688Zkflt 0.000725440
24102026-07-14T21:24:24.688Zlock 53:06.659938955
24112026-07-14T21:24:24.688Zslp 43:19.263751372
24122026-07-14T21:24:24.688Zlat 44.444392225
24132026-07-14T21:24:24.688Zstop 5:10.274563176
24142026-07-14T21:24:24.688Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24152026-07-14T21:24:25.534Z Finished `release` profile [optimized] target(s) in 0.85s
24162026-07-14T21:24:25.604Z Running `target/release/omicron-package -t test package`
24172026-07-14T21:24:25.656ZLogging to: /work/oxidecomputer/omicron/out/LOG
24182026-07-14T21:24:27.024Z Compiling heck v0.5.0
24192026-07-14T21:24:27.024Z Compiling regress v0.11.1
24202026-07-14T21:24:27.030Z Compiling unsafe-libyaml v0.2.11
24212026-07-14T21:24:27.278Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24222026-07-14T21:24:27.305Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24232026-07-14T21:24:27.327Z Compiling unicode-width v0.1.14
24242026-07-14T21:24:27.351Z Compiling derive-where v1.6.0
24252026-07-14T21:24:27.354Z Compiling bytecount v0.6.9
24262026-07-14T21:24:27.354Z Compiling atomicwrites v0.4.4
24272026-07-14T21:24:27.354Z Compiling is-terminal v0.4.17
24282026-07-14T21:24:27.368Z Compiling prettyplease v0.2.37
24292026-07-14T21:24:27.425Z Compiling console v0.15.11
24302026-07-14T21:24:27.445Z Compiling newline-converter v0.3.0
24312026-07-14T21:24:27.449Z Compiling slog-dtrace v0.3.0
24322026-07-14T21:24:27.504Z Compiling owo-colors v4.3.0
24332026-07-14T21:24:27.510Z Compiling resolv-conf v0.7.6
24342026-07-14T21:24:27.545Z Compiling cancel-safe-futures v0.1.5
24352026-07-14T21:24:27.570Z Compiling num-rational v0.4.2
24362026-07-14T21:24:27.617Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24372026-07-14T21:24:27.638Z Compiling libsw-core v0.3.2
24382026-07-14T21:24:27.662Z Compiling num-complex v0.4.6
24392026-07-14T21:24:27.711Z Compiling thread_local v1.1.9
24402026-07-14T21:24:27.795Z Compiling serde_yaml v0.9.34+deprecated
24412026-07-14T21:24:27.843Z Compiling expectorate v1.2.0
24422026-07-14T21:24:27.884Z Compiling compression-core v0.4.31
24432026-07-14T21:24:27.907Z Compiling match_cfg v0.1.0
24442026-07-14T21:24:28.017Z Compiling hostname v0.3.1
24452026-07-14T21:24:28.079Z Compiling compression-codecs v0.4.37
24462026-07-14T21:24:28.100Z Compiling num v0.4.3
24472026-07-14T21:24:28.131Z Compiling libsw v3.5.0
24482026-07-14T21:24:28.153Z Compiling multer v3.1.0
24492026-07-14T21:24:28.177Z Compiling slog-async v2.8.0
24502026-07-14T21:24:28.201Z Compiling crossbeam-channel v0.5.15
24512026-07-14T21:24:28.218Z Compiling slog-json v2.6.1
24522026-07-14T21:24:28.241Z Compiling toml_datetime v1.1.1+spec-1.1.0
24532026-07-14T21:24:28.354Z Compiling serde_spanned v1.1.1
24542026-07-14T21:24:28.457Z Compiling take_mut v0.2.2
24552026-07-14T21:24:28.465Z Compiling float-ord v0.3.2
24562026-07-14T21:24:28.465Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24572026-07-14T21:24:28.547Z Compiling linear-map v1.2.0
24582026-07-14T21:24:28.567Z Compiling toml_writer v1.1.1+spec-1.1.0
24592026-07-14T21:24:28.567Z Compiling term v1.2.1
24602026-07-14T21:24:28.567Z Compiling linked-hash-map v0.5.6
24612026-07-14T21:24:28.616Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24622026-07-14T21:24:28.616Z Compiling slog-bunyan v2.5.0
24632026-07-14T21:24:28.661Z Compiling async-compression v0.4.41
24642026-07-14T21:24:28.781Z Compiling typify-impl v0.6.2
24652026-07-14T21:24:28.812Z Compiling lru-cache v0.1.2
24662026-07-14T21:24:28.813Z Compiling toml v1.1.2+spec-1.1.0
24672026-07-14T21:24:28.813Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24682026-07-14T21:24:28.980Z Compiling slog-term v2.9.2
24692026-07-14T21:24:29.032Z Compiling dropshot v0.17.1
24702026-07-14T21:24:29.053Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24712026-07-14T21:24:29.073Z Compiling async-stream v0.3.6
24722026-07-14T21:24:29.100Z Compiling sha1 v0.11.0
24732026-07-14T21:24:29.116Z Compiling progenitor-client v0.14.0
24742026-07-14T21:24:29.137Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24752026-07-14T21:24:29.234Z Compiling waitgroup v0.1.2
24762026-07-14T21:24:29.271Z Compiling rustls-pemfile v2.2.0
24772026-07-14T21:24:29.312Z Compiling backon v1.6.0
24782026-07-14T21:24:29.356Z Compiling hostname v0.4.2
24792026-07-14T21:24:29.388Z Compiling serde_path_to_error v0.1.20
24802026-07-14T21:24:29.388Z Compiling instant v0.1.13
24812026-07-14T21:24:29.443Z Compiling debug-ignore v1.0.5
24822026-07-14T21:24:29.464Z Compiling minimal-lexical v0.2.1
24832026-07-14T21:24:29.486Z Compiling backoff v0.4.0
24842026-07-14T21:24:29.506Z Compiling progenitor-extras v0.2.0
24852026-07-14T21:24:29.525Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24862026-07-14T21:24:29.554Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24872026-07-14T21:24:29.597Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24882026-07-14T21:24:29.719Z Compiling nom v7.1.3
24892026-07-14T21:24:29.771Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24902026-07-14T21:24:29.787Z Compiling parse-display v0.10.0
24912026-07-14T21:24:29.853Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24922026-07-14T21:24:29.914Z Compiling hickory-proto v0.24.4
24932026-07-14T21:24:30.080Z Compiling regress v0.10.5
24942026-07-14T21:24:30.496Z Compiling macaddr v1.0.1
24952026-07-14T21:24:30.543Z Compiling unicode-xid v0.2.6
24962026-07-14T21:24:30.543Z Compiling humantime v2.3.0
24972026-07-14T21:24:30.750Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24982026-07-14T21:24:30.835Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24992026-07-14T21:24:30.947Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25002026-07-14T21:24:31.151Z Compiling convert_case v0.10.0
25012026-07-14T21:24:31.178Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25022026-07-14T21:24:31.448Z Compiling derive_more-impl v2.1.1
25032026-07-14T21:24:31.645Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25042026-07-14T21:24:31.921Z Compiling toml v0.8.23
25052026-07-14T21:24:32.060Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25062026-07-14T21:24:32.140Z Compiling papergrid v0.11.0
25072026-07-14T21:24:32.230Z Compiling tabled_derive v0.7.0
25082026-07-14T21:24:32.250Z Compiling derive_more v2.1.1
25092026-07-14T21:24:32.284Z Compiling typify-macro v0.6.2
25102026-07-14T21:24:32.368Z Compiling termtree v0.5.1
25112026-07-14T21:24:32.468Z Compiling hickory-resolver v0.24.4
25122026-07-14T21:24:32.509Z Compiling crossterm v0.29.0
25132026-07-14T21:24:32.574Z Compiling phf_shared v0.12.1
25142026-07-14T21:24:32.817Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25152026-07-14T21:24:33.198Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25162026-07-14T21:24:33.392Z Compiling tabled v0.15.0
25172026-07-14T21:24:33.413Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25182026-07-14T21:24:33.837Z Compiling typify v0.6.2
25192026-07-14T21:24:34.159Z Compiling progenitor-impl v0.14.0
25202026-07-14T21:24:34.581Z Compiling qorb v0.4.1
25212026-07-14T21:24:35.496Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25222026-07-14T21:24:36.036Z Compiling vte v0.14.1
25232026-07-14T21:24:36.294Z Compiling csv-core v0.1.13
25242026-07-14T21:24:36.375Z Compiling progenitor-macro v0.14.0
25252026-07-14T21:24:36.739Z Compiling highway v1.3.0
25262026-07-14T21:24:37.477Z Compiling chrono-tz v0.10.4
25272026-07-14T21:24:37.501Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25282026-07-14T21:24:37.746Z Compiling csv v1.4.0
25292026-07-14T21:24:37.750Z Compiling strip-ansi-escapes v0.2.1
25302026-07-14T21:24:37.816Z Compiling phf v0.12.1
25312026-07-14T21:24:38.020Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25322026-07-14T21:24:38.046Z Compiling const_format_proc_macros v0.2.34
25332026-07-14T21:24:38.149Z Compiling fd-lock v4.0.4
25342026-07-14T21:24:38.346Z Compiling peg-macros v0.8.5
25352026-07-14T21:24:38.350Z Compiling nu-ansi-term v0.50.3
25362026-07-14T21:24:38.527Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25372026-07-14T21:24:38.866Z Compiling const_format v0.2.35
25382026-07-14T21:24:38.889Z Compiling reedline v0.40.0
25392026-07-14T21:24:39.285Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25402026-07-14T21:24:39.648Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25412026-07-14T21:24:40.378Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25422026-07-14T21:24:40.470Z Compiling progenitor v0.14.0
25432026-07-14T21:24:40.653Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25442026-07-14T21:24:40.736Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25452026-07-14T21:24:40.786Z Compiling peg v0.8.5
25462026-07-14T21:24:40.890Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25472026-07-14T21:24:40.983Z Compiling bcs v0.1.6
25482026-07-14T21:24:41.477Z Compiling nom v8.0.0
25492026-07-14T21:24:41.491Z Compiling semver v0.1.20
25502026-07-14T21:24:41.802Z Compiling rustc_version v0.1.7
25512026-07-14T21:24:42.387Z Compiling newtype_derive v0.1.6
25522026-07-14T21:24:42.396Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25532026-07-14T21:24:42.533Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
25542026-07-14T21:24:42.741Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25552026-07-14T21:24:42.920Z Compiling unicode-linebreak v0.1.5
25562026-07-14T21:24:43.184Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25572026-07-14T21:24:43.329Z Compiling smawk v0.3.2
25582026-07-14T21:24:43.375Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25592026-07-14T21:24:43.537Z Compiling textwrap v0.16.2
25602026-07-14T21:24:43.665Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25612026-07-14T21:24:43.675Z Compiling base64 v0.21.7
25622026-07-14T21:24:43.805Z Compiling steno v0.4.1
25632026-07-14T21:24:44.311Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25642026-07-14T21:24:44.438Z Compiling dropshot-api-manager-types v0.7.2
25652026-07-14T21:24:44.596Z Compiling sha1 v0.10.6
25662026-07-14T21:24:45.038Z Compiling utf-8 v0.7.6
25672026-07-14T21:24:45.063Z Compiling tagptr v0.2.0
25682026-07-14T21:24:45.235Z Compiling moka v0.12.13
25692026-07-14T21:24:45.255Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25702026-07-14T21:24:45.282Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25712026-07-14T21:24:45.352Z Compiling tungstenite v0.21.0
25722026-07-14T21:24:45.462Z Compiling display-error-chain v0.2.2
25732026-07-14T21:24:45.637Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25742026-07-14T21:24:45.651Z Compiling radium v0.7.0
25752026-07-14T21:24:45.707Z Compiling maybe-uninit v2.0.0
25762026-07-14T21:24:45.972Z Compiling tokio-tungstenite v0.21.0
25772026-07-14T21:24:46.054Z Compiling tap v1.0.1
25782026-07-14T21:24:46.201Z Compiling wyz v0.5.1
25792026-07-14T21:24:46.370Z Compiling hickory-resolver v0.25.2
25802026-07-14T21:24:46.448Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25812026-07-14T21:24:49.290Z Compiling vergen-lib v0.1.6
25822026-07-14T21:24:49.356Z Compiling zerocopy-derive v0.6.6
25832026-07-14T21:24:49.356Z Compiling funty v2.0.0
25842026-07-14T21:24:49.356Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25852026-07-14T21:24:49.356Z Compiling diesel_derives v2.3.7
25862026-07-14T21:24:49.356Z Compiling crc-catalog v2.4.0
25872026-07-14T21:24:49.356Z Compiling packed_struct v0.10.1
25882026-07-14T21:24:49.357Z Compiling crc v3.4.0
25892026-07-14T21:24:49.357Z Compiling zerocopy v0.6.6
25902026-07-14T21:24:49.357Z Compiling bitvec v1.0.1
25912026-07-14T21:24:49.357Z Compiling dsl_auto_type v0.2.0
25922026-07-14T21:24:49.357Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25932026-07-14T21:24:49.444Z Compiling scheduled-thread-pool v0.2.7
25942026-07-14T21:24:49.454Z Compiling packed_struct_codegen v0.10.1
25952026-07-14T21:24:49.632Z Compiling vergen-gitcl v1.0.8
25962026-07-14T21:24:49.718Z Compiling bitfield-macros v0.19.4
25972026-07-14T21:24:49.814Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25982026-07-14T21:24:49.978Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25992026-07-14T21:24:50.005Z Compiling diesel_table_macro_syntax v0.3.0
26002026-07-14T21:24:50.222Z Compiling proc-macro-error-attr2 v2.0.0
26012026-07-14T21:24:50.241Z Compiling dirs-sys-next v0.1.2
26022026-07-14T21:24:50.477Z Compiling indexmap v1.9.3
26032026-07-14T21:24:50.497Z Compiling maplit v1.0.2
26042026-07-14T21:24:50.534Z Compiling crunchy v0.2.4
26052026-07-14T21:24:50.656Z Compiling glob v0.3.3
26062026-07-14T21:24:50.695Z Compiling nodrop v0.1.14
26072026-07-14T21:24:51.571Z Compiling proc-macro-error2 v2.0.1
26082026-07-14T21:24:51.571Z Compiling array-init v0.0.4
26092026-07-14T21:24:51.571Z Compiling bitfield v0.19.4
26102026-07-14T21:24:51.571Z Compiling clang-sys v1.8.1
26112026-07-14T21:24:51.571Z Compiling dirs-next v2.0.0
26122026-07-14T21:24:51.571Z Compiling r2d2 v0.8.10
26132026-07-14T21:24:51.571Z Compiling smallvec v0.6.14
26142026-07-14T21:24:51.695Z Compiling num-derive v0.3.3
26152026-07-14T21:24:51.706Z Compiling hashbrown v0.12.3
26162026-07-14T21:24:51.887Z Compiling downcast-rs v2.0.2
26172026-07-14T21:24:52.009Z Compiling tiny-keccak v2.0.2
26182026-07-14T21:24:52.331Z Compiling serde-hex v0.1.0
26192026-07-14T21:24:52.509Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26202026-07-14T21:24:52.656Z Compiling libscf-sys v1.1.0
26212026-07-14T21:24:52.678Z Compiling term v0.7.0
26222026-07-14T21:24:52.739Z Compiling tabled_derive v0.11.0
26232026-07-14T21:24:56.796Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26242026-07-14T21:24:56.796Z Compiling ron v0.8.1
26252026-07-14T21:24:56.797Z Compiling papergrid v0.17.0
26262026-07-14T21:24:56.797Z Compiling testing_table v0.3.0
26272026-07-14T21:24:56.797Z Compiling hashbrown v0.13.2
26282026-07-14T21:24:56.797Z Compiling crc-any v2.5.0
26292026-07-14T21:24:56.797Z Compiling bit-vec v0.6.3
26302026-07-14T21:24:56.797Z Compiling object v0.30.4
26312026-07-14T21:24:56.797Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26322026-07-14T21:24:56.797Z Compiling bit-set v0.5.3
26332026-07-14T21:24:56.797Z Compiling ascii-canvas v3.0.0
26342026-07-14T21:24:56.797Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26352026-07-14T21:24:56.797Z Compiling tabled v0.20.0
26362026-07-14T21:24:56.847Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26372026-07-14T21:24:56.847Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26382026-07-14T21:24:56.847Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26392026-07-14T21:24:56.847Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26402026-07-14T21:24:56.847Z Compiling progenitor-impl v0.13.0
26412026-07-14T21:24:56.847Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26422026-07-14T21:24:56.847Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26432026-07-14T21:24:56.847Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26442026-07-14T21:24:56.847Z Compiling itertools v0.10.5
26452026-07-14T21:24:56.847Z Compiling ena v0.14.4
26462026-07-14T21:24:56.847Z Compiling diesel v2.3.7
26472026-07-14T21:24:56.847Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26482026-07-14T21:24:56.847Z Compiling libloading v0.8.9
26492026-07-14T21:24:56.847Z Compiling bindgen v0.71.1
26502026-07-14T21:24:56.847Z Compiling path-slash v0.1.5
26512026-07-14T21:24:56.847Z Compiling xshell-macros v0.2.7
26522026-07-14T21:24:56.854Z Compiling regex-syntax v0.6.29
26532026-07-14T21:24:57.000Z Compiling unicase v2.9.0
26542026-07-14T21:24:57.115Z Compiling diff v0.1.13
26552026-07-14T21:24:57.472Z Compiling xshell v0.2.7
26562026-07-14T21:24:57.476Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26572026-07-14T21:24:57.476Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26582026-07-14T21:24:57.497Z Compiling progenitor-macro v0.13.0
26592026-07-14T21:24:58.532Z Compiling lalrpop v0.19.12
26602026-07-14T21:24:58.749Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26612026-07-14T21:24:59.711Z Compiling cexpr v0.6.0
26622026-07-14T21:25:00.320Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26632026-07-14T21:25:00.564Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26642026-07-14T21:25:01.089Z Compiling progenitor-client v0.13.0
26652026-07-14T21:25:01.575Z Compiling rustc-hash v2.1.1
26662026-07-14T21:25:01.606Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26672026-07-14T21:25:01.610Z Compiling progenitor v0.13.0
26682026-07-14T21:25:02.012Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26692026-07-14T21:25:02.100Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26702026-07-14T21:25:02.555Z Compiling headers-core v0.3.0
26712026-07-14T21:25:02.753Z Compiling libxml v0.3.3
26722026-07-14T21:25:02.808Z Compiling crc8 v0.1.1
26732026-07-14T21:25:02.949Z Compiling headers v0.4.1
26742026-07-14T21:25:03.054Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26752026-07-14T21:25:03.085Z Compiling strum_macros v0.24.3
26762026-07-14T21:25:03.260Z Compiling indoc v1.0.9
26772026-07-14T21:25:03.334Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26782026-07-14T21:25:03.394Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26792026-07-14T21:25:03.633Z Compiling derive_builder v0.20.2
26802026-07-14T21:25:03.721Z Compiling quick-xml v0.37.5
26812026-07-14T21:25:03.803Z Compiling oso-derive v0.27.3
26822026-07-14T21:25:04.350Z Compiling impl-trait-for-tuples v0.2.3
26832026-07-14T21:25:04.371Z Compiling openssl-probe v0.1.6
26842026-07-14T21:25:04.423Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26852026-07-14T21:25:04.639Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26862026-07-14T21:25:04.670Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26872026-07-14T21:25:04.903Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26882026-07-14T21:25:05.157Z Compiling bb8 v0.8.6
26892026-07-14T21:25:05.194Z Compiling trait-variant v0.1.2
26902026-07-14T21:25:05.548Z Compiling half v1.8.3
26912026-07-14T21:25:05.671Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26922026-07-14T21:25:05.761Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26932026-07-14T21:25:06.033Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26942026-07-14T21:25:06.126Z Compiling polar-core v0.27.3
26952026-07-14T21:25:06.444Z Compiling serde_cbor v0.11.2
26962026-07-14T21:25:06.469Z Compiling samael v0.0.19
26972026-07-14T21:25:06.521Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26982026-07-14T21:25:06.798Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26992026-07-14T21:25:06.820Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27002026-07-14T21:25:06.989Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27012026-07-14T21:25:07.152Z Compiling nonempty v0.12.0
27022026-07-14T21:25:07.232Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27032026-07-14T21:25:07.408Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27042026-07-14T21:25:07.491Z Compiling fxhash v0.2.1
27052026-07-14T21:25:07.658Z Compiling libz-sys v1.1.24
27062026-07-14T21:25:07.707Z Compiling salty v0.3.0
27072026-07-14T21:25:08.162Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27082026-07-14T21:25:08.325Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27092026-07-14T21:25:08.838Z Compiling kstat-rs v0.2.4
27102026-07-14T21:25:09.057Z Compiling arc-swap v1.8.2
27112026-07-14T21:25:09.335Z Compiling fs-err v2.11.0
27122026-07-14T21:25:09.541Z Compiling slog-scope v4.4.1
27132026-07-14T21:25:09.658Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27142026-07-14T21:25:09.707Z Compiling mime_guess v2.0.5
27152026-07-14T21:25:09.728Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27162026-07-14T21:25:10.258Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27172026-07-14T21:25:10.541Z Compiling rfc6979 v0.4.0
27182026-07-14T21:25:10.724Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27192026-07-14T21:25:10.828Z Compiling nanorand v0.7.0
27202026-07-14T21:25:11.128Z Compiling darling_core v0.23.0
27212026-07-14T21:25:11.193Z Compiling libgit2-sys v0.18.3+1.9.2
27222026-07-14T21:25:11.582Z Compiling parking_lot_core v0.8.6
27232026-07-14T21:25:11.849Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27242026-07-14T21:25:11.916Z Compiling flume v0.11.1
27252026-07-14T21:25:12.322Z Compiling ecdsa v0.16.9
27262026-07-14T21:25:12.970Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27272026-07-14T21:25:13.355Z Compiling darling_macro v0.23.0
27282026-07-14T21:25:13.392Z Compiling slog-stdlog v4.1.1
27292026-07-14T21:25:13.809Z Compiling async-bb8-diesel v0.2.1
27302026-07-14T21:25:13.884Z Compiling diesel-dtrace v0.5.0
27312026-07-14T21:25:14.047Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27322026-07-14T21:25:14.258Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27332026-07-14T21:25:14.294Z Compiling primeorder v0.13.6
27342026-07-14T21:25:14.340Z Compiling git-stub v1.0.0
27352026-07-14T21:25:14.610Z Compiling atty v0.2.14
27362026-07-14T21:25:14.634Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27372026-07-14T21:25:14.767Z Compiling http-range v0.1.5
27382026-07-14T21:25:14.926Z Compiling parse-size v1.1.0
27392026-07-14T21:25:15.143Z Compiling strsim v0.10.0
27402026-07-14T21:25:15.165Z Compiling instability v0.3.11
27412026-07-14T21:25:15.400Z Compiling oso v0.27.3
27422026-07-14T21:25:15.488Z Compiling darling_core v0.13.4
27432026-07-14T21:25:15.593Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27442026-07-14T21:25:17.202Z Compiling p384 v0.13.1
27452026-07-14T21:25:17.323Z Compiling git-stub-vcs v0.1.0
27462026-07-14T21:25:17.687Z Compiling darling v0.23.0
27472026-07-14T21:25:17.802Z Compiling slog-envlogger v2.2.0
27482026-07-14T21:25:18.997Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27492026-07-14T21:25:19.387Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27502026-07-14T21:25:19.709Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27512026-07-14T21:25:21.171Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27522026-07-14T21:25:21.825Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27532026-07-14T21:25:21.915Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27542026-07-14T21:25:22.018Z Compiling ignore v0.4.25
27552026-07-14T21:25:22.068Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27562026-07-14T21:25:23.359Z Compiling vergen-git2 v9.1.0
27572026-07-14T21:25:23.512Z Compiling castaway v0.2.4
27582026-07-14T21:25:23.665Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27592026-07-14T21:25:23.688Z Compiling indoc v2.0.7
27602026-07-14T21:25:23.741Z Compiling compact_str v0.8.1
27612026-07-14T21:25:24.014Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27622026-07-14T21:25:24.724Z Compiling globwalk v0.9.1
27632026-07-14T21:25:24.898Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27642026-07-14T21:25:24.919Z Compiling parking_lot v0.11.2
27652026-07-14T21:25:25.388Z Compiling hyper-staticfile v0.10.1
27662026-07-14T21:25:25.425Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27672026-07-14T21:25:25.868Z Compiling darling_macro v0.13.4
27682026-07-14T21:25:25.888Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27692026-07-14T21:25:25.911Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27702026-07-14T21:25:26.216Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27712026-07-14T21:25:26.392Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27722026-07-14T21:25:26.558Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27732026-07-14T21:25:26.586Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
27742026-07-14T21:25:27.020Z Compiling predicates-tree v1.0.13
27752026-07-14T21:25:27.042Z Compiling unicode-truncate v1.1.0
27762026-07-14T21:25:27.258Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27772026-07-14T21:25:27.354Z Compiling lru v0.12.5
27782026-07-14T21:25:27.490Z Compiling rand_seeder v0.4.0
27792026-07-14T21:25:27.511Z Compiling prefix-trie v0.7.0
27802026-07-14T21:25:27.585Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27812026-07-14T21:25:27.755Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27822026-07-14T21:25:28.015Z Compiling illumos-nvpair-sys v0.2.0
27832026-07-14T21:25:28.036Z Compiling cassowary v0.3.0
27842026-07-14T21:25:28.063Z Compiling corncobs v0.1.4
27852026-07-14T21:25:28.288Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27862026-07-14T21:25:28.322Z Compiling ratatui v0.29.0
27872026-07-14T21:25:28.369Z Compiling hickory-server v0.25.2
27882026-07-14T21:25:28.397Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27892026-07-14T21:25:28.499Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
27902026-07-14T21:25:28.600Z Compiling camino-tempfile-ext v0.3.3
27912026-07-14T21:25:28.757Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27922026-07-14T21:25:29.022Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27932026-07-14T21:25:29.238Z Compiling darling v0.13.4
27942026-07-14T21:25:29.584Z Compiling sled v0.34.7
27952026-07-14T21:25:29.647Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27962026-07-14T21:25:29.713Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27972026-07-14T21:25:30.330Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27982026-07-14T21:25:31.950Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27992026-07-14T21:25:32.016Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28002026-07-14T21:25:32.252Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28012026-07-14T21:25:32.483Z Compiling secrecy v0.8.0
28022026-07-14T21:25:32.672Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28032026-07-14T21:25:33.024Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28042026-07-14T21:25:33.517Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28052026-07-14T21:25:33.844Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28062026-07-14T21:25:33.967Z Compiling serde_with_macros v1.5.2
28072026-07-14T21:25:34.792Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28082026-07-14T21:25:35.651Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28092026-07-14T21:25:35.830Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28102026-07-14T21:25:35.891Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28112026-07-14T21:25:36.158Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28122026-07-14T21:25:36.398Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28132026-07-14T21:25:36.635Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28142026-07-14T21:25:36.718Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28152026-07-14T21:25:36.882Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28162026-07-14T21:25:36.959Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28172026-07-14T21:25:37.132Z Compiling git2 v0.20.4
28182026-07-14T21:25:37.163Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28192026-07-14T21:25:37.258Z Compiling void v1.0.2
28202026-07-14T21:25:37.406Z Compiling lzss v0.8.2
28212026-07-14T21:25:37.739Z Compiling illumos-nvpair v0.3.0
28222026-07-14T21:25:38.162Z Compiling serde_with v1.14.0
28232026-07-14T21:25:38.240Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28242026-07-14T21:25:38.726Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28252026-07-14T21:25:39.426Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28262026-07-14T21:25:39.885Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28272026-07-14T21:25:39.934Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
28282026-07-14T21:25:40.223Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28292026-07-14T21:25:41.071Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28302026-07-14T21:25:41.518Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28312026-07-14T21:25:41.946Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28322026-07-14T21:25:42.188Z Compiling tungstenite v0.23.0
28332026-07-14T21:25:42.228Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28342026-07-14T21:25:43.415Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28352026-07-14T21:25:44.142Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28362026-07-14T21:25:44.337Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28372026-07-14T21:25:44.380Z Compiling nix v0.27.1
28382026-07-14T21:25:44.590Z Compiling twox-hash v2.1.2
28392026-07-14T21:25:44.616Z Compiling serde_bytes v0.11.19
28402026-07-14T21:25:45.008Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28412026-07-14T21:25:45.109Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28422026-07-14T21:25:45.588Z Compiling tokio-tungstenite v0.23.1
28432026-07-14T21:25:45.612Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28442026-07-14T21:25:45.647Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28452026-07-14T21:25:45.969Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28462026-07-14T21:25:46.138Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28472026-07-14T21:25:47.545Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28482026-07-14T21:25:48.201Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28492026-07-14T21:25:49.812Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28502026-07-14T21:25:50.226Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28512026-07-14T21:25:50.471Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28522026-07-14T21:25:50.552Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28532026-07-14T21:25:50.770Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28542026-07-14T21:25:50.991Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
28552026-07-14T21:25:51.270Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28562026-07-14T21:25:51.696Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28572026-07-14T21:25:51.831Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28582026-07-14T21:25:52.652Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28592026-07-14T21:25:53.004Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28602026-07-14T21:25:54.319Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28612026-07-14T21:25:56.385Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28622026-07-14T21:25:56.407Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28632026-07-14T21:25:57.080Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28642026-07-14T21:25:57.196Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28652026-07-14T21:25:57.221Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28662026-07-14T21:25:57.441Z Compiling signal-hook-tokio v0.3.1
28672026-07-14T21:25:57.652Z Compiling fatfs v0.3.6
28682026-07-14T21:25:58.021Z Compiling yasna v0.5.2
28692026-07-14T21:25:58.142Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28702026-07-14T21:25:58.326Z Compiling seq-macro v0.3.6
28712026-07-14T21:25:58.926Z Compiling is_ci v1.2.0
28722026-07-14T21:25:58.957Z Compiling assert_matches v1.5.0
28732026-07-14T21:25:59.065Z Compiling supports-color v3.0.2
28742026-07-14T21:25:59.138Z Compiling rcgen v0.12.1
28752026-07-14T21:25:59.361Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28762026-07-14T21:26:00.343Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28772026-07-14T21:26:00.643Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28782026-07-14T21:26:02.122Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28792026-07-14T21:26:02.182Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28802026-07-14T21:26:02.382Z Compiling port-file v0.1.0
28812026-07-14T21:26:02.441Z Compiling subprocess v0.2.15
28822026-07-14T21:26:02.765Z Compiling rtoolbox v0.0.3
28832026-07-14T21:26:03.055Z Compiling rpassword v7.4.0
28842026-07-14T21:26:03.349Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28852026-07-14T21:26:03.995Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28862026-07-14T21:26:04.603Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28872026-07-14T21:26:04.765Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28882026-07-14T21:26:04.901Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28892026-07-14T21:26:04.974Z Compiling tui-tree-widget v0.23.1
28902026-07-14T21:26:05.268Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28912026-07-14T21:26:07.435Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28922026-07-14T21:26:08.544Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28932026-07-14T21:26:08.827Z Compiling uzers v0.12.2
28942026-07-14T21:26:08.851Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28952026-07-14T21:26:09.573Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28962026-07-14T21:26:10.075Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28972026-07-14T21:26:10.607Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28982026-07-14T21:26:13.295Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28992026-07-14T21:26:13.588Z Compiling support-bundle-viewer v0.1.2
29002026-07-14T21:26:15.513Z Compiling multimap v0.10.1
29012026-07-14T21:26:30.134Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29022026-07-14T21:26:30.938Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29032026-07-14T21:26:37.545Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29042026-07-14T21:26:37.878Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29052026-07-14T21:26:37.935Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29062026-07-14T21:32:54.188Z Finished `release` profile [optimized] target(s) in 8m 28s
29072026-07-14T21:33:40.569Z
29082026-07-14T21:33:40.569Zreal 9:15.870843193
29092026-07-14T21:33:40.573Zuser 1:20:05.469208997
29102026-07-14T21:33:40.573Zsys 3:30.952760679
29112026-07-14T21:33:40.573Ztrap 1.834172939
29122026-07-14T21:33:40.573Ztflt 2.361095632
29132026-07-14T21:33:40.573Zdflt 16.797176773
29142026-07-14T21:33:40.573Zkflt 0.024655687
29152026-07-14T21:33:40.573Zlock 6:43:43.295933553
29162026-07-14T21:33:40.573Zslp 2:14:03.714995580
29172026-07-14T21:33:40.573Zlat 2:24.680140523
29182026-07-14T21:33:40.573Zstop 5:05.371264751
29192026-07-14T21:33:40.573Z+ mapfile -t packages
29202026-07-14T21:33:40.573Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29212026-07-14T21:33:41.485Z Finished `release` profile [optimized] target(s) in 0.90s
29222026-07-14T21:33:41.561Z Running `target/release/omicron-package -t test list-outputs`
29232026-07-14T21:33:41.619ZLogging to: /work/oxidecomputer/omicron/out/LOG
29242026-07-14T21:33:41.627Z+ ptime -m cargo build --locked --release -p xtask
29252026-07-14T21:33:42.091Z Compiling libc v0.2.185
29262026-07-14T21:33:42.091Z Compiling serde_core v1.0.228
29272026-07-14T21:33:42.091Z Compiling serde v1.0.228
29282026-07-14T21:33:42.094Z Compiling rustix v1.1.3
29292026-07-14T21:33:42.095Z Compiling bitflags v2.11.0
29302026-07-14T21:33:42.095Z Compiling serde_json v1.0.150
29312026-07-14T21:33:42.187Z Compiling syn v2.0.117
29322026-07-14T21:33:42.202Z Compiling usdt-impl v0.5.0
29332026-07-14T21:33:42.245Z Compiling syn v1.0.109
29342026-07-14T21:33:42.276Z Compiling log v0.4.29
29352026-07-14T21:33:42.282Z Compiling getrandom v0.4.1
29362026-07-14T21:33:42.287Z Compiling indexmap v2.14.0
29372026-07-14T21:33:42.313Z Compiling fs-err v3.3.0
29382026-07-14T21:33:42.547Z Compiling once_cell v1.21.3
29392026-07-14T21:33:42.559Z Compiling anyhow v1.0.102
29402026-07-14T21:33:42.572Z Compiling heck v0.4.1
29412026-07-14T21:33:42.971Z Compiling errno v0.3.14
29422026-07-14T21:33:42.974Z Compiling thread-id v4.2.2
29432026-07-14T21:33:42.974Z Compiling memmap v0.7.0
29442026-07-14T21:33:43.734Z Compiling proc-macro-error v1.0.4
29452026-07-14T21:33:43.956Z Compiling terminal_size v0.4.3
29462026-07-14T21:33:43.956Z Compiling tempfile v3.25.0
29472026-07-14T21:33:43.982Z Compiling tabled_derive v0.7.0
29482026-07-14T21:33:44.061Z Compiling clap_builder v4.6.0
29492026-07-14T21:33:44.061Z Compiling textwrap v0.16.2
29502026-07-14T21:33:44.376Z Compiling pest_generator v2.8.6
29512026-07-14T21:33:44.472Z Compiling camino v1.2.2
29522026-07-14T21:33:44.482Z Compiling cargo-platform v0.3.2
29532026-07-14T21:33:44.486Z Compiling semver v1.0.28
29542026-07-14T21:33:44.689Z Compiling tabled v0.15.0
29552026-07-14T21:33:44.778Z Compiling camino-tempfile v1.4.1
29562026-07-14T21:33:44.897Z Compiling serde_derive v1.0.228
29572026-07-14T21:33:44.897Z Compiling thiserror-impl v1.0.69
29582026-07-14T21:33:44.901Z Compiling zerocopy-derive v0.7.35
29592026-07-14T21:33:44.901Z Compiling scroll_derive v0.12.1
29602026-07-14T21:33:44.910Z Compiling thiserror-impl v2.0.18
29612026-07-14T21:33:44.931Z Compiling clap_derive v4.6.1
29622026-07-14T21:33:44.965Z Compiling pest_derive v2.8.6
29632026-07-14T21:33:45.616Z Compiling scroll v0.12.0
29642026-07-14T21:33:45.791Z Compiling zerocopy v0.7.35
29652026-07-14T21:33:45.909Z Compiling goblin v0.8.2
29662026-07-14T21:33:46.063Z Compiling thiserror v1.0.69
29672026-07-14T21:33:46.150Z Compiling thiserror v2.0.18
29682026-07-14T21:33:46.162Z Compiling dtrace-parser v0.2.0
29692026-07-14T21:33:46.412Z Compiling clap v4.6.1
29702026-07-14T21:33:48.152Z Compiling toml_datetime v0.6.11
29712026-07-14T21:33:48.225Z Compiling dof v0.3.0
29722026-07-14T21:33:48.237Z Compiling serde_tokenstream v0.2.3
29732026-07-14T21:33:48.268Z Compiling serde_spanned v0.6.9
29742026-07-14T21:33:48.296Z Compiling cargo_metadata v0.23.1
29752026-07-14T21:33:48.349Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29762026-07-14T21:33:48.369Z Compiling macaddr v1.0.1
29772026-07-14T21:33:48.444Z Compiling toml_edit v0.22.27
29782026-07-14T21:33:48.993Z Compiling usdt-attr-macro v0.5.0
29792026-07-14T21:33:49.009Z Compiling usdt-macro v0.5.0
29802026-07-14T21:33:49.659Z Compiling usdt v0.5.0
29812026-07-14T21:33:50.002Z Compiling toml v0.8.23
29822026-07-14T21:33:50.452Z Compiling cargo_toml v0.21.0
29832026-07-14T21:33:54.916Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29842026-07-14T21:33:58.195Z Finished `release` profile [optimized] target(s) in 16.56s
29852026-07-14T21:33:58.301Z
29862026-07-14T21:33:58.304Zreal 16.645222058
29872026-07-14T21:33:58.304Zuser 2:08.379773550
29882026-07-14T21:33:58.304Zsys 14.278235843
29892026-07-14T21:33:58.304Ztrap 0.082903130
29902026-07-14T21:33:58.304Ztflt 0.523805857
29912026-07-14T21:33:58.304Zdflt 1.594562048
29922026-07-14T21:33:58.304Zkflt 0.000111350
29932026-07-14T21:33:58.304Zlock 4:36.278161043
29942026-07-14T21:33:58.305Zslp 2:47.331425256
29952026-07-14T21:33:58.305Zlat 3.917076486
29962026-07-14T21:33:58.305Zstop 15.175097272
29972026-07-14T21:33:58.305Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
29982026-07-14T21:33:58.305Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
29992026-07-14T21:33:58.305Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30002026-07-14T21:33:58.305Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30012026-07-14T21:33:58.305Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30022026-07-14T21:33:59.217Z Compiling progenitor-client v0.14.0
30032026-07-14T21:33:59.217Z Compiling newtype-uuid-macros v0.1.0
30042026-07-14T21:33:59.217Z Compiling match_cfg v0.1.0
30052026-07-14T21:33:59.217Z Compiling slog-json v2.6.1
30062026-07-14T21:33:59.222Z Compiling structmeta-derive v0.3.0
30072026-07-14T21:33:59.222Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30082026-07-14T21:33:59.222Z Compiling sha1 v0.11.0
30092026-07-14T21:33:59.222Z Compiling multer v3.1.0
30102026-07-14T21:33:59.222Z Compiling debug-ignore v1.0.5
30112026-07-14T21:33:59.222Z Compiling compression-core v0.4.31
30122026-07-14T21:33:59.222Z Compiling itertools v0.14.0
30132026-07-14T21:33:59.366Z Compiling async-stream-impl v0.3.6
30142026-07-14T21:33:59.370Z Compiling toml_datetime v1.1.1+spec-1.1.0
30152026-07-14T21:33:59.370Z Compiling serde_spanned v1.1.1
30162026-07-14T21:33:59.412Z Compiling dropshot v0.17.1
30172026-07-14T21:33:59.416Z Compiling hostname v0.3.1
30182026-07-14T21:33:59.428Z Compiling toml_writer v1.1.1+spec-1.1.0
30192026-07-14T21:33:59.570Z Compiling compression-codecs v0.4.37
30202026-07-14T21:33:59.587Z Compiling waitgroup v0.1.2
30212026-07-14T21:33:59.669Z Compiling toml v1.1.2+spec-1.1.0
30222026-07-14T21:33:59.686Z Compiling rustls-pemfile v2.2.0
30232026-07-14T21:33:59.736Z Compiling dropshot_endpoint v0.17.1
30242026-07-14T21:33:59.740Z Compiling serde_path_to_error v0.1.20
30252026-07-14T21:33:59.775Z Compiling slog-bunyan v2.5.0
30262026-07-14T21:33:59.839Z Compiling hostname v0.4.2
30272026-07-14T21:33:59.874Z Compiling async-compression v0.4.41
30282026-07-14T21:33:59.878Z Compiling atomicwrites v0.4.4
30292026-07-14T21:33:59.949Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30302026-07-14T21:33:59.967Z Compiling macaddr v1.0.1
30312026-07-14T21:33:59.970Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30322026-07-14T21:33:59.972Z Compiling instant v0.1.13
30332026-07-14T21:34:00.025Z Compiling regress v0.10.5
30342026-07-14T21:34:00.046Z Compiling backon v1.6.0
30352026-07-14T21:34:00.085Z Compiling async-stream v0.3.6
30362026-07-14T21:34:00.110Z Compiling backoff v0.4.0
30372026-07-14T21:34:00.127Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30382026-07-14T21:34:00.131Z Compiling humantime v2.3.0
30392026-07-14T21:34:00.161Z Compiling half v2.7.1
30402026-07-14T21:34:00.204Z Compiling ciborium-io v0.2.2
30412026-07-14T21:34:00.223Z Compiling progenitor-extras v0.2.0
30422026-07-14T21:34:00.269Z Compiling crucible-workspace-hack v0.1.0
30432026-07-14T21:34:00.290Z Compiling regress v0.11.1
30442026-07-14T21:34:00.322Z Compiling convert_case v0.4.0
30452026-07-14T21:34:00.338Z Compiling secrecy v0.10.3
30462026-07-14T21:34:00.415Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30472026-07-14T21:34:00.445Z Compiling ciborium-ll v0.2.2
30482026-07-14T21:34:00.480Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30492026-07-14T21:34:00.497Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30502026-07-14T21:34:00.530Z Compiling inout v0.1.4
30512026-07-14T21:34:00.533Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30522026-07-14T21:34:00.563Z Compiling unsafe-libyaml v0.2.11
30532026-07-14T21:34:00.600Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30542026-07-14T21:34:00.637Z Compiling ciborium v0.2.2
30552026-07-14T21:34:00.673Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30562026-07-14T21:34:00.693Z Compiling thiserror-impl-no-std v2.0.2
30572026-07-14T21:34:00.726Z Compiling derive_more v0.99.20
30582026-07-14T21:34:00.743Z Compiling cipher v0.4.4
30592026-07-14T21:34:00.809Z Compiling universal-hash v0.5.1
30602026-07-14T21:34:00.855Z Compiling structmeta v0.3.0
30612026-07-14T21:34:00.873Z Compiling opaque-debug v0.3.1
30622026-07-14T21:34:00.876Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30632026-07-14T21:34:00.908Z Compiling blake2 v0.10.6
30642026-07-14T21:34:00.962Z Compiling poly1305 v0.8.0
30652026-07-14T21:34:00.980Z Compiling aead v0.5.2
30662026-07-14T21:34:01.035Z Compiling chacha20 v0.9.1
30672026-07-14T21:34:01.053Z Compiling password-hash v0.5.0
30682026-07-14T21:34:01.105Z Compiling derive-ex v0.1.8
30692026-07-14T21:34:01.209Z Compiling parse-display-derive v0.10.0
30702026-07-14T21:34:01.230Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30712026-07-14T21:34:01.268Z Compiling serde_yaml v0.9.34+deprecated
30722026-07-14T21:34:01.337Z Compiling toml_datetime v0.7.5+spec-1.1.0
30732026-07-14T21:34:01.363Z Compiling argon2 v0.5.3
30742026-07-14T21:34:01.396Z Compiling chacha20poly1305 v0.10.1
30752026-07-14T21:34:01.502Z Compiling indent_write v2.2.0
30762026-07-14T21:34:01.523Z Compiling toml_edit v0.23.10+spec-1.0.0
30772026-07-14T21:34:01.575Z Compiling heapless v0.8.0
30782026-07-14T21:34:01.631Z Compiling ingot-macros v0.1.1
30792026-07-14T21:34:01.692Z Compiling tabwriter v1.4.1
30802026-07-14T21:34:01.777Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30812026-07-14T21:34:01.961Z Compiling typify-impl v0.6.2
30822026-07-14T21:34:02.003Z Compiling thiserror-no-std v2.0.2
30832026-07-14T21:34:02.077Z Compiling hash32 v0.3.1
30842026-07-14T21:34:02.127Z Compiling vsss-rs v3.3.4
30852026-07-14T21:34:02.188Z Compiling proc-macro-crate v3.4.0
30862026-07-14T21:34:02.274Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30872026-07-14T21:34:02.540Z Compiling smoltcp v0.11.0
30882026-07-14T21:34:02.701Z Compiling cobs v0.3.0
30892026-07-14T21:34:02.804Z Compiling num_enum_derive v0.7.6
30902026-07-14T21:34:02.888Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30912026-07-14T21:34:02.938Z Compiling colored v3.1.1
30922026-07-14T21:34:02.955Z Compiling test-strategy v0.4.5
30932026-07-14T21:34:02.998Z Compiling postcard v1.1.3
30942026-07-14T21:34:03.093Z Compiling parse-display v0.10.0
30952026-07-14T21:34:03.128Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30962026-07-14T21:34:03.255Z Compiling proc-macro-error v1.0.4
30972026-07-14T21:34:03.336Z Compiling proc-macro-crate v1.3.1
30982026-07-14T21:34:03.378Z Compiling rand v0.10.1
30992026-07-14T21:34:03.405Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31002026-07-14T21:34:03.440Z Compiling foreign-types-macros v0.2.3
31012026-07-14T21:34:03.489Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31022026-07-14T21:34:03.527Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31032026-07-14T21:34:03.613Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31042026-07-14T21:34:03.736Z Compiling rayon-core v1.13.0
31052026-07-14T21:34:03.753Z Compiling foreign-types-shared v0.3.1
31062026-07-14T21:34:03.795Z Compiling num_enum_derive v0.5.11
31072026-07-14T21:34:03.876Z Compiling crossbeam-deque v0.8.6
31082026-07-14T21:34:03.936Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31092026-07-14T21:34:03.955Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31102026-07-14T21:34:03.992Z Compiling num_enum v0.7.6
31112026-07-14T21:34:03.995Z Compiling cstr-argument v0.1.2
31122026-07-14T21:34:04.028Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31132026-07-14T21:34:04.109Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31142026-07-14T21:34:04.126Z Compiling foreign-types v0.5.0
31152026-07-14T21:34:04.194Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31162026-07-14T21:34:04.230Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31172026-07-14T21:34:04.288Z Compiling zone_cfg_derive v0.3.1
31182026-07-14T21:34:04.350Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31192026-07-14T21:34:04.374Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31202026-07-14T21:34:04.436Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31212026-07-14T21:34:04.478Z Compiling itertools v0.12.1
31222026-07-14T21:34:04.531Z Compiling num-derive v0.4.2
31232026-07-14T21:34:04.584Z Compiling rayon v1.11.0
31242026-07-14T21:34:04.588Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31252026-07-14T21:34:04.618Z Compiling sigpipe v0.1.3
31262026-07-14T21:34:04.622Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31272026-07-14T21:34:04.700Z Compiling ingot-types v0.1.2
31282026-07-14T21:34:04.724Z Compiling glob v0.3.3
31292026-07-14T21:34:04.741Z Compiling cpubits v0.1.1
31302026-07-14T21:34:04.842Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31312026-07-14T21:34:04.859Z Compiling smf v0.2.3
31322026-07-14T21:34:04.909Z Compiling whoami v1.6.1
31332026-07-14T21:34:04.930Z Compiling num_enum v0.5.11
31342026-07-14T21:34:05.022Z Compiling usdt-attr-macro v0.5.0
31352026-07-14T21:34:05.047Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31362026-07-14T21:34:05.073Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31372026-07-14T21:34:05.112Z Compiling ingot v0.1.1
31382026-07-14T21:34:05.151Z Compiling usdt-macro v0.5.0
31392026-07-14T21:34:05.168Z Compiling gethostname v0.5.0
31402026-07-14T21:34:05.217Z Compiling num-rational v0.4.2
31412026-07-14T21:34:05.235Z Compiling pem-rfc7468 v1.0.0
31422026-07-14T21:34:05.413Z Compiling num-complex v0.4.6
31432026-07-14T21:34:05.431Z Compiling memmap v0.7.0
31442026-07-14T21:34:05.544Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31452026-07-14T21:34:05.581Z Compiling derive-where v1.6.0
31462026-07-14T21:34:05.605Z Compiling float-ord v0.3.2
31472026-07-14T21:34:05.655Z Compiling zone v0.3.1
31482026-07-14T21:34:05.750Z Compiling toml v0.8.23
31492026-07-14T21:34:05.767Z Compiling hmac v0.13.0
31502026-07-14T21:34:05.843Z Compiling num v0.4.3
31512026-07-14T21:34:05.863Z Compiling universal-hash v0.6.1
31522026-07-14T21:34:05.904Z Compiling resolv-conf v0.7.6
31532026-07-14T21:34:05.945Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31542026-07-14T21:34:05.965Z Compiling owo-colors v4.3.0
31552026-07-14T21:34:05.982Z Compiling usdt v0.5.0
31562026-07-14T21:34:05.985Z Compiling cancel-safe-futures v0.1.5
31572026-07-14T21:34:06.026Z Compiling polyval v0.7.1
31582026-07-14T21:34:06.106Z Compiling der v0.8.0
31592026-07-14T21:34:06.158Z Compiling libsw-core v0.3.2
31602026-07-14T21:34:06.262Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31612026-07-14T21:34:06.309Z Compiling prettyplease v0.2.37
31622026-07-14T21:34:06.329Z Compiling libsw v3.5.0
31632026-07-14T21:34:06.366Z Compiling ghash v0.6.0
31642026-07-14T21:34:06.400Z Compiling pbkdf2 v0.13.0
31652026-07-14T21:34:06.425Z Compiling aes v0.9.1
31662026-07-14T21:34:06.462Z Compiling console v0.15.11
31672026-07-14T21:34:06.532Z Compiling hickory-proto v0.24.4
31682026-07-14T21:34:06.550Z Compiling newline-converter v0.3.0
31692026-07-14T21:34:06.550Z Compiling ctr v0.10.1
31702026-07-14T21:34:06.607Z Compiling aead v0.6.1
31712026-07-14T21:34:06.655Z Compiling typify-macro v0.6.2
31722026-07-14T21:34:06.704Z Compiling sha2 v0.11.0
31732026-07-14T21:34:06.762Z Compiling linear-map v1.2.0
31742026-07-14T21:34:06.851Z Compiling libefi-sys v0.1.0
31752026-07-14T21:34:06.868Z Compiling linked-hash-map v0.5.6
31762026-07-14T21:34:06.929Z Compiling aes-gcm v0.11.0
31772026-07-14T21:34:06.985Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31782026-07-14T21:34:07.046Z Compiling expectorate v1.2.0
31792026-07-14T21:34:07.106Z Compiling lru-cache v0.1.2
31802026-07-14T21:34:07.132Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31812026-07-14T21:34:07.153Z Compiling spki v0.8.0
31822026-07-14T21:34:07.172Z Compiling crypto-bigint v0.7.5
31832026-07-14T21:34:07.241Z Compiling salsa20 v0.11.0
31842026-07-14T21:34:07.259Z Compiling cbc v0.2.1
31852026-07-14T21:34:07.275Z Compiling bitfield-struct v0.6.2
31862026-07-14T21:34:07.414Z Compiling nom v8.0.0
31872026-07-14T21:34:07.432Z Compiling semver v0.1.20
31882026-07-14T21:34:07.472Z Compiling tokio-dtrace v0.1.1
31892026-07-14T21:34:07.506Z Compiling dropshot-api-manager-types v0.7.2
31902026-07-14T21:34:07.664Z Compiling rustc_version v0.1.7
31912026-07-14T21:34:07.683Z Compiling scrypt v0.12.0
31922026-07-14T21:34:07.752Z Compiling slog-dtrace v0.3.0
31932026-07-14T21:34:07.780Z Compiling minimal-lexical v0.2.1
31942026-07-14T21:34:07.867Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31952026-07-14T21:34:07.976Z Compiling newtype_derive v0.1.6
31962026-07-14T21:34:08.020Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31972026-07-14T21:34:08.025Z Compiling nom v7.1.3
31982026-07-14T21:34:08.065Z Compiling pkcs5 v0.8.1
31992026-07-14T21:34:08.082Z Compiling oxide-tokio-rt v0.1.4
32002026-07-14T21:34:08.187Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32012026-07-14T21:34:08.227Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32022026-07-14T21:34:08.340Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32032026-07-14T21:34:08.414Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32042026-07-14T21:34:08.433Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32052026-07-14T21:34:08.451Z Compiling phf_shared v0.12.1
32062026-07-14T21:34:08.471Z Compiling csv-core v0.1.13
32072026-07-14T21:34:08.546Z Compiling typify v0.6.2
32082026-07-14T21:34:08.640Z Compiling highway v1.3.0
32092026-07-14T21:34:08.664Z Compiling progenitor-impl v0.14.0
32102026-07-14T21:34:08.682Z Compiling chrono-tz v0.10.4
32112026-07-14T21:34:08.701Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32122026-07-14T21:34:08.762Z Compiling xshell-macros v0.2.7
32132026-07-14T21:34:08.798Z Compiling hickory-resolver v0.24.4
32142026-07-14T21:34:08.845Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32152026-07-14T21:34:08.863Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32162026-07-14T21:34:08.921Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32172026-07-14T21:34:09.038Z Compiling unicode-xid v0.2.6
32182026-07-14T21:34:09.080Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32192026-07-14T21:34:09.196Z Compiling const_format_proc_macros v0.2.34
32202026-07-14T21:34:09.213Z Compiling xshell v0.2.7
32212026-07-14T21:34:09.437Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32222026-07-14T21:34:09.775Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32232026-07-14T21:34:09.793Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32242026-07-14T21:34:09.809Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32252026-07-14T21:34:09.895Z Compiling qorb v0.4.1
32262026-07-14T21:34:09.924Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32272026-07-14T21:34:09.984Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32282026-07-14T21:34:10.097Z Compiling csv v1.4.0
32292026-07-14T21:34:10.205Z Compiling phf v0.12.1
32302026-07-14T21:34:10.394Z Compiling pkcs8 v0.11.0
32312026-07-14T21:34:10.530Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32322026-07-14T21:34:10.548Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32332026-07-14T21:34:10.779Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32342026-07-14T21:34:10.815Z Compiling const_format v0.2.35
32352026-07-14T21:34:10.877Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32362026-07-14T21:34:10.881Z Compiling tabled_derive v0.7.0
32372026-07-14T21:34:11.064Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32382026-07-14T21:34:11.097Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32392026-07-14T21:34:11.116Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32402026-07-14T21:34:11.164Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
32412026-07-14T21:34:11.181Z Compiling bcs v0.1.6
32422026-07-14T21:34:11.375Z Compiling progenitor-macro v0.14.0
32432026-07-14T21:34:11.413Z Compiling ff v0.14.0
32442026-07-14T21:34:11.532Z Compiling termtree v0.5.1
32452026-07-14T21:34:11.586Z Compiling tagptr v0.2.0
32462026-07-14T21:34:11.703Z Compiling salty v0.3.0
32472026-07-14T21:34:11.769Z Compiling moka v0.12.13
32482026-07-14T21:34:11.800Z Compiling textwrap v0.16.2
32492026-07-14T21:34:11.851Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32502026-07-14T21:34:11.960Z Compiling tabled v0.15.0
32512026-07-14T21:34:11.989Z Compiling steno v0.4.1
32522026-07-14T21:34:12.048Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32532026-07-14T21:34:12.118Z Compiling sha1 v0.10.6
32542026-07-14T21:34:12.169Z Compiling signature v3.0.0
32552026-07-14T21:34:12.236Z Compiling base16ct v1.0.0
32562026-07-14T21:34:12.316Z Compiling radium v0.7.0
32572026-07-14T21:34:12.386Z Compiling base64 v0.21.7
32582026-07-14T21:34:12.389Z Compiling sec1 v0.8.1
32592026-07-14T21:34:12.453Z Compiling group v0.14.0
32602026-07-14T21:34:12.588Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32612026-07-14T21:34:12.622Z Compiling hickory-resolver v0.25.2
32622026-07-14T21:34:12.673Z Compiling hkdf v0.13.0
32632026-07-14T21:34:12.690Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32642026-07-14T21:34:12.727Z Compiling rfc6979 v0.4.0
32652026-07-14T21:34:12.780Z Compiling tap v1.0.1
32662026-07-14T21:34:12.860Z Compiling maybe-uninit v2.0.0
32672026-07-14T21:34:12.879Z Compiling ecdsa v0.16.9
32682026-07-14T21:34:12.898Z Compiling elliptic-curve v0.14.0-rc.33
32692026-07-14T21:34:12.917Z Compiling wyz v0.5.1
32702026-07-14T21:34:13.173Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32712026-07-14T21:34:13.203Z Compiling primeorder v0.13.6
32722026-07-14T21:34:13.284Z Compiling proc-macro-error-attr2 v2.0.0
32732026-07-14T21:34:13.345Z Compiling funty v2.0.0
32742026-07-14T21:34:13.496Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32752026-07-14T21:34:13.534Z Compiling packed_struct v0.10.1
32762026-07-14T21:34:13.632Z Compiling utf-8 v0.7.6
32772026-07-14T21:34:13.740Z Compiling parking_lot_core v0.8.6
32782026-07-14T21:34:13.759Z Compiling proc-macro-error2 v2.0.1
32792026-07-14T21:34:13.848Z Compiling tungstenite v0.21.0
32802026-07-14T21:34:13.914Z Compiling bitvec v1.0.1
32812026-07-14T21:34:13.971Z Compiling p384 v0.13.1
32822026-07-14T21:34:14.114Z Compiling rfc6979 v0.5.0
32832026-07-14T21:34:14.194Z Compiling git-stub v1.0.0
32842026-07-14T21:34:14.309Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32852026-07-14T21:34:14.419Z Compiling packed_struct_codegen v0.10.1
32862026-07-14T21:34:14.485Z Compiling num-derive v0.3.3
32872026-07-14T21:34:14.590Z Compiling zerocopy-derive v0.6.6
32882026-07-14T21:34:14.609Z Compiling bitfield-macros v0.19.4
32892026-07-14T21:34:14.613Z Compiling indexmap v1.9.3
32902026-07-14T21:34:14.639Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32912026-07-14T21:34:14.776Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32922026-07-14T21:34:14.889Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32932026-07-14T21:34:14.906Z Compiling crc-catalog v2.4.0
32942026-07-14T21:34:14.926Z Compiling nodrop v0.1.14
32952026-07-14T21:34:15.025Z Compiling array-init v0.0.4
32962026-07-14T21:34:15.045Z Compiling crc v3.4.0
32972026-07-14T21:34:15.164Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32982026-07-14T21:34:15.187Z Compiling tokio-tungstenite v0.21.0
32992026-07-14T21:34:15.279Z Compiling git-stub-vcs v0.1.0
33002026-07-14T21:34:15.407Z Compiling ecdsa v0.17.0-rc.18
33012026-07-14T21:34:15.427Z Compiling bitfield v0.19.4
33022026-07-14T21:34:15.455Z Compiling smallvec v0.6.14
33032026-07-14T21:34:15.503Z Compiling libscf-sys v1.1.0
33042026-07-14T21:34:15.541Z Compiling zerocopy v0.6.6
33052026-07-14T21:34:15.560Z Compiling tabled_derive v0.11.0
33062026-07-14T21:34:15.669Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33072026-07-14T21:34:15.687Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33082026-07-14T21:34:15.703Z Compiling primeorder v0.14.0-rc.10
33092026-07-14T21:34:15.737Z Compiling primefield v0.14.0
33102026-07-14T21:34:15.770Z Compiling progenitor-impl v0.13.0
33112026-07-14T21:34:15.878Z Compiling papergrid v0.17.0
33122026-07-14T21:34:15.911Z Compiling testing_table v0.3.0
33132026-07-14T21:34:15.952Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33142026-07-14T21:34:15.971Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33152026-07-14T21:34:15.998Z Compiling curve25519-dalek v5.0.0-rc.0
33162026-07-14T21:34:16.077Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33172026-07-14T21:34:16.105Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33182026-07-14T21:34:16.152Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33192026-07-14T21:34:16.270Z Compiling illumos-nvpair-sys v0.2.0
33202026-07-14T21:34:16.340Z Compiling corncobs v0.1.4
33212026-07-14T21:34:16.402Z Compiling hashbrown v0.12.3
33222026-07-14T21:34:16.421Z Compiling unicase v2.9.0
33232026-07-14T21:34:16.536Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33242026-07-14T21:34:16.583Z Compiling progenitor v0.14.0
33252026-07-14T21:34:16.607Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33262026-07-14T21:34:16.628Z Compiling parking_lot v0.11.2
33272026-07-14T21:34:16.647Z Compiling mime_guess v2.0.5
33282026-07-14T21:34:16.650Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33292026-07-14T21:34:16.840Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33302026-07-14T21:34:16.858Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33312026-07-14T21:34:16.923Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33322026-07-14T21:34:16.956Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33332026-07-14T21:34:17.023Z Compiling tabled v0.20.0
33342026-07-14T21:34:17.062Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33352026-07-14T21:34:17.090Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33362026-07-14T21:34:17.108Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33372026-07-14T21:34:17.311Z Compiling serde-hex v0.1.0
33382026-07-14T21:34:17.417Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33392026-07-14T21:34:17.467Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33402026-07-14T21:34:18.038Z Compiling ron v0.8.1
33412026-07-14T21:34:18.083Z Compiling ssh-encoding v0.3.0-rc.9
33422026-07-14T21:34:18.083Z Compiling hashbrown v0.13.2
33432026-07-14T21:34:18.084Z Compiling progenitor-client v0.13.0
33442026-07-14T21:34:18.084Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33452026-07-14T21:34:18.084Z Compiling prefix-trie v0.7.0
33462026-07-14T21:34:18.084Z Compiling fxhash v0.2.1
33472026-07-14T21:34:18.104Z Compiling secrecy v0.8.0
33482026-07-14T21:34:18.207Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33492026-07-14T21:34:18.243Z Compiling crc-any v2.5.0
33502026-07-14T21:34:18.301Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33512026-07-14T21:34:18.487Z Compiling hickory-server v0.25.2
33522026-07-14T21:34:18.532Z Compiling object v0.30.4
33532026-07-14T21:34:18.555Z Compiling sled v0.34.7
33542026-07-14T21:34:18.564Z Compiling progenitor-macro v0.13.0
33552026-07-14T21:34:18.656Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33562026-07-14T21:34:19.167Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33572026-07-14T21:34:19.242Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33582026-07-14T21:34:19.375Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33592026-07-14T21:34:19.596Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33602026-07-14T21:34:19.625Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33612026-07-14T21:34:20.183Z Compiling ed25519 v3.0.0
33622026-07-14T21:34:20.260Z Compiling crypto-primes v0.7.2
33632026-07-14T21:34:20.310Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33642026-07-14T21:34:20.455Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33652026-07-14T21:34:21.071Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33662026-07-14T21:34:21.301Z Compiling pkcs1 v0.8.0-rc.4
33672026-07-14T21:34:21.332Z Compiling poly1305 v0.9.0
33682026-07-14T21:34:21.347Z Compiling blowfish v0.10.0
33692026-07-14T21:34:21.353Z Compiling blake2 v0.11.0-rc.6
33702026-07-14T21:34:21.509Z Compiling keccak v0.2.0
33712026-07-14T21:34:21.540Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33722026-07-14T21:34:21.605Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33732026-07-14T21:34:21.648Z Compiling http-range v0.1.5
33742026-07-14T21:34:21.757Z Compiling fiat-crypto v0.3.0
33752026-07-14T21:34:21.775Z Compiling crc8 v0.1.1
33762026-07-14T21:34:21.851Z Compiling path-slash v0.1.5
33772026-07-14T21:34:21.908Z Compiling half v1.8.3
33782026-07-14T21:34:21.927Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33792026-07-14T21:34:21.946Z Compiling sha3 v0.11.0
33802026-07-14T21:34:21.972Z Compiling argon2 v0.6.0-rc.8
33812026-07-14T21:34:22.029Z Compiling ssh-cipher v0.3.0-rc.9
33822026-07-14T21:34:22.147Z Compiling serde_cbor v0.11.2
33832026-07-14T21:34:22.165Z Compiling rsa v0.10.0-rc.18
33842026-07-14T21:34:22.221Z Compiling bcrypt-pbkdf v0.11.0
33852026-07-14T21:34:22.402Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33862026-07-14T21:34:22.425Z Compiling ed25519-dalek v3.0.0-rc.0
33872026-07-14T21:34:22.639Z Compiling illumos-nvpair v0.3.0
33882026-07-14T21:34:22.805Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33892026-07-14T21:34:23.109Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33902026-07-14T21:34:23.135Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33912026-07-14T21:34:23.165Z Compiling p256 v0.14.0-rc.10
33922026-07-14T21:34:23.234Z Compiling p521 v0.14.0-rc.10
33932026-07-14T21:34:23.315Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33942026-07-14T21:34:23.377Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33952026-07-14T21:34:23.468Z Compiling yasna v0.5.2
33962026-07-14T21:34:23.501Z Compiling kstat-rs v0.2.4
33972026-07-14T21:34:23.700Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33982026-07-14T21:34:23.783Z Compiling progenitor v0.13.0
33992026-07-14T21:34:23.827Z Compiling headers-core v0.3.0
34002026-07-14T21:34:23.878Z Compiling kem v0.3.0
34012026-07-14T21:34:23.942Z Compiling module-lattice v0.2.3
34022026-07-14T21:34:23.960Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34032026-07-14T21:34:23.977Z Compiling nanorand v0.7.0
34042026-07-14T21:34:24.031Z Compiling atty v0.2.14
34052026-07-14T21:34:24.055Z Compiling headers v0.4.1
34062026-07-14T21:34:24.156Z Compiling ml-kem v0.3.2
34072026-07-14T21:34:24.174Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
34082026-07-14T21:34:24.196Z Compiling rcgen v0.12.1
34092026-07-14T21:34:24.210Z Compiling flume v0.11.1
34102026-07-14T21:34:24.295Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34112026-07-14T21:34:24.447Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34122026-07-14T21:34:24.556Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34132026-07-14T21:34:24.719Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34142026-07-14T21:34:24.838Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34152026-07-14T21:34:24.900Z Compiling hyper-staticfile v0.10.1
34162026-07-14T21:34:25.123Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34172026-07-14T21:34:25.126Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34182026-07-14T21:34:25.181Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34192026-07-14T21:34:25.432Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34202026-07-14T21:34:25.522Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34212026-07-14T21:34:25.718Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
34222026-07-14T21:34:25.763Z Compiling russh-cryptovec v0.61.0
34232026-07-14T21:34:25.913Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34242026-07-14T21:34:26.021Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34252026-07-14T21:34:26.021Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34262026-07-14T21:34:26.173Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34272026-07-14T21:34:26.254Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34282026-07-14T21:34:26.282Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34292026-07-14T21:34:26.393Z Compiling internal-russh-num-bigint v0.5.0
34302026-07-14T21:34:26.633Z Compiling port-file v0.1.0
34312026-07-14T21:34:26.858Z Compiling num-bigint v0.4.6
34322026-07-14T21:34:26.895Z Compiling generic-array v1.4.3
34332026-07-14T21:34:26.938Z Compiling russh-util v0.52.0
34342026-07-14T21:34:26.967Z Compiling enum_dispatch v0.3.13
34352026-07-14T21:34:27.038Z Compiling delegate v0.13.5
34362026-07-14T21:34:27.061Z Compiling subprocess v0.2.15
34372026-07-14T21:34:27.126Z Compiling p384 v0.14.0-rc.10
34382026-07-14T21:34:27.433Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34392026-07-14T21:34:27.462Z Compiling hex-literal v1.1.0
34402026-07-14T21:34:27.530Z Compiling md5 v0.8.0
34412026-07-14T21:34:27.608Z Compiling display-error-chain v0.2.2
34422026-07-14T21:34:27.729Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34432026-07-14T21:34:27.766Z Compiling colored v2.2.0
34442026-07-14T21:34:27.783Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34452026-07-14T21:34:27.839Z Compiling socket2 v0.5.10
34462026-07-14T21:34:27.884Z Compiling internet-checksum v0.2.1
34472026-07-14T21:34:27.921Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34482026-07-14T21:34:29.114Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34492026-07-14T21:34:29.267Z Compiling ssh-key v0.7.0-rc.10
34502026-07-14T21:34:29.785Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34512026-07-14T21:34:30.257Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34522026-07-14T21:34:30.529Z Compiling russh v0.61.2
34532026-07-14T21:34:31.107Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34542026-07-14T21:34:31.684Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34552026-07-14T21:34:40.046Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34562026-07-14T21:34:40.046Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34572026-07-14T21:34:40.049Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34582026-07-14T21:34:40.049Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34592026-07-14T21:34:41.850Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34602026-07-14T21:34:41.873Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34612026-07-14T21:34:45.769Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34622026-07-14T21:35:26.542Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s
34632026-07-14T21:35:26.779Z
34642026-07-14T21:35:26.779Zreal 1:28.394465984
34652026-07-14T21:35:26.813Zuser 8:48.977885452
34662026-07-14T21:35:26.813Zsys 1:44.253994205
34672026-07-14T21:35:26.813Ztrap 0.268394917
34682026-07-14T21:35:26.813Ztflt 0.433303617
34692026-07-14T21:35:26.813Zdflt 1.496711704
34702026-07-14T21:35:26.813Zkflt 0.000208360
34712026-07-14T21:35:26.814Zlock 31:24.893896437
34722026-07-14T21:35:26.814Zslp 20:05.201093252
34732026-07-14T21:35:26.814Zlat 45.299971836
34742026-07-14T21:35:26.814Zstop 3:11.573687902
34752026-07-14T21:35:26.814Z+ mkdir tests
34762026-07-14T21:35:26.814Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34772026-07-14T21:35:26.814Z+ xargs -I '{}' -t cp '{}' tests/
34782026-07-14T21:35:26.828Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-fbc415f6e3f29891 tests/
34792026-07-14T21:35:26.828Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-d4260c7f856a9489 tests/
34802026-07-14T21:35:26.832Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-fcaff78e173c553f tests/
34812026-07-14T21:35:26.855Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-986220471772af2d tests/
34822026-07-14T21:35:27.085Z+ 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)
34832026-07-14T21:35:27.097Z+ 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-d4260c7f856a9489 tests/commtest-fcaff78e173c553f tests/dhcp_server-fbc415f6e3f29891 tests/end_to_end_tests-986220471772af2d 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
34842026-07-14T21:36:47.390ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34852026-07-14T21:36:47.390Za .github/buildomat/ci-env.sh 1K
34862026-07-14T21:36:47.390Za out/target/test 1K
34872026-07-14T21:36:47.390Za out/npuzone/npuzone 27402K
34882026-07-14T21:36:47.390Za package-manifest.toml 35K
34892026-07-14T21:36:47.390Za smf/sled-agent/non-gimlet/config.toml 6K
34902026-07-14T21:36:47.390Za target/release/omicron-package 40717K
34912026-07-14T21:36:47.390Za target/release/xtask 10468K
34922026-07-14T21:36:47.390Za target/debug/bootstrap 349454K
34932026-07-14T21:36:47.390Za tests/bootstrap-d4260c7f856a9489 31974K
34942026-07-14T21:36:47.390Za tests/commtest-fcaff78e173c553f 32169K
34952026-07-14T21:36:47.390Za tests/dhcp_server-fbc415f6e3f29891 31974K
34962026-07-14T21:36:47.390Za tests/end_to_end_tests-986220471772af2d 399333K
34972026-07-14T21:36:47.390Za tools/opte_version 1K
34982026-07-14T21:36:47.390Za tools/opte_version_override 2K
34992026-07-14T21:36:47.390Za out/clickhouse.tar.gz 310729K
35002026-07-14T21:36:47.390Za out/clickhouse_keeper.tar.gz 297199K
35012026-07-14T21:36:47.390Za out/clickhouse_server.tar.gz 310727K
35022026-07-14T21:36:47.390Za out/cockroachdb.tar.gz 161725K
35032026-07-14T21:36:47.390Za out/crucible-pantry-zone.tar.gz 39108K
35042026-07-14T21:36:47.390Za out/crucible-utils.tar 18900K
35052026-07-14T21:36:47.390Za out/crucible-zone.tar.gz 53803K
35062026-07-14T21:36:47.390Za out/external-dns.tar.gz 46701K
35072026-07-14T21:36:47.390Za out/internal-dns.tar.gz 46701K
35082026-07-14T21:36:47.390Za out/mg-ddm-gz.tar 102717K
35092026-07-14T21:36:47.390Za out/nexus.tar.gz 274239K
35102026-07-14T21:36:47.390Za out/ntp.tar.gz 29905K
35112026-07-14T21:36:47.390Za out/omicron-gateway-softnpu.tar.gz 27702K
35122026-07-14T21:36:47.390Za out/omicron-sled-agent.tar 190761K
35132026-07-14T21:36:47.390Za out/overlay.tar.gz 4K
35142026-07-14T21:36:47.390Za out/oximeter.tar.gz 60675K
35152026-07-14T21:36:47.390Za out/oxlog.tar 3808K
35162026-07-14T21:36:47.390Za out/probe.tar.gz 3037K
35172026-07-14T21:36:47.390Za out/propolis-server.tar.gz 34372K
35182026-07-14T21:36:47.390Za out/pumpkind-gz.tar 26647K
35192026-07-14T21:36:47.391Za out/switch-softnpu.tar.gz 451340K
35202026-07-14T21:36:47.394Z
35212026-07-14T21:36:47.394Zreal 1:20.302718042
35222026-07-14T21:36:47.394Zuser 1:17.583950817
35232026-07-14T21:36:47.394Zsys 4.493648397
35242026-07-14T21:36:47.394Ztrap 0.007169625
35252026-07-14T21:36:47.394Ztflt 0.000000000
35262026-07-14T21:36:47.394Zdflt 0.000000000
35272026-07-14T21:36:47.394Zkflt 0.000000000
35282026-07-14T21:36:47.394Zlock 0.000000000
35292026-07-14T21:36:47.394Zslp 1:17.460837784
35302026-07-14T21:36:47.394Zlat 1.055476945
35312026-07-14T21:36:47.394Zstop 0.000141880
35322026-07-14T21:36:47.394Zprocess exited: duration 955483 ms, exit code 0
 
35332026-07-14T21:36:47.409Zfound 1 output files
35342026-07-14T21:36:47.409Zuploading: /work/package.tar.gz (2487170640 bytes)
35352026-07-14T21:37:17.581Zuploaded: /work/package.tar.gz