01KY11HX4XTPB9TMQDXS600Z3G: 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: 01KY11K8ZKNZRPNW75PNEQ0G8Z

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-21T00:36:34.495Zjob assigned to worker 01KY11KDXHCDD862ND0WAZCS1C [factory aws, i-042ca55edcdd3c728] (queued for 48 s)
 
22026-07-21T00:36:41.031Zstarting task 0: "setup"
32026-07-21T00:36:41.034Z++ uname -s
42026-07-21T00:36:41.037Z+ kern=SunOS
52026-07-21T00:36:41.037Z+ build_user=build
62026-07-21T00:36:41.037Z+ build_uid=12345
72026-07-21T00:36:41.037Z+ work_dir=/work
82026-07-21T00:36:41.037Z+ input_dir=/input
92026-07-21T00:36:41.037Z+ [[ 0 == 12345 ]]
102026-07-21T00:36:41.037Z+ case "$kern" in
112026-07-21T00:36:41.038Z+ groupadd -g 12345 build
122026-07-21T00:36:41.041Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-21T00:36:43.044Z+ zfs create -o mountpoint=/work rpool/work
142026-07-21T00:36:43.140Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-21T00:36:43.145Z+ home_fs=zfs
162026-07-21T00:36:43.145Z+ [[ zfs == autofs ]]
172026-07-21T00:36:43.145Z+ mkdir -p /home/build
182026-07-21T00:36:43.146Z+ chown build:build /home/build /work
192026-07-21T00:36:45.146Z+ chmod 0700 /home/build /work
202026-07-21T00:36:45.150Zprocess exited: duration 4121 ms, exit code 0
 
212026-07-21T00:36:45.156Zstarting task 1: "rust-toolchain"
222026-07-21T00:36:45.161Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-21T00:36:45.161Z * rust toolchain channel = "1.96.1"
242026-07-21T00:36:45.161Z * rust toolchain profile = "default"
252026-07-21T00:36:45.161Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-21T00:36:45.162Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-21T00:36:45.162Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-21T00:36:45.165Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-21T00:36:45.165Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-21T00:36:45.250Zinfo: downloading installer
312026-07-21T00:36:46.515Zwarn: It looks like you have an existing rustup settings file at:
322026-07-21T00:36:46.515Zwarn: /home/build/.rustup/settings.toml
332026-07-21T00:36:46.515Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-21T00:36:46.515Zwarn: instead of the one inferred from the default host triple.
352026-07-21T00:36:46.528Zinfo: profile set to default
362026-07-21T00:36:46.528Zinfo: default host triple is x86_64-unknown-illumos
372026-07-21T00:36:46.531Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-21T00:36:46.669Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-21T00:36:46.673Zinfo: downloading 6 components
402026-07-21T00:37:00.607Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-21T00:37:00.607Z
422026-07-21T00:37:00.636Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-21T00:37:00.636Z
442026-07-21T00:37:00.637Z
452026-07-21T00:37:00.637ZRust is installed now. Great!
462026-07-21T00:37:00.637Z
472026-07-21T00:37:00.637ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-21T00:37:00.637Zenvironment variable. This has not been done automatically.
492026-07-21T00:37:00.637Z
502026-07-21T00:37:00.637ZTo configure your current shell, you need to source
512026-07-21T00:37:00.637Zthe corresponding env file under $HOME/.cargo.
522026-07-21T00:37:00.637Z
532026-07-21T00:37:00.637ZThis is usually done by running one of the following (note the leading DOT):
542026-07-21T00:37:00.637Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-21T00:37:00.637Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-21T00:37:00.637Zsource "~/.cargo/env.nu" # For nushell
572026-07-21T00:37:00.637Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-21T00:37:00.637Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-21T00:37:00.637Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-21T00:37:00.640Zwarn: no default linker (`cc`) was found in your PATH
612026-07-21T00:37:00.640Zwarn: many Rust crates require a system C toolchain to build
622026-07-21T00:37:00.744Z+ rustup --version
632026-07-21T00:37:00.750Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-21T00:37:00.754Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-21T00:37:00.774Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-21T00:37:00.777Z+ cargo --version
672026-07-21T00:37:00.785Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-21T00:37:00.789Z+ rustc --version
692026-07-21T00:37:00.808Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-21T00:37:00.812Zprocess exited: duration 15654 ms, exit code 0
 
712026-07-21T00:37:00.818Zstarting task 2: "authentication"
722026-07-21T00:37:00.836Zprocess exited: duration 17 ms, exit code 0
 
732026-07-21T00:37:00.843Zstarting task 3: "clone repository"
742026-07-21T00:37:00.847Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-21T00:37:00.851Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-21T00:37:00.883ZCloning into '/work/oxidecomputer/omicron'...
772026-07-21T00:37:12.183Z+ cd /work/oxidecomputer/omicron
782026-07-21T00:37:12.184Z+ git fetch origin 112e11a08e29916485785aacadab0fd24c08f226
792026-07-21T00:37:12.484ZFrom https://github.com/oxidecomputer/omicron
802026-07-21T00:37:12.484Z * branch 112e11a08e29916485785aacadab0fd24c08f226 -> FETCH_HEAD
812026-07-21T00:37:12.499Z+ [[ -n fm-saga-diagnoser ]]
822026-07-21T00:37:12.504Z++ git branch --show-current
832026-07-21T00:37:12.504Z+ current=main
842026-07-21T00:37:12.504Z+ [[ main != fm-saga-diagnoser ]]
852026-07-21T00:37:12.504Z+ git branch -f fm-saga-diagnoser 112e11a08e29916485785aacadab0fd24c08f226
862026-07-21T00:37:12.508Z+ git checkout -f fm-saga-diagnoser
872026-07-21T00:37:12.754ZSwitched to branch 'fm-saga-diagnoser'
882026-07-21T00:37:12.757Z+ git reset --hard 112e11a08e29916485785aacadab0fd24c08f226
892026-07-21T00:37:12.782ZHEAD is now at 112e11a08 [fm] saga DE: PR #10592 review fixes
902026-07-21T00:37:12.786Zprocess exited: duration 11940 ms, exit code 0
 
912026-07-21T00:37:12.793Zstarting task 4: "build"
922026-07-21T00:37:12.798Z+ source .github/buildomat/ci-env.sh
932026-07-21T00:37:12.798Z++ export CARGO_TERM_COLOR=always
942026-07-21T00:37:12.798Z++ CARGO_TERM_COLOR=always
952026-07-21T00:37:12.802Z+++ uname -s
962026-07-21T00:37:12.802Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-21T00:37:12.802Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-21T00:37:12.806Z+ cargo --version
992026-07-21T00:37:12.812Zcargo 1.96.1 (356927216 2026-06-26)
1002026-07-21T00:37:12.815Z+ rustc --version
1012026-07-21T00:37:12.835Zrustc 1.96.1 (31fca3adb 2026-06-26)
1022026-07-21T00:37:12.838Z+ WORK=/work
1032026-07-21T00:37:12.838Z+ pfexec mkdir -p /work
1042026-07-21T00:37:12.842Z+ pfexec chown build /work
1052026-07-21T00:37:12.845Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-07-21T00:37:14.514Z Startup: Refreshing catalog 'helios' ... Done
1072026-07-21T00:37:14.695Z Startup: Caching catalogs ... Done
1082026-07-21T00:37:15.572ZPlanning: Solver setup ... Done (0.804s)
1092026-07-21T00:37:15.612ZPlanning: Running solver ... Done (0.038s)
1102026-07-21T00:37:15.631ZPlanning: Finding local manifests ... Done (0.003s)
1112026-07-21T00:37:15.645ZPlanning: Fetching manifests: 0/2 0% complete
1122026-07-21T00:37:15.665ZPlanning: Fetching manifests: 2/2 100% complete
1132026-07-21T00:37:15.679ZPlanning: Package planning ... Done (0.014s)
1142026-07-21T00:37:15.682ZPlanning: Merging actions ... Done (0.001s)
1152026-07-21T00:37:15.894ZPlanning: Checking for conflicting actions ... Done (0.213s)
1162026-07-21T00:37:15.899ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-07-21T00:37:16.770ZPlanning: Evaluating mediators ... Done (0.875s)
1182026-07-21T00:37:16.774ZPlanning: Planning completed in 2.05 seconds
1192026-07-21T00:37:16.780Z Packages to install: 2
1202026-07-21T00:37:16.780Z Estimated space available: 156.05 GB
1212026-07-21T00:37:16.780ZEstimated space to be consumed: 45.24 MB
1222026-07-21T00:37:16.780Z Create boot environment: No
1232026-07-21T00:37:16.783ZCreate backup boot environment: No
1242026-07-21T00:37:16.784Z Rebuild boot archive: No
1252026-07-21T00:37:16.784Z
1262026-07-21T00:37:16.784ZChanged packages:
1272026-07-21T00:37:16.784Zhelios
1282026-07-21T00:37:16.784Z developer/build-essential
1292026-07-21T00:37:16.784Z None -> 11-3.0
1302026-07-21T00:37:16.784Z library/libxmlsec1
1312026-07-21T00:37:16.784Z None -> 1.2.35-3.0
1322026-07-21T00:37:16.808Z
1332026-07-21T00:37:16.808ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-07-21T00:37:16.886ZDownload: Completed 1.28 MB in 0.08 seconds (16.4M/s)
1352026-07-21T00:37:16.966Z Actions: 1/268 actions (Installing new actions)
1362026-07-21T00:37:17.004Z Actions: Completed 268 actions in 0.04 seconds.
1372026-07-21T00:37:17.025ZFinalize: Updating package state database ... Done (0.020s)
1382026-07-21T00:37:17.025ZFinalize: Updating package cache ... Done (0.000s)
1392026-07-21T00:37:17.069ZFinalize: Updating image state ... Done (0.044s)
1402026-07-21T00:37:19.674ZFinalize: Creating fast lookup database ... Done (2.569s)
1412026-07-21T00:37:19.744ZFinalize: Reading search index ... Done (0.012s)
1422026-07-21T00:37:19.747ZFinalize: Updating search index ... Done (0.000s)
1432026-07-21T00:37:19.847ZFinalize: Updating package cache ... Done (0.000s)
1442026-07-21T00:37:20.179ZPlanning: Evaluating mediator changes ... Done
1452026-07-21T00:37:20.283ZPlanning: Checking for conflicting actions ... Done
1462026-07-21T00:37:20.287ZPlanning: Consolidating action changes ... Done
1472026-07-21T00:37:20.440ZPlanning: Evaluating mediators ... Done
1482026-07-21T00:37:20.443ZPlanning: Planning completed in 0.26 seconds
1492026-07-21T00:37:20.464Z Mediators to change: 2
1502026-07-21T00:37:20.464Z Create boot environment: No
1512026-07-21T00:37:20.464ZCreate backup boot environment: No
1522026-07-21T00:37:20.537ZFinalize: Updating package state database ... Done
1532026-07-21T00:37:20.537ZFinalize: Updating package cache ... Done
1542026-07-21T00:37:20.567ZFinalize: Updating image state ... Done
1552026-07-21T00:37:22.491ZFinalize: Creating fast lookup database ... Done
1562026-07-21T00:37:22.550ZFinalize: Reading search index ... Done
1572026-07-21T00:37:22.553ZFinalize: Updating search index ... Done
1582026-07-21T00:37:22.648ZFinalize: Updating package cache ... Done
1592026-07-21T00:37:22.931ZPlanning: Evaluating mediator changes ... Done
1602026-07-21T00:37:23.036ZPlanning: Checking for conflicting actions ... Done
1612026-07-21T00:37:23.040ZPlanning: Consolidating action changes ... Done
1622026-07-21T00:37:23.194ZPlanning: Evaluating mediators ... Done
1632026-07-21T00:37:23.198ZPlanning: Planning completed in 0.26 seconds
1642026-07-21T00:37:23.217Z Mediators to change: 1
1652026-07-21T00:37:23.217Z Create boot environment: No
1662026-07-21T00:37:23.217ZCreate backup boot environment: No
1672026-07-21T00:37:23.274ZFinalize: Updating package state database ... Done
1682026-07-21T00:37:23.274ZFinalize: Updating package cache ... Done
1692026-07-21T00:37:23.301ZFinalize: Updating image state ... Done
1702026-07-21T00:37:25.236ZFinalize: Creating fast lookup database ... Done
1712026-07-21T00:37:25.295ZFinalize: Reading search index ... Done
1722026-07-21T00:37:25.299ZFinalize: Updating search index ... Done
1732026-07-21T00:37:25.376ZFinalize: Updating package cache ... Done
1742026-07-21T00:37:25.686ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-07-21T00:37:25.687Zapache system 2.4 system
1762026-07-21T00:37:25.687Zclang system 15 system
1772026-07-21T00:37:25.687Zcsh system system illumos
1782026-07-21T00:37:25.687Zctags system system illumos
1792026-07-21T00:37:25.687Zfile vendor vendor darwinsys
1802026-07-21T00:37:25.688Zfile system system illumos
1812026-07-21T00:37:25.688Zgcc vendor 14 vendor
1822026-07-21T00:37:25.688Zgcc system 13 system
1832026-07-21T00:37:25.688Zgcc system 10 system
1842026-07-21T00:37:25.688Zgo system 1.25 system
1852026-07-21T00:37:25.688Zllvm system 15 system
1862026-07-21T00:37:25.688Zmariadb system 11.4 system
1872026-07-21T00:37:25.688Zmta vendor vendor dma
1882026-07-21T00:37:25.688Zopenjdk system 17 system
1892026-07-21T00:37:25.688Zopenjdk system 11 system
1902026-07-21T00:37:25.688Zopenssl vendor 3 vendor
1912026-07-21T00:37:25.688Zperl system 5.40 system
1922026-07-21T00:37:25.688Zpostgresql system 18 system
1932026-07-21T00:37:25.688Zpostgresql system 17 system
1942026-07-21T00:37:25.688Zpython vendor 3 vendor
1952026-07-21T00:37:25.688Zpython system 2 system
1962026-07-21T00:37:25.688Zpython3 vendor 3.13 vendor
1972026-07-21T00:37:25.688Zruby system 3.4 system
1982026-07-21T00:37:25.688Zruby system 3.0 system
1992026-07-21T00:37:25.688Zwords vendor vendor american-english
2002026-07-21T00:37:25.688Zwords system system australian-english
2012026-07-21T00:37:25.688Zwords system system british-english
2022026-07-21T00:37:25.688Zwords system system canadian-english
2032026-07-21T00:37:25.688Zwords system system french
2042026-07-21T00:37:25.688Zwords system system italian
2052026-07-21T00:37:25.688Zwords system system ngerman
2062026-07-21T00:37:25.688Zwords system system ogerman
2072026-07-21T00:37:25.689Zwords system system spanish
2082026-07-21T00:37:25.934ZPUBLISHER TYPE STATUS P LOCATION
2092026-07-21T00:37:25.934Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-07-21T00:37:26.284ZFMRI IFO
2112026-07-21T00:37:26.284Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-07-21T00:37:26.284Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-07-21T00:37:26.284Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-07-21T00:37:26.284Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-07-21T00:37:26.284Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-07-21T00:37:26.284Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-07-21T00:37:26.284Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-07-21T00:37:26.284Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-07-21T00:37:26.284Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-07-21T00:37:26.565Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-07-21T00:37:26.845Z Updating crates.io index
2222026-07-21T00:37:26.849Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-07-21T00:37:27.041Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-07-21T00:37:27.328Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-07-21T00:37:28.302Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-07-21T00:37:28.795Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-07-21T00:37:30.305Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-07-21T00:37:31.061Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-07-21T00:37:31.288Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-07-21T00:37:31.579Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-07-21T00:37:32.961Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-07-21T00:37:33.192Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-07-21T00:37:33.493Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2342026-07-21T00:37:33.782Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2352026-07-21T00:37:34.155Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2362026-07-21T00:37:34.589Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2372026-07-21T00:37:34.819Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-07-21T00:37:35.065Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-07-21T00:37:35.342Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2402026-07-21T00:37:35.625Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2412026-07-21T00:37:35.847Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2422026-07-21T00:37:36.052Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2432026-07-21T00:37:36.273Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2442026-07-21T00:37:36.607Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2452026-07-21T00:37:36.898Z Updating git repository `https://github.com/oxidecomputer/erebor`
2462026-07-21T00:37:37.115Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2472026-07-21T00:37:37.498Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2482026-07-21T00:37:37.757Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2492026-07-21T00:37:38.117Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2502026-07-21T00:37:38.602Z Updating git repository `https://github.com/oxidecomputer/ispf`
2512026-07-21T00:37:38.827Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2522026-07-21T00:37:39.032Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2532026-07-21T00:37:39.358Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2542026-07-21T00:37:39.684Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2552026-07-21T00:37:39.930Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2562026-07-21T00:37:40.187Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-07-21T00:37:40.429Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2582026-07-21T00:37:40.762Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2592026-07-21T00:37:41.012Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2602026-07-21T00:37:41.254Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2612026-07-21T00:37:41.513Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2622026-07-21T00:37:41.749Z Updating git repository `https://github.com/illumos/smf-rs`
2632026-07-21T00:37:44.658Z Downloading crates ...
2642026-07-21T00:37:44.722Z Downloaded cpufeatures v0.2.17
2652026-07-21T00:37:44.725Z Downloaded equivalent v1.0.2
2662026-07-21T00:37:44.725Z Downloaded cfg-if v1.0.4
2672026-07-21T00:37:44.733Z Downloaded colorchoice v1.0.4
2682026-07-21T00:37:44.736Z Downloaded zmij v1.0.21
2692026-07-21T00:37:44.736Z Downloaded dof v0.3.0
2702026-07-21T00:37:44.740Z Downloaded usdt-macro v0.5.0
2712026-07-21T00:37:44.743Z Downloaded usdt-attr-macro v0.5.0
2722026-07-21T00:37:44.743Z Downloaded dtrace-parser v0.2.0
2732026-07-21T00:37:44.743Z Downloaded block-buffer v0.10.4
2742026-07-21T00:37:44.747Z Downloaded fnv v1.0.7
2752026-07-21T00:37:44.747Z Downloaded zerocopy v0.7.35
2762026-07-21T00:37:44.755Z Downloaded crypto-common v0.1.7
2772026-07-21T00:37:44.758Z Downloaded anstyle-parse v1.0.0
2782026-07-21T00:37:44.758Z Downloaded zerocopy-derive v0.7.35
2792026-07-21T00:37:44.758Z Downloaded clap_lex v1.0.0
2802026-07-21T00:37:44.762Z Downloaded macaddr v1.0.1
2812026-07-21T00:37:44.768Z Downloaded heck v0.5.0
2822026-07-21T00:37:44.773Z Downloaded version_check v0.9.5
2832026-07-21T00:37:44.778Z Downloaded itoa v1.0.17
2842026-07-21T00:37:44.778Z Downloaded anstyle-query v1.1.5
2852026-07-21T00:37:44.781Z Downloaded toml_write v0.1.2
2862026-07-21T00:37:44.785Z Downloaded plain v0.2.3
2872026-07-21T00:37:44.788Z Downloaded bytecount v0.6.9
2882026-07-21T00:37:44.788Z Downloaded generic-array v0.14.7
2892026-07-21T00:37:44.794Z Downloaded scroll_derive v0.12.1
2902026-07-21T00:37:44.797Z Downloaded memmap v0.7.0
2912026-07-21T00:37:44.797Z Downloaded pretty-hex v0.4.1
2922026-07-21T00:37:44.797Z Downloaded digest v0.10.7
2932026-07-21T00:37:44.797Z Downloaded camino-tempfile v1.4.1
2942026-07-21T00:37:44.800Z Downloaded autocfg v1.5.0
2952026-07-21T00:37:44.800Z Downloaded errno v0.3.14
2962026-07-21T00:37:44.804Z Downloaded bitflags v2.11.0
2972026-07-21T00:37:44.807Z Downloaded thread-id v4.2.2
2982026-07-21T00:37:44.807Z Downloaded is_terminal_polyfill v1.70.2
2992026-07-21T00:37:44.807Z Downloaded clap_derive v4.6.1
3002026-07-21T00:37:44.812Z Downloaded proc-macro-error-attr v1.0.4
3012026-07-21T00:37:44.815Z Downloaded smawk v0.3.2
3022026-07-21T00:37:44.815Z Downloaded utf8parse v0.2.2
3032026-07-21T00:37:44.815Z Downloaded usdt v0.5.0
3042026-07-21T00:37:44.815Z Downloaded heck v0.4.1
3052026-07-21T00:37:44.818Z Downloaded unicode-linebreak v0.1.5
3062026-07-21T00:37:44.818Z Downloaded strsim v0.11.1
3072026-07-21T00:37:44.821Z Downloaded tabled_derive v0.7.0
3082026-07-21T00:37:44.822Z Downloaded fastrand v2.3.0
3092026-07-21T00:37:44.842Z Downloaded swrite v0.1.0
3102026-07-21T00:37:44.847Z Downloaded toml_datetime v0.6.11
3112026-07-21T00:37:44.851Z Downloaded cargo-platform v0.3.2
3122026-07-21T00:37:44.857Z Downloaded serde_tokenstream v0.2.3
3132026-07-21T00:37:44.862Z Downloaded anstream v1.0.0
3142026-07-21T00:37:44.865Z Downloaded once_cell v1.21.3
3152026-07-21T00:37:44.868Z Downloaded byteorder v1.5.0
3162026-07-21T00:37:44.871Z Downloaded pest_derive v2.8.6
3172026-07-21T00:37:44.871Z Downloaded cargo_metadata v0.23.1
3182026-07-21T00:37:44.877Z Downloaded semver v1.0.28
3192026-07-21T00:37:44.880Z Downloaded cargo_toml v0.21.0
3202026-07-21T00:37:44.880Z Downloaded serde_spanned v0.6.9
3212026-07-21T00:37:44.887Z Downloaded anstyle v1.0.14
3222026-07-21T00:37:44.894Z Downloaded usdt-impl v0.5.0
3232026-07-21T00:37:44.897Z Downloaded thiserror-impl v1.0.69
3242026-07-21T00:37:44.897Z Downloaded thiserror v1.0.69
3252026-07-21T00:37:44.901Z Downloaded proc-macro-error v1.0.4
3262026-07-21T00:37:44.901Z Downloaded thiserror v2.0.18
3272026-07-21T00:37:44.906Z Downloaded scroll v0.12.0
3282026-07-21T00:37:44.917Z Downloaded toml v0.8.23
3292026-07-21T00:37:44.921Z Downloaded terminal_size v0.4.3
3302026-07-21T00:37:44.924Z Downloaded thiserror-impl v2.0.18
3312026-07-21T00:37:44.924Z Downloaded getrandom v0.4.1
3322026-07-21T00:37:44.929Z Downloaded pest_generator v2.8.6
3332026-07-21T00:37:44.938Z Downloaded camino v1.2.2
3342026-07-21T00:37:44.943Z Downloaded fs-err v3.3.0
3352026-07-21T00:37:44.947Z Downloaded sha2 v0.10.9
3362026-07-21T00:37:44.950Z Downloaded tempfile v3.25.0
3372026-07-21T00:37:44.950Z Downloaded clap v4.6.1
3382026-07-21T00:37:44.954Z Downloaded quote v1.0.45
3392026-07-21T00:37:44.957Z Downloaded anyhow v1.0.102
3402026-07-21T00:37:44.960Z Downloaded papergrid v0.11.0
3412026-07-21T00:37:44.960Z Downloaded serde_derive v1.0.228
3422026-07-21T00:37:44.969Z Downloaded log v0.4.29
3432026-07-21T00:37:44.973Z Downloaded unicode-ident v1.0.24
3442026-07-21T00:37:44.976Z Downloaded ucd-trie v0.1.7
3452026-07-21T00:37:44.981Z Downloaded textwrap v0.16.2
3462026-07-21T00:37:44.991Z Downloaded proc-macro2 v1.0.106
3472026-07-21T00:37:45.009Z Downloaded pest_meta v2.8.6
3482026-07-21T00:37:45.030Z Downloaded toml_edit v0.22.27
3492026-07-21T00:37:45.034Z Downloaded serde_core v1.0.228
3502026-07-21T00:37:45.038Z Downloaded serde v1.0.228
3512026-07-21T00:37:45.038Z Downloaded memchr v2.8.0
3522026-07-21T00:37:45.044Z Downloaded indexmap v2.14.0
3532026-07-21T00:37:45.072Z Downloaded typenum v1.20.1
3542026-07-21T00:37:45.077Z Downloaded pest v2.8.6
3552026-07-21T00:37:45.092Z Downloaded hashbrown v0.17.0
3562026-07-21T00:37:45.100Z Downloaded clap_builder v4.6.0
3572026-07-21T00:37:45.105Z Downloaded serde_json v1.0.150
3582026-07-21T00:37:45.115Z Downloaded winnow v0.7.14
3592026-07-21T00:37:45.120Z Downloaded goblin v0.8.2
3602026-07-21T00:37:45.135Z Downloaded tabled v0.15.0
3612026-07-21T00:37:45.153Z Downloaded syn v1.0.109
3622026-07-21T00:37:45.161Z Downloaded unicode-width v0.1.14
3632026-07-21T00:37:45.164Z Downloaded syn v2.0.117
3642026-07-21T00:37:45.170Z Downloaded unicode-width v0.2.0
3652026-07-21T00:37:45.187Z Downloaded rustix v1.1.3
3662026-07-21T00:37:45.221Z Downloaded libc v0.2.185
3672026-07-21T00:37:45.282Z Compiling proc-macro2 v1.0.106
3682026-07-21T00:37:45.282Z Compiling quote v1.0.45
3692026-07-21T00:37:45.282Z Compiling unicode-ident v1.0.24
3702026-07-21T00:37:45.286Z Compiling serde_core v1.0.228
3712026-07-21T00:37:45.286Z Compiling libc v0.2.185
3722026-07-21T00:37:45.286Z Compiling version_check v0.9.5
3732026-07-21T00:37:45.286Z Compiling memchr v2.8.0
3742026-07-21T00:37:45.286Z Compiling serde v1.0.228
3752026-07-21T00:37:45.286Z Compiling zmij v1.0.21
3762026-07-21T00:37:45.286Z Compiling ucd-trie v0.1.7
3772026-07-21T00:37:45.286Z Compiling itoa v1.0.17
3782026-07-21T00:37:45.286Z Compiling thiserror v1.0.69
3792026-07-21T00:37:45.462Z Compiling rustix v1.1.3
3802026-07-21T00:37:45.465Z Compiling byteorder v1.5.0
3812026-07-21T00:37:45.696Z Compiling bitflags v2.11.0
3822026-07-21T00:37:45.828Z Compiling serde_json v1.0.150
3832026-07-21T00:37:45.975Z Compiling camino v1.2.2
3842026-07-21T00:37:45.978Z Compiling syn v1.0.109
3852026-07-21T00:37:45.978Z Compiling hashbrown v0.17.0
3862026-07-21T00:37:46.016Z Compiling getrandom v0.4.1
3872026-07-21T00:37:46.053Z Compiling usdt-impl v0.5.0
3882026-07-21T00:37:46.067Z Compiling proc-macro-error-attr v1.0.4
3892026-07-21T00:37:46.110Z Compiling pest v2.8.6
3902026-07-21T00:37:46.245Z Compiling proc-macro-error v1.0.4
3912026-07-21T00:37:46.278Z Compiling plain v0.2.3
3922026-07-21T00:37:46.298Z Compiling log v0.4.29
3932026-07-21T00:37:46.331Z Compiling equivalent v1.0.2
3942026-07-21T00:37:46.348Z Compiling utf8parse v0.2.2
3952026-07-21T00:37:46.451Z Compiling errno v0.3.14
3962026-07-21T00:37:46.470Z Compiling thread-id v4.2.2
3972026-07-21T00:37:46.474Z Compiling is_terminal_polyfill v1.70.2
3982026-07-21T00:37:46.502Z Compiling anstyle-parse v1.0.0
3992026-07-21T00:37:46.506Z Compiling colorchoice v1.0.4
4002026-07-21T00:37:46.524Z Compiling anstyle v1.0.14
4012026-07-21T00:37:46.561Z Compiling pretty-hex v0.4.1
4022026-07-21T00:37:46.616Z Compiling winnow v0.7.14
4032026-07-21T00:37:46.667Z Compiling indexmap v2.14.0
4042026-07-21T00:37:46.671Z Compiling toml_write v0.1.2
4052026-07-21T00:37:46.671Z Compiling cfg-if v1.0.4
4062026-07-21T00:37:46.720Z Compiling thiserror v2.0.18
4072026-07-21T00:37:46.724Z Compiling autocfg v1.5.0
4082026-07-21T00:37:46.724Z Compiling anstyle-query v1.1.5
4092026-07-21T00:37:46.802Z Compiling once_cell v1.21.3
4102026-07-21T00:37:46.837Z Compiling syn v2.0.117
4112026-07-21T00:37:46.894Z Compiling anstream v1.0.0
4122026-07-21T00:37:46.927Z Compiling heck v0.5.0
4132026-07-21T00:37:46.942Z Compiling anyhow v1.0.102
4142026-07-21T00:37:47.058Z Compiling bytecount v0.6.9
4152026-07-21T00:37:47.099Z Compiling unicode-width v0.1.14
4162026-07-21T00:37:47.184Z Compiling heck v0.4.1
4172026-07-21T00:37:47.207Z Compiling pest_meta v2.8.6
4182026-07-21T00:37:47.211Z Compiling fs-err v3.3.0
4192026-07-21T00:37:47.242Z Compiling fastrand v2.3.0
4202026-07-21T00:37:47.293Z Compiling strsim v0.11.1
4212026-07-21T00:37:47.337Z Compiling fnv v1.0.7
4222026-07-21T00:37:47.374Z Compiling clap_lex v1.0.0
4232026-07-21T00:37:47.401Z Compiling memmap v0.7.0
4242026-07-21T00:37:47.436Z Compiling papergrid v0.11.0
4252026-07-21T00:37:47.454Z Compiling unicode-linebreak v0.1.5
4262026-07-21T00:37:47.475Z Compiling unicode-width v0.2.0
4272026-07-21T00:37:47.549Z Compiling terminal_size v0.4.3
4282026-07-21T00:37:47.620Z Compiling tempfile v3.25.0
4292026-07-21T00:37:47.651Z Compiling smawk v0.3.2
4302026-07-21T00:37:47.698Z Compiling clap_builder v4.6.0
4312026-07-21T00:37:47.715Z Compiling swrite v0.1.0
4322026-07-21T00:37:47.766Z Compiling textwrap v0.16.2
4332026-07-21T00:37:48.030Z Compiling semver v1.0.28
4342026-07-21T00:37:48.048Z Compiling cargo-platform v0.3.2
4352026-07-21T00:37:48.274Z Compiling camino-tempfile v1.4.1
4362026-07-21T00:37:48.399Z Compiling tabled_derive v0.7.0
4372026-07-21T00:37:49.041Z Compiling pest_generator v2.8.6
4382026-07-21T00:37:49.083Z Compiling tabled v0.15.0
4392026-07-21T00:37:49.491Z Compiling serde_derive v1.0.228
4402026-07-21T00:37:49.533Z Compiling thiserror-impl v1.0.69
4412026-07-21T00:37:49.533Z Compiling zerocopy-derive v0.7.35
4422026-07-21T00:37:49.533Z Compiling scroll_derive v0.12.1
4432026-07-21T00:37:49.533Z Compiling thiserror-impl v2.0.18
4442026-07-21T00:37:49.533Z Compiling clap_derive v4.6.1
4452026-07-21T00:37:49.596Z Compiling pest_derive v2.8.6
4462026-07-21T00:37:50.163Z Compiling scroll v0.12.0
4472026-07-21T00:37:50.221Z Compiling zerocopy v0.7.35
4482026-07-21T00:37:50.363Z Compiling goblin v0.8.2
4492026-07-21T00:37:50.648Z Compiling dtrace-parser v0.2.0
4502026-07-21T00:37:50.861Z Compiling clap v4.6.1
4512026-07-21T00:37:51.910Z Compiling dof v0.3.0
4522026-07-21T00:37:51.910Z Compiling serde_tokenstream v0.2.3
4532026-07-21T00:37:51.940Z Compiling serde_spanned v0.6.9
4542026-07-21T00:37:51.944Z Compiling toml_datetime v0.6.11
4552026-07-21T00:37:51.944Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4562026-07-21T00:37:51.944Z Compiling cargo_metadata v0.23.1
4572026-07-21T00:37:51.945Z Compiling macaddr v1.0.1
4582026-07-21T00:37:52.125Z Compiling toml_edit v0.22.27
4592026-07-21T00:37:52.580Z Compiling usdt-attr-macro v0.5.0
4602026-07-21T00:37:52.584Z Compiling usdt-macro v0.5.0
4612026-07-21T00:37:53.226Z Compiling usdt v0.5.0
4622026-07-21T00:37:53.390Z Compiling toml v0.8.23
4632026-07-21T00:37:53.704Z Compiling cargo_toml v0.21.0
4642026-07-21T00:37:54.985Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4652026-07-21T00:37:56.971Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.58s
4662026-07-21T00:37:57.194Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4672026-07-21T00:37:57.680Z Downloading crates ...
4682026-07-21T00:37:57.772Z Downloaded anstream v0.6.21
4692026-07-21T00:37:57.777Z Downloaded anstyle-parse v0.2.7
4702026-07-21T00:37:57.782Z Downloaded adler2 v2.0.1
4712026-07-21T00:37:57.787Z Downloaded base16ct v0.2.0
4722026-07-21T00:37:57.787Z Downloaded async-compression v0.4.41
4732026-07-21T00:37:57.795Z Downloaded base16ct v1.0.0
4742026-07-21T00:37:57.800Z Downloaded assert_matches v1.5.0
4752026-07-21T00:37:57.807Z Downloaded async-stream-impl v0.3.6
4762026-07-21T00:37:57.810Z Downloaded defmt v0.3.100
4772026-07-21T00:37:57.810Z Downloaded bitflags v1.3.2
4782026-07-21T00:37:57.813Z Downloaded convert_case v0.4.0
4792026-07-21T00:37:57.814Z Downloaded async-stream v0.3.6
4802026-07-21T00:37:57.814Z Downloaded ascii-canvas v3.0.0
4812026-07-21T00:37:57.814Z Downloaded aead v0.6.1
4822026-07-21T00:37:57.818Z Downloaded atty v0.2.14
4832026-07-21T00:37:57.818Z Downloaded array-init v0.0.4
4842026-07-21T00:37:57.818Z Downloaded cookie v0.18.1
4852026-07-21T00:37:57.822Z Downloaded diesel_table_macro_syntax v0.3.0
4862026-07-21T00:37:57.822Z Downloaded crypto-common v0.2.2
4872026-07-21T00:37:57.822Z Downloaded daft-derive v0.1.7
4882026-07-21T00:37:57.825Z Downloaded ctutils v0.4.2
4892026-07-21T00:37:57.825Z Downloaded bit-set v0.5.3
4902026-07-21T00:37:57.830Z Downloaded darling_core v0.13.4
4912026-07-21T00:37:57.830Z Downloaded dunce v1.0.5
4922026-07-21T00:37:57.833Z Downloaded dropshot-api-manager-types v0.7.2
4932026-07-21T00:37:57.833Z Downloaded dsl_auto_type v0.2.0
4942026-07-21T00:37:57.833Z Downloaded dirs-sys-next v0.1.2
4952026-07-21T00:37:57.833Z Downloaded async-recursion v1.1.1
4962026-07-21T00:37:57.836Z Downloaded atomicwrites v0.4.4
4972026-07-21T00:37:57.836Z Downloaded darling v0.21.3
4982026-07-21T00:37:57.839Z Downloaded either v1.15.0
4992026-07-21T00:37:57.839Z Downloaded bit-set v0.8.0
5002026-07-21T00:37:57.842Z Downloaded ed25519 v3.0.0
5012026-07-21T00:37:57.842Z Downloaded aead v0.5.2
5022026-07-21T00:37:57.842Z Downloaded ar_archive_writer v0.5.1
5032026-07-21T00:37:57.845Z Downloaded bitfield-macros v0.19.4
5042026-07-21T00:37:57.845Z Downloaded bcrypt-pbkdf v0.11.0
5052026-07-21T00:37:57.848Z Downloaded argon2 v0.5.3
5062026-07-21T00:37:57.848Z Downloaded crunchy v0.2.4
5072026-07-21T00:37:57.848Z Downloaded display-error-chain v0.2.2
5082026-07-21T00:37:57.853Z Downloaded crossbeam-channel v0.5.15
5092026-07-21T00:37:57.853Z Downloaded async-trait v0.1.89
5102026-07-21T00:37:57.856Z Downloaded compression-core v0.4.31
5112026-07-21T00:37:57.856Z Downloaded cfg_aliases v0.2.1
5122026-07-21T00:37:57.856Z Downloaded crucible-workspace-hack v0.1.0
5132026-07-21T00:37:57.856Z Downloaded bit-vec v0.8.0
5142026-07-21T00:37:57.860Z Downloaded cfg_aliases v0.1.1
5152026-07-21T00:37:57.860Z Downloaded block-buffer v0.12.1
5162026-07-21T00:37:57.860Z Downloaded arrayref v0.3.9
5172026-07-21T00:37:57.860Z Downloaded bit-vec v0.6.3
5182026-07-21T00:37:57.863Z Downloaded crossterm v0.28.1
5192026-07-21T00:37:57.868Z Downloaded crossbeam-utils v0.8.21
5202026-07-21T00:37:57.871Z Downloaded async-bb8-diesel v0.2.1
5212026-07-21T00:37:57.871Z Downloaded crossbeam-epoch v0.9.18
5222026-07-21T00:37:57.878Z Downloaded darling_macro v0.23.0
5232026-07-21T00:37:57.878Z Downloaded ciborium-io v0.2.2
5242026-07-21T00:37:57.878Z Downloaded argon2 v0.6.0-rc.8
5252026-07-21T00:37:57.881Z Downloaded cstr-argument v0.1.2
5262026-07-21T00:37:57.881Z Downloaded bitfield-struct v0.6.2
5272026-07-21T00:37:57.881Z Downloaded ctr v0.10.1
5282026-07-21T00:37:57.881Z Downloaded crossbeam-deque v0.8.6
5292026-07-21T00:37:57.886Z Downloaded ciborium-ll v0.2.2
5302026-07-21T00:37:57.889Z Downloaded cobs v0.3.0
5312026-07-21T00:37:57.889Z Downloaded difflib v0.4.0
5322026-07-21T00:37:57.889Z Downloaded castaway v0.2.4
5332026-07-21T00:37:57.892Z Downloaded crc8 v0.1.1
5342026-07-21T00:37:57.892Z Downloaded cpufeatures v0.3.0
5352026-07-21T00:37:57.892Z Downloaded float-cmp v0.10.0
5362026-07-21T00:37:57.895Z Downloaded digest-io v0.1.0
5372026-07-21T00:37:57.895Z Downloaded atomic-waker v1.1.2
5382026-07-21T00:37:57.900Z Downloaded block-padding v0.4.2
5392026-07-21T00:37:57.903Z Downloaded darling_macro v0.13.4
5402026-07-21T00:37:57.907Z Downloaded dof v0.4.0
5412026-07-21T00:37:57.910Z Downloaded darling_macro v0.20.11
5422026-07-21T00:37:57.910Z Downloaded dtrace-parser v0.3.0
5432026-07-21T00:37:57.913Z Downloaded embedded-io v0.6.1
5442026-07-21T00:37:57.913Z Downloaded dirs-next v2.0.0
5452026-07-21T00:37:57.913Z Downloaded crc-catalog v2.4.0
5462026-07-21T00:37:57.918Z Downloaded cpubits v0.1.1
5472026-07-21T00:37:57.918Z Downloaded bb8 v0.8.6
5482026-07-21T00:37:57.918Z Downloaded crc v3.4.0
5492026-07-21T00:37:57.918Z Downloaded bitfield v0.19.4
5502026-07-21T00:37:57.921Z Downloaded chacha20 v0.9.1
5512026-07-21T00:37:57.921Z Downloaded dyn-clone v1.0.20
5522026-07-21T00:37:57.921Z Downloaded downcast-rs v2.0.2
5532026-07-21T00:37:57.921Z Downloaded curve25519-dalek-derive v0.1.1
5542026-07-21T00:37:57.924Z Downloaded bcs v0.1.6
5552026-07-21T00:37:57.924Z Downloaded endian-type v0.1.2
5562026-07-21T00:37:57.928Z Downloaded fd-lock v4.0.4
5572026-07-21T00:37:57.928Z Downloaded enum-as-inner v0.6.1
5582026-07-21T00:37:57.934Z Downloaded arrayvec v0.7.6
5592026-07-21T00:37:57.937Z Downloaded blowfish v0.10.0
5602026-07-21T00:37:57.942Z Downloaded env_filter v1.0.0
5612026-07-21T00:37:57.953Z Downloaded buf-list v1.1.2
5622026-07-21T00:37:57.956Z Downloaded document-features v0.2.12
5632026-07-21T00:37:57.956Z Downloaded defmt-parser v1.0.0
5642026-07-21T00:37:57.957Z Downloaded cmov v0.5.4
5652026-07-21T00:37:57.957Z Downloaded base64ct v1.8.3
5662026-07-21T00:37:57.960Z Downloaded float-ord v0.3.2
5672026-07-21T00:37:57.960Z Downloaded fixedbitset v0.4.2
5682026-07-21T00:37:57.963Z Downloaded foreign-types-shared v0.3.1
5692026-07-21T00:37:57.963Z Downloaded derive_builder_macro v0.20.2
5702026-07-21T00:37:57.963Z Downloaded embedded-io v0.4.0
5712026-07-21T00:37:57.966Z Downloaded funty v2.0.0
5722026-07-21T00:37:57.966Z Downloaded futures-core v0.3.32
5732026-07-21T00:37:57.966Z Downloaded foreign-types v0.3.2
5742026-07-21T00:37:57.966Z Downloaded foreign-types-shared v0.1.1
5752026-07-21T00:37:57.970Z Downloaded futures-sink v0.3.32
5762026-07-21T00:37:57.973Z Downloaded form_urlencoded v1.2.2
5772026-07-21T00:37:57.973Z Downloaded flagset v0.4.7
5782026-07-21T00:37:57.973Z Downloaded foreign-types v0.5.0
5792026-07-21T00:37:57.976Z Downloaded constant_time_eq v0.4.2
5802026-07-21T00:37:57.976Z Downloaded cbc v0.2.1
5812026-07-21T00:37:57.979Z Downloaded compression-codecs v0.4.37
5822026-07-21T00:37:57.979Z Downloaded foreign-types-macros v0.2.3
5832026-07-21T00:37:57.982Z Downloaded cipher v0.4.4
5842026-07-21T00:37:57.984Z Downloaded fxhash v0.2.1
5852026-07-21T00:37:57.984Z Downloaded cmake v0.1.57
5862026-07-21T00:37:57.987Z Downloaded cexpr v0.6.0
5872026-07-21T00:37:57.987Z Downloaded displaydoc v0.2.5
5882026-07-21T00:37:57.987Z Downloaded cipher v0.5.2
5892026-07-21T00:37:57.990Z Downloaded cassowary v0.3.0
5902026-07-21T00:37:57.990Z Downloaded camino-tempfile-ext v0.3.3
5912026-07-21T00:37:57.990Z Downloaded gethostname v0.5.0
5922026-07-21T00:37:57.994Z Downloaded defmt v1.0.1
5932026-07-21T00:37:57.994Z Downloaded darling v0.13.4
5942026-07-21T00:37:57.997Z Downloaded corncobs v0.1.4
5952026-07-21T00:37:57.997Z Downloaded convert_case v0.10.0
5962026-07-21T00:37:58.001Z Downloaded daft v0.1.7
5972026-07-21T00:37:58.001Z Downloaded ciborium v0.2.2
5982026-07-21T00:37:58.001Z Downloaded futures-macro v0.3.32
5992026-07-21T00:37:58.004Z Downloaded enum_dispatch v0.3.13
6002026-07-21T00:37:58.004Z Downloaded bs58 v0.5.1
6012026-07-21T00:37:58.007Z Downloaded byte-wrapper v0.1.0
6022026-07-21T00:37:58.007Z Downloaded blake2 v0.10.6
6032026-07-21T00:37:58.010Z Downloaded ena v0.14.4
6042026-07-21T00:37:58.010Z Downloaded bzip2 v0.6.1
6052026-07-21T00:37:58.010Z Downloaded git-stub v1.0.0
6062026-07-21T00:37:58.015Z Downloaded chacha20 v0.10.0
6072026-07-21T00:37:58.015Z Downloaded erased-serde v0.3.31
6082026-07-21T00:37:58.019Z Downloaded colored v2.2.0
6092026-07-21T00:37:58.019Z Downloaded hash32 v0.3.1
6102026-07-21T00:37:58.019Z Downloaded env_logger v0.11.9
6112026-07-21T00:37:58.019Z Downloaded hash32 v0.2.1
6122026-07-21T00:37:58.023Z Downloaded headers-core v0.3.0
6132026-07-21T00:37:58.023Z Downloaded ghash v0.6.0
6142026-07-21T00:37:58.023Z Downloaded filetime v0.2.27
6152026-07-21T00:37:58.023Z Downloaded allocator-api2 v0.2.21
6162026-07-21T00:37:58.028Z Downloaded ahash v0.8.12
6172026-07-21T00:37:58.028Z Downloaded diesel-dtrace v0.5.0
6182026-07-21T00:37:58.028Z Downloaded critical-section v1.2.0
6192026-07-21T00:37:58.032Z Downloaded debug-ignore v1.0.5
6202026-07-21T00:37:58.032Z Downloaded futures-io v0.3.32
6212026-07-21T00:37:58.032Z Downloaded foldhash v0.2.0
6222026-07-21T00:37:58.032Z Downloaded futures-executor v0.3.32
6232026-07-21T00:37:58.036Z Downloaded deranged v0.5.8
6242026-07-21T00:37:58.036Z Downloaded foldhash v0.1.5
6252026-07-21T00:37:58.036Z Downloaded derive-ex v0.1.8
6262026-07-21T00:37:58.036Z Downloaded ff v0.14.0
6272026-07-21T00:37:58.040Z Downloaded hostname v0.3.1
6282026-07-21T00:37:58.040Z Downloaded fallible-iterator v0.2.0
6292026-07-21T00:37:58.040Z Downloaded ed25519 v2.2.3
6302026-07-21T00:37:58.048Z Downloaded ecdsa v0.16.9
6312026-07-21T00:37:58.048Z Downloaded clang-sys v1.8.1
6322026-07-21T00:37:58.048Z Downloaded defmt-macros v1.0.1
6332026-07-21T00:37:58.048Z Downloaded delegate v0.13.5
6342026-07-21T00:37:58.052Z Downloaded csv-core v0.1.13
6352026-07-21T00:37:58.052Z Downloaded ff v0.13.1
6362026-07-21T00:37:58.054Z Downloaded const-oid v0.9.6
6372026-07-21T00:37:58.054Z Downloaded const_format_proc_macros v0.2.34
6382026-07-21T00:37:58.054Z Downloaded fixedbitset v0.5.7
6392026-07-21T00:37:58.059Z Downloaded fs-err v2.11.0
6402026-07-21T00:37:58.059Z Downloaded find-msvc-tools v0.1.9
6412026-07-21T00:37:58.059Z Downloaded backon v1.6.0
6422026-07-21T00:37:58.059Z Downloaded hex-literal v1.1.0
6432026-07-21T00:37:58.059Z Downloaded hex v0.4.3
6442026-07-21T00:37:58.059Z Downloaded colored v3.1.1
6452026-07-21T00:37:58.064Z Downloaded data-encoding v2.10.0
6462026-07-21T00:37:58.064Z Downloaded futures-task v0.3.32
6472026-07-21T00:37:58.064Z Downloaded home v0.5.12
6482026-07-21T00:37:58.069Z Downloaded darling_macro v0.21.3
6492026-07-21T00:37:58.070Z Downloaded http-range v0.1.5
6502026-07-21T00:37:58.070Z Downloaded http-body v1.0.1
6512026-07-21T00:37:58.070Z Downloaded digest v0.11.3
6522026-07-21T00:37:58.074Z Downloaded cancel-safe-futures v0.1.5
6532026-07-21T00:37:58.078Z Downloaded crc32fast v1.5.0
6542026-07-21T00:37:58.078Z Downloaded hubpack v0.1.2
6552026-07-21T00:37:58.078Z Downloaded blake2 v0.11.0-rc.6
6562026-07-21T00:37:58.078Z Downloaded httpdate v1.0.3
6572026-07-21T00:37:58.081Z Downloaded group v0.13.0
6582026-07-21T00:37:58.081Z Downloaded globwalk v0.9.1
6592026-07-21T00:37:58.081Z Downloaded cookie_store v0.22.1
6602026-07-21T00:37:58.085Z Downloaded backoff v0.4.0
6612026-07-21T00:37:58.085Z Downloaded drift v0.2.0
6622026-07-21T00:37:58.091Z Downloaded derive_builder v0.20.2
6632026-07-21T00:37:58.094Z Downloaded group v0.14.0
6642026-07-21T00:37:58.094Z Downloaded illumos-nvpair v0.3.0
6652026-07-21T00:37:58.098Z Downloaded ident_case v1.0.1
6662026-07-21T00:37:58.098Z Downloaded glob v0.3.3
6672026-07-21T00:37:58.099Z Downloaded der_derive v0.7.3
6682026-07-21T00:37:58.099Z Downloaded hubpack_derive v0.1.1
6692026-07-21T00:37:58.102Z Downloaded arc-swap v1.8.2
6702026-07-21T00:37:58.102Z Downloaded bzip2 v0.4.4
6712026-07-21T00:37:58.102Z Downloaded futures-channel v0.3.32
6722026-07-21T00:37:58.107Z Downloaded hyper-tls v0.6.0
6732026-07-21T00:37:58.107Z Downloaded highway v1.3.0
6742026-07-21T00:37:58.107Z Downloaded fs_extra v1.3.0
6752026-07-21T00:37:58.110Z Downloaded illumos-nvpair-sys v0.2.0
6762026-07-21T00:37:58.114Z Downloaded idna_adapter v1.2.1
6772026-07-21T00:37:58.114Z Downloaded indoc v1.0.9
6782026-07-21T00:37:58.114Z Downloaded internet-checksum v0.2.1
6792026-07-21T00:37:58.114Z Downloaded instant v0.1.13
6802026-07-21T00:37:58.120Z Downloaded indent_write v2.2.0
6812026-07-21T00:37:58.120Z Downloaded darling v0.20.11
6822026-07-21T00:37:58.123Z Downloaded getrandom v0.2.17
6832026-07-21T00:37:58.126Z Downloaded des v0.9.0
6842026-07-21T00:37:58.126Z Downloaded derive_builder_core v0.20.2
6852026-07-21T00:37:58.129Z Downloaded console v0.16.2
6862026-07-21T00:37:58.129Z Downloaded console v0.15.11
6872026-07-21T00:37:58.132Z Downloaded diff v0.1.13
6882026-07-21T00:37:58.135Z Downloaded ecdsa v0.17.0-rc.18
6892026-07-21T00:37:58.135Z Downloaded is_ci v1.2.0
6902026-07-21T00:37:58.140Z Downloaded http-body-util v0.1.3
6912026-07-21T00:37:58.140Z Downloaded hostname v0.4.2
6922026-07-21T00:37:58.140Z Downloaded base64 v0.22.1
6932026-07-21T00:37:58.143Z Downloaded git-stub-vcs v0.1.0
6942026-07-21T00:37:58.143Z Downloaded is-terminal v0.4.17
6952026-07-21T00:37:58.146Z Downloaded inout v0.1.4
6962026-07-21T00:37:58.149Z Downloaded kstat-rs v0.2.4
6972026-07-21T00:37:58.152Z Downloaded inout v0.2.2
6982026-07-21T00:37:58.158Z Downloaded half v1.8.3
6992026-07-21T00:37:58.162Z Downloaded crc-any v2.5.0
7002026-07-21T00:37:58.165Z Downloaded elliptic-curve v0.14.0-rc.33
7012026-07-21T00:37:58.169Z Downloaded lru-slab v0.1.2
7022026-07-21T00:37:58.169Z Downloaded derive-where v1.6.0
7032026-07-21T00:37:58.174Z Downloaded memoffset v0.9.1
7042026-07-21T00:37:58.174Z Downloaded md-5 v0.10.6
7052026-07-21T00:37:58.178Z Downloaded keccak v0.1.6
7062026-07-21T00:37:58.179Z Downloaded managed v0.8.0
7072026-07-21T00:37:58.179Z Downloaded libscf-sys v1.1.0
7082026-07-21T00:37:58.179Z Downloaded lazy_static v1.5.0
7092026-07-21T00:37:58.184Z Downloaded kem v0.3.0
7102026-07-21T00:37:58.184Z Downloaded darling v0.23.0
7112026-07-21T00:37:58.184Z Downloaded lru v0.12.5
7122026-07-21T00:37:58.190Z Downloaded linked-hash-map v0.5.6
7132026-07-21T00:37:58.190Z Downloaded instability v0.3.11
7142026-07-21T00:37:58.192Z Downloaded ingot v0.1.1
7152026-07-21T00:37:58.192Z Downloaded indoc v2.0.7
7162026-07-21T00:37:58.198Z Downloaded globset v0.4.18
7172026-07-21T00:37:58.199Z Downloaded compact_str v0.8.1
7182026-07-21T00:37:58.199Z Downloaded const-oid v0.10.2
7192026-07-21T00:37:58.208Z Downloaded chacha20poly1305 v0.10.1
7202026-07-21T00:37:58.208Z Downloaded hyper-staticfile v0.10.1
7212026-07-21T00:37:58.208Z Downloaded generic-array v1.4.3
7222026-07-21T00:37:58.208Z Downloaded multimap v0.10.1
7232026-07-21T00:37:58.208Z Downloaded lzss v0.8.2
7242026-07-21T00:37:58.208Z Downloaded nodrop v0.1.14
7252026-07-21T00:37:58.212Z Downloaded match_cfg v0.1.0
7262026-07-21T00:37:58.213Z Downloaded maplit v1.0.2
7272026-07-21T00:37:58.213Z Downloaded normalize-line-endings v0.3.0
7282026-07-21T00:37:58.213Z Downloaded md5 v0.8.0
7292026-07-21T00:37:58.213Z Downloaded mime v0.3.17
7302026-07-21T00:37:58.216Z Downloaded lru-cache v0.1.2
7312026-07-21T00:37:58.216Z Downloaded newline-converter v0.3.0
7322026-07-21T00:37:58.216Z Downloaded new_debug_unreachable v1.0.6
7332026-07-21T00:37:58.216Z Downloaded newtype_derive v0.1.6
7342026-07-21T00:37:58.221Z Downloaded nibble_vec v0.1.0
7352026-07-21T00:37:58.221Z Downloaded maybe-uninit v2.0.0
7362026-07-21T00:37:58.221Z Downloaded libefi-sys v0.1.0
7372026-07-21T00:37:58.226Z Downloaded jobserver v0.1.34
7382026-07-21T00:37:58.227Z Downloaded bytes v1.11.1
7392026-07-21T00:37:58.227Z Downloaded libloading v0.8.9
7402026-07-21T00:37:58.230Z Downloaded num-conv v0.2.0
7412026-07-21T00:37:58.230Z Downloaded num v0.4.3
7422026-07-21T00:37:58.230Z Downloaded newtype-uuid-macros v0.1.0
7432026-07-21T00:37:58.230Z Downloaded dropshot_endpoint v0.17.1
7442026-07-21T00:37:58.234Z Downloaded base64 v0.21.7
7452026-07-21T00:37:58.237Z Downloaded hybrid-array v0.4.13
7462026-07-21T00:37:58.237Z Downloaded derive_more v0.99.20
7472026-07-21T00:37:58.240Z Downloaded hyper-rustls v0.27.7
7482026-07-21T00:37:58.244Z Downloaded futures v0.3.32
7492026-07-21T00:37:58.247Z Downloaded ipnetwork v0.21.1
7502026-07-21T00:37:58.249Z Downloaded httparse v1.10.1
7512026-07-21T00:37:58.252Z Downloaded num_threads v0.1.7
7522026-07-21T00:37:58.252Z Downloaded ipnet v2.11.0
7532026-07-21T00:37:58.252Z Downloaded fatfs v0.3.6
7542026-07-21T00:37:58.252Z Downloaded mime_guess v2.0.5
7552026-07-21T00:37:58.267Z Downloaded ingot-types v0.1.2
7562026-07-21T00:37:58.270Z Downloaded getrandom v0.3.4
7572026-07-21T00:37:58.274Z Downloaded linear-map v1.2.0
7582026-07-21T00:37:58.274Z Downloaded lalrpop-util v0.19.12
7592026-07-21T00:37:58.274Z Downloaded num-derive v0.4.2
7602026-07-21T00:37:58.277Z Downloaded openssl-macros v0.1.1
7612026-07-21T00:37:58.277Z Downloaded olpc-cjson v0.1.4
7622026-07-21T00:37:58.277Z Downloaded native-tls v0.2.18
7632026-07-21T00:37:58.280Z Downloaded darling_core v0.21.3
7642026-07-21T00:37:58.283Z Downloaded opaque-debug v0.3.1
7652026-07-21T00:37:58.283Z Downloaded lock_api v0.4.14
7662026-07-21T00:37:58.288Z Downloaded nanorand v0.7.0
7672026-07-21T00:37:58.288Z Downloaded multer v3.1.0
7682026-07-21T00:37:58.294Z Downloaded const_format v0.2.35
7692026-07-21T00:37:58.294Z Downloaded oso-derive v0.27.3
7702026-07-21T00:37:58.294Z Downloaded nonempty v0.12.0
7712026-07-21T00:37:58.294Z Downloaded iana-time-zone v0.1.65
7722026-07-21T00:37:58.297Z Downloaded num_enum_derive v0.5.11
7732026-07-21T00:37:58.298Z Downloaded libsw-core v0.3.2
7742026-07-21T00:37:58.298Z Downloaded humantime v2.3.0
7752026-07-21T00:37:58.303Z Downloaded hmac v0.12.1
7762026-07-21T00:37:58.303Z Downloaded elliptic-curve v0.13.8
7772026-07-21T00:37:58.303Z Downloaded impl-trait-for-tuples v0.2.3
7782026-07-21T00:37:58.306Z Downloaded openssl-probe v0.1.6
7792026-07-21T00:37:58.306Z Downloaded num-integer v0.1.46
7802026-07-21T00:37:58.309Z Downloaded num-complex v0.4.6
7812026-07-21T00:37:58.309Z Downloaded module-lattice v0.2.3
7822026-07-21T00:37:58.309Z Downloaded openssl-probe v0.2.1
7832026-07-21T00:37:58.312Z Downloaded libsw v3.5.0
7842026-07-21T00:37:58.312Z Downloaded headers v0.4.1
7852026-07-21T00:37:58.315Z Downloaded parse-size v1.1.0
7862026-07-21T00:37:58.319Z Downloaded packed_struct_codegen v0.10.1
7872026-07-21T00:37:58.319Z Downloaded litemap v0.8.1
7882026-07-21T00:37:58.322Z Downloaded parse-display v0.10.0
7892026-07-21T00:37:58.322Z Downloaded path-slash v0.1.5
7902026-07-21T00:37:58.322Z Downloaded password-hash v0.6.1
7912026-07-21T00:37:58.327Z Downloaded darling_core v0.20.11
7922026-07-21T00:37:58.327Z Downloaded darling_core v0.23.0
7932026-07-21T00:37:58.330Z Downloaded phf_shared v0.13.1
7942026-07-21T00:37:58.330Z Downloaded aho-corasick v1.1.4
7952026-07-21T00:37:58.334Z Downloaded num_enum_derive v0.7.6
7962026-07-21T00:37:58.337Z Downloaded icu_provider v2.1.1
7972026-07-21T00:37:58.340Z Downloaded ingot-macros v0.1.1
7982026-07-21T00:37:58.340Z Downloaded hmac v0.13.0
7992026-07-21T00:37:58.340Z Downloaded half v2.7.1
8002026-07-21T00:37:58.343Z Downloaded newtype-uuid v1.3.2
8012026-07-21T00:37:58.347Z Downloaded keccak v0.2.0
8022026-07-21T00:37:58.347Z Downloaded peg-runtime v0.8.5
8032026-07-21T00:37:58.347Z Downloaded phf_shared v0.12.1
8042026-07-21T00:37:58.361Z Downloaded phf_shared v0.11.3
8052026-07-21T00:37:58.361Z Downloaded num-derive v0.3.3
8062026-07-21T00:37:58.362Z Downloaded cc v1.2.56
8072026-07-21T00:37:58.362Z Downloaded percent-encoding v2.3.2
8082026-07-21T00:37:58.366Z Downloaded ed25519-dalek v2.2.0
8092026-07-21T00:37:58.369Z Downloaded oxide-tokio-rt v0.1.4
8102026-07-21T00:37:58.369Z Downloaded owo-colors v4.3.0
8112026-07-21T00:37:58.369Z Downloaded num_enum v0.7.6
8122026-07-21T00:37:58.373Z Downloaded num-iter v0.1.45
8132026-07-21T00:37:58.377Z Downloaded bumpalo v3.20.2
8142026-07-21T00:37:58.381Z Downloaded litrs v1.0.0
8152026-07-21T00:37:58.390Z Downloaded num-rational v0.4.2
8162026-07-21T00:37:58.394Z Downloaded precomputed-hash v0.1.1
8172026-07-21T00:37:58.397Z Downloaded expectorate v1.2.0
8182026-07-21T00:37:58.403Z Downloaded memmap2 v0.9.10
8192026-07-21T00:37:58.408Z Downloaded password-hash v0.5.0
8202026-07-21T00:37:58.408Z Downloaded parse-display-derive v0.10.0
8212026-07-21T00:37:58.408Z Downloaded predicates-core v1.0.10
8222026-07-21T00:37:58.412Z Downloaded num_enum v0.5.11
8232026-07-21T00:37:58.412Z Downloaded proc-macro-error-attr2 v2.0.0
8242026-07-21T00:37:58.412Z Downloaded proc-macro-crate v3.4.0
8252026-07-21T00:37:58.412Z Downloaded progenitor-client v0.14.0
8262026-07-21T00:37:58.416Z Downloaded proc-macro-crate v1.3.1
8272026-07-21T00:37:58.416Z Downloaded pem-rfc7468 v0.7.0
8282026-07-21T00:37:58.416Z Downloaded packed_struct v0.10.1
8292026-07-21T00:37:58.419Z Downloaded powerfmt v0.2.0
8302026-07-21T00:37:58.419Z Downloaded ignore v0.4.25
8312026-07-21T00:37:58.419Z Downloaded phf v0.13.1
8322026-07-21T00:37:58.422Z Downloaded indexmap v1.9.3
8332026-07-21T00:37:58.422Z Downloaded potential_utf v0.1.4
8342026-07-21T00:37:58.425Z Downloaded hickory-resolver v0.25.2
8352026-07-21T00:37:58.431Z Downloaded crypto-bigint v0.5.5
8362026-07-21T00:37:58.434Z Downloaded progenitor-macro v0.14.0
8372026-07-21T00:37:58.440Z Downloaded progenitor-macro v0.13.0
8382026-07-21T00:37:58.443Z Downloaded flume v0.11.1
8392026-07-21T00:37:58.443Z Downloaded flate2 v1.1.9
8402026-07-21T00:37:58.449Z Downloaded pkg-config v0.3.32
8412026-07-21T00:37:58.452Z Downloaded port-file v0.1.0
8422026-07-21T00:37:58.452Z Downloaded parking_lot_core v0.8.6
8432026-07-21T00:37:58.455Z Downloaded nu-ansi-term v0.50.3
8442026-07-21T00:37:58.458Z Downloaded quick-error v1.2.3
8452026-07-21T00:37:58.458Z Downloaded der v0.7.10
8462026-07-21T00:37:58.462Z Downloaded paste v1.0.15
8472026-07-21T00:37:58.465Z Downloaded crypto-primes v0.7.2
8482026-07-21T00:37:58.468Z Downloaded pem-rfc7468 v1.0.0
8492026-07-21T00:37:58.471Z Downloaded peg-macros v0.8.5
8502026-07-21T00:37:58.471Z Downloaded phf v0.12.1
8512026-07-21T00:37:58.471Z Downloaded parking_lot v0.12.5
8522026-07-21T00:37:58.474Z Downloaded radium v0.7.0
8532026-07-21T00:37:58.474Z Downloaded parking_lot v0.11.2
8542026-07-21T00:37:58.477Z Downloaded phc v0.6.1
8552026-07-21T00:37:58.477Z Downloaded pin-project-lite v0.2.17
8562026-07-21T00:37:58.481Z Downloaded psl-types v2.0.11
8572026-07-21T00:37:58.481Z Downloaded pbkdf2 v0.13.0
8582026-07-21T00:37:58.481Z Downloaded num-traits v0.2.19
8592026-07-21T00:37:58.484Z Downloaded rand_chacha v0.3.1
8602026-07-21T00:37:58.484Z Downloaded icu_collections v2.1.1
8612026-07-21T00:37:58.487Z Downloaded primeorder v0.14.0-rc.10
8622026-07-21T00:37:58.491Z Downloaded rand_xorshift v0.4.0
8632026-07-21T00:37:58.491Z Downloaded peg v0.8.5
8642026-07-21T00:37:58.494Z Downloaded predicates v3.1.4
8652026-07-21T00:37:58.494Z Downloaded primefield v0.14.0
8662026-07-21T00:37:58.497Z Downloaded indicatif v0.18.4
8672026-07-21T00:37:58.500Z Downloaded icu_properties v2.1.2
8682026-07-21T00:37:58.500Z Downloaded icu_normalizer_data v2.1.1
8692026-07-21T00:37:58.503Z Downloaded heapless v0.7.17
8702026-07-21T00:37:58.504Z Downloaded progenitor-client v0.13.0
8712026-07-21T00:37:58.507Z Downloaded progenitor v0.14.0
8722026-07-21T00:37:58.507Z Downloaded pkcs1 v0.8.0-rc.4
8732026-07-21T00:37:58.507Z Downloaded oxnet v0.1.6
8742026-07-21T00:37:58.513Z Downloaded pkcs1 v0.7.5
8752026-07-21T00:37:58.513Z Downloaded ref-cast v1.0.25
8762026-07-21T00:37:58.513Z Downloaded omicron-zone-package v0.12.3
8772026-07-21T00:37:58.517Z Downloaded polyval v0.7.1
8782026-07-21T00:37:58.517Z Downloaded poly1305 v0.8.0
8792026-07-21T00:37:58.517Z Downloaded icu_locale_core v2.1.1
8802026-07-21T00:37:58.521Z Downloaded predicates-tree v1.0.13
8812026-07-21T00:37:58.525Z Downloaded ppv-lite86 v0.2.21
8822026-07-21T00:37:58.525Z Downloaded postgres-protocol v0.6.10
8832026-07-21T00:37:58.525Z Downloaded poly1305 v0.9.0
8842026-07-21T00:37:58.529Z Downloaded ml-kem v0.3.2
8852026-07-21T00:37:58.529Z Downloaded rfc6979 v0.4.0
8862026-07-21T00:37:58.529Z Downloaded derive_more v2.1.1
8872026-07-21T00:37:58.538Z Downloaded jiff-static v0.2.21
8882026-07-21T00:37:58.543Z Downloaded heapless v0.8.0
8892026-07-21T00:37:58.543Z Downloaded recursive v0.1.1
8902026-07-21T00:37:58.543Z Downloaded primeorder v0.13.6
8912026-07-21T00:37:58.543Z Downloaded postcard v1.1.3
8922026-07-21T00:37:58.548Z Downloaded papergrid v0.17.0
8932026-07-21T00:37:58.548Z Downloaded russh-cryptovec v0.61.0
8942026-07-21T00:37:58.548Z Downloaded progenitor-extras v0.2.0
8952026-07-21T00:37:59.555Z Downloaded rand_core v0.6.4
8962026-07-21T00:37:59.555Z Downloaded ref-cast-impl v1.0.25
8972026-07-21T00:37:59.555Z Downloaded parking_lot_core v0.9.12
8982026-07-21T00:37:59.555Z Downloaded rfc6979 v0.5.0
8992026-07-21T00:37:59.561Z Downloaded aes-gcm v0.11.0
9002026-07-21T00:37:59.561Z Downloaded rand_core v0.10.0
9012026-07-21T00:37:59.561Z Downloaded progenitor v0.13.0
9022026-07-21T00:37:59.561Z Downloaded rand_chacha v0.9.0
9032026-07-21T00:37:59.561Z Downloaded r2d2 v0.8.10
9042026-07-21T00:37:59.561Z Downloaded rustc_version v0.4.1
9052026-07-21T00:37:59.561Z Downloaded rustc_version v0.1.7
9062026-07-21T00:37:59.561Z Downloaded aes v0.9.1
9072026-07-21T00:37:59.561Z Downloaded internal-russh-num-bigint v0.5.0
9082026-07-21T00:37:59.561Z Downloaded pkcs8 v0.10.2
9092026-07-21T00:37:59.561Z Downloaded minimal-lexical v0.2.1
9102026-07-21T00:37:59.561Z Downloaded rand_core v0.9.5
9112026-07-21T00:37:59.561Z Downloaded pin-project v1.1.11
9122026-07-21T00:37:59.561Z Downloaded scopeguard v1.2.0
9132026-07-21T00:37:59.561Z Downloaded icu_normalizer v2.1.1
9142026-07-21T00:37:59.561Z Downloaded miniz_oxide v0.8.9
9152026-07-21T00:37:59.561Z Downloaded scheduled-thread-pool v0.2.7
9162026-07-21T00:37:59.561Z Downloaded same-file v1.0.6
9172026-07-21T00:37:59.561Z Downloaded http v1.4.2
9182026-07-21T00:37:59.561Z Downloaded rustc-hash v2.1.1
9192026-07-21T00:37:59.561Z Downloaded russh-util v0.52.0
9202026-07-21T00:37:59.562Z Downloaded pkcs8 v0.11.0
9212026-07-21T00:37:59.562Z Downloaded recursive-proc-macro-impl v0.1.1
9222026-07-21T00:37:59.562Z Downloaded postgres-types v0.2.12
9232026-07-21T00:37:59.562Z Downloaded pkcs5 v0.8.1
9242026-07-21T00:37:59.562Z Downloaded oso v0.27.3
9252026-07-21T00:37:59.562Z Downloaded hickory-server v0.25.2
9262026-07-21T00:37:59.562Z Downloaded derive_more-impl v2.1.1
9272026-07-21T00:37:59.562Z Downloaded scroll_derive v0.13.1
9282026-07-21T00:37:59.562Z Downloaded rpassword v7.5.4
9292026-07-21T00:37:59.562Z Downloaded quinn-udp v0.5.14
9302026-07-21T00:37:59.562Z Downloaded resolv-conf v0.7.6
9312026-07-21T00:37:59.562Z Downloaded hickory-resolver v0.24.4
9322026-07-21T00:37:59.562Z Downloaded diesel_derives v2.3.7
9332026-07-21T00:37:59.562Z Downloaded secrecy v0.10.3
9342026-07-21T00:37:59.562Z Downloaded secrecy v0.8.0
9352026-07-21T00:37:59.562Z Downloaded serde_bytes v0.11.19
9362026-07-21T00:37:59.562Z Downloaded der v0.8.0
9372026-07-21T00:37:59.562Z Downloaded serde_spanned v1.1.1
9382026-07-21T00:37:59.562Z Downloaded sapling-renderdag v0.1.0
9392026-07-21T00:37:59.562Z Downloaded proc-macro-error2 v2.0.1
9402026-07-21T00:37:59.562Z Downloaded pem v3.0.6
9412026-07-21T00:37:59.563Z Downloaded libbz2-rs-sys v0.2.2
9422026-07-21T00:37:59.563Z Downloaded rustls-pemfile v2.2.0
9432026-07-21T00:37:59.563Z Downloaded semver v0.1.20
9442026-07-21T00:37:59.563Z Downloaded serde_repr v0.1.20
9452026-07-21T00:37:59.564Z Downloaded serde_plain v1.0.2
9462026-07-21T00:37:59.564Z Downloaded serde-big-array v0.5.1
9472026-07-21T00:37:59.564Z Downloaded crossterm v0.29.0
9482026-07-21T00:37:59.564Z Downloaded sha1 v0.11.0
9492026-07-21T00:37:59.564Z Downloaded siphasher v1.0.2
9502026-07-21T00:37:59.564Z Downloaded signature v2.2.0
9512026-07-21T00:37:59.564Z Downloaded psm v0.1.30
9522026-07-21T00:37:59.564Z Downloaded pin-project-internal v1.1.11
9532026-07-21T00:37:59.564Z Downloaded serde_urlencoded v0.7.1
9542026-07-21T00:37:59.564Z Downloaded rtoolbox v0.0.3
9552026-07-21T00:37:59.564Z Downloaded rand_seeder v0.4.0
9562026-07-21T00:37:59.564Z Downloaded sha1 v0.10.6
9572026-07-21T00:37:59.564Z Downloaded rustversion v1.0.22
9582026-07-21T00:37:59.564Z Downloaded schemars_derive v0.8.22
9592026-07-21T00:37:59.564Z Downloaded hashbrown v0.12.3
9602026-07-21T00:37:59.564Z Downloaded sigpipe v0.1.3
9612026-07-21T00:37:59.564Z Downloaded signature v3.0.0
9622026-07-21T00:37:59.564Z Downloaded signal-hook-mio v0.2.5
9632026-07-21T00:37:59.564Z Downloaded slog-bunyan v2.5.0
9642026-07-21T00:37:59.564Z Downloaded slog-envlogger v2.2.0
9652026-07-21T00:37:59.564Z Downloaded p384 v0.14.0-rc.10
9662026-07-21T00:37:59.564Z Downloaded p256 v0.14.0-rc.10
9672026-07-21T00:37:59.565Z Downloaded sec1 v0.8.1
9682026-07-21T00:37:59.565Z Downloaded rustls-native-certs v0.8.3
9692026-07-21T00:37:59.565Z Downloaded signal-hook-tokio v0.3.1
9702026-07-21T00:37:59.565Z Downloaded shell-words v1.1.1
9712026-07-21T00:37:59.565Z Downloaded hashbrown v0.13.2
9722026-07-21T00:37:59.565Z Downloaded itertools v0.10.5
9732026-07-21T00:37:59.566Z Downloaded serde_path_to_error v0.1.20
9742026-07-21T00:37:59.566Z Downloaded serde-hex v0.1.0
9752026-07-21T00:37:59.566Z Downloaded ed25519-dalek v3.0.0-rc.0
9762026-07-21T00:37:59.566Z Downloaded prefix-trie v0.7.0
9772026-07-21T00:37:59.566Z Downloaded serde_derive_internals v0.29.1
9782026-07-21T00:37:59.566Z Downloaded rcgen v0.12.1
9792026-07-21T00:37:59.566Z Downloaded rusty-fork v0.3.1
9802026-07-21T00:37:59.566Z Downloaded hashbrown v0.16.1
9812026-07-21T00:37:59.566Z Downloaded sqlparser_derive v0.5.0
9822026-07-21T00:37:59.566Z Downloaded progenitor-impl v0.13.0
9832026-07-21T00:37:59.566Z Downloaded mio v1.2.0
9842026-07-21T00:37:59.566Z Downloaded shlex v1.3.0
9852026-07-21T00:37:59.566Z Downloaded seq-macro v0.3.6
9862026-07-21T00:37:59.566Z Downloaded sec1 v0.7.3
9872026-07-21T00:37:59.566Z Downloaded stable_deref_trait v1.2.1
9882026-07-21T00:37:59.566Z Downloaded scroll v0.13.0
9892026-07-21T00:37:59.566Z Downloaded strsim v0.10.0
9902026-07-21T00:37:59.566Z Downloaded progenitor-impl v0.14.0
9912026-07-21T00:37:59.566Z Downloaded serde_with_macros v1.5.2
9922026-07-21T00:37:59.566Z Downloaded ron v0.8.1
9932026-07-21T00:37:59.567Z Downloaded serdect v0.4.3
9942026-07-21T00:37:59.567Z Downloaded slog-async v2.8.0
9952026-07-21T00:37:59.567Z Downloaded slab v0.4.12
9962026-07-21T00:37:59.567Z Downloaded hyper-util v0.1.20
9972026-07-21T00:37:59.567Z Downloaded prettyplease v0.2.37
9982026-07-21T00:37:59.568Z Downloaded rustls-pki-types v1.14.0
9992026-07-21T00:37:59.574Z Downloaded serde_cbor v0.11.2
10002026-07-21T00:37:59.574Z Downloaded strip-ansi-escapes v0.2.1
10012026-07-21T00:37:59.574Z Downloaded strum v0.27.2
10022026-07-21T00:37:59.574Z Downloaded slog-json v2.6.1
10032026-07-21T00:37:59.574Z Downloaded subtle v2.6.1
10042026-07-21T00:37:59.574Z Downloaded smallvec v0.6.14
10052026-07-21T00:37:59.574Z Downloaded take_mut v0.2.2
10062026-07-21T00:37:59.574Z Downloaded slog-stdlog v4.1.1
10072026-07-21T00:37:59.574Z Downloaded strum v0.26.3
10082026-07-21T00:37:59.574Z Downloaded structmeta-derive v0.3.0
10092026-07-21T00:37:59.574Z Downloaded structmeta v0.3.0
10102026-07-21T00:37:59.574Z Downloaded simd-adler32 v0.3.8
10112026-07-21T00:37:59.574Z Downloaded tagptr v0.2.0
10122026-07-21T00:37:59.574Z Downloaded ssh-cipher v0.3.0-rc.9
10132026-07-21T00:37:59.574Z Downloaded tabled_derive v0.11.0
10142026-07-21T00:37:59.574Z Downloaded idna v1.1.0
10152026-07-21T00:37:59.574Z Downloaded slog-scope v4.4.1
10162026-07-21T00:37:59.574Z Downloaded salsa20 v0.11.0
10172026-07-21T00:37:59.574Z Downloaded sync_wrapper v1.0.2
10182026-07-21T00:37:59.574Z Downloaded supports-color v3.0.2
10192026-07-21T00:37:59.575Z Downloaded thread-id v5.1.0
10202026-07-21T00:37:59.575Z Downloaded tabwriter v1.4.1
10212026-07-21T00:37:59.575Z Downloaded termtree v0.5.1
10222026-07-21T00:37:59.575Z Downloaded string_cache v0.8.9
10232026-07-21T00:37:59.575Z Downloaded static_assertions v1.1.0
10242026-07-21T00:37:59.575Z Downloaded stacker v0.1.23
10252026-07-21T00:37:59.575Z Downloaded smf v0.2.3
10262026-07-21T00:37:59.575Z Downloaded futures-util v0.3.32
10272026-07-21T00:37:59.575Z Downloaded spki v0.7.3
10282026-07-21T00:37:59.575Z Downloaded publicsuffix v2.3.0
10292026-07-21T00:37:59.575Z Downloaded testing_table v0.3.0
10302026-07-21T00:37:59.575Z Downloaded tap v1.0.1
10312026-07-21T00:37:59.575Z Downloaded thiserror-impl-no-std v2.0.2
10322026-07-21T00:37:59.575Z Downloaded signal-hook-registry v1.4.8
10332026-07-21T00:37:59.575Z Downloaded slog-dtrace v0.3.0
10342026-07-21T00:37:59.575Z Downloaded scrypt v0.12.0
10352026-07-21T00:37:59.575Z Downloaded num-bigint-dig v0.8.6
10362026-07-21T00:37:59.575Z Downloaded strum_macros v0.26.4
10372026-07-21T00:37:59.575Z Downloaded spki v0.8.0
10382026-07-21T00:37:59.575Z Downloaded serde_with_macros v3.21.0
10392026-07-21T00:37:59.575Z Downloaded tinyvec_macros v0.1.1
10402026-07-21T00:37:59.575Z Downloaded sha2 v0.11.0
10412026-07-21T00:37:59.576Z Downloaded snafu-derive v0.8.9
10422026-07-21T00:37:59.576Z Downloaded ssh-encoding v0.3.0-rc.9
10432026-07-21T00:37:59.576Z Downloaded hashbrown v0.15.5
10442026-07-21T00:37:59.576Z Downloaded rayon-core v1.13.0
10452026-07-21T00:37:59.576Z Downloaded rustls-platform-verifier v0.6.2
10462026-07-21T00:37:59.576Z Downloaded termios v0.3.3
10472026-07-21T00:37:59.576Z Downloaded stringprep v0.1.5
10482026-07-21T00:37:59.576Z Downloaded tokio-macros v2.7.0
10492026-07-21T00:37:59.576Z Downloaded icu_properties_data v2.1.2
10502026-07-21T00:37:59.576Z Downloaded tokio-test v0.4.5
10512026-07-21T00:37:59.576Z Downloaded strum_macros v0.24.3
10522026-07-21T00:37:59.576Z Downloaded nom v7.1.3
10532026-07-21T00:37:59.576Z Downloaded tower-service v0.3.3
10542026-07-21T00:37:59.577Z Downloaded tinystr v0.8.2
10552026-07-21T00:37:59.577Z Downloaded time-macros v0.2.27
10562026-07-21T00:37:59.577Z Downloaded ryu v1.0.23
10572026-07-21T00:37:59.577Z Downloaded sync-ptr v0.1.4
10582026-07-21T00:37:59.577Z Downloaded support-bundle-viewer v0.1.2
10592026-07-21T00:37:59.577Z Downloaded pretty_assertions v1.4.1
10602026-07-21T00:37:59.577Z Downloaded time-core v0.1.8
10612026-07-21T00:37:59.577Z Downloaded signal-hook v0.3.18
10622026-07-21T00:37:59.577Z Downloaded iri-string v0.7.10
10632026-07-21T00:37:59.577Z Downloaded hkdf v0.12.4
10642026-07-21T00:37:59.577Z Downloaded hkdf v0.13.0
10652026-07-21T00:37:59.577Z Downloaded synstructure v0.13.2
10662026-07-21T00:37:59.577Z Downloaded schemars v0.8.22
10672026-07-21T00:37:59.577Z Downloaded try-lock v0.2.5
10682026-07-21T00:37:59.577Z Downloaded trait-variant v0.1.2
10692026-07-21T00:37:59.577Z Downloaded tower-layer v0.3.3
10702026-07-21T00:37:59.577Z Downloaded tls_codec v0.4.2
10712026-07-21T00:37:59.578Z Downloaded topological-sort v0.2.2
10722026-07-21T00:37:59.578Z Downloaded spin v0.9.8
10732026-07-21T00:37:59.578Z Downloaded rsa v0.9.10
10742026-07-21T00:37:59.578Z Downloaded nom v8.0.0
10752026-07-21T00:37:59.578Z Downloaded thread_local v1.1.9
10762026-07-21T00:37:59.578Z Downloaded tokio-dtrace v0.1.1
10772026-07-21T00:37:59.578Z Downloaded typify-macro v0.6.2
10782026-07-21T00:37:59.578Z Downloaded thiserror-no-std v2.0.2
10792026-07-21T00:37:59.578Z Downloaded strum_macros v0.27.2
10802026-07-21T00:37:59.578Z Downloaded rand v0.8.6
10812026-07-21T00:37:59.578Z Downloaded unarray v0.1.4
10822026-07-21T00:37:59.578Z Downloaded aws-lc-rs v1.16.3
10832026-07-21T00:37:59.578Z Downloaded unicode-xid v0.2.6
10842026-07-21T00:37:59.578Z Downloaded term v1.2.1
10852026-07-21T00:37:59.578Z Downloaded tokio-tungstenite v0.23.1
10862026-07-21T00:37:59.579Z Downloaded socket2 v0.5.10
10872026-07-21T00:37:59.579Z Downloaded tiny-keccak v2.0.2
10882026-07-21T00:37:59.579Z Downloaded serde_yaml v0.9.34+deprecated
10892026-07-21T00:37:59.579Z Downloaded quinn v0.11.9
10902026-07-21T00:37:59.579Z Downloaded qorb v0.4.1
10912026-07-21T00:37:59.579Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10922026-07-21T00:37:59.579Z Downloaded p521 v0.14.0-rc.10
10932026-07-21T00:37:59.579Z Downloaded universal-hash v0.5.1
10942026-07-21T00:37:59.579Z Downloaded tokio-native-tls v0.3.1
10952026-07-21T00:37:59.579Z Downloaded dropshot-api-manager v0.7.2
10962026-07-21T00:37:59.579Z Downloaded utf8_iter v1.0.4
10972026-07-21T00:37:59.580Z Downloaded untrusted v0.9.0
10982026-07-21T00:37:59.580Z Downloaded untrusted v0.7.1
10992026-07-21T00:37:59.584Z Downloaded itertools v0.13.0
11002026-07-21T00:37:59.584Z Downloaded tokio-tungstenite v0.21.0
11012026-07-21T00:37:59.584Z Downloaded itertools v0.12.1
11022026-07-21T00:37:59.584Z Downloaded unicode-truncate v1.1.0
11032026-07-21T00:37:59.584Z Downloaded schemars v1.2.1
11042026-07-21T00:37:59.584Z Downloaded void v1.0.2
11052026-07-21T00:37:59.584Z Downloaded tui-tree-widget v0.23.1
11062026-07-21T00:37:59.584Z Downloaded tokio-stream v0.1.18
11072026-07-21T00:37:59.584Z Downloaded tokio-rustls v0.26.4
11082026-07-21T00:37:59.584Z Downloaded samael v0.0.19
11092026-07-21T00:37:59.584Z Downloaded toml_datetime v1.1.1+spec-1.1.0
11102026-07-21T00:37:59.584Z Downloaded num-bigint v0.4.6
11112026-07-21T00:37:59.584Z Downloaded waitgroup v0.1.2
11122026-07-21T00:37:59.584Z Downloaded wait-timeout v0.2.1
11132026-07-21T00:37:59.584Z Downloaded libxml v0.3.3
11142026-07-21T00:37:59.584Z Downloaded utf-8 v0.7.6
11152026-07-21T00:37:59.584Z Downloaded bitvec v1.0.1
11162026-07-21T00:37:59.584Z Downloaded zerofrom-derive v0.1.6
11172026-07-21T00:37:59.584Z Downloaded zerofrom v0.1.6
11182026-07-21T00:37:59.584Z Downloaded bindgen v0.71.1
11192026-07-21T00:37:59.584Z Downloaded want v0.3.1
11202026-07-21T00:37:59.584Z Downloaded usdt-macro v0.6.0
11212026-07-21T00:37:59.584Z Downloaded usdt-attr-macro v0.6.0
11222026-07-21T00:37:59.584Z Downloaded usdt v0.6.0
11232026-07-21T00:37:59.584Z Downloaded unicase v2.9.0
11242026-07-21T00:37:59.584Z Downloaded snafu v0.8.9
11252026-07-21T00:37:59.584Z Downloaded tracing-attributes v0.1.31
11262026-07-21T00:37:59.585Z Downloaded universal-hash v0.6.1
11272026-07-21T00:37:59.585Z Downloaded rand v0.9.2
11282026-07-21T00:37:59.585Z Downloaded toml_writer v1.1.1+spec-1.1.0
11292026-07-21T00:37:59.585Z Downloaded hyper v1.10.1
11302026-07-21T00:37:59.585Z Downloaded zeroize_derive v1.4.3
11312026-07-21T00:37:59.585Z Downloaded yoke-derive v0.8.1
11322026-07-21T00:37:59.585Z Downloaded zone_cfg_derive v0.3.1
11332026-07-21T00:37:59.585Z Downloaded xattr v1.6.1
11342026-07-21T00:37:59.585Z Downloaded blake3 v1.8.5
11352026-07-21T00:37:59.585Z Downloaded h2 v0.4.15
11362026-07-21T00:37:59.585Z Downloaded tls_codec_derive v0.4.2
11372026-07-21T00:37:59.585Z Downloaded tinyvec v1.10.0
11382026-07-21T00:37:59.585Z Downloaded slog v2.8.2
11392026-07-21T00:37:59.585Z Downloaded vergen-lib v0.1.6
11402026-07-21T00:37:59.585Z Downloaded libm v0.2.16
11412026-07-21T00:37:59.585Z Downloaded xshell-macros v0.2.7
11422026-07-21T00:37:59.585Z Downloaded vergen-lib v9.1.0
11432026-07-21T00:37:59.585Z Downloaded itertools v0.14.0
11442026-07-21T00:37:59.585Z Downloaded similar v2.7.0
11452026-07-21T00:37:59.585Z Downloaded walkdir v2.5.0
11462026-07-21T00:37:59.585Z Downloaded subprocess v0.2.15
11472026-07-21T00:37:59.585Z Downloaded smallvec v1.15.1
11482026-07-21T00:37:59.585Z Downloaded unit-prefix v0.5.2
11492026-07-21T00:37:59.586Z Downloaded rustls-webpki v0.103.13
11502026-07-21T00:37:59.587Z Downloaded sqlformat v0.3.5
11512026-07-21T00:37:59.587Z Downloaded slog-term v2.9.2
11522026-07-21T00:37:59.587Z Downloaded openssl-sys v0.9.115
11532026-07-21T00:37:59.587Z Downloaded zone v0.3.1
11542026-07-21T00:37:59.587Z Downloaded schemars v0.9.0
11552026-07-21T00:37:59.587Z Downloaded test-strategy v0.4.5
11562026-07-21T00:37:59.587Z Downloaded uzers v0.12.2
11572026-07-21T00:37:59.587Z Downloaded toml_parser v1.1.2+spec-1.1.0
11582026-07-21T00:37:59.587Z Downloaded toml v1.1.2+spec-1.1.0
11592026-07-21T00:37:59.587Z Downloaded socket2 v0.6.3
11602026-07-21T00:37:59.587Z Downloaded yoke v0.8.1
11612026-07-21T00:37:59.587Z Downloaded vergen-gitcl v1.0.8
11622026-07-21T00:37:59.587Z Downloaded whoami v1.6.1
11632026-07-21T00:37:59.587Z Downloaded vsss-rs v3.3.4
11642026-07-21T00:37:59.587Z Downloaded vergen-git2 v9.1.0
11652026-07-21T00:37:59.587Z Downloaded writeable v0.6.2
11662026-07-21T00:37:59.587Z Downloaded term v0.7.0
11672026-07-21T00:37:59.587Z Downloaded zeroize v1.8.2
11682026-07-21T00:37:59.587Z Downloaded tungstenite v0.21.0
11692026-07-21T00:37:59.587Z Downloaded rand v0.10.1
11702026-07-21T00:37:59.587Z Downloaded wyz v0.5.1
11712026-07-21T00:37:59.587Z Downloaded zstd v0.13.3
11722026-07-21T00:37:59.587Z Downloaded whoami v2.1.0
11732026-07-21T00:37:59.587Z Downloaded twox-hash v2.1.2
11742026-07-21T00:37:59.587Z Downloaded xshell v0.2.7
11752026-07-21T00:37:59.587Z Downloaded toml v0.7.8
11762026-07-21T00:37:59.587Z Downloaded toml_edit v0.23.10+spec-1.0.0
11772026-07-21T00:37:59.587Z Downloaded steno v0.4.1
11782026-07-21T00:37:59.587Z Downloaded zerovec-derive v0.11.2
11792026-07-21T00:37:59.588Z Downloaded yasna v0.5.2
11802026-07-21T00:37:59.588Z Downloaded uuid v1.23.4
11812026-07-21T00:37:59.588Z Downloaded crypto-bigint v0.7.5
11822026-07-21T00:37:59.588Z Downloaded zstd-safe v7.2.4
11832026-07-21T00:37:59.588Z Downloaded usdt-impl v0.6.0
11842026-07-21T00:37:59.588Z Downloaded vergen v9.1.0
11852026-07-21T00:37:59.588Z Downloaded tar v0.4.46
11862026-07-21T00:37:59.588Z Downloaded unicode-bidi v0.3.18
11872026-07-21T00:37:59.588Z Downloaded typify v0.6.2
11882026-07-21T00:37:59.588Z Downloaded reedline v0.40.0
11892026-07-21T00:37:59.588Z Downloaded unicode-properties v0.1.4
11902026-07-21T00:37:59.588Z Downloaded zerocopy v0.6.6
11912026-07-21T00:37:59.588Z Downloaded unsafe-libyaml v0.2.11
11922026-07-21T00:37:59.588Z Downloaded zopfli v0.8.3
11932026-07-21T00:37:59.588Z Downloaded chrono v0.4.45
11942026-07-21T00:37:59.588Z Downloaded rustyline v14.0.0
11952026-07-21T00:37:59.588Z Downloaded reqwest v0.13.2
11962026-07-21T00:37:59.588Z Downloaded rsa v0.10.0-rc.18
11972026-07-21T00:37:59.588Z Downloaded vte v0.14.1
11982026-07-21T00:37:59.588Z Downloaded url v2.5.8
11992026-07-21T00:37:59.592Z Downloaded reqwest v0.12.28
12002026-07-21T00:37:59.592Z Downloaded tungstenite v0.23.0
12012026-07-21T00:37:59.593Z Downloaded portable-atomic v1.13.1
12022026-07-21T00:37:59.593Z Downloaded tokio-postgres v0.7.16
12032026-07-21T00:37:59.593Z Downloaded serde_with v1.14.0
12042026-07-21T00:37:59.593Z Downloaded lalrpop v0.19.12
12052026-07-21T00:37:59.593Z Downloaded goblin v0.10.5
12062026-07-21T00:37:59.593Z Downloaded salty v0.3.0
12072026-07-21T00:37:59.593Z Downloaded moka v0.12.13
12082026-07-21T00:37:59.593Z Downloaded toml_edit v0.19.15
12092026-07-21T00:37:59.593Z Downloaded tracing-core v0.1.36
12102026-07-21T00:37:59.593Z Downloaded petname v2.0.2
12112026-07-21T00:37:59.593Z Downloaded p384 v0.13.1
12122026-07-21T00:37:59.593Z Downloaded yansi v1.0.1
12132026-07-21T00:37:59.593Z Downloaded unicode-segmentation v1.12.0
12142026-07-21T00:37:59.593Z Downloaded rawzip v0.4.4
12152026-07-21T00:37:59.594Z Downloaded unicode_categories v0.1.1
12162026-07-21T00:37:59.594Z Downloaded quick-xml v0.37.5
12172026-07-21T00:37:59.594Z Downloaded proptest v1.10.0
12182026-07-21T00:37:59.594Z Downloaded zip v0.6.6
12192026-07-21T00:37:59.594Z Downloaded object v0.30.4
12202026-07-21T00:37:59.594Z Downloaded zerotrie v0.2.3
12212026-07-21T00:37:59.594Z Downloaded tower-http v0.6.8
12222026-07-21T00:37:59.594Z Downloaded regex v1.12.3
12232026-07-21T00:37:59.594Z Downloaded iddqd v0.4.2
12242026-07-21T00:37:59.594Z Downloaded typed-path v0.9.3
12252026-07-21T00:37:59.594Z Downloaded git2 v0.20.4
12262026-07-21T00:37:59.594Z Downloaded quinn-proto v0.11.13
12272026-07-21T00:37:59.594Z Downloaded russh v0.61.2
12282026-07-21T00:37:59.594Z Downloaded serde_with v3.21.0
12292026-07-21T00:37:59.594Z Downloaded x509-cert v0.2.5
12302026-07-21T00:37:59.594Z Downloaded ssh-key v0.7.0-rc.10
12312026-07-21T00:37:59.594Z Downloaded bstr v1.12.1
12322026-07-21T00:37:59.594Z Downloaded rayon v1.11.0
12332026-07-21T00:37:59.594Z Downloaded tower v0.5.3
12342026-07-21T00:37:59.594Z Downloaded nix v0.28.0
12352026-07-21T00:37:59.594Z Downloaded unicode-normalization v0.1.25
12362026-07-21T00:37:59.594Z Downloaded winnow v0.6.26
12372026-07-21T00:37:59.594Z Downloaded zerocopy-derive v0.8.40
12382026-07-21T00:37:59.594Z Downloaded curve25519-dalek v4.1.3
12392026-07-21T00:37:59.594Z Downloaded tokio-util v0.7.18
12402026-07-21T00:37:59.594Z Downloaded tough v0.22.0
12412026-07-21T00:37:59.594Z Downloaded winnow v0.5.40
12422026-07-21T00:37:59.594Z Downloaded zip v4.6.1
12432026-07-21T00:37:59.594Z Downloaded winnow v1.0.3
12442026-07-21T00:37:59.594Z Downloaded zerovec v0.11.5
12452026-07-21T00:37:59.594Z Downloaded time v0.3.47
12462026-07-21T00:37:59.594Z Downloaded regex-syntax v0.6.29
12472026-07-21T00:37:59.594Z Downloaded object v0.37.3
12482026-07-21T00:37:59.594Z Downloaded nix v0.31.2
12492026-07-21T00:37:59.594Z Downloaded curve25519-dalek v5.0.0-rc.0
12502026-07-21T00:37:59.594Z Downloaded radix_trie v0.2.1
12512026-07-21T00:37:59.606Z Downloaded openapiv3 v2.2.0
12522026-07-21T00:37:59.616Z Downloaded regex-syntax v0.8.10
12532026-07-21T00:37:59.623Z Downloaded regress v0.10.5
12542026-07-21T00:37:59.626Z Downloaded nix v0.27.1
12552026-07-21T00:37:59.633Z Downloaded dropshot v0.17.1
12562026-07-21T00:37:59.645Z Downloaded tabled v0.20.0
12572026-07-21T00:37:59.655Z Downloaded regress v0.11.1
12582026-07-21T00:37:59.660Z Downloaded polar-core v0.27.3
12592026-07-21T00:37:59.665Z Downloaded hickory-proto v0.24.4
12602026-07-21T00:37:59.674Z Downloaded zlib-rs v0.6.2
12612026-07-21T00:37:59.678Z Downloaded smoltcp v0.9.1
12622026-07-21T00:37:59.685Z Downloaded openssl v0.10.79
12632026-07-21T00:37:59.698Z Downloaded vcpkg v0.2.15
12642026-07-21T00:37:59.722Z Downloaded zerocopy v0.8.40
12652026-07-21T00:37:59.726Z Downloaded smoltcp v0.11.0
12662026-07-21T00:37:59.735Z Downloaded diesel v2.3.7
12672026-07-21T00:37:59.747Z Downloaded sqlparser v0.61.0
12682026-07-21T00:37:59.752Z Downloaded hickory-proto v0.25.2
12692026-07-21T00:37:59.761Z Downloaded rustls v0.23.41
12702026-07-21T00:37:59.768Z Downloaded rustix v0.38.44
12712026-07-21T00:37:59.787Z Downloaded fiat-crypto v0.3.0
12722026-07-21T00:37:59.808Z Downloaded bzip2-sys v0.1.13+1.0.8
12732026-07-21T00:37:59.816Z Downloaded tracing v0.1.44
12742026-07-21T00:37:59.829Z Downloaded typify-impl v0.6.2
12752026-07-21T00:37:59.837Z Downloaded sled v0.34.7
12762026-07-21T00:37:59.844Z Downloaded ratatui v0.29.0
12772026-07-21T00:37:59.856Z Downloaded sha3 v0.11.0
12782026-07-21T00:37:59.877Z Downloaded zerocopy-derive v0.6.6
12792026-07-21T00:37:59.890Z Downloaded regex-automata v0.4.14
12802026-07-21T00:37:59.898Z Downloaded chrono-tz v0.10.4
12812026-07-21T00:37:59.908Z Downloaded petgraph v0.6.5
12822026-07-21T00:37:59.919Z Downloaded jiff v0.2.21
12832026-07-21T00:37:59.932Z Downloaded petgraph v0.8.3
12842026-07-21T00:37:59.944Z Downloaded csv v1.4.0
12852026-07-21T00:37:59.983Z Downloaded libz-sys v1.1.24
12862026-07-21T00:37:59.997Z Downloaded ring v0.17.14
12872026-07-21T00:38:00.021Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12882026-07-21T00:38:00.029Z Downloaded sha3 v0.10.8
12892026-07-21T00:38:00.045Z Downloaded tokio v1.52.1
12902026-07-21T00:38:00.112Z Downloaded encoding_rs v0.8.35
12912026-07-21T00:38:00.185Z Downloaded libgit2-sys v0.18.3+1.9.2
12922026-07-21T00:38:00.710Z Downloaded aws-lc-sys v0.40.0
12932026-07-21T00:38:00.959Z Compiling libc v0.2.185
12942026-07-21T00:38:00.959Z Compiling serde_core v1.0.228
12952026-07-21T00:38:00.959Z Compiling serde v1.0.228
12962026-07-21T00:38:00.962Z Compiling log v0.4.29
12972026-07-21T00:38:00.963Z Compiling smallvec v1.15.1
12982026-07-21T00:38:00.963Z Compiling find-msvc-tools v0.1.9
12992026-07-21T00:38:00.963Z Compiling shlex v1.3.0
13002026-07-21T00:38:00.963Z Compiling subtle v2.6.1
13012026-07-21T00:38:00.963Z Compiling scopeguard v1.2.0
13022026-07-21T00:38:01.133Z Compiling stable_deref_trait v1.2.1
13032026-07-21T00:38:01.137Z Compiling typenum v1.20.1
13042026-07-21T00:38:01.141Z Compiling serde_json v1.0.150
13052026-07-21T00:38:01.190Z Compiling zerocopy v0.8.40
13062026-07-21T00:38:01.195Z Compiling portable-atomic v1.13.1
13072026-07-21T00:38:01.195Z Compiling syn v2.0.117
13082026-07-21T00:38:01.203Z Compiling pin-project-lite v0.2.17
13092026-07-21T00:38:01.280Z Compiling lock_api v0.4.14
13102026-07-21T00:38:01.280Z Compiling parking_lot_core v0.9.12
13112026-07-21T00:38:01.305Z Compiling pkg-config v0.3.32
13122026-07-21T00:38:01.337Z Compiling libm v0.2.16
13132026-07-21T00:38:01.351Z Compiling getrandom v0.4.1
13142026-07-21T00:38:01.365Z Compiling critical-section v1.2.0
13152026-07-21T00:38:01.379Z Compiling num-traits v0.2.19
13162026-07-21T00:38:01.442Z Compiling futures-core v0.3.32
13172026-07-21T00:38:01.497Z Compiling rand_core v0.10.0
13182026-07-21T00:38:01.515Z Compiling generic-array v0.14.7
13192026-07-21T00:38:01.541Z Compiling const-oid v0.9.6
13202026-07-21T00:38:01.556Z Compiling percent-encoding v2.3.2
13212026-07-21T00:38:01.621Z Compiling writeable v0.6.2
13222026-07-21T00:38:01.646Z Compiling litemap v0.8.1
13232026-07-21T00:38:01.689Z Compiling icu_normalizer_data v2.1.1
13242026-07-21T00:38:01.796Z Compiling icu_properties_data v2.1.2
13252026-07-21T00:38:01.801Z Compiling futures-sink v0.3.32
13262026-07-21T00:38:01.801Z Compiling futures-task v0.3.32
13272026-07-21T00:38:01.801Z Compiling futures-io v0.3.32
13282026-07-21T00:38:01.835Z Compiling slab v0.4.12
13292026-07-21T00:38:01.883Z Compiling utf8_iter v1.0.4
13302026-07-21T00:38:01.895Z Compiling form_urlencoded v1.2.2
13312026-07-21T00:38:01.930Z Compiling futures-channel v0.3.32
13322026-07-21T00:38:01.953Z Compiling getrandom v0.3.4
13332026-07-21T00:38:01.996Z Compiling rustversion v1.0.22
13342026-07-21T00:38:02.030Z Compiling dunce v1.0.5
13352026-07-21T00:38:02.060Z Compiling fs_extra v1.3.0
13362026-07-21T00:38:02.080Z Compiling jobserver v0.1.34
13372026-07-21T00:38:02.092Z Compiling errno v0.3.14
13382026-07-21T00:38:02.116Z Compiling getrandom v0.2.17
13392026-07-21T00:38:02.121Z Compiling mio v1.2.0
13402026-07-21T00:38:02.178Z Compiling socket2 v0.6.3
13412026-07-21T00:38:02.269Z Compiling rand_core v0.6.4
13422026-07-21T00:38:02.339Z Compiling cc v1.2.56
13432026-07-21T00:38:02.357Z Compiling once_cell v1.21.3
13442026-07-21T00:38:02.357Z Compiling signal-hook-registry v1.4.8
13452026-07-21T00:38:02.388Z Compiling parking_lot v0.12.5
13462026-07-21T00:38:02.399Z Compiling ident_case v1.0.1
13472026-07-21T00:38:02.435Z Compiling iana-time-zone v0.1.65
13482026-07-21T00:38:02.470Z Compiling rustix v1.1.3
13492026-07-21T00:38:02.500Z Compiling regex-syntax v0.8.10
13502026-07-21T00:38:02.571Z Compiling base64 v0.22.1
13512026-07-21T00:38:02.595Z Compiling base64ct v1.8.3
13522026-07-21T00:38:02.625Z Compiling vcpkg v0.2.15
13532026-07-21T00:38:02.629Z Compiling tracing-core v0.1.36
13542026-07-21T00:38:02.656Z Compiling aws-lc-rs v1.16.3
13552026-07-21T00:38:02.674Z Compiling flagset v0.4.7
13562026-07-21T00:38:02.787Z Compiling schemars v0.8.22
13572026-07-21T00:38:02.823Z Compiling openssl-probe v0.2.1
13582026-07-21T00:38:02.916Z Compiling rand_core v0.9.5
13592026-07-21T00:38:02.922Z Compiling pem-rfc7468 v0.7.0
13602026-07-21T00:38:02.930Z Compiling httparse v1.10.1
13612026-07-21T00:38:02.956Z Compiling dyn-clone v1.0.20
13622026-07-21T00:38:02.997Z Compiling tinyvec_macros v0.1.1
13632026-07-21T00:38:03.021Z Compiling cmov v0.5.4
13642026-07-21T00:38:03.052Z Compiling aho-corasick v1.1.4
13652026-07-21T00:38:03.081Z Compiling tinyvec v1.10.0
13662026-07-21T00:38:03.101Z Compiling cmake v0.1.57
13672026-07-21T00:38:03.113Z Compiling untrusted v0.7.1
13682026-07-21T00:38:03.140Z Compiling atomic-waker v1.1.2
13692026-07-21T00:38:03.197Z Compiling tower-layer v0.3.3
13702026-07-21T00:38:03.208Z Compiling ctutils v0.4.2
13712026-07-21T00:38:03.228Z Compiling try-lock v0.2.5
13722026-07-21T00:38:03.244Z Compiling tower-service v0.3.3
13732026-07-21T00:38:03.261Z Compiling cpufeatures v0.2.17
13742026-07-21T00:38:03.265Z Compiling rustls v0.23.41
13752026-07-21T00:38:03.288Z Compiling httpdate v1.0.3
13762026-07-21T00:38:03.343Z Compiling bitflags v2.11.0
13772026-07-21T00:38:03.359Z Compiling semver v1.0.28
13782026-07-21T00:38:03.363Z Compiling indexmap v2.14.0
13792026-07-21T00:38:03.372Z Compiling uuid v1.23.4
13802026-07-21T00:38:03.473Z Compiling want v0.3.1
13812026-07-21T00:38:03.486Z Compiling untrusted v0.9.0
13822026-07-21T00:38:03.504Z Compiling openssl v0.10.79
13832026-07-21T00:38:03.514Z Compiling foreign-types-shared v0.1.1
13842026-07-21T00:38:03.545Z Compiling unicode-normalization v0.1.25
13852026-07-21T00:38:03.618Z Compiling rustc_version v0.4.1
13862026-07-21T00:38:03.629Z Compiling foreign-types v0.3.2
13872026-07-21T00:38:03.629Z Compiling spin v0.9.8
13882026-07-21T00:38:03.659Z Compiling crc32fast v1.5.0
13892026-07-21T00:38:03.696Z Compiling native-tls v0.2.18
13902026-07-21T00:38:03.714Z Compiling powerfmt v0.2.0
13912026-07-21T00:38:03.785Z Compiling time-core v0.1.8
13922026-07-21T00:38:03.795Z Compiling num-conv v0.2.0
13932026-07-21T00:38:03.843Z Compiling wait-timeout v0.2.1
13942026-07-21T00:38:03.941Z Compiling deranged v0.5.8
13952026-07-21T00:38:03.941Z Compiling sync_wrapper v1.0.2
13962026-07-21T00:38:03.974Z Compiling quick-error v1.2.3
13972026-07-21T00:38:03.978Z Compiling time-macros v0.2.27
13982026-07-21T00:38:03.978Z Compiling siphasher v1.0.2
13992026-07-21T00:38:03.978Z Compiling aws-lc-sys v0.40.0
14002026-07-21T00:38:04.032Z Compiling openssl-sys v0.9.115
14012026-07-21T00:38:04.041Z Compiling regex-automata v0.4.14
14022026-07-21T00:38:04.066Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14032026-07-21T00:38:04.096Z Compiling num_threads v0.1.7
14042026-07-21T00:38:04.129Z Compiling synstructure v0.13.2
14052026-07-21T00:38:04.143Z Compiling serde_derive_internals v0.29.1
14062026-07-21T00:38:04.172Z Compiling pest_generator v2.8.6
14072026-07-21T00:38:04.182Z Compiling darling_core v0.20.11
14082026-07-21T00:38:04.207Z Compiling bit-vec v0.8.0
14092026-07-21T00:38:04.492Z Compiling tempfile v3.25.0
14102026-07-21T00:38:04.504Z Compiling crossbeam-utils v0.8.21
14112026-07-21T00:38:04.726Z Compiling syn v1.0.109
14122026-07-21T00:38:04.796Z Compiling simd-adler32 v0.3.8
14132026-07-21T00:38:04.821Z Compiling usdt-impl v0.6.0
14142026-07-21T00:38:04.855Z Compiling rusty-fork v0.3.1
14152026-07-21T00:38:04.890Z Compiling bit-set v0.8.0
14162026-07-21T00:38:04.939Z Compiling darling_core v0.23.0
14172026-07-21T00:38:04.990Z Compiling bzip2-sys v0.1.13+1.0.8
14182026-07-21T00:38:05.068Z Compiling heapless v0.7.17
14192026-07-21T00:38:05.094Z Compiling slog v2.8.2
14202026-07-21T00:38:05.098Z Compiling rand_xorshift v0.4.0
14212026-07-21T00:38:05.138Z Compiling thread-id v5.1.0
14222026-07-21T00:38:05.142Z Compiling cookie v0.18.1
14232026-07-21T00:38:05.168Z Compiling time v0.3.47
14242026-07-21T00:38:05.181Z Compiling anyhow v1.0.102
14252026-07-21T00:38:05.199Z Compiling adler2 v2.0.1
14262026-07-21T00:38:05.213Z Compiling signal-hook v0.3.18
14272026-07-21T00:38:05.234Z Compiling unicode-bidi v0.3.18
14282026-07-21T00:38:05.296Z Compiling iri-string v0.7.10
14292026-07-21T00:38:05.314Z Compiling allocator-api2 v0.2.21
14302026-07-21T00:38:05.334Z Compiling zstd-safe v7.2.4
14312026-07-21T00:38:05.381Z Compiling paste v1.0.15
14322026-07-21T00:38:05.396Z Compiling unicode-properties v0.1.4
14332026-07-21T00:38:05.418Z Compiling unarray v0.1.4
14342026-07-21T00:38:05.446Z Compiling ryu v1.0.23
14352026-07-21T00:38:05.611Z Compiling stringprep v0.1.5
14362026-07-21T00:38:05.670Z Compiling miniz_oxide v0.8.9
14372026-07-21T00:38:05.766Z Compiling camino v1.2.2
14382026-07-21T00:38:05.803Z Compiling curve25519-dalek v4.1.3
14392026-07-21T00:38:05.846Z Compiling vergen-lib v9.1.0
14402026-07-21T00:38:05.866Z Compiling serde_derive v1.0.228
14412026-07-21T00:38:06.060Z Compiling zeroize_derive v1.4.3
14422026-07-21T00:38:06.076Z Compiling zerofrom-derive v0.1.6
14432026-07-21T00:38:06.165Z Compiling yoke-derive v0.8.1
14442026-07-21T00:38:06.179Z Compiling zerovec-derive v0.11.2
14452026-07-21T00:38:06.215Z Compiling displaydoc v0.2.5
14462026-07-21T00:38:06.285Z Compiling zerocopy-derive v0.8.40
14472026-07-21T00:38:06.424Z Compiling tokio-macros v2.7.0
14482026-07-21T00:38:06.546Z Compiling futures-macro v0.3.32
14492026-07-21T00:38:06.745Z Compiling zeroize v1.8.2
14502026-07-21T00:38:06.840Z Compiling thiserror-impl v2.0.18
14512026-07-21T00:38:06.961Z Compiling tracing-attributes v0.1.31
14522026-07-21T00:38:07.004Z Compiling der_derive v0.7.3
14532026-07-21T00:38:07.199Z Compiling rustls-pki-types v1.14.0
14542026-07-21T00:38:07.366Z Compiling schemars_derive v0.8.22
14552026-07-21T00:38:07.392Z Compiling hybrid-array v0.4.13
14562026-07-21T00:38:07.413Z Compiling futures-util v0.3.32
14572026-07-21T00:38:07.488Z Compiling block-buffer v0.10.4
14582026-07-21T00:38:07.523Z Compiling zerofrom v0.1.6
14592026-07-21T00:38:07.539Z Compiling crypto-common v0.1.7
14602026-07-21T00:38:07.663Z Compiling yoke v0.8.1
14612026-07-21T00:38:07.679Z Compiling digest v0.10.7
14622026-07-21T00:38:07.694Z Compiling pest_derive v2.8.6
14632026-07-21T00:38:07.708Z Compiling scroll_derive v0.13.1
14642026-07-21T00:38:07.860Z Compiling zerovec v0.11.5
14652026-07-21T00:38:07.957Z Compiling zerotrie v0.2.3
14662026-07-21T00:38:08.025Z Compiling der v0.7.10
14672026-07-21T00:38:08.212Z Compiling darling_macro v0.20.11
14682026-07-21T00:38:08.225Z Compiling openssl-macros v0.1.1
14692026-07-21T00:38:08.256Z Compiling sha2 v0.10.9
14702026-07-21T00:38:08.267Z Compiling thiserror v2.0.18
14712026-07-21T00:38:08.297Z Compiling hmac v0.12.1
14722026-07-21T00:38:08.371Z Compiling tinystr v0.8.2
14732026-07-21T00:38:08.387Z Compiling potential_utf v0.1.4
14742026-07-21T00:38:08.411Z Compiling tracing v0.1.44
14752026-07-21T00:38:08.464Z Compiling dtrace-parser v0.3.0
14762026-07-21T00:38:08.563Z Compiling icu_locale_core v2.1.1
14772026-07-21T00:38:08.598Z Compiling icu_collections v2.1.1
14782026-07-21T00:38:08.608Z Compiling scroll v0.13.0
14792026-07-21T00:38:08.706Z Compiling scroll_derive v0.12.1
14802026-07-21T00:38:08.727Z Compiling thiserror-impl v1.0.69
14812026-07-21T00:38:08.758Z Compiling darling v0.20.11
14822026-07-21T00:38:08.847Z Compiling goblin v0.10.5
14832026-07-21T00:38:08.889Z Compiling spki v0.7.3
14842026-07-21T00:38:09.081Z Compiling pkcs8 v0.10.2
14852026-07-21T00:38:09.112Z Compiling derive_builder_core v0.20.2
14862026-07-21T00:38:09.226Z Compiling icu_provider v2.1.1
14872026-07-21T00:38:09.257Z Compiling block-buffer v0.12.1
14882026-07-21T00:38:09.351Z Compiling block-padding v0.4.2
14892026-07-21T00:38:09.402Z Compiling bytes v1.11.1
14902026-07-21T00:38:09.452Z Compiling chrono v0.4.45
14912026-07-21T00:38:09.471Z Compiling icu_properties v2.1.2
14922026-07-21T00:38:09.487Z Compiling icu_normalizer v2.1.1
14932026-07-21T00:38:09.534Z Compiling ipnet v2.11.0
14942026-07-21T00:38:09.548Z Compiling scroll v0.12.0
14952026-07-21T00:38:09.613Z Compiling erased-serde v0.3.31
14962026-07-21T00:38:09.671Z Compiling hex v0.4.3
14972026-07-21T00:38:09.772Z Compiling serde_spanned v0.6.9
14982026-07-21T00:38:09.830Z Compiling serde_tokenstream v0.2.3
14992026-07-21T00:38:09.934Z Compiling tokio v1.52.1
15002026-07-21T00:38:09.957Z Compiling http v1.4.2
15012026-07-21T00:38:09.997Z Compiling derive_builder_macro v0.20.2
15022026-07-21T00:38:10.027Z Compiling serde_urlencoded v0.7.1
15032026-07-21T00:38:10.044Z Compiling thiserror v1.0.69
15042026-07-21T00:38:10.047Z Compiling toml_datetime v0.6.11
15052026-07-21T00:38:10.073Z Compiling crypto-common v0.2.2
15062026-07-21T00:38:10.114Z Compiling signature v2.2.0
15072026-07-21T00:38:10.162Z Compiling md-5 v0.10.6
15082026-07-21T00:38:10.179Z Compiling darling_macro v0.23.0
15092026-07-21T00:38:10.286Z Compiling rustls-native-certs v0.8.3
15102026-07-21T00:38:10.307Z Compiling idna_adapter v1.2.1
15112026-07-21T00:38:10.342Z Compiling bstr v1.12.1
15122026-07-21T00:38:10.387Z Compiling pin-project-internal v1.1.11
15132026-07-21T00:38:10.504Z Compiling idna v1.1.0
15142026-07-21T00:38:10.529Z Compiling async-trait v0.1.89
15152026-07-21T00:38:10.623Z Compiling zerocopy-derive v0.7.35
15162026-07-21T00:38:10.645Z Compiling http-body v1.0.1
15172026-07-21T00:38:10.744Z Compiling ppv-lite86 v0.2.21
15182026-07-21T00:38:10.817Z Compiling url v2.5.8
15192026-07-21T00:38:10.915Z Compiling http-body-util v0.1.3
15202026-07-21T00:38:10.931Z Compiling num-integer v0.1.46
15212026-07-21T00:38:11.046Z Compiling rand_chacha v0.9.0
15222026-07-21T00:38:11.082Z Compiling rand_chacha v0.3.1
15232026-07-21T00:38:11.179Z Compiling hash32 v0.2.1
15242026-07-21T00:38:11.193Z Compiling memoffset v0.9.1
15252026-07-21T00:38:11.277Z Compiling rand v0.9.2
15262026-07-21T00:38:11.286Z Compiling encoding_rs v0.8.35
15272026-07-21T00:38:11.424Z Compiling num-bigint-dig v0.8.6
15282026-07-21T00:38:11.563Z Compiling dof v0.4.0
15292026-07-21T00:38:11.568Z Compiling smoltcp v0.9.1
15302026-07-21T00:38:11.600Z Compiling cfg_aliases v0.2.1
15312026-07-21T00:38:11.651Z Compiling fallible-iterator v0.2.0
15322026-07-21T00:38:11.651Z Compiling mime v0.3.17
15332026-07-21T00:38:11.688Z Compiling litrs v1.0.0
15342026-07-21T00:38:11.705Z Compiling ref-cast v1.0.25
15352026-07-21T00:38:11.763Z Compiling zlib-rs v0.6.2
15362026-07-21T00:38:11.886Z Compiling proptest v1.10.0
15372026-07-21T00:38:11.901Z Compiling psl-types v2.0.11
15382026-07-21T00:38:11.941Z Compiling rustix v0.38.44
15392026-07-21T00:38:11.971Z Compiling postgres-protocol v0.6.10
15402026-07-21T00:38:11.975Z Compiling nix v0.31.2
15412026-07-21T00:38:12.027Z Compiling publicsuffix v2.3.0
15422026-07-21T00:38:12.138Z Compiling zerocopy v0.7.35
15432026-07-21T00:38:12.150Z Compiling pin-project v1.1.11
15442026-07-21T00:38:12.199Z Compiling ipnetwork v0.21.1
15452026-07-21T00:38:12.209Z Compiling document-features v0.2.12
15462026-07-21T00:38:12.452Z Compiling oxnet v0.1.6
15472026-07-21T00:38:12.469Z Compiling rand v0.8.6
15482026-07-21T00:38:12.548Z Compiling num-iter v0.1.45
15492026-07-21T00:38:12.623Z Compiling darling v0.23.0
15502026-07-21T00:38:12.683Z Compiling derive_builder v0.20.2
15512026-07-21T00:38:12.717Z Compiling goblin v0.8.2
15522026-07-21T00:38:12.737Z Compiling hubpack_derive v0.1.1
15532026-07-21T00:38:12.758Z Compiling futures-executor v0.3.32
15542026-07-21T00:38:12.822Z Compiling inout v0.2.2
15552026-07-21T00:38:12.887Z Compiling regex v1.12.3
15562026-07-21T00:38:12.958Z Compiling curve25519-dalek-derive v0.1.1
15572026-07-21T00:38:12.976Z Compiling daft-derive v0.1.7
15582026-07-21T00:38:12.999Z Compiling ref-cast-impl v1.0.25
15592026-07-21T00:38:13.014Z Compiling strum_macros v0.27.2
15602026-07-21T00:38:13.036Z Compiling snafu-derive v0.8.9
15612026-07-21T00:38:13.345Z Compiling terminal_size v0.4.3
15622026-07-21T00:38:13.352Z Compiling phf_shared v0.13.1
15632026-07-21T00:38:13.378Z Compiling lazy_static v1.5.0
15642026-07-21T00:38:13.472Z Compiling anstyle-parse v0.2.7
15652026-07-21T00:38:13.487Z Compiling cargo-platform v0.3.2
15662026-07-21T00:38:13.501Z Compiling vergen v9.1.0
15672026-07-21T00:38:13.528Z Compiling ff v0.13.1
15682026-07-21T00:38:13.583Z Compiling fs-err v3.3.0
15692026-07-21T00:38:13.607Z Compiling ahash v0.8.12
15702026-07-21T00:38:13.657Z Compiling winnow v0.5.40
15712026-07-21T00:38:13.673Z Compiling bitflags v1.3.2
15722026-07-21T00:38:13.683Z Compiling managed v0.8.0
15732026-07-21T00:38:13.687Z Compiling object v0.37.3
15742026-07-21T00:38:13.722Z Compiling libbz2-rs-sys v0.2.2
15752026-07-21T00:38:13.753Z Compiling tokio-util v0.7.18
15762026-07-21T00:38:13.770Z Compiling tower v0.5.3
15772026-07-21T00:38:13.785Z Compiling tokio-native-tls v0.3.1
15782026-07-21T00:38:13.813Z Compiling bumpalo v3.20.2
15792026-07-21T00:38:13.857Z Compiling base16ct v0.2.0
15802026-07-21T00:38:13.906Z Compiling foldhash v0.2.0
15812026-07-21T00:38:13.972Z Compiling foldhash v0.1.5
15822026-07-21T00:38:14.005Z Compiling unicode-segmentation v1.12.0
15832026-07-21T00:38:14.051Z Compiling same-file v1.0.6
15842026-07-21T00:38:14.074Z Compiling hashbrown v0.16.1
15852026-07-21T00:38:14.145Z Compiling bzip2 v0.6.1
15862026-07-21T00:38:14.159Z Compiling walkdir v2.5.0
15872026-07-21T00:38:14.224Z Compiling tower-http v0.6.8
15882026-07-21T00:38:14.262Z Compiling newtype-uuid v1.3.2
15892026-07-21T00:38:14.360Z Compiling hashbrown v0.15.5
15902026-07-21T00:38:14.398Z Compiling zopfli v0.8.3
15912026-07-21T00:38:14.467Z Compiling h2 v0.4.15
15922026-07-21T00:38:14.490Z Compiling daft v0.1.7
15932026-07-21T00:38:14.605Z Compiling sec1 v0.7.3
15942026-07-21T00:38:14.669Z Compiling flate2 v1.1.9
15952026-07-21T00:38:14.806Z Compiling clap_builder v4.6.0
15962026-07-21T00:38:14.902Z Compiling dof v0.3.0
15972026-07-21T00:38:14.918Z Compiling toml_edit v0.19.15
15982026-07-21T00:38:14.932Z Compiling cargo_metadata v0.23.1
15992026-07-21T00:38:14.955Z Compiling snafu v0.8.9
16002026-07-21T00:38:15.003Z Compiling strum v0.27.2
16012026-07-21T00:38:15.077Z Compiling group v0.13.0
16022026-07-21T00:38:15.106Z Compiling anstream v0.6.21
16032026-07-21T00:38:15.143Z Compiling phf v0.13.1
16042026-07-21T00:38:15.278Z Compiling signal-hook-mio v0.2.5
16052026-07-21T00:38:15.344Z Compiling hubpack v0.1.2
16062026-07-21T00:38:15.429Z Compiling usdt-macro v0.6.0
16072026-07-21T00:38:15.474Z Compiling usdt-attr-macro v0.6.0
16082026-07-21T00:38:15.558Z Compiling cookie_store v0.22.1
16092026-07-21T00:38:15.608Z Compiling cipher v0.5.2
16102026-07-21T00:38:15.673Z Compiling bzip2 v0.4.4
16112026-07-21T00:38:15.721Z Compiling futures v0.3.32
16122026-07-21T00:38:15.739Z Compiling serde_with_macros v3.21.0
16132026-07-21T00:38:15.922Z Compiling zstd v0.13.3
16142026-07-21T00:38:16.029Z Compiling postgres-types v0.2.12
16152026-07-21T00:38:16.231Z Compiling globset v0.4.18
16162026-07-21T00:38:16.257Z Compiling ed25519 v2.2.3
16172026-07-21T00:38:16.272Z Compiling dtrace-parser v0.2.0
16182026-07-21T00:38:16.275Z Compiling serde-big-array v0.5.1
16192026-07-21T00:38:16.365Z Compiling olpc-cjson v0.1.4
16202026-07-21T00:38:16.392Z Compiling serde_plain v1.0.2
16212026-07-21T00:38:16.449Z Compiling pkcs1 v0.7.5
16222026-07-21T00:38:16.543Z Compiling hkdf v0.12.4
16232026-07-21T00:38:16.610Z Compiling crypto-bigint v0.5.5
16242026-07-21T00:38:16.631Z Compiling enum-as-inner v0.6.1
16252026-07-21T00:38:16.725Z Compiling clap_derive v4.6.1
16262026-07-21T00:38:16.860Z Compiling async-recursion v1.1.1
16272026-07-21T00:38:16.933Z Compiling strum_macros v0.26.4
16282026-07-21T00:38:16.948Z Compiling serde_repr v0.1.20
16292026-07-21T00:38:16.963Z Compiling phf_shared v0.11.3
16302026-07-21T00:38:17.062Z Compiling float-cmp v0.10.0
16312026-07-21T00:38:17.169Z Compiling pem v3.0.6
16322026-07-21T00:38:17.184Z Compiling thread-id v4.2.2
16332026-07-21T00:38:17.199Z Compiling memmap2 v0.9.10
16342026-07-21T00:38:17.231Z Compiling env_filter v1.0.0
16352026-07-21T00:38:17.279Z Compiling normalize-line-endings v0.3.0
16362026-07-21T00:38:17.394Z Compiling new_debug_unreachable v1.0.6
16372026-07-21T00:38:17.429Z Compiling const-oid v0.10.2
16382026-07-21T00:38:17.478Z Compiling precomputed-hash v0.1.1
16392026-07-21T00:38:17.523Z Compiling keccak v0.1.6
16402026-07-21T00:38:17.537Z Compiling static_assertions v1.1.0
16412026-07-21T00:38:17.560Z Compiling fixedbitset v0.4.2
16422026-07-21T00:38:17.573Z Compiling winnow v1.0.3
16432026-07-21T00:38:17.591Z Compiling jiff v0.2.21
16442026-07-21T00:38:17.621Z Compiling difflib v0.4.0
16452026-07-21T00:38:17.657Z Compiling cpufeatures v0.3.0
16462026-07-21T00:38:17.674Z Compiling either v1.15.0
16472026-07-21T00:38:17.746Z Compiling hyper v1.10.1
16482026-07-21T00:38:17.798Z Compiling typed-path v0.9.3
16492026-07-21T00:38:17.890Z Compiling predicates-core v1.0.10
16502026-07-21T00:38:17.904Z Compiling whoami v2.1.0
16512026-07-21T00:38:17.954Z Compiling data-encoding v2.10.0
16522026-07-21T00:38:18.083Z Compiling fixedbitset v0.5.7
16532026-07-21T00:38:18.164Z Compiling tokio-postgres v0.7.16
16542026-07-21T00:38:18.208Z Compiling predicates v3.1.4
16552026-07-21T00:38:18.287Z Compiling petgraph v0.8.3
16562026-07-21T00:38:18.304Z Compiling hickory-proto v0.25.2
16572026-07-21T00:38:18.395Z Compiling toml_parser v1.1.2+spec-1.1.0
16582026-07-21T00:38:18.546Z Compiling clap v4.6.1
16592026-07-21T00:38:18.640Z Compiling itertools v0.13.0
16602026-07-21T00:38:18.658Z Compiling chacha20 v0.10.0
16612026-07-21T00:38:18.767Z Compiling strum v0.26.3
16622026-07-21T00:38:18.781Z Compiling petgraph v0.6.5
16632026-07-21T00:38:18.795Z Compiling sha3 v0.10.8
16642026-07-21T00:38:18.876Z Compiling hyper-util v0.1.20
16652026-07-21T00:38:18.910Z Compiling toml_edit v0.22.27
16662026-07-21T00:38:19.034Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16672026-07-21T00:38:19.049Z Compiling elliptic-curve v0.13.8
16682026-07-21T00:38:19.065Z Compiling digest v0.11.3
16692026-07-21T00:38:19.261Z Compiling string_cache v0.8.9
16702026-07-21T00:38:19.305Z Compiling env_logger v0.11.9
16712026-07-21T00:38:19.377Z Compiling usdt v0.6.0
16722026-07-21T00:38:19.458Z Compiling usdt-impl v0.5.0
16732026-07-21T00:38:19.504Z Compiling serde_with v3.21.0
16742026-07-21T00:38:19.651Z Compiling crossterm v0.28.1
16752026-07-21T00:38:19.678Z Compiling rsa v0.9.10
16762026-07-21T00:38:19.896Z Compiling ed25519-dalek v2.2.0
16772026-07-21T00:38:20.058Z Compiling toml v0.7.8
16782026-07-21T00:38:20.269Z Compiling hyper-tls v0.6.0
16792026-07-21T00:38:20.285Z Compiling zip v4.6.1
16802026-07-21T00:38:20.526Z Compiling reqwest v0.12.28
16812026-07-21T00:38:20.669Z Compiling zip v0.6.6
16822026-07-21T00:38:20.695Z Compiling iddqd v0.4.2
16832026-07-21T00:38:21.262Z Compiling tokio-stream v0.1.18
16842026-07-21T00:38:21.277Z Compiling similar v2.7.0
16852026-07-21T00:38:21.313Z Compiling heck v0.4.1
16862026-07-21T00:38:21.339Z Compiling buf-list v1.1.2
16872026-07-21T00:38:21.378Z Compiling byte-wrapper v0.1.0
16882026-07-21T00:38:21.567Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16892026-07-21T00:38:21.655Z Compiling openapiv3 v2.2.0
16902026-07-21T00:38:21.720Z Compiling x509-cert v0.2.5
16912026-07-21T00:38:21.755Z Compiling crossbeam-epoch v0.9.18
16922026-07-21T00:38:21.762Z Compiling peg-runtime v0.8.5
16932026-07-21T00:38:21.847Z Compiling lalrpop-util v0.19.12
16942026-07-21T00:38:21.881Z Compiling thread_local v1.1.9
16952026-07-21T00:38:21.926Z Compiling slog-async v2.8.0
16962026-07-21T00:38:22.035Z Compiling crossbeam-channel v0.5.15
16972026-07-21T00:38:22.050Z Compiling is-terminal v0.4.17
16982026-07-21T00:38:22.054Z Compiling filetime v0.2.27
16992026-07-21T00:38:22.112Z Compiling take_mut v0.2.2
17002026-07-21T00:38:22.147Z Compiling term v1.2.1
17012026-07-21T00:38:22.162Z Compiling xattr v1.6.1
17022026-07-21T00:38:22.175Z Compiling camino-tempfile v1.4.1
17032026-07-21T00:38:22.283Z Compiling tar v0.4.46
17042026-07-21T00:38:22.416Z Compiling slog-term v2.9.2
17052026-07-21T00:38:40.134Z Compiling rustls-webpki v0.103.13
17062026-07-21T00:38:42.815Z Compiling tokio-rustls v0.26.4
17072026-07-21T00:38:42.815Z Compiling rustls-platform-verifier v0.6.2
17082026-07-21T00:38:42.818Z Compiling tough v0.22.0
17092026-07-21T00:38:43.010Z Compiling hyper-rustls v0.27.7
17102026-07-21T00:38:43.196Z Compiling reqwest v0.13.2
17112026-07-21T00:38:45.371Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17122026-07-21T00:38:45.613Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17132026-07-21T00:38:48.412Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.15s
17142026-07-21T00:38:48.550Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17152026-07-21T00:38:48.606ZJul 21 00:38:47.297 INFO Starting download, target: Cockroach
17162026-07-21T00:38:48.606ZJul 21 00:38:47.298 INFO Starting download, target: Console
17172026-07-21T00:38:48.606ZJul 21 00:38:47.298 INFO Starting download, target: Clickhouse
17182026-07-21T00:38:48.607ZJul 21 00:38:47.298 INFO Starting download, target: DendriteStub
17192026-07-21T00:38:48.611ZJul 21 00:38:47.298 INFO Starting download, target: MaghemiteMgd
17202026-07-21T00:38:48.611ZJul 21 00:38:47.298 INFO Starting download, target: MaghemiteDdmd
17212026-07-21T00:38:48.611ZJul 21 00:38:47.298 INFO Starting download, target: TransceiverControl
17222026-07-21T00:38:48.611ZJul 21 00:38:47.298 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17232026-07-21T00:38:48.611ZJul 21 00:38:47.298 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17242026-07-21T00:38:48.611ZJul 21 00:38:47.298 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17252026-07-21T00:38:48.611ZJul 21 00:38:47.298 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17262026-07-21T00:38:48.611ZJul 21 00:38:47.298 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17272026-07-21T00:38:48.611ZJul 21 00:38:47.298 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17282026-07-21T00:38:48.611ZJul 21 00:38:47.298 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17292026-07-21T00:38:48.979ZJul 21 00:38:47.655 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17302026-07-21T00:38:49.188ZJul 21 00:38:47.875 INFO Download complete, target: TransceiverControl
17312026-07-21T00:38:50.619ZJul 21 00:38:49.308 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17322026-07-21T00:38:50.663ZJul 21 00:38:49.355 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17332026-07-21T00:38:50.748ZJul 21 00:38:49.437 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17342026-07-21T00:38:50.776ZJul 21 00:38:49.463 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17352026-07-21T00:38:50.844ZJul 21 00:38:49.536 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17362026-07-21T00:38:50.929ZJul 21 00:38:49.616 INFO Download complete, target: Console
17372026-07-21T00:38:51.084ZJul 21 00:38:49.776 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17382026-07-21T00:38:51.085ZJul 21 00:38:49.776 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17392026-07-21T00:38:52.833ZJul 21 00:38:51.524 INFO Download complete, target: MaghemiteDdmd
17402026-07-21T00:38:53.253ZJul 21 00:38:51.945 INFO Download complete, target: DendriteStub
17412026-07-21T00:38:53.528ZJul 21 00:38:52.220 INFO Download complete, target: MaghemiteMgd
17422026-07-21T00:38:55.844ZJul 21 00:38:54.536 INFO Checking that binary works, target: Cockroach
17432026-07-21T00:38:55.962ZJul 21 00:38:54.654 INFO Download complete, target: Cockroach
17442026-07-21T00:38:57.730ZJul 21 00:38:56.421 INFO Checking that binary works, target: Clickhouse
17452026-07-21T00:38:57.816ZJul 21 00:38:56.508 INFO Download complete, target: Clickhouse
17462026-07-21T00:38:57.823ZAll prerequisites installed successfully
17472026-07-21T00:38:57.826Z
17482026-07-21T00:38:57.826Zreal 1:44.977524939
17492026-07-21T00:38:57.826Zuser 6:36.235273971
17502026-07-21T00:38:57.826Zsys 1:38.071624207
17512026-07-21T00:38:57.826Ztrap 0.253864472
17522026-07-21T00:38:57.826Ztflt 0.765699148
17532026-07-21T00:38:57.826Zdflt 1.544531879
17542026-07-21T00:38:57.827Zkflt 0.023709014
17552026-07-21T00:38:57.827Zlock 22:57.731538522
17562026-07-21T00:38:57.827Zslp 18:02.005181035
17572026-07-21T00:38:57.827Zlat 22.000212882
17582026-07-21T00:38:57.827Zstop 2:41.663915574
17592026-07-21T00:38:57.827Z+ ptime -m cargo xtask download softnpu
17602026-07-21T00:38:58.284Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
17612026-07-21T00:38:58.309Z Running `target/debug/xtask download softnpu`
17622026-07-21T00:38:59.028Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
17632026-07-21T00:38:59.093Z Running `target/debug/xtask-downloader softnpu`
17642026-07-21T00:38:59.131ZJul 21 00:38:57.824 INFO Starting download, target: Softnpu
17652026-07-21T00:38:59.134ZJul 21 00:38:57.824 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17662026-07-21T00:38:59.810ZJul 21 00:38:58.502 INFO Download complete, target: Softnpu
17672026-07-21T00:38:59.813Z
17682026-07-21T00:38:59.816Zreal 1.983891784
17692026-07-21T00:38:59.816Zuser 1.300763106
17702026-07-21T00:38:59.816Zsys 0.598352534
17712026-07-21T00:38:59.816Ztrap 0.000637830
17722026-07-21T00:38:59.816Ztflt 0.000082240
17732026-07-21T00:38:59.816Zdflt 0.000115670
17742026-07-21T00:38:59.816Zkflt 0.000000000
17752026-07-21T00:38:59.816Zlock 12.263687716
17762026-07-21T00:38:59.816Zslp 0.511234850
17772026-07-21T00:38:59.816Zlat 0.091371883
17782026-07-21T00:38:59.816Zstop 0.000191840
17792026-07-21T00:38:59.816Z+ export CARGO_INCREMENTAL=0
17802026-07-21T00:38:59.817Z+ CARGO_INCREMENTAL=0
17812026-07-21T00:38:59.817Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17822026-07-21T00:39:00.665Z Compiling proc-macro2 v1.0.106
17832026-07-21T00:39:00.665Z Compiling quote v1.0.45
17842026-07-21T00:39:00.665Z Compiling unicode-ident v1.0.24
17852026-07-21T00:39:00.668Z Compiling libc v0.2.185
17862026-07-21T00:39:00.669Z Compiling serde_core v1.0.228
17872026-07-21T00:39:00.669Z Compiling serde v1.0.228
17882026-07-21T00:39:00.669Z Compiling cfg-if v1.0.4
17892026-07-21T00:39:00.669Z Compiling version_check v0.9.5
17902026-07-21T00:39:00.669Z Compiling shlex v1.3.0
17912026-07-21T00:39:00.669Z Compiling find-msvc-tools v0.1.9
17922026-07-21T00:39:00.669Z Compiling zmij v1.0.21
17932026-07-21T00:39:00.669Z Compiling memchr v2.8.0
17942026-07-21T00:39:00.845Z Compiling serde_json v1.0.150
17952026-07-21T00:39:00.858Z Compiling autocfg v1.5.0
17962026-07-21T00:39:00.966Z Compiling portable-atomic v1.13.1
17972026-07-21T00:39:00.995Z Compiling zerocopy v0.8.40
17982026-07-21T00:39:01.012Z Compiling getrandom v0.4.1
17992026-07-21T00:39:01.046Z Compiling libm v0.2.16
18002026-07-21T00:39:01.218Z Compiling parking_lot_core v0.9.12
18012026-07-21T00:39:01.236Z Compiling icu_properties_data v2.1.2
18022026-07-21T00:39:01.272Z Compiling icu_normalizer_data v2.1.1
18032026-07-21T00:39:01.275Z Compiling smallvec v1.15.1
18042026-07-21T00:39:01.314Z Compiling generic-array v0.14.7
18052026-07-21T00:39:01.368Z Compiling num-traits v0.2.19
18062026-07-21T00:39:01.404Z Compiling itoa v1.0.17
18072026-07-21T00:39:01.508Z Compiling log v0.4.29
18082026-07-21T00:39:01.524Z Compiling subtle v2.6.1
18092026-07-21T00:39:01.585Z Compiling pkg-config v0.3.32
18102026-07-21T00:39:01.590Z Compiling stable_deref_trait v1.2.1
18112026-07-21T00:39:01.611Z Compiling typenum v1.20.1
18122026-07-21T00:39:01.695Z Compiling scopeguard v1.2.0
18132026-07-21T00:39:01.758Z Compiling rand_core v0.10.0
18142026-07-21T00:39:01.790Z Compiling lock_api v0.4.14
18152026-07-21T00:39:01.819Z Compiling thiserror v2.0.18
18162026-07-21T00:39:01.832Z Compiling jobserver v0.1.34
18172026-07-21T00:39:01.866Z Compiling errno v0.3.14
18182026-07-21T00:39:01.990Z Compiling pin-project-lite v0.2.17
18192026-07-21T00:39:02.017Z Compiling getrandom v0.3.4
18202026-07-21T00:39:02.047Z Compiling cc v1.2.56
18212026-07-21T00:39:02.077Z Compiling writeable v0.6.2
18222026-07-21T00:39:02.080Z Compiling equivalent v1.0.2
18232026-07-21T00:39:02.106Z Compiling percent-encoding v2.3.2
18242026-07-21T00:39:02.109Z Compiling litemap v0.8.1
18252026-07-21T00:39:02.109Z Compiling syn v2.0.117
18262026-07-21T00:39:02.109Z Compiling fnv v1.0.7
18272026-07-21T00:39:02.166Z Compiling getrandom v0.2.17
18282026-07-21T00:39:02.262Z Compiling schemars v0.8.22
18292026-07-21T00:39:02.297Z Compiling rustversion v1.0.22
18302026-07-21T00:39:02.326Z Compiling rand_core v0.6.4
18312026-07-21T00:39:02.387Z Compiling critical-section v1.2.0
18322026-07-21T00:39:02.390Z Compiling fs_extra v1.3.0
18332026-07-21T00:39:02.416Z Compiling dunce v1.0.5
18342026-07-21T00:39:02.431Z Compiling rustix v1.1.3
18352026-07-21T00:39:02.524Z Compiling hashbrown v0.17.0
18362026-07-21T00:39:02.625Z Compiling signal-hook-registry v1.4.8
18372026-07-21T00:39:02.712Z Compiling strsim v0.11.1
18382026-07-21T00:39:02.742Z Compiling heck v0.5.0
18392026-07-21T00:39:02.759Z Compiling utf8_iter v1.0.4
18402026-07-21T00:39:02.800Z Compiling cmake v0.1.57
18412026-07-21T00:39:02.943Z Compiling once_cell v1.21.3
18422026-07-21T00:39:02.963Z Compiling parking_lot v0.12.5
18432026-07-21T00:39:03.033Z Compiling semver v1.0.28
18442026-07-21T00:39:03.103Z Compiling indexmap v2.14.0
18452026-07-21T00:39:03.138Z Compiling bitflags v2.11.0
18462026-07-21T00:39:03.168Z Compiling form_urlencoded v1.2.2
18472026-07-21T00:39:03.207Z Compiling mio v1.2.0
18482026-07-21T00:39:03.291Z Compiling socket2 v0.6.3
18492026-07-21T00:39:03.346Z Compiling ident_case v1.0.1
18502026-07-21T00:39:03.362Z Compiling aws-lc-sys v0.40.0
18512026-07-21T00:39:03.365Z Compiling aws-lc-rs v1.16.3
18522026-07-21T00:39:03.406Z Compiling futures-core v0.3.32
18532026-07-21T00:39:03.508Z Compiling httparse v1.10.1
18542026-07-21T00:39:03.798Z Compiling thiserror v1.0.69
18552026-07-21T00:39:03.863Z Compiling byteorder v1.5.0
18562026-07-21T00:39:03.863Z Compiling ucd-trie v0.1.7
18572026-07-21T00:39:03.970Z Compiling vcpkg v0.2.15
18582026-07-21T00:39:04.030Z Compiling pest v2.8.6
18592026-07-21T00:39:04.056Z Compiling regex-syntax v0.8.10
18602026-07-21T00:39:04.076Z Compiling syn v1.0.109
18612026-07-21T00:39:04.096Z Compiling iana-time-zone v0.1.65
18622026-07-21T00:39:04.118Z Compiling const-oid v0.9.6
18632026-07-21T00:39:04.269Z Compiling uuid v1.23.4
18642026-07-21T00:39:04.392Z Compiling rustc_version v0.4.1
18652026-07-21T00:39:04.458Z Compiling futures-sink v0.3.32
18662026-07-21T00:39:04.512Z Compiling openssl-sys v0.9.115
18672026-07-21T00:39:04.533Z Compiling rustls v0.23.41
18682026-07-21T00:39:04.588Z Compiling futures-channel v0.3.32
18692026-07-21T00:39:04.671Z Compiling aho-corasick v1.1.4
18702026-07-21T00:39:04.697Z Compiling slab v0.4.12
18712026-07-21T00:39:04.750Z Compiling futures-task v0.3.32
18722026-07-21T00:39:04.886Z Compiling futures-io v0.3.32
18732026-07-21T00:39:05.028Z Compiling synstructure v0.13.2
18742026-07-21T00:39:05.051Z Compiling serde_derive_internals v0.29.1
18752026-07-21T00:39:05.066Z Compiling time-core v0.1.8
18762026-07-21T00:39:05.070Z Compiling num-conv v0.2.0
18772026-07-21T00:39:05.122Z Compiling pest_meta v2.8.6
18782026-07-21T00:39:05.150Z Compiling dyn-clone v1.0.20
18792026-07-21T00:39:05.223Z Compiling plain v0.2.3
18802026-07-21T00:39:05.241Z Compiling crc32fast v1.5.0
18812026-07-21T00:39:05.297Z Compiling time-macros v0.2.27
18822026-07-21T00:39:05.357Z Compiling base64 v0.22.1
18832026-07-21T00:39:05.368Z Compiling crossbeam-utils v0.8.21
18842026-07-21T00:39:05.518Z Compiling regex-automata v0.4.14
18852026-07-21T00:39:05.534Z Compiling pretty-hex v0.4.1
18862026-07-21T00:39:05.568Z Compiling openssl v0.10.79
18872026-07-21T00:39:05.683Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18882026-07-21T00:39:05.699Z Compiling anyhow v1.0.102
18892026-07-21T00:39:05.812Z Compiling pest_generator v2.8.6
18902026-07-21T00:39:05.829Z Compiling native-tls v0.2.18
18912026-07-21T00:39:05.860Z Compiling rand_core v0.9.5
18922026-07-21T00:39:06.028Z Compiling slog v2.8.2
18932026-07-21T00:39:06.092Z Compiling tracing-core v0.1.36
18942026-07-21T00:39:06.160Z Compiling cookie v0.18.1
18952026-07-21T00:39:06.175Z Compiling camino v1.2.2
18962026-07-21T00:39:06.225Z Compiling serde_derive v1.0.228
18972026-07-21T00:39:06.278Z Compiling zeroize_derive v1.4.3
18982026-07-21T00:39:06.294Z Compiling zerofrom-derive v0.1.6
18992026-07-21T00:39:06.298Z Compiling yoke-derive v0.8.1
19002026-07-21T00:39:06.339Z Compiling zerovec-derive v0.11.2
19012026-07-21T00:39:06.362Z Compiling displaydoc v0.2.5
19022026-07-21T00:39:06.392Z Compiling zerocopy-derive v0.8.40
19032026-07-21T00:39:06.407Z Compiling tokio-macros v2.7.0
19042026-07-21T00:39:06.411Z Compiling futures-macro v0.3.32
19052026-07-21T00:39:06.445Z Compiling thiserror-impl v2.0.18
19062026-07-21T00:39:06.503Z Compiling schemars_derive v0.8.22
19072026-07-21T00:39:06.902Z Compiling zeroize v1.8.2
19082026-07-21T00:39:07.134Z Compiling tracing-attributes v0.1.31
19092026-07-21T00:39:07.166Z Compiling der_derive v0.7.3
19102026-07-21T00:39:07.200Z Compiling thiserror-impl v1.0.69
19112026-07-21T00:39:07.286Z Compiling pest_derive v2.8.6
19122026-07-21T00:39:07.381Z Compiling futures-util v0.3.32
19132026-07-21T00:39:07.407Z Compiling zerofrom v0.1.6
19142026-07-21T00:39:07.554Z Compiling yoke v0.8.1
19152026-07-21T00:39:07.652Z Compiling crypto-common v0.1.7
19162026-07-21T00:39:07.729Z Compiling zerovec v0.11.5
19172026-07-21T00:39:07.776Z Compiling zerotrie v0.2.3
19182026-07-21T00:39:07.886Z Compiling block-buffer v0.10.4
19192026-07-21T00:39:08.049Z Compiling digest v0.10.7
19202026-07-21T00:39:08.267Z Compiling tinystr v0.8.2
19212026-07-21T00:39:08.285Z Compiling potential_utf v0.1.4
19222026-07-21T00:39:08.316Z Compiling scroll_derive v0.13.1
19232026-07-21T00:39:08.321Z Compiling scroll_derive v0.12.1
19242026-07-21T00:39:08.346Z Compiling openssl-macros v0.1.1
19252026-07-21T00:39:08.362Z Compiling regex v1.12.3
19262026-07-21T00:39:08.480Z Compiling icu_locale_core v2.1.1
19272026-07-21T00:39:08.497Z Compiling icu_collections v2.1.1
19282026-07-21T00:39:08.786Z Compiling zerocopy-derive v0.7.35
19292026-07-21T00:39:09.012Z Compiling base64ct v1.8.3
19302026-07-21T00:39:09.136Z Compiling tracing v0.1.44
19312026-07-21T00:39:09.206Z Compiling icu_provider v2.1.1
19322026-07-21T00:39:09.250Z Compiling pem-rfc7468 v0.7.0
19332026-07-21T00:39:09.422Z Compiling bytes v1.11.1
19342026-07-21T00:39:09.531Z Compiling icu_normalizer v2.1.1
19352026-07-21T00:39:09.552Z Compiling icu_properties v2.1.2
19362026-07-21T00:39:09.596Z Compiling chrono v0.4.45
19372026-07-21T00:39:09.635Z Compiling serde_tokenstream v0.2.3
19382026-07-21T00:39:09.996Z Compiling tokio v1.52.1
19392026-07-21T00:39:10.077Z Compiling http v1.4.2
19402026-07-21T00:39:10.429Z Compiling idna_adapter v1.2.1
19412026-07-21T00:39:10.600Z Compiling idna v1.1.0
19422026-07-21T00:39:10.752Z Compiling ppv-lite86 v0.2.21
19432026-07-21T00:39:11.005Z Compiling url v2.5.8
19442026-07-21T00:39:11.115Z Compiling flagset v0.4.7
19452026-07-21T00:39:11.154Z Compiling rand_chacha v0.9.0
19462026-07-21T00:39:11.186Z Compiling http-body v1.0.1
19472026-07-21T00:39:11.248Z Compiling der v0.7.10
19482026-07-21T00:39:11.263Z Compiling rustls-pki-types v1.14.0
19492026-07-21T00:39:11.718Z Compiling usdt-impl v0.5.0
19502026-07-21T00:39:11.829Z Compiling paste v1.0.15
19512026-07-21T00:39:11.881Z Compiling either v1.15.0
19522026-07-21T00:39:11.966Z Compiling fastrand v2.3.0
19532026-07-21T00:39:11.987Z Compiling openssl-probe v0.2.1
19542026-07-21T00:39:12.072Z Compiling cmov v0.5.4
19552026-07-21T00:39:12.098Z Compiling tinyvec_macros v0.1.1
19562026-07-21T00:39:12.151Z Compiling usdt-impl v0.6.0
19572026-07-21T00:39:12.183Z Compiling ref-cast v1.0.25
19582026-07-21T00:39:12.305Z Compiling ctutils v0.4.2
19592026-07-21T00:39:12.309Z Compiling tinyvec v1.10.0
19602026-07-21T00:39:12.419Z Compiling spki v0.7.3
19612026-07-21T00:39:12.533Z Compiling rand v0.9.2
19622026-07-21T00:39:12.596Z Compiling toml_datetime v0.6.11
19632026-07-21T00:39:12.637Z Compiling serde_spanned v0.6.9
19642026-07-21T00:39:12.683Z Compiling scroll v0.13.0
19652026-07-21T00:39:12.699Z Compiling scroll v0.12.0
19662026-07-21T00:39:12.751Z Compiling async-trait v0.1.89
19672026-07-21T00:39:12.774Z Compiling heapless v0.7.17
19682026-07-21T00:39:12.843Z Compiling bzip2-sys v0.1.13+1.0.8
19692026-07-21T00:39:12.876Z Compiling signal-hook v0.3.18
19702026-07-21T00:39:12.895Z Compiling litrs v1.0.0
19712026-07-21T00:39:12.965Z Compiling tower-layer v0.3.3
19722026-07-21T00:39:12.980Z Compiling tower-service v0.3.3
19732026-07-21T00:39:13.049Z Compiling untrusted v0.7.1
19742026-07-21T00:39:13.089Z Compiling rustix v0.38.44
19752026-07-21T00:39:13.107Z Compiling zstd-safe v7.2.4
19762026-07-21T00:39:13.111Z Compiling winnow v1.0.3
19772026-07-21T00:39:13.136Z Compiling atomic-waker v1.1.2
19782026-07-21T00:39:13.154Z Compiling cpufeatures v0.2.17
19792026-07-21T00:39:13.164Z Compiling try-lock v0.2.5
19802026-07-21T00:39:13.235Z Compiling winnow v0.7.14
19812026-07-21T00:39:13.283Z Compiling want v0.3.1
19822026-07-21T00:39:13.298Z Compiling goblin v0.8.2
19832026-07-21T00:39:13.328Z Compiling goblin v0.10.5
19842026-07-21T00:39:13.357Z Compiling document-features v0.2.12
19852026-07-21T00:39:13.453Z Compiling toml_parser v1.1.2+spec-1.1.0
19862026-07-21T00:39:13.513Z Compiling hybrid-array v0.4.13
19872026-07-21T00:39:13.899Z Compiling tokio-util v0.7.18
19882026-07-21T00:39:13.990Z Compiling zerocopy v0.7.35
19892026-07-21T00:39:14.061Z Compiling ipnet v2.11.0
19902026-07-21T00:39:14.362Z Compiling ref-cast-impl v1.0.25
19912026-07-21T00:39:14.460Z Compiling darling_core v0.20.11
19922026-07-21T00:39:14.518Z Compiling curve25519-dalek v4.1.3
19932026-07-21T00:39:14.544Z Compiling memoffset v0.9.1
19942026-07-21T00:39:14.747Z Compiling h2 v0.4.15
19952026-07-21T00:39:14.894Z Compiling httpdate v1.0.3
19962026-07-21T00:39:14.922Z Compiling winnow v0.5.40
19972026-07-21T00:39:14.980Z Compiling foreign-types-shared v0.1.1
19982026-07-21T00:39:14.995Z Compiling untrusted v0.9.0
19992026-07-21T00:39:15.084Z Compiling powerfmt v0.2.0
20002026-07-21T00:39:15.141Z Compiling utf8parse v0.2.2
20012026-07-21T00:39:15.160Z Compiling foreign-types v0.3.2
20022026-07-21T00:39:15.268Z Compiling deranged v0.5.8
20032026-07-21T00:39:15.378Z Compiling tempfile v3.25.0
20042026-07-21T00:39:15.508Z Compiling unicode-normalization v0.1.25
20052026-07-21T00:39:15.726Z Compiling dof v0.3.0
20062026-07-21T00:39:15.786Z Compiling pkcs8 v0.10.2
20072026-07-21T00:39:15.969Z Compiling dtrace-parser v0.2.0
20082026-07-21T00:39:16.335Z Compiling toml_edit v0.19.15
20092026-07-21T00:39:16.352Z Compiling dof v0.4.0
20102026-07-21T00:39:16.443Z Compiling darling_macro v0.20.11
20112026-07-21T00:39:16.527Z Compiling dtrace-parser v0.3.0
20122026-07-21T00:39:16.562Z Compiling pin-project-internal v1.1.11
20132026-07-21T00:39:16.721Z Compiling daft-derive v0.1.7
20142026-07-21T00:39:16.900Z Compiling spin v0.9.8
20152026-07-21T00:39:16.921Z Compiling thread-id v5.1.0
20162026-07-21T00:39:16.958Z Compiling thread-id v4.2.2
20172026-07-21T00:39:17.079Z Compiling num_threads v0.1.7
20182026-07-21T00:39:17.118Z Compiling smoltcp v0.9.1
20192026-07-21T00:39:17.133Z Compiling anstyle v1.0.14
20202026-07-21T00:39:17.185Z Compiling num-bigint-dig v0.8.6
20212026-07-21T00:39:17.407Z Compiling cfg_aliases v0.2.1
20222026-07-21T00:39:17.491Z Compiling darling v0.20.11
20232026-07-21T00:39:17.521Z Compiling nix v0.31.2
20242026-07-21T00:39:17.545Z Compiling time v0.3.47
20252026-07-21T00:39:17.763Z Compiling sha2 v0.10.9
20262026-07-21T00:39:17.901Z Compiling hyper v1.10.1
20272026-07-21T00:39:17.978Z Compiling ipnetwork v0.21.1
20282026-07-21T00:39:18.017Z Compiling hmac v0.12.1
20292026-07-21T00:39:18.123Z Compiling strum_macros v0.26.4
20302026-07-21T00:39:18.171Z Compiling curve25519-dalek-derive v0.1.1
20312026-07-21T00:39:18.384Z Compiling darling_core v0.23.0
20322026-07-21T00:39:18.595Z Compiling sync_wrapper v1.0.2
20332026-07-21T00:39:18.611Z Compiling wait-timeout v0.2.1
20342026-07-21T00:39:18.721Z Compiling simd-adler32 v0.3.8
20352026-07-21T00:39:18.999Z Compiling bit-vec v0.8.0
20362026-07-21T00:39:19.036Z Compiling hyper-util v0.1.20
20372026-07-21T00:39:19.159Z Compiling quick-error v1.2.3
20382026-07-21T00:39:19.249Z Compiling colorchoice v1.0.4
20392026-07-21T00:39:19.289Z Compiling is_terminal_polyfill v1.70.2
20402026-07-21T00:39:19.380Z Compiling anstyle-query v1.1.5
20412026-07-21T00:39:19.412Z Compiling siphasher v1.0.2
20422026-07-21T00:39:19.510Z Compiling rusty-fork v0.3.1
20432026-07-21T00:39:19.613Z Compiling bit-set v0.8.0
20442026-07-21T00:39:19.816Z Compiling tower v0.5.3
20452026-07-21T00:39:20.403Z Compiling derive_builder_core v0.20.2
20462026-07-21T00:39:20.481Z Compiling http-body-util v0.1.3
20472026-07-21T00:39:20.545Z Compiling darling_macro v0.23.0
20482026-07-21T00:39:20.589Z Compiling hubpack_derive v0.1.1
20492026-07-21T00:39:20.604Z Compiling snafu-derive v0.8.9
20502026-07-21T00:39:20.725Z Compiling strum_macros v0.27.2
20512026-07-21T00:39:20.741Z Compiling rand_xorshift v0.4.0
20522026-07-21T00:39:20.910Z Compiling fs-err v3.3.0
20532026-07-21T00:39:20.927Z Compiling ahash v0.8.12
20542026-07-21T00:39:21.136Z Compiling adler2 v2.0.1
20552026-07-21T00:39:21.187Z Compiling allocator-api2 v0.2.21
20562026-07-21T00:39:21.202Z Compiling unicode-bidi v0.3.18
20572026-07-21T00:39:21.242Z Compiling unarray v0.1.4
20582026-07-21T00:39:21.255Z Compiling unicode-properties v0.1.4
20592026-07-21T00:39:21.275Z Compiling ryu v1.0.23
20602026-07-21T00:39:21.364Z Compiling iri-string v0.7.10
20612026-07-21T00:39:21.452Z Compiling unicode-segmentation v1.12.0
20622026-07-21T00:39:21.481Z Compiling object v0.37.3
20632026-07-21T00:39:21.529Z Compiling serde_urlencoded v0.7.1
20642026-07-21T00:39:21.671Z Compiling stringprep v0.1.5
20652026-07-21T00:39:21.691Z Compiling proptest v1.10.0
20662026-07-21T00:39:21.753Z Compiling miniz_oxide v0.8.9
20672026-07-21T00:39:21.794Z Compiling derive_builder_macro v0.20.2
20682026-07-21T00:39:22.181Z Compiling darling v0.23.0
20692026-07-21T00:39:22.282Z Compiling tokio-native-tls v0.3.1
20702026-07-21T00:39:22.301Z Compiling usdt-macro v0.6.0
20712026-07-21T00:39:22.314Z Compiling usdt-attr-macro v0.6.0
20722026-07-21T00:39:22.317Z Compiling anstyle-parse v1.0.0
20732026-07-21T00:39:22.469Z Compiling block-padding v0.4.2
20742026-07-21T00:39:22.485Z Compiling block-buffer v0.12.1
20752026-07-21T00:39:22.501Z Compiling tower-http v0.6.8
20762026-07-21T00:39:22.515Z Compiling crypto-common v0.2.2
20772026-07-21T00:39:22.979Z Compiling rustls-native-certs v0.8.3
20782026-07-21T00:39:23.000Z Compiling rand_chacha v0.3.1
20792026-07-21T00:39:23.030Z Compiling erased-serde v0.3.31
20802026-07-21T00:39:23.118Z Compiling hex v0.4.3
20812026-07-21T00:39:23.123Z Compiling signature v2.2.0
20822026-07-21T00:39:23.139Z Compiling md-5 v0.10.6
20832026-07-21T00:39:23.230Z Compiling bstr v1.12.1
20842026-07-21T00:39:23.330Z Compiling num-integer v0.1.46
20852026-07-21T00:39:23.343Z Compiling hash32 v0.2.1
20862026-07-21T00:39:23.373Z Compiling vergen-lib v9.1.0
20872026-07-21T00:39:23.424Z Compiling encoding_rs v0.8.35
20882026-07-21T00:39:23.534Z Compiling mime v0.3.17
20892026-07-21T00:39:23.549Z Compiling zlib-rs v0.6.2
20902026-07-21T00:39:23.599Z Compiling cpufeatures v0.3.0
20912026-07-21T00:39:23.646Z Compiling psl-types v2.0.11
20922026-07-21T00:39:23.649Z Compiling fallible-iterator v0.2.0
20932026-07-21T00:39:23.782Z Compiling publicsuffix v2.3.0
20942026-07-21T00:39:23.834Z Compiling newtype-uuid v1.3.2
20952026-07-21T00:39:23.994Z Compiling postgres-protocol v0.6.10
20962026-07-21T00:39:24.023Z Compiling num-iter v0.1.45
20972026-07-21T00:39:24.501Z Compiling rand v0.8.6
20982026-07-21T00:39:24.553Z Compiling oxnet v0.1.6
20992026-07-21T00:39:24.588Z Compiling inout v0.2.2
21002026-07-21T00:39:24.657Z Compiling anstream v1.0.0
21012026-07-21T00:39:24.784Z Compiling hyper-tls v0.6.0
21022026-07-21T00:39:24.787Z Compiling derive_builder v0.20.2
21032026-07-21T00:39:24.787Z Compiling serde_with_macros v3.21.0
21042026-07-21T00:39:24.899Z Compiling heck v0.4.1
21052026-07-21T00:39:24.951Z Compiling phf_shared v0.13.1
21062026-07-21T00:39:24.971Z Compiling pin-project v1.1.11
21072026-07-21T00:39:25.090Z Compiling lazy_static v1.5.0
21082026-07-21T00:39:25.106Z Compiling anstyle-parse v0.2.7
21092026-07-21T00:39:25.214Z Compiling terminal_size v0.4.3
21102026-07-21T00:39:25.231Z Compiling futures-executor v0.3.32
21112026-07-21T00:39:25.263Z Compiling serde_repr v0.1.20
21122026-07-21T00:39:25.267Z Compiling async-recursion v1.1.1
21132026-07-21T00:39:25.294Z Compiling clap_derive v4.6.1
21142026-07-21T00:39:25.311Z Compiling enum-as-inner v0.6.1
21152026-07-21T00:39:25.500Z Compiling ff v0.13.1
21162026-07-21T00:39:25.561Z Compiling vergen v9.1.0
21172026-07-21T00:39:25.599Z Compiling cargo-platform v0.3.2
21182026-07-21T00:39:25.655Z Compiling flate2 v1.1.9
21192026-07-21T00:39:25.833Z Compiling bitflags v1.3.2
21202026-07-21T00:39:25.855Z Compiling clap_lex v1.0.0
21212026-07-21T00:39:25.871Z Compiling bumpalo v3.20.2
21222026-07-21T00:39:25.887Z Compiling managed v0.8.0
21232026-07-21T00:39:25.936Z Compiling libbz2-rs-sys v0.2.2
21242026-07-21T00:39:26.036Z Compiling same-file v1.0.6
21252026-07-21T00:39:26.053Z Compiling foldhash v0.2.0
21262026-07-21T00:39:26.085Z Compiling foldhash v0.1.5
21272026-07-21T00:39:26.215Z Compiling base16ct v0.2.0
21282026-07-21T00:39:26.231Z Compiling hashbrown v0.15.5
21292026-07-21T00:39:26.255Z Compiling hashbrown v0.16.1
21302026-07-21T00:39:26.271Z Compiling walkdir v2.5.0
21312026-07-21T00:39:26.468Z Compiling sec1 v0.7.3
21322026-07-21T00:39:26.483Z Compiling bzip2 v0.6.1
21332026-07-21T00:39:26.557Z Compiling zopfli v0.8.3
21342026-07-21T00:39:26.608Z Compiling clap_builder v4.6.0
21352026-07-21T00:39:26.775Z Compiling cargo_metadata v0.23.1
21362026-07-21T00:39:26.797Z Compiling group v0.13.0
21372026-07-21T00:39:26.987Z Compiling futures v0.3.32
21382026-07-21T00:39:27.224Z Compiling anstream v0.6.21
21392026-07-21T00:39:27.445Z Compiling phf v0.13.1
21402026-07-21T00:39:27.530Z Compiling snafu v0.8.9
21412026-07-21T00:39:27.620Z Compiling zstd v0.13.3
21422026-07-21T00:39:27.824Z Compiling reqwest v0.12.28
21432026-07-21T00:39:27.895Z Compiling daft v0.1.7
21442026-07-21T00:39:28.135Z Compiling signal-hook-mio v0.2.5
21452026-07-21T00:39:28.189Z Compiling cipher v0.5.2
21462026-07-21T00:39:28.204Z Compiling cookie_store v0.22.1
21472026-07-21T00:39:28.266Z Compiling postgres-types v0.2.12
21482026-07-21T00:39:28.372Z Compiling bzip2 v0.4.4
21492026-07-21T00:39:28.476Z Compiling globset v0.4.18
21502026-07-21T00:39:28.493Z Compiling ed25519 v2.2.3
21512026-07-21T00:39:28.548Z Compiling strum v0.27.2
21522026-07-21T00:39:28.694Z Compiling hubpack v0.1.2
21532026-07-21T00:39:28.741Z Compiling phf_shared v0.11.3
21542026-07-21T00:39:28.794Z Compiling hkdf v0.12.4
21552026-07-21T00:39:28.810Z Compiling crossbeam-epoch v0.9.18
21562026-07-21T00:39:28.847Z Compiling pkcs1 v0.7.5
21572026-07-21T00:39:28.926Z Compiling olpc-cjson v0.1.4
21582026-07-21T00:39:29.111Z Compiling serde-big-array v0.5.1
21592026-07-21T00:39:29.167Z Compiling serde_plain v1.0.2
21602026-07-21T00:39:29.198Z Compiling pem v3.0.6
21612026-07-21T00:39:29.272Z Compiling crypto-bigint v0.5.5
21622026-07-21T00:39:29.438Z Compiling float-cmp v0.10.0
21632026-07-21T00:39:29.441Z Compiling memmap2 v0.9.10
21642026-07-21T00:39:29.471Z Compiling env_filter v1.0.0
21652026-07-21T00:39:29.501Z Compiling precomputed-hash v0.1.1
21662026-07-21T00:39:29.616Z Compiling difflib v0.4.0
21672026-07-21T00:39:29.649Z Compiling toml_write v0.1.2
21682026-07-21T00:39:29.668Z Compiling const-oid v0.10.2
21692026-07-21T00:39:29.690Z Compiling static_assertions v1.1.0
21702026-07-21T00:39:29.753Z Compiling data-encoding v2.10.0
21712026-07-21T00:39:29.757Z Compiling jiff v0.2.21
21722026-07-21T00:39:29.784Z Compiling normalize-line-endings v0.3.0
21732026-07-21T00:39:29.861Z Compiling typed-path v0.9.3
21742026-07-21T00:39:29.877Z Compiling new_debug_unreachable v1.0.6
21752026-07-21T00:39:29.895Z Compiling fixedbitset v0.5.7
21762026-07-21T00:39:30.070Z Compiling keccak v0.1.6
21772026-07-21T00:39:30.085Z Compiling predicates-core v1.0.10
21782026-07-21T00:39:30.128Z Compiling whoami v2.1.0
21792026-07-21T00:39:30.191Z Compiling fixedbitset v0.4.2
21802026-07-21T00:39:30.260Z Compiling sha3 v0.10.8
21812026-07-21T00:39:30.276Z Compiling predicates v3.1.4
21822026-07-21T00:39:30.279Z Compiling elliptic-curve v0.13.8
21832026-07-21T00:39:30.306Z Compiling petgraph v0.8.3
21842026-07-21T00:39:30.309Z Compiling hickory-proto v0.25.2
21852026-07-21T00:39:30.366Z Compiling petgraph v0.6.5
21862026-07-21T00:39:30.410Z Compiling tokio-postgres v0.7.16
21872026-07-21T00:39:30.457Z Compiling string_cache v0.8.9
21882026-07-21T00:39:30.473Z Compiling digest v0.11.3
21892026-07-21T00:39:30.535Z Compiling toml_edit v0.22.27
21902026-07-21T00:39:30.693Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21912026-07-21T00:39:30.708Z Compiling chacha20 v0.10.0
21922026-07-21T00:39:30.857Z Compiling env_logger v0.11.9
21932026-07-21T00:39:31.020Z Compiling usdt v0.6.0
21942026-07-21T00:39:31.822Z Compiling rsa v0.9.10
21952026-07-21T00:39:32.472Z Compiling zip v4.6.1
21962026-07-21T00:39:32.597Z Compiling ed25519-dalek v2.2.0
21972026-07-21T00:39:32.736Z Compiling zip v0.6.6
21982026-07-21T00:39:32.861Z Compiling crossterm v0.28.1
21992026-07-21T00:39:32.910Z Compiling iddqd v0.4.2
22002026-07-21T00:39:33.263Z Compiling clap v4.6.1
22012026-07-21T00:39:33.457Z Compiling serde_with v3.21.0
22022026-07-21T00:39:33.498Z Compiling similar v2.7.0
22032026-07-21T00:39:33.515Z Compiling byte-wrapper v0.1.0
22042026-07-21T00:39:33.718Z Compiling strum v0.26.3
22052026-07-21T00:39:33.731Z Compiling toml v0.7.8
22062026-07-21T00:39:33.825Z Compiling tokio-stream v0.1.18
22072026-07-21T00:39:33.863Z Compiling buf-list v1.1.2
22082026-07-21T00:39:34.034Z Compiling x509-cert v0.2.5
22092026-07-21T00:39:34.152Z Compiling itertools v0.13.0
22102026-07-21T00:39:34.242Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22112026-07-21T00:39:34.534Z Compiling openapiv3 v2.2.0
22122026-07-21T00:39:34.873Z Compiling lalrpop-util v0.19.12
22132026-07-21T00:39:35.171Z Compiling peg-runtime v0.8.5
22142026-07-21T00:39:50.955Z Compiling rustls-webpki v0.103.13
22152026-07-21T00:39:52.282Z Compiling macaddr v1.0.1
22162026-07-21T00:39:52.301Z Compiling structmeta-derive v0.3.0
22172026-07-21T00:39:52.328Z Compiling darling_core v0.21.3
22182026-07-21T00:39:52.576Z Compiling rayon-core v1.13.0
22192026-07-21T00:39:52.627Z Compiling crucible-workspace-hack v0.1.0
22202026-07-21T00:39:52.750Z Compiling itertools v0.14.0
22212026-07-21T00:39:52.828Z Compiling secrecy v0.10.3
22222026-07-21T00:39:52.839Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22232026-07-21T00:39:52.882Z Compiling toml_datetime v0.7.5+spec-1.1.0
22242026-07-21T00:39:52.933Z Compiling heapless v0.8.0
22252026-07-21T00:39:53.010Z Compiling crossbeam-deque v0.8.6
22262026-07-21T00:39:53.051Z Compiling toml_edit v0.23.10+spec-1.0.0
22272026-07-21T00:39:53.119Z Compiling inout v0.1.4
22282026-07-21T00:39:53.243Z Compiling hash32 v0.3.1
22292026-07-21T00:39:53.269Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22302026-07-21T00:39:53.291Z Compiling multer v3.1.0
22312026-07-21T00:39:53.307Z Compiling structmeta v0.3.0
22322026-07-21T00:39:53.409Z Compiling thread_local v1.1.9
22332026-07-21T00:39:53.439Z Compiling match_cfg v0.1.0
22342026-07-21T00:39:53.443Z Compiling compression-core v0.4.31
22352026-07-21T00:39:53.509Z Compiling smoltcp v0.11.0
22362026-07-21T00:39:53.524Z Compiling slog-async v2.8.0
22372026-07-21T00:39:53.540Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22382026-07-21T00:39:53.635Z Compiling unicode-width v0.2.0
22392026-07-21T00:39:53.764Z Compiling proc-macro-crate v3.4.0
22402026-07-21T00:39:53.812Z Compiling compression-codecs v0.4.37
22412026-07-21T00:39:53.875Z Compiling derive-ex v0.1.8
22422026-07-21T00:39:53.927Z Compiling hostname v0.3.1
22432026-07-21T00:39:53.979Z Compiling cipher v0.4.4
22442026-07-21T00:39:54.071Z Compiling atomicwrites v0.4.4
22452026-07-21T00:39:54.106Z Compiling slog-json v2.6.1
22462026-07-21T00:39:54.227Z Compiling crossbeam-channel v0.5.15
22472026-07-21T00:39:54.251Z Compiling half v2.7.1
22482026-07-21T00:39:54.260Z Compiling newtype-uuid-macros v0.1.0
22492026-07-21T00:39:54.373Z Compiling tokio-rustls v0.26.4
22502026-07-21T00:39:54.388Z Compiling rustls-platform-verifier v0.6.2
22512026-07-21T00:39:54.456Z Compiling tough v0.22.0
22522026-07-21T00:39:54.478Z Compiling darling_macro v0.21.3
22532026-07-21T00:39:54.607Z Compiling hyper-rustls v0.27.7
22542026-07-21T00:39:54.631Z Compiling cobs v0.3.0
22552026-07-21T00:39:54.660Z Compiling thiserror-impl-no-std v2.0.2
22562026-07-21T00:39:54.924Z Compiling reqwest v0.13.2
22572026-07-21T00:39:54.939Z Compiling universal-hash v0.5.1
22582026-07-21T00:39:54.943Z Compiling async-stream-impl v0.3.6
22592026-07-21T00:39:54.993Z Compiling darling v0.21.3
22602026-07-21T00:39:55.015Z Compiling serde_spanned v1.1.1
22612026-07-21T00:39:55.092Z Compiling ingot-macros v0.1.1
22622026-07-21T00:39:55.111Z Compiling toml_datetime v1.1.1+spec-1.1.0
22632026-07-21T00:39:55.191Z Compiling is-terminal v0.4.17
22642026-07-21T00:39:55.305Z Compiling proc-macro-error-attr v1.0.4
22652026-07-21T00:39:55.409Z Compiling dropshot v0.17.1
22662026-07-21T00:39:55.523Z Compiling ciborium-io v0.2.2
22672026-07-21T00:39:55.540Z Compiling take_mut v0.2.2
22682026-07-21T00:39:55.561Z Compiling convert_case v0.4.0
22692026-07-21T00:39:55.561Z Compiling toml_writer v1.1.1+spec-1.1.0
22702026-07-21T00:39:55.642Z Compiling term v1.2.1
22712026-07-21T00:39:55.657Z Compiling opaque-debug v0.3.1
22722026-07-21T00:39:55.677Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22732026-07-21T00:39:55.714Z Compiling thiserror-no-std v2.0.2
22742026-07-21T00:39:55.746Z Compiling poly1305 v0.8.0
22752026-07-21T00:39:55.827Z Compiling toml v1.1.2+spec-1.1.0
22762026-07-21T00:39:55.891Z Compiling derive_more v0.99.20
22772026-07-21T00:39:55.943Z Compiling ciborium-ll v0.2.2
22782026-07-21T00:39:55.962Z Compiling slog-term v2.9.2
22792026-07-21T00:39:56.213Z Compiling async-stream v0.3.6
22802026-07-21T00:39:56.305Z Compiling test-strategy v0.4.5
22812026-07-21T00:39:56.388Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22822026-07-21T00:39:56.428Z Compiling postcard v1.1.3
22832026-07-21T00:39:56.930Z Compiling slog-bunyan v2.5.0
22842026-07-21T00:39:57.131Z Compiling num_enum_derive v0.7.6
22852026-07-21T00:39:57.161Z Compiling chacha20 v0.9.1
22862026-07-21T00:39:57.224Z Compiling async-compression v0.4.41
22872026-07-21T00:39:57.442Z Compiling parse-display-derive v0.10.0
22882026-07-21T00:39:57.615Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
22892026-07-21T00:39:57.719Z Compiling ingot-types v0.1.2
22902026-07-21T00:39:57.738Z Compiling sha1 v0.11.0
22912026-07-21T00:39:58.080Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22922026-07-21T00:39:58.102Z Compiling proc-macro-crate v1.3.1
22932026-07-21T00:39:58.123Z Compiling ingot v0.1.1
22942026-07-21T00:39:58.173Z Compiling waitgroup v0.1.2
22952026-07-21T00:39:58.190Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
22962026-07-21T00:39:58.194Z Compiling password-hash v0.5.0
22972026-07-21T00:39:58.225Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22982026-07-21T00:39:58.345Z Compiling backon v1.6.0
22992026-07-21T00:39:58.420Z Compiling rustls-pemfile v2.2.0
23002026-07-21T00:39:58.446Z Compiling dropshot_endpoint v0.17.1
23012026-07-21T00:39:58.455Z Compiling blake2 v0.10.6
23022026-07-21T00:39:58.584Z Compiling aead v0.5.2
23032026-07-21T00:39:58.617Z Compiling foreign-types-macros v0.2.3
23042026-07-21T00:39:58.643Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23052026-07-21T00:39:58.710Z Compiling serde_path_to_error v0.1.20
23062026-07-21T00:39:58.725Z Compiling hostname v0.4.2
23072026-07-21T00:39:58.795Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23082026-07-21T00:39:58.906Z Compiling proc-macro-error v1.0.4
23092026-07-21T00:39:58.960Z Compiling instant v0.1.13
23102026-07-21T00:39:58.987Z Compiling debug-ignore v1.0.5
23112026-07-21T00:39:59.084Z Compiling foreign-types-shared v0.3.1
23122026-07-21T00:39:59.119Z Compiling backoff v0.4.0
23132026-07-21T00:39:59.139Z Compiling parse-display v0.10.0
23142026-07-21T00:39:59.164Z Compiling chacha20poly1305 v0.10.1
23152026-07-21T00:39:59.211Z Compiling argon2 v0.5.3
23162026-07-21T00:39:59.216Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23172026-07-21T00:39:59.233Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23182026-07-21T00:39:59.250Z Compiling foreign-types v0.5.0
23192026-07-21T00:39:59.452Z Compiling num_enum_derive v0.5.11
23202026-07-21T00:39:59.459Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23212026-07-21T00:39:59.459Z Compiling num_enum v0.7.6
23222026-07-21T00:39:59.459Z Compiling ciborium v0.2.2
23232026-07-21T00:39:59.618Z Compiling vsss-rs v3.3.4
23242026-07-21T00:39:59.673Z Compiling tabwriter v1.4.1
23252026-07-21T00:39:59.793Z Compiling regress v0.10.5
23262026-07-21T00:39:59.958Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23272026-07-21T00:40:00.008Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23282026-07-21T00:40:00.066Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23292026-07-21T00:40:00.082Z Compiling cstr-argument v0.1.2
23302026-07-21T00:40:00.106Z Compiling humantime v2.3.0
23312026-07-21T00:40:00.244Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23322026-07-21T00:40:00.261Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23332026-07-21T00:40:00.299Z Compiling num_enum v0.5.11
23342026-07-21T00:40:00.365Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23352026-07-21T00:40:00.434Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23362026-07-21T00:40:00.457Z Compiling rayon v1.11.0
23372026-07-21T00:40:00.465Z Compiling rand v0.10.1
23382026-07-21T00:40:00.500Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23392026-07-21T00:40:00.534Z Compiling colored v3.1.1
23402026-07-21T00:40:00.584Z Compiling indent_write v2.2.0
23412026-07-21T00:40:00.588Z Compiling libefi-sys v0.1.0
23422026-07-21T00:40:00.589Z Compiling zone_cfg_derive v0.3.1
23432026-07-21T00:40:00.630Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23442026-07-21T00:40:00.698Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23452026-07-21T00:40:00.720Z Compiling camino-tempfile v1.4.1
23462026-07-21T00:40:00.823Z Compiling itertools v0.12.1
23472026-07-21T00:40:00.864Z Compiling usdt-macro v0.5.0
23482026-07-21T00:40:00.916Z Compiling usdt-attr-macro v0.5.0
23492026-07-21T00:40:00.942Z Compiling num-derive v0.4.2
23502026-07-21T00:40:01.163Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23512026-07-21T00:40:01.218Z Compiling bitfield-struct v0.6.2
23522026-07-21T00:40:01.251Z Compiling blake3 v1.8.5
23532026-07-21T00:40:01.280Z Compiling memmap v0.7.0
23542026-07-21T00:40:01.334Z Compiling sigpipe v0.1.3
23552026-07-21T00:40:01.456Z Compiling swrite v0.1.0
23562026-07-21T00:40:01.468Z Compiling glob v0.3.3
23572026-07-21T00:40:01.541Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23582026-07-21T00:40:01.554Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23592026-07-21T00:40:01.586Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23602026-07-21T00:40:01.680Z Compiling usdt v0.5.0
23612026-07-21T00:40:01.868Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23622026-07-21T00:40:01.878Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23632026-07-21T00:40:01.884Z Compiling smf v0.2.3
23642026-07-21T00:40:01.973Z Compiling filetime v0.2.27
23652026-07-21T00:40:02.028Z Compiling constant_time_eq v0.4.2
23662026-07-21T00:40:02.122Z Compiling zone v0.3.1
23672026-07-21T00:40:02.200Z Compiling arrayvec v0.7.6
23682026-07-21T00:40:02.207Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23692026-07-21T00:40:02.226Z Compiling arrayref v0.3.9
23702026-07-21T00:40:02.272Z Compiling xattr v1.6.1
23712026-07-21T00:40:02.296Z Compiling whoami v1.6.1
23722026-07-21T00:40:02.309Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23732026-07-21T00:40:02.328Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23742026-07-21T00:40:02.335Z Compiling tokio-dtrace v0.1.1
23752026-07-21T00:40:02.374Z Compiling console v0.16.2
23762026-07-21T00:40:02.431Z Compiling tar v0.4.46
23772026-07-21T00:40:02.588Z Compiling gethostname v0.5.0
23782026-07-21T00:40:02.642Z Compiling topological-sort v0.2.2
23792026-07-21T00:40:02.657Z Compiling unit-prefix v0.5.2
23802026-07-21T00:40:02.737Z Compiling oxide-tokio-rt v0.1.4
23812026-07-21T00:40:02.767Z Compiling toml v0.8.23
23822026-07-21T00:40:02.827Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
23832026-07-21T00:40:02.981Z Compiling indicatif v0.18.4
23842026-07-21T00:40:03.045Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23852026-07-21T00:40:03.270Z Compiling shell-words v1.1.1
23862026-07-21T00:40:12.365Z Compiling progenitor-client v0.14.0
23872026-07-21T00:40:12.366Z Compiling omicron-zone-package v0.12.3
23882026-07-21T00:40:12.605Z Compiling progenitor-extras v0.2.0
23892026-07-21T00:40:12.956Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23902026-07-21T00:40:12.977Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23912026-07-21T00:40:12.993Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23922026-07-21T00:40:13.084Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23932026-07-21T00:40:13.107Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23942026-07-21T00:40:13.153Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23952026-07-21T00:40:13.283Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23962026-07-21T00:40:13.354Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23972026-07-21T00:40:13.791Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23982026-07-21T00:40:17.753Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23992026-07-21T00:40:25.723Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24002026-07-21T00:40:30.577Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24012026-07-21T00:40:30.672Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24022026-07-21T00:40:39.184Z Finished `release` profile [optimized] target(s) in 1m 39s
24032026-07-21T00:40:39.324Z Running `target/release/omicron-package -t test target create -p dev`
24042026-07-21T00:40:39.383ZLogging to: /work/oxidecomputer/omicron/out/LOG
24052026-07-21T00:40:39.394ZCreated new build target 'test' and set it as active
24062026-07-21T00:40:39.394Z
24072026-07-21T00:40:39.394Zreal 1:39.564081836
24082026-07-21T00:40:39.394Zuser 16:23.243444642
24092026-07-21T00:40:39.394Zsys 2:34.059513030
24102026-07-21T00:40:39.395Ztrap 0.474657207
24112026-07-21T00:40:39.395Ztflt 2.321165581
24122026-07-21T00:40:39.395Zdflt 4.143825793
24132026-07-21T00:40:39.395Zkflt 0.000534200
24142026-07-21T00:40:39.395Zlock 51:30.883514384
24152026-07-21T00:40:39.395Zslp 42:06.979551070
24162026-07-21T00:40:39.395Zlat 42.129054358
24172026-07-21T00:40:39.395Zstop 5:10.737509276
24182026-07-21T00:40:39.395Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24192026-07-21T00:40:40.214Z Finished `release` profile [optimized] target(s) in 0.81s
24202026-07-21T00:40:40.288Z Running `target/release/omicron-package -t test package`
24212026-07-21T00:40:40.343ZLogging to: /work/oxidecomputer/omicron/out/LOG
24222026-07-21T00:40:41.705Z Compiling heck v0.5.0
24232026-07-21T00:40:41.706Z Compiling regress v0.11.1
24242026-07-21T00:40:41.943Z Compiling unsafe-libyaml v0.2.11
24252026-07-21T00:40:41.956Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24262026-07-21T00:40:41.983Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24272026-07-21T00:40:42.004Z Compiling unicode-width v0.1.14
24282026-07-21T00:40:42.022Z Compiling derive-where v1.6.0
24292026-07-21T00:40:42.029Z Compiling bytecount v0.6.9
24302026-07-21T00:40:42.030Z Compiling atomicwrites v0.4.4
24312026-07-21T00:40:42.068Z Compiling is-terminal v0.4.17
24322026-07-21T00:40:42.129Z Compiling prettyplease v0.2.37
24332026-07-21T00:40:42.129Z Compiling console v0.15.11
24342026-07-21T00:40:42.139Z Compiling newline-converter v0.3.0
24352026-07-21T00:40:42.139Z Compiling slog-dtrace v0.3.0
24362026-07-21T00:40:42.162Z Compiling resolv-conf v0.7.6
24372026-07-21T00:40:42.221Z Compiling owo-colors v4.3.0
24382026-07-21T00:40:42.268Z Compiling cancel-safe-futures v0.1.5
24392026-07-21T00:40:42.279Z Compiling num-rational v0.4.2
24402026-07-21T00:40:42.279Z Compiling libsw-core v0.3.2
24412026-07-21T00:40:42.307Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24422026-07-21T00:40:42.345Z Compiling num-complex v0.4.6
24432026-07-21T00:40:42.405Z Compiling thread_local v1.1.9
24442026-07-21T00:40:42.446Z Compiling serde_yaml v0.9.34+deprecated
24452026-07-21T00:40:42.490Z Compiling match_cfg v0.1.0
24462026-07-21T00:40:42.557Z Compiling expectorate v1.2.0
24472026-07-21T00:40:42.585Z Compiling compression-core v0.4.31
24482026-07-21T00:40:42.614Z Compiling hostname v0.3.1
24492026-07-21T00:40:42.768Z Compiling compression-codecs v0.4.37
24502026-07-21T00:40:42.774Z Compiling num v0.4.3
24512026-07-21T00:40:42.808Z Compiling libsw v3.5.0
24522026-07-21T00:40:42.815Z Compiling slog-async v2.8.0
24532026-07-21T00:40:42.837Z Compiling multer v3.1.0
24542026-07-21T00:40:42.889Z Compiling crossbeam-channel v0.5.15
24552026-07-21T00:40:42.908Z Compiling slog-json v2.6.1
24562026-07-21T00:40:42.934Z Compiling serde_spanned v1.1.1
24572026-07-21T00:40:43.032Z Compiling toml_datetime v1.1.1+spec-1.1.0
24582026-07-21T00:40:43.046Z Compiling linear-map v1.2.0
24592026-07-21T00:40:43.062Z Compiling toml_writer v1.1.1+spec-1.1.0
24602026-07-21T00:40:43.097Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24612026-07-21T00:40:43.137Z Compiling linked-hash-map v0.5.6
24622026-07-21T00:40:43.162Z Compiling term v1.2.1
24632026-07-21T00:40:43.233Z Compiling take_mut v0.2.2
24642026-07-21T00:40:43.260Z Compiling float-ord v0.3.2
24652026-07-21T00:40:43.282Z Compiling toml v1.1.2+spec-1.1.0
24662026-07-21T00:40:43.316Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24672026-07-21T00:40:43.316Z Compiling slog-bunyan v2.5.0
24682026-07-21T00:40:43.364Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24692026-07-21T00:40:43.364Z Compiling lru-cache v0.1.2
24702026-07-21T00:40:43.370Z Compiling async-compression v0.4.41
24712026-07-21T00:40:43.480Z Compiling typify-impl v0.6.2
24722026-07-21T00:40:43.558Z Compiling slog-term v2.9.2
24732026-07-21T00:40:43.586Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24742026-07-21T00:40:43.738Z Compiling dropshot v0.17.1
24752026-07-21T00:40:43.763Z Compiling async-stream v0.3.6
24762026-07-21T00:40:43.770Z Compiling sha1 v0.11.0
24772026-07-21T00:40:43.796Z Compiling progenitor-client v0.14.0
24782026-07-21T00:40:43.819Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24792026-07-21T00:40:43.846Z Compiling waitgroup v0.1.2
24802026-07-21T00:40:43.971Z Compiling rustls-pemfile v2.2.0
24812026-07-21T00:40:44.025Z Compiling backon v1.6.0
24822026-07-21T00:40:44.037Z Compiling serde_path_to_error v0.1.20
24832026-07-21T00:40:44.044Z Compiling hostname v0.4.2
24842026-07-21T00:40:44.077Z Compiling instant v0.1.13
24852026-07-21T00:40:44.086Z Compiling minimal-lexical v0.2.1
24862026-07-21T00:40:44.126Z Compiling debug-ignore v1.0.5
24872026-07-21T00:40:44.194Z Compiling progenitor-extras v0.2.0
24882026-07-21T00:40:44.214Z Compiling backoff v0.4.0
24892026-07-21T00:40:44.221Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24902026-07-21T00:40:44.253Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24912026-07-21T00:40:44.272Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24922026-07-21T00:40:44.435Z Compiling nom v7.1.3
24932026-07-21T00:40:44.454Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24942026-07-21T00:40:44.478Z Compiling parse-display v0.10.0
24952026-07-21T00:40:44.486Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24962026-07-21T00:40:44.486Z Compiling hickory-proto v0.24.4
24972026-07-21T00:40:44.788Z Compiling regress v0.10.5
24982026-07-21T00:40:45.092Z Compiling macaddr v1.0.1
24992026-07-21T00:40:45.121Z Compiling unicode-xid v0.2.6
25002026-07-21T00:40:45.235Z Compiling humantime v2.3.0
25012026-07-21T00:40:45.338Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25022026-07-21T00:40:45.504Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25032026-07-21T00:40:45.519Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25042026-07-21T00:40:45.822Z Compiling convert_case v0.10.0
25052026-07-21T00:40:45.847Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25062026-07-21T00:40:46.096Z Compiling derive_more-impl v2.1.1
25072026-07-21T00:40:46.358Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25082026-07-21T00:40:46.421Z Compiling toml v0.8.23
25092026-07-21T00:40:46.691Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25102026-07-21T00:40:46.861Z Compiling papergrid v0.11.0
25112026-07-21T00:40:46.868Z Compiling tabled_derive v0.7.0
25122026-07-21T00:40:46.904Z Compiling derive_more v2.1.1
25132026-07-21T00:40:46.926Z Compiling typify-macro v0.6.2
25142026-07-21T00:40:46.995Z Compiling termtree v0.5.1
25152026-07-21T00:40:47.015Z Compiling hickory-resolver v0.24.4
25162026-07-21T00:40:47.108Z Compiling crossterm v0.29.0
25172026-07-21T00:40:47.185Z Compiling phf_shared v0.12.1
25182026-07-21T00:40:47.430Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25192026-07-21T00:40:47.834Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25202026-07-21T00:40:47.981Z Compiling tabled v0.15.0
25212026-07-21T00:40:48.050Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25222026-07-21T00:40:48.473Z Compiling typify v0.6.2
25232026-07-21T00:40:48.734Z Compiling progenitor-impl v0.14.0
25242026-07-21T00:40:49.081Z Compiling qorb v0.4.1
25252026-07-21T00:40:50.092Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25262026-07-21T00:40:50.712Z Compiling vte v0.14.1
25272026-07-21T00:40:50.892Z Compiling csv-core v0.1.13
25282026-07-21T00:40:50.937Z Compiling progenitor-macro v0.14.0
25292026-07-21T00:40:51.346Z Compiling highway v1.3.0
25302026-07-21T00:40:52.957Z Compiling chrono-tz v0.10.4
25312026-07-21T00:40:53.074Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25322026-07-21T00:40:53.074Z Compiling csv v1.4.0
25332026-07-21T00:40:53.074Z Compiling strip-ansi-escapes v0.2.1
25342026-07-21T00:40:53.074Z Compiling phf v0.12.1
25352026-07-21T00:40:53.074Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25362026-07-21T00:40:53.074Z Compiling const_format_proc_macros v0.2.34
25372026-07-21T00:40:53.074Z Compiling fd-lock v4.0.4
25382026-07-21T00:40:53.074Z Compiling peg-macros v0.8.5
25392026-07-21T00:40:53.074Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25402026-07-21T00:40:53.362Z Compiling nu-ansi-term v0.50.3
25412026-07-21T00:40:53.384Z Compiling const_format v0.2.35
25422026-07-21T00:40:53.685Z Compiling reedline v0.40.0
25432026-07-21T00:40:53.887Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25442026-07-21T00:40:53.908Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25452026-07-21T00:40:54.032Z Compiling peg v0.8.5
25462026-07-21T00:40:54.151Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25472026-07-21T00:40:54.558Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25482026-07-21T00:40:54.939Z Compiling progenitor v0.14.0
25492026-07-21T00:40:55.115Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25502026-07-21T00:40:55.280Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25512026-07-21T00:40:55.454Z Compiling bcs v0.1.6
25522026-07-21T00:40:56.335Z Compiling nom v8.0.0
25532026-07-21T00:40:56.346Z Compiling semver v0.1.20
25542026-07-21T00:40:56.346Z Compiling rustc_version v0.1.7
25552026-07-21T00:40:56.479Z Compiling newtype_derive v0.1.6
25562026-07-21T00:40:56.712Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25572026-07-21T00:40:56.962Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25582026-07-21T00:40:57.119Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25592026-07-21T00:40:57.420Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25602026-07-21T00:40:57.506Z Compiling unicode-linebreak v0.1.5
25612026-07-21T00:40:57.529Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25622026-07-21T00:40:57.611Z Compiling smawk v0.3.2
25632026-07-21T00:40:57.806Z Compiling textwrap v0.16.2
25642026-07-21T00:40:57.851Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25652026-07-21T00:40:57.978Z Compiling base64 v0.21.7
25662026-07-21T00:40:57.986Z Compiling dropshot-api-manager-types v0.7.2
25672026-07-21T00:40:58.021Z Compiling steno v0.4.1
25682026-07-21T00:40:58.523Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
25692026-07-21T00:40:58.546Z Compiling sha1 v0.10.6
25702026-07-21T00:40:58.588Z Compiling utf-8 v0.7.6
25712026-07-21T00:40:58.830Z Compiling tagptr v0.2.0
25722026-07-21T00:40:58.996Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25732026-07-21T00:40:59.223Z Compiling moka v0.12.13
25742026-07-21T00:40:59.268Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25752026-07-21T00:40:59.432Z Compiling tungstenite v0.21.0
25762026-07-21T00:40:59.473Z Compiling display-error-chain v0.2.2
25772026-07-21T00:40:59.861Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25782026-07-21T00:40:59.978Z Compiling radium v0.7.0
25792026-07-21T00:41:00.071Z Compiling tokio-tungstenite v0.21.0
25802026-07-21T00:41:00.293Z Compiling hickory-resolver v0.25.2
25812026-07-21T00:41:00.362Z Compiling tap v1.0.1
25822026-07-21T00:41:00.463Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25832026-07-21T00:41:00.508Z Compiling maybe-uninit v2.0.0
25842026-07-21T00:41:00.755Z Compiling wyz v0.5.1
25852026-07-21T00:41:00.992Z Compiling vergen-lib v0.1.6
25862026-07-21T00:41:01.182Z Compiling zerocopy-derive v0.6.6
25872026-07-21T00:41:01.228Z Compiling funty v2.0.0
25882026-07-21T00:41:01.550Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25892026-07-21T00:41:02.006Z Compiling packed_struct v0.10.1
25902026-07-21T00:41:02.173Z Compiling crc-catalog v2.4.0
25912026-07-21T00:41:02.301Z Compiling diesel_derives v2.3.7
25922026-07-21T00:41:02.356Z Compiling crc v3.4.0
25932026-07-21T00:41:02.565Z Compiling zerocopy v0.6.6
25942026-07-21T00:41:02.586Z Compiling bitvec v1.0.1
25952026-07-21T00:41:02.806Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25962026-07-21T00:41:03.006Z Compiling dsl_auto_type v0.2.0
25972026-07-21T00:41:03.113Z Compiling scheduled-thread-pool v0.2.7
25982026-07-21T00:41:03.535Z Compiling packed_struct_codegen v0.10.1
25992026-07-21T00:41:03.693Z Compiling vergen-gitcl v1.0.8
26002026-07-21T00:41:03.770Z Compiling diesel_table_macro_syntax v0.3.0
26012026-07-21T00:41:03.990Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26022026-07-21T00:41:04.016Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
26032026-07-21T00:41:04.050Z Compiling bitfield-macros v0.19.4
26042026-07-21T00:41:04.145Z Compiling proc-macro-error-attr2 v2.0.0
26052026-07-21T00:41:04.448Z Compiling dirs-sys-next v0.1.2
26062026-07-21T00:41:04.573Z Compiling indexmap v1.9.3
26072026-07-21T00:41:04.587Z Compiling glob v0.3.3
26082026-07-21T00:41:04.718Z Compiling maplit v1.0.2
26092026-07-21T00:41:04.779Z Compiling crunchy v0.2.4
26102026-07-21T00:41:04.823Z Compiling nodrop v0.1.14
26112026-07-21T00:41:04.890Z Compiling bitfield v0.19.4
26122026-07-21T00:41:04.956Z Compiling array-init v0.0.4
26132026-07-21T00:41:04.982Z Compiling clang-sys v1.8.1
26142026-07-21T00:41:05.113Z Compiling dirs-next v2.0.0
26152026-07-21T00:41:05.202Z Compiling proc-macro-error2 v2.0.1
26162026-07-21T00:41:05.391Z Compiling r2d2 v0.8.10
26172026-07-21T00:41:05.412Z Compiling smallvec v0.6.14
26182026-07-21T00:41:05.667Z Compiling num-derive v0.3.3
26192026-07-21T00:41:05.692Z Compiling downcast-rs v2.0.2
26202026-07-21T00:41:05.819Z Compiling tiny-keccak v2.0.2
26212026-07-21T00:41:05.846Z Compiling hashbrown v0.12.3
26222026-07-21T00:41:06.156Z Compiling serde-hex v0.1.0
26232026-07-21T00:41:06.483Z Compiling tabled_derive v0.11.0
26242026-07-21T00:41:06.580Z Compiling libscf-sys v1.1.0
26252026-07-21T00:41:06.618Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26262026-07-21T00:41:06.657Z Compiling term v0.7.0
26272026-07-21T00:41:06.747Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26282026-07-21T00:41:06.785Z Compiling ron v0.8.1
26292026-07-21T00:41:06.816Z Compiling papergrid v0.17.0
26302026-07-21T00:41:06.978Z Compiling testing_table v0.3.0
26312026-07-21T00:41:06.998Z Compiling hashbrown v0.13.2
26322026-07-21T00:41:07.150Z Compiling crc-any v2.5.0
26332026-07-21T00:41:07.412Z Compiling bit-vec v0.6.3
26342026-07-21T00:41:07.549Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26352026-07-21T00:41:07.567Z Compiling object v0.30.4
26362026-07-21T00:41:07.631Z Compiling bit-set v0.5.3
26372026-07-21T00:41:07.653Z Compiling ascii-canvas v3.0.0
26382026-07-21T00:41:07.830Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26392026-07-21T00:41:08.146Z Compiling tabled v0.20.0
26402026-07-21T00:41:08.195Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26412026-07-21T00:41:08.277Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26422026-07-21T00:41:08.805Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26432026-07-21T00:41:08.930Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26442026-07-21T00:41:09.140Z Compiling progenitor-impl v0.13.0
26452026-07-21T00:41:09.350Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26462026-07-21T00:41:09.468Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26472026-07-21T00:41:09.540Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26482026-07-21T00:41:09.596Z Compiling itertools v0.10.5
26492026-07-21T00:41:09.796Z Compiling ena v0.14.4
26502026-07-21T00:41:09.996Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26512026-07-21T00:41:10.017Z Compiling diesel v2.3.7
26522026-07-21T00:41:10.121Z Compiling libloading v0.8.9
26532026-07-21T00:41:10.245Z Compiling xshell-macros v0.2.7
26542026-07-21T00:41:10.346Z Compiling bindgen v0.71.1
26552026-07-21T00:41:10.652Z Compiling unicase v2.9.0
26562026-07-21T00:41:10.659Z Compiling path-slash v0.1.5
26572026-07-21T00:41:10.739Z Compiling diff v0.1.13
26582026-07-21T00:41:10.879Z Compiling regex-syntax v0.6.29
26592026-07-21T00:41:10.966Z Compiling xshell v0.2.7
26602026-07-21T00:41:10.996Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26612026-07-21T00:41:11.326Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26622026-07-21T00:41:12.282Z Compiling lalrpop v0.19.12
26632026-07-21T00:41:12.378Z Compiling progenitor-macro v0.13.0
26642026-07-21T00:41:12.621Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26652026-07-21T00:41:15.348Z Compiling cexpr v0.6.0
26662026-07-21T00:41:15.357Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26672026-07-21T00:41:15.357Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26682026-07-21T00:41:15.357Z Compiling progenitor-client v0.13.0
26692026-07-21T00:41:15.357Z Compiling rustc-hash v2.1.1
26702026-07-21T00:41:15.357Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26712026-07-21T00:41:16.002Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26722026-07-21T00:41:16.094Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26732026-07-21T00:41:16.330Z Compiling progenitor v0.13.0
26742026-07-21T00:41:16.507Z Compiling headers-core v0.3.0
26752026-07-21T00:41:16.559Z Compiling libxml v0.3.3
26762026-07-21T00:41:16.661Z Compiling crc8 v0.1.1
26772026-07-21T00:41:16.803Z Compiling headers v0.4.1
26782026-07-21T00:41:16.853Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26792026-07-21T00:41:16.879Z Compiling strum_macros v0.24.3
26802026-07-21T00:41:17.092Z Compiling indoc v1.0.9
26812026-07-21T00:41:17.202Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26822026-07-21T00:41:17.222Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26832026-07-21T00:41:17.469Z Compiling derive_builder v0.20.2
26842026-07-21T00:41:17.553Z Compiling quick-xml v0.37.5
26852026-07-21T00:41:17.637Z Compiling oso-derive v0.27.3
26862026-07-21T00:41:18.026Z Compiling impl-trait-for-tuples v0.2.3
26872026-07-21T00:41:18.125Z Compiling openssl-probe v0.1.6
26882026-07-21T00:41:18.189Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26892026-07-21T00:41:18.412Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26902026-07-21T00:41:18.417Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26912026-07-21T00:41:18.671Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26922026-07-21T00:41:18.912Z Compiling bb8 v0.8.6
26932026-07-21T00:41:19.034Z Compiling trait-variant v0.1.2
26942026-07-21T00:41:19.268Z Compiling samael v0.0.19
26952026-07-21T00:41:19.292Z Compiling half v1.8.3
26962026-07-21T00:41:19.341Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26972026-07-21T00:41:19.599Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26982026-07-21T00:41:19.677Z Compiling polar-core v0.27.3
26992026-07-21T00:41:19.740Z Compiling serde_cbor v0.11.2
27002026-07-21T00:41:20.175Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27012026-07-21T00:41:20.268Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27022026-07-21T00:41:20.537Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27032026-07-21T00:41:20.603Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27042026-07-21T00:41:20.651Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27052026-07-21T00:41:20.730Z Compiling nonempty v0.12.0
27062026-07-21T00:41:20.894Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27072026-07-21T00:41:20.951Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27082026-07-21T00:41:20.971Z Compiling fxhash v0.2.1
27092026-07-21T00:41:21.136Z Compiling libz-sys v1.1.24
27102026-07-21T00:41:21.286Z Compiling salty v0.3.0
27112026-07-21T00:41:21.636Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27122026-07-21T00:41:21.976Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27132026-07-21T00:41:22.395Z Compiling kstat-rs v0.2.4
27142026-07-21T00:41:22.688Z Compiling arc-swap v1.8.2
27152026-07-21T00:41:22.869Z Compiling fs-err v2.11.0
27162026-07-21T00:41:23.064Z Compiling slog-scope v4.4.1
27172026-07-21T00:41:23.233Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27182026-07-21T00:41:23.254Z Compiling mime_guess v2.0.5
27192026-07-21T00:41:23.351Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27202026-07-21T00:41:23.774Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27212026-07-21T00:41:23.906Z Compiling rfc6979 v0.4.0
27222026-07-21T00:41:24.110Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27232026-07-21T00:41:24.427Z Compiling nanorand v0.7.0
27242026-07-21T00:41:24.616Z Compiling libgit2-sys v0.18.3+1.9.2
27252026-07-21T00:41:24.795Z Compiling parking_lot_core v0.8.6
27262026-07-21T00:41:25.114Z Compiling flume v0.11.1
27272026-07-21T00:41:25.142Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27282026-07-21T00:41:25.525Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27292026-07-21T00:41:25.569Z Compiling ecdsa v0.16.9
27302026-07-21T00:41:26.585Z Compiling slog-stdlog v4.1.1
27312026-07-21T00:41:26.777Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27322026-07-21T00:41:26.944Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27332026-07-21T00:41:27.050Z Compiling primeorder v0.13.6
27342026-07-21T00:41:27.070Z Compiling git-stub v1.0.0
27352026-07-21T00:41:27.369Z Compiling async-bb8-diesel v0.2.1
27362026-07-21T00:41:27.804Z Compiling diesel-dtrace v0.5.0
27372026-07-21T00:41:27.977Z Compiling atty v0.2.14
27382026-07-21T00:41:28.122Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27392026-07-21T00:41:28.125Z Compiling instability v0.3.11
27402026-07-21T00:41:28.184Z Compiling strsim v0.10.0
27412026-07-21T00:41:28.380Z Compiling parse-size v1.1.0
27422026-07-21T00:41:28.384Z Compiling http-range v0.1.5
27432026-07-21T00:41:28.524Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27442026-07-21T00:41:28.604Z Compiling oso v0.27.3
27452026-07-21T00:41:28.767Z Compiling darling_core v0.13.4
27462026-07-21T00:41:30.462Z Compiling p384 v0.13.1
27472026-07-21T00:41:30.696Z Compiling git-stub-vcs v0.1.0
27482026-07-21T00:41:31.045Z Compiling slog-envlogger v2.2.0
27492026-07-21T00:41:32.647Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27502026-07-21T00:41:32.832Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27512026-07-21T00:41:33.055Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27522026-07-21T00:41:33.076Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
27532026-07-21T00:41:34.225Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27542026-07-21T00:41:35.058Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27552026-07-21T00:41:35.378Z Compiling ignore v0.4.25
27562026-07-21T00:41:35.650Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27572026-07-21T00:41:35.685Z Compiling vergen-git2 v9.1.0
27582026-07-21T00:41:35.925Z Compiling castaway v0.2.4
27592026-07-21T00:41:36.083Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27602026-07-21T00:41:36.341Z Compiling indoc v2.0.7
27612026-07-21T00:41:37.081Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27622026-07-21T00:41:37.195Z Compiling globwalk v0.9.1
27632026-07-21T00:41:37.525Z Compiling compact_str v0.8.1
27642026-07-21T00:41:37.665Z Compiling parking_lot v0.11.2
27652026-07-21T00:41:37.847Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27662026-07-21T00:41:38.394Z Compiling hyper-staticfile v0.10.1
27672026-07-21T00:41:38.485Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27682026-07-21T00:41:38.563Z Compiling darling_macro v0.13.4
27692026-07-21T00:41:38.956Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27702026-07-21T00:41:38.979Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27712026-07-21T00:41:39.092Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27722026-07-21T00:41:39.428Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27732026-07-21T00:41:39.606Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27742026-07-21T00:41:39.608Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
27752026-07-21T00:41:39.864Z Compiling predicates-tree v1.0.13
27762026-07-21T00:41:40.284Z Compiling unicode-truncate v1.1.0
27772026-07-21T00:41:40.312Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27782026-07-21T00:41:40.494Z Compiling lru v0.12.5
27792026-07-21T00:41:40.552Z Compiling rand_seeder v0.4.0
27802026-07-21T00:41:40.716Z Compiling prefix-trie v0.7.0
27812026-07-21T00:41:40.719Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27822026-07-21T00:41:40.806Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27832026-07-21T00:41:41.059Z Compiling cassowary v0.3.0
27842026-07-21T00:41:41.205Z Compiling illumos-nvpair-sys v0.2.0
27852026-07-21T00:41:41.208Z Compiling corncobs v0.1.4
27862026-07-21T00:41:41.262Z Compiling hickory-server v0.25.2
27872026-07-21T00:41:41.466Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27882026-07-21T00:41:41.488Z Compiling ratatui v0.29.0
27892026-07-21T00:41:41.555Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27902026-07-21T00:41:41.615Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
27912026-07-21T00:41:41.760Z Compiling camino-tempfile-ext v0.3.3
27922026-07-21T00:41:41.859Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27932026-07-21T00:41:41.881Z Compiling darling v0.13.4
27942026-07-21T00:41:41.989Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27952026-07-21T00:41:42.377Z Compiling sled v0.34.7
27962026-07-21T00:41:42.540Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27972026-07-21T00:41:42.591Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27982026-07-21T00:41:43.286Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27992026-07-21T00:41:44.657Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28002026-07-21T00:41:44.704Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28012026-07-21T00:41:44.938Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28022026-07-21T00:41:45.176Z Compiling secrecy v0.8.0
28032026-07-21T00:41:45.364Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28042026-07-21T00:41:45.851Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28052026-07-21T00:41:46.267Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28062026-07-21T00:41:46.754Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28072026-07-21T00:41:46.957Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28082026-07-21T00:41:47.710Z Compiling serde_with_macros v1.5.2
28092026-07-21T00:41:48.666Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28102026-07-21T00:41:48.747Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28112026-07-21T00:41:48.953Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28122026-07-21T00:41:49.195Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28132026-07-21T00:41:49.417Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28142026-07-21T00:41:49.439Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28152026-07-21T00:41:49.657Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28162026-07-21T00:41:49.683Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28172026-07-21T00:41:49.745Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28182026-07-21T00:41:49.969Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28192026-07-21T00:41:50.049Z Compiling void v1.0.2
28202026-07-21T00:41:50.119Z Compiling git2 v0.20.4
28212026-07-21T00:41:50.196Z Compiling lzss v0.8.2
28222026-07-21T00:41:50.527Z Compiling illumos-nvpair v0.3.0
28232026-07-21T00:41:50.553Z Compiling serde_with v1.14.0
28242026-07-21T00:41:51.022Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28252026-07-21T00:41:51.452Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28262026-07-21T00:41:51.704Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28272026-07-21T00:41:52.820Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28282026-07-21T00:41:52.826Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
28292026-07-21T00:41:53.166Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28302026-07-21T00:41:53.489Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28312026-07-21T00:41:54.211Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28322026-07-21T00:41:54.272Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28332026-07-21T00:41:54.514Z Compiling tungstenite v0.23.0
28342026-07-21T00:41:54.815Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28352026-07-21T00:41:56.189Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28362026-07-21T00:41:56.829Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28372026-07-21T00:41:56.878Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28382026-07-21T00:41:57.071Z Compiling nix v0.27.1
28392026-07-21T00:41:57.123Z Compiling twox-hash v2.1.2
28402026-07-21T00:41:57.269Z Compiling serde_bytes v0.11.19
28412026-07-21T00:41:57.619Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28422026-07-21T00:41:57.642Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28432026-07-21T00:41:58.258Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28442026-07-21T00:41:58.280Z Compiling tokio-tungstenite v0.23.1
28452026-07-21T00:41:58.303Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28462026-07-21T00:41:58.647Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28472026-07-21T00:41:59.304Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28482026-07-21T00:42:00.665Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28492026-07-21T00:42:01.292Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28502026-07-21T00:42:02.165Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28512026-07-21T00:42:02.281Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28522026-07-21T00:42:02.564Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28532026-07-21T00:42:03.085Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28542026-07-21T00:42:03.293Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28552026-07-21T00:42:03.360Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
28562026-07-21T00:42:03.451Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28572026-07-21T00:42:04.032Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28582026-07-21T00:42:04.056Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28592026-07-21T00:42:04.937Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28602026-07-21T00:42:05.122Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28612026-07-21T00:42:06.424Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28622026-07-21T00:42:08.221Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28632026-07-21T00:42:08.956Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28642026-07-21T00:42:09.120Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28652026-07-21T00:42:09.161Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28662026-07-21T00:42:09.194Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28672026-07-21T00:42:09.394Z Compiling signal-hook-tokio v0.3.1
28682026-07-21T00:42:09.595Z Compiling fatfs v0.3.6
28692026-07-21T00:42:10.168Z Compiling yasna v0.5.2
28702026-07-21T00:42:10.513Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28712026-07-21T00:42:10.737Z Compiling assert_matches v1.5.0
28722026-07-21T00:42:10.844Z Compiling seq-macro v0.3.6
28732026-07-21T00:42:10.865Z Compiling is_ci v1.2.0
28742026-07-21T00:42:11.071Z Compiling supports-color v3.0.2
28752026-07-21T00:42:11.359Z Compiling rcgen v0.12.1
28762026-07-21T00:42:11.706Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28772026-07-21T00:42:12.272Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28782026-07-21T00:42:12.913Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28792026-07-21T00:42:13.834Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28802026-07-21T00:42:14.082Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28812026-07-21T00:42:14.217Z Compiling port-file v0.1.0
28822026-07-21T00:42:14.329Z Compiling subprocess v0.2.15
28832026-07-21T00:42:14.559Z Compiling rtoolbox v0.0.3
28842026-07-21T00:42:14.867Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28852026-07-21T00:42:15.867Z Compiling rpassword v7.5.4
28862026-07-21T00:42:16.572Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28872026-07-21T00:42:16.616Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28882026-07-21T00:42:16.679Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28892026-07-21T00:42:16.808Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28902026-07-21T00:42:18.769Z Compiling tui-tree-widget v0.23.1
28912026-07-21T00:42:19.058Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28922026-07-21T00:42:19.295Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28932026-07-21T00:42:19.803Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28942026-07-21T00:42:20.044Z Compiling uzers v0.12.2
28952026-07-21T00:42:20.212Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28962026-07-21T00:42:21.420Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28972026-07-21T00:42:21.842Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28982026-07-21T00:42:23.534Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28992026-07-21T00:42:24.804Z Compiling support-bundle-viewer v0.1.2
29002026-07-21T00:42:25.441Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29012026-07-21T00:42:26.682Z Compiling multimap v0.10.1
29022026-07-21T00:42:41.237Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29032026-07-21T00:42:46.028Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29042026-07-21T00:42:48.305Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29052026-07-21T00:42:48.946Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29062026-07-21T00:42:49.199Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29072026-07-21T00:49:37.246Z Finished `release` profile [optimized] target(s) in 8m 56s
29082026-07-21T00:50:25.863Z
29092026-07-21T00:50:25.867Zreal 9:46.451577486
29102026-07-21T00:50:25.867Zuser 1:18:58.041772261
29112026-07-21T00:50:25.867Zsys 3:27.597569691
29122026-07-21T00:50:25.867Ztrap 1.750109510
29132026-07-21T00:50:25.867Ztflt 2.286558510
29142026-07-21T00:50:25.867Zdflt 16.931018226
29152026-07-21T00:50:25.867Zkflt 0.152935390
29162026-07-21T00:50:25.867Zlock 7:09:06.744128761
29172026-07-21T00:50:25.867Zslp 2:12:08.333905156
29182026-07-21T00:50:25.867Zlat 2:18.708405419
29192026-07-21T00:50:25.867Zstop 4:54.757035268
29202026-07-21T00:50:25.867Z+ mapfile -t packages
29212026-07-21T00:50:25.867Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29222026-07-21T00:50:26.765Z Finished `release` profile [optimized] target(s) in 0.89s
29232026-07-21T00:50:26.834Z Running `target/release/omicron-package -t test list-outputs`
29242026-07-21T00:50:26.893ZLogging to: /work/oxidecomputer/omicron/out/LOG
29252026-07-21T00:50:26.896Z+ ptime -m cargo build --locked --release -p xtask
29262026-07-21T00:50:27.374Z Compiling libc v0.2.185
29272026-07-21T00:50:27.374Z Compiling serde_core v1.0.228
29282026-07-21T00:50:27.374Z Compiling serde v1.0.228
29292026-07-21T00:50:27.378Z Compiling rustix v1.1.3
29302026-07-21T00:50:27.378Z Compiling bitflags v2.11.0
29312026-07-21T00:50:27.510Z Compiling serde_json v1.0.150
29322026-07-21T00:50:27.533Z Compiling usdt-impl v0.5.0
29332026-07-21T00:50:27.536Z Compiling syn v2.0.117
29342026-07-21T00:50:27.554Z Compiling syn v1.0.109
29352026-07-21T00:50:27.567Z Compiling getrandom v0.4.1
29362026-07-21T00:50:27.567Z Compiling log v0.4.29
29372026-07-21T00:50:27.592Z Compiling indexmap v2.14.0
29382026-07-21T00:50:27.606Z Compiling fs-err v3.3.0
29392026-07-21T00:50:27.847Z Compiling once_cell v1.21.3
29402026-07-21T00:50:27.848Z Compiling heck v0.4.1
29412026-07-21T00:50:27.885Z Compiling anyhow v1.0.102
29422026-07-21T00:50:28.280Z Compiling errno v0.3.14
29432026-07-21T00:50:28.284Z Compiling thread-id v4.2.2
29442026-07-21T00:50:28.284Z Compiling memmap v0.7.0
29452026-07-21T00:50:29.033Z Compiling proc-macro-error v1.0.4
29462026-07-21T00:50:29.244Z Compiling terminal_size v0.4.3
29472026-07-21T00:50:29.244Z Compiling tempfile v3.25.0
29482026-07-21T00:50:29.273Z Compiling tabled_derive v0.7.0
29492026-07-21T00:50:29.342Z Compiling clap_builder v4.6.0
29502026-07-21T00:50:29.342Z Compiling textwrap v0.16.2
29512026-07-21T00:50:29.700Z Compiling pest_generator v2.8.6
29522026-07-21T00:50:29.716Z Compiling camino v1.2.2
29532026-07-21T00:50:29.720Z Compiling cargo-platform v0.3.2
29542026-07-21T00:50:29.754Z Compiling semver v1.0.28
29552026-07-21T00:50:29.956Z Compiling tabled v0.15.0
29562026-07-21T00:50:30.028Z Compiling camino-tempfile v1.4.1
29572026-07-21T00:50:30.250Z Compiling serde_derive v1.0.228
29582026-07-21T00:50:30.250Z Compiling thiserror-impl v1.0.69
29592026-07-21T00:50:30.253Z Compiling zerocopy-derive v0.7.35
29602026-07-21T00:50:30.254Z Compiling scroll_derive v0.12.1
29612026-07-21T00:50:30.254Z Compiling thiserror-impl v2.0.18
29622026-07-21T00:50:30.262Z Compiling clap_derive v4.6.1
29632026-07-21T00:50:30.316Z Compiling pest_derive v2.8.6
29642026-07-21T00:50:30.971Z Compiling scroll v0.12.0
29652026-07-21T00:50:31.119Z Compiling zerocopy v0.7.35
29662026-07-21T00:50:31.251Z Compiling goblin v0.8.2
29672026-07-21T00:50:31.413Z Compiling thiserror v1.0.69
29682026-07-21T00:50:31.534Z Compiling dtrace-parser v0.2.0
29692026-07-21T00:50:31.701Z Compiling thiserror v2.0.18
29702026-07-21T00:50:31.937Z Compiling clap v4.6.1
29712026-07-21T00:50:33.389Z Compiling dof v0.3.0
29722026-07-21T00:50:33.434Z Compiling toml_datetime v0.6.11
29732026-07-21T00:50:33.457Z Compiling serde_spanned v0.6.9
29742026-07-21T00:50:33.504Z Compiling serde_tokenstream v0.2.3
29752026-07-21T00:50:33.624Z Compiling macaddr v1.0.1
29762026-07-21T00:50:33.660Z Compiling toml_edit v0.22.27
29772026-07-21T00:50:33.671Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29782026-07-21T00:50:33.682Z Compiling cargo_metadata v0.23.1
29792026-07-21T00:50:34.123Z Compiling usdt-macro v0.5.0
29802026-07-21T00:50:34.124Z Compiling usdt-attr-macro v0.5.0
29812026-07-21T00:50:34.790Z Compiling usdt v0.5.0
29822026-07-21T00:50:35.259Z Compiling toml v0.8.23
29832026-07-21T00:50:35.698Z Compiling cargo_toml v0.21.0
29842026-07-21T00:50:40.149Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
29852026-07-21T00:50:43.371Z Finished `release` profile [optimized] target(s) in 16.46s
29862026-07-21T00:50:43.475Z
29872026-07-21T00:50:43.475Zreal 16.545554585
29882026-07-21T00:50:43.478Zuser 2:05.457874299
29892026-07-21T00:50:43.478Zsys 14.114614726
29902026-07-21T00:50:43.478Ztrap 0.063544613
29912026-07-21T00:50:43.478Ztflt 0.446455809
29922026-07-21T00:50:43.478Zdflt 1.427864345
29932026-07-21T00:50:43.478Zkflt 0.000016240
29942026-07-21T00:50:43.478Zlock 4:31.732750162
29952026-07-21T00:50:43.478Zslp 2:44.018320344
29962026-07-21T00:50:43.478Zlat 4.066920659
29972026-07-21T00:50:43.478Zstop 15.058285875
29982026-07-21T00:50:43.478Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
29992026-07-21T00:50:43.479Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30002026-07-21T00:50:43.479Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30012026-07-21T00:50:43.479Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30022026-07-21T00:50:43.479Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30032026-07-21T00:50:44.385Z Compiling progenitor-client v0.14.0
30042026-07-21T00:50:44.385Z Compiling newtype-uuid-macros v0.1.0
30052026-07-21T00:50:44.385Z Compiling match_cfg v0.1.0
30062026-07-21T00:50:44.388Z Compiling slog-json v2.6.1
30072026-07-21T00:50:44.388Z Compiling structmeta-derive v0.3.0
30082026-07-21T00:50:44.388Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30092026-07-21T00:50:44.553Z Compiling sha1 v0.11.0
30102026-07-21T00:50:44.568Z Compiling multer v3.1.0
30112026-07-21T00:50:44.571Z Compiling debug-ignore v1.0.5
30122026-07-21T00:50:44.571Z Compiling compression-core v0.4.31
30132026-07-21T00:50:44.572Z Compiling itertools v0.14.0
30142026-07-21T00:50:44.572Z Compiling async-stream-impl v0.3.6
30152026-07-21T00:50:44.572Z Compiling toml_datetime v1.1.1+spec-1.1.0
30162026-07-21T00:50:44.572Z Compiling serde_spanned v1.1.1
30172026-07-21T00:50:44.572Z Compiling dropshot v0.17.1
30182026-07-21T00:50:44.572Z Compiling toml_writer v1.1.1+spec-1.1.0
30192026-07-21T00:50:44.807Z Compiling hostname v0.3.1
30202026-07-21T00:50:44.824Z Compiling waitgroup v0.1.2
30212026-07-21T00:50:44.858Z Compiling rustls-pemfile v2.2.0
30222026-07-21T00:50:44.858Z Compiling dropshot_endpoint v0.17.1
30232026-07-21T00:50:44.861Z Compiling serde_path_to_error v0.1.20
30242026-07-21T00:50:44.910Z Compiling compression-codecs v0.4.37
30252026-07-21T00:50:44.931Z Compiling slog-bunyan v2.5.0
30262026-07-21T00:50:44.931Z Compiling toml v1.1.2+spec-1.1.0
30272026-07-21T00:50:45.014Z Compiling hostname v0.4.2
30282026-07-21T00:50:45.045Z Compiling atomicwrites v0.4.4
30292026-07-21T00:50:45.080Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30302026-07-21T00:50:45.080Z Compiling macaddr v1.0.1
30312026-07-21T00:50:45.116Z Compiling async-compression v0.4.41
30322026-07-21T00:50:45.119Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30332026-07-21T00:50:45.170Z Compiling instant v0.1.13
30342026-07-21T00:50:45.190Z Compiling regress v0.10.5
30352026-07-21T00:50:45.209Z Compiling backon v1.6.0
30362026-07-21T00:50:45.242Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30372026-07-21T00:50:45.267Z Compiling backoff v0.4.0
30382026-07-21T00:50:45.300Z Compiling humantime v2.3.0
30392026-07-21T00:50:45.304Z Compiling half v2.7.1
30402026-07-21T00:50:45.332Z Compiling ciborium-io v0.2.2
30412026-07-21T00:50:45.360Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30422026-07-21T00:50:45.384Z Compiling async-stream v0.3.6
30432026-07-21T00:50:45.429Z Compiling progenitor-extras v0.2.0
30442026-07-21T00:50:45.458Z Compiling crucible-workspace-hack v0.1.0
30452026-07-21T00:50:45.479Z Compiling regress v0.11.1
30462026-07-21T00:50:45.500Z Compiling convert_case v0.4.0
30472026-07-21T00:50:45.586Z Compiling ciborium-ll v0.2.2
30482026-07-21T00:50:45.604Z Compiling secrecy v0.10.3
30492026-07-21T00:50:45.604Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30502026-07-21T00:50:45.637Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30512026-07-21T00:50:45.653Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30522026-07-21T00:50:45.711Z Compiling inout v0.1.4
30532026-07-21T00:50:45.731Z Compiling unsafe-libyaml v0.2.11
30542026-07-21T00:50:45.747Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30552026-07-21T00:50:45.766Z Compiling structmeta v0.3.0
30562026-07-21T00:50:45.791Z Compiling ciborium v0.2.2
30572026-07-21T00:50:45.827Z Compiling thiserror-impl-no-std v2.0.2
30582026-07-21T00:50:45.895Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30592026-07-21T00:50:45.899Z Compiling derive_more v0.99.20
30602026-07-21T00:50:45.927Z Compiling cipher v0.4.4
30612026-07-21T00:50:45.994Z Compiling universal-hash v0.5.1
30622026-07-21T00:50:46.013Z Compiling derive-ex v0.1.8
30632026-07-21T00:50:46.013Z Compiling parse-display-derive v0.10.0
30642026-07-21T00:50:46.047Z Compiling opaque-debug v0.3.1
30652026-07-21T00:50:46.051Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30662026-07-21T00:50:46.065Z Compiling blake2 v0.10.6
30672026-07-21T00:50:46.153Z Compiling poly1305 v0.8.0
30682026-07-21T00:50:46.170Z Compiling chacha20 v0.9.1
30692026-07-21T00:50:46.205Z Compiling aead v0.5.2
30702026-07-21T00:50:46.276Z Compiling serde_yaml v0.9.34+deprecated
30712026-07-21T00:50:46.387Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30722026-07-21T00:50:46.428Z Compiling password-hash v0.5.0
30732026-07-21T00:50:46.453Z Compiling toml_datetime v0.7.5+spec-1.1.0
30742026-07-21T00:50:46.504Z Compiling chacha20poly1305 v0.10.1
30752026-07-21T00:50:46.589Z Compiling indent_write v2.2.0
30762026-07-21T00:50:46.662Z Compiling toml_edit v0.23.10+spec-1.0.0
30772026-07-21T00:50:46.680Z Compiling darling_core v0.21.3
30782026-07-21T00:50:46.738Z Compiling argon2 v0.5.3
30792026-07-21T00:50:46.758Z Compiling heapless v0.8.0
30802026-07-21T00:50:46.862Z Compiling tabwriter v1.4.1
30812026-07-21T00:50:46.920Z Compiling hash32 v0.3.1
30822026-07-21T00:50:47.077Z Compiling typify-impl v0.6.2
30832026-07-21T00:50:47.097Z Compiling thiserror-no-std v2.0.2
30842026-07-21T00:50:47.132Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
30852026-07-21T00:50:47.213Z Compiling vsss-rs v3.3.4
30862026-07-21T00:50:47.305Z Compiling proc-macro-crate v3.4.0
30872026-07-21T00:50:47.428Z Compiling smoltcp v0.11.0
30882026-07-21T00:50:47.774Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30892026-07-21T00:50:47.824Z Compiling test-strategy v0.4.5
30902026-07-21T00:50:47.842Z Compiling parse-display v0.10.0
30912026-07-21T00:50:47.888Z Compiling cobs v0.3.0
30922026-07-21T00:50:47.906Z Compiling num_enum_derive v0.7.6
30932026-07-21T00:50:47.928Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
30942026-07-21T00:50:48.057Z Compiling colored v3.1.1
30952026-07-21T00:50:48.112Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30962026-07-21T00:50:48.175Z Compiling postcard v1.1.3
30972026-07-21T00:50:48.233Z Compiling proc-macro-error v1.0.4
30982026-07-21T00:50:48.255Z Compiling rand v0.10.1
30992026-07-21T00:50:48.420Z Compiling proc-macro-crate v1.3.1
31002026-07-21T00:50:48.442Z Compiling foreign-types-macros v0.2.3
31012026-07-21T00:50:48.515Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31022026-07-21T00:50:48.542Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31032026-07-21T00:50:48.560Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31042026-07-21T00:50:48.581Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31052026-07-21T00:50:48.803Z Compiling foreign-types-shared v0.3.1
31062026-07-21T00:50:48.821Z Compiling rayon-core v1.13.0
31072026-07-21T00:50:48.874Z Compiling num_enum_derive v0.5.11
31082026-07-21T00:50:48.936Z Compiling crossbeam-deque v0.8.6
31092026-07-21T00:50:48.953Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31102026-07-21T00:50:48.985Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
31112026-07-21T00:50:49.048Z Compiling num_enum v0.7.6
31122026-07-21T00:50:49.070Z Compiling cstr-argument v0.1.2
31132026-07-21T00:50:49.105Z Compiling foreign-types v0.5.0
31142026-07-21T00:50:49.121Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31152026-07-21T00:50:49.157Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31162026-07-21T00:50:49.213Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31172026-07-21T00:50:49.237Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31182026-07-21T00:50:49.260Z Compiling zone_cfg_derive v0.3.1
31192026-07-21T00:50:49.278Z Compiling darling_macro v0.21.3
31202026-07-21T00:50:49.381Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31212026-07-21T00:50:49.398Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31222026-07-21T00:50:49.418Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31232026-07-21T00:50:49.451Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31242026-07-21T00:50:49.503Z Compiling itertools v0.12.1
31252026-07-21T00:50:49.506Z Compiling num-derive v0.4.2
31262026-07-21T00:50:49.537Z Compiling sigpipe v0.1.3
31272026-07-21T00:50:49.600Z Compiling rayon v1.11.0
31282026-07-21T00:50:49.663Z Compiling cpubits v0.1.1
31292026-07-21T00:50:49.721Z Compiling glob v0.3.3
31302026-07-21T00:50:49.740Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31312026-07-21T00:50:49.810Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31322026-07-21T00:50:49.869Z Compiling darling v0.21.3
31332026-07-21T00:50:49.973Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31342026-07-21T00:50:49.973Z Compiling smf v0.2.3
31352026-07-21T00:50:50.007Z Compiling num_enum v0.5.11
31362026-07-21T00:50:50.010Z Compiling ingot-macros v0.1.1
31372026-07-21T00:50:50.063Z Compiling whoami v1.6.1
31382026-07-21T00:50:50.081Z Compiling usdt-macro v0.5.0
31392026-07-21T00:50:50.085Z Compiling usdt-attr-macro v0.5.0
31402026-07-21T00:50:50.118Z Compiling gethostname v0.5.0
31412026-07-21T00:50:50.149Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31422026-07-21T00:50:50.165Z Compiling num-rational v0.4.2
31432026-07-21T00:50:50.269Z Compiling pem-rfc7468 v1.0.0
31442026-07-21T00:50:50.484Z Compiling num-complex v0.4.6
31452026-07-21T00:50:50.528Z Compiling memmap v0.7.0
31462026-07-21T00:50:50.569Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31472026-07-21T00:50:50.606Z Compiling derive-where v1.6.0
31482026-07-21T00:50:50.679Z Compiling float-ord v0.3.2
31492026-07-21T00:50:50.748Z Compiling zone v0.3.1
31502026-07-21T00:50:50.790Z Compiling toml v0.8.23
31512026-07-21T00:50:50.828Z Compiling hmac v0.13.0
31522026-07-21T00:50:50.846Z Compiling num v0.4.3
31532026-07-21T00:50:50.914Z Compiling universal-hash v0.6.1
31542026-07-21T00:50:50.930Z Compiling resolv-conf v0.7.6
31552026-07-21T00:50:50.946Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31562026-07-21T00:50:50.974Z Compiling usdt v0.5.0
31572026-07-21T00:50:50.992Z Compiling cancel-safe-futures v0.1.5
31582026-07-21T00:50:51.044Z Compiling owo-colors v4.3.0
31592026-07-21T00:50:51.080Z Compiling polyval v0.7.1
31602026-07-21T00:50:51.108Z Compiling der v0.8.0
31612026-07-21T00:50:51.270Z Compiling libsw-core v0.3.2
31622026-07-21T00:50:51.287Z Compiling prettyplease v0.2.37
31632026-07-21T00:50:51.305Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31642026-07-21T00:50:51.343Z Compiling ghash v0.6.0
31652026-07-21T00:50:51.453Z Compiling libsw v3.5.0
31662026-07-21T00:50:51.470Z Compiling pbkdf2 v0.13.0
31672026-07-21T00:50:51.486Z Compiling aes v0.9.1
31682026-07-21T00:50:51.506Z Compiling console v0.15.11
31692026-07-21T00:50:51.539Z Compiling hickory-proto v0.24.4
31702026-07-21T00:50:51.583Z Compiling newline-converter v0.3.0
31712026-07-21T00:50:51.622Z Compiling ctr v0.10.1
31722026-07-21T00:50:51.664Z Compiling aead v0.6.1
31732026-07-21T00:50:51.667Z Compiling sha2 v0.11.0
31742026-07-21T00:50:51.732Z Compiling linear-map v1.2.0
31752026-07-21T00:50:51.749Z Compiling typify-macro v0.6.2
31762026-07-21T00:50:51.860Z Compiling libefi-sys v0.1.0
31772026-07-21T00:50:51.878Z Compiling linked-hash-map v0.5.6
31782026-07-21T00:50:51.936Z Compiling aes-gcm v0.11.0
31792026-07-21T00:50:51.954Z Compiling expectorate v1.2.0
31802026-07-21T00:50:52.098Z Compiling lru-cache v0.1.2
31812026-07-21T00:50:52.139Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31822026-07-21T00:50:52.156Z Compiling spki v0.8.0
31832026-07-21T00:50:52.160Z Compiling crypto-bigint v0.7.5
31842026-07-21T00:50:52.190Z Compiling salsa20 v0.11.0
31852026-07-21T00:50:52.259Z Compiling cbc v0.2.1
31862026-07-21T00:50:52.276Z Compiling bitfield-struct v0.6.2
31872026-07-21T00:50:52.360Z Compiling nom v8.0.0
31882026-07-21T00:50:52.414Z Compiling semver v0.1.20
31892026-07-21T00:50:52.454Z Compiling scrypt v0.12.0
31902026-07-21T00:50:52.497Z Compiling tokio-dtrace v0.1.1
31912026-07-21T00:50:52.621Z Compiling rustc_version v0.1.7
31922026-07-21T00:50:52.659Z Compiling dropshot-api-manager-types v0.7.2
31932026-07-21T00:50:52.730Z Compiling slog-dtrace v0.3.0
31942026-07-21T00:50:52.766Z Compiling minimal-lexical v0.2.1
31952026-07-21T00:50:52.795Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31962026-07-21T00:50:52.887Z Compiling newtype_derive v0.1.6
31972026-07-21T00:50:52.904Z Compiling oxide-tokio-rt v0.1.4
31982026-07-21T00:50:53.014Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31992026-07-21T00:50:53.030Z Compiling nom v7.1.3
32002026-07-21T00:50:53.050Z Compiling ingot-types v0.1.2
32012026-07-21T00:50:53.054Z Compiling pkcs5 v0.8.1
32022026-07-21T00:50:53.086Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32032026-07-21T00:50:53.130Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32042026-07-21T00:50:53.212Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32052026-07-21T00:50:53.229Z Compiling phf_shared v0.12.1
32062026-07-21T00:50:53.320Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32072026-07-21T00:50:53.337Z Compiling csv-core v0.1.13
32082026-07-21T00:50:53.422Z Compiling xshell-macros v0.2.7
32092026-07-21T00:50:53.522Z Compiling ingot v0.1.1
32102026-07-21T00:50:53.580Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32112026-07-21T00:50:53.583Z Compiling typify v0.6.2
32122026-07-21T00:50:53.619Z Compiling chrono-tz v0.10.4
32132026-07-21T00:50:53.636Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32142026-07-21T00:50:53.696Z Compiling progenitor-impl v0.14.0
32152026-07-21T00:50:53.716Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32162026-07-21T00:50:53.736Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32172026-07-21T00:50:53.798Z Compiling hickory-resolver v0.24.4
32182026-07-21T00:50:53.820Z Compiling unicode-xid v0.2.6
32192026-07-21T00:50:53.850Z Compiling highway v1.3.0
32202026-07-21T00:50:53.877Z Compiling xshell v0.2.7
32212026-07-21T00:50:53.977Z Compiling const_format_proc_macros v0.2.34
32222026-07-21T00:50:54.278Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32232026-07-21T00:50:54.429Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32242026-07-21T00:50:54.448Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32252026-07-21T00:50:54.667Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32262026-07-21T00:50:54.667Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32272026-07-21T00:50:54.772Z Compiling csv v1.4.0
32282026-07-21T00:50:54.838Z Compiling pkcs8 v0.11.0
32292026-07-21T00:50:54.936Z Compiling qorb v0.4.1
32302026-07-21T00:50:55.073Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32312026-07-21T00:50:55.252Z Compiling phf v0.12.1
32322026-07-21T00:50:55.310Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32332026-07-21T00:50:55.420Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32342026-07-21T00:50:55.519Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32352026-07-21T00:50:55.539Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32362026-07-21T00:50:55.583Z Compiling const_format v0.2.35
32372026-07-21T00:50:55.739Z Compiling tabled_derive v0.7.0
32382026-07-21T00:50:55.867Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32392026-07-21T00:50:55.936Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32402026-07-21T00:50:56.065Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32412026-07-21T00:50:56.086Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32422026-07-21T00:50:56.467Z Compiling progenitor-macro v0.14.0
32432026-07-21T00:50:56.483Z Compiling bcs v0.1.6
32442026-07-21T00:50:56.673Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32452026-07-21T00:50:56.793Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32462026-07-21T00:50:56.833Z Compiling ff v0.14.0
32472026-07-21T00:50:56.894Z Compiling tagptr v0.2.0
32482026-07-21T00:50:56.925Z Compiling salty v0.3.0
32492026-07-21T00:50:57.009Z Compiling termtree v0.5.1
32502026-07-21T00:50:57.049Z Compiling moka v0.12.13
32512026-07-21T00:50:57.053Z Compiling textwrap v0.16.2
32522026-07-21T00:50:57.085Z Compiling tabled v0.15.0
32532026-07-21T00:50:57.219Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32542026-07-21T00:50:57.259Z Compiling steno v0.4.1
32552026-07-21T00:50:57.309Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32562026-07-21T00:50:57.371Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32572026-07-21T00:50:57.394Z Compiling sha1 v0.10.6
32582026-07-21T00:50:57.482Z Compiling signature v3.0.0
32592026-07-21T00:50:57.504Z Compiling radium v0.7.0
32602026-07-21T00:50:57.566Z Compiling base16ct v1.0.0
32612026-07-21T00:50:57.656Z Compiling base64 v0.21.7
32622026-07-21T00:50:57.704Z Compiling group v0.14.0
32632026-07-21T00:50:57.778Z Compiling sec1 v0.8.1
32642026-07-21T00:50:57.843Z Compiling hickory-resolver v0.25.2
32652026-07-21T00:50:57.894Z Compiling hkdf v0.13.0
32662026-07-21T00:50:57.920Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32672026-07-21T00:50:58.021Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd)
32682026-07-21T00:50:58.097Z Compiling rfc6979 v0.4.0
32692026-07-21T00:50:58.114Z Compiling maybe-uninit v2.0.0
32702026-07-21T00:50:58.129Z Compiling tap v1.0.1
32712026-07-21T00:50:58.209Z Compiling elliptic-curve v0.14.0-rc.33
32722026-07-21T00:50:58.256Z Compiling wyz v0.5.1
32732026-07-21T00:50:58.272Z Compiling ecdsa v0.16.9
32742026-07-21T00:50:58.500Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32752026-07-21T00:50:58.707Z Compiling primeorder v0.13.6
32762026-07-21T00:50:58.724Z Compiling proc-macro-error-attr2 v2.0.0
32772026-07-21T00:50:58.857Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32782026-07-21T00:50:58.922Z Compiling packed_struct v0.10.1
32792026-07-21T00:50:58.998Z Compiling parking_lot_core v0.8.6
32802026-07-21T00:50:59.015Z Compiling funty v2.0.0
32812026-07-21T00:50:59.127Z Compiling utf-8 v0.7.6
32822026-07-21T00:50:59.212Z Compiling proc-macro-error2 v2.0.1
32832026-07-21T00:50:59.279Z Compiling tungstenite v0.21.0
32842026-07-21T00:50:59.370Z Compiling p384 v0.13.1
32852026-07-21T00:50:59.386Z Compiling bitvec v1.0.1
32862026-07-21T00:50:59.484Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32872026-07-21T00:50:59.623Z Compiling rfc6979 v0.5.0
32882026-07-21T00:50:59.685Z Compiling git-stub v1.0.0
32892026-07-21T00:50:59.703Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
32902026-07-21T00:50:59.783Z Compiling packed_struct_codegen v0.10.1
32912026-07-21T00:50:59.802Z Compiling num-derive v0.3.3
32922026-07-21T00:50:59.818Z Compiling zerocopy-derive v0.6.6
32932026-07-21T00:50:59.840Z Compiling bitfield-macros v0.19.4
32942026-07-21T00:50:59.985Z Compiling indexmap v1.9.3
32952026-07-21T00:50:59.988Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32962026-07-21T00:51:00.195Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32972026-07-21T00:51:00.247Z Compiling nodrop v0.1.14
32982026-07-21T00:51:00.265Z Compiling crc-catalog v2.4.0
32992026-07-21T00:51:00.353Z Compiling crc v3.4.0
33002026-07-21T00:51:00.377Z Compiling array-init v0.0.4
33012026-07-21T00:51:00.411Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33022026-07-21T00:51:00.475Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33032026-07-21T00:51:00.493Z Compiling git-stub-vcs v0.1.0
33042026-07-21T00:51:00.511Z Compiling tokio-tungstenite v0.21.0
33052026-07-21T00:51:00.593Z Compiling ecdsa v0.17.0-rc.18
33062026-07-21T00:51:00.693Z Compiling bitfield v0.19.4
33072026-07-21T00:51:00.765Z Compiling smallvec v0.6.14
33082026-07-21T00:51:00.782Z Compiling zerocopy v0.6.6
33092026-07-21T00:51:00.802Z Compiling libscf-sys v1.1.0
33102026-07-21T00:51:00.872Z Compiling tabled_derive v0.11.0
33112026-07-21T00:51:00.950Z Compiling primeorder v0.14.0-rc.10
33122026-07-21T00:51:00.978Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33132026-07-21T00:51:01.013Z Compiling primefield v0.14.0
33142026-07-21T00:51:01.038Z Compiling progenitor-impl v0.13.0
33152026-07-21T00:51:01.070Z Compiling papergrid v0.17.0
33162026-07-21T00:51:01.131Z Compiling testing_table v0.3.0
33172026-07-21T00:51:01.159Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33182026-07-21T00:51:01.268Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33192026-07-21T00:51:01.285Z Compiling curve25519-dalek v5.0.0-rc.0
33202026-07-21T00:51:01.319Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
33212026-07-21T00:51:01.324Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33222026-07-21T00:51:01.356Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33232026-07-21T00:51:01.550Z Compiling unicase v2.9.0
33242026-07-21T00:51:01.568Z Compiling hashbrown v0.12.3
33252026-07-21T00:51:01.587Z Compiling progenitor v0.14.0
33262026-07-21T00:51:01.604Z Compiling illumos-nvpair-sys v0.2.0
33272026-07-21T00:51:01.624Z Compiling corncobs v0.1.4
33282026-07-21T00:51:01.741Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33292026-07-21T00:51:01.771Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33302026-07-21T00:51:01.788Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33312026-07-21T00:51:01.805Z Compiling mime_guess v2.0.5
33322026-07-21T00:51:01.824Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33332026-07-21T00:51:01.844Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa)
33342026-07-21T00:51:01.908Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33352026-07-21T00:51:02.123Z Compiling tabled v0.20.0
33362026-07-21T00:51:02.161Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33372026-07-21T00:51:02.260Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33382026-07-21T00:51:02.291Z Compiling parking_lot v0.11.2
33392026-07-21T00:51:02.309Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33402026-07-21T00:51:02.359Z Compiling serde-hex v0.1.0
33412026-07-21T00:51:02.426Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33422026-07-21T00:51:02.508Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33432026-07-21T00:51:02.529Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33442026-07-21T00:51:02.715Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33452026-07-21T00:51:02.790Z Compiling ron v0.8.1
33462026-07-21T00:51:02.829Z Compiling ssh-encoding v0.3.0-rc.9
33472026-07-21T00:51:02.900Z Compiling hashbrown v0.13.2
33482026-07-21T00:51:02.944Z Compiling progenitor-client v0.13.0
33492026-07-21T00:51:03.020Z Compiling prefix-trie v0.7.0
33502026-07-21T00:51:03.196Z Compiling fxhash v0.2.1
33512026-07-21T00:51:03.291Z Compiling secrecy v0.8.0
33522026-07-21T00:51:03.419Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33532026-07-21T00:51:03.439Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33542026-07-21T00:51:03.476Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33552026-07-21T00:51:03.699Z Compiling progenitor-macro v0.13.0
33562026-07-21T00:51:03.719Z Compiling crc-any v2.5.0
33572026-07-21T00:51:03.989Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33582026-07-21T00:51:04.126Z Compiling hickory-server v0.25.2
33592026-07-21T00:51:04.329Z Compiling object v0.30.4
33602026-07-21T00:51:04.433Z Compiling sled v0.34.7
33612026-07-21T00:51:04.471Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33622026-07-21T00:51:04.496Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33632026-07-21T00:51:04.791Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33642026-07-21T00:51:04.968Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33652026-07-21T00:51:05.080Z Compiling ed25519 v3.0.0
33662026-07-21T00:51:05.111Z Compiling crypto-primes v0.7.2
33672026-07-21T00:51:05.430Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33682026-07-21T00:51:05.868Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33692026-07-21T00:51:05.920Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33702026-07-21T00:51:06.108Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33712026-07-21T00:51:06.178Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33722026-07-21T00:51:06.196Z Compiling pkcs1 v0.8.0-rc.4
33732026-07-21T00:51:06.238Z Compiling poly1305 v0.9.0
33742026-07-21T00:51:06.611Z Compiling blowfish v0.10.0
33752026-07-21T00:51:06.615Z Compiling blake2 v0.11.0-rc.6
33762026-07-21T00:51:06.648Z Compiling keccak v0.2.0
33772026-07-21T00:51:06.858Z Compiling fiat-crypto v0.3.0
33782026-07-21T00:51:06.897Z Compiling path-slash v0.1.5
33792026-07-21T00:51:06.932Z Compiling http-range v0.1.5
33802026-07-21T00:51:06.949Z Compiling crc8 v0.1.1
33812026-07-21T00:51:06.969Z Compiling half v1.8.3
33822026-07-21T00:51:07.035Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33832026-07-21T00:51:07.065Z Compiling argon2 v0.6.0-rc.8
33842026-07-21T00:51:07.096Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33852026-07-21T00:51:07.152Z Compiling sha3 v0.11.0
33862026-07-21T00:51:07.257Z Compiling serde_cbor v0.11.2
33872026-07-21T00:51:07.275Z Compiling bcrypt-pbkdf v0.11.0
33882026-07-21T00:51:07.398Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33892026-07-21T00:51:07.536Z Compiling ssh-cipher v0.3.0-rc.9
33902026-07-21T00:51:07.614Z Compiling rsa v0.10.0-rc.18
33912026-07-21T00:51:07.643Z Compiling ed25519-dalek v3.0.0-rc.0
33922026-07-21T00:51:07.759Z Compiling illumos-nvpair v0.3.0
33932026-07-21T00:51:07.897Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33942026-07-21T00:51:08.123Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33952026-07-21T00:51:08.184Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33962026-07-21T00:51:08.201Z Compiling p256 v0.14.0-rc.10
33972026-07-21T00:51:08.226Z Compiling p521 v0.14.0-rc.10
33982026-07-21T00:51:08.343Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33992026-07-21T00:51:08.422Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34002026-07-21T00:51:08.441Z Compiling yasna v0.5.2
34012026-07-21T00:51:08.475Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34022026-07-21T00:51:08.794Z Compiling progenitor v0.13.0
34032026-07-21T00:51:08.895Z Compiling kstat-rs v0.2.4
34042026-07-21T00:51:08.912Z Compiling headers-core v0.3.0
34052026-07-21T00:51:08.916Z Compiling kem v0.3.0
34062026-07-21T00:51:08.969Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34072026-07-21T00:51:09.030Z Compiling module-lattice v0.2.3
34082026-07-21T00:51:09.066Z Compiling nanorand v0.7.0
34092026-07-21T00:51:09.082Z Compiling atty v0.2.14
34102026-07-21T00:51:09.158Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34112026-07-21T00:51:09.178Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
34122026-07-21T00:51:09.209Z Compiling headers v0.4.1
34132026-07-21T00:51:09.226Z Compiling rcgen v0.12.1
34142026-07-21T00:51:09.312Z Compiling flume v0.11.1
34152026-07-21T00:51:09.378Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34162026-07-21T00:51:09.439Z Compiling ml-kem v0.3.2
34172026-07-21T00:51:09.651Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34182026-07-21T00:51:09.910Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34192026-07-21T00:51:10.033Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34202026-07-21T00:51:10.086Z Compiling hyper-staticfile v0.10.1
34212026-07-21T00:51:10.175Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34222026-07-21T00:51:10.381Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34232026-07-21T00:51:10.444Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34242026-07-21T00:51:10.575Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34252026-07-21T00:51:10.630Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
34262026-07-21T00:51:10.933Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34272026-07-21T00:51:10.960Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34282026-07-21T00:51:11.168Z Compiling russh-cryptovec v0.61.0
34292026-07-21T00:51:11.329Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34302026-07-21T00:51:11.425Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34312026-07-21T00:51:11.578Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34322026-07-21T00:51:11.639Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34332026-07-21T00:51:11.658Z Compiling internal-russh-num-bigint v0.5.0
34342026-07-21T00:51:11.708Z Compiling port-file v0.1.0
34352026-07-21T00:51:11.815Z Compiling num-bigint v0.4.6
34362026-07-21T00:51:11.837Z Compiling generic-array v1.4.3
34372026-07-21T00:51:11.912Z Compiling russh-util v0.52.0
34382026-07-21T00:51:11.975Z Compiling enum_dispatch v0.3.13
34392026-07-21T00:51:12.093Z Compiling p384 v0.14.0-rc.10
34402026-07-21T00:51:12.142Z Compiling delegate v0.13.5
34412026-07-21T00:51:12.303Z Compiling subprocess v0.2.15
34422026-07-21T00:51:12.359Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34432026-07-21T00:51:12.407Z Compiling display-error-chain v0.2.2
34442026-07-21T00:51:12.426Z Compiling md5 v0.8.0
34452026-07-21T00:51:12.545Z Compiling hex-literal v1.1.0
34462026-07-21T00:51:12.600Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34472026-07-21T00:51:12.685Z Compiling colored v2.2.0
34482026-07-21T00:51:12.727Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34492026-07-21T00:51:12.836Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34502026-07-21T00:51:12.991Z Compiling socket2 v0.5.10
34512026-07-21T00:51:13.015Z Compiling internet-checksum v0.2.1
34522026-07-21T00:51:13.326Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34532026-07-21T00:51:14.129Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34542026-07-21T00:51:14.220Z Compiling ssh-key v0.7.0-rc.10
34552026-07-21T00:51:14.616Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34562026-07-21T00:51:15.467Z Compiling russh v0.61.2
34572026-07-21T00:51:16.043Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34582026-07-21T00:51:16.848Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34592026-07-21T00:51:25.466Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34602026-07-21T00:51:25.466Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34612026-07-21T00:51:25.466Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34622026-07-21T00:51:25.470Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34632026-07-21T00:51:27.224Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34642026-07-21T00:51:27.290Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34652026-07-21T00:51:31.203Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34662026-07-21T00:52:10.678Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
34672026-07-21T00:52:10.900Z
34682026-07-21T00:52:10.901Zreal 1:27.360772947
34692026-07-21T00:52:10.901Zuser 8:45.186836047
34702026-07-21T00:52:10.901Zsys 1:44.188595164
34712026-07-21T00:52:10.901Ztrap 0.266064136
34722026-07-21T00:52:10.901Ztflt 0.375072121
34732026-07-21T00:52:10.904Zdflt 1.256897831
34742026-07-21T00:52:10.905Zkflt 0.001628390
34752026-07-21T00:52:10.905Zlock 31:05.790510698
34762026-07-21T00:52:10.905Zslp 20:00.647293686
34772026-07-21T00:52:10.905Zlat 43.309840181
34782026-07-21T00:52:10.905Zstop 3:09.505221445
34792026-07-21T00:52:10.905Z+ mkdir tests
34802026-07-21T00:52:10.908Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34812026-07-21T00:52:10.908Z+ xargs -I '{}' -t cp '{}' tests/
34822026-07-21T00:52:10.931Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-99e6296420c5702e tests/
34832026-07-21T00:52:10.954Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-b863580a25d975ef tests/
34842026-07-21T00:52:10.974Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-e54b251c283031be tests/
34852026-07-21T00:52:10.995Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-dfc191e63430a5a0 tests/
34862026-07-21T00:52:11.251Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/* tools/opte_version tools/opte_version_override)
34872026-07-21T00:52:11.256Z+ 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-b863580a25d975ef tests/commtest-e54b251c283031be tests/dhcp_server-99e6296420c5702e tests/end_to_end_tests-dfc191e63430a5a0 tools/opte_version tools/opte_version_override out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
34882026-07-21T00:53:31.697ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34892026-07-21T00:53:31.697Za .github/buildomat/ci-env.sh 1K
34902026-07-21T00:53:31.697Za out/target/test 1K
34912026-07-21T00:53:31.698Za out/npuzone/npuzone 27402K
34922026-07-21T00:53:31.698Za package-manifest.toml 35K
34932026-07-21T00:53:31.698Za smf/sled-agent/non-gimlet/config.toml 6K
34942026-07-21T00:53:31.698Za target/release/omicron-package 40729K
34952026-07-21T00:53:31.698Za target/release/xtask 10468K
34962026-07-21T00:53:31.698Za target/debug/bootstrap 349658K
34972026-07-21T00:53:31.698Za tests/bootstrap-b863580a25d975ef 31974K
34982026-07-21T00:53:31.698Za tests/commtest-e54b251c283031be 32169K
34992026-07-21T00:53:31.698Za tests/dhcp_server-99e6296420c5702e 31974K
35002026-07-21T00:53:31.698Za tests/end_to_end_tests-dfc191e63430a5a0 399535K
35012026-07-21T00:53:31.698Za tools/opte_version 1K
35022026-07-21T00:53:31.698Za tools/opte_version_override 2K
35032026-07-21T00:53:31.698Za out/clickhouse.tar.gz 310742K
35042026-07-21T00:53:31.698Za out/clickhouse_keeper.tar.gz 297207K
35052026-07-21T00:53:31.698Za out/clickhouse_server.tar.gz 310739K
35062026-07-21T00:53:31.698Za out/cockroachdb.tar.gz 161746K
35072026-07-21T00:53:31.698Za out/crucible-pantry-zone.tar.gz 39111K
35082026-07-21T00:53:31.698Za out/crucible-utils.tar 18900K
35092026-07-21T00:53:31.698Za out/crucible-zone.tar.gz 53806K
35102026-07-21T00:53:31.698Za out/external-dns.tar.gz 46168K
35112026-07-21T00:53:31.698Za out/internal-dns.tar.gz 46167K
35122026-07-21T00:53:31.698Za out/mg-ddm-gz.tar 102717K
35132026-07-21T00:53:31.698Za out/nexus.tar.gz 273672K
35142026-07-21T00:53:31.698Za out/ntp.tar.gz 29914K
35152026-07-21T00:53:31.698Za out/omicron-gateway-softnpu.tar.gz 27715K
35162026-07-21T00:53:31.698Za out/omicron-sled-agent.tar 191449K
35172026-07-21T00:53:31.698Za out/overlay.tar.gz 4K
35182026-07-21T00:53:31.698Za out/oximeter.tar.gz 60222K
35192026-07-21T00:53:31.698Za out/oxlog.tar 3808K
35202026-07-21T00:53:31.698Za out/probe.tar.gz 3037K
35212026-07-21T00:53:31.698Za out/propolis-server.tar.gz 34372K
35222026-07-21T00:53:31.698Za out/pumpkind-gz.tar 26647K
35232026-07-21T00:53:31.698Za out/switch-softnpu.tar.gz 449983K
35242026-07-21T00:53:31.702Z
35252026-07-21T00:53:31.702Zreal 1:20.441857263
35262026-07-21T00:53:31.702Zuser 1:17.819499275
35272026-07-21T00:53:31.702Zsys 4.355120442
35282026-07-21T00:53:31.702Ztrap 0.006043534
35292026-07-21T00:53:31.702Ztflt 0.000000000
35302026-07-21T00:53:31.702Zdflt 0.000000000
35312026-07-21T00:53:31.702Zkflt 0.000000000
35322026-07-21T00:53:31.702Zlock 0.000000000
35332026-07-21T00:53:31.702Zslp 1:17.732321779
35342026-07-21T00:53:31.702Zlat 0.966920168
35352026-07-21T00:53:31.702Zstop 0.000161910
35362026-07-21T00:53:31.702Zprocess exited: duration 978898 ms, exit code 0
 
35372026-07-21T00:53:31.717Zfound 1 output files
35382026-07-21T00:53:31.717Zuploading: /work/package.tar.gz (2484041532 bytes)
35392026-07-21T00:54:06.136Zuploaded: /work/package.tar.gz