01KYWFE74V9VYMT9JKQSSQANWS: 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: 01KYWFEPD4H55ZJH9DP5CRFPMB

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-31T16:18:16.590Zjob assigned to worker 01KYWFEY75YC1XV6FDJMQV3V66 [factory aws, i-0fda9f0f76534ff39] (queued for 50 s)
 
22026-07-31T16:18:23.366Zstarting task 0: "setup"
32026-07-31T16:18:23.370Z++ uname -s
42026-07-31T16:18:23.373Z+ kern=SunOS
52026-07-31T16:18:23.373Z+ build_user=build
62026-07-31T16:18:23.373Z+ build_uid=12345
72026-07-31T16:18:23.373Z+ work_dir=/work
82026-07-31T16:18:23.373Z+ input_dir=/input
92026-07-31T16:18:23.373Z+ [[ 0 == 12345 ]]
102026-07-31T16:18:23.373Z+ case "$kern" in
112026-07-31T16:18:23.374Z+ groupadd -g 12345 build
122026-07-31T16:18:23.377Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-31T16:18:25.381Z+ zfs create -o mountpoint=/work rpool/work
142026-07-31T16:18:25.470Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-31T16:18:25.473Z+ home_fs=zfs
162026-07-31T16:18:25.473Z+ [[ zfs == autofs ]]
172026-07-31T16:18:25.473Z+ mkdir -p /home/build
182026-07-31T16:18:25.476Z+ chown build:build /home/build /work
192026-07-31T16:18:27.476Z+ chmod 0700 /home/build /work
202026-07-31T16:18:27.479Zprocess exited: duration 4115 ms, exit code 0
 
212026-07-31T16:18:27.485Zstarting task 1: "rust-toolchain"
222026-07-31T16:18:27.490Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-07-31T16:18:27.490Z * rust toolchain channel = "1.97.1"
242026-07-31T16:18:27.490Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-31T16:18:27.490Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-31T16:18:27.490Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-31T16:18:27.490Z * rust toolchain profile = "default"
282026-07-31T16:18:27.495Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-31T16:18:27.495Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-31T16:18:27.620Zinfo: downloading installer
312026-07-31T16:18:28.905Zwarn: It looks like you have an existing rustup settings file at:
322026-07-31T16:18:28.905Zwarn: /home/build/.rustup/settings.toml
332026-07-31T16:18:28.905Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-31T16:18:28.905Zwarn: instead of the one inferred from the default host triple.
352026-07-31T16:18:28.918Zinfo: profile set to default
362026-07-31T16:18:28.918Zinfo: default host triple is x86_64-unknown-illumos
372026-07-31T16:18:28.921Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-31T16:18:29.049Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-31T16:18:29.052Zinfo: downloading 6 components
402026-07-31T16:18:42.995Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-07-31T16:18:42.995Z
422026-07-31T16:18:43.026Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-31T16:18:43.026Z
442026-07-31T16:18:43.026Z
452026-07-31T16:18:43.026ZRust is installed now. Great!
462026-07-31T16:18:43.026Z
472026-07-31T16:18:43.026ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-31T16:18:43.026Zenvironment variable. This has not been done automatically.
492026-07-31T16:18:43.026Z
502026-07-31T16:18:43.026ZTo configure your current shell, you need to source
512026-07-31T16:18:43.026Zthe corresponding env file under $HOME/.cargo.
522026-07-31T16:18:43.026Z
532026-07-31T16:18:43.027ZThis is usually done by running one of the following (note the leading DOT):
542026-07-31T16:18:43.030Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-31T16:18:43.030Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-31T16:18:43.030Zsource "~/.cargo/env.nu" # For nushell
572026-07-31T16:18:43.030Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-31T16:18:43.030Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-31T16:18:43.030Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-31T16:18:43.030Zwarn: no default linker (`cc`) was found in your PATH
612026-07-31T16:18:43.030Zwarn: many Rust crates require a system C toolchain to build
622026-07-31T16:18:43.124Z+ rustup --version
632026-07-31T16:18:43.130Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-31T16:18:43.133Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-31T16:18:43.152Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-31T16:18:43.155Z+ cargo --version
672026-07-31T16:18:43.163Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-31T16:18:43.166Z+ rustc --version
692026-07-31T16:18:43.186Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-31T16:18:43.189Zprocess exited: duration 15703 ms, exit code 0
 
712026-07-31T16:18:43.195Zstarting task 2: "authentication"
722026-07-31T16:18:43.213Zprocess exited: duration 17 ms, exit code 0
 
732026-07-31T16:18:43.219Zstarting task 3: "clone repository"
742026-07-31T16:18:43.224Z+ mkdir -p /work/oxidecomputer/omicron
752026-07-31T16:18:43.227Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-07-31T16:18:43.262ZCloning into '/work/oxidecomputer/omicron'...
772026-07-31T16:18:53.232Z+ cd /work/oxidecomputer/omicron
782026-07-31T16:18:53.232Z+ git fetch origin 8f015fef7c09eff3459602f9b6f13b0d01d55616
792026-07-31T16:18:53.782ZFrom https://github.com/oxidecomputer/omicron
802026-07-31T16:18:53.782Z * branch 8f015fef7c09eff3459602f9b6f13b0d01d55616 -> FETCH_HEAD
812026-07-31T16:18:53.795Z+ [[ -n multirack-join-service ]]
822026-07-31T16:18:53.798Z++ git branch --show-current
832026-07-31T16:18:53.799Z+ current=main
842026-07-31T16:18:53.799Z+ [[ main != multirack-join-service ]]
852026-07-31T16:18:53.799Z+ git branch -f multirack-join-service 8f015fef7c09eff3459602f9b6f13b0d01d55616
862026-07-31T16:18:53.802Z+ git checkout -f multirack-join-service
872026-07-31T16:18:54.061ZSwitched to branch 'multirack-join-service'
882026-07-31T16:18:54.064Z+ git reset --hard 8f015fef7c09eff3459602f9b6f13b0d01d55616
892026-07-31T16:18:54.090ZHEAD is now at 8f015fef7 openapi
902026-07-31T16:18:54.093Zprocess exited: duration 10872 ms, exit code 0
 
912026-07-31T16:18:54.099Zstarting task 4: "build"
922026-07-31T16:18:54.104Z+ source .github/buildomat/ci-env.sh
932026-07-31T16:18:54.104Z++ export CARGO_TERM_COLOR=always
942026-07-31T16:18:54.104Z++ CARGO_TERM_COLOR=always
952026-07-31T16:18:54.107Z+++ uname -s
962026-07-31T16:18:54.107Z++ [[ SunOS == \S\u\n\O\S ]]
972026-07-31T16:18:54.107Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-07-31T16:18:54.110Z+ cargo --version
992026-07-31T16:18:54.118Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-07-31T16:18:54.121Z+ rustc --version
1012026-07-31T16:18:54.142Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-07-31T16:18:54.145Z+ WORK=/work
1032026-07-31T16:18:54.145Z+ pfexec mkdir -p /work
1042026-07-31T16:18:54.148Z+ pfexec chown build /work
1052026-07-31T16:18:54.151Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-07-31T16:18:55.957Z Startup: Refreshing catalog 'helios' ... Done
1072026-07-31T16:18:56.194Z Startup: Caching catalogs ... Done
1082026-07-31T16:18:57.377ZPlanning: Solver setup ... Done (1.102s)
1092026-07-31T16:18:57.423ZPlanning: Running solver ... Done (0.046s)
1102026-07-31T16:18:57.457ZPlanning: Finding local manifests ... Done (0.003s)
1112026-07-31T16:18:57.468ZPlanning: Fetching manifests: 0/2 0% complete
1122026-07-31T16:18:57.484ZPlanning: Fetching manifests: 2/2 100% complete
1132026-07-31T16:18:57.498ZPlanning: Package planning ... Done (0.014s)
1142026-07-31T16:18:57.501ZPlanning: Merging actions ... Done (0.002s)
1152026-07-31T16:18:57.712ZPlanning: Checking for conflicting actions ... Done (0.212s)
1162026-07-31T16:18:57.715ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-07-31T16:18:58.564ZPlanning: Evaluating mediators ... Done (0.851s)
1182026-07-31T16:18:58.567ZPlanning: Planning completed in 2.34 seconds
1192026-07-31T16:18:58.574Z Packages to install: 2
1202026-07-31T16:18:58.574Z Estimated space available: 156.01 GB
1212026-07-31T16:18:58.574ZEstimated space to be consumed: 55.06 MB
1222026-07-31T16:18:58.574Z Create boot environment: No
1232026-07-31T16:18:58.577ZCreate backup boot environment: No
1242026-07-31T16:18:58.577Z Rebuild boot archive: No
1252026-07-31T16:18:58.577Z
1262026-07-31T16:18:58.577ZChanged packages:
1272026-07-31T16:18:58.577Zhelios
1282026-07-31T16:18:58.577Z developer/build-essential
1292026-07-31T16:18:58.577Z None -> 11-3.0
1302026-07-31T16:18:58.577Z library/libxmlsec1
1312026-07-31T16:18:58.577Z None -> 1.2.35-3.0
1322026-07-31T16:18:58.601Z
1332026-07-31T16:18:58.601ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-07-31T16:18:58.679ZDownload: Completed 1.28 MB in 0.08 seconds (16.4M/s)
1352026-07-31T16:18:58.754Z Actions: 1/268 actions (Installing new actions)
1362026-07-31T16:18:58.793Z Actions: Completed 268 actions in 0.04 seconds.
1372026-07-31T16:18:58.818ZFinalize: Updating package state database ... Done (0.025s)
1382026-07-31T16:18:58.818ZFinalize: Updating package cache ... Done (0.000s)
1392026-07-31T16:18:58.876ZFinalize: Updating image state ... Done (0.057s)
1402026-07-31T16:19:01.494ZFinalize: Creating fast lookup database ... Done (2.578s)
1412026-07-31T16:19:01.562ZFinalize: Reading search index ... Done (0.012s)
1422026-07-31T16:19:01.565ZFinalize: Updating search index ... Done (0.000s)
1432026-07-31T16:19:01.705ZFinalize: Updating package cache ... Done (0.000s)
1442026-07-31T16:19:02.047ZPlanning: Evaluating mediator changes ... Done
1452026-07-31T16:19:02.153ZPlanning: Checking for conflicting actions ... Done
1462026-07-31T16:19:02.156ZPlanning: Consolidating action changes ... Done
1472026-07-31T16:19:02.310ZPlanning: Evaluating mediators ... Done
1482026-07-31T16:19:02.313ZPlanning: Planning completed in 0.26 seconds
1492026-07-31T16:19:02.333Z Mediators to change: 2
1502026-07-31T16:19:02.334Z Create boot environment: No
1512026-07-31T16:19:02.334ZCreate backup boot environment: No
1522026-07-31T16:19:02.388ZFinalize: Updating package state database ... Done
1532026-07-31T16:19:02.389ZFinalize: Updating package cache ... Done
1542026-07-31T16:19:02.427ZFinalize: Updating image state ... Done
1552026-07-31T16:19:04.399ZFinalize: Creating fast lookup database ... Done
1562026-07-31T16:19:04.463ZFinalize: Reading search index ... Done
1572026-07-31T16:19:04.466ZFinalize: Updating search index ... Done
1582026-07-31T16:19:04.549ZFinalize: Updating package cache ... Done
1592026-07-31T16:19:04.838ZPlanning: Evaluating mediator changes ... Done
1602026-07-31T16:19:04.942ZPlanning: Checking for conflicting actions ... Done
1612026-07-31T16:19:04.945ZPlanning: Consolidating action changes ... Done
1622026-07-31T16:19:05.101ZPlanning: Evaluating mediators ... Done
1632026-07-31T16:19:05.104ZPlanning: Planning completed in 0.26 seconds
1642026-07-31T16:19:05.124Z Mediators to change: 1
1652026-07-31T16:19:05.124Z Create boot environment: No
1662026-07-31T16:19:05.124ZCreate backup boot environment: No
1672026-07-31T16:19:05.178ZFinalize: Updating package state database ... Done
1682026-07-31T16:19:05.178ZFinalize: Updating package cache ... Done
1692026-07-31T16:19:05.211ZFinalize: Updating image state ... Done
1702026-07-31T16:19:07.164ZFinalize: Creating fast lookup database ... Done
1712026-07-31T16:19:07.225ZFinalize: Reading search index ... Done
1722026-07-31T16:19:07.228ZFinalize: Updating search index ... Done
1732026-07-31T16:19:07.295ZFinalize: Updating package cache ... Done
1742026-07-31T16:19:07.608ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-07-31T16:19:07.608Zapache system 2.4 system
1762026-07-31T16:19:07.608Zclang system 15 system
1772026-07-31T16:19:07.608Zcsh system system illumos
1782026-07-31T16:19:07.608Zctags system system illumos
1792026-07-31T16:19:07.608Zfile vendor vendor darwinsys
1802026-07-31T16:19:07.608Zfile system system illumos
1812026-07-31T16:19:07.608Zgcc vendor 14 vendor
1822026-07-31T16:19:07.608Zgcc system 13 system
1832026-07-31T16:19:07.608Zgcc system 10 system
1842026-07-31T16:19:07.608Zgo system 1.25 system
1852026-07-31T16:19:07.608Zllvm system 15 system
1862026-07-31T16:19:07.608Zmariadb system 11.4 system
1872026-07-31T16:19:07.608Zmta vendor vendor dma
1882026-07-31T16:19:07.608Zopenjdk system 17 system
1892026-07-31T16:19:07.608Zopenjdk system 11 system
1902026-07-31T16:19:07.608Zopenssl vendor 3 vendor
1912026-07-31T16:19:07.608Zperl system 5.40 system
1922026-07-31T16:19:07.608Zpostgresql system 18 system
1932026-07-31T16:19:07.608Zpostgresql system 17 system
1942026-07-31T16:19:07.608Zpython vendor 3 vendor
1952026-07-31T16:19:07.608Zpython system 2 system
1962026-07-31T16:19:07.608Zpython3 vendor 3.13 vendor
1972026-07-31T16:19:07.608Zruby system 3.4 system
1982026-07-31T16:19:07.608Zruby system 3.0 system
1992026-07-31T16:19:07.608Zwords vendor vendor american-english
2002026-07-31T16:19:07.608Zwords system system australian-english
2012026-07-31T16:19:07.608Zwords system system british-english
2022026-07-31T16:19:07.608Zwords system system canadian-english
2032026-07-31T16:19:07.608Zwords system system french
2042026-07-31T16:19:07.608Zwords system system italian
2052026-07-31T16:19:07.608Zwords system system ngerman
2062026-07-31T16:19:07.608Zwords system system ogerman
2072026-07-31T16:19:07.608Zwords system system spanish
2082026-07-31T16:19:07.863ZPUBLISHER TYPE STATUS P LOCATION
2092026-07-31T16:19:07.863Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-07-31T16:19:08.249ZFMRI IFO
2112026-07-31T16:19:08.249Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-07-31T16:19:08.249Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-07-31T16:19:08.249Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-07-31T16:19:08.249Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-07-31T16:19:08.249Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-07-31T16:19:08.249Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-07-31T16:19:08.249Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-07-31T16:19:08.249Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-07-31T16:19:08.249Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-07-31T16:19:08.553Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2212026-07-31T16:19:09.932Z Updating crates.io index
2222026-07-31T16:19:09.937Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2232026-07-31T16:19:10.172Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2242026-07-31T16:19:10.471Z Updating git repository `https://github.com/oxidecomputer/propolis`
2252026-07-31T16:19:11.382Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2262026-07-31T16:19:12.614Z Updating git repository `https://github.com/oxidecomputer/crucible`
2272026-07-31T16:19:14.458Z Updating git repository `https://github.com/oxidecomputer/opte`
2282026-07-31T16:19:15.312Z Updating git repository `https://github.com/oxidecomputer/tofino`
2292026-07-31T16:19:15.622Z Updating git repository `https://github.com/oxidecomputer/lldp`
2302026-07-31T16:19:16.316Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2312026-07-31T16:19:17.488Z Updating git repository `https://github.com/oxidecomputer/clickward`
2322026-07-31T16:19:17.878Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2332026-07-31T16:19:18.159Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2342026-07-31T16:19:18.465Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2352026-07-31T16:19:18.905Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2362026-07-31T16:19:19.753Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2372026-07-31T16:19:20.066Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2382026-07-31T16:19:20.448Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2392026-07-31T16:19:20.772Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2402026-07-31T16:19:21.141Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2412026-07-31T16:19:21.374Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2422026-07-31T16:19:21.641Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2432026-07-31T16:19:21.908Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2442026-07-31T16:19:22.321Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2452026-07-31T16:19:22.651Z Updating git repository `https://github.com/oxidecomputer/erebor`
2462026-07-31T16:19:22.942Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2472026-07-31T16:19:23.317Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2482026-07-31T16:19:23.719Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2492026-07-31T16:19:24.119Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2502026-07-31T16:19:24.431Z Updating git repository `https://github.com/oxidecomputer/ispf`
2512026-07-31T16:19:24.666Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2522026-07-31T16:19:25.023Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2532026-07-31T16:19:25.407Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2542026-07-31T16:19:25.911Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2552026-07-31T16:19:26.196Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2562026-07-31T16:19:26.477Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2572026-07-31T16:19:26.756Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2582026-07-31T16:19:27.104Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2592026-07-31T16:19:27.722Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2602026-07-31T16:19:28.083Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2612026-07-31T16:19:28.390Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2622026-07-31T16:19:28.936Z Updating git repository `https://github.com/illumos/smf-rs`
2632026-07-31T16:19:32.249Z Downloading crates ...
2642026-07-31T16:19:32.297Z Downloaded anstream v1.0.0
2652026-07-31T16:19:32.304Z Downloaded anyhow v1.0.102
2662026-07-31T16:19:32.307Z Downloaded block-buffer v0.10.4
2672026-07-31T16:19:32.307Z Downloaded heck v0.4.1
2682026-07-31T16:19:32.310Z Downloaded fs-err v3.3.0
2692026-07-31T16:19:32.315Z Downloaded digest v0.10.7
2702026-07-31T16:19:32.315Z Downloaded errno v0.3.14
2712026-07-31T16:19:32.319Z Downloaded zmij v1.0.21
2722026-07-31T16:19:32.322Z Downloaded pest v2.8.6
2732026-07-31T16:19:32.325Z Downloaded itoa v1.0.17
2742026-07-31T16:19:32.328Z Downloaded serde_core v1.0.228
2752026-07-31T16:19:32.328Z Downloaded strsim v0.11.1
2762026-07-31T16:19:32.331Z Downloaded thiserror v2.0.18
2772026-07-31T16:19:32.334Z Downloaded zerocopy v0.7.35
2782026-07-31T16:19:32.340Z Downloaded thiserror-impl v1.0.69
2792026-07-31T16:19:32.343Z Downloaded tabled_derive v0.7.0
2802026-07-31T16:19:32.343Z Downloaded dof v0.3.0
2812026-07-31T16:19:32.343Z Downloaded fnv v1.0.7
2822026-07-31T16:19:32.343Z Downloaded scroll v0.12.0
2832026-07-31T16:19:32.343Z Downloaded is_terminal_polyfill v1.70.2
2842026-07-31T16:19:32.346Z Downloaded swrite v0.1.0
2852026-07-31T16:19:32.346Z Downloaded heck v0.5.0
2862026-07-31T16:19:32.349Z Downloaded thiserror-impl v2.0.18
2872026-07-31T16:19:32.349Z Downloaded memchr v2.8.0
2882026-07-31T16:19:32.354Z Downloaded anstyle-query v1.1.5
2892026-07-31T16:19:32.357Z Downloaded fastrand v2.3.0
2902026-07-31T16:19:32.363Z Downloaded log v0.4.29
2912026-07-31T16:19:32.365Z Downloaded toml_datetime v0.6.11
2922026-07-31T16:19:32.365Z Downloaded camino v1.2.2
2932026-07-31T16:19:32.368Z Downloaded plain v0.2.3
2942026-07-31T16:19:32.368Z Downloaded terminal_size v0.4.3
2952026-07-31T16:19:32.371Z Downloaded dtrace-parser v0.2.0
2962026-07-31T16:19:32.371Z Downloaded macaddr v1.0.1
2972026-07-31T16:19:32.374Z Downloaded memmap v0.7.0
2982026-07-31T16:19:32.374Z Downloaded pretty-hex v0.4.1
2992026-07-31T16:19:32.377Z Downloaded clap_lex v1.0.0
3002026-07-31T16:19:32.379Z Downloaded bytecount v0.6.9
3012026-07-31T16:19:32.379Z Downloaded proc-macro-error v1.0.4
3022026-07-31T16:19:32.382Z Downloaded quote v1.0.45
3032026-07-31T16:19:32.382Z Downloaded pest_generator v2.8.6
3042026-07-31T16:19:32.390Z Downloaded cpufeatures v0.2.17
3052026-07-31T16:19:32.397Z Downloaded cfg-if v1.0.4
3062026-07-31T16:19:32.400Z Downloaded usdt v0.5.0
3072026-07-31T16:19:32.400Z Downloaded usdt-attr-macro v0.5.0
3082026-07-31T16:19:32.400Z Downloaded unicode-linebreak v0.1.5
3092026-07-31T16:19:32.404Z Downloaded toml_write v0.1.2
3102026-07-31T16:19:32.407Z Downloaded equivalent v1.0.2
3112026-07-31T16:19:32.407Z Downloaded generic-array v0.14.7
3122026-07-31T16:19:32.410Z Downloaded proc-macro-error-attr v1.0.4
3132026-07-31T16:19:32.413Z Downloaded anstyle-parse v1.0.0
3142026-07-31T16:19:32.416Z Downloaded serde_spanned v0.6.9
3152026-07-31T16:19:32.416Z Downloaded smawk v0.3.2
3162026-07-31T16:19:32.419Z Downloaded thread-id v4.2.2
3172026-07-31T16:19:32.422Z Downloaded colorchoice v1.0.4
3182026-07-31T16:19:32.422Z Downloaded scroll_derive v0.12.1
3192026-07-31T16:19:32.422Z Downloaded utf8parse v0.2.2
3202026-07-31T16:19:32.426Z Downloaded cargo_metadata v0.23.1
3212026-07-31T16:19:32.429Z Downloaded pest_derive v2.8.6
3222026-07-31T16:19:32.435Z Downloaded usdt-macro v0.5.0
3232026-07-31T16:19:32.438Z Downloaded sha2 v0.10.9
3242026-07-31T16:19:32.443Z Downloaded thiserror v1.0.69
3252026-07-31T16:19:32.446Z Downloaded anstyle v1.0.14
3262026-07-31T16:19:32.449Z Downloaded autocfg v1.5.0
3272026-07-31T16:19:32.449Z Downloaded crypto-common v0.1.7
3282026-07-31T16:19:32.452Z Downloaded cargo_toml v0.21.0
3292026-07-31T16:19:32.455Z Downloaded byteorder v1.5.0
3302026-07-31T16:19:32.455Z Downloaded cargo-platform v0.3.2
3312026-07-31T16:19:32.458Z Downloaded clap_derive v4.6.1
3322026-07-31T16:19:32.461Z Downloaded once_cell v1.21.3
3332026-07-31T16:19:32.465Z Downloaded camino-tempfile v1.4.1
3342026-07-31T16:19:32.465Z Downloaded textwrap v0.16.2
3352026-07-31T16:19:32.469Z Downloaded pest_meta v2.8.6
3362026-07-31T16:19:32.471Z Downloaded version_check v0.9.5
3372026-07-31T16:19:32.471Z Downloaded toml v0.8.23
3382026-07-31T16:19:32.474Z Downloaded bitflags v2.11.0
3392026-07-31T16:19:32.480Z Downloaded semver v1.0.28
3402026-07-31T16:19:32.483Z Downloaded serde_tokenstream v0.2.3
3412026-07-31T16:19:32.485Z Downloaded tempfile v3.25.0
3422026-07-31T16:19:32.488Z Downloaded ucd-trie v0.1.7
3432026-07-31T16:19:32.491Z Downloaded getrandom v0.4.1
3442026-07-31T16:19:32.494Z Downloaded zerocopy-derive v0.7.35
3452026-07-31T16:19:32.497Z Downloaded usdt-impl v0.5.0
3462026-07-31T16:19:32.500Z Downloaded proc-macro2 v1.0.106
3472026-07-31T16:19:32.509Z Downloaded unicode-ident v1.0.24
3482026-07-31T16:19:32.516Z Downloaded papergrid v0.11.0
3492026-07-31T16:19:32.529Z Downloaded serde_derive v1.0.228
3502026-07-31T16:19:32.532Z Downloaded clap v4.6.1
3512026-07-31T16:19:32.536Z Downloaded toml_edit v0.22.27
3522026-07-31T16:19:32.545Z Downloaded serde v1.0.228
3532026-07-31T16:19:32.558Z Downloaded typenum v1.20.1
3542026-07-31T16:19:32.567Z Downloaded indexmap v2.14.0
3552026-07-31T16:19:32.589Z Downloaded hashbrown v0.17.0
3562026-07-31T16:19:32.608Z Downloaded serde_json v1.0.151
3572026-07-31T16:19:32.623Z Downloaded goblin v0.8.2
3582026-07-31T16:19:32.627Z Downloaded winnow v0.7.14
3592026-07-31T16:19:32.632Z Downloaded clap_builder v4.6.0
3602026-07-31T16:19:32.641Z Downloaded tabled v0.15.0
3612026-07-31T16:19:32.665Z Downloaded syn v1.0.109
3622026-07-31T16:19:32.672Z Downloaded unicode-width v0.2.0
3632026-07-31T16:19:32.675Z Downloaded syn v2.0.117
3642026-07-31T16:19:32.682Z Downloaded unicode-width v0.1.14
3652026-07-31T16:19:32.689Z Downloaded rustix v1.1.3
3662026-07-31T16:19:32.716Z Downloaded libc v0.2.185
3672026-07-31T16:19:32.781Z Compiling proc-macro2 v1.0.106
3682026-07-31T16:19:32.781Z Compiling quote v1.0.45
3692026-07-31T16:19:32.784Z Compiling unicode-ident v1.0.24
3702026-07-31T16:19:32.784Z Compiling serde_core v1.0.228
3712026-07-31T16:19:32.784Z Compiling libc v0.2.185
3722026-07-31T16:19:32.784Z Compiling version_check v0.9.5
3732026-07-31T16:19:32.784Z Compiling memchr v2.8.0
3742026-07-31T16:19:32.965Z Compiling serde v1.0.228
3752026-07-31T16:19:32.968Z Compiling zmij v1.0.21
3762026-07-31T16:19:32.968Z Compiling thiserror v1.0.69
3772026-07-31T16:19:32.968Z Compiling ucd-trie v0.1.7
3782026-07-31T16:19:32.968Z Compiling itoa v1.0.17
3792026-07-31T16:19:32.968Z Compiling rustix v1.1.3
3802026-07-31T16:19:32.993Z Compiling byteorder v1.5.0
3812026-07-31T16:19:33.197Z Compiling bitflags v2.11.0
3822026-07-31T16:19:33.240Z Compiling serde_json v1.0.151
3832026-07-31T16:19:33.373Z Compiling proc-macro-error-attr v1.0.4
3842026-07-31T16:19:33.413Z Compiling usdt-impl v0.5.0
3852026-07-31T16:19:33.453Z Compiling pest v2.8.6
3862026-07-31T16:19:33.527Z Compiling camino v1.2.2
3872026-07-31T16:19:33.543Z Compiling syn v1.0.109
3882026-07-31T16:19:33.667Z Compiling proc-macro-error v1.0.4
3892026-07-31T16:19:33.686Z Compiling equivalent v1.0.2
3902026-07-31T16:19:33.755Z Compiling plain v0.2.3
3912026-07-31T16:19:33.771Z Compiling log v0.4.29
3922026-07-31T16:19:33.789Z Compiling getrandom v0.4.1
3932026-07-31T16:19:33.822Z Compiling errno v0.3.14
3942026-07-31T16:19:33.859Z Compiling thread-id v4.2.2
3952026-07-31T16:19:33.875Z Compiling hashbrown v0.17.0
3962026-07-31T16:19:33.910Z Compiling utf8parse v0.2.2
3972026-07-31T16:19:33.969Z Compiling thiserror v2.0.18
3982026-07-31T16:19:34.001Z Compiling toml_write v0.1.2
3992026-07-31T16:19:34.005Z Compiling pretty-hex v0.4.1
4002026-07-31T16:19:34.070Z Compiling anstyle-parse v1.0.0
4012026-07-31T16:19:34.073Z Compiling anstyle-query v1.1.5
4022026-07-31T16:19:34.073Z Compiling colorchoice v1.0.4
4032026-07-31T16:19:34.108Z Compiling autocfg v1.5.0
4042026-07-31T16:19:34.134Z Compiling anstyle v1.0.14
4052026-07-31T16:19:34.171Z Compiling winnow v0.7.14
4062026-07-31T16:19:34.210Z Compiling is_terminal_polyfill v1.70.2
4072026-07-31T16:19:34.255Z Compiling cfg-if v1.0.4
4082026-07-31T16:19:34.302Z Compiling fastrand v2.3.0
4092026-07-31T16:19:34.322Z Compiling once_cell v1.21.3
4102026-07-31T16:19:34.352Z Compiling anstream v1.0.0
4112026-07-31T16:19:34.430Z Compiling indexmap v2.14.0
4122026-07-31T16:19:34.453Z Compiling heck v0.5.0
4132026-07-31T16:19:34.490Z Compiling syn v2.0.117
4142026-07-31T16:19:34.576Z Compiling pest_meta v2.8.6
4152026-07-31T16:19:34.664Z Compiling clap_lex v1.0.0
4162026-07-31T16:19:34.772Z Compiling fs-err v3.3.0
4172026-07-31T16:19:34.773Z Compiling anyhow v1.0.102
4182026-07-31T16:19:34.773Z Compiling bytecount v0.6.9
4192026-07-31T16:19:34.861Z Compiling fnv v1.0.7
4202026-07-31T16:19:34.861Z Compiling unicode-width v0.1.14
4212026-07-31T16:19:34.861Z Compiling strsim v0.11.1
4222026-07-31T16:19:34.941Z Compiling heck v0.4.1
4232026-07-31T16:19:34.941Z Compiling memmap v0.7.0
4242026-07-31T16:19:34.941Z Compiling smawk v0.3.2
4252026-07-31T16:19:35.003Z Compiling terminal_size v0.4.3
4262026-07-31T16:19:35.083Z Compiling papergrid v0.11.0
4272026-07-31T16:19:35.084Z Compiling tempfile v3.25.0
4282026-07-31T16:19:35.084Z Compiling unicode-width v0.2.0
4292026-07-31T16:19:35.131Z Compiling clap_builder v4.6.0
4302026-07-31T16:19:35.131Z Compiling unicode-linebreak v0.1.5
4312026-07-31T16:19:35.170Z Compiling swrite v0.1.0
4322026-07-31T16:19:35.324Z Compiling textwrap v0.16.2
4332026-07-31T16:19:35.456Z Compiling cargo-platform v0.3.2
4342026-07-31T16:19:35.491Z Compiling semver v1.0.28
4352026-07-31T16:19:35.682Z Compiling camino-tempfile v1.4.1
4362026-07-31T16:19:35.941Z Compiling tabled_derive v0.7.0
4372026-07-31T16:19:36.610Z Compiling tabled v0.15.0
4382026-07-31T16:19:36.640Z Compiling pest_generator v2.8.6
4392026-07-31T16:19:37.139Z Compiling serde_derive v1.0.228
4402026-07-31T16:19:37.139Z Compiling thiserror-impl v1.0.69
4412026-07-31T16:19:37.142Z Compiling zerocopy-derive v0.7.35
4422026-07-31T16:19:37.142Z Compiling scroll_derive v0.12.1
4432026-07-31T16:19:37.142Z Compiling thiserror-impl v2.0.18
4442026-07-31T16:19:37.142Z Compiling clap_derive v4.6.1
4452026-07-31T16:19:37.222Z Compiling pest_derive v2.8.6
4462026-07-31T16:19:37.839Z Compiling scroll v0.12.0
4472026-07-31T16:19:37.930Z Compiling zerocopy v0.7.35
4482026-07-31T16:19:38.059Z Compiling goblin v0.8.2
4492026-07-31T16:19:38.263Z Compiling dtrace-parser v0.2.0
4502026-07-31T16:19:38.596Z Compiling clap v4.6.1
4512026-07-31T16:19:39.560Z Compiling dof v0.3.0
4522026-07-31T16:19:39.560Z Compiling serde_tokenstream v0.2.3
4532026-07-31T16:19:39.577Z Compiling serde_spanned v0.6.9
4542026-07-31T16:19:39.584Z Compiling toml_datetime v0.6.11
4552026-07-31T16:19:39.584Z Compiling macaddr v1.0.1
4562026-07-31T16:19:39.584Z Compiling cargo_metadata v0.23.1
4572026-07-31T16:19:39.584Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4582026-07-31T16:19:39.819Z Compiling toml_edit v0.22.27
4592026-07-31T16:19:40.214Z Compiling usdt-macro v0.5.0
4602026-07-31T16:19:40.218Z Compiling usdt-attr-macro v0.5.0
4612026-07-31T16:19:40.832Z Compiling usdt v0.5.0
4622026-07-31T16:19:41.055Z Compiling toml v0.8.23
4632026-07-31T16:19:41.371Z Compiling cargo_toml v0.21.0
4642026-07-31T16:19:42.655Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4652026-07-31T16:19:44.739Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.36s
4662026-07-31T16:19:44.956Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
4672026-07-31T16:19:45.469Z Downloading crates ...
4682026-07-31T16:19:45.516Z Downloaded aead v0.5.2
4692026-07-31T16:19:45.528Z Downloaded ciborium-io v0.2.2
4702026-07-31T16:19:45.532Z Downloaded colored v3.1.1
4712026-07-31T16:19:45.535Z Downloaded aes-gcm v0.11.0
4722026-07-31T16:19:45.539Z Downloaded array-init v0.0.4
4732026-07-31T16:19:45.543Z Downloaded atty v0.2.14
4742026-07-31T16:19:45.543Z Downloaded convert_case v0.4.0
4752026-07-31T16:19:45.547Z Downloaded backoff v0.4.0
4762026-07-31T16:19:45.547Z Downloaded base64 v0.22.1
4772026-07-31T16:19:45.550Z Downloaded assert_matches v1.5.0
4782026-07-31T16:19:45.550Z Downloaded bitfield v0.19.4
4792026-07-31T16:19:45.553Z Downloaded foldhash v0.2.0
4802026-07-31T16:19:45.556Z Downloaded ascii-canvas v3.0.0
4812026-07-31T16:19:45.556Z Downloaded bb8 v0.8.6
4822026-07-31T16:19:45.556Z Downloaded base16ct v1.0.0
4832026-07-31T16:19:45.559Z Downloaded foreign-types-macros v0.2.3
4842026-07-31T16:19:45.562Z Downloaded fixedbitset v0.4.2
4852026-07-31T16:19:45.562Z Downloaded flate2 v1.1.9
4862026-07-31T16:19:45.565Z Downloaded foreign-types v0.5.0
4872026-07-31T16:19:45.565Z Downloaded foreign-types-shared v0.1.1
4882026-07-31T16:19:45.565Z Downloaded futures-sink v0.3.32
4892026-07-31T16:19:45.565Z Downloaded bitfield-struct v0.6.2
4902026-07-31T16:19:45.569Z Downloaded bitflags v1.3.2
4912026-07-31T16:19:45.569Z Downloaded form_urlencoded v1.2.2
4922026-07-31T16:19:45.569Z Downloaded async-recursion v1.1.1
4932026-07-31T16:19:45.572Z Downloaded atomic-waker v1.1.2
4942026-07-31T16:19:45.572Z Downloaded gethostname v0.5.0
4952026-07-31T16:19:45.572Z Downloaded futures-macro v0.3.32
4962026-07-31T16:19:45.572Z Downloaded async-stream v0.3.6
4972026-07-31T16:19:45.575Z Downloaded float-cmp v0.10.0
4982026-07-31T16:19:45.575Z Downloaded bit-vec v0.6.3
4992026-07-31T16:19:45.575Z Downloaded aead v0.6.1
5002026-07-31T16:19:45.575Z Downloaded globwalk v0.9.1
5012026-07-31T16:19:45.575Z Downloaded foreign-types v0.3.2
5022026-07-31T16:19:45.578Z Downloaded float-ord v0.3.2
5032026-07-31T16:19:45.578Z Downloaded adler2 v2.0.1
5042026-07-31T16:19:45.578Z Downloaded bit-set v0.5.3
5052026-07-31T16:19:45.581Z Downloaded argon2 v0.5.3
5062026-07-31T16:19:45.582Z Downloaded arrayref v0.3.9
5072026-07-31T16:19:45.582Z Downloaded fallible-iterator v0.2.0
5082026-07-31T16:19:45.584Z Downloaded futures-core v0.3.32
5092026-07-31T16:19:45.584Z Downloaded futures-io v0.3.32
5102026-07-31T16:19:45.584Z Downloaded foreign-types-shared v0.3.1
5112026-07-31T16:19:45.585Z Downloaded funty v2.0.0
5122026-07-31T16:19:45.585Z Downloaded fxhash v0.2.1
5132026-07-31T16:19:45.589Z Downloaded git-stub v1.0.0
5142026-07-31T16:19:45.592Z Downloaded bcrypt-pbkdf v0.11.0
5152026-07-31T16:19:45.592Z Downloaded castaway v0.2.4
5162026-07-31T16:19:45.592Z Downloaded fd-lock v4.0.4
5172026-07-31T16:19:45.595Z Downloaded base16ct v0.2.0
5182026-07-31T16:19:45.599Z Downloaded compression-core v0.4.31
5192026-07-31T16:19:45.602Z Downloaded env_filter v1.0.0
5202026-07-31T16:19:45.603Z Downloaded cfg_aliases v0.1.1
5212026-07-31T16:19:45.603Z Downloaded async-stream-impl v0.3.6
5222026-07-31T16:19:45.609Z Downloaded bit-set v0.8.0
5232026-07-31T16:19:45.612Z Downloaded futures-executor v0.3.32
5242026-07-31T16:19:45.615Z Downloaded ghash v0.6.0
5252026-07-31T16:19:45.615Z Downloaded env_logger v0.11.9
5262026-07-31T16:19:45.618Z Downloaded flagset v0.4.7
5272026-07-31T16:19:45.618Z Downloaded glob v0.3.3
5282026-07-31T16:19:45.618Z Downloaded cfg_aliases v0.2.1
5292026-07-31T16:19:45.621Z Downloaded block-buffer v0.12.1
5302026-07-31T16:19:45.621Z Downloaded hyper-tls v0.6.0
5312026-07-31T16:19:45.621Z Downloaded hex-literal v1.1.0
5322026-07-31T16:19:45.625Z Downloaded hostname v0.3.1
5332026-07-31T16:19:45.625Z Downloaded hostname v0.4.2
5342026-07-31T16:19:45.625Z Downloaded headers-core v0.3.0
5352026-07-31T16:19:45.628Z Downloaded home v0.5.12
5362026-07-31T16:19:45.628Z Downloaded http-range v0.1.5
5372026-07-31T16:19:45.632Z Downloaded httpdate v1.0.3
5382026-07-31T16:19:45.636Z Downloaded ciborium-ll v0.2.2
5392026-07-31T16:19:45.636Z Downloaded hex v0.4.3
5402026-07-31T16:19:45.640Z Downloaded cobs v0.3.0
5412026-07-31T16:19:45.644Z Downloaded atomicwrites v0.4.4
5422026-07-31T16:19:45.647Z Downloaded bitfield-macros v0.19.4
5432026-07-31T16:19:45.647Z Downloaded hubpack_derive v0.1.1
5442026-07-31T16:19:45.647Z Downloaded hash32 v0.2.1
5452026-07-31T16:19:45.647Z Downloaded hash32 v0.3.1
5462026-07-31T16:19:45.647Z Downloaded block-padding v0.4.2
5472026-07-31T16:19:45.650Z Downloaded num-derive v0.4.2
5482026-07-31T16:19:45.650Z Downloaded hubpack v0.1.2
5492026-07-31T16:19:45.650Z Downloaded base64 v0.21.7
5502026-07-31T16:19:45.653Z Downloaded anstream v0.6.21
5512026-07-31T16:19:45.656Z Downloaded futures-task v0.3.32
5522026-07-31T16:19:45.659Z Downloaded http-body v1.0.1
5532026-07-31T16:19:45.663Z Downloaded phf_shared v0.11.3
5542026-07-31T16:19:45.666Z Downloaded phf_shared v0.13.1
5552026-07-31T16:19:45.666Z Downloaded git-stub-vcs v0.1.0
5562026-07-31T16:19:45.669Z Downloaded parse-display v0.10.0
5572026-07-31T16:19:45.669Z Downloaded filetime v0.2.27
5582026-07-31T16:19:45.669Z Downloaded group v0.14.0
5592026-07-31T16:19:45.669Z Downloaded foldhash v0.1.5
5602026-07-31T16:19:45.669Z Downloaded erased-serde v0.3.31
5612026-07-31T16:19:45.672Z Downloaded predicates-tree v1.0.13
5622026-07-31T16:19:45.677Z Downloaded anstyle-parse v0.2.7
5632026-07-31T16:19:45.677Z Downloaded bcs v0.1.6
5642026-07-31T16:19:45.677Z Downloaded bs58 v0.5.1
5652026-07-31T16:19:45.680Z Downloaded fixedbitset v0.5.7
5662026-07-31T16:19:45.680Z Downloaded fs-err v2.11.0
5672026-07-31T16:19:45.680Z Downloaded ff v0.13.1
5682026-07-31T16:19:45.680Z Downloaded compression-codecs v0.4.37
5692026-07-31T16:19:45.683Z Downloaded cipher v0.4.4
5702026-07-31T16:19:45.683Z Downloaded cmake v0.1.57
5712026-07-31T16:19:45.683Z Downloaded find-msvc-tools v0.1.9
5722026-07-31T16:19:45.688Z Downloaded globset v0.4.18
5732026-07-31T16:19:45.691Z Downloaded blowfish v0.10.0
5742026-07-31T16:19:45.691Z Downloaded cassowary v0.3.0
5752026-07-31T16:19:45.691Z Downloaded cipher v0.5.2
5762026-07-31T16:19:45.691Z Downloaded argon2 v0.6.0-rc.8
5772026-07-31T16:19:45.696Z Downloaded async-trait v0.1.89
5782026-07-31T16:19:45.696Z Downloaded ref-cast-impl v1.0.25
5792026-07-31T16:19:45.710Z Downloaded ref-cast v1.0.25
5802026-07-31T16:19:45.710Z Downloaded scroll_derive v0.13.1
5812026-07-31T16:19:45.710Z Downloaded phf_shared v0.12.1
5822026-07-31T16:19:45.710Z Downloaded proc-macro-crate v3.4.0
5832026-07-31T16:19:45.714Z Downloaded russh-util v0.52.0
5842026-07-31T16:19:45.717Z Downloaded cbc v0.2.1
5852026-07-31T16:19:45.717Z Downloaded chacha20 v0.9.1
5862026-07-31T16:19:45.717Z Downloaded buf-list v1.1.2
5872026-07-31T16:19:45.720Z Downloaded russh-cryptovec v0.62.0
5882026-07-31T16:19:45.720Z Downloaded rustc-hash v2.1.1
5892026-07-31T16:19:45.720Z Downloaded base64ct v1.8.3
5902026-07-31T16:19:45.722Z Downloaded group v0.13.0
5912026-07-31T16:19:45.722Z Downloaded seq-macro v0.3.6
5922026-07-31T16:19:45.722Z Downloaded byte-wrapper v0.1.0
5932026-07-31T16:19:45.725Z Downloaded serde_plain v1.0.2
5942026-07-31T16:19:45.730Z Downloaded camino-tempfile-ext v0.3.3
5952026-07-31T16:19:45.730Z Downloaded const_format_proc_macros v0.2.34
5962026-07-31T16:19:45.733Z Downloaded cmov v0.5.4
5972026-07-31T16:19:45.733Z Downloaded num-rational v0.4.2
5982026-07-31T16:19:45.733Z Downloaded olpc-cjson v0.1.4
5992026-07-31T16:19:45.736Z Downloaded num_enum_derive v0.7.6
6002026-07-31T16:19:45.740Z Downloaded oxnet v0.1.6
6012026-07-31T16:19:45.740Z Downloaded parse-display-derive v0.10.0
6022026-07-31T16:19:45.740Z Downloaded humantime v2.3.0
6032026-07-31T16:19:45.743Z Downloaded hyper-staticfile v0.10.1
6042026-07-31T16:19:45.743Z Downloaded peg v0.8.5
6052026-07-31T16:19:45.743Z Downloaded port-file v0.1.0
6062026-07-31T16:19:45.746Z Downloaded strum v0.27.2
6072026-07-31T16:19:45.746Z Downloaded cancel-safe-futures v0.1.5
6082026-07-31T16:19:45.746Z Downloaded console v0.15.11
6092026-07-31T16:19:45.750Z Downloaded chacha20 v0.10.0
6102026-07-31T16:19:45.750Z Downloaded cexpr v0.6.0
6112026-07-31T16:19:45.750Z Downloaded sha1 v0.10.6
6122026-07-31T16:19:45.753Z Downloaded blake2 v0.10.6
6132026-07-31T16:19:45.753Z Downloaded ciborium v0.2.2
6142026-07-31T16:19:45.753Z Downloaded console v0.16.2
6152026-07-31T16:19:45.756Z Downloaded colored v2.2.0
6162026-07-31T16:19:45.756Z Downloaded futures-channel v0.3.32
6172026-07-31T16:19:45.756Z Downloaded ff v0.14.0
6182026-07-31T16:19:45.759Z Downloaded sync-ptr v0.1.4
6192026-07-31T16:19:45.759Z Downloaded tokio-test v0.4.5
6202026-07-31T16:19:45.759Z Downloaded progenitor-extras v0.2.0
6212026-07-31T16:19:45.762Z Downloaded tabwriter v1.4.1
6222026-07-31T16:19:45.762Z Downloaded fs_extra v1.3.0
6232026-07-31T16:19:45.767Z Downloaded tabled_derive v0.11.0
6242026-07-31T16:19:45.767Z Downloaded sec1 v0.8.1
6252026-07-31T16:19:45.770Z Downloaded backon v1.6.0
6262026-07-31T16:19:45.773Z Downloaded bzip2 v0.4.4
6272026-07-31T16:19:45.773Z Downloaded bzip2 v0.6.1
6282026-07-31T16:19:45.773Z Downloaded half v1.8.3
6292026-07-31T16:19:45.777Z Downloaded signal-hook-mio v0.2.5
6302026-07-31T16:19:45.777Z Downloaded clang-sys v1.8.1
6312026-07-31T16:19:45.778Z Downloaded constant_time_eq v0.4.2
6322026-07-31T16:19:45.781Z Downloaded arrayvec v0.7.6
6332026-07-31T16:19:45.781Z Downloaded bit-vec v0.8.0
6342026-07-31T16:19:45.781Z Downloaded getrandom v0.2.17
6352026-07-31T16:19:45.781Z Downloaded strsim v0.10.0
6362026-07-31T16:19:45.784Z Downloaded const-oid v0.9.6
6372026-07-31T16:19:45.784Z Downloaded usdt v0.6.0
6382026-07-31T16:19:45.784Z Downloaded utf8_iter v1.0.4
6392026-07-31T16:19:45.784Z Downloaded tagptr v0.2.0
6402026-07-31T16:19:45.787Z Downloaded termtree v0.5.1
6412026-07-31T16:19:45.788Z Downloaded topological-sort v0.2.2
6422026-07-31T16:19:45.790Z Downloaded highway v1.3.0
6432026-07-31T16:19:45.790Z Downloaded async-bb8-diesel v0.2.1
6442026-07-31T16:19:45.794Z Downloaded slog-dtrace v0.3.0
6452026-07-31T16:19:45.794Z Downloaded allocator-api2 v0.2.21
6462026-07-31T16:19:45.794Z Downloaded async-compression v0.4.41
6472026-07-31T16:19:45.798Z Downloaded phf v0.13.1
6482026-07-31T16:19:45.801Z Downloaded ppv-lite86 v0.2.21
6492026-07-31T16:19:45.801Z Downloaded progenitor v0.14.0
6502026-07-31T16:19:45.804Z Downloaded pem-rfc7468 v0.7.0
6512026-07-31T16:19:45.804Z Downloaded cpubits v0.1.1
6522026-07-31T16:19:45.807Z Downloaded rand_core v0.10.0
6532026-07-31T16:19:45.807Z Downloaded rustversion v1.0.22
6542026-07-31T16:19:45.810Z Downloaded tower-layer v0.3.3
6552026-07-31T16:19:45.810Z Downloaded typify-macro v0.6.2
6562026-07-31T16:19:45.810Z Downloaded unarray v0.1.4
6572026-07-31T16:19:45.810Z Downloaded polyval v0.7.1
6582026-07-31T16:19:45.813Z Downloaded tower-service v0.3.3
6592026-07-31T16:19:45.813Z Downloaded unit-prefix v0.5.2
6602026-07-31T16:19:45.813Z Downloaded blake2 v0.11.0-rc.6
6612026-07-31T16:19:45.813Z Downloaded const-oid v0.10.2
6622026-07-31T16:19:45.817Z Downloaded resolv-conf v0.7.6
6632026-07-31T16:19:45.820Z Downloaded wait-timeout v0.2.1
6642026-07-31T16:19:45.820Z Downloaded waitgroup v0.1.2
6652026-07-31T16:19:45.820Z Downloaded darling_macro v0.21.3
6662026-07-31T16:19:45.823Z Downloaded tinystr v0.8.2
6672026-07-31T16:19:45.826Z Downloaded tls_codec_derive v0.4.2
6682026-07-31T16:19:45.829Z Downloaded hmac v0.13.0
6692026-07-31T16:19:45.832Z Downloaded iana-time-zone v0.1.65
6702026-07-31T16:19:45.832Z Downloaded display-error-chain v0.2.2
6712026-07-31T16:19:45.832Z Downloaded dunce v1.0.5
6722026-07-31T16:19:45.835Z Downloaded dropshot-api-manager-types v0.7.2
6732026-07-31T16:19:45.835Z Downloaded dyn-clone v1.0.20
6742026-07-31T16:19:45.835Z Downloaded embedded-io v0.6.1
6752026-07-31T16:19:45.839Z Downloaded serdect v0.4.3
6762026-07-31T16:19:45.839Z Downloaded hmac v0.12.1
6772026-07-31T16:19:45.844Z Downloaded ahash v0.8.12
6782026-07-31T16:19:45.848Z Downloaded cstr-argument v0.1.2
6792026-07-31T16:19:45.848Z Downloaded derive_builder_macro v0.20.2
6802026-07-31T16:19:45.851Z Downloaded parking_lot v0.11.2
6812026-07-31T16:19:45.851Z Downloaded shlex v1.3.0
6822026-07-31T16:19:45.851Z Downloaded slog-stdlog v4.1.1
6832026-07-31T16:19:45.854Z Downloaded salsa20 v0.11.0
6842026-07-31T16:19:45.854Z Downloaded serde_cbor v0.11.2
6852026-07-31T16:19:45.854Z Downloaded instant v0.1.13
6862026-07-31T16:19:45.859Z Downloaded is_ci v1.2.0
6872026-07-31T16:19:45.859Z Downloaded lalrpop-util v0.19.12
6882026-07-31T16:19:45.859Z Downloaded uzers v0.12.2
6892026-07-31T16:19:45.859Z Downloaded wyz v0.5.1
6902026-07-31T16:19:45.859Z Downloaded futures v0.3.32
6912026-07-31T16:19:45.862Z Downloaded illumos-nvpair-sys v0.2.0
6922026-07-31T16:19:45.862Z Downloaded generic-array v1.4.3
6932026-07-31T16:19:45.862Z Downloaded instability v0.3.11
6942026-07-31T16:19:45.865Z Downloaded getrandom v0.3.4
6952026-07-31T16:19:45.865Z Downloaded sponge-cursor v0.1.0
6962026-07-31T16:19:45.869Z Downloaded kstat-rs v0.2.4
6972026-07-31T16:19:45.869Z Downloaded maplit v1.0.2
6982026-07-31T16:19:45.869Z Downloaded snafu-derive v0.8.9
6992026-07-31T16:19:45.869Z Downloaded sqlformat v0.3.5
7002026-07-31T16:19:45.869Z Downloaded defmt v0.3.100
7012026-07-31T16:19:45.872Z Downloaded oso v0.27.3
7022026-07-31T16:19:45.872Z Downloaded convert_case v0.10.0
7032026-07-31T16:19:45.875Z Downloaded tokio-native-tls v0.3.1
7042026-07-31T16:19:45.878Z Downloaded nibble_vec v0.1.0
7052026-07-31T16:19:45.878Z Downloaded hybrid-array v0.4.13
7062026-07-31T16:19:45.881Z Downloaded hyper-rustls v0.27.7
7072026-07-31T16:19:45.884Z Downloaded chacha20poly1305 v0.10.1
7082026-07-31T16:19:45.887Z Downloaded compact_str v0.8.1
7092026-07-31T16:19:45.890Z Downloaded newline-converter v0.3.0
7102026-07-31T16:19:45.890Z Downloaded num_threads v0.1.7
7112026-07-31T16:19:45.890Z Downloaded nonempty v0.12.0
7122026-07-31T16:19:45.893Z Downloaded normalize-line-endings v0.3.0
7132026-07-31T16:19:45.893Z Downloaded openssl-probe v0.2.1
7142026-07-31T16:19:45.893Z Downloaded path-slash v0.1.5
7152026-07-31T16:19:45.897Z Downloaded predicates-core v1.0.10
7162026-07-31T16:19:45.900Z Downloaded prefix-trie v0.7.0
7172026-07-31T16:19:45.900Z Downloaded lru-cache v0.1.2
7182026-07-31T16:19:45.900Z Downloaded multimap v0.10.1
7192026-07-31T16:19:45.903Z Downloaded rcgen v0.12.1
7202026-07-31T16:19:45.906Z Downloaded deranged v0.5.8
7212026-07-31T16:19:45.907Z Downloaded indent_write v2.2.0
7222026-07-31T16:19:45.909Z Downloaded either v1.15.0
7232026-07-31T16:19:45.909Z Downloaded ena v0.14.4
7242026-07-31T16:19:45.909Z Downloaded half v2.7.1
7252026-07-31T16:19:45.913Z Downloaded powerfmt v0.2.0
7262026-07-31T16:19:45.917Z Downloaded rtoolbox v0.0.3
7272026-07-31T16:19:45.917Z Downloaded bytes v1.11.1
7282026-07-31T16:19:45.923Z Downloaded http-body-util v0.1.3
7292026-07-31T16:19:45.927Z Downloaded ctutils v0.4.2
7302026-07-31T16:19:45.931Z Downloaded daft v0.1.7
7312026-07-31T16:19:45.931Z Downloaded impl-trait-for-tuples v0.2.3
7322026-07-31T16:19:45.935Z Downloaded match_cfg v0.1.0
7332026-07-31T16:19:45.935Z Downloaded sapling-renderdag v0.1.0
7342026-07-31T16:19:45.935Z Downloaded yasna v0.5.2
7352026-07-31T16:19:45.935Z Downloaded quick-error v1.2.3
7362026-07-31T16:19:45.938Z Downloaded corncobs v0.1.4
7372026-07-31T16:19:45.941Z Downloaded progenitor-macro v0.13.0
7382026-07-31T16:19:45.941Z Downloaded fatfs v0.3.6
7392026-07-31T16:19:45.944Z Downloaded flume v0.11.1
7402026-07-31T16:19:45.944Z Downloaded headers v0.4.1
7412026-07-31T16:19:45.947Z Downloaded httparse v1.10.1
7422026-07-31T16:19:45.950Z Downloaded serde_urlencoded v0.7.1
7432026-07-31T16:19:45.950Z Downloaded sigpipe v0.1.3
7442026-07-31T16:19:45.950Z Downloaded smallvec v1.15.1
7452026-07-31T16:19:45.950Z Downloaded derive_builder_core v0.20.2
7462026-07-31T16:19:45.954Z Downloaded defmt v1.0.1
7472026-07-31T16:19:45.954Z Downloaded progenitor-macro v0.14.0
7482026-07-31T16:19:45.957Z Downloaded rand_xorshift v0.4.0
7492026-07-31T16:19:45.960Z Downloaded mime_guess v2.0.5
7502026-07-31T16:19:45.960Z Downloaded nodrop v0.1.14
7512026-07-31T16:19:45.960Z Downloaded oxide-update-engine v0.1.2
7522026-07-31T16:19:45.960Z Downloaded pem-rfc7468 v1.0.0
7532026-07-31T16:19:45.963Z Downloaded testing_table v0.3.0
7542026-07-31T16:19:45.967Z Downloaded pem v3.0.6
7552026-07-31T16:19:45.967Z Downloaded darling v0.23.0
7562026-07-31T16:19:45.970Z Downloaded tungstenite v0.21.0
7572026-07-31T16:19:45.970Z Downloaded darling v0.21.3
7582026-07-31T16:19:45.974Z Downloaded digest v0.11.3
7592026-07-31T16:19:45.977Z Downloaded displaydoc v0.2.5
7602026-07-31T16:19:45.977Z Downloaded usdt-macro v0.6.0
7612026-07-31T16:19:45.977Z Downloaded utf-8 v0.7.6
7622026-07-31T16:19:45.979Z Downloaded progenitor-impl v0.13.0
7632026-07-31T16:19:45.982Z Downloaded rand_core v0.6.4
7642026-07-31T16:19:45.982Z Downloaded toml v0.7.8
7652026-07-31T16:19:45.982Z Downloaded bumpalo v3.20.2
7662026-07-31T16:19:45.986Z Downloaded const_format v0.2.35
7672026-07-31T16:19:45.990Z Downloaded jobserver v0.1.34
7682026-07-31T16:19:45.993Z Downloaded xattr v1.6.1
7692026-07-31T16:19:45.993Z Downloaded crc v3.4.0
7702026-07-31T16:19:45.993Z Downloaded crc8 v0.1.1
7712026-07-31T16:19:45.993Z Downloaded signal-hook-tokio v0.3.1
7722026-07-31T16:19:45.996Z Downloaded sync_wrapper v1.0.2
7732026-07-31T16:19:45.996Z Downloaded crucible-workspace-hack v0.1.0
7742026-07-31T16:19:45.996Z Downloaded structmeta-derive v0.3.0
7752026-07-31T16:19:45.999Z Downloaded dirs-next v2.0.0
7762026-07-31T16:19:46.003Z Downloaded universal-hash v0.5.1
7772026-07-31T16:19:46.003Z Downloaded void v1.0.2
7782026-07-31T16:19:46.003Z Downloaded arc-swap v1.8.2
7792026-07-31T16:19:46.008Z Downloaded scrypt v0.12.0
7802026-07-31T16:19:46.011Z Downloaded slog-json v2.6.1
7812026-07-31T16:19:46.015Z Downloaded slog-scope v4.4.1
7822026-07-31T16:19:46.015Z Downloaded slog-term v2.9.2
7832026-07-31T16:19:46.015Z Downloaded debug-ignore v1.0.5
7842026-07-31T16:19:46.015Z Downloaded diesel_table_macro_syntax v0.3.0
7852026-07-31T16:19:46.015Z Downloaded heapless v0.8.0
7862026-07-31T16:19:46.019Z Downloaded icu_locale_core v2.1.1
7872026-07-31T16:19:46.026Z Downloaded downcast-rs v2.0.2
7882026-07-31T16:19:46.029Z Downloaded dsl_auto_type v0.2.0
7892026-07-31T16:19:46.029Z Downloaded heapless v0.7.17
7902026-07-31T16:19:46.032Z Downloaded cc v1.2.56
7912026-07-31T16:19:46.035Z Downloaded endian-type v0.1.2
7922026-07-31T16:19:46.035Z Downloaded quinn v0.11.9
7932026-07-31T16:19:46.038Z Downloaded signal-hook v0.3.18
7942026-07-31T16:19:46.038Z Downloaded string_cache v0.8.9
7952026-07-31T16:19:46.038Z Downloaded pin-project-internal v1.1.11
7962026-07-31T16:19:46.042Z Downloaded internet-checksum v0.2.1
7972026-07-31T16:19:46.042Z Downloaded lazy_static v1.5.0
7982026-07-31T16:19:46.042Z Downloaded oxide-tokio-rt v0.1.4
7992026-07-31T16:19:46.042Z Downloaded time-macros v0.2.27
8002026-07-31T16:19:46.045Z Downloaded tls_codec v0.4.2
8012026-07-31T16:19:46.045Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8022026-07-31T16:19:46.045Z Downloaded ar_archive_writer v0.5.1
8032026-07-31T16:19:46.048Z Downloaded pin-project-lite v0.2.17
8042026-07-31T16:19:46.051Z Downloaded zerofrom v0.1.6
8052026-07-31T16:19:46.051Z Downloaded zone_cfg_derive v0.3.1
8062026-07-31T16:19:46.051Z Downloaded tokio-dtrace v0.1.1
8072026-07-31T16:19:46.051Z Downloaded new_debug_unreachable v1.0.6
8082026-07-31T16:19:46.051Z Downloaded socket2 v0.5.10
8092026-07-31T16:19:46.055Z Downloaded subprocess v0.2.15
8102026-07-31T16:19:46.055Z Downloaded test-strategy v0.4.5
8112026-07-31T16:19:46.058Z Downloaded yoke v0.8.1
8122026-07-31T16:19:46.058Z Downloaded csv-core v0.1.13
8132026-07-31T16:19:46.059Z Downloaded ctr v0.10.1
8142026-07-31T16:19:46.062Z Downloaded rustls-native-certs v0.8.3
8152026-07-31T16:19:46.065Z Downloaded schemars_derive v0.8.22
8162026-07-31T16:19:46.065Z Downloaded sec1 v0.7.3
8172026-07-31T16:19:46.068Z Downloaded openssl-sys v0.9.115
8182026-07-31T16:19:46.071Z Downloaded managed v0.8.0
8192026-07-31T16:19:46.074Z Downloaded md-5 v0.10.6
8202026-07-31T16:19:46.074Z Downloaded lzss v0.8.2
8212026-07-31T16:19:46.078Z Downloaded defmt-macros v1.0.1
8222026-07-31T16:19:46.083Z Downloaded tungstenite v0.23.0
8232026-07-31T16:19:46.086Z Downloaded litemap v0.8.1
8242026-07-31T16:19:46.089Z Downloaded ssh-encoding v0.3.0
8252026-07-31T16:19:46.092Z Downloaded strum_macros v0.27.2
8262026-07-31T16:19:46.092Z Downloaded synstructure v0.13.2
8272026-07-31T16:19:46.092Z Downloaded toml_datetime v1.1.1+spec-1.1.0
8282026-07-31T16:19:46.095Z Downloaded ml-kem v0.3.2
8292026-07-31T16:19:46.095Z Downloaded vsss-rs v3.3.4
8302026-07-31T16:19:46.098Z Downloaded maybe-uninit v2.0.0
8312026-07-31T16:19:46.102Z Downloaded rustc_version v0.1.7
8322026-07-31T16:19:46.105Z Downloaded openssl-probe v0.1.6
8332026-07-31T16:19:46.108Z Downloaded num-integer v0.1.46
8342026-07-31T16:19:46.108Z Downloaded parking_lot_core v0.9.12
8352026-07-31T16:19:46.111Z Downloaded newtype-uuid v1.3.2
8362026-07-31T16:19:46.111Z Downloaded hickory-resolver v0.25.2
8372026-07-31T16:19:46.114Z Downloaded rustc_version v0.4.1
8382026-07-31T16:19:46.119Z Downloaded icu_collections v2.1.1
8392026-07-31T16:19:46.122Z Downloaded libloading v0.8.9
8402026-07-31T16:19:46.128Z Downloaded uuid v1.23.4
8412026-07-31T16:19:46.131Z Downloaded yansi v1.0.1
8422026-07-31T16:19:46.131Z Downloaded postcard v1.1.3
8432026-07-31T16:19:46.135Z Downloaded crossbeam-utils v0.8.21
8442026-07-31T16:19:46.137Z Downloaded password-hash v0.5.0
8452026-07-31T16:19:46.140Z Downloaded sqlparser_derive v0.5.0
8462026-07-31T16:19:46.144Z Downloaded secrecy v0.8.0
8472026-07-31T16:19:46.149Z Downloaded serde_repr v0.1.20
8482026-07-31T16:19:46.152Z Downloaded shell-words v1.1.1
8492026-07-31T16:19:46.156Z Downloaded num-bigint v0.4.6
8502026-07-31T16:19:46.156Z Downloaded icu_provider v2.1.1
8512026-07-31T16:19:46.159Z Downloaded p521 v0.14.0
8522026-07-31T16:19:46.159Z Downloaded serde_yaml v0.9.34+deprecated
8532026-07-31T16:19:46.163Z Downloaded take_mut v0.2.2
8542026-07-31T16:19:46.166Z Downloaded tap v1.0.1
8552026-07-31T16:19:46.166Z Downloaded ingot v0.2.1
8562026-07-31T16:19:46.169Z Downloaded primeorder v0.14.0
8572026-07-31T16:19:46.172Z Downloaded unicode-truncate v1.1.0
8582026-07-31T16:19:46.172Z Downloaded untrusted v0.9.0
8592026-07-31T16:19:46.175Z Downloaded xshell-macros v0.2.7
8602026-07-31T16:19:46.178Z Downloaded crossbeam-channel v0.5.15
8612026-07-31T16:19:46.182Z Downloaded rand_chacha v0.9.0
8622026-07-31T16:19:46.185Z Downloaded rand_core v0.9.5
8632026-07-31T16:19:46.193Z Downloaded prettyplease v0.2.37
8642026-07-31T16:19:46.196Z Downloaded toml v1.1.2+spec-1.1.0
8652026-07-31T16:19:46.203Z Downloaded rustls-pemfile v2.2.0
8662026-07-31T16:19:46.206Z Downloaded serde-hex v0.1.0
8672026-07-31T16:19:46.207Z Downloaded slab v0.4.12
8682026-07-31T16:19:46.207Z Downloaded unsafe-libyaml v0.2.11
8692026-07-31T16:19:46.211Z Downloaded lru v0.12.5
8702026-07-31T16:19:46.211Z Downloaded aes v0.9.1
8712026-07-31T16:19:46.214Z Downloaded smallvec v0.6.14
8722026-07-31T16:19:46.214Z Downloaded spki v0.8.0
8732026-07-31T16:19:46.214Z Downloaded stringprep v0.1.5
8742026-07-31T16:19:46.214Z Downloaded hyper-util v0.1.20
8752026-07-31T16:19:46.217Z Downloaded hickory-server v0.25.2
8762026-07-31T16:19:46.220Z Downloaded papergrid v0.17.0
8772026-07-31T16:19:46.224Z Downloaded static_assertions v1.1.0
8782026-07-31T16:19:46.226Z Downloaded thread-id v5.1.0
8792026-07-31T16:19:46.226Z Downloaded thread_local v1.1.9
8802026-07-31T16:19:46.229Z Downloaded dirs-sys-next v0.1.2
8812026-07-31T16:19:46.229Z Downloaded document-features v0.2.12
8822026-07-31T16:19:46.229Z Downloaded tokio-tungstenite v0.23.1
8832026-07-31T16:19:46.229Z Downloaded toml_writer v1.1.1+spec-1.1.0
8842026-07-31T16:19:46.232Z Downloaded vergen-lib v0.1.6
8852026-07-31T16:19:46.232Z Downloaded ident_case v1.0.1
8862026-07-31T16:19:46.232Z Downloaded walkdir v2.5.0
8872026-07-31T16:19:46.232Z Downloaded dropshot_endpoint v0.17.1
8882026-07-31T16:19:46.235Z Downloaded poly1305 v0.9.0
8892026-07-31T16:19:46.235Z Downloaded expectorate v1.2.0
8902026-07-31T16:19:46.239Z Downloaded r2d2 v0.8.10
8912026-07-31T16:19:46.239Z Downloaded derive_builder v0.20.2
8922026-07-31T16:19:46.242Z Downloaded rpassword v7.5.4
8932026-07-31T16:19:46.242Z Downloaded primeorder v0.13.6
8942026-07-31T16:19:46.242Z Downloaded vergen-lib v9.1.0
8952026-07-31T16:19:46.246Z Downloaded inout v0.1.4
8962026-07-31T16:19:46.249Z Downloaded blake3 v1.8.5
8972026-07-31T16:19:46.252Z Downloaded critical-section v1.2.0
8982026-07-31T16:19:46.252Z Downloaded kem v0.3.0
8992026-07-31T16:19:46.252Z Downloaded memoffset v0.9.1
9002026-07-31T16:19:46.255Z Downloaded data-encoding v2.10.0
9012026-07-31T16:19:46.259Z Downloaded pretty_assertions v1.4.1
9022026-07-31T16:19:46.262Z Downloaded qorb v0.4.1
9032026-07-31T16:19:46.265Z Downloaded ingot-macros v0.2.0
9042026-07-31T16:19:46.268Z Downloaded serde_with_macros v3.21.0
9052026-07-31T16:19:46.268Z Downloaded zerovec-derive v0.11.2
9062026-07-31T16:19:46.268Z Downloaded zstd-safe v7.2.4
9072026-07-31T16:19:46.271Z Downloaded num-iter v0.1.45
9082026-07-31T16:19:46.271Z Downloaded hickory-resolver v0.24.4
9092026-07-31T16:19:46.274Z Downloaded parse-size v1.1.0
9102026-07-31T16:19:46.277Z Downloaded schemars v1.2.1
9112026-07-31T16:19:46.287Z Downloaded toml_edit v0.19.15
9122026-07-31T16:19:46.296Z Downloaded oxide-update-engine-types v0.1.2
9132026-07-31T16:19:46.299Z Downloaded darling_core v0.13.4
9142026-07-31T16:19:46.301Z Downloaded nanorand v0.7.0
9152026-07-31T16:19:46.301Z Downloaded packed_struct v0.10.1
9162026-07-31T16:19:46.302Z Downloaded litrs v1.0.0
9172026-07-31T16:19:46.305Z Downloaded slog-envlogger v2.2.0
9182026-07-31T16:19:46.305Z Downloaded subtle v2.6.1
9192026-07-31T16:19:46.305Z Downloaded darling v0.13.4
9202026-07-31T16:19:46.308Z Downloaded rand_chacha v0.3.1
9212026-07-31T16:19:46.308Z Downloaded rand_pcg v0.10.2
9222026-07-31T16:19:46.308Z Downloaded scheduled-thread-pool v0.2.7
9232026-07-31T16:19:46.311Z Downloaded peg-macros v0.8.5
9242026-07-31T16:19:46.311Z Downloaded pin-project v1.1.11
9252026-07-31T16:19:46.316Z Downloaded pkcs5 v0.8.1
9262026-07-31T16:19:46.319Z Downloaded scopeguard v1.2.0
9272026-07-31T16:19:46.319Z Downloaded slog v2.8.2
9282026-07-31T16:19:46.322Z Downloaded zip v4.6.1
9292026-07-31T16:19:46.322Z Downloaded progenitor-impl v0.14.0
9302026-07-31T16:19:46.325Z Downloaded num-complex v0.4.6
9312026-07-31T16:19:46.325Z Downloaded toml_parser v1.1.2+spec-1.1.0
9322026-07-31T16:19:46.328Z Downloaded phc v0.6.1
9332026-07-31T16:19:46.328Z Downloaded time-core v0.1.8
9342026-07-31T16:19:46.328Z Downloaded zerotrie v0.2.3
9352026-07-31T16:19:46.331Z Downloaded zopfli v0.8.3
9362026-07-31T16:19:46.331Z Downloaded diesel-dtrace v0.5.0
9372026-07-31T16:19:46.331Z Downloaded try-lock v0.2.5
9382026-07-31T16:19:46.331Z Downloaded icu_normalizer_data v2.1.1
9392026-07-31T16:19:46.335Z Downloaded universal-hash v0.6.1
9402026-07-31T16:19:46.335Z Downloaded phf v0.12.1
9412026-07-31T16:19:46.335Z Downloaded proc-macro-error2 v2.0.1
9422026-07-31T16:19:46.338Z Downloaded rayon-core v1.13.0
9432026-07-31T16:19:46.338Z Downloaded derive-where v1.6.0
9442026-07-31T16:19:46.342Z Downloaded keccak v0.2.0
9452026-07-31T16:19:46.342Z Downloaded ipnetwork v0.21.1
9462026-07-31T16:19:46.345Z Downloaded der_derive v0.7.3
9472026-07-31T16:19:46.345Z Downloaded predicates v3.1.4
9482026-07-31T16:19:46.345Z Downloaded steno v0.4.1
9492026-07-31T16:19:46.348Z Downloaded diesel_derives v2.3.7
9502026-07-31T16:19:46.353Z Downloaded scuffle v0.1.0
9512026-07-31T16:19:46.353Z Downloaded indexmap v1.9.3
9522026-07-31T16:19:46.374Z Downloaded serde_with_macros v1.5.2
9532026-07-31T16:19:46.374Z Downloaded crc-catalog v2.4.0
9542026-07-31T16:19:46.374Z Downloaded darling_macro v0.13.4
9552026-07-31T16:19:46.374Z Downloaded digest-io v0.1.0
9562026-07-31T16:19:46.374Z Downloaded dtrace-parser v0.3.0
9572026-07-31T16:19:46.374Z Downloaded nu-ansi-term v0.50.3
9582026-07-31T16:19:46.378Z Downloaded oso-derive v0.27.3
9592026-07-31T16:19:46.378Z Downloaded postgres-protocol v0.6.10
9602026-07-31T16:19:46.378Z Downloaded crunchy v0.2.4
9612026-07-31T16:19:46.378Z Downloaded md5 v0.8.0
9622026-07-31T16:19:46.378Z Downloaded rand v0.10.1
9632026-07-31T16:19:46.378Z Downloaded darling_core v0.20.11
9642026-07-31T16:19:46.379Z Downloaded stable_deref_trait v1.2.1
9652026-07-31T16:19:46.379Z Downloaded omicron-zone-package v0.12.3
9662026-07-31T16:19:46.379Z Downloaded num_enum_derive v0.5.11
9672026-07-31T16:19:46.379Z Downloaded opaque-debug v0.3.1
9682026-07-31T16:19:46.379Z Downloaded lru-slab v0.1.2
9692026-07-31T16:19:46.379Z Downloaded daft-derive v0.1.7
9702026-07-31T16:19:46.379Z Downloaded aws-lc-rs v1.16.3
9712026-07-31T16:19:46.382Z Downloaded crossterm v0.28.1
9722026-07-31T16:19:46.386Z Downloaded hashbrown v0.12.3
9732026-07-31T16:19:46.389Z Downloaded vte v0.14.1
9742026-07-31T16:19:46.389Z Downloaded thiserror-no-std v2.0.2
9752026-07-31T16:19:46.393Z Downloaded hashbrown v0.13.2
9762026-07-31T16:19:46.396Z Downloaded num-traits v0.2.19
9772026-07-31T16:19:46.396Z Downloaded unicode-xid v0.2.6
9782026-07-31T16:19:46.396Z Downloaded aho-corasick v1.1.4
9792026-07-31T16:19:46.399Z Downloaded signal-hook-registry v1.4.8
9802026-07-31T16:19:46.399Z Downloaded proc-macro-error-attr2 v2.0.0
9812026-07-31T16:19:46.399Z Downloaded rfc6979 v0.6.0
9822026-07-31T16:19:46.402Z Downloaded rand v0.8.6
9832026-07-31T16:19:46.402Z Downloaded hashbrown v0.16.1
9842026-07-31T16:19:46.405Z Downloaded ecdsa v0.17.0
9852026-07-31T16:19:46.408Z Downloaded rustls-pki-types v1.14.0
9862026-07-31T16:19:46.411Z Downloaded zeroize_derive v1.5.0
9872026-07-31T16:19:46.416Z Downloaded precomputed-hash v0.1.1
9882026-07-31T16:19:46.416Z Downloaded sha1 v0.11.0
9892026-07-31T16:19:46.416Z Downloaded serde-big-array v0.5.1
9902026-07-31T16:19:46.419Z Downloaded want v0.3.1
9912026-07-31T16:19:46.419Z Downloaded tinyvec_macros v0.1.1
9922026-07-31T16:19:46.419Z Downloaded tokio-macros v2.7.0
9932026-07-31T16:19:46.422Z Downloaded defmt-parser v1.0.0
9942026-07-31T16:19:46.430Z Downloaded snafu v0.8.9
9952026-07-31T16:19:46.434Z Downloaded libxml v0.3.3
9962026-07-31T16:19:46.437Z Downloaded whoami v2.1.0
9972026-07-31T16:19:46.441Z Downloaded crypto-common v0.2.2
9982026-07-31T16:19:46.444Z Downloaded curve25519-dalek-derive v0.1.1
9992026-07-31T16:19:46.444Z Downloaded idna_adapter v1.2.1
10002026-07-31T16:19:46.447Z Downloaded toml_edit v0.23.10+spec-1.0.0
10012026-07-31T16:19:46.450Z Downloaded indoc v2.0.7
10022026-07-31T16:19:46.453Z Downloaded p256 v0.14.0
10032026-07-31T16:19:46.455Z Downloaded unicode_categories v0.1.1
10042026-07-31T16:19:46.455Z Downloaded crossterm v0.29.0
10052026-07-31T16:19:46.459Z Downloaded publicsuffix v2.3.0
10062026-07-31T16:19:46.462Z Downloaded term v0.7.0
10072026-07-31T16:19:46.464Z Downloaded packed_struct_codegen v0.10.1
10082026-07-31T16:19:46.464Z Downloaded password-hash v0.6.1
10092026-07-31T16:19:46.464Z Downloaded potential_utf v0.1.4
10102026-07-31T16:19:46.465Z Downloaded enum_dispatch v0.3.13
10112026-07-31T16:19:46.467Z Downloaded jiff-static v0.2.21
10122026-07-31T16:19:46.470Z Downloaded native-tls v0.2.18
10132026-07-31T16:19:46.471Z Downloaded openssl-macros v0.1.1
10142026-07-31T16:19:46.474Z Downloaded secrecy v0.10.3
10152026-07-31T16:19:46.477Z Downloaded signature v3.0.0
10162026-07-31T16:19:46.480Z Downloaded slog-bunyan v2.5.0
10172026-07-31T16:19:46.480Z Downloaded thiserror-impl-no-std v2.0.2
10182026-07-31T16:19:46.485Z Downloaded indicatif v0.18.4
10192026-07-31T16:19:46.489Z Downloaded elliptic-curve v0.14.1
10202026-07-31T16:19:46.489Z Downloaded elliptic-curve v0.13.8
10212026-07-31T16:19:46.494Z Downloaded recursive v0.1.1
10222026-07-31T16:19:46.494Z Downloaded recursive-proc-macro-impl v0.1.1
10232026-07-31T16:19:46.497Z Downloaded writeable v0.6.2
10242026-07-31T16:19:46.499Z Downloaded untrusted v0.7.1
10252026-07-31T16:19:46.499Z Downloaded yoke-derive v0.8.1
10262026-07-31T16:19:46.499Z Downloaded schemars v0.8.22
10272026-07-31T16:19:46.505Z Downloaded libbz2-rs-sys v0.2.2
10282026-07-31T16:19:46.508Z Downloaded progenitor v0.13.0
10292026-07-31T16:19:46.508Z Downloaded ecdsa v0.16.9
10302026-07-31T16:19:46.512Z Downloaded zstd v0.13.3
10312026-07-31T16:19:46.512Z Downloaded cpufeatures v0.3.0
10322026-07-31T16:19:46.512Z Downloaded rand_seeder v0.4.0
10332026-07-31T16:19:46.516Z Downloaded ssh-cipher v0.3.0
10342026-07-31T16:19:46.522Z Downloaded hashbrown v0.15.5
10352026-07-31T16:19:46.526Z Downloaded similar v2.7.0
10362026-07-31T16:19:46.526Z Downloaded socket2 v0.6.3
10372026-07-31T16:19:46.526Z Downloaded pbkdf2 v0.13.0
10382026-07-31T16:19:46.530Z Downloaded libscf-sys v1.2.0
10392026-07-31T16:19:46.530Z Downloaded mime v0.3.17
10402026-07-31T16:19:46.530Z Downloaded des v0.9.0
10412026-07-31T16:19:46.530Z Downloaded spki v0.7.3
10422026-07-31T16:19:46.533Z Downloaded libsw-core v0.3.2
10432026-07-31T16:19:46.533Z Downloaded lock_api v0.4.14
10442026-07-31T16:19:46.534Z Downloaded url v2.5.8
10452026-07-31T16:19:46.537Z Downloaded primefield v0.14.0
10462026-07-31T16:19:46.539Z Downloaded proc-macro-crate v1.3.1
10472026-07-31T16:19:46.539Z Downloaded indoc v1.0.9
10482026-07-31T16:19:46.543Z Downloaded is-terminal v0.4.17
10492026-07-31T16:19:46.543Z Downloaded http v1.4.2
10502026-07-31T16:19:46.555Z Downloaded ron v0.8.1
10512026-07-31T16:19:46.559Z Downloaded sha2 v0.11.0
10522026-07-31T16:19:46.562Z Downloaded term v1.2.1
10532026-07-31T16:19:46.565Z Downloaded twox-hash v2.1.2
10542026-07-31T16:19:46.565Z Downloaded libefi-sys v0.1.0
10552026-07-31T16:19:46.567Z Downloaded multer v3.1.0
10562026-07-31T16:19:46.567Z Downloaded module-lattice v0.2.3
10572026-07-31T16:19:46.570Z Downloaded strum_macros v0.26.4
10582026-07-31T16:19:46.570Z Downloaded trait-variant v0.1.2
10592026-07-31T16:19:46.573Z Downloaded wnaf v0.14.0
10602026-07-31T16:19:46.576Z Downloaded ed25519 v2.2.3
10612026-07-31T16:19:46.576Z Downloaded whoami v1.6.1
10622026-07-31T16:19:46.579Z Downloaded parking_lot v0.12.5
10632026-07-31T16:19:46.582Z Downloaded num-conv v0.2.0
10642026-07-31T16:19:46.582Z Downloaded pkcs1 v0.8.0-rc.4
10652026-07-31T16:19:46.582Z Downloaded itertools v0.13.0
10662026-07-31T16:19:46.585Z Downloaded salty v0.3.0
10672026-07-31T16:19:46.590Z Downloaded bitvec v1.0.1
10682026-07-31T16:19:46.599Z Downloaded semver v0.1.20
10692026-07-31T16:19:46.602Z Downloaded signature v2.2.0
10702026-07-31T16:19:46.602Z Downloaded structmeta v0.3.0
10712026-07-31T16:19:46.602Z Downloaded pkcs1 v0.7.5
10722026-07-31T16:19:46.602Z Downloaded serde_path_to_error v0.1.20
10732026-07-31T16:19:46.602Z Downloaded num v0.4.3
10742026-07-31T16:19:46.605Z Downloaded stacker v0.1.23
10752026-07-31T16:19:46.608Z Downloaded parking_lot_core v0.8.6
10762026-07-31T16:19:46.611Z Downloaded strip-ansi-escapes v0.2.1
10772026-07-31T16:19:46.611Z Downloaded strum v0.26.3
10782026-07-31T16:19:46.611Z Downloaded tokio-postgres v0.7.16
10792026-07-31T16:19:46.614Z Downloaded crypto-bigint v0.5.5
10802026-07-31T16:19:46.617Z Downloaded ryu v1.0.23
10812026-07-31T16:19:46.623Z Downloaded spin v0.9.8
10822026-07-31T16:19:46.627Z Downloaded strum_macros v0.24.3
10832026-07-31T16:19:46.627Z Downloaded zone v0.3.1
10842026-07-31T16:19:46.630Z Downloaded vergen-git2 v9.1.0
10852026-07-31T16:19:46.633Z Downloaded tokio-util v0.7.18
10862026-07-31T16:19:46.636Z Downloaded unicode-normalization v0.1.25
10872026-07-31T16:19:46.638Z Downloaded zip v0.6.6
10882026-07-31T16:19:46.641Z Downloaded tinyvec v1.10.0
10892026-07-31T16:19:46.641Z Downloaded ed25519 v3.0.0
10902026-07-31T16:19:46.644Z Downloaded same-file v1.0.6
10912026-07-31T16:19:46.644Z Downloaded darling v0.20.11
10922026-07-31T16:19:46.647Z Downloaded difflib v0.4.0
10932026-07-31T16:19:46.647Z Downloaded vergen-gitcl v1.0.8
10942026-07-31T16:19:46.647Z Downloaded reqwest v0.12.28
10952026-07-31T16:19:46.650Z Downloaded linked-hash-map v0.5.6
10962026-07-31T16:19:46.653Z Downloaded siphasher v1.0.2
10972026-07-31T16:19:46.656Z Downloaded zerovec v0.11.5
10982026-07-31T16:19:46.659Z Downloaded paste v1.0.15
10992026-07-31T16:19:46.662Z Downloaded pkcs8 v0.10.2
11002026-07-31T16:19:46.665Z Downloaded rfc6979 v0.4.0
11012026-07-31T16:19:46.665Z Downloaded derive_more v0.99.20
11022026-07-31T16:19:46.668Z Downloaded num_enum v0.5.11
11032026-07-31T16:19:46.670Z Downloaded poly1305 v0.8.0
11042026-07-31T16:19:46.673Z Downloaded h2 v0.4.15
11052026-07-31T16:19:46.676Z Downloaded reqwest v0.13.2
11062026-07-31T16:19:46.679Z Downloaded slog-async v2.8.0
11072026-07-31T16:19:46.684Z Downloaded schemars v0.9.0
11082026-07-31T16:19:46.688Z Downloaded quinn-udp v0.5.14
11092026-07-31T16:19:46.690Z Downloaded memmap2 v0.9.10
11102026-07-31T16:19:46.690Z Downloaded simd-adler32 v0.3.8
11112026-07-31T16:19:46.690Z Downloaded tokio-tungstenite v0.21.0
11122026-07-31T16:19:46.693Z Downloaded der v0.8.0
11132026-07-31T16:19:46.696Z Downloaded newtype-uuid-macros v0.1.0
11142026-07-31T16:19:46.699Z Downloaded ipnet v2.11.0
11152026-07-31T16:19:46.702Z Downloaded libsw v3.5.0
11162026-07-31T16:19:46.703Z Downloaded darling_core v0.21.3
11172026-07-31T16:19:46.705Z Downloaded darling_core v0.23.0
11182026-07-31T16:19:46.708Z Downloaded itertools v0.12.1
11192026-07-31T16:19:46.712Z Downloaded psl-types v2.0.11
11202026-07-31T16:19:46.714Z Downloaded enum-as-inner v0.6.1
11212026-07-31T16:19:46.714Z Downloaded typify v0.6.2
11222026-07-31T16:19:46.719Z Downloaded ed25519-dalek v3.0.0
11232026-07-31T16:19:46.723Z Downloaded tokio-rustls v0.26.4
11242026-07-31T16:19:46.726Z Downloaded cookie v0.18.1
11252026-07-31T16:19:46.729Z Downloaded percent-encoding v2.3.2
11262026-07-31T16:19:46.729Z Downloaded diff v0.1.13
11272026-07-31T16:19:46.729Z Downloaded psm v0.1.30
11282026-07-31T16:19:46.732Z Downloaded pkg-config v0.3.32
11292026-07-31T16:19:46.732Z Downloaded rusty-fork v0.3.1
11302026-07-31T16:19:46.736Z Downloaded usdt-attr-macro v0.6.0
11312026-07-31T16:19:46.739Z Downloaded dof v0.4.0
11322026-07-31T16:19:46.742Z Downloaded keccak v0.1.6
11332026-07-31T16:19:46.742Z Downloaded support-bundle-viewer v0.1.2
11342026-07-31T16:19:46.742Z Downloaded tiny-keccak v2.0.2
11352026-07-31T16:19:46.745Z Downloaded supports-color v3.0.2
11362026-07-31T16:19:46.748Z Downloaded unicase v2.9.0
11372026-07-31T16:19:46.748Z Downloaded xshell v0.2.7
11382026-07-31T16:19:46.757Z Downloaded icu_normalizer v2.1.1
11392026-07-31T16:19:46.760Z Downloaded derive-ex v0.1.8
11402026-07-31T16:19:46.763Z Downloaded darling_macro v0.20.11
11412026-07-31T16:19:46.766Z Downloaded radium v0.7.0
11422026-07-31T16:19:46.766Z Downloaded inout v0.2.2
11432026-07-31T16:19:46.766Z Downloaded idna v1.1.0
11442026-07-31T16:19:46.769Z Downloaded samael v0.0.19
11452026-07-31T16:19:46.772Z Downloaded hkdf v0.13.0
11462026-07-31T16:19:46.775Z Downloaded hyper v1.10.1
11472026-07-31T16:19:46.778Z Downloaded hkdf v0.12.4
11482026-07-31T16:19:46.778Z Downloaded usdt-impl v0.6.0
11492026-07-31T16:19:46.781Z Downloaded progenitor-client v0.14.0
11502026-07-31T16:19:46.781Z Downloaded scroll v0.13.0
11512026-07-31T16:19:46.781Z Downloaded crossbeam-deque v0.8.6
11522026-07-31T16:19:46.781Z Downloaded serde_bytes v0.11.19
11532026-07-31T16:19:46.784Z Downloaded peg-runtime v0.8.5
11542026-07-31T16:19:46.784Z Downloaded darling_macro v0.23.0
11552026-07-31T16:19:46.784Z Downloaded cookie_store v0.22.1
11562026-07-31T16:19:46.785Z Downloaded illumos-nvpair v0.3.0
11572026-07-31T16:19:46.785Z Downloaded futures-util v0.3.32
11582026-07-31T16:19:46.791Z Downloaded tracing-attributes v0.1.31
11592026-07-31T16:19:46.794Z Downloaded unicode-properties v0.1.4
11602026-07-31T16:19:46.794Z Downloaded serde_spanned v1.1.1
11612026-07-31T16:19:46.797Z Downloaded ingot-types v0.2.0
11622026-07-31T16:19:46.797Z Downloaded ignore v0.4.25
11632026-07-31T16:19:46.800Z Downloaded embedded-io v0.4.0
11642026-07-31T16:19:46.800Z Downloaded pkcs8 v0.11.0
11652026-07-31T16:19:46.803Z Downloaded icu_properties_data v2.1.2
11662026-07-31T16:19:46.806Z Downloaded termios v0.3.3
11672026-07-31T16:19:46.812Z Downloaded derive_more v2.1.1
11682026-07-31T16:19:46.819Z Downloaded crc-any v2.5.0
11692026-07-31T16:19:46.822Z Downloaded vergen v9.1.0
11702026-07-31T16:19:46.822Z Downloaded newtype_derive v0.1.6
11712026-07-31T16:19:46.826Z Downloaded num_enum v0.7.6
11722026-07-31T16:19:46.830Z Downloaded postgres-types v0.2.12
11732026-07-31T16:19:46.830Z Downloaded winnow v0.5.40
11742026-07-31T16:19:46.833Z Downloaded owo-colors v4.3.0
11752026-07-31T16:19:46.836Z Downloaded progenitor-client v0.13.0
11762026-07-31T16:19:46.836Z Downloaded regex v1.12.3
11772026-07-31T16:19:46.839Z Downloaded tui-tree-widget v0.23.1
11782026-07-31T16:19:46.839Z Downloaded bindgen v0.71.1
11792026-07-31T16:19:46.843Z Downloaded crc32fast v1.5.0
11802026-07-31T16:19:46.847Z Downloaded linear-map v1.2.0
11812026-07-31T16:19:46.847Z Downloaded oxide-update-engine-display v0.1.2
11822026-07-31T16:19:46.851Z Downloaded rustyline v14.0.0
11832026-07-31T16:19:46.855Z Downloaded serde_derive_internals v0.29.1
11842026-07-31T16:19:46.855Z Downloaded zerofrom-derive v0.1.6
11852026-07-31T16:19:46.855Z Downloaded delegate v0.13.5
11862026-07-31T16:19:46.855Z Downloaded zerocopy-derive v0.8.40
11872026-07-31T16:19:46.859Z Downloaded der v0.7.10
11882026-07-31T16:19:46.862Z Downloaded tar v0.4.46
11892026-07-31T16:19:46.865Z Downloaded zeroize v1.9.0
11902026-07-31T16:19:46.865Z Downloaded crossbeam-epoch v0.9.18
11912026-07-31T16:19:46.870Z Downloaded serde_with v3.21.0
11922026-07-31T16:19:46.877Z Downloaded x509-cert v0.2.5
11932026-07-31T16:19:46.881Z Downloaded miniz_oxide v0.8.9
11942026-07-31T16:19:46.884Z Downloaded zerocopy v0.6.6
11952026-07-31T16:19:46.887Z Downloaded nom v8.0.0
11962026-07-31T16:19:46.889Z Downloaded typed-path v0.9.3
11972026-07-31T16:19:46.892Z Downloaded unicode-bidi v0.3.18
11982026-07-31T16:19:46.895Z Downloaded chrono v0.4.45
11992026-07-31T16:19:46.898Z Downloaded icu_properties v2.1.2
12002026-07-31T16:19:46.901Z Downloaded rsa v0.9.10
12012026-07-31T16:19:46.904Z Downloaded unicode-segmentation v1.12.0
12022026-07-31T16:19:46.907Z Downloaded rand v0.9.2
12032026-07-31T16:19:46.909Z Downloaded mio v1.2.0
12042026-07-31T16:19:46.913Z Downloaded p384 v0.14.0
12052026-07-31T16:19:46.915Z Downloaded rustls-platform-verifier v0.6.2
12062026-07-31T16:19:46.918Z Downloaded drift v0.2.0
12072026-07-31T16:19:46.923Z Downloaded smf v0.2.3
12082026-07-31T16:19:46.926Z Downloaded tough v0.22.0
12092026-07-31T16:19:46.929Z Downloaded ssh-key v0.7.0-rc.11
12102026-07-31T16:19:46.934Z Downloaded zlib-rs v0.6.2
12112026-07-31T16:19:46.937Z Downloaded tokio-stream v0.1.18
12122026-07-31T16:19:46.940Z Downloaded portable-atomic v1.13.1
12132026-07-31T16:19:46.946Z Downloaded num-bigint-dig v0.8.6
12142026-07-31T16:19:46.949Z Downloaded reedline v0.40.0
12152026-07-31T16:19:46.953Z Downloaded libm v0.2.16
12162026-07-31T16:19:46.959Z Downloaded dropshot-api-manager v0.7.2
12172026-07-31T16:19:46.962Z Downloaded internal-russh-num-bigint v0.5.0
12182026-07-31T16:19:46.966Z Downloaded minimal-lexical v0.2.1
12192026-07-31T16:19:46.968Z Downloaded git2 v0.20.4
12202026-07-31T16:19:46.973Z Downloaded lalrpop v0.19.12
12212026-07-31T16:19:46.980Z Downloaded ed25519-dalek v2.2.0
12222026-07-31T16:19:46.983Z Downloaded tracing-core v0.1.36
12232026-07-31T16:19:46.999Z Downloaded itertools v0.14.0
12242026-07-31T16:19:47.003Z Downloaded rsa v0.10.0-rc.18
12252026-07-31T16:19:47.017Z Downloaded radix_trie v0.2.1
12262026-07-31T16:19:47.020Z Downloaded winnow v1.0.3
12272026-07-31T16:19:47.028Z Downloaded itertools v0.15.0
12282026-07-31T16:19:47.033Z Downloaded p384 v0.13.1
12292026-07-31T16:19:47.036Z Downloaded goblin v0.10.5
12302026-07-31T16:19:47.041Z Downloaded sha3 v0.12.0
12312026-07-31T16:19:47.044Z Downloaded rustls-webpki v0.103.13
12322026-07-31T16:19:47.048Z Downloaded tower v0.5.3
12332026-07-31T16:19:47.052Z Downloaded nom v7.1.3
12342026-07-31T16:19:47.055Z Downloaded derive_more-impl v2.1.1
12352026-07-31T16:19:47.059Z Downloaded itertools v0.10.5
12362026-07-31T16:19:47.072Z Downloaded serde_with v1.14.0
12372026-07-31T16:19:47.083Z Downloaded iri-string v0.7.10
12382026-07-31T16:19:47.088Z Downloaded winnow v0.6.26
12392026-07-31T16:19:47.093Z Downloaded bstr v1.12.1
12402026-07-31T16:19:47.106Z Downloaded proptest v1.11.0
12412026-07-31T16:19:47.116Z Downloaded tabled v0.20.0
12422026-07-31T16:19:47.131Z Downloaded rawzip v0.4.4
12432026-07-31T16:19:47.135Z Downloaded time v0.3.47
12442026-07-31T16:19:47.145Z Downloaded crypto-primes v0.7.2
12452026-07-31T16:19:47.149Z Downloaded tower-http v0.6.8
12462026-07-31T16:19:47.157Z Downloaded object v0.30.4
12472026-07-31T16:19:47.173Z Downloaded iddqd v0.4.2
12482026-07-31T16:19:47.179Z Downloaded vcpkg v0.2.15
12492026-07-31T16:19:47.205Z Downloaded polar-core v0.27.3
12502026-07-31T16:19:47.210Z Downloaded russh v0.62.4
12512026-07-31T16:19:47.215Z Downloaded rayon v1.11.0
12522026-07-31T16:19:47.221Z Downloaded quinn-proto v0.11.16
12532026-07-31T16:19:47.225Z Downloaded regex-syntax v0.6.29
12542026-07-31T16:19:47.230Z Downloaded quick-xml v0.37.5
12552026-07-31T16:19:47.245Z Downloaded nix v0.27.1
12562026-07-31T16:19:47.261Z Downloaded zerocopy v0.8.40
12572026-07-31T16:19:47.267Z Downloaded moka v0.12.13
12582026-07-31T16:19:47.275Z Downloaded rustix v0.38.44
12592026-07-31T16:19:47.290Z Downloaded openapiv3 v2.2.0
12602026-07-31T16:19:47.297Z Downloaded petname v2.0.2
12612026-07-31T16:19:47.303Z Downloaded hickory-proto v0.24.4
12622026-07-31T16:19:47.308Z Downloaded crypto-bigint v0.7.5
12632026-07-31T16:19:47.317Z Downloaded regex-syntax v0.8.10
12642026-07-31T16:19:47.321Z Downloaded nix v0.28.0
12652026-07-31T16:19:47.326Z Downloaded object v0.37.3
12662026-07-31T16:19:47.332Z Downloaded hickory-proto v0.25.2
12672026-07-31T16:19:47.341Z Downloaded rustls v0.23.41
12682026-07-31T16:19:47.347Z Downloaded openssl v0.10.79
12692026-07-31T16:19:47.352Z Downloaded curve25519-dalek v4.1.3
12702026-07-31T16:19:47.357Z Downloaded regress v0.11.1
12712026-07-31T16:19:47.362Z Downloaded smoltcp v0.9.1
12722026-07-31T16:19:47.367Z Downloaded sled v0.34.7
12732026-07-31T16:19:47.373Z Downloaded smoltcp v0.11.0
12742026-07-31T16:19:47.386Z Downloaded nix v0.31.2
12752026-07-31T16:19:47.396Z Downloaded dropshot v0.17.1
12762026-07-31T16:19:47.408Z Downloaded sqlparser v0.61.0
12772026-07-31T16:19:47.413Z Downloaded typify-impl v0.6.2
12782026-07-31T16:19:47.420Z Downloaded curve25519-dalek v5.0.0
12792026-07-31T16:19:47.425Z Downloaded ratatui v0.29.0
12802026-07-31T16:19:47.436Z Downloaded regress v0.10.5
12812026-07-31T16:19:47.440Z Downloaded zerocopy-derive v0.6.6
12822026-07-31T16:19:47.454Z Downloaded bzip2-sys v0.1.13+1.0.8
12832026-07-31T16:19:47.460Z Downloaded tracing v0.1.44
12842026-07-31T16:19:47.470Z Downloaded sha3 v0.11.0
12852026-07-31T16:19:47.476Z Downloaded diesel v2.3.7
12862026-07-31T16:19:47.489Z Downloaded regex-automata v0.4.14
12872026-07-31T16:19:47.523Z Downloaded chrono-tz v0.10.4
12882026-07-31T16:19:47.532Z Downloaded petgraph v0.6.5
12892026-07-31T16:19:47.554Z Downloaded petgraph v0.8.3
12902026-07-31T16:19:47.566Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12912026-07-31T16:19:47.575Z Downloaded jiff v0.2.21
12922026-07-31T16:19:47.589Z Downloaded sha3 v0.10.8
12932026-07-31T16:19:47.592Z Downloaded tokio v1.52.1
12942026-07-31T16:19:47.614Z Downloaded csv v1.4.0
12952026-07-31T16:19:47.624Z Downloaded libz-sys v1.1.24
12962026-07-31T16:19:47.717Z Downloaded encoding_rs v0.8.35
12972026-07-31T16:19:47.779Z Downloaded ring v0.17.14
12982026-07-31T16:19:47.821Z Downloaded libgit2-sys v0.18.3+1.9.2
12992026-07-31T16:19:48.313Z Downloaded aws-lc-sys v0.40.0
13002026-07-31T16:19:48.564Z Compiling libc v0.2.185
13012026-07-31T16:19:48.564Z Compiling serde_core v1.0.228
13022026-07-31T16:19:48.567Z Compiling serde v1.0.228
13032026-07-31T16:19:48.568Z Compiling log v0.4.29
13042026-07-31T16:19:48.568Z Compiling smallvec v1.15.1
13052026-07-31T16:19:48.568Z Compiling find-msvc-tools v0.1.9
13062026-07-31T16:19:48.568Z Compiling shlex v1.3.0
13072026-07-31T16:19:48.568Z Compiling subtle v2.6.1
13082026-07-31T16:19:48.568Z Compiling scopeguard v1.2.0
13092026-07-31T16:19:48.749Z Compiling stable_deref_trait v1.2.1
13102026-07-31T16:19:48.773Z Compiling typenum v1.20.1
13112026-07-31T16:19:48.786Z Compiling serde_json v1.0.151
13122026-07-31T16:19:48.826Z Compiling portable-atomic v1.13.1
13132026-07-31T16:19:48.829Z Compiling zerocopy v0.8.40
13142026-07-31T16:19:48.853Z Compiling syn v2.0.117
13152026-07-31T16:19:48.880Z Compiling lock_api v0.4.14
13162026-07-31T16:19:48.895Z Compiling pin-project-lite v0.2.17
13172026-07-31T16:19:48.909Z Compiling parking_lot_core v0.9.12
13182026-07-31T16:19:48.913Z Compiling libm v0.2.16
13192026-07-31T16:19:48.946Z Compiling pkg-config v0.3.32
13202026-07-31T16:19:48.964Z Compiling getrandom v0.4.1
13212026-07-31T16:19:49.011Z Compiling critical-section v1.2.0
13222026-07-31T16:19:49.015Z Compiling num-traits v0.2.19
13232026-07-31T16:19:49.085Z Compiling rand_core v0.10.0
13242026-07-31T16:19:49.088Z Compiling futures-core v0.3.32
13252026-07-31T16:19:49.119Z Compiling generic-array v0.14.7
13262026-07-31T16:19:49.162Z Compiling const-oid v0.9.6
13272026-07-31T16:19:49.166Z Compiling litemap v0.8.1
13282026-07-31T16:19:49.225Z Compiling percent-encoding v2.3.2
13292026-07-31T16:19:49.287Z Compiling writeable v0.6.2
13302026-07-31T16:19:49.302Z Compiling icu_properties_data v2.1.2
13312026-07-31T16:19:49.364Z Compiling icu_normalizer_data v2.1.1
13322026-07-31T16:19:49.393Z Compiling futures-sink v0.3.32
13332026-07-31T16:19:49.422Z Compiling futures-io v0.3.32
13342026-07-31T16:19:49.447Z Compiling futures-task v0.3.32
13352026-07-31T16:19:49.451Z Compiling slab v0.4.12
13362026-07-31T16:19:49.451Z Compiling utf8_iter v1.0.4
13372026-07-31T16:19:49.497Z Compiling futures-channel v0.3.32
13382026-07-31T16:19:49.539Z Compiling form_urlencoded v1.2.2
13392026-07-31T16:19:49.557Z Compiling rustversion v1.0.22
13402026-07-31T16:19:49.614Z Compiling getrandom v0.3.4
13412026-07-31T16:19:49.651Z Compiling ident_case v1.0.1
13422026-07-31T16:19:49.666Z Compiling jobserver v0.1.34
13432026-07-31T16:19:49.669Z Compiling errno v0.3.14
13442026-07-31T16:19:49.669Z Compiling getrandom v0.2.17
13452026-07-31T16:19:49.749Z Compiling mio v1.2.0
13462026-07-31T16:19:49.766Z Compiling socket2 v0.6.3
13472026-07-31T16:19:49.769Z Compiling dunce v1.0.5
13482026-07-31T16:19:49.808Z Compiling signal-hook-registry v1.4.8
13492026-07-31T16:19:49.862Z Compiling rand_core v0.6.4
13502026-07-31T16:19:49.908Z Compiling cc v1.2.56
13512026-07-31T16:19:49.932Z Compiling once_cell v1.21.3
13522026-07-31T16:19:49.947Z Compiling parking_lot v0.12.5
13532026-07-31T16:19:49.989Z Compiling iana-time-zone v0.1.65
13542026-07-31T16:19:50.007Z Compiling rustix v1.1.3
13552026-07-31T16:19:50.040Z Compiling fs_extra v1.3.0
13562026-07-31T16:19:50.064Z Compiling regex-syntax v0.8.10
13572026-07-31T16:19:50.155Z Compiling vcpkg v0.2.15
13582026-07-31T16:19:50.170Z Compiling base64 v0.22.1
13592026-07-31T16:19:50.201Z Compiling base64ct v1.8.3
13602026-07-31T16:19:50.204Z Compiling tracing-core v0.1.36
13612026-07-31T16:19:50.232Z Compiling flagset v0.4.7
13622026-07-31T16:19:50.322Z Compiling aws-lc-rs v1.16.3
13632026-07-31T16:19:50.336Z Compiling tinyvec_macros v0.1.1
13642026-07-31T16:19:50.376Z Compiling dyn-clone v1.0.20
13652026-07-31T16:19:50.418Z Compiling cmov v0.5.4
13662026-07-31T16:19:50.475Z Compiling rand_core v0.9.5
13672026-07-31T16:19:50.509Z Compiling pem-rfc7468 v0.7.0
13682026-07-31T16:19:50.524Z Compiling openssl-probe v0.2.1
13692026-07-31T16:19:50.540Z Compiling schemars v0.8.22
13702026-07-31T16:19:50.543Z Compiling httparse v1.10.1
13712026-07-31T16:19:50.621Z Compiling ctutils v0.4.2
13722026-07-31T16:19:50.635Z Compiling cmake v0.1.57
13732026-07-31T16:19:50.649Z Compiling tinyvec v1.10.0
13742026-07-31T16:19:50.652Z Compiling aho-corasick v1.1.4
13752026-07-31T16:19:50.716Z Compiling atomic-waker v1.1.2
13762026-07-31T16:19:50.781Z Compiling untrusted v0.7.1
13772026-07-31T16:19:50.784Z Compiling tower-service v0.3.3
13782026-07-31T16:19:50.784Z Compiling try-lock v0.2.5
13792026-07-31T16:19:50.811Z Compiling tower-layer v0.3.3
13802026-07-31T16:19:50.838Z Compiling cpufeatures v0.2.17
13812026-07-31T16:19:50.859Z Compiling untrusted v0.9.0
13822026-07-31T16:19:50.874Z Compiling httpdate v1.0.3
13832026-07-31T16:19:50.890Z Compiling openssl v0.10.79
13842026-07-31T16:19:50.922Z Compiling bitflags v2.11.0
13852026-07-31T16:19:50.925Z Compiling semver v1.0.28
13862026-07-31T16:19:50.925Z Compiling indexmap v2.14.0
13872026-07-31T16:19:50.964Z Compiling uuid v1.23.4
13882026-07-31T16:19:50.994Z Compiling want v0.3.1
13892026-07-31T16:19:51.023Z Compiling rustls v0.23.41
13902026-07-31T16:19:51.060Z Compiling foreign-types-shared v0.1.1
13912026-07-31T16:19:51.127Z Compiling unicode-normalization v0.1.25
13922026-07-31T16:19:51.142Z Compiling foreign-types v0.3.2
13932026-07-31T16:19:51.159Z Compiling rustc_version v0.4.1
13942026-07-31T16:19:51.174Z Compiling spin v0.9.8
13952026-07-31T16:19:51.191Z Compiling num-conv v0.2.0
13962026-07-31T16:19:51.217Z Compiling powerfmt v0.2.0
13972026-07-31T16:19:51.232Z Compiling native-tls v0.2.18
13982026-07-31T16:19:51.271Z Compiling time-core v0.1.8
13992026-07-31T16:19:51.356Z Compiling crc32fast v1.5.0
14002026-07-31T16:19:51.410Z Compiling deranged v0.5.8
14012026-07-31T16:19:51.425Z Compiling wait-timeout v0.2.1
14022026-07-31T16:19:51.455Z Compiling sync_wrapper v1.0.2
14032026-07-31T16:19:51.458Z Compiling time-macros v0.2.27
14042026-07-31T16:19:51.486Z Compiling crossbeam-utils v0.8.21
14052026-07-31T16:19:51.504Z Compiling aws-lc-sys v0.40.0
14062026-07-31T16:19:51.519Z Compiling openssl-sys v0.9.115
14072026-07-31T16:19:51.573Z Compiling regex-automata v0.4.14
14082026-07-31T16:19:51.644Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14092026-07-31T16:19:51.660Z Compiling siphasher v1.0.2
14102026-07-31T16:19:51.690Z Compiling quick-error v1.2.3
14112026-07-31T16:19:51.712Z Compiling synstructure v0.13.2
14122026-07-31T16:19:51.727Z Compiling serde_derive_internals v0.29.1
14132026-07-31T16:19:51.791Z Compiling pest_generator v2.8.6
14142026-07-31T16:19:51.811Z Compiling darling_core v0.20.11
14152026-07-31T16:19:51.865Z Compiling num_threads v0.1.7
14162026-07-31T16:19:51.977Z Compiling syn v1.0.109
14172026-07-31T16:19:52.056Z Compiling tempfile v3.25.0
14182026-07-31T16:19:52.262Z Compiling simd-adler32 v0.3.8
14192026-07-31T16:19:52.339Z Compiling bit-vec v0.8.0
14202026-07-31T16:19:52.408Z Compiling usdt-impl v0.6.0
14212026-07-31T16:19:52.479Z Compiling rusty-fork v0.3.1
14222026-07-31T16:19:52.531Z Compiling darling_core v0.23.0
14232026-07-31T16:19:52.555Z Compiling bit-set v0.8.0
14242026-07-31T16:19:52.572Z Compiling heapless v0.7.17
14252026-07-31T16:19:52.588Z Compiling bzip2-sys v0.1.13+1.0.8
14262026-07-31T16:19:52.605Z Compiling rand_xorshift v0.4.0
14272026-07-31T16:19:52.619Z Compiling time v0.3.47
14282026-07-31T16:19:52.662Z Compiling slog v2.8.2
14292026-07-31T16:19:52.690Z Compiling thread-id v5.1.0
14302026-07-31T16:19:52.730Z Compiling cookie v0.18.1
14312026-07-31T16:19:52.733Z Compiling anyhow v1.0.102
14322026-07-31T16:19:52.781Z Compiling signal-hook v0.3.18
14332026-07-31T16:19:52.801Z Compiling allocator-api2 v0.2.21
14342026-07-31T16:19:52.820Z Compiling ryu v1.0.23
14352026-07-31T16:19:52.820Z Compiling iri-string v0.7.10
14362026-07-31T16:19:52.850Z Compiling unarray v0.1.4
14372026-07-31T16:19:52.873Z Compiling adler2 v2.0.1
14382026-07-31T16:19:52.893Z Compiling paste v1.0.15
14392026-07-31T16:19:52.942Z Compiling zstd-safe v7.2.4
14402026-07-31T16:19:52.975Z Compiling unicode-bidi v0.3.18
14412026-07-31T16:19:52.992Z Compiling unicode-properties v0.1.4
14422026-07-31T16:19:53.038Z Compiling miniz_oxide v0.8.9
14432026-07-31T16:19:53.198Z Compiling camino v1.2.2
14442026-07-31T16:19:53.254Z Compiling curve25519-dalek v4.1.3
14452026-07-31T16:19:53.316Z Compiling stringprep v0.1.5
14462026-07-31T16:19:53.503Z Compiling serde_derive v1.0.228
14472026-07-31T16:19:53.540Z Compiling zeroize_derive v1.5.0
14482026-07-31T16:19:53.612Z Compiling zerofrom-derive v0.1.6
14492026-07-31T16:19:53.627Z Compiling yoke-derive v0.8.1
14502026-07-31T16:19:53.687Z Compiling zerovec-derive v0.11.2
14512026-07-31T16:19:53.747Z Compiling zerocopy-derive v0.8.40
14522026-07-31T16:19:53.777Z Compiling displaydoc v0.2.5
14532026-07-31T16:19:53.878Z Compiling tokio-macros v2.7.0
14542026-07-31T16:19:54.229Z Compiling futures-macro v0.3.32
14552026-07-31T16:19:54.245Z Compiling zeroize v1.9.0
14562026-07-31T16:19:54.263Z Compiling tracing-attributes v0.1.31
14572026-07-31T16:19:54.473Z Compiling der_derive v0.7.3
14582026-07-31T16:19:54.567Z Compiling thiserror-impl v2.0.18
14592026-07-31T16:19:54.652Z Compiling rustls-pki-types v1.14.0
14602026-07-31T16:19:54.864Z Compiling schemars_derive v0.8.22
14612026-07-31T16:19:54.864Z Compiling hybrid-array v0.4.13
14622026-07-31T16:19:55.049Z Compiling crypto-common v0.1.7
14632026-07-31T16:19:55.079Z Compiling zerofrom v0.1.6
14642026-07-31T16:19:55.110Z Compiling futures-util v0.3.32
14652026-07-31T16:19:55.146Z Compiling block-buffer v0.10.4
14662026-07-31T16:19:55.162Z Compiling pest_derive v2.8.6
14672026-07-31T16:19:55.214Z Compiling yoke v0.8.1
14682026-07-31T16:19:55.230Z Compiling scroll_derive v0.13.1
14692026-07-31T16:19:55.339Z Compiling digest v0.10.7
14702026-07-31T16:19:55.429Z Compiling zerovec v0.11.5
14712026-07-31T16:19:55.508Z Compiling zerotrie v0.2.3
14722026-07-31T16:19:55.624Z Compiling der v0.7.10
14732026-07-31T16:19:55.652Z Compiling tracing v0.1.44
14742026-07-31T16:19:55.668Z Compiling darling_macro v0.20.11
14752026-07-31T16:19:55.705Z Compiling openssl-macros v0.1.1
14762026-07-31T16:19:55.834Z Compiling hmac v0.12.1
14772026-07-31T16:19:55.863Z Compiling sha2 v0.10.9
14782026-07-31T16:19:55.950Z Compiling tinystr v0.8.2
14792026-07-31T16:19:55.977Z Compiling potential_utf v0.1.4
14802026-07-31T16:19:55.993Z Compiling thiserror v2.0.18
14812026-07-31T16:19:56.017Z Compiling thiserror-impl v1.0.69
14822026-07-31T16:19:56.097Z Compiling scroll v0.13.0
14832026-07-31T16:19:56.120Z Compiling icu_locale_core v2.1.1
14842026-07-31T16:19:56.152Z Compiling icu_collections v2.1.1
14852026-07-31T16:19:56.184Z Compiling dtrace-parser v0.3.0
14862026-07-31T16:19:56.222Z Compiling scroll_derive v0.12.1
14872026-07-31T16:19:56.236Z Compiling darling v0.20.11
14882026-07-31T16:19:56.328Z Compiling derive_builder_core v0.20.2
14892026-07-31T16:19:56.393Z Compiling goblin v0.10.5
14902026-07-31T16:19:56.649Z Compiling spki v0.7.3
14912026-07-31T16:19:56.853Z Compiling icu_provider v2.1.1
14922026-07-31T16:19:56.902Z Compiling pkcs8 v0.10.2
14932026-07-31T16:19:56.921Z Compiling scroll v0.12.0
14942026-07-31T16:19:56.937Z Compiling crypto-common v0.2.2
14952026-07-31T16:19:57.027Z Compiling bytes v1.11.1
14962026-07-31T16:19:57.085Z Compiling chrono v0.4.45
14972026-07-31T16:19:57.155Z Compiling icu_normalizer v2.1.1
14982026-07-31T16:19:57.181Z Compiling icu_properties v2.1.2
14992026-07-31T16:19:57.201Z Compiling ipnet v2.11.0
15002026-07-31T16:19:57.216Z Compiling serde_spanned v0.6.9
15012026-07-31T16:19:57.230Z Compiling derive_builder_macro v0.20.2
15022026-07-31T16:19:57.234Z Compiling hex v0.4.3
15032026-07-31T16:19:57.379Z Compiling thiserror v1.0.69
15042026-07-31T16:19:57.419Z Compiling toml_datetime v0.6.11
15052026-07-31T16:19:57.503Z Compiling serde_tokenstream v0.2.3
15062026-07-31T16:19:57.519Z Compiling tokio v1.52.1
15072026-07-31T16:19:57.534Z Compiling http v1.4.2
15082026-07-31T16:19:57.677Z Compiling erased-serde v0.3.31
15092026-07-31T16:19:57.707Z Compiling serde_urlencoded v0.7.1
15102026-07-31T16:19:57.779Z Compiling block-buffer v0.12.1
15112026-07-31T16:19:57.782Z Compiling block-padding v0.4.2
15122026-07-31T16:19:57.808Z Compiling signature v2.2.0
15132026-07-31T16:19:57.831Z Compiling md-5 v0.10.6
15142026-07-31T16:19:57.962Z Compiling darling_macro v0.23.0
15152026-07-31T16:19:57.977Z Compiling rustls-native-certs v0.8.3
15162026-07-31T16:19:58.009Z Compiling bstr v1.12.1
15172026-07-31T16:19:58.025Z Compiling async-trait v0.1.89
15182026-07-31T16:19:58.028Z Compiling zerocopy-derive v0.7.35
15192026-07-31T16:19:58.188Z Compiling idna_adapter v1.2.1
15202026-07-31T16:19:58.285Z Compiling ppv-lite86 v0.2.21
15212026-07-31T16:19:58.348Z Compiling idna v1.1.0
15222026-07-31T16:19:58.406Z Compiling http-body v1.0.1
15232026-07-31T16:19:58.431Z Compiling pin-project-internal v1.1.11
15242026-07-31T16:19:58.501Z Compiling num-integer v0.1.46
15252026-07-31T16:19:58.566Z Compiling http-body-util v0.1.3
15262026-07-31T16:19:58.581Z Compiling vergen-lib v9.1.0
15272026-07-31T16:19:58.634Z Compiling rand_chacha v0.9.0
15282026-07-31T16:19:58.685Z Compiling url v2.5.8
15292026-07-31T16:19:58.764Z Compiling rand_chacha v0.3.1
15302026-07-31T16:19:58.781Z Compiling hash32 v0.2.1
15312026-07-31T16:19:58.825Z Compiling memoffset v0.9.1
15322026-07-31T16:19:58.839Z Compiling rand v0.9.2
15332026-07-31T16:19:58.854Z Compiling encoding_rs v0.8.35
15342026-07-31T16:19:58.945Z Compiling psl-types v2.0.11
15352026-07-31T16:19:58.987Z Compiling rustix v0.38.44
15362026-07-31T16:19:59.032Z Compiling fallible-iterator v0.2.0
15372026-07-31T16:19:59.046Z Compiling cfg_aliases v0.2.1
15382026-07-31T16:19:59.084Z Compiling num-bigint-dig v0.8.6
15392026-07-31T16:19:59.088Z Compiling zlib-rs v0.6.2
15402026-07-31T16:19:59.132Z Compiling litrs v1.0.0
15412026-07-31T16:19:59.294Z Compiling dof v0.4.0
15422026-07-31T16:19:59.356Z Compiling ref-cast v1.0.25
15432026-07-31T16:19:59.371Z Compiling mime v0.3.17
15442026-07-31T16:19:59.371Z Compiling smoltcp v0.9.1
15452026-07-31T16:19:59.518Z Compiling proptest v1.11.0
15462026-07-31T16:19:59.568Z Compiling postgres-protocol v0.6.10
15472026-07-31T16:19:59.587Z Compiling pin-project v1.1.11
15482026-07-31T16:19:59.657Z Compiling document-features v0.2.12
15492026-07-31T16:19:59.699Z Compiling nix v0.31.2
15502026-07-31T16:19:59.713Z Compiling publicsuffix v2.3.0
15512026-07-31T16:19:59.744Z Compiling rand v0.8.6
15522026-07-31T16:19:59.777Z Compiling zerocopy v0.7.35
15532026-07-31T16:19:59.920Z Compiling num-iter v0.1.45
15542026-07-31T16:20:00.120Z Compiling ipnetwork v0.21.1
15552026-07-31T16:20:00.139Z Compiling darling v0.23.0
15562026-07-31T16:20:00.274Z Compiling inout v0.2.2
15572026-07-31T16:20:00.336Z Compiling derive_builder v0.20.2
15582026-07-31T16:20:00.354Z Compiling oxnet v0.1.6
15592026-07-31T16:20:00.384Z Compiling hubpack_derive v0.1.1
15602026-07-31T16:20:00.460Z Compiling futures-executor v0.3.32
15612026-07-31T16:20:00.473Z Compiling goblin v0.8.2
15622026-07-31T16:20:00.489Z Compiling regex v1.12.3
15632026-07-31T16:20:00.614Z Compiling daft-derive v0.1.7
15642026-07-31T16:20:00.629Z Compiling strum_macros v0.27.2
15652026-07-31T16:20:00.651Z Compiling snafu-derive v0.8.9
15662026-07-31T16:20:00.667Z Compiling ref-cast-impl v1.0.25
15672026-07-31T16:20:00.671Z Compiling curve25519-dalek-derive v0.1.1
15682026-07-31T16:20:00.870Z Compiling terminal_size v0.4.3
15692026-07-31T16:20:00.921Z Compiling phf_shared v0.13.1
15702026-07-31T16:20:01.029Z Compiling lazy_static v1.5.0
15712026-07-31T16:20:01.074Z Compiling cargo-platform v0.3.2
15722026-07-31T16:20:01.099Z Compiling anstyle-parse v0.2.7
15732026-07-31T16:20:01.126Z Compiling vergen v9.1.0
15742026-07-31T16:20:01.141Z Compiling ff v0.13.1
15752026-07-31T16:20:01.175Z Compiling fs-err v3.3.0
15762026-07-31T16:20:01.246Z Compiling ahash v0.8.12
15772026-07-31T16:20:01.273Z Compiling base16ct v0.2.0
15782026-07-31T16:20:01.302Z Compiling foldhash v0.2.0
15792026-07-31T16:20:01.317Z Compiling libbz2-rs-sys v0.2.2
15802026-07-31T16:20:01.334Z Compiling same-file v1.0.6
15812026-07-31T16:20:01.376Z Compiling tokio-util v0.7.18
15822026-07-31T16:20:01.392Z Compiling tower v0.5.3
15832026-07-31T16:20:01.395Z Compiling tokio-native-tls v0.3.1
15842026-07-31T16:20:01.395Z Compiling bitflags v1.3.2
15852026-07-31T16:20:01.464Z Compiling managed v0.8.0
15862026-07-31T16:20:01.479Z Compiling bumpalo v3.20.2
15872026-07-31T16:20:01.519Z Compiling object v0.37.3
15882026-07-31T16:20:01.525Z Compiling foldhash v0.1.5
15892026-07-31T16:20:01.541Z Compiling winnow v0.5.40
15902026-07-31T16:20:01.600Z Compiling unicode-segmentation v1.12.0
15912026-07-31T16:20:01.691Z Compiling zopfli v0.8.3
15922026-07-31T16:20:01.714Z Compiling hashbrown v0.15.5
15932026-07-31T16:20:01.745Z Compiling bzip2 v0.6.1
15942026-07-31T16:20:01.804Z Compiling tower-http v0.6.8
15952026-07-31T16:20:01.898Z Compiling newtype-uuid v1.3.2
15962026-07-31T16:20:01.964Z Compiling flate2 v1.1.9
15972026-07-31T16:20:02.063Z Compiling h2 v0.4.15
15982026-07-31T16:20:02.258Z Compiling daft v0.1.7
15992026-07-31T16:20:02.364Z Compiling hashbrown v0.16.1
16002026-07-31T16:20:02.379Z Compiling walkdir v2.5.0
16012026-07-31T16:20:02.420Z Compiling sec1 v0.7.3
16022026-07-31T16:20:02.523Z Compiling clap_builder v4.6.0
16032026-07-31T16:20:02.575Z Compiling cargo_metadata v0.23.1
16042026-07-31T16:20:02.591Z Compiling snafu v0.8.9
16052026-07-31T16:20:02.615Z Compiling group v0.13.0
16062026-07-31T16:20:02.643Z Compiling strum v0.27.2
16072026-07-31T16:20:02.738Z Compiling dof v0.3.0
16082026-07-31T16:20:02.791Z Compiling anstream v0.6.21
16092026-07-31T16:20:02.843Z Compiling phf v0.13.1
16102026-07-31T16:20:02.914Z Compiling toml_edit v0.19.15
16112026-07-31T16:20:02.972Z Compiling signal-hook-mio v0.2.5
16122026-07-31T16:20:03.016Z Compiling hubpack v0.1.2
16132026-07-31T16:20:03.084Z Compiling cookie_store v0.22.1
16142026-07-31T16:20:03.104Z Compiling usdt-attr-macro v0.6.0
16152026-07-31T16:20:03.124Z Compiling usdt-macro v0.6.0
16162026-07-31T16:20:03.258Z Compiling futures v0.3.32
16172026-07-31T16:20:03.356Z Compiling bzip2 v0.4.4
16182026-07-31T16:20:03.379Z Compiling cipher v0.5.2
16192026-07-31T16:20:03.443Z Compiling zstd v0.13.3
16202026-07-31T16:20:03.492Z Compiling serde_with_macros v3.21.0
16212026-07-31T16:20:03.620Z Compiling postgres-types v0.2.12
16222026-07-31T16:20:03.769Z Compiling globset v0.4.18
16232026-07-31T16:20:03.815Z Compiling ed25519 v2.2.3
16242026-07-31T16:20:03.956Z Compiling dtrace-parser v0.2.0
16252026-07-31T16:20:03.980Z Compiling pkcs1 v0.7.5
16262026-07-31T16:20:03.995Z Compiling serde-big-array v0.5.1
16272026-07-31T16:20:04.045Z Compiling serde_plain v1.0.2
16282026-07-31T16:20:04.157Z Compiling olpc-cjson v0.1.4
16292026-07-31T16:20:04.204Z Compiling hkdf v0.12.4
16302026-07-31T16:20:04.264Z Compiling crypto-bigint v0.5.5
16312026-07-31T16:20:04.338Z Compiling clap_derive v4.6.1
16322026-07-31T16:20:04.392Z Compiling serde_repr v0.1.20
16332026-07-31T16:20:04.406Z Compiling enum-as-inner v0.6.1
16342026-07-31T16:20:04.467Z Compiling async-recursion v1.1.1
16352026-07-31T16:20:04.672Z Compiling strum_macros v0.26.4
16362026-07-31T16:20:04.730Z Compiling phf_shared v0.11.3
16372026-07-31T16:20:04.745Z Compiling float-cmp v0.10.0
16382026-07-31T16:20:04.861Z Compiling pem v3.0.6
16392026-07-31T16:20:04.920Z Compiling memmap2 v0.9.10
16402026-07-31T16:20:04.936Z Compiling thread-id v4.2.2
16412026-07-31T16:20:04.959Z Compiling env_filter v1.0.0
16422026-07-31T16:20:04.974Z Compiling difflib v0.4.0
16432026-07-31T16:20:05.032Z Compiling data-encoding v2.10.0
16442026-07-31T16:20:05.153Z Compiling fixedbitset v0.4.2
16452026-07-31T16:20:05.153Z Compiling winnow v1.0.3
16462026-07-31T16:20:05.205Z Compiling keccak v0.1.6
16472026-07-31T16:20:05.279Z Compiling fixedbitset v0.5.7
16482026-07-31T16:20:05.389Z Compiling hyper v1.10.1
16492026-07-31T16:20:05.495Z Compiling predicates-core v1.0.10
16502026-07-31T16:20:05.543Z Compiling precomputed-hash v0.1.1
16512026-07-31T16:20:05.561Z Compiling cpufeatures v0.3.0
16522026-07-31T16:20:05.624Z Compiling jiff v0.2.21
16532026-07-31T16:20:05.627Z Compiling typed-path v0.9.3
16542026-07-31T16:20:05.639Z Compiling either v1.15.0
16552026-07-31T16:20:05.654Z Compiling new_debug_unreachable v1.0.6
16562026-07-31T16:20:05.670Z Compiling const-oid v0.10.2
16572026-07-31T16:20:05.689Z Compiling static_assertions v1.1.0
16582026-07-31T16:20:05.741Z Compiling normalize-line-endings v0.3.0
16592026-07-31T16:20:05.759Z Compiling whoami v2.1.0
16602026-07-31T16:20:05.774Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16612026-07-31T16:20:05.853Z Compiling itertools v0.13.0
16622026-07-31T16:20:05.869Z Compiling predicates v3.1.4
16632026-07-31T16:20:05.897Z Compiling digest v0.11.3
16642026-07-31T16:20:05.955Z Compiling string_cache v0.8.9
16652026-07-31T16:20:06.138Z Compiling tokio-postgres v0.7.16
16662026-07-31T16:20:06.141Z Compiling clap v4.6.1
16672026-07-31T16:20:06.177Z Compiling toml_edit v0.22.27
16682026-07-31T16:20:06.197Z Compiling chacha20 v0.10.0
16692026-07-31T16:20:06.254Z Compiling petgraph v0.8.3
16702026-07-31T16:20:06.384Z Compiling toml_parser v1.1.2+spec-1.1.0
16712026-07-31T16:20:06.424Z Compiling sha3 v0.10.8
16722026-07-31T16:20:06.471Z Compiling strum v0.26.3
16732026-07-31T16:20:06.544Z Compiling hyper-util v0.1.20
16742026-07-31T16:20:06.598Z Compiling hickory-proto v0.25.2
16752026-07-31T16:20:06.617Z Compiling petgraph v0.6.5
16762026-07-31T16:20:06.864Z Compiling elliptic-curve v0.13.8
16772026-07-31T16:20:06.891Z Compiling env_logger v0.11.9
16782026-07-31T16:20:07.029Z Compiling usdt v0.6.0
16792026-07-31T16:20:07.032Z Compiling usdt-impl v0.5.0
16802026-07-31T16:20:07.146Z Compiling serde_with v3.21.0
16812026-07-31T16:20:07.345Z Compiling crossterm v0.28.1
16822026-07-31T16:20:07.356Z Compiling toml v0.7.8
16832026-07-31T16:20:07.359Z Compiling rsa v0.9.10
16842026-07-31T16:20:07.699Z Compiling ed25519-dalek v2.2.0
16852026-07-31T16:20:08.193Z Compiling hyper-tls v0.6.0
16862026-07-31T16:20:08.250Z Compiling zip v4.6.1
16872026-07-31T16:20:08.306Z Compiling zip v0.6.6
16882026-07-31T16:20:08.399Z Compiling reqwest v0.12.28
16892026-07-31T16:20:08.452Z Compiling iddqd v0.4.2
16902026-07-31T16:20:08.789Z Compiling tokio-stream v0.1.18
16912026-07-31T16:20:08.882Z Compiling similar v2.7.0
16922026-07-31T16:20:08.926Z Compiling heck v0.4.1
16932026-07-31T16:20:08.941Z Compiling buf-list v1.1.2
16942026-07-31T16:20:09.004Z Compiling byte-wrapper v0.1.0
16952026-07-31T16:20:09.048Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16962026-07-31T16:20:09.175Z Compiling openapiv3 v2.2.0
16972026-07-31T16:20:09.252Z Compiling x509-cert v0.2.5
16982026-07-31T16:20:09.269Z Compiling crossbeam-epoch v0.9.18
16992026-07-31T16:20:09.289Z Compiling lalrpop-util v0.19.12
17002026-07-31T16:20:09.368Z Compiling peg-runtime v0.8.5
17012026-07-31T16:20:09.382Z Compiling thread_local v1.1.9
17022026-07-31T16:20:09.498Z Compiling slog-async v2.8.0
17032026-07-31T16:20:09.620Z Compiling crossbeam-channel v0.5.15
17042026-07-31T16:20:09.661Z Compiling is-terminal v0.4.17
17052026-07-31T16:20:09.667Z Compiling filetime v0.2.27
17062026-07-31T16:20:09.691Z Compiling term v1.2.1
17072026-07-31T16:20:09.768Z Compiling xattr v1.6.1
17082026-07-31T16:20:09.793Z Compiling take_mut v0.2.2
17092026-07-31T16:20:09.823Z Compiling camino-tempfile v1.4.1
17102026-07-31T16:20:09.924Z Compiling tar v0.4.46
17112026-07-31T16:20:10.067Z Compiling slog-term v2.9.2
17122026-07-31T16:20:27.882Z Compiling rustls-webpki v0.103.13
17132026-07-31T16:20:30.584Z Compiling tokio-rustls v0.26.4
17142026-07-31T16:20:30.584Z Compiling rustls-platform-verifier v0.6.2
17152026-07-31T16:20:30.588Z Compiling tough v0.22.0
17162026-07-31T16:20:30.782Z Compiling hyper-rustls v0.27.7
17172026-07-31T16:20:30.970Z Compiling reqwest v0.13.2
17182026-07-31T16:20:33.135Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17192026-07-31T16:20:33.376Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17202026-07-31T16:20:36.301Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.27s
17212026-07-31T16:20:36.434Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
17222026-07-31T16:20:36.488ZJul 31 16:20:36.158 INFO Starting download, target: Cockroach
17232026-07-31T16:20:36.488ZJul 31 16:20:36.159 INFO Starting download, target: Clickhouse
17242026-07-31T16:20:36.488ZJul 31 16:20:36.159 INFO Starting download, target: Console
17252026-07-31T16:20:36.488ZJul 31 16:20:36.159 INFO Starting download, target: DendriteStub
17262026-07-31T16:20:36.488ZJul 31 16:20:36.159 INFO Starting download, target: MaghemiteMgd
17272026-07-31T16:20:36.488ZJul 31 16:20:36.159 INFO Starting download, target: MaghemiteDdmd
17282026-07-31T16:20:36.494ZJul 31 16:20:36.159 INFO Starting download, target: TransceiverControl
17292026-07-31T16:20:36.494ZJul 31 16:20:36.159 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17302026-07-31T16:20:36.494ZJul 31 16:20:36.159 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17312026-07-31T16:20:36.494ZJul 31 16:20:36.159 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17322026-07-31T16:20:36.494ZJul 31 16:20:36.159 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17332026-07-31T16:20:36.494ZJul 31 16:20:36.159 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17342026-07-31T16:20:36.494ZJul 31 16:20:36.159 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17352026-07-31T16:20:36.494ZJul 31 16:20:36.159 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17362026-07-31T16:20:37.230ZJul 31 16:20:36.893 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17372026-07-31T16:20:37.438ZJul 31 16:20:37.103 INFO Download complete, target: TransceiverControl
17382026-07-31T16:20:38.293ZJul 31 16:20:37.965 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17392026-07-31T16:20:38.553ZJul 31 16:20:38.225 INFO Download complete, target: Console
17402026-07-31T16:20:38.667ZJul 31 16:20:38.340 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17412026-07-31T16:20:38.871ZJul 31 16:20:38.541 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17422026-07-31T16:20:38.978ZJul 31 16:20:38.648 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17432026-07-31T16:20:39.109ZJul 31 16:20:38.779 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17442026-07-31T16:20:39.444ZJul 31 16:20:39.116 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17452026-07-31T16:20:39.444ZJul 31 16:20:39.116 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17462026-07-31T16:20:40.661ZJul 31 16:20:40.333 INFO Download complete, target: MaghemiteDdmd
17472026-07-31T16:20:41.654ZJul 31 16:20:41.326 INFO Download complete, target: DendriteStub
17482026-07-31T16:20:41.917ZJul 31 16:20:41.589 INFO Download complete, target: MaghemiteMgd
17492026-07-31T16:20:44.221ZJul 31 16:20:43.893 INFO Checking that binary works, target: Cockroach
17502026-07-31T16:20:44.350ZJul 31 16:20:44.022 INFO Download complete, target: Cockroach
17512026-07-31T16:20:45.725ZJul 31 16:20:45.397 INFO Checking that binary works, target: Clickhouse
17522026-07-31T16:20:45.809ZJul 31 16:20:45.482 INFO Download complete, target: Clickhouse
17532026-07-31T16:20:45.816ZAll prerequisites installed successfully
17542026-07-31T16:20:45.819Z
17552026-07-31T16:20:45.819Zreal 1:51.662950334
17562026-07-31T16:20:45.819Zuser 6:38.032885950
17572026-07-31T16:20:45.819Zsys 1:38.100445330
17582026-07-31T16:20:45.819Ztrap 0.255179235
17592026-07-31T16:20:45.819Ztflt 0.970703397
17602026-07-31T16:20:45.819Zdflt 1.775257892
17612026-07-31T16:20:45.819Zkflt 0.026310646
17622026-07-31T16:20:45.819Zlock 26:02.244071069
17632026-07-31T16:20:45.819Zslp 18:03.555115766
17642026-07-31T16:20:45.819Zlat 23.443337557
17652026-07-31T16:20:45.819Zstop 3:12.373235399
17662026-07-31T16:20:45.819Z+ ptime -m cargo xtask download softnpu
17672026-07-31T16:20:46.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
17682026-07-31T16:20:46.293Z Running `target/debug/xtask download softnpu`
17692026-07-31T16:20:47.046Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17702026-07-31T16:20:47.114Z Running `target/debug/xtask-downloader softnpu`
17712026-07-31T16:20:47.155ZJul 31 16:20:46.827 INFO Starting download, target: Softnpu
17722026-07-31T16:20:47.158ZJul 31 16:20:46.827 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17732026-07-31T16:20:47.754ZJul 31 16:20:47.426 INFO Download complete, target: Softnpu
17742026-07-31T16:20:47.758Z
17752026-07-31T16:20:47.761Zreal 1.935039487
17762026-07-31T16:20:47.761Zuser 1.316806607
17772026-07-31T16:20:47.761Zsys 0.609770333
17782026-07-31T16:20:47.761Ztrap 0.000816720
17792026-07-31T16:20:47.761Ztflt 0.000121040
17802026-07-31T16:20:47.761Zdflt 0.000401570
17812026-07-31T16:20:47.761Zkflt 0.000000000
17822026-07-31T16:20:47.761Zlock 11.424770292
17832026-07-31T16:20:47.761Zslp 0.455375949
17842026-07-31T16:20:47.761Zlat 0.089533902
17852026-07-31T16:20:47.761Zstop 0.000172680
17862026-07-31T16:20:47.761Z+ export CARGO_INCREMENTAL=0
17872026-07-31T16:20:47.762Z+ CARGO_INCREMENTAL=0
17882026-07-31T16:20:47.762Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17892026-07-31T16:20:48.668Z Compiling proc-macro2 v1.0.106
17902026-07-31T16:20:48.668Z Compiling quote v1.0.45
17912026-07-31T16:20:48.668Z Compiling unicode-ident v1.0.24
17922026-07-31T16:20:48.668Z Compiling libc v0.2.185
17932026-07-31T16:20:48.672Z Compiling serde_core v1.0.228
17942026-07-31T16:20:48.672Z Compiling serde v1.0.228
17952026-07-31T16:20:48.672Z Compiling cfg-if v1.0.4
17962026-07-31T16:20:48.815Z Compiling version_check v0.9.5
17972026-07-31T16:20:48.818Z Compiling shlex v1.3.0
17982026-07-31T16:20:48.818Z Compiling find-msvc-tools v0.1.9
17992026-07-31T16:20:48.818Z Compiling zmij v1.0.21
18002026-07-31T16:20:48.818Z Compiling memchr v2.8.0
18012026-07-31T16:20:48.818Z Compiling serde_json v1.0.151
18022026-07-31T16:20:48.826Z Compiling autocfg v1.5.0
18032026-07-31T16:20:48.957Z Compiling portable-atomic v1.13.1
18042026-07-31T16:20:48.972Z Compiling getrandom v0.4.1
18052026-07-31T16:20:49.090Z Compiling zerocopy v0.8.40
18062026-07-31T16:20:49.093Z Compiling libm v0.2.16
18072026-07-31T16:20:49.159Z Compiling parking_lot_core v0.9.12
18082026-07-31T16:20:49.185Z Compiling icu_normalizer_data v2.1.1
18092026-07-31T16:20:49.202Z Compiling icu_properties_data v2.1.2
18102026-07-31T16:20:49.229Z Compiling smallvec v1.15.1
18112026-07-31T16:20:49.272Z Compiling generic-array v0.14.7
18122026-07-31T16:20:49.333Z Compiling num-traits v0.2.19
18132026-07-31T16:20:49.459Z Compiling itoa v1.0.17
18142026-07-31T16:20:49.462Z Compiling log v0.4.29
18152026-07-31T16:20:49.508Z Compiling subtle v2.6.1
18162026-07-31T16:20:49.523Z Compiling pkg-config v0.3.32
18172026-07-31T16:20:49.578Z Compiling stable_deref_trait v1.2.1
18182026-07-31T16:20:49.622Z Compiling typenum v1.20.1
18192026-07-31T16:20:49.717Z Compiling scopeguard v1.2.0
18202026-07-31T16:20:49.792Z Compiling rand_core v0.10.0
18212026-07-31T16:20:49.854Z Compiling lock_api v0.4.14
18222026-07-31T16:20:49.858Z Compiling pin-project-lite v0.2.17
18232026-07-31T16:20:49.884Z Compiling getrandom v0.3.4
18242026-07-31T16:20:49.888Z Compiling thiserror v2.0.18
18252026-07-31T16:20:49.987Z Compiling percent-encoding v2.3.2
18262026-07-31T16:20:50.047Z Compiling writeable v0.6.2
18272026-07-31T16:20:50.092Z Compiling equivalent v1.0.2
18282026-07-31T16:20:50.093Z Compiling litemap v0.8.1
18292026-07-31T16:20:50.147Z Compiling jobserver v0.1.34
18302026-07-31T16:20:50.179Z Compiling errno v0.3.14
18312026-07-31T16:20:50.243Z Compiling syn v2.0.117
18322026-07-31T16:20:50.258Z Compiling getrandom v0.2.17
18332026-07-31T16:20:50.311Z Compiling rustversion v1.0.22
18342026-07-31T16:20:50.327Z Compiling schemars v0.8.22
18352026-07-31T16:20:50.384Z Compiling cc v1.2.56
18362026-07-31T16:20:50.416Z Compiling rand_core v0.6.4
18372026-07-31T16:20:50.451Z Compiling fs_extra v1.3.0
18382026-07-31T16:20:50.473Z Compiling critical-section v1.2.0
18392026-07-31T16:20:50.484Z Compiling rustix v1.1.3
18402026-07-31T16:20:50.485Z Compiling dunce v1.0.5
18412026-07-31T16:20:50.594Z Compiling hashbrown v0.17.0
18422026-07-31T16:20:50.698Z Compiling signal-hook-registry v1.4.8
18432026-07-31T16:20:50.792Z Compiling utf8_iter v1.0.4
18442026-07-31T16:20:50.808Z Compiling once_cell v1.21.3
18452026-07-31T16:20:50.811Z Compiling heck v0.5.0
18462026-07-31T16:20:50.838Z Compiling socket2 v0.6.3
18472026-07-31T16:20:51.070Z Compiling parking_lot v0.12.5
18482026-07-31T16:20:51.195Z Compiling mio v1.2.0
18492026-07-31T16:20:51.195Z Compiling cmake v0.1.57
18502026-07-31T16:20:51.269Z Compiling form_urlencoded v1.2.2
18512026-07-31T16:20:51.269Z Compiling aws-lc-rs v1.16.3
18522026-07-31T16:20:51.317Z Compiling semver v1.0.28
18532026-07-31T16:20:51.342Z Compiling indexmap v2.14.0
18542026-07-31T16:20:51.376Z Compiling futures-core v0.3.32
18552026-07-31T16:20:51.462Z Compiling bitflags v2.11.0
18562026-07-31T16:20:51.521Z Compiling strsim v0.11.1
18572026-07-31T16:20:51.592Z Compiling httparse v1.10.1
18582026-07-31T16:20:51.701Z Compiling aws-lc-sys v0.40.0
18592026-07-31T16:20:51.777Z Compiling byteorder v1.5.0
18602026-07-31T16:20:51.860Z Compiling thiserror v1.0.69
18612026-07-31T16:20:51.860Z Compiling ucd-trie v0.1.7
18622026-07-31T16:20:51.945Z Compiling fnv v1.0.7
18632026-07-31T16:20:52.018Z Compiling iana-time-zone v0.1.65
18642026-07-31T16:20:52.116Z Compiling pest v2.8.6
18652026-07-31T16:20:52.116Z Compiling syn v1.0.109
18662026-07-31T16:20:52.116Z Compiling regex-syntax v0.8.10
18672026-07-31T16:20:52.116Z Compiling ident_case v1.0.1
18682026-07-31T16:20:52.153Z Compiling const-oid v0.9.6
18692026-07-31T16:20:52.218Z Compiling vcpkg v0.2.15
18702026-07-31T16:20:52.329Z Compiling uuid v1.23.4
18712026-07-31T16:20:52.438Z Compiling rustc_version v0.4.1
18722026-07-31T16:20:52.519Z Compiling futures-sink v0.3.32
18732026-07-31T16:20:52.559Z Compiling rustls v0.23.41
18742026-07-31T16:20:52.655Z Compiling futures-channel v0.3.32
18752026-07-31T16:20:52.712Z Compiling aho-corasick v1.1.4
18762026-07-31T16:20:52.730Z Compiling openssl-sys v0.9.115
18772026-07-31T16:20:52.745Z Compiling futures-io v0.3.32
18782026-07-31T16:20:52.761Z Compiling slab v0.4.12
18792026-07-31T16:20:52.837Z Compiling futures-task v0.3.32
18802026-07-31T16:20:52.998Z Compiling dyn-clone v1.0.20
18812026-07-31T16:20:53.023Z Compiling synstructure v0.13.2
18822026-07-31T16:20:53.060Z Compiling serde_derive_internals v0.29.1
18832026-07-31T16:20:53.171Z Compiling pest_meta v2.8.6
18842026-07-31T16:20:53.172Z Compiling num-conv v0.2.0
18852026-07-31T16:20:53.182Z Compiling crc32fast v1.5.0
18862026-07-31T16:20:53.252Z Compiling plain v0.2.3
18872026-07-31T16:20:53.269Z Compiling time-core v0.1.8
18882026-07-31T16:20:53.376Z Compiling crossbeam-utils v0.8.21
18892026-07-31T16:20:53.406Z Compiling base64 v0.22.1
18902026-07-31T16:20:53.436Z Compiling time-macros v0.2.27
18912026-07-31T16:20:53.507Z Compiling pretty-hex v0.4.1
18922026-07-31T16:20:53.529Z Compiling regex-automata v0.4.14
18932026-07-31T16:20:53.532Z Compiling openssl v0.10.79
18942026-07-31T16:20:53.685Z Compiling darling_core v0.23.0
18952026-07-31T16:20:53.708Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18962026-07-31T16:20:53.822Z Compiling pest_generator v2.8.6
18972026-07-31T16:20:53.943Z Compiling native-tls v0.2.18
18982026-07-31T16:20:53.960Z Compiling anyhow v1.0.102
18992026-07-31T16:20:53.963Z Compiling rand_core v0.9.5
19002026-07-31T16:20:54.152Z Compiling slog v2.8.2
19012026-07-31T16:20:54.184Z Compiling tracing-core v0.1.36
19022026-07-31T16:20:54.294Z Compiling serde_derive v1.0.228
19032026-07-31T16:20:54.315Z Compiling zeroize_derive v1.5.0
19042026-07-31T16:20:54.387Z Compiling zerofrom-derive v0.1.6
19052026-07-31T16:20:54.447Z Compiling yoke-derive v0.8.1
19062026-07-31T16:20:54.465Z Compiling zerovec-derive v0.11.2
19072026-07-31T16:20:54.482Z Compiling displaydoc v0.2.5
19082026-07-31T16:20:54.485Z Compiling zerocopy-derive v0.8.40
19092026-07-31T16:20:54.512Z Compiling tokio-macros v2.7.0
19102026-07-31T16:20:54.563Z Compiling futures-macro v0.3.32
19112026-07-31T16:20:54.739Z Compiling thiserror-impl v2.0.18
19122026-07-31T16:20:54.932Z Compiling zeroize v1.9.0
19132026-07-31T16:20:55.196Z Compiling schemars_derive v0.8.22
19142026-07-31T16:20:55.211Z Compiling tracing-attributes v0.1.31
19152026-07-31T16:20:55.353Z Compiling der_derive v0.7.3
19162026-07-31T16:20:55.400Z Compiling thiserror-impl v1.0.69
19172026-07-31T16:20:55.496Z Compiling pest_derive v2.8.6
19182026-07-31T16:20:55.531Z Compiling zerofrom v0.1.6
19192026-07-31T16:20:55.677Z Compiling yoke v0.8.1
19202026-07-31T16:20:55.858Z Compiling zerovec v0.11.5
19212026-07-31T16:20:55.875Z Compiling zerotrie v0.2.3
19222026-07-31T16:20:55.935Z Compiling crypto-common v0.1.7
19232026-07-31T16:20:55.952Z Compiling futures-util v0.3.32
19242026-07-31T16:20:56.265Z Compiling block-buffer v0.10.4
19252026-07-31T16:20:56.435Z Compiling tinystr v0.8.2
19262026-07-31T16:20:56.451Z Compiling potential_utf v0.1.4
19272026-07-31T16:20:56.468Z Compiling digest v0.10.7
19282026-07-31T16:20:56.486Z Compiling scroll_derive v0.12.1
19292026-07-31T16:20:56.489Z Compiling scroll_derive v0.13.1
19302026-07-31T16:20:56.538Z Compiling openssl-macros v0.1.1
19312026-07-31T16:20:56.629Z Compiling icu_locale_core v2.1.1
19322026-07-31T16:20:56.651Z Compiling icu_collections v2.1.1
19332026-07-31T16:20:56.958Z Compiling darling_macro v0.23.0
19342026-07-31T16:20:57.023Z Compiling regex v1.12.3
19352026-07-31T16:20:57.128Z Compiling zerocopy-derive v0.7.35
19362026-07-31T16:20:57.258Z Compiling cookie v0.18.1
19372026-07-31T16:20:57.368Z Compiling bytes v1.11.1
19382026-07-31T16:20:57.384Z Compiling icu_provider v2.1.1
19392026-07-31T16:20:57.443Z Compiling chrono v0.4.45
19402026-07-31T16:20:57.462Z Compiling serde_tokenstream v0.2.3
19412026-07-31T16:20:57.696Z Compiling icu_properties v2.1.2
19422026-07-31T16:20:57.772Z Compiling icu_normalizer v2.1.1
19432026-07-31T16:20:57.833Z Compiling tokio v1.52.1
19442026-07-31T16:20:58.178Z Compiling http v1.4.2
19452026-07-31T16:20:58.303Z Compiling base64ct v1.8.3
19462026-07-31T16:20:58.586Z Compiling idna_adapter v1.2.1
19472026-07-31T16:20:58.770Z Compiling idna v1.1.0
19482026-07-31T16:20:58.801Z Compiling ppv-lite86 v0.2.21
19492026-07-31T16:20:58.990Z Compiling camino v1.2.2
19502026-07-31T16:20:59.008Z Compiling pem-rfc7468 v0.7.0
19512026-07-31T16:20:59.024Z Compiling darling v0.23.0
19522026-07-31T16:20:59.125Z Compiling url v2.5.8
19532026-07-31T16:20:59.142Z Compiling tracing v0.1.44
19542026-07-31T16:20:59.312Z Compiling flagset v0.4.7
19552026-07-31T16:20:59.340Z Compiling rand_chacha v0.9.0
19562026-07-31T16:20:59.494Z Compiling der v0.7.10
19572026-07-31T16:20:59.560Z Compiling http-body v1.0.1
19582026-07-31T16:20:59.725Z Compiling rustls-pki-types v1.14.0
19592026-07-31T16:21:00.166Z Compiling usdt-impl v0.5.0
19602026-07-31T16:21:00.284Z Compiling ref-cast v1.0.25
19612026-07-31T16:21:00.322Z Compiling openssl-probe v0.2.1
19622026-07-31T16:21:00.406Z Compiling either v1.15.0
19632026-07-31T16:21:00.524Z Compiling cmov v0.5.4
19642026-07-31T16:21:00.581Z Compiling tinyvec_macros v0.1.1
19652026-07-31T16:21:00.629Z Compiling usdt-impl v0.6.0
19662026-07-31T16:21:00.661Z Compiling fastrand v2.3.0
19672026-07-31T16:21:00.688Z Compiling paste v1.0.15
19682026-07-31T16:21:00.743Z Compiling tinyvec v1.10.0
19692026-07-31T16:21:00.778Z Compiling ctutils v0.4.2
19702026-07-31T16:21:00.879Z Compiling spki v0.7.3
19712026-07-31T16:21:01.012Z Compiling rand v0.9.2
19722026-07-31T16:21:01.054Z Compiling serde_spanned v0.6.9
19732026-07-31T16:21:01.068Z Compiling toml_datetime v0.6.11
19742026-07-31T16:21:01.103Z Compiling scroll v0.13.0
19752026-07-31T16:21:01.123Z Compiling scroll v0.12.0
19762026-07-31T16:21:01.135Z Compiling async-trait v0.1.89
19772026-07-31T16:21:01.139Z Compiling heapless v0.7.17
19782026-07-31T16:21:01.269Z Compiling bzip2-sys v0.1.13+1.0.8
19792026-07-31T16:21:01.298Z Compiling signal-hook v0.3.18
19802026-07-31T16:21:01.324Z Compiling rustix v0.38.44
19812026-07-31T16:21:01.335Z Compiling atomic-waker v1.1.2
19822026-07-31T16:21:01.383Z Compiling try-lock v0.2.5
19832026-07-31T16:21:01.413Z Compiling tower-layer v0.3.3
19842026-07-31T16:21:01.491Z Compiling untrusted v0.7.1
19852026-07-31T16:21:01.508Z Compiling winnow v0.7.14
19862026-07-31T16:21:01.524Z Compiling winnow v1.0.3
19872026-07-31T16:21:01.541Z Compiling tower-service v0.3.3
19882026-07-31T16:21:01.579Z Compiling litrs v1.0.0
19892026-07-31T16:21:01.595Z Compiling zstd-safe v7.2.4
19902026-07-31T16:21:01.598Z Compiling cpufeatures v0.2.17
19912026-07-31T16:21:01.624Z Compiling want v0.3.1
19922026-07-31T16:21:01.641Z Compiling goblin v0.8.2
19932026-07-31T16:21:01.657Z Compiling goblin v0.10.5
19942026-07-31T16:21:01.674Z Compiling tokio-util v0.7.18
19952026-07-31T16:21:01.825Z Compiling toml_parser v1.1.2+spec-1.1.0
19962026-07-31T16:21:02.046Z Compiling hybrid-array v0.4.13
19972026-07-31T16:21:02.061Z Compiling document-features v0.2.12
19982026-07-31T16:21:02.592Z Compiling h2 v0.4.15
19992026-07-31T16:21:02.650Z Compiling zerocopy v0.7.35
20002026-07-31T16:21:02.666Z Compiling ipnet v2.11.0
20012026-07-31T16:21:02.838Z Compiling ref-cast-impl v1.0.25
20022026-07-31T16:21:02.854Z Compiling darling_core v0.20.11
20032026-07-31T16:21:02.993Z Compiling curve25519-dalek v4.1.3
20042026-07-31T16:21:03.012Z Compiling memoffset v0.9.1
20052026-07-31T16:21:03.242Z Compiling utf8parse v0.2.2
20062026-07-31T16:21:03.263Z Compiling winnow v0.5.40
20072026-07-31T16:21:03.395Z Compiling httpdate v1.0.3
20082026-07-31T16:21:03.410Z Compiling untrusted v0.9.0
20092026-07-31T16:21:03.410Z Compiling foreign-types-shared v0.1.1
20102026-07-31T16:21:03.527Z Compiling powerfmt v0.2.0
20112026-07-31T16:21:03.634Z Compiling foreign-types v0.3.2
20122026-07-31T16:21:03.674Z Compiling tempfile v3.25.0
20132026-07-31T16:21:03.758Z Compiling deranged v0.5.8
20142026-07-31T16:21:03.910Z Compiling dof v0.3.0
20152026-07-31T16:21:03.930Z Compiling unicode-normalization v0.1.25
20162026-07-31T16:21:04.032Z Compiling pkcs8 v0.10.2
20172026-07-31T16:21:04.297Z Compiling dtrace-parser v0.2.0
20182026-07-31T16:21:04.411Z Compiling dof v0.4.0
20192026-07-31T16:21:04.646Z Compiling toml_edit v0.19.15
20202026-07-31T16:21:04.870Z Compiling darling_macro v0.20.11
20212026-07-31T16:21:04.917Z Compiling dtrace-parser v0.3.0
20222026-07-31T16:21:04.932Z Compiling daft-derive v0.1.7
20232026-07-31T16:21:05.176Z Compiling pin-project-internal v1.1.11
20242026-07-31T16:21:05.216Z Compiling spin v0.9.8
20252026-07-31T16:21:05.234Z Compiling thread-id v5.1.0
20262026-07-31T16:21:05.334Z Compiling thread-id v4.2.2
20272026-07-31T16:21:05.369Z Compiling anstyle v1.0.14
20282026-07-31T16:21:05.437Z Compiling smoltcp v0.9.1
20292026-07-31T16:21:05.452Z Compiling num_threads v0.1.7
20302026-07-31T16:21:05.635Z Compiling num-bigint-dig v0.8.6
20312026-07-31T16:21:05.651Z Compiling cfg_aliases v0.2.1
20322026-07-31T16:21:05.654Z Compiling time v0.3.47
20332026-07-31T16:21:05.737Z Compiling nix v0.31.2
20342026-07-31T16:21:05.753Z Compiling hyper v1.10.1
20352026-07-31T16:21:05.836Z Compiling darling v0.20.11
20362026-07-31T16:21:06.200Z Compiling sha2 v0.10.9
20372026-07-31T16:21:06.310Z Compiling ipnetwork v0.21.1
20382026-07-31T16:21:06.481Z Compiling hmac v0.12.1
20392026-07-31T16:21:06.500Z Compiling curve25519-dalek-derive v0.1.1
20402026-07-31T16:21:06.568Z Compiling strum_macros v0.26.4
20412026-07-31T16:21:06.732Z Compiling sync_wrapper v1.0.2
20422026-07-31T16:21:06.843Z Compiling wait-timeout v0.2.1
20432026-07-31T16:21:06.859Z Compiling hyper-util v0.1.20
20442026-07-31T16:21:07.028Z Compiling bit-vec v0.8.0
20452026-07-31T16:21:07.087Z Compiling colorchoice v1.0.4
20462026-07-31T16:21:07.238Z Compiling simd-adler32 v0.3.8
20472026-07-31T16:21:07.294Z Compiling anstyle-query v1.1.5
20482026-07-31T16:21:07.329Z Compiling quick-error v1.2.3
20492026-07-31T16:21:07.355Z Compiling siphasher v1.0.2
20502026-07-31T16:21:07.457Z Compiling is_terminal_polyfill v1.70.2
20512026-07-31T16:21:07.555Z Compiling rusty-fork v0.3.1
20522026-07-31T16:21:07.823Z Compiling bit-set v0.8.0
20532026-07-31T16:21:07.852Z Compiling tower v0.5.3
20542026-07-31T16:21:08.334Z Compiling derive_builder_core v0.20.2
20552026-07-31T16:21:08.350Z Compiling http-body-util v0.1.3
20562026-07-31T16:21:08.508Z Compiling hubpack_derive v0.1.1
20572026-07-31T16:21:08.525Z Compiling snafu-derive v0.8.9
20582026-07-31T16:21:08.615Z Compiling strum_macros v0.27.2
20592026-07-31T16:21:08.651Z Compiling rand_xorshift v0.4.0
20602026-07-31T16:21:08.831Z Compiling fs-err v3.3.0
20612026-07-31T16:21:08.847Z Compiling ahash v0.8.12
20622026-07-31T16:21:08.850Z Compiling unicode-properties v0.1.4
20632026-07-31T16:21:08.994Z Compiling iri-string v0.7.10
20642026-07-31T16:21:09.049Z Compiling object v0.37.3
20652026-07-31T16:21:09.080Z Compiling adler2 v2.0.1
20662026-07-31T16:21:09.186Z Compiling unicode-segmentation v1.12.0
20672026-07-31T16:21:09.190Z Compiling ryu v1.0.23
20682026-07-31T16:21:09.287Z Compiling unarray v0.1.4
20692026-07-31T16:21:09.328Z Compiling unicode-bidi v0.3.18
20702026-07-31T16:21:09.378Z Compiling allocator-api2 v0.2.21
20712026-07-31T16:21:09.420Z Compiling proptest v1.11.0
20722026-07-31T16:21:09.585Z Compiling serde_urlencoded v0.7.1
20732026-07-31T16:21:09.731Z Compiling stringprep v0.1.5
20742026-07-31T16:21:09.816Z Compiling miniz_oxide v0.8.9
20752026-07-31T16:21:09.834Z Compiling derive_builder_macro v0.20.2
20762026-07-31T16:21:10.215Z Compiling tower-http v0.6.8
20772026-07-31T16:21:10.335Z Compiling tokio-native-tls v0.3.1
20782026-07-31T16:21:10.359Z Compiling usdt-attr-macro v0.6.0
20792026-07-31T16:21:10.399Z Compiling usdt-macro v0.6.0
20802026-07-31T16:21:10.443Z Compiling anstyle-parse v1.0.0
20812026-07-31T16:21:10.533Z Compiling block-buffer v0.12.1
20822026-07-31T16:21:10.586Z Compiling crypto-common v0.2.2
20832026-07-31T16:21:10.662Z Compiling block-padding v0.4.2
20842026-07-31T16:21:10.991Z Compiling rustls-native-certs v0.8.3
20852026-07-31T16:21:11.119Z Compiling rand_chacha v0.3.1
20862026-07-31T16:21:11.163Z Compiling erased-serde v0.3.31
20872026-07-31T16:21:11.166Z Compiling hex v0.4.3
20882026-07-31T16:21:11.203Z Compiling md-5 v0.10.6
20892026-07-31T16:21:11.218Z Compiling signature v2.2.0
20902026-07-31T16:21:11.245Z Compiling bstr v1.12.1
20912026-07-31T16:21:11.407Z Compiling num-integer v0.1.46
20922026-07-31T16:21:11.446Z Compiling hash32 v0.2.1
20932026-07-31T16:21:11.521Z Compiling vergen-lib v9.1.0
20942026-07-31T16:21:11.642Z Compiling encoding_rs v0.8.35
20952026-07-31T16:21:11.655Z Compiling fallible-iterator v0.2.0
20962026-07-31T16:21:11.727Z Compiling mime v0.3.17
20972026-07-31T16:21:11.742Z Compiling cpufeatures v0.3.0
20982026-07-31T16:21:11.792Z Compiling psl-types v2.0.11
20992026-07-31T16:21:11.831Z Compiling zlib-rs v0.6.2
21002026-07-31T16:21:11.931Z Compiling publicsuffix v2.3.0
21012026-07-31T16:21:11.977Z Compiling postgres-protocol v0.6.10
21022026-07-31T16:21:11.996Z Compiling num-iter v0.1.45
21032026-07-31T16:21:12.286Z Compiling newtype-uuid v1.3.2
21042026-07-31T16:21:12.334Z Compiling rand v0.8.6
21052026-07-31T16:21:12.481Z Compiling oxnet v0.1.6
21062026-07-31T16:21:12.691Z Compiling inout v0.2.2
21072026-07-31T16:21:12.733Z Compiling anstream v1.0.0
21082026-07-31T16:21:12.748Z Compiling hyper-tls v0.6.0
21092026-07-31T16:21:12.819Z Compiling derive_builder v0.20.2
21102026-07-31T16:21:12.908Z Compiling heck v0.4.1
21112026-07-31T16:21:12.959Z Compiling phf_shared v0.13.1
21122026-07-31T16:21:12.963Z Compiling pin-project v1.1.11
21132026-07-31T16:21:13.028Z Compiling lazy_static v1.5.0
21142026-07-31T16:21:13.044Z Compiling anstyle-parse v0.2.7
21152026-07-31T16:21:13.162Z Compiling terminal_size v0.4.3
21162026-07-31T16:21:13.201Z Compiling serde_with_macros v3.21.0
21172026-07-31T16:21:13.218Z Compiling futures-executor v0.3.32
21182026-07-31T16:21:13.248Z Compiling async-recursion v1.1.1
21192026-07-31T16:21:13.251Z Compiling serde_repr v0.1.20
21202026-07-31T16:21:13.316Z Compiling enum-as-inner v0.6.1
21212026-07-31T16:21:13.452Z Compiling clap_derive v4.6.1
21222026-07-31T16:21:13.574Z Compiling ff v0.13.1
21232026-07-31T16:21:13.677Z Compiling vergen v9.1.0
21242026-07-31T16:21:13.716Z Compiling cargo-platform v0.3.2
21252026-07-31T16:21:13.770Z Compiling base16ct v0.2.0
21262026-07-31T16:21:13.826Z Compiling foldhash v0.2.0
21272026-07-31T16:21:13.866Z Compiling flate2 v1.1.9
21282026-07-31T16:21:13.895Z Compiling same-file v1.0.6
21292026-07-31T16:21:13.996Z Compiling bitflags v1.3.2
21302026-07-31T16:21:14.102Z Compiling foldhash v0.1.5
21312026-07-31T16:21:14.116Z Compiling managed v0.8.0
21322026-07-31T16:21:14.224Z Compiling libbz2-rs-sys v0.2.2
21332026-07-31T16:21:14.278Z Compiling clap_lex v1.0.0
21342026-07-31T16:21:14.295Z Compiling bumpalo v3.20.2
21352026-07-31T16:21:14.465Z Compiling clap_builder v4.6.0
21362026-07-31T16:21:14.507Z Compiling hashbrown v0.15.5
21372026-07-31T16:21:14.618Z Compiling zopfli v0.8.3
21382026-07-31T16:21:14.778Z Compiling bzip2 v0.6.1
21392026-07-31T16:21:14.894Z Compiling walkdir v2.5.0
21402026-07-31T16:21:15.005Z Compiling hashbrown v0.16.1
21412026-07-31T16:21:15.082Z Compiling sec1 v0.7.3
21422026-07-31T16:21:15.103Z Compiling cargo_metadata v0.23.1
21432026-07-31T16:21:15.118Z Compiling group v0.13.0
21442026-07-31T16:21:15.178Z Compiling zstd v0.13.3
21452026-07-31T16:21:15.305Z Compiling futures v0.3.32
21462026-07-31T16:21:15.543Z Compiling anstream v0.6.21
21472026-07-31T16:21:15.729Z Compiling phf v0.13.1
21482026-07-31T16:21:15.845Z Compiling snafu v0.8.9
21492026-07-31T16:21:15.997Z Compiling reqwest v0.12.28
21502026-07-31T16:21:16.229Z Compiling cipher v0.5.2
21512026-07-31T16:21:16.323Z Compiling signal-hook-mio v0.2.5
21522026-07-31T16:21:16.345Z Compiling daft v0.1.7
21532026-07-31T16:21:16.463Z Compiling cookie_store v0.22.1
21542026-07-31T16:21:16.480Z Compiling postgres-types v0.2.12
21552026-07-31T16:21:16.494Z Compiling bzip2 v0.4.4
21562026-07-31T16:21:16.519Z Compiling globset v0.4.18
21572026-07-31T16:21:16.647Z Compiling ed25519 v2.2.3
21582026-07-31T16:21:16.666Z Compiling strum v0.27.2
21592026-07-31T16:21:16.827Z Compiling hubpack v0.1.2
21602026-07-31T16:21:16.880Z Compiling phf_shared v0.11.3
21612026-07-31T16:21:16.895Z Compiling hkdf v0.12.4
21622026-07-31T16:21:16.929Z Compiling crossbeam-epoch v0.9.18
21632026-07-31T16:21:17.035Z Compiling olpc-cjson v0.1.4
21642026-07-31T16:21:17.061Z Compiling pkcs1 v0.7.5
21652026-07-31T16:21:17.273Z Compiling pem v3.0.6
21662026-07-31T16:21:17.301Z Compiling serde_plain v1.0.2
21672026-07-31T16:21:17.317Z Compiling serde-big-array v0.5.1
21682026-07-31T16:21:17.458Z Compiling crypto-bigint v0.5.5
21692026-07-31T16:21:17.504Z Compiling float-cmp v0.10.0
21702026-07-31T16:21:17.520Z Compiling memmap2 v0.9.10
21712026-07-31T16:21:17.571Z Compiling env_filter v1.0.0
21722026-07-31T16:21:17.706Z Compiling normalize-line-endings v0.3.0
21732026-07-31T16:21:17.711Z Compiling keccak v0.1.6
21742026-07-31T16:21:17.750Z Compiling toml_write v0.1.2
21752026-07-31T16:21:17.781Z Compiling precomputed-hash v0.1.1
21762026-07-31T16:21:17.815Z Compiling difflib v0.4.0
21772026-07-31T16:21:17.839Z Compiling typed-path v0.9.3
21782026-07-31T16:21:17.856Z Compiling new_debug_unreachable v1.0.6
21792026-07-31T16:21:17.908Z Compiling predicates-core v1.0.10
21802026-07-31T16:21:17.970Z Compiling data-encoding v2.10.0
21812026-07-31T16:21:18.018Z Compiling const-oid v0.10.2
21822026-07-31T16:21:18.035Z Compiling whoami v2.1.0
21832026-07-31T16:21:18.133Z Compiling fixedbitset v0.5.7
21842026-07-31T16:21:18.213Z Compiling static_assertions v1.1.0
21852026-07-31T16:21:18.229Z Compiling fixedbitset v0.4.2
21862026-07-31T16:21:18.244Z Compiling jiff v0.2.21
21872026-07-31T16:21:18.268Z Compiling hickory-proto v0.25.2
21882026-07-31T16:21:18.305Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21892026-07-31T16:21:18.375Z Compiling elliptic-curve v0.13.8
21902026-07-31T16:21:18.420Z Compiling petgraph v0.6.5
21912026-07-31T16:21:18.435Z Compiling petgraph v0.8.3
21922026-07-31T16:21:18.450Z Compiling tokio-postgres v0.7.16
21932026-07-31T16:21:18.515Z Compiling digest v0.11.3
21942026-07-31T16:21:18.549Z Compiling predicates v3.1.4
21952026-07-31T16:21:18.729Z Compiling chacha20 v0.10.0
21962026-07-31T16:21:18.780Z Compiling string_cache v0.8.9
21972026-07-31T16:21:19.009Z Compiling toml_edit v0.22.27
21982026-07-31T16:21:19.012Z Compiling sha3 v0.10.8
21992026-07-31T16:21:19.058Z Compiling env_logger v0.11.9
22002026-07-31T16:21:19.151Z Compiling usdt v0.6.0
22012026-07-31T16:21:19.430Z Compiling rsa v0.9.10
22022026-07-31T16:21:20.590Z Compiling ed25519-dalek v2.2.0
22032026-07-31T16:21:20.664Z Compiling zip v0.6.6
22042026-07-31T16:21:20.796Z Compiling iddqd v0.4.2
22052026-07-31T16:21:20.905Z Compiling zip v4.6.1
22062026-07-31T16:21:21.130Z Compiling crossterm v0.28.1
22072026-07-31T16:21:21.336Z Compiling clap v4.6.1
22082026-07-31T16:21:21.558Z Compiling serde_with v3.21.0
22092026-07-31T16:21:21.677Z Compiling similar v2.7.0
22102026-07-31T16:21:21.759Z Compiling byte-wrapper v0.1.0
22112026-07-31T16:21:21.803Z Compiling strum v0.26.3
22122026-07-31T16:21:21.931Z Compiling toml v0.7.8
22132026-07-31T16:21:21.946Z Compiling tokio-stream v0.1.18
22142026-07-31T16:21:21.998Z Compiling buf-list v1.1.2
22152026-07-31T16:21:22.078Z Compiling x509-cert v0.2.5
22162026-07-31T16:21:22.273Z Compiling itertools v0.13.0
22172026-07-31T16:21:22.407Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
22182026-07-31T16:21:22.666Z Compiling openapiv3 v2.2.0
22192026-07-31T16:21:23.043Z Compiling lalrpop-util v0.19.12
22202026-07-31T16:21:23.274Z Compiling peg-runtime v0.8.5
22212026-07-31T16:21:39.556Z Compiling rustls-webpki v0.103.13
22222026-07-31T16:21:40.370Z Compiling macaddr v1.0.1
22232026-07-31T16:21:40.485Z Compiling structmeta-derive v0.3.0
22242026-07-31T16:21:40.500Z Compiling crucible-workspace-hack v0.1.0
22252026-07-31T16:21:40.611Z Compiling rayon-core v1.13.0
22262026-07-31T16:21:40.674Z Compiling itertools v0.15.0
22272026-07-31T16:21:40.720Z Compiling secrecy v0.10.3
22282026-07-31T16:21:40.842Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22292026-07-31T16:21:40.905Z Compiling heapless v0.8.0
22302026-07-31T16:21:40.923Z Compiling toml_datetime v0.7.5+spec-1.1.0
22312026-07-31T16:21:41.140Z Compiling toml_edit v0.23.10+spec-1.0.0
22322026-07-31T16:21:41.252Z Compiling crossbeam-deque v0.8.6
22332026-07-31T16:21:41.268Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22342026-07-31T16:21:41.361Z Compiling inout v0.1.4
22352026-07-31T16:21:41.382Z Compiling hash32 v0.3.1
22362026-07-31T16:21:41.441Z Compiling multer v3.1.0
22372026-07-31T16:21:41.497Z Compiling thread_local v1.1.9
22382026-07-31T16:21:41.512Z Compiling structmeta v0.3.0
22392026-07-31T16:21:41.528Z Compiling compression-core v0.4.31
22402026-07-31T16:21:41.545Z Compiling slog-async v2.8.0
22412026-07-31T16:21:41.565Z Compiling match_cfg v0.1.0
22422026-07-31T16:21:41.655Z Compiling unicode-width v0.2.0
22432026-07-31T16:21:41.670Z Compiling smoltcp v0.11.0
22442026-07-31T16:21:41.736Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22452026-07-31T16:21:41.750Z Compiling derive-ex v0.1.8
22462026-07-31T16:21:41.843Z Compiling proc-macro-crate v3.4.0
22472026-07-31T16:21:41.884Z Compiling compression-codecs v0.4.37
22482026-07-31T16:21:42.020Z Compiling hostname v0.3.1
22492026-07-31T16:21:42.035Z Compiling ingot-macros v0.2.0
22502026-07-31T16:21:42.052Z Compiling cipher v0.4.4
22512026-07-31T16:21:42.208Z Compiling atomicwrites v0.4.4
22522026-07-31T16:21:42.252Z Compiling slog-json v2.6.1
22532026-07-31T16:21:42.279Z Compiling crossbeam-channel v0.5.15
22542026-07-31T16:21:42.369Z Compiling half v2.7.1
22552026-07-31T16:21:42.494Z Compiling newtype-uuid-macros v0.1.0
22562026-07-31T16:21:42.510Z Compiling cobs v0.3.0
22572026-07-31T16:21:42.527Z Compiling universal-hash v0.5.1
22582026-07-31T16:21:42.578Z Compiling thiserror-impl-no-std v2.0.2
22592026-07-31T16:21:42.685Z Compiling async-stream-impl v0.3.6
22602026-07-31T16:21:42.722Z Compiling serde_spanned v1.1.1
22612026-07-31T16:21:42.801Z Compiling toml_datetime v1.1.1+spec-1.1.0
22622026-07-31T16:21:42.890Z Compiling is-terminal v0.4.17
22632026-07-31T16:21:42.982Z Compiling dropshot v0.17.1
22642026-07-31T16:21:43.012Z Compiling tokio-rustls v0.26.4
22652026-07-31T16:21:43.205Z Compiling rustls-platform-verifier v0.6.2
22662026-07-31T16:21:43.238Z Compiling tough v0.22.0
22672026-07-31T16:21:43.253Z Compiling hyper-rustls v0.27.7
22682026-07-31T16:21:43.281Z Compiling proc-macro-error-attr v1.0.4
22692026-07-31T16:21:43.298Z Compiling term v1.2.1
22702026-07-31T16:21:43.311Z Compiling convert_case v0.4.0
22712026-07-31T16:21:43.425Z Compiling toml_writer v1.1.1+spec-1.1.0
22722026-07-31T16:21:43.495Z Compiling reqwest v0.13.2
22732026-07-31T16:21:43.576Z Compiling opaque-debug v0.3.1
22742026-07-31T16:21:43.592Z Compiling take_mut v0.2.2
22752026-07-31T16:21:43.595Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22762026-07-31T16:21:43.661Z Compiling ciborium-io v0.2.2
22772026-07-31T16:21:43.675Z Compiling derive_more v0.99.20
22782026-07-31T16:21:43.754Z Compiling ciborium-ll v0.2.2
22792026-07-31T16:21:43.778Z Compiling toml v1.1.2+spec-1.1.0
22802026-07-31T16:21:43.858Z Compiling poly1305 v0.8.0
22812026-07-31T16:21:44.042Z Compiling slog-term v2.9.2
22822026-07-31T16:21:44.374Z Compiling thiserror-no-std v2.0.2
22832026-07-31T16:21:44.526Z Compiling test-strategy v0.4.5
22842026-07-31T16:21:44.555Z Compiling async-stream v0.3.6
22852026-07-31T16:21:44.619Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22862026-07-31T16:21:44.684Z Compiling ingot-types v0.2.0
22872026-07-31T16:21:44.768Z Compiling postcard v1.1.3
22882026-07-31T16:21:44.948Z Compiling slog-bunyan v2.5.0
22892026-07-31T16:21:45.150Z Compiling ingot v0.2.1
22902026-07-31T16:21:45.166Z Compiling chacha20 v0.9.1
22912026-07-31T16:21:45.182Z Compiling num_enum_derive v0.7.6
22922026-07-31T16:21:45.185Z Compiling async-compression v0.4.41
22932026-07-31T16:21:45.432Z Compiling parse-display-derive v0.10.0
22942026-07-31T16:21:45.685Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
22952026-07-31T16:21:45.818Z Compiling sha1 v0.11.0
22962026-07-31T16:21:45.874Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22972026-07-31T16:21:46.123Z Compiling proc-macro-crate v1.3.1
22982026-07-31T16:21:46.210Z Compiling waitgroup v0.1.2
22992026-07-31T16:21:46.278Z Compiling backon v1.6.0
23002026-07-31T16:21:46.340Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23012026-07-31T16:21:46.488Z Compiling password-hash v0.5.0
23022026-07-31T16:21:46.491Z Compiling rustls-pemfile v2.2.0
23032026-07-31T16:21:46.520Z Compiling dropshot_endpoint v0.17.1
23042026-07-31T16:21:46.563Z Compiling blake2 v0.10.6
23052026-07-31T16:21:46.706Z Compiling aead v0.5.2
23062026-07-31T16:21:46.797Z Compiling foreign-types-macros v0.2.3
23072026-07-31T16:21:46.812Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23082026-07-31T16:21:46.874Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23092026-07-31T16:21:46.913Z Compiling serde_path_to_error v0.1.20
23102026-07-31T16:21:46.928Z Compiling hostname v0.4.2
23112026-07-31T16:21:47.084Z Compiling proc-macro-error v1.0.4
23122026-07-31T16:21:47.102Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23132026-07-31T16:21:47.138Z Compiling instant v0.1.13
23142026-07-31T16:21:47.243Z Compiling debug-ignore v1.0.5
23152026-07-31T16:21:47.265Z Compiling foreign-types-shared v0.3.1
23162026-07-31T16:21:47.279Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23172026-07-31T16:21:47.363Z Compiling backoff v0.4.0
23182026-07-31T16:21:47.382Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23192026-07-31T16:21:47.389Z Compiling parse-display v0.10.0
23202026-07-31T16:21:47.399Z Compiling chacha20poly1305 v0.10.1
23212026-07-31T16:21:47.414Z Compiling argon2 v0.5.3
23222026-07-31T16:21:47.429Z Compiling foreign-types v0.5.0
23232026-07-31T16:21:47.470Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23242026-07-31T16:21:47.471Z Compiling num_enum_derive v0.5.11
23252026-07-31T16:21:47.496Z Compiling num_enum v0.7.6
23262026-07-31T16:21:47.551Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
23272026-07-31T16:21:47.620Z Compiling vsss-rs v3.3.4
23282026-07-31T16:21:47.639Z Compiling ciborium v0.2.2
23292026-07-31T16:21:47.829Z Compiling tabwriter v1.4.1
23302026-07-31T16:21:47.871Z Compiling regress v0.10.5
23312026-07-31T16:21:47.912Z Compiling itertools v0.14.0
23322026-07-31T16:21:48.000Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23332026-07-31T16:21:48.068Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23342026-07-31T16:21:48.127Z Compiling cstr-argument v0.1.2
23352026-07-31T16:21:48.213Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23362026-07-31T16:21:48.230Z Compiling humantime v2.3.0
23372026-07-31T16:21:48.323Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23382026-07-31T16:21:48.411Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23392026-07-31T16:21:48.447Z Compiling num_enum v0.5.11
23402026-07-31T16:21:48.461Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23412026-07-31T16:21:48.478Z Compiling rayon v1.11.0
23422026-07-31T16:21:48.515Z Compiling rand v0.10.1
23432026-07-31T16:21:48.590Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23442026-07-31T16:21:48.614Z Compiling libefi-sys v0.1.0
23452026-07-31T16:21:48.670Z Compiling colored v3.1.1
23462026-07-31T16:21:48.703Z Compiling indent_write v2.2.0
23472026-07-31T16:21:48.715Z Compiling zone_cfg_derive v0.3.1
23482026-07-31T16:21:48.777Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23492026-07-31T16:21:48.873Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23502026-07-31T16:21:48.888Z Compiling camino-tempfile v1.4.1
23512026-07-31T16:21:48.983Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23522026-07-31T16:21:48.998Z Compiling itertools v0.12.1
23532026-07-31T16:21:49.109Z Compiling usdt-attr-macro v0.5.0
23542026-07-31T16:21:49.184Z Compiling usdt-macro v0.5.0
23552026-07-31T16:21:49.318Z Compiling bitfield-struct v0.6.2
23562026-07-31T16:21:49.334Z Compiling num-derive v0.4.2
23572026-07-31T16:21:49.338Z Compiling blake3 v1.8.5
23582026-07-31T16:21:49.365Z Compiling memmap v0.7.0
23592026-07-31T16:21:49.368Z Compiling sigpipe v0.1.3
23602026-07-31T16:21:49.416Z Compiling glob v0.3.3
23612026-07-31T16:21:49.487Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23622026-07-31T16:21:49.510Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23632026-07-31T16:21:50.516Z Compiling swrite v0.1.0
23642026-07-31T16:21:50.539Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
23652026-07-31T16:21:50.539Z Compiling smf v0.2.3
23662026-07-31T16:21:50.539Z Compiling usdt v0.5.0
23672026-07-31T16:21:50.540Z Compiling filetime v0.2.27
23682026-07-31T16:21:50.540Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23692026-07-31T16:21:50.540Z Compiling constant_time_eq v0.4.2
23702026-07-31T16:21:50.540Z Compiling whoami v1.6.1
23712026-07-31T16:21:50.540Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23722026-07-31T16:21:50.540Z Compiling xattr v1.6.1
23732026-07-31T16:21:50.540Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
23742026-07-31T16:21:50.540Z Compiling arrayvec v0.7.6
23752026-07-31T16:21:50.540Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
23762026-07-31T16:21:50.540Z Compiling arrayref v0.3.9
23772026-07-31T16:21:50.540Z Compiling zone v0.3.1
23782026-07-31T16:21:50.540Z Compiling tar v0.4.46
23792026-07-31T16:21:50.540Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23802026-07-31T16:21:50.557Z Compiling tokio-dtrace v0.1.1
23812026-07-31T16:21:50.561Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23822026-07-31T16:21:50.639Z Compiling console v0.16.2
23832026-07-31T16:21:50.692Z Compiling gethostname v0.5.0
23842026-07-31T16:21:50.852Z Compiling unit-prefix v0.5.2
23852026-07-31T16:21:50.880Z Compiling topological-sort v0.2.2
23862026-07-31T16:21:50.916Z Compiling oxide-tokio-rt v0.1.4
23872026-07-31T16:21:51.033Z Compiling toml v0.8.23
23882026-07-31T16:21:51.065Z Compiling indicatif v0.18.4
23892026-07-31T16:21:51.110Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23902026-07-31T16:21:51.158Z Compiling shell-words v1.1.1
23912026-07-31T16:22:00.508Z Compiling progenitor-client v0.14.0
23922026-07-31T16:22:00.508Z Compiling omicron-zone-package v0.12.3
23932026-07-31T16:22:00.748Z Compiling progenitor-extras v0.2.0
23942026-07-31T16:22:01.050Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23952026-07-31T16:22:01.166Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23962026-07-31T16:22:01.212Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23972026-07-31T16:22:01.215Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23982026-07-31T16:22:01.268Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23992026-07-31T16:22:01.303Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
24002026-07-31T16:22:01.408Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24012026-07-31T16:22:01.590Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24022026-07-31T16:22:02.450Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24032026-07-31T16:22:06.251Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24042026-07-31T16:22:14.368Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24052026-07-31T16:22:17.556Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
24062026-07-31T16:22:18.592Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
24072026-07-31T16:22:27.941Z Finished `release` profile [optimized] target(s) in 1m 40s
24082026-07-31T16:22:28.085Z Running `target/release/omicron-package -t test target create -p dev`
24092026-07-31T16:22:28.144ZLogging to: /work/oxidecomputer/omicron/out/LOG
24102026-07-31T16:22:28.147ZCreated new build target 'test' and set it as active
24112026-07-31T16:22:28.147Z
24122026-07-31T16:22:28.147Zreal 1:40.383909584
24132026-07-31T16:22:28.147Zuser 16:20.746967337
24142026-07-31T16:22:28.147Zsys 2:34.905551675
24152026-07-31T16:22:28.147Ztrap 0.454063704
24162026-07-31T16:22:28.147Ztflt 2.073245176
24172026-07-31T16:22:28.147Zdflt 5.011847777
24182026-07-31T16:22:28.147Zkflt 0.000503540
24192026-07-31T16:22:28.147Zlock 52:49.064241345
24202026-07-31T16:22:28.147Zslp 41:53.488348940
24212026-07-31T16:22:28.148Zlat 42.426749662
24222026-07-31T16:22:28.148Zstop 5:35.149063456
24232026-07-31T16:22:28.148Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24242026-07-31T16:22:29.026Z Finished `release` profile [optimized] target(s) in 0.86s
24252026-07-31T16:22:29.093Z Running `target/release/omicron-package -t test package`
24262026-07-31T16:22:29.147ZLogging to: /work/oxidecomputer/omicron/out/LOG
24272026-07-31T16:22:30.556Z Compiling heck v0.5.0
24282026-07-31T16:22:30.756Z Compiling regress v0.11.1
24292026-07-31T16:22:30.784Z Compiling unsafe-libyaml v0.2.11
24302026-07-31T16:22:30.804Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24312026-07-31T16:22:30.829Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24322026-07-31T16:22:30.829Z Compiling derive-where v1.6.0
24332026-07-31T16:22:30.850Z Compiling bytecount v0.6.9
24342026-07-31T16:22:30.887Z Compiling atomicwrites v0.4.4
24352026-07-31T16:22:30.890Z Compiling is-terminal v0.4.17
24362026-07-31T16:22:30.890Z Compiling prettyplease v0.2.37
24372026-07-31T16:22:30.890Z Compiling console v0.15.11
24382026-07-31T16:22:30.890Z Compiling newline-converter v0.3.0
24392026-07-31T16:22:30.984Z Compiling slog-dtrace v0.3.0
24402026-07-31T16:22:31.005Z Compiling cancel-safe-futures v0.1.5
24412026-07-31T16:22:31.009Z Compiling resolv-conf v0.7.6
24422026-07-31T16:22:31.053Z Compiling num-rational v0.4.2
24432026-07-31T16:22:31.073Z Compiling num-complex v0.4.6
24442026-07-31T16:22:31.077Z Compiling thread_local v1.1.9
24452026-07-31T16:22:31.116Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24462026-07-31T16:22:31.119Z Compiling match_cfg v0.1.0
24472026-07-31T16:22:31.187Z Compiling compression-core v0.4.31
24482026-07-31T16:22:31.231Z Compiling unicode-width v0.1.14
24492026-07-31T16:22:31.278Z Compiling serde_yaml v0.9.34+deprecated
24502026-07-31T16:22:31.325Z Compiling expectorate v1.2.0
24512026-07-31T16:22:31.359Z Compiling compression-codecs v0.4.37
24522026-07-31T16:22:31.559Z Compiling num v0.4.3
24532026-07-31T16:22:31.580Z Compiling hostname v0.3.1
24542026-07-31T16:22:31.583Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24552026-07-31T16:22:31.618Z Compiling multer v3.1.0
24562026-07-31T16:22:31.622Z Compiling slog-async v2.8.0
24572026-07-31T16:22:31.663Z Compiling crossbeam-channel v0.5.15
24582026-07-31T16:22:31.663Z Compiling slog-json v2.6.1
24592026-07-31T16:22:31.706Z Compiling serde_spanned v1.1.1
24602026-07-31T16:22:31.727Z Compiling toml_datetime v1.1.1+spec-1.1.0
24612026-07-31T16:22:31.747Z Compiling linked-hash-map v0.5.6
24622026-07-31T16:22:31.816Z Compiling term v1.2.1
24632026-07-31T16:22:31.890Z Compiling linear-map v1.2.0
24642026-07-31T16:22:31.918Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24652026-07-31T16:22:31.991Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24662026-07-31T16:22:32.014Z Compiling take_mut v0.2.2
24672026-07-31T16:22:32.032Z Compiling float-ord v0.3.2
24682026-07-31T16:22:32.057Z Compiling oxide-update-engine-types v0.1.2
24692026-07-31T16:22:32.078Z Compiling toml_writer v1.1.1+spec-1.1.0
24702026-07-31T16:22:32.102Z Compiling lru-cache v0.1.2
24712026-07-31T16:22:32.149Z Compiling slog-term v2.9.2
24722026-07-31T16:22:32.169Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24732026-07-31T16:22:32.172Z Compiling slog-bunyan v2.5.0
24742026-07-31T16:22:32.233Z Compiling async-compression v0.4.41
24752026-07-31T16:22:32.271Z Compiling toml v1.1.2+spec-1.1.0
24762026-07-31T16:22:32.322Z Compiling typify-impl v0.6.2
24772026-07-31T16:22:32.361Z Compiling dropshot v0.17.1
24782026-07-31T16:22:32.429Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24792026-07-31T16:22:32.584Z Compiling async-stream v0.3.6
24802026-07-31T16:22:32.593Z Compiling sha1 v0.11.0
24812026-07-31T16:22:32.596Z Compiling progenitor-client v0.14.0
24822026-07-31T16:22:32.636Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24832026-07-31T16:22:32.658Z Compiling waitgroup v0.1.2
24842026-07-31T16:22:32.771Z Compiling rustls-pemfile v2.2.0
24852026-07-31T16:22:32.799Z Compiling backon v1.6.0
24862026-07-31T16:22:32.820Z Compiling hostname v0.4.2
24872026-07-31T16:22:32.838Z Compiling serde_path_to_error v0.1.20
24882026-07-31T16:22:32.869Z Compiling instant v0.1.13
24892026-07-31T16:22:32.932Z Compiling debug-ignore v1.0.5
24902026-07-31T16:22:32.982Z Compiling minimal-lexical v0.2.1
24912026-07-31T16:22:32.982Z Compiling backoff v0.4.0
24922026-07-31T16:22:33.025Z Compiling progenitor-extras v0.2.0
24932026-07-31T16:22:33.047Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
24942026-07-31T16:22:33.069Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24952026-07-31T16:22:33.219Z Compiling nom v7.1.3
24962026-07-31T16:22:33.275Z Compiling oxide-update-engine v0.1.2
24972026-07-31T16:22:33.300Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24982026-07-31T16:22:33.357Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24992026-07-31T16:22:33.378Z Compiling parse-display v0.10.0
25002026-07-31T16:22:33.401Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
25012026-07-31T16:22:33.598Z Compiling hickory-proto v0.24.4
25022026-07-31T16:22:33.922Z Compiling regress v0.10.5
25032026-07-31T16:22:34.062Z Compiling itertools v0.14.0
25042026-07-31T16:22:34.573Z Compiling macaddr v1.0.1
25052026-07-31T16:22:34.633Z Compiling humantime v2.3.0
25062026-07-31T16:22:34.662Z Compiling unicode-xid v0.2.6
25072026-07-31T16:22:34.902Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25082026-07-31T16:22:34.924Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25092026-07-31T16:22:34.979Z Compiling convert_case v0.10.0
25102026-07-31T16:22:35.167Z Compiling owo-colors v4.3.0
25112026-07-31T16:22:35.229Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25122026-07-31T16:22:35.267Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25132026-07-31T16:22:35.343Z Compiling derive_more-impl v2.1.1
25142026-07-31T16:22:35.527Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25152026-07-31T16:22:35.572Z Compiling toml v0.8.23
25162026-07-31T16:22:35.833Z Compiling typify-macro v0.6.2
25172026-07-31T16:22:35.940Z Compiling papergrid v0.11.0
25182026-07-31T16:22:36.012Z Compiling tabled_derive v0.7.0
25192026-07-31T16:22:36.137Z Compiling hickory-resolver v0.24.4
25202026-07-31T16:22:36.175Z Compiling derive_more v2.1.1
25212026-07-31T16:22:36.282Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25222026-07-31T16:22:36.676Z Compiling termtree v0.5.1
25232026-07-31T16:22:36.878Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25242026-07-31T16:22:36.917Z Compiling tabled v0.15.0
25252026-07-31T16:22:37.296Z Compiling crossterm v0.29.0
25262026-07-31T16:22:37.354Z Compiling qorb v0.4.1
25272026-07-31T16:22:37.396Z Compiling typify v0.6.2
25282026-07-31T16:22:37.687Z Compiling progenitor-impl v0.14.0
25292026-07-31T16:22:38.221Z Compiling phf_shared v0.12.1
25302026-07-31T16:22:38.490Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25312026-07-31T16:22:39.022Z Compiling vte v0.14.1
25322026-07-31T16:22:39.283Z Compiling csv-core v0.1.13
25332026-07-31T16:22:39.718Z Compiling highway v1.3.0
25342026-07-31T16:22:39.887Z Compiling progenitor-macro v0.14.0
25352026-07-31T16:22:40.433Z Compiling chrono-tz v0.10.4
25362026-07-31T16:22:40.675Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25372026-07-31T16:22:40.991Z Compiling csv v1.4.0
25382026-07-31T16:22:41.260Z Compiling strip-ansi-escapes v0.2.1
25392026-07-31T16:22:41.320Z Compiling phf v0.12.1
25402026-07-31T16:22:41.432Z Compiling const_format_proc_macros v0.2.34
25412026-07-31T16:22:41.520Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25422026-07-31T16:22:41.817Z Compiling fd-lock v4.0.4
25432026-07-31T16:22:41.838Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25442026-07-31T16:22:41.994Z Compiling peg-macros v0.8.5
25452026-07-31T16:22:42.225Z Compiling nu-ansi-term v0.50.3
25462026-07-31T16:22:42.364Z Compiling const_format v0.2.35
25472026-07-31T16:22:42.687Z Compiling reedline v0.40.0
25482026-07-31T16:22:42.879Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25492026-07-31T16:22:43.229Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25502026-07-31T16:22:43.408Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25512026-07-31T16:22:44.051Z Compiling peg v0.8.5
25522026-07-31T16:22:44.079Z Compiling progenitor v0.14.0
25532026-07-31T16:22:44.157Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25542026-07-31T16:22:44.270Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25552026-07-31T16:22:44.348Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25562026-07-31T16:22:44.361Z Compiling bcs v0.1.6
25572026-07-31T16:22:44.826Z Compiling nom v8.0.0
25582026-07-31T16:22:44.943Z Compiling semver v0.1.20
25592026-07-31T16:22:45.238Z Compiling rustc_version v0.1.7
25602026-07-31T16:22:45.475Z Compiling newtype_derive v0.1.6
25612026-07-31T16:22:45.705Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25622026-07-31T16:22:45.959Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
25632026-07-31T16:22:46.052Z Compiling smawk v0.3.2
25642026-07-31T16:22:46.218Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25652026-07-31T16:22:46.244Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25662026-07-31T16:22:46.360Z Compiling unicode-linebreak v0.1.5
25672026-07-31T16:22:46.604Z Compiling textwrap v0.16.2
25682026-07-31T16:22:46.668Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25692026-07-31T16:22:46.799Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25702026-07-31T16:22:47.359Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
25712026-07-31T16:22:47.580Z Compiling steno v0.4.1
25722026-07-31T16:22:47.690Z Compiling dropshot-api-manager-types v0.7.2
25732026-07-31T16:22:48.035Z Compiling base64 v0.21.7
25742026-07-31T16:22:48.136Z Compiling sha1 v0.10.6
25752026-07-31T16:22:48.302Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25762026-07-31T16:22:48.478Z Compiling tagptr v0.2.0
25772026-07-31T16:22:48.565Z Compiling utf-8 v0.7.6
25782026-07-31T16:22:48.613Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25792026-07-31T16:22:48.656Z Compiling display-error-chain v0.2.2
25802026-07-31T16:22:48.680Z Compiling moka v0.12.13
25812026-07-31T16:22:48.827Z Compiling tungstenite v0.21.0
25822026-07-31T16:22:48.895Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25832026-07-31T16:22:48.914Z Compiling darling_core v0.21.3
25842026-07-31T16:22:49.021Z Compiling radium v0.7.0
25852026-07-31T16:22:49.340Z Compiling tap v1.0.1
25862026-07-31T16:22:49.491Z Compiling tokio-tungstenite v0.21.0
25872026-07-31T16:22:49.891Z Compiling hickory-resolver v0.25.2
25882026-07-31T16:22:49.961Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
25892026-07-31T16:22:50.040Z Compiling maybe-uninit v2.0.0
25902026-07-31T16:22:50.398Z Compiling wyz v0.5.1
25912026-07-31T16:22:50.945Z Compiling vergen-lib v0.1.6
25922026-07-31T16:22:50.967Z Compiling zerocopy-derive v0.6.6
25932026-07-31T16:22:51.054Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25942026-07-31T16:22:51.174Z Compiling darling_macro v0.21.3
25952026-07-31T16:22:51.536Z Compiling proc-macro-error-attr2 v2.0.0
25962026-07-31T16:22:51.701Z Compiling darling v0.21.3
25972026-07-31T16:22:51.755Z Compiling packed_struct v0.10.1
25982026-07-31T16:22:51.822Z Compiling funty v2.0.0
25992026-07-31T16:22:51.980Z Compiling diesel_derives v2.3.7
26002026-07-31T16:22:52.033Z Compiling crc-catalog v2.4.0
26012026-07-31T16:22:52.164Z Compiling crc v3.4.0
26022026-07-31T16:22:52.234Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26032026-07-31T16:22:52.388Z Compiling bitvec v1.0.1
26042026-07-31T16:22:52.489Z Compiling proc-macro-error2 v2.0.1
26052026-07-31T16:22:52.767Z Compiling dsl_auto_type v0.2.0
26062026-07-31T16:22:52.805Z Compiling zerocopy v0.6.6
26072026-07-31T16:22:53.083Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26082026-07-31T16:22:53.104Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
26092026-07-31T16:22:53.325Z Compiling libscf-sys v1.2.0
26102026-07-31T16:22:53.381Z Compiling scheduled-thread-pool v0.2.7
26112026-07-31T16:22:53.406Z Compiling packed_struct_codegen v0.10.1
26122026-07-31T16:22:53.531Z Compiling vergen-gitcl v1.0.8
26132026-07-31T16:22:53.771Z Compiling diesel_table_macro_syntax v0.3.0
26142026-07-31T16:22:53.976Z Compiling bitfield-macros v0.19.4
26152026-07-31T16:22:53.997Z Compiling dirs-sys-next v0.1.2
26162026-07-31T16:22:54.281Z Compiling indexmap v1.9.3
26172026-07-31T16:22:54.302Z Compiling maplit v1.0.2
26182026-07-31T16:22:54.419Z Compiling nodrop v0.1.14
26192026-07-31T16:22:54.441Z Compiling crunchy v0.2.4
26202026-07-31T16:22:54.522Z Compiling xshell-macros v0.2.7
26212026-07-31T16:22:54.551Z Compiling glob v0.3.3
26222026-07-31T16:22:54.702Z Compiling bitfield v0.19.4
26232026-07-31T16:22:54.796Z Compiling array-init v0.0.4
26242026-07-31T16:22:54.905Z Compiling clang-sys v1.8.1
26252026-07-31T16:22:54.927Z Compiling xshell v0.2.7
26262026-07-31T16:22:55.033Z Compiling dirs-next v2.0.0
26272026-07-31T16:22:55.203Z Compiling r2d2 v0.8.10
26282026-07-31T16:22:55.229Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26292026-07-31T16:22:55.290Z Compiling smallvec v0.6.14
26302026-07-31T16:22:55.492Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26312026-07-31T16:22:55.556Z Compiling tabled_derive v0.11.0
26322026-07-31T16:22:55.860Z Compiling papergrid v0.17.0
26332026-07-31T16:22:55.903Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26342026-07-31T16:22:56.105Z Compiling testing_table v0.3.0
26352026-07-31T16:22:56.171Z Compiling tiny-keccak v2.0.2
26362026-07-31T16:22:56.361Z Compiling hashbrown v0.12.3
26372026-07-31T16:22:56.383Z Compiling downcast-rs v2.0.2
26382026-07-31T16:22:56.406Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26392026-07-31T16:22:56.496Z Compiling serde-hex v0.1.0
26402026-07-31T16:22:56.549Z Compiling term v0.7.0
26412026-07-31T16:22:56.689Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26422026-07-31T16:22:56.967Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26432026-07-31T16:22:57.047Z Compiling tabled v0.20.0
26442026-07-31T16:22:57.508Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26452026-07-31T16:22:57.748Z Compiling ron v0.8.1
26462026-07-31T16:22:57.825Z Compiling hashbrown v0.13.2
26472026-07-31T16:22:58.383Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26482026-07-31T16:22:58.488Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26492026-07-31T16:22:58.524Z Compiling bit-vec v0.6.3
26502026-07-31T16:22:58.656Z Compiling crc-any v2.5.0
26512026-07-31T16:22:58.769Z Compiling bit-set v0.5.3
26522026-07-31T16:22:58.798Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26532026-07-31T16:22:58.971Z Compiling object v0.30.4
26542026-07-31T16:22:59.088Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26552026-07-31T16:22:59.510Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26562026-07-31T16:22:59.646Z Compiling ascii-canvas v3.0.0
26572026-07-31T16:22:59.765Z Compiling diesel v2.3.7
26582026-07-31T16:22:59.855Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26592026-07-31T16:22:59.905Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26602026-07-31T16:22:59.958Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26612026-07-31T16:23:00.151Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26622026-07-31T16:23:00.173Z Compiling itertools v0.10.5
26632026-07-31T16:23:00.331Z Compiling ena v0.14.4
26642026-07-31T16:23:00.442Z Compiling libloading v0.8.9
26652026-07-31T16:23:00.579Z Compiling unicase v2.9.0
26662026-07-31T16:23:00.678Z Compiling regex-syntax v0.6.29
26672026-07-31T16:23:00.891Z Compiling diff v0.1.13
26682026-07-31T16:23:01.148Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26692026-07-31T16:23:01.172Z Compiling bindgen v0.71.1
26702026-07-31T16:23:01.265Z Compiling path-slash v0.1.5
26712026-07-31T16:23:01.676Z Compiling cexpr v0.6.0
26722026-07-31T16:23:02.300Z Compiling lalrpop v0.19.12
26732026-07-31T16:23:02.566Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26742026-07-31T16:23:02.636Z Compiling crc8 v0.1.1
26752026-07-31T16:23:02.774Z Compiling rustc-hash v2.1.1
26762026-07-31T16:23:02.932Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26772026-07-31T16:23:03.729Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26782026-07-31T16:23:03.806Z Compiling headers-core v0.3.0
26792026-07-31T16:23:03.866Z Compiling libxml v0.3.3
26802026-07-31T16:23:03.963Z Compiling headers v0.4.1
26812026-07-31T16:23:04.177Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26822026-07-31T16:23:04.209Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26832026-07-31T16:23:04.232Z Compiling strum_macros v0.24.3
26842026-07-31T16:23:04.407Z Compiling indoc v1.0.9
26852026-07-31T16:23:04.840Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26862026-07-31T16:23:05.015Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
26872026-07-31T16:23:05.464Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26882026-07-31T16:23:05.558Z Compiling derive_builder v0.20.2
26892026-07-31T16:23:05.678Z Compiling oso-derive v0.27.3
26902026-07-31T16:23:05.746Z Compiling quick-xml v0.37.5
26912026-07-31T16:23:06.055Z Compiling impl-trait-for-tuples v0.2.3
26922026-07-31T16:23:06.185Z Compiling openssl-probe v0.1.6
26932026-07-31T16:23:06.259Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26942026-07-31T16:23:06.342Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26952026-07-31T16:23:06.486Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26962026-07-31T16:23:06.743Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26972026-07-31T16:23:06.899Z Compiling bb8 v0.8.6
26982026-07-31T16:23:06.929Z Compiling trait-variant v0.1.2
26992026-07-31T16:23:06.971Z Compiling half v1.8.3
27002026-07-31T16:23:07.056Z Compiling salty v0.3.0
27012026-07-31T16:23:07.267Z Compiling serde_cbor v0.11.2
27022026-07-31T16:23:07.391Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27032026-07-31T16:23:07.410Z Compiling progenitor-impl v0.13.0
27042026-07-31T16:23:07.472Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27052026-07-31T16:23:07.669Z Compiling samael v0.0.19
27062026-07-31T16:23:07.716Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27072026-07-31T16:23:08.244Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27082026-07-31T16:23:08.386Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27092026-07-31T16:23:08.749Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27102026-07-31T16:23:08.926Z Compiling progenitor-client v0.13.0
27112026-07-31T16:23:09.409Z Compiling rfc6979 v0.4.0
27122026-07-31T16:23:09.431Z Compiling nonempty v0.12.0
27132026-07-31T16:23:09.605Z Compiling ecdsa v0.16.9
27142026-07-31T16:23:09.637Z Compiling progenitor-macro v0.13.0
27152026-07-31T16:23:09.659Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27162026-07-31T16:23:09.682Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27172026-07-31T16:23:09.878Z Compiling polar-core v0.27.3
27182026-07-31T16:23:10.254Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27192026-07-31T16:23:10.321Z Compiling primeorder v0.13.6
27202026-07-31T16:23:10.638Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27212026-07-31T16:23:10.929Z Compiling fxhash v0.2.1
27222026-07-31T16:23:11.046Z Compiling libz-sys v1.1.24
27232026-07-31T16:23:11.099Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27242026-07-31T16:23:11.364Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27252026-07-31T16:23:11.533Z Compiling p384 v0.13.1
27262026-07-31T16:23:11.903Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27272026-07-31T16:23:12.631Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27282026-07-31T16:23:12.654Z Compiling kstat-rs v0.2.4
27292026-07-31T16:23:13.092Z Compiling arc-swap v1.8.2
27302026-07-31T16:23:13.486Z Compiling fs-err v2.11.0
27312026-07-31T16:23:13.637Z Compiling slog-scope v4.4.1
27322026-07-31T16:23:13.702Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32)
27332026-07-31T16:23:13.786Z Compiling progenitor v0.13.0
27342026-07-31T16:23:13.790Z Compiling mime_guess v2.0.5
27352026-07-31T16:23:13.901Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27362026-07-31T16:23:13.981Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
27372026-07-31T16:23:14.328Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27382026-07-31T16:23:14.349Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27392026-07-31T16:23:14.751Z Compiling nanorand v0.7.0
27402026-07-31T16:23:15.079Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27412026-07-31T16:23:15.138Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
27422026-07-31T16:23:15.387Z Compiling libgit2-sys v0.18.3+1.9.2
27432026-07-31T16:23:15.554Z Compiling parking_lot_core v0.8.6
27442026-07-31T16:23:15.685Z Compiling corncobs v0.1.4
27452026-07-31T16:23:15.873Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27462026-07-31T16:23:15.967Z Compiling flume v0.11.1
27472026-07-31T16:23:16.367Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27482026-07-31T16:23:16.542Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27492026-07-31T16:23:17.987Z Compiling diesel-dtrace v0.5.0
27502026-07-31T16:23:18.197Z Compiling async-bb8-diesel v0.2.1
27512026-07-31T16:23:18.321Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27522026-07-31T16:23:19.109Z Compiling oso v0.27.3
27532026-07-31T16:23:19.766Z Compiling slog-stdlog v4.1.1
27542026-07-31T16:23:20.296Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27552026-07-31T16:23:20.697Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27562026-07-31T16:23:21.578Z Compiling git-stub v1.0.0
27572026-07-31T16:23:21.864Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27582026-07-31T16:23:21.887Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27592026-07-31T16:23:23.177Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27602026-07-31T16:23:23.658Z Compiling secrecy v0.8.0
27612026-07-31T16:23:23.855Z Compiling atty v0.2.14
27622026-07-31T16:23:24.010Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27632026-07-31T16:23:24.035Z Compiling parse-size v1.1.0
27642026-07-31T16:23:24.260Z Compiling instability v0.3.11
27652026-07-31T16:23:24.488Z Compiling http-range v0.1.5
27662026-07-31T16:23:24.822Z Compiling strsim v0.10.0
27672026-07-31T16:23:25.142Z Compiling darling_core v0.13.4
27682026-07-31T16:23:25.757Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
27692026-07-31T16:23:26.316Z Compiling git-stub-vcs v0.1.0
27702026-07-31T16:23:26.479Z Compiling slog-envlogger v2.2.0
27712026-07-31T16:23:26.726Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27722026-07-31T16:23:27.606Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27732026-07-31T16:23:27.991Z Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions)
27742026-07-31T16:23:28.283Z Compiling ignore v0.4.25
27752026-07-31T16:23:29.705Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27762026-07-31T16:23:29.824Z Compiling castaway v0.2.4
27772026-07-31T16:23:29.987Z Compiling vergen-git2 v9.1.0
27782026-07-31T16:23:30.210Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27792026-07-31T16:23:30.451Z Compiling indoc v2.0.7
27802026-07-31T16:23:30.618Z Compiling compact_str v0.8.1
27812026-07-31T16:23:30.799Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27822026-07-31T16:23:31.023Z Compiling globwalk v0.9.1
27832026-07-31T16:23:31.140Z Compiling parking_lot v0.11.2
27842026-07-31T16:23:31.614Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
27852026-07-31T16:23:31.675Z Compiling hyper-staticfile v0.10.1
27862026-07-31T16:23:31.734Z Compiling darling_macro v0.13.4
27872026-07-31T16:23:31.755Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27882026-07-31T16:23:32.029Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27892026-07-31T16:23:32.252Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27902026-07-31T16:23:32.274Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
27912026-07-31T16:23:32.332Z Compiling predicates-tree v1.0.13
27922026-07-31T16:23:32.666Z Compiling unicode-truncate v1.1.0
27932026-07-31T16:23:32.749Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27942026-07-31T16:23:32.827Z Compiling lru v0.12.5
27952026-07-31T16:23:32.878Z Compiling prefix-trie v0.7.0
27962026-07-31T16:23:32.983Z Compiling rand_seeder v0.4.0
27972026-07-31T16:23:33.051Z Compiling illumos-nvpair-sys v0.2.0
27982026-07-31T16:23:33.210Z Compiling cassowary v0.3.0
27992026-07-31T16:23:33.242Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28002026-07-31T16:23:33.307Z Compiling hickory-server v0.25.2
28012026-07-31T16:23:33.364Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
28022026-07-31T16:23:33.473Z Compiling ratatui v0.29.0
28032026-07-31T16:23:34.116Z Compiling camino-tempfile-ext v0.3.3
28042026-07-31T16:23:34.187Z Compiling darling v0.13.4
28052026-07-31T16:23:34.706Z Compiling sled v0.34.7
28062026-07-31T16:23:34.796Z Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types)
28072026-07-31T16:23:35.012Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28082026-07-31T16:23:35.083Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28092026-07-31T16:23:35.318Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28102026-07-31T16:23:36.666Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28112026-07-31T16:23:37.838Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28122026-07-31T16:23:37.998Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28132026-07-31T16:23:38.083Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28142026-07-31T16:23:38.367Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28152026-07-31T16:23:38.372Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28162026-07-31T16:23:39.088Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28172026-07-31T16:23:39.367Z Compiling serde_with_macros v1.5.2
28182026-07-31T16:23:39.879Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28192026-07-31T16:23:40.192Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28202026-07-31T16:23:41.191Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28212026-07-31T16:23:41.414Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28222026-07-31T16:23:41.536Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28232026-07-31T16:23:41.672Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28242026-07-31T16:23:41.754Z Compiling git2 v0.20.4
28252026-07-31T16:23:41.776Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28262026-07-31T16:23:41.889Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28272026-07-31T16:23:41.911Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28282026-07-31T16:23:42.000Z Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation)
28292026-07-31T16:23:42.161Z Compiling void v1.0.2
28302026-07-31T16:23:42.293Z Compiling lzss v0.8.2
28312026-07-31T16:23:42.385Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
28322026-07-31T16:23:42.512Z Compiling serde_with v1.14.0
28332026-07-31T16:23:42.578Z Compiling illumos-nvpair v0.3.0
28342026-07-31T16:23:43.588Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
28352026-07-31T16:23:43.734Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
28362026-07-31T16:23:43.860Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28372026-07-31T16:23:44.861Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28382026-07-31T16:23:45.325Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28392026-07-31T16:23:45.650Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28402026-07-31T16:23:46.126Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28412026-07-31T16:23:46.269Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28422026-07-31T16:23:46.743Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28432026-07-31T16:23:46.973Z Compiling tungstenite v0.23.0
28442026-07-31T16:23:46.996Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28452026-07-31T16:23:47.473Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28462026-07-31T16:23:48.545Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28472026-07-31T16:23:48.800Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28482026-07-31T16:23:48.962Z Compiling nix v0.27.1
28492026-07-31T16:23:49.024Z Compiling twox-hash v2.1.2
28502026-07-31T16:23:49.116Z Compiling libsw-core v0.3.2
28512026-07-31T16:23:49.231Z Compiling serde_bytes v0.11.19
28522026-07-31T16:23:49.345Z Compiling libsw v3.5.0
28532026-07-31T16:23:49.584Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28542026-07-31T16:23:49.588Z Compiling tokio-tungstenite v0.23.1
28552026-07-31T16:23:49.606Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
28562026-07-31T16:23:49.629Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28572026-07-31T16:23:49.989Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28582026-07-31T16:23:50.150Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28592026-07-31T16:23:50.703Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28602026-07-31T16:23:51.179Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28612026-07-31T16:23:51.701Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28622026-07-31T16:23:53.053Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28632026-07-31T16:23:53.695Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28642026-07-31T16:23:53.830Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28652026-07-31T16:23:54.378Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
28662026-07-31T16:23:54.927Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28672026-07-31T16:23:55.222Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28682026-07-31T16:23:55.245Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28692026-07-31T16:23:55.592Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28702026-07-31T16:23:56.741Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28712026-07-31T16:23:57.220Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28722026-07-31T16:23:57.619Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28732026-07-31T16:23:58.927Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28742026-07-31T16:24:00.691Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
28752026-07-31T16:24:00.826Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28762026-07-31T16:24:01.715Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28772026-07-31T16:24:01.788Z Compiling signal-hook-tokio v0.3.1
28782026-07-31T16:24:01.947Z Compiling fatfs v0.3.6
28792026-07-31T16:24:02.008Z Compiling yasna v0.5.2
28802026-07-31T16:24:02.031Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28812026-07-31T16:24:02.346Z Compiling is_ci v1.2.0
28822026-07-31T16:24:02.370Z Compiling assert_matches v1.5.0
28832026-07-31T16:24:02.485Z Compiling seq-macro v0.3.6
28842026-07-31T16:24:02.570Z Compiling rcgen v0.12.1
28852026-07-31T16:24:02.808Z Compiling supports-color v3.0.2
28862026-07-31T16:24:02.978Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28872026-07-31T16:24:03.203Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28882026-07-31T16:24:03.627Z Compiling oxide-update-engine-display v0.1.2
28892026-07-31T16:24:03.969Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28902026-07-31T16:24:04.621Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28912026-07-31T16:24:05.952Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28922026-07-31T16:24:06.187Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28932026-07-31T16:24:06.416Z Compiling port-file v0.1.0
28942026-07-31T16:24:06.760Z Compiling rtoolbox v0.0.3
28952026-07-31T16:24:07.043Z Compiling subprocess v0.2.15
28962026-07-31T16:24:07.223Z Compiling rpassword v7.5.4
28972026-07-31T16:24:07.869Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28982026-07-31T16:24:07.987Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28992026-07-31T16:24:09.281Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
29002026-07-31T16:24:09.428Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
29012026-07-31T16:24:09.676Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
29022026-07-31T16:24:11.046Z Compiling tui-tree-widget v0.23.1
29032026-07-31T16:24:11.338Z Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api)
29042026-07-31T16:24:11.574Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29052026-07-31T16:24:11.721Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29062026-07-31T16:24:13.244Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29072026-07-31T16:24:13.443Z Compiling uzers v0.12.2
29082026-07-31T16:24:13.519Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29092026-07-31T16:24:14.213Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29102026-07-31T16:24:15.230Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29112026-07-31T16:24:16.388Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29122026-07-31T16:24:17.152Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29132026-07-31T16:24:19.064Z Compiling support-bundle-viewer v0.1.2
29142026-07-31T16:24:19.289Z Compiling multimap v0.10.1
29152026-07-31T16:24:31.168Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29162026-07-31T16:24:35.789Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29172026-07-31T16:24:41.473Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29182026-07-31T16:24:41.901Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29192026-07-31T16:24:44.059Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29202026-07-31T16:32:13.318Z Finished `release` profile [optimized] target(s) in 9m 44s
29212026-07-31T16:32:13.322Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
29222026-07-31T16:32:13.322Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
29232026-07-31T16:33:05.681Z
29242026-07-31T16:33:05.681Zreal 10:37.507554924
29252026-07-31T16:33:05.681Zuser 1:21:52.976523227
29262026-07-31T16:33:05.684Zsys 3:38.984903736
29272026-07-31T16:33:05.684Ztrap 1.811644941
29282026-07-31T16:33:05.684Ztflt 2.141227159
29292026-07-31T16:33:05.684Zdflt 18.747434173
29302026-07-31T16:33:05.684Zkflt 0.031500821
29312026-07-31T16:33:05.684Zlock 7:53:13.052096140
29322026-07-31T16:33:05.684Zslp 2:20:01.543117193
29332026-07-31T16:33:05.684Zlat 2:31.967064370
29342026-07-31T16:33:05.684Zstop 5:50.493122414
29352026-07-31T16:33:05.684Z+ mapfile -t packages
29362026-07-31T16:33:05.684Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29372026-07-31T16:33:06.631Z Finished `release` profile [optimized] target(s) in 0.93s
29382026-07-31T16:33:06.702Z Running `target/release/omicron-package -t test list-outputs`
29392026-07-31T16:33:06.763ZLogging to: /work/oxidecomputer/omicron/out/LOG
29402026-07-31T16:33:06.766Z+ ptime -m cargo build --locked --release -p xtask
29412026-07-31T16:33:07.248Z Compiling libc v0.2.185
29422026-07-31T16:33:07.248Z Compiling serde_core v1.0.228
29432026-07-31T16:33:07.251Z Compiling serde v1.0.228
29442026-07-31T16:33:07.251Z Compiling rustix v1.1.3
29452026-07-31T16:33:07.251Z Compiling bitflags v2.11.0
29462026-07-31T16:33:07.251Z Compiling serde_json v1.0.151
29472026-07-31T16:33:07.405Z Compiling syn v2.0.117
29482026-07-31T16:33:07.405Z Compiling usdt-impl v0.5.0
29492026-07-31T16:33:07.423Z Compiling syn v1.0.109
29502026-07-31T16:33:07.434Z Compiling getrandom v0.4.1
29512026-07-31T16:33:07.434Z Compiling log v0.4.29
29522026-07-31T16:33:07.455Z Compiling indexmap v2.14.0
29532026-07-31T16:33:07.471Z Compiling fs-err v3.3.0
29542026-07-31T16:33:07.632Z Compiling anyhow v1.0.102
29552026-07-31T16:33:07.707Z Compiling heck v0.4.1
29562026-07-31T16:33:07.710Z Compiling once_cell v1.21.3
29572026-07-31T16:33:08.103Z Compiling errno v0.3.14
29582026-07-31T16:33:08.106Z Compiling thread-id v4.2.2
29592026-07-31T16:33:08.106Z Compiling memmap v0.7.0
29602026-07-31T16:33:08.852Z Compiling proc-macro-error v1.0.4
29612026-07-31T16:33:09.077Z Compiling terminal_size v0.4.3
29622026-07-31T16:33:09.077Z Compiling tempfile v3.25.0
29632026-07-31T16:33:09.110Z Compiling tabled_derive v0.7.0
29642026-07-31T16:33:09.176Z Compiling clap_builder v4.6.0
29652026-07-31T16:33:09.176Z Compiling textwrap v0.16.2
29662026-07-31T16:33:09.505Z Compiling camino v1.2.2
29672026-07-31T16:33:09.517Z Compiling cargo-platform v0.3.2
29682026-07-31T16:33:09.552Z Compiling semver v1.0.28
29692026-07-31T16:33:09.598Z Compiling pest_generator v2.8.6
29702026-07-31T16:33:09.806Z Compiling tabled v0.15.0
29712026-07-31T16:33:09.819Z Compiling camino-tempfile v1.4.1
29722026-07-31T16:33:10.101Z Compiling serde_derive v1.0.228
29732026-07-31T16:33:10.101Z Compiling thiserror-impl v1.0.69
29742026-07-31T16:33:10.101Z Compiling zerocopy-derive v0.7.35
29752026-07-31T16:33:10.104Z Compiling scroll_derive v0.12.1
29762026-07-31T16:33:10.104Z Compiling thiserror-impl v2.0.18
29772026-07-31T16:33:10.104Z Compiling clap_derive v4.6.1
29782026-07-31T16:33:10.165Z Compiling pest_derive v2.8.6
29792026-07-31T16:33:10.791Z Compiling scroll v0.12.0
29802026-07-31T16:33:10.995Z Compiling zerocopy v0.7.35
29812026-07-31T16:33:11.045Z Compiling goblin v0.8.2
29822026-07-31T16:33:11.251Z Compiling thiserror v1.0.69
29832026-07-31T16:33:11.368Z Compiling dtrace-parser v0.2.0
29842026-07-31T16:33:11.523Z Compiling thiserror v2.0.18
29852026-07-31T16:33:11.571Z Compiling clap v4.6.1
29862026-07-31T16:33:13.162Z Compiling dof v0.3.0
29872026-07-31T16:33:13.184Z Compiling serde_tokenstream v0.2.3
29882026-07-31T16:33:13.206Z Compiling toml_datetime v0.6.11
29892026-07-31T16:33:13.219Z Compiling serde_spanned v0.6.9
29902026-07-31T16:33:13.259Z Compiling macaddr v1.0.1
29912026-07-31T16:33:13.326Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
29922026-07-31T16:33:13.372Z Compiling cargo_metadata v0.23.1
29932026-07-31T16:33:13.513Z Compiling toml_edit v0.22.27
29942026-07-31T16:33:13.940Z Compiling usdt-attr-macro v0.5.0
29952026-07-31T16:33:13.940Z Compiling usdt-macro v0.5.0
29962026-07-31T16:33:14.606Z Compiling usdt v0.5.0
29972026-07-31T16:33:15.053Z Compiling toml v0.8.23
29982026-07-31T16:33:15.508Z Compiling cargo_toml v0.21.0
29992026-07-31T16:33:19.943Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30002026-07-31T16:33:23.177Z Finished `release` profile [optimized] target(s) in 16.40s
30012026-07-31T16:33:23.318Z
30022026-07-31T16:33:23.318Zreal 16.517813091
30032026-07-31T16:33:23.318Zuser 2:05.728501251
30042026-07-31T16:33:23.318Zsys 13.605718057
30052026-07-31T16:33:23.318Ztrap 0.062599515
30062026-07-31T16:33:23.318Ztflt 0.411706832
30072026-07-31T16:33:23.322Zdflt 1.521460950
30082026-07-31T16:33:23.322Zkflt 0.007663115
30092026-07-31T16:33:23.322Zlock 4:49.612493391
30102026-07-31T16:33:23.322Zslp 2:42.213072755
30112026-07-31T16:33:23.322Zlat 3.601287484
30122026-07-31T16:33:23.322Zstop 15.740969293
30132026-07-31T16:33:23.322Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30142026-07-31T16:33:23.322Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30152026-07-31T16:33:23.322Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30162026-07-31T16:33:23.322Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30172026-07-31T16:33:23.322Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30182026-07-31T16:33:24.261Z Compiling progenitor-client v0.14.0
30192026-07-31T16:33:24.262Z Compiling newtype-uuid-macros v0.1.0
30202026-07-31T16:33:24.262Z Compiling match_cfg v0.1.0
30212026-07-31T16:33:24.265Z Compiling slog-json v2.6.1
30222026-07-31T16:33:24.265Z Compiling structmeta-derive v0.3.0
30232026-07-31T16:33:24.265Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30242026-07-31T16:33:24.265Z Compiling sha1 v0.11.0
30252026-07-31T16:33:24.265Z Compiling multer v3.1.0
30262026-07-31T16:33:24.265Z Compiling debug-ignore v1.0.5
30272026-07-31T16:33:24.265Z Compiling compression-core v0.4.31
30282026-07-31T16:33:24.265Z Compiling async-stream-impl v0.3.6
30292026-07-31T16:33:24.412Z Compiling serde_spanned v1.1.1
30302026-07-31T16:33:24.415Z Compiling toml_datetime v1.1.1+spec-1.1.0
30312026-07-31T16:33:24.415Z Compiling dropshot v0.17.1
30322026-07-31T16:33:24.445Z Compiling toml_writer v1.1.1+spec-1.1.0
30332026-07-31T16:33:24.448Z Compiling waitgroup v0.1.2
30342026-07-31T16:33:24.543Z Compiling rustls-pemfile v2.2.0
30352026-07-31T16:33:24.684Z Compiling compression-codecs v0.4.37
30362026-07-31T16:33:24.721Z Compiling dropshot_endpoint v0.17.1
30372026-07-31T16:33:24.721Z Compiling serde_path_to_error v0.1.20
30382026-07-31T16:33:24.724Z Compiling hostname v0.4.2
30392026-07-31T16:33:24.770Z Compiling hostname v0.3.1
30402026-07-31T16:33:24.786Z Compiling toml v1.1.2+spec-1.1.0
30412026-07-31T16:33:24.890Z Compiling slog-bunyan v2.5.0
30422026-07-31T16:33:24.894Z Compiling async-compression v0.4.41
30432026-07-31T16:33:24.894Z Compiling atomicwrites v0.4.4
30442026-07-31T16:33:24.960Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30452026-07-31T16:33:24.963Z Compiling macaddr v1.0.1
30462026-07-31T16:33:24.963Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30472026-07-31T16:33:24.963Z Compiling instant v0.1.13
30482026-07-31T16:33:25.023Z Compiling itertools v0.14.0
30492026-07-31T16:33:25.041Z Compiling regress v0.10.5
30502026-07-31T16:33:25.058Z Compiling backon v1.6.0
30512026-07-31T16:33:25.113Z Compiling backoff v0.4.0
30522026-07-31T16:33:25.130Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30532026-07-31T16:33:25.147Z Compiling humantime v2.3.0
30542026-07-31T16:33:25.165Z Compiling regress v0.11.1
30552026-07-31T16:33:25.185Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30562026-07-31T16:33:25.202Z Compiling async-stream v0.3.6
30572026-07-31T16:33:25.233Z Compiling progenitor-extras v0.2.0
30582026-07-31T16:33:25.252Z Compiling half v2.7.1
30592026-07-31T16:33:25.290Z Compiling crucible-workspace-hack v0.1.0
30602026-07-31T16:33:25.342Z Compiling ciborium-io v0.2.2
30612026-07-31T16:33:25.404Z Compiling convert_case v0.4.0
30622026-07-31T16:33:25.407Z Compiling secrecy v0.10.3
30632026-07-31T16:33:25.407Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30642026-07-31T16:33:25.456Z Compiling unsafe-libyaml v0.2.11
30652026-07-31T16:33:25.474Z Compiling toml_datetime v0.7.5+spec-1.1.0
30662026-07-31T16:33:25.514Z Compiling ciborium-ll v0.2.2
30672026-07-31T16:33:25.577Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30682026-07-31T16:33:25.594Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30692026-07-31T16:33:25.614Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
30702026-07-31T16:33:25.617Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30712026-07-31T16:33:25.648Z Compiling inout v0.1.4
30722026-07-31T16:33:25.752Z Compiling ciborium v0.2.2
30732026-07-31T16:33:25.755Z Compiling toml_edit v0.23.10+spec-1.0.0
30742026-07-31T16:33:25.786Z Compiling structmeta v0.3.0
30752026-07-31T16:33:25.821Z Compiling derive_more v0.99.20
30762026-07-31T16:33:25.839Z Compiling cipher v0.4.4
30772026-07-31T16:33:25.855Z Compiling thiserror-impl-no-std v2.0.2
30782026-07-31T16:33:25.895Z Compiling universal-hash v0.5.1
30792026-07-31T16:33:25.961Z Compiling opaque-debug v0.3.1
30802026-07-31T16:33:25.978Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30812026-07-31T16:33:26.038Z Compiling derive-ex v0.1.8
30822026-07-31T16:33:26.055Z Compiling parse-display-derive v0.10.0
30832026-07-31T16:33:26.058Z Compiling serde_yaml v0.9.34+deprecated
30842026-07-31T16:33:26.112Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
30852026-07-31T16:33:26.115Z Compiling chacha20 v0.9.1
30862026-07-31T16:33:26.243Z Compiling poly1305 v0.8.0
30872026-07-31T16:33:26.342Z Compiling proc-macro-crate v3.4.0
30882026-07-31T16:33:26.360Z Compiling blake2 v0.10.6
30892026-07-31T16:33:26.378Z Compiling aead v0.5.2
30902026-07-31T16:33:26.411Z Compiling password-hash v0.5.0
30912026-07-31T16:33:26.609Z Compiling indent_write v2.2.0
30922026-07-31T16:33:26.775Z Compiling typify-impl v0.6.2
30932026-07-31T16:33:26.841Z Compiling argon2 v0.5.3
30942026-07-31T16:33:26.844Z Compiling chacha20poly1305 v0.10.1
30952026-07-31T16:33:26.917Z Compiling num_enum_derive v0.7.6
30962026-07-31T16:33:26.943Z Compiling itertools v0.15.0
30972026-07-31T16:33:27.004Z Compiling heapless v0.8.0
30982026-07-31T16:33:27.037Z Compiling tabwriter v1.4.1
30992026-07-31T16:33:27.096Z Compiling thiserror-no-std v2.0.2
31002026-07-31T16:33:27.206Z Compiling vsss-rs v3.3.4
31012026-07-31T16:33:27.292Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31022026-07-31T16:33:27.515Z Compiling hash32 v0.3.1
31032026-07-31T16:33:27.553Z Compiling num-derive v0.4.2
31042026-07-31T16:33:27.588Z Compiling smoltcp v0.11.0
31052026-07-31T16:33:27.704Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31062026-07-31T16:33:27.770Z Compiling test-strategy v0.4.5
31072026-07-31T16:33:27.844Z Compiling parse-display v0.10.0
31082026-07-31T16:33:27.949Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31092026-07-31T16:33:28.027Z Compiling num_enum v0.7.6
31102026-07-31T16:33:28.062Z Compiling cobs v0.3.0
31112026-07-31T16:33:28.078Z Compiling colored v3.1.1
31122026-07-31T16:33:28.118Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31132026-07-31T16:33:28.166Z Compiling proc-macro-error v1.0.4
31142026-07-31T16:33:28.183Z Compiling proc-macro-crate v1.3.1
31152026-07-31T16:33:28.241Z Compiling postcard v1.1.3
31162026-07-31T16:33:28.280Z Compiling rand v0.10.1
31172026-07-31T16:33:28.331Z Compiling ingot-macros v0.2.0
31182026-07-31T16:33:28.375Z Compiling foreign-types-macros v0.2.3
31192026-07-31T16:33:28.452Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31202026-07-31T16:33:28.487Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31212026-07-31T16:33:28.505Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31222026-07-31T16:33:28.508Z Compiling rayon-core v1.13.0
31232026-07-31T16:33:28.542Z Compiling foreign-types-shared v0.3.1
31242026-07-31T16:33:28.612Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31252026-07-31T16:33:28.630Z Compiling num_enum_derive v0.5.11
31262026-07-31T16:33:28.743Z Compiling crossbeam-deque v0.8.6
31272026-07-31T16:33:28.782Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31282026-07-31T16:33:28.801Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
31292026-07-31T16:33:28.818Z Compiling cstr-argument v0.1.2
31302026-07-31T16:33:28.821Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31312026-07-31T16:33:28.836Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31322026-07-31T16:33:29.007Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31332026-07-31T16:33:29.029Z Compiling foreign-types v0.5.0
31342026-07-31T16:33:29.084Z Compiling zone_cfg_derive v0.3.1
31352026-07-31T16:33:29.106Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31362026-07-31T16:33:29.137Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31372026-07-31T16:33:29.137Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31382026-07-31T16:33:29.259Z Compiling itertools v0.12.1
31392026-07-31T16:33:29.279Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31402026-07-31T16:33:29.318Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
31412026-07-31T16:33:29.322Z Compiling sigpipe v0.1.3
31422026-07-31T16:33:29.373Z Compiling glob v0.3.3
31432026-07-31T16:33:29.415Z Compiling rayon v1.11.0
31442026-07-31T16:33:29.433Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31452026-07-31T16:33:29.451Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
31462026-07-31T16:33:29.639Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
31472026-07-31T16:33:29.676Z Compiling smf v0.2.3
31482026-07-31T16:33:29.696Z Compiling whoami v1.6.1
31492026-07-31T16:33:29.716Z Compiling cpubits v0.1.1
31502026-07-31T16:33:29.741Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31512026-07-31T16:33:29.784Z Compiling num_enum v0.5.11
31522026-07-31T16:33:29.801Z Compiling gethostname v0.5.0
31532026-07-31T16:33:29.819Z Compiling derive-where v1.6.0
31542026-07-31T16:33:29.906Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31552026-07-31T16:33:29.930Z Compiling usdt-attr-macro v0.5.0
31562026-07-31T16:33:29.948Z Compiling usdt-macro v0.5.0
31572026-07-31T16:33:30.005Z Compiling num-rational v0.4.2
31582026-07-31T16:33:30.046Z Compiling num-complex v0.4.6
31592026-07-31T16:33:30.245Z Compiling memmap v0.7.0
31602026-07-31T16:33:30.263Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31612026-07-31T16:33:30.486Z Compiling zone v0.3.1
31622026-07-31T16:33:30.510Z Compiling num v0.4.3
31632026-07-31T16:33:30.513Z Compiling toml v0.8.23
31642026-07-31T16:33:30.546Z Compiling float-ord v0.3.2
31652026-07-31T16:33:30.572Z Compiling pem-rfc7468 v1.0.0
31662026-07-31T16:33:30.609Z Compiling cancel-safe-futures v0.1.5
31672026-07-31T16:33:30.679Z Compiling resolv-conf v0.7.6
31682026-07-31T16:33:30.695Z Compiling hmac v0.13.0
31692026-07-31T16:33:30.811Z Compiling universal-hash v0.6.1
31702026-07-31T16:33:30.876Z Compiling usdt v0.5.0
31712026-07-31T16:33:30.919Z Compiling prettyplease v0.2.37
31722026-07-31T16:33:30.919Z Compiling libefi-sys v0.1.0
31732026-07-31T16:33:30.971Z Compiling linear-map v1.2.0
31742026-07-31T16:33:30.994Z Compiling console v0.15.11
31752026-07-31T16:33:31.050Z Compiling hickory-proto v0.24.4
31762026-07-31T16:33:31.158Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31772026-07-31T16:33:31.195Z Compiling newline-converter v0.3.0
31782026-07-31T16:33:31.234Z Compiling bitfield-struct v0.6.2
31792026-07-31T16:33:31.234Z Compiling linked-hash-map v0.5.6
31802026-07-31T16:33:31.284Z Compiling ingot-types v0.2.0
31812026-07-31T16:33:31.287Z Compiling oxide-update-engine-types v0.1.2
31822026-07-31T16:33:31.287Z Compiling polyval v0.7.1
31832026-07-31T16:33:31.351Z Compiling expectorate v1.2.0
31842026-07-31T16:33:31.351Z Compiling der v0.8.0
31852026-07-31T16:33:31.387Z Compiling typify-macro v0.6.2
31862026-07-31T16:33:31.463Z Compiling lru-cache v0.1.2
31872026-07-31T16:33:31.524Z Compiling nom v8.0.0
31882026-07-31T16:33:31.546Z Compiling semver v0.1.20
31892026-07-31T16:33:31.578Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31902026-07-31T16:33:31.604Z Compiling ghash v0.6.0
31912026-07-31T16:33:31.622Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31922026-07-31T16:33:31.675Z Compiling ingot v0.2.1
31932026-07-31T16:33:31.746Z Compiling rustc_version v0.1.7
31942026-07-31T16:33:31.768Z Compiling tokio-dtrace v0.1.1
31952026-07-31T16:33:31.785Z Compiling pbkdf2 v0.13.0
31962026-07-31T16:33:31.860Z Compiling aes v0.9.1
31972026-07-31T16:33:31.876Z Compiling crypto-bigint v0.7.5
31982026-07-31T16:33:31.936Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31992026-07-31T16:33:31.953Z Compiling dropshot-api-manager-types v0.7.2
32002026-07-31T16:33:32.006Z Compiling ctr v0.10.1
32012026-07-31T16:33:32.073Z Compiling aead v0.6.1
32022026-07-31T16:33:32.245Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32032026-07-31T16:33:32.262Z Compiling sha2 v0.11.0
32042026-07-31T16:33:32.278Z Compiling slog-dtrace v0.3.0
32052026-07-31T16:33:32.295Z Compiling xshell-macros v0.2.7
32062026-07-31T16:33:32.311Z Compiling minimal-lexical v0.2.1
32072026-07-31T16:33:32.470Z Compiling oxide-update-engine v0.1.2
32082026-07-31T16:33:32.564Z Compiling nom v7.1.3
32092026-07-31T16:33:32.600Z Compiling spki v0.8.0
32102026-07-31T16:33:32.603Z Compiling aes-gcm v0.11.0
32112026-07-31T16:33:32.654Z Compiling newtype_derive v0.1.6
32122026-07-31T16:33:32.671Z Compiling oxide-tokio-rt v0.1.4
32132026-07-31T16:33:32.717Z Compiling xshell v0.2.7
32142026-07-31T16:33:32.846Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32152026-07-31T16:33:32.865Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32162026-07-31T16:33:32.882Z Compiling phf_shared v0.12.1
32172026-07-31T16:33:32.974Z Compiling salsa20 v0.11.0
32182026-07-31T16:33:33.003Z Compiling csv-core v0.1.13
32192026-07-31T16:33:33.021Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32202026-07-31T16:33:33.088Z Compiling highway v1.3.0
32212026-07-31T16:33:33.113Z Compiling unicode-xid v0.2.6
32222026-07-31T16:33:33.152Z Compiling chrono-tz v0.10.4
32232026-07-31T16:33:33.228Z Compiling typify v0.6.2
32242026-07-31T16:33:33.246Z Compiling hickory-resolver v0.24.4
32252026-07-31T16:33:33.266Z Compiling const_format_proc_macros v0.2.34
32262026-07-31T16:33:33.291Z Compiling csv v1.4.0
32272026-07-31T16:33:33.371Z Compiling progenitor-impl v0.14.0
32282026-07-31T16:33:33.399Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32292026-07-31T16:33:33.468Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32302026-07-31T16:33:33.486Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32312026-07-31T16:33:33.648Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32322026-07-31T16:33:33.864Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32332026-07-31T16:33:33.892Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32342026-07-31T16:33:33.972Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32352026-07-31T16:33:34.088Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32362026-07-31T16:33:34.138Z Compiling scrypt v0.12.0
32372026-07-31T16:33:34.386Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32382026-07-31T16:33:34.460Z Compiling qorb v0.4.1
32392026-07-31T16:33:34.510Z Compiling phf v0.12.1
32402026-07-31T16:33:34.590Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32412026-07-31T16:33:34.690Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32422026-07-31T16:33:34.829Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32432026-07-31T16:33:34.894Z Compiling cbc v0.2.1
32442026-07-31T16:33:35.037Z Compiling owo-colors v4.3.0
32452026-07-31T16:33:35.056Z Compiling salty v0.3.0
32462026-07-31T16:33:35.094Z Compiling pkcs5 v0.8.1
32472026-07-31T16:33:35.325Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32482026-07-31T16:33:35.470Z Compiling const_format v0.2.35
32492026-07-31T16:33:35.489Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32502026-07-31T16:33:35.509Z Compiling tabled_derive v0.7.0
32512026-07-31T16:33:35.527Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32522026-07-31T16:33:35.703Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32532026-07-31T16:33:35.721Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32542026-07-31T16:33:35.827Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32552026-07-31T16:33:36.025Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32562026-07-31T16:33:36.151Z Compiling progenitor-macro v0.14.0
32572026-07-31T16:33:36.302Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c)
32582026-07-31T16:33:36.327Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617)
32592026-07-31T16:33:36.370Z Compiling bcs v0.1.6
32602026-07-31T16:33:36.460Z Compiling termtree v0.5.1
32612026-07-31T16:33:36.567Z Compiling textwrap v0.16.2
32622026-07-31T16:33:36.571Z Compiling tabled v0.15.0
32632026-07-31T16:33:36.645Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32642026-07-31T16:33:36.750Z Compiling pkcs8 v0.11.0
32652026-07-31T16:33:36.898Z Compiling steno v0.4.1
32662026-07-31T16:33:37.064Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32672026-07-31T16:33:37.165Z Compiling rfc6979 v0.4.0
32682026-07-31T16:33:37.220Z Compiling ff v0.14.0
32692026-07-31T16:33:37.238Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32702026-07-31T16:33:37.299Z Compiling ecdsa v0.16.9
32712026-07-31T16:33:37.317Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32722026-07-31T16:33:37.335Z Compiling primeorder v0.13.6
32732026-07-31T16:33:37.391Z Compiling tagptr v0.2.0
32742026-07-31T16:33:37.467Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32752026-07-31T16:33:37.500Z Compiling group v0.14.0
32762026-07-31T16:33:37.573Z Compiling moka v0.12.13
32772026-07-31T16:33:37.618Z Compiling sha1 v0.10.6
32782026-07-31T16:33:37.688Z Compiling p384 v0.13.1
32792026-07-31T16:33:37.725Z Compiling signature v3.0.0
32802026-07-31T16:33:37.742Z Compiling base64 v0.21.7
32812026-07-31T16:33:37.761Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32822026-07-31T16:33:37.878Z Compiling base16ct v1.0.0
32832026-07-31T16:33:37.948Z Compiling radium v0.7.0
32842026-07-31T16:33:38.006Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32852026-07-31T16:33:38.089Z Compiling sec1 v0.8.1
32862026-07-31T16:33:38.267Z Compiling hkdf v0.13.0
32872026-07-31T16:33:38.300Z Compiling hickory-resolver v0.25.2
32882026-07-31T16:33:38.328Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32892026-07-31T16:33:38.397Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf)
32902026-07-31T16:33:38.419Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32912026-07-31T16:33:38.464Z Compiling tap v1.0.1
32922026-07-31T16:33:38.554Z Compiling corncobs v0.1.4
32932026-07-31T16:33:38.605Z Compiling maybe-uninit v2.0.0
32942026-07-31T16:33:38.671Z Compiling wyz v0.5.1
32952026-07-31T16:33:38.761Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32962026-07-31T16:33:38.778Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
32972026-07-31T16:33:38.891Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32982026-07-31T16:33:38.908Z Compiling elliptic-curve v0.14.1
32992026-07-31T16:33:38.911Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33002026-07-31T16:33:39.115Z Compiling secrecy v0.8.0
33012026-07-31T16:33:39.212Z Compiling proc-macro-error-attr2 v2.0.0
33022026-07-31T16:33:39.229Z Compiling funty v2.0.0
33032026-07-31T16:33:39.244Z Compiling utf-8 v0.7.6
33042026-07-31T16:33:39.291Z Compiling packed_struct v0.10.1
33052026-07-31T16:33:39.313Z Compiling parking_lot_core v0.8.6
33062026-07-31T16:33:39.464Z Compiling tungstenite v0.21.0
33072026-07-31T16:33:39.611Z Compiling bitvec v1.0.1
33082026-07-31T16:33:39.627Z Compiling wnaf v0.14.0
33092026-07-31T16:33:39.647Z Compiling primefield v0.14.0
33102026-07-31T16:33:39.673Z Compiling proc-macro-error2 v2.0.1
33112026-07-31T16:33:39.844Z Compiling rfc6979 v0.6.0
33122026-07-31T16:33:39.860Z Compiling git-stub v1.0.0
33132026-07-31T16:33:39.911Z Compiling packed_struct_codegen v0.10.1
33142026-07-31T16:33:39.950Z Compiling zerocopy-derive v0.6.6
33152026-07-31T16:33:40.020Z Compiling bitfield-macros v0.19.4
33162026-07-31T16:33:40.039Z Compiling indexmap v1.9.3
33172026-07-31T16:33:40.042Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33182026-07-31T16:33:40.158Z Compiling nodrop v0.1.14
33192026-07-31T16:33:40.223Z Compiling crc-catalog v2.4.0
33202026-07-31T16:33:40.289Z Compiling array-init v0.0.4
33212026-07-31T16:33:40.325Z Compiling crc v3.4.0
33222026-07-31T16:33:40.345Z Compiling git-stub-vcs v0.1.0
33232026-07-31T16:33:40.363Z Compiling tabled_derive v0.11.0
33242026-07-31T16:33:40.367Z Compiling tokio-tungstenite v0.21.0
33252026-07-31T16:33:40.445Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33262026-07-31T16:33:40.571Z Compiling ecdsa v0.17.0
33272026-07-31T16:33:40.592Z Compiling primeorder v0.14.0
33282026-07-31T16:33:40.782Z Compiling smallvec v0.6.14
33292026-07-31T16:33:40.800Z Compiling progenitor-impl v0.13.0
33302026-07-31T16:33:40.843Z Compiling bitfield v0.19.4
33312026-07-31T16:33:40.878Z Compiling zerocopy v0.6.6
33322026-07-31T16:33:41.033Z Compiling papergrid v0.17.0
33332026-07-31T16:33:41.049Z Compiling libscf-sys v1.2.0
33342026-07-31T16:33:41.069Z Compiling testing_table v0.3.0
33352026-07-31T16:33:41.090Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33362026-07-31T16:33:41.159Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33372026-07-31T16:33:41.185Z Compiling curve25519-dalek v5.0.0
33382026-07-31T16:33:41.226Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33392026-07-31T16:33:41.259Z Compiling hashbrown v0.12.3
33402026-07-31T16:33:41.277Z Compiling unicase v2.9.0
33412026-07-31T16:33:41.294Z Compiling illumos-nvpair-sys v0.2.0
33422026-07-31T16:33:41.321Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33432026-07-31T16:33:41.379Z Compiling progenitor v0.14.0
33442026-07-31T16:33:41.430Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33452026-07-31T16:33:41.511Z Compiling mime_guess v2.0.5
33462026-07-31T16:33:41.530Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33472026-07-31T16:33:41.546Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33482026-07-31T16:33:41.581Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33492026-07-31T16:33:41.600Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde)
33502026-07-31T16:33:41.636Z Compiling serde-hex v0.1.0
33512026-07-31T16:33:41.776Z Compiling parking_lot v0.11.2
33522026-07-31T16:33:41.817Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33532026-07-31T16:33:41.868Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33542026-07-31T16:33:42.097Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33552026-07-31T16:33:42.121Z Compiling tabled v0.20.0
33562026-07-31T16:33:42.138Z Compiling ron v0.8.1
33572026-07-31T16:33:42.183Z Compiling ssh-encoding v0.3.0
33582026-07-31T16:33:42.200Z Compiling hashbrown v0.13.2
33592026-07-31T16:33:42.315Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33602026-07-31T16:33:42.366Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33612026-07-31T16:33:42.506Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33622026-07-31T16:33:42.563Z Compiling progenitor-client v0.13.0
33632026-07-31T16:33:42.724Z Compiling prefix-trie v0.7.0
33642026-07-31T16:33:42.776Z Compiling fxhash v0.2.1
33652026-07-31T16:33:42.852Z Compiling keccak v0.2.0
33662026-07-31T16:33:42.924Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33672026-07-31T16:33:42.946Z Compiling crc-any v2.5.0
33682026-07-31T16:33:43.057Z Compiling hickory-server v0.25.2
33692026-07-31T16:33:43.107Z Compiling sled v0.34.7
33702026-07-31T16:33:43.134Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33712026-07-31T16:33:43.177Z Compiling object v0.30.4
33722026-07-31T16:33:43.438Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33732026-07-31T16:33:43.503Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33742026-07-31T16:33:43.628Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33752026-07-31T16:33:43.644Z Compiling progenitor-macro v0.13.0
33762026-07-31T16:33:44.734Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
33772026-07-31T16:33:44.800Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33782026-07-31T16:33:44.839Z Compiling ed25519 v3.0.0
33792026-07-31T16:33:44.938Z Compiling crypto-primes v0.7.2
33802026-07-31T16:33:45.441Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33812026-07-31T16:33:45.549Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33822026-07-31T16:33:45.566Z Compiling pkcs1 v0.8.0-rc.4
33832026-07-31T16:33:45.925Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33842026-07-31T16:33:45.944Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33852026-07-31T16:33:45.994Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33862026-07-31T16:33:46.015Z Compiling poly1305 v0.9.0
33872026-07-31T16:33:46.039Z Compiling blowfish v0.10.0
33882026-07-31T16:33:46.111Z Compiling blake2 v0.11.0-rc.6
33892026-07-31T16:33:46.168Z Compiling crc8 v0.1.1
33902026-07-31T16:33:46.316Z Compiling path-slash v0.1.5
33912026-07-31T16:33:46.333Z Compiling half v1.8.3
33922026-07-31T16:33:46.348Z Compiling http-range v0.1.5
33932026-07-31T16:33:46.492Z Compiling argon2 v0.6.0-rc.8
33942026-07-31T16:33:46.571Z Compiling serde_cbor v0.11.2
33952026-07-31T16:33:46.601Z Compiling ssh-cipher v0.3.0
33962026-07-31T16:33:46.634Z Compiling bcrypt-pbkdf v0.11.0
33972026-07-31T16:33:46.729Z Compiling rsa v0.10.0-rc.18
33982026-07-31T16:33:46.795Z Compiling ed25519-dalek v3.0.0
33992026-07-31T16:33:46.861Z Compiling illumos-nvpair v0.3.0
34002026-07-31T16:33:46.966Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34012026-07-31T16:33:47.125Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34022026-07-31T16:33:47.195Z Compiling sha3 v0.11.0
34032026-07-31T16:33:47.221Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
34042026-07-31T16:33:47.340Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34052026-07-31T16:33:47.357Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34062026-07-31T16:33:47.382Z Compiling p384 v0.14.0
34072026-07-31T16:33:47.467Z Compiling p521 v0.14.0
34082026-07-31T16:33:47.582Z Compiling p256 v0.14.0
34092026-07-31T16:33:47.658Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34102026-07-31T16:33:47.675Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
34112026-07-31T16:33:47.799Z Compiling yasna v0.5.2
34122026-07-31T16:33:47.819Z Compiling kstat-rs v0.2.4
34132026-07-31T16:33:48.085Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34142026-07-31T16:33:48.129Z Compiling headers-core v0.3.0
34152026-07-31T16:33:48.209Z Compiling kem v0.3.0
34162026-07-31T16:33:48.240Z Compiling module-lattice v0.2.3
34172026-07-31T16:33:48.268Z Compiling nanorand v0.7.0
34182026-07-31T16:33:48.357Z Compiling atty v0.2.14
34192026-07-31T16:33:48.443Z Compiling sponge-cursor v0.1.0
34202026-07-31T16:33:48.494Z Compiling flume v0.11.1
34212026-07-31T16:33:48.511Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289)
34222026-07-31T16:33:48.527Z Compiling ml-kem v0.3.2
34232026-07-31T16:33:48.572Z Compiling sha3 v0.12.0
34242026-07-31T16:33:48.609Z Compiling rcgen v0.12.1
34252026-07-31T16:33:48.693Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34262026-07-31T16:33:48.696Z Compiling headers v0.4.1
34272026-07-31T16:33:48.822Z Compiling progenitor v0.13.0
34282026-07-31T16:33:48.840Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34292026-07-31T16:33:49.002Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34302026-07-31T16:33:49.082Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34312026-07-31T16:33:49.141Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34322026-07-31T16:33:49.503Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34332026-07-31T16:33:49.522Z Compiling hyper-staticfile v0.10.1
34342026-07-31T16:33:49.562Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34352026-07-31T16:33:49.578Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34362026-07-31T16:33:49.718Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec)
34372026-07-31T16:33:49.845Z Compiling russh-cryptovec v0.62.0
34382026-07-31T16:33:49.848Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34392026-07-31T16:33:49.984Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)
34402026-07-31T16:33:50.016Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34412026-07-31T16:33:50.078Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34422026-07-31T16:33:50.097Z Compiling internal-russh-num-bigint v0.5.0
34432026-07-31T16:33:50.116Z Compiling port-file v0.1.0
34442026-07-31T16:33:50.233Z Compiling num-bigint v0.4.6
34452026-07-31T16:33:50.347Z Compiling generic-array v1.4.3
34462026-07-31T16:33:50.386Z Compiling russh-util v0.52.0
34472026-07-31T16:33:50.598Z Compiling ssh-key v0.7.0-rc.11
34482026-07-31T16:33:50.724Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34492026-07-31T16:33:50.851Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34502026-07-31T16:33:50.869Z Compiling enum_dispatch v0.3.13
34512026-07-31T16:33:50.890Z Compiling delegate v0.13.5
34522026-07-31T16:33:50.909Z Compiling subprocess v0.2.15
34532026-07-31T16:33:51.452Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34542026-07-31T16:33:51.482Z Compiling hex-literal v1.1.0
34552026-07-31T16:33:51.599Z Compiling display-error-chain v0.2.2
34562026-07-31T16:33:51.625Z Compiling md5 v0.8.0
34572026-07-31T16:33:51.708Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34582026-07-31T16:33:51.775Z Compiling colored v2.2.0
34592026-07-31T16:33:51.865Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34602026-07-31T16:33:51.900Z Compiling socket2 v0.5.10
34612026-07-31T16:33:51.903Z Compiling internet-checksum v0.2.1
34622026-07-31T16:33:51.935Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34632026-07-31T16:33:52.079Z Compiling russh v0.62.4
34642026-07-31T16:33:53.532Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34652026-07-31T16:33:54.216Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34662026-07-31T16:33:54.689Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34672026-07-31T16:33:55.908Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34682026-07-31T16:33:56.055Z Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common)
34692026-07-31T16:33:56.656Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34702026-07-31T16:34:05.319Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34712026-07-31T16:34:05.319Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34722026-07-31T16:34:05.319Z Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join)
34732026-07-31T16:34:05.322Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34742026-07-31T16:34:05.322Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34752026-07-31T16:34:06.253Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34762026-07-31T16:34:07.138Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34772026-07-31T16:34:07.182Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34782026-07-31T16:34:11.103Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34792026-07-31T16:34:51.725Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s
34802026-07-31T16:34:51.730Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
34812026-07-31T16:34:51.731Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
34822026-07-31T16:34:51.949Z
34832026-07-31T16:34:51.949Zreal 1:28.566799745
34842026-07-31T16:34:51.949Zuser 8:40.587015749
34852026-07-31T16:34:51.949Zsys 1:43.943096712
34862026-07-31T16:34:51.953Ztrap 0.268634205
34872026-07-31T16:34:51.953Ztflt 0.328275137
34882026-07-31T16:34:51.953Zdflt 1.822484235
34892026-07-31T16:34:51.953Zkflt 0.000293730
34902026-07-31T16:34:51.953Zlock 32:07.912349155
34912026-07-31T16:34:51.953Zslp 19:54.678103237
34922026-07-31T16:34:51.953Zlat 41.256502219
34932026-07-31T16:34:51.953Zstop 3:07.824188836
34942026-07-31T16:34:51.953Z+ mkdir tests
34952026-07-31T16:34:51.953Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34962026-07-31T16:34:51.957Z+ xargs -I '{}' -t cp '{}' tests/
34972026-07-31T16:34:51.976Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-deeac456ecab1631 tests/
34982026-07-31T16:34:51.998Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-7bba8094af8d179c tests/
34992026-07-31T16:34:52.021Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-9378d17b3096c345 tests/
35002026-07-31T16:34:52.043Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-e0b3d4b2c76394dd tests/
35012026-07-31T16:34:52.454Z+ 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)
35022026-07-31T16:34:52.461Z+ 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-7bba8094af8d179c tests/commtest-9378d17b3096c345 tests/dhcp_server-deeac456ecab1631 tests/end_to_end_tests-e0b3d4b2c76394dd 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
35032026-07-31T16:36:18.589ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
35042026-07-31T16:36:18.589Za .github/buildomat/ci-env.sh 1K
35052026-07-31T16:36:18.589Za out/target/test 1K
35062026-07-31T16:36:18.589Za out/npuzone/npuzone 27402K
35072026-07-31T16:36:18.589Za package-manifest.toml 35K
35082026-07-31T16:36:18.589Za smf/sled-agent/non-gimlet/config.toml 6K
35092026-07-31T16:36:18.589Za target/release/omicron-package 44941K
35102026-07-31T16:36:18.589Za target/release/xtask 11722K
35112026-07-31T16:36:18.589Za target/debug/bootstrap 407144K
35122026-07-31T16:36:18.589Za tests/bootstrap-7bba8094af8d179c 34514K
35132026-07-31T16:36:18.590Za tests/commtest-9378d17b3096c345 34896K
35142026-07-31T16:36:18.590Za tests/dhcp_server-deeac456ecab1631 34514K
35152026-07-31T16:36:18.590Za tests/end_to_end_tests-e0b3d4b2c76394dd 470131K
35162026-07-31T16:36:18.590Za tools/opte_version 1K
35172026-07-31T16:36:18.590Za tools/opte_version_override 2K
35182026-07-31T16:36:18.590Za out/clickhouse.tar.gz 316074K
35192026-07-31T16:36:18.590Za out/clickhouse_keeper.tar.gz 302283K
35202026-07-31T16:36:18.590Za out/clickhouse_server.tar.gz 316071K
35212026-07-31T16:36:18.590Za out/cockroachdb.tar.gz 163281K
35222026-07-31T16:36:18.590Za out/crucible-pantry-zone.tar.gz 39515K
35232026-07-31T16:36:18.590Za out/crucible-utils.tar 18900K
35242026-07-31T16:36:18.590Za out/crucible-zone.tar.gz 54210K
35252026-07-31T16:36:18.590Za out/external-dns.tar.gz 48106K
35262026-07-31T16:36:18.590Za out/internal-dns.tar.gz 48105K
35272026-07-31T16:36:18.590Za out/mg-ddm-gz.tar 100917K
35282026-07-31T16:36:18.590Za out/nexus.tar.gz 354868K
35292026-07-31T16:36:18.590Za out/ntp.tar.gz 30678K
35302026-07-31T16:36:18.590Za out/omicron-gateway-softnpu.tar.gz 29440K
35312026-07-31T16:36:18.590Za out/omicron-sled-agent.tar 220375K
35322026-07-31T16:36:18.590Za out/overlay.tar.gz 4K
35332026-07-31T16:36:18.590Za out/oximeter.tar.gz 65050K
35342026-07-31T16:36:18.590Za out/oxlog.tar 4005K
35352026-07-31T16:36:18.590Za out/probe.tar.gz 3037K
35362026-07-31T16:36:18.590Za out/propolis-server.tar.gz 34372K
35372026-07-31T16:36:18.590Za out/pumpkind-gz.tar 26647K
35382026-07-31T16:36:18.590Za out/switch-softnpu.tar.gz 499815K
35392026-07-31T16:36:18.595Z
35402026-07-31T16:36:18.596Zreal 1:26.136753962
35412026-07-31T16:36:18.596Zuser 1:23.291840411
35422026-07-31T16:36:18.596Zsys 4.796454516
35432026-07-31T16:36:18.596Ztrap 0.006078194
35442026-07-31T16:36:18.596Ztflt 0.000000000
35452026-07-31T16:36:18.596Zdflt 0.000000000
35462026-07-31T16:36:18.596Zkflt 0.000000000
35472026-07-31T16:36:18.596Zlock 0.000000000
35482026-07-31T16:36:18.596Zslp 1:23.117540290
35492026-07-31T16:36:18.596Zlat 1.056183765
35502026-07-31T16:36:18.596Zstop 0.000213430
35512026-07-31T16:36:18.596Zprocess exited: duration 1044490 ms, exit code 0
 
35522026-07-31T16:36:18.610Zfound 1 output files
35532026-07-31T16:36:18.610Zuploading: /work/package.tar.gz (2674506511 bytes)
35542026-07-31T16:36:50.523Zuploaded: /work/package.tar.gz